797a38141585381fe20d1e4e2927b5a9f60b32c2
[pspp] / ChangeLog
1 2010-05-03  Bruno Haible  <bruno@clisp.org>
2
3         wctob: Fix for weird platforms.
4         * lib/wctob.c (wctob): When wint_t is larger than wchar_t, check the
5         argument value.
6
7 2010-05-03  Jim Meyering  <meyering@redhat.com>
8
9         maint.mk: remove obsolete comments
10         * top/maint.mk: Remove stale, commented-out rules.
11
12 2010-05-02  Bruno Haible  <bruno@clisp.org>
13
14         wcwidth: Declare also when it's aliased.
15         * lib/wchar.in.h (wcwidth): Don't test whether wcwidth is defined as a
16         macro.
17
18 2010-05-02  Bruno Haible  <bruno@clisp.org>
19
20         Fix regression from 2010-04-25.
21         * gnulib-tool (func_modules_transitive_closure): Check the status of
22         all modules, not only of the tests that are of the form foo-tests where
23         foo is a module.
24
25 2010-05-02  Bruno Haible  <bruno@clisp.org>
26
27         wctob: Work around nasty Cygwin 1.7.2 bug.
28         * m4/wctob.m4 (gl_FUNC_WCTOB): Detect the Cygwin bug.
29         * doc/posix-functions/wctob.texi: Mention the Cygwin bug.
30
31 2010-05-01  Bruno Haible  <bruno@clisp.org>
32
33         fpurge: Sharper test.
34         * tests/test-fpurge.c (main): Add one more ftell check.
35         * modules/fpurge-tests (Depends-on): Add ftell.
36         Suggested by Eric Blake.
37
38 2010-05-01  Bruno Haible  <bruno@clisp.org>
39
40         ftello: Another test.
41         * tests/test-ftello3.c: New file.
42         * modules/ftello-tests (Files): Add it.
43         (Makefile.am): Add it to TESTS and check_PROGRAMS. Augment
44         MOSTLYCLEANFILES.
45
46         ftell: Another test.
47         * tests/test-ftell3.c: New file.
48         * modules/ftell-tests (Files): Add it.
49         (Makefile.am): Add it to TESTS and check_PROGRAMS. Augment
50         MOSTLYCLEANFILES.
51
52 2010-05-01  Bruno Haible  <bruno@clisp.org>
53
54         ftell, ftello: Work around Solaris bug.
55         * m4/ftello.m4 (gl_FUNC_FTELLO): Detect Solaris bug.
56         * lib/ftello.c: Include stdio-impl.h.
57         (ftello): On Solaris, when _IOWRT is set, compute the result without
58         looking at _IOREAD.
59         * modules/ftello (Files): Add lib/stdio-impl.h.
60         * doc/posix-functions/ftell.texi: Mention Solaris bug.
61         * doc/posix-functions/ftello.texi: Likewise.
62         Reported by Eric Blake.
63
64 2010-05-01  Bruno Haible  <bruno@clisp.org>
65
66         freading: Adapt to special meaning of _IOREAD flag on Solaris.
67         * lib/freading.c (freading): On Solaris, ignore the _IOREAD flag if
68         the _IOWRT flag is also set.
69
70 2010-05-01  Bruno Haible  <bruno@clisp.org>
71
72         Fix doc about a HP-UX stdio bug.
73         * doc/posix-functions/ftell.texi: Mark HP-UX bug as unfixed.
74         * doc/posix-functions/ftello.texi: Likewise.
75
76 2010-05-01  Bruno Haible  <bruno@clisp.org>
77
78         lseek test: Fix failure on Solaris.
79         * tests/test-lseek.sh: Partially revert 2010-04-20 commit. Consume all
80         output.
81
82 2010-04-30  Jim Meyering  <meyering@redhat.com>
83
84         bootstrap: don't ignore failure to generate po*/Makevars
85         * build-aux/bootstrap (with_gettext): Don't ignore failure
86         to create po/Makevars or runtime-po/Makevars.
87
88 2010-04-29  Eric Blake  <eblake@redhat.com>
89
90         headers: relax license to LGPLv2+
91         * modules/fcntl-h (License): Relax license.
92         * modules/getopt-posix (License): Likewise.
93         * modules/locale (License): Likewise.
94         * modules/math (License): Likewise.
95         * modules/pty (License): Likewise.
96         * modules/sched (License): Likewise.
97         * modules/search (License): Likewise.
98         * modules/spawn (License): Likewise.
99         * modules/stdarg (License): Likewise.
100         * modules/sysexits (License): Likewise.
101
102 2010-04-29  Jim Meyering  <meyering@redhat.com>
103
104         inttypes: relax license to LGPLv2+
105         * modules/inttypes (License): Relax license.
106
107 2010-04-29  Simon Josefsson  <simon@josefsson.org>
108
109         * top/maint.mk (indent): Run twice to produce idempotent results.
110
111 2010-04-28  Bruno Haible  <bruno@clisp.org>
112
113         getdate: Generate getdate.c in the source directory.
114         * modules/getdate (Makefile.am): Add rule for getdate.c. Augment
115         MOSTLYCLEANFILES.
116         Suggested by Daniel Richard G. <skunk@iskunk.org> and Ralf Wildenhues.
117
118 2010-04-27  Andreas Gruenbacher  <agruen@suse.de>  (tiny change)
119
120         * lib/utimens.c: On Tru64, the timestamp parameter of utimens(2)
121         is not declared as a const *; avoid warnings in that case.
122
123 2010-04-28  Eric Blake  <eblake@redhat.com>
124
125         canonicalize-lgpl: avoid compiler warning
126         * lib/canonicalize-lgpl.c (versioned_symbol): Avoid an 'empty
127         declaration' / 'extraneous semicolon' warning with some compilers.
128         Reported by Andreas Gruenbacher.
129
130 2010-04-28  Jim Meyering  <meyering@redhat.com>
131
132         init.sh: ensure a more reliable exit status when exiting via trap
133         * tests/init.sh (setup_): Don't rely on $? in signal handler.
134         Inspired by patches from Dmitry V. Levin.
135         Also trap on signal 3 (SIGQUIT).
136
137 2010-04-27  Bruno Haible  <bruno@clisp.org>
138
139         Update doc about utimes().
140         * doc/posix-functions/utimes.texi: Mention the OSF/1 problem and the
141         'utimens' module.
142         Reported by Andreas Gruenbacher <agruen@suse.de>.
143
144 2010-04-27  Eric Blake  <eblake@redhat.com>
145
146         full-read, full-write: relax license
147         * modules/full-read (License): Drop to LGPLv2+.
148         * modules/full-write (License): Likewise.
149         * modules/safe-read (License): Likewise.
150         * modules/safe-write (License): Likewise.
151
152         pthread: mention library for linking
153         * modules/pthread (Link): Mention $(LIB_PTHREAD).
154
155 2010-04-27  Jim Meyering  <meyering@redhat.com>
156
157         maint.mk: fix a bug introduced in last change
158         * top/maint.mk (gl_assured_headers_): Now that all names are on
159         one line, use sed's "g" modifier.  Note that while the \.in\.h LHS
160         is not anchored to end of word, it should be adequate.
161
162         maint.mk: avoid side-effect in latest syntax-check
163         * top/maint.mk (sc_prohibit_always_true_header_tests): Rework not
164         to run commands via $(shell...), and hence to incur cost only when
165         the new rule is actually run.
166
167         maint.mk: syntax-check: prohibit HAVE_<header>_H that are always true
168         Derive the list of guaranteed header names from gnulib/lib/*.in.h,
169         and use that to create a regexp used to detect all #if HAVE_..._H uses.
170         * top/maint.mk (sc_prohibit_always_true_header_tests): New rule.
171         (gl_assured_headers_, az_, AZ_): Define.
172         (gl_header_upper_case_or_, gl_have_header_regex_): Define.
173
174 2010-04-26  Jim Meyering  <jim@meyering.net>
175             Bruno Haible  <bruno@clisp.org>
176
177         gnulib-common.m4: make glibc write diagnostics to stderr, not /dev/tty
178         * m4/gnulib-common.m4 (gl_COMMON_BODY): Set LIBC_FATAL_STDERR_.
179         Prompted by an exchange with Gilles Espinasse.
180
181 2010-04-26  Jim Meyering  <meyering@redhat.com>
182
183         git-version-gen: aesthetic tweak
184         * build-aux/git-version-gen: Use "$nl" rather than a literal,
185         so that the command remains on a single line.
186
187 2010-04-26  Eric Blake  <eblake@redhat.com>
188
189         git-version-gen: allow use on EBCDIC hosts
190         * build-aux/git-version-gen (dirty): Use literal rather than tying
191         ourselves to ascii.
192         Reported by Steve Goetze.
193
194 2010-04-25  Bruno Haible  <bruno@clisp.org>
195
196         netdb: Add support for GNULIB_POSIXCHECK.
197         * lib/netdb.in.h: Include warn-on-use.h.
198         (getaddrinfo, freeaddrinfo, gai_strerror, getnameinfo): Warn if these
199         functions are used when GNULIB_POSIXCHECK is defined and the
200         getaddrinfo module is not in use.
201         * m4/netdb_h.m4 (gl_HEADER_NETDB): Test whether getaddrinfo,
202         freeaddrinfo, gai_strerror, getnameinfo are declared.
203         * modules/netdb (Depends-on): Add warn-on-use.
204         (Makefile.am): Include warn-on-use.h in netdb.h.
205
206 2010-04-24  Ian Beckwith  <ianb@erislabs.net>
207
208         build: avoid "make check" failure without .git/ directory
209         * Makefile (sc_prefer_ac_check_funcs_once): Skip this test when
210         there is no .git/ directory.
211
212 2010-04-25  Bruno Haible  <bruno@clisp.org>
213
214         ptsname: Fix misuse of ttyname_r.
215         * lib/ptsname.c (__ptsname_r): Use __ttyname_r's return value instead
216         of errno.
217
218 2010-04-25  Bruno Haible  <bruno@clisp.org>
219
220         ttyname_r: Make it work on Solaris 10.
221         * m4/ttyname_r.m4 (gl_FUNC_TTYNAME_R): Define HAVE_POSIXDECL_TTYNAME_R
222         if the system function has the POSIX declaration. Test whether the
223         function fails if the buffer is less than 128 bytes large.
224         * lib/ttyname_r.c (ttyname_r): Handle both possible declarations of the
225         system's ttyname_r function. Provide a reasonably large buffer.
226         * modules/ttyname_r (Depends-on): Add extensions.
227         * doc/posix-functions/ttyname_r.texi: Mention the Solaris problem.
228
229 2010-04-25  Bruno Haible  <bruno@clisp.org>
230
231         Use the 'extensions' module for some more functions on Solaris.
232         * doc/posix-functions/asctime_r.texi: Recommend to use the 'extensions'
233         module.
234         * doc/posix-functions/ctime_r.texi: Likewise.
235         * doc/posix-functions/getgrgid_r.texi: Likewise.
236         * doc/posix-functions/getgrnam_r.texi: Likewise.
237         * doc/posix-functions/getpwnam_r.texi: Likewise.
238         * doc/posix-functions/getpwuid_r.texi: Likewise.
239         * doc/posix-functions/readdir_r.texi: Likewise.
240         * doc/posix-functions/sigwait.texi: Likewise.
241         * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Add comment.
242         * doc/posix-functions/getlogin_r.texi: Mark Solaris problem as fixed.
243
244 2010-04-25  Bruno Haible  <bruno@clisp.org>
245
246         ttyname_r: Make it work on MacOS X 10.4 and Solaris 10.
247         * m4/ttyname_r.m4 (gl_FUNC_TTYNAME_R): Test whether the system function
248         has the POSIX declaration. Set REPLACE_TTYNAME_R if not.
249         * lib/ttyname_r.c: Include <limits.h>.
250         (ttyname_r): Define using the system's ttyname_r function, if it exists
251         and not on Solaris.
252         * lib/unistd.in.h (ttyname_r): Replace function if REPLACE_TTYNAME_R is
253         set.
254         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize REPLACE_TTYNAME_R.
255         * modules/unistd (Makefile.am): Substitute REPLACE_TTYNAME_R.
256         * doc/posix-functions/ttyname_r.texi: Mark the problem as fixed.
257         Reported by Simon Josefsson.
258
259 2010-04-25  Bruno Haible  <bruno@clisp.org>
260
261         Mention effects of _POSIX_PTHREAD_SEMANTICS on Solaris.
262         * doc/posix-functions/asctime_r.texi: Mention the Solaris problem.
263         * doc/posix-functions/ctime_r.texi: Likewise.
264         * doc/posix-functions/getgrgid_r.texi: Likewise.
265         * doc/posix-functions/getgrnam_r.texi: Likewise.
266         * doc/posix-functions/getlogin_r.texi: Likewise.
267         * doc/posix-functions/getpwnam_r.texi: Likewise.
268         * doc/posix-functions/getpwuid_r.texi: Likewise.
269         * doc/posix-functions/readdir_r.texi: Likewise.
270         * doc/posix-functions/sigwait.texi: Likewise.
271         * doc/posix-functions/ttyname_r.texi: Likewise.
272         Reported by Simon Josefsson.
273
274 2010-04-25  Bruno Haible  <bruno@clisp.org>
275
276         gnulib-tool: Don't include hairy tests of dependencies in testdirs.
277         * gnulib-tool (func_usage): Document that --with-*-tests options apply
278         also to --create-testdir.
279         (func_acceptable): Don't consider the status of *-tests modules here.
280         (func_modules_transitive_closure): Consider it here, before including a
281         test module.
282         (func_import, func_create_testdir): Set inc_all_direct_tests,
283         inc_all_indirect_tests.
284         * doc/gnulib.texi (Extra tests modules): Document new behaviour of
285         --create-testdir and --create-megatestdir.
286
287 2010-04-25  Bruno Haible  <bruno@clisp.org>
288
289         gnulib-tool: Add --without-*-tests options.
290         * gnulib-tool (func_usage): Document the --without-*-tests options.
291         (excl_cxx_tests, excl_longrunning_tests, excl_privileged_tests,
292         excl_unportable_tests): New variables.
293         Fail if they are specified with --import or --update.
294         (func_acceptable): Respect the excl_*_tests variables.
295         (func_import): Set the excl_*_tests variables to empty.
296
297 2010-04-25  Simon Josefsson  <simon@josefsson.org>
298             Bruno Haible  <bruno@clisp.org>
299
300         Work around a MacOS X 10.4 bug with openpty.
301         * doc/glibc-functions/openpty.texi: Mention the MacOS X 10.4 bug.
302         * tests/test-openpty.c (main): Close the master side explicitly.
303
304 2010-04-25  Bruno Haible  <bruno@clisp.org>
305
306         strnlen: Fix a C++ test error on MacOS X and Solaris.
307         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Don't set REPLACE_STRNLEN to 1 if
308         the function is not declared.
309         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com> and
310         Simon Josefsson.
311
312 2010-04-24  Bruno Haible  <bruno@clisp.org>
313
314         Avoid a gcc warning.
315         * tests/test-vasprintf.c (test_vasprintf, test_asprintf): Pass argument
316         of correct type for %08lx directive.
317         Reported by Eric Blake.
318
319 2010-04-24  Bruno Haible  <bruno@clisp.org>
320
321         vasnprintf: Correct errno value in case of out-of-memory.
322         * lib/vasnprintf.c (VASNPRINTF): Set errno to 0 before calling SNPRINTF
323         or sprintf. Use the errno value from SNPRINTF or sprintf.
324         Reported by Ian Beckwith <ianb@erislabs.net>.
325
326 2010-04-24  Bruno Haible  <bruno@clisp.org>
327
328         ansi-c++-opt: Find correct compiler when cross-compiling.
329         * m4/ansi-c++.m4 (gl_PROG_ANSI_CXX): Use AC_CHECK_TOOLS instead of
330         AC_CHECK_PROGS.
331         Reported by Simon Josefsson.
332
333 2010-04-24  Giuseppe Scrivano  <gscrivano@gnu.org>
334
335         vc-list-files: Add support for subversion
336         * build-aux/vc-list-files: Use "svn list" to generate the list of
337         files controlled by subversion.
338
339 2010-04-23  Jim Meyering  <meyering@redhat.com>
340
341         vc-list-files tests: convert to use init.sh
342         * tests/test-vc-list-files-cvs.sh: Invoke "$srcdir/init.sh" and
343         path_prepend_.
344         Use Exit, not exit.
345         Use skip_ rather than open coding it.
346         Remove trap set-up and compare definitions.
347         * tests/test-vc-list-files-git.sh: Likewise.
348         * modules/vc-list-files-tests (Files): Add tests/init.sh.
349
350 2010-04-22  Simon Josefsson  <simon@josefsson.org>
351
352         * top/maint.mk (sc_prohibit_backup_files): Prohibit checked in
353         backup files.
354
355 2010-04-21  Simon Josefsson  <simon@josefsson.org>
356
357         * tests/test-vasprintf.c (test_vasprintf, test_asprintf): Test %08lx.
358
359 2010-04-20  Eric Blake  <eblake@redhat.com>
360
361         tests: be robust to ignored SIGPIPE
362         * tests/test-select-in.sh: Consume all output.
363         * tests/test-lseek.sh: Check correct exit status, while avoiding
364         EPIPE.
365
366 2010-04-20  Simon Josefsson  <simon@josefsson.org>
367             Bruno Haible  <bruno@clisp.org>
368
369         visibility: Don't use -fvisibility if it leads to a warning.
370         * m4/visibility.m4 (gl_VISIBILITY): Check whether -Werror is usable. If
371         yes, don't pretend that visibility works if it leads to a warning.
372         Reported by Mike Gran <spk121@yahoo.com>.
373
374 2010-04-20  Andreas Gruenbacher  <agruen@suse.de>
375
376         * build-aux/bootstrap: Use "git -h" for testing for supported options
377         instead of "git --help".  The short-form option only shows a summary,
378         and doesn't layout the full man page.  Grep for the full option name
379         in the summary, too.
380
381 2010-04-19  Bruno Haible  <bruno@clisp.org>
382
383         relocatable: Drop the need to define RELOCATABLE_STRIP in Makefile.am.
384         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Set RELOCATABLE_STRIP.
385         * doc/relocatable-maint.texi (Supporting Relocation): Remove the
386         mention of RELOCATABLE_STRIP.
387         Reported by Sylvain Beucler <beuc@beuc.net>.
388
389 2010-04-19  Bruno Haible  <bruno@clisp.org>
390
391         * lib/diffseq.h: Fix typo in comment.
392         Reported by Eric Blake.
393
394 2010-04-19  Bruno Haible  <bruno@clisp.org>
395
396         ioctl: Move autoconf macro to a .m4 file.
397         * m4/ioctl.m4: New file, extracted from modules/ioctl.
398         * modules/ioctl (Files): Add it.
399         (configure.ac): Simply invoke gl_FUNC_IOCTL.
400         Reported by Ian Beckwith <ianb@erislabs.net>.
401
402 2010-04-18  Andreas Gruenbacher  <agruen@suse.de>
403             Bruno Haible  <bruno@clisp.org>
404
405         diffseq: Accommodate use-case with abstract arrays.
406         * lib/diffseq.h (struct context): Remove xvec, yvec fields if ELEMENT
407         is not defined.
408         (diag, compareseq): Remove local variables xv, yv if ELEMENT is not
409         defined. Use local macro XREF_YREF_EQUAL instead of EQUAL.
410
411 2010-04-18  Bruno Haible  <bruno@clisp.org>
412
413         * doc/posix-headers/stdbool.texi: More precise wording.
414
415 2010-04-17  Jim Meyering  <meyering@redhat.com>
416
417         maint.mk: use gnu-style indentation in an embedded perl script
418         * top/maint.mk (detect_empty_lines_at_EOF_): Clean up formatting.
419         Rename variable: s/two/last_two_bytes/
420
421 2010-04-16  Eric Blake  <eblake@redhat.com>
422
423         test-stdbool: skip test that fails with Solaris CC
424         * tests/test-stdbool.c (f): Skip test that causes compilation
425         error under buggy C++ compiler.
426         * lib/stdbool.in.h: Document the limitation.
427         * doc/posix-headers/stdbool.texi (stdbool.h): Likewise.
428
429         setenv: allow compilation with C++
430         * lib/setenv.c (__add_to_environ): Add a cast.  Also, drop use of
431         register keyword.
432
433         stdint: allow test to pass with C++
434         * tests/test-stdint.c: Define __STDC_CONSTANT_MACROS, for glibc.
435
436         getopt: allow compilation with C++
437         * lib/getopt_int.h (__ordering): Hoist enum declaration outside
438         struct.
439         * lib/getopt.c (_getopt_internal_r): Use correct type.
440         Reported by Dagobert Michelson, via Joel E. Denny.
441
442 2010-04-16  Bruno Haible  <bruno@clisp.org>
443
444         Override netdb.h always.
445         * modules/netdb (Makefile.am): Augment BUILT_SOURCES always.
446         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't set NETDB_H.
447         Reported by Ludovic Courtès <ludo@gnu.org>.
448
449 2010-04-15  Bruno Haible  <bruno@clisp.org>
450
451         openpty: Fix mistake from 2010-03-21.
452         * m4/pty.m4 (gl_FUNC_OPENPTY): Define HAVE_OPENPTY when openpty exists.
453         Reported by Simon Josefsson.
454
455 2010-04-15  Eric Blake  <eblake@redhat.com>
456
457         test-forkpty: fix expected signature
458         * tests/test-forkpty.c (SIGNATURE_CHECK): Add appropriate const.
459         Reported by Simon Josefsson.
460
461 2010-04-15  Jim Meyering  <meyering@redhat.com>
462
463         maint.mk: texinfo_suffix_re_: correct the default regexp
464         * top/maint.mk (texinfo_suffix_re_): Fix default regexp.
465
466         * top/maint.mk (sc_texinfo_acronym): Improve filename regexp, and
467         make it configurable via texinfo_suffix_re_.
468
469 2010-04-14  Eric Blake  <eblake@redhat.com>
470
471         strtok_r: relax license to LGPLv2+
472         * modules/strtok_r (License): Relax license.
473         Reported by Matthias Bolte.
474
475 2010-04-14  Simon Josefsson  <simon@josefsson.org>
476
477         * lib/gc-libgcrypt.c (gc_init): Use MIN_GCRYPT_VERSION set to
478         version 1.4.4 by default instead of requiring the libgcrypt
479         version used during build.  This makes it possible to use the
480         application with older but still binary compatible libgcrypt
481         versions.
482
483 2010-04-13  Eric Blake  <eblake@redhat.com>
484
485         getopt-gnu: match recent glibc fixes and posix ruling
486         * tests/test-getopt.h (test_getopt): Strengthen tests of leading
487         '+' handling, when requesting extensions.
488         * tests/test-getopt_long.h (test_getopt_long): Strengthen test of
489         'W;' handling.
490         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Detect glibc 2.11 bug.
491         * doc/posix-functions/getopt.texi (getopt): Document this.
492         * doc/glibc-functions/getopt_long.texi (getopt_long): Likewise.
493         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
494         Likewise.
495
496         getopt: merge bug fixes from glibc
497         * lib/getopt.c (_getopt_internal_r): Use correct message for 'W;'
498         diagnostics.  Honor '+:' correctly.  Reject ';'.
499
500         getopt-posix: detect MacOS bug
501         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Reject MacOS botch of
502         optind when missing a required argument.
503         * doc/posix-functions/getopt.texi (getopt): Document the bug.
504         * doc/glibc-functions/getopt_long.texi (getopt_long): Likewise.
505         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
506         Likewise.
507
508         getopt-posix: avoid spurious failure on Solaris
509         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Check for getopt_clip as
510         an indicator that setting optind=1 is sufficient for reset.
511
512         getopt-posix: avoid spurious failure on FreeBSD
513         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Check for optreset even
514         in POSIX mode, since the m4 test uses it.
515
516         gnulib-tool: silence warning on BSD sh
517         * gnulib-tool: Avoid leaking warning about unknown 'declare'.
518
519 2010-04-13  Jim Meyering  <meyering@redhat.com>
520
521         doc: users.txt: GNU patch now uses gnulib
522         * users.txt: Add patch.
523
524 2010-04-12  Jim Meyering  <meyering@redhat.com>
525
526         maint.mk: generate more concise timing data for syntax-check rules
527         * top/maint.mk ($(sc_z_rules_)): Remove the ":", "sc_" prefix and
528         " done" from each line that reports a syntax-check test duration.
529
530 2010-04-12  Andreas Gruenbacher  <agruen@suse.de>
531
532         git-version-gen: use "git update-index..." rather than "git status"
533         * build-aux/git-version-gen: Use git update-index --refresh, not
534         "git status".  With some versions of git, "git status" would fail
535         to update the index and result in an unwarranted "-dirty" suffix.
536
537 2010-04-11  Jim Meyering  <meyering@redhat.com>
538
539         openat: correct formatting (no semantic change)
540         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Correct formatting in AC_DEFINE.
541         Suggested by Bruno Haible.
542
543 2010-04-11  Bruno Haible  <bruno@clisp.org>
544
545         Stricter declaration checking in testdirs.
546         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
547         If for_tests is true, augment AM_CPPFLAGS to define
548         GNULIB_STRICT_CHECKING.
549         * build-aux/warn-on-use.h (_GL_WARN_ON_USE, _GL_WARN_ON_USE_CXX): When
550         GNULIB_STRICT_CHECKING is defined, verify that the function is
551         declared.
552
553 2010-04-11  Paolo Bonzini  <bonzini@gnu.org>
554             Bruno Haible  <bruno@clisp.org>
555
556         libunistring: Improve configure output.
557         * m4/libunistring.m4 (gl_LIBUNISTRING): Check for libiconv first.
558         Don't say "consider installing GNU libunistring" when checking again
559         with libiconv.
560
561 2010-04-11  Bruno Haible  <bruno@clisp.org>
562
563         libunistring: Correct value of $LTLIBUNISTRING.
564         * m4/libunistring.m4 (gl_LIBUNISTRING): When it depends on libiconv,
565         correct the value of $LTLIBUNISTRING.
566
567 2010-04-11  Bruno Haible  <bruno@clisp.org>
568
569         havelib: Add static libraries to LIBS in the right order.
570         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): When $LIB[]NAME contains no
571         -l options, prepend it to $LIBS, instead of appending it to $LIBS.
572
573 2010-04-11  Bruno Haible  <bruno@clisp.org>
574
575         libunistring: Detect libunistring also when it depends on libiconv.
576         * m4/libunistring.m4 (gl_LIBUNISTRING): Unset the cached result before
577         the second AC_LIB_HAVE_LINKFLAGS invocation.
578
579 2010-04-11  James Youngman  <jay@gnu.org>
580
581         close-stream: declare local scalars to be "const"
582         * lib/close-stream.c (close_stream): Make boolean variables const
583         to document the fact that we set but do not change them.
584
585 2010-04-11  Bruno Haible  <bruno@clisp.org>
586
587         * m4/libunistring.m4 (gl_LIBUNISTRING): Fix typo in comment.
588
589 2010-04-11  Jim Meyering  <meyering@redhat.com>
590
591         maint.mk: don't include dist-check.mk
592         * top/maint.mk: Remove bogus include directive.
593
594         maint.mk: improve empty-line-at-EOF check
595         * top/maint.mk (sc_prohibit_empty_lines_at_EOF): Use Perl-based
596         solution, rather than tail+Perl-based one.  The latter would read
597         a few kilobytes from the end of each file, and did not handle empty
598         files properly.
599
600         maint.mk: print the elapsed time for each syntax-check rule
601         * top/maint.mk (sc_m_rules_): Save start time in a file.
602         (sc_z_rules_): New rules: remove temp file and print elapsed time.
603         (local-check): Interpose the .z rules
604
605 2010-04-11  Jim Meyering  <meyering@redhat.com>
606
607         maint.mk: detect_empty_lines_at_EOF_: avoid FP for an empty file
608         * top/maint.mk (detect_empty_lines_at_EOF_): Don't confuse an
609         empty file with one that ends in an empty line.
610
611 2010-04-10  Bruno Haible  <bruno@clisp.org>
612
613         mkdir: Make it work on mingw64.
614         * lib/sys_stat.in.h: Include <direct.h> together with <io.h>.
615         * lib/mkdir.c: Update comment.
616         Reported by Roman Donchenko (Роман Ð”онченко) <dxdragon@yandex.ru>.
617
618 2010-04-10  Bruno Haible  <bruno@clisp.org>
619
620         Don't override improved macro from newer autoconf.
621         * m4/gnulib-common.m4 (AC_C_RESTRICT): Don't define for
622         autoconf >= 2.62.
623         Reported by Joel E. Denny <jdenny@clemson.edu>.
624
625 2010-04-10  Jim Meyering  <meyering@redhat.com>
626
627         maint.mk: new syntax-check rule: prohibit empty lines at end of file
628         * top/maint.mk (sc_prohibit_empty_lines_at_EOF): New rule.
629
630         maint.mk: correct a diagnostic
631         * top/maint.mk (sc_prohibit_HAVE_MBRTOWC): Fix obsolete use of $re
632         in diagnostic; now use $prohibit.
633
634 2010-04-10  Bruno Haible  <address@hidden>
635
636         fchownat: Fix a C++ test error on Solaris 8.
637         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Don't set REPLACE_FCHOWNAT to 1 if
638         the function does not exist.
639
640 2010-04-10  Bruno Haible  <bruno@clisp.org>
641
642         vasnprintf: Add more tests.
643         * tests/test-vasnprintf-posix.c: Include <errno.h>.
644         (test_function): Test converting an invalid wide string.
645
646         vasnprintf: Correct handling of unconvertible wide string arguments.
647         * lib/vasnprintf.c (MAX_ROOM_NEEDED): New function, extracted from
648         VASNPRINTF.
649         (VASNPRINTF): Use it. After snprintf failed, allocate more memory only
650         if HAVE_SNPRINTF_RETVAL_C99 is false and the allocated memory is
651         smaller than the expected maximum need for the directive. Set errno to
652         EILSEQ, not EINVAL, when the directive is 'c' or 's'.
653         (local_strnlen, local_wcslen, local_wcsnlen): Update conditions.
654         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Require AC_C_INLINE and
655         gl_SNPRINTF_RETVAL_C99. Define HAVE_SNPRINTF_RETVAL_C99.
656         * modules/vasnprintf (Files): Add m4/printf.m4.
657         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com>.
658
659 2010-04-10  Bruno Haible  <bruno@clisp.org>
660
661         vasnprintf: Fix crash in %ls directive.
662         * lib/vasnprintf.c (VASNPRINTF): Don't abort when a unconvertible wide
663         string is passed as argument to %ls, with no precision and no width.
664         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com>.
665
666 2010-04-10  Bruno Haible  <bruno@clisp.org>
667
668         vasnprintf: Fix multiple test failures on mingw.
669         * lib/vasnprintf.c (SNPRINTF) [mingw]: Define to snprintf, not
670         _snprintf, or snwprintf, not _snwprintf.
671
672 2010-04-10  Bruno Haible  <bruno@clisp.org>
673
674         write: Fix a C++ test error on mingw.
675         * lib/unistd.in.h (write): Use _GL_CXXALIAS_SYS_CAST.
676
677 2010-04-10  Bruno Haible  <bruno@clisp.org>
678
679         vasnprintf test: Reduce code duplication.
680         * tests/test-vasnprintf.c (test_function): New function, extracted from
681         test_vasnprintf.
682         (test_vasnprintf, test_asnprintf): Invoke it.
683
684 2010-04-10  Bruno Haible  <bruno@clisp.org>
685
686         strnlen: Fix warning in C++ mode on MacOS X.
687         * lib/string.in.h (strnlen): Use the modern idiom.
688         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set REPLACE_STRNLEN to 1, instead of
689         defining strnlen as a macro already in <config.h>.
690         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
691         REPLACE_STRNLEN.
692         * modules/string (Makefile.am): Substitute REPLACE_STRNLEN.
693         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com>.
694
695 2010-04-08  James Youngman  <jay@gnu.org>
696
697         * doc/manywarnings.texi (manywarnings): Add missing parenthesis in
698         the example.
699
700 2010-04-09  Jim Meyering  <meyering@redhat.com>
701
702         maint.mk: print better diagnostic when there is no $(_hv_file)
703         * top/maint.mk (sc_cross_check_PATH_usage_in_tests): Skip test and
704         announce that when $(_hv_file) (aka help-version) does not exist.
705
706         init.sh: run tr in the "C" locale to avoid multibyte interpretation
707         * tests/init.sh (rand_bytes_): Run tr in the "C" locale so it does
708         not try to interpret its random input bytes.  Jarno Rajahalme reported
709         that ./test-xalloc-die.sh would fail with "tr: Illegal byte sequence".
710         on Darwin 10.3.0 with LC_CTYPE=UTF-8.
711         (mktempd_): Likewise, just in case.
712
713         ftruncate: add two years to projected module removal date: 2012
714         * m4/ftruncate.m4: Adjust comments.
715
716         ftruncate: mark module as obsolete; even MinGW provides it, now
717         * modules/ftruncate (Status): Obsolete.
718         (Notice): Say that.
719         * doc/posix-functions/ftruncate.texi: Don't say MinGW lacks it.
720         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/9203
721
722 2010-04-08  Bruno Haible  <bruno@clisp.org>
723
724         Fix side effects from tests-related modules.
725         * modules/dprintf-posix (Comment): New section.
726         * modules/fprintf-posix (Comment): Likewise.
727         * modules/obstack-printf-posix (Comment): Likewise.
728         * modules/printf-posix (Comment): Likewise.
729         * modules/snprintf-posix (Comment): Likewise.
730         * modules/sprintf-posix (Comment): Likewise.
731         * modules/vasnprintf-posix (Comment): Likewise.
732         * modules/vasprintf-posix (Comment): Likewise.
733         * modules/vdprintf-posix (Comment): Likewise.
734         * modules/vfprintf-posix (Comment): Likewise.
735         * modules/vprintf-posix (Comment): Likewise.
736         * modules/vsnprintf-posix (Comment): Likewise.
737         * modules/vsprintf-posix (Comment): Likewise.
738         * modules/xprintf-posix (Comment): Likewise.
739         * modules/xvasprintf-posix (Comment): Likewise.
740         * modules/ceilf-tests (Depends-on): Remove fprintf-posix.
741         * modules/floorf-tests (Depends-on): Likewise.
742         * modules/round-tests (Depends-on): Likewise.
743         * modules/roundf-tests (Depends-on): Likewise.
744         * modules/trunc-tests (Depends-on): Likewise.
745         * modules/truncf-tests (Depends-on): Likewise.
746         * tests/test-ceilf2.c (check): Don't invoke fprintf if the
747         'fprintf-posix' module is not present.
748         * tests/test-floorf2.c (check): Likewise.
749         * tests/test-trunc2.c (check): Likewise.
750         * tests/test-truncf2.c (check): Likewise.
751         * tests/test-round2.c (equal): Likewise.
752         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com>.
753
754 2010-04-07  Karl Berry  <karl@gnu.org>
755
756         * config/srclist.txt,
757         * config/srclistvars.sh,
758         * config/srclist-update: doc fixes.
759
760 2010-04-07  Jim Meyering  <meyering@redhat.com>
761
762         maint.mk: add a PATH crosschecking syntax-check rule
763         * top/maint.mk (sc_cross_check_PATH_usage_in_tests): New rule.
764         Useful if you use a test like the one in help-version (coreutils,
765         diffutils, grep, gzip) that ensures $(VERSION) matches what is
766         printed by prog --version.
767
768 2010-04-06  Bruno Haible  <bruno@clisp.org>
769
770         Fix link error on mingw.
771         * modules/unistd-c++-tests (test_unistd_c___LDADD): Add LIBSOCKET.
772         * modules/fcntl-h-c++-tests (test_fcntl_h_c___LDADD): Likewise.
773
774 2010-04-06  Bruno Haible  <bruno@clisp.org>
775
776         Assume rmdir exists.
777         * lib/rmdir.c (rpl_rmdir): Remove code that invokes the rmdir program.
778
779 2010-04-06  Giuseppe Scrivano <gscrivano@gnu.org>
780
781         doc: update users.txt
782         * users.txt: Add gcal.
783
784 2010-04-06  Jim Meyering  <meyering@redhat.com>
785
786         init.sh: simply unset TMPDIR rather than risking env -i
787         * tests/init.sh (mktempd_): Using env -i is rather harsh, and
788         although it probably works fine on all Unix-based systems, some
789         systems (Cygwin?) cannot tolerate a totally cleared environment.
790         Suggestion from Eric Blake.
791
792 2010-04-06  Jim Meyering  <meyering@redhat.com>
793
794         init.sh: portability fix: use env's POSIX-specified -i option not -u
795         * tests/init.sh (mktempd_): Use env -i and set PATH explicitly rather
796         than unportable env -u.  Solaris 5.11's env lacks support for -u.
797
798 2010-04-05  Bruno Haible  <bruno@clisp.org>
799
800         btowc: Work around Cygwin 1.7.2 bug.
801         * m4/btowc.m4 (gl_FUNC_BTOWC): Set REPLACE_BTOWC to 1 if the function
802         does not map NUL to 0.
803         * doc/posix-functions/btowc.texi: Mention the Cygwin bug.
804
805 2010-04-05  Bruno Haible  <bruno@clisp.org>
806
807         Make the multithread modules work on Cygwin 1.7.2.
808         * m4/threadlib.m4 (gl_THREADLIB_BODY): Improve the test whether
809         imported symbols can be declared weak, so that it returns "no" on
810         Cygwin 1.7.2.
811
812 2010-04-05  Bruno Haible  <bruno@clisp.org>
813
814         Use the module 'strncat'.
815         * modules/unistr/u8-strncat (Depends-on): Add strncat.
816
817         Tests for module 'strncat'.
818         * modules/strncat-tests: New file.
819         * tests/test-strncat.c: New file.
820
821         New module 'strncat'.
822         * lib/string.in.h (strncat): New declaration.
823         * lib/strncat.c: New file, based on lib/unistr/u-strncat.h.
824         * m4/strncat.m4: New file, based on m4/memchr.m4.
825         * modules/strncat: New file.
826         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Also check whether strncat
827         is declared.
828         (gl_HEADER_STRING_H_DEFAULTS): Initialize GNULIB_STRNCAT,
829         REPLACE_STRNCAT.
830         * modules/string (Makefile.am): Substitute GNULIB_STRNCAT,
831         REPLACE_STRNCAT.
832         * doc/posix-functions/strncat.texi: Mention the Solaris bug and the new
833         module.
834         * tests/test-string-c++.cc: Check signature of strncat.
835
836 2010-04-05  Jim Meyering  <meyering@redhat.com>
837
838         xstrtoumax-tests: convert to use init.sh
839         * modules/xstrtoumax-tests (Files): Add tests/init.sh.
840         * tests/test-xstrtoumax.sh: Invoke "$srcdir/init.sh" and path_prepend_.
841         Use Exit, not exit.
842         Remove uses of $EXEEXT and "./" to run a program in the current dir.
843
844         xstrtoimax-tests: convert to use init.sh
845         * modules/xstrtoimax-tests (Files): Add tests/init.sh.
846         * tests/test-xstrtoimax.sh: Invoke "$srcdir/init.sh" and path_prepend_.
847         Use Exit, not exit.
848         Remove uses of $EXEEXT and "./" to run a program in the current dir.
849
850 2010-04-05  Bruno Haible  <bruno@clisp.org>
851
852         sys_socket: Avoid #define replacements in C++ mode.
853         * lib/sys_socket.in.h (close, gethostname, select): In C++, attach a
854         warning to the function if possible, rather than #defining the symbol
855         to a dysfunctional alias.
856
857 2010-04-05  Bruno Haible  <bruno@clisp.org>
858
859         fseeko: Fix C++ test error on mingw.
860         * m4/fseeko.m4 (gl_HAVE_FSEEKO): New macro, extracted from
861         gl_FUNC_FSEEKO.
862         (gl_REPLACE_FSEEKO): Also set REPLACE_FSEEKO if appropriate.
863         (gl_FUNC_FSEEKO): Require gl_HAVE_FSEEKO. Update.
864         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't fiddle with internals of the
865         fseeko module. Instead, invoke gl_REPLACE_FSEEKO.
866
867 2010-04-05  Bruno Haible  <bruno@clisp.org>
868
869         duplocale: Improve test output.
870         * tests/test-duplocale.c (main): Print reason for skipped test.
871
872 2010-04-05  Bruno Haible  <bruno@clisp.org>
873
874         Assume rmdir exists.
875         * m4/rmdir.m4 (gl_FUNC_RMDIR): Remove test whether rmdir exists.
876         * doc/posix-functions/rmdir.texi: Remove mention of "old platforms".
877
878 2010-04-05  Bruno Haible  <bruno@clisp.org>
879
880         Fix link error on Solaris 8 with cc.
881         * modules/pty-c++-tests (test_pty_c___LDADD): Add LIBINTL.
882
883 2010-04-05  Bruno Haible  <bruno@clisp.org>
884
885         frexpl: Fix a C++ test error on Solaris 8 and Cygwin.
886         * lib/math.in.h (frexpl): Fix condition on _GL_CXXALIASWARN invocation.
887
888 2010-04-05  Bruno Haible  <bruno@clisp.org>
889
890         vasprintf: Update documentation.
891         * doc/glibc-functions/asprintf.texi: Mention the 'vasprintf' module.
892
893 2010-04-05  Bruno Haible  <bruno@clisp.org>
894
895         ptsname: Improve test.
896         * tests/test-ptsname.c (main): Also try the various master names of BSD
897         systems.
898
899 2010-04-05  Bruno Haible  <bruno@clisp.org>
900
901         memchr: Avoid a possible C++ test error.
902         * lib/string.in.h (memchr): Provide declaration if function is missing.
903         * m4/memchr.m4 (gl_FUNC_MEMCHR): If the function is missing, set
904         HAVE_MEMCHR to 0, not REPLACE_MEMCHR to 1.
905         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MEMCHR.
906         * modules/string (Makefile.am): Substitute HAVE_MEMCHR.
907
908 2010-04-05  Bruno Haible  <bruno@clisp.org>
909
910         strtok_r: Improve idiom.
911         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Invoke gl_PREREQ_STRDUP only when
912         AC_LIBOBJ is used.
913
914 2010-04-05  Bruno Haible  <bruno@clisp.org>
915
916         strdup: Improve idiom.
917         * m4/strdup.m4 (gl_FUNC_STRDUP): Invoke gl_PREREQ_STRDUP only when
918         AC_LIBOBJ is used.
919         (gl_FUNC_STRDUP_POSIX): When strdup is missing and malloc is not POSIX
920         compliant, don't set REPLACE_STRDUP to 1. Invoke gl_PREREQ_STRDUP only
921         when AC_LIBOBJ is used.
922
923 2010-04-05  Bruno Haible  <bruno@clisp.org>
924
925         mbsinit, mbrtowc, wcrtomb: Improve idioms.
926         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): When the function does not exist,
927         don't set REPLACE_MBSINIT to 1.
928         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): When the function does not exist,
929         don't set REPLACE_MBRTOWC to 1.
930         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): When the function does not
931         exist, don't set REPLACE_MBSRTOWCS to 1.
932         * m4/mbsnrtowcs.m4 (gl_FUNC_MBSNRTOWCS): When the function does not
933         exist, don't set REPLACE_MBSNRTOWCS to 1.
934         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): When the function does not exist,
935         don't set REPLACE_WCRTOMB to 1.
936         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): When the function does not
937         exist, don't set REPLACE_WCSRTOMBS to 1.
938         * m4/wcsnrtombs.m4 (gl_FUNC_WCSNRTOMBS): When the function does not
939         exist, don't set REPLACE_WCSNRTOMBS to 1.
940
941 2010-04-05  Bruno Haible  <bruno@clisp.org>
942
943         ldexpl: Improve idiom.
944         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): When the function is not declared,
945         make sure to set HAVE_DECL_LDEXPL to 0.
946
947 2010-04-05  Jim Meyering  <meyering@redhat.com>
948
949         xstrtol-tests: convert to use init.sh
950         * modules/xstrtol-tests (Files): Add tests/init.sh.
951         * tests/test-xstrtol.sh: Invoke "$srcdir/init.sh" and path_prepend_.
952         Use Exit, not exit.
953         Remove uses of $EXEEXT and "./" to run a program in the current dir.
954
955         atexit-tests: convert to use init.sh
956         * modules/atexit-tests (Files): Add tests/init.sh.
957         * tests/test-atexit.sh: Invoke "$srcdir/init.sh" and path_prepend_.
958         Use Exit, not exit.
959         Remove uses of $EXEEXT and "./" to run a program in the current dir.
960
961         init.sh: fix typo
962         * tests/init.sh: Restore omitted ":" before stderr_fileno_ initialization.
963
964         init.sh: make it easier for a test script to write to the tty, ...
965         when using automake's parallel-tests mode.
966         * tests/init.sh (stderr_fileno_): Define overridable variable.
967         (warn_): New function, to use it.
968         (fail_, skip_, framework_failure_): Use warn_.
969
970 2010-04-04  Bruno Haible  <bruno@clisp.org>
971
972         btowc: Avoid warning.
973         * lib/btowc.c: Include <stdlib.h>.
974         Reported by Hauke Fath <hauke@espresso.rhein-neckar.de>.
975
976 2010-04-04  Hauke Fath  <hauke@espresso.rhein-neckar.de>  (tiny change)
977             Bruno Haible  <bruno@clisp.org>
978
979         wchar: Port to NetBSD 1.5.
980         * lib/wchar.in.h (WEOF): Provide fallback also when wint_t exists.
981         * lib/wctype.in.h (WEOF): Likewise.
982
983 2010-04-04  Hauke Fath  <hauke@espresso.rhein-neckar.de>  (tiny change)
984             Bruno Haible  <bruno@clisp.org>
985
986         Port extended stdio to NetBSD 1.5.
987         * lib/stdio-impl.h [NetBSD]: Include <sys/param.h>.
988         (struct __sfileext, fp_ub): Define the "old way" for NetBSD 1.5Z and
989         older.
990
991 2010-04-04  Bruno Haible  <bruno@clisp.org>
992
993         string: Remove unused substitution.
994         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
995         HAVE_DECL_STRERROR.
996         * modules/string (Makefile.am): Don't substitute HAVE_DECL_STRERROR.
997
998 2010-04-04  Bruno Haible  <bruno@clisp.org>
999
1000         strtod: Avoid a possible C++ test error.
1001         * m4/strtod.m4 (gl_FUNC_STRTOD): When setting HAVE_STRTOD to 0, don't
1002         set REPLACE_STRTOD.
1003
1004 2010-04-04  Bruno Haible  <bruno@clisp.org>
1005
1006         strerror: Update documentation.
1007         * doc/posix-functions/strerror.texi: Remove mention of old platforms.
1008
1009 2010-04-04  Bruno Haible  <bruno@clisp.org>
1010
1011         stdio: Fix some C++ test errors on Solaris 8 with GCC.
1012         * lib/stdio.in.h (vdprintf, vfprintf, vprintf, vsprintf): Use
1013         _GL_CXXALIAS_SYS_CAST.
1014
1015 2010-04-04  Bruno Haible  <bruno@clisp.org>
1016
1017         frexpl: Fix a C++ test error on Solaris 8 and Cygwin.
1018         * m4/frexpl.m4 (gl_FUNC_FREXPL, gl_FUNC_FREXPL_NO_LIBM): When the
1019         function is not declared, set HAVE_DECL_FREXPL to 0, instead of setting
1020         REPLACE_FREXPL to 1.
1021         * doc/posix-functions/frexpl.texi: Update documentation.
1022
1023 2010-04-04  Bruno Haible  <bruno@clisp.org>
1024
1025         math: Fix some C++ test errors on Solaris 8 and Cygwin.
1026         * lib/math.in.h (cosl, logl, sinl): Use simpler idiom.
1027
1028 2010-04-04  Bruno Haible  <bruno@clisp.org>
1029
1030         Implement nanosleep for native Windows.
1031         * lib/nanosleep.c (nanosleep): New implementation for native Windows.
1032
1033 2010-04-04  Bruno Haible  <bruno@clisp.org>
1034
1035         math: Fix some C++ test errors on Solaris 8.
1036         * lib/math.in.h (truncf, trunc): Use simpler idiom.
1037
1038 2010-04-04  Bruno Haible  <bruno@clisp.org>
1039
1040         math: Fix some C++ test errors on Cygwin.
1041         * lib/math.in.h (ceilf, ceill, floorf, floorl, roundf, round, roundl,
1042         truncl): Provide declaration if the system does not have it.
1043         * m4/ceilf.m4 (gl_FUNC_CEILF): If the function is not declared, set
1044         HAVE_DECL_CEILF to 0, not REPLACE_CEILF to 1.
1045         * m4/ceill.m4 (gl_FUNC_CEILL): If the function is not declared, set
1046         HAVE_DECL_CEILL to 0, not REPLACE_CEILL to 1.
1047         * m4/floorf.m4 (gl_FUNC_FLOORF): If the function is not declared, set
1048         HAVE_DECL_FLOORF to 0, not REPLACE_FLOORF to 1.
1049         * m4/floorl.m4 (gl_FUNC_FLOORL): If the function is not declared, set
1050         HAVE_DECL_FLOORL to 0, not REPLACE_FLOORL to 1.
1051         * m4/round.m4 (gl_FUNC_ROUND): If the function is not declared, set
1052         HAVE_DECL_ROUND to 0, not REPLACE_ROUND to 1.
1053         * m4/roundf.m4 (gl_FUNC_ROUNDF): If the function is not declared, set
1054         HAVE_DECL_ROUNDF to 0, not REPLACE_ROUNDF to 1.
1055         * m4/roundl.m4 (gl_FUNC_ROUNDL): If the function is not declared, set
1056         HAVE_DECL_ROUNDL to 0, not REPLACE_ROUNDL to 1.
1057         * m4/truncl.m4 (gl_FUNC_TRUNCL): If the function is not declared, set
1058         HAVE_DECL_TRUNCL to 0, not REPLACE_TRUNCL to 1.
1059         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize HAVE_DECL_CEILF,
1060         HAVE_DECL_CEILL, HAVE_DECL_FLOORF, HAVE_DECL_FLOORL, HAVE_DECL_ROUND,
1061         HAVE_DECL_ROUNDF, HAVE_DECL_ROUNDL, HAVE_DECL_TRUNCL.
1062         * modules/math (Makefile.am): Substitute HAVE_DECL_CEILF,
1063         HAVE_DECL_CEILL, HAVE_DECL_FLOORF, HAVE_DECL_FLOORL, HAVE_DECL_ROUND,
1064         HAVE_DECL_ROUNDF, HAVE_DECL_ROUNDL, HAVE_DECL_TRUNCL.
1065
1066 2010-04-04  Bruno Haible  <bruno@clisp.org>
1067
1068         * m4/ceilf.m4 (gl_FUNC_CEILF): Remove redundant AC_SUBST invocation.
1069         * m4/ceill.m4 (gl_FUNC_CEILL): Likewise.
1070         * m4/floorf.m4 (gl_FUNC_FLOORF): Likewise.
1071         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
1072         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
1073         * m4/isinf.m4 (gl_ISINF): Likewise.
1074         * m4/truncl.m4 (gl_FUNC_TRUNCL): Likewise.
1075
1076 2010-04-04  Bruno Haible  <bruno@clisp.org>
1077
1078         * m4/trunc.m4 (gl_FUNC_TRUNC): Remove redundant AC_SUBST invocation.
1079         * m4/truncf.m4 (gl_FUNC_TRUNCF): Likewise.
1080
1081 2010-04-04  Bruno Haible  <bruno@clisp.org>
1082
1083         * m4/tmpfile.m4 (gl_FUNC_TMPFILE): Renamed from gl_TMPFILE.
1084         * modules/tmpfile (configure.ac): Update.
1085
1086         tmpfile: Fix C++ test error on mingw.
1087         * lib/stdio.in.h (tmpfile): New declaration.
1088         * m4/tmpfile.m4 (gl_TMPFILE): Require gl_STDIO_H_DEFAULTS. Set
1089         REPLACE_TMPFILE instead of defining tmpfile as a macro in config.h.
1090         * modules/tmpfile (Depends-on): Add stdio.
1091         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
1092         * m4/stdio_h.m4 (gl_STDIO_H): Also check whether tmpfile is declared.
1093         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_TMPFILE and REPLACE_TMPFILE.
1094         * modules/stdio (Makefile.am): Substitute GNULIB_TMPFILE and
1095         REPLACE_TMPFILE.
1096         * tests/test-stdio-c++.cc (tmpfile): Verify signature.
1097
1098 2010-04-04  Bruno Haible  <bruno@clisp.org>
1099
1100         ioctl: Fix C++ test error on mingw.
1101         * lib/ioctl.c (ioctl): Renamed from rpl_ioctl.
1102         * lib/sys_ioctl.in.h (ioctl): When SYS_IOCTL_H_HAVE_WINSOCK2_H is 1,
1103         use _GL_FUNCDECL_SYS, not _GL_FUNCDECL_RPL.
1104
1105 2010-04-03  Bruno Haible  <bruno@clisp.org>
1106
1107         wcwidth: Fix C++ test error on mingw.
1108         * lib/wcwidth.c (wcwidth): Renamed from rpl_wcwidth.
1109         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): If the wcwidth function does not
1110         exist, don't set REPLACE_WCWIDTH. Instead, rely on HAVE_DECL_WCWIDTH.
1111
1112 2010-04-03  Bruno Haible  <bruno@clisp.org>
1113
1114         nanosleep: Fix C++ test error on mingw.
1115         * lib/nanosleep.c (nanosleep): Renamed from rpl_nanosleep.
1116         * lib/time.in.h (nanosleep): Use modern idiom.
1117         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): When the system does not have a
1118         nanosleep function, set HAVE_NANOSLEEP to 0, instead of setting
1119         REPLACE_NANOSLEEP to 1.
1120         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_NANOSLEEP.
1121         * modules/time (Makefile.am): Substitute HAVE_NANOSLEEP.
1122
1123 2010-04-03  Bruno Haible  <bruno@clisp.org>
1124
1125         strptime: Fix C++ test error on mingw.
1126         * lib/time.in.h (strptime): Use HAVE_STRPTIME, not REPLACE_STRPTIME.
1127         * m4/strptime.m4 (gl_FUNC_STRPTIME): Set HAVE_STRPTIME, not
1128         REPLACE_STRPTIME. Invoke gl_PREREQ_STRPTIME.
1129         (gl_PREREQ_STRPTIME): New macro, extracted from gl_FUNC_STRPTIME.
1130         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_STRPTIME,
1131         not REPLACE_STRPTIME.
1132         * modules/time (Makefile.am): Substitute HAVE_STRPTIME, not
1133         REPLACE_STRPTIME.
1134
1135 2010-04-03  Bruno Haible  <bruno@clisp.org>
1136
1137         timegm: Fix C++ test error on mingw.
1138         * lib/time.in.h (timegm): Use modern idiom.
1139         * m4/timegm.m4 (gl_FUNC_TIMEGM): When timegm does not exist, set
1140         HAVE_TIMEGM to 0, not REPLACE_TIMEGM to 1.
1141         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_TIMEGM.
1142         * modules/time (Makefile.am): Substitute HAVE_TIMEGM.
1143
1144 2010-04-03  Bruno Haible  <bruno@clisp.org>
1145
1146         timegm: Assume declaration if function exists.
1147         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume timegm is declared if and only
1148         if it exists. Don't clobber ac_cv_func_timegm.
1149
1150 2010-04-03  Bruno Haible  <bruno@clisp.org>
1151
1152         time_r: Fix C++ test error on mingw.
1153         * lib/time.in.h (localtime_r, gmtime_r): Use modern idiom.
1154         * m4/time_r.m4 (gl_TIME_R): When localtime_r does not exist, set
1155         HAVE_LOCALTIME_R to 0, not REPLACE_LOCALTIME_R to 1.
1156         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_LOCALTIME_R.
1157         * modules/time (Makefile.am): Substitute HAVE_LOCALTIME_R.
1158
1159 2010-04-03  Bruno Haible  <bruno@clisp.org>
1160
1161         time_r: Minor updates.
1162         * modules/time_r (Description): Mention the provided functions.
1163         * lib/time_r.c: Don't include <string.h>.
1164         * doc/posix-functions/gmtime_r.texi: Mention the 'time_r' module.
1165         * doc/posix-functions/localtime_r.texi: Likewise.
1166
1167 2010-04-03  Bruno Haible  <bruno@clisp.org>
1168
1169         time: Fix regression introduced on 2010-03-08.
1170         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Require
1171         gl_HEADER_TIME_H_DEFAULTS, not gl_HEADER_STRING_H_DEFAULTS.
1172
1173 2010-04-03  Jim Meyering  <meyering@redhat.com>
1174
1175         maint.mk: don't silently disable project-specific syntax-check rules
1176         * top/maint.mk (_prohibit_regexp): Define, to help people realize
1177         that they need to convert their project-specific syntax-check rules
1178         to use the new _sc_search_regexp.
1179
1180 2010-04-03  Bruno Haible  <bruno@clisp.org>
1181
1182         fchdir: Fix regression introduced on 2010-03-08.
1183         * lib/unistd.in.h (fchdir): Fix declaration.
1184         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set HAVE_FCHDIR, not REPLACE_FCHDIR.
1185         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize HAVE_FCHDIR, not
1186         REPLACE_FCHDIR.
1187         * modules/unistd (Makefile.am): Substitute HAVE_FCHDIR, not
1188         REPLACE_FCHDIR.
1189
1190 2010-04-03  Bruno Haible  <bruno@clisp.org>
1191
1192         getpagesize: Fix C++ test error on mingw.
1193         * lib/unistd.in.h (getpagesize): Don't use _GL_CXXALIASWARN if the
1194         system does not declare the function.
1195         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Also check whether it's
1196         declared.
1197         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1198         HAVE_DECL_GETPAGESIZE.
1199         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETPAGESIZE.
1200
1201 2010-04-03  Bruno Haible  <bruno@clisp.org>
1202
1203         stdio: Make C++ tests work on mingw.
1204         * lib/stdio.in.h (getline): Don't use _GL_CXXALIASWARN if the system
1205         does not declare the function.
1206
1207 2010-04-03  Bruno Haible  <bruno@clisp.org>
1208
1209         ftello: Fix C++ test error on mingw.
1210         * lib/stdio.in.h (ftello): Use modern idiom.
1211         * lib/ftello.c (ftello): Renamed from rpl_ftello.
1212         * m4/ftello.m4 (gl_FUNC_FTELLO): Distinguish the case that the function
1213         is missing and that it needs to be replaced.
1214         (gl_REPLACE_FTELLO): Don't set REPLACE_FTELLO here.
1215         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_FTELLO.
1216         * modules/stdio (Makefile.am): Substitute HAVE_FTELLO.
1217
1218 2010-04-03  Bruno Haible  <bruno@clisp.org>
1219
1220         fseeko: Fix C++ test error on mingw.
1221         * lib/stdio.in.h (fseeko): Use modern idiom.
1222         * lib/fseeko.c (fseeko): Renamed from rpl_fseeko.
1223         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Distinguish the case that the function
1224         is missing and that it needs to be replaced.
1225         (gl_REPLACE_FSEEKO): Don't set REPLACE_FSEEKO here.
1226         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_FSEEKO.
1227         * modules/stdio (Makefile.am): Substitute HAVE_FSEEKO.
1228
1229 2010-04-03  Bruno Haible  <bruno@clisp.org>
1230
1231         mkstemp: Fix C++ test error on mingw.
1232         * lib/stdlib.in.h (mkstemp): Use modern idiom.
1233         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Distinguish the case that the
1234         function is missing and that it needs to be replaced.
1235         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize HAVE_MKSTEMP.
1236         * modules/stdlib (Makefile.am): Substitute HAVE_MKSTEMP.
1237
1238 2010-04-03  Bruno Haible  <bruno@clisp.org>
1239
1240         stpncpy: Fix C++ test error on mingw.
1241         * lib/string.in.h (stpncpy): Use modern idiom.
1242         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Distinguish the case that the
1243         function is missing and that it needs to be replaced.
1244         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1245         REPLACE_STPNCPY.
1246         * modules/string (Makefile.am): Substitute REPLACE_STPNCPY.
1247
1248 2010-04-03  Bruno Haible  <bruno@clisp.org>
1249
1250         sys_stat: Fix C++ test error on mingw.
1251         * build-aux/c++defs.h (_GL_CXXALIAS_RPL_CAST_1): New macro.
1252         * lib/sys_stat.in.h (lchmod): Use it instead of _GL_CXXALIAS_RPL_1.
1253
1254 2010-04-03  Bruno Haible  <bruno@clisp.org>
1255
1256         pty: Update doc.
1257         * doc/glibc-headers/pty.texi: Mention changes done since 2010-03-18.
1258
1259 2010-04-03  Bruno Haible  <bruno@clisp.org>
1260
1261         unistd: Fix C++ test error on mingw.
1262         * lib/unistd.in.h (getcwd): Use _GL_CXXALIAS_SYS_CAST.
1263
1264 2010-04-03  Bruno Haible  <bruno@clisp.org>
1265
1266         Update doc regarding mingw.
1267         * doc/glibc-functions/openpty.texi: Update regarding mingw.
1268         * doc/glibc-functions/login_tty.texi: Likewise.
1269         * doc/glibc-functions/forkpty.texi: Likewise.
1270
1271 2010-04-03  Bruno Haible  <bruno@clisp.org>
1272
1273         stdlib: Avoid compilation failure of c-strtold on mingw.
1274         * lib/stdlib.in.h: Don't include <unistd.h> on native Windows systems.
1275
1276 2010-04-03  Bruno Haible  <bruno@clisp.org>
1277
1278         locale: Make C++ tests work on Cygwin and mingw.
1279         * lib/locale.in.h (duplocale): Don't use _GL_CXXALIASWARN if gnulib
1280         cannot provide the function.
1281         Reported by Simon Josefsson.
1282
1283 2010-04-03  Bruno Haible  <bruno@clisp.org>
1284
1285         localename: Port to MacOS X 10.6.
1286         * lib/localename.c (gl_locale_name_thread_unsafe): On MacOS X, try the
1287         memory layout of the locales in MacOS X 10.6 as well.
1288         Reported by Panu Kekäläinen <panu@kekalainen.eu>.
1289
1290 2010-04-02  Bruno Haible  <bruno@clisp.org>
1291
1292         gnulib-tool: Ensure that long-running tests are executed last.
1293         * gnulib-tool (func_emit_tests_Makefile_am): Emit the code for long-
1294         running tests after the one for the other tests.
1295
1296 2010-04-02  Bruno Haible  <bruno@clisp.org>
1297
1298         gnulib-tool: Ensure the tests in the main directory are executed first.
1299         * gnulib-tool (func_emit_tests_Makefile_am): Initialize SUBDIRS to
1300         start with the current directory.
1301
1302 2010-04-02  Bruno Haible  <bruno@clisp.org>
1303
1304         Tests for module 'havelib', moved here from GNU gettext.
1305         * modules/havelib-tests: New file, from gettext/autoconf-lib-link with
1306         modifications.
1307         * tests/havelib/README: New file, from gettext/autoconf-lib-link.
1308         * tests/havelib/Makefile.am: New file, from gettext/autoconf-lib-link
1309         with modifications.
1310         * tests/havelib/rpath-1: New file, from gettext/autoconf-lib-link with
1311         modifications.
1312         * tests/havelib/rpath-1a: New file, from gettext/autoconf-lib-link.
1313         * tests/havelib/rpath-1b: New file, from gettext/autoconf-lib-link.
1314         * tests/havelib/rpath-2_a: New file, from gettext/autoconf-lib-link
1315         with modifications.
1316         * tests/havelib/rpath-2_b: New file, from gettext/autoconf-lib-link
1317         with modifications.
1318         * tests/havelib/rpath-2aaa: New file, from gettext/autoconf-lib-link.
1319         * tests/havelib/rpath-2aab: New file, from gettext/autoconf-lib-link.
1320         * tests/havelib/rpath-2aac: New file, from gettext/autoconf-lib-link.
1321         * tests/havelib/rpath-2aad: New file, from gettext/autoconf-lib-link.
1322         * tests/havelib/rpath-2aba: New file, from gettext/autoconf-lib-link.
1323         * tests/havelib/rpath-2abb: New file, from gettext/autoconf-lib-link.
1324         * tests/havelib/rpath-2abc: New file, from gettext/autoconf-lib-link.
1325         * tests/havelib/rpath-2abd: New file, from gettext/autoconf-lib-link.
1326         * tests/havelib/rpath-2baa: New file, from gettext/autoconf-lib-link.
1327         * tests/havelib/rpath-2bab: New file, from gettext/autoconf-lib-link.
1328         * tests/havelib/rpath-2bac: New file, from gettext/autoconf-lib-link.
1329         * tests/havelib/rpath-2bad: New file, from gettext/autoconf-lib-link.
1330         * tests/havelib/rpath-2bba: New file, from gettext/autoconf-lib-link.
1331         * tests/havelib/rpath-2bbb: New file, from gettext/autoconf-lib-link.
1332         * tests/havelib/rpath-2bbc: New file, from gettext/autoconf-lib-link.
1333         * tests/havelib/rpath-2bbd: New file, from gettext/autoconf-lib-link.
1334         * tests/havelib/rpath-3_a: New file, from gettext/autoconf-lib-link
1335         with modifications.
1336         * tests/havelib/rpath-3_b: New file, from gettext/autoconf-lib-link
1337         with modifications.
1338         * tests/havelib/rpath-3aaa: New file, from gettext/autoconf-lib-link.
1339         * tests/havelib/rpath-3aab: New file, from gettext/autoconf-lib-link.
1340         * tests/havelib/rpath-3aac: New file, from gettext/autoconf-lib-link.
1341         * tests/havelib/rpath-3aad: New file, from gettext/autoconf-lib-link.
1342         * tests/havelib/rpath-3aae: New file, from gettext/autoconf-lib-link.
1343         * tests/havelib/rpath-3aaf: New file, from gettext/autoconf-lib-link.
1344         * tests/havelib/rpath-3aag: New file, from gettext/autoconf-lib-link.
1345         * tests/havelib/rpath-3aah: New file, from gettext/autoconf-lib-link.
1346         * tests/havelib/rpath-3aba: New file, from gettext/autoconf-lib-link.
1347         * tests/havelib/rpath-3abb: New file, from gettext/autoconf-lib-link.
1348         * tests/havelib/rpath-3abc: New file, from gettext/autoconf-lib-link.
1349         * tests/havelib/rpath-3abd: New file, from gettext/autoconf-lib-link.
1350         * tests/havelib/rpath-3abe: New file, from gettext/autoconf-lib-link.
1351         * tests/havelib/rpath-3abf: New file, from gettext/autoconf-lib-link.
1352         * tests/havelib/rpath-3abg: New file, from gettext/autoconf-lib-link.
1353         * tests/havelib/rpath-3abh: New file, from gettext/autoconf-lib-link.
1354         * tests/havelib/rpath-3baa: New file, from gettext/autoconf-lib-link.
1355         * tests/havelib/rpath-3bab: New file, from gettext/autoconf-lib-link.
1356         * tests/havelib/rpath-3bac: New file, from gettext/autoconf-lib-link.
1357         * tests/havelib/rpath-3bad: New file, from gettext/autoconf-lib-link.
1358         * tests/havelib/rpath-3bae: New file, from gettext/autoconf-lib-link.
1359         * tests/havelib/rpath-3baf: New file, from gettext/autoconf-lib-link.
1360         * tests/havelib/rpath-3bag: New file, from gettext/autoconf-lib-link.
1361         * tests/havelib/rpath-3bah: New file, from gettext/autoconf-lib-link.
1362         * tests/havelib/rpath-3bba: New file, from gettext/autoconf-lib-link.
1363         * tests/havelib/rpath-3bbb: New file, from gettext/autoconf-lib-link.
1364         * tests/havelib/rpath-3bbc: New file, from gettext/autoconf-lib-link.
1365         * tests/havelib/rpath-3bbd: New file, from gettext/autoconf-lib-link.
1366         * tests/havelib/rpath-3bbe: New file, from gettext/autoconf-lib-link.
1367         * tests/havelib/rpath-3bbf: New file, from gettext/autoconf-lib-link.
1368         * tests/havelib/rpath-3bbg: New file, from gettext/autoconf-lib-link.
1369         * tests/havelib/rpath-3bbh: New file, from gettext/autoconf-lib-link.
1370         * tests/havelib/rpathx/rpathx.c: New file, from
1371         gettext/autoconf-lib-link.
1372         * tests/havelib/rpathx/Makefile.am: New file, from
1373         gettext/autoconf-lib-link.
1374         * tests/havelib/rpathx/configure.ac: New file, from
1375         gettext/autoconf-lib-link with modifications.
1376         * tests/havelib/rpathy/rpathy.c: New file, from
1377         gettext/autoconf-lib-link.
1378         * tests/havelib/rpathy/Makefile.am: New file, from
1379         gettext/autoconf-lib-link.
1380         * tests/havelib/rpathy/configure.ac: New file, from
1381         gettext/autoconf-lib-link with modifications.
1382         * tests/havelib/rpathz/rpathz.c: New file, from
1383         gettext/autoconf-lib-link.
1384         * tests/havelib/rpathz/Makefile.am: New file, from
1385         gettext/autoconf-lib-link.
1386         * tests/havelib/rpathz/configure.ac: New file, from
1387         gettext/autoconf-lib-link with modifications.
1388         * tests/havelib/rpathlx/usex.c: New file, from
1389         gettext/autoconf-lib-link.
1390         * tests/havelib/rpathlx/Makefile.am: New file, from
1391         gettext/autoconf-lib-link.
1392         * tests/havelib/rpathlx/configure.ac: New file, from
1393         gettext/autoconf-lib-link with modifications.
1394         * tests/havelib/rpathly/usey.c: New file, from
1395         gettext/autoconf-lib-link.
1396         * tests/havelib/rpathly/Makefile.am: New file, from
1397         gettext/autoconf-lib-link.
1398         * tests/havelib/rpathly/configure.ac: New file, from
1399         gettext/autoconf-lib-link with modifications.
1400         * tests/havelib/rpathlz/usez.c: New file, from
1401         gettext/autoconf-lib-link.
1402         * tests/havelib/rpathlz/Makefile.am: New file, from
1403         gettext/autoconf-lib-link.
1404         * tests/havelib/rpathlz/configure.ac: New file, from
1405         gettext/autoconf-lib-link with modifications.
1406         * tests/havelib/rpathlyx/usey.c: New file, from
1407         gettext/autoconf-lib-link.
1408         * tests/havelib/rpathlyx/Makefile.am: New file, from
1409         gettext/autoconf-lib-link.
1410         * tests/havelib/rpathlyx/configure.ac: New file, from
1411         gettext/autoconf-lib-link with modifications.
1412         * tests/havelib/rpathlzyx/usez.c: New file, from
1413         gettext/autoconf-lib-link.
1414         * tests/havelib/rpathlzyx/Makefile.am: New file, from
1415         gettext/autoconf-lib-link.
1416         * tests/havelib/rpathlzyx/configure.ac: New file, from
1417         gettext/autoconf-lib-link with modifications.
1418         * tests/havelib/rpathcfg.sh: New file, from gettext/autoconf-lib-link
1419         with modifications.
1420
1421 2010-04-02  Bruno Haible  <bruno@clisp.org>
1422
1423         gnulib-tool: Create distributed built sources also for the tests.
1424         * gnulib-tool (func_create_testdir): Also generate distributed built
1425         sources in the tests directory.
1426
1427 2010-04-02  Bruno Haible  <bruno@clisp.org>
1428
1429         gnulib-tool: Obey user's environment variables.
1430         * gnulib-tool (func_create_testdir): When creating built sources,
1431         respect the environment variables for autoconf, automake, etc. given by
1432         the user.
1433
1434 2010-04-02  Bruno Haible  <bruno@clisp.org>
1435
1436         gnulib-tool: Provide the value of --m4-base to modules.
1437         * gnulib-tool (func_import, func_create_testdir): Emit a definition
1438         of gl_m4_base.
1439
1440 2010-04-02  Eric Blake  <eblake@redhat.com>
1441
1442         maint.mk: fix some fallout
1443         * NEWS: Document the incompatible change, and its effect on cfg.mk.
1444         * top/maint.mk (sc_prohibit_test_minus_ao): Update.
1445
1446 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
1447
1448         maint.mk: _sc_search_regexp: generalize and rename from _prohibit_regexp
1449         * top/maint.mk (_sc_search_regexp): Rename from _prohibit_regexp.
1450         (sc_cast_of_argument_to_free): Adapt to use _sc_search_regexp.
1451         (sc_cast_of_x_alloc_return_value): Likewise.
1452         (sc_cast_of_alloca_return_value): Likewise.
1453         (sc_space_tab): Likewise.
1454         (sc_prohibit_atoi_atof): Likewise.
1455         (sc_prohibit_magic_number_exit): Likewise.
1456         (sc_error_exit_success): Likewise.
1457         (sc_file_system): Likewise.
1458         (sc_prohibit_have_config_h): Likewise.
1459         (sc_require_config_h): Likewise.
1460         (sc_prohibit_HAVE_MBRTOWC): Likewise.
1461         (sc_obsolete_symbols): Likewise.
1462         (sc_changelog): Likewise.
1463         (sc_program_name): Likewise.
1464         (sc_the_the): Likewise.
1465         (sc_trailing_blank): Likewise.
1466         (sc_two_space_separator_in_usage): Likewise.
1467         (sc_useless_cpp_parens): Likewise.
1468         (sc_GPL_version): Likewise.
1469         (sc_GFDL_version): Likewise.
1470         (sc_texinfo_acronym): Likewise.
1471         (sc_prohibit_cvs_keyword): Likewise.
1472         (sc_prohibit_stat_st_blocks): Likewise.
1473         (sc_prohibit_S_IS_definition): Likewise.
1474         (sc_redundant_const): Likewise.
1475         (sc_makefile_TAB_only_indentation): Likewise.
1476         (sc_m4_quote_check): Likewise.
1477         (sc_makefile_path_separator_check): Likewise.
1478         (sc_copyright_check): Likewise.
1479         (sc_Wundef_boolean): Likewise.
1480         (sc_vulnerable_makefile_CVE-2009-4029): Likewise.
1481
1482         maint.mk: match 0 or more whitespace-before-function-call '('
1483         * top/maint.mk (sc_error_exit_success): Relax regexp to match uses
1484         that have zero or two-and-more spaces between the function name
1485         and the open parenthesis.
1486         (sc_error_message_warn_fatal): Likewise.
1487         (sc_error_message_uppercase): Likewise.
1488         (sc_error_message_period): Likewise.
1489
1490 2010-03-31  Eric Blake  <eblake@redhat.com>
1491
1492         maint.mk: check for [ as well as test
1493         * top/maint.mk (sc_prohibit_test_minus_ao): Extend test.
1494         Based on a libvirt report by Matthias Bolte.
1495
1496         gnumakefile: don't squelch _version output
1497         * top/GNUmakefile (_version): Create one-shot dependency rather
1498         than using $(shell) when version must be regenerated.
1499         (_autoreconf): Run verbosely, by default.
1500
1501         sys_time: avoid compiler warnings
1502         * lib/sys_time.in.h (includes): Ensure gcc pragma is
1503         unconditional, fixing regression from 2010-03-29.
1504         Reported by Simon Josefsson.
1505
1506 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
1507
1508         maint.mk: s/_header_without_use/_sc_header_without_use/
1509         * top/maint.mk (_sc_header_without_use): Rename from _header_without_use.
1510         (sc_prohibit_assert_without_use): Use the new name.
1511         (sc_prohibit_close_stream_without_use): Likewise.
1512         (sc_prohibit_getopt_without_use): Likewise.
1513         (sc_prohibit_quotearg_without_use): Likewise.
1514         (sc_prohibit_quote_without_use): Likewise.
1515         (sc_prohibit_long_options_without_use): Likewise.
1516         (sc_prohibit_inttostr_without_use): Likewise.
1517         (sc_prohibit_ignore_value_without_use): Likewise.
1518         (sc_prohibit_error_without_use): Likewise.
1519         (sc_prohibit_xalloc_without_use): Likewise.
1520         (sc_prohibit_hash_without_use): Likewise.
1521         (sc_prohibit_hash_pjw_without_use): Likewise.
1522         (sc_prohibit_safe_read_without_use): Likewise.
1523         (sc_prohibit_argmatch_without_use): Likewise.
1524         (sc_prohibit_canonicalize_without_use): Likewise.
1525         (sc_prohibit_root_dev_ino_without_use): Likewise.
1526         (sc_prohibit_openat_without_use): Likewise.
1527         (sc_prohibit_c_ctype_without_use): Likewise.
1528         (sc_prohibit_signal_without_use): Likewise.
1529         (sc_prohibit_intprops_without_use): Likewise.
1530
1531 2010-03-30  Eric Blake  <eblake@redhat.com>
1532
1533         maint: improve module indicators
1534         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE)
1535         (gl_MODULE_INDICATOR, gl_MODULE_INDICATOR_FOR_TESTS): Fit in 80
1536         columns, and avoid extra macro expansion.
1537
1538         fdopendir: work around FreeBSD bug
1539         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
1540         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Set it.
1541         * modules/dirent (Makefile.am): Substitute it.
1542         * lib/dirent.in.h (fdopendir): Supply missing FreeBSD
1543         declaration.
1544         * doc/posix-functions/fdopendir.texi (fdopendir): Document the
1545         fix.
1546         Reported by Christian Weisgerber <naddy@mips.inka.de>.
1547
1548 2010-03-29  Bruno Haible  <bruno@clisp.org>
1549
1550         Emit #pragma system_header after the inclusion guard, not before.
1551         * lib/arpa_inet.in.h: Emit #pragma system_header after the inclusion
1552         guard that spans the entire file, not before. This enables an
1553         optimization in GCC's preprocessor.
1554         * lib/ctype.in.h: Likewise.
1555         * lib/dirent.in.h: Likewise.
1556         * lib/errno.in.h: Likewise.
1557         * lib/float.in.h: Likewise.
1558         * lib/getopt.in.h: Likewise.
1559         * lib/iconv.in.h: Likewise.
1560         * lib/langinfo.in.h: Likewise.
1561         * lib/locale.in.h: Likewise.
1562         * lib/math.in.h: Likewise.
1563         * lib/netdb.in.h: Likewise.
1564         * lib/netinet_in.in.h: Likewise.
1565         * lib/pty.in.h: Likewise.
1566         * lib/sched.in.h: Likewise.
1567         * lib/se-selinux.in.h: Likewise.
1568         * lib/search.in.h: Likewise.
1569         * lib/spawn.in.h: Likewise.
1570         * lib/stdarg.in.h: Likewise.
1571         * lib/stdint.in.h: Likewise.
1572         * lib/string.in.h: Likewise.
1573         * lib/strings.in.h: Likewise.
1574         * lib/sys_file.in.h: Likewise.
1575         * lib/sys_ioctl.in.h: Likewise.
1576         * lib/sys_time.in.h: Likewise.
1577         * lib/sys_times.in.h: Likewise.
1578         * lib/sys_utsname.in.h: Likewise.
1579         * lib/sys_wait.in.h: Likewise.
1580         * lib/sysexits.in.h: Likewise.
1581         * lib/wctype.in.h: Likewise.
1582
1583 2010-03-28  James Youngman  <jay@gnu.org>
1584
1585         save-cwd: don't leak a file descriptor when the caller execs.
1586         * lib/save-cwd.c (save_cwd): set the close-on-exec flag for the
1587         saved file descriptor.
1588         * modules/save-cwd (Depends-on): Depend on cloexec.
1589
1590 2010-03-29  Bruno Haible  <bruno@clisp.org>
1591
1592         Remove vestiges of fts-lgpl module.
1593         * lib/fts_.h: Assume GNULIB_FTS is 1.
1594         * lib/fts.c: Likewise.
1595         * modules/fts (configure.ac): Remove gl_MODULE_INDICATOR invocation.
1596
1597 2010-03-28  Bruno Haible  <bruno@clisp.org>
1598
1599         Fix definition of tests witness macro.
1600         * gnulib-tool (func_import): Fix definition of witness macro.
1601
1602 2010-03-28  Bruno Haible  <bruno@clisp.org>
1603
1604         Fix ioctl's protoype on glibc systems.
1605         * lib/sys_ioctl.in.h (ioctl): If REPLACE_IOCTL is 1, use a wrapper. Use
1606         _GL_CXXALIAS_SYS, not _GL_CXXALIAS_SYS_CAST.
1607         * lib/ioctl.c (rpl_ioctl) [HAVE_IOCTL]: New wrapper.
1608         * modules/ioctl (configure.ac): Test whether ioctl has the POSIX
1609         signature. If not, arrange to replace the ioctl function.
1610         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
1611         REPLACE_IOCTL.
1612         * modules/sys_ioctl (Makefile.am): Substitute REPLACE_IOCTL.
1613         * doc/posix-functions/ioctl.texi: Mention the glibc problem.
1614         Reported by Ludovic Courtès <ludo@gnu.org>.
1615
1616 2010-03-28  Javier Villavicencio  <the_paya@gentoo.org>
1617
1618         exclude: fix the case of globs vs. EXCLUDE_INCLUDE
1619         * lib/exclude.c (excluded_file_pattern_p): Fix logic error that
1620         made it so grep -r --include=GLOB* ... did not work.
1621
1622 2010-03-26  Jim Meyering  <meyering@redhat.com>
1623             Eric Blake  <eblake@redhat.com>
1624
1625         maint.mk: prohibit use of test's -o and -a operators
1626         * top/maint.mk (sc_prohibit_test_minus_ao): New rule.
1627
1628 2010-03-28  Bruno Haible  <bruno@clisp.org>
1629
1630         Remove unused GNULIB_XYZ macro definitions.
1631         * modules/crypto/gc-camellia (configure.ac): Remove gl_MODULE_INDICATOR
1632         invocation.
1633
1634 2010-03-28  Bruno Haible  <bruno@clisp.org>
1635
1636         Mark privileged tests modules.
1637         * modules/idpriv-drop-tests (Status): New section.
1638         * modules/idpriv-droptemp-tests (Status): New section.
1639
1640 2010-03-28  Bruno Haible  <bruno@clisp.org>
1641
1642         Split C++ tests into separate tests modules.
1643         * modules/dirent-c++-tests: New file, extracted from
1644         modules/dirent-tests.
1645         * modules/dirent-tests: Depend on it.
1646         * modules/fcntl-h-c++-tests: New file, extracted from
1647         modules/fcntl-h-tests.
1648         * modules/fcntl-h-tests: Depend on it.
1649         * modules/glob-c++-tests: New file, extracted from modules/glob-tests.
1650         * modules/glob-tests: Depend on it.
1651         * modules/iconv-h-c++-tests: New file, extracted from
1652         modules/iconv-h-tests.
1653         * modules/iconv-h-tests: Depend on it.
1654         * modules/langinfo-c++-tests: New file, extracted from
1655         modules/langinfo-tests.
1656         * modules/langinfo-tests: Depend on it.
1657         * modules/locale-c++-tests: New file, extracted from
1658         modules/locale-tests.
1659         * modules/locale-tests: Depend on it.
1660         * modules/math-c++-tests: New file, extracted from modules/math-tests.
1661         * modules/math-tests: Depend on it.
1662         * modules/pty-c++-tests: New file, extracted from modules/pty-tests.
1663         * modules/pty-tests: Depend on it.
1664         * modules/search-c++-tests: New file, extracted from
1665         modules/search-tests.
1666         * modules/search-tests: Depend on it.
1667         * modules/signal-c++-tests: New file, extracted from
1668         modules/signal-tests.
1669         * modules/signal-tests: Depend on it.
1670         * modules/spawn-c++-tests: New file, extracted from
1671         modules/spawn-tests.
1672         * modules/spawn-tests: Depend on it.
1673         * modules/stdio-c++-tests: New file, extracted from
1674         modules/stdio-tests.
1675         * modules/stdio-tests: Depend on it.
1676         * modules/stdlib-c++-tests: New file, extracted from
1677         modules/stdlib-tests.
1678         * modules/stdlib-tests: Depend on it.
1679         * modules/string-c++-tests: New file, extracted from
1680         modules/string-tests.
1681         * modules/string-tests: Depend on it.
1682         * modules/sys_ioctl-c++-tests: New file, extracted from
1683         modules/sys_ioctl-tests.
1684         * modules/sys_ioctl-tests: Depend on it.
1685         * modules/sys_select-c++-tests: New file, extracted from
1686         modules/sys_select-tests.
1687         * modules/sys_select-tests: Depend on it.
1688         * modules/sys_socket-c++-tests: New file, extracted from
1689         modules/sys_socket-tests.
1690         * modules/sys_socket-tests: Depend on it.
1691         * modules/sys_stat-c++-tests: New file, extracted from
1692         modules/sys_stat-tests.
1693         * modules/sys_stat-tests: Depend on it.
1694         * modules/sys_time-c++-tests: New file, extracted from
1695         modules/sys_time-tests.
1696         * modules/sys_time-tests: Depend on it.
1697         * modules/time-c++-tests: New file, extracted from modules/time-tests.
1698         * modules/time-tests: Depend on it.
1699         * modules/unistd-c++-tests: New file, extracted from
1700         modules/unistd-tests.
1701         * modules/unistd-tests: Depend on it.
1702         * modules/wchar-c++-tests: New file, extracted from
1703         modules/wchar-tests.
1704         * modules/wchar-tests: Depend on it.
1705         * modules/wctype-c++-tests: New file, extracted from
1706         modules/wctype-tests.
1707         * modules/wctype-tests: Depend on it.
1708         Reported by Simon Josefsson.
1709
1710 2010-03-28  Bruno Haible  <bruno@clisp.org>
1711
1712         gnulib-tool: Allow 'foo-tests' module even if there is no module 'foo'.
1713         * gnulib-tool (func_exists_module): New function, extracted from
1714         func_verify_module.
1715         (func_verify_module): Use it.
1716         (func_get_dependencies): Synthetize a dependency from 'foo-tests' to
1717         'foo' only if 'foo' exists.
1718         * doc/gnulib.texi (Extra tests modules): Explain how to split a tests
1719         module.
1720
1721 2010-03-28  Bruno Haible  <bruno@clisp.org>
1722
1723         gnulib-tool: Add support for special categories of tests.
1724         * gnulib-tool: New options --with-c++-tests, --with-longrunning-tests,
1725         --with-privileged-tests, --with-unportable-tests, --with-all-tests.
1726         (func_usage): Document them.
1727         (inc_cxx_tests, inc_longrunning_tests, inc_privileged_tests,
1728         inc_unportable_tests, inc_all_tests): New variables.
1729         (func_acceptable): Consider these variables.
1730         (func_modules_transitive_closure): Make it work when the 'Status' field
1731         consists of multiple words.
1732         (func_import): Store and restore the values of inc_cxx_tests,
1733         inc_longrunning_tests, inc_privileged_tests, inc_unportable_tests,
1734         inc_all_tests in gnulib-comp.m4.
1735         (func_create_testdir): Set inc_all_tests to true.
1736         * doc/gnulib.texi (Extra tests modules): New section.
1737         Suggested by Jim Meyering.
1738
1739 2010-03-28  Bruno Haible  <bruno@clisp.org>
1740
1741         ansi-c++-opt: Allow turning off the C++ build by default.
1742         * m4/ansi-c++.m4 (gl_CXX_CHOICE): Let CXX_CHOICE default to 'no' if
1743         gl_CXX_CHOICE_DEFAULT_NO is defined.
1744         Requested by Eric Blake.
1745
1746 2010-03-28  Bruno Haible  <bruno@clisp.org>
1747
1748         unistd: Avoid #define replacements in C++ mode.
1749         * lib/unistd.in.h (socket, connect, accept, bind, getpeername,
1750         getsockname, getsockopt, listen, recv, send, recvfrom, sendto,
1751         setsockopt, shutdown, select): In C++, attach a warning to the function
1752         if possible, rather than #defining the symbol to a dysfunctional alias.
1753         Reported by John W. Eaton <jwe@gnu.org>.
1754
1755 2010-03-28  Bruno Haible  <bruno@clisp.org>
1756
1757         Fix link errors on mingw.
1758         * lib/sys_ioctl.in.h (ioctl): Fix declaration idiom.
1759         * modules/sys_ioctl-tests (Makefile.am): Link test-sys_ioctl-c++ with
1760         $(LIBSOCKET).
1761         * modules/sys_select-tests (Makefile.am): Link test-sys_select-c++ with
1762         $(LIBSOCKET).
1763
1764 2010-03-28  Bruno Haible  <bruno@clisp.org>
1765             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1766
1767         lib-ignore: Determine different options for different compilers.
1768         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Set a variable which
1769         depends on the current language (C/C++/Fortran). Don't set LDFLAGS.
1770         Add comments.
1771         (_gl_IGNORE_UNUSED_LIBRARIES_OPTIONS): New macro.
1772         * NEWS: Mention the change.
1773
1774 2010-03-27  Bruno Haible  <bruno@clisp.org>
1775
1776         Remove unused GNULIB_XYZ macro definitions.
1777         * modules/dup3 (configure.ac): Remove gl_MODULE_INDICATOR invocation.
1778         * modules/fseek (configure.ac): Likewise.
1779         * modules/ioctl (configure.ac): Likewise.
1780         * modules/open (configure.ac): Likewise.
1781         * modules/stdlib-safer (configure.ac): Likewise.
1782
1783 2010-03-27  Bruno Haible  <bruno@clisp.org>
1784
1785         Add a remark about certain modules.
1786         * modules/malloc (Comment): New section.
1787         * modules/realloc (Comment): Likewise.
1788         * modules/sigpipe (Comment): Likewise.
1789
1790 2010-03-27  Bruno Haible  <bruno@clisp.org>
1791
1792         Resolve conflict between the two kinds of module indicators.
1793         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Define
1794         GNULIB_TEST_XYZ instead of GNULIB_XYZ.
1795         * modules/canonicalize (configure.ac): Invoke
1796         gl_MODULE_INDICATOR_FOR_TESTS.
1797         * tests/test-canonicalize-lgpl.c: Test GNULIB_TEST_XYZ instead of
1798         GNULIB_XYZ.
1799         * tests/test-dirent-c++.cc: Likewise.
1800         * tests/test-dirent-safer.c: Likewise.
1801         * tests/test-dup2.c: Likewise.
1802         * tests/test-fchdir.c: Likewise.
1803         * tests/test-fcntl-h-c++.cc: Likewise.
1804         * tests/test-getopt.c: Likewise.
1805         * tests/test-getopt.h: Likewise.
1806         * tests/test-langinfo-c++.cc: Likewise.
1807         * tests/test-locale-c++.cc: Likewise.
1808         * tests/test-math-c++.cc: Likewise.
1809         * tests/test-pty-c++.cc: Likewise.
1810         * tests/test-search-c++.cc: Likewise.
1811         * tests/test-signal-c++.cc: Likewise.
1812         * tests/test-spawn-c++.cc: Likewise.
1813         * tests/test-stdio-c++.cc: Likewise.
1814         * tests/test-stdlib-c++.cc: Likewise.
1815         * tests/test-string-c++.cc: Likewise.
1816         * tests/test-sys_ioctl-c++.cc: Likewise.
1817         * tests/test-sys_select-c++.cc: Likewise.
1818         * tests/test-sys_socket-c++.cc: Likewise.
1819         * tests/test-sys_stat-c++.cc: Likewise.
1820         * tests/test-sys_time-c++.cc: Likewise.
1821         * tests/test-time-c++.cc: Likewise.
1822         * tests/test-unistd-c++.cc: Likewise.
1823         * tests/test-wchar-c++.cc: Likewise.
1824         * tests/uninorm/test-u8-nfc.c: Likewise.
1825         * tests/uninorm/test-u8-nfd.c: Likewise.
1826         * tests/uninorm/test-u8-nfkc.c: Likewise.
1827         * tests/uninorm/test-u8-nfkd.c: Likewise.
1828         * tests/uninorm/test-u16-nfc.c: Likewise.
1829         * tests/uninorm/test-u16-nfd.c: Likewise.
1830         * tests/uninorm/test-u16-nfkc.c: Likewise.
1831         * tests/uninorm/test-u16-nfkd.c: Likewise.
1832         * tests/uninorm/test-u32-nfc.c: Likewise.
1833         * tests/uninorm/test-u32-nfc-big.c: Likewise.
1834         * tests/uninorm/test-u32-nfd.c: Likewise.
1835         * tests/uninorm/test-u32-nfd-big.c: Likewise.
1836         * tests/uninorm/test-u32-nfkc.c: Likewise.
1837         * tests/uninorm/test-u32-nfkc-big.c: Likewise.
1838         * tests/uninorm/test-u32-nfkd.c: Likewise.
1839         * tests/uninorm/test-u32-nfkd-big.c: Likewise.
1840         * tests/uninorm/test-u32-normalize-big.c: Likewise.
1841
1842 2010-03-27  Bruno Haible  <bruno@clisp.org>
1843
1844         Distinguish two kinds of module indicators.
1845         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Renamed from
1846         gl_MODULE_INDICATOR.
1847         (gl_MODULE_INDICATOR): New macro.
1848         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
1849         gl_MODULE_INDICATOR_FOR_TESTS instead of gl_MODULE_INDICATOR.
1850         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
1851         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
1852         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
1853         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
1854         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
1855         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
1856         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
1857         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
1858         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
1859         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
1860         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
1861         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
1862         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
1863         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
1864         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
1865         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
1866         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
1867         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
1868         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
1869         * modules/cloexec (configure.ac): Likewise.
1870         * modules/getopt-gnu (configure.ac): Likewise.
1871         * modules/uninorm/u8-normalize (configure.ac): Likewise.
1872         * modules/uninorm/u16-normalize (configure.ac): Likewise.
1873         * modules/uninorm/u32-normalize (configure.ac): Likewise.
1874         * modules/fdopendir (configure.ac): Invoke gl_MODULE_INDICATOR.
1875
1876 2010-03-27  Bruno Haible  <bruno@clisp.org>
1877
1878         New module description field 'Comment'.
1879         * gnulib-tool: New option --extract-comment.
1880         (func_usage): Document it.
1881         (sed_extract_prog, sed_extract_field_header): Support 'Comment' field.
1882         (func_get_comment): New function.
1883         * modules/TEMPLATE-EXTENDED: Add a blank Comment field.
1884
1885 2010-03-27  Bruno Haible  <bruno@clisp.org>
1886
1887         Addendum to 2010-02-07 commit.
1888         * gnulib-tool (func_usage): Document --extract-applicability option.
1889
1890 2010-03-27  Bruno Haible  <bruno@clisp.org>
1891
1892         Use GNULIB_POSIXCHECK instead of GNULIB_PORTCHECK.
1893         * lib/time.in.h (asctime, asctime_r, ctime, ctime_r): Test
1894         GNULIB_POSIXCHECK, not GNULIB_PORTCHECK. Provide compile-time warnings
1895         rather than link errors.
1896
1897 2010-03-27  Bruno Haible  <bruno@clisp.org>
1898
1899         Avoid side effects from tests-related modules on the compilation of lib.
1900         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_CONDITION): New macro.
1901         (gl_MODULE_INDICATOR_SET_VARIABLE): Use its expansion as a value.
1902         * gnulib-tool (func_emit_tests_Makefile_am): Accept a witness_macro
1903         parameter. Emit into AM_CPPFLAGS a definition of the designated C
1904         macro.
1905         (func_import): Define a witness macro. Assign it a value that depends
1906         on the current package. Override gl_MODULE_INDICATOR_CONDITION for the
1907         tests-related modules.
1908         (func_create_testdir): Update func_emit_tests_Makefile_am invocation.
1909         Reported by Jim Meyering.
1910
1911 2010-03-27  Bruno Haible  <bruno@clisp.org>
1912
1913         Factorize common .m4 code.
1914         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE): New macro.
1915         * m4/arpa_inet_h.m4 (gl_ARPA_INET_MODULE_INDICATOR): Use it.
1916         * m4/ctype.m4 (gl_CTYPE_MODULE_INDICATOR): Likewise.
1917         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Likewise.
1918         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
1919         * m4/iconv_h.m4 (gl_ICONV_MODULE_INDICATOR): Likewise.
1920         * m4/inttypes.m4 (gl_INTTYPES_MODULE_INDICATOR): Likewise.
1921         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
1922         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
1923         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
1924         * m4/netdb_h.m4 (gl_NETDB_MODULE_INDICATOR): Likewise.
1925         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
1926         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
1927         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
1928         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
1929         * m4/stddef_h.m4 (gl_STDDEF_MODULE_INDICATOR): Likewise.
1930         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
1931         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
1932         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
1933         * m4/strings_h.m4 (gl_STRINGS_MODULE_INDICATOR): Likewise.
1934         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_MODULE_INDICATOR): Likewise.
1935         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
1936         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
1937         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
1938         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
1939         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
1940         * m4/sys_times_h.m4 (gl_SYS_TIMES_MODULE_INDICATOR): Likewise.
1941         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_MODULE_INDICATOR): Likewise.
1942         * m4/sys_wait_h.m4 (gl_SYS_WAIT_MODULE_INDICATOR): Likewise.
1943         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
1944         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
1945         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
1946
1947 2010-03-27  Bruno Haible  <bruno@clisp.org>
1948
1949         Fix a compilation error on Cygwin with g++ >= 4.3.
1950         * lib/sys_stat.in.h (lchmod): Don't warn about the use of this function
1951         if it is undefined or if we alias it to chmod.
1952         (lstat): Don't warn about the use of this function if it is undefined
1953         or if we alias it to stat.
1954         Reported by Simon Josefsson.
1955
1956 2010-03-27  Bruno Haible  <bruno@clisp.org>
1957
1958         * m4/getlogin.m4 (gl_FUNC_GETLOGIN): Renamed from gl_GETLOGIN.
1959         * modules/getlogin (configure.ac): Update.
1960
1961         * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Renamed from gl_GETLOGIN_R.
1962         * modules/getlogin_r (configure.ac): Update.
1963
1964         * m4/inet_ntop.m4 (gl_FUNC_INET_NTOP): Renamed from gl_INET_NTOP.
1965         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Update.
1966         * modules/inet_ntop (configure.ac): Update.
1967
1968         * m4/inet_pton.m4 (gl_FUNC_INET_PTON): Renamed from gl_INET_PTON.
1969         * modules/inet_pton (configure.ac): Update.
1970
1971         * m4/mbslen.m4 (gl_FUNC_MBSLEN): Renamed from gl_MBSLEN.
1972         * modules/mbslen (configure.ac): Update.
1973
1974         * m4/pty.m4 (gl_FUNC_FORKPTY): Renamed from gl_FORKPTY.
1975         (gl_FUNC_OPENPTY): Renamed from gl_OPENPTY.
1976         * modules/forkpty (configure.ac): Update.
1977         * modules/openpty (configure.ac): Update.
1978
1979 2010-03-26  Simon Josefsson  <simon@josefsson.org>
1980
1981         * top/maint.mk (sc_texinfo_acronym): Don't infloop if there is
1982         no *.texi files.  Reported by Eric Blake <eblake@redhat.com>.
1983
1984 2010-03-25  Eric Blake  <eblake@redhat.com>
1985
1986         maint: use pragma consistently across replacement headers
1987         * lib/ctype.in.h (system_header): Hoist for consistent placement.
1988         * lib/dirent.in.h (system_header): Likewise.
1989         * lib/errno.in.h (system_header): Likewise.
1990         * lib/float.in.h (system_header): Likewise.
1991         * lib/getopt.in.h (system_header): Likewise.
1992         * lib/iconv.in.h (system_header): Likewise.
1993         * lib/inttypes.in.h (system_header): Likewise.
1994         * lib/langinfo.in.h (system_header): Likewise.
1995         * lib/locale.in.h (system_header): Likewise.
1996         * lib/math.in.h (system_header): Likewise.
1997         * lib/netdb.in.h (system_header): Likewise.
1998         * lib/netinet_in.in.h (system_header): Likewise.
1999         * lib/pty.in.h (system_header): Likewise.
2000         * lib/sched.in.h (system_header): Likewise.
2001         * lib/se-selinux.in.h (system_header): Likewise.
2002         * lib/search.in.h (system_header): Likewise.
2003         * lib/spawn.in.h (system_header): Likewise.
2004         * lib/stdarg.in.h (system_header): Likewise.
2005         * lib/stdint.in.h (system_header): Likewise.
2006         * lib/string.in.h (system_header): Likewise.
2007         * lib/strings.in.h (system_header): Likewise.
2008         * lib/sys_file.in.h (system_header): Likewise.
2009         * lib/sys_ioctl.in.h (system_header): Likewise.
2010         * lib/sys_socket.in.h (system_header): Likewise.
2011         * lib/sys_times.in.h (system_header): Likewise.
2012         * lib/sys_utsname.in.h (system_header): Likewise.
2013         * lib/sys_wait.in.h (system_header): Likewise.
2014         * lib/sysexits.in.h (system_header): Likewise.
2015         * lib/unistd.in.h (system_header): Likewise.
2016         * lib/wctype.in.h (system_header): Likewise.
2017
2018         arpa/inet: fix mingw compilation warning
2019         * lib/arpa_inet.in.h (system_header): Hoist to be unconditional.
2020         Reported by Matthew Bolte.
2021
2022 2010-03-25  Bruno Haible  <bruno@clisp.org>
2023
2024         Avoid collision between gnulib wrapper and libintl wrapper.
2025         * lib/printf.c (printf): Don't define if a printf wrapper is already
2026         defined in intl/printf.c.
2027         Reported by Michel Boaventura <michel@michelboaventura.com>.
2028
2029 2010-03-25  Bruno Haible  <bruno@clisp.org>
2030
2031         Use ANSI C.
2032         * lib/readutmp.h (getutent): Provide ANSI C prototype.
2033
2034 2010-03-25  Bruno Haible  <bruno@clisp.org>
2035
2036         Minor formatting changes.
2037         * lib/acosl.c: Insert space before function argument list.
2038         * lib/argz.c: Likewise.
2039         * lib/asinl.c: Likewise.
2040         * lib/expl.c: Likewise.
2041         * lib/gen-uni-tables.c: Likewise.
2042         * lib/gettext.h: Likewise.
2043         * lib/glthread/lock.h: Likewise.
2044         * lib/tanl.c: Likewise.
2045         * lib/uniname/uniname.c: Likewise.
2046         * tests/test-idpriv-drop.c: Likewise.
2047         * tests/test-idpriv-droptemp.c: Likewise.
2048         * tests/test-lock.c: Likewise.
2049         * tests/test-tls.c: Likewise.
2050         * lib/argp-help.c: Insert space before function-like macro argument
2051         list.
2052         * lib/memcmp.c: Likewise.
2053         * tests/test-base64.c: Likewise.
2054         * lib/localename.c: Insert space before sizeof's argument list.
2055         * lib/safe-alloc.h: Likewise.
2056         * lib/file-set.h: Insert space before macro argument list.
2057         * tests/test-argp.c: Likewise.
2058         * lib/argp-namefrob.h: Insert space before function parameter list.
2059         * lib/getaddrinfo.c: Likewise.
2060         * lib/netdb.in.h: Likewise.
2061         * lib/parse-duration.h: Likewise.
2062         * lib/parse-duration.c: Likewise.
2063         * lib/poll.c: Likewise.
2064         * lib/select.c: Likewise.
2065         * lib/trim.h: Likewise.
2066         * tests/test-usleep.c: Likewise.
2067         * lib/ldexpl.c: Insert space before function parameter list and before
2068         function argument list.
2069         * lib/logl.c: Likewise.
2070         * lib/sqrtl.c: Likewise.
2071         * lib/trim.c: Likewise.
2072         * lib/cosl.c: Use GNU style indentation. Insert space before function
2073         argument list.
2074         * lib/sinl.c: Likewise.
2075         * lib/tsearch.c: Insert space after 'for'.
2076         Reported by Jim Meyering.
2077
2078 2010-03-23  Pádraig Brady  <P@draigBrady.com>  (tiny change)
2079
2080         * maint.mk (sc_Wundef_boolean): Check for the presence of the
2081         config header before grepping, as it's not present before
2082         autoreconf/configure are run.  Reported by Simon Josefsson.
2083
2084 2010-03-23  Bruno Haible  <bruno@clisp.org>
2085
2086         pt_chown: Make it work with automake < 1.11.
2087         * modules/pt_chown (Makefile.am): Define pkglibexecdir.
2088         Reported by Simon Josefsson.
2089
2090 2010-03-23  Bruno Haible  <bruno@clisp.org>
2091
2092         pt_chown: Don't depend on GPLed modules.
2093         * lib/pt_chown.c: Don't include idpriv.h.
2094         (main): Don't drop privileges.
2095         * modules/pt_chown (Depends-on): Remove idpriv-drop.
2096         Reported by Simon Josefsson.
2097
2098 2010-03-24  Simon Josefsson  <simon@josefsson.org>
2099
2100         * top/maint.mk (sc_texinfo_acronym): Add rule, based on
2101         suggestions from karl@freefriends.org (Karl Berry).
2102
2103 2010-03-22  Eric Blake  <eblake@redhat.com>
2104
2105         gethostname: further tweaks
2106         * lib/unistd.in.h (includes): Only worry about <winsock2.h> if we
2107         are overriding gethostname.
2108         Suggested by Bruno Haible.
2109
2110 2010-03-21  Bruno Haible  <bruno@clisp.org>
2111
2112         Fix comments.
2113         * lib/forkpty.c (rpl_forkpty): Fix comment.
2114         * lib/openpty.c (rpl_openpty): Likewise.
2115         Reported by Eric Blake.
2116
2117 2010-03-22  Eric Blake  <eblake@redhat.com>
2118
2119         gethostname: fix build on mingw
2120         * lib/unistd.in.h (includes): Work around fact that mingw
2121         <winsock2.h> re-includes <unistd.h>, by avoiding any
2122         redeclarations if we are being included by <winsock2.h>.
2123         Reported by Matthias Bolte.
2124
2125 2010-03-21  Bruno Haible  <bruno@clisp.org>
2126
2127         forkpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
2128         * lib/forkpty.c (forkpty): New replacement function, from glibc with
2129         modifications.
2130         * lib/pty.in.h (forkpty): Update declaration. Add comments.
2131         * m4/pty.m4 (gl_FORKPTY): If forkpty is not declared, arrange to
2132         provide the replacement.
2133         * modules/forkpty (Depends-on): Add openpty, login_tty.
2134         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_FORKPTY.
2135         * modules/pty (Makefile.am): Substitute HAVE_FORKPTY.
2136         * doc/glibc-functions/forkpty.texi: More supported platforms.
2137         * config/srclist.txt: Add forkpty.c (commented).
2138
2139 2010-03-21  Bruno Haible  <bruno@clisp.org>
2140
2141         * modules/forkpty-tests: Use the common TEMPLATE-TESTS.
2142         (Makefile.am): Verify that PTY_LIB is defined.
2143
2144         * modules/openpty-tests: Use the common TEMPLATE-TESTS.
2145
2146 2010-03-21  Bruno Haible  <bruno@clisp.org>
2147
2148         Tests for module 'login_tty'.
2149         * modules/login_tty-tests: New file.
2150         * tests/test-login_tty.c: New file.
2151
2152         New module 'login_tty'.
2153         * lib/login_tty.c: New file.
2154         * m4/pty.m4 (gl_FUNC_LOGIN_TTY): New macro.
2155         * modules/login_tty: New file.
2156         * doc/glibc-functions/login_tty.texi: Mention the new module.
2157
2158 2010-03-21  Bruno Haible  <bruno@clisp.org>
2159
2160         login_tty: Documentation.
2161         * doc/glibc-functions/login_tty.texi: New file.
2162         * doc/gnulib.texi (Glibc <utmp.h>): Include it.
2163
2164 2010-03-21  Bruno Haible  <bruno@clisp.org>
2165
2166         pty: Consistent macro naming.
2167         * m4/pty_h.m4 (gl_PTY_H): Renamed from gl_PTY.
2168         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): Update.
2169         * modules/pty (configure.ac): Update.
2170
2171 2010-03-21  Bruno Haible  <bruno@clisp.org>
2172
2173         Tests for openpty: Make stricter.
2174         * tests/test-openpty.c (main): Add test of canonical processing and
2175         erase.
2176         * modules/openpty-tests (Makefile.am): Verify that PTY_LIB is defined.
2177
2178         openpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
2179         * lib/openpty.c (openpty): New replacement function.
2180         * lib/pty.in.h: Include <termios.h>.
2181         (openpty): Update declaration. Add comments.
2182         * m4/pty.m4 (gl_OPENPTY): Require AC_USE_SYSTEM_EXTENSIONS. If openpty
2183         is not declared, arrange to provide the replacement. Check for _getpty
2184         and posix_openpt.
2185         * modules/openpty (Depends-on): Add extensions, fcntl-h, ioctl.
2186         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_OPENPTY.
2187         * modules/pty (Makefile.am): Substitute HAVE_OPENPTY.
2188         * modules/pty-tests (test_pty_c___LDADD): New variable.
2189         * doc/glibc-functions/openpty.texi: More supported platforms.
2190
2191 2010-03-21  Bruno Haible  <bruno@clisp.org>
2192
2193         setenv: Tweaks.
2194         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Include necessary headers in
2195         the test program.
2196         * doc/posix-functions/setenv.texi: Update platforms list.
2197
2198 2010-03-21  Bruno Haible  <bruno@clisp.org>
2199
2200         New module 'unlockpt'.
2201         * lib/unlockpt.c: New file, from glibc with modifications.
2202         * m4/unlockpt.m4: New file.
2203         * modules/unlockpt: New file.
2204         * lib/stdlib.in.h (unlockpt): New declaration.
2205         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether unlockpt is declared.
2206         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_UNLOCKPT, HAVE_UNLOCKPT.
2207         * modules/stdlib (Makefile.am): Substitute GNULIB_UNLOCKPT,
2208         HAVE_UNLOCKPT.
2209         * doc/posix-functions/unlockpt.texi: Mention the new module.
2210         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::unlockpt.
2211         * config/srclist.txt: Add unlockpt.c (commented).
2212
2213 2010-03-21  Jim Meyering  <meyering@redhat.com>
2214
2215         maint.mk: prohibit inclusion of "intprops.h" without use
2216         * top/maint.mk (sc_prohibit_intprops_without_use): New rule.
2217
2218 2010-03-21  Bruno Haible  <bruno@clisp.org>
2219
2220         New module 'grantpt'.
2221         * lib/grantpt.c: New file, from glibc with modifications.
2222         * m4/grantpt.m4: New file.
2223         * modules/grantpt: New file.
2224         * lib/stdlib.in.h (grantpt): New declaration.
2225         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether grantpt is declared.
2226         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GRANTPT, HAVE_GRANTPT.
2227         * modules/stdlib (Makefile.am): Substitute GNULIB_GRANTPT,
2228         HAVE_GRANTPT.
2229         * doc/posix-functions/grantpt.texi: Mention the new module.
2230         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::grantpt.
2231         * config/srclist.txt: Add grantpt.c (commented).
2232
2233 2010-03-21  Bruno Haible  <bruno@clisp.org>
2234
2235         New module 'pt_chown'.
2236         * lib/pt_chown.c: New file, from glibc with modifications.
2237         * lib/pty-private.h: New file, from glibc with modifications.
2238         * modules/pt_chown: New file.
2239         * config/srclist.txt: Add pt_chown.c, pty-private.h (commented).
2240
2241 2010-03-21  Bruno Haible  <bruno@clisp.org>
2242
2243         Tests for module 'ptsname'.
2244         * modules/ptsname-tests: New file.
2245         * tests/test-ptsname.c: New file.
2246
2247         New module 'ptsname'.
2248         * lib/ptsname.c: New file, from glibc with modifications.
2249         * m4/ptsname.m4: New file.
2250         * modules/ptsname: New file.
2251         * lib/stdlib.in.h (ptsname): New declaration.
2252         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether ptsname is declared.
2253         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PTSNAME, HAVE_PTSNAME.
2254         * modules/stdlib (Makefile.am): Substitute GNULIB_PTSNAME,
2255         HAVE_PTSNAME.
2256         * doc/posix-functions/ptsname.texi: Mention the new module.
2257         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::ptsname.
2258         * config/srclist.txt: Add ptsname.c (commented).
2259
2260 2010-03-21  Bruno Haible  <bruno@clisp.org>
2261
2262         Tests for module 'ttyname_r'.
2263         * modules/ttyname_r-tests: New file.
2264         * tests/test-ttyname_r.c: New file.
2265
2266         New module 'ttyname_r'.
2267         * lib/ttyname_r.c: New file.
2268         * m4/ttyname_r.m4: New file.
2269         * modules/ttyname_r: New file.
2270         * lib/unistd.in.h (ttyname_r): New declaration.
2271         * m4/unistd_h.m4 (gl_UNISTD_H): Check whether ttyname_r is declared.
2272         (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_TTYNAME_R, HAVE_TTYNAME_R.
2273         * modules/unistd (Makefile.am): Substitute GNULIB_TTYNAME_R,
2274         HAVE_TTYNAME_R.
2275         * tests/test-unistd-c++.cc: Check GNULIB_NAMESPACE::ttyname_r.
2276         * doc/posix-functions/ttyname_r.texi: Mention the new module.
2277
2278 2010-03-20  Bruno Haible  <bruno@clisp.org>
2279
2280         signal: Undefine macro definitions in C++ mode.
2281         * lib/signal.in.h (sigismember, sigemptyset, sigaddset, sigdelset,
2282         sigfillset): Undefine macro definitions from the system header in C++
2283         mode.
2284         Reported by John W. Eaton <jwe@gnu.org>.
2285
2286 2010-03-20  Bruno Haible  <bruno@clisp.org>
2287
2288         Ensure no #include statements inside extern "C" { ... }.
2289         * lib/obstack.h: Shrink extern "C" { ... } region so that it does not
2290         contain #include statements.
2291         * lib/time.in.h: Likewise.
2292
2293 2010-03-20  Bruno Haible  <bruno@clisp.org>
2294
2295         Make _GL_WARN_ON_USE usable in C++ and C mode in the same compilation.
2296         * build-aux/warn-on-use.h (_GL_WARN_EXTERN_C): New macro.
2297         (_GL_WARN_ON_USE, _GL_WARN_ON_USE_CXX): Likewise.
2298         Reported by John W. Eaton <jwe@gnu.org>.
2299
2300 2010-03-20  Bruno Haible  <bruno@clisp.org>
2301
2302         * m4/unlink.m4 (gl_FUNC_UNLINK): Fix last commit.
2303         Reported by Jim Meyering.
2304
2305 2010-03-20  Bruno Haible  <bruno@clisp.org>
2306
2307         pipe: Set errno upon failure.
2308         * lib/pipe.h: Specify that when -1 is returned, errno is set.
2309         * lib/pipe.c (create_pipe): Set errno when returning -1. Use the right
2310         errno value in error message.
2311
2312 2010-03-20  Bruno Haible  <bruno@clisp.org>
2313             Jim Meyering  <meyering@redhat.com>
2314
2315         lchown: Avoid "unused variable" warning.
2316         * lib/lchown.c (rpl_lchown): Move variable 'st' into #if block.
2317
2318 2010-03-20  Bruno Haible  <bruno@clisp.org>
2319
2320         Work around unlink() bug on MacOS X 10.5.6.
2321         * lib/unlink.c (rpl_unlink): If UNLINK_PARENT_BUG is defined, fail when
2322         attempting to unlink a parent directory.
2323         * m4/unlink.m4 (gl_FUNC_UNLINK): Require AC_CANONICAL_HOST. Test for
2324         MacOS X 10.5 bug. If the bug is present, define UNLINK_PARENT_BUG and
2325         activate for the replacement function.
2326         * doc/posix-functions/unlink.texi: Mention the MacOS X 10.5 bug.
2327
2328 2010-03-20  Bruno Haible  <bruno@clisp.org>
2329
2330         Fix link errors on Solaris 8.
2331         * modules/dirent-tests (test_dirent_c___LDADD): Add LIB_NANOSLEEP.
2332         * modules/wctype-tests (test_wctype_c___LDADD): Likewise.
2333
2334 2010-03-19  Jim Meyering  <meyering@redhat.com>
2335
2336         regcomp.c: make non-_LIBC implementation of build_range_exp consistent
2337         The _LIBC implementation of build_range_exp correctly honors the
2338         RE_NO_EMPTY_RANGES flag when checking for reversed range endpoints.
2339         However, the non-_LIBC implementation would ignore that syntax-bit
2340         flag and return REG_ERANGE unconditionally.
2341         This change makes it honor that flag.
2342         * lib/regcomp.c (build_range_exp) [!_LIBC]: Add a parameter: "syntax".
2343         Make two pointer parameters "const".
2344         Use "syntax" bits in order to honor RE_NO_EMPTY_RANGES.
2345         (parse_bracket_exp): Update caller.
2346
2347         regex.m4: correct the reversed range endpoint ([b-a]) test
2348         * m4/regex.m4: When requiring that [b-a] evoke failure,
2349         use RE_NO_EMPTY_RANGES.  This makes this entire configure-time
2350         test pass once again for x86-based systems.
2351
2352 2010-03-19  Bruno Haible  <bruno@clisp.org>
2353
2354         scandir: Fix link error on Solaris 8.
2355         * lib/scandir.c (_D_EXACT_NAMLEN, _D_ALLOC_NAMLEN): New fallback
2356         macros.
2357
2358 2010-03-19  Bruno Haible  <bruno@clisp.org>
2359
2360         getusershell: Fix documentation.
2361         * doc/glibc-functions/endusershell.texi: Refer to the getusershell
2362         module.
2363         * doc/glibc-functions/setusershell.texi: Likewise.
2364
2365         getusershell: Provide declaration, missing on Solaris 9.
2366         * lib/unistd.in.h (getusershell, setusershell, endusershell): Declare
2367         also if HAVE_GETUSERSHELL && !HAVE_DECL_GETUSERSHELL.
2368         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): When the function exists,
2369         check whether it is declared. Set HAVE_DECL_GETUSERSHELL.
2370         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
2371         HAVE_DECL_GETUSERSHELL, not HAVE_GETUSERSHELL.
2372         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETUSERSHELL, not
2373         HAVE_GETUSERSHELL.
2374         * doc/glibc-functions/getusershell.texi: Mention the Solaris problem.
2375
2376 2010-03-19  Bruno Haible  <bruno@clisp.org>
2377
2378         wctype: Provide iswblank function.
2379         * lib/wctype.in.h (iswblank): Provide a replacement also when iswcntrl
2380         exists and is fine.
2381         * m4/wctype_h.m4 (gl_WCTYPE_H): Also check whether iswcntrl exists.
2382         * modules/wctype (Makefile.am): Substitute HAVE_ISWBLANK.
2383         * tests/test-wctype.c (main): Re-enable the iswblank tests.
2384         * doc/posix-functions/iswblank.texi: Update.
2385
2386 2010-03-19  Bruno Haible  <bruno@clisp.org>
2387
2388         Tests of module 'pty' in C++ mode.
2389         * modules/pty-tests: New file.
2390         * tests/test-pty-c++.cc: New file.
2391         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
2392
2393 2010-03-19  Eric Blake  <eblake@redhat.com>
2394
2395         logb: fix documentation
2396         * doc/posix-functions/logb.texi (logb): Gnulib fixes the cygwin
2397         1.5 declaration bug.
2398
2399         forkpty, openpty: prefer glibc's const-safe prototype
2400         * lib/forkpty.c (rpl_forkpty): New file.
2401         * lib/openpty.c (rpl_openpty): Likewise.
2402         * modules/forkpty (Files): Distribute it.
2403         * modules/openpty (Files): Likewise.
2404         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.  Move decl
2405         check...
2406         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): ...here.  Request
2407         replacement for for non-const BSD signature.
2408         * modules/pty (Makefile.am): Substitute witnesses.
2409         * lib/pty.in.h (forkpty, openpty): Declare replacements.
2410         * tests/test-forkpty.c: Update signature check.
2411         * tests/test-openpty.c: Likewise.
2412         * doc/glibc-functions/forkpty.texi (forkpty): Document the fix.
2413         * doc/glibc-functions/openpty.texi (openpty): Likewise.
2414
2415         forkpty, openpty: split functions into new modules
2416         * modules/pty (Makefile.am): Substitute new witnesses.
2417         (Libraries): Move library detection...
2418         * modules/forkpty: ...into new module.
2419         * modules/openpty: Another new module.
2420         * modules/pty-tests: Rename and split...
2421         * modules/forkpty-tests: ...to this...
2422         * modules/openpty-tests: ...and this.
2423         * tests/test-pty.c: Rename and split...
2424         * tests/test-forkpty.c: ...to this...
2425         * tests/test-openpty.c: ...and this.
2426         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.
2427         (gl_PTY): Split library searching...
2428         * m4/pty.m4 (gl_PTY_LIB): ...into new file.
2429         (gl_FORKPTY, gl_OPENPTY): New macros.
2430         * lib/pty.in.h (forkpty, openpty): Honor new witnesses.
2431         * NEWS: Mention the split.
2432         * MODULES.html.sh (Misc): Document the modules.
2433         * doc/glibc-functions/forkpty.texi (forkpty): Likewise.
2434         * doc/glibc-functions/openpty.texi (openpty): Likewise.
2435
2436         pty: improve replacement header
2437         * lib/pty.in.h: New file.
2438         * modules/pty (Files): Ship it.
2439         (Makefile.am): Always build replacement.
2440         * m4/pty.m4: Rename...
2441         * m4/pty_h.m4: ...to this.
2442         (gl_PTY): Modernize setting of witness macros; update check of
2443         forkpty to take proper advantage of cache.
2444         (gl_PTY_MODULE_INDICATOR, gl_PTY_H_DEFAULTS): New macros.
2445
2446         getopt: avoid compiler warning
2447         * lib/getopt.c (attribute_hidden): Remove unused macro.
2448
2449 2010-03-18  Bruno Haible  <bruno@clisp.org>
2450
2451         Fix link errors on Solaris 8.
2452         * modules/iconv-h-tests (test_iconv_h_c___LDADD): Add LIB_NANOSLEEP.
2453         * modules/search-tests (test_search_c___LDADD): Likewise.
2454         * modules/signal-tests (test_signal_c___LDADD): Likewise.
2455         * modules/spawn-tests (test_spawn_c___LDADD): Likewise.
2456         * modules/stdio-tests (test_stdio_c___LDADD): Likewise.
2457         * modules/sys_select-tests (test_sys_select_c___LDADD): Likewise.
2458         * modules/sys_socket-tests (test_sys_socket_c___LDADD): Likewise.
2459         * modules/sys_time-tests (test_sys_time_c___LDADD): Likewise.
2460         * modules/wchar-tests (test_wchar_c___LDADD): Likewise.
2461
2462 2010-03-18  Bruno Haible  <bruno@clisp.org>
2463
2464         Fix bug introduced on 2010-03-14.
2465         * m4/spawn_h.m4 (gl_HAVE_POSIX_SPAWN): New macro.
2466         (gl_SPAWN_H): Require it.
2467         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Likewise.
2468         Reported by Simon Josefsson.
2469
2470 2010-03-18  Bruno Haible  <bruno@clisp.org>
2471
2472         Fix typo introduced on 2009-12-31.
2473         * m4/spawn_h.m4 (gl_SPAWN_H): Check for the declaration of
2474         posix_spawn_file_actions_adddup2.
2475
2476 2010-03-17  Bert Wesarg  <bert.wesarg@googlemail.com>  (tiny change)
2477         and Eric Blake  <eblake@redhat.com>
2478
2479         test-vc-list-files-git: make more robust
2480         * tests/test-vc-list-files-git.sh: Unset problematic environment
2481         variables.  Chain commands together.
2482
2483 2010-03-17  Ludovic Courtès <ludo@gnu.org>  (tiny change)
2484
2485         * m4/pty.m4: Unset $ac_cv_have_decl_forkpty before the second
2486         `AC_CHECK_DECL' invocation.
2487
2488 2010-03-15  Sergey Poznyakoff  <gray@gnu.org.ua>
2489
2490         * lib/inttostr.c (inttostr): Make sure the invocation of verify
2491         appears before executable statements. Suggested by Petr Sumbera
2492         <Petr.Sumbera@Sun.COM>.
2493
2494 2010-03-14  Bruno Haible  <bruno@clisp.org>
2495
2496         * tests/test-flock.c (test_exclusive): Comment out a test that causes
2497         portability problems. Instead use a simpler test.
2498         (main): Check that invalid arguments are rejected only on Linux.
2499
2500 2010-03-14  Bruno Haible  <bruno@clisp.org>
2501
2502         Fix bug introduced on 2009-12-31.
2503         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
2504         gl_PREREQ_SYS_H_WINSOCK2 always.
2505         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise. Remove
2506         SYS_SOCKET_H variable.
2507         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Remove test for flock.
2508         Update comments.
2509         * m4/ctype.m4 (gl_CTYPE_H): Update comments.
2510         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
2511         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
2512         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
2513         * m4/sys_wait_h.m4 (gl_SYS_WAIT_H): Likewise.
2514
2515 2010-03-14  Bruno Haible  <bruno@clisp.org>
2516
2517         Fix values returned by sinl, cosl.
2518         * lib/trigl.h: Add specification comments.
2519         * lib/sincosl.c (kernel_sinl, kernel_cosl): Fix comments and formula
2520         that combines the values from the precomputed table with the values of
2521         the Chebyshev polynomials.
2522
2523 2010-03-14  Bruno Haible  <bruno@clisp.org>
2524
2525         Fix compilation error when modules 'posix_spawn[p]' are not used.
2526         * m4/spawn_h.m4 (gl_SPAWN_H): Set HAVE_POSIX_SPAWN here.
2527         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): ... not here.
2528
2529 2010-03-14  Bruno Haible  <bruno@clisp.org>
2530
2531         Fix compilation error on mingw when module 'time_r' is not used.
2532         * lib/time.in.h (localtime_r, gmtime_r): Declare only if GNULIB_TIME_R
2533         is 1.
2534         * tests/test-time-c++.cc (localtime_r, gmtime_r): Likewise.
2535         * modules/time_r (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
2536         * modules/time (Makefile.am): Substitute GNULIB_TIME_R.
2537         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize GNULIB_TIME_R.
2538
2539 2010-03-14  Bruno Haible  <bruno@clisp.org>
2540
2541         Fix compilation error with Sun C.
2542         * lib/strtol.c: Use LLONG_MIN instead of GCC specific LONG_LONG_MIN.
2543         Use LLONG_MAX instead of GCC specific LONG_LONG_MAX. Use ULLONG_MAX
2544         instead of GCC specific ULONG_LONG_MAX.
2545         * lib/xstrtoll.c: Likewise.
2546         * lib/xstrtoull.c: Likewise.
2547
2548 2010-03-13  Bruno Haible  <bruno@clisp.org>
2549
2550         Allow the user to disable C++ code and tests.
2551         * m4/ansi-c++.m4 (gl_CXX_CHOICE): New macro.
2552         (gl_PROG_ANSI_CXX): Require it.
2553
2554 2010-03-13  Bruno Haible  <bruno@clisp.org>
2555
2556         * DEPENDENCIES (libtool): Mention libtool 2.2.x requirement in special
2557         cases.
2558
2559 2010-03-13  Bruno Haible  <bruno@clisp.org>
2560
2561         Test that gnulib does not break the standard C++ headers.
2562         * tests/test-locale-c++2.cc: New file.
2563         * modules/locale-tests (Files): Add it.
2564         (Makefile.am): Compile it for test-locale-c++.
2565         * tests/test-math-c++2.cc: New file.
2566         * modules/math-tests (Files): Add it.
2567         (Makefile.am): Compile it for test-math-c++.
2568         * tests/test-signal-c++2.cc: New file.
2569         * modules/signal-tests (Files): Add it.
2570         (Makefile.am): Compile it for test-signal-c++.
2571         * tests/test-stdio-c++2.cc: New file.
2572         * modules/stdio-tests (Files): Add it.
2573         (Makefile.am): Compile it for test-stdio-c++.
2574         * tests/test-stdlib-c++2.cc: New file.
2575         * modules/stdlib-tests (Files): Add it.
2576         (Makefile.am): Compile it for test-stdlib-c++.
2577         * tests/test-string-c++2.cc: New file.
2578         * modules/string-tests (Files): Add it.
2579         (Makefile.am): Compile it for test-string-c++.
2580         * tests/test-time-c++2.cc: New file.
2581         * modules/time-tests (Files): Add it.
2582         (Makefile.am): Compile it for test-time-c++.
2583         Reported by John W. Eaton <jwe@gnu.org>.
2584
2585 2010-03-13  Bruno Haible  <bruno@clisp.org>
2586
2587         * gnulib-tool (func_usage): Clarify which options are available for
2588         --create-testdir and --create-megatestdir.
2589
2590 2010-03-13  Bruno Haible  <bruno@clisp.org>
2591
2592         Fix compilation error with glibc >= 2.10 and g++ >= 4.4.
2593         * build-aux/warn-on-use.h (_GL_WARN_ON_USE_CXX): New macro.
2594         * build-aux/c++defs.h (_GL_CXXALIASWARN1): New macro.
2595         * lib/string.in.h (memchr, memrchr, rawmemchr, strchrnul, strpbrk,
2596         strstr, strcasestr): Use _GL_CXXALIASWARN1 instead of _GL_CXXALIASWARN
2597         when appropriate.
2598         Reported by Jim Meyering.
2599
2600 2010-03-12  Simon Josefsson  <simon@josefsson.org>
2601
2602         * gnulib-tool (func_import): Explain origin of code.
2603
2604 2010-03-12  Bruno Haible  <bruno@clisp.org>
2605
2606         Fix problem with automake's definition of CXXLINK.
2607         * gnulib-tool (func_create_testdir): After LT_INIT, also use LT_LANG.
2608         Reported by Simon Josefsson and Ludovic Courtès.
2609
2610 2010-03-12  Bruno Haible  <bruno@clisp.org>
2611
2612         * doc/gnulib-intro.texi (Steady Development): Mention Ian Beckwith's
2613         stable releases.
2614
2615 2010-03-11  Bruno Haible  <bruno@clisp.org>
2616
2617         Fix problems with overloaded C++ definitions of memchr, strpbrk, etc.
2618         * build-aux/c++defs.h (_GL_CXXALIAS_SYS_CAST2): Make it work regardless
2619         whether the system provides one variant or multiple variants of the
2620         function.
2621         * lib/string.in.h (memchr, strpbrk): Use _GL_CXXALIAS_SYS_CAST2 for all
2622         C++ compilers.
2623         (memrchr, rawmemchr, strchrnul, strstr, strcasestr): Use
2624         _GL_CXXALIAS_SYS_CAST2 instead of _GL_CXXALIAS_SYS.
2625         Reported by Jim Meyering.
2626
2627 2010-03-09  Simon Josefsson  <simon@josefsson.org>
2628
2629         * gnulib-tool (LIBTOOLPATH): Fix cut'n'paste bug.
2630
2631 2010-03-08  Bruno Haible  <bruno@clisp.org>
2632
2633         gnulib-tool: Add support for --libtool in --create-testdir.
2634         * gnulib-tool (LIBTOOLPATH, LIBTOOLIZE): New variables.
2635         (func_create_testdir): Emit LT_INIT invocations. Invoke LIBTOOLIZE.
2636
2637 2010-03-08  Eric Blake  <eblake@redhat.com>
2638
2639         gnulib-tool.texi: mention possibility of git submodule
2640         * doc/gnulib-tool.texi (VCS Issues): Add details about using git
2641         submodules.
2642         * doc/.gitignore: Ignore another generated file.
2643
2644 2010-03-08  Karl Berry  <karl@gnu.org>
2645
2646         * doc/gnulib-tool.texi (VCS Issues): Mention third option
2647         of committing gnulib files while skipping others.
2648
2649 2010-03-07  Bruno Haible  <bruno@clisp.org>
2650
2651         Tests of module 'wctype' in C++ mode.
2652         * tests/test-wctype-c++.cc: New file.
2653         * modules/wctype-tests (Files): Add it and tests/signature.h.
2654         (Depends-on): Add ansi-c++-opt.
2655         (Makefile.am): Arrange to compile and run test-wctype-c++.
2656
2657         Tests of module 'wchar' in C++ mode.
2658         * tests/test-wchar-c++.cc: New file.
2659         * modules/wchar-tests (Files): Add it and tests/signature.h.
2660         (Depends-on): Add ansi-c++-opt.
2661         (Makefile.am): Arrange to compile and run test-wchar-c++.
2662         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Invoke
2663         gl_MODULE_INDICATOR.
2664
2665         Tests of module 'unistd' in C++ mode.
2666         * tests/test-unistd-c++.cc: New file.
2667         * modules/unistd-tests (Files): Add it and tests/signature.h.
2668         (Depends-on): Add ansi-c++-opt.
2669         (Makefile.am): Arrange to compile and run test-unistd-c++.
2670         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Invoke
2671         gl_MODULE_INDICATOR.
2672
2673         Tests of module 'time' in C++ mode.
2674         * tests/test-time-c++.cc: New file.
2675         * modules/time-tests (Files): Add it and tests/signature.h.
2676         (Depends-on): Add ansi-c++-opt.
2677         (Makefile.am): Arrange to compile and run test-time-c++.
2678         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
2679
2680         Tests of module 'sys_time' in C++ mode.
2681         * tests/test-sys_time-c++.cc: New file.
2682         * modules/sys_time-tests (Files): Add it and tests/signature.h.
2683         (Depends-on): Add ansi-c++-opt.
2684         (Makefile.am): Arrange to compile and run test-sys_time-c++.
2685         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Invoke
2686         gl_MODULE_INDICATOR.
2687
2688         Tests of module 'sys_stat' in C++ mode.
2689         * tests/test-sys_stat-c++.cc: New file.
2690         * modules/sys_stat-tests (Files): Add it and tests/signature.h.
2691         (Depends-on): Add ansi-c++-opt.
2692         (Makefile.am): Arrange to compile and run test-sys_stat-c++.
2693         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Invoke
2694         gl_MODULE_INDICATOR.
2695
2696         Tests of module 'sys_socket' in C++ mode.
2697         * tests/test-sys_socket-c++.cc: New file.
2698         * modules/sys_socket-tests (Files): Add it and tests/signature.h.
2699         (Depends-on): Add ansi-c++-opt.
2700         (Makefile.am): Arrange to compile and run test-sys_socket-c++.
2701         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Invoke
2702         gl_MODULE_INDICATOR.
2703
2704         Tests of module 'sys_select' in C++ mode.
2705         * tests/test-sys_select-c++.cc: New file.
2706         * modules/sys_select-tests (Files): Add it and tests/signature.h.
2707         (Depends-on): Add ansi-c++-opt.
2708         (Makefile.am): Arrange to compile and run test-sys_select-c++.
2709         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Invoke
2710         gl_MODULE_INDICATOR.
2711
2712         Tests of module 'sys_ioctl' in C++ mode.
2713         * tests/test-sys_ioctl-c++.cc: New file.
2714         * modules/sys_ioctl-tests (Files): Add it and tests/signature.h.
2715         (Depends-on): Add ansi-c++-opt.
2716         (Makefile.am): Arrange to compile and run test-sys_ioctl-c++.
2717         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Invoke
2718         gl_MODULE_INDICATOR.
2719
2720         Tests of module 'string' in C++ mode.
2721         * tests/test-string-c++.cc: New file.
2722         * modules/string-tests (Files): Add it and tests/signature.h.
2723         (Depends-on): Add ansi-c++-opt.
2724         (Makefile.am): Arrange to compile and run test-string-c++.
2725         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Invoke
2726         gl_MODULE_INDICATOR.
2727
2728         Tests of module 'stdlib' in C++ mode.
2729         * tests/test-stdlib-c++.cc: New file.
2730         * modules/stdlib-tests (Files): Add it and tests/signature.h.
2731         (Depends-on): Add ansi-c++-opt.
2732         (Makefile.am): Arrange to compile and run test-stdlib-c++.
2733         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Invoke
2734         gl_MODULE_INDICATOR.
2735
2736         Tests of module 'stdio' in C++ mode.
2737         * tests/test-stdio-c++.cc: New file.
2738         * modules/stdio-tests (Files): Add it and tests/signature.h.
2739         (Depends-on): Add ansi-c++-opt.
2740         (Makefile.am): Arrange to compile and run test-stdio-c++.
2741         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Invoke
2742         gl_MODULE_INDICATOR.
2743
2744         Tests of module 'spawn' in C++ mode.
2745         * tests/test-spawn-c++.cc: New file.
2746         * modules/spawn-tests (Files): Add it and tests/signature.h.
2747         (Depends-on): Add ansi-c++-opt.
2748         (Makefile.am): Arrange to compile and run test-spawn-c++.
2749         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Invoke
2750         gl_MODULE_INDICATOR.
2751
2752         Tests of module 'signal' in C++ mode.
2753         * tests/test-signal-c++.cc: New file.
2754         * modules/signal-tests (Files): Add it and tests/signature.h.
2755         (Depends-on): Add ansi-c++-opt.
2756         (Makefile.am): Arrange to compile and run test-signal-c++.
2757         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Invoke
2758         gl_MODULE_INDICATOR.
2759
2760         Tests of module 'search' in C++ mode.
2761         * tests/test-search-c++.cc: New file.
2762         * modules/search-tests (Files): Add it and tests/signature.h.
2763         (Depends-on): Add ansi-c++-opt.
2764         (Makefile.am): Arrange to compile and run test-search-c++.
2765         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Invoke
2766         gl_MODULE_INDICATOR.
2767
2768         Tests of module 'math' in C++ mode.
2769         * tests/test-math-c++.cc: New file.
2770         * modules/math-tests (Files): Add it and tests/signature.h.
2771         (Depends-on): Add ansi-c++-opt.
2772         (Makefile.am): Arrange to compile and run test-math-c++.
2773         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
2774
2775         Tests of module 'locale' in C++ mode.
2776         * tests/test-locale-c++.cc: New file.
2777         * modules/locale-tests (Files): Add it and tests/signature.h.
2778         (Depends-on): Add ansi-c++-opt.
2779         (Makefile.am): Arrange to compile and run test-locale-c++.
2780         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Invoke
2781         gl_MODULE_INDICATOR.
2782
2783         Tests of module 'langinfo' in C++ mode.
2784         * tests/test-langinfo-c++.cc: New file.
2785         * modules/langinfo-tests (Files): Add it and tests/signature.h.
2786         (Depends-on): Add ansi-c++-opt.
2787         (Makefile.am): Arrange to compile and run test-langinfo-c++.
2788         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Invoke
2789         gl_MODULE_INDICATOR.
2790
2791         Tests of module 'iconv-h' in C++ mode.
2792         * tests/test-iconv-h-c++.cc: New file.
2793         * modules/iconv-h-tests (Files): Add it and tests/signature.h.
2794         (Depends-on): Add ansi-c++-opt.
2795         (Makefile.am): Arrange to compile and run test-iconv-h-c++.
2796
2797         Tests of module 'glob' in C++ mode.
2798         * tests/test-glob-c++.cc: New file.
2799         * modules/glob-tests (Files): Add it.
2800         (Depends-on): Add ansi-c++-opt.
2801         (Makefile.am): Arrange to compile and run test-glob-c++.
2802
2803         Tests of module 'fcntl-h' in C++ mode.
2804         * tests/test-fcntl-h-c++.cc: New file.
2805         * modules/fcntl-h-tests (Files): Add it and tests/signature.h.
2806         (Depends-on): Add ansi-c++-opt.
2807         (Makefile.am): Arrange to compile and run test-fcntl-h-c++.
2808         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Invoke
2809         gl_MODULE_INDICATOR.
2810
2811         Tests of module 'dirent' in C++ mode.
2812         * tests/test-dirent-c++.cc: New file.
2813         * modules/dirent-tests (Files): Add it and tests/signature.h.
2814         (Depends-on): Add ansi-c++-opt.
2815         (Makefile.am): Arrange to compile and run test-dirent-c++.
2816         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
2817         gl_MODULE_INDICATOR.
2818
2819         New module 'ansi-c++-opt'.
2820         * modules/ansi-c++-opt: New file.
2821         * m4/ansi-c++.m4: New file, from GNU gettext with modifications.
2822
2823         Document C++ namespace mode.
2824         * doc/gnulib.texi (A C++ namespace for gnulib): New section.
2825
2826         wctype: Avoid #define replacements in C++ mode.
2827         * lib/wctype.in.h: Include c++defs.h, warn-on-use.h.
2828         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower,
2829         iswprint, iswpunct, iswspace, iswupper, iswxdigit, towlower, towupper):
2830         In C++, define a namespaced alias symbol.
2831         * m4/wctype_h.m4 (gl_WCTYPE_H): Don't set WCTYPE_H.
2832         * modules/wctype (Depends-on): Add c++defs, warn-on-use.
2833         (Makefile.am): Provide a wctype.h replacement always. Update wctype.h
2834         rule.
2835
2836         wchar: Avoid #define replacements in C++ mode.
2837         * lib/wchar.in.h: Include c++defs.h.
2838         (btowc, wctob, mbsinit, mbrtowc, mbrlen, mbsrtowcs, mbsnrtowcs,
2839         wcrtomb, wcsrtombs, wcsnrtombs): In C++, define a namespaced alias
2840         symbol.
2841         (wcwidth): Likewise. Fix prototype to be POSIX compliant.
2842         * modules/wchar (Depends-on): Add c++defs.
2843         (Makefile.am): Update wchar.h rule.
2844
2845         unistd: Avoid #define replacements in C++ mode.
2846         * lib/unistd.in.h: Include c++defs.h.
2847         (chown, close, dup, dup2, dup3, euidaccess, faccessat, fchdir,
2848         fchownat, fsync, ftruncate, getcwd, getdomainname, getdtablesize,
2849         getgroups, gethostname, getlogin, getlogin_r, getpagesize,
2850         getusershell, setusershell, endusershell, lchown, link, linkat, lseek,
2851         pipe2, pread, readlink, readlinkat, rmdir, sleep, symlink, symlinkat,
2852         unlink, unlinkat, usleep, write): In C++, define a namespaced alias
2853         symbol.
2854         (environ): Update.
2855         * modules/unistd (Depends-on): Add c++defs.
2856         (Makefile.am): Update unistd.h rule.
2857
2858         time: Avoid #define replacements in C++ mode.
2859         * lib/time.in.h: Include c++defs.h, warn-on-use.h.
2860         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): In C++,
2861         define a namespaced alias symbol.
2862         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): New macro.
2863         (gl_HEADER_TIME_H_DEFAULTS): Initialize also GNULIB_MKTIME,
2864         GNULIB_NANOSLEEP, GNULIB_STRPTIME, GNULIB_TIMEGM.
2865         * modules/time (Depends-on): Add c++defs, warn-on-use.
2866         (Makefile.am): Update time.h rule.
2867         * modules/mktime (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
2868         * modules/nanosleep (configure.ac): Likewise.
2869         * modules/strptime (configure.ac): Likewise.
2870         * modules/timegm (configure.ac): Likewise.
2871
2872         sys_time: Avoid #define replacements in C++ mode.
2873         * lib/sys_time.in.h: Include c++defs.h.
2874         (gettimeofday): In C++, define a namespaced alias symbol.
2875         * modules/sys_time (Depends-on): Add c++defs.
2876         (Makefile.am): Update sys/time.h rule.
2877
2878         sys_stat: Avoid #define replacements in C++ mode.
2879         * lib/sys_stat.in.h: Include c++defs.h.
2880         (fchmodat, fstat, fstatat, futimens, lchmod, lstat, mkdir, mkdirat,
2881         mkfifo, mkfifoat, mknod, mknodat, utimensat): In C++, define a
2882         namespaced alias symbol.
2883         In C++, define a namespaced alias symbol.
2884         * modules/sys_stat (Depends-on): Add c++defs.
2885         (Makefile.am): Update sys/stat.h rule.
2886
2887         sys_socket: Avoid #define replacements in C++ mode.
2888         * lib/sys_socket.in.h: Handle the case of recursive include on Cygwin.
2889         Include c++defs.h. Include warn-on-use.h earlier. Enable the function
2890         definitions also when the system has a <sys/socket.h>.
2891         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
2892         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, accept4):
2893         In C++, define a namespaced alias symbol.
2894         * modules/sys_socket (Depends-on): Add c++defs.
2895         (Makefile.am): Update sys/socket.h rule.
2896
2897         sys_select: Avoid #define replacements in C++ mode.
2898         * lib/sys_select.in.h: Include c++defs.h. Enable the function
2899         definitions also when the system has a <sys/select.h>.
2900         (select): In C++, define a namespaced alias symbol.
2901         * modules/sys_select (Depends-on): Add c++defs.
2902         (Makefile.am): Update sys/select.h rule.
2903
2904         sys_ioctl: Avoid #define replacements in C++ mode.
2905         * lib/sys_ioctl.in.h: Include c++defs.h.
2906         (ioctl): In C++, define a namespaced alias symbol.
2907         * modules/sys_ioctl (Depends-on): Add c++defs.
2908         (Makefile.am): Update sys/ioctl.h rule.
2909
2910         string: Avoid #define replacements in C++ mode.
2911         * lib/string.in.h: Include c++defs.h.
2912         (stpncpy): Define to rpl_stpncpy, not gnu_stpncpy.
2913         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
2914         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
2915         strcasestr, strtok_r, mbslen, mbschr, mbsrchr, mbspbrk, strerror,
2916         strsignal, strverscmp): In C++, define a namespaced alias symbol.
2917         * modules/string (Depends-on): Add c++defs.
2918         (Makefile.am): Update string.h rule.
2919
2920         stdlib: Avoid #define replacements in C++ mode.
2921         * lib/stdlib.in.h: Include c++defs.h.
2922         (atoll, calloc, canonicalize_file_name, getloadavg, getsubopt, malloc,
2923         mkdtemp, mkostemp, mkostemps, mkstemp, mkstemps, putenv, random_r,
2924         srandom_r, initstate_r, setstate_r, realloc, realpath, rpmatch, setenv,
2925         strtod, strtoll, strtoull, unsetenv): In C++, define a namespaced alias
2926         symbol.
2927         * modules/stdlib (Depends-on): Add c++defs.
2928         (Makefile.am): Update stdlib.h rule.
2929
2930         stdio: Avoid #define replacements in C++ mode.
2931         * lib/stdio.in.h: Include c++defs.h.
2932         (dprintf, fclose, fflush, fopen, fprintf, fpurge, fputc, fputs,
2933         freopen, fseek, fseeko, ftell, ftello, fwrite, getdelim, getline,
2934         obstack_printf, obstack_vprintf, perror, popen, printf, fputc, putchar,
2935         puts, remove, rename, renameat, snprintf, sprintf, asprintf, vasprintf,
2936         vdprintf, vfprintf, vprintf, vsnprintf, vsprintf): In C++, define a
2937         namespaced alias symbol.
2938         * modules/stdio (Depends-on): Add c++defs.
2939         (Makefile.am): Update stdio.h rule.
2940
2941         spawn: Avoid #define replacements in C++ mode.
2942         * lib/spawn.in.h: Include c++defs.h.
2943         (posix_spawn, posix_spawnp, posix_spawnattr_init,
2944         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
2945         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
2946         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
2947         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
2948         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
2949         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
2950         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
2951         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
2952         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
2953         In C++, define a namespaced alias symbol.
2954         * modules/spawn (Depends-on): Add c++defs.
2955         (Makefile.am): Update spawn.h rule.
2956
2957         signal: Avoid #define replacements in C++ mode.
2958         * lib/signal.in.h: Include c++defs.h.
2959         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
2960         sigpending, sigprocmask, signal, raise, sigaction): In C++, define a
2961         namespaced alias symbol.
2962         * modules/signal (Depends-on): Add c++defs.
2963         (Makefile.am): Update signal.h rule.
2964
2965         search: Avoid #define replacements in C++ mode.
2966         * lib/search.in.h: Include c++defs.h.
2967         (_gl_search_compar_fn, _gl_search_action_fn): New types.
2968         (tsearch, tfind, tdelete, twalk): In C++, define a namespaced alias
2969         symbol.
2970         * modules/search (Depends-on): Add c++defs.
2971         (Makefile.am): Update search.h rule.
2972
2973         math: Avoid #define replacements in C++ mode.
2974         * lib/math.in.h: Include c++defs.h.
2975         (frexp, acosl, asinl, atanl, ceilf, ceill, cosl, expl, floorf, floorl,
2976         frexpl, ldexpl, logl, roundf, round, roundl, sinl, sqrtl, tanl, truncf,
2977         trunc, truncl): In C++, define a namespaced alias symbol.
2978         * modules/math (Depends-on): Add c++defs.
2979         (Makefile.am): Update math.h rule.
2980
2981         locale: Avoid #define replacements in C++ mode.
2982         * lib/locale.in.h: Include c++defs.h.
2983         (duplocale): In C++, define a namespaced alias symbol.
2984         * m4/locale_h.m4 (gl_LOCALE_H_DEFAULTS): Initialize HAVE_DUPLOCALE.
2985         * m4/duplocale.m4 (gl_FUNC_DUPLOCALE): Set HAVE_DUPLOCALE.
2986         * modules/locale (Depends-on): Add c++defs.
2987         (Makefile.am): Update locale.h rule. Substitute HAVE_DUPLOCALE.
2988
2989         langinfo: Avoid #define replacements in C++ mode.
2990         * lib/langinfo.in.h: Include c++defs.h.
2991         (nl_langinfo): In C++, define a namespaced alias symbol.
2992         * modules/langinfo (Depends-on): Add c++defs.
2993         (Makefile.am): Update langinfo.h rule.
2994
2995         iconv-h: Avoid #define replacements in C++ mode.
2996         * lib/iconv.in.h: Include c++defs.h, warn-on-use.h.
2997         (iconv_open, iconv, iconv_close): In C++, define a namespaced alias
2998         symbol.
2999         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
3000         whenever iconv is present.
3001         * modules/iconv-h (Depends-on): Add c++defs, warn-on-use.
3002         (Makefile.am): Update iconv.h rule.
3003
3004         glob: Avoid #define replacements in C++ mode.
3005         * lib/glob.in.h: Include c++defs.h, warn-on-use.h.
3006         (_gl_glob_errfunc_fn): New type.
3007         (glob, globfree, glob_pattern_p): In C++, define a namespaced alias
3008         symbol.
3009         * modules/glob (Depends-on): Add c++defs, warn-on-use.
3010         (Makefile.am): Update glob.h rule.
3011
3012         fcntl-h: Avoid #define replacements in C++ mode.
3013         * lib/fcntl.in.h: Include c++defs.h.
3014         (fcntl, open, openat): In C++, define a namespaced alias symbol.
3015         * modules/fcntl-h (Depends-on): Add c++defs.
3016         (Makefile.am): Update fcntl.h rule.
3017
3018         dirent: Avoid #define replacements in C++ mode.
3019         * lib/dirent.in.h: Include c++defs.h.
3020         (closedir, fdopendir, opendir, scandir, alphasort): In C++, define a
3021         namespaced alias symbol.
3022         (dirfd): Update declaration.
3023         * modules/dirent (Depends-on): Add c++defs.
3024         (Makefile.am): Update dirent.h rule.
3025
3026         ctype: Make it usable in C++ code.
3027         * lib/ctype.in.h: Include c++defs.h.
3028         (isblank): Declare as extern "C".
3029         * modules/ctype (Depends-on): Add c++defs.
3030         (Makefile.am): Update ctype.h rule.
3031
3032         New module 'c++defs'.
3033         * modules/c++defs: New file.
3034         * build-aux/c++defs.h: New file.
3035         Reported by John W. Eaton <jwe@gnu.org>.
3036
3037 2010-03-07  Bruno Haible  <bruno@clisp.org>
3038
3039         logb: Provide missing declaration for Cygwin.
3040         * lib/math.in.h (logb): New declaration.
3041         * m4/logb.m4: New file.
3042         * modules/logb (Files): Add m4/logb.m4.
3043         (Depends-on): Add math.
3044         (configure.ac): Invoke gl_FUNC_LOGB, gl_MATH_MODULE_INDICATOR.
3045         * m4/math_h.m4 (gl_MATH_H): Check also for logb declaration.
3046         (gl_MATH_H_DEFAULTS): Initialize GNULIB_LOGB, HAVE_DECL_LOGB.
3047         * modules/math (Makefile.am): Substitute GNULIB_LOGB, HAVE_DECL_LOGB.
3048         * doc/posix-functions/logb.texi: Mention the Cygwin bug.
3049
3050 2010-03-07  Bruno Haible  <bruno@clisp.org>
3051
3052         Fix test-cond link error.
3053         * tests/test-cond.c: Include <stdio.h>.
3054
3055 2010-03-07  Bruno Haible  <bruno@clisp.org>
3056
3057         Fix test-dirent-safer link error.
3058         * modules/dirent-safer-tests (Makefile.am): Define
3059         test_dirent_safer_LDADD.
3060
3061 2010-03-07  Bruno Haible  <bruno@clisp.org>
3062
3063         * gnulib-tool (func_create_testdir): Don't use 'lib-ignore' module
3064         among default module list.
3065
3066 2010-03-07  Bruno Haible  <bruno@clisp.org>
3067
3068         Fix link error on platforms with GNU libiconv.
3069         * modules/unistr/u8-strcoll-tests (Makefile): Define
3070         test_u8_strcoll_LDADD.
3071         * modules/unistr/u16-strcoll-tests (Makefile): Define
3072         test_u16_strcoll_LDADD.
3073         * modules/unistr/u32-strcoll-tests (Makefile): Define
3074         test_u32_strcoll_LDADD.
3075
3076 2010-03-07  Bruno Haible  <bruno@clisp.org>
3077
3078         Use POSIX declarations for socket functions.
3079         * lib/sys_socket.in.h (rpl_connect, rpl_accept, rpl_bind,
3080         rpl_getpeername, rpl_getsockname, rpl_recv, rpl_send, rpl_recvfrom,
3081         rpl_sendto): Change declaration to match POSIX.
3082         * lib/connect.c (rpl_connect): Likewise.
3083         * lib/accept.c (rpl_accept): Likewise.
3084         * lib/bind.c (rpl_bind): Likewise.
3085         * lib/getpeername.c (rpl_getpeername): Likewise.
3086         * lib/getsockname.c (rpl_getsockname): Likewise.
3087         * lib/recv.c (rpl_recv): Likewise.
3088         * lib/send.c (rpl_send): Likewise.
3089         * lib/recvfrom.c (rpl_recvfrom): Likewise.
3090         * lib/sendto.c (rpl_sendto): Likewise.
3091
3092 2010-03-06  Bruno Haible  <bruno@clisp.org>
3093
3094         Clarify access, euidaccess, faccessat.
3095         * doc/posix-functions/faccessat.texi: Mention security problem under
3096         "Other problems", not "Portability problems".
3097         * doc/posix-functions/access.texi: Likewise. Mention a related security
3098         problem.
3099         * doc/glibc-functions/euidaccess.texi: Mention security problems.
3100         * lib/euidaccess.c: Add comments about platforms.
3101         * lib/unistd.in.h (access, euidaccess): Add warnings.
3102
3103 2010-03-07  Bruno Haible  <bruno@clisp.org>
3104
3105         Ensure posix_spawnattr_{get,set}sched{policy,param} are defined.
3106         * lib/spawn.in.h (POSIX_SPAWN_SETSCHEDPARAM): Define fallback.
3107         (POSIX_SPAWN_SETSCHEDULER): Likewise.
3108         (POSIX_SPAWN_USEVFORK): Define in a way that works when
3109         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
3110         (posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy): Also
3111         declare when POSIX_SPAWN_SETSCHEDULER is zero.
3112         (posix_spawnattr_getschedparam, posix_spawnattr_setschedparam): Also
3113         declare when POSIX_SPAWN_SETSCHEDPARAM is zero.
3114         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Test whether
3115         POSIX_SPAWN_SETSCHEDULER or POSIX_SPAWN_SETSCHEDPARAM are zero.
3116         * modules/posix_spawnattr_getschedparam (configure.ac): Enable the
3117         replacement also when POSIX_SPAWN_SETSCHEDPARAM is zero.
3118         * modules/posix_spawnattr_setschedparam (configure.ac): Likewise.
3119         * modules/posix_spawnattr_getschedpolicy (configure.ac): Enable the
3120         replacement also when POSIX_SPAWN_SETSCHEDULER is zero.
3121         * modules/posix_spawnattr_setschedpolicy (configure.ac): Likewise.
3122         * lib/spawnattr_getschedparam.c (posix_spawnattr_getschedparam): Do
3123         nothing if POSIX_SPAWN_SETSCHEDPARAM is zero.
3124         * lib/spawnattr_setschedparam.c (posix_spawnattr_setschedparam):
3125         Likewise.
3126         * lib/spawnattr_getschedpolicy.c (posix_spawnattr_getschedpolicy): Do
3127         nothing if POSIX_SPAWN_SETSCHEDULER is zero.
3128         * lib/spawnattr_setschedpolicy.c (posix_spawnattr_setschedpolicy):
3129         Likewise.
3130         * tests/test-spawn.c (main): Make it work when
3131         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
3132
3133 2010-03-07  Bruno Haible  <bruno@clisp.org>
3134
3135         Fix incorrect Makefile.am generation in German locale.
3136         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3137         Execute sed command with character range in C locale.
3138
3139 2010-03-06  Bruno Haible  <bruno@clisp.org>
3140
3141         Tests for module 'iconv-h'.
3142         * modules/iconv-h-tests: New file.
3143         * tests/test-iconv-h.c: New file.
3144
3145         New module 'iconv-h'.
3146         * modules/iconv-h: New file.
3147         * modules/iconv_open (Files): Remove lib/iconv.in.h, m4/iconv_h.m4.
3148         (Depends-on): Add iconv-h. Remove include_next, arg-nonnull.
3149         (configure.ac): Remove gl_ICONV_H.
3150         (Makefile.am): Remove rule for iconv.h.
3151
3152 2010-03-06  Bruno Haible  <bruno@clisp.org>
3153
3154         More consistent naming of *.m4 files.
3155         * m4/wctype_h.m4: Renamed from m4/wctype.m4.
3156         * modules/wctype (Files): Update.
3157
3158         More consistent naming of *.m4 files.
3159         * m4/wchar_h.m4: Renamed from m4/wchar.m4.
3160         * modules/wchar (Files): Update.
3161
3162 2010-03-06  Jim Meyering  <meyering@redhat.com>
3163
3164         euidaccess: relax license to LGPLv2+
3165         * modules/euidaccess (License): Relax to LGPLv2+.
3166
3167 2010-03-06  Bruno Haible  <bruno@clisp.org>
3168
3169         Prefer lib_SOURCES over unconditional AC_LIBOBJ.
3170         * modules/exitfail (configure.ac): Remove AC_LIBOBJ invocation.
3171         (Makefile.am): Augment lib_SOURCES instead.
3172
3173 2010-03-04  Jim Meyering  <meyering@redhat.com>
3174
3175         utime: remove obsolete module
3176         This module, like autoconf's AC_FUNC_UTIME_NULL macro, has been
3177         unnecessary for years, and has been marked as obsolete for 10 months.
3178         * modules/utime: Remove file.
3179         * lib/utime.c: Remove file.
3180         * m4/utime.m4: Remove file.
3181         * m4/utimes-null.m4: Remove file.
3182         * doc/posix-functions/utime.texi (utime): Remove reference to
3183         the module.  Move the sole "fixed by gnulib" item into the
3184         "problems not fixed by Gnulib" list.
3185         * MODULES.html.sh (func_all_modules): Remove reference to "utime".
3186
3187 2010-03-05  Simon Josefsson  <simon@josefsson.org>
3188
3189         * modules/exit (License): Relax license to LGPLv2+.
3190         (Status): Mark as obsolete.
3191         * NEWS: Mention deprecated 'exit' module.
3192         * doc/posix-functions/exit.texi: Recommend 'stdlib' module instead
3193         of now obsolete 'exit'.
3194
3195 2010-03-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3196
3197         fts-lgpl: remove unused module
3198         * modules/fts-lgpl: Remove.
3199         * MODULES.html.sh (func_all_modules): Adjust.
3200         * check-module (find_included_lib_files): Adjust.
3201         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove.
3202
3203 2010-03-02  Ben Walton  <bwalton@artsci.utoronto.ca>  (tiny change)
3204
3205         copy-acl: enhance Solaris ACL error handling
3206         * lib/copy-acl.c (qcopy_acl): Also ignore EOPNOTSUPP.
3207         * lib/set-mode-acl.c (qset_acl): Likewise.
3208
3209 2010-03-02  Bruno Haible  <bruno@clisp.org>
3210
3211         spawn: Don't override the system defined values on FreeBSD 8.
3212         * lib/spawn.in.h (POSIX_SPAWN_RESETIDS, POSIX_SPAWN_SETPGROUP,
3213         POSIX_SPAWN_SETSIGDEF, POSIX_SPAWN_SETSIGMASK,
3214         POSIX_SPAWN_SETSCHEDPARAM, POSIX_SPAWN_SETSCHEDULER): Don't redefine
3215         if HAVE_POSIX_SPAWN is 1.
3216         Reported by Johan van Selst <johans@stack.nl> via Eric Blake.
3217
3218 2010-03-01  Bruno Haible  <bruno@clisp.org>
3219
3220         * doc/gnulib-tool.texi (Initial import): Clarify the requirements
3221         regarding Automake.
3222
3223 2010-02-25  Bruno Haible  <bruno@clisp.org>
3224
3225         Fix breakage of gnulib-tool with ksh, introduced on 2010-02-21.
3226         * gnulib-tool: Define 'echo' as a function only before the ksh alias
3227         setting, not afterwards.
3228         Reported by Ben Walton <bwalton@artsci.utoronto.ca>.
3229
3230 2010-02-24  Eric Blake  <eblake@redhat.com>
3231
3232         bootstrap, git-version-gen: use timestamp
3233         * build-aux/git-version-gen (scriptversion): Force UTC.
3234         * build-aux/bootstrap (scriptversion): New variable.
3235
3236         bootstrap: allow older git
3237         * build-aux/bootstrap (GNULIB_SRCDIR): Add fallback if git is
3238         older than 1.6.4.  Requested by the libvirt project.
3239
3240 2010-02-23  Eric Blake  <eblake@redhat.com>
3241
3242         warn-on-use: work with old autoconf
3243         * m4/warn-on-use.m4 (gl_WARN_ON_USE_PREPARE): Accomodate older
3244         AS_VAR semantics of autoconf 2.60.
3245         Reported by Bruno Haible.
3246
3247         bootstrap: improve some comments
3248         * build-aux/bootstrap: Drop unneeded emacs hint.  Add some
3249         clarification comments.
3250
3251         gettimeofday: provide correct function
3252         * lib/gettimeofday.c (gettimeofday): Provide rpl_gettimeofday only
3253         when replacement is declared, otherwise provide gettimeofday.
3254         Reported by Michael Goffioul.
3255
3256 2010-02-23  Jim Meyering  <meyering@redhat.com>
3257
3258         lib-ignore: relax license to "unlimited", not LGPLv2+
3259         * modules/lib-ignore (License): Relax to "unlimited".
3260
3261 2010-02-23  Jim Meyering  <meyering@redhat.com>
3262
3263         lib-ignore: relax license to LGPLv2+
3264         * modules/lib-ignore (License): Relax to LGPLv2+.
3265
3266 2010-02-22  Eric Blake  <eblake@redhat.com>
3267
3268         lseek: avoid bash 3.2 broken pipe bug
3269         * m4/lseek.m4 (gl_FUNC_LSEEK): Drain pipe, to avoid spurious
3270         warning from bash 3.2.
3271         Reported by Ben Pfaff, with analysis from Bruno Haible.
3272
3273         bootstrap: support non-FSF copyright holder
3274         * build-aux/bootstrap (COPYRIGHT_HOLDER, with_gettext): Allow
3275         bootstrap.conf override of COPYRIGHT_HOLDER.
3276         (MSGID_BUGS_ADDRESS): Allow URL rather than email.
3277
3278         bootstrap: interoperate with gettext 0.14.1
3279         * build-aux/bootstrap (slurp): Fix typo when using older gettext.
3280
3281         bootstrap: allow for alternate submodule location
3282         * build-aux/bootstrap (gnulib_path): New variable; use instead of
3283         hardcoding submodule location.
3284         (gnulib_mk): Allow direct use of Makefile.am.
3285
3286         bootstrap: use GNULIB_SRCDIR to reduce disk usage
3287         * build-aux/bootstrap (GNULIB_SRCDIR): If set, use as a reference,
3288         rather than reconfiguring where the submodule points.
3289
3290         gettimeofday: restore support for platforms that lack function
3291         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Also compile
3292         replacement if function is missing.
3293         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_DEFAULTS): New witness.
3294         * modules/sys_time (Makefile.am): Substitute it.
3295         * lib/sys_time.in.h (gettimeofday): Check it.
3296         Reported by Michael Goffioul.
3297
3298 2010-02-21  Bruno Haible  <bruno@clisp.org>
3299
3300         * lib/stdio.in.h (obstack_printf): Fix typo.
3301
3302 2010-02-21  Jose E. Marchesi  <jemarch@gnu.org>
3303
3304         vc-list-files: use bzr ls's -R option
3305         * build-aux/vc-list-files: Invoke bazaar to generate a recursive
3306         list of versioned files based on 'dir' (usage of -R in 'bzr ls').
3307
3308 2010-02-21  Jim Meyering  <meyering@redhat.com>
3309
3310         init.sh: fix EXEEXT shims to work also for names like test-prog
3311         * tests/init.sh: Re-exec a better shell, when needed.
3312         If the current shell lacks support for posix $(...), an init.sh-using
3313         test will now try to find a shell that supports that.  If EXEEXT is
3314         nonempty, we also require support for hyphen-in-alias-name and shell
3315         substitutions like ${var#glob}.  Failure to find such a shell results
3316         in a skipped test.
3317
3318 2010-02-21  Bruno Haible  <bruno@clisp.org>
3319
3320         Really work around around "broken pipe" error message from bash 3.2.
3321         * gnulib-tool (func_reset_sigpipe): Remove function.
3322         (echo): In bash 3.2, define to a function that uses printf.
3323         Analyzed by Ralf Wildenhues, Chet Ramey, Ben Pfaff.
3324
3325 2010-02-20  Bruno Haible  <bruno@clisp.org>
3326
3327         Restore support for automake 1.9.6 with autoconf 2.61.
3328         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Ensure MKDIR_P is AC_SUBSTed.
3329         Reported by James Youngman <jay@gnu.org>.
3330
3331 2010-02-20  Bruno Haible  <bruno@clisp.org>
3332
3333         Improve *printf warning condition.
3334         * lib/stdio.in.h (fprintf, printf, vfprintf, vprintf): Emit warning
3335         also if GNULIB_POSIXCHECK is defined, the *-posix module is not used,
3336         and the function is overridden due to SIGPIPE emulation.
3337
3338 2010-02-20  Bruno Haible  <bruno@clisp.org>
3339
3340         * lib/stdio.in.h: Tweak comments.
3341
3342 2010-02-19  Bruno Haible  <bruno@clisp.org>
3343
3344         Make it easier to find modules. New gnulib-tool option '--find'.
3345         * gnulib-tool: New option --find.
3346         (func_usage): Document it.
3347         (func_sanitize_modulelist): New function, extracted from
3348         func_all_modules.
3349         (func_all_modules): Invoke it.
3350         * doc/gnulib-tool.texi (Which modules?): New node.
3351
3352 2010-02-18  Markus Duft <mduft@gentoo.org>  (tiny change)
3353
3354         * lib/sys_select.in.h: Provide select replacement even if
3355         sys/select.h exists on a system, for Interix.
3356
3357 2010-02-18  Jim Meyering  <meyering@redhat.com>
3358
3359         init.sh: don't use $(...) just yet
3360         * tests/init.sh (create_exe_shim_functions_): Use `...`, not $(...),
3361         to accommodate e.g., Solaris' /bin/sh.
3362
3363 2010-02-17  Bruno Haible  <bruno@clisp.org>
3364
3365         * doc/posix-headers/netdb.texi: Mention NetBSD 5.0 problem.
3366         Reported by Ludovic Courtès <ludo@gnu.org>.
3367
3368 2010-02-16  Simon Josefsson  <simon@josefsson.org>
3369
3370         * modules/userspec-tests (test_userspec_LDADD): Add variable, for
3371         linking with -lintl.
3372
3373 2010-02-17  Simon Josefsson  <simon@josefsson.org>
3374
3375         * lib/netdb.in.h (AI_V4MAPPED, AI_ALL, AI_ADDRCONFIG): Define to 0
3376         if not provided by the system's netdb.h.  Reported by
3377         ludo@gnu.org (Ludovic Courtès).
3378
3379 2010-02-15  Jim Meyering  <meyering@redhat.com>
3380
3381         init.sh: improve portability and efficiency
3382         * tests/init.sh (find_exe_basenames_): Remove unnecessary use of
3383         "dummy" in a for loop.
3384         Use '!', not '^' to select the complement of a character set used
3385         in a "case" statement.
3386         Use shell variable manipulation, a la ${...%.exe}, rather than sed.
3387         Suggestions from Eric Blake.
3388
3389         init.sh: automatically accommodate programs with the .exe suffix
3390         Automatically arrange for an invocation of "prog" to execute the
3391         program named "prog$EXEEXT" (usually prog.exe).  Thus, all invocations
3392         may use the simpler "prog", yet still work when built on a system
3393         that requires specifying the added suffix.
3394         Do this by constructing a function named "prog" that invokes
3395         "prog.exe" for each .exe file in selected directories.
3396         * tests/init.sh (find_exe_basenames_): New function.
3397         (create_exe_shim_functions_): New function.
3398         (path_prepend_): Use it.
3399
3400         maint.mk: mark syntax-check sc_*.m rules as .PHONY
3401         * top/maint.mk ($(syntax-check-rules)): Add .PHONY, so that
3402         "make -t syntax-check" doesn't create a ton of sc_*.m files.
3403
3404 2010-02-14  Jim Meyering  <meyering@redhat.com>
3405
3406         maint.mk: prohibit inclusion of "hash-pjw.h" without_use
3407         * top/maint.mk (sc_prohibit_hash_without_use): Re-add "@".
3408         (sc_prohibit_hash_pjw_without_use): New rule.
3409
3410         maint.mk: allow the default upload destination dir to be overridden
3411         * top/maint.mk (upload_dest_dir_): Define with a default that
3412         preserves the status quo.
3413         (emit_upload_commands): Use it, rather than hard-coding $(PACKAGE).
3414         Reported by Peter Simons.
3415
3416         maint.mk: prohibit inclusion of "hash.h" without_use
3417         * top/maint.mk (sc_prohibit_hash_without_use): New rule.
3418
3419 2010-02-10  Jim Meyering  <meyering@redhat.com>
3420
3421         maint.mk: prohibit inclusion of "ignore-value.h" without_use
3422         * top/maint.mk (sc_prohibit_ignore_value_without_use): New rule.
3423
3424 2010-02-09  Eric Blake  <ebb9@byu.net>
3425         and Bruno Haible  <bruno@clisp.org>
3426
3427         obstack-printf-posix: ensure declaration
3428         * m4/obstack-printf.m4 (gl_DECL_OBSTACK_PRINTF): New macro,
3429         extracted from gl_FUNC_OBSTACK_PRINTF.
3430         (gl_FUNC_OBSTACK_PRINTF): Invoke it.
3431         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
3432         Likewise.
3433         * lib/stdio.in.h (obstack_printf, obstack_vprintf): Declare also
3434         if GNULIB_OBSTACK_PRINTF_POSIX is 1 and GNULIB_OBSTACK_PRINTF is
3435         0.
3436
3437 2010-02-08  Bruno Haible  <bruno@clisp.org>
3438
3439         gnulib-tool: Fix typo in 2010-02-07 commit.
3440         * gnulib-tool (func_get_dependencies): Fix typo in last commit.
3441         Reported by Eric Blake.
3442
3443 2010-02-07  Bruno Haible  <bruno@clisp.org>
3444
3445         gnulib-tool: Fix up caching patches.
3446         * gnulib-tool: New options --cache-modules, --no-cache-modules. Remove
3447         option --no-cache. Use associative arrays when supported by the shell.
3448         (sed_comments): New variable.
3449         (modcache): Renamed from do_cache.
3450         (sed_extract_field_header): Renamed from sed_extract_cache_prog. Don't
3451         abbreviate unnecessarily.
3452         (have_associative): New variable.
3453         (func_cache_var): Define correctly for bash 1.x. Define in an optimized
3454         way also for ksh and zsh.
3455         (func_init_sed_convert_to_cache_statements): New function, extracted
3456         from func_cache_lookup_module. Add support for associative arrays.
3457         Don't set the c_MODULE_cached variable here. Ignore all lines before
3458         the first field header. Remove only the final newline, not all trailing
3459         newlines. Support empty fields correctly. Limit the use of 'eval' to
3460         assignments.
3461         (func_get_description, func_get_status, func_get_notice,
3462         func_get_applicability, func_get_filelist, func_get_dependencies,
3463         func_get_autoconf_early_snippet, func_get_autoconf_snippet,
3464         func_get_automake_snippet, func_get_include_directive,
3465         func_get_link_directive, func_get_license, func_get_maintainer):
3466         Update documentation. List the unoptimized code first. Add support for
3467         associative arrays. Limit the use of 'eval' to assignments.
3468         (func_get_applicability): Undo stylistic pessimisations.
3469         (func_get_automake_snippet, func_get_include_directive): Reduce code
3470         duplication.
3471         (func_modules_transitive_closure, func_modules_add_dummy,
3472         func_modules_notice, func_modules_to_filelist, func_add_file,
3473         func_update_file, func_emit_lib_Makefile_am, func_emit_po_Makevars,
3474         func_emit_po_POTFILES_in, func_emit_tests_Makefile_am, func_import,
3475         func_create_testdir, func_create_megatestdir): Update documentation.
3476
3477 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3478
3479         * gnulib-tool (func_cache_lookup_module): Store the module name
3480         belonging to the cache variable; error out if two different
3481         module names map to the same cache variable name.
3482
3483 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3484
3485         gnulib-tool: Make caching optional.
3486         * gnulib-tool: Accept option --no-cache, turning off $do_cache.
3487         Update matching short versions of --no-changelog.
3488         (func_usage): Update.
3489         (sed_extract_cache_prog): Renamed from ...
3490         (sed_extract_prog): ... this; revert to old extraction script.
3491         (func_get_description, func_get_status)
3492         (func_get_notice, func_get_applicability, func_get_filelist)
3493         (func_get_dependencies, func_get_autoconf_early_snippet)
3494         (func_get_autoconf_snippet, func_get_automake_snippet)
3495         (func_get_include_directive, func_get_link_directive)
3496         (func_get_license, func_get_maintainer): If $do_cache is false,
3497         use old, non-caching extraction scripts.
3498         Suggestion by Bruno Haible.
3499
3500 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3501
3502         gnulib-tool: cache module metainformation.
3503         * gnulib-tool (sed_extract_prog): Match newline before each
3504         header, and rewrite header to a shell variable suffix.
3505         (func_cache_var, func_cache_lookup_module): New functions,
3506         to turn a module name into a cache variable prefix, and to
3507         look up and cache module metainformation.
3508         (func_get_description, func_get_status)
3509         (func_get_notice, func_get_applicability, func_get_filelist)
3510         (func_get_dependencies, func_get_autoconf_early_snippet)
3511         (func_get_autoconf_snippet, func_get_automake_snippet)
3512         (func_get_include_directive, func_get_link_directive)
3513         (func_get_license, func_get_maintainer): Use
3514         func_cache_lookup_module.
3515
3516 2010-02-07  Bruno Haible  <bruno@clisp.org>
3517
3518         fnctl: Fix missing dependency.
3519         * modules/fcntl (Depends-on): Add getdtablesize.
3520         Reported by John W. Eaton <jwe@gnu.org>.
3521
3522 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
3523
3524         Argp: fix recognition of short alias options.
3525
3526         * lib/argp-parse.c (convert_options): Fix improper use of
3527         `|' between character values.
3528         * tests/test-argp.c (group1_option): New alias option
3529         --read (-r).
3530         (group1_parser): Special handling for 'r'.
3531         (test15): New test case.
3532         (test_fun): Add test15.
3533         * tests/test-argp-2.sh: Update expected --help and --usage
3534         outputs.
3535
3536 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
3537
3538         * tests/test-argp.c: Fix indentation.
3539
3540 2010-02-04  Eric Blake  <ebb9@byu.net>
3541
3542         gettimeofday: expose type of second argument
3543         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Do better detection
3544         of glibc extension signature, and define GETTIMEOFDAY_TIMEZONE.
3545         * tests/test-gettimeofday.c: Use it to silence warning.
3546         * doc/posix-functions/gettimeofday.texi (gettimeofday): Document
3547         the issue.
3548
3549 2010-02-03  Jim Meyering  <meyering@redhat.com>
3550
3551         regcomp.c: avoid the sole warning from gcc's -Wtype-limits
3552         * lib/regcomp.c (TYPE_SIGNED): Define.
3553         (parse_dup_op): Use it to avoid the sole warning from -Wtype-limits.
3554
3555         regcomp.c: avoid a new -Wshadow warning
3556         * lib/regcomp.c (create_initial_state): Do not shadow local "err".
3557
3558 2010-02-01  Jim Meyering  <meyering@redhat.com>
3559
3560         removing useless parentheses in cpp #define directives
3561         For motivation, see commit c0221df4, "define STREQ(a,b)
3562         consistently, removing useless parentheses"
3563         * lib/memcmp.c (CMP_LT_OR_GT): Remove useless parentheses.
3564         * lib/mountlist.c (MNT_IGNORE): Likewise.
3565         * lib/trim.h (trim, trim_trailing, trim_leading): Likewise.
3566
3567 2010-02-01  Eric Blake  <ebb9@byu.net>
3568
3569         sys_time: use link-warning
3570         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Split defaults...
3571         (gl_HEADER_SYS_TIME_H_DEFAULTS): ...into new macro.
3572         (gl_SYS_TIME_MODULE_INDICATOR): New macro.
3573         * modules/sys_time (Depends-on): Add warn-on-use.
3574         (Makefile.am): Always build replacement.
3575         (configure.ac): Update substitutions.
3576         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY)
3577         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Include defaults, and no longer
3578         bother with SYS_TIME_H.
3579         * modules/gettimeofday (configure.ac): Declare indicator.
3580         * lib/sys_time.in.h (gettimeofday): Warn if gnulib module is not
3581         in use.
3582
3583         closein-tests: silence compiler warning
3584         * tests/test-closein.c (main): Ignore fread result.
3585         * modules/closein-tests (Depends-on): Add ignore-value.
3586
3587         tests: silence warning about system return
3588         * tests/test-areadlink-with-size.c (main): Ignore system result.
3589         * tests/test-areadlink.c (main): Likewise.
3590         * tests/test-areadlinkat-with-size.c (main): Likewise.
3591         * tests/test-areadlinkat.c (main): Likewise.
3592         * tests/test-canonicalize-lgpl.c (main): Likewise.
3593         * tests/test-canonicalize.c (main): Likewise.
3594         * tests/test-chown.c (main): Likewise.
3595         * tests/test-fchownat.c (main): Likewise.
3596         * tests/test-fdutimensat.c (main): Likewise.
3597         * tests/test-fstatat.c (main): Likewise.
3598         * tests/test-futimens.c (main): Likewise.
3599         * tests/test-lchown.c (main): Likewise.
3600         * tests/test-link.c (main): Likewise.
3601         * tests/test-linkat.c (main): Likewise.
3602         * tests/test-lstat.c (main): Likewise.
3603         * tests/test-mkdir.c (main): Likewise.
3604         * tests/test-mkdirat.c (main): Likewise.
3605         * tests/test-mkfifo.c (main): Likewise.
3606         * tests/test-mkfifoat.c (main): Likewise.
3607         * tests/test-mknod.c (main): Likewise.
3608         * tests/test-readlink.c (main): Likewise.
3609         * tests/test-remove.c (main): Likewise.
3610         * tests/test-rename.c (main): Likewise.
3611         * tests/test-renameat.c (main): Likewise.
3612         * tests/test-rmdir.c (main): Likewise.
3613         * tests/test-symlink.c (main): Likewise.
3614         * tests/test-symlinkat.c (main): Likewise.
3615         * tests/test-unlink.c (main): Likewise.
3616         * tests/test-unlinkat.c (main): Likewise.
3617         * tests/test-utimens.c (main): Likewise.
3618         * tests/test-utimensat.c (main): Likewise.
3619         * modules/areadlink-tests (Depends-on): Add ignore-value.
3620         * modules/areadlink-with-size-tests (Depends-on): Likewise.
3621         * modules/areadlinkat-tests (Depends-on): Likewise.
3622         * modules/areadlinkat-with-size-tests (Depends-on): Likewise.
3623         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
3624         * modules/canonicalize-tests (Depends-on): Likewise.
3625         * modules/chown-tests (Depends-on): Likewise.
3626         * modules/fdutimensat-tests (Depends-on): Likewise.
3627         * modules/futimens-tests (Depends-on): Likewise.
3628         * modules/lchown-tests (Depends-on): Likewise.
3629         * modules/link-tests (Depends-on): Likewise.
3630         * modules/linkat-tests (Depends-on): Likewise.
3631         * modules/lstat-tests (Depends-on): Likewise.
3632         * modules/mkdir-tests (Depends-on): Likewise.
3633         * modules/mkfifo-tests (Depends-on): Likewise.
3634         * modules/mkfifoat-tests (Depends-on): Likewise.
3635         * modules/mknod-tests (Depends-on): Likewise.
3636         * modules/openat-tests (Depends-on): Likewise.
3637         * modules/readlink-tests (Depends-on): Likewise.
3638         * modules/remove-tests (Depends-on): Likewise.
3639         * modules/rename-tests (Depends-on): Likewise.
3640         * modules/renameat-tests (Depends-on): Likewise.
3641         * modules/rmdir-tests (Depends-on): Likewise.
3642         * modules/symlink-tests (Depends-on): Likewise.
3643         * modules/symlinkat-tests (Depends-on): Likewise.
3644         * modules/unlink-tests (Depends-on): Likewise.
3645         * modules/utimens-tests (Depends-on): Likewise.
3646         * modules/utimensat-tests (Depends-on): Likewise.
3647
3648 2010-01-31  Bruno Haible  <bruno@clisp.org>
3649
3650         Perform the same test for many <math.h> functions.
3651         * m4/mathfunc.m4 (gl_COMMON_DOUBLE_MATHFUNC,
3652         gl_COMMON_DOUBLE_MATHFUNC_TEST): New macros.
3653         * m4/sqrt.m4 (gl_FUNC_SQRT): Invoke gl_COMMON_DOUBLE_MATHFUNC instead
3654         of gl_MATHFUNC.
3655         * modules/acos (configure.ac): Likewise.
3656         * modules/asin (configure.ac): Likewise.
3657         * modules/atan (configure.ac): Likewise.
3658         * modules/atan2 (configure.ac): Likewise.
3659         * modules/cbrt (configure.ac): Likewise.
3660         * modules/copysign (configure.ac): Likewise.
3661         * modules/cos (configure.ac): Likewise.
3662         * modules/cosh (configure.ac): Likewise.
3663         * modules/erf (configure.ac): Likewise.
3664         * modules/erfc (configure.ac): Likewise.
3665         * modules/exp (configure.ac): Likewise.
3666         * modules/fmod (configure.ac): Likewise.
3667         * modules/hypot (configure.ac): Likewise.
3668         * modules/j0 (configure.ac): Likewise.
3669         * modules/j1 (configure.ac): Likewise.
3670         * modules/jn (configure.ac): Likewise.
3671         * modules/lgamma (configure.ac): Likewise.
3672         * modules/log (configure.ac): Likewise.
3673         * modules/log10 (configure.ac): Likewise.
3674         * modules/log1p (configure.ac): Likewise.
3675         * modules/pow (configure.ac): Likewise.
3676         * modules/remainder (configure.ac): Likewise.
3677         * modules/sin (configure.ac): Likewise.
3678         * modules/sinh (configure.ac): Likewise.
3679         * modules/tan (configure.ac): Likewise.
3680         * modules/tanh (configure.ac): Likewise.
3681         * modules/y0 (configure.ac): Likewise.
3682         * modules/y1 (configure.ac): Likewise.
3683         * modules/yn (configure.ac): Likewise.
3684         Suggested by Paolo Bonzini.
3685
3686 2010-01-31  Bruno Haible  <bruno@clisp.org>
3687
3688         * m4/getline.m4 (gl_FUNC_GETLINE): Add comment about REPLACE_GETLINE.
3689
3690 2010-01-31  Bruno Haible  <bruno@clisp.org>
3691
3692         Work around getdelim() bug on FreeBSD 8.0.
3693         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Test whether getdelim supports an
3694         initially NULL line. Set REPLACE_GETDELIM if getdelim exists but does
3695         not work.
3696         * lib/stdio.in.h (getdelim): Define as an alias if REPLACE_GETDELIM
3697         is 1.
3698         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize REPLACE_GETDELIM.
3699         * modules/stdio (Makefile.am): Also substitute REPLACE_GETDELIM.
3700         * tests/test-getdelim.c (main): Also test result for a NULL buffer and
3701         a non-zero size.
3702         * doc/posix-functions/getdelim.texi: Mention the FreeBSD bug.
3703
3704 2010-01-31  Bruno Haible  <bruno@clisp.org>
3705
3706         Work around getline() bug on FreeBSD 8.0.
3707         * m4/getline.m4 (gl_FUNC_GETLINE): Also test result for a NULL buffer
3708         and a non-zero size.
3709         * tests/test-getline.c (main): Likewise.
3710         * doc/posix-functions/getline.texi: Mention the FreeBSD bug.
3711         Reported by Dennis <noordsij@cs.helsinki.fi> via Eric Blake.
3712
3713 2010-01-28  Eric Blake  <ebb9@byu.net>
3714
3715         regex: fix build failure
3716         * lib/regex_internal.h (__GNUC_PREREQ): Define for non-glibc
3717         platforms.
3718
3719 2010-01-28  Jim Meyering  <meyering@redhat.com>
3720
3721         regex: do not ignore memory allocation failure
3722         * lib/regex_internal.c (create_cd_newstate): Detect
3723         re_node_set_init_copy failure.   Extracted from glibc commit
3724         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
3725
3726         regex: sync more white-space changes from libc
3727         * lib/regex_internal.c: White-space only changes.
3728         * lib/regexec.c: Likewise.
3729
3730         regex: add many uses of __attribute_warn_unused_result__
3731         * lib/regex_internal.c: Use __attribute_warn_unused_result__.
3732         * lib/regexec.c: Likewise.
3733         Extracted from a messy glibc commit.
3734
3735         regcomp.c: spelling and merge-artifact from glibc
3736         * lib/regcomp.c: Merge remainder of glibc's
3737         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
3738
3739         regcomp.c: sync white-space changes from glibc
3740         * lib/regcomp.c: Merge to accommodate white space
3741         changes from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
3742
3743         regcomp.c: do not ignore internal return values
3744         * lib/regcomp.c: Do not ignore internal return values.
3745         This is from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c,
3746         but without its white-space changes and spelling fixes.
3747
3748         regex_internal.h: define __attribute_warn_unused_result__
3749         * lib/regex_internal.h (__attribute_warn_unused_result__): Define.
3750
3751         maint: add a syntax-check rule to check for vulnerable Makefile.in
3752         * top/maint.mk (sc_vulnerable_makefile_CVE-2009-4029): New rule.
3753
3754 2010-01-27  Jim Meyering  <meyering@redhat.com>
3755
3756         ncftpput-ftp: clean up spaces
3757         * build-aux/ncftpput-ftp: Make Copyright line consistent.
3758         Remove trailing blanks.
3759
3760 2010-01-27  Simon Josefsson  <simon@josefsson.org>
3761
3762         * build-aux/git-version-gen: Fix copyright statement.
3763         * build-aux/gnupload: Likewise.
3764         * tests/test-arcfour.c: Likewise.
3765         * tests/test-arctwo.c: Likewise.
3766         * tests/test-count-one-bits.c: Likewise.
3767         * tests/test-crc.c: Likewise.
3768         * tests/test-des.c: Likewise.
3769         * tests/test-gc-arcfour.c: Likewise.
3770         * tests/test-gc-arctwo.c: Likewise.
3771         * tests/test-gc-des.c: Likewise.
3772         * tests/test-gc-hmac-md5.c: Likewise.
3773         * tests/test-gc-hmac-sha1.c: Likewise.
3774         * tests/test-gc-md2.c: Likewise.
3775         * tests/test-gc-md4.c: Likewise.
3776         * tests/test-gc-md5.c: Likewise.
3777         * tests/test-gc-pbkdf2-sha1.c: Likewise.
3778         * tests/test-gc-rijndael.c: Likewise.
3779         * tests/test-gc-sha1.c: Likewise.
3780         * tests/test-gc.c: Likewise.
3781         * tests/test-gethostname.c: Likewise.
3782         * tests/test-gettimeofday.c: Likewise.
3783         * tests/test-hash.c: Likewise.
3784         * tests/test-hmac-md5.c: Likewise.
3785         * tests/test-hmac-sha1.c: Likewise.
3786         * tests/test-md2.c: Likewise.
3787         * tests/test-md4.c: Likewise.
3788         * tests/test-md5.c: Likewise.
3789         * tests/test-memchr.c: Likewise.
3790         * tests/test-memchr2.c: Likewise.
3791         * tests/test-memcmp.c: Likewise.
3792         * tests/test-memmem.c: Likewise.
3793         * tests/test-memrchr.c: Likewise.
3794         * tests/test-rawmemchr.c: Likewise.
3795         * tests/test-read-file.c: Likewise.
3796         * tests/test-rijndael.c: Likewise.
3797         * tests/test-sockets.c: Likewise.
3798         * tests/test-strchrnul.c: Likewise.
3799         * tests/test-strstr.c: Likewise.
3800         * tests/test-strtod.c: Likewise.
3801         * build-aux/ncftpput-ftp: Likewise.
3802
3803 2010-01-26  Eric Blake  <ebb9@byu.net>
3804
3805         ignore-value: update recommended header name
3806         * modules/ignore-value (Include): Only use <> for headers that
3807         exist in glibc.
3808
3809 2010-01-26  Jim Meyering  <meyering@redhat.com>
3810
3811         test-userspec.c: avoid compiler warnings
3812         * tests/test-userspec.c (main): Avoid shadowing ("uid"),
3813         and "initialization discards qualifiers..." warnings.
3814         Put the first "uid" in its own scope, and make char* members "const".
3815
3816 2010-01-25  Bruno Haible  <bruno@clisp.org>
3817
3818         gnulib-tool: Make warning diagnostics consistent.
3819         * gnulib-tool (func_warning): New function.
3820         Use it everywhere where gnulib-tool produces output to stderr and it is
3821         not a fatal error.
3822
3823 2010-01-25  Bruno Haible  <bruno@clisp.org>
3824
3825         Fix test dependencies.
3826         * modules/xstrtol-tests (Depends-on): Add inttypes.
3827         * modules/xstrtoll-tests (Depends-on): Likewise. Remove xstrtoll.
3828
3829 2010-01-25 Pádraig Brady <P@draigBrady.com>
3830
3831         syntax-check: detect incorrect boolean macro values in config.h
3832         * modules/maintainer-makefile (configure.ac): Parameterize the location
3833         of config.h which will be available to makefiles as $(CONFIG_INCLUDE).
3834         The logic is from Eric Blake and the location indicated by Jim Meyering.
3835         Note the more natural CONFIG_HEADER name is prohibited by automake
3836         for backwards compatibility reasons.
3837         * top/maint.mk (sc_Wundef_boolean): New rule.
3838
3839 2010-01-25  Jim Meyering  <meyering@redhat.com>
3840
3841         bootstrap: detect MacOS 10.6's shasum, too
3842         * build-aux/bootstrap: Also recognize MacOS 10.6's shasum.
3843         Suggested by Thomas Treichl <Thomas.Treichl@gmx.net>.
3844
3845 2010-01-23  Jim Meyering  <meyering@redhat.com>
3846
3847         xstrtoll: new module
3848         * modules/xstrtoll: New file.
3849         * MODULES.html.sh (Numeric conversion functions): Add xstrtoll.
3850         * lib/xstrtol.h [HAVE_LONG_LONG_INT]: Declare xstrtoll and xstrtoull.
3851         * lib/xstrtoll.c, lib/xstrtoull.c: New files.
3852         ./configure fails if you use this module and lack "long long".
3853         * modules/xstrtoll-tests: New module.
3854         * tests/test-xstrtoll.c, tests/test-xstrtoull.c: New files.
3855         * tests/test-xstrtoll.sh: Like test-xstrtol.c, but use the
3856         new init.sh-based test framework.
3857
3858 2010-01-24  Bruno Haible  <bruno@clisp.org>
3859
3860         Tests for module 'yn'.
3861         * modules/yn-tests: New file.
3862         * tests/test-yn.c: New file.
3863
3864         Tests for module 'y1'.
3865         * modules/y1-tests: New file.
3866         * tests/test-y1.c: New file.
3867
3868         Tests for module 'y0'.
3869         * modules/y0-tests: New file.
3870         * tests/test-y0.c: New file.
3871
3872         Tests for module 'tanh'.
3873         * modules/tanh-tests: New file.
3874         * tests/test-tanh.c: New file.
3875
3876         Tests for module 'tan'.
3877         * modules/tan-tests: New file.
3878         * tests/test-tan.c: New file.
3879
3880         Tests for module 'sqrt'.
3881         * modules/sqrt-tests: New file.
3882         * tests/test-sqrt.c: New file.
3883
3884         Tests for module 'sinh'.
3885         * modules/sinh-tests: New file.
3886         * tests/test-sinh.c: New file.
3887
3888         Tests for module 'sin'.
3889         * modules/sin-tests: New file.
3890         * tests/test-sin.c: New file.
3891
3892         Tests for module 'rint'.
3893         * modules/rint-tests: New file.
3894         * tests/test-rint.c: New file.
3895
3896         Tests for module 'remainder'.
3897         * modules/remainder-tests: New file.
3898         * tests/test-remainder.c: New file.
3899
3900         Tests for module 'pow'.
3901         * modules/pow-tests: New file.
3902         * tests/test-pow.c: New file.
3903
3904         Tests for module 'nextafter'.
3905         * modules/nextafter-tests: New file.
3906         * tests/test-nextafter.c: New file.
3907
3908         Tests for module 'modf'.
3909         * modules/modf-tests: New file.
3910         * tests/test-modf.c: New file.
3911
3912         Tests for module 'logb'.
3913         * modules/logb-tests: New file.
3914         * tests/test-logb.c: New file.
3915
3916         Tests for module 'log1p'.
3917         * modules/log1p-tests: New file.
3918         * tests/test-log1p.c: New file.
3919
3920         Tests for module 'log10'.
3921         * modules/log10-tests: New file.
3922         * tests/test-log10.c: New file.
3923
3924         Tests for module 'log'.
3925         * modules/log-tests: New file.
3926         * tests/test-log.c: New file.
3927
3928         Tests for module 'lgamma'.
3929         * modules/lgamma-tests: New file.
3930         * tests/test-lgamma.c: New file.
3931
3932         Tests for module 'ldexp'.
3933         * modules/ldexp-tests: New file.
3934         * tests/test-ldexp.c: New file.
3935
3936         Tests for module 'jn'.
3937         * modules/jn-tests: New file.
3938         * tests/test-jn.c: New file.
3939
3940         Tests for module 'j1'.
3941         * modules/j1-tests: New file.
3942         * tests/test-j1.c: New file.
3943
3944         Tests for module 'j0'.
3945         * modules/j0-tests: New file.
3946         * tests/test-j0.c: New file.
3947
3948         Tests for module 'hypot'.
3949         * modules/hypot-tests: New file.
3950         * tests/test-hypot.c: New file.
3951
3952         Tests for module 'fmod'.
3953         * modules/fmod-tests: New file.
3954         * tests/test-fmod.c: New file.
3955
3956         Tests for module 'fabs'.
3957         * modules/fabs-tests: New file.
3958         * tests/test-fabs.c: New file.
3959
3960         Tests for module 'exp'.
3961         * modules/exp-tests: New file.
3962         * tests/test-exp.c: New file.
3963
3964         Tests for module 'erfc'.
3965         * modules/erfc-tests: New file.
3966         * tests/test-erfc.c: New file.
3967
3968         Tests for module 'erf'.
3969         * modules/erf-tests: New file.
3970         * tests/test-erf.c: New file.
3971
3972         Tests for module 'cosh'.
3973         * modules/cosh-tests: New file.
3974         * tests/test-cosh.c: New file.
3975
3976         Tests for module 'cos'.
3977         * modules/cos-tests: New file.
3978         * tests/test-cos.c: New file.
3979
3980         Tests for module 'copysign'.
3981         * modules/copysign-tests: New file.
3982         * tests/test-copysign.c: New file.
3983
3984         Tests for module 'cbrt'.
3985         * modules/cbrt-tests: New file.
3986         * tests/test-cbrt.c: New file.
3987
3988         Tests for module 'atan2'.
3989         * modules/atan2-tests: New file.
3990         * tests/test-atan2.c: New file.
3991
3992         Tests for module 'atan'.
3993         * modules/atan-tests: New file.
3994         * tests/test-atan.c: New file.
3995
3996         Tests for module 'asin'.
3997         * modules/asin-tests: New file.
3998         * tests/test-asin.c: New file.
3999
4000         Tests for module 'acos'.
4001         * modules/acos-tests: New file.
4002         * tests/test-acos.c: New file.
4003
4004 2010-01-24  Bruno Haible  <bruno@clisp.org>
4005
4006         Fix tests for common <math.h> functions.
4007         * m4/mathfunc.m4 (gl_MATHFUNC): Take two additional parameters. Use a
4008         code snippet that references the function pointer, rather than merely
4009         calling the function. Substitute the FUNC_LIBM variable.
4010         * m4/sqrt.m4 (gl_FUNC_SQRT): Update gl_MATHFUNC invocation.
4011         * modules/acos (configure.ac): Likewise.
4012         * modules/asin (configure.ac): Likewise.
4013         * modules/atan (configure.ac): Likewise.
4014         * modules/atan2 (configure.ac): Likewise.
4015         * modules/cbrt (configure.ac): Likewise.
4016         * modules/copysign (configure.ac): Likewise.
4017         * modules/cos (configure.ac): Likewise.
4018         * modules/cosh (configure.ac): Likewise.
4019         * modules/erf (configure.ac): Likewise.
4020         * modules/erfc (configure.ac): Likewise.
4021         * modules/exp (configure.ac): Likewise.
4022         * modules/fabs (configure.ac): Likewise.
4023         * modules/fmod (configure.ac): Likewise.
4024         * modules/hypot (configure.ac): Likewise.
4025         * modules/j0 (configure.ac): Likewise.
4026         * modules/j1 (configure.ac): Likewise.
4027         * modules/jn (configure.ac): Likewise.
4028         * modules/ldexp (configure.ac): Likewise.
4029         * modules/lgamma (configure.ac): Likewise.
4030         * modules/log (configure.ac): Likewise.
4031         * modules/log10 (configure.ac): Likewise.
4032         * modules/log1p (configure.ac): Likewise.
4033         * modules/logb (configure.ac): Likewise.
4034         * modules/modf (configure.ac): Likewise.
4035         * modules/nextafter (configure.ac): Likewise.
4036         * modules/pow (configure.ac): Likewise.
4037         * modules/remainder (configure.ac): Likewise.
4038         * modules/rint (configure.ac): Likewise.
4039         * modules/sin (configure.ac): Likewise.
4040         * modules/sinh (configure.ac): Likewise.
4041         * modules/tan (configure.ac): Likewise.
4042         * modules/tanh (configure.ac): Likewise.
4043         * modules/y0 (configure.ac): Likewise.
4044         * modules/y1 (configure.ac): Likewise.
4045         * modules/yn (configure.ac): Likewise.
4046
4047 2010-01-24  Bruno Haible  <bruno@clisp.org>
4048
4049         Tests: Defeat inlining of math functions by GCC >= 4.3.0.
4050         * tests/test-acosl.c (x): New variable.
4051         (main): Store argument in x and fetch it from x.
4052         * tests/test-asinl.c (x): New variable.
4053         (main): Store argument in x and fetch it from x.
4054         * tests/test-atanl.c (x): New variable.
4055         (main): Store argument in x and fetch it from x.
4056         * tests/test-cosl.c (x): New variable.
4057         (main): Store argument in x and fetch it from x.
4058         * tests/test-expl.c (x): New variable.
4059         (main): Store argument in x and fetch it from x.
4060         * tests/test-logl.c (x): New variable.
4061         (main): Store argument in x and fetch it from x.
4062         * tests/test-sinl.c (x): New variable.
4063         (main): Store argument in x and fetch it from x.
4064         * tests/test-sqrtl.c (x): New variable.
4065         (main): Store argument in x and fetch it from x.
4066         * tests/test-tanl.c (x): New variable.
4067         (main): Store argument in x and fetch it from x.
4068
4069 2010-01-24  Bruno Haible  <bruno@clisp.org>
4070
4071         Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
4072         * gnulib-tool (func_emit_tests_Makefile_am): Add EXEEXT and srcdir
4073         assignments to the initial TESTS_ENVIRONMENT.
4074         * doc/gnulib.texi (Unit test modules): Document it.
4075         * modules/acl-tests (Makefile.am): Drop EXEEXT assignment from
4076         TESTS_ENVIRONMENT.
4077         * modules/btowc-tests (Makefile.am): Likewise.
4078         * modules/c-stack-tests (Makefile.am): Likewise.
4079         * modules/c-strcase-tests (Makefile.am): Likewise.
4080         * modules/copy-file-tests (Makefile.am): Likewise.
4081         * modules/mbmemcasecmp-tests (Makefile.am): Likewise.
4082         * modules/mbmemcasecoll-tests (Makefile.am): Likewise.
4083         * modules/mbrtowc-tests (Makefile.am): Likewise.
4084         * modules/mbscasecmp-tests (Makefile.am): Likewise.
4085         * modules/mbscasestr-tests (Makefile.am): Likewise.
4086         * modules/mbschr-tests (Makefile.am): Likewise.
4087         * modules/mbscspn-tests (Makefile.am): Likewise.
4088         * modules/mbsinit-tests (Makefile.am): Likewise.
4089         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
4090         * modules/mbsnrtowcs-tests (Makefile.am): Likewise.
4091         * modules/mbspbrk-tests (Makefile.am): Likewise.
4092         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
4093         * modules/mbsrchr-tests (Makefile.am): Likewise.
4094         * modules/mbsrtowcs-tests (Makefile.am): Likewise.
4095         * modules/mbsspn-tests (Makefile.am): Likewise.
4096         * modules/mbsstr-tests (Makefile.am): Likewise.
4097         * modules/nl_langinfo-tests (Makefile.am): Likewise.
4098         * modules/unicase/locale-language-tests (Makefile.am): Likewise.
4099         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
4100         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
4101         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
4102         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
4103         * modules/uniwbrk/ulc-wordbreaks-tests (Makefile.am): Likewise.
4104         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
4105         * modules/wcrtomb-tests (Makefile.am): Likewise.
4106         * modules/wcsnrtombs-tests (Makefile.am): Likewise.
4107         * modules/wcsrtombs-tests (Makefile.am): Likewise.
4108         * modules/quotearg-tests (Makefile.am): Drop EXEEXT and srcdir
4109         assignments from TESTS_ENVIRONMENT.
4110         * modules/argp-tests (Makefile.am): Drop TESTS_ENVIRONMENT
4111         augmentation.
4112         * modules/argp-version-etc-tests (Makefile.am): Likewise.
4113         * modules/atexit-tests (Makefile.am): Likewise.
4114         * modules/binary-io-tests (Makefile.am): Likewise.
4115         * modules/closein-tests (Makefile.am): Likewise.
4116         * modules/dprintf-posix-tests (Makefile.am): Likewise.
4117         * modules/exclude-tests (Makefile.am): Likewise.
4118         * modules/fflush-tests (Makefile.am): Likewise.
4119         * modules/fpending-tests (Makefile.am): Likewise.
4120         * modules/fprintf-posix-tests (Makefile.am): Likewise.
4121         * modules/freadahead-tests (Makefile.am): Likewise.
4122         * modules/freadptr-tests (Makefile.am): Likewise.
4123         * modules/freadseek-tests (Makefile.am): Likewise.
4124         * modules/fseek-tests (Makefile.am): Likewise.
4125         * modules/fseeko-tests (Makefile.am): Likewise.
4126         * modules/ftell-tests (Makefile.am): Likewise.
4127         * modules/ftello-tests (Makefile.am): Likewise.
4128         * modules/idpriv-drop-tests (Makefile.am): Likewise.
4129         * modules/idpriv-droptemp-tests (Makefile.am): Likewise.
4130         * modules/lseek-tests (Makefile.am): Likewise.
4131         * modules/parse-duration-tests (Makefile.am): Likewise.
4132         * modules/perror-tests (Makefile.am): Likewise.
4133         * modules/pipe-filter-gi-tests (Makefile.am): Likewise.
4134         * modules/pipe-filter-ii-tests (Makefile.am): Likewise.
4135         * modules/pipe-tests (Makefile.am): Likewise.
4136         * modules/pread-tests (Makefile.am): Likewise.
4137         * modules/printf-posix-tests (Makefile.am): Likewise.
4138         * modules/select-tests (Makefile.am): Likewise.
4139         * modules/sigpipe-tests (Makefile.am): Likewise.
4140         * modules/tsearch-tests (Makefile.am): Likewise.
4141         * modules/unicase/ulc-casecmp-tests (Makefile.am): Likewise.
4142         * modules/unicase/ulc-casecoll-tests (Makefile.am): Likewise.
4143         * modules/uniname/uniname-tests (Makefile.am): Likewise.
4144         * modules/uniwidth/width-tests (Makefile.am): Likewise.
4145         * modules/vdprintf-posix-tests (Makefile.am): Likewise.
4146         * modules/version-etc-tests (Makefile.am): Likewise.
4147         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
4148         * modules/vprintf-posix-tests (Makefile.am): Likewise.
4149         * modules/xalloc-die-tests (Makefile.am): Likewise.
4150         * modules/xprintf-posix-tests (Makefile.am): Likewise.
4151         * modules/xstrtoimax-tests (Makefile.am): Likewise.
4152         * modules/xstrtol-tests (Makefile.am): Likewise.
4153         * modules/xstrtoumax-tests (Makefile.am): Likewise.
4154         * modules/yesno-tests (Makefile.am): Likewise.
4155         Suggested by Jim Meyering.
4156
4157 2010-01-24  Bruno Haible  <bruno@clisp.org>
4158
4159         More documentation.
4160         * doc/gnulib.texi (Writing modules): New chapter.
4161         (Miscellaneous Notes): Move sections "Comments" and "Header files" to
4162         the new chapter.
4163
4164 2010-01-24  Jim Meyering  <meyering@redhat.com>
4165
4166         maint.mk: do not prepend "./" after filtering
4167         * top/maint.mk (_prepend_srcdir_prefix): New variable
4168         (VC_LIST_EXCEPT): Use it to avoid prepending (post-filter)
4169         "./" when $(srcdir) is ".".
4170
4171         define STREQ(a,b) consistently, removing useless parentheses
4172         #define STREQ(a, b) (strcmp ((a), (b)) == 0) is over-parenthesized,
4173         since the only risk is that "a" or "b" contains an unparenthesized
4174         comma, but if either did that, STREQ would have 3 or more arguments.
4175         Hence, #define STREQ(a, b) (strcmp (a, b) == 0) is better.
4176         * lib/fts.c (STREQ): Remove unnecessary parentheses.
4177         * lib/hash-triple.c (STREQ): Likewise.
4178         * tests/test-argv-iter.c (STREQ): Use a and b, not s1 and s2.
4179         * lib/getugroups.c (STREQ): Likewise.
4180
4181 2010-01-23  Jim Meyering  <meyering@redhat.com>
4182
4183         maint.mk: fix syntax-check in a non-srcdir build directory
4184         * top/maint.mk (_dot_escaped_srcdir): Remove erroneous backslash,
4185         introduced in my 2010-01-21 commit, a6da6c45.  Reported by Eric Blake.
4186
4187 2010-01-22  Jim Meyering  <meyering@redhat.com>
4188
4189         userspec: add unit tests
4190         * tests/test-userspec.c: New file.
4191         * modules/userspec-tests: Likewise.
4192
4193 2010-01-21  Jim Meyering  <meyering@redhat.com>
4194
4195         maint.mk: handle source file names containing "." robustly
4196         * top/maint.mk (_dot_escaped_srcdir): Define.
4197         (VC_LIST): Use it in LHS of sed substitution.
4198
4199 2010-01-21  Jiri Denemark  <jdenemar@redhat.com>
4200
4201         maint.mk: fix VC_LIST_EXCEPT for srcdir != builddir
4202         * top/maint.mk (VC_LIST_EXCEPT): Preprocess the output of
4203         $(VC_LIST) to remove a prefix of '$(srcdir)/', so that it works
4204         from a non-srcdir build.
4205
4206 2010-01-20  Eric Blake  <ebb9@byu.net>
4207
4208         warn-on-use: use instead of link-warning
4209         * modules/stdio (Depends-on, Makefile.am): Drop link-warning.
4210         * modules/unistd (Depends-on, Makefile.am): Likewise.
4211         * modules/arpa_inet (Depends-on): Replace link-warning with
4212         warn-on-use.
4213         (Makefile.am): Update rules accordingly.
4214         * modules/ctype (Depends-on, Makefile.am): Likewise.
4215         * modules/dirent (Depends-on, Makefile.am): Likewise.
4216         * modules/fcntl-h (Depends-on, Makefile.am): Likewise.
4217         * modules/inttypes (Depends-on, Makefile.am): Likewise.
4218         * modules/langinfo (Depends-on, Makefile.am): Likewise.
4219         * modules/locale (Depends-on, Makefile.am): Likewise.
4220         * modules/math (Depends-on, Makefile.am): Likewise.
4221         * modules/search (Depends-on, Makefile.am): Likewise.
4222         * modules/signal (Depends-on, Makefile.am): Likewise.
4223         * modules/spawn (Depends-on, Makefile.am): Likewise.
4224         * modules/stdlib (Depends-on, Makefile.am): Likewise.
4225         * modules/string (Depends-on, Makefile.am): Likewise.
4226         * modules/strings (Depends-on, Makefile.am): Likewise.
4227         * modules/sys_file (Depends-on, Makefile.am): Likewise.
4228         * modules/sys_ioctl (Depends-on, Makefile.am): Likewise.
4229         * modules/sys_select (Depends-on, Makefile.am): Likewise.
4230         * modules/sys_socket (Depends-on, Makefile.am): Likewise.
4231         * modules/sys_stat (Depends-on, Makefile.am): Likewise.
4232         * modules/sys_times (Depends-on, Makefile.am): Likewise.
4233         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
4234         * modules/wchar (Depends-on, Makefile.am): Likewise.
4235         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Check which functions
4236         should be poisoned.
4237         * m4/ctype.m4 (gl_CTYPE_H): Likewise.
4238         * m4/dirent_h.m4 (gl_DIRENT_H): Likewise.
4239         * m4/fcntl_h.m4 (gl_FCNTL_H): Likewise.
4240         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
4241         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
4242         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
4243         * m4/math_h.m4 (gl_MATH_H): Likewise.
4244         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
4245         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
4246         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
4247         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
4248         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
4249         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
4250         * m4/strings_h.m4 (gl_HEADER_STRINGS_H_BODY): Likewise.
4251         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H_DEFAULTS): Likewise.
4252         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Likewise.
4253         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4254         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
4255         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
4256         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
4257         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
4258         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
4259         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
4260         * lib/arpa_inet.in.h: Use _GL_WARN_ON_USE instead of
4261         GL_LINK_WARNING.
4262         * lib/ctype.in.h: Likewise.
4263         * lib/dirent.in.h: Likewise.
4264         * lib/fcntl.in.h: Likewise.
4265         * lib/inttypes.in.h: Likewise.
4266         * lib/langinfo.in.h: Likewise.
4267         * lib/locale.in.h: Likewise.
4268         * lib/math.in.h: Likewise.
4269         * lib/search.in.h: Likewise.
4270         * lib/signal.in.h: Likewise.
4271         * lib/spawn.in.h: Likewise.
4272         * lib/stdio.in.h: Likewise.
4273         * lib/stdlib.in.h: Likewise.
4274         * lib/string.in.h: Likewise.
4275         * lib/strings.in.h: Likewise.
4276         * lib/sys_file.in.h: Likewise.
4277         * lib/sys_ioctl.in.h: Likewise.
4278         * lib/sys_select.in.h: Likewise.
4279         * lib/sys_socket.in.h: Likewise.
4280         * lib/sys_stat.in.h: Likewise.
4281         * lib/sys_times.in.h: Likewise.
4282         * lib/sys_utsname.in.h: Likewise.
4283         * lib/unistd.in.h: Likewise.
4284         * lib/wchar.in.h: Likewise.
4285
4286 2010-01-20  Bruno Haible  <bruno@clisp.org>
4287
4288         Avoid duplicate -lm.
4289         * m4/isnan.m4 (gl_ISNAN): Avoid duplicate -lm in $ISNAN_LIBM.
4290         * m4/round.m4 (gl_FUNC_ROUND): Avoid duplicate -lm in $ROUND_LIBM.
4291         * m4/roundf.m4 (gl_FUNC_ROUNDF): Avoid duplicate -lm in $ROUNDF_LIBM.
4292         * m4/roundl.m4 (gl_FUNC_ROUNDL): Avoid duplicate -lm in $ROUNDL_LIBM.
4293         * m4/acosl.m4 (gl_FUNC_ACOSL): Avoid duplicate -lm in $ACOSL_LIBM.
4294         * m4/cosl.m4 (gl_FUNC_COSL): Avoid duplicate -lm in $COSL_LIBM.
4295         * m4/logl.m4 (gl_FUNC_LOGL): Avoid duplicate -lm in $LOGL_LIBM.
4296         * m4/sinl.m4 (gl_FUNC_SINL): Avoid duplicate -lm in $SINL_LIBM.
4297         * m4/sqrtl.m4 (gl_FUNC_SQRTL): Avoid duplicate -lm in $SQRTL_LIBM.
4298         * m4/tanl.m4 (gl_FUNC_TANL): Avoid duplicate -lm in $TANL_LIBM.
4299         * m4/asinl.m4 (gl_FUNC_ASINL): Same change, for consistency.
4300         * m4/atanl.m4 (gl_FUNC_ATANL): Likewise.
4301         Reported by Paolo Bonzini.
4302
4303 2010-01-19  Bruno Haible  <bruno@clisp.org>
4304
4305         langinfo, nl_langinfo: Relicense under LGPLv2+.
4306         * modules/langinfo (License): Change to LGPLv2+.
4307         * modules/nl_langinfo (License): Likewise.
4308         Patch by David Lutterkort <lutter@redhat.com>.
4309
4310 2010-01-19  Bruno Haible  <bruno@clisp.org>
4311
4312         Avoid compilation error with cc on OSF/1 5.1.
4313         * lib/fcntl.in.h: Include <unistd.h> after the #include_next <fcntl.h>
4314         statement, not before.
4315         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4316
4317 2010-01-18  Bruno Haible  <bruno@clisp.org>
4318
4319         Avoid a link error due to the __printf__ symbol.
4320         * lib/stdio.in.h (__attribute__): Define to empty also for gcc 2.5.x
4321         and 2.6.x.
4322         (__format__, __printf__): Remove definitions.
4323         * lib/argp-fmtstream.h: Likewise.
4324         * lib/argp.h: Likewise.
4325         * lib/error.h: Likewise.
4326         * lib/vasnprintf.h: Likewise.
4327         * lib/xprintf.h: Likewise.
4328         * lib/xvasprintf.h: Likewise.
4329         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4330
4331 2010-01-18  Bruno Haible  <bruno@clisp.org>
4332
4333         Tests for module 'tanl'.
4334         * modules/tanl-tests: New file.
4335         * tests/test-tanl.c: New file.
4336
4337         Tests for module 'sqrtl'.
4338         * modules/sqrtl-tests: New file.
4339         * tests/test-sqrtl.c: New file.
4340
4341         Tests for module 'sinl'.
4342         * modules/sinl-tests: New file.
4343         * tests/test-sinl.c: New file.
4344
4345         Tests for module 'logl'.
4346         * modules/logl-tests: New file.
4347         * tests/test-logl.c: New file.
4348
4349         Tests for module 'expl'.
4350         * modules/expl-tests: New file.
4351         * tests/test-expl.c: New file.
4352
4353         Tests for module 'cosl'.
4354         * modules/cosl-tests: New file.
4355         * tests/test-cosl.c: New file.
4356
4357         Tests for module 'atanl'.
4358         * modules/atanl-tests: New file.
4359         * tests/test-atanl.c: New file.
4360
4361         Tests for module 'asinl'.
4362         * modules/asinl-tests: New file.
4363         * tests/test-asinl.c: New file.
4364
4365         Tests for module 'acosl'.
4366         * modules/acosl-tests: New file.
4367         * tests/test-acosl.c: New file.
4368
4369         New modules acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
4370         * lib/math.in.h (acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl,
4371         tanl): Use the standard gnulib idiom.
4372         * lib/cosl.c: Don't include trigl.c and sincosl.c.
4373         * lib/sinl.c: Likewise.
4374         * lib/tanl.c: Don't include trigl.c.
4375         (kernel_tanl): Make static.
4376         * lib/sincosl.c: Include trigl.h first.
4377         * lib/trigl.c: Likewise.
4378         * m4/acosl.m4: New file.
4379         * m4/asinl.m4: New file.
4380         * m4/atanl.m4: New file.
4381         * m4/cosl.m4: New file.
4382         * m4/expl.m4: New file.
4383         * m4/logl.m4: New file.
4384         * m4/sinl.m4: New file.
4385         * m4/sqrtl.m4: New file.
4386         * m4/tanl.m4: New file.
4387         * m4/mathl.m4: Remove file.
4388         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_* and HAVE_*
4389         variables for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
4390         Don't initialize GNULIB_MATHL.
4391         * modules/acosl: New file.
4392         * modules/asinl: New file.
4393         * modules/atanl: New file.
4394         * modules/cosl: New file.
4395         * modules/expl: New file.
4396         * modules/logl: New file.
4397         * modules/sinl: New file.
4398         * modules/sqrtl: New file.
4399         * modules/tanl: New file.
4400         * modules/math (Makefile.am): Substitute GNULIB_* and HAVE_* variables
4401         for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl. Don't
4402         substitute GNULIB_MATHL.
4403         * modules/mathl: Rewritten.
4404         * doc/posix-functions/acosl.texi: Mention the 'acosl' module.
4405         * doc/posix-functions/asinl.texi: Mention the 'asinl' module.
4406         * doc/posix-functions/atanl.texi: Mention the 'atanl' module.
4407         * doc/posix-functions/cosl.texi: Mention the 'cosl' module.
4408         * doc/posix-functions/expl.texi: Mention the 'expl' module.
4409         * doc/posix-functions/logl.texi: Mention the 'logl' module.
4410         * doc/posix-functions/sinl.texi: Mention the 'sinl' module.
4411         * doc/posix-functions/sqrtl.texi: Mention the 'sqrtl' module.
4412         * doc/posix-functions/tanl.texi: Mention the 'tanl' module.
4413
4414 2010-01-18  Bruno Haible  <bruno@clisp.org>
4415
4416         sqrt: Make gl_FUNC_SQRT requirable.
4417         * m4/sqrt.m4: New file.
4418         * modules/sqrt (Files): Add it.
4419         (configure.ac): Invoke gl_FUNC_SQRT.
4420
4421 2010-01-18  Bruno Haible  <bruno@clisp.org>
4422
4423         New modules for common <math.h> functions.
4424         * m4/mathfunc.m4: New file.
4425         * modules/acos: New file.
4426         * modules/asin: New file.
4427         * modules/atan: New file.
4428         * modules/atan2: New file.
4429         * modules/cbrt: New file.
4430         * modules/copysign: New file.
4431         * modules/cos: New file.
4432         * modules/cosh: New file.
4433         * modules/erf: New file.
4434         * modules/erfc: New file.
4435         * modules/exp: New file.
4436         * modules/fabs: New file.
4437         * modules/fmod: New file.
4438         * modules/hypot: New file.
4439         * modules/j0: New file.
4440         * modules/j1: New file.
4441         * modules/jn: New file.
4442         * modules/ldexp: New file.
4443         * modules/lgamma: New file.
4444         * modules/log: New file.
4445         * modules/log10: New file.
4446         * modules/log1p: New file.
4447         * modules/logb: New file.
4448         * modules/modf: New file.
4449         * modules/nextafter: New file.
4450         * modules/pow: New file.
4451         * modules/remainder: New file.
4452         * modules/rint: New file.
4453         * modules/sin: New file.
4454         * modules/sinh: New file.
4455         * modules/sqrt: New file.
4456         * modules/tan: New file.
4457         * modules/tanh: New file.
4458         * modules/y0: New file.
4459         * modules/y1: New file.
4460         * modules/yn: New file.
4461         * doc/posix-functions/acos.texi: Mention the 'acos' module.
4462         * doc/posix-functions/asin.texi: Mention the 'asin' module.
4463         * doc/posix-functions/atan.texi: Mention the 'atan' module.
4464         * doc/posix-functions/atan2.texi: Mention the 'atan2' module.
4465         * doc/posix-functions/cbrt.texi: Mention the 'cbrt' module.
4466         * doc/posix-functions/copysign.texi: Mention the 'copysign' module.
4467         * doc/posix-functions/cos.texi: Mention the 'cos' module.
4468         * doc/posix-functions/cosh.texi: Mention the 'cosh' module.
4469         * doc/posix-functions/erf.texi: Mention the 'erf' module.
4470         * doc/posix-functions/erfc.texi: Mention the 'erfc' module.
4471         * doc/posix-functions/exp.texi: Mention the 'exp' module.
4472         * doc/posix-functions/fabs.texi: Mention the 'fabs' module.
4473         * doc/posix-functions/fmod.texi: Mention the 'fmod' module.
4474         * doc/posix-functions/hypot.texi: Mention the 'hypot' module.
4475         * doc/posix-functions/j0.texi: Mention the 'j0' module.
4476         * doc/posix-functions/j1.texi: Mention the 'j1' module.
4477         * doc/posix-functions/jn.texi: Mention the 'jn' module.
4478         * doc/posix-functions/ldexp.texi: Mention the 'ldexp' module.
4479         * doc/posix-functions/lgamma.texi: Mention the 'lgamma' module.
4480         * doc/posix-functions/log.texi: Mention the 'log' module.
4481         * doc/posix-functions/log10.texi: Mention the 'log10' module.
4482         * doc/posix-functions/log1p.texi: Mention the 'log1p' module.
4483         * doc/posix-functions/logb.texi: Mention the 'logb' module.
4484         * doc/posix-functions/modf.texi: Mention the 'modf' module.
4485         * doc/posix-functions/nextafter.texi: Mention the 'nextafter' module.
4486         * doc/posix-functions/pow.texi: Mention the 'pow' module.
4487         * doc/posix-functions/remainder.texi: Mention the 'remainder' module.
4488         * doc/posix-functions/rint.texi: Mention the 'rint' module.
4489         * doc/posix-functions/sin.texi: Mention the 'sin' module.
4490         * doc/posix-functions/sinh.texi: Mention the 'sinh' module.
4491         * doc/posix-functions/sqrt.texi: Mention the 'sqrt' module.
4492         * doc/posix-functions/tan.texi: Mention the 'tan' module.
4493         * doc/posix-functions/tanh.texi: Mention the 'tanh' module.
4494         * doc/posix-functions/y0.texi: Mention the 'y0' module.
4495         * doc/posix-functions/y1.texi: Mention the 'y1' module.
4496         * doc/posix-functions/yn.texi: Mention the 'yn' module.
4497
4498 2010-01-18  Jim Meyering  <meyering@redhat.com>
4499
4500         ignore-value: relax license to LGPLv2+
4501         * modules/ignore-value (License): Relax to LGPLv2+.
4502
4503         getdate: don't leak when TZ contains two or more '"'s
4504         * lib/getdate.y (get_date): Don't leak a copy of TZ for each
4505         double quote in TZ after the first one.
4506
4507         readtokens: do not leak internal token_lengths buffer
4508         * lib/readtokens.c (readtokens): Free the local, lengths,
4509         when the supplied "token_lengths" parameter is NULL.
4510
4511 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4512
4513         Fix a couple of missing LIBTHREAD link failures on AIX.
4514         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add
4515         $(LIBTHREAD).
4516         * modules/strsignal-tests (test_strsignal_LDADD): Likewise.
4517
4518         Link test-poll against INET_PTON_LIB.
4519         * modules/poll-tests (test_poll_LDADD): Add $(INET_PTON_LIB),
4520         for inet_pton on Solaris 10.
4521
4522 2010-01-17  Bruno Haible  <bruno@clisp.org>
4523
4524         unistdio/*-sprintf: Fix typo in module description.
4525         * modules/unistdio/u8-sprintf (Depends-on): Fix typo.
4526         * modules/unistdio/u8-u8-sprintf (Depends-on): Likewise.
4527         * modules/unistdio/u16-sprintf (Depends-on): Likewise.
4528         * modules/unistdio/u16-u16-sprintf (Depends-on): Likewise.
4529         * modules/unistdio/u32-sprintf (Depends-on): Likewise.
4530         * modules/unistdio/u32-u32-sprintf (Depends-on): Likewise.
4531         * modules/unistdio/ulc-sprintf (Depends-on): Likewise.
4532         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4533
4534 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4535
4536         gnulib-tool: fix filelist for AIX, HP-UX ksh.
4537         * gnulib-tool (func_filter_filelist): Do not quote possibly-empty
4538         variables in shell case patterns, for AIX and HP-UX ksh.
4539
4540         Split large sed scripts, for HP-UX sed.
4541         * modules/stdio: Split sed scripts around 50 sed commands,
4542         to avoid HP-UX limit of 99 commands, in the near future.
4543         * modules/string: Likewise.
4544         * modules/unistd: Likewise.
4545
4546         gnulib-tool: avoid writing in the current directory.
4547         * gnulib-tool (func_emit_lib_Makefile_am)
4548         (func_emit_tests_Makefile_am): Put temporary files in $tmp,
4549         not in the current directory, so concurrent gnulib-tool
4550         instances do not interfere.
4551
4552 2010-01-16  Jim Meyering  <meyering@redhat.com>
4553
4554         doc: update users.txt
4555         * users.txt: Add grep.
4556         (diffutils, gzip): Update URLs.
4557
4558 2010-01-12  Bruno Haible  <bruno@clisp.org>
4559
4560         posix_spawn: Avoid test failure on Cygwin.
4561         * tests/test-posix_spawn3.c (DATA_FILENAME) [CYGWIN]: Use less risky
4562         characters.
4563         Reported by Simon Josefsson.
4564
4565 2010-01-12  Bruno Haible  <bruno@clisp.org>
4566
4567         * tests/test-cond.c (main): When skipping the test, show the reason.
4568
4569 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4570
4571         * lib/striconv.c (str_cd_iconv): Avoid if before free.
4572
4573 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4574
4575         * top/maint.mk (VC_LIST_EXCEPT): Filter list through
4576         VC_LIST_ALWAYS_EXCLUDE_REGEX.
4577
4578 2010-01-12  Eric Blake  <ebb9@byu.net>
4579
4580         build: guarantee AS_VAR_IF
4581         * m4/warnings.m4 (gl_WARN_ADD): Use autoconf name.
4582         (gl_AS_VAR_IF): Move...
4583         * m4/gnulib-common.m4 (AS_VAR_IF): ...here.
4584         Reported by Simon Josefsson.
4585
4586 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4587
4588         * lib/stdio.in.h: Fix typo.
4589
4590 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4591
4592         * m4/gc.m4: Check if linking to libgcrypt also needs linking to
4593         libgpg-error.
4594
4595 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4596
4597         * tests/test-xalloc-die.sh: Use $EXEEXT.
4598
4599 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4600             Bruno Haible  <bruno@clisp.org>
4601
4602         getlogin, getlogin_r: Avoid test failure.
4603         * tests/test-getlogin.c: Include <stdio.h>.
4604         (main): Skip the test when the function fails because stdin is not a
4605         tty.
4606         * tests/test-getlogin_r.c: Include <stdio.h>.
4607         (main): Skip the test when the function fails because stdin is not a
4608         tty.
4609
4610 2010-01-11  Eric Blake  <ebb9@byu.net>
4611
4612         tests: avoid more large file warnings
4613         * tests/test-fflush.c: Avoid warning about ftell use.
4614         * tests/test-fseek.c: Avoid warning about fseek use.
4615
4616 2010-01-10  Bruno Haible  <bruno@clisp.org>
4617
4618         nproc: Work better on Linux when /proc and /sys are not mounted.
4619         * lib/nproc.c (num_processors): Use num_processors_via_affinity_mask ()
4620         as lower bound when, on glibc/Linux systems,
4621         sysconf (_SC_NPROCESSORS_CONF) returns 1.
4622         Suggested by Pádraig Brady <P@draigbrady.com>.
4623         Reported by Dmitry V. Levin <ldv@altlinux.org>.
4624
4625         nproc: Refactor.
4626         * lib/nproc.c (num_processors_via_affinity_mask): New function,
4627         extracted from num_processors.
4628         (num_processors): Call it.
4629
4630 2010-01-11  Jim Meyering  <meyering@redhat.com>
4631
4632         utimecmp: avoid new warning from upcoming gcc-4.5.0
4633         * lib/utimecmp.c (BILLION): Define using #define rather than an
4634         anonymous enum, to placate upcoming gcc-4.5.0's -Wenum-compare.
4635
4636 2010-01-11  Eric Blake  <ebb9@byu.net>
4637
4638         math: add portability warnings for classification macros
4639         * modules/math (Depends-on): Add warn-on-use.
4640         (Makefile.am): Provide new substitutions.
4641         * m4/math_h.m4 (gl_MATH_H): Require inline.
4642         * lib/math.in.h (_GL_WARN_REAL_FLOATING_DECL)
4643         (_GL_WARN_REAL_FLOATING_IMPL): New helper macros.
4644         (isfinite, isinf, isnan, signbit) [GNULIB_POSIXCHECK]: Use them to
4645         implement warnings.
4646
4647         unistd: warn on use of environ without module
4648         * modules/unistd (Depends-on): Add warn-on-use.
4649         (Makefile.am): Provide new substitutions.
4650         * m4/unistd_h.m4 (gl_UNISTD_H): Check for inline and environ.
4651         * lib/unistd.in.h (environ): Wrap with a warning helper function.
4652
4653         stdio: warn on suspicious uses
4654         * modules/stdio (Depends-on): Add warn-on-use.
4655         (Makefile.am): Provide new substitutions.
4656         * m4/stdio_h.m4 (gl_STDIO_H): Check for inline, ftello, and
4657         fseeko.
4658         * lib/stdio.in.h (gets): Always warn on use.
4659         (fseek, ftell): Adjust when warnings are issued, and honor
4660         _GL_NO_LARGE_FILES as a way to silence the warning.
4661         * tests/test-fpurge.c [!GNULIB_FSEEK]: Use new means to squelch
4662         any warning about large file offsets.
4663         * tests/test-freadable.c [!GNULIB_FSEEK]: Likewise.
4664         * tests/test-freading.c [!GNULIB_FSEEK]: Likewise.
4665         * tests/test-fseeko.c [!GNULIB_FSEEK]: Likewise.
4666         * tests/test-ftell.c [!GNULIB_FSEEK]: Likewise.
4667         * tests/test-ftello.c [!GNULIB_FSEEK]: Likewise.
4668         * tests/test-fwritable.c [!GNULIB_FSEEK]: Likewise.
4669         * tests/test-fwriting.c [!GNULIB_FSEEK]: Likewise.
4670         * tests/test-getopt.c [!GNULIB_FTELL]: Likewise.
4671
4672         warn-on-use: new module
4673         * modules/warn-on-use: New file.
4674         * build-aux/warn-on-use.h: Likewise.
4675         * m4/warn-on-use.m4: Likewise.
4676         * MODULES.html.sh (Support for building): Mention it.
4677
4678 2010-01-10  Bruno Haible  <bruno@clisp.org>
4679
4680         Tests for module 'unistr/u32-strdup'.
4681         * modules/unistr/u32-strdup-tests: New file.
4682         * tests/unistr/test-u32-strdup.c: New file.
4683
4684         Tests for module 'unistr/u16-strdup'.
4685         * modules/unistr/u16-strdup-tests: New file.
4686         * tests/unistr/test-u16-strdup.c: New file.
4687
4688         Tests for module 'unistr/u8-strdup'.
4689         * modules/unistr/u8-strdup-tests: New file.
4690         * tests/unistr/test-u8-strdup.c: New file.
4691         * tests/unistr/test-strdup.h: New file.
4692
4693         Tests for module 'unistr/u32-strncmp'.
4694         * modules/unistr/u32-strncmp-tests: New file.
4695         * tests/unistr/test-u32-strncmp.c: New file.
4696
4697         Tests for module 'unistr/u16-strncmp'.
4698         * modules/unistr/u16-strncmp-tests: New file.
4699         * tests/unistr/test-u16-strncmp.c: New file.
4700
4701         Tests for module 'unistr/u8-strncmp'.
4702         * modules/unistr/u8-strncmp-tests: New file.
4703         * tests/unistr/test-u8-strncmp.c: New file.
4704         * tests/unistr/test-strncmp.h: New file.
4705
4706         Tests for module 'unistr/u32-strcoll'.
4707         * modules/unistr/u32-strcoll-tests: New file.
4708         * tests/unistr/test-u32-strcoll.c: New file.
4709
4710         Tests for module 'unistr/u16-strcoll'.
4711         * modules/unistr/u16-strcoll-tests: New file.
4712         * tests/unistr/test-u16-strcoll.c: New file.
4713
4714         Tests for module 'unistr/u8-strcoll'.
4715         * modules/unistr/u8-strcoll-tests: New file.
4716         * tests/unistr/test-u8-strcoll.c: New file.
4717
4718         Tests for module 'unistr/u32-strcmp'.
4719         * modules/unistr/u32-strcmp-tests: New file.
4720         * tests/unistr/test-u32-strcmp.c: New file.
4721         * tests/unistr/test-u32-strcmp.h: New file.
4722
4723         Tests for module 'unistr/u16-strcmp'.
4724         * modules/unistr/u16-strcmp-tests: New file.
4725         * tests/unistr/test-u16-strcmp.c: New file.
4726         * tests/unistr/test-u16-strcmp.h: New file.
4727
4728         Tests for module 'unistr/u8-strcmp'.
4729         * modules/unistr/u8-strcmp-tests: New file.
4730         * tests/unistr/test-u8-strcmp.c: New file.
4731         * tests/unistr/test-u8-strcmp.h: New file.
4732         * tests/unistr/test-strcmp.h: New file.
4733
4734         Tests for module 'unistr/u32-strncat'.
4735         * modules/unistr/u32-strncat-tests: New file.
4736         * tests/unistr/test-u32-strncat.c: New file.
4737
4738         Tests for module 'unistr/u16-strncat'.
4739         * modules/unistr/u16-strncat-tests: New file.
4740         * tests/unistr/test-u16-strncat.c: New file.
4741
4742         Tests for module 'unistr/u8-strncat'.
4743         * modules/unistr/u8-strncat-tests: New file.
4744         * tests/unistr/test-u8-strncat.c: New file.
4745         * tests/unistr/test-strncat.h: New file.
4746
4747         Tests for module 'unistr/u32-strcat'.
4748         * modules/unistr/u32-strcat-tests: New file.
4749         * tests/unistr/test-u32-strcat.c: New file.
4750
4751         Tests for module 'unistr/u16-strcat'.
4752         * modules/unistr/u16-strcat-tests: New file.
4753         * tests/unistr/test-u16-strcat.c: New file.
4754
4755         Tests for module 'unistr/u8-strcat'.
4756         * modules/unistr/u8-strcat-tests: New file.
4757         * tests/unistr/test-u8-strcat.c: New file.
4758         * tests/unistr/test-strcat.h: New file.
4759
4760         Tests for module 'unistr/u32-stpncpy'.
4761         * modules/unistr/u32-stpncpy-tests: New file.
4762         * tests/unistr/test-u32-stpncpy.c: New file.
4763
4764         Tests for module 'unistr/u16-stpncpy'.
4765         * modules/unistr/u16-stpncpy-tests: New file.
4766         * tests/unistr/test-u16-stpncpy.c: New file.
4767
4768         Tests for module 'unistr/u8-stpncpy'.
4769         * modules/unistr/u8-stpncpy-tests: New file.
4770         * tests/unistr/test-u8-stpncpy.c: New file.
4771         * tests/unistr/test-stpncpy.h: New file.
4772
4773         Tests for module 'unistr/u32-strncpy'.
4774         * modules/unistr/u32-strncpy-tests: New file.
4775         * tests/unistr/test-u32-strncpy.c: New file.
4776
4777         Tests for module 'unistr/u16-strncpy'.
4778         * modules/unistr/u16-strncpy-tests: New file.
4779         * tests/unistr/test-u16-strncpy.c: New file.
4780
4781         Tests for module 'unistr/u8-strncpy'.
4782         * modules/unistr/u8-strncpy-tests: New file.
4783         * tests/unistr/test-u8-strncpy.c: New file.
4784         * tests/unistr/test-strncpy.h: New file.
4785
4786         Tests for module 'unistr/u32-stpcpy'.
4787         * modules/unistr/u32-stpcpy-tests: New file.
4788         * tests/unistr/test-u32-stpcpy.c: New file.
4789
4790         Tests for module 'unistr/u16-stpcpy'.
4791         * modules/unistr/u16-stpcpy-tests: New file.
4792         * tests/unistr/test-u16-stpcpy.c: New file.
4793
4794         Tests for module 'unistr/u8-stpcpy'.
4795         * modules/unistr/u8-stpcpy-tests: New file.
4796         * tests/unistr/test-u8-stpcpy.c: New file.
4797         * tests/unistr/test-stpcpy.h: New file.
4798
4799         Tests for module 'unistr/u32-strcpy'.
4800         * modules/unistr/u32-strcpy-tests: New file.
4801         * tests/unistr/test-u32-strcpy.c: New file.
4802
4803         Tests for module 'unistr/u16-strcpy'.
4804         * modules/unistr/u16-strcpy-tests: New file.
4805         * tests/unistr/test-u16-strcpy.c: New file.
4806
4807         Tests for module 'unistr/u8-strcpy'.
4808         * modules/unistr/u8-strcpy-tests: New file.
4809         * tests/unistr/test-u8-strcpy.c: New file.
4810         * tests/unistr/test-strcpy.h: New file.
4811
4812         Tests for module 'unistr/u32-strnlen'.
4813         * modules/unistr/u32-strnlen-tests: New file.
4814         * tests/unistr/test-u32-strnlen.c: New file.
4815
4816         Tests for module 'unistr/u16-strnlen'.
4817         * modules/unistr/u16-strnlen-tests: New file.
4818         * tests/unistr/test-u16-strnlen.c: New file.
4819
4820         Tests for module 'unistr/u8-strnlen'.
4821         * modules/unistr/u8-strnlen-tests: New file.
4822         * tests/unistr/test-u8-strnlen.c: New file.
4823         * tests/unistr/test-strnlen.h: New file.
4824
4825         Tests for module 'unistr/u32-strlen'.
4826         * modules/unistr/u32-strlen-tests: New file.
4827         * tests/unistr/test-u32-strlen.c: New file.
4828
4829         Tests for module 'unistr/u16-strlen'.
4830         * modules/unistr/u16-strlen-tests: New file.
4831         * tests/unistr/test-u16-strlen.c: New file.
4832
4833         Tests for module 'unistr/u8-strlen'.
4834         * modules/unistr/u8-strlen-tests: New file.
4835         * tests/unistr/test-u8-strlen.c: New file.
4836
4837         Tests for module 'unistr/u32-prev'.
4838         * modules/unistr/u32-prev-tests: New file.
4839         * tests/unistr/test-u32-prev.c: New file.
4840
4841         Tests for module 'unistr/u16-prev'.
4842         * modules/unistr/u16-prev-tests: New file.
4843         * tests/unistr/test-u16-prev.c: New file.
4844
4845         Tests for module 'unistr/u8-prev'.
4846         * modules/unistr/u8-prev-tests: New file.
4847         * tests/unistr/test-u8-prev.c: New file.
4848
4849         Tests for module 'unistr/u32-next'.
4850         * modules/unistr/u32-next-tests: New file.
4851         * tests/unistr/test-u32-next.c: New file.
4852
4853         Tests for module 'unistr/u16-next'.
4854         * modules/unistr/u16-next-tests: New file.
4855         * tests/unistr/test-u16-next.c: New file.
4856
4857         Tests for module 'unistr/u8-next'.
4858         * modules/unistr/u8-next-tests: New file.
4859         * tests/unistr/test-u8-next.c: New file.
4860
4861         Tests for module 'unistr/u32-strmbtouc'.
4862         * modules/unistr/u32-strmbtouc-tests: New file.
4863         * tests/unistr/test-u32-strmbtouc.c: New file.
4864
4865         Tests for module 'unistr/u16-strmbtouc'.
4866         * modules/unistr/u16-strmbtouc-tests: New file.
4867         * tests/unistr/test-u16-strmbtouc.c: New file.
4868
4869         Tests for module 'unistr/u8-strmbtouc'.
4870         * modules/unistr/u8-strmbtouc-tests: New file.
4871         * tests/unistr/test-u8-strmbtouc.c: New file.
4872
4873         Tests for module 'unistr/u32-strmblen'.
4874         * modules/unistr/u32-strmblen-tests: New file.
4875         * tests/unistr/test-u32-strmblen.c: New file.
4876
4877         Tests for module 'unistr/u16-strmblen'.
4878         * modules/unistr/u16-strmblen-tests: New file.
4879         * tests/unistr/test-u16-strmblen.c: New file.
4880
4881         Tests for module 'unistr/u8-strmblen'.
4882         * modules/unistr/u8-strmblen-tests: New file.
4883         * tests/unistr/test-u8-strmblen.c: New file.
4884
4885         Tests for module 'unistr/u32-cpy-alloc'.
4886         * modules/unistr/u32-cpy-alloc-tests: New file.
4887         * tests/unistr/test-u32-cpy-alloc.c: New file.
4888
4889         Tests for module 'unistr/u16-cpy-alloc'.
4890         * modules/unistr/u16-cpy-alloc-tests: New file.
4891         * tests/unistr/test-u16-cpy-alloc.c: New file.
4892
4893         Tests for module 'unistr/u8-cpy-alloc'.
4894         * modules/unistr/u8-cpy-alloc-tests: New file.
4895         * tests/unistr/test-u8-cpy-alloc.c: New file.
4896         * tests/unistr/test-cpy-alloc.h: New file.
4897
4898         Tests for module 'unistr/u32-mbsnlen'.
4899         * modules/unistr/u32-mbsnlen-tests: New file.
4900         * tests/unistr/test-u32-mbsnlen.c: New file.
4901
4902         Tests for module 'unistr/u16-mbsnlen'.
4903         * modules/unistr/u16-mbsnlen-tests: New file.
4904         * tests/unistr/test-u16-mbsnlen.c: New file.
4905
4906         Tests for module 'unistr/u8-mbsnlen'.
4907         * modules/unistr/u8-mbsnlen-tests: New file.
4908         * tests/unistr/test-u8-mbsnlen.c: New file.
4909
4910         Tests for module 'unistr/u32-chr'.
4911         * modules/unistr/u32-chr-tests: New file.
4912         * tests/unistr/test-u32-chr.c: New file.
4913
4914         Tests for module 'unistr/u16-chr'.
4915         * modules/unistr/u16-chr-tests: New file.
4916         * tests/unistr/test-u16-chr.c: New file.
4917
4918         Tests for module 'unistr/u8-chr'.
4919         * modules/unistr/u8-chr-tests: New file.
4920         * tests/unistr/test-u8-chr.c: New file.
4921         * tests/unistr/test-chr.h: New file, based on tests/test-memchr.c.
4922
4923         Tests for module 'unistr/u32-cmp2'.
4924         * modules/unistr/u32-cmp2-tests: New file.
4925         * tests/unistr/test-u32-cmp2.c: New file.
4926
4927         Tests for module 'unistr/u16-cmp2'.
4928         * modules/unistr/u16-cmp2-tests: New file.
4929         * tests/unistr/test-u16-cmp2.c: New file.
4930
4931         Tests for module 'unistr/u8-cmp2'.
4932         * modules/unistr/u8-cmp2-tests: New file.
4933         * tests/unistr/test-u8-cmp2.c: New file.
4934         * tests/unistr/test-cmp2.h: New file, based on tests/unistr/test-cmp.h.
4935
4936         Tests for module 'unistr/u32-cmp'.
4937         * modules/unistr/u32-cmp-tests: New file.
4938         * tests/unistr/test-u32-cmp.c: New file.
4939
4940         Tests for module 'unistr/u16-cmp'.
4941         * modules/unistr/u16-cmp-tests: New file.
4942         * tests/unistr/test-u16-cmp.c: New file.
4943
4944         Tests for module 'unistr/u8-cmp'.
4945         * modules/unistr/u8-cmp-tests: New file.
4946         * tests/unistr/test-u8-cmp.c: New file.
4947         * tests/unistr/test-cmp.h: New file, based on tests/test-memcmp.c.
4948
4949         Tests for module 'unistr/u32-set'.
4950         * modules/unistr/u32-set-tests: New file.
4951         * tests/unistr/test-u32-set.c: New file.
4952
4953         Tests for module 'unistr/u16-set'.
4954         * modules/unistr/u16-set-tests: New file.
4955         * tests/unistr/test-u16-set.c: New file.
4956
4957         Tests for module 'unistr/u8-set'.
4958         * modules/unistr/u8-set-tests: New file.
4959         * tests/unistr/test-u8-set.c: New file.
4960         * tests/unistr/test-set.h: New file.
4961
4962         Tests for module 'unistr/u32-move'.
4963         * modules/unistr/u32-move-tests: New file.
4964         * tests/unistr/test-u32-move.c: New file.
4965
4966         Tests for module 'unistr/u16-move'.
4967         * modules/unistr/u16-move-tests: New file.
4968         * tests/unistr/test-u16-move.c: New file.
4969
4970         Tests for module 'unistr/u8-move'.
4971         * modules/unistr/u8-move-tests: New file.
4972         * tests/unistr/test-u8-move.c: New file.
4973         * tests/unistr/test-move.h: New file.
4974
4975         Tests for module 'unistr/u32-cpy'.
4976         * modules/unistr/u32-cpy-tests: New file.
4977         * tests/unistr/test-u32-cpy.c: New file.
4978
4979         Tests for module 'unistr/u16-cpy'.
4980         * modules/unistr/u16-cpy-tests: New file.
4981         * tests/unistr/test-u16-cpy.c: New file.
4982
4983         Tests for module 'unistr/u8-cpy'.
4984         * modules/unistr/u8-cpy-tests: New file.
4985         * tests/unistr/test-u8-cpy.c: New file.
4986         * tests/unistr/test-cpy.h: New file.
4987
4988 2010-01-09  Bruno Haible  <bruno@clisp.org>
4989
4990         Tests for module 'unistr/u32-uctomb'.
4991         * modules/unistr/u32-uctomb-tests: New file.
4992         * tests/unistr/test-u32-uctomb.c: New file.
4993
4994         Tests for module 'unistr/u16-uctomb'.
4995         * modules/unistr/u16-uctomb-tests: New file.
4996         * tests/unistr/test-u16-uctomb.c: New file.
4997
4998         Tests for module 'unistr/u8-uctomb'.
4999         * modules/unistr/u8-uctomb-tests: New file.
5000         * tests/unistr/test-u8-uctomb.c: New file.
5001
5002         Tests for module 'unistr/u32-mbtoucr'.
5003         * modules/unistr/u32-mbtoucr-tests: New file.
5004         * tests/unistr/test-u32-mbtoucr.c: New file.
5005
5006         Tests for module 'unistr/u16-mbtoucr'.
5007         * modules/unistr/u16-mbtoucr-tests: New file.
5008         * tests/unistr/test-u16-mbtoucr.c: New file.
5009
5010         Tests for module 'unistr/u8-mbtoucr'.
5011         * modules/unistr/u8-mbtoucr-tests: New file.
5012         * tests/unistr/test-u8-mbtoucr.c: New file.
5013
5014         Tests for module 'unistr/u32-mbtouc'.
5015         * modules/unistr/u32-mbtouc-tests: New file.
5016         * tests/unistr/test-u32-mbtouc.c: New file.
5017
5018         Tests for module 'unistr/u16-mbtouc'.
5019         * modules/unistr/u16-mbtouc-tests: New file.
5020         * tests/unistr/test-u16-mbtouc.c: New file.
5021
5022         Tests for module 'unistr/u8-mbtouc'.
5023         * modules/unistr/u8-mbtouc-tests: New file.
5024         * tests/unistr/test-u8-mbtouc.c: New file.
5025
5026         Tests for module 'unistr/u32-mbtouc-unsafe'.
5027         * modules/unistr/u32-mbtouc-unsafe-tests: New file.
5028         * tests/unistr/test-u32-mbtouc-unsafe.c: New file.
5029         * tests/unistr/test-u32-mbtouc.h: New file.
5030
5031         Tests for module 'unistr/u16-mbtouc-unsafe'.
5032         * modules/unistr/u16-mbtouc-unsafe-tests: New file.
5033         * tests/unistr/test-u16-mbtouc-unsafe.c: New file.
5034         * tests/unistr/test-u16-mbtouc.h: New file.
5035
5036         Tests for module 'unistr/u8-mbtouc-unsafe'.
5037         * modules/unistr/u8-mbtouc-unsafe-tests: New file.
5038         * tests/unistr/test-u8-mbtouc-unsafe.c: New file.
5039         * tests/unistr/test-u8-mbtouc.h: New file.
5040
5041         Tests for module 'unistr/u32-mblen'.
5042         * modules/unistr/u32-mblen-tests: New file.
5043         * tests/unistr/test-u32-mblen.c: New file.
5044
5045         Tests for module 'unistr/u16-mblen'.
5046         * modules/unistr/u16-mblen-tests: New file.
5047         * tests/unistr/test-u16-mblen.c: New file.
5048
5049         Tests for module 'unistr/u8-mblen'.
5050         * modules/unistr/u8-mblen-tests: New file.
5051         * tests/unistr/test-u8-mblen.c: New file.
5052
5053         Tests for module 'unistr/u32-to-u16'.
5054         * modules/unistr/u32-to-u16-tests: New file.
5055         * tests/unistr/test-u32-to-u16.c: New file.
5056
5057         Tests for module 'unistr/u32-to-u8'.
5058         * modules/unistr/u32-to-u8-tests: New file.
5059         * tests/unistr/test-u32-to-u8.c: New file.
5060
5061         Tests for module 'unistr/u16-to-u32'.
5062         * modules/unistr/u16-to-u32-tests: New file.
5063         * tests/unistr/test-u16-to-u32.c: New file.
5064
5065         Tests for module 'unistr/u16-to-u8'.
5066         * modules/unistr/u16-to-u8-tests: New file.
5067         * tests/unistr/test-u16-to-u8.c: New file.
5068
5069         Tests for module 'unistr/u8-to-u32'.
5070         * modules/unistr/u8-to-u32-tests: New file.
5071         * tests/unistr/test-u8-to-u32.c: New file.
5072
5073         Tests for module 'unistr/u8-to-u16'.
5074         * modules/unistr/u8-to-u16-tests: New file.
5075         * tests/unistr/test-u8-to-u16.c: New file.
5076
5077         Tests for module 'unistr/u32-check'.
5078         * modules/unistr/u32-check-tests: New file.
5079         * tests/unistr/test-u32-check.c: New file.
5080
5081         Tests for module 'unistr/u16-check'.
5082         * modules/unistr/u16-check-tests: New file.
5083         * tests/unistr/test-u16-check.c: New file.
5084
5085         Tests for module 'unistr/u8-check'.
5086         * modules/unistr/u8-check-tests: New file.
5087         * tests/unistr/test-u8-check.c: New file.
5088
5089         * tests/unictype/test-categ_byname.c: Include <stdbool.h>.
5090         (category_equals): New function.
5091         (main): Add more tests.
5092         * modules/unictype/category-byname-tests (Depends-on): Add stdbool.
5093
5094         * tests/unictype/test-bidi_byname.c (main): Add more tests.
5095
5096 2010-01-10  Bruno Haible  <bruno@clisp.org>
5097
5098         unistr/u*-strcoll: Try harder to distinguish different strings.
5099         * lib/unistr/u-strcoll.h (FUNC): When sl1 and sl2 are the same,
5100         compare s1 and s2 to see if they are different.
5101
5102 2010-01-10  Bruno Haible  <bruno@clisp.org>
5103
5104         unistr/u*-stpncpy: Fix the return value.
5105         * lib/unistr.h (u8_stpncpy, u16_stpncpy, u32_stpncpy): Make the
5106         description of the return value consistent with stpncpy in glibc.
5107         * lib/unistr/u-stpncpy.h (FUNC): Return the pointer past the last
5108         written non-NUL unit.
5109
5110 2010-01-10  Bruno Haible  <bruno@clisp.org>
5111
5112         unistr/u*-next: Add missing dependencies.
5113         * modules/unistr/u8-next (Depends-on): Add unistr/u8-strmbtouc.
5114         * modules/unistr/u16-next (Depends-on): Add unistr/u16-strmbtouc.
5115         * modules/unistr/u32-next (Depends-on): Add unistr/u32-strmbtouc.
5116
5117 2010-01-10  Bruno Haible  <bruno@clisp.org>
5118
5119         unistr/u8-mbsnlen: Fix return value for incomplete character.
5120         * lib/unistr/u8-mbsnlen.c (u8_mbsnlen): Use u8_mbtoucr instead of
5121         u8_mblen.
5122         * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtoucr.
5123         Remove unistr/u8-mblen.
5124         * lib/unistr/u16-mbsnlen.c (u16_mbsnlen): Use u16_mbtoucr instead of
5125         u16_mblen.
5126         * modules/unistr/u16-mbsnlen (Depends-on): Add unistr/u16-mbtoucr.
5127         Remove unistr/u16-mblen.
5128
5129 2010-01-10  Bruno Haible  <bruno@clisp.org>
5130
5131         wchar: Fix compilation error when <wchar.h> is used from coreutils.
5132         * lib/wchar.in.h: Treat __need_wint_t like __need_mbstate_t.
5133         Reported by Brian Gough <bjg@gnu.org> and
5134         Chris Clayton <chris2553@googlemail.com> via
5135         Mike Frysinger <vapier@gentoo.org> and Jim Meyering <jim@meyering.net>.
5136
5137 2010-01-09  Bruno Haible  <bruno@clisp.org>
5138
5139         unistr/u16-to-u32: Reject invalid input.
5140         * lib/unistr/u16-to-u32.c (u16_to_u32): Call u16_mbtoucr instead of
5141         u16_mbtouc.
5142         * modules/unistr/u16-to-u32 (Depends-on): Add unistr/u16-mbtoucr.
5143         Remove unistr/u16-mbtouc.
5144
5145         unistr/u16-to-u8: Reject invalid input.
5146         * lib/unistr/u16-to-u8.c (u16_to_u8): Call u16_mbtoucr instead of
5147         u16_mbtouc.
5148         * modules/unistr/u16-to-u8 (Depends-on): Add unistr/u16-mbtoucr.
5149         Remove unistr/u16-mbtouc.
5150
5151         unistr/u8-to-u32: Reject invalid input.
5152         * lib/unistr/u8-to-u32.c (u8_to_u32): Call u8_mbtoucr instead of
5153         u8_mbtouc.
5154         * modules/unistr/u8-to-u32 (Depends-on): Add unistr/u8-mbtoucr.
5155         Remove unistr/u8-mbtouc.
5156
5157         unistr/u8-to-u16: Reject invalid input.
5158         * lib/unistr/u8-to-u16.c (u8_to_u16): Call u8_mbtoucr instead of
5159         u8_mbtouc.
5160         * modules/unistr/u8-to-u16 (Depends-on): Add unistr/u8-mbtoucr.
5161         Remove unistr/u8-mbtouc.
5162
5163 2010-01-09  Bruno Haible  <bruno@clisp.org>
5164
5165         Tests for module 'getlogin'.
5166         * modules/getlogin-tests: New file.
5167         * tests/test-getlogin.c: New file.
5168
5169         New module 'getlogin'.
5170         * lib/unistd.in.h (getlogin): New declaration.
5171         * lib/getlogin.c: New file.
5172         * m4/getlogin.m4: New file.
5173         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETLOGIN,
5174         HAVE_GETLOGIN.
5175         * modules/unistd (Makefile.am): Substitute GNULIB_GETLOGIN,
5176         HAVE_GETLOGIN.
5177         * modules/getlogin: New file.
5178         * doc/posix-functions/getlogin.texi: Mention the new module.
5179         Reported by John W. Eaton <jwe@gnu.org>.
5180
5181 2010-01-09  Bruno Haible  <bruno@clisp.org>
5182
5183         getlogin_r: Support for native Windows.
5184         * lib/getlogin_r.c: Include <windows.h>
5185         (getlogin_r): Implement for native Windows.
5186         * tests/test-getlogin_r.c (main): Also test with a huge buffer.
5187         Reported by Tatsuro MATSUOKA <tmacchant5@yahoo.co.jp>
5188         via John W. Eaton <jwe@gnu.org>.
5189
5190 2010-01-09  Bruno Haible  <bruno@clisp.org>
5191
5192         getlogin_r: Small fixes.
5193         * lib/getlogin_r.c (getlogin_r): Don't set errno if the function
5194         succeeds.
5195         * m4/getlogin_r.m4 (gl_GETLOGIN_R): Require gl_USE_SYSTEM_EXTENSIONS
5196         before testing whether getlogin_r is declared. No need to set
5197         HAVE_DECL_GETLOGIN_R to 1.
5198         (gl_PREREQ_GETLOGIN_R): Don't check for the getlogin_r declaration.
5199
5200 2010-01-09  Bruno Haible  <bruno@clisp.org>
5201
5202         * lib/unistd.in.h (getlogin_r): Add comment.
5203
5204 2010-01-09  Bruno Haible  <bruno@clisp.org>
5205
5206         Tests for module 'getlogin_r'.
5207         * modules/getlogin_r-tests: New file.
5208         * tests/test-getlogin_r.c: New file.
5209
5210 2010-01-09  Jim Meyering  <meyering@redhat.com>
5211
5212         maint.mk: extend proper_name_utf8-vs-LIBICONV-checking rule
5213         * top/maint.mk (sc_proper_name_utf8_requires_ICONV): Adapt to work
5214         also when $(LIBICONV) is part of LDADD, rather than ${prog}_LDADD.
5215
5216 2010-01-08  Simon Josefsson  <simon@josefsson.org>
5217
5218         * lib/dup2.c (rpl_dup2): Improve comment.
5219
5220 2010-01-08  Eric Blake  <ebb9@byu.net>
5221
5222         maint.mk: allow packages to add makefile @@ exceptions
5223         * top/maint.mk (_makefile_at_at_check_exceptions): New hook.
5224         (sc_makefile_check): Rename...
5225         (sc_makefile_at_at_check): ...to this, and use hook.
5226
5227         dup2: work around mingw bug
5228         * lib/dup2.c (rpl_dup2): Sanitize return value on mingw.
5229         Reported by Simon Josefsson.
5230
5231 2010-01-07  John W. Eaton  <jwe@octave.org>  (tiny change)
5232
5233         glob: Fix C++ compilation.
5234         * lib/glob.in.h [__cplusplus]: Define __BEGIN_DECLS and __END_DECLS for
5235         C++.
5236
5237 2010-01-07  Bruno Haible  <bruno@clisp.org>
5238
5239         Fix indentation of wctype.in.h, broken since 2007-01-06.
5240         * lib/wctype.in.h: Fix indentation of preprocessor directives.
5241
5242 2010-01-07  Bruno Haible  <bruno@clisp.org>
5243
5244         mbslen: Avoid collision with system function.
5245         * lib/string.in.h [MirBSD]: Include <wchar.h>.
5246         (mbslen): Undefine first. Alias mbslen to rpl_mbslen.
5247         * m4/mbslen.m4: New file.
5248         * modules/mbslen (Files): Add it.
5249         (configure.ac): Invoke gl_MBSLEN.
5250         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MBSLEN.
5251         * modules/string (Makefile.am): Substitute HAVE_MBSLEN.
5252         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>
5253         via Ian Beckwith <ianb@erislabs.net>.
5254
5255 2010-01-07  Bruno Haible  <bruno@clisp.org>
5256
5257         dirent: Document the last fix.
5258         * doc/posix-headers/dirent.texi: Document the bug of missing 'ino_t'.
5259
5260 2010-01-07  Bruno Haible  <bruno@clisp.org>
5261
5262         stdio: Ensure <stdio.h> defines off_t, ssize_t, va_list.
5263         * lib/stdio.in.h: Include <sys/types.h> unconditionally.
5264         * tests/test-stdio.c: Verify that fpos_t, off_t, size_t, ssize_t,
5265         va_list are defined.
5266         * doc/posix-headers/stdio.texi: Document the bug of missing types.
5267         Reported by Eric Blake.
5268
5269 2010-01-07  Bruno Haible  <bruno@clisp.org>
5270
5271         xlist, xoset: Fix missing dependency bug, introduced on 2009-12-13.
5272         * modules/xlist (Depends-on): Add 'list',
5273         * modules/xoset (Depends-on): Add 'oset'.
5274         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5275
5276 2010-01-07  Bruno Haible  <bruno@clisp.org>
5277
5278         * doc/posix-functions/strcasecmp.texi: Clarify the platforms.
5279         * doc/posix-functions/strncasecmp.texi: Likewise.
5280
5281 2010-01-07  Bruno Haible  <bruno@clisp.org>
5282
5283         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Simplify logic.
5284
5285 2010-01-07  John W. Eaton  <jwe@octave.org>
5286
5287         wctype: allow C++ use
5288         * lib/wctype.in.h: Add extern "C" block for C++.
5289
5290 2010-01-06  Eric Blake  <ebb9@byu.net>
5291
5292         maint.mk: detect incorrect GFDL usage
5293         * top/maint.mk (_GFDL_regexp, sc_GFDL_version): New rule.
5294
5295 2010-01-06  Jim Meyering  <meyering@redhat.com>
5296         and Eric Blake  <ebb9@byu.net>
5297
5298         maint.mk: ignore multi-line copyright in NEWS
5299         * top/maint.mk (NEWS_hash): Add immunity to multi-line copyright.
5300
5301 2010-01-06  Eric Blake  <ebb9@byu.net>
5302
5303         select: add missing dependency
5304         * modules/select-tests (Depends-on): Move sockets dependency...
5305         * modules/select (Depends-on): ...here.
5306         Reported by Ian Beckwith.
5307
5308         doc: regenerate INSTALL
5309         * doc/INSTALL: Reflect recent autoconf update.
5310         * doc/INSTALL.ISO: Likewise.
5311         * doc/INSTALL.UTF-8: Likewise.
5312
5313         pread: fix compilation on glibc
5314         * m4/pread.m4 (gl_FUNC_PREAD): Request all interfaces.
5315         Reported by Ralf Wildenhues.
5316
5317         dirent: fix test failure
5318         * lib/dirent.in.h (includes): Guarantee ino_t.
5319         Reported by Ralf Wildenhues.
5320
5321 2010-01-06  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
5322
5323         linkat, renameat: avoid bad free
5324         * lib/at-func2.c (at_func2): Fix typo.
5325         Reported via Ian Beckwith, from http://bugs.debian.org/561117.
5326
5327 2010-01-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5328
5329         cleanup after gl_FUNC_READLINK, for gl_FUNC_SYMLINK test
5330         * m4/readlink.m4 (gl_FUNC_READLINK): Remove conftest.lnk2,
5331         to avoid failure of symlink test later.
5332
5333 2010-01-06  Eric Blake  <ebb9@byu.net>
5334
5335         stdio, unistd: guarantee ssize_t
5336         * lib/unistd.in.h (includes): Ensure that types required by POSIX
5337         2008 are exposed when needed.
5338         * lib/stdio.in.h (includes): Likewise.
5339         Reported by Ralf Wildenhues.
5340
5341 2010-01-06  Paolo Bonzini  <bonzini@gnu.org>
5342
5343         nl_langinfo: do not call AC_CHECK_FUNC_ONCE inside if.
5344         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Do not call
5345         AC_CHECK_FUNC_ONCE inside if, do not adjust ac_cv_func_nl_langinfo.
5346
5347 2010-01-06  Jim Meyering  <meyering@redhat.com>
5348
5349         readtokens: this module *does* require xalloc.h
5350         It uses only functions that were omitted by the old syntax-check rule.
5351         * lib/readtokens.c: Include "xalloc.h" once again.
5352         * modules/readtokens (Depends-on): Add xalloc.
5353         This reverts part of 0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c.
5354
5355 2010-01-05  Eric Blake  <ebb9@byu.net>
5356
5357         maint: support 'make announcement' from a VPATH build
5358         * top/maint.mk (announcement): Look for correct NEWS file.
5359
5360 2010-01-05  Aurelien Jarno  <aurelien@aurel32.net>  (tiny change)
5361
5362         utimens (fdutimens): ignore a negative FD, per contract
5363         * lib/utimens.c (fdutimens) [HAVE_FUTIMENS]: Call futimens only
5364         when we have a valid file descriptor.  Otherwise, using a brand
5365         new glibc (with just-patched futimens that now fails with EBADF)
5366         would cause this function to fail with ENOSYS.
5367         Reported by Guillaume Ayoub in http://bugs.debian.org/563726.
5368         See also http://bugzilla.redhat.com/552320.
5369
5370 2010-01-05  Eric Blake  <ebb9@byu.net>
5371
5372         strcase: document what it provides
5373         * doc/posix-functions/strcasecmp.texi (strcasecmp): Mention the
5374         gnulib module.
5375         * doc/posix-functions/strncasecmp.texi (strncasecmp): Likewise.
5376         Reported by Dilyan Palauzov <Dilyan.Palauzov@aegee.org>.
5377
5378 2010-01-05  Jim Meyering  <meyering@redhat.com>
5379
5380         maint: remove useless inclusions of "xalloc.h"
5381         * lib/getloadavg.c: Remove useless inclusion of "xalloc.h".
5382         * lib/readtokens.c: Likewise.
5383         * lib/same.c: Likewise.
5384         * modules/getloadavg (Depends-on): Remove xalloc.
5385         * modules/readtokens: Likewise.
5386         * modules/same: Likewise.
5387
5388         maint.mk: include 4 more function names in alloca.h-checking regexp
5389         * top/maint.mk (sc_prohibit_xalloc_without_use): Use more complete
5390         regexp.  Before, we would give a false-positive (saying alloca.h
5391         is included unnecessarily) when the only uses involved omitted symbols.
5392
5393         xalloc.h: use consistent formatting
5394         * lib/xalloc.h: Move declarations to start in the first column.
5395
5396 2010-01-05  Eric Blake  <ebb9@byu.net>
5397
5398         mkdir: avoid xalloc
5399         * lib/mkdir.c (includes): Drop unused header.
5400         Reported by John W. Eaton.
5401
5402 2010-01-04  Jim Meyering  <meyering@redhat.com>
5403
5404         nl_langinfo: avoid configure-time syntax error
5405         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): When we've already tested
5406         for nl_langinfo.h, AC_CHECK_FUNCS_ONCE([nl_langinfo]) expands to
5407         the empty string.  Don't let that provoke a shell syntax error.
5408
5409         regcomp, regexec, fnmatch: avoid array bounds read error
5410         * lib/regcomp.c (build_equiv_class): From glibc:
5411         Use only the low 24 bits of a findidx return value as an index
5412         into the weights array.  Patch by Ulrich Drepper:
5413         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=b7d1c5fa30
5414         * lib/regexec.c (check_node_accept_bytes): Likewise.
5415         * lib/fnmatch_loop.c (FCT): Likewise.
5416
5417         regcomp: skip collseq lookup when there are no rules
5418         * lib/regcomp.c (lookup_collation_sequence_value): From glibc:
5419         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a532a41df58
5420
5421         regcomp: recognize ill-formed { } expressions
5422         * lib/regcomp.c (parse_dup_op): From glibc:
5423         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a87cd2894cb
5424
5425         regcomp: fix typo in comment
5426         * lib/regcomp.c (duplicate_node_closure): Sync from glibc.
5427         s/satisfy/satisfies/.
5428
5429         regcomp: sync from glibc: remove dead store
5430         * lib/regcomp.c (duplicate_node_closure): Remove useless
5431         search_duplicated_node call and dead store.
5432
5433         regcomp: sync from glibc; always use nl_langinfo
5434         * lib/regcomp.c (init_dfa) [!LIBC]: Always use nl_langinfo (CODESET),
5435         now that gnulib provides it.  Recognize UTF8 as well as UTF-8.
5436         * modules/regex (Depends-on): Add nl_langinfo.
5437
5438 2010-01-04  Eric Blake  <ebb9@byu.net>
5439
5440         fdopendir: fix configure test
5441         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for existing file.
5442
5443 2010-01-01  Bruno Haible  <bruno@clisp.org>
5444
5445         wchar: Remove unused configure check.
5446         * m4/wchar.m4 (gl_WCHAR_H): Don't test whether <wchar.h> is standalone.
5447
5448 2010-01-01  Eric Blake  <ebb9@byu.net>
5449
5450         headers: make check of system header explicit
5451         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't exploit knowledge of
5452         gl_CHECK_NEXT_HEADER internals, but call AC_CHECK_HEADERS_ONCE
5453         ourselves.
5454         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
5455         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
5456         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
5457         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise, for gt_INTTYPES_PRI
5458         internals.
5459         * m4/wchar.m4 (gl_WCHAR_H): Skip followup test if header is
5460         missing.
5461         Suggested by Bruno Haible.
5462
5463 2010-01-01  Jim Meyering  <meyering@redhat.com>
5464
5465         ChangeLog: tweak to eliminate unnecessary copyright line
5466         * ChangeLog: Remove a copyright line that was mistakenly updated
5467         by today's update-copyright run.  Reported by Eric Blake.
5468
5469         test-update-copyright: don't let envvar setting cause test failure
5470         * tests/test-update-copyright.sh: Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
5471
5472 2010-01-01  Bruno Haible  <bruno@clisp.org>
5473
5474         localename: Avoid gcc warning.
5475         * lib/localename.c (gl_locale_name_thread_unsafe): Don't define this
5476         function if it is not used.
5477
5478 2010-01-01  Jim Meyering  <meyering@redhat.com>
5479
5480         update nearly all FSF copyright year lists to include 2010
5481         Use the same procedure as for 2009, outlined in
5482         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
5483
5484         version-etc: set COPYRIGHT_YEAR to 2010
5485         * lib/version-etc.c (COPYRIGHT_YEAR): Manually update the enum.
5486
5487 2009-12-31  Eric Blake  <ebb9@byu.net>
5488
5489         doc: correct availability of cygwin 1.5.x getopt
5490         * doc/posix-functions/optarg.texi (optarg): Cygwin supplies getopt
5491         variables.
5492         * doc/posix-functions/opterr.texi (opterr): Likewise.
5493         * doc/posix-functions/optind.texi (optind): Likewise.
5494         * doc/posix-functions/optopt.texi (optopt): Likewise.
5495         * doc/posix-functions/tzname.texi (tzname): Likewise.
5496
5497         openat: update maintainer
5498         * modules/openat (Maintainer): Add myself.
5499
5500         utimens: avoid shadowing warning
5501         * lib/utimens.c (fdutimens, lutimens): Consolidate separate stat
5502         buffers into one, to avoid shadowing, as well as avoiding a
5503         redundant stat.
5504         Reported by Jim Meyering.
5505
5506         test-dup2: avoid compiler warning
5507         * tests/test-dup2.c (is_inheritable): Only define if used.
5508
5509 2010-01-01  Bruno Haible  <bruno@clisp.org>
5510
5511         vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.
5512         * lib/vasnprintf.c (VASNPRINTF): If GNULIB_defined_mbstate_t is
5513         defined, use wctomb instead of wcrtomb.
5514
5515 2010-01-01  Bruno Haible  <bruno@clisp.org>
5516
5517         iconv: Reject native Solaris iconv.
5518         * m4/iconv.m4 (AM_ICONV_LINK): Recognize native Solaris iconv() bug.
5519         * doc/posix-functions/iconv.texi: Document native Solaris iconv() bug.
5520
5521 2009-12-31  Bruno Haible  <bruno@clisp.org>
5522
5523         * tests/test-signal.c (main): Remove test of 'SIG'.
5524
5525 2009-12-31  Bruno Haible  <bruno@clisp.org>
5526
5527         spawn: Fix incomplete fix.
5528         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
5529         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
5530         warnings for GNULIB_POSIXCHECK again.
5531         Reported by Eric Blake.
5532
5533 2009-12-31  Bruno Haible  <bruno@clisp.org>
5534
5535         Avoid namespace pollution on glibc systems.
5536         * lib/spawn.in.h: Don't include <sched.h>, <signal.h> on glibc systems.
5537         * lib/sys_times.in.h: Don't include <time.h> on glibc systems.
5538         * lib/wchar.in.h: Don't include <stddef.h>, <stdio.h>, <time.h> on
5539         glibc systems.
5540
5541 2009-12-31  Bruno Haible  <bruno@clisp.org>
5542
5543         * m4/wchar.m4 (gl_WCHAR_H): Remove gl_STDDEF_H invocation.
5544         (gl_REPLACE_WCHAR_H): Turn into a no-op.
5545         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Likewise.
5546         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H): Likewise.
5547         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H): Likewise.
5548         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H): Likewise.
5549         * m4/sys_ioctl_h.m4 (gl_REPLACE_SYS_IOCTL_H): Likewise.
5550
5551 2009-12-31  Bruno Haible  <bruno@clisp.org>
5552
5553         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
5554         gl_CHECK_NEXT_HEADERS before testing ac_cv_header_sys_select_h, not
5555         afterwards.
5556
5557 2009-12-31  Bruno Haible  <bruno@clisp.org>
5558
5559         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H_DEFAULTS): Don't set
5560         SYS_UTSNAME_H.
5561
5562 2009-12-31  Bruno Haible  <bruno@clisp.org>
5563
5564         spawn: Fix misapplied patch.
5565         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
5566         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
5567         warnings for GNULIB_POSIXCHECK.
5568
5569 2009-12-31  Bruno Haible  <bruno@clisp.org>
5570
5571         times: Update after sys_times changed.
5572         * m4/times.m4: New file, extracted from modules/times. Set HAVE_TIMES.
5573         * modules/times (Files): Add it.
5574         (configure.ac): Invoke gl_FUNC_TIMES.
5575
5576 2009-12-31  Bruno Haible  <bruno@clisp.org>
5577
5578         Use AC_C_INLINE where necessary.
5579         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Require AC_C_INLINE.
5580         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
5581         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
5582         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
5583         * m4/mbfile.m4 (gl_MBFILE): Likewise.
5584         * m4/mbiter.m4 (gl_MBITER): Likewise.
5585         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
5586         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
5587         * m4/wait-process.m4 (gl_WAIT_PROCESS): Likewise.
5588         * modules/u64 (configure.ac): Likewise.
5589
5590 2009-12-31  Bruno Haible  <bruno@clisp.org>
5591
5592         Use AC_C_INLINE instead of module 'inline' where possible.
5593         * modules/inline (Description): Clarify purpose.
5594         * m4/count-one-bits.m4 (gl_COUNT_ONE_BITS): Require AC_C_INLINE.
5595         * modules/count-one-bits (Depends-on): Remove inline.
5596         * m4/openat.m4 (gl_PREREQ_OPENAT): Require AC_C_INLINE.
5597         * modules/openat (Depends-on): Remove inline.
5598         * modules/fdutimensat (Depends-on, configure.ac): Require AC_C_INLINE
5599         instead of depending on module 'inline'.
5600         * modules/filevercmp (Depends-on, configure.ac): Likewise.
5601         * modules/unicase/cased (Depends-on, configure.ac): Likewise.
5602         * modules/unicase/ignorable (Depends-on, configure.ac): Likewise.
5603         * modules/unictype/category-of (Depends-on, configure.ac): Likewise.
5604         * modules/unictype/category-test (Depends-on, configure.ac): Likewise.
5605         * modules/unictype/ctype-alnum (Depends-on, configure.ac): Likewise.
5606         * modules/unictype/ctype-alpha (Depends-on, configure.ac): Likewise.
5607         * modules/unictype/ctype-blank (Depends-on, configure.ac): Likewise.
5608         * modules/unictype/ctype-cntrl (Depends-on, configure.ac): Likewise.
5609         * modules/unictype/ctype-digit (Depends-on, configure.ac): Likewise.
5610         * modules/unictype/ctype-graph (Depends-on, configure.ac): Likewise.
5611         * modules/unictype/ctype-lower (Depends-on, configure.ac): Likewise.
5612         * modules/unictype/ctype-print (Depends-on, configure.ac): Likewise.
5613         * modules/unictype/ctype-punct (Depends-on, configure.ac): Likewise.
5614         * modules/unictype/ctype-space (Depends-on, configure.ac): Likewise.
5615         * modules/unictype/ctype-upper (Depends-on, configure.ac): Likewise.
5616         * modules/unictype/ctype-xdigit (Depends-on, configure.ac): Likewise.
5617         * modules/unictype/property-alphabetic (Depends-on, configure.ac):
5618         Likewise.
5619         * modules/unictype/property-ascii-hex-digit (Depends-on,
5620         configure.ac): Likewise.
5621         * modules/unictype/property-bidi-arabic-digit (Depends-on,
5622         configure.ac): Likewise.
5623         * modules/unictype/property-bidi-arabic-right-to-left (Depends-on,
5624         configure.ac): Likewise.
5625         * modules/unictype/property-bidi-block-separator (Depends-on,
5626         configure.ac): Likewise.
5627         * modules/unictype/property-bidi-boundary-neutral (Depends-on,
5628         configure.ac): Likewise.
5629         * modules/unictype/property-bidi-common-separator (Depends-on,
5630         configure.ac): Likewise.
5631         * modules/unictype/property-bidi-control (Depends-on, configure.ac):
5632         Likewise.
5633         * modules/unictype/property-bidi-embedding-or-override (Depends-on,
5634         configure.ac): Likewise.
5635         * modules/unictype/property-bidi-eur-num-separator (Depends-on,
5636         configure.ac): Likewise.
5637         * modules/unictype/property-bidi-eur-num-terminator (Depends-on,
5638         configure.ac): Likewise.
5639         * modules/unictype/property-bidi-european-digit (Depends-on,
5640         configure.ac): Likewise.
5641         * modules/unictype/property-bidi-hebrew-right-to-left (Depends-on,
5642         configure.ac): Likewise.
5643         * modules/unictype/property-bidi-left-to-right (Depends-on,
5644         configure.ac): Likewise.
5645         * modules/unictype/property-bidi-non-spacing-mark (Depends-on,
5646         configure.ac): Likewise.
5647         * modules/unictype/property-bidi-other-neutral (Depends-on,
5648         configure.ac): Likewise.
5649         * modules/unictype/property-bidi-pdf (Depends-on, configure.ac):
5650         Likewise.
5651         * modules/unictype/property-bidi-segment-separator (Depends-on,
5652         configure.ac): Likewise.
5653         * modules/unictype/property-bidi-whitespace (Depends-on,
5654         configure.ac): Likewise.
5655         * modules/unictype/property-combining (Depends-on, configure.ac):
5656         Likewise.
5657         * modules/unictype/property-composite (Depends-on, configure.ac):
5658         Likewise.
5659         * modules/unictype/property-currency-symbol (Depends-on,
5660         configure.ac): Likewise.
5661         * modules/unictype/property-dash (Depends-on, configure.ac): Likewise.
5662         * modules/unictype/property-decimal-digit (Depends-on, configure.ac):
5663         Likewise.
5664         * modules/unictype/property-default-ignorable-code-point (Depends-on,
5665         configure.ac): Likewise.
5666         * modules/unictype/property-deprecated (Depends-on, configure.ac):
5667         Likewise.
5668         * modules/unictype/property-diacritic (Depends-on, configure.ac):
5669         Likewise.
5670         * modules/unictype/property-extender (Depends-on, configure.ac):
5671         Likewise.
5672         * modules/unictype/property-format-control (Depends-on, configure.ac):
5673         Likewise.
5674         * modules/unictype/property-grapheme-base (Depends-on, configure.ac):
5675         Likewise.
5676         * modules/unictype/property-grapheme-extend (Depends-on, configure.ac):
5677         Likewise.
5678         * modules/unictype/property-grapheme-link (Depends-on, configure.ac):
5679         Likewise.
5680         * modules/unictype/property-hex-digit (Depends-on, configure.ac):
5681         Likewise.
5682         * modules/unictype/property-hyphen (Depends-on, configure.ac):
5683         Likewise.
5684         * modules/unictype/property-id-continue (Depends-on, configure.ac):
5685         Likewise.
5686         * modules/unictype/property-id-start (Depends-on, configure.ac):
5687         Likewise.
5688         * modules/unictype/property-ideographic (Depends-on, configure.ac):
5689         Likewise.
5690         * modules/unictype/property-ids-binary-operator (Depends-on,
5691         configure.ac): Likewise.
5692         * modules/unictype/property-ids-trinary-operator (Depends-on,
5693         configure.ac): Likewise.
5694         * modules/unictype/property-ignorable-control (Depends-on,
5695         configure.ac): Likewise.
5696         * modules/unictype/property-iso-control (Depends-on, configure.ac):
5697         Likewise.
5698         * modules/unictype/property-join-control (Depends-on, configure.ac):
5699         Likewise.
5700         * modules/unictype/property-left-of-pair (Depends-on, configure.ac):
5701         Likewise.
5702         * modules/unictype/property-line-separator (Depends-on, configure.ac):
5703         Likewise.
5704         * modules/unictype/property-logical-order-exception (Depends-on,
5705         configure.ac): Likewise.
5706         * modules/unictype/property-lowercase (Depends-on, configure.ac):
5707         Likewise.
5708         * modules/unictype/property-math (Depends-on, configure.ac): Likewise.
5709         * modules/unictype/property-non-break (Depends-on, configure.ac):
5710         Likewise.
5711         * modules/unictype/property-not-a-character (Depends-on, configure.ac):
5712         Likewise.
5713         * modules/unictype/property-numeric (Depends-on, configure.ac):
5714         Likewise.
5715         * modules/unictype/property-other-alphabetic (Depends-on,
5716         configure.ac): Likewise.
5717         * modules/unictype/property-other-default-ignorable-code-point
5718         (Depends-on, configure.ac): Likewise.
5719         * modules/unictype/property-other-grapheme-extend (Depends-on,
5720         configure.ac): Likewise.
5721         * modules/unictype/property-other-id-continue (Depends-on,
5722         configure.ac): Likewise.
5723         * modules/unictype/property-other-id-start (Depends-on, configure.ac):
5724         Likewise.
5725         * modules/unictype/property-other-lowercase (Depends-on, configure.ac):
5726         Likewise.
5727         * modules/unictype/property-other-math (Depends-on, configure.ac):
5728         Likewise.
5729         * modules/unictype/property-other-uppercase (Depends-on, configure.ac):
5730         Likewise.
5731         * modules/unictype/property-paired-punctuation (Depends-on,
5732         configure.ac): Likewise.
5733         * modules/unictype/property-paragraph-separator (Depends-on,
5734         configure.ac): Likewise.
5735         * modules/unictype/property-pattern-syntax (Depends-on, configure.ac):
5736         Likewise.
5737         * modules/unictype/property-pattern-white-space (Depends-on,
5738         configure.ac): Likewise.
5739         * modules/unictype/property-private-use (Depends-on, configure.ac):
5740         Likewise.
5741         * modules/unictype/property-punctuation (Depends-on, configure.ac):
5742         Likewise.
5743         * modules/unictype/property-quotation-mark (Depends-on, configure.ac):
5744         Likewise.
5745         * modules/unictype/property-radical (Depends-on, configure.ac):
5746         Likewise.
5747         * modules/unictype/property-sentence-terminal (Depends-on,
5748         configure.ac): Likewise.
5749         * modules/unictype/property-soft-dotted (Depends-on, configure.ac):
5750         Likewise.
5751         * modules/unictype/property-space (Depends-on, configure.ac): Likewise.
5752         * modules/unictype/property-terminal-punctuation (Depends-on,
5753         configure.ac): Likewise.
5754         * modules/unictype/property-titlecase (Depends-on, configure.ac):
5755         Likewise.
5756         * modules/unictype/property-unassigned-code-value (Depends-on,
5757         configure.ac): Likewise.
5758         * modules/unictype/property-unified-ideograph (Depends-on,
5759         configure.ac): Likewise.
5760         * modules/unictype/property-uppercase (Depends-on, configure.ac):
5761         Likewise.
5762         * modules/unictype/property-variation-selector (Depends-on,
5763         configure.ac): Likewise.
5764         * modules/unictype/property-white-space (Depends-on, configure.ac):
5765         Likewise.
5766         * modules/unictype/property-xid-continue (Depends-on, configure.ac):
5767         Likewise.
5768         * modules/unictype/property-xid-start (Depends-on, configure.ac):
5769         Likewise.
5770         * modules/unictype/property-zero-width (Depends-on, configure.ac):
5771         Likewise.
5772         * modules/unictype/syntax-c-ident (Depends-on, configure.ac): Likewise.
5773         * modules/unictype/syntax-java-ident (Depends-on, configure.ac):
5774         Likewise.
5775
5776 2009-12-31  Bruno Haible  <bruno@clisp.org>
5777
5778         Remove unnecessary AC_C_INLINE invocation.
5779         * m4/popen.m4 (gl_PREREQ_POPEN): Don't invoke AC_C_INLINE. Not needed
5780         since 2009-08-21.
5781
5782 2009-12-31  Jim Meyering  <meyering@redhat.com>
5783
5784         maint.mk: don't require explicit gpg_key_ID in cfg.mk
5785         * top/maint.mk (gpg_key_ID): Derive key ID from signed release tag.
5786         With this change, we can all remove the gpg_key_ID = ... definition
5787         from our respective cfg.mk files.
5788
5789         maint.mk: create announcement template in ~/, not in /tmp
5790         * top/maint.mk (emit_upload_commands): Adjust.
5791         (release-prep): Emit into ~/announce-..., not /tmp/announce-...
5792         Remove temporary file, .ci-msg.
5793
5794 2009-12-31  Eric Blake  <ebb9@byu.net>
5795
5796         link-warning: always build headers with link warnings
5797         * modules/arpa_inet (Makefile.am): Always build replacement
5798         header.
5799         * modules/ctype (Makefile.am): Likewise.
5800         * modules/dirent (Makefile.am): Likewise.
5801         * modules/inttypes (Makefile.am): Likewise.
5802         * modules/langinfo (Makefile.am): Likewise.
5803         * modules/locale (Makefile.am): Likewise.
5804         * modules/spawn (Makefile.am): Likewise.
5805         * modules/sys_file (Makefile.am): Likewise.
5806         * modules/sys_ioctl (Makefile.am): Likewise.
5807         * modules/sys_select (Makefile.am): Likewise.
5808         * modules/sys_socket (Makefile.am): Likewise.
5809         * modules/sys_times (Makefile.am): Likewise.
5810         * modules/sys_utsname (Makefile.am): Likewise.
5811         * modules/sys_wait (Makefile.am): Likewise.
5812         * modules/wchar (Makefile.am): Likewise.
5813         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET)
5814         (gl_ARPA_INET_H_DEFAULTS): Drop unneeded variable.
5815         * m4/ctype.m4 (gl_CTYPE_H_DEFAULTS): Likewise.
5816         * m4/isblank.m4 (gl_FUNC_ISBLANK): Likewise.
5817         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H, gl_DIRENT_H_DEFAULTS):
5818         Likewise.
5819         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
5820         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
5821         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_H_DEFAULTS):
5822         Likewise.
5823         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H, gl_SPAWN_H_DEFAULTS):
5824         Likewise.
5825         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Likewise.
5826         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H, gl_REPLACE_SYS_IOCTL_H)
5827         (gl_SYS_IOCTL_H_DEFAULTS): Likewise.
5828         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
5829         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
5830         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
5831         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
5832         * m4/wchar.m4 (gl_WCHAR_H, gl_REPLACE_WCHAR_H)
5833         (gl_WCHAR_H_DEFAULTS): Likewise.
5834
5835 2009-12-31  Eric Blake  <ebb9@byu.net>
5836
5837         signal, spawn: use link warnings
5838         * lib/signal.in.h (sigset_t): Make unconditional.
5839         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset)
5840         (sigpending, sigprocmask, sigaction): Add link warnings.
5841         * lib/spawn.in.h (posix_spawn, posix_spawnp, posix_spawnattr_init)
5842         (posix_spawnattr_destroy, posix_spawnattr_getsigdefault)
5843         (posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask)
5844         (posix_spawnattr_setsigmask, posix_spawnattr_getflags)
5845         (posix_spawnattr_setflags, posix_spawnattr_getpgroup)
5846         (posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy)
5847         (posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam)
5848         (posix_spawnattr_setschedparam, posix_spawn_file_actions_init)
5849         (posix_spawn_file_actions_destroy)
5850         (posix_spawn_file_actions_addopen)
5851         (posix_spawn_file_actions_addclose)
5852         (posix_spawn_file_actions_adddup2): Likewise.
5853         * m4/signal_h.m4 (gl_SIGNAL_H): Guarantee uid_t.
5854         * tests/test-signal.c (main): Enhance test.
5855
5856         spawn: improve wrapper support
5857         * m4/spawn_h.m4 (gl_SPAWN_H): Check for type existence.
5858         (gl_SPAWN_H_DEFAULTS): New defaults.
5859         * modules/spawn (Makefile.am): Substitute them.
5860         * lib/spawn.in.h: (posix_spawnattr_t, posix_spawn_file_actions_t):
5861         Only declare if missing or broken.
5862
5863         sys_times, sys_utsname: use include_next
5864         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Support wrapping an existing
5865         header.
5866         (gl_SYS_TIMES_H_DEFAULTS): Add another variable.
5867         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
5868         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
5869         * modules/sys_times (Depends-on): Add include_next.
5870         (Makefile.am): Substitute additional values.
5871         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
5872         * lib/sys_times.in.h (includes): Include native header, if
5873         available.
5874         * lib/sys_utsname.in.h (includes): Likewise.
5875         * tests/test-sys_times.c (main): Enhance test.
5876
5877         fdutimensat: revert prior patch
5878         * modules/fdutimensat (Depends-on): Re-add inline; it is needed by
5879         utimens.h.
5880         Reported by Bruno Haible.
5881
5882 2009-12-30  Eric Blake  <ebb9@byu.net>
5883
5884         sys_wait: drop link-warning dependency
5885         * modules/sys_wait (Depends-on, Makefile.am): Drop unneeded
5886         link-warning efforts.
5887         * lib/sys_wait.in.h: Likewise.
5888
5889         fdutimensat: remove bogus dependency
5890         * modules/fdutimensat (Depends-on): Drop inline.
5891
5892         unistd: fix typo
5893         * lib/unistd.in.h (linkat) [GNULIB_POSIXCHECK]: Fix typo.
5894
5895 2009-12-30  Bruno Haible  <bruno@clisp.org>
5896
5897         Fix compilation error with Solaris cc.
5898         * lib/unicase/u8-is-invariant.c: Include <stdbool.h>.
5899         * lib/unicase/u16-is-invariant.c: Likewise.
5900         * lib/unicase/u32-is-invariant.c: Likewise.
5901         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
5902
5903 2009-12-30  Bruno Haible  <bruno@clisp.org>
5904
5905         Fix test crash.
5906         * tests/test-localename.c (test_locale_name_thread): Skip unavailable
5907         locales.
5908         Reported by Simon Josefsson <simon@josefsson.org>.
5909
5910 2009-12-30  Bruno Haible  <bruno@clisp.org>
5911
5912         Fix compilation error on most platforms.
5913         * tests/test-localename.c (categories): Define only if HAVE_NEWLOCALE.
5914         Reported by Simon Josefsson <simon@josefsson.org>
5915         and Nelson H. F. Beebe <beebe@math.utah.edu>.
5916
5917 2009-12-30  Eric Blake  <ebb9@byu.net>
5918
5919         futimens, utimensat: work around ntfs-3g bug
5920         * lib/utimensat.c (rpl_utimensat): Drop attempts to cache whether
5921         a ctime bug is present, and expand workaround to cover ntfs-3g.
5922         * lib/utimens.c (fdutimens, lutimens): Likewise.
5923         (utimensat_ctime_really, detect_ctime_bug): Drop cache mechanism.
5924         (validate_timespec): Adjust return value.
5925         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Update comment.
5926         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
5927         Reported by ctrn3e8 <ctrn3e8@gmail.com>.
5928
5929 2009-12-29  Eric Blake  <ebb9@byu.net>
5930
5931         link-warning: make usage consistent
5932         * modules/ctype (Depends-on): Add link-warning.
5933         (Makefile.am): Update rules accordingly.
5934         * modules/langinfo (Depends-on, Makefile.am): Likewise.
5935         * modules/locale (Depends-on, Makefile.am): Likewise.
5936         * modules/sys_file (Makefile.am): Likewise.
5937         * modules/getopt-posix (Makefile.am): Delete unused link warning
5938         efforts.
5939         * lib/ctype.in.h (GL_LINK_WARNING): Ensure definition before use.
5940         * lib/langinfo.in.h (GL_LINK_WARNING): Likewise.
5941         * lib/locale.in.h (GL_LINK_WARNING): Likewise.
5942         * lib/sys_file.in.h (GL_LINK_WARNING): Likewise.
5943
5944         stdio: remove unused variables
5945         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Remove unused variables.
5946         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Likewise.
5947         * m4/ftello.m4 (gl_FUNC_FTELLO): Likewise.
5948
5949         tests: test more substitute headers
5950         * modules/ctype-tests: New file.
5951         * modules/dirent-tests: Likewise.
5952         * modules/spawn-tests: Likewise.
5953         * modules/sys_file-tests: Likewise.
5954         * modules/sys_ioctl-tests: Likewise.
5955         * modules/sys_wait-tests: Likewise.
5956         * tests/test-ctype.c: Likewise.
5957         * tests/test-dirent.c: Likewise.
5958         * tests/test-spawn.c: Likewise.
5959         * tests/test-sys_file.c: Likewise.
5960         * tests/test-sys_ioctl.c: Likewise.
5961         * tests/test-sys_wait.c: Likewise.
5962         * m4/spawn_h.m4 (gl_SPAWN_H): Replace header if it is missing.
5963         * lib/sys_file.in.h (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Provide
5964         whether or not flock is in use.
5965
5966         tests: remove License section from module
5967         * modules/arpa_inet-tests: Remove unneeded section.
5968         * modules/byteswap-tests: Likewise.
5969         * modules/ceilf-tests: Likewise.
5970         * modules/ceill-tests: Likewise.
5971         * modules/crypto/des-tests: Likewise.
5972         * modules/crypto/gc-arcfour-tests: Likewise.
5973         * modules/crypto/gc-arctwo-tests: Likewise.
5974         * modules/crypto/gc-des-tests: Likewise.
5975         * modules/crypto/gc-hmac-md5-tests: Likewise.
5976         * modules/crypto/gc-hmac-sha1-tests: Likewise.
5977         * modules/crypto/gc-md2-tests: Likewise.
5978         * modules/crypto/gc-md4-tests: Likewise.
5979         * modules/crypto/gc-md5-tests: Likewise.
5980         * modules/crypto/gc-pbkdf2-sha1-tests: Likewise.
5981         * modules/crypto/gc-rijndael-tests: Likewise.
5982         * modules/crypto/gc-sha1-tests: Likewise.
5983         * modules/crypto/gc-tests: Likewise.
5984         * modules/crypto/md2-tests: Likewise.
5985         * modules/crypto/md4-tests: Likewise.
5986         * modules/fcntl-h-tests: Likewise.
5987         * modules/floorf-tests: Likewise.
5988         * modules/floorl-tests: Likewise.
5989         * modules/frexp-nolibm-tests: Likewise.
5990         * modules/frexp-tests: Likewise.
5991         * modules/frexpl-nolibm-tests: Likewise.
5992         * modules/frexpl-tests: Likewise.
5993         * modules/getaddrinfo-tests: Likewise.
5994         * modules/inttypes-tests: Likewise.
5995         * modules/isfinite-tests: Likewise.
5996         * modules/isinf-tests: Likewise.
5997         * modules/ldexpl-tests: Likewise.
5998         * modules/locale-tests: Likewise.
5999         * modules/math-tests: Likewise.
6000         * modules/netdb-tests: Likewise.
6001         * modules/netinet_in-tests: Likewise.
6002         * modules/printf-frexp-tests: Likewise.
6003         * modules/printf-frexpl-tests: Likewise.
6004         * modules/priv-set-tests: Likewise.
6005         * modules/random_r-tests: Likewise.
6006         * modules/round-tests: Likewise.
6007         * modules/roundf-tests: Likewise.
6008         * modules/roundl-tests: Likewise.
6009         * modules/search-tests: Likewise.
6010         * modules/select-tests: Likewise.
6011         * modules/signal-tests: Likewise.
6012         * modules/stdbool-tests: Likewise.
6013         * modules/stddef-tests: Likewise.
6014         * modules/stdint-tests: Likewise.
6015         * modules/stdio-tests: Likewise.
6016         * modules/stdlib-tests: Likewise.
6017         * modules/string-tests: Likewise.
6018         * modules/strings-tests: Likewise.
6019         * modules/sys_select-tests: Likewise.
6020         * modules/sys_socket-tests: Likewise.
6021         * modules/sys_stat-tests: Likewise.
6022         * modules/sys_time-tests: Likewise.
6023         * modules/sys_utsname-tests: Likewise.
6024         * modules/sysexits-tests: Likewise.
6025         * modules/time-tests: Likewise.
6026         * modules/trunc-tests: Likewise.
6027         * modules/truncf-tests: Likewise.
6028         * modules/truncl-tests: Likewise.
6029         * modules/tsearch-tests: Likewise.
6030         * modules/unistd-tests: Likewise.
6031         * modules/wchar-tests: Likewise.
6032         * modules/wctype-tests: Likewise.
6033
6034         tests: fix license on several tests
6035         * tests/test-des.c: Update to GPLv3+.
6036         * tests/test-flock.c: Likewise.
6037         * tests/test-fsync.c: Likewise.
6038         * tests/test-futimens.h: Likewise.
6039         * tests/test-gc-arcfour.c: Likewise.
6040         * tests/test-gc-arctwo.c: Likewise.
6041         * tests/test-gc-des.c: Likewise.
6042         * tests/test-gc-hmac-md5.c: Likewise.
6043         * tests/test-gc-hmac-sha1.c: Likewise.
6044         * tests/test-gc-md2.c: Likewise.
6045         * tests/test-gc-md4.c: Likewise.
6046         * tests/test-gc-md5.c: Likewise.
6047         * tests/test-gc-pbkdf2-sha1.c: Likewise.
6048         * tests/test-gc-rijndael.c: Likewise.
6049         * tests/test-gc-sha1.c: Likewise.
6050         * tests/test-gc.c: Likewise.
6051         * tests/test-getcwd.c: Likewise.
6052         * tests/test-link.c: Likewise.
6053         * tests/test-link.h: Likewise.
6054         * tests/test-lutimens.h: Likewise.
6055         * tests/test-md2.c: Likewise.
6056         * tests/test-md4.c: Likewise.
6057         * tests/test-mkdir.h: Likewise.
6058         * tests/test-rename.c: Likewise.
6059         * tests/test-rename.h: Likewise.
6060         * tests/test-safe-alloc.c: Likewise.
6061         * tests/test-utimens-common.h: Likewise.
6062         * tests/test-utimens.h: Likewise.
6063
6064         maint: sync license texts
6065         * config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi.
6066         * doc/gpl-3.0.texi: Revert copyright year update.
6067         * doc/lgpl-3.0.texi: Likewise.
6068
6069 2009-12-29  Jim Meyering  <meyering@redhat.com>
6070
6071         update nearly all FSF copyright year lists to include 2009
6072         The files named by the following are exempted:
6073             grep -v '^#' config/srclist.txt|grep -v '^$' | while read src dst; do
6074               test -f "$dst" && { echo "$dst"; continue; }
6075               test -d "$dst" || continue
6076               echo "$dst"/$(basename "$src")
6077             done > exempt
6078             git ls-files tests/unictype >> exempt
6079         In the remaining files, convert to all-interval notation if
6080         - there is already at least one year interval like 2000-2003
6081         - the file is maintained by me
6082         - the file is in lib/uni*/, where that style already prevails
6083         Otherwise, use update-copyright's default.
6084
6085 2009-12-29  Simon Josefsson  <simon@josefsson.org>
6086         and Eric Blake  <ebb9@byu.net>
6087
6088         tests: don't require debug system() to pass
6089         * tests/test-lstat.h (test_lstat_func): Move debug cleanup...
6090         * tests/test-rmdir.h (test_rmdir_func): Likewise.
6091         * tests/test-unlink.h (test_unlink_func): Likewise.
6092         * tests/test-fstatat.c (main): ...into callers.
6093         * tests/test-lstat.c (main): Likewise.
6094         * tests/test-rmdir.c (main): Likewise.
6095         * tests/test-unlink.c (main): Likewise.
6096         * tests/test-unlinkat.c (main): Likewise.
6097         * tests/test-areadlink-with-size.c (main): Don't require a
6098         debug-only system call to pass, aiding cross-testing to mingw.
6099         * tests/test-areadlink.c (main): Likewise.
6100         * tests/test-areadlinkat-with-size.c (main): Likewise.
6101         * tests/test-areadlinkat.c (main): Likewise.
6102         * tests/test-canonicalize-lgpl.c (main): Likewise.
6103         * tests/test-canonicalize.c (main): Likewise.
6104         * tests/test-chown.c (main): Likewise.
6105         * tests/test-fchownat.c (main): Likewise.
6106         * tests/test-lchown.c (main): Likewise.
6107         * tests/test-fdutimensat.c (main): Likewise.
6108         * tests/test-futimens.c (main): Likewise.
6109         * tests/test-link.c (main): Likewise.
6110         * tests/test-linkat.c (main): Likewise.
6111         * tests/test-mkdir.c (main): Likewise.
6112         * tests/test-mkdirat.c (main): Likewise.
6113         * tests/test-mkfifo.c (main): Likewise.
6114         * tests/test-mkfifoat.c (main): Likewise.
6115         * tests/test-mknod.c (main): Likewise.
6116         * tests/test-readlink.c (main): Likewise.
6117         * tests/test-remove.c (main): Likewise.
6118         * tests/test-rename.c (main): Likewise.
6119         * tests/test-renameat.c (main): Likewise.
6120         * tests/test-symlink.c (main): Likewise.
6121         * tests/test-symlinkat.c (main): Likewise.
6122         * tests/test-utimens.c (main): Likewise.
6123         * tests/test-utimensat.c (main): Likewise.
6124
6125 2009-12-29  Simon Josefsson  <simon@josefsson.org>
6126
6127         * modules/selinux-h (selinux/selinux.h, selinux/context.h): Depend
6128         on $(UNUSED_PARAMETER_H) to avoid build failure.
6129
6130 2009-12-28  Jim Meyering  <meyering@redhat.com>
6131
6132         update-copyright: you may specify a max. line length other than 72
6133         * build-aux/update-copyright: Honor $UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
6134
6135         maint: use consistent FSF copyright line syntax
6136         * lib/posixtm.c: Add missing comma in FSF copyright line.
6137         * lib/posixtm.h: Likewise.
6138         * lib/getugroups.c: Add missing ", Inc.".
6139
6140         pmccabe2html: emit consistent FSF copyright; remove trailing blanks
6141         * build-aux/pmccabe2html: Insert comma before "Inc." in emitted
6142         FSF copyright line.  Remove trailing blanks.
6143
6144 2009-12-28  Eric Blake  <ebb9@byu.net>
6145
6146         test-dup2: reduce dependencies
6147         * modules/cloexec (Configure.ac): Set witness.
6148         * modules/dup2-tests (Depends-on): Drop cloexec.
6149         * tests/test-dup2.c (main): Skip portion of test if cloexec module
6150         not present.
6151         Suggested by Bruno Haible.
6152
6153 2009-12-26  Bruno Haible  <bruno@clisp.org>
6154
6155         Remove an unneeded dependency.
6156         * modules/fseterr (Depends-on): Remove dup2.
6157
6158 2009-12-26  Eric Blake  <ebb9@byu.net>
6159
6160         tests: use macros.h in more places
6161         * tests/macros.h (ASSERT): Depend on ASSERT_STREAM.
6162         (ASSERT_STREAM): Provide default of stderr.
6163         * tests/test-dirent-safer.c: Include macros.h, using alternate
6164         stream for assertions.
6165         * tests/test-dup-safer.c: Likewise.
6166         * tests/test-freopen-safer.c: Likewise.
6167         * tests/test-getopt.c: Likewise.
6168         * tests/test-openat-safer.c: Likewise.
6169         * tests/test-pipe.c: Likewise.
6170         * tests/test-popen-safer.c: Likewise.
6171         * modules/dirent-safer-tests (Files): Include macros.h.
6172         * modules/unistd-safer-tests (Files): Likewise.
6173         * modules/freopen-safer-tests (Files): Likewise.
6174         * modules/getopt-posix-tests (Files): Likewise.
6175         * modules/openat-safer-tests (Files): Likewise.
6176         * modules/pipe-tests (Files): Likewise.
6177
6178 2009-12-26  Bruno Haible  <bruno@clisp.org>
6179
6180         javacomp: Portability fix.
6181         * m4/javacomp.m4 (gt_JAVACOMP): Fix creation of conftestver.class so
6182         that it also works on Solaris.
6183
6184 2009-12-26  Bruno Haible  <bruno@clisp.org>
6185
6186         localename: Fix storage allocation of gl_locale_name_thread's result.
6187         * lib/localename.c (SIZE_BITS, string_hash, struct hash_node,
6188         HASH_TABLE_SIZE, struniq_hash_table, struniq_lock, struniq): Define on
6189         all platforms that have 'uselocale'.
6190         (gl_locale_name_thread_unsafe): New function, extracted from
6191         gl_locale_name_thread.
6192         (gl_locale_name_thread): Call struniq on all platforms that have
6193         'uselocale'.
6194         * tests/test-localename.c (test_locale_name_thread): Check that the
6195         resulting strings are permanently allocated.
6196         * modules/localename-tests (Depends-on): Add strdup.
6197
6198 2009-12-26  Bruno Haible  <bruno@clisp.org>
6199
6200         * tests/test-localename.c (categories): Fill in the strings.
6201
6202 2009-12-26  Jim Meyering  <meyering@redhat.com>
6203
6204         isdir: complete the removal of m4/isdir.m4
6205         * modules/isdir (configure.ac): Remove reference to gl_ISDIR.
6206
6207         isdir: clean up, since at least grep still uses it
6208         * lib/isdir.c: Include "isdir.h".
6209         (S_ISDIR): Remove now-unneeded definition.
6210         * modules/isdir (Files): Add lib/isdir.h.
6211         * lib/isdir.h: New file, with declaration.
6212         * m4/isdir.m4: Remove file -- unneeded.
6213
6214 2009-12-25  Bruno Haible  <bruno@clisp.org>
6215
6216         selinux-h: Make generated .h files standalone.
6217         * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER
6218         definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED.
6219         * lib/se-selinux.in.h: Likewise.
6220         * modules/selinux-h (Depends-on): Add unused-parameter.
6221         (Makefile.am): Insert definition of _GL_UNUSED_PARAMETER into
6222         selinux/selinux.h and selinux/context.h.
6223         Suggested by Eric Blake.
6224
6225 2009-12-25  Bruno Haible  <bruno@clisp.org>
6226
6227         Move gl_FCNTL_O_FLAGS to a separate .m4 file.
6228         * m4/fcntl-o.m4: New file, extracted from m4/fcntl_h.m4.
6229         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): Remove macro.
6230         * modules/fcntl-h (Files): Add m4/fcntl-o.m4.
6231         * modules/localcharset (Files): Likewise. Remove m4/fcntl_h.m4.
6232
6233 2009-12-24  Bruno Haible  <bruno@clisp.org>
6234
6235         openat: Fix warning.
6236         * lib/openat-proc.c: Include <unistd.h>.
6237
6238 2009-12-24  Bruno Haible  <bruno@clisp.org>
6239
6240         New module 'unused-parameter'.
6241         * build-aux/unused-parameter.h: New file, extracted from earlier
6242         gnulib-common.m4.
6243         * modules/unused-parameter: New file.
6244         * lib/unistr.h: Include unused-parameter.h.
6245         (u32_mbtouc_unsafe, u32_mbtouc): Use _GL_UNUSED_PARAMETER instead of
6246         _GL_UNUSED.
6247         * modules/unistr/base (Depends-on): Add unused-parameter.
6248
6249 2009-12-24  Bruno Haible  <bruno@clisp.org>
6250
6251         Add missing dependencies to 'extensions' module.
6252         * m4/extensions.m4: Add comment.
6253         * modules/accept4 (Depends-on): Add extensions.
6254         * modules/dup3 (Depends-on): Likewise.
6255         * modules/fcntl (Depends-on): Likewise.
6256         * modules/futimens (Depends-on): Likewise.
6257         * modules/mknod (Depends-on): Likewise.
6258         * modules/pipe2 (Depends-on): Likewise.
6259         * modules/stat-time (Depends-on): Likewise.
6260         * modules/strcasestr-simple (Depends-on): Likewise.
6261         * modules/strsignal (Depends-on): Likewise.
6262         * modules/utimensat (Depends-on): Likewise.
6263         * modules/localcharset (Depends-on): Likewise. Needed because of
6264         gl_FCNTL_O_FLAGS.
6265         * modules/wcrtomb (Depends-on): Likewise. Needed because of
6266         AC_TYPE_MBSTATE_T.
6267         * modules/wcsnrtombs (Depends-on): Likewise.
6268         * modules/wcsrtombs (Depends-on): Likewise.
6269
6270 2009-12-24  Bruno Haible  <bruno@clisp.org>
6271
6272         binary-io: Avoid gcc warning due to SET_BINARY.
6273         * lib/binary-io.h (SET_BINARY): Cast the result to void.
6274         Reported by Jim Meyering <jim@meyering.net>. Suggestion by Eric Blake.
6275
6276 2009-12-24  Bruno Haible  <bruno@clisp.org>
6277
6278         Avoid future namespace pollution on glibc systems.
6279         * lib/arpa_inet.in.h: Don't include <sys/socket.h> on glibc systems.
6280         * lib/sys_ioctl.in.h: Don't include <unistd.h> on glibc systems.
6281         * lib/sys_select.in.h: Don't include <sys/time.h> and <string.h> on
6282         glibc systems.
6283
6284 2009-12-24  Bruno Haible  <bruno@clisp.org>
6285
6286         Refactor common macros used in tests.
6287         * tests/macros.h: New file.
6288         * tests/test-areadlink.c: Include macros.h. Don't include <stdio.h>
6289         and/or <stdlib.h>, if appropriate.
6290         (ASSERT, SIZEOF): Remove macros.
6291         * tests/test-areadlink-with-size.c: Likewise.
6292         * tests/test-areadlinkat.c: Likewise.
6293         * tests/test-areadlinkat-with-size.c: Likewise.
6294         * tests/test-argmatch.c: Likewise.
6295         * tests/test-argv-iter.c: Likewise.
6296         * tests/test-array-mergesort.c: Likewise.
6297         * tests/test-array_list.c: Likewise.
6298         * tests/test-array_oset.c: Likewise.
6299         * tests/test-avltree_list.c: Likewise.
6300         * tests/test-avltree_oset.c: Likewise.
6301         * tests/test-avltreehash_list.c: Likewise.
6302         * tests/test-base64.c: Likewise.
6303         * tests/test-binary-io.c: Likewise.
6304         * tests/test-bitrotate.c: Likewise.
6305         * tests/test-btowc.c: Likewise.
6306         * tests/test-byteswap.c: Likewise.
6307         * tests/test-c-ctype.c: Likewise.
6308         * tests/test-c-stack.c: Likewise.
6309         * tests/test-c-strcasecmp.c: Likewise.
6310         * tests/test-c-strcasestr.c: Likewise.
6311         * tests/test-c-strncasecmp.c: Likewise.
6312         * tests/test-c-strstr.c: Likewise.
6313         * tests/test-canonicalize-lgpl.c: Likewise.
6314         * tests/test-canonicalize.c: Likewise.
6315         * tests/test-carray_list.c: Likewise.
6316         * tests/test-ceilf1.c: Likewise.
6317         * tests/test-ceilf2.c: Likewise.
6318         * tests/test-ceill.c: Likewise.
6319         * tests/test-chown.c: Likewise.
6320         * tests/test-cloexec.c: Likewise.
6321         * tests/test-copy-acl.c: Likewise.
6322         * tests/test-copy-file.c: Likewise.
6323         * tests/test-count-one-bits.c: Likewise.
6324         * tests/test-dprintf-posix.c: Likewise.
6325         * tests/test-dup2.c: Likewise.
6326         * tests/test-dup3.c: Likewise.
6327         * tests/test-duplocale.c: Likewise.
6328         * tests/test-fbufmode.c: Likewise.
6329         * tests/test-fchdir.c: Likewise.
6330         * tests/test-fchownat.c: Likewise.
6331         * tests/test-fcntl-safer.c: Likewise.
6332         * tests/test-fcntl.c: Likewise.
6333         * tests/test-fdopendir.c: Likewise.
6334         * tests/test-fdutimensat.c: Likewise.
6335         * tests/test-fflush2.c: Likewise.
6336         * tests/test-file-has-acl.c: Likewise.
6337         * tests/test-filevercmp.c: Likewise.
6338         * tests/test-flock.c: Likewise.
6339         * tests/test-floorf1.c: Likewise.
6340         * tests/test-floorf2.c: Likewise.
6341         * tests/test-floorl.c: Likewise.
6342         * tests/test-fnmatch.c: Likewise.
6343         * tests/test-fopen.h: Likewise.
6344         * tests/test-fpending.c: Likewise.
6345         * tests/test-fprintf-posix.c: Likewise.
6346         * tests/test-fpurge.c: Likewise.
6347         * tests/test-freadable.c: Likewise.
6348         * tests/test-freadahead.c: Likewise.
6349         * tests/test-freading.c: Likewise.
6350         * tests/test-freadptr.c: Likewise.
6351         * tests/test-freadptr2.c: Likewise.
6352         * tests/test-freadseek.c: Likewise.
6353         * tests/test-freopen.c: Likewise.
6354         * tests/test-frexp.c: Likewise.
6355         * tests/test-frexpl.c: Likewise.
6356         * tests/test-fseek.c: Likewise.
6357         * tests/test-fseeko.c: Likewise.
6358         * tests/test-fstatat.c: Likewise.
6359         * tests/test-fstrcmp.c: Likewise.
6360         * tests/test-fsync.c: Likewise.
6361         * tests/test-ftell.c: Likewise.
6362         * tests/test-ftello.c: Likewise.
6363         * tests/test-func.c: Likewise.
6364         * tests/test-futimens.c: Likewise.
6365         * tests/test-fwritable.c: Likewise.
6366         * tests/test-fwriting.c: Likewise.
6367         * tests/test-getcwd.c: Likewise.
6368         * tests/test-getdate.c: Likewise.
6369         * tests/test-getdelim.c: Likewise.
6370         * tests/test-getdtablesize.c: Likewise.
6371         * tests/test-getgroups.c: Likewise.
6372         * tests/test-getline.c: Likewise.
6373         * tests/test-getndelim2.c: Likewise.
6374         * tests/test-glob.c: Likewise.
6375         * tests/test-hash.c: Likewise.
6376         * tests/test-i-ring.c: Likewise.
6377         * tests/test-iconv-utf.c: Likewise.
6378         * tests/test-iconv.c: Likewise.
6379         * tests/test-idpriv-drop.c: Likewise.
6380         * tests/test-idpriv-droptemp.c: Likewise.
6381         * tests/test-inet_ntop.c: Likewise.
6382         * tests/test-inet_pton.c: Likewise.
6383         * tests/test-isblank.c: Likewise.
6384         * tests/test-isfinite.c: Likewise.
6385         * tests/test-isinf.c: Likewise.
6386         * tests/test-isnan.c: Likewise.
6387         * tests/test-isnand.h: Likewise.
6388         * tests/test-isnanf.h: Likewise.
6389         * tests/test-isnanl.h: Likewise.
6390         * tests/test-lchown.c: Likewise.
6391         * tests/test-ldexpl.c: Likewise.
6392         * tests/test-link.c: Likewise.
6393         * tests/test-linkat.c: Likewise.
6394         * tests/test-linked_list.c: Likewise.
6395         * tests/test-linkedhash_list.c: Likewise.
6396         * tests/test-localename.c: Likewise.
6397         * tests/test-lseek.c: Likewise.
6398         * tests/test-lstat.c: Likewise.
6399         * tests/test-mbmemcasecmp.c: Likewise.
6400         * tests/test-mbmemcasecoll.c: Likewise.
6401         * tests/test-mbrtowc.c: Likewise.
6402         * tests/test-mbscasecmp.c: Likewise.
6403         * tests/test-mbscasestr1.c: Likewise.
6404         * tests/test-mbscasestr2.c: Likewise.
6405         * tests/test-mbscasestr3.c: Likewise.
6406         * tests/test-mbscasestr4.c: Likewise.
6407         * tests/test-mbschr.c: Likewise.
6408         * tests/test-mbscspn.c: Likewise.
6409         * tests/test-mbsinit.c: Likewise.
6410         * tests/test-mbsncasecmp.c: Likewise.
6411         * tests/test-mbsnrtowcs.c: Likewise.
6412         * tests/test-mbspbrk.c: Likewise.
6413         * tests/test-mbspcasecmp.c: Likewise.
6414         * tests/test-mbsrchr.c: Likewise.
6415         * tests/test-mbsrtowcs.c: Likewise.
6416         * tests/test-mbsspn.c: Likewise.
6417         * tests/test-mbsstr1.c: Likewise.
6418         * tests/test-mbsstr2.c: Likewise.
6419         * tests/test-mbsstr3.c: Likewise.
6420         * tests/test-memchr.c: Likewise.
6421         * tests/test-memchr2.c: Likewise.
6422         * tests/test-memcmp.c: Likewise.
6423         * tests/test-memmem.c: Likewise.
6424         * tests/test-memrchr.c: Likewise.
6425         * tests/test-mkdir.c: Likewise.
6426         * tests/test-mkdirat.c: Likewise.
6427         * tests/test-mkfifo.c: Likewise.
6428         * tests/test-mkfifoat.c: Likewise.
6429         * tests/test-mknod.c: Likewise.
6430         * tests/test-nanosleep.c: Likewise.
6431         * tests/test-nl_langinfo.c: Likewise.
6432         * tests/test-obstack-printf.c: Likewise.
6433         * tests/test-open.c: Likewise.
6434         * tests/test-openat.c: Likewise.
6435         * tests/test-pipe-filter-gi1.c: Likewise.
6436         * tests/test-pipe-filter-gi2-main.c: Likewise.
6437         * tests/test-pipe-filter-ii1.c: Likewise.
6438         * tests/test-pipe-filter-ii2-main.c: Likewise.
6439         * tests/test-pipe2.c: Likewise.
6440         * tests/test-popen.h: Likewise.
6441         * tests/test-posixtm.c: Likewise.
6442         * tests/test-pread.c: Likewise.
6443         * tests/test-printf-frexp.c: Likewise.
6444         * tests/test-printf-frexpl.c: Likewise.
6445         * tests/test-printf-posix.c: Likewise.
6446         * tests/test-priv-set.c: Likewise.
6447         * tests/test-quotearg.c: Likewise.
6448         * tests/test-random_r.c: Likewise.
6449         * tests/test-rawmemchr.c: Likewise.
6450         * tests/test-rbtree_list.c: Likewise.
6451         * tests/test-rbtree_oset.c: Likewise.
6452         * tests/test-rbtreehash_list.c: Likewise.
6453         * tests/test-readlink.c: Likewise.
6454         * tests/test-remove.c: Likewise.
6455         * tests/test-rename.c: Likewise.
6456         * tests/test-renameat.c: Likewise.
6457         * tests/test-rmdir.c: Likewise.
6458         * tests/test-round1.c: Likewise.
6459         * tests/test-roundf1.c: Likewise.
6460         * tests/test-roundl.c: Likewise.
6461         * tests/test-safe-alloc.c: Likewise.
6462         * tests/test-sameacls.c: Likewise.
6463         * tests/test-set-mode-acl.c: Likewise.
6464         * tests/test-setenv.c: Likewise.
6465         * tests/test-sigaction.c: Likewise.
6466         * tests/test-signbit.c: Likewise.
6467         * tests/test-sleep.c: Likewise.
6468         * tests/test-snprintf-posix.c: Likewise.
6469         * tests/test-snprintf.c: Likewise.
6470         * tests/test-sprintf-posix.c: Likewise.
6471         * tests/test-stat-time.c: Likewise.
6472         * tests/test-stat.c: Likewise.
6473         * tests/test-strcasestr.c: Likewise.
6474         * tests/test-strchrnul.c: Likewise.
6475         * tests/test-strerror.c: Likewise.
6476         * tests/test-striconv.c: Likewise.
6477         * tests/test-striconveh.c: Likewise.
6478         * tests/test-striconveha.c: Likewise.
6479         * tests/test-strsignal.c: Likewise.
6480         * tests/test-strstr.c: Likewise.
6481         * tests/test-strtod.c: Likewise.
6482         * tests/test-strverscmp.c: Likewise.
6483         * tests/test-symlink.c: Likewise.
6484         * tests/test-symlinkat.c: Likewise.
6485         * tests/test-trunc1.c: Likewise.
6486         * tests/test-trunc2.c: Likewise.
6487         * tests/test-truncf1.c: Likewise.
6488         * tests/test-truncf2.c: Likewise.
6489         * tests/test-truncl.c: Likewise.
6490         * tests/test-uname.c: Likewise.
6491         * tests/test-unlink.c: Likewise.
6492         * tests/test-unlinkat.c: Likewise.
6493         * tests/test-unsetenv.c: Likewise.
6494         * tests/test-usleep.c: Likewise.
6495         * tests/test-utimens.c: Likewise.
6496         * tests/test-utimensat.c: Likewise.
6497         * tests/test-vasnprintf-posix.c: Likewise.
6498         * tests/test-vasnprintf-posix2.c: Likewise.
6499         * tests/test-vasnprintf.c: Likewise.
6500         * tests/test-vasprintf-posix.c: Likewise.
6501         * tests/test-vasprintf.c: Likewise.
6502         * tests/test-vdprintf-posix.c: Likewise.
6503         * tests/test-vfprintf-posix.c: Likewise.
6504         * tests/test-vprintf-posix.c: Likewise.
6505         * tests/test-vsnprintf-posix.c: Likewise.
6506         * tests/test-vsnprintf.c: Likewise.
6507         * tests/test-vsprintf-posix.c: Likewise.
6508         * tests/test-wcrtomb.c: Likewise.
6509         * tests/test-wcsnrtombs.c: Likewise.
6510         * tests/test-wcsrtombs.c: Likewise.
6511         * tests/test-wctype.c: Likewise.
6512         * tests/test-wcwidth.c: Likewise.
6513         * tests/test-xfprintf-posix.c: Likewise.
6514         * tests/test-xmemdup0.c: Likewise.
6515         * tests/test-xprintf-posix.c: Likewise.
6516         * tests/test-xvasprintf.c: Likewise.
6517         * tests/unicase/test-locale-language.c: Likewise.
6518         * tests/unicase/test-mapping-part1.h: Likewise.
6519         * tests/unicase/test-predicate-part1.h: Likewise.
6520         * tests/unicase/test-u8-casecmp.c: Likewise.
6521         * tests/unicase/test-u8-casecoll.c: Likewise.
6522         * tests/unicase/test-u8-casefold.c: Likewise.
6523         * tests/unicase/test-u8-is-cased.c: Likewise.
6524         * tests/unicase/test-u8-is-casefolded.c: Likewise.
6525         * tests/unicase/test-u8-is-lowercase.c: Likewise.
6526         * tests/unicase/test-u8-is-titlecase.c: Likewise.
6527         * tests/unicase/test-u8-is-uppercase.c: Likewise.
6528         * tests/unicase/test-u8-tolower.c: Likewise.
6529         * tests/unicase/test-u8-totitle.c: Likewise.
6530         * tests/unicase/test-u8-toupper.c: Likewise.
6531         * tests/unicase/test-u16-casecmp.c: Likewise.
6532         * tests/unicase/test-u16-casecoll.c: Likewise.
6533         * tests/unicase/test-u16-casefold.c: Likewise.
6534         * tests/unicase/test-u16-is-cased.c: Likewise.
6535         * tests/unicase/test-u16-is-casefolded.c: Likewise.
6536         * tests/unicase/test-u16-is-lowercase.c: Likewise.
6537         * tests/unicase/test-u16-is-titlecase.c: Likewise.
6538         * tests/unicase/test-u16-is-uppercase.c: Likewise.
6539         * tests/unicase/test-u16-tolower.c: Likewise.
6540         * tests/unicase/test-u16-totitle.c: Likewise.
6541         * tests/unicase/test-u16-toupper.c: Likewise.
6542         * tests/unicase/test-u32-casecmp.c: Likewise.
6543         * tests/unicase/test-u32-casecoll.c: Likewise.
6544         * tests/unicase/test-u32-casefold.c: Likewise.
6545         * tests/unicase/test-u32-is-cased.c: Likewise.
6546         * tests/unicase/test-u32-is-casefolded.c: Likewise.
6547         * tests/unicase/test-u32-is-lowercase.c: Likewise.
6548         * tests/unicase/test-u32-is-titlecase.c: Likewise.
6549         * tests/unicase/test-u32-is-uppercase.c: Likewise.
6550         * tests/unicase/test-u32-tolower.c: Likewise.
6551         * tests/unicase/test-u32-totitle.c: Likewise.
6552         * tests/unicase/test-u32-toupper.c: Likewise.
6553         * tests/unicase/test-ulc-casecmp.c: Likewise.
6554         * tests/unicase/test-ulc-casecoll.c: Likewise.
6555         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
6556         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
6557         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
6558         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
6559         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
6560         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
6561         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
6562         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
6563         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
6564         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
6565         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
6566         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
6567         * tests/unictype/test-bidi_byname.c: Likewise.
6568         * tests/unictype/test-bidi_name.c: Likewise.
6569         * tests/unictype/test-bidi_of.c: Likewise.
6570         * tests/unictype/test-bidi_test.c: Likewise.
6571         * tests/unictype/test-block_list.c: Likewise.
6572         * tests/unictype/test-block_of.c: Likewise.
6573         * tests/unictype/test-block_test.c: Likewise.
6574         * tests/unictype/test-categ_and.c: Likewise.
6575         * tests/unictype/test-categ_and_not.c: Likewise.
6576         * tests/unictype/test-categ_byname.c: Likewise.
6577         * tests/unictype/test-categ_name.c: Likewise.
6578         * tests/unictype/test-categ_none.c: Likewise.
6579         * tests/unictype/test-categ_of.c: Likewise.
6580         * tests/unictype/test-categ_or.c: Likewise.
6581         * tests/unictype/test-categ_test_withtable.c: Likewise.
6582         * tests/unictype/test-combining.c: Likewise.
6583         * tests/unictype/test-decdigit.c: Likewise.
6584         * tests/unictype/test-digit.c: Likewise.
6585         * tests/unictype/test-mirror.c: Likewise.
6586         * tests/unictype/test-numeric.c: Likewise.
6587         * tests/unictype/test-pr_byname.c: Likewise.
6588         * tests/unictype/test-pr_test.c: Likewise.
6589         * tests/unictype/test-predicate-part1.h: Likewise.
6590         * tests/unictype/test-scripts.c: Likewise.
6591         * tests/unictype/test-sy_c_ident.c: Likewise.
6592         * tests/unictype/test-sy_java_ident.c: Likewise.
6593         * tests/unilbrk/test-u8-possible-linebreaks.c: Likewise.
6594         * tests/unilbrk/test-u8-width-linebreaks.c: Likewise.
6595         * tests/unilbrk/test-u16-possible-linebreaks.c: Likewise.
6596         * tests/unilbrk/test-u16-width-linebreaks.c: Likewise.
6597         * tests/unilbrk/test-u32-possible-linebreaks.c: Likewise.
6598         * tests/unilbrk/test-u32-width-linebreaks.c: Likewise.
6599         * tests/unilbrk/test-ulc-possible-linebreaks.c: Likewise.
6600         * tests/unilbrk/test-ulc-width-linebreaks.c: Likewise.
6601         * tests/uninorm/test-canonical-decomposition.c: Likewise.
6602         * tests/uninorm/test-compat-decomposition.c: Likewise.
6603         * tests/uninorm/test-composition.c: Likewise.
6604         * tests/uninorm/test-decomposing-form.c: Likewise.
6605         * tests/uninorm/test-decomposition.c: Likewise.
6606         * tests/uninorm/test-u8-nfc.c: Likewise.
6607         * tests/uninorm/test-u8-nfd.c: Likewise.
6608         * tests/uninorm/test-u8-nfkc.c: Likewise.
6609         * tests/uninorm/test-u8-nfkd.c: Likewise.
6610         * tests/uninorm/test-u8-normcmp.c: Likewise.
6611         * tests/uninorm/test-u8-normcoll.c: Likewise.
6612         * tests/uninorm/test-u16-nfc.c: Likewise.
6613         * tests/uninorm/test-u16-nfd.c: Likewise.
6614         * tests/uninorm/test-u16-nfkc.c: Likewise.
6615         * tests/uninorm/test-u16-nfkd.c: Likewise.
6616         * tests/uninorm/test-u16-normcmp.c: Likewise.
6617         * tests/uninorm/test-u16-normcoll.c: Likewise.
6618         * tests/uninorm/test-u32-nfc.c: Likewise.
6619         * tests/uninorm/test-u32-nfd.c: Likewise.
6620         * tests/uninorm/test-u32-nfkc.c: Likewise.
6621         * tests/uninorm/test-u32-nfkd.c: Likewise.
6622         * tests/uninorm/test-u32-normalize-big.c: Likewise.
6623         * tests/uninorm/test-u32-normcmp.c: Likewise.
6624         * tests/uninorm/test-u32-normcoll.c: Likewise.
6625         * tests/uninorm/test-uninorm-filter-nfc.c: Likewise.
6626         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
6627         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
6628         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
6629         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
6630         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
6631         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
6632         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
6633         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
6634         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
6635         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
6636         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
6637         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
6638         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
6639         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
6640         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
6641         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
6642         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
6643         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
6644         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
6645         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
6646         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
6647         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
6648         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
6649         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
6650         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
6651         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
6652         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
6653         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
6654         * tests/uniwbrk/test-u8-wordbreaks.c: Likewise.
6655         * tests/uniwbrk/test-u16-wordbreaks.c: Likewise.
6656         * tests/uniwbrk/test-u32-wordbreaks.c: Likewise.
6657         * tests/uniwbrk/test-ulc-wordbreaks.c: Likewise.
6658         * tests/uniwidth/test-u8-strwidth.c: Likewise.
6659         * tests/uniwidth/test-u8-width.c: Likewise.
6660         * tests/uniwidth/test-u16-strwidth.c: Likewise.
6661         * tests/uniwidth/test-u16-width.c: Likewise.
6662         * tests/uniwidth/test-u32-strwidth.c: Likewise.
6663         * tests/uniwidth/test-u32-width.c: Likewise.
6664         * tests/uniwidth/test-uc_width.c: Likewise.
6665         * tests/uniwidth/test-uc_width2.c: Likewise.
6666         * modules/acl-tests (Files): Add tests/macros.h.
6667         * modules/areadlink-tests (Files): Likewise.
6668         * modules/areadlink-with-size-tests (Files): Likewise.
6669         * modules/areadlinkat-tests (Files): Likewise.
6670         * modules/areadlinkat-with-size-tests (Files): Likewise.
6671         * modules/argmatch-tests (Files): Likewise.
6672         * modules/argv-iter-tests (Files): Likewise.
6673         * modules/array-list-tests (Files): Likewise.
6674         * modules/array-mergesort-tests (Files): Likewise.
6675         * modules/array-oset-tests (Files): Likewise.
6676         * modules/avltree-list-tests (Files): Likewise.
6677         * modules/avltree-oset-tests (Files): Likewise.
6678         * modules/avltreehash-list-tests (Files): Likewise.
6679         * modules/base64-tests (Files): Likewise.
6680         * modules/binary-io-tests (Files): Likewise.
6681         * modules/bitrotate-tests (Files): Likewise.
6682         * modules/btowc-tests (Files): Likewise.
6683         * modules/byteswap-tests (Files): Likewise.
6684         * modules/c-ctype-tests (Files): Likewise.
6685         * modules/c-stack-tests (Files): Likewise.
6686         * modules/c-strcase-tests (Files): Likewise.
6687         * modules/c-strcasestr-tests (Files): Likewise.
6688         * modules/c-strstr-tests (Files): Likewise.
6689         * modules/canonicalize-lgpl-tests (Files): Likewise.
6690         * modules/canonicalize-tests (Files): Likewise.
6691         * modules/carray-list-tests (Files): Likewise.
6692         * modules/ceilf-tests (Files): Likewise.
6693         * modules/ceill-tests (Files): Likewise.
6694         * modules/chown-tests (Files): Likewise.
6695         * modules/cloexec-tests (Files): Likewise.
6696         * modules/copy-file-tests (Files): Likewise.
6697         * modules/count-one-bits-tests (Files): Likewise.
6698         * modules/dprintf-posix-tests (Files): Likewise.
6699         * modules/dup2-tests (Files): Likewise.
6700         * modules/dup3-tests (Files): Likewise.
6701         * modules/duplocale-tests (Files): Likewise.
6702         * modules/fbufmode-tests (Files): Likewise.
6703         * modules/fchdir-tests (Files): Likewise.
6704         * modules/fcntl-safer-tests (Files): Likewise.
6705         * modules/fcntl-tests (Files): Likewise.
6706         * modules/fdopendir-tests (Files): Likewise.
6707         * modules/fdutimensat-tests (Files): Likewise.
6708         * modules/fflush-tests (Files): Likewise.
6709         * modules/filevercmp-tests (Files): Likewise.
6710         * modules/flock-tests (Files): Likewise.
6711         * modules/floorf-tests (Files): Likewise.
6712         * modules/floorl-tests (Files): Likewise.
6713         * modules/fnmatch-tests (Files): Likewise.
6714         * modules/fopen-safer-tests (Files): Likewise.
6715         * modules/fopen-tests (Files): Likewise.
6716         * modules/fpending-tests (Files): Likewise.
6717         * modules/fprintf-posix-tests (Files): Likewise.
6718         * modules/fpurge-tests (Files): Likewise.
6719         * modules/freadable-tests (Files): Likewise.
6720         * modules/freadahead-tests (Files): Likewise.
6721         * modules/freading-tests (Files): Likewise.
6722         * modules/freadptr-tests (Files): Likewise.
6723         * modules/freadseek-tests (Files): Likewise.
6724         * modules/freopen-tests (Files): Likewise.
6725         * modules/frexp-nolibm-tests (Files): Likewise.
6726         * modules/frexp-tests (Files): Likewise.
6727         * modules/frexpl-nolibm-tests (Files): Likewise.
6728         * modules/frexpl-tests (Files): Likewise.
6729         * modules/fseek-tests (Files): Likewise.
6730         * modules/fseeko-tests (Files): Likewise.
6731         * modules/fstrcmp-tests (Files): Likewise.
6732         * modules/fsync-tests (Files): Likewise.
6733         * modules/ftell-tests (Files): Likewise.
6734         * modules/ftello-tests (Files): Likewise.
6735         * modules/func-tests (Files): Likewise.
6736         * modules/futimens-tests (Files): Likewise.
6737         * modules/fwritable-tests (Files): Likewise.
6738         * modules/fwriting-tests (Files): Likewise.
6739         * modules/getcwd-tests (Files): Likewise.
6740         * modules/getdate-tests (Files): Likewise.
6741         * modules/getdelim-tests (Files): Likewise.
6742         * modules/getdtablesize-tests (Files): Likewise.
6743         * modules/getgroups-tests (Files): Likewise.
6744         * modules/getline-tests (Files): Likewise.
6745         * modules/getndelim2-tests (Files): Likewise.
6746         * modules/glob-tests (Files): Likewise.
6747         * modules/hash-tests (Files): Likewise.
6748         * modules/i-ring-tests (Files): Likewise.
6749         * modules/iconv-tests (Files): Likewise.
6750         * modules/iconv_open-utf-tests (Files): Likewise.
6751         * modules/idpriv-drop-tests (Files): Likewise.
6752         * modules/idpriv-droptemp-tests (Files): Likewise.
6753         * modules/inet_ntop-tests (Files): Likewise.
6754         * modules/inet_pton-tests (Files): Likewise.
6755         * modules/isblank-tests (Files): Likewise.
6756         * modules/isfinite-tests (Files): Likewise.
6757         * modules/isinf-tests (Files): Likewise.
6758         * modules/isnan-tests (Files): Likewise.
6759         * modules/isnand-nolibm-tests (Files): Likewise.
6760         * modules/isnand-tests (Files): Likewise.
6761         * modules/isnanf-nolibm-tests (Files): Likewise.
6762         * modules/isnanf-tests (Files): Likewise.
6763         * modules/isnanl-nolibm-tests (Files): Likewise.
6764         * modules/isnanl-tests (Files): Likewise.
6765         * modules/lchown-tests (Files): Likewise.
6766         * modules/ldexpl-tests (Files): Likewise.
6767         * modules/link-tests (Files): Likewise.
6768         * modules/linkat-tests (Files): Likewise.
6769         * modules/linked-list-tests (Files): Likewise.
6770         * modules/linkedhash-list-tests (Files): Likewise.
6771         * modules/localename-tests (Files): Likewise.
6772         * modules/lseek-tests (Files): Likewise.
6773         * modules/lstat-tests (Files): Likewise.
6774         * modules/mbmemcasecmp-tests (Files): Likewise.
6775         * modules/mbmemcasecoll-tests (Files): Likewise.
6776         * modules/mbrtowc-tests (Files): Likewise.
6777         * modules/mbscasecmp-tests (Files): Likewise.
6778         * modules/mbscasestr-tests (Files): Likewise.
6779         * modules/mbschr-tests (Files): Likewise.
6780         * modules/mbscspn-tests (Files): Likewise.
6781         * modules/mbsinit-tests (Files): Likewise.
6782         * modules/mbsncasecmp-tests (Files): Likewise.
6783         * modules/mbsnrtowcs-tests (Files): Likewise.
6784         * modules/mbspbrk-tests (Files): Likewise.
6785         * modules/mbspcasecmp-tests (Files): Likewise.
6786         * modules/mbsrchr-tests (Files): Likewise.
6787         * modules/mbsrtowcs-tests (Files): Likewise.
6788         * modules/mbsspn-tests (Files): Likewise.
6789         * modules/mbsstr-tests (Files): Likewise.
6790         * modules/memchr-tests (Files): Likewise.
6791         * modules/memchr2-tests (Files): Likewise.
6792         * modules/memcmp-tests (Files): Likewise.
6793         * modules/memmem-tests (Files): Likewise.
6794         * modules/memrchr-tests (Files): Likewise.
6795         * modules/mkdir-tests (Files): Likewise.
6796         * modules/mkfifo-tests (Files): Likewise.
6797         * modules/mkfifoat-tests (Files): Likewise.
6798         * modules/mknod-tests (Files): Likewise.
6799         * modules/nanosleep-tests (Files): Likewise.
6800         * modules/nl_langinfo-tests (Files): Likewise.
6801         * modules/obstack-printf-tests (Files): Likewise.
6802         * modules/open-tests (Files): Likewise.
6803         * modules/openat-tests (Files): Likewise.
6804         * modules/pipe-filter-gi-tests (Files): Likewise.
6805         * modules/pipe-filter-ii-tests (Files): Likewise.
6806         * modules/pipe2-tests (Files): Likewise.
6807         * modules/popen-safer-tests (Files): Likewise.
6808         * modules/popen-tests (Files): Likewise.
6809         * modules/posixtm-tests (Files): Likewise.
6810         * modules/pread-tests (Files): Likewise.
6811         * modules/printf-frexp-tests (Files): Likewise.
6812         * modules/printf-frexpl-tests (Files): Likewise.
6813         * modules/printf-posix-tests (Files): Likewise.
6814         * modules/priv-set-tests (Files): Likewise.
6815         * modules/quotearg-tests (Files): Likewise.
6816         * modules/random_r-tests (Files): Likewise.
6817         * modules/rawmemchr-tests (Files): Likewise.
6818         * modules/rbtree-list-tests (Files): Likewise.
6819         * modules/rbtree-oset-tests (Files): Likewise.
6820         * modules/rbtreehash-list-tests (Files): Likewise.
6821         * modules/readlink-tests (Files): Likewise.
6822         * modules/remove-tests (Files): Likewise.
6823         * modules/rename-tests (Files): Likewise.
6824         * modules/renameat-tests (Files): Likewise.
6825         * modules/rmdir-tests (Files): Likewise.
6826         * modules/round-tests (Files): Likewise.
6827         * modules/roundf-tests (Files): Likewise.
6828         * modules/roundl-tests (Files): Likewise.
6829         * modules/safe-alloc-tests (Files): Likewise.
6830         * modules/setenv-tests (Files): Likewise.
6831         * modules/sigaction-tests (Files): Likewise.
6832         * modules/signbit-tests (Files): Likewise.
6833         * modules/sleep-tests (Files): Likewise.
6834         * modules/snprintf-posix-tests (Files): Likewise.
6835         * modules/snprintf-tests (Files): Likewise.
6836         * modules/sprintf-posix-tests (Files): Likewise.
6837         * modules/stat-tests (Files): Likewise.
6838         * modules/stat-time-tests (Files): Likewise.
6839         * modules/strcasestr-tests (Files): Likewise.
6840         * modules/strchrnul-tests (Files): Likewise.
6841         * modules/strerror-tests (Files): Likewise.
6842         * modules/striconv-tests (Files): Likewise.
6843         * modules/striconveh-tests (Files): Likewise.
6844         * modules/striconveha-tests (Files): Likewise.
6845         * modules/strsignal-tests (Files): Likewise.
6846         * modules/strstr-tests (Files): Likewise.
6847         * modules/strtod-tests (Files): Likewise.
6848         * modules/strverscmp-tests (Files): Likewise.
6849         * modules/symlink-tests (Files): Likewise.
6850         * modules/symlinkat-tests (Files): Likewise.
6851         * modules/trunc-tests (Files): Likewise.
6852         * modules/truncf-tests (Files): Likewise.
6853         * modules/truncl-tests (Files): Likewise.
6854         * modules/uname-tests (Files): Likewise.
6855         * modules/unicase/cased-tests (Files): Likewise.
6856         * modules/unicase/ignorable-tests (Files): Likewise.
6857         * modules/unicase/locale-language-tests (Files): Likewise.
6858         * modules/unicase/tolower-tests (Files): Likewise.
6859         * modules/unicase/totitle-tests (Files): Likewise.
6860         * modules/unicase/toupper-tests (Files): Likewise.
6861         * modules/unicase/u8-casecmp-tests (Files): Likewise.
6862         * modules/unicase/u8-casecoll-tests (Files): Likewise.
6863         * modules/unicase/u8-casefold-tests (Files): Likewise.
6864         * modules/unicase/u8-is-cased-tests (Files): Likewise.
6865         * modules/unicase/u8-is-casefolded-tests (Files): Likewise.
6866         * modules/unicase/u8-is-lowercase-tests (Files): Likewise.
6867         * modules/unicase/u8-is-titlecase-tests (Files): Likewise.
6868         * modules/unicase/u8-is-uppercase-tests (Files): Likewise.
6869         * modules/unicase/u8-tolower-tests (Files): Likewise.
6870         * modules/unicase/u8-totitle-tests (Files): Likewise.
6871         * modules/unicase/u8-toupper-tests (Files): Likewise.
6872         * modules/unicase/u16-casecmp-tests (Files): Likewise.
6873         * modules/unicase/u16-casecoll-tests (Files): Likewise.
6874         * modules/unicase/u16-casefold-tests (Files): Likewise.
6875         * modules/unicase/u16-is-cased-tests (Files): Likewise.
6876         * modules/unicase/u16-is-casefolded-tests (Files): Likewise.
6877         * modules/unicase/u16-is-lowercase-tests (Files): Likewise.
6878         * modules/unicase/u16-is-titlecase-tests (Files): Likewise.
6879         * modules/unicase/u16-is-uppercase-tests (Files): Likewise.
6880         * modules/unicase/u16-tolower-tests (Files): Likewise.
6881         * modules/unicase/u16-totitle-tests (Files): Likewise.
6882         * modules/unicase/u16-toupper-tests (Files): Likewise.
6883         * modules/unicase/u32-casecmp-tests (Files): Likewise.
6884         * modules/unicase/u32-casecoll-tests (Files): Likewise.
6885         * modules/unicase/u32-casefold-tests (Files): Likewise.
6886         * modules/unicase/u32-is-cased-tests (Files): Likewise.
6887         * modules/unicase/u32-is-casefolded-tests (Files): Likewise.
6888         * modules/unicase/u32-is-lowercase-tests (Files): Likewise.
6889         * modules/unicase/u32-is-titlecase-tests (Files): Likewise.
6890         * modules/unicase/u32-is-uppercase-tests (Files): Likewise.
6891         * modules/unicase/u32-tolower-tests (Files): Likewise.
6892         * modules/unicase/u32-totitle-tests (Files): Likewise.
6893         * modules/unicase/u32-toupper-tests (Files): Likewise.
6894         * modules/unicase/ulc-casecmp-tests (Files): Likewise.
6895         * modules/unicase/ulc-casecoll-tests (Files): Likewise.
6896         * modules/uniconv/u8-conv-from-enc-tests (Files): Likewise.
6897         * modules/uniconv/u8-conv-to-enc-tests (Files): Likewise.
6898         * modules/uniconv/u8-strconv-from-enc-tests (Files): Likewise.
6899         * modules/uniconv/u8-strconv-to-enc-tests (Files): Likewise.
6900         * modules/uniconv/u16-conv-from-enc-tests (Files): Likewise.
6901         * modules/uniconv/u16-conv-to-enc-tests (Files): Likewise.
6902         * modules/uniconv/u16-strconv-from-enc-tests (Files): Likewise.
6903         * modules/uniconv/u16-strconv-to-enc-tests (Files): Likewise.
6904         * modules/uniconv/u32-conv-from-enc-tests (Files): Likewise.
6905         * modules/uniconv/u32-conv-to-enc-tests (Files): Likewise.
6906         * modules/uniconv/u32-strconv-from-enc-tests (Files): Likewise.
6907         * modules/uniconv/u32-strconv-to-enc-tests (Files): Likewise.
6908         * modules/unictype/bidicategory-byname-tests (Files): Likewise.
6909         * modules/unictype/bidicategory-name-tests (Files): Likewise.
6910         * modules/unictype/bidicategory-of-tests (Files): Likewise.
6911         * modules/unictype/bidicategory-test-tests (Files): Likewise.
6912         * modules/unictype/block-list-tests (Files): Likewise.
6913         * modules/unictype/block-of-tests (Files): Likewise.
6914         * modules/unictype/block-test-tests (Files): Likewise.
6915         * modules/unictype/category-C-tests (Files): Likewise.
6916         * modules/unictype/category-Cc-tests (Files): Likewise.
6917         * modules/unictype/category-Cf-tests (Files): Likewise.
6918         * modules/unictype/category-Cn-tests (Files): Likewise.
6919         * modules/unictype/category-Co-tests (Files): Likewise.
6920         * modules/unictype/category-Cs-tests (Files): Likewise.
6921         * modules/unictype/category-L-tests (Files): Likewise.
6922         * modules/unictype/category-Ll-tests (Files): Likewise.
6923         * modules/unictype/category-Lm-tests (Files): Likewise.
6924         * modules/unictype/category-Lo-tests (Files): Likewise.
6925         * modules/unictype/category-Lt-tests (Files): Likewise.
6926         * modules/unictype/category-Lu-tests (Files): Likewise.
6927         * modules/unictype/category-M-tests (Files): Likewise.
6928         * modules/unictype/category-Mc-tests (Files): Likewise.
6929         * modules/unictype/category-Me-tests (Files): Likewise.
6930         * modules/unictype/category-Mn-tests (Files): Likewise.
6931         * modules/unictype/category-N-tests (Files): Likewise.
6932         * modules/unictype/category-Nd-tests (Files): Likewise.
6933         * modules/unictype/category-Nl-tests (Files): Likewise.
6934         * modules/unictype/category-No-tests (Files): Likewise.
6935         * modules/unictype/category-P-tests (Files): Likewise.
6936         * modules/unictype/category-Pc-tests (Files): Likewise.
6937         * modules/unictype/category-Pd-tests (Files): Likewise.
6938         * modules/unictype/category-Pe-tests (Files): Likewise.
6939         * modules/unictype/category-Pf-tests (Files): Likewise.
6940         * modules/unictype/category-Pi-tests (Files): Likewise.
6941         * modules/unictype/category-Po-tests (Files): Likewise.
6942         * modules/unictype/category-Ps-tests (Files): Likewise.
6943         * modules/unictype/category-S-tests (Files): Likewise.
6944         * modules/unictype/category-Sc-tests (Files): Likewise.
6945         * modules/unictype/category-Sk-tests (Files): Likewise.
6946         * modules/unictype/category-Sm-tests (Files): Likewise.
6947         * modules/unictype/category-So-tests (Files): Likewise.
6948         * modules/unictype/category-Z-tests (Files): Likewise.
6949         * modules/unictype/category-Zl-tests (Files): Likewise.
6950         * modules/unictype/category-Zp-tests (Files): Likewise.
6951         * modules/unictype/category-Zs-tests (Files): Likewise.
6952         * modules/unictype/category-and-not-tests (Files): Likewise.
6953         * modules/unictype/category-and-tests (Files): Likewise.
6954         * modules/unictype/category-byname-tests (Files): Likewise.
6955         * modules/unictype/category-name-tests (Files): Likewise.
6956         * modules/unictype/category-none-tests (Files): Likewise.
6957         * modules/unictype/category-of-tests (Files): Likewise.
6958         * modules/unictype/category-or-tests (Files): Likewise.
6959         * modules/unictype/category-test-withtable-tests (Files): Likewise.
6960         * modules/unictype/combining-class-tests (Files): Likewise.
6961         * modules/unictype/ctype-alnum-tests (Files): Likewise.
6962         * modules/unictype/ctype-alpha-tests (Files): Likewise.
6963         * modules/unictype/ctype-blank-tests (Files): Likewise.
6964         * modules/unictype/ctype-cntrl-tests (Files): Likewise.
6965         * modules/unictype/ctype-digit-tests (Files): Likewise.
6966         * modules/unictype/ctype-graph-tests (Files): Likewise.
6967         * modules/unictype/ctype-lower-tests (Files): Likewise.
6968         * modules/unictype/ctype-print-tests (Files): Likewise.
6969         * modules/unictype/ctype-punct-tests (Files): Likewise.
6970         * modules/unictype/ctype-space-tests (Files): Likewise.
6971         * modules/unictype/ctype-upper-tests (Files): Likewise.
6972         * modules/unictype/ctype-xdigit-tests (Files): Likewise.
6973         * modules/unictype/decimal-digit-tests (Files): Likewise.
6974         * modules/unictype/digit-tests (Files): Likewise.
6975         * modules/unictype/mirror-tests (Files): Likewise.
6976         * modules/unictype/numeric-tests (Files): Likewise.
6977         * modules/unictype/property-alphabetic-tests (Files): Likewise.
6978         * modules/unictype/property-ascii-hex-digit-tests (Files): Likewise.
6979         * modules/unictype/property-bidi-arabic-digit-tests (Files): Likewise.
6980         * modules/unictype/property-bidi-arabic-right-to-left-tests (Files):
6981         Likewise.
6982         * modules/unictype/property-bidi-block-separator-tests (Files):
6983         Likewise.
6984         * modules/unictype/property-bidi-boundary-neutral-tests (Files):
6985         Likewise.
6986         * modules/unictype/property-bidi-common-separator-tests (Files):
6987         Likewise.
6988         * modules/unictype/property-bidi-control-tests (Files): Likewise.
6989         * modules/unictype/property-bidi-embedding-or-override-tests (Files):
6990         Likewise.
6991         * modules/unictype/property-bidi-eur-num-separator-tests (Files):
6992         Likewise.
6993         * modules/unictype/property-bidi-eur-num-terminator-tests (Files):
6994         Likewise.
6995         * modules/unictype/property-bidi-european-digit-tests (Files): Likewise.
6996         * modules/unictype/property-bidi-hebrew-right-to-left-tests (Files):
6997         Likewise.
6998         * modules/unictype/property-bidi-left-to-right-tests (Files): Likewise.
6999         * modules/unictype/property-bidi-non-spacing-mark-tests (Files):
7000         Likewise.
7001         * modules/unictype/property-bidi-other-neutral-tests (Files): Likewise.
7002         * modules/unictype/property-bidi-pdf-tests (Files): Likewise.
7003         * modules/unictype/property-bidi-segment-separator-tests (Files):
7004         Likewise.
7005         * modules/unictype/property-bidi-whitespace-tests (Files): Likewise.
7006         * modules/unictype/property-byname-tests (Files): Likewise.
7007         * modules/unictype/property-combining-tests (Files): Likewise.
7008         * modules/unictype/property-composite-tests (Files): Likewise.
7009         * modules/unictype/property-currency-symbol-tests (Files): Likewise.
7010         * modules/unictype/property-dash-tests (Files): Likewise.
7011         * modules/unictype/property-decimal-digit-tests (Files): Likewise.
7012         * modules/unictype/property-default-ignorable-code-point-tests (Files):
7013         Likewise.
7014         * modules/unictype/property-deprecated-tests (Files): Likewise.
7015         * modules/unictype/property-diacritic-tests (Files): Likewise.
7016         * modules/unictype/property-extender-tests (Files): Likewise.
7017         * modules/unictype/property-format-control-tests (Files): Likewise.
7018         * modules/unictype/property-grapheme-base-tests (Files): Likewise.
7019         * modules/unictype/property-grapheme-extend-tests (Files): Likewise.
7020         * modules/unictype/property-grapheme-link-tests (Files): Likewise.
7021         * modules/unictype/property-hex-digit-tests (Files): Likewise.
7022         * modules/unictype/property-hyphen-tests (Files): Likewise.
7023         * modules/unictype/property-id-continue-tests (Files): Likewise.
7024         * modules/unictype/property-id-start-tests (Files): Likewise.
7025         * modules/unictype/property-ideographic-tests (Files): Likewise.
7026         * modules/unictype/property-ids-binary-operator-tests (Files): Likewise.
7027         * modules/unictype/property-ids-trinary-operator-tests (Files):
7028         Likewise.
7029         * modules/unictype/property-ignorable-control-tests (Files): Likewise.
7030         * modules/unictype/property-iso-control-tests (Files): Likewise.
7031         * modules/unictype/property-join-control-tests (Files): Likewise.
7032         * modules/unictype/property-left-of-pair-tests (Files): Likewise.
7033         * modules/unictype/property-line-separator-tests (Files): Likewise.
7034         * modules/unictype/property-logical-order-exception-tests (Files):
7035         Likewise.
7036         * modules/unictype/property-lowercase-tests (Files): Likewise.
7037         * modules/unictype/property-math-tests (Files): Likewise.
7038         * modules/unictype/property-non-break-tests (Files): Likewise.
7039         * modules/unictype/property-not-a-character-tests (Files): Likewise.
7040         * modules/unictype/property-numeric-tests (Files): Likewise.
7041         * modules/unictype/property-other-alphabetic-tests (Files): Likewise.
7042         * modules/unictype/property-other-default-ignorable-code-point-tests
7043         (Files): Likewise.
7044         * modules/unictype/property-other-grapheme-extend-tests (Files):
7045         Likewise.
7046         * modules/unictype/property-other-id-continue-tests (Files): Likewise.
7047         * modules/unictype/property-other-id-start-tests (Files): Likewise.
7048         * modules/unictype/property-other-lowercase-tests (Files): Likewise.
7049         * modules/unictype/property-other-math-tests (Files): Likewise.
7050         * modules/unictype/property-other-uppercase-tests (Files): Likewise.
7051         * modules/unictype/property-paired-punctuation-tests (Files): Likewise.
7052         * modules/unictype/property-paragraph-separator-tests (Files): Likewise.
7053         * modules/unictype/property-pattern-syntax-tests (Files): Likewise.
7054         * modules/unictype/property-pattern-white-space-tests (Files): Likewise.
7055         * modules/unictype/property-private-use-tests (Files): Likewise.
7056         * modules/unictype/property-punctuation-tests (Files): Likewise.
7057         * modules/unictype/property-quotation-mark-tests (Files): Likewise.
7058         * modules/unictype/property-radical-tests (Files): Likewise.
7059         * modules/unictype/property-sentence-terminal-tests (Files): Likewise.
7060         * modules/unictype/property-soft-dotted-tests (Files): Likewise.
7061         * modules/unictype/property-space-tests (Files): Likewise.
7062         * modules/unictype/property-terminal-punctuation-tests (Files):
7063         Likewise.
7064         * modules/unictype/property-test-tests (Files): Likewise.
7065         * modules/unictype/property-titlecase-tests (Files): Likewise.
7066         * modules/unictype/property-unassigned-code-value-tests (Files):
7067         Likewise.
7068         * modules/unictype/property-unified-ideograph-tests (Files): Likewise.
7069         * modules/unictype/property-uppercase-tests (Files): Likewise.
7070         * modules/unictype/property-variation-selector-tests (Files): Likewise.
7071         * modules/unictype/property-white-space-tests (Files): Likewise.
7072         * modules/unictype/property-xid-continue-tests (Files): Likewise.
7073         * modules/unictype/property-xid-start-tests (Files): Likewise.
7074         * modules/unictype/property-zero-width-tests (Files): Likewise.
7075         * modules/unictype/scripts-tests (Files): Likewise.
7076         * modules/unictype/syntax-c-ident-tests (Files): Likewise.
7077         * modules/unictype/syntax-c-whitespace-tests (Files): Likewise.
7078         * modules/unictype/syntax-java-ident-tests (Files): Likewise.
7079         * modules/unictype/syntax-java-whitespace-tests (Files): Likewise.
7080         * modules/unilbrk/u8-possible-linebreaks-tests (Files): Likewise.
7081         * modules/unilbrk/u8-width-linebreaks-tests (Files): Likewise.
7082         * modules/unilbrk/u16-possible-linebreaks-tests (Files): Likewise.
7083         * modules/unilbrk/u16-width-linebreaks-tests (Files): Likewise.
7084         * modules/unilbrk/u32-possible-linebreaks-tests (Files): Likewise.
7085         * modules/unilbrk/u32-width-linebreaks-tests (Files): Likewise.
7086         * modules/unilbrk/ulc-possible-linebreaks-tests (Files): Likewise.
7087         * modules/unilbrk/ulc-width-linebreaks-tests (Files): Likewise.
7088         * modules/uninorm/canonical-decomposition-tests (Files): Likewise.
7089         * modules/uninorm/compat-decomposition-tests (Files): Likewise.
7090         * modules/uninorm/composition-tests (Files): Likewise.
7091         * modules/uninorm/decomposing-form-tests (Files): Likewise.
7092         * modules/uninorm/decomposition-tests (Files): Likewise.
7093         * modules/uninorm/filter-tests (Files): Likewise.
7094         * modules/uninorm/nfc-tests (Files): Likewise.
7095         * modules/uninorm/nfd-tests (Files): Likewise.
7096         * modules/uninorm/nfkc-tests (Files): Likewise.
7097         * modules/uninorm/nfkd-tests (Files): Likewise.
7098         * modules/uninorm/u8-normcmp-tests (Files): Likewise.
7099         * modules/uninorm/u8-normcoll-tests (Files): Likewise.
7100         * modules/uninorm/u16-normcmp-tests (Files): Likewise.
7101         * modules/uninorm/u16-normcoll-tests (Files): Likewise.
7102         * modules/uninorm/u32-normcmp-tests (Files): Likewise.
7103         * modules/uninorm/u32-normcoll-tests (Files): Likewise.
7104         * modules/unistdio/u8-asnprintf-tests (Files): Likewise.
7105         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
7106         * modules/unistdio/u8-vasprintf-tests (Files): Likewise.
7107         * modules/unistdio/u8-vsnprintf-tests (Files): Likewise.
7108         * modules/unistdio/u8-vsprintf-tests (Files): Likewise.
7109         * modules/unistdio/u16-asnprintf-tests (Files): Likewise.
7110         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
7111         * modules/unistdio/u16-vasprintf-tests (Files): Likewise.
7112         * modules/unistdio/u16-vsnprintf-tests (Files): Likewise.
7113         * modules/unistdio/u16-vsprintf-tests (Files): Likewise.
7114         * modules/unistdio/u32-asnprintf-tests (Files): Likewise.
7115         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
7116         * modules/unistdio/u32-vasprintf-tests (Files): Likewise.
7117         * modules/unistdio/u32-vsnprintf-tests (Files): Likewise.
7118         * modules/unistdio/u32-vsprintf-tests (Files): Likewise.
7119         * modules/unistdio/ulc-asnprintf-tests (Files): Likewise.
7120         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
7121         * modules/unistdio/ulc-vasprintf-tests (Files): Likewise.
7122         * modules/unistdio/ulc-vsnprintf-tests (Files): Likewise.
7123         * modules/unistdio/ulc-vsprintf-tests (Files): Likewise.
7124         * modules/uniwbrk/u8-wordbreaks-tests (Files): Likewise.
7125         * modules/uniwbrk/u16-wordbreaks-tests (Files): Likewise.
7126         * modules/uniwbrk/u32-wordbreaks-tests (Files): Likewise.
7127         * modules/uniwbrk/ulc-wordbreaks-tests (Files): Likewise.
7128         * modules/uniwidth/u8-strwidth-tests (Files): Likewise.
7129         * modules/uniwidth/u8-width-tests (Files): Likewise.
7130         * modules/uniwidth/u16-strwidth-tests (Files): Likewise.
7131         * modules/uniwidth/u16-width-tests (Files): Likewise.
7132         * modules/uniwidth/u32-strwidth-tests (Files): Likewise.
7133         * modules/uniwidth/u32-width-tests (Files): Likewise.
7134         * modules/uniwidth/width-tests (Files): Likewise.
7135         * modules/unlink-tests (Files): Likewise.
7136         * modules/unsetenv-tests (Files): Likewise.
7137         * modules/usleep-tests (Files): Likewise.
7138         * modules/utimens-tests (Files): Likewise.
7139         * modules/utimensat-tests (Files): Likewise.
7140         * modules/vasnprintf-posix-tests (Files): Likewise.
7141         * modules/vasnprintf-tests (Files): Likewise.
7142         * modules/vasprintf-posix-tests (Files): Likewise.
7143         * modules/vasprintf-tests (Files): Likewise.
7144         * modules/vdprintf-posix-tests (Files): Likewise.
7145         * modules/vfprintf-posix-tests (Files): Likewise.
7146         * modules/vprintf-posix-tests (Files): Likewise.
7147         * modules/vsnprintf-posix-tests (Files): Likewise.
7148         * modules/vsnprintf-tests (Files): Likewise.
7149         * modules/vsprintf-posix-tests (Files): Likewise.
7150         * modules/wcrtomb-tests (Files): Likewise.
7151         * modules/wcsnrtombs-tests (Files): Likewise.
7152         * modules/wcsrtombs-tests (Files): Likewise.
7153         * modules/wctype-tests (Files): Likewise.
7154         * modules/wcwidth-tests (Files): Likewise.
7155         * modules/xmemdup0-tests (Files): Likewise.
7156         * modules/xprintf-posix-tests (Files): Likewise.
7157         * modules/xvasprintf-tests (Files): Likewise.
7158
7159 2009-12-24  Eric Blake  <ebb9@byu.net>
7160
7161         test-nanosleep: fix typo
7162         * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
7163         patch.
7164         Reported by Bruno Haible.
7165
7166 2009-12-24  Bruno Haible  <bruno@clisp.org>
7167
7168         Reduce namespace pollution on glibc systems.
7169         * lib/inttypes.in.h: Don't include <stdint.h> on glibc systems.
7170         * lib/stdlib.in.h: Don't include <stdint.h>, <unistd.h> on glibc
7171         systems.
7172         * lib/unistd.in.h: Don't include <stdio.h>, <fcntl.h>, <stdlib.h>,
7173         <getopt.h> on glibc systems.
7174         * lib/fcntl.in.h: Don't include <sys/stat.h>, <unistd.h> on glibc
7175         systems.
7176         * lib/fcntl.c: Include <unistd.h> here instead.
7177
7178 2009-12-24  Bruno Haible  <bruno@clisp.org>
7179
7180         * lib/stdlib.in.h (includes): Fix typo in today's commit.
7181
7182 2009-12-24  Eric Blake  <ebb9@byu.net>
7183
7184         tests: add signature checks
7185         * tests/signature.h (SIGNATURE_CHECK): New file.
7186         * modules/atexit-tests (Files): Use it.
7187         * modules/btowc-tests (Files): Likewise.
7188         * modules/canonicalize-lgpl-tests (Files): Likewise.
7189         * modules/ceilf-tests (Files): Likewise.
7190         * modules/ceill-tests (Files): Likewise.
7191         * modules/chown-tests (Files): Likewise.
7192         * modules/dprintf-posix-tests (Files): Likewise.
7193         * modules/dup2-tests (Files): Likewise.
7194         * modules/dup3-tests (Files): Likewise.
7195         * modules/duplocale-tests (Files): Likewise.
7196         * modules/fchdir-tests (Files): Likewise.
7197         * modules/fcntl-tests (Files): Likewise.
7198         * modules/fdopendir-tests (Files): Likewise.
7199         * modules/fflush-tests (Files): Likewise.
7200         * modules/flock-tests (Files): Likewise.
7201         * modules/floorf-tests (Files): Likewise.
7202         * modules/floorl-tests (Files): Likewise.
7203         * modules/fnmatch-tests (Files): Likewise.
7204         * modules/fopen-tests (Files): Likewise.
7205         * modules/fprintf-posix-tests (Files): Likewise.
7206         * modules/freopen-tests (Files): Likewise.
7207         * modules/frexp-nolibm-tests (Files): Likewise.
7208         * modules/frexp-tests (Files): Likewise.
7209         * modules/frexpl-nolibm-tests (Files): Likewise.
7210         * modules/frexpl-tests (Files): Likewise.
7211         * modules/fseek-tests (Files): Likewise.
7212         * modules/fseeko-tests (Files): Likewise.
7213         * modules/fsync-tests (Files): Likewise.
7214         * modules/ftell-tests (Files): Likewise.
7215         * modules/ftello-tests (Files): Likewise.
7216         * modules/futimens-tests (Files): Likewise.
7217         * modules/getaddrinfo-tests (Files): Likewise.
7218         * modules/getcwd-tests (Files): Likewise.
7219         * modules/getdelim-tests (Files): Likewise.
7220         * modules/getdtablesize-tests (Files): Likewise.
7221         * modules/getgroups-tests (Files): Likewise.
7222         * modules/gethostname-tests (Files): Likewise.
7223         * modules/getline-tests (Files): Likewise.
7224         * modules/getopt-posix-tests (Files): Likewise.
7225         * modules/gettimeofday-tests (Files): Likewise.
7226         * modules/glob-tests (Files): Likewise.
7227         * modules/iconv-tests (Files): Likewise.
7228         * modules/inet_ntop-tests (Files): Likewise.
7229         * modules/inet_pton-tests (Files): Likewise.
7230         * modules/isblank-tests (Files): Likewise.
7231         * modules/lchown-tests (Files): Likewise.
7232         * modules/ldexpl-tests (Files): Likewise.
7233         * modules/link-tests (Files): Likewise.
7234         * modules/linkat-tests (Files): Likewise.
7235         * modules/lseek-tests (Files): Likewise.
7236         * modules/lstat-tests (Files): Likewise.
7237         * modules/mbrtowc-tests (Files): Likewise.
7238         * modules/mbsinit-tests (Files): Likewise.
7239         * modules/mbsnrtowcs-tests (Files): Likewise.
7240         * modules/mbsrtowcs-tests (Files): Likewise.
7241         * modules/memchr-tests (Files): Likewise.
7242         * modules/memcmp-tests (Files): Likewise.
7243         * modules/memmem-tests (Files): Likewise.
7244         * modules/memrchr-tests (Files): Likewise.
7245         * modules/mkdir-tests (Files): Likewise.
7246         * modules/mkfifo-tests (Files): Likewise.
7247         * modules/mkfifoat-tests (Files): Likewise.
7248         * modules/mknod-tests (Files): Likewise.
7249         * modules/nanosleep-tests (Files): Likewise.
7250         * modules/nl_langinfo-tests (Files): Likewise.
7251         * modules/obstack-printf-tests (Files): Likewise.
7252         * modules/open-tests (Files): Likewise.
7253         * modules/openat-tests (Files): Likewise.
7254         * modules/perror-tests (Files): Likewise.
7255         * modules/pipe2-tests (Files): Likewise.
7256         * modules/poll-tests (Files): Likewise.
7257         * modules/popen-tests (Files): Likewise.
7258         * modules/posix_spawn-tests (Files): Likewise.
7259         * modules/posix_spawnp-tests (Files): Likewise.
7260         * modules/pread-tests (Files): Likewise.
7261         * modules/printf-posix-tests (Files): Likewise.
7262         * modules/pty-tests (Files): Likewise.
7263         * modules/random_r-tests (Files): Likewise.
7264         * modules/rawmemchr-tests (Files): Likewise.
7265         * modules/readlink-tests (Files): Likewise.
7266         * modules/remove-tests (Files): Likewise.
7267         * modules/rename-tests (Files): Likewise.
7268         * modules/renameat-tests (Files): Likewise.
7269         * modules/rmdir-tests (Files): Likewise.
7270         * modules/round-tests (Files): Likewise.
7271         * modules/roundf-tests (Files): Likewise.
7272         * modules/roundl-tests (Files): Likewise.
7273         * modules/select-tests (Files): Likewise.
7274         * modules/setenv-tests (Files): Likewise.
7275         * modules/sigaction-tests (Files): Likewise.
7276         * modules/sleep-tests (Files): Likewise.
7277         * modules/snprintf-posix-tests (Files): Likewise.
7278         * modules/snprintf-tests (Files): Likewise.
7279         * modules/sprintf-posix-tests (Files): Likewise.
7280         * modules/stat-tests (Files): Likewise.
7281         * modules/strcasestr-tests (Files): Likewise.
7282         * modules/strchrnul-tests (Files): Likewise.
7283         * modules/strerror-tests (Files): Likewise.
7284         * modules/strsignal-tests (Files): Likewise.
7285         * modules/strstr-tests (Files): Likewise.
7286         * modules/strtod-tests (Files): Likewise.
7287         * modules/strverscmp-tests (Files): Likewise.
7288         * modules/symlink-tests (Files): Likewise.
7289         * modules/symlinkat-tests (Files): Likewise.
7290         * modules/times-tests (Files): Likewise.
7291         * modules/trunc-tests (Files): Likewise.
7292         * modules/truncf-tests (Files): Likewise.
7293         * modules/truncl-tests (Files): Likewise.
7294         * modules/tsearch-tests (Files): Likewise.
7295         * modules/uname-tests (Files): Likewise.
7296         * modules/unlink-tests (Files): Likewise.
7297         * modules/unsetenv-tests (Files): Likewise.
7298         * modules/usleep-tests (Files): Likewise.
7299         * modules/utimensat-tests (Files): Likewise.
7300         * modules/vasprintf-tests (Files): Likewise.
7301         * modules/vdprintf-posix-tests (Files): Likewise.
7302         * modules/vfprintf-posix-tests (Files): Likewise.
7303         * modules/vprintf-posix-tests (Files): Likewise.
7304         * modules/vsnprintf-posix-tests (Files): Likewise.
7305         * modules/vsnprintf-tests (Files): Likewise.
7306         * modules/vsprintf-posix-tests (Files): Likewise.
7307         * modules/wcrtomb-tests (Files): Likewise.
7308         * modules/wcsnrtombs-tests (Files): Likewise.
7309         * modules/wcsrtombs-tests (Files): Likewise.
7310         * modules/wcwidth-tests (Files): Likewise.
7311         * tests/test-isfinite.c (isfinite): Ensure macro declaration.
7312         * tests/test-isinf.c (isinf): Likewise.
7313         * tests/test-isnan.c (isnan): Likewise.
7314         * tests/test-signbit.c (signbit): Likewise.
7315         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Ensure
7316         declaration, either as macro or with correct signature.
7317         (select): Ensure function under test is declared with correct
7318         signature in correct header.
7319         * tests/test-atexit.c (atexit): Likewise.
7320         * tests/test-btowc.c (btowc): Likewise.
7321         * tests/test-canonicalize-lgpl.c (realpath)
7322         (canonicalize_file_name): Likewise.
7323         * tests/test-ceilf1.c (ceilf): Likewise.
7324         * tests/test-ceill.c (ceill): Likewise.
7325         * tests/test-chown.c (chown): Likewise.
7326         * tests/test-dprintf-posix.c (dprintf): Likewise.
7327         * tests/test-dup2.c (dup2): Likewise.
7328         * tests/test-dup3.c (dup3): Likewise.
7329         * tests/test-duplocale.c (duplocale): Likewise.
7330         * tests/test-fchdir.c (fchdir): Likewise.
7331         * tests/test-fchownat.c (fchownat): Likewise.
7332         * tests/test-fcntl.c (fcntl): Likewise.
7333         * tests/test-fdopendir.c (fdopendir): Likewise.
7334         * tests/test-fflush.c (fflush): Likewise.
7335         * tests/test-flock.c (flock): Likewise.
7336         * tests/test-floorf1.c (floorf): Likewise.
7337         * tests/test-floorl.c (floorl): Likewise.
7338         * tests/test-fnmatch.c (fnmatch): Likewise.
7339         * tests/test-fopen.c (fopen): Likewise.
7340         * tests/test-fprintf-posix.c (fprintf): Likewise.
7341         * tests/test-freopen.c (freopen): Likewise.
7342         * tests/test-frexp.c (frexp): Likewise.
7343         * tests/test-frexpl.c (frexpl): Likewise.
7344         * tests/test-fseek.c (fseek): Likewise.
7345         * tests/test-fseeko.c (fseeko): Likewise.
7346         * tests/test-fstatat.c (fstatat): Likewise.
7347         * tests/test-fsync.c (fsync): Likewise.
7348         * tests/test-ftell.c (ftell): Likewise.
7349         * tests/test-ftello.c (ftello): Likewise.
7350         * tests/test-futimens.c (futimens): Likewise.
7351         * tests/test-getaddrinfo.c (getaddrinfo, freeaddrinfo)
7352         (gai_strerror): Likewise.
7353         * tests/test-getcwd.c (getcwd): Likewise.
7354         * tests/test-getdelim.c (getdelim): Likewise.
7355         * tests/test-getdtablesize.c (getdtablesize): Likewise.
7356         * tests/test-getgroups.c (getgroups): Likewise.
7357         * tests/test-gethostname.c (gethostname): Likewise.
7358         * tests/test-getline.c (getline): Likewise.
7359         * tests/test-getopt.c (getopt, getopt_long, getopt_long_only):
7360         Likewise.
7361         * tests/test-gettimeofday.c (gettimeofday): Likewise.
7362         * tests/test-glob.c (glob, globfree): Likewise.
7363         * tests/test-iconv.c (iconv, iconv_open, iconv_close): Likewise.
7364         * tests/test-inet_ntop.c (inet_ntop): Likewise.
7365         * tests/test-inet_pton.c (inet_pton): Likewise.
7366         * tests/test-isblank.c (isblank): Likewise.
7367         * tests/test-lchown.c (lchown): Likewise.
7368         * tests/test-ldexpl.c (ldexpl): Likewise.
7369         * tests/test-link.c (link): Likewise.
7370         * tests/test-linkat.c (linkat): Likewise.
7371         * tests/test-lseek.c (lseek): Likewise.
7372         * tests/test-lstat.c (lstat): Likewise.
7373         * tests/test-mbrtowc.c (mbrtowc): Likewise.
7374         * tests/test-mbsinit.c (mbsinit): Likewise.
7375         * tests/test-mbsnrtowcs.c (mbsnrtowcs): Likewise.
7376         * tests/test-mbsrtowcs.c (mbsrtowcs): Likewise.
7377         * tests/test-memchr.c (memchr): Likewise.
7378         * tests/test-memcmp.c (memcmp): Likewise.
7379         * tests/test-memmem.c (memmem): Likewise.
7380         * tests/test-memrchr.c (memrchr): Likewise.
7381         * tests/test-mkdir.c (mkdir): Likewise.
7382         * tests/test-mkdirat.c (mkdirat): Likewise.
7383         * tests/test-mkfifo.c (mkfifo): Likewise.
7384         * tests/test-mkfifoat.c (mkfifoat, mknodat): Likewise.
7385         * tests/test-mknod.c (mknod): Likewise.
7386         * tests/test-nanosleep.c (nanosleep): Likewise.
7387         * tests/test-nl_langinfo.c (nl_langinfo): Likewise.
7388         * tests/test-obstack-printf.c (obstack_printf, obstack_vprintf):
7389         Likewise.
7390         * tests/test-open.c (open): Likewise.
7391         * tests/test-openat.c (openat): Likewise.
7392         * tests/test-perror.c (perror): Likewise.
7393         * tests/test-pipe2.c (pipe2): Likewise.
7394         * tests/test-poll.c (poll): Likewise.
7395         * tests/test-popen.c (popen, pclose): Likewise.
7396         * tests/test-posix_spawn1.c (posix_spawnp, posix_spawnattr_init)
7397         (posix_spawnattr_destroy, posix_spawnattr_setsigmask)
7398         (posix_spawnattr_setflags, posix_spawn_file_actions_init)
7399         (posix_spawn_file_actions_destroy)
7400         (posix_spawn_file_actions_addclose)
7401         (posix_spawn_file_actions_addopen)
7402         (posix_spawn_file_actions_adddup2): Likewise.
7403         * tests/test-posix_spawn3.c (posix_spawn): Likewise.
7404         * tests/test-pread.c (pread): Likewise.
7405         * tests/test-printf-posix.c (printf): Likewise.
7406         * tests/test-pty.c (openpty, forkpty): Likewise.
7407         * tests/test-random_r.c (srandom_r, initstate_r, setstate_r)
7408         (random_r): Likewise.
7409         * tests/test-rawmemchr.c (rawmemchr): Likewise.
7410         * tests/test-readlink.c (readlink): Likewise.
7411         * tests/test-remove.c (remove): Likewise.
7412         * tests/test-rename.c (rename): Likewise.
7413         * tests/test-renameat.c (renameat): Likewise.
7414         * tests/test-rmdir.c (rmdir): Likewise.
7415         * tests/test-round1.c (round): Likewise.
7416         * tests/test-roundf1.c (roundf): Likewise.
7417         * tests/test-roundl.c (roundl): Likewise.
7418         * tests/test-setenv.c (setenv): Likewise.
7419         * tests/test-sigaction.c (sigaction): Likewise.
7420         * tests/test-sleep.c (sleep): Likewise.
7421         * tests/test-snprintf.c (snprintf): Likewise.
7422         * tests/test-sprintf-posix.c (sprintf): Likewise.
7423         * tests/test-stat.c (stat): Likewise.
7424         * tests/test-stpncpy.c (stpncpy): Likewise.
7425         * tests/test-strcasestr.c (strcasestr): Likewise.
7426         * tests/test-strchrnul.c (strchrnul): Likewise.
7427         * tests/test-strerror.c (strerror): Likewise.
7428         * tests/test-strsignal.c (strsignal): Likewise.
7429         * tests/test-strstr.c (strstr): Likewise.
7430         * tests/test-strtod.c (strtod): Likewise.
7431         * tests/test-strverscmp.c (strverscmp): Likewise.
7432         * tests/test-symlink.c (symlink): Likewise.
7433         * tests/test-symlinkat.c (symlinkat, readlinkat): Likewise.
7434         * tests/test-times.c (times): Likewise.
7435         * tests/test-trunc1.c (trunc): Likewise.
7436         * tests/test-truncf1.c (truncf): Likewise.
7437         * tests/test-truncl.c (truncl): Likewise.
7438         * tests/test-tsearch.c (tdelete, tfind, tsearch, twalk):
7439         Likewise.
7440         * tests/test-uname.c (uname): Likewise.
7441         * tests/test-unlink.c (unlink): Likewise.
7442         * tests/test-unlinkat.c (unlinkat): Likewise.
7443         * tests/test-unsetenv.c (unsetenv): Likewise.
7444         * tests/test-usleep.c (usleep): Likewise.
7445         * tests/test-utimensat.c (utimensat): Likewise.
7446         * tests/test-vasprintf.c (asprintf, vasprintf): Likewise.
7447         * tests/test-vdprintf-posix.c (vdprintf): Likewise.
7448         * tests/test-vfprintf-posix.c (vfprintf): Likewise.
7449         * tests/test-vprintf-posix.c (vprintf): Likewise.
7450         * tests/test-vsnprintf.c (vsnprintf): Likewise.
7451         * tests/test-vsprintf-posix.c (vsprintf): Likewise.
7452         * tests/test-wcrtomb.c (wcrtomb): Likewise.
7453         * tests/test-wcsnrtombs.c (wcsnrtombs): Likewise.
7454         * tests/test-wcsrtombs.c (wcsrtombs): Likewise.
7455         * tests/test-wcwidth.c (wcwidth): Likewise.
7456
7457         build: pull in conditional headers during GNULIB_POSIXCHECK
7458         * lib/stdio.in.h (includes): Using GNULIB_POSIXCHECK also requires
7459         definitions from any conditionally-included headers.
7460         * lib/stdlib.in.h (includes): Likewise.
7461         * lib/unistd.in.h (includes): Likewise.
7462
7463 2009-12-24  Bruno Haible  <bruno@clisp.org>
7464
7465         * tests/test-argv-iter.c: Include header file being tested immediately
7466         after config.h.
7467         * tests/test-base64.c: Likewise.
7468         * tests/test-flock.c: Likewise.
7469         * tests/test-fsync.c: Likewise.
7470         * tests/test-getdate.c: Likewise.
7471         * tests/test-getndelim2.c: Likewise.
7472         * tests/test-isfinite.c: Likewise.
7473         * tests/test-isinf.c: Likewise.
7474         * tests/test-strerror.c: Likewise.
7475         * tests/test-strsignal.c: Likewise.
7476
7477 2009-12-23  Eric Blake  <ebb9@byu.net>
7478
7479         unistd: work around cygwin bug
7480         * lib/unistd.in.h (includes): Pick up headers needed for cygwin.
7481         * doc/posix-functions/unlinkat.texi (unlinkat): Document the bug.
7482         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
7483
7484 2009-12-23  Bruno Haible  <bruno@clisp.org>
7485
7486         localename: More tests.
7487         * tests/test-localename.c (SIZEOF): New macro.
7488         (categories): New variable.
7489         (test_locale_name, test_locale_name_posix, test_locale_name_environ,
7490         test_locale_name_default): Add test w.r.t. thread locale.
7491         (test_locale_name_thread): New function.
7492         (main): Invoke it.
7493
7494         localename: Make aware of thread locale.
7495         * lib/localename.h (gl_locale_name_thread): New declaration.
7496         (gl_locale_name, gl_locale_name_posix, gl_locale_name_default): Clarify
7497         behaviour with respect to thread locale.
7498         * lib/localename.c: Include <limits.h>, <stddef.h>, <xlocale.h>,
7499         <langinfo.h>, glthread/lock.h.
7500         (SIZE_BITS): New macro.
7501         (string_hash): New function.
7502         (struct hash_node): New type.
7503         (HASH_TABLE_SIZE): New macro.
7504         (struniq_hash_table, struniq_lock): New variables.
7505         (struniq): New function.
7506         (gl_locale_name_thread): New function.
7507         (gl_locale_name): Invoke it.
7508         * m4/localename.m4 (gl_LOCALENAME): Test for uselocale function.
7509         * modules/localename (Depends-on): Add lock.
7510         Reported by Mike Gran <spk121@yahoo.com>.
7511
7512 2009-12-23  Eric Blake  <ebb9@byu.net>
7513
7514         va-args: new module
7515         * modules/va-args: New file.
7516         * m4/va-args.m4 (gl_VA_ARGS): Likewise.
7517         * MODULES.html.sh (Core language properties): Mention it.
7518
7519         gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
7520         * m4/gnulib-common.m4 (gl_COMMON): Create a more-appropriately
7521         named alias for __attribute__((__unused__)).
7522         * lib/chown.c: Update client.
7523         * lib/fchmodat.c: Likewise.
7524         * lib/fts.c: Likewise.
7525         * lib/getdate.y: Likewise.
7526         * lib/getgroups.c: Likewise.
7527         * lib/getopt.c: Likewise.
7528         * lib/getugroups.c: Likewise.
7529         * lib/mkdir.c: Likewise.
7530         * lib/mkfifo.c: Likewise.
7531         * lib/mkfifoat.c: Likewise.
7532         * lib/mknod.c: Likewise.
7533         * lib/mknodat.c: Likewise.
7534         * lib/readlink.c: Likewise.
7535         * lib/se-context.in.h: Likewise.
7536         * lib/se-selinux.in.h: Likewise.
7537         * lib/sockets.c: Likewise.
7538         * lib/symlink.c: Likewise.
7539         * lib/symlinkat.c: Likewise.
7540         * lib/unicodeio.c: Likewise.
7541         * lib/unistr.h: Likewise.
7542         * tests/test-areadlink.c: Likewise.
7543         * tests/test-areadlinkat.c: Likewise.
7544         * tests/test-filenamecat.c: Likewise.
7545         * tests/test-fseeko.c: Likewise.
7546         * tests/test-ftello.c: Likewise.
7547         * tests/test-getdate.c: Likewise.
7548         * tests/test-getgroups.c: Likewise.
7549         * tests/test-gethostname.c: Likewise.
7550         * tests/test-quotearg.c: Likewise.
7551         * tests/test-version-etc.c: Likewise.
7552         * tests/test-xalloc-die.c: Likewise.
7553         * tests/test-xfprintf-posix.c: Likewise.
7554         * tests/test-xprintf-posix.c: Likewise.
7555         * tests/test-xvasprintf.c: Likewise.
7556
7557         tests: avoid compiler warnings
7558         * tests/test-fcntl.c (main): Delete unused parameters.
7559         * tests/test-freopen-safer.c (main): Likewise.
7560         * tests/test-xalloc-die.c (main): Mark unused parameters.
7561         * tests/test-fseeko.c (main): Likewise.
7562         * tests/test-ftello.c (main): Likewise.
7563         * tests/test-nanosleep.c (main): Avoid declaration warning.
7564         * tests/test-sleep.c (main): Likewise.
7565         * tests/test-unsetenv.c (main): Silence warning about string
7566         literal.
7567         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
7568
7569 2009-12-23  Bruno Haible  <bruno@clisp.org>
7570
7571         * tests/test-localename.c (test_locale_name): New function, extracted
7572         from main. Also test mixed situations.
7573         (test_locale_name_posix, test_locale_name_environ,
7574         test_locale_name_default): New functions.
7575         (main): Invoke them all.
7576         * modules/localename-tests (configure.ac): Test for newlocale.
7577
7578 2009-12-23  Bruno Haible  <bruno@clisp.org>
7579
7580         unistd: Ensure getcwd gets declared before being overridden.
7581         * lib/unistd.in.h: Conditionally include <io.h>.
7582
7583 2009-12-22  Bruno Haible  <bruno@clisp.org>
7584
7585         wchar: Diagnose broken combination of glibc and gcc versions and flags.
7586         * m4/wchar.m4 (gl_WCHAR_H_INLINE_OK): New macro.
7587         (gl_WCHAR_H): Invoke it.
7588         * m4/btowc.m4 (gl_FUNC_BTOWC): Require it.
7589         * doc/posix-headers/wchar.texi: Mention the interoperability problem.
7590         Reported by Karl Berry <karl@freefriends.org>.
7591
7592 2009-12-22  Eric Blake  <ebb9@byu.net>
7593
7594         math, unistd: avoid redundant includes
7595         * lib/math.in.h (isnan): No need to re-include <math.h>.
7596         * lib/unistd.in.h (getcwd): Likewise, for <stdlib.h>.
7597
7598         getsubopt: work around cygwin bug
7599         * lib/stdlib.in.h (includes): Move unistd inclusion sooner, to
7600         avoid conflicting with system getsubopt.
7601         * doc/posix-functions/getsubopt.texi (getsubopt): Document the
7602         bug.
7603
7604         getopt: synchronize from glibc
7605         * lib/getopt.c (_getopt_initialize, _getopt_internal_r): Swap
7606         parameter order.  Adjust all callers.
7607         (_getopt_internal_r, main): Adjust quoting in error messages.
7608         Drop considerations for outdated POSIX 1003.2 error message.
7609         * lib/getopt1.c (_getopt_long_r, _getopt_long_only_r): Adjust
7610         callers.
7611         * lib/getopt_int.h (_getopt_internal_r): Adjust prototype.
7612
7613         test-getopt: test stderr behavior
7614         * modules/getopt-posix-tests (Depends-on): Add dup2.
7615         * tests/test-getopt.c (ASSERT): Avoid stderr.
7616         (main): Move stderr to a temporary file.
7617         * tests/test-getopt.h (getopt_loop): No longer manipulate opterr.
7618         Instead, add parameter to inform caller if output occurred.
7619         (test_getopt): Adjust all existing tests to expect silence, and
7620         add new tests of leading ":".
7621         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
7622         glibc shortcomings with leading "-:" or "+:" in optstring.
7623         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
7624         Likewise.
7625         * doc/posix-functions/getopt.texi (getopt): Likewise.
7626
7627         test-getopt: enhance test
7628         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require that getopt_long
7629         supports optind=0.
7630         * tests/test-getopt.c (OPTIND_MIN): Move...
7631         * tests/test-getopt.h (OPTIND_MIN): ...here.
7632         * tests/test-getopt_long.h (test_getopt_long): Add more coverage.
7633         Require that optind=0 works, since modern BSD supports it in
7634         addition to optreset, and since coreutils expects it.
7635         (test_getopt_long_only): New test.
7636         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
7637         glibc shortcomings with 'W;', and enforcement of optind=0.
7638         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
7639         Likewise.
7640
7641 2009-12-21  Bruno Haible  <bruno@clisp.org>
7642
7643         localename: Improvements for MacOS X and Cygwin.
7644         * lib/localename.h (gl_locale_name_environ): New declaration.
7645         * lib/localename.c (gl_locale_name_environ): New function, extracted from
7646         gl_locale_name_posix. Ignore dummy LANG values on MacOS X and Cygwin.
7647         (gl_locale_name_posix): Invoke it.
7648         (gl_locale_name_default): Add comments. Use Windows native API also on
7649         Cygwin.
7650
7651 2009-12-21  Bruno Haible  <bruno@clisp.org>
7652
7653         Update list of Win32 locale ids.
7654         * lib/localename.c (LANG_ROMANSH): Renamed from LANG_RHAETO_ROMANCE.
7655         (LANG_SAMI): Renamed from LANG_SAAMI.
7656         (LANG_BASHKIR, LANG_LUXEMBOURGISH, LANG_GREENLANDIC,
7657         LANG_MAPUDUNGUN, LANG_MOHAWK, LANG_BRETON, LANG_OCCITAN, LANG_CORSICAN,
7658         LANG_ALSATIAN, LANG_YAKUT, LANG_KICHE, LANG_KINYARWANDA, LANG_WOLOF,
7659         LANG_DARI, LANG_SCOTTISH_GAELIC): New macros.
7660         (SUBLANG_AFRIKAANS_SOUTH_AFRICA, SUBLANG_ALBANIAN_ALBANIA,
7661         SUBLANG_ALSATIAN_FRANCE, SUBLANG_AMHARIC_ETHIOPIA,
7662         SUBLANG_ARMENIAN_ARMENIA, SUBLANG_ASSAMESE_INDIA,
7663         SUBLANG_BASHKIR_RUSSIA, SUBLANG_BASQUE_BASQUE,
7664         SUBLANG_BELARUSIAN_BELARUS, SUBLANG_BRETON_FRANCE,
7665         SUBLANG_BULGARIAN_BULGARIA, SUBLANG_CAMBODIAN_CAMBODIA,
7666         SUBLANG_CATALAN_SPAIN, SUBLANG_CORSICAN_FRANCE,
7667         SUBLANG_CZECH_CZECH_REPUBLIC, SUBLANG_DANISH_DENMARK,
7668         SUBLANG_DARI_AFGHANISTAN, SUBLANG_DIVEHI_MALDIVES,
7669         SUBLANG_DUTCH_SURINAM, SUBLANG_ESTONIAN_ESTONIA,
7670         SUBLANG_FAEROESE_FAROE_ISLANDS, SUBLANG_FARSI_IRAN,
7671         SUBLANG_FINNISH_FINLAND, SUBLANG_FRISIAN_NETHERLANDS,
7672         SUBLANG_GALICIAN_SPAIN, SUBLANG_GEORGIAN_GEORGIA,
7673         SUBLANG_GREEK_GREECE, SUBLANG_GREENLANDIC_GREENLAND,
7674         SUBLANG_GUJARATI_INDIA, SUBLANG_HAUSA_NIGERIA_LATIN,
7675         SUBLANG_HEBREW_ISRAEL, SUBLANG_HINDI_INDIA, SUBLANG_HUNGARIAN_HUNGARY,
7676         SUBLANG_ICELANDIC_ICELAND, SUBLANG_IGBO_NIGERIA,
7677         SUBLANG_INDONESIAN_INDONESIA, SUBLANG_INUKTITUT_CANADA,
7678         SUBLANG_INUKTITUT_CANADA_LATIN, SUBLANG_IRISH_IRELAND,
7679         SUBLANG_JAPANESE_JAPAN, SUBLANG_KANNADA_INDIA,
7680         SUBLANG_KAZAK_KAZAKHSTAN, SUBLANG_KICHE_GUATEMALA,
7681         SUBLANG_KINYARWANDA_RWANDA, SUBLANG_KONKANI_INDIA,
7682         SUBLANG_KYRGYZ_KYRGYZSTAN, SUBLANG_LAO_LAOS, SUBLANG_LATVIAN_LATVIA,
7683         SUBLANG_LITHUANIAN_LITHUANIA, SUBLANG_LOWER_SORBIAN_GERMANY,
7684         SUBLANG_LUXEMBOURGISH_LUXEMBOURG, SUBLANG_MACEDONIAN_MACEDONIA,
7685         SUBLANG_MALAYALAM_INDIA, SUBLANG_MALTESE_MALTA,
7686         SUBLANG_MAORI_NEW_ZEALAND, SUBLANG_MAPUDUNGUN_CHILE,
7687         SUBLANG_MARATHI_INDIA, SUBLANG_MOHAWK_CANADA, SUBLANG_NEPALI_NEPAL,
7688         SUBLANG_OCCITAN_FRANCE, SUBLANG_ORIYA_INDIA,
7689         SUBLANG_PASHTO_AFGHANISTAN, SUBLANG_POLISH_POLAND,
7690         SUBLANG_ROMANSH_SWITZERLAND, SUBLANG_SAMI_NORTHERN_NORWAY,
7691         SUBLANG_SAMI_NORTHERN_SWEDEN, SUBLANG_SAMI_NORTHERN_FINLAND,
7692         SUBLANG_SAMI_LULE_NORWAY, SUBLANG_SAMI_LULE_SWEDEN,
7693         SUBLANG_SAMI_SOUTHERN_NORWAY, SUBLANG_SAMI_SOUTHERN_SWEDEN,
7694         SUBLANG_SAMI_SKOLT_FINLAND, SUBLANG_SAMI_INARI_FINLAND,
7695         SUBLANG_SANSKRIT_INDIA, SUBLANG_SINHALESE_SRI_LANKA,
7696         SUBLANG_SLOVAK_SLOVAKIA, SUBLANG_SLOVENIAN_SLOVENIA,
7697         SUBLANG_SOTHO_SOUTH_AFRICA, SUBLANG_SWAHILI_KENYA,
7698         SUBLANG_SWEDISH_SWEDEN, SUBLANG_SYRIAC_SYRIA,
7699         SUBLANG_TAGALOG_PHILIPPINES, SUBLANG_TAJIK_TAJIKISTAN,
7700         SUBLANG_TAMIL_INDIA, SUBLANG_TATAR_RUSSIA, SUBLANG_TELUGU_INDIA,
7701         SUBLANG_THAI_THAILAND, SUBLANG_TSWANA_SOUTH_AFRICA,
7702         SUBLANG_TURKISH_TURKEY, SUBLANG_TURKMEN_TURKMENISTAN,
7703         SUBLANG_UKRAINIAN_UKRAINE, SUBLANG_UPPER_SORBIAN_GERMANY,
7704         SUBLANG_VIETNAMESE_VIETNAM, SUBLANG_WELSH_UNITED_KINGDOM,
7705         SUBLANG_WOLOF_SENEGAL, SUBLANG_XHOSA_SOUTH_AFRICA,
7706         SUBLANG_YAKUT_RUSSIA, SUBLANG_YI_PRC, SUBLANG_YORUBA_NIGERIA,
7707         SUBLANG_ZULU_SOUTH_AFRICA): New macros.
7708         (gl_locale_name_from_win32_LANGID): Handle also the territory neutral
7709         locale ids. Add support for Alsatian, Bashkir, Breton, Corsican, Dari,
7710         Greenlandic, K'iche', Kinyarwanda, Luxembourgish, Mapudungun, Mohawk,
7711         Occitan, Scottish Gaelic, Wolof, Yakut. Change language code for Yi.
7712         Add more languages and countries for Sami, Sorbian. Add more countries
7713         for Serbian, Dutch. Add more scripts for Inuktitut. Be more precise
7714         for Pashto. Change country for Syriac, Tswana.
7715
7716 2009-12-21  Eric Blake  <ebb9@byu.net>
7717
7718         test-utimens: avoid spurious failure
7719         * tests/test-chown.h (nap): Factor...
7720         * tests/nap.h: ...into new file.
7721         * tests/test-lchown.h (nap): Avoid duplication.
7722         * tests/test-utimens-common.h (nap): Use shared implementation,
7723         necessary on file systems with 1-second resolution.
7724         * modules/chown-tests (Files): Include new file.
7725         * modules/fdutimensat-tests (Files): Likewise.
7726         * modules/futimens-tests (Files): Likewise.
7727         * modules/lchown-tests (Files): Likewise.
7728         * modules/openat-tests (Files): Likewise.
7729         * modules/utimens-tests (Files): Likewise.
7730         * modules/utimensat-tests (Files): Likewise.
7731
7732 2009-12-19  Eric Blake  <ebb9@byu.net>
7733
7734         futimens, utimensat: work around Linux bug
7735         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect ctime bug.
7736         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
7737         * lib/utimensat.c (rpl_utimensat): Work around it.
7738         * lib/futimens.c (rpl_futimens): Adjust comment.
7739
7740         utimens: work around Linux ctime bug
7741         * lib/utimens.c (detect_ctime_bug): New helper function.
7742         (update_timespec): Differentiate between workaround needed for
7743         this bug vs. what is needed for systems that lack utimensat.
7744         (fdutimens, lutimens): Work around bug.
7745
7746         utimens: check for ctime update
7747         * tests/test-utimens-common.h (check_ctime): Define.
7748         * tests/test-utimens.h (test_utimens): Expose the Linux bug.
7749         * tests/test-futimens.h (test_futimens): Likewise.
7750         * tests/test-lutimens.h (test_lutimens): Likewise.
7751         * doc/posix-functions/futimens.texi (futimens): Document the bug.
7752         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
7753
7754 2009-12-19  Bruno Haible  <bruno@clisp.org>
7755
7756         dprintf-posix: Check against memory leak fixed on 2009-12-15.
7757         * tests/test-dprintf-posix2.sh: New file.
7758         * tests/test-dprintf-posix2.c: New file.
7759         * modules/dprintf-posix-tests (Files): Add them.
7760         (configure.ac): Check for getrlimit and setrlimit.
7761         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
7762
7763 2009-12-19  Bruno Haible  <bruno@clisp.org>
7764
7765         fprintf-posix: Check against memory leak fixed on 2009-12-15.
7766         * tests/test-fprintf-posix3.sh: New file.
7767         * tests/test-fprintf-posix3.c: New file.
7768         * modules/fprintf-posix-tests (Files): Add them.
7769         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
7770
7771 2009-12-19  Eric Blake  <ebb9@byu.net>
7772
7773         dirfd: fix prototype
7774         * lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
7775         * lib/dirfd.c (dirfd): Likewise.
7776
7777         canonicalize: reduce memory usage
7778         * lib/canonicalize.c (canonicalize_filename_mode): Trim the
7779         allocation to size.
7780         Reported by Solar Designer <solar@openwall.com>.
7781
7782 2009-12-19  Bruno Haible  <bruno@clisp.org>
7783
7784         New module attribute 'Applicability'.
7785         * modules/TEMPLATE-EXTENDED: New field 'Applicability'.
7786         * gnulib-tool: New option --extract-applicability.
7787         (func_usage): Document it.
7788         (sed_extract_prog): Recognize it.
7789         (func_get_applicability): New function.
7790         (func_import): Generalize handling of 'link-warning' module.
7791         * modules/link-warning (Applicability): New section.
7792         * modules/arg-nonnull (Applicability): New section.
7793         Repoted by Simon Josefsson <simon@josefsson.org>.
7794
7795 2009-12-19  Bruno Haible  <bruno@clisp.org>
7796
7797         fflush: tweak
7798         * lib/fflush.c (update_fpos_cache): Don't use fpos_t on Cygwin.
7799         * lib/fseeko.c (rpl_fseeko): Likewise.
7800
7801 2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
7802
7803         * lib/gl_list.h: Fix typo in comment.
7804
7805 2009-12-16  Eric Blake  <ebb9@byu.net>
7806
7807         fcntl: use to simplify other modules
7808         * modules/cloexec (Depends-on): Add fcntl.
7809         * modules/fchdir (Depends-on): Likewise.
7810         * modules/fd-safer-flag (Depends-on): Likewise.
7811         * modules/unistd-safer (Depends-on): Likewise.
7812         * modules/dup3 (configure.ac): Set module indicator.
7813         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Replace fcntl if fchdir is
7814         missing.
7815         * lib/fchdir.c (_gl_register_dup): Fix comment.
7816         * lib/cloexec.c (dup_cloexec): Simplify, by relying on fcntl.
7817         * lib/dup-safer.c (dup_safer): Likewise.
7818         * lib/dup-safer-flag.c (dup_safer_flag): Likewise.
7819         * lib/dup3.c (dup3): Likewise.
7820         * tests/test-fchdir.c (main): Enhance test.
7821         Fixes a dup_cloexec bug reported by OndÅ™ej Vašík.
7822
7823         fcntl: port portions of fcntl to mingw
7824         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
7825         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
7826         replacement for mingw.
7827         * modules/fcntl (Description): Update.
7828         (Depends-on): Add dup2.
7829         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
7830         * modules/fcntl-h (Makefile.am): Substitute it.
7831         * lib/fcntl.in.h (fcntl): Update declaration.
7832         (F_DUPFD, F_GETFD): New macros, when needed.
7833         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
7834         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
7835         * tests/test-fcntl.c (check_flags, main): Enhance test for items
7836         we now guarantee.
7837
7838         fcntl: work around cygwin bug in F_DUPFD
7839         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
7840         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
7841         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
7842         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
7843         * doc/posix-functions/fcntl.texi (fcntl): Document it.
7844
7845         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
7846         * modules/fcntl (Files): List new files.
7847         (configure.ac): Run a test.
7848         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
7849         * lib/fcntl.c (rpl_fcntl): Likewise.
7850         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
7851         (gl_FCNTL_H): Always replace fcntl.h.
7852         * modules/fcntl-h (Makefile.am): Substitute witnesses.
7853         * lib/fcntl.in.h (fcntl): Declare replacement.
7854         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
7855         needed, plus a witness.
7856         * doc/posix-functions/fcntl.texi (fcntl): Document this.
7857         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
7858         * tests/test-fcntl.c: New file.
7859         * modules/fcntl-tests: Likewise.
7860
7861         binary-io: avoid potential compilation warning
7862         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
7863         directives.
7864
7865         fflush: avoid compilation error on NetBSD
7866         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
7867         between off_t and fpos_t, since the latter is sometimes a struct.
7868         * lib/fseeko.c (rpl_fseeko): Likewise.
7869         Reported by Alexander Nasonov <alnsn@yandex.ru>.
7870
7871 2009-12-15  Eric Blake  <ebb9@byu.net>
7872
7873         fcntl-h, stdio, sys_ioctl: fix declarations
7874         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
7875         function must not take arguments.
7876         * lib/sys_ioctl.in.h (ioctl): Likewise.
7877         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
7878         (open): Add a link warning.
7879
7880 2009-12-15  Jim Meyering  <meyering@redhat.com>
7881
7882         areadlink, areadlink-with-size: relax license to LGPLv2+
7883         * modules/areadlink (License): Relax to LGPLv2+.
7884         * modules/areadlink-with-size (License): Likewise.
7885
7886 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
7887             Bruno Haible  <bruno@clisp.org>
7888
7889         *printf: Fix memory leak.
7890         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
7891         * lib/vfprintf.c (vfprintf): Likewise.
7892         * lib/dprintf.c (dprintf): Likewise.
7893         * lib/vdprintf.c (vdprintf): Likewise.
7894
7895 2009-12-14  Eric Blake  <ebb9@byu.net>
7896
7897         accept4: adjust module dependencies
7898         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
7899
7900         utimens: one more try at avoiding compiler warning
7901         * lib/utimens.c (lutimens): Lower scope of result.
7902
7903 2009-12-13  Bruno Haible  <bruno@clisp.org>
7904
7905         Move the malloc checking from module 'list' to new module 'xlist'.
7906         * modules/xlist: New file.
7907         * lib/gl_xlist.h: New file.
7908         * lib/gl_xlist.c: New file.
7909         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
7910         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
7911         gl_list_add_last, gl_list_add_before, gl_list_add_after,
7912         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
7913         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
7914         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
7915         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
7916         gl_sortedlist_nx_add): New declarations.
7917         (struct gl_list_implementation): Rename and change methods accordingly.
7918         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
7919         (gl_list_nx_create): Renamed from gl_list_create.
7920         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
7921         (gl_list_nx_set_at): Renamed from gl_list_set_at.
7922         (gl_list_nx_add_first): Renamed from gl_list_add_first.
7923         (gl_list_nx_add_last): Renamed from gl_list_add_last.
7924         (gl_list_nx_add_before): Renamed from gl_list_add_before.
7925         (gl_list_nx_add_after): Renamed from gl_list_add_after.
7926         (gl_list_nx_add_at): Renamed from gl_list_add_at.
7927         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
7928         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
7929         gl_list_create_empty.
7930         (gl_list_nx_create): Renamed from gl_list_create.
7931         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
7932         (gl_list_nx_set_at): Renamed from gl_list_set_at.
7933         (gl_list_nx_add_first): Renamed from gl_list_add_first.
7934         (gl_list_nx_add_last): Renamed from gl_list_add_last.
7935         (gl_list_nx_add_before): Renamed from gl_list_add_before.
7936         (gl_list_nx_add_after): Renamed from gl_list_add_after.
7937         (gl_list_nx_add_at): Renamed from gl_list_add_at.
7938         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
7939         * lib/gl_array_list.c: Don't include xalloc.h.
7940         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
7941         NULL upon out-of-memory.
7942         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
7943         out-of-memory.
7944         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
7945         Change return type to 'int'.
7946         (gl_array_nx_set_at): Renamed from gl_array_set_at.
7947         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
7948         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
7949         upon out-of-memory.
7950         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
7951         upon out-of-memory.
7952         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
7953         upon out-of-memory.
7954         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
7955         upon out-of-memory.
7956         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
7957         out-of-memory.
7958         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
7959         Update.
7960         (gl_array_list_implementation): Update.
7961         * lib/gl_carray_list.c: Don't include xalloc.h.
7962         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
7963         Return NULL upon out-of-memory.
7964         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
7965         out-of-memory.
7966         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
7967         Change return type to 'int'.
7968         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
7969         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
7970         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
7971         upon out-of-memory.
7972         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
7973         upon out-of-memory.
7974         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
7975         out-of-memory.
7976         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
7977         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
7978         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
7979         Update.
7980         (gl_carray_list_implementation): Update.
7981         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
7982         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
7983         gl_linked_create_empty. Return NULL upon out-of-memory.
7984         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
7985         out-of-memory.
7986         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
7987         Change return type to 'int'. Return -1 upon out-of-memory.
7988         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
7989         out-of-memory.
7990         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
7991         upon out-of-memory.
7992         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
7993         upon out-of-memory.
7994         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
7995         NULL upon out-of-memory.
7996         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
7997         upon out-of-memory.
7998         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
7999         out-of-memory.
8000         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
8001         Update.
8002         * lib/gl_linked_list.c: Don't include xalloc.h.
8003         (gl_linked_list_implementation): Update.
8004         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
8005         (add_to_bucket): Change return type to 'int'.
8006         (gl_linkedhash_list_implementation): Update.
8007         * lib/gl_anytree_list1.h (free_subtree): New function.
8008         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
8009         gl_tree_create_empty. Return NULL upon out-of-memory.
8010         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
8011         Change return type to 'int'. Return -1 upon out-of-memory.
8012         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
8013         out-of-memory.
8014         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
8015         (gl_tree_remove_node): New function, moved here from
8016         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
8017         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
8018         Update.
8019         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
8020         malloc, not xmalloc. Return NULL upon out-of-memory.
8021         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
8022         out-of-memory.
8023         (gl_tree_remove_node_from_tree): New function, extracted from
8024         gl_tree_remove_node.
8025         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
8026         upon out-of-memory.
8027         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
8028         out-of-memory.
8029         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
8030         upon out-of-memory.
8031         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
8032         upon out-of-memory.
8033         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
8034         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
8035         not xmalloc. Return NULL upon out-of-memory.
8036         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
8037         out-of-memory.
8038         (gl_tree_remove_node_from_tree): New function, extracted from
8039         gl_tree_remove_node.
8040         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
8041         upon out-of-memory.
8042         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
8043         out-of-memory.
8044         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
8045         upon out-of-memory.
8046         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
8047         upon out-of-memory.
8048         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
8049         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
8050         gl_anytree_list1.h before gl_anyavltree_list2.h.
8051         (gl_avltree_list_implementation): Update.
8052         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
8053         gl_anytree_list1.h before gl_anyavltree_list2.h.
8054         (gl_rbtree_list_implementation): Update.
8055         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
8056         Change return type to 'int'. Return -1 upon out-of-memory. Use
8057         __builtin_expect.
8058         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
8059         (gl_avltreehash_list_implementation): Update.
8060         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
8061         (gl_rbtreehash_list_implementation): Update.
8062         * modules/array-list (Depends-on): Remove xalloc.
8063         * modules/carray-list (Depends-on): Likewise.
8064         * modules/linked-list (Depends-on): Likewise.
8065         * modules/linkedhash-list (Depends-on): Likewise.
8066         * modules/avltree-list (Depends-on): Likewise.
8067         * modules/rbtree-list (Depends-on): Likewise.
8068         * modules/avltreehash-list (Depends-on): Likewise.
8069         * modules/rbtreehash-list (Depends-on): Likewise.
8070
8071         * modules/xsublist: New file.
8072         * lib/gl_xsublist.h: New file.
8073         * lib/gl_xsublist.c: New file.
8074         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
8075         (gl_sublist_nx_create): New declaration.
8076         * lib/gl_sublist.c: Don't include xalloc.h.
8077         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
8078         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
8079         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
8080         Change return type to 'int'. Return -1 upon out-of-memory.
8081         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
8082         upon out-of-memory.
8083         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
8084         NULL upon out-of-memory.
8085         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
8086         upon out-of-memory.
8087         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
8088         NULL upon out-of-memory.
8089         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
8090         NULL upon out-of-memory.
8091         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
8092         upon out-of-memory.
8093         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
8094         (gl_sublist_list_implementation): Update.
8095         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
8096         upon out-of-memory.
8097         * modules/sublist (Depends-on): Remove xalloc.
8098
8099         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
8100         * tests/test-carray_list.c: Likewise.
8101         * tests/test-linked_list.c: Likewise.
8102         * tests/test-linkedhash_list.c: Likewise.
8103         * tests/test-avltree_list.c: Likewise.
8104         * tests/test-rbtree_list.c: Likewise.
8105         * tests/test-avltreehash_list.c: Likewise.
8106         * tests/test-rbtreehash_list.c: Likewise.
8107         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
8108         * modules/carray-list-tests (Makefile.am): Likewise.
8109         * modules/linked-list-tests (Makefile.am): Likewise.
8110         * modules/linkedhash-list-tests (Makefile.am): Likewise.
8111         * modules/avltree-list-tests (Makefile.am): Likewise.
8112         * modules/rbtree-list-tests (Makefile.am): Likewise.
8113         * modules/avltreehash-list-tests (Makefile.am): Likewise.
8114         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
8115
8116         * NEWS: Mention the changes.
8117
8118         * lib/clean-temp.c: Include gl_xlist.h.
8119         * modules/clean-temp (Depends-on): Add xlist.
8120
8121         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
8122         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
8123
8124         * tests/test-array_oset.c: Include gl_xlist.h.
8125         * modules/array-oset-tests (Depends-on): Add xlist.
8126
8127         Reported by José E. Marchesi <jemarch@gnu.org>.
8128
8129 2009-12-13  Bruno Haible  <bruno@clisp.org>
8130
8131         Move the malloc checking from module 'oset' to new module 'xoset'.
8132         * modules/xoset: New file.
8133         * lib/gl_xoset.h: New file.
8134         * lib/gl_xoset.c: New file.
8135         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
8136         declarations.
8137         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
8138         (struct gl_oset_implementation): Rename and change methods accordingly.
8139         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
8140         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
8141         'int'. Mark as __warn_unused_result__.
8142         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
8143         gl_oset_create_empty.
8144         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
8145         'int'.
8146         * lib/gl_array_oset.c: Don't include xalloc.h.
8147         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
8148         malloc, not xmalloc.
8149         (grow): Change return type to 'int'. Don't call xalloc_die.
8150         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
8151         to 'int'.
8152         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
8153         'int'.
8154         (gl_array_oset_implementation): Update.
8155         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
8156         gl_tree_create_empty.
8157         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
8158         'int'.
8159         * lib/gl_avltree_oset.c: Don't include xalloc.h.
8160         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
8161         xmalloc.
8162         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
8163         not xmalloc.
8164         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
8165         xmalloc.
8166         (gl_avltree_oset_implementation): Update.
8167         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
8168         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
8169         xmalloc.
8170         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
8171         not xmalloc.
8172         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
8173         xmalloc.
8174         (gl_rbtree_oset_implementation): Update.
8175         * modules/array-oset (Depends-on): Remove xalloc.
8176         * modules/avltree-oset (Depends-on): Likewise.
8177         * modules/rbtree-oset (Depends-on): Likewise.
8178         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
8179         * tests/test-avltree_oset.c: Likewise.
8180         * tests/test-rbtree_oset.c: Likewise.
8181         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
8182         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
8183         * modules/rbtree-oset-tests (Makefile.am): Likewise.
8184         * NEWS: Mention the change.
8185
8186 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
8187
8188         maint.mk: allow a project to override release-prep commands
8189         * top/maint.mk (alpha, beta, stable): Move release-preparatory
8190         commands into a new rule.
8191         (release-prep): New rule.
8192         (release-prep-hook): New overridable variable.
8193
8194 2009-12-13  Bruno Haible  <bruno@clisp.org>
8195
8196         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
8197
8198 2009-12-13  Jim Meyering  <meyering@redhat.com>
8199
8200         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
8201         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
8202
8203 2009-12-12  Bruno Haible  <bruno@clisp.org>
8204
8205         duplocale: Tweak.
8206         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
8207
8208 2009-12-12  Karl Berry  <karl@gnu.org>
8209
8210         * config/srclist.txt (strtoll.c): tab changes, no more sync.
8211
8212 2009-12-12  Bruno Haible  <bruno@clisp.org>
8213
8214         * m4/po.m4: Undo incorrect untabification.
8215
8216 2009-12-12  Bruno Haible  <bruno@clisp.org>
8217
8218         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
8219         * modules/c-strtod (Depends-on): Add locale.
8220         * modules/c-strtold (Depends-on): Likewise.
8221
8222 2009-12-12  Bruno Haible  <bruno@clisp.org>
8223
8224         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
8225
8226 2009-12-11  Eric Blake  <ebb9@byu.net>
8227
8228         setenv: relax requirement in light of POSIX ruling
8229         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
8230         not NULL.
8231         * tests/test-setenv.c (main): Relax test.
8232         * tests/test-unsetenv.c (main): Likewise.
8233         * doc/posix-functions/setenv.texi (setenv): Document this.
8234         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
8235
8236 2009-12-11  Bruno Haible  <bruno@clisp.org>
8237
8238         New module 'fd-safer-flag'.
8239         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
8240         * lib/dup-safer.c (dup_safer_flag): Remove function.
8241         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
8242         * lib/fd-safer.c (fd_safer_flag): Remove function.
8243         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
8244         * modules/cloexec (configure.ac): Drop indicator macro.
8245         * modules/fd-safer-flag: New file.
8246         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
8247         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
8248         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
8249
8250 2009-12-11  Bruno Haible  <bruno@clisp.org>
8251
8252         Tests for module 'nl_langinfo'.
8253         * modules/nl_langinfo-tests: New file.
8254         * tests/test-nl_langinfo.sh: New file.
8255         * tests/test-nl_langinfo.c: New file.
8256
8257         New module 'nl_langinfo'.
8258         * lib/nl_langinfo.c: New file.
8259         * m4/nl_langinfo.m4: New file.
8260         * modules/nl_langinfo: New file.
8261         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
8262
8263 2009-12-11  Bruno Haible  <bruno@clisp.org>
8264
8265         Tests for module 'langinfo'.
8266         * modules/langinfo-tests: New file.
8267         * tests/test-langinfo.c: New file.
8268
8269         New module 'langinfo'.
8270         * lib/langinfo.in.h: New file.
8271         * m4/langinfo_h.m4: New file.
8272         * modules/langinfo: New file.
8273         * doc/posix-headers/langinfo.texi: Mention the new module.
8274
8275 2009-12-11  Bruno Haible  <bruno@clisp.org>
8276
8277         * lib/config.charset: Untabify.
8278
8279 2009-12-11  Bruno Haible  <bruno@clisp.org>
8280
8281         * modules/unistd-safer (configure.ac): Drop indicator macro.
8282
8283 2009-12-11  Bruno Haible  <bruno@clisp.org>
8284
8285         Move pipe2-safer code to its own file.
8286         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
8287         * lib/pipe-safer.c (pipe2_safer): Remove function.
8288         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
8289         (Makefile.am): Add it to lib_SOURCES.
8290
8291 2009-12-10  Bruno Haible  <bruno@clisp.org>
8292
8293         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
8294
8295 2009-12-10  Bruno Haible  <bruno@clisp.org>
8296
8297         Declare which arguments expect non-NULL values, for GCC and clang.
8298         * build-aux/arg-nonnull.h: New file.
8299         * modules/arg-nonnull: New file.
8300         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
8301         (inet_ntop, inet_pton): Use it.
8302         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
8303         (closedir, dirfd, opendir, scandir, alphasort): Use it.
8304         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
8305         (open, openat): Use it.
8306         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
8307         (fnmatch): Use it.
8308         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
8309         (getopt, getopt_long, getopt_long_only): Use it.
8310         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
8311         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
8312         Use it.
8313         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
8314         (iconv_open): Use it.
8315         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
8316         (strtoimax, strtoumax): Use it.
8317         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
8318         (duplocale): Use it.
8319         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
8320         (frexp, frexpl): Use it.
8321         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
8322         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
8323         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
8324         (tsearch, tfind, tdelete, twalk): Use it.
8325         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
8326         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
8327         sigpending): Use it.
8328         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
8329         (posix_spawn, posix_spawnp, posix_spawnattr_init,
8330         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
8331         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
8332         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
8333         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
8334         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
8335         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
8336         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
8337         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
8338         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
8339         Use it.
8340         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
8341         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
8342         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
8343         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
8344         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
8345         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
8346         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
8347         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
8348         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
8349         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
8350         strtoull, unsetenv): Use it.
8351         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
8352         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
8353         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
8354         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
8355         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
8356         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
8357         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
8358         (strcasecmp, strncasecmp): Use it.
8359         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
8360         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
8361         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
8362         rpl_setsockopt): Use it.
8363         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
8364         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
8365         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
8366         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
8367         (gettimeofday): Use it.
8368         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
8369         (times): Use it.
8370         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
8371         (uname): Use it.
8372         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
8373         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
8374         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
8375         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
8376         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
8377         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
8378         unlinkat, write): Use it.
8379         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
8380         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
8381         * lib/argv-iter.h: Include arg-nonnull.h.
8382         (_ATTRIBUTE_NONNULL_): Remove macro.
8383         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
8384         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
8385         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
8386         optimization.
8387         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
8388         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
8389         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
8390         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
8391         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
8392         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
8393         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
8394         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
8395         * modules/arpa_inet (Depends-on): Add arg-nonnull.
8396         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
8397         * modules/dirent (Depends-on): Add arg-nonnull.
8398         (Makefile.am): Insert arg-nonnull.h into dirent.h.
8399         * modules/fcntl-h (Depends-on): Add arg-nonnull.
8400         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
8401         * modules/fnmatch (Depends-on): Add arg-nonnull.
8402         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
8403         * modules/getopt-posix (Depends-on): Add arg-nonnull.
8404         (Makefile.am): Insert arg-nonnull.h into getopt.h.
8405         * modules/glob (Depends-on): Add arg-nonnull.
8406         (Makefile.am): Insert arg-nonnull.h into glob.h.
8407         * modules/iconv_open (Depends-on): Add arg-nonnull.
8408         (Makefile.am): Insert arg-nonnull.h into iconv.h.
8409         * modules/inttypes (Depends-on): Add arg-nonnull.
8410         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
8411         * modules/locale (Depends-on): Add arg-nonnull.
8412         (Makefile.am): Insert arg-nonnull.h into locale.h.
8413         * modules/math (Depends-on): Add arg-nonnull.
8414         (Makefile.am): Insert arg-nonnull.h into math.h.
8415         * modules/netdb (Depends-on): Add arg-nonnull.
8416         (Makefile.am): Insert arg-nonnull.h into netdb.h.
8417         * modules/search (Depends-on): Add arg-nonnull.
8418         (Makefile.am): Insert arg-nonnull.h into search.h.
8419         * modules/signal (Depends-on): Add arg-nonnull.
8420         (Makefile.am): Insert arg-nonnull.h into signal.h.
8421         * modules/spawn (Depends-on): Add arg-nonnull.
8422         (Makefile.am): Insert arg-nonnull.h into spawn.h.
8423         * modules/stdio (Depends-on): Add arg-nonnull.
8424         (Makefile.am): Insert arg-nonnull.h into stdio.h.
8425         * modules/stdlib (Depends-on): Add arg-nonnull.
8426         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
8427         * modules/string (Depends-on): Add arg-nonnull.
8428         (Makefile.am): Insert arg-nonnull.h into string.h.
8429         * modules/strings (Depends-on): Add arg-nonnull.
8430         (Makefile.am): Insert arg-nonnull.h into strings.h.
8431         * modules/sys_socket (Depends-on): Add arg-nonnull.
8432         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
8433         * modules/sys_stat (Depends-on): Add arg-nonnull.
8434         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
8435         * modules/sys_time (Depends-on): Add arg-nonnull.
8436         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
8437         * modules/sys_times (Depends-on): Add arg-nonnull.
8438         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
8439         * modules/sys_utsname (Depends-on): Add arg-nonnull.
8440         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
8441         * modules/time (Depends-on): Add arg-nonnull.
8442         (Makefile.am): Insert arg-nonnull.h into time.h.
8443         * modules/unistd (Depends-on): Add arg-nonnull.
8444         (Makefile.am): Insert arg-nonnull.h into unistd.h.
8445         * modules/wchar (Depends-on): Add arg-nonnull.
8446         (Makefile.am): Insert arg-nonnull.h into wchar.h.
8447         * modules/argv-iter (Depends-on): Add arg-nonnull.
8448         * tests/test-canonicalize.c (null_ptr): New function.
8449         (main): Use it.
8450         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
8451         (main): Use it.
8452         * tests/test-memmem.c (null_ptr): New function.
8453         (main): Use it.
8454         Reported by Jim Meyering.
8455
8456 2009-12-10  Bruno Haible  <bruno@clisp.org>
8457
8458         Use spaces for indentation, not tabs.
8459         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
8460         * m4/*.m4: Untabify.
8461         * build-aux/*.h: Untabify.
8462         * tests/**/*.[hc]: Untabify.
8463         * README: New section "Indent with spaces, not TABs", based on
8464         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
8465         * NEWS: Mention the change.
8466
8467 2009-12-10  Bruno Haible  <bruno@clisp.org>
8468
8469         pty test: Fix link error.
8470         * modules/pty-tests (Makefile.am): Add the default LDADD value to
8471         test_pty_LDADD.
8472
8473 2009-12-07  Simon Josefsson  <simon@josefsson.org>
8474
8475         * modules/pty: New file.
8476         * modules/pty-tests: New file.
8477         * m4/pty.m4: New file.
8478         * tests/test-pty.c: New file.
8479         * doc/glibc-headers/pty.texi: Modified.
8480         * doc/glibc-functions/forkpty.texi: Modified.
8481         * doc/glibc-functions/openpty.texi: Modified.
8482
8483 2009-12-10  Bruno Haible  <bruno@clisp.org>
8484
8485         Avoid syntax error in C++ mode.
8486         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
8487
8488 2009-12-10  Bruno Haible  <bruno@clisp.org>
8489
8490         Use sed with option -e.
8491         * gnulib-tool (func_version, func_emit_copyright_notice,
8492         func_emit_initmacro_end, func_import, func_create_testdir): Pass
8493         option -e to sed.
8494         * modules/link-warning (Makefile.am): Likewise.
8495
8496 2009-12-10  Jim Meyering  <meyering@redhat.com>
8497
8498         mgetgroups: do not write bytes beyond end of malloc'd buffer
8499         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
8500         username, we call getgroups with a one-element-shorter buffer,
8501         but still told it the length was original, max_n_groups.
8502
8503 2009-12-09  Eric Blake  <ebb9@byu.net>
8504
8505         cloexec: relax license
8506         * modules/cloexec (Maintainer): Add myself.
8507         (License): Use LGPL, not GPL.
8508
8509         link-warning: optimize generation
8510         * modules/link-warning (Makefile.am): Reduce process usage.
8511
8512 2009-12-09  Bruno Haible  <bruno@clisp.org>
8513
8514         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
8515         workaround was added on 2009-11-17.
8516
8517 2009-12-09  Jim Meyering  <meyering@redhat.com>
8518             Bruno Haible  <bruno@clisp.org>
8519
8520         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
8521         * modules/link-warning (Makefile.am): Make the comment-removing sed
8522         command more robust in the face of bootstrap-prepended comment lines.
8523
8524 2009-12-09  Bruno Haible  <bruno@clisp.org>
8525
8526         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
8527         most one group.
8528
8529 2009-12-09  Simon Josefsson <simon@josefsson.org>
8530             Bruno Haible  <bruno@clisp.org>
8531
8532         * build-aux/link-warning.h: Add copyright notice.
8533         * modules/link-warning (Makefile.am): Generate link-warning.h from
8534         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
8535         * NEWS: Mention change in link-warning module.
8536         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
8537         * modules/dirent (Makefile.am): Add dependency to dirent.h.
8538         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
8539         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
8540         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
8541         * modules/math (Makefile.am): Add dependency to math.h.
8542         * modules/search (Makefile.am): Add dependency to search.h.
8543         * modules/signal (Makefile.am): Add dependency to signal.h.
8544         * modules/spawn (Makefile.am): Add dependency to spawn.h.
8545         * modules/stdio (Makefile.am): Add dependency to stdio.h.
8546         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
8547         * modules/string (Makefile.am): Add dependency to string.h.
8548         * modules/strings (Makefile.am): Add dependency to strings.h.
8549         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
8550         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
8551         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
8552         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
8553         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
8554         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
8555         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
8556         * modules/unistd (Makefile.am): Add dependency to unistd.h.
8557         * modules/wchar (Makefile.am): Add dependency to wchar.h.
8558
8559 2009-12-09  Bruno Haible  <bruno@clisp.org>
8560
8561         fchdir: Optimize away rpl_fstat when possible.
8562         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
8563         REPLACE_OPEN_DIRECTORY.
8564         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
8565
8566 2009-12-09  Bruno Haible  <bruno@clisp.org>
8567
8568         * lib/fchdir.c: Update comment.
8569
8570 2009-12-09  Bruno Haible  <bruno@clisp.org>
8571
8572         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
8573
8574 2009-12-08  Eric Blake  <ebb9@byu.net>
8575
8576         fchdir: avoid memory leak on re-registration.
8577         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
8578
8579 2009-12-08  Jim Meyering  <meyering@redhat.com>
8580
8581         init.sh: avoid Solaris 10 /bin/sh portability problem
8582         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
8583         sourced script:
8584           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
8585           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
8586           bar
8587         tests/init.sh relied on that, accepting a --set-path=DIR argument,
8588         and two tests used that idiom.
8589         * tests/init.sh: Update suggested usage comments.
8590         (path_prepend_): New function, to be used in place
8591         of the --src-path=DIR option.
8592         (setup_): Move PATH-prepending code into path_prepend_.
8593         * tests/test-pread.sh: Adapt to new usage.
8594         * tests/test-xalloc-die.sh: Likewise.
8595
8596 2009-12-08  Simon Josefsson  <simon@josefsson.org>
8597
8598         * doc/gnulib.texi (Glibc pty.h): Add.
8599         * doc/glibc-functions/forkpty.texi: Add.
8600         * doc/glibc-functions/openpty.texi: Add.
8601         Suggested by Bruno Haible.
8602
8603 2009-12-08  Eric Blake  <ebb9@byu.net>
8604
8605         fchdir: fix logic bugs
8606         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
8607         * tests/test-fchdir.c (main): Enhance test.
8608         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
8609         is in use.
8610
8611         dup2: fix logic bugs
8612         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
8613         REPLACE_DUP2 to decide when rpl_dup2 is needed.
8614         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
8615         exists.
8616         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
8617
8618 2009-12-07  Eric Blake  <ebb9@byu.net>
8619
8620         unlink: fix m4 detection
8621         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
8622
8623         unistd-safer: add unit test
8624         * modules/unistd-safer-tests: New file.
8625         * tests/test-dup-safer.c: Likewise.
8626         * tests/test-cloexec.c (setmode): Avoid compiler warning.
8627         * tests/test-dup2.c (setmode): Likewise.
8628         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
8629
8630         cloexec: preserve text vs. binary across dup_cloexec
8631         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
8632         mode.
8633         * modules/dup2-tests (Depends-on): Add binary-io.
8634         * modules/cloexec-tests (Depends-on): Likewise.
8635         * tests/test-dup2.c (setmode, is_mode): New helpers.
8636         (main): Add tests that translation mode is preserved.
8637         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
8638         Reported by Bruno Haible.
8639
8640         mgetgroups: reduce duplicate listings
8641         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
8642         resulting array.
8643         * tests/test-chown.h (test_chown): Simplify client.
8644         * tests/test-lchown.h (test_lchown): Likewise.
8645
8646 2009-12-06  Bruno Haible  <bruno@clisp.org>
8647
8648         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
8649         value.
8650
8651 2009-12-06  Bruno Haible  <bruno@clisp.org>
8652
8653         * lib/progname.c: Include stdio.h, stdlib.h.
8654         (set_program_name): Reject a NULL argument.
8655
8656 2009-12-05  Eric Blake  <ebb9@byu.net>
8657
8658         pipe2-safer: new module
8659         * modules/pipe2-safer: New file.
8660         * lib/unistd-safer.h (pipe2_safer): New prototype.
8661         * lib/unistd--.h (pipe2): New wrapper.
8662         * lib/pipe-safer.c (pipe2_safer): New function.
8663         * modules/pipe (Depends-on): Add pipe2-safer.
8664         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
8665
8666         stdlib-safer: preserve cloexec flag for mkostemp[s]
8667         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
8668         fd_safer_flag.
8669
8670         unistd-safer: allow preservation of cloexec status via flag
8671         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
8672         prototypes.
8673         * lib/dup-safer.c (dup_safer_flag): New function.
8674         * lib/fd-safer.c (fd_safer_flag): Likewise.
8675         * modules/cloexec (configure.ac): Set witness.
8676
8677         test-dup2: enhance test
8678         * modules/dup2-tests (Depends-on): Add cloexec.
8679         * tests/test-dup2.c (main): Enhance test.
8680
8681         cloexec: add dup_cloexec
8682         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
8683         header and comments.
8684         * lib/cloexec.c (set_cloexec_flag): Add comments.
8685         (dup_cloexec): New function, with mingw implementation borrowed
8686         from...
8687         * lib/w32spawn.h (dup_noinherit): ...here.
8688         * modules/execute (Depends-on): Add cloexec.
8689         * modules/pipe (Depends-on): Likewise.
8690         * modules/cloexec (Depends-on): Add dup2.
8691         * modules/cloexec-tests (Files): New file.
8692         * tests/test-cloexec.c: Likewise.
8693
8694         test-xalloc-die: fix test for mingw
8695         * modules/xalloc-die-tests (Files): Add tests/init.sh.
8696         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
8697         directory and .exe suffix off argv[0] output.
8698
8699         test-fseeko: fix test for mingw
8700         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
8701         than undefining fseek, so test will pass on mingw.
8702
8703 2009-12-05  Bruno Haible  <bruno@clisp.org>
8704
8705         * lib/progname.h (set_program_name): Clarify specification.
8706         * lib/progname.c (set_program_name): Likewise.
8707         Reported by Jim Meyering.
8708
8709 2009-12-05  Jim Meyering  <meyering@redhat.com>
8710
8711         maint.mk: backslash-escape parens in default regexp
8712         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
8713         backslash-escape the literal parentheses.
8714
8715         maint.mk: news-date-check: use grep -E
8716         * top/maint.mk (today): Define a Make variable, not a...
8717         (news-date-check): ...shell variable.
8718         (news-date-regexp): Use the Make variable.
8719         Use grep's -E option.  Change the failing diagnostic to mention
8720         the variable, $(news-date-regexp).
8721
8722 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
8723
8724         maintainer-makefile: allow customization of NEWS entry format
8725         * top/maint.mk (news-date-regexp): New overridable variable.
8726         (news-date-check): Use it.
8727
8728 2009-12-04  Eric Blake  <ebb9@byu.net>
8729
8730         mgetgroups: add xgetgroups, and avoid ENOSYS failures
8731         * lib/mgetgroups.h (xgetgroups): New prototype.
8732         * lib/mgetgroups.c (xgetgroups): New wrapper.
8733         (mgetgroups): Handle ENOSYS.
8734         * modules/mgetgroups (Depends-on): Add realloc.
8735         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
8736
8737         mgetgroups: avoid argument promotion issues with -1
8738         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
8739         for invalid gid_t.
8740         * tests/test-chown.h (getegid, test_chown): Likewise.
8741         * tests/test-lchown.h (getegid, test_lchown): Likewise.
8742
8743 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
8744
8745         exclude: Fix header file problems.
8746         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
8747
8748 2009-12-01  Jim Meyering  <meyering@redhat.com>
8749
8750         fts: fts_open: do not let an empty string cause immediate failure
8751         This is required in support of GNU rm, for which the command
8752         "rm A '' B" must process and remove both A and B, in spite of
8753         the empty string argument.
8754         * lib/fts.c (fts_open): Do not let the presence of an empty string
8755         cause fts_open to fail immediately.  Most fts-using tools must be
8756         able to process all arguments, in order, and can be expected to
8757         diagnose such arguments themselves.
8758
8759 2009-11-30  Eric Blake  <ebb9@byu.net>
8760
8761         utimens: fix compilation error
8762         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
8763         Declare variable at right scope.
8764
8765 2009-11-29  Jim Meyering  <meyering@redhat.com>
8766
8767         bootstrap: handle perl-5.11's changed --version output
8768         * build-aux/bootstrap (get_version): Handle perl separately,
8769         since perl-5.11's --version output is different.
8770
8771 2009-11-28  Jim Meyering  <meyering@redhat.com>
8772
8773         userspec: depend on the inttostr module, too
8774         * modules/userspec (Depends-on): Add inttostr.
8775
8776         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
8777         * lib/userspec.c (parse_with_separator): Do not accept a user ID
8778         number of MAXUID when it evaluates to (uid_t) -1.
8779         Likewise for group ID.  Reported by Matt McCutchen in
8780         <http://savannah.gnu.org/bugs/?28113>
8781
8782         userspec: reformat to use spaces, not TABs
8783         * lib/userspec.c: Expand TABs to spaces.
8784         Add Emacs' "indent-tabs-mode: nil" hint.
8785
8786 2009-11-27  Eric Blake  <ebb9@byu.net>
8787
8788         getopt-gnu: flush out another BSD bug
8789         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
8790         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
8791         flush out BSD bug.
8792         * tests/test-getopt.h (test_getopt): End lists with NULL.
8793         * tests/test-getopt_long.h (test_getopt_long): Likewise.
8794         (test_getopt_long_posix): Enhance test.
8795         * modules/getopt-posix-tests (Depends-on): Add stdbool.
8796         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
8797         getopt-gnu.
8798         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
8799         Likewise.
8800
8801 2009-11-27  Simon Josefsson  <simon@josefsson.org>
8802
8803         * modules/idpriv-droptemp-tests (Notice): Fix text.
8804
8805 2009-11-27  Jim Meyering  <meyering@redhat.com>
8806
8807         test-xalloc-die: avoid spurious failure due to libtool argv difference
8808         In a libtool-enabled project, this test would fail due to a difference
8809         in the emitted program name, e.g.,
8810         -test-xalloc-die: memory exhausted
8811         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
8812         Use program to avoid that.
8813         * modules/xalloc-die-tests (Depends-on): Add progname.
8814         * tests/test-xalloc-die.c: Include progname.h".
8815         (program_name): Remove decl.
8816         (main): Call set_program_name.
8817         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
8818
8819 2009-11-26  Richard Jones  <rjones@redhat.com>
8820
8821         w32sock: leave win32 error in place.
8822         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
8823
8824 2009-11-26  Eric Blake  <ebb9@byu.net>
8825
8826         init.sh: suggest to use skip_ and fail_ functions in comments
8827         * tests/init.sh: Add a sentence.
8828
8829 2009-11-25  Bruno Haible  <bruno@clisp.org>
8830
8831         init.sh: add documentation in comments
8832         * tests/init.sh: Add some developer and user documentation.
8833
8834 2009-11-26  Jim Meyering  <meyering@redhat.com>
8835
8836         init.sh: accommodate even those who specify bogus srcdir manually
8837         * tests/init.sh: Normally, srcdir is guaranteed by automake and
8838         configure-time tests to be sanitized, so that there is no need to
8839         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
8840         (with no double quotes) suffices.  However, since tests may be
8841         invoked manually, and since you may explicitly set srcdir to the
8842         name of a directory containing spaces, do quote its uses here.
8843         * tests/test-pread.sh: Likewise.
8844         Suggested by Bruno Haible.
8845
8846         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
8847         * tests/test-pread.sh: Write no data into the pipe, because
8848         test-pread actually reads none.  This avoids a diagnostic,
8849         "bash: echo: write error: Broken pipe", that arises in the unusual
8850         event something is ignoring SIGPIPE, and might be interpreted
8851         as some sort of failure.  Reported by Bruno Haible.
8852
8853 2009-11-25  Jim Meyering  <meyering@redhat.com>
8854
8855         test-pread: cover failure with ESPIPE and EINVAL
8856         * tests/test-pread.c (main): Test for failure, too.
8857         * tests/test-pread.sh: Invoke with stdin on a pipe.
8858         Suggested by Eric Blake.
8859
8860         pread: improvement and fix
8861         * modules/pread (Depends-on): Depend on lseek, for portability to
8862         e.g., mingw.  Suggested by Eric Blake.
8863         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
8864
8865         unistd.in.h: correct declaration of pread
8866         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
8867         Reported by Richard W.M. Jones.
8868
8869         test-pread.sh: distribute the test script
8870         * modules/pread-tests (Files): Include test-pread.sh.
8871
8872         test-pread.sh: clean up
8873         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
8874         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
8875         That is unnecessary, since it's always ".".
8876         Suggestion from Eric Blake.
8877
8878         test-pread.sh: make executable
8879         * tests/test-pread.sh: Set executable bit.
8880         Reported by Eric Blake.
8881
8882         correct typo in test-pread.sh
8883         * tests/test-pread.sh: Add #! line.
8884
8885         test pread
8886         * tests/test-pread.c: New file.
8887         * tests/test-pread.sh: Likewise.
8888         * modules/pread-tests: Likewise.
8889
8890         pread: new module
8891         * modules/pread: New file.
8892         * lib/unistd.in.h (pread): Define/declare.
8893         * lib/pread.c (pread): New file.
8894         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
8895         * modules/unistd (Makefile.am): Substitute witnesses.
8896         * doc/posix-functions/pread.texi (pread): Update.
8897         * MODULES.html.sh: Add pread.
8898
8899 2009-11-25  Jim Meyering  <meyering@redhat.com>
8900
8901         tests/init.sh: new file to be used via most *.sh tests
8902         * tests/init.sh: New file.
8903
8904 2009-11-25  Eric Blake  <ebb9@byu.net>
8905
8906         utimens: work around older Linux failure with symlinks
8907         * lib/utimens.c (lutimensat_works_really): New variable.
8908         (fdutimens, lutimens): Use it to manage kernels that support
8909         nanosecond times on files, but not on symlinks.
8910         Reported by OndÅ™ej Vašík.
8911
8912         utimes: fix configure grammar
8913         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
8914
8915 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
8916
8917         regex: Fix fastmap for multibyte character ranges.
8918         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
8919         characters when a multibyte character range is included.
8920
8921 2009-11-22  Andy Wingo  <wingo@pobox.com>
8922
8923         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
8924         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
8925
8926 2009-11-24  Bruno Haible  <bruno@clisp.org>
8927
8928         doc: Most *_l functions exist in MacOS X 10.5.
8929         * doc/posix-functions/duplocale.texi: Update platforms list.
8930         * doc/posix-functions/freelocale.texi: Likewise.
8931         * doc/posix-functions/newlocale.texi: Likewise.
8932         * doc/posix-functions/uselocale.texi: Likewise.
8933         * doc/posix-functions/isalnum_l.texi: Likewise.
8934         * doc/posix-functions/isalpha_l.texi: Likewise.
8935         * doc/posix-functions/isblank_l.texi: Likewise.
8936         * doc/posix-functions/iscntrl_l.texi: Likewise.
8937         * doc/posix-functions/isdigit_l.texi: Likewise.
8938         * doc/posix-functions/isgraph_l.texi: Likewise.
8939         * doc/posix-functions/islower_l.texi: Likewise.
8940         * doc/posix-functions/isprint_l.texi: Likewise.
8941         * doc/posix-functions/ispunct_l.texi: Likewise.
8942         * doc/posix-functions/isspace_l.texi: Likewise.
8943         * doc/posix-functions/isupper_l.texi: Likewise.
8944         * doc/posix-functions/iswalnum_l.texi: Likewise.
8945         * doc/posix-functions/iswalpha_l.texi: Likewise.
8946         * doc/posix-functions/iswblank_l.texi: Likewise.
8947         * doc/posix-functions/iswcntrl_l.texi: Likewise.
8948         * doc/posix-functions/iswctype_l.texi: Likewise.
8949         * doc/posix-functions/iswdigit_l.texi: Likewise.
8950         * doc/posix-functions/iswgraph_l.texi: Likewise.
8951         * doc/posix-functions/iswlower_l.texi: Likewise.
8952         * doc/posix-functions/iswprint_l.texi: Likewise.
8953         * doc/posix-functions/iswpunct_l.texi: Likewise.
8954         * doc/posix-functions/iswspace_l.texi: Likewise.
8955         * doc/posix-functions/iswupper_l.texi: Likewise.
8956         * doc/posix-functions/iswxdigit_l.texi: Likewise.
8957         * doc/posix-functions/isxdigit_l.texi: Likewise.
8958         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
8959         * doc/posix-functions/strcasecmp_l.texi: Likewise.
8960         * doc/posix-functions/strcoll_l.texi: Likewise.
8961         * doc/posix-functions/strfmon_l.texi: Likewise.
8962         * doc/posix-functions/strftime_l.texi: Likewise.
8963         * doc/posix-functions/strncasecmp_l.texi: Likewise.
8964         * doc/posix-functions/strxfrm_l.texi: Likewise.
8965         * doc/posix-functions/tolower_l.texi: Likewise.
8966         * doc/posix-functions/toupper_l.texi: Likewise.
8967         * doc/posix-functions/towctrans_l.texi: Likewise.
8968         * doc/posix-functions/towlower_l.texi: Likewise.
8969         * doc/posix-functions/towupper_l.texi: Likewise.
8970         * doc/posix-functions/wcscoll_l.texi: Likewise.
8971         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
8972         * doc/posix-functions/wctrans_l.texi: Likewise.
8973         * doc/posix-functions/wctype_l.texi: Likewise.
8974         * doc/glibc-functions/strptime_l.texi: Likewise.
8975         * doc/glibc-functions/strtod_l.texi: Likewise.
8976         * doc/glibc-functions/strtof_l.texi: Likewise.
8977         * doc/glibc-functions/strtol_l.texi: Likewise.
8978         * doc/glibc-functions/strtold_l.texi: Likewise.
8979         * doc/glibc-functions/strtoll_l.texi: Likewise.
8980         * doc/glibc-functions/strtoul_l.texi: Likewise.
8981         * doc/glibc-functions/strtoull_l.texi: Likewise.
8982         * doc/glibc-functions/wcsftime_l.texi: Likewise.
8983         * doc/glibc-functions/wcstod_l.texi: Likewise.
8984         * doc/glibc-functions/wcstof_l.texi: Likewise.
8985         * doc/glibc-functions/wcstol_l.texi: Likewise.
8986         * doc/glibc-functions/wcstold_l.texi: Likewise.
8987         * doc/glibc-functions/wcstoll_l.texi: Likewise.
8988         * doc/glibc-functions/wcstoul_l.texi: Likewise.
8989         * doc/glibc-functions/wcstoull_l.texi: Likewise.
8990
8991 2009-11-24  Bruno Haible  <bruno@clisp.org>
8992
8993         duplocale: Fix logic bug.
8994         * lib/duplocale.c: Don't include <langinfo.h>.
8995         (_NL_LOCALE_NAME): Remove macro.
8996         (rpl_duplocale): Use setlocale instead of nl_langinfo.
8997         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
8998
8999 2009-11-23  Jim Meyering  <meyering@redhat.com>
9000
9001         test-update-copyright: don't hard-code /usr/bin/perl
9002         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
9003         perl to print the current year.  Gilles Espinasse reported that
9004         the replaced use of perl was hard-coded as /usr/bin/perl.
9005
9006 2009-11-23  Bruno Haible  <bruno@clisp.org>
9007
9008         duplocale: Add support for glibc 2.3.x.
9009         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
9010
9011 2009-11-22  Bruno Haible  <bruno@clisp.org>
9012
9013         vasnprintf: Tiny optimization.
9014         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
9015         MacOS X.
9016
9017 2009-11-22  Bruno Haible  <bruno@clisp.org>
9018
9019         Tests for module 'duplocale'.
9020         * modules/duplocale-tests: New file.
9021         * tests/test-duplocale.c: New file.
9022
9023         New module 'duplocale'.
9024         * m4/duplocale.m4: New file.
9025         * lib/locale.in.h (duplocale): New declaration.
9026         * lib/duplocale.c: New file.
9027         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
9028         gl_LOCALE_H_DEFAULTS): New macros.
9029         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
9030         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
9031         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
9032         REPLACE_DUPLOCALE.
9033         * modules/duplocale: New file.
9034         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
9035
9036 2009-11-22  Bruno Haible  <bruno@clisp.org>
9037
9038         * modules/locale-tests (configure.ac): Test for newlocale function.
9039         * tests/test-locale.c: When the system has extended locale functions,
9040         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
9041
9042         locale: Make locale_t available when possible.
9043         * lib/locale.in.h: Include <xlocale.h> when it exists.
9044         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
9045         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
9046         * modules/locale (Depends-on): Add extensions.
9047         (Makefile.am): Also substitute HAVE_XLOCALE_H.
9048         * doc/posix-headers/locale.texi: Document the problem with locale_t.
9049
9050 2009-11-22  Bruno Haible  <bruno@clisp.org>
9051
9052         Add comments.
9053         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
9054         invocation.
9055         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
9056         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
9057         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
9058
9059 2009-11-22  Bruno Haible  <bruno@clisp.org>
9060
9061         error: account for the possibility of freopen (stdout).
9062         * lib/error.c: Include <unistd.h>.
9063         (flush_stdout): New function, extracted from error and error_at_line.
9064         Determine stdout's fd dynamically.
9065         (error, error_at_line): Invoke flush_stdout.
9066         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
9067         * modules/error (Depends-on): Add unistd.
9068
9069 2009-11-22  Bruno Haible  <bruno@clisp.org>
9070
9071         diffseq: Add comment.
9072         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
9073
9074 2009-11-22  Jim Meyering  <meyering@redhat.com>
9075
9076         c-stack: avoid defining an unused static function
9077         * lib/c-stack.c (find_stack_direction): Do not define this function
9078         when it will not be used.
9079
9080         diffseq: avoid spurious gcc warnings
9081         * lib/diffseq.h (IF_LINT2): Define.
9082         (compareseq): Use it to initialize two members of "part".
9083         This avoids two used-uninitialized warnings.
9084
9085 2009-11-21  Jim Meyering  <meyering@redhat.com>
9086
9087         c-stack: avoid "ignoring return value of `write'" warning
9088         * lib/c-stack.c: Include "ignore-value.h".
9089         (die): Explicitly ignore each write return value.
9090         * modules/c-stack (Depends-on): Add ignore-value.
9091
9092 2009-11-21  Bruno Haible  <bruno@clisp.org>
9093
9094         diffseq: reduce scope of variable 'best'.
9095         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
9096         variable, earlier used for two different purposes.
9097
9098 2009-11-21  Jim Meyering  <meyering@redhat.com>
9099
9100         diffseq: remove useless assignment to "best"
9101         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
9102         assignment.  At that point "best" is already guaranteed to be zero.
9103
9104 2009-11-20  Eric Blake  <ebb9@byu.net>
9105
9106         build: mention ftp redirector in release announcements
9107         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
9108         values that used to come from cfg.mk; mention FTP redirect URL.
9109         * build-aux/announce-gen: Mention the mirror list.
9110         Suggested by Karl Berry.
9111
9112         nanosleep: improve port to mingw
9113         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
9114         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
9115         LIB_NANOSLEEP, but only when needed.
9116         * modules/select (Link): Document LIBSOCKET.
9117         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
9118         enough.
9119
9120         nanosleep: work around cygwin bug
9121         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
9122         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
9123         bug.
9124         (getnow): Delete, not needed.
9125         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
9126         LIB_CLOCK_GETTIME.
9127         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
9128         clock-time, gettime.
9129         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
9130         bug.
9131         * modules/nanosleep-tests: New test.
9132         * tests/test-nanosleep.c: New file.
9133
9134         sleep: work around cygwin bug
9135         * lib/sleep.c (rpl_sleep): Work around the bug.
9136         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
9137         (gl_PREREQ_SLEEP): Delete unused macro.
9138         * modules/sleep (Depends-on): Add verify.
9139         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
9140         * modules/unistd (Makefile.am): Substitute witness.
9141         * lib/unistd.in.h (sleep): Update prototype.
9142         * doc/posix-functions/sleep.texi (sleep): Document the bug.
9143         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
9144         * modules/sleep-tests (Depends-on): Check for alarm.
9145
9146 2009-11-20  Jim Meyering  <meyering@redhat.com>
9147
9148         maint.mk: improve sc_prohibit_magic_number_exit
9149         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
9150         so it does not match uses like System.exit(1).
9151         Add comments showing how to correct all offenders.
9152
9153 2009-11-19  Eric Blake  <ebb9@byu.net>
9154
9155         xalloc-die-tests: add missing library
9156         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
9157
9158         test-xvasprintf: silence compiler warnings
9159         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
9160         empty string from gcc.
9161
9162 2009-11-19  Jim Meyering  <meyering@redhat.com>
9163
9164         xfreopen: new module, from coreutils
9165         * modules/xfreopen: New module.
9166         * lib/xfreopen.c: New file.
9167         * lib/xfreopen.h: New file.
9168         * MODULES.html.sh (File stream based Input/Output"): Add it.
9169
9170 2009-11-19  Eric Blake  <ebb9@byu.net>
9171
9172         manywarnings: depend on warnings
9173         * modules/manywarnings (Depends-on): Add warnings.
9174
9175         build: avoid compiler warnings
9176         * lib/select.c (rpl_select): Delete unused variable.
9177         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
9178
9179 2009-11-18  Eric Blake  <ebb9@byu.net>
9180
9181         tests: avoid false negative with --with-packager
9182         * tests/test-version-etc.sh: Discard packager information.
9183         * tests/test-argp-version-etc-1.sh: Likewise.
9184         Reported by Mike Frysinger.
9185
9186         utimens: fix regression on Solaris
9187         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
9188         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
9189         can only change fd timestamps via futimesat.  Instead, use an
9190         additional witness macro to avoid BSD bug.
9191         Reported by Jim Meyering.
9192
9193 2009-11-17  Eric Blake  <ebb9@byu.net>
9194
9195         usleep: use it to simplify tests
9196         * modules/stat-time-tests (Depends-on): Add usleep.
9197         (configure.ac): Drop usleep check.
9198         * modules/chown-tests (Depends-on, configure.ac): Likewise.
9199         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
9200         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
9201         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
9202         * modules/openat-tests (Depends-on, configure.ac): Likewise.
9203         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
9204         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
9205         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
9206         Likewise.
9207         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
9208         * tests/test-lchown.h (nap): Likewise.
9209         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
9210         * tests/test-stat-time.c (nap): Likewise.
9211         * tests/test-utimens-common.h (nap): Update comments.
9212
9213         usleep: new module
9214         * modules/usleep: New file.
9215         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
9216         * lib/usleep.c (usleep): Likewise.
9217         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
9218         * modules/unistd (Makefile.am): Substitute witnesses.
9219         * lib/unistd.in.h (usleep): Add declaration.
9220         * doc/pastposix-functions/usleep.texi (usleep): Document this.
9221         * MODULES.html.sh (Date and time): Likewise.
9222         * modules/usleep-tests (Depends-on): New test.
9223         * tests/test-usleep.c: New file.
9224
9225         chown: work around OpenBSD bug
9226         * lib/chown.c (rpl_chown): Work around the bug.
9227         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
9228         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
9229         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
9230         * modules/chown (Depends-on): Add stdbool.
9231         * modules/lchown (Depends-on): Likewise.
9232         * doc/posix-functions/chown.texi (chown): Document the bug.
9233         * doc/posix-functions/lchown.texi (lchown): Likewise.
9234         * tests/test-lchown.h (test_chown): Relax test.
9235
9236         mkstemp: avoid conflict with C++ keyword template
9237         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
9238         * lib/mkostemp.c (mkostemp): Likewise.
9239         * lib/mkostemps.c (mkostemps): Likewise.
9240         * lib/mkstemp.c (mkstemp): Likewise.
9241         * lib/mkstemps.c (mkstemps): Likewise.
9242
9243         xalloc-die-tests: optimize
9244         * tests/test-xalloc-die.sh: Reduce number of processes.
9245
9246 2009-11-17  Simon Josefsson  <simon@josefsson.org>
9247
9248         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
9249         patch from ludo@gnu.org (Ludovic Courtès).
9250
9251 2009-11-17  Jim Meyering  <meyering@redhat.com>
9252
9253         version-etc: use proper license string
9254         * modules/version-etc (License): Use LGPL, not LGPLv3+.
9255         * modules/version-etc-fsf: Likewise.
9256
9257 2009-11-17  Simon Josefsson  <simon@josefsson.org>
9258
9259         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
9260         printed to stdout.  Deal with EOL differences.
9261
9262 2009-11-17  Eric Blake  <ebb9@byu.net>
9263
9264         unsetenv: work around Solaris bug
9265         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
9266         * lib/unsetenv.c (rpl_unsetenv): Work around it.
9267         Reported by Jim Meyering.
9268
9269         vasnprintf: avoid compiler warnings
9270         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
9271         variables.
9272         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
9273
9274 2009-11-17  Simon Josefsson  <simon@josefsson.org>
9275
9276         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
9277         settings since xalloc-die is no longer the self test,
9278         xalloc-die.sh is.
9279
9280 2009-11-17  Jim Meyering  <meyering@redhat.com>
9281
9282         test-xalloc-die.sh: make the code agree with the commit log
9283         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
9284         at the end, just in case you happen to have a test-xalloc-die
9285         program in some other PATH directory.
9286
9287         test-xalloc-die.sh: fix a portability bug
9288         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
9289         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
9290         Otherwise, argv[0] (as often seen in diagnostics) would be too
9291         system-dependent, sometimes with, and sometimes without the leading "./".
9292
9293         version-etc-fsf: relax license to LGPLv3+
9294         * modules/version-etc-fsf (License): Relax license.
9295
9296 2009-11-16  Eric Blake  <ebb9@byu.net>
9297
9298         xalloc-die-tests: avoid printing null pointer
9299         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
9300         shell script.
9301         * tests/test-xalloc-die.c (program_name): Declare.
9302         * tests/test-xalloc-die.sh (tmpfiles): New file.
9303
9304         setenv, unsetenv: work around various bugs
9305         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
9306         (setenv) [HAVE_SETENV]: Work around bugs.
9307         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
9308         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
9309         for bugs.
9310         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
9311         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
9312         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
9313         * modules/stdlib (Makefile.am): Update substitutions.
9314         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
9315         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
9316         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
9317         * modules/setenv-tests: New test.
9318         * modules/unsetenv-tests: Likewise.
9319         * tests/test-setenv.c: New file.
9320         * tests/test-unsetenv.c: Likewise.
9321
9322 2009-11-16  Jim Meyering  <meyering@redhat.com>
9323
9324         version-etc: relax license to LGPLv3+
9325         * modules/version-etc (License): Relax license.
9326
9327         better AC_REQUIRE expanded-before-required-warning avoidance
9328         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
9329         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
9330         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
9331         which is no longer needed.
9332
9333 2009-11-16  Eric Blake  <ebb9@byu.net>
9334
9335         test-freading: clean up temporary file
9336         * tests/test-freading.c (main): Remove file on success, and use
9337         ASSERT more liberally.
9338         Reported by Jim Meyering.
9339
9340 2009-11-16  Jim Meyering  <meyering@redhat.com>
9341
9342         avoid new AC_REQUIRE expanded-before-required warnings
9343         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
9344         merely using it.
9345         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
9346         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
9347
9348 2009-11-15  Simon Josefsson  <simon@josefsson.org>
9349
9350         * tests/test-xalloc-die.c: New file.
9351         * modules/xalloc-die-tests: New file.
9352         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
9353         XFAIL_TESTS so it can be appended by modules.
9354
9355 2009-11-15  Simon Josefsson  <simon@josefsson.org>
9356
9357         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
9358         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
9359
9360 2009-11-14  Eric Blake  <ebb9@byu.net>
9361
9362         fnmatch: avoid compiler warning
9363         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
9364         to silence compiler warning about mismatch signedness in ?:.
9365         Reported by Robert Millan.
9366
9367         intprops: add double-inclusion guard
9368         * lib/intprops.h: Allow idempotent includes.
9369         Suggested by Bruce Korb.
9370
9371         openat: detect Solaris fchownat bug
9372         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
9373         penalizing glibc chownat when only lchownat is broken.
9374         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
9375         trailing slash bugs.
9376         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
9377         * modules/openat-tests (Files): Include more files.
9378         (Depends-on): Add mgetgroups, sleep, stat-time.
9379         (configure.ac): Add additional checks.
9380         (Makefile.am): Build new test.
9381         * tests/test-fchownat.c: New file.
9382
9383         lchown: detect Solaris and FreeBSD bug
9384         * lib/lchown.c (rpl_lchown): Work around bug.
9385         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
9386         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
9387         * modules/unistd (Makefile.am): Populate it.
9388         * lib/unistd.in.h (lchown): Update declaration.
9389         * doc/posix-functions/lchown.texi (lchown): Document the bug.
9390         * modules/lchown-tests: New file.
9391         * tests/test-lchown.h (test_lchown): Likewise.
9392         * tests/test-lchown.c (main): Likewise.
9393
9394         chown: detect Solaris and FreeBSD bug
9395         * lib/chown.c (rpl_chown): Work around bug.
9396         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
9397         (gl_PREREQ_CHOWN): Delete.
9398         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
9399         * modules/unistd (Makefile.am): Populate it.
9400         * lib/unistd.in.h (chown): Update declaration.
9401         * lib/lchown.c (chown): Update client.
9402         * modules/lchown (Depends-on): Add lstat.
9403         * doc/posix-functions/chown.texi (chown): Document the bug.
9404         * doc/posix-functions/getgroups.texi (getgroups): Document
9405         getgroups pitfall.
9406         * modules/chown-tests: New file.
9407         * tests/test-chown.h (test_chown): Likewise.
9408         * tests/test-chown.c (main): Likewise.
9409
9410 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
9411
9412         gnulib-tool: correctly detect absence of m4 directories
9413         * gnulib-tool: Avoid extra newline on data passed to wc -l.
9414
9415 2009-11-14  Jim Meyering  <meyering@redhat.com>
9416
9417         maint.mk: Prohibit inclusion of "xalloc.h" without use.
9418         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
9419
9420 2009-11-14  John W. Eaton  <jwe@gnu.org>
9421
9422         strftime.h: wrap funtion declaration in extern "C" block
9423         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
9424
9425 2009-11-13  Eric Blake  <ebb9@byu.net>
9426
9427         getgroups: avoid compiler warning
9428         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
9429
9430         getgroups: work around FreeBSD bug
9431         * lib/getgroups.c (rpl_getgroups): Work around the bug.
9432         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
9433         * doc/posix-functions/getgroups.texi (getgroups): Document it.
9434         * tests/test-getgroups.c (main): Fix buffer overrun.
9435
9436         getgroups: avoid compilation failure
9437         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
9438         * modules/getgroups (Depends-on): Add stdint.
9439
9440 2009-11-13  Jim Meyering  <meyering@redhat.com>
9441
9442         test-getgroups: avoid compilation failure
9443         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
9444
9445 2009-11-13  Eric Blake  <ebb9@byu.net>
9446
9447         mgetgroups: new module, taken from coreutils
9448         * modules/mgetgroups: New file.
9449         * lib/mgetgroups.h: Likewise.
9450         * lib/mgetgroups.c (mgetgroups): Likewise.
9451         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
9452         * MODULES.html.sh (Users and groups): Mention it.
9453
9454         getgroups: don't expose GETGROUPS_T to user
9455         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
9456         an element at a time if GETGROUPS_T is wrong size.
9457         * lib/getugroups.h (getugroups): Change signature.
9458         * lib/unistd.in.h (getgroups): Likewise.
9459         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
9460         signature needs fixing.
9461         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
9462         AC_TYPE_GETGROUPS.
9463         * modules/group-member (Depends-on): Add getgroups.
9464         * lib/group-member.c (group_info, get_group_info): Use gid_t.
9465         (group_member): Rely on getgroups replacement.
9466         * lib/getugroups.c (getugroups): Use gid_t.
9467         * tests/test-getgroups.c (main): Likewise.
9468         * NEWS: Mention the signature change.
9469         * doc/posix-functions/getgroups.texi (getgroups): Mention the
9470         problem with signature.
9471         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
9472         GETGROUPS_T is still useful for setgroups.
9473
9474         getgroups, getugroups: provide stubs for mingw
9475         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
9476         * lib/getugroups.c (getugroups): Likewise.
9477         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
9478         function.  Modernize replacement scheme.
9479         (gl_PREREQ_GETGROUPS): Delete.
9480         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
9481         * modules/getgroups (configure.ac): Declare witness.
9482         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
9483         * modules/unistd (Depends-on): Substitute witness.
9484         * lib/unistd.in.h (getgroups): Declare replacement.
9485
9486         getgroups: avoid calling exit
9487         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
9488         drop xalloc.
9489         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
9490         dependencies.
9491         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
9492         exiting, in the rare case of malloc failure.
9493
9494         getgroups: fix logic error
9495         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
9496         has more than 20 groups.
9497         * modules/getgroups-tests: New test.
9498         * tests/test-getgroups.c: New file.
9499
9500 2009-11-13  Simon Josefsson  <simon@josefsson.org>
9501
9502         * tests/test-base64.c: Improve.
9503
9504 2009-11-13  Simon Josefsson  <simon@josefsson.org>
9505
9506         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
9507         Blake <ebb9@byu.net>.
9508
9509 2009-11-13  Simon Josefsson  <simon@josefsson.org>
9510
9511         * tests/test-xvasprintf.c: Add %s%s related checks.
9512
9513 2009-11-12  Eric Blake  <ebb9@byu.net>
9514
9515         version-etc: match standards.texi style
9516         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
9517         and use <> only for URLs.
9518
9519 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
9520
9521         fts: do not fail on a submount during traversal
9522         * lib/fts.c (fts_build): Read the stat info again after opening
9523         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
9524         Original report at http://bugzilla.redhat.com/501848.
9525
9526 2009-11-12  Jim Meyering  <meyering@redhat.com>
9527
9528         bootstrap: sync from coreutils
9529         * build-aux/bootstrap (bootstrap_epilogue): New function.
9530         Use git_modules_config in one more place.  This make bootstrap's
9531         --gnulib-srcdir option more useful for testing.
9532
9533         bootstrap: generalize autoheader check
9534         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
9535         AC_CONFIG_HEADERS.
9536
9537 2009-11-11  Eric Blake  <ebb9@byu.net>
9538
9539         mkfifoat: use new modules for Solaris and BSD bugs
9540         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
9541         * lib/mkfifoat.c (mknodat): Split...
9542         * lib/mknodat.c (mknodat): ...into new file.
9543         * modules/mkfifoat (Files): Ship new file.
9544         (Depends-on): Add mkfifo, mknod.
9545         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
9546         (Depends-on): Add symlink.
9547         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
9548         redundant with test_mkfifo.h.
9549         (do_mkfifoat, do_mknodat): New helpers.
9550
9551         mknod: new module
9552         * modules/mknod: New file.
9553         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
9554         * lib/mknod.c (mknod): Likewise.
9555         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
9556         defaults.
9557         * modules/sys_stat (Makefile.am): Substitute them.
9558         * lib/sys_stat.in.h (mknod): Declare replacement.
9559         * MODULES.html.sh (Support for systems lacking POSIX:2008):
9560         Document it.
9561         * doc/posix-functions/mknod.texi (mknod): Likewise.
9562         * modules/mknod-tests: New test.
9563         * tests/test-mknod.c: Likewise.
9564
9565         mkfifo: new module
9566         * modules/mkfifo: New file.
9567         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
9568         * lib/mkfifo.c (mkfifo): Likewise.
9569         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
9570         defaults.
9571         * modules/sys_stat (Makefile.am): Substitute them.
9572         * lib/sys_stat.in.h (mkfifo): Declare replacement.
9573         * MODULES.html.sh (Support for systems lacking POSIX:2008):
9574         Document it.
9575         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
9576         * modules/mkfifo-tests: New test.
9577         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
9578         from test-mkfifoat.c.
9579         * tests/test-mkfifo.c: New file.
9580
9581         readlink: detect FreeBSD bug
9582         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
9583         slash on symlink.
9584         * doc/posix-functions/readlink.texi (readlink): Document the bug.
9585         * tests/test-readlink.h (test_readlink): Enhance test.
9586
9587         symlink: detect FreeBSD bug
9588         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
9589         slash on symlink.
9590         * doc/posix-functions/symlink.texi (symlink): Document the bug.
9591         * tests/test-symlink.h (test_symlink): Enhance test.
9592
9593 2009-11-10  Eric Blake  <ebb9@byu.net>
9594
9595         link: detect FreeBSD bug
9596         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
9597         symlink.
9598         * doc/posix-functions/link.texi (link): Document the bug.
9599         * tests/test-link.h (test_link): Enhance test.
9600         * tests/test-linkat.c (main): Update caller.
9601
9602         unlink, remove: detect FreeBSD bug
9603         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
9604         slash on symlink.
9605         * doc/posix-functions/unlink.texi (unlink): Document the bug.
9606         * doc/posix-functions/remove.texi (remove): Likewise.
9607         * tests/test-unlink.h (test_unlink): Enhance test.
9608         * tests/test-remove.c (main): Likewise.
9609
9610 2009-11-09  Eric Blake  <ebb9@byu.net>
9611
9612         rename: detect FreeBSD bug
9613         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
9614         slash on symlink.
9615         * modules/renameat-tests (Depends-on): Add filenamecat.
9616         * tests/test-rename.h (test_rename): Allow one more errno.
9617         * tests/test-renameat.c (main): Likewise.
9618         * doc/posix-functions/rename.texi (rename): Document the bug.
9619
9620         open: detect FreeBSD bug
9621         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
9622         symlink.
9623         * doc/posix-functions/open.texi (open): Document the bug.
9624         * doc/posix-functions/utimes.texi (utimes): Likewise.
9625         * tests/test-open.h (test_open): Add parameters, and test symlink
9626         handling.
9627         * tests/test-open.c (main): Adjust caller.
9628         * tests/test-fcntl-safer.c (main): Likewise.
9629         * modules/open-tests (Depends-on): Add stdbool, symlink.
9630         * modules/fcntl-safer-tests (Depends-on): Likewise.
9631         * tests/test-openat.c (main): Add test-open tests.
9632
9633         stat: detect FreeBSD bug
9634         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
9635         symlink.
9636         * doc/posix-functions/stat.texi (stat): Document the bug.
9637         * tests/test-stat.h (test_stat_func): Add argument.
9638         * tests/test-stat.c (main): Adjust caller.
9639         * tests/test-fstatat.c (main): Likewise.
9640         * modules/stat-tests (Depends-on): Add stdbool, symlink.
9641         Reported by Jim Meyering.
9642
9643 2009-11-09  James Youngman  <jay@gnu.org>
9644
9645         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
9646         * lib/strftime.c: Correct placement of #include "ignore-value.h".
9647
9648 2009-11-08  Jim Meyering  <meyering@redhat.com>
9649
9650         utimens: remove invalid futimesat call
9651         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
9652         It used the file descriptor of the target file as the DIR_FD
9653         parameter and NULL as the file name.  That caused failure with
9654         errno == EFAULT on FreeBSD-8.0-rc2
9655
9656 2009-11-07  Eric Blake  <ebb9@byu.net>
9657
9658         fflush, freadseek: use fseeko, not fseek
9659         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
9660         (clear_ungetc_buffer): Avoid potential problems on large files.
9661         * lib/freadseek.c (freadseek): Likewise.
9662         * modules/freadseek (Depends-on): Add fseeko.
9663         * modules/fseek (configure.ac): Set a witness.
9664         * tests/test-fflush.c (main): Use fseeko.
9665         * tests/test-fpurge.c (fseek): Disable link warning.
9666         * tests/test-freadable.c (fseek): Likewise.
9667         * tests/test-freading.c (fseek): Likewise.
9668         * tests/test-fseeko.c (fseek): Likewise.
9669         * tests/test-ftell.c (fseek): Likewise.
9670         * tests/test-ftello.c (fseek): Likewise.
9671         * tests/test-fwritable.c (fseek): Likewise.
9672         * tests/test-fwriting.c (fseek): Likewise.
9673
9674 2009-11-06  Simon Josefsson  <simon@josefsson.org>
9675
9676         * modules/memchr (Depends-on): Drop getpagesize dependency.
9677
9678 2009-11-06  Simon Josefsson  <simon@josefsson.org>
9679
9680         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
9681         Reported by Ludovic Courtès.
9682         * build-aux/pmccabe2html: Improve example usage.
9683         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
9684
9685 2009-11-06  Jim Meyering  <meyering@redhat.com>
9686
9687         do-release-commit-and-tag: New module.
9688         Automate the release-commit and tag process.
9689         * build-aux/do-release-commit-and-tag: New script, from coreutils.
9690         * modules/do-release-commit-and-tag: New file.
9691         * MODULES.html.sh (Support for maintaining and releasing): Add it.
9692
9693 2009-11-06  Simon Josefsson  <simon@josefsson.org>
9694
9695         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
9696         because test-select.c uses inet_pton.
9697
9698 2009-11-06  Simon Josefsson  <simon@josefsson.org>
9699
9700         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
9701         GETADDRINFO_LIB.  Bump serial number.
9702         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
9703         Suggested by Eric Blake <ebb9@byu.net>.
9704
9705 2009-11-05  Eric Blake  <ebb9@byu.net>
9706
9707         strtod: detect darwin bug
9708         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
9709         Reported by Leo Davis.
9710
9711         freopen-safer: new module
9712         * modules/freopen-safer: New module.
9713         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
9714         * lib/freopen-safer.c (freopen_safer): New file.
9715         * lib/stdio-safer.h (freopen_safer): New declaration.
9716         * lib/stdio--.h (freopen): New override.
9717         * MODULES.html.sh (File stream based Input/Output): Mention it.
9718         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
9719         freopen-safer module.
9720         * doc/posix-functions/stderr.texi (stderr): Likewise.
9721         * doc/posix-functions/stdin.texi (stdin): Likewise.
9722         * doc/posix-functions/stdout.texi (stdout): Likewise.
9723         * modules/freopen-safer-tests: New test.
9724         * tests/test-reopen-safer.c: New file.
9725
9726 2009-11-05  Jim Meyering  <meyering@redhat.com>
9727
9728         maint.mk: Prohibit inclusion of "close-stream.h" without use.
9729         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
9730
9731 2009-11-05  Simon Josefsson  <simon@josefsson.org>
9732
9733         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
9734
9735 2009-11-05  Simon Josefsson  <simon@josefsson.org>
9736
9737         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
9738
9739 2009-11-05  Simon Josefsson  <simon@josefsson.org>
9740
9741         Fix link error.
9742         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
9743         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
9744
9745 2009-11-05  Simon Josefsson  <simon@josefsson.org>
9746
9747         * tests/test-func.c: Also test value of __func__.
9748
9749 2009-11-05  Simon Josefsson  <simon@josefsson.org>
9750
9751         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
9752         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
9753
9754 2009-11-05  Bruno Haible  <bruno@clisp.org>
9755
9756         Fix link error.
9757         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
9758         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
9759         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
9760
9761 2009-11-05  Bruno Haible  <bruno@clisp.org>
9762
9763         Tests for module 'inet_pton'.
9764         * modules/inet_pton-tests: New file.
9765         * tests/test-inet_pton.c: New file.
9766
9767 2009-11-05  Bruno Haible  <bruno@clisp.org>
9768
9769         Tests for module 'inet_ntop'.
9770         * modules/inet_ntop-tests: New file.
9771         * tests/test-inet_ntop.c: New file.
9772
9773 2009-11-04  Eric Blake  <ebb9@byu.net>
9774
9775         stdlib-safer: wrap all mkstemp variants
9776         * modules/mkostemp (configure.ac): Set witness.
9777         * modules/mkostemps (configure.ac): Likewise.
9778         * modules/mkstemps (configure.ac): Likewise.
9779         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
9780         (mkstemps_safer): Wrap more functions.
9781         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
9782         wrapping.
9783         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
9784         (mkstemps_safer): Implement the wrappers.
9785
9786         mkstemps, mkostemps: new modules
9787         * modules/mkostemps: New module.
9788         * modules/mkstemps: Likewise.
9789         * lib/mkostemps.c (mkostemps): New file.
9790         * lib/mkstemps.c (mkstemps): Likewise.
9791         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
9792         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
9793         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
9794         * modules/stdlib (Makefile.am): Substitute them.
9795         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
9796         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
9797         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
9798         * doc/gnulib.texi (Glibc stdlib.h): Include them.
9799         * MODULES.html.sh (File system functions): Mention them.
9800
9801         tempname: resync from glibc
9802         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
9803         same values for __GT_FILE as glibc.  Abort even when assertions
9804         are disabled.
9805         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
9806         match its value otherwise.  Allow idempotent inclusion.
9807         * lib/mkdtemp.c (mkdtemp): Adjust caller.
9808         * lib/mkostemp.c (mkostemp): Likewise.
9809         * lib/mkstemp.c (mkstemp): Likewise.
9810         * lib/tmpfile.c (tmpfile): Likewise.
9811         * NEWS: Document this.
9812
9813         utimens: fix use of futimens on older Linux
9814         * lib/utimens.c (fdutimens): Use updated, rather than original,
9815         timespec to avoid bug in older Linux kernel.
9816         Reported by Simon Josefsson.
9817
9818 2009-11-04  Bruno Haible  <bruno@clisp.org>
9819
9820         Make num_processors more flexible and consistent.
9821         * lib/nproc.h (enum nproc_query): New type.
9822         (num_processors): Add a 'query' argument.
9823         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
9824         (num_processors): Add a 'query' argument. Test the value of the
9825         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
9826         mingw, count the number of CPUs available for the current process.
9827         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
9828         Check for sched_getaffinity and sched_getaffinity_np.
9829         * modules/nproc (Depends-on): Add c-ctype, extensions.
9830         * NEWS: Mention the change.
9831
9832 2009-11-03  Bruno Haible  <bruno@clisp.org>
9833
9834         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
9835
9836 2009-11-03  Jim Meyering  <meyering@redhat.com>
9837
9838         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
9839         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
9840         if it is defined.
9841
9842 2009-11-02  Eric Blake  <ebb9@byu.net>
9843
9844         mktime, timegm: share common declaration
9845         * lib/mktime-internal.h: New file.
9846         * lib/mktime.c: Use it rather than open-coding a declaration.
9847         * lib/timegm.c: Likewise.
9848         * modules/mktime (Files): Ship it.
9849         * modules/timegm (Files): Likewise.
9850         Suggested by Bruno Haible.
9851
9852         test-update-copyright: update test to match script changes
9853         * tests/test-update-copyright.sh: Avoid hard-coding perl
9854         location.  Don't update *.bak created by earlier runs.
9855
9856 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
9857             Simon Josefsson  <simon@josefsson.org>
9858             Bruno Haible  <bruno@clisp.org>
9859
9860         Fix link error on Solaris 8.
9861         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
9862         also in libnsl. Define also INET_PTON_LIB.
9863         * modules/inet_pton (Link): New section.
9864
9865 2009-11-02  Simon Josefsson  <simon@josefsson.org>
9866             Bruno Haible  <bruno@clisp.org>
9867
9868         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
9869         * modules/inet_ntop (Link): New section.
9870         Reported by Boyan Kasarov <bkasarov@gmail.com>.
9871
9872 2009-11-02  Eric Blake  <ebb9@byu.net>
9873
9874         maint: avoid compiler warnings in m4 macros
9875         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
9876         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
9877
9878 2009-11-02  Simon Josefsson  <simon@josefsson.org>
9879
9880         * m4/pmccabe2html.m4: Remove file.
9881         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
9882         function.  Change maintainer.
9883         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
9884         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
9885         Courtès).
9886
9887 2009-10-31  Eric Blake  <ebb9@byu.net>
9888
9889         fseeko: fix m4 regression
9890         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
9891         regression from 2009-10-27.
9892         Reported by Ralf Wildenhues.
9893
9894 2009-10-31  Jim Meyering  <meyering@redhat.com>
9895
9896         inttostr: aesthetics and improved (compile-time) safety
9897         Define inttype_is_signed rather than inttype_is_unsigned,
9898         since the sole use is via "#if inttype_is_signed".
9899         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
9900         inttype_is_unsigned.
9901         * lib/offtostr.c (inttype_is_signed): Likewise.
9902         * lib/uinttostr.c (inttype_is_signed): Likewise.
9903         * lib/umaxtostr.c (inttype_is_signed): Likewise.
9904         * lib/inttostr.c (inttostr): Use verify to cross-check the
9905         inttype_is_signed value and the signedness of the actual type.
9906         * modules/inttostr (Depends-on): Add verify.
9907
9908 2009-10-30  Eric Blake  <ebb9@byu.net>
9909
9910         build: avoid compiler warnings
9911         * lib/fchmodat.c (lchmod): Mark unused variables.
9912         * lib/getopt.c (_getopt_initialize): Likewise.
9913         * lib/mktime.c (__mktime_internal): Provide prototype.
9914         * lib/inttostr.c (inttostr): Avoid compiler warning even with
9915         older gcc that do not understand #pragma GCC diagnostic.
9916         * lib/uinttostr.c (inttype_is_unsigned): Define.
9917         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
9918
9919 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
9920
9921         stat: fix compilation on AIX
9922         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
9923         only see struct stat64.
9924
9925 2009-10-30  Eric Blake  <ebb9@byu.net>
9926
9927         exclude: make more robust
9928         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
9929         rather than masking a coding bug.
9930         Suggested by Bruno Haible.
9931
9932 2009-10-30  Jim Meyering  <meyering@redhat.com>
9933
9934         perl scripts: remove #!/usr/bin/perl in favor of more portable...
9935         Rather than putting #!/usr/bin/perl on the first line,
9936         start with a variant of what's recommended by "man perlrun" that
9937         invokes the first "perl" program from your shell's search path.
9938         * build-aux/gitlog-to-changelog: Replace #!... as above.
9939         Add a "Local Variables" perl mode setting.
9940         Prompted by a patch from Ludovic Courtès.
9941         Improved by Eric Blake.
9942         * build-aux/useless-if-before-free: Likewise.
9943         * build-aux/announce-gen: Likewise.
9944         * build-aux/update-copyright: Likewise.
9945
9946 2009-10-29  Eric Blake  <ebb9@byu.net>
9947
9948         filenamecat-lgpl: adjust clients
9949         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
9950         filenamecat.
9951         * modules/renameat (Depends-on): Likewise.
9952
9953         filenamecat: split into filenamecat-lgpl
9954         * modules/filenamecat-lgpl: New module.
9955         * modules/filenamecat (Files): Move library-safe files into
9956         filenamecat-lgpl.
9957         (Depends-on): Add filenamecat-lgpl.
9958         (configure.ac): Declare witness.
9959         * lib/filenamecat.h (file_name_concat): Only declare when using
9960         GPL module.
9961         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
9962         Move...
9963         * lib/filenamecat-lgpl.c: ...into new file.
9964         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
9965         (gl_FILE_NAME_CONCAT): Use it.
9966         * MODULES.html.sh (File system functions): Mention new module.
9967
9968         argp: avoid memory leak
9969         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
9970         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
9971         base_name, since the latter malloc()s and can call exit().
9972         Leak introduced 2006-07-03.
9973
9974         dirname-lgpl: adjust clients that don't need full dirname
9975         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
9976         * modules/filenamecat (Depends-on): Likewise.
9977         * modules/linkat (Depends-on): Likewise.
9978         * modules/mkancesdirs (Depends-on): Likewise.
9979         * modules/mkdir (Depends-on): Likewise.
9980         * modules/openat (Depends-on): Likewise.
9981         * modules/savewd (Depends-on): Likewise.
9982         * modules/rename (Depends-on): Likewise.
9983         (License): Relax license.
9984         * modules/mkdir-tests (Depends-on): Drop progname.
9985         (Makefile.am): Delete unneeded LDADD.
9986         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
9987
9988         dirname: split into dirname-lgpl
9989         * modules/dirname-lgpl: New module.
9990         * modules/dirname (Files): Move library-safe files into
9991         dirname-lgpl.
9992         (Depends-on): Add dirname-lgpl.
9993         (configure.ac): Declare witness.
9994         * modules/double-slash-root (License): Relax license.
9995         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
9996         module.
9997         * lib/dirname.c (dir_len, mdir_name): Move...
9998         * lib/dirname-lgpl.c: ...into new file.
9999         * lib/basename.c (last_component, base_len): Move...
10000         * lib/basename-lgpl.c: ...into new file.
10001         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
10002         (gl_DIRNAME): Use it.
10003         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
10004         Mention new module.
10005         * modules/dirname-tests (Depends-on): Add progname.
10006         * tests/test-dirname.c (program_name): Delete.
10007
10008         mkdir: make safe for libraries
10009         * modules/mkdir (Depends-on): Drop xalloc.
10010         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
10011         exit.
10012
10013         tests: avoid some compiler warnings
10014         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
10015         literals.
10016         * tests/test-memchr.c (main): Avoid type mismatch.
10017         * tests/test-arpa_inet.c (main): Avoid unused parameters.
10018         * tests/test-base64.c (main): Likewise.
10019         * tests/test-getdelim.c (main): Likewise.
10020         * tests/test-gethostname.c (main): Likewise.
10021         * tests/test-getline.c (main): Likewise.
10022         * tests/test-netinet_in.c (main): Likewise.
10023         * tests/test-select.c (open_server_socket, main): Likewise.
10024         * tests/test-select-stdin.c (main): Likewise.
10025         * tests/test-sockets.c (main): Likewise.
10026         * tests/test-strsignal.c (main): Likewise.
10027         * tests/test-sys_select.c (main): Likewise.
10028         * tests/test-sys_socket.c (main): Likewise.
10029         * tests/test-u64.c (main): Likewise.
10030         * tests/test-xfprintf-posix.c (main): Likewise.
10031         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
10032
10033         sockets: avoid compiler warning
10034         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
10035
10036         maint: detect usage(1) and other suspicious exits
10037         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
10038
10039 2009-10-29  Jim Meyering  <meyering@redhat.com>
10040
10041         timespec: long-to-int truncation could make timespec_cmp malfunction
10042         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
10043         a multiple of 2^32 nanoseconds as no difference.
10044
10045 2009-10-28  Jim Meyering  <meyering@redhat.com>
10046
10047         fprintftime: wrap macro code argument in "do {...} while(0)"
10048         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
10049         cpy macro must be a statement that can be followed by a semicolon.
10050         Now that the else clause contains a comment and is hence longer
10051         than one line, I require curly braces.  That in turn requires
10052         that we wrap this code block in the standard do...while(0).
10053
10054         fprintftime: remove stray semicolon from previous change
10055         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
10056
10057         fprintftime: avoid a warning about ignored fwrite return value
10058         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
10059         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
10060         that is unsafe.
10061         * modules/fprintftime (Depends-on): Add ignore-value.
10062
10063         exclude: avoid an unwarranted warning
10064         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
10065
10066 2009-10-27  Eric Blake  <ebb9@byu.net>
10067
10068         fseek: avoid compilation failure when fflush is replaced
10069         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
10070         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
10071         module is in use.
10072         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
10073         module is not in use; since REPLACE_FSEEK worked otherwise.
10074         (GNULIB_FTELLO): Likewise for ftell.
10075         Reported by Ian Beckwith and others.
10076
10077 2009-10-27  Bruno Haible  <bruno@clisp.org>
10078
10079         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
10080         Reported by Jim Meyering.
10081
10082 2009-10-27  Jim Meyering  <jim@meyering.net>
10083             Bruno Haible  <bruno@clisp.org>
10084
10085         Avoid warning despite dropping the return value of fwrite.
10086         * lib/unicodeio.c: Include ignore-value.h.
10087         (fwrite_success_callback): Explicitly ignore fwrite's return value.
10088         * modules/unicodeio (Depends-on): Add ignore-value.
10089
10090 2009-10-26  Eric Blake  <ebb9@byu.net>
10091
10092         areadlinkat: fix fallback path
10093         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
10094         pointer and zero.
10095
10096 2009-10-22  Pádraig Brady  <P@draigBrady.com>
10097
10098         Use a better IO block size for modern systems
10099         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
10100         * lib/md2.c: Likewise.
10101         * lib/md4.c: Likewise.
10102         * lib/md5.c: Likewise.
10103         * lib/sha1.c: Likewise.
10104         * lib/sha256.c: Likewise.
10105         * lib/sha512.c: Likewise.
10106
10107 2009-10-22  Eric Blake  <ebb9@byu.net>
10108
10109         tests: avoid several compiler warnings
10110         * tests/test-getcwd.c (main): Avoid buffer underflow.
10111         * tests/test-getdate.c (main): String literals are not safe with
10112         putenv, so use setenv.  Declare unused argument.
10113         * modules/getdate-tests (Depends-on): Add setenv.
10114         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
10115         problems with string literals in char *.
10116         * tests/test-hash.c (main): Avoid shadowing declaration.
10117         (insert_new): Treat string literals as char const *.
10118         * tests/test-getopt.h (test_getopt): Likewise.
10119         (getopt_loop): Alter types to minimize casting elsewhere.
10120         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
10121         (test_getopt_long_posix): Likewise.
10122         (do_getopt_long): Add wrapper to minimize casting.
10123         * tests/test-atexit.c (clear_temp_file): Use void.
10124         * tests/test-areadlink-with-size.c (main): Declare unused
10125         arguments.
10126         * tests/test-areadlink.c (main): Likewise.
10127         * tests/test-areadlinkat-with-size.c (main): Likewise.
10128         * tests/test-areadlinkat.c (main): Likewise.
10129         * tests/test-canonicalize-lgpl.c (main): Likewise.
10130         * tests/test-canonicalize.c (main): Likewise.
10131         * tests/test-dirent-safer.c (main): Likewise.
10132         * tests/test-dirname.c (main): Likewise.
10133         * tests/test-dup2.c (main): Likewise.
10134         * tests/test-fchdir.c (main): Likewise.
10135         * tests/test-fcntl-h.c (main): Likewise.
10136         * tests/test-fcntl-safer.c (main): Likewise.
10137         * tests/test-fdopendir.c (main): Likewise.
10138         * tests/test-fdutimensat.c (main): Likewise.
10139         * tests/test-fflush.c (main): Likewise.
10140         * tests/test-filenamecat.c (main): Likewise.
10141         * tests/test-filevercmp.c (main): Likewise.
10142         * tests/test-fopen-safer.c (main): Likewise.
10143         * tests/test-fopen.c (main): Likewise.
10144         * tests/test-fpending.c (main): Likewise.
10145         * tests/test-fpurge.c (main): Likewise.
10146         * tests/test-freading.c (main): Likewise.
10147         * tests/test-fstatat.c (main): Likewise.
10148         * tests/test-fsync.c (main): Likewise.
10149         * tests/test-futimens.c (main): Likewise.
10150         * tests/test-getndelim2.c (main): Likewise.
10151         * tests/test-gettimeofday.c (main): Likewise.
10152         * tests/test-getopt.c (main): Likewise.
10153         * tests/test-i-ring.c (main): Likewise.
10154         * tests/test-inttypes.c (main): Likewise.
10155         * tests/test-link.c (main): Likewise.
10156         * tests/test-lstat.c (main): Likewise.
10157         * tests/test-math.c (main): Likewise.
10158         * tests/test-md5.c (main): Likewise.
10159         * tests/test-memchr2.c (main): Likewise.
10160         * tests/test-memrchr.c (main): Likewise.
10161         * tests/test-mkdir.c (main): Likewise.
10162         * tests/test-mkdirat.c (main): Likewise.
10163         * tests/test-mkfifoat.c (main): Likewise.
10164         * tests/test-open.c (main): Likewise.
10165         * tests/test-openat-safer.c (main): Likewise.
10166         * tests/test-openat.c (main): Likewise.
10167         * tests/test-quotearg.c (main): Likewise.
10168         * tests/test-rawmemchr.c (main): Likewise.
10169         * tests/test-readlink.c (main): Likewise.
10170         * tests/test-remove.c (main): Likewise.
10171         * tests/test-rename.c (main): Likewise.
10172         * tests/test-renameat.c (main): Likewise.
10173         * tests/test-rmdir.c (main): Likewise.
10174         * tests/test-sha1.c (main): Likewise.
10175         * tests/test-signal.c (main): Likewise.
10176         * tests/test-sigaction.c (main): Likewise.
10177         * tests/test-stat.c (main): Likewise.
10178         * tests/test-stat-time.c (main): Likewise.
10179         * tests/test-stddef.c (main): Likewise.
10180         * tests/test-stdint.c (main): Likewise.
10181         * tests/test-stdio.c (main): Likewise.
10182         * tests/test-stdlib.c (main): Likewise.
10183         * tests/test-strchrnul.c (main): Likewise.
10184         * tests/test-strerror.c (main): Likewise.
10185         * tests/test-string.c (main): Likewise.
10186         * tests/test-strtod.c (main): Likewise.
10187         * tests/test-strverscmp.c (main): Likewise.
10188         * tests/test-symlink.c (main): Likewise.
10189         * tests/test-symlinkat.c (main): Likewise.
10190         * tests/test-sys_stat.c (main): Likewise.
10191         * tests/test-sys_time.c (main): Likewise.
10192         * tests/test-time.c (main): Likewise.
10193         * tests/test-unistd.c (main): Likewise.
10194         * tests/test-unlink.c (main): Likewise.
10195         * tests/test-unlinkat.c (main): Likewise.
10196         * tests/test-utimens.c (main): Likewise.
10197         * tests/test-utimensat.c (main): Likewise.
10198         * tests/test-version-etc.c (main): Likewise.
10199         * tests/test-wchar.c (main): Likewise.
10200         * tests/test-wctype.c (main): Likewise.
10201         * tests/test-xprintf-posix.c (main): Likewise.
10202         * tests/test-posixtm.c (main): Likewise.
10203         (STREQ): Delete unused macro.
10204         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
10205         shadowed variables.
10206         * tests/test-memchr.c (main): Likewise.
10207
10208 2009-10-21  Eric Blake  <ebb9@byu.net>
10209
10210         areadlinkat: avoid failure on older glibc
10211         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
10212         rather than mis-comparing 0 against FUNC_RESULT of char*.
10213
10214 2009-10-21  Bruno Haible  <bruno@clisp.org>
10215
10216         * modules/stpncpy (License): Relicense under LGPLv2+.
10217         Reported by David Lutterkort <lutter@redhat.com>.
10218
10219 2009-10-20  Eric Blake  <ebb9@byu.net>
10220
10221         utimensat: work around Solaris 9 bug
10222         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
10223         has trailing slash bugs.
10224         * tests/test-lutimens.h (test_lutimens): Enhance test.
10225         * tests/test-utimens.h (test_utimens): Likewise.
10226         * doc/posix-functions/utime.texi (utime): Enhance documentation.
10227         * doc/posix-functions/utimes.texi (utimes): Likewise.
10228         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
10229         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
10230         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
10231         * doc/posix-functions/futimens.texi (futimens): Likewise.
10232
10233         fdutimensat: new module
10234         * modules/fdutimensat: New file.
10235         * lib/fdutimensat.c (fdutimensat): Likewise.
10236         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
10237         * MODULES.html.sh (File system functions): Mention module.
10238         * modules/fdutimensat-tests: New test.
10239         * tests/test-fdutimensat.c: Likewise.
10240
10241         doc: regenerate INSTALL
10242         * doc/INSTALL: Reflect recent autoconf update.
10243         * doc/INSTALL.ISO: Likewise.
10244         * doc/INSTALL.UTF-8: Likewise.
10245
10246 2009-10-20  Pádraig Brady  <P@draigBrady.com>
10247
10248         acl: warn if ACL support is not detected
10249         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
10250
10251 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
10252
10253         * lib/nproc.h: Add extern "C" block for C++.
10254
10255 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
10256             Bruno Haible  <bruno@clisp.org>
10257
10258         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
10259         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
10260         * doc/posix-functions/isalpha.texi: Likewise.
10261         * doc/posix-functions/isblank.texi: Likewise.
10262         * doc/posix-functions/iscntrl.texi: Likewise.
10263         * doc/posix-functions/isdigit.texi: Likewise.
10264         * doc/posix-functions/isgraph.texi: Likewise.
10265         * doc/posix-functions/islower.texi: Likewise.
10266         * doc/posix-functions/isprint.texi: Likewise.
10267         * doc/posix-functions/ispunct.texi: Likewise.
10268         * doc/posix-functions/isspace.texi: Likewise.
10269         * doc/posix-functions/isupper.texi: Likewise.
10270         * doc/posix-functions/isxdigit.texi: Likewise.
10271
10272 2009-10-18  Bruno Haible  <bruno@clisp.org>
10273
10274         Tests for module 'isblank'.
10275         * modules/isblank-tests: New file.
10276         * tests/test-isblank.c: New file.
10277
10278         New module 'isblank'.
10279         * lib/isblank.c: New file.
10280         * m4/isblank.m4: New file.
10281         * modules/isblank: New file.
10282         * doc/posix-functions/isblank.texi: Mention the new module.
10283
10284 2009-10-18  Bruno Haible  <bruno@clisp.org>
10285
10286         New module 'ctype'.
10287         * lib/ctype.in.h: New file.
10288         * m4/ctype.m4: New file.
10289         * modules/ctype: New file.
10290         * doc/posix-headers/ctype.texi: Mention the new module.
10291
10292 2009-10-18  Jim Meyering  <meyering@redhat.com>
10293
10294         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
10295         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
10296         right after its initialization, rather than farther down.
10297         Keeping these in close proximity makes it easier to ensure
10298         that each such variable is initialized.  E.g.,
10299
10300             LIB_CLOCK_GETTIME=
10301             AC_SUBST([LIB_CLOCK_GETTIME])
10302
10303         This change also increments these serial numbers.
10304         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
10305         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
10306         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
10307
10308 2009-10-18  Bruno Haible  <bruno@clisp.org>
10309
10310         Don't let environment variables perturb build.
10311         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
10312         (gl_PREREQ_GETHRXTIME): ... not here.
10313
10314 2009-10-18  Bruno Haible  <bruno@clisp.org>
10315
10316         Avoid symlink attack in localcharset module.
10317         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
10318         (O_NOFOLLOW): Define fallback.
10319         (get_charset_aliases): Don't open the file if it is a symbolic link.
10320         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
10321         gl_FCNTL_H.
10322         (gl_FCNTL_H): Require it.
10323         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
10324         * modules/localcharset (Files): Add m4/fcntl_h.m4.
10325         Reported by Fergal Glynn <fglynn@veracode.com>.
10326
10327 2009-10-18  Bruno Haible  <bruno@clisp.org>
10328
10329         Implement nproc for mingw.
10330         * lib/nproc.c: Include <windows.h>
10331         (num_processors): On native Windows platforms, try GetSystemInfo.
10332
10333 2009-10-18  Bruno Haible  <bruno@clisp.org>
10334
10335         Implement nproc for IRIX.
10336         * lib/nproc.c: Include <sys/sysmp.h>.
10337         (num_processors): On IRIX systems, try sysmp.
10338         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
10339
10340 2009-10-18  Bruno Haible  <bruno@clisp.org>
10341
10342         Implement nproc for HP-UX.
10343         * lib/nproc.c: Include <sys/pstat.h>
10344         (num_processors): On HP-UX systems, try pstat_getdynamic.
10345         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
10346         pstat_getdynamic.
10347
10348 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
10349             Bruno Haible  <bruno@clisp.org>
10350
10351         Implement nproc for NetBSD, OpenBSD.
10352         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
10353         (ARRAY_SIZE): New macro.
10354         (num_processors): On BSD systems, try sysctl of HW_NCPU.
10355         * m4/nproc.m4: New file.
10356         * modules/nproc (Files): Add m4/nproc.m4.
10357         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
10358         (Makefile.am): Instead, augment lib_SOURCES.
10359
10360 2009-10-18  Bruno Haible  <bruno@clisp.org>
10361
10362         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
10363         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
10364         sys/param.h.
10365
10366 2009-10-16  Eric Blake  <ebb9@byu.net>
10367
10368         utimensat: new module
10369         * modules/utimensat: New file.
10370         * lib/utimensat.c (utimensat): Likewise.
10371         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
10372         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
10373         so we can work around Linux bugs.
10374         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
10375         * modules/sys_stat (Makefile.am): Substitute them.
10376         * lib/sys_stat.in.h (utimensat): Declare it.
10377         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10378         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
10379         * modules/utimensat-tests: New test.
10380         * tests/test-utimensat.c: Likewise.
10381
10382         utimens: let lutimens work on non-symlinks
10383         * lib/utimens.c (lutimens): Fall back to utimens rather than
10384         failing with ENOSYS, when file is not a symlink.
10385         (utimens): Reduce redirection.
10386         * tests/test-lutimens.h (test_lutimens): Update test to cover
10387         non-symlinks.
10388         * tests/test-utimens.h (test_utimens): Update test to cover
10389         symlinks.
10390         * tests/test-utimens.c (main): Update caller.
10391
10392         utimens: cache whether utimensat syscall works
10393         * lib/utimens.c (utimensat_works_really): New cache variable.
10394         (fdutimens, lutimens): Use it to avoid failing syscall.
10395
10396         test-stat-time, test-utimens: improve portability
10397         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
10398         ext4 on alpha, and for cygwin.
10399         * tests/test-utimens-common.h: New file.
10400         (nap): Factor delays into single function.
10401         * tests/test-lutimens.h (test_lutimens): Use new header.
10402         * tests/test-futimens.h (test_futimens): Likewise.
10403         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
10404         timestamps to occur from same machine, as was done previously for
10405         test_utimens.
10406         * modules/utimens-tests (Files): Ship new file.
10407         * modules/futimens-tests (Files): Likewise.
10408         Reported in part by Jim Meyering.
10409
10410         sys_stat: sort replacement declarations
10411         * lib/sys_stat.in.h: Sort declarations.
10412         * lib/futimens.c (futimens): Fix typo.
10413
10414 2009-10-15  Jim Meyering  <meyering@redhat.com>
10415
10416         don't let environment settings perturb build
10417         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
10418         could cause a configure-time and/or build-time malfunction.
10419         Typically, a configure-time function-in-library test is performed
10420         via code like this:
10421
10422           LIB_VAR=
10423           AC_SUBST([LIB_VAR])
10424           prefix_saved_LIBS=$LIBS
10425             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
10426                        [test "$ac_cv_search_FUNC" = "none required" ||
10427                         LIB_VAR=$ac_cv_search_FUNC])
10428           LIBS=$prefix_saved_LIBS
10429
10430         However, in each of the files affected by this change, the LIB_VAR=
10431         initialization was omitted.  Thus, when set in the environment, its
10432         value would propagate into generated Makefiles when FUNC is not found
10433         in LIB_NAME.
10434         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
10435         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
10436         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
10437
10438 2009-10-14  Eric Blake  <ebb9@byu.net>
10439
10440         fchdir: avoid infinite recursion in mingw
10441         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
10442         recursing.
10443
10444         test-stat-time: port to mingw
10445         * tests/test-stat-time.c (force_unlink): Return a value.
10446         (test_ctime) [W32]: Fix compilation error.
10447         (nap): Don't call usleep with too large an argument.  Use
10448         force_unlink.
10449         * doc/pastposix-functions/usleep.texi (usleep): Document the
10450         portability issue.
10451
10452 2009-10-13  Jim Meyering  <meyering@redhat.com>
10453
10454         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
10455         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
10456         * modules/pipe-filter-ii: Likewise.
10457         * modules/sys_socket-tests: Likewise.
10458         * modules/tsearch-tests: Likewise.
10459         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
10460         (check): Depend on it.
10461
10462 2009-10-12  Eric Blake  <ebb9@byu.net>
10463
10464         utimens-tests: port to NFS file systems
10465         * tests/test-utimens.h (test_utimens): Refactor utimecmp
10466         comparisons to avoid spurious failures from timestamp drift
10467         between NFS machines.
10468
10469 2009-10-12  Eric Blake  <ebb9@byu.net>
10470
10471         stat-time-tests: minor cleanups
10472         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
10473         * tests/test-stat-time.c (nap): Separate assignment from call.
10474         Suggested by Paolo Bonzini and Bruno Haible.
10475
10476         sys_stat: guarantee struct timespec
10477         * lib/sys_stat.in.h (includes): Always include <time.h>
10478         * modules/sys_stat (Depends-on): Add time.
10479         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
10480         mode_t permission values.
10481         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
10482         get at subsecond timestamps.
10483
10484 2009-10-10  Eric Blake  <ebb9@byu.net>
10485
10486         futimens: new module
10487         * modules/futimens: New file.
10488         * lib/futimens.c (futimens): Likewise.
10489         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
10490         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
10491         we can work around Linux bugs.
10492         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
10493         * modules/sys_stat (Makefile.am): Substitute them.
10494         * lib/sys_stat.in.h (futimens): Declare it.
10495         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10496         * doc/posix-functions/futimens.texi (futimens): Likewise.
10497         * modules/futimens-tests: New test.
10498         * tests/test-futimens.c: Likewise.
10499
10500         utimens: introduce fdutimens
10501         * lib/utimens.h (fdutimens): New prototype.
10502         * lib/utimens.c (gl_futimens): Move guts...
10503         (fdutimens): ...to new interface.
10504         * tests/test-utimens.c (do_fdutimens): Use it.
10505
10506         utimens: add UTIME_NOW and UTIME_OMIT support
10507         * lib/utimens.c (validate_timespec, update_timespec): New helper
10508         functions.
10509         (gl_futimens, lutimens): Use them.
10510         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
10511         stdbool, sys_stat.
10512         (Link): Mention resulting library dependency.
10513         * modules/utimecmp (Link): Likewise.
10514         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
10515         (Makefile.am): Pick up library dependency.
10516         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
10517         definition.
10518         * tests/test-sys_stat.c: Test the definitions.
10519         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
10520         * NEWS: Document library dependency.
10521
10522         utimecmp: support symlink timestamps
10523         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
10524         hashing when possible.  Use pathconf when available.
10525         (SYSCALL_RESOLUTION): Recognize tighter resolution.
10526         * modules/utimecmp (Depends-on): Add lstat.
10527
10528         utimens: add lutimens interface
10529         * lib/utimens.c (lutimens): New function.
10530         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
10531         * lib/utimens.h (lutimens): Declare new interface.
10532         * tests/test-utimens.c (main): Enhance test.
10533         * tests/test-lutimens.h (test_lutimens): New file.
10534         * modules/utimens-tests (Files): Distribute it.
10535         (Depends-on): Add symlink.
10536         (configure.ac): Check for usleep.
10537
10538         utimens: validate futimens usage
10539         * lib/utimens.c (gl_futimens): Require valid fd up front, using
10540         fewer syscalls on failure later on.  Avoid compiler warning on
10541         mingw.
10542         * modules/utimens (Depends-on): Add dup2.
10543
10544         utimens: add test
10545         * modules/utimens-tests: New test.
10546         * tests/test-utimens.h: New file.
10547         * tests/test-futimens.h: Likewise.
10548         * tests/test-utimens.c: Likewise.
10549
10550         doc: mention timestamp portability issues
10551         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
10552         instead.
10553         * doc/posix-functions/utime.texi (utime): Likewise.
10554         * doc/posix-functions/utimes.texi (utimes): Likewise.
10555         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
10556         instead.
10557         * doc/posix-functions/futimens.texi (futimens): Mention utimens
10558         module.
10559         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
10560         Mention weakness with symlink timestamps.
10561         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
10562         to utimensat/futimens instead.
10563         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
10564
10565         test-dup2: enhance test
10566         * tests/test-dup2.c (main): Also check AT_FDCWD.
10567
10568         test-stat-time: avoid more spurious failures
10569         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
10570         xfs; and avoid race if the two timestamps cross quantization edge.
10571
10572         relocatable: prefer 'file system' over 'filesystem'
10573         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
10574         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
10575         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
10576         * doc/relocatable.texi (Enabling Relocatability): Likewise.
10577         * lib/relocatable.c (compute_curr_prefix): Likewise.
10578
10579 2009-10-10  Jim Meyering  <meyering@redhat.com>
10580
10581         stat-time-tests: check for the usleep function
10582         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
10583
10584 2009-10-10  Bruno Haible  <bruno@clisp.org>
10585
10586         * modules/xnanosleep: Put the Link section after the Include section.
10587
10588 2009-10-09  Eric Blake  <ebb9@byu.net>
10589
10590         dup2: work around FreeBSD 6.1 bug
10591         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
10592         * doc/posix-functions/dup2.texi (dup2): Document it.
10593         Reported by Nelson H. F. Beebe and Jim Meyering.
10594
10595         test-stat-time: port to buggy NFS clients
10596         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
10597         (test_ctime): Also skip test if mtime and ctime are skewed.
10598
10599         maint: prefer 'file system' over 'filesystem'
10600         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
10601         * doc/posix-functions/lstat.texi (lstat): Likewise.
10602         * lib/file-has-acl.c (file_has_acl): Likewise.
10603         * lib/fwriteerror.c [TEST]: Likewise.
10604         * tests/test-areadlink.h (test_areadlink): Likewise.
10605         * tests/test-areadlinkat-with-size.c (main): Likewise.
10606         * tests/test-areadlinkat.c (main): Likewise.
10607         * tests/test-canonicalize-lgpl.c (main): Likewise.
10608         * tests/test-canonicalize.c (main): Likewise.
10609         * tests/test-fstatat.c (main): Likewise.
10610         * tests/test-linkat.c (main): Likewise.
10611         * tests/test-lstat.h (test_lstat_func): Likewise.
10612         * tests/test-mkdir.h (test_mkdir): Likewise.
10613         * tests/test-readlink.h (test_readlink): Likewise.
10614         * tests/test-remove.c (main): Likewise.
10615         * tests/test-rename.h (test_rename): Likewise.
10616         * tests/test-renameat.c (main): Likewise.
10617         * tests/test-rmdir.h (test_rmdir_func): Likewise.
10618         * tests/test-symlink.h (test_symlink): Likewise.
10619         * tests/test-symlinkat.c (main): Likewise.
10620         * tests/test-unlink.h (test_unlink_func): Likewise.
10621         * tests/test-unlinkat.c (main): Likewise.
10622
10623         maint: make realtime library usage explicit
10624         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
10625         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
10626         * modules/settime (Link): Likewise.
10627         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
10628
10629         test-stat-time: speed up execution
10630         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
10631         warning on mingw.
10632         (nap): New helper function.
10633         (prepare_test): Use it to reduce sleep time.
10634         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
10635         execution.
10636         * modules/stat-time-tests (configure.ac): Check for usleep.
10637
10638 2009-10-09  Jim Meyering  <meyering@redhat.com>
10639
10640         selinux-h: always use getfilecon wrappers
10641         * lib/getfilecon.c: New file.
10642         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
10643         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
10644         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
10645         (fgetfilecon): Provide a stub.
10646         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
10647         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
10648         file unconditionally.
10649         When <selinux/selinux.h> is found, arrange to use wrappers.
10650         * modules/selinux-h (Files): Add getfilecon.c.
10651         (Makefile.am): Substitute include-next-related bits
10652         into the now-always-generated selinux/selinux.h file.
10653         * doc/glibc-functions/lgetfilecon.texi: New file.
10654         * doc/glibc-functions/fgetfilecon.texi: New file.
10655         * doc/glibc-functions/getfilecon.texi: New file.
10656         * doc/glibc-functions/getfilecon-desc.texi: New file.
10657         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
10658         which to pull in the new files.
10659         * MODULES.html.sh (Misc): Add selinux-h.
10660
10661 2009-10-08  Jim Meyering  <meyering@redhat.com>
10662
10663         unistd: fix comment typo
10664         * lib/unistd.in.h (euidaccess): Fix a comment typo.
10665
10666 2009-10-08  Eric Blake  <ebb9@byu.net>
10667
10668         areadlink: use SIZE_MAX consistently
10669         * modules/areadlink (Depends-on): Add stdint.
10670         * modules/areadlink-with-size (Depends-on): Likewise.
10671         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
10672         gives NULL; drop sys/types, since unistd gives size_t; and add
10673         stdint for SIZE_MAX.
10674         (SIZE_MAX): Rely on headers.
10675         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
10676         and add stdint.
10677         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
10678         (SIZE_MAX): Likewise.
10679         (INITIAL_BUF_SIZE): Turn into enum.
10680         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
10681
10682 2009-10-08  Jim Meyering  <meyering@redhat.com>
10683
10684         areadlinkat: avoid compilation failure
10685         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
10686         Fix typo in comment.
10687
10688 2009-10-07  Eric Blake  <ebb9@byu.net>
10689
10690         areadlinkat-with-size: new module
10691         * modules/areadlinkat-with-size: New module.
10692         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
10693         * lib/areadlink.h (areadlinkat): Declare it.
10694         * MODULES.html.sh (File system functions): Mention it.
10695         * modules/areadlinkat-with-size-tests: New test.
10696         * tests/test-areadlinkat-with-size.c: New file.
10697
10698         xreadlinkat: new module
10699         * modules/xreadlinkat: New module.
10700         * lib/xreadlinkat.c (xreadlinkat): New file.
10701         * lib/xreadlink.h (xreadlinkat): Declare it.
10702         * MODULES.html.sh (File system functions): Mention it.
10703
10704         areadlinkat: new module
10705         * lib/at-func.c (FUNC_FAIL): New define.
10706         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
10707         * modules/areadlinkat: New module.
10708         * lib/linkat.c (areadlinkat): Move...
10709         * lib/areadlinkat.c (areadlinkat): ...to new file.
10710         * lib/areadlink.h (areadlinkat): Declare it.
10711         * modules/linkat (Depends-on): Add areadlinkat.
10712         * MODULES.html.sh (File system functions): Mention it.
10713         * modules/areadlinkat-tests: New test.
10714         * tests/test-areadlinkat.c: New file.
10715
10716         areadlink, areadlink-with-size: add tests
10717         * modules/areadlink-tests: New test.
10718         * modules/areadlink-with-size-tests: Likewise.
10719         * tests/test-areadlink.h: New file.
10720         * tests/test-areadlink.c: Likewise.
10721         * tests/test-areadlink-with-size.c: Likewise.
10722
10723         maint: minor cleanups
10724         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
10725         _UNUSED_PARAMETER_ instead.
10726         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
10727         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
10728         * modules/linkat-tests (Files): Distribute test-link.h.
10729
10730         openat, utimens: whitespace cleanup
10731         * lib/openat.c: Prefer space throughout, rather than mix of 8
10732         spaces vs. tabs.
10733         * lib/at-func.c: Likewise.
10734         * lib/utimens.c: Likewise.
10735
10736         openat: avoid using wrong fd
10737         * lib/openat.c (openat_permissive): Reject user's fd if saving the
10738         working directory chooses same fd.
10739         * lib/at-func.c (AT_FUNC_NAME): Likewise.
10740
10741         mkdir, mkdirat: fix cygwin 1.5.x bug
10742         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
10743         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
10744         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
10745         bug.
10746         (gl_PREREQ_MKDIR): Delete unused macro.
10747         * modules/mkdir (Files): Track file rename.
10748         (configure.ac): Update macro name.
10749         * modules/openat (Depends-on): Add mkdir.
10750         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
10751
10752         mkdir, mkdirat: add tests
10753         * modules/mkdir-tests: New test.
10754         * tests/test-mkdir.h: New file.
10755         * tests/test-mkdir.c: Likewise.
10756         * tests/test-mkdirat.c: Likewise.
10757         * modules/openat-tests (Files): Add new files.
10758         (Makefile.am): Run new test.
10759
10760 2009-10-06  Eric Blake  <ebb9@byu.net>
10761
10762         doc: tweak *at function documentation
10763         * doc/posix-functions/faccessat.texi (faccessat): Mention
10764         known issue with replacement.
10765         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
10766         * doc/posix-functions/linkat.texi (linkat): Likewise.
10767         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
10768         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
10769         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
10770         * doc/posix-functions/renameat.texi (renameat): Likewise.
10771         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
10772
10773         openat: fix GNU/Hurd bug in unlinkat
10774         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
10775         broken.
10776         * doc/posix-functions/unlink.texi (unlink): Document this.
10777         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
10778
10779         fdopendir: fix GNU/Hurd bug
10780         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
10781         allowing non-directory fds.
10782         * lib/fdopendir.c (rpl_fdopendir): Work around it.
10783         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
10784         * modules/dirent (Makefile.am): Substitute it.
10785         * lib/dirent.in.h (fdopendir): Declare replacement.
10786         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
10787         * tests/test-fdopendir.c (main): Test something other than
10788         /dev/null, since on Hurd that behaves like a directory.
10789
10790         test-symlink: port to GNU/Hurd
10791         * tests/test-symlink.h (test_symlink): Relax expected errno.
10792
10793         doc: tweak more cygwin information
10794         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
10795         now compatible with glibc.
10796         * doc/posix-functions/getopt.texi (getopt): Likewise.
10797
10798         getopt-gnu: add another test
10799         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
10800         guarantee behavior relied on by m4.
10801         * tests/test-getopt.c (main): Use it.
10802         * modules/getopt-posix-tests (Depends-on): Add setenv.
10803         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
10804
10805         getopt: fix compilation on darwin
10806         * lib/getopt.in.h (includes): Leave breadcrumbs during system
10807         include.
10808         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
10809         Reported by Ludovic Courtès.
10810
10811 2009-10-06  Bruno Haible  <bruno@clisp.org>
10812
10813         * modules/size_max (Description): Discourage its use.
10814         Reported by Simon Josefsson.
10815
10816 2009-10-06  Jim Meyering  <meyering@redhat.com>
10817
10818         linkat: avoid compilation failure
10819         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
10820
10821 2009-10-05  Eric Blake  <ebb9@byu.net>
10822
10823         linkat: support Linux 2.6.17
10824         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
10825         linkat on Linux, but allow cache variable override.
10826         * lib/linkat.c (rpl_linkat): Define override.
10827         * modules/linkat (Depends-on): Add symlinkat.
10828         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
10829         * modules/unistd (Makefile.am): Substitute it.
10830         * lib/unistd.in.h (linkat): Declare replacement.
10831         Reported by Pádraig Brady.
10832
10833         quotearg: port test to systems with C.UTF-8 locale
10834         * tests/test-quotearg.c (struct result_strings): Add another
10835         member, differentiating between C.ASCII and C.UTF-8 handling.
10836         (compare_strings): Add parameter.
10837         (main): Adjust all callers.
10838
10839         getopt: avoid clash with FreeBSD _getopt_internal
10840         * lib/getopt.in.h (_getopt_internal): Override the name.
10841         * lib/getopt_int.h (includes): Pick up any overrides.
10842         Reported by Reuben Thomas.
10843
10844         hash: allow C89 compilation
10845         * lib/hash.c (check_tuning): Move declaration before statement.
10846         Reported by Reuben Thomas.
10847
10848 2009-10-05  Karl Berry  <karl@gnu.org>
10849
10850         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
10851
10852 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
10853             Bruno Haible  <bruno@clisp.org>
10854
10855         * lib/uname.c (uname): Use a table-driven algorithm to compute
10856         Windows NT versions.
10857
10858 2009-10-04  Bruno Haible  <bruno@clisp.org>
10859
10860         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
10861         program_invocation_short_name.
10862         * modules/progname (configure.ac): Test for presence of
10863         program_invocation_short_name.
10864         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
10865
10866 2009-10-04  Bruno Haible  <bruno@clisp.org>
10867
10868         * lib/progname.c (set_program_name): Fix comment.
10869         Reported by Jim Meyering.
10870
10871 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
10872             Bruno Haible  <bruno@clisp.org>
10873
10874         * lib/uname.c: Include <string.h>.
10875         (uname): Do only one call to GetVersionEx in the common case.
10876
10877 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
10878             Bruno Haible  <bruno@clisp.org>
10879
10880         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
10881         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
10882         (uname): Add support for Windows CE and various non-x86 CPU types.
10883
10884 2009-10-03  Bruno Haible  <bruno@clisp.org>
10885
10886         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
10887         invocation to tests/configure.ac.
10888         Reported by Ian Beckwith <ianb@erislabs.net>.
10889
10890 2009-10-02  Eric Blake  <ebb9@byu.net>
10891
10892         fchdir: avoid compiler warning
10893         * lib/fchdir.c (canonicalize_file_name)
10894         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
10895
10896         test-open: support mingw errno values
10897         * tests/test-open.h (test_open): Relax test.
10898         * tests/test-fopen.h (test_fopen): Likewise.
10899         * tests/test-openat-safer.c (main): Likewise.
10900
10901         open: fix opening directory on mingw
10902         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
10903
10904         test-open: on GNU/Hurd, /dev/null is a directory
10905         * tests/test-fopen.h (main): Rename...
10906         (test_fopen): ...to this.  Use a guaranteed non-directory when
10907         confirming open behavior on trailing slash.
10908         * tests/test-openat-safer.c (main): Likewise.
10909         * tests/test-open.h (main): Likewise....
10910         (test_open): ...to this.
10911         * tests/test-fopen.c (main): Adjust caller.
10912         * tests/test-fopen-safer.c (main): Likewise.
10913         * tests/test-open.c (main): Likewise.
10914         * tests/test-fcntl-safer.c (main): Likewise.
10915         Reported by Samuel Thibault.
10916
10917         rename, fchdir: don't ignore chdir failure
10918         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
10919         * lib/rename.c (rpl_rename) [W32]: Likewise.
10920         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
10921         an empty destination directory if source cannot be renamed,
10922         although there is still possibility for failure.
10923         * doc/posix-functions/rename.texi (rename): Document the race.
10924         Reported by Jim Meyering.
10925
10926         maint: cleanup whitespace in recent commits
10927         * lib/rename.c (rpl_rename): Remove tabs.
10928         * tests/test-link.h (test_link): Likewise.
10929         * lib/fchdir.c (get_name): Likewise.
10930         Reported by Jim Meyering.
10931
10932 2009-10-02  Ben Pfaff  <blp@gnu.org>
10933
10934         relocatable-prog-wrapper: Add missing dependency on
10935         double-slash-root.
10936         * modules/relocatable-prog-wrapper: Add dependency.
10937         Reported by Ian Beckwith <ianb@erislabs.net>.
10938
10939 2009-10-02  Eric Blake  <ebb9@byu.net>
10940
10941         renameat: fix Solaris bugs
10942         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
10943         needed fixing.
10944         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
10945         * modules/stdio (Makefile.am): Substitute it.
10946         * lib/stdio.in.h (renameat): Declare replacement.
10947         * lib/renameat.c (rpl_renameat): Implement fix.
10948
10949         renameat: new module
10950         * modules/renameat: New file.
10951         * lib/renameat.c (renameat): Likewise.
10952         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
10953         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
10954         * modules/stdio (Makefile.am): Substitute them.
10955         * lib/stdio.in.h (renameat): Declare it.
10956         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10957         * doc/posix-functions/renameat.texi (renameat): Likewise.
10958         * modules/renameat-tests: New test.
10959         * tests/test-renameat.c: Likewise.
10960
10961         rename: fix mingw bugs
10962         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
10963         directory overwrite bugs.
10964
10965         rename: fix another cygwin 1.5 bug
10966         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
10967         checks.
10968         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
10969         unnecessary cygwin workarounds.  Also work around bug with moving
10970         full directory onto an empty one.
10971         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
10972
10973         rename-dest-slash: merge into rename module
10974         * modules/rename-dest-slash (Status): Mark obsolete.
10975         (Depends-on): Add rename.
10976         (Files): Let rename do it all.
10977         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
10978         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
10979         * m4/rename-dest-slash.m4: ...so this file can be deleted.
10980         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
10981         * lib/rename.c (rpl_rename): Update comments.
10982
10983         rename: fix cygwin 1.5.x bugs
10984         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
10985         * lib/rename.c (rpl_rename): Work around them.
10986         * modules/rename (Depends-on): Add same-inode.
10987
10988         rename: fix Solaris 10 bug
10989         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
10990         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
10991         was the only bug.
10992
10993         rename: fix Solaris 9 bug
10994         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
10995         on non-directory.  Avoid calling exit.
10996         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
10997         strdup.
10998         * modules/rename-tests (Depends-on): Drop lstat.
10999         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
11000         (gl_PREREQ_RENAME): Delete unused macro.
11001
11002         rename-dest-slash: fix NetBSD bug
11003         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
11004         links.
11005         * modules/rename-dest-slash (Depends-on): Add same-inode.
11006
11007         rename-tests: new test, exposes several platform bugs
11008         * modules/rename-tests: New file.
11009         * tests/test-rename.h: Likewise.
11010         * tests/test-rename.c: Likewise.
11011         * doc/posix-functions/rename.texi (rename): Improve documentation,
11012         including bugs that will eventually be fixed in gnulib.
11013
11014 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
11015
11016         * lib/uname.c: Include <stdlib.h>
11017         (uname): Assume version info is available.
11018
11019 2009-10-02  Jim Meyering  <meyering@redhat.com>
11020
11021         gnu-web-doc-update: correct --help output
11022         * build-aux/gnu-web-doc-update: Make --help output relevant.
11023
11024         gnu-web-doc-update: add standard options
11025         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
11026
11027         gnu-web-doc-update: New module.
11028         Use this script to automatically update the on-line web documentation
11029         for your GNU project at http://www.gnu.org/software/$pkg/manual/
11030         * modules/gnu-web-doc-update: New file, from coreutils.
11031         * build-aux/gnu-web-doc-update: New script.
11032
11033 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
11034
11035         link: LoadLibrary is not needed.
11036         * lib/link.c: Use GetModuleHandle.
11037
11038 2009-10-01  Eric Blake  <ebb9@byu.net>
11039
11040         getopt: bump serial number
11041         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
11042         change.
11043
11044         tests: tighten link, rmdir, and remove tests
11045         * tests/test-link.h (includes): No need to use <config.h> here.
11046         Clean up if directory hard link was created, otherwise test for
11047         trailing '.'.
11048         * tests/test-linkat.c (main): Simplify.
11049         * tests/test-remove.c (main): Enhance test for trailing '.'.
11050         * tests/test-rmdir.h (test_rmdir_func): Likewise.
11051
11052 2009-10-01  Jim Meyering  <meyering@redhat.com>
11053
11054         maint.mk: requiring "make major" was annoying, for a "minor" release.
11055         What is intended is "stable", to contrast with alpha and beta,
11056         so require "make stable", not "make major".
11057         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
11058         (get_tool_versions): Likewise.
11059         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
11060
11061 2009-09-30  Ben Pfaff  <blp@gnu.org>
11062
11063         Fix broken build of replacement for Windows tmpfile().
11064         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
11065         flags argument added along with the 'mkostemp' module.
11066
11067 2009-09-28  Bruno Haible  <bruno@clisp.org>
11068
11069         Avoid identifier clash with POSIX function 'remove' defined as a macro.
11070         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
11071         to 'remove_elt'.
11072         (gl_list_remove): Update.
11073         * lib/gl_list.c (gl_list_remove): Update.
11074         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
11075         to 'remove_elt'.
11076         (gl_oset_remove): Update.
11077         * lib/gl_list.c (gl_oset_remove): Update.
11078         Reported by Eric Blake.
11079
11080 2009-09-28  Eric Blake  <ebb9@byu.net>
11081
11082         doc: mention yet more cygwin 1.7 status
11083         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
11084         cygwin.
11085         * doc/glibc-functions/execvpe.texi (execvpe): New file.
11086         * doc/gnulib.texi (Glibc unistd.h): Mention it.
11087
11088         argp: fix test failure
11089         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
11090         that are not upper-case.  Pass correct range to tolower.
11091
11092 2009-09-27  Jim Meyering  <meyering@redhat.com>
11093
11094         test-yesno: work around sparc-dash here-document infelicity
11095         Without this change, the literal \177 byte in a here document
11096         would make dash 0.5.5.1-3 access uninitialized memory.
11097         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
11098         Instead, use a marker, "@", and filter through tr to create the desired
11099         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
11100
11101 2009-09-27  Bruno Haible  <bruno@clisp.org>
11102
11103         Disable untested support for new flavours of ACLs on AIX.
11104         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
11105         progress.
11106         * lib/set-mode-acl.c (qset_acl): Likewise.
11107
11108 2008-12-07  Bruno Haible  <bruno@clisp.org>
11109
11110         Add support for new flavours of ACLs on AIX. (Untested.)
11111         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
11112         (file_has_acl): Add support for newer AIX.
11113         * lib/set-mode-acl.c (qset_acl): Likewise.
11114         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
11115         Rainer Tammer <tammer@tammer.net>.
11116
11117 2009-09-26  Eric Blake  <ebb9@byu.net>
11118
11119         argp: fix compilation of getopt
11120         * lib/getopt.in.h (includes): Use different guard than glibc.
11121         Reported by Sergey Poznyakoff.
11122
11123         doc: mention more cygwin 1.7 status
11124         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
11125         bug.
11126         * doc/posix-functions/execl.texi (execl): Likewise.
11127         * doc/posix-functions/execle.texi (execle): Likewise.
11128         * doc/posix-functions/execlp.texi (execlp): Likewise.
11129         * doc/posix-functions/execv.texi (execv): Likewise.
11130         * doc/posix-functions/execve.texi (execve): Likewise.
11131         * doc/posix-functions/execvp.texi (execvp): Likewise.
11132         * doc/glibc-functions/canonicalize_file_name.texi
11133         (canonicalize_file_name): Cygwin 1.7 now provides this.
11134         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
11135         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
11136         on AT_SYMLINK_NOFOLLOW.
11137
11138 2009-09-24  Eric Blake  <ebb9@byu.net>
11139
11140         test-linkat: make test more robust
11141         * tests/test-linkat.c (main): Avoid collision with EEXIST.
11142
11143         getopt: fix inclusion guards for cygwin
11144         * modules/getopt-posix (Depends-on): Add include-next.
11145         (Makefile.am): Substitute more items in replacement header.
11146         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
11147         <getopt.h>.
11148         * lib/getopt.in.h (includes): Use split inclusion guard, and
11149         prefer <getopt.h> over include <unistd.h> when one is present.
11150         (option): Also override name of 'struct option'.
11151
11152         same-inode: revert prior change; it is not yet ready
11153         * NEWS: Undo mention of this change.
11154         * lib/same-inode.h (same-inode.h): Undo tri-state change.
11155         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
11156         * lib/cycle-check.c (cycle_check): Likewise.
11157         * lib/same.c (same_name): Likewise.
11158         * lib/at-func2.c (at_func2): Likewise.
11159
11160 2009-09-23  Eric Blake  <ebb9@byu.net>
11161
11162         linkat: new module
11163         * modules/linkat: New file.
11164         * lib/at-func2.c (at_func2): Likewise.
11165         * lib/linkat.c (linkat): Likewise.
11166         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
11167         * lib/openat-priv.h (at_func2): Add declaration.
11168         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
11169         * modules/unistd (Makefile.am): Substitute them.
11170         * lib/unistd.in.h (linkat): Declare it.
11171         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
11172         * doc/posix-functions/linkat.texi (linkat): Likewise.
11173         * doc/posix-functions/link.texi (link): Tweak wording.
11174         * tests/test-link.c (main): Move guts...
11175         * tests/test-link.h (test_link): ...into new file.
11176         * modules/linkat-tests: New test.
11177         * tests/test-linkat.c: Likewise.
11178         * modules/link-tests (Files): Ship new file.
11179         (Depends-on): Add stdbool.
11180
11181         dirname: add library-safe mdir_name
11182         * lib/dirname.h (mdir_name): New prototype.
11183         * lib/dirname.c (dir_name): Move guts...
11184         (mdir_name): ...to new function that avoids xalloc_die.
11185
11186         fchdir: another mingw fix
11187         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
11188         * lib/fchdir.c (get_name): New helper method; skips canonicalize
11189         on mingw (where it has not yet been ported), and make it optional
11190         elsewhere.
11191         (_gl_register_fd): Use it.
11192
11193         same-inode: make SAME_INODE tri-state, to port to mingw
11194         * NEWS: Mention this change.
11195         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
11196         st_ino always being 0.
11197         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
11198         * lib/cycle-check.c (cycle_check): Likewise.
11199         * lib/same.c (same_name): Likewise.
11200
11201         lstat: avoid mingw compilation error
11202         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
11203         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
11204         lstat ourselves.
11205         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
11206         was adequate.
11207         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
11208         the checks for lstat.
11209         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
11210
11211         link: fix test failure on Solaris 9
11212         * lib/link.c (rpl_link): Don't assume link will catch bogus
11213         trailing slash on source.
11214
11215         test-symlinkat: enhance test
11216         * tests/test-readlink.c (main): Move guts...
11217         * tests/test-readlink.h (test_readlink): ...into new file.
11218         * tests/test-symlink.c (main): Move guts...
11219         * tests/test-symlink.h (test_symlink): ...into new file.
11220         * tests/test-symlinkat.c (main): Use new files for further
11221         coverage.
11222         (do_symlink, do_readlink): New helper functions.
11223         * modules/symlink-tests (Files): Ship new file.
11224         (Depends-on): Add stdbool.
11225         * modules/readlink-tests (Files): Ship new file.
11226         (Depends-on): Add stdbool.
11227         * modules/symlinkat-tests (Files): Use new files.
11228
11229 2009-09-23  Eric Blake  <ebb9@byu.net>
11230
11231         readlink: document portability issue with symlink length
11232         * doc/posix-functions/lstat.texi (lstat): Mention that some file
11233         systems have bogus st_size on symlinks, and mention the
11234         areadlink-with-size module.
11235         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
11236         * doc/posix-functions/readlink.texi (readlink): Mention the
11237         areadlink module, and ERANGE failure.
11238         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
11239         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
11240
11241         readlink: fix Solaris 9 bug with trailing slash
11242         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
11243         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
11244         * doc/posix-functions/readlink.texi (readlink): Document this.
11245         * modules/readlink-tests: New test.
11246         * tests/test-readlink.c: Likewise.
11247
11248         readlink: fix cygwin 1.5.x bug with return type
11249         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
11250         * lib/unistd.in.h (readlink): Use ssize_t.
11251         * lib/readlink.c (readlink): Likewise.
11252         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
11253         * modules/unistd (Makefile.am): Substitute it.
11254         * lib/unistd.in.h (readlink): Declare replacement.
11255         * doc/posix-functions/readlink.texi (readlink): Document this.
11256
11257         symlink: use throughout gnulib
11258         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
11259         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
11260         symlink is not used.
11261         * modules/symlinkat (Depends-on): Add symlink.
11262         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
11263         * modules/canonicalize-tests (Depends-on): Likewise.
11264         * modules/lstat-tests (Depends-on): Likewise.
11265         * modules/openat-tests (Depends-on): Likewise.
11266         * modules/remove-tests (Depends-on): Likewise.
11267         * modules/rmdir-tests (Depends-on): Likewise.
11268         * modules/unlink-tests (Depends-on): Likewise.
11269         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
11270         * tests/test-canonicalize.c (symlink): Likewise.
11271         * tests/test-fstatat.c (symlink): Likewise.
11272         * tests/test-lstat.c (symlink): Likewise.
11273         * tests/test-remove.c (symlink): Likewise.
11274         * tests/test-rmdir.c (symlink): Likewise.
11275         * tests/test-unlink.c (symlink): Likewise.
11276         * tests/test-unlinkat.c (symlink): Likewise.
11277
11278         symlink: new module, for Solaris 9 bug
11279         * modules/symlink: New file.
11280         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
11281         * lib/symlink.c: Likewise.
11282         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
11283         * modules/unistd (Makefile.am): Substitute them.
11284         * lib/unistd.in.h (symlink): Declare replacement.
11285         * MODULES.html.sh (File system functions): Mention it.
11286         * doc/posix-functions/symlink.texi (symlink): Likewise.
11287         * modules/symlink-tests: New test.
11288         * tests/test-symlink.c: Likewise.
11289
11290 2009-09-23  Bruno Haible  <bruno@clisp.org>
11291
11292         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
11293         when needed.
11294         Test case: gnulib-tool --import --with-tests atexit inttypes.
11295         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
11296
11297 2009-09-23  Bruno Haible  <bruno@clisp.org>
11298
11299         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
11300         subcommand, not in a subshell.
11301
11302 2009-09-22  Eric Blake  <ebb9@byu.net>
11303
11304         unistd: sort replacement declarations
11305         * lib/unistd.in.h: Sort declarations.
11306
11307         open, openat: minor optimization
11308         * lib/open.c (open): If open succeeded, len is non-zero.
11309         * lib/openat.c (rpl_openat): Likewise.
11310
11311         link-follow: ensure correct result
11312         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
11313         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
11314         distinguish between possible failures.
11315
11316 2009-09-21  Eric Blake  <ebb9@byu.net>
11317
11318         fts: avoid compiler warning
11319         * lib/fts.c (dirent_inode_sort_may_be_useful)
11320         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
11321
11322 2009-09-19  Bruno Haible  <bruno@clisp.org>
11323
11324         * lib/progreloc.c (canonicalize_file_name): New declaration.
11325
11326 2009-09-19  Eric Blake  <ebb9@byu.net>
11327
11328         link: fix quoting
11329         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
11330
11331         openat: fix openat bugs on Solaris 9
11332         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
11333         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
11334         * modules/openat (Depends-on): Add open.
11335         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
11336         * modules/fcntl-h (Makefile.am): Substitute it.
11337         * lib/fcntl.in.h (openat): Declare replacement.
11338         * doc/posix-functions/openat.texi (openat): Document this.
11339
11340         openat: move fstatat and unlinkat into correct files
11341         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
11342         compiled.
11343         * lib/openat.c (fstatat, unlinkat): Move...
11344         * lib/fstatat.c (fstatat): ...into correct files.
11345         * lib/unlinkat.c (unlinkat): Likewise.
11346
11347         openat: fix unlinkat bugs on Solaris 9
11348         * lib/unlinkat.c (unlinkat): New file.
11349         * modules/openat (Depends-on): Add unlink.
11350         (Files): Distribute it.
11351         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
11352         trailing slash behavior is broken.
11353         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
11354         * modules/unistd (Makefile.am): Substitute it.
11355         * lib/unistd.in.h (unlinkat): Declare replacement.
11356         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
11357
11358         openat: fix fstatat bugs on Solaris 9
11359         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
11360         stat.
11361         * doc/posix-functions/fstatat.texi (fstatat): Document this.
11362
11363         test-unlinkat: enhance test, to expose Solaris 9 bug
11364         * tests/test-unlink.c (main): Factor guts...
11365         * tests/test-unlink.h (test_rmdir_func): ...into new file.
11366         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
11367         * tests/test-rmdir.c (main): Adjust caller.
11368         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
11369         (unlinker): New helper function.
11370         (rmdirat): Enhance check.
11371         * modules/rmdir-tests (Depends-on): Add stdbool.
11372         * modules/unlink-tests (Depends-on): Likewise.
11373         (Files): Add test-unlink.h.
11374         * modules/openat-tests (Files): Likewise.
11375         (Depends-on): Add unlinkdir.
11376
11377         test-fstatat: new test, to expose Solaris 9 bugs
11378         * tests/test-stat.c (main): Factor guts...
11379         * tests/test-stat.h (test_stat_func): ...into new file.
11380         * tests/test-lstat.c (main): Factor guts...
11381         * tests/test-lstat.h (test_lstat_func): ...into new file.
11382         * tests/test-fstatat.c: New file.
11383         * modules/stat-tests (Files): Add test-stat.h.
11384         * modules/lstat-tests (Files): Add test-lstat.h.
11385         (Depends-on): Add stdbool.
11386         * modules/openat-tests (Depends-on): Add pathmax.
11387         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
11388         (Makefile.am): Run new test.
11389
11390         remove: new module, for mingw and Solaris 9 bugs
11391         * modules/remove: New file.
11392         * lib/remove.c: Likewise.
11393         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
11394         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
11395         * modules/stdio (Makefile.am): Use them.
11396         * lib/stdio.in.h (remove): Declare replacement.
11397         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
11398         * doc/posix-functions/remove.texi (remove): Likewise.
11399         * modules/remove-tests: New test.
11400         * tests/test-remove.c: Likewise.
11401
11402         unlink: new module, for Solaris 9 bug
11403         * modules/unlink: New file.
11404         * lib/unlink.c: Likewise.
11405         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
11406         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
11407         * modules/unistd (Makefile.am): Use them.
11408         * lib/unistd.in.h (stat): Declare replacement.
11409         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
11410         * doc/posix-functions/unlink.texi (unlink): Likewise.
11411         * modules/unlink-tests: New test.
11412         * tests/test-unlink.c: Likewise.
11413
11414         lstat: fix Solaris 9 bug
11415         * lib/lstat.c (lstat): Also check for trailing slash on
11416         non-symlink, non-directories.  Use stat module to simplify logic.
11417         * doc/posix-functions/lstat.texi (lstat): Document it.
11418         * modules/lstat-tests (Depends-on): Add errno, same-inode.
11419         (configure.ac): Check for symlink.
11420         * tests/test-lstat.c (main): Add more tests.
11421
11422         stat: add as dependency to other modules
11423         * modules/chown (Depends-on): Add stat.
11424         * modules/euidaccess (Depends-on): Likewise.
11425         * modules/fchdir (Depends-on): Likewise.
11426         * modules/isdir (Depends-on): Likewise.
11427         * modules/link (Depends-on): Likewise.
11428         * modules/lstat (Depends-on): Likewise.
11429         * modules/mkdir-p (Depends-on): Likewise.
11430         * modules/modechange (Depends-on): Likewise.
11431         * modules/open (Depends-on): Likewise.
11432         * modules/readlink (Depends-on): Likewise.
11433         * modules/same (Depends-on): Likewise.
11434
11435         stat: fix Solaris 9 bug
11436         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
11437         slash.
11438         * lib/stat.c (rpl_stat): Work around it.
11439         * doc/posix-functions/stat.texi (stat): Update documentation.
11440
11441         stat: new module, for mingw bug
11442         * modules/stat: New file.
11443         * lib/stat.c: Likewise.
11444         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
11445         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
11446         * modules/sys_stat (Makefile.am): Use them.
11447         * lib/sys_stat.in.h (stat): Declare replacement.
11448         * lib/openat.c (fstatat): Deal with lstat and stat being function
11449         macros.
11450         * modules/openat (Depends-on): Add inline.
11451         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
11452         * doc/posix-functions/stat.texi (stat): Likewise.
11453         * modules/stat-tests: New test.
11454         * tests/test-stat.c: Likewise.
11455
11456 2009-09-19  Jim Meyering  <meyering@redhat.com>
11457
11458         syntax-check: detect unnecessary inclusion of canonicalize.h
11459         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
11460
11461 2009-09-19  Eric Blake  <ebb9@byu.net>
11462
11463         canonicalize-lgpl: adjust clients to use correct header
11464         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
11465         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
11466         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
11467         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
11468         * lib/progreloc.c (includes): Likewise.
11469
11470 2009-09-19  Jim Meyering  <meyering@redhat.com>
11471
11472         test-posixtm.c: correct a comment
11473         * tests/test-posixtm.c: Correct first-line comment.
11474         Spotted by Eric Blake.
11475
11476 2009-09-16  Jim Meyering  <meyering@redhat.com>
11477
11478         posixtm-tests: make T const-correct; add a test case
11479         * tests/test-posixtm.c (T): Declare const.
11480         Add a test for -(2^31+1).
11481         Remove useless can-succeed-only-in-2002 test.
11482
11483         posixtm-tests: adjust the sole failing test
11484         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
11485         expected output matches what mktime now produces.  Cross-checked via
11486         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
11487
11488         posixtm: move #ifdef'd tests into a new module
11489         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
11490         * tests/test-posixtm.c: ... this new file.
11491         * modules/posixtm-tests: New module.
11492
11493 2009-09-19  Eric Blake  <ebb9@byu.net>
11494
11495         openat: simplify use of at-func.c
11496         * lib/at-func.c (includes): Include prerequisites here, to
11497         simplify requirements on client files.
11498         * lib/openat-priv.h: Add double-inclusion guard.
11499         * lib/faccessat.c (includes): Simplify.
11500         * lib/fchmodat.c (includes): Likewise.
11501         * lib/fchownat.c (includes): Likewise.
11502         * lib/mkdirat.c (includes): Likewise.
11503         * lib/mkfifoat.c (includes): Likewise.
11504         * lib/symlinkat.c (includes): Likewise.
11505
11506         openat: allow return of fd 0
11507         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
11508         * modules/save-cwd (Depends-on): Replace fcntl-safer with
11509         unistd-safer.
11510         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
11511         <fcntl.h>; this module does not leak fds.
11512         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
11513         must be allowed to return 0, leaving openat_safer to add the
11514         safety.
11515         (openat_permissive): Avoid writing to just-opened fd 2 if
11516         restoring the current directory fails.
11517         * lib/openat-die.c (openat_restore_fail): Add comment.
11518         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
11519         (save_cwd): Guarantee safe fd, but without use of open_safer.
11520         * tests/test-openat.c: New test.
11521         * modules/openat-tests (Files, Makefile.am): Distribute and build
11522         new file.
11523
11524         relocatable-prog-wrapper: fix build
11525         * modules/relocatable-prog-wrapper (Files): Update name of
11526         canonicalize m4 file, broken on 2009-09-17.
11527         Reported by emad hajjar <aleppos@hotmail.com>.
11528
11529 2009-09-19  Bruno Haible  <bruno@clisp.org>
11530
11531         * lib/safe-alloc.h: Use the standard header with GPL copyright.
11532         * lib/safe-alloc.c: Likewise.
11533         Reported by Ian Beckwith <ianb@erislabs.net>.
11534
11535 2009-09-18  Bruno Haible  <bruno@clisp.org>
11536
11537         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
11538         Reported by <erobles@sensacd.com.mx>.
11539
11540 2009-09-17  Eric Blake  <ebb9@byu.net>
11541
11542         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
11543         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
11544         slashes when checking if last component is missing.
11545         * tests/test-canonicalize.c (main): Test this.
11546
11547         canonicalize, canonicalize-lgpl: honor // if distinct from /
11548         * modules/canonicalize (Files): Add double-slash-root.m4.
11549         * modules/canonicalize-lgpl (Files): Likewise.
11550         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
11551         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
11552         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
11553         fallback definition.
11554         (canonicalize_filename_mode): Use it to protect //.
11555         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
11556         (__realpath): Likewise.
11557         * tests/test-canonicalize.c (main): Test this.
11558         * tests/test-canonicalize-lgpl.c (main): Likewise.
11559         * modules/canonicalize-tests (Depends-on): Add same-inode.
11560         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
11561
11562         canonicalize-lgpl: fix glibc bug with trailing slash
11563         * m4/canonicalize-lgpl.m4: Move contents...
11564         * m4/canonicalize.m4: ...here.
11565         (gl_CANONICALIZE_LGPL): Factor realpath check...
11566         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
11567         glibc 2.3.5 bug, fixed 2005-04-27.
11568         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
11569         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
11570         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
11571         * modules/canonicalize-lgpl (Files): Manage file rename.
11572         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
11573         * modules/stdlib (Makefile.am): Substitute witness.
11574         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
11575         is needed.
11576         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
11577         replacement is required.
11578         * lib/canonicalize.c (canonicalize_file_name): Likewise.
11579         * doc/glibc-functions/canonicalize_file_name.texi
11580         (canonicalize_file_name): Document this.
11581         * doc/posix-functions/realpath.texi (realpath): Likewise.
11582
11583         canonicalize-lgpl: reject non-directory with trailing slash
11584         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
11585         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
11586         catches failures in glibc 2.3.5.
11587         * tests/test-canonicalize.c (main): Likewise.
11588
11589         canonicalize-lgpl: use native realpath if it works
11590         * lib/canonicalize-lgpl.c (realpath): Guard with
11591         FUNC_REALPATH_WORKS.
11592         * lib/stdlib.in.h (realpath): Make declaration optional based on
11593         HAVE_REALPATH.
11594         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
11595         native realpath works.
11596         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
11597         * modules/stdlib (Makefile.am): Substitute witness.
11598
11599         canonicalize, canonicalize-lgpl: use <stdlib.h>
11600         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
11601         (Include): Mention <stdlib.h>.
11602         (configure.ac): Mention functions we provide.
11603         * modules/canonicalize (configure.ac): Likewise.
11604         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
11605         realpath if canonicalize_file_name is missing.
11606         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
11607         * modules/stdlib (Makefile.am): Substitute witnesses.
11608         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
11609         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
11610         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
11611         * NEWS: Document this.
11612         * doc/glibc-functions/canonicalize_file_name.texi
11613         (canonicalize_file_name): Likewise.
11614         * doc/posix-functions/realpath.texi (realpath): Likewise.
11615         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
11616
11617         test-canonicalize: consolidate into single C program
11618         * tests/test-canonicalize.sh: Delete; move setup into...
11619         * tests/test-canonicalize.c (main): ...the program, making it
11620         easier to run in debugger.  Add some tests.
11621         * modules/canonicalize-tests (Files): Remove unused file.
11622         (Depends-on): Add progname.
11623         (configure.ac, Makefile.am): Simplify.
11624
11625         test-canonicalize-lgpl: consolidate into single C program
11626         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
11627         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
11628         easier to run in debugger.  Add some tests.
11629         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
11630         (configure.ac, Makefile.am): Simplify.
11631
11632         canonicalize: avoid resolvepath
11633         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
11634         unnecessary checks.
11635         * lib/canonicalize.c (includes): Simplify.
11636         (canonicalize_file_name): Drop resolvepath implementation.
11637         * modules/canonicalize (Depends-on): Drop filenamecat.
11638
11639         canonicalize: don't lose errno
11640         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
11641         over calls to free.
11642
11643         canonicalize: simplify errno handling
11644         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
11645         assignment.
11646
11647         canonicalize, canonicalize-lgpl: update module dependencies
11648         * modules/canonicalize (Depends-on): Add extensions, lstat,
11649         pathmax, stdlib.
11650         (Files): Drop pathmax.h.
11651         (configure.ac): Adjust macro name.
11652         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
11653         lstat, stdlib, sys_stat.
11654         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
11655         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
11656         extensions.
11657         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
11658         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
11659         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
11660         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
11661         declaration, if available.
11662         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
11663         we can rely on the readlink module.
11664         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
11665         (includes): Use <unistd.h> unconditionally.
11666
11667 2009-09-17  Eric Blake  <ebb9@byu.net>
11668
11669         maint: make Include sections of modules consistent
11670         * modules/alloca: Use only header name; no need to list #include.
11671         * modules/alloca-opt: Likewise.
11672         * modules/arpa_inet: Likewise.
11673         * modules/canon-host: Likewise.
11674         * modules/configmake: Likewise.
11675         * modules/dirent: Likewise.
11676         * modules/eealloc: Likewise.
11677         * modules/environ: Likewise.
11678         * modules/fchdir: Likewise.
11679         * modules/fcntl: Likewise.
11680         * modules/fcntl-h: Likewise.
11681         * modules/gethrxtime: Likewise.
11682         * modules/gettime: Likewise.
11683         * modules/ignore-value: Likewise.
11684         * modules/inet_ntop: Likewise.
11685         * modules/inet_pton: Likewise.
11686         * modules/inttypes: Likewise.
11687         * modules/isnand-nolibm: Likewise.
11688         * modules/isnanf-nolibm: Likewise.
11689         * modules/mbchar: Likewise.
11690         * modules/mbfile: Likewise.
11691         * modules/mbiter: Likewise.
11692         * modules/mbuiter: Likewise.
11693         * modules/netdb: Likewise.
11694         * modules/netinet_in: Likewise.
11695         * modules/nproc: Likewise.
11696         * modules/pagealign_alloc: Likewise.
11697         * modules/poll: Likewise.
11698         * modules/printf-frexp: Likewise.
11699         * modules/pthread: Likewise.
11700         * modules/putenv: Likewise.
11701         * modules/random_r: Likewise.
11702         * modules/relocatable-prog: Likewise.
11703         * modules/search: Likewise.
11704         * modules/select: Likewise.
11705         * modules/selinux-h: Likewise.
11706         * modules/settime: Likewise.
11707         * modules/signal: Likewise.
11708         * modules/size_max: Likewise.
11709         * modules/socklen: Likewise.
11710         * modules/ssize_t: Likewise.
11711         * modules/stdarg: Likewise.
11712         * modules/stdbool: Likewise.
11713         * modules/stddef: Likewise.
11714         * modules/stdint: Likewise.
11715         * modules/stdio: Likewise.
11716         * modules/stdlib: Likewise.
11717         * modules/string: Likewise.
11718         * modules/strings: Likewise.
11719         * modules/sys_file: Likewise.
11720         * modules/sys_ioctl: Likewise.
11721         * modules/sys_select: Likewise.
11722         * modules/sys_socket: Likewise.
11723         * modules/sys_stat: Likewise.
11724         * modules/sys_time: Likewise.
11725         * modules/sys_times: Likewise.
11726         * modules/sys_utsname: Likewise.
11727         * modules/sys_wait: Likewise.
11728         * modules/sysexits: Likewise.
11729         * modules/time: Likewise.
11730         * modules/times: Likewise.
11731         * modules/tmpfile: Likewise.
11732         * modules/trim: Likewise.
11733         * modules/unistd: Likewise.
11734         * modules/wchar: Likewise.
11735         * modules/wctype: Likewise.
11736
11737 2009-09-17  Bruno Haible  <bruno@clisp.org>
11738
11739         Make getdate.y compile on QNX and NetBSD 5 / i386.
11740         * m4/getdate.m4 (gl_GETDATE): Conditionally define
11741         TIME_T_FITS_IN_LONG_INT.
11742         * lib/getdate.y (long_time_t): New type.
11743         (relative_time): Change type of 'seconds' field to long_time_t.
11744         (get_date): Update types of local variables. Check against overflow
11745         during conversion from long_time_t to time_t.
11746         Reported by Matt Kraai <kraai@ftbfs.org>
11747         and Hasso Tepper <hasso@netbsd.org>.
11748
11749 2009-09-17  Bruno Haible  <bruno@clisp.org>
11750
11751         * modules/COPYING: Update copyright years.
11752         * modules/README: Likeiwse.
11753         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
11754         Reported by Ian Beckwith <ianb@erislabs.net>.
11755
11756 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
11757
11758         * users.txt: Update references for gnuit package.
11759
11760 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
11761
11762         * m4/getdelim.m4: Fix typo in copyright line.
11763
11764 2009-09-17  Bruno Haible  <bruno@clisp.org>
11765
11766         * lib/atoll.c: Use the standard header with GPL copyright.
11767         * lib/argz.in.h: Likewise.
11768         * lib/glob.c: Likewise.
11769         * lib/glob-libc.h: Likewise.
11770         * lib/random_r.c: Likewise.
11771         * lib/siglist.h: Likewise.
11772         * lib/strsignal.c: Likewise.
11773         Reported by Ian Beckwith <ianb@erislabs.net>.
11774
11775 2009-09-17  Eric Blake  <ebb9@byu.net>
11776
11777         rmdir: ensure correct dependency order
11778         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
11779
11780 2009-09-17  Bruno Haible  <bruno@clisp.org>
11781
11782         Disable assertion that fails on NetBSD 5 / i386.
11783         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
11784         Reported by Sam Steingold <sds@gnu.org>
11785         and Hasso Tepper <hasso@netbsd.org>.
11786
11787 2009-09-16  Eric Blake  <ebb9@byu.net>
11788
11789         unlinkdir: port to mingw
11790         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
11791         on which no one can unlink a directory.
11792
11793         stdlib: sort witness names
11794         * modules/stdlib (Makefile.am): Sort replacements.
11795         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
11796         * lib/stdlib.in.h: Likewise.
11797
11798         parse-duration-tests: avoid link failure
11799         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
11800         LIBINTL.
11801         Reported by Tom G. Christensen.
11802
11803         openat-tests: ensure unlinkat behaves like rmdir
11804         * tests/test-rmdir.c (main): Factor guts...
11805         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
11806         * modules/rmdir-tests (Files): Ship new file.
11807         * modules/openat-tests: New test.
11808         * tests/test-unlinkat.c: Likewise.
11809
11810         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
11811         * modules/rmdir-errno (Status, Notice): Now obsolete.
11812
11813         rmdir: work around cygwin 1.5.x and mingw bugs
11814         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
11815         * lib/rmdir.c (rmdir): Work around it.
11816         * modules/rmdir (Status, Notice): No longer obsolete.
11817         (Files): Add dos.m4.
11818         (Depends-on): Add unistd.
11819         (configure.ac): Set witnesses.
11820         (License): Relax to LGPLv2+.
11821         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
11822         * modules/unistd (Makefile.am): Substitute witnesses.
11823         * lib/unistd.in.h (rmdir): Declare replacement.
11824         * doc/posix-functions/rmdir.texi (rmdir): Document this.
11825         * modules/rmdir-tests: New tests.
11826         * tests/test-rmdir.c: Likewise.
11827
11828 2009-09-15  Eric Blake  <ebb9@byu.net>
11829
11830         fchdir: improve use of replacement functions
11831         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
11832         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
11833         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
11834         REPLACE_CLOSEDIR.
11835         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
11836         * modules/sys_stat (Makefile.am): Substitute correct witness.
11837         * modules/dirent (Makefile.am): Likewise.
11838         * modules/unistd (Makefile.am): Likewise.
11839         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
11840         * lib/unistd.in.h (dup): Likewise.
11841         * lib/sys_stat.in.h (fstat): Likewise.
11842
11843         maint: ignore gnulib-tool temp files
11844         * .gitignore: Ignore files created during gnulib-tool --test.
11845
11846 2009-09-13  Jim Meyering  <meyering@redhat.com>
11847
11848         posixtm: don't reject a time that specify "60" as the number of seconds
11849         * lib/posixtm.c (posixtime): The code to reject invalid dates
11850         would also reject a time specified with the .60 suffix.
11851         But POSIX allows that, in order to accommodate leap seconds.
11852         So don't reject it.
11853         (main): Adjust tests accordingly.
11854         * modules/posixtm (Depends-on): Add stpcpy.
11855
11856 2009-09-11  Jim Meyering  <meyering@redhat.com>
11857
11858         announce-gen: include [$release_type] in emitted Subject:
11859         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
11860         e.g., [stable] in the emitted Subject: line.
11861
11862 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11863
11864         Remove obsolete macros from several modules.
11865         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
11866         obsolete Autoconf macros with their modern counterparts.
11867         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
11868         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
11869         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
11870         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
11871         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
11872         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
11873         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
11874         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
11875         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
11876         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
11877         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
11878         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
11879         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
11880         * m4/sockets.m4 (gl_SOCKETS): Likewise.
11881         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
11882         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
11883         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
11884         * m4/time_r.m4 (gl_TIME_R): Likewise.
11885         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
11886         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
11887         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
11888
11889         Fix copyright header in build-aux scripts.
11890         * build-aux/git-version-gen: Fix copyright header to match GPLv3
11891         recommendation.
11892         * build-aux/ncftpput-ftp: Likewise.
11893         * build-aux/update-copyright: Likewise.
11894
11895 2009-09-09  Eric Blake  <ebb9@byu.net>
11896
11897         test-link: allow Linux choice of errno
11898         * tests/test-link.c (main): Relax test for alternate error.
11899
11900         strndup: fix improper m4 caching
11901         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
11902         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
11903         (gl_PREREQ_STRNDUP): Delete.
11904         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
11905         * modules/string (Makefile.am): Substitute it.
11906         * lib/string.in.h (strndup): Modernize prototype.
11907
11908         getcwd: port to mingw
11909         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
11910         different from the POSIX assumptions made throughout the getcwd
11911         module; fortunately, the mingw getcwd does not need replacement.
11912         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
11913         * modules/getcwd-tests: New test.
11914         * tests/test-getcwd.c: Likewise.
11915
11916         link: fix platform bugs
11917         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
11918         * lib/link.c (link): Work around them.  Fix related mingw bug.
11919         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
11920         * modules/unistd (Makefile.am): Substitute it.
11921         * lib/unistd.in.h (link): Declare replacement.
11922         * doc/posix-functions/link.texi (link): Document this.
11923         * modules/link (Depends-on): Add strdup-posix, sys_stat.
11924
11925         test-link: consolidate into single C program, test more cases
11926         * tests/test-link.sh: Delete.
11927         * tests/test-link.c: Test more error conditions.  Exposes bugs on
11928         at least Cygwin and Solaris.
11929         * modules/link-tests (Files): Remove unused file.
11930         (Depends-on): Add errno, sys_stat.
11931         (Makefile.am): Simplify.
11932
11933 2009-09-08  Bruno Haible  <bruno@clisp.org>
11934
11935         Work around towlower, towupper bug on mingw.
11936         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
11937         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
11938         * doc/posix-functions/towlower.texi: Mention the mingw bug.
11939         * doc/posix-functions/towupper.texi: Likewise.
11940         Reported by Eric Blake.
11941
11942 2009-09-08  Jim Meyering  <meyering@redhat.com>
11943
11944         build: don't try to run autoheader if we don't use it
11945         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
11946         is not used in configure.ac.
11947
11948 2009-09-08  Eric Blake  <ebb9@byu.net>
11949
11950         euidaccess: fix compilation error
11951         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
11952
11953         rawmemchr: relax license
11954         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
11955         okay.
11956         Reported by Jim Meyering.
11957
11958         mkfifoat: new module
11959         * modules/mkfifoat: New file.
11960         * lib/mkfifoat.c: Likewise.
11961         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
11962         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
11963         * modules/sys_stat (Makefile.am): Use them.
11964         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
11965         * MODULES.html.sh (File system functions): Mention module.
11966         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
11967         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
11968         * modules/mkfifoat-tests: New test.
11969         * tests/test-mkfifoat.c: Likewise.
11970
11971         strchrnul: relax license
11972         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
11973         okay.
11974         Reported by Jim Meyering.
11975
11976 2009-09-08  Eric Blake  <ebb9@byu.net>
11977
11978         fstatat: fix compilation on Solaris
11979         * lib/fstatat.c (includes): Add fcntl.h.
11980         Reported by Pádraig Brady.
11981
11982 2009-09-07  Eric Blake  <ebb9@byu.net>
11983
11984         rename: modernize replacement
11985         * modules/rename (Depends-on): Add stdio.
11986         (configure.ac): Declare witness.
11987         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
11988         stdio take care of replacement.
11989         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
11990         * modules/stdio (Makefile.am): Substitute them.
11991         * lib/stdio.in.h (rename): Declare replacement.
11992         * lib/rename.c (includes): Allow cross-compilation to non-windows
11993         machines.
11994         * doc/posix-functions/rename.texi (rename): Improve
11995         documentation.
11996
11997         stdio: sort witness names
11998         * modules/stdio (Makefile.am): Sort replacements.
11999         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
12000         * lib/stdio.in.h: Likewise.
12001
12002         getcwd: minor cleanups
12003         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
12004         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
12005
12006         openat: provide more convenience names
12007         * modules/faccessat (configure.ac): Add C witness.
12008         * lib/unistd.in.h (readlinkat): Fix typo.
12009         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
12010         convenience wrappers.
12011         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
12012         wrappers in syntax checks.
12013
12014 2009-09-06  Eric Blake  <ebb9@byu.net>
12015
12016         doc: fix comments in recent patches
12017         * lib/faccessat.c: Mention correct function.
12018         * lib/fchmodat.c: Likewise.
12019         * lib/fchownat.c: Likewise.
12020         * lib/symlinkat.c: Likewise.
12021         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
12022         constants.
12023
12024         faccessat, symlinkat: continue cleanup of previous patch
12025         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
12026         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
12027         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
12028         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
12029         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
12030         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
12031         set.
12032
12033 2009-09-06  Bruno Haible  <bruno@clisp.org>
12034
12035         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
12036         (fstatat): Declare if GNULIB_FSTATAT is set.
12037         (mkdirat): Declare if GNULIB_MKDIRAT is set.
12038         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
12039         (unlinkat): Declare if GNULIB_UNLINKAT is set.
12040         * modules/fcntl-h (Files): Remove m4/openat.m4.
12041         * modules/sys_stat (Files): Remove m4/openat.m4.
12042         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
12043         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
12044         * modules/unistd (Files): Remove m4/openat.m4.
12045         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
12046         GNULIB_OPENAT.
12047         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
12048         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
12049         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
12050         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
12051         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
12052         gl_OPENAT_DEFAULTS.
12053         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
12054         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
12055         Don't require gl_OPENAT_DEFAULTS.
12056         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
12057         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
12058         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
12059         (gl_OPENAT_DEFAULTS): Remove macro.
12060
12061 2009-09-06  Bruno Haible  <bruno@clisp.org>
12062
12063         * modules/openat (configure.ac): Remove unneeded witness.
12064
12065 2009-09-06  Bruno Haible  <bruno@clisp.org>
12066
12067         Set errno to ENOSYS when a function is entirely unsupported.
12068         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
12069         EOPNOTSUPP.
12070         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
12071         * modules/chown (Depends-on): Remove errno.
12072
12073 2009-09-06  Bruno Haible  <bruno@clisp.org>
12074
12075         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
12076
12077 2009-09-06  Bruno Haible  <bruno@clisp.org>
12078
12079         * lib/sys_stat.in.h: Fix preprocessor command indentation.
12080
12081 2009-09-06  Ben Pfaff  <blp@gnu.org>
12082             Bruno Haible  <bruno@clisp.org>
12083
12084         Work around a glibc bug in strtok_r.
12085         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
12086         Undefine if UNDEFINE_STRTOK_R is set.
12087         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
12088         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
12089         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
12090         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
12091         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
12092         UNDEFINE_STRTOK_R.
12093         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
12094
12095 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
12096
12097         exclude: minor fix
12098         * lib/exclude.c: Include wctype.h
12099
12100 2009-09-06  Akim Demaille  <demaille@gostai.com>
12101
12102         bootstrap: improve error message
12103         * build-aux/bootstrap (find_tool): Upon failure, report the list
12104         of candidates.
12105         Honor the initial value of the envvar.
12106
12107 2009-09-05  Eric Blake  <ebb9@byu.net>
12108
12109         symlinkat: new module
12110         * modules/symlinkat: New file.
12111         * lib/symlinkat.c: Likewise.
12112         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
12113         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
12114         * modules/unistd (Makefile.am): Use them.
12115         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
12116         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
12117         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
12118         * MODULES.html.sh (File system functions): Mention module.
12119         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
12120         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
12121         * modules/symlinkat-tests: New test.
12122         * tests/test-symlinkat.c: Likewise.
12123
12124         test-openat-safer: add more checks
12125         * tests/test-openat-safer.c (main): Check more code paths.
12126
12127 2009-09-05  Jim Meyering  <meyering@redhat.com>
12128
12129         syntax-check: detect unnecessary inclusion of openat.h
12130         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
12131
12132 2009-09-05  Bruno Haible  <bruno@clisp.org>
12133
12134         Support towlower, towupper.
12135         * doc/posix-functions/towlower.texi: Mention module wctype.
12136         * doc/posix-functions/towupper.texi: Likewise.
12137         * lib/wctype.in.h (towlower, towupper): New functions.
12138         * tests/test-wctype.c: Include stdio.h, stdlib.h.
12139         (ASSERT): New macro.
12140         (e): New variable.
12141         (main): Test also towlower, towupper. Test WEOF argument.
12142         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
12143
12144 2009-09-05  Bruno Haible  <bruno@clisp.org>
12145
12146         Fix conversion behaviour when the input is invalid.
12147         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
12148         mark occurring in first pass of indirect conversion.
12149         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
12150         input.
12151         Found by clang's static analyzer.
12152
12153 2009-09-05  Bruno Haible  <bruno@clisp.org>
12154
12155         * tests/test-striconveh.c (main): Test indirect conversion on platforms
12156         where direct conversion is possible.
12157
12158 2009-09-04  Eric Blake  <ebb9@byu.net>
12159
12160         openat: fail with ENOENT on empty name
12161         * lib/openat-proc.c (openat_proc_name): Special-case the empty
12162         buffer.
12163
12164         link-follow: fix logic bug in prior patch
12165         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
12166         reversed sense of yes and no in prior patch.  Avoid confusing
12167         compilation failure with desired semantics.
12168
12169         link-follow: accomodate mingw and cross-compilation
12170         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
12171         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
12172         cross-compilation results to -1, to make linkat easier to
12173         implement when cross-compiling.  Trivially support mingw.
12174         * modules/link-follow (configure.ac): Call new name.
12175         * NEWS: Mention this.
12176
12177 2009-09-03  Eric Blake  <ebb9@byu.net>
12178
12179         faccessat: compile replacement
12180         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
12181         needed.
12182
12183         fts: fix compilation error
12184         * lib/fts.c (includes): Re-add "openat.h", for
12185         openat_needs_fchdir.
12186
12187         faccessat: new module
12188         * modules/faccessat: New file.
12189         * lib/faccessat.c: Likewise.
12190         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
12191         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
12192         * modules/unistd (Makefile.am): Use it.
12193         * lib/unistd.in.h (faccessat): Declare it.
12194         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
12195         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
12196         * MODULES.html.sh (File system functions): Mention it.
12197         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
12198         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
12199
12200         euidaccess: prefer POSIX over non-standard implementation
12201         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
12202         * lib/euidaccess.c (euidaccess): Use it if available.
12203
12204         openat: make template easier to use
12205         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
12206         AT_FUNC_F2 to be undefined.
12207         (VALIDATE_FLAG): New macro; use it to reject bad flags.
12208         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
12209         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
12210         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
12211         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
12212         Likewise.
12213         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
12214         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
12215         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
12216         Likewise.
12217
12218         openat: declare in POSIX headers
12219         * NEWS: Mention this.
12220         * modules/openat (configure.ac): Declare witnesses.
12221         (Depends-on): Add fcntl-h, sys_stat, unistd.
12222         (Include): Mention correct headers.
12223         * modules/fcntl-h (Depends-on): Add link-warning.
12224         (Files): Add openat.m4.
12225         (Makefile.am): Substitute witnesses.
12226         * modules/sys_stat (Files, Makefile.am): Likewise.
12227         * modules/unistd (Files, Makefile.am): Likewise.
12228         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
12229         (gl_OPENAT_DEFAULTS): New macro.
12230         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
12231         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
12232         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
12233         (SYS_STAT_H): Remove unused variable.
12234         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
12235         * lib/fcntl--.h (includes): Remove unneeded header.
12236         * lib/openat-safer.c (includes): Likewise.
12237         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
12238         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
12239         appropriate headers.
12240         (__OPENAT_PREFIX): Delete.
12241         * lib/fcntl.in.h (openat): Provide declaration.
12242         (AT_FDCWD): Fix Solaris bug.
12243         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
12244         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
12245         * lib/fchmodat.c (includes):  Adjust to find declaration.
12246         * lib/fchownat.c (includes): Likewise.
12247         * lib/mkdirat.c (includes): Likewise.
12248         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
12249         still visible.
12250
12251 2009-09-02  Eric Blake  <ebb9@byu.net>
12252
12253         errno: use consistently
12254         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
12255         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
12256         * lib/canonicalize.c (ELOOP): Likewise.
12257         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
12258         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
12259         * lib/lchown.c (EOPNOTSUPP): Likewise.
12260         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
12261         * lib/savewd.c (ESTALE): Likewise.
12262         * lib/settime.c (ENOSYS): Likewise.
12263         * lib/utimens.c (ENOSYS): Likewise.
12264         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
12265         * lib/chdir-safer.c (ELOOP): Likewise.
12266         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
12267         * modules/c-stack (Depends-on): Add errno.
12268         * modules/canonicalize (Depends-on): Likewise.
12269         * modules/chdir-safer (Depends-on): Likewise.
12270         * modules/fdopendir (Depends-on): Likewise.
12271         * modules/inet_ntop (Depends-on): Likewise.
12272         * modules/inet_pton (Depends-on): Likewise.
12273         * modules/lchown (Depends-on): Likewise.
12274         * modules/openat (Depends-on): Likewise.
12275         * modules/savewd (Depends-on): Likewise.
12276         * modules/settime (Depends-on): Likewise.
12277         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
12278
12279         fts: avoid leaking fds
12280         * modules/fts (Depends-on): Add cloexec.
12281         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
12282         flag.
12283
12284         fts: make directory fds more robust
12285         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
12286         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
12287
12288         backupfile, chdir-long, fts, savedir: make safer
12289         * lib/backupfile.c (includes): Use "dirent--.h", since
12290         numbered_backup can write to stderr during readdir.
12291         * lib/savedir.c (includes): Likewise.
12292         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
12293         emulation can write to stderr on failure.
12294         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
12295         * lib/getcwd.c: Document why opendir_safer is unused.
12296         * lib/glob.c: Likewise.
12297         * lib/scandir.c: Likewise.
12298         * lib/openat-proc.c: Likewise, for open_safer.
12299         * modules/backupfile (Depends-on): Add dirent-safer.
12300         * modules/savedir (Depends-on): Likewise.
12301         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
12302         * modules/chdir-long (Depends-on): Add openat-safer.
12303
12304         openat-safer: new module
12305         * modules/openat-safer: New file.
12306         * lib/openat-safer.c: Likewise.
12307         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
12308         * lib/fcntl-safer.h (openat_safer): Declare.
12309         * lib/fcntl--.h (openat): Override.
12310         * MODULES.html.sh (File descriptor based I/O): Mention it.
12311         * lib/openat.h: Add double-inclusion guards.
12312         * lib/openat.c (includes): Only include "fcntl-safer.h", not
12313         "fcntl--.h", so we can implement openat.
12314         * modules/openat-safer-tests: New test.
12315         * tests/test-openat-safer.c: New file.
12316
12317         dirent-safer: new module
12318         * modules/dirent-safer: New file.
12319         * lib/dirent--.h: Likewise.
12320         * lib/dirent-safer.h: Likewise.
12321         * lib/opendir-safer.c: Likewise.
12322         * m4/dirent-safer.m4: Likewise.
12323         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
12324         * modules/dirent-safer-tests: New test.
12325         * tests/test-dirent-safer.c: New file.
12326         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
12327
12328         fdopendir: optimize on mingw
12329         * lib/unistd.in.h (_gl_directory_name): New prototype.
12330         * lib/fchdir.c (_gl_directory_name): Implement it.
12331         (fchdir): Use it to simplify implementation.
12332         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
12333         fchdir, when available, to avoid calling [f]chdir().
12334
12335         fdopendir: split into its own module
12336         * lib/openat.c (fdopendir): Move...
12337         * lib/fdopendir.c: ...into new file.
12338         * modules/fdopendir: New module.
12339         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
12340         * modules/openat (Depends-on): Add fdopendir.
12341         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
12342         fdopendir here.
12343         * modules/savedir (Depends-on): Only need fdopendir, not full
12344         openat.
12345         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
12346         * lib/openat.h (fdopendir): Drop prototype.
12347         * lib/dirent.in.h (fdopendir): Provide prototype.
12348         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
12349         * modules/dirent (Makefile.am): Substitute them.
12350         * MODULES.html.sh (File system functions): Mention it.
12351         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
12352         * modules/fdopendir-tests: New file.
12353         * tests/test-fdopendir.c: Likewise.
12354
12355         fchdir: use more consistent macro convention
12356         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
12357         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
12358         REPLACE_FCHDIR, rather than relying on config.h macros.
12359         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
12360         inside a single make-time REPLACE_FCHDIR block, rather than using
12361         the config.h FCHDIR_REPLACEMENT.
12362         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
12363         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
12364         Manage fstat replacement.
12365         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
12366         REPLACE_FCHDIR.
12367         * modules/sys_stat (Files): Add m4/unistd_h.m4.
12368         (Makefile.am): Substitute REPLACE_FCHDIR.
12369         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
12370         FCHDIR_REPLACEMENT.
12371         * lib/dup-safer.c (dup_safer): Likewise.
12372         * lib/dup2.c (rpl_dup2): Likewise.
12373         * lib/dup3.c (rpl_dup3): Likewise.
12374         * lib/open.c (rpl_open): Likewise.
12375
12376         fchdir: simplify error handling, and support dup3
12377         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
12378         stdbool, malloc-posix, realloc-posix.
12379         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
12380         (ensure_dirs_slot): Return false on allocation failure.
12381         (rpl_dup2): Delete.
12382         (_gl_register_dup): New function.
12383         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
12384         (_gl_register_fd): Close fd on allocation failure.
12385         * lib/fcntl.in.h (_gl_register_fd): Update signature.
12386         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
12387         prototype.
12388         (rpl_dup2_fchdir): Delete prototype.
12389         * lib/open.c (open): Update caller.
12390         * lib/dup2.c (dup2): Track fchdir metadata.
12391         * lib/dup3.c (dup3): Likewise.
12392         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
12393         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
12394
12395 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12396
12397         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
12398         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
12399         don't pass arguments to AC_OUTPUT.
12400
12401 2009-09-02  Bruno Haible  <bruno@clisp.org>
12402
12403         * modules/mkdtemp (License): Relicense under LGPLv2+.
12404         Reported by Paolo Bonzini.
12405
12406 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12407
12408         Replace uses of obsolete autoconf macros in Jim's modules.
12409         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
12410         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
12411         can evoke a warning from autoconf when run with -Wobsolete
12412         enabled.  They were declared obsolete for good reasons (see
12413         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
12414         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
12415         should not continue using the deprecated macros.
12416         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
12417         obsolete Autoconf macros with modern counterparts.
12418         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
12419         * m4/dos.m4 (gl_AC_DOS): Likewise.
12420         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
12421         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
12422         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
12423         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
12424         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
12425         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
12426         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
12427         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
12428         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
12429         Likewise.
12430         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
12431         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
12432         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
12433         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
12434         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
12435         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
12436
12437 2009-09-01  Eric Blake  <ebb9@byu.net>
12438
12439         fchdir: fix off-by-one bug in previous patch
12440         * lib/fchdir.c (rpl_fstat): Use correct bounds.
12441         (_gl_unregister_fd): Delete useless if.
12442
12443 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
12444
12445         maint.mk: sort the list of syntax-check rules
12446         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
12447         easier to get a sense of progress when the rules are run sequentially
12448         and take a long time.
12449
12450 2009-09-01  Simon Josefsson  <simon@josefsson.org>
12451
12452         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
12453         * modules/netinet_in: Likewise.
12454         * modules/sys_file: Likewise.
12455         * modules/sys_ioctl: Likewise.
12456         * modules/sys_select: Likewise.
12457         * modules/sys_socket: Likewise.
12458         * modules/sys_stat: Likewise.
12459         * modules/sys_time: Likewise.
12460         * modules/sys_times: Likewise.
12461         * modules/sys_utsname: Likewise.
12462         * modules/sys_wait: Likewise.
12463
12464 2009-09-01  Jim Meyering  <meyering@redhat.com>
12465
12466         fts: help ensure that return values are not ignored
12467         * lib/fts_.h (__GNUC_PREREQ): Define.
12468         (__attribute_warn_unused_result__): Define.
12469         (fts_children, fts_close, fts_open, fts_read): Declare with
12470         __attribute_warn_unused_result__.
12471
12472         fts: fts_close now fails also when closing a dir file descriptor fails
12473         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
12474         and propagate to caller, along with errno.
12475
12476         announce-gen: correct formatting in --help output
12477         * build-aux/announce-gen (usage): Move the one-line description in
12478         --help output "up", to where it belongs, just after Usage:.
12479
12480 2009-08-31  Eric Blake  <ebb9@byu.net>
12481
12482         fchdir: port to mingw
12483         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
12484         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
12485         opened, then use a substitute.
12486         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
12487         replacement.
12488         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
12489         (_gl_register_fd): No need to check stat if open already filters
12490         all directories.
12491         (fchdir): Fix error condition to match POSIX.
12492         * modules/fchdir (Depends-on): Add sys_stat.
12493         * doc/posix-functions/open.texi (open): Document the limitation.
12494         * modules/fchdir-tests: New file.
12495         * tests/test-fchdir.c: Likewise.
12496
12497         canonicalize: allow cross-testing from cygwin to mingw
12498         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
12499         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
12500         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
12501         Likewise.
12502         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
12503         target does not support symlinks.
12504         * tests/test-canonicalize-lgpl.sh: Likewise.
12505
12506         chown: avoid compilation warning on mingw
12507         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
12508         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
12509         mingw.
12510         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
12511         * modules/chown (Depends-on): Add errno.
12512
12513 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
12514
12515         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
12516         command.
12517
12518 2009-08-31  Jim Meyering  <meyering@redhat.com>
12519
12520         canonicalize: remove useless initialization
12521         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
12522         initialization of local, "end".
12523
12524 2009-08-30  Bruno Haible  <bruno@clisp.org>
12525
12526         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
12527         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
12528         ENOSYS.
12529
12530 2009-08-30  Bruno Haible  <bruno@clisp.org>
12531
12532         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
12533         /usr/xpg4/bin/tr when it exists.
12534         * tests/test-pipe-filter-gi1.sh: Likewise.
12535
12536 2009-08-30  Bruno Haible  <bruno@clisp.org>
12537
12538         Work around deficient /usr/bin/id program on Solaris.
12539         * tests/test-file-has-acl.sh (ID): New variable.
12540         * tests/test-set-mode-acl.sh (ID): Likewise.
12541         * tests/test-copy-acl.sh (ID): Likewise.
12542         * tests/test-copy-file.sh (ID): Likewise.
12543
12544 2009-08-30  Bruno Haible  <bruno@clisp.org>
12545
12546         New module 'xstriconveh'.
12547         * lib/xstriconveh.h: New file.
12548         * lib/xstriconveh.c: New file.
12549         * modules/xstriconveh: New file.
12550
12551 2009-08-30  Bruno Haible  <bruno@clisp.org>
12552
12553         Make it easier to use mem_cd_iconveh.
12554         * lib/striconveh.h (iconveh_t): New type.
12555         (iconveh_open, iconveh_close): New declarations.
12556         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
12557         with a single 'const iconveh_t *' argument.
12558         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
12559         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
12560         with a single 'const iconveh_t *' argument.
12561         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
12562         * tests/test-striconveh.c (main): Update.
12563         * NEWS: Mention the change.
12564
12565 2009-08-30  Bruno Haible  <bruno@clisp.org>
12566
12567         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
12568         problem.
12569
12570 2009-08-30  Bruno Haible  <bruno@clisp.org>
12571
12572         Work around iconv_open problem on Solaris.
12573         * lib/iconv_open-solaris.gperf: New file.
12574         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
12575         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
12576         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
12577         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
12578         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
12579         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
12580
12581 2009-08-29  Jim Meyering  <meyering@redhat.com>
12582
12583         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
12584         * top/maint.mk (cvs-check): Remove target; it was just an alias
12585         to the better-named vc-diff-check.
12586         (maintainer-distcheck): Remove rule.  It was used only from
12587         the (alpha/beta/major) target, and all of its commands but one
12588         were coreutils-specific.
12589         (vc-dist): Remove rule.
12590         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
12591         Run vc-diff-check, not vc-dist.
12592         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
12593
12594 2009-08-27  Bruno Haible  <bruno@clisp.org>
12595
12596         * tests/test-bitrotate.c (main): Remove test that uses a shift count
12597         of 0.
12598
12599 2009-08-27  Bruno Haible  <bruno@clisp.org>
12600
12601         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
12602         compilers.
12603         * doc/func.texi: Document the SunPRO C bug.
12604
12605 2009-08-27  Bruno Haible  <bruno@clisp.org>
12606
12607         Fix link error on Solaris.
12608         * tests/test-parse-duration.c (xstrdup): Remove function.
12609
12610 2009-08-26  Pádraig Brady  <P@draigbrady.com>
12611
12612         ignore-value: handle pointer types, too
12613         * lib/ignore-value.h (__attribute__): Remove definition.
12614         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
12615         of a more concise and more-often effective "(void) i" statement.
12616         (ignore_ptr): New function to suppress warnings from functions that
12617         return pointers, and to make it explicit that one function doesn't
12618         handle all cases.
12619
12620 2009-08-25  Bruno Haible  <bruno@clisp.org>
12621
12622         dup2: work around a Linux bug.
12623         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
12624         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
12625         * doc/posix-functions/dup2.texi: Mention the Linux bug.
12626         Reported by Simon Josefsson.
12627
12628 2009-08-25  Jim Meyering  <meyering@redhat.com>
12629
12630         libguestfs uses gnulib
12631         * users.txt: Add libguestfs.
12632
12633 2009-08-24  Eric Blake  <ebb9@byu.net>
12634
12635         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
12636         * lib/pipe2.c (includes): Add binary-io.h.
12637         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
12638
12639 2009-08-24  Bruno Haible  <bruno@clisp.org>
12640
12641         Tolerate declared but missing accept4 syscall.
12642         * lib/accept4.c (accept4): Invoke original accept4 function first, if
12643         available.
12644         * lib/sys_socket.in.h (accept4): If the function is already present,
12645         override it.
12646         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
12647         * modules/accept4 (Makefile.am): Compile accept4.c always.
12648         Reported by Paolo Bonzini and Eric Blake.
12649
12650 2009-08-23  Bruno Haible  <bruno@clisp.org>
12651
12652         New module 'accept4'.
12653         * lib/sys_socket.in.h (accept4): New declaration.
12654         * lib/accept4.c: New file.
12655         * m4/accept4.m4: New file.
12656         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
12657         GNULIB_ACCEPT4, HAVE_ACCEPT4.
12658         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
12659         HAVE_ACCEPT4.
12660         * modules/accept4: New file.
12661         * doc/glibc-functions/accept4.texi: Mention the new module.
12662
12663 2009-08-24  Jim Meyering  <meyering@redhat.com>
12664
12665         progname: also set global program_invocation_name, when possible
12666         Before this change, a libtool-enabled program that calls glibc's
12667         error function would report the program name as
12668         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
12669         * modules/progname (configure.ac): Check for a declaration of
12670         program_invocation_name.
12671         * lib/progname.c:  Include <errno.h>.
12672         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
12673         Set program_invocation_name.
12674
12675 2009-08-23  Bruno Haible  <bruno@clisp.org>
12676
12677         * lib/dup3.c: Include <string.h>.
12678
12679 2009-08-23  Bruno Haible  <bruno@clisp.org>
12680
12681         * lib/dup3.c (dup3): Test only once whether the system actually exists.
12682         * lib/pipe2.c (pipe2): Likewise.
12683         Suggested by Eric Blake.
12684
12685 2009-08-23  Bruno Haible  <bruno@clisp.org>
12686
12687         Tolerate declared but missing dup3 syscall.
12688         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
12689         * lib/unistd.in.h (dup3): If the function is already present,
12690         override it.
12691         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
12692         * modules/dup3 (Makefile.am): Compile dup3.c always.
12693         Reported by Paolo Bonzini.
12694
12695 2009-08-23  Bruno Haible  <bruno@clisp.org>
12696
12697         Tolerate declared but missing pipe2 syscall.
12698         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
12699         available.
12700         * lib/unistd.in.h (pipe2): If the function is already present,
12701         override it.
12702         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
12703         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
12704         Reported by Paolo Bonzini.
12705
12706 2009-08-23  Bruno Haible  <bruno@clisp.org>
12707
12708         * lib/pipe2.c (pipe2): Move #ifs inside function.
12709
12710 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
12711
12712         quotearg: document limitations of quote_these_too
12713         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
12714         those limitations are created.
12715         * lib/quotearg.h (set_char_quoting): Document that digits and
12716         letters that are special after backslash are not permitted.
12717         (quotearg_char): Cross-reference set_char_quoting documentation.
12718
12719 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
12720
12721         quotearg: implement custom_quoting_style
12722         * lib/quotearg.c: (struct quoting_options): Add left_quote and
12723         right_quote fields.
12724         (set_custom_quoting): New public function.
12725         (quotearg_buffer_restyled): Add left_quote and right_quote
12726         arguments, handle them very much like locale quoting, and update
12727         all uses.
12728         (quotearg_n_custom): New public function.
12729         (quotearg_n_custom_mem): New public function.
12730         (quotearg_custom): New public function.
12731         (quotearg_custom_mem): New public function.
12732         * lib/quotearg.h: Prototype and document new public functions.
12733         (enum quoting_style): For escape_quoting_style and
12734         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
12735         ignored even though they're otherwise like c_quoting_style.
12736         Add custom_quoting_style member and document with comparison to
12737         clocale_quoting_style.
12738         * tests/test-quotearg.c (custom_quotes): New array.
12739         (custom_results): New array.
12740         (main): Extend to test custom quoting.
12741
12742 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
12743
12744         quotearg: fix right quote escaping when it's in quote_these_too
12745         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
12746         quote, be sure to prepend only one backslash.
12747         * tests/test-quotearg.c (use_quote_double_quotes): New function.
12748         (main): Test it.
12749
12750 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
12751
12752         quotearg-tests: test escaping of embedded locale quotes
12753         * tests/test-quotearg.c (struct result_strings): Add member for
12754         new input.
12755         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
12756         (inputs): Add new input.
12757         (results_g): Add expected results.
12758         (flag_results): Likewise.
12759         (locale_results): Likewise.
12760         (compare_strings): Check those.
12761
12762 2009-08-23  Bruno Haible  <bruno@clisp.org>
12763
12764         Tests for module 'dup3'.
12765         * modules/dup3-tests: New file.
12766         * tests/test-dup3.c: New file.
12767
12768         New module 'dup3'.
12769         * lib/unistd.in.h (dup3): New declaration.
12770         * lib/dup3.c: New file.
12771         * m4/dup3.m4: New file.
12772         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
12773         HAVE_DUP3.
12774         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
12775         * modules/dup3: New file.
12776         * doc/glibc-functions/dup3.texi: Mention the new module.
12777
12778 2009-08-23  Bruno Haible  <bruno@clisp.org>
12779
12780         Tweak the dup2 test.
12781         * tests/test-dup2.c (main): Create the test file empty. Verify that an
12782         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
12783         the test file is still empty. Fix argument order of lseek.
12784
12785 2009-08-23  Bruno Haible  <bruno@clisp.org>
12786
12787         Avoid test link errors when the modules getopt-gnu, gettext are used.
12788         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
12789         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12790
12791 2009-08-23  Bruno Haible  <bruno@clisp.org>
12792
12793         Fix getdtablesize() on mingw.
12794         * lib/getdtablesize.c (getdtablesize): Implement differently.
12795         * lib/unistd.in.h (getdtablesize): Improve comment.
12796
12797 2009-08-23  Bruno Haible  <bruno@clisp.org>
12798
12799         New module 'mkostemp'.
12800         Based on Ulrich Drepper's 2007-08-10 change in glibc.
12801         * lib/stdlib.in.h (mksotemp): New declaration.
12802         * lib/mkostemp.c: New file, from glibc with modifications.
12803         * lib/tempname.h (GT_FILE): Remove outdated comment.
12804         (gen_tempname): Add flags argument.
12805         * lib/tempname.c (__GT_BIGFILE): Remove macro.
12806         (__GT_FILE): Map to 1.
12807         (small_open, large_open): Remove macros.
12808         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
12809         * lib/mkstemp.c (mkstemp): Update.
12810         * lib/mkdtemp.c (mkdtemp): Likewise.
12811         * m4/mkostemp.m4: New file.
12812         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
12813         HAVE_MKOSTEMP.
12814         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
12815         HAVE_MKOSTEMP.
12816         * modules/mkostemp: New file, based on modules/mkstemp.
12817         * doc/glibc-functions/mkostemp.texi: Mention the new module.
12818         * NEWS: Mention the change.
12819
12820 2009-08-23  Bruno Haible  <bruno@clisp.org>
12821
12822         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
12823         Reported by Eric Blake.
12824
12825 2009-08-23  Bruno Haible  <bruno@clisp.org>
12826
12827         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
12828         Reported by Eric Blake.
12829
12830 2009-08-23  Bruno Haible  <bruno@clisp.org>
12831
12832         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
12833         * modules/pipe2 (Depends-on): Likewise.
12834
12835 2009-08-23  Eric Blake  <ebb9@byu.net>
12836
12837         fcntl-h: add O_TTY_INIT support
12838         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
12839         * tests/test-fcntl-h.c (o): Test it.
12840         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
12841
12842         fcntl-h: rename from fcntl, in preparation for fcntl(2)
12843         * modules/fcntl: Move <fcntl.h> header replacement...
12844         * modules/fcntl-h: ...to new name, so as not to collide with
12845         like-named function.
12846         * tests/test-fcntl.c: Rename...
12847         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
12848         * modules/fcntl-tests: Rename...
12849         * modules/fcntl-h-tests: ...to this.  Update test file name.
12850         * modules/chdir-long (Depends-on): Update clients.
12851         * modules/chdir-safer (Depends-on): Likewise.
12852         * modules/fcntl-safer (Depends-on): Likewise.
12853         * modules/fts (Depends-on): Likewise.
12854         * modules/mkancesdirs (Depends-on): Likewise.
12855         * modules/mkdir-p (Depends-on): Likewise.
12856         * modules/open (Depends-on): Likewise.
12857         * modules/savewd (Depends-on): Likewise.
12858         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
12859         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
12860
12861 2009-08-22  Bruno Haible  <bruno@clisp.org>
12862
12863         * modules/binary-io (License): Relicense under LGPL.
12864         * modules/pipe2 (License): Likewise.
12865
12866 2009-08-22  Bruno Haible  <bruno@clisp.org>
12867
12868         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
12869         return value.
12870         * lib/pipe-filter-gi.c (filter_init): Likewise.
12871         Reported by Eric Blake.
12872
12873 2009-08-22  Bruno Haible  <bruno@clisp.org>
12874
12875         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
12876         * modules/pipe (Depends-on): Add pipe2.
12877
12878 2009-08-22  Bruno Haible  <bruno@clisp.org>
12879
12880         Tests for module 'pipe2'.
12881         * modules/pipe2-tests: New file.
12882         * tests/test-pipe2.c: New file.
12883
12884         New module 'pipe2'.
12885         * lib/unistd.in.h (pipe2): New declaration.
12886         * lib/pipe2.c: New file.
12887         * m4/pipe2.m4: New file.
12888         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
12889         HAVE_PIPE2.
12890         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
12891         * modules/pipe2: New file.
12892         * doc/glibc-functions/pipe2.texi: Mention the new module.
12893
12894 2009-08-22  Bruno Haible  <bruno@clisp.org>
12895
12896         Reference some new glibc functions.
12897         * doc/glibc-functions/accept4.texi: New file.
12898         * doc/glibc-functions/dup3.texi: New file.
12899         * doc/glibc-functions/mkostemp.texi: New file.
12900         * doc/glibc-functions/pipe2.texi: New file.
12901         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
12902         (Glibc sys/socket.h): Refer to accept4.
12903         (Glibc unistd.h): Refer to dup3, pipe2.
12904         Reported by Eric Blake.
12905
12906 2009-08-22  Jim Meyering  <meyering@redhat.com>
12907             Bruno Haible  <bruno@clisp.org>
12908
12909         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
12910         This makes it so packages using automake-1.11's silent-rules option
12911         can print e.g., a single "GEN    configmake.h" line, rather than
12912         the 30+ statements that perform the job.  If you want to see the
12913         actual commands, you can still run "make V=1".
12914         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
12915         so that make output is abbreviated when those variables are defined
12916         appropriately.
12917         * modules/argz: Likewise.
12918         * modules/arpa_inet: Likewise.
12919         * modules/byteswap: Likewise.
12920         * modules/configmake: Likewise.
12921         * modules/dirent: Likewise.
12922         * modules/errno: Likewise.
12923         * modules/fcntl: Likewise.
12924         * modules/float: Likewise.
12925         * modules/fnmatch: Likewise.
12926         * modules/getopt-posix: Likewise.
12927         * modules/glob: Likewise.
12928         * modules/iconv_open: Likewise.
12929         * modules/inttypes: Likewise.
12930         * modules/localcharset: Likewise.
12931         * modules/locale: Likewise.
12932         * modules/math: Likewise.
12933         * modules/netdb: Likewise.
12934         * modules/netinet_in: Likewise.
12935         * modules/poll: Likewise.
12936         * modules/posix_spawnp-tests: Likewise.
12937         * modules/sched: Likewise.
12938         * modules/search: Likewise.
12939         * modules/selinux-h: Likewise.
12940         * modules/signal: Likewise.
12941         * modules/spawn: Likewise.
12942         * modules/stdarg: Likewise.
12943         * modules/stdbool: Likewise.
12944         * modules/stddef: Likewise.
12945         * modules/stdint: Likewise.
12946         * modules/stdio: Likewise.
12947         * modules/stdlib: Likewise.
12948         * modules/string: Likewise.
12949         * modules/strings: Likewise.
12950         * modules/sys_file: Likewise.
12951         * modules/sys_ioctl: Likewise.
12952         * modules/sys_select: Likewise.
12953         * modules/sys_socket: Likewise.
12954         * modules/sys_stat: Likewise.
12955         * modules/sys_time: Likewise.
12956         * modules/sys_times: Likewise.
12957         * modules/sys_utsname: Likewise.
12958         * modules/sys_wait: Likewise.
12959         * modules/sysexits: Likewise.
12960         * modules/time: Likewise.
12961         * modules/unistd: Likewise.
12962         * modules/wchar: Likewise.
12963         * modules/wctype: Likewise.
12964
12965 2009-08-22  Jim Meyering  <meyering@redhat.com>
12966
12967         announce-gen: detect write failure
12968         * build-aux/announce-gen: Add Coda at end.
12969         Remove equivalent-but-more-verbose block at top.
12970
12971 2009-08-19  Akim Demaille  <demaille@gostai.com>
12972
12973         bootstrap: --help to stdout.
12974         * bootstrap (usage): Don't send --help to stderr.
12975         Use a here doc instead of a long string.
12976
12977 2009-08-21  Eric Blake  <ebb9@byu.net>
12978
12979         test-popen-safer: split from test-popen
12980         * tests/test-popen.c (main): Move...
12981         * tests/test-popen.h: ...into new file.
12982         * tests/test-popen-safer2.c: New file.
12983         * modules/popen-tests (Files): Add test-popen.h.
12984         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
12985         Suggested by Bruno Haible.
12986
12987         test-fcntl-safer: split from test-open
12988         * tests/test-open.c (main): Move...
12989         * tests/test-open.h: ...into new file.
12990         * tests/test-fcntl-safer.c: New file.
12991         * modules/open-tests (Files): Add test-open.h.
12992         * modules/fcntl-safer-tests: New file.
12993         Suggested by Bruno Haible.
12994
12995         test-fopen-safer: split from test-fopen
12996         * tests/test-fopen.c (main): Move...
12997         * tests/test-fopen.h: ...into new file.
12998         * tests/test-fopen-safer.c: New file.
12999         * modules/fopen-tests (Files): Add test-fopen.h.
13000         * modules/fopen-safer-tests: New file.
13001         Suggested by Bruno Haible.
13002
13003 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
13004
13005         popen-safer: test O_CLOEXEC at run-time.
13006         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
13007
13008 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
13009
13010         fcntl: move more flags to the header
13011         * lib/cloexec.c: Do not define FD_CLOEXEC here.
13012         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
13013         * lib/fcntl.in.h: Do both things here.
13014
13015 2009-08-21  Jim Meyering  <meyering@redhat.com>
13016
13017         consistently remove $@-t before redirecting to it
13018         * modules/argz: Remove $@-t and $@ before redirecting to the former.
13019         * modules/alloca-opt: Likewise.
13020         * modules/byteswap: Likewise.
13021         * modules/fnmatch: Likewise.
13022         * modules/getopt-posix: Likewise.
13023         * modules/glob: Likewise.
13024         * modules/poll: Likewise.
13025         * modules/posix_spawnp-tests: Likewise.
13026         * modules/sys_socket: Likewise.
13027         * modules/sysexits: Likewise.
13028
13029 2009-08-21  Eric Blake  <ebb9@byu.net>
13030
13031         popen: simplify access to original popen
13032         * lib/popen.c (rpl_popen): No need to worry about popen being a
13033         macro.
13034         Reported by Bruno Haible.
13035
13036 2009-08-20  Eric Blake  <ebb9@byu.net>
13037
13038         build: avoid some compiler warnings
13039         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
13040         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
13041         type.
13042         (new_exclude_segment, excluded_file_pattern_p)
13043         (excluded_file_name_p): Reduce scope.
13044         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
13045         old-style declaration.
13046
13047 2009-08-20  Simon Josefsson  <simon@josefsson.org>
13048
13049         * tests/test-exclude1.sh: Handle Windows EOL.
13050         * tests/test-exclude2.sh: Likewise.
13051         * tests/test-exclude3.sh: Likewise.
13052         * tests/test-exclude4.sh: Likewise.
13053         * tests/test-exclude5.sh: Likewise.
13054         * tests/test-exclude6.sh: Likewise.
13055         * tests/test-exclude7.sh: Likewise.
13056
13057 2009-08-19  Akim Demaille  <demaille@gostai.com>
13058
13059         bootstrap: find sha1sum when named gsha1sum.
13060         * bootstrap (find_tool): New.
13061         ($SHA1SUM): New.
13062         Use it.
13063
13064 2009-08-20  Jim Meyering  <meyering@redhat.com>
13065
13066         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
13067         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
13068         expression that converts "." in a file name to "\." in the resulting
13069         regexp.  Start with a dummy statement, so that prior shell variable
13070         definitions are expanded portably.  Reported by Simon Josefsson.
13071
13072 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
13073
13074         Fix polling for writeability of a screen buffer.
13075         * lib/poll.c: Distinguish input and screen buffers for the
13076         Win32 implementation.
13077         * lib/select.c: Likewise.
13078
13079 2009-08-19  Eric Blake  <ebb9@byu.net>
13080
13081         popen-safer: prevent popen from clobbering std descriptors
13082         * modules/popen-safer: New file.
13083         * lib/popen-safer.c: Likewise.
13084         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
13085         * lib/stdio--.h (popen): Provide override.
13086         * lib/stdio-safer.h (popen_safer): Provide declaration.
13087         * tests/test-popen.c (includes): Partially test this.
13088         * modules/popen-safer-tests: New file, for more tests.
13089         * tests/test-popen-safer.c: Likewise.
13090         * MODULES.html.sh (file stream based Input/Output): Mention it.
13091
13092         tests: test some of the *-safer modules
13093         * modules/fopen-safer (Depends-on): Add fopen.
13094         * modules/fcntl-safer (Depends-on): Add fcntl.
13095         * modules/stdlib-safer (Depends-on): Add stdlib.
13096         (configure.ac): Set indicator.
13097         * modules/unistd-safer (configure.ac): Likewise.
13098         * modules/tmpfile-safer (configure.ac): Likewise.
13099         (Depends-on): Add tmpfile.
13100         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
13101         active.
13102         * tests/test-fopen.c (includes): Test safer versions when they are
13103         in use.
13104         * tests/test-open.c (includes): Likewise.
13105
13106         popen: fix cygwin 1.5 bug when stdin closed
13107         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
13108         * modules/popen: New file.
13109         * modules/popen-tests: Likewise.
13110         * tests/test-popen.c: Likewise.
13111         * m4/popen.m4: Likewise.
13112         * lib/popen.c: Likewise.
13113         * lib/stdio.in.h (popen): New declaration.
13114         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
13115         * modules/stdio (Makefile.am): Likewise.
13116         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
13117
13118 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
13119
13120         maint.mk: give full control over update-copyright exclusions
13121         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
13122         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
13123         (update-copyright): Don't force inclusion of top-level
13124         ChangeLog.  Don't force exclusion of all COPYING files, but make
13125         them the default exclusion instead.
13126
13127 2009-08-16  Bruno Haible  <bruno@clisp.org>
13128
13129         Fix test failures on Solaris 10.
13130         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
13131         tests when Solaris iconv() is used.
13132         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
13133         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
13134         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
13135         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
13136         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
13137
13138 2009-08-16  Bruno Haible  <bruno@clisp.org>
13139
13140         Fix test failures on Solaris 10.
13141         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
13142         'tr' program and pass it as first argument.
13143         * tests/test-pipe-filter-gi1.sh: Likewise.
13144         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
13145         program as first argument.
13146         * tests/test-pipe-filter-gi1.c (main): Likewise.
13147
13148 2009-08-16  Eric Blake  <ebb9@byu.net>
13149
13150         fpurge: fix previous commits
13151         * modules/fpurge (Makefile.am): Make replacement conditional,
13152         partially reverting 2007-04-29 change; missed in previous
13153         attempt.
13154         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
13155         is missing.
13156
13157 2009-08-16  Bruno Haible  <bruno@clisp.org>
13158
13159         Clarify fpurge's effect on the file position.
13160         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
13161         * tests/test-fpurge.c (main): Make a second pass for checking the file
13162         position.
13163
13164 2009-08-16  Bruno Haible  <bruno@clisp.org>
13165
13166         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
13167         declaration of fpurge is missing.
13168         * tests/test-fpurge.c (main): Check that the file has not more contents
13169         than expected. Close the file before removing it.
13170
13171 2009-08-15  Eric Blake  <ebb9@byu.net>
13172
13173         fpurge: don't wrap working cygwin implementation
13174         * lib/fpurge.c (fpurge): Fix comment typo.
13175         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
13176         1.7 to avoid replacement.
13177         * tests/test-fpurge.c (main): Enhance test.
13178
13179 2009-08-15  Eric Blake  <ebb9@byu.net>
13180         and Jim Meyering  <meyering@redhat.com>
13181
13182         test-update-copyright: skip if perl is insufficient
13183         * tests/test-update-copyright.sh: Failure to run maintainer tool
13184         should not cause testsuite failure on cygwin 1.5.
13185
13186 2009-08-14  Eric Blake  <ebb9@byu.net>
13187
13188         doc: mention more functions added in cygwin 1.7.0
13189         * doc/posix-headers/limits.texi (limits.h): Update for recent
13190         cygwin additions.
13191         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
13192         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
13193         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
13194         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
13195         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
13196
13197 2009-08-14  Eric Blake  <ebb9@byu.net>
13198
13199         maint.mk: simplify update-copyright rule
13200         * top/maint.mk (update-copyright-local): Delete, and document how
13201         to do it in cfg.mk instead.
13202         (update-copyright-exclude-regexp): Delete, and document how to do
13203         it in .x-update-copyright instead.
13204         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
13205         exclude ChangeLog.
13206
13207 2009-08-14  Bruno Haible  <bruno@clisp.org>
13208
13209         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
13210
13211 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
13212
13213         maint.mk: support update-copyright-env
13214         * top/maint.mk (update-copyright-env): Define place-holder.
13215         (update-copyright): Expand $(update-copyright-env) before
13216         invoking update-copyright.
13217
13218 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
13219
13220         update-copyright: implement forced reformatting
13221         * build-aux/update-copyright: Implement and document
13222         UPDATE_COPYRIGHT_FORCE.
13223         * tests/test-update-copyright.sh: Test it.
13224
13225 2009-08-14  Eric Blake  <ebb9@byu.net>
13226         and Bruno Haible  <bruno@clisp.org>
13227
13228         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
13229         * tests/test-locale.c: Revert previous patch related to NULL.
13230         * tests/test-stdio.c: Likewise.
13231         * tests/test-stdlib.c: Likewise.
13232         * tests/test-string.c: Likewise.
13233         * tests/test-unistd.c: Likewise.
13234         * modules/time-tests (Depends-on): Add verify.
13235         * modules/wchar-tests (Depends-on): Likewise.
13236         * tests/test-time.c: Test for NULL compliance.
13237         * tests/test-wchar.c: Likewise.
13238         * modules/locale (Depends-on): Add stddef.
13239         * modules/stdio (Depends-on): Likewise.
13240         * modules/stdlib (Depends-on): Likewise.
13241         * modules/string (Depends-on): Likewise.
13242         * modules/time (Depends-on): Likewise.
13243         * modules/unistd (Depends-on): Likewise.
13244         * modules/wchar (Depends-on): Likewise.
13245         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
13246         * lib/stdlib.in.h (includes): Likewise.
13247         * lib/string.in.h (includes): Likewise.
13248         * lib/time.in.h (includes): Likewise.
13249         * lib/unistd.in.h (includes): Likewise.
13250         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
13251         replaced.
13252         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
13253         * m4/stddef_h.m4: New file.
13254         * modules/stddef: Likewise.
13255         * lib/stddef.in.h: Likewise.
13256         * modules/stddef-tests: Likewise.
13257         * tests/test-stddef.c: Likewise.
13258         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
13259         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
13260         * doc/posix-headers/locale.texi (locale.h): Likewise.
13261         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
13262         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
13263         * doc/posix-headers/string.texi (string.h): Likewise.
13264         * doc/posix-headers/time.texi (time.h): Likewise.
13265         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
13266         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
13267
13268 2009-08-14  Eric Blake  <ebb9@byu.net>
13269
13270         doc: improve git diff of texinfo files
13271         * .gitattributes: Add rule for *.texi files, with hint on how to
13272         use it.
13273         Copied from m4, and based on a report by Bruno Haible.
13274
13275 2009-08-14  Bruno Haible  <bruno@clisp.org>
13276
13277         Disable multithread support by default on Cygwin 1.5.x for real.
13278         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
13279
13280 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
13281
13282         update-copyright: much ado about intervals
13283         * build-aux/update-copyright: Implement and document
13284         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
13285         of copyright year intervals.
13286         Also, document UPDATE_COPYRIGHT_YEAR.
13287         * tests/test-update-copyright.sh: Test it.
13288
13289         update-copyright: convert 2-digit to 4-digit years
13290         * build-aux/update-copyright: Implement and document.
13291         * tests/test-update-copyright.sh: Update.
13292
13293 2009-08-14  Jim Meyering  <meyering@redhat.com>
13294
13295         test-exclude: avoid coreutils "make check" failure
13296         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
13297         just as in test-argmatch.c.
13298
13299 2009-08-13  Eric Blake  <ebb9@byu.net>
13300
13301         test-dup2: fix bad assumption
13302         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
13303         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
13304
13305         test-version-etc: fix CRLF portability issue
13306         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
13307         recognize \r.
13308         * tests/test-argp-version-etc-1.sh: Likewise.
13309
13310         getopt: update client modules
13311         * modules/argp (Depends-on): Use getopt-gnu.
13312         * modules/git-merge-changelog (Depends-on): Likewise.
13313         * modules/long-options (Depends-on): Likewise.
13314         * modules/xstrtol (Depends-on): Likewise.
13315
13316 2009-08-13  Simon Josefsson  <simon@josefsson.org>
13317
13318         * tests/test-version-etc.sh: Don't fail on different
13319         project/version.  Don't fail on CRLF differences.  Rewrite to use
13320         multiple -e instead of multiple sed forks, suggested by Eric Blake
13321         <ebb9@byu.net>.
13322         * tests/test-argp-version-etc-1.sh: Likewise.
13323
13324 2009-08-13  Simon Josefsson  <simon@josefsson.org>
13325
13326         * tests/test-version-etc.sh: Don't fail on different
13327         project/version.
13328
13329 2009-08-12  Bruno Haible  <bruno@clisp.org>
13330
13331         Tests for modules 'getopt-posix', 'getopt-gnu'.
13332         * modules/getopt-posix-tests: New file.
13333         * tests/test-getopt.c: New file.
13334         * tests/test-getopt.h: New file.
13335         * tests/test-getopt_long.h: New file.
13336
13337         New modules 'getopt-posix', 'getopt-gnu'.
13338         * modules/getopt-gnu: New file, renamed from modules/getopt.
13339         * modules/getopt-posix: New file.
13340         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
13341         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
13342         (gl_GETOPT): Remove macro.
13343         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
13344         Disable the test against BSD systems that declare optreset. Test
13345         against mingw bug. Test against lack of support of optional arguments
13346         on many platforms.
13347         * doc/glibc-headers/getopt.texi: Update module name and list of
13348         relevant platforms.
13349         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
13350         'getopt-gnu' and more portability problems.
13351         * NEWS: Mention the changes.
13352
13353 2009-08-12  Bruno Haible  <bruno@clisp.org>
13354
13355         Ensure that optarg etc. get declared by <unistd.h>.
13356         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
13357         AC_USE_SYSTEM_EXTENSIONS.
13358         * modules/getopt (Depends-on): Add 'extensions'.
13359
13360 2009-08-12  Bruno Haible  <bruno@clisp.org>
13361
13362         Avoid test link errors.
13363         * modules/pipe-filter-ii-tests (Makefile.am): Define
13364         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
13365         * modules/pipe-filter-gi-tests (Makefile.am): Define
13366         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
13367         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
13368
13369 2009-08-12  Bruno Haible  <bruno@clisp.org>
13370
13371         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
13372         gl_GETOPT_SUBSTITUTE before.
13373         (gl_GETOPT): Use it.
13374         * m4/argp.m4 (gl_ARGP): Update.
13375         Reported by Sergey Poznyakoff.
13376
13377         * m4/getopt.m4: Reorder macros.
13378         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
13379         (gl_GETOPT_SUBSTITUTE): Remove macro.
13380
13381 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
13382
13383         Minor improvement in gitlog-to-changelog
13384
13385         * build-aux/gitlog-to-changelog: New option `--format' makes
13386         output format string configurable.
13387
13388 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
13389
13390         Optimize exclude: use hash tables for non-wildcard patterns.
13391
13392         * lib/exclude.c: Include hash.h and mbuiter.h
13393         (struct exclude_pattern, exclude_segment): New data types.
13394         (struct exclude): Rewrite.
13395         (fnmatch_pattern_has_wildcards): New function.
13396         (new_exclude_segment, free_exclude_segment): New functions.
13397         (excluded_file_pattern_p, excluded_file_name_p): New functions.
13398         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
13399         * lib/exclude.h (is_fnmatch_pattern): New prototype.
13400         * modules/exclude: Depend on hash and mbuiter.
13401
13402         * modules/exclude-tests: New file.
13403         * tests/test-exclude.c: New file.
13404         * tests/test-exclude1.sh: New file.
13405         * tests/test-exclude2.sh: New file.
13406         * tests/test-exclude3.sh: New file.
13407         * tests/test-exclude4.sh: New file.
13408         * tests/test-exclude5.sh: New file.
13409         * tests/test-exclude6.sh: New file.
13410         * tests/test-exclude7.sh: New file.
13411
13412 2009-08-12  Bruno Haible  <bruno@clisp.org>
13413
13414         Ensure that getopt() gets declared by <unistd.h>.
13415         * lib/unistd.in.h: Conditionally include getopt.h.
13416         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
13417         Set GNULIB_UNISTD_H_GETOPT.
13418         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
13419         GNULIB_UNISTD_H_GETOPT.
13420         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
13421
13422 2009-08-12  Bruno Haible  <bruno@clisp.org>
13423
13424         Clarify logic.
13425         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
13426         gl_replace_getopt instead of GETOPT_H.
13427
13428 2009-08-12  Bruno Haible  <bruno@clisp.org>
13429
13430         * m4/getopt.m4: Add comments.
13431
13432 2009-08-12  Bruno Haible  <bruno@clisp.org>
13433
13434         Disable multithread support by default on Cygwin 1.5.x.
13435         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
13436         set gl_use_threads=no if not specified otherwise.
13437
13438 2009-08-11  Bruno Haible  <bruno@clisp.org>
13439
13440         Avoid compilation error on NetBSD 5.0.
13441         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
13442         * tests/test-stdio.c: Likewise.
13443         * tests/test-stdlib.c: Likewise.
13444         * tests/test-string.c: Likewise.
13445         * tests/test-unistd.c: Likewise.
13446         Reported by Greg Troxel <gdt@ir.bbn.com>
13447         at <https://savannah.gnu.org/support/?106973>.
13448
13449 2009-08-11  Bruno Haible  <bruno@clisp.org>
13450
13451         * modules/dup2-tests (Depends-on): Remove close.
13452
13453         Undo 2009-07-19 commit.
13454         * modules/acl-tests (Depends-on): Remove close.
13455         * modules/binary-io-tests (Depends-on): Likewise.
13456         * modules/closein-tests (Depends-on): Likewise.
13457         * modules/flock-tests (Depends-on): Likewise.
13458         * modules/fsync-tests (Depends-on): Likewise.
13459         * modules/lseek-tests (Depends-on): Likewise.
13460         * modules/pipe-tests (Depends-on): Likewise.
13461         * modules/posix_spawn-tests (Depends-on): Likewise.
13462         * modules/posix_spawnp-tests (Depends-on): Likewise.
13463         * modules/stat-time-tests (Depends-on): Likewise.
13464         * modules/yesno-tests (Depends-on): Likewise.
13465
13466 2009-08-10  Bruno Haible  <bruno@clisp.org>
13467
13468         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
13469
13470 2009-08-10  Bruno Haible  <bruno@clisp.org>
13471
13472         Fix a gcc warning.
13473         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
13474
13475 2009-08-10  Bruno Haible  <bruno@clisp.org>
13476
13477         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
13478         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
13479         not only the first time.
13480         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
13481         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
13482         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
13483         is 1, not only the the first time.
13484
13485 2009-08-10  Bruno Haible  <bruno@clisp.org>
13486
13487         Make it possible to use module 'gethostname' without module 'close'.
13488         * lib/unistd.in.h (close): Evoke a link error only if
13489         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
13490         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
13491         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
13492         * modules/unistd (Makefile.am): Substitute
13493         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
13494         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
13495         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
13496         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
13497         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
13498         * modules/sys_ioctl (Makefile.am): Substitute
13499         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
13500         * modules/socket (configure.ac): On native Windows, set
13501         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
13502         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
13503         Reported by Sam Steingold <sds@gnu.org>.
13504
13505 2009-08-10  Bruno Haible  <bruno@clisp.org>
13506
13507         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
13508         * modules/ioctl (configure.ac): Likewise.
13509
13510 2009-08-10  Bruno Haible  <bruno@clisp.org>
13511
13512         Avoid collision between gnulib wrapper and libintl wrapper.
13513         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
13514         already defined in intl/printf.c.
13515         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
13516         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
13517
13518 2009-08-09  Bruno Haible  <bruno@clisp.org>
13519
13520         Make <sys/select.h> really self-contained, also on Solaris 10.
13521         * lib/sys_select.in.h: Include <string.h>.
13522         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
13523         Solaris 10 problem.
13524         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
13525         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
13526         Reported by Jim Meyering.
13527
13528 2009-08-09  Bruno Haible  <bruno@clisp.org>
13529
13530         Avoid warnings from 'aclocal' that are due to a use of macro name
13531         AM_XGETTEXT_OPTION that is not defined in automake.
13532         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
13533         automake.
13534         * modules/error (configure.ac): Likewise.
13535         * modules/propername (configure.ac): Likewise.
13536         * modules/vasprintf (configure.ac): Likewise.
13537         * modules/verror (configure.ac): Likewise.
13538         * modules/xprintf (configure.ac): Likewise.
13539         * modules/xvasprintf (configure.ac): Likewise.
13540
13541 2009-08-08  Bruno Haible  <bruno@clisp.org>
13542
13543         Avoid compilation error in C++ mode.
13544         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
13545         Reported by Sam Steingold <sds@gnu.org>.
13546
13547 2009-08-08  Bruno Haible  <bruno@clisp.org>
13548
13549         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
13550         for the various Unix platforms.
13551         * doc/posix-headers/limits.texi: Update platforms list regarding
13552         HOST_NAME_MAX.
13553         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
13554
13555 2009-08-07  Jim Meyering  <meyering@redhat.com>
13556
13557         selinux-at: fix typo in a comment
13558         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
13559         Spotted by Paolo Bonzini.
13560
13561         selinux-at: remove redundant m4 code, add documentation
13562         * modules/selinux-at (configure.ac): Remove redundant code.
13563         LIB_SELINUX is already set via the dependent module, selinux-h.
13564         (Include): Add quotes around selinux-at.h.
13565         * lib/selinux-at.h: Add documentation.
13566         Reported by Bruno Haible in
13567         http://marc.info/?l=gnulib-bug&m=124958988300749
13568
13569 2009-08-07  Bruno Haible  <bruno@clisp.org>
13570
13571         Avoid link error on MacOS X 10.3 and 10.4.
13572         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
13573         on non-ELF systems.
13574         * lib/argp-pv.c (argp_program_version): Likewise.
13575         Reported by Simon Josefsson.
13576
13577 2009-08-07  Simon Josefsson  <simon@josefsson.org>
13578
13579         * tests/test-version-etc.sh: Use $EXEEXT.
13580
13581 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
13582
13583         update-copyright: update documentation to point to maint.mk
13584         * build-aux/update-copyright: Here.
13585
13586 2009-08-06  Jim Meyering  <meyering@redhat.com>
13587
13588         maint.mk: support update-copyright-local
13589         * top/maint.mk (update-copyright-local): Define place-holder.
13590         (update-copyright): Depend on $(update-copyright-local).
13591
13592 2009-08-06  Jim Meyering  <meyering@redhat.com>
13593
13594         selinux-at: new module
13595         Initially written for coreutils, this module will soon be
13596         used by findutils, too.
13597         * MODULES.html.sh [Misc]: Add selinux-at.
13598         * lib/selinux-at.h: New file, from coreutils.
13599         * lib/selinux-at.c: Likewise.
13600         * modules/selinux-at: Likewise.
13601         (License): Change from LGPL to GPL, since it depends
13602         on the GPL'd openat module.
13603
13604         doc: update README
13605         * README: Remove references to cogito.
13606         Remove cvs-repo-updating instructions from 2007.
13607         Don't imply that CVS is better if you have limited disk space.
13608
13609 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
13610
13611         update-copyright: support C-style comments
13612         * build-aux/update-copyright: Implement and document.
13613         * tests/test-update-copyright.sh: Test.
13614
13615 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
13616
13617         update-copyright: support omitted "(C)"
13618         * build-aux/update-copyright: Implement and document.  Also,
13619         allow variable whitespace before "(C)".
13620         * tests/test-update-copyright.sh: Test.
13621
13622 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
13623
13624         update-copyright: don't trip on non-FSF copyright statements
13625         * build-aux/update-copyright: Fix so that the first correctly
13626         formatted FSF copyright statement is recognized no matter what
13627         appears before it.  Update documentation.
13628         * tests/test-update-copyright.sh: Test that.
13629
13630 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
13631
13632         update-copyright: clean up code a little
13633         * build-aux/update-copyright: Append "_re" to the name of any
13634         variable holding a regular expression.
13635         Replace "old" and "new" with "stmt" in variable names.
13636         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
13637         handled correctly.
13638         Format code more consistently.
13639
13640 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
13641
13642         update-copyright-tests: improve portability
13643         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
13644         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
13645
13646 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
13647
13648         update-copyright: support @copyright{} and &copy;
13649         * build-aux/update-copyright: Implement and document.
13650         * tests/test-update-copyright.sh: Test.
13651
13652 2009-08-04  Jim Meyering  <meyering@redhat.com>
13653
13654         update-copyright-tests: correctly test EOL=\r\n handling
13655         * tests/test-update-copyright.sh: Put \r at the end of some lines
13656         for the dos-eol tests.  Based on a patch by Joel E. Denny.
13657
13658         maint.mk: make update-copyright exclusion list more configurable
13659         * top/maint.mk (update-copyright): Default to excluding COPYING,
13660         but allow an override, in case someone does want to update that file.
13661
13662         maint.mk: don't update copyright date in COPYING
13663         * top/maint.mk (update-copyright): Exclude COPYING.
13664
13665         maint.mk: add a copyright-updating rule
13666         * top/maint.mk (update-copyright): New rule.
13667         Derived from coreutils/Makefile.am.
13668
13669         update-copyright: rename some variables
13670         * build-aux/update-copyright: Rename a few variables for clarity.
13671         Tweak syntax.  List Joel E. Denny as coauthor.
13672
13673 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
13674
13675         update-copyright: fix bug for 2-digit last year and add tests
13676         * build-aux/update-copyright: Fix bug.
13677         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
13678         specified.
13679         * modules/update-copyright-tests: New
13680         * tests/test-update-copyright.sh: New.
13681
13682 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
13683
13684         update-copyright: handle leading tabs in line prefix
13685         * build-aux/update-copyright: Count leading tabs as 8 spaces
13686         when computing margin.  This helps with the formatting of
13687         ChangeLogs, for example.
13688         Fix documentation a little.
13689
13690 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
13691
13692         update-copyright: support EOL=\r\n
13693         * build-aux/update-copyright: Implement that.
13694
13695 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
13696
13697         update-copyright: automatically format copyright statements
13698         * build-aux/update-copyright: Implement that.
13699         Also, be a little more predictable and safer by always failing
13700         when the full copyright format is not perfectly recognized as an
13701         unbroken whole.  Discussed at
13702         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
13703         Rewrite documentation.
13704
13705 2009-08-03  Bruno Haible  <bruno@clisp.org>
13706
13707         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
13708
13709 2009-08-02  Bruno Haible  <bruno@clisp.org>
13710
13711         Tests for module 'uname'.
13712         * modules/uname-tests: New file.
13713         * tests/test-uname.c: New file.
13714
13715         New module 'uname'.
13716         * lib/uname.c: New file.
13717         * m4/uname.m4: New file.
13718         * modules/uname: New file.
13719         * doc/posix-functions/uname.texi: Mention the new module.
13720
13721 2009-08-02  Bruno Haible  <bruno@clisp.org>
13722
13723         Tests for module 'sys_utsname'.
13724         * modules/sys_utsname-tests: New file.
13725         * tests/test-sys_utsname.c: New file.
13726
13727         New module 'sys_utsname'.
13728         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
13729         * m4/sys_utsname_h.m4: New file.
13730         * modules/sys_utsname: New file.
13731         * doc/posix-headers/sys_utsname.texi: Mention the new module.
13732
13733 2009-08-02  Bruno Haible  <bruno@clisp.org>
13734
13735         Implicitly initialize the sockets library.
13736         * lib/gethostname.c: Include sockets.h.
13737         (rpl_gethostname): Invoke gl_sockets_startup.
13738         * lib/socket.c: Include sockets.h.
13739         (rpl_socket): Invoke gl_sockets_startup.
13740         * modules/gethostname (Depends-on): Add sockets.
13741         * modules/socket (Depends-on): Likewise.
13742         * tests/test-poll.c: Don't include sockets.h.
13743         (main): Don't invoke gl_sockets_startup.
13744         * tests/test-select.c: Don't include sockets.h.
13745         (main): Don't invoke gl_sockets_startup.
13746
13747 2009-08-02  Bruno Haible  <bruno@clisp.org>
13748
13749         Allow multiple calls to gl_sockets_startup.
13750         * lib/sockets.c (initialized_sockets_version): New variable.
13751         (gl_sockets_startup): Do nothing if already called for this or a higher
13752         version.
13753         (gl_sockets_cleanup): Reset initialized_sockets_version.
13754
13755 2009-08-03  Simon Josefsson  <simon@josefsson.org>
13756
13757         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
13758         different project/version.
13759
13760 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
13761             Bruno Haible  <bruno@clisp.org>
13762
13763         Tests for module 'pipe-filter-gi'.
13764         * modules/pipe-filter-gi-tests: New file.
13765         * tests/test-pipe-filter-gi1.sh: New file.
13766         * tests/test-pipe-filter-gi1.c: New file.
13767         * tests/test-pipe-filter-gi2.sh: New file.
13768         * tests/test-pipe-filter-gi2-main.c: New file.
13769         * tests/test-pipe-filter-gi2-child.c: New file.
13770
13771         New module 'pipe-filter-gi'.
13772         * lib/pipe-filter-gi.c: New file.
13773         * modules/pipe-filter-gi: New file.
13774
13775 2009-08-02  Bruno Haible  <bruno@clisp.org>
13776             Paolo Bonzini  <bonzini@gnu.org>
13777
13778         Tests for module 'pipe-filter-ii'.
13779         * modules/pipe-filter-ii-tests: New file.
13780         * tests/test-pipe-filter-ii1.sh: New file.
13781         * tests/test-pipe-filter-ii1.c: New file.
13782         * tests/test-pipe-filter-ii2.sh: New file.
13783         * tests/test-pipe-filter-ii2-main.c: New file.
13784         * tests/test-pipe-filter-ii2-child.c: New file.
13785
13786         New module 'pipe-filter-ii'.
13787         * lib/pipe-filter.h: New file.
13788         * lib/pipe-filter-ii.c: New file.
13789         * lib/pipe-filter-aux.h: New file.
13790         * modules/pipe-filter-ii: New file.
13791
13792 2009-08-02  Simon Josefsson  <simon@josefsson.org>
13793
13794         * lib/gc-libgcrypt.c: Change copyright to FSF.
13795         * lib/gc-gnulib.c: Likewise.
13796
13797 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
13798
13799         * lib/gethostname.c: Include limits.h.
13800
13801 2009-08-02  Simon Josefsson  <simon@josefsson.org>
13802             Bruno Haible  <bruno@clisp.org>
13803
13804         Ensure HOST_NAME_MAX as part of the gethostname module.
13805         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
13806         define also HOST_NAME_MAX.
13807         * tests/test-gethostname.c: Include <limits.h>.
13808         (main): Check also HOST_NAME_MAX.
13809         * doc/posix-headers/limits.texi: Document the mingw problem.
13810
13811 2009-08-02  Bruno Haible  <bruno@clisp.org>
13812
13813         * lib/gethostname.c (gethostname): Fix handling of large len argument.
13814         Add comments.
13815
13816 2009-03-31  Simon Josefsson  <simon@josefsson.org>
13817
13818         * lib/gethostname.c: Add Windows wrapper.
13819         * m4/gethostname.m4: Look for gethostname in -lws2_32.
13820         * modules/gethostname: Depend on sys_socket & errno, for also
13821         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
13822         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
13823
13824 2009-07-31  Jim Meyering  <meyering@redhat.com>
13825
13826         getloadavg: fix symbol name in comment
13827         * lib/getloadavg.c: Correct a typo I introduced when adding
13828         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
13829         Matt Kraai spotted the problem.
13830
13831 2009-07-29  Matt Kraai  <mkraai@beckman.com>
13832
13833         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
13834         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
13835         code also if ! defined N_NAME_POINTER.
13836         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
13837         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
13838         but the n_name member is a 12-byte array.
13839
13840 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
13841
13842         update-copyright: generalize comment handling
13843         * build-aux/update-copyright: Handle copyright statements
13844         within more comment styles.
13845         Document usage.
13846         Report any file with an external copyright holder or parse failure.
13847
13848 2009-07-29  Jim Meyering  <meyering@redhat.com>
13849
13850         mktime: correct setting of REPLACE_MKTIME
13851         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
13852
13853         update-copyright: new module
13854         * modules/update-copyright: New file.
13855         * build-aux/update-copyright: New file.
13856         * MODULES.html.sh (maint+release support): Add update-copyright.
13857
13858 2009-07-27  Bruno Haible  <bruno@clisp.org>
13859
13860         Fix compilation error when <ctime> is used and mktime is replaced.
13861         * lib/time.in.h (mktime): New declaration.
13862         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
13863         REPLACE_MKTIME instead of defining mktime in config.h.
13864         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
13865         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
13866         Reported by Ross McFarland <rwmcfa1@neces.com>.
13867
13868 2009-07-27  Bruno Haible  <bruno@clisp.org>
13869
13870         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
13871         Reported by Matt Kraai <mkraai@beckman.com>.
13872
13873 2009-07-25  Jim Meyering  <meyering@redhat.com>
13874
13875         maint.mk: avoid warnings about missing files
13876         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
13877         diagnostic when .prev-version does not exist.
13878         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
13879         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
13880         nonexistent cfg.mk.
13881         Suggestions from Simon Josefsson.
13882
13883 2009-07-25  Bruno Haible  <bruno@clisp.org>
13884
13885         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
13886         defined as macros. Needed on QNX 6.4.1.
13887         Reported by Matt Kraai <mkraai@beckman.com>.
13888
13889 2009-07-23  Jim Meyering  <meyering@redhat.com>
13890
13891         maint.mk: invoke "make dist" with a working value of XZ_OPT
13892         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
13893
13894 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
13895
13896         Make fseeko.c compile on QNX.
13897         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
13898
13899 2009-07-22  Peter Simons  <simons@cryp.to>
13900
13901         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
13902         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
13903         * lib/md4.h: Likewise.
13904         * lib/md5.h: Likewise.
13905         * lib/sha1.h: Likewise.
13906         * lib/sha256.h: Likewise.
13907         * lib/sha512.h: Likewise.
13908
13909         tests-sha1: don't assign literal string to 'char *' variable
13910         * tests/test-sha1.c (main): Declare locals with "const" to match
13911         attributes of the right hand side.
13912
13913 2009-07-21  Eric Blake  <ebb9@byu.net>
13914
13915         dup2: fix more mingw problems
13916         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
13917         fd to itself.
13918         * doc/posix-functions/dup2.texi (dup2): Document the bug.
13919         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
13920         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
13921         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
13922         care of mingw bugs.
13923
13924 2009-07-21  Jim Meyering  <meyering@redhat.com>
13925
13926         vc-list-files: avoid failure when /bin/sh is dash
13927         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
13928         On some Debian based systems, /bin/sh is a symlink to dash, and running
13929         this command would omit the "/" following each 'tests' prefix:
13930           dash -x build-aux/vc-list-files -C . tests
13931         That is because bash and dash work differently:
13932           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
13933           bash ok
13934           dash odd
13935
13936 2009-07-21  Eric Blake  <ebb9@byu.net>
13937
13938         dup2-tests: test previous patch
13939         * modules/dup2-tests: New file.
13940         * tests/test-dup2.c: Likewise.
13941         * tests/test-open.c (main): Avoid unspecified behavior.
13942         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
13943         test.
13944
13945         dup2: work around mingw and cygwin 1.5 bug
13946         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
13947         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
13948         * modules/unistd (Makefile.am): Substitute it.
13949         * lib/unistd.in.h (dup2): Declare the replacement.
13950         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
13951         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
13952         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
13953         * modules/execute (Depends-on): Add dup2.
13954         * modules/fseterr (Depends-on): Likewise.
13955         * modules/pipe (Depends-on): Likewise.
13956         * modules/posix_spawn-internal (Depends-on): Likewise.
13957
13958 2009-07-21  Bruno Haible  <bruno@clisp.org>
13959
13960         * modules/.gitattributes: New file.
13961
13962 2009-07-20  Bruno Haible  <bruno@clisp.org>
13963
13964         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
13965         (main): Use it.
13966
13967 2009-07-20  Eric Blake  <ebb9@byu.net>
13968
13969         test-pipe: make a bit more robust.
13970         * tests/test-pipe.c (myerr): Allow error messages regardless of
13971         what we do to stderr.
13972         (test_pipe): Rearrange to avoid deadlock.
13973         (child_main): Try a larger read, to ensure we avoided deadlock.
13974         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
13975         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
13976         if misused.
13977
13978 2009-07-19  Jim Meyering  <meyering@redhat.com>
13979
13980         fts: avoid false-positive cycle-detection
13981         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
13982         for each new command line argument.
13983
13984 2009-07-19  Bruno Haible  <bruno@clisp.org>
13985
13986         Fix build error on mingw with the modules sys_select and unistd.
13987         * modules/acl-tests (Depends-on): Add close.
13988         * modules/binary-io-tests (Depends-on): Likewise.
13989         * modules/closein-tests (Depends-on): Likewise.
13990         * modules/flock-tests (Depends-on): Likewise.
13991         * modules/fsync-tests (Depends-on): Likewise.
13992         * modules/lseek-tests (Depends-on): Likewise.
13993         * modules/pipe-tests (Depends-on): Likewise.
13994         * modules/posix_spawn-tests (Depends-on): Likewise.
13995         * modules/posix_spawnp-tests (Depends-on): Likewise.
13996         * modules/stat-time-tests (Depends-on): Likewise.
13997         * modules/yesno-tests (Depends-on): Likewise.
13998
13999 2009-07-19  Bruno Haible  <bruno@clisp.org>
14000
14001         Unify conditionals.
14002         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
14003         macros, not at the compiler macros.
14004         * lib/pipe.c: Likewise.
14005         * lib/execute.c: Likewise.
14006         * lib/spawni.c: Likewise.
14007
14008 2009-07-19  Bruno Haible  <bruno@clisp.org>
14009
14010         Fix handling of closed stdin/stdout/stderr on mingw.
14011         * lib/w32spawn.h: Include unistd.h.
14012         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
14013         file descriptor with O_NOINHERIT flag.
14014         (fd_safer_noinherit): New function, based on fd-safer.c.
14015         (dup_safer_noinherit): New function, based on dup-safer.c.
14016         (undup_safer_noinherit): New function.
14017         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
14018         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
14019         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
14020         instead of fd_safer.
14021         * tests/test-pipe.c: Include <windows.h>.
14022         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
14023
14024         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
14025         from main.
14026         (test_pipe): Pass an extra argument for disambiguation.
14027         (main): Invoke parent_main or child_main.
14028
14029         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
14030         consistently.
14031
14032 2009-07-18  Eric Blake  <ebb9@byu.net>
14033
14034         test-pipe: fix mingw build
14035         * tests/test-pipe.c (main): Avoid fcntl on mingw.
14036
14037 2009-07-18  Bruno Haible  <bruno@clisp.org>
14038
14039         * modules/pipe-tests (Makefile.am): Fix typo.
14040
14041 2009-07-18  Eric Blake  <ebb9@byu.net>
14042
14043         error: fix mingw build
14044         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
14045         Reported by Bruno Haible.
14046
14047         error: avoid undefined use of stdout
14048         * lib/error.c (error, error_at_line): Check that fd 1 is open
14049         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
14050         is handling faults and the close_stdout module wants to report the
14051         detection of closed stdout as an error.
14052
14053 2009-07-17  Eric Blake  <ebb9@byu.net>
14054
14055         pipe: be robust in face of closed fds
14056         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
14057         should cause child to misbehave.
14058         * modules/pipe-tests: New module.
14059         * tests/test-pipe.c: New file.
14060         * tests/test-pipe.sh: New file.
14061         Reported by Akim Demaille.
14062
14063 2009-07-14  Bruno Haible  <bruno@clisp.org>
14064
14065         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
14066         Reported by anonymous kc.
14067
14068 2009-07-07  Jim Meyering  <meyering@redhat.com>
14069
14070         maint.mk: don't look for translatable strings in *.m4 or *.mk
14071         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
14072         when searching for translatable strings.
14073
14074 2009-07-05  Jim Meyering  <meyering@redhat.com>
14075
14076         remove superfluous parentheses in STREQ definition
14077         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
14078         * lib/getugroups.c (STREQ): Likewise.
14079         * lib/fnmatch.c (STREQ): Likewise.
14080         Spotted by Bruno Haible.
14081
14082 2009-07-04  Jim Meyering  <meyering@redhat.com>
14083
14084         argv-iter: new module
14085         * MODULES.html.sh: Add argv-iter.
14086         * lib/argv-iter.c, lib/argv-iter.h: New files.
14087         * modules/argv-iter: New file.
14088         * modules/argv-iter-tests: New file.
14089         * tests/test-argv-iter.c: Test it.
14090
14091 2009-07-04  Bruno Haible  <bruno@clisp.org>
14092
14093         Fix assertion.
14094         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
14095         contains more exact copies of a given entry than file2, leave the extra
14096         copies unpaired rather than aborting.
14097         Reported by Eric Blake.
14098
14099 2009-07-02  Bruno Haible  <bruno@clisp.org>
14100
14101         Speedup git-merge-changelog for git cherry-pick.
14102         * lib/git-merge-changelog.c (struct entries_mapping): New type.
14103         (entries_mapping_get): New function, extracted from compute_mapping.
14104         (entries_mapping_reverse_get): New function.
14105         (compute_mapping): Add a 'full' argument. Return the result in a
14106         'struct entries_mapping'.
14107         (main): Update. Access the mappings through entries_mapping_get.
14108         Reported by Eric Blake.
14109
14110 2009-07-02  Bruno Haible  <bruno@clisp.org>
14111
14112         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
14113         best_i.
14114
14115 2009-07-02  Bruno Haible  <bruno@clisp.org>
14116
14117         Speed up approximate search for matching ChangeLog entries.
14118         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
14119         argument. Call fstrcmp_bounded instead of fstrcmp.
14120         (compute_mapping, try_split_merged_entry, main): Update callers.
14121
14122 2009-07-02  Bruno Haible  <bruno@clisp.org>
14123
14124         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
14125
14126 2009-06-30  Bruno Haible  <bruno@clisp.org>
14127
14128         Reduce the number of uc_is_cased calls.
14129         * lib/unicase.h (casing_suffix_context_t): Add
14130         'first_char_except_ignorable' field.
14131         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
14132         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
14133         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
14134         Update initializer.
14135         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
14136         case-ignorable characters.
14137         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
14138         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
14139         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
14140         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
14141         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
14142
14143 2009-06-30  Bruno Haible  <bruno@clisp.org>
14144
14145         Tests for module 'unicase/ignorable'.
14146         * modules/unicase/ignorable-tests: New file.
14147         * tests/unicase/test-ignorable.c: New file, generated by
14148         gen-uni-tables.
14149
14150         Tests for module 'unicase/cased'.
14151         * modules/unicase/cased-tests: New file.
14152         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
14153         * tests/unicase/test-predicate-part1.h: New file, derived from
14154         tests/unictype/test-predicate-part1.h.
14155         * tests/unicase/test-predicate-part2.h: New file, same as
14156         tests/unictype/test-predicate-part2.h.
14157
14158         Fix evaluation of "Before C" condition of FINAL_SIGMA.
14159         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
14160         (output_casing_properties): New function.
14161         (main): Call it.
14162         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
14163         * lib/unicase/cased.c: Include unictype/bitmap.h.
14164         (uc_is_cased): Define through a bitmap lookup.
14165         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
14166         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
14167         (uc_is_case_ignorable): Define through a bitmap lookup.
14168         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
14169         lib/unictype/bitmap.h.
14170         (Depends-on): Add inline. Clean up.
14171         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
14172         lib/unictype/bitmap.h.
14173         (Depends-on): Add inline. Clean up.
14174         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
14175         recognition.
14176         * tests/unicase/test-u16-tolower.c (main): Likewise.
14177         * tests/unicase/test-u32-tolower.c (main): Likewise.
14178
14179 2009-06-30  Bruno Haible  <bruno@clisp.org>
14180
14181         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
14182         * lib/unicase/u16-casemap.c: Likewise.
14183         * lib/unicase/u32-casemap.c: Likewise.
14184
14185 2009-06-29  Bruno Haible  <bruno@clisp.org>
14186
14187         Define u32_casefold as a wrapper around u32_ct_casefold.
14188         * lib/unicase/u32-casefold.c: Update.
14189         * modules/unicase/u32-casefold (Depends-on): Add
14190         unicase/u32-ct-casefold, unicase/empty-prefix-context,
14191         unicase/empty-suffix-context. Clean up.
14192
14193         Define u16_casefold as a wrapper around u16_ct_casefold.
14194         * lib/unicase/u16-casefold.c: Update.
14195         * modules/unicase/u16-casefold (Depends-on): Add
14196         unicase/u16-ct-casefold, unicase/empty-prefix-context,
14197         unicase/empty-suffix-context. Clean up.
14198
14199         Define u8_casefold as a wrapper around u8_ct_casefold.
14200         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
14201         * lib/unicase/u8-casefold.c: Update.
14202         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
14203         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
14204
14205         Define u32_totitle as a wrapper around u32_ct_totitle.
14206         * lib/unicase/u32-totitle.c: Update.
14207         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
14208         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
14209
14210         Define u16_totitle as a wrapper around u16_ct_totitle.
14211         * lib/unicase/u16-totitle.c: Update.
14212         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
14213         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
14214
14215         Define u8_totitle as a wrapper around u8_ct_totitle.
14216         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
14217         functions.
14218         (FUNC): Delegate to U_CT_TOTITLE.
14219         * lib/unicase/u8-totitle.c: Update.
14220         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
14221         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
14222
14223         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
14224         invocation.
14225         * modules/unicase/u32-tolower (Depends-on): Add
14226         unicase/empty-prefix-context, unicase/empty-suffix-context.
14227
14228         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
14229         invocation.
14230         * modules/unicase/u16-tolower (Depends-on): Add
14231         unicase/empty-prefix-context, unicase/empty-suffix-context.
14232
14233         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
14234         * modules/unicase/u8-tolower (Depends-on): Add
14235         unicase/empty-prefix-context, unicase/empty-suffix-context.
14236
14237         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
14238         invocation.
14239         * modules/unicase/u32-toupper (Depends-on): Add
14240         unicase/empty-prefix-context, unicase/empty-suffix-context.
14241
14242         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
14243         invocation.
14244         * modules/unicase/u16-toupper (Depends-on): Add
14245         unicase/empty-prefix-context, unicase/empty-suffix-context.
14246
14247         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
14248         * modules/unicase/u8-toupper (Depends-on): Add
14249         unicase/empty-prefix-context, unicase/empty-suffix-context.
14250
14251         New module 'unicase/u32-ct-casefold'.
14252         * lib/unicase/u32-ct-casefold.c: New file.
14253         * modules/unicase/u32-ct-casefold: New file.
14254
14255         New module 'unicase/u16-ct-casefold'.
14256         * lib/unicase/u16-ct-casefold.c: New file.
14257         * modules/unicase/u16-ct-casefold: New file.
14258
14259         New module 'unicase/u8-ct-casefold'.
14260         * lib/unicase/u8-ct-casefold.c: New file.
14261         * lib/unicase/u-ct-casefold.h: New file, derived from
14262         lib/unicase/u-casefold.h.
14263         * modules/unicase/u8-ct-casefold: New file.
14264
14265         New module 'unicase/u32-ct-totitle'.
14266         * lib/unicase/u32-ct-totitle.c: New file.
14267         * modules/unicase/u32-ct-totitle: New file.
14268
14269         New module 'unicase/u16-ct-totitle'.
14270         * lib/unicase/u16-ct-totitle.c: New file.
14271         * modules/unicase/u16-ct-totitle: New file.
14272
14273         New module 'unicase/u8-ct-totitle'.
14274         * lib/unicase/u8-ct-totitle.c: New file.
14275         * lib/unicase/u-ct-totitle.h: New file, derived from
14276         lib/unicase/u-totitle.h.
14277         * modules/unicase/u8-ct-totitle: New file.
14278
14279         New module 'unicase/u32-ct-tolower'.
14280         * lib/unicase/u32-ct-tolower.c: New file.
14281         * modules/unicase/u32-ct-tolower: New file.
14282
14283         New module 'unicase/u16-ct-tolower'.
14284         * lib/unicase/u16-ct-tolower.c: New file.
14285         * modules/unicase/u16-ct-tolower: New file.
14286
14287         New module 'unicase/u8-ct-tolower'.
14288         * lib/unicase/u8-ct-tolower.c: New file.
14289         * modules/unicase/u8-ct-tolower: New file.
14290
14291         New module 'unicase/u32-ct-toupper'.
14292         * lib/unicase/u32-ct-toupper.c: New file.
14293         * modules/unicase/u32-ct-toupper: New file.
14294
14295         New module 'unicase/u16-ct-toupper'.
14296         * lib/unicase/u16-ct-toupper.c: New file.
14297         * modules/unicase/u16-ct-toupper: New file.
14298
14299         New module 'unicase/u8-ct-toupper'.
14300         * lib/unicase/u8-ct-toupper.c: New file.
14301         * modules/unicase/u8-ct-toupper: New file.
14302
14303         Add context arguments to u*_casemap functions.
14304         * lib/unicase/unicasemap.h: Include unicase.h.
14305         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
14306         suffix_context arguments.
14307         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
14308         functions.
14309         (FUNC): Add prefix_context and suffix_context arguments. Use
14310         uc_is_cased and uc_is_case_ignorable.
14311         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
14312         * lib/unicase/u16-casemap.c: Likewise.
14313         * lib/unicase/u32-casemap.c: Likewise.
14314         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
14315         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
14316         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
14317         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
14318         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
14319         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
14320
14321         New module 'unicase/u32-suffix-context'.
14322         * lib/unicase/u32-suffix-context.c: New file.
14323         * modules/unicase/u32-suffix-context: New file.
14324
14325         New module 'unicase/u16-suffix-context'.
14326         * lib/unicase/u16-suffix-context.c: New file.
14327         * modules/unicase/u16-suffix-context: New file.
14328
14329         New module 'unicase/u8-suffix-context'.
14330         * lib/unicase/u8-suffix-context.c: New file.
14331         * lib/unicase/u-suffix-context.h: New file.
14332         * modules/unicase/u8-suffix-context: New file.
14333
14334         New module 'unicase/empty-suffix-context'.
14335         * lib/unicase/empty-suffix-context.c: New file.
14336         * modules/unicase/empty-suffix-context: New file.
14337
14338         New module 'unicase/u32-prefix-context'.
14339         * lib/unicase/u32-prefix-context.c: New file.
14340         * modules/unicase/u32-prefix-context: New file.
14341
14342         New module 'unicase/u16-prefix-context'.
14343         * lib/unicase/u16-prefix-context.c: New file.
14344         * modules/unicase/u16-prefix-context: New file.
14345
14346         New module 'unicase/u8-prefix-context'.
14347         * lib/unicase/u8-prefix-context.c: New file.
14348         * lib/unicase/u-prefix-context.h: New file.
14349         * lib/unicase/context.h: New file.
14350         * modules/unicase/u8-prefix-context: New file.
14351
14352         New module 'unicase/empty-prefix-context'.
14353         * lib/unicase/empty-prefix-context.c: New file.
14354         * modules/unicase/empty-prefix-context: New file.
14355
14356         New module 'unicase/ignorable'.
14357         * lib/unicase/ignorable.c: New file.
14358         * modules/unicase/ignorable: New file.
14359
14360         New module 'unicase/cased'.
14361         * lib/unicase/caseprop.h: New file.
14362         * lib/unicase/cased.c: New file.
14363         * modules/unicase/cased: New file.
14364
14365         New functions for case mapping of substrings.
14366         * lib/unicase.h (casing_prefix_context_t): New type.
14367         (unicase_empty_prefix_context): New variable.
14368         (u8_casing_prefix_context, u16_casing_prefix_context,
14369         u32_casing_prefix_context, u8_casing_prefixes_context,
14370         u16_casing_prefixes_context, u32_casing_prefixes_context): New
14371         declarations.
14372         (casing_suffix_context_t): New type.
14373         (unicase_empty_suffix_context): New variable.
14374         (u8_casing_suffix_context, u16_casing_suffix_context,
14375         u32_casing_suffix_context, u8_casing_suffixes_context,
14376         u16_casing_suffixes_context, u32_casing_suffixes_context,
14377         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
14378         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
14379         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
14380         declarations.
14381
14382 2009-06-28  Jim Meyering  <meyering@redhat.com>
14383
14384         boostrap: indent only with spaces
14385         * build-aux/bootstrap: Indent only with spaces, never TABs.
14386
14387         bootstrap: split long lines
14388         * build-aux/bootstrap: Keep line length < 80.
14389
14390         bootstrap: sync from coreutils
14391         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
14392         just as autoreconf does.  Verify a list of prerequisite
14393         package-name,version-number pairs if defined in bootstrap.conf.
14394         Refer to README-prereq, if prerequisites are not satisfied.
14395
14396 2009-06-27  Eric Blake  <ebb9@byu.net>
14397
14398         tests: add test for bogus NULL definition
14399         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
14400         * tests/test-stdlib.c: Likewise.
14401         * tests/test-string.c: Likewise.
14402         * tests/test-locale.c: Likewise.
14403         * tests/test-unistd.c: Likewise.
14404         * modules/stdio-tests (Depends-on): Add verify.
14405         * modules/stdlib-tests (Depends-on): Likewise.
14406         * modules/string-tests (Depends-on): Likewise.
14407         * modules/locale-tests (Depends-on): Likewise.
14408         * modules/unistd-tests (Depends-on): Likewise.
14409
14410 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
14411
14412         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
14413         self-explaining comment.
14414         * m4/selinux-selinux-h: Update serial.
14415         (gl_LIBSELINUX): New macro, adding a warning for missing development
14416         packages to code extracted from...
14417         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
14418         Add warning for missing development packages here, too.
14419
14420 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
14421
14422         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
14423
14424 2009-06-25  Eric Blake  <ebb9@byu.net>
14425
14426         version-etc: fix regression
14427         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
14428         gcc.
14429         (version_etc): Use it, to catch bugs with trailing NULL.
14430         * lib/version-etc.c (version_etc_arn): Delete unused argument.
14431         (version_etc_va): Fix logic bug.
14432         * modules/version-etc-tests: Add test.
14433         * tests/test-version-etc.c: New file.
14434         * tests/test-version-etc.sh: Likewise.
14435
14436 2009-06-25  Sam Steingold  <sds@gnu.org>
14437
14438         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
14439         mbtowc declaration.
14440
14441 2009-06-25  Eric Blake  <ebb9@byu.net>
14442
14443         fpurge: migrate into <stdio.h>
14444         * lib/fpurge.h: Delete...
14445         * lib/stdio.in.h (fpurge): ...and declare here, instead.
14446         * lib/fpurge.c (fpurge): Change declaring header.
14447         * modules/fpurge (Files): Drop deleted file.
14448         (Depends-on): Add stdio.
14449         (configure.ac): Set witness.
14450         * modules/stdio (Makefile.am): Support fpurge macros.
14451         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
14452         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
14453         * lib/fflush.c: Update client.
14454         * tests/test-fpurge.c: Likewise.
14455         * NEWS: Mention the change.
14456
14457 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14458
14459         * lib/argp-version-etc.c (program_authors): Add const
14460         qualifier.
14461         * lib/version-etc.c: Fix typos in the comments.
14462         * modules/argp-version-etc: Depends on version-etc.
14463
14464 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14465
14466         argp-version-etc: new module.
14467
14468         * lib/argp-version-etc.c: New file.
14469         * lib/argp-version-etc.h: New file.
14470         * modules/argp-version-etc: New file.
14471         * modules/argp-version-etc-tests: New file.
14472         * tests/test-argp-version-etc.c: New test.
14473         * tests/test-argp-version-etc-1.sh: New test.
14474
14475 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14476
14477         Provide additional interfaces and documentation for version-etc
14478         module.
14479
14480         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
14481         interfaces.
14482         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
14483         prototypes.
14484
14485 2009-06-24  Bruno Haible  <bruno@clisp.org>
14486
14487         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
14488         HAVE_LIB${NAME} macro.
14489         Reported by Sam Steingold <sds@gnu.org>.
14490
14491 2009-06-23  Simon Josefsson  <simon@josefsson.org>
14492
14493         * modules/hash-tests (test_hash_LDADD): Link to libintl when
14494         needed.
14495
14496 2009-06-21  Bruno Haible  <bruno@clisp.org>
14497
14498         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
14499         work.
14500         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
14501         together with LIB${NAME}, LTLIB${NAME}.
14502         Reported by Sam Steingold <sds@gnu.org>.
14503
14504 2009-06-20  Jim Meyering  <meyering@redhat.com>
14505
14506         tests: make sc_require_test_exit_idiom more generic
14507         * top/maint.mk (Exit_witness_file): New overridable variable.
14508         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
14509         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
14510
14511 2009-06-19  Jim Meyering  <meyering@redhat.com>
14512
14513         hash: reverse order of src/dst parameters in an internal interface
14514         * lib/hash.c (transfer_entries): Reverse order of parameters to
14515         put DST before SRC.  Adjust callers.
14516
14517         tests: test-hash: avoid wholesale duplication
14518         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
14519         Instead, use a loop and add a single conditional.
14520
14521         tests: test-hash: allow seed selection via a command line argument
14522         * tests/test-hash.c (get_seed): New function.
14523         (main): Use it.
14524
14525 2009-06-19  Eric Blake  <ebb9@byu.net>
14526
14527         hash: avoid memory leak on allocation failure
14528         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
14529         failure.  Factor repeated algorithm...
14530         (transfer_entries): ...into new helper routine.
14531         (hash_delete): React to hash_rehash return value.
14532
14533         hash: reduce memory pressure in hash_rehash no-op case
14534         * lib/hash.c (next_prime): Avoid overflow.
14535         (hash_initialize): Factor bucket size computation...
14536         (compute_bucket_size): ...into new helper function.
14537         (hash_rehash): Use new function and open coding to reduce memory
14538         pressure, and avoid a memory leak in USE_OBSTACK code.
14539         Reported by Jim Meyering.
14540
14541 2009-06-18  Eric Blake  <ebb9@byu.net>
14542
14543         hash: make rotation more obvious
14544         * modules/hash (Depends-on): Add bitrotate and stdint.
14545         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
14546         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
14547         (SIZE_MAX): Rely on headers for definition.
14548         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
14549         (raw_hasher): Use rotr_sz.
14550         Suggested by Jim Meyering.
14551
14552         hash: fix memory leak in last patch
14553         * lib/hash.c (hash_rehash): Avoid memory leak.
14554
14555         hash: avoid no-op rehashing
14556         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
14557
14558         hash: provide default callback functions
14559         * lib/hash.c (raw_hasher, raw_comparator): New functions.
14560         (hash_initialize): Use them as defaults.
14561         * tests/test-hash.c (main): Test this.
14562
14563         hash: minor optimization
14564         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
14565         when possible.
14566         (hash_initialize): Document this promise.
14567         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
14568         * tests/test-hash.c (hash_compare_strings): Test this.
14569
14570 2009-06-18  Bruno Haible  <bruno@clisp.org>
14571
14572         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
14573         going to be replaced anyway.
14574
14575 2009-06-18  Bruno Haible  <bruno@clisp.org>
14576
14577         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
14578         in one place.
14579         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
14580         be replaced anyway.
14581
14582 2009-06-18  Eric Blake  <ebb9@byu.net>
14583
14584         hash: check for resize before insertion
14585         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
14586         threshold before insertion, so that a pathological hash_rehash
14587         that fills every bucket can still trigger another rehash.
14588
14589 2009-06-18  Jim Meyering  <meyering@redhat.com>
14590
14591         hash-tests: add a loop around the small tests
14592         * tests/test-hash.c (main): Repeat small tests with selected
14593         small initial table sizes.
14594
14595 2009-06-17  Eric Blake  <ebb9@byu.net>
14596
14597         hash: minor cleanups
14598         * lib/hash.h (hash_entry): Make opaque, by moving...
14599         * lib/hash.c (hash_entry): ...here.
14600         (hash_insert): Clarify restrictions on what can be inserted.
14601         (hash_get_next): Clarify when it is safe to remove an element
14602         during traversal.
14603         (check_tuning): Skip verification when tuning is known safe.
14604         (hash_initialize): Clarify restrictions on tuning.
14605
14606 2009-06-17  Jim Meyering  <jim@meyering.net>
14607         and Eric Blake  <ebb9@byu.net>
14608
14609         hash-tests: new module
14610         * modules/hash-tests: New file.
14611         * tests/test-hash.c: New file.
14612
14613 2009-06-17  Eric Blake  <ebb9@byu.net>
14614
14615         strstr-simple: document new module
14616         * MODULES.html.sh: Document new module.
14617
14618         strstr, strcasestr: replace on platforms with broken memchr
14619         * modules/strstr: Split into...
14620         * modules/strstr-simple: ...new module that does not care about
14621         performance, but does care about glibc bug.
14622         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
14623         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
14624         if platform memchr is broken, per Debian bug 521737.
14625         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
14626         memchr.
14627         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
14628         * doc/posix-functions/strstr.texi (strstr): Document the fix.
14629         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
14630         * modules/mountlist (Depends-on): Add strstr-simple.
14631         * modules/gen-uni-tables (Depends-on): Likewise.
14632         * modules/argz (Depends-on): Add strstr.
14633
14634 2009-06-17  Bruno Haible  <bruno@clisp.org>
14635
14636         * modules/posix_spawn-internal (Depends-on): Add errno.
14637
14638 2009-06-17  Bruno Haible  <bruno@clisp.org>
14639
14640         Define missing ESTALE on Interix 3.5.
14641         * lib/errno.in.h (ESTALE): Assign a value if missing.
14642         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
14643         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
14644         missing.
14645         * doc/posix-headers/errno.texi: Mention the Interix bug.
14646         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
14647
14648 2009-06-15  Eric Blake  <ebb9@byu.net>
14649
14650         memchr, memchr2: add valgrind exception
14651         * lib/memchr.valgrind: New file.
14652         * lib/memchr2.valgrind: New file.
14653         * modules/memchr (Files): Distribute valgrind file.
14654         * modules/memchr2 (Files): Likewise.
14655
14656         docs: memchr is no longer obsolete
14657         * MODULES.html.sh: Move memchr from obsolete to string.h section.
14658         * lib/string.in.h (memchr): Simplify logic.
14659
14660 2009-06-14  Jim Meyering  <meyering@redhat.com>
14661
14662         link-follow: fix the "checking..." message to not mention trailing slash
14663         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
14664         never considered trailing slashes.
14665
14666 2009-06-14  Bruno Haible  <bruno@clisp.org>
14667
14668         * m4/memchr.m4: Mention also the bug on IA-64.
14669         * doc/posix-functions/memchr.texi: Likewise.
14670
14671 2009-06-12  Eric Blake  <ebb9@byu.net>
14672
14673         memchr: detect broken x86_64 and alpha implementations
14674         * modules/memchr-tests (Depends-on): Move mmap detection...
14675         * modules/memchr (Depends-on): ...here.
14676         (configure.ac): Set indicator.
14677         * lib/string.in.h (memchr): Declare replacement.
14678         * modules/string (Makefile.am): Trigger replacement.
14679         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
14680         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
14681         bugs.
14682         * doc/posix-functions/memchr.texi (memchr): Document the bug.
14683         * modules/getpagesize (License): Relax license.
14684
14685 2009-06-11  Bruno Haible  <bruno@clisp.org>
14686
14687         * lib/idpriv.h: Add more references.
14688
14689 2009-06-08  Bruno Haible  <bruno@clisp.org>
14690
14691         Tests for module 'idpriv-droptemp'.
14692         * modules/idpriv-droptemp-tests: New file.
14693         * tests/test-idpriv-droptemp.sh: New file.
14694         * tests/test-idpriv-droptemp.su.sh: New file.
14695         * tests/test-idpriv-droptemp.c: New file.
14696
14697         New module 'idpriv-droptemp'.
14698         * lib/idpriv-droptemp.c: New file.
14699         * modules/idpriv-droptemp: New file.
14700
14701 2009-06-08  Bruno Haible  <bruno@clisp.org>
14702
14703         Tests for module 'idpriv-drop'.
14704         * modules/idpriv-drop-tests: New file.
14705         * tests/test-idpriv-drop.sh: New file.
14706         * tests/test-idpriv-drop.su.sh: New file.
14707         * tests/test-idpriv-drop.c: New file.
14708
14709         New module 'idpriv-drop'.
14710         * lib/idpriv.h: New file.
14711         * lib-idpriv-drop.c: New file.
14712         * m4/idpriv.m4: New file.
14713         * modules/idpriv-drop: New file.
14714
14715 2009-06-08  Bruno Haible  <bruno@clisp.org>
14716
14717         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
14718         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
14719         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
14720         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
14721         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
14722         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
14723         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
14724
14725 2009-06-08  Eric Blake  <ebb9@byu.net>
14726
14727         test-strstr: use memory fence, when possible
14728         * tests/test-strstr.c (main): Use memory fence, in order to be
14729         more likely to trigger Debian bug 521737.
14730         * modules/strstr-tests (Files): Pull in additional files.
14731
14732         memchr: no longer obsolete, for wider field testing
14733         * modules/memchr (Status, Notice): Delete, this module is no
14734         longer obsolete.
14735         * modules/vasnprintf (Depends-on): Add memchr.
14736
14737 2009-06-07  Jim Meyering  <meyering@redhat.com>
14738
14739         hash: declare some functions with the warn_unused_result attribute
14740         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
14741
14742 2009-06-07  Bruno Haible  <bruno@clisp.org>
14743
14744         * tests/test-alignof.c: Don't test int64_t if it does not exist.
14745         Reported by Eric Blake.
14746
14747 2009-06-06  Eric Blake  <ebb9@byu.net>
14748
14749         test-alignof: fix typo with long double
14750         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
14751         compiler error.
14752
14753 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
14754
14755         Escape non-texinfo { and }s.
14756         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
14757         markup error.
14758
14759 2009-06-04  Jim Meyering  <meyering@redhat.com>
14760
14761         gitlog-to-changelog: don't infloop on an empty commit log
14762         * build-aux/gitlog-to-changelog: Warn about an empty log message.
14763         Reported by Boris Petersen <transacid@centerim.org>.
14764
14765 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
14766
14767         version-etc: extend for packagers
14768         Add three new configure options, intended for packagers:
14769           --with-packager="packager name"
14770           --with-packager-version="packager-specific version"
14771           --with-packager-bug-reports="packager bug reporting"
14772         An example with coreutils:
14773           $ ./configure \
14774             --with-packager=Gentoo \
14775             --with-packager-bug-report=http://bugs.gentoo.org/ \
14776             --with-packager-version="patchset 1.6"
14777           $ ./src/ls --version | head -n2
14778           ls (GNU coreutils) 7.1-dirty
14779           Packaged by Gentoo (patchset 1.6)
14780         Note that the bug reporting info via --help doesn't show up because
14781         coreutils uses its own custom emit_bug_reporting_address() implementation
14782         in src/system.h.  If it didn't, it'd look like:
14783           $ ./src/ls --help | tail -n4
14784           Report bugs to <bug-coreutils@gnu.org>.
14785           Report Gentoo bugs to <http://bugs.gentoo.org/>.
14786           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
14787           General help using GNU software: <http://www.gnu.org/gethelp/>.
14788         * lib/version-etc.c: Print new information, if provided.
14789         * m4/version-etc.m4: New file.
14790         * modules/version-etc (Files): Add m4/version-etc.m4.
14791         (configure.ac): Add gl_VERSION_ETC.
14792
14793 2009-05-31  Bruno Haible  <bruno@clisp.org>
14794
14795         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
14796         and 'int64_t'.
14797         * modules/alignof-tests (Dependencies): Add stdint.
14798         Reported by Eric Blake.
14799
14800 2009-05-31  Bruno Haible  <bruno@clisp.org>
14801
14802         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
14803         restriction due to compiler bugs.
14804         Reported by Eric Blake.
14805
14806 2009-05-31  Simon Josefsson  <simon@josefsson.org>
14807             Bruno Haible  <bruno@clisp.org>
14808
14809         Fix test-alignof failure.
14810         * lib/alignof.h (alignof_slot): New macro.
14811         (alignof_type): New macro, with the same semantics as the previous
14812         'alignof'.
14813         (alignof): Alias to alignof_slot.
14814         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
14815         check that the results are usable as constant expressions.
14816
14817 2009-05-31  Bruno Haible  <bruno@clisp.org>
14818
14819         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
14820         * tests/test-memchr.c (main): Check that memchr does not read past the
14821         first occurrence of the byte.
14822         * tests/test-strstr.c (main): Update comment.
14823         Suggested by Eric Blake.
14824
14825 2009-05-30  Bruno Haible  <bruno@clisp.org>
14826
14827         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
14828         detail how to use dumpbin.
14829         Reported by David Byron <dbyron@dbyron.com>.
14830
14831 2009-06-02  Simon Josefsson  <simon@josefsson.org>
14832
14833         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
14834
14835 2009-06-02  Simon Josefsson  <simon@josefsson.org>
14836
14837         * m4/manywarnings.m4: Add GCC 4.4 warnings.
14838
14839 2009-05-28  Bruno Haible  <bruno@clisp.org>
14840
14841         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
14842         build-aux/ files.
14843
14844 2009-05-28  Simon Josefsson  <simon@josefsson.org>
14845
14846         * gnulib-tool (func_import): Transform license on build-aux/ files too.
14847
14848 2009-05-27  Simon Josefsson  <simon@josefsson.org>
14849
14850         * gnulib-tool (sed_transform_main_lib_file)
14851         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
14852         regexps.
14853
14854 2009-05-26  Simon Josefsson  <simon@josefsson.org>
14855
14856         * tests/test-strstr.c: Add another self-test.
14857         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
14858         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
14859
14860 2009-05-23  Bruno Haible  <bruno@clisp.org>
14861
14862         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
14863         change.
14864
14865 2009-05-21  Bruno Haible  <bruno@clisp.org>
14866
14867         Simplify use of mode_t varargs.
14868         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
14869         uses 'mode_t' or 'int'.
14870         * lib/openat.c (openat): Likewise.
14871         * lib/open-safer.c (open_safer): Likewise.
14872         * m4/mode_t.m4: New file.
14873         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
14874         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
14875         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
14876         * modules/open (Files): Add m4/mode_t.m4.
14877         * modules/openat (Files): Likewise.
14878         * modules/fcntl-safer (Files): Likewise.
14879         Suggested by Eric Blake.
14880
14881 2009-05-21  Pádraig Brady  <P@draigbrady.com>
14882
14883         * doc/glibc-functions/fallocate.texi: New file.
14884         * doc/gnulib.texi: Include it.
14885
14886 2009-05-21  Eric Blake  <ebb9@byu.net>
14887             Bruno Haible  <bruno@clisp.org>
14888
14889         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
14890         invocations.
14891         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
14892
14893 2009-05-21  Eric Blake  <ebb9@byu.net>
14894             Bruno Haible  <bruno@clisp.org>
14895
14896         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
14897         include_next. Fix of 2008-11-20 commit.
14898         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
14899         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
14900         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
14901         NEXT_MATH_H.
14902         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
14903         instead of NEXT_MATH_H.
14904
14905 2009-05-21  Bruno Haible  <bruno@clisp.org>
14906
14907         Avoid redefinition warnings for SIZE_MAX.
14908         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
14909         Reported by Simon Josefsson.
14910
14911 2009-05-21  Bruno Haible  <bruno@clisp.org>
14912
14913         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
14914         AC_CACHE_VAL.
14915
14916 2009-05-20  Bruno Haible  <bruno@clisp.org>
14917
14918         Make zeroptr.h work on mingw.
14919         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
14920         mprotect.
14921         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
14922         * modules/memchr2-tests (configure.ac): Likewise.
14923         * modules/memcmp-tests (configure.ac): Likewise.
14924         * modules/memmem-tests (configure.ac): Likewise.
14925         * modules/memrchr-tests (configure.ac): Likewise.
14926         Reported by Simon Josefsson.
14927
14928 2009-05-20  Simon Josefsson  <simon@josefsson.org>
14929
14930         * tests/test-glob.c: Include string.h for strcmp prototype.
14931
14932 2009-05-20  Simon Josefsson  <simon@josefsson.org>
14933
14934         * modules/getdelim (Depends-on): Add explicit stdint, although it
14935         was implicitly already pulled in via realloc-posix.
14936         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
14937
14938 2009-05-20  Simon Josefsson  <simon@josefsson.org>
14939
14940         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
14941         G. Christensen" <tgc@jupiterrise.com>.
14942         * m4/sys_socket_h.m4: Check for sa_family_t.
14943         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
14944         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
14945         * tests/test-sys_socket.c: Check that sa_family_t works.
14946
14947 2009-05-18  Eric Blake  <ebb9@byu.net>
14948
14949         maint.mk: allow gnulib_dir in VPATH build
14950         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
14951
14952 2009-05-15  Jim Meyering  <meyering@redhat.com>
14953
14954         maint.mk: Give gnulib_dir a default definition.
14955         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
14956         Thus, most packages no longer need to specify this variable in cfg.mk
14957
14958 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
14959
14960         rename.m4: fix typos that would make non-mingw cross-configure fail
14961         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
14962
14963 2009-05-13  Eric Blake  <ebb9@byu.net>
14964
14965         mmap-anon: avoid out-of-order autoconf expansion
14966         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
14967         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
14968         * modules/memchr-tests (Depends-on): Add extensions.
14969         * modules/memchr2-tests (Depends-on): Add extensions.
14970         * modules/memcmp-tests (Depends-on): Add extensions.
14971         * modules/memmem-tests (Depends-on): Add extensions.
14972         * modules/memrchr-tests (Depends-on): Add extensions.
14973
14974 2009-05-13  Bruno Haible  <bruno@clisp.org>
14975
14976         Make some tests ISO C 99 compliant.
14977         * tests/zerosize-ptr.h: New file.
14978         * tests/test-memchr.c: Include zerosize-ptr.h.
14979         (main): Use a zero-size object pointer instead of NULL.
14980         * tests/test-memchr2.c: Include zerosize-ptr.h.
14981         (main): Use a zero-size object pointer instead of NULL.
14982         * tests/test-memcmp.c: Include zerosize-ptr.h.
14983         (main): Use a zero-size object pointer instead of NULL.
14984         * tests/test-memmem.c: Include zerosize-ptr.h.
14985         (main): Use a zero-size object pointer instead of NULL.
14986         * tests/test-memrchr.c: Include zerosize-ptr.h.
14987         (main): Use a zero-size object pointer instead of NULL.
14988         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
14989         m4/mmap-anon.m4.
14990         (Depends-on): Add getpagesize.
14991         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14992         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
14993         m4/mmap-anon.m4.
14994         (Depends-on): Add getpagesize.
14995         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14996         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
14997         m4/mmap-anon.m4.
14998         (Depends-on): Add getpagesize.
14999         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
15000         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
15001         m4/mmap-anon.m4.
15002         (Depends-on): Add getpagesize.
15003         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
15004         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
15005         m4/mmap-anon.m4.
15006         (Depends-on): Add getpagesize.
15007         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
15008
15009 2009-05-12  Bruno Haible  <bruno@clisp.org>
15010
15011         Tests for module 'alignof'.
15012         * modules/alignof-tests: New file.
15013         * tests/test-alignof.c: New file.
15014
15015 2009-05-12  Bruno Haible  <bruno@clisp.org>
15016
15017         Fix alignof macro.
15018         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
15019         vendor compilers that are always correct.
15020
15021 2009-05-12  Bruno Haible  <bruno@clisp.org>
15022
15023         Make the MAP_ANONYMOUS detection work on HP-UX 11.
15024         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
15025         not whether its fully works.
15026
15027 2009-05-12  Bruno Haible  <bruno@clisp.org>
15028
15029         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
15030
15031 2009-05-12  Jim Meyering  <meyering@redhat.com>
15032
15033         * top/maint.mk: Adjust backslash alignment.
15034
15035 2009-05-11  Simon Josefsson  <simon@josefsson.org>
15036
15037         * top/maint.mk: Make $(srcdir)/build-aux configurable.
15038
15039 2009-05-11  Eric Blake  <ebb9@byu.net>
15040
15041         argp: avoid undefined behavior
15042         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
15043         macros.
15044
15045 2009-05-08  Simon Josefsson  <simon@josefsson.org>
15046
15047         * tests/test-vc-list-files-git.sh: Do git config of user.email and
15048         user.name to prevent git commit from complaining.
15049
15050 2009-05-10  Bruno Haible  <bruno@clisp.org>
15051
15052         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
15053         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
15054         it rewrites every file name only once.
15055         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
15056
15057 2009-05-08  Bruno Haible  <bruno@clisp.org>
15058
15059         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
15060         instead of 'max'.
15061
15062 2009-05-08  Simon Josefsson  <simon@josefsson.org>
15063
15064         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
15065         sockaddr_storage test.
15066
15067 2009-05-07  Simon Josefsson  <simon@josefsson.org>
15068
15069         * modules/sys_socket (Makefile.am): Substitute
15070         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
15071         * m4/sys_socket_h.m4: Check for sockaddr_storage.
15072         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
15073         * tests/test-sys_socket.c: Check sockaddr_storage.
15074
15075 2009-05-08  Bruno Haible  <bruno@clisp.org>
15076
15077         New module 'alignof'.
15078         * lib/alignof.h: New file.
15079         * modules/alignof: New file.
15080
15081 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
15082             Bruno Haible  <bruno@clisp.org>
15083
15084         Fix test-file-has-acl on FreeBSD.
15085         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
15086         mask is implicitly added.
15087         * tests/test-file-has-acl.c: Include <signal.h>.
15088         (main): Terminate the test after 5 seconds.
15089         * modules/acl-tests (configure.ac): Check for alarm function.
15090
15091 2009-05-04  Bruno Haible  <bruno@clisp.org>
15092
15093         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
15094         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
15095         * modules/errno (configure.ac): Drop AC_REQUIRE.
15096         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
15097         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
15098
15099 2009-05-04  Simon Josefsson  <simon@josefsson.org>
15100
15101         * modules/glob-tests: New module.
15102         * tests/test-glob.c: Add.
15103
15104 2009-05-04  Simon Josefsson  <simon@josefsson.org>
15105
15106         * modules/fnmatch-tests: New module.
15107         * tests/test-fnmatch.c: Add.
15108
15109 2009-05-04  Eric Blake  <ebb9@byu.net>
15110
15111         maint: make the new no-submodule-changes rule VPATH-safe
15112         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
15113
15114 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
15115             Bruno Haible  <bruno@clisp.org>
15116
15117         acl: Fix infinite loop on FreeBSD.
15118         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
15119         of return value from acl_get_entry.
15120         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
15121         Likewise.
15122
15123 2009-05-03  Bruno Haible  <bruno@clisp.org>
15124
15125         * lib/acl-internal.h (acl_entries): Clarify return value.
15126         * lib/acl_entries.c (acl_entries): Likewise.
15127
15128 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
15129
15130         Bug fix in acl module.
15131         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
15132
15133 2009-05-03  Bruno Haible  <bruno@clisp.org>
15134
15135         Create gperf-generated file in the source dir, not in the build dir.
15136         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
15137         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
15138         * modules/unicase/locale-language (unicase/locale-languages.h):
15139         Likewise.
15140         * modules/unicase/special-casing (unicase/special-casing-table.h):
15141         Likewise.
15142         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
15143         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
15144         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
15145         Reported by Ralf Wildenhues.
15146
15147 2009-05-03  Bruno Haible  <bruno@clisp.org>
15148
15149         * modules/fnmatch (Description, configure.ac): Taken from
15150         fnmatch-posix.
15151         * modules/fnmatch-posix: Turn into a symbolic reference to the
15152         'fnmatch' module, and deprecate.
15153         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
15154
15155 2009-05-03  Bruno Haible  <bruno@clisp.org>
15156
15157         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
15158         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
15159         Reported by Ralf Wildenhues.
15160
15161 2009-05-04  Simon Josefsson  <simon@josefsson.org>
15162
15163         * m4/fnmatch.m4: Fix fnmatch re-define.
15164
15165 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
15166
15167         priv-set: new module and tests; adapt write-any-file
15168         * lib/priv-set.c: New file.
15169         * lib/priv-set.h: New file.
15170         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
15171         * lib/write-any-file.c: Simplify by using priv-set module.
15172         * m4/priv-set.m4: New file.
15173         * modules/priv-set: New file.
15174         * modules/unlinkdir: Add dependency on priv-set module.
15175         * modules/write-any-file: Likewise.
15176
15177         Tests for module 'priv-set'.
15178         * modules/priv-set-tests: New file.
15179         * tests/test-priv-set.c: New file.
15180
15181 2009-05-03  Jim Meyering  <meyering@redhat.com>
15182             Bruno Haible  <bruno@clisp.org>
15183
15184         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
15185         use the converted UTF-8 variant of the name instead.
15186
15187 2009-05-03  Jim Meyering  <meyering@redhat.com>
15188
15189         tests: tighten some getdate tests
15190         * tests/test-getdate.c (main): Tighten tests: require equality,
15191         not just greater than.  Set TZ envvar to UTC0.
15192
15193 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
15194
15195         getdate: correctly interpret "next monday" when run on a Monday
15196         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
15197         that e.g., "next tues" (when run on a tuesday) results in a date
15198         that is one week in the future, and not today's date.
15199         I.e., add a week when the wday is the same as the current one.
15200         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
15201         and earlier by Martin Bernreuther and Jan Minář.
15202         * tests/test-getdate.c (main): Check that "next DAY" is always in
15203         the future and that "last DAY" is always in the past.
15204
15205 2009-05-02  Jim Meyering  <meyering@redhat.com>
15206
15207         build: ensure that a release build fails when a submodule is unclean
15208         * top/maint.mk (no-submodule-changes): New rule.
15209         (alpha beta major): Depend on it.
15210
15211 2009-05-02  Bruno Haible  <bruno@clisp.org>
15212
15213         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
15214         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
15215         shell variable gl_fnmatch_required to detect which variant is
15216         requested.
15217         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
15218         gl_FUNC_FNMATCH_POSIX.
15219         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
15220         exclude fnmatch-posix.
15221
15222 2009-05-02  Bruno Haible  <bruno@clisp.org>
15223
15224         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
15225         * modules/mbsrtowcs (License): Change to LGPLv2+.
15226         * modules/strnlen1 (License): Likewise.
15227         Reported by Simon Josefsson.
15228
15229 2009-05-02  Bruno Haible  <bruno@clisp.org>
15230
15231         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
15232         "cross".
15233         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
15234         gnulib-tool was called with option --source-base=lib.
15235
15236 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15237
15238         Use automake *-local hooks without commands, for extensibility.
15239         * modules/localcharset (Makefile.am): Rename install-exec-local
15240         rule to install-exec-localcharset, and make it a prerequisite of
15241         install-exec-local.  Likewise, rename the uninstall-local rule to
15242         uninstall-localcharset, and make it a prerequisite of the former.
15243
15244 2009-05-01  Bruno Haible  <bruno@clisp.org>
15245
15246         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
15247         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
15248         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
15249         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
15250         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
15251         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
15252         m4/locale-zh.m4, m4/codeset.m4.
15253
15254         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
15255         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
15256         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
15257         m4/locale-zh.m4.
15258
15259         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
15260         REPLACE_WCRTOMB if mbstate_t must be replaced.
15261         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
15262         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
15263
15264 2009-05-01  Bruno Haible  <bruno@clisp.org>
15265
15266         Avoid compiler warnings when redefining macros defined by <libintl.h>.
15267         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
15268         dngettext, dcngettext, textdomain, bindtextdomain,
15269         bind_textdomain_codeset): Undefine before redefining.
15270
15271 2009-04-30  Bruno Haible  <bruno@clisp.org>
15272
15273         Fix bug introduced on 2009-04-25.
15274         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
15275         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
15276         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
15277         is defined.
15278         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
15279         is defined.
15280         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
15281         is defined.
15282         Reported by Elbert_Pol <elbert.pol@gmail.com>.
15283
15284 2009-04-28  Bruno Haible  <bruno@clisp.org>
15285
15286         Comment tweaks.
15287         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
15288         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
15289         * lib/unicase.h (u*_casexfrm): Likewise.
15290         Reported by Paolo Bonzini.
15291
15292 2009-04-28  Bruno Haible  <bruno@clisp.org>
15293
15294         Fix a compilation error.
15295         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
15296         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
15297         Reported by Jim Meyering.
15298
15299 2009-04-27  Bruno Haible  <bruno@clisp.org>
15300
15301         New module 'libunistring'.
15302         * modules/libunistring: New file.
15303         * m4/libunistring.m4: New file.
15304         * MODULES.html.sh (Unicode string functions): Add it.
15305
15306 2009-04-27  Eric Blake  <ebb9@byu.net>
15307
15308         maint.mk: allow package-specific header to provide <config.h>
15309         * top/maint.mk (sc_require_config_h): New variable.
15310         (sc_require_config_h, sc_require_config_h_first): Use it.
15311
15312 2009-04-27  Simon Josefsson  <simon@josefsson.org>
15313
15314         * top/maint.mk (sc_avoid_if_before_free): Except
15315         useless-if-before-free script.
15316
15317 2009-04-27  Eric Blake  <ebb9@byu.net>
15318
15319         maintainer-makefile: depend on all required helper scripts
15320         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
15321         useless-if-before-free.
15322         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
15323         version, rather than assuming gnulib checkout is available.
15324         Reported by Simen Josefsson.
15325
15326 2009-04-26  Bruno Haible  <bruno@clisp.org>
15327
15328         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
15329         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
15330         "../" or "..".
15331
15332 2009-04-26  Bruno Haible  <bruno@clisp.org>
15333
15334         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
15335         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
15336         AC_LIB_HAVE_LINKFLAGS.
15337
15338 2009-04-26  Bruno Haible  <bruno@clisp.org>
15339
15340         Simplify calling convention of u*_conv_from_encoding.
15341         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
15342         u32_conv_from_encoding): Expect a resultbuf argument and return the
15343         result directly as a pointer.
15344         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
15345         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
15346         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
15347         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
15348         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
15349         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
15350         Update.
15351         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
15352         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
15353         * lib/vasnprintf.c (VASNPRINTF): Update.
15354         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
15355         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
15356         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
15357         * NEWS: Mention the change.
15358
15359 2009-04-26  Bruno Haible  <bruno@clisp.org>
15360
15361         Simplify calling convention of u*_conv_to_encoding.
15362         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
15363         u32_conv_to_encoding): Expect a resultbuf argument and return the
15364         result directly as a pointer.
15365         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
15366         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
15367         freeing scaled_offsets if mem_iconveha failed.
15368         * lib/unicase/u-casexfrm.h (FUNC): Update.
15369         * lib/uninorm/u-normxfrm.h (FUNC): Update.
15370         * lib/vasnprintf.c (VASNPRINTF): Update.
15371         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
15372         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
15373         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
15374         * NEWS: Mention the change.
15375
15376 2009-04-26  Bruno Haible  <bruno@clisp.org>
15377
15378         Avoid test failures on AIX and OSF/1.
15379         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
15380         malloc(0).
15381         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
15382         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
15383         Likewise.
15384         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
15385         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
15386         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
15387         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
15388         * doc/posix-functions/malloc.texi: Document the portability problem
15389         related to malloc(0).
15390
15391 2009-04-26  Bruno Haible  <bruno@clisp.org>
15392
15393         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
15394         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
15395         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
15396
15397 2009-04-25  Bruno Haible  <bruno@clisp.org>
15398
15399         Avoid link error when creating a namespace clean library.
15400         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
15401         as macro with arguments if already defined as an alias.
15402         * lib/signbitf.c (gl_signbitf): Don't undefine.
15403         * lib/signbitd.c (gl_signbitd): Don't undefine.
15404         * lib/signbitl.c (gl_signbitl): Don't undefine.
15405
15406 2009-04-25  Jim Meyering  <meyering@redhat.com>
15407
15408         vc-list-files: fix another quoting bug
15409         * build-aux/vc-list-files: Avoid sed backslash expansion
15410         of pathological directory names.
15411
15412 2009-04-25  Eric Blake  <ebb9@byu.net>
15413
15414         vc-list-files: fix shell quoting error
15415         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
15416         timestamp.
15417
15418 2009-04-25  Jim Meyering  <meyering@redhat.com>
15419
15420         vc-list-files: restore lost functionality with subdir argument
15421         * build-aux/vc-list-files: When given a non-"." sub-directory
15422         argument, substitute the $dir/ prefix back onto each resulting name.
15423         Otherwise, coreutils' root_tests check would fail.
15424
15425 2009-04-24  Eric Blake  <ebb9@byu.net>
15426
15427         vc-list-files: ignore git symlinks
15428         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
15429         than ls-files, to ignore git symlinks.
15430
15431         maint.mk: import improvements from m4
15432         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
15433         (move_if_change): Delete unused macro.
15434         (news-date-check, vc-diff-check): Support VPATH builds.
15435         (announcement): Likewise.  Split --bootstrap-tools list...
15436         (boostrap-tools): ...into separate list, which can be overridden
15437         in cfg.mk.
15438         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
15439         requiring dependency on useless-if-before-free module.
15440         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
15441         Support VPATH builds.
15442
15443 2009-04-24  Jim Meyering  <meyering@redhat.com>
15444
15445         maint.mk: remove coreutils-specific rules and variables
15446         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
15447         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
15448         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
15449
15450         maint.mk: remove obsolete rule
15451         * top/maint.mk (rel-check): Remove rule.
15452         (WGET, WGETFLAGS): Remove now-unused variables.
15453
15454 2009-04-24  Simon Josefsson  <simon@josefsson.org>
15455
15456         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
15457         consistency.
15458
15459         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
15460         '$(PATH_SEPARATOR)' instead of ':'.
15461
15462 2009-04-24  Simon Josefsson  <simon@josefsson.org>
15463
15464         * lib/getopt1.c (main): Use 'const' for static array.
15465
15466 2009-04-24  Simon Josefsson  <simon@josefsson.org>
15467
15468         * top/maint.mk: Sync with coreutils.
15469         * NEWS: Explain incompatibilities.
15470
15471 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15472             Bruno Haible  <bruno@clisp.org>
15473
15474         Fix cross-compilation results.
15475         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
15476         statement, as third argument of AC_TRY_RUN.
15477         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
15478         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
15479         Likewise.
15480         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
15481         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
15482         Likewise.
15483         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
15484         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
15485         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
15486
15487 2009-04-20  Bruno Haible  <bruno@clisp.org>
15488
15489         Avoid test failure on mingw.
15490         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
15491
15492 2009-04-20  Bruno Haible  <bruno@clisp.org>
15493
15494         Avoid compilation error on mingw.
15495         * modules/localename-tests (Depends-on): Add locale.
15496
15497 2009-04-19  Bruno Haible  <bruno@clisp.org>
15498
15499         Support for building a shared library on Windows platforms.
15500         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
15501         (main): Test the presence of UNINORM_NFC here.
15502         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
15503         (main): Test the presence of UNINORM_NFD here.
15504         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
15505         (main): Test the presence of UNINORM_NFKC here.
15506         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
15507         (main): Test the presence of UNINORM_NFKD here.
15508
15509 2009-04-19  Bruno Haible  <bruno@clisp.org>
15510
15511         Avoid a compiler warning.
15512         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
15513         Change type of variable 'sequence'.
15514
15515 2009-04-19  Bruno Haible  <bruno@clisp.org>
15516
15517         * modules/configmake (Makefile.am): When the contents of configmake.h
15518         does not change, arrange to preserve its modification time.
15519
15520 2009-04-17  Simon Josefsson  <simon@josefsson.org>
15521
15522         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
15523         gettext domain.
15524
15525 2009-04-16  Jim Meyering  <meyering@redhat.com>
15526
15527         useless-if-before-free: improve conversion code
15528         * build-aux/useless-if-before-free: Adjust code-in-comment to match
15529         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
15530
15531 2009-04-14  Bruno Haible  <bruno@clisp.org>
15532
15533         * modules/fcntl (Depends-on): Add extensions.
15534         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
15535
15536 2009-04-12  Ben Pfaff  <blp@gnu.org>
15537
15538         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
15539         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
15540
15541 2009-03-20  Ben Pfaff  <blp@gnu.org>
15542
15543         Make rename replace existing destinations on Windows.
15544         * m4/rename.m4: Add test for Mingw.
15545         * lib/rename.c: Add rename replacement that uses MoveFileEx with
15546         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
15547         * doc/posix-functions/rename.texi: Document.
15548
15549 2009-04-10  Bruno Haible  <bruno@clisp.org>
15550
15551         New include file "iconveh.h".
15552         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
15553         * lib/striconveh.h: Include it.
15554         (enum iconv_ilseq_handler): Remove definition.
15555         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
15556         striconveh.h.
15557         * lib/striconveha.c: Include striconveh.h.
15558         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
15559         * modules/striconveh (Files): Add lib/iconveh.h.
15560         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
15561         lib/striconveh.h.
15562
15563 2009-04-10  Bruno Haible  <bruno@clisp.org>
15564
15565         * lib/uniconv.h: Update comment.
15566
15567 2009-04-10  Bruno Haible  <bruno@clisp.org>
15568
15569         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
15570         always.
15571         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
15572         * lib/unistr/u16-mbtouc-aux.c: Likewise.
15573         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
15574         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
15575         "unistring-notinline.h", so that the function gets defined always.
15576         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
15577         * lib/unistr/u8-uctomb.c: Likewise.
15578         * lib/unistr/u16-mbtouc.c: Likewise.
15579         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
15580         * lib/unistr/u16-uctomb.c: Likewise.
15581         * lib/unistr/u32-mbtouc.c: Likewise.
15582         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
15583         * lib/unistr/u32-uctomb.c: Likewise.
15584
15585 2009-04-10  Bruno Haible  <bruno@clisp.org>
15586
15587         Mark 'utime' obsolete.
15588         * modules/utime (Status, Notice): New sections.
15589         Suggested by Jim Meyering.
15590
15591         Fix cross-compile guess for utime test.
15592         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
15593         autoconf.
15594         * doc/posix-functions/utime.texi: Give more precisions.
15595         Reported by Jan <ipif@ymail.com>.
15596
15597 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
15598
15599         filevercmp: correct today's change
15600         * lib/filevercmp.c: Also handle coreutils' test inputs.
15601         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
15602
15603         Fix regression in 'filevercmp' module. Thanks Sven Joachim
15604         for reporting it.
15605         * lib/filevercmp.c: Special handle for "", "." and "..".
15606         * tests/test-filevercmp.c: Enlarge the set suite.
15607
15608 2009-04-07  Jim Meyering  <meyering@redhat.com>
15609
15610         useless-if-before-free: show how to remove braced useless free, too
15611         * build-aux/useless-if-before-free: still only in a comment, though.
15612
15613 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
15614
15615         maint.mk: import changes to syntax-check macros from coreutils
15616         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
15617         Use them in the relevant macros.
15618
15619 2009-04-06  Bruno Haible  <bruno@clisp.org>
15620
15621         Fix unportable use of bit-fields.
15622         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
15623         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
15624         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
15625
15626 2009-04-06  Bruno Haible  <bruno@clisp.org>
15627
15628         Avoid test failures on AIX and OSF/1.
15629         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
15630         that malloc(0) = NULL.
15631         * tests/unicase/test-u8-tolower.c (check): Likewise.
15632         * tests/unicase/test-u8-totitle.c (check): Likewise.
15633         * tests/unicase/test-u8-toupper.c (check): Likewise.
15634         * tests/unicase/test-u16-casefold.c (check): Likewise.
15635         * tests/unicase/test-u16-tolower.c (check): Likewise.
15636         * tests/unicase/test-u16-totitle.c (check): Likewise.
15637         * tests/unicase/test-u16-toupper.c (check): Likewise.
15638         * tests/unicase/test-u32-casefold.c (check): Likewise.
15639         * tests/unicase/test-u32-tolower.c (check): Likewise.
15640         * tests/unicase/test-u32-totitle.c (check): Likewise.
15641         * tests/unicase/test-u32-toupper.c (check): Likewise.
15642         * tests/uninorm/test-u8-nfc.c (check): Likewise.
15643         * tests/uninorm/test-u8-nfd.c (check): Likewise.
15644         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
15645         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
15646         * tests/uninorm/test-u16-nfc.c (check): Likewise.
15647         * tests/uninorm/test-u16-nfd.c (check): Likewise.
15648         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
15649         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
15650         * tests/uninorm/test-u32-nfc.c (check): Likewise.
15651         * tests/uninorm/test-u32-nfd.c (check): Likewise.
15652         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
15653         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
15654
15655 2009-04-05  Bruno Haible  <bruno@clisp.org>
15656
15657         Work around an autoconf limitation.
15658         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
15659         comment line if it would be longer than 3 KB.
15660
15661 2009-04-05  Bruno Haible  <bruno@clisp.org>
15662
15663         Avoid test failure with libiconv-1.13.
15664         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
15665         of the expected test results.
15666
15667 2009-04-05  Bruno Haible  <bruno@clisp.org>
15668
15669         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
15670         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
15671         that it should be installed.
15672
15673 2009-04-05  Bruno Haible  <bruno@clisp.org>
15674
15675         * gnulib-tool: New option --copy-file.
15676         (func_usage): Document it.
15677         (func_dest_tmpfilename): Moved out of func_import.
15678         (func_add_file, func_update_file): New functions, extracted from
15679         func_import.
15680         (func_import): Update.
15681
15682 2009-04-05  Karl Berry  <karl@gnu.org>
15683
15684         * README: prominently mention gnulib-tool.
15685         Rearrange sections so getting the code is near the top.
15686
15687 2009-04-05  Bruno Haible  <bruno@clisp.org>
15688
15689         * lib/unicase.h: Mention u*_cmp2.
15690         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
15691         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
15692         * lib/unicase/ulc-casecmp.c: Likewise.
15693         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
15694         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
15695         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
15696         unistr/u8-cmp.
15697         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
15698         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
15699         unistr/u16-cmp.
15700         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
15701         unistr/u32-cmp.
15702
15703         * lib/uninorm.h: Mention u*_cmp2.
15704         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
15705         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
15706         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
15707         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
15708         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
15709         unistr/u8-cmp.
15710         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
15711         unistr/u16-cmp.
15712         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
15713         unistr/u32-cmp.
15714
15715         New module 'unistr/u32-cmp2'.
15716         * lib/unistr/u32-cmp2.c: New file.
15717         * modules/unistr/u32-cmp2: New file.
15718
15719         New module 'unistr/u16-cmp2'.
15720         * lib/unistr/u16-cmp2.c: New file.
15721         * modules/unistr/u16-cmp2: New file.
15722
15723         New module 'unistr/u8-cmp2'.
15724         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
15725         * lib/unistr/u8-cmp2.c: New file.
15726         * lib/unistr/u-cmp2.h: New file.
15727         * modules/unistr/u8-cmp2: New file.
15728
15729 2009-04-05  Bruno Haible  <bruno@clisp.org>
15730
15731         * lib/unictype.h (uc_property_is_valid): New macro.
15732         * tests/unictype/test-pr_byname.c (main): Use it.
15733
15734         * lib/unistr.h: Doc fixes.
15735         * lib/uniconv.h: Doc fixes.
15736         * lib/unictype.h: Doc fixes.
15737
15738 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
15739
15740         Port coreutils 7.2 to Solaris 8.
15741
15742         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
15743         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
15744         for Solaris 8.  This is a bit of a hack, as it means it's the
15745         caller's responsibility to add -lnsl if needed, but most likely it
15746         won't be needed since only getaddrinfo uses this and getaddrinfo
15747         isn't needed on Solaris 8.
15748
15749         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
15750         problem to Solaris 8 encountered with coreutils 7.2, which
15751         resulted in a message "fnmatch.c:292: warning: passing argument 4
15752         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
15753         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
15754
15755 2009-04-03  Simon Josefsson  <simon@josefsson.org>
15756
15757         * m4/ld-version-script.m4: Add FIXME comment.
15758
15759 2009-04-02  Simon Josefsson  <simon@josefsson.org>
15760
15761         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
15762         SOVERSION variable.
15763
15764 2009-04-02  Bruno Haible  <bruno@clisp.org>
15765
15766         * Makefile (info, html, dvi, pdf): Combine the rules.
15767         Suggested by Jim Meyering.
15768
15769 2009-04-01  Bruno Haible  <bruno@clisp.org>
15770
15771         * Makefile (info, html, dvi, pdf): New targets.
15772         Reported by Reuben Thomas <rrt@sc3d.org>.
15773
15774 2009-04-01  Bruno Haible  <bruno@clisp.org>
15775
15776         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
15777         can be put into PATH.
15778         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
15779
15780 2009-04-01  Bruno Haible  <bruno@clisp.org>
15781
15782         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
15783
15784 2009-04-01  Bruno Haible  <bruno@clisp.org>
15785
15786         Rename module 'visibility'.
15787         * modules/lib-symbol-visibility: Renamed from modules/visibility.
15788         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
15789         * doc/gnulib.texi: Update.
15790         * MODULES.html.sh (Misc): Update.
15791         * NEWS: Mention the change.
15792
15793 2009-04-01  Simon Josefsson  <simon@josefsson.org>
15794
15795         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
15796         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
15797         Eric Blake <ebb9@byu.net> for review.
15798         * MODULES.html.sh: Add lib-msvc-compat.
15799         * doc/gnulib.texi: Link to new section.
15800         * m4/ld-output-def.m4: New file.
15801         * doc/ld-output-def.texi: New file.
15802
15803 2009-04-01  Simon Josefsson  <simon@josefsson.org>
15804
15805         Rename ld-version-script to lib-symbol-versions.  Suggested by
15806         Bruno Haible <bruno@clisp.org>.
15807         * modules/ld-version-script: Renamed to lib-symbol-versions.
15808         * doc/ld-version-script.texi: Fix module name.
15809         * MODULES.html.sh: Add lib-symbol-versions.
15810
15811 2009-03-31  Simon Josefsson  <simon@josefsson.org>
15812
15813         * modules/u64-tests: New file.
15814         * tests/test-u64.c: New file.
15815
15816 2009-03-04  Simon Josefsson  <simon@josefsson.org>
15817
15818         * MODULES.html.sh: Mention u64.
15819         * modules/u64: New module.
15820         * modules/crypto/sha512: Depend on u64 module instead of providing
15821         u64.h.
15822
15823 2009-03-27  Eric Blake  <ebb9@byu.net>
15824
15825         test-strerror: make debugging EAI_SYSTEM easier
15826         * modules/getaddrinfo-tests (Depends-on): Add strerror.
15827         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
15828         failure was EAI_SYSTEM.
15829
15830 2009-03-25  Bruno Haible  <bruno@clisp.org>
15831
15832         Fix a problem with --enable-relocatable on Solaris 7.
15833         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
15834         since 2008-02-24.
15835
15836 2009-03-25  Eric Blake  <ebb9@byu.net>
15837
15838         test-sockets: avoid gcc warning
15839         * tests/test-sockets.c (main): Silence compiler warning.
15840
15841 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
15842
15843         New modules nproc, pthread, contributed by Glen Lenker.
15844
15845         * MODULES.html.sh: Add pthread, nproc.
15846         * lib/nproc.c: New file.
15847         * lib/nproc.h: New file.
15848         * lib/pthread.in.h: New file.
15849         * m4/pthread.m4: New file.
15850         * modules/nproc: New file.
15851         * modules/pthread: New file.
15852
15853 2009-03-24  Simon Josefsson  <simon@josefsson.org>
15854
15855         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
15856         New variable.
15857
15858 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
15859
15860         filevercmp: handle simple~ and numbered.~3~ backup suffixes
15861         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
15862         * tests/test-filevercmp.c: Add tests for backup suffixes.
15863
15864 2009-03-24  Simon Josefsson  <simon@josefsson.org>
15865
15866         * modules/stdlib (Depends-on): Add stdint, needed when defining
15867         struct random_data on, for example, HP-UX 10.20.  Reported by
15868         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
15869
15870 2009-03-24  Simon Josefsson  <simon@josefsson.org>
15871
15872         * lib/readline.c (readline): Call fflush on stdout after printing
15873         prompt.
15874
15875 2009-03-20  Bruno Haible  <bruno@clisp.org>
15876
15877         Remove dependency from 'close' module to -lws2_32 on native Windows.
15878         * lib/close-hook.h: New file.
15879         * lib/close-hook.c: New file.
15880         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
15881         w32sock.h.
15882         (_gl_close_fd_maybe_socket): Remove function.
15883         (rpl_close): Invoke execute_all_close_hooks instead of
15884         _gl_close_fd_maybe_socket.
15885         * lib/sockets.c: Include close-hook.h, w32sock.h.
15886         (close_fd_maybe_socket): New function, essentially from lib/close.c.
15887         (close_sockets_hook): New variable.
15888         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
15889         (gl_sockets_cleanup): Unregister it.
15890         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
15891         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
15892         * modules/close-hook: New file.
15893         * modules/close (Files): Remove lib/w32sock.h.
15894         (Depends-on): Add close-hook.
15895         (Link): Remove section.
15896         * modules/sockets (Files): Add lib/w32sock.h.
15897         (Depends-on): Add close-hook.
15898         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
15899         invocation.
15900         * NEWS: Mention that LIB_CLOSE is gone.
15901
15902 2009-03-23  Eric Blake  <ebb9@byu.net>
15903
15904         signal-tests: test previous patch
15905         * tests/test-signal.c: New file.
15906         * modules/signal-tests: Likewise.
15907
15908         signal.h: always support 'volatile sig_atomic_t'
15909         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
15910         (gl_SIGNAL_H_DEFAULTS): Add a default.
15911         * modules/signal (Makefile.am): Substitute if needed.
15912         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
15913         users can blindly add volatile.
15914         * doc/posix-headers/signal.texi (signal.h): Document it.
15915         Reported by Matthew Woehlke.
15916
15917 2009-03-23  Jim Meyering  <meyering@redhat.com>
15918
15919         pathmax: PATH_MAX: use pathconf only when available
15920         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
15921         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
15922         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
15923         This avoids a link failure in a PSP cross-compilation environment
15924         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
15925
15926         * lib/vasnprintf.c (divide): Fix typo in comment.
15927
15928 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15929
15930         * gnulib-tool (func_filter_filelist): Fix comment.
15931
15932 2009-03-20  Bruno Haible  <bruno@clisp.org>
15933
15934         Make sockets.h self-contained.
15935         * lib/sockets.c: Include sockets.h first.
15936         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
15937
15938 2009-03-19  Eric Blake  <ebb9@byu.net>
15939
15940         doc: mention more functions added in cygwin 1.7.0
15941         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
15942         addition.
15943         * doc/posix-functions/log2f.texi: Likewise.
15944
15945 2009-03-19  Jim Meyering  <meyering@redhat.com>
15946
15947         fsusage: avoid syntax error due to statement-before-declaration
15948         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
15949         after all declarations.  Reported by Matthew Woehlke in
15950         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
15951
15952 2009-03-18  Eric Blake  <ebb9@byu.net>
15953
15954         build-aux/compile: sync from automake
15955         * build-aux/compile: New file, from automake.
15956         * config/srclist.txt: Mention build-aux/compile.
15957
15958 2009-03-17  Bruno Haible  <bruno@clisp.org>
15959
15960         * lib/git-merge-changelog.c: Fix typo in comment.
15961         Reported by Reuben Thomas <rrt@sc3d.org>.
15962
15963 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
15964
15965         * m4/regex.m4: update and improve help for
15966         --without-included-regex.
15967
15968 2009-03-17  Simon Josefsson  <simon@josefsson.org>
15969
15970         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
15971         failure on missing include files.
15972
15973 2009-03-17  Eric Blake  <ebb9@byu.net>
15974
15975         doc: mention more functions added in cygwin 1.7.0
15976         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
15977         addition.
15978         * doc/posix-functions/fwscanf.texi: Likewise.
15979         * doc/posix-functions/swprintf.texi: Likewise.
15980         * doc/posix-functions/swscanf.texi: Likewise.
15981         * doc/posix-functions/vfwprintf.texi: Likewise.
15982         * doc/posix-functions/vfwscanf.texi: Likewise.
15983         * doc/posix-functions/vswprintf.texi: Likewise.
15984         * doc/posix-functions/vswscanf.texi: Likewise.
15985         * doc/posix-functions/vwprintf.texi: Likewise.
15986         * doc/posix-functions/vwscanf.texi: Likewise.
15987         * doc/posix-functions/wcscasecmp.texi: Likewise.
15988         * doc/posix-functions/wcsdup.texi: Likewise.
15989         * doc/posix-functions/wcsftime.texi: Likewise.
15990         * doc/posix-functions/wcsncasecmp.texi: Likewise.
15991         * doc/posix-functions/wprintf.texi: Likewise.
15992         * doc/posix-functions/wscanf.texi: Likewise.
15993         * doc/glibc-functions/gethostbyname2.texi: Likewise.
15994
15995 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15996
15997         maint.mk: really add $(AM_MAKEFLAGS)
15998         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
15999         was inadvertently omitted in the last commit.
16000         Spotted by Bruno Haible.
16001
16002         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
16003         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
16004         $(AM_MAKEFLAGS)' rather than plain `make'.
16005
16006         gnulib-tool: execute $MAKE not make
16007         * gnulib-tool: Default $MAKE to 'make'.
16008         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
16009         than make.  Initialize $MAKE in the do-autobuild script.
16010
16011         gnulib-tool: use $MAKE not make in generated files
16012         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
16013         make, in generated files.  Initialize $MAKE in the do-autobuild
16014         script.
16015
16016         * top/GNUmakefile (_have-git-version-gen): Fix typo.
16017
16018         GNUmakefile: disable parallelism only for multiple, recursive targets
16019         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
16020         additions in the Makefile.
16021         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
16022         by Automake.
16023         (.NOTPARALLEL): Only disable parallel builds if multiple targets
16024         are listed on the command line and at least one of them is
16025         listed in $(ALL_RECURSIVE_TARGETS).
16026
16027 2009-03-14  Bruno Haible  <bruno@clisp.org>
16028
16029         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
16030         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
16031         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
16032         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
16033         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
16034         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
16035         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
16036         unistr/u8-uctomb.
16037         * modules/unistr/u8-strchr (Depends-on): Likewise.
16038         * modules/unistr/u8-strrchr (Depends-on): Likewise.
16039         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
16040         unistr/u16-uctomb.
16041         * modules/unistr/u16-strchr (Depends-on): Likewise.
16042         * modules/unistr/u16-strrchr (Depends-on): Likewise.
16043
16044 2009-03-12  Bruno Haible  <bruno@clisp.org>
16045
16046         Work around select() bug on Interix 3.5.
16047         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
16048         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
16049         * m4/select.m4: New file.
16050         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
16051         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
16052         * modules/select (Files): Add m4/select.m4.
16053         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
16054         * modules/nanosleep (Depends-on): Add select.
16055         * modules/poll (Depends-on): Likewise.
16056         * doc/posix-functions/select.texi: Mention the Interix bug.
16057         Reported by Markus Duft <mduft@gentoo.org>.
16058
16059         * lib/select.c: Renamed from lib/winsock-select.c.
16060         * modules/select (Files): Add lib/select.c, remove
16061         lib/winsock-select.c.
16062         (configure.ac): Update.
16063
16064 2009-03-12  Jim Meyering  <meyering@redhat.com>
16065
16066         avoid gcc warnings about unused macro definitions
16067         * lib/readtokens.c (STREQ): Remove unused definition.
16068         * lib/xmalloc.c (SIZE_MAX): Likewise.
16069         * lib/openat-die.c (N_): Likewise.
16070         * lib/mountlist.c (SIZE_MAX): Remove definition.
16071         Instead, include <stdint.h>.
16072         * lib/readutmp.c: Likewise.
16073         * modules/readutmp (Depends-on): Add stdint.
16074         * modules/mountlist (Depends-on): Add stdint.
16075         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
16076
16077 2009-03-10  Bruno Haible  <bruno@clisp.org>
16078
16079         Tests for module 'mbmemcasecoll'.
16080         * modules/mbmemcasecoll-tests: New file.
16081         * tests/test-mbmemcasecoll1.sh: New file.
16082         * tests/test-mbmemcasecoll2.sh: New file.
16083         * tests/test-mbmemcasecoll3.sh: New file.
16084         * tests/test-mbmemcasecoll.c: New file.
16085
16086         New module 'mbmemcasecoll'.
16087         * lib/mbmemcasecoll.h: New file.
16088         * lib/mbmemcasecoll.c: New file.
16089         * modules/mbmemcasecoll: New file.
16090
16091         * tests/test-mbmemcasecmp.h: New file, extracted from
16092         tests/test-mbmemcasecmp.c.
16093         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
16094         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
16095         (main): Update.
16096         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
16097
16098 2009-03-09  Bruno Haible  <bruno@clisp.org>
16099
16100         Tests for module 'mbmemcasecmp'.
16101         * modules/mbmemcasecmp-tests: New file.
16102         * tests/test-mbmemcasecmp1.sh: New file.
16103         * tests/test-mbmemcasecmp2.sh: New file.
16104         * tests/test-mbmemcasecmp3.sh: New file.
16105         * tests/test-mbmemcasecmp.c: New file.
16106
16107         New module 'mbmemcasecmp'.
16108         * lib/mbmemcasecmp.h: New file.
16109         * lib/mbmemcasecmp.c: New file.
16110         * modules/mbmemcasecmp: New file.
16111
16112 2009-03-09  Bruno Haible  <bruno@clisp.org>
16113
16114         Tests for module 'unicase/ulc-casecoll'.
16115         * modules/unicase/ulc-casecoll-tests: New file.
16116         * tests/unicase/test-ulc-casecoll1.sh: New file.
16117         * tests/unicase/test-ulc-casecoll2.sh: New file.
16118         * tests/unicase/test-ulc-casecoll.c: New file.
16119
16120         New module 'unicase/ulc-casecoll'.
16121         * lib/unicase.h (ulc_casecoll): New declaration.
16122         * lib/unicase/ulc-casecoll.c: New file.
16123         * modules/unicase/ulc-casecoll: New file.
16124
16125         New module 'unicase/ulc-casexfrm'.
16126         * lib/unicase.h (ulc_casexfrm): New declaration.
16127         * lib/unicase/ulc-casexfrm.c: New file.
16128         * modules/unicase/ulc-casexfrm: New file.
16129
16130 2009-03-09  Bruno Haible  <bruno@clisp.org>
16131
16132         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
16133         invocations.
16134
16135         * m4/mbscasecmp.m4: Remove file.
16136         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
16137         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
16138
16139         * m4/mbscasestr.m4: Remove file.
16140         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
16141         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
16142
16143         * m4/mbschr.m4: Remove file.
16144         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
16145         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
16146
16147         * m4/mbscspn.m4: Remove file.
16148         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
16149         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
16150
16151         * m4/mbslen.m4: Remove file.
16152         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
16153         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
16154
16155         * m4/mbsncasecmp.m4: Remove file.
16156         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
16157         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
16158
16159         * m4/mbsnlen.m4: Remove file.
16160         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
16161         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
16162
16163         * m4/mbspbrk.m4: Remove file.
16164         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
16165         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
16166
16167         * m4/mbspcasecmp.m4: Remove file.
16168         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
16169         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
16170
16171         * m4/mbsrchr.m4: Remove file.
16172         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
16173         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
16174
16175         * m4/mbssep.m4: Remove file.
16176         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
16177         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
16178
16179         * m4/mbsspn.m4: Remove file.
16180         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
16181         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
16182
16183         * m4/mbsstr.m4: Remove file.
16184         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
16185         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
16186
16187         * m4/mbstok_r.m4: Remove file.
16188         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
16189         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
16190
16191         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
16192
16193         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
16194         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
16195
16196         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
16197
16198 2009-03-08  Bruno Haible  <bruno@clisp.org>
16199
16200         Tests for module 'unicase/ulc-casecmp'.
16201         * modules/unicase/ulc-casecmp-tests: New file.
16202         * tests/unicase/test-ulc-casecmp1.sh: New file.
16203         * tests/unicase/test-ulc-casecmp2.sh: New file.
16204         * tests/unicase/test-ulc-casecmp.c: New file.
16205
16206         New module 'unicase/ulc-casecmp'.
16207         * lib/unicase.h (ulc_casecmp): New declaration.
16208         * lib/unicase/ulc-casecmp.c: New file.
16209         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
16210         'const SRC_UNIT *'.
16211         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
16212         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
16213         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
16214         * modules/unicase/ulc-casecmp: New file.
16215
16216         Tests for module 'unicase/u32-is-cased'.
16217         * modules/unicase/u32-is-cased-tests: New file.
16218         * tests/unicase/test-u32-is-cased.c: New file.
16219
16220         Tests for module 'unicase/u16-is-cased'.
16221         * modules/unicase/u16-is-cased-tests: New file.
16222         * tests/unicase/test-u16-is-cased.c: New file.
16223
16224         Tests for module 'unicase/u8-is-cased'.
16225         * modules/unicase/u8-is-cased-tests: New file.
16226         * tests/unicase/test-u8-is-cased.c: New file.
16227         * tests/unicase/test-is-cased.h: New file.
16228
16229         New module 'unicase/u32-is-cased'.
16230         * lib/unicase/u32-is-cased.c: New file.
16231         * modules/unicase/u32-is-cased: New file.
16232
16233         New module 'unicase/u16-is-cased'.
16234         * lib/unicase/u16-is-cased.c: New file.
16235         * modules/unicase/u16-is-cased: New file.
16236
16237         New module 'unicase/u8-is-cased'.
16238         * lib/unicase/u8-is-cased.c: New file.
16239         * lib/unicase/u-is-cased.h: New file.
16240         * modules/unicase/u8-is-cased: New file.
16241
16242         Tests for module 'unicase/u32-is-casefolded'.
16243         * modules/unicase/u32-is-casefolded-tests: New file.
16244         * tests/unicase/test-u32-is-casefolded.c: New file.
16245
16246         Tests for module 'unicase/u16-is-casefolded'.
16247         * modules/unicase/u16-is-casefolded-tests: New file.
16248         * tests/unicase/test-u16-is-casefolded.c: New file.
16249
16250         Tests for module 'unicase/u8-is-casefolded'.
16251         * modules/unicase/u8-is-casefolded-tests: New file.
16252         * tests/unicase/test-u8-is-casefolded.c: New file.
16253         * tests/unicase/test-is-casefolded.h: New file.
16254
16255         New module 'unicase/u32-is-casefolded'.
16256         * lib/unicase/u32-is-casefolded.c: New file.
16257         * modules/unicase/u32-is-casefolded: New file.
16258
16259         New module 'unicase/u16-is-casefolded'.
16260         * lib/unicase/u16-is-casefolded.c: New file.
16261         * modules/unicase/u16-is-casefolded: New file.
16262
16263         New module 'unicase/u8-is-casefolded'.
16264         * lib/unicase/u8-is-casefolded.c: New file.
16265         * modules/unicase/u8-is-casefolded: New file.
16266
16267         Tests for module 'unicase/u32-is-titlecase'.
16268         * modules/unicase/u32-is-titlecase-tests: New file.
16269         * tests/unicase/test-u32-is-titlecase.c: New file.
16270
16271         Tests for module 'unicase/u16-is-titlecase'.
16272         * modules/unicase/u16-is-titlecase-tests: New file.
16273         * tests/unicase/test-u16-is-titlecase.c: New file.
16274
16275         Tests for module 'unicase/u8-is-titlecase'.
16276         * modules/unicase/u8-is-titlecase-tests: New file.
16277         * tests/unicase/test-u8-is-titlecase.c: New file.
16278         * tests/unicase/test-is-titlecase.h: New file.
16279
16280         New module 'unicase/u32-is-titlecase'.
16281         * lib/unicase/u32-is-titlecase.c: New file.
16282         * modules/unicase/u32-is-titlecase: New file.
16283
16284         New module 'unicase/u16-is-titlecase'.
16285         * lib/unicase/u16-is-titlecase.c: New file.
16286         * modules/unicase/u16-is-titlecase: New file.
16287
16288         New module 'unicase/u8-is-titlecase'.
16289         * lib/unicase/u8-is-titlecase.c: New file.
16290         * modules/unicase/u8-is-titlecase: New file.
16291
16292         Tests for module 'unicase/u32-is-lowercase'.
16293         * modules/unicase/u32-is-lowercase-tests: New file.
16294         * tests/unicase/test-u32-is-lowercase.c: New file.
16295
16296         Tests for module 'unicase/u16-is-lowercase'.
16297         * modules/unicase/u16-is-lowercase-tests: New file.
16298         * tests/unicase/test-u16-is-lowercase.c: New file.
16299
16300         Tests for module 'unicase/u8-is-lowercase'.
16301         * modules/unicase/u8-is-lowercase-tests: New file.
16302         * tests/unicase/test-u8-is-lowercase.c: New file.
16303         * tests/unicase/test-is-lowercase.h: New file.
16304
16305         New module 'unicase/u32-is-lowercase'.
16306         * lib/unicase/u32-is-lowercase.c: New file.
16307         * modules/unicase/u32-is-lowercase: New file.
16308
16309         New module 'unicase/u16-is-lowercase'.
16310         * lib/unicase/u16-is-lowercase.c: New file.
16311         * modules/unicase/u16-is-lowercase: New file.
16312
16313         New module 'unicase/u8-is-lowercase'.
16314         * lib/unicase/u8-is-lowercase.c: New file.
16315         * modules/unicase/u8-is-lowercase: New file.
16316
16317         Tests for module 'unicase/u32-is-uppercase'.
16318         * modules/unicase/u32-is-uppercase-tests: New file.
16319         * tests/unicase/test-u32-is-uppercase.c: New file.
16320
16321         Tests for module 'unicase/u16-is-uppercase'.
16322         * modules/unicase/u16-is-uppercase-tests: New file.
16323         * tests/unicase/test-u16-is-uppercase.c: New file.
16324
16325         Tests for module 'unicase/u8-is-uppercase'.
16326         * modules/unicase/u8-is-uppercase-tests: New file.
16327         * tests/unicase/test-u8-is-uppercase.c: New file.
16328         * tests/unicase/test-is-uppercase.h: New file.
16329
16330         New module 'unicase/u32-is-uppercase'.
16331         * lib/unicase/u32-is-uppercase.c: New file.
16332         * modules/unicase/u32-is-uppercase: New file.
16333
16334         New module 'unicase/u16-is-uppercase'.
16335         * lib/unicase/u16-is-uppercase.c: New file.
16336         * modules/unicase/u16-is-uppercase: New file.
16337
16338         New module 'unicase/u8-is-uppercase'.
16339         * lib/unicase/u8-is-uppercase.c: New file.
16340         * modules/unicase/u8-is-uppercase: New file.
16341
16342         New module 'unicase/u32-is-invariant'.
16343         * lib/unicase/u32-is-invariant.c: New file.
16344         * modules/unicase/u32-is-invariant: New file.
16345
16346         New module 'unicase/u16-is-invariant'.
16347         * lib/unicase/u16-is-invariant.c: New file.
16348         * modules/unicase/u16-is-invariant: New file.
16349
16350         New module 'unicase/u8-is-invariant'.
16351         * lib/unicase/u8-is-invariant.c: New file.
16352         * lib/unicase/invariant.h: New file.
16353         * lib/unicase/u-is-invariant.h: New file.
16354         * modules/unicase/u8-is-invariant: New file.
16355
16356         Tests for module 'unicase/u32-casecoll'.
16357         * modules/unicase/u32-casecoll-tests: New file.
16358         * tests/unicase/test-u32-casecoll.c: New file.
16359
16360         Tests for module 'unicase/u16-casecoll'.
16361         * modules/unicase/u16-casecoll-tests: New file.
16362         * tests/unicase/test-u16-casecoll.c: New file.
16363
16364         Tests for module 'unicase/u8-casecoll'.
16365         * modules/unicase/u8-casecoll-tests: New file.
16366         * tests/unicase/test-u8-casecoll.c: New file.
16367
16368         New module 'unicase/u32-casecoll'.
16369         * lib/unicase/u32-casecoll.c: New file.
16370         * modules/unicase/u32-casecoll: New file.
16371
16372         New module 'unicase/u16-casecoll'.
16373         * lib/unicase/u16-casecoll.c: New file.
16374         * modules/unicase/u16-casecoll: New file.
16375
16376         New module 'unicase/u8-casecoll'.
16377         * lib/unicase/u8-casecoll.c: New file.
16378         * lib/unicase/u-casecoll.h: New file.
16379         * modules/unicase/u8-casecoll: New file.
16380
16381         New module 'unicase/u32-casexfrm'.
16382         * lib/unicase/u32-casexfrm.c: New file.
16383         * modules/unicase/u32-casexfrm: New file.
16384
16385         New module 'unicase/u16-casexfrm'.
16386         * lib/unicase/u16-casexfrm.c: New file.
16387         * modules/unicase/u16-casexfrm: New file.
16388
16389         New module 'unicase/u8-casexfrm'.
16390         * lib/unicase/u8-casexfrm.c: New file.
16391         * lib/unicase/u-casexfrm.h: New file.
16392         * modules/unicase/u8-casexfrm: New file.
16393
16394         Tests for module 'unicase/u32-casecmp'.
16395         * modules/unicase/u32-casecmp-tests: New file.
16396         * tests/unicase/test-u32-casecmp.c: New file.
16397
16398         Tests for module 'unicase/u16-casecmp'.
16399         * modules/unicase/u16-casecmp-tests: New file.
16400         * tests/unicase/test-u16-casecmp.c: New file.
16401
16402         Tests for module 'unicase/u8-casecmp'.
16403         * modules/unicase/u8-casecmp-tests: New file.
16404         * tests/unicase/test-u8-casecmp.c: New file.
16405         * tests/unicase/test-casecmp.h: New file.
16406
16407         New module 'unicase/u32-casecmp'.
16408         * lib/unicase/u32-casecmp.c: New file.
16409         * modules/unicase/u32-casecmp: New file.
16410
16411         New module 'unicase/u16-casecmp'.
16412         * lib/unicase/u16-casecmp.c: New file.
16413         * modules/unicase/u16-casecmp: New file.
16414
16415         New module 'unicase/u8-casecmp'.
16416         * lib/unicase/u8-casecmp.c: New file.
16417         * lib/unicase/u-casecmp.h: New file.
16418         * modules/unicase/u8-casecmp: New file.
16419
16420         Tests for module 'unicase/u32-casefold'.
16421         * modules/unicase/u32-casefold-tests: New file.
16422         * tests/unicase/test-u32-casefold.c: New file.
16423
16424         Tests for module 'unicase/u16-casefold'.
16425         * modules/unicase/u16-casefold-tests: New file.
16426         * tests/unicase/test-u16-casefold.c: New file.
16427
16428         Tests for module 'unicase/u8-casefold'.
16429         * modules/unicase/u8-casefold-tests: New file.
16430         * tests/unicase/test-u8-casefold.c: New file.
16431
16432         New module 'unicase/u32-casefold'.
16433         * lib/unicase/u32-casefold.c: New file.
16434         * modules/unicase/u32-casefold: New file.
16435
16436         New module 'unicase/u16-casefold'.
16437         * lib/unicase/u16-casefold.c: New file.
16438         * modules/unicase/u16-casefold: New file.
16439
16440         New module 'unicase/u8-casefold'.
16441         * lib/unicase/u8-casefold.c: New file.
16442         * lib/unicase/u-casefold.h: New file.
16443         * modules/unicase/u8-casefold: New file.
16444
16445         New module 'unicase/tocasefold'.
16446         * lib/unicase/casefold.h: New file.
16447         * lib/unicase/tocasefold.c: New file.
16448         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
16449         * modules/unicase/tocasefold: New file.
16450
16451         Tests for module 'unicase/u32-totitle'.
16452         * modules/unicase/u32-totitle-tests: New file.
16453         * tests/unicase/test-u32-totitle.c: New file.
16454
16455         Tests for module 'unicase/u16-totitle'.
16456         * modules/unicase/u16-totitle-tests: New file.
16457         * tests/unicase/test-u16-totitle.c: New file.
16458
16459         Tests for module 'unicase/u8-totitle'.
16460         * modules/unicase/u8-totitle-tests: New file.
16461         * tests/unicase/test-u8-totitle.c: New file.
16462
16463         New module 'unicase/u32-totitle'.
16464         * lib/unicase/u32-totitle.c: New file.
16465         * modules/unicase/u32-totitle: New file.
16466
16467         New module 'unicase/u16-totitle'.
16468         * lib/unicase/u16-totitle.c: New file.
16469         * modules/unicase/u16-totitle: New file.
16470
16471         New module 'unicase/u8-totitle'.
16472         * lib/unicase/u8-totitle.c: New file.
16473         * lib/unicase/u-totitle.h: New file.
16474         * modules/unicase/u8-totitle: New file.
16475
16476         Tests for module 'unicase/u32-tolower'.
16477         * modules/unicase/u32-tolower-tests: New file.
16478         * tests/unicase/test-u32-tolower.c: New file.
16479
16480         Tests for module 'unicase/u16-tolower'.
16481         * modules/unicase/u16-tolower-tests: New file.
16482         * tests/unicase/test-u16-tolower.c: New file.
16483
16484         Tests for module 'unicase/u8-tolower'.
16485         * modules/unicase/u8-tolower-tests: New file.
16486         * tests/unicase/test-u8-tolower.c: New file.
16487
16488         New module 'unicase/u32-tolower'.
16489         * lib/unicase/u32-tolower.c: New file.
16490         * modules/unicase/u32-tolower: New file.
16491
16492         New module 'unicase/u16-tolower'.
16493         * lib/unicase/u16-tolower.c: New file.
16494         * modules/unicase/u16-tolower: New file.
16495
16496         New module 'unicase/u8-tolower'.
16497         * lib/unicase/u8-tolower.c: New file.
16498         * modules/unicase/u8-tolower: New file.
16499
16500         Tests for module 'unicase/u32-toupper'.
16501         * modules/unicase/u32-toupper-tests: New file.
16502         * tests/unicase/test-u32-toupper.c: New file.
16503
16504         Tests for module 'unicase/u16-toupper'.
16505         * modules/unicase/u16-toupper-tests: New file.
16506         * tests/unicase/test-u16-toupper.c: New file.
16507
16508         Tests for module 'unicase/u8-toupper'.
16509         * modules/unicase/u8-toupper-tests: New file.
16510         * tests/unicase/test-u8-toupper.c: New file.
16511
16512         New module 'unicase/u32-toupper'.
16513         * lib/unicase/u32-toupper.c: New file.
16514         * modules/unicase/u32-toupper: New file.
16515
16516         New module 'unicase/u16-toupper'.
16517         * lib/unicase/u16-toupper.c: New file.
16518         * modules/unicase/u16-toupper: New file.
16519
16520         New module 'unicase/u8-toupper'.
16521         * lib/unicase/u8-toupper.c: New file.
16522         * modules/unicase/u8-toupper: New file.
16523
16524         New module 'unicase/u32-casemap'.
16525         * lib/unicase/u32-casemap.c: New file.
16526         * modules/unicase/u32-casemap: New file.
16527
16528         New module 'unicase/u16-casemap'.
16529         * lib/unicase/u16-casemap.c: New file.
16530         * modules/unicase/u16-casemap: New file.
16531
16532         New module 'unicase/u8-casemap'.
16533         * lib/unicase/unicasemap.h: New file.
16534         * lib/unicase/u8-casemap.c: New file.
16535         * lib/unicase/u-casemap.h: New file.
16536         * modules/unicase/u8-casemap: New file.
16537
16538         New module 'unicase/special-casing'.
16539         * lib/unicase/special-casing.h: New file.
16540         * lib/unicase/special-casing.c: New file.
16541         * lib/unicase/special-casing-table.gperf: New file, generated by
16542         gen-uni-tables.c.
16543         * modules/unicase/special-casing: New file.
16544
16545         Tests for module 'unicase/locale-language'.
16546         * modules/unicase/locale-language-tests: New file.
16547         * tests/unicase/test-locale-language.sh: New file.
16548         * tests/unicase/test-locale-language.c: New file.
16549
16550         New module 'unicase/locale-language'.
16551         * lib/unicase/locale-language.c: New file.
16552         * lib/unicase/locale-languages.gperf: New file.
16553         * modules/unicase/locale-language: New file.
16554
16555         Generate more tables for case conversion and case folding.
16556         * lib/gen-uni-tables.c (SCC_*): New enum items.
16557         (struct special_casing_rule): New type.
16558         (casing_rules, num_casing_rules, allocated_casing_rules): New
16559         variables.
16560         (add_casing_rule, fill_casing_rules): New functions.
16561         (struct casefold_rule): New type.
16562         (casefolding_rules, num_casefolding_rules,
16563         allocated_casefolding_rules): New variables.
16564         (fill_casefolding_rules): New function.
16565         (unicode_casefold): New variable.
16566         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
16567         sort_casing_rules, output_casing_rules): New functions.
16568         (main): Accept to more arguments: SpecialCasing.txt and
16569         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
16570         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
16571         Output mapping for casefolding.
16572
16573         * lib/unicase.h: Include stdbool.h, uninorm.h.
16574         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
16575         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
16576         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
16577         arguments.
16578         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
16579         resultp arguments.
16580         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
16581         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
16582         resultp arguments.
16583         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
16584         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
16585         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
16586         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
16587         declarations.
16588         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
16589
16590 2009-03-08  Bruno Haible  <bruno@clisp.org>
16591
16592         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
16593         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
16594         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
16595         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
16596
16597 2009-03-07  Bruno Haible  <bruno@clisp.org>
16598
16599         Adjust u*_normcmp, u*_normcoll API.
16600         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
16601         u16_normcoll, u32_normcoll): Change failure conventions.
16602         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
16603         errno and return -1.
16604         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
16605
16606 2009-03-07  Bruno Haible  <bruno@clisp.org>
16607
16608         Tests for module 'uninorm/u32-normcoll'.
16609         * modules/uninorm/u32-normcoll-tests: New file.
16610         * tests/uninorm/test-u32-normcoll.c: New file.
16611
16612         Tests for module 'uninorm/u16-normcoll'.
16613         * modules/uninorm/u16-normcoll-tests: New file.
16614         * tests/uninorm/test-u16-normcoll.c: New file.
16615
16616         Tests for module 'uninorm/u8-normcoll'.
16617         * modules/uninorm/u8-normcoll-tests: New file.
16618         * tests/uninorm/test-u8-normcoll.c: New file.
16619
16620 2009-03-07  Bruno Haible  <bruno@clisp.org>
16621
16622         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
16623         tests/uninorm/test-u32-normcmp.c.
16624         * tests/uninorm/test-u32-normcmp.c: Include it.
16625         (test_nonascii): New function, extracted from main. Add some more
16626         tests.
16627         (main): Invoke test_ascii and test_nonascii.
16628         * modules/uninorm/u32-normcmp-tests (Files): Add
16629         tests/uninorm/test-u32-normcmp.h.
16630         (Depends-on): Remove uninorm/u32-normcmp.
16631
16632         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
16633         tests/uninorm/test-u16-normcmp.c.
16634         * tests/uninorm/test-u16-normcmp.c: Include it.
16635         (test_nonascii): New function, extracted from main. Add some more
16636         tests.
16637         (main): Invoke test_ascii and test_nonascii.
16638         * modules/uninorm/u16-normcmp-tests (Files): Add
16639         tests/uninorm/test-u16-normcmp.h.
16640         (Depends-on): Remove uninorm/u16-normcmp.
16641
16642         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
16643         tests/uninorm/test-u8-normcmp.c.
16644         * tests/uninorm/test-u8-normcmp.c: Include it.
16645         (test_nonascii): New function, extracted from main. Add some more
16646         tests.
16647         (main): Invoke test_ascii and test_nonascii.
16648         * modules/uninorm/u8-normcmp-tests (Files): Add
16649         tests/uninorm/test-u8-normcmp.h.
16650         (Depends-on): Remove uninorm/u8-normcmp.
16651
16652 2009-03-07  Bruno Haible  <bruno@clisp.org>
16653
16654         New module 'uninorm/u32-normcoll'.
16655         * lib/uninorm/u32-normcoll.c: New file.
16656         * modules/uninorm/u32-normcoll: New file.
16657
16658         New module 'uninorm/u16-normcoll'.
16659         * lib/uninorm/u16-normcoll.c: New file.
16660         * modules/uninorm/u16-normcoll: New file.
16661
16662         New module 'uninorm/u8-normcoll'.
16663         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
16664         declarations.
16665         * lib/uninorm/u8-normcoll.c: New file.
16666         * lib/uninorm/u-normcoll.h: New file.
16667         * modules/uninorm/u8-normcoll: New file.
16668
16669         New module 'uninorm/u32-normxfrm'.
16670         * lib/uninorm/u32-normxfrm.c: New file.
16671         * modules/uninorm/u32-normxfrm: New file.
16672
16673         New module 'uninorm/u16-normxfrm'.
16674         * lib/uninorm/u16-normxfrm.c: New file.
16675         * modules/uninorm/u16-normxfrm: New file.
16676
16677         New module 'uninorm/u8-normxfrm'.
16678         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
16679         declarations.
16680         * lib/uninorm/u8-normxfrm.c: New file.
16681         * lib/uninorm/u-normxfrm.h: New file.
16682         * modules/uninorm/u8-normxfrm: New file.
16683
16684 2009-03-07  Bruno Haible  <bruno@clisp.org>
16685
16686         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
16687         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
16688         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
16689
16690 2009-03-07  Bruno Haible  <bruno@clisp.org>
16691
16692         New module 'memxfrm'.
16693         * lib/memxfrm.h: New file.
16694         * lib/memxfrm.c: New file.
16695         * modules/memxfrm: New file.
16696
16697 2009-03-07  Bruno Haible  <bruno@clisp.org>
16698
16699         New module 'memcmp2'.
16700         * lib/memcmp2.h: New file.
16701         * lib/memcmp2.c: New file.
16702         * modules/memcmp2: New file.
16703
16704 2009-03-07  Bruno Haible  <bruno@clisp.org>
16705
16706         Tests for module 'uninorm/decomposing-form'.
16707         * modules/uninorm/decomposing-form-tests: New file.
16708         * tests/uninorm/test-decomposing-form.c: New file.
16709
16710         New module 'uninorm/decomposing-form'.
16711         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
16712         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
16713         Add 'decomposing_variant' field.
16714         * lib/uninorm/decomposing-form.c: New file.
16715         * lib/uninorm/nfc.c (uninorm_nfc): Update.
16716         * lib/uninorm/nfd.c (uninorm_nfd): Update.
16717         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
16718         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
16719         * modules/uninorm/decomposing-form: New file.
16720         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
16721         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
16722
16723 2009-03-07  Bruno Haible  <bruno@clisp.org>
16724
16725         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
16726         strings.
16727
16728 2009-03-06  Bruno Haible  <bruno@clisp.org>
16729
16730         Tests for module 'uninorm/u32-normcmp'.
16731         * tests/uninorm/test-u32-normcmp.c: New file.
16732         * modules/uninorm/u32-normcmp-tests: New file.
16733
16734         Tests for module 'uninorm/u16-normcmp'.
16735         * tests/uninorm/test-u16-normcmp.c: New file.
16736         * modules/uninorm/u16-normcmp-tests: New file.
16737
16738         Tests for module 'uninorm/u8-normcmp'.
16739         * tests/uninorm/test-u8-normcmp.c: New file.
16740         * modules/uninorm/u8-normcmp-tests: New file.
16741
16742         New module 'uninorm/u32-normcmp'.
16743         * lib/uninorm/u32-normcmp.c: New file.
16744         * modules/uninorm/u32-normcmp: New file.
16745
16746         New module 'uninorm/u16-normcmp'.
16747         * lib/uninorm/u16-normcmp.c: New file.
16748         * modules/uninorm/u16-normcmp: New file.
16749
16750         New module 'uninorm/u8-normcmp'.
16751         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
16752         declarations.
16753         * lib/uninorm/u8-normcmp.c: New file.
16754         * lib/uninorm/u-normcmp.h: New file.
16755         * modules/uninorm/u8-normcmp: New file.
16756
16757 2009-03-06  Bruno Haible  <bruno@clisp.org>
16758
16759         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
16760         Reported by Eric Blake.
16761
16762 2009-03-06  Eric Blake  <ebb9@byu.net>
16763             Bruno Haible  <bruno@clisp.org>
16764
16765         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
16766         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
16767         condition.
16768         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
16769         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
16770         condition.
16771         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
16772
16773 2009-03-06  Eric Blake  <ebb9@byu.net>
16774
16775         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
16776         to avoid compiler warnings.
16777         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
16778
16779 2009-03-05  Bruno Haible  <bruno@clisp.org>
16780
16781         * tests/test-ftell.c (main): Disable test beyond end of file on
16782         FreeMiNT.
16783         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
16784
16785 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
16786
16787         * lib/filevercmp.c: Move hidden files up in ordering.
16788         * tests/test-filevercmp.c: Add tests for hidden files.
16789
16790 2009-03-04  Bruno Haible  <bruno@clisp.org>
16791
16792         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
16793         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
16794         AM_CFLAGS.
16795         Reported by Simon Josefsson.
16796
16797 2009-03-03  Bruno Haible  <bruno@clisp.org>
16798
16799         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
16800         Reported by Simon Josefsson.
16801
16802         * doc/ld-version-script.texi: Update node reference.
16803
16804 2009-03-03  Bruno Haible  <bruno@clisp.org>
16805
16806         * modules/visibility (License): Change to 'unlimited'.
16807         Suggested by Simon Josefsson.
16808
16809 2009-03-03  Jim Meyering  <meyering@redhat.com>
16810
16811         unlinkdir: cannot_unlink_dir may modify process state
16812         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
16813         it's neither thread-safe nor appropriate for use in a library.
16814
16815 2009-03-03  Eric Blake  <ebb9@byu.net>
16816
16817         test-closein: silence test under Darwin
16818         * tests/test-closein.sh: Ignore stderr from cat, since we don't
16819         care if it dies from EPIPE or EBADF.
16820
16821 2009-03-03  Bruno Haible  <bruno@clisp.org>
16822
16823         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
16824         earlier.
16825         * doc/visibility.texi: Fix @node and @section.
16826
16827 2009-03-03  Simon Josefsson  <simon@josefsson.org>
16828
16829         * doc/gnulib.texi: Link to sections for ld version script and
16830         visibility.
16831         * doc/visibility.texi: Add @node and @section.
16832         * modules/ld-version-script: New module.
16833         * m4/ld-version-script.m4: New file.
16834         * doc/ld-version-script.texi: New file.
16835
16836 2009-03-02  David Lutterkort  <lutter@redhat.com>
16837
16838         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
16839         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
16840
16841 2009-03-02  Bruno Haible  <bruno@clisp.org>
16842
16843         * doc/visibility.texi: Mention libtool's -export-symbols option.
16844
16845 2009-03-02  Jim Meyering  <meyering@redhat.com>
16846
16847         announce-gen: new option: --no-print-checksums
16848         * build-aux/announce-gen (usage): Describe it.
16849         (print_checksums): Print a newline here, not in the [*] footnote.
16850         (main): Honor it.
16851
16852 2009-03-01  Bruno Haible  <bruno@clisp.org>
16853
16854         Use socklen_t in the native Windows replacements prototypes.
16855         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
16856         instead of 'int'.
16857         * lib/getsockopt.c (rpl_getsockopt): Likewise.
16858         * lib/setsockopt.c (rpl_setsockopt): Likewise.
16859         * modules/getsockopt (Depends-on): Add socklen.
16860         * modules/setsockopt (Depends-on): Add socklen.
16861
16862 2009-03-01  Bruno Haible  <bruno@clisp.org>
16863
16864         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
16865         least 4.2.
16866
16867 2009-03-01  Eric Blake  <ebb9@byu.net>
16868             Bruno Haible  <bruno@clisp.org>
16869
16870         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
16871         error messages.
16872         * lib/wait-process.c (wait_subprocess): Omit error message about
16873         deadly signal sent to the child of termsigp != NULL.
16874
16875 2009-03-01  Eric Blake  <ebb9@byu.net>
16876
16877         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
16878
16879 2009-03-01  Bruno Haible  <bruno@clisp.org>
16880
16881         Avoid a gcc warning.
16882         * tests/test-sched.c (b): Make global.
16883         Reported by Eric Blake.
16884
16885 2009-01-19  Martin Lambers  <marlam@marlam.de>
16886
16887         Provide POSIX semantics for socket timeout options on W32.
16888         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
16889         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
16890         * modules/setsockopt: Depend on sys_time module for struct timeval.
16891         * modules/getsockopt: Depend on sys_time module for struct timeval.
16892
16893 2009-03-01  Simon Josefsson  <simon@josefsson.org>
16894
16895         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
16896         __USE_GNU, for consistency with netdb.in.h.
16897         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
16898
16899 2009-03-01  Bruno Haible  <bruno@clisp.org>
16900
16901         More support for FreeMiNT.
16902         * lib/fseeko.c (rpl_fseeko): Complete last commit.
16903         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
16904
16905 2009-03-01  Bruno Haible  <bruno@clisp.org>
16906
16907         More support for FreeMiNT.
16908         * lib/fpurge.c (fpurge): Correct last commit.
16909         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
16910
16911 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16912
16913         Fix unportable awk script in vc-list-files.
16914         * build-aux/vc-list-files: In the replacement awk script, use
16915         substr with a second argument of 1, not zero.
16916         Report by Simon Josefsson.
16917
16918 2009-02-28  Bruno Haible  <bruno@clisp.org>
16919
16920         More support for FreeMiNT.
16921         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
16922         to FreeMiNT today.
16923         * lib/fwriting.c (fwriting): Likewise.
16924         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
16925
16926 2009-02-28  Bruno Haible  <bruno@clisp.org>
16927
16928         * tests/test-freadseek.c (main): Disable test beyond end of file on
16929         FreeMiNT.
16930         * tests/test-ftello.c (main): Likewise.
16931         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
16932
16933 2009-02-28  Bruno Haible  <bruno@clisp.org>
16934
16935         Add tentative support for FreeMiNT.
16936         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
16937         * lib/fpurge.c (fpurge): Likewise.
16938         * lib/freadable.c (freadable): Likewise.
16939         * lib/freading.c (freading): Likewise.
16940         * lib/freadptr.c (freadptr): Likewise.
16941         * lib/freadseek.c (freadptrinc): Likewise.
16942         * lib/fseeko.c (rpl_fseeko): Likewise.
16943         * lib/fseterr.c (fseterr): Likewise.
16944         * lib/fwritable.c (fwritable): Likewise.
16945         * lib/fwriting.c (fwriting): Likewise.
16946         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
16947         Hourihane.
16948         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
16949
16950 2009-02-28  Bruno Haible  <bruno@clisp.org>
16951
16952         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
16953         SIGCHLD.
16954         Reported by Jim Meyering.
16955
16956 2009-02-28  Bruno Haible  <bruno@clisp.org>
16957
16958         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
16959         Mention the results of these tests on various platforms.
16960         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
16961         order.
16962         * doc/posix-functions/printf.texi: Likewise.
16963         * doc/posix-functions/snprintf.texi: Likewise.
16964         * doc/posix-functions/sprintf.texi: Likewise.
16965         * doc/posix-functions/vfprintf.texi: Likewise.
16966         * doc/posix-functions/vprintf.texi: Likewise.
16967         * doc/posix-functions/vsnprintf.texi: Likewise.
16968         * doc/posix-functions/vsprintf.texi: Likewise.
16969         * doc/glibc-functions/obstack_printf.texi: Likewise.
16970         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
16971
16972 2009-02-28  Bruno Haible  <bruno@clisp.org>
16973
16974         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
16975         Reported by Loïc Minier <lool@dooz.org>.
16976
16977 2009-02-27  Bruno Haible  <bruno@clisp.org>
16978
16979         * gnulib-tool (func_import): Make the sed expression used to create the
16980         sed script for updating the .gitignore file POSIX compliant.
16981         Reported by Eric Blake.
16982
16983 2009-02-27  Bruno Haible  <bruno@clisp.org>
16984
16985         * gnulib-tool (sed): Don't alias as "sed --posix".
16986         Reported by Eric Blake.
16987
16988 2009-02-27  Bruno Haible  <bruno@clisp.org>
16989
16990         Avoid test link errors.
16991         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
16992         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
16993         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
16994         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
16995         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
16996
16997 2009-02-27  Bruno Haible  <bruno@clisp.org>
16998
16999         Avoid spurious "(cached)" in configure output.
17000         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
17001         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
17002         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
17003         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
17004         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
17005         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
17006         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
17007         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
17008         Reported by Eric Blake.
17009
17010 2009-02-27  Eric Blake  <ebb9@byu.net>
17011
17012         printf: fix regression in previous patch
17013         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
17014
17015 2009-02-27  Bruno Haible  <bruno@clisp.org>
17016
17017         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
17018         value.
17019         * lib/stdint.in.h: Likewise.
17020         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
17021
17022 2009-02-27  Eric Blake  <ebb9@byu.net>
17023
17024         doc: mention more functions added in cygwin 1.7.0
17025         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
17026         addition.
17027         * doc/posix-functions/open_wmemstream.texi: Likewise.
17028         * doc/posix-functions/wcsnlen.texi: Likewise.
17029         * doc/posix-functions/wcsnrtombs.texi: Likewise.
17030         * doc/posix-functions/wcstod.texi: Likewise.
17031         * doc/posix-functions/wcstof.texi: Likewise.
17032         * doc/posix-functions/wcstoimax.texi: Likewise.
17033         * doc/posix-functions/wcstok.texi: Likewise.
17034         * doc/posix-functions/wcstoumax.texi: Likewise.
17035
17036         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
17037         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
17038         * doc/posix-functions/fprintf.texi: Update.
17039         * doc/posix-functions/printf.texi: Update.
17040         * doc/posix-functions/snprintf.texi: Update.
17041         * doc/posix-functions/sprintf.texi: Update.
17042         * doc/posix-functions/vfprintf.texi: Update.
17043         * doc/posix-functions/vprintf.texi: Update.
17044         * doc/posix-functions/vsnprintf.texi: Update.
17045         * doc/posix-functions/vsprintf.texi: Update.
17046         * doc/glibc-functions/obstack_printf.texi: Update.
17047         * doc/glibc-functions/obstack_vprintf.texi: Update.
17048
17049 2009-02-26  Eric Blake  <ebb9@byu.net>
17050
17051         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
17052         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
17053         compilation bug by using runtime conversion.
17054         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
17055         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
17056         * modules/ceill-tests (Files): Use nan.h.
17057         * modules/floorl-tests (Files): Likewise.
17058         * modules/frexpl-tests (Files): Likewise.
17059         * modules/isnanl-tests (Files): Likewise.
17060         * modules/ldexpl-tests (Files): Likewise.
17061         * modules/roundl-tests (Files): Likewise.
17062         * modules/truncl-tests (Files): Likewise.
17063         * tests/test-ceill.c (main): Use a working NaN.
17064         * tests/test-floorl.c (main): Likewise.
17065         * tests/test-frexpl.c (main): Likewise.
17066         * tests/test-isnan.c (test_long_double): Likewise.
17067         * tests/test-isnanl.h (main): Likewise.
17068         * tests/test-ldexpl.h (main): Likewise.
17069         * tests/test-roundl.h (main): Likewise.
17070         * tests/test-truncl.h (main): Likewise.
17071         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
17072
17073 2009-02-26  Eric Blake  <ebb9@byu.net>
17074             Bruno Haible  <bruno@clisp.org>
17075
17076         Work around a *printf bug with %ls on Solaris.
17077         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
17078         precision is specified, sprintf stops converting the wide string
17079         argument when the number of bytes that have been produced by this
17080         conversion equals or exceeds the precision.
17081         * doc/posix-functions/fprintf.texi: Update.
17082         * doc/posix-functions/printf.texi: Update.
17083         * doc/posix-functions/snprintf.texi: Update.
17084         * doc/posix-functions/sprintf.texi: Update.
17085         * doc/posix-functions/vfprintf.texi: Update.
17086         * doc/posix-functions/vprintf.texi: Update.
17087         * doc/posix-functions/vsnprintf.texi: Update.
17088         * doc/posix-functions/vsprintf.texi: Update.
17089         * doc/glibc-functions/obstack_printf.texi: Update.
17090         * doc/glibc-functions/obstack_vprintf.texi: Update.
17091
17092 2009-02-26  Eric Blake  <ebb9@byu.net>
17093
17094         stdlib: favor compiler check of random.h
17095         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
17096         to avoid an ObjC random.h installed by Swarm.
17097
17098 2009-02-26  Bruno Haible  <bruno@clisp.org>
17099
17100         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
17101         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
17102         Reported by Gary V. Vaughan <gary@gnu.org>.
17103
17104 2009-02-26  Bruno Haible  <bruno@clisp.org>
17105
17106         Fix *printf behaviour regarding the %ls directive.
17107         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
17108         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
17109         NEED_PRINTF_DIRECTIVE_LS.
17110         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
17111         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
17112         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
17113         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
17114         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
17115         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
17116         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
17117         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
17118         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
17119         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
17120         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
17121         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
17122         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
17123         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
17124         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
17125         * doc/posix-functions/fprintf.texi: Update.
17126         * doc/posix-functions/printf.texi: Update.
17127         * doc/posix-functions/snprintf.texi: Update.
17128         * doc/posix-functions/sprintf.texi: Update.
17129         * doc/posix-functions/vfprintf.texi: Update.
17130         * doc/posix-functions/vprintf.texi: Update.
17131         * doc/posix-functions/vsnprintf.texi: Update.
17132         * doc/posix-functions/vsprintf.texi: Update.
17133         * doc/glibc-functions/obstack_printf.texi: Update.
17134         * doc/glibc-functions/obstack_vprintf.texi: Update.
17135         Reported by Eric Blake.
17136
17137 2009-02-25  Bruno Haible  <bruno@clisp.org>
17138
17139         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
17140         with known value.
17141         Reported by Gary V. Vaughan <gary@gnu.org>.
17142
17143 2009-02-25  Bruno Haible  <bruno@clisp.org>
17144
17145         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
17146         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
17147         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
17148         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
17149         Reported by Gary V. Vaughan <gary@gnu.org>.
17150
17151 2009-02-25  Bruno Haible  <bruno@clisp.org>
17152
17153         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
17154         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
17155         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
17156         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
17157         Reported by Gary V. Vaughan <gary@gnu.org>.
17158
17159 2009-02-25  Eric Blake  <ebb9@byu.net>
17160
17161         tests: skip fseek/ftell tests if ungetc is broken
17162         * m4/ungetc.m4: New file.
17163         * modules/fseek-tests: Split test, so ungetc dependency is
17164         separate from rest of test.
17165         * modules/fseeko-tests: Likewise.
17166         * modules/ftell-tests: Likewise.
17167         * modules/ftello-tests: Likewise.
17168         * tests/test-fseek.c (main): Isolate ungetc dependency.
17169         * tests/test-fseeko.c (main): Likewise.
17170         * tests/test-ftell.c (main): Likewise.
17171         * tests/test-ftello.c (main): Likewise.
17172         * tests/test-fseek2.sh: New file.
17173         * tests/test-fseeko2.sh: Likewise.
17174         * tests/test-ftell2.sh: Likewise.
17175         * tests/test-ftello2.sh: Likewise.
17176
17177 2009-02-25  OndÅ™ej Vašík  <ovasik@redhat.com>
17178
17179         test-getaddrinfo: fix usage of skip return code 77
17180         * tests/test-gettaddrinfo.c: Return skip code 77 only
17181         for first occurance of skip (4x77 is not 77)
17182
17183 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
17184
17185         strtod: avoid C99 decl-after-statement
17186         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
17187
17188 2009-02-24  Eric Blake  <ebb9@byu.net>
17189
17190         strtod: detect HP-UX 11.31 bug
17191         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
17192         Reported by Gary V. Vaughan.
17193
17194 2009-02-23  Bruno Haible  <bruno@clisp.org>
17195
17196         Fix invalid read past end of memory block.
17197         * lib/vasnprintf.c (DCHAR_SET): Define.
17198         (local_wcslen): Define only when needed.
17199         (local_strnlen, local_wcsnlen): New functions.
17200         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
17201         directives that involve a conversion ourselves.
17202         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
17203         wcsnlen, mbrtowc, wcrtomb.
17204         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
17205         * tests/test-vasprintf-posix.c (test_function): Likewise.
17206         * tests/test-snprintf-posix.h (test_function): Likewise.
17207         * tests/test-sprintf-posix.h (test_function): Likewise.
17208         Reported by Ben Pfaff <blp@cs.stanford.edu>.
17209
17210 2009-02-22  Bruno Haible  <bruno@clisp.org>
17211
17212         Implement new clarified decomposition of Hangul syllables.
17213         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
17214         of type LTV, return only a pairwise decomposition.
17215         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
17216         Likewise.
17217         * tests/uninorm/test-decomposition.c (main): Updated expected result.
17218         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
17219         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
17220
17221 2009-02-22  Bruno Haible  <bruno@clisp.org>
17222
17223         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
17224         zero-length results and shrink excess allocated memory.
17225         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
17226         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
17227         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
17228         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
17229         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
17230         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
17231         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
17232         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
17233         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
17234         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
17235         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
17236         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
17237
17238 2009-02-21  Bruno Haible  <bruno@clisp.org>
17239
17240         * doc/gnulib.texi: Include safe-alloc.texi earlier.
17241         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
17242         spaces after a period. Put a space between a macro name and its
17243         argument list. Trivial rewordings.
17244         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
17245         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
17246         (main): Return 0 explicitly.
17247
17248 2009-02-21  Bruno Haible  <bruno@clisp.org>
17249
17250         Tests for module 'uninorm/filter'.
17251         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
17252         * modules/uninorm/filter-tests: New file.
17253
17254         New module 'uninorm/filter'.
17255         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
17256         uninorm_filter_flush, uninorm_filter_free): New declarations.
17257         * lib/uninorm/uninorm-filter.c: New file.
17258         * modules/uninorm/filter: New file.
17259
17260 2009-02-21  Bruno Haible  <bruno@clisp.org>
17261
17262         Tests for module 'uninorm/nfkc'.
17263         * tests/uninorm/test-nfkc.c: New file.
17264         * tests/uninorm/test-u8-nfkc.c: New file.
17265         * tests/uninorm/test-u16-nfkc.c: New file.
17266         * tests/uninorm/test-u32-nfkc.c: New file.
17267         * tests/uninorm/test-u32-nfkc-big.sh: New file.
17268         * tests/uninorm/test-u32-nfkc-big.c: New file.
17269         * modules/uninorm/nfkc-tests: New file.
17270
17271         New module 'uninorm/nfkc'.
17272         * lib/uninorm/nfkc.c: New file.
17273         * modules/uninorm/nfkc: New file.
17274
17275         Tests for module 'uninorm/nfkd'.
17276         * tests/uninorm/test-nfkd.c: New file.
17277         * tests/uninorm/test-u8-nfkd.c: New file.
17278         * tests/uninorm/test-u16-nfkd.c: New file.
17279         * tests/uninorm/test-u32-nfkd.c: New file.
17280         * tests/uninorm/test-u32-nfkd-big.sh: New file.
17281         * tests/uninorm/test-u32-nfkd-big.c: New file.
17282         * modules/uninorm/nfkd-tests: New file.
17283
17284         New module 'uninorm/nfkd'.
17285         * lib/uninorm/nfkd.c: New file.
17286         * modules/uninorm/nfkd: New file.
17287
17288         Tests for module 'uninorm/nfc'.
17289         * tests/uninorm/test-nfc.c: New file.
17290         * tests/uninorm/test-u8-nfc.c: New file.
17291         * tests/uninorm/test-u16-nfc.c: New file.
17292         * tests/uninorm/test-u32-nfc.c: New file.
17293         * tests/uninorm/test-u32-nfc-big.sh: New file.
17294         * tests/uninorm/test-u32-nfc-big.c: New file.
17295         * modules/uninorm/nfc-tests: New file.
17296
17297         New module 'uninorm/nfc'.
17298         * lib/uninorm/nfc.c: New file.
17299         * modules/uninorm/nfc: New file.
17300
17301         Tests for module 'uninorm/nfd'.
17302         * tests/uninorm/test-nfd.c: New file.
17303         * tests/uninorm/test-u8-nfd.c: New file.
17304         * tests/uninorm/test-u16-nfd.c: New file.
17305         * tests/uninorm/test-u32-nfd.c: New file.
17306         * tests/uninorm/test-u32-nfd-big.sh: New file.
17307         * tests/uninorm/test-u32-nfd-big.c: New file.
17308         * tests/uninorm/test-u32-normalize-big.h: New file.
17309         * tests/uninorm/test-u32-normalize-big.c: New file.
17310         * tests/uninorm/NormalizationTest.txt: New file, created from
17311         Unicode 5.1.0 NormalizationTest.txt.
17312         * modules/uninorm/nfd-tests: New file.
17313
17314         New module 'uninorm/nfd'.
17315         * lib/uninorm/nfd.c: New file.
17316         * modules/uninorm/nfd: New file.
17317
17318         New module 'uninorm/u32-normalize'.
17319         * lib/uninorm/u32-normalize.c: New file.
17320         * modules/uninorm/u32-normalize: New file.
17321
17322         New module 'uninorm/u16-normalize'.
17323         * lib/uninorm/u16-normalize.c: New file.
17324         * modules/uninorm/u16-normalize: New file.
17325
17326         New module 'uninorm/u8-normalize'.
17327         * lib/uninorm/u8-normalize.c: New file.
17328         * lib/uninorm/normalize-internal.h: New file.
17329         * lib/uninorm/u-normalize-internal.h: New file.
17330         * modules/uninorm/u8-normalize: New file.
17331
17332         New module 'uninorm/decompose-internal'.
17333         * lib/uninorm/decompose-internal.c: New file.
17334         * modules/uninorm/decompose-internal: New file.
17335
17336         Tests for module 'uninorm/composition'.
17337         * tests/uninorm/test-composition.c: New file.
17338         * modules/uninorm/composition-tests: New file.
17339
17340         New module 'uninorm/composition'.
17341         * lib/uninorm/composition.c: New file.
17342         * lib/uninorm/composition-table.gperf: New file, generated by
17343         gen-uni-tables.
17344         * modules/uninorm/composition: New file.
17345
17346         Tests for module 'uninorm/compat-decomposition'.
17347         * tests/uninorm/test-compat-decomposition.c: New file.
17348         * modules/uninorm/compat-decomposition-tests: New file.
17349
17350         New module 'uninorm/compat-decomposition'.
17351         * lib/uninorm/decompose-internal.h: New file.
17352         * lib/uninorm/compat-decomposition.c: New file.
17353         * modules/uninorm/compat-decomposition: New file.
17354
17355         Tests for module 'uninorm/canonical-decomposition'.
17356         * tests/uninorm/test-canonical-decomposition.c: New file.
17357         * modules/uninorm/canonical-decomposition-tests: New file.
17358
17359         New module 'uninorm/canonical-decomposition'.
17360         * lib/uninorm/canonical-decomposition.c: New file.
17361         * modules/uninorm/canonical-decomposition: New file.
17362
17363         Tests for module 'uninorm/decomposition'.
17364         * tests/uninorm/test-decomposition.c: New file.
17365         * modules/uninorm/decomposition-tests: New file.
17366
17367         New module 'uninorm/decomposition'.
17368         * lib/uninorm/decomposition.c: New file.
17369         * modules/uninorm/decomposition: New file.
17370
17371         New module 'uninorm/decomposition-table'.
17372         * lib/uninorm/decomposition-table.h: New file.
17373         * lib/uninorm/decomposition-table.c: New file.
17374         * lib/uninorm/decomposition-table1.h: New file, generated by
17375         gen-uni-tables.
17376         * lib/uninorm/decomposition-table2.h: New file, generated by
17377         gen-uni-tables.
17378         * modules/uninorm/decomposition-table: New file.
17379
17380         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
17381         (UC_DECOMP_*): New enumeration items.
17382         (get_decomposition): New function.
17383         (struct decomp_table): New type.
17384         (output_decomposition, output_decomposition_tables): New functions.
17385         (unicode_composition_exclusions): New variable.
17386         (fill_composition_exclusions, debug_output_composition_tables): New
17387         functions.
17388         (main): Accept one more argument. Invoke fill_composition_exclusions.
17389         Output decomposition and composition tables.
17390
17391         New module 'uninorm/base'.
17392         * lib/uninorm.h: New file.
17393         * lib/unictype.h: Update comment.
17394         * modules/uninorm/base: New file.
17395
17396 2009-02-21  David Lutterkort  <lutter@redhat.com>
17397
17398         Tests for module 'safe-alloc'.
17399         * tests/test-safe-alloc.c: New file.
17400         * modules/safe-alloc-tests: New file.
17401
17402         New module 'safe-alloc'.
17403         * lib/safe-alloc.h: New file.
17404         * lib/safe-alloc.c: New file.
17405         * m4/safe-alloc.m4: New file.
17406         * modules/safe-alloc: New file.
17407         * doc/safe-alloc.texi: New file.
17408         * doc/gnulib.texi: Include it.
17409         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
17410         safe-alloc.
17411
17412 2009-02-18  Bruno Haible  <bruno@clisp.org>
17413
17414         Fix link error on non-glibc systems.
17415         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
17416         variable.
17417         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
17418
17419 2009-02-18  Jim Meyering  <meyering@redhat.com>
17420
17421         fts: avoid used-uninitialized error due to recent change
17422         * lib/fts.c (fts_read): Guard uses of the new member,
17423         parent->fts_n_dirs_remaining, since it's not relevant for
17424         the parent of a directory specified on the command-line.
17425
17426 2009-02-17  James Youngman  <jay@gnu.org>
17427             Bruno Haible  <bruno@clisp.org>
17428
17429         * m4/include_next.m4: Reformulate comment.
17430
17431 2009-02-16  Jim Meyering  <meyering@redhat.com>
17432
17433         fts: add #if guards so that the fts_lgpl module still builds
17434         * lib/fts.c: Guard just-added hash-table-using parts with
17435         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
17436         Reported by Simon Josefsson.
17437
17438 2009-02-15  Bruno Haible  <bruno@clisp.org>
17439
17440         * modules/array-mergesort-tests: New file.
17441         * tests/test-array-mergesort.c: New file.
17442
17443         New module 'array-mergesort'.
17444         * modules/array-mergesort: New file.
17445         * lib/array-mergesort.h: New file.
17446
17447 2009-02-15  Bruno Haible  <bruno@clisp.org>
17448
17449         Fix 2009-02-07 commit.
17450         * lib/gen-uni-tables.c (output_predicate, output_category,
17451         output_combclass, output_bidi_category, output_decimal_digit,
17452         output_digit, output_numeric, output_mirror, output_scripts,
17453         output_ident_category, output_simple_mapping): Fix format directives.
17454         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
17455
17456 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
17457
17458         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
17459         fixes are available from IBM.
17460
17461 2009-02-13  Jim Meyering  <meyering@redhat.com>
17462
17463         fts: arrange not to stat non-directories in more cases
17464         This makes GNU find (when it doesn't need to stat each file)
17465         *much* more efficient at traversing reiserfs file systems.
17466         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
17467         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
17468         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
17469         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
17470         (leaf_optimization_applies): New function.
17471         (LCO_hash, LCO_compare): New helper functions.
17472         (link_count_optimize_ok): New function.
17473         (fts_stat): Initialize new member (if dir).
17474         (fts_read): Decrement parent's fts_n_dirs_remaining count if
17475         we've just stat'ed a directory.  Skip the stat call when possible.
17476         ---
17477         Note this AFS-related exchange:
17478         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
17479         and note find's pioctl call in find/fstype.c.
17480         But that is necessary only if you want to enable the
17481         optimization for AFS, and for now, I don't.
17482
17483         fts: move a function definition "up" (no semantic change)
17484         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
17485         "up" to precede upcoming use of a related function.
17486
17487 2009-02-11  Jim Meyering  <meyering@redhat.com>
17488
17489         fts: correct internal computation of nlinks (optimization-related)
17490         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
17491         whether the current entry is a directory, so don't test it.
17492
17493 2009-02-10  Bruno Haible  <bruno@clisp.org>
17494
17495         Tests for module 'uniwbrk/ulc-wordbreaks'.
17496         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
17497         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
17498         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
17499
17500         Tests for module 'uniwbrk/u32-wordbreaks'.
17501         * modules/uniwbrk/u32-wordbreaks-tests: New file.
17502         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
17503
17504         Tests for module 'uniwbrk/u16-wordbreaks'.
17505         * modules/uniwbrk/u16-wordbreaks-tests: New file.
17506         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
17507
17508         Tests for module 'uniwbrk/u8-wordbreaks'.
17509         * modules/uniwbrk/u8-wordbreaks-tests: New file.
17510         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
17511
17512 2009-02-10  Bruno Haible  <bruno@clisp.org>
17513
17514         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
17515         property.
17516         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
17517         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
17518         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
17519
17520 2009-02-10  Simon Josefsson  <simon@josefsson.org>
17521
17522         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
17523         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
17524
17525 2009-02-10  Bruno Haible  <bruno@clisp.org>
17526
17527         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
17528         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
17529         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
17530         * lib/unilbrk/u8-possible-linebreaks.c: Update.
17531         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
17532         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
17533
17534 2009-02-09  Simon Josefsson  <simon@josefsson.org>
17535
17536         * lib/sockets.h (gl_fd_to_handle): New function.
17537
17538         * tests/test-sockets.c: Call gl_fd_to_handle.
17539
17540 2009-02-09  Bruno Haible  <bruno@clisp.org>
17541
17542         * doc/havelib.texi: Document the conventions on bi-arch systems.
17543
17544 2009-02-08  Bruno Haible  <bruno@clisp.org>
17545
17546         Document the AC_LIB_LINKFLAGS macro.
17547         * doc/havelib.texi: New file, mostly written on 2005-05-24.
17548         * doc/gnulib.texi: Include it.
17549
17550 2009-02-08  Bruno Haible  <bruno@clisp.org>
17551
17552         Fix wrong order of sections, compared to TOC.
17553         * doc/gnulib.texi: Include relocatable-maint.texi after the
17554         "Regular expressions" node, not before.
17555
17556 2009-02-08  Bruno Haible  <bruno@clisp.org>
17557
17558         Tests for module 'unicase/totitle'.
17559         * modules/unicase/totitle-tests: New file.
17560
17561         Tests for module 'unicase/tolower'.
17562         * modules/unicase/tolower-tests: New file.
17563
17564         Tests for module 'unicase/toupper'.
17565         * modules/unicase/toupper-tests: New file.
17566         * tests/unicase/test-mapping-part1.h: New file.
17567         * tests/unicase/test-mapping-part2.h: New file.
17568
17569         New module 'unicase/totitle'.
17570         * modules/unicase/totitle: New file.
17571         * lib/unicase/totitle.c: New file.
17572
17573         New module 'unicase/tolower'.
17574         * modules/unicase/tolower: New file.
17575         * lib/unicase/tolower.c: New file.
17576
17577         New module 'unicase/toupper'.
17578         * modules/unicase/toupper: New file.
17579         * lib/unicase/toupper.c: New file.
17580         * lib/unicase/simple-mapping.h: New file.
17581
17582         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
17583         (mapping_table): New structure.
17584         (output_simple_mapping): New function.
17585         (main): Invoke output_simple_mapping_test and output_simple_mapping.
17586         * modules/gen-uni-tables (Description): Update.
17587         * lib/unicase/toupper.h: New file, automatically generated by
17588         gen-uni-tables.
17589         * lib/unicase/tolower.h: New file, automatically generated by
17590         gen-uni-tables.
17591         * lib/unicase/totitle.h: New file, automatically generated by
17592         gen-uni-tables.
17593         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
17594         gen-uni-tables.
17595         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
17596         gen-uni-tables.
17597         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
17598         gen-uni-tables.
17599
17600         New module 'unicase/base'.
17601         * modules/unicase/base: New file.
17602         * lib/unicase.h: New file.
17603
17604 2009-02-08  Bruno Haible  <bruno@clisp.org>
17605
17606         New module 'uniwbrk/ulc-wordbreaks'.
17607         * modules/uniwbrk/ulc-wordbreaks: New file.
17608         * lib/uniwbrk/ulc-wordbreaks.c: New file.
17609
17610         New module 'uniwbrk/u32-wordbreaks'.
17611         * modules/uniwbrk/u32-wordbreaks: New file.
17612         * lib/uniwbrk/u32-wordbreaks.c: New file.
17613
17614         New module 'uniwbrk/u16-wordbreaks'.
17615         * modules/uniwbrk/u16-wordbreaks: New file.
17616         * lib/uniwbrk/u16-wordbreaks.c: New file.
17617
17618         New module 'uniwbrk/u8-wordbreaks'.
17619         * modules/uniwbrk/u8-wordbreaks: New file.
17620         * lib/uniwbrk/u8-wordbreaks.c: New file.
17621         * lib/uniwbrk/u-wordbreaks.h: New file.
17622
17623         New module 'uniwbrk/table'.
17624         * modules/uniwbrk/table: New file.
17625         * lib/uniwbrk/wbrktable.h: New file.
17626         * lib/uniwbrk/wbrktable.c: New file.
17627
17628         New module 'uniwbrk/wordbreak-property'.
17629         * modules/uniwbrk/wordbreak-property: New file.
17630         * lib/uniwbrk/wordbreak-property.c: New file.
17631
17632         * lib/gen-uni-tables.c (WBP_*): New enum items.
17633         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
17634         (unicode_org_wbp): New variable.
17635         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
17636         New functions.
17637         (wbp_table): New structure.
17638         (output_wbp, output_wbrk_tables): New functions.
17639         (main): Accept additional argument. Invoke fill_org_wbp,
17640         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
17641         output_wbrk_tables.
17642         * modules/gen-uni-tables (Description): Update.
17643         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
17644         gen-uni-tables.
17645
17646         New module 'uniwbrk/base'.
17647         * modules/uniwbrk/base: New file.
17648         * lib/uniwbrk.h: New file.
17649
17650 2009-02-08  Bruno Haible  <bruno@clisp.org>
17651
17652         Update to Unicode 5.1.0.
17653         * lib/gen-uni-tables.c (is_property_alphabetic): Include
17654         U+2185..U+2188.
17655         (is_property_default_ignorable_code_point): Don't include characters
17656         of category Cc or Cs and not-a-characters.
17657         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
17658         U+0D79, U+109E, U+109F, U+A60C.
17659         * lib/unictype/bidi_of.h: Regenerated.
17660         * lib/unictype/blocks.h: Regenerated.
17661         * lib/unictype/categ_C.h: Regenerated.
17662         * lib/unictype/categ_Cf.h: Regenerated.
17663         * lib/unictype/categ_Cn.h: Regenerated.
17664         * lib/unictype/categ_L.h: Regenerated.
17665         * lib/unictype/categ_Ll.h: Regenerated.
17666         * lib/unictype/categ_Lm.h: Regenerated.
17667         * lib/unictype/categ_Lo.h: Regenerated.
17668         * lib/unictype/categ_Lu.h: Regenerated.
17669         * lib/unictype/categ_M.h: Regenerated.
17670         * lib/unictype/categ_Mc.h: Regenerated.
17671         * lib/unictype/categ_Me.h: Regenerated.
17672         * lib/unictype/categ_Mn.h: Regenerated.
17673         * lib/unictype/categ_N.h: Regenerated.
17674         * lib/unictype/categ_Nd.h: Regenerated.
17675         * lib/unictype/categ_Nl.h: Regenerated.
17676         * lib/unictype/categ_No.h: Regenerated.
17677         * lib/unictype/categ_P.h: Regenerated.
17678         * lib/unictype/categ_Pd.h: Regenerated.
17679         * lib/unictype/categ_Pe.h: Regenerated.
17680         * lib/unictype/categ_Pf.h: Regenerated.
17681         * lib/unictype/categ_Pi.h: Regenerated.
17682         * lib/unictype/categ_Po.h: Regenerated.
17683         * lib/unictype/categ_Ps.h: Regenerated.
17684         * lib/unictype/categ_S.h: Regenerated.
17685         * lib/unictype/categ_Sk.h: Regenerated.
17686         * lib/unictype/categ_Sm.h: Regenerated.
17687         * lib/unictype/categ_So.h: Regenerated.
17688         * lib/unictype/categ_of.h: Regenerated.
17689         * lib/unictype/combining.h: Regenerated.
17690         * lib/unictype/ctype_alnum.h: Regenerated.
17691         * lib/unictype/ctype_alpha.h: Regenerated.
17692         * lib/unictype/ctype_graph.h: Regenerated.
17693         * lib/unictype/ctype_lower.h: Regenerated.
17694         * lib/unictype/ctype_print.h: Regenerated.
17695         * lib/unictype/ctype_punct.h: Regenerated.
17696         * lib/unictype/ctype_upper.h: Regenerated.
17697         * lib/unictype/decdigit.h: Regenerated.
17698         * lib/unictype/digit.h: Regenerated.
17699         * lib/unictype/mirror.h: Regenerated.
17700         * lib/unictype/numeric.h: Regenerated.
17701         * lib/unictype/pr_alphabetic.h: Regenerated.
17702         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
17703         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
17704         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
17705         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
17706         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
17707         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
17708         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
17709         * lib/unictype/pr_combining.h: Regenerated.
17710         * lib/unictype/pr_dash.h: Regenerated.
17711         * lib/unictype/pr_decimal_digit.h: Regenerated.
17712         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
17713         * lib/unictype/pr_deprecated.h: Regenerated.
17714         * lib/unictype/pr_diacritic.h: Regenerated.
17715         * lib/unictype/pr_extender.h: Regenerated.
17716         * lib/unictype/pr_format_control.h: Regenerated.
17717         * lib/unictype/pr_grapheme_base.h: Regenerated.
17718         * lib/unictype/pr_grapheme_extend.h: Regenerated.
17719         * lib/unictype/pr_grapheme_link.h: Regenerated.
17720         * lib/unictype/pr_id_continue.h: Regenerated.
17721         * lib/unictype/pr_id_start.h: Regenerated.
17722         * lib/unictype/pr_ideographic.h: Regenerated.
17723         * lib/unictype/pr_ignorable_control.h: Regenerated.
17724         * lib/unictype/pr_lowercase.h: Regenerated.
17725         * lib/unictype/pr_math.h: Regenerated.
17726         * lib/unictype/pr_numeric.h: Regenerated.
17727         * lib/unictype/pr_other_alphabetic.h: Regenerated.
17728         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
17729         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
17730         * lib/unictype/pr_other_id_continue.h: Regenerated.
17731         * lib/unictype/pr_other_lowercase.h: Regenerated.
17732         * lib/unictype/pr_other_math.h: Regenerated.
17733         * lib/unictype/pr_punctuation.h: Regenerated.
17734         * lib/unictype/pr_sentence_terminal.h: Regenerated.
17735         * lib/unictype/pr_soft_dotted.h: Regenerated.
17736         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
17737         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
17738         * lib/unictype/pr_unified_ideograph.h: Regenerated.
17739         * lib/unictype/pr_uppercase.h: Regenerated.
17740         * lib/unictype/pr_xid_continue.h: Regenerated.
17741         * lib/unictype/pr_xid_start.h: Regenerated.
17742         * lib/unictype/pr_zero_width.h: Regenerated.
17743         * lib/unictype/scripts.h: Regenerated.
17744         * lib/unictype/scripts_byname.gperf: Regenerated.
17745         * lib/unictype/sy_java_ident.h: Regenerated.
17746         * lib/unilbrk/lbrkprop1.h: Regenerated.
17747         * lib/unilbrk/lbrkprop2.h: Regenerated.
17748         * tests/unictype/test-categ_C.c: Regenerated.
17749         * tests/unictype/test-categ_Cf.c: Regenerated.
17750         * tests/unictype/test-categ_Cn.c: Regenerated.
17751         * tests/unictype/test-categ_L.c: Regenerated.
17752         * tests/unictype/test-categ_Ll.c: Regenerated.
17753         * tests/unictype/test-categ_Lm.c: Regenerated.
17754         * tests/unictype/test-categ_Lo.c: Regenerated.
17755         * tests/unictype/test-categ_Lu.c: Regenerated.
17756         * tests/unictype/test-categ_M.c: Regenerated.
17757         * tests/unictype/test-categ_Mc.c: Regenerated.
17758         * tests/unictype/test-categ_Me.c: Regenerated.
17759         * tests/unictype/test-categ_Mn.c: Regenerated.
17760         * tests/unictype/test-categ_N.c: Regenerated.
17761         * tests/unictype/test-categ_Nd.c: Regenerated.
17762         * tests/unictype/test-categ_Nl.c: Regenerated.
17763         * tests/unictype/test-categ_No.c: Regenerated.
17764         * tests/unictype/test-categ_P.c: Regenerated.
17765         * tests/unictype/test-categ_Pd.c: Regenerated.
17766         * tests/unictype/test-categ_Pe.c: Regenerated.
17767         * tests/unictype/test-categ_Pf.c: Regenerated.
17768         * tests/unictype/test-categ_Pi.c: Regenerated.
17769         * tests/unictype/test-categ_Po.c: Regenerated.
17770         * tests/unictype/test-categ_Ps.c: Regenerated.
17771         * tests/unictype/test-categ_S.c: Regenerated.
17772         * tests/unictype/test-categ_Sk.c: Regenerated.
17773         * tests/unictype/test-categ_Sm.c: Regenerated.
17774         * tests/unictype/test-categ_So.c: Regenerated.
17775         * tests/unictype/test-ctype_alnum.c: Regenerated.
17776         * tests/unictype/test-ctype_alpha.c: Regenerated.
17777         * tests/unictype/test-ctype_graph.c: Regenerated.
17778         * tests/unictype/test-ctype_lower.c: Regenerated.
17779         * tests/unictype/test-ctype_print.c: Regenerated.
17780         * tests/unictype/test-ctype_punct.c: Regenerated.
17781         * tests/unictype/test-ctype_upper.c: Regenerated.
17782         * tests/unictype/test-decdigit.h: Regenerated.
17783         * tests/unictype/test-digit.h: Regenerated.
17784         * tests/unictype/test-numeric.h: Regenerated.
17785         * tests/unictype/test-pr_alphabetic.c: Regenerated.
17786         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
17787         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
17788         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
17789         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
17790         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
17791         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
17792         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
17793         * tests/unictype/test-pr_combining.c: Regenerated.
17794         * tests/unictype/test-pr_dash.c: Regenerated.
17795         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
17796         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
17797         * tests/unictype/test-pr_deprecated.c: Regenerated.
17798         * tests/unictype/test-pr_diacritic.c: Regenerated.
17799         * tests/unictype/test-pr_extender.c: Regenerated.
17800         * tests/unictype/test-pr_format_control.c: Regenerated.
17801         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
17802         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
17803         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
17804         * tests/unictype/test-pr_id_continue.c: Regenerated.
17805         * tests/unictype/test-pr_id_start.c: Regenerated.
17806         * tests/unictype/test-pr_ideographic.c: Regenerated.
17807         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
17808         * tests/unictype/test-pr_lowercase.c: Regenerated.
17809         * tests/unictype/test-pr_math.c: Regenerated.
17810         * tests/unictype/test-pr_numeric.c: Regenerated.
17811         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
17812         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
17813         Regenerated.
17814         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
17815         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
17816         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
17817         * tests/unictype/test-pr_other_math.c: Regenerated.
17818         * tests/unictype/test-pr_punctuation.c: Regenerated.
17819         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
17820         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
17821         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
17822         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
17823         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
17824         * tests/unictype/test-pr_uppercase.c: Regenerated.
17825         * tests/unictype/test-pr_xid_continue.c: Regenerated.
17826         * tests/unictype/test-pr_xid_start.c: Regenerated.
17827         * tests/unictype/test-pr_zero_width.c: Regenerated.
17828
17829         Update to Unicode 5.1.0.
17830         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
17831         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
17832         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
17833         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
17834         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
17835         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
17836         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
17837         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
17838         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
17839         (nonspacing_table_ind): Update.
17840         * tests/uniwidth/test-uc_width2.sh: Update expected result.
17841
17842         Update to Unicode 5.1.0.
17843         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
17844         code transform.
17845         * lib/uniname/uniname.c (unicode_character_name,
17846         unicode_name_character): Add the range 0x1Fxxx to the code transform.
17847         * lib/uniname/uninames.h: Regenerated.
17848         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
17849
17850 2009-02-07  Bruno Haible  <bruno@clisp.org>
17851
17852         Merge gen-ctype and gen-lbrk into a single program.
17853         * lib/gen-uni-tables.c: New file, incorporating
17854         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
17855         Add directory prefixes to the names of the generated files.
17856         * lib/unictype/gen-ctype.c: Remove file.
17857         * lib/unilbrk/gen-lbrk.c: Remove file.
17858         * modules/gen-uni-tables: New file.
17859         * modules/unictype/gen-ctype: Remove file.
17860         * modules/unilbrk/gen-lbrk: Remove file.
17861
17862 2009-02-07  Bruno Haible  <bruno@clisp.org>
17863
17864         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
17865
17866         New module 'unistr/u32-strcoll'.
17867         * modules/unistr/u32-strcoll: New file.
17868         * lib/unistr/u32-strcoll.c: New file.
17869
17870         New module 'unistr/u16-strcoll'.
17871         * modules/unistr/u16-strcoll: New file.
17872         * lib/unistr/u16-strcoll.c: New file.
17873
17874         New module 'unistr/u8-strcoll'.
17875         * modules/unistr/u8-strcoll: New file.
17876         * lib/unistr/u8-strcoll.c: New file.
17877         * lib/unistr/u-strcoll.h: New file.
17878
17879 2009-02-07  Bruno Haible  <bruno@clisp.org>
17880
17881         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
17882         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
17883         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
17884         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
17885         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
17886         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
17887
17888 2009-02-07  Bruno Haible  <bruno@clisp.org>
17889
17890         Make 64-bit clean.
17891         * lib/unictype/gen-ctype.c (output_predicate, output_category,
17892         output_combclass, output_bidi_category, output_decimal_digit,
17893         output_digit, output_numeric, output_mirror, output_scripts,
17894         output_ident_category): Use proper width specifier in format strings.
17895
17896 2009-02-07  Bruno Haible  <bruno@clisp.org>
17897
17898         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
17899         failure behaviour.
17900
17901 2009-02-07  Jim Meyering  <meyering@redhat.com>
17902
17903         regex: avoid compilation failure with upcoming gcc-4.4
17904         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
17905         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
17906         "... error: integer overflow in preprocessor expression".
17907
17908 2009-02-05  Ben Pfaff  <blp@gnu.org>
17909
17910         Fix link errors on Windows when close module is used.
17911         * modules/close: Add $(LIB_CLOSE) to Link section.
17912         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
17913         $(LIB_CLOSE) on Windows.
17914
17915 2009-02-05  Jim Meyering  <meyering@redhat.com>
17916
17917         still avoid unused-parameter warnings, but do it cleanly
17918         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
17919         (get_fs_usage): Cast to void instead.
17920         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
17921         (dev_from_mount_options, read_file_system_list): Cast to void.
17922         Prompted by Bruno Haible.
17923
17924 2009-02-04  Jim Meyering  <meyering@redhat.com>
17925
17926         fsusage.c: correct copyright year
17927         * lib/fsusage.c: Reflect year in which the change is pushed into
17928
17929         avoid misc. warnings
17930         * lib/fsusage.c (UNUSED_PARAM): Define.
17931         (get_fs_usage): Mark parameter "disk" as unused.
17932         * lib/getugroups.c (getgrent): Use "void" in prototype.
17933         * lib/mountlist.c: Mark unused parameters.
17934         (read_file_system_list): Declare a local with "const".
17935         * lib/nanosleep.c (getnow): Declare static.
17936         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
17937
17938         dirfd: set errno upon failure
17939         * lib/dirfd.c: Include <errno.h>.
17940         Set errno to ENOTSUP when returning -1.
17941         * modules/dirfd (Depends-on): Add errno.
17942         Suggested by John Kodis <kodis@comcast.net>.
17943
17944 2009-02-01  Bruno Haible  <bruno@clisp.org>
17945
17946         Don't assume sizeof (long) >= sizeof (void *).
17947         * lib/memcmp.c: Include stdint.h.
17948         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
17949         srcp2 to 'const byte *'.
17950         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
17951         types to uintptr_t.
17952         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
17953         * modules/memcmp (Depends-on): Add stdint.
17954         Reported by Ozkan Sezer <sezeroz@gmail.com>.
17955
17956 2009-01-30  Eric Blake  <ebb9@byu.net>
17957
17958         fix more require-before-expand issues
17959         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
17960         expand, AC_PROG_AWK.
17961         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
17962
17963 2009-01-28  Eric Blake  <ebb9@byu.net>
17964
17965         version-etc: use consistent URL formatting
17966         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
17967         Improve formatting.  Use fputs for string without %.
17968
17969 2009-01-28  Jim Meyering  <meyering@redhat.com>
17970
17971         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
17972         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
17973         "underquoted definition of NAME" from autoconf-2.59.
17974
17975 2009-01-28  Bruno Haible  <bruno@clisp.org>
17976
17977         * doc/gnulib.texi: Add "Obsolete modules" to index.
17978
17979 2009-01-28  Jim Meyering  <meyering@redhat.com>
17980
17981         useless-if-before-free: recognize more variants
17982         * build-aux/useless-if-before-free: Also recognize e.g.,
17983         if (NULL != p) free (p);
17984
17985 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
17986
17987         test-getaddrinfo: skip (don't fail) this test when there's no network
17988         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
17989         on the presumption that it means you lack network access.
17990
17991 2009-01-26  Jim Meyering  <meyering@redhat.com>
17992
17993         fflush: avoid warnings on modern systems
17994         * lib/fflush.c (rpl_fflush): Move declarations of locals,
17995         pos and result, into scopes where they're used.
17996
17997 2009-01-26  Eric Blake  <ebb9@byu.net>
17998
17999         Silence warning reintroduced by recent extensions patch.
18000         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
18001         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
18002         autoconf.
18003
18004         Backport improved autoconf semantics of AC_DEFUN_ONCE.
18005         * m4/00gnulib.m4: New file.
18006         * gnulib-tool (func_get_filelist): Always use it.
18007         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
18008         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
18009
18010 2009-01-25  Bruno Haible  <bruno@clisp.org>
18011
18012         Make test-quotearg work on MacOS X and AIX.
18013         * tests/test-quotearg.sh: New file.
18014         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
18015         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
18016         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
18017         include <libintl.h>.
18018         (fake_locale): Remove variable.
18019         (gettext, dgettext, dcgettext): Remove functions.
18020         (main): Instead of setting a fake locale, set a real locale. Call
18021         textdomain and bindtextdomain.
18022         * modules/quotearg-tests (Files): Add the new files.
18023         (Depends-on): Add gettext, setenv, unsetenv.
18024         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
18025         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
18026         Augment TESTS_ENVIRONMENT.
18027
18028 2009-01-25  Bruno Haible  <bruno@clisp.org>
18029
18030         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
18031         fr_FR.ISO8859-1 locale on MacOS X.
18032         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
18033         ja_JP.eucJP locale on MacOS X.
18034         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
18035         zh_CN.GB18030 locale on MacOS X.
18036
18037 2009-01-25  Bruno Haible  <bruno@clisp.org>
18038
18039         Avoid link errors on MacOS X 10.3.
18040         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
18041         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
18042
18043 2009-01-25  Bruno Haible  <bruno@clisp.org>
18044
18045         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
18046         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
18047         * modules/pipe (Files): Remove m4/posix_spawn.m4.
18048         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
18049         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
18050         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
18051         posix_spawnattr_init, posix_spawnattr_setsigmask,
18052         posix_spawnattr_setflags, posix_spawnattr_destroy.
18053
18054         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
18055         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
18056         * modules/execute (Files): Remove m4/posix_spawn.m4.
18057         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
18058         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
18059         posix_spawnattr_init, posix_spawnattr_setsigmask,
18060         posix_spawnattr_setflags, posix_spawnattr_destroy.
18061
18062 2009-01-25  Bruno Haible  <bruno@clisp.org>
18063
18064         * lib/glthread/threadlib.c: Include <stdlib.h>.
18065
18066 2009-01-25  Bruno Haible  <bruno@clisp.org>
18067
18068         * lib/glthread/threadlib.c (dummy): New declaration.
18069
18070 2009-01-25  Bruno Haible  <bruno@clisp.org>
18071
18072         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
18073         multibyte characters also for the GB18030 encoding. Don't crash when
18074         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
18075
18076 2009-01-25  Bruno Haible  <bruno@clisp.org>
18077
18078         Avoid redefining 'struct random_data' on OSF/1 5.1.
18079         * lib/stdlib.in.h: Include <random.h> if it exists.
18080         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
18081         HAVE_RANDOM_H. Include <random.h> when testing whether
18082         'struct random_data' exists.
18083         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
18084
18085 2009-01-25  Bruno Haible  <bruno@clisp.org>
18086
18087         Don't install charset.alias on MacOS X >= 10.3.
18088         * lib/localcharset.c (DARWIN7): New macro.
18089         (get_charset_aliases): Hardcode the result for Darwin7.
18090         * modules/localcharset (install-exec-local): Don't install
18091         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
18092
18093 2009-01-25  Bruno Haible  <bruno@clisp.org>
18094
18095         Don't install charset.alias on mingw and Cygwin.
18096         * modules/localcharset (install-exec-local): Don't install
18097         charset.alias on mingw and Cygwin, if the file does not yet exist.
18098         The result for these platforms is hardcoded in localcharset.c.
18099
18100 2009-01-25  Bruno Haible  <bruno@clisp.org>
18101
18102         Make it possible again to use AC_GNU_SOURCE together with gnulib.
18103         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
18104         before requiring AC_USE_SYSTEM_EXTENSIONS.
18105
18106 2009-01-25  Jim Meyering  <meyering@redhat.com>
18107
18108         c-strtod: avoid warnings
18109         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
18110         "assignment discards qualifiers from pointer target type" warnings.
18111
18112 2009-01-24  Bruno Haible  <bruno@clisp.org>
18113
18114         Add support for non-UTF-8 locales on MacOS X.
18115         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
18116         canonical encodings. For Darwin 7 and newer, don't map traditional
18117         encodings to UTF-8.
18118         Reported by Vincent Lefevre <vincent@vinc17.org>
18119         at <http://savannah.gnu.org/bugs/?25235>.
18120
18121 2009-01-24  Bruno Haible  <bruno@clisp.org>
18122
18123         * doc/gnulib.texi (Obsolete modules): New section.
18124         Reported by Mike Frysinger <vapier@gentoo.org>.
18125
18126 2009-01-24  Bruno Haible  <bruno@clisp.org>
18127
18128         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
18129         (%.dvi): New rule.
18130
18131 2009-01-24  Bruno Haible  <bruno@clisp.org>
18132
18133         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
18134         Reported by Eric Blake.
18135
18136 2009-01-24  Bruno Haible  <bruno@clisp.org>
18137
18138         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
18139         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
18140         Reported by Gary V. Vaughan <gary@gnu.org>.
18141
18142 2009-01-24  Bruno Haible  <bruno@clisp.org>
18143
18144         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
18145
18146 2009-01-23  Bruno Haible  <bruno@clisp.org>
18147
18148         Make c-strtod, c-strtold usable in libraries.
18149         * lib/c-strtod.c: Include string.h instead of xalloc.h.
18150         (C_STRTOD): Call strdup instead of xstrdup.
18151         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
18152         * modules/c-strtold (Depends-on): Likewise.
18153         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
18154         * NEWS: Mention the change.
18155         Reported by Michael Gold <mgold@ncf.ca>.
18156
18157 2009-01-23  Jim Meyering  <meyering@redhat.com>
18158
18159         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
18160         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
18161         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
18162
18163 2009-01-23  Simon Josefsson  <simon@josefsson.org>
18164
18165         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
18166         GNU CoreUtils.
18167         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
18168         * modules/version-etc (Description): Update.
18169
18170 2009-01-22  Bruno Haible  <bruno@clisp.org>
18171
18172         Cache the C locale object.
18173         * lib/c-strtod.c (c_locale_cache): New variable.
18174         (c_locale): New function.
18175         (C_STRTOD): Use it, and don't call freelocale.
18176         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
18177         Suggested by Paolo Bonzini.
18178
18179 2009-01-21  Bruno Haible  <bruno@clisp.org>
18180
18181         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
18182         conditions other than overflow.
18183
18184 2009-01-21  Bruno Haible  <bruno@clisp.org>
18185
18186         * lib/c-strtod.c: Include errno.h.
18187         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
18188         value from STRTOD_L and STRTOD.
18189
18190 2009-01-21  Bruno Haible  <bruno@clisp.org>
18191         and Jim Meyering  <meyering@redhat.com>
18192
18193         nanosleep: skip configure test (fail it) for apple universal builds
18194         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
18195         universal builds, assume that nanosleep does not work.
18196         * modules/nanosleep (Depends-on): Add multiarch.
18197
18198         mktime: skip configure test (fail it) for apple universal builds
18199         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
18200         universal builds, assume that mktime does not work.
18201         * modules/mktime (Depends-on): Add multiarch.
18202
18203 2009-01-21  Eric Blake  <ebb9@byu.net>
18204
18205         multiarch: avoid expand-before-require warning
18206         * modules/multiarch (configure.ac): Require, rather than expand,
18207         gl_MULTIARCH.
18208         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
18209         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
18210         enforce that all clients require it.  Partial reversion of
18211         2008-12-29 patch.
18212
18213         error: avoid expand-before-require warning
18214         * modules/errno (configure.ac): Require, rather than expand,
18215         gl_HEADER_ERRNO_H.
18216         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
18217         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
18218         enforce that all clients require it.
18219
18220         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
18221         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
18222         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
18223         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
18224
18225 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
18226
18227         Revert:
18228         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
18229
18230         regex: do not depend on obsolete modules.
18231         * modules/regex: Remove memcmp and memmove.
18232
18233 2009-01-20  Bruno Haible  <bruno@clisp.org>
18234
18235         Make the 'link' module link on Windows NT 4.
18236         * lib/link.c (_WIN32_WINNT): Don't define.
18237         (CreateHardLinkFuncType): New type.
18238         (CreateHardLinkFunc, initialized): New variables.
18239         (initialize): New function.
18240         (link): Invoke CreateHardLink indirectly through the function pointer.
18241
18242 2009-01-20  Bruno Haible  <bruno@clisp.org>
18243
18244         Fix compilation failure on mingw.
18245         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
18246
18247 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
18248
18249         * doc/c-strtod.texi: Mention a couple of restrictions.
18250
18251 2009-01-20  Jim Meyering  <meyering@redhat.com>
18252
18253         gettimeofday: move more declarations out of functions
18254         * lib/gettimeofday.c: Move extern declarations of tzset and
18255         gmtime out of containing functions.  Prompted by Bruno Haible.
18256
18257 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
18258
18259         regex: do not depend on obsolete modules.
18260         * modules/regex: Remove memcmp and memmove.
18261
18262 2009-01-19  Bruno Haible  <bruno@clisp.org>
18263
18264         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
18265         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
18266         gl_BIGENDIAN, not AC_C_BIGENDIAN.
18267         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
18268         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
18269
18270 2009-01-19  Bruno Haible  <bruno@clisp.org>
18271
18272         * tests/test-link.c: Include <errno.h>.
18273         (main): Exit with code 77 when a hard link cannot be created due to
18274         the file system.
18275         * tests/test-link.sh: Skip test when a hard link cannot be created due
18276         to the file system.
18277         Suggested by Eric Blake.
18278
18279 2009-01-19  Martin Lambers  <marlam@marlam.de>
18280
18281         * modules/link-tests: New file.
18282         * tests/test-link.sh: New file.
18283         * tests/test-link.c: New file.
18284
18285 2009-01-19  Eric Blake  <ebb9@byu.net>
18286
18287         doc: mention another function added in cygwin 1.7.0
18288         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
18289         Another new function in cygwin 1.7.
18290
18291 2009-01-19  Bruno Haible  <bruno@clisp.org>
18292
18293         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
18294         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
18295         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
18296         gl_BIGENDIAN, not AC_C_BIGENDIAN.
18297         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
18298         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
18299         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
18300         * m4/md4.m4 (gl_MD4): Likewise.
18301         * m4/md5.m4 (gl_MD5): Likewise.
18302         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
18303         * m4/sha1.m4 (gl_SHA1): Likewise.
18304         * m4/sha256.m4 (gl_SHA256): Likewise.
18305         * m4/sha512.m4 (gl_SHA512): Likewise.
18306
18307 2009-01-19  Bruno Haible  <bruno@clisp.org>
18308
18309         * modules/uniname/uniname-tests (Depends-on): Add progname.
18310         * tests/uniname/test-uninames.c: Include progname.h.
18311         (main): Call set_program_name.
18312
18313         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
18314         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
18315         (main): Call set_program_name.
18316
18317         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
18318         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
18319         (main): Call set_program_name.
18320
18321         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
18322         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
18323         (main): Call set_program_name.
18324
18325         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
18326         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
18327         (main): Call set_program_name.
18328
18329         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
18330         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
18331         (main): Call set_program_name.
18332
18333         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
18334         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
18335         (main): Call set_program_name.
18336
18337         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
18338         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
18339         (main): Call set_program_name.
18340
18341         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
18342         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
18343         (main): Call set_program_name.
18344
18345 2009-01-19  Eric Blake  <ebb9@byu.net>
18346
18347         test-unistd: test previous patch
18348         * tests/test-unistd.c: Test *_FILENO macros.
18349
18350         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
18351         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
18352         Guarantee a definition.
18353         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
18354         * modules/unistd-safer (Depends-on): Add dependency on unistd.
18355         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
18356         * lib/dup-safer.c (STDERR_FILENO): Likewise.
18357         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
18358         Likewise.
18359         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
18360         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
18361         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
18362         Likewise.
18363         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
18364         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
18365         (STDERR_FILENO): Likewise.
18366         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
18367         (STDERR_FILENO): Likewise.
18368         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
18369         (STDERR_FILENO): Likewise.
18370         Reported by Elbert Pol.
18371
18372 2009-01-19  Eric Blake  <ebb9@byu.net>
18373
18374         doc: mention more functions added in cygwin 1.7.0
18375         * doc/posix-functions/abort.texi (abort): Update wording related
18376         to cygwin.
18377         * doc/posix-functions/daylight.texi (daylight): Likewise.
18378         * doc/posix-functions/optarg.texi (optarg): Likewise.
18379         * doc/posix-functions/optarg.texi (opterr): Likewise.
18380         * doc/posix-functions/optarg.texi (optind): Likewise.
18381         * doc/posix-functions/optarg.texi (optopt): Likewise.
18382         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
18383         worked in 1.5.x, and was withdrawn in 1.7.
18384         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
18385         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
18386         cygwin versions.
18387         * doc/posix-functions/perror.texi (perror): Likewise.
18388         * doc/posix-functions/printf.texi (printf): Likewise.
18389         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
18390         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
18391         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
18392         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
18393         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
18394         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
18395         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
18396         Likewise.
18397         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
18398         Likewise.
18399         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
18400         this function.
18401         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
18402         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
18403         Likewise.
18404         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
18405         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
18406         * doc/posix-functions/confstr.texi (confstr): Likewise.
18407         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
18408         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
18409         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
18410         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
18411         * doc/posix-functions/fputws.texi (fputws): Likewise.
18412         * doc/posix-functions/fwide.texi (fwide): Likewise.
18413         * doc/posix-functions/getwc.texi (getwc): Likewise.
18414         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
18415         * doc/posix-functions/putwc.texi (putwc): Likewise.
18416         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
18417         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
18418         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
18419         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
18420         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
18421         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
18422         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
18423         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
18424         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
18425         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
18426         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
18427
18428 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
18429
18430         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
18431         * lib/ioctl.c: Include <sys/ioctl.h>.
18432
18433 2009-01-19  Simon Josefsson  <simon@josefsson.org>
18434
18435         * modules/getdate-tests (Depends-on): Add progname.
18436         * tests/test-getdate.c: Use progname module, to avoid link errors
18437         on non-glibc systems.
18438
18439 2009-01-18  Simon Josefsson  <simon@josefsson.org>
18440
18441         * modules/filenamecat-tests (Depends-on): Add progname.
18442         * modules/fstrcmp-tests (Depends-on): Likewise.
18443
18444         * tests/test-filenamecat.c: Use progname module, to avoid link
18445         errors on non-glibc systems.
18446         * tests/test-fstrcmp.c: Likewise.
18447
18448 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
18449
18450         gettimeofday: avoid warning: nested extern declaration of 'localtime'
18451         * lib/gettimeofday.c: Move extern declaration out of function.
18452
18453 2009-01-18  Bruno Haible  <bruno@clisp.org>
18454
18455         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
18456         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
18457         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
18458
18459 2009-01-18  Bruno Haible  <bruno@clisp.org>
18460
18461         * lib/strftime.c (MEMPCPY): Remove unused macro.
18462         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
18463
18464 2009-01-18  Martin Lambers  <marlam@marlam.de>
18465
18466         New module 'link'.
18467         * lib/unistd.in.h (link): New declaration.
18468         * lib/link.c: New file.
18469         * m4/link.m4: New file.
18470         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
18471         HAVE_LINK.
18472         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
18473         * modules/link: New file.
18474         * doc/posix-functions/link.texi: Mention the new module.
18475
18476 2009-01-18  Bruno Haible  <bruno@clisp.org>
18477
18478         * tests/test-avltree_list.c (main): Call set_program_name.
18479         * tests/test-avltree_oset.c (main): Likewise.
18480         * tests/test-obstack-printf.c: Include progname.h.
18481         (main): Call set_program_name.
18482         * tests/test-quotearg.c: Include progname.h.
18483         (main): Call set_program_name.
18484         * tests/test-xmemdup0.c: Include progname.h.
18485         (main): Call set_program_name.
18486
18487 2009-01-18  Bruno Haible  <bruno@clisp.org>
18488
18489         New module 'alphasort'.
18490         * lib/dirent.in.h (alphasort): New declaration.
18491         * lib/alphasort.c: New file, from glibc with modifications.
18492         * m4/alphasort.m4: New file.
18493         * modules/alphasort: New file.
18494         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
18495         HAVE_ALPHASORT.
18496         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
18497         HAVE_ALPHASORT.
18498         * doc/posix-functions/alphasort.texi: Mention the new module and the
18499         portability problems.
18500
18501 2009-01-18  Bruno Haible  <bruno@clisp.org>
18502
18503         New module 'scandir'.
18504         * lib/dirent.in.h (scandir): New declaration.
18505         * lib/scandir.c: New file, from glibc with modifications.
18506         * m4/scandir.m4: New file.
18507         * modules/scandir: New file.
18508         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
18509         HAVE_SCANDIR.
18510         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
18511         HAVE_SCANDIR.
18512         * doc/posix-functions/scandir.texi: Mention the new module and the
18513         portability problems.
18514
18515 2009-01-17  Bruno Haible  <bruno@clisp.org>
18516
18517         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
18518         Update documentation.
18519         (func_remove_suffix): Escape all dots in the suffix. Update
18520         documentation.
18521         (func_filter_filelist): Update documentation.
18522         Reported by Ralf Wildenhues.
18523
18524 2009-01-17  Bruno Haible  <bruno@clisp.org>
18525
18526         * modules/dprintf-posix-tests: New file.
18527         * tests/test-dprintf-posix.sh: New file.
18528         * tests/test-dprintf-posix.c: New file.
18529
18530         New modules 'dprintf', 'dprintf-posix'.
18531         * lib/stdio.in.h (dprintf): New declaration.
18532         * lib/dprintf.c: New file.
18533         * m4/dprintf.m4: New file.
18534         * m4/dprintf-posix.m4: New file.
18535         * modules/dprintf: New file.
18536         * modules/dprintf-posix: New file.
18537         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
18538         HAVE_DPRINTF, REPLACE_DPRINTF.
18539         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
18540         HAVE_DPRINTF, REPLACE_DPRINTF.
18541         * doc/posix-functions/dprintf.texi: Mention the new modules.
18542
18543 2009-01-17  Bruno Haible  <bruno@clisp.org>
18544
18545         * modules/vdprintf-posix-tests: New file.
18546         * tests/test-vdprintf-posix.sh: New file.
18547         * tests/test-vdprintf-posix.c: New file.
18548
18549         New modules 'vdprintf', 'vdprintf-posix'.
18550         * lib/stdio.in.h (vdprintf): New declaration.
18551         * lib/vdprintf.c: New file.
18552         * m4/vdprintf.m4: New file.
18553         * m4/vdprintf-posix.m4: New file.
18554         * modules/vdprintf: New file.
18555         * modules/vdprintf-posix: New file.
18556         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
18557         HAVE_VDPRINTF, REPLACE_VDPRINTF.
18558         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
18559         HAVE_VDPRINTF, REPLACE_VDPRINTF.
18560         * doc/posix-functions/vdprintf.texi: Mention the new modules.
18561
18562 2009-01-17  Bruno Haible  <bruno@clisp.org>
18563
18564         Fix replacement of fopen on mingw.
18565         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
18566         mingw.
18567
18568 2009-01-17  Bruno Haible  <bruno@clisp.org>
18569
18570         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
18571         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
18572
18573 2009-01-17  Bruno Haible  <bruno@clisp.org>
18574
18575         Avoid test-fflush2.sh failure on mingw.
18576         * tests/test-fflush2.c: Include binary-io.h.
18577         (main): Put standard input into binary mode.
18578         * modules/fflush-tests (Depends-on): Add binary-io.
18579
18580 2009-01-17  Bruno Haible  <bruno@clisp.org>
18581
18582         * lib/wchar.in.h: In another particular situation, include only the
18583         system's <wchar.h> file.
18584         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
18585         Reported by Albert Chin-A-Young <china@thewrittenword.com>
18586         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
18587
18588 2009-01-17  Bruno Haible  <bruno@clisp.org>
18589
18590         Support for stripping executables in --enable-relocatable.
18591         * build-aux/install-reloc: Expect one more argument, or an environment
18592         variable RELOC_STRIP_PROG. If set, strip the destination program and
18593         its wrapper.
18594         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
18595         RELOC_STRIP_PROG.
18596         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
18597         to set RELOCATABLE_STRIP.
18598         * NEWS: Mention the new Makefile requirement.
18599
18600 2009-01-17  Bruno Haible  <bruno@clisp.org>
18601
18602         * build-aux/install-reloc: Remove debugging information left over by
18603         C compiler on MacOS X.
18604
18605 2009-01-17  Bruno Haible  <bruno@clisp.org>
18606
18607         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
18608         * lib/progreloc.c (find_executable): Fix type of pointer passed to
18609         _NSGetExecutablePath.
18610
18611 2009-01-16  Jim Meyering  <meyering@redhat.com>
18612
18613         strerror: avoid warnings about discarding "const"
18614         * lib/strerror.c (rpl_strerror): Instead of returning a const
18615         string from each and every "case", use a variable, and add a single
18616         cast after the switch.
18617
18618 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
18619
18620         * lib/arpa_inet.in.h: Add extern "C" block for C++.
18621
18622 2009-01-16  Bruno Haible  <bruno@clisp.org>
18623
18624         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
18625         array initializer syntax that also works in C++ mode.
18626         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
18627
18628 2009-01-16  Jim Meyering  <meyering@redhat.com>
18629
18630         poll: suppress a warning
18631         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
18632         to ignore "...unsigned expression < 0 is always false" warnings.
18633
18634 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
18635
18636         poll: remove declarations of unused variables
18637         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
18638         sockbuf and optlen.
18639
18640 2009-01-15  Bruno Haible  <bruno@clisp.org>
18641
18642         Make fflush-after-ungetc POSIX compliant on BSD systems.
18643         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
18644         (clear_ungetc_buffer): Implement also for other systems.
18645         (rpl_fflush): On glibc systems, invoke
18646         clear_ungetc_buffer_preserving_position. Otherwise, invoke
18647         clear_ungetc_buffer after fetching the stream's position, not before.
18648
18649 2009-01-15  Bruno Haible  <bruno@clisp.org>
18650
18651         Make fflush-after-ungetc POSIX compliant on glibc systems.
18652         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
18653         after ungetc.
18654         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
18655         (rpl_fflush): On glibc systems, simply call the system's fflush
18656         function after clearing the ungetc buffer.
18657         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
18658         Instead, lseek only to the end of file, then use the system's fseeko
18659         for the rest. On glibc systems, reset the EOF indicator bit.
18660
18661 2009-01-15  Jim Meyering  <meyering@redhat.com>
18662
18663         openmp.m4: revert quote-adding change, for portability to older autoconf
18664         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
18665         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
18666         Simon Josefsson noticed the problem when using autoconf-2.61.
18667
18668 2009-01-15  Bruno Haible  <bruno@clisp.org>
18669
18670         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
18671         * tests/test-fflush2.c (ASSERT): Always fail.
18672         (main): Add two tests for fflush() after ungetc(), taking into account
18673         the Austin Group's clarification.
18674         Suggested by Eric Blake.
18675
18676 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
18677
18678         mktime.m4: remove K&R-style function prototypes
18679         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
18680         for the Sun C++ compiler.
18681
18682 2009-01-14  Bruno Haible  <bruno@clisp.org>
18683
18684         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
18685         while including <wchar.h>.
18686         * lib/wchar.in.h: In two particular situations on HP-UX, include only
18687         the system's <wchar.h> file.
18688         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
18689
18690 2009-01-14  Bruno Haible  <bruno@clisp.org>
18691
18692         * m4/csharp.m4: Don't mention gettext on the serial number line.
18693         * m4/csharpexec.m4: Likewise.
18694         * m4/eaccess.m4: Likewise.
18695         * m4/javaexec.m4: Likewise.
18696         * m4/sig_atomic_t.m4: Likewise.
18697         * m4/tmpdir.m4: Likewise.
18698         * m4/intldir.m4: Bump gettext version.
18699         * m4/lib-ld.m4: Likewise.
18700
18701 2009-01-14  Bruno Haible  <bruno@clisp.org>
18702
18703         * lib/progname.c (set_program_name): Add more comments.
18704         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
18705
18706 2009-01-14  Simon Josefsson  <simon@josefsson.org>
18707
18708         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
18709         were sys/stat.h does not define it.
18710
18711 2009-01-14  Jim Meyering  <meyering@redhat.com>
18712
18713         many *.m4 files: improve m4 quoting
18714         99% of this change was performed by running the following commands:
18715         git ls-files | grep '\.m4$' | xargs perl -pi \
18716           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
18717           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
18718           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
18719           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
18720         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
18721         The remainder were to add Copyright dates, increment serial numbers,
18722         undo some changes in comments, exclude m4/intl.m4, and add quotes
18723         around the "1" in ",1" where the unusual spacing prohibited the
18724         above regexps from doing the job.  For more details, see
18725         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
18726         * m4/acl.m4: Modified.
18727         * m4/afs.m4: Likewise.
18728         * m4/alloca.m4: Likewise.
18729         * m4/argp.m4: Likewise.
18730         * m4/argz.m4: Likewise.
18731         * m4/atexit.m4: Likewise.
18732         * m4/bison-i18n.m4: Likewise.
18733         * m4/bison.m4: Likewise.
18734         * m4/byteswap.m4: Likewise.
18735         * m4/c-stack.m4: Likewise.
18736         * m4/c-strtod.m4: Likewise.
18737         * m4/calloc.m4: Likewise.
18738         * m4/canonicalize-lgpl.m4: Likewise.
18739         * m4/chown.m4: Likewise.
18740         * m4/clock_time.m4: Likewise.
18741         * m4/codeset.m4: Likewise.
18742         * m4/copy-file.m4: Likewise.
18743         * m4/csharp.m4: Likewise.
18744         * m4/csharpcomp.m4: Likewise.
18745         * m4/csharpexec.m4: Likewise.
18746         * m4/d-ino.m4: Likewise.
18747         * m4/d-type.m4: Likewise.
18748         * m4/dirfd.m4: Likewise.
18749         * m4/double-slash-root.m4: Likewise.
18750         * m4/eaccess.m4: Likewise.
18751         * m4/eealloc.m4: Likewise.
18752         * m4/environ.m4: Likewise.
18753         * m4/errno_h.m4: Likewise.
18754         * m4/euidaccess.m4: Likewise.
18755         * m4/execute.m4: Likewise.
18756         * m4/fatal-signal.m4: Likewise.
18757         * m4/fchdir.m4: Likewise.
18758         * m4/fcntl_h.m4: Likewise.
18759         * m4/fileblocks.m4: Likewise.
18760         * m4/filenamecat.m4: Likewise.
18761         * m4/findprog.m4: Likewise.
18762         * m4/flexmember.m4: Likewise.
18763         * m4/fnmatch.m4: Likewise.
18764         * m4/fopen.m4: Likewise.
18765         * m4/fpending.m4: Likewise.
18766         * m4/fprintf-posix.m4: Likewise.
18767         * m4/free.m4: Likewise.
18768         * m4/frexp.m4: Likewise.
18769         * m4/frexpl.m4: Likewise.
18770         * m4/fsusage.m4: Likewise.
18771         * m4/ftruncate.m4: Likewise.
18772         * m4/gc-camellia.m4: Likewise.
18773         * m4/gc-random.m4: Likewise.
18774         * m4/gc.m4: Likewise.
18775         * m4/getaddrinfo.m4: Likewise.
18776         * m4/getcwd-abort-bug.m4: Likewise.
18777         * m4/getcwd-path-max.m4: Likewise.
18778         * m4/getdate.m4: Likewise.
18779         * m4/getdomainname.m4: Likewise.
18780         * m4/getgroups.m4: Likewise.
18781         * m4/gethostname.m4: Likewise.
18782         * m4/gethrxtime.m4: Likewise.
18783         * m4/getline.m4: Likewise.
18784         * m4/getloadavg.m4: Likewise.
18785         * m4/getndelim2.m4: Likewise.
18786         * m4/getpass.m4: Likewise.
18787         * m4/gettext.m4: Likewise.
18788         * m4/gettime.m4: Likewise.
18789         * m4/gettimeofday.m4: Likewise.
18790         * m4/gnulib-common.m4: Likewise.
18791         * m4/group-member.m4: Likewise.
18792         * m4/host-os.m4: Likewise.
18793         * m4/iconv.m4: Likewise.
18794         * m4/iconv_open.m4: Likewise.
18795         * m4/inet_ntop.m4: Likewise.
18796         * m4/inet_pton.m4: Likewise.
18797         * m4/inline.m4: Likewise.
18798         * m4/intldir.m4: Likewise.
18799         * m4/intlmacosx.m4: Likewise.
18800         * m4/intmax.m4: Likewise.
18801         * m4/intmax_t.m4: Likewise.
18802         * m4/inttypes.m4: Likewise.
18803         * m4/inttypes_h.m4: Likewise.
18804         * m4/inttypes-pri.m4: Likewise.
18805         * m4/isapipe.m4: Likewise.
18806         * m4/isnand.m4: Likewise.
18807         * m4/isnanf.m4: Likewise.
18808         * m4/isnanl.m4: Likewise.
18809         * m4/javacomp.m4: Likewise.
18810         * m4/javaexec.m4: Likewise.
18811         * m4/jm-winsz1.m4: Likewise.
18812         * m4/jm-winsz2.m4: Likewise.
18813         * m4/lchown.m4: Likewise.
18814         * m4/lcmessage.m4: Likewise.
18815         * m4/ldexpl.m4: Likewise.
18816         * m4/lib-ld.m4: Likewise.
18817         * m4/lib-link.m4: Likewise.
18818         * m4/libsigsegv.m4: Likewise.
18819         * m4/link-follow.m4: Likewise.
18820         * m4/localcharset.m4: Likewise.
18821         * m4/locale-fr.m4: Likewise.
18822         * m4/locale-ja.m4: Likewise.
18823         * m4/locale-tr.m4: Likewise.
18824         * m4/locale-zh.m4: Likewise.
18825         * m4/lock.m4: Likewise.
18826         * m4/longlong.m4: Likewise.
18827         * m4/ls-mntd-fs.m4: Likewise.
18828         * m4/lstat.m4: Likewise.
18829         * m4/malloc.m4: Likewise.
18830         * m4/mathl.m4: Likewise.
18831         * m4/mbrtowc.m4: Likewise.
18832         * m4/mbstate_t.m4: Likewise.
18833         * m4/mbswidth.m4: Likewise.
18834         * m4/memchr.m4: Likewise.
18835         * m4/memcmp.m4: Likewise.
18836         * m4/memcpy.m4: Likewise.
18837         * m4/memmem.m4: Likewise.
18838         * m4/memmove.m4: Likewise.
18839         * m4/mempcpy.m4: Likewise.
18840         * m4/memrchr.m4: Likewise.
18841         * m4/memset.m4: Likewise.
18842         * m4/minmax.m4: Likewise.
18843         * m4/mkdir-slash.m4: Likewise.
18844         * m4/mkdtemp.m4: Likewise.
18845         * m4/mktime.m4: Likewise.
18846         * m4/mmap-anon.m4: Likewise.
18847         * m4/mountlist.m4: Likewise.
18848         * m4/nanosleep.m4: Likewise.
18849         * m4/nls.m4: Likewise.
18850         * m4/nocrash.m4: Likewise.
18851         * m4/open.m4: Likewise.
18852         * m4/openat.m4: Likewise.
18853         * m4/openmp.m4: Likewise.
18854         * m4/pathmax.m4: Likewise.
18855         * m4/perl.m4: Likewise.
18856         * m4/physmem.m4: Likewise.
18857         * m4/pipe.m4: Likewise.
18858         * m4/po.m4: Likewise.
18859         * m4/poll.m4: Likewise.
18860         * m4/posixtm.m4: Likewise.
18861         * m4/posixver.m4: Likewise.
18862         * m4/printf-frexp.m4: Likewise.
18863         * m4/printf-frexpl.m4: Likewise.
18864         * m4/printf-posix.m4: Likewise.
18865         * m4/printf-posix-rpl.m4: Likewise.
18866         * m4/printf.m4: Likewise.
18867         * m4/progtest.m4: Likewise.
18868         * m4/putenv.m4: Likewise.
18869         * m4/readline.m4: Likewise.
18870         * m4/readlink.m4: Likewise.
18871         * m4/readutmp.m4: Likewise.
18872         * m4/realloc.m4: Likewise.
18873         * m4/regex.m4: Likewise.
18874         * m4/relocatable.m4: Likewise.
18875         * m4/relocatable-lib.m4: Likewise.
18876         * m4/rename-dest-slash.m4: Likewise.
18877         * m4/rename.m4: Likewise.
18878         * m4/rmdir-errno.m4: Likewise.
18879         * m4/rmdir.m4: Likewise.
18880         * m4/roundf.m4: Likewise.
18881         * m4/roundl.m4: Likewise.
18882         * m4/rpmatch.m4: Likewise.
18883         * m4/save-cwd.m4: Likewise.
18884         * m4/selinux-selinux-h.m4: Likewise.
18885         * m4/setenv.m4: Likewise.
18886         * m4/settime.m4: Likewise.
18887         * m4/sig2str.m4: Likewise.
18888         * m4/sig_atomic_t.m4: Likewise.
18889         * m4/signalblocking.m4: Likewise.
18890         * m4/signbit.m4: Likewise.
18891         * m4/sigpipe.m4: Likewise.
18892         * m4/sockets.m4: Likewise.
18893         * m4/sockpfaf.m4: Likewise.
18894         * m4/st_dm_mode.m4: Likewise.
18895         * m4/stat-time.m4: Likewise.
18896         * m4/stdbool.m4: Likewise.
18897         * m4/stdint.m4: Likewise.
18898         * m4/stdint_h.m4: Likewise.
18899         * m4/stpcpy.m4: Likewise.
18900         * m4/stpncpy.m4: Likewise.
18901         * m4/strcase.m4: Likewise.
18902         * m4/strchrnul.m4: Likewise.
18903         * m4/strcspn.m4: Likewise.
18904         * m4/strdup.m4: Likewise.
18905         * m4/strftime.m4: Likewise.
18906         * m4/strndup.m4: Likewise.
18907         * m4/strnlen.m4: Likewise.
18908         * m4/strpbrk.m4: Likewise.
18909         * m4/strptime.m4: Likewise.
18910         * m4/strsep.m4: Likewise.
18911         * m4/strtod.m4: Likewise.
18912         * m4/strtoimax.m4: Likewise.
18913         * m4/strtok_r.m4: Likewise.
18914         * m4/strtol.m4: Likewise.
18915         * m4/strtoll.m4: Likewise.
18916         * m4/strtoul.m4: Likewise.
18917         * m4/strtoull.m4: Likewise.
18918         * m4/strtoumax.m4: Likewise.
18919         * m4/strverscmp.m4: Likewise.
18920         * m4/threadlib.m4: Likewise.
18921         * m4/timegm.m4: Likewise.
18922         * m4/tm_gmtoff.m4: Likewise.
18923         * m4/tmpdir.m4: Likewise.
18924         * m4/tmpfile.m4: Likewise.
18925         * m4/tzset.m4: Likewise.
18926         * m4/uintmax_t.m4: Likewise.
18927         * m4/unlinkdir.m4: Likewise.
18928         * m4/unlocked-io.m4: Likewise.
18929         * m4/uptime.m4: Likewise.
18930         * m4/userspec.m4: Likewise.
18931         * m4/utimbuf.m4: Likewise.
18932         * m4/utime.m4: Likewise.
18933         * m4/utimes-null.m4: Likewise.
18934         * m4/utimes.m4: Likewise.
18935         * m4/vararrays.m4: Likewise.
18936         * m4/vasnprintf.m4: Likewise.
18937         * m4/vfprintf-posix.m4: Likewise.
18938         * m4/vprintf-posix.m4: Likewise.
18939         * m4/wait-process.m4: Likewise.
18940         * m4/wchar_t.m4: Likewise.
18941         * m4/wint_t.m4: Likewise.
18942         * m4/write-any-file.m4: Likewise.
18943         * m4/yield.m4: Likewise.
18944
18945 2009-01-13  Bruno Haible  <bruno@clisp.org>
18946
18947         Avoid test-copy-file.sh failures when ACL support insufficient.
18948         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
18949         TESTS_ENVIRONMENT.
18950         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
18951         Reported by Jim Meyering.
18952
18953 2009-01-13  Bruno Haible  <bruno@clisp.org>
18954
18955         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
18956         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
18957         * modules/unistdio/u8-printf-parse (Files): Likewise.
18958         * modules/unistdio/u32-printf-parse (Files): Likewise.
18959         * modules/unistdio/ulc-printf-parse (Files): Likewise.
18960
18961 2009-01-13  Simon Josefsson  <simon@josefsson.org>
18962
18963         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
18964         and m4/inttypes_h.m4 too.
18965
18966 2009-01-12  Eric Blake  <ebb9@byu.net>
18967
18968         tests: IRIX 6.2 cc can't compile -0.0 into .data
18969         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
18970         rather than at compile-time.
18971         * tests/test-floorl.c (minus_zero): Likewise.
18972         * tests/test-frexpl.c (minus_zero): Likewise.
18973         * tests/test-isnan.c (minus_zerol): Likewise.
18974         * tests/test-isnanl.h (minus_zero): Likewise.
18975         * tests/test-ldexpl.c (minus_zero): Likewise.
18976         * tests/test-roundl.c (minus_zero): Likewise.
18977         * tests/test-signbit.c (minus_zerol): Likewise.
18978         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
18979         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
18980         * tests/test-truncl.c (minus_zero): Likewise.
18981         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
18982         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
18983         Reported by Tom G. Christensen and Nelson H. F. Beebe.
18984
18985 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
18986
18987         regex: fix glibc bug 9697
18988         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
18989         handling.
18990
18991 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
18992
18993         regex: fix glibc bug 697
18994         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
18995         being NULL also if there are no backreferences.
18996
18997 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
18998
18999         regex: merge glibc changes
19000         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
19001         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
19002         re_string_skip_chars, re_string_reconstruct): Likewise.
19003         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
19004
19005 2009-01-07  Jim Meyering  <meyering@redhat.com>
19006
19007         poll: filter through cppi
19008         * lib/poll.c: Indent cpp directives to reflect nesting.
19009
19010 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
19011
19012         poll: don't return uninitialized
19013         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
19014
19015 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
19016
19017         avoid compile failure on AIX 6.1
19018         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
19019         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
19020
19021 2009-01-04  Jim Meyering  <meyering@redhat.com>
19022
19023         remove duplicate inclusion of <stdio.h>
19024         * tests/test-fprintf-posix.c: Likewise.
19025         * tests/test-printf-posix.c: Likewise.
19026         * tests/test-snprintf-posix.c: Likewise.
19027         * tests/test-sprintf-posix.c: Likewise.
19028         * tests/test-vasprintf-posix.c: Likewise.
19029         * tests/test-vfprintf-posix.c: Likewise.
19030         * tests/test-vprintf-posix.c: Likewise.
19031         * tests/test-vsnprintf-posix.c: Likewise.
19032         * tests/test-vsprintf-posix.c: Likewise.
19033
19034 2009-01-03  Jim Meyering  <meyering@redhat.com>
19035
19036         gnulib-tool: fix sed-based filtering
19037         * gnulib-tool (func_filter_filelist): Remove extra backslash
19038         in sed_fff_filter definition.
19039
19040 2009-01-02  Jim Meyering  <meyering@redhat.com>
19041
19042         strftime: avoid compilation failure on Solaris 2.6
19043         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
19044         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
19045         Don't #define mbrlen or mbsinit, since now they're guaranteed to
19046         be available.  Reported by Tom G. Christensen.  Details in
19047         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
19048
19049 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19050             Bruno Haible  <bruno@clisp.org>
19051
19052         Speed up gnulib-tool by doing more string processing through shell
19053         built-ins.
19054         * gnulib-tool (fast_func_append): New variable.
19055         (func_remove_prefix, func_remove_suffix): New functions.
19056         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
19057         (func_filter_filelist): New function.
19058         (func_get_dependencies): Use func_remove_suffix instead of sed.
19059         (func_get_automake_snippet): Use func_filter_filelist instead of a
19060         subshell and sed invocation.
19061
19062 2009-01-01  Bruno Haible  <bruno@clisp.org>
19063
19064         Fix a security bug.
19065         * gnulib-tool (func_import, import, update): Don't allow the characters
19066         '"', '$', '`', '\' in macro arguments that become part of commands that
19067         are evaluated.
19068
19069 2009-01-01  Bruno Haible  <bruno@clisp.org>
19070
19071         * gnulib-tool (func_reset_sigpipe): Add more comments.
19072
19073 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19074
19075         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
19076         func_emit_tests_Makefile_am, func_import): Abort loops early if we
19077         already know the answer.
19078
19079 2009-01-01  Jim Meyering  <meyering@redhat.com>
19080
19081         * lib/version-etc.c (version_etc_va): Update copyright year.
19082
19083 2008-12-30  Bruno Haible  <bruno@clisp.org>
19084
19085         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
19086         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
19087         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
19088
19089 2008-12-29  Eric Blake  <ebb9@byu.net>
19090
19091         multiarch: avoid autoconf AC_REQUIRE bug
19092         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
19093         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
19094         2.63 and older.
19095         Reported by Bruno Haible, and analyzed in
19096         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
19097
19098 2008-12-29  Bruno Haible  <bruno@clisp.org>
19099
19100         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
19101         files in subdirectories correctly.
19102         Reported by Ralf Wildenhues.
19103
19104 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19105
19106         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
19107         rather than 'join FILE -', for Solaris join.
19108
19109 2008-12-29  Bruno Haible  <bruno@clisp.org>
19110
19111         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
19112         quoting.
19113         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
19114         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
19115         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
19116         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
19117         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
19118         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
19119         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
19120         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
19121         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
19122         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
19123         * m4/nls.m4 (AM_NLS): Likewise.
19124         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
19125         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
19126         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
19127         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
19128         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
19129         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
19130         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
19131         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
19132         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
19133         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
19134         * m4/xsize.m4 (gl_XSIZE): Likewise.
19135         Suggested by Jim Meyering.
19136
19137 2008-11-17  Bruce Korb  <bkorb@gnu.org>
19138
19139         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
19140         * lib/parse-duration.c: use a switch instead of cascading if's.
19141
19142 2008-12-29  Eric Blake  <ebb9@byu.net>
19143
19144         wchar.h: supply WEOF on Irix 5.3
19145         * lib/wchar.in.h (wint_t): Also supply WEOF.
19146         * lib/wctype.in.h (wint_t): Likewise.
19147         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
19148         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
19149         Reported by Tom G. Christensen.
19150
19151 2008-12-26  Bruno Haible  <bruno@clisp.org>
19152
19153         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
19154         i486, i586, i686.
19155
19156 2008-12-26  Bruno Haible  <bruno@clisp.org>
19157
19158         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
19159
19160 2008-12-26  Bruno Haible  <bruno@clisp.org>
19161
19162         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
19163         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
19164         not __STDC_CONSTANT_MACROS.
19165         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
19166
19167 2008-12-25  Bruno Haible  <bruno@clisp.org>
19168
19169         Add support for universal builds to vasnprintf.
19170         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
19171         universal builds, guess no.
19172         * modules/vasnprintf-posix (Depends-on): Add multiarch.
19173         * modules/vasprintf-posix (Depends-on): Likewise.
19174         * modules/fprintf-posix (Depends-on): Likewise.
19175         * modules/vfprintf-posix (Depends-on): Likewise.
19176         * modules/snprintf-posix (Depends-on): Likewise.
19177         * modules/vsnprintf-posix (Depends-on): Likewise.
19178         * modules/sprintf-posix (Depends-on): Likewise.
19179         * modules/vsprintf-posix (Depends-on): Likewise.
19180         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
19181         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
19182         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
19183         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
19184         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
19185         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
19186         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
19187
19188         Add support for universal builds to <inttypes.h>.
19189         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
19190         _SCNu64_PREFIX): In Apple
19191         universal builds, define directly, using _LP64.
19192         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
19193         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
19194         * modules/inttypes (Depends-on): Add multiarch.
19195         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
19196
19197         Add support for universal builds to <stdint.h>.
19198         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
19199         universal builds, define directly, using _LP64.
19200         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
19201         Apple universal builds, don't test for the size and suffix of ptrdiff_t
19202         and size_t.
19203         * modules/stdint (Depends-on): Add multiarch.
19204         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
19205
19206         New module 'multiarch'.
19207         * modules/multiarch: New file.
19208         * m4/multiarch.m4: New file.
19209
19210 2008-12-25  Bruno Haible  <bruno@clisp.org>
19211
19212         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
19213
19214 2008-12-25  Bruno Haible  <bruno@clisp.org>
19215
19216         * modules/btowc (License): Relicense under LGPLv2+.
19217         * modules/mbsinit (License): Likewise.
19218         * modules/mbrtowc (License): Likewise.
19219         * modules/wcrtomb (License): Likewise.
19220         * modules/streq (License): Likewise.
19221         Reported by David Lutterkort <lutter@redhat.com>.
19222
19223 2008-12-23  Bruno Haible  <bruno@clisp.org>
19224
19225         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
19226
19227 2008-12-23  Bruno Haible  <bruno@clisp.org>
19228
19229         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
19230         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
19231         GETADDRINFO_LIB, not in LIBS.
19232         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
19233         * modules/canon-host (Link): Likewise.
19234         * NEWS: Mention the change.
19235         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
19236         GETADDRINFO_LIB.
19237
19238 2008-12-22  Bruno Haible  <bruno@clisp.org>
19239
19240         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
19241         * doc/posix-functions/iswalpha_l.texi: Likewise.
19242         * doc/posix-functions/iswblank_l.texi: Likewise.
19243         * doc/posix-functions/iswcntrl_l.texi: Likewise.
19244         * doc/posix-functions/iswctype_l.texi: Likewise.
19245         * doc/posix-functions/iswdigit_l.texi: Likewise.
19246         * doc/posix-functions/iswgraph_l.texi: Likewise.
19247         * doc/posix-functions/iswlower_l.texi: Likewise.
19248         * doc/posix-functions/iswprint_l.texi: Likewise.
19249         * doc/posix-functions/iswpunct_l.texi: Likewise.
19250         * doc/posix-functions/iswspace_l.texi: Likewise.
19251         * doc/posix-functions/iswupper_l.texi: Likewise.
19252         * doc/posix-functions/iswxdigit_l.texi: Likewise.
19253         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
19254         * doc/posix-functions/open_wmemstream.texi: Likewise.
19255         * doc/posix-functions/swscanf.texi: Likewise.
19256         * doc/posix-functions/towctrans_l.texi: Likewise.
19257         * doc/posix-functions/towlower.texi: Likewise.
19258         * doc/posix-functions/towlower_l.texi: Likewise.
19259         * doc/posix-functions/towupper.texi: Likewise.
19260         * doc/posix-functions/towupper_l.texi: Likewise.
19261         * doc/posix-functions/vfwprintf.texi: Likewise.
19262         * doc/posix-functions/vfwscanf.texi: Likewise.
19263         * doc/posix-functions/vswscanf.texi: Likewise.
19264         * doc/posix-functions/vwprintf.texi: Likewise.
19265         * doc/posix-functions/vwscanf.texi: Likewise.
19266         * doc/posix-functions/wcpcpy.texi: Likewise.
19267         * doc/posix-functions/wcpncpy.texi: Likewise.
19268         * doc/posix-functions/wcscasecmp.texi: Likewise.
19269         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
19270         * doc/posix-functions/wcscoll_l.texi: Likewise.
19271         * doc/posix-functions/wcsdup.texi: Likewise.
19272         * doc/posix-functions/wcsncasecmp.texi: Likewise.
19273         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
19274         * doc/posix-functions/wcsnlen.texi: Likewise.
19275         * doc/posix-functions/wcsnrtombs.texi: Likewise.
19276         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
19277         * doc/posix-functions/wctrans_l.texi: Likewise.
19278         * doc/posix-functions/wctype_l.texi: Likewise.
19279         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
19280         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
19281         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
19282         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
19283         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
19284         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
19285         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
19286         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
19287         * doc/glibc-functions/wcschrnul.texi: Likewise.
19288         * doc/glibc-functions/wcsftime_l.texi: Likewise.
19289         * doc/glibc-functions/wcstod_l.texi: Likewise.
19290         * doc/glibc-functions/wcstof_l.texi: Likewise.
19291         * doc/glibc-functions/wcstol_l.texi: Likewise.
19292         * doc/glibc-functions/wcstold_l.texi: Likewise.
19293         * doc/glibc-functions/wcstoll_l.texi: Likewise.
19294         * doc/glibc-functions/wcstoq.texi: Likewise.
19295         * doc/glibc-functions/wcstoul_l.texi: Likewise.
19296         * doc/glibc-functions/wcstoull_l.texi: Likewise.
19297         * doc/glibc-functions/wcstouq.texi: Likewise.
19298         * doc/glibc-functions/wmempcpy.texi: Likewise.
19299
19300 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
19301             Eric Blake  <ebb9@byu.net>
19302             Paolo Bonzini  <bonzini@gnu.org>
19303             Bruno Haible  <bruno@clisp.org>
19304
19305         Make c-stack work on Haiku.
19306         * lib/c-stack.c (SA_ONSTACK): Define fallback.
19307         (c_stack_action): Use SA_ONSTACK flag.
19308
19309 2008-12-22  Bruno Haible  <bruno@clisp.org>
19310
19311         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
19312
19313 2008-12-22  Bruno Haible  <bruno@clisp.org>
19314
19315         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
19316         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
19317         being overridden.
19318         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
19319         New macros.
19320         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
19321         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
19322         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
19323         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
19324
19325 2008-12-22  Bruno Haible  <bruno@clisp.org>
19326
19327         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
19328         from test code.
19329
19330 2008-12-22  Eric Blake  <ebb9@byu.net>
19331
19332         Avoid gcc warnings on cygwin.
19333         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
19334         Avoid unused variable.
19335         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
19336         Likewise.
19337
19338 2008-12-22  Bruno Haible  <bruno@clisp.org>
19339
19340         Remove HAVE_MBRTOWC conditionals.
19341         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
19342         (mbscasecmp): Assume mbrtowc function.
19343         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
19344         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
19345         * lib/mbschr.c: Include mbuiter.h unconditionally.
19346         (mbschr): Assume mbrtowc function.
19347         * lib/mbscspn.c: Include mbuiter.h unconditionally.
19348         (mbscspn): Assume mbrtowc function.
19349         * lib/mbslen.c: Include mbuiter.h unconditionally.
19350         (mbslen): Assume mbrtowc function.
19351         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
19352         (mbsncasecmp): Assume mbrtowc function.
19353         * lib/mbsnlen.c: Include mbiter.h unconditionally.
19354         (mbsnlen): Assume mbrtowc function.
19355         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
19356         (mbspbrk): Assume mbrtowc function.
19357         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
19358         (mbspcasecmp): Assume mbrtowc function.
19359         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
19360         (mbsrchr): Assume mbrtowc function.
19361         * lib/mbssep.c: Include mbuiter.h unconditionally.
19362         (mbssep): Assume mbrtowc function.
19363         * lib/mbsspn.c: Include mbuiter.h unconditionally.
19364         (mbsspn): Assume mbrtowc function.
19365         * lib/mbsstr.c: Include mbuiter.h unconditionally.
19366         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
19367         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
19368         (mbstok_r): Assume mbrtowc function.
19369         * lib/propername.c: Include mbuiter.h unconditionally.
19370         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
19371         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
19372         (trim2): Assume mbrtowc function.
19373         * lib/mbswidth.c (mbsinit): Remove fallback definition.
19374         (mbsnwidth): Assume mbrtowc function.
19375         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
19376         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
19377         fallback definitions.
19378         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
19379
19380 2008-12-22  Bruno Haible  <bruno@clisp.org>
19381
19382         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
19383
19384 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
19385
19386         * modules/regex: Request emulations for the mb*/wc* functions we need.
19387         * m4/regex.m4: Don't look for those functions here.
19388         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
19389
19390 2008-12-22  Bruno Haible  <bruno@clisp.org>
19391
19392         * modules/fnmatch (Depends-on): Remove duplicated dependency.
19393
19394 2008-12-21  Bruno Haible  <bruno@clisp.org>
19395
19396         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
19397         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
19398         (Include): Remove conditionalization.
19399         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
19400         (Include): Remove conditionalization.
19401         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
19402         (Include): Remove conditionalization.
19403         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
19404         * m4/mbfile.m4 (gl_MBFILE): Likewise.
19405         * NEWS: Mention the change.
19406         Reported by Alan Hourihane <alanh@fairlite.co.uk>
19407         via Sergey Poznyakoff <gray@gnu.org.ua>.
19408
19409 2008-12-21  Bruno Haible  <bruno@clisp.org>
19410
19411         * MODULES.html.sh (Extended multibyte and wide character utilities
19412         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
19413         wcrtomb, wcsrtombs.
19414         (Support for systems lacking POSIX:2008): Add accept, bind, close,
19415         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
19416         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
19417         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
19418
19419 2008-12-21  Bruno Haible  <bruno@clisp.org>
19420
19421         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
19422
19423 2008-12-21  Bruno Haible  <bruno@clisp.org>
19424
19425         * modules/wcsnrtombs-tests: New file.
19426         * tests/test-wcsnrtombs1.sh: New file.
19427         * tests/test-wcsnrtombs2.sh: New file.
19428         * tests/test-wcsnrtombs3.sh: New file.
19429         * tests/test-wcsnrtombs4.sh: New file.
19430         * tests/test-wcsnrtombs.c: New file.
19431
19432         New module 'wcsnrtombs'.
19433         * lib/wchar.in.h (wcsnrtombs): New declaration.
19434         * lib/wcsnrtombs.c: New file.
19435         * lib/wcsrtombs-state.c: New file.
19436         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
19437         (internal_state): Remove variable.
19438         * m4/wcsnrtombs.m4: New file.
19439         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
19440         compilation units.
19441         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
19442         HAVE_WCSNRTOMBS.
19443         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
19444         HAVE_WCSNRTOMBS.
19445         * modules/wcsnrtombs: New file.
19446         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
19447         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
19448
19449 2008-12-21  Bruno Haible  <bruno@clisp.org>
19450
19451         * modules/wcsrtombs-tests: New file.
19452         * tests/test-wcsrtombs1.sh: New file.
19453         * tests/test-wcsrtombs2.sh: New file.
19454         * tests/test-wcsrtombs3.sh: New file.
19455         * tests/test-wcsrtombs4.sh: New file.
19456         * tests/test-wcsrtombs.c: New file.
19457
19458         New module 'wcsrtombs'.
19459         * lib/wchar.in.h (wcsrtombs): New declaration.
19460         * lib/wcsrtombs.c: New file.
19461         * m4/wcsrtombs.m4: New file.
19462         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
19463         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
19464         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
19465         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
19466         * modules/wcsrtombs: New file.
19467         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
19468         bugs.
19469
19470 2008-12-21  Bruno Haible  <bruno@clisp.org>
19471
19472         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
19473         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
19474         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
19475         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
19476         if not correct.
19477         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
19478         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
19479         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
19480         m4/locale-zh.m4, m4/codeset.m4.
19481         * doc/posix-functions/wcrtomb.texi: Document the bug.
19482
19483 2008-12-21  Bruno Haible  <bruno@clisp.org>
19484
19485         Work around a btowc() bug on IRIX 6.5.
19486         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
19487         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
19488         REPLACE_WTOBC if not.
19489         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
19490         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
19491         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
19492
19493 2008-12-21  Bruno Haible  <bruno@clisp.org>
19494
19495         * modules/wcrtomb-tests: New file.
19496         * tests/test-wcrtomb.sh: New file.
19497         * tests/test-wcrtomb.c: New file.
19498
19499         New module 'wcrtomb'.
19500         * lib/wchar.in.h (wcrtomb): New declaration.
19501         * lib/wcrtomb.c: New file.
19502         * m4/wcrtomb.m4: New file.
19503         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
19504         HAVE_WCRTOMB.
19505         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
19506         HAVE_WCRTOMB.
19507         * modules/wcrtomb: New file.
19508         * doc/posix-functions/wcrtomb.texi: Mention the new module.
19509
19510 2008-12-21  Bruno Haible  <bruno@clisp.org>
19511
19512         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
19513         * modules/mbsrtowcs (Files): Likewise.
19514         * modules/wctob (Files): Likewise.
19515         * modules/c-strcase-tests (Files): Likewise.
19516         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
19517         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
19518         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
19519         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
19520         * modules/vasnprintf-posix-tests (Files): Likewise.
19521
19522 2008-12-21  William Pursell  <bill.pursell@gmail.com>
19523
19524         gitlog-to-changelog: pass all command-line arguments to git-log
19525         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
19526         it is sometimes convenient to filter the commits in various ways.
19527         gitlog-to-changelog only allows --since to specify a start date,
19528         but git-log itself supports many other filtering mechanisms.
19529         At the moment, I want to filter by branch name.  Rather than
19530         adding a --branch option to gitlog-to-changelog, it seems more
19531         flexible to simply pass all options directly to git-log and let
19532         git do the work.  Notice that this effectively makes --since a
19533         redundant option for gitlog-to-changelog, but removing it would
19534         require current usage to change since calls would then require
19535         an additional '--'.
19536
19537 2008-12-21  Bruno Haible  <bruno@clisp.org>
19538
19539         * modules/mbsnrtowcs-tests: New file.
19540         * tests/test-mbsnrtowcs1.sh: New file.
19541         * tests/test-mbsnrtowcs2.sh: New file.
19542         * tests/test-mbsnrtowcs3.sh: New file.
19543         * tests/test-mbsnrtowcs4.sh: New file.
19544         * tests/test-mbsnrtowcs.c: New file.
19545
19546         New module 'mbsnrtowcs'.
19547         * lib/wchar.in.h (mbsnrtowcs): New declaration.
19548         * lib/mbsnrtowcs.c: New file.
19549         * lib/mbsrtowcs-state.c: New file.
19550         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
19551         (internal_state): Remove variable.
19552         * m4/mbsnrtowcs.m4: New file.
19553         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
19554         compilation units.
19555         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
19556         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
19557         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
19558         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
19559         * modules/mbsnrtowcs: New file.
19560         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
19561         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
19562         portability problem.
19563
19564 2008-12-21  Bruno Haible  <bruno@clisp.org>
19565
19566         Work around mbsrtowcs bug.
19567         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
19568         (gl_FUNC_MBSRTOWCS): Invoke it.
19569         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
19570         m4/locale-zh.m4.
19571         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
19572
19573 2008-12-21  Bruno Haible  <bruno@clisp.org>
19574
19575         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
19576
19577 2008-12-21  Bruno Haible  <bruno@clisp.org>
19578
19579         Update doc for AIX.
19580         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
19581         16-bit wchar_t type.
19582         * doc/posix-functions/btowc.texi: Likewise.
19583         * doc/posix-functions/fgetwc.texi: Likewise.
19584         * doc/posix-functions/fgetws.texi: Likewise.
19585         * doc/posix-functions/fputwc.texi: Likewise.
19586         * doc/posix-functions/fputws.texi: Likewise.
19587         * doc/posix-functions/fwide.texi: Likewise.
19588         * doc/posix-functions/fwprintf.texi: Likewise.
19589         * doc/posix-functions/fwscanf.texi: Likewise.
19590         * doc/posix-functions/getwchar.texi: Likewise.
19591         * doc/posix-functions/getwc.texi: Likewise.
19592         * doc/posix-functions/iswalnum.texi: Likewise.
19593         * doc/posix-functions/iswalpha.texi: Likewise.
19594         * doc/posix-functions/iswblank.texi: Likewise.
19595         * doc/posix-functions/iswcntrl.texi: Likewise.
19596         * doc/posix-functions/iswctype.texi: Likewise.
19597         * doc/posix-functions/iswdigit.texi: Likewise.
19598         * doc/posix-functions/iswgraph.texi: Likewise.
19599         * doc/posix-functions/iswlower.texi: Likewise.
19600         * doc/posix-functions/iswprint.texi: Likewise.
19601         * doc/posix-functions/iswpunct.texi: Likewise.
19602         * doc/posix-functions/iswspace.texi: Likewise.
19603         * doc/posix-functions/iswupper.texi: Likewise.
19604         * doc/posix-functions/iswxdigit.texi: Likewise.
19605         * doc/posix-functions/mbrtowc.texi: Likewise.
19606         * doc/posix-functions/mbsrtowcs.texi: Likewise.
19607         * doc/posix-functions/mbstowcs.texi: Likewise.
19608         * doc/posix-functions/mbtowc.texi: Likewise.
19609         * doc/posix-functions/putwchar.texi: Likewise.
19610         * doc/posix-functions/putwc.texi: Likewise.
19611         * doc/posix-functions/swprintf.texi: Likewise.
19612         * doc/posix-functions/tolower.texi: Likewise.
19613         * doc/posix-functions/toupper.texi: Likewise.
19614         * doc/posix-functions/towctrans.texi: Likewise.
19615         * doc/posix-functions/ungetwc.texi: Likewise.
19616         * doc/posix-functions/vswprintf.texi: Likewise.
19617         * doc/posix-functions/wcrtomb.texi: Likewise.
19618         * doc/posix-functions/wcscat.texi: Likewise.
19619         * doc/posix-functions/wcschr.texi: Likewise.
19620         * doc/posix-functions/wcscmp.texi: Likewise.
19621         * doc/posix-functions/wcscoll.texi: Likewise.
19622         * doc/posix-functions/wcscpy.texi: Likewise.
19623         * doc/posix-functions/wcscspn.texi: Likewise.
19624         * doc/posix-functions/wcsftime.texi: Likewise.
19625         * doc/posix-functions/wcslen.texi: Likewise.
19626         * doc/posix-functions/wcsncat.texi: Likewise.
19627         * doc/posix-functions/wcsncmp.texi: Likewise.
19628         * doc/posix-functions/wcsncpy.texi: Likewise.
19629         * doc/posix-functions/wcspbrk.texi: Likewise.
19630         * doc/posix-functions/wcsrchr.texi: Likewise.
19631         * doc/posix-functions/wcsrtombs.texi: Likewise.
19632         * doc/posix-functions/wcsspn.texi: Likewise.
19633         * doc/posix-functions/wcsstr.texi: Likewise.
19634         * doc/posix-functions/wcstod.texi: Likewise.
19635         * doc/posix-functions/wcstof.texi: Likewise.
19636         * doc/posix-functions/wcstoimax.texi: Likewise.
19637         * doc/posix-functions/wcstok.texi: Likewise.
19638         * doc/posix-functions/wcstold.texi: Likewise.
19639         * doc/posix-functions/wcstoll.texi: Likewise.
19640         * doc/posix-functions/wcstol.texi: Likewise.
19641         * doc/posix-functions/wcstombs.texi: Likewise.
19642         * doc/posix-functions/wcstoull.texi: Likewise.
19643         * doc/posix-functions/wcstoul.texi: Likewise.
19644         * doc/posix-functions/wcstoumax.texi: Likewise.
19645         * doc/posix-functions/wcswidth.texi: Likewise.
19646         * doc/posix-functions/wcsxfrm.texi: Likewise.
19647         * doc/posix-functions/wctob.texi: Likewise.
19648         * doc/posix-functions/wctomb.texi: Likewise.
19649         * doc/posix-functions/wctrans.texi: Likewise.
19650         * doc/posix-functions/wctype.texi: Likewise.
19651         * doc/posix-functions/wcwidth.texi: Likewise.
19652         * doc/posix-functions/wmemchr.texi: Likewise.
19653         * doc/posix-functions/wmemcmp.texi: Likewise.
19654         * doc/posix-functions/wmemcpy.texi: Likewise.
19655         * doc/posix-functions/wmemmove.texi: Likewise.
19656         * doc/posix-functions/wmemset.texi: Likewise.
19657         * doc/posix-functions/wprintf.texi: Likewise.
19658         * doc/posix-functions/wscanf.texi: Likewise.
19659
19660 2008-12-21  Bruno Haible  <bruno@clisp.org>
19661
19662         Update doc for HP-UX 11.11.
19663         * doc/posix-functions/btowc.texi: Clarify that the function is missing
19664         in HP-UX version 11.00, not in all versions of HP-UX 11.
19665         * doc/posix-functions/fwide.texi: Likewise.
19666         * doc/posix-functions/fwprintf.texi: Likewise.
19667         * doc/posix-functions/fwscanf.texi: Likewise.
19668         * doc/posix-functions/inet_ntop.texi: Likewise.
19669         * doc/posix-functions/inet_pton.texi: Likewise.
19670         * doc/posix-functions/mbrlen.texi: Likewise.
19671         * doc/posix-functions/mbrtowc.texi: Likewise.
19672         * doc/posix-functions/mbsinit.texi: Likewise.
19673         * doc/posix-functions/mbsrtowcs.texi: Likewise.
19674         * doc/posix-functions/swprintf.texi: Likewise.
19675         * doc/posix-functions/swscanf.texi: Likewise.
19676         * doc/posix-functions/towctrans.texi: Likewise.
19677         * doc/posix-functions/vfwprintf.texi: Likewise.
19678         * doc/posix-functions/vswprintf.texi: Likewise.
19679         * doc/posix-functions/vwprintf.texi: Likewise.
19680         * doc/posix-functions/wcrtomb.texi: Likewise.
19681         * doc/posix-functions/wcsrtombs.texi: Likewise.
19682         * doc/posix-functions/wcsstr.texi: Likewise.
19683         * doc/posix-functions/wctob.texi: Likewise.
19684         * doc/posix-functions/wctrans.texi: Likewise.
19685         * doc/posix-functions/wmemchr.texi: Likewise.
19686         * doc/posix-functions/wmemcmp.texi: Likewise.
19687         * doc/posix-functions/wmemcpy.texi: Likewise.
19688         * doc/posix-functions/wmemmove.texi: Likewise.
19689         * doc/posix-functions/wmemset.texi: Likewise.
19690         * doc/posix-functions/wprintf.texi: Likewise.
19691         * doc/posix-functions/wscanf.texi: Likewise.
19692
19693 2008-12-21  Bruno Haible  <bruno@clisp.org>
19694
19695         Work around a portability problem.
19696         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
19697         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
19698
19699 2008-12-20  Bruno Haible  <bruno@clisp.org>
19700
19701         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
19702         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
19703         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
19704         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
19705         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
19706
19707         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
19708         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
19709         set.
19710         (GNULIB_defined_mbstate_t): New macro.
19711         (mbsinit): Redefine if REPLACE_MBSINIT is set.
19712         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
19713         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
19714         reuses the system's mbrtowc function but works around the bugs.
19715         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
19716         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
19717         macros.
19718         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
19719         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
19720         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
19721         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
19722         REPLACE_MBSINIT if mbsinit needs to be overridden.
19723         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
19724         REPLACE_MBSINIT, REPLACE_MBRTOWC.
19725         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
19726         REPLACE_MBSINIT, REPLACE_MBRTOWC.
19727         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
19728         m4/locale-zh.m4.
19729         (Depends): Add mbsinit.
19730         * modules/mbsinit (Depends): Add mbrtowc.
19731         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
19732
19733 2008-12-20  Bruno Haible  <bruno@clisp.org>
19734
19735         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
19736         so that there are no conversion errors on AIX.
19737         * tests/test-mbsrtowcs.c (main): LIkewise.
19738
19739 2008-12-20  Bruno Haible  <bruno@clisp.org>
19740
19741         Work around wctob bug on Solaris <= 9.
19742         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
19743         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
19744         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
19745         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
19746         * modules/wctob (Files): Add m4/locale-fr.m4.
19747         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
19748
19749 2008-12-20  Bruno Haible  <bruno@clisp.org>
19750
19751         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
19752         /dev/null.
19753         * tests/test-select-in.sh: Likewise.
19754         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
19755
19756 2008-12-20  Bruno Haible  <bruno@clisp.org>
19757
19758         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
19759         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
19760         Cygwin 1.5.x.
19761
19762 2008-12-20  Bruno Haible  <bruno@clisp.org>
19763
19764         Ensure mbstate_t is defined on HP-UX 11.11.
19765         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
19766         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
19767         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
19768         AC_USE_SYSTEM_EXTENSIONS.
19769         * modules/fnmatch (Depends-on): Add extensions.
19770         * modules/mbrlen (Depends-on): Likewise.
19771         * modules/mbrtowc (Depends-on): Likewise.
19772         * modules/mbsinit (Depends-on): Likewise.
19773         * modules/mbsrtowcs (Depends-on): Likewise.
19774         * modules/mbswidth (Depends-on): Likewise.
19775         * modules/quotearg (Depends-on): Likewise.
19776         * modules/strftime (Depends-on): Likewise.
19777
19778 2008-12-20  Bruno Haible  <bruno@clisp.org>
19779
19780         Ensure wctob is declared on IRIX 6.5.
19781         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
19782         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
19783         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
19784         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
19785         of HAVE_WCTOB.
19786         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
19787         HAVE_WCTOB.
19788         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
19789
19790 2008-12-19  Bruno Haible  <bruno@clisp.org>
19791
19792         * modules/mbsrtowcs-tests: New file.
19793         * tests/test-mbsrtowcs1.sh: New file.
19794         * tests/test-mbsrtowcs2.sh: New file.
19795         * tests/test-mbsrtowcs3.sh: New file.
19796         * tests/test-mbsrtowcs4.sh: New file.
19797         * tests/test-mbsrtowcs.c: New file.
19798
19799         New module 'mbsrtowcs'.
19800         * lib/wchar.in.h (mbsrtowcs): New declaration.
19801         * lib/mbsrtowcs.c: New file.
19802         * m4/mbsrtowcs.m4: New file.
19803         * modules/mbsrtowcs: New file.
19804         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
19805         HAVE_MBSRTOWCS.
19806         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
19807         HAVE_MBSRTOWCS.
19808         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
19809
19810 2008-12-19  Bruno Haible  <bruno@clisp.org>
19811
19812         New module 'mbrlen'.
19813         * lib/wchar.in.h (mbrlen): New declaration.
19814         * lib/mbrlen.c: New file.
19815         * m4/mbrlen.m4: New file.
19816         * modules/mbrlen: New file.
19817         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
19818         HAVE_MBRLEN.
19819         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
19820         HAVE_MBRLEN.
19821         * doc/posix-functions/mbrlen.texi: Document the new module.
19822
19823 2008-12-19  Bruno Haible  <bruno@clisp.org>
19824
19825         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
19826         * modules/mbrtowc (Depends-on): Add verify.
19827         Suggested by Paul Eggert.
19828
19829 2008-12-18  Bruno Haible  <bruno@clisp.org>
19830
19831         * modules/mbsinit-tests: New file.
19832         * tests/test-mbsinit.sh: New file.
19833         * tests/test-mbsinit.c: New file.
19834
19835 2008-12-18  Bruno Haible  <bruno@clisp.org>
19836
19837         * modules/mbrtowc-tests: New file.
19838         * tests/test-mbrtowc1.sh: New file.
19839         * tests/test-mbrtowc2.sh: New file.
19840         * tests/test-mbrtowc3.sh: New file.
19841         * tests/test-mbrtowc4.sh: New file.
19842         * tests/test-mbrtowc.c: New file.
19843
19844         New module 'mbrtowc'.
19845         * lib/wchar.in.h (mbstate_t): Override when the system does not have
19846         mbsinit and mbrtowc.
19847         (mbrtowc): New declaration.
19848         * lib/mbrtowc.c: New file.
19849         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
19850         * modules/mbrtowc: New file.
19851         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
19852         HAVE_MBRTOWC.
19853         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
19854         HAVE_MBRTOWC.
19855         * doc/posix-functions/mbrtowc.texi: Document the new module.
19856
19857 2008-12-18  Bruno Haible  <bruno@clisp.org>
19858
19859         New module 'wctob'.
19860         * lib/wchar.in.h (wctob): New declaration.
19861         * lib/wctob.c: New file.
19862         * m4/wctob.m4: New file.
19863         * modules/wctob: New file.
19864         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
19865         HAVE_WCTOB.
19866         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
19867         * doc/posix-functions/wctob.texi: Document the new module.
19868
19869 2008-12-18  Bruno Haible  <bruno@clisp.org>
19870
19871         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
19872         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
19873
19874 2008-12-18  Simon Josefsson  <simon@josefsson.org>
19875
19876         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
19877         G. Christensen" <tgc@jupiterrise.com>.
19878
19879         * lib/flock.c: Need to include errno.h.  Reported by "Tom
19880         G. Christensen" <tgc@jupiterrise.com>.
19881
19882         * lib/flock.c: Need to include string.h.  Reported by "Tom
19883         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
19884         <ebb9@byu.net>.
19885
19886 2008-12-18  Bruno Haible  <bruno@clisp.org>
19887
19888         * m4/locale-ja.m4: New file, from GNU gettext.
19889
19890 2008-12-17  Bruno Haible  <bruno@clisp.org>
19891
19892         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
19893         Suggested by Eric Blake.
19894
19895 2008-12-17  Bruno Haible  <bruno@clisp.org>
19896
19897         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
19898
19899 2008-12-17  Bruno Haible  <bruno@clisp.org>
19900
19901         * lib/mbsinit.c: Include verify.h. Verify an assumption.
19902         * modules/mbsinit (Depends-on): Add verify.
19903         Suggested by Paul Eggert.
19904
19905 2008-12-17  Bruno Haible  <bruno@clisp.org>
19906
19907         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
19908         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
19909         gl_FUNC_MBRTOWC.
19910         * m4/mbiter.m4 (gl_MBITER): LIkewise.
19911         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
19912         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
19913         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
19914         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
19915         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
19916         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
19917         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
19918         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
19919         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
19920         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
19921         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
19922         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
19923         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
19924         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
19925         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
19926         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
19927         * modules/trim (configure.ac): Likewise.
19928
19929 2008-12-17  Bruno Haible  <bruno@clisp.org>
19930
19931         * modules/btowc-tests: New file.
19932         * tests/test-btowc1.sh: New file.
19933         * tests/test-btowc2.sh: New file.
19934         * tests/test-btowc.c: New file.
19935
19936         New module 'btowc'.
19937         * lib/wchar.in.h (btowc): New declaration.
19938         * lib/btowc.c: New file.
19939         * m4/btowc.m4: New file.
19940         * modules/btowc: New file.
19941         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
19942         HAVE_BTOWC.
19943         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
19944         * doc/posix-functions/btowc.texi: Document the new module.
19945
19946 2008-12-17  Bruno Haible  <bruno@clisp.org>
19947
19948         New module 'mbsinit'.
19949         * lib/wchar.in.h (mbsinit): New declaration.
19950         * lib/mbsinit.c: New file.
19951         * m4/mbsinit.m4: New file.
19952         * modules/mbsinit: New file.
19953         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
19954         HAVE_MBSINIT.
19955         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
19956         HAVE_MBSINIT.
19957         * doc/posix-functions/mbsinit.texi: Document the new module.
19958
19959 2008-12-16  Bruno Haible  <bruno@clisp.org>
19960
19961         * lib/unistd.in.h: Add comment.
19962         * tests/test-environ.c: Don't include <stdlib.h>.
19963
19964 2008-12-16  Bruno Haible  <bruno@clisp.org>
19965
19966         * lib/parse-duration.h (parse_duration): Document return value
19967         convention.
19968         * lib/parse-duration.c: Include specification header first. Add
19969         comments.
19970         (_): Remove macro.
19971         (parse_year_month_day, parse_hour_minute_second): Move side effects
19972         outside of strchr call.
19973         (parse_non_iso8601): Move side effects outside of isspace call.
19974         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
19975         call.
19976
19977 2008-12-16  Bruno Haible  <bruno@clisp.org>
19978
19979         * tests/test-parse-duration.sh: Produce no output when the test
19980         succeeds.
19981
19982 2008-12-16  Bruno Haible  <bruno@clisp.org>
19983
19984         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
19985         expressions.
19986
19987 2008-12-15  Bruno Haible  <bruno@clisp.org>
19988
19989         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
19990         * doc/glibc-functions/flistxattr.texi: Likewise.
19991         * doc/glibc-functions/fopencookie.texi: Likewise.
19992         * doc/glibc-functions/fremovexattr.texi: Likewise.
19993         * doc/glibc-functions/fsetxattr.texi: Likewise.
19994         * doc/glibc-functions/getxattr.texi: Likewise.
19995         * doc/glibc-functions/lgetxattr.texi: Likewise.
19996         * doc/glibc-functions/listxattr.texi: Likewise.
19997         * doc/glibc-functions/llistxattr.texi: Likewise.
19998         * doc/glibc-functions/lremovexattr.texi: Likewise.
19999         * doc/glibc-functions/lsetxattr.texi: Likewise.
20000         * doc/glibc-functions/removexattr.texi: Likewise.
20001         * doc/glibc-functions/setxattr.texi: Likewise.
20002         * doc/posix-functions/open_memstream.texi: Likewise.
20003
20004 2008-12-15  Eric Blake  <ebb9@byu.net>
20005
20006         Update doc for cygwin 1.7.
20007         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
20008         functions.
20009         * doc/posix-functions/fchmodat.texi: Likewise.
20010         * doc/posix-functions/fchownat.texi: Likewise.
20011         * doc/posix-functions/fdopendir.texi: Likewise.
20012         * doc/posix-functions/fmemopen.texi: Likewise.
20013         * doc/posix-functions/freeaddrinfo.texi: Likewise.
20014         * doc/posix-functions/fstatat.texi: Likewise.
20015         * doc/posix-functions/futimens.texi: Likewise.
20016         * doc/posix-functions/gai_strerror.texi: Likewise.
20017         * doc/posix-functions/getaddrinfo.texi: Likewise.
20018         * doc/posix-functions/getnameinfo.texi: Likewise.
20019         * doc/posix-functions/if_freenameindex.texi: Likewise.
20020         * doc/posix-functions/if_indextoname.texi: Likewise.
20021         * doc/posix-functions/if_nameindex.texi: Likewise.
20022         * doc/posix-functions/if_nametoindex.texi: Likewise.
20023         * doc/posix-functions/insque.texi: Likewise.
20024         * doc/posix-functions/linkat.texi: Likewise.
20025         * doc/posix-functions/llrint.texi: Likewise.
20026         * doc/posix-functions/llrintf.texi: Likewise.
20027         * doc/posix-functions/llrintl.texi: Likewise.
20028         * doc/posix-functions/lockf.texi: Likewise.
20029         * doc/posix-functions/lrintl.texi: Likewise.
20030         * doc/posix-functions/mkdirat.texi: Likewise.
20031         * doc/posix-functions/mkfifoat.texi: Likewise.
20032         * doc/posix-functions/mknodat.texi: Likewise.
20033         * doc/posix-functions/mq_close.texi: Likewise.
20034         * doc/posix-functions/mq_getattr.texi: Likewise.
20035         * doc/posix-functions/mq_notify.texi: Likewise.
20036         * doc/posix-functions/mq_open.texi: Likewise.
20037         * doc/posix-functions/mq_receive.texi: Likewise.
20038         * doc/posix-functions/mq_send.texi: Likewise.
20039         * doc/posix-functions/mq_setattr.texi: Likewise.
20040         * doc/posix-functions/mq_timedreceive.texi: Likewise.
20041         * doc/posix-functions/mq_timedsend.texi: Likewise.
20042         * doc/posix-functions/mq_unlink.texi: Likewise.
20043         * doc/posix-functions/open_memstream.texi: Likewise.
20044         * doc/posix-functions/openat.texi: Likewise.
20045         * doc/posix-functions/posix_fadvise.texi: Likewise.
20046         * doc/posix-functions/posix_fallocate.texi: Likewise.
20047         * doc/posix-functions/posix_madvise.texi: Likewise.
20048         * doc/posix-functions/posix_memalign.texi: Likewise.
20049         * doc/posix-functions/posix_openpt.texi: Likewise.
20050         * doc/posix-functions/readlinkat.texi: Likewise.
20051         * doc/posix-functions/remque.texi: Likewise.
20052         * doc/posix-functions/renameat.texi: Likewise.
20053         * doc/posix-functions/rintl.texi: Likewise.
20054         * doc/posix-functions/sem_unlink.texi: Likewise.
20055         * doc/posix-functions/shm_open.texi: Likewise.
20056         * doc/posix-functions/shm_unlink.texi: Likewise.
20057         * doc/posix-functions/signgam.texi: Likewise.
20058         * doc/posix-functions/sigset.texi: Likewise.
20059         * doc/posix-functions/stpcpy.texi: Likewise.
20060         * doc/posix-functions/stpncpy.texi: Likewise.
20061         * doc/posix-functions/strerror.texi: Likewise.
20062         * doc/posix-functions/strtod.texi: Likewise.
20063         * doc/posix-functions/symlinkat.texi: Likewise.
20064         * doc/posix-functions/unlinkat.texi: Likewise.
20065         * doc/posix-functions/utimensat.texi: Likewise.
20066         * doc/glibc-functions/bindresvport.texi: Likewise.
20067         * doc/glibc-functions/dn_expand.texi: Likewise.
20068         * doc/glibc-functions/exp10.texi: Likewise.
20069         * doc/glibc-functions/exp10f.texi: Likewise.
20070         * doc/glibc-functions/fgetxattr.texi: Likewise.
20071         * doc/glibc-functions/flistxattr.texi: Likewise.
20072         * doc/glibc-functions/fopencookie.texi: Likewise.
20073         * doc/glibc-functions/freeifaddrs.texi: Likewise.
20074         * doc/glibc-functions/fremovexattr.texi: Likewise.
20075         * doc/glibc-functions/fsetxattr.texi: Likewise.
20076         * doc/glibc-functions/getifaddrs.texi: Likewise.
20077         * doc/glibc-functions/getxattr.texi: Likewise.
20078         * doc/glibc-functions/lgetxattr.texi: Likewise.
20079         * doc/glibc-functions/listxattr.texi: Likewise.
20080         * doc/glibc-functions/llistxattr.texi: Likewise.
20081         * doc/glibc-functions/lremovexattr.texi: Likewise.
20082         * doc/glibc-functions/lsetxattr.texi: Likewise.
20083         * doc/glibc-functions/pow10.texi: Likewise.
20084         * doc/glibc-functions/pow10f.texi: Likewise.
20085         * doc/glibc-functions/rcmd_af.texi: Likewise.
20086         * doc/glibc-functions/removexattr.texi: Likewise.
20087         * doc/glibc-functions/res_init.texi: Likewise.
20088         * doc/glibc-functions/res_mkquery.texi: Likewise.
20089         * doc/glibc-functions/res_query.texi: Likewise.
20090         * doc/glibc-functions/res_querydomain.texi: Likewise.
20091         * doc/glibc-functions/res_send.texi: Likewise.
20092         * doc/glibc-functions/rresvport_af.texi: Likewise.
20093         * doc/glibc-functions/setxattr.texi: Likewise.
20094         * doc/glibc-functions/strcasestr.texi: Likewise.
20095
20096 2008-12-15  Bruno Haible  <bruno@clisp.org>
20097
20098         Fix compilation error on OSF/1 4.0.
20099         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
20100         <sys/time.h>, simply delegate to the system header.
20101         Reported by Daniel Richard G. <oss@teragram.com>.
20102
20103 2008-12-15  Bruno Haible  <bruno@clisp.org>
20104
20105         * doc/posix-functions/openat.texi: Mention the 'openat' module.
20106         * doc/posix-functions/fchmodat.texi: Likewise.
20107         * doc/posix-functions/fchownat.texi: Likewise.
20108         * doc/posix-functions/fdopendir.texi: Likewise.
20109         * doc/posix-functions/fstatat.texi: Likewise.
20110         * doc/posix-functions/mkdirat.texi: Likewise.
20111         * doc/posix-functions/unlinkat.texi: Likewise.
20112
20113 2008-12-14  Bruno Haible  <bruno@clisp.org>
20114
20115         Update doc for POSIX:2008.
20116         * doc/posix-functions/faccessat.texi: New file.
20117         * doc/posix-functions/fchmodat.texi: New file.
20118         * doc/posix-functions/fchownat.texi: New file.
20119         * doc/posix-functions/fdopendir.texi: New file.
20120         * doc/posix-functions/fstatat.texi: New file.
20121         * doc/posix-functions/futimens.texi: New file.
20122         * doc/posix-functions/linkat.texi: New file.
20123         * doc/posix-functions/mkdirat.texi: New file.
20124         * doc/posix-functions/mkfifoat.texi: New file.
20125         * doc/posix-functions/mknodat.texi: New file.
20126         * doc/posix-functions/open_wmemstream.texi: New file.
20127         * doc/posix-functions/openat.texi: New file.
20128         * doc/posix-functions/psiginfo.texi: New file.
20129         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
20130         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
20131         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
20132         * doc/posix-functions/readlinkat.texi: New file.
20133         * doc/posix-functions/renameat.texi: New file.
20134         * doc/posix-functions/strerror_l.texi: New file.
20135         * doc/posix-functions/symlinkat.texi: New file.
20136         * doc/posix-functions/unlinkat.texi: New file.
20137         * doc/posix-functions/utimensat.texi: New file.
20138         * doc/gnulib.texi (Function Substitutes): Add these subsections.
20139
20140 2008-12-14  Bruno Haible  <bruno@clisp.org>
20141
20142         Update doc for POSIX:2008.
20143         * doc/posix-functions/alphasort.texi: Renamed from
20144         doc/glibc-functions/alphasort.texi.
20145         * doc/posix-functions/dirfd.texi: Renamed from
20146         doc/glibc-functions/dirfd.texi.
20147         * doc/posix-functions/dprintf.texi: Renamed from
20148         doc/glibc-functions/dprintf.texi.
20149         * doc/posix-functions/duplocale.texi: Renamed from
20150         doc/glibc-functions/duplocale.texi.
20151         * doc/posix-functions/fexecve.texi: Renamed from
20152         doc/glibc-functions/fexecve.texi.
20153         * doc/posix-functions/fmemopen.texi: Renamed from
20154         doc/glibc-functions/fmemopen.texi.
20155         * doc/posix-functions/freelocale.texi: Renamed from
20156         doc/glibc-functions/freelocale.texi.
20157         * doc/posix-functions/getdate_err.texi: Renamed from
20158         doc/glibc-functions/getdate_err.texi.
20159         * doc/posix-functions/isalnum_l.texi: Renamed from
20160         doc/glibc-functions/isalnum_l.texi.
20161         * doc/posix-functions/isalpha_l.texi: Renamed from
20162         doc/glibc-functions/isalpha_l.texi.
20163         * doc/posix-functions/isblank_l.texi: Renamed from
20164         doc/glibc-functions/isblank_l.texi.
20165         * doc/posix-functions/iscntrl_l.texi: Renamed from
20166         doc/glibc-functions/iscntrl_l.texi.
20167         * doc/posix-functions/isdigit_l.texi: Renamed from
20168         doc/glibc-functions/isdigit_l.texi.
20169         * doc/posix-functions/isgraph_l.texi: Renamed from
20170         doc/glibc-functions/isgraph_l.texi.
20171         * doc/posix-functions/islower_l.texi: Renamed from
20172         doc/glibc-functions/islower_l.texi.
20173         * doc/posix-functions/isprint_l.texi: Renamed from
20174         doc/glibc-functions/isprint_l.texi.
20175         * doc/posix-functions/ispunct_l.texi: Renamed from
20176         doc/glibc-functions/ispunct_l.texi.
20177         * doc/posix-functions/isspace_l.texi: Renamed from
20178         doc/glibc-functions/isspace_l.texi.
20179         * doc/posix-functions/isupper_l.texi: Renamed from
20180         doc/glibc-functions/isupper_l.texi.
20181         * doc/posix-functions/iswalnum_l.texi: Renamed from
20182         doc/glibc-functions/iswalnum_l.texi.
20183         * doc/posix-functions/iswalpha_l.texi: Renamed from
20184         doc/glibc-functions/iswalpha_l.texi.
20185         * doc/posix-functions/iswblank_l.texi: Renamed from
20186         doc/glibc-functions/iswblank_l.texi.
20187         * doc/posix-functions/iswcntrl_l.texi: Renamed from
20188         doc/glibc-functions/iswcntrl_l.texi.
20189         * doc/posix-functions/iswctype_l.texi: Renamed from
20190         doc/glibc-functions/iswctype_l.texi.
20191         * doc/posix-functions/iswdigit_l.texi: Renamed from
20192         doc/glibc-functions/iswdigit_l.texi.
20193         * doc/posix-functions/iswgraph_l.texi: Renamed from
20194         doc/glibc-functions/iswgraph_l.texi.
20195         * doc/posix-functions/iswlower_l.texi: Renamed from
20196         doc/glibc-functions/iswlower_l.texi.
20197         * doc/posix-functions/iswprint_l.texi: Renamed from
20198         doc/glibc-functions/iswprint_l.texi.
20199         * doc/posix-functions/iswpunct_l.texi: Renamed from
20200         doc/glibc-functions/iswpunct_l.texi.
20201         * doc/posix-functions/iswspace_l.texi: Renamed from
20202         doc/glibc-functions/iswspace_l.texi.
20203         * doc/posix-functions/iswupper_l.texi: Renamed from
20204         doc/glibc-functions/iswupper_l.texi.
20205         * doc/posix-functions/iswxdigit_l.texi: Renamed from
20206         doc/glibc-functions/iswxdigit_l.texi.
20207         * doc/posix-functions/isxdigit_l.texi: Renamed from
20208         doc/glibc-functions/isxdigit_l.texi.
20209         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
20210         doc/glibc-functions/mbsnrtowcs.texi.
20211         * doc/posix-functions/mkdtemp.texi: Renamed from
20212         doc/glibc-functions/mkdtemp.texi.
20213         * doc/posix-functions/newlocale.texi: Renamed from
20214         doc/glibc-functions/newlocale.texi.
20215         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
20216         doc/glibc-functions/nl_langinfo_l.texi.
20217         * doc/posix-functions/open_memstream.texi: Renamed from
20218         doc/glibc-functions/open_memstream.texi.
20219         * doc/posix-functions/opterr.texi: Renamed from
20220         doc/glibc-functions/opterr.texi.
20221         * doc/posix-functions/optind.texi: Renamed from
20222         doc/glibc-functions/optind.texi.
20223         * doc/posix-functions/optopt.texi: Renamed from
20224         doc/glibc-functions/optopt.texi.
20225         * doc/posix-functions/psignal.texi: Renamed from
20226         doc/glibc-functions/psignal.texi.
20227         * doc/posix-functions/scandir.texi: Renamed from
20228         doc/glibc-functions/scandir.texi.
20229         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
20230         doc/glibc-functions/sched_get_priority_min.texi.
20231         * doc/posix-functions/signgam.texi: Renamed from
20232         doc/glibc-functions/signgam.texi.
20233         * doc/posix-functions/stpcpy.texi: Renamed from
20234         doc/glibc-functions/stpcpy.texi.
20235         * doc/posix-functions/stpncpy.texi: Renamed from
20236         doc/glibc-functions/stpncpy.texi.
20237         * doc/posix-functions/strcasecmp_l.texi: Renamed from
20238         doc/glibc-functions/strcasecmp_l.texi.
20239         * doc/posix-functions/strcoll_l.texi: Renamed from
20240         doc/glibc-functions/strcoll_l.texi.
20241         * doc/posix-functions/strfmon_l.texi: Renamed from
20242         doc/glibc-functions/strfmon_l.texi.
20243         * doc/posix-functions/strftime_l.texi: Renamed from
20244         doc/glibc-functions/strftime_l.texi.
20245         * doc/posix-functions/strncasecmp_l.texi: Renamed from
20246         doc/glibc-functions/strncasecmp_l.texi.
20247         * doc/posix-functions/strndup.texi: Renamed from
20248         doc/glibc-functions/strndup.texi.
20249         * doc/posix-functions/strnlen.texi: Renamed from
20250         doc/glibc-functions/strnlen.texi.
20251         * doc/posix-functions/strsignal.texi: Renamed from
20252         doc/glibc-functions/strsignal.texi.
20253         * doc/posix-functions/strxfrm_l.texi: Renamed from
20254         doc/glibc-functions/strxfrm_l.texi.
20255         * doc/posix-functions/timer_gettime.texi: Renamed from
20256         doc/glibc-functions/timer_gettime.texi.
20257         * doc/posix-functions/tolower_l.texi: Renamed from
20258         doc/glibc-functions/tolower_l.texi.
20259         * doc/posix-functions/toupper_l.texi: Renamed from
20260         doc/glibc-functions/toupper_l.texi.
20261         * doc/posix-functions/towctrans_l.texi: Renamed from
20262         doc/glibc-functions/towctrans_l.texi.
20263         * doc/posix-functions/towlower_l.texi: Renamed from
20264         doc/glibc-functions/towlower_l.texi.
20265         * doc/posix-functions/towupper_l.texi: Renamed from
20266         doc/glibc-functions/towupper_l.texi.
20267         * doc/posix-functions/uselocale.texi: Renamed from
20268         doc/glibc-functions/uselocale.texi.
20269         * doc/posix-functions/vdprintf.texi: Renamed from
20270         doc/glibc-functions/vdprintf.texi.
20271         * doc/posix-functions/wcpcpy.texi:
20272         Renamed from doc/glibc-functions/wcpcpy.texi.
20273         * doc/posix-functions/wcpncpy.texi: Renamed from
20274         doc/glibc-functions/wcpncpy.texi.
20275         * doc/posix-functions/wcscasecmp.texi: Renamed from
20276         doc/glibc-functions/wcscasecmp.texi.
20277         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
20278         doc/glibc-functions/wcscasecmp_l.texi.
20279         * doc/posix-functions/wcscoll_l.texi: Renamed from
20280         doc/glibc-functions/wcscoll_l.texi.
20281         * doc/posix-functions/wcsdup.texi: Renamed from
20282         doc/glibc-functions/wcsdup.texi.
20283         * doc/posix-functions/wcsncasecmp.texi: Renamed from
20284         doc/glibc-functions/wcsncasecmp.texi.
20285         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
20286         doc/glibc-functions/wcsncasecmp_l.texi.
20287         * doc/posix-functions/wcsnlen.texi: Renamed from
20288         doc/glibc-functions/wcsnlen.texi.
20289         * doc/posix-functions/wcsnrtombs.texi: Renamed from
20290         doc/glibc-functions/wcsnrtombs.texi.
20291         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
20292         doc/glibc-functions/wcsxfrm_l.texi.
20293         * doc/posix-functions/wctrans_l.texi: Renamed from
20294         doc/glibc-functions/wctrans_l.texi.
20295         * doc/posix-functions/wctype_l.texi: Renamed from
20296         doc/glibc-functions/wctype_l.texi.
20297         * doc/gnulib.texi (Function Substitutes): Add these subsections.
20298         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
20299         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
20300         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
20301         these subsections.
20302         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
20303         Remove sections.
20304
20305 2008-12-14  Bruno Haible  <bruno@clisp.org>
20306
20307         Update doc for POSIX:2008.
20308         * doc/posix-functions/*.texi: Update URL of POSIX specification.
20309
20310 2008-12-14  Bruno Haible  <bruno@clisp.org>
20311
20312         Update doc for POSIX:2008.
20313         * doc/pastposix-functions/bcmp.texi: Renamed from
20314         doc/posix-functions/bcmp.texi.
20315         * doc/pastposix-functions/bcopy.texi: Renamed from
20316         doc/posix-functions/bcopy.texi.
20317         * doc/pastposix-functions/bsd_signal.texi: Renamed from
20318         doc/posix-functions/bsd_signal.texi.
20319         * doc/pastposix-functions/bzero.texi: Renamed from
20320         doc/posix-functions/bzero.texi.
20321         * doc/pastposix-functions/ecvt.texi: Renamed from
20322         doc/posix-functions/ecvt.texi.
20323         * doc/pastposix-functions/fcvt.texi: Renamed from
20324         doc/posix-functions/fcvt.texi.
20325         * doc/pastposix-functions/ftime.texi: Renamed from
20326         doc/posix-functions/ftime.texi.
20327         * doc/pastposix-functions/gcvt.texi: Renamed from
20328         doc/posix-functions/gcvt.texi.
20329         * doc/pastposix-functions/getcontext.texi: Renamed from
20330         doc/posix-functions/getcontext.texi.
20331         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
20332         doc/posix-functions/gethostbyaddr.texi.
20333         * doc/pastposix-functions/gethostbyname.texi: Renamed from
20334         doc/posix-functions/gethostbyname.texi.
20335         * doc/pastposix-functions/getwd.texi: Renamed from
20336         doc/posix-functions/getwd.texi.
20337         * doc/pastposix-functions/h_errno.texi: Renamed from
20338         doc/posix-functions/h_errno.texi.
20339         * doc/pastposix-functions/index.texi: Renamed from
20340         doc/posix-functions/index.texi.
20341         * doc/pastposix-functions/makecontext.texi: Renamed from
20342         doc/posix-functions/makecontext.texi.
20343         * doc/pastposix-functions/mktemp.texi: Renamed from
20344         doc/posix-functions/mktemp.texi.
20345         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
20346         doc/posix-functions/pthread_attr_getstackaddr.texi.
20347         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
20348         doc/posix-functions/pthread_attr_setstackaddr.texi.
20349         * doc/pastposix-functions/rindex.texi: Renamed from
20350         doc/posix-functions/rindex.texi.
20351         * doc/pastposix-functions/scalb.texi: Renamed from
20352         doc/posix-functions/scalb.texi.
20353         * doc/pastposix-functions/setcontext.texi: Renamed from
20354         doc/posix-functions/setcontext.texi.
20355         * doc/pastposix-functions/swapcontext.texi: Renamed from
20356         doc/posix-functions/swapcontext.texi.
20357         * doc/pastposix-functions/ualarm.texi: Renamed from
20358         doc/posix-functions/ualarm.texi.
20359         * doc/pastposix-functions/usleep.texi: Renamed from
20360         doc/posix-functions/usleep.texi.
20361         * doc/pastposix-functions/vfork.texi: Renamed from
20362         doc/posix-functions/vfork.texi.
20363         * doc/pastposix-functions/wcswcs.texi: Renamed from
20364         doc/posix-functions/wcswcs.texi.
20365         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
20366         (Function Substitutes): Update.
20367
20368 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20369
20370         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
20371         m4/strerror.m4.
20372
20373 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20374             Bruno Haible  <bruno@clisp.org>
20375
20376         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
20377
20378 2008-12-13  Bruno Haible  <bruno@clisp.org>
20379
20380         * modules/strtoull (Depends-on): Remove unistd.
20381
20382 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20383
20384         * modules/strtoull (Depends-on): Add stdlib.
20385
20386 2008-12-11  Simon Josefsson  <simon@josefsson.org>
20387
20388         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
20389
20390 2008-12-10  Jim Meyering  <meyering@redhat.com>
20391
20392         gl_ASSERT: don't say assertions are disabled when they're not
20393         * m4/assert.m4 (gl_ASSERT): Do not make configure report
20394         "checking whether to enable assertions... no", when they are in
20395         fact enabled.  This is solely a bug in the output of configure.
20396         In spite of saying "no", NDEBUG was not defined in that case.
20397         Also, as noted by Eric Blake, leave assertions enabled upon
20398         --enable-assert=INVALID.
20399
20400 2008-12-10  Bruno Haible  <bruno@clisp.org>
20401
20402         Change MODULES.html to refer to POSIX:2008 where possible.
20403         * MODULES.html.sh (POSIX2008_URL): New variable.
20404         (posix_headers): Remove sys/timeb, ucontext.
20405         (posix2001_headers): New variable.
20406         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
20407         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
20408         index, makecontext, mktemp, pthread_attr_getstackaddr,
20409         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
20410         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
20411         (posix2001_functions): New variable.
20412         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
20413         otherwise.
20414
20415 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20416
20417         add missing include to parse-duration.c
20418         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
20419         * modules/parse-duration (Depends-on): Add xalloc.
20420
20421         fix sed script reading maint.mk
20422         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
20423         (syntax-check-rules): Use it.
20424
20425 2008-12-09  Bruno Haible  <bruno@clisp.org>
20426
20427         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
20428         MacOS X 10.4/PowerPC.
20429         Reported by Simon Josefsson.
20430
20431 2008-12-08  Jim Meyering  <meyering@redhat.com>
20432
20433         work around mingw's lack of some S_IF definitions
20434         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
20435         Reported by Simon Josefsson.
20436
20437 2008-12-08  Bruno Haible  <bruno@clisp.org>
20438
20439         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
20440         applied to variables. Needed on MacOS X 10.4/PowerPC.
20441         Reported by Simon Josefsson.
20442
20443 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
20444         and Eric Blake  <ebb9@byu.net>
20445
20446         assert: honor --enable-assert
20447         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
20448         order to honor --enable-assert, rather than treating it as a
20449         synonym for --disable-assert.
20450
20451 2008-12-08  Jim Meyering  <meyering@redhat.com>
20452
20453         * lib/posixtm.c: Remove now-useless declaration of mktime.
20454
20455         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
20456
20457 2008-12-07  Bruno Haible  <bruno@clisp.org>
20458
20459         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
20460         test_once): Mark functions as static.
20461         * tests/test-tls.c (test_tls): Likewise.
20462
20463 2008-12-07  Bruno Haible  <bruno@clisp.org>
20464
20465         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
20466         iconv_register_autodetect.
20467
20468 2008-12-07  Jim Meyering  <meyering@redhat.com>
20469
20470         posixtm.c: avoid a warning
20471         * lib/posixtm.c (posixtime): Don't initialize tm0.
20472         It's no longer needed to placate gcc4's -Wuninitialized,
20473         and the attempt to placate would elicit a new warning.
20474
20475         unicodeio.c: mark unused parameters
20476         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
20477         (fallback_failure_callback): Likewise.
20478
20479 2008-12-07  Bruno Haible  <bruno@clisp.org>
20480
20481         * gnulib-tool (func_create_testdir): When building the tests
20482         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
20483         Reported by Simon Josefsson.
20484
20485 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20486
20487         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
20488
20489 2008-12-06  Bruno Haible  <bruno@clisp.org>
20490
20491         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
20492         Suggested by Eric Blake.
20493
20494 2008-12-06  Bruno Haible  <bruno@clisp.org>
20495
20496         Fix a c-stack test failure on MacOS X.
20497         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
20498         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
20499         handler for SIGBUS as well.
20500         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
20501         install a signal handler for SIGBUS as well.
20502         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
20503
20504 2008-12-06  Bruno Haible  <bruno@clisp.org>
20505
20506         Advocacy documentation.
20507         * doc/gnulib-intro.texi (Benefits): New section.
20508         * doc/gnulib.texi: Update.
20509
20510 2008-12-06  Bruno Haible  <bruno@clisp.org>
20511
20512         Document the 'manywarnings' module.
20513         * doc/manywarnings.texi: New file.
20514         * doc/gnulib.texi: Include it.
20515
20516 2008-12-05  Eric Blake  <ebb9@byu.net>
20517
20518         tests: silence some gcc warnings
20519         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
20520         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
20521         type mismatches.
20522
20523 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20524             Bruno Haible  <bruno@clisp.org>
20525
20526         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
20527
20528 2008-11-29  Jim Meyering  <meyering@redhat.com>
20529
20530         unicodeio.c: mark unused parameters
20531         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
20532         (fallback_failure_callback): Likewise.
20533
20534         fts: fix a thinko
20535         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
20536         (set_stat_type): Return S_IF*-valued "type" directly.
20537         Prompted by James Youngman's spotting a related bug.
20538         Confirmed by further testing through find.
20539
20540         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
20541         * lib/fts.c (D_TYPE): Define.
20542         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
20543         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
20544         (s_ifmt_shift_bits): New function.
20545         (set_stat_type): New function.
20546         (fts_build): When not calling fts_stat, call set_stat_type
20547         to propagate dirent.d_type info to fts_read caller.
20548         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
20549         fts_statp->st_mode type information may be valid.
20550
20551 2008-11-28  Simon Josefsson  <simon@josefsson.org>
20552
20553         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
20554         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
20555         <sds@gnu.org>.
20556
20557 2008-11-20  Bruno Haible  <bruno@clisp.org>
20558
20559         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
20560         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
20561         INCLUDE_NEXT.
20562         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
20563         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
20564         * modules/math (Makefile.am): Substitute
20565         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
20566         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
20567
20568 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
20569             Bruno Haible  <bruno@clisp.org>
20570
20571         * lib/stdint.in.h: Define all type macros so that their expansion is
20572         a single typedef'ed token. Fixes a compilation failure in Boost which
20573         does "using ::int8_t;".
20574
20575 2008-11-18  Simon Josefsson  <simon@josefsson.org>
20576
20577         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
20578         gl_MANYWARN_ALL_GCC.
20579         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
20580         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
20581         * modules/manywarnings: New file.
20582         * MODULES.html.sh: Mention manywarnings module.
20583
20584 2008-11-18  Bruno Haible  <bruno@clisp.org>
20585
20586         * doc/gnulib-tool.texi (Unit tests): New section.
20587
20588 2008-11-18  Simon Josefsson  <simon@josefsson.org>
20589
20590         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
20591         paths like 'lib/po/foo.po'.
20592
20593 2008-11-17  Simon Josefsson  <simon@josefsson.org>
20594
20595         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
20596         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
20597
20598 2008-11-17  Simon Josefsson  <simon@josefsson.org>
20599
20600         * m4/warnings.m4: Use CPPFLAGS to really check whether the
20601         parameter works.
20602
20603 2008-11-17  Simon Josefsson  <simon@josefsson.org>
20604
20605         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
20606
20607 2008-11-17  Bruce Korb  <bkorb@gnu.org>
20608
20609         * modules/parse-duration-tests: New file.
20610         * tests/test-parse-duration.sh: New file.
20611         * tests/test-parse-duration.c: New file.
20612
20613         New module 'parse-duration'.
20614         * lib/parse-duration.h: New file.
20615         * lib/parse-duration.c: New file.
20616         * modules/parse-duration: New file.
20617
20618 2008-11-17  Bruno Haible  <bruno@clisp.org>
20619
20620         * tests/test-select-out.sh: Comment out the first pipe test.
20621         Reported by Simon Josefsson.
20622
20623 2008-11-17  Bruno Haible  <bruno@clisp.org>
20624
20625         * modules/getaddrinfo (Depends-on): Add servent, hostent.
20626         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
20627         gl_HOSTENT.
20628
20629 2008-11-17  Bruno Haible  <bruno@clisp.org>
20630
20631         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
20632         -lnetwork and -lnet. Needed for Haiku and BeOS.
20633
20634 2008-11-16  Bruno Haible  <bruno@clisp.org>
20635
20636         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
20637
20638 2008-11-16  Bruno Haible  <bruno@clisp.org>
20639
20640         Avoid test failure on Haiku.
20641         * tests/test-fsync.c: Include <errno.h>.
20642         (main): Don't require that fsync (0) fails.
20643
20644 2008-11-15  Bruno Haible  <bruno@clisp.org>
20645
20646         New module 'hostent'.
20647         * modules/hostent: New file.
20648         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
20649
20650 2008-11-15  Bruno Haible  <bruno@clisp.org>
20651
20652         New module 'servent'.
20653         * modules/servent: New file.
20654         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
20655
20656 2008-11-15  Bruno Haible  <bruno@clisp.org>
20657
20658         Avoid generating same test program with two different rules.
20659         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
20660         test-frexp to test-frexp-nolibm.
20661         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
20662         test-frexpl to test-frexpl-nolibm.
20663
20664 2008-11-15  Bruno Haible  <bruno@clisp.org>
20665
20666         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
20667         $(FREXPL_LIBM).
20668
20669 2008-11-15  Bruno Haible  <bruno@clisp.org>
20670
20671         * lib/netdb.in.h: Activate the definitions also when the system's
20672         <netdb.h> has 'struct addrinfo'.
20673         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
20674         EAI_OVERFLOW or AI_NUMERICSERV.
20675         * doc/posix-headers/netdb.texi: Document the problem.
20676
20677 2008-11-15  Bruno Haible  <bruno@clisp.org>
20678
20679         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
20680
20681         Make the 'sched' module work on platforms where <sched.h> exists but
20682         is incomplete (such as Haiku).
20683         * lib/sched.in.h; Include the system's <sched.h> if it exists.
20684         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
20685         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
20686         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
20687         HAVE_STRUCT_SCHED_PARAM.
20688         * modules/sched (Depends-on): Add include_next.
20689         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
20690         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
20691         * doc/posix-headers/sched.texi: Document the issue.
20692
20693 2008-11-13  Jim Meyering  <meyering@redhat.com>
20694
20695         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
20696         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
20697         test would fail due to the difference in the Report bugs to ...
20698         line.  The expected address is empty, "<>", while the actual
20699         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
20700
20701 2008-11-12  Bruno Haible  <bruno@clisp.org>
20702
20703         lstat: don't compile lstat.c on systems lacking lstat
20704         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
20705         which don't have lstat; this is handled by lib/sys_stat.in.h already.
20706         Reported by Daniel P. Berrange via Jim Meyering.
20707
20708 2008-11-12  Jim Meyering  <meyering@redhat.com>
20709
20710         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
20711
20712 2008-11-12  Simon Josefsson  <simon@josefsson.org>
20713
20714         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
20715         instead.
20716
20717 2008-11-12  Bruno Haible  <bruno@clisp.org>
20718
20719         * lib/unicodeio.c: Include unistr.h.
20720         (utf8_wctomb): Remove function.
20721         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
20722
20723 2008-11-12  Simon Josefsson  <simon@josefsson.org>
20724
20725         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
20726         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
20727         <bruno@clisp.org>.
20728         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
20729
20730 2008-11-12  Simon Josefsson  <simon@josefsson.org>
20731
20732         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
20733         * doc/gnulib.texi: Add section for warnings.
20734
20735 2008-11-11  Bruno Haible  <bruno@clisp.org>
20736
20737         * lib/sockets.h: Add a comment.
20738
20739 2008-11-11  Karl Berry  <karl@gnu.org>
20740
20741         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
20742
20743 2008-11-11  Eric Blake  <ebb9@byu.net>
20744
20745         fdl.texi: avoid git symlinks
20746         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
20747
20748 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
20749
20750         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
20751
20752 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
20753
20754         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
20755         (gl_WARN_ADD): Substitute $2 if literal.
20756
20757 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
20758
20759         * m4/warning.m4: Remove.
20760
20761 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
20762
20763         * m4/warnings.m4: Almost complete rewrite. :-)
20764
20765 2008-11-10  Simon Josefsson  <simon@josefsson.org>
20766
20767         * modules/warnings: New module.
20768         * m4/warnings.m4: New file.
20769         * MODULES.html.sh: Mention warnings module.
20770         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
20771         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20772
20773 2008-11-10  Eric Blake  <ebb9@byu.net>
20774
20775         fdl.texi: make a symlink to the latest version
20776         * doc/standards.texi: Revert today's earlier change.
20777         * doc/fdl-1.2.texi: Rename from old fdl.texi...
20778         * doc/fdl.texi: ...and replace this with a symlink to the newer
20779         fdl-1.3.texi.
20780
20781 2008-11-10  Bruno Haible  <bruno@clisp.org>
20782
20783         * tests/test-select-fd.c (main): Accept the result file name as fourth
20784         argument.
20785         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
20786         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
20787
20788 2008-11-10  Bruno Haible  <bruno@clisp.org>
20789
20790         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
20791         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
20792         as autoconf-substituted macros.
20793         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
20794         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
20795         gl_NETDB_H_DEFAULTS. Set these variables.
20796         * modules/netdb (Makefile.am): Substitute these variables.
20797
20798 2008-11-10  Eric Blake  <ebb9@byu.net>
20799
20800         standards.texi: include correct file for FDL 1.3
20801         * doc/standards.texi (GNU Free Documentation License): Change
20802         include file to pull in FDL 1.3, not 1.2.
20803
20804         fdl.texi: revert accidental change to license
20805         * doc/fdl.texi: This is FDL 1.2, not 1.3.
20806
20807 2008-11-10  Bruno Haible  <bruno@clisp.org>
20808
20809         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
20810         cross-compiling guesses also when the native compile gives no result.
20811
20812 2008-11-10  Bruno Haible  <bruno@clisp.org>
20813
20814         * lib/spawni.c (__spawni): Force variable into the stack.
20815
20816 2008-11-10  Bruno Haible  <bruno@clisp.org>
20817
20818         Add support for Haiku.
20819         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
20820         glibc and BeOS, but also on Haiku.
20821         * lib/fpurge.c (fpurge): Likewise.
20822         * lib/freadable.c (freadable): Likewise.
20823         * lib/freadahead.c (freadahead): Likewise.
20824         * lib/freading.c (freading): Likewise.
20825         * lib/freadptr.c (freadptr): Likewise.
20826         * lib/freadseek.c (freadptrinc): Likewise.
20827         * lib/fseeko.c (rpl_fseeko): Likewise.
20828         * lib/fseterr.c (fseterr): Likewise.
20829         * lib/fwritable.c (fwritable): Likewise.
20830         * lib/fwriting.c (fwriting): Likewise.
20831         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
20832
20833 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
20834
20835         * lib/config.charset: Treat Haiku like BeOS.
20836
20837 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
20838
20839         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
20840         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
20841
20842 2008-11-08  Bruno Haible  <bruno@clisp.org>
20843
20844         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
20845         AC_CACHE_CHECK.
20846
20847 2008-11-08  Bruno Haible  <bruno@clisp.org>
20848
20849         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
20850
20851 2008-11-08  Bruno Haible  <bruno@clisp.org>
20852
20853         * tests/test-select-fd.c: New file.
20854         * tests/test-select-in.sh: New file.
20855         * tests/test-select-out.sh: New file.
20856         * tests/test-select-stdin.c: New file.
20857         * modules/select-tests (Files): Add the new files.
20858         (Depends-on): Add gettimeofday.
20859         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
20860         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
20861         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
20862
20863 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
20864             Bruno Haible  <bruno@clisp.org>
20865
20866         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
20867
20868 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
20869
20870         * build-aux/pmccabe2html: Added support for C++ source files.
20871
20872 2008-11-05  Ben Pfaff  <blp@gnu.org>
20873
20874         Fix lib/close.c build on Windows.
20875         * modules/close (Files): Add lib/w32sock.h.
20876
20877 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
20878
20879         Accept Bison's NEWS format.
20880         * build-aux/announce-gen (print_news_deltas): Tweak
20881         $re_prefix.
20882
20883 2008-11-04  Bruno Haible  <bruno@clisp.org>
20884
20885         * modules/random_r (Maintainer): Add glibc.
20886
20887 2008-11-04  Simon Josefsson  <simon@josefsson.org>
20888
20889         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
20890         by karl@freefriends.org (Karl Berry).
20891         * doc/alloca.texi: Likewise.
20892         * doc/c-ctype.texi: Likewise.
20893         * doc/c-strcase.texi: Likewise.
20894         * doc/c-strcaseeq.texi: Likewise.
20895         * doc/c-strcasestr.texi: Likewise.
20896         * doc/c-strstr.texi: Likewise.
20897         * doc/c-strtod.texi: Likewise.
20898         * doc/c-strtold.texi: Likewise.
20899         * doc/ctime.texi: Likewise.
20900         * doc/error.texi: Likewise.
20901         * doc/fdl.texi: Likewise.
20902         * doc/gcd.texi: Likewise.
20903         * doc/getdate.texi: Likewise.
20904         * doc/gnulib-intro.texi: Likewise.
20905         * doc/gnulib-tool.texi: Likewise.
20906         * doc/gnulib.texi: Likewise.
20907         * doc/inet_ntoa.texi: Likewise.
20908         * doc/maintain.texi: Likewise.
20909         * doc/make-stds.texi: Likewise.
20910         * doc/quote.texi: Likewise.
20911         * doc/regexprops-generic.texi: Likewise.
20912         * doc/standards.texi: Likewise.
20913         * doc/verify.texi: Likewise.
20914         * doc/visibility.texi: Likewise.
20915         * doc/gnulib.texi (GNU Free Documentation License): Include
20916         fdl-1.3.texi instead of fdl.texi.
20917
20918 2008-11-04  Simon Josefsson  <simon@josefsson.org>
20919
20920         * doc/fdl-1.3.texi: New file, from
20921         <http://www.gnu.org/licenses/fdl-1.3.texi>.
20922         * modules/fdl-1.3: Add.
20923         * MODULES.html.sh: Add fdl-1.3.
20924
20925 2008-11-03  Bruno Haible  <bruno@clisp.org>
20926
20927         Make determination of absolute name of header file work with AIX xlc.
20928         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
20929         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
20930         preprocessing.
20931         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
20932         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
20933
20934 2008-11-03  Simon Josefsson  <simon@josefsson.org>
20935
20936         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
20937         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
20938         <ludo@gnu.org>.
20939
20940 2008-11-02  Bruno Haible  <bruno@clisp.org>
20941
20942         Mark 'strpbrk' obsolete.
20943         * modules/strpbrk (Status, Notice): New sections.
20944         * modules/strtok_r (Depends-on): Add strpbrk.
20945
20946 2008-11-02  Bruno Haible  <bruno@clisp.org>
20947
20948         Mark 'strdup' obsolete.
20949         * modules/strdup (Status, Notice): New sections.
20950         * modules/findprog (Depends-on): Add strdup.
20951         * modules/getaddrinfo (Depends-on): Likewise.
20952         * modules/localename (Depends-on): Likewise.
20953         * modules/relocatable-lib (Depends-on): Likewise.
20954         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
20955         * modules/relocatable-prog (Depends-on): Likewise.
20956         * modules/trim (Depends-on): Likewise.
20957         * modules/unictype/gen-ctype (Depends-on): Likewise.
20958         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
20959
20960 2008-11-02  Bruno Haible  <bruno@clisp.org>
20961
20962         Mark 'strcspn' obsolete.
20963         * modules/strcspn (Status, Notice): New sections.
20964
20965 2008-11-02  Bruno Haible  <bruno@clisp.org>
20966
20967         Mark 'rmdir' obsolete.
20968         * modules/rmdir (Status, Notice): New sections.
20969         * modules/clean-temp (Depends-on): Add rmdir.
20970         * modules/openat (Depends-on): Likewise.
20971
20972 2008-11-02  Bruno Haible  <bruno@clisp.org>
20973
20974         Mark 'raise' obsolete.
20975         * modules/raise (Status, Notice): New sections.
20976         (Include): Specify <signal.h>.
20977         * modules/stdio (Depends-on): Add raise.
20978         * modules/write (Depends-on): Likewise.
20979
20980 2008-11-02  Bruno Haible  <bruno@clisp.org>
20981
20982         Mark 'memset' obsolete.
20983         * modules/memset (Status, Notice): New sections.
20984
20985 2008-11-02  Bruno Haible  <bruno@clisp.org>
20986
20987         Mark 'memmove' obsolete.
20988         * modules/memmove (Status, Notice): New sections.
20989         * modules/argp (Depends-on): Add memmove.
20990         * modules/argz (Depends-on): Likewise.
20991         * modules/canonicalize (Depends-on): Likewise.
20992         * modules/canonicalize-lgpl (Depends-on): Likewise.
20993         * modules/fts (Depends-on): Likewise.
20994         * modules/getcwd (Depends-on): Likewise.
20995         * modules/human (Depends-on): Likewise.
20996         * modules/regex (Depends-on): Likewise.
20997         * modules/striconveh (Depends-on): Likewise.
20998         * modules/trim (Depends-on): Likewise.
20999         * modules/unistr/u8-move (Depends-on): Likewise.
21000         * modules/unistr/u16-move (Depends-on): Likewise.
21001         * modules/unistr/u32-move (Depends-on): Likewise.
21002
21003 2008-11-02  Bruno Haible  <bruno@clisp.org>
21004
21005         Mark 'memcpy' obsolete.
21006         * modules/memcpy (Status, Notice): New sections.
21007
21008 2008-11-02  Bruno Haible  <bruno@clisp.org>
21009
21010         Mark 'memcmp' obsolete.
21011         * modules/memcmp (Status, Notice): New sections.
21012         * modules/argmatch (Depends-on): Add memchr.
21013         * modules/backupfile (Depends-on): Likewise.
21014         * modules/c-strcasestr (Depends-on): Likewise.
21015         * modules/crypto/des (Depends-on): Likewise.
21016         * modules/csharpcomp (Depends-on): Likewise.
21017         * modules/fnmatch (Depends-on): Likewise.
21018         * modules/git-merge-changelog (Depends-on): Likewise.
21019         * modules/isnand (Depends-on): Likewise.
21020         * modules/isnand-nolibm (Depends-on): Likewise.
21021         * modules/isnanf (Depends-on): Likewise.
21022         * modules/isnanf-nolibm (Depends-on): Likewise.
21023         * modules/isnanl (Depends-on): Likewise.
21024         * modules/isnanl-nolibm (Depends-on): Likewise.
21025         * modules/mbchar (Depends-on): Likewise.
21026         * modules/memcoll (Depends-on): Likewise.
21027         * modules/quotearg (Depends-on): Likewise.
21028         * modules/regex (Depends-on): Likewise.
21029         * modules/relocatable-prog (Depends-on): Likewise.
21030         * modules/same (Depends-on): Likewise.
21031         * modules/signbit (Depends-on): Likewise.
21032         * modules/strcasestr-simple (Depends-on): Likewise.
21033         * modules/unictype/gen-ctype (Depends-on): Likewise.
21034         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
21035         * modules/uniname/uniname (Depends-on): Likewise.
21036         * modules/unistr/u8-cmp (Depends-on): Likewise.
21037
21038 2008-11-02  Bruno Haible  <bruno@clisp.org>
21039
21040         Mark 'memchr' obsolete.
21041         * modules/memchr (Status, Notice): New sections.
21042         * modules/argp (Depends-on): Add memchr.
21043         * modules/base64 (Depends-on): Likewise.
21044         * modules/c-strcasestr (Depends-on): Likewise.
21045         * modules/chdir-long (Depends-on): Likewise.
21046         * modules/fnmatch (Depends-on): Likewise.
21047         * modules/getsubopt (Depends-on): Likewise.
21048         * modules/git-merge-changelog (Depends-on): Likewise.
21049         * modules/glob (Depends-on): Likewise.
21050         * modules/strcasestr-simple (Depends-on): Likewise.
21051         * modules/strnlen (Depends-on): Likewise.
21052
21053 2008-11-02  Bruno Haible  <bruno@clisp.org>
21054
21055         Mark 'atexit' obsolete.
21056         * modules/atexit (Status, Notice): New sections.
21057         * modules/chdir-long (Depends-on): Add atexit.
21058         * modules/wait-process (Depends-on): Likewise.
21059
21060 2008-11-02  Bruno Haible  <bruno@clisp.org>
21061
21062         * gnulib-tool: New option --with-obsolete.
21063         (func_usage): Document it.
21064         (func_modules_transitive_closure): Drop obsolete dependencies if
21065         incobsolete is not true.
21066         (func_import): Read and save the incobsolete variable to the cache.
21067
21068 2008-11-02  Bruno Haible  <bruno@clisp.org>
21069
21070         * modules/TEMPLATE-EXTENDED: New field 'Status'.
21071         * gnulib-tool: New option --extract-status.
21072         (func_usage): Document it.
21073         (sed_extract_prog): Recognize it.
21074         (func_get_status): New function.
21075
21076 2008-10-30  Simon Josefsson  <simon@josefsson.org>
21077
21078         * modules/sockets (License): Change from LGPL to LGPLv2+.
21079
21080 2008-10-28  Simon Josefsson  <simon@josefsson.org>
21081
21082         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
21083
21084 2008-10-28  Simon Josefsson  <simon@josefsson.org>
21085
21086         * MODULES.html.sh (Support for systems lacking POSIX:2001):
21087         Mention times and sys_times.
21088         * modules/sys_times, modules/sys_times-tests: New modules.
21089         * modules/times, modules/times-tests: Likewise
21090         * m4/sys_times_h.m4: New file.
21091         * lib/sys_times.in.h: Likewise
21092         * lib/times.c: Likewise.
21093         * tests/test-sys_times.c: Likewise.
21094         * tests/test-times.c: Likewise.
21095         * doc/posix-headers/sys_times.texi: Update.
21096         * doc/posix-functions/times.texi: Update.
21097
21098 2008-10-28  Jim Meyering  <meyering@redhat.com>
21099
21100         * modules/tempname (Depends-on): Add lstat.
21101
21102         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
21103
21104 2008-10-28  Simon Josefsson  <simon@josefsson.org>
21105
21106         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
21107         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
21108         using idiom used elsewhere in gnulib.
21109
21110 2008-10-27  Jim Meyering  <meyering@redhat.com>
21111
21112         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
21113
21114 2008-10-27  Simon Josefsson  <simon@josefsson.org>
21115
21116         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
21117         TESTS_ENVIRONMENT, for shell scripts that needs to call built
21118         programs.
21119         * tests/test-argp-2.sh: Use $EXEEXT when needed.
21120
21121 2008-10-27  Simon Josefsson  <simon@josefsson.org>
21122
21123         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
21124
21125 2008-10-27  Bruno Haible  <bruno@clisp.org>
21126
21127         * tests/test-lstat.c: Include <stdio.h>.
21128
21129 2008-10-27  Simon Josefsson  <simon@josefsson.org>
21130
21131         * modules/lstat-tests: New module.
21132         * tests/test-lstat.c: New file.
21133
21134 2008-10-26  Jim Meyering  <meyering@redhat.com>
21135
21136         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
21137
21138 2008-10-26  Simon Josefsson  <simon@josefsson.org>
21139             Bruno Haible  <bruno@clisp.org>
21140
21141         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
21142         * modules/configmake (Include): Add a note that the include must come
21143         after all system headers.
21144         * lib/javaversion.c: Include configmake.h after all other includes.
21145
21146 2008-10-26  Bruno Haible  <bruno@clisp.org>
21147
21148         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
21149         HAVE_STRUCT_RANDOM_DATA to 1.
21150         (gl_STDLIB_H): Simplify.
21151
21152 2008-10-26  Simon Josefsson  <simon@josefsson.org>
21153
21154         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
21155         substitute HAVE_STRUCT_RANDOM_DATA.
21156         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
21157         random_data.
21158         * modules/stdlib (Makefile.am): Substitute
21159         HAVE_STRUCT_RANDOM_DATA.
21160
21161 2008-10-26  Simon Josefsson  <simon@josefsson.org>
21162
21163         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
21164         * doc/gnulib-intro.texi (Copyright): Likewise.
21165
21166 2008-10-26  Simon Josefsson  <simon@josefsson.org>
21167
21168         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
21169         findings.
21170
21171 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
21172             Bruno Haible  <bruno@clisp.org>
21173
21174         * lib/unistd.in.h: Include <winsock2.h>.
21175         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
21176         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
21177         Provide dummy declarations.
21178         (gethostname): Override.
21179         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
21180         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
21181         gl_PREREQ_SYS_H_WINSOCK2.
21182         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
21183         * doc/posix-functions/gethostname.texi: More details.
21184
21185 2008-10-25  Bruno Haible  <bruno@clisp.org>
21186
21187         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
21188         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
21189         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
21190
21191         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
21192         here ...
21193         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
21194         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
21195         gl_UNISTD_H_DEFAULTS.
21196
21197 2008-10-25  Eric Blake  <ebb9@byu.net>
21198
21199         signbit: avoid spurious compiler failure
21200         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
21201         declarations inside function.
21202
21203 2008-10-24  Simon Josefsson  <simon@josefsson.org>
21204             Bruno Haible  <bruno@clisp.org>
21205
21206         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
21207         * modules/random_r (Depends-on): Add stdint.
21208
21209 2008-10-24  Bruno Haible  <bruno@clisp.org>
21210
21211         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
21212         Eggert.
21213         * modules/strerror (License): Likewise.
21214
21215 2008-10-24  Jim Meyering  <meyering@redhat.com>
21216
21217         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
21218         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
21219
21220 2008-10-24  Eric Blake  <ebb9@byu.net>
21221
21222         getgroups: fix compilation when getgroups is available
21223         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
21224         but with <config.h> override of getgroups disabled.
21225
21226 2008-10-24  Simon Josefsson  <simon@josefsson.org>
21227
21228         * doc/gnulib.texi (Header files): Add note about C++ problems.
21229         Explained by Bruno Haible <bruno@clisp.org>.
21230
21231 2008-10-23  Bruno Haible  <bruno@clisp.org>
21232
21233         Define a dummy SA_NODEFER macro on Interix.
21234         * lib/signal.in.h (SA_NODEFER): Define fallback.
21235         Reported by Aleksey Cheusov <cheusov@tut.by> via
21236         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
21237
21238 2008-10-23  Bruno Haible  <bruno@clisp.org>
21239
21240         * modules/freadahead (License): Change to LGPLv2+.
21241         Suggested by Simon Josefsson.
21242
21243 2008-10-23  Jim Meyering  <meyering@redhat.com>
21244
21245         random_r: new module
21246         * modules/random_r: New file.
21247         * m4/random_r.m4: New file.
21248         * lib/random_r.c: New file, from glibc.
21249         * modules/random_r-tests: New file.
21250         * tests/test-random_r.c: New file.
21251         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
21252          Declare.
21253         (RAND_MAX): Define.
21254         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
21255         * modules/stdlib: Substitute them, too.
21256         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
21257         * doc/glibc-functions/initstate_r.texi: Mention the new module.
21258         * doc/glibc-functions/random_r.texi: Likewise.
21259         * doc/glibc-functions/setstate_r.texi: Likewise.
21260         * doc/glibc-functions/srandom_r.texi: Likewise.
21261         * config/srclist.txt: Mention it.
21262
21263 2008-10-23  David Lutterkort  <lutter@redhat.com>
21264
21265         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
21266         link requirement
21267
21268 2008-10-23  Jim Meyering  <meyering@redhat.com>
21269
21270         selinux-h: mark parameters of stub functions as intentionally unused
21271         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
21272         * lib/se-context.in.h: Likewise.
21273
21274 2008-10-22  Simon Josefsson  <simon@josefsson.org>
21275
21276         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
21277
21278 2008-10-22  Simon Josefsson  <simon@josefsson.org>
21279
21280         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
21281
21282 2008-10-22  Eric Blake  <ebb9@byu.net>
21283
21284         glthread/thread: avoid compiler warning
21285         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
21286         Add unreachable abort to silence compiler.
21287
21288 2008-10-22  Eric Blake  <ebb9@byu.net>
21289
21290         netdb: also supply struct addrinfo for cygwin 1.5.x
21291         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
21292         older cygwin.
21293         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
21294         cygwin.
21295         * doc/posix-headers/netdb.texi (netdb.h): Document this.
21296
21297 2008-10-22  Bruno Haible  <bruno@clisp.org>
21298
21299         * users.txt: Update entry about pspp.
21300
21301 2008-10-21  Bruno Haible  <bruno@clisp.org>
21302
21303         Simplification.
21304         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
21305         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
21306
21307         Simplification.
21308         * lib/ioctl.c (ioctl): Don't undefine.
21309         * lib/socket.c (socket): Don't undefine.
21310
21311         Remove unused module indicator macros.
21312         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
21313         GNULIB_$1 as a C macro.
21314
21315         * doc/posix-functions/close.texi: Undo last change.
21316         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
21317         Windows platforms.
21318
21319 2008-10-21  Bruno Haible  <bruno@clisp.org>
21320
21321         Add gethostname() declaration to <unistd.h>.
21322         * lib/unistd.in.h (gethostname): New declaration.
21323         * lib/gethostname.c: Include <unistd.h>.
21324         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
21325         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
21326         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
21327         and HAVE_GETHOSTNAME.
21328         * modules/gethostname (Depends-on): Add unistd.
21329         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21330         (Include): Specify <unistd.h>.
21331         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
21332         HAVE_GETHOSTNAME.
21333         * tests/test-gethostname.c: Include <unistd.h> first.
21334
21335 2008-10-21  Bruno Haible  <bruno@clisp.org>
21336
21337         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
21338         * modules/select-tests (Depends-on): Likewise.
21339         Reported by Simon Josefsson.
21340
21341 2008-10-21  Simon Josefsson  <simon@josefsson.org>
21342
21343         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
21344         * lib/accept.c: New file, based on winsock.c.
21345         * lib/bind.c: New file, based on winsock.c.
21346         * lib/connect.c: New file, based on winsock.c.
21347         * lib/getpeername.c: New file, based on winsock.c.
21348         * lib/getsockname.c: New file, based on winsock.c.
21349         * lib/getsockopt.c: New file, based on winsock.c.
21350         * lib/ioctl.c: New file, based on winsock.c.
21351         * lib/listen.c: New file, based on winsock.c.
21352         * lib/recv.c: New file, based on winsock.c.
21353         * lib/recvfrom.c: New file, based on winsock.c.
21354         * lib/send.c: New file, based on winsock.c.
21355         * lib/sendto.c: New file, based on winsock.c.
21356         * lib/setsockopt.c: New file, based on winsock.c.
21357         * lib/shutdown.c: New file, based on winsock.c.
21358         * lib/socket.c: New file, based on winsock.c.
21359         * lib/w32sock.h: New file, based on winsock.c.
21360         * lib/winsock.c: Remove file.
21361         * modules/accept: Likewise.
21362         * modules/bind: Likewise.
21363         * modules/connect: Likewise.
21364         * modules/getpeername: Likewise.
21365         * modules/getsockname: Likewise.
21366         * modules/getsockopt: Likewise.
21367         * modules/ioctl: Likewise.
21368         * modules/listen: Likewise.
21369         * modules/recv: Likewise.
21370         * modules/recvfrom: Likewise.
21371         * modules/send: Likewise.
21372         * modules/sendto: Likewise.
21373         * modules/setsockopt: Likewise.
21374         * modules/shutdown: Likewise.
21375         * modules/socket: Use socket.c instead of winsock.c.
21376         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
21377         * doc/posix-functions/accept.texi: Doc fix.
21378         * doc/posix-functions/bind.texi: Doc fix.
21379         * doc/posix-functions/close.texi: Doc fix.
21380         * doc/posix-functions/connect.texi: Doc fix.
21381         * doc/posix-functions/getpeername.texi: Doc fix.
21382         * doc/posix-functions/getsockname.texi: Doc fix.
21383         * doc/posix-functions/getsockopt.texi: Doc fix.
21384         * doc/posix-functions/ioctl.texi: Doc fix.
21385         * doc/posix-functions/listen.texi: Doc fix.
21386         * doc/posix-functions/recv.texi: Doc fix.
21387         * doc/posix-functions/recvfrom.texi: Doc fix.
21388         * doc/posix-functions/send.texi: Doc fix.
21389         * doc/posix-functions/sendto.texi: Doc fix.
21390         * doc/posix-functions/setsockopt.texi: Doc fix.
21391         * doc/posix-functions/shutdown.texi: Doc fix.
21392         * doc/posix-functions/socket.texi: Doc fix.
21393
21394 2008-10-20  Bruno Haible  <bruno@clisp.org>
21395
21396         Take into account the role of SIGABRT_COMPAT on Windows 2008.
21397         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
21398         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
21399         as an alias for SIGABRT.
21400         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
21401         (sigaction): Map it to SIGABRT.
21402         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
21403
21404 2008-10-20  Bruno Haible  <bruno@clisp.org>
21405
21406         * lib/fts.c: Don't include lstat.h.
21407         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
21408
21409         Move the lstat() declaration to <sys/stat.h>.
21410         * lib/lstat.h: Remove file.
21411         * lib/sys_stat.in.h: Add special invocation convention.
21412         (lstat): New declaration.
21413         * lib/lstat.c (orig_lstat): New function.
21414         (rpl_lstat): Use orig_lstat instead of lstat.
21415         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
21416         AC_C_INLINE. Set REPLACE_LSTAT.
21417         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
21418         and REPLACE_LSTAT.
21419         * modules/lstat (Files): Remove lib/lstat.h.
21420         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
21421         (Include): Specify <sys/stat.h> instead of lstat.h.
21422         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
21423         REPLACE_LSTAT.
21424         * NEWS: Mention the change.
21425
21426 2008-10-20  Bruno Haible  <bruno@clisp.org>
21427
21428         * modules/posix_spawn-tests: New file.
21429         * tests/test-posix_spawn3.c: New file.
21430
21431 2008-10-20  Bruno Haible  <bruno@clisp.org>
21432
21433         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
21434         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
21435         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
21436         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
21437         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
21438
21439 2008-10-20  Bruno Haible  <bruno@clisp.org>
21440
21441         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
21442         of posix_spawn on AIX 5.3.
21443
21444 2008-10-20  Bruno Haible  <bruno@clisp.org>
21445
21446         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
21447
21448 2008-10-20  Bruno Haible  <bruno@clisp.org>
21449
21450         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
21451         of AC_LANG_PROGRAM.
21452
21453 2008-10-20  Simon Josefsson  <simon@josefsson.org>
21454
21455         * lib/netdb.in.h: Don't define GNU specific constants until they
21456         are supported or needed.  Reported by Bruno Haible
21457         <bruno@clisp.org>.
21458
21459 2008-10-20  Simon Josefsson  <simon@josefsson.org>
21460
21461         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
21462
21463 2008-10-20  Simon Josefsson  <simon@josefsson.org>
21464
21465         * lib/getaddrinfo.h: Remove file.
21466         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
21467         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
21468         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
21469         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
21470         * modules/netdb: Substitute GNULIB_GETADDRINFO.
21471         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
21472         * tests/test-getaddrinfo.c: Likewise.
21473         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
21474         * NEWS: Mention change.
21475
21476 2008-10-19  Bruno Haible  <bruno@clisp.org>
21477
21478         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
21479
21480 2008-10-19  Bruno Haible  <bruno@clisp.org>
21481
21482         * lib/wait-process.c: Include simply <sys/wait.h>.
21483         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
21484         WIFSTOPPED): Remove fallback definitions.
21485         * modules/wait-process (Depends-on): Add sys_wait.
21486
21487         New module 'sys_wait'.
21488         * modules/sys_wait: New file.
21489         * lib/sys_wait.in.h: New file, partially copied from
21490         lib/wait-process.c.
21491         * m4/sys_wait_h.m4: New file.
21492         * doc/posix-headers/sys_wait.texi: Mention the new module.
21493
21494 2008-10-19  Bruno Haible  <bruno@clisp.org>
21495
21496         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
21497
21498 2008-10-19  Bruno Haible  <bruno@clisp.org>
21499
21500         Assume that waitpid() fills an 'int' status, not a 'union wait'.
21501         * lib/wait-process.c (WAIT_T): Remove type.
21502         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
21503         (wait_subprocess): Update.
21504
21505 2008-10-19  Bruno Haible  <bruno@clisp.org>
21506
21507         New module 'atoll'.
21508         * modules/atoll: New file.
21509         * lib/stdlib.in.h (atoll): New declaration.
21510         * lib/atoll.c: New file, from glibc with modifications.
21511         * m4/atoll.m4: New file.
21512         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
21513         HAVE_ATOLL.
21514         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
21515         * doc/posix-functions/atoll.texi: Mention the new module.
21516
21517 2008-10-19  Bruno Haible  <bruno@clisp.org>
21518
21519         Add strtoull() declaration to <stdlib.h>.
21520         * lib/stdlib.in.h (strtoull): New declaration.
21521         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
21522         Set HAVE_STRTOULL.
21523         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
21524         HAVE_STRTOULL.
21525         * modules/strtoull (Depends-on): Add stdlib.
21526         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
21527         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
21528         HAVE_STRTOULL.
21529
21530 2008-10-19  Bruno Haible  <bruno@clisp.org>
21531
21532         Add strtoll() declaration to <stdlib.h>.
21533         * lib/stdlib.in.h (strtoll): New declaration.
21534         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
21535         Set HAVE_STRTOLL.
21536         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
21537         HAVE_STRTOLL.
21538         * modules/strtoll (Depends-on): Add stdlib.
21539         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
21540         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
21541
21542 2008-10-19  Bruno Haible  <bruno@clisp.org>
21543
21544         * modules/bcopy (Depends-on): Add strings.
21545         (Include): Specify <strings.h>.
21546
21547 2008-10-19  Bruno Haible  <bruno@clisp.org>
21548
21549         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
21550
21551 2008-10-19  Bruno Haible  <bruno@clisp.org>
21552
21553         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
21554         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
21555         mingw.
21556
21557 2008-10-19  Bruno Haible  <bruno@clisp.org>
21558
21559         * lib/atanl.c: Don't include isnanl.h.
21560         * lib/cosl.c: Likewise.
21561         * lib/ldexpl.c: Likewise.
21562         * lib/logl.c: Likewise.
21563         * lib/sinl.c: Likewise.
21564         * lib/sqrtl.c: Likewise.
21565         * lib/tanl.c: Likewise.
21566
21567         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
21568         * lib/isnanf.h: Remove file.
21569         * lib/isnand.h: Remove file.
21570         * lib/isnanl.h: Remove file.
21571         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
21572         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
21573         macros.
21574         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
21575         HAVE_ISNANF, don't define it as a C macro.
21576         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
21577         HAVE_ISNAND, don't define it as a C macro.
21578         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
21579         HAVE_ISNANL, don't define it as a C macro.
21580         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
21581         HAVE_ISNAN[FDL].
21582         * modules/isnanf (Files): Remove lib/isnanf.h.
21583         (Depends-on): Add math.
21584         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
21585         (Include): Specify <math.h> instead of isnanf.h.
21586         * modules/isnand (Files): Remove lib/isnand.h.
21587         (Depends-on): Add math.
21588         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
21589         (Include): Specify <math.h> instead of isnand.h.
21590         * modules/isnanl (Files): Remove lib/isnanl.h.
21591         (Depends-on): Add math.
21592         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
21593         (Include): Specify <math.h> instead of isnanl.h.
21594         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
21595         HAVE_ISNAN[FDL].
21596         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
21597         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
21598         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
21599         * NEWS: Mention the change.
21600
21601 2008-10-18  Bruno Haible  <bruno@clisp.org>
21602
21603         Add getusershell(), setusershell(), endusershell() declarations to
21604         <unistd.h>.
21605         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
21606         declarations.
21607         * lib/getusershell.c: Include unistd.h.
21608         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
21609         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
21610         HAVE_GETUSERSHELL.
21611         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
21612         and HAVE_GETUSERSHELL.
21613         * modules/getusershell (Depends-on): Add unistd, extensions.
21614         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21615         (Include): Specify <unistd.h>.
21616         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
21617         HAVE_GETUSERSHELL.
21618
21619 2008-10-18  Bruno Haible  <bruno@clisp.org>
21620
21621         Add a getloadavg() declaration to <stdlib.h>.
21622         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
21623         getloadavg declaration.
21624         (getloadavg): New declaration.
21625         * lib/getloadavg.c: Include <stdlib.h> first.
21626         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
21627         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
21628         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
21629         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
21630         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
21631         * modules/getloadavg (Depends-on): Add stdlib, extensions.
21632         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
21633         (Include): Specify <stdlib.h>.
21634         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
21635         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
21636
21637 2008-10-18  Bruno Haible  <bruno@clisp.org>
21638
21639         * lib/dirchownmod.c: Don't include lchmod.h.
21640
21641         Move the lchmod() declaration to <sys/stat.h>.
21642         * lib/lchmod.h: Remove file.
21643         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
21644         (lchmod): New declaration, moved here from lib/lchown.h.
21645         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
21646         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
21647         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
21648         and HAVE_LCHMOD.
21649         * modules/lchmod (Files): Remove lib/lchmod.h.
21650         (Depends-on): Add sys_stat, extensions.
21651         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
21652         (Include): Specify <sys/stat.h> instead of lchmod.h.
21653         * modules/sys_stat (Depends-on): Add link-warning.
21654         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
21655         definition of GL_LINK_WARNING.
21656         * NEWS: Mention the change.
21657
21658 2008-10-18  Bruno Haible  <bruno@clisp.org>
21659
21660         * lib/fchdir.c: Don't include dirfd.h.
21661         * lib/fts.c: Likewise.
21662         * lib/getcwd.c: Likewise.
21663         * lib/glob.c: Likewise.
21664
21665         Move the dirfd() declaration to <dirent.h>.
21666         * lib/dirfd.h: Remove file.
21667         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
21668         (dirfd): New declaration.
21669         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
21670         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
21671         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
21672         HAVE_DECL_DIRFD.
21673         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
21674         HAVE_DECL_DIRFD.
21675         * modules/dirfd (Files): Remove lib/dirfd.h.
21676         (Depends-on): Add dirent, extensions.
21677         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
21678         (Include): Specify <dirent.h> instead of dirfd.h.
21679         * modules/dirent (Depends-on): Add link-warning.
21680         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
21681         definition of GL_LINK_WARNING.
21682         * NEWS: Mention the change.
21683
21684 2008-10-18  Bruno Haible  <bruno@clisp.org>
21685
21686         Move the euidaccess() declaration to <unistd.h>.
21687         * lib/euidaccess.h: Remove file.
21688         * lib/unistd.in.h (euidaccess): New declaration.
21689         * lib/euidaccess.c: Don't include euidaccess.h.
21690         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
21691         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
21692         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
21693         and HAVE_EUIDACCESS.
21694         * modules/euidaccess (Files): Remove lib/euidaccess.h.
21695         (Depends-on): Add unistd.
21696         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21697         (Include): Specify <unistd.h> instead of euidaccess.h.
21698         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
21699         HAVE_EUIDACCESS.
21700         * NEWS: Mention the change.
21701
21702 2008-10-18  Bruno Haible  <bruno@clisp.org>
21703
21704         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
21705
21706         Move the getdomainname() declaration to <unistd.h>.
21707         * lib/getdomainname.h: Remove file.
21708         * lib/unistd.in.h (getdomainname): New declaration.
21709         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
21710         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
21711         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
21712         HAVE_GETDOMAINNAME.
21713         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21714         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
21715         * modules/getdomainname (Files): Remove lib/getdomainname.h.
21716         (Depends-on): Add unistd, extensions.
21717         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21718         (Includes): Specify <unistd.h> instead of getdomainname.h.
21719         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
21720         HAVE_GETDOMAINNAME.
21721         * NEWS: Mention the change.
21722
21723 2008-10-18  Bruno Haible  <bruno@clisp.org>
21724
21725         * modules/dirent: New file.
21726         * m4/dirent_h.m4: New file.
21727         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
21728         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
21729         * modules/fchdir (Files): Remove lib/dirent.in.h.
21730         (Depends-on): Add dirent.
21731         (Makefile.am): Move rules to modules/dirent.
21732         * doc/posix-headers/dirent.texi: Mention the new module.
21733
21734 2008-10-18  Bruno Haible  <bruno@clisp.org>
21735
21736         Avoid -Wunused-parameter warnings in public gnulib header files.
21737         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
21738         macro.
21739         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
21740
21741 2008-10-18  Bruno Haible  <bruno@clisp.org>
21742
21743         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
21744         * doc/glibc-functions/error.texi: Mention the module 'error'.
21745         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
21746         * doc/glibc-functions/getdomainname.texi: Mention the module
21747         'getdomainname'.
21748         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
21749         * doc/glibc-functions/getpagesize.texi: Mention the module
21750         'getpagesize'.
21751         * doc/glibc-functions/getusershell.texi: Mention the module
21752         'getusershell'.
21753         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
21754         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
21755         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
21756         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
21757         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
21758         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
21759         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
21760         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
21761         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
21762         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
21763         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
21764         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
21765         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
21766         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
21767
21768 2008-10-17  Bruno Haible  <bruno@clisp.org>
21769
21770         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
21771         HP-UX and IRIX, use -0.0L.
21772         * tests/test-ceill.c (minus_zero): Likewise.
21773         * tests/test-floorl.c (minus_zero): Likewise.
21774         * tests/test-frexpl.c (minus_zero): Likewise.
21775         * tests/test-isnan.c (minus_zerol): Likewise.
21776         * tests/test-isnanl.h (minus_zero): Likewise.
21777         * tests/test-ldexpl.c (minus_zero): Likewise.
21778         * tests/test-roundl.c (minus_zero): Likewise.
21779         * tests/test-signbit.c (minus_zerol): Likewise.
21780         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
21781         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
21782         * tests/test-truncl.c (minus_zero): Likewise.
21783         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
21784         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
21785         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
21786         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
21787
21788 2008-10-17  Bruno Haible  <bruno@clisp.org>
21789
21790         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
21791         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
21792         that it gets activated only for gcc >= 3.0.
21793         * lib/dirent.in.h: Likewise.
21794         * lib/errno.in.h: Likewise.
21795         * lib/fcntl.in.h: Likewise.
21796         * lib/float.in.h: Likewise.
21797         * lib/iconv.in.h: Likewise.
21798         * lib/inttypes.in.h: Likewise.
21799         * lib/locale.in.h: Likewise.
21800         * lib/math.in.h: Likewise.
21801         * lib/netdb.in.h: Likewise.
21802         * lib/netinet_in.in.h: Likewise.
21803         * lib/search.in.h: Likewise.
21804         * lib/signal.in.h: Likewise.
21805         * lib/spawn.in.h: Likewise.
21806         * lib/stdarg.in.h: Likewise.
21807         * lib/stdint.in.h: Likewise.
21808         * lib/stdio.in.h: Likewise.
21809         * lib/stdlib.in.h: Likewise.
21810         * lib/string.in.h: Likewise.
21811         * lib/strings.in.h: Likewise.
21812         * lib/sys_file.in.h: Likewise.
21813         * lib/sys_ioctl.in.h: Likewise.
21814         * lib/sys_select.in.h: Likewise.
21815         * lib/sys_socket.in.h: Likewise.
21816         * lib/sys_stat.in.h: Likewise.
21817         * lib/sys_time.in.h: Likewise.
21818         * lib/sysexits.in.h: Likewise.
21819         * lib/time.in.h: Likewise.
21820         * lib/unistd.in.h: Likewise.
21821         * lib/wchar.in.h: Likewise.
21822         * lib/wctype.in.h: Likewise.
21823         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
21824
21825 2008-10-17  Jim Meyering  <meyering@redhat.com>
21826
21827         ignore-value: don't depend on inline module
21828         * modules/ignore-value (Depends-on): Remove 'inline'.
21829         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
21830         Suggestion from Bruno Haible.
21831
21832 2008-10-17  Bruno Haible  <bruno@clisp.org>
21833
21834         New implementation of condition variables for Win32.
21835         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
21836         (gl_linked_waitqueue_t): New type.
21837         (gl_cond_t): Use it.
21838         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
21839         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
21840         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
21841         (glthread_cond_init_func, glthread_cond_wait_func,
21842         glthread_cond_timedwait_func, glthread_cond_signal_func,
21843         glthread_cond_broadcast_func, glthread_cond_destroy_func):
21844         Reimplemented on the basis of gl_linked_waitqueue_t.
21845         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
21846         gl_waitqueue_t.
21847         (gl_rwlock_t): Update.
21848         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
21849
21850 2008-10-17  Simon Josefsson  <simon@josefsson.org>
21851
21852         * modules/recvfrom (Depends-on): Add dependency on getpeername.
21853         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
21854
21855 2008-10-17  Jim Meyering  <meyering@redhat.com>
21856
21857         ignore-value: new module
21858         * modules/ignore-value: New file.
21859         * lib/ignore-value.h: New file.
21860         * MODULES.html.sh (Compiler warning management): New section,
21861         just for this module.  More to come.
21862
21863 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
21864
21865         open-safer.c: avoid 'signed and unsigned in conditional...' warning
21866         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
21867         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
21868
21869 2008-10-16  Jim Meyering  <meyering@redhat.com>
21870
21871         openat-die.c: avoid 'no previous prototype' warning
21872         * lib/openat-die.c: Include "openat.h".
21873         Reported by Reuben Thomas <rrt@sc3d.org>.
21874
21875 2008-10-16  Simon Josefsson  <simon@josefsson.org>
21876
21877         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
21878         * lib/netdb.in.h: Fix typo.
21879         Reported by Bruno Haible  <bruno@clisp.org>
21880
21881         * lib/netdb.in.h: Include sys/socket.h for platforms without
21882         netdb.h, to get structures like hostent on MinGW.
21883         * modules/netdb (Depends-on): Add sys_socket.
21884
21885 2008-10-15  Simon Josefsson  <simon@josefsson.org>
21886
21887         * modules/netdb, modules/netdb-tests: New file.
21888         * m4/netdb_h.m4: New file.
21889         * lib/netdb.in.h: Add, currently just an empty file pending
21890         definitions.
21891         * tests/test-netdb.c: New file.
21892         * doc/posix-headers/netdb.texi: Mention that we replace it if
21893         needed.
21894         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21895         netdb.
21896
21897 2008-10-15  Simon Josefsson  <simon@josefsson.org>
21898
21899         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
21900         with code.
21901
21902 2008-10-13  Bruno Haible  <bruno@clisp.org>
21903
21904         * lib/glthread/cond.c (glthread_cond_wait_func,
21905         glthread_cond_timedwait_func): Add a comment.
21906
21907 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21908
21909         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
21910         * tests/test-select.c: Likewise,
21911
21912 2008-10-13  Bruno Haible  <bruno@clisp.org>
21913
21914         * lib/glthread/cond.c (glthread_cond_wait_func,
21915         glthread_cond_timedwait_func): Fix variable name.
21916         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
21917
21918 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
21919
21920         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
21921         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
21922         struct sockaddr.sa_len.
21923         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
21924
21925 2008-10-13  Simon Josefsson  <simon@josefsson.org>
21926
21927         * build-aux/pmccabe2html: Add css and css_url parameters.
21928
21929 2008-10-12  Bruno Haible  <bruno@clisp.org>
21930
21931         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
21932         calling aclx_get.
21933         Reported by Rainer Tammer <tammer@tammer.net>.
21934
21935 2008-10-12  Bruno Haible  <bruno@clisp.org>
21936
21937         Use msvcrt aware primitives for creation/termination of Win32 threads.
21938         * lib/glthread/thread.c: Include <process.h>.
21939         (glthread_create_func): Use _beginthreadex instead of CreateThread.
21940         (wrapper_func): Update signature.
21941         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
21942
21943 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21944             Bruno Haible  <bruno@clisp.org>
21945
21946         Provide a Win32 implementation of the 'cond' module.
21947         * lib/glthread/cond.h [USE_WIN32]: New implementation.
21948         * lib/glthread/cond.c (glthread_cond_init_func,
21949         glthread_cond_wait_func, glthread_cond_timedwait_func,
21950         glthread_cond_signal_func, glthread_cond_broadcast_func,
21951         glthread_cond_destroy_func) [USE_WIN32]: New functions.
21952         * modules/cond (Dependencies): Add gettimeofday.
21953
21954 2008-10-11  Bruno Haible  <bruno@clisp.org>
21955
21956         Make sleep work on older versions of mingw.
21957         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
21958         only whether it exists.
21959         * doc/posix-functions/sleep.texi: Mention the problem with older
21960         versions of mingw.
21961
21962 2008-10-11  Bruno Haible  <bruno@clisp.org>
21963
21964         New module 'shutdown'.
21965         * modules/shutdown: New file.
21966         * lib/sys_socket.in.h (shutdown): New declaration.
21967         * lib/winsock.c (shutdown): New function.
21968         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
21969         GNULIB_SHUTDOWN.
21970         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
21971         * doc/posix-functions/shutdown.texi: Document the new module.
21972
21973 2008-10-11  Jim Meyering  <meyering@redhat.com>
21974
21975         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
21976
21977 2008-10-11  Bruno Haible  <bruno@clisp.org>
21978
21979         New module 'fclose'.
21980         * modules/fclose: New file.
21981         * lib/stdio.in.h (fclose): New declaration.
21982         * lib/fclose.c: New file.
21983         * m4/fclose.m4: New file.
21984         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
21985         REPLACE_FCLOSE.
21986         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
21987         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
21988         REPLACE_FCLOSE.
21989         * modules/close (Depends-on): fclose.
21990         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
21991
21992 2008-10-11  Bruno Haible  <bruno@clisp.org>
21993
21994         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
21995         set errno and don't call _close.
21996
21997 2008-10-10  Bruno Haible  <bruno@clisp.org>
21998
21999         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
22000         ACL, not afterwards. Fixes test failure on Cygwin.
22001
22002 2008-10-09  Ben Pfaff  <blp@gnu.org>
22003
22004         * build-aux/announce-gen: Fix gnulib version related part of usage
22005         message.  Die with a useful error message if no tarballs are
22006         found.
22007
22008 2008-10-10  Jim Meyering  <meyering@redhat.com>
22009
22010         bootstrap: use git's --depth=N option only if it's supported
22011         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
22012         recognize the --depth option.  Reported by Pádraig Brady.
22013
22014 2008-10-09  Bruno Haible  <bruno@clisp.org>
22015
22016         New module 'ioctl'.
22017         * modules/ioctl: New file.
22018         * lib/sys_socket.in.h (ioctl): Remove declaration.
22019         * lib/winsock.c: Include <sys/ioctl.h>.
22020         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
22021         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
22022         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
22023         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
22024         * doc/posix-functions/ioctl.texi: Mention the new module.
22025
22026 2008-10-09  Bruno Haible  <bruno@clisp.org>
22027
22028         New module 'sys_ioctl'.
22029         * lib/sys_ioctl.in.h: New file.
22030         * m4/sys_ioctl_h.m4: New file.
22031         * modules/sys_ioctl: New file.
22032         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
22033
22034 2008-10-09  Bruno Haible  <bruno@clisp.org>
22035
22036         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
22037         * lib/winsock.c: Include <stdarg.h>.
22038         (rpl_ioctl): Change to second argument 'int' and then varargs.
22039
22040 2008-10-09  Bruno Haible  <bruno@clisp.org>
22041
22042         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
22043         when the sys_socket module is present and the system has <winsock2.h>.
22044
22045 2008-10-09  Bruno Haible  <bruno@clisp.org>
22046
22047         * doc/posix-functions/close.texi: Mention module 'close' instead of
22048         module 'sys_socket'.
22049
22050 2008-10-09  Bruno Haible  <bruno@clisp.org>
22051
22052         * doc/glibc-headers/sys_ioctl.texi: New file.
22053         * doc/gnulib.texi: Include it.
22054
22055 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
22056             Bruno Haible  <bruno@clisp.org>
22057
22058         Combine the two replacements of 'close'.
22059         * lib/sys_socket.in.h (close): Define to a reminder to include
22060         <unistd.h>.
22061         (_gl_close_fd_maybe_socket): New declaration.
22062         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
22063         * lib/winsock.c (close): Remove undefinition.
22064         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
22065         needed for the gnulib module 'close'.
22066         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
22067         define to an error symbol or to a warning, if suitable.
22068         * lib/close.c: Include <sys/socket.h>.
22069         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
22070         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
22071         UNISTD_H_HAVE_WINSOCK2_H.
22072         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
22073         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
22074         UNISTD_H_HAVE_WINSOCK2_H.
22075         * modules/sys_socket (Files): Add m4/unistd_h.m4.
22076         (configure.ac): Set a module indicator.
22077         (Makefile.am): Substitute GNULIB_CLOSE.
22078         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
22079         * modules/poll-tests (Depends-on): Add close.
22080         * modules/select-tests (Depends-on): Likewise.
22081
22082 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
22083             Bruno Haible  <bruno@clisp.org>
22084
22085         New module 'close'.
22086         * modules/close: New file.
22087         * lib/unistd.in.h (close): Move declaration out of the
22088         FCHDIR_REPLACEMENT scope.
22089         (_gl_unregister_fd): New declaration.
22090         * lib/close.c: New file.
22091         * lib/fchdir.c (rpl_close): Remove function.
22092         * m4/close.m4: New file.
22093         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
22094         close.
22095         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
22096         REPLACE_CLOSE.
22097         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
22098         REPLACE_CLOSE.
22099         * modules/fchdir (Depends-on): Add close.
22100
22101 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
22102             Bruno Haible  <bruno@clisp.org>
22103
22104         * lib/fcntl.in.h (open): Simplify conditionals.
22105         (_gl_register_fd): New declaration.
22106         * lib/fchdir.c (rpl_open): Remove function.
22107         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
22108         also.
22109         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
22110         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
22111         open.
22112
22113 2008-10-09  Jim Meyering  <meyering@redhat.com>
22114
22115         GNUmakefile: use the more name-space-friendly "_version"
22116         * top/GNUmakefile (_dummy): Update.
22117         (_version): Rename from "version".
22118
22119 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
22120             Bruno Haible  <bruno@clisp.org>
22121
22122         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
22123         rpl_close.
22124         (_gl_register_fd): New function, extracted from rpl_open.
22125         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
22126         (rpl_open, rpl_opendir): Use _gl_register_fd.
22127
22128 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
22129
22130         Fix organization of 'open' replacement.
22131         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
22132         (gl_FUNC_OPEN): Use it.
22133         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
22134
22135 2008-10-08  Bruno Haible  <bruno@clisp.org>
22136
22137         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
22138
22139 2008-10-08  Simon Josefsson  <simon@josefsson.org>
22140
22141         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
22142         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
22143         listen).
22144
22145 2008-10-08  Eric Blake  <ebb9@byu.net>
22146
22147         GNUmakefile: add 'make version' target
22148         * top/GNUmakefile (_curr-ver): Split version update rules...
22149         (version): ...into a target.
22150
22151 2008-10-07  Bruno Haible  <bruno@clisp.org>
22152
22153         Use a more portable replacement expression for -0.0L.
22154         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
22155         instead of -0.0L. Fix m4 quotation.
22156
22157         * tests/test-signbit.c: Include <float.h>.
22158         (minus_zero): New variable.
22159         (test_signbitl): Use minus_zero instead of -zero.
22160         * modules/signbit-tests (Depends-on): Add float.
22161
22162         * tests/test-ceill.c: Include <float.h>.
22163         (zero): Remove variable.
22164         (minus_zero): New variable.
22165         (main): Use minus_zero instead of -zero.
22166         * modules/ceill-tests (Depends-on): Add float.
22167
22168         * tests/test-floorl.c: Include <float.h>.
22169         (zero): Remove variable.
22170         (minus_zero): New variable.
22171         (main): Use minus_zero instead of -zero.
22172         * modules/floorl-tests (Depends-on): Add float.
22173
22174         * tests/test-roundl.c: Include <float.h>.
22175         (zero): Remove variable.
22176         (minus_zero): New variable.
22177         (main): Use minus_zero instead of -zero.
22178         * modules/roundl-tests (Depends-on): Add float.
22179
22180         * tests/test-truncl.c: Include <float.h>.
22181         (zero): Remove variable.
22182         (minus_zero): New variable.
22183         (main): Use minus_zero instead of -zero.
22184         * modules/truncl-tests (Depends-on): Add float.
22185
22186         * tests/test-frexpl.c (zero): Remove variable.
22187         (minus_zero): New variable.
22188         (main): Use minus_zero instead of -zero.
22189         * modules/frexpl-tests (Depends-on): Add float.
22190
22191         * tests/test-isnan.c (zerol): Remove variable.
22192         (minus_zerol): New variable.
22193         (test_long_double): Use minus_zerol instead of -zerol.
22194         * modules/isnan-tests (Depends-on): Add float.
22195
22196         * tests/test-isnanl.h (zero): Remove variable.
22197         (minus_zero): New variable.
22198         (main): Use minus_zero instead of -zero.
22199         * modules/isnanl-nolibm-tests (Depends-on): Add float.
22200         * modules/isnanl-tests (Depends-on): Add float.
22201
22202         * tests/test-ldexpl.c (zero): Remove variable.
22203         (minus_zero): New variable.
22204         (main): Use minus_zero instead of -zero.
22205         * modules/ldexpl-tests (Depends-on): Add float.
22206
22207         * tests/test-snprintf-posix.h (zerol): Remove variable.
22208         (minus_zerol): New variable.
22209         (test_function): Use minus_zerol instead of -zerol.
22210         * modules/snprintf-posix-tests (Depends-on): Add float.
22211         * modules/vsnprintf-posix-tests (Depends-on): Add float.
22212
22213         * tests/test-sprintf-posix.h (zerol): Remove variable.
22214         (minus_zerol): New variable.
22215         (test_function): Use minus_zerol instead of -zerol.
22216         * modules/sprintf-posix-tests (Depends-on): Add float.
22217         * modules/vsprintf-posix-tests (Depends-on): Add float.
22218
22219         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
22220         (minus_zerol): New variable.
22221         (test_function): Use minus_zerol instead of -zerol.
22222         * modules/vasnprintf-posix-tests (Depends-on): Add float.
22223
22224         * tests/test-vasprintf-posix.c (zerol): Remove variable.
22225         (minus_zerol): New variable.
22226         (test_function): Use minus_zerol instead of -zerol.
22227         * modules/vasprintf-posix-tests (Depends-on): Add float.
22228
22229 2008-10-07  Simon Josefsson  <simon@josefsson.org>
22230
22231         * MODULES.html.sh (Support for building documentation): Mention
22232         pmccabe2html.  Sort entries.
22233
22234         Add pmccabe2html module, from gnupdf.
22235         * build-aux/pmccabe.css: New file.
22236         * build-aux/pmccabe2html: New file.
22237         * m4/pmccabe2html.m4: New file.
22238         * modules/pmccabe2html: New file.
22239
22240 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
22241
22242         flock: new module
22243         * MODULES.html.sh: Add to list of modules.
22244         * lib/flock.c: flock implementation for Windows and Unix systems
22245         which have fcntl.
22246         * doc/glibc-functions/flock.texi: Update documentation.
22247         * lib/sys_file.in.h: <sys/file.h> header file.
22248         * m4/flock.m4: M4 macros.
22249         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
22250         * modules/flock: flock module.
22251         * modules/flock-tests: flock tests module.
22252         * modules/sys_file: sys/file.h module.
22253         * tests/test-flock.c: test suite for flock.
22254
22255 2008-10-06  Jim Meyering  <meyering@redhat.com>
22256
22257         bootstrap: check for LT_INIT more portably still ;-)
22258         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
22259         Spotted by Bruno Haible.
22260
22261 2008-10-06  Eric Blake  <ebb9@byu.net>
22262
22263         test-signbit: avoid tripping Irix cc bug on -0.0L
22264         * tests/test-signbit.c (minus_zerol): Delete, and replace with
22265         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
22266         entire testsuite consistent and avoids an Irix 6.2 bug.
22267
22268 2008-10-05  Bruno Haible  <bruno@clisp.org>
22269             Jim Meyering  <jim@meyering.net>
22270
22271         Add an option for ignoring EPIPE during close_stdout.
22272         * lib/closeout.h: Include <stdbool.h>.
22273         (close_stdout_set_ignore_EPIPE): New declaration.
22274         * lib/closeout.c: Include <stdbool.h>.
22275         (ignore_EPIPE): New variable.
22276         (close_stdout_set_ignore_EPIPE): New function.
22277         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
22278         * lib/close-stream.c (close_stream): Mention the possible EPIPE
22279         failure.
22280         * modules/closeout (Depends-on): Add stdbool.
22281
22282 2008-10-05  Bruno Haible  <bruno@clisp.org>
22283
22284         * modules/accept: New file.
22285         * modules/bind: New file.
22286         * modules/connect: New file.
22287         * modules/getpeername: New file.
22288         * modules/getsockname: New file.
22289         * modules/getsockopt: New file.
22290         * modules/listen: New file.
22291         * modules/recv: New file.
22292         * modules/recvfrom: New file.
22293         * modules/send: New file.
22294         * modules/sendto: New file.
22295         * modules/setsockopt: New file.
22296         * modules/socket: New file.
22297         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
22298         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
22299         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
22300         the particular module is requested. Add a link warning when the
22301         particular module is not requested.
22302         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
22303         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
22304         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
22305         the particular module is requested.
22306         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
22307         gl_SYS_SOCKET_H_DEFAULTS): New macros.
22308         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
22309         * modules/sys_socket (Depends-on): Add link-warning.
22310         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
22311         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
22312         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
22313         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
22314         GL_LINK_WARNING.
22315         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
22316         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
22317         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
22318         * doc/posix-functions/getpeername.texi: Mention the new module
22319         'getpeername'.
22320         * doc/posix-functions/getsockname.texi: Mention the new module
22321         'getsockname'.
22322         * doc/posix-functions/getsockopt.texi: Mention the new module
22323         'getsockopt'.
22324         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
22325         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
22326         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
22327         * doc/posix-functions/send.texi: Mention the new module 'send'.
22328         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
22329         * doc/posix-functions/setsockopt.texi: Mention the new module
22330         'setsockopt'.
22331         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
22332         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
22333         listen, connect, accept.
22334         * modules/select-tests (Depends-on): Likewise.
22335
22336 2008-10-05  Bruno Haible  <bruno@clisp.org>
22337
22338         * lib/winsock.c (strerror): Remove unused #undef.
22339         (rpl_close): Remove unused local variable.
22340
22341         * modules/sys_socket (Depends-on); Add errno.
22342
22343 2008-10-05  Bruno Haible  <bruno@clisp.org>
22344
22345         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
22346         (select): Add a link warning when the 'select' module is not used.
22347         * modules/sys_select (Depends-on): Add link-warning.
22348         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
22349         Suggested by Paolo Bonzini.
22350
22351 2008-10-05  Jim Meyering  <meyering@redhat.com>
22352
22353         bootstrap: check for LT_INIT more portably
22354         * build-aux/bootstrap: Avoid using grep -E, since it's not
22355         portable enough.  Suggestion from Bruno Haible.
22356
22357 2008-10-05  Bruno Haible  <bruno@clisp.org>
22358
22359         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
22360         as being fixed by gnulib.
22361
22362 2008-10-05  Bruno Haible  <bruno@clisp.org>
22363
22364         * modules/select-tests: New file, mostly copied from
22365         modules/sys_select-tests.
22366         * tests/test-select.c: New file, mostly copied from
22367         tests/test-sys_select.c.
22368         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
22369         * modules/sys_select-tests (Depends-on): Remove all dependencies.
22370         (Makefile.am): Remove test_sys_select_LDADD.
22371
22372         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
22373         to an undefined symbol, for an error message.
22374         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
22375         (gl_SYS_SELECT_H_DEFAULTS): New macro.
22376         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
22377         winsock-select.c here.
22378         * modules/sys_select (Files): Remove lib/winsock-select.c.
22379         (Depends-on): Remove alloca.
22380         (Makefile.am): Substitute GNULIB_SELECT.
22381         * modules/select: New file.
22382         * doc/posix-functions/select.texi: Update.
22383
22384 2008-10-05  Bruno Haible  <bruno@clisp.org>
22385
22386         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
22387         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
22388         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
22389         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
22390         getdtablesize.
22391         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
22392         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
22393
22394 2008-10-05  Bruno Haible  <bruno@clisp.org>
22395
22396         * modules/getdtablesize-tests: New file.
22397         * tests/test-getdtablesize.c: New file.
22398
22399         New module 'getdtablesize'.
22400         * lib/unistd.in.h (getdtablesize): New declaration.
22401         * lib/getdtablesize.c: New file.
22402         * m4/getdtablesize.m4: New file.
22403         * modules/getdtablesize: New file.
22404         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
22405         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
22406         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
22407         HAVE_GETDTABLESIZE.
22408         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
22409
22410 2008-10-05  Bruno Haible  <bruno@clisp.org>
22411
22412         * modules/sched (Makefile.am): Fix typo.
22413         Reported by Simon Josefsson.
22414
22415 2008-10-05  Jim Meyering  <meyering@redhat.com>
22416
22417         bootstrap: check for LT_INIT, too
22418         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
22419         are deprecated.  Suggestion from Ralf Wildenhues.
22420
22421 2008-10-05  Bruno Haible  <bruno@clisp.org>
22422
22423         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
22424         overriding them by ours.
22425         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
22426
22427 2008-10-05  Jim Meyering  <meyering@redhat.com>
22428
22429         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
22430         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
22431         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
22432
22433 2008-10-04  Bruno Haible  <bruno@clisp.org>
22434
22435         * modules/dup2 (License): Change to LGPLv2+.
22436         * modules/sleep (License): Likewise.
22437         * modules/perror (License): Likewise.
22438         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
22439         Blake.
22440         * modules/signal (License): Likewise.
22441         * modules/sigprocmask (License): Likewise.
22442         * modules/raise (License): Change to LGPLv2+, with approval by Jim
22443         Meyering.
22444
22445 2008-10-04  Bruno Haible  <bruno@clisp.org>
22446
22447         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
22448         Reported by Rainer Tammer <tammer@tammer.net>.
22449
22450 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
22451             Bruno Haible  <bruno@clisp.org>
22452
22453         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
22454         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
22455         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
22456
22457 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
22458
22459         filevercmp: new module
22460         * lib/filevercmp.h: New function filevercmp comparing version strings.
22461         * lib/filevercmp.c: Implementation of filevercmp function.
22462         * modules/filevercmp: Module metadata.
22463         * tests/test-filevercmp.c: Unit test for new module.
22464         * modules/filevercmp-tests: Unit test metadata.
22465         * MODULES.html.sh: Add filevercmp module.
22466
22467 2008-10-03  Bruno Haible  <bruno@clisp.org>
22468
22469         * lib/c-ctype.h: Add comment.
22470         Reported by Jim Meyering.
22471
22472 2008-10-02  Bruno Haible  <bruno@clisp.org>
22473
22474         * modules/posix_spawn-internal (Depends-on): Add 'open'.
22475
22476 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
22477
22478         * build-aux/bootstrap: Allow renaming bootstrap, and change the
22479         name of bootstrap.conf accordingly.
22480
22481 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
22482
22483         * build-aux/bootstrap: Install git-merge-changelog configuration
22484         items into .gitconfig if needed.
22485
22486 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
22487
22488         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
22489         git repository, and initialize/update it accordingly.
22490
22491 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
22492
22493         * modules/fsync-tests: New file.
22494         * tests/test-fsync.c: New file.
22495
22496         New module 'fsync'.
22497         * lib/fsync.c: New file.
22498         * m4/fsync.m4: New file.
22499         * modules/fsync: New file.
22500         * lib/unistd.in.h (fsync): New declaration.
22501         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
22502         GNULIB_FSYNC and HAVE_FSYNC.
22503         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
22504         * MODULES.html.sh (posix_functions): Add fsync.
22505         * doc/posix-functions/fsync.texi: Mention the new module.
22506
22507 2008-10-02  Jim Meyering  <meyering@redhat.com>
22508
22509         fts.c: sync with similar code from coreutils' remove.c
22510         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
22511         Guard also with "#if defined __linux__", since for now at least,
22512         this code is Linux-kernel-specific.
22513
22514 2008-10-02  Jim Meyering  <meyering@redhat.com>
22515
22516         fts: bug fixes
22517         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
22518         Include <sys/vfs.h>, not <sys/statfs.h>.
22519
22520         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
22521         Include <sys/vfs.h>, not <sys/statfs.h>.
22522
22523 2008-10-01  Bruno Haible  <bruno@clisp.org>
22524
22525         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
22526         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
22527         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
22528         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
22529         * doc/posix-functions/posix_spawnp.texi: Likewise.
22530         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
22531         whether posix_spawn actually works.
22532         * m4/pipe.m4 (gl_PIPE): Likewise.
22533         * modules/execute (Files): Add m4/posix_spawn.m4.
22534         * modules/pipe (Files): Add m4/posix_spawn.m4.
22535         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
22536
22537 2008-10-01  Jim Meyering  <meyering@redhat.com>
22538
22539         remove trailing spaces
22540         * NEWS: Likewise.
22541         * lib/poll.c (poll): Likewise.
22542         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
22543         * lib/winsock.c (rpl_close): Likewise.
22544         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
22545         * modules/yield: Likewise.
22546         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
22547         * tests/test-sys_select.c (connect_to_socket): Likewise.
22548
22549         fts.c: adjust a new interface to be more generally useful
22550         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
22551         (fts_build): Adjust caller.
22552
22553 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22554
22555         * modules/cond-tests: New file.
22556         * tests/test-cond.c: New file.
22557
22558 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22559             Bruno Haible  <bruno@clisp.org>
22560
22561         * modules/cond (Dependencies): Add errno, time.
22562         * lib/glthread/cond.h: Include <time.h>.
22563         (gl_cond_define, gl_cond_define_initialized): Use the same definition
22564         across platforms.
22565
22566 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22567             Bruno Haible  <bruno@clisp.org>
22568
22569         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
22570
22571 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22572             Bruno Haible  <bruno@clisp.org>
22573
22574         * modules/tls-tests (Depends-on): Add thread, yield.
22575         (configure.ac): Remove all checks.
22576         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
22577         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
22578         gl_thread_self): Remove definitions. Include glthread/thread.h and
22579         glthread/yield.h instead.
22580         (test_tls): Pass an additional NULL argument to gl_thread_join.
22581
22582 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22583             Bruno Haible  <bruno@clisp.org>
22584
22585         * modules/lock-tests (Depends-on): Add thread, yield.
22586         (configure.ac): Remove all checks.
22587         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
22588         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
22589         gl_thread_self): Remove definitions. Include glthread/thread.h and
22590         glthread/yield.h instead.
22591         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
22592         additional NULL argument to gl_thread_join.
22593
22594 2008-09-30  Bruno Haible  <bruno@clisp.org>
22595
22596         Fix the Win32 implementation of the 'thread' module.
22597         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
22598         pointer type.
22599         (gl_thread_self): Invoke gl_thread_self_func.
22600         (gl_thread_self_func): New declaration.
22601         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
22602         (do_init_self_key, init_self_key): New functions.
22603         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
22604         Remove some fields.
22605         (running_threads, running_lock): Remove variables.
22606         (get_current_thread_handle): New function.
22607         (gl_thread_self_func, wrapper_func, glthread_create_func,
22608         glthread_join_func, gl_thread_exit_func): Largely rewritten and
22609         simplified.
22610
22611 2008-09-30  Bruno Haible  <bruno@clisp.org>
22612
22613         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
22614         files.
22615
22616 2008-09-30  Jim Meyering  <meyering@redhat.com>
22617
22618         fts.m4: correct the test for statfs.f_type
22619         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
22620         when checking for statfs.f_type.
22621
22622 2008-09-15  Simon Josefsson  <simon@josefsson.org>
22623
22624         tests: avoid some compiler warnings
22625         * tests/test-memchr.c (main): Pass NULL indirectly.
22626         * tests/test-getdate.c (main): Remove unused variable 'ret'.
22627
22628 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
22629
22630         getdate.y: disallow countable dayshifts like "4 yesterday ago"
22631         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
22632         exactly specified dayshifts.
22633         (dayshift): New rule.
22634         (rel): Add dayshift.
22635         (relative_time_table) [tomorrow, yesterday, today, now]:
22636         Use tDAY_SHIFT in place of tDAY_UNIT.
22637         * tests/test-getdate.c: Add tests for now-disallowed countable
22638         dayshifts, e.g., "4 yesterday ago".
22639
22640 2008-09-29  Bruno Haible  <bruno@clisp.org>
22641
22642         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
22643         * tests/test-posix_spawn1.in.sh: Renamed from
22644         tests/test-posix_spawn.in.sh.
22645         * tests/test-posix_spawn2.c: New file.
22646         * tests/test-posix_spawn2.in.sh: New file.
22647         * modules/posix_spawnp-tests (Files): Update.
22648         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
22649
22650 2008-09-29  Bruno Haible  <bruno@clisp.org>
22651
22652         Propagate effects of putenv/setenv/unsetenv to child processes.
22653         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
22654         * lib/pipe.c (create_pipe): Likewise.
22655
22656 2008-09-29  Bruno Haible  <bruno@clisp.org>
22657
22658         Enable use of shell scripts as executables in mingw.
22659         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
22660         run the program as a shell script.
22661         * lib/pipe.c (create_pipe): Likewise.
22662         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
22663         resulting array.
22664
22665 2008-09-29  Eric Blake  <ebb9@byu.net>
22666
22667         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
22668
22669 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
22670
22671         * doc/posix-functions/accept.texi: Update mingw problems.
22672         * doc/posix-functions/bind.texi: Update mingw problems.
22673         * doc/posix-functions/close.texi: Update mingw problems.
22674         * doc/posix-functions/connect.texi: Update mingw problems.
22675         * doc/posix-functions/getpeername.texi: Update mingw problems.
22676         * doc/posix-functions/getsockname.texi: Update mingw problems.
22677         * doc/posix-functions/getsockopt.texi: Update mingw problems.
22678         * doc/posix-functions/ioctl.texi: Update mingw problems.
22679         * doc/posix-functions/listen.texi: Update mingw problems.
22680         * doc/posix-functions/recv.texi: Update mingw problems.
22681         * doc/posix-functions/recvfrom.texi: Update mingw problems.
22682         * doc/posix-functions/select.texi: Update mingw problems.
22683         * doc/posix-functions/send.texi: Update mingw problems.
22684         * doc/posix-functions/sendto.texi: Update mingw problems.
22685         * doc/posix-functions/setsockopt.texi: Update mingw problems.
22686         * doc/posix-functions/socket.texi: Update mingw problems.
22687
22688 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
22689             Bruno Haible  <bruno@clisp.org>
22690
22691         * lib/sys_select.in.h: Include sys/time.h.
22692         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
22693         * modules/sys_select: Depend on sys_time.
22694         * tests/test-sys_select.c: Test that sys/select.h defines struct
22695         timeval fully.
22696
22697 2008-09-29  Bruno Haible  <bruno@clisp.org>
22698
22699         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
22700         * lib/sys_select.in.h: Likewise.
22701
22702 2008-09-29  Bruno Haible  <bruno@clisp.org>
22703
22704         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
22705
22706 2008-09-29  Bruno Haible  <bruno@clisp.org>
22707
22708         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
22709         Set LIBSOCKET instead of augmenting LIBS.
22710         * modules/sockets (Link): New section.
22711         * modules/sockets-tests (test_sockets_LDADD): New variable.
22712         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
22713         * modules/poll-tests (test_poll_LDADD): New variable.
22714         * NEWS: Document the change.
22715
22716 2008-09-29  Bruno Haible  <bruno@clisp.org>
22717
22718         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
22719         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
22720         ARPA_INET_H directly.
22721         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
22722
22723 2008-09-28  Bruno Haible  <bruno@clisp.org>
22724
22725         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
22726         from gl_HEADER_SYS_SOCKET.
22727         (gl_HEADER_SYS_SOCKET): Invoke it.
22728         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
22729
22730 2008-09-28  Bruno Haible  <bruno@clisp.org>
22731
22732         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
22733         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
22734         Needed on OSF/1 4.0.
22735
22736 2008-09-28  Bruno Haible  <bruno@clisp.org>
22737
22738         Override open more carefully.
22739         * lib/open.c (orig_open): New function.
22740         (rpl_open): Use orig_open instead of open.
22741         * lib/fcntl.in.h: Add special invocation convention.
22742         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
22743         (gl_FUNC_OPEN): Invoke it.
22744
22745         Override freopen more carefully.
22746         * lib/freopen.c (orig_freopen): New function.
22747         (rpl_freopen): Use orig_freopen instead of freopen.
22748         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
22749         (gl_FUNC_FREOPEN): Invoke it.
22750
22751         Override fopen more carefully.
22752         * lib/fopen.c (orig_fopen): New function.
22753         (rpl_fopen): Use orig_fopen instead of fopen.
22754         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
22755         (gl_FUNC_FOPEN): Invoke it.
22756         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
22757
22758 2008-09-28  Bruno Haible  <bruno@clisp.org>
22759
22760         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
22761         SIGPIPE.
22762
22763 2008-09-28  Bruno Haible  <bruno@clisp.org>
22764
22765         * tests/test-sigaction.c (handler, main): Disable the check whether
22766         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
22767         glibc systems with LinuxThreads.
22768
22769 2008-09-28  Bruno Haible  <bruno@clisp.org>
22770
22771         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
22772
22773         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
22774         with AIX xlc.
22775         * lib/fcntl.in.h (open): Likewise.
22776         Reported by Rainer Tammer <tammer@tammer.net>.
22777
22778 2008-09-28  Bruno Haible  <bruno@clisp.org>
22779
22780         * modules/posix_spawnp-tests: New file.
22781         * tests/test-posix_spawn.c: New file.
22782         * tests/test-posix_spawn.in.sh: New file.
22783
22784         New module 'posix_spawnp'.
22785         * modules/posix_spawnp: New file.
22786         * lib/spawnp.c: New file, from GNU libc with modifications.
22787         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
22788
22789         New module 'posix_spawn'.
22790         * modules/posix_spawn: New file.
22791         * lib/spawn.c: New file, from GNU libc with modifications.
22792         * doc/posix-functions/posix_spawn.texi: Mention the new module.
22793
22794         New module 'posix_spawnattr_destroy'.
22795         * modules/posix_spawnattr_destroy: New file.
22796         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
22797         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
22798         module.
22799
22800         New module 'posix_spawnattr_setsigmask'.
22801         * modules/posix_spawnattr_setsigmask: New file.
22802         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
22803         modifications.
22804         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
22805         new module.
22806
22807         New module 'posix_spawnattr_getsigmask'.
22808         * modules/posix_spawnattr_getsigmask: New file.
22809         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
22810         modifications.
22811         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
22812         new module.
22813
22814         New module 'posix_spawnattr_setsigdefault'.
22815         * modules/posix_spawnattr_setsigdefault: New file.
22816         * lib/spawnattr_setdefault.c: New file, from GNU libc with
22817         modifications.
22818         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
22819         new module.
22820
22821         New module 'posix_spawnattr_getsigdefault'.
22822         * modules/posix_spawnattr_getsigdefault: New file.
22823         * lib/spawnattr_getdefault.c: New file, from GNU libc with
22824         modifications.
22825         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
22826         new module.
22827
22828         New module 'posix_spawnattr_setschedpolicy'.
22829         * modules/posix_spawnattr_setschedpolicy: New file.
22830         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
22831         modifications.
22832         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
22833         new module.
22834
22835         New module 'posix_spawnattr_getschedpolicy'.
22836         * modules/posix_spawnattr_getschedpolicy: New file.
22837         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
22838         modifications.
22839         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
22840         new module.
22841
22842         New module 'posix_spawnattr_setschedparam'.
22843         * modules/posix_spawnattr_setschedparam: New file.
22844         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
22845         modifications.
22846         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
22847         new module.
22848
22849         New module 'posix_spawnattr_getschedparam'.
22850         * modules/posix_spawnattr_getschedparam: New file.
22851         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
22852         modifications.
22853         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
22854         new module.
22855
22856         New module 'posix_spawnattr_setpgroup'.
22857         * modules/posix_spawnattr_setpgroup: New file.
22858         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
22859         modifications.
22860         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
22861         module.
22862
22863         New module 'posix_spawnattr_getpgroup'.
22864         * modules/posix_spawnattr_getpgroup: New file.
22865         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
22866         modifications.
22867         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
22868         module.
22869
22870         New module 'posix_spawnattr_setflags'.
22871         * modules/posix_spawnattr_setflags: New file.
22872         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
22873         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
22874         module.
22875
22876         New module 'posix_spawnattr_getflags'.
22877         * modules/posix_spawnattr_getflags: New file.
22878         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
22879         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
22880         module.
22881
22882         New module 'posix_spawnattr_init'.
22883         * modules/posix_spawnattr_init: New file.
22884         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
22885         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
22886         module.
22887
22888         New module 'posix_spawn_file_actions_destroy'.
22889         * modules/posix_spawn_file_actions_destroy: New file.
22890         * lib/spawn_faction_destroy.c: New file, from GNU libc with
22891         modifications.
22892         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
22893         the new module.
22894
22895         New module 'posix_spawn_file_actions_addopen'.
22896         * modules/posix_spawn_file_actions_addopen: New file.
22897         * lib/spawn_faction_addopen.c: New file, from GNU libc with
22898         modifications.
22899         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
22900         the new module.
22901
22902         New module 'posix_spawn_file_actions_adddup2'.
22903         * modules/posix_spawn_file_actions_adddup2: New file.
22904         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
22905         modifications.
22906         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
22907         the new module.
22908
22909         New module 'posix_spawn_file_actions_addclose'.
22910         * modules/posix_spawn_file_actions_addclose: New file.
22911         * lib/spawn_faction_addclose.c: New file, from GNU libc with
22912         modifications.
22913         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
22914         the new module.
22915
22916         New module 'posix_spawn_file_actions_init'.
22917         * modules/posix_spawn_file_actions_init: New file.
22918         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
22919         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
22920         new module.
22921
22922         New module 'posix_spawn-internal'.
22923         * modules/posix_spawn-internal: New file.
22924         * lib/spawn_int.h: New file, from GNU libc with modifications.
22925         * lib/spawni.c: New file, from GNU libc with modifications.
22926         * m4/posix_spawn.m4: New file.
22927
22928         New module 'spawn'.
22929         * modules/spawn: New file.
22930         * lib/spawn.in.h: New file, from GNU libc with modifications.
22931         * m4/spawn_h.m4: New file.
22932         * doc/posix-headers/spawn.texi: Mention the new module.
22933
22934 2008-09-28  Bruno Haible  <bruno@clisp.org>
22935
22936         * modules/sched-tests: New file.
22937         * tests/test-sched.c: New file.
22938
22939         New module 'sched'.
22940         * modules/sched: New file.
22941         * lib/sched.in.h: New file.
22942         * m4/sched_h.m4: New file.
22943         * doc/posix-headers/sched.texi: Mention the new module.
22944
22945 2008-09-27  Eric Blake  <ebb9@byu.net>
22946
22947         Fix previous patch, and tweak references to $0.
22948         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
22949         (func_version, func_gnulib_dir): Don't call this program
22950         gnulib-tool.
22951         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
22952         with using $0 in function.
22953         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
22954         (func_fatal_error): Reuse the name the user invoked us with.
22955
22956 2008-09-27  Bruno Haible  <bruno@clisp.org>
22957
22958         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
22959         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
22960         (gl_ICONV_H): Not here.
22961         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
22962         instead of assigning ICONV_H directly.
22963
22964         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
22965         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
22966         WCHAR_H directly.
22967
22968 2008-09-27  Bruno Haible  <bruno@clisp.org>
22969
22970         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
22971         * modules/arpa_inet (Depends-on): Add link-warning.
22972         (Makefile.am): Insert the definition of GL_LINK-WARNING.
22973         * modules/unistd (Makefile.am): Likewise.
22974
22975 2008-09-26  Bruno Haible  <bruno@clisp.org>
22976
22977         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
22978         variables.
22979         (func_version): Essentially copied from gnulib-tool.
22980         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
22981         func_readlink): Copied from gnulib-tool.
22982
22983 2008-09-26  Bruno Haible  <bruno@clisp.org>
22984
22985         * gnulib-tool (func_version): Change directory to $gnulib_dir before
22986         invoking git-version-gen.
22987
22988 2008-09-26  Bruno Haible  <bruno@clisp.org>
22989
22990         * posix-modules: Update to directory names changed on 2008-01-19.
22991         Remove commas in output before splitting into words. No more need to
22992         avoid 'ftruncate' since 2007-02-19.
22993
22994 2008-09-26  Bruno Haible  <bruno@clisp.org>
22995
22996         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
22997
22998 2008-09-26  Bruno Haible  <bruno@clisp.org>
22999
23000         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
23001         * modules/fwriteerror (Depends-on): Add errno.
23002
23003 2008-09-26  Bruno Haible  <bruno@clisp.org>
23004
23005         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
23006         * tests/test-vc-list-files-cvs.sh: Likewise.
23007
23008 2008-09-26  Bruno Haible  <bruno@clisp.org>
23009
23010         * doc/posix-headers/sys_resource.texi: Reorder items.
23011
23012 2008-09-26  Jim Meyering  <meyering@redhat.com>
23013
23014         fts: tweak inode comparison function
23015         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
23016         inode numbers, as documented.
23017
23018         fts: sort dirent entries on inode number before traversing
23019         This avoids a quadratic, seek-related performance penalty when
23020         operating on a directory containing many entries (measurable at 10k;
23021         3.5 hours at 2 million entries with a cold cache) on certain types
23022         of file systems, including ext3 and ext4, but not tmpfs.
23023         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
23024         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
23025         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
23026         (fs_handles_readdir_ordered_dirents_efficiently): New function.
23027         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
23028         (fts_build): Set the stat.st_ino member from D_INO.
23029         If it is likely to be useful, sort dirent entries on inode number.
23030
23031         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
23032         and the struct statfs.f_type member.
23033         * modules/fts (Depends-on): Add d-ino.
23034
23035 2008-09-26  Bruno Haible  <bruno@clisp.org>
23036
23037         * modules/sigpipe-die (Depends-on): Add sigpipe.
23038
23039         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
23040         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
23041         and GNULIB_STDIO_H_SIGPIPE are set.
23042         * lib/stdio-write.c: New file.
23043         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
23044         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
23045         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
23046         REPLACE_STDIO_WRITE_FUNCS.
23047         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
23048         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
23049         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
23050         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
23051         * modules/stdio (Files): Add lib/stdio-write.c.
23052         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
23053         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
23054         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
23055         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
23056         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
23057         REPLACE_FPRINTF_POSIX.
23058         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
23059         REPLACE_PRINTF_POSIX.
23060         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
23061         REPLACE_VFPRINTF_POSIX.
23062         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
23063         REPLACE_VPRINTF_POSIX.
23064         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
23065         SIGPIPE issue.
23066         * doc/posix-functions/fputc.texi: Likewise.
23067         * doc/posix-functions/fputs.texi: Likewise.
23068         * doc/posix-functions/fwrite.texi: Likewise.
23069         * doc/posix-functions/printf.texi: Likewise.
23070         * doc/posix-functions/putc.texi: Likewise.
23071         * doc/posix-functions/putchar.texi: Likewise.
23072         * doc/posix-functions/puts.texi: Likewise.
23073         * doc/posix-functions/vfprintf.texi: Likewise.
23074         * doc/posix-functions/vprintf.texi: Likewise.
23075
23076         * modules/safe-write (Depends-on): Add write.
23077
23078         * modules/sigpipe-tests: New file.
23079         * tests/test-sigpipe.c: New file.
23080         * tests/test-sigpipe.sh: New file.
23081
23082         * modules/write: New file.
23083         * lib/unistd.in.h: Include <sys/types.h>.
23084         (write): New declaration.
23085         * lib/write.c: New file.
23086         * m4/write.m4: New file.
23087         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
23088         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
23089         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
23090         GNULIB_WRITE, REPLACE_WRITE.
23091         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
23092         and the SIGPIPE issue.
23093
23094         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
23095         (raise): New declaration.
23096         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
23097         (ext_signal): New function.
23098         (rpl_raise): New function.
23099         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
23100         GNULIB_SIGNAL_H_SIGPIPE.
23101         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
23102         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
23103
23104         * modules/sigpipe: New file.
23105         * m4/sigpipe.m4: New file.
23106
23107 2008-09-25  Derek Price  <derek@ximbiot.com>
23108             Bruno Haible  <bruno@clisp.org>
23109
23110         * gnulib-tool (func_import): Report all license incompatibilities, not
23111         just the first one.
23112
23113 2008-09-25  Bruno Haible  <bruno@clisp.org>
23114
23115         * gnulib-tool (func_import): When computing the edits, consider not
23116         only the Makefile.ams that exist but also those that will be generated.
23117
23118 2008-09-25  Simon Josefsson  <simon@josefsson.org>
23119
23120         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
23121         fixes gnulib-tool --test warning about duplicate dependency.
23122
23123 2008-09-25  Bruno Haible  <bruno@clisp.org>
23124
23125         * gnulib-tool: Don't ask the user to perform edits in the generated
23126         Makefile.ams.
23127         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
23128         apply to the Makefile.am being generated.
23129         (func_emit_tests_Makefile_am): Execute edits that apply to the
23130         Makefile.am being generated.
23131         (func_import): Setup list of Makefile.am edits before emitting the
23132         Makefile.ams, not at the end.
23133         (func_create_testdir): Update.
23134         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
23135
23136 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23137
23138         * gnulib-tool (func_import): Store the --tests-base option in the
23139         comment in gnulib-cache.m4.
23140
23141 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
23142
23143         * NEWS: Document increased portability that sys_select now provides.
23144
23145         * lib/sys_select.in.h: Install select wrapper.
23146         * lib/sys_socket.in.h: Use more descriptive name when there is no
23147         select wrapper.
23148         * lib/winsock-select.c: New.
23149         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
23150         Require gl_HEADER_SYS_SOCKET.
23151         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
23152         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
23153         * tests/test-sys_select.c: Add functional tests.
23154
23155 2008-09-24  Eric Blake  <ebb9@byu.net>
23156
23157         open, fopen: close fd leak in last patch
23158         * lib/open.c (rpl_open): Close fd before returning error.
23159         * lib/fopen.c (rpl_fopen): Close fd before returning error.
23160         * doc/posix-functions/open.texi (open): Document that Irix also
23161         has the bug.
23162         * doc/posix-functions/fopen.texi (fopen): Likewise.
23163         Reported by Paolo Bonzini.
23164
23165 2008-09-24  Bruno Haible  <bruno@clisp.org>
23166
23167         Ensure that a filename ending in a slash cannot be used to access a
23168         non-directory.
23169         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
23170         to check whether it's really a directory.
23171         * lib/fopen.c: Include fcntl.h, unistd.h.
23172         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
23173         and fdopen().
23174         * modules/fopen (Depends-on): Add unistd.
23175         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
23176         * tests/test-fopen.c (main): Likewise.
23177         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
23178         * doc/posix-functions/fopen.texi: Likewise.
23179         Reported by Eric Blake.
23180
23181 2008-09-23  Eric Blake  <ebb9@byu.net>
23182
23183         c-stack: avoid compiler optimizations when provoking overflow
23184         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
23185         recursion harder to optimize, to ensure a stack overflow occurs.
23186         * tests/test-c-stack.c (recurse): Likewise.
23187         Borrowed from libsigsegv.
23188
23189         c-stack: work around Irix sigaltstack bug
23190         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
23191         whether sigaltstack uses wrong end of stack_t (copied in part from
23192         libsigsegv).
23193         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
23194         Irix bug, without requiring an over-allocation.
23195         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
23196         bug.
23197
23198         fopen: document mingw bug on directories
23199         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
23200         not allowing a stream visiting a directory, even though reading
23201         from such a stream is not portable.
23202
23203 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
23204
23205         * lib/poll.c: Rewrite.
23206         * modules/poll: Depend on alloca.
23207
23208 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
23209
23210         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
23211         instead define prototypes for a full set of wrappers.  Ensure
23212         that Cygwin does not use the compatibility code, which is only
23213         for MinGW.
23214         * lib/winsock.c: New.
23215         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
23216         * modules/sys_socket: Add lib/winsock.c.
23217
23218         * modules/poll-tests: Add errno and perror.
23219         * tests/test-poll.c: Use ioctl, not ioctlsocket.
23220
23221 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
23222
23223         * tests/test-poll.c: Downgrade minimum needed Winsock version.
23224
23225 2008-09-23  Bruno Haible  <bruno@clisp.org>
23226
23227         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
23228         * doc/glibc-functions/*: Likewise.
23229
23230 2008-09-23  Simon Josefsson  <simon@josefsson.org>
23231
23232         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
23233         success.
23234
23235 2008-09-22  Eric Blake  <ebb9@byu.net>
23236             Bruno Haible  <bruno@clisp.org>
23237
23238         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
23239         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
23240         supply %A but mishandle pseudo-NaN.
23241         Reported by Simon Josefsson.
23242
23243 2008-09-21  Bruno Haible  <bruno@clisp.org>
23244
23245         * tests/test-lock.c (main): Tweak skip message.
23246         * tests/test-tls.c (main): Likewise.
23247
23248 2008-09-21  Bruno Haible  <bruno@clisp.org>
23249
23250         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
23251         whether 'struct sigaction' has sa_sigaction here...
23252         (gl_PREREQ_SIG_HANDLER_H): ... not here.
23253         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
23254
23255 2008-09-21  Bruno Haible  <bruno@clisp.org>
23256
23257         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
23258         section.
23259         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
23260         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
23261         the new section.
23262         (Support for obsolete systems lacking POSIX:2001): New section.
23263         (String handling <string.h>): Move strdup to the new section.
23264         Suggested by Simon Josefsson and Paolo Bonzini.
23265
23266 2008-09-21  Bruno Haible  <bruno@clisp.org>
23267
23268         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
23269         exponents in %e and %g results on 'long double'. Needed for mingw's
23270         improved *printf functions.
23271         * tests/test-vasprintf-posix.c (test_function): Likewise.
23272         * tests/test-snprintf-posix.h (test_function): Likewise.
23273         * tests/test-sprintf-posix.h (test_function): Likewise.
23274         Reported by Eric Blake.
23275
23276 2008-09-21  Bruno Haible  <bruno@clisp.org>
23277
23278         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
23279         * tests/test-sprintf-posix.h (test_function): Likewise.
23280
23281 2008-09-21  Bruno Haible  <bruno@clisp.org>
23282
23283         * modules/getpass (Depends-on): Add strdup-posix.
23284
23285         New module 'strdup-posix'.
23286         * modules/strdup-posix: New file.
23287         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
23288         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
23289         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
23290         REPLACE_STRDUP.
23291         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
23292         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
23293         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23294         strdup-posix.
23295
23296         * modules/strdup (Depends-on): Remove malloc-posix.
23297
23298 2008-09-20  Bruno Haible  <bruno@clisp.org>
23299
23300         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
23301         Wildenhues.
23302
23303 2008-09-20  Bruno Haible  <bruno@clisp.org>
23304
23305         Ensure that wint_t gets defined on IRIX 5.3.
23306         * lib/wchar.in.h (wint_t): Define if not defined by the system.
23307         * lib/wctype.in.h (wint_t): Likewise.
23308         (__wctype_wint_t): Remove type.
23309         (isw*): Use wint_t instead of __wctype_wint_t.
23310         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
23311         * modules/wchar (Files): Add m4/wint_t.m4.
23312         (Makefile.am): Substitute HAVE_WINT_T.
23313         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
23314         * tests/test-wctype.c: Check that wint_t is defined.
23315         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
23316         * doc/posix-headers/wctype.texi: Likewise.
23317         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
23318
23319 2008-09-18  Bruno Haible  <bruno@clisp.org>
23320
23321         * gnulib-tool (func_exit): Update comment.
23322
23323 2008-09-18  Simon Josefsson  <simon@josefsson.org>
23324
23325         * modules/getaddrinfo (Depends-on): Remove strdup, this module
23326         assumes strdup exists and does not depend on strdup to return
23327         ENOMEM on out of memory conditions.
23328
23329 2008-09-18  Bruno Haible  <bruno@clisp.org>
23330
23331         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
23332         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
23333         digits for the exponent.
23334
23335 2008-09-18  Jim Meyering  <meyering@redhat.com>
23336             Bruno Haible  <bruno@clisp.org>
23337
23338         * lib/vasnprintf.c (decimal_point_char): Define also if
23339         NEED_PRINTF_INFINITE_LONG_DOUBLE.
23340
23341 2008-09-16  Bruno Haible  <bruno@clisp.org>
23342         and Eric Blake  <ebb9@byu.net>
23343
23344         vasnprintf: support Irix 5.3
23345         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
23346         that mishandle long double infinity.
23347         Reported by Tom G. Christensen.
23348
23349 2008-09-16  Bruno Haible  <bruno@clisp.org>
23350
23351         * doc/glibc-functions/scandir.texi: Mention the function is missing on
23352         Solaris 9.
23353         * doc/glibc-functions/alphasort.texi: Likewise.
23354         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
23355
23356 2008-09-16  Jim Meyering  <meyering@redhat.com>
23357
23358         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
23359         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
23360         a umask modification leak out of a subshell.  Otherwise, the
23361         opensolaris /bin/sh would be accepted and thus cause unwarranted
23362         failures in the coreutils test suite.
23363
23364 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
23365
23366         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
23367         to succeed.
23368
23369 2008-09-16  Jim Meyering  <meyering@redhat.com>
23370
23371         avoid spurious test failure when library is built without ACL support
23372         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
23373         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
23374         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
23375         * tests/test-copy-acl.sh: Likewise.
23376
23377 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23378
23379         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
23380         based on character occurrence counts.
23381
23382 2008-09-15  Eric Blake  <ebb9@byu.net>
23383
23384         tests: avoid some compiler warnings
23385         * tests/test-memchr.c (main): Pass NULL indirectly.
23386         * tests/test-closein.c (main): Avoid unused variable.
23387
23388 2008-09-15  Bruno Haible  <bruno@clisp.org>
23389
23390         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
23391         are missing on OpenBSD 4.0 individually.
23392         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
23393
23394 2008-09-15  Bruno Haible  <bruno@clisp.org>
23395
23396         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
23397         * doc/posix-functions/strerror.texi: Mention also Cygwin.
23398         * doc/posix-functions/perror.texi: Likewise.
23399         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
23400         is missing.
23401         Reported by Eric Blake.
23402
23403         * lib/errno.in.h: Use replacement values >= 2000.
23404         Reported by Eric Blake.
23405
23406 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23407
23408         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
23409         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
23410         limit.
23411         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
23412         compareseq was aborted.
23413
23414 2008-09-14  Bruno Haible  <bruno@clisp.org>
23415
23416         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
23417         yvec_edit_count.
23418         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
23419         (fstrcmp_bounded): Simplify result computation accordingly.
23420
23421 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23422
23423         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
23424         (fstrcmp): Define in terms of fstrcmp_bounded.
23425         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
23426         lower_bound argument.
23427         Return quickly if the result is certainly < lower_bound.
23428         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
23429
23430 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23431
23432         * lib/diffseq.h (EARLY_ABORT): New macro.
23433         (compareseq): Change return type to bool. Return true when EARLY_ABORT
23434         evaluates to true.
23435
23436 2008-09-14  Bruno Haible  <bruno@clisp.org>
23437
23438         * modules/perror-tests: New file.
23439         * tests/test-perror.sh: New file.
23440         * tests/test-perror.c: New file.
23441
23442         New module 'perror'.
23443         * lib/stdio.in.h (perror): New declaration.
23444         * lib/perror.c: New file.
23445         * m4/perror.m4: New file.
23446         * modules/perror: New file.
23447         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
23448         * doc/posix-functions/perror.texi: Mention the perror module.
23449         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
23450         REPLACE_PERROR.
23451         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
23452         REPLACE_PERROR.
23453
23454 2008-09-14  Bruno Haible  <bruno@clisp.org>
23455
23456         * modules/stdio (Makefile.am): Reorder to match the order in
23457         lib/stdio.in.h.
23458         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
23459
23460 2008-09-13  Bruno Haible  <bruno@clisp.org>
23461
23462         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
23463
23464 2008-09-13  Bruno Haible  <bruno@clisp.org>
23465
23466         Extend strerror to cover the added errno values.
23467         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
23468         (rpl_strerror): Provide error messages for the added errno values and
23469         for the WSA* values.
23470         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
23471         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
23472         strerror.
23473         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
23474         * modules/strerror (Depends-on): Add errno.
23475         * doc/posix-functions/strerror.texi: Document the change.
23476         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
23477         and EOVERFLOW.
23478
23479 2008-09-13  Bruno Haible  <bruno@clisp.org>
23480
23481         * modules/EOVERFLOW: Remove file.
23482         * m4/eoverflow.m4: Remove file.
23483         * modules/EOVERFLOW-tests: Remove file.
23484         * tests/test-EOVERFLOW.c: Remove file.
23485         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
23486         * modules/ftell (Depends-on): Likewise.
23487         * modules/getdelim (Depends-on): Likewise.
23488         * modules/getugroups (Depends-on): Likewise.
23489         * modules/poll (Depends-on): Likewise.
23490         * modules/snprintf (Depends-on): Likewise.
23491         * modules/sprintf-posix (Depends-on): Likewise.
23492         * modules/vasnprintf (Depends-on): Likewise.
23493         * modules/vasprintf (Depends-on): Likewise.
23494         * modules/vfprintf-posix (Depends-on): Likewise.
23495         * modules/vsnprintf (Depends-on): Likewise.
23496         * modules/vsprintf-posix (Depends-on): Likewise.
23497         * modules/xvasprintf (Depends-on): Likewise.
23498         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
23499         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
23500         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
23501         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
23502         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
23503         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
23504         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
23505         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
23506         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
23507         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
23508         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
23509         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
23510         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
23511         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
23512         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
23513         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
23514         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
23515         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
23516         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
23517         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
23518         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
23519         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
23520         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
23521         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
23522         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
23523         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
23524         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
23525         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
23526         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
23527         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
23528         * MODULES.html.sh: Remove EOVERFLOW.
23529         * NEWS: Mention the change.
23530
23531 2008-09-13  Bruno Haible  <bruno@clisp.org>
23532
23533         * modules/errno-tests: New file.
23534         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
23535
23536         * lib/errno.in.h: New file.
23537         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
23538         * modules/errno: New file.
23539         * doc/posix-headers/errno.texi: Update documentation.
23540         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
23541
23542 2008-09-13  Bruno Haible  <bruno@clisp.org>
23543
23544         * tests/test-poll.c: Use #if for native Windows, rather than testing
23545         __MSVCRT__.
23546
23547 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23548             Bruno Haible  <bruno@clisp.org>
23549
23550         * lib/glob.c: Don't include <pwd.h> on native Windows.
23551         (WINDOWS32): New macro.
23552         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
23553
23554 2008-09-13  Bruno Haible  <bruno@clisp.org>
23555
23556         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
23557         (ETIMEDOUT): Remove macro.
23558         (glthread_cond_timedwait_multithreaded): New declaration.
23559         (glthread_cond_timedwait): Use it.
23560         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
23561         (glthread_cond_timedwait_multithreaded): New function.
23562
23563 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
23564
23565         * modules/poll-tests: Do not check for io.h.
23566         * tests/test-poll.c: Check for __MSVCRT__ instead.
23567
23568 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
23569
23570         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
23571         * modules/poll-tests: Add inet_pton, stdbool, sockets.
23572         * tests/test-poll.c: Use them.  Use _pipe on Windows.
23573
23574 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
23575
23576         * modules/poll-tests: New.
23577         * tests/test-poll.c: New.
23578
23579 2008-09-12  Eric Blake  <ebb9@byu.net>
23580
23581         frexp: test for NetBSD failure on -0.0
23582         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
23583         not all, bugs from NetBSD 3.0 have been fixed.
23584         * doc/posix-functions/frexp.texi (frexp): Document bug.
23585         Reported by Thomas Klausner.
23586
23587         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
23588         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
23589         literal -0.0.
23590         Reported by Jonathan C. Patschke <jp@centtech.com>.
23591
23592 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23593
23594         * lib/glthread/cond.h: Use dummy implementation also if
23595         USE_WIN32_THREADS.
23596
23597 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23598
23599         * modules/fnmatch-posix (License): Change to LGPLv2+.
23600         * modules/fnmatch-gnu (License): Likewise.
23601
23602 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23603
23604         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
23605
23606 2008-09-11  Jim Meyering  <meyering@redhat.com>
23607
23608         * users.txt: Add gtk-vnc.
23609
23610 2008-09-08  Simon Josefsson  <simon@josefsson.org>
23611
23612         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
23613         rotate amounts.
23614
23615         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
23616         required for 16-bit and 8-bit rotates.
23617         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
23618         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
23619         UINT8_MAX instead of hard-coded constants.
23620         Suggested by Paul Eggert.
23621
23622 2008-09-07  Bruno Haible  <bruno@clisp.org>
23623
23624         * tests/test-striconveh.c (main): Check behaviour when converting from
23625         UTF-7.
23626
23627         Make striconveh work better with stateful encodings.
23628         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
23629         that iconv does not increment the inptr when returning -1/EINVAL.
23630
23631 2008-09-07  Bruno Haible  <bruno@clisp.org>
23632
23633         * build-aux/config.rpath: Update according to libtool-2.2.6.
23634         * build-aux/config.libpath: Likewise.
23635
23636 2008-09-06  Bruno Haible  <bruno@clisp.org>
23637
23638         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
23639         * lib/freadptr.c (freadptr): Likewise.
23640         * lib/freadseek.c (freadptrinc): Likewise.
23641         Reported by Simon Josefsson.
23642
23643 2008-09-06  Bruno Haible  <bruno@clisp.org>
23644
23645         * modules/freadptr (License): Change to LGPLv2+.
23646         * modules/freadseek (License): Likewise.
23647         Suggested by Eric Blake.
23648
23649         * modules/memchr2 (License): Change to LGPLv2+.
23650         Approved by Eric Blake.
23651
23652 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23653             Bruno Haible  <bruno@clisp.org>
23654
23655         Make gnulib-tool work with native 'sed' on AIX.
23656         * gnulib-tool (sed_noop): New variable.
23657         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
23658         func_add_or_update, func_create_testdir): Use it to initialize sed
23659         script variables.
23660         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
23661
23662 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
23663             Bruno Haible  <bruno@clisp.org>
23664
23665         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
23666         also works after #include directives.
23667
23668 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
23669
23670         getdate.y: reject an out-of-range timezone value
23671         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
23672         the range [-24...+24].  When specified with only one or two digits,
23673         * tests/test-getdate.c: Tests for the fix.
23674         * doc/getdate.texi: Document this change.
23675
23676 2008-09-03  Bruno Haible  <bruno@clisp.org>
23677
23678         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
23679
23680 2008-09-02  Simon Josefsson  <simon@josefsson.org>
23681
23682         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
23683         <bruce.korb@gmail.com> with ideas from Ben Pfaff
23684         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
23685         Blake <ebb9@byu.net>.
23686
23687         * tests/test-bitrotate.c: Add more test vectors.
23688
23689 2008-09-02  Eric Blake  <ebb9@byu.net>
23690
23691         vasnprintf-posix: handle large precision via %.*d
23692         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
23693         when handling it ourselves.
23694         * tests/test-vasnprintf-posix.c (test_function): Add test.
23695         * tests/test-snprintf-posix.h (test_function): Likewise.
23696         * tests/test-sprintf-posix.h (test_function): Likewise.
23697         * tests/test-vasprintf-posix.c (test_function): Likewise.
23698         Reported by Alain Guibert.
23699
23700 2008-09-01  Eric Blake  <ebb9@byu.net>
23701
23702         c-stack: make configure-time check more robust
23703         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
23704         successful sigaction call.
23705         Reported by Tom G. Christensen.
23706
23707 2008-09-01  Bruno Haible  <bruno@clisp.org>
23708
23709         New module 'findprog-lgpl'.
23710         * modules/findprog-lgpl: New file.
23711         * lib/findprog-lgpl.c: New file.
23712         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
23713         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
23714         to decide whether to use strdup or xstrdup, concatenated_filename or
23715         xconcatenated_filename.
23716
23717 2008-09-01  Bruno Haible  <bruno@clisp.org>
23718
23719         Split module 'concat-filename' into 'concat-filename' (LGPL) and
23720         'xconcat-filename' (GPL).
23721         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
23722         (License): Change to LGPLv2+.
23723         * modules/xconcat-filename: New file.
23724         * lib/concat-filename.h (concatenated_filename): Change specification.
23725         (xconcatenated_filename): New declaration.
23726         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
23727         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
23728         memory situations.
23729         * lib/xconcat-filename.c: New file.
23730         * NEWS: Mention the change.
23731         * lib/findprog.c: Include concat-filename.h, not filename.h.
23732         (find_in_path): Use xconcatenated_filename instead of
23733         concatenated_filename.
23734         * lib/javacomp.c: Include concat-filename.h, not filename.h.
23735         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
23736         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
23737         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
23738         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
23739         instead of concatenated_filename.
23740         * lib/javaexec.c: Include concat-filename.h, not filename.h.
23741         (execute_java_class): Use xconcatenated_filename instead of
23742         concatenated_filename.
23743         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
23744         * modules/javacomp (Depends-on): Likewise.
23745         * modules/javaexec (Depends-on): Likewise.
23746
23747 2008-09-01  Bruno Haible  <bruno@clisp.org>
23748
23749         Split module 'filename' into 'filename' and 'concat-filename'.
23750         * modules/filename: Keep only lib/filename.h.
23751         (License): Change to LGPLv2+.
23752         * modules/concat-filename: New file, extracted from modules/filename.
23753         * lib/filename.h (concatenated_filename): Remove declaration.
23754         * lib/concat-filename.h: New file, extracted from lib/filename.h.
23755         * lib/concat-filename.c: Include concat-filename.h.
23756         * NEWS: Mention the change.
23757
23758 2008-09-01  Simon Josefsson  <simon@josefsson.org>
23759
23760         * lib/bitrotate.h (rotl8, rotr8): Add.
23761
23762         * modules/bitrotate (configure.ac): Need
23763         AC_REQUIRE([AC_C_INLINE]).
23764         (Description): Mention stdint.h.  Reported by Bruno Haible
23765         <bruno@clisp.org>.
23766
23767         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
23768         Paolo Bonzini <bonzini@gnu.org>.
23769
23770 2008-08-31  Bruno Haible  <bruno@clisp.org>
23771
23772         Assume Solaris specific bi-arch conventions on Solaris systems.
23773         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
23774         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
23775         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
23776         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
23777         like acl_libdirstem.
23778         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
23779         acl_libdirstem.
23780         * NEWS: Mention the change.
23781         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
23782
23783 2008-08-31  Jim Meyering  <meyering@redhat.com>
23784
23785         * lib/strftime.h: Add comments describing the two added arguments.
23786
23787         remove duplicate #include directives
23788         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
23789         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
23790
23791 2008-08-31  Bruno Haible  <bruno@clisp.org>
23792
23793         New module 'sigpipe-die'.
23794         * modules/sigpipe-die: New file.
23795         * lib/sigpipe-die.h: New file.
23796         * lib/sigpipe-die.c: New file.
23797         * MODULES.html.sh (Signal handling): Add sigpipe-die.
23798
23799 2008-08-31  Bruno Haible  <bruno@clisp.org>
23800
23801         Don't override previously installed signal handlers.
23802         * lib/fatal-signal.c (saved_sigactions): New variable.
23803         (uninstall_handlers): Reset the signal to the saved handler, not
23804         to SIG_DFL (except when ignored).
23805         (install_handlers): Save the previous handlers.
23806
23807 2008-08-30  Bruno Haible  <bruno@clisp.org>
23808
23809         * gnulib-tool (func_reset_sigpipe): New function.
23810         (func_get_automake_snippet, func_modules_transitive_closure,
23811         func_import): Invoke it before a join command that reads from stdin,
23812         to avoid "echo: write error: Broken pipe" error messages on stderr.
23813         Reported by Sam Steingold <sds@gnu.org>.
23814
23815 2008-08-30  Bruno Haible  <bruno@clisp.org>
23816
23817         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
23818         Code copied from m4/open.m4.
23819         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
23820         access and the filename ends in a slash. Code copied from lib/open.c.
23821         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
23822         * tests/test-fopen.c (main): Check against bug with trailing slash.
23823
23824 2008-08-29  Bruno Haible  <bruno@clisp.org>
23825
23826         Avoid some "gcc -pedantic" warnings.
23827         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
23828         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
23829         * lib/dirent.in.h: Likewise.
23830         * lib/fcntl.in.h: Likewise.
23831         * lib/float.in.h: Likewise.
23832         * lib/iconv.in.h: Likewise.
23833         * lib/inttypes.in.h: Likewise.
23834         * lib/locale.in.h: Likewise.
23835         * lib/math.in.h: Likewise.
23836         * lib/netinet_in.in.h: Likewise.
23837         * lib/search.in.h: Likewise.
23838         * lib/signal.in.h: Likewise.
23839         * lib/stdarg.in.h: Likewise.
23840         * lib/stdint.in.h: Likewise.
23841         * lib/stdio.in.h: Likewise.
23842         * lib/stdlib.in.h: Likewise.
23843         * lib/string.in.h: Likewise.
23844         * lib/strings.in.h: Likewise.
23845         * lib/sys_select.in.h: Likewise.
23846         * lib/sys_socket.in.h: Likewise.
23847         * lib/sys_stat.in.h: Likewise.
23848         * lib/sys_time.in.h: Likewise.
23849         * lib/sysexits.in.h: Likewise.
23850         * lib/time.in.h: Likewise.
23851         * lib/unistd.in.h: Likewise.
23852         * lib/wchar.in.h: Likewise.
23853         * lib/wctype.in.h: Likewise.
23854         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
23855         * modules/fchdir (Makefile.am): Likewise.
23856         * modules/fcntl (Makefile.am): Likewise.
23857         * modules/float (Makefile.am): Likewise.
23858         * modules/iconv_open (Makefile.am): Likewise.
23859         * modules/inttypes (Makefile.am): Likewise.
23860         * modules/locale (Makefile.am): Likewise.
23861         * modules/math (Makefile.am): Likewise.
23862         * modules/netinet_in (Makefile.am): Likewise.
23863         * modules/search (Makefile.am): Likewise.
23864         * modules/signal (Makefile.am): Likewise.
23865         * modules/stdarg (Makefile.am): Likewise.
23866         * modules/stdint (Makefile.am): Likewise.
23867         * modules/stdio (Makefile.am): Likewise.
23868         * modules/stdlib (Makefile.am): Likewise.
23869         * modules/string (Makefile.am): Likewise.
23870         * modules/strings (Makefile.am): Likewise.
23871         * modules/sys_select (Makefile.am): Likewise.
23872         * modules/sys_socket (Makefile.am): Likewise.
23873         * modules/sys_stat (Makefile.am): Likewise.
23874         * modules/sys_time (Makefile.am): Likewise.
23875         * modules/sysexits (Makefile.am): Likewise.
23876         * modules/time (Makefile.am): Likewise.
23877         * modules/unistd (Makefile.am): Likewise.
23878         * modules/wchar (Makefile.am): Likewise.
23879         * modules/wctype (Makefile.am): Likewise.
23880         Reported by Reuben Thomas <rrt@sc3d.org>.
23881
23882 2008-08-29  Bruno Haible  <bruno@clisp.org>
23883
23884         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
23885         any more.
23886
23887 2008-08-29  Simon Josefsson  <simon@josefsson.org>
23888
23889         * MODULES.html.sh (Misc): Add bitrotate.
23890
23891         * modules/bitrotate: New file.
23892
23893         * lib/bitrotate.h: New file.
23894
23895         * modules/bitrotate-tests: New file.
23896
23897         * tests/test-bitrotate.c: New file.
23898
23899         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
23900         on the bitrotate module.
23901
23902         * lib/arctwo.c: Use new bitrotate module.
23903
23904 2008-08-29  Jim Meyering  <meyering@redhat.com>
23905
23906         bootstrap: merge changes from coreutils
23907         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
23908         of copied files.  Remove a kludge, now that this is fixed.
23909         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
23910         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
23911         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
23912
23913 2008-08-29  Bruno Haible  <bruno@clisp.org>
23914
23915         * MODULES.html.sh: Remove --cvs-urls option.
23916
23917 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
23918
23919         maint.mk: adjust to file name change
23920         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
23921
23922 2008-08-28  Jim Meyering  <meyering@redhat.com>
23923
23924         * modules/getndelim2 (License): Relicense to LGPLv2+.
23925         Approved by Richard Stallman for the version of 1995, and by
23926         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
23927
23928 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
23929
23930         * lib/getdelim.c (flockfile, funlockfile): Make all of them
23931         dummy if one is not available.  Do not touch them if
23932         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
23933         (getc_maybe_unlocked): New.
23934         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
23935
23936 2008-08-26  Eric Blake  <ebb9@byu.net>
23937
23938         doc/INSTALL: resync from autoconf
23939         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
23940         (INSTALL_PRELUDE): Delete; this is done more efficiently by
23941         moving...
23942         * install.texi [!autoconf]: ...here.  Resync from autoconf.
23943         * INSTALL: Regenerate.
23944         * INSTALL.ISO: New file.
23945         * INSTALL.UTF-8: Likewise.
23946
23947 2008-08-26  Jim Meyering  <meyering@redhat.com>
23948
23949         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
23950         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
23951         these definitions conditional, so that they may be overridden, too.
23952
23953 2008-08-26  Bruno Haible  <bruno@clisp.org>
23954
23955         Generate INSTALL file variants with prettier quotes.
23956         * doc/Makefile (INSTALL_PRELUDE): New macro.
23957         (INSTALL): Use it.
23958         (INSTALL.ISO, INSTALL.UTF-8): New rules.
23959
23960 2008-08-26  Bruno Haible  <bruno@clisp.org>
23961
23962         Run makeinfo in an English locale.
23963         * doc/Makefile (MAKEINFO): New variable.
23964
23965 2008-08-26  Bruno Haible  <bruno@clisp.org>
23966
23967         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
23968         Suggested by Eric Blake.
23969
23970 2008-08-25  Bruno Haible  <bruno@clisp.org>
23971
23972         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
23973
23974 2008-08-25  Eric Blake  <ebb9@byu.net>
23975
23976         c-stack: test that stack overflow can be caught
23977         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
23978         that platform allows handling stack overflow; at least OS/2 EMX
23979         has sigaltstack, but crashes before transferring control to
23980         handler on stack overflow.
23981         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
23982         check for HAVE_STACK_OVERFLOW_HANDLING.
23983         Reported by Elbert Pol.
23984
23985 2008-08-25  Bruno Haible  <bruno@clisp.org>
23986
23987         * doc/posix-functions/strftime.texi: Fix description of strftime
23988         module.
23989
23990 2008-08-24  Bruno Haible  <bruno@clisp.org>
23991
23992         * tests/uniwidth/test-uc_width2.c: New file.
23993         * tests/uniwidth/test-uc_width2.sh: New file.
23994         * modules/uniwidth/width-tests (Files): Add the new files.
23995         (TESTS): Add uniwidth/test-uc_width2.sh.
23996         (TESTS_ENVIRONMENT): New variable.
23997         (check_PROGRAMS): Add test-uc_width2.
23998         (test_uc_width2_SOURCES): New variable.
23999
24000         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
24001         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
24002         not 0x00AB.
24003         Reported by Alexander V. Lukyanov <lav@netis.ru>.
24004
24005 2008-08-22  Eric Blake  <ebb9@byu.net>
24006
24007         test-lock, test-tls: mention why a test is skipped
24008         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
24009         skipped.
24010         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
24011
24012         count-one-bits: relax license
24013         * modules/count-one-bits (License): Relicense to LGPLv2+.
24014         Suggested by Ludovic Courtès, approved by Ben Pfaff.
24015
24016 2008-08-22  Andreas Schwab  <schwab@suse.de>
24017
24018         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
24019         Remove spurious space in assignment.
24020
24021 2008-08-21  Simon Josefsson  <simon@josefsson.org>
24022
24023         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
24024         Paul Eggert <eggert@CS.UCLA.EDU>.
24025
24026 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
24027
24028         * modules/gettext: Add m4/threadlib.m4.
24029
24030 2008-08-19  Eric Blake  <ebb9@byu.net>
24031
24032         test-c-stack: fix compilation failure on FreeBSD 5.0
24033         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
24034         headers before <sys/resource.h>.
24035         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
24036         the bug.
24037         Reported by Nelson H. F. Beebe.
24038
24039         strverscmp: migrate from "strverscmp.h" to <string.h>
24040         * modules/string (Makefile.am): Add new hooks.
24041         * modules/strverscmp (Files): Remove strverscmp.h.
24042         (Depends-on): Add string.
24043         (configure.ac): Add indicator.
24044         (Include): Mention new header.
24045         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
24046         defaults.
24047         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
24048         results.
24049         * lib/strverscmp.h: Delete.
24050         * lib/string.in.h (strverscmp): Provide declaration, when needed.
24051         * tests/test-strverscmp.c (includes): Adjust client.
24052         * lib/check-version.c (includes): Likewise.
24053         * NEWS: Document the change.
24054
24055         strverscmp: add unit test
24056         * modules/strverscmp-tests: New file.
24057         * tests/test-strverscmp.c: Likewise.
24058
24059 2008-08-19  Simon Josefsson  <simon@josefsson.org>
24060
24061         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
24062         regarding Windows crypto stuff, from Mono.
24063
24064 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
24065
24066         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
24067         if present, for intel RND.  Return error on failures.
24068
24069 2008-08-18  Ben Pfaff  <blp@gnu.org>
24070
24071         gitlog-to-changelog: give better diagnostic for failed pipe-open
24072         * build-aux/gitlog-to-changelog: Improve error message: suggest
24073         that the version of Git may be too old.
24074
24075 2008-08-18  Simon Josefsson  <simon@josefsson.org>
24076
24077         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
24078         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
24079
24080 2008-08-18  Bruno Haible  <bruno@clisp.org>
24081
24082         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
24083         pthread_in_use().
24084
24085 2008-08-18  Bruno Haible  <bruno@clisp.org>
24086
24087         * lib/glthread/threadlib.c: Include <pthread.h>.
24088
24089 2008-08-18  Bruno Haible  <bruno@clisp.org>
24090
24091         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
24092         glthread_recursive_lock_* macros.
24093         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
24094         Fix syntax error.
24095
24096 2008-08-18  Bruno Haible  <bruno@clisp.org>
24097
24098         * lib/glthread/thread.c: Avoid forcing a context switch right after
24099         thread creation.
24100
24101 2008-08-17  Bruno Haible  <bruno@clisp.org>
24102
24103         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
24104         * lib/glthread/thread.h: Provide Win32 specific implementation.
24105         * modules/thread (Files): Add lib/glthread/thread.c.
24106         (Depends-on): Add lock.
24107         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
24108
24109 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24110
24111         New module 'yield'.
24112         * modules/yield: New file.
24113         * lib/glthread/yield.h: New file.
24114         * m4/yield.m4: New file.
24115         * MODULES.html.sh (Multithreading): Add yield.
24116
24117 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24118
24119         New module 'thread'.
24120         * modules/thread: New file.
24121         * lib/glthread/thread.h: New file.
24122         * m4/thread.m4: New file.
24123         * MODULES.html.sh (Multithreading): Add thread.
24124
24125 2008-08-17  Bruno Haible  <bruno@clisp.org>
24126
24127         * lib/glthread/lock.h: Include <stdlib.h> always.
24128         * lib/glthread/tls.h: Likewise.
24129         * lib/glthread/cond.h: Likewise.
24130
24131 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24132
24133         New module 'cond'.
24134         * modules/cond: New file.
24135         * lib/glthread/cond.h: New file.
24136         * lib/glthread/cond.c: New file.
24137         * m4/cond.m4: New file.
24138         * MODULES.html.sh (Multithreading): Add cond.
24139
24140 2008-08-16  Eric Blake  <ebb9@byu.net>
24141
24142         c-stack: fix regression on Irix 5.3 from 2008-06-21
24143         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
24144         sa_sigaction...
24145         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
24146         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
24147         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
24148         * modules/signal (Makefile.am): Use the value.
24149         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
24150         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
24151         * doc/posix-headers/signal.texi (signal.h): Document this
24152         portability issue.
24153         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
24154         Reported by Tom G. Christensen.
24155
24156 2008-08-17  Bruno Haible  <bruno@clisp.org>
24157
24158         New module 'threadlib'.
24159         * modules/threadlib: New file.
24160         * lib/glthread/threadlib.c: New file, extracted from
24161         lib/glthread/lock.c.
24162         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
24163         functions.
24164         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
24165         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
24166         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
24167         macros.
24168         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
24169         (gl_DISABLE_THREADS): Remove macro.
24170         * modules/lock (Files): Remove build-aux/config.rpath.
24171         (Depends-on): Remove havelib. Add threadlib.
24172         (configure.ac-early): Remove section.
24173         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
24174         * modules/tls (Depends-on): Remove lock. Add threadlib.
24175         (Link): New section, copied from threadlib.
24176         * MODULES.html.sh (Multithreading): Add threadlib.
24177
24178 2008-08-14  Bruno Haible  <bruno@clisp.org>
24179
24180         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
24181         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
24182         glthread_rwlock_unlock, glthread_rwlock_destroy,
24183         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
24184         glthread_recursive_lock_destroy): Define as macros always.
24185         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
24186         glthread_lock_lock.
24187         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
24188         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
24189         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
24190         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
24191         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
24192         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
24193         (glthread_recursive_lock_lock_func): Renamed from
24194         glthread_recursive_lock_lock.
24195         (glthread_recursive_lock_unlock_func): Renamed from
24196         glthread_recursive_lock_unlock.
24197         (glthread_recursive_lock_destroy_func): Renamed from
24198         glthread_recursive_lock_destroy.
24199
24200 2008-08-14  Bruno Haible  <bruno@clisp.org>
24201
24202         * lib/glthread/lock.h: Renamed from lib/lock.h.
24203         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
24204         * lib/glthread/tls.h: Renamed from lib/tls.h.
24205         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
24206         * lib/fstrcmp.c: Update includes.
24207         * lib/strsignal.c: Update includes.
24208         * modules/lock (Files, Makefile.am): Update.
24209         (Include): Change to "glthread/lock.h".
24210         * modules/tls (Files, Makefile.am): Update.
24211         (Include): Change to "glthread/tls.h".
24212         * tests/test-lock.c: Update includes.
24213         * tests/test-tls.c: Update includes.
24214         * NEWS: Mention the renamed header files.
24215
24216 2008-08-11  Jim Meyering  <meyering@redhat.com>
24217
24218         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
24219
24220 2008-08-11  Eric Blake  <ebb9@byu.net>
24221
24222         test-c-stack: avoid C99-ism
24223         * tests/test-c-stack.c (main): Fix whitespace, move declaration
24224         before statement.
24225         Reported by Alain Guibert.
24226
24227 2008-08-10  Jim Meyering  <meyering@redhat.com>
24228
24229         ensure that return value of uinttostr et al are not ignored
24230         * lib/inttostr.h (__GNUC_PREREQ): Define.
24231         (__attribute_warn_unused_result__): Define.
24232         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
24233
24234 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
24235
24236         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
24237         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
24238
24239 2008-08-07  Jim Meyering  <meyering@redhat.com>
24240
24241         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
24242
24243         * modules/mkstemp (License): Relicense under LGPLv2+.
24244         * modules/tempname (License): Likewise.
24245
24246 2008-08-06  Bruno Haible  <bruno@clisp.org>
24247
24248         * lib/poll.c (poll): Further micro-optimization.
24249
24250 2008-08-06  Jim Meyering  <meyering@redhat.com>
24251
24252         inet_pton.c: use locale-independent tolower
24253         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
24254         (inet_pton6): Use c_tolower rather than tolower.
24255         * modules/inet_pton (Depends-on): Add c-ctype.
24256
24257 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
24258
24259         * lib/poll.c (poll): Avoid division when timeout is 0, cache
24260         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
24261
24262 2008-08-06  Jim Meyering  <meyering@redhat.com>
24263
24264         * modules/inet_pton (License): Relicense under LGPLv2+.
24265
24266 2008-08-03  Bruno Haible  <bruno@clisp.org>
24267
24268         Additional non-aborting API for lock and tls.
24269         * lib/lock.h: Include <errno.h>.
24270         (glthread_lock_init): New macro/function.
24271         (gl_lock_init): Define as wrapper around glthread_lock_init.
24272         (glthread_lock_lock): New macro/function.
24273         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
24274         (glthread_lock_unlock): New macro/function.
24275         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
24276         (glthread_lock_destroy): New macro/function.
24277         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
24278         (glthread_rwlock_init): New macro/function.
24279         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
24280         (glthread_rwlock_rdlock): New macro/function.
24281         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
24282         (glthread_rwlock_wrlock): New macro/function.
24283         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
24284         (glthread_rwlock_unlock): New macro/function.
24285         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
24286         (glthread_rwlock_destroy): New macro/function.
24287         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
24288         (glthread_recursive_lock_init): New macro/function.
24289         (gl_recursive_lock_init): Define as wrapper around
24290         glthread_recursive_lock_init.
24291         (glthread_recursive_lock_lock): New macro/function.
24292         (gl_recursive_lock_lock): Define as wrapper around
24293         glthread_recursive_lock_lock.
24294         (glthread_recursive_lock_unlock): New macro/function.
24295         (gl_recursive_lock_unlock): Define as wrapper around
24296         glthread_recursive_lock_unlock.
24297         (glthread_recursive_lock_destroy): New macro/function.
24298         (gl_recursive_lock_destroy): Define as wrapper around
24299         glthread_recursive_lock_destroy.
24300         (glthread_once): New macro/function.
24301         (gl_once): Define as wrapper around glthread_once.
24302         Update function declarations.
24303         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
24304         glthread_rwlock_init. Return error code.
24305         (glthread_rwlock_rdlock_multithreaded): Renamed from
24306         glthread_rwlock_rdlock. Return error code.
24307         (glthread_rwlock_wrlock_multithreaded): Renamed from
24308         glthread_rwlock_wrlock. Return error code.
24309         (glthread_rwlock_unlock_multithreaded): Renamed from
24310         glthread_rwlock_unlock. Return error code.
24311         (glthread_rwlock_destroy_multithreaded): Renamed from
24312         glthread_rwlock_destroy. Return error code.
24313         (glthread_recursive_lock_init_multithreaded): Renamed from
24314         glthread_recursive_lock_init. Return error code.
24315         (glthread_recursive_lock_lock_multithreaded): Renamed from
24316         glthread_recursive_lock_lock. Return error code.
24317         (glthread_recursive_lock_unlock_multithreaded): Renamed from
24318         glthread_recursive_lock_unlock. Return error code.
24319         (glthread_recursive_lock_destroy_multithreaded): Renamed from
24320         glthread_recursive_lock_destroy. Return error code.
24321         (glthread_once_call): Make static.
24322         (glthread_once_multithreaded): Renamed from glthread_once.
24323         * lib/tls.h: Include <errno.h>.
24324         (glthread_tls_key_init): New macro/function.
24325         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
24326         (glthread_tls_set): New macro/function.
24327         (gl_tls_set): Define as wrapper around glthread_tls_set.
24328         (glthread_tls_key_destroy): New macro/function.
24329         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
24330         Update function declarations.
24331         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
24332         glthread_tls_get.
24333         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
24334
24335 2008-08-04  Eric Blake  <ebb9@byu.net>
24336
24337         gnumakefile: use space, not TAB, outside of targets
24338         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
24339
24340 2008-08-02  Jim Meyering  <meyering@redhat.com>
24341
24342         getdate.y: avoid locale-dependent date parsing failure
24343         In Turkish locales, getdate would fail to recognize keywords
24344         containing a lowercase "i".  The solution is not to rely on
24345         locale-sensitive case-conversion.
24346         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
24347         (lookup_word): Use c_toupper in place of toupper.
24348         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
24349         Reported by Vefa Bicakci <bicave@superonline.com> in
24350         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
24351         * modules/getdate (Depends-on): Add c-ctype.
24352
24353 2008-08-02  Bruno Haible  <bruno@clisp.org>
24354
24355         * gnulib-tool (func_import): When updating or creating a .gitignore
24356         file, prepend each added line with a slash, and ignore leading slashes
24357         from the existing lines.
24358         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
24359
24360 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24361
24362         Portability fix for GNU make 3.79.1.
24363         * top/GNUmakefile: Avoid 'else COND', which older GNU make
24364         versions do not understand.
24365
24366 2008-08-01  Bruno Haible  <bruno@clisp.org>
24367
24368         Work around bug of HP-UX 10.20 cc with -0.0 literal.
24369         * tests/test-isnanf.h (zero): New variable.
24370         (main): Avoid literal -0.0f.
24371         * tests/test-isnand.h (zero): New variable.
24372         (main): Avoid literal -0.0.
24373         * tests/test-isnanl.h (zero): New variable.
24374         (main): Avoid literal -0.0L.
24375         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
24376         (test_float, test_double, test_long_double): Avoid literals -0.0f,
24377         -0.0, -0.0L.
24378         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
24379         (test_signbitd): Avoid literal -0.0.
24380         (test_signbitl): Avoid literal -0.0L.
24381         * tests/test-ceilf1.c (zero): New variable.
24382         (main): Avoid literal -0.0f.
24383         * tests/test-ceill.c (zero): New variable.
24384         (main): Avoid literal -0.0L.
24385         * tests/test-floorf1.c (zero): New variable.
24386         (main): Avoid literal -0.0f.
24387         * tests/test-floorl.c (zero): New variable.
24388         (main): Avoid literal -0.0L.
24389         * tests/test-roundf1.c (zero): New variable.
24390         (main): Avoid literal -0.0f.
24391         * tests/test-round1.c (zero): New variable.
24392         (main): Avoid literal -0.0.
24393         * tests/test-roundl.c (zero): New variable.
24394         (main): Avoid literal -0.0L.
24395         * tests/test-truncf1.c (zero): New variable.
24396         (main): Avoid literal -0.0f.
24397         * tests/test-trunc1.c (zero): New variable.
24398         (main): Avoid literal -0.0.
24399         * tests/test-truncl.c (zero): New variable.
24400         (main): Avoid literal -0.0L.
24401         * tests/test-frexp.c (zero): New variable.
24402         (main): Avoid literal -0.0.
24403         * tests/test-frexpl.c (zero): New variable.
24404         (main): Avoid literal -0.0L.
24405         * tests/test-ldexpl.c (zero): New variable.
24406         (main): Avoid literal -0.0L.
24407         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
24408         (zerod, zerol): New variables.
24409         (test_function): Avoid literals -0.0, -0.0L.
24410         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
24411         (zerod, zerol): New variables.
24412         (test_function): Avoid literals -0.0, -0.0L.
24413         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
24414         (zerod, zerol): New variables.
24415         (test_function): Avoid literals -0.0, -0.0L.
24416         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
24417         (zerod, zerol): New variables.
24418         (test_function): Avoid literals -0.0, -0.0L.
24419         * tests/test-strtod.c (zero): New variable.
24420         (main): Avoid literal -0.0.
24421         Reported by Jonathan C. Patschke <jp@centtech.com>.
24422
24423 2008-07-31  Jim Meyering  <meyering@redhat.com>
24424
24425         sha256.h: correct definition of SHA224_DIGEST_SIZE
24426         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
24427         Reported by Paulie Pena IV <paulie4@gmail.com>.
24428         Define as 224 / 8, rather than as a literal.
24429         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
24430         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
24431         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
24432
24433 2008-07-31  Bruno Haible  <bruno@clisp.org>
24434
24435         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
24436         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
24437         Reported by Jonathan Patschke <jp@centtech.com>.
24438
24439 2008-07-31  Bruno Haible  <bruno@clisp.org>
24440
24441         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
24442         Reported by Paolo Bonzini <bonzini@gnu.org>.
24443
24444 2008-07-30  Eric Blake  <ebb9@byu.net>
24445
24446         test-strtod: allow compilation without -lm
24447         * tests/test-strtod.c (main): Avoid link dependence on fabs.
24448         Reported by Dennis Clarke <blastwave@gmail.com>.
24449
24450 2008-07-28  Jim Meyering  <meyering@redhat.com>
24451
24452         bootstrap: work also when there are no .po files in po/
24453         * build-aux/bootstrap (update_po_files): Complete the change
24454         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
24455
24456 2008-07-27  Jim Meyering  <meyering@redhat.com>
24457
24458         * users.txt: Add zile.
24459
24460 2008-07-26  Ben Pfaff  <blp@gnu.org>
24461
24462         Add missing dependencies on new m4/exponent[fdl].m4 files.
24463         * modules/isnanf-nolibm: Add m4/exponentf.m4.
24464         * modules/isnand-nolibm: Add m4/exponentd.m4.
24465         * modules/isnanl-nolibm: Add m4/exponentl.m4.
24466         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
24467         m4/isnan[fdl].m4, because the macros actually used moved.
24468         Reported by Jim Meyering.
24469
24470 2008-07-14  Ben Pfaff  <blp@gnu.org>
24471
24472         Add isinf module.
24473         * lib/isinf.c: New file.
24474         * lib/math.in.h: Define isinf macro if we have decided to replace
24475         it.
24476         * m4/isinf.m4: New file.
24477         * m4/math_h.m4: Initialize and substitute variables for isinf
24478         module.
24479         * modules/isinf: New file.
24480         * modules/isinf-tests: New file.
24481         * modules/math: Add substitutions for new module.
24482         * tests/test-isinf.c: New file.
24483         * doc/posix-functions/isinf.texi: Mention new module.
24484         * MODULES.html.sh: Mention new module.
24485
24486 2008-07-14  Ben Pfaff  <blp@gnu.org>
24487
24488         Factor out some macros for use by additional modules.
24489         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
24490         exponentf.m4.
24491         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
24492         exponentd.m4.
24493         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
24494         file exponentl.m4.
24495         * m4/exponentf.m4: New file.
24496         * m4/exponentd.m4: New file.
24497         * m4/exponentl.m4: New file.
24498         * modules/isnanf: Use new file m4/exponentf.m4.
24499         * modules/isnand: Use new file m4/exponentd.m4.
24500         * modules/isnanl: Use new file m4/exponentl.m4.
24501
24502 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
24503
24504         mktime.c: normalize tp->tm_isdst value to -1/0/1.
24505         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
24506         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
24507         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
24508
24509         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
24510         readlink on platforms without PATH_MAX.
24511
24512 2008-07-21  Eric Blake  <ebb9@byu.net>
24513
24514         Warn, not fail, on stale version.
24515         * top/GNUmakefile (_curr-ver): Tone down previous patch.
24516
24517         Don't allow installation with stale devel version number.
24518         * top/GNUmakefile (_is-install-target): New macro.
24519         (_curr-ver): Forbid installation with stale version number.
24520
24521 2008-07-20  Bruno Haible  <bruno@clisp.org>
24522
24523         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
24524         TESTS_ENVIRONMENT.
24525         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
24526
24527 2008-07-20  Bruno Haible  <bruno@clisp.org>
24528
24529         * lib/c-stack.h (c_stack_action): Add documentation.
24530         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
24531
24532 2008-07-20  Bruno Haible  <bruno@clisp.org>
24533
24534         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
24535         * modules/readlink (License): Likewise.
24536
24537 2008-07-17  Eric Blake  <ebb9@byu.net>
24538
24539         * modules/c-stack (Link): Fix typo.
24540
24541         Make c-stack use libsigsegv, when available.
24542         * modules/c-stack (Depends-on): Add libsigsegv.
24543         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
24544         needed.
24545         * lib/c-stack.c (SIGSTKSZ): Define fallback.
24546         (segv_handler, overflow_handler, c_stack_action)
24547         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
24548         implementation when libsigsegv is available, but only when using
24549         the library is necessary.
24550         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
24551         comment, explaining why XSI check fails on Linux.
24552         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
24553         * tests/test-c-stack2.sh: Tweak skip message.
24554         * NEWS: Document new link-time requirements.
24555
24556 2008-07-16  Eric Blake  <ebb9@byu.net>
24557
24558         c-stack: Expose false positives when not using libsigsegv.
24559         * modules/c-stack-tests (Files): Expand test.
24560         * tests/test-c-stack.c (main): Add means to conditionally trigger
24561         non-overflow SIGSEGV.
24562         * tests/test-c-stack2.sh: New file.
24563
24564 2008-07-14  Bruno Haible  <bruno@clisp.org>
24565
24566         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
24567         Reported by Eric Blake.
24568
24569 2008-07-14  Sam Steingold  <sds@gnu.org>
24570             Bruno Haible  <bruno@clisp.org>
24571
24572         New module libsigsegv.
24573         * modules/libsigsegv: New file.
24574         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
24575         modifications.
24576         * MODULES.html.sh (Signal handling): New section.
24577
24578 2008-07-14  Bruno Haible  <bruno@clisp.org>
24579
24580         * modules/unictype/ctype-* (Description): Add the word "function".
24581         Improves the resulting doc in MODULES.html.
24582
24583 2008-07-12  Ben Pfaff  <blp@gnu.org>
24584
24585         Add longlong module.
24586         * modules/longlong: New file.
24587
24588 2008-07-12  Bruno Haible  <bruno@clisp.org>
24589
24590         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
24591         to empty.
24592
24593 2008-07-10  Ben Pfaff  <blp@gnu.org>
24594
24595         Add isnan module.
24596         * doc/posix-functions/isnan.texi: Mention new module.
24597         * lib/math.in.h: Define isnan macro if we have decided to replace
24598         it.
24599         * m4/isnan.m4: New file.
24600         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
24601         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
24602         also.
24603         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
24604         redundancy.
24605         * m4/math_h.m4: Initialize and substitute variables for isnan
24606         module.
24607         * modules/isnan: New file.
24608         * modules/isnan-tests: New file.
24609         * modules/math: Add substitutions for new module.
24610         * tests/test-isnan.c: New file.
24611         * MODULES.html.sh: Mention new module.
24612
24613 2008-07-10  Ben Pfaff  <blp@gnu.org>
24614
24615         Add isnanf module.
24616         * lib/isnanf.m4: New file.
24617         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
24618         (gl_HAVE_ISNANF_IN_LIBM): New macro.
24619         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
24620         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
24621         * modules/isnanf: New file.
24622         * modules/isnanf-tests: New file.
24623         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
24624         files.
24625         * tests/test-isnanf-nolibm.c: factored most of its contents into
24626         new file tests/test-isnanf.h.
24627         * tests/test-isnanf.h: New file.
24628         * tests/test-isnanf.c: New file.
24629         * MODULES.html.sh: Mention new module.
24630         * doc/glibc-functions/isnanf.texi: Mention new module.
24631
24632 2008-07-10  Ben Pfaff  <blp@gnu.org>
24633
24634         Add isnand module.
24635         * lib/isnand.h: New file.
24636         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
24637         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
24638         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
24639         functionality also.
24640         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
24641         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
24642         (gl_HAVE_ISNAND_IN_LIBM): New macro.
24643         * modules/isnand: New file.
24644         * modules/isnand-tests: New file.
24645         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
24646         files.
24647         * tests/test-isnand-nolibm.c: factored most of its contents into
24648         new file tests/test-isnand.h.
24649         * tests/test-isnand.h: New file.
24650         * tests/test-isnand.c: New file.
24651         * MODULES.html.sh: Mention new module.
24652
24653 2008-07-10  Ben Pfaff  <blp@gnu.org>
24654
24655         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
24656         * lib/isnand.h: Rename lib/isnand-nolibm.h.
24657         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
24658         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
24659         * modules/isnanf-nolibm: Update references to renamed files.
24660         * modules/isnand-nolibm: Likewise.
24661         * modules/isnanf-nolibm-tests: Likewise.
24662         * modules/isnand-nolibm-tests: Likewise.
24663         * lib/frexp.c: Likewise.
24664         * lib/isfinite.c: Likewise.
24665         * lib/signbitd.c: Likewise.
24666         * lib/signbitf.c: Likewise.
24667         * lib/vasnprintf.c: Likewise.
24668         * tests/test-ceilf1.c: Likewise.
24669         * tests/test-ceilf2.c: Likewise.
24670         * tests/test-floorf1.c: Likewise.
24671         * tests/test-floorf2.c: Likewise.
24672         * tests/test-frexp.c: Likewise.
24673         * tests/test-round1.c: Likewise.
24674         * tests/test-round2.c: Likewise.
24675         * tests/test-roundf1.c: Likewise.
24676         * tests/test-strtod.c: Likewise.
24677         * tests/test-trunc1.c: Likewise.
24678         * tests/test-trunc2.c: Likewise.
24679         * tests/test-truncf1.c: Likewise.
24680         * tests/test-truncf2.c: Likewise.
24681         * NEWS: Mention the renamed header files.
24682
24683 2008-07-11  Jim Meyering  <meyering@redhat.com>
24684
24685         vc-list-files: make the last-resort awk code more portable
24686         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
24687         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
24688         does not support it.
24689
24690 2008-07-10  Eric Blake  <ebb9@byu.net>
24691
24692         Work with tar's bootstrap.
24693         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
24694         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
24695         an m4 comment.
24696
24697 2008-07-09  Jim Meyering  <meyering@redhat.com>
24698
24699         posix-shell.m4: fix typo that made this test malfunction
24700         * m4/posix-shell.m4: Remove capitalization in variable name.
24701
24702 2008-07-08  Bruno Haible  <bruno@clisp.org>
24703
24704         * m4/onceonly.m4: Update comments.
24705         Reported by Ben Pfaff <blp@cs.stanford.edu>.
24706
24707 2008-07-04  Jim Meyering  <meyering@redhat.com>
24708
24709         * users.txt: Add vc-dwim.
24710         (bison, coreutils): Use the gitweb URL.
24711
24712 2008-07-03  Jim Meyering  <meyering@redhat.com>
24713
24714         * users.txt: Add libffcall.  From Sam Steingold.
24715
24716 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
24717
24718         getdate.y: do not ignore TZ with relative day, month or year offset
24719         * lib/getdate.y (get_date): Move the tz-handling block to follow the
24720         relative-date-handling, since otherwise, the latter would clobber the
24721         sole output (an updated Start value) of the tz-handling block.
24722         * tests/test-getdate.c: Tests for the fix
24723
24724 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24725
24726         Recognize 'foo_LIBRARIES += libgnu.a'.
24727         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
24728         makefile snippet has already specified an installation location,
24729         also using '+='.
24730
24731 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
24732
24733         getdate.y: factor out common actions
24734         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
24735         Use them in place of open-coded actions.
24736
24737 2008-07-01  Simon Josefsson  <simon@josefsson.org>
24738
24739         Add self-test for getdate module.
24740         * modules/getdate-tests: New file.
24741         * tests/test-getdate.c: New file.
24742
24743 2008-06-29  Bruno Haible  <bruno@clisp.org>
24744
24745         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
24746         .gitignore.
24747         Reported by Sylvain Beucler <beuc@beuc.net>.
24748
24749 2008-06-29  Bruno Haible  <bruno@clisp.org>
24750
24751         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
24752         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
24753
24754 2008-06-29  Bruno Haible  <bruno@clisp.org>
24755
24756         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
24757         EXTRA_DIST.
24758         Reported by Sylvain Beucler <beuc@beuc.net>.
24759
24760 2008-06-26  Jim Meyering  <meyering@redhat.com>
24761
24762         make several modules depend on the "open" module
24763         This provides slightly increased consistency when opening-for-write
24764         the name of a non-directory spelled with a trailing slash.
24765         * modules/chdir-safer: Likewise.
24766         * modules/chown: Likewise.
24767         * modules/clean-temp: Likewise.
24768         * modules/copy-file: Likewise.
24769         * modules/fchdir: Likewise.
24770         * modules/fcntl-safer: Likewise.
24771         * modules/pipe: Likewise.
24772         * modules/utime: Likewise.
24773         Prompted by Eric Blake and Bruno Haible.
24774
24775 2008-06-24  Andreas Schwab  <schwab@suse.de>
24776
24777         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
24778         literals can be used as initializers for global variables.
24779
24780 2008-06-23  Eric Blake  <ebb9@byu.net>
24781
24782         Make gnulib-cache.m4 easier to diff.
24783         * gnulib-tool (func_import): Allow newlines when reading cached
24784         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
24785
24786 2008-06-23  Bruno Haible  <bruno@clisp.org>
24787
24788         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
24789         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
24790         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
24791         m4/signalblocking.m4.
24792         (gl_PREREQ_SIGACTION): Don't invoke it.
24793         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
24794         gl_PREREQ_SIG_HANDLER_H.
24795         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
24796         Don't check for sigaction here.
24797
24798 2008-06-23  Bruno Haible  <bruno@clisp.org>
24799
24800         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
24801         (install_handlers): Don't set the SA_RESETHAND flag.
24802
24803 2008-06-23  Bruno Haible  <bruno@clisp.org>
24804
24805         * m4/sigaction.m4: Comment fixes.
24806         * lib/signal.in.h: Likewise.
24807
24808 2008-06-23  Eric Blake  <ebb9@byu.net>
24809
24810         Fix typo.
24811         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
24812
24813         Avoid SA_ namespace.
24814         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
24815         Reported by Ralf Wildenhues.
24816
24817         Avoid test failure due to SA_RESTORER.
24818         * tests/test-sigaction.c (SA_MASK): New macro.
24819         (main): Avoid failing due to extension flags being set.
24820         Reported by Jim Meyering.
24821
24822         Revert use of sig-handler.h in sigprocmask.c.
24823         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
24824         it requires the existence of struct sigaction.
24825         * lib/sigprocmask.c (handler_t): Restore typedef.
24826         (rpl_signal, old_handlers): Use local type.
24827
24828 2008-06-22  Bruno Haible  <bruno@clisp.org>
24829
24830         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
24831         conditionally.
24832         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
24833
24834 2008-06-22  Bruno Haible  <bruno@clisp.org>
24835
24836         * doc/posix-functions/siginterrupt.texi: Move note.
24837
24838         * lib/signal.in.h (SA_RESTART): New macro.
24839         * lib/sigaction.c: Update comment.
24840
24841         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
24842
24843         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
24844         (gl_PREREQ_SIGPROCMASK): Invoke it.
24845         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
24846
24847         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
24848
24849         * lib/sigprocmask.c: Update a comment.
24850
24851 2008-06-21  Eric Blake  <ebb9@byu.net>
24852
24853         Use sigaction module rather than signal().
24854         * modules/c-stack (Depends-on): Add sigaction.
24855         * modules/fatal-signal (Depends-on): Likewise.
24856         * modules/nanosleep (Depends-on): Likewise.
24857         * modules/sigprocmask (Files): Add sig-handler.h.
24858         * modules/sigaction (Files): Likewise.
24859         * lib/sig-handler.h (get_handler): New file, suggested by Paul
24860         Eggert.
24861         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
24862         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
24863         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
24864         (init_fatal_signals): Likewise.
24865         * lib/nanosleep.c (rpl_nanosleep): Likewise.
24866         (siginterrupt): Delete fallback.
24867         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
24868         instead.
24869         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
24870         siginterrupt.
24871
24872         New module sigaction, for mingw.
24873         * modules/sigaction: New module...
24874         * modules/sigaction-tests: ...and its test.
24875         * m4/sigaction.m4: New file.
24876         * lib/sigaction.c: Likewise.
24877         * tests/test-sigaction.c: Likewise.
24878         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
24879         * modules/signal (Makefile.am): Likewise.
24880         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
24881         needed.
24882         * doc/posix-headers/signal.texi (signal.h): Mention provided
24883         types.
24884         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
24885         that sigaction is preferable.
24886         * doc/posix-functions/sigaction.texi (sigaction): Mention new
24887         module.
24888         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24889         sigaction.
24890
24891         Improve robustness of sigprocmask by overriding signal.
24892         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
24893         is in use.
24894         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
24895         (SIGKILL, SIGSTOP): Provide fallbacks.
24896         (rpl_signal): Implement.
24897         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
24898         signal can be called inside handlers.
24899
24900         Fix nanosleep module on mingw.
24901         * modules/nanosleep (Depends-on): Add sys_select.
24902         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
24903
24904         Fix licensing of sigprocmask.
24905         * modules/raise (License): Relicense as LGPL.
24906
24907 2008-06-21  Bruno Haible  <bruno@clisp.org>
24908
24909         * lib/propername.c (proper_name_utf8): Don't use the transliterated
24910         result if it contains question marks.
24911         Reported by Michael Geng <linux@michaelgeng.de>.
24912
24913 2008-06-19  Bruno Haible  <bruno@clisp.org>
24914
24915         Fix CVS-ism.
24916         * doc/gnulib.texi: Include updated-stamp.texi.
24917         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
24918         (updated-stamp.texi): New rule.
24919         (gnulib.info): Depend on it.
24920         * doc/.gitignore: Add updated-stamp.texi.
24921         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
24922
24923 2008-06-19  Bruno Haible  <bruno@clisp.org>
24924
24925         * doc/Makefile (gnulib.info): Update and simplify dependencies.
24926         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
24927
24928 2008-06-19  Eric Blake  <ebb9@byu.net>
24929
24930         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
24931         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
24932         Reported by Stepan Kasal.
24933
24934 2008-06-18  Bruno Haible  <bruno@clisp.org>
24935
24936         * lib/fatal-signal.c (init_fatal_signals): Add comment.
24937         Reported by Eric Blake.
24938
24939 2008-06-18  Eric Blake  <ebb9@byu.net>
24940
24941         Work around cygwin 1.5.25 strsignal bug.
24942         * tests/test-strsignal.c: Allow for const char *.
24943         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
24944
24945 2008-06-18  Simon Josefsson  <simon@josefsson.org>
24946
24947         * users.txt: Update URL to article and add author/date
24948         information.
24949
24950 2008-06-17  Bruno Haible  <bruno@clisp.org>
24951
24952         New macro gl_DISABLE_THREADS.
24953         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
24954         if the user did not pass --enable-threads or --disable-threads option.
24955         (gl_DISABLE_THREADS): New macro.
24956         Reported by Eric Blake <ebb9@byu.net>.
24957
24958 2008-06-17  Bruno Haible  <bruno@clisp.org>
24959
24960         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
24961         when the macro ignores it.
24962         Based on a patch by Eric Blake <ebb9@byu.net>.
24963
24964 2008-06-17  Bruno Haible  <bruno@clisp.org>
24965
24966         * modules/tls (License): Change to LGPLv2+.
24967         Reported by Eric Blake.
24968
24969 2008-06-17  Eric Blake  <ebb9@byu.net>
24970
24971         Simplify c-stack prerequisites.
24972         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
24973         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
24974         no longer requires <ucontext.h> to exist.  Optimize setrlimit
24975         check.
24976         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
24977         <sys/resource.h>.
24978
24979         Move c-stack test into testsuite.
24980         * modules/c-stack-tests: New file.
24981         * lib/c-stack.c [DEBUG]: Move test program...
24982         * tests/test-c-stack.c: ...into this new file.  Skip rather than
24983         fail test if sigaltstack is lacking.
24984         * tests/test-c-stack.sh: New driver file.
24985
24986 2008-06-16  Eric Blake  <ebb9@byu.net>
24987
24988         Use raise module consistently.
24989         * modules/fatal-signal (Depends-on): Add raise.
24990         * modules/sigprocmask (Depends-on): Likewise.
24991         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
24992         * lib/sigprocmask.c (sigprocmask): Likewise.
24993         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
24994         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
24995
24996         Fix compliance bug in sigpending.
24997         * lib/sigprocmask.c (sigpending): Return pending array via
24998         parameter, not return value.
24999
25000 2008-06-14  Eric Blake  <ebb9@byu.net>
25001
25002         Improve obstack-printf test code.
25003         * tests/test-obstack-printf.c (test_function): Fix comment, and
25004         simplify usage of obstack_* in macros.  Add a test for coverage.
25005         Reported by Bruno Haible.
25006
25007 2008-06-14  Bruno Haible  <bruno@clisp.org>
25008
25009         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
25010         array size as a constant, not as a const variable.
25011         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
25012         AC_USE_SYSTEM_EXTENSIONS.
25013         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
25014         Test whether the obstack_printf function actually exists.
25015         * modules/obstack-printf (Depends-on): Add extensions.
25016         (Include): Remove obstack.h.
25017         * modules/obstack-printf-posix (Depends-on): Add extensions.
25018         (Include): Remove obstack.h.
25019
25020 2008-06-13  Eric Blake  <ebb9@byu.net>
25021
25022         Add obstack-printf and obstack-printf-posix modules.
25023         * modules/obstack-printf: New file.
25024         * modules/obstack-printf-posix: Likewise.
25025         * MODULES.html.sh (Misc): Mention them.
25026         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
25027         Likewise.
25028         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
25029         Likewise.
25030         * modules/stdio (Makefile.am): Accomodate new modules.
25031         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
25032         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
25033         Declare.
25034         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
25035         functions.
25036         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
25037         (gl_REPLACE_OBSTACK_PRINTF): New macros
25038         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
25039         * tests/test-obstack-printf.c: New file.
25040         * modules/obstack-printf-tests: Likewise.
25041         * modules/obstack-printf-posix-tests: Likewise.
25042
25043 2008-06-11  Bruno Haible  <bruno@clisp.org>
25044
25045         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
25046         * lib/open.c: Include errno.h.
25047         (open): Fail when attempting to write to a file that has a trailing
25048         slash.
25049         * tests/test-open.c (main): Test against trailing slash bug.
25050         * doc/posix-functions/open.texi: Mention the trailing slash bug.
25051
25052 2008-06-10  Bruno Haible  <bruno@clisp.org>
25053
25054         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
25055         for $? to work inside the trap command, with various /bin/sh-s.
25056         * tests/test-vc-list-files-cvs.sh: Likewise.
25057
25058 2008-06-10  Bruno Haible  <bruno@clisp.org>
25059
25060         * lib/acl-internal.h: Don't include gettext.h here.
25061         * lib/set-mode-acl.c: Include gettext.h here.
25062         * lib/copy-acl.c: Likewise.
25063
25064 2008-06-10  Bruno Haible  <bruno@clisp.org>
25065
25066         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
25067         * lib/wait-process.c (wait_subprocess): Likewise.
25068         * lib/execute.h (execute): Add termsigp argument.
25069         * lib/execute.c (execute): Likewise.
25070         * lib/csharpcomp.c (compile_csharp_using_pnet,
25071         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
25072         * lib/csharpexec.c (execute_csharp_using_pnet,
25073         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
25074         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
25075         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
25076         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
25077         is_jikes_present): Update.
25078         * lib/javaexec.c (execute_java_class): Update.
25079         * lib/javaversion.c (execute_and_read_line): Update.
25080         * NEWS: Document the changes.
25081         Reported by Eric Blake.
25082
25083 2008-06-10  Eric Blake  <ebb9@byu.net>
25084
25085         Add missing include.
25086         * tests/test-strstr.c (includes): Add <signal.h>.
25087         * tests/test-strcasestr.c (includes): Likewise.
25088         * tests/test-memmem.c (includes): Likewise.
25089
25090 2008-06-10  Bruno Haible  <bruno@clisp.org>
25091
25092         * lib/wait-process.c (wait_subprocess): Add an assertion.
25093
25094 2008-06-10  Bruno Haible  <bruno@clisp.org>
25095
25096         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
25097
25098 2008-06-10  Bruno Haible  <bruno@clisp.org>
25099
25100         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
25101         using alarm().
25102         * tests/test-strcasestr.c (main): Likewise.
25103         * tests/test-strstr.c (main): Likewise.
25104
25105 2008-06-09  Bruno Haible  <bruno@clisp.org>
25106
25107         Work around the Solaris 10 ACE ACLs ABI change.
25108         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
25109         declare if ACL_NO_TRIVIAL is present.
25110         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
25111         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
25112         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
25113         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
25114         define if ACL_NO_TRIVIAL is present.
25115         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
25116         and use the current ABI.
25117         (file_has_acl): Use same #if condition as elsewhere.
25118         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
25119         in use, and use the current ABI.
25120         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
25121         Reported by Jim Meyering.
25122
25123 2008-06-09  Eric Blake  <ebb9@byu.net>
25124
25125         Work around environments that (stupidly) ignore SIGALRM.
25126         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
25127         before using alarm().
25128         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
25129         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
25130         Reported by Ian Beckwith <ianb@erislabs.net>.
25131
25132         Produce autobuild blurb earlier in log.
25133         * modules/autobuild (configure.ac-early): Move AB_INIT here.
25134
25135 2008-06-09  Jim Meyering  <meyering@redhat.com>
25136         and OndÅ™ej Vašík  <ovasik@redhat.com>
25137
25138         utimens.c: correct kernel bug work-around
25139         OndÅ™ej Vašík found that the invalid return value of 280 indicates
25140         failure, not success, and the kernel bug we're trying to work
25141         around affects not just the utimensat call, but also the fallback
25142         futimens call.
25143         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
25144         not success.
25145         [HAVE_FUTIMENS]: Use the same work-around, here.
25146
25147 2008-06-09  Jim Meyering  <meyering@redhat.com>
25148
25149         add more guards around definition of ACE_-related code
25150         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
25151         ALLOW and ACE_OWNER are also defined.
25152
25153 2008-06-08  Bruno Haible  <bruno@clisp.org>
25154
25155         * lib/acl-internal.h: Add me as co-author.
25156         * lib/file-has-acl.c: Likewise.
25157         * lib/set-mode-acl.c: Likewise.
25158         * lib/copy-acl.c: Likewise.
25159
25160 2008-06-08  Bruno Haible  <bruno@clisp.org>
25161
25162         Add support for AIX ACLs.
25163         * lib/acl-internal.h (acl_nontrivial): New declaration.
25164         * lib/file-has-acl.c (acl_nontrivial): New function.
25165         (file_has_acl): Add implementation using AIX 4 ACL API.
25166         * lib/set-mode-acl.c (qset_acl): Likewise.
25167         * lib/copy-acl.c (qcopy_acl): Likewise.
25168
25169 2008-06-08  Bruno Haible  <bruno@clisp.org>
25170
25171         Add support for HP-UX ACLs.
25172         * lib/acl-internal.h (acl_nontrivial): New declaration.
25173         * lib/file-has-acl.c (acl_nontrivial): New function.
25174         (file_has_acl): Add implementation using HP-UX 11 ACL API.
25175         * lib/set-mode-acl.c (qset_acl): Likewise.
25176         * lib/copy-acl.c (qcopy_acl): Likewise.
25177
25178 2008-06-08  Bruno Haible  <bruno@clisp.org>
25179
25180         Add support for Cygwin ACLs.
25181         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
25182         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
25183         the chmod_or_fchmod call.
25184         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
25185
25186 2008-06-08  Bruno Haible  <bruno@clisp.org>
25187
25188         Fix bug with setuid modes in Solaris 10+ code.
25189         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
25190         succeeded, when the mode contains some special bits.
25191
25192 2008-06-08  Bruno Haible  <bruno@clisp.org>
25193
25194         Add support for Solaris 7..10 ACLs.
25195         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
25196         declarations.
25197         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
25198         functions.
25199         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
25200         * lib/set-mode-acl.c (qset_acl): Likewise.
25201         * lib/copy-acl.c (qcopy_acl): Likewise.
25202
25203 2008-06-08  Bruno Haible  <bruno@clisp.org>
25204
25205         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
25206         declaration.
25207         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
25208         (acl_access_nontrivial): Remove MacOS X case.
25209         (file_has_acl): Use acl_extended_nontrivial.
25210         * lib/copy-acl.c (qcopy_acl): Likewise.
25211
25212 2008-06-08  Bruno Haible  <bruno@clisp.org>
25213
25214         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
25215
25216 2008-06-08  Jim Meyering  <meyering@redhat.com>
25217
25218         * modules/acl (Maintainer): Add Bruno Haible.
25219
25220 2008-06-07  Bruno Haible  <bruno@clisp.org>
25221
25222         Improve support for Tru64 ACLs.
25223         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
25224         ACL on OSF/1.
25225
25226 2008-06-07  Bruno Haible  <bruno@clisp.org>
25227
25228         Add support for MacOS X ACLs.
25229         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
25230         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
25231         * lib/set-mode-acl.c (qset_acl): Likewise.
25232         * lib/copy-acl.c (qcopy_acl): Likewise.
25233
25234 2008-06-07  Bruno Haible  <bruno@clisp.org>
25235
25236         Fix memory leak introduced on 2008-05-22.
25237         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
25238         use.
25239
25240 2008-06-07  Bruno Haible  <bruno@clisp.org>
25241
25242         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
25243         to construct an empty ACL.
25244
25245 2008-06-07  Bruno Haible  <bruno@clisp.org>
25246
25247         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
25248         precisely.
25249         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
25250
25251 2008-06-07  Bruno Haible  <bruno@clisp.org>
25252
25253         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
25254         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
25255
25256 2008-06-07  Bruno Haible  <bruno@clisp.org>
25257
25258         * doc/posix-functions/_setjmp.texi: Explain the use of this function
25259         regardless of POSIX.
25260         * doc/posix-functions/_longjmp.texi: Likewise.
25261         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
25262         SystemV platform in this case.
25263
25264 2008-06-06  Eric Blake  <ebb9@byu.net>
25265
25266         Document abort() bugs.
25267         * doc/posix-functions/abort.texi (abort): Mention anomalies.
25268
25269         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
25270         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
25271         sigsetjmp.
25272         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
25273         siglongjmp, but only as a macro.
25274         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
25275         is obsolete.
25276         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
25277
25278         Tweak documentation to cover cygwin argz bugs.
25279         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
25280         argz bug fix; no code change needed since no cygwin releases
25281         occurred between the last fix and the bug being tested.
25282         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
25283         module and recently fixed cygwin bugs.
25284         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
25285         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
25286         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
25287         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
25288         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
25289         Likewise.
25290         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
25291         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
25292         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
25293         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
25294         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
25295         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
25296         Likewise.
25297
25298         Avoid gcc warning on cygwin.
25299         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
25300         !ACL_NO_TRIVIAL]: Avoid unused variable.
25301
25302 2008-06-05  Eric Blake  <ebb9@byu.net>
25303
25304         Be tolerant of UNKNOWN version in gnulib-tool test dir.
25305         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
25306         git-version-gen fails to come up with a version.
25307         Reported by Simon Josefsson.
25308
25309 2008-06-05  Jim Meyering  <meyering@redhat.com>
25310             Paul Eggert  <eggert@cs.ucla.edu>
25311
25312         utimens.c: work around a probable Linux kernel bug
25313         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
25314         appears to be a kernel bug that causes utimensat to return 280
25315         instead of 0, indicating success.
25316
25317 2008-06-04  Bruno Haible  <bruno@clisp.org>
25318
25319         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
25320         2008-06-01 commit.
25321
25322 2008-06-04  Bruno Haible  <bruno@clisp.org>
25323
25324         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
25325         * lib/file-has-acl.c (acl_access_nontrivial): New function.
25326         (file_has_acl): Use it. Save errno afterwards.
25327         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
25328
25329 2008-06-03  Bruno Haible  <bruno@clisp.org>
25330
25331         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
25332         draft code. Simplify #ifs.
25333         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
25334         Put Solaris code after POSIX-draft code. Fix comments regarding
25335         Solaris 10, HP-UX. Mention Cygwin.
25336         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
25337
25338 2008-06-03  Eric Blake  <ebb9@byu.net>
25339
25340         Provide fallback for older kernels.
25341         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
25342         Provide runtime fallback if kernel lacks support.
25343         Reported by Mike Frysinger.
25344
25345 2008-06-02  Bruno Haible  <bruno@clisp.org>
25346
25347         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
25348         it exists.
25349
25350 2008-06-02  Bruno Haible  <bruno@clisp.org>
25351
25352         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
25353         * lib/copy-acl.c (qcopy_acl): Update comment.
25354
25355 2008-06-02  Bruno Haible  <bruno@clisp.org>
25356
25357         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
25358         like ACL APIs.
25359
25360 2008-06-02  Bruno Haible  <bruno@clisp.org>
25361
25362         * tests/test-file-has-acl.sh: Use different code for Cygwin.
25363         * tests/test-set-mode-acl.sh: Likewise.
25364         * tests/test-copy-acl.sh: Likewise.
25365         * tests/test-copy-file.sh: Likewise.
25366
25367 2008-06-02  Bruno Haible  <bruno@clisp.org>
25368
25369         * tests/test-file-has-acl.sh: Remove unused code.
25370
25371 2008-06-01  Bruno Haible  <bruno@clisp.org>
25372
25373         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
25374         (copy_acl): Just a wrapper around qcopy_acl that emits the error
25375         messages.
25376         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
25377
25378 2008-06-01  Bruno Haible  <bruno@clisp.org>
25379
25380         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
25381         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
25382         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
25383         APIs.
25384         * modules/acl-tests (configure.ac): Remove tests now contained in
25385         m4/acl.m4.
25386
25387 2008-06-02  Jim Meyering  <meyering@redhat.com>
25388
25389         announce-gen: use a better key-server host name
25390         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
25391         it may be more consistently reliable.  Suggested by Werner Koch
25392         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
25393
25394 2008-06-01  Bruno Haible  <bruno@clisp.org>
25395
25396         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
25397         Reported by Voroskoi Andras <voroskoi@gmail.com>.
25398
25399 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
25400
25401         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
25402
25403 2008-06-01  Bruno Haible  <bruno@clisp.org>
25404
25405         New ACL tests.
25406         * tests/test-file-has-acl.sh: New file.
25407         * tests/test-file-has-acl.c: New file.
25408         * tests/test-set-mode-acl.sh: New file.
25409         * tests/test-set-mode-acl.c: New file.
25410         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
25411         * tests/test-copy-acl.c: New file.
25412         * modules/acl-tests: New file, based on modules/copy-file-tests.
25413         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
25414         (Depends-on): Add acl-tests.
25415         (configure.ac): Remove checks.
25416         (Makefile.am): Don't create test-sameacls program here any more.
25417
25418 2008-06-01  Bruno Haible  <bruno@clisp.org>
25419
25420         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
25421         * tests/test-sameacls.c: Include progname.h.
25422         (main): Invoke set_program_name. Portability fixes for MacOS X,
25423         Solaris, HP-UX.
25424
25425 2008-06-01  Bruno Haible  <bruno@clisp.org>
25426
25427         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
25428         function.
25429         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
25430
25431 2008-06-01  Bruno Haible  <bruno@clisp.org>
25432
25433         * modules/rpmatch (Depends-on): Add strdup.
25434
25435 2008-06-01  Bruno Haible  <bruno@clisp.org>
25436
25437         * lib/pipe.c: Include unistd-safer.h.
25438         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
25439         * modules/pipe (Depends-on): Add unistd-safer.
25440
25441 2008-05-30  Simon Josefsson  <simon@josefsson.org>
25442
25443         * modules/autobuild (configure.ac): Call AB_INIT.
25444
25445 2008-05-30  Simon Josefsson  <simon@josefsson.org>
25446
25447         * tests/test-getaddrinfo.c: Don't print debug messages by default.
25448         Suggested by Bruno Haible <bruno@clisp.org>.
25449
25450 2008-05-30  Simon Josefsson  <simon@josefsson.org>
25451
25452         * tests/test-base64.c: Cast size_t to unsigned long when invoking
25453         printf.  Use %lu instead of %d.  Reported by Bruno Haible
25454         <bruno@clisp.org>.
25455
25456 2008-05-29  Eric Blake  <ebb9@byu.net>
25457
25458         Prefer new POSIX 200x interfaces over futimesat.
25459         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
25460         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
25461         when available.
25462         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
25463
25464 2008-05-28  Bruno Haible  <bruno@clisp.org>
25465
25466         * modules/stpcpy (License): Change to LGPLv2+.
25467         Requested by David Lutterkort <dlutter@redhat.com>.
25468
25469 2008-05-27  Bruno Haible  <bruno@clisp.org>
25470
25471         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
25472         current mingw.
25473         Reported by Jose E. Marchesi <jemarch@gnu.org>.
25474
25475 2008-05-27  Bruno Haible  <bruno@clisp.org>
25476
25477         * modules/iconv_open (Link): New section, from module 'iconv'.
25478         * modules/striconv (Link): Likewise.
25479         * modules/striconveh (Link): Likewise.
25480         * modules/xstriconv (Link): Likewise.
25481         * modules/unicodeio (Link): Likewise.
25482         * modules/propername (Link): Likewise.
25483         Reported by Jim Meyering.
25484
25485 2008-05-26  Jim Meyering  <meyering@redhat.com>
25486
25487         sha256: do not artificially restrict buffer length to be < 2^32
25488         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
25489         uint32_t to size_t.
25490         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
25491         to match.
25492
25493         avoid unaligned access errors, e.g., on sparc
25494         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
25495         direct access through a possibly-unaligned uint64* pointer.
25496         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
25497         direct access through a possibly-unaligned uint32* pointer.
25498         Prompted by this patch from Tom "spot" Callaway:
25499         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
25500
25501         sha512.c: fix typo in comment
25502         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
25503
25504 2008-05-25  Bruno Haible  <bruno@clisp.org>
25505
25506         * lib/set-mode-acl.c: Renamed from lib/acl.c.
25507         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
25508         (Makefile.am): Update lib_SOURCES.
25509
25510 2008-05-25  Bruno Haible  <bruno@clisp.org>
25511
25512         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
25513
25514 2008-05-25  Jim Meyering  <meyering@redhat.com>
25515
25516         useless-if-before-free: freed expr may have white-space differences
25517         * build-aux/useless-if-before-free: Recognize cases in which the
25518         freed expression differs from the tested one in embedded white
25519         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
25520         $1 was used, so we can't make any regexp shy.  Improved tests now
25521         detect this.
25522
25523         useless-if-before-free: accept white space in the expression.
25524         * build-aux/useless-if-before-free: For now, any white space
25525         in the expression must be identical in the free argument.
25526
25527         useless-if-before-free: efficiency tweak
25528         * build-aux/useless-if-before-free: Make the expression-matching
25529         regexp "shy".
25530         Make the *outer* regexp shy, not the expr-matching one.
25531
25532         update code-in-comment to accept cast of free arg
25533         * build-aux/useless-if-before-free: Update regexp.
25534
25535 2008-05-25  Bruno Haible  <bruno@clisp.org>
25536
25537         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
25538         * modules/copy-file-tests (Files, Makefile.am): Update.
25539         * tests/test-copy-file.c (func_test_copy): Update.
25540
25541 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
25542
25543         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
25544
25545 2008-05-23  Bruno Haible  <bruno@clisp.org>
25546
25547         Improve support for ACLs on OSF/1.
25548         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
25549         Remove fallback for unknown flavors of ACLs.
25550
25551 2008-05-22  Bruno Haible  <bruno@clisp.org>
25552
25553         Add support for ACLs on OSF/1.
25554         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
25555         replacements.
25556         (acl_free_text): New macro fallback.
25557         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
25558         acl_free.
25559         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
25560         acl_free_text function. Require AC_C_INLINE.
25561
25562 2008-05-22  Bruno Haible  <bruno@clisp.org>
25563
25564         Make copy_acl work on MacOS X 10.5.
25565         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
25566         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
25567         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
25568         If MODE_INSIDE_ACL, don't assume that every system has the same text
25569         representation for ACLs as FreeBSD.
25570         * lib/copy-acl.c (copy_acl): Add support for platforms with
25571         !MODE_INSIDE_ACL.
25572         * lib/file-has-acl.c (file_has_acl): Likewise.
25573         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
25574         FreeBSD, MacOS X, or IRIX, respectively.
25575
25576 2008-05-22  Bruno Haible  <bruno@clisp.org>
25577
25578         * lib/acl.h: Don't include <sys/acl.h>.
25579         (GETACLCNT): Move fallback to lib/acl-internal.h.
25580         * lib/acl-internal.h: Include <sys/acl.h> here.
25581         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
25582
25583 2008-05-22  Bruno Haible  <bruno@clisp.org>
25584
25585         Split off copy_acl function to separate file.
25586         * lib/copy-acl.c: New file, extracted from lib/acl.c.
25587         * lib/acl.c (copy_acl): Moved function to separate file.
25588         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
25589         * modules/acl (Files): Add lib/copy-acl.c.
25590         (Makefiles.am): Augment lib_SOURCES.
25591
25592 2008-05-22  Bruno Haible  <bruno@clisp.org>
25593
25594         * modules/copy-file-tests: New file.
25595         * tests/test-copy-file.sh: New file.
25596         * tests/test-copy-file.c: New file.
25597         * tests/test-copy-file-sameacls.c: New file.
25598
25599 2008-05-22  Eric Blake  <ebb9@byu.net>
25600
25601         Avoid gcc warning.
25602         * tests/test-memcmp.c (main): Pass NULL indirectly.
25603
25604 2008-05-21  Bruno Haible  <bruno@clisp.org>
25605
25606         Add reference doc about ACLs.
25607         * doc/acl-resources.txt: New file.
25608         * doc/acl-cygwin.txt: New file.
25609
25610 2008-05-21  Bruno Haible  <bruno@clisp.org>
25611
25612         Avoid one more warning from gcc.
25613         * lib/vasnprintf.c (IF_LINT): Update comments.
25614         (VASNPRINTF): Use it also for the 'prefix' array initializer.
25615
25616 2008-05-21  Jim Meyering  <meyering@redhat.com>
25617
25618         avoid a warning from gcc
25619         * lib/vasnprintf.c (IF_LINT): Define.
25620         (scale10_round_decimal_long_double):
25621         Use it to avoid a "may be used uninitialized" warning.
25622         (scale10_round_decimal_double): Likewise.
25623
25624 2008-05-21  Simon Josefsson  <simon@josefsson.org>
25625
25626         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
25627         declared.
25628
25629 2008-05-20  Bruno Haible  <bruno@clisp.org>
25630
25631         * tests/test-memcmp.c (main): Test also the sign of the result. Test
25632         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
25633
25634 2008-05-20  Simon Josefsson  <simon@josefsson.org>
25635
25636         * modules/memcmp-tests: New file.
25637         * tests/test-memcmp.c: New file.
25638
25639 2008-05-19  Bruno Haible  <bruno@clisp.org>
25640
25641         * modules/propername (Notice, configure.ac): Put quoted "..." into
25642         --keyword option.
25643         * lib/propername.h: Update comments accordingly.
25644         Reported by Eric Blake.
25645
25646 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
25647
25648         * modules/getpass-gnu (Depends-on): Add fseeko.
25649
25650 2008-05-19  Simon Josefsson  <simon@josefsson.org>
25651
25652         * modules/base64-tests: New file.
25653
25654 2008-05-19  Bo Borgerson <gigabo@gmail.com>
25655
25656         * lib/base64.c (base64_decode_ctx): If a decode context structure
25657         was passed in use it to ignore newlines.  If a context structure
25658         was _not_ passed in, continue to treat newlines as garbage (this
25659         is the historical behavior).  Formerly base64_decode.
25660         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
25661         takes a decode context structure.
25662         * lib/base64.h (base64_decode): Macro for four-argument calls.
25663         (base64_decode_alloc): Likewise.
25664         * lib/base64.c (base64_decode_ctx): If a decode context structure
25665         was passed in use it to ignore newlines.  If a context structure
25666         was _not_ passed in, continue to treat newlines as garbage (this
25667         is the historical behavior).  Formerly base64_decode.
25668         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
25669         takes a decode context structure.
25670         * lib/base64.h (base64_decode): Macro for four-argument calls.
25671         (base64_decode_alloc): Likewise.
25672
25673 2008-05-19  Jim Meyering  <meyering@redhat.com>
25674
25675         avoid a warning from gcc
25676         * lib/trim.c (IF_LINT): Define.
25677         (trim2): Use it to avoid a "may be used uninitialized" warning.
25678
25679         Fix doc typo.
25680         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
25681
25682 2008-05-19  Bruno Haible  <bruno@clisp.org>
25683
25684         * doc/glibc-functions/getpass.texi: Document limits of other
25685         implementations.
25686
25687 2008-05-19  Simon Josefsson  <simon@josefsson.org>
25688             Bruno Haible <bruno@clisp.org>
25689
25690         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
25691
25692 2008-05-18  Bruno Haible  <bruno@clisp.org>
25693
25694         * modules/propername: New file, from GNU gettext.
25695         * lib/propername.h: New file, from GNU gettext.
25696         * lib/propername.c: New file, from GNU gettext.
25697         * MODULES.html.sh (Internationalization functions): Add propername.
25698
25699 2008-05-16  Jim Meyering  <meyering@redhat.com>
25700             Bruno Haible  <bruno@clisp.org>
25701
25702         Avoid some warnings from "gcc -Wshadow".
25703         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
25704
25705 2008-05-15  Eric Blake  <ebb9@byu.net>
25706
25707         Extend previous patch to cygwin 1.7.0.
25708         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
25709         fast implementation in cygwin >= 1.7.0.
25710         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
25711         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
25712
25713 2008-05-15  Bruno Haible  <bruno@clisp.org>
25714
25715         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
25716         implementation in glibc >= 2.9.
25717         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
25718         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
25719
25720 2008-05-15  Bruno Haible  <bruno@clisp.org>
25721
25722         * MODULES.html.sh (Internationalization functions): Remove linebreak.
25723         (Unicode string functions): Add unilbrk/*.
25724         Reported by Karl Berry.
25725
25726 2008-05-15  Eric Blake  <ebb9@byu.net>
25727
25728         Fix violation of <stdbool.h> replacement in regex.
25729         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
25730         * lib/regexec.c (re_search_internal): Likewise.
25731         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
25732
25733 2008-05-15  Jim Meyering  <meyering@redhat.com>
25734
25735         avoid distracting test output when git or cvs is not found
25736         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
25737         * tests/test-vc-list-files-git.sh: Likewise.
25738
25739 2008-05-15  Eric Blake  <ebb9@byu.net>
25740
25741         Glibc finally accepted the memmem speedup code, bugzilla #5514.
25742         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
25743         glibc version.
25744         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
25745         * doc/posix-functions/strstr.texi (strstr): Likewise.
25746         * lib/str-two-way.h (MAX): Sychronize with glibc.
25747
25748 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
25749
25750         * lib/regcomp.c (optimize_utf8): Add a note on why we test
25751         opr.ctx_type.
25752         (calc_first): Initialize constraint field.
25753         (duplicate_node_closure): Use it instead of special casing ANCHORS.
25754         Fix grammar.
25755         (duplicate_node): Merge constraint field for all node types.
25756         (calc_eclosure_iter): Look at constraint field for all node types.
25757         * lib/regex_internal.c (create_cd_newstate): Don't look at
25758         opr.ctx_type.
25759
25760 2008-05-14  Bruno Haible  <bruno@clisp.org>
25761
25762         Help GCC to do better code generation.
25763         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
25764         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
25765         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
25766         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
25767         Declare with attribute 'malloc' if supported.
25768
25769 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
25770
25771         use "echo STR|wc -c" rather than unportable "expr length STR"
25772         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
25773         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
25774
25775 2008-05-14  Jim Meyering  <meyering@redhat.com>
25776
25777         use dd ibs=$n count=1 ... rather than less-portable head -c$n
25778         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
25779         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
25780         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
25781         via Collin Lasse.
25782
25783 2008-05-14  Eric Blake  <ebb9@byu.net>
25784
25785         Avoid quadratic growth in gl_LIBSOURCES.
25786         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
25787         Suggested by Bruno Haible.
25788
25789         Test xmemdup0.
25790         * modules/xmemdup0-tests: New file.
25791         * tests/test-xmemdup0.c: Likewise.
25792
25793 2008-05-13  Eric Blake  <ebb9@byu.net>
25794
25795         Split xmemdup0 into its own module.
25796         * modules/xmemdup0: New file.
25797         * lib/xmemdup0.h: Likewise.
25798         * lib/xmemdup0.c: Likewise.
25799         * MODULES.html.sh (Memory management functions): Add xmemdup0.
25800         * lib/xalloc.h (xmemdup0): Remove.
25801         * lib/xmalloc.c (xmemdup0): Likewise.
25802
25803 2008-05-13  Eric Blake  <ebb9@byu.net>
25804             Bruno Haible  <bruno@clisp.org>
25805
25806         Reduce number of forks required during autoconf.
25807         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
25808         and gl_LIBSOURCES_DIR.
25809         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
25810         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
25811         m4_syscmd per file.
25812         <m4_foreach_w>: Move...
25813         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
25814
25815 2008-05-13  Eric Blake  <ebb9@byu.net>
25816
25817         * gnulib-tool: Fix various comment typos.
25818
25819 2008-05-12  Bruno Haible  <bruno@clisp.org>
25820
25821         Tailor the linebreaking algorithm.
25822         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
25823
25824 2008-05-12  Bruno Haible  <bruno@clisp.org>
25825
25826         Update to Unicode 5.0.0.
25827         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
25828         LBP_JV, LBP_JT. Redistribute values.
25829         (unilbrk_table): Change size.
25830         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
25831         Unicode TR#14 rev. 22.
25832         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
25833         LBP_JV, LBP_JT. Redistribute values.
25834         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
25835         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
25836         Update.
25837         * lib/unilbrk/lbrkprop1.h: Regenerated.
25838         * lib/unilbrk/lbrkprop2.h: Regenerated.
25839         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
25840         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
25841         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
25842         Likewise.
25843         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
25844         Likewise.
25845         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
25846         result.
25847         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
25848         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
25849         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
25850         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
25851         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
25852         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
25853
25854 2008-05-11  Bruno Haible  <bruno@clisp.org>
25855
25856         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
25857
25858 2008-05-11  Bruno Haible  <bruno@clisp.org>
25859
25860         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
25861         * modules/unilbrk/gen-lbrk: New file.
25862
25863 2008-05-11  Bruno Haible  <bruno@clisp.org>
25864
25865         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
25866         * m4/sha512.m4 (gl_SHA512): Likewise.
25867
25868 2008-05-11  Jim Meyering  <meyering@redhat.com>
25869
25870         New modules: crypto/sha256, crypto/sha512 (from coreutils)
25871         * modules/crypto/sha256: New file.
25872         * modules/crypto/sha512: Likewise.
25873         * lib/sha256.c: Likewise.
25874         * lib/sha256.h: Likewise.
25875         * lib/sha512.c: Likewise.
25876         * lib/sha512.h: Likewise.
25877         * lib/u64.h: Likewise.
25878         * m4/sha256.m4: Likewise.
25879         * m4/sha512.m4: Likewise.
25880         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
25881
25882 2008-05-10  Bruno Haible  <bruno@clisp.org>
25883
25884         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
25885         (Input/Output <stdio.h>): Add xprintf.
25886         (Signal handling <signal.h>): Add strsignal.
25887         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
25888         (Core language properties): Add func.
25889         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
25890         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
25891         strings.
25892         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
25893         (Input/output): New section.
25894         (File system functions): Add openat-die, stat-macros.
25895         (Networking functions): Add sockets.
25896         (Unicode string functions): Add unictype/*.
25897         (Support for building libraries and executables): Add gperf.
25898         (Support for building documentation): Add agpl-3.0.
25899         (Misc): Add nocrash.
25900
25901 2008-05-10  Bruno Haible  <bruno@clisp.org>
25902
25903         * modules/unictype/gen-ctype: New file.
25904
25905 2008-05-10  Jim Meyering  <meyering@redhat.com>
25906
25907         Make chdir-safer.c more efficient on a system with no symlinks.
25908         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
25909         also if ELOOP is zero.  Suggested by Bruno Haible.
25910
25911         Make chdir-safer.c slightly safer.
25912         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
25913         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
25914
25915         Avoid compile failure on systems without ELOOP (like mingw).
25916         * lib/chdir-safer.c (ELOOP): Define if not already defined.
25917         Reported by Bruno Haible.
25918
25919 2008-05-10  Bruno Haible  <bruno@clisp.org>
25920
25921         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
25922         (is_utf8_encoding): Use a case-insensitive comparison.
25923         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
25924         streq.
25925
25926 2008-05-10  Bruno Haible  <bruno@clisp.org>
25927
25928         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
25929         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
25930         * lib/unilbrk/ulc-common.h (iconv_string_length,
25931         iconv_string_keeping_offsets): Remove declarations.
25932         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
25933         Don't include <iconv.h>, streq.h, xsize.h.
25934         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
25935         conversion.
25936         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
25937         <iconv.h>, streq.h, xsize.h.
25938         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
25939         conversion.
25940         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
25941         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
25942         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
25943         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
25944
25945 2008-05-10  Bruno Haible  <bruno@clisp.org>
25946
25947         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
25948         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
25949
25950         * modules/unilbrk/u32-width-linebreaks-tests: New file.
25951         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
25952
25953         * modules/unilbrk/u16-width-linebreaks-tests: New file.
25954         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
25955
25956         * modules/unilbrk/u8-width-linebreaks-tests: New file.
25957         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
25958
25959         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
25960         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
25961
25962         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
25963         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
25964
25965         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
25966         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
25967
25968         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
25969         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
25970
25971 2008-05-10  Bruno Haible  <bruno@clisp.org>
25972
25973         Split up 'linebreak' module.
25974         * lib/unilbrk.h: New file, based on lib/linebreak.h.
25975         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
25976         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
25977         modifications.
25978         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
25979         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
25980         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
25981         lib/linebreak.c.
25982         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
25983         lib/linebreak.c.
25984         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
25985         lib/linebreak.c.
25986         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
25987         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
25988         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
25989         lib/linebreak.c.
25990         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
25991         lib/linebreak.c.
25992         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
25993         lib/linebreak.c.
25994         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
25995         lib/linebreak.c.
25996         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
25997         lib/linebreak.c.
25998         * modules/unilbrk/base: New file.
25999         * modules/unilbrk/tables: New file.
26000         * modules/unilbrk/u8-possible-linebreaks: New file.
26001         * modules/unilbrk/u16-possible-linebreaks: New file.
26002         * modules/unilbrk/u32-possible-linebreaks: New file.
26003         * modules/unilbrk/ulc-common: New file.
26004         * modules/unilbrk/ulc-possible-linebreaks: New file.
26005         * modules/unilbrk/u8-width-linebreaks: New file.
26006         * modules/unilbrk/u16-width-linebreaks: New file.
26007         * modules/unilbrk/u32-width-linebreaks: New file.
26008         * modules/unilbrk/ulc-width-linebreaks: New file.
26009         * lib/linebreak.h: Remove file.
26010         * lib/linebreak.c: Remove file.
26011         * m4/linebreak.m4: Remove file.
26012         * modules/linebreak: Remove file.
26013         * NEWS: Mention the changes.
26014
26015 2008-05-09  Eric Blake  <ebb9@byu.net>
26016
26017         Add xmemdup0.
26018         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
26019         implementation.
26020         * lib/xmalloc.c (xmemdup0): New C implementation.
26021
26022 2008-05-08  Bruno Haible  <bruno@clisp.org>
26023
26024         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
26025
26026 2008-05-07  Eric Blake  <ebb9@byu.net>
26027
26028         Support cross-compilation of <wctype.h>.
26029         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
26030         AC_CACHE_CHECK.
26031
26032 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
26033
26034         * build-aux/vc-list-files: Add support for bzr.
26035
26036 2008-05-03  Jim Meyering  <meyering@redhat.com>
26037
26038         avoid failed assertion with tight malloc
26039         * tests/test-getndelim2.c: Correct an off-by-one assertion.
26040
26041 2008-05-03  Simon Josefsson  <simon@josefsson.org>
26042
26043         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
26044         are needed from arpa/inet.h.
26045         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
26046         Reported by Bruno Haible.
26047
26048 2008-05-02  Jim Meyering  <meyering@redhat.com>
26049
26050         avoid compilation error on FreeBSD 6
26051         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
26052
26053 2008-05-01  Jim Meyering  <meyering@redhat.com>
26054
26055         useless-if-before-free: correct --help's exit status description
26056         * build-aux/useless-if-before-free (usage): Like grep, exit 0
26057         for one or more matches, etc.  Reported by Bruno Haible.
26058
26059         vc-list-files: make the stand-alone gnulib test work
26060         * modules/vc-list-files-tests (configure.ac):
26061         Define and AC_SUBST abs_aux_dir.
26062         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
26063         $(abs_top_srcdir) to each script and having each of them
26064         duplicate the work of setting PATH, set PATH here, using
26065         the new variable, abs_aux_dir instead.
26066         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
26067         * tests/test-vc-list-files-git.sh: Likewise.
26068         Reported by Bruno Haible.
26069
26070 2008-05-01  Bruno Haible  <bruno@clisp.org>
26071
26072         * lib/getndelim2.c (getndelim2): Fix newsize computation during
26073         reallocation. Rename 'done' to 'found_delimiter'.
26074
26075 2008-05-01  Jim Meyering  <meyering@redhat.com>
26076
26077         vc-list-files: accommodate /bin/sh like the one from Solaris 10
26078         * build-aux/vc-list-files: Use `...`, not $(...).
26079
26080 2008-04-30  Jim Meyering  <meyering@redhat.com>
26081
26082         add tests for vc-list-files
26083         * modules/vc-list-files-tests: New module.
26084         * tests/test-vc-list-files-cvs.sh: New file.
26085         * tests/test-vc-list-files-git.sh: New file.
26086
26087         avoid a warning from gcc
26088         * lib/getndelim2.c (IF_LINT): Define.
26089         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
26090
26091         vc-list-files: work properly with build-aux/cvsu, too
26092         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
26093         to all cvs-based clauses.
26094
26095         vc-list-files: work properly in the CVS+awk case, too
26096         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
26097
26098         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
26099         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
26100         take more than one file argument, so .  Add quotes, just in case $dir
26101         ever contains a shell meta-character.  Prompted by Soren Hansen in
26102         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
26103
26104 2008-04-29  Eric Blake  <ebb9@byu.net>
26105
26106         Optimize getndelim2 to use block operations when possible.
26107         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
26108         freadseek, and memchr2.
26109         * lib/getndelim2.c (getndelim2): Use them for block reads.
26110
26111 2008-04-29  Bruno Haible  <bruno@clisp.org>
26112
26113         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
26114         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
26115         * modules/inet_ntop (Depends-on): Add extensions.
26116         * modules/inet_pton (Depends-on): Likewise.
26117         Reported by Simon Josefsson.
26118
26119 2008-04-29  Jim Meyering  <meyering@redhat.com>
26120
26121         When the is more than one match in a block, match all of them.
26122         * build-aux/useless-if-before-free: Iterate through each block
26123         until there are no more matches.
26124
26125         Fix broken useless-if-before-free script.
26126         * build-aux/useless-if-before-free: Fix typo: missing "?" after
26127         the expression to match cast of argument to free-like function.
26128
26129 2008-04-29  Eric Blake  <ebb9@byu.net>
26130
26131         Use new header.
26132         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
26133
26134 2008-04-29  Jim Meyering  <meyering@redhat.com>
26135
26136         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
26137         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
26138         by gnulib to exist and to declare e.g., inet_ntop.
26139         Don't include "inet_ntop.h", now removed.
26140
26141         * m4/arpa_inet_h.m4: Remove trailing blanks.
26142
26143 2008-04-29  Eric Blake  <ebb9@byu.net>
26144
26145         Silence valgrind on safe reads beyond potential array bounds.
26146         * lib/rawmemchr.valgrind: New file.
26147         * lib/strchrnul.valgrind: Likewise.
26148         * modules/rawmemchr (Files): Distribute new file.
26149         * modules/strchrnul (Files): Likewise.
26150         Suggested by Bruno Haible.
26151
26152 2008-04-29  Bruno Haible  <bruno@clisp.org>
26153
26154         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
26155         (inet_ntop, inet_pton): Change portability warning's wording.
26156         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
26157         Invoke gl_CHECK_NEXT_HEADERS.
26158         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
26159         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
26160         set ARPA_INET_H.
26161         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
26162         * modules/arpa_inet (Description): No longer only for systems that
26163         lack it.
26164         (Depends-on): Add include_next.
26165         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
26166         HAVE_ARPA_INET_H.
26167
26168 2008-04-29  Jim Meyering  <meyering@redhat.com>
26169
26170         * modules/mkdir (License): Re-license as LGPLv2+.
26171
26172 2008-04-29  Bruno Haible  <bruno@clisp.org>
26173
26174         * modules/rawmemchr (Maintainer): Set to Eric.
26175         * modules/strchrnul (Maintainer): Likewise.
26176
26177 2008-04-29  Simon Josefsson  <simon@josefsson.org>
26178
26179         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
26180         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
26181
26182         * modules/arpa_inet (arpa/inet.h): Use them.
26183
26184 2008-04-28  Eric Blake  <ebb9@byu.net>
26185
26186         Test getndelim2.
26187         * modules/getndelim2-tests: New file.
26188         * tests/test-getndelim2.c: Likewise.
26189         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
26190         stream.
26191         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
26192
26193         * MODULES.html.sh: Document new module.
26194
26195 2008-04-20  Bruno Haible  <bruno@clisp.org>
26196
26197         * lib/c-stack.c (die): Use raise.
26198         * modules/c-stack (Depends-on): Add raise.
26199
26200 2008-04-28  Bruno Haible  <bruno@clisp.org>
26201
26202         Expect rpmatch to be declared.
26203         * lib/yesno.c (rpmatch): Remove declaration.
26204
26205         Declare rpmatch.
26206         * lib/stdlib.in.h (rpmatch): New declaration.
26207         * lib/rpmatch.c: Include <stdlib.h> first.
26208         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
26209         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
26210         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
26211         HAVE_RPMATCH.
26212         * modules/rpmatch (Depends-on): Add stdlib, extensions.
26213         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
26214         (Include): Set to <stdlib.h>.
26215         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
26216         HAVE_RPMATCH.
26217         * NEWS: Document the change.
26218
26219 2008-04-28  Bruno Haible  <bruno@clisp.org>
26220
26221         Change rpmatch to use nl_langinfo when appropriate.
26222         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
26223         (N_): New macro.
26224         (localized_pattern): New function/macro.
26225         (try): Remove match, nomatch arguments. Copy the pattern into safe
26226         memory before caching it.
26227         (rpmatch): Use localized_pattern. Add translator comments.
26228         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
26229         Suggested by Eric Blake.
26230         * modules/rpmatch (Depends-on): Add stdbool.
26231
26232 2008-04-28  Eric Blake  <ebb9@byu.net>
26233
26234         Add rawmemchr module, matching glibc.
26235         * modules/string (Makefile.am): New indicator.
26236         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
26237         * lib/string.in.h (rawmemchr): Declare when appropriate.
26238         * modules/rawmemchr: New file.
26239         * m4/rawmemchr.m4: Likewise.
26240         * lib/rawmemchr.c: Likewise.
26241         * modules/rawmemchr-tests: Likewise.
26242         * tests/test-rawmemchr.c: Likewise.
26243         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
26244         module.
26245         * modules/strchrnul (Depends-on): Add rawmemchr.
26246         * lib/strchrnul.c (strchrnul): Optimize a corner case.
26247
26248         Whitespace cleanup.
26249         * tests/test-strchrnul.c: Reindent.
26250         * lib/strchrnul.c: Likewise.
26251
26252         Optimize and test strchrnul.
26253         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
26254         * modules/strchrnul-tests: New file.
26255         * tests/test-strchrnul.c: Likewise.
26256
26257         Remove intprops dependency.
26258         * modules/memchr (Depends-on): Remove intprops.
26259         * modules/memrchr (Depends-on): Likewise.
26260         * modules/memchr2 (Depends-on): Likewise.
26261         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
26262         * lib/memrchr.c (__memrchr): Likewise.
26263         * lib/memrchr2.c (memchr2): Likewise.
26264         Reported by Simon Josefsson.
26265
26266 2008-04-28  Simon Josefsson  <simon@josefsson.org>
26267
26268         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
26269         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26270
26271 2008-04-28  Simon Josefsson  <simon@josefsson.org>
26272
26273         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
26274
26275         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
26276
26277         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
26278
26279         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
26280         declarations.
26281         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
26282
26283         * m4/inet_pton.m4: Don't check for header files.
26284
26285         * m4/inet_ntop.m4: Don't check for header files.
26286
26287 2008-04-28  Simon Josefsson  <simon@josefsson.org>
26288
26289         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
26290         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
26291         trigger for cygwin).
26292         Reported by Bruno Haible  <bruno@clisp.org>.
26293
26294 2008-04-28  Bruno Haible  <bruno@clisp.org>
26295
26296         * doc/posix-functions/strdup.texi: Mention mingw problem.
26297
26298 2008-04-27  Bruno Haible  <bruno@clisp.org>
26299
26300         * modules/stat-time-tests (Depends-on): Add sleep.
26301         * tests/test-stat-time.c (force_unlink): New function.
26302         (cleanup): Use it.
26303         (test_mtime): Remove the ctime related tests.
26304         (test_ctime): New function, containing the ctime related tests.
26305         (main): Call test_ctime, except on native Windows platforms.
26306
26307 2008-04-27  Bruno Haible  <bruno@clisp.org>
26308
26309         * lib/rpmatch.c (rpmatch): Add some comments.
26310         Reported by James Youngman <jay@gnu.org>.
26311
26312 2008-04-27  Bruno Haible  <bruno@clisp.org>
26313
26314         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
26315         quiet NaNs.
26316
26317 2008-04-27  Bruno Haible  <bruno@clisp.org>
26318
26319         Make test-yesno.sh work on mingw.
26320         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
26321         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
26322         (main): Set stdin to binary mode.
26323         * modules/yesno-tests (Depends-on): Add binary-io.
26324
26325 2008-04-27  Bruno Haible  <bruno@clisp.org>
26326
26327         Fix 'isfinite' on x86, x86_64, ia64 platforms.
26328         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
26329         argument that lie outside the IEEE 854 domain.
26330         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
26331         (gl_ISFINITE): Use it.
26332         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
26333
26334 2008-04-27  Bruno Haible  <bruno@clisp.org>
26335
26336         Allow local renaming in config.h.
26337         * lib/memrchr.c (memrchr): Don't undefine outside libc.
26338
26339 2008-04-27  Bruno Haible  <bruno@clisp.org>
26340
26341         * lib/memchr.c (__memchr): Change type of 'i'.
26342         * lib/memchr2.c (memchr2): Likewise.
26343
26344 2008-04-26  Eric Blake  <ebb9@byu.net>
26345         and Bruno Haible  <bruno@clisp.org>
26346
26347         Optimize and test memrchr.
26348         * modules/memrchr (Depends-on): Add intprops.
26349         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
26350         * modules/memrchr-tests: New file.
26351         * tests/test-memrchr.c: New file.
26352
26353 2008-04-26  Bruno Haible  <bruno@clisp.org>
26354
26355         Add tentative support for DragonFly BSD.
26356         * lib/stdio-impl.h: Add macros for DragonFly BSD.
26357         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
26358         fp.
26359         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
26360         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
26361         * lib/fpurge.c (fpurge): Likewise.
26362         * lib/freadable.c (freaadable): Likewise.
26363         * lib/freadahead.c (freadahead): Likewise.
26364         * lib/freading.c (freading): Likewise.
26365         * lib/freadptr.c (freadptr): Likewise.
26366         * lib/freadseek.c (freadptrinc): Likewise.
26367         * lib/fseeko.c (fseeko): Likewise.
26368         * lib/fseterr.c (fseterr): Likewise.
26369         * lib/fwritable.c (fwritable): Likewise.
26370         * lib/fwriting.c (fwriting): Likewise.
26371
26372 2008-04-26  Bruno Haible  <bruno@clisp.org>
26373
26374         * lib/stdio-impl.h: New file.
26375         * lib/fbufmode.c: Include stdio-impl.h.
26376         (fbufmode): Use fp_, remove redundant #defines.
26377         * lib/fflush.c: Include stdio-impl.h.
26378         (clear_ungetc_buffer): Remove redundant #defines.
26379         * lib/fpurge.c: Include stdio-impl.h.
26380         (fpurge): Remove redundant #defines.
26381         * lib/freadable.c: Include stdio-impl.h.
26382         (freadable): Remove redundant #defines.
26383         * lib/freadahead.c: Include stdio-impl.h.
26384         (freadahead): Remove redundant #defines.
26385         * lib/freading.c: Include stdio-impl.h.
26386         (freading): Remove redundant #defines.
26387         * lib/freadptr.c: Include stdio-impl.h.
26388         (freadptr): Remove redundant #defines.
26389         * lib/freadseek.c: Include stdio-impl.h.
26390         (freadptrinc): Remove redundant #defines.
26391         * lib/fseeko.c: Include stdio-impl.h.
26392         (rpl_fseeko): Remove redundant #defines.
26393         * lib/fseterr.c: Include stdio-impl.h.
26394         (fseterr): Remove redundant #defines.
26395         * lib/fwritable.c: Include stdio-impl.h.
26396         (fwritable: Remove redundant #defines.
26397         * lib/fwriting.c: Include stdio-impl.h.
26398         (fwriting): Remove redundant #defines.
26399         * modules/fbufmode (Files): Add lib/stdio-impl.h.
26400         * modules/fflush (Files): Likewise.
26401         * modules/fpurge (Files): Likewise.
26402         * modules/freadable (Files): Likewise.
26403         * modules/freadahead (Files): Likewise.
26404         * modules/freading (Files): Likewise.
26405         * modules/freadptr (Files): Likewise.
26406         * modules/freadseek (Files): Likewise.
26407         * modules/fseeko (Files): Likewise.
26408         * modules/fseterr (Files): Likewise.
26409         * modules/fwritable (Files): Likewise.
26410         * modules/fwriting (Files): Likewise.
26411
26412 2008-04-26  Bruno Haible  <bruno@clisp.org>
26413
26414         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
26415         restore_seek_optimization, update_fpos_cache): New functions, extracted
26416         from rpl_fflush.
26417         (rpl_fflush): Use them.
26418         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
26419         (gl_REPLACE_FFLUSH): Use it.
26420
26421 2008-04-26  Bruno Haible  <bruno@clisp.org>
26422
26423         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
26424         on Solaris.
26425         * tests/test-xstrtoimax.sh: Likewise.
26426         * tests/test-xstrtoumax.sh: Likewise.
26427         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26428
26429 2008-04-26  Bruno Haible  <bruno@clisp.org>
26430
26431         * modules/memchr-tests: New file.
26432         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
26433
26434 2008-04-26  Eric Blake  <ebb9@byu.net>
26435             Bruno Haible  <bruno@clisp.org>
26436
26437         * lib/memchr.c: Include intprops.h.
26438         (__memchr): Optimize parallel detection of matching bytes. Rename local
26439         variables. Add explanatory comments.
26440
26441 2008-04-26  Bruno Haible  <bruno@clisp.org>
26442
26443         Fix module 'memchr', broken since 2000-10-28.
26444         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
26445
26446 2008-04-26  Bruno Haible  <bruno@clisp.org>
26447
26448         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
26449         comments.
26450
26451 2008-04-25  Eric Blake  <ebb9@byu.net>
26452
26453         Use native fstatat on cygwin 1.7.0.
26454         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
26455         first.
26456
26457 2008-04-23  Eric Blake  <ebb9@byu.net>
26458
26459         Improve memchr2 performance.
26460         * lib/memchr2.c (memchr2): Further optimize parallel detection of
26461         NUL bytes.
26462         * modules/memchr2 (Depends-on): Use intprops.h.
26463
26464 2008-04-23  Simon Josefsson  <simon@josefsson.org>
26465
26466         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
26467         an inline function instead of a CPP macro.  Patch by Ben Pfaff
26468         <blp@cs.stanford.edu>.
26469
26470 2008-04-23  Simon Josefsson  <simon@josefsson.org>
26471
26472         * lib/arpa_inet.in.h: New file.
26473
26474         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
26475         (Makefile.am): Sed in substitute header file.
26476
26477         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
26478         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
26479
26480         * modules/inet_ntop (configure.ac): Use
26481         gl_ARPA_INET_MODULE_INDICATOR.
26482
26483         * modules/inet_pton (configure.ac): Use
26484         gl_ARPA_INET_MODULE_INDICATOR.
26485
26486 2008-04-22  Jim Meyering  <meyering@redhat.com>
26487
26488         * modules/verify (License): Re-license as LGPLv2+.
26489
26490 2008-04-22  Simon Josefsson  <simon@josefsson.org>
26491
26492         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
26493         parameter to void* as per POSIX standard (MinGW uses char*).
26494
26495 2008-04-21  Bruno Haible  <bruno@clisp.org>
26496
26497         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
26498         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
26499         Define to replacements if REPLACE_ISWCNTRL is 1.
26500         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
26501         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
26502         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
26503         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
26504         what it fixes.
26505         * doc/posix-functions/iswalpha.texi: Likewise.
26506         * doc/posix-functions/iswblank.texi: Likewise.
26507         * doc/posix-functions/iswcntrl.texi: Likewise.
26508         * doc/posix-functions/iswdigit.texi: Likewise.
26509         * doc/posix-functions/iswgraph.texi: Likewise.
26510         * doc/posix-functions/iswlower.texi: Likewise.
26511         * doc/posix-functions/iswprint.texi: Likewise.
26512         * doc/posix-functions/iswpunct.texi: Likewise.
26513         * doc/posix-functions/iswspace.texi: Likewise.
26514         * doc/posix-functions/iswupper.texi: Likewise.
26515         * doc/posix-functions/iswxdigit.texi: Likewise.
26516         Reported by Alain Guibert.
26517
26518 2008-04-21  Bruno Haible  <bruno@clisp.org>
26519
26520         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
26521         Patch by Alain Guibert.
26522
26523 2008-04-21  Bruno Haible  <bruno@clisp.org>
26524
26525         Fix test failures on mingw.
26526         * tests/test-xstrtol.c (print_no_progname): New function.
26527         (main): Install it in error_print_progname hook.
26528         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
26529         * tests/test-xstrtoimax.sh: Likewise.
26530         * tests/test-xstrtoumax.sh: Likewise.
26531
26532 2008-04-21  Bruno Haible  <bruno@clisp.org>
26533
26534         Fix test failure on mingw.
26535         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
26536
26537 2008-04-21  Bruno Haible  <bruno@clisp.org>
26538
26539         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
26540         Actually assign a value.
26541
26542 2008-04-20  Bruno Haible  <bruno@clisp.org>
26543
26544         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
26545         take 2.
26546         * lib/canonicalize.c (canonicalize_file_name): Elide if the
26547         'canonicalize-lgpl' module is also used.
26548         * lib/canonicalize-lgpl.c: Undo last change.
26549         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
26550
26551 2008-04-20  Bruno Haible  <bruno@clisp.org>
26552
26553         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
26554         config.h. Provide _mkdir based fallback for mingw.
26555         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
26556         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
26557         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
26558         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
26559         rather than defining mkdir in config.h.
26560         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
26561         (gl_SYS_STAT_H_DEFAULTS): New macro.
26562         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
26563         HAVE_IO_H any more.
26564         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
26565         HAVE_DECL_MKDIR and HAVE_IO_H.
26566
26567 2008-04-20  Bruno Haible  <bruno@clisp.org>
26568
26569         * lib/isapipe.c: Port to native Windows platforms.
26570
26571 2008-04-20  Bruno Haible  <bruno@clisp.org>
26572
26573         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
26574
26575 2008-04-21  Eric Blake  <ebb9@byu.net>
26576
26577         Work around preprocessors that don't handle UINTMAX_MAX.
26578         * lib/memchr2.c (memchr2): Avoid embedded #if.
26579         Reported by Alain Guibert, fix suggested by Bruno Haible.
26580
26581 2008-04-21  Simon Josefsson  <simon@josefsson.org>
26582
26583         * doc/posix-functions/strftime.texi (strftime): Explain better
26584         Windows incompatibility.  Suggested by Micah Cowan
26585         <micah@cowan.name>.
26586
26587 2008-04-20  Bruno Haible  <bruno@clisp.org>
26588
26589         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
26590         unistr/u8-mblen.
26591
26592 2008-04-20  Bruno Haible  <bruno@clisp.org>
26593
26594         Fix test failure on platforms with non-GNU iconv.
26595         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
26596         (U_TO_U8): Use it, rather than u16_to_u8.
26597         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
26598         units at the end of the input string.
26599         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
26600
26601 2008-04-20  Bruno Haible  <bruno@clisp.org>
26602
26603         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
26604         when the resulting length is 0.
26605         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
26606
26607 2008-04-20  Bruno Haible  <bruno@clisp.org>
26608
26609         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
26610         works.
26611         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
26612
26613 2008-04-20  Bruno Haible  <bruno@clisp.org>
26614
26615         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
26616         * modules/tsearch-tests (configure.ac): Test for initstate function.
26617
26618 2008-04-20  Bruno Haible  <bruno@clisp.org>
26619
26620         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
26621         for nlink_t if missing.
26622         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
26623
26624 2008-04-19  Bruno Haible  <bruno@clisp.org>
26625
26626         Work around snprintf bug on Linux libc5.
26627         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
26628         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
26629         gl_SNPRINTF_SIZE1.
26630         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
26631         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
26632         that test failed.
26633         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
26634         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
26635         * modules/snprintf (Files): Add m4/printf.m4.
26636         * modules/vsnprintf (Files): Likewise.
26637         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
26638         * doc/posix-functions/vsnprintf.texi: Likewise.
26639
26640 2008-04-19  Bruno Haible  <bruno@clisp.org>
26641
26642         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
26643         from 0.0058 to less than 10^-7.
26644
26645 2008-04-19  Bruno Haible  <bruno@clisp.org>
26646
26647         Fix rounding when a precision is given.
26648         * lib/vasnprintf.c (is_borderline): New function.
26649         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
26650         9...9x.
26651         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
26652         %e, %g.
26653         * tests/test-vasprintf-posix.c (test_function): Likewise.
26654         * tests/test-snprintf-posix.h (test_function): Likewise.
26655         * tests/test-sprintf-posix.h (test_function): Likewise.
26656         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
26657         * tests/test-printf-posix.h (test_function): Likewise.
26658         * tests/test-printf-posix.output: Update.
26659         Reported by John Darrington <john@darrington.wattle.id.au> via
26660         Ben Pfaff <blp@cs.stanford.edu>.
26661
26662 2008-04-18  Simon Josefsson  <simon@josefsson.org>
26663
26664         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
26665         Suggested by Bruno Haible <bruno@clisp.org>.
26666
26667 2008-04-17  Bruno Haible  <bruno@clisp.org>
26668
26669         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
26670         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
26671         implementation.
26672         Patch by Bruce Merry <bmerry@gmail.com>.
26673
26674 2008-04-17  Simon Josefsson  <simon@josefsson.org>
26675
26676         * doc/posix-functions/strftime.texi (strftime): Mention that %e
26677         doesn't work under Windows.
26678
26679 2008-04-16  Bruno Haible  <bruno@clisp.org>
26680
26681         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
26682         New macros.
26683         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
26684         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
26685         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
26686         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
26687         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
26688         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
26689         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
26690         macros.
26691         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
26692         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
26693         Northern Sotho, Uighur.
26694
26695 2008-04-16  Bruno Haible  <bruno@clisp.org>
26696
26697         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
26698         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
26699         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
26700         Reported by Daniel Bergström <daniel@octocode.com>.
26701
26702 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
26703             Bruno Haible  <bruno@clisp.org>
26704
26705         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
26706         function.
26707         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
26708         New functions, mostly extracted from gl_locale_name_default.
26709         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
26710
26711 2008-04-16  Eric Blake  <ebb9@byu.net>
26712
26713         Adjust strtod detection to catch glibc 2.7 bug.
26714         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
26715         Reported by John Gatewood Ham.
26716
26717 2008-04-16  Bruno Haible  <bruno@clisp.org>
26718
26719         Add tentative support for Linux libc5.
26720         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
26721         * lib/fpurge.c (fpurge): Likewise.
26722         * lib/freadable.c (freadable): Likewise.
26723         * lib/freadahead.c (freadahead): Likewise.
26724         * lib/freading.c (freading): Likewise.
26725         * lib/freadptr.c (freadptr): Likewise.
26726         * lib/freadseek.c (freadptrinc): Likewise.
26727         * lib/fseeko.c (rpl_fseeko): Likewise.
26728         * lib/fseterr.c (fseterr): Likewise.
26729         * lib/fwritable.c (fwritable): Likewise.
26730         * lib/fwriting.c (fwriting): Likewise.
26731         Reported by Alain Guibert <alguibert+bts@free.fr>.
26732
26733 2008-04-15  Bruno Haible  <bruno@clisp.org>
26734
26735         * modules/mathl (configure.ac): Define module indicator.
26736
26737 2008-04-15  Bruno Haible  <bruno@clisp.org>
26738
26739         * lib/logl.c (logl): Remove unused variables.
26740
26741 2008-04-15  Bruno Haible  <bruno@clisp.org>
26742
26743         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
26744         fails.
26745
26746 2008-04-15  Bruno Haible  <bruno@clisp.org>
26747
26748         * lib/trim.c (trim2): Fix argument of isspace() macro.
26749
26750 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
26751
26752         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
26753         to 0.
26754         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
26755
26756 2008-04-14  Bruno Haible  <bruno@clisp.org>
26757
26758         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
26759         AC_LANG_PROGRAM argument.
26760         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
26761         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
26762         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
26763         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
26764         * m4/math_h.m4 (gl_MATH_H): Likewise.
26765         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
26766         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
26767         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
26768         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
26769         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
26770         * m4/regex.m4 (gl_REGEX): Likewise.
26771         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
26772         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
26773         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
26774         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
26775         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
26776         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
26777         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
26778         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
26779
26780 2008-04-14  Jim Meyering  <meyering@redhat.com>
26781
26782         test-strtod: fix typos: s/abs/fabs/
26783         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
26784
26785 2008-04-13  Bruno Haible  <bruno@clisp.org>
26786
26787         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
26788         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
26789         module is also used and while not building the reloc-wrapper.
26790
26791 2008-04-13  Bruno Haible  <bruno@clisp.org>
26792
26793         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
26794
26795 2008-04-13  Bruno Haible  <bruno@clisp.org>
26796
26797         Fix AIX compilation failure introduced on 2008-04-02.
26798         * tests/test-frexp.c (exp): Undefine before redefining.
26799         * tests/test-frexpl.c (exp): Likewise.
26800
26801 2008-04-13  Bruno Haible  <bruno@clisp.org>
26802
26803         Work around a HP-UX stdio bug.
26804         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
26805         * tests/test-ftello.c (main): Likewise.
26806         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
26807         * doc/posix-functions/ftello.texi: Likewise.
26808
26809 2008-04-13  Bruno Haible  <bruno@clisp.org>
26810
26811         Make test-signbit pass on HP-UX/hppa.
26812         * tests/test-signbit.c (minus_zerol): New variable.
26813         (test_signbitl): Use it.
26814
26815 2008-04-13  Bruno Haible  <bruno@clisp.org>
26816
26817         Make truncl work on OSF/1 4.0.
26818         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
26819         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
26820         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
26821         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
26822         HAVE_DECL_TRUNCL.
26823         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
26824         HAVE_DECL_TRUNCL.
26825         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
26826
26827 2008-04-13  Bruno Haible  <bruno@clisp.org>
26828
26829         * lib/unictype.h: Remove trailing comma from enumeration definitions.
26830
26831 2008-04-13  Bruno Haible  <bruno@clisp.org>
26832
26833         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
26834         expression, so as to avoid HP-UX 11 cc compiler bug.
26835
26836 2008-04-13  Bruno Haible  <bruno@clisp.org>
26837
26838         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
26839
26840 2008-04-13  Bruno Haible  <bruno@clisp.org>
26841
26842         * lib/git-merge-changelog.c: Remove empty declaration outside of
26843         functions.
26844
26845 2008-04-13  Bruno Haible  <bruno@clisp.org>
26846
26847         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
26848
26849 2008-04-13  Bruno Haible  <bruno@clisp.org>
26850
26851         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
26852         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
26853         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
26854         also if it exists but lacks definitions of the SHUT_* macros.
26855         * modules/sys_socket (Description): Update.
26856         Reported by Elbert Pol <e.pol@chello.nl>.
26857
26858 2008-04-13  Bruno Haible  <bruno@clisp.org>
26859
26860         * lib/localcharset.c (OS2): Don't redefine if already defined.
26861         Reported by Elbert Pol <e.pol@chello.nl>.
26862
26863 2008-04-13  Bruno Haible  <bruno@clisp.org>
26864
26865         * lib/binary-io.h [__EMX__]: Include <io.h>.
26866         Reported by Elbert Pol <e.pol@chello.nl>.
26867
26868 2008-04-12  Bruno Haible  <bruno@clisp.org>
26869
26870         * lib/fpucw.h: Enable the definitions also for x86_64.
26871         Needed for NetBSD/x86_64.
26872         Reported by Thomas Klausner <tk@giga.or.at>.
26873
26874 2008-04-12  Bruno Haible  <bruno@clisp.org>
26875
26876         * tests/test-strtod.c: Include isnand.h.
26877         (main): Use isnand instead of isnan.
26878         Reported by Jim Meyering.
26879
26880 2008-04-12  Bruno Haible  <bruno@clisp.org>
26881
26882         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
26883         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
26884
26885 2008-04-12  Jim Meyering  <meyering@redhat.com>
26886
26887         * m4/math_h.m4 (gl_MATH_H): Fix typos.
26888
26889 2008-04-12  Bruno Haible  <bruno@clisp.org>
26890
26891         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
26892         Reported by Elbert Pol <e.pol@chello.nl>.
26893
26894 2008-04-12  Eric Blake  <ebb9@byu.net>
26895
26896         Work around Solaris 10 math.h bug.
26897         * m4/math_h.m4 (gl_MATH_H): Check for bug.
26898         (gl_MATH_H_DEFAULTS): Set up default.
26899         * modules/math (Makefile.am): Replace new indicators.
26900         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
26901         * tests/test-math.c (main): Test this.
26902         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
26903         * doc/posix-headers/math.texi (math.h): Mention bug.
26904         Reported by Nelson H. F. Beebe and Jim Meyering.
26905
26906 2008-04-11  Bruno Haible  <bruno@clisp.org>
26907
26908         Adapt to future versions of Apple GCC.
26909         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
26910         Reported by Peter O'Gorman <peter@pogma.com>.
26911
26912 2008-04-11  Bruno Haible  <bruno@clisp.org>
26913
26914         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
26915
26916 2008-04-11  Bruno Haible  <bruno@clisp.org>
26917
26918         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
26919
26920         * modules/getaddrinfo-tests (Makefile.am): Define
26921         test_getaddrinfo_LDADD.
26922
26923 2008-04-11  Bruno Haible  <bruno@clisp.org>
26924
26925         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
26926         (init): Fix syntax error.
26927         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
26928         is declared.
26929
26930 2008-04-11  Bruno Haible  <bruno@clisp.org>
26931
26932         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
26933         * modules/glob (Depends-on): Add stdbool.
26934
26935 2008-04-11  Bruno Haible  <bruno@clisp.org>
26936
26937         * lib/trim.c: Include <string.h>.
26938
26939 2008-04-11  Eric Blake  <ebb9@byu.net>
26940
26941         Avoid compile failure on OS/2.
26942         * lib/regex_internal.h (internal_function): Disable optimization
26943         on OS/2 (__EMX__), where it caused compiler error.
26944         Reported by Elbert Pol.
26945
26946 2008-04-11  Bruno Haible  <bruno@clisp.org>
26947
26948         Flush the standard error stream before aborting. Needed on mingw.
26949         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
26950         * tests/test-array_list.c (ASSERT): Likewise.
26951         * tests/test-array_oset.c (ASSERT): Likewise.
26952         * tests/test-avltree_list.c (ASSERT): Likewise.
26953         * tests/test-avltree_oset.c (ASSERT): Likewise.
26954         * tests/test-avltreehash_list.c (ASSERT): Likewise.
26955         * tests/test-binary-io.c (ASSERT): Likewise.
26956         * tests/test-byteswap.c (ASSERT): Likewise.
26957         * tests/test-c-ctype.c (ASSERT): Likewise.
26958         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
26959         * tests/test-c-strcasestr.c (ASSERT): Likewise.
26960         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
26961         * tests/test-c-strstr.c (ASSERT): Likewise.
26962         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
26963         * tests/test-canonicalize.c (ASSERT): Likewise.
26964         * tests/test-carray_list.c (ASSERT): Likewise.
26965         * tests/test-ceilf1.c (ASSERT): Likewise.
26966         * tests/test-ceilf2.c (ASSERT): Likewise.
26967         * tests/test-ceill.c (ASSERT): Likewise.
26968         * tests/test-count-one-bits.c (ASSERT): Likewise.
26969         * tests/test-fbufmode.c (ASSERT): Likewise.
26970         * tests/test-fflush2.c (ASSERT): Likewise.
26971         * tests/test-floorf1.c (ASSERT): Likewise.
26972         * tests/test-floorf2.c (ASSERT): Likewise.
26973         * tests/test-floorl.c (ASSERT): Likewise.
26974         * tests/test-fopen.c (ASSERT): Likewise.
26975         * tests/test-fpending.c (ASSERT): Likewise.
26976         * tests/test-fprintf-posix.c (ASSERT): Likewise.
26977         * tests/test-fpurge.c (ASSERT): Likewise.
26978         * tests/test-freadable.c (ASSERT): Likewise.
26979         * tests/test-freadahead.c (ASSERT): Likewise.
26980         * tests/test-freading.c (ASSERT): Likewise.
26981         * tests/test-freadptr.c (ASSERT): Likewise.
26982         * tests/test-freadptr2.c (ASSERT): Likewise.
26983         * tests/test-freadseek.c (ASSERT): Likewise.
26984         * tests/test-freopen.c (ASSERT): Likewise.
26985         * tests/test-frexp.c (ASSERT): Likewise.
26986         * tests/test-frexpl.c (ASSERT): Likewise.
26987         * tests/test-fseek.c (ASSERT): Likewise.
26988         * tests/test-fseeko.c (ASSERT): Likewise.
26989         * tests/test-fstrcmp.c (ASSERT): Likewise.
26990         * tests/test-ftell.c (ASSERT): Likewise.
26991         * tests/test-ftello.c (ASSERT): Likewise.
26992         * tests/test-func.c (ASSERT): Likewise.
26993         * tests/test-fwritable.c (ASSERT): Likewise.
26994         * tests/test-fwriting.c (ASSERT): Likewise.
26995         * tests/test-getdelim.c (ASSERT): Likewise.
26996         * tests/test-getline.c (ASSERT): Likewise.
26997         * tests/test-i-ring.c (ASSERT): Likewise.
26998         * tests/test-iconv-utf.c (ASSERT): Likewise.
26999         * tests/test-iconv.c (ASSERT): Likewise.
27000         * tests/test-isfinite.c (ASSERT): Likewise.
27001         * tests/test-isnand.c (ASSERT): Likewise.
27002         * tests/test-isnanf.c (ASSERT): Likewise.
27003         * tests/test-isnanl.h (ASSERT): Likewise.
27004         * tests/test-ldexpl.c (ASSERT): Likewise.
27005         * tests/test-linked_list.c (ASSERT): Likewise.
27006         * tests/test-linkedhash_list.c (ASSERT): Likewise.
27007         * tests/test-localename.c (ASSERT): Likewise.
27008         * tests/test-lseek.c (ASSERT): Likewise.
27009         * tests/test-mbscasecmp.c (ASSERT): Likewise.
27010         * tests/test-mbscasestr1.c (ASSERT): Likewise.
27011         * tests/test-mbscasestr2.c (ASSERT): Likewise.
27012         * tests/test-mbscasestr3.c (ASSERT): Likewise.
27013         * tests/test-mbscasestr4.c (ASSERT): Likewise.
27014         * tests/test-mbschr.c (ASSERT): Likewise.
27015         * tests/test-mbscspn.c (ASSERT): Likewise.
27016         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
27017         * tests/test-mbspbrk.c (ASSERT): Likewise.
27018         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
27019         * tests/test-mbsrchr.c (ASSERT): Likewise.
27020         * tests/test-mbsspn.c (ASSERT): Likewise.
27021         * tests/test-mbsstr1.c (ASSERT): Likewise.
27022         * tests/test-mbsstr2.c (ASSERT): Likewise.
27023         * tests/test-mbsstr3.c (ASSERT): Likewise.
27024         * tests/test-memchr2.c (ASSERT): Likewise.
27025         * tests/test-memmem.c (ASSERT): Likewise.
27026         * tests/test-open.c (ASSERT): Likewise.
27027         * tests/test-printf-frexp.c (ASSERT): Likewise.
27028         * tests/test-printf-frexpl.c (ASSERT): Likewise.
27029         * tests/test-printf-posix.c (ASSERT): Likewise.
27030         * tests/test-quotearg.c (ASSERT): Likewise.
27031         * tests/test-rbtree_list.c (ASSERT): Likewise.
27032         * tests/test-rbtree_oset.c (ASSERT): Likewise.
27033         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
27034         * tests/test-round1.c (ASSERT): Likewise.
27035         * tests/test-roundf1.c (ASSERT): Likewise.
27036         * tests/test-roundl.c (ASSERT): Likewise.
27037         * tests/test-signbit.c (ASSERT): Likewise.
27038         * tests/test-sleep.c (ASSERT): Likewise.
27039         * tests/test-snprintf-posix.c (ASSERT): Likewise.
27040         * tests/test-snprintf.c (ASSERT): Likewise.
27041         * tests/test-sprintf-posix.c (ASSERT): Likewise.
27042         * tests/test-stat-time.c (ASSERT): Likewise.
27043         * tests/test-strcasestr.c (ASSERT): Likewise.
27044         * tests/test-strerror.c (ASSERT): Likewise.
27045         * tests/test-striconv.c (ASSERT): Likewise.
27046         * tests/test-striconveh.c (ASSERT): Likewise.
27047         * tests/test-striconveha.c (ASSERT): Likewise.
27048         * tests/test-strsignal.c (ASSERT): Likewise.
27049         * tests/test-strstr.c (ASSERT): Likewise.
27050         * tests/test-strtod.c (ASSERT): Likewise.
27051         * tests/test-trunc1.c (ASSERT): Likewise.
27052         * tests/test-trunc2.c (ASSERT): Likewise.
27053         * tests/test-truncf1.c (ASSERT): Likewise.
27054         * tests/test-truncf2.c (ASSERT): Likewise.
27055         * tests/test-truncl.c (ASSERT): Likewise.
27056         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
27057         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
27058         * tests/test-vasnprintf.c (ASSERT): Likewise.
27059         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
27060         * tests/test-vasprintf.c (ASSERT): Likewise.
27061         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
27062         * tests/test-vprintf-posix.c (ASSERT): Likewise.
27063         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
27064         * tests/test-vsnprintf.c (ASSERT): Likewise.
27065         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
27066         * tests/test-wcwidth.c (ASSERT): Likewise.
27067         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
27068         * tests/test-xprintf-posix.c (ASSERT): Likewise.
27069         * tests/test-xvasprintf.c (ASSERT): Likewise.
27070         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
27071         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
27072         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
27073         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
27074         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
27075         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
27076         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
27077         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
27078         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
27079         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
27080         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
27081         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
27082         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
27083         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
27084         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
27085         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
27086         * tests/unictype/test-block_list.c (ASSERT): Likewise.
27087         * tests/unictype/test-block_of.c (ASSERT): Likewise.
27088         * tests/unictype/test-block_test.c (ASSERT): Likewise.
27089         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
27090         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
27091         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
27092         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
27093         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
27094         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
27095         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
27096         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
27097         * tests/unictype/test-combining.c (ASSERT): Likewise.
27098         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
27099         * tests/unictype/test-digit.c (ASSERT): Likewise.
27100         * tests/unictype/test-mirror.c (ASSERT): Likewise.
27101         * tests/unictype/test-numeric.c (ASSERT): Likewise.
27102         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
27103         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
27104         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
27105         * tests/unictype/test-scripts.c (ASSERT): Likewise.
27106         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
27107         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
27108         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
27109         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
27110         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
27111         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
27112         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
27113         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
27114         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
27115         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
27116         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
27117         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
27118         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
27119         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
27120         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
27121         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
27122         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
27123         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
27124         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
27125         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
27126         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
27127         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
27128         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
27129         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
27130         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
27131         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
27132         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
27133         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
27134         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
27135         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
27136         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
27137         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
27138         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
27139         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
27140         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
27141         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
27142         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
27143         Reported by Eric Blake.
27144
27145 2008-04-11  Bruno Haible  <bruno@clisp.org>
27146
27147         * lib/wchar.in.h: Tweak comment.
27148
27149 2008-04-11  Bruno Haible  <bruno@clisp.org>
27150
27151         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
27152         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
27153         gl_COMMON.
27154         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
27155
27156 2008-04-11  Bruno Haible  <bruno@clisp.org>
27157
27158         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
27159
27160 2008-04-11  Simon Josefsson  <simon@josefsson.org>
27161
27162         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
27163         of attempting to use non-existing /dev/*random.  Based on patch
27164         from Adam Strzelecki <ono@java.pl> in
27165         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
27166
27167 2008-04-08  Bruno Haible  <bruno@clisp.org>
27168
27169         Add tentative support for emx+gcc.
27170         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
27171         * lib/fpurge.c (fpurge): Likewise.
27172         * lib/freadable.c (freadable): Likewise.
27173         * lib/freadahead.c (freadahead): Likewise.
27174         * lib/freading.c (freading): Likewise.
27175         * lib/freadptr.c (freadptr): Likewise.
27176         * lib/freadseek.c (freadptrinc): Likewise.
27177         * lib/fseeko.c (rpl_fseeko): Likewise.
27178         * lib/fseterr.c (fseterr): Likewise.
27179         * lib/fwritable.c (fwritable): Likewise.
27180         * lib/fwriting.c (fwriting): Likewise.
27181         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
27182
27183 2008-04-09  Eric Blake  <ebb9@byu.net>
27184
27185         Avoid some autoconf warnings.
27186         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
27187         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
27188         * m4/afs.m4 (gl_AFS): Likewise.
27189         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
27190         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
27191         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
27192         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
27193         (gl_INTEGER_TYPE_SUFFIX): Likewise.
27194         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
27195         (AC_CHECK_DECLS_ONCE): Likewise.
27196         Rename file...
27197         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
27198         gnulib-tool requires autoconf 2.59 or better.
27199         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
27200
27201 2008-04-08  Eric Blake  <ebb9@byu.net>
27202
27203         Use 'git describe --match' if present (added in git 1.5.5).
27204         * build-aux/git-version-gen: Limit result to tags that match 'v*'
27205         if possible.
27206
27207 2008-04-08  Bruno Haible  <bruno@clisp.org>
27208
27209         Add tentative support for OpenServer.
27210         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
27211         _ptr, _cnt.
27212         * lib/fpurge.c (fpurge): Likewise.
27213         * lib/freadable.c (freadable): Likewise.
27214         * lib/freadahead.c (freadahead): Likewise.
27215         * lib/freading.c (freading): Likewise.
27216         * lib/freadptr.c (freadptr): Likewise.
27217         * lib/freadseek.c (freadptrinc): Likewise.
27218         * lib/fseeko.c (rpl_fseeko): Likewise.
27219         * lib/fseterr.c (fseterr): Likewise.
27220         * lib/fwritable.c (fwritable): Likewise.
27221         * lib/fwriting.c (fwriting): Likewise.
27222         Reported by Roger Cornelius <rac@tenzing.org> and
27223         Brian K. White <brian@aljex.com>.
27224
27225 2008-04-06  Jim Meyering  <meyering@redhat.com>
27226
27227         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
27228
27229 2008-04-06  Bruno Haible  <bruno@clisp.org>
27230
27231         Avoid possible error with non-ASCII bytes in UTF-8 locales.
27232         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
27233         * tests/test-printf-posix.sh: Likewise.
27234         * tests/test-vfprintf-posix.sh: Likewise.
27235         * tests/test-vprintf-posix.sh: Likewise.
27236         * tests/test-xprintf-posix.sh: Likewise.
27237
27238 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27239
27240         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
27241         hide error from 'ls', needed on OS/2.
27242         Report by Elbert Pol <elbert.pol@gmail.com>.
27243
27244 2008-04-04  Eric Blake  <ebb9@byu.net>
27245
27246         Make test-fseeko.c failures meaningful.
27247         * tests/test-fseeko.c: Print line number on failure.
27248         * tests/test-fseek.c: Likewise.
27249         Reported by Nelson H. F. Beebe.
27250
27251         Improve strtod bug detection check.
27252         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
27253         required for Solaris 10.
27254         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
27255
27256 2008-04-04  Bruno Haible  <bruno@clisp.org>
27257
27258         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
27259         by m4/setenv.m4.
27260
27261 2008-04-03  Eric Blake  <ebb9@byu.net>
27262
27263         Ensure sane .version contents.
27264         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
27265         version string.
27266         * build-aux/git-version-gen: Improve documentation.
27267
27268         Make GNU make output nicer.
27269         * top/GNUmakefile [!_have-Makefile]: Add dependency on
27270         MAKECMDGOALS to enforce message for all command line targets.  Set
27271         srcdir for use in maint.mk.
27272
27273         Another maintainer tweak.
27274         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
27275         a target that regenerates version.
27276
27277 2008-04-03  Jim Meyering  <meyering@redhat.com>
27278
27279         vc-list-files: don't cause coreutils "make po-check" failure
27280         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
27281
27282 2008-04-03  Eric Blake  <ebb9@byu.net>
27283
27284         Allow VPATH usage of vc-list-files.
27285         * build-aux/vc-list-files (scriptversion): Add timestamp.
27286         (options): Add --help, --version, -C.
27287         (CVS): Support installed cvsu.
27288
27289 2008-04-02  Bruno Haible  <bruno@clisp.org>
27290
27291         Avoid some "statement with no effect" warnings from gcc.
27292         * tests/test-wctype.c (main): Explicitly ignore unused values.
27293         Reported by Jim Meyering.
27294
27295 2008-04-02  Jim Meyering  <meyering@redhat.com>
27296
27297         Avoid some warnings from "gcc -Wshadow".
27298         * tests/test-frexp.c (exp): Define to a different identifier.
27299         * tests/test-frexpl.c (exp): Likewise.
27300
27301 2008-04-03  Jim Meyering  <meyering@redhat.com>
27302
27303         bootstrap: remove dangling *.[ch] symlinks from lib
27304         * build-aux/bootstrap [dangling symlink removal]: Move find's
27305         -depth option to precede all others, to avoid a warning.
27306         Remove *.[ch] files too, and from "$source_base" (usually lib/).
27307
27308 2008-04-02  Bruno Haible  <bruno@clisp.org>
27309
27310         Avoid some warnings from "gcc -Wshadow".
27311         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
27312         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
27313         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
27314         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
27315         Reported by Jim Meyering.
27316
27317 2008-04-01  Bruno Haible  <bruno@clisp.org>
27318
27319         Fix test to work on IRIX 6.5 with cc.
27320         * tests/test-math.c (numeric_equal): New function.
27321         (main): Use it.
27322
27323 2008-04-01  Bruno Haible  <bruno@clisp.org>
27324
27325         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
27326
27327 2008-04-01  Bruno Haible  <bruno@clisp.org>
27328
27329         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
27330         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
27331         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
27332         (Depends-on): Remove math.
27333
27334         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
27335         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
27336         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
27337         (Depends-on): Remove math.
27338
27339         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
27340         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
27341         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
27342         (Depends-on): Remove math.
27343         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
27344         (Depends-on): Remove math.
27345
27346         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
27347         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
27348         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
27349         (Depends-on): Remove math.
27350         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
27351         (Depends-on): Remove math.
27352
27353         * tests/test-round1.c: Include nan.h.
27354         (main): Use NaNd instead of NAN.
27355         * modules/round-tests (Files): Add tests/nan.h.
27356
27357         * tests/test-trunc1.c: Include nan.h.
27358         (main): Use NaNd instead of NAN.
27359         * modules/trunc-tests (Files): Add tests/nan.h.
27360
27361         * tests/test-roundf1.c: Include nan.h.
27362         (main): Use NaNf instead of NAN.
27363         * modules/roundf-tests (Files): Add tests/nan.h.
27364
27365         * tests/test-truncf1.c: Include nan.h.
27366         (main): Use NaNf instead of NAN.
27367         * modules/truncf-tests (Files): Add tests/nan.h.
27368
27369         * tests/test-ceilf1.c: Include nan.h.
27370         (main): Use NaNf instead of NAN.
27371         * modules/ceilf-tests (Files): Add tests/nan.h.
27372
27373         * tests/test-floorf1.c: Include nan.h.
27374         (main): Use NaNf instead of NAN.
27375         * modules/floorf-tests (Files): Add tests/nan.h.
27376
27377         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
27378         (main): Use NaNf instead of NAN.
27379         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
27380
27381         * tests/test-isnand.c: Include nan.h instead of <math.h>.
27382         (main): Use NaNd instead of NAN.
27383         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
27384
27385         * tests/test-frexp.c: Include nan.h.
27386         (main): Use NaNd instead of NAN.
27387         * modules/frexp-tests (Files): Add tests/nan.h.
27388
27389         * lib/isnan.c: Don't include <math.h>.
27390         (FUNC): Don't use NAN macro.
27391         * modules/isnand-nolibm (Depends-on): Remove math.
27392         * modules/isnanf-nolibm (Depends-on): Remove math.
27393         * modules/isnanl (Depends-on): Remove math.
27394         * modules/isnanl-nolibm (Depends-on): Remove math.
27395
27396         * tests/nan.h: New file.
27397
27398 2008-04-01  Eric Blake  <ebb9@byu.net>
27399
27400         Fix typos.
27401         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
27402         values to be the right type.
27403
27404         For now, cater to gnulib strtod inaccuracies.
27405         * tests/test-strtod.c (main): Allow 1-ulp error on expected
27406         fractional results.  While not as nice from a QoI perspective, it
27407         is a quicker patch than correctly implementing decimal to binary
27408         rounding.
27409
27410 2008-03-31  Eric Blake  <ebb9@byu.net>
27411
27412         Guarantee a definition of NAN.
27413         * lib/math.in.h (NAN): Define if missing.
27414         * tests/test-math.c (main): Test it.
27415         * doc/posix-headers/math.texi (math.h): Document this.
27416         * lib/isnan.c (rpl_isnand): Use it.
27417         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
27418         * tests/test-floorf1.c (NaN): Likewise.
27419         * tests/test-frexp.c (NaN): Likewise.
27420         * tests/test-isnand.c (NaN): Likewise.
27421         * tests/test-isnanf.c (NaN): Likewise.
27422         * tests/test-round1.c (NaN): Likewise.
27423         * tests/test-roundf1.c (NaN): Likewise.
27424         * tests/test-snprintf-posix.h (NaN): Likewise.
27425         * tests/test-sprintf-posix.h (NaN): Likewise.
27426         * tests/test-trunc1.c (NaN): Likewise.
27427         * tests/test-truncf1.c (NaN): Likewise.
27428         * tests/test-vasnprintf-posix.c (NaN): Likewise.
27429         * tests/test-vasprintf-posix.c (NaN): Likewise.
27430         * modules/isnand-nolibm (Depends-on): Add math.
27431         * modules/isnanf-nolibm (Depends-on): Likewise.
27432         * modules/isnanl (Depends-on): Likewise.
27433         * modules/isnanl-nolibm (Depends-on): Likewise.
27434         * modules/snprintf-posix-tests (Depends-on): Likewise.
27435         * modules/sprintf-posix-tests (Depends-on): Likewise.
27436         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
27437         * modules/vsprintf-posix-tests (Depends-on): Likewise.
27438         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
27439         * modules/vasprintf-posix-tests (Depends-on): Likewise.
27440
27441 2008-03-31  Bruno Haible  <bruno@clisp.org>
27442
27443         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
27444         * doc/posix-functions/strtod.texi: Likewise.
27445
27446 2008-03-31  Bruno Haible  <bruno@clisp.org>
27447
27448         * tests/test-strtod.c (main): Don't use C99 syntax.
27449
27450 2008-03-31  Bruno Haible  <bruno@clisp.org>
27451
27452         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
27453         Reported by Eric Blake.
27454
27455 2008-03-31  Jim Meyering  <meyering@redhat.com>
27456
27457         Don't compare actual signbit return values.
27458         * tests/test-strtod.c (main): Rather, compare only their
27459         zero/non-zero nature.
27460
27461 2008-03-31  Eric Blake  <ebb9@byu.net>
27462
27463         More strtod documentation.
27464         * doc/posix-functions/strtod.texi (strtod): Interpret more test
27465         failures as distinct bugs.
27466
27467 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
27468
27469         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
27470         Problem reported by Erik Benada in
27471         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
27472
27473 2008-03-30  Bruno Haible  <bruno@clisp.org>
27474
27475         * tests/test-strtod.c: Add comments about which assertion fails on which
27476         platform.
27477         * doc/posix-functions/strtod.texi: Add info about many more platforms.
27478
27479 2008-03-30  Eric Blake  <ebb9@byu.net>
27480
27481         Test signbit behavior on zeros.
27482         * tests/test-signbit.c (test_signbitf): Add tests for zero.
27483         (test_signbitd, test_signbitl): Likewise.
27484
27485         More strtod touchups.
27486         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
27487         sign of negative underflow, for now.  Use .5, not .1.
27488         * doc/posix-functions/strtod.texi (strtod): Mention these
27489         limitations.
27490         Reported by Jim Meyering.
27491
27492 2008-03-30  Bruno Haible  <bruno@clisp.org>
27493
27494         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
27495         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
27496
27497 2008-03-30  Bruno Haible  <bruno@clisp.org>
27498
27499         Avoid failure when attempting to return empty iconv results on some
27500         platforms.
27501         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
27502         allocation, don't report ENOMEM when the resulting string is empty.
27503
27504 2008-03-30  Bruno Haible  <bruno@clisp.org>
27505
27506         Fix buffer overrun.
27507         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
27508         Don't consider the width for tmp_length. Check count against tmp_length
27509         before doing the padding. Ensure enough allocation during padding.
27510
27511 2008-03-30  Eric Blake  <ebb9@byu.net>
27512
27513         strtod touchups.
27514         * lib/strtod.c (strtod): Avoid compiler warnings.
27515         Reported by Jim Meyering.
27516
27517 2008-03-30  Bruno Haible  <bruno@clisp.org>
27518
27519         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
27520         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
27521         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
27522         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
27523         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
27524         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
27525         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
27526         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
27527
27528         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
27529         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
27530         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
27531         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
27532         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
27533         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
27534         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
27535         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
27536
27537         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
27538         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
27539         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
27540         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
27541         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
27542         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
27543         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
27544         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
27545
27546         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
27547         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
27548
27549         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
27550         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
27551
27552         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
27553         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
27554
27555         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
27556         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
27557         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
27558
27559         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
27560         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
27561         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
27562
27563         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
27564         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
27565         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
27566
27567         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
27568         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
27569         * modules/vasprintf (Depends-on): Add EOVERFLOW.
27570
27571         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
27572         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
27573         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
27574         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
27575         (Depends-on): Add EOVERFLOW.
27576         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
27577         (Depends-on): Add EOVERFLOW.
27578         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
27579         (Depends-on): Add EOVERFLOW.
27580         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
27581         (Depends-on): Add EOVERFLOW.
27582         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
27583         (Depends-on): Add EOVERFLOW.
27584         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
27585         (Depends-on): Add EOVERFLOW.
27586         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
27587         (Depends-on): Add EOVERFLOW.
27588         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
27589         (Depends-on): Add EOVERFLOW.
27590
27591         * lib/sprintf.c (EOVERFLOW): Remove fallback.
27592         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
27593         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
27594
27595         * lib/snprintf.c (EOVERFLOW): Remove fallback.
27596         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
27597         * modules/snprintf (Depends-on): Add EOVERFLOW.
27598
27599         * lib/poll.c (EOVERFLOW): Remove fallback.
27600         * modules/poll (Depends-on): Add EOVERFLOW.
27601
27602         * lib/getugroups.c (EOVERFLOW): Remove fallback.
27603         * modules/getugroups (Depends-on): Add EOVERFLOW.
27604
27605         * lib/getdelim.c (EOVERFLOW): Remove fallback.
27606         * modules/getdelim (Depends-on): Add EOVERFLOW.
27607
27608         * lib/ftell.c (EOVERFLOW): Remove fallback.
27609         * modules/ftell (Depends-on): Add EOVERFLOW.
27610
27611         * lib/fprintf.c (EOVERFLOW): Remove fallback.
27612         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
27613         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
27614
27615         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
27616
27617         * modules/EOVERFLOW-tests: New file.
27618         * tests/test-EOVERFLOW.c: New file.
27619
27620         * modules/EOVERFLOW: New file.
27621         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
27622
27623 2008-03-30  Bruno Haible  <bruno@clisp.org>
27624
27625         Fix bug introduced on 2007-06-10.
27626         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
27627         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
27628
27629 2008-03-30  Bruno Haible  <bruno@clisp.org>
27630
27631         Improve freadseek's efficiency after ungetc.
27632         * lib/freadseek.c: Include freadahead.h.
27633         (freadptrinc): New function, extracted from freadseek.
27634         (freadseek): Use it in a loop. Use freadahead to determine the number
27635         of loop iterations.
27636         * modules/freadseek (Depends-on): Add freadahead.
27637         (configure.ac): Require AC_C_INLINE.
27638
27639 2008-03-30  Bruno Haible  <bruno@clisp.org>
27640
27641         * lib/freadseek.c (freadseek): Don't ignore the return value of
27642         freadptr.
27643
27644 2008-03-29  Eric Blake  <ebb9@byu.net>
27645
27646         Add hex float support.
27647         * modules/strtod (Depends-on): Add c-ctype.
27648         (Link): Mention POW_LIB.
27649         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
27650         whitespace between 'e' and exponent.
27651         * tests/test-strtod.c (main): Enable hex float tests.
27652         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
27653         now provides.
27654
27655         Document various strtod bugs, with some fixes.
27656         * doc/posix-functions/strtod.texi (strtod): Document bugs with
27657         "-0x", "inf", "nan", and hex constants.
27658         * doc/posix-functions/atof.texi (atof): Likewise.
27659         * modules/stdlib (Makefile.am): Support strtod.
27660         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
27661         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
27662         detect additional strtod bugs.
27663         * lib/stdlib.in.h (rpl_strtod): Add declarations.
27664         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
27665         bool where appropriate.  Parse 'inf' and 'nan'.
27666         * tests/test-strtod.c: New file.
27667         * modules/strtod (Depends-on): Add stdbool, stdlib.
27668         (configure.ac): Turn on module indicator.
27669         * modules/strtod-tests: New module.
27670
27671 2008-03-29  Eric Blake  <ebb9@byu.net>
27672
27673         Fix ftell on mingw.
27674         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
27675         * modules/ftell-tests (Depends-on): Add binary-io.
27676         * modules/ftello-tests (Depends-on): Likewise.
27677         * tests/test-ftell.c (main): Enhance test to cover behavior after
27678         ungetc.  Enforce binary mode.
27679         * tests/test-ftello.c (main): Likewise.
27680
27681         Pass test-freadseek on cygwin.
27682         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
27683         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
27684         ungetc buffer.
27685
27686         * tests/test-fflush2.c (main): Fix typo.
27687
27688 2008-03-29  Bruno Haible  <bruno@clisp.org>
27689
27690         * tests/test-fflush2.c (main): Temporarily disable the contents of
27691         this test.
27692         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
27693         Reported by Eric Blake.
27694
27695 2008-03-28  Simon Josefsson  <simon@josefsson.org>
27696
27697         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
27698         (GC_SHA224_DIGEST_SIZE): Add.
27699
27700         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
27701         (gc_hash_digest_length): Likewise.
27702         (gc_hash_buffer): Likewise.
27703
27704 2008-03-25  Bruno Haible  <bruno@clisp.org>
27705
27706         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
27707         detail which gettext release to use.
27708         Reported by Simon Josefsson.
27709
27710 2008-03-26  Jim Meyering  <meyering@redhat.com>
27711
27712         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
27713         * modules/gnumakefile (clean-GNUmakefile): Also, use
27714         test ... && ... || : syntax rather than if-then ... fi.
27715
27716         gnumakefile: Don't double-quote-expand $(VPATH) value.
27717         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
27718
27719 2008-03-24  Eric Blake  <ebb9@byu.net>
27720
27721         Alter GNUmakefile to install into top directory.
27722         * modules/maintainer-makefile: Split, and add dependency...
27723         * modules/gnumakefile: to this new module.
27724         * build-aux/GNUmakefile: Move...
27725         * top/GNUmakefile: ...here.
27726         * build-aux/maint.mk: Move...
27727         * top/maint.mk: ...here.
27728         * MODULES.html.sh (Support for maintaining...): Document new
27729         module.
27730
27731 2008-03-23  Bruno Haible  <bruno@clisp.org>
27732
27733         * gnulib-tool: New options --vc-files, --no-vc-files.
27734         (func_usage): Document them.
27735         (vc_files): New variable.
27736         (func_import): Consider vc_files.
27737         (func_create_testdir): Set vc_files to empty.
27738         Suggested by Jim Meyering and Karl Berry.
27739
27740 2008-03-23  Bruno Haible  <bruno@clisp.org>
27741
27742         Fix regex compilation error on HP-UX 11.
27743         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
27744         * modules/regex (Files): Add m4/mbstate_t.m4.
27745         Reported by Ton Voon <ton.voon@altinity.com>.
27746
27747 2008-03-23  Bruno Haible  <bruno@clisp.org>
27748
27749         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
27750
27751 2008-03-23  Eric Blake  <ebb9@byu.net>
27752             Bruno Haible  <bruno@clisp.org>
27753
27754         Install files from top/ in the destination directory.
27755         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
27756         augmentation also for the files from top/.
27757         (func_import, func_create_testdir): Rewrite file names:
27758         top/filename -> filename.
27759
27760 2008-03-23  Bruno Haible  <bruno@clisp.org>
27761
27762         Tweak "gnulib --version" output.
27763         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
27764
27765 2008-03-23  Bruno Haible  <bruno@clisp.org>
27766
27767         Tweak "gnulib --version" output.
27768         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
27769         rather than contents of ChangeLog, when possible.
27770
27771 2008-03-21  Eric Blake  <ebb9@byu.net>
27772
27773         More --version tweaks.
27774         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
27775         date of last ChangeLog entry.
27776
27777 2008-03-21  Jim Meyering  <meyering@redhat.com>
27778
27779         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
27780
27781 2008-03-20  Eric Blake  <ebb9@byu.net>
27782
27783         VPATH fix.
27784         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
27785
27786 2008-03-20  Simon Josefsson  <simon@josefsson.org>
27787
27788         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
27789         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
27790
27791 2008-03-20  Eric Blake  <ebb9@byu.net>
27792
27793         Sync GNUmakefile with coreutils.
27794         * build-aux/GNUmakefile (have-Makefile): Rename...
27795         (_have-Makefile): ...to this, for namespace consideration.
27796         (GNUmakefile.cfg): Include, if present.
27797         (_autoreconf): Define a default.
27798         (_is-dist-target): New rule for rebuilds to pick up intra-release
27799         version.
27800         (maint-cfg.mk): Rename...
27801         (cfg.mk): ...to this.
27802
27803 2008-03-18  Jim Meyering  <meyering@redhat.com>
27804
27805         New script and module: mktempd
27806         * MODULES.html.sh (maint+release support): Add mktempd.
27807         * build-aux/mktempd: New file.
27808         * modules/mktempd: New file.
27809
27810 2008-03-15  Jim Meyering  <meyering@redhat.com>
27811
27812         Undo last change.
27813         * lib/sha1.c, lib/md5.c: 63 != ~63.
27814         Reported by Andreas Schwab.
27815
27816         sha1.c, md5.c: Hoist a redundant expression.
27817         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
27818         "ctx->buflen" only once, before calling *_process_block.
27819         * lib/md5.c (md5_process_bytes): Likewise.
27820
27821 2008-03-14  Eric Blake  <ebb9@byu.net>
27822
27823         Bump copyright year in files generated by gnulib-tool.
27824         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
27825         gnulib-tool, rather than hard-coding it.
27826
27827         Fix 'gnulib-tool --version' output to work with git.
27828         * gnulib-tool (func_gnulib_dir): New function, extracted from...
27829         (startup): ...here.
27830         (func_version): Use it to invoke git-version-gen, rather than
27831         relying on CVS keyword expansion.  Modernize wording.
27832         (cvsdatestamp, last_checkin_date, version): Kill unused
27833         variables.
27834
27835 2008-03-12  Jim Meyering  <meyering@redhat.com>
27836
27837         Recognize optional cast of the argument to free.
27838         * build-aux/useless-if-before-free: Update regexps.
27839
27840         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
27841
27842 2008-03-11  Bruno Haible  <bruno@clisp.org>
27843
27844         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
27845         by a single package.
27846         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
27847         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
27848         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
27849         Reported by Sam Steingold <sds@gnu.org>.
27850
27851 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
27852
27853         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
27854         repositories.
27855
27856 2008-03-11  Bruno Haible  <bruno@clisp.org>
27857
27858         Avoid conflicts between local macro definitions.
27859         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
27860         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
27861
27862 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
27863             Bruno Haible  <bruno@clisp.org>
27864
27865         Make va_copy work with some version of xlc on AIX 5.1.
27866         * lib/stdarg.in.h: New file.
27867         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
27868         On AIX, use a <stdarg.h> file substitute.
27869         * modules/stdarg (Files): Add lib/stdarg.in.h.
27870         (Depends-on): Add include_next.
27871         (Makefile.am): Build a stdarg.h substitute if requested.
27872         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
27873
27874 2008-03-10  Bruno Haible  <bruno@clisp.org>
27875
27876         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
27877         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
27878         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
27879
27880 2008-03-10  Bruno Haible  <bruno@clisp.org>
27881
27882         * modules/stdlib (Depends-on): Add include_next, remove
27883         absolute-header.
27884
27885 2008-03-09  Bruno Haible  <bruno@clisp.org>
27886
27887         * lib/freadahead.h (freadahead): Document more precisely.
27888         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
27889         the sum of both buffer sizes.
27890         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
27891         * NEWS: Document the change.
27892
27893 2008-03-09  Bruno Haible  <bruno@clisp.org>
27894
27895         Extend freadptr to return also the buffer size.
27896         * lib/freadptr.h (freadptr): Add sizep argument.
27897         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
27898         (freadptr): Add sizep argument. Determine buffer size like freadahead
27899         does.
27900         * tests/test-freadptr.c: Don't include freadahead.h.
27901         (main): Adapt for new calling convention of freadptr.
27902         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
27903         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
27904         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
27905         tests/test-freadptr2.sh.
27906         (Depends): Remove freadahead.
27907         (TESTS): Add test-freadptr2.sh.
27908         (check_PROGRAMS): Add test-freadptr2.
27909
27910 2008-03-09  Bruno Haible  <bruno@clisp.org>
27911
27912         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
27913         Report and solution by Simon Josefsson.
27914
27915 2008-03-06  Bruno Haible  <bruno@clisp.org>
27916
27917         Make fflush after ungetc work on BSD platforms.
27918         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
27919         * tests/test-fflush2.c: New file.
27920         * tests/test-fflush2.sh: New file.
27921         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
27922         tests/test-fflush2.c.
27923         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
27924         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
27925
27926 2008-03-06  Eric Blake  <ebb9@byu.net>
27927
27928         Likewise for ftello.
27929         * modules/ftello (Dependencies): Add extensions.
27930         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
27931
27932 2008-03-06  Bruno Haible  <bruno@clisp.org>
27933
27934         * modules/fseeko (Dependencies): Add extensions.
27935         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
27936         Needed on glibc systems.
27937
27938 2008-03-06  Bruno Haible  <bruno@clisp.org>
27939
27940         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
27941         email address.
27942         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
27943
27944 2008-03-06  Bruno Haible  <bruno@clisp.org>
27945
27946         * users.txt: Add libgnupdf.
27947
27948 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
27949
27950         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
27951         (Header File Substitutes, Function Substitutes,
27952         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
27953         (Build robot for gnulib): Fix typo.
27954
27955 2008-03-06  Bruno Haible  <bruno@clisp.org>
27956
27957         * doc/gnulib-tool.texi (VCS Issues): Small updates.
27958         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
27959
27960 2008-03-06  Bruno Haible  <bruno@clisp.org>
27961
27962         * doc/func.texi: New file, extracted from doc/gnulib.texi.
27963         * doc/gnulib.texi: Include it.
27964
27965 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27966
27967         * modules/func (License): Change license to unlimited; there was
27968         no LGPL parts in the module anyway.
27969
27970 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27971
27972         * modules/__func__: Renamed to modules/func.
27973         * modules/__func__-tests: Renamed to modules/func-tests.
27974         * tests/test-__func__.c: Renamed to tests/test-func.c.
27975         * m4/__func__.m4: Renamed to m4/func.m4.
27976         * doc/gnulib.texi (__func__): Section renamed to func.
27977         Suggested by Eric Blake <ebb9@byu.net>.
27978
27979 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27980
27981         * doc/gnulib.texi (__func__): Use C99 terminology when talking
27982         about __func__.  Make example self-contained.  Suggested by Eric
27983         Blake <ebb9@byu.net>.
27984
27985         * tests/test-__func__.c (main): Avoid extraneous () around __func.
27986         Suggested by Eric Blake <ebb9@byu.net>.
27987
27988 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27989
27990         * modules/__func__: New file.
27991         * modules/__func__-tests: New file.
27992         * tests/test-__func__.c: New file.
27993         * m4/__func__.m4: New file.
27994         * doc/gnulib.texi (__func__): Document __func__ module.
27995
27996 2008-03-05  Simon Josefsson  <simon@josefsson.org>
27997
27998         * modules/byteswap (License): Re-license as LGPLv2+.
27999
28000 2008-03-05  Simon Josefsson  <simon@josefsson.org>
28001
28002         * doc/Makefile: Add pdf target.
28003
28004 2008-03-05  Simon Josefsson  <simon@josefsson.org>
28005
28006         * modules/inline (License): Use 'unlimited', since there are only
28007         *.m4 files in this module.
28008
28009 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
28010             Bruno Haible  <bruno@clisp.org>
28011
28012         Add support for HP C 7.1 on OpenVMS 8.3.
28013         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
28014
28015 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
28016
28017         Update VMS specifics.
28018         * lib/getopt.c [VMS]: Remove include of unixlib.h.
28019
28020 2008-03-02  Jim Meyering  <meyering@redhat.com>
28021
28022         Remove the last dependency on the "free" module.
28023         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
28024         Reported by Bob Proulx.
28025
28026         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
28027
28028         Remove useless "if" tests before free.  Deprecate "free" module.
28029         * doc/posix-functions/free.texi: Mention that this
28030         module is no longer useful.
28031         * modules/free (Notice): Say this module is obsolete.
28032         * modules/readutmp (Depends-on): Remove free.
28033         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
28034         * lib/putenv.c (putenv): Likewise.
28035         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
28036         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
28037         * tests/test-c-strcasestr.c (main): Likewise.
28038         * tests/test-c-strstr.c (main): Likewise.
28039         * tests/test-mbscasestr1.c (main): Likewise.
28040         * tests/test-mbscasestr2.c (main): Likewise.
28041         * tests/test-mbsstr1.c (main): Likewise.
28042         * tests/test-mbsstr2.c (main): Likewise.
28043         * tests/test-memmem.c (main): Likewise.
28044         * tests/test-strcasestr.c (main): Likewise.
28045         * tests/test-striconv.c (main): Likewise.
28046         * tests/test-striconveh.c (main): Likewise.
28047         * tests/test-striconveha.c (main): Likewise.
28048         * tests/test-strstr.c (main): Likewise.
28049
28050         * build-aux/git-version-gen: Adjust a comment and the Usage string.
28051
28052         bootstrap: sync from coreutils again
28053         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
28054
28055 2008-03-01  Jim Meyering  <meyering@redhat.com>
28056
28057         bootstrap: sync from coreutils
28058         * build-aux/bootstrap (update_po_files): Copy a .po file into place
28059         also when the target doesn't exist.
28060
28061 2008-03-01  Eric Blake  <ebb9@byu.net>
28062
28063         Fix bugs in last patch.
28064         * lib/memchr2.c (memchr2): Fix typo.
28065         * tests/test-memchr2.c: Test previous bug, and don't use GNU
28066         extension.
28067         Reported by Bruce Korb.
28068
28069         New module 'memchr2'.
28070         * modules/memchr2: New file.
28071         * modules/memchr2-tests: Likewise.
28072         * lib/memchr2.h: Likewise.
28073         * lib/memchr2.c: Likewise, based on memchr.c.
28074         * tests/test-memchr2.c: New test.
28075         * MODULES.html.sh (String handling): Add memchr2.
28076
28077 2008-02-29  Bruno Haible  <bruno@clisp.org>
28078
28079         * modules/freadseek-tests: New file.
28080         * tests/test-freadseek.sh: New file.
28081         * tests/test-freadseek.c: New file.
28082
28083         New module 'freadseek'.
28084         * modules/freadseek: New file.
28085         * lib/freadseek.h: New file.
28086         * lib/freadseek.c: New file.
28087         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
28088
28089 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
28090
28091         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
28092         wydawca.
28093
28094         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
28095         program_invocation_name and program_invocation_short_name are
28096         present.
28097
28098 2008-02-28  Bruno Haible  <bruno@clisp.org>
28099
28100         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
28101         * tests/test-freadptr.sh: Also test non-seekable stdin.
28102
28103 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
28104
28105         * build-aux/bootstrap (source_base, m4_base)
28106         (doc_base, tests_base): New variables.
28107         (gnulib_tool_options): Do not hardcode base directories, use
28108         the above variables instead.
28109
28110 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
28111
28112         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
28113
28114 2008-02-28  Bruno Haible  <bruno@clisp.org>
28115
28116         * modules/freadptr-tests: New file.
28117         * tests/test-freadptr.sh: New file.
28118         * tests/test-freadptr.c: New file.
28119
28120         New module 'freadptr'.
28121         * modules/freadptr: New file.
28122         * lib/freadptr.h: New file.
28123         * lib/freadptr.c: New file.
28124         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
28125
28126 2008-02-26  Karl Berry  <karl@freefriends.org>
28127
28128         Sync from Libtool:
28129         * libltdl/argz.c (argz_add, argz_count): New functions.
28130         * libltdl/argz.in.h: Declare them.
28131         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
28132
28133 2008-02-22  Bruno Haible  <bruno@clisp.org>
28134
28135         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
28136         is a pointer type.  Needed for HP-UX 10.
28137         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
28138         * doc/posix-functions/gmtime_r.texi: Likewise.
28139         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
28140
28141 2008-02-24  Bruno Haible  <bruno@clisp.org>
28142
28143         * modules/environ-tests: New file.
28144         * tests/test-environ.c: New file.
28145
28146         New module 'environ'.
28147         * modules/environ: New file.
28148         * lib/unistd.in.h (environ): New declaration.
28149         * m4/environ.m4: New file.
28150         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
28151         after use.
28152         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
28153         HAVE_DECL_ENVIRON.
28154         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
28155         HAVE_DECL_ENVIRON.
28156         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
28157         wrong claim that 'environ' is missing on some systems.
28158         * modules/execute (Depends-on): Add environ.
28159         * lib/execute.c (environ): Remove fallback declaration.
28160         * modules/pipe (Depends-on): Add environ.
28161         * lib/pipe.c (environ): Remove fallback declaration.
28162         * modules/setenv (Depends-on): Add environ.
28163         * lib/setenv.c (environ): Remove fallback declaration.
28164         * modules/unsetenv (Depends-on): Add environ.
28165         * lib/unsetenv.c (environ): Remove fallback declaration.
28166         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
28167         m4/environ.m4.
28168         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
28169         (gl_PREREQ_UNSETENV): Likewise.
28170
28171 2008-02-24  Bruno Haible  <bruno@clisp.org>
28172
28173         * doc/posix-functions/environ.texi: Document the MacOS X problem.
28174
28175 2008-02-20  Bob Proulx  <bob@proulx.com>
28176
28177         Enable use of older two part flavor 'git describe'.
28178         * build-aux/git-version-gen: If using the older two part flavor of
28179         git version then recreate the third part now present in the
28180         newer three part flavor of git describe.
28181
28182 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
28183
28184         * lib/fts.c (fts_build): Typo correction to comment.
28185
28186 2008-02-17  Bruno Haible  <bruno@clisp.org>
28187
28188         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
28189         generating no-op conflicts.
28190
28191 2008-02-17  Bruno Haible  <bruno@clisp.org>
28192
28193         Speed up by 10%.
28194         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
28195         result_entries, rather than an index-based loop.
28196
28197 2008-02-17  Bruno Haible  <bruno@clisp.org>
28198
28199         Speed up by 25%.
28200         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
28201         'hashcode_cached'.
28202         (entry_create): New function.
28203         (entry_hashcode): Use the cached hashcode if possible.
28204         (read_changelog_file, try_split_merged_entry): Use entry_create.
28205
28206 2008-02-17  Bruno Haible  <bruno@clisp.org>
28207
28208         Speed up from O(n^2) to O(n) for long ChangeLog files.
28209         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
28210         (read_changelog_file): Change implementation of entries_reversed list
28211         to rbtreehash.
28212         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
28213
28214 2008-02-17  Bruno Haible  <bruno@clisp.org>
28215
28216         New option --split-merged-entry.
28217         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
28218         (find_paragraph_end, try_split_merged_entry): New functions.
28219         (long_options): Add option --split-merged-entry.
28220         (usage): Document option --split-merged-entry.
28221         (main): Implement option --split-merged-entry.
28222         Reported by Eric Blake.
28223
28224 2008-02-17  Bruno Haible  <bruno@clisp.org>
28225
28226         * lib/git-merge-changelog.c: Include c-strstr.h.
28227         (main): Support the "git pull --rebase" situation.
28228         * modules/git-merge-changelog (Depends-on): Add c-strstr.
28229         Reported by Eric Blake.
28230
28231 2008-02-16  Eric Blake  <ebb9@byu.net>
28232
28233         Avoid doubling \ in common case of "c-maybe" quoting style.
28234         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
28235         eliding outer quotes.
28236         * lib/quotearg.h: Document this.
28237         * tests/test-quotearg.c (result_strings, inputs, results_g)
28238         (flag_results, locale_results): Test it by adding a new string to
28239         each test group.
28240         (compare_strings): Test new string.
28241
28242 2008-02-13  Eric Blake  <ebb9@byu.net>
28243
28244         Avoid trigraph quoting in default output.
28245         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
28246         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
28247         unless explicitly requested.
28248         * tests/test-quotearg.c (flag_results, main): Add additional tests.
28249
28250 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
28251
28252         Don't rely on signed integer overflowing to negative value.
28253         * lib/getugroups.c (getugroups): Include <limits.h>.
28254         Instead, compare against INT_MAX, and increment only if the test passes.
28255
28256 2008-02-13  Jim Meyering  <meyering@redhat.com>
28257         and Eric Blake  <ebb9@byu.net>
28258
28259         Avoid shadowing warning and compile errors on Linux.
28260         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
28261         forwarding macros on Linux.
28262         (dcgettext): Define a stub, for Linux.
28263         (results_g, main): Avoid warnings.
28264
28265 2008-02-12  Eric Blake  <ebb9@byu.net>
28266
28267         Silence warning in last patch.
28268         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
28269
28270         Quotearg part 4: add tests, fix c-maybe colon quoting.
28271         * lib/quotearg.h: Improve documentation.
28272         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
28273         escapes when adding outer quotes.  When quoting trigraphs, use
28274         valid C notation.  When quoting NUL, omit extra characters if next
28275         character is not digit.  Alter prototype.
28276         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
28277         callers.
28278         * modules/quotearg-tests: New module.
28279         * tests/test-quotearg.c: New test.
28280
28281 2008-02-07  Eric Blake  <ebb9@byu.net>
28282
28283         Quotearg part 3: add flag to control outer quote elision.
28284         * lib/quotearg.h (c_maybe_quoting_style): New style.
28285         (enum quoting_flags): Better documentation of flags.
28286         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
28287         c-maybe style.
28288         (quotearg_buffer_restyled): Handle new flag to elide outer
28289         quotes.
28290
28291         Quotearg part 2: add flag that can control NUL elision.
28292         * lib/quotearg.h (set_quoting_flags): New prototype.
28293         * lib/quotearg.c (struct quoting_options): Add flag field.
28294         (set_quoting_flags): New function.
28295         (quotearg_buffer_restyled): Add flags parameter.
28296         (quotearg_alloc_mem): Set the flag if length cannot be returned.
28297         (quotearg_n_options): Set the flag, since length cannot be
28298         returned.
28299         (quoting_options_from_style): Default flags correctly.
28300
28301         Quotearg part 1: more wrappers, restore quotearg_char state.
28302         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
28303         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
28304         (quotearg_colon_mem): New wrappers.
28305         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
28306         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
28307         functions.
28308         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
28309         (quotearg_colon_mem): New functions.
28310
28311 2008-02-11  Bruno Haible  <bruno@clisp.org>
28312
28313         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
28314         library in the current directory: it does not work with parallel make.
28315         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28316
28317 2008-02-11  Bruno Haible  <bruno@clisp.org>
28318
28319         * .gitattributes: New file.
28320
28321 2008-02-11  Jim Meyering  <meyering@redhat.com>
28322
28323         useless-if-before-free: Fix reversed exit values.
28324         * build-aux/useless-if-before-free: Use correct values
28325         for EXIT_MATCH and EXIT_NO_MATCH.
28326
28327         * build-aux/useless-if-before-free: Close stdout carefully.
28328
28329 2008-02-10  Bruno Haible  <bruno@clisp.org>
28330
28331         New module 'git-merge-changelog'.
28332         * modules/git-merge-changelog: New file.
28333         * lib/git-merge-changelog.c: New file.
28334
28335 2008-02-10  Jim Meyering  <meyering@redhat.com>
28336
28337         useless-if-before-free: New option: --list (-l).
28338
28339         useless-if-before-free: Don't exit immediately upon open failure.
28340         * build-aux/useless-if-before-free: Exit 2 for errors.
28341         Upon failure to open a file, don't exit immediately.
28342         Rather, just warn and continue with any remaining files.
28343
28344 2008-02-10  Bruno Haible  <bruno@clisp.org>
28345
28346         New abstract list operation 'node_set_value'.
28347         * lib/gl_list.h (gl_list_node_set_value): New function.
28348         (struct gl_list_implementation): New field node_set_value.
28349         * lib/gl_list.c (gl_list_node_set_value): New function.
28350         * lib/gl_array_list.c (gl_array_node_set_value): New function.
28351         (gl_array_list_implementation): Update.
28352         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
28353         (gl_carray_list_implementation): Update.
28354         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
28355         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
28356         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
28357         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
28358         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
28359         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
28360         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
28361         Update.
28362         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
28363         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
28364         (gl_sublist_list_implementation): Update.
28365
28366 2008-02-10  Bruno Haible  <bruno@clisp.org>
28367
28368         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
28369         Needed when ELEMENT is #defined to 'some_type *'.
28370
28371 2008-02-10  Jim Meyering  <meyering@redhat.com>
28372
28373         New script and module: useless-if-before-free
28374         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
28375         * build-aux/useless-if-before-free: New file.
28376         * modules/useless-if-before-free: New file.
28377
28378         * build-aux/gitlog-to-changelog: Use committer date, not author date.
28379
28380         xstrtol_error: Fix typo.
28381         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
28382         s/exit_failure/exit_status/.
28383
28384 2008-02-09  Jim Meyering  <meyering@redhat.com>
28385
28386         New script and module: gitlog-to-changelog
28387         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
28388         * modules/gitlog-to-changelog: New file.
28389         * build-aux/gitlog-to-changelog: New file.
28390
28391 2008-02-08  Jim Meyering  <meyering@redhat.com>
28392
28393         Avoid two "parameter unused" warnings.
28394         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
28395         Mark "st" as used.
28396
28397         Use "git COMMAND", not "git-COMMAND".
28398         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
28399         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
28400         * build-aux/git-version-gen: Use "git status", not "git-status".
28401
28402 2008-02-07  Bruno Haible  <bruno@clisp.org>
28403
28404         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
28405         Avoids a crash on Windows Vista.
28406         Reported by Adam Strzelecki <ono@java.pl> via
28407         Simon Josefsson <simon@josefsson.org>.
28408
28409 2008-02-06  Bruno Haible  <bruno@clisp.org>
28410
28411         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
28412         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
28413         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
28414         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
28415         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
28416         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
28417         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
28418         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
28419         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
28420         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
28421         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
28422         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
28423         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
28424         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
28425         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
28426         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
28427         left-adjust flag.
28428         * tests/test-snprintf-posix.h (test_function): Likewise.
28429         * tests/test-sprintf-posix.h (test_function): Likewise.
28430         * tests/test-vasprintf-posix.c (test_function): Likewise.
28431         * doc/posix-functions/fprintf.texi: Update.
28432         * doc/posix-functions/printf.texi: Update.
28433         * doc/posix-functions/snprintf.texi: Update.
28434         * doc/posix-functions/sprintf.texi: Update.
28435         * doc/posix-functions/vfprintf.texi: Update.
28436         * doc/posix-functions/vprintf.texi: Update.
28437         * doc/posix-functions/vsnprintf.texi: Update.
28438         * doc/posix-functions/vsprintf.texi: Update.
28439         Reported by Peter Fales <psfales@alcatel-lucent.com>.
28440
28441 2008-02-06  Bruno Haible  <bruno@clisp.org>
28442
28443         Fix bug introduced on 2008-01-26.
28444         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
28445
28446 2008-02-06  Bruno Haible  <bruno@clisp.org>
28447
28448         Fix bug introduced on 2007-06-10.
28449         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
28450         !NEED_PRINTF_FLAG_ZERO.
28451
28452 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
28453
28454         getloadavg: use libperfstat on AIX5
28455         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
28456
28457 2008-02-03  Bruno Haible  <bruno@clisp.org>
28458
28459         * lib/diffseq.h: Add comments about required #includes.
28460         Reported by Michael Biggs <gnulib@doubleplum.net>.
28461
28462 2008-02-01  Bruno Haible  <bruno@clisp.org>
28463
28464         * users.txt: Add gnuit.
28465
28466 2008-01-31  Bruno Haible  <bruno@clisp.org>
28467
28468         * lib/md4.c (set_uint32): Mark as inline.
28469         * lib/md5.c (set_uint32): Likewise.
28470         * lib/sha1.c (set_uint32): Likewise.
28471         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
28472         * m4/md5.m4 (gl_MD5): Likewise.
28473         * m4/sha1.m4 (gl_SHA1): Likewise.
28474
28475 2008-01-31  Jim Meyering  <meyering@redhat.com>
28476
28477         Use "sizeof VAR", rather than a literal "4".
28478         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
28479         * lib/md4.c (md4_read_ctx): Likewise.
28480         * lib/sha1.c (sha1_read_ctx): Likewise.
28481
28482 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28483
28484         * tests/test-sha1.c: New file, based on test-md5.c.
28485
28486         * modules/crypto/sha1-tests: New file.
28487
28488 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28489
28490         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
28491
28492 2008-01-31  Jim Meyering  <meyering@redhat.com>
28493
28494         Prefer "sizeof v" over the equivalent "4".
28495         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
28496         * lib/md5.c (set_uint32): Likewise.
28497         * lib/sha1.c (set_uint32): Likewise.
28498
28499 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28500
28501         * lib/sha1.c (set_uint32): Mark function as static.
28502
28503 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28504
28505         md2: clarify comments to say that alignment is not required.
28506         * lib/md2.h: Remove warning about alignment in comment.
28507         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
28508         never been required.
28509
28510 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28511
28512         md4: adapt alignment constraint fix from sha1.
28513         * lib/md4.c (set_uint32): New function, from sha1.c
28514         (md4_read_ctx): Use it.
28515         (md4_finish_ctx): Doc fix.
28516         * lib/md4.h: Doc fix.
28517
28518 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28519
28520         md5: adapt alignment constraint fix from sha1.
28521         * lib/md5.c (set_uint32): New function, from sha1.c
28522         (md5_read_ctx): Use it.
28523         (md5_finish_ctx): Doc fix.
28524         * lib/md5.h: Doc fix.
28525
28526 2008-01-30  Peter Palfrader  <weasel@debian.org>
28527
28528         sha1: remove the result buffer alignment constraint
28529         * lib/sha1.c (set_uint32): New function.
28530         (sha1_read_ctx): Rewrite to remove the result buffer alignment
28531         constraint.
28532         (sha1_finish_ctx): Remove comment warning about alignment constraint.
28533         * lib/sha1.h: Likewise.
28534
28535 2008-01-30  Andreas Schwab  <schwab@suse.de>
28536             Bruno Haible  <bruno@clisp.org>
28537
28538         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
28539         correct definition of LDBL_MIN_EXP.
28540
28541 2008-01-30  Karl Berry  <karl@gnu.org>
28542
28543         * config/srclist-update: try to preserve x bit on updates.
28544         * config/srclistvars.sh: update for karl.
28545
28546 2008-01-29  Jim Meyering  <meyering@redhat.com>
28547
28548         vasnprintf.c: Avoid warning about unused label
28549         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
28550         "overflow" label definition and associated code with the
28551         same cpp condition that guards the sole use of that label.
28552
28553 2008-01-26  Bruno Haible  <bruno@clisp.org>
28554
28555         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
28556         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
28557         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
28558         * lib/isnanl-nolibm.h (isnanl): Likewise.
28559         Reported by Paul Eggert <eggert@cs.ucla.edu>.
28560
28561 2008-01-26  Bruno Haible  <bruno@clisp.org>
28562
28563         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
28564         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
28565
28566 2008-01-26  Bruno Haible  <bruno@clisp.org>
28567
28568         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
28569         GCC >= 4.0 built-in.
28570         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
28571
28572 2008-01-26  Bruno Haible  <bruno@clisp.org>
28573
28574         Rename isnan, applicable to 'double' only, to isnand.
28575         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
28576         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
28577         (configure.ac): Update.
28578         (Include): Replace "isnan.h" with "isnand.h".
28579         * m4/isnand.m4: Renamed from m4/isnan.m4.
28580         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
28581         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
28582         instead of isnan.c.
28583         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
28584         instead of HAVE_ISNAN_IN_LIBC.
28585         (isnand): Renamed from isnan.
28586         * lib/isnand.c: New file.
28587         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
28588         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
28589         (Makefile.am): Update.
28590         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
28591         Include isnand.h instead of isnan.h.
28592         (main): Test isnand instead of isnan.
28593         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
28594         isnan-nolibm.
28595         * modules/frexp (Depends-on): Likewise.
28596         * modules/frexp-tests (Depends-on): Likewise.
28597         * modules/frexp-nolibm (Depends-on): Likewise.
28598         * modules/frexp-nolibm-tests (Depends-on): Likewise.
28599         * modules/isfinite (Depends-on): Likewise.
28600         * modules/round-tests (Depends-on): Likewise.
28601         * modules/signbit (Depends-on): Likewise.
28602         * modules/signbit-tests (Depends-on): Likewise.
28603         * modules/snprintf-posix (Depends-on): Likewise.
28604         * modules/sprintf-posix (Depends-on): Likewise.
28605         * modules/trunc-tests (Depends-on): Likewise.
28606         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
28607         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
28608         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
28609         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
28610         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
28611         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
28612         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
28613         * modules/vasnprintf-posix (Depends-on): Likewise.
28614         * modules/vasprintf-posix (Depends-on): Likewise.
28615         * modules/vfprintf-posix (Depends-on): Likewise.
28616         * modules/vsnprintf-posix (Depends-on): Likewise.
28617         * modules/vsprintf-posix (Depends-on): Likewise.
28618         * lib/frexp.c: Include isnand.h instead of isnan.h.
28619         (ISNAN): Set to isnand instead of isnan.
28620         * lib/isfinite.c: Include isnand.h instead of isnan.h.
28621         (gl_isfinited): Use isnand instead of isnan.
28622         * lib/signbitd.c: Include isnand.h instead of isnan.h.
28623         (gl_signbitd): Use isnand instead of isnan.
28624         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
28625         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
28626         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
28627         (main): Use isnand instead of isnan.
28628         * tests/test-round1.c: Include isnand.h.
28629         (main): Use isnand instead of isnan.
28630         * tests/test-round2.c: Include isnand.h instead of isnan.h.
28631         (ISNAN): Set to isnand instead of isnan.
28632         * tests/test-trunc1.c: Include isnand.h.
28633         (main): Use isnand instead of isnan.
28634         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
28635         (equal): Use isnand instead of isnan.
28636         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
28637         isnand-nolibm.
28638         * NEWS: Mention the change.
28639
28640 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
28641             Bruno Haible  <bruno@clisp.org>
28642
28643         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
28644         the GCC builtins for signbits are present and set
28645         REPLACE_SIGNBIT_USING_GCC if so.
28646         * lib/math.in.h (signbit): Define using GCC builtins if
28647         REPLACE_SIGNBIT_USING_GCC is set.
28648         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
28649         REPLACE_SIGNBIT_USING_GCC.
28650         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
28651
28652 2008-01-25  Jim Meyering  <meyering@redhat.com>
28653
28654         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
28655         * lib/poll.c: Include <config.h>, not "config.h".
28656         * tests/test-getaddrinfo.c: Likewise.
28657
28658 2008-01-25  Simon Josefsson  <simon@josefsson.org>
28659
28660         * modules/sockets-tests: New file.
28661
28662 2008-01-24  Simon Josefsson  <simon@josefsson.org>
28663
28664         * modules/sockets: New module, can be used to call WSA_Startup and
28665         WSA_Cleanup when needed.
28666
28667         * lib/sockets.h, lib/sockets.c: New files.
28668
28669         * m4/sockets.m4: New file.
28670
28671         * tests/test-sockets.c: New file.
28672
28673 2008-01-19  Bruno Haible  <bruno@clisp.org>
28674
28675         * doc/posix-headers: Renamed from doc/headers.
28676         * doc/posix-functions: Renamed from doc/functions.
28677         * doc/gnulib.texi: Update.
28678
28679 2008-01-19  Bruno Haible  <bruno@clisp.org>
28680
28681         * doc/glibc-functions/strcasestr.texi: Include contents of
28682         doc/functions/strcasestr.texi, fixing the list of platforms.
28683         * doc/functions/strcasestr.texi: Remove file.
28684
28685 2008-01-19  Bruno Haible  <bruno@clisp.org>
28686
28687         * doc/glibc-functions/memmem.texi: Include contents of
28688         doc/functions/memmem.texi.
28689         * doc/functions/memmem.texi: Remove file.
28690
28691 2008-01-18  Bruno Haible  <bruno@clisp.org>
28692
28693         * doc/glibc-functions/*.texi: New files.
28694         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
28695         to use the new files.
28696
28697 2008-01-17  Bruno Haible  <bruno@clisp.org>
28698
28699         * tests/test-gethostname.c (main): Fix printf statement.
28700
28701 2008-01-17  Simon Josefsson  <simon@josefsson.org>
28702
28703         * modules/gethostname-tests: New file.
28704
28705         * tests/test-gethostname.c: New file.
28706
28707 2008-01-17  Simon Josefsson  <simon@josefsson.org>
28708
28709         * lib/gethostname.c: Include string.h unconditionally, strncpy is
28710         used by the UNAME case.  Reported by Bruno Haible
28711         <bruno@clisp.org>.
28712
28713 2008-01-17  Eric Blake  <ebb9@byu.net>
28714
28715         Convert c-strcasestr to be more efficient.
28716         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
28717         (Depends-on): Add c-strcase, remove malloca, strnlen.
28718         * tests/test-c-strcasestr.c (main): Enhance test.
28719         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
28720
28721 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
28722
28723         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
28724         Use it in creating po/Makevars.
28725
28726 2008-01-15  Simon Josefsson  <simon@josefsson.org>
28727
28728         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
28729         Applications that requires it should initialize libgcrypt
28730         manually.
28731
28732 2008-01-16  Simon Josefsson  <simon@josefsson.org>
28733
28734         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
28735
28736 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
28737
28738         Fix problem with getdate on mingw32 reported by Simon Josefsson
28739         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
28740         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
28741         tzname", when deciding whether to declare tzname.
28742         * lib/strftime.c (tzname): Likewise.
28743
28744 2008-01-15  Bruno Haible  <bruno@clisp.org>
28745
28746         Work around a MacOS X 10.5 bug in frexpl().
28747         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
28748         * doc/functions/frexpl.texi: Document the bug.
28749         Reported by Elias Pipping <pipping@gentoo.org>.
28750
28751 2008-01-14  Eric Blake  <ebb9@byu.net>
28752
28753         Touch up previous patch.
28754         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
28755         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
28756
28757         Convert strcasestr module to use Two-Way algorithm.
28758         * modules/strcasestr-simple: New module, based on the old
28759         strcasestr, but with Two-Way rather than KMP.
28760         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
28761         * lib/string.in.h (rpl_strcasestr): Declare.
28762         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
28763         performance.
28764         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
28765         * modules/string (Makefile.am): Support strcasestr.
28766         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
28767         * modules/strcasestr-tests (Depends-on): Check for alarm.
28768         * tests/test-strcasestr.c: Augment test.
28769         * lib/str-two-way.h: Clean up stray macro.
28770         * NEWS: Document new module.
28771         * MODULES.html.sh (string handling): Likewise.
28772         * doc/functions/strcasestr.texi: New file.
28773         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
28774         here, since it is not a POSIX function.
28775
28776 2008-01-14  Colin Watson  <cjwatson@debian.org>
28777             Bruno Haible  <bruno@clisp.org>
28778
28779         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
28780         works fine; if not, set REPLACE_STRSIGNAL.
28781         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
28782         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
28783         REPLACE_STRSIGNAL.
28784         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
28785         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
28786         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
28787
28788 2008-01-14  Bruno Haible  <bruno@clisp.org>
28789
28790         * modules/strsignal (Include): Change to <string.h>.
28791
28792 2008-01-14  Colin Watson  <cjwatson@debian.org>
28793
28794         * modules/argp (Notice): Add a notice recommending to change
28795         XGETTEXT_OPTIONS.
28796         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
28797
28798 2008-01-13  Colin Watson  <cjwatson@debian.org>
28799
28800         * modules/strsignal-tests: New file.
28801         * tests/test-strsignal.c: New file.
28802
28803         * lib/strsignal.c: New file, from glibc with modifications.
28804         * lib/siglist.h: New file, from glibc with modifications.
28805         * lib/string.in.h (strsignal): New declaration.
28806         * m4/strsignal.m4: New file.
28807         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
28808         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
28809         * modules/strsignal: New file.
28810         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
28811         HAVE_DECL_STRSIGNAL.
28812
28813 2008-01-13  Bruno Haible  <bruno@clisp.org>
28814
28815         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
28816         locale encoding is not ASCII. Needed for OpenBSD 4.0.
28817         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
28818         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
28819
28820 2008-01-13  Bruno Haible  <bruno@clisp.org>
28821
28822         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
28823         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
28824         * lib/argp.h (__attribute__): Likewise.
28825         * lib/c-stack.c (__attribute__): Likewise.
28826         * lib/error.h (__attribute__): Likewise.
28827         * lib/fts.c (__attribute__): Likewise.
28828         * lib/openat.h (__attribute__): Likewise.
28829         * lib/stdio.in.h (__attribute__): Likewise.
28830         * lib/string.in.h (__attribute__): Likewise.
28831         * lib/utimens.c (__attribute__): Likewise.
28832         * lib/vasnprintf.h (__attribute__): Likewise.
28833         * lib/xalloc.h (__attribute__): Likewise.
28834         * lib/xprintf.h (__attribute__): Likewise.
28835         * lib/xstrtol.h (__attribute__): Likewise.
28836         * lib/xvasprintf.h (__attribute__): Likewise.
28837
28838 2008-01-12  Bruno Haible  <bruno@clisp.org>
28839
28840         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
28841         * doc/glibc-headers/a.out.texi: New file.
28842         * doc/glibc-headers/aliases.texi: New file.
28843         * doc/glibc-headers/alloca.texi: New file.
28844         * doc/glibc-headers/ar.texi: New file.
28845         * doc/glibc-headers/argp.texi: New file.
28846         * doc/glibc-headers/argz.texi: New file.
28847         * doc/glibc-headers/byteswap.texi: New file.
28848         * doc/glibc-headers/crypt.texi: New file.
28849         * doc/glibc-headers/endian.texi: New file.
28850         * doc/glibc-headers/envz.texi: New file.
28851         * doc/glibc-headers/err.texi: New file.
28852         * doc/glibc-headers/error.texi: New file.
28853         * doc/glibc-headers/execinfo.texi: New file.
28854         * doc/glibc-headers/fpu_control.texi: New file.
28855         * doc/glibc-headers/fstab.texi: New file.
28856         * doc/glibc-headers/fts.texi: New file.
28857         * doc/glibc-headers/getopt.texi: New file.
28858         * doc/glibc-headers/ieee754.texi: New file.
28859         * doc/glibc-headers/ifaddrs.texi: New file.
28860         * doc/glibc-headers/libintl.texi: New file.
28861         * doc/glibc-headers/mcheck.texi: New file.
28862         * doc/glibc-headers/mntent.texi: New file.
28863         * doc/glibc-headers/obstack.texi: New file.
28864         * doc/glibc-headers/paths.texi: New file.
28865         * doc/glibc-headers/printf.texi: New file.
28866         * doc/glibc-headers/pty.texi: New file.
28867         * doc/glibc-headers/resolv.texi: New file.
28868         * doc/glibc-headers/shadow.texi: New file.
28869         * doc/glibc-headers/sysexits.texi: New file.
28870         * doc/glibc-headers/ttyent.texi: New file.
28871
28872 2008-01-12  Jim Meyering  <meyering@redhat.com>
28873
28874         announce-gen: emit Gnulib's git-based version string.
28875         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
28876         New option --gnulib-version=V, where V is expected to be
28877         the output of running git describe in the gnulib directory.
28878         (get_tool_versions): Request feedback on xdelta.  I suspect it's
28879         not useful, and plan to stop publishing an xdelta file with each
28880         coreutils release.
28881
28882         * build-aux/announce-gen: Also check for lzma-compressed files.
28883
28884 2008-01-11  Bruno Haible  <bruno@clisp.org>
28885
28886         * tests/test-memmem.c (main): Increase maximum allowed time.
28887         * tests/test-strstr.c (main): Likewise.
28888
28889 2008-01-11  Bruno Haible  <bruno@clisp.org>
28890
28891         * doc/functions/memmem.texi: Add more precisions about platforms.
28892         * doc/functions/strstr.texi: Likewise.
28893
28894 2008-01-10  Eric Blake  <ebb9@byu.net>
28895
28896         * m4/strstr.m4: Delete cruft from copy-n-paste.
28897         Reported by Bruno Haible.
28898
28899 2008-01-10  Bruno Haible  <bruno@clisp.org>
28900
28901         Make c-strstr rely on strstr.
28902         * lib/c-strstr.c: Don't include str-kmp.h.
28903         (c_strstr): Define in terms of strstr.
28904         * modules/c-strstr (Files): Remove lib/str-kmp.h.
28905         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
28906
28907 2008-01-10  Bruno Haible  <bruno@clisp.org>
28908
28909         * doc/gnulib.texi (String Functions in C Locale): New section.
28910         * doc/c-ctype.texi: New file.
28911         * doc/c-strcase.texi: New file.
28912         * doc/c-strcaseeq.texi: New file.
28913         * doc/c-strcasestr.texi: New file.
28914         * doc/c-strstr.texi: New file.
28915         * doc/c-strtod.texi: New file.
28916         * doc/c-strtold.texi: New file.
28917
28918 2008-01-10  Eric Blake  <ebb9@byu.net>
28919
28920         * lib/relocatable.h: Fix a comment.
28921
28922 2008-01-10  Eric Blake  <ebb9@byu.net>
28923
28924         Share two-way algorithm.
28925         * lib/str-two-way.h: New file, merged from...
28926         * lib/memmem.c: ...here...
28927         * lib/strstr.c: ...and here.
28928         * modules/memmem (Files): Use it.
28929         * modules/strstr (Files): Likewise.
28930
28931         Avoid quadratic strstr implementations.
28932         * lib/strstr.c: New file.
28933         * m4/strstr.m4: Likewise.
28934         * modules/strstr: Likewise.
28935         * modules/strstr-tests: Likewise.
28936         * tests/test-strstr.c: Likewise.
28937         * lib/string.in.h (rpl_strstr): Declare.
28938         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
28939         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
28940         * modules/string (Makefile.am): Likewise.
28941         * MODULES.html.sh (string handling): Mention new module.
28942         * doc/functions/strstr.texi (strstr): Document the bug.
28943
28944 2008-01-10  Bruno Haible  <bruno@clisp.org>
28945
28946         * lib/relocatable.h (relocate): State whether result is freshly
28947         allocated or not.
28948         * lib/relocatable.c (relocate): Return a freshly allocated string
28949         instead of a pointer to a privately held string.
28950         Reported by Sylvain Beucler <beuc@gnu.org>.
28951
28952 2008-01-10  Colin Watson  <cjwatson@debian.org>
28953
28954         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
28955         s/S_ISNLK/S_ISLNK/.
28956
28957 2008-01-09  Bruno Haible  <bruno@clisp.org>
28958
28959         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
28960         and other files.
28961         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
28962         if it's only a guess.
28963         * modules/memmem: Simplify by depending on memmem-simple.
28964
28965 2008-01-09  Bruno Haible  <bruno@clisp.org>
28966
28967         Work around OpenBSD 4.0 tdelete() bug.
28968         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
28969         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
28970         macros and don't redefine the enum values.
28971         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
28972         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
28973         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
28974
28975 2008-01-09  Bruno Haible  <bruno@clisp.org>
28976
28977         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
28978         (main): Don't perform the tests if setlocale did not install a UTF-8
28979         locale. Needed on OpenBSD 4.0.
28980         * modules/wcwidth-tests (Depends-on): Add localcharset.
28981
28982 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
28983
28984         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
28985         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
28986         * NEWS: announce this.
28987         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
28988
28989 2008-01-09  Simon Josefsson  <simon@josefsson.org>
28990         and Eric Blake  <ebb9@byu.net>
28991
28992         Add memmem-simple module.
28993         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
28994         (gl_FUNC_MEMMEM): Separate performance from presence checks.
28995         * modules/memmem-simple: New file.
28996         * modules/memmem (Description): Tweak.
28997         * MODULES.html.sh (string handling): Mention new module.
28998         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
28999         addressed by memmem-simple.
29000         * NEWS: Document the difference.
29001
29002 2008-01-09  Eric Blake  <ebb9@byu.net>
29003
29004         Give gcc some memmem optimization hints.
29005         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
29006         (strcasestr): Declare as pure.
29007         * modules/memmem (Maintainer): Claim my implementation.
29008
29009 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29010
29011         Support AIX 6.1 and higher.
29012         * build-aux/config.libpath: Likewise.
29013         * build-aux/config.rpath: Likewise.
29014
29015 2008-01-08  Jim Meyering  <meyering@redhat.com>
29016             Bruno Haible  <bruno@clisp.org>
29017
29018         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
29019         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
29020         Reported by Peter Fales in
29021         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
29022
29023 2008-01-08  Bruno Haible  <bruno@clisp.org>
29024
29025         * modules/unictype/category-of (Depends-on): Add
29026         unictype/category-none.
29027         * modules/unictype/category-and-tests (Depends-on): Add
29028         unictype/category-{L,N,Lu,Nd}.
29029         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
29030         * modules/unictype/category-or-tests (Depends-on): Add
29031         unictype/category-{L,N}.
29032         * modules/unictype/category-name-tests (Depends-on): Add
29033         unictype/category-{Z,Nl}.
29034         Reported by Simon Josefsson.
29035
29036 2008-01-08  Bruno Haible  <bruno@clisp.org>
29037
29038         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
29039         convention better.
29040         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
29041         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
29042         Reported by Peter Miller <millerp@canb.auug.org.au>.
29043
29044 2008-01-08  Eric Blake  <ebb9@byu.net>
29045
29046         Rewrite memmem to guarantee linear complexity without malloc.
29047         * lib/memmem.c (memmem): Use Two-Way rather than
29048         Knuth-Morris-Pratt, to allow O(1) space usage.
29049         (critical_factorization, two_way_short_needle)
29050         (two_way_long_needle): New functions.
29051         (knuth_morris_pratt): Delete.
29052         * modules/memmem (Depends-on): No longer need malloca or stdbool.
29053         Add stdint.
29054         * tests/test-memmem.c (main): Add tests for periodic needle and
29055         sublinear performance.
29056         * doc/functions/memmem.texi (memmem): Document other deficiencies
29057         in cygwin and older glibc.
29058
29059 2008-01-08  Bruno Haible  <bruno@clisp.org>
29060
29061         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
29062         augmentation.
29063
29064 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
29065
29066         Add a configure time option: --disable-acl.
29067         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
29068         AC_ARG_ENABLE(acl).
29069
29070 2008-01-06  Simon Josefsson  <simon@josefsson.org>
29071
29072         * tests/test-localename.c: Don't include obsolete "setenv.h".
29073
29074         * modules/localename-tests (Depends-on): Need unsetenv.
29075
29076 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29077
29078         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
29079
29080 2008-01-06  Colin Watson  <cjwatson@debian.org>
29081
29082         * users.txt: Add man-db.
29083
29084 2008-01-07  Bruno Haible  <bruno@clisp.org>
29085
29086         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
29087         previous section name.
29088
29089 2008-01-07  Bruno Haible  <bruno@clisp.org>
29090
29091         * lib/progname.c (set_program_name): Don't strip off a leading
29092         "lt-" prefix outside a .libs directory.
29093         Suggested by Paul Eggert.
29094
29095 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
29096             Bruno Haible  <bruno@clisp.org>
29097
29098         Improve memory cleanup in 'relocatable' module.
29099         * lib/relocatable.h (compute_curr_prefix): Change return type to
29100         'char *'.
29101         * lib/relocatable.c (compute_curr_prefix): Change return type to
29102         'char *'. Free curr_installdir after use.
29103         (relocate): Free curr_prefix_better after use.
29104         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
29105
29106 2008-01-01  Bruno Haible  <bruno@clisp.org>
29107
29108         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
29109         failure on older glibc systems.
29110         Reported by Peter Fales <psfales@alcatel-lucent.com>.
29111
29112 2008-01-05  Eric Blake  <ebb9@byu.net>
29113
29114         Avoid quadratic system memmem.
29115         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
29116         Reported by Ralf Wildenhues.
29117
29118         Fix memmem test for mingw.
29119         * modules/memmem-tests (configure.ac): Check for alarm.
29120         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
29121         it.
29122         * doc/functions/memmem.texi: New file.
29123         * doc/gnulib.texi (Function Substitutes): Add memmem.
29124         Reported by Bruno Haible.
29125
29126 2008-01-04  Bruno Haible  <bruno@clisp.org>
29127
29128         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
29129         Require gl_HEADER_STRINGS_H_DEFAULTS, not
29130         gl_HEADER_STRING_H_DEFAULTS.
29131
29132 2008-01-04  Eric Blake  <ebb9@byu.net>
29133
29134         Shorten duration of memmem test.
29135         * tests/test-memmem.c (main): Use alarm to declare failure if test
29136         is taking too long.
29137         Reported by Ralf Wildenhues.
29138
29139 2007-12-21  Simon Josefsson  <simon@josefsson.org>
29140
29141         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
29142         string, needed by strerror.
29143
29144 2008-01-03  Colin Watson  <cjwatson@debian.org>
29145             Bruno Haible  <bruno@clisp.org>
29146
29147         * doc/gnulib-tool.texi (Localization): New section.
29148
29149 2008-01-02  Bruno Haible  <bruno@clisp.org>
29150
29151         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
29152         variables to 'unsigned char *' type.
29153         Reported by Paul Eggert.
29154
29155 2008-01-02  Jim Meyering  <jim@meyering.net>
29156
29157         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
29158
29159 2007-12-31  Jim Meyering  <jim@meyering.net>
29160
29161         Avoid use of private FTS type name.
29162         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
29163
29164 2007-12-30  Karl Berry  <karl@gnu.org>
29165
29166         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
29167         work around defect in Texinfo and/or the standalone Info browser.
29168
29169 2007-12-30  Bruno Haible  <bruno@clisp.org>
29170
29171         Unify 5 copies of the KMP code.
29172         * lib/str-kmp.h: New file.
29173         * lib/c-strcasestr.c: Include str-kmp.h.
29174         (knuth_morris_pratt): Remove function.
29175         (c_strcasestr): Update.
29176         * lib/c-strstr.c: Include str-kmp.h.
29177         (knuth_morris_pratt): Remove function.
29178         (c_strcasestr): Update.
29179         * lib/mbscasestr.c: Include str-kmp.h.
29180         (knuth_morris_pratt_unibyte): Remove function.
29181         * lib/mbsstr.c: Include str-kmp.h.
29182         (knuth_morris_pratt_unibyte): Remove function.
29183         * lib/strcasestr.c: Include str-kmp.h.
29184         (knuth_morris_pratt): Remove function.
29185         (strcasestr): Update.
29186         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
29187         * modules/c-strstr (Files): Likewise.
29188         * modules/mbscasestr (Files): Likewise.
29189         * modules/mbsstr (Files): Likewise.
29190         * modules/strcasestr (Files): Likewise.
29191         Suggested by Paul Eggert.
29192
29193 2007-12-30  Bruno Haible  <bruno@clisp.org>
29194
29195         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
29196         defined.
29197
29198 2007-12-30  Bruno Haible  <bruno@clisp.org>
29199
29200         * lib/xmalloca.h: Include xalloc.h.
29201         (xnmalloca): New macro.
29202
29203 2007-12-30  Bruno Haible  <bruno@clisp.org>
29204
29205         * lib/malloca.h (nmalloca): New macro.
29206         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
29207         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
29208         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
29209         knuth_morris_pratt_multibyte): Likewise.
29210         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
29211         knuth_morris_pratt_multibyte): Likewise.
29212         * lib/memmem.c (knuth_morris_pratt): Likewise.
29213         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
29214
29215 2007-12-25  Bruno Haible  <bruno@clisp.org>
29216
29217         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
29218         * lib/glob.c: Don't include openat.h.
29219         (link_exists2_p): Add back the code that deals with the
29220         !GLOB_ALTDIRFUNC case.
29221         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
29222         let it do the filename concatenation.
29223         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
29224         * modules/glob (Depends-on): Remove openat.
29225
29226 2007-12-31  Bruno Haible  <bruno@clisp.org>
29227
29228         * modules/dirfd (License): Change to LGPLv2+.
29229         Approved by Jim Meyering.
29230
29231 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
29232
29233         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
29234         when multiplying M by sizeof (size_t).
29235
29236 2007-12-10  Martin Lambers  <marlam@marlam.de>
29237
29238         Override getpagesize on mingw.
29239         * lib/getpagesize.c: New file.
29240         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
29241         * modules/getpagesize (Files): Add lib/getpagesize.c.
29242         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
29243         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
29244         REPLACE_GETPAGESIZE.
29245         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
29246
29247 2007-12-25  Bruno Haible  <bruno@clisp.org>
29248
29249         * modules/localcharset (Notice): New field.
29250         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
29251         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
29252
29253 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
29254             Bruno Haible  <bruno@clisp.org>
29255
29256         Avoid using the syntax symbol() in formatted documentation.
29257         * MODULES.html.sh (func_module): When replacing symbol() with a
29258         hyperlink, remove the parentheses. Show an error if some remain.
29259         Recognize and render the '...' syntax.
29260         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
29261         Rework. Add paragraph about GCC's inlining.
29262         * doc/alloca.texi: Likewise.
29263         * doc/error.texi: Remove parentheses from symbol reference.
29264         * doc/gnulib-intro.texi: Likewise.
29265         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
29266         * modules/fnmatch (Description): Reword to say "the ... function".
29267         * modules/full-read (Description): Likewise.
29268         * modules/full-write (Description): Likewise.
29269         * modules/safe-read (Description): Likewise.
29270         * modules/safe-write (Description): Likewise.
29271         * modules/strchrnul (Description): Likewise.
29272         * modules/trim (Description): Likewise.
29273         * modules/error (Description): Remove parentheses from symbol
29274         references.
29275         * modules/verror (Description): Likewise.
29276         Reported by Karl Berry.
29277
29278 2007-12-25  Bruno Haible  <bruno@clisp.org>
29279
29280         Fixup after 2007-10-16 commit.
29281         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
29282
29283 2007-12-24  Bruno Haible  <bruno@clisp.org>
29284
29285         Make --enable-relocatable work with DESTDIR.
29286         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
29287         to compute installdir from destprog.
29288         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
29289         also set the RELOC_DESTDIR variable.
29290         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
29291
29292 2007-12-24  Bruno Haible  <bruno@clisp.org>
29293
29294         Fix link error due to xalloc_die().
29295         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
29296         of xreadlink.
29297         * lib/relocwrapper.c: Update comments.
29298         * build-aux/install-reloc: Remove xreadlink.c from file list.
29299         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
29300         xreadlink.c.
29301         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
29302
29303 2007-12-24  Bruno Haible  <bruno@clisp.org>
29304
29305         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
29306         * lib/setenv.h: Remove file.
29307         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
29308         lib/setenv.h.
29309         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
29310         (Depends-on): Add stdlib.
29311         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
29312         gl_FUNC_UNSETENV.
29313         (Include): Replace setenv.h with <stdlib.h>.
29314         * modules/unsetenv: New file.
29315         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
29316         * lib/unsetenv.c: Include <stdlib.h> first.
29317         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
29318         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
29319         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
29320         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
29321         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
29322         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
29323         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
29324         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
29325         * doc/functions/unsetenv.texi: Update.
29326         * modules/xsetenv (Depends-on): Add unsetenv.
29327         * modules/getdate (Depends-on): Likewise.
29328         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
29329         * lib/xsetenv.c: Don't include setenv.h.
29330         * lib/getdate.y: Likewise.
29331         * lib/relocwrapper.c: Likewise.
29332         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
29333         (Depends-on): Add stdlib.
29334         * NEWS: Mention the changes.
29335         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
29336
29337 2007-12-23  Bruno Haible  <bruno@clisp.org>
29338
29339         * lib/memmem.c (memmem): Use lowercase variable names. Tab
29340         indentation.
29341
29342 2007-12-23  Bruno Haible  <bruno@clisp.org>
29343
29344         * lib/c-strcasestr.c: Add more comments.
29345         * lib/c-strstr.c: Likewise.
29346         * lib/mbscasestr.c: Likewise.
29347         * lib/mbsstr.c: Likewise.
29348         * lib/strcasestr.c: Likewise.
29349         * lib/memmem.c: Likewise.
29350
29351 2007-12-23  Bruno Haible  <bruno@clisp.org>
29352
29353         * tests/test-memmem.c: Include <string.h> first.
29354
29355 2007-12-22  Bruno Haible  <bruno@clisp.org>
29356
29357         * gnulib-tool (func_create_testdir): Change $auxdir while generating
29358         the contents of $testsbase.
29359         Reported by Ralf Wildenhues.
29360
29361 2007-12-22  Bruno Haible  <bruno@clisp.org>
29362
29363         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
29364         two variables local_ldadd_before, local_ldadd_last.
29365
29366 2007-12-20  Eric Blake  <ebb9@byu.net>
29367
29368         Work around circular library issue when cross-compiling.
29369         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
29370         that progname.o does not need to pull in rpl_memcmp.
29371
29372 2007-12-19  Eric Blake  <ebb9@byu.net>
29373
29374         Fix memmem to avoid O(n^2) worst-case complexity.
29375         * lib/memmem.c (knuth_morris_pratt): New function.
29376         (memmem): Use it if first few naive iterations fail.
29377         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
29378         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
29379         * modules/memchr (License): Likewise.
29380         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
29381         malloca.
29382         * tests/test-memmem.c: Rewrite, borrowing ideas from
29383         test-mbsstr1.c; the old version wouldn't even compile!
29384         * modules/memmem-tests: New file.
29385         * lib/string.in.h (rpl_memmem): Add declaration.
29386         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
29387         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
29388         REPLACE_MEMMEM.
29389
29390 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
29391
29392         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
29393         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
29394         before any system include files, and undef after them all.  This
29395         should fix a problem on VMS reported by John E. Malmberg in
29396         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
29397
29398 2007-12-17  Eric Blake  <ebb9@byu.net>
29399
29400         Revert addition of verify, for BSD/OS.
29401         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
29402         can't handle large files, for the sake of obsolete platforms.
29403         * modules/fseeko (Depends-on): Remove verify.
29404         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
29405         * doc/functions/ftello.texi (ftello): Likewise.
29406         * doc/functions/fgetpos.texi (fgetpos): Likewise.
29407         Reported by Larry Jones.
29408
29409 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
29410
29411         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
29412         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
29413
29414 2007-12-17  Jim Meyering  <meyering@redhat.com>
29415
29416         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
29417         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
29418         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
29419         * modules/getcwd (Depends-on): Add openat.
29420         Reported by Petr Salinger.
29421
29422 2007-12-17  Bruno Haible  <bruno@clisp.org>
29423
29424         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
29425         avoid a segmentation fault of the configure test on x86_64 systems.
29426
29427 2007-12-15  Jim Meyering  <meyering@redhat.com>
29428
29429         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
29430
29431 2007-12-13  Eric Blake  <ebb9@byu.net>
29432
29433         Another fseek test.
29434         * tests/test-fseek.c (main): Also test ungetc handling.
29435         * tests/test-fseeko.c (main): Likewise.
29436         * modules/fseeko (Depends-on): Add verify.
29437         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
29438         large.
29439         Reported by Larry Jones.
29440
29441         Fix fseeko on mingw.
29442         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
29443         seek.
29444
29445         Beef up fseek tests.
29446         * tests/test-fseek.c (main): Also test eof handling.
29447         * tests/test-fseeko.c (main): Likewise.
29448         Reported by Larry Jones.
29449
29450 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
29451
29452         Fix fseeko on BSD-based platforms.
29453         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
29454         successful seek.
29455
29456 2007-12-12  Eric Blake  <ebb9@byu.net>
29457
29458         Allow circular dependency of separate libtests.a
29459         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
29460         when use_libtests.
29461
29462 2007-12-11  Eric Blake  <ebb9@byu.net>
29463
29464         Fix bug with -0.0L in previous patch.
29465         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
29466         * tests/test-isnan.c (main): Also test on zeroes.
29467         * tests/test-isnanf.c (main): Likewise.
29468         * tests/test-isnanl.h (main): Likewise.
29469
29470         Detect pseudo-denormals on x86 even when cross-compiling.
29471         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
29472         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
29473         invalid bit patterns that happen to satisfy ==.
29474
29475         Avoid link failures with separate libtests.a.
29476         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
29477         last, to satisfy circular dependencies.
29478
29479 2007-12-11  Eric Blake  <ebb9@byu.net>
29480         and Bruno Haible  <bruno@clisp.org>
29481
29482         Fix OpenBSD 4.0 <float.h> handling of long double.
29483         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
29484         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
29485         * doc/headers/float.texi (float.h): Document OpenBSD bug.
29486
29487 2007-12-11  Jim Meyering  <meyering@redhat.com>
29488
29489         * users.txt: Add libvirt.
29490
29491         Support versions of autoconf prior to 2.59c.
29492         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
29493         if it is not already defined.
29494
29495 2007-12-09  Bruno Haible  <bruno@clisp.org>
29496
29497         Let 'gnulib-tool --import' collect sources needed for the tests in
29498         tests/ rather than in lib/.
29499         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
29500         argument. If true, add rules to generate libtests.a, and put libtests.a
29501         into $(LDADD). Consider source files in subdirectories and set
29502         uses_subdirs.
29503         (func_emit_initmacro_start, func_emit_initmacro_end,
29504         func_emit_initmacro_done): Pass all arguments explicitly.
29505         (func_import): Determine two module lists main_modules,
29506         testsrelated_modules. Determine use_libtests. Determine two variables
29507         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
29508         instead of just sed_transform_lib_file. Determine two variables
29509         main_files and testsrelated_files. Compute 'files' as the union of
29510         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
29511         func_add_or_update. In the generated gnulib-comp.m4, collect the
29512         object files for tests/ in different variables than those for lib/.
29513         Substitute LIBTESTS_LIBDEPS.
29514         (func_create_testdir): Combine the uses_subdirs results from
29515         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
29516
29517 2007-12-09  Bruno Haible  <bruno@clisp.org>
29518
29519         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
29520         the build-aux directory.
29521
29522 2007-12-09  Bruno Haible  <bruno@clisp.org>
29523
29524         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
29525         introduced on 2006-09-09.
29526
29527 2007-12-07  Jim Meyering  <meyering@redhat.com>
29528
29529         Let these macros work also with autoconf-2.59.
29530         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
29531         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
29532         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
29533
29534 2007-12-06  Jim Meyering  <meyering@redhat.com>
29535
29536         Avoid a configure-time syntax error in gl_FUNC_ACL.
29537         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
29538         function in each branch, before testing the cache variable.
29539
29540 2007-12-04  Eric Blake  <ebb9@byu.net>
29541
29542         Make scripts executable.
29543         * build-aux/config.guess: Add execute permissions.
29544         * build-aux/config.sub: Likewise.
29545         * build-aux/gendocs.sh: Likewise.
29546
29547         Fix frexp on mingw.
29548         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
29549         cross-compiling.
29550         * doc/functions/frexp.texi (frexp): Document the bug.
29551
29552         Make cygwin fseeko check more reliable.
29553         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
29554         version numbers, rather than unrelated feature check.
29555         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
29556         * doc/functions/ftello.texi (ftello): Likewise.
29557         Reported by Bruno Haible.
29558
29559         * m4/strerror.m4: Bump version number.
29560
29561 2007-12-03  Bruno Haible  <bruno@clisp.org>
29562
29563         * doc/functions/mprotect.texi: Mention the mingw problem.
29564
29565 2007-12-03  Eric Blake  <ebb9@byu.net>
29566
29567         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
29568         REPLACE_STRERROR is initialized before this macro.
29569
29570 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
29571
29572         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
29573         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
29574         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
29575         put -lsec in even for programs other than 'ls'.  This fixes a problem
29576         for gettext reported by Bruno Haible in
29577         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
29578         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
29579         Add support for Solaris 10.  This isn't efficient, but should get the
29580         job done for now.
29581
29582 2007-12-03  James Youngman  <jay@gnu.org>
29583
29584         * doc/regexprops-generic.texi: change "an close-group" to "a
29585         close-group" and "illegal" to "not allowed".
29586
29587 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29588
29589         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
29590         pr_byname.h. Needed for the rare case when the maintainer has done
29591         "make maintainer-clean" in the source directory and then attempts a
29592         build outside the source directory.
29593         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
29594         scripts_byname.h.
29595
29596 2007-12-02  Martin Lambers <marlam@marlam.de>
29597             Bruno Haible  <bruno@clisp.org>
29598
29599         * lib/getpagesize.h: Remove file.
29600         * lib/unistd.in.h: Include declaration of getpagesize here.
29601         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
29602         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
29603         HAVE_SYS_PARAM_H.
29604         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
29605         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
29606         * modules/getpagesize (Files): Remove lib/getpagesize.h.
29607         (Depends-on): Add unistd.
29608         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
29609         (Include): Use <unistd.h> instead of getpagesize.h.
29610         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
29611         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
29612         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
29613         gl_GETPAGESIZE invocation, already handled by module dependency.
29614         * lib/pagealign_alloc.c: Don't include getpagesize.h.
29615
29616 2007-12-02  Bruno Haible  <bruno@clisp.org>
29617
29618         * modules/strings-tests: New file.
29619         * tests/test-strings.c: New file.
29620
29621         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
29622         * lib/strings.in.h: New file.
29623         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
29624         * m4/strings_h.m4: New file.
29625         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
29626         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
29627         * modules/strings: New file.
29628         * modules/string (Makefile.am): Update.
29629         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
29630         Reported by Karl Berry.
29631
29632 2007-12-01  Eric Blake  <ebb9@byu.net>
29633
29634         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
29635         accomodate fix in cygwin 1.5.25.
29636
29637 2007-12-01  Jim Meyering  <meyering@redhat.com>
29638
29639         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
29640         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
29641         that would inhibit utf8-optimization of a regexp containing line-
29642         or buffer-anchors, e.g., `^', `$'.
29643
29644 2007-11-30  Bruno Haible  <bruno@clisp.org>
29645
29646         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
29647         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
29648         glthread_recursive_lock_init.
29649         * lib/lock.c (glthread_recursive_lock_init)
29650         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
29651         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
29652
29653 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
29654
29655         New function qset_acl, like set_acl but with syscall semantics.
29656         * lib/acl.h (qset_acl): New decl.
29657         * lib/acl.c (qset_acl): New function.
29658         (set_acl): Use new function.  Use more-consistent diagnostics.
29659
29660 2007-11-28  Jim Meyering  <meyering@redhat.com>
29661
29662         * modules/physmem (License): Change from GPL to LGPLv2+.
29663
29664 2007-11-26  Bruno Haible  <bruno@clisp.org>
29665
29666         * lib/vasnprintf.c (decode_long_double): Don't abort if the
29667         'long double' type has excess precision.
29668         Reported by Jim Meyering in
29669         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
29670
29671 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29672
29673         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
29674         Sync from <http://gnu.org/licenses>.
29675         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
29676         with license text from same location.
29677         * doc/maintain.texi, doc/standards.texi:  Sync from
29678         <http://savannah.gnu.org/projects/gnustandards>.
29679
29680 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
29681         and Jim Meyering  <meyering@redhat.com>
29682
29683         Adjust getdate' grammar to accept a slightly more regular language.
29684         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
29685         Before, the former was rejected.
29686         * lib/getdate.y (digits_to_date_time): New function, factored
29687         out of ...
29688         (number): ...here.  Just call digits_to_date_time.
29689         (hybrid): New non-terminal to handle an <unsigned number,
29690         signed relative offset> sequence consistently.
29691
29692 2007-11-18  Jim Meyering  <meyering@redhat.com>
29693
29694         Pull my changes from coreutils:
29695         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
29696         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
29697         use of $gnulib_tool_option_extras, so that it's separated from the
29698         preceding argument.
29699
29700         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
29701         * build-aux/bootstrap (cp_mark_as_generated): Create any required
29702         parent destination directories before copying a file into place.
29703
29704 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
29705
29706         bootstrap: work also with 4-argument variant of AC_INIT
29707         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
29708
29709 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
29710
29711         Port test-getaddrinfo to Solaris.
29712         Problem reported by Bruno Haible in
29713         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
29714         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
29715         explanation of setting 'hints'.
29716         Don't reject an implementation merely because it returns EAI_SERVICE.
29717         (EAI_SERVICE): Define to 0 if not defined.
29718
29719 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
29720
29721         The license of gnu-make and posix-shell is now "GPLed build tool".
29722         * modules/gnu-make (License): Likewise.
29723         * modules/posix-shell (License): Likewise.
29724
29725         New module posix-shell, for determining a POSIX shell
29726         or perhaps something that is close enough to a POSIX shell.
29727         * m4/posix-shell.m4: New file.
29728         * modules/posix-shell: New file.
29729
29730         * MODULES.html.sh: Mention new module.
29731
29732         New module gnu-make, for determining whether we're using GNU Make.
29733         * m4/gnu-make.m4: New file.
29734         * modules/gnu-make: New file.
29735         * MODULES.html.sh: Mention new module.
29736
29737 2007-11-14  Jim Meyering  <meyering@redhat.com>
29738
29739         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
29740         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
29741         use this macro to create a function _definition_.
29742         Remove useless "#undef ARGMATCH_DIE".
29743
29744 2007-11-14  Bruno Haible  <bruno@clisp.org>
29745
29746         * lib/config.charset: Update for OpenBSD 4.1.
29747         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
29748
29749 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
29750
29751         Document 64-bit #if problems in stdint.texi.
29752         * doc/headers/stdint.texi (stdint.h): Mention problems with
29753         64-bit-#if, and how to work around them.
29754
29755         Don't insist on 'long long int' support in the preprocessor.  It
29756         breaks too many things.  For example, PRIdMAX still uses a 'long
29757         long int' format with the latest Sun compiler, even though
29758         HAVE_LONG_LONG_INT isn't defined due to that compiler's
29759         preprocessor problem.  This causes the latest coreutils to dump
29760         core on Solaris 10 sparc with the Sun C compiler.
29761         Instead, fix the 2007-10-16 problem in a different way, by evaluating
29762         the troublesome expressions at configure-time, not at #if-time.
29763         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
29764         preprocessor.
29765         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
29766         compile-time C checks, done at 'configure'-time.
29767         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
29768         * modules/inttypes (Makefile): Substitute the new symbols that
29769         gl_INTTYPES_H now generates.
29770         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
29771
29772 2007-11-12  Bruno Haible  <bruno@clisp.org>
29773
29774         Tests for Unicode character classification functions.
29775
29776         * modules/unictype/bidicategory-byname-tests: New file.
29777         * modules/unictype/bidicategory-name-tests: New file.
29778         * modules/unictype/bidicategory-of-tests: New file.
29779         * modules/unictype/bidicategory-test-tests: New file.
29780         * modules/unictype/block-list-tests: New file.
29781         * modules/unictype/block-of-tests: New file.
29782         * modules/unictype/block-test-tests: New file.
29783         * modules/unictype/category-C-tests: New file.
29784         * modules/unictype/category-Cc-tests: New file.
29785         * modules/unictype/category-Cf-tests: New file.
29786         * modules/unictype/category-Cn-tests: New file.
29787         * modules/unictype/category-Co-tests: New file.
29788         * modules/unictype/category-Cs-tests: New file.
29789         * modules/unictype/category-L-tests: New file.
29790         * modules/unictype/category-Ll-tests: New file.
29791         * modules/unictype/category-Lm-tests: New file.
29792         * modules/unictype/category-Lo-tests: New file.
29793         * modules/unictype/category-Lt-tests: New file.
29794         * modules/unictype/category-Lu-tests: New file.
29795         * modules/unictype/category-M-tests: New file.
29796         * modules/unictype/category-Mc-tests: New file.
29797         * modules/unictype/category-Me-tests: New file.
29798         * modules/unictype/category-Mn-tests: New file.
29799         * modules/unictype/category-N-tests: New file.
29800         * modules/unictype/category-Nd-tests: New file.
29801         * modules/unictype/category-Nl-tests: New file.
29802         * modules/unictype/category-No-tests: New file.
29803         * modules/unictype/category-P-tests: New file.
29804         * modules/unictype/category-Pc-tests: New file.
29805         * modules/unictype/category-Pd-tests: New file.
29806         * modules/unictype/category-Pe-tests: New file.
29807         * modules/unictype/category-Pf-tests: New file.
29808         * modules/unictype/category-Pi-tests: New file.
29809         * modules/unictype/category-Po-tests: New file.
29810         * modules/unictype/category-Ps-tests: New file.
29811         * modules/unictype/category-S-tests: New file.
29812         * modules/unictype/category-Sc-tests: New file.
29813         * modules/unictype/category-Sk-tests: New file.
29814         * modules/unictype/category-Sm-tests: New file.
29815         * modules/unictype/category-So-tests: New file.
29816         * modules/unictype/category-Z-tests: New file.
29817         * modules/unictype/category-Zl-tests: New file.
29818         * modules/unictype/category-Zp-tests: New file.
29819         * modules/unictype/category-Zs-tests: New file.
29820         * modules/unictype/category-and-not-tests: New file.
29821         * modules/unictype/category-and-tests: New file.
29822         * modules/unictype/category-byname-tests: New file.
29823         * modules/unictype/category-name-tests: New file.
29824         * modules/unictype/category-none-tests: New file.
29825         * modules/unictype/category-of-tests: New file.
29826         * modules/unictype/category-or-tests: New file.
29827         * modules/unictype/category-test-withtable-tests: New file.
29828         * modules/unictype/combining-class-tests: New file.
29829         * modules/unictype/ctype-alnum-tests: New file.
29830         * modules/unictype/ctype-alpha-tests: New file.
29831         * modules/unictype/ctype-blank-tests: New file.
29832         * modules/unictype/ctype-cntrl-tests: New file.
29833         * modules/unictype/ctype-digit-tests: New file.
29834         * modules/unictype/ctype-graph-tests: New file.
29835         * modules/unictype/ctype-lower-tests: New file.
29836         * modules/unictype/ctype-print-tests: New file.
29837         * modules/unictype/ctype-punct-tests: New file.
29838         * modules/unictype/ctype-space-tests: New file.
29839         * modules/unictype/ctype-upper-tests: New file.
29840         * modules/unictype/ctype-xdigit-tests: New file.
29841         * modules/unictype/decimal-digit-tests: New file.
29842         * modules/unictype/digit-tests: New file.
29843         * modules/unictype/mirror-tests: New file.
29844         * modules/unictype/numeric-tests: New file.
29845         * modules/unictype/property-alphabetic-tests: New file.
29846         * modules/unictype/property-ascii-hex-digit-tests: New file.
29847         * modules/unictype/property-bidi-arabic-digit-tests: New file.
29848         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
29849         * modules/unictype/property-bidi-block-separator-tests: New file.
29850         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
29851         * modules/unictype/property-bidi-common-separator-tests: New file.
29852         * modules/unictype/property-bidi-control-tests: New file.
29853         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
29854         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
29855         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
29856         * modules/unictype/property-bidi-european-digit-tests: New file.
29857         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
29858         * modules/unictype/property-bidi-left-to-right-tests: New file.
29859         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
29860         * modules/unictype/property-bidi-other-neutral-tests: New file.
29861         * modules/unictype/property-bidi-pdf-tests: New file.
29862         * modules/unictype/property-bidi-segment-separator-tests: New file.
29863         * modules/unictype/property-bidi-whitespace-tests: New file.
29864         * modules/unictype/property-byname-tests: New file.
29865         * modules/unictype/property-combining-tests: New file.
29866         * modules/unictype/property-composite-tests: New file.
29867         * modules/unictype/property-currency-symbol-tests: New file.
29868         * modules/unictype/property-dash-tests: New file.
29869         * modules/unictype/property-decimal-digit-tests: New file.
29870         * modules/unictype/property-default-ignorable-code-point-tests: New file.
29871         * modules/unictype/property-deprecated-tests: New file.
29872         * modules/unictype/property-diacritic-tests: New file.
29873         * modules/unictype/property-extender-tests: New file.
29874         * modules/unictype/property-format-control-tests: New file.
29875         * modules/unictype/property-grapheme-base-tests: New file.
29876         * modules/unictype/property-grapheme-extend-tests: New file.
29877         * modules/unictype/property-grapheme-link-tests: New file.
29878         * modules/unictype/property-hex-digit-tests: New file.
29879         * modules/unictype/property-hyphen-tests: New file.
29880         * modules/unictype/property-id-continue-tests: New file.
29881         * modules/unictype/property-id-start-tests: New file.
29882         * modules/unictype/property-ideographic-tests: New file.
29883         * modules/unictype/property-ids-binary-operator-tests: New file.
29884         * modules/unictype/property-ids-trinary-operator-tests: New file.
29885         * modules/unictype/property-ignorable-control-tests: New file.
29886         * modules/unictype/property-iso-control-tests: New file.
29887         * modules/unictype/property-join-control-tests: New file.
29888         * modules/unictype/property-left-of-pair-tests: New file.
29889         * modules/unictype/property-line-separator-tests: New file.
29890         * modules/unictype/property-logical-order-exception-tests: New file.
29891         * modules/unictype/property-lowercase-tests: New file.
29892         * modules/unictype/property-math-tests: New file.
29893         * modules/unictype/property-non-break-tests: New file.
29894         * modules/unictype/property-not-a-character-tests: New file.
29895         * modules/unictype/property-numeric-tests: New file.
29896         * modules/unictype/property-other-alphabetic-tests: New file.
29897         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
29898         * modules/unictype/property-other-grapheme-extend-tests: New file.
29899         * modules/unictype/property-other-id-continue-tests: New file.
29900         * modules/unictype/property-other-id-start-tests: New file.
29901         * modules/unictype/property-other-lowercase-tests: New file.
29902         * modules/unictype/property-other-math-tests: New file.
29903         * modules/unictype/property-other-uppercase-tests: New file.
29904         * modules/unictype/property-paired-punctuation-tests: New file.
29905         * modules/unictype/property-paragraph-separator-tests: New file.
29906         * modules/unictype/property-pattern-syntax-tests: New file.
29907         * modules/unictype/property-pattern-white-space-tests: New file.
29908         * modules/unictype/property-private-use-tests: New file.
29909         * modules/unictype/property-punctuation-tests: New file.
29910         * modules/unictype/property-quotation-mark-tests: New file.
29911         * modules/unictype/property-radical-tests: New file.
29912         * modules/unictype/property-sentence-terminal-tests: New file.
29913         * modules/unictype/property-soft-dotted-tests: New file.
29914         * modules/unictype/property-space-tests: New file.
29915         * modules/unictype/property-terminal-punctuation-tests: New file.
29916         * modules/unictype/property-test-tests: New file.
29917         * modules/unictype/property-titlecase-tests: New file.
29918         * modules/unictype/property-unassigned-code-value-tests: New file.
29919         * modules/unictype/property-unified-ideograph-tests: New file.
29920         * modules/unictype/property-uppercase-tests: New file.
29921         * modules/unictype/property-variation-selector-tests: New file.
29922         * modules/unictype/property-white-space-tests: New file.
29923         * modules/unictype/property-xid-continue-tests: New file.
29924         * modules/unictype/property-xid-start-tests: New file.
29925         * modules/unictype/property-zero-width-tests: New file.
29926         * modules/unictype/scripts-tests: New file.
29927         * modules/unictype/syntax-c-ident-tests: New file.
29928         * modules/unictype/syntax-c-whitespace-tests: New file.
29929         * modules/unictype/syntax-java-ident-tests: New file.
29930         * modules/unictype/syntax-java-whitespace-tests: New file.
29931         * tests/unictype/test-bidi_byname.c: New file.
29932         * tests/unictype/test-bidi_name.c: New file.
29933         * tests/unictype/test-bidi_of.c: New file.
29934         * tests/unictype/test-bidi_test.c: New file.
29935         * tests/unictype/test-block_list.c: New file.
29936         * tests/unictype/test-block_of.c: New file.
29937         * tests/unictype/test-block_test.c: New file.
29938         * tests/unictype/test-categ_and.c: New file.
29939         * tests/unictype/test-categ_and_not.c: New file.
29940         * tests/unictype/test-categ_byname.c: New file.
29941         * tests/unictype/test-categ_name.c: New file.
29942         * tests/unictype/test-categ_none.c: New file.
29943         * tests/unictype/test-categ_of.c: New file.
29944         * tests/unictype/test-categ_or.c: New file.
29945         * tests/unictype/test-categ_test_withtable.c: New file.
29946         * tests/unictype/test-combining.c: New file.
29947         * tests/unictype/test-decdigit.c: New file.
29948         * tests/unictype/test-digit.c: New file.
29949         * tests/unictype/test-mirror.c: New file.
29950         * tests/unictype/test-numeric.c: New file.
29951         * tests/unictype/test-pr_byname.c: New file.
29952         * tests/unictype/test-pr_test.c: New file.
29953         * tests/unictype/test-predicate-part1.h: New file.
29954         * tests/unictype/test-predicate-part2.h: New file.
29955         * tests/unictype/test-scripts.c: New file.
29956         * tests/unictype/test-sy_c_ident.c: New file.
29957         * tests/unictype/test-sy_java_ident.c: New file.
29958
29959         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
29960         for Unicode 5.0.0.
29961         * tests/unictype/test-categ_Cc.c: Likewise.
29962         * tests/unictype/test-categ_Cf.c: Likewise.
29963         * tests/unictype/test-categ_Cn.c: Likewise.
29964         * tests/unictype/test-categ_Co.c: Likewise.
29965         * tests/unictype/test-categ_Cs.c: Likewise.
29966         * tests/unictype/test-categ_L.c: Likewise.
29967         * tests/unictype/test-categ_Ll.c: Likewise.
29968         * tests/unictype/test-categ_Lm.c: Likewise.
29969         * tests/unictype/test-categ_Lo.c: Likewise.
29970         * tests/unictype/test-categ_Lt.c: Likewise.
29971         * tests/unictype/test-categ_Lu.c: Likewise.
29972         * tests/unictype/test-categ_M.c: Likewise.
29973         * tests/unictype/test-categ_Mc.c: Likewise.
29974         * tests/unictype/test-categ_Me.c: Likewise.
29975         * tests/unictype/test-categ_Mn.c: Likewise.
29976         * tests/unictype/test-categ_N.c: Likewise.
29977         * tests/unictype/test-categ_Nd.c: Likewise.
29978         * tests/unictype/test-categ_Nl.c: Likewise.
29979         * tests/unictype/test-categ_No.c: Likewise.
29980         * tests/unictype/test-categ_P.c: Likewise.
29981         * tests/unictype/test-categ_Pc.c: Likewise.
29982         * tests/unictype/test-categ_Pd.c: Likewise.
29983         * tests/unictype/test-categ_Pe.c: Likewise.
29984         * tests/unictype/test-categ_Pf.c: Likewise.
29985         * tests/unictype/test-categ_Pi.c: Likewise.
29986         * tests/unictype/test-categ_Po.c: Likewise.
29987         * tests/unictype/test-categ_Ps.c: Likewise.
29988         * tests/unictype/test-categ_S.c: Likewise.
29989         * tests/unictype/test-categ_Sc.c: Likewise.
29990         * tests/unictype/test-categ_Sk.c: Likewise.
29991         * tests/unictype/test-categ_Sm.c: Likewise.
29992         * tests/unictype/test-categ_So.c: Likewise.
29993         * tests/unictype/test-categ_Z.c: Likewise.
29994         * tests/unictype/test-categ_Zl.c: Likewise.
29995         * tests/unictype/test-categ_Zp.c: Likewise.
29996         * tests/unictype/test-categ_Zs.c: Likewise.
29997         * tests/unictype/test-ctype_alnum.c: Likewise.
29998         * tests/unictype/test-ctype_alpha.c: Likewise.
29999         * tests/unictype/test-ctype_blank.c: Likewise.
30000         * tests/unictype/test-ctype_cntrl.c: Likewise.
30001         * tests/unictype/test-ctype_digit.c: Likewise.
30002         * tests/unictype/test-ctype_graph.c: Likewise.
30003         * tests/unictype/test-ctype_lower.c: Likewise.
30004         * tests/unictype/test-ctype_print.c: Likewise.
30005         * tests/unictype/test-ctype_punct.c: Likewise.
30006         * tests/unictype/test-ctype_space.c: Likewise.
30007         * tests/unictype/test-ctype_upper.c: Likewise.
30008         * tests/unictype/test-ctype_xdigit.c: Likewise.
30009         * tests/unictype/test-decdigit.h: Likewise.
30010         * tests/unictype/test-digit.h: Likewise.
30011         * tests/unictype/test-numeric.h: Likewise.
30012         * tests/unictype/test-pr_alphabetic.c: Likewise.
30013         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
30014         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
30015         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
30016         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
30017         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
30018         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
30019         * tests/unictype/test-pr_bidi_control.c: Likewise.
30020         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
30021         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
30022         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
30023         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
30024         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
30025         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
30026         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
30027         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
30028         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
30029         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
30030         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
30031         * tests/unictype/test-pr_combining.c: Likewise.
30032         * tests/unictype/test-pr_composite.c: Likewise.
30033         * tests/unictype/test-pr_currency_symbol.c: Likewise.
30034         * tests/unictype/test-pr_dash.c: Likewise.
30035         * tests/unictype/test-pr_decimal_digit.c: Likewise.
30036         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
30037         * tests/unictype/test-pr_deprecated.c: Likewise.
30038         * tests/unictype/test-pr_diacritic.c: Likewise.
30039         * tests/unictype/test-pr_extender.c: Likewise.
30040         * tests/unictype/test-pr_format_control.c: Likewise.
30041         * tests/unictype/test-pr_grapheme_base.c: Likewise.
30042         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
30043         * tests/unictype/test-pr_grapheme_link.c: Likewise.
30044         * tests/unictype/test-pr_hex_digit.c: Likewise.
30045         * tests/unictype/test-pr_hyphen.c: Likewise.
30046         * tests/unictype/test-pr_id_continue.c: Likewise.
30047         * tests/unictype/test-pr_id_start.c: Likewise.
30048         * tests/unictype/test-pr_ideographic.c: Likewise.
30049         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
30050         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
30051         * tests/unictype/test-pr_ignorable_control.c: Likewise.
30052         * tests/unictype/test-pr_iso_control.c: Likewise.
30053         * tests/unictype/test-pr_join_control.c: Likewise.
30054         * tests/unictype/test-pr_left_of_pair.c: Likewise.
30055         * tests/unictype/test-pr_line_separator.c: Likewise.
30056         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
30057         * tests/unictype/test-pr_lowercase.c: Likewise.
30058         * tests/unictype/test-pr_math.c: Likewise.
30059         * tests/unictype/test-pr_non_break.c: Likewise.
30060         * tests/unictype/test-pr_not_a_character.c: Likewise.
30061         * tests/unictype/test-pr_numeric.c: Likewise.
30062         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
30063         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
30064         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
30065         * tests/unictype/test-pr_other_id_continue.c: Likewise.
30066         * tests/unictype/test-pr_other_id_start.c: Likewise.
30067         * tests/unictype/test-pr_other_lowercase.c: Likewise.
30068         * tests/unictype/test-pr_other_math.c: Likewise.
30069         * tests/unictype/test-pr_other_uppercase.c: Likewise.
30070         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
30071         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
30072         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
30073         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
30074         * tests/unictype/test-pr_private_use.c: Likewise.
30075         * tests/unictype/test-pr_punctuation.c: Likewise.
30076         * tests/unictype/test-pr_quotation_mark.c: Likewise.
30077         * tests/unictype/test-pr_radical.c: Likewise.
30078         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
30079         * tests/unictype/test-pr_soft_dotted.c: Likewise.
30080         * tests/unictype/test-pr_space.c: Likewise.
30081         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
30082         * tests/unictype/test-pr_titlecase.c: Likewise.
30083         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
30084         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
30085         * tests/unictype/test-pr_uppercase.c: Likewise.
30086         * tests/unictype/test-pr_variation_selector.c: Likewise.
30087         * tests/unictype/test-pr_white_space.c: Likewise.
30088         * tests/unictype/test-pr_xid_continue.c: Likewise.
30089         * tests/unictype/test-pr_xid_start.c: Likewise.
30090         * tests/unictype/test-pr_zero_width.c: Likewise.
30091         * tests/unictype/test-sy_c_whitespace.c: Likewise.
30092         * tests/unictype/test-sy_java_whitespace.c: Likewise.
30093
30094 2007-11-12  Bruno Haible  <bruno@clisp.org>
30095
30096         Unicode character classification functions.
30097         * lib/unictype.h: New file.
30098         * modules/unictype/base: New file.
30099         * modules/unictype/category-L: New file.
30100         * modules/unictype/category-Lu: New file.
30101         * modules/unictype/category-Ll: New file.
30102         * modules/unictype/category-Lt: New file.
30103         * modules/unictype/category-Lm: New file.
30104         * modules/unictype/category-Lo: New file.
30105         * modules/unictype/category-M: New file.
30106         * modules/unictype/category-Mn: New file.
30107         * modules/unictype/category-Mc: New file.
30108         * modules/unictype/category-Me: New file.
30109         * modules/unictype/category-N: New file.
30110         * modules/unictype/category-Nd: New file.
30111         * modules/unictype/category-Nl: New file.
30112         * modules/unictype/category-No: New file.
30113         * modules/unictype/category-P: New file.
30114         * modules/unictype/category-Pc: New file.
30115         * modules/unictype/category-Pd: New file.
30116         * modules/unictype/category-Ps: New file.
30117         * modules/unictype/category-Pe: New file.
30118         * modules/unictype/category-Pi: New file.
30119         * modules/unictype/category-Pf: New file.
30120         * modules/unictype/category-Po: New file.
30121         * modules/unictype/category-S: New file.
30122         * modules/unictype/category-Sm: New file.
30123         * modules/unictype/category-Sc: New file.
30124         * modules/unictype/category-Sk: New file.
30125         * modules/unictype/category-So: New file.
30126         * modules/unictype/category-Z: New file.
30127         * modules/unictype/category-Zs: New file.
30128         * modules/unictype/category-Zl: New file.
30129         * modules/unictype/category-Zp: New file.
30130         * modules/unictype/category-C: New file.
30131         * modules/unictype/category-Cc: New file.
30132         * modules/unictype/category-Cf: New file.
30133         * modules/unictype/category-Cs: New file.
30134         * modules/unictype/category-Co: New file.
30135         * modules/unictype/category-Cn: New file.
30136         * modules/unictype/category-or: New file.
30137         * modules/unictype/category-of: New file.
30138         * modules/unictype/category-test: New file.
30139         * modules/unictype/category-test-withtable: New file.
30140         * modules/unictype/category-byname: New file.
30141         * modules/unictype/category-none: New file.
30142         * modules/unictype/category-and: New file.
30143         * modules/unictype/category-and-not: New file.
30144         * modules/unictype/category-name: New file.
30145         * modules/unictype/combining-class: New file.
30146         * modules/unictype/category-all: New file.
30147         * modules/unictype/bidicategory-all: New file.
30148         * modules/unictype/bidicategory-byname: New file.
30149         * modules/unictype/bidicategory-name: New file.
30150         * modules/unictype/bidicategory-of: New file.
30151         * modules/unictype/bidicategory-test: New file.
30152         * modules/unictype/decimal-digit: New file.
30153         * modules/unictype/digit: New file.
30154         * modules/unictype/numeric: New file.
30155         * modules/unictype/mirror: New file.
30156         * modules/unictype/property-white-space: New file.
30157         * modules/unictype/property-alphabetic: New file.
30158         * modules/unictype/property-other-alphabetic: New file.
30159         * modules/unictype/property-not-a-character: New file.
30160         * modules/unictype/property-default-ignorable-code-point: New file.
30161         * modules/unictype/property-other-default-ignorable-code-point: New
30162         file.
30163         * modules/unictype/property-deprecated: New file.
30164         * modules/unictype/property-logical-order-exception: New file.
30165         * modules/unictype/property-variation-selector: New file.
30166         * modules/unictype/property-private-use: New file.
30167         * modules/unictype/property-unassigned-code-value: New file.
30168         * modules/unictype/property-uppercase: New file.
30169         * modules/unictype/property-other-uppercase: New file.
30170         * modules/unictype/property-lowercase: New file.
30171         * modules/unictype/property-other-lowercase: New file.
30172         * modules/unictype/property-titlecase: New file.
30173         * modules/unictype/property-soft-dotted: New file.
30174         * modules/unictype/property-id-start: New file.
30175         * modules/unictype/property-other-id-start: New file.
30176         * modules/unictype/property-id-continue: New file.
30177         * modules/unictype/property-other-id-continue: New file.
30178         * modules/unictype/property-xid-start: New file.
30179         * modules/unictype/property-xid-continue: New file.
30180         * modules/unictype/property-pattern-white-space: New file.
30181         * modules/unictype/property-pattern-syntax: New file.
30182         * modules/unictype/property-join-control: New file.
30183         * modules/unictype/property-grapheme-base: New file.
30184         * modules/unictype/property-grapheme-extend: New file.
30185         * modules/unictype/property-other-grapheme-extend: New file.
30186         * modules/unictype/property-grapheme-link: New file.
30187         * modules/unictype/property-bidi-control: New file.
30188         * modules/unictype/property-bidi-left-to-right: New file.
30189         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
30190         * modules/unictype/property-bidi-arabic-right-to-left: New file.
30191         * modules/unictype/property-bidi-european-digit: New file.
30192         * modules/unictype/property-bidi-eur-num-separator: New file.
30193         * modules/unictype/property-bidi-eur-num-terminator: New file.
30194         * modules/unictype/property-bidi-arabic-digit: New file.
30195         * modules/unictype/property-bidi-common-separator: New file.
30196         * modules/unictype/property-bidi-block-separator: New file.
30197         * modules/unictype/property-bidi-segment-separator: New file.
30198         * modules/unictype/property-bidi-whitespace: New file.
30199         * modules/unictype/property-bidi-non-spacing-mark: New file.
30200         * modules/unictype/property-bidi-boundary-neutral: New file.
30201         * modules/unictype/property-bidi-pdf: New file.
30202         * modules/unictype/property-bidi-embedding-or-override: New file.
30203         * modules/unictype/property-bidi-other-neutral: New file.
30204         * modules/unictype/property-hex-digit: New file.
30205         * modules/unictype/property-ascii-hex-digit: New file.
30206         * modules/unictype/property-ideographic: New file.
30207         * modules/unictype/property-unified-ideograph: New file.
30208         * modules/unictype/property-radical: New file.
30209         * modules/unictype/property-ids-binary-operator: New file.
30210         * modules/unictype/property-ids-trinary-operator: New file.
30211         * modules/unictype/property-zero-width: New file.
30212         * modules/unictype/property-space: New file.
30213         * modules/unictype/property-non-break: New file.
30214         * modules/unictype/property-iso-control: New file.
30215         * modules/unictype/property-format-control: New file.
30216         * modules/unictype/property-dash: New file.
30217         * modules/unictype/property-hyphen: New file.
30218         * modules/unictype/property-punctuation: New file.
30219         * modules/unictype/property-line-separator: New file.
30220         * modules/unictype/property-paragraph-separator: New file.
30221         * modules/unictype/property-quotation-mark: New file.
30222         * modules/unictype/property-sentence-terminal: New file.
30223         * modules/unictype/property-terminal-punctuation: New file.
30224         * modules/unictype/property-currency-symbol: New file.
30225         * modules/unictype/property-math: New file.
30226         * modules/unictype/property-other-math: New file.
30227         * modules/unictype/property-paired-punctuation: New file.
30228         * modules/unictype/property-left-of-pair: New file.
30229         * modules/unictype/property-combining: New file.
30230         * modules/unictype/property-composite: New file.
30231         * modules/unictype/property-decimal-digit: New file.
30232         * modules/unictype/property-numeric: New file.
30233         * modules/unictype/property-diacritic: New file.
30234         * modules/unictype/property-extender: New file.
30235         * modules/unictype/property-ignorable-control: New file.
30236         * modules/unictype/property-test: New file.
30237         * modules/unictype/property-byname: New file.
30238         * modules/unictype/property-all: New file.
30239         * modules/unictype/scripts: New file.
30240         * modules/unictype/scripts-all: New file.
30241         * modules/unictype/block-of: New file.
30242         * modules/unictype/block-test: New file.
30243         * modules/unictype/block-list: New file.
30244         * modules/unictype/block-all: New file.
30245         * modules/unictype/syntax-c-whitespace: New file.
30246         * modules/unictype/syntax-java-whitespace: New file.
30247         * modules/unictype/syntax-c-ident: New file.
30248         * modules/unictype/syntax-java-ident: New file.
30249         * modules/unictype/ctype-alnum: New file.
30250         * modules/unictype/ctype-alpha: New file.
30251         * modules/unictype/ctype-cntrl: New file.
30252         * modules/unictype/ctype-digit: New file.
30253         * modules/unictype/ctype-graph: New file.
30254         * modules/unictype/ctype-lower: New file.
30255         * modules/unictype/ctype-print: New file.
30256         * modules/unictype/ctype-punct: New file.
30257         * modules/unictype/ctype-space: New file.
30258         * modules/unictype/ctype-upper: New file.
30259         * modules/unictype/ctype-xdigit: New file.
30260         * modules/unictype/ctype-blank: New file.
30261         * lib/unictype/bidi_byname.c: New file.
30262         * lib/unictype/bidi_name.c: New file.
30263         * lib/unictype/bidi_of.c: New file.
30264         * lib/unictype/bidi_test.c: New file.
30265         * lib/unictype/bitmap.h: New file.
30266         * lib/unictype/block_test.c: New file.
30267         * lib/unictype/blocks.c: New file.
30268         * lib/unictype/categ_C.c: New file.
30269         * lib/unictype/categ_Cc.c: New file.
30270         * lib/unictype/categ_Cf.c: New file.
30271         * lib/unictype/categ_Cn.c: New file.
30272         * lib/unictype/categ_Co.c: New file.
30273         * lib/unictype/categ_Cs.c: New file.
30274         * lib/unictype/categ_L.c: New file.
30275         * lib/unictype/categ_Ll.c: New file.
30276         * lib/unictype/categ_Lm.c: New file.
30277         * lib/unictype/categ_Lo.c: New file.
30278         * lib/unictype/categ_Lt.c: New file.
30279         * lib/unictype/categ_Lu.c: New file.
30280         * lib/unictype/categ_M.c: New file.
30281         * lib/unictype/categ_Mc.c: New file.
30282         * lib/unictype/categ_Me.c: New file.
30283         * lib/unictype/categ_Mn.c: New file.
30284         * lib/unictype/categ_N.c: New file.
30285         * lib/unictype/categ_Nd.c: New file.
30286         * lib/unictype/categ_Nl.c: New file.
30287         * lib/unictype/categ_No.c: New file.
30288         * lib/unictype/categ_P.c: New file.
30289         * lib/unictype/categ_Pc.c: New file.
30290         * lib/unictype/categ_Pd.c: New file.
30291         * lib/unictype/categ_Pe.c: New file.
30292         * lib/unictype/categ_Pf.c: New file.
30293         * lib/unictype/categ_Pi.c: New file.
30294         * lib/unictype/categ_Po.c: New file.
30295         * lib/unictype/categ_Ps.c: New file.
30296         * lib/unictype/categ_S.c: New file.
30297         * lib/unictype/categ_Sc.c: New file.
30298         * lib/unictype/categ_Sk.c: New file.
30299         * lib/unictype/categ_Sm.c: New file.
30300         * lib/unictype/categ_So.c: New file.
30301         * lib/unictype/categ_Z.c: New file.
30302         * lib/unictype/categ_Zl.c: New file.
30303         * lib/unictype/categ_Zp.c: New file.
30304         * lib/unictype/categ_Zs.c: New file.
30305         * lib/unictype/categ_and.c: New file.
30306         * lib/unictype/categ_and_not.c: New file.
30307         * lib/unictype/categ_byname.c: New file.
30308         * lib/unictype/categ_name.c: New file.
30309         * lib/unictype/categ_none.c: New file.
30310         * lib/unictype/categ_of.c: New file.
30311         * lib/unictype/categ_or.c: New file.
30312         * lib/unictype/categ_test.c: New file.
30313         * lib/unictype/combining.c: New file.
30314         * lib/unictype/ctype_alnum.c: New file.
30315         * lib/unictype/ctype_alpha.c: New file.
30316         * lib/unictype/ctype_blank.c: New file.
30317         * lib/unictype/ctype_cntrl.c: New file.
30318         * lib/unictype/ctype_digit.c: New file.
30319         * lib/unictype/ctype_graph.c: New file.
30320         * lib/unictype/ctype_lower.c: New file.
30321         * lib/unictype/ctype_print.c: New file.
30322         * lib/unictype/ctype_punct.c: New file.
30323         * lib/unictype/ctype_space.c: New file.
30324         * lib/unictype/ctype_upper.c: New file.
30325         * lib/unictype/ctype_xdigit.c: New file.
30326         * lib/unictype/decdigit.c: New file.
30327         * lib/unictype/digit.c: New file.
30328         * lib/unictype/identsyntaxmap.h: New file.
30329         * lib/unictype/mirror.c: New file.
30330         * lib/unictype/numeric.c: New file.
30331         * lib/unictype/pr_alphabetic.c: New file.
30332         * lib/unictype/pr_ascii_hex_digit.c: New file.
30333         * lib/unictype/pr_bidi_arabic_digit.c: New file.
30334         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
30335         * lib/unictype/pr_bidi_block_separator.c: New file.
30336         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
30337         * lib/unictype/pr_bidi_common_separator.c: New file.
30338         * lib/unictype/pr_bidi_control.c: New file.
30339         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
30340         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
30341         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
30342         * lib/unictype/pr_bidi_european_digit.c: New file.
30343         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
30344         * lib/unictype/pr_bidi_left_to_right.c: New file.
30345         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
30346         * lib/unictype/pr_bidi_other_neutral.c: New file.
30347         * lib/unictype/pr_bidi_pdf.c: New file.
30348         * lib/unictype/pr_bidi_segment_separator.c: New file.
30349         * lib/unictype/pr_bidi_whitespace.c: New file.
30350         * lib/unictype/pr_byname.c: New file.
30351         * lib/unictype/pr_byname.gperf: New file.
30352         * lib/unictype/pr_combining.c: New file.
30353         * lib/unictype/pr_composite.c: New file.
30354         * lib/unictype/pr_currency_symbol.c: New file.
30355         * lib/unictype/pr_dash.c: New file.
30356         * lib/unictype/pr_decimal_digit.c: New file.
30357         * lib/unictype/pr_default_ignorable_code_point.c: New file.
30358         * lib/unictype/pr_deprecated.c: New file.
30359         * lib/unictype/pr_diacritic.c: New file.
30360         * lib/unictype/pr_extender.c: New file.
30361         * lib/unictype/pr_format_control.c: New file.
30362         * lib/unictype/pr_grapheme_base.c: New file.
30363         * lib/unictype/pr_grapheme_extend.c: New file.
30364         * lib/unictype/pr_grapheme_link.c: New file.
30365         * lib/unictype/pr_hex_digit.c: New file.
30366         * lib/unictype/pr_hyphen.c: New file.
30367         * lib/unictype/pr_id_continue.c: New file.
30368         * lib/unictype/pr_id_start.c: New file.
30369         * lib/unictype/pr_ideographic.c: New file.
30370         * lib/unictype/pr_ids_binary_operator.c: New file.
30371         * lib/unictype/pr_ids_trinary_operator.c: New file.
30372         * lib/unictype/pr_ignorable_control.c: New file.
30373         * lib/unictype/pr_iso_control.c: New file.
30374         * lib/unictype/pr_join_control.c: New file.
30375         * lib/unictype/pr_left_of_pair.c: New file.
30376         * lib/unictype/pr_line_separator.c: New file.
30377         * lib/unictype/pr_logical_order_exception.c: New file.
30378         * lib/unictype/pr_lowercase.c: New file.
30379         * lib/unictype/pr_math.c: New file.
30380         * lib/unictype/pr_non_break.c: New file.
30381         * lib/unictype/pr_not_a_character.c: New file.
30382         * lib/unictype/pr_numeric.c: New file.
30383         * lib/unictype/pr_other_alphabetic.c: New file.
30384         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
30385         * lib/unictype/pr_other_grapheme_extend.c: New file.
30386         * lib/unictype/pr_other_id_continue.c: New file.
30387         * lib/unictype/pr_other_id_start.c: New file.
30388         * lib/unictype/pr_other_lowercase.c: New file.
30389         * lib/unictype/pr_other_math.c: New file.
30390         * lib/unictype/pr_other_uppercase.c: New file.
30391         * lib/unictype/pr_paired_punctuation.c: New file.
30392         * lib/unictype/pr_paragraph_separator.c: New file.
30393         * lib/unictype/pr_pattern_syntax.c: New file.
30394         * lib/unictype/pr_pattern_white_space.c: New file.
30395         * lib/unictype/pr_private_use.c: New file.
30396         * lib/unictype/pr_punctuation.c: New file.
30397         * lib/unictype/pr_quotation_mark.c: New file.
30398         * lib/unictype/pr_radical.c: New file.
30399         * lib/unictype/pr_sentence_terminal.c: New file.
30400         * lib/unictype/pr_soft_dotted.c: New file.
30401         * lib/unictype/pr_space.c: New file.
30402         * lib/unictype/pr_terminal_punctuation.c: New file.
30403         * lib/unictype/pr_test.c: New file.
30404         * lib/unictype/pr_titlecase.c: New file.
30405         * lib/unictype/pr_unassigned_code_value.c: New file.
30406         * lib/unictype/pr_unified_ideograph.c: New file.
30407         * lib/unictype/pr_uppercase.c: New file.
30408         * lib/unictype/pr_variation_selector.c: New file.
30409         * lib/unictype/pr_white_space.c: New file.
30410         * lib/unictype/pr_xid_continue.c: New file.
30411         * lib/unictype/pr_xid_start.c: New file.
30412         * lib/unictype/pr_zero_width.c: New file.
30413         * lib/unictype/scripts.c: New file.
30414         * lib/unictype/sy_c_ident.c: New file.
30415         * lib/unictype/sy_c_whitespace.c: New file.
30416         * lib/unictype/sy_java_ident.c: New file.
30417         * lib/unictype/sy_java_whitespace.c: New file.
30418
30419         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
30420         Unicode 5.0.0.
30421         * lib/unictype/blocks.h: Likewise.
30422         * lib/unictype/categ_C.h: Likewise.
30423         * lib/unictype/categ_Cc.h: Likewise.
30424         * lib/unictype/categ_Cf.h: Likewise.
30425         * lib/unictype/categ_Cn.h: Likewise.
30426         * lib/unictype/categ_Co.h: Likewise.
30427         * lib/unictype/categ_Cs.h: Likewise.
30428         * lib/unictype/categ_L.h: Likewise.
30429         * lib/unictype/categ_Ll.h: Likewise.
30430         * lib/unictype/categ_Lm.h: Likewise.
30431         * lib/unictype/categ_Lo.h: Likewise.
30432         * lib/unictype/categ_Lt.h: Likewise.
30433         * lib/unictype/categ_Lu.h: Likewise.
30434         * lib/unictype/categ_M.h: Likewise.
30435         * lib/unictype/categ_Mc.h: Likewise.
30436         * lib/unictype/categ_Me.h: Likewise.
30437         * lib/unictype/categ_Mn.h: Likewise.
30438         * lib/unictype/categ_N.h: Likewise.
30439         * lib/unictype/categ_Nd.h: Likewise.
30440         * lib/unictype/categ_Nl.h: Likewise.
30441         * lib/unictype/categ_No.h: Likewise.
30442         * lib/unictype/categ_P.h: Likewise.
30443         * lib/unictype/categ_Pc.h: Likewise.
30444         * lib/unictype/categ_Pd.h: Likewise.
30445         * lib/unictype/categ_Pe.h: Likewise.
30446         * lib/unictype/categ_Pf.h: Likewise.
30447         * lib/unictype/categ_Pi.h: Likewise.
30448         * lib/unictype/categ_Po.h: Likewise.
30449         * lib/unictype/categ_Ps.h: Likewise.
30450         * lib/unictype/categ_S.h: Likewise.
30451         * lib/unictype/categ_Sc.h: Likewise.
30452         * lib/unictype/categ_Sk.h: Likewise.
30453         * lib/unictype/categ_Sm.h: Likewise.
30454         * lib/unictype/categ_So.h: Likewise.
30455         * lib/unictype/categ_Z.h: Likewise.
30456         * lib/unictype/categ_Zl.h: Likewise.
30457         * lib/unictype/categ_Zp.h: Likewise.
30458         * lib/unictype/categ_Zs.h: Likewise.
30459         * lib/unictype/categ_of.h: Likewise.
30460         * lib/unictype/combining.h: Likewise.
30461         * lib/unictype/ctype_alnum.h: Likewise.
30462         * lib/unictype/ctype_alpha.h: Likewise.
30463         * lib/unictype/ctype_blank.h: Likewise.
30464         * lib/unictype/ctype_cntrl.h: Likewise.
30465         * lib/unictype/ctype_digit.h: Likewise.
30466         * lib/unictype/ctype_graph.h: Likewise.
30467         * lib/unictype/ctype_lower.h: Likewise.
30468         * lib/unictype/ctype_print.h: Likewise.
30469         * lib/unictype/ctype_punct.h: Likewise.
30470         * lib/unictype/ctype_space.h: Likewise.
30471         * lib/unictype/ctype_upper.h: Likewise.
30472         * lib/unictype/ctype_xdigit.h: Likewise.
30473         * lib/unictype/decdigit.h: Likewise.
30474         * lib/unictype/digit.h: Likewise.
30475         * lib/unictype/mirror.h: Likewise.
30476         * lib/unictype/numeric.h: Likewise.
30477         * lib/unictype/pr_alphabetic.h: Likewise.
30478         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
30479         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
30480         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
30481         * lib/unictype/pr_bidi_block_separator.h: Likewise.
30482         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
30483         * lib/unictype/pr_bidi_common_separator.h: Likewise.
30484         * lib/unictype/pr_bidi_control.h: Likewise.
30485         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
30486         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
30487         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
30488         * lib/unictype/pr_bidi_european_digit.h: Likewise.
30489         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
30490         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
30491         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
30492         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
30493         * lib/unictype/pr_bidi_pdf.h: Likewise.
30494         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
30495         * lib/unictype/pr_bidi_whitespace.h: Likewise.
30496         * lib/unictype/pr_combining.h: Likewise.
30497         * lib/unictype/pr_composite.h: Likewise.
30498         * lib/unictype/pr_currency_symbol.h: Likewise.
30499         * lib/unictype/pr_dash.h: Likewise.
30500         * lib/unictype/pr_decimal_digit.h: Likewise.
30501         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
30502         * lib/unictype/pr_deprecated.h: Likewise.
30503         * lib/unictype/pr_diacritic.h: Likewise.
30504         * lib/unictype/pr_extender.h: Likewise.
30505         * lib/unictype/pr_format_control.h: Likewise.
30506         * lib/unictype/pr_grapheme_base.h: Likewise.
30507         * lib/unictype/pr_grapheme_extend.h: Likewise.
30508         * lib/unictype/pr_grapheme_link.h: Likewise.
30509         * lib/unictype/pr_hex_digit.h: Likewise.
30510         * lib/unictype/pr_hyphen.h: Likewise.
30511         * lib/unictype/pr_id_continue.h: Likewise.
30512         * lib/unictype/pr_id_start.h: Likewise.
30513         * lib/unictype/pr_ideographic.h: Likewise.
30514         * lib/unictype/pr_ids_binary_operator.h: Likewise.
30515         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
30516         * lib/unictype/pr_ignorable_control.h: Likewise.
30517         * lib/unictype/pr_iso_control.h: Likewise.
30518         * lib/unictype/pr_join_control.h: Likewise.
30519         * lib/unictype/pr_left_of_pair.h: Likewise.
30520         * lib/unictype/pr_line_separator.h: Likewise.
30521         * lib/unictype/pr_logical_order_exception.h: Likewise.
30522         * lib/unictype/pr_lowercase.h: Likewise.
30523         * lib/unictype/pr_math.h: Likewise.
30524         * lib/unictype/pr_non_break.h: Likewise.
30525         * lib/unictype/pr_not_a_character.h: Likewise.
30526         * lib/unictype/pr_numeric.h: Likewise.
30527         * lib/unictype/pr_other_alphabetic.h: Likewise.
30528         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
30529         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
30530         * lib/unictype/pr_other_id_continue.h: Likewise.
30531         * lib/unictype/pr_other_id_start.h: Likewise.
30532         * lib/unictype/pr_other_lowercase.h: Likewise.
30533         * lib/unictype/pr_other_math.h: Likewise.
30534         * lib/unictype/pr_other_uppercase.h: Likewise.
30535         * lib/unictype/pr_paired_punctuation.h: Likewise.
30536         * lib/unictype/pr_paragraph_separator.h: Likewise.
30537         * lib/unictype/pr_pattern_syntax.h: Likewise.
30538         * lib/unictype/pr_pattern_white_space.h: Likewise.
30539         * lib/unictype/pr_private_use.h: Likewise.
30540         * lib/unictype/pr_punctuation.h: Likewise.
30541         * lib/unictype/pr_quotation_mark.h: Likewise.
30542         * lib/unictype/pr_radical.h: Likewise.
30543         * lib/unictype/pr_sentence_terminal.h: Likewise.
30544         * lib/unictype/pr_soft_dotted.h: Likewise.
30545         * lib/unictype/pr_space.h: Likewise.
30546         * lib/unictype/pr_terminal_punctuation.h: Likewise.
30547         * lib/unictype/pr_titlecase.h: Likewise.
30548         * lib/unictype/pr_unassigned_code_value.h: Likewise.
30549         * lib/unictype/pr_unified_ideograph.h: Likewise.
30550         * lib/unictype/pr_uppercase.h: Likewise.
30551         * lib/unictype/pr_variation_selector.h: Likewise.
30552         * lib/unictype/pr_white_space.h: Likewise.
30553         * lib/unictype/pr_xid_continue.h: Likewise.
30554         * lib/unictype/pr_xid_start.h: Likewise.
30555         * lib/unictype/pr_zero_width.h: Likewise.
30556         * lib/unictype/scripts.h: Likewise.
30557         * lib/unictype/scripts_byname.gperf: Likewise.
30558         * lib/unictype/sy_c_ident.h: Likewise.
30559         * lib/unictype/sy_c_whitespace.h: Likewise.
30560         * lib/unictype/sy_java_ident.h: Likewise.
30561         * lib/unictype/sy_java_whitespace.h: Likewise.
30562
30563         * lib/unictype/Makefile: New file.
30564         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
30565         glibc.
30566         * lib/unictype/3level.h: New file, copied from glibc.
30567         * lib/unictype/3levelbit.h: New file.
30568
30569 2007-11-11  Bruno Haible  <bruno@clisp.org>
30570
30571         * modules/gperf: New file.
30572         * modules/iconv_open (Depends-on): Add it.
30573         (Makefile.am): Remove the GPERF definition.
30574
30575 2007-11-11  Bruno Haible  <bruno@clisp.org>
30576
30577         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
30578         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
30579
30580 2007-11-11  Bruno Haible  <bruno@clisp.org>
30581
30582         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
30583         (usage): Remove function.
30584
30585 2007-11-11  Bruno Haible  <bruno@clisp.org>
30586
30587         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
30588         gl_FUNC_CEILF_LIBS.
30589         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
30590         gl_FUNC_CEIL_LIBS.
30591         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
30592         gl_FUNC_CEILL_LIBS.
30593         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
30594         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
30595         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
30596
30597 2007-11-11  Bruno Haible  <bruno@clisp.org>
30598
30599         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
30600         roundf were declared but do not exist on functions.
30601         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
30602         roundl were declared but do not exist on functions.
30603         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
30604         HAVE_FLOORL_AND_CEILL, respectively.
30605         Needed for Sun C on Solaris 10.
30606
30607 2007-11-11  Bruno Haible  <bruno@clisp.org>
30608
30609         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
30610         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
30611         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
30612         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
30613         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
30614         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
30615         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
30616         HAVE_DECL_ROUNDF.
30617         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
30618         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
30619         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
30620         of HAVE_DECL_ROUND*.
30621         * modules/math (Makefile.am): Update.
30622
30623 2007-11-10  Bruno Haible  <bruno@clisp.org>
30624
30625         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
30626         ptrdiff_t as m4/intl.m4.
30627
30628 2007-11-10  Jim Meyering  <meyering@redhat.com>
30629
30630         Avoid link failure for the argmatch test.
30631         * tests/test-argmatch.c (usage): Define function to avoid a link
30632         failure: argmatch_die requires a usage function.
30633
30634 2007-11-09  Bruno Haible  <bruno@clisp.org>
30635
30636         * doc/functions/snprintf.texi: Mention BeOS deficiency.
30637         * doc/functions/vsnprintf.texi: Likewise.
30638         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
30639         with a size argument < 2.
30640
30641 2007-11-09  Bruno Haible  <bruno@clisp.org>
30642
30643         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
30644         buffer. Fixes an inefficiency introduced on 2007-11-03.
30645
30646 2007-11-09  Bruno Haible  <bruno@clisp.org>
30647
30648         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
30649         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
30650
30651 2007-11-08  Jim Meyering  <meyering@redhat.com>
30652
30653         Change cache variable name prefix "jm_" to "gl_" everywhere.
30654         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
30655         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
30656         * m4/uptime.m4: s/gl_/jm_/
30657
30658 2007-11-07  Bruno Haible  <bruno@clisp.org>
30659
30660         Update to GNU gettext 0.17.
30661         * m4/intl.m4: Update to GNU gettext 0.17.
30662         * m4/po.m4: Likewise.
30663         * modules/gettext (Files): Remove m4/ulonglong.m4.
30664         (configure.ac): Require gettext infrastructure from version 0.17.
30665
30666 2007-11-06  Bruno Haible  <bruno@clisp.org>
30667
30668         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
30669         symbolic values are not defined in a public header.
30670         * lib/freadable.c (freadable) [QNX]: Likewise.
30671         * lib/freadahead.c (freadahead) [QNX]: Likewise.
30672         * lib/freading.c (freading) [QNX]: Likewise.
30673         * lib/fseterr.c (fseterr) [QNX]: Likewise.
30674         * lib/fwritable.c (fwritable) [QNX]: Likewise.
30675         * lib/fwriting.c (fwriting) [QNX]: Likewise.
30676         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
30677         Reported by Alain Magloire.
30678
30679         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
30680
30681 2007-11-05  Bruno Haible  <bruno@clisp.org>
30682
30683         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
30684         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
30685         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
30686         Reported by Eric Blake.
30687
30688 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30689             Bruno Haible  <bruno@clisp.org>
30690
30691         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
30692         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
30693         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
30694         (malloc): Undefine also before including <stdlib.h>.
30695         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
30696         Needed on OSF/1 4.0.
30697
30698 2007-11-05  Jim Meyering  <meyering@redhat.com>
30699
30700         git-version-gen: sync from coreutils.
30701         * build-aux/git-version-gen: Add comments.
30702         Change the first '-' to '.' in the snapshot version string,
30703         e.g., 6.9-377-08144 -> 6.9.377-08144
30704         Remove first parameter.
30705         Don't declare a version "-dirty" merely because a time
30706         stamp has changed.
30707
30708 2007-11-04  Bruno Haible  <bruno@clisp.org>
30709
30710         * lib/lock.h: Protect all macro definitions containing an 'if'
30711         statement through a "do { ... } while (0)".
30712         * lib/tls.h: Likewise.
30713
30714 2007-11-04  Bruno Haible  <bruno@clisp.org>
30715
30716         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
30717
30718 2007-11-04  Bruno Haible  <bruno@clisp.org>
30719
30720         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
30721         * modules/fprintf-posix (Depends-on): Add nocrash.
30722         * modules/snprintf-posix (Depends-on): Likewise.
30723         * modules/sprintf-posix (Depends-on): Likewise.
30724         * modules/vasnprintf-posix (Depends-on): Likewise.
30725         * modules/vasprintf-posix (Depends-on): Likewise.
30726         * modules/vfprintf-posix (Depends-on): Likewise.
30727         * modules/vsnprintf-posix (Depends-on): Likewise.
30728         * modules/vsprintf-posix (Depends-on): Likewise.
30729         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
30730         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
30731         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
30732         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
30733         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
30734         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
30735         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
30736
30737 2007-11-04  Bruno Haible  <bruno@clisp.org>
30738
30739         * modules/nocrash: New file.
30740         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
30741         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
30742
30743 2007-11-04  Bruno Haible  <bruno@clisp.org>
30744
30745         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
30746         precision handling.
30747         * tests/test-vasprintf-posix.c (test_function): Likewise.
30748         * tests/test-snprintf-posix.h (test_function): Likewise.
30749         * tests/test-sprintf-posix.h (test_function): Likewise.
30750
30751         Fix *printf behaviour for large precisions on mingw and BeOS.
30752         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
30753         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
30754         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
30755         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
30756         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
30757         gl_PRINTF_PRECISION and test its result. Invoke
30758         gl_PREREQ_VASNPRINTF_PRECISION.
30759         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
30760         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30761         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30762         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30763         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
30764         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30765         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30766         * doc/functions/fprintf.texi: Update.
30767         * doc/functions/printf.texi: Update.
30768         * doc/functions/snprintf.texi: Update.
30769         * doc/functions/sprintf.texi: Update.
30770         * doc/functions/vfprintf.texi: Update.
30771         * doc/functions/vprintf.texi: Update.
30772         * doc/functions/vsnprintf.texi: Update.
30773         * doc/functions/vsprintf.texi: Update.
30774
30775 2007-11-04  Bruno Haible  <bruno@clisp.org>
30776
30777         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
30778
30779 2007-11-04  Bruno Haible  <bruno@clisp.org>
30780
30781         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
30782         Reported by Sylvain Beucler <beuc@gnu.org>.
30783
30784 2007-11-03  Bruno Haible  <bruno@clisp.org>
30785
30786         * tests/test-fprintf-posix2.sh: New file.
30787         * tests/test-fprintf-posix2.c: New file.
30788         * modules/fprintf-posix-tests (Files): Add them.
30789         (TESTS): Add test-fprintf-posix2.sh.
30790         (configure.ac): Check for getrlimit and setrlimit.
30791         (check_PROGRAMS): Add test-fprintf-posix2.
30792
30793         * tests/test-printf-posix2.sh: New file.
30794         * tests/test-printf-posix2.c: New file.
30795         * modules/printf-posix-tests (Files): Add them.
30796         (TESTS): Add test-printf-posix2.sh.
30797         (configure.ac): Check for getrlimit and setrlimit.
30798         (check_PROGRAMS): Add test-printf-posix2.
30799
30800         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
30801         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
30802         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
30803         (decode_double): New function, copied from decode_long_double.
30804         (scale10_round_decimal_decoded): New function, extracted from
30805         scale10_round_decimal_long_double.
30806         (scale10_round_decimal_long_double): Use it.
30807         (scale10_round_decimal_double): New function.
30808         (floorlog10): New function.
30809         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
30810         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
30811         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
30812         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
30813         gl_PRINTF_ENOMEM and test its result. Invoke
30814         gl_PREREQ_VASNPRINTF_ENOMEM.
30815         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
30816         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30817         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30818         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30819         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
30820         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30821         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30822         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
30823         * modules/snprintf-posix (Depends-on): Likewise.
30824         * modules/sprintf-posix (Depends-on): Likewise.
30825         * modules/vasnprintf-posix (Depends-on): Likewise.
30826         * modules/vasprintf-posix (Depends-on): Likewise.
30827         * modules/vfprintf-posix (Depends-on): Likewise.
30828         * modules/vsnprintf-posix (Depends-on): Likewise.
30829         * modules/vsprintf-posix (Depends-on): Likewise.
30830         * doc/functions/fprintf.texi: Update.
30831         * doc/functions/printf.texi: Update.
30832         * doc/functions/snprintf.texi: Update.
30833         * doc/functions/sprintf.texi: Update.
30834         * doc/functions/vfprintf.texi: Update.
30835         * doc/functions/vprintf.texi: Update.
30836         * doc/functions/vsnprintf.texi: Update.
30837         * doc/functions/vsprintf.texi: Update.
30838
30839 2007-11-03  Bruno Haible  <bruno@clisp.org>
30840
30841         * modules/frexp-nolibm-tests: New file.
30842
30843         * modules/frexp-nolibm: New file.
30844         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
30845
30846 2007-11-03  Bruno Haible  <bruno@clisp.org>
30847
30848         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
30849         value is C99 compliant.
30850         Needed for OSF/1 5.1.
30851
30852 2007-11-03  Bruno Haible  <bruno@clisp.org>
30853
30854         Fix out-of-memory handling of vasnprintf.
30855         * lib/printf-parse.c: Include <errno.h>.
30856         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
30857         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
30858         is already set.
30859
30860 2007-11-02  Eric Blake  <ebb9@byu.net>
30861
30862         Fix tests on cygwin.
30863         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
30864
30865 2007-11-01  Bruno Haible  <bruno@clisp.org>
30866
30867         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
30868         warning.
30869         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
30870         needed for POSIX compatibility.
30871
30872 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
30873
30874         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
30875         for compatibility with GNU.
30876
30877 2007-11-01  Bruno Haible  <bruno@clisp.org>
30878
30879         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
30880         (putenv): Renamed from rpl_putenv. Change argument type from
30881         'const char *' to 'char *'.
30882         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
30883         of defining putenv in config.h, just set REPLACE_PUTENV.
30884         * modules/putenv (Depends-on): Add stdlib.
30885         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
30886         (Include): Use <stdlib.h>.
30887         * lib/stdlib.in.h (putenv): New declaration.
30888         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
30889         REPLACE_PUTENV.
30890         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
30891         REPLACE_PUTENV.
30892         Needed for MacOS X 10.5.0.
30893         Reported by Peter O'Gorman <peter@pogma.com>.
30894
30895 2007-11-01  Jim Meyering  <meyering@redhat.com>
30896
30897         Treat an empty date string exactly like "0".
30898         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
30899         if the remaining date string (to be parsed) is empty, use "0".
30900         Reported by Mischa Molhoek and discussed in this thread:
30901         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
30902
30903 2007-10-31  Bruno Haible  <bruno@clisp.org>
30904
30905         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
30906         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
30907         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
30908         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
30909         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
30910         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
30911
30912 2007-10-31  Bruno Haible  <bruno@clisp.org>
30913
30914         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
30915         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
30916         (AC_TYPE_LONG_LONG_INT): Use it.
30917         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
30918         it as well.
30919         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
30920         to m4/longlong.m4.
30921         * modules/stdint (Files): Remove m4/ulonglong.m4.
30922         * modules/strtoull (Files): Use m4/longlong.m4 instead of
30923         m4/ulonglong.m4.
30924         * modules/strtoumax (Files): Likewise.
30925
30926 2007-10-30  Bruno Haible  <bruno@clisp.org>
30927
30928         * modules/xvasprintf-posix: New file.
30929         Suggested by Eric Blake.
30930
30931 2007-10-30  Bruno Haible  <bruno@clisp.org>
30932
30933         * modules/xprintf-posix-tests: New file.
30934         * tests/test-xprintf-posix.sh: New file.
30935         * tests/test-xprintf-posix.c: New file.
30936         * tests/test-xfprintf-posix.c: New file.
30937
30938         * modules/xprintf-posix: New file.
30939
30940 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30941
30942         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
30943         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
30944         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
30945
30946 2007-10-29  Bruno Haible  <bruno@clisp.org>
30947
30948         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
30949         contain the special marker '_cv_'.
30950         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
30951         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
30952         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
30953         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
30954         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
30955         Reported by Ralf Wildenhues.
30956
30957 2007-10-29  Bruno Haible  <bruno@clisp.org>
30958
30959         * gnulib-tool (func_import): When --lgpl is not specified, set
30960         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
30961         GPLv3.
30962         Reported by Simon Josefsson.
30963
30964 2007-10-28  Bruno Haible  <bruno@clisp.org>
30965
30966         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
30967         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
30968         HAVE_DECL_ISFINITE.
30969         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
30970         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
30971         HAVE_DECL_ISFINITE.
30972
30973 2007-10-28  Bruno Haible  <bruno@clisp.org>
30974
30975         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
30976         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
30977
30978 2007-10-28  Bruno Haible  <bruno@clisp.org>
30979
30980         Fix link errors with Sun C 5.0 on Solaris 10.
30981         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
30982         function is declared but not present in the compiler's libm.
30983         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
30984         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
30985         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
30986         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
30987         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
30988         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
30989         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
30990         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
30991         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
30992         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
30993         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
30994         HAVE_DECL_FLOORL.
30995
30996 2007-10-28  Bruno Haible  <bruno@clisp.org>
30997
30998         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
30999         gl_FUNC_FLOORL. Cache the result.
31000         (gl_FUNC_FLOORL): Use it.
31001         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
31002         gl_FUNC_CEILL. Cache the result.
31003         (gl_FUNC_CEILL): Use it.
31004
31005         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
31006         gl_FUNC_FLOOR. Cache the result.
31007         (gl_FUNC_FLOOR): Use it.
31008         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
31009         gl_FUNC_CEIL. Cache the result.
31010         (gl_FUNC_CEIL): Use it.
31011
31012         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
31013         gl_FUNC_FLOORF. Cache the result.
31014         (gl_FUNC_FLOORF): Use it.
31015         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
31016         gl_FUNC_CEILF. Cache the result.
31017         (gl_FUNC_CEILF): Use it.
31018
31019 2007-10-28  Bruno Haible  <bruno@clisp.org>
31020
31021         * gnulib-tool: Allow specifying the LGPL version number through
31022         --lgpl=2 or --lgpl=3.
31023         (func_usage): Document --lgpl with argument.
31024         Handle --lgpl=... arguments.
31025         (func_import): Recognize also gl_LGPL calls with an argument. When
31026         --lgpl=2 is used and the module's license is just LGPL, report an
31027         error. Set sed_transform_lib_file according to the lgpl variable. In
31028         the generated files, use --lgpl or gl_LGPL invocations with argument,
31029         if necessary.
31030         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
31031         an LGPv2+ license.
31032         * doc/gnulib-tool.texi (Modified imports): Update explanation of
31033         gl_LGPL macro.
31034
31035 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31036             Bruno Haible  <bruno@clisp.org>
31037
31038         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
31039         (u16_uctomb_aux): Likewise.
31040         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
31041         !HAVE_INLINE.
31042         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
31043
31044 2007-10-28  Bruno Haible  <bruno@clisp.org>
31045
31046         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
31047         Invoke AM_GETTEXT_OPTION if it exists.
31048         * modules/vasprintf: Likewise.
31049         * modules/verror: Likewise.
31050         * modules/xprintf: Likewise.
31051         * modules/xvasprintf: Likewise.
31052
31053 2007-10-27  Ben Pfaff  <blp@gnu.org>
31054
31055         * lib/math.in.h: Define isfinite macro and prototypes for
31056         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
31057         implementations.
31058         * m4/math_h.m4: New substitutions for isfinite module.
31059         * lib/isfinite.c: New file.
31060         * m4/isfinite.m4: New file.
31061         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
31062         * modules/isfinite: New file.
31063         * modules/isfinite-tests: New file.
31064         * tests/tests-isfinite.c: New file.
31065         * doc/functions/isfinite.texi: Mention isfinite module.
31066         * MODULES.html.sh: Mention new module.
31067
31068 2007-10-27  Ben Pfaff  <blp@gnu.org>
31069
31070         Ralf Wildenhues reported that Tru64 4.0D declares the round
31071         functions but does not have definitions.
31072         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
31073         cannot be found in any library, set the output variable to
31074         "missing" instead of "".
31075         * m4/round.m4: Also use our substitute if we cannot find round in
31076         any library, even if it is declared.
31077         * m4/roundf.m4: Likewise for roundf.
31078         * m4/roundl.m4: Likewise for roundl.
31079         * lib/math.in.h: Undefine roundf, round, roundl before defining
31080         their replacements, to allow for hypothetical systems where these
31081         may be defined as macros but not available in libraries.
31082
31083 2007-10-27  Bruno Haible  <bruno@clisp.org>
31084
31085         * doc/gnulib.texi: Invoke @firstparagraphindent.
31086         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
31087         changes in gnulib.
31088         (Source changes): New section.
31089
31090 2007-10-26  Bruno Haible  <bruno@clisp.org>
31091
31092         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
31093         borrowed from autoconf.
31094
31095 2007-10-26  Bruno Haible  <bruno@clisp.org>
31096
31097         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
31098         strerror returned the empty string. Needed on HP-UX 11.00.
31099
31100 2007-10-24  Micah Cowan  <micah@cowan.name>
31101
31102         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
31103         * build-aux/bootstrap: Remove support for now-unnecessary option,
31104         --cvs-user, and envvars CVS_USER, CVS_RSH.
31105
31106 2007-10-24  Jim Meyering  <meyering@redhat.com>
31107
31108         Avoid diagnostics from sha1sum when there is no cached checksum.
31109         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
31110         if the po.s1 file hasn't been created yet.
31111
31112         * build-aux/bootstrap: Sync from coreutils:
31113         2007-10-24  Jim Meyering  <meyering@redhat.com>
31114         Get gnulib from the git repository, not from an obsolete cvs one.
31115         * build-aux/bootstrap: Suggestion from Micah Cowan.
31116         2007-10-04  Jim Meyering  <jim@meyering.net>
31117         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
31118         (update_po_files): Work also when there are no .po files in po/.
31119
31120 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
31121
31122         * README: Append ".git" to git and cg examples.
31123         Problem reported by Benoit Sigoure.
31124
31125 2007-10-23  Micah Cowan  <micah@cowan.name>
31126
31127         * users.txt: Add wget.
31128
31129 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31130
31131         Fix linking of some unistdio tests on FreeBSD.
31132         * modules/unistdio/u16-vsnprintf-tests
31133         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
31134         * modules/unistdio/u16-vsprintf-tests
31135         (test_u16_vsnprintf1_LDADD): Likewise.
31136         * modules/unistdio/u32-vsnprintf-tests
31137         (test_u32_vsnprintf1_LDADD): Likewise.
31138         * modules/unistdio/u32-vsprintf-tests
31139         (test_u32_vsprintf1_LDADD): Likewise.
31140         * modules/unistdio/u8-vsnprintf-tests
31141         (test_u8_vsnprintf1_LDADD): Likewise.
31142         * modules/unistdio/u8-vsprintf-tests
31143         (test_u8_vsprintf1_LDADD): Likewise.
31144         * modules/unistdio/ulc-vsnprintf-tests
31145         (test_ulc_vsnprintf1_LDADD): Likewise.
31146         * modules/unistdio/ulc-vsprintf-tests
31147         (test_ulc_vsprintf1_LDADD): Likewise.
31148
31149         Fix linking of some uniconv tests on FreeBSD.
31150         * modules/uniconv/u16-conv-from-enc-tests
31151         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
31152         * modules/uniconv/u16-conv-to-enc-tests
31153         (test_u16_conv_to_enc_LDADD): Likewise.
31154         * modules/uniconv/u16-strconv-from-enc-tests
31155         (test_u16_strconv_from_enc_LDADD): Likewise.
31156         * modules/uniconv/u16-strconv-to-enc-tests
31157         (test_u16_strconv_to_enc_LDADD): Likewise.
31158         * modules/uniconv/u32-conv-from-enc-tests
31159         (test_u32_conv_from_enc_LDADD): Likewise.
31160         * modules/uniconv/u32-conv-to-enc-tests
31161         (test_u32_conv_to_enc_LDADD): Likewise.
31162         * modules/uniconv/u32-strconv-from-enc-tests
31163         (test_u32_strconv_from_enc_LDADD): Likewise.
31164         * modules/uniconv/u32-strconv-to-enc-tests
31165         (test_u32_strconv_to_enc_LDADD): Likewise.
31166         * modules/uniconv/u8-conv-from-enc-tests
31167         (test_u8_conv_from_enc_LDADD): Likewise.
31168         * modules/uniconv/u8-conv-to-enc-tests
31169         (test_u8_conv_to_enc_LDADD): Likewise.
31170         * modules/uniconv/u8-strconv-from-enc-tests
31171         (test_u8_strconv_from_enc_LDADD): Likewise.
31172         * modules/uniconv/u8-strconv-to-enc-tests
31173         (test_u8_strconv_to_enc_LDADD): Likewise.
31174
31175 2007-10-22  Bruno Haible  <bruno@clisp.org>
31176
31177         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
31178         size.
31179
31180 2007-10-22  Eric Blake  <ebb9@byu.net>
31181
31182         Tweak x*printf documentation.
31183         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
31184         variable name and comments.
31185         Suggested by Bruno Haible.
31186
31187 2007-10-22  Bruno Haible  <bruno@clisp.org>
31188
31189         * lib/acl.c (copy_acl): Fix file name in comment.
31190
31191 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
31192
31193         Fix Tru64 problem with stdbool.h.
31194         * lib/stdbool.in.h (false, true):
31195         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
31196         Don't declare as an enum in this situation; it runs afoul of Tru64.
31197         Problem reported by Steven M. Schweda in
31198         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
31199
31200 2007-10-22  Eric Blake  <ebb9@byu.net>
31201
31202         Also wrap vf?printf.
31203         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
31204         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
31205         (xvprintf, xvfprintf): New functions.
31206
31207 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31208
31209         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
31210         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
31211
31212         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
31213         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
31214
31215 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
31216
31217         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
31218         by Bruno Haible.
31219
31220 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31221
31222         * lib/getloadavg.c
31223         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
31224         Undef `sys' after including sys/table.h, for Tru64 4.0D.
31225
31226         * tests/test-i-ring.c: Work for C89.
31227
31228 2007-10-22  Bruno Haible  <bruno@clisp.org>
31229
31230         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
31231         -1u, in preprocessor expression, so that we don't test for the bug
31232         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
31233         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
31234
31235 2007-10-22  Eric Blake  <ebb9@byu.net>
31236
31237         * tests/test-yesno.sh: Silence stderr during test.
31238
31239 2007-10-22  Simon Josefsson  <simon@josefsson.org>
31240
31241         * modules/crypto/gc-camellia: New file.
31242
31243         * m4/gc-camellia.m4: New file.
31244
31245         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
31246
31247         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
31248
31249 2007-10-22  Simon Josefsson  <simon@josefsson.org>
31250
31251         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
31252         --help to stdout.  Reported by sms@antinode.org (Steven
31253         M. Schweda).
31254
31255 2007-10-22  Simon Josefsson  <simon@josefsson.org>
31256
31257         * users.txt: Fix link to libksba.
31258
31259 2007-10-21  Ben Pfaff  <blp@gnu.org>
31260
31261         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
31262         round.c roundf implementation that depends on floorf and ceilf to
31263         be tested unconditionally.
31264
31265 2007-10-21  Ben Pfaff  <blp@gnu.org>
31266
31267         * m4/check-libm-func.m4: Removed.
31268         * m4/check-math-lib.m4: New file.
31269         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
31270         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
31271         definition and lack of AC_LIBOBJ([roundf]).
31272         * m4/roundl.m4: Ditto, and similarly for roundl.
31273         * modules/round: Reference new m4 file.
31274         * modules/roundf: Ditto.
31275         * modules/roundl: Ditto.
31276         * tests/test-round2.c (main): Use ROUND instead of round.
31277         Bug report from Bruno Haible.
31278
31279 2007-10-21  Bruno Haible  <bruno@clisp.org>
31280
31281         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
31282         context.
31283
31284 2007-10-21  Bruno Haible  <bruno@clisp.org>
31285
31286         * tests/test-wcwidth.c (main): Allow negative result for some control
31287         characters.
31288
31289         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
31290         Needed on OSF/1 5.1.
31291
31292 2007-10-21  Bruno Haible  <bruno@clisp.org>
31293
31294         * tests/test-floorf1.c: Include isnanf.h.
31295         (main): Use isnanf() instead of isnan().
31296         * tests/test-ceilf1.c: Include isnanf.h.
31297         (main): Use isnanf() instead of isnan().
31298         * tests/test-truncf1.c: Include isnanf.h.
31299         (main): Use isnanf() instead of isnan().
31300         * tests/test-roundf1.c: Include isnanf.h.
31301         (main): Use isnanf() instead of isnan().
31302
31303 2007-10-21  Eric Blake  <ebb9@byu.net>
31304
31305         * users.txt: Update URL for m4.
31306
31307 2007-10-21  Bruno Haible  <bruno@clisp.org>
31308
31309         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
31310
31311 2007-10-21  Bruno Haible  <bruno@clisp.org>
31312
31313         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
31314         Git's management files if the CVS files are not present.
31315
31316 2007-10-20  Bruno Haible  <bruno@clisp.org>
31317
31318         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
31319         gcc-3.4.x.
31320
31321 2007-10-20  Ben Pfaff  <blp@gnu.org>
31322
31323         * lib/math.in.h: Declare round, roundf, roundl if we are providing
31324         implementations.
31325         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
31326         * lib/round.c: New file.
31327         * lib/roundf.c: New file.
31328         * lib/roundl.c: New file.
31329         * m4/round.m4: New file.
31330         * m4/roundf.m4: New file.
31331         * m4/roundl.m4: New file.
31332         * m4/check-libm-func-m4: New file.
31333         * modules/math: Replace round, roundf, roundl related @VARS@ in
31334         math.in.h.
31335         * modules/round: New file.
31336         * modules/round-tests: New file.
31337         * modules/roundf: New file.
31338         * modules/roundf-tests: New file.
31339         * modules/roundl: New file.
31340         * modules/roundl-tests: New file.
31341         * tests/test-round1.c: New file.
31342         * tests/test-round2.c: New file.
31343         * tests/test-roundf1.c: New file.
31344         * tests/test-roundf2.c: New file.
31345         * tests/test-roundl.c: New file.
31346         * doc/functions/round.texi: Mention round module.
31347         * doc/functions/roundf.texi: Mention roundf module.
31348         * doc/functions/roundl.texi: Mention roundl module.
31349         * MODULES.html.sh: Mention new modules.
31350         Thanks to Bruno Haible for suggestions.
31351
31352 2007-10-20  Jim Meyering  <meyering@redhat.com>
31353
31354         * lib/xprintf.c: Include <config.h> unconditionally.
31355
31356         Change xprintf's license to GPL.
31357         * modules/xprintf (License): s/LGPL/GPL/, since this module
31358         depends on modules (exit and exitfail) which are GPL.
31359         Suggestion from Bruno Haible.
31360
31361         xprintf fixes.
31362         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
31363         Use a clearer diagnostic.
31364         Patch from Bruno Haible.
31365
31366 2007-10-20  Bruno Haible  <bruno@clisp.org>
31367
31368         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
31369         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
31370         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
31371
31372 2007-10-20  Bruno Haible  <bruno@clisp.org>
31373
31374         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
31375         precision in the comparison result > x - 1 or similar.
31376         * tests/test-ceilf2.c (correct_result_p): Likewise.
31377         * tests/test-truncf2.c (correct_result_p): Likewise.
31378         * tests/test-trunc2.c (correct_result_p): Likewise.
31379         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
31380
31381 2007-10-20  Bruno Haible  <bruno@clisp.org>
31382
31383         * modules/ceil: New file.
31384         * m4/ceil.m4: New file.
31385         * doc/functions/ceil.texi: Mention the 'ceil' module.
31386
31387 2007-10-20  Bruno Haible  <bruno@clisp.org>
31388
31389         * modules/floor: New file.
31390         * m4/floor.m4: New file.
31391         * doc/functions/floor.texi: Mention the 'floor' module.
31392
31393 2007-10-20  Bruno Haible  <bruno@clisp.org>
31394
31395         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
31396         of %a.
31397         * modules/floorf-tests (Depends-on): Likewise.
31398         * modules/truncf-tests (Depends-on): Likewise.
31399         * modules/trunc-tests (Depends-on): Likewise.
31400         Reported by Ben Pfaff.
31401
31402 2007-10-19  Jim Meyering  <meyering@redhat.com>
31403
31404         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
31405         Don't bother testing specific errno values.  Just test ferror.
31406
31407         New module: xprintf
31408         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
31409
31410 2007-10-19  Bruno Haible  <bruno@clisp.org>
31411
31412         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
31413         syntax.
31414         * modules/javaexec (Makefile.am): Likewise.
31415         * modules/relocatable-prog (Makefile.am): Likewise.
31416         Suggested by Jim Meyering.
31417
31418 2007-10-18  Bruno Haible  <bruno@clisp.org>
31419
31420         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
31421         Reported by Jim Meyering.
31422
31423 2007-10-18  Eric Blake  <ebb9@byu.net>
31424
31425         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
31426
31427 2007-10-18  Bruno Haible  <bruno@clisp.org>
31428
31429         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
31430         the format string into writable memory. Needed in Fortify conditions.
31431
31432 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
31433             Bruno Haible  <bruno@clisp.org>
31434
31435         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
31436         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
31437         * modules/trim (Depends-on): Add mbchar.
31438         (configure.ac): Add gl_FUNC_MBRTOWC.
31439         (Makefile.am): Augment lib_SOURCES.
31440
31441 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
31442
31443         Modify glob.c to use fstatat and dirfd, to simplify it.
31444         Suggested by Eric Blake.
31445         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
31446         Don't include <stdbool.h>; not used.
31447         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
31448         (link_exists_p): Simplify implementation, since we can now assume
31449         dirfd and fstatat.
31450         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
31451
31452 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31453
31454         * gnulib-tool (func_get_dependencies): Fix sed script to
31455         match only tests.
31456
31457 2007-10-17  Bruno Haible  <bruno@clisp.org>
31458
31459         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
31460         allow locale names without encoding suffix.
31461         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
31462         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
31463
31464 2007-10-16  Bruno Haible  <bruno@clisp.org>
31465
31466         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
31467         * lib/getgroups.c (getgroups): Likewise.
31468         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
31469
31470 2007-10-16  Bruno Haible  <bruno@clisp.org>
31471
31472         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
31473         * modules/malloc-posix (License): Likewise.
31474         * modules/realloc-posix (License): Likewise.
31475         * modules/calloc-posix (License): Likewise.
31476         * modules/intprops (License): Change from GPL to LGPL, with
31477         Paul Eggert's approval.
31478
31479 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
31480
31481         Merge glibc changes into lib/glob.c.
31482
31483         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
31484         2007-10-15 04:59:03 UTC.  Here are the changes:
31485
31486         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
31487
31488         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
31489
31490         * lib/glob.c: Add some branch prediction throughout.
31491
31492         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
31493
31494         [BZ #5103]
31495         * lib/glob.c (glob): Recognize patterns starting \/.
31496
31497         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
31498
31499         [BZ #3996]
31500         * lib/glob.c (attribute_hidden): Define if not defined.
31501         (glob): Unescape dirname, filename or username when needed and not
31502         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
31503         is NULL.  Handle unescaped [ in pattern without closing ].
31504         Don't pass GLOB_CHECK down to recursive glob for directories.
31505         (__glob_pattern_type): New function.
31506         (__glob_pattern_p): Implement using __glob_pattern_type.
31507         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
31508         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
31509         Remove unreachable code.
31510
31511         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
31512
31513         * lib/glob.c (glob_in_dir): Add some comments and asserts to
31514         explain why there are no leaks.
31515
31516         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
31517
31518         [BZ #3253]
31519         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
31520         time, rather allocate increasingly bigger arrays of pointers, if
31521         possible with alloca, if too large with malloc.
31522
31523 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
31524
31525         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
31526         Problem reported by H.Merijn Brand in
31527         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
31528         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
31529         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
31530
31531 2007-10-15  Bruno Haible  <bruno@clisp.org>
31532
31533         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
31534         with explicit rpl_ prefix.
31535         * lib/fopen.c (fopen): Likewise.
31536         * lib/freopen.c (freopen): Likewise.
31537         * lib/iconv.c (iconv): Likewise.
31538         * lib/iconv_close.c (iconv_close): Likewise.
31539
31540 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31541
31542         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
31543
31544 2007-10-15  Bruno Haible  <bruno@clisp.org>
31545
31546         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
31547         <stddef.h> instead of <stdlib.h> since we only need NULL.
31548         Reported by Ben Pfaff <blp@cs.stanford.edu>.
31549
31550 2007-10-15  Bruno Haible  <bruno@clisp.org>
31551
31552         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
31553         Replace paragraph talking about LIBOBJS.
31554         Reported by Colin Watson <cjwatson@debian.org>.
31555
31556 2007-10-15  Bruno Haible  <bruno@clisp.org>
31557
31558         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
31559         <stdlib.h> before using NULL.
31560
31561 2007-10-15  Simon Josefsson  <simon@josefsson.org>
31562
31563         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
31564         Reported by Albert Chin <china@thewrittenword.com>.
31565
31566 2007-10-14  Bruno Haible  <bruno@clisp.org>
31567
31568         * modules/iconv_open-utf-tests: New file.
31569         * tests/test-iconv-utf.c: New file.
31570
31571         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
31572         * modules/iconv_open-utf: New file.
31573         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
31574         (iconv, iconv_close): New declarations.
31575         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
31576         be defined.
31577         (iconv_open): Add special handling of conversion between UTF-8 and
31578         UTF-{16,32}{BE,LE}.
31579         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
31580         * lib/iconv_close.c: New file.
31581         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
31582         gl_FUNC_ICONV_OPEN.
31583         (gl_FUNC_ICONV_OPEN): Use it.
31584         (gl_FUNC_ICONV_OPEN_UTF): New macro.
31585         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
31586         and REPLACE_ICONV_UTF.
31587         * modules/iconv_open (Depends-on): Add c-strcase.
31588         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
31589         ICONV_CONST.
31590         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
31591
31592 2007-10-13  Albert Chin  <china@thewrittenword.com>
31593             Bruno Haible  <bruno@clisp.org>
31594
31595         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
31596         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
31597
31598 2007-10-13  Bruno Haible  <bruno@clisp.org>
31599
31600         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
31601         defined, use the ISO C99 inline semantics.
31602         * lib/argp.h (ARGP_EI): Likewise.
31603
31604 2007-10-13  Bruno Haible  <bruno@clisp.org>
31605
31606         Handle 'inline' change in gcc 4.3.0.
31607         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
31608         argp_fmtstream_write, argp_fmtstream_set_lmargin,
31609         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
31610         argp_fmtstream_point): Disable 'extern' declaration if the function
31611         definition is going to be provided inline.
31612         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
31613         semantics, not the ISO C99 inline semantics.
31614         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
31615         'extern' declaration if the function definition is going to be provided
31616         inline.
31617         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
31618         the GNU C inline semantics, not the ISO C99 inline semantics. With
31619         GCC 4.2, avoid a warning.
31620
31621 2007-10-13  Bruno Haible  <bruno@clisp.org>
31622
31623         * lib/freading.h (freading): Enable the use of __freading for
31624         glibc >= 2.7.
31625         * lib/freading.c (freading): Likewise.
31626
31627 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
31628
31629         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
31630         "warning: C99 inline functions are not supported; using GNU89".
31631
31632 2007-10-12  Bruno Haible  <bruno@clisp.org>
31633
31634         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
31635         of 2.
31636         * tests/test-ceilf2.c: New file.
31637         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
31638
31639         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
31640         * modules/ceilf-tests: Update.
31641
31642 2007-10-12  Bruno Haible  <bruno@clisp.org>
31643
31644         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
31645         of 2.
31646         * tests/test-floorf2.c: New file.
31647         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
31648
31649         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
31650         * modules/floorf-tests: Update.
31651
31652 2007-10-12  Bruno Haible  <bruno@clisp.org>
31653
31654         * tests/test-trunc2.c: New file.
31655         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
31656
31657         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
31658         * modules/trunc-tests: Update.
31659
31660 2007-10-12  Bruno Haible  <bruno@clisp.org>
31661
31662         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
31663         of 2.
31664         * tests/test-truncf2.c: New file.
31665         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
31666
31667         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
31668         * modules/truncf-tests: Update.
31669
31670 2007-10-11  Eric Blake  <ebb9@byu.net>
31671
31672         Don't claim strerror is broken on Interix.
31673         * doc/functions/strerror.texi (strerror): Known broken systems are
31674         now Solaris 8, and not Interix.
31675         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
31676         Interix on cross-compile.
31677         Reported by Martin Koeppe in
31678         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
31679
31680 2007-10-11  Bruno Haible  <bruno@clisp.org>
31681
31682         * modules/i-ring-tests: New file.
31683         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
31684         instead of assert.
31685
31686 2007-10-11  Bruno Haible  <bruno@clisp.org>
31687
31688         * modules/filenamecat-tests: New file.
31689         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
31690         * lib/filenamecat.c: Remove test code.
31691
31692 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
31693
31694         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
31695
31696         * lib/strerror.c: Include <string.h> always, to test interface,
31697         and to remove the need for the dummy.
31698         Include intprops.h to compute width instead of doing it ourselves
31699         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
31700         (strerror): Define it to return NULL if there's no system strerror.
31701         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
31702         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
31703         ancient pre-strerror Unix systems well any more.  Saying "unknown
31704         system error" is enough.
31705         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
31706         simpler strerror.c implementation.
31707         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
31708         Simplify the tests to reflect the simpler strerror implementation.
31709         * modules/strerror (Depends-on): Add intprops.
31710
31711 2007-10-09  Eric Blake  <ebb9@byu.net>
31712
31713         Silence test-fpending.
31714         * modules/fpending-tests (Files): Add wrapper script.
31715         * tests/test-fpending.sh: New file.
31716
31717 2007-10-09  Bruno Haible  <bruno@clisp.org>
31718
31719         * MODULES.html.sh (func_module): Don't create a hyperlink for
31720         function names like 'printf_frexp'.
31721         (Misc): Add crc, memxor.
31722         (Characteristics of floating types): New section.
31723         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
31724         isnanf-nolibm, signbit, trunc, truncf, truncl.
31725         (Enhancements for ISO C 99 functions): New subsection Input/output.
31726         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
31727         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
31728         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
31729         (Compatibility checks for POSIX:2001 functions): Add clock-time.
31730         (Enhancements for POSIX:2001 functions): Add chdir-long.
31731         (File system functions): Add areadlink, chdir-safer, read-file.
31732         Remove cycle-check.
31733         (File system as inode set): New section.
31734         (Date and time): Add gethrxtime.
31735         (Multithreading): Add openmp.
31736         (Internationalization functions): Add localename.
31737         (Unicode string functions): Add unistr/u*-mbsnlen.
31738         (Support for maintaining and releasing projects): Add git-version-gen.
31739         (Lone files): Remove directories.
31740
31741 2007-10-08  Ben Pfaff  <blp@gnu.org>
31742
31743         * lib/xmalloca.h: Fix typo in comment.
31744
31745 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
31746
31747         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
31748         when avoiding problems with integer overflow.  Use a portable test
31749         instead.
31750
31751 2007-10-08  Simon Josefsson  <simon@josefsson.org>
31752
31753         * modules/dummy (License): Change to LGPLv2+.
31754         * modules/float (License): Likewise
31755         * modules/realloc (License): Likewise
31756         * modules/stdlib (License): Likewise
31757
31758 2007-10-07  Bruno Haible  <bruno@clisp.org>
31759
31760         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
31761         * floor.c (TWO_MANT_DIG): Likewise.
31762         * ceil.c (TWO_MANT_DIG): Likewise.
31763         Reported by Ben Pfaff.
31764
31765 2007-10-07  Bruno Haible  <bruno@clisp.org>
31766
31767         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
31768         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
31769         * lib/frexp.c (FUNC): Likewise.
31770         * lib/printf-frexp.h (printf_frexp): Likewise.
31771         * lib/printf-frexpl.h (printf_frexpl): Likewise.
31772         * lib/printf-frexp.c (FUNC): Likewise.
31773         Suggested by Jim Meyering.
31774
31775 2007-10-07  Jim Meyering  <meyering@redhat.com>
31776
31777         Make xnanosleep's integer overflow test more robust.
31778         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
31779         so that gcc-4.3.0 doesn't optimize away this test for overflow.
31780
31781 2007-10-07  Bruno Haible  <bruno@clisp.org>
31782
31783         * NEWS: Mention the license change.
31784
31785         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
31786         abbreviations in the modules files.
31787
31788         Change copyright notice from GPLv2+ to GPLv3+.
31789         * README: Change copyright notice.
31790         * MODULES.html.sh: Likewise.
31791         * build-aux/bootstrap.conf: Likewise.
31792         * build-aux/config.libpath: Likewise.
31793         * build-aux/csharpcomp.sh.in: Likewise.
31794         * build-aux/csharpexec.sh.in: Likewise.
31795         * build-aux/install-reloc: Likewise.
31796         * build-aux/javacomp.sh.in: Likewise.
31797         * build-aux/javaexec.sh.in: Likewise.
31798         * build-aux/ldd.sh.in: Likewise.
31799         * build-aux/reloc-ldflags: Likewise.
31800         * build-aux/relocatable.sh.in: Likewise.
31801         * build-aux/x-to-1.in: Likewise.
31802         * check-module: Likewise.
31803         * config/srclistvars.sh: Likewise.
31804         * gnulib-tool: Likewise.
31805         * lib/acl-internal.h: Likewise.
31806         * lib/acl.c: Likewise.
31807         * lib/acl.h: Likewise.
31808         * lib/acl_entries.c: Likewise.
31809         * lib/areadlink-with-size.c: Likewise.
31810         * lib/areadlink.c: Likewise.
31811         * lib/areadlink.h: Likewise.
31812         * lib/argmatch.c: Likewise.
31813         * lib/argmatch.h: Likewise.
31814         * lib/argp-ba.c: Likewise.
31815         * lib/argp-eexst.c: Likewise.
31816         * lib/argp-fmtstream.c: Likewise.
31817         * lib/argp-fmtstream.h: Likewise.
31818         * lib/argp-fs-xinl.c: Likewise.
31819         * lib/argp-help.c: Likewise.
31820         * lib/argp-namefrob.h: Likewise.
31821         * lib/argp-parse.c: Likewise.
31822         * lib/argp-pin.c: Likewise.
31823         * lib/argp-pv.c: Likewise.
31824         * lib/argp-pvh.c: Likewise.
31825         * lib/argp-xinl.c: Likewise.
31826         * lib/argp.h: Likewise.
31827         * lib/at-func.c: Likewise.
31828         * lib/atanl.c: Likewise.
31829         * lib/backupfile.c: Likewise.
31830         * lib/backupfile.h: Likewise.
31831         * lib/basename.c: Likewise.
31832         * lib/binary-io.h: Likewise.
31833         * lib/byteswap.in.h: Likewise.
31834         * lib/c-stack.c: Likewise.
31835         * lib/c-stack.h: Likewise.
31836         * lib/c-strcasestr.c: Likewise.
31837         * lib/c-strcasestr.h: Likewise.
31838         * lib/c-strstr.c: Likewise.
31839         * lib/c-strstr.h: Likewise.
31840         * lib/c-strtod.c: Likewise.
31841         * lib/calloc.c: Likewise.
31842         * lib/canon-host.c: Likewise.
31843         * lib/canon-host.h: Likewise.
31844         * lib/canonicalize-lgpl.c: Likewise.
31845         * lib/canonicalize.c: Likewise.
31846         * lib/canonicalize.h: Likewise.
31847         * lib/ceil.c: Likewise.
31848         * lib/ceilf.c: Likewise.
31849         * lib/ceill.c: Likewise.
31850         * lib/chdir-long.c: Likewise.
31851         * lib/chdir-long.h: Likewise.
31852         * lib/chdir-safer.c: Likewise.
31853         * lib/chdir-safer.h: Likewise.
31854         * lib/chown.c: Likewise.
31855         * lib/classpath.c: Likewise.
31856         * lib/classpath.h: Likewise.
31857         * lib/clean-temp.c: Likewise.
31858         * lib/clean-temp.h: Likewise.
31859         * lib/cloexec.c: Likewise.
31860         * lib/close-stream.c: Likewise.
31861         * lib/closein.c: Likewise.
31862         * lib/closein.h: Likewise.
31863         * lib/closeout.c: Likewise.
31864         * lib/closeout.h: Likewise.
31865         * lib/concat-filename.c: Likewise.
31866         * lib/copy-file.c: Likewise.
31867         * lib/copy-file.h: Likewise.
31868         * lib/count-one-bits.h: Likewise.
31869         * lib/crc.c: Likewise.
31870         * lib/crc.h: Likewise.
31871         * lib/creat-safer.c: Likewise.
31872         * lib/csharpcomp.c: Likewise.
31873         * lib/csharpcomp.h: Likewise.
31874         * lib/csharpexec.c: Likewise.
31875         * lib/csharpexec.h: Likewise.
31876         * lib/cycle-check.c: Likewise.
31877         * lib/cycle-check.h: Likewise.
31878         * lib/diacrit.c: Likewise.
31879         * lib/diacrit.h: Likewise.
31880         * lib/diffseq.h: Likewise.
31881         * lib/dirchownmod.c: Likewise.
31882         * lib/dirent.in.h: Likewise.
31883         * lib/dirfd.c: Likewise.
31884         * lib/dirfd.h: Likewise.
31885         * lib/dirname.c: Likewise.
31886         * lib/dirname.h: Likewise.
31887         * lib/dummy.c: Likewise.
31888         * lib/dup-safer.c: Likewise.
31889         * lib/dup2.c: Likewise.
31890         * lib/eealloc.h: Likewise.
31891         * lib/error.c: Likewise.
31892         * lib/error.h: Likewise.
31893         * lib/euidaccess.c: Likewise.
31894         * lib/exclude.c: Likewise.
31895         * lib/exclude.h: Likewise.
31896         * lib/execute.c: Likewise.
31897         * lib/execute.h: Likewise.
31898         * lib/exitfail.c: Likewise.
31899         * lib/exitfail.h: Likewise.
31900         * lib/expl.c: Likewise.
31901         * lib/fatal-signal.c: Likewise.
31902         * lib/fatal-signal.h: Likewise.
31903         * lib/fbufmode.c: Likewise.
31904         * lib/fbufmode.h: Likewise.
31905         * lib/fchdir.c: Likewise.
31906         * lib/fchmodat.c: Likewise.
31907         * lib/fchownat.c: Likewise.
31908         * lib/fcntl--.h: Likewise.
31909         * lib/fcntl-safer.h: Likewise.
31910         * lib/fcntl.in.h: Likewise.
31911         * lib/fd-safer.c: Likewise.
31912         * lib/fflush.c: Likewise.
31913         * lib/file-has-acl.c: Likewise.
31914         * lib/file-set.c: Likewise.
31915         * lib/file-type.c: Likewise.
31916         * lib/file-type.h: Likewise.
31917         * lib/fileblocks.c: Likewise.
31918         * lib/filemode.c: Likewise.
31919         * lib/filemode.h: Likewise.
31920         * lib/filename.h: Likewise.
31921         * lib/filenamecat.c: Likewise.
31922         * lib/filenamecat.h: Likewise.
31923         * lib/findprog.c: Likewise.
31924         * lib/findprog.h: Likewise.
31925         * lib/float.in.h: Likewise.
31926         * lib/floor.c: Likewise.
31927         * lib/floorf.c: Likewise.
31928         * lib/floorl.c: Likewise.
31929         * lib/fopen-safer.c: Likewise.
31930         * lib/fopen.c: Likewise.
31931         * lib/fpending.c: Likewise.
31932         * lib/fpending.h: Likewise.
31933         * lib/fprintf.c: Likewise.
31934         * lib/fprintftime.h: Likewise.
31935         * lib/fpucw.h: Likewise.
31936         * lib/fpurge.c: Likewise.
31937         * lib/fpurge.h: Likewise.
31938         * lib/freadable.c: Likewise.
31939         * lib/freadable.h: Likewise.
31940         * lib/freadahead.c: Likewise.
31941         * lib/freadahead.h: Likewise.
31942         * lib/freading.c: Likewise.
31943         * lib/freading.h: Likewise.
31944         * lib/free.c: Likewise.
31945         * lib/freopen.c: Likewise.
31946         * lib/frexp.c: Likewise.
31947         * lib/frexpl.c: Likewise.
31948         * lib/fseek.c: Likewise.
31949         * lib/fseterr.c: Likewise.
31950         * lib/fseterr.h: Likewise.
31951         * lib/fstatat.c: Likewise.
31952         * lib/fstrcmp.c: Likewise.
31953         * lib/fstrcmp.h: Likewise.
31954         * lib/fsusage.c: Likewise.
31955         * lib/fsusage.h: Likewise.
31956         * lib/ftell.c: Likewise.
31957         * lib/ftello.c: Likewise.
31958         * lib/fts-cycle.c: Likewise.
31959         * lib/fts.c: Likewise.
31960         * lib/fts_.h: Likewise.
31961         * lib/full-read.c: Likewise.
31962         * lib/full-read.h: Likewise.
31963         * lib/full-write.c: Likewise.
31964         * lib/full-write.h: Likewise.
31965         * lib/fwritable.c: Likewise.
31966         * lib/fwritable.h: Likewise.
31967         * lib/fwriteerror.c: Likewise.
31968         * lib/fwriteerror.h: Likewise.
31969         * lib/fwriting.c: Likewise.
31970         * lib/fwriting.h: Likewise.
31971         * lib/gcd.c: Likewise.
31972         * lib/gcd.h: Likewise.
31973         * lib/getcwd.c: Likewise.
31974         * lib/getdate.h: Likewise.
31975         * lib/getdate.y: Likewise.
31976         * lib/getdomainname.c: Likewise.
31977         * lib/getdomainname.h: Likewise.
31978         * lib/getgroups.c: Likewise.
31979         * lib/gethostname.c: Likewise.
31980         * lib/gethrxtime.c: Likewise.
31981         * lib/gethrxtime.h: Likewise.
31982         * lib/getloadavg.c: Likewise.
31983         * lib/getndelim2.c: Likewise.
31984         * lib/getndelim2.h: Likewise.
31985         * lib/getnline.c: Likewise.
31986         * lib/getnline.h: Likewise.
31987         * lib/getopt.c: Likewise.
31988         * lib/getopt.in.h: Likewise.
31989         * lib/getopt1.c: Likewise.
31990         * lib/getopt_int.h: Likewise.
31991         * lib/getpagesize.h: Likewise.
31992         * lib/getsubopt.c: Likewise.
31993         * lib/gettime.c: Likewise.
31994         * lib/getugroups.c: Likewise.
31995         * lib/getugroups.h: Likewise.
31996         * lib/getusershell.c: Likewise.
31997         * lib/gl_anyavltree_list1.h: Likewise.
31998         * lib/gl_anyavltree_list2.h: Likewise.
31999         * lib/gl_anyhash_list1.h: Likewise.
32000         * lib/gl_anyhash_list2.h: Likewise.
32001         * lib/gl_anylinked_list1.h: Likewise.
32002         * lib/gl_anylinked_list2.h: Likewise.
32003         * lib/gl_anyrbtree_list1.h: Likewise.
32004         * lib/gl_anyrbtree_list2.h: Likewise.
32005         * lib/gl_anytree_list1.h: Likewise.
32006         * lib/gl_anytree_list2.h: Likewise.
32007         * lib/gl_anytree_oset.h: Likewise.
32008         * lib/gl_anytreehash_list1.h: Likewise.
32009         * lib/gl_anytreehash_list2.h: Likewise.
32010         * lib/gl_array_list.c: Likewise.
32011         * lib/gl_array_list.h: Likewise.
32012         * lib/gl_array_oset.c: Likewise.
32013         * lib/gl_array_oset.h: Likewise.
32014         * lib/gl_avltree_list.c: Likewise.
32015         * lib/gl_avltree_list.h: Likewise.
32016         * lib/gl_avltree_oset.c: Likewise.
32017         * lib/gl_avltree_oset.h: Likewise.
32018         * lib/gl_avltreehash_list.c: Likewise.
32019         * lib/gl_avltreehash_list.h: Likewise.
32020         * lib/gl_carray_list.c: Likewise.
32021         * lib/gl_carray_list.h: Likewise.
32022         * lib/gl_linked_list.c: Likewise.
32023         * lib/gl_linked_list.h: Likewise.
32024         * lib/gl_linkedhash_list.c: Likewise.
32025         * lib/gl_linkedhash_list.h: Likewise.
32026         * lib/gl_list.c: Likewise.
32027         * lib/gl_list.h: Likewise.
32028         * lib/gl_oset.c: Likewise.
32029         * lib/gl_oset.h: Likewise.
32030         * lib/gl_rbtree_list.c: Likewise.
32031         * lib/gl_rbtree_list.h: Likewise.
32032         * lib/gl_rbtree_oset.c: Likewise.
32033         * lib/gl_rbtree_oset.h: Likewise.
32034         * lib/gl_rbtreehash_list.c: Likewise.
32035         * lib/gl_rbtreehash_list.h: Likewise.
32036         * lib/gl_sublist.c: Likewise.
32037         * lib/gl_sublist.h: Likewise.
32038         * lib/group-member.c: Likewise.
32039         * lib/group-member.h: Likewise.
32040         * lib/hard-locale.c: Likewise.
32041         * lib/hard-locale.h: Likewise.
32042         * lib/hash-pjw.c: Likewise.
32043         * lib/hash-pjw.h: Likewise.
32044         * lib/hash-triple.c: Likewise.
32045         * lib/hash.c: Likewise.
32046         * lib/hash.h: Likewise.
32047         * lib/human.c: Likewise.
32048         * lib/human.h: Likewise.
32049         * lib/i-ring.c: Likewise.
32050         * lib/i-ring.h: Likewise.
32051         * lib/idcache.c: Likewise.
32052         * lib/imaxabs.c: Likewise.
32053         * lib/imaxdiv.c: Likewise.
32054         * lib/inet_pton.c: Likewise.
32055         * lib/inet_pton.h: Likewise.
32056         * lib/intprops.h: Likewise.
32057         * lib/inttostr.c: Likewise.
32058         * lib/inttostr.h: Likewise.
32059         * lib/inttypes.in.h: Likewise.
32060         * lib/isapipe.c: Likewise.
32061         * lib/isdir.c: Likewise.
32062         * lib/isnan.c: Likewise.
32063         * lib/isnan.h: Likewise.
32064         * lib/isnanf.c: Likewise.
32065         * lib/isnanf.h: Likewise.
32066         * lib/isnanl-nolibm.h: Likewise.
32067         * lib/isnanl.c: Likewise.
32068         * lib/isnanl.h: Likewise.
32069         * lib/javacomp.c: Likewise.
32070         * lib/javacomp.h: Likewise.
32071         * lib/javaexec.c: Likewise.
32072         * lib/javaexec.h: Likewise.
32073         * lib/javaversion.c: Likewise.
32074         * lib/javaversion.h: Likewise.
32075         * lib/javaversion.java: Likewise.
32076         * lib/lbrkprop.h: Likewise.
32077         * lib/lchmod.h: Likewise.
32078         * lib/lchown.c: Likewise.
32079         * lib/ldexpl.c: Likewise.
32080         * lib/linebreak.c: Likewise.
32081         * lib/linebreak.h: Likewise.
32082         * lib/linebuffer.c: Likewise.
32083         * lib/linebuffer.h: Likewise.
32084         * lib/locale.in.h: Likewise.
32085         * lib/logl.c: Likewise.
32086         * lib/long-options.c: Likewise.
32087         * lib/long-options.h: Likewise.
32088         * lib/lstat.c: Likewise.
32089         * lib/lstat.h: Likewise.
32090         * lib/math.in.h: Likewise.
32091         * lib/mbchar.c: Likewise.
32092         * lib/mbchar.h: Likewise.
32093         * lib/mbfile.h: Likewise.
32094         * lib/mbiter.h: Likewise.
32095         * lib/mbscasecmp.c: Likewise.
32096         * lib/mbscasestr.c: Likewise.
32097         * lib/mbschr.c: Likewise.
32098         * lib/mbscspn.c: Likewise.
32099         * lib/mbslen.c: Likewise.
32100         * lib/mbsncasecmp.c: Likewise.
32101         * lib/mbsnlen.c: Likewise.
32102         * lib/mbspbrk.c: Likewise.
32103         * lib/mbspcasecmp.c: Likewise.
32104         * lib/mbsrchr.c: Likewise.
32105         * lib/mbssep.c: Likewise.
32106         * lib/mbsspn.c: Likewise.
32107         * lib/mbsstr.c: Likewise.
32108         * lib/mbstok_r.c: Likewise.
32109         * lib/mbswidth.c: Likewise.
32110         * lib/mbswidth.h: Likewise.
32111         * lib/mbuiter.h: Likewise.
32112         * lib/memcasecmp.c: Likewise.
32113         * lib/memcasecmp.h: Likewise.
32114         * lib/memchr.c: Likewise.
32115         * lib/memcmp.c: Likewise.
32116         * lib/memcoll.c: Likewise.
32117         * lib/memcoll.h: Likewise.
32118         * lib/memcpy.c: Likewise.
32119         * lib/memrchr.c: Likewise.
32120         * lib/mkancesdirs.c: Likewise.
32121         * lib/mkdir-p.c: Likewise.
32122         * lib/mkdir-p.h: Likewise.
32123         * lib/mkdir.c: Likewise.
32124         * lib/mkdirat.c: Likewise.
32125         * lib/mkdtemp.c: Likewise.
32126         * lib/mkstemp-safer.c: Likewise.
32127         * lib/mkstemp.c: Likewise.
32128         * lib/modechange.c: Likewise.
32129         * lib/modechange.h: Likewise.
32130         * lib/mountlist.c: Likewise.
32131         * lib/mountlist.h: Likewise.
32132         * lib/mpsort.c: Likewise.
32133         * lib/nanosleep.c: Likewise.
32134         * lib/obstack.c: Likewise.
32135         * lib/obstack.h: Likewise.
32136         * lib/open-safer.c: Likewise.
32137         * lib/open.c: Likewise.
32138         * lib/openat-die.c: Likewise.
32139         * lib/openat-priv.h: Likewise.
32140         * lib/openat-proc.c: Likewise.
32141         * lib/openat.c: Likewise.
32142         * lib/openat.h: Likewise.
32143         * lib/pagealign_alloc.c: Likewise.
32144         * lib/pagealign_alloc.h: Likewise.
32145         * lib/physmem.c: Likewise.
32146         * lib/physmem.h: Likewise.
32147         * lib/pipe-safer.c: Likewise.
32148         * lib/pipe.c: Likewise.
32149         * lib/pipe.h: Likewise.
32150         * lib/posixtm.c: Likewise.
32151         * lib/posixtm.h: Likewise.
32152         * lib/posixver.c: Likewise.
32153         * lib/printf-frexp.c: Likewise.
32154         * lib/printf-frexp.h: Likewise.
32155         * lib/printf-frexpl.c: Likewise.
32156         * lib/printf-frexpl.h: Likewise.
32157         * lib/printf.c: Likewise.
32158         * lib/progname.c: Likewise.
32159         * lib/progname.h: Likewise.
32160         * lib/progreloc.c: Likewise.
32161         * lib/putenv.c: Likewise.
32162         * lib/quote.c: Likewise.
32163         * lib/quote.h: Likewise.
32164         * lib/quotearg.c: Likewise.
32165         * lib/quotearg.h: Likewise.
32166         * lib/raise.c: Likewise.
32167         * lib/readline.c: Likewise.
32168         * lib/readline.h: Likewise.
32169         * lib/readlink.c: Likewise.
32170         * lib/readtokens.c: Likewise.
32171         * lib/readtokens.h: Likewise.
32172         * lib/readtokens0.c: Likewise.
32173         * lib/readtokens0.h: Likewise.
32174         * lib/readutmp.c: Likewise.
32175         * lib/readutmp.h: Likewise.
32176         * lib/realloc.c: Likewise.
32177         * lib/relocwrapper.c: Likewise.
32178         * lib/rename-dest-slash.c: Likewise.
32179         * lib/rename.c: Likewise.
32180         * lib/rmdir.c: Likewise.
32181         * lib/rpmatch.c: Likewise.
32182         * lib/safe-read.c: Likewise.
32183         * lib/safe-read.h: Likewise.
32184         * lib/safe-write.c: Likewise.
32185         * lib/safe-write.h: Likewise.
32186         * lib/same-inode.h: Likewise.
32187         * lib/same.c: Likewise.
32188         * lib/same.h: Likewise.
32189         * lib/save-cwd.c: Likewise.
32190         * lib/save-cwd.h: Likewise.
32191         * lib/savedir.c: Likewise.
32192         * lib/savedir.h: Likewise.
32193         * lib/savewd.c: Likewise.
32194         * lib/savewd.h: Likewise.
32195         * lib/search.in.h: Likewise.
32196         * lib/setenv.c: Likewise.
32197         * lib/setenv.h: Likewise.
32198         * lib/settime.c: Likewise.
32199         * lib/sh-quote.c: Likewise.
32200         * lib/sh-quote.h: Likewise.
32201         * lib/sig2str.c: Likewise.
32202         * lib/sig2str.h: Likewise.
32203         * lib/signal.in.h: Likewise.
32204         * lib/signbitd.c: Likewise.
32205         * lib/signbitf.c: Likewise.
32206         * lib/signbitl.c: Likewise.
32207         * lib/sigprocmask.c: Likewise.
32208         * lib/sincosl.c: Likewise.
32209         * lib/sleep.c: Likewise.
32210         * lib/sprintf.c: Likewise.
32211         * lib/sqrtl.c: Likewise.
32212         * lib/stat-time.h: Likewise.
32213         * lib/stdio--.h: Likewise.
32214         * lib/stdio-safer.h: Likewise.
32215         * lib/stdlib--.h: Likewise.
32216         * lib/stdlib-safer.h: Likewise.
32217         * lib/stdlib.in.h: Likewise.
32218         * lib/stpcpy.c: Likewise.
32219         * lib/stpncpy.c: Likewise.
32220         * lib/strchrnul.c: Likewise.
32221         * lib/strcspn.c: Likewise.
32222         * lib/strerror.c: Likewise.
32223         * lib/strftime.c: Likewise.
32224         * lib/strftime.h: Likewise.
32225         * lib/striconveh.c: Likewise.
32226         * lib/striconveh.h: Likewise.
32227         * lib/striconveha.c: Likewise.
32228         * lib/striconveha.h: Likewise.
32229         * lib/stripslash.c: Likewise.
32230         * lib/strnlen1.c: Likewise.
32231         * lib/strnlen1.h: Likewise.
32232         * lib/strtod.c: Likewise.
32233         * lib/strtoimax.c: Likewise.
32234         * lib/strtok_r.c: Likewise.
32235         * lib/strtol.c: Likewise.
32236         * lib/strtoll.c: Likewise.
32237         * lib/strtoul.c: Likewise.
32238         * lib/strtoull.c: Likewise.
32239         * lib/sysexits.in.h: Likewise.
32240         * lib/tempname.c: Likewise.
32241         * lib/tempname.h: Likewise.
32242         * lib/timespec.h: Likewise.
32243         * lib/tls.c: Likewise.
32244         * lib/tls.h: Likewise.
32245         * lib/tmpdir.c: Likewise.
32246         * lib/tmpdir.h: Likewise.
32247         * lib/tmpfile-safer.c: Likewise.
32248         * lib/tmpfile.c: Likewise.
32249         * lib/trigl.c: Likewise.
32250         * lib/trigl.h: Likewise.
32251         * lib/trim.c: Likewise.
32252         * lib/trim.h: Likewise.
32253         * lib/trunc.c: Likewise.
32254         * lib/truncf.c: Likewise.
32255         * lib/truncl.c: Likewise.
32256         * lib/tsearch.c: Likewise.
32257         * lib/unicodeio.c: Likewise.
32258         * lib/unicodeio.h: Likewise.
32259         * lib/unistd--.h: Likewise.
32260         * lib/unistd-safer.h: Likewise.
32261         * lib/unistdio/ulc-fprintf.c: Likewise.
32262         * lib/unistdio/ulc-vfprintf.c: Likewise.
32263         * lib/unlinkdir.c: Likewise.
32264         * lib/unlinkdir.h: Likewise.
32265         * lib/unlocked-io.h: Likewise.
32266         * lib/unsetenv.c: Likewise.
32267         * lib/userspec.c: Likewise.
32268         * lib/utime.c: Likewise.
32269         * lib/utimecmp.c: Likewise.
32270         * lib/utimecmp.h: Likewise.
32271         * lib/utimens.c: Likewise.
32272         * lib/verify.h: Likewise.
32273         * lib/verror.c: Likewise.
32274         * lib/verror.h: Likewise.
32275         * lib/version-etc-fsf.c: Likewise.
32276         * lib/version-etc.c: Likewise.
32277         * lib/version-etc.h: Likewise.
32278         * lib/vfprintf.c: Likewise.
32279         * lib/vprintf.c: Likewise.
32280         * lib/vsprintf.c: Likewise.
32281         * lib/w32spawn.h: Likewise.
32282         * lib/wait-process.c: Likewise.
32283         * lib/wait-process.h: Likewise.
32284         * lib/wcwidth.c: Likewise.
32285         * lib/write-any-file.c: Likewise.
32286         * lib/xalloc-die.c: Likewise.
32287         * lib/xalloc.h: Likewise.
32288         * lib/xasprintf.c: Likewise.
32289         * lib/xgetcwd.c: Likewise.
32290         * lib/xgetcwd.h: Likewise.
32291         * lib/xgetdomainname.c: Likewise.
32292         * lib/xgetdomainname.h: Likewise.
32293         * lib/xgethostname.c: Likewise.
32294         * lib/xmalloc.c: Likewise.
32295         * lib/xmalloca.c: Likewise.
32296         * lib/xmalloca.h: Likewise.
32297         * lib/xmemcoll.c: Likewise.
32298         * lib/xnanosleep.c: Likewise.
32299         * lib/xreadlink.c: Likewise.
32300         * lib/xreadlink.h: Likewise.
32301         * lib/xsetenv.c: Likewise.
32302         * lib/xsetenv.h: Likewise.
32303         * lib/xstriconv.c: Likewise.
32304         * lib/xstriconv.h: Likewise.
32305         * lib/xstrndup.c: Likewise.
32306         * lib/xstrndup.h: Likewise.
32307         * lib/xstrtod.c: Likewise.
32308         * lib/xstrtod.h: Likewise.
32309         * lib/xstrtol-error.c: Likewise.
32310         * lib/xstrtol.c: Likewise.
32311         * lib/xstrtol.h: Likewise.
32312         * lib/xtime.h: Likewise.
32313         * lib/xvasprintf.c: Likewise.
32314         * lib/xvasprintf.h: Likewise.
32315         * lib/yesno.c: Likewise.
32316         * lib/yesno.h: Likewise.
32317         * posix-modules: Likewise.
32318         * tests/test-alloca-opt.c: Likewise.
32319         * tests/test-arcfour.c: Likewise.
32320         * tests/test-arctwo.c: Likewise.
32321         * tests/test-argmatch.c: Likewise.
32322         * tests/test-argp-2.sh: Likewise.
32323         * tests/test-argp.c: Likewise.
32324         * tests/test-arpa_inet.c: Likewise.
32325         * tests/test-array_list.c: Likewise.
32326         * tests/test-array_oset.c: Likewise.
32327         * tests/test-atexit.c: Likewise.
32328         * tests/test-avltree_list.c: Likewise.
32329         * tests/test-avltree_oset.c: Likewise.
32330         * tests/test-avltreehash_list.c: Likewise.
32331         * tests/test-base64.c: Likewise.
32332         * tests/test-binary-io.c: Likewise.
32333         * tests/test-byteswap.c: Likewise.
32334         * tests/test-c-ctype.c: Likewise.
32335         * tests/test-c-strcasecmp.c: Likewise.
32336         * tests/test-c-strcasestr.c: Likewise.
32337         * tests/test-c-strncasecmp.c: Likewise.
32338         * tests/test-c-strstr.c: Likewise.
32339         * tests/test-canonicalize-lgpl.c: Likewise.
32340         * tests/test-canonicalize.c: Likewise.
32341         * tests/test-carray_list.c: Likewise.
32342         * tests/test-ceilf.c: Likewise.
32343         * tests/test-ceill.c: Likewise.
32344         * tests/test-count-one-bits.c: Likewise.
32345         * tests/test-crc.c: Likewise.
32346         * tests/test-dirname.c: Likewise.
32347         * tests/test-fbufmode.c: Likewise.
32348         * tests/test-fcntl.c: Likewise.
32349         * tests/test-fflush.c: Likewise.
32350         * tests/test-floorf.c: Likewise.
32351         * tests/test-floorl.c: Likewise.
32352         * tests/test-fopen.c: Likewise.
32353         * tests/test-fprintf-posix.c: Likewise.
32354         * tests/test-fprintf-posix.h: Likewise.
32355         * tests/test-fpurge.c: Likewise.
32356         * tests/test-freadable.c: Likewise.
32357         * tests/test-freadahead.c: Likewise.
32358         * tests/test-freading.c: Likewise.
32359         * tests/test-freopen.c: Likewise.
32360         * tests/test-frexp.c: Likewise.
32361         * tests/test-frexpl.c: Likewise.
32362         * tests/test-fseek.c: Likewise.
32363         * tests/test-fseeko.c: Likewise.
32364         * tests/test-fseterr.c: Likewise.
32365         * tests/test-fstrcmp.c: Likewise.
32366         * tests/test-ftell.c: Likewise.
32367         * tests/test-ftello.c: Likewise.
32368         * tests/test-fwritable.c: Likewise.
32369         * tests/test-fwriting.c: Likewise.
32370         * tests/test-getaddrinfo.c: Likewise.
32371         * tests/test-getpass.c: Likewise.
32372         * tests/test-gettimeofday.c: Likewise.
32373         * tests/test-hmac-md5.c: Likewise.
32374         * tests/test-hmac-sha1.c: Likewise.
32375         * tests/test-iconv.c: Likewise.
32376         * tests/test-iconvme.c: Likewise.
32377         * tests/test-inttypes.c: Likewise.
32378         * tests/test-isnan.c: Likewise.
32379         * tests/test-isnanf.c: Likewise.
32380         * tests/test-isnanl-nolibm.c: Likewise.
32381         * tests/test-isnanl.c: Likewise.
32382         * tests/test-isnanl.h: Likewise.
32383         * tests/test-ldexpl.c: Likewise.
32384         * tests/test-linked_list.c: Likewise.
32385         * tests/test-linkedhash_list.c: Likewise.
32386         * tests/test-locale.c: Likewise.
32387         * tests/test-localename.c: Likewise.
32388         * tests/test-lock.c: Likewise.
32389         * tests/test-lseek.c: Likewise.
32390         * tests/test-malloca.c: Likewise.
32391         * tests/test-math.c: Likewise.
32392         * tests/test-mbscasecmp.c: Likewise.
32393         * tests/test-mbscasestr1.c: Likewise.
32394         * tests/test-mbscasestr2.c: Likewise.
32395         * tests/test-mbscasestr3.c: Likewise.
32396         * tests/test-mbscasestr4.c: Likewise.
32397         * tests/test-mbschr.c: Likewise.
32398         * tests/test-mbscspn.c: Likewise.
32399         * tests/test-mbsncasecmp.c: Likewise.
32400         * tests/test-mbspbrk.c: Likewise.
32401         * tests/test-mbspcasecmp.c: Likewise.
32402         * tests/test-mbsrchr.c: Likewise.
32403         * tests/test-mbsspn.c: Likewise.
32404         * tests/test-mbsstr1.c: Likewise.
32405         * tests/test-mbsstr2.c: Likewise.
32406         * tests/test-mbsstr3.c: Likewise.
32407         * tests/test-md5.c: Likewise.
32408         * tests/test-memmem.c: Likewise.
32409         * tests/test-netinet_in.c: Likewise.
32410         * tests/test-open.c: Likewise.
32411         * tests/test-printf-frexp.c: Likewise.
32412         * tests/test-printf-frexpl.c: Likewise.
32413         * tests/test-printf-posix.c: Likewise.
32414         * tests/test-printf-posix.h: Likewise.
32415         * tests/test-rbtree_list.c: Likewise.
32416         * tests/test-rbtree_oset.c: Likewise.
32417         * tests/test-rbtreehash_list.c: Likewise.
32418         * tests/test-read-file.c: Likewise.
32419         * tests/test-rijndael.c: Likewise.
32420         * tests/test-search.c: Likewise.
32421         * tests/test-signbit.c: Likewise.
32422         * tests/test-sleep.c: Likewise.
32423         * tests/test-snprintf-posix.c: Likewise.
32424         * tests/test-snprintf-posix.h: Likewise.
32425         * tests/test-snprintf.c: Likewise.
32426         * tests/test-sprintf-posix.c: Likewise.
32427         * tests/test-sprintf-posix.h: Likewise.
32428         * tests/test-stat-time.c: Likewise.
32429         * tests/test-stdbool.c: Likewise.
32430         * tests/test-stdint.c: Likewise.
32431         * tests/test-stdio.c: Likewise.
32432         * tests/test-stdlib.c: Likewise.
32433         * tests/test-stpncpy.c: Likewise.
32434         * tests/test-strcasestr.c: Likewise.
32435         * tests/test-striconv.c: Likewise.
32436         * tests/test-striconveh.c: Likewise.
32437         * tests/test-striconveha.c: Likewise.
32438         * tests/test-string.c: Likewise.
32439         * tests/test-sys_select.c: Likewise.
32440         * tests/test-sys_socket.c: Likewise.
32441         * tests/test-sys_stat.c: Likewise.
32442         * tests/test-sys_time.c: Likewise.
32443         * tests/test-sysexits.c: Likewise.
32444         * tests/test-time.c: Likewise.
32445         * tests/test-tls.c: Likewise.
32446         * tests/test-trunc.c: Likewise.
32447         * tests/test-truncf.c: Likewise.
32448         * tests/test-truncl.c: Likewise.
32449         * tests/test-unistd.c: Likewise.
32450         * tests/test-vasnprintf-posix.c: Likewise.
32451         * tests/test-vasnprintf-posix2.c: Likewise.
32452         * tests/test-vasnprintf.c: Likewise.
32453         * tests/test-vasprintf-posix.c: Likewise.
32454         * tests/test-vasprintf.c: Likewise.
32455         * tests/test-verify.c: Likewise.
32456         * tests/test-vfprintf-posix.c: Likewise.
32457         * tests/test-vprintf-posix.c: Likewise.
32458         * tests/test-vsnprintf-posix.c: Likewise.
32459         * tests/test-vsnprintf.c: Likewise.
32460         * tests/test-vsprintf-posix.c: Likewise.
32461         * tests/test-wchar.c: Likewise.
32462         * tests/test-wctype.c: Likewise.
32463         * tests/test-wcwidth.c: Likewise.
32464         * tests/test-xstrtol.c: Likewise.
32465         * tests/test-xvasprintf.c: Likewise.
32466         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
32467         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
32468         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
32469         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
32470         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
32471         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
32472         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
32473         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
32474         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
32475         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
32476         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
32477         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
32478         * tests/uniname/test-uninames.c: Likewise.
32479         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
32480         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
32481         * tests/unistdio/test-u16-printf1.h: Likewise.
32482         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
32483         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
32484         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
32485         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
32486         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
32487         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
32488         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
32489         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
32490         * tests/unistdio/test-u32-printf1.h: Likewise.
32491         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
32492         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
32493         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
32494         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
32495         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
32496         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
32497         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
32498         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
32499         * tests/unistdio/test-u8-printf1.h: Likewise.
32500         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
32501         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
32502         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
32503         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
32504         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
32505         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
32506         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
32507         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
32508         * tests/unistdio/test-ulc-printf1.h: Likewise.
32509         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
32510         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
32511         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
32512         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
32513         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
32514         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
32515         * tests/uniwidth/test-u16-strwidth.c: Likewise.
32516         * tests/uniwidth/test-u16-width.c: Likewise.
32517         * tests/uniwidth/test-u32-strwidth.c: Likewise.
32518         * tests/uniwidth/test-u32-width.c: Likewise.
32519         * tests/uniwidth/test-u8-strwidth.c: Likewise.
32520         * tests/uniwidth/test-u8-width.c: Likewise.
32521         * tests/uniwidth/test-uc_width.c: Likewise.
32522         * config/srclist-update: Likewise.
32523         (fixlicense): Update to GPLv3+.
32524
32525         Change copyright notice from LGPLv2.1+ to LGPLv3+.
32526         * tests/test-tsearch.c: Change copyright notice.
32527
32528         Change copyright notice from LGPLv2.0+ to LGPLv3+.
32529         * lib/c-strcaseeq.h: Change copyright notice.
32530         * lib/streq.h: Likewise.
32531         * lib/uniconv.h: Likewise.
32532         * lib/uniconv/u-conv-from-enc.h: Likewise.
32533         * lib/uniconv/u-conv-to-enc.h: Likewise.
32534         * lib/uniconv/u-strconv-from-enc.h: Likewise.
32535         * lib/uniconv/u-strconv-to-enc.h: Likewise.
32536         * lib/uniconv/u16-conv-from-enc.c: Likewise.
32537         * lib/uniconv/u16-conv-to-enc.c: Likewise.
32538         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
32539         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
32540         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
32541         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
32542         * lib/uniconv/u32-conv-from-enc.c: Likewise.
32543         * lib/uniconv/u32-conv-to-enc.c: Likewise.
32544         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
32545         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
32546         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
32547         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
32548         * lib/uniconv/u8-conv-from-enc.c: Likewise.
32549         * lib/uniconv/u8-conv-to-enc.c: Likewise.
32550         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
32551         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
32552         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
32553         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
32554         * lib/uniname.h: Likewise.
32555         * lib/uniname/uniname.c: Likewise.
32556         * lib/unistdio.h: Likewise.
32557         * lib/unistdio/u-asnprintf.h: Likewise.
32558         * lib/unistdio/u-asprintf.h: Likewise.
32559         * lib/unistdio/u-printf-args.c: Likewise.
32560         * lib/unistdio/u-printf-args.h: Likewise.
32561         * lib/unistdio/u-printf-parse.h: Likewise.
32562         * lib/unistdio/u-snprintf.h: Likewise.
32563         * lib/unistdio/u-sprintf.h: Likewise.
32564         * lib/unistdio/u-vasprintf.h: Likewise.
32565         * lib/unistdio/u-vsnprintf.h: Likewise.
32566         * lib/unistdio/u-vsprintf.h: Likewise.
32567         * lib/unistdio/u16-asnprintf.c: Likewise.
32568         * lib/unistdio/u16-asprintf.c: Likewise.
32569         * lib/unistdio/u16-printf-parse.c: Likewise.
32570         * lib/unistdio/u16-snprintf.c: Likewise.
32571         * lib/unistdio/u16-sprintf.c: Likewise.
32572         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
32573         * lib/unistdio/u16-u16-asprintf.c: Likewise.
32574         * lib/unistdio/u16-u16-snprintf.c: Likewise.
32575         * lib/unistdio/u16-u16-sprintf.c: Likewise.
32576         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
32577         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
32578         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
32579         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
32580         * lib/unistdio/u16-vasnprintf.c: Likewise.
32581         * lib/unistdio/u16-vasprintf.c: Likewise.
32582         * lib/unistdio/u16-vsnprintf.c: Likewise.
32583         * lib/unistdio/u16-vsprintf.c: Likewise.
32584         * lib/unistdio/u32-asnprintf.c: Likewise.
32585         * lib/unistdio/u32-asprintf.c: Likewise.
32586         * lib/unistdio/u32-printf-parse.c: Likewise.
32587         * lib/unistdio/u32-snprintf.c: Likewise.
32588         * lib/unistdio/u32-sprintf.c: Likewise.
32589         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
32590         * lib/unistdio/u32-u32-asprintf.c: Likewise.
32591         * lib/unistdio/u32-u32-snprintf.c: Likewise.
32592         * lib/unistdio/u32-u32-sprintf.c: Likewise.
32593         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
32594         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
32595         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
32596         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
32597         * lib/unistdio/u32-vasnprintf.c: Likewise.
32598         * lib/unistdio/u32-vasprintf.c: Likewise.
32599         * lib/unistdio/u32-vsnprintf.c: Likewise.
32600         * lib/unistdio/u32-vsprintf.c: Likewise.
32601         * lib/unistdio/u8-asnprintf.c: Likewise.
32602         * lib/unistdio/u8-asprintf.c: Likewise.
32603         * lib/unistdio/u8-printf-parse.c: Likewise.
32604         * lib/unistdio/u8-snprintf.c: Likewise.
32605         * lib/unistdio/u8-sprintf.c: Likewise.
32606         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
32607         * lib/unistdio/u8-u8-asprintf.c: Likewise.
32608         * lib/unistdio/u8-u8-snprintf.c: Likewise.
32609         * lib/unistdio/u8-u8-sprintf.c: Likewise.
32610         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
32611         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
32612         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
32613         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
32614         * lib/unistdio/u8-vasnprintf.c: Likewise.
32615         * lib/unistdio/u8-vasprintf.c: Likewise.
32616         * lib/unistdio/u8-vsnprintf.c: Likewise.
32617         * lib/unistdio/u8-vsprintf.c: Likewise.
32618         * lib/unistdio/ulc-asnprintf.c: Likewise.
32619         * lib/unistdio/ulc-asprintf.c: Likewise.
32620         * lib/unistdio/ulc-printf-parse.c: Likewise.
32621         * lib/unistdio/ulc-snprintf.c: Likewise.
32622         * lib/unistdio/ulc-sprintf.c: Likewise.
32623         * lib/unistdio/ulc-vasnprintf.c: Likewise.
32624         * lib/unistdio/ulc-vasprintf.c: Likewise.
32625         * lib/unistdio/ulc-vsnprintf.c: Likewise.
32626         * lib/unistdio/ulc-vsprintf.c: Likewise.
32627         * lib/unistr.h: Likewise.
32628         * lib/unistr/u-cpy-alloc.h: Likewise.
32629         * lib/unistr/u-cpy.h: Likewise.
32630         * lib/unistr/u-endswith.h: Likewise.
32631         * lib/unistr/u-move.h: Likewise.
32632         * lib/unistr/u-set.h: Likewise.
32633         * lib/unistr/u-startswith.h: Likewise.
32634         * lib/unistr/u-stpcpy.h: Likewise.
32635         * lib/unistr/u-stpncpy.h: Likewise.
32636         * lib/unistr/u-strcat.h: Likewise.
32637         * lib/unistr/u-strcpy.h: Likewise.
32638         * lib/unistr/u-strcspn.h: Likewise.
32639         * lib/unistr/u-strdup.h: Likewise.
32640         * lib/unistr/u-strlen.h: Likewise.
32641         * lib/unistr/u-strncat.h: Likewise.
32642         * lib/unistr/u-strncpy.h: Likewise.
32643         * lib/unistr/u-strnlen.h: Likewise.
32644         * lib/unistr/u-strpbrk.h: Likewise.
32645         * lib/unistr/u-strspn.h: Likewise.
32646         * lib/unistr/u-strstr.h: Likewise.
32647         * lib/unistr/u-strtok.h: Likewise.
32648         * lib/unistr/u16-check.c: Likewise.
32649         * lib/unistr/u16-chr.c: Likewise.
32650         * lib/unistr/u16-cmp.c: Likewise.
32651         * lib/unistr/u16-cpy-alloc.c: Likewise.
32652         * lib/unistr/u16-cpy.c: Likewise.
32653         * lib/unistr/u16-endswith.c: Likewise.
32654         * lib/unistr/u16-mblen.c: Likewise.
32655         * lib/unistr/u16-mbsnlen.c: Likewise.
32656         * lib/unistr/u16-mbtouc-aux.c: Likewise.
32657         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
32658         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
32659         * lib/unistr/u16-mbtouc.c: Likewise.
32660         * lib/unistr/u16-mbtoucr.c: Likewise.
32661         * lib/unistr/u16-move.c: Likewise.
32662         * lib/unistr/u16-next.c: Likewise.
32663         * lib/unistr/u16-prev.c: Likewise.
32664         * lib/unistr/u16-set.c: Likewise.
32665         * lib/unistr/u16-startswith.c: Likewise.
32666         * lib/unistr/u16-stpcpy.c: Likewise.
32667         * lib/unistr/u16-stpncpy.c: Likewise.
32668         * lib/unistr/u16-strcat.c: Likewise.
32669         * lib/unistr/u16-strchr.c: Likewise.
32670         * lib/unistr/u16-strcmp.c: Likewise.
32671         * lib/unistr/u16-strcpy.c: Likewise.
32672         * lib/unistr/u16-strcspn.c: Likewise.
32673         * lib/unistr/u16-strdup.c: Likewise.
32674         * lib/unistr/u16-strlen.c: Likewise.
32675         * lib/unistr/u16-strmblen.c: Likewise.
32676         * lib/unistr/u16-strmbtouc.c: Likewise.
32677         * lib/unistr/u16-strncat.c: Likewise.
32678         * lib/unistr/u16-strncmp.c: Likewise.
32679         * lib/unistr/u16-strncpy.c: Likewise.
32680         * lib/unistr/u16-strnlen.c: Likewise.
32681         * lib/unistr/u16-strpbrk.c: Likewise.
32682         * lib/unistr/u16-strrchr.c: Likewise.
32683         * lib/unistr/u16-strspn.c: Likewise.
32684         * lib/unistr/u16-strstr.c: Likewise.
32685         * lib/unistr/u16-strtok.c: Likewise.
32686         * lib/unistr/u16-to-u32.c: Likewise.
32687         * lib/unistr/u16-to-u8.c: Likewise.
32688         * lib/unistr/u16-uctomb-aux.c: Likewise.
32689         * lib/unistr/u16-uctomb.c: Likewise.
32690         * lib/unistr/u32-check.c: Likewise.
32691         * lib/unistr/u32-chr.c: Likewise.
32692         * lib/unistr/u32-cmp.c: Likewise.
32693         * lib/unistr/u32-cpy-alloc.c: Likewise.
32694         * lib/unistr/u32-cpy.c: Likewise.
32695         * lib/unistr/u32-endswith.c: Likewise.
32696         * lib/unistr/u32-mblen.c: Likewise.
32697         * lib/unistr/u32-mbsnlen.c: Likewise.
32698         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
32699         * lib/unistr/u32-mbtouc.c: Likewise.
32700         * lib/unistr/u32-mbtoucr.c: Likewise.
32701         * lib/unistr/u32-move.c: Likewise.
32702         * lib/unistr/u32-next.c: Likewise.
32703         * lib/unistr/u32-prev.c: Likewise.
32704         * lib/unistr/u32-set.c: Likewise.
32705         * lib/unistr/u32-startswith.c: Likewise.
32706         * lib/unistr/u32-stpcpy.c: Likewise.
32707         * lib/unistr/u32-stpncpy.c: Likewise.
32708         * lib/unistr/u32-strcat.c: Likewise.
32709         * lib/unistr/u32-strchr.c: Likewise.
32710         * lib/unistr/u32-strcmp.c: Likewise.
32711         * lib/unistr/u32-strcpy.c: Likewise.
32712         * lib/unistr/u32-strcspn.c: Likewise.
32713         * lib/unistr/u32-strdup.c: Likewise.
32714         * lib/unistr/u32-strlen.c: Likewise.
32715         * lib/unistr/u32-strmblen.c: Likewise.
32716         * lib/unistr/u32-strmbtouc.c: Likewise.
32717         * lib/unistr/u32-strncat.c: Likewise.
32718         * lib/unistr/u32-strncmp.c: Likewise.
32719         * lib/unistr/u32-strncpy.c: Likewise.
32720         * lib/unistr/u32-strnlen.c: Likewise.
32721         * lib/unistr/u32-strpbrk.c: Likewise.
32722         * lib/unistr/u32-strrchr.c: Likewise.
32723         * lib/unistr/u32-strspn.c: Likewise.
32724         * lib/unistr/u32-strstr.c: Likewise.
32725         * lib/unistr/u32-strtok.c: Likewise.
32726         * lib/unistr/u32-to-u16.c: Likewise.
32727         * lib/unistr/u32-to-u8.c: Likewise.
32728         * lib/unistr/u32-uctomb.c: Likewise.
32729         * lib/unistr/u8-check.c: Likewise.
32730         * lib/unistr/u8-chr.c: Likewise.
32731         * lib/unistr/u8-cmp.c: Likewise.
32732         * lib/unistr/u8-cpy-alloc.c: Likewise.
32733         * lib/unistr/u8-cpy.c: Likewise.
32734         * lib/unistr/u8-endswith.c: Likewise.
32735         * lib/unistr/u8-mblen.c: Likewise.
32736         * lib/unistr/u8-mbsnlen.c: Likewise.
32737         * lib/unistr/u8-mbtouc-aux.c: Likewise.
32738         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
32739         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
32740         * lib/unistr/u8-mbtouc.c: Likewise.
32741         * lib/unistr/u8-mbtoucr.c: Likewise.
32742         * lib/unistr/u8-move.c: Likewise.
32743         * lib/unistr/u8-next.c: Likewise.
32744         * lib/unistr/u8-prev.c: Likewise.
32745         * lib/unistr/u8-set.c: Likewise.
32746         * lib/unistr/u8-startswith.c: Likewise.
32747         * lib/unistr/u8-stpcpy.c: Likewise.
32748         * lib/unistr/u8-stpncpy.c: Likewise.
32749         * lib/unistr/u8-strcat.c: Likewise.
32750         * lib/unistr/u8-strchr.c: Likewise.
32751         * lib/unistr/u8-strcmp.c: Likewise.
32752         * lib/unistr/u8-strcpy.c: Likewise.
32753         * lib/unistr/u8-strcspn.c: Likewise.
32754         * lib/unistr/u8-strdup.c: Likewise.
32755         * lib/unistr/u8-strlen.c: Likewise.
32756         * lib/unistr/u8-strmblen.c: Likewise.
32757         * lib/unistr/u8-strmbtouc.c: Likewise.
32758         * lib/unistr/u8-strncat.c: Likewise.
32759         * lib/unistr/u8-strncmp.c: Likewise.
32760         * lib/unistr/u8-strncpy.c: Likewise.
32761         * lib/unistr/u8-strnlen.c: Likewise.
32762         * lib/unistr/u8-strpbrk.c: Likewise.
32763         * lib/unistr/u8-strrchr.c: Likewise.
32764         * lib/unistr/u8-strspn.c: Likewise.
32765         * lib/unistr/u8-strstr.c: Likewise.
32766         * lib/unistr/u8-strtok.c: Likewise.
32767         * lib/unistr/u8-to-u16.c: Likewise.
32768         * lib/unistr/u8-to-u32.c: Likewise.
32769         * lib/unistr/u8-uctomb-aux.c: Likewise.
32770         * lib/unistr/u8-uctomb.c: Likewise.
32771         * lib/unitypes.h: Likewise.
32772         * lib/uniwidth.h: Likewise.
32773         * lib/uniwidth/cjk.h: Likewise.
32774         * lib/uniwidth/u16-strwidth.c: Likewise.
32775         * lib/uniwidth/u16-width.c: Likewise.
32776         * lib/uniwidth/u32-strwidth.c: Likewise.
32777         * lib/uniwidth/u32-width.c: Likewise.
32778         * lib/uniwidth/u8-strwidth.c: Likewise.
32779         * lib/uniwidth/u8-width.c: Likewise.
32780         * lib/uniwidth/width.c: Likewise.
32781
32782 2007-10-07  Bruno Haible  <bruno@clisp.org>
32783
32784         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
32785         The file is still under LGPL (see modules/inttypes).
32786
32787 2007-10-06  Bruno Haible  <bruno@clisp.org>
32788
32789         * modules/trunc (Dependencies): Add 'extensions'.
32790         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
32791         Reported by Ben Pfaff <blp@gnu.org>.
32792
32793 2007-10-06  Bruno Haible  <bruno@clisp.org>
32794
32795         * modules/freopen-tests: New file.
32796         * tests/test-freopen.c: New file.
32797
32798         * modules/fopen-tests: New file.
32799         * tests/test-fopen.c: New file.
32800
32801         * modules/fopen: New file.
32802         * lib/fopen.c: New file.
32803         * m4/fopen.m4: New file.
32804         * modules/freopen: New file.
32805         * lib/freopen.c: New file.
32806         * m4/freopen.m4: New file.
32807         * lib/stdio.in.h (fopen, freopen): New declarations.
32808         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
32809         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
32810         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
32811         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
32812         * doc/functions/fopen.texi: Mention the 'fopen' module.
32813         * doc/functions/freopen.texi: Mention the 'freopen' module.
32814
32815 2007-10-06  Bruno Haible  <bruno@clisp.org>
32816
32817         * modules/open-tests: New file.
32818         * tests/test-open.c: New file.
32819
32820         * modules/open: New file.
32821         * lib/open.c: New file.
32822         * m4/open.m4: New file.
32823         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
32824         lib/open.c does.
32825         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
32826         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
32827         macros.
32828         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
32829         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
32830         REPLACE_OPEN.
32831         * doc/functions/open.texi: Mention the 'open' module.
32832
32833 2007-10-04  Bruno Haible  <bruno@clisp.org>
32834
32835         * modules/ceill-tests: New file.
32836         * tests/test-ceill.c: New file.
32837
32838         * modules/ceill: New file.
32839         * lib/ceill.c: Replace entire file.
32840         * m4/ceill.m4: New file.
32841         * lib/math.in.h (ceill): Replace declaration.
32842         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
32843         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
32844         * doc/functions/ceill.texi: Mention the 'ceill' module.
32845         * modules/mathl (Files): Remove lib/ceill.c.
32846         (Depends-on): Add ceill.
32847
32848 2007-10-04  Bruno Haible  <bruno@clisp.org>
32849
32850         * modules/ceilf-tests: New file.
32851         * tests/test-ceilf.c: New file.
32852
32853         * modules/ceilf: New file.
32854         * lib/ceil.c: New file.
32855         * lib/ceilf.c: New file.
32856         * m4/ceilf.m4: New file.
32857         * lib/math.in.h (ceilf): New declaration.
32858         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
32859         HAVE_DECL_CEILF.
32860         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
32861         HAVE_DECL_CEILF.
32862         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
32863
32864 2007-10-04  Bruno Haible  <bruno@clisp.org>
32865
32866         * modules/floorl-tests: New file.
32867         * tests/test-floorl.c: New file.
32868
32869         * modules/floorl: New file.
32870         * lib/floorl.c: Replace entire file.
32871         * m4/floorl.m4: New file.
32872         * lib/math.in.h (floorl): Replace declaration.
32873         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
32874         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
32875         * doc/functions/floorl.texi: Mention the 'floorl' module.
32876         * modules/mathl (Files): Remove lib/floorl.c.
32877         (Depends-on): Add floorl.
32878
32879 2007-10-04  Bruno Haible  <bruno@clisp.org>
32880
32881         * modules/floorf-tests: New file.
32882         * tests/test-floorf.c: New file.
32883
32884         * modules/floorf: New file.
32885         * lib/floor.c: New file.
32886         * lib/floorf.c: New file.
32887         * m4/floorf.m4: New file.
32888         * lib/math.in.h (floorf): New declaration.
32889         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
32890         HAVE_DECL_FLOORF.
32891         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
32892         HAVE_DECL_FLOORF.
32893         * doc/functions/floorf.texi: Mention the 'floorf' module.
32894
32895 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
32896             Bruno Haible  <bruno@clisp.org>
32897
32898         Advertise for the Git server instead of the CVS server.
32899         * doc/gnulib-intro.texi (Steady Development): Mention the Git
32900         repository instead of the CVS one.
32901         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
32902         about all VCS systems generically.
32903         * doc/gnulib.texi (Introduction): Capitalize `Git'.
32904
32905 2007-10-04  Bruno Haible  <bruno@clisp.org>
32906
32907         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
32908         means.
32909         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
32910
32911 2007-10-04  Bruno Haible  <bruno@clisp.org>
32912
32913         * modules/truncl-tests: New file.
32914         * tests/test-truncl.c: New file.
32915
32916         * modules/truncl: New file.
32917         * lib/truncl.c: New file.
32918         * m4/truncl.m4: New file.
32919         * lib/math.in.h (truncl): New declaration.
32920         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
32921         HAVE_DECL_TRUNCL.
32922         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
32923         HAVE_DECL_TRUNCL.
32924         * doc/functions/truncl.texi: Mention the 'truncl' module.
32925
32926 2007-10-04  Bruno Haible  <bruno@clisp.org>
32927
32928         * modules/truncf-tests: New file.
32929         * tests/test-truncf.c: New file.
32930
32931         * modules/truncf: New file.
32932         * lib/trunc.c: Make paramerizable through USE_* macros.
32933         * lib/truncf.c: New file.
32934         * m4/truncf.m4: New file.
32935         * lib/math.in.h (truncf): New declaration.
32936         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
32937         HAVE_DECL_TRUNCF.
32938         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
32939         HAVE_DECL_TRUNCF.
32940         * doc/functions/truncf.texi: Mention the 'truncf' module.
32941
32942 2007-10-03  Bruno Haible  <bruno@clisp.org>
32943
32944         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
32945         augmentation also for tests modules.
32946         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
32947         * modules/atexit-tests (Makefile.am): Likewise.
32948         * modules/binary-io-tests (Makefile.am): Likewise.
32949         * modules/c-strcase-tests (Makefile.am): Likewise.
32950         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
32951         * modules/canonicalize-tests (Makefile.am): Likewise.
32952         * modules/closein-tests (Makefile.am): Likewise.
32953         * modules/fprintf-posix-tests (Makefile.am): Likewise.
32954         * modules/freadahead-tests (Makefile.am): Likewise.
32955         * modules/fseek-tests (Makefile.am): Likewise.
32956         * modules/fseeko-tests (Makefile.am): Likewise.
32957         * modules/ftell-tests (Makefile.am): Likewise.
32958         * modules/ftello-tests (Makefile.am): Likewise.
32959         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
32960         * modules/isnanl-tests (Makefile.am): Likewise.
32961         * modules/lseek-tests (Makefile.am): Likewise.
32962         * modules/mbscasecmp-tests (Makefile.am): Likewise.
32963         * modules/mbscasestr-tests (Makefile.am): Likewise.
32964         * modules/mbschr-tests (Makefile.am): Likewise.
32965         * modules/mbscspn-tests (Makefile.am): Likewise.
32966         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
32967         * modules/mbspbrk-tests (Makefile.am): Likewise.
32968         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
32969         * modules/mbsrchr-tests (Makefile.am): Likewise.
32970         * modules/mbsspn-tests (Makefile.am): Likewise.
32971         * modules/mbsstr-tests (Makefile.am): Likewise.
32972         * modules/printf-posix-tests (Makefile.am): Likewise.
32973         * modules/snprintf-posix-tests (Makefile.am): Likewise.
32974         * modules/sprintf-posix-tests (Makefile.am): Likewise.
32975         * modules/tsearch-tests (Makefile.am): Likewise.
32976         * modules/uniname/uniname-tests (Makefile.am): Likewise.
32977         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
32978         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
32979         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
32980         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
32981         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
32982         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
32983         * modules/vprintf-posix-tests (Makefile.am): Likewise.
32984         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
32985         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
32986         * modules/xstrtoimax-tests (Makefile.am): Likewise.
32987         * modules/xstrtol-tests (Makefile.am): Likewise.
32988         * modules/xstrtoumax-tests (Makefile.am): Likewise.
32989         * modules/yesno-tests (Makefile.am): Likewise.
32990
32991 2007-10-03  Bruno Haible  <bruno@clisp.org>
32992
32993         * modules/trunc-tests: New file.
32994         * tests/test-trunc.c: New file.
32995
32996         * modules/trunc: New file.
32997         * lib/trunc.c: New file.
32998         * m4/trunc.m4: New file.
32999         * lib/math.in.h (trunc): New declaration.
33000         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
33001         HAVE_DECL_TRUNC.
33002         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
33003         HAVE_DECL_TRUNC.
33004         * doc/functions/trunc.texi: Mention the 'trunc' module.
33005
33006 2007-10-03  Bruno Haible  <bruno@clisp.org>
33007
33008         * tests/test-fpending.c: New file, mostly copied
33009         from coreutils/lib/t-fpending.c.
33010         * modules/fpending-tests: New file.
33011
33012 2007-10-03  Bruno Haible  <bruno@clisp.org>
33013
33014         Port the stdio extensions to QNX (untested).
33015         * lib/fseterr.c (fseterr): Add support for QNX.
33016         * lib/fbufmode.c (fbufmode): Likewise.
33017         * lib/freadable.c (freadable): Likewise.
33018         * lib/fwritable.c (fwritable): Likewise.
33019         * lib/freading.c (freading): Likewise.
33020         * lib/fwriting.c (fwriting): Likewise.
33021         * lib/freadahead.c (freadahed): Likewise.
33022         * lib/fpurge.c (fpurge): Likewise.
33023         * lib/fseeko.c (rpl_fseeko): Likewise.
33024
33025 2007-10-03  Bruno Haible  <bruno@clisp.org>
33026             Jim Meyering  <jim@meyering.net>
33027             Eric Blake  <ebb9@byu.net>
33028
33029         * doc/relocatable.texi: Use @command instead of @program.
33030
33031 2007-10-02  Jim Meyering  <jim@meyering.net>
33032
33033         Perform one more "_.h" -> ".in.h" substitution.
33034         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
33035         instead of unistd_.h here, too.
33036
33037 2007-10-01  Bruno Haible  <bruno@clisp.org>
33038
33039         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
33040         Needed for the alloca-opt module.
33041
33042 2007-09-30  Bruno Haible  <bruno@clisp.org>
33043
33044         * lib/alloca.in.h: Renamed from lib/alloca_.h.
33045         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
33046         alloca_.h.
33047         * lib/argz.in.h: Renamed from lib/argz_.h.
33048         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
33049         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
33050         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
33051         byteswap_.h.
33052         * lib/dirent.in.h: Renamed from lib/dirent_.h.
33053         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
33054         dirent_.h.
33055         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
33056         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
33057         fcntl_.h.
33058         * lib/float.in.h: Renamed from lib/float_.h.
33059         * modules/float (Files, Makefile.am): Use float.in.h instead of
33060         float_.h.
33061         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
33062         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
33063         fnmatch_.h.
33064         * lib/getopt.in.h: Renamed from lib/getopt_.h.
33065         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
33066         getopt_.h.
33067         * lib/glob.in.h: Renamed from lib/glob_.h.
33068         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
33069         * lib/iconv.in.h: Renamed from lib/iconv_.h.
33070         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
33071         iconv_.h.
33072         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
33073         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
33074         inttypes_.h.
33075         * lib/locale.in.h: Renamed from lib/locale_.h.
33076         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
33077         locale_.h.
33078         * lib/math.in.h: Renamed from lib/math_.h.
33079         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
33080         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
33081         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
33082         of netinet_in_.h. Add dependency.
33083         * lib/poll.in.h: Renamed from lib/poll_.h.
33084         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
33085         * lib/search.in.h: Renamed from lib/search_.h.
33086         * modules/search (Files, Makefile.am): Use search.in.h instead of
33087         search_.h.
33088         * lib/signal.in.h: Renamed from lib/signal_.h.
33089         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
33090         _signal.h.
33091         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
33092         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
33093         stdbool_.h.
33094         * lib/stdint.in.h: Renamed from lib/stdint_.h.
33095         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
33096         stdint_.h.
33097         * lib/stdio.in.h: Renamed from lib/stdio_.h.
33098         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
33099         stdio_.h.
33100         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
33101         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
33102         stdlib_.h.
33103         * lib/string.in.h: Renamed from lib/string_.h.
33104         * modules/string (Files, Makefile.am): Use string.in.h instead of
33105         string_.h.
33106         * doc/gnulib-tool.texi (Initial import): Update.
33107         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
33108         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
33109         of sys_select_.h. Add dependency.
33110         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
33111         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
33112         of sys_socket_.h.
33113         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
33114         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
33115         sys_stat_.h.
33116         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
33117         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
33118         sys_time_.h.
33119         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
33120         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
33121         sysexits_.h.
33122         * lib/time.in.h: Renamed from lib/time_.h.
33123         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
33124         * lib/unistd.in.h: Renamed from lib/unistd_.h.
33125         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
33126         unistd_.h.
33127         * lib/wchar.in.h: Renamed from lib/wchar_.h.
33128         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
33129         wchar_.h.
33130         * lib/wctype.in.h: Renamed from lib/wctype_.h.
33131         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
33132         wctype_.h.
33133         * build-aux/bootstrap (slurp): Update.
33134         * lib/.cppi-disable: Update.
33135
33136 2007-09-30  Bruno Haible  <bruno@clisp.org>
33137
33138         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
33139         Needed on BeOS.
33140
33141 2007-09-30  Bruno Haible  <bruno@clisp.org>
33142
33143         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
33144
33145 2007-09-29  Bruno Haible  <bruno@clisp.org>
33146
33147         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
33148
33149 2007-09-29  Bruno Haible  <bruno@clisp.org>
33150
33151         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
33152         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
33153         * build-aux/install-reloc: Compile also areadlink.c.
33154         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
33155
33156 2007-09-29  Bruno Haible  <bruno@clisp.org>
33157
33158         * gnulib-tool (func_emit_initmacro_done): Indentation.
33159
33160 2007-09-29  Bruno Haible  <bruno@clisp.org>
33161
33162         * README: Add CVS checkout update instructions.
33163         Info from Bob Proulx <bob@proulx.com>.
33164
33165 2007-09-28  Eric Blake  <ebb9@byu.net>
33166
33167         Provide move-if-change.
33168         * build-aux/move-if-change: New file, based on best practice
33169         rather than any canonical upstream location.
33170
33171 2007-09-28  Jim Meyering  <jim@meyering.net>
33172
33173         Fix canonicalize loop-detection corner case.
33174         Do not attempt to stat the symlink values stored via seen_triple.
33175         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
33176         on linux-2.6.18, (but not 2.6.22).
33177         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
33178         triple_compare.  The former compares dev,ino,filename, while the latter
33179         would actually stat dirname(filename) when dev and ino were equal.
33180         * lib/hash-triple.c: Install <string.h>.
33181         (STREQ): Define.
33182         (triple_compare_ino_str): New function.
33183         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
33184
33185 2007-09-28  Eric Blake  <ebb9@byu.net>
33186
33187         Enforce that AC_REPLACE_FUNCS files exist.
33188         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
33189         override check for typos.
33190
33191         Fix test-closein on Solaris 10.
33192         * tests/test-closein.c (main): Don't assume stdin can be inherited
33193         closed on all systems.
33194         * tests/test-closein.sh: Likewise.
33195         Reported by Piotr Tarnowski.
33196
33197 2007-09-28  Jim Meyering  <jim@meyering.net>
33198
33199         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
33200
33201 2007-09-27  Jim Meyering  <jim@meyering.net>
33202
33203         canonicalize: Avoid a false-positive cycle failure.
33204         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
33205         Sort.  Remove cycle-check.
33206         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
33207         not cycle-check.h.
33208         (seen_triple): New function.
33209         (canonicalize_filename_mode): Use it instead of cycle-check.
33210         * tests/test-canonicalize.c: Add a test for this bug.
33211         * tests/test-canonicalize.sh: Set up and run the test.
33212
33213         New module, file-set, from coreutils.
33214         * modules/file-set: Define it.
33215         * lib/file-set.c, lib/file-set.h: Implement.
33216
33217         New module, hash-triple, from coreutils.
33218         * modules/hash-triple: Define it.
33219         * lib/hash-triple.c, lib/hash-triple.h: Implement.
33220
33221 2007-09-25  Eric Blake  <ebb9@byu.net>
33222
33223         Fix strerror on Interix.
33224         * lib/string_.h (strerror): Declare replacement.
33225         * doc/functions/strerror.texi (strerror): Document the Interix
33226         shortcoming.
33227         * modules/string (Makefile.am): Support new hooks.
33228         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
33229         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
33230         gl_FUNC_STRERROR_SEPARATE.
33231         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
33232         * lib/strerror.c (rpl_strerror): Provide replacement.
33233         * modules/strerror (Depends-on): Add string.
33234         (configure.ac): Detect use of module.
33235         * tests/test-strerror.c: New file.
33236         * modules/strerror-tests: New test module.
33237         * modules/argp (Depends-on): Add strerror.
33238         * modules/error (Depends-on): Likewise.
33239         Reported by Martin Koeppe.
33240
33241 2007-09-24  Bruno Haible  <bruno@clisp.org>
33242
33243         * README: Update git instructions.
33244
33245 2007-09-24  Eric Blake  <ebb9@byu.net>
33246
33247         Revert fpending breakage from 2007-09-08.
33248         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
33249         __fpending.c.
33250
33251 2007-09-24  Jim Meyering  <jim@meyering.net>
33252
33253         filenamecat.c: Add a test.
33254         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
33255         showing how the function works when DIR is the empty string.
33256
33257 2007-09-21  Simon Josefsson  <simon@josefsson.org>
33258
33259         * tests/test-canonicalize.sh: Turn on executable bit.
33260
33261 2007-09-19  Eric Blake  <ebb9@byu.net>
33262
33263         * README: Update CVS instructions.
33264
33265 2007-09-18  Bruno Haible  <bruno@clisp.org>
33266
33267         * modules/areadlink: New file.
33268         * lib/areadlink.h (areadlink): New declaration.
33269         * lib/areadlink.c: New file, based on lib/xreadlink.c.
33270
33271 2007-09-17  Jim Meyering  <jim@meyering.net>
33272
33273         * lib/savewd.c (ESTALE) [!defined]: Define.
33274         Reported to be required on Interix by Martin Koeppe.
33275
33276 2007-09-17  Bruno Haible  <bruno@clisp.org>
33277
33278         * gnulib-tool (func_version): Use $version.
33279
33280 2007-09-16  Bruno Haible  <bruno@clisp.org>
33281
33282         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
33283         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
33284         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
33285         Reported by Greg Schafer <gschafer@zip.com.au>.
33286
33287 2007-09-15  Bruno Haible  <bruno@clisp.org>
33288
33289         * gnulib-tool (sed): Try a little harder to make bash understand the
33290         alias.
33291         Reported by Bruce Korb <bruce.korb@gmail.com>.
33292
33293 2007-09-13  Eric Blake  <ebb9@byu.net>
33294
33295         * ChangeLog: Remove conflict markers.
33296
33297 2007-09-13  Simon Josefsson  <simon@josefsson.org>
33298
33299         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
33300         Reported by Bruno Haible <bruno@clisp.org>.
33301
33302 2007-09-12  Bruno Haible  <bruno@clisp.org>
33303
33304         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
33305         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
33306         is not defined.
33307
33308 2007-09-12  Eric Blake  <ebb9@byu.net>
33309
33310         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
33311         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
33312         Autoconf definition.
33313         * modules/euidaccess (Depends-on): Add extensions, for
33314         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
33315         * modules/fnmatch (Depends-on): Likewise.
33316         * modules/getaddrinfo (Depends-on): Likewise.
33317         * modules/getdelim (Depends-on): Likewise.
33318         * modules/getline (Depends-on): Likewise.
33319         * modules/getsubopt (Depends-on): Likewise.
33320         * modules/gettext (Depends-on): Likewise.
33321         * modules/group-member (Depends-on): Likewise.
33322         * modules/mbchar (Depends-on): Likewise.
33323         * modules/memmem (Depends-on): Likewise.
33324         * modules/mempcpy (Depends-on): Likewise.
33325         * modules/memrchr (Depends-on): Likewise.
33326         * modules/pagealign_alloc (Depends-on): Likewise.
33327         * modules/readutmp (Depends-on): Likewise.
33328         * modules/stpcpy (Depends-on): Likewise.
33329         * modules/stpncpy (Depends-on): Likewise.
33330         * modules/strchrnul (Depends-on): Likewise.
33331         * modules/strndup (Depends-on): Likewise.
33332         * modules/strsep (Depends-on): Likewise.
33333         * modules/strverscmp (Depends-on): Likewise.
33334         * modules/vasprintf (Depends-on): Likewise.
33335         * modules/wcwidth (Depends-on): Likewise.
33336         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
33337         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
33338         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
33339         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
33340         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
33341         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
33342         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
33343         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
33344         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
33345         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
33346         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
33347         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
33348         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
33349         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
33350         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
33351         * m4/readutmp.m4 (gl_READUTMP): Likewise.
33352         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
33353         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
33354         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
33355         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
33356         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
33357         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
33358         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
33359         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
33360         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
33361         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
33362         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
33363         so that lock.m4 can be used in gettext without extensions module.
33364
33365 2007-09-11  Bruno Haible  <bruno@clisp.org>
33366
33367         * m4/isc-posix.m4: Remove file.
33368         Suggested by Eric Blake.
33369
33370 2007-09-11  Eric Blake  <ebb9@byu.net>
33371
33372         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
33373
33374 2007-09-10  Bruno Haible  <bruno@clisp.org>
33375
33376         * posix-modules: Fix typo in error message.
33377         Reported by Matt <mkraai@beckman.com>.
33378
33379 2007-09-09  Bruno Haible  <bruno@clisp.org>
33380
33381         * doc/functions/getdelim.texi: Update list of platforms lacking the
33382         function.
33383         * doc/functions/getline.texi: Likewise.
33384
33385 2007-09-09  Jim Meyering  <jim@meyering.net>
33386
33387         * lib/hash.c (hash_initialize): Detect calloc failure.
33388         Reported by Bruno Haible.
33389
33390 2007-09-09  Bruno Haible  <bruno@clisp.org>
33391
33392         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
33393         malloc or realloc fails.
33394
33395 2007-09-09  Bruno Haible  <bruno@clisp.org>
33396
33397         * modules/getcwd (Depends-on): Add malloc-posix.
33398         * modules/glob (Depends-on): Likewise.
33399         * modules/putenv (Depends-on): Likewise.
33400         * modules/strdup (Depends-on): Likewise.
33401         * modules/getdelim (Depends-on): Add realloc-posix.
33402         * modules/read-file (Depends-on): Likewise.
33403
33404 2007-09-09  Bruno Haible  <bruno@clisp.org>
33405
33406         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
33407         (gl_FUNC_MALLOC_POSIX): Require it.
33408         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
33409         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
33410         * modules/realloc (Files): Add m4/malloc.m4.
33411         * modules/calloc (Files): Likewise.
33412
33413 2007-09-09  Bruno Haible  <bruno@clisp.org>
33414
33415         * modules/malloc-posix: New file.
33416         * modules/malloc (Depends-on): Add malloc-posix.
33417         * lib/malloc.c: Include errno.h.
33418         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
33419         and a POSIX-compatible malloc into a single function. Set ENOMEM
33420         when returning NULL.
33421         * m4/malloc.m4: New file.
33422         * doc/functions/malloc.texi: Mention the malloc-posix module.
33423         * lib/stdlib_.h (malloc): New declaration.
33424         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
33425         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
33426         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
33427         and HAVE_MALLOC_POSIX.
33428
33429 2007-09-09  Bruno Haible  <bruno@clisp.org>
33430
33431         * modules/realloc-posix: New file.
33432         * modules/realloc (Depends-on): Add realloc-posix.
33433         * lib/realloc.c: Include errno.h.
33434         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
33435         and a POSIX-compatible realloc into a single function. Set ENOMEM
33436         when returning NULL.
33437         * m4/realloc.m4: New file.
33438         * doc/functions/realloc.texi: Mention the realloc-posix module.
33439         * lib/stdlib_.h (realloc): New declaration.
33440         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
33441         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
33442         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
33443         and HAVE_REALLOC_POSIX.
33444
33445 2007-09-09  Bruno Haible  <bruno@clisp.org>
33446
33447         * modules/calloc-posix: New file.
33448         * modules/calloc (Depends-on): Add calloc-posix.
33449         * lib/calloc.c: Include errno.h.
33450         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
33451         and a POSIX-compatible calloc into a single function. Set ENOMEM
33452         when returning NULL.
33453         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
33454         * doc/functions/calloc.texi: Mention the calloc-posix module.
33455         * lib/stdlib_.h (calloc): New declaration.
33456         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
33457         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
33458         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
33459         and HAVE_CALLOC_POSIX.
33460
33461 2007-09-09  Bruno Haible  <bruno@clisp.org>
33462
33463         Allow for modules to show an arbitrary notice.
33464         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
33465         * gnulib-tool: New option --extract-notice.
33466         (func_usage): Document it.
33467         (sed_extract_prog): Update.
33468         (func_get_notice): New function.
33469         (func_modules_notice): New function.
33470         (func_import, func_create_testdir): Invoke it.
33471         Suggested by Jim Meyering.
33472
33473 2007-09-09  Bruno Haible  <bruno@clisp.org>
33474
33475         * gnulib-tool: New options --verbose, --quiet.
33476         (func_usage): Document them.
33477         (verbose): New variable.
33478         (func_execute_command): New function.
33479         (func_import): Don't show the module list and the file list if
33480         $verbose < 0.
33481         (func_create_testdir): Likewise. Use func_execute_command.
33482         (func_create_megatestdir): Use func_execute_command.
33483
33484 2007-09-08  Bruno Haible  <bruno@clisp.org>
33485
33486         * gnulib-tool (func_import): Prefer rsync over wget when available,
33487         for fetching the PO files.
33488
33489 2007-09-08  Bruno Haible  <bruno@clisp.org>
33490
33491         * posix-modules: New file. Portions copied from gnulib-tool.
33492         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
33493
33494 2007-09-08  Jim Meyering  <jim@meyering.net>
33495
33496         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
33497         * lib/fpending.h: Rename from __fpending.h.
33498         * lib/fpending.c: Rename from __fpending.c.
33499         Include "fpending.h", not "__fpending.h".
33500         * lib/__fpending.h, lib/__fpending.c: Remove files.
33501         * modules/fpending (Files): Reflect new file names.
33502         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
33503
33504 2007-09-08  Bruno Haible  <bruno@clisp.org>
33505
33506         * m4/inttypes-h.m4: Remove stub file.
33507
33508 2007-09-07  Simon Josefsson  <simon@josefsson.org>
33509
33510         * doc/headers/stdint.texi: Discuss #include_next issue.
33511
33512 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
33513
33514         * build-aux/bootstrap: Remove obsolete comment about wget --help.
33515
33516 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33517
33518         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
33519         in variable name.
33520
33521 2007-09-03  Jim Meyering  <jim@meyering.net>
33522
33523         New module: git-version-gen.
33524         * modules/git-version-gen: New file.
33525
33526         Import changes from coreutils for bootstrap script.
33527
33528         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
33529
33530         bootstrap: uses rsync to download the .po files
33531         * build-aux/bootstrap (po_download_command_format): New global.
33532         (download_po_files): Use rsync.
33533         (update_po_files): Don't remove .po files after download,
33534         so future rsync runs can take advantage of the copies.
33535
33536         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
33537
33538         Solve the unnecessary-.po-file-regeneration problem once and for all.
33539         * build-aux/bootstrap (download_po_files): New function, renamed from
33540         get_translations.  Now, downloads, but doesn't update LINGUAS.
33541         (update_po_files): New function.
33542
33543         bootstrap: Ignore more.
33544         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
33545         uniwidth to e.g., lib/.gitignore.
33546         (slurp): Handle the sys_stat_.h -> sys mapping, too.
33547
33548         * build-aux/bootstrap: New setting: vc_ignore.
33549         (insert_sorted_if_absent): Create $file if absent.
33550         Adapt to new, possibly empty, list: $vc_ignore.
33551
33552         bootstrap: generate more ignorable names
33553         * build-aux/bootstrap (slurp): When generating ignorable names,
33554         also map .sin to .sed, .gperf to .c, and .y to .c.
33555
33556 2007-09-03  Jim Meyering  <jim@meyering.net>
33557
33558         * build-aux/git-version-gen: New file, from coreutils.  For details, see
33559         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
33560
33561 2007-09-02  Bruno Haible  <bruno@clisp.org>
33562
33563         Fix mis-recognition of 'mcs' on QNX 6.
33564         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
33565         output contains the string "Mono".
33566         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
33567         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
33568
33569 2007-09-01  Bruno Haible  <bruno@clisp.org>
33570
33571         Fix collision between uniwidth/* and linebreak modules.
33572         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
33573         u32_width): Remove declarations.
33574         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
33575         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
33576         streq3, streq2, streq1, streq0): Remove functions.
33577         (STREQ): Remove macro.
33578         (is_cjk_encoding): Remove function.
33579         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
33580         (uc_width, u8_width, u16_width, u32_width): Remove functions.
33581         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
33582         * NEWS: Document the change.
33583
33584 2007-09-01  Bruno Haible  <bruno@clisp.org>
33585
33586         * lib/streq.h: Add double-inclusion guard.
33587
33588 2007-09-01  Karl Berry  <karl@gnu.org>
33589
33590         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
33591
33592 2007-08-28  Jim Meyering  <jim@meyering.net>
33593
33594         Rename mreadlink_with_size to areadlink_with_size.
33595         * NEWS: Document the change.
33596         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
33597         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
33598         * lib/mreadlink.h: Rename this to...
33599         * lib/areadlink.h: ...this.
33600         * modules/mreadlink-with-size: Rename this to...
33601         * modules/areadlink-with-size: ...this.
33602         * lib/canonicalize.c: Reflect the renaming.
33603         * modules/canonicalize: Likewise.
33604
33605 2007-08-26  Bruno Haible  <bruno@clisp.org>
33606
33607         * gnulib-tool (func_import): When deciding which files to remove,
33608         consider also dangling symbolic links.
33609         Reported by Eric Blake.
33610
33611 2007-08-26  Bruno Haible  <bruno@clisp.org>
33612
33613         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
33614
33615 2007-08-23  Simon Josefsson  <simon@josefsson.org>
33616
33617         * lib/readline.c: Don't include getline.h, the prototype is now
33618         found in stdio.h.
33619
33620 2007-08-23  Jim Meyering  <jim@meyering.net>
33621
33622         Getdelim touchup.
33623         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
33624         around the funlockfile call, since funlockfile never sets errno.
33625         Don't set errno upon failed realloc.
33626
33627 2007-08-22  Eric Blake  <ebb9@byu.net>
33628
33629         Getline touchups.
33630         * lib/getdelim.c (getdelim): Revert regression that required *n to
33631         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
33632         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
33633         getdelim, rather than whether implementation is missing.
33634         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
33635         * lib/stdio_.h (getline): Also declare if replacement is
33636         required.
33637         * doc/functions/getdelim.texi: New file.
33638         * doc/functions/getline.texi: Likewise.
33639         * doc/gnulib.texi (Function Substitutes): Add new files.
33640         Reported by Bruno Haible.
33641
33642 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
33643
33644         * users.txt: Add Guile.
33645
33646 2007-08-22  Eric Blake  <ebb9@byu.net>
33647
33648         * tests/test-getdelim.c (main): Use remove, not unlink.
33649         * tests/test-getline.c (main): Likewise.
33650
33651         Move getline and getdelim into stdio.h, per POSIX 200x.
33652         * modules/getline (Files): Remove getline.h.
33653         (Depends-on): Add stdio.
33654         (configure.ac): Add module indicator.
33655         * modules/getdelim (Files): Remove getdelim.h.
33656         (Depends-on): Add stdio.
33657         (configure.ac): Add module indicator.
33658         * modules/stdio (Makefile.am): Work with new indicators.
33659         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
33660         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
33661         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
33662         * lib/getdelim.h: Delete.
33663         * lib/getline.h: Delete.
33664         * lib/stdio_.h (getdelim, getline): Declare.
33665         * modules/getdelim-tests: New module.
33666         * modules/getline-tests: Likewise.
33667         * tests/test-getdelim.c: New file.
33668         * tests/test-getline.c: Likewise.
33669         * NEWS: Document the change.
33670         * lib/getline.c: Update choice of header.
33671         * lib/csharpcomp.c: Likewise.
33672         * lib/getpass.c: Likewise.
33673         * lib/javacomp.c: Likewise.
33674         * lib/javaversion.c: Likewise.
33675         * lib/yesno.c: Likewise.
33676         * lib/getdelim.c: Likewise.
33677         (getdelim): Set errno on failure, and avoid memory leak.
33678
33679 2007-08-19  Bruno Haible  <bruno@clisp.org>
33680
33681         * modules/closein (Depends-on): Add freadahead.
33682         * lib/closein.c: Include freadahead.h.
33683         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
33684         is zero.
33685
33686 2007-08-19  Bruno Haible  <bruno@clisp.org>
33687
33688         * modules/freadahead-tests: New file.
33689         * tests/test-freadahead.sh: New file.
33690         * tests/test-freadahead.c: New file.
33691
33692         * modules/freadahead: New file.
33693         * lib/freadahead.h: New file.
33694         * lib/freadahead.c: New file.
33695         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
33696         fbufmode, fpurge, freadable, fwritable.
33697
33698 2007-08-19  Eric Blake  <ebb9@byu.net>
33699
33700         Test yesno in combination with closein.
33701         * lib/yesno.c (yesno): Document use of stdin.
33702         * modules/yesno-tests (Files): New module.
33703         * tests/test-yesno.c (main): New file.
33704         * tests/test-yesno.sh: Likewise.
33705
33706 2007-08-19  Bruno Haible  <bruno@clisp.org>
33707
33708         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
33709         * lib/fseeko.c (rpl_fseeko): Likewise.
33710         * lib/fseterr.c (fseterr): Likewise.
33711
33712 2007-08-19  Bruno Haible  <bruno@clisp.org>
33713
33714         * tests/test-lseek.c (main): Disable a test for BeOS.
33715         * doc/functions/lseek.texi: Document the BeOS bug.
33716
33717 2007-08-19  Bruno Haible  <bruno@clisp.org>
33718             Eric Blake  <ebb9@byu.net>
33719
33720         * lib/lseek.c: Include <sys/stat.h>.
33721         (rpl_lseek): Add workaround code also for Unix platforms.
33722         Needed for BeOS.
33723         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
33724         * doc/functions/lseek.texi: Document BeOS definiency.
33725
33726 2007-08-18  Bruno Haible  <bruno@clisp.org>
33727
33728         * modules/fstrcmp-tests: New file.
33729         * tests/test-fstrcmp.c: New file.
33730
33731 2007-08-18  Bruno Haible  <bruno@clisp.org>
33732
33733         * modules/fstrcmp: New file, from GNU gettext with modifications.
33734         * lib/fstrcmp.h: New file, from GNU gettext.
33735         * lib/fstrcmp.c: New file, from GNU gettext.
33736         * MODULES.html.sh (String handling): Add fstrcmp.
33737
33738 2007-08-18  Bruno Haible  <bruno@clisp.org>
33739
33740         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
33741         'bool'.
33742         (diag, compareseq): Remove const from the ctxt argument.
33743         (USE_HEURISTIC): Undefine at the end.
33744
33745 2007-08-18  Jim Meyering  <jim@meyering.net>
33746
33747         New file: lib/idcache.h
33748         * NEWS: Mention the addition.
33749         * modules/idcache (Files): Add lib/idcache.h
33750         * lib/idcache.c: Include "idcache.h".
33751         Don't include <sys/types.h>.
33752         Add a FIXME comment.
33753         Move file-scoped "static" declarations to the top.
33754         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
33755
33756 2007-08-17  Bruno Haible  <bruno@clisp.org>
33757         and Paul Eggert  <eggert@cs.ucla.edu>
33758
33759         * MODULES.html.sh: Add diffseq.
33760         * modules/diffseq: New file.
33761         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
33762         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
33763
33764 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
33765
33766         Import changes from coreutils for bootstrap script.
33767
33768         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
33769
33770         * build-aux/bootstrap (slurp): Work even in environments where
33771         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
33772         current code does not slurp files whose names start with ".", and
33773         this looks like it might be a troublesome area.
33774
33775         2007-07-11  Jim Meyering  <jim@meyering.net>
33776
33777         If there's a GPL vN copyright comment, require that N == 3.
33778
33779         2007-07-08  Jim Meyering  <jim@meyering.net>
33780
33781         Run the coreutils-specific code only if tests/Makefile.am.in exists.
33782         * build-aux/bootstrap (mam_template): Move definition out of loop.
33783
33784         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
33785
33786         * build-aux/bootstrap (symlink_to_dir): Rename function from
33787         symlink_to_gnulib.  Add a directory parameter.  Update all
33788         callers.
33789         (cp_mark_as_generated): Also check for -- and link to -- files in
33790         gl/.
33791
33792         2007-07-08  Jim Meyering  <jim@meyering.net>
33793
33794         Adapt to deeper hierarchy in gnulib.
33795         * build-aux/bootstrap (symlink_to_dir): If the destination
33796         directory doesn't exist, create it. This is required at least for
33797         "lib/uniwidth/cjk.h".
33798
33799         2007-05-15  Jim Meyering  <jim@meyering.net>
33800
33801         * build-aux/bootstrap: Now that generated Makefile.am files
33802         are no longer under version control, they must be created at
33803         bootstrap time.
33804
33805 2007-08-14  Ben Pfaff  <blp@gnu.org>
33806
33807         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
33808
33809 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
33810
33811         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
33812         given the changes below.
33813         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
33814         even on hosts that have padding bits beyond the supported 64.
33815
33816 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
33817
33818         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
33819         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
33820         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
33821         depends on it.
33822         (xstrtol_error): Remove.
33823         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
33824         but with a different signature.
33825         (ATTRIBUTE_NORETURN, __attribute__): New macros.
33826         * lib/xstrtol-error.c: Include exitfail.h.
33827         (xstrtol_fatal): New function, with a different signature from the
33828         old xstrtol_error, so that the caller need not worry about passing
33829         in an exit status, or about storage management of the option argument.
33830         (xstrtol_error): Now a static function.  Redo signature to
33831         implement xstrtol_fatal.  Output the correct number of hyphens in
33832         front of the option so that the caller need not worry about
33833         storage management.
33834         (N_): New macro.
33835         (_): Remove; not used now.
33836         * modules/xstrtol: Depend on getopt.
33837         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
33838         of old STRTOL_FATAL_ERROR macro.
33839         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
33840         of test program.
33841         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
33842         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
33843
33844 2007-08-08  Eric Blake  <ebb9@byu.net>
33845
33846         * lib/xstrtol-error.c: Add missing include.
33847
33848         Move xstrtol messages into gnulib domain, when --pobase is used.
33849         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
33850         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
33851         * modules/xstrtol (Files): Distribute new file.
33852         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
33853         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
33854         * tests/test-xstrtol.c: ...into new file.
33855         * tests/test-xstrtoul.c: Also test xstrtoul.
33856         * tests/test-xstrtoimax.c: Also test xstrtoimax.
33857         * tests/test-xstrtoumax.c: Also test xstrtoumax.
33858         * tests/test-xstrtol.sh: Drive the tests.
33859         * tests/test-xstrtoimax.sh: Likewise.
33860         * tests/test-xstrtoumax.sh: Likewise.
33861         * modules/xstrtol-tests: New module.
33862         * modules/xstrtoimax-tests: Likewise.
33863         * modules/xstrtoumax-tests: Likewise.
33864
33865 2007-08-08  Jim Meyering  <jim@meyering.net>
33866
33867         New function: mfile_name_concat.
33868         * lib/filenamecat.c (mfile_name_concat): New function, just like
33869         file_name_concat, but return NULL upon failure rather than exiting
33870         with a diagnostic.
33871         * lib/filenamecat.h: Declare it.
33872
33873 2007-08-07  Bruno Haible  <bruno@clisp.org>
33874
33875         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
33876         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
33877         warning from gcc.
33878         Reported by Eric Blake.
33879
33880 2007-08-07  Simon Josefsson  <simon@josefsson.org>
33881
33882         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
33883         * modules/crypto/arcfour (License): Likewise.
33884         * modules/crypto/des-tests (License): Likewise.
33885         * modules/crypto/gc-arctwo-tests (License): Likewise.
33886         * modules/crypto/gc-des-tests (License): Likewise.
33887         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
33888         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
33889         * modules/crypto/gc-md2-tests (License): Likewise.
33890         * modules/crypto/gc-md4-tests (License): Likewise.
33891         * modules/crypto/gc-md5-tests (License): Likewise.
33892         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
33893         * modules/crypto/gc-rijndael-tests (License): Likewise.
33894         * modules/crypto/gc-sha1-tests (License): Likewise.
33895         * modules/crypto/gc-tests (License): Likewise.
33896         * modules/crypto/hmac-md5 (License): Likewise.
33897         * modules/crypto/hmac-sha1 (License): Likewise.
33898         * modules/crypto/md2-tests (License): Likewise.
33899         * modules/crypto/md4-tests (License): Likewise.
33900         * modules/crypto/md5 (License): Likewise.
33901         * modules/crypto/rijndael (License): Likewise.
33902         * modules/crypto/sha1 (License): Likewise.
33903         * modules/memxor (License): Likewise.
33904
33905 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
33906         and Bruno Haible  <bruno@clisp.org>
33907
33908         * NEWS: Describe interface changes to human, xstrtol.
33909         * lib/human.h: Include <xstrtol.h>.
33910         (human_options): Return enum strtol_error, not int.  Remove
33911         bool arg; take int * instead.
33912         * lib/human.c: Don't include "gettext.h".
33913         (_): Remove; no longer used.
33914         Don't include <xstrtol.h>, since human.h does it.
33915         (human_options): Adjust to abovementioned interface changes.
33916         Do not report error to stderr; that's now the caller's
33917         responsibility.
33918         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
33919         interface change.
33920         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
33921         Str, Argument_type_string.  All uses changed.  Put " argument"
33922         in diagnostics to make them clearer.  Change wording of suffix
33923         message for clarity.
33924         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
33925         Argument_type_string.
33926         (STRTOL_FATAL_WARN): Remove; no longer used.
33927         * modules/human (Depends-on): Remove gettext-h.
33928
33929 2007-08-06  Simon Josefsson  <simon@josefsson.org>
33930
33931         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
33932
33933 2007-07-31  Bruno Haible  <bruno@clisp.org>
33934
33935         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
33936         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
33937         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
33938
33939 2007-07-31  Bruno Haible  <bruno@clisp.org>
33940
33941         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
33942         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
33943
33944 2007-07-30  Bruno Haible  <bruno@clisp.org>
33945
33946         * modules/base64 (License): Use the synonymous term "LGPLv2+".
33947         * modules/c-ctype (License): Likewise.
33948         * modules/c-strcase (License): Likewise.
33949         * modules/check-version (License): Likewise.
33950         * modules/iconv (License): Likewise.
33951         * modules/iconv_open (License): Likewise.
33952         * modules/read-file (License): Likewise.
33953         * modules/striconv (License): Likewise.
33954         * modules/strverscmp (License): Likewise.
33955         * modules/vasprintf (License): Likewise.
33956         * modules/crypto/des (License): Likewise.
33957         * modules/crypto/gc (License): Likewise.
33958         * modules/crypto/gc-arcfour (License): Likewise.
33959         * modules/crypto/gc-arctwo (License): Likewise.
33960         * modules/crypto/gc-des (License): Likewise.
33961         * modules/crypto/gc-hmac-md5 (License): Likewise.
33962         * modules/crypto/gc-hmac-sha1 (License): Likewise.
33963         * modules/crypto/gc-md2 (License): Likewise.
33964         * modules/crypto/gc-md4 (License): Likewise.
33965         * modules/crypto/gc-md5 (License): Likewise.
33966         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
33967         * modules/crypto/gc-random (License): Likewise.
33968         * modules/crypto/gc-rijndael (License): Likewise.
33969         * modules/crypto/gc-sha1 (License): Likewise.
33970         * modules/crypto/md2 (License): Likewise.
33971         * modules/crypto/md4 (License): Likewise.
33972
33973 2007-07-30  Jim Meyering  <jim@meyering.net>
33974
33975         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
33976         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
33977         it has valid stat data.  This bug would cause du not to count the
33978         sizes of inaccessible directories.
33979         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
33980         in <http://bugzilla.redhat.com/250077>.
33981
33982 2007-07-25  Peter O'Gorman  <peter@pogma.com>
33983             Bruno Haible  <bruno@clisp.org>
33984
33985         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
33986         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
33987         #include_next, gives a diagnostic about it, but reports no error in
33988         the exit code.
33989         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
33990
33991 2007-07-24  Ben Pfaff  <blp@gnu.org>
33992
33993         Improve name: "count-one-bits" is better than "popcount".
33994         * MODULES.html.sh: Update name.
33995         * lib/popcount.h: Renamed lib/count-one-bits.h.
33996         (popcount): Renamed count_one_bits.
33997         (popcountl): Renamed count_one_bits_l.
33998         (popcountll): Renamed count_one_bits_ll.
33999         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
34000         * modules/popcount: Renamed module/count-one-bits.
34001         * modules/popcount-tests: Renamed module/count-one-bits-tests.
34002         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
34003
34004 2007-07-23  Ben Pfaff  <blp@gnu.org>
34005
34006         * lib/popcount.h (popcount32): Reduce size of constants, to allow
34007         better code generation, and add U to large constants to avoid
34008         warnings, in non-GCC case.
34009         Suggested by Bruno Haible.
34010
34011 2007-07-23  Ben Pfaff  <blp@gnu.org>
34012
34013         * lib/popcount.h: Use verify_true instead of if...abort.
34014         * modules/popcount: Depend on verify module.
34015         Suggested by Jim Meyering.
34016
34017 2007-07-23  Bruno Haible  <bruno@clisp.org>
34018
34019         * gnulib-tool (func_import): Create a .cvsignore file also when the
34020         directory is not yet in CVS but the toplevel directory is. When
34021         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
34022         Reported by Karl Berry.
34023
34024 2007-07-22  Ben Pfaff  <blp@gnu.org>
34025
34026         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
34027         case.
34028         Suggested by Eric Blake.
34029
34030 2007-07-22  Ben Pfaff  <blp@gnu.org>
34031
34032         New module: popcount.
34033         * MODULES.html.sh: Add popcount.
34034         * modules/popcount: New file.
34035         * modules/popcount-tests: New file.
34036         * tests/test-popcount.c: New file.
34037         * lib/popcount.h: New file.
34038         * m4/popcount.m4: New file.
34039
34040 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
34041
34042         * build-aux/announce-gen: Update to GPLv3.
34043
34044         * build-aux/config.guess: Update from config.
34045
34046 2007-07-21  Bruno Haible  <bruno@clisp.org>
34047
34048         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
34049         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
34050
34051 2007-07-20  Jim Meyering  <jim@meyering.net>
34052
34053         * check-module: Diagnose a self-dependency.
34054
34055 2007-07-19  Bruno Haible  <bruno@clisp.org>
34056
34057         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
34058         empty.
34059         Reported by Eric Blake.
34060
34061 2007-07-18  Bruno Haible  <bruno@clisp.org>
34062
34063         * gnulib-tool: New options --po-base, --po-domain.
34064         (func_usage): Document them.
34065         (pobase, po_domain): New variables.
34066         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
34067         DEFAULT_TEXT_DOMAIN.
34068         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
34069         (func_import): Consider pobase and po_domain. Create a po/ directory.
34070         (func_create_testdir): Set pobase and po_domain to empty.
34071         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
34072         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
34073
34074 2007-07-18  Bruno Haible  <bruno@clisp.org>
34075
34076         * gnulib-tool (func_get_automake_snippet): Synthesize also an
34077         EXTRA_DIST augmentation for files in build-aux/.
34078
34079 2007-07-16  Bruno Haible  <bruno@clisp.org>
34080
34081         * modules/lseek (License): Use the synonymous term "LGPLv2+".
34082         * modules/getdelim (License): Likewise.
34083
34084 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
34085
34086         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
34087         * modules/d-type (License): Likewise.
34088         * modules/extensions (License): Likewise.
34089         * modules/fnmatch (License): Likewise.
34090         * modules/fseeko (License): Likewise.
34091         * modules/getaddrinfo (License): Likewise.
34092         * modules/getline (License): Likewise.
34093         * modules/getlogin_r (License): Likewise.
34094         * modules/getpass (License): Likewise.
34095         * modules/gettimeofday (License): Likewise.
34096         * modules/glob (License): Likewise.
34097         * modules/inet_ntop (License): Likewise.
34098         * modules/malloc (License): Likewise.
34099         * modules/malloca (License): Likewise.
34100         * modules/memmem (License): Likewise.
34101         * modules/mempcpy (License): Likewise.
34102         * modules/memset (License): Likewise.
34103         * modules/minmax (License): Likewise.
34104         * modules/mktime (License): Likewise.
34105         * modules/netinet_in (License): Likewise.
34106         * modules/pathmax (License): Likewise.
34107         * modules/poll (License): Likewise.
34108         * modules/regex (License): Likewise.
34109         * modules/snprintf (License): Likewise.
34110         * modules/stdbool (License): Likewise.
34111         * modules/stdint (License): Likewise.
34112         * modules/stdio (License): Likewise.
34113         * modules/strcase (License): Likewise.
34114         * modules/strcasestr (License): Likewise.
34115         * modules/strdup (License): Likewise.
34116         * modules/string (License): Likewise.
34117         * modules/strndup (License): Likewise.
34118         * modules/strnlen (License): Likewise.
34119         * modules/strpbrk (License): Likewise.
34120         * modules/strptime (License): Likewise.
34121         * modules/strsep (License): Likewise.
34122         * modules/sys_select (License): Likewise.
34123         * modules/sys_socket (License): Likewise.
34124         * modules/sys_stat (License): Likewise.
34125         * modules/sys_time (License): Likewise.
34126         * modules/time (License): Likewise.
34127         * modules/time_r (License): Likewise.
34128         * modules/timegm (License): Likewise.
34129         * modules/unistd (License): Likewise.
34130         * modules/vsnprintf (License): Likewise.
34131         * modules/wctype (License): Likewise.
34132
34133 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34134
34135         * modules/argz (License): LGPLv2+.
34136
34137 2007-07-15  Karl Berry  <karl@gnu.org>
34138
34139         * doc/gnulib.texi: revise node structure per new fdl.texi.
34140
34141 2007-07-14  Bruno Haible  <bruno@clisp.org>
34142
34143         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
34144         the output file.
34145         * lib/uniname/uninames.h: Regenerated.
34146
34147 2007-07-14  Karl Berry  <karl@gnu.org>
34148
34149         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
34150         omitting sectioning and index commands.
34151
34152 2007-07-13  Bruno Haible  <bruno@clisp.org>
34153
34154         New gnulib-tool option --more-symlinks.
34155         * gnulib-tool (func_usage): Document --more-symlinks.
34156         (do_copyrights): New variable.
34157         Recognize option --more-symlinks.
34158         (func_import): Don't add a copyright notice transform to
34159         sed_transform_lib_file if do_copyrights is empty.
34160
34161 2007-07-13  Bruno Haible  <bruno@clisp.org>
34162
34163         * lib/vasnprintf.c (decimal_point_char): Define also if
34164         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
34165         && !NEED_PRINTF_DIRECTIVE_A.
34166         Reported by Clemens Koller <clemens.koller@anagramm.de> via
34167         Gary V. Vaughan <gary@gnu.org>.
34168
34169 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
34170
34171         * lib/inttypes_.h: Undo previous change, since it was fixed
34172         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
34173
34174 2007-07-13  Bruno Haible  <bruno@clisp.org>
34175
34176         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
34177         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
34178
34179 2007-07-13  Jim Meyering  <jim@meyering.net>
34180
34181         df: Don't fail for Tru64's "file-on-file mount".
34182         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
34183         so we fall through and use statfs instead.  Details here:
34184         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
34185         Reported by Albert Chin.
34186
34187 2007-07-13  Bruno Haible  <bruno@clisp.org>
34188
34189         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
34190         * modules/configmake (License): Likewise.
34191         * modules/gettext (License): Likewise.
34192         * modules/gettext-h (License): Likewise.
34193         * modules/include_next (License): Likewise.
34194         * modules/link-warning (License): Likewise.
34195         * modules/localcharset (License): Likewise.
34196         * modules/localename (License): Likewise.
34197         * modules/lock (License): Likewise.
34198         * modules/relocatable-lib-lgpl (License): Likewise.
34199         * modules/size_max (License): Likewise.
34200         * modules/vasnprintf (License): Likewise.
34201         * modules/wchar (License): Likewise.
34202         * modules/xsize (License): Likewise.
34203
34204 2007-07-13  Bruno Haible  <bruno@clisp.org>
34205
34206         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
34207         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
34208
34209 2007-07-12  Bruno Haible  <bruno@clisp.org>
34210
34211         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
34212         in the modules files.
34213
34214 2007-07-11  Karl Berry  <karl@gnu.org>
34215
34216         * MODULES.html.sh (func_module): use
34217          sed -e '\|^'"${includefile}"'$|d'
34218          instead of /.../d, to avoid errors on $includefile's containing /.
34219
34220 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
34221
34222         * gnulib-tool (func_import): Avoid duplication of --avoid
34223         statements
34224         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
34225         names to `_' in variable names.
34226
34227 2007-07-10  Eric Blake  <ebb9@byu.net>
34228
34229         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
34230         * NEWS: Document this change.
34231
34232 2007-07-08  Bruno Haible  <bruno@clisp.org>
34233
34234         Update to Unicode 5.0.
34235         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
34236         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
34237         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
34238         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
34239         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
34240         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
34241         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
34242         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
34243         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
34244         U+10A3F, U+1D242..U+1D244.
34245         (nonspacing_table_ind): Update.
34246         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
34247         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
34248
34249 2007-07-08  Bruno Haible  <bruno@clisp.org>
34250
34251         Update to Unicode 5.0.
34252         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
34253         code transform. Extend the name index field of unicode_name_to_code and
34254         unicode_code_to_name from 16 to 24 bits.
34255         * lib/uniname/uniname.c (unicode_character_name,
34256         unicode_name_character): Add the range 0x12xxx to the code transform.
34257         * lib/uniname/uninames.h: Regenerated.
34258         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
34259
34260 2007-07-07  Bruno Haible  <bruno@clisp.org>
34261
34262         * modules/wcwidth-tests: New file.
34263         * tests/test-wcwidth.c: New file.
34264
34265         Work around MacOS X wcwidth() bug.
34266         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
34267         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
34268         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
34269         original wcwidth in non-UTF-8 locales.
34270         * modules/wcwidth (Depends-on): Add localcharset, streq,
34271         uniwidth/width.
34272         * doc/functions/wcwidth.texi: Update.
34273
34274 2007-07-07  Bruno Haible  <bruno@clisp.org>
34275
34276         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
34277         (wcwidth): New declaration.
34278         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
34279         macros.
34280         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
34281         here. Prepare for creating <wchar.h> unconditionally.
34282         * modules/wchar (Depends-on): Add link-warning.
34283         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
34284         REPLACE_WCWIDTH, and GL_LINK_WARNING.
34285         * lib/wcwidth.h: Remove file.
34286         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
34287         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
34288         * modules/wcwidth (Files): Remove lib/wcwidth.h.
34289         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
34290         (Include): Replace wcwidth.h with <wchar.h>.
34291         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
34292         * lib/mbchar.h: Don't include wcwidth.h.
34293         * lib/mbswidth.c: Likewise.
34294         * NEWS: Mention the change.
34295
34296 2007-07-07  Bruno Haible  <bruno@clisp.org>
34297
34298         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
34299         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
34300         definition with an external declaration.
34301         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
34302         defined as a function. Remove AC_C_INLINE requirement.
34303         * modules/wcwidth (Files): Add lib/wcwidth.c.
34304         (Makefile.am): Remove redundant statement.
34305
34306 2007-07-07  Bruno Haible  <bruno@clisp.org>
34307
34308         * MODULES.html.sh (Unicode string functions): Add the new modules.
34309
34310         * tests/uniwidth/test-u32-strwidth.c: New file.
34311         * modules/uniwidth/u32-strwidth-tests: New file.
34312
34313         * lib/uniwidth/u32-strwidth.c: New file.
34314         * modules/uniwidth/u32-strwidth: New file.
34315
34316         * tests/uniwidth/test-u16-strwidth.c: New file.
34317         * modules/uniwidth/u16-strwidth-tests: New file.
34318
34319         * lib/uniwidth/u16-strwidth.c: New file.
34320         * modules/uniwidth/u16-strwidth: New file.
34321
34322         * tests/uniwidth/test-u8-strwidth.c: New file.
34323         * modules/uniwidth/u8-strwidth-tests: New file.
34324
34325         * lib/uniwidth/u8-strwidth.c: New file.
34326         * modules/uniwidth/u8-strwidth: New file.
34327
34328         * tests/uniwidth/test-u32-width.c: New file.
34329         * modules/uniwidth/u32-width-tests: New file.
34330
34331         * lib/uniwidth/u32-width.c: New file.
34332         * modules/uniwidth/u32-width: New file.
34333
34334         * tests/uniwidth/test-u16-width.c: New file.
34335         * modules/uniwidth/u16-width-tests: New file.
34336
34337         * lib/uniwidth/u16-width.c: New file.
34338         * modules/uniwidth/u16-width: New file.
34339
34340         * tests/uniwidth/test-u8-width.c: New file.
34341         * modules/uniwidth/u8-width-tests: New file.
34342
34343         * lib/uniwidth/u8-width.c: New file.
34344         * modules/uniwidth/u8-width: New file.
34345
34346         * tests/uniwidth/test-uc_width.c: New file.
34347         * modules/uniwidth/width-tests: New file.
34348
34349         * lib/uniwidth/width.c: New file, from GNU libiconv.
34350         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
34351         * modules/uniwidth/width: New file.
34352
34353         * lib/uniwidth.h: New file, from GNU libiconv.
34354         * modules/uniwidth/base: New file.
34355
34356 2007-07-07  Bruno Haible  <bruno@clisp.org>
34357
34358         * lib/uniname.h: New file, from GNU gettext.
34359         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
34360         * lib/uniname/uninames.h: New file, from GNU gettext.
34361         * lib/uniname/uniname.c: New file, from GNU gettext.
34362         * tests/uniname/test-uninames.sh: New file.
34363         * tests/uniname/test-uninames.c: New file, from GNU gettext.
34364         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
34365         * modules/uniname/base: New file.
34366         * modules/uniname/uniname: New file.
34367         * modules/uniname/uniname-tests: New file.
34368         * MODULES.html.sh (Unicode string functions): Add the new modules.
34369
34370 2007-07-06  Bruno Haible  <bruno@clisp.org>
34371
34372         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
34373
34374 2007-07-06  Bruno Haible  <bruno@clisp.org>
34375
34376         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
34377         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
34378         includes <cygwin/sys_time.h> which includes <sys/select.h> which
34379         include <sys/time.h>.
34380         Reported by Eric Blake.
34381
34382 2007-07-06  Eric Blake  <ebb9@byu.net>
34383
34384         Fix testing canonicalize on cygwin.
34385         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
34386         Revert patch from 2007-06-19.
34387         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
34388         canonicalize module is also in use.
34389         * tests/test-canonicalize.c: New file.
34390         * tests/test-canonicalize.sh: Likewise.
34391         * modules/canonicalize-tests: Likewise.
34392
34393 2007-07-06  Jim Meyering  <jim@meyering.net>
34394
34395         * lib/getugroups.c (getugroups): Detect getgrent failure.
34396         Adjust comment to reflect reality: this function may return -1.
34397
34398 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
34399
34400         * build-aux/bootstrap (TP_URL,get_translations): Update to use
34401         the new TP address.
34402         (usage): Fix typo
34403         (gnulib_mk): New variable.
34404
34405 2007-07-05  Jim Meyering  <jim@meyering.net>
34406
34407         Don't let endgrent clobber errno, no matter how improbable.
34408         * lib/getugroups.c (getugroups): Save and restore errno around
34409         endgrent call.
34410
34411         Close the group DB even when failing with 2^31 or more members.
34412         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
34413
34414 2007-07-04  Jim Meyering  <jim@meyering.net>
34415
34416         * lib/getugroups.h: New file.
34417         * lib/getugroups.c: Include "getugroups.h".
34418         Remove uses of "register" keyword.
34419         Move local variable, "cp", down into scope where used.
34420         Give "username" parameter the "const" attribute.
34421         * modules/getugroups (Files): Add lib/getugroups.h
34422
34423 2007-07-04  Karl Berry  <karl@gnu.org>
34424
34425         * MODULES.html.sh (func_all_modules): Complete rename of
34426         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
34427
34428 2007-07-02  Bruno Haible  <bruno@clisp.org>
34429
34430         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
34431         mode, when inttypes.h comes from gnulib.
34432         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
34433
34434 2007-07-02  Simon Josefsson  <simon@josefsson.org>
34435
34436         * NEWS: Mention lgpl module name change.
34437
34438         * modules/lgpl-2.1: Renamed from lgpl.
34439
34440         * NEWS: Mention gpl module name change.
34441
34442         * modules/gpl-3.0: New file, based on gpl-2.0.
34443
34444         * modules/gpl-2.0: Renamed from gpl.
34445
34446         * modules/gpl: Fix filename, doc/gpl.texi is now found at
34447         doc/gpl-2.0.texi.
34448
34449 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
34450
34451         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
34452         #define __STDC_LIMIT_MACROS temporarily while including
34453         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
34454         Problem reported by Joel E. Denny in
34455         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
34456
34457 2007-07-01  Bruno Haible  <bruno@clisp.org>
34458
34459         * lib/unistdio.h: New file.
34460         * lib/unistdio/u-asnprintf.h: New file.
34461         * lib/unistdio/u-asprintf.h: New file.
34462         * lib/unistdio/u-printf-args.c: New file.
34463         * lib/unistdio/u-printf-args.h: New file.
34464         * lib/unistdio/u-printf-parse.h: New file.
34465         * lib/unistdio/u-snprintf.h: New file.
34466         * lib/unistdio/u-sprintf.h: New file.
34467         * lib/unistdio/u-vasprintf.h: New file.
34468         * lib/unistdio/u-vsnprintf.h: New file.
34469         * lib/unistdio/u-vsprintf.h: New file.
34470         * lib/unistdio/ulc-asnprintf.c: New file.
34471         * lib/unistdio/ulc-asprintf.c: New file.
34472         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
34473         * lib/unistdio/ulc-printf-parse.c: New file.
34474         * lib/unistdio/ulc-snprintf.c: New file.
34475         * lib/unistdio/ulc-sprintf.c: New file.
34476         * lib/unistdio/ulc-vasnprintf.c: New file.
34477         * lib/unistdio/ulc-vasprintf.c: New file.
34478         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
34479         * lib/unistdio/ulc-vsnprintf.c: New file.
34480         * lib/unistdio/ulc-vsprintf.c: New file.
34481         * lib/unistdio/u8-asnprintf.c: New file.
34482         * lib/unistdio/u8-asprintf.c: New file.
34483         * lib/unistdio/u8-printf-parse.c: New file.
34484         * lib/unistdio/u8-snprintf.c: New file.
34485         * lib/unistdio/u8-sprintf.c: New file.
34486         * lib/unistdio/u8-vasnprintf.c: New file.
34487         * lib/unistdio/u8-vasprintf.c: New file.
34488         * lib/unistdio/u8-vsnprintf.c: New file.
34489         * lib/unistdio/u8-vsprintf.c: New file.
34490         * lib/unistdio/u8-u8-asnprintf.c: New file.
34491         * lib/unistdio/u8-u8-asprintf.c: New file.
34492         * lib/unistdio/u8-u8-snprintf.c: New file.
34493         * lib/unistdio/u8-u8-sprintf.c: New file.
34494         * lib/unistdio/u8-u8-vasnprintf.c: New file.
34495         * lib/unistdio/u8-u8-vasprintf.c: New file.
34496         * lib/unistdio/u8-u8-vsnprintf.c: New file.
34497         * lib/unistdio/u8-u8-vsprintf.c: New file.
34498         * lib/unistdio/u16-asnprintf.c: New file.
34499         * lib/unistdio/u16-asprintf.c: New file.
34500         * lib/unistdio/u16-printf-parse.c: New file.
34501         * lib/unistdio/u16-snprintf.c: New file.
34502         * lib/unistdio/u16-sprintf.c: New file.
34503         * lib/unistdio/u16-vasnprintf.c: New file.
34504         * lib/unistdio/u16-vasprintf.c: New file.
34505         * lib/unistdio/u16-vsnprintf.c: New file.
34506         * lib/unistdio/u16-vsprintf.c: New file.
34507         * lib/unistdio/u16-u16-asnprintf.c: New file.
34508         * lib/unistdio/u16-u16-asprintf.c: New file.
34509         * lib/unistdio/u16-u16-snprintf.c: New file.
34510         * lib/unistdio/u16-u16-sprintf.c: New file.
34511         * lib/unistdio/u16-u16-vasnprintf.c: New file.
34512         * lib/unistdio/u16-u16-vasprintf.c: New file.
34513         * lib/unistdio/u16-u16-vsnprintf.c: New file.
34514         * lib/unistdio/u16-u16-vsprintf.c: New file.
34515         * lib/unistdio/u32-asnprintf.c: New file.
34516         * lib/unistdio/u32-asprintf.c: New file.
34517         * lib/unistdio/u32-printf-parse.c: New file.
34518         * lib/unistdio/u32-snprintf.c: New file.
34519         * lib/unistdio/u32-sprintf.c: New file.
34520         * lib/unistdio/u32-vasnprintf.c: New file.
34521         * lib/unistdio/u32-vasprintf.c: New file.
34522         * lib/unistdio/u32-vsnprintf.c: New file.
34523         * lib/unistdio/u32-vsprintf.c: New file.
34524         * lib/unistdio/u32-u32-asnprintf.c: New file.
34525         * lib/unistdio/u32-u32-asprintf.c: New file.
34526         * lib/unistdio/u32-u32-snprintf.c: New file.
34527         * lib/unistdio/u32-u32-sprintf.c: New file.
34528         * lib/unistdio/u32-u32-vasnprintf.c: New file.
34529         * lib/unistdio/u32-u32-vasprintf.c: New file.
34530         * lib/unistdio/u32-u32-vsnprintf.c: New file.
34531         * lib/unistdio/u32-u32-vsprintf.c: New file.
34532         * tests/unistdio/test-ulc-asnprintf1.c: New file.
34533         * tests/unistdio/test-ulc-asnprintf1.h: New file.
34534         * tests/unistdio/test-ulc-printf1.h: New file.
34535         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
34536         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
34537         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
34538         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
34539         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
34540         * tests/unistdio/test-ulc-vasprintf1.c: New file.
34541         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
34542         * tests/unistdio/test-ulc-vsprintf1.c: New file.
34543         * tests/unistdio/test-u8-asnprintf1.c: New file.
34544         * tests/unistdio/test-u8-asnprintf1.h: New file.
34545         * tests/unistdio/test-u8-printf1.h: New file.
34546         * tests/unistdio/test-u8-vasnprintf1.c: New file.
34547         * tests/unistdio/test-u8-vasnprintf2.c: New file.
34548         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
34549         * tests/unistdio/test-u8-vasnprintf3.c: New file.
34550         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
34551         * tests/unistdio/test-u8-vasprintf1.c: New file.
34552         * tests/unistdio/test-u8-vsnprintf1.c: New file.
34553         * tests/unistdio/test-u8-vsprintf1.c: New file.
34554         * tests/unistdio/test-u16-asnprintf1.c: New file.
34555         * tests/unistdio/test-u16-asnprintf1.h: New file.
34556         * tests/unistdio/test-u16-printf1.h: New file.
34557         * tests/unistdio/test-u16-vasnprintf1.c: New file.
34558         * tests/unistdio/test-u16-vasnprintf2.c: New file.
34559         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
34560         * tests/unistdio/test-u16-vasnprintf3.c: New file.
34561         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
34562         * tests/unistdio/test-u16-vasprintf1.c: New file.
34563         * tests/unistdio/test-u16-vsnprintf1.c: New file.
34564         * tests/unistdio/test-u16-vsprintf1.c: New file.
34565         * tests/unistdio/test-u32-asnprintf1.c: New file.
34566         * tests/unistdio/test-u32-asnprintf1.h: New file.
34567         * tests/unistdio/test-u32-printf1.h: New file.
34568         * tests/unistdio/test-u32-vasnprintf1.c: New file.
34569         * tests/unistdio/test-u32-vasnprintf2.c: New file.
34570         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
34571         * tests/unistdio/test-u32-vasnprintf3.c: New file.
34572         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
34573         * tests/unistdio/test-u32-vasprintf1.c: New file.
34574         * tests/unistdio/test-u32-vsnprintf1.c: New file.
34575         * tests/unistdio/test-u32-vsprintf1.c: New file.
34576         * modules/unistdio/base: New file.
34577         * modules/unistdio/u-printf-args: New file.
34578         * modules/unistdio/ulc-asnprintf: New file.
34579         * modules/unistdio/ulc-asprintf: New file.
34580         * modules/unistdio/ulc-fprintf: New file.
34581         * modules/unistdio/ulc-printf-parse: New file.
34582         * modules/unistdio/ulc-snprintf: New file.
34583         * modules/unistdio/ulc-sprintf: New file.
34584         * modules/unistdio/ulc-vasnprintf: New file.
34585         * modules/unistdio/ulc-vasprintf: New file.
34586         * modules/unistdio/ulc-vfprintf: New file.
34587         * modules/unistdio/ulc-vsnprintf: New file.
34588         * modules/unistdio/ulc-vsprintf: New file.
34589         * modules/unistdio/u8-asnprintf: New file.
34590         * modules/unistdio/u8-asprintf: New file.
34591         * modules/unistdio/u8-printf-parse: New file.
34592         * modules/unistdio/u8-snprintf: New file.
34593         * modules/unistdio/u8-sprintf: New file.
34594         * modules/unistdio/u8-vasnprintf: New file.
34595         * modules/unistdio/u8-vasprintf: New file.
34596         * modules/unistdio/u8-vsnprintf: New file.
34597         * modules/unistdio/u8-vsprintf: New file.
34598         * modules/unistdio/u8-u8-asnprintf: New file.
34599         * modules/unistdio/u8-u8-asprintf: New file.
34600         * modules/unistdio/u8-u8-snprintf: New file.
34601         * modules/unistdio/u8-u8-sprintf: New file.
34602         * modules/unistdio/u8-u8-vasnprintf: New file.
34603         * modules/unistdio/u8-u8-vasprintf: New file.
34604         * modules/unistdio/u8-u8-vsnprintf: New file.
34605         * modules/unistdio/u8-u8-vsprintf: New file.
34606         * modules/unistdio/u16-asnprintf: New file.
34607         * modules/unistdio/u16-asprintf: New file.
34608         * modules/unistdio/u16-printf-parse: New file.
34609         * modules/unistdio/u16-snprintf: New file.
34610         * modules/unistdio/u16-sprintf: New file.
34611         * modules/unistdio/u16-vasnprintf: New file.
34612         * modules/unistdio/u16-vasprintf: New file.
34613         * modules/unistdio/u16-vsnprintf: New file.
34614         * modules/unistdio/u16-vsprintf: New file.
34615         * modules/unistdio/u16-u16-asnprintf: New file.
34616         * modules/unistdio/u16-u16-asprintf: New file.
34617         * modules/unistdio/u16-u16-snprintf: New file.
34618         * modules/unistdio/u16-u16-sprintf: New file.
34619         * modules/unistdio/u16-u16-vasnprintf: New file.
34620         * modules/unistdio/u16-u16-vasprintf: New file.
34621         * modules/unistdio/u16-u16-vsnprintf: New file.
34622         * modules/unistdio/u16-u16-vsprintf: New file.
34623         * modules/unistdio/u32-asnprintf: New file.
34624         * modules/unistdio/u32-asprintf: New file.
34625         * modules/unistdio/u32-printf-parse: New file.
34626         * modules/unistdio/u32-snprintf: New file.
34627         * modules/unistdio/u32-sprintf: New file.
34628         * modules/unistdio/u32-vasnprintf: New file.
34629         * modules/unistdio/u32-vasprintf: New file.
34630         * modules/unistdio/u32-vsnprintf: New file.
34631         * modules/unistdio/u32-vsprintf: New file.
34632         * modules/unistdio/u32-u32-asnprintf: New file.
34633         * modules/unistdio/u32-u32-asprintf: New file.
34634         * modules/unistdio/u32-u32-snprintf: New file.
34635         * modules/unistdio/u32-u32-sprintf: New file.
34636         * modules/unistdio/u32-u32-vasnprintf: New file.
34637         * modules/unistdio/u32-u32-vasprintf: New file.
34638         * modules/unistdio/u32-u32-vsnprintf: New file.
34639         * modules/unistdio/u32-u32-vsprintf: New file.
34640         * modules/unistdio/ulc-asnprintf-tests: New file.
34641         * modules/unistdio/ulc-vasnprintf-tests: New file.
34642         * modules/unistdio/ulc-vasprintf-tests: New file.
34643         * modules/unistdio/ulc-vsnprintf-tests: New file.
34644         * modules/unistdio/ulc-vsprintf-tests: New file.
34645         * modules/unistdio/u8-asnprintf-tests: New file.
34646         * modules/unistdio/u8-vasnprintf-tests: New file.
34647         * modules/unistdio/u8-vasprintf-tests: New file.
34648         * modules/unistdio/u8-vsnprintf-tests: New file.
34649         * modules/unistdio/u8-vsprintf-tests: New file.
34650         * modules/unistdio/u16-asnprintf-tests: New file.
34651         * modules/unistdio/u16-vasnprintf-tests: New file.
34652         * modules/unistdio/u16-vasprintf-tests: New file.
34653         * modules/unistdio/u16-vsnprintf-tests: New file.
34654         * modules/unistdio/u16-vsprintf-tests: New file.
34655         * modules/unistdio/u32-asnprintf-tests: New file.
34656         * modules/unistdio/u32-vasnprintf-tests: New file.
34657         * modules/unistdio/u32-vasprintf-tests: New file.
34658         * modules/unistdio/u32-vsnprintf-tests: New file.
34659         * modules/unistdio/u32-vsprintf-tests: New file.
34660         * MODULES.html.sh (Unicode string functions): Add the new modules.
34661
34662 2007-07-01  Bruno Haible  <bruno@clisp.org>
34663
34664         * lib/sprintf.c (sprintf): Limit the available length estimation,
34665         to avoid address wraparound.
34666         * lib/vsprintf.c (vsprintf): Likewise.
34667         * modules/sprintf-posix (Dependencies): Add stdint.
34668         * modules/vsprintf-posix (Dependencies): Likewise.
34669
34670 2007-07-01  Bruno Haible  <bruno@clisp.org>
34671
34672         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
34673         Windows PATH as well. Conservative double-quoting. Comments.
34674
34675 2007-07-01  Bruno Haible  <bruno@clisp.org>
34676             Eric Blake  <ebb9@byu.net>
34677             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34678
34679         * gnulib-tool (self_abspathname): Fix algorithm to cope with
34680         empty components in $PATH, denoting '.'.
34681
34682 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34683
34684         * gnulib-tool: Fix indentation.
34685         (func_create_megatestdir): Likewise.
34686         Report by Bruno Haible.
34687
34688 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34689
34690         Sync from Automake.
34691         * build-aux/gnupload: Fix shell portability issues with for loops.
34692         Report by Karl Berry.
34693
34694 2007-06-29  Simon Josefsson  <simon@josefsson.org>
34695
34696         * build-aux/maint.mk (POURL): Use translationproject.org.
34697
34698 2007-06-27  Simon Josefsson  <simon@josefsson.org>
34699             Bruno Haible  <bruno@clisp.org>
34700
34701         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
34702         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
34703         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
34704         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
34705         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
34706
34707 2007-06-27  Bruno Haible  <bruno@clisp.org>
34708
34709         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
34710         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
34711
34712 2007-06-26  Karl Berry  <karl@gnu.org>
34713
34714         * MODULES.html.sh: remove xreadlink-with-size.
34715
34716 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
34717
34718         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
34719         method that I hope also handles the double-include problem noted
34720         by Bruno Haible in
34721         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
34722
34723 2007-06-23  Bruno Haible  <bruno@clisp.org>
34724
34725         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
34726         Don't let the 'mostlyclean' target fail if the last subdirectory could
34727         not be removed.
34728         Reported by Karl Berry.
34729
34730 2007-06-23  Bruno Haible  <bruno@clisp.org>
34731
34732         * gnulib-tool (echo): Add a speedier workaround for ksh.
34733         * tests/test-echo.sh: Likewise.
34734
34735 2007-06-23  Bruno Haible  <bruno@clisp.org>
34736
34737         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
34738         * tests/test-echo.sh: Likewise.
34739
34740 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34741
34742         * gnulib-tool (IFS): Initialize early, so we don't set it to
34743         empty later.
34744         (self_abspathname): Rewrite algorithm to set it, reindent.
34745         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
34746         (func_create_megatestdir): Merge some sed scripts.
34747
34748 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
34749
34750         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
34751         exposed by Sun Studio 11 cc on Solaris 8.
34752
34753 2007-06-22  Bruno Haible  <bruno@clisp.org>
34754
34755         * gnulib-tool (echo): Ensure the echo primitive does not interpret
34756         backslashes.
34757         * tests/test-echo.sh: New file.
34758
34759 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34760
34761         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
34762         simplify `sed_replace_build_aux' scripts, they are portable but
34763         echoing them with `echo' is not.
34764         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
34765
34766 2007-06-21  Karl Berry  <karl@gnu.org>
34767
34768         * config/srclist.txt: guess we can't handle the licenses via
34769         srclist at the moment.
34770
34771 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
34772
34773         * MODULES.html.sh: Add include_next.
34774         * modules/include_next: New file.
34775
34776 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
34777
34778         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
34779         INCLUDE_NEXT.
34780         (gl_CHECK_NEXT_HEADERS): New macro.
34781         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
34782         the obsolescent gl_ABSOLUTE_HEADER.
34783         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
34784         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
34785         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
34786         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
34787         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
34788         * m4/math_h.m4 (gl_MATH_H): Likewise.
34789         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
34790         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
34791         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
34792         * m4/stdint.m4 (gl_STDINT_H): Likewise.
34793         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
34794         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
34795         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
34796         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
34797         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
34798         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
34799         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
34800         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
34801         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
34802         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
34803         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
34804         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
34805         * m4/inttypes.m4 (gl_INTTYPES_H): Define
34806         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
34807         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
34808         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
34809         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
34810         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
34811         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
34812         * lib/float_.h: Likewise.
34813         * lib/inttypes_.h: Likewise.
34814         * lib/math_.h: Likewise.
34815         * lib/search_.h: Likewise.
34816         * lib/signal_.h: Likewise.
34817         * lib/stdint_.h: Likewise.
34818         * lib/stdio_.h: Likewise.
34819         * lib/stdlib_.h: Likewise.
34820         * lib/string_.h: Likewise.
34821         * lib/sys_stat_.h: Likewise.
34822         * lib/sys_time_.h: Likewise.
34823         * lib/time_.h: Likewise.
34824         * lib/unistd_.h: Likewise.
34825         * lib/wchar_.h: Likewise.
34826         * lib/wctype_.h: Likewise.
34827         * lib/dirent_.h: Likewise.
34828         * lib/iconv_.h: Likewise.
34829         * lib/locale_.h: Likewise.
34830         * lib/netinet_in_.h: Likewise.
34831         * lib/sys_select_.h: Likewise.
34832         * lib/sys_socket_.h: Likewise.
34833         * lib/sysexits_.h: Likewise.
34834         * modules/fcntl (Depends-on): Depend on include_next, not
34835         absolute_header.
34836         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
34837         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
34838         * modules/fchdir: Likewise.
34839         * modules/float: Likewise.
34840         * modules/iconv_open: Likewise.
34841         * modules/inttypes: Likewise.
34842         * modules/locale: Likewise.
34843         * modules/math: Likewise.
34844         * modules/netinet_in: Likewise.
34845         * modules/search: Likewise.
34846         * modules/signal: Likewise.
34847         * modules/stdint: Likewise.
34848         * modules/stdio: Likewise.
34849         * modules/stdlib: Likewise.
34850         * modules/string: Likewise.
34851         * modules/sys_select: Likewise.
34852         * modules/sys_socket: Likewise.
34853         * modules/sys_stat: Likewise.
34854         * modules/sys_time: Likewise.
34855         * modules/sysexits: Likewise.
34856         * modules/time: Likewise.
34857         * modules/unistd: Likewise.
34858         * modules/wchar: Likewise.
34859         * modules/wctype: Likewise.
34860         * modules/sys_stat: Change maintainer to "all".
34861         * modules/unistd: Likewise.
34862
34863 2007-06-20  Karl Berry  <karl@gnu.org>
34864
34865         * config/srclist.txt: track www changes in license files.
34866
34867 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
34868
34869         * build-aux/bootstrap: Remove stray dot.
34870         Make sure build_aux settings are honored when linking
34871         gnulib_extra_files.
34872
34873 2007-06-19  Eric Blake  <ebb9@byu.net>
34874
34875         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
34876         Allow compilation on cygwin.
34877
34878 2007-06-19  Jim Meyering  <jim@meyering.net>
34879
34880         xreadlink-with-size: Remove module.  No longer used.
34881         Ex-callers now use xreadlink or mreadlink-with-size.
34882         * modules/xreadlink-with-size: Remove module.
34883         * lib/xreadlink-with-size.c: Remove file.
34884         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
34885         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
34886         just before the function definition *is* accurate.
34887
34888         Eliminate one way canonicalize_filename_mode could exit.
34889         * lib/canonicalize.c (canonicalize_filename_mode):
34890         Use mreadlink_with_size, not xreadlink_with_size.
34891
34892 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
34893
34894         Detect porting problems to FreeBSD/arm, which has time_t wider than
34895         long int.  Original problem reported for GNU diff by Xin Li in
34896         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
34897         * modules/getdate (Depends-on): Add intprops, verify.
34898         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
34899         is an integer type no wider than long int.
34900
34901 2007-06-18  Jim Meyering  <jim@meyering.net>
34902
34903         New module: mreadlink-with-size.
34904         * MODULES.html.sh: Add mreadlink-with-size.
34905         * modules/mreadlink-with-size: New module
34906         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
34907         not xreadlink-with-size.
34908         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
34909
34910 2007-06-16  Bruno Haible  <bruno@clisp.org>
34911
34912         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
34913         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
34914         Reported by Gary V. Vaughan <gary@gnu.org>.
34915
34916 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
34917
34918         Revamp lchown so that it lives in unistd.h where it belongs.
34919         * lib/lchown.h: Remove.
34920         * lib/dirchownmod.c: Don't include lib/lchown.h.
34921         * lib/fchownat.c: Likewise.
34922         * lib/openat.c: Likewise.
34923         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
34924         does not follow symlinks.
34925         (EOPNOTSUPP): Define if not defined.
34926         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
34927         is defined to 0.
34928         (lchown): New decl.
34929         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
34930         Do not check for lchown decl.
34931         Set REPLACE_LCHOWN.
34932         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
34933         REPLACE_LCHOWN.
34934         * modules/chown: Make it clear it follows symlinks.
34935         * modules/lchown: Make it clear it doesn't follow symlinks.
34936         (Files): Remove lib/lchown.h
34937         (Depends-on): Add unistd.
34938         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
34939         (Include): Include <unistd.h>, not "lchown.h".
34940         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
34941         REPLACE_LCHOWN.
34942
34943 2007-06-15  Jim Meyering  <jim@meyering.net>
34944
34945         Change license (GPL to LGPL) of fsusage and dependents.
34946         * modules/fsusage (License): Change to LGPL.
34947         * modules/full-read (License): Likewise.
34948         * modules/full-write (License): Likewise.
34949         * modules/safe-read (License): Likewise.
34950         * modules/safe-write (License): Likewise.
34951
34952 2007-06-14  Ben Pfaff  <blp@gnu.org>
34953
34954         Missing part of allocsa -> malloca transition.
34955         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
34956         gl_MALLOCA.
34957
34958 2007-06-12  Bruno Haible  <bruno@clisp.org>
34959
34960         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
34961         to ia64, x86_64, i386.
34962         Reported by Eric Blake.
34963
34964 2007-06-12  Bruno Haible  <bruno@clisp.org>
34965
34966         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
34967         cross-compiling to x86_64.
34968
34969 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
34970
34971         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
34972         glitch reported by Ralf Wildenhues in
34973         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
34974
34975         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
34976         Vin Shelton.
34977
34978 2007-06-11  Bruno Haible  <bruno@clisp.org>
34979
34980         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
34981         replacement string.
34982         Reported by Eric Blake.
34983
34984 2007-06-10  Bruno Haible  <bruno@clisp.org>
34985
34986         Prepare vasnprintf code for use with Unicode strings.
34987         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
34988         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
34989         TYPE_U32_STRING.
34990         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
34991         a_u32_string variants.
34992         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
34993         * lib/printf-args.c: Don't include config.h and the specification
34994         header if PRINTF_FETCHARGS is already defined.
34995         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
34996         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
34997         TYPE_U16_STRING, TYPE_U32_STRING.
34998         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
34999         u16_directive, u16_directives, u32_directive, u32_directives): New
35000         types.
35001         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
35002         New declarations.
35003         * lib/printf-parse.c: Don't include config.h and the specification
35004         header if PRINTF_PARSE is already defined. Eliminate the set of
35005         parameters for WIDE_CHAR_VERSION; the user of this file must provide
35006         them now. Include c-ctype.h.
35007         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
35008         directive and CHAR_T_ONLY_ASCII.
35009         * lib/vasnprintf.c: Don't include config.h and the specification header
35010         if VASNPRINTF is already defined.
35011         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
35012         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
35013         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
35014         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
35015         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
35016         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
35017         code accordingly.
35018         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
35019         pad_ourselves also in this case, with the 'c' and 's' directives, and
35020         with a different notion of "width".
35021         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
35022
35023 2007-06-10  Bruno Haible  <bruno@clisp.org>
35024
35025         * modules/unistr/u32-mbsnlen: New file.
35026         * lib/unistr/u32-mbsnlen.c: New file.
35027
35028         * modules/unistr/u16-mbsnlen: New file.
35029         * lib/unistr/u16-mbsnlen.c: New file.
35030
35031         * modules/unistr/u8-mbsnlen: New file.
35032         * lib/unistr/u8-mbsnlen.c: New file.
35033
35034         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
35035         declarations.
35036
35037 2007-06-10  Bruno Haible  <bruno@clisp.org>
35038
35039         * lib/string_.h (mbsnlen): New declaration.
35040         * lib/mbsnlen.c: New file.
35041         * m4/mbsnlen.m4: New file.
35042         * modules/mbsnlen: New file.
35043         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
35044         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
35045         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
35046
35047 2007-06-10  Bruno Haible  <bruno@clisp.org>
35048
35049         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
35050
35051 2007-06-10  Bruno Haible  <bruno@clisp.org>
35052
35053         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
35054         * lib/mbuiter.h: Likewise.
35055
35056 2007-06-10  Bruno Haible  <bruno@clisp.org>
35057
35058         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
35059         declaration.
35060
35061 2007-06-10  Karl Berry  <karl@gnu.org>
35062
35063         * config/srclist.txt: remove gettext entries, Bruno prefers
35064         to update individually.
35065
35066 2007-06-10  Bruno Haible  <bruno@clisp.org>
35067
35068         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
35069         'maxlen'. Ensure only length + width bytes are allocated, not
35070         length + 1 + width.
35071
35072 2007-06-09  Bruno Haible  <bruno@clisp.org>
35073
35074         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
35075         (CHAR_T): Remove macro.
35076         (VASNPRINTF): Update.
35077
35078 2007-06-09  Bruno Haible  <bruno@clisp.org>
35079
35080         * MODULES.html.sh (Unicode string functions): Add the new modules.
35081
35082         * modules/uniconv/u32-conv-to-enc: New file.
35083         * lib/uniconv/u32-conv-to-enc.c: New file.
35084         * modules/uniconv/u32-conv-to-enc-tests: New file.
35085         * tests/uniconv/test-u32-conv-to-enc.c: New file.
35086
35087         * modules/uniconv/u16-conv-to-enc: New file.
35088         * lib/uniconv/u16-conv-to-enc.c: New file.
35089         * lib/uniconv/u-conv-to-enc.h: New file.
35090         * modules/uniconv/u16-conv-to-enc-tests: New file.
35091         * tests/uniconv/test-u16-conv-to-enc.c: New file.
35092
35093         * modules/uniconv/u8-conv-to-enc: New file.
35094         * lib/uniconv/u8-conv-to-enc.c: New file.
35095         * modules/uniconv/u8-conv-to-enc-tests: New file.
35096         * tests/uniconv/test-u8-conv-to-enc.c: New file.
35097
35098         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
35099         u32_conv_to_encoding): New declarations.
35100
35101 2007-06-09  Bruno Haible  <bruno@clisp.org>
35102
35103         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
35104
35105 2007-06-09  Bruno Haible  <bruno@clisp.org>
35106
35107         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
35108         * modules/malloca: Renamed from modules/allocsa, updated.
35109         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
35110         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
35111         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
35112         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
35113         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
35114         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
35115         * modules/xmalloca: Renamed from modules/xallocsa, updated.
35116         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
35117         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
35118         * modules/c-strcasestr (Depends-on): Update.
35119         * lib/c-strcasestr.c: Update.
35120         * modules/c-strstr (Depends-on): Update.
35121         * lib/c-strstr.c: Update.
35122         * modules/canonicalize-lgpl (Depends-on): Update.
35123         * lib/canonicalize-lgpl.c: Update.
35124         * modules/clean-temp (Depends-on): Update.
35125         * lib/clean-temp.c: Update.
35126         * modules/csharpcomp (Depends-on): Update.
35127         * lib/csharpcomp.c: Update.
35128         * modules/csharpexec (Depends-on): Update.
35129         * lib/csharpexec.c: Update.
35130         * modules/javacomp (Depends-on): Update.
35131         * lib/javacomp.c: Update.
35132         * modules/javaexec (Depends-on): Update.
35133         * lib/javaexec.c: Update.
35134         * modules/mbscasestr (Depends-on): Update.
35135         * lib/mbscasestr.c: Update.
35136         * modules/mbsstr (Depends-on): Update.
35137         * lib/mbsstr.c: Update.
35138         * modules/setenv (Depends-on): Update.
35139         * lib/setenv.c: Update.
35140         * modules/strcasestr (Depends-on): Update.
35141         * lib/strcasestr.c: Update.
35142         * modules/striconveha (Depends-on): Update.
35143         * lib/striconveha.c: Update.
35144         * modules/relocatable-prog-wrapper (Files): Update.
35145         * lib/relocwrapper.c: Update.
35146         * build-aux/install-reloc: Update.
35147         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
35148
35149 2007-06-08  Bruno Haible  <bruno@clisp.org>
35150
35151         Port to uClibc.
35152         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
35153         * lib/fpurge.c (fpurge): Likewise.
35154         * lib/freading.c (freading): Likewise.
35155         * lib/fseeko.c (rpl_fseeko): Likewise.
35156         * lib/fseterr.c (fseterr): Likewise.
35157         * lib/fwriting.c (fwriting): Likewise.
35158         * tests/test-fflush.c (main): Avoid a failure on uClibc.
35159
35160 2007-06-08  Bruno Haible  <bruno@clisp.org>
35161
35162         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
35163         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
35164         * modules/gettext (Files): Add m4/intlmacosx.m4.
35165
35166 2007-06-07  Bruno Haible  <bruno@clisp.org>
35167
35168         * modules/localename-tests: New file.
35169         * tests/test-localename.c: New file.
35170
35171         New module 'localename'.
35172         * lib/localename.h: New file.
35173         * lib/localename.c: New file, from GNU gettext.
35174         * m4/localename.m4: New file.
35175         * modules/localename: New file.
35176
35177 2007-06-07  Bruno Haible  <bruno@clisp.org>
35178
35179         Work around the lack of <wchar.h> on some builds of uClibc.
35180         * doc/headers/wchar.texi: Update.
35181         * lib/wchar_.h: Include <wchar.h> only if it exists.
35182         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
35183         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
35184         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
35185         doesn't exist.
35186         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
35187         * modules/mbfile (Depends-on): Add wchar.
35188         * modules/mbiter (Depends-on): Likewise.
35189         * modules/mbuiter (Depends-on): Likewise.
35190         Reported by Simon Josefsson.
35191
35192 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
35193
35194         Work around problem reported by Steven M. Schweda in
35195         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
35196         Tru64 5.1B with the Compaq compiler environment installed declares
35197         an 'isblank' function but does not define it in the C library.
35198         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
35199         * lib/regex_internal.h (isblank): Likewise.
35200         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
35201         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
35202
35203 2007-06-05  Bruno Haible  <bruno@clisp.org>
35204
35205         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
35206         ia64.
35207         * modules/printf-safe: New file.
35208         * modules/fprintf-posix (Depends-on): Add printf-safe.
35209         * modules/printf-posix (Depends-on): Likewise.
35210         * modules/snprintf-posix (Depends-on): Likewise.
35211         * modules/sprintf-posix (Depends-on): Likewise.
35212         * modules/vasnprintf-posix (Depends-on): Likewise.
35213         * modules/vasprintf-posix (Depends-on): Likewise.
35214         * modules/vfprintf-posix (Depends-on): Likewise.
35215         * modules/vprintf-posix (Depends-on): Likewise.
35216         * modules/vsnprintf-posix (Depends-on): Likewise.
35217         * modules/vsprintf-posix (Depends-on): Likewise.
35218         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
35219         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
35220         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
35221         "no" on i386, x86_64, ia64.
35222         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
35223         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
35224         on i386, x86_64, ia64.
35225         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
35226         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
35227         on i386, x86_64, ia64.
35228         * tests/test-vasnprintf-posix.c: Include float.h.
35229         (LDBL80_WORDS): New macro.
35230         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
35231         on i386, x86_64, ia64.
35232         * tests/test-vasprintf-posix.c: Include float.h.
35233         (LDBL80_WORDS): New macro.
35234         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
35235         on i386, x86_64, ia64.
35236         * tests/test-snprintf-posix.c: Include float.h.
35237         * tests/test-sprintf-posix.c: Likewise.
35238         * tests/test-vsnprintf-posix.c: Likewise.
35239         * tests/test-vsprintf-posix.c: Likewise.
35240
35241 2007-06-05  Bruno Haible  <bruno@clisp.org>
35242
35243         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
35244         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
35245         non-IEEE numbers on i386, x86_64, ia64.
35246         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
35247         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
35248         * tests/test-isnanl.h: Include float.h.
35249         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
35250
35251 2007-06-05  Bruno Haible  <bruno@clisp.org>
35252
35253         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
35254         also the %a / %A. Handle the %a / %A code before this extra handling.
35255
35256 2007-06-05  Bruno Haible  <bruno@clisp.org>
35257
35258         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
35259         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
35260
35261 2007-06-05  Bruno Haible  <bruno@clisp.org>
35262
35263         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
35264         typo in variable name.
35265
35266 2007-06-05  Eric Blake  <ebb9@byu.net>
35267
35268         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
35269         Reported by Simon Josefsson.
35270
35271 2007-06-04  Bruno Haible  <bruno@clisp.org>
35272
35273         Avoid test failures on some PowerPC platforms.
35274         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
35275         Define differently for PowerPC.
35276         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
35277         Reported by Gary V. Vaughan <gary@gnu.org>.
35278
35279 2007-06-02  Bruno Haible  <bruno@clisp.org>
35280
35281         Fix test-stdint failure on FreeBSD/ia64.
35282         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
35283         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
35284         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
35285         * doc/headers/stdint.texi: Update.
35286
35287 2007-06-01  Bruno Haible  <bruno@clisp.org>
35288
35289         * tests/test-binary-io.c (main): Pass a third argument to open().
35290         Reported by Gary V. Vaughan <gary@gnu.org>.
35291
35292 2007-06-01  Bruno Haible  <bruno@clisp.org>
35293
35294         * doc/functions/frexpl.texi: Update for mingw.
35295
35296 2007-06-01  Bruno Haible  <bruno@clisp.org>
35297
35298         * tests/test-lseek.c (main): Disable test of errno for invalid third
35299         argument.
35300         * doc/functions/lseek.texi: Update.
35301         Reported by Gary V. Vaughan <gary@gnu.org>.
35302
35303 2007-05-28  Bruno Haible  <bruno@clisp.org>
35304
35305         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
35306
35307 2007-05-31  Eric Blake  <ebb9@byu.net>
35308
35309         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
35310         cross compiling.
35311
35312 2007-05-30  Eric Blake  <ebb9@byu.net>
35313         and Bruno Haible  <bruno@clisp.org>
35314
35315         Work around mingw test failures exposed by m4-1.4.9b.
35316         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
35317         * tests/test-unistd.c: Disable uid_t and git_t tests for the
35318         moment.
35319
35320 2007-05-30  Bruno Haible  <bruno@clisp.org>
35321
35322         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
35323         assuming that they are closed. Needed on HP-UX 11.
35324
35325 2007-05-29  Bruno Haible  <bruno@clisp.org>
35326
35327         Fix a problem with #include_next.
35328         * lib/dirent_.h: Split the double-inclusion guard.
35329         * lib/fcntl_.h: Likewise.
35330         * lib/float_.h: Likewise.
35331         * lib/iconv_.h: Likewise.
35332         * lib/inttypes_.h: Likewise.
35333         * lib/locale_.h: Likewise.
35334         * lib/math_.h: Likewise.
35335         * lib/netinet_in_.h: Likewise.
35336         * lib/search_.h: Likewise.
35337         * lib/signal_.h: Likewise.
35338         * lib/stdint_.h: Likewise.
35339         * lib/stdio_.h: Likewise.
35340         * lib/stdlib_.h: Likewise.
35341         * lib/string_.h: Likewise.
35342         * lib/sys_select_.h: Likewise.
35343         * lib/sys_socket_.h: Likewise.
35344         * lib/sys_stat_.h: Likewise.
35345         * lib/sys_time_.h: Likewise.
35346         * lib/sysexits_.h: Likewise.
35347         * lib/time_.h: Likewise.
35348         * lib/unistd_.h: Likewise.
35349         * lib/wchar_.h: Likewise.
35350         * lib/wctype_.h: Likewise.
35351
35352 2007-05-29  Bruno Haible  <bruno@clisp.org>
35353
35354         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
35355         for the moment.
35356
35357 2007-05-29  Bruno Haible  <bruno@clisp.org>
35358
35359         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
35360         invocation.
35361         Reported by Eric Blake.
35362
35363 2007-05-29  Bruno Haible  <bruno@clisp.org>
35364
35365         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
35366         compiling case.
35367
35368 2007-05-29  Eric Blake  <ebb9@byu.net>
35369             Bruno Haible  <bruno@clisp.org>
35370
35371         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
35372         cross compiles.
35373
35374 2007-05-28  Eric Blake  <ebb9@byu.net>
35375
35376         * modules/closein-tests (test_closein_LDADD): Support test on
35377         cygwin with libtool.
35378
35379 2007-05-28  Bruno Haible  <bruno@clisp.org>
35380
35381         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
35382         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
35383         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
35384         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
35385         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
35386         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
35387         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
35388         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
35389         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
35390
35391 2007-05-28  Eric Blake  <ebb9@byu.net>
35392
35393         Unconditionally include <config.h> in unit tests.
35394         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
35395         * tests/test-allocsa.c, tests/test-arcfour.c,
35396         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
35397         tests/test-array_list.c, tests/test-array_oset.c,
35398         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
35399         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
35400         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
35401         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
35402         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
35403         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
35404         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
35405         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
35406         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
35407         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
35408         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
35409         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
35410         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
35411         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
35412         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
35413         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
35414         test-md5.c, test-memmem.c, test-printf-posix.c,
35415         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
35416         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
35417         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
35418         test-strcasestr.c, test-striconv.c, test-striconveh.c,
35419         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
35420         test-vasnprintf-posix2.c, test-vasnprintf.c,
35421         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
35422         test-vfprintf-posix.c, test-vprintf-posix.c,
35423         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
35424         test-xvasprintf.c: Likewise.
35425
35426 2007-05-28  Bruno Haible  <bruno@clisp.org>
35427
35428         * gnulib-tool (func_import): Remember the --with-tests command-line
35429         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
35430         Reported by Eric Blake.
35431
35432 2007-05-28  Bruno Haible  <bruno@clisp.org>
35433
35434         * modules/ftell-tests: New file.
35435         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
35436         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
35437
35438         * lib/ftell.c: New file.
35439         * modules/ftell: New file.
35440         * m4/ftell.m4: New file.
35441         * doc/functions/ftell.texi: Update.
35442         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
35443         REPLACE_FTELL.
35444         * lib/stdio_.h (rpl_ftell): New declaration.
35445         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
35446         REPLACE_FTELL.
35447
35448 2007-05-28  Eric Blake  <ebb9@byu.net>
35449
35450         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
35451
35452 2007-05-28  Bruno Haible  <bruno@clisp.org>
35453
35454         * modules/fseek-tests: New file.
35455         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
35456         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
35457
35458         * lib/fseek.c: New file.
35459         * modules/fseek: New file.
35460         * m4/fseek.m4: New file.
35461         * doc/functions/fseek.texi: Update.
35462         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
35463         REPLACE_FSEEK.
35464         * lib/stdio_.h (rpl_fseek): New declaration.
35465         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
35466         REPLACE_FSEEK.
35467
35468 2007-05-28  Bruno Haible  <bruno@clisp.org>
35469
35470         * lib/stdio_.h (fflush): More comments.
35471
35472 2007-05-28  Bruno Haible  <bruno@clisp.org>
35473
35474         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
35475         runtime test.
35476
35477 2007-05-28  Eric Blake  <ebb9@byu.net>
35478
35479         Improve lseek module.
35480         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
35481         * lib/unistd_.h (lseek): Scale back link warning message.
35482         * tests/test-lseek.c: Beef up test.
35483         * tests/test-lseek.sh: Exercise more facets of lseek.
35484         Reported by Bruno Haible.
35485
35486 2007-05-28  Bruno Haible  <bruno@clisp.org>
35487
35488         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
35489         to define.
35490
35491 2007-05-27  Bruno Haible  <bruno@clisp.org>
35492
35493         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
35494
35495 2007-05-27  Bruno Haible  <bruno@clisp.org>
35496
35497         * modules/openmp: New file.
35498         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
35499         Noah Misch.
35500
35501 2007-05-26  Bruno Haible  <bruno@clisp.org>
35502
35503         * modules/chdir-long (Depends-on): Add fchdir.
35504         * modules/chdir-safer (Depends-on): Likewise.
35505         * modules/fts (Depends-on): Likewise.
35506         * modules/fts-lgpl (Depends-on): Likewise.
35507         * modules/openat (Depends-on): Likewise.
35508         * modules/savewd (Depends-on): Likewise.
35509
35510 2007-05-24  Eric Blake  <ebb9@byu.net>
35511
35512         Fix lseek on mingw.
35513         * modules/lseek: New module.
35514         * m4/lseek.m4: New file.
35515         * lib/lseek.c: New file.
35516         * modules/lseek-tests: New file.
35517         * tests/test-lseek.c: New file.
35518         * tests/test-lseek.sh: New file.
35519         * MODULES.html.sh: Document lseek module.
35520         * modules/fflush (Depends-on): Add lseek, fseeko.
35521         * modules/fseeko (Depends-on): Likewise.
35522         * modules/ftello (Depends-on): Likewise.
35523         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
35524         broken.
35525         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
35526         broken.
35527         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
35528         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
35529         * lib/ftello.c (rpl_ftello): Likewise.
35530         * tests/test-fseeko.c (main): Test this.
35531         * tests/test-fseeko.sh: Likewise.
35532         * tests/test-ftello.c (main): Likewise.
35533         * tests/test-ftello.sh: Likewise.
35534         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
35535         implies replacing fseek.
35536         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
35537         HAVE_FTELLO.
35538         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
35539         * modules/unistd (Makefile.am): Likewise.
35540         * lib/unistd_.h (lseek): Declare a replacement.
35541         * doc/functions/lseek.texi (lseek): Document this fix.
35542         * doc/functions/fseek.texi (fseek): Likewise.
35543         * doc/functions/ftell.texi (ftell): Likewise.
35544
35545 2007-05-24  Bruno Haible  <bruno@clisp.org>
35546
35547         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
35548         in the printed representation of a NaN.
35549         * tests/test-vasprintf-posix.c (test_function): Likewise.
35550         * tests/test-snprintf-posix.h (test_function): Likewise.
35551         * tests/test-sprintf-posix.h (test_function): Likewise.
35552         Reported by Eric Blake.
35553
35554 2007-05-23  Eric Blake  <ebb9@byu.net>
35555
35556         Fix fseeko/ftello on cygwin 1.5.24.
35557         * doc/functions/fseeko.texi (fseeko): Document the fix.
35558         * doc/functions/ftello.texi (ftello): Document the fix.
35559         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
35560         * doc/functions/stdout.text (stdout): New file.
35561         * doc/functions/stderr.text (stderr): New file.
35562         * doc/gnulib.texi (Function Substitutes): Use new files.
35563         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
35564         prior to 1.7.0.
35565         * tests/test-ftello.c (main): Likewise for ftello.
35566         * tests/test-fseeko.sh: New file.
35567         * tests/test-ftello.sh: New file.
35568         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
35569         with seekable stdin.
35570         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
35571         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
35572         (gl_REPLACE_FSEEKO): New macro.
35573         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
35574         * modules/fseeko (Files): Distribute fseeko.c.
35575         * modules/ftello (Files): Distribute ftello.c.
35576         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
35577         mode.
35578         * lib/ftello.c (rpl_ftello): New file.
35579         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
35580         fseeko, ftello.
35581         (gl_STDIN_LARGE_OFFSET): New macro.
35582         * modules/stdio (Makefile.am): Perform the replacement.
35583         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
35584
35585 2007-05-23  Bruno Haible  <bruno@clisp.org>
35586
35587         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
35588         GNULIB_POSIXCHECK is defined.
35589
35590 2007-05-21  Bruno Haible  <bruno@clisp.org>
35591
35592         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
35593         Check also the output for NaN arguments. When cross-compiling, guess
35594         no on IRIX.
35595         * lib/vasnprintf.c: Update comments.
35596         * tests/test-vasnprintf-posix.c (strisnan): New function.
35597         (test_function): Use it.
35598         * tests/test-vasprintf-posix.c (strisnan): New function.
35599         (test_function): Use it.
35600         * tests/test-snprintf-posix.h (strisnan): New function.
35601         (test_function): Use it.
35602         * tests/test-sprintf-posix.h (strisnan): New function.
35603         (test_function): Use it.
35604         Reported by Eric Blake.
35605
35606 2007-05-20  Bruno Haible  <bruno@clisp.org>
35607
35608         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
35609         numbers that fails on BeOS.
35610         * doc/functions/frexpl.texi: Update.
35611
35612 2007-05-20  Jim Meyering  <jim@meyering.net>
35613
35614         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
35615         forced upon us by glibc-2.6.
35616
35617 2007-05-20  Bruno Haible  <bruno@clisp.org>
35618
35619         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
35620         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
35621         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
35622         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
35623         NEED_PRINTF_INFINITE.
35624         (is_infinitel): New function.
35625         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
35626         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
35627         gl_PREREQ_VASNPRINTF_INFINITE.
35628         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
35629         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
35630         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
35631         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
35632         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
35633         gl_PREREQ_VASNPRINTF_INFINITE.
35634         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
35635         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35636         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35637         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35638         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35639         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35640         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35641         * doc/functions/fprintf.texi: Update.
35642         * doc/functions/printf.texi: Update.
35643         * doc/functions/snprintf.texi: Update.
35644         * doc/functions/sprintf.texi: Update.
35645         * doc/functions/vfprintf.texi: Update.
35646         * doc/functions/vprintf.texi: Update.
35647         * doc/functions/vsnprintf.texi: Update.
35648         * doc/functions/vsprintf.texi: Update.
35649
35650 2007-05-20  Bruno Haible  <bruno@clisp.org>
35651
35652         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
35653         was not found in libc.
35654         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
35655
35656 2007-05-20  Bruno Haible  <bruno@clisp.org>
35657
35658         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
35659         printed as "-nan" instead of "nan".
35660         * tests/test-vasprintf-posix.c (test_function): Likewise.
35661         * tests/test-snprintf-posix.h (test_function): Likewise.
35662         * tests/test-sprintf-posix.h (test_function): Likewise.
35663         Needed for HP-UX 11.
35664
35665 2007-05-20  Jim Meyering  <jim@meyering.net>
35666
35667         Fix buggy test for the fchownat-deref bug.
35668         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
35669         symlink required for the run-test.  Without it, this test would
35670         always declare that fchownat doesn't work, and client code would
35671         unnecessarily use the replacement function with fixed libc.
35672         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
35673         Reported by Greg Schafer.
35674
35675 2007-05-19  Bruno Haible  <bruno@clisp.org>
35676
35677         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
35678         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
35679         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
35680         Needed for IRIX 6.5 and Solaris 2.5.1.
35681
35682 2007-05-19  Bruno Haible  <bruno@clisp.org>
35683
35684         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
35685         (test_function): Skip tests involving -0.0 on platforms where
35686         -0.0 = 0.0.
35687         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
35688         (test_function): Skip tests involving -0.0 on platforms where
35689         -0.0 = 0.0.
35690         * tests/test-snprintf-posix.h (have_minus_zero): New function.
35691         (test_function): Skip tests involving -0.0 on platforms where
35692         -0.0 = 0.0.
35693         * tests/test-sprintf-posix.h (have_minus_zero): New function.
35694         (test_function): Skip tests involving -0.0 on platforms where
35695         -0.0 = 0.0.
35696         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
35697         tests.
35698         * tests/test-printf-posix.h (test_function): Likewise.
35699         * tests/test-printf-posix.output: Remove all -0.0 related results.
35700         Needed for IRIX 6.5.
35701
35702 2007-05-19  Bruno Haible  <bruno@clisp.org>
35703
35704         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
35705         printed as "nan0x7fffffff" instead of "nan".
35706         * tests/test-vasprintf-posix.c (test_function): Likewise.
35707         * tests/test-snprintf-posix.h (test_function): Likewise.
35708         * tests/test-sprintf-posix.h (test_function): Likewise.
35709         * tests/test-fprintf-posix.h (NaN): Remove macro.
35710         (test_function): Remove all NaN related tests.
35711         * tests/test-printf-posix.h (NaN): Remove macro.
35712         (test_function): Remove all NaN related tests.
35713         * tests/test-printf-posix.output: Remove all NaN related results.
35714         Needed for IRIX 6.5.
35715
35716 2007-05-19  Bruno Haible  <bruno@clisp.org>
35717
35718         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
35719         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
35720
35721 2007-05-19  Bruno Haible  <bruno@clisp.org>
35722
35723         * lib/float_.h: New file.
35724         * m4/float_h.m4: New file.
35725         * modules/float: New file.
35726         * modules/isnanl (Dependencies): Add float.
35727         * modules/isnanl-nolibm (Dependencies): Likewise.
35728         * modules/mathl (Dependencies): Likewise.
35729         * modules/printf-frexpl (Dependencies): Likewise.
35730         * modules/signbit (Dependencies): Likewise.
35731         * modules/vasnprintf (Dependencies): Likewise.
35732         * doc/headers/float.texi: Update.
35733
35734 2007-05-19  Jim Meyering  <jim@meyering.net>
35735
35736         * lib/utimens.c (gl_futimens): Rename from futimens,
35737         now that glibc-2.6 declares futimens.
35738         * lib/utimens.h: Likewise.
35739
35740 2007-05-19  Bruno Haible  <bruno@clisp.org>
35741
35742         Avoid test failures on mingw.
35743         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
35744         * tests/test-printf-posix.sh: Likewise.
35745         * tests/test-vfprintf-posix.sh: Likewise.
35746         * tests/test-vprintf-posix.sh: Likewise.
35747
35748 2007-05-19  Bruno Haible  <bruno@clisp.org>
35749
35750         Fix *printf result for NaN, Inf, -0.0 on mingw.
35751         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
35752         * lib/vasnprintf.c: Include math.h and isnan.h.
35753         (is_infinite_or_zero): New function.
35754         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
35755         values in the %f, %F, %e, %E, %g, %G directives.
35756         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
35757         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
35758         gl_PRINTF_INFINITE and test its result. Invoke
35759         gl_PREREQ_VASNPRINTF_INFINITE.
35760         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
35761         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35762         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35763         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35764         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35765         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35766         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35767         * doc/functions/fprintf.texi: Update.
35768         * doc/functions/printf.texi: Update.
35769         * doc/functions/snprintf.texi: Update.
35770         * doc/functions/sprintf.texi: Update.
35771         * doc/functions/vfprintf.texi: Update.
35772         * doc/functions/vprintf.texi: Update.
35773         * doc/functions/vsnprintf.texi: Update.
35774         * doc/functions/vsprintf.texi: Update.
35775
35776 2007-05-19  Bruno Haible  <bruno@clisp.org>
35777
35778         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
35779         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
35780         Instead of multiplying with 10^k, set extra_zeroes to k.
35781         (scale10_round_long_double): Remove function.
35782
35783 2007-05-18  Bruno Haible  <bruno@clisp.org>
35784
35785         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
35786         introduced on 2007-05-06.
35787
35788 2007-05-18  Bruno Haible  <bruno@clisp.org>
35789
35790         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
35791         %g directives.
35792         * tests/test-vasprintf-posix.c (test_function): Likewise.
35793         * tests/test-snprintf-posix.h (test_function): Likewise.
35794         * tests/test-sprintf-posix.h (test_function): Likewise.
35795
35796 2007-05-18  Bruno Haible  <bruno@clisp.org>
35797
35798         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
35799         (strmatch): New function.
35800         (test_function): Test the %f directive on numbers of various exponents.
35801         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
35802         (strmatch): New function.
35803         (test_function): Test the %f directive on numbers of various exponents.
35804         * tests/test-snprintf-posix.h (strmatch): New function.
35805         (test_function): Test the %f directive on numbers of various exponents.
35806         * tests/test-sprintf-posix.h (strmatch): New function.
35807         (test_function): Test the %f directive on numbers of various exponents.
35808         * tests/test-snprintf-posix.c (SIZEOF): New macro.
35809         * tests/test-sprintf-posix.c (SIZEOF): New macro.
35810         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
35811         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
35812
35813 2007-05-18  Bruno Haible  <bruno@clisp.org>
35814
35815         Add support for 'long double' number output.
35816         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
35817         * lib/vasnprintf.c: Include math.h and float+.h.
35818         (mp_limb_t): New type.
35819         (GMP_LIMB_BITS): New macro.
35820         (mp_twolimb_t): New type.
35821         (GMP_TWOLIMB_BITS): New macro.
35822         (mpn_t): New type.
35823         (multiply, divide, convert_to_decimal, decode_long_double,
35824         scale10_round_long_double, scale10_round_decimal_long_double,
35825         floorlog10l): New functions.
35826         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
35827         for the %f, %F, %e, %E, %g, %G directives.
35828         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
35829         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
35830         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
35831         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
35832         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
35833         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35834         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35835         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35836         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35837         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35838         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35839         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
35840         * modules/snprintf-posix (Depends-on): Likewise.
35841         * modules/sprintf-posix (Depends-on): Likewise.
35842         * modules/vasnprintf-posix (Depends-on): Likewise.
35843         * modules/vasprintf-posix (Depends-on): Likewise.
35844         * modules/vfprintf-posix (Depends-on): Likewise.
35845         * modules/vsnprintf-posix (Depends-on): Likewise.
35846         * modules/vsprintf-posix (Depends-on): Likewise.
35847         * modules/vasnprintf (Files): Add lib/float+.h.
35848         * doc/functions/fprintf.texi: Update.
35849         * doc/functions/printf.texi: Update.
35850         * doc/functions/snprintf.texi: Update.
35851         * doc/functions/sprintf.texi: Update.
35852         * doc/functions/vfprintf.texi: Update.
35853         * doc/functions/vprintf.texi: Update.
35854         * doc/functions/vsnprintf.texi: Update.
35855         * doc/functions/vsprintf.texi: Update.
35856
35857 2007-05-18  Bruno Haible  <bruno@clisp.org>
35858
35859         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
35860
35861 2007-05-18  Bruno Haible  <bruno@clisp.org>
35862
35863         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
35864         for printing 64-bit integers. Needed for mingw.
35865
35866 2007-05-18  Bruno Haible  <bruno@clisp.org>
35867
35868         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
35869         gl_FUNC_FREXPL_WORKS.
35870         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
35871
35872 2007-05-18  Bruno Haible  <bruno@clisp.org>
35873
35874         * modules/frexpl-nolibm-tests: New file.
35875
35876         * modules/frexpl-nolibm: New file.
35877         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
35878
35879 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
35880
35881         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
35882         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
35883         GCC 4.2, which otherwise issues a lot of warnings.
35884         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
35885         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
35886         Likewise.
35887         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
35888         * modules/iconv_open (iconv.h): Likewise.
35889         * modules/locale (locale.h): Likewise.
35890         * modules/netinet_in (netinet/in.h): Likewise.
35891         * modules/sys_select (sys_select.h): Likewise.
35892         * modules/sys_socket (sys/socket.h): Likewise.
35893         * modules/sys_stat (sys/stat.h): Likewise.
35894         * modules/sysexits (sysexits.h): Likewise.
35895         * modules/unistd (unistd.h): Likewise.
35896
35897 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35898
35899         * modules/closein-tests (Makefile.am): Distribute
35900         `test-closein.sh'.
35901
35902 2007-05-17  Bruno Haible  <bruno@clisp.org>
35903
35904         * tests/test-printf-posix.output: Renamed from
35905         tests/test-fprintf-posix.out.
35906         * modules/fprintf-posix-tests: Update.
35907         * modules/printf-posix-tests: Update.
35908         * modules/vfprintf-posix-tests: Update.
35909         * modules/vprintf-posix-tests: Update.
35910         * tests/test-fprintf-posix.sh: Update.
35911         * tests/test-printf-posix.sh: Update.
35912         * tests/test-vfprintf-posix.sh: Update.
35913         * tests/test-vprintf-posix.sh: Update.
35914         Reported by Ralf Wildenhues.
35915
35916 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
35917
35918         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
35919         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
35920         GCC 4.2, which otherwise issues a lot of warnings.
35921         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
35922         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
35923         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
35924         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
35925         it should no longer be needed.
35926         * lib/string_.h: Likewise.
35927         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
35928         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
35929         * modules/inttypes (inttypes.h): Likewise.
35930         * modules/math (math.h): Likewise.
35931         * modules/search (search.h): Likewise.
35932         * modules/signal (signal.h): Likewise.
35933         * modules/stdint (stdint.h): Likewise.
35934         * modules/stdio (stdio.h): Likewise.
35935         * modules/stdlib (stdlib.h): Likewise.
35936         * modules/string (string.h): Likewise.
35937         * modules/sys_time (sys/time.h): Likewise.
35938         * modules/time (time.h): Likewise.
35939         * modules/wchar (wchar.h): Likewise.
35940         * modules/wctype (wtype.h): Likewise.
35941
35942 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
35943
35944         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
35945
35946 2007-05-13  Bruno Haible  <bruno@clisp.org>
35947
35948         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
35949         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
35950         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
35951         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
35952         (gl_PREREQ_STRTOK_R): Don't require it here.
35953
35954 2007-05-13  Bruno Haible  <bruno@clisp.org>
35955
35956         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
35957         when used in C++ mode.
35958
35959 2007-05-12  Bruno Haible  <bruno@clisp.org>
35960
35961         * lib/linebuffer.h: Tweak doc.
35962         * lib/linebuffer.c: Likewise.
35963
35964 2007-05-12  James Youngman  <jay@gnu.org>
35965
35966         * lib/linebuffer.c (readlinebuffer_delim): New function,
35967         like readlinebuffer, but use a caller-specified delimiter.
35968         (readlinebuffer): Just call readlinebuffer_delim with '\n'
35969         as the delimiter.
35970         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
35971
35972 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
35973
35974         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
35975         * modules/openat (Files): Remove openat-die.c.
35976         (Depends-on): Add openat-die.
35977         * modules/openat-die: New module.
35978
35979 2007-05-06  Bruno Haible  <bruno@clisp.org>
35980
35981         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
35982         Update with info about Cygwin.
35983         * doc/functions/fprintf.texi: Update.
35984         * doc/functions/printf.texi: Update.
35985         * doc/functions/snprintf.texi: Update.
35986         * doc/functions/sprintf.texi: Update.
35987         * doc/functions/vfprintf.texi: Update.
35988         * doc/functions/vprintf.texi: Update.
35989         * doc/functions/vsnprintf.texi: Update.
35990         * doc/functions/vsprintf.texi: Update.
35991         Reported by Eric Blake.
35992
35993 2007-05-06  Bruno Haible  <bruno@clisp.org>
35994
35995         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
35996         padding ourselves for the floating-point directives.
35997         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
35998         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
35999         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
36000         gl_PRINTF_FLAG_ZERO and test its result. Invoke
36001         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
36002         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
36003         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
36004         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
36005         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
36006         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
36007         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
36008         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
36009         * tests/test-snprintf-posix.h (test_function): Also check the width
36010         and some flags in the %f directive.
36011         * tests/test-sprintf-posix.h (test_function): Likewise.
36012         * tests/test-vasnprintf-posix.c (test_function): Likewise.
36013         * tests/test-vasprintf-posix.c (test_function): Likewise.
36014         * doc/functions/fprintf.texi: Update.
36015         * doc/functions/printf.texi: Update.
36016         * doc/functions/snprintf.texi: Update.
36017         * doc/functions/sprintf.texi: Update.
36018         * doc/functions/vfprintf.texi: Update.
36019         * doc/functions/vprintf.texi: Update.
36020         * doc/functions/vsnprintf.texi: Update.
36021         * doc/functions/vsprintf.texi: Update.
36022
36023 2007-05-06  Bruno Haible  <bruno@clisp.org>
36024
36025         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
36026         pass the ' flag character to sprintf or snprintf.
36027         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
36028         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
36029         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
36030         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
36031         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
36032         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
36033         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
36034         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
36035         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
36036         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
36037         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
36038         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
36039         * tests/test-snprintf-posix.h (test_function): Also check the grouping
36040         flag.
36041         * tests/test-sprintf-posix.h (test_function): Likewise.
36042         * tests/test-vasnprintf-posix.c (test_function): Likewise.
36043         * tests/test-vasprintf-posix.c (test_function): Likewise.
36044         * doc/functions/fprintf.texi: Update.
36045         * doc/functions/printf.texi: Update.
36046         * doc/functions/snprintf.texi: Update.
36047         * doc/functions/sprintf.texi: Update.
36048         * doc/functions/vfprintf.texi: Update.
36049         * doc/functions/vprintf.texi: Update.
36050         * doc/functions/vsnprintf.texi: Update.
36051         * doc/functions/vsprintf.texi: Update.
36052
36053 2007-05-01  Bruno Haible  <bruno@clisp.org>
36054
36055         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
36056
36057 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
36058
36059         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
36060         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
36061
36062 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
36063
36064         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
36065         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
36066         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
36067
36068 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
36069
36070         * lib/argp-help.c (struct hol_entry): New member `ord'.
36071         (HOL_ENTRY_PTRCMP): Use ord for comparison
36072         (hol_sort): Initialize ord.
36073
36074 2007-05-01  Bruno Haible  <bruno@clisp.org>
36075
36076         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
36077         Reported by Eric Blake.
36078         * doc/gnulib.texi (Function Substitutes): Update.
36079
36080 2007-05-01  Bruno Haible  <bruno@clisp.org>
36081
36082         * doc/functions.texi: Remove file, now redundant through
36083         doc/functions/*.texi.
36084
36085 2007-05-01  Bruno Haible  <bruno@clisp.org>
36086
36087         * modules/argp (Depends-on): Add sleep.
36088
36089 2007-05-01  Bruno Haible  <bruno@clisp.org>
36090
36091         * modules/sleep-tests: New file.
36092         * tests/test-sleep.c: New file.
36093
36094         * modules/sleep: New file.
36095         * lib/sleep.c: New file.
36096         * m4/sleep.m4: New file.
36097         * lib/unistd_.h (sleep): New declaration.
36098         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
36099         HAVE_SLEEP.
36100         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
36101         * doc/functions/sleep.texi: Document the sleep module.
36102
36103 2007-05-01  Bruno Haible  <bruno@clisp.org>
36104
36105         * lib/sigprocmask.h: Remove file.
36106         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
36107         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
36108         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
36109         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
36110         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
36111         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
36112         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
36113         HAVE_SIGSET_T as a shell variable.
36114         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
36115         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
36116         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
36117         (Depends-on): Add signal. Remove verify.
36118         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
36119         (Include): Mention <signal.h> instead of sigprocmask.h.
36120         * NEWS: Mention the change.
36121         * lib/fatal-signal.c: Don't include sigprocmask.h.
36122
36123 2007-05-01  Bruno Haible  <bruno@clisp.org>
36124
36125         * modules/signal: New file.
36126         * lib/signal_.h: New file.
36127         * m4/signal_h.m4: New file.
36128
36129 2007-05-01  Bruno Haible  <bruno@clisp.org>
36130
36131         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
36132         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
36133         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
36134         HAVE_WCTYPE_CTMP_BUG into wctype.h.
36135
36136 2007-05-01  Bruno Haible  <bruno@clisp.org>
36137
36138         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
36139         configure time.
36140         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
36141         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
36142         * modules/sys_stat (Makefile.am): Substitute their values into
36143         sys/stat.h.
36144
36145 2007-05-01  Bruno Haible  <bruno@clisp.org>
36146
36147         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
36148         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
36149         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
36150
36151 2007-05-01  Bruno Haible  <bruno@clisp.org>
36152
36153         * doc/header/assert.texi: Undo last change: don't mention the gnulib
36154         'assert' module here.
36155
36156 2007-05-01  Bruno Haible  <bruno@clisp.org>
36157
36158         * doc/functions/*.texi: New files.
36159         * doc/functions/google-ranking.txt: New file.
36160         * doc/gnulib.texi (Function Substitutes): New chapter.
36161         (ctime, inet_ntoa): Remove sections.
36162         * doc/ctime.texi: Remove file.
36163         * doc/inet_ntoa.texi: Remove file.
36164         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
36165         dependencies.
36166         (%.info): New rule, specifying a --reference-limit.
36167
36168 2007-05-01  Bruno Haible  <bruno@clisp.org>
36169
36170         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
36171
36172 2007-05-01  Bruno Haible  <bruno@clisp.org>
36173
36174         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
36175         the portability of 'mkdir' to mingw systems.
36176
36177 2007-05-01  Bruno Haible  <bruno@clisp.org>
36178
36179         * doc/headers/google-ranking.txt: New file.
36180
36181 2007-04-30  Eric Blake  <ebb9@byu.net>
36182
36183         Prefer fseeko to fseek.
36184         * modules/getpass (Depends-on): Add fseeko.
36185         * lib/getpass.c (getpass): Use fseeko, not fseek.
36186
36187 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
36188
36189         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
36190         assumes the sorting is stable, while most qsort implementations
36191         are not.  Use argument addresses to ensure they never compare as
36192         equal.
36193
36194         * tests/test-argp-2.sh (usage-indent test): Fix output
36195         (func_compare): Restore diff options
36196         * tests/test-argp.c: Restore #include "progname.h"
36197
36198 2007-04-29  Bruno Haible  <bruno@clisp.org>
36199
36200         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
36201         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
36202         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
36203         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
36204         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
36205         (configure.ac): Define CHECK_SNPRINTF_POSIX.
36206         (TESTS, check_PROGRAMS): Add test-snprintf.
36207         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
36208         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
36209         (TESTS, check_PROGRAMS): Add test-vsnprintf.
36210         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
36211         assertions that fail on HP-UX, OSF/1, or IRIX.
36212         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
36213
36214 2007-04-29  Bruno Haible  <bruno@clisp.org>
36215
36216         * MODULES.html.sh (posix_functions): Remove 'contents'.
36217
36218 2007-04-29  Karl Berry  <karl@gnu.org>
36219
36220         * config/srclist.txt (gendocs_template_min): new entry.
36221
36222 2007-04-29  Bruno Haible  <bruno@clisp.org>
36223
36224         Work around fpurge bug on BSD systems.
36225         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
36226         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
36227         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
36228         fpurge to rpl_fpurge if the system already has this function.
36229         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
36230         the case where the system already has this function. Correct invariants
36231         on BSD systems.
36232         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
36233         BSD systems.
36234
36235 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
36236
36237         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
36238         proposed by Sven Verdoolaege.
36239
36240         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
36241         options.
36242         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
36243         (usage and help tests): Update
36244
36245 2007-04-29  Bruno Haible  <bruno@clisp.org>
36246
36247         * tests/test-fflush.c (main): Use a file of size 17, not 10.
36248         Print more information in case of failure. Disable a test on BeOS.
36249
36250 2007-04-29  Bruno Haible  <bruno@clisp.org>
36251
36252         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
36253         This helps debugging on systems on which no gdb is available.
36254
36255 2007-04-29  Bruno Haible  <bruno@clisp.org>
36256
36257         * lib/freading.h: Improve comments.
36258         * lib/fwriting.h: Likewise.
36259         * tests/test-freading.c (main): Don't check freading immediately after
36260         repositioning. Needed for glibc.
36261
36262 2007-04-29  Bruno Haible  <bruno@clisp.org>
36263
36264         * lib/freading.c (freading): Trivial simplification.
36265
36266 2007-04-28  Bruno Haible  <bruno@clisp.org>
36267
36268         * tests/test-fwriting.c (main): Also test the interaction between
36269         fflush and fwriting.
36270         * modules/fwriting-tests (Depends-on): Add fflush.
36271
36272         * tests/test-freading.c (main): Also test the interaction between
36273         fflush and freading.
36274         * modules/freading-tests (Depends-on): Add fflush.
36275
36276 2007-04-28  Bruno Haible  <bruno@clisp.org>
36277
36278         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
36279         fseeko and ftello.
36280         Suggested by Eric Blake.
36281
36282 2007-04-28  Jim Meyering  <jim@meyering.net>
36283
36284         Avoid false-negative in gl_STDINT_H's C99 conformance test.
36285         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
36286         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
36287
36288 2007-04-27  Eric Blake  <ebb9@byu.net>
36289
36290         * doc/headers/assert.texi (assert.h): Document assert module use.
36291
36292 2007-04-27  Bruno Haible  <bruno@clisp.org>
36293
36294         * doc/headers/*.texi: New files.
36295         * doc/gnulib.texi (Header File Substitutes): New chapter.
36296         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
36297         dependencies.
36298         (standards.info ,standards.html, standards.dvi): Update dependencies.
36299         (mostlyclean, clean): New targets.
36300
36301 2007-04-27  Bruno Haible  <bruno@clisp.org>
36302
36303         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
36304         * modules/sysexits (Files, Makefile.am): Update.
36305
36306         * lib/sys_socket_.h: Renamed from lib/socket_.h.
36307         * modules/sys_socket (Files, Makefile.am): Update.
36308
36309         * lib/sys_stat_.h: Renamed from lib/stat_.h.
36310         * modules/sys_stat (Files, Makefile.am): Update.
36311
36312 2007-04-27  Eric Blake  <ebb9@byu.net>
36313
36314         * lib/freading.h: Improve comments.
36315         * lib/fwriting.h: Likewise.
36316         * lib/fflush.c: Likewise.
36317
36318         Fix closein for mingw.
36319         * modules/closein-tests: Add tests for closein.
36320         * tests/test-closein.c: New file.
36321         * tests/test-closein.sh: Likewise.
36322         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
36323         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
36324
36325 2007-04-27  Bruno Haible  <bruno@clisp.org>
36326
36327         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
36328         version is < 6.
36329         * lib/math_.h [__DECC]: Likewise.
36330         * lib/stdio_.h [__DECC]: Likewise.
36331         * lib/stdlib_.h [__DECC]: Likewise.
36332         * lib/string_.h [__DECC]: Likewise.
36333         * lib/time_.h [__DECC]: Likewise.
36334         * lib/wchar_.h [__DECC]: Likewise.
36335         * lib/wctype_.h [__DECC]: Likewise.
36336
36337 2007-04-27  Bruno Haible  <bruno@clisp.org>
36338
36339         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
36340
36341 2007-04-27  Bruno Haible  <bruno@clisp.org>
36342
36343         * lib/fflush.c: Add comments.
36344         * modules/fpurge-tests (Depends-on): Add fflush.
36345         * modules/freadable-tests (Depends-on): Likewise.
36346         * modules/fwritable-tests (Depends-on): Likewise.
36347
36348 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
36349
36350         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
36351         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
36352         Report by Bruno Haible <bruno@clisp.org>.
36353
36354 2007-04-26  Eric Blake  <ebb9@byu.net>
36355
36356         Fix fflush on mingw.
36357         * modules/fflush (Depends-on): Add freading.
36358         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
36359         but unread data.
36360
36361 2007-04-26  Eric Blake  <ebb9@byu.net>
36362         and Bruno Haible  <bruno@clisp.org>
36363
36364         Implement freading and fwriting.
36365         * lib/freading.c: New file.
36366         * lib/freading.h: Likewise.
36367         * m4/freading.m4: Likewise.
36368         * modules/freading: Likewise.
36369         * modules/freading-tests: Likewise.
36370         * tests/test-freading.c: Likewise.
36371         * lib/fwriting.c: New file.
36372         * lib/fwriting.h: Likewise.
36373         * m4/fwriting.m4: Likewise.
36374         * modules/fwriting: Likewise.
36375         * modules/fwriting-tests: Likewise.
36376         * tests/test-fwriting.c: Likewise.
36377         * MODULES.html.sh (File stream based Input/Output): Mention them.
36378
36379 2007-04-26  Bruno Haible  <bruno@clisp.org>
36380
36381         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
36382         'long' when we assume it.
36383         Suggested by Eric Blake.
36384
36385 2007-04-26  Bruno Haible  <bruno@clisp.org>
36386
36387         Ensure fseeko, ftello are declared on glibc systems.
36388         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
36389         * modules/fseeko (configure.ac-early): Likewise.
36390         * modules/ftello (configure.ac-early): Likewise.
36391         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
36392         AC_FUNC_FSEEKO for this.
36393         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
36394         (gl_CHECK_FSEEKO): Remove macro.
36395
36396 2007-04-26  Bruno Haible  <bruno@clisp.org>
36397
36398         * tests/test-fflush.c (main): Also check the ftell result after
36399         fflush and fseek/fseeko.
36400         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
36401         file descriptor position cache in the stream.
36402         * lib/fseeko.c (rpl_fseeko): Likewise.
36403
36404 2007-04-26  Bruno Haible  <bruno@clisp.org>
36405
36406         * modules/fflush-tests (Depends-on): Add fseeko.
36407
36408 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
36409             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36410
36411         * lib/argz_.h: ensure error_t definition is obtained in same
36412         mechanism system argz.h would have.
36413         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
36414         argz facilities are known bad.  Err on the side of caution if
36415         cross-compiling.
36416
36417 2007-04-25  Eric Blake  <ebb9@byu.net>
36418
36419         * lib/fpurge.c (includes): Use stdlib.h for free.
36420         * tests/test-fflush.c (main): Also test fflush-fseeko.
36421
36422 2007-04-25  Bruno Haible  <bruno@clisp.org>
36423
36424         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
36425         * lib/fseeko.c: New file.
36426         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
36427         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
36428         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
36429         gl_FUNC_FSEEKO.
36430         (gl_FUNC_FSEEKO): Invoke it.
36431         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
36432         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
36433         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
36434
36435 2007-04-25  Bruno Haible  <bruno@clisp.org>
36436
36437         * modules/fflush (Depends-on): Add ftello.
36438
36439 2007-04-25  Bruno Haible  <bruno@clisp.org>
36440
36441         * modules/ftello-tests: New file.
36442         * tests/test-ftello.c: New file.
36443
36444         * modules/ftello: New file.
36445         * m4/ftello.m4: New file.
36446         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
36447         HAVE_FTELLO.
36448         * lib/stdio_.h (ftello): New declaration.
36449         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
36450         HAVE_FTELLO.
36451
36452 2007-04-25  Bruno Haible  <bruno@clisp.org>
36453
36454         * modules/fseeko-tests: New file.
36455         * tests/test-fseeko.c: New file.
36456
36457         * modules/fseeko: New file.
36458         * m4/fseeko.m4: New file.
36459         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
36460         HAVE_FSEEKO.
36461         * lib/stdio_.h (fseeko): New declaration.
36462         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
36463         HAVE_FSEEKO.
36464
36465 2007-04-25  Bruno Haible  <bruno@clisp.org>
36466
36467         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
36468
36469 2007-04-25  Bruno Haible  <bruno@clisp.org>
36470
36471         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
36472         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
36473         * tests/test-unistd.c: Likewise.
36474         * tests/test-fcntl.c: Likewise.
36475
36476 2007-04-23  Eric Blake  <ebb9@byu.net>
36477
36478         * lib/fflush.c: Fix missing include.
36479         Reported by Bruno Haible.
36480
36481 2007-04-23  Bruno Haible  <bruno@clisp.org>
36482
36483         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
36484         Reported by Eric Blake.
36485
36486 2007-04-23  Bruno Haible  <bruno@clisp.org>
36487
36488         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
36489
36490 2007-04-23  Bruno Haible  <bruno@clisp.org>
36491
36492         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
36493
36494 2007-04-23  Bruno Haible  <bruno@clisp.org>
36495
36496         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
36497         Needed on HP-UX 11.
36498
36499 2007-04-16  Eric Blake  <ebb9@byu.net>
36500
36501         Make fflush rely on fpurge.
36502         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
36503         open coding all variants.
36504         * modules/fflush (Depends-on): Add fpurge and unistd.
36505         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
36506         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
36507
36508         Fix --with-tests compilation on cygwin.
36509         * modules/argmatch-tests (Makefile.am): List gnulib library first
36510         in LDADD.
36511         * modules/argp-tests (Makefile.am): Likewise.
36512         * modules/array-list-tests (Makefile.am): Likewise.
36513         * modules/array-oset-tests (Makefile.am): Likewise.
36514         * modules/avltree-list-tests (Makefile.am): Likewise.
36515         * modules/avltree-oset-tests (Makefile.am): Likewise.
36516         * modules/avltreehash-list-tests (Makefile.am): Likewise.
36517         * modules/carray-list-tests (Makefile.am): Likewise.
36518         * modules/dirname-tests (Makefile.am): Likewise.
36519         * modules/frexp-tests (Makefile.am): Likewise.
36520         * modules/isnanl-tests (Makefile.am): Likewise.
36521         * modules/linked-list-tests (Makefile.am): Likewise.
36522         * modules/linkedhash-list-tests (Makefile.am): Likewise.
36523         * modules/lock-tests (Makefile.am): Likewise.
36524         * modules/rbtree-list-tests (Makefile.am): Likewise.
36525         * modules/rbtree-oset-tests (Makefile.am): Likewise.
36526         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
36527         * modules/tls-tests (Makefile.am): Likewise.
36528         * modules/tsearch-tests (Makefile.am): Likewise.
36529         * modules/xvasprintf-tests (Makefile.am): Likewise.
36530
36531         Fix fpurge for cygwin.
36532         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
36533         value.
36534         * modules/fpurge-tests (Depends-on): Clean up trash.
36535
36536 2007-04-16  Simon Josefsson  <simon@josefsson.org>
36537
36538         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
36539
36540         * m4/autobuild.m4: Re-indent.
36541
36542 2007-04-13  Bruno Haible  <bruno@clisp.org>
36543
36544         * modules/fpurge-tests: New file.
36545         * tests/test-fpurge.c: New file.
36546
36547         * modules/fpurge: New file.
36548         * lib/fpurge.h: New file.
36549         * lib/fpurge.c: New file.
36550         * m4/fpurge.m4: New file.
36551
36552 2007-04-13  Bruno Haible  <bruno@clisp.org>
36553
36554         * modules/fbufmode-tests: New file.
36555         * tests/test-fbufmode.c: New file.
36556
36557         * modules/fbufmode: New file.
36558         * lib/fbufmode.h: New file.
36559         * lib/fbufmode.c: New file.
36560         * m4/fbufmode.m4: New file.
36561
36562 2007-04-13  Bruno Haible  <bruno@clisp.org>
36563
36564         * modules/fwritable-tests: New file.
36565         * tests/test-fwritable.c: New file.
36566
36567         * modules/fwritable: New file.
36568         * lib/fwritable.h: New file.
36569         * lib/fwritable.c: New file.
36570         * m4/fwritable.m4: New file.
36571
36572 2007-04-13  Bruno Haible  <bruno@clisp.org>
36573
36574         * modules/freadable-tests: New file.
36575         * tests/test-freadable.c: New file.
36576
36577         * modules/freadable: New file.
36578         * lib/freadable.h: New file.
36579         * lib/freadable.c: New file.
36580         * m4/freadable.m4: New file.
36581
36582 2007-04-13  Bruno Haible  <bruno@clisp.org>
36583
36584         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
36585         MOSTLYCLEANFILES.
36586
36587 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
36588
36589         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
36590         gzip bootstrap.conf to avoid dragging in i18n machinery.
36591         (gnulib_tool_option): Use it.
36592
36593 2007-04-13  Bruno Haible  <bruno@clisp.org>
36594
36595         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
36596         %F directives.
36597         * tests/test-vasprintf-posix.c (test_function): Likewise.
36598         * tests/test-snprintf-posix.h (test_function): Likewise.
36599         * tests/test-sprintf-posix.h (test_function): Likewise.
36600         * tests/test-fprintf-posix.h (test_function): Likewise.
36601         * tests/test-printf-posix.h (test_function): Likewise.
36602         * tests/test-fprintf-posix.out: Likewise.
36603
36604 2007-04-13  Bruno Haible  <bruno@clisp.org>
36605
36606         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
36607         * modules/tls-tests (configure.ac): Likewise.
36608         Reported by Arto C. Nirkko <anirkko@insel.ch>.
36609
36610 2007-04-13  Bruno Haible  <bruno@clisp.org>
36611
36612         * lib/tls.c (glthread_tls_get): Fix return type.
36613         Patch by Arto C. Nirkko <anirkko@insel.ch>.
36614
36615 2007-04-12  Eric Blake  <ebb9@byu.net>
36616
36617         * modules/gettime (Depends-on): Remove gettime.
36618         Reported by Dmitry V. Levin.
36619
36620 2007-04-12  Bruno Haible  <bruno@clisp.org>
36621
36622         * modules/fflush (Include): Mention <stdio.h>.
36623         * modules/strtoimax (Include): Mention <inttypes.h>.
36624         * modules/strtoumax (Include): Likewise.
36625
36626 2007-04-12  Eric Blake  <ebb9@byu.net>
36627
36628         * .cvsignore: New file.
36629         * .gitignore: Likewise.
36630
36631 2007-04-12  Bruno Haible  <bruno@clisp.org>
36632
36633         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
36634         not before, since $(LDADD) often contains libgnu.a.
36635         * modules/striconv-tests (test_striconv_LDADD): Likewise.
36636         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
36637         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
36638         Needed on Cygwin.
36639
36640 2007-04-12  Eric Blake  <ebb9@byu.net>
36641
36642         Work around glibc's failure to flush stdin on fclose.
36643         * lib/closein.c (close_stdin): Flush stdin before closing.
36644
36645         Work around glibc's failure to reset seekable stdin on exit.
36646         * modules/closein: New module.
36647         * lib/closein.c: New file.
36648         * lib/closein.h: Likewise.
36649         * m4/closein.m4: Likewise.
36650         * MODULES.html.sh (File stream based Input/Output): Document it.
36651
36652 2007-04-12  Simon Josefsson  <simon@josefsson.org>
36653
36654         * gnulib-tool: Rename generated 'autobuild' script to
36655         'do-autobuild' in --create-megatestdir output.
36656
36657         * doc/gnulib.texi (Build robot for gnulib): Fix.
36658
36659 2007-04-12  Simon Josefsson  <simon@josefsson.org>
36660
36661         * modules/sysexits (Depends-on): Add absolute-header.
36662
36663 2007-04-12  Eric Blake  <ebb9@byu.net>
36664
36665         No need to preserve errno on success.
36666         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
36667         Reported by Bruno Haible.
36668
36669 2007-04-12  Simon Josefsson  <simon@josefsson.org>
36670
36671         * MODULES.html.sh (Support for maintaining and releasing
36672         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
36673
36674 2007-04-12  Simon Josefsson  <simon@josefsson.org>
36675
36676         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
36677
36678 2007-04-12  Simon Josefsson  <simon@josefsson.org>
36679
36680         * modules/autobuild: New module.
36681
36682         * m4/autobuild.m4: New file.
36683
36684 2007-04-11  Bruno Haible  <bruno@clisp.org>
36685
36686         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
36687         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
36688         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
36689         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
36690         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
36691         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36692         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36693         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
36694         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36695         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36696         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
36697         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36698         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36699         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
36700         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36701         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36702         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
36703         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36704         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36705         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
36706         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36707         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36708         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
36709         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36710         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36711         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
36712         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36713         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36714         Reported by Eric Blake.
36715
36716 2007-04-11  Bruno Haible  <bruno@clisp.org>
36717
36718         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
36719
36720 2007-04-10  Bruno Haible  <bruno@clisp.org>
36721
36722         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
36723         for NaN and Infinity. Needed on FreeBSD 6.1.
36724         * tests/test-vasnprintf-posix.c (test_function): Undo last change
36725         regarding results for "%010a" of Infinity and NaN.
36726         * tests/test-vasprintf-posix.c (test_function): Likewise.
36727         * tests/test-snprintf-posix.h (test_function): Likewise.
36728         * tests/test-sprintf-posix.h (test_function): Likewise.
36729         * tests/test-fprintf-posix.h (test_function): Likewise.
36730         * tests/test-printf-posix.h (test_function): Likewise.
36731         * tests/test-fprintf-posix.out: Likewise.
36732
36733 2007-04-10  Bruno Haible  <bruno@clisp.org>
36734
36735         * modules/locale-tests: New file.
36736         * tests/test-locale.c: New file.
36737
36738         * modules/locale: New file.
36739         * lib/locale_.h: New file.
36740         * m4/locale_h.m4: New file.
36741
36742 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
36743             Bruno Haible  <bruno@clisp.org>
36744
36745         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
36746         be determined, test for availability of the copysignf, copysign,
36747         copysignl functions.
36748         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
36749         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
36750         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
36751
36752 2007-04-09  Eric Blake  <ebb9@byu.net>
36753
36754         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
36755         * modules/stdio (Makefile.am): Support fflush.
36756         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
36757         * modules/fflush: New file.
36758         * lib/fflush.c: Likewise.
36759         * m4/fflush.m4: Likewise.
36760         * modules/fflush-tests: New test.
36761         * tests/test-fflush.c: Likewise.
36762         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
36763
36764 2007-04-06  Bruno Haible  <bruno@clisp.org>
36765
36766         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
36767         (VASNPRINTF): Use signbit for faster determination whether to print a
36768         minus sign.
36769         * modules/vasnprintf (Files): Remove lib/float+.h.
36770         * modules/fprintf-posix (Depends-on): Add signbit.
36771         * modules/snprintf-posix (Depends-on): Likewise.
36772         * modules/sprintf-posix (Depends-on): Likewise.
36773         * modules/vasnprintf-posix (Depends-on): Likewise.
36774         * modules/vasprintf-posix (Depends-on): Likewise.
36775         * modules/vfprintf-posix (Depends-on): Likewise.
36776         * modules/vsnprintf-posix (Depends-on): Likewise.
36777         * modules/vsprintf-posix (Depends-on): Likewise.
36778
36779 2007-04-06  Bruno Haible  <bruno@clisp.org>
36780
36781         * tests/test-frexp.c (main): Test also the sign bit of zero results.
36782         * tests/test-frexpl.c (main): Likewise.
36783         * tests/test-ldexpl.c (main): Likewise.
36784         * modules/frexp-tests (Depends-on): Add signbit.
36785         * modules/frexpl-tests (Depdends-on): Likewise.
36786         * modules/ldexpl-tests (Depdends-on): Likewise.
36787
36788 2007-04-06  Bruno Haible  <bruno@clisp.org>
36789
36790         * modules/signbit-tests: New file.
36791         * tests/test-signbit.c: New file.
36792
36793         * modules/signbit: New file.
36794         * lib/signbitf.c: New file.
36795         * lib/signbitd.c: New file.
36796         * lib/signbitl.c: New file.
36797         * m4/signbit.m4: New file.
36798         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
36799         (signbit): New macro.
36800         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
36801         REPLACE_SIGNBIT.
36802         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
36803         REPLACE_FREXPL into math.h.
36804
36805 2007-04-06  Bruno Haible  <bruno@clisp.org>
36806
36807         * modules/isnanf-nolibm-tests: New file.
36808         * tests/test-isnanf.c: New file.
36809
36810         * modules/isnanf-nolibm: New file.
36811         * lib/isnanf.h: New file.
36812         * lib/isnanf.c: New file.
36813         * lib/isnan.c: Consider the USE_FLOAT macro.
36814         * m4/isnanf.m4: New file.
36815
36816 2007-04-06  Bruno Haible  <bruno@clisp.org>
36817
36818         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
36819         (Link): New section.
36820
36821         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
36822
36823 2007-04-06  Bruno Haible  <bruno@clisp.org>
36824
36825         Assume the 'long double' type.
36826         * m4/longdouble.m4: Remove file.
36827         * config/srclist.txt: Don't mention longdouble.m4.
36828         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
36829         * lib/float+.h: Likewise.
36830         * lib/frexp.c: Likewise.
36831         * lib/printf-args.h: Likewise.
36832         * lib/printf-args.c: Likewise.
36833         * lib/printf-frexp.c: Likewise.
36834         * lib/printf-parse.c: Likewise.
36835         * lib/vasnprintf.c: Likewise.
36836         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
36837         * m4/intl.m4: Likewise.
36838         * m4/isnanl.m4: Likewise.
36839         * m4/printf.m4: Likewise.
36840         * m4/printf-frexpl.m4: Likewise.
36841         * m4/vasnprintf.m4: Likewise.
36842         * modules/allocsa (Files): Remove m4/longdouble.m4.
36843         * modules/gettext (Files): Likewise.
36844         * modules/relocatable-prog-wrapper (Files): Likewise.
36845         * modules/vasnprintf (Files): Likewise.
36846         * modules/isnanl (Files): Likewise.
36847         (Include): Simplify.
36848         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
36849         (Include): Simplify.
36850         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
36851         (Include): Simplify.
36852         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
36853         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36854         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
36855         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36856         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
36857         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36858         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
36859         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36860         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
36861         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36862         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
36863         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36864         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
36865         * tests/test-isnanl.c: Likewise.
36866         * tests/test-snprintf-posix.h: Likewise.
36867         * tests/test-sprintf-posix.h: Likewise.
36868         * tests/test-vasnprintf-posix.c: Likewise.
36869         * tests/test-vasnprintf-posix2.c: Likewise.
36870         * tests/test-vasprintf-posix.c: Likewise.
36871
36872 2007-04-06  Bruno Haible  <bruno@clisp.org>
36873
36874         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
36875         * lib/math_.h [__DECC]: Include the overridden include file through
36876         #include_next, outside the double-inclusion guard.
36877         * lib/stdio_.h [__DECC]: Likewise.
36878         * lib/stdlib_.h [__DECC]: Likewise.
36879         * lib/string_.h [__DECC]: Likewise.
36880         * lib/time_.h [__DECC]: Likewise.
36881         * lib/wchar_.h [__DECC]: Likewise.
36882         * lib/wctype_.h [__DECC]: Likewise.
36883         * lib/inttypes_.h [__DECC]: Likewise.
36884         Reported by Albert Chin <china@thewrittenword.com> in
36885         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
36886
36887 2007-04-04  Eric Blake  <ebb9@byu.net>
36888
36889         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
36890         1.5.x.
36891
36892 2007-04-04  Bruno Haible  <bruno@clisp.org>
36893
36894         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
36895         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
36896
36897 2007-04-04  Bruno Haible  <bruno@clisp.org>
36898
36899         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
36900         results for "%010a" of Infinity and NaN.
36901         * tests/test-vasprintf-posix.c (test_function): Likewise.
36902         * tests/test-snprintf-posix.h (test_function): Likewise.
36903         * tests/test-sprintf-posix.h (test_function): Likewise.
36904         * tests/test-fprintf-posix.h (test_function): Remove these tests.
36905         * tests/test-printf-posix.h (test_function): Likewise.
36906         * tests/test-fprintf-posix.out: Update.
36907         Needed for FreeBSD 6.1.
36908
36909 2007-04-04  Bruno Haible  <bruno@clisp.org>
36910
36911         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
36912         directly used by the gnulib modules nor by gnulib-tool.
36913
36914 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
36915
36916         * DEPENDENCIES: Give overall description of version dependency
36917         desirability.  Use more-typical names for apps.
36918         Add shell, coreutils, diffutils, grep, tar, gzip.
36919
36920 2007-04-04  Simon Josefsson  <simon@josefsson.org>
36921
36922         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
36923
36924 2007-04-04  Karl Berry  <karl@gnu.org>
36925
36926         * MODULES.html.sh (func_module): missing '.
36927
36928 2007-04-03  Bruno Haible  <bruno@clisp.org>
36929
36930         * modules/argmatch-tests (Makefile.am): New variable
36931         test_argmatch_LDADD.
36932         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
36933         * modules/array-list-tests (Makefile.am): New variable
36934         test_array_list_LDADD.
36935         * modules/array-oset-tests (Makefile.am): New variable
36936         test_array_oset_LDADD.
36937         * modules/avltree-list-tests (Makefile.am): New variable
36938         test_avltree_list_LDADD.
36939         * modules/avltree-oset-tests (Makefile.am): New variable
36940         test_avltree_oset_LDADD.
36941         * modules/avltreehash-list-tests (Makefile.am): New variable
36942         test_avltreehash_list_LDADD.
36943         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
36944         test_canonicalize_lgpl_LDADD.
36945         * modules/carray-list-tests (Makefile.am): New variable
36946         test_carray_list_LDADD.
36947         * modules/dirname-tests (Makefile.am): New variable
36948         test_dirname_LDADD.
36949         * modules/linked-list-tests (Makefile.am): New variable
36950         test_linked_list_LDADD.
36951         * modules/linkedhash-list-tests (Makefile.am): New variable
36952         test_linkedhash_list_LDADD.
36953         * modules/rbtree-list-tests (Makefile.am): New variable
36954         test_rbtree_list_LDADD.
36955         * modules/rbtree-oset-tests (Makefile.am): New variable
36956         test_rbtree_oset_LDADD.
36957         * modules/rbtreehash-list-tests (Makefile.am): New variable
36958         test_rbtreehash_list_LDADD.
36959         * modules/xvasprintf-tests (Makefile.am): New variable
36960         test_xvasprintf_LDADD.
36961         Reported by Eric Blake.
36962
36963 2007-04-03  Eric Blake  <ebb9@byu.net>
36964
36965         * DEPENDENCIES: Weaken m4 requirements.
36966
36967 2007-04-03  Bruno Haible  <bruno@clisp.org>
36968
36969         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
36970         * modules/isnanl-tests (configure.ac): Likewise.
36971
36972 2007-04-03  Ben Pfaff  <blp@gnu.org>
36973
36974         * modules/iconv_open: Add $(srcdir)/ to source directory
36975         references in Makefile fragments that call gperf, to fix VPATH
36976         builds.
36977
36978 2007-04-03  Bruno Haible  <bruno@clisp.org>
36979
36980         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
36981         * lib/ldexpl.c: Undo last change.
36982
36983 2007-04-03  Bruno Haible  <bruno@clisp.org>
36984
36985         * modules/printf-frexpl (Depends-on): Undo last change.
36986         (Files): Add m4/ldexpl.m4.
36987
36988 2007-04-03  Bruno Haible  <bruno@clisp.org>
36989
36990         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
36991         * modules/isnanl (Link): New section.
36992
36993         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
36994         * modules/frexp (Link): New section.
36995
36996         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
36997         * modules/frexpl (Link): New section.
36998
36999         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
37000         * modules/ldexpl (Link): New section.
37001
37002 2007-04-03  Bruno Haible  <bruno@clisp.org>
37003
37004         * modules/TEMPLATE-EXTENDED: New file.
37005         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
37006
37007 2007-04-03  Bruno Haible  <bruno@clisp.org>
37008
37009         * DEPENDENCIES: New file.
37010         Suggested by Simon Josefsson.
37011
37012 2007-04-03  Bruno Haible  <bruno@clisp.org>
37013
37014         * doc/gnulib.texi: Escape @.
37015
37016 2007-04-03  James Youngman  <jay@gnu.org>
37017         and Paul Eggert  <eggert@cs.ucla.edu>
37018
37019         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
37020         birthtime on all systems that have birthtime, not just those which
37021         use st_birthtimensec rather than st_birthtim.  Putting zero in
37022         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
37023         that the birth time is not available for files on an NFS mount.
37024
37025 2007-04-03  Simon Josefsson  <simon@josefsson.org>
37026
37027         * modules/memxor: Move back from crypto/, suggested by Bruno.
37028         * modules/crypto/hmac-sha1: Fix memxor dependency.
37029
37030         * modules/crypto/gc: Moved from ../.
37031
37032 2007-04-02  Eric Blake  <ebb9@byu.net>
37033
37034         * lib/ldexpl.c (includes): Avoid libm.
37035
37036         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
37037
37038 2007-04-02  Bruno Haible  <bruno@clisp.org>
37039
37040         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
37041         on IRIX.
37042
37043 2007-04-02  Bruno Haible  <bruno@clisp.org>
37044
37045         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
37046         x86 or x86_64 platforms running MacOS X.
37047         Reported by Ryan Schmidt <@ryandesign.com>.
37048
37049 2007-04-02  Bruno Haible  <bruno@clisp.org>
37050
37051         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
37052         i386.
37053
37054 2007-04-01  Simon Josefsson  <simon@josefsson.org>
37055
37056         * modules/crypto/arcfour: Moved from ../.
37057         * modules/crypto/arcfour-tests: Moved from ../.
37058         * modules/crypto/arctwo: Moved from ../.
37059         * modules/crypto/arctwo-tests: Moved from ../.
37060         * modules/crypto/des: Moved from ../.
37061         * modules/crypto/des-tests: Moved from ../.
37062         * modules/crypto/gc-arcfour: Moved from ../.
37063         * modules/crypto/gc-arcfour-tests: Moved from ../.
37064         * modules/crypto/gc-arctwo: Moved from ../.
37065         * modules/crypto/gc-arctwo-tests: Moved from ../.
37066         * modules/crypto/gc-des: Moved from ../.
37067         * modules/crypto/gc-des-tests: Moved from ../.
37068         * modules/crypto/gc-hmac-md5: Moved from ../.
37069         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
37070         * modules/crypto/gc-hmac-sha1: Moved from ../.
37071         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
37072         * modules/crypto/gc-md2: Moved from ../.
37073         * modules/crypto/gc-md2-tests: Moved from ../.
37074         * modules/crypto/gc-md4: Moved from ../.
37075         * modules/crypto/gc-md4-tests: Moved from ../.
37076         * modules/crypto/gc-md5: Moved from ../.
37077         * modules/crypto/gc-md5-tests: Moved from ../.
37078         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
37079         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
37080         * modules/crypto/gc-random: Moved from ../.
37081         * modules/crypto/gc-rijndael: Moved from ../.
37082         * modules/crypto/gc-rijndael-tests: Moved from ../.
37083         * modules/crypto/gc-sha1: Moved from ../.
37084         * modules/crypto/gc-sha1-tests: Moved from ../.
37085         * modules/crypto/gc-tests: Moved from ../.
37086         * modules/crypto/hmac-md5: Moved from ../.
37087         * modules/crypto/hmac-md5-tests: Moved from ../.
37088         * modules/crypto/hmac-sha1: Moved from ../.
37089         * modules/crypto/hmac-sha1-tests: Moved from ../.
37090         * modules/crypto/md2: Moved from ../.
37091         * modules/crypto/md2-tests: Moved from ../.
37092         * modules/crypto/md4: Moved from ../.
37093         * modules/crypto/md4-tests: Moved from ../.
37094         * modules/crypto/md5: Moved from ../.
37095         * modules/crypto/md5-tests: Moved from ../.
37096         * modules/crypto/memxor: Moved from ../.
37097         * modules/crypto/rijndael: Moved from ../.
37098         * modules/crypto/rijndael-tests: Moved from ../.
37099         * modules/crypto/sha1: Moved from ../.
37100
37101 2007-03-30  James Youngman  <jay@gnu.org>
37102
37103         * tests/test-stat-time.c (prepare_test): use chmod() rather than
37104         rename() to change the ctime of a file (because ctime is unaffected
37105         by rename on jfs2 on AIX 5.1).
37106         (main): Start by doing cleanup, in case a previous run failed leaving
37107         test files behind.
37108
37109 2007-03-31  Bruno Haible  <bruno@clisp.org>
37110
37111         Support old proprietary implementations of iconv.
37112         * modules/iconv_open: New file.
37113         * lib/iconv_.h: New file.
37114         * m4/iconv_h.m4: New file.
37115         * lib/iconv_open.c: New file.
37116         * lib/iconv_open-aix.gperf: New file.
37117         * lib/iconv_open-hpux.gperf: New file.
37118         * lib/iconv_open-irix.gperf: New file.
37119         * lib/iconv_open-osf.gperf: New file.
37120         * m4/iconv_open.m4: New file.
37121         * modules/linebreak (Depends-on): Add iconv_open.
37122         * modules/striconv (Depends-on): Likewise.
37123         * modules/striconveh (Depends-on): Likewise.
37124         * modules/unicodeio (Depends-on): Likewise.
37125         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
37126         (iconv_t)(-1).
37127         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
37128         conversion if cd is (iconv_t)(-1).
37129         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
37130         is not possible.
37131
37132 2007-03-31  Bruno Haible  <bruno@clisp.org>
37133
37134         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
37135         work on Solaris either. Protect also second use of "autodetect_jp".
37136
37137 2007-03-31  Bruno Haible  <bruno@clisp.org>
37138
37139         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
37140         the function is not present.
37141
37142 2007-03-31  Bruno Haible  <bruno@clisp.org>
37143
37144         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
37145         the function is not present.
37146
37147 2007-03-31  Bruno Haible  <bruno@clisp.org>
37148
37149         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
37150         a bug in HP-UX iconv_open().
37151
37152 2007-03-31  Bruno Haible  <bruno@clisp.org>
37153
37154         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
37155         (Mathematics <math.h>): New section, add fpieee.
37156         (Input/output <stdio.h>): Add fseterr.
37157         (Mathematics <math.h>): New section, add printf-frexp.
37158         (Container data structures): Add sublist.
37159         (Core language properties): Add fpucw, inline.
37160         (Functions for greatest-width integer types <inttypes.h>): Add
37161         imaxabs, imaxdiv, inttypes.
37162         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
37163         isnanl-nolibm, ldexp.
37164         (Mathematics <math.h>): New section, add printf-frexpl.
37165         (Support for systems lacking POSIX:2001): Add fprintf-posix,
37166         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
37167         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
37168         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
37169         (Unicode string functions): Add unistr/u*-mbtoucr.
37170         (Java): Add javacomp-script, javaexec-script.
37171         (C#): Add csharpcomp-script, csharpexec-script.
37172         (Support for building libraries and executables): Add havelib,
37173         relocatable-*.
37174         (Support for maintaining and releasing projects): Renamed from
37175         'Support for maintaining and release projects'. Add announce-gen.
37176
37177 2007-03-31  Bruno Haible  <bruno@clisp.org>
37178
37179         * README: Talk primarily about git.
37180         (git and CVS): Renamed from CVS.
37181         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
37182         gnulib is available through git.
37183         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
37184
37185 2007-03-30  Bruno Haible  <bruno@clisp.org>
37186
37187         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
37188         * lib/poll_.h: Likewise.
37189         * lib/stat_.h: Likewise.
37190         * lib/sys_time_.h: Likewise.
37191         * lib/sysexit_.h: Likewise.
37192         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
37193         * lib/stdbool_.h: Likewise.
37194         * lib/byteswap_.h: Add double-inclusion guard.
37195
37196 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
37197
37198         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
37199
37200 2007-03-30  Karl Berry  <karl@gnu.org>
37201
37202         * config/srclist-update: double space after USA in the license
37203         substitution, since that's how it's usually (?) written.
37204
37205 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
37206
37207         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
37208         reported by Bruno Haible.
37209
37210 2007-03-29  Bruno Haible  <bruno@clisp.org>
37211
37212         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
37213         a bug in AIX iconv().
37214
37215 2007-03-29  Bruno Haible  <bruno@clisp.org>
37216
37217         * modules/ldexpl-tests: New file.
37218         * tests/test-ldexpl.c: New file.
37219
37220 2007-03-29  Bruno Haible  <bruno@clisp.org>
37221
37222         * lib/ldexpl.c: Include fpucw.h.
37223         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
37224         multiplication.
37225         * modules/ldexpl (Depends-on): Add fpucw.
37226
37227 2007-03-29  Bruno Haible  <bruno@clisp.org>
37228
37229         * modules/ldexpl: New file.
37230         * m4/ldexpl.m4: New file.
37231         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
37232         set.
37233         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
37234         REPLACE_LDEXPL.
37235         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
37236         REPLACE_LDEXPL.
37237         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
37238         gl_FUNC_LDEXPL_WORKS.
37239         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
37240         * modules/mathl (Files): Remove lib/ldexpl.c.
37241         (Depends-on): Add ldexpl.
37242
37243 2007-03-29  Bruno Haible  <bruno@clisp.org>
37244
37245         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
37246
37247 2007-03-29  Bruno Haible  <bruno@clisp.org>
37248
37249         * tests/test-striconveh.c (main): Don't assume that a direct conversion
37250         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
37251         and possibly also HP-UX.
37252         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
37253         work on AIX, IRIX, HP-UX, OSF/1.
37254         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
37255         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
37256         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
37257         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
37258         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
37259         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
37260
37261 2007-03-29  Bruno Haible  <bruno@clisp.org>
37262
37263         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
37264
37265 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
37266
37267         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
37268         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
37269
37270 2007-03-29  Eric Blake  <ebb9@byu.net>
37271
37272         * lib/acl-internal.h: Remove redundant include.
37273         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
37274         Cygwin when a file is locked.
37275
37276 2007-03-29  Bruno Haible  <bruno@clisp.org>
37277
37278         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
37279         file.
37280         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
37281
37282 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
37283
37284         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
37285         try to remove a parent directory if the child couldn't be removed
37286         (except for the first rmdir, which could fail because the child
37287         doesn't exist).  Problem reported by Jeff Blaine in
37288         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
37289
37290 2007-03-28  Bruno Haible  <bruno@clisp.org>
37291
37292         * lib/striconveh.c (utf8conv_carefully): New function.
37293         (mem_cd_iconveh_internal): Invoke it.
37294
37295 2007-03-28  Bruno Haible  <bruno@clisp.org>
37296
37297         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
37298         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
37299         input.
37300         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
37301         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
37302         unistr/u8-uctomb.
37303
37304 2007-03-28  Bruno Haible  <bruno@clisp.org>
37305
37306         * modules/unistr/u8-mbtoucr: New file.
37307         * lib/unistr/u8-mbtoucr.c: New file.
37308         * modules/unistr/u16-mbtoucr: New file.
37309         * lib/unistr/u16-mbtoucr.c: New file.
37310         * modules/unistr/u16-mbtoucr: New file.
37311         * lib/unistr/u16-mbtoucr.c: New file.
37312         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
37313
37314 2007-03-27  Simon Josefsson  <simon@josefsson.org>
37315             Bruno Haible  <bruno@clisp.org>
37316
37317         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
37318         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
37319         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
37320
37321         * m4/stdio_h.m4: Add stubs for vasprintf too.
37322
37323         * modules/stdio: Support vasprintf in sed command.
37324
37325         * modules/vasprintf: Depend on stdio for prototypes.  Remove
37326         vasprintf.h.  Add stdio module indicator.
37327
37328         * lib/stdio_.h: Declare asprintf and vasprintf, based on
37329         vasprintf.h.
37330
37331         * lib/vasprintf.h: File removed.
37332
37333         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
37334         * lib/vasprintf.c: Ditto.
37335         * lib/xvasprintf.c: Ditto.
37336         * tests/test-vasprintf-posix.c: Ditto.
37337         * tests/test-vasprintf.c: Ditto.
37338
37339 2007-03-27  Bruno Haible  <bruno@clisp.org>
37340
37341         Make vasnprintf multithread-safe.
37342         * lib/vasnprintf.c (decimal_point_char): New function.
37343         (VASNPRINTF): Use it.
37344         Suggested by Simon Josefsson.
37345
37346 2007-03-27  Eric Blake  <ebb9@byu.net>
37347
37348         Support sub-second birthtime on cygwin.
37349         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
37350         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
37351         (get_stat_birthtime): Also work with st_birthtim.
37352
37353 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
37354
37355         * lib/stat-time.h (USE_BIRTHTIME): Remove.
37356         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
37357         (get_stat_birthtime_ns): Do not try to use "spare" fields.
37358         (get_stat_birthtime_ns): Simplify compile-time tests.
37359         (get_stat_birthtime): Change the API to look like
37360         get_stat_mtime etc., except return a negative tv_nsec on error.
37361         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
37362         Don't check for "spare" fields.
37363         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
37364         or for struct stat.st_birthtime, as these tests aren't used.
37365         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
37366
37367 2007-03-27  Bruno Haible  <bruno@clisp.org>
37368
37369         * lib/stat-time.h: Include <sys/stat.h>.
37370
37371 2007-03-27  James Youngman  <jay@gnu.org>
37372
37373         * lib/stat-time.h (get_stat_birthtime): New function for
37374           retrieving st_birthtime as provided by UFS2 (hence *BSD).
37375         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
37376           and its variants.
37377         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
37378         * modules/stat-time-test: New file.
37379         * tests/test-stat-time.c: New test, devised by Bruno Haible.
37380
37381 2007-03-26  Bruno Haible  <bruno@clisp.org>
37382
37383         Better support of signalling NaNs.
37384         * lib/atanl.c: Include isnanl.h.
37385         (atanl): Perform test for NaN at the beginning of the function and
37386         through a call to isnanl.
37387         * lib/cosl.c: Include isnanl.h.
37388         (cosl): Perform test for NaN at the beginning of the function and
37389         through a call to isnanl.
37390         * lib/ldexpl.c: Include isnanl.h.
37391         (ldexpl): Perform test for NaN through a call to isnanl.
37392         * lib/logl.c: Include isnanl.h.
37393         (logl): Perform test for NaN at the beginning of the function and
37394         through a call to isnanl.
37395         * lib/sinl.c: Include isnanl.h.
37396         (sinl): Perform test for NaN at the beginning of the function and
37397         through a call to isnanl.
37398         * lib/sqrtl.c: Include isnanl.h.
37399         (sqrtl): Perform test for NaN at the beginning of the function and
37400         through a call to isnanl.
37401         * lib/tanl.c: Include isnanl.h.
37402         (tanl): Perform test for NaN at the beginning of the function and
37403         through a call to isnanl.
37404         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
37405         * modules/mathl (Depends-on): Add isnanl.
37406
37407 2007-03-26  Eric Blake  <ebb9@byu.net>
37408
37409         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
37410         regression in logic sense of previous patch.
37411
37412 2007-03-26  Bruno Haible  <bruno@clisp.org>
37413
37414         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
37415         unportable shell command "if ! ...".
37416         Reported by Ralf Wildenhues.
37417
37418 2007-03-25  Bruno Haible  <bruno@clisp.org>
37419
37420         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
37421         <sysexits.h> file, and only add EX_CONFIG.
37422         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
37423         absolute file name and whether it is sufficient. Substitute also
37424         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
37425         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
37426         ABSOLUTE_SYSEXITS_H into sysexits.h.
37427
37428 2007-03-25  Bruno Haible  <bruno@clisp.org>
37429
37430         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
37431         hints is NULL.
37432
37433 2007-03-25  Bruno Haible  <bruno@clisp.org>
37434
37435         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
37436         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
37437
37438 2007-03-25  Bruno Haible  <bruno@clisp.org>
37439
37440         * lib/vasnprintf.c: Include langinfo.h.
37441         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
37442         multithread-safe.
37443         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
37444         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
37445         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
37446         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
37447         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
37448         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
37449         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
37450         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
37451         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
37452         Reported by Simon Josefsson.
37453
37454 2007-03-25  Bruno Haible  <bruno@clisp.org>
37455
37456         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
37457         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
37458         * modules/vasnprintf (Depends-on): Add stdint.
37459
37460 2007-03-25  Bruno Haible  <bruno@clisp.org>
37461
37462         * modules/fpieee: New file.
37463         * m4/fpieee.m4: New file.
37464         * modules/isnan-nolibm (Depends-on): Add fpieee.
37465         * modules/isnanl-nolibm (Depends-on): Add fpieee.
37466         * modules/isnanl (Depends-on): Add fpieee.
37467
37468 2007-03-25  Bruno Haible  <bruno@clisp.org>
37469
37470         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
37471
37472 2007-03-25  Bruno Haible  <bruno@clisp.org>
37473
37474         Avoid test failures on IRIX 6.5.
37475         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
37476         (main): Use it.
37477         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
37478         macros.
37479         (main): Use them.
37480
37481 2007-03-25  Bruno Haible  <bruno@clisp.org>
37482
37483         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
37484         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
37485         exists but doesn't work.
37486         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
37487         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
37488         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
37489         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
37490
37491 2007-03-25  Bruno Haible  <bruno@clisp.org>
37492
37493         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
37494         returns inf. Needed on IRIX 6.5.
37495
37496 2007-03-25  Bruno Haible  <bruno@clisp.org>
37497
37498         * tests/test-frexpl.c: Include isnanl-nolibm.h.
37499         (main): Use isnanl instead of x != x idiom.
37500         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
37501
37502         * tests/test-frexp.c: Include isnan.h.
37503         (main): Use isnan instead of x != x idiom.
37504         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
37505
37506 2007-03-25  Bruno Haible  <bruno@clisp.org>
37507
37508         * tests/test-frexp.c (NaN): New function/macro.
37509         (main): Use it instead of 0.0 / 0.0.
37510         * tests/test-isnan.c (NaN): New function/macro.
37511         (main): Use it instead of 0.0 / 0.0.
37512         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
37513         (test_function): Use it instead of 0.0 / 0.0.
37514         * tests/test-vasprintf-posix.c (NaN): New function/macro.
37515         (test_function): Use it instead of 0.0 / 0.0.
37516         * tests/test-snprintf-posix.h (NaN): New function/macro.
37517         (test_function): Use it instead of 0.0 / 0.0.
37518         * tests/test-sprintf-posix.h (NaN): New function/macro.
37519         (test_function): Use it instead of 0.0 / 0.0.
37520         * tests/test-fprintf-posix.h (NaN): New function/macro.
37521         (test_function): Use it instead of 0.0 / 0.0.
37522         * tests/test-printf-posix.h (NaN): New function/macro.
37523         (test_function): Use it instead of 0.0 / 0.0.
37524
37525         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
37526
37527 2007-03-25  Bruno Haible  <bruno@clisp.org>
37528
37529         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
37530
37531 2007-03-25  Bruno Haible  <bruno@clisp.org>
37532
37533         * lib/regexec.c (merge_state_with_log): Make static.
37534
37535 2007-03-25  Bruno Haible  <bruno@clisp.org>
37536
37537         * lib/trigl.c (kernel_rem_pio2): Make static.
37538
37539 2007-03-25  Bruno Haible  <bruno@clisp.org>
37540
37541         * lib/sincosl.c (sincosl_table): Make static.
37542
37543 2007-03-25  Bruno Haible  <bruno@clisp.org>
37544
37545         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
37546         if the compiler does not support C99.
37547
37548 2007-03-25  Bruno Haible  <bruno@clisp.org>
37549
37550         * modules/time (Makefile.am): Ensure all rule action lines start with a
37551         tab.
37552
37553 2007-03-24  Bruno Haible  <bruno@clisp.org>
37554
37555         * modules/tsearch-tests: New file.
37556         * tests/test-tsearch.sh: New file.
37557         * tests/test-tsearch.c: New file, mostly copied from glibc.
37558
37559         * modules/search-tests: New file.
37560         * tests/test-search.c: New file.
37561
37562         * modules/search: New file.
37563         * lib/search_.h: New file, incorporating lib/tsearch.h.
37564         * m4/search_h.m4: New file.
37565         * lib/tsearch.h: Remove file.
37566         * lib/tsearch.c: Include search.h instead of tsearch.h.
37567         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
37568         HAVE_TSEARCH.
37569         * modules/tsearch (Files): Remove lib/tsearch.h.
37570         (Depends-on): Add search.
37571         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
37572         (Include): Change tsearch.h into search.h.
37573
37574 2007-03-24  Bruno Haible  <bruno@clisp.org>
37575
37576         * modules/fpucw: New file.
37577         * lib/fpucw.h: New file.
37578         * lib/frexp.c: Include fpucw.h.
37579         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
37580         (FUNC): Use them.
37581         * lib/printf-frexp.c: Include fpucw.h.
37582         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
37583         (FUNC): Use them.
37584         * lib/vasnprintf.c: Include fpucw.h.
37585         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
37586         'long double' calculations.
37587         * tests/test-frexpl.c: Include fpucw.h.
37588         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
37589         * tests/test-printf-frexpl.c: Include fpucw.h.
37590         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
37591         * modules/frexpl (Depends-on): Add fpucw.
37592         * modules/printf-frexpl (Depends-on): Likewise.
37593         * modules/fprintf-posix (Depends-on): Likewise.
37594         * modules/snprintf-posix (Depends-on): Likewise.
37595         * modules/sprintf-posix (Depends-on): Likewise.
37596         * modules/vasnprintf-posix (Depends-on): Likewise.
37597         * modules/vasprintf-posix (Depends-on): Likewise.
37598         * modules/vfprintf-posix (Depends-on): Likewise.
37599         * modules/vsnprintf-posix (Depends-on): Likewise.
37600         * modules/vsprintf-posix (Depends-on): Likewise.
37601         * modules/frexpl-tests (Depends-on): Likewise.
37602         * modules/printf-frexpl-tests (Depends-on): Likewise.
37603
37604 2007-03-24  Bruno Haible  <bruno@clisp.org>
37605
37606         * lib/float+.h: New file.
37607         * lib/isnan.c: Include float+.h.
37608         (SIZE): New macro.
37609         (FUNC): Compare only SIZE bytes of the value.
37610         * lib/vasnprintf.c: Include float+.h.
37611         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
37612         SIZEOF_LDBL or SIZEOF_DBL bytes.
37613         * modules/isnan-nolibm (Files): Add lib/float+.h.
37614         * modules/isnanl-nolibm (Files): Add lib/float+.h.
37615         * modules/isnanl (Files): Add lib/float+.h.
37616         * modules/vasnprintf (Files): Add lib/float+.h.
37617
37618 2007-03-24  Bruno Haible  <bruno@clisp.org>
37619
37620         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
37621         include isnanl-nolibm.h.
37622
37623 2007-03-24  Bruno Haible  <bruno@clisp.org>
37624
37625         * tests/test-read-file.c (main): Don't produce spurious output for
37626         expected situations. Make the test fail if it encountered unexpected
37627         results.
37628
37629 2007-03-24  Bruno Haible  <bruno@clisp.org>
37630
37631         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
37632         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
37633
37634 2007-03-24  Bruno Haible  <bruno@clisp.org>
37635
37636         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
37637
37638 2007-03-24  Bruno Haible  <bruno@clisp.org>
37639
37640         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
37641         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
37642
37643         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
37644         * modules/utf8-ucs4: Turn into a symbolic link to module
37645         unistr/u8-mbtouc.
37646
37647         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
37648         utf8-ucs4-unsafe.
37649         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
37650         unistr/u8-mbtouc-unsafe.
37651
37652         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
37653         * modules/utf16-ucs4: Turn into a symbolic link to module
37654         unistr/u16-mbtouc.
37655
37656         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
37657         utf16-ucs4-unsafe.
37658         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
37659         unistr/u16-mbtouc-unsafe.
37660
37661         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
37662         * modules/ucs4-utf8: Turn into a symbolic link to module
37663         unistr/u8-ubtomb.
37664
37665         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
37666         * modules/ucs4-utf16: Turn into a symbolic link to module
37667         unistr/u16-ubtomb.
37668
37669 2007-03-24  Bruno Haible  <bruno@clisp.org>
37670
37671         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
37672         Enable the function only if HAVE_INLINE.
37673         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
37674         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
37675         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
37676         Enable the function only if HAVE_INLINE.
37677         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
37678         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
37679         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
37680         Enable the function only if HAVE_INLINE.
37681         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
37682         Enable the function only if HAVE_INLINE.
37683         * modules/utf8-ucs4: Update.
37684         * modules/utf8-ucs4-unsafe: Update.
37685         * modules/utf16-ucs4: Update.
37686         * modules/utf16-ucs4-unsafe: Update.
37687         * modules/ucs4-utf8: Update.
37688         * modules/ucs4-utf16: Update.
37689
37690 2007-03-24  Bruno Haible  <bruno@clisp.org>
37691
37692         * lib/utf8-ucs4.h: Remove file.
37693         * lib/utf8-ucs4-unsafe.h: Remove file.
37694         * lib/utf16-ucs4.h: Remove file.
37695         * lib/utf16-ucs4-unsafe.h: Remove file.
37696         * lib/ucs4-utf8.h: Remove file.
37697         * lib/ucs4-utf16.h: Remove file.
37698         * lib/unistr.h: Include their previous contents.
37699         * m4/utf-ucs4.m4: Remove file.
37700         * m4/ucs4-utf.m4: Remove file.
37701         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
37702         (Depends-on): Add unistr/base.
37703         (configure.ac): Remove gl_UTF_UCS4.
37704         (Makefile.am): Update.
37705         (Include): Change to unistr.h.
37706         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
37707         (Depends-on): Add unistr/base.
37708         (configure.ac): Remove gl_UTF_UCS4.
37709         (Makefile.am): Update.
37710         (Include): Change to unistr.h.
37711         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
37712         (Depends-on): Add unistr/base.
37713         (configure.ac): Remove gl_UTF_UCS4.
37714         (Makefile.am): Update.
37715         (Include): Change to unistr.h.
37716         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
37717         (Depends-on): Add unistr/base.
37718         (configure.ac): Remove gl_UTF_UCS4.
37719         (Makefile.am): Update.
37720         (Include): Change to unistr.h.
37721         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
37722         (Depends-on): Add unistr/base.
37723         (configure.ac): Remove gl_UCS4_UTF.
37724         (Makefile.am): Update.
37725         (Include): Change to unistr.h.
37726         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
37727         (Depends-on): Add unistr/base.
37728         (configure.ac): Remove gl_UCS4_UTF.
37729         (Makefile.am): Update.
37730         (Include): Change to unistr.h.
37731         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
37732         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
37733         utf8-ucs4-unsafe.h.
37734         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
37735         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
37736         utf16-ucs4-unsafe.h.
37737         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
37738         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
37739         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
37740         * lib/unistr/u8-strchr.c: Likewise.
37741         * lib/unistr/u8-strrchr.c: Likewise.
37742         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
37743         * lib/unistr/u16-strchr.c: Likewise.
37744         * lib/unistr/u16-strrchr.c: Likewise.
37745         * lib/striconveh.c: Update.
37746         * lib/linebreak.c: Update.
37747
37748 2007-03-24  Bruno Haible  <bruno@clisp.org>
37749
37750         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
37751         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
37752
37753 2007-03-22  Bruno Haible  <bruno@clisp.org>
37754
37755         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
37756
37757 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
37758
37759         * MODULES.html.sh (File system functions): New module write-any-file.
37760         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
37761         * m4/write-any-file.m4: New files.
37762
37763 2007-03-23  Eric Blake  <ebb9@byu.net>
37764
37765         * gnulib-tool: Rearrange space-tab sequences, since some editors
37766         like to eat them.
37767
37768 2007-03-23  Eric Blake  <ebb9@byu.net>
37769
37770         * lib/version-etc.c (version_etc_va): Update license wording to
37771         be more concise.  Recommended by Richard Stallman.
37772
37773 2007-03-22  Bruno Haible  <bruno@clisp.org>
37774
37775         * lib/poll.c (MSG_PEEK): New fallback definition.
37776
37777 2007-03-22  Bruno Haible  <bruno@clisp.org>
37778
37779         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
37780         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
37781         (main): Update.
37782         Fixes a compilation error on BeOS.
37783
37784 2007-03-22  Bruno Haible  <bruno@clisp.org>
37785
37786         * modules/frexpl-tests: New file.
37787         * tests/test-frexpl.c: New file.
37788
37789         * modules/frexpl: New file.
37790         * m4/frexpl.m4: New file.
37791         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
37792         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
37793         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
37794         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
37795         (Depends-on): Add frexpl. Remove isnanl-nolibm.
37796         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
37797
37798 2007-03-22  Bruno Haible  <bruno@clisp.org>
37799
37800         * lib/frexpl.c: Share code with lib/frexp.c.
37801         * modules/mathl (Files): Add lib/frexp.c.
37802         (Depends-on): Add isnanl-nolibm.
37803
37804 2007-03-22  Bruno Haible  <bruno@clisp.org>
37805
37806         * modules/printf-frexp (Files): Add m4/frexp.m4.
37807         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
37808         only if the found frexp function actually works.
37809
37810 2007-03-22  Bruno Haible  <bruno@clisp.org>
37811
37812         * lib/frexp.c: Remove older implementation that uses divisions.
37813
37814 2007-03-21  Bruno Haible  <bruno@clisp.org>
37815
37816         * modules/frexp-tests: New file.
37817         * tests/test-frexp.c: New file.
37818
37819         * modules/frexp: New file.
37820         * lib/frexp.c: New file.
37821         * m4/frexp.m4: New file.
37822         * lib/math_.h (frexp): New declaration.
37823         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
37824         REPLACE_FREXP.
37825         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
37826
37827 2007-03-21  Bruno Haible  <bruno@clisp.org>
37828
37829         * modules/isnanl-tests: New file.
37830         * tests/test-isnanl.c: New file.
37831
37832         * modules/isnanl: New file.
37833         * lib/isnanl.h: New file.
37834         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
37835         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
37836         gl_FUNC_ISNANL_WORKS.
37837         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
37838         New macros.
37839
37840 2007-03-21  Bruno Haible  <bruno@clisp.org>
37841
37842         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
37843         lib/isnanl.h.
37844         (Include): Update.
37845         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
37846         * lib/vasnprintf.c: Update.
37847         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
37848         tests/test-isnanl.h, remove tests/test-isnanl.c.
37849         (Makefile.am): Update.
37850         * tests/test-isnanl-nolibm.c: New file.
37851         * tests/test-isnanl.h: New file.
37852         * tests/test-isnanl.c: Remove file.
37853
37854 2007-03-21  Jim Meyering  <jim@meyering.net>
37855
37856         When trying to open ".", treat ESTALE like EACCES.
37857         * lib/savewd.c (savewd_save): Resort to forking not just upon
37858         failure with EACCES, but also when errno is ESTALE.
37859
37860 2007-03-20  Bruno Haible  <bruno@clisp.org>
37861
37862         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
37863         Needed on AIX 5.1. Reported by Matthew Woehlke.
37864
37865 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
37866
37867         Suggestions by Bruno Haible:
37868         * lib/acl-internal.h: Include "gettext.h" rather than rolling
37869         our own.
37870         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
37871         * modules/acl (Depends-on): Add gettext.
37872
37873 2007-03-19  Bruno Haible  <bruno@clisp.org>
37874
37875         * modules/iconvme: Remove file.
37876         * lib/iconvme.h: Remove file.
37877         * lib/iconvme.c: Remove file.
37878         * m4/iconvme.m4: Remove file.
37879
37880 2007-03-19  Bruno Haible  <bruno@clisp.org>
37881
37882         * doc/relocatable-maint.texi: Break long shell script line.
37883         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
37884
37885 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
37886
37887         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
37888         handle file_has_acl.
37889         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
37890         * lib/acl.c: Move header inclusions and related macro defns into
37891         lib/acl-internal.h.
37892         (S_ISLNK): Remove defn, since that's now done for us.
37893         (file_has_acl): Move to lib/file-has-acl.c.
37894         Call acl_trivial if available.  This is the crucial part of the fix.
37895         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
37896         shared within the library.  Rewrite a bit, partly to make it compatible
37897         with the GNU coding style.
37898         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
37899         Remove unnecessary double-quotes.
37900         Don't test for acl_to_text; the build will catch that.
37901         Replace acl_entries if it doesn't exist and it is needed.
37902         Check for -lsec and acl_trivial (as used on Solaris 10).
37903         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
37904         lib/file-has-acl.c.
37905         (Depends-on): Add sys_stat, for S_ISLNK.
37906
37907 2007-03-19  Ben Pfaff  <blp@gnu.org>
37908
37909         * doc/gnulib.texi: Fix typos.
37910         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
37911
37912 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
37913
37914         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
37915         If size is zero here, buf must be zero.
37916
37917 2007-03-19  Simon Josefsson  <simon@josefsson.org>
37918
37919         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
37920         <bruno@clisp.org>.
37921
37922 2007-03-18  Bruno Haible  <bruno@clisp.org>
37923
37924         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
37925         Suggested by Eric Blake.
37926
37927 2007-03-18  Ben Pfaff  <blp@gnu.org>
37928
37929         * doc/relocatable.texi: Recommend using as prefix a directory
37930         that does not exist and will never be created.  Based on
37931         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
37932         and others.
37933
37934 2007-03-17  Bruno Haible  <bruno@clisp.org>
37935
37936         * lib/fchownat.c: Include lchown.h.
37937
37938 2007-03-17  Bruno Haible  <bruno@clisp.org>
37939
37940         Fix endless loop when the given allocated size was > INT_MAX.
37941         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
37942         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
37943         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
37944         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
37945         * lib/sprintf.c (sprintf): Likewise.
37946
37947 2007-03-17  Bruno Haible  <bruno@clisp.org>
37948
37949         * tests/test-argp-2.sh (func_compare): Output a context diff.
37950
37951 2007-03-17  Bruno Haible  <bruno@clisp.org>
37952
37953         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
37954         locale's decimal-point character.
37955
37956 2007-03-17  Bruno Haible  <bruno@clisp.org>
37957
37958         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
37959         before comparing it. Needed because on some platforms (e.g. x86) a
37960         'long double' occupies less bytes than sizeof (long double).
37961
37962 2007-03-17  Bruno Haible  <bruno@clisp.org>
37963
37964         * tests/test-crc.c (main): Make printf statements 64-bit clean.
37965         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
37966         * tests/test-getaddrinfo.c (simple): Likewise.
37967         * tests/test-read-file.c (main): Likewise.
37968
37969 2007-03-17  Bruno Haible  <bruno@clisp.org>
37970
37971         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
37972
37973 2007-03-17  Bruno Haible  <bruno@clisp.org>
37974
37975         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
37976         unused variable.
37977
37978 2007-03-17  Bruno Haible  <bruno@clisp.org>
37979
37980         * tests/test-c-strcasecmp.c: Include c-strcase.h.
37981         * tests/test-c-strncasecmp.c: Likewise.
37982
37983 2007-03-17  Bruno Haible  <bruno@clisp.org>
37984
37985         * modules/stdlib (Depends-on): Add unistd.
37986         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
37987         Needed for MacOS X 10.3.
37988
37989 2007-03-17  Bruno Haible  <bruno@clisp.org>
37990
37991         * lib/unistr/u-strdup.h: Include <stdlib.h>.
37992
37993 2007-03-17  Bruno Haible  <bruno@clisp.org>
37994
37995         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
37996
37997 2007-03-17  Bruno Haible  <bruno@clisp.org>
37998
37999         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
38000         to reflect files copied from gnulib (with or without modifications).
38001         Suggested by Jim Meyering.
38002
38003 2007-03-17  Eric Blake  <ebb9@byu.net>
38004
38005         * NEWS: Document stdlib change from 2007-02-18.
38006
38007 2007-03-17  Jim Meyering  <jim@meyering.net>
38008
38009         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
38010         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
38011         someone uses a name containing shell meta-characters.
38012         Reported by Alfred M. Szmidt.
38013
38014         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
38015
38016 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
38017
38018         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
38019         and copy gettext configuration files only if configure.ac contains
38020         a use of AM_GNU_GETTEXT_VERSION.
38021
38022 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
38023
38024         * build-aux/bootstrap (gnulib_name): New variable.
38025         (gnulib_tool_options): Use it.
38026
38027 2007-03-13  Simon Josefsson  <simon@josefsson.org>
38028
38029         * tests/test-des.c: Use new namespace.
38030
38031 2007-03-15  Bruno Haible  <bruno@clisp.org>
38032
38033         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
38034         Reported by James Youngman <jay@gnu.org>.
38035
38036 2007-03-15  Bruno Haible  <bruno@clisp.org>
38037
38038         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
38039         declared prototype. Needed with cc on OSF/1 5.1.
38040
38041 2007-03-15  Bruno Haible  <bruno@clisp.org>
38042
38043         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
38044         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
38045         (struct gl_list_implementation): Add dispose_fn argument to the
38046         'create_empty', 'create' methods.
38047         (struct gl_list_impl_base): Add field 'dispose_fn'.
38048         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
38049         argument.
38050         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
38051         dispose_fn argument.
38052         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
38053         dispose_fn on the dropped values.
38054         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
38055         dispose_fn argument.
38056         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
38057         dropped values.
38058         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
38059         (gl_tree_remove_node): Call dispose_fn on the dropped value.
38060         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
38061         (gl_tree_remove_node): Call dispose_fn on the dropped value.
38062         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
38063         argument.
38064         (gl_tree_list_free): Call dispose_fn on the dropped values.
38065         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
38066         the dropped values.
38067         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
38068         Add dispose_fn argument.
38069         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
38070         Call dispose_fn on the dropped values.
38071         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
38072         Add dispose_fn argument.
38073         (gl_sublist_create): Initialize the 'dispose_fn' field.
38074         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
38075         * tests/test-array_list.c (main): Update.
38076         * tests/test-carray_list.c (main): Update.
38077         * tests/test-avltree_list.c (main): Update.
38078         * tests/test-rbtree_list.c (main): Update.
38079         * tests/test-avltreehash_list.c (main): Update.
38080         * tests/test-rbtreehash_list.c (main): Update.
38081         * tests/test-linked_list.c (main): Update.
38082         * tests/test-linkedhash_list.c (main): Update.
38083         * tests/test-array_oset.c (main): Update.
38084
38085 2007-03-15  Bruno Haible  <bruno@clisp.org>
38086
38087         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
38088         (gl_oset_create_empty): Add dispose_fn argument.
38089         (struct gl_oset_implementation): Add dispose_fn argument to
38090         'create_empty' method.
38091         (struct gl_oset_impl_base): Add dispose_fn field.
38092         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
38093         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
38094         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
38095         values.
38096         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
38097         (gl_tree_oset_free): Call dispose_fn on the dropped values.
38098         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
38099         dropped value.
38100         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
38101         dropped value.
38102         * tests/test-array_oset.c (main): Update.
38103         * tests/test-avltree_oset.c (main): Update.
38104         * tests/test-rbtree_oset.c (main): Update.
38105         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
38106
38107 2007-03-13  Bruno Haible  <bruno@clisp.org>
38108
38109         * tests/test-stdbool.c (i): Update after last patch.
38110
38111 2007-03-12  Bruno Haible  <bruno@clisp.org>
38112
38113         * lib/quotearg.c: Include <wctype.h> early, before the definition of
38114         the iswprint macro. Needed on Solaris 2.5.1.
38115
38116 2007-03-12  Bruno Haible  <bruno@clisp.org>
38117
38118         * tests/test-printf-frexp.c (main): Declare x as volatile.
38119
38120 2007-03-12  Simon Josefsson  <simon@josefsson.org>
38121
38122         * doc/gnulib.texi (Build robot for gnulib): New section.
38123
38124 2007-03-12  Jim Meyering  <jim@meyering.net>
38125
38126         * build-aux/bootstrap: New file.
38127         * build-aux/bootstrap.conf: New file, from coreutils.
38128
38129 2007-03-11  Bruno Haible  <bruno@clisp.org>
38130
38131         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
38132
38133 2007-03-12  Simon Josefsson  <simon@josefsson.org>
38134
38135         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
38136         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
38137         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
38138
38139 2007-03-11  Bruno Haible  <bruno@clisp.org>
38140
38141         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
38142         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
38143
38144 2007-03-11  Bruno Haible  <bruno@clisp.org>
38145
38146         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
38147         formula. Needed for SunPRO C 5.0.
38148
38149 2007-03-11  Bruno Haible  <bruno@clisp.org>
38150
38151         * modules/long-options (Depends-on): Add getopt.
38152
38153 2007-03-11  Bruno Haible  <bruno@clisp.org>
38154
38155         * modules/modechange (Depends-on): Add stdbool.
38156
38157 2007-03-11  Bruno Haible  <bruno@clisp.org>
38158
38159         * modules/i-ring (Depends-on): Add stdbool.
38160
38161 2007-03-11  Bruno Haible  <bruno@clisp.org>
38162
38163         * modules/gc-des (Depends-on): Add stdbool.
38164
38165 2007-03-11  Bruno Haible  <bruno@clisp.org>
38166
38167         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
38168
38169 2007-03-11  Bruno Haible  <bruno@clisp.org>
38170
38171         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
38172
38173 2007-03-11  Bruno Haible  <bruno@clisp.org>
38174
38175         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
38176
38177 2007-03-11  Bruno Haible  <bruno@clisp.org>
38178
38179         * lib/vasnprintf.c (sprintf): Undefine.
38180
38181 2007-03-11  Bruno Haible  <bruno@clisp.org>
38182
38183         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
38184         initializers in SunPRO C and Compaq C compilers.
38185
38186 2007-03-11  Bruno Haible  <bruno@clisp.org>
38187
38188         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
38189         decrementing code ANSI C compliant.
38190
38191 2007-03-11  Bruno Haible  <bruno@clisp.org>
38192
38193         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
38194         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
38195
38196 2007-03-11  Bruno Haible  <bruno@clisp.org>
38197
38198         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
38199         <stdbool.h> substitute doesn't pass.
38200
38201 2007-03-11  Bruno Haible  <bruno@clisp.org>
38202
38203         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
38204
38205 2007-03-11  Bruno Haible  <bruno@clisp.org>
38206
38207         * gnulib-tool (func_create_megatestdir): Create also an autobuild
38208         script, for submission to autobuild.josefsson.org.
38209
38210 2007-03-10  Bruno Haible  <bruno@clisp.org>
38211
38212         * modules/canonicalize-lgpl-tests: New file.
38213         * tests/test-canonicalize-lgpl.sh: New file.
38214         * tests/test-canonicalize-lgpl.c: New file.
38215
38216         * modules/c-strcase-tests: New file.
38217         * tests/test-c-strcase.sh: New file.
38218         * tests/test-c-strcasecmp.c: New file.
38219         * tests/test-c-strncasecmp.c: New file.
38220
38221         * modules/atexit-tests: New file.
38222         * tests/test-atexit.sh: New file.
38223         * tests/test-atexit.c: New file.
38224
38225 2007-03-10  Bruno Haible  <bruno@clisp.org>
38226
38227         * tests/test-binary-io.sh: Use temporary filenames that are not so
38228         likely to clash with those of other tests (in a parallel make).
38229         * tests/test-binary-io.c: Likewise.
38230
38231 2007-03-10  Bruno Haible  <bruno@clisp.org>
38232
38233         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
38234         fallback; use #error instead.
38235         Suggested by Simon Josefsson.
38236
38237 2007-03-10  Bruno Haible  <bruno@clisp.org>
38238
38239         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
38240         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
38241         first and the last.
38242
38243 2007-03-10  Bruno Haible  <bruno@clisp.org>
38244
38245         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
38246
38247 2007-03-10  Bruno Haible  <bruno@clisp.org>
38248
38249         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
38250         "make distcheck".
38251         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
38252         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
38253         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
38254
38255 2007-03-10  Bruno Haible  <bruno@clisp.org>
38256
38257         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
38258         variable.
38259         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
38260         variable.
38261
38262 2007-03-09  Eric Blake  <ebb9@byu.net>
38263         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
38264
38265         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
38266         types are not being provided by gnulib.
38267         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
38268         types are supported.
38269
38270 2007-03-10  Bruno Haible  <bruno@clisp.org>
38271
38272         * lib/stdio_.h (__attribute__): New macro.
38273         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
38274         vsprintf): Specify __attribute__ __format__ for GCC.
38275         Suggested by Eric Blake.
38276
38277 2007-03-09  Bruno Haible  <bruno@clisp.org>
38278
38279         * modules/printf-posix-tests: New file.
38280         * tests/test-printf-posix.sh: New file.
38281         * tests/test-printf-posix.c: New file.
38282
38283         * modules/printf-posix: New file.
38284         * lib/printf.c: New file.
38285         * m4/printf-posix-rpl.m4: New file.
38286         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
38287         REPLACE_PRINTF.
38288         * lib/stdio_.h (printf): New declaration.
38289         (format, __format__, ____printf____, ____scanf____, ____strftime____,
38290         ____strfmon____): New macros.
38291         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
38292         REPLACE_PRINTF.
38293
38294 2007-03-09  Bruno Haible  <bruno@clisp.org>
38295
38296         * tests/test-vasnprintf-posix2.sh: New file.
38297         * tests/test-vasnprintf-posix2.c: New file.
38298         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
38299         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
38300         (Makefile.am): Activate test-vasnprintf-posix2.sh.
38301
38302         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
38303         a locale dependent decimal point, rather than always '.'.
38304
38305 2007-03-09  Eric Blake  <ebb9@byu.net>
38306
38307         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
38308         spite of platforms like Tandem/NSK that define it to -1.
38309
38310 2007-03-08  Bruno Haible  <bruno@clisp.org>
38311
38312         * modules/vprintf-posix-tests: New file.
38313         * tests/test-vprintf-posix.sh: New file.
38314         * tests/test-vprintf-posix.c: New file.
38315         * tests/test-printf-posix.h: New file.
38316
38317         * modules/vprintf-posix: New file.
38318         * lib/vprintf.c: New file.
38319         * m4/vprintf-posix.m4: New file.
38320         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
38321         REPLACE_VPRINTF.
38322         * lib/stdio_.h (vprintf): New declaration.
38323         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
38324         REPLACE_VPRINTF.
38325
38326 2007-03-08  Bruno Haible  <bruno@clisp.org>
38327
38328         * modules/fprintf-posix-tests: New file.
38329         * tests/test-fprintf-posix.sh: New file.
38330         * tests/test-fprintf-posix.c: New file.
38331
38332         * modules/fprintf-posix: New file.
38333         * lib/fprintf.c: New file.
38334         * m4/fprintf-posix.m4: New file.
38335         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
38336         REPLACE_FPRINTF.
38337         * lib/stdio_.h (fprintf): New declaration.
38338         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
38339         REPLACE_FPRINTF.
38340
38341 2007-03-08  Bruno Haible  <bruno@clisp.org>
38342
38343         * modules/vfprintf-posix-tests: New file.
38344         * tests/test-vfprintf-posix.sh: New file.
38345         * tests/test-vfprintf-posix.c: New file.
38346         * tests/test-fprintf-posix.h: New file.
38347         * tests/test-fprintf-posix.out: New file.
38348
38349         * modules/vfprintf-posix: New file.
38350         * lib/vfprintf.c: New file.
38351         * m4/vfprintf-posix.m4: New file.
38352         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
38353         REPLACE_VFPRINTF.
38354         * lib/stdio_.h (vfprintf): New declaration.
38355         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
38356         REPLACE_VFPRINTF.
38357
38358 2007-03-08  Bruno Haible  <bruno@clisp.org>
38359
38360         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
38361
38362 2007-03-08  Bruno Haible  <bruno@clisp.org>
38363
38364         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
38365         instead of 'expr' invocations.
38366         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
38367         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
38368         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
38369         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
38370         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
38371         Suggested by Paul Eggert.
38372
38373 2007-03-08  Bruno Haible  <bruno@clisp.org>
38374
38375         * modules/fseterr-tests: New file.
38376         * tests/test-fseterr.c: New file.
38377
38378         * modules/fseterr: New file.
38379         * lib/fseterr.h: New file.
38380         * lib/fseterr.c: New file.
38381
38382 2007-03-08  Bruno Haible  <bruno@clisp.org>
38383
38384         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
38385         * lib/getopt_.h: Likewise.
38386         * lib/mbswidth.h: Likewise.
38387         * lib/setenv.h: Likewise.
38388         * lib/vasnprintf.h: Likewise.
38389         * lib/vasprintf.h: Likewise.
38390         * lib/verror.h: Likewise.
38391         * lib/xsetenv.h: Likewise.
38392         * lib/xvasprintf.h: Likewise.
38393
38394 2007-03-08  Jim Meyering  <jim@meyering.net>
38395
38396         * users.txt: Add parted.
38397
38398         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
38399
38400 2007-03-07  Bruno Haible  <bruno@clisp.org>
38401
38402         * m4/printf.m4: Make the shell script snippets copy&pastable.
38403
38404 2007-03-02  Bruno Haible  <bruno@clisp.org>
38405
38406         * lib/netinet_in_.h: New file.
38407         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
38408         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
38409         * modules/netinet_in (Files): Add lib/netinet_in_.h.
38410         (Depends-on): Add absolute-header.
38411         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
38412         into netinet/in.h.
38413
38414 2007-03-03  Bruno Haible  <bruno@clisp.org>
38415
38416         * lib/sys_select_.h: New file.
38417         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
38418         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
38419         * modules/sys_select (Files): Add lib/sys_select_.h.
38420         (Depends-on): Add absolute-header.
38421         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
38422         into sys/select.h.
38423
38424 2007-03-02  Bruno Haible  <bruno@clisp.org>
38425
38426         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
38427         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
38428         values.
38429         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
38430         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
38431         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
38432         * modules/sys_socket (Depends-on): Add absolute-header.
38433         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
38434         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
38435         (Include): Remove requirement of inclusion of <sys/types.h>.
38436
38437 2007-03-02  Bruno Haible  <bruno@clisp.org>
38438
38439         * lib/byteswap_.h (bswap_32): Fix formula.
38440
38441 2007-03-06  Bruno Haible  <bruno@clisp.org>
38442
38443         * modules/sprintf-posix-tests: New file.
38444         * tests/test-sprintf-posix.c: New file.
38445
38446         * modules/sprintf-posix: New file.
38447         * lib/sprintf.c: New file.
38448         * m4/sprintf-posix.m4: New file.
38449         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
38450         REPLACE_SPRINTF.
38451         * lib/stdio_.h (sprintf): New declaration.
38452         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
38453         REPLACE_SPRINTF.
38454
38455 2007-03-06  Bruno Haible  <bruno@clisp.org>
38456
38457         * modules/vsprintf-posix-tests: New file.
38458         * tests/test-vsprintf-posix.c: New file.
38459         * tests/test-sprintf-posix.h: New file.
38460
38461         * modules/vsprintf-posix: New file.
38462         * lib/vsprintf.c: New file.
38463         * m4/vsprintf-posix.m4: New file.
38464         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
38465         REPLACE_VSPRINTF.
38466         * lib/stdio_.h (vsprintf): New declaration.
38467         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
38468         REPLACE_VSPRINTF.
38469
38470 2007-03-06  Bruno Haible  <bruno@clisp.org>
38471
38472         * modules/vsnprintf (Depend-on): Remove minmax.
38473
38474 2007-03-06  Bruno Haible  <bruno@clisp.org>
38475
38476         * modules/snprintf-posix-tests: New file.
38477         * tests/test-snprintf-posix.c: New file.
38478
38479         * modules/snprintf-posix: New file.
38480         * m4/snprintf-posix.m4: New file.
38481         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
38482         gl_FUNC_SNPRINTF.
38483         (gl_FUNC_SNPRINTF): Invoke it.
38484         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
38485         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
38486         is set.
38487         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
38488
38489 2007-03-06  Bruno Haible  <bruno@clisp.org>
38490
38491         * modules/vsnprintf-posix-tests: New file.
38492         * tests/test-vsnprintf-posix.c: New file.
38493         * tests/test-snprintf-posix.h: New file.
38494
38495         * modules/vsnprintf-posix: New file.
38496         * m4/vsnprintf-posix.m4: New file.
38497         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
38498         gl_FUNC_VSNPRINTF.
38499         (gl_FUNC_VSNPRINTF): Invoke it.
38500         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
38501         * lib/stdio_.h (vsnprintf): Define as a replacement if
38502         REPLACE_VSNPRINTF is set.
38503         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
38504
38505 2007-03-06  Bruno Haible  <bruno@clisp.org>
38506
38507         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
38508         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
38509
38510 2007-03-06  Bruno Haible  <bruno@clisp.org>
38511
38512         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
38513         (asinl): Declare also if HAVE_DECL_ASINL is set.
38514         (atanl): Declare also if HAVE_DECL_ATANL is set.
38515         (ceill): Declare also if HAVE_DECL_CEILL is set.
38516         (cosl): Declare also if HAVE_DECL_COSL is set.
38517         (expl): Declare also if HAVE_DECL_EXPL is set.
38518         (floorl): Declare also if HAVE_DECL_FLOORL is set.
38519         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
38520         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
38521         (logl): Declare also if HAVE_DECL_LOGL is set.
38522         (sinl): Declare also if HAVE_DECL_SINL is set.
38523         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
38524         (tanl): Declare also if HAVE_DECL_TANL is set.
38525         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
38526         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
38527         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
38528         declaration of frexpl, ldexpl.
38529         * modules/printf-frexpl (Depends-on): Add math.
38530         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
38531
38532 2007-03-05  Bruno Haible  <bruno@clisp.org>
38533
38534         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
38535         frexpl and ldexpl are declared.
38536         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
38537
38538 2007-03-05  Bruno Haible  <bruno@clisp.org>
38539
38540         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
38541         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
38542
38543 2007-03-05  Bruno Haible  <bruno@clisp.org>
38544
38545         * lib/stdio_.h: Include <stddef.h>.
38546
38547 2007-03-05  Bruno Haible  <bruno@clisp.org>
38548
38549         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
38550
38551 2007-03-05  Bruno Haible  <bruno@clisp.org>
38552
38553         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
38554         NetBSD 4, from Ralf Wildenhues.
38555
38556 2007-03-04  Bruno Haible  <bruno@clisp.org>
38557
38558         * lib/vasprintf.h: Update #if logic for the case when the functions
38559         exist but are overridden.
38560
38561 2007-03-04  Bruno Haible  <bruno@clisp.org>
38562
38563         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
38564         implementations: glibc-2.4 and MacOS X 10.3.
38565         * tests/test-vasnprintf-posix.c (test_function): Test also the case
38566         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
38567         * tests/test-vasprintf-posix.c (test_function): Likewise.
38568
38569 2007-03-04  Bruno Haible  <bruno@clisp.org>
38570
38571         * modules/vasprintf-posix-tests: New file.
38572         * tests/test-vasprintf-posix.c: New file.
38573
38574         * modules/vasprintf-posix: New file.
38575         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
38576         defined.
38577         * m4/vasprintf-posix.m4: New file.
38578         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
38579         gl_FUNC_VASPRINTF.
38580         (gl_FUNC_VASPRINTF): Invoke it.
38581         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
38582         here.
38583         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
38584
38585 2007-03-04  Bruno Haible  <bruno@clisp.org>
38586
38587         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
38588         REPLACE_GETTIMEOFDAY.
38589         * modules/sys_time (Makefile.am): Likewise.
38590         * m4/sys_time_h.m4: Likewise.
38591         * m4/gettimeofday.m4: Likewise.
38592
38593 2007-03-04  Bruno Haible  <bruno@clisp.org>
38594
38595         * modules/vasnprintf-posix-tests: New file.
38596         * tests/test-vasnprintf-posix.c: New file.
38597
38598         * modules/vasnprintf-posix: New file.
38599         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
38600         printf-frexpl.h.
38601         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
38602         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
38603         REPLACE_VASNPRINTF is defined.
38604         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
38605         gl_FUNC_VASNPRINTF.
38606         (gl_FUNC_VASNPRINTF): Invoke it.
38607         * m4/vasnprintf-posix.m4: New file.
38608         * m4/printf.m4: New file.
38609
38610 2007-03-04  Bruno Haible  <bruno@clisp.org>
38611
38612         Compile progreloc.c only if --enable-relocatable is specified.
38613         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
38614         if --enable-relocatable was specified.
38615         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
38616         lib_SOURCES.
38617
38618 2007-03-04  Jim Meyering  <jim@meyering.net>
38619
38620         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
38621         Use it consistently, rather than enumerating errno constants.
38622
38623 2007-03-04  Bruno Haible  <bruno@clisp.org>
38624
38625         * modules/xvasprintf-tests: New file.
38626         * tests/test-xvasprintf.c: New file.
38627
38628         * modules/vasprintf-tests: New file.
38629         * tests/test-vasprintf.c: New file.
38630
38631         * modules/vasnprintf-tests: New file.
38632         * tests/test-vasnprintf.c: New file.
38633
38634         * modules/vsnprintf-tests: New file.
38635         * tests/test-vsnprintf.c: New file.
38636
38637         * modules/snprintf-tests: New file.
38638         * tests/test-snprintf.c: New file.
38639
38640 2007-03-04  Bruno Haible  <bruno@clisp.org>
38641
38642         Compile relocatable.c only if --enable-relocatable is specified.
38643         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
38644         gl_RELOCATABLE_LIBRARY.
38645         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
38646         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
38647         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
38648         gl_RELOCATABLE_LIBRARY.
38649         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
38650         (Makefile.am): Remove lib_SOURCES.
38651         * modules/relocatable-lib-lgpl (configure.ac): Invoke
38652         gl_RELOCATABLE_LIBRARY.
38653         (Makefile.am): Remove lib_SOURCES.
38654         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
38655         always.
38656         * modules/relocatable-prog-wrapper (configure.ac): Invoke
38657         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
38658
38659 2007-03-04  Bruno Haible  <bruno@clisp.org>
38660
38661         * modules/argmatch-tests: New file.
38662         * tests/test-argmatch.c: New file.
38663
38664         * tests/test-allocsa.c (main): Halve the number of loop runs.
38665
38666         * modules/alloca-opt-tests: New file.
38667         * tests/test-alloca-opt.c: New file.
38668
38669 2007-03-04  Jim Meyering  <jim@meyering.net>
38670
38671         Work around difference between Linux ACLs and Solaris 10 ZFS.
38672         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
38673         for EINVAL.
38674
38675 2007-03-03  Bruno Haible  <bruno@clisp.org>
38676
38677         * modules/relocatable-prog (Depends-on): Add back progreloc's
38678         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
38679
38680 2007-03-03  Bruno Haible  <bruno@clisp.org>
38681
38682         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
38683         * modules/relocatable-lib: New file.
38684
38685 2007-03-03  Bruno Haible  <bruno@clisp.org>
38686
38687         * modules/relocatable-prog: Renamed from modules/relocatable.
38688         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
38689
38690 2007-03-03  Bruno Haible  <bruno@clisp.org>
38691
38692         * modules/relocatable-script (Files): Add doc/relocatable.texi,
38693         m4/relocatable-lib.m4.
38694         (Depends-on): Remove 'relocatable'.
38695         (configure.ac): Add gl_RELOCATABLE_NOP.
38696
38697 2007-03-03  Bruno Haible  <bruno@clisp.org>
38698
38699         * modules/relocatable-prog-wrapper: New file.
38700         * modules/relocatable (Depends-on): Add it. Remove all other
38701         dependencies except progname.
38702         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
38703
38704         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
38705         (gl_FUNC_STRERROR): Nop.
38706         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
38707
38708         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
38709         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
38710
38711         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
38712         (gl_FUNC_READLINK): Update.
38713
38714         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
38715
38716 2007-03-03  Bruno Haible  <bruno@clisp.org>
38717
38718         * lib/xreadlink.c: Include <unistd.h> unconditionally.
38719         * modules/xreadlink (Depends-on): Add unistd.
38720         * modules/xreadlink-with-size (Depends-on): Likewise.
38721
38722 2007-03-03  Bruno Haible  <bruno@clisp.org>
38723
38724         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
38725         extracted from gt_FUNC_SETENV.
38726         (gt_FUNC_SETENV): Remove macro.
38727         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
38728         remove gt_FUNC_SETENV.
38729
38730 2007-03-03  Bruno Haible  <bruno@clisp.org>
38731
38732         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
38733         ENABLE_RELOCATABLE here.
38734         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
38735
38736 2007-03-03  Bruno Haible  <bruno@clisp.org>
38737
38738         * modules/rbtreehash-list-tests (Depends-on): Add progname.
38739         * tests/test-rbtreehash_list.c: Include progname.h.
38740         (main): Call set_program_name.
38741
38742         * modules/rbtree-oset-tests (Depends-on): Add progname.
38743         * tests/test-rbtree_oset.c: Include progname.h.
38744         (main): Call set_program_name.
38745
38746         * modules/rbtree-list-tests (Depends-on): Add progname.
38747         * tests/test-rbtree_list.c: Include progname.h.
38748         (main): Call set_program_name.
38749
38750         * modules/linked-list-tests (Depends-on): Add progname.
38751         * tests/test-linked_list.c: Include progname.h.
38752         (main): Call set_program_name.
38753
38754 2007-03-03  Bruno Haible  <bruno@clisp.org>
38755
38756         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
38757         All uses of __restrict changed to _Restrict_.
38758         * lib/glob_.h (__restrict): Remove macro.
38759
38760 2007-03-02  Bruno Haible  <bruno@clisp.org>
38761
38762         * modules/gettext (configure.ac): Require gettext infrastructure
38763         from version 0.16.1.
38764
38765 2007-03-02  Bruno Haible  <bruno@clisp.org>
38766
38767         * modules/linkedhash-list-tests (Depends-on): Add progname.
38768         * tests/test-linkedhash_list.c: Include progname.h.
38769         (main): Call set_program_name.
38770
38771         * modules/carray-list-tests (Depends-on): Add progname.
38772         * tests/test-carray_list.c: Include progname.h.
38773         (main): Call set_program_name.
38774
38775         * modules/avltreehash-list-tests (Depends-on): Add progname.
38776         * tests/test-avltreehash_list.c: Include progname.h.
38777         (main): Call set_program_name.
38778
38779         * modules/avltree-oset-tests (Depends-on): Add progname.
38780         * tests/test-avltree_oset.c: Include progname.h.
38781         (main): Call set_program_name.
38782
38783         * modules/avltree-list-tests (Depends-on): Add progname.
38784         * tests/test-avltree_list.c: Include progname.h.
38785         (main): Call set_program_name.
38786
38787         * modules/array-oset-tests (Depends-on): Add progname.
38788         * tests/test-array_oset.c: Include progname.h.
38789         (main): Call set_program_name.
38790
38791         * modules/array-list-tests (Depends-on): Add progname.
38792         * tests/test-array_list.c: Include progname.h.
38793         (main): Call set_program_name.
38794
38795         * modules/argp-tests (Depends-on): Add progname.
38796         * tests/test-argp.c: Include argp.h first. Include progname.h.
38797         (main): Call set_program_name.
38798
38799 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
38800
38801         * doc/gnulib-tool.texi (Initial import): Reword description of
38802         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
38803         limited effect even if defined after the first system include.
38804
38805 2007-03-01  Bruno Haible  <bruno@clisp.org>
38806
38807         * build-aux/config.libpath: Update to libtool-1.5.22.
38808         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
38809
38810 2007-03-01  Bruno Haible  <bruno@clisp.org>
38811
38812         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
38813         foo_CFLAGS.
38814         Reported by Ralf Wildenhues.
38815
38816 2007-03-01  Bruno Haible  <bruno@clisp.org>
38817
38818         * build-aux/install-reloc: Remove object files left over by some
38819         compilers.
38820         Reported by Ralf Wildenhues.
38821
38822 2007-03-01  Bruno Haible  <bruno@clisp.org>
38823
38824         * build-aux/install-reloc: Break long lines.
38825
38826 2007-03-01  Bruno Haible  <bruno@clisp.org>
38827
38828         * doc/relocatable.texi: Document that it may not work on OpenBSD.
38829         Reported by Ralf Wildenhues.
38830
38831 2007-03-01  Bruno Haible  <bruno@clisp.org>
38832
38833         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
38834         include ordering constraints.
38835
38836 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
38837
38838         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
38839         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
38840         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
38841         as another example.
38842         * lib/time_.h: Fix misspelling.
38843         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
38844         Require gl_HEADER_TIME_H_DEFAULTS.
38845         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
38846         * m4/time_r.m4 (gl_TIME_R): Likewise.
38847         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
38848
38849 2007-03-01  Bruno Haible  <bruno@clisp.org>
38850
38851         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
38852         * m4/utimens.m4 (gl_UTIMENS): Likewise.
38853
38854 2007-03-01  Jim Meyering  <jim@meyering.net>
38855
38856         * modules/xreadlink (Maintainer): Add my name.
38857         * modules/xreadlink-with-size (Depends-on): Alphabetize.
38858
38859 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
38860             Bruno Haible  <bruno@clisp.org>
38861
38862         * build-aux/install-reloc: Compile also c-ctype.c.
38863         * build-aux/relocatable.sh.in: New file.
38864         * doc/relocatable.texi: New file.
38865         * doc/relocatable-maint.texi: New file.
38866         * doc/gnulib.texi: Include relocatable-maint.texi.
38867         * lib/progreloc.c: Include unistd.h unconditionally.
38868         * lib/relocwrapper.c: Include unistd.h unconditionally.
38869         Include c-ctype.h.
38870         (add_dotbin): Use c_tolower.
38871         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
38872         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
38873         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
38874         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
38875         to m4/relocatable-lib.m4.
38876         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
38877         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
38878         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
38879         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
38880         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
38881         * modules/relocatable: New file.
38882         * modules/relocatable-lib: New file.
38883         * modules/relocatable-script: New file.
38884
38885 2007-02-28  Bruno Haible  <bruno@clisp.org>
38886
38887         Import --enable-relocatable infrastructure.
38888         * build-aux/config.libpath: New file, from GNU gettext.
38889         * build-aux/install-reloc: New file, from GNU gettext.
38890         * build-aux/reloc-ldflags: New file, from GNU gettext.
38891         * lib/relocatable.h: New file, from GNU gettext.
38892         * lib/relocatable.c: New file, from GNU gettext.
38893         * lib/relocwrapper.c: New file, from GNU gettext.
38894         * m4/relocatable.m4: New file, from GNU gettext.
38895
38896 2007-02-28  Bruno Haible  <bruno@clisp.org>
38897
38898         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
38899
38900         * modules/xreadlink: New file, from GNU gettext with modifications.
38901         * lib/xreadlink.c: New file, from GNU gettext.
38902         * lib/xreadlink.h: Add comments.
38903         (xreadlink): New declaration.
38904
38905         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
38906         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
38907         lib/xreadlink-with-size.c.
38908         (configure.ac): Remove gl_XREADLINK invocation.
38909         (Makefile.am): Augment lib_SOURCES.
38910         * m4/xreadlink.m4: Remove file.
38911         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
38912         (xreadlink_with_size): Renamed from xreadink.
38913         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
38914         * modules/canonicalize (Depends-on): Replace xreadlink with
38915         xreadlink-with-size.
38916         * lib/canonicalize.c (canonicalize_filename_mode): Update.
38917
38918 2007-02-25  Jim Meyering  <jim@meyering.net>
38919
38920         * build-aux/announce-gen: When complaining about excess arguments,
38921         list them.
38922
38923 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
38924
38925         * README: Document signed integer overflow situation more
38926         accurately.
38927
38928 2007-02-25  Bruno Haible  <bruno@clisp.org>
38929
38930         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
38931         'a' or 'A' conversion.
38932
38933 2007-02-25  Bruno Haible  <bruno@clisp.org>
38934
38935         * modules/filename: Renamed from modules/pathname.
38936         (Files): Replace lib/pathname.h with lib/filename.h. Replace
38937         lib/concatpath.c with lib/concat-filename.c.
38938         (Makefile.am): Update.
38939         (Include): Replace pathname.h with filename.h.
38940         * lib/filename.h: Renamed from lib/pathname.h.
38941         (concatenated_filename): Renamed from concatenated_pathname.
38942         * lib/concat-filename.c: Renamed from lib/concatpath.c.
38943         (concatenated_filename): Renamed from concatenated_pathname.
38944         * lib/findprog.c: Include filename.h instead of pathname.h.
38945         (find_in_path): Update.
38946         * lib/javacomp.c: Include filename.h instead of pathname.h.
38947         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
38948         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
38949         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
38950         is_oldgcj_14_13_usable, is_javac_usable): Update.
38951         * lib/javaexec.c: Include filename.h instead of pathname.h.
38952         (execute_java_class): Update.
38953         * modules/findprog: Update.
38954         * modules/javacomp: Update.
38955         * modules/javaexec: Update.
38956         * MODULES.html.sh (File system functions): Add 'filename', remove
38957         'pathname'.
38958
38959 2007-02-25  Bruno Haible  <bruno@clisp.org>
38960
38961         * modules/printf-frexpl-tests: New file.
38962         * tests/test-printf-frexpl.c: New file.
38963
38964         * modules/printf-frexpl: New file.
38965         * lib/printf-frexpl.h: New file.
38966         * lib/printf-frexpl.c: New file.
38967         * m4/printf-frexpl.m4: New file.
38968
38969 2007-02-25  Bruno Haible  <bruno@clisp.org>
38970
38971         * modules/printf-frexp-tests: New file.
38972         * tests/test-printf-frexp.c: New file.
38973
38974         * modules/printf-frexp: New file.
38975         * lib/printf-frexp.h: New file.
38976         * lib/printf-frexp.c: New file.
38977         * m4/printf-frexp.m4: New file.
38978
38979 2007-02-25  Bruno Haible  <bruno@clisp.org>
38980
38981         Assume automake >= 1.10 for the tests.
38982         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
38983         * modules/arctwo-tests: Likewise.
38984         * modules/argp-tests: Likewise.
38985         * modules/avltree-list-tests: Likewise.
38986         * modules/avltree-oset-tests: Likewise.
38987         * modules/avltreehash-list-tests: Likewise.
38988         * modules/carray-list-tests: Likewise.
38989         * modules/crc-tests: Likewise.
38990         * modules/des-tests: Likewise.
38991         * modules/gc-arcfour-tests: Likewise.
38992         * modules/gc-arctwo-tests: Likewise.
38993         * modules/gc-des-tests: Likewise.
38994         * modules/gc-hmac-md5-tests: Likewise.
38995         * modules/gc-hmac-sha1-tests: Likewise.
38996         * modules/gc-md2-tests: Likewise.
38997         * modules/gc-md4-tests: Likewise.
38998         * modules/gc-md5-tests: Likewise.
38999         * modules/gc-pbkdf2-sha1-tests: Likewise.
39000         * modules/gc-rijndael-tests: Likewise.
39001         * modules/gc-sha1-tests: Likewise.
39002         * modules/gc-tests: Likewise.
39003         * modules/getaddrinfo-tests: Likewise.
39004         * modules/hmac-md5-tests: Likewise.
39005         * modules/hmac-sha1-tests: Likewise.
39006         * modules/linked-list-tests: Likewise.
39007         * modules/linkedhash-list-tests: Likewise.
39008         * modules/lock-tests: Likewise.
39009         * modules/md2-tests: Likewise.
39010         * modules/md4-tests: Likewise.
39011         * modules/md5-tests: Likewise.
39012         * modules/rbtree-list-tests: Likewise.
39013         * modules/rbtree-oset-tests: Likewise.
39014         * modules/rbtreehash-list-tests: Likewise.
39015         * modules/read-file-tests: Likewise.
39016         * modules/rijndael-tests: Likewise.
39017         * modules/stdint-tests: Likewise.
39018         * modules/tls-tests: Likewise.
39019
39020 2007-02-24  Bruno Haible  <bruno@clisp.org>
39021
39022         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
39023         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
39024         function; instead check whether isnan with a double argument links.
39025         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
39026         function; instead check whether isnan with a 'long double' argument
39027         links.
39028         Reported by Eric Blake <ebb9@byu.net>.
39029
39030 2007-02-24  Bruno Haible  <bruno@clisp.org>
39031
39032         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
39033         defined.
39034         * lib/isnanl.c: Remove all code. Just include isnan.c.
39035         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
39036
39037 2007-02-25  Jim Meyering  <jim@meyering.net>
39038
39039         Avoid conflicting types for 'unsetenv' on FreeBSD.
39040         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
39041         conflicting with FreeBSD's (5.0 and 6.1) function declaration
39042         in stdlib.h.
39043
39044 2007-02-24  Bruno Haible  <bruno@clisp.org>
39045
39046         * modules/isnanl-nolibm-tests: New file.
39047         * tests/test-isnanl.c: New file.
39048
39049         * modules/isnanl-nolibm: New file.
39050         * lib/isnanl.h: New file.
39051         * lib/isnanl.c: New file.
39052         * m4/isnanl.m4: New file.
39053
39054 2007-02-24  Bruno Haible  <bruno@clisp.org>
39055
39056         * modules/isnan-nolibm-tests: New file.
39057         * tests/test-isnan.c: New file.
39058
39059         * modules/isnan-nolibm: New file.
39060         * lib/isnan.h: New file.
39061         * lib/isnan.c: New file.
39062         * m4/isnan.m4: New file.
39063
39064 2007-02-24  Bruno Haible  <bruno@clisp.org>
39065
39066         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
39067         assume that an exponent fits in 20 bits.
39068
39069 2007-02-24  Jim Meyering  <jim@meyering.net>
39070
39071         * m4/regex.m4: Update the description of the configure-time option,
39072         --without-included-regex, to state accurately what the defaults are,
39073         and perhaps to give people an idea why using this option is risky.
39074
39075 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
39076
39077         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
39078         loops on small arguments.  This attempts to avoid the problem
39079         Bruno Haible reported for AIX 4.3.2 in
39080         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
39081
39082 2007-02-23  Bruno Haible  <bruno@clisp.org>
39083
39084         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
39085         Needed for help2man.
39086
39087 2007-02-23  Karl Berry  <karl@gnu.org>
39088
39089         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
39090         exists, foo.h should be cvs-ignored, not committed.
39091
39092 2007-02-23  Eric Blake  <ebb9@byu.net>
39093
39094         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
39095         * lib/stat-time.h (includes): Likewise.
39096         * lib/utimecmp.c (includes): Likewise.
39097         * lib/utimens.h (includes): Likewise.
39098         * lib/getdate.y (includes): Also include "timespec.h" for use
39099         internal to the module.
39100         * modules/utimens (Depends-on): Revert yesterday's patch.
39101         * modules/nanosleep (Depends-on): Add missing dependency.
39102
39103 2007-02-22  Bruno Haible  <bruno@clisp.org>
39104
39105         * lib/glob.c: Don't include getlogin_r.h.
39106
39107 2007-02-22  Jim Meyering  <jim@meyering.net>
39108
39109         * modules/utimens (Depends-on): Add timespec, required for
39110         utimens.h's inclusion of timespec.h.
39111
39112 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
39113
39114         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
39115         long unreadable paths in GNU/Linux.  Problem reported by Andreas
39116         Schwab in
39117         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
39118         I'll try to think of a better way to fix the Solaris problem.
39119
39120         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
39121         like glibc; on Solaris 10, it fails with errno == EINVAL.
39122         POSIX says the behavior is unspecified if the first argument is NULL,
39123         so play it safe and never pass NULL to the system getcwd.
39124
39125 2007-02-21  Jim Meyering  <jim@meyering.net>
39126
39127         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
39128         of gettimeofday.  It would conflict with the one now always
39129         provided via sys_time_.h.  Reported by Matthew Woehlke, as
39130         an IRIX 6.5 build failure.
39131
39132 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
39133
39134         Minor fixups to port to Solaris 10 with Sun C 5.8.
39135         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
39136         * modules/getcwd (Depends-on): Add dirfd.
39137         * lib/putenv.c (putenv): #undef it.
39138         (rpl_putenv): New decl.
39139         (malloc, free): Include <stdlib.h> rather than prototyping separately.
39140
39141 2007-02-20  Bruno Haible  <bruno@clisp.org>
39142
39143         * modules/stdio-tests: New file.
39144         * tests/test-stdio.c: New file.
39145
39146         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
39147         (Depends-on): Add stdio.
39148         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
39149         (Include): Use <stdio.h> instead of vsnprintf.h.
39150         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
39151         HAVE_DECL_VSNPRINTF.
39152         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
39153
39154         * modules/snprintf (Files): Remove lib/snprintf.h.
39155         (Depends-on): Add stdio.
39156         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
39157         (Include): Use <stdio.h> instead of snprintf.h.
39158         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
39159         HAVE_DECL_SNPRINTF.
39160         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
39161         * lib/getaddrinfo.c: Likewise.
39162
39163         * modules/stdio: New file.
39164         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
39165         * lib/snprintf.h: Remove file.
39166         * lib/vsnprintf.h: Remove file.
39167         * lib/.cppi-disable: Remove snprintf.h.
39168         * m4/stdio_h.m4: New file.
39169         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
39170
39171 2007-02-20  Jim Meyering  <jim@meyering.net>
39172
39173         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
39174         used by e.g., mingw.  From Bruno Haible.
39175
39176 2007-02-19  Bruno Haible  <bruno@clisp.org>
39177
39178         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
39179         warnings.
39180         Reported by Ben Pfaff <blp@cs.stanford.edu>.
39181
39182 2007-02-19  Bruno Haible  <bruno@clisp.org>
39183
39184         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
39185         from mingw users.
39186
39187 2007-02-19  Bruno Haible  <bruno@clisp.org>
39188
39189         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
39190         warnings.
39191         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
39192
39193 2007-02-19  Jim Meyering  <jim@meyering.net>
39194
39195         Don't use FD after a successful "fdopendir (fd)".
39196         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
39197         Reset it by calling dirfd on the just-obtained DIR*.
39198
39199         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
39200         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
39201
39202 2007-02-18  Bruno Haible  <bruno@clisp.org>
39203
39204         * lib/readlink.c: Include <unistd.h>.
39205         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
39206         HAVE_READLINK.
39207         * modules/readlink (Depends-on): Add unistd.
39208         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39209         (Include): Add <unistd.h>.
39210
39211         * lib/getlogin_r.h: Remove file.
39212         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
39213         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
39214         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
39215         HAVE_DECL_GETLOGIN_R.
39216         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
39217         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39218         (Include): Use <unistd.h> instead of getlogin_r.h.
39219
39220         * lib/getcwd.h: Remove file.
39221         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
39222         * lib/xgetcwd.c: Likewise.
39223         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
39224         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
39225         * modules/getcwd (Files): Remove lib/getcwd.h.
39226         (Depends-on): Add unistd.
39227         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39228         (Include): Use <unistd.h> instad of getcwd.h.
39229
39230         * lib/ftruncate.c: Include <unistd.h> first.
39231         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
39232         Set HAVE_FTRUNCATE.
39233         * modules/ftruncate (Depends-on): Add unistd.
39234         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39235
39236         * lib/fchdir.c: Include <unistd.h> first.
39237         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
39238         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
39239         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
39240         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39241         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
39242
39243         * lib/dup2.c: Include <unistd.h> first.
39244         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
39245         HAVE_DUP2.
39246         * modules/dup2 (Depends-on): Add unistd.
39247         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39248
39249         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
39250         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
39251         REPLACE_CHOWN. Don't define chown as a macro here.
39252         * modules/chown (Depends-on): Add unistd.
39253         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39254
39255         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
39256         Add definition for GL_LINK_WARNING.
39257         (chown, dup2): New declarations.
39258         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
39259         link warning.
39260         (ftruncate): New declaration.
39261         (getcwd): New declaration, taken from old getcwd.h.
39262         (getlogin_r): New declaration, taken from old getlogin_r.h.
39263         (readlink): New declaration.
39264         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
39265         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
39266         (gl_PREREQ_UNISTD): Remove macro.
39267         (gl_UNISTD_MODULE_INDICATOR): New macro.
39268         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
39269         many new variables. Don't set UNISTD_H.
39270         * modules/unistd (Description): Change.
39271         (Depends-on): Add link-warning.
39272         (configure.ac): Update.
39273         (Makefile.am): Create unistd.h always. Substitute many new variables
39274         into it.
39275
39276 2007-02-18  Bruno Haible  <bruno@clisp.org>
39277
39278         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
39279         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
39280         HAVE_GETSUBOPT.
39281         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
39282         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
39283         * lib/getsubopt.h: Remove file.
39284         * modules/getsubopt (Files): Remove lib/getsubopt.h.
39285         (Depends-on): Add stdlib.
39286         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
39287         (Includes): Use <stdlib.h> instead of getsubopt.h.
39288         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
39289         Set HAVE_GETSUBOPT.
39290         * lib/getsubopt.c: Don't include getsubopt.h.
39291
39292 2007-02-18  Bruno Haible  <bruno@clisp.org>
39293
39294         * modules/fchdir (Depends-on): Add dup2.
39295
39296 2007-02-18  Bruno Haible  <bruno@clisp.org>
39297
39298         * lib/stdlib_.h: Handle glibc's special invocation convention
39299         specially.
39300
39301 2007-02-18  Bruno Haible  <bruno@clisp.org>
39302
39303         * modules/stdlib-tests: New file.
39304         * tests/test-stdlib.c: New file.
39305
39306         * modules/mkstemp (Files): Remove lib/mkstemp.h.
39307         (Depends-on): Add stdlib.
39308         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
39309         (Includes): Use <stdlib.h> instead of mkstemp.h.
39310         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
39311         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
39312         * lib/mkstemp.c: Don't include mkstemp.h.
39313         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
39314         * lib/stdlib--.h: Don't include mkstemp.h.
39315
39316         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
39317         (Depends-on): Add stdlib.
39318         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
39319         (Includes): Use <stdlib.h> instead of mkdtemp.h.
39320         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
39321         HAVE_MKDTEMP.
39322         * lib/mkdtemp.c: Don't include mkdtemp.h.
39323         * lib/clean-temp.c: Don't include mkdtemp.h.
39324
39325         * modules/exit (Files): Remove lib/exit.h.
39326         (Depends-on): Add stdlib.
39327         (Makefile.am): Remove lib_SOURCES.
39328         (Include): Use <stdlib.h> instead of exit.h.
39329         * lib/argmatch.c: Don't include exit.h.
39330         * lib/execute.c: Likewise.
39331         * lib/pagealign_alloc.c: Likewise.
39332         * lib/pipe.c: Likewise.
39333         * lib/wait-process.c: Likewise.
39334         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
39335         * lib/exitfail.c: Likewise.
39336         * lib/savewd.c: Likewise.
39337         * lib/xsetenv.c: Likewise.
39338
39339         * modules/stdlib: New file.
39340         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
39341         and extra comments about mkstemp().
39342         * lib/exit.h: Remove file.
39343         * lib/mkdtemp.h: Remove file.
39344         * lib/mkstemp.h: Remove file.
39345         * m4/stdlib_h.m4: New file.
39346         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
39347
39348 2007-02-18  Bruno Haible  <bruno@clisp.org>
39349
39350         * modules/math-tests: New file.
39351         * tests/test-math.c: New file.
39352
39353         * modules/math: New file.
39354         * modules/mathl (Files): Remove lib/mathl.h.
39355         (Depends-on): Add math.
39356         (Makefile.am): Don't mention mathl.h.
39357         (Include): Use <math.h> instead of mathl.h.
39358         * lib/math_.h: New file.
39359         * lib/mathl.h: Remove file.
39360         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
39361         mathl.h.
39362         * lib/asinl.c: Likewise.
39363         * lib/atanl.c: Likewise.
39364         * lib/ceill.c: Likewise.
39365         * lib/cosl.c: Likewise.
39366         * lib/expl.c: Likewise.
39367         * lib/floorl.c: Likewise.
39368         * lib/frexpl.c: Likewise.
39369         * lib/ldexpl.c: Likewise.
39370         * lib/logl.c: Likewise.
39371         * lib/sincosl.c: Likewise.
39372         * lib/sinl.c: Likewise.
39373         * lib/sqrtl.c: Likewise.
39374         * lib/tanl.c: Likewise.
39375         * lib/trigl.c: Likewise.
39376         * m4/math_h.m4: New file.
39377         * MODULES.html.sh (Mathematics): Add math.
39378
39379 2007-02-17  Bruno Haible  <bruno@clisp.org>
39380
39381         * modules/wctype-tests: New file.
39382         * tests/test-wctype.c: New file.
39383
39384         * modules/wchar-tests: New file.
39385         * tests/test-wchar.c: New file.
39386
39387         * modules/unistd-tests: New file.
39388         * tests/test-unistd.c: New file.
39389
39390         * modules/time-tests: New file.
39391         * tests/test-time.c: New file.
39392
39393         * modules/sysexits-tests: New file.
39394         * tests/test-sysexits.c: New file.
39395
39396         * modules/sys_time-tests: New file.
39397         * tests/test-sys_time.c: New file.
39398
39399         * modules/sys_stat-tests: New file.
39400         * tests/test-sys_stat.c: New file.
39401
39402         * modules/sys_socket-tests: New file.
39403         * tests/test-sys_socket.c: New file.
39404
39405         * modules/sys_select-tests: New file.
39406         * tests/test-sys_select.c: New file.
39407
39408         * modules/string-tests: New file.
39409         * tests/test-string.c: New file.
39410
39411         * modules/stdbool-tests: New file.
39412         * tests/test-stdbool.c: New file.
39413
39414         * modules/netinet_in-tests: New file.
39415         * tests/test-netinet_in.c: New file.
39416
39417         * modules/inttypes-tests: New file.
39418         * tests/test-inttypes.c: New file.
39419
39420         * modules/fcntl-tests: New file.
39421         * tests/test-fcntl.c: New file.
39422
39423         * modules/byteswap-tests: New file.
39424         * tests/test-byteswap.c: New file.
39425
39426         * modules/arpa_inet-tests: New file.
39427         * tests/test-arpa_inet.c: New file.
39428
39429 2007-02-17  Bruno Haible  <bruno@clisp.org>
39430
39431         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
39432         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
39433         if the corresponding module is not enabled. Emit link warnings if
39434         the function is used nevertheless.
39435         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
39436         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
39437         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
39438         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
39439         * modules/inttypes (Depends-on): Add link-warning.
39440         (Makefile.am): Copy the contents of build-aux/link-warning.h into
39441         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
39442         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
39443         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
39444         * modules/imaxdiv (configure.ac): Likewise.
39445         * modules/strtoimax (configure.ac): Likewise.
39446         * modules/strtoumax (configure.ac): Likewise.
39447
39448 2007-02-17  Bruno Haible  <bruno@clisp.org>
39449
39450         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
39451         gl_STRING_MODULE_INDICATOR_DEFAULTS.
39452         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
39453         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
39454
39455 2007-02-17  Bruno Haible  <bruno@clisp.org>
39456
39457         * modules/link-warning: New file.
39458         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
39459         * lib/string_.h (GL_LINK_WARNING): Remove definition.
39460         * modules/string (Depends-on): Add link-warning.
39461         (Makefile.am): Copy the contents of build-aux/link-warning.h into
39462         string.h.
39463         * MODULES.html.sh (Support for building libraries and executables): Add
39464         link-warning.
39465
39466 2007-02-17  Bruno Haible  <bruno@clisp.org>
39467
39468         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
39469         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
39470         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
39471         long lines.
39472
39473 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
39474             Bruno Haible  <bruno@clisp.org>
39475
39476         * modules/tmpfile: New file.
39477         * lib/tmpfile.c: New file.
39478         * m4/tmpfile.m4: New file.
39479         * MODULES.html.sh (func_all_modules): New section "Input/output".
39480
39481 2007-02-15  Bruno Haible  <bruno@clisp.org>
39482
39483         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
39484         (supports_delete_on_close): New function.
39485         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
39486
39487 2007-02-14  Bruno Haible  <bruno@clisp.org>
39488
39489         * modules/mbspcasecmp-tests: New file.
39490         * tests/test-mbspcasecmp.sh: New file.
39491         * tests/test-mbspcasecmp.c: New file.
39492
39493         New module mbspcasecmp.
39494         * modules/mbspcasecmp: New file.
39495         * lib/mbspcasecmp.c: New file.
39496         * lib/string_.h (strncasecmp): Change warning message.
39497         (mbspcasecmp): New declaration.
39498         * m4/mbspcasecmp.m4: New file.
39499         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39500         GNULIB_MBSPCASECMP.
39501         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
39502         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
39503
39504 2007-02-14  Bruno Haible  <bruno@clisp.org>
39505
39506         * modules/mbsncasecmp-tests: New file.
39507         * tests/test-mbsncasecmp.sh: New file.
39508         * tests/test-mbsncasecmp.c: New file.
39509
39510         New module mbsncasecmp.
39511         * modules/mbsncasecmp: New file.
39512         * lib/mbsncasecmp.c: New file.
39513         * lib/string_.h (mbsncasecmp): New declaration.
39514         * m4/mbsncasecmp.m4: New file.
39515         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39516         GNULIB_MBSNCASECMP.
39517         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
39518         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
39519
39520 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
39521
39522         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
39523         Verify that it doesn't overlap with our flags.
39524         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
39525         do not have the desired effect in multibyte locales; instead, use
39526         mbscasecmp.
39527         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
39528         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
39529         we don't require GNU fnmatch ourselves (if our users require it, they
39530         should do so explicitly).
39531
39532         Fix regex code so it doesn't rely on strcasecmp.
39533         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
39534         Otherwise, include gnulib's langinfo.h.
39535         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
39536         undesirable behavior in non-C locales.  Instead, rely on localecharset.
39537         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
39538         * modules/regex (FILES): Remove m4/codeset.m4.
39539         (Depends-on): Add localcharset.  Remove strcase.
39540
39541 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39542
39543         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
39544         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
39545
39546 2007-02-13  Bruno Haible  <bruno@clisp.org>
39547
39548         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
39549         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
39550
39551 2007-02-12  Bruno Haible  <bruno@clisp.org>
39552
39553         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
39554         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
39555         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
39556         time warning rather than a link error.
39557
39558 2007-02-12  Bruno Haible  <bruno@clisp.org>
39559
39560         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
39561         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
39562         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
39563
39564 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
39565
39566         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
39567         args, not 2.
39568
39569 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
39570
39571         New module 'time', so that apps can include <time.h> as per
39572         POSIX and GNU instead of separate include files like time_r.h
39573         and timegm.h.  This implementation tries out a simpler approach
39574         for replacing decls in standard include files (as compared to
39575         the string module), somewhat as an experiment.
39576
39577         * config/srclist.txt: Comment out mktime.c for now.
39578         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
39579         since it doesn't apply any more.  Use generic wording instead.
39580         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
39581         'time'.
39582         * lib/time_.h, m4/time_h.m4, modules/time: New files.
39583         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
39584         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
39585         Don't include <sys/types.h>; no longer needed since we assume C89.
39586         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
39587         * lib/strftime.c: Likewise.
39588         * lib/time_r.c: Likewise.
39589         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
39590         * lib/nanosleep.c: Include <time.h> first, to check interface.
39591         * lib/strptime.c: Likewise.
39592         * lib/time_r.c: Likewise.
39593         * lib/timegm.c: Likewise.
39594         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
39595         needed.
39596         * lib/timegm.c: Don't include timegm.h; no longer needed.
39597         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
39598         time.h now handles any problems in that area.
39599         (struct timespec, nanosleep): Remove; time.h now arranges for these.
39600         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
39601         that time.h defines struct timespec.
39602         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
39603         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
39604         handles that.
39605         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
39606         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
39607         needed.  Set REPLACE_LOCALTIME.
39608         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
39609         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
39610         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
39611         nanosleep; time_h.m4 now does that.  Don't require
39612         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
39613         module handles this now.
39614         * modules/getdate (Depends-on): Remove timespec.  Add time.
39615         * modules/nanosleep (Depends-on): Likewise.
39616         * modules/stat-time (Depends-on): Likewise.
39617         * modules/nanosleep (Include): Include time.h, not timespec.h.
39618         * modules/strptime (Files): Remove lib/strptime.h.
39619         (Depends-on): Add extensions, time.
39620         (Include): Include time.h, not strptime.h.
39621         * modules/time_r (Files): Remove lib/time_r.h.
39622         (Depends-on): Add time.
39623         (Include): Include time.h, not time_r.h.
39624         * modules/timegm: Likewise.
39625         * modules/timespec (Description): Now does timespec-related decls
39626         of our own, instead of struct timespec itself.
39627         (Depends-on): Add time; remove extensions.
39628         (Maintainer): Add self.
39629         * modules/utimecmp (Depends-on): Add time; remove timespec.
39630         * modules/utimens (Depends-on): Likewise.
39631         * modules/xnanosleep (Depends-on): Likewise.
39632
39633 2007-02-11  Bruno Haible  <bruno@clisp.org>
39634
39635         * lib/c-strstr.c: Include allocsa.h.
39636         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
39637         * lib/c-strcasestr.c: Include allocsa.h.
39638         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
39639         * lib/strcasestr.c: Include allocsa.h.
39640         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
39641         * lib/mbsstr.c: Include allocsa.h.
39642         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
39643         allocsa/freesa instead of malloc/free.
39644         * lib/mbscasestr.c: Include allocsa.h.
39645         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
39646         allocsa/freesa instead of malloc/free.
39647         * modules/c-strstr (Depends-on): Add allocsa.
39648         * modules/c-strcasestr (Depends-on): Likewise.
39649         * modules/strcasestr (Depends-on): Likewise.
39650         * modules/mbsstr (Depends-on): Likewise.
39651         * modules/mbscasestr (Depends-on): Likewise.
39652
39653 2007-02-11  Bruno Haible  <bruno@clisp.org>
39654
39655         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
39656
39657         * modules/mbsspn-tests: New file.
39658         * tests/test-mbsspn.sh: New file.
39659         * tests/test-mbsspn.c: New file.
39660
39661 2007-02-11  Bruno Haible  <bruno@clisp.org>
39662
39663         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
39664
39665         * modules/mbspbrk-tests: New file.
39666         * tests/test-mbspbrk.sh: New file.
39667         * tests/test-mbspbrk.c: New file.
39668
39669 2007-02-11  Bruno Haible  <bruno@clisp.org>
39670
39671         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
39672         unneeded cast.
39673
39674         * modules/mbscspn-tests: New file.
39675         * tests/test-mbscspn.sh: New file.
39676         * tests/test-mbscspn.c: New file.
39677
39678 2007-02-11  Bruno Haible  <bruno@clisp.org>
39679
39680         * modules/mbscasecmp-tests: New file.
39681         * tests/test-mbscasecmp.sh: New file.
39682         * tests/test-mbscasecmp.c: New file.
39683
39684 2007-02-11  Bruno Haible  <bruno@clisp.org>
39685
39686         Ensure O(n) worst-case complexity of mbscasestr.
39687         * lib/mbscasestr.c: Include stdbool.h.
39688         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
39689         functions.
39690         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
39691         the bookkeeping indicates that it's worth it.
39692         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
39693
39694         * modules/mbscasestr-tests: New file.
39695         * tests/test-mbscasestr1.c: New file.
39696         * tests/test-mbscasestr2.sh: New file.
39697         * tests/test-mbscasestr2.c: New file.
39698         * tests/test-mbscasestr3.sh: New file.
39699         * tests/test-mbscasestr3.c: New file.
39700         * tests/test-mbscasestr4.sh: New file.
39701         * tests/test-mbscasestr4.c: New file.
39702         * m4/locale-tr.m4: New file.
39703
39704 2007-02-11  Bruno Haible  <bruno@clisp.org>
39705
39706         Ensure O(n) worst-case complexity of mbsstr.
39707         * lib/mbsstr.c: Include stdbool.h.
39708         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
39709         functions.
39710         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
39711         bookkeeping indicates that it's worth it.
39712         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
39713
39714         * modules/mbsstr-tests: New file.
39715         * tests/test-mbsstr1.c: New file.
39716         * tests/test-mbsstr2.sh: New file.
39717         * tests/test-mbsstr2.c: New file.
39718         * tests/test-mbsstr3.sh: New file.
39719         * tests/test-mbsstr3.c: New file.
39720         * m4/locale-fr.m4: New file.
39721
39722 2007-02-11  Bruno Haible  <bruno@clisp.org>
39723
39724         * lib/mbsrchr.c (mbsrchr): Fix bug.
39725
39726         * modules/mbsrchr-tests: New file.
39727         * tests/test-mbsrchr.sh: New file.
39728         * tests/test-mbsrchr.c: New file.
39729
39730 2007-02-11  Bruno Haible  <bruno@clisp.org>
39731
39732         * lib/mbschr.c (mbschr): Fix bug.
39733
39734         * modules/mbschr-tests: New file.
39735         * tests/test-mbschr.sh: New file.
39736         * tests/test-mbschr.c: New file.
39737         * m4/locale-zh.m4: New file.
39738
39739 2007-02-11  Bruno Haible  <bruno@clisp.org>
39740
39741         Support for copying multibyte string iterators.
39742         * lib/mbiter.h: Include <string.h>.
39743         (mbiter_multi_copy): New function.
39744         (mbi_copy): New macro.
39745         * lib/mbuiter.h: Include <string.h>.
39746         (mbuiter_multi_copy): New function.
39747         (mbui_copy): New macro.
39748
39749 2007-02-11  Bruno Haible  <bruno@clisp.org>
39750
39751         New module mbslen.
39752         * modules/mbslen: New file.
39753         * lib/mbslen.c: New file.
39754         * lib/string_.h (mbslen): New declaration.
39755         * m4/mbslen.m4: New file.
39756         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39757         GNULIB_MBSLEN.
39758         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
39759         * MODULES.html.sh (Internationalization functions): Add mbslen.
39760
39761 2007-02-11  Bruno Haible  <bruno@clisp.org>
39762
39763         Ensure O(n) worst-case complexity of strcasestr substitute.
39764         * lib/strcasestr.c: Include stdbool.h.
39765         (knuth_morris_pratt): New function.
39766         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
39767         bookkeeping indicates that it's worth it.
39768         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
39769
39770         * modules/strcasestr-tests: New file.
39771         * tests/test-strcasestr.c: New file.
39772
39773 2007-02-11  Bruno Haible  <bruno@clisp.org>
39774
39775         Ensure O(n) worst-case complexity of c_strcasestr.
39776         * lib/c-strcasestr.c: Include stdbool.h, string.h.
39777         (knuth_morris_pratt): New function.
39778         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
39779         the bookkeeping indicates that it's worth it.
39780         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
39781
39782         * modules/c-strcasestr-tests: New file.
39783         * tests/test-c-strcasestr.c: New file.
39784
39785 2007-02-11  Bruno Haible  <bruno@clisp.org>
39786
39787         Ensure O(n) worst-case complexity of c_strstr.
39788         * lib/c-strstr.c: Include stdbool.h, string.h.
39789         (knuth_morris_pratt): New function.
39790         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
39791         bookkeeping indicates that it's worth it.
39792         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
39793
39794         * lib/c-strstr.c: Complete rewrite for maintainability.
39795
39796         * modules/c-strstr-tests: New file.
39797         * tests/test-c-strstr.c: New file.
39798
39799 2007-02-11  Bruno Haible  <bruno@clisp.org>
39800
39801         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
39802         5.2.1 and earlier, whereby \055 was treated just like the range
39803         delimiter '-'.
39804         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
39805
39806 2007-02-08  Bruno Haible  <bruno@clisp.org>
39807
39808         * modules/regex (Depends-on): Add stdbool.
39809         Reported by Dalibor Topic <robilad@kaffe.org>.
39810
39811 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
39812
39813         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
39814         Prefer returning from main to exiting from it.
39815         Remove unnecessary parens after sizeof.
39816
39817 2007-02-05  Bruno Haible  <bruno@clisp.org>
39818
39819         New module mbssep.
39820         * modules/mbssep: New file.
39821         * lib/mbssep.c: New file.
39822         * lib/string_.h (strsep): Add a conditional link warning.
39823         (mbssep): New declaration.
39824         * m4/mbssep.m4: New file.
39825         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39826         GNULIB_MBSSEP.
39827         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
39828         * MODULES.html.sh (Internationalization functions): Add mbssep.
39829
39830 2007-02-05  Bruno Haible  <bruno@clisp.org>
39831
39832         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
39833         Optimize search in case of 1 delimiter.
39834
39835 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
39836
39837         * lib/acl.h: Include sys/types.h before sys/acl.h.
39838
39839 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
39840
39841         Merge upstream fix for glibc bugzilla #3957:
39842
39843         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
39844
39845         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
39846         bit for RE_HAT_LISTS_NOT_NEWLINE.
39847         (build_charclass_op): Remove bogus comment.
39848
39849 2007-02-05  Simon Josefsson  <simon@josefsson.org>
39850
39851         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
39852
39853 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
39854
39855         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
39856         * lib/memmem.c [!defined _LIBC]: Include config.h.
39857
39858 2007-02-04  Bruno Haible  <bruno@clisp.org>
39859
39860         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
39861         warning message.
39862
39863 2007-02-04  Bruno Haible  <bruno@clisp.org>
39864
39865         New module mbstok_r.
39866         * modules/mbstok_r: New file.
39867         * lib/mbstok_r.c: New file.
39868         * lib/string_.h (strtok_r): Change argument names to match the
39869         comments. Add a conditional link warning.
39870         (mbstok_r): New declaration.
39871         * m4/mbstok_r.m4: New file.
39872         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39873         GNULIB_MBSTOK_R.
39874         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
39875         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
39876
39877 2007-02-04  Bruno Haible  <bruno@clisp.org>
39878
39879         New module mbsspn.
39880         * modules/mbsspn: New file.
39881         * lib/mbsspn.c: New file.
39882         * lib/string_.h (strspn): Add a conditional link warning.
39883         (mbsspn): New declaration.
39884         * m4/mbsspn.m4: New file.
39885         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39886         GNULIB_MBSSPN.
39887         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
39888         * MODULES.html.sh (Internationalization functions): Add mbsspn.
39889
39890 2007-02-04  Bruno Haible  <bruno@clisp.org>
39891
39892         New module mbspbrk.
39893         * modules/mbspbrk: New file.
39894         * lib/mbspbrk.c: New file.
39895         * lib/string_.h (strpbrk): Add a conditional link warning.
39896         (mbspbrk): New declaration.
39897         * m4/mbspbrk.m4: New file.
39898         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39899         GNULIB_MBSPBRK.
39900         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
39901         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
39902
39903 2007-02-04  Bruno Haible  <bruno@clisp.org>
39904
39905         New module mbscspn.
39906         * modules/mbscspn: New file.
39907         * lib/mbscspn.c: New file.
39908         * lib/string_.h (strcspn): Add a conditional link warning.
39909         (mbscspn): New declaration.
39910         * m4/mbscspn.m4: New file.
39911         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39912         GNULIB_MBSCSPN.
39913         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
39914         * MODULES.html.sh (Internationalization functions): Add mbscspn.
39915
39916 2007-02-04  Bruno Haible  <bruno@clisp.org>
39917
39918         New module mbscasestr, reduced goal of strcasestr.
39919         * modules/mbscasestr: New file.
39920         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
39921         (mbscasestr): Renamed from strcasestr.
39922         * lib/strcasestr.c: Don't include mbuiter.h.
39923         (strcasestr): Remove support for multibyte locales.
39924         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
39925         Change the conditional link warning.
39926         (mbscasestr): New declaration.
39927         * m4/mbscasestr.m4: New file.
39928         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
39929         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
39930         REPLACE_STRCASESTR.
39931         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
39932         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
39933         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
39934         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
39935         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
39936         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
39937         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
39938         (Depends-on): Remove mbuiter.
39939         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
39940
39941 2007-02-04  Bruno Haible  <bruno@clisp.org>
39942
39943         Simplify handling of strncasecmp.
39944         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
39945         the conditional link warning.
39946         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
39947         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
39948         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
39949         * modules/strcase (configure.ac): Don't invoke
39950         gl_STRING_MODULE_INDICATOR.
39951         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
39952
39953 2007-02-04  Bruno Haible  <bruno@clisp.org>
39954
39955         New module mbscasecmp, reduced goal of strcasecmp.
39956         * modules/mbscasecmp: New file.
39957         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
39958         (mbscasecmp): Renamed from strcasecmp.
39959         * lib/strcasecmp.c: Don't include mbuiter.h.
39960         (strcasecmp): Remove support for multibyte locales.
39961         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
39962         Change the conditional link warning.
39963         (mbscasecmp): New declaration.
39964         * m4/mbscasecmp.m4: New file.
39965         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
39966         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
39967         REPLACE_STRCASECMP.
39968         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
39969         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39970         GNULIB_MBSCASECMP.
39971         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
39972         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
39973         * modules/strcase (Files): Remove m4/mbrtowc.m4.
39974         (Depends-on): Remove mbuiter.
39975         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
39976
39977 2007-02-04  Bruno Haible  <bruno@clisp.org>
39978
39979         New module mbsstr. Remove module strstr.
39980         * modules/mbsstr: New file.
39981         * modules/strstr: Remove file.
39982         * lib/mbsstr.c: Renamed from lib/strstr.c.
39983         (mbsstr): Renamed from strstr.
39984         * lib/string_.h (strstr): Remove declaration. Change the conditional
39985         link warning.
39986         (mbsstr): New declaration.
39987         * m4/mbsstr.m4: New file.
39988         * m4/strstr.m4: Remove file.
39989         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
39990         REPLACE_STRSTR.
39991         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
39992         Don't initialize GNULIB_STRSTR.
39993         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
39994         substitute GNULIB_STRSTR and REPLACE_STRSTR.
39995         * MODULES.html.sh (Internationalization functions): Add mbsstr.
39996         (Support for systems lacking ANSI C 89): Remove strstr.
39997
39998 2007-02-04  Bruno Haible  <bruno@clisp.org>
39999
40000         New module mbsrchr.
40001         * modules/mbsrchr: New file.
40002         * lib/mbsrchr.c: New file.
40003         * lib/string_.h (strrchr): Add a conditional link warning.
40004         (mbsrchr): New declaration.
40005         * m4/mbsrchr.m4: New file.
40006         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
40007         GNULIB_MBSRCHR.
40008         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
40009         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
40010
40011 2007-02-04  Bruno Haible  <bruno@clisp.org>
40012
40013         New module mbschr.
40014         * modules/mbschr: New file.
40015         * lib/mbschr.c: New file.
40016         * lib/string_.h (strchr): Add a conditional link warning.
40017         (mbschr): New declaration.
40018         * m4/mbschr.m4: New file.
40019         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
40020         GNULIB_MBSCHR.
40021         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
40022         * MODULES.html.sh (Internationalization functions): Add mbschr.
40023
40024 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
40025
40026         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
40027
40028         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
40029
40030 2007-02-04  Bruno Haible  <bruno@clisp.org>
40031
40032         New module description section 'configure.ac-early'.
40033         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
40034         (func_get_autoconf_early_snippet): New function.
40035         (func_import, func_create_testdir): Use it. Remove special cases for
40036         modules 'extensions' and 'lock'.
40037         * modules/extensions (configure.ac-early): Require
40038         gl_USE_SYSTEM_EXTENSIONS.
40039         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
40040
40041 2007-02-04  Bruno Haible  <bruno@clisp.org>
40042
40043         Make use of gcj-4.3's -fsource and -ftarget option.
40044         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
40045         and if so try the options -fsource and -ftarget.
40046         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
40047         source_version, ftarget_option, target_version arguments.
40048         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
40049         (is_envjavac_oldgcj_14_14_usable): Renamed from
40050         is_envjavac_gcj_14_14_usable.
40051         (is_envjavac_oldgcj_14_13_usable): Renamed from
40052         is_envjavac_gcj_14_13_usable.
40053         (is_gcj_present): Update.
40054         (is_gcj_43, is_gcj43_usable): New functions.
40055         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
40056         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
40057         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
40058         try the options -fsource and -ftarget.
40059
40060 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
40061
40062         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
40063         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
40064         larger value.
40065
40066 2007-02-03  Jim Meyering  <jim@meyering.net>
40067
40068         Give tools a better chance to allocate space for very large buffers.
40069         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
40070
40071         Make pwd and readlink work also when run with an unreadable parent dir
40072         on systems with openat support.
40073         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
40074         provided getcwd function, even when we have openat support.
40075         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
40076
40077 2007-02-02  Bruno Haible  <bruno@clisp.org>
40078
40079         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
40080         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
40081         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
40082         portability problems if one of these functions is only used on specific
40083         platforms.
40084         Reported by Paul Eggert.
40085
40086 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
40087
40088         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
40089         is causing more trouble than it's curing.
40090         * lib/regex_internal.h (__mempcpy): Remove.
40091         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
40092         (and make the code a tad smaller to boot).
40093         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
40094
40095 2007-02-02  Jim Meyering  <jim@meyering.net>
40096
40097         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
40098         section, not in the Makefile.am: one.
40099
40100 2007-02-02  Eric Blake  <ebb9@byu.net>
40101
40102         * lib/strchrnul.c: Always include config.h first.
40103
40104         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
40105         gnulib strstr is not necessary here.
40106
40107 2007-02-02  Simon Josefsson  <simon@josefsson.org>
40108
40109         * m4/socklen.m4: Fix typo.
40110
40111 2007-02-02  Eric Blake  <ebb9@byu.net>
40112
40113         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
40114         * modules/netinet_in (Makefile.am): Likewise.
40115
40116 2007-02-01  Bruno Haible  <bruno@clisp.org>
40117
40118         * lib/string_.h (GL_LINK_WARNING): New macro.
40119         (strcasecmp, strstr, strcasestr): If provided by the system,
40120         conditionally define as a macro that leads to a warning instead of to
40121         an error.
40122         (strncasecmp): Conditionally define as a macro that leads to a warning.
40123
40124 2007-02-01  Karl Berry  <karl@gnu.org>
40125
40126         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
40127
40128 2007-02-01  Bruno Haible  <bruno@clisp.org>
40129
40130         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
40131         renamings.
40132
40133 2007-02-01  Eric Blake  <ebb9@byu.net>
40134
40135         * modules/regex (Depends-on): Revert dependence on mempcpy.
40136         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
40137         module's definition of mempcpy.
40138         Reported by Paul Eggert.
40139
40140 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
40141
40142         * lib/string_.h: If the gnulib module XYZ is not present, undefine
40143         the symbol XYZ before redefining it.  This fixes a problem with
40144         programs that don't use XYZ, when compiled on systems that define
40145         XYZ to something else.
40146
40147 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
40148
40149         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
40150         occurs when "mkdir -m foo" creates a setgid directory that is (1)
40151         writeable to group or other and (2) is intended to have a special
40152         mode bit that is set or cleared.  In such a case, the directory
40153         should be neither group- nor other-writeable until the special
40154         mode bits are right.
40155
40156 2007-01-31  Eric Blake  <ebb9@byu.net>
40157
40158         * modules/mountlist (Depends-on): Add strstr.
40159
40160         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
40161         bug.
40162         * modules/string (Makefile.am): Remove redundant replacement.
40163         * modules/regex (Depends-on): Add mempcpy.
40164
40165 2007-01-31  Bruno Haible  <bruno@clisp.org>
40166
40167         New module description field 'Link'.
40168         * gnulib-tool (func_usage): Document --extract-link-directive.
40169         (sed_extract_prog): Recognize 'Link' directive.
40170         (func_get_link_directive): New function.
40171         (func_import): Show summary of link directives.
40172         Handle --extract-link-directive option.
40173         * modules/acl (Link): New section.
40174         * modules/clock-time (Link): New section.
40175         * modules/euidaccess (Link): New section.
40176         * modules/gettext (Link): New section.
40177         * modules/iconv (Link): New section.
40178         * modules/lock (Link): New section.
40179         * modules/nanosleep (Link): New section.
40180         * modules/readline (Link): New section.
40181
40182 2007-01-27  Bruno Haible  <bruno@clisp.org>
40183
40184         Enforce the use of gnulib modules for unportable <string.h> functions.
40185         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
40186         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
40187         (gl_HEADER_STRING_H_BODY): Require it.
40188         * lib/string_.h: If the gnulib module XYZ is not present, redefine
40189         the symbol XYZ to one that gives a link error.
40190         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
40191         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
40192         * modules/mempcpy (configure.ac): Likewise.
40193         * modules/memrchr (configure.ac): Likewise.
40194         * modules/stpcpy (configure.ac): Likewise.
40195         * modules/stpncpy (configure.ac): Likewise.
40196         * modules/strcase (configure.ac): Likewise.
40197         * modules/strcasestr (configure.ac): Likewise.
40198         * modules/strchrnul (configure.ac): Likewise.
40199         * modules/strdup (configure.ac): Likewise.
40200         * modules/strndup (configure.ac): Likewise.
40201         * modules/strnlen (configure.ac): Likewise.
40202         * modules/strpbrk (configure.ac): Likewise.
40203         * modules/strsep (configure.ac): Likewise.
40204         * modules/strstr (configure.ac): Likewise.
40205         * modules/strtok_r (configure.ac): Likewise.
40206
40207 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
40208
40209         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
40210
40211 2007-01-30  Jim Meyering  <jim@meyering.net>
40212
40213         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
40214
40215 2007-01-29  Bruno Haible  <bruno@clisp.org>
40216
40217         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
40218         * lib/execute.c: Likewise.
40219         * lib/pipe.c: Likewise.
40220         * lib/printf-args.h: Likewise.
40221         * lib/printf-args.c: Likewise.
40222         * lib/printf-parse.c: Likewise.
40223         * lib/vasnprintf.c: Likewise.
40224
40225 2007-01-29  Eric Blake  <ebb9@byu.net>
40226
40227         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
40228         declaration.
40229
40230 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
40231
40232         * lib/strptime.h (strptime): Use 'restrict' for args where
40233         POSIX requires this.
40234         * lib/strptime.c (strptime): Likewise.
40235         Change license notice from LGPL to GPL, since gnulib-tool will
40236         change this as needed.
40237         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
40238         defined.
40239         Include "strptime.h" first, to check interface.
40240         Do not #undef _LIBC and _NL_CURRENT.
40241         Do not include <stdlib.h>; no longer needed.
40242         Include "time_r.h" and declare ptime_locale_status
40243         only if _LIBC is not defined.
40244         (__P): Remove unused macro.
40245         (match_string): Bring back glibc version, but use it only if _LIBC
40246         is defined.
40247         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
40248         Remove unnecessary assertion and abort() call.
40249         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
40250         * m4/strptime.m4: Fix serial number comment.
40251         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
40252         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
40253         (Depends-on): Add time_r.
40254
40255 2007-01-29  Bruno Haible  <bruno@clisp.org>
40256
40257         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
40258         strptime.
40259         * modules/strptime (Depends-on): Add stdbool.
40260         * lib/strptime.h: Include <time.h> always. Add comments.
40261
40262 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
40263
40264         * modules/strptime: New file.
40265         * lib/strptime.h: New file.
40266         * lib/strptime.c: New file.
40267         * m4/strptime.m4: New file.
40268
40269 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
40270
40271         * MODULES.html.sh: New module mpsort.
40272         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
40273
40274         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
40275         a circularity problem with HP-UX ia64 reported by Bob Proulx in
40276         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
40277         All uses changed.
40278         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
40279         All uses changed.
40280         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
40281         to _Restrict_.
40282         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
40283         the parameter matches the prototype.
40284
40285 2007-01-28  Jim Meyering  <jim@meyering.net>
40286
40287         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
40288         sys/time.h here, reverting that part of the previous patch:
40289         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
40290
40291 2007-01-28  Bruno Haible  <bruno@clisp.org>
40292
40293         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
40294         value of $(SYS_TIME_H).
40295         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
40296         remove it conditionally, too. [added by Jim Meyering]
40297         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
40298         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
40299         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
40300         GETTIMEOFDAY_REPLACEMENT to 1.
40301
40302 2007-01-28  Bruno Haible  <bruno@clisp.org>
40303
40304         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
40305         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
40306         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
40307         Set UNISTD_H instead of UNISTD_H2.
40308         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
40309
40310 2007-01-28  Bruno Haible  <bruno@clisp.org>
40311
40312         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
40313         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
40314
40315 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40316
40317         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
40318         (func_create_testdir): Ensure C locale for `grep' and `tr'
40319         character ranges.
40320         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
40321         ACLOCAL_AMFLAGS parsing state machine.
40322
40323 2007-01-27  Bruno Haible  <bruno@clisp.org>
40324
40325         * modules/unistr/base: Update.
40326
40327 2007-01-27  Bruno Haible  <bruno@clisp.org>
40328
40329         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
40330         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
40331         * modules/unistr/u32-mbtouc-unsafe: Renamed from
40332         modules/unistr/u32-mbtouc.
40333         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
40334         * lib/unistr.h: Update.
40335         * lib/linebreak.c: Update.
40336         * modules/unistr/u32-mbtouc: Renamed from
40337         modules/unistr/u32-mbtouc-safe.
40338         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
40339         * lib/unistr.h: Update.
40340         * lib/unistr/u32-to-u8.c: Update.
40341         * lib/unistr/u32-to-u16.c: Update.
40342
40343 2007-01-27  Bruno Haible  <bruno@clisp.org>
40344
40345         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
40346         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
40347         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
40348         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
40349         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
40350         * modules/unistr/u16-mbtouc-unsafe: Renamed from
40351         modules/unistr/u16-mbtouc.
40352         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
40353         * lib/unistr.h: Update.
40354         * lib/linebreak.c: Update.
40355         * modules/linebreak: Update.
40356         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
40357         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
40358         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
40359         * modules/unistr/u16-mbtouc: Renamed from
40360         modules/unistr/u16-mbtouc-safe.
40361         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
40362         * lib/unistr.h: Update.
40363         * lib/unistr/u16-to-u8.c: Update.
40364         * modules/unistr/u16-to-u8: Update.
40365         * lib/unistr/u16-to-u32.c: Update.
40366         * modules/unistr/u16-to-u32: Update.
40367
40368 2007-01-27  Bruno Haible  <bruno@clisp.org>
40369
40370         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
40371         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
40372         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
40373         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
40374         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
40375         * modules/unistr/u8-mbtouc-unsafe: Renamed from
40376         modules/unistr/u8-mbtouc.
40377         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
40378         * lib/unistr.h: Update.
40379         * lib/striconveh.c: Update.
40380         * modules/striconveh: Update.
40381         * lib/linebreak.c: Update.
40382         * modules/linebreak: Update.
40383         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
40384         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
40385         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
40386         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
40387         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
40388         * lib/unistr.h: Update.
40389         * lib/striconveh.c: Update.
40390         * modules/striconveh: Update.
40391         * lib/unistr/u8-to-u16.c: Update.
40392         * modules/unistr/u8-to-u16: Update.
40393         * lib/unistr/u8-to-u32.c: Update.
40394         * modules/unistr/u8-to-u32: Update.
40395
40396 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40397
40398         Sync from Libtool.
40399         * lib/argz.c: Do not include strings.h nor memory.h, include
40400         string.h unconditionally.  Patch by Simon Josefsson.
40401
40402 2007-01-27  Bruno Haible  <bruno@clisp.org>
40403
40404         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
40405         from gl_HEADER_STRING_H_BODY.
40406         (gl_HEADER_STRING_H_BODY): Require it.
40407         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
40408         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
40409         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
40410         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
40411         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
40412         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
40413         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
40414         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
40415         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
40416         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
40417         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
40418         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
40419         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
40420         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
40421         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
40422
40423 2007-01-27  Bruno Haible  <bruno@clisp.org>
40424
40425         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
40426         check_PROGRAMS into noinst_PROGRAMS.
40427         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
40428         check_PROGRAMS in this case.
40429         (func_import): Set for_test to false.
40430         (func_create_testdir): Set for_test to true.
40431
40432 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
40433             Bruno Haible  <bruno@clisp.org>
40434
40435         * modules/strcasestr (Files): Remove lib/strcasestr.h.
40436         (Depends-on): Add string.
40437         (Includes): Use <string.h> instead of strcasestr.h.
40438         * modules/string (Makefile.am): Also substitute the value of
40439         REPLACE_STRCASESTR.
40440         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
40441         assume strcasestr is declared in <string.h> not <strings.h>. Also
40442         set REPLACE_STRCASESTR.
40443         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
40444         REPLACE_STRCASESTR.
40445         * lib/strcasestr.h: Remove file.
40446         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
40447         * lib/string_.h (strcasestr): New declaration.
40448
40449 2007-01-27  Bruno Haible  <bruno@clisp.org>
40450
40451         * lib/string_.h: Use 'extern'.
40452
40453 2007-01-27  Jim Meyering  <jim@meyering.net>
40454
40455         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
40456         of set-but-not-used local, "q".
40457
40458         * lib/mempcpy.c: Include <config.h> before <string.h>.
40459         This fixes a compilation error on HP-UX, due to the system's
40460         "restrict"-using mempcpy prototype.
40461
40462 2007-01-26  Bruno Haible  <bruno@clisp.org>
40463
40464         Small optimization.
40465         * lib/javacomp.c: Include c-strstr.h.
40466          (is_envjavac_gcj): Use c_strstr instead of strstr.
40467         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
40468
40469 2007-01-26  Bruno Haible  <bruno@clisp.org>
40470
40471         * MODULES.html.sh (Unicode string functions): Add the new modules.
40472
40473         * modules/uniconv/u32-strconv-to-locale: New file.
40474         * lib/uniconv/u32-strconv-to-locale.c: New file.
40475
40476         * modules/uniconv/u16-strconv-to-locale: New file.
40477         * lib/uniconv/u16-strconv-to-locale.c: New file.
40478
40479         * modules/uniconv/u8-strconv-to-locale: New file.
40480         * lib/uniconv/u8-strconv-to-locale.c: New file.
40481
40482         * modules/uniconv/u32-strconv-from-locale: New file.
40483         * lib/uniconv/u32-strconv-from-locale.c: New file.
40484
40485         * modules/uniconv/u16-strconv-from-locale: New file.
40486         * lib/uniconv/u16-strconv-from-locale.c: New file.
40487
40488         * modules/uniconv/u8-strconv-from-locale: New file.
40489         * lib/uniconv/u8-strconv-from-locale.c: New file.
40490
40491         * modules/uniconv/u32-strconv-to-enc: New file.
40492         * lib/uniconv/u32-strconv-to-enc.c: New file.
40493         * modules/uniconv/u32-strconv-to-enc-tests: New file.
40494         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
40495
40496         * modules/uniconv/u16-strconv-to-enc: New file.
40497         * lib/uniconv/u16-strconv-to-enc.c: New file.
40498         * lib/uniconv/u-strconv-to-enc.h: New file.
40499         * modules/uniconv/u16-strconv-to-enc-tests: New file.
40500         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
40501
40502         * modules/uniconv/u8-strconv-to-enc: New file.
40503         * lib/uniconv/u8-strconv-to-enc.c: New file.
40504         * modules/uniconv/u8-strconv-to-enc-tests: New file.
40505         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
40506
40507         * modules/uniconv/u32-strconv-from-enc: New file.
40508         * lib/uniconv/u32-strconv-from-enc.c: New file.
40509         * modules/uniconv/u32-strconv-from-enc-tests: New file.
40510         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
40511
40512         * modules/uniconv/u16-strconv-from-enc: New file.
40513         * lib/uniconv/u16-strconv-from-enc.c: New file.
40514         * modules/uniconv/u16-strconv-from-enc-tests: New file.
40515         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
40516
40517         * modules/uniconv/u8-strconv-from-enc: New file.
40518         * lib/uniconv/u8-strconv-from-enc.c: New file.
40519         * lib/uniconv/u-strconv-from-enc.h: New file.
40520         * modules/uniconv/u8-strconv-from-enc-tests: New file.
40521         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
40522
40523         * modules/uniconv/u32-conv-from-enc: New file.
40524         * lib/uniconv/u32-conv-from-enc.c: New file.
40525         * modules/uniconv/u32-conv-from-enc-tests: New file.
40526         * tests/uniconv/test-u32-conv-from-enc.c: New file.
40527
40528         * modules/uniconv/u16-conv-from-enc: New file.
40529         * lib/uniconv/u16-conv-from-enc.c: New file.
40530         * lib/uniconv/u-conv-from-enc.h: New file.
40531         * modules/uniconv/u16-conv-from-enc-tests: New file.
40532         * tests/uniconv/test-u16-conv-from-enc.c: New file.
40533
40534         * modules/uniconv/u8-conv-from-enc: New file.
40535         * lib/uniconv/u8-conv-from-enc.c: New file.
40536         * modules/uniconv/u8-conv-from-enc-tests: New file.
40537         * tests/uniconv/test-u8-conv-from-enc.c: New file.
40538
40539         * modules/uniconv/base: New file.
40540         * lib/uniconv.h: New file.
40541
40542 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
40543
40544         * doc/gnulib-tool.texi (Initial import): Update to match current
40545         behavior with strdup module.
40546         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
40547         * lib/memmem.h: Remove; all uses removed.  This is now done
40548         by <string.h>.
40549         * lib/mempcpy.h: Likewise.
40550         * lib/memrchr.h: Likewise.
40551         * lib/stpcpy.h: Likewise.
40552         * lib/stpncpy.h: Likewise.
40553         * lib/strcase.h: Likewise.
40554         * lib/strchrnul.h: Likewise.
40555         * lib/strdup.h: Likewise.
40556         * lib/strndup.h: Likewise.
40557         * lib/strnlen.h: Likewise.
40558         * lib/strpbrk.h: Likewise.
40559         * lib/strsep.h: Likewise.
40560         * lib/strstr.h: Likewise.
40561         * lib/strtok_r.h: Likewise.
40562         * lib/string_.h: New file.
40563         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
40564         Rely on <string.h> instead.
40565         * lib/canon-host.c: Likewise.
40566         * lib/chdir-long.c: Likewise.
40567         * lib/concatpath.c: Likewise.
40568         * lib/exclude.c: Likewise.
40569         * lib/fchdir.c: Likewise.
40570         * lib/getaddrinfo.c: Likewise.
40571         * lib/getcwd.c: Likewise.
40572         * lib/getsubopt.c: Likewise.
40573         * lib/glob.c: Likewise.
40574         * lib/hard-locale.c: Likewise.
40575         * lib/iconvme.c: Likewise.
40576         * lib/javacomp.c: Likewise.
40577         * lib/mempcpy.c: Likewise.
40578         * lib/memrchr.c: Likewise.
40579         * lib/regex_internal.h: Likewise.
40580         * lib/stpncpy.c: Likewise.
40581         * lib/strcasecmp.c: Likewise.
40582         * lib/strchrnul.c: Likewise.
40583         * lib/strdup.c: Likewise.
40584         * lib/striconv.c: Likewise.
40585         * lib/striconveh.c: Likewise.
40586         * lib/striconveha.c: Likewise.
40587         * lib/strncasecmp.c: Likewise.
40588         * lib/strndup.c: Likewise.
40589         * lib/strnlen.c: Likewise.
40590         * lib/strsep.c: Likewise.
40591         * lib/strstr.c: Likewise.
40592         * lib/strtok_r.c: Likewise.
40593         * lib/userspec.c: Likewise.
40594         * lib/w32spawn.h: Likewise.
40595         * lib/xstrndup.c: Likewise.
40596         * lib/mountlist.c (strstr): Remove decl.
40597         * m4/string_h.m4: New file.
40598         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
40599         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
40600         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
40601         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
40602         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
40603         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
40604         Set REPLACE_STRCASECMP if necessary.
40605         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
40606         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
40607         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
40608         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
40609         HAVE_DECL_STRDUP if necessary.
40610         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
40611         since gl_FUNC_STRNDUP does that now.
40612         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
40613         Check for decl here...
40614         (gl_PREREQ_STRNLEN): ... not here.
40615         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
40616         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
40617         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
40618         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
40619         necessary.
40620         * modules/string: New file.
40621         * modules/memmem (Files): Remove special-purpose include file.
40622         (Depends-on): Add string.
40623         (Include): Include <string.h>, not the removed file.
40624         * modules/mempcpy: Likewise.
40625         * modules/memrchr: Likewise.
40626         * modules/stpcpy: Likewise.
40627         * modules/stpncpy: Likewise.
40628         * modules/strcase: Likewise.
40629         * modules/strchrnul: Likewise.
40630         * modules/strdup: Likewise.
40631         * modules/strndup: Likewise.
40632         * modules/strnlen: Likewise.
40633         * modules/strpbrk: Likewise.
40634         * modules/strsep: Likewise.
40635         * modules/strstr: Likewise.
40636         * modules/strtok_r: Likewise.
40637         * tests/test-dirname.c: Don't include "strdup.h", since
40638         <string.h> now suffices.
40639         * tests/test-memmem.c: Don't include "memmem.h", since
40640         <string.h> now suffices.
40641
40642 2007-01-25  Bruno Haible  <bruno@clisp.org>
40643
40644         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
40645         *resultp is 0.
40646
40647         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
40648         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
40649         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
40650         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
40651
40652         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
40653         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
40654         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
40655         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
40656         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
40657         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
40658
40659 2007-01-24  Bruno Haible  <bruno@clisp.org>
40660
40661         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
40662         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
40663         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
40664         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
40665         gl_FUNC_FTS_CORE.
40666         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
40667         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
40668         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
40669         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
40670         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
40671         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
40672         gl_FUNC_FCHOWNAT.
40673         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
40674         gl_FUNC_STRFTIME.
40675         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
40676         Reported by Ralf Wildenhues.
40677
40678 2007-01-24  Bruno Haible  <bruno@clisp.org>
40679
40680         Drop AC_REQUIRE calls that are redundant with the module dependencies.
40681         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
40682         gl_GETADDRINFO.
40683         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
40684         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
40685         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
40686
40687 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
40688
40689         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
40690         Don't use 'exit'; just return from 'main'.
40691         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
40692
40693         * lib/fnmatch_.h: Readjust white space and comments to match
40694         glibc, to avoid spurious diffs.
40695
40696 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
40697
40698         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
40699         2004-12-01 change by Jakub Jelinek, since this code won't compile
40700         if !LIBC.  Problem reported by Bob Proulx.
40701
40702 2007-01-23  Bruno Haible  <bruno@clisp.org>
40703
40704         * lib/striconveh.c: Include c-strcaseeq.h.
40705         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
40706         * modules/striconveh (Depends-on): Add c-strcaseeq.
40707
40708 2007-01-23  Bruno Haible  <bruno@clisp.org>
40709
40710         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
40711
40712         * modules/c-strcaseeq: New file.
40713         * lib/c-strcaseeq.h: New file.
40714
40715         * modules/streq: New file.
40716         * lib/streq.h: New file.
40717
40718 2007-01-23  Bruno Haible  <bruno@clisp.org>
40719
40720         * modules/striconveha-tests: New file.
40721         * tests/test-striconveha.c: New file.
40722
40723         * lib/striconveha.h: Include <stdbool.h>.
40724         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
40725         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
40726         (mem_iconveha_notranslit): Renamed from mem_iconveha.
40727         (mem_iconveha): New function.
40728         (str_iconveha_notranslit): Renamed from str_iconveha.
40729         (str_iconveha): New function.
40730         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
40731         c-strcase.
40732
40733 2007-01-23  Bruno Haible  <bruno@clisp.org>
40734
40735         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
40736         encodings without forgiving before trying any encoding with handler.
40737         (str_iconveha): Try all encodings without forgiving before trying any
40738         encoding with handler.
40739
40740 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
40741
40742         Import the following changes from libc.
40743
40744         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
40745
40746         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
40747
40748         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
40749
40750         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
40751         normal_bracket label.
40752
40753         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
40754
40755         [BZ #361]
40756         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
40757         to normal_bracket after fetching the next character.
40758
40759 2007-01-22  Bruno Haible  <bruno@clisp.org>
40760
40761         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
40762         argument.
40763         * lib/striconveh.c (iconv_carefully_1): New function.
40764         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
40765         argument.
40766         (str_cd_iconveh): Update.
40767         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
40768         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
40769         * tests/test-striconveh.c (MAGIC): New macro.
40770         (new_offsets): New function.
40771         (main): Test call with and without offsets.
40772
40773 2007-01-22  Bruno Haible  <bruno@clisp.org>
40774
40775         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
40776         * modules/sys_select (Makefile.am): Likewise.
40777         * modules/sys_socket (Makefile.am): Likewise.
40778         * modules/sys_time (Makefile.am): Likewise.
40779
40780 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
40781
40782         * modules/gettimeofday (License): Change from GPL to LGPL, since
40783         gettimeofday is a library function.
40784
40785 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40786
40787         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
40788
40789 2007-01-21  Bruno Haible  <bruno@clisp.org>
40790
40791         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
40792
40793 2007-01-21  Bruno Haible  <bruno@clisp.org>
40794
40795         * modules/striconveha: New file.
40796         * lib/striconveha.h: New file.
40797         * lib/striconveha.c: New file.
40798         * MODULES.html.sh (Internationalization functions): Add striconveha.
40799         * lib/striconv.c (str_iconv): Optimize the case of an empty input
40800         string.
40801         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
40802
40803 2007-01-21  Bruno Haible  <bruno@clisp.org>
40804
40805         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
40806         * lib/striconveh.c (str_iconveh): Likewise.
40807
40808 2007-01-21  Bruno Haible  <bruno@clisp.org>
40809
40810         * lib/striconveh.h (mem_iconveh): New declaration.
40811         * lib/striconveh.c (mem_iconveh): New function.
40812         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
40813
40814 2007-01-21  Bruno Haible  <bruno@clisp.org>
40815
40816         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
40817
40818         * lib/striconveh.h (mem_cd_iconveh): Change specification.
40819         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
40820         original result buffer.
40821         (str_cd_iconveh): Update.
40822         * tests/test-striconveh.c (main): Update.
40823
40824         * lib/striconv.h (mem_cd_iconv): Change specification.
40825         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
40826         result buffer.
40827         (str_cd_iconv): Update.
40828         * tests/test-striconv.c (main): Update.
40829
40830 2007-01-21  Bruno Haible  <bruno@clisp.org>
40831
40832         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
40833
40834 2007-01-20  Jim Meyering  <jim@meyering.net>
40835
40836         * lib/userspec.c (parse_with_separator): If a user or group string
40837         starts with "+", skip the corresponding name-to-ID look-up, since
40838         such a look-up must fail: user and group names may not include "+".
40839
40840 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
40841
40842         * lib/poll.c: Include sys/time.h and time.h unconditionally,
40843         since we now assume the sys_time module.
40844         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
40845         check for sys/time.h; no longer needed.
40846         * modules/poll (Depends-on): Depend on sys_time.
40847
40848 2007-01-18  Bruno Haible  <bruno@clisp.org>
40849
40850         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
40851         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
40852
40853         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
40854         gettimeofday.
40855
40856         * tests/test-gettimeofday.c: Include <time.h>.
40857         (dummy): Remove variable.
40858
40859         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
40860         gl_HEADER_SYS_TIME_H.
40861         (gl_HEADER_SYS_TIME_H): New macro.
40862
40863         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
40864         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40865         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
40866         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
40867         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40868         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
40869         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
40870         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40871         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
40872         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
40873         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40874
40875         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
40876         last change; it caused a compilation error when cross-compiling to
40877         Cygwin.
40878
40879 2007-01-18  Jim Meyering  <jim@meyering.net>
40880
40881         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
40882         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
40883         than the race-prone "test -d sys || mkdir sys".
40884         (configure.ac): Use AC_PROG_MKDIR_P.
40885         * modules/sys_select: Likewise.
40886         * modules/sys_socket: Likewise.
40887         * modules/sys_time: Likewise.
40888
40889 2007-01-18  Eric Blake  <ebb9@byu.net>
40890
40891         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
40892         replace gettimeofday.
40893         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
40894         name, to avoid infinite recursion.
40895
40896 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
40897
40898         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
40899         module sys_time.
40900         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
40901         assume timespec.h defines struct timeval.
40902         * lib/settime.c: Likewise.
40903         * lib/utimens.c: Likewise.
40904         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
40905         since we now assume the gettimeofday module.
40906         * lib/tempname.c (__gen_tempname): Likewise.
40907         * lib/gettimeofday.h: Remove.
40908         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
40909         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
40910         Include <time.h>, for 'time()'.
40911         (localtime_buffer_addr): Also use this workaround if
40912         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
40913         to simplify the uses.  All uses changed.
40914         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
40915         that #undef is inside {}, and 'const' follows type name consistently.
40916         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
40917         (gettimeofday): Do not use the maximum possible value for
40918         tv->tv_usec, since that might break usages other than ls.c.
40919         Instead, we'll leave ls.c alone.  This undoes today's patch
40920         by Bruno.  Add a compile-time warning for 1s-clock resolution;
40921         we've never observed the problem but might as well keep the
40922         canary.
40923         * lib/nanosleep.c: Include timespec.h first, for interface check.
40924         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
40925         now assume the sys_time module.
40926         * lib/tempname.c: Likewise.
40927         * lib/timespec.h: Likewise.
40928         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
40929         needed.
40930         * lib/strftime.c: Likewise.
40931         * lib/timespec.h: Likewise.
40932         * lib/posixtm.c: Include posixtm.h first, for interface check.
40933         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
40934         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
40935         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
40936         * lib/sys_time_.h: New file.
40937         * lib/timespec.h (struct timespec): Use long int, not long.
40938         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
40939         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
40940         Remove obsolescent call to AC_HEADER_TIME.
40941         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
40942         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
40943         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
40944         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
40945         Likewise.
40946         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
40947         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
40948         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
40949         into the sys_time module.  Check for gettimeofday just once.
40950         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
40951         for gettimeofday signature to just check the signature.  Merely
40952         compile it, since linking doesn't test signature.  Improve test for
40953         whether gettimeofday.o is actually needed.
40954         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
40955         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
40956         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
40957         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40958         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
40959         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
40960         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
40961         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
40962         than worrying about sys/time.h.
40963         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
40964         Don't bother worrying about TIME_WITH_SYS_TIME.
40965         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
40966         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
40967         * m4/sys_time_h.m4: New file.
40968         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
40969         Don't include sys/time.h.  Return from main rather than exiting.
40970         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
40971         all uses changed.
40972         * modules/gethrxtime (Depends-on): Add sys_time.
40973         * modules/gettime (Depends-on): Likewise.
40974         * modules/gettimeofday (Depends-on): Likewise.
40975         * modules/nanosleep (Depends-on): Likewise.
40976         * modules/settime (Depends-on): Likewise.
40977         * modules/tempname (Depends-on): Likewise.
40978         * modules/utimens (Depends-on): Likewise.
40979         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
40980         (Include:) Change back to <sys/time.h>.
40981         (Maintainer:) Add self.
40982         * modules/sys_time: New file.
40983         * modules/tempname (Depends-on): Add gettimeofday.
40984         * tests/test-gettimeofday.c: Include <sys/time.h>
40985         rather than gettimeofday.h.
40986
40987 2007-01-17  Bruno Haible  <bruno@clisp.org>
40988
40989         * gnulib-tool (func_get_license): Revert last patch. Instead, let
40990         the license default to GPL.
40991         (func_create_testdir): Don't complain if a module is LGPL and its
40992         tests module depends on GPLed modules.
40993
40994 2007-01-17  Bruno Haible  <bruno@clisp.org>
40995
40996         * lib/gettimeofday.c (gettimeofday): Add code for the case
40997         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
40998         maximum possible value for tv->tv_usec, rather than the minimum one.
40999
41000 2005-10-08  Martin Lambers  <marlam@marlam.de>
41001 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
41002 2007-01-16  Bruno Haible  <bruno@clisp.org>
41003
41004         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
41005         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
41006         gl_FUNC_GETTIMEOFDAY.
41007         (Include): Add gettimeofday.h.
41008         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
41009         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
41010         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
41011         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
41012         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
41013         * lib/gettimeofday.h: New file.
41014         * lib/gettimeofday.c: Include <sys/timeb.h>.
41015         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
41016         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
41017         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
41018         fall back on time().
41019
41020         * tests/test-gettimeofday.c: New file.
41021         * modules/gettimeofday-tests: New file.
41022
41023 2007-01-16  Eric Blake  <ebb9@byu.net>
41024
41025         * modules/fnmatch (Depends-on): Depend on wchar.
41026         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
41027         * m4/fnmatch.m4: Likewise.
41028         * modules/mbchar (Makefile.am): Assume <wchar.h>.
41029         * m4/mbchar.m4: Likewise.
41030         * modules/mbswidth (Depends-on): Depend on wchar.
41031         * lib/mbswidth.c: Assume <wchar.h>.
41032         * m4/mbswidth.m4: Likewise.
41033         * modules/quotearg (Depends-on): Depend on wchar.
41034         * lib/quotearg.c: Assume <wchar.h>.
41035         * m4/quotearg.m4: Likewise.
41036         * modules/regex (Depends-on): Depend on wchar.
41037         * lib/regex_internal.h: Assume <wchar.h>.
41038         * m4/regex.m4: Likewise.
41039         * modules/stdint (Depends-on): Depend on wchar.
41040         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
41041         * m4/stdint.m4: Likewise.
41042         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
41043         * modules/strftime (Depends-on): Depend on wchar.
41044         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
41045         * modules/strtol (Depends-on): Depend on wchar.
41046         * lib/strtol.c: Assume <wchar.h>.
41047         * modules/wcwidth (Depends-on): Depend on wchar.
41048         * lib/wcwidth.h: Assume <wchar.h>.
41049         * m4/wcwidth.m4: Likewise.
41050
41051 2007-01-16  Bruno Haible  <bruno@clisp.org>
41052
41053         * modules/csharpexec-script: New, created from...
41054         * modules/csharpexec: ... this.
41055
41056 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
41057
41058         * modules/javaexec-script: New, created from...
41059         * modules/javaexec: ... this.
41060
41061 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41062
41063         * modules/poll (Dependencies): Add sys_select.
41064
41065 2007-01-15  Jim Meyering  <jim@meyering.net>
41066
41067         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
41068         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
41069         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
41070         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
41071
41072 2007-01-15  Bruno Haible  <bruno@clisp.org>
41073
41074         * modules/striconveh: New file.
41075         * lib/striconveh.h: New file.
41076         * lib/striconveh.c: New file.
41077         * MODULES.html.sh (Internationalization functions): Add striconveh.
41078
41079         * modules/striconveh-tests: New file.
41080         * tests/test-striconveh.c: New file.
41081
41082 2007-01-15  Bruno Haible  <bruno@clisp.org>
41083
41084         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
41085         not from GNU libiconv or GNU libc.
41086
41087 2007-01-15  Bruno Haible  <bruno@clisp.org>
41088
41089         * doc/gnulib-intro.texi (Copyright): Explain the different license
41090         terms for module descriptions, autoconf macros, tests, documentation.
41091
41092 2007-01-14  Bruno Haible  <bruno@clisp.org>
41093
41094         * modules/striconv-tests: New file.
41095         * tests/test-striconv.c: New file.
41096
41097 2007-01-14  Bruno Haible  <bruno@clisp.org>
41098
41099         * modules/iconv-tests: New file.
41100         * tests/test-iconv.c: New file.
41101
41102 2007-01-14  Bruno Haible  <bruno@clisp.org>
41103
41104         * gnulib-tool (func_get_license): For test modules, use the license of
41105         the main module.
41106
41107 2007-01-14  Bruno Haible  <bruno@clisp.org>
41108
41109         * modules/iconv (Include): Clarify that <iconv.h> can only be included
41110         if iconv is found to exist.
41111
41112 2007-01-14  Bruno Haible  <bruno@clisp.org>
41113
41114         * modules/c-ctype-tests: New file.
41115         * tests/test-c-ctype.c: New file.
41116
41117 2007-01-14  Bruno Haible  <bruno@clisp.org>
41118
41119         * modules/binary-io-tests: New file.
41120         * tests/test-binary-io.sh: New file.
41121         * tests/test-binary-io.c: New file.
41122
41123 2007-01-14  Bruno Haible  <bruno@clisp.org>
41124
41125         * modules/array-oset-tests: New file.
41126         * tests/test-array_oset.c: New file.
41127
41128 2007-01-14  Bruno Haible  <bruno@clisp.org>
41129
41130         * modules/array-list-tests: New file.
41131         * tests/test-array_list.c: New file.
41132
41133 2007-01-14  Bruno Haible  <bruno@clisp.org>
41134
41135         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
41136         and make.
41137         Reported by Simon Josefsson in
41138         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
41139
41140 2007-01-14  Bruno Haible  <bruno@clisp.org>
41141
41142         * modules/allocsa-tests: New file.
41143         * tests/test-allocsa.c: New file.
41144
41145 2007-01-14  Bruno Haible  <bruno@clisp.org>
41146
41147         * modules/fchdir (Depends-on): Add absolute-header.
41148         * modules/unistd (Depends-on): Likewise.
41149
41150 2006-12-30  Bruno Haible  <bruno@clisp.org>
41151
41152         * modules/fchdir: New file.
41153         * modules/unistd (Files): Add lib/unistd_.h.
41154         (Makefile.am): Generate unistd.h from unistd_.h.
41155         * lib/fchdir.c: New file.
41156         * lib/dirent_.h: New file.
41157         * lib/unistd_.h: New file.
41158         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
41159         * m4/fchdir.m4: New file.
41160         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
41161         (gl_HEADER_UNISTD): Invoke it.
41162         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
41163         function.
41164         * lib/backupfile.c (opendir, closedir): Undefine.
41165         * lib/chown.c (open, close): Undefine.
41166         * lib/clean-temp.c (open, close): Undefine.
41167         * lib/copy-file.c (open, close): Undefine.
41168         * lib/execute.c (open, close): Undefine.
41169         * lib/fsusage.c (open, close): Undefine.
41170         * lib/gc-gnulib.c (open, close): Undefine.
41171         * lib/getcwd.c (opendir, closedir): Undefine.
41172         * lib/glob.c (opendir, closedir): Undefine.
41173         * lib/javacomp.c (open, close): Undefine.
41174         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
41175         * lib/openat-proc.c (open, close): Undefine.
41176         * lib/pagealign_alloc.c (open, close): Undefine.
41177         * lib/pipe.c (open, close): Undefine.
41178         * lib/progreloc.c (open, close): Undefine.
41179         * lib/savedir.c (opendir, closedir): Undefine.
41180         * lib/utime.c (open, close): Undefine.
41181         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
41182
41183 2007-01-10  Bruno Haible  <bruno@clisp.org>
41184
41185         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
41186
41187 2007-01-12  Eric Blake  <ebb9@byu.net>
41188
41189         Provide a robust <wchar.h>.  Further simplifications are now
41190         possible in other modules, but not included here.
41191         * modules/wchar: New module.
41192         * m4/wchar.m4: New file.
41193         * lib/wchar_.h: Likewise.
41194         * modules/mbchar (Depends-on): Depend on wchar, as the first use
41195         of the new module.
41196         * MODULES.html.sh (Extended multibyte and wide character utilities):
41197         New section.
41198
41199 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
41200
41201         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
41202         to a reasonable default for memory allocation.
41203         (xreadlink): Don't allocate a huge buffer, to work around a buggy
41204         file system that reports garbage st_size values for symlinks.
41205         Problem reported by Liyang Hu.
41206
41207 2007-01-11  Simon Josefsson  <simon@josefsson.org>
41208
41209         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
41210         Emacs .#* auto-save files).
41211
41212 2007-01-11  Bruno Haible  <bruno@clisp.org>
41213
41214         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
41215         directory.
41216
41217 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
41218
41219         Use @...@ consistently in lib/wctype_.h.
41220         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
41221         on it being set to 1 or 0.
41222         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
41223         go back to AC_SUBSTing it.
41224         * modules/wctype (Makefile.am): Undo previous change.
41225
41226 2007-01-10  Eric Blake  <ebb9@byu.net>
41227
41228         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
41229         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
41230         * modules/wctype (Makefile.am): Likewise.
41231         Reported by Chris McGuire.
41232
41233 2007-01-10  Jim Meyering  <jim@meyering.net>
41234
41235         fts.c: a small readability/maintainability improvement
41236         * lib/fts.c (fts_read): Make this code slightly more readable and
41237         maintainable by hoisting the "sp->fts_cur = p" assignments to
41238         immediately follow the statements that set P.  Derived from
41239         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
41240
41241 2007-01-10  Eric Blake  <ebb9@byu.net>
41242
41243         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
41244         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
41245         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
41246         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
41247         Reported by Chris McGuire.
41248
41249 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41250
41251         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
41252         in sed script.
41253
41254 2007-01-09  Bruno Haible  <bruno@clisp.org>
41255
41256         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
41257         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
41258         variables.
41259         (func_module): Use them.
41260
41261 2007-01-09  Bruno Haible  <bruno@clisp.org>
41262
41263         * modules/unistr/base: New file.
41264         * lib/unistr.h: New file.
41265
41266         * modules/unistr/u8-to-u16: New file.
41267         * lib/unistr/u8-to-u16.c: New file.
41268
41269         * modules/unistr/u8-to-u32: New file.
41270         * lib/unistr/u8-to-u32.c: New file.
41271
41272         * modules/unistr/u16-to-u8: New file.
41273         * lib/unistr/u16-to-u8.c: New file.
41274
41275         * modules/unistr/u16-to-u32: New file.
41276         * lib/unistr/u16-to-u32.c: New file.
41277
41278         * modules/unistr/u32-to-u8: New file.
41279         * lib/unistr/u32-to-u8.c: New file.
41280
41281         * modules/unistr/u32-to-u16: New file.
41282         * lib/unistr/u32-to-u16.c: New file.
41283
41284         * modules/unistr/u8-check: New file.
41285         * modules/unistr/u16-check: New file.
41286         * modules/unistr/u32-check: New file.
41287         * lib/unistr/u8-check.c: New file.
41288         * lib/unistr/u16-check.c: New file.
41289         * lib/unistr/u32-check.c: New file.
41290
41291         * modules/unistr/u8-chr: New file.
41292         * modules/unistr/u16-chr: New file.
41293         * modules/unistr/u32-chr: New file.
41294         * lib/unistr/u8-chr.c: New file.
41295         * lib/unistr/u16-chr.c: New file.
41296         * lib/unistr/u32-chr.c: New file.
41297
41298         * modules/unistr/u8-cmp: New file.
41299         * modules/unistr/u16-cmp: New file.
41300         * modules/unistr/u32-cmp: New file.
41301         * lib/unistr/u8-cmp.c: New file.
41302         * lib/unistr/u16-cmp.c: New file.
41303         * lib/unistr/u32-cmp.c: New file.
41304
41305         * modules/unistr/u8-cpy: New file.
41306         * modules/unistr/u16-cpy: New file.
41307         * modules/unistr/u32-cpy: New file.
41308         * lib/unistr/u8-cpy.c: New file.
41309         * lib/unistr/u16-cpy.c: New file.
41310         * lib/unistr/u32-cpy.c: New file.
41311         * lib/unistr/u-cpy.h: New file.
41312
41313         * modules/unistr/u8-cpy-alloc: New file.
41314         * modules/unistr/u16-cpy-alloc: New file.
41315         * modules/unistr/u32-cpy-alloc: New file.
41316         * lib/unistr/u8-cpy-alloc.c: New file.
41317         * lib/unistr/u16-cpy-alloc.c: New file.
41318         * lib/unistr/u32-cpy-alloc.c: New file.
41319         * lib/unistr/u-cpy-alloc.h: New file.
41320
41321         * modules/unistr/u8-endswith: New file.
41322         * modules/unistr/u16-endswith: New file.
41323         * modules/unistr/u32-endswith: New file.
41324         * lib/unistr/u8-endswith.c: New file.
41325         * lib/unistr/u16-endswith.c: New file.
41326         * lib/unistr/u32-endswith.c: New file.
41327         * lib/unistr/u-endswith.h: New file.
41328
41329         * modules/unistr/u8-mblen: New file.
41330         * modules/unistr/u16-mblen: New file.
41331         * modules/unistr/u32-mblen: New file.
41332         * lib/unistr/u8-mblen.c: New file.
41333         * lib/unistr/u16-mblen.c: New file.
41334         * lib/unistr/u32-mblen.c: New file.
41335
41336         * modules/unistr/u8-mbtouc: New file.
41337         * modules/unistr/u16-mbtouc: New file.
41338         * modules/unistr/u32-mbtouc: New file.
41339         * lib/unistr/u8-mbtouc.c: New file.
41340         * lib/unistr/u16-mbtouc.c: New file.
41341         * lib/unistr/u32-mbtouc.c: New file.
41342
41343         * modules/unistr/u8-mbtouc-safe: New file.
41344         * modules/unistr/u16-mbtouc-safe: New file.
41345         * modules/unistr/u32-mbtouc-safe: New file.
41346         * lib/unistr/u8-mbtouc-safe.c: New file.
41347         * lib/unistr/u16-mbtouc-safe.c: New file.
41348         * lib/unistr/u32-mbtouc-safe.c: New file.
41349
41350         * modules/unistr/u8-move: New file.
41351         * modules/unistr/u16-move: New file.
41352         * modules/unistr/u32-move: New file.
41353         * lib/unistr/u8-move.c: New file.
41354         * lib/unistr/u16-move.c: New file.
41355         * lib/unistr/u32-move.c: New file.
41356         * lib/unistr/u-move.h: New file.
41357
41358         * modules/unistr/u8-next: New file.
41359         * modules/unistr/u16-next: New file.
41360         * modules/unistr/u32-next: New file.
41361         * lib/unistr/u8-next.c: New file.
41362         * lib/unistr/u16-next.c: New file.
41363         * lib/unistr/u32-next.c: New file.
41364
41365         * modules/unistr/u8-prev: New file.
41366         * modules/unistr/u16-prev: New file.
41367         * modules/unistr/u32-prev: New file.
41368         * lib/unistr/u8-prev.c: New file.
41369         * lib/unistr/u16-prev.c: New file.
41370         * lib/unistr/u32-prev.c: New file.
41371
41372         * modules/unistr/u8-set: New file.
41373         * modules/unistr/u16-set: New file.
41374         * modules/unistr/u32-set: New file.
41375         * lib/unistr/u8-set.c: New file.
41376         * lib/unistr/u16-set.c: New file.
41377         * lib/unistr/u32-set.c: New file.
41378         * lib/unistr/u-set.h: New file.
41379
41380         * modules/unistr/u8-startswith: New file.
41381         * modules/unistr/u16-startswith: New file.
41382         * modules/unistr/u32-startswith: New file.
41383         * lib/unistr/u8-startswith.c: New file.
41384         * lib/unistr/u16-startswith.c: New file.
41385         * lib/unistr/u32-startswith.c: New file.
41386         * lib/unistr/u-startswith.h: New file.
41387
41388         * modules/unistr/u8-stpcpy: New file.
41389         * modules/unistr/u16-stpcpy: New file.
41390         * modules/unistr/u32-stpcpy: New file.
41391         * lib/unistr/u8-stpcpy.c: New file.
41392         * lib/unistr/u16-stpcpy.c: New file.
41393         * lib/unistr/u32-stpcpy.c: New file.
41394         * lib/unistr/u-stpcpy.h: New file.
41395
41396         * modules/unistr/u8-stpncpy: New file.
41397         * modules/unistr/u16-stpncpy: New file.
41398         * modules/unistr/u32-stpncpy: New file.
41399         * lib/unistr/u8-stpncpy.c: New file.
41400         * lib/unistr/u16-stpncpy.c: New file.
41401         * lib/unistr/u32-stpncpy.c: New file.
41402         * lib/unistr/u-stpncpy.h: New file.
41403
41404         * modules/unistr/u8-strcat: New file.
41405         * modules/unistr/u16-strcat: New file.
41406         * modules/unistr/u32-strcat: New file.
41407         * lib/unistr/u8-strcat.c: New file.
41408         * lib/unistr/u16-strcat.c: New file.
41409         * lib/unistr/u32-strcat.c: New file.
41410         * lib/unistr/u-strcat.h: New file.
41411
41412         * modules/unistr/u8-strchr: New file.
41413         * modules/unistr/u16-strchr: New file.
41414         * modules/unistr/u32-strchr: New file.
41415         * lib/unistr/u8-strchr.c: New file.
41416         * lib/unistr/u16-strchr.c: New file.
41417         * lib/unistr/u32-strchr.c: New file.
41418
41419         * modules/unistr/u8-strcmp: New file.
41420         * modules/unistr/u16-strcmp: New file.
41421         * modules/unistr/u32-strcmp: New file.
41422         * lib/unistr/u8-strcmp.c: New file.
41423         * lib/unistr/u16-strcmp.c: New file.
41424         * lib/unistr/u32-strcmp.c: New file.
41425
41426         * modules/unistr/u8-strcpy: New file.
41427         * modules/unistr/u16-strcpy: New file.
41428         * modules/unistr/u32-strcpy: New file.
41429         * lib/unistr/u8-strcpy.c: New file.
41430         * lib/unistr/u16-strcpy.c: New file.
41431         * lib/unistr/u32-strcpy.c: New file.
41432         * lib/unistr/u-strcpy.h: New file.
41433
41434         * modules/unistr/u8-strcspn: New file.
41435         * modules/unistr/u16-strcspn: New file.
41436         * modules/unistr/u32-strcspn: New file.
41437         * lib/unistr/u8-strcspn.c: New file.
41438         * lib/unistr/u16-strcspn.c: New file.
41439         * lib/unistr/u32-strcspn.c: New file.
41440         * lib/unistr/u-strcspn.h: New file.
41441
41442         * modules/unistr/u8-strdup: New file.
41443         * modules/unistr/u16-strdup: New file.
41444         * modules/unistr/u32-strdup: New file.
41445         * lib/unistr/u8-strdup.c: New file.
41446         * lib/unistr/u16-strdup.c: New file.
41447         * lib/unistr/u32-strdup.c: New file.
41448         * lib/unistr/u-strdup.h: New file.
41449
41450         * modules/unistr/u8-strlen: New file.
41451         * modules/unistr/u16-strlen: New file.
41452         * modules/unistr/u32-strlen: New file.
41453         * lib/unistr/u8-strlen.c: New file.
41454         * lib/unistr/u16-strlen.c: New file.
41455         * lib/unistr/u32-strlen.c: New file.
41456         * lib/unistr/u-strlen.h: New file.
41457
41458         * modules/unistr/u8-strmblen: New file.
41459         * modules/unistr/u16-strmblen: New file.
41460         * modules/unistr/u32-strmblen: New file.
41461         * lib/unistr/u8-strmblen.c: New file.
41462         * lib/unistr/u16-strmblen.c: New file.
41463         * lib/unistr/u32-strmblen.c: New file.
41464
41465         * modules/unistr/u8-strmbtouc: New file.
41466         * modules/unistr/u16-strmbtouc: New file.
41467         * modules/unistr/u32-strmbtouc: New file.
41468         * lib/unistr/u8-strmbtouc.c: New file.
41469         * lib/unistr/u16-strmbtouc.c: New file.
41470         * lib/unistr/u32-strmbtouc.c: New file.
41471
41472         * modules/unistr/u8-strncat: New file.
41473         * modules/unistr/u16-strncat: New file.
41474         * modules/unistr/u32-strncat: New file.
41475         * lib/unistr/u8-strncat.c: New file.
41476         * lib/unistr/u16-strncat.c: New file.
41477         * lib/unistr/u32-strncat.c: New file.
41478         * lib/unistr/u-strncat.h: New file.
41479
41480         * modules/unistr/u8-strncmp: New file.
41481         * modules/unistr/u16-strncmp: New file.
41482         * modules/unistr/u32-strncmp: New file.
41483         * lib/unistr/u8-strncmp.c: New file.
41484         * lib/unistr/u16-strncmp.c: New file.
41485         * lib/unistr/u32-strncmp.c: New file.
41486
41487         * modules/unistr/u8-strncpy: New file.
41488         * modules/unistr/u16-strncpy: New file.
41489         * modules/unistr/u32-strncpy: New file.
41490         * lib/unistr/u8-strncpy.c: New file.
41491         * lib/unistr/u16-strncpy.c: New file.
41492         * lib/unistr/u32-strncpy.c: New file.
41493         * lib/unistr/u-strncpy.h: New file.
41494
41495         * modules/unistr/u8-strnlen: New file.
41496         * modules/unistr/u16-strnlen: New file.
41497         * modules/unistr/u32-strnlen: New file.
41498         * lib/unistr/u8-strnlen.c: New file.
41499         * lib/unistr/u16-strnlen.c: New file.
41500         * lib/unistr/u32-strnlen.c: New file.
41501         * lib/unistr/u-strnlen.h: New file.
41502
41503         * modules/unistr/u8-strpbrk: New file.
41504         * modules/unistr/u16-strpbrk: New file.
41505         * modules/unistr/u32-strpbrk: New file.
41506         * lib/unistr/u8-strpbrk.c: New file.
41507         * lib/unistr/u16-strpbrk.c: New file.
41508         * lib/unistr/u32-strpbrk.c: New file.
41509         * lib/unistr/u-strpbrk.h: New file.
41510
41511         * modules/unistr/u8-strrchr: New file.
41512         * modules/unistr/u16-strrchr: New file.
41513         * modules/unistr/u32-strrchr: New file.
41514         * lib/unistr/u8-strrchr.c: New file.
41515         * lib/unistr/u16-strrchr.c: New file.
41516         * lib/unistr/u32-strrchr.c: New file.
41517
41518         * modules/unistr/u8-strspn: New file.
41519         * modules/unistr/u16-strspn: New file.
41520         * modules/unistr/u32-strspn: New file.
41521         * lib/unistr/u8-strspn.c: New file.
41522         * lib/unistr/u16-strspn.c: New file.
41523         * lib/unistr/u32-strspn.c: New file.
41524         * lib/unistr/u-strspn.h: New file.
41525
41526         * modules/unistr/u8-strstr: New file.
41527         * modules/unistr/u16-strstr: New file.
41528         * modules/unistr/u32-strstr: New file.
41529         * lib/unistr/u8-strstr.c: New file.
41530         * lib/unistr/u16-strstr.c: New file.
41531         * lib/unistr/u32-strstr.c: New file.
41532         * lib/unistr/u-strstr.h: New file.
41533
41534         * modules/unistr/u8-strtok: New file.
41535         * modules/unistr/u16-strtok: New file.
41536         * modules/unistr/u32-strtok: New file.
41537         * lib/unistr/u8-strtok.c: New file.
41538         * lib/unistr/u16-strtok.c: New file.
41539         * lib/unistr/u32-strtok.c: New file.
41540         * lib/unistr/u-strtok.h: New file.
41541
41542         * modules/unistr/u8-uctomb: New file.
41543         * modules/unistr/u16-uctomb: New file.
41544         * modules/unistr/u32-uctomb: New file.
41545         * lib/unistr/u8-uctomb.c: New file.
41546         * lib/unistr/u16-uctomb.c: New file.
41547         * lib/unistr/u32-uctomb.c: New file.
41548
41549         * MODULES.html.sh (Unicode string functions): Add the new modules.
41550
41551 2007-01-08  Bruno Haible  <bruno@clisp.org>
41552
41553         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
41554         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
41555         subdirectories.
41556
41557 2007-01-08  Karl Berry  <karl@gnu.org>
41558
41559         * doc/error.texi: mention that main() fns must set program_name
41560         when progname is used.
41561
41562 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
41563
41564         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
41565         WCTYPE_H is empty, for the benefit of builds from non-distclean
41566         directories.  Problem reported by Eric Blake in
41567         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
41568
41569 2007-01-08  Bruno Haible  <bruno@clisp.org>
41570
41571         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
41572         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
41573         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
41574         PROVIDE_CANONICALIZE_FILENAME_MODE.
41575         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
41576
41577 2007-01-08  Bruno Haible  <bruno@clisp.org>
41578
41579         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
41580         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
41581         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
41582         * lib/fts.c: Likewise.
41583         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
41584
41585 2006-12-25  Bruno Haible  <bruno@clisp.org>
41586
41587         * modules/utf8-ucs4-safe: New file.
41588         * lib/utf8-ucs4-safe.h: New file.
41589         * lib/unistr/utf8-ucs4-safe.c: New file.
41590
41591         * modules/utf16-ucs4-safe: New file.
41592         * lib/utf16-ucs4-safe.h: New file.
41593         * lib/unistr/utf16-ucs4-safe.c: New file.
41594
41595         * MODULES.html.sh (Unicode string functions): Add the new modules.
41596
41597 2007-01-08  Bruno Haible  <bruno@clisp.org>
41598
41599         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
41600         (Depends-on): Add unitypes.
41601         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
41602         (u8_mbtouc_aux): Move out to separate file.
41603         (u8_mbtouc): Use ucs4_t, uint8_t types.
41604         * lib/unistr/utf8-ucs4.c: New file.
41605
41606         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
41607         (Depends-on): Add unitypes.
41608         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
41609         (u16_mbtouc_aux): Move out to separate file.
41610         (u16_mbtouc): Use ucs4_t, uint16_t types.
41611         * lib/unistr/utf16-ucs4.c: New file.
41612
41613         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
41614         (Depends-on): Add unitypes.
41615         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
41616         (u8_uctomb_aux): Move out to separate file.
41617         (u8_uctomb): Use ucs4_t, uint8_t types.
41618         * lib/unistr/ucs4-utf8.c: New file.
41619
41620         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
41621         (Depends-on): Add unitypes.
41622         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
41623         (u16_uctomb_aux): Move out to separate file.
41624         (u16_uctomb): Use ucs4_t, uint16_t types.
41625         * lib/unistr/ucs4-utf16.c: New file.
41626
41627 2006-12-25  Bruno Haible  <bruno@clisp.org>
41628
41629         * modules/unitypes: New file.
41630         * lib/unitypes.h: New file.
41631         * MODULES.html.sh (func_all_modules): New section "Unicode string
41632         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
41633         this section. Add unitypes.
41634
41635 2007-01-08  Bruno Haible  <bruno@clisp.org>
41636
41637         Avoid variable names that conflict with those from libtool.
41638         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
41639         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
41640         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
41641         library_names_spec to acl_library_names_spec, hardcode_* to
41642         acl_hardcode_*.
41643         Reported by Ralf Wildenhues.
41644
41645 2007-01-08  Bruno Haible  <bruno@clisp.org>
41646
41647         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
41648         definition.
41649         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
41650         definition.
41651         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
41652         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
41653         definition.
41654         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
41655         definition.
41656         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
41657         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
41658         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
41659         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
41660         definition.
41661         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
41662         definition.
41663         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
41664         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
41665         GC_USE_<algorithm>.
41666         * lib/gc-libgcrypt.c: Likewise.
41667         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
41668         * modules/gc-arctwo (configure.ac): Likewise.
41669         * modules/gc-des (configure.ac): Likewise.
41670         * modules/gc-hmac-md5 (configure.ac): Likewise.
41671         * modules/gc-hmac-sha1 (configure.ac): Likewise.
41672         * modules/gc-md2 (configure.ac): Likewise.
41673         * modules/gc-md4 (configure.ac): Likewise.
41674         * modules/gc-md5 (configure.ac): Likewise.
41675         * modules/gc-random (configure.ac): Likewise.
41676         * modules/gc-rijndael (configure.ac): Likewise.
41677         * modules/gc-sha1 (configure.ac): Likewise.
41678
41679 2007-01-08  Bruno Haible  <bruno@clisp.org>
41680
41681         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
41682         macro definition.
41683         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
41684         definition.
41685         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
41686         definition.
41687         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
41688         * modules/fcntl-safer (configure.ac): Likewise.
41689         * modules/fopen-safer (configure.ac): Likewise.
41690         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
41691         GNULIB_FWRITEERROR macro definition.
41692
41693 2007-01-08  Bruno Haible  <bruno@clisp.org>
41694
41695         * m4/gnulib-common.m4: New file.
41696         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
41697         (func_get_filelist): Add m4/gnulib-common.m4.
41698
41699 2007-01-08  Bruno Haible  <bruno@clisp.org>
41700
41701         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
41702         command.
41703
41704 2007-01-08  Jim Meyering  <jim@meyering.net>
41705
41706         Use a more robust test for a "can't happen" condition.
41707         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
41708         narrowed the st_size value.  Presuming the "can't happen" condition
41709         is true, that narrowing could conceivably convert an invalid st_size
41710         value into a valid one.  Instead, use a change based on Matthew
41711         Woehlke's original patch.
41712
41713         Slight readability improvement: use an assert-like macro
41714         in place of literal "abort ()" uses.
41715         * lib/fts.c (fts_assert): Define.
41716         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
41717         Use this macro instead of a bare 'abort'.
41718
41719 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
41720
41721         Don't worry about using IRIX 5.3's wctype.h broken definitions;
41722         simply work around them.
41723         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
41724         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
41725         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
41726         declaring.
41727         Don't bother to define as macros, since the standard doesn't require it.
41728         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
41729         longer worry about IRIX 5.3.
41730         (HAVE_WCTYPE_CTMP_BUG): Remove.
41731
41732 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
41733
41734         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
41735         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
41736         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
41737         Problems reported by Georg Schwarz for IRIX 5.3.
41738
41739         * gnulib-tool (autoconf_minversion): Take the maximum version number
41740         found, not the minimum.  Problem reported by James Youngman.
41741
41742 2007-01-03  Karl Berry  <karl@gnu.org>
41743
41744         * doc/error.texi: new file, explaining interaction with progname.
41745         * doc/gnulib.texi: include it.  Update copyright.
41746
41747 2007-01-03  Simon Josefsson  <simon@josefsson.org>
41748
41749         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
41750         AC_CANONICAL_HOST, to improve autobuild outputs.
41751
41752 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
41753             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
41754
41755         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
41756         sockets, server sockets, and other file descriptors.  Count errors
41757         to compute the return value.  Reorder the code a bit to be easier
41758         to follow.  Don't set event bits that were not requested (except
41759         POLLERR and POLLHUP).
41760
41761 2007-01-01  Bruno Haible  <bruno@clisp.org>
41762
41763         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
41764
41765 2007-01-03  Jim Meyering  <jim@meyering.net>
41766
41767         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
41768
41769 2007-01-02  Bruno Haible  <bruno@clisp.org>
41770
41771         * modules/settime (Include): Require timespec.h.
41772         * modules/nanosleep (Include): Likewise.
41773
41774 2007-01-01  Bruno Haible  <bruno@clisp.org>
41775
41776         * gnulib-tool (func_emit_copyright_notice): Bump year.
41777         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
41778
41779 2007-01-01  Bruno Haible  <bruno@clisp.org>
41780
41781         Improve support for OpenBSD.
41782         * build-aux/config.rpath (libname_spec): Export.
41783         (library_names_spec): New variable. Export.
41784         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
41785         library_names_spec from the config.rpath output. Locate shared library
41786         through the name pattern in library_names_spec.
41787
41788 2007-01-01  Eric Blake  <ebb9@byu.net>
41789
41790         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
41791
41792 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
41793
41794         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
41795         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
41796         assume the C locale, and avoid an "eval" that could cause trouble.
41797         Problem with SORT reported by Bob Proulx.
41798
41799         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
41800         Define.  Trivial patch from Henning Nielsen Lund, originally
41801         sent to bug-grep@gnu.org today.
41802
41803 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
41804
41805         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
41806         struct stat.  Problem reported by Henning Nielsen Lund.
41807         * lib/acl.c: Include acl.h first, to check interface.  Don't
41808         bother to include sys/types.h and sys/stat.h again.
41809
41810 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
41811
41812         Import the following change from libc; problem reported by
41813         Sven Verdoolaege.
41814
41815         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
41816
41817         [BZ #1373]
41818         * lib/argp.h: Remove __NTH for __argp_usage inline function.
41819
41820 2006-12-28  Jim Meyering  <jim@meyering.net>
41821
41822         * build-aux/announce-gen: Do not assume that the package
41823         builds any of tar.gz, tar.bz2, and .xdelta files.
41824         Suggestion from Simon Josefsson.
41825
41826 2006-12-28  Simon Josefsson  <simon@josefsson.org>
41827
41828         * modules/announce-gen: New file.
41829
41830 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
41831
41832         * lib/mbchar.h: Just include <wctype.h>; the wctype module
41833         handles its gotchas now.
41834         * lib/mbswidth.c: Likewise.
41835         * lib/wcwidth.h: Likewise.
41836         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
41837         and iswcntrl; the wctype module does this stuff now.
41838         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
41839         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
41840         * modules/mbchar (Depends-on): Add wctype.
41841         * modules/mbswidth (Depends-on): Likewise.
41842         * modules/wcwidth (Depends-on): Likewise.
41843
41844 2006-12-27  Eric Blake  <ebb9@byu.net>
41845
41846         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
41847         module uses more than what <wctype.h> is required to provide.
41848
41849 2006-12-26  Eric Blake  <ebb9@byu.net>
41850
41851         * gnulib-tool (sed_extract_prog): Avoid space-tab.
41852
41853 2006-12-26  Eric Blake  <ebb9@byu.net>
41854
41855         * modules/absolute-header: New module.
41856         * modules/fcntl (Depends-on): Depend on it.
41857         * modules/inttypes (Depends-on): Likewise.
41858         * modules/stdint (Depends-on): Likewise.
41859         * modules/sys_stat (Depends-on): Likewise.
41860         * modules/wctype (Depends-on): Likewise.
41861         * MODULES.html.sh (Support for building libraries and
41862         executables): Document it.
41863
41864 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
41865
41866         * gnulib-tool (SED): Remove, undoing previous change.
41867         The problem was that it broke coreutils on Solaris, because
41868         "sed --posix" leaked into a makefile.
41869         (sed): New alias, if 'alias' and GNU sed.
41870
41871 2006-12-24  Jim Meyering  <jim@meyering.net>
41872
41873         Work around an fchownat bug in glibc-2.4:
41874         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
41875         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
41876         in spite of the -P option.
41877         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
41878         New macros.
41879         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
41880         * modules/openat (Files): Add lib/fchownat.c.
41881         * lib/openat.c (fchownat): Don't define here.  Move to...
41882         * lib/fchownat.c: ...this new file.
41883
41884 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
41885
41886         Fix bug reported by Bruno Haible in
41887         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
41888         where quotearg.c didn't compile on Mac OS X 10.2 because it
41889         lacks <wchar.h> and wint_t.
41890         * lib/wctype_.h (__wctype_wint_t): New type.
41891         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
41892         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
41893         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
41894         Arg is now of type __wctype_wint_t, not wint_t.
41895         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
41896         substitute HAVE_WINT_T.
41897         * modules/wctype (Files): Add m4/wint_t.m4.
41898         (wctype.h): Substitute HAVE_WINT_T.
41899
41900 2006-12-23  Bruno Haible  <bruno@clisp.org>
41901
41902         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
41903
41904 2006-12-23  Bruno Haible  <bruno@clisp.org>
41905
41906         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
41907         S_ISLNK.
41908         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
41909         mingw.
41910
41911 2006-12-22  Bruno Haible  <bruno@clisp.org>
41912
41913         * lib/copy-file.c: Include acl.h.
41914         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
41915         Close the file descriptors only after being done with copy_acl.
41916         * modules/copy-file (Depends-on): Add acl.
41917
41918 2006-12-22  Bruno Haible  <bruno@clisp.org>
41919
41920         * gnulib-tool (SED): New variable.
41921         Use $SED instead of sed everywhere.
41922
41923 2006-12-22  Bruno Haible  <bruno@clisp.org>
41924
41925         * modules/no-c++: New file.
41926         * m4/no-c++.m4: New file.
41927         * MODULES.html.sh (Support for building libraries and executables):
41928         Add no-c++.
41929
41930 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
41931
41932         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
41933         Include <limits.h>, and use its INT_MAX to rewrite the
41934         j loop so that it does not overflow 'int'.  Problem reported by
41935         Ralf Wildenhues in
41936         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
41937         Play it safe by shifting left by 1 rather than multiplying by 2,
41938         as GCC is less likely to optimize this away when the value
41939         is signed (when it assumes overflow leads to undefined behavior).
41940         Also, don't assume time_t uses two's complement.
41941
41942 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
41943
41944         * MODULES.html.sh: New module wctype.
41945         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
41946         * lib/fnmatch.c: Don't bother to include <wchar.h> before
41947         <wctype.h>, since the new wctype module should fix this.
41948         * lib/quotearg.c: Include <wctype.h> unconditionally, since
41949         the wctype module should arrange for it.
41950         * lib/regex_internal.h: Likewise.
41951         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
41952         since the wctype module should handle this now.
41953         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
41954         * modules/fnmatch (Depends-on): Add wctype.
41955         * modules/quotearg (Depends-on): Likewise.
41956         * modules/regex (Depends-on): Likewise.
41957
41958 2006-12-19  Bruno Haible  <bruno@clisp.org>
41959
41960         * lib/strdup.h [C++]: Wrap definitions in extern "C".
41961         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
41962
41963 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41964
41965         * modules/savewd (Depends-on): Fix dependency on fcntl.
41966
41967 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
41968
41969         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
41970         conforms to C99, rather than relying on the user's environment
41971         setting of STDINT_H.
41972
41973 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
41974         and Eric Blake  <ebb9@byu.net>
41975
41976         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
41977         This is more consistent with the other defines here.
41978         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
41979         Port to z/OS.  Problem reported by Paul Gilmartin.
41980         Change local vars to use gl_ prefix rather than ac_.
41981         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
41982         with other defines.
41983         * modules/double-slash-root: New module.
41984         * modules/dirname (Files): Remove m4/double-slash-root.m4.
41985         (Depends-on): Add double-slash-root.
41986         * MODULES.html.sh (File system functions): Mention new module.
41987
41988 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
41989
41990         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
41991         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
41992         This is for the benefit of gzip, which doesn't do i18n.
41993
41994 2006-12-12  Jim Meyering  <jim@meyering.net>
41995
41996         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
41997         Reported by Andreas Schwab <schwab@suse.de>.
41998
41999 2006-12-12  Bruno Haible  <bruno@clisp.org>
42000
42001         Merge these changes.
42002         2006-09-05  Bruno Haible  <bruno@clisp.org>
42003         * lib/iconvme.c (iconv_string): No need to save and restore errno when
42004         iconv_alloc succeeded.
42005         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
42006         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
42007         test for " && dest " at the end - dest is always != NULL there. Call
42008         iconv with 4xNULL arguments initially, to reset the state. Call iconv
42009         with 2xNULL arguments, also to flush the state storage. Handle the
42010         IRIX iconv behaviour. Realloc the final result, to throw away unused
42011         memory.
42012
42013 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
42014
42015         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
42016         and fchmodat unconditionally, since glibc 2.4 has them.
42017         Problem reported by Arkadiusz Miskiewicz.
42018
42019 2006-12-10  Bruno Haible  <bruno@clisp.org>
42020
42021         * gnulib-tool (func_import): Show the include files only for those
42022         modules that are copied and specified.
42023         Reported by Karl Berry.
42024
42025 2006-12-08  Jim Meyering  <jim@meyering.net>
42026
42027         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
42028         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
42029
42030         * build-aux/announce-gen: Add two new options, both optional:
42031         --bootstrap-tools=TOOL_LIST
42032               a comma-separated list of tools, e.g.,
42033               autoconf,automake,bison,gnulib
42034         --gnulib-snapshot-date=DATE
42035               if gnulib is in the bootstrap tool list,
42036               then report this as the snapshot date.
42037               If not specified, use the current date/time.
42038               If you specify a date here, be sure it's UTC.
42039
42040 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42041
42042         * tests/test-argp-2.sh: Fix test to match actual output.
42043         (func_compare): Fix sed script to be portable.
42044
42045 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
42046
42047         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
42048         workaround for this case.  It is not autoconfigured now; offhand
42049         it's hard to see how to autoconfigure it.
42050
42051 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
42052
42053         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
42054         a directory that is about to be chowned.  Such a directory's
42055         initial file permissions should permit the owner only and this
42056         should not be changed until after the chown, since the group and
42057         other bits would be incorrect if they granted permission before
42058         the chown.
42059
42060         Fix porting problem for iswctype reported by Georg Schwarz in:
42061         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
42062         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
42063         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
42064         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
42065         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
42066
42067 2006-12-03  Jim Meyering  <jim@meyering.net>
42068
42069         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
42070         p->fts_statp may not yet be defined.
42071         (fts_read): Instead, set it in the caller, once p->fts_statp is
42072         sure to be defined, and corresponds to a top-level directory.
42073         This bug made du -x fail.  Here's the coreutils test case:
42074         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
42075         Reported by Mike Frysinger.
42076
42077 2006-12-01  Jim Meyering  <jim@meyering.net>
42078
42079         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
42080         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
42081         Reported by Simon Josefsson.
42082
42083 2006-11-30  Jim Meyering  <jim@meyering.net>
42084
42085         * m4/warning.m4: Use the all-permissive copyright notice
42086         recommended by RMS (rather than LGPL).
42087         * m4/vararrays.m4: Likewise.
42088         * m4/flexmember.m4: Likewise.
42089
42090 2006-11-29  Bruno Haible  <bruno@clisp.org>
42091
42092         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
42093         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
42094         using +=.
42095         Reported by Simon Josefsson <simon@josefsson.org>.
42096
42097 2006-11-28  James Youngman <jay@gnu.org>
42098
42099         * README: Advise users that they might find the bug-gnulib@gnu.org
42100         and autotools-announce@gnu.org mailing lists useful.
42101
42102 2006-11-28  Bruno Haible  <bruno@clisp.org>
42103
42104         * m4/ptrdiff_max.m4: Remove file.
42105
42106 2006-11-21  Bruno Haible  <bruno@clisp.org>
42107
42108         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
42109         _AC_COMPUTE_INT.
42110         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
42111         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
42112         _AC_COMPUTE_INT.
42113         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
42114         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
42115         _AC_COMPUTE_INT.
42116         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
42117
42118 2006-11-28  Jim Meyering  <jim@meyering.net>
42119
42120         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
42121         warning from "gcc -Wshadow" about shadowing the builtin.
42122
42123 2006-11-27  Bruno Haible  <bruno@clisp.org>
42124
42125         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
42126         _AC_COMPUTE_INT.
42127         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
42128
42129 2006-11-27  Bruno Haible  <bruno@clisp.org>
42130             Paul Eggert  <eggert@cs.ucla.edu>
42131
42132         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
42133
42134 2006-11-26  Bruno Haible  <bruno@clisp.org>
42135
42136         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
42137         noinst_LTLIBRARIES.
42138
42139 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
42140             Bruno Haible  <bruno@clisp.org>
42141
42142         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
42143         if compiling with "gcc -ansi".
42144
42145 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
42146
42147         Fix some incompatibilities with gcc -ansi -pedantic.
42148         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
42149         if compiling pedantically with GCC, unless it's C99 or later.
42150         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
42151         it mishandles gcc -ansi -pedantic as well.
42152         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
42153         if gcc -pedantic.
42154         * lib/regexec.c (check_node_accept_bytes): Don't use auto
42155         initializers for struct if -pedantic, unless it's C99 or later.
42156
42157 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
42158
42159         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
42160         Don't close an fd more than once. Identical atimes indicate
42161         success, not failure.
42162
42163 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
42164
42165         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
42166
42167 2006-11-23  Jim Meyering  <jim@meyering.net>
42168
42169         * build-aux/announce-gen: New file.  From coreutils.
42170
42171 2006-11-22  Jim Meyering  <jim@meyering.net>
42172
42173         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
42174         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
42175         (fts_read): Use a temporary to narrow the overused st_size member
42176         before using it in a switch statement.  Reported by Matthew Woehlke.
42177
42178         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
42179         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
42180
42181 2006-11-20  Bruno Haible  <bruno@clisp.org>
42182
42183         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
42184         changequote instead of pairs of brackets.
42185         Reported by Andreas Schwab <schwab@suse.de>.
42186
42187 2006-11-21  Jim Meyering  <jim@meyering.net>
42188
42189         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
42190         so as to remain compatible with older compilers.
42191         Patch from Michael Deutschmann.
42192
42193 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
42194
42195         * MODULES.html.sh (File system functions): Add openat.
42196
42197         * lib/openat.h (rpl_fstatat): New macro, if
42198         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
42199         (fstatat): Define to rpl_fstatat under the same conditions,
42200         unless COMPILING_FSTATAT.
42201         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
42202         seems to have the bug.
42203         * lib/fstatat.c: New file.
42204         * modules/openat (Files): Add it.
42205
42206 2006-11-20  Bruno Haible  <bruno@clisp.org>
42207
42208         * Makefile: New file.
42209
42210 2006-11-20  Jim Meyering  <jim@meyering.net>
42211
42212         The beginnings of syntax-related checks for gnulib.
42213         * lib/Makefile: New file.
42214         * lib/t-idcache: New script.  Ensure that the two halves of
42215         idcache.c stay in sync.
42216
42217         * lib/idcache.c: Adjust comments in user- and group- portions to
42218         be more accurate, and to be consistent with one another.
42219
42220 2006-11-20  Jim Meyering  <jim@meyering.net>
42221
42222         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
42223         continue using the flexible array member (thus, this module performs
42224         half as many malloc calls), with the addition that...
42225         (getgroup, getuser): Consistently record a non-match via an empty
42226         "name" string, and map an empty string match to a NULL return value.
42227         * modules/idcache (Depends-on): Re-add flexmember.
42228
42229         * lib/idcache.c (getuser): Remove all uses of the register keyword.
42230         (getuidbyname, getgroup, getgidbyname): Likewise.
42231
42232         Use cleaner syntax: NULL rather than 0.
42233         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
42234
42235 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
42236
42237         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
42238         It mishandled the case where the group was missing.
42239         Problem reported by Greg Schafer.
42240         * modules/idcache: Likewise.
42241
42242 2006-11-18  Jim Meyering  <jim@meyering.net>
42243
42244         * check-module (%exempt_header): Add exception for some
42245         conditionally-included headers.
42246
42247         * modules/i-ring (Depends-on): Add verify.
42248         (License): Change to LGPL.
42249
42250 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
42251
42252         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
42253         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
42254         and inttostr.h.  Use snprintf rather than uinttostr, so that
42255         LGPLed code doesn't depend on GPLed.
42256
42257 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
42258
42259         * modules/inline (License): Change from GPL to LGPL.
42260
42261 2006-11-17  Jim Meyering  <jim@meyering.net>
42262
42263         * modules/d-type (License): Switch to LGPL.
42264
42265 2006-11-15  Bruno Haible  <bruno@clisp.org>
42266
42267         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
42268
42269 2006-11-15  Eric Blake  <ebb9@byu.net>
42270
42271         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
42272         the module dependency.
42273
42274 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
42275             Bruno Haible  <bruno@clisp.org>
42276
42277         * gnulib-tool (func_create_testdir): Add license consistency check.
42278
42279 2006-11-15  Eric Blake  <ebb9@byu.net>
42280
42281         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
42282         random "(cached)" in configure output.
42283
42284 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42285
42286         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
42287         test for conforming inttypes.h is both announced and cached.
42288
42289         * MODULES.html.sh (seen_modules, seen_files): New variables.
42290         (func_module): Rewrite to use a few less gnulib-tool and sed
42291         invocations.  Avoid a couple of quadratic algorithms for ...
42292         (missed_modules, missed_files): ... these, with ...
42293         (func_append, func_tmpdir): ... these new functions, from
42294         gnulib-tool.  Analogously, install traps for cleanup.
42295
42296         * tests/test-gc.c (main): Remove unused variables.
42297         * tests/test-read-file.c: Include stdlib.h, for 'free'.
42298
42299 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
42300
42301         * modules/inttostr (License): Change to LGPL.
42302
42303 2006-11-14  Eric Blake  <ebb9@byu.net>
42304
42305         * modules/tempname (License): Change to LGPL.
42306
42307 2006-11-14  Eric Blake  <ebb9@byu.net>
42308
42309         * doc/functions.texi (Function Portability): *printf functions on
42310         Cygwin now understand all POSIX size specifiers.
42311
42312 2006-11-14  Bruno Haible  <bruno@clisp.org>
42313
42314         * modules/c-ctype (License): Change to LGPL.
42315
42316 2006-11-12  Bruno Haible  <bruno@clisp.org>
42317
42318         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
42319         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
42320         for GNOME libraries, for which the include files are installed in
42321         subdirectories of $prefix/include.
42322
42323 2006-11-12  Bruno Haible  <bruno@clisp.org>
42324
42325         * m4/lib-link.m4: Require at least autoconf-2.54.
42326         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
42327         name to underscores for the --with option.
42328
42329 2006-11-13  Bruno Haible  <bruno@clisp.org>
42330
42331         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
42332         the tests directory.
42333         Reported by Ralf Wildenhues.
42334
42335 2006-11-13  Bruno Haible  <bruno@clisp.org>
42336
42337         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
42338         (func_emit_initmacro_end): Undo the override here.
42339         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
42340         Works around the famous automake error in coreutils.
42341
42342 2006-11-13  Eric Blake  <ebb9@byu.net>
42343
42344         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
42345         element, not its node.
42346
42347 2006-11-12  Bruno Haible  <bruno@clisp.org>
42348
42349         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
42350         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
42351
42352 2006-11-12  Bruno Haible  <bruno@clisp.org>
42353
42354         * gnulib-tool: New option --local-symlink.
42355         (func_usage): Document it.
42356         (lsymbolic): New variable.
42357         (func_import, func_create_testdir): If --symlink was not specified,
42358         test whether --local-symlink was specified and the file comes from
42359         the local_gnulib_dir.
42360
42361 2006-11-12  Bruno Haible  <bruno@clisp.org>
42362
42363         * gnulib-tool (func_ln): New function.
42364         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
42365
42366 2006-11-12  Bruno Haible  <bruno@clisp.org>
42367
42368         Finish support for source files in subdirectories.
42369         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
42370         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
42371         AUTOMAKE_OPTIONS.
42372         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
42373
42374 2006-11-12  Bruno Haible  <bruno@clisp.org>
42375
42376         * gnulib-tool (func_get_automake_snippet): Synthesize also an
42377         EXTRA_lib_SOURCES augmentation.
42378         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
42379
42380 2006-11-12  Jim Meyering  <jim@meyering.net>
42381
42382         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
42383         file descriptors.  This also averts a failure on systems with
42384         native openat support when a traversed directory lacks "x" access.
42385         * lib/fts_.h: Include "i-ring.h"
42386         (struct FTS) [fts_fd_ring]: New member.
42387         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
42388         (FCHDIR): Add parentheses.
42389         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
42390         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
42391         When descending, rather than simply closing the previous
42392         fts_cwd_fd value, push that file descriptor onto the ring.
42393         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
42394         (fts_open): Initialize the new fd_ring member.
42395         (fts_close): Clear the ring.
42396         (fts_safe_changedir): When possible, use our new fd_ring to skip
42397         the diropen and fstat and dev/ino comparison that would normally
42398         accompany a virtual `chdir ("..")'.
42399
42400         * modules/fts (Depends-on): Add i-ring.
42401         * modules/i-ring: New module.
42402         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
42403         * m4/i-ring.m4: New file.
42404
42405 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42406
42407         * gnulib-tool (func_create_testdir): Fix replacement of
42408         `build-aux' in configure.ac.  Run autotools in gltests
42409         subdirectory.
42410         (func_create_testdir, func_create_megatestdir, test): There is
42411         no need for '--force' in most autotool invocations in a new
42412         tree.  Actually fail the whole test if any of the tools, or the
42413         configure or make stages fail.
42414
42415         Sync from Automake.
42416         * build-aux/gnupload: Revert last change.  Add pointer to upload
42417         instructions of the GNU Maintenance Instructions.
42418         Suggestion by Karl Berry.
42419
42420 2006-11-10  Jim Meyering  <jim@meyering.net>
42421
42422         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
42423
42424 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
42425
42426         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
42427         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
42428         (bind_textdomain_codeset) [! ENABLE_NLS]:
42429         Evaluate all the arguments.  That way, callers get compatible behavior
42430         if the arguments have side effects.  Also, it avoids some GCC
42431         diagnostics in some cases; Joel E. Denny reported problems when Bison
42432         was configured with --enable-gcc-warnigs.
42433
42434 2006-11-10  Jim Meyering  <jim@meyering.net>
42435
42436         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
42437         relevant options in CFLAGS (like -O, -fno-inline) are taken into
42438         account.
42439
42440 2006-11-10  Jim Meyering  <jim@meyering.net>
42441
42442         * modules/inline: New file/module.
42443         * modules/xalloc (Files): Remove m4/inline.m4.
42444         (Depends-on): Add inline, instead.
42445         * modules/oset: Likewise.
42446         * modules/list: Likewise.
42447
42448 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
42449
42450         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
42451         Problem reported by Matthew Woehlke.
42452
42453 2006-11-09  Bruno Haible  <bruno@clisp.org>
42454
42455         * lib/tempname.c (gen_tempname): Remove variant that invokes
42456         __gen_tempname.
42457         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
42458         __gen_tempname.
42459
42460 2006-11-08  Bruno Haible  <bruno@clisp.org>
42461
42462         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
42463         to 'yes' instead of 'cross-compiling'.
42464
42465 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
42466
42467         * lib/quotearg.h (quotearg_free): New decl.
42468         * lib/quotearg.c (quotearg_free): New function.
42469         (slot0, nslots, slotvec0, slotvec):
42470         Now file-scope so that quotearg_free can get at them.
42471
42472 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42473
42474         Sync from Automake.
42475         * build-aux/gnupload: Add missing 'gnu' to example URL.
42476         Report by Karl Berry.
42477
42478 2006-11-08  Bruno Haible  <bruno@clisp.org>
42479
42480         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
42481         Suggested by Paul Eggert.
42482
42483 2006-11-08  Jim Meyering  <jim@meyering.net>
42484
42485         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
42486         It's already included if !_LIBC.
42487         (fts_safe_changedir): Add a comment.
42488
42489 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
42490
42491         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
42492         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
42493         Matthew Woehlke.
42494
42495         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
42496         definitions up, to avoid colliding with change below.
42497         (static_inline) [HAVE_INLINE]: New macro.
42498         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
42499         Provide extern decls when !HAVE_INLINE.  Do not define unless
42500         static_inline is defined, either by us or by xmalloc.c.  Use
42501         static_inline rather than static inline.
42502         (XCALLOC): Optimize sizeof(T) = 1 case.
42503         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
42504
42505 2006-11-07  Bruno Haible  <bruno@clisp.org>
42506
42507         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
42508         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
42509         AC_C_INLINE.
42510         * modules/xalloc (Files): Add m4/inline.m4.
42511
42512 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42513
42514         * README: Fix typo.
42515         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
42516         (Miscellanous Notes): ...from this.
42517
42518 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
42519
42520         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
42521         Mention that offsetof should be used instead of sizeof.
42522         From Bruno Haible.
42523
42524 2006-11-07  Bruno Haible  <bruno@clisp.org>
42525
42526         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
42527
42528 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
42529
42530         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
42531         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
42532         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
42533         (gl_tree_add_before, gl_tree_add_after):
42534         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
42535         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
42536         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
42537         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
42538         (gl_linked_add_after, gl_linked_add_at): Likewise.
42539         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
42540         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
42541         (gl_tree_add_before, gl_tree_add_after): Likewise.
42542         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
42543         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
42544         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
42545
42546 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42547
42548         * lib/gl_oset.h: Use C comment style, not C++ comment style.
42549
42550 2006-11-06  Bruno Haible  <bruno@clisp.org>
42551
42552         * m4/inline.m4: New file.
42553         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
42554         * modules/list (Files): Add m4/inline.m4.
42555         * modules/oset (Files): Likewise.
42556
42557 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
42558
42559         * lib/idcache.c: Include <stddef.h>, for offsetof.
42560         (struct userid.name): Change from char * to a flexible array member.
42561         All uses changed.
42562         * modules/idcache (Depends-on): Add flexmember.
42563
42564         * MODULES.html.sh (Core language properties): New module flexmember.
42565         * modules/flexmember, m4/flexmember.m4: New files.
42566
42567         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
42568         inline functions that are identical with the old xnmalloc_inline,
42569         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
42570         that we can avoid some unnecessary integer multiplications and
42571         divisions in the common case where the element size is known at
42572         compile time.
42573         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
42574         needed.
42575         (xnboundedmalloc): Remove.
42576         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
42577         arguments, for consistency with rest of this header.
42578         (xcharalloc): Rewrite using XNMALLOC.
42579         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
42580         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
42581         versions have been moved to lib/xalloc.h and renamed to be the
42582         non-*_inline versions.
42583         (xmalloc, xrealloc): Implement without reference to the xnmalloc
42584         and xnrealloc functions, since those functions are now inline and
42585         now call us.
42586         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
42587         renaming described above.
42588         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
42589         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
42590         captures the dependency in AC_C_INLINE.
42591
42592         New module canonicalize-lgpl, proposed by Charles Wilson in
42593         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
42594         with a few small changes afterwards.
42595         * MODULES.html.sh (File system functions): New module
42596         canonicalize-lgpl.
42597         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
42598         and canonicalize_file_name.
42599         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
42600         * modules/canonicalize-lgpl: New files.
42601
42602 2006-11-05  Bruno Haible  <bruno@clisp.org>
42603
42604         * gnulib-tool (func_import, func_create_testdir): Create directories
42605         also for files in subdirectories of lib/.
42606
42607 2006-11-05  Bruno Haible  <bruno@clisp.org>
42608
42609         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
42610         ANSI C compliant.
42611
42612 2006-11-03  Bruno Haible  <bruno@clisp.org>
42613
42614         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
42615         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
42616         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
42617         (xnboundedmalloc): New inline function.
42618         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
42619         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
42620         xmalloc.
42621         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
42622         xmalloc.
42623         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
42624         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
42625         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
42626         xmalloc.
42627         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
42628         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
42629         xmalloc.
42630         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
42631         gl_tree_add_after): Use XMALLOC instead of xmalloc.
42632         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
42633         xmalloc.
42634         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
42635         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
42636         gl_tree_add_after): Use XMALLOC instead of xmalloc.
42637         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
42638         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
42639         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
42640         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
42641
42642 2006-11-03  Bruno Haible  <bruno@clisp.org>
42643
42644         * lib/c-ctype.h [C++]: Define functions without name mangling.
42645         * lib/fwriteerror.h [C++]: Likewise.
42646         * lib/gcd.h [C++]: Likewise.
42647         * lib/linebreak.h [C++]: Likewise.
42648
42649 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
42650
42651         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
42652         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
42653         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
42654         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
42655         Check for functions and headers just once.
42656         Check for declaration of canonicalize_file_name.
42657         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
42658
42659 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
42660
42661         * gnulib-tool (func_import): Fix typo in actioncmd.
42662
42663 2006-11-02  Bruno Haible  <bruno@clisp.org>
42664
42665         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
42666         newline sequence in the Makefile.am snippet as a space, like "make"
42667         does.
42668         Reported by Roger Persson <perrog@gmail.com>.
42669
42670 2006-11-01  Bruno Haible  <bruno@clisp.org>
42671
42672         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
42673         already declared in <string.h>.
42674         * lib/strcase.h (strncasecmp): Don't declare it if yes.
42675
42676 2006-11-01  Bruno Haible  <bruno@clisp.org>
42677
42678         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
42679         * lib/strcase.h: Include <string.h>.
42680         (strcasecmp): Define to rpl_strcasecmp here.
42681
42682 2006-11-01  Bruno Haible  <bruno@clisp.org>
42683
42684         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
42685
42686 2006-11-01  Eric Blake  <ebb9@byu.net>
42687
42688         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
42689
42690         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
42691
42692 2006-10-29  Bruno Haible  <bruno@clisp.org>
42693
42694         Make it compile in C++ mode.
42695         * lib/full-write.c (full_rw): Add a cast.
42696
42697 2006-11-01  Bruno Haible  <bruno@clisp.org>
42698
42699         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
42700         be POSIX compliant.
42701         Reported by Roger Persson <perrog@gmail.com>.
42702
42703 2006-11-01  Eric Blake  <ebb9@byu.net>
42704
42705         * lib/getopt_.h: Fix comments.
42706
42707 2006-10-31  Eric Blake  <ebb9@byu.net>
42708
42709         * modules/tmpdir (Depends-on): Add sys_stat.
42710         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
42711         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
42712         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
42713         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
42714         tempname.
42715
42716 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
42717
42718         Avoid some C++ diagnostics reported by Bruno Haible.
42719         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
42720         xmalloc.
42721         (quotearg_alloc): Use xcharalloc rather than xmalloc.
42722         (struct slotvec): Move to top level.
42723         (quotearg_n_options): Rewrite to avoid xmalloc.
42724         * lib/xalloc.h (xcharalloc): New function.
42725         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
42726         [defined __cplusplus]: Add function template that provides result
42727         type propagation.  This part of the change is from Bruno Haible.
42728
42729 2006-10-29  Bruno Haible  <bruno@clisp.org>
42730
42731         Make it compile in C++ mode.
42732         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
42733         * lib/strnlen1.c (strnlen1): Cast memchr result.
42734         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
42735         * lib/clean-temp.c (string_equals, string_hash): Add casts.
42736         (create_temp_dir): Rename local variable 'template'.
42737         (compile_csharp_using_sscli): Add cast.
42738         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
42739         * lib/findprog.c (find_in_path): Likewise.
42740         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
42741         * lib/wait-process.c (register_slave_subprocess): Likewise.
42742
42743 2006-10-22  Bruno Haible  <bruno@clisp.org>
42744
42745         * modules/tsearch: New file.
42746         * lib/tsearch.h: New file.
42747         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
42748         * m4/tsearch.m4: New file.
42749         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
42750
42751 2006-10-29  Eric Blake  <ebb9@byu.net>
42752
42753         * lib/arcfour.c: Assume config.h.
42754         * lib/arctwo.c: Likewise.
42755         * lib/base64.c: Likewise.
42756         * lib/check-version.c: Likewise.
42757         * lib/crc.c: Likewise.
42758         * lib/des.c: Likewise.
42759         * lib/gc-gnulib.c: Likewise.
42760         * lib/gc-libgcrypt.c: Likewise.
42761         * lib/gc-pbkdf2-sha1.c: Likewise.
42762         * lib/getaddrinfo.c: Likewise.
42763         * lib/getdelim.c: Likewise.
42764         * lib/getline.c: Likewise.
42765         * lib/hmac-md5.c: Likewise.
42766         * lib/hmac-sha1.c: Likewise.
42767         * lib/iconvme.c: Likewise.
42768         * lib/md2.c: Likewise.
42769         * lib/md4.c: Likewise.
42770         * lib/memxor.c: Likewise.
42771         * lib/read-file.c: Likewise.
42772         * lib/readline.c: Likewise.
42773         * lib/rijndael-alg-fst.c: Likewise.
42774         * lib/rijndael-api-fst.c: Likewise.
42775         * lib/xgetdomainname.c: Likewise.
42776
42777 2006-10-28  Eric Blake  <ebb9@byu.net>
42778
42779         * lib/xstrndup.c: Assume config.h.
42780
42781 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
42782
42783         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
42784         stat-macros.h is now for our own macros, whereas stat_h is for
42785         macros in the <sys/stat.h> name space.
42786         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
42787         (STAT_MACROS_H): Remove.
42788         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
42789         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
42790         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
42791         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
42792         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
42793         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
42794         Move these macros to ...
42795         * lib/stat_.h: here.  Don't include stat-macros.h.
42796         * lib/canonicalize.c: Don't include stat-macros.h.
42797         * lib/chown.c: Likewise.
42798         * lib/euidaccess.c: Likewise.
42799         * lib/file-type.c: Likewise.
42800         * lib/filemode.c: Likewise.
42801         * lib/glob.c: Likewise.
42802         * lib/isapipe.c: Likewise.
42803         * lib/lchown.c: Likewise.
42804         * lib/lstat.c: Likewise.
42805         * lib/mkdir-p.c: Likewise.
42806         * lib/rmdir.c: Likewise.
42807         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
42808         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
42809         unless mkdir isn't declared, to speed up 'configure'.
42810         Always create sys/stat.h, since it's unlikely any real sys/stat.h
42811         would define all the S_* symbols.
42812         * modules/canonicalize (Depends-on):
42813         Depend on sys_stat, not stat-macros.
42814         * modules/chown: Likewise.
42815         * modules/euidaccess: Likewise.
42816         * modules/filemode: Likewise.
42817         * modules/file-type: Likewise.
42818         * modules/glob: Likewise.
42819         * modules/isapipe: Likewise.
42820         * modules/lchown: Likewise.
42821         * modules/lstat: Likewise.
42822         * modules/mkancesdirs: Likewise.
42823         * modules/rmdir: Likewise.
42824         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
42825         * modules/modechange: Likewise.
42826         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
42827         (configure.ac): Remove gl_STAT_MACROS.
42828         * modules/sys_stat (Depends-on): Remove stat-macros.
42829
42830 2006-10-27  Bruno Haible  <bruno@clisp.org>
42831
42832         * m4/signed.m4: Remove file.
42833         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
42834         invocation.
42835         * modules/vasnprintf (Files): Remove m4/signed.m4.
42836
42837 2006-10-27  Bruno Haible  <bruno@clisp.org>
42838
42839         Update to GNU gettext 0.16.
42840         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
42841         m4/inttypes-h.m4, m4/signed.m4.
42842         * m4/gettext.m4: Update to GNU gettext 0.16.
42843         * m4/intl.m4: New file, from GNU gettext.
42844         * m4/intldir.m4: New file, from GNU gettext.
42845         * config/srclist.txt: Update
42846
42847 2006-10-27  Eric Blake  <ebb9@byu.net>
42848
42849         * MODULES.html.sh: Document tempname.
42850         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
42851         dependencies.
42852         (Files): Move lib/tempname.c...
42853         * modules/tempname: ...to this new module.
42854         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
42855         (gl_PREREQ_TEMPNAME): Move...
42856         * m4/tempname.m4: ...to this new file.
42857         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
42858         * modules/sys_stat (Depends-on): Add stat-macros.
42859         * lib/stat_.h (includes): Pick up stat macros.
42860         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
42861         if stat macros are broken.
42862         * lib/tempname.c (includes): No need to include "stat-macros.h".
42863         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
42864         (direxists, __path_search) [!_LIBC]: Don't compile these in
42865         gnulib; the tmpdir module covers that.
42866         * lib/tempname.h: New file.
42867
42868 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
42869
42870         * COPYING: Explain how gnulib-tool converts licence headers.
42871         Almost all wording by Eric Blake.
42872
42873 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
42874
42875         * lib/mbchar.h (is_basic_table): Make read-only.
42876         * lib/mbchar.c (is_basic_table): Likewise.
42877         Reported by John Darrington.
42878
42879 2006-10-25  Bruno Haible  <bruno@clisp.org>
42880
42881         * lib/progname.h (set_program_name): Undefine before defining.
42882
42883 2006-10-25  Bruno Haible  <bruno@clisp.org>
42884
42885         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
42886         false for non-gcc C++ compilers.
42887         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
42888
42889 2006-10-24  Bruno Haible  <bruno@clisp.org>
42890
42891         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
42892         iconv implementations like Irix iconv.
42893
42894 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
42895
42896         * modules/vararrays: New file.
42897         * m4/vararrays.m4: New file, taken from diffutils.
42898         * MODULES.html.sh: New module vararrays.
42899
42900 2006-10-24  Karl Berry  <karl@gnu.org>
42901
42902         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
42903         Don't call GNU Unix.
42904
42905 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42906
42907         * users.txt: Add Libtool.
42908
42909         Sync from Libtool:
42910
42911         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
42912
42913         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
42914         to gnulib's policy of including config.h unconditionally.
42915
42916 2006-10-24  Bruno Haible  <bruno@clisp.org>
42917
42918         * modules/wcwidth (Files): Add m4/wint_t.m4.
42919         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
42920         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
42921
42922 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
42923
42924         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
42925         to pacify GCC with some -W flags enabled.  Problem reported by
42926         Bruno Haible.
42927
42928 2006-10-24  Jim Meyering  <jim@meyering.net>
42929
42930         * MODULES.html.sh: Remove uinttostr.  It's not a module.
42931         Reported by Karl Berry.
42932
42933 2006-10-23  Bruno Haible  <bruno@clisp.org>
42934
42935         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
42936
42937 2006-10-24  Bruno Haible  <bruno@clisp.org>
42938
42939         * lib/gl_list.h: Use C comment style, not C++ comment style.
42940
42941 2006-10-23  Eric Blake  <ebb9@byu.net>
42942
42943         * lib/getaddrinfo.c (includes): Add missing include.
42944
42945 2006-10-23  Bruno Haible  <bruno@clisp.org>
42946             Paul Eggert  <eggert@cs.ucla.edu>
42947
42948         Ability to rename obstack_free.
42949         * lib/obstack.h (__obstack_free): New macro. Declare instead of
42950         obstack_free.
42951         (obstack_free): Invoke the __obstack_free macro.
42952         * lib/obstack.c (obstack_free): Use __obstack_free macro.
42953
42954 2006-10-23  Bruno Haible  <bruno@clisp.org>
42955             Paul Eggert  <eggert@cs.ucla.edu>
42956
42957         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
42958         __argc, __argv from the declaration. (They are defined as macros on
42959         mingw.)
42960
42961 2006-10-22  Bruno Haible  <bruno@clisp.org>
42962
42963         * doc/gnulib-intro.texi: New file.
42964         * doc/gnulib.texi: Include it.
42965
42966 2006-10-21  Bruno Haible  <bruno@clisp.org>
42967
42968         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
42969         "Introduction", "Miscellanous Notes", "Particular Modules".
42970
42971 2006-10-21  Bruno Haible  <bruno@clisp.org>
42972
42973         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
42974         Change mostlyclean-local rule to avoid sh syntax error from bash
42975         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
42976
42977 2006-10-23  Jim Meyering  <jim@meyering.net>
42978
42979         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
42980         in place of snprintf.
42981
42982         * modules/inttostr (Files): Add lib/uinttostr.c.
42983         * lib/uinttostr.c (inttostr): New file/function.
42984         * lib/inttostr.h (uinttostr): Declare.
42985         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
42986         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
42987         Add uinttostr.
42988         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
42989
42990 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
42991
42992         * lib/canonicalize.c (ELOOP): Define if not already defined.
42993         Problem reported by Bruno Haible in
42994         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
42995
42996 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
42997
42998         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
42999         Problem reported by Perry Smith and Ville Laurikari.
43000
43001         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
43002         uses.
43003
43004 2006-10-19  Bruno Haible  <bruno@clisp.org>
43005
43006         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
43007         for mingw.
43008
43009 2006-10-19  Bruno Haible  <bruno@clisp.org>
43010
43011         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
43012         Needed for mingw.
43013
43014 2006-10-19  Bruno Haible  <bruno@clisp.org>
43015
43016         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
43017
43018 2006-10-19  Bruno Haible  <bruno@clisp.org>
43019
43020         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
43021         it.
43022
43023 2006-10-19  Bruno Haible  <bruno@clisp.org>
43024
43025         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
43026         invocation.
43027
43028 2006-10-19  Bruno Haible  <bruno@clisp.org>
43029
43030         * gnulib-tool (func_create_testdir): Don't include ftruncate and
43031         mountlist by default.
43032
43033 2006-10-16  Bruno Haible  <bruno@clisp.org>
43034
43035         * lib/c-strstr.c: Include c-strstr.h.
43036
43037 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
43038
43039         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
43040         in a slash.
43041
43042 2006-10-18  Bruno Haible  <bruno@clisp.org>
43043
43044         * lib/lock.h [C++]: Wrap definitions in extern "C".
43045
43046 2006-10-18  Bruno Haible  <bruno@clisp.org>
43047
43048         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
43049         gl_LIBOBJS list.
43050
43051 2006-10-18  Bruno Haible  <bruno@clisp.org>
43052
43053         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
43054
43055 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
43056
43057         * lib/xstrtol.h: Include gettext.h.
43058         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
43059         Problem reported by Eric Blake.
43060         * modules/xstrtol (Depends-on): Add gettext-h.
43061
43062 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
43063
43064         * lib/strftime.c (advance): New macro.
43065         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
43066         incomplete type, so you can't add 0 to it.  Problem and patch
43067         reported by Eelco Dolstra for dietlibc.
43068
43069 2006-10-18  Jim Meyering  <jim@meyering.net>
43070
43071         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
43072         type for a local, and rename it: s/up/user_proc/.
43073
43074 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
43075
43076         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
43077         READ_UTMP_USER_PROCESS.
43078         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
43079
43080 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
43081
43082         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
43083         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
43084
43085 2006-10-17  Eric Blake  <ebb9@byu.net>
43086
43087         * lib/sigprocmask.c (sigprocmask): Fix typo.
43088
43089         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
43090
43091         * modules/clean-temp (Makefile.am): Don't add to make output...
43092         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
43093         config.h.
43094
43095 2006-10-17  Bruno Haible  <bruno@clisp.org>
43096
43097         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
43098         differently if DEFAULT_TEXT_DOMAIN is set.
43099
43100 2006-10-16  Bruno Haible  <bruno@clisp.org>
43101
43102         * lib/clean-temp.c: Include fwriteerror.h.
43103
43104 2006-10-16  Bruno Haible  <bruno@clisp.org>
43105
43106         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
43107
43108 2006-10-16  Bruno Haible  <bruno@clisp.org>
43109
43110         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
43111         * lib/sigprocmask.h: Include <sys/types.h>.
43112         (sigset_t): Use the system's definition if present.
43113
43114 2006-10-17  Eric Blake  <ebb9@byu.net>
43115
43116         * lib/xvasprintf.c (includes): Assume config.h.
43117         * lib/xasprintf.c (includes): Likewise.
43118
43119 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
43120
43121         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
43122         at least as wide as intmax_t.
43123
43124 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
43125
43126         (Imported from Automake.)
43127         * build-aux/gnupload: Update to version 1.1 of directive file.
43128
43129 2006-10-16  Eric Blake  <ebb9@byu.net>
43130
43131         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
43132         match Automake 1.10a.
43133
43134 2006-10-14  Bruno Haible  <bruno@clisp.org>
43135
43136         * modules/sigprocmask: New file.
43137         * lib/sigprocmask.h: New file.
43138         * lib/sigprocmask.c: New file.
43139         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
43140         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
43141         request sigprocmask.o.
43142         (gl_PREREQ_SIGPROCMASK): New macro.
43143         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
43144         (Depends-on): Add sigprocmask.
43145         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
43146         gt_SIGNALBLOCKING. Test for 'raise' only once.
43147         * lib/fatal-signal.c: Include sigprocmask.h.
43148         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
43149         unblock_fatal_signals): Define always.
43150         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
43151         sigprocmask.
43152
43153 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
43154
43155         Sync from Automake.
43156         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
43157         which incorrectly sets the mode of an existing destination
43158         directory.  In some cases the unpatched install-sh could do the
43159         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
43160         system.  We hope this is rare in practice, but it's clearly worth
43161         fixing.  Problem reported by Alex Unleashed in
43162         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
43163         Also, don't bother to check for -m bugs unless we're using -m;
43164         suggested by Stepan Kasal.
43165
43166 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43167
43168         Sync from Automake.
43169         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
43170         `-c' flag, so they appear at the same position as in %FASTDEP%
43171         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
43172         which ignores unknown options only after the first non-option.
43173         Bug report against M4 by Nelson H. F. Beebe.
43174
43175 2006-10-13  Jim Meyering  <jim@meyering.net>
43176
43177         Fix a bug in yesterday's change.
43178         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
43179         p->fts_statp->st_dev would be used uninitialized.
43180         Ensures that we always call fts_stat on the very first entry.
43181         Miklos Szeredi reported that find -xdev stopped working.
43182
43183 2006-10-12  Bruno Haible  <bruno@clisp.org>
43184
43185         * gnulib-tool (func_get_automake_snippet): Append an automatically
43186         computed EXTRA_DIST augmentation.
43187         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
43188         * modules/alloca-opt (Makefile.am): Likewise.
43189         * modules/allocsa (Makefile.am): Likewise.
43190         * modules/arcfour (Makefile.am): Likewise.
43191         * modules/arctwo (Makefile.am): Likewise.
43192         * modules/argmatch (Makefile.am): Likewise.
43193         * modules/argz (Makefile.am): Likewise.
43194         * modules/atexit (Makefile.am): Likewise.
43195         * modules/backupfile (Makefile.am): Likewise.
43196         * modules/byteswap (Makefile.am): Likewise.
43197         * modules/c-strtod (Makefile.am): Likewise.
43198         * modules/c-strtold (Makefile.am): Likewise.
43199         * modules/calloc (Makefile.am): Likewise.
43200         * modules/canon-host (Makefile.am): Likewise.
43201         * modules/canonicalize (Makefile.am): Likewise.
43202         * modules/chdir-long (Makefile.am): Likewise.
43203         * modules/chdir-safer (Makefile.am): Likewise.
43204         * modules/check-version (Makefile.am): Likewise.
43205         * modules/chown (Makefile.am): Likewise.
43206         * modules/cloexec (Makefile.am): Likewise.
43207         * modules/close-stream (Makefile.am): Likewise.
43208         * modules/closeout (Makefile.am): Likewise.
43209         * modules/crc (Makefile.am): Likewise.
43210         * modules/csharpexec (Makefile.am): Likewise.
43211         * modules/cycle-check (Makefile.am): Likewise.
43212         * modules/des (Makefile.am): Likewise.
43213         * modules/dev-ino (Makefile.am): Likewise.
43214         * modules/dirfd (Makefile.am): Likewise.
43215         * modules/dirname (Makefile.am): Likewise.
43216         * modules/dup2 (Makefile.am): Likewise.
43217         * modules/eealloc (Makefile.am): Likewise.
43218         * modules/error (Makefile.am): Likewise.
43219         * modules/euidaccess (Makefile.am): Likewise.
43220         * modules/exclude (Makefile.am): Likewise.
43221         * modules/exitfail (Makefile.am): Likewise.
43222         * modules/fcntl-safer (Makefile.am): Likewise.
43223         * modules/fcntl (Makefile.am): Likewise.
43224         * modules/file-type (Makefile.am): Likewise.
43225         * modules/fileblocks (Makefile.am): Likewise.
43226         * modules/filemode (Makefile.am): Likewise.
43227         * modules/filenamecat (Makefile.am): Likewise.
43228         * modules/fnmatch (Makefile.am): Likewise.
43229         * modules/fopen-safer (Makefile.am): Likewise.
43230         * modules/fpending (Makefile.am): Likewise.
43231         * modules/fprintftime (Makefile.am): Likewise.
43232         * modules/free (Makefile.am): Likewise.
43233         * modules/fsusage (Makefile.am): Likewise.
43234         * modules/ftruncate (Makefile.am): Likewise.
43235         * modules/fts (Makefile.am): Likewise.
43236         * modules/gc-arcfour (Makefile.am): Likewise.
43237         * modules/gc-des (Makefile.am): Likewise.
43238         * modules/gc-hmac-md5 (Makefile.am): Likewise.
43239         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
43240         * modules/gc-md4 (Makefile.am): Likewise.
43241         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
43242         * modules/gc-sha1 (Makefile.am): Likewise.
43243         * modules/gc (Makefile.am): Likewise.
43244         * modules/getaddrinfo (Makefile.am): Likewise.
43245         * modules/getcwd (Makefile.am): Likewise.
43246         * modules/getdelim (Makefile.am): Likewise.
43247         * modules/getdomainname (Makefile.am): Likewise.
43248         * modules/getgroups (Makefile.am): Likewise.
43249         * modules/gethostname (Makefile.am): Likewise.
43250         * modules/gethrxtime (Makefile.am): Likewise.
43251         * modules/getline (Makefile.am): Likewise.
43252         * modules/getloadavg (Makefile.am): Likewise.
43253         * modules/getlogin_r (Makefile.am): Likewise.
43254         * modules/getndelim2 (Makefile.am): Likewise.
43255         * modules/getopt (Makefile.am): Likewise.
43256         * modules/getpagesize (Makefile.am): Likewise.
43257         * modules/getpass-gnu (Makefile.am): Likewise.
43258         * modules/getpass (Makefile.am): Likewise.
43259         * modules/getsubopt (Makefile.am): Likewise.
43260         * modules/gettime (Makefile.am): Likewise.
43261         * modules/gettimeofday (Makefile.am): Likewise.
43262         * modules/getugroups (Makefile.am): Likewise.
43263         * modules/getusershell (Makefile.am): Likewise.
43264         * modules/glob (Makefile.am): Likewise.
43265         * modules/group-member (Makefile.am): Likewise.
43266         * modules/hard-locale (Makefile.am): Likewise.
43267         * modules/hash (Makefile.am): Likewise.
43268         * modules/hmac-md5 (Makefile.am): Likewise.
43269         * modules/hmac-sha1 (Makefile.am): Likewise.
43270         * modules/human (Makefile.am): Likewise.
43271         * modules/idcache (Makefile.am): Likewise.
43272         * modules/imaxabs (Makefile.am): Likewise.
43273         * modules/imaxdiv (Makefile.am): Likewise.
43274         * modules/inet_ntop (Makefile.am): Likewise.
43275         * modules/inet_pton (Makefile.am): Likewise.
43276         * modules/intprops (Makefile.am): Likewise.
43277         * modules/inttostr (Makefile.am): Likewise.
43278         * modules/inttypes (Makefile.am): Likewise.
43279         * modules/isapipe (Makefile.am): Likewise.
43280         * modules/javaversion (Makefile.am): Likewise.
43281         * modules/lchmod (Makefile.am): Likewise.
43282         * modules/lchown (Makefile.am): Likewise.
43283         * modules/localcharset (Makefile.am): Likewise.
43284         * modules/long-options (Makefile.am): Likewise.
43285         * modules/lstat (Makefile.am): Likewise.
43286         * modules/malloc (Makefile.am): Likewise.
43287         * modules/mathl (Makefile.am): Likewise.
43288         * modules/mbchar (Makefile.am): Likewise.
43289         * modules/md2 (Makefile.am): Likewise.
43290         * modules/md4 (Makefile.am): Likewise.
43291         * modules/md5 (Makefile.am): Likewise.
43292         * modules/memcasecmp (Makefile.am): Likewise.
43293         * modules/memchr (Makefile.am): Likewise.
43294         * modules/memcmp (Makefile.am): Likewise.
43295         * modules/memcoll (Makefile.am): Likewise.
43296         * modules/memcpy (Makefile.am): Likewise.
43297         * modules/memmem (Makefile.am): Likewise.
43298         * modules/memmove (Makefile.am): Likewise.
43299         * modules/mempcpy (Makefile.am): Likewise.
43300         * modules/memrchr (Makefile.am): Likewise.
43301         * modules/memset (Makefile.am): Likewise.
43302         * modules/memxor (Makefile.am): Likewise.
43303         * modules/mkancesdirs (Makefile.am): Likewise.
43304         * modules/mkdir-p (Makefile.am): Likewise.
43305         * modules/mkdir (Makefile.am): Likewise.
43306         * modules/mkdtemp (Makefile.am): Likewise.
43307         * modules/mkstemp (Makefile.am): Likewise.
43308         * modules/mktime (Makefile.am): Likewise.
43309         * modules/modechange (Makefile.am): Likewise.
43310         * modules/mountlist (Makefile.am): Likewise.
43311         * modules/nanosleep (Makefile.am): Likewise.
43312         * modules/obstack (Makefile.am): Likewise.
43313         * modules/openat (Makefile.am): Likewise.
43314         * modules/pagealign_alloc (Makefile.am): Likewise.
43315         * modules/pathmax (Makefile.am): Likewise.
43316         * modules/physmem (Makefile.am): Likewise.
43317         * modules/poll (Makefile.am): Likewise.
43318         * modules/posixtm (Makefile.am): Likewise.
43319         * modules/posixver (Makefile.am): Likewise.
43320         * modules/putenv (Makefile.am): Likewise.
43321         * modules/quote (Makefile.am): Likewise.
43322         * modules/quotearg (Makefile.am): Likewise.
43323         * modules/raise (Makefile.am): Likewise.
43324         * modules/read-file (Makefile.am): Likewise.
43325         * modules/readline (Makefile.am): Likewise.
43326         * modules/readlink (Makefile.am): Likewise.
43327         * modules/readtokens (Makefile.am): Likewise.
43328         * modules/readutmp (Makefile.am): Likewise.
43329         * modules/realloc (Makefile.am): Likewise.
43330         * modules/regex (Makefile.am): Likewise.
43331         * modules/rename-dest-slash (Makefile.am): Likewise.
43332         * modules/rename (Makefile.am): Likewise.
43333         * modules/rijndael (Makefile.am): Likewise.
43334         * modules/rmdir (Makefile.am): Likewise.
43335         * modules/rpmatch (Makefile.am): Likewise.
43336         * modules/safe-read (Makefile.am): Likewise.
43337         * modules/safe-write (Makefile.am): Likewise.
43338         * modules/same-inode (Makefile.am): Likewise.
43339         * modules/same (Makefile.am): Likewise.
43340         * modules/save-cwd (Makefile.am): Likewise.
43341         * modules/savedir (Makefile.am): Likewise.
43342         * modules/setenv (Makefile.am): Likewise.
43343         * modules/settime (Makefile.am): Likewise.
43344         * modules/sha1 (Makefile.am): Likewise.
43345         * modules/sig2str (Makefile.am): Likewise.
43346         * modules/snprintf (Makefile.am): Likewise.
43347         * modules/stat-macros (Makefile.am): Likewise.
43348         * modules/stat-time (Makefile.am): Likewise.
43349         * modules/stdbool (Makefile.am): Likewise.
43350         * modules/stdint (Makefile.am): Likewise.
43351         * modules/stdlib-safer (Makefile.am): Likewise.
43352         * modules/stpcpy (Makefile.am): Likewise.
43353         * modules/stpncpy (Makefile.am): Likewise.
43354         * modules/strcase (Makefile.am): Likewise.
43355         * modules/strcasestr (Makefile.am): Likewise.
43356         * modules/strchrnul (Makefile.am): Likewise.
43357         * modules/strcspn (Makefile.am): Likewise.
43358         * modules/strdup (Makefile.am): Likewise.
43359         * modules/strerror (Makefile.am): Likewise.
43360         * modules/strftime (Makefile.am): Likewise.
43361         * modules/strndup (Makefile.am): Likewise.
43362         * modules/strnlen (Makefile.am): Likewise.
43363         * modules/strpbrk (Makefile.am): Likewise.
43364         * modules/strsep (Makefile.am): Likewise.
43365         * modules/strstr (Makefile.am): Likewise.
43366         * modules/strtod (Makefile.am): Likewise.
43367         * modules/strtoimax (Makefile.am): Likewise.
43368         * modules/strtok_r (Makefile.am): Likewise.
43369         * modules/strtol (Makefile.am): Likewise.
43370         * modules/strtoll (Makefile.am): Likewise.
43371         * modules/strtoul (Makefile.am): Likewise.
43372         * modules/strtoull (Makefile.am): Likewise.
43373         * modules/strtoumax (Makefile.am): Likewise.
43374         * modules/strverscmp (Makefile.am): Likewise.
43375         * modules/sys_socket (Makefile.am): Likewise.
43376         * modules/sys_stat (Makefile.am): Likewise.
43377         * modules/sysexits (Makefile.am): Likewise.
43378         * modules/time_r (Makefile.am): Likewise.
43379         * modules/timegm (Makefile.am): Likewise.
43380         * modules/timespec (Makefile.am): Likewise.
43381         * modules/tmpfile-safer (Makefile.am): Likewise.
43382         * modules/trim (Makefile.am): Likewise.
43383         * modules/unistd-safer (Makefile.am): Likewise.
43384         * modules/unlinkdir (Makefile.am): Likewise.
43385         * modules/unlocked-io (Makefile.am): Likewise.
43386         * modules/userspec (Makefile.am): Likewise.
43387         * modules/utime (Makefile.am): Likewise.
43388         * modules/utimecmp (Makefile.am): Likewise.
43389         * modules/utimens (Makefile.am): Likewise.
43390         * modules/vasnprintf (Makefile.am): Likewise.
43391         * modules/vasprintf (Makefile.am): Likewise.
43392         * modules/vsnprintf (Makefile.am): Likewise.
43393         * modules/xalloc (Makefile.am): Likewise.
43394         * modules/xgetcwd (Makefile.am): Likewise.
43395         * modules/xnanosleep (Makefile.am): Likewise.
43396         * modules/xreadlink (Makefile.am): Likewise.
43397         * modules/xstrtod (Makefile.am): Likewise.
43398         * modules/xstrtol (Makefile.am): Likewise.
43399         * modules/xstrtold (Makefile.am): Likewise.
43400         * modules/yesno (Makefile.am): Likewise.
43401         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
43402
43403 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
43404
43405         * modules/error (Makefile.am): Distribute files through
43406         EXTRA_DIST, not lib_SOURCES.
43407
43408 2006-10-12  Eric Blake  <ebb9@byu.net>
43409
43410         * modules/error (Makefile.am): Distribute files in /lib.
43411         * modules/obstack (Makefile.am): Likewise.
43412
43413 2006-10-12  Bruno Haible  <bruno@clisp.org>
43414
43415         * modules/acl (Makefile.am): Distribute all files in lib/ through
43416         EXTRA_DIST.
43417         * modules/arcfour (Makefile.am): Likewise.
43418         * modules/arctwo (Makefile.am): Likewise.
43419         * modules/argmatch (Makefile.am): Likewise.
43420         * modules/argz (Makefile.am): Likewise.
43421         * modules/atexit (Makefile.am): Likewise.
43422         * modules/backupfile (Makefile.am): Likewise.
43423         * modules/c-strtod (Makefile.am): Likewise.
43424         * modules/c-strtold (Makefile.am): Likewise.
43425         * modules/calloc (Makefile.am): Likewise.
43426         * modules/canon-host (Makefile.am): Likewise.
43427         * modules/canonicalize (Makefile.am): Likewise.
43428         * modules/chdir-long (Makefile.am): Likewise.
43429         * modules/chdir-safer (Makefile.am): Likewise.
43430         * modules/check-version (Makefile.am): Likewise.
43431         * modules/chown (Makefile.am): Likewise.
43432         * modules/cloexec (Makefile.am): Likewise.
43433         * modules/close-stream (Makefile.am): Likewise.
43434         * modules/closeout (Makefile.am): Likewise.
43435         * modules/crc (Makefile.am): Likewise.
43436         * modules/cycle-check (Makefile.am): Likewise.
43437         * modules/des (Makefile.am): Likewise.
43438         * modules/dirfd (Makefile.am): Likewise.
43439         * modules/dirname (Makefile.am): Likewise.
43440         * modules/dup2 (Makefile.am): Likewise.
43441         * modules/euidaccess (Makefile.am): Likewise.
43442         * modules/exclude (Makefile.am): Likewise.
43443         * modules/exitfail (Makefile.am): Likewise.
43444         * modules/fcntl-safer (Makefile.am): Likewise.
43445         * modules/file-type (Makefile.am): Likewise.
43446         * modules/fileblocks (Makefile.am): Likewise.
43447         * modules/filemode (Makefile.am): Likewise.
43448         * modules/filenamecat (Makefile.am): Likewise.
43449         * modules/fnmatch (Makefile.am): Likewise.
43450         * modules/fopen-safer (Makefile.am): Likewise.
43451         * modules/fpending (Makefile.am): Likewise.
43452         * modules/fprintftime (Makefile.am): Likewise.
43453         * modules/free (Makefile.am): Likewise.
43454         * modules/fsusage (Makefile.am): Likewise.
43455         * modules/ftruncate (Makefile.am): Likewise.
43456         * modules/fts (Makefile.am): Likewise.
43457         * modules/gc (Makefile.am): Likewise.
43458         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
43459         * modules/getaddrinfo (Makefile.am): Likewise.
43460         * modules/getcwd (Makefile.am): Likewise.
43461         * modules/getdelim (Makefile.am): Likewise.
43462         * modules/getdomainname (Makefile.am): Likewise.
43463         * modules/getgroups (Makefile.am): Likewise.
43464         * modules/gethostname (Makefile.am): Likewise.
43465         * modules/gethrxtime (Makefile.am): Likewise.
43466         * modules/getline (Makefile.am): Likewise.
43467         * modules/getloadavg (Makefile.am): Likewise.
43468         * modules/getlogin_r (Makefile.am): Likewise.
43469         * modules/getopt (Makefile.am): Likewise.
43470         * modules/getpass (Makefile.am): Likewise.
43471         * modules/getpass-gnu (Makefile.am): Likewise.
43472         * modules/getsubopt (Makefile.am): Likewise.
43473         * modules/gettime (Makefile.am): Likewise.
43474         * modules/gettimeofday (Makefile.am): Likewise.
43475         * modules/getugroups (Makefile.am): Likewise.
43476         * modules/getusershell (Makefile.am): Likewise.
43477         * modules/glob (Makefile.am): Likewise.
43478         * modules/group-member (Makefile.am): Likewise.
43479         * modules/hard-locale (Makefile.am): Likewise.
43480         * modules/hash (Makefile.am): Likewise.
43481         * modules/hmac-md5 (Makefile.am): Likewise.
43482         * modules/hmac-sha1 (Makefile.am): Likewise.
43483         * modules/human (Makefile.am): Likewise.
43484         * modules/idcache (Makefile.am): Likewise.
43485         * modules/imaxabs (Makefile.am): Likewise.
43486         * modules/imaxdiv (Makefile.am): Likewise.
43487         * modules/inet_ntop (Makefile.am): Likewise.
43488         * modules/inet_pton (Makefile.am): Likewise.
43489         * modules/inttostr (Makefile.am): Likewise.
43490         * modules/isapipe (Makefile.am): Likewise.
43491         * modules/lchown (Makefile.am): Likewise.
43492         * modules/long-options (Makefile.am): Likewise.
43493         * modules/lstat (Makefile.am): Likewise.
43494         * modules/malloc (Makefile.am): Likewise.
43495         * modules/mathl (Makefile.am): Likewise.
43496         * modules/mbchar (Makefile.am): Likewise.
43497         * modules/md2 (Makefile.am): Likewise.
43498         * modules/md4 (Makefile.am): Likewise.
43499         * modules/md5 (Makefile.am): Likewise.
43500         * modules/memcasecmp (Makefile.am): Likewise.
43501         * modules/memchr (Makefile.am): Likewise.
43502         * modules/memcmp (Makefile.am): Likewise.
43503         * modules/memcoll (Makefile.am): Likewise.
43504         * modules/memcpy (Makefile.am): Likewise.
43505         * modules/memmem (Makefile.am): Likewise.
43506         * modules/memmove (Makefile.am): Likewise.
43507         * modules/mempcpy (Makefile.am): Likewise.
43508         * modules/memrchr (Makefile.am): Likewise.
43509         * modules/memset (Makefile.am): Likewise.
43510         * modules/memxor (Makefile.am): Likewise.
43511         * modules/mkancesdirs (Makefile.am): Likewise.
43512         * modules/mkdir (Makefile.am): Likewise.
43513         * modules/mkdir-p (Makefile.am): Likewise.
43514         * modules/mkdtemp (Makefile.am): Likewise.
43515         * modules/mkstemp (Makefile.am): Likewise.
43516         * modules/mktime (Makefile.am): Likewise.
43517         * modules/modechange (Makefile.am): Likewise.
43518         * modules/mountlist (Makefile.am): Likewise.
43519         * modules/nanosleep (Makefile.am): Likewise.
43520         * modules/openat (Makefile.am): Likewise.
43521         * modules/pagealign_alloc (Makefile.am): Likewise.
43522         * modules/physmem (Makefile.am): Likewise.
43523         * modules/poll (Makefile.am): Likewise.
43524         * modules/posixtm (Makefile.am): Likewise.
43525         * modules/posixver (Makefile.am): Likewise.
43526         * modules/putenv (Makefile.am): Likewise.
43527         * modules/quote (Makefile.am): Likewise.
43528         * modules/quotearg (Makefile.am): Likewise.
43529         * modules/raise (Makefile.am): Likewise.
43530         * modules/read-file (Makefile.am): Likewise.
43531         * modules/readline (Makefile.am): Likewise.
43532         * modules/readlink (Makefile.am): Likewise.
43533         * modules/readtokens (Makefile.am): Likewise.
43534         * modules/readutmp (Makefile.am): Likewise.
43535         * modules/realloc (Makefile.am): Likewise.
43536         * modules/regex (Makefile.am): Likewise.
43537         * modules/rename (Makefile.am): Likewise.
43538         * modules/rename-dest-slash (Makefile.am): Likewise.
43539         * modules/rijndael (Makefile.am): Likewise.
43540         * modules/rmdir (Makefile.am): Likewise.
43541         * modules/rpmatch (Makefile.am): Likewise.
43542         * modules/safe-read (Makefile.am): Likewise.
43543         * modules/safe-write (Makefile.am): Likewise.
43544         * modules/same (Makefile.am): Likewise.
43545         * modules/save-cwd (Makefile.am): Likewise.
43546         * modules/savedir (Makefile.am): Likewise.
43547         * modules/setenv (Makefile.am): Likewise.
43548         * modules/settime (Makefile.am): Likewise.
43549         * modules/sha1 (Makefile.am): Likewise.
43550         * modules/sig2str (Makefile.am): Likewise.
43551         * modules/snprintf (Makefile.am): Likewise.
43552         * modules/stdlib-safer (Makefile.am): Likewise.
43553         * modules/stpcpy (Makefile.am): Likewise.
43554         * modules/stpncpy (Makefile.am): Likewise.
43555         * modules/strcase (Makefile.am): Likewise.
43556         * modules/strcasestr (Makefile.am): Likewise.
43557         * modules/strchrnul (Makefile.am): Likewise.
43558         * modules/strcspn (Makefile.am): Likewise.
43559         * modules/strdup (Makefile.am): Likewise.
43560         * modules/strerror (Makefile.am): Likewise.
43561         * modules/strftime (Makefile.am): Likewise.
43562         * modules/strndup (Makefile.am): Likewise.
43563         * modules/strnlen (Makefile.am): Likewise.
43564         * modules/strpbrk (Makefile.am): Likewise.
43565         * modules/strsep (Makefile.am): Likewise.
43566         * modules/strstr (Makefile.am): Likewise.
43567         * modules/strtod (Makefile.am): Likewise.
43568         * modules/strtoimax (Makefile.am): Likewise.
43569         * modules/strtok_r (Makefile.am): Likewise.
43570         * modules/strtol (Makefile.am): Likewise.
43571         * modules/strtoll (Makefile.am): Likewise.
43572         * modules/strtoul (Makefile.am): Likewise.
43573         * modules/strtoull (Makefile.am): Likewise.
43574         * modules/strtoumax (Makefile.am): Likewise.
43575         * modules/strverscmp (Makefile.am): Likewise.
43576         * modules/time_r (Makefile.am): Likewise.
43577         * modules/timegm (Makefile.am): Likewise.
43578         * modules/tmpfile-safer (Makefile.am): Likewise.
43579         * modules/unistd-safer (Makefile.am): Likewise.
43580         * modules/unlinkdir (Makefile.am): Likewise.
43581         * modules/userspec (Makefile.am): Likewise.
43582         * modules/utime (Makefile.am): Likewise.
43583         * modules/utimecmp (Makefile.am): Likewise.
43584         * modules/utimens (Makefile.am): Likewise.
43585         * modules/vasnprintf (Makefile.am): Likewise.
43586         * modules/vasprintf (Makefile.am): Likewise.
43587         * modules/vsnprintf (Makefile.am): Likewise.
43588         * modules/xalloc (Makefile.am): Likewise.
43589         * modules/xgetcwd (Makefile.am): Likewise.
43590         * modules/xnanosleep (Makefile.am): Likewise.
43591         * modules/xreadlink (Makefile.am): Likewise.
43592         * modules/xstrtod (Makefile.am): Likewise.
43593         * modules/xstrtol (Makefile.am): Likewise.
43594         * modules/xstrtold (Makefile.am): Likewise.
43595         * modules/yesno (Makefile.am): Likewise.
43596
43597 2006-10-12  Jim Meyering  <jim@meyering.net>
43598
43599         * m4/getloadavg.m4: Revert the change below.
43600
43601         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
43602         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
43603         fail with a symlink, which is what coreutils' ./bootstrap now
43604         creates by default.
43605
43606 2006-10-12  Bruno Haible  <bruno@clisp.org>
43607
43608         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
43609         mingw.
43610         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
43611         MSVC and mingw explicitly.
43612
43613 2006-10-11  Simon Josefsson  <jas@extundo.com>
43614             Bruno Haible  <bruno@clisp.org>
43615
43616         Add support for multiple gnulib-tool invocations in the scope of a
43617         single configure.ac file.
43618         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
43619         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
43620         with the same contents as the _LIBADD variable.
43621         (func_emit_initmacro_start, func_emit_initmacro_end,
43622         func_emit_initmacro_done): New functions.
43623         (func_import, func_create_testdir): Invoke them. Allow the identifiers
43624         gl_LIBOBJS and gl_LTLIBOBJS.
43625
43626 2006-10-11  Bruno Haible  <bruno@clisp.org>
43627
43628         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
43629         (func_create_testdir): Don't create po/Makefile.am, don't invoke
43630         autoreconf. Instead, invoke autopoint explicitly but move back the
43631         *.m4 files from gnulib.
43632
43633 2006-10-11  Bruno Haible  <bruno@clisp.org>
43634
43635         * gnulib-tool (func_usage): Make module names after --create-testdir
43636         optional.
43637         (func_create_testdir): If no module was specified, use nearly all
43638         modules.
43639
43640 2006-10-12  Jim Meyering  <jim@meyering.net>
43641
43642         Big performance improvement for fts-based tools that use FTS_NOSTAT.
43643         Avoid spurious inode-mismatch problems on non-POSIX file systems.
43644         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
43645         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
43646         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
43647         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
43648         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
43649         (fts_set_stat_required): New function.
43650         (fts_open): Defer the calls to fts_stat, if possible or requested.
43651         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
43652         into fts_stat itself.
43653         (fts_read): Perform any required (deferred) fts_stat call.
43654         (fts_build): Likewise, for the directory we're about to open and read.
43655         In the readdir loop, carefully decide whether each entry will require
43656         an eventual call to fts_stat, using dirent.d_type info if available.
43657         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
43658         a command line argument into this function.  Update all callers.
43659         Map a return value of FTS_DOT to FTS_D for a command line argument.
43660         * modules/fts (Depends-on): Add d-type.  Alphabetize.
43661         Thanks to Miklos Szeredi for his tenacity and for the initial
43662         bug report about "find" failing on a FUSE-based file system.
43663
43664         * lib/fts.c (fts_open): Use consistent indentation.
43665
43666 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
43667
43668         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
43669         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
43670         reported by Jim Meyering.  All uses of cache variables renamed
43671         to match Autoconf's.
43672         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
43673         the other one.
43674
43675         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
43676         Fix misspelling in diagnostic.
43677
43678 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
43679
43680         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
43681         defined.  Problem reported by Matthew Woehlke.
43682
43683         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
43684         Add support for Tandem NonStop R series.
43685         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
43686         Use new macro.
43687
43688         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
43689         (has_trailing_slash): Omit size arg; all callers changed.
43690         Omit 'inline', since it doesn't help performance and we'd
43691         need to configure it.
43692         Don't count //, ///, etc. as having a trailing slash.
43693         As a side effect, this removes a C99ism reported by Matthew Woehlke.
43694         (rpl_rename_dest_slash): On failure, use rename's errno rather
43695         than (in some cases) an incorrect or junk errno.
43696         Simplify code by removing need to compute length; this does
43697         cause it to make two passes instead of one over the file name,
43698         but it's worth it.
43699
43700         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
43701         change, since Autoconf's version may no longer be appropriate now
43702         that we are using CVS Autoconf's version.  Add support for Tandem.
43703
43704 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
43705             Bruno Haible  <bruno@clisp.org>
43706
43707         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
43708         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
43709         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
43710         gl_AC_TYPE_LONG_LONG.
43711
43712         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
43713         instead of HAVE_LONG_LONG.
43714         * lib/printf-args.c (printf_fetchargs): Likewise.
43715         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
43716         * lib/vasnprintf.c (VASNPRINTF): Likewise.
43717         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
43718         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
43719         gl_AC_TYPE_LONG_LONG.
43720
43721 2006-10-11  Bruno Haible  <bruno@clisp.org>
43722
43723         * m4/longlong.m4: Add comments.
43724         * m4/ulonglong.m4: Likewise.
43725
43726 2006-10-10  Bruno Haible  <bruno@clisp.org>
43727
43728         Make it possible to #define stpcpy, strdup to aliases.
43729         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
43730         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
43731
43732 2006-10-10  Bruno Haible  <bruno@clisp.org>
43733
43734         Make it possible to #define gcd to an alias.
43735         * lib/gcd.c: Include config.h.
43736
43737 2006-10-10  Bruno Haible  <bruno@clisp.org>
43738
43739         Make it possible to #define c_isascii to an alias.
43740         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
43741         defined. Undefine the macros before defining them, to avoid gcc
43742         warnings.
43743         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
43744         define NO_C_CTYPE_MACROS early.
43745
43746 2006-10-10  Bruno Haible  <bruno@clisp.org>
43747
43748         Make it possible to #define set_program_name to an alias.
43749         * lib/progname.c: Don't undefine set_program_name; instead, undefine
43750         ENABLE_RELOCATABLE early.
43751
43752 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
43753
43754         Port to Tandem NSK OSS, which has 64-bit signed int but at most
43755         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
43756         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
43757         More generally, don't assume that 64-bit signed int is available
43758         if unsigned int is, and vice versa.
43759         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
43760         unsigned symbols, not on their signed counterparts.
43761         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
43762         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
43763         (UINT64_C, UINTMAX_C):
43764         Likewise.
43765         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
43766         unsigned counterparts.
43767         (Have_long_long, Unsigned): New macros.
43768         (Int): Renamed from INT.
43769         (strtoimax): Use the new macros.
43770         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
43771         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
43772         * modules/inttypes (inttypes.h): Substitute
43773         HAVE_UNSIGNED_LONG_LONG_INT.
43774         * modules/stdint (stdint.h): Likewise.
43775         (Files): Add m4/ulonglong.m4.
43776
43777 2006-10-10  Bruno Haible  <bruno@clisp.org>
43778
43779         Fix a gcc -Wshadow warning.
43780         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
43781         to 'bucket'.
43782         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
43783         gl_linked_indexof_from_to): Likewise.
43784         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
43785         Likewise.
43786         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
43787         Likewise.
43788         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
43789         Reported by Eric Blake.
43790
43791 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
43792
43793         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
43794         for NetBSD.  Problem reported by Bruno Haible.
43795
43796 2006-10-09  Jim Meyering  <jim@meyering.net>
43797
43798         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
43799         Patch from Bruno Haible.
43800
43801 2006-10-09  Jim Meyering  <jim@meyering.net>
43802
43803         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
43804         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
43805         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
43806
43807 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
43808
43809         Don't include <config.h> twice; this doesn't work in some cases,
43810         e.g., when config.h has "#define intmax_t long long int" and
43811         we include <config.h>, <inttypes.h>, <config.h> in that order.
43812         Problem reported by Matthew Woehlke in:
43813         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
43814         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
43815         * lib/fts-cycle.c: Don't include config.h.
43816         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
43817         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
43818         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
43819         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
43820         inttypes.h.
43821         * lib/xstrtoumax.c: Likewise.
43822         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
43823         __strtol and the like, so that this module is more like its siblings.
43824         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
43825         Remove; no longer needed now that we assume gnulib inttypes.h.
43826
43827 2006-10-08  Bruno Haible  <bruno@clisp.org>
43828
43829         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
43830         option.
43831
43832 2006-10-07  Jim Meyering  <jim@meyering.net>
43833
43834         * modules/inttypes (inttypes.h): Revert what seems to have been
43835         an inadvertent part of today's change: use "|", not "/" in the
43836         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
43837
43838 2006-10-07  Bruno Haible  <bruno@clisp.org>
43839
43840         * modules/sublist: New file.
43841
43842 2006-10-07  Bruno Haible  <bruno@clisp.org>
43843
43844         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
43845         * modules/argz (argz.h): Likewise.
43846         * modules/arpa_inet (arpa/inet.h): Likewise.
43847         * modules/byteswap (byteswap.h): Likewise.
43848         * modules/configmake (configmake.h): Likewise.
43849         * modules/fcntl (fcntl.h): Likewise.
43850         * modules/fnmatch (fnmatch.h): Likewise.
43851         * modules/getopt (getopt.h): Likewise.
43852         * modules/glob (glob.h): Likewise.
43853         * modules/inttypes (inttypes.h): Likewise.
43854         * modules/netinet_in (netinet/in.h): Likewise.
43855         * modules/poll (poll.h): Likewise.
43856         * modules/stdbool (stdbool.h): Likewise.
43857         * modules/stdint (stdint.h): Likewise.
43858         * modules/sys_select (sys/select.h): Likewise.
43859         * modules/sys_socket (sys/socket.h): Likewise.
43860         * modules/sys_stat (sys/stat.h): Likewise.
43861         * modules/sysexits (sysexits.h): Likewise.
43862         * modules/unistd (unistd.h): Likewise.
43863         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
43864         Add a "DO NOT EDIT" comment to the generated file.
43865         (func_import): Likewise for gnulib-comp.m4.
43866
43867 2006-10-07  Bruno Haible  <bruno@clisp.org>
43868
43869         * lib/gl_sublist.h: New file.
43870         * lib/gl_sublist.c: New file.
43871
43872 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
43873
43874         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
43875         name (relative to the original working directory) and the file
43876         name component (relative to the temporary working directory).  All
43877         callers changed.
43878         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
43879         * lib/mkdir-p.c (make_dir_parents): Likewise.
43880         * lib/mkdir-p.h (make_dir_parents): Likewise.
43881
43882 2006-10-06  Eric Blake  <ebb9@byu.net>
43883
43884         Define several macros for use by the clean-temp module.
43885         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
43886         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
43887         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
43888
43889         * lib/clean-temp.h (close_stream_temp): New declaration.
43890         * lib/clean-temp.c (includes): Pull in headers according to what
43891         other modules are in use.
43892         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
43893
43894 2006-10-06  Bruno Haible  <bruno@clisp.org>
43895
43896         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
43897         instead of fopen, fwriteerror.
43898
43899 2006-10-06  Bruno Haible  <bruno@clisp.org>
43900
43901         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
43902         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
43903         int.
43904         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
43905         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
43906         Return an error indicator.
43907         Suggested by Eric Blake.
43908
43909 2006-10-06  Bruno Haible  <bruno@clisp.org>
43910
43911         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
43912         Reported by Eric Blake.
43913
43914 2006-10-06  Bruno Haible  <bruno@clisp.org>
43915
43916         * modules/closeout (Description): Mention stderr too.
43917
43918 2006-10-06  Bruno Haible  <bruno@clisp.org>
43919         and Paul Eggert  <eggert@cs.ucla.edu>
43920
43921         * lib/closeout.c (close_stdout): Also close stderr.
43922         * lib/closeout.h: Update comment.
43923
43924 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
43925
43926         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
43927         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
43928         * lib/dirchownmod.c: Include lchown.h.
43929         * lib/lchown.c: Don't include files that lchown.h now includes.
43930         Don't declare chown, since lchown.h now does that.
43931         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
43932         (lchown): Define to rpl_chown if lchown is declared but
43933         does not exist.  Declare using a prototype if lchown is not
43934         declared.  Add a copyright notice.
43935         * lib/mkstemp.h: Include <unistd.h>.
43936         * lib/openat.c: Include lchown.h.
43937
43938         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
43939         we now test for that separately.
43940         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
43941         rather than O_NOFOLLOW, when testing whether it's possible to
43942         avoid a race condition reliably.
43943         * lib/savewd.c (savewd_chdir): Likewise.
43944
43945         Remove macros that are no longer needed now that stdint.h is
43946         reliable.
43947         * lib/fsusage.c (UINTMAX_MAX): Remove.
43948         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
43949         * lib/utimecmp.c (SIZE_MAX): Remove.
43950
43951         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
43952
43953         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
43954         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
43955         O_NOATIME works.
43956
43957 2006-10-05  Bruno Haible  <bruno@clisp.org>
43958
43959         * lib/gl_list.h (gl_sortedlist_search_from_to,
43960         gl_sortedlist_indexof_from_to): New declarations.
43961         (gl_list_implementation): New fields sortedlist_search_from_to,
43962         sortedlist_indexof_from_to.
43963         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
43964         inline functions.
43965         * lib/gl_list.c (gl_sortedlist_search_from_to,
43966         gl_sortedlist_indexof_from_to): New functions.
43967         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
43968         function.
43969         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
43970         (gl_array_sortedlist_search_from_to): New function.
43971         (gl_array_list_implementation): Update.
43972         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
43973         function.
43974         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
43975         (gl_carray_sortedlist_search_from_to): New function.
43976         (gl_carray_list_implementation): Update.
43977         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
43978         gl_linked_sortedlist_indexof_from_to): New functions.
43979         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
43980         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
43981         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
43982         gl_tree_sortedlist_indexof_from_to): New functions.
43983         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
43984         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
43985         Update.
43986         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
43987         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
43988         Update.
43989
43990 2006-10-05  Bruno Haible  <bruno@clisp.org>
43991
43992         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
43993         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
43994         (struct gl_list_implementation): Add fields search_from_to,
43995         indexof_from_to. Remove fields search, indexof.
43996         (gl_list_search): Use the search_from_to method.
43997         (gl_list_search_from, gl_list_search_from_to): New functions.
43998         (gl_list_indexof): Use the indexof_from_to method.
43999         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
44000         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
44001         (gl_list_search_from, gl_list_search_from_to): New functions.
44002         (gl_list_indexof): Use the indexof_from_to method.
44003         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
44004         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
44005         gl_array_indexof. Add start_index, end_index arguments.
44006         (gl_array_search_from_to): Renamed from gl_array_search. Add
44007         start_index, end_index arguments.
44008         (gl_array_remove, gl_array_list_implementation): Update.
44009         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
44010         gl_carray_indexof. Add start_index, end_index arguments.
44011         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
44012         start_index, end_index arguments.
44013         (gl_carray_remove, gl_carray_list_implementation): Update.
44014         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
44015         gl_linked_search. Add start_index, end_index arguments.
44016         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
44017         start_index, end_index arguments.
44018         (gl_linked_remove): Update.
44019         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
44020         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
44021         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
44022         field to 'size_t'.
44023         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
44024         gl_tree_search. Add start_index, end_index arguments.
44025         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
44026         start_index, end_index arguments.
44027         (gl_tree_remove): Update.
44028         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
44029         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
44030         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
44031         function.
44032         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
44033         gl_tree_search. Add start_index, end_index arguments.
44034         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
44035         start_index, end_index arguments.
44036         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
44037         Update.
44038         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
44039
44040 2006-10-05  Bruno Haible  <bruno@clisp.org>
44041
44042         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
44043
44044         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
44045         fwriteerror_temp): New declarations.
44046         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
44047         (descriptors): New variable.
44048         (cleanup): First, close the descriptors.
44049         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
44050         fclose_temp, fwriteerror_temp): New functions.
44051
44052 2006-10-04  Jim Meyering  <jim@meyering.net>
44053
44054         * lib/fts.c (fts_open): Tiny comment change.
44055
44056 2006-10-04  Bruno Haible  <bruno@clisp.org>
44057
44058         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
44059         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
44060         gl_LOCK_BODY.
44061         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
44062         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
44063         gl_LOCK_EARLY_BODY.
44064         (gl_LOCK): Require gl_LOCK_BODY.
44065
44066 2006-10-04  Bruno Haible  <bruno@clisp.org>
44067
44068         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
44069         (gl_oset_search_atleast): New declaration.
44070         (struct gl_oset_implementation): Add field 'search_atleast'.
44071         (gl_oset_search_atleast): New inline function.
44072         * lib/gl_oset.c (gl_oset_search_atleast): New function.
44073         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
44074         (gl_array_oset_implementation): Update.
44075         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
44076         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
44077         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
44078
44079 2006-10-04  Bruno Haible  <bruno@clisp.org>
44080
44081         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
44082
44083 2006-10-03  Bruno Haible  <bruno@clisp.org>
44084
44085         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
44086         from gl_avltreehash_list_implementation.
44087
44088 2006-10-03  Bruno Haible  <bruno@clisp.org>
44089
44090         * lib/gl_oset.c (gl_oset_add): Fix return type.
44091
44092 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
44093
44094         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
44095
44096 2006-10-02  Eric Blake  <ebb9@byu.net>
44097
44098         * modules/strnlen (Depends-on): Add extensions.
44099
44100 2006-10-02  Eric Blake  <ebb9@byu.net>
44101
44102         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
44103         definition in 2.60+.
44104
44105 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
44106
44107         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
44108         checks.
44109
44110 2006-10-02  Bruno Haible  <bruno@clisp.org>
44111
44112         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
44113         to the AUTOMAKE_OPTIONS.
44114         Reported by Jim Meyering.
44115
44116 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
44117
44118         Work around bug in Solaris 10 /proc file system:
44119         /proc/self/fd/NNN/.. isn't the parent directory of
44120         the directory whose file descriptor is NNN.  This needs to
44121         be worked around at run time, not compile time, since a
44122         program might be built on Solaris 8, where things work, and
44123         run on Solaris 10.
44124         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
44125         to use the following interface instead:
44126         (OPENAT_BUFFER_SIZE): New macro.
44127         (openat_proc_name): New function.
44128         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
44129         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
44130         Likewise.
44131         * lib/openat-proc.c: New file.
44132         * modules/openat (Files): Add lib/openat-proc.c.
44133         (Depends-on): Add same-inode, stdbool.
44134         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
44135
44136 2006-09-29  Bruno Haible  <bruno@clisp.org>
44137
44138         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
44139         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
44140         argument. Set stdout_closed before testing for ferror, not after.
44141         (fwriteerror, fwriteerror_no_ebadf): New functions.
44142
44143 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44144
44145         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
44146
44147 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
44148
44149         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
44150         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
44151
44152 2006-09-28  Jim Meyering  <jim@meyering.net>
44153
44154         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
44155         Include <unistd.h>.
44156
44157 2006-09-28  Bruno Haible  <bruno@clisp.org>
44158
44159         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
44160         * modules/linkedhash-list (Depends-on): Likewise.
44161         * modules/rbtreehash-list (Depends-on): Likewise.
44162
44163 2006-09-28  Bruno Haible  <bruno@clisp.org>
44164
44165         * lib/strndup.h: Simplify the redefinition of strndup.
44166         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
44167         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
44168
44169 2006-09-28  Bruno Haible  <bruno@clisp.org>
44170
44171         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
44172         * lib/gl_linkedhash_list.c: Likewise.
44173         * lib/gl_rbtreehash_list.c: Likewise.
44174
44175 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
44176
44177         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
44178         getaddrinfo.
44179
44180         * lib/__fpending.h: Don't include <stdio_ext.h> unless
44181         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
44182         it causes <stdio_ext.h> to cause a compile-time error.
44183         Problem reported by Nelson H. F. Beebe.
44184         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
44185         of HAVE_DECL___PENDING.
44186
44187         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
44188         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
44189         declaration.
44190
44191 2006-09-27  Jim Meyering  <jim@meyering.net>
44192
44193         This file could end up with a definition for a function
44194         named __strndup, rather than rpl_strndup on a system with
44195         incomplete weak_alias support.
44196         * lib/strndup.c (strndup): Rename from __strndup.
44197         Remove #defines that used to map __strndup to strndup.
44198         Don't use K&R prototypes.
44199         Remove LIBC-related code, since this file is not sync'd with glibc.
44200         * lib/strndup.h: Revamp, accordingly.
44201         * m4/strndup.m4: Modernize.
44202
44203 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
44204
44205         * modules/savewd (Depends-on): Add 'raise'.
44206         * lib/savewd.c: Include <signal.h>, for 'raise'.
44207
44208 2006-09-26  Jim Meyering  <jim@meyering.net>
44209
44210         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
44211         when we detect Darwin 8.7.0's acl_get_file bug.
44212         Rearrange to perform the new (below) run-test while $LIBS
44213         contains any acl-related library.  Set USE_ACL at the end.
44214         (gl_ACL_GET_FILE): New function.
44215
44216 2006-09-26  Eric Blake  <ebb9@byu.net>
44217
44218         * lib/verror.c: Include <config.h> unconditionally.
44219
44220 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
44221
44222         * modules/clock-time (Maintainer): Add self.
44223         * modules/getlogin_r (Depends-on): Add extensions.
44224
44225 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44226
44227         * modules/clock-time: New module.
44228         * modules/nanosleep (Depends-on): Add clock-time.
44229         * modules/gethrxtime (Depends-on): Likewise.
44230         * modules/gettime (Depends-on): Likewise.
44231         * modules/settime (Depends-on): Likewise.
44232
44233         * modules/fts-lgpl: Depend on openat.
44234         * modules/mkancesdirs: Depend on savewd.
44235         * modules/mkdir-p: Likewise.
44236
44237 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44238
44239         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
44240
44241         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
44242         `gl_have_arbitrary_file_name_length_limit' to
44243         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
44244         actually works between configure runs.
44245
44246 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44247             Bruno Haible  <bruno@clisp.org>
44248
44249         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
44250
44251 2006-09-25  Jim Meyering  <jim@meyering.net>
44252
44253         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
44254         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
44255
44256 2006-09-25  Eric Blake  <ebb9@byu.net>
44257
44258         * gnulib-tool (func_import, func_create_testdir): Fix typos in
44259         exec's in 2006-09-18 patch when shuffling fds.
44260
44261 2006-09-25  Bruno Haible  <bruno@clisp.org>
44262
44263         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
44264         Reported by Jim Meyering.
44265
44266 2006-09-24  Jim Meyering  <jim@meyering.net>
44267
44268         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
44269         compare a pointer against a literal "0".  That caused failures with
44270         at least HP-UX's hpcc.
44271
44272 2006-09-22  Simon Josefsson  <jas@extundo.com>
44273
44274         * modules/gc-sha1:
44275         * modules/gc-md4:
44276         * modules/gc-hmac-sha1:
44277         * modules/gc-hmac-md5:
44278         * modules/gc-des:
44279         * modules/gc-arcfour: Distribute more files.
44280
44281 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44282
44283         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
44284         (gl_linked_iterator_from_to): Initialize struct completely.
44285         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
44286         (gl_tree_iterator_from_to): Likewise
44287         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
44288         * lib/gl_array_list.c [lint] (gl_array_iterator)
44289         (gl_array_iterator_from_to): Likewise.
44290         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
44291         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
44292         (gl_carray_iterator_from_to): Likewise.
44293
44294         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
44295         * lib/md4.c (md4_process_block): Remove unused variable.
44296         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
44297         parentheses for clarity.
44298
44299 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44300
44301         * modules/bison-i18n (Depends-on): Add gettext.
44302
44303 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44304
44305         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
44306         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
44307         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
44308         also add missing comma that caused broken test.
44309         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
44310         stdlib.h, for `abort'.
44311         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
44312         variables.
44313         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
44314         include unistd.h if present, for `rmdir'.
44315         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
44316         variables.
44317         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
44318         in the process include standard headers for prototypes.
44319         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
44320         gets declared on GNU/Linux.
44321         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
44322         unistd.h, for `rmdir'.
44323         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
44324
44325         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
44326         always true.
44327         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
44328
44329         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
44330
44331 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44332
44333         * gnulib-tool (func_version): Create output all at once.  This
44334         may help avoid triggering unnecessary SIGPIPEs, and at any
44335         rate it doesn't hurt.
44336
44337 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44338             Bruno Haible  <bruno@clisp.org>
44339
44340         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
44341         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
44342         * m4/signed.m4 (bh_C_SIGNED): Likewise.
44343
44344         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
44345         (gl_FUNC_VASPRINTF): Invoke it.
44346
44347 2006-09-22  Bruno Haible  <bruno@clisp.org>
44348
44349         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
44350         getloadavg.c as first argument.
44351
44352 2006-09-22  Bruno Haible  <bruno@clisp.org>
44353
44354         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
44355         at the beginning of the gl_INIT macro.
44356         * modules/getloadavg (configure.ac): Pass $gl_source_base to
44357         gl_GETLOADAVG.
44358
44359 2006-09-22  Bruno Haible  <bruno@clisp.org>
44360
44361         * gnulib-tool (func_create_megatestdir): Don't include the config-h
44362         module.
44363         Suggested by Ralf Wildenhues.
44364
44365 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
44366
44367         Import this patch from libc:
44368
44369         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
44370
44371         * lib/regex_internal.c (re_string_reconstruct): Handle
44372         offset < pstr->valid_raw_len && pstr->offsets_needed case.
44373         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
44374         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
44375         re_string_context_at.
44376
44377         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
44378         now requires it.
44379         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
44380         gl_REGEX now does it for us.
44381         (gl_REGEX): Add test taken from
44382         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
44383
44384         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
44385         Check that large offsets work.  Modernize Autoconf usages.
44386         Prefer "yes" to mean a good thing rather than a bad.
44387         Don't put "#define mkstemp" in config.h, as this might interfere
44388         with standard system headers that "#define mkstemp mkstemp64".
44389
44390         * modules/mkstemp (Depends-on): Add extensions, so that
44391         mkstemp is visible on some platforms.
44392         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
44393         (Include): Change to "mkstemp.h" from <stdlib.h>.
44394         (Files): Add mkstemp.h.
44395
44396         * lib/mkstemp.h: New file, since some standard headers
44397         #define mkstemp.
44398         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
44399         Include "mkstemp.h".
44400         Make the _LIBC code resemble glibc original more,
44401         e.g., use K&R style.
44402         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
44403         (mkstemp): Remove, since mkstemp.h does this for us.
44404         * lib/stdlib--.h: Include mkstemp.h.
44405
44406         Import this patch from libc:
44407
44408         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
44409
44410         * lib/tempname.c (__gen_tempname): Change attempts_min
44411         into a macro.  Use preprocessor to decide how to initialize
44412         attempts [Coverity CID 67].
44413
44414 2006-09-20  Bruno Haible  <bruno@clisp.org>
44415
44416         * lib/mkdtemp.c: Import from libc.
44417         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
44418                 * sysdeps/posix/tempname.c (__gen_tempname): Change
44419                 attempts_min into a macro.  Use preprocessor to decide how to
44420                 initialize attempts [Coverity CID 67].
44421         2001-11-27  Paul Eggert  <eggert@twinsun.com>
44422                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
44423                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
44424
44425 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44426
44427         * gnulib-tool (func_exit): New function, to allow to pass the
44428         exit status portably through the trap.  Use everywhere.
44429         (--help, --version): Signal a write error.
44430         (trap): catch SIGPIPE, for write errors.
44431         Exit at the end of the trap, with the correct exit status.
44432
44433 2006-09-19  Karl Berry  <karl@gnu.org>
44434
44435         * doc/gnulib.texi: note about the license texinfo files.
44436
44437 2006-09-19  Eric Blake  <ebb9@byu.net>
44438
44439         * gnulib-tool: Avoid space-tab.
44440
44441 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
44442
44443         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
44444         that prevented coreutils 6.1 from building.  Problem reported
44445         by Petter Reinholdtsen.
44446
44447 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
44448
44449         * gnulib-tool (avoidlist): Fix typo that broke options like
44450         --avoid=lock that are used by coreutils bootstrap.
44451
44452 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
44453
44454         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
44455         more systematically.
44456
44457 2006-09-18  Jim Meyering  <jim@meyering.net>
44458
44459         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
44460
44461 2006-09-18  Bruno Haible  <bruno@clisp.org>
44462
44463         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
44464
44465 2006-09-18  Bruno Haible  <bruno@clisp.org>
44466
44467         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
44468         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
44469         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
44470         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
44471         * m4/gettext.m4: Require autoconf >= 2.52.
44472         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
44473         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
44474         of gl_cv_header_inttypes_h.
44475
44476 2006-09-18  Bruno Haible  <bruno@clisp.org>
44477
44478         * lib/javaversion.c: Include configmake.h.
44479
44480 2006-09-18  Bruno Haible  <bruno@clisp.org>
44481
44482         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
44483         avoid that the while loops be executed in a subshell.
44484
44485 2006-09-18  Bruno Haible  <bruno@clisp.org>
44486
44487         * MODULES.html.sh (func_module): Break long lines.
44488         Suggested by Bruce Korb <bkorb@gnu.org>.
44489
44490 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44491
44492         Speed up by a factor of 1.12.
44493         * gnulib-tool (nl): New variable.
44494         (func_import): Rewrite include directive extraction to only read each
44495         directive once.
44496
44497 2006-09-17  Bruno Haible  <bruno@clisp.org>
44498
44499         * modules/javaversion (Makefile.am): Remove DEFS setting.
44500         (Depends-on): Add configmake, for PKGDATADIR definition.
44501
44502 2006-09-17  Bruno Haible  <bruno@clisp.org>
44503
44504         * gnulib-tool (func_create_testdir): Rewrite all files at once.
44505
44506 2006-09-17  Bruno Haible  <bruno@clisp.org>
44507
44508         * gnulib-tool (func_append): New function, stolen from libtool.m4.
44509         (func_modules_transitive_closure, func_modules_add_dummy,
44510         func_modules_to_filelist, func_import, func_create_testdir,
44511         func_create_megatestdir, ...): Use it wherever possible.
44512         Suggested by Ralf Wildenhues.
44513
44514 2006-09-16  Karl Berry  <karl@gnu.org>
44515
44516         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
44517         to avoid sectioning errors.
44518         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
44519         [ifinfo]: blank line after @center-ed titles.
44520         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
44521         Spell FSF address consistently with others.
44522         (These changes approved by rms.)
44523
44524 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44525
44526         Speed up by a factor of 1.61.
44527         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
44528         already checked module names again.
44529
44530 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44531
44532         Speed up by a factor of 1.13.
44533         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
44534         for new_files, and the input to func_add_or_update.
44535
44536 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44537
44538         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
44539         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
44540
44541 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
44542
44543         * modules/mkancesdirs (Depends-on): Add fcntl.
44544         * modules/savewd: New file.
44545         * MODULES.html.sh (File system functions): Add savewd.
44546
44547         * modules/configmake (Makefile.am): Add support for the
44548         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
44549
44550 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
44551
44552         * m4/savewd.m4: New file.
44553
44554 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
44555
44556         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
44557         (dirchownmod): New arg FD.  All callers changed.
44558         Use FD rather than opening the directory ourself, as opening is
44559         now the caller's responsibility.
44560         * lib/dirchownmod.h: Likewise.
44561         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
44562         hosts that require <sys/types.h> before <sys/stat.h>.  Include
44563         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
44564         (test_dir): Remove.
44565         (mkancesdirs): Return length of prefix of FILE that has already
44566         been made, or -2 if there is a child doing the work.  Redo
44567         algorithm so that it is O(N) rather than O(N**2).  Optimize away
44568         ".", and treat ".." specially since it might stray back into
44569         already-created areas.  Use a subprocess if necessary.  New arg
44570         WD; all users changed.  MAKE_DIR function should now return 1
44571         if it creates a directory that is not readable.  Return -2 if
44572         a child process is spun off.
44573         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
44574         Adjust signature to match code.
44575         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
44576         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
44577         all users changed.
44578         * lib/savewd.c, lib/savewd.h: New files.
44579
44580 2006-09-15  Jim Meyering  <jim@meyering.net>
44581
44582         * modules/rename-dest-slash: New module.
44583         * MODULES.html.sh (posix_compat): Add it here.
44584
44585         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
44586
44587 2006-09-15  Jim Meyering  <jim@meyering.net>
44588
44589         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
44590         file.
44591
44592         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
44593
44594 2006-09-15  Jim Meyering  <jim@meyering.net>
44595
44596         * lib/rename-dest-slash.c (has_trailing_slash): Use
44597         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
44598         (rpl_rename_dest_slash): Perform the cheaper trailing slash
44599         test before testing whether SRC is a directory.
44600         Suggestions from Bruno Haible.
44601
44602         Avoid a warning about an unused variable.
44603         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
44604         into the #ifdef block where it's used.
44605
44606         * lib/rename-dest-slash.c: New file.
44607
44608 2006-09-14  Bruno Haible  <bruno@clisp.org>
44609
44610         * lib/allocsa.c: Include <config.h> unconditionally.
44611         * lib/asnprintf.c: Likewise.
44612         * lib/asprintf.c: Likewise.
44613         * lib/c-strcasecmp.c: Likewise.
44614         * lib/c-strcasestr.c: Likewise.
44615         * lib/c-strncasecmp.c: Likewise.
44616         * lib/c-strstr.c: Likewise.
44617         * lib/classpath.c: Likewise.
44618         * lib/clean-temp.c: Likewise.
44619         * lib/concatpath.c: Likewise.
44620         * lib/copy-file.c: Likewise.
44621         * lib/csharpcomp.c: Likewise.
44622         * lib/csharpexec.c: Likewise.
44623         * lib/execute.c: Likewise.
44624         * lib/fatal-signal.c: Likewise.
44625         * lib/findprog.c: Likewise.
44626         * lib/fwriteerror.c: Likewise.
44627         * lib/gl_array_list.c: Likewise.
44628         * lib/gl_array_oset.c: Likewise.
44629         * lib/gl_avltree_list.c: Likewise.
44630         * lib/gl_avltree_oset.c: Likewise.
44631         * lib/gl_avltreehash_list.c: Likewise.
44632         * lib/gl_carray_list.c: Likewise.
44633         * lib/gl_linked_list.c: Likewise.
44634         * lib/gl_linkedhash_list.c: Likewise.
44635         * lib/gl_list.c: Likewise.
44636         * lib/gl_oset.c: Likewise.
44637         * lib/gl_rbtree_list.c: Likewise.
44638         * lib/gl_rbtree_oset.c: Likewise.
44639         * lib/gl_rbtreehash_list.c: Likewise.
44640         * lib/imaxabs.c: Likewise.
44641         * lib/imaxdiv.c: Likewise.
44642         * lib/javacomp.c: Likewise.
44643         * lib/javaexec.c: Likewise.
44644         * lib/javaversion.c: Likewise.
44645         * lib/linebreak.c: Likewise.
44646         * lib/localcharset.c: Likewise.
44647         * lib/lock.c: Likewise.
44648         * lib/mbchar.c: Likewise.
44649         * lib/mbswidth.c: Likewise.
44650         * lib/mkdtemp.c: Likewise.
44651         * lib/pipe.c: Likewise.
44652         * lib/printf-args.c: Likewise.
44653         * lib/printf-parse.c: Likewise.
44654         * lib/progname.c: Likewise.
44655         * lib/progreloc.c: Likewise.
44656         * lib/readlink.c: Likewise.
44657         * lib/sh-quote.c: Likewise.
44658         * lib/stpcpy.c: Likewise.
44659         * lib/stpncpy.c: Likewise.
44660         * lib/strcasecmp.c: Likewise.
44661         * lib/strcasestr.c: Likewise.
44662         * lib/strcspn.c: Likewise.
44663         * lib/striconv.c: Likewise.
44664         * lib/strncasecmp.c: Likewise.
44665         * lib/strnlen1.c: Likewise.
44666         * lib/strstr.c: Likewise.
44667         * lib/strtok_r.c: Likewise.
44668         * lib/tls.c: Likewise.
44669         * lib/tmpdir.c: Likewise.
44670         * lib/unicodeio.c: Likewise.
44671         * lib/unsetenv.c: Likewise.
44672         * lib/vasnprintf.c: Likewise.
44673         * lib/vasprintf.c: Likewise.
44674         * lib/wait-process.c: Likewise.
44675         * lib/xallocsa.c: Likewise.
44676         * lib/xsetenv.c: Likewise.
44677         * lib/xstriconv.c: Likewise.
44678
44679 2006-09-13  Simon Josefsson  <jas@extundo.com>
44680
44681         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
44682         that internally, suggested by Ralf Wildenhues
44683         <Ralf.Wildenhues@gmx.de>.
44684
44685 2006-09-13  Simon Josefsson  <jas@extundo.com>
44686
44687         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
44688         @LIBOBJS@.
44689         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
44690
44691 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
44692
44693         * lib/_fpending.c: Include <config.h> unconditionally, since we no
44694         longer worry about uses that don't define HAVE_CONFIG_H.
44695         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
44696         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
44697         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
44698         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
44699         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
44700         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
44701         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
44702         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
44703         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
44704         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
44705         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
44706         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
44707         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
44708         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
44709         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
44710         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
44711         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
44712         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
44713         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
44714         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
44715         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
44716         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
44717         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
44718         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
44719         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
44720         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
44721         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
44722         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
44723         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
44724         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
44725         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
44726         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
44727         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
44728         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
44729         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
44730         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
44731         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
44732         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
44733         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
44734         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
44735         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
44736         Likewise.
44737
44738 2006-09-13  Eric Blake  <ebb9@byu.net>
44739
44740         * lib/getopt.c: Fix typo in last commit.
44741
44742 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
44743
44744         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
44745         dgettext.
44746
44747 2006-09-12  Jim Meyering  <jim@meyering.net>
44748
44749         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
44750         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
44751         Reported by Nelson H. F. Beebe.
44752
44753 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
44754
44755         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
44756         program_invocation_name and program_invocation_short_name are
44757         initialized.
44758         * lib/argp-namefrob.h: Move declarations of program_invocation_name
44759         and program_invocation_short_name to argp.h, so they are visible
44760         to user programs.
44761         * lib/argp.h: Likewise
44762
44763 2006-09-10  Bruno Haible  <bruno@clisp.org>
44764
44765         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
44766         m4/inttypes_h.m4, m4/uintmax_t.m4.
44767
44768 2006-09-10  Bruno Haible  <bruno@clisp.org>
44769
44770         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
44771         gl_AC_TYPE_UINTMAX_T.
44772
44773 2006-09-10  Bruno Haible  <bruno@clisp.org>
44774
44775         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
44776
44777 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
44778
44779         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
44780         convention.  Text proposed by Bruno Haible.
44781         (struct argp_option): Document the use of N_() wrappers.
44782
44783         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
44784         '\v', and translate the two parts separately, instead of feeding
44785         the whole string to gettext.  This allows to exclude
44786         '\v' from the strings visible to the translator by writing doc
44787         strings as N_("..") "\v" N_("..").
44788
44789 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
44790
44791         * config/srclist.txt: Undo latest change; the bug was fixed.
44792
44793 2006-09-09  Bruno Haible  <bruno@clisp.org>
44794
44795         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
44796         assignments if building a library without libtool.
44797         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
44798         in func_emit_lib_Makefile_am.
44799         (func_import): When building a static library libfoo.a, arrange to
44800         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
44801         (func_create_testdir): Likewise.
44802         * modules/gc (configure.ac, Makefile.am): If building statically,
44803         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
44804         * modules/iconvme (configure.ac, Makefile.am): Likewise.
44805         * modules/striconv (configure.ac, Makefile.am): Likewise.
44806         Based on a suggestion by Ralf Wildenhues.
44807
44808 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
44809
44810         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
44811         Check for unistd.h too, since Autoconf doesn't assume POSIX.
44812         Also:
44813
44814         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
44815         Add year_2050_test to catch glibc bug 2821
44816         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
44817
44818         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44819         Prefer #ifdef to #if.
44820
44821         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
44822         Return from 'main' instead of calling 'exit'.
44823
44824 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
44825
44826         * lib/mktime.c (guess_time_tm): Fix bug where mktime
44827         returned the maximum time_t value rather than (time_t) -1.
44828         Problem originally reported by William Bardwell
44829         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
44830
44831         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
44832         Moved to here ...
44833         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
44834         ... from here.
44835
44836 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
44837
44838         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
44839         2821 is fixed.
44840
44841 2006-09-08  Jim Meyering  <jim@meyering.net>
44842
44843         Don't make generated files read-only.  That would bother too many
44844         people.  However, do retain the ability to work when targets are
44845         read-only: remove the destination and temporary files before writing
44846         them (when generated via sed or echo), or by using the -f option for
44847         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
44848         * modules/alloca-opt, modules/argz, modules/arpa_inet:
44849         * modules/byteswap, modules/configmake, modules/fcntl:
44850         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
44851         * modules/localcharset, modules/netinet_in, modules/poll:
44852         * modules/stdbool, modules/stdint, modules/sys_select:
44853         * modules/sys_socket, modules/sys_stat, modules/sysexits:
44854
44855 2006-09-08  Jim Meyering  <jim@meyering.net>
44856
44857         Avoid new build failure on FreeBSD 6.0.
44858         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
44859         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
44860         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
44861
44862 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44863
44864         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
44865
44866 2006-09-07  Jim Meyering  <jim@meyering.net>
44867
44868         Fix global typo in last change: use chmod u-w, not chmod u-x.
44869         Spotted by Paul Eggert and Bruce Korb.
44870         * modules/alloca-opt, modules/argz, modules/arpa_inet:
44871         * modules/byteswap, modules/configmake, modules/fcntl:
44872         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
44873         * modules/localcharset, modules/netinet_in, modules/poll:
44874         * modules/stdbool, modules/stdint, modules/sys_select:
44875         * modules/sys_socket, modules/sys_stat, modules/sysexits:
44876
44877 2006-09-06  Jim Meyering  <jim@meyering.net>
44878
44879         Make generated files be read-only.
44880         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
44881         Ensure that each generated file is now read-only.
44882         * modules/argz: Likewise.
44883         * modules/arpa_inet: Likewise.
44884         * modules/byteswap: Likewise.
44885         * modules/configmake: Likewise.
44886         * modules/fcntl: Likewise.
44887         * modules/fnmatch: Likewise.
44888         * modules/getopt: Likewise.
44889         * modules/glob: Likewise.
44890         * modules/inttypes: Likewise.
44891         * modules/netinet_in: Likewise.
44892         * modules/poll: Likewise.
44893         * modules/stdbool: Likewise.
44894         * modules/stdint: Likewise.
44895         * modules/sys_select: Likewise.
44896         * modules/sys_socket: Likewise.
44897         * modules/sys_stat: Likewise.
44898         * modules/sysexits: Likewise.
44899         * modules/localcharset: Same as above, but continue using temporary
44900         file named "t-$@" (why different?) rather than the "$@-t" used
44901         everywhere else.
44902
44903         * modules/sysexits (Makefile.am): Replace literal occurrences
44904         of "sysexit.h" more readable, and more consistent, "$@".
44905
44906 2006-09-06  Bruno Haible  <bruno@clisp.org>
44907
44908         * modules/striconv: New file.
44909         * modules/xstriconv: New file.
44910         * MODULES.html.sh (Internationalization functions): Add striconv,
44911         xstriconv.
44912
44913 2006-09-06  Bruno Haible  <bruno@clisp.org>
44914
44915         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
44916         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
44917         not using libtool correctly.
44918
44919 2006-09-06  Bruno Haible  <bruno@clisp.org>
44920
44921         * lib/striconv.h: New file.
44922         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
44923         iconvstring.c.
44924         * lib/xstriconv.h: New file.
44925         * lib/xstriconv.c: New file.
44926
44927 2006-09-06  Bruno Haible  <bruno@clisp.org>
44928
44929         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
44930         lib_..._LDFLAGS.
44931
44932 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44933
44934         * lib/argz_.h: Sync from Libtool.
44935
44936         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
44937                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
44938
44939         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
44940
44941 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
44942
44943         * modules/trim: New file.
44944
44945 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
44946
44947         * lib/trim.h: New file.
44948         * lib/trim.c: New file.
44949
44950 2006-09-05  Bruno Haible  <bruno@clisp.org>
44951
44952         * MODULES.html.sh (String handling): Add trim.
44953
44954 2006-09-04  Karl Berry  <karl@gnu.org>
44955
44956         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
44957         until next release.
44958
44959 2006-09-03  Bruno Haible  <bruno@clisp.org>
44960
44961         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
44962         correctly.
44963
44964 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
44965
44966         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
44967         not gl_GETLOADAVG.  Omit unneeded semicolons.
44968         Problems reported by Ralf Wildenhues in
44969         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
44970         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
44971         at the end, which is the usual gnulib style.
44972
44973         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
44974         of doing all the work ourselves.
44975         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
44976         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
44977
44978 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
44979
44980         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
44981         Problem reported by Ralf Wildenhues in
44982         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
44983
44984         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
44985         HAVE_STRUCT_STATFS_F_FSTYPENAME.
44986
44987 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
44988
44989         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
44990         yesterday's patch by changing test -n to test -z.
44991
44992 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
44993
44994         * modules/getloadavg (Files): Add m4/getloadavg.m4.
44995         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
44996         the former is now obsolescent.
44997
44998         * modules/chdir-long (Depends-on): Add fcntl.
44999
45000 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
45001
45002         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
45003         obsolescent, and programs should use gnulib instead.
45004         * m4/getloadavg.m4: New file, with contents taken from Autoconf
45005         but with prefixes changed.
45006
45007 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
45008
45009         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
45010         or stdbool.h, because they might not exist while configuring.
45011
45012         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
45013         Don't include unistd.h or limits.h; not needed, since chdir-long.h
45014         does that for us.
45015         (O_DIRECTORY): Remove.
45016
45017 2006-08-31  Eric Blake  <ebb9@byu.net>
45018
45019         * gnulib-tool: Don't let emacs change spaces to TAB.
45020
45021 2006-08-31  Bruno Haible  <bruno@clisp.org>
45022
45023         * gnulib-tool: When calling func_import more than once, do it in a
45024         subshell.
45025         Reported by Eric Blake <ebb9@byu.net>.
45026
45027 2006-08-31  Bruno Haible  <bruno@clisp.org>
45028
45029         * gnulib-tool (nl): Remove variable.
45030         (sed_transform_lib_file): Use more robust test for config-h module.
45031         (func_import): Fix typo in 2006-08-25 patch.
45032
45033 2006-08-31  Bruno Haible  <bruno@clisp.org>
45034
45035         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
45036         specified, augment Makefile.am variables instead of assigning them.
45037
45038 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
45039
45040         Work around a bug in both the Linux and SunOS 64-bit kernels:
45041         nanosleep mishandles sleeps for longer than 2**31 seconds.
45042         Problem reported by Frank v Waveren in
45043         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
45044         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
45045         Check for nanosleep bug.
45046         (LIB_NANOSLEEP): Append clock_gettime library if needed.
45047
45048 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
45049
45050         Work around a bug in both the Linux and SunOS 64-bit kernels:
45051         nanosleep mishandles sleeps for longer than 2**31 seconds.
45052         Problem reported by Frank v Waveren in
45053         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
45054         * lib/nanosleep.c (BILLION): New constant.
45055         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
45056         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
45057         implementation.
45058
45059 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
45060
45061         * modules/nanosleep (Depends-on): Add gettime.
45062
45063 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
45064         and Simon Josefsson  <jas@extundo.com>
45065         and Oskar Liljeblad  <oskar@osk.mine.nu>
45066
45067         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
45068         * gnulib-tool (func_import): New license type 'unmodifiable license
45069         text'.
45070         * modules/fdl: Use it.  Longer description.
45071         * module/gpl, module/lgpl: New files.
45072
45073 2006-08-30  Jim Meyering  <jim@meyering.net>
45074
45075         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
45076         shadowing the parameter.
45077
45078 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45079
45080         Sync from Libtool:
45081
45082         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45083
45084         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
45085         sharing with gnulib.  Report by Eric Blake.
45086
45087 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
45088
45089         * modules/isapipe: New file.
45090         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
45091
45092 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
45093
45094         * modules/configmake (Makefile.am): Add a comment, and omit
45095         the CONFIGMAKE_ prefix from generated macro names.  Suggested
45096         by Bruno Haible.
45097
45098 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
45099
45100         * m4/isapipe.m4: New file.
45101
45102 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
45103
45104         * lib/isapipe.c, lib/isapipe.h: New files.
45105
45106 2006-08-29  Jim Meyering  <jim@meyering.net>
45107
45108         * modules/configmake (Makefile.am): Make configmake.h depend on
45109         Makefile.  Otherwise, a stale configmake.h could hang around.
45110
45111 2006-08-29  Eric Blake  <ebb9@byu.net>
45112
45113         * lib/error.c (error_at_line, print_errno_message): Match libc, after
45114         resolution of upstream bug 3044.
45115
45116 2006-08-29  Bruno Haible  <bruno@clisp.org>
45117
45118         * modules/localcharset (Depends-on): Add configmake.
45119         (Makefile.am): Remove setting of LIBDIR through DEFS.
45120
45121 2006-08-29  Bruno Haible  <bruno@clisp.org>
45122
45123         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
45124         defined.
45125
45126 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
45127
45128         * modules/fcntl: New file.
45129         * modules/chdir-safer (Depends-on): Add fcntl.
45130         * modules/fts: Likewise.
45131         * modules/mkdir-p: Likewise.
45132
45133         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
45134         This undoes the most recent change, since we're now addressing the
45135         problem in a different way.
45136
45137         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
45138         into output, since the output might be called Makefile.am even
45139         if $makefile_name is something different.
45140         (func_import): Use $makefile_am rather than
45141         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
45142         empty.
45143
45144         * modules/inttypes (Files): Add m4/inttypes-h.m4.
45145
45146 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
45147
45148         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
45149         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
45150         recent change to stdint.m4, since we're now addressing the problem in a
45151         different way.
45152
45153 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
45154
45155         * m4/fcntl_h.m4: New file.
45156
45157 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
45158
45159         * lib/fcntl_.h: New file.
45160         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
45161         the fcntl module.
45162         * lib/dirchownmod.c: Likewise.
45163         * lib/fts.c: Likewise.
45164
45165         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
45166         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
45167         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
45168         just before including <inttypes.h>, to avoid circular inclusion.
45169
45170 2006-08-28  Jim Meyering  <jim@meyering.net>
45171
45172         * doc/visibility.texi: Actually read and correct the grammar of the
45173         sentence affected by yesterday's change.
45174
45175 2006-08-28  Eric Blake  <ebb9@byu.net>
45176
45177         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
45178         needs wrapper.
45179
45180 2006-08-28  Eric Blake  <ebb9@byu.net>
45181
45182         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
45183
45184 2006-08-28  Eric Blake  <ebb9@byu.net>
45185
45186         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
45187
45188 2006-08-28  Bruno Haible  <bruno@clisp.org>
45189
45190         * modules/c-strstr: New file, from GNU gettext.
45191         * MODULES.html.sh (String handling): Add c-strstr.
45192
45193 2006-08-28  Bruno Haible  <bruno@clisp.org>
45194
45195         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
45196         macros.
45197         Reported by Eric Blake.
45198
45199 2006-08-28  Bruno Haible  <bruno@clisp.org>
45200
45201         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
45202         (VASNPRINTF): Return a string of length > INT_MAX without failing.
45203         * lib/vasprintf.c: Include errno.h, limits.h.
45204         (EOVERFLOW): New fallback definition.
45205         (vasprintf): Test here whether the string length is > INT_MAX.
45206         * lib/vsnprintf.c: Include errno.h, limits.h.
45207         (EOVERFLOW): New fallback definition.
45208         (vsnprintf): Fix bug when generated string was too long for the buffer.
45209         Test here whether the string length is > INT_MAX.
45210
45211 2006-08-28  Bruno Haible  <bruno@clisp.org>
45212
45213         * lib/inttypes_.h (SCNX*): Remove definitions.
45214         Reported by Eric Blake.
45215
45216 2006-08-28  Bruno Haible  <bruno@clisp.org>
45217
45218         * lib/c-strstr.h: New file, from GNU gettext.
45219         * lib/c-strstr.c: New file, from GNU gettext.
45220
45221 2006-08-28  Bruno Haible  <bruno@clisp.org>
45222
45223         * gnulib-tool: Reorder some statements.
45224
45225 2006-08-28  Bruno Haible  <bruno@clisp.org>
45226
45227         * gnulib-tool: New option --makefile-name.
45228         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
45229         $makefile_name.
45230         (func_import): Write $makefile_name to the cache file, and read it from
45231         there unless explicitly specified. Use $makefile_name as file name
45232         instead of Makefile.am. Adjust the recommendations accordingly.
45233
45234 2006-08-28  Bruno Haible  <bruno@clisp.org>
45235
45236         * gnulib-tool (func_verify_module): Check against misapplying patch.
45237
45238 2006-08-28  Bruno Haible  <bruno@clisp.org>
45239
45240         * gnulib-tool (func_relativize, func_relconcat): New functions.
45241         Give an error if --local-dir is given with --update.
45242         Remove trailing slashes from $local_gnulib_dir.
45243         (func_import): Store the relativized $local_gnulib_dir in
45244         gnulib-cache.m4, and read it from there if not specified explicitly.
45245
45246 2006-08-28  Bruno Haible  <bruno@clisp.org>
45247
45248         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
45249         is the current directory. Respect also $local_gnulib_dir.
45250
45251 2006-08-28  Bruno Haible  <bruno@clisp.org>
45252             Simon Josefsson  <jas@extundo.com>
45253
45254         BeOS portability.
45255         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
45256
45257 2006-08-27  Jim Meyering  <jim@meyering.net>
45258
45259         * doc/visibility.texi: Remove duplicate word: "pointer".
45260
45261 2006-08-26  Bruno Haible  <bruno@clisp.org>
45262
45263         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
45264         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
45265         (Makefile.am): Create inttypes.h from inttypes_.h.
45266         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
45267
45268         * modules/imaxabs: New file.
45269
45270         * modules/imaxdiv: New file.
45271
45272 2006-08-26  Bruno Haible  <bruno@clisp.org>
45273
45274         * m4/inttypes.m4: New file.
45275         * m4/_inttypes_h.m4: Remove file.
45276         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
45277         PRI_MACROS_BROKEN.
45278         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
45279
45280         * m4/imaxabs.m4: New file.
45281
45282         * m4/imaxdiv.m4: New file.
45283
45284 2006-08-26  Bruno Haible  <bruno@clisp.org>
45285
45286         * lib/inttypes_.h: New file.
45287         * lib/inttypes.h: Remove file.
45288         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
45289
45290         * lib/imaxabs.c: New file.
45291
45292         * lib/imaxdiv.c: New file.
45293
45294 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
45295
45296         New config-h module, so that "make" output needn't be cluttered
45297         by -DHAVE_CONFIG_H.
45298         * MODULES.html.sh (Support for building libraries and executables):
45299         Add config-h.
45300         * modules/config-h: New file.
45301         * gnulib-tool (nl, sed_transform_lib_file): New vars.
45302         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
45303         the config-h module is used.
45304
45305         New configmake module, so that "make" output needn't be cluttered
45306         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
45307         * MODULES.html.sh (Support for building libraries and executables):
45308         Add configmake.
45309         * modules/configmake: New file.
45310
45311 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
45312
45313         * m4/config-h.m4: New file.
45314
45315 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
45316
45317         * config/srclist.txt: Add elisp-comp.
45318
45319 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
45320
45321         * MODULES.html.sh (Support for building libraries and executables):
45322         Add elisp-comp.
45323         * build-aux/elisp-comp: New file.
45324         * modules/elisp-comp: New file.
45325
45326 2006-08-24  Bruno Haible  <bruno@clisp.org>
45327
45328         * gnulib-tool (func_create_testdir): Use non-default values of
45329         sourcebase and m4base.
45330
45331 2006-08-24  Bruno Haible  <bruno@clisp.org>
45332
45333         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
45334         HTML structure.
45335
45336 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
45337
45338         * modules/openat (Depends-on): Add lchown.
45339
45340 2006-08-23  Bruno Haible  <bruno@clisp.org>
45341
45342         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
45343         of gl_LOCK_EARLY instead of gl_LOCK.
45344
45345 2006-08-23  Bruno Haible  <bruno@clisp.org>
45346
45347         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
45348         on OSF/1 to no.
45349         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
45350
45351 2006-08-23  Bruno Haible  <bruno@clisp.org>
45352
45353         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
45354         as unusable.
45355
45356         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
45357         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
45358         (gl_LOCK): New macro.
45359
45360 2006-08-22  Simon Josefsson  <jas@extundo.com>
45361
45362         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
45363         to md5 module.
45364
45365 2006-08-22  Simon Josefsson  <jas@extundo.com>
45366
45367         * MODULES.html.sh: Add "Support for maintaining and release
45368         projects".
45369
45370         * build-aux/gnupload: New file, from coreutils.
45371
45372 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
45373
45374         Avoid the need for AC_LIBSOURCES in m4 macros.
45375         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
45376         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
45377         * modules/check-version (EXTRA_DIST): Add check-version.h.
45378         * modules/crc (EXTRA_DIST): Add crc.h.
45379         * modules/des (EXTRA_DIST): Add des.h.
45380         * modules/gc (EXTRA_DIST): Add gc.h.
45381         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
45382         * modules/getline (EXTRA_DIST): Add getline.h.
45383         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
45384         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
45385         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
45386         * modules/md2 (EXTRA_DIST): Add md2.h.
45387         * modules/md4 (EXTRA_DIST): Add md4.h.
45388         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
45389         * modules/read-file (EXTRA_DIST): Add read-file.h.
45390         * modules/readline (EXTRA_DIST): Add readline.h.
45391         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
45392         rijndael-api-fst.h.
45393
45394 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
45395
45396         * m4/rijndael.m4 (gl_ARCFOUR):
45397         * m4/arctwo.m4 (gl_ARCTWO):
45398         * m4/check-version.m4 (gl_CHECK_VERSION):
45399         * m4/crc.m4 (gl_CRC):
45400         * m4/des.m4 (gl_DES):
45401         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
45402         * m4/gc.m4 (gl_GC):
45403         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
45404         * m4/getline.m4 (gl_FUNC_GETLINE):
45405         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
45406         * m4/hmac-md5.m4 (gl_HMAC_MD5):
45407         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
45408         * m4/md2.m4 (gl_MD2):
45409         * m4/md4.m4 (gl_MD4):
45410         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
45411         * m4/read-file.m4 (gl_FUNC_READ_FILE):
45412         * m4/readline.m4 (gl_FUNC_READLINE):
45413         * m4/rijndael.m4 (gl_RIJNDAEL):
45414         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
45415         to get the necessary .h files and whatnot.
45416
45417 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
45418
45419         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
45420         gnulib rather than the other way around.
45421         * config/srclistvars.sh (COREUTILS): Remove.
45422
45423 2006-08-22  Jim Meyering  <jim@meyering.net>
45424
45425         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
45426
45427         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
45428
45429 2006-08-22  Eric Blake  <ebb9@byu.net>
45430
45431         * modules/regexprops-generic: New file.
45432         * MODULES.html.sh (Support for building documentation): List it.
45433
45434 2006-08-22  Eric Blake  <ebb9@byu.net>
45435
45436         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
45437         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
45438         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
45439         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
45440
45441 2006-08-22  Bruno Haible  <bruno@clisp.org>
45442
45443         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
45444         and lib_LTLIBRARIES like the other lib_* variables.
45445
45446 2006-08-22  Bruno Haible  <bruno@clisp.org>
45447
45448         * build-aux/x-to-1.in: New file, from GNU gettext.
45449
45450 2006-08-22  Bruno Haible  <bruno@clisp.org>
45451
45452         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
45453         <utmpx.h> exists.
45454
45455 2006-08-22  Bruno Haible  <bruno@clisp.org>
45456
45457         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
45458         <utmpx.h> exists.
45459
45460 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
45461
45462         BeOS portability.
45463         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
45464         exist.
45465         Problem reported by Bruno Haible.
45466
45467 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
45468
45469         Avoid the need for AC_LIBSOURCES in m4 macros.
45470         * modules/acl (EXTRA_DIST): Add acl.h.
45471         * modules/argmatch (Files): Add m4/argmatch.m4.
45472         (configure.ac): Add gl_ARGMATCH.
45473         (EXTRA_DIST): Renamed from lib_SOURCES, for
45474         consistency with the other modules.  Remove argmatch.c.
45475         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
45476         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
45477         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
45478         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
45479         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
45480         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
45481         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
45482         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
45483         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
45484         * modules/closeout (EXTRA_DIST): Add closeout.h.
45485         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
45486         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
45487         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
45488         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
45489         dirname.h; remove basename.c and stripslash.c.
45490         * modules/exclude (EXTRA_DIST): Add exclude.h.
45491         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
45492         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
45493         * modules/file-type (EXTRA_DIST): Add file-type.h.
45494         * modules/filemode (EXTRA_DIST): Add filemode.h.
45495         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
45496         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
45497         * modules/fpending (EXTRA_DIST): Add __fpending.h.
45498         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
45499         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
45500         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
45501         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
45502         * modules/getdate (EXTRA_DIST): Add getdate.c.
45503         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
45504         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
45505         * modules/getpass (EXTRA_DIST): Add getpass.h.
45506         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
45507         * modules/group-member (EXTRA_DIST): Add group-member.h.
45508         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
45509         * modules/hash (EXTRA_DIST): Add hash.h.
45510         * modules/human (EXTRA_DIST): Add human.h.
45511         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
45512         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
45513         * modules/lchown (EXTRA_DIST): Add lchown.h.
45514         * modules/long-options (EXTRA_DIST): Add long-options.h.
45515         * modules/lstat (EXTRA_DIST): Add lstat.h.
45516         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
45517         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
45518         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
45519         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
45520         * modules/memxor (EXTRA_DIST): Add memxor.h.
45521         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
45522         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
45523         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
45524         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
45525         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
45526         * modules/physmem (EXTRA_DIST): Add physmem.h.
45527         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
45528         * modules/posixver (EXTRA_DIST): Add posixver.h.
45529         * modules/quote (EXTRA_DIST): Add quote.h.
45530         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
45531         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
45532         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
45533         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
45534         regex_internal.h regexec.c.
45535         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
45536         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
45537         * modules/same (EXTRA_DIST): Add same.h.
45538         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
45539         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
45540         * modules/savedir (EXTRA_DIST): Add savedir.h.
45541         * modules/sha1 (EXTRA_DIST): Add sha1.h.
45542         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
45543         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
45544         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
45545         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
45546         * modules/strdup (EXTRA_DIST): Add strdup.h.
45547         * modules/strftime (EXTRA_DIST): Add strftime.h.
45548         * modules/strndup (EXTRA_DIST): Add strndup.h.
45549         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
45550         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
45551         * modules/time_r (EXTRA_DIST): Add time_r.h.
45552         * modules/timespec (EXTRA_DIST): Add timespec.h.
45553         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
45554         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
45555         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
45556         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
45557         * modules/userspec (EXTRA_DIST): Add userspec.h.
45558         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
45559         * modules/utimens (EXTRA_DIST): Add utimens.h.
45560         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
45561         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
45562         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
45563         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
45564         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
45565         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
45566         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
45567         * modules/yesno (EXTRA_DIST): Add yesno.h.
45568
45569 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
45570
45571         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
45572
45573         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
45574         * m4/dev-ino.m4, same-inode.m4: Remove.
45575
45576         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
45577         * m4/acl.m4 (AC_FUNC_ACL):
45578         * m4/backupfile.m4 (gl_BACKUPFILE):
45579         * m4/c-strtod.m4 (gl_C99_STRTOLD):
45580         * m4/canon-host.m4 (gl_CANON_HOST):
45581         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
45582         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
45583         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
45584         * m4/cloexec.m4 (gl_CLOEXEC):
45585         * m4/close-stream.m4 (gl_CLOSE_STREAM):
45586         * m4/closeout.m4 (gl_CLOSEOUT):
45587         * m4/dirfd.m4 (gl_FUNC_DIRFD):
45588         * m4/dirname.m4 (gl_DIRNAME):
45589         * m4/exclude.m4 (gl_EXCLUDE):
45590         * m4/exitfail.m4 (gl_EXITFAIL):
45591         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
45592         * m4/file-type.m4 (gl_FILE_TYPE):
45593         * m4/filemode.m4 (gl_FILEMODE):
45594         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
45595         * m4/fpending.m4 (gl_FUNC_FPENDING):
45596         * m4/fprintftime.m4 (gl_FPRINTFTIME):
45597         * m4/fts.m4 (gl_FUNC_FTS):
45598         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
45599         * m4/getdate.m4 (gl_GETDATE):
45600         * m4/gethrxtime.m4 (gl_GETHRXTIME):
45601         * m4/getpagesize.m4 (gl_GETPAGESIZE):
45602         * m4/getpass.m4 (gl_FUNC_GETPASS):
45603         * m4/gettime.m4 (gl_GETTIME):
45604         * m4/getugroups.m4 (gl_GETUGROUPS):
45605         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
45606         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
45607         * m4/hard-locale.m4 (gl_HARD_LOCALE):
45608         * m4/hash.m4 (gl_HASH):
45609         * m4/idcache.m4 (gl_IDCACHE):
45610         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
45611         * m4/lchown.m4 (gl_FUNC_LCHOWN):
45612         * m4/long-options.m4 (gl_LONG_OPTIONS):
45613         * m4/lstat.m4 (gl_FUNC_LSTAT):
45614         * m4/md5.m4 (gl_MD5):
45615         * m4/memcasecmp.m4 (gl_MEMCASECMP):
45616         * m4/memcoll.m4 (gl_MEMCOLL):
45617         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
45618         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
45619         * m4/memxor.m4 (gl_MEMXOR):
45620         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
45621         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
45622         * m4/modechange.m4 (gl_MODECHANGE):
45623         * m4/mountlist.m4 (gl_MOUNTLIST):
45624         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
45625         * m4/openat.m4 (gl_FUNC_OPENAT):
45626         * m4/pathmax.m4 (gl_PATHMAX):
45627         * m4/physmem.m4 (gl_PHYSMEM):
45628         * m4/posixtm.m4 (gl_POSIXTM):
45629         * m4/posixver.m4 (gl_POSIXVER):
45630         * m4/quote.m4 (gl_QUOTE):
45631         * m4/quotearg.m4 (gl_QUOTEARG):
45632         * m4/readtokens.m4 (gl_READTOKENS):
45633         * m4/readutmp.m4 (gl_READUTMP):
45634         * m4/regex.m4 (gl_REGEX):
45635         * m4/safe-read.m4 (gl_SAFE_READ):
45636         * m4/safe-write.m4 (gl_SAFE_WRITE):
45637         * m4/same.m4 (gl_SAME):
45638         * m4/save-cwd.m4 (gl_SAVE_CWD):
45639         * m4/savedir.m4 (gl_SAVEDIR):
45640         * m4/settime.m4 (gl_SETTIME):
45641         * m4/sha1.m4 (gl_SHA1):
45642         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
45643         * m4/stat-macros.m4 (gl_STAT_MACROS):
45644         * m4/stat-time.m4 (gl_STAT_TIME):
45645         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
45646         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
45647         * m4/strdup.m4 (gl_FUNC_STRDUP):
45648         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
45649         * m4/strndup.m4 (gl_FUNC_STRNDUP):
45650         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
45651         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
45652         * m4/time_r.m4 (gl_TIME_R):
45653         * m4/timespec.m4 (gl_TIMESPEC):
45654         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
45655         * m4/unlinkdir.m4 (gl_UNLINKDIR):
45656         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
45657         * m4/userspec.m4 (gl_USERSPEC):
45658         * m4/utimecmp.m4 (gl_UTIMECMP):
45659         * m4/utimens.m4 (gl_UTIMENS):
45660         * m4/xalloc.m4 (gl_XALLOC):
45661         * m4/xgetcwd.m4 (gl_XGETCWD):
45662         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
45663         * m4/xreadlink.m4 (gl_XREADLINK):
45664         * m4/xstrtod.m4 (gl_XSTRTOD):
45665         * m4/yesno.m4 (gl_YESNO):
45666         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
45667         to get the necessary .h files and whatnot.
45668
45669 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
45670             Bruno Haible  <bruno@clisp.org>
45671
45672         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
45673         /bin/sh understanding of '!' conditional negation.
45674
45675 2006-08-21  Jim Meyering  <jim@meyering.net>
45676
45677         * modules/openat (Depends-on): Really alphabetize.
45678
45679         * modules/acl (Depends-on): Add error and quote.
45680
45681         * check-module (find_included_lib_files): Add at-func.c to the
45682         ok-to-include-more-than-once white list.
45683
45684         * modules/openat (Depends-on): Add lstat.  Alphabetize.
45685
45686 2006-08-21  Bruno Haible  <bruno@clisp.org>
45687
45688         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45689         Emit a pkgdata_DATA variable only if some snippets add contents to it.
45690         Reported by Martin Lambers <marlam@marlam.de>.
45691
45692 2006-08-21  Bruno Haible  <bruno@clisp.org>
45693
45694         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
45695         specify an installation location, don't emit a noinst_LIBRARIES or
45696         noinst_LTLIBRARIES assignment.
45697
45698 2006-08-21  Bruno Haible  <bruno@clisp.org>
45699
45700         BeOS portability.
45701         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
45702         BeOS has mbrtowc() but no <wctype.h>.
45703
45704 2006-08-21  Bruno Haible  <bruno@clisp.org>
45705
45706         BeOS portability.
45707         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
45708         exist.
45709
45710 2006-08-21  Bruno Haible  <bruno@clisp.org>
45711
45712         BeOS portability.
45713         * lib/mbchar.h: Include <wctype.h> only if it exists.
45714
45715 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
45716
45717         Remove files that are no longer needed by their respective modules.
45718         * m4/obstack.m4: Remove.
45719         * m4/strerror_r.m4: Remove.
45720         * m4/uint32_t.m4: Remove.
45721         * m4/uintptr_t.m4: Remove.
45722         * m4/ullong_max.m4: Remove.
45723         * m4/xstrtoimax.m4: Remove.
45724         * m4/xstrtoumax.m4: Remove.
45725
45726         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
45727         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
45728         dependencies now capture this.
45729
45730         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
45731         Do not use AC_LIBSOURCES, since gnulib modules now do this.
45732         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
45733         * m4/human.m4 (gl_HUMAN): Likewise.
45734         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
45735         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
45736
45737         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
45738
45739         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
45740         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
45741         stdint.
45742         * m4/human.m4 (gl_HUMAN): Likewise.
45743         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
45744         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
45745         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
45746         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
45747         * m4/xstrtol (gl_XSTRTOL): Likewise.
45748
45749         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
45750         AC_TYPE_LONG_LONG_INT.
45751         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
45752         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
45753         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
45754         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
45755
45756         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
45757         on stdbool.
45758
45759         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
45760         (gl_PREREQ_XSTRTOUL): Remove.
45761
45762         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
45763
45764         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
45765         mode.
45766
45767 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
45768
45769         Add and change modules to make it easier for coreutils to use
45770         gnulib-tool.
45771         * modules/backupfile (Files): Remove m4/d-ino.m4.
45772         (Depends-on): Add d-ino.
45773         * modules/cycle-check (Depends-on): Add stdint.
45774         (lib_SOURCES): Add cycle-check.h.
45775         * modules/d-ino: New module.
45776         * modules/d-type: New module.
45777         * modules/error (Files): Remove m4/strerror_r.m4.
45778         * modules/filemode (Files): Add m4/st_dm_mode.m4.
45779         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
45780         m4/inttypes_h.m4, m4/uintmax_t.m4.
45781         (Depends-on): Add stdint.
45782         (lib_SOURCES): Add fsusage.h.
45783         * modules/getcwd (Files): Remove d-ino.m4.
45784         (Depends-on): Add d-ino.
45785         * modules/getndelim2 (Depends-on): Add stdint.
45786         * modules/glob (Files): Remove m4/d-type.m4.
45787         (Depends-on): Add d-type.
45788         * modules/host-os: New module.
45789         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
45790         m4/inttypes_h.m4, m4/uintmax_t.m4.
45791         * Depends-on: Add stdint.
45792         (lib_SOURCES): Add human.h.
45793         * modules/inttostr (Files): Remove m4/intmax_t.m4,
45794         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
45795         m4/uintmax_t.m4, m4/ulonglong.m4.
45796         (Depends-on): Add stdint.
45797         (EXTRA_DIST): Add inttostr.h.
45798         * modules/lchmod: New module.
45799         * modules/link-follow: New module.
45800         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
45801         (Depends-on): Add lchmod.
45802         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
45803         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
45804         (Depends-on): Add stdint.
45805         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
45806         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
45807         (Depends-on): Add stdint.
45808         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
45809         * modules/perl: New module.
45810         * modules/regex (Depends-on): Add stdint.
45811         * modules/rmdir-errno: New module.
45812         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
45813         m4/intmax_t.m4.
45814         (Depends-on): Add stdint.
45815         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
45816         m4/uintmax_t.m4.
45817         (Depends-on): Add stdint.
45818         * modules/unlink-busy: New module.
45819         * modules/utimecmp (Depends-on): Add stdint.
45820         * modules/uptime: New module.
45821         * modules/winsz-ioctl: New module.
45822         * modules/winsz-termios: New module.
45823         * modules/xnanosleep (Depends-on): Add nanosleep.
45824         * modules/ullong_max: Remove.
45825         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
45826         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
45827         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
45828         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
45829         (Depends-on): Add inttypes.
45830         (lib_SOURCES): Add xstrtol.h.
45831         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
45832         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
45833         * MODULES.html.sh: Move 'assert' into the assert section.
45834         Move 'dummy' into the linking section.
45835         Remove ullong_max.
45836         Add section for compatibility checks for POSIX:2001 functions,
45837         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
45838         winsz-ioctl, and winsz-termios into it.
45839         Add lchmod.
45840         Add top-level Misc section and put host-os, perl, and uptime
45841         into it.
45842
45843 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
45844
45845         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
45846         now assume the stdint module.  Do not include inttypes.h.
45847         * lib/fsusage.h: Likewise.
45848         * lib/getndelim2.c: Likewise.
45849         * lib/human.h: Likewise.
45850         * lib/inttostr.h: Likewise.
45851         * lib/obstack.c: Likewise.
45852         * lib/regex_internal.h: Likewise.
45853         * lib/tempname.c: Likewise.
45854         * lib/utimecmp.c: Likewise.
45855         * lib/xstrtol.h: Likewise.
45856
45857         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
45858
45859         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
45860         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
45861         * lib/xtime.h: Likewise.
45862
45863 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
45864
45865         * modules/openat (Files): Add lib/fchmodat.c.
45866         Fixes problem reported by Jay Youngman.
45867
45868 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
45869
45870         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
45871         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
45872
45873 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
45874             Bruno Haible  <bruno@clisp.org>
45875
45876         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
45877         and is a script that invokes bison. Tighten the code. Add comments.
45878
45879 2006-08-18  Jim Meyering  <jim@meyering.net>
45880
45881         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
45882         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
45883         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
45884         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
45885
45886 2006-08-18  Bruno Haible  <bruno@clisp.org>
45887
45888         * modules/bison-i18n: New file.
45889         * MODULES.html.sh (Internationalization functions): Add it.
45890
45891 2006-08-18  Bruno Haible  <bruno@clisp.org>
45892
45893         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
45894         sys/statvfs.h. When getmntinfo was found, check its declaration and
45895         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
45896
45897 2006-08-18  Bruno Haible  <bruno@clisp.org>
45898
45899         * m4/bison-i18n.m4: New file, from bison.
45900
45901 2006-08-18  Bruno Haible  <bruno@clisp.org>
45902
45903         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
45904         (ME_DUMMY): Treat "kernfs" as a dummy.
45905         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
45906
45907 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
45908
45909         Update from coreutils.
45910
45911         2006-08-15  Jim Meyering  <jim@meyering.net>
45912
45913         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
45914
45915         2006-01-17  Jim Meyering  <jim@meyering.net>
45916
45917         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
45918
45919         2006-01-11  Jim Meyering  <jim@meyering.net>
45920
45921         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
45922         Check for the lchmod function.
45923
45924 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
45925
45926         Update from coreutils.
45927
45928         * lib/__fpending.h: Add copyright notice.
45929         * lib/fprintftime.h: Likewise.
45930         * lib/savedir.c: Use (C) in copyright notice.
45931         * lib/savedir.h: Likewise.
45932
45933         2006-08-15  Jim Meyering  <jim@meyering.net>
45934
45935         * lib/at-func.c: New file, with the logic of all emulated at-functions.
45936         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
45937         in support of the EXPECTED_ERRNO macro.
45938         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
45939         definitions.  Instead, define the appropriate symbols and include
45940         "at-func.c".
45941         * lib/mkdirat.c (mkdirat): Likewise.
45942         * lib/fchmodat.c (fchmodat): Likewise.
45943         (ENOSYS): Remove definition.
45944         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
45945         it.  Don't include "unistd--.h" -- it wasn't ever used.
45946
45947         2006-01-17  Jim Meyering  <jim@meyering.net>
45948
45949         Rewrite fts.c not to change the current working directory,
45950         by using openat, fstatat, fdopendir, etc..
45951
45952         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
45953         (HAVE_OPENAT_SUPPORT): Define.
45954         [_LIBC] (fchdir): Don't undef or define; no longer used.
45955         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
45956         Now, this `function' always succeeds, and consumes its file descriptor
45957         parameter -- so callers must not close such FDs.  Update callers.
45958         (diropen_fd, opendirat, cwd_advance_fd): New functions.
45959         (diropen): Add parameter, SP.  Adjust all callers.
45960         Implement using diropen_fd, rather than open.
45961         (fts_open): Initialize new member, fts_cwd_fd.
45962         Remove fts_rft-setting code.
45963         (fts_close): Close fts_cwd_fd, if necessary.
45964         (__opendir2): Define in terms of opendir or opendirat,
45965         depending on whether the FST_NOCHDIR flag is set.
45966         (fts_build): Since fts_safe_changedir consumes its FD, and since
45967         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
45968         and close the dup'd file descriptor upon failure.
45969         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
45970         (fts_safe_changedir): Tweak semantics to reflect that this function
45971         now calls cwd_advance_fd and hence consumes its FD argument.
45972         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
45973         [struct FTS] (fts_rft): Remove now-unused member.
45974         [struct FTS] (fts_cycle.state): Improve comment.
45975
45976         * lib/openat.c (openat_needs_fchdir): New function.
45977         * lib/openat.h (openat_needs_fchdir): Declare it.
45978
45979 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
45980
45981         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
45982         Problem and fix reported by Pádraig Brady in
45983         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
45984
45985 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
45986
45987         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
45988
45989 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
45990
45991         * lib/memcoll.c (memcoll): Optimize for the common case where the
45992         arguments are bytewise equal.
45993
45994 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
45995
45996         * doc/regexprops-generic.texi: Add a copyright notice.
45997
45998 2006-08-15  Bruno Haible  <bruno@clisp.org>
45999
46000         * modules/tmpdir (License): Change to LGPL.
46001
46002 2006-08-15  Bruno Haible  <bruno@clisp.org>
46003
46004         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
46005         module.
46006
46007 2006-08-14  Simon Josefsson  <jas@extundo.com>
46008
46009         * config/srclist.txt: Add gnupload.
46010
46011 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
46012
46013         Change copyright notice from LGPL 2 to GPL 2, since that's the
46014         standard form used in the gnulib repository.
46015         * tests/test-lock.c: Likewise.
46016         * tests/test-stdint.c: Likewise.
46017         * tests/test-tls.c: Likewise.
46018
46019         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
46020         prelude-manager.  User shorter URLs for GNU projects, without '?'.
46021         Add copyright notice.
46022
46023         * check-module: Add copyright notice.  Output a copyright
46024         notice if "--version" is specified.
46025         * modules/COPYING: New file.
46026         * tests/test-getaddrinfo.c: Add copyright notice.
46027         * tests/test-verify.c: Likewise.
46028
46029 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
46030
46031         Change copyright notice from LGPL 2 to GPL 2, since that's the
46032         standard form used in the gnulib repository.
46033         * lib/lock.c: LGPL -> GPL.
46034         * lib/lock.h: Likewise.
46035         * lib/strnlen1.c: Likewise.
46036         * lib/strnlen1.h: Likewise.
46037         * lib/tls.c: Likewise.
46038         * lib/tls.h: Likewise.
46039         * lib/tmpdir.c: Likewise.
46040
46041         * lib/TODO: Remove; this belongs only in coreutils.
46042
46043 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
46044
46045         Add copyright notices to long-enough files that lack them, since
46046         otherwise the files aren't clearly free.  Use the same notice that
46047         getdate.texi already uses.
46048         * doc/alloca-opt.texi: Add copyright notice.
46049         * doc/alloca.texi: Likewise.
46050         * doc/ctime.texi: Likewise.
46051         * doc/functions.texi: Likewise.
46052         * doc/gcd.texi: Likewise.
46053         * doc/gnulib-tool.texi: Likewise.
46054         * doc/inet_ntoa.texi: Likewise.
46055         * doc/visibility.texi: Likewise.
46056
46057         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
46058         * doc/quote.texi: Add copyright notice.
46059
46060         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
46061         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
46062         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
46063         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
46064         is now obsolete, and give a pointer to the Sun list.
46065         Add copyright notice.
46066
46067 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
46068
46069         * config/srclistvars.sh: Add copyright notice.
46070
46071 2006-08-14  Eric Blake  <ebb9@byu.net>
46072
46073         Import the following change from libc:
46074
46075         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
46076
46077         Upstream bug 2997.
46078         * lib/misc/error.c: Add space between program name and message if file
46079         name is missing.
46080
46081 2006-08-12  Karl Berry  <karl@gnu.org>
46082
46083         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
46084         remove, these originate in gnulib now.
46085
46086 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46087
46088         * doc/Makefile (standards.info standards.html standards.dvi):
46089         Also depend on make-stds.texi.
46090
46091 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
46092
46093         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
46094         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
46095
46096         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
46097         in wchar_t.  Problem reported by Eric Blake.
46098
46099         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
46100         LEN is smaller than SIZE.  Suggested by Bruno Haible.
46101         Also, help the compiler to keep LEN in a register.
46102
46103 2006-08-11  Eric Blake  <ebb9@byu.net>
46104
46105         * users.txt: Sort.  Add tar.
46106
46107 2006-08-11  Bruno Haible  <bruno@clisp.org>
46108
46109         * users.txt: New file.
46110
46111 2006-08-11  Bruno Haible  <bruno@clisp.org>
46112
46113         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
46114         before <wchar.h>. Needed for OSF/1 and BSD/OS.
46115
46116 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
46117
46118         * modules/snprintf (Depends-on): Remove minmax.
46119         (Maintainer): Add self and Bruno.
46120
46121 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
46122
46123         * lib/.cppi-disable: Add snprintf.h, socket_.h.
46124         * lib/snprintf.c: Include <errno.h> and <limits.h>.
46125         (EOVERFLOW): Define if the system does not.
46126         Do not include "minmax.h"; it wasn't used.
46127         (snprintf): Don't assume size_t promotes to an unsigned type.
46128         Fix bug when generated string was too long for the buffer: the
46129         buffer's contents are supposed to be the initial prefix of the
46130         output.  Don't assume vasnprintf returns EOVERFLOW if the size
46131         exceeds INT_MAX; do the check ourselves.
46132
46133         Import the following changes from libc:
46134
46135         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
46136
46137         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
46138         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
46139         set wc to the byte which couldn't be converted.
46140         (re_string_reconstruct): Don't clear valid_raw_len before calling
46141         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
46142         tip_context using re_string_context_at.
46143
46144         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
46145
46146         * lib/posix/regex.h: g++ still cannot handled [restrict].
46147
46148         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
46149
46150         * lib/posix/regex.h: Remove special handling for VMS.
46151
46152 2006-08-10  Jim Meyering  <jim@meyering.net>
46153
46154         * modules/same-inode: New module.
46155         * modules/dev-ino: New module.
46156         * modules/cycle-check: Depend on these modules, rather than simply
46157         including their .h files.
46158         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
46159         required via m4/cycle-check.m4.
46160         * modules/same: Depend on new same-inode module, rather than
46161         including same-inode.h.
46162         * modules/chdir-safer: New file.
46163
46164         * modules/chown (Depends-on): Add stat-macros.
46165
46166 2006-08-10  Jim Meyering  <jim@meyering.net>
46167
46168         * m4/cycle-check.m4: New file.
46169         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
46170         * m4/dev-ino.m4, m4/same-inode.m4: New files.
46171
46172 2006-08-10  Eric Blake  <ebb9@byu.net>
46173
46174         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
46175         in from original proposal.
46176
46177 2006-08-10  Eric Blake  <ebb9@byu.net>
46178         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
46179
46180         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
46181         namespace.
46182
46183 2006-08-10  Bruno Haible  <bruno@clisp.org>
46184
46185         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
46186         as well.
46187
46188 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
46189
46190         Sync from coreutils.
46191
46192         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
46193
46194         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
46195         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
46196
46197 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
46198
46199         * modules/restrict: Remove; no longer needed now that we assume
46200         Autoconf 2.59 or later.
46201         * MODULES.html.sh: Remove 'restrict'.
46202         * modules/argp (Depends-on): Remove 'restrict'.
46203         * modules/base64 (Depends-on): Likewise.
46204         * modules/gc (Depends-on): Likewise.
46205         * modules/getaddrinfo (Depends-on): Likewise.
46206         * modules/glob (Depends-on): Likewise.
46207         * modules/inet_ntop (Depends-on): Likewise.
46208         * modules/inet_pton (Depends-on): Likewise.
46209         * modules/memxor (Depends-on): Likewise.
46210         * modules/regex (Depends-on): Likewise.
46211         * modules/strtok_r (Depends-on): Likewise.
46212         * modules/time_r (Depends-on): Likewise.
46213
46214 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
46215
46216         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
46217         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
46218         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
46219         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
46220         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
46221         * m4/memxor.m4 (gl_MEMXOR): Likewise.
46222         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
46223         gl_C_RESTRICT replaced by AC_C_RESTRICT.
46224
46225         Merge from coreutils.
46226         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
46227         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
46228         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
46229         * m4/time_r.m4 (gl_TIME_R): Likewise.
46230
46231 2006-08-09  Karl Berry  <karl@gnu.org>
46232
46233         * config/srclist.txt: no more gettext-tools, per Bruno.
46234
46235 2006-08-08  Eric Blake  <ebb9@byu.net>
46236
46237         * modules/verror: New module.
46238         * MODULES.html.sh: Document it.
46239
46240 2006-08-08  Eric Blake  <ebb9@byu.net>
46241
46242         * lib/verror.h, lib/verror.c: New files.
46243
46244 2006-08-08  Eric Blake  <ebb9@byu.net>
46245
46246         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
46247         verror_at_line output complies with GNU Coding Standards even when
46248         file is NULL.
46249
46250 2006-08-07  Bruno Haible  <bruno@clisp.org>
46251
46252         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
46253         versions of AIX.
46254         Reported by Ralf Wildenhues.
46255
46256 2006-08-07  Bruno Haible  <bruno@clisp.org>
46257
46258         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
46259         in an AC_DEFUN. Needed so that the autoconf snippets can use
46260         AC_REQUIRE.
46261
46262 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46263
46264         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
46265         Initialize pkgdata_DATA.
46266         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
46267         overriding it.
46268
46269 2006-08-06  Eric Blake  <ebb9@byu.net>
46270
46271         * lib/error.h: Fold in some upstream changes from glibc.
46272         * lib/error.c: Likewise.
46273
46274 2006-08-04  Bruno Haible  <bruno@clisp.org>
46275
46276         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
46277         Make the mostlyclean-local rule depend on mostlyclean-generic.
46278         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
46279
46280 2006-07-31  Bruno Haible  <bruno@clisp.org>
46281
46282         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
46283         <stdlib.h>, <string.h>.
46284
46285 2006-07-30  Bruno Haible  <bruno@clisp.org>
46286
46287         * modules/readlink (License): Change to LGPL.
46288
46289 2006-07-30  Bruno Haible  <bruno@clisp.org>
46290
46291         * modules/javaversion (Makefile.am): Distribute javaversion.java and
46292         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
46293         set PKGDATADIR to point to it.
46294
46295 2006-07-30  Bruno Haible  <bruno@clisp.org>
46296
46297         * modules/csharpexec (configure.ac): Comment out macro invocation.
46298         * modules/javaexec (configure.ac): Likewise.
46299         * modules/javacomp-script (configure.ac): Likewise.
46300
46301         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
46302
46303 2006-07-30  Bruno Haible  <bruno@clisp.org>
46304
46305         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
46306         linked-list.
46307
46308 2006-07-30  Bruno Haible  <bruno@clisp.org>
46309
46310         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
46311
46312 2006-07-30  Bruno Haible  <bruno@clisp.org>
46313
46314         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
46315         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
46316         get removed.
46317
46318 2006-07-29  Bruno Haible  <bruno@clisp.org>
46319
46320         Make it possible for gnulib-tool to work with locally modified or
46321         augmented gnulib repositories.
46322         * gnulib-tool (func_usage): Document --local-dir option.
46323         (local_gnulib_dir): New variable.
46324         Handle --local-dir option.
46325         (func_lookup_file): New function.
46326         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
46327         (func_get_description, func_get_filelist, func_get_description,
46328         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
46329         func_get_automake_snippet, func_get_include_directive,
46330         func_get_license, func_get_maintainer): Use func_lookup_file.
46331         (func_import, func_create_testdir): Use func_lookup_file.
46332
46333 2006-07-29  Bruno Haible  <bruno@clisp.org>
46334
46335         * modules/setenv (Depends-on): Add unistd.
46336
46337 2006-07-29  Bruno Haible  <bruno@clisp.org>
46338
46339         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
46340
46341 2006-07-29  Bruno Haible  <bruno@clisp.org>
46342
46343         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
46344
46345 2006-07-29  Bruno Haible  <bruno@clisp.org>
46346
46347         * gnulib-tool (import, update): If there is no Makefile.am, look at
46348         aclocal.m4, instead of bailing out.
46349
46350 2006-07-29  Bruno Haible  <bruno@clisp.org>
46351
46352         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
46353         Categorize the options by when they are useful.
46354
46355 2006-07-29  Bruno Haible  <bruno@clisp.org>
46356
46357         * gnulib-tool (func_usage): Document option --no-libtool.
46358         Handle option --no-libtool.
46359         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
46360         for changed semantics of $libtool variable.
46361         (func_import): Likewise. If libtool is not used, show this through
46362         an option --no-libtool.
46363         (func_create_testdir): Update.
46364
46365 2006-07-29  Bruno Haible  <bruno@clisp.org>
46366
46367         * gnulib-tool (func_import): Extend error message about missing
46368         --doc-base.
46369
46370 2006-07-29  Bruno Haible  <bruno@clisp.org>
46371
46372         * gnulib-tool (func_import): Don't create the $docbase directory if
46373         there is no file to store there.
46374
46375 2006-07-29  Bruno Haible  <bruno@clisp.org>
46376
46377         * gnulib-tool (autoconf_minversion): If a --dir option is given and
46378         relevant, look for configure.ac there, not in the current directory.
46379         Also use a simple search for AC_PREREQ, not "autoconf --trace".
46380
46381 2006-07-29  Bruno Haible  <bruno@clisp.org>
46382
46383         * gnulib-tool (SORT): New variable.
46384         (func_usage): Undocument --assume-autoconf option.
46385         Remove --assume-autoconf option handling.
46386         (autoconf_minversion): Determine from the contents of configure.ac.
46387         (func_import): Remove autoconf_minversion handling.
46388         Suggested by Eric Blake.
46389
46390 2006-07-29  Bruno Haible  <bruno@clisp.org>
46391
46392         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
46393
46394 2006-07-29  Bruno Haible  <bruno@clisp.org>
46395
46396         * config/srclist.txt (*setenv.[ch]): Remove rules.
46397
46398 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
46399
46400         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
46401
46402 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
46403
46404         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
46405         arpa/inet.h.
46406
46407 2006-07-28  Simon Josefsson  <jas@extundo.com>
46408
46409         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
46410         * modules/inet_pton (Depends-on): Likewise.
46411
46412 2006-07-28  Simon Josefsson  <jas@extundo.com>
46413
46414         * m4/netinet_in_h.m4: New file.
46415
46416 2006-07-28  Simon Josefsson  <jas@extundo.com>
46417
46418         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
46419         #include's.
46420
46421 2006-07-28  Simon Josefsson  <jas@extundo.com>
46422
46423         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
46424         #include's.
46425
46426 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
46427
46428         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
46429         setgid on directories only if they set these bits.
46430         * lib/modechange.h: Remove obsolete comment about masks.
46431
46432 2006-07-28  Eric Blake  <ebb9@byu.net>
46433
46434         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
46435         macro expansion.
46436
46437 2006-07-28  Bruno Haible  <bruno@clisp.org>
46438
46439         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
46440
46441 2006-07-28  Bruno Haible  <bruno@clisp.org>
46442
46443         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
46444
46445 2006-07-28  Bruno Haible  <bruno@clisp.org>
46446
46447         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
46448         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
46449         Define fallbacks.
46450         Avoids link error on FreeBSD 4.x.
46451         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
46452
46453         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
46454         encoding.
46455         * lib/mbswidth.c (iswcntrl): Likewise.
46456
46457 2006-07-27  Bruno Haible  <bruno@clisp.org>
46458
46459         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
46460         test.
46461
46462 2006-07-27  Bruno Haible  <bruno@clisp.org>
46463
46464         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
46465         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
46466         defined.
46467
46468 2006-07-26  Eric Blake  <ebb9@byu.net>
46469
46470         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
46471
46472 2006-07-26  Eric Blake  <ebb9@byu.net>
46473
46474         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
46475         like mingw that lack mkstemp.
46476         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
46477         avoid compilation warning on mingw.
46478
46479 2006-07-26  Bruno Haible  <bruno@clisp.org>
46480
46481         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
46482         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
46483         INT_FAST*_MIN, INTPTR_MIN.
46484
46485 2006-07-25  Bruno Haible  <bruno@clisp.org>
46486
46487         * modules/version-etc (Depends-on): Add stdarg.
46488
46489 2006-07-25  Bruno Haible  <bruno@clisp.org>
46490
46491         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
46492         complex commands.
46493
46494 2006-07-25  Bruno Haible  <bruno@clisp.org>
46495
46496         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
46497         defined in <stdarg.h> or config.h.
46498
46499 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
46500
46501         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
46502         (gl_STDIO_SAFER): Remove.
46503
46504 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
46505
46506         * MODULES.html.sh (File stream based Input/Output):
46507         Add fopen-safer, tmpfile-safer; remove stdio-safer.
46508         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
46509         * modules/fopen-safer, modules/tmpfile-safer: New files.
46510         * modules/stdio-safer: Remove.
46511
46512 2006-07-24  Bruno Haible  <bruno@clisp.org>
46513
46514         * modules/tmpdir: New file.
46515         * MODULES.html.sh (File system functions): Add it.
46516
46517 2006-07-24  Bruno Haible  <bruno@clisp.org>
46518
46519         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
46520         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
46521
46522 2006-07-24  Bruno Haible  <bruno@clisp.org>
46523
46524         * modules/clean-temp: New file.
46525
46526 2006-07-24  Bruno Haible  <bruno@clisp.org>
46527
46528         * m4/tmpdir.m4: New file, from GNU gettext.
46529
46530 2006-07-24  Bruno Haible  <bruno@clisp.org>
46531
46532         * lib/tmpdir.h: New file, from GNU gettext.
46533         * lib/tmpdir.c: New file, from GNU gettext.
46534
46535 2006-07-24  Bruno Haible  <bruno@clisp.org>
46536
46537         * lib/clean-temp.h: New file, from GNU gettext.
46538         * lib/clean-temp.c: New file, from GNU gettext.
46539
46540 2006-07-23  Eric Blake  <ebb9@byu.net>
46541
46542         * modules/stdio-safer (Files): Add tmpfile-safer.c.
46543         (Depends-on): Add binary-io.
46544
46545 2006-07-23  Eric Blake  <ebb9@byu.net>
46546
46547         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
46548
46549 2006-07-23  Eric Blake  <ebb9@byu.net>
46550
46551         * lib/tmpfile-safer.c: New file.
46552         * lib/stdio-safer.h (fopen_safer): Add prototype.
46553         * lib/stdio--.h (tmpfile): Make safer.
46554
46555 2006-07-23  Bruno Haible  <bruno@clisp.org>
46556
46557         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
46558         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
46559         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
46560         gl_linked_remove_at): Use it.
46561
46562 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
46563         and Simon Josefsson <jas@extundo.com>
46564
46565         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
46566
46567         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
46568
46569 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
46570
46571         * modules/close-stream: New file.
46572         * modules/closeout (Description): Make it clear that it exits
46573         with a diagnostic on error.
46574         (Depends-on): Add close-stream.  Remove fpending, stdbool.
46575         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
46576
46577 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
46578
46579         * m4/close-stream.m4: New file.
46580
46581 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
46582
46583         * lib/close-stream.c, lib/close-stream.h: New files.
46584
46585 2006-07-22  Bruno Haible  <bruno@clisp.org>
46586
46587         Merge from GNU gettext 0.15.
46588
46589         2006-05-01  Bruno Haible  <bruno@clisp.org>
46590
46591                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
46592
46593         2006-07-22  Bruno Haible  <bruno@clisp.org>
46594
46595                 * modules/javaversion: New file.
46596                 * MODULES.html.sh (Java): Add javaversion.
46597
46598         2006-03-12  Bruno Haible  <bruno@clisp.org>
46599
46600                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
46601
46602         2005-12-04  Bruno Haible  <bruno@clisp.org>
46603
46604                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
46605                 (untested).
46606
46607         2006-06-21  Bruno Haible  <bruno@clisp.org>
46608
46609                 Avoid warnings from recent versions of mcs.
46610                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
46611                 -o, -L, -r any more. Use options documented since mcs-1.0
46612                 instead. Similarly for -g.
46613
46614         2005-12-04  Bruno Haible  <bruno@clisp.org>
46615
46616                 * build-aux/csharpcomp.sh.in: Suffix for resources is
46617                 .resources, not .resource.
46618
46619         2005-07-09  Bruno Haible  <bruno@clisp.org>
46620
46621                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
46622                 add a .dll suffix.
46623                 Reported by Mark Junker <mjscod@gmx.de>.
46624
46625         2006-07-22  Bruno Haible  <bruno@clisp.org>
46626
46627                 * modules/gettext: Upgrade to gettext-0.15.
46628                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
46629                 m4/visibility.m4.
46630                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
46631
46632 2006-07-22  Bruno Haible  <bruno@clisp.org>
46633
46634         Merge from GNU gettext 0.15.
46635
46636         2006-03-25  Bruno Haible  <bruno@clisp.org>
46637
46638                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
46639
46640         2006-07-21  Bruno Haible  <bruno@clisp.org>
46641
46642                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
46643                 "1.1".
46644
46645         2006-05-09  Bruno Haible  <bruno@clisp.org>
46646
46647                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
46648                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
46649                 for the conftestver execution.
46650
46651         2006-05-01  Bruno Haible  <bruno@clisp.org>
46652
46653                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
46654                 optional target-version argument. Verify that the compiler
46655                 groks source of the specified source-version, or add -source
46656                 option as necessary. Verify that the compiler produces
46657                 bytecode in the specified target-version, or add -target and
46658                 -source options as necessary. Make the result of the test
46659                 available as variable CONF_JAVAC. Also log error output in
46660                 config.log.
46661
46662         2006-03-11  Bruno Haible  <bruno@clisp.org>
46663
46664                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
46665
46666         2006-05-09  Bruno Haible  <bruno@clisp.org>
46667
46668                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
46669                 CLASSPATH_SEPARATOR to a semicolon.
46670
46671         2006-03-12  Bruno Haible  <bruno@clisp.org>
46672
46673                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
46674                 available as variable CONF_JAVA, for subsequent autoconf
46675                 tests. Also log error output in config.log.
46676
46677         2006-07-19  Bruno Haible  <bruno@clisp.org>
46678
46679                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
46680                 that getline works on glibc2 systems. Needed to avoid trouble
46681                 in relocatable.c.
46682                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
46683
46684         2005-12-04  Bruno Haible  <bruno@clisp.org>
46685
46686                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
46687                 launcher (untested).
46688
46689         2005-12-04  Bruno Haible  <bruno@clisp.org>
46690
46691                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
46692
46693         2006-07-22  Bruno Haible  <bruno@clisp.org>
46694
46695                 * gettext.m4: Update from GNU gettext-0.15.
46696                 * nls.m4: Likewise.
46697                 * po.m4: Likewise.
46698                 * inttypes-pri.m4: Likewise.
46699                 * inttypes-h.m4: Renamed from inttypes.m4.
46700                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
46701
46702 2006-07-22  Bruno Haible  <bruno@clisp.org>
46703
46704         Merge from GNU gettext 0.15.
46705
46706         2005-07-05  Bruno Haible  <bruno@clisp.org>
46707
46708                 * printf-args.c (printf_fetchargs): Work around broken
46709                 definition of wint_t on mingw.
46710
46711         2005-02-12  Bruno Haible  <bruno@clisp.org>
46712
46713                 * xallocsa.h: Add extern "C" for C++.
46714
46715         2006-05-17  Bruno Haible  <bruno@clisp.org>
46716
46717                 Cygwin portability.
46718                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
46719
46720         2006-04-30  Bruno Haible  <bruno@clisp.org>
46721
46722                 * progreloc.c: Include <mach-o/dyld.h> if available.
46723                 (find_executable): Use _NSGetExecutablePath when possible.
46724
46725         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
46726
46727                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
46728                 function.
46729
46730         2005-12-29  Bruno Haible  <bruno@clisp.org>
46731
46732                 * progreloc.c (set_program_name_and_installdir): Fix
46733                 compilation error.
46734
46735         2005-12-04  Bruno Haible  <bruno@clisp.org>
46736
46737                 Cygwin portability.
46738                 * progreloc.c: Include <windows.h> also on Cygwin.
46739                 (find_executable): Add support for Cygwin.
46740                 (set_program_name_and_installdir): Handle also platforms with
46741                 nonempty EXEEXT.
46742
46743         2006-07-11  Bruno Haible  <bruno@clisp.org>
46744
46745                 * javacomp.c: Fix a comment.
46746                 Reported by Jim Meyering.
46747
46748         2006-04-30  Bruno Haible  <bruno@clisp.org>
46749
46750                 * javacomp.h (compile_java_class): Add source_version,
46751                 target_version arguments.
46752                 * javacomp.c: Rewritten to choose only a compiler that
46753                 respects the specified source_version and target_version.
46754
46755         2006-06-27  Bruno Haible  <bruno@clisp.org>
46756
46757                 Assume correct S_ISDIR macro.
46758                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
46759
46760         2006-07-22  Bruno Haible  <bruno@clisp.org>
46761
46762                 * javaversion.h: New file, from GNU gettext.
46763                 * javaversion.c: New file, from GNU gettext.
46764                 * javaversion.java: New file, from GNU gettext.
46765                 * javaversion.class: New file, from GNU gettext.
46766
46767         2006-05-17  Bruno Haible  <bruno@clisp.org>
46768
46769                 Cygwin portability.
46770                 * javaexec.c (execute_java_class): Test for jview program
46771                 also on Cygwin.
46772
46773         2006-04-09  Bruno Haible  <bruno@clisp.org>
46774
46775                 * fatal-signal.c: Don't include string.h.
46776                 (at_fatal_signal): Use a copying loop instead of memcpy.
46777
46778         2005-12-04  Bruno Haible  <bruno@clisp.org>
46779
46780                 * csharpexec.c: Add support for 'clix' launcher (untested).
46781                 (execute_csharp_using_sscli): New function.
46782                 (execute_csharp_program): Call it.
46783
46784         2006-06-21  Bruno Haible  <bruno@clisp.org>
46785
46786                 Avoid warnings from recent versions of mcs.
46787                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
46788                 -o, -L, -r any more. Use options documented since mcs-1.0
46789                 instead. Similarly for -g.
46790
46791         2005-07-09  Bruno Haible  <bruno@clisp.org>
46792
46793                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
46794                 add a .dll suffix.
46795                 Reported by Mark Junker <mjscod@gmx.de>.
46796
46797         2006-06-17  Bruno Haible  <bruno@clisp.org>
46798
46799                 * config.charset: Update for NetBSD 3.0.
46800
46801         2006-05-17  Bruno Haible  <bruno@clisp.org>
46802
46803                 Cygwin portability.
46804                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
46805
46806         2006-05-16  Bruno Haible  <bruno@clisp.org>
46807
46808                 * localcharset.c [CYGWIN]: Include <windows.h>.
46809                 (get_charset_aliases): For Cygwin, return the same CPxxx
46810                 aliases list as under WIN32.
46811                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
46812                 the environment variables. Fall back to GetACP().
46813
46814         2006-04-05  Bruno Haible  <bruno@clisp.org>
46815
46816                 * config.charset: Update Juan Manuel Guerrero's address.
46817
46818         2005-02-12  Bruno Haible  <bruno@clisp.org>
46819
46820                 * allocsa.h: Add extern "C" for C++.
46821
46822         2005-02-10  Bruno Haible  <bruno@clisp.org>
46823
46824                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
46825                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
46826
46827         2006-07-22  Bruno Haible  <bruno@clisp.org>
46828
46829                 * gettext.h: Update to GNU gettext-0.15.
46830
46831 2006-07-22  Bruno Haible  <bruno@clisp.org>
46832
46833         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
46834         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
46835         lib-prefix.m4, longdouble.m4, ssize_t.m4.
46836
46837 2006-07-21  Eric Blake  <ebb9@byu.net>
46838
46839         * modules/stdlib-safer: New file.
46840         * MODULES.html.sh (File stream based Input/Output): Add
46841         stdlib-safer.
46842
46843 2006-07-21  Eric Blake  <ebb9@byu.net>
46844
46845         * lib/stdlib-safer.h: New file from coreutils, required by
46846         stdlib--.h.
46847
46848 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
46849
46850         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
46851
46852 2006-07-20  Bruno Haible  <bruno@clisp.org>
46853
46854         * gnulib-tool: Recognize new option --assume-autoconf.
46855         (autoconf_minversion): New variable.
46856         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
46857
46858 2006-07-20  Bruno Haible  <bruno@clisp.org>
46859
46860         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
46861
46862 2006-07-19  Derek R. Price  <derek@ximbiot.com>
46863
46864         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
46865         Reindent and repaginate.
46866
46867 2006-07-19  Derek Price  <derek@ximbiot.com>
46868
46869         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
46870         Correct grammar.
46871
46872 2006-07-17  Bruno Haible  <bruno@clisp.org>
46873
46874         * modules/list: New file.
46875         * modules/array-list: New file.
46876         * modules/carray-list, modules/carray-list-tests: New files.
46877         * modules/linked-list, modules/linked-list-tests: New files.
46878         * modules/avltree-list, modules/avltree-list-tests: New files.
46879         * modules/rbtree-list, modules/rbtree-list-tests: New files.
46880         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
46881         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
46882         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
46883         * modules/oset: New file.
46884         * modules/array-oset: New file.
46885         * modules/avltree-oset, modules/avltree-oset-tests: New files.
46886         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
46887         * tests/test-carray_list.c: New file.
46888         * tests/test-linked_list.c: New file.
46889         * tests/test-avltree_list.c: New file.
46890         * tests/test-rbtree_list.c: New file.
46891         * tests/test-linkedhash_list.c: New file.
46892         * tests/test-avltreehash_list.c: New file.
46893         * tests/test-rbtreehash_list.c: New file.
46894         * tests/test-avltree_oset.c: New file.
46895         * tests/test-rbtree_oset.c: New file.
46896         * MODULES.html.sh (Container data structures): New section.
46897
46898 2006-07-17  Bruno Haible  <bruno@clisp.org>
46899
46900         * m4/gl_list.m4: New file.
46901
46902 2006-07-17  Bruno Haible  <bruno@clisp.org>
46903
46904         * lib/gl_list.h: New file.
46905         * lib/gl_list.c: New file.
46906         * lib/gl_array_list.h: New file.
46907         * lib/gl_array_list.c: New file.
46908         * lib/gl_carray_list.h: New file.
46909         * lib/gl_carray_list.c: New file.
46910         * lib/gl_linked_list.h: New file.
46911         * lib/gl_linked_list.c: New file.
46912         * lib/gl_anylinked_list1.h: New file.
46913         * lib/gl_anylinked_list2.h: New file.
46914         * lib/gl_avltree_list.h: New file.
46915         * lib/gl_avltree_list.c: New file.
46916         * lib/gl_anyavltree_list1.h: New file.
46917         * lib/gl_anyavltree_list2.h: New file.
46918         * lib/gl_rbtree_list.h: New file.
46919         * lib/gl_rbtree_list.c: New file.
46920         * lib/gl_anyrbtree_list1.h: New file.
46921         * lib/gl_anyrbtree_list2.h: New file.
46922         * lib/gl_anytree_list1.h: New file.
46923         * lib/gl_anytree_list2.h: New file.
46924         * lib/gl_linkedhash_list.h: New file.
46925         * lib/gl_linkedhash_list.c: New file.
46926         * lib/gl_anyhash_list1.h: New file.
46927         * lib/gl_anyhash_list2.h: New file.
46928         * lib/gl_avltreehash_list.h: New file.
46929         * lib/gl_avltreehash_list.c: New file.
46930         * lib/gl_rbtreehash_list.h: New file.
46931         * lib/gl_rbtreehash_list.c: New file.
46932         * lib/gl_anytreehash_list1.h: New file.
46933         * lib/gl_anytreehash_list2.h: New file.
46934
46935         * lib/gl_oset.h: New file.
46936         * lib/gl_oset.c: New file.
46937         * lib/gl_array_oset.h: New file.
46938         * lib/gl_array_oset.c: New file.
46939         * lib/gl_avltree_oset.h: New file.
46940         * lib/gl_avltree_oset.c: New file.
46941         * lib/gl_rbtree_oset.h: New file.
46942         * lib/gl_rbtree_oset.c: New file.
46943         * lib/gl_anytree_oset.h: New file.
46944
46945 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
46946
46947         * m4/mkancesdirs.m4: New file.
46948         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
46949         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
46950         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
46951         it.
46952
46953 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
46954
46955         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
46956         * lib/mkancesdirs.h: New files.
46957         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
46958         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
46959         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
46960         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
46961         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
46962         callers changed.  Revamp internals significantly, by not
46963         attempting to create directories that are temporarily more
46964         permissive than the final results.  Do not attempt to use
46965         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
46966         This removes some race conditions, fixes some bugs, and simplifies
46967         things.  Use new dirchownmod function to do owner and mode changes.
46968         * lib/mkdir-p.h: Likewise.
46969         * lib/modechange.c (octal_to_mode): New function.
46970         (struct mode_change): New member mentioned.
46971         (make_node_op_equals): New arg mentioned.  All callers changed.
46972         (mode_compile): Keep track of which mode bits the user has explicitly
46973         mentioned.
46974         (mode_adjust): New arg DIR, so that we implement the X op correctly.
46975         New arg PMODE_BITS, to keep track of which mode bits the user
46976         mentioned; it treats S_ISUID and S_ISGID speciall.
46977         All callers changed.
46978         * lib/modechange.h: Likewise.
46979
46980 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
46981
46982         * MODULES.html.sh: Add mkancestors.
46983         * modules/mkancesdirs: New module.
46984         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
46985         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
46986         The chdir-safer and afs files are now orphans; I'll remove them
46987         unless someone speaks up.
46988         Add lib/dirchownmod.c, lib/dirchownmod.h.
46989         (Depends-on): Remove alloca, chown, save-cwd, dirname.
46990         Add lchown, mkancesdirs.
46991         (Maintainer): Add self.
46992
46993 2006-07-15  Karl Berry  <karl@gnu.org>
46994
46995         * gnulib-tool: help message wording/arrangement.
46996
46997 2006-07-14  Simon Josefsson  <jas@extundo.com>
46998
46999         * doc/gnulib.texi (Libtool and Windows): New section.
47000
47001 2006-07-12  Simon Josefsson  <jas@extundo.com>
47002
47003         * modules/gendocs (License): Fix license, approved by Karl.
47004
47005 2006-07-12  Eric Blake  <ebb9@byu.net>
47006
47007         * MODULES.html.sh: Add gendocs.
47008
47009 2006-07-11  Eric Blake  <ebb9@byu.net>
47010
47011         * modules/fdl: New module, to install doc/fdl.texi.
47012         * MODULES.html.sh: Add new section for documentation modules.
47013         * gnulib-tool: Avoid space-tab.
47014         (--doc-base): New option, to manage files from doc.
47015
47016 2006-07-11  Eric Blake  <ebb9@byu.net>
47017
47018         * m4/absolute-header.m4: Fix comments to match recent change.
47019
47020 2006-07-11  Eric Blake  <ebb9@byu.net>
47021
47022         * gnulib-tool: List --doc-base before --tests-base.
47023
47024 2006-07-11  Derek R. Price  <derek@ximbiot.com>
47025
47026         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
47027
47028 2006-07-11  Bruno Haible  <bruno@clisp.org>
47029
47030         * README: Mention where to put documentation.
47031
47032 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47033
47034         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
47035
47036 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
47037
47038         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
47039         to stdint.m4.
47040
47041 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
47042
47043         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
47044         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
47045         "no/such/file/stdint.h" when there is no such file, so that
47046         the resulting C code can be parsed by dodgy compilers.
47047         Problems reported by Bob Proulx.
47048
47049 2006-07-10  Derek R. Price  <derek@ximbiot.com>
47050
47051         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
47052         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
47053         macros into the GNU _D_EXACT_NAMLEN.
47054         * lib/savedir.c:  Likewise.
47055         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
47056
47057 2006-07-10  Derek R. Price  <derek@ximbiot.com>
47058         and Paul Eggert  <eggert@cs.ucla.edu>
47059
47060         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
47061         * m4/savedir.m4:
47062         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
47063         macros into the GNU _D_EXACT_NAMLEN.
47064
47065 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
47066
47067         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
47068         around the absolute name, to work around a problem with the HP-UX
47069         11.23 native C compiler, reported by Bob Proulx.
47070
47071 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
47072
47073         * doc/maintain.texi, make-stds.texi: Sync from
47074         <http://savannah.gnu.org/projects/gnustandards>.
47075
47076 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
47077
47078         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
47079
47080 2006-07-09  Jim Meyering  <jim@meyering.net>
47081
47082         * m4/glob.m4: Remove a doubled word in a comment.
47083
47084 2006-07-09  Jim Meyering  <jim@meyering.net>
47085
47086         * lib/argp-pv.c: Remove a doubled word in a comment.
47087         * lib/check-version.c (check_version): Likewise.
47088         * lib/javacomp.c (compile_java_class): Likewise.
47089
47090 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
47091
47092         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
47093         for the benefit of people using Autoconf 2.60.  If you want to
47094         support older Autoconf versions you can copy m4/onceonly_2_57.m4
47095         (or m4/onceonly.m4, if pre-2.57) manually.
47096
47097 2006-07-08  Jim Meyering  <jim@meyering.net>
47098
47099         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
47100         comment.
47101         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
47102         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
47103         comment.
47104
47105 2006-07-08  Jim Meyering  <jim@meyering.net>
47106
47107         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
47108
47109 2006-07-07  Simon Josefsson  <jas@extundo.com>
47110
47111         * tests/test-crc.c: Change expected crc value, the test vector
47112         were probably computed using the old broken crc.c?
47113
47114 2006-07-06  Simon Josefsson  <jas@extundo.com>
47115
47116         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
47117         now the canonical place for the M4 file).
47118
47119         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
47120         from the sys_socket dependency now.
47121
47122         * modules/inet_pton (Files): Ditto.
47123
47124         * modules/inet_ntop (Files): Ditto.
47125
47126 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
47127
47128         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
47129         not gl_PREREQ_GETUSERSHELL.
47130
47131 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47132
47133         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
47134         with only one argument, for Autoconf 2.60.
47135         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
47136         expand to nothing, so add a shell command to avoid syntax error.
47137         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
47138
47139 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47140
47141         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
47142
47143 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
47144
47145         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
47146         no longer needed.  Check for isblank decl.
47147         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
47148         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
47149         of existence.
47150
47151 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
47152
47153         * lib/getloadavg.c: Use __VMS, not VMS.
47154         * lib/getopt.c: Likewise.
47155         * lib/getpagesize.h: Likewise.
47156         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
47157         and probably does not work.
47158
47159 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
47160
47161         * lib/.cppi-disable: Add wcwidth.
47162         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
47163         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
47164         (ISGRAPH): Remove.  All uses changed to isgraph.
47165         (FOLD) [!defined _LIBC]: Remove special case.
47166         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
47167         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
47168         HAVE_ISBLANK.
47169         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
47170         case.
47171
47172 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
47173
47174         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
47175         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
47176         brackets.  Other minor changes to suppress some compiler
47177         warnings.
47178
47179 2006-07-06  Derek R. Price  <derek@ximbiot.com>
47180         and Paul Eggert  <eggert@cs.ucla.edu>
47181
47182         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
47183         of invoking obsolescent AC_HEADER_DIRENT macro.
47184         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
47185         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
47186         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
47187         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
47188         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
47189         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
47190         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
47191         * m4/readdir.m4: Remove; no longer needed.
47192
47193 2006-07-06  Derek R. Price  <derek@ximbiot.com>
47194         and Paul Eggert  <eggert@cs.ucla.edu>
47195
47196         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
47197         Don't worry about this obsolete case any more.
47198         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
47199         directories.
47200         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
47201         worry about this obsolete case any more.
47202         * lib/fts.c: Likewise.
47203         * lib/getcwd.c: Likewise.
47204         * lib/glob.h: Likewise.
47205         * lib/savedir.c: Likewise.
47206
47207 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
47208
47209         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
47210         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
47211         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
47212         needed.
47213         All uses removed.
47214         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
47215         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
47216         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
47217         needed.
47218         * m4/getdate.m4 (gl_GETDATE): Likewise.
47219         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
47220         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
47221         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
47222         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
47223         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
47224         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
47225         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
47226         needed.
47227
47228 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
47229
47230         * lib/memcasecmp.c: Include <limits.h>.
47231         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
47232         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
47233         Don't assume isdigit succeeds only on '0' through '9'.
47234
47235 2006-07-05  Eric Blake  <ebb9@byu.net>
47236
47237         * modules/getaddrinfo (Depends-on): Add snprintf.
47238
47239 2006-07-05  Eric Blake  <ebb9@byu.net>
47240
47241         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
47242         to avoid 'header present but could not be compiled' on cygwin.
47243
47244 2006-07-05  Eric Blake  <ebb9@byu.net>
47245
47246         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
47247         missing from netdb.h.
47248         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
47249
47250 2006-07-05  Derek R. Price  <derek@ximbiot.com>
47251
47252         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
47253         no longer needed.
47254         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
47255         * m4/getdate.m4 (gl_GETDATE): Likewise.
47256         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
47257         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
47258         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
47259         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
47260         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
47261
47262 2006-07-05  Derek R. Price  <derek@ximbiot.com>
47263
47264         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
47265         All uses of is_space replaced by isspace.
47266         * lib/exit.h: Don't talk about STDC_HEADERS.
47267         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
47268         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
47269         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
47270         replaced by isprint etc.
47271         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
47272         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
47273         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
47274         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
47275         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
47276         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
47277
47278 2006-07-05  Bruno Haible  <bruno@clisp.org>
47279
47280         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
47281         the function exists, before testing against AIX.
47282         Reported by Martin Lambers <marlam@marlam.de>.
47283
47284 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
47285
47286         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
47287         From Mark D. Baushke.
47288
47289 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
47290
47291         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
47292         to the absolute name, not just one, to bypass Sun C 5.8's
47293         "warning: #include of /usr/include/... may be non-portable".
47294
47295 2006-07-04  Eric Blake  <ebb9@byu.net>
47296
47297         * modules/dirname-tests: New test module.
47298         * tests/test-dirname.c: New file, replacing dirname.c
47299         TEST_DIRNAME section that was recently deleted.
47300
47301 2006-07-04  Bruno Haible  <bruno@clisp.org>
47302
47303         Assume ANSI C header files and <ctype.h> functions.
47304         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
47305         (mbsnwidth): Use isprint, iscntrl instead.
47306
47307 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
47308
47309         Merge from coreutils.
47310         * MODULES.html.sh: Add xstrtold.
47311         * modules/xstrtold: New file.
47312         * modules/cycle-check (Files): Add lib/same-inode.h.
47313         * modules/dirname (Files): Add m4/double-slash-root.m4.
47314         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
47315         * modules/mkdir-p (Files): Add lib/same-inode.h.
47316         * modules/same (Files): Add lib/same-inode.h.
47317
47318 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
47319
47320         * m4/absolute-header.m4: Renamed from full-header-path.m4.
47321         This is to keep the terminology clean; POSIX talks about
47322         "absolute pathnames", not "full pathnames", but the GNU
47323         Coding Standards say to use "path" for something else;
47324         so use "absolute" to keep both sides happy.
47325         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
47326         Set gl_absolute_header, not gl_full_header_path.
47327         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
47328         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
47329         All uses changed.
47330
47331         Merge from coreutils.
47332
47333         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
47334
47335         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
47336         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
47337         want to require the building of c-strtod.o.
47338         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
47339         needs -lm directly.
47340         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
47341
47342         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
47343
47344         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
47345         --as-needed option if available.  Problem reported by Albert Chin in
47346         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
47347         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
47348         cc merely issues a bunch of annoying warnings for --as-needed
47349         (this problem was reported by Bob Proulx).  Also, try linking with
47350         -lm to detect a bug in binutils 2.16 (this problem was reported
47351         by Ralf Wildenhues).
47352
47353         2006-06-18  Jim Meyering  <jim@meyering.net>
47354
47355         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
47356         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
47357         macro.
47358         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
47359         also check for glibc-2.4's abort-inducing bug.
47360
47361         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
47362         Low-probability clean-up should be to use rmdir to get rid of
47363         the just-created directory, not unlink.
47364
47365         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
47366         configure fail, and request a bug report to inform us about it.
47367         Add a comment that, barring reports to the contrary, in 2007 we'll
47368         assume ftruncate is universally available.
47369
47370         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
47371
47372         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
47373
47374         2006-03-12  Jim Meyering  <jim@meyering.net>
47375
47376         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
47377         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
47378         * m4/same.m4 (gl_SAME): Likewise.
47379         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
47380
47381         2006-03-11  Eric Blake  <ebb9@byu.net>
47382
47383         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
47384         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
47385         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
47386         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
47387
47388 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
47389
47390         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
47391         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
47392         reported by Mark D. Baushke, one in
47393         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
47394
47395         Merge from coreutils.
47396
47397         * lib/.cppi-disable: Add stdint_.h.
47398         * lib/.cvsignore: Add stdint.h.
47399
47400         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
47401
47402         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
47403         both double and long double versions.
47404         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
47405         * lib/xstrtold.c: New file.
47406         * lib/xstrtod.h (xstrtold): New decl.
47407
47408         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
47409
47410         * lib/filemode.c (setst): Remove.
47411         (strmode): Rewrite to avoid setst.  This makes the code shorter,
47412         (arguably) clearer, and the generated code is a bit smaller on my
47413         Debian GNU/Linux stable x86 host.
47414
47415         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
47416
47417         * lib/filemode.c: Include "filemode.h" first, to test the interface.
47418         Assume that filemode.h includes sys/types.h and sys/stat.h.
47419         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
47420         (ftypelet): Reorder to put common cases first, for efficiency.
47421         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
47422         to do 'M'.
47423         (strmode): Renamed from mode_string, and now stores 12 bytes instead
47424         of 10, for compatibility with FreeBSD.  All callers changed.
47425         (filemodestring): Now stores 12 bytes instead of 10, and sets file
47426         types that can't be deduced solely from st_mode.  First arg is now a
47427         const pointer.
47428         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
47429         (strmode): Renamed from mode_string.
47430         (filemodestring): New decl.
47431         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
47432         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
47433         needed.
47434         (S_ISPORT, S_ISWHT): New macros, if not already defined.
47435
47436         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
47437
47438         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
47439         fsusage.h now does that.  Include fsusage.h first, to test interface.
47440         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
47441         at most one method (the old code could have generated decls that
47442         didn't conform to C89, not that this was ever exercised).
47443         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
47444
47445         2006-03-19  Jim Meyering  <jim@meyering.net>
47446
47447         Work even in a chroot where d_ino values for entries in "/"
47448         don't match the stat.st_ino values for the same names.
47449         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
47450         number, iterate through all entries again, using lstat instead.
47451         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
47452         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
47453
47454         * lib/getcwd.c (__getcwd): Clarify a comment.
47455         Use memcpy in place of a call to strcpy.
47456
47457         2006-03-12  Jim Meyering  <jim@meyering.net>
47458
47459         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
47460         matches that of the current directory (which we're about to chdir ".."
47461         out of), then save the dev-ino of the parent, instead.
47462
47463         * lib/same-inode.h (SAME_INODE): New file/macro.
47464         * lib/chdir-safer.c (SAME_INODE): Remove definition.
47465         Include "same-inode.h", instead.
47466         * lib/same.c: Likewise.
47467         * lib/cycle-check.h: Include "same-inode.h".
47468         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
47469         * lib/cycle-check.c (SAME_INODE): Remove definition.
47470         * lib/root-dev-ino.h: Include "same-inode.h".
47471
47472         2006-03-11  Eric Blake  <ebb9@byu.net>
47473
47474         * lib/same.c (same_name): s/base_name/last_component/
47475         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
47476         * lib/filenamecat.c (file_name_concat): Likewise.
47477
47478         2006-03-11  Eric Blake  <ebb9@byu.net>,
47479                     Paul Eggert  <eggert@cs.ucla.edu>
47480
47481         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
47482         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
47483         drive prefix.
47484         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
47485         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
47486         (last_component): New method.
47487         * lib/dirname.c (dir_len): Determine when drive letters need a
47488         subsequent slash.  Preserve // when it is special.
47489         (dir_name): Don't append dot when drive letter is absolute.
47490         [TEST_DIRNAME]: Move into a full-blown gnulib test.
47491         * lib/basename.c (base_name): New semantics - malloc the result.
47492         Preserve // when it is special.  Preserve relative files that look
47493         like drive letters.
47494         (base_len): Preserve // when it is special.
47495         (last_component): New method, similar to old base_name semantics.
47496         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
47497         base_name.  Strip redundant slashes from ///.
47498
47499 2006-07-03  Jim Meyering  <jim@meyering.net>
47500
47501         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
47502         macro is used before the first cycle_check call.
47503
47504 2006-07-03  Eric Blake  <ebb9@byu.net>
47505
47506         * modules/dirname (Depends-on): Add xstrndup.
47507
47508 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
47509
47510         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
47511         test cases, so that config.log is a bit easier to follow.
47512
47513 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
47514
47515         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
47516         both are 64 bits, since this seems to be the tradition, and this
47517         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
47518         we ever run into a host that prefers long long to long in this
47519         case, we'll need another configure-time test.  Problem reported by
47520         Jim Meyering.
47521
47522 2006-07-02  Eric Blake  <ebb9@byu.net>
47523
47524         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
47525
47526 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
47527
47528         * modules/inttypes (Depends-on): No longer depends on stdint.
47529         * modules/stdint (Description): Say more about assumptions.
47530         Say that the fast types might differ.  Say macros are used.
47531         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
47532         (Makefile.am): Revise list of substituted symbols to match
47533         new stdint.m4.
47534         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
47535         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
47536         * tests/test-stdint.c (verify_same_types)
47537         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
47538         the code conforms to C99/C89.
47539         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
47540         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
47541
47542 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
47543
47544         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
47545         but fix a bug, by requiring at least 64 bits.
47546         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
47547         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
47548         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
47549         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
47550
47551         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
47552         changes.  Make 2.59 a prerequisite.  Check and substitute for
47553         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
47554         inttypes.h.  Do not use special include files; just use the
47555         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
47556         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
47557         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
47558         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
47559         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
47560         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
47561         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
47562         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
47563         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
47564         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
47565         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
47566         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
47567         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
47568         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
47569         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
47570         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
47571         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
47572         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
47573         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
47574         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
47575         WINT_MAX.  Check for C99 conformance more strictly, by detecting
47576         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
47577         not check for things that C99 does not require, e.g., int8_t.  If
47578         a test isn't needed unless <stdint.h> isn't working, and is
47579         unlikely to be needed for any other reason, then don't do it
47580         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
47581         size_t, since we assume C89 freestanding at least.  Do not check
47582         for sig_atomic_t, wchar_t, or wint_t, since the code now does
47583         the right thing even if the types are not defined.  Instead use:
47584         (gl_STDINT_TYPE_PROPERTIES): New macro.
47585         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
47586         testing whether <sys/types.h> clashes, as Autoconf does this for
47587         us now.  All uses removed.
47588         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
47589         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
47590         (gl_CHECK_TYPE_SAME):
47591         Remove; no longer needed.
47592         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
47593         exists, since we'll return 0 anyway in that case.
47594         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
47595
47596 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
47597
47598         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
47599         possible collision with system files.
47600         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
47601         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
47602         WCHAR_MIN and WCHAR_MAX in this case.
47603         (<stddef.h>): Do not include; no longer needed.
47604         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
47605         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
47606         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
47607         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
47608         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
47609         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
47610         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
47611         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
47612         !defined(__c99))]: Include in this case too, since it's harmless
47613         now.
47614         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
47615         dangerous to do so.
47616         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
47617         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
47618         (_STDINT_MIN, _STDINT_MAX): New macros.
47619         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
47620         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
47621         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
47622         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
47623         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
47624         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
47625         macros, not typedefs; this simplifies things quite a bit.
47626         Use long int for all types narrower than int64_t.
47627         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
47628         Define in terms of long long int or int64_t or long int,
47629         not int64_t or int32_t.  This saves some compile-time testing.
47630         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
47631         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
47632         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
47633         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
47634         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
47635         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
47636         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
47637         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
47638         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
47639         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
47640         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
47641         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
47642         undef any previous version and define our own version, for
47643         simplicity and consistency with the new macros for types.
47644         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
47645         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
47646         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
47647         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
47648         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
47649         @WINT_T_SUFFIX@ to keep things simple here.
47650         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
47651         Simplify by assuming typical 8/16/32/64 host, since we're
47652         already doing that elsewhere anyway.
47653         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
47654         and assume long long int is 64 bits if available.  This
47655         speeds up 'configure'.
47656
47657 2006-07-01  Eric Blake  <ebb9@byu.net>
47658
47659         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
47660         Reported by Andreas Buening.
47661
47662 2006-07-01  Eric Blake  <ebb9@byu.net>
47663
47664         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
47665
47666 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
47667
47668         * lib/getaddrinfo.c: fixed typo
47669
47670 2006-06-29  Jim Meyering  <jim@meyering.net>
47671
47672         * modules/strftime (Maintainer): Add my name, since with the
47673         FPRINTFTIME changes strftime.c has forked from glibc.
47674
47675 2006-06-29  Eric Blake  <ebb9@byu.net>
47676
47677         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
47678
47679 2006-06-29  Eric Blake  <ebb9@byu.net>
47680
47681         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
47682
47683 2006-06-29  Eric Blake  <ebb9@byu.net>
47684
47685         * lib/stat_.h: New file.
47686
47687 2006-06-29  Eric Blake  <ebb9@byu.net>
47688
47689         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
47690         unused static function.
47691
47692 2006-06-29  Eric Blake  <ebb9@byu.net>
47693
47694         * doc/functions.texi (Function Portability): Document missing lstat
47695         on mingw.
47696
47697 2006-06-29  Eric Blake  <ebb9@byu.net>
47698
47699         * MODULES.html.sh: Add sys_stat.
47700         * modules/sys_stat: New module.
47701         * modules/mkstemp (Depends-on): Add sys_stat.
47702
47703 2006-06-29  Derek R. Price  <derek@ximbiot.com>
47704
47705         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
47706
47707 2006-06-29  Derek R. Price  <derek@ximbiot.com>
47708
47709         * m4/c-bs-a.m4: Removed.
47710
47711 2006-06-29  Derek R. Price  <derek@ximbiot.com>
47712
47713         * lib/strftime.c: Assume strftime() exists.
47714
47715 2006-06-29  Derek Price  <derek@ximbiot.com>
47716
47717         * modules/c-bs-a: Removed - \a is C89.
47718         * MODULES.html.sh: Remove c-bs-a.
47719
47720 2006-06-29  Bruno Haible  <bruno@clisp.org>
47721
47722         * modules/wcwidth (License): Change to LGPL.
47723
47724 2006-06-28  Simon Josefsson  <jas@extundo.com>
47725
47726         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
47727         on _WIN32.
47728
47729         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
47730         getnameinfo.
47731
47732 2006-06-28  Simon Josefsson  <jas@extundo.com>
47733
47734         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
47735
47736 2006-06-28  Simon Josefsson  <jas@extundo.com>
47737
47738         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
47739         functions there.  It will succeed on Windows XP, but on Windows
47740         2000 and (presumably) earlier, it will fail, and use the internal
47741         re-implementation.
47742         (use_win32_p): New function.
47743         (getaddrinfo): Use strtoul on servname, to support numeric ports.
47744         Support AI_NUMERICSERV to disable getservbyname.
47745         (getnameinfo): New function, only supports
47746         NI_NUMERICHOST|NI_NUMERICSERV for now.
47747
47748         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
47749         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
47750         getnameinfo.
47751
47752 2006-06-28  Eric Blake  <ebb9@byu.net>
47753
47754         * modules/wcwidth: New file.
47755         * modules/mbchar (Depends-on): Add wcwidth.
47756         * modules/mbswidth (Depends-on): Add wcwidth.
47757         * MODULES.html.sh: Add wcwidth.
47758
47759 2006-06-28  Eric Blake  <ebb9@byu.net>
47760
47761         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
47762         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
47763
47764 2006-06-28  Eric Blake  <ebb9@byu.net>
47765
47766         * lib/xvasprintf.h: Fix comments.
47767
47768 2006-06-28  Eric Blake  <ebb9@byu.net>
47769
47770         * lib/mbchar.h (wcwidth): Include wcwidth.h.
47771         * lib/mbswidth.c (wcwidth): Move from here...
47772         * lib/wcwidth.h: ...to this new file.
47773
47774 2006-06-28  Derek R. Price  <derek@ximbiot.com>
47775
47776         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
47777
47778         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
47779         it's obsolete.
47780         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
47781
47782 2006-06-28  Derek R. Price  <derek@ximbiot.com>
47783
47784         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
47785         Autoconf 2.60 says this stuff was obsolete.
47786
47787 2006-06-28  Bruno Haible  <bruno@clisp.org>
47788
47789         * modules/wcwidth (Files): Add m4/wchar_t.m4.
47790
47791 2006-06-28  Bruno Haible  <bruno@clisp.org>
47792
47793         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
47794         gt_TYPE_WCHAR_T.
47795
47796 2006-06-28  Bruno Haible  <bruno@clisp.org>
47797
47798         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
47799         declaration for wcwidth.
47800         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
47801
47802 2006-06-28  Bruno Haible  <bruno@clisp.org>
47803
47804         * lib/mkdtemp.c [MINGW]: Include <io.h>.
47805         (mkdir): Define using _mkdir.
47806
47807 2006-06-28  Bruno Haible  <bruno@clisp.org>
47808
47809         * lib/getaddrinfo.h: Fix POSIX URL.
47810         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
47811         _WIN32.
47812         (use_win32_p): Make static.
47813         (getaddrinfo): Reject service name if it is empty or does not consist
47814         solely of decimal digits, or if its value is > 65535.
47815         (getnameinfo): Remove useless casts.
47816
47817 2006-06-27  Simon Josefsson  <jas@extundo.com>
47818
47819         * modules/sys_select: New file, suggested by Bruno Haible, Paul
47820         Eggert and Martin Lambers.
47821
47822 2006-06-27  Simon Josefsson  <jas@extundo.com>
47823
47824         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
47825         Eggert and Martin Lambers.
47826
47827 2006-06-27  Bruno Haible  <bruno@clisp.org>
47828
47829         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
47830         result to 0, not to empty.
47831         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
47832
47833 2006-06-27  Bruno Haible  <bruno@clisp.org>
47834
47835         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
47836
47837 2006-06-26  Simon Josefsson  <jas@extundo.com>
47838
47839         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
47840         present.
47841
47842 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
47843
47844         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
47845         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
47846         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
47847
47848 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
47849
47850         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
47851
47852 2006-06-26  Bruno Haible  <bruno@clisp.org>
47853
47854         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
47855
47856 2006-06-26  Bruno Haible  <bruno@clisp.org>
47857
47858         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
47859
47860 2006-06-26  Bruno Haible  <bruno@clisp.org>
47861
47862         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
47863         SGI C compiler in pre-C99 mode.
47864         Suggested by Mark D. Baushke and Larry Jones.
47865
47866 2006-06-26  Bruno Haible  <bruno@clisp.org>
47867
47868         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
47869         WCHAR_MAX.
47870         Reported by Mark D. Baushke and Larry Jones.
47871
47872 2006-06-26  Bruno Haible  <bruno@clisp.org>
47873
47874         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
47875         in pre-C99 mode.
47876         Suggested by Mark D. Baushke and Larry Jones.
47877
47878 2006-06-23  Simon Josefsson  <jas@extundo.com>
47879             Bruno Haible  <bruno@clisp.org>
47880
47881         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
47882         Emit mostlyclean-local rule.
47883         (func_emit_tests_Makefile_am): Likewise.
47884         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
47885
47886 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
47887
47888         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
47889
47890 2006-06-23  Bruno Haible  <bruno@clisp.org>
47891
47892         * tests/test-stdint.c: Update to match ISO C 99 Technical
47893         Corrigendum 1.
47894
47895 2006-06-23  Bruno Haible  <bruno@clisp.org>
47896
47897         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
47898
47899 2006-06-23  Bruno Haible  <bruno@clisp.org>
47900
47901         * lib/stdint_.h: Treat IRIX like OpenBSD.
47902
47903 2006-06-23  Bruno Haible  <bruno@clisp.org>
47904
47905         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
47906         ISO C 99 Technical Corrigendum 1.
47907
47908 2006-06-22  Simon Josefsson  <jas@extundo.com>
47909
47910         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
47911         MinGW.
47912
47913 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
47914
47915         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
47916         needed.  Some compiler complained about some of them.  Problem reported
47917         by Larry Jones in
47918         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
47919
47920 2006-06-21  Simon Josefsson  <jas@extundo.com>
47921
47922         * tests/test-getaddrinfo.c: New file.
47923
47924         * modules/getaddrinfo-tests: New file.
47925
47926         * MODULES.html.sh: Add inet_pton.
47927
47928         * modules/inet_pton: New file.
47929
47930 2006-06-21  Simon Josefsson  <jas@extundo.com>
47931
47932         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
47933         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
47934         of using the (limited) gnulib implementation on Windows XP.
47935
47936         * m4/inet_pton.m4: New file.
47937
47938 2006-06-21  Simon Josefsson  <jas@extundo.com>
47939
47940         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
47941         variable.
47942
47943         * lib/socket_.h: Don't define WINVER.
47944
47945         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
47946         slightly modified to work in gnulib.
47947
47948 2006-06-21  Simon Josefsson  <jas@extundo.com>
47949
47950         * doc/gnulib.texi (Windows sockets): Add.
47951
47952 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
47953
47954         * lib/read-file.c (fread_file): Start with buffer allocation of
47955         0 bytes rather than 1 byte; this simplifies the code.
47956         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
47957         code to free buffer and save/restore errno.
47958         (internal_read_file): Remove unused local.
47959
47960 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
47961
47962         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
47963         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
47964         Problem reported by Denis Excoffier in
47965         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
47966
47967 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
47968
47969         * modules/sys_socket, modules/socklen: Include sys/types since
47970         FreeBSD 4.x's sys/socket.h needs it.
47971
47972 2006-06-19  Simon Josefsson  <jas@extundo.com>
47973
47974         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
47975
47976 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
47977
47978         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
47979
47980 2006-06-19  Bruno Haible  <bruno@clisp.org>
47981
47982         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
47983         and FULL_PATH_INTTYPES_H in angle brackets.
47984         Reported by Mark D. Baushke <mdb@gnu.org>.
47985
47986 2006-06-17  Eric Blake  <ebb9@byu.net>
47987
47988         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
47989         errno.
47990
47991 2006-06-17  Bruno Haible  <bruno@clisp.org>
47992
47993         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
47994         <sys/inttypes.h>.
47995
47996 2006-06-17  Bruno Haible  <bruno@clisp.org>
47997
47998         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
47999         whether errno is declared. Assume <errno.h> declares errno.
48000
48001 2006-06-17  Bruno Haible  <bruno@clisp.org>
48002
48003         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
48004
48005 2006-06-17  Bruno Haible  <bruno@clisp.org>
48006
48007         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
48008         problem on Solaris 2.5.1.
48009
48010 2006-06-16  Eric Blake  <ebb9@byu.net>
48011
48012         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
48013         * lib/unicodeio.c [!defined errno]: Likewise.
48014         * lib/strtol.c [!defined errno]: Likewise.
48015         * lib/strtod.c [!defined errno]: Likewise.
48016
48017 2006-06-15  Eric Blake  <ebb9@byu.net>
48018
48019         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
48020
48021 2006-06-15  Eric Blake  <ebb9@byu.net>
48022
48023         * config/srclist.txt (ssize_t.m4): Lose sync.
48024
48025 2006-06-15  Bruno Haible  <bruno@clisp.org>
48026
48027         * modules/stdint (Files): Include m4/full-header-path.m4,
48028         m4/size_max.m4, m4/wchar_t.m4.
48029         (Makefile.am): Many more substitutions.
48030         * modules/stdint-tests: New file.
48031         * tests/test-stdint.c: New file.
48032
48033 2006-06-15  Bruno Haible  <bruno@clisp.org>
48034
48035         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
48036         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
48037         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
48038         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
48039         gl_CHECK_TYPE_SAME): New macros.
48040
48041 2006-06-15  Bruno Haible  <bruno@clisp.org>
48042
48043         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
48044
48045 2006-06-15  Bruno Haible  <bruno@clisp.org>
48046
48047         * lib/stdint_.h: Rewritten to be fully auto-configured.
48048         Fixes bug on HP-UX/IA64.
48049
48050 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
48051
48052         * lib/getdate.y (__attribute__): Don't define if already defined.
48053         Problem reported by Larry Jones.
48054         * lib/utimens.c (__attribute__): Likewise.
48055
48056 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
48057
48058         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
48059         reported by Andreas Schwab.
48060
48061 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48062             Bruno Haible  <bruno@clisp.org>
48063
48064         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
48065         check for the declaration of strnlen and a run test that exposes the
48066         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
48067         rpl_strndup.
48068
48069 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48070             Bruno Haible  <bruno@clisp.org>
48071
48072         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
48073
48074 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48075
48076         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
48077         compile test, for Tru64 4.0D.
48078
48079 2006-05-28  Karl Berry  <karl@gnu.org>
48080
48081         * config/srclist.txt (printf-args.c): lose sync.
48082
48083 2006-05-26  Martin Lambers  <marlam@marlam.de>
48084
48085         * lib/getpass.c: Updates the test for the native W32 API, and adds
48086         missing includes, thus fixing compilation warnings.
48087
48088 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
48089
48090         * lib/exclude.c (exclude_fnmatch): New function.
48091         (excluded_file_name): Call exclude_fnmatch.
48092         * lib/exclude.h (excluded_file_name): New prototype
48093
48094 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
48095
48096         * lib/tempname.c (small_open, large_open): New macros.
48097         (__open, __open64) [!_LIBC]: Remove.
48098         (__gen_tempname): Use small_open and large_open instead of __open
48099         and __open64.  This fixes a portability bug on HP-UX 11.11i
48100         reported by Simon Wing-Tang in
48101         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
48102
48103 2006-05-24  Bruno Haible  <bruno@clisp.org>
48104
48105         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
48106         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
48107         Reported by Thorsten Maerz <torte@netztorte.de> via
48108         Aaron Stone <aaron@serendipity.cx>.
48109
48110 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
48111
48112         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
48113         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
48114         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
48115         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
48116         not really conditional on the cache.
48117         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
48118
48119 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
48120
48121         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
48122         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
48123         (my_usleep): Don't mishandle maximum value.
48124
48125 2006-05-19  Jim Meyering  <jim@meyering.net>
48126
48127         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
48128
48129 2006-05-17  Bruno Haible  <bruno@clisp.org>
48130
48131         Cygwin portability.
48132         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
48133
48134 2006-05-17  Bruno Haible  <bruno@clisp.org>
48135
48136         * lib/stdint_.h: Fix recognition of Cygwin.
48137
48138 2006-05-15  Bruno Haible  <bruno@clisp.org>
48139
48140         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
48141         on libtool patch by Ralf Wildenhues.
48142
48143 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
48144
48145         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
48146         test for C99 conformance; (bool) 0.5 is an integer constant
48147         expression, but (bool) -0.5 is not.  Problem reported by Fedor
48148         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
48149
48150 2006-05-11  Simon Josefsson  <jas@extundo.com>
48151
48152         * m4/xvasprintf.m4: Fix obvious typo.
48153
48154 2006-05-11  Jim Meyering  <jim@meyering.net>
48155
48156         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
48157         James Lemley.
48158
48159 2006-05-10  Simon Josefsson  <jas@extundo.com>
48160
48161         * lib/md4.c: Typo fix, update copyright years.
48162         (K1, K2): Don't use L because it turn computations into 64-bit on
48163         64-bit platforms.
48164
48165 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
48166
48167         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
48168         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
48169         unwanted sign propagation, e.g., on hosts with 64-bit int.
48170         There still are some problems with reeelly weird theoretical hosts
48171         (e.g., 33-bit int) but it's not worth worrying about now.
48172         * lib/sha1.c (rol): Likewise.
48173         (K1, K2, K3, K4): Remove unnecessary L suffix.
48174
48175 2006-05-10  Bruno Haible  <bruno@clisp.org>
48176
48177         * lib/des.c: Cast to avoid warnings.
48178
48179 2006-05-09  Bruno Haible  <bruno@clisp.org>
48180
48181         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
48182         (Depends-on): Depend also on xsize, stdarg.
48183         (configure.ac): Add gl_XVASPRINTF.
48184
48185 2006-05-09  Bruno Haible  <bruno@clisp.org>
48186
48187         * m4/xvasprintf.m4: New file.
48188
48189 2006-05-09  Bruno Haible  <bruno@clisp.org>
48190
48191         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
48192         (EOVERFLOW): Define fallback value.
48193         (xstrcat): New function.
48194         (xvasprintf): Recognize the special case of a string concatenation.
48195
48196 2006-05-08  Eric Blake  <ebb9@byu.net>
48197
48198         * gnulib-tool (func_version): Base copyright year on CVS date.
48199         (func_emit_copyright_notice): New function.
48200         (func_emit_lib_Makefile_am): Use it.
48201         (func_emit_tests_Makefile_am): Likewise.
48202         (func_import): Likewise.
48203
48204 2006-05-08  Bruno Haible  <bruno@clisp.org>
48205
48206         * modules/stdarg: New file.
48207         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
48208
48209 2006-05-08  Bruno Haible  <bruno@clisp.org>
48210
48211         * m4/stdarg.m4: New file, from GNU gettext.
48212
48213 2006-05-08  Bruno Haible  <bruno@clisp.org>
48214
48215         * config/srclist.txt (build-aux/config.rpath): different from latest
48216         release.
48217
48218 2006-05-08  Bruno Haible  <bruno@clisp.org>
48219
48220         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
48221
48222 2006-05-05  Jim Meyering  <jim@meyering.net>
48223
48224         * m4/warning.m4: New file, derived from bison's file by the same name.
48225
48226 2006-05-03  Bruno Haible  <bruno@clisp.org>
48227
48228         * lib/stdint_.h: Shorter URL.
48229         * lib/inttypes.h: Likewise.
48230
48231 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
48232
48233         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
48234
48235 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
48236
48237         * lib/verify.h: Document the internals better.  Most of this change
48238         was written by Bruno Haible.
48239
48240 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
48241
48242         * doc/verify.texi: New file, partly based on a proposal by
48243         Bruno Haible.
48244
48245 2006-05-02  Bruno Haible  <bruno@clisp.org>
48246
48247         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
48248         test from here...
48249         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
48250
48251 2006-04-29  Bruno Haible  <bruno@clisp.org>
48252
48253         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
48254         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
48255
48256 2006-04-29  Bruno Haible  <bruno@clisp.org>
48257
48258         * gnulib-tool: Make --update option actually work.
48259
48260 2006-04-29  Bruno Haible  <bruno@clisp.org>
48261
48262         * doc/gcd.texi: New file.
48263         * doc/gnulib.texi: Include it.
48264
48265 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
48266
48267         * lib/getdate.y (get_date): When adding relative date, start with the
48268         initial time, not with the result of the first mktime call.
48269
48270 2006-04-25  Bruno Haible  <bruno@clisp.org>
48271
48272         * gnulib-tool (func_import): Output the include directives in three
48273         blocks, sorted separately.
48274         Reported by Ben Pfaff <blp@cs.stanford.edu>.
48275
48276 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
48277
48278         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
48279         to define main with arguments, for C++.  Reported by Eric Blake.
48280         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
48281         Prefer 'int main ()' to 'int main (void)', for C++.
48282         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
48283         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
48284         for 'main', for C99 and C++.
48285
48286 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
48287
48288         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
48289         Don't assume that exit status -1 is valid.
48290         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
48291         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
48292         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
48293         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
48294         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
48295         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
48296         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
48297         functions can be used without declaring them, or that you can
48298         exit with status -1.
48299         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
48300
48301 2006-04-24  Karl Berry  <karl@gnu.org>
48302
48303         * config/srclist.txt (longdouble.m4): sync lost.
48304
48305 2006-04-24  Eric Blake  <ebb9@byu.net>
48306
48307         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
48308
48309 2006-04-24  Bruno Haible  <bruno@clisp.org>
48310
48311         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
48312         poll() implementation in AIX.
48313         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48314
48315 2006-04-24  Bruno Haible  <bruno@clisp.org>
48316
48317         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
48318         assigned exactly once.
48319
48320 2006-04-23  Claudio Fontana  <claudio@gnu.org>
48321             Bruno Haible  <bruno@clisp.org>
48322
48323         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
48324         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
48325         for AM_CPPFLAGS.
48326
48327 2006-04-23  Bruno Haible  <bruno@clisp.org>
48328
48329         * modules/copy-file: Depend on unistd.
48330         * modules/execute: Likewise.
48331         * modules/fatal-signal: Likewise.
48332         * modules/findprog: Likewise.
48333         * modules/mkdtemp : Likewise.
48334         * modules/pipe: Likewise.
48335         * modules/wait-process: Likewise.
48336
48337 2006-04-23  Bruno Haible  <bruno@clisp.org>
48338
48339         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
48340         condition was already detected.
48341         Reported by Ben Pfaff <blp@cs.stanford.edu>.
48342
48343 2006-04-23  Bruno Haible  <bruno@clisp.org>
48344
48345         * lib/copy-file.c: Include <unistd.h> unconditionally.
48346         * lib/execute.c: Likewise.
48347         * lib/fatal-signal.c: Likewise.
48348         * lib/findprog.c: Likewise.
48349         * lib/mkdtemp.c: Likewise.
48350         * lib/pipe.h: Likewise.
48351         * lib/pipe.c: Likewise.
48352         * lib/wait-process.h: Likewise.
48353
48354 2006-04-23  Bruno Haible  <bruno@clisp.org>
48355
48356         * gnulib-tool (func_usage): Fix --import description. Document
48357         --update.
48358         (func_import): Create temporary file in a temporary directory, if
48359         --dry-run is specified. Silence errors from 'grep' when there are no
48360         m4 files in $m4dir.
48361         (func_create_testdir): Silence errors from 'grep' when there are no
48362         m4 files in $m4dir.
48363         Reported by Karl Berry <karl@freefriends.org>.
48364
48365 2006-04-20  Bruno Haible  <bruno@clisp.org>
48366
48367         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
48368         one argument, so that the code will be portable to Autoconf 2.60.
48369         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
48370         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
48371         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
48372
48373 2006-04-19  Derek Price  <derek@ximbiot.com>
48374             Eric Blake  <ebb9@byu.net>
48375
48376         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
48377         rather than "/full/path.h".  Update comment to match.  Shorten &
48378         generalize m4_translit call via AS_TR_CPP.
48379
48380 2006-04-19  Derek Price  <derek@ximbiot.com>
48381             Eric Blake  <ebb9@byu.net>
48382
48383         * lib/inttypes.h: Correct grammar in comment.
48384
48385 2006-04-18  Derek Price  <derek@ximbiot.com>
48386             Paul Eggert  <eggert@cs.ucla.edu>
48387
48388         * modules/inttypes: New file.
48389         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
48390
48391 2006-04-18  Derek Price  <derek@ximbiot.com>
48392             Paul Eggert  <eggert@cs.ucla.edu>
48393
48394         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
48395         New files.
48396
48397 2006-04-18  Derek Price  <derek@ximbiot.com>
48398             Paul Eggert  <eggert@cs.ucla.edu>
48399
48400         * lib/inttypes.h: New file.
48401         * lib/strtoimax.c: Assume <inttypes.h>.
48402
48403 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
48404
48405         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
48406         isn't mounted.  Problem reported by Kir Kolyshkin.
48407
48408 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
48409
48410         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
48411         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
48412         Derek R. Price.
48413         * lib/regex.h (RE_DUP_MAX): Update comment to match current
48414         implementation.
48415
48416 2006-04-12  Eric Blake  <ebb9@byu.net>
48417
48418         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
48419         is now done automatically by the corresponding Autoconf macro.
48420
48421 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
48422
48423         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
48424         time_r.h.
48425
48426 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
48427
48428         Merge regex changes from libc, removing some of our
48429         POSIX-conformance changes that were rejected and redoing them in a
48430         less-intrusive way.
48431
48432         * lib/regcomp.c (re_compile_internal, init_dfa):
48433         Length arg is now size_t, not Idx.  All uses changed.
48434         (peek_token): Forward decl now says internal_function.
48435         (__re_error_msgid, __re_error_msgid_idx):
48436         Now static rather than extern with attribute_hidden.
48437         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
48438         For some reason libc prefers K&R style defns for external functions.
48439         (regerror) [!defined _LIBC]: Likewise.
48440         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
48441         (seek_collating_symbol_entry, lookup_collation_sequence_value):
48442         (build_range_exp, build_collating_symbol):
48443         Use K&R-style defn.
48444         (re_compile_fastmap): Use '\0' to memset, not 0.
48445         (utf8_sb_map): Make the calculations more obvious.
48446         (init_dfa, parse_bracket_exp, build_charclass_op):
48447         Call calloc and cast result, as glibc does.
48448         (init_word_char, fetch_token, peek_token, peek_token_bracket):
48449         (build_range_exp, build_collating_symbol):
48450         Now internal functions.
48451
48452         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
48453
48454         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
48455         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
48456         Don't depend on VMS; depend on __VMS instead, for POSIX
48457         namespace cleanness.
48458         (regoff_t): Define to ssize_t, not long int.
48459
48460         Remove the REG_ macros named below.  Instead, make the old names
48461         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
48462         __USE_GNU_REGEX.
48463         (REG_BACKSLASH_ESCAPE_IN_LISTS):
48464         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
48465         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
48466         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
48467         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
48468         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
48469         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
48470         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
48471         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
48472         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
48473         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
48474         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
48475         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
48476         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
48477         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
48478         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
48479         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
48480         (REG_NREGS):
48481         Remove.  All uses replaced by the old RE_* names.
48482         (RE_BACKSLASH_ESCAPE_IN_LISTS):
48483         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
48484         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
48485         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
48486         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
48487         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
48488         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
48489         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
48490         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
48491         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
48492         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
48493         Don't bother having these macros be independent of each others'
48494         values, since they no longer exist in the POSIX name space.
48495
48496         Rename the following member names back to their old names,
48497         unless !__USE_GNU_REGEX.  All uses changed back.
48498         (buffer): Renamed from re_buffer.
48499         (allocated): Renamed from re_allocated.
48500         (used): Renamed from re_used.
48501         (syntax): Renamed from re_syntax.
48502         (fastmap): Renamed from re_fastmap.
48503         (translate): Renamed from re_translate.
48504         (can_be_null): Renamed from re_can_be_null.
48505         (regs_allocated): Renamed from re_regs_allocated.
48506         (fastmap_accurate): Renamed from re_fastmap_accurate.
48507         (no_sub): Renamed from re_no_sub.
48508         (not_bol): Renamed from re_not_bol.
48509         (not_eol): Renamed from re_not_eol.
48510         (newline_anchor): Renamed from re_newline_anchor.
48511         (num_regs): Renamed from rm_num_regs.
48512         (start): Renamed from rm_start.
48513         (end): Renamed from rm_end.
48514
48515         (free_state): Move up a bit.
48516
48517         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
48518         #define to be empty.
48519         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
48520         when that is what is intended.
48521         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
48522         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
48523         (MAX): New macro.
48524         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
48525         All uses changed back to re_malloc, etc.  It's now the caller's
48526         responsibility to check for overflow; all callers changed.
48527         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
48528         (re_x2nrealloc): Remove.
48529         (free_state): Remove decl.
48530
48531         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
48532         (re_set_registers, re_exec):
48533         Use K&R-style defn.
48534
48535         2006-01-31  Roland McGrath  <roland@redhat.com>
48536
48537         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
48538         Reported by Mike Frysinger <vapier@gentoo.org>.
48539
48540         2006-01-15  Andreas Jaeger  <aj@suse.de>
48541
48542         [BZ #1950]
48543         * lib/regex_internal.c (re_string_reconstruct): Adjust for
48544         build_wcs_upper_buffer change.
48545         (build_wcs_upper_buffer): Change return type.
48546
48547         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
48548
48549         * lib/regex_internal.h: Include <stdint.h> if available.
48550
48551         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
48552
48553         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
48554
48555         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
48556
48557         * lib/regcomp.c: Adjust for changed secondary hash function.
48558
48559         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
48560
48561         * lib/regex.h: Pretty printing.
48562         Clean up namespace a bit.
48563
48564         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
48565
48566         * lib/regexec.c (update_cur_sifted_state, check_arrival,
48567         check_arrival_add_next_nodes): Avoid using uninitialized variable.
48568
48569         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
48570                     Ulrich Drepper  <drepper@redhat.com>
48571
48572         [BZ #1302]
48573         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
48574         changed.
48575         (bitset_word_t): Renamed from bitset_word.  All uses changed.
48576
48577         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
48578
48579         [BZ #281]
48580         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
48581         * lib/regcomp.c: Remove unnecessary uses of
48582         unsigned RE_TRANSLATE_TYPE.
48583         * lib/regex_internal.h: Likewise.
48584         * lib/regex_internal.c: Likewise.
48585         * lib/regexec.c: Likewise.
48586         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
48587
48588         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
48589
48590         * lib/regexec.c (find_recover_state): Remove unnecessary
48591         initialization.
48592         (transit_state_bkref): Make DFA a const pointer.
48593         (get_subexp): Likewise.
48594         (check_arrival): Likewise.
48595         (update_cur_sifted_state): Likewise.
48596         (re_search_internal): Likewise.
48597         (prune_impossible_nodes): Likewise.
48598         (acquire_init_state_context): Likewise.
48599         (proceed_next_node): Likewise.
48600         (set_regs): Likewise.
48601         (free_fail_stack_return): Likewise.
48602         (check_arrival_expand_ecl): Mark DFA parameter as const.
48603         (check_arrival_expand_ecl_sub): Likewise.
48604         (check_subexp_limits): Likewise.
48605         (sub_epsilon_src_nodes):  Likewise.
48606         (add_epsilon_src_nodes):  Likewise.
48607         (merge_state_array): Likewise.
48608         (update_regs): Likewise.
48609         (build_trtable): Likewise.
48610         (sift_states_backward): Mark MCTX parameter as const.
48611         (build_sifted_states): Likewise.
48612         (update_cur_sifted_state): Likewise.
48613         (sift_states_mkref): Likewise.
48614         (check_arrival_expand_ecl): Mark eclosure as const.
48615         (check_dst_limits_calc_pos_1): Likewise.
48616         * lib/regex_internal.h (re_match_context_t): Make dfa a const
48617         pointer.
48618
48619         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
48620
48621         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
48622         (transit_state_sb): Likewise.
48623         (transit_state_mb): Likewise.
48624         (sift_states_iter_mb): Likewise.
48625         (check_arrival_add_next_nodes): Likewise.
48626         (check_node_accept_bytes): Change first parameter to pointer-to-const.
48627         [_LIBC] (re_search_2_stub): Use mempcpy.
48628
48629         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
48630         mbrtowc for very simple UTF-8 case.
48631
48632         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
48633         a pointer-to-const.
48634         (re_acquire_state_context): Likewise.
48635         * lib/regex_internal.h: Adjust prototypes.
48636
48637         * lib/regex.c: Prevent using C++ compilers.
48638
48639         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
48640         (re_acquire_state_context): Likewise.
48641
48642 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
48643
48644         * modules/regex (Depends-on): Add ssize_t.
48645
48646 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
48647
48648         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
48649         translation table.
48650
48651 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
48652
48653         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
48654
48655 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
48656             Bruno Haible  <bruno@clisp.org>
48657
48658         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
48659         <sys/types.h> and <inttypes.h>.
48660
48661 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48662
48663         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
48664         `__error_t_defined', so argp.h will not typedef the former.
48665
48666 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
48667
48668         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
48669         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
48670         glibc names.  Even if glibc is changed to conform to POSIX, the
48671         traditional names will be available anyway, since regex depends on
48672         the extensions module.  Also, fix a longstanding typo in the
48673         implementation of Spencer ERE test #75 from grep 2.3.  Problems
48674         reported by Emanuele Giaquinta.  Also, change sense of cached
48675         variable, so that the message makes sense.
48676
48677 2006-03-24  Simon Josefsson  <jas@extundo.com>
48678
48679         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
48680         including some doc fixes.
48681         (base64_encode_alloc): Fix +1 bug on allocation failures.
48682
48683 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48684
48685         * lib/base64.c (base64_encode): Do not read past end of array with
48686         unsanitized input on systems with CHAR_BIT > 8.
48687
48688 2006-03-24  Eric Blake  <ebb9@byu.net>
48689
48690         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
48691
48692 2006-03-22  Karl Berry  <karl@gnu.org>
48693
48694         * config/srclist.txt (*setenv.[ch]): get from coreutils.
48695         * config/srclistvars.sh (COREUTILS): new var.
48696
48697 2006-03-17  Jim Meyering  <jim@meyering.net>
48698
48699         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
48700         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
48701
48702 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
48703
48704         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
48705         no longer needs it.  Instead, check that regoff_t is as least
48706         as wide as ptrdiff_t.
48707
48708         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
48709         so that our regex.h stays compatible with the installed regex.
48710         This is helpful for installers who configure --without-included-regex.
48711         Problem reported by Emanuele Giaquinta.
48712
48713 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
48714
48715         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
48716         Typedef to long int, not to off_, as POSIX will likely change
48717         in that direction.
48718
48719 2006-03-15  Eric Blake  <ebb9@byu.net>
48720
48721         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
48722
48723 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
48724
48725         * lib/argp-help.c (validate_uparams): Fix typo
48726         * lib/argp-parse.c (argp_default_options): Consistently begin help
48727         messages with a lowercase letter.
48728
48729 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
48730
48731         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
48732         overrun buffers and shouldn't be used (much as gets shouldn't be
48733         used).
48734         * lib/time_r.c (asctime_r, ctime_r): Likewise.
48735
48736 2006-03-08  Simon Josefsson  <jas@extundo.com>
48737
48738         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
48739         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48740
48741 2006-03-08  Simon Josefsson  <jas@extundo.com>
48742
48743         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
48744         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48745
48746 2006-03-08  Simon Josefsson  <jas@extundo.com>
48747
48748         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
48749         signal that configure disabled the device.
48750
48751 2006-03-08  Simon Josefsson  <jas@extundo.com>
48752
48753         * build-aux/maint.mk: Fix refresh-po, to handle no translated
48754         languages.
48755
48756 2006-03-07  Simon Josefsson  <jas@extundo.com>
48757
48758         * modules/getopt (Depends-on): Add unistd.
48759
48760         * modules/unistd: New file.
48761
48762 2006-03-07  Simon Josefsson  <jas@extundo.com>
48763
48764         * modules/gc-random: New file.
48765
48766 2006-03-07  Simon Josefsson  <jas@extundo.com>
48767
48768         * m4/unistd_h.m4: New file.
48769
48770 2006-03-07  Simon Josefsson  <jas@extundo.com>
48771
48772         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
48773         test to be side-effect free by storing the result in the cache
48774         variable gl_cv_lib_readline, and moving the assignment of
48775         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
48776         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48777
48778 2006-03-07  Simon Josefsson  <jas@extundo.com>
48779
48780         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
48781         error on missing devices (the functions will return an error).
48782
48783         * m4/gc.m4: Move random stuff to gc-random.m4
48784
48785 2006-03-07  Simon Josefsson  <jas@extundo.com>
48786
48787         * lib/unistd_.h: New file.
48788
48789 2006-03-07  Simon Josefsson  <jas@extundo.com>
48790
48791         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
48792
48793 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
48794
48795         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
48796         Problem reported by Juan Manuel Guerrero.
48797
48798 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
48799
48800         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
48801         the unistd module.
48802         * lib/getlogin_r.c: Likewise.
48803         * lib/getlogin_r.h: Likewise.
48804         * lib/glob.c: Likewise.
48805         * lib/pagealign_alloc.c: Likewise.
48806         * lib/unistd_.h: Remove; no longer needed.
48807
48808 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
48809
48810         * MODULES.html.sh (Support for systems lacking POSIX:2001):
48811         Add unistd.
48812         * modules/c-stack (Depends-on): Add unistd.
48813         * modules/getlogin_r: Likewise.
48814         * modules/glob: Likewise.
48815         * modules/pagealign_alloc: Likewise.
48816         * modules/unistd (Files): Remove lib/unistd_.h.
48817         (EXTRA_DIST): Remove.
48818         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
48819         need unistd_.h.
48820         (MOSTLYCLEANFILES): Remove unistd.h-t.
48821
48822 2006-03-03  Simon Josefsson  <jas@extundo.com>
48823
48824         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
48825
48826 2006-03-03  Simon Josefsson  <jas@extundo.com>
48827
48828         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
48829         libidn and bison.
48830
48831 2006-03-03  Simon Josefsson  <jas@extundo.com>
48832
48833         * build-aux/maint.mk: Add indent target.
48834
48835 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
48836
48837         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
48838         our replacement poll.h in any case, to avoid a differing
48839         declaration from a system header.  Seen on AIX.
48840
48841 2006-03-01  Simon Josefsson  <jas@extundo.com>
48842
48843         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
48844         <kasal@ucw.cz>.
48845
48846 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
48847
48848         * modules/gettime (Depends-on): Add extensions module.
48849         * modules/nanosleep (Depends-on): Likewise.
48850         * modules/settime (Depends-on): Likewise.
48851
48852 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
48853
48854         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
48855         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
48856         pedantically.
48857         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
48858         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
48859
48860         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
48861         not "==".  Reported by Ralf Wildenhues.
48862
48863 2006-03-01  Karl Berry  <karl@gnu.org>
48864
48865         * doc/Copyright/request-*: new files, synced from gnuorg.
48866
48867 2006-03-01  Karl Berry  <karl@gnu.org>
48868
48869         * config/srclist.txt (Copyright/*): new entries.
48870
48871 2006-02-28  Simon Josefsson  <jas@extundo.com>
48872
48873         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
48874
48875 2006-02-27  Simon Josefsson  <jas@extundo.com>
48876
48877         * lib/base64.h: Indent #define's.  From Jim Meyering
48878         <jim@meyering.net>.
48879
48880 2006-02-27  Jim Meyering  <jim@meyering.net>
48881
48882         Revert the change of 2006-02-24, so these files can continue
48883         to be sync'd from gettext.
48884         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
48885         of `config.h'.
48886
48887 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
48888
48889         * modules/intprops: New file.
48890         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
48891         Add intprops.
48892         * modules/getloadavg (Files): Remove lib/intprops.h.
48893         (Depends-on): Add intprops.
48894         * modules/human: Likewise.
48895         * modules/inttostr: Likewise.
48896         * modules/openat: Likewise.
48897         * modules/sig2str: Likewise.
48898         * modules/userspec: Likewise.
48899         * modules/utimecmp: Likewise.
48900         * modules/xnanosleep: Likewise.
48901         * modules/xstrtol: Likewise.
48902
48903 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
48904
48905         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
48906         * modules/lock-tests (TESTS): Use $(EXEEXT).
48907         * modules/tls-tests: Likewise.
48908         * modules/argp-tests: Likewise.
48909         (check_PROGRAMS): New var, replacing...
48910         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
48911
48912 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48913
48914         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
48915         `config.h'.
48916
48917 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
48918
48919         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
48920
48921 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48922
48923         Sync from coreutils.
48924         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
48925         gl_CHDIR_SAFER.
48926
48927 2006-02-22  Jim Meyering  <jim@meyering.net>
48928
48929         Sync from coreutils.
48930         * m4/chdir-safer.m4: New file.
48931
48932 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
48933
48934         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
48935         AT_FDCWD exceeds INT_MAX.
48936         * lib/openat.h (AT_FDCWD): Likewise.
48937
48938 2006-02-17  Eric Blake  <address@hidden>
48939
48940         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
48941
48942 2006-02-16  Simon Josefsson  <jas@extundo.com>
48943
48944         * modules/getaddrinfo (Depends-on): Add sys_socket.
48945
48946 2006-02-15  Simon Josefsson  <jas@extundo.com>
48947
48948         * build-aux/maint.mk: Add dsyntax-check rule.
48949
48950 2006-02-15  Eric Blake  <ebb9@byu.net>
48951
48952         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
48953         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
48954         'present but cannot compile' warnings on cygwin.
48955         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
48956         use ws2tcpip.h if sys/socket.h works.
48957         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
48958         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
48959
48960 2006-02-14  Simon Josefsson  <jas@extundo.com>
48961
48962         * modules/maintainer-makefile (Files): Rename.
48963
48964         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
48965         and (the local) Makefile.cfg to maint-cfg.mk.
48966
48967         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
48968         to the latter.
48969
48970         * modules/maintainer-makefile: New module.
48971
48972         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
48973         severaly stripped to make it possible to build it up from scratch
48974         with reliable tests.
48975
48976         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
48977         fixes to permit overriding the default actions when configure and
48978         makefile are not available.
48979
48980 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
48981
48982         Sync from coreutils.
48983         * modules/lstat (Depends-on): Don't depend on xalloc.
48984         (License): Change from GPL to LGPL, since this is now simply a
48985         replacement for a libc function.
48986
48987 2006-02-14  Jim Meyering  <jim@meyering.net>
48988
48989         Sync from coreutils.
48990
48991         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
48992         failure on deficient systems, and simplify gnulib lgpl dependencies.
48993         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
48994         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
48995
48996         * lib/xalloc-die.c: Remove unused definition of N_.
48997
48998 2006-02-14  Jim Meyering  <jim@meyering.net>
48999
49000         Sync from coreutils.
49001         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
49002         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
49003         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
49004         double-quote uses of that variable, to accommodate the rare case in
49005         which getmntent is available in none of the libraries checked.  This
49006         happens at least on FreeBSD 5.0.
49007
49008 2006-02-13  Simon Josefsson  <jas@extundo.com>
49009
49010         * gnulib-tool (Usage): Fix --import, from
49011         karl@freefriends.org (Karl Berry).
49012
49013 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
49014
49015         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
49016
49017 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
49018
49019         * lib/argp-namefrob.h: Restore changes accidentally lost during the
49020         "autoupdate" on 2005-12-12.
49021
49022 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
49023
49024         * modules/closeout (Depends-on): Remove atexit.
49025
49026 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
49027
49028         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
49029         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
49030
49031 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
49032
49033         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
49034         __EXTENSIONS__ if this causes compilation to fail.  Problem
49035         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
49036         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
49037
49038 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
49039
49040         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
49041         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
49042         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
49043         All uses changed.
49044
49045 2006-01-26  Simon Josefsson  <jas@extundo.com>
49046
49047         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
49048         prototype is visible on mingw32.
49049
49050         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
49051         for mingw32.
49052
49053         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
49054         mingw32).
49055
49056 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
49057
49058         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
49059         attempt to open for write; this always fails, at least on POSIX
49060         hosts.  This reinstates the 2006-01-09 change, which was
49061         inadvertently removed.
49062
49063 2006-01-26  Bruno Haible  <bruno@clisp.org>
49064
49065         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
49066         Reported by Paul Eggert.
49067
49068 2006-01-26  Bruno Haible  <bruno@clisp.org>
49069             Paul Eggert  <eggert@cs.ucla.edu>
49070
49071         * lib/stdbool_.h (_Bool)
49072         [(! (defined __cplusplus || defined __BEOS__)
49073           && !defined __GNUC__
49074           && !(defined __HP_cc || defined __xlc__
49075                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
49076                || defined __sgi))]:
49077         #define to signed char in these cases too; this simplifies
49078         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
49079         etc., separately) and makes it more conservative.
49080
49081 2006-01-25  Simon Josefsson  <jas@extundo.com>
49082
49083         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
49084         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
49085         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
49086
49087 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
49088
49089         * lib/argp-namefrob.h: Bugfix. Remove stray #
49090
49091 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
49092
49093         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
49094         so that we test the test.
49095         Check for yet another HP-UX cc bug involving *bool |= bool.
49096
49097 2006-01-25  Karl Berry  <karl@gnu.org>
49098
49099         * config/srclist.txt (vasnprintf.c): sync lost.
49100
49101 2006-01-25  Jim Meyering  <jim@meyering.net>
49102
49103         Sync from the stable (b5) branch of coreutils:
49104
49105         * lib/fts.c (fts_children): Don't let close() clobber errno from
49106         failed fchdir().
49107
49108         * lib/fts.c (fts_stat): When following a symlink-to-directory,
49109         don't necessarily interpret stat-fails+lstat-succeeds as indicating
49110         a dangling symlink.  That can also happen at least for ELOOP.
49111         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
49112         FYI, this bug predates the inclusion of fts.c in coreutils.
49113
49114         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
49115         in their own block, so pre-c99 compilers don't object.
49116
49117         Avoid the double-free (first in fts_read, second in fts_close) that
49118         would occur when an `active' directory is made inaccessible (e.g.,
49119         via chmod a-x) during a traversal.
49120         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
49121         before returning.  Reproduce this failure by
49122         mkdir -p a/b; cd a; chmod a-x . b
49123         Reported by Stavros Passas.
49124
49125 2006-01-25  Jim Meyering  <jim@meyering.net>
49126
49127         * lib/fileblocks.c: Remove more useless parentheses.
49128         * lib/readutmp.h: Likewise.
49129
49130 2006-01-25  Bruno Haible  <bruno@clisp.org>
49131
49132         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
49133         warnings.
49134         Reported by Paul Eggert.
49135
49136 2006-01-25  Bruno Haible  <bruno@clisp.org>
49137
49138         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
49139         rid of a trap command. For Solaris sh.
49140         Reported by Mark D. Baushke <mdb@gnu.org>.
49141
49142 2006-01-24  Simon Josefsson  <jas@extundo.com>
49143
49144         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
49145         Bruno.
49146
49147 2006-01-24  Karl Berry  <karl@gnu.org>
49148
49149         * config/srclist.txt (argp-namefrob.h): sync lost.
49150
49151 2006-01-24  Jim Meyering  <jim@meyering.net>
49152
49153         * modules/openat (Files): Add lib/intprops.h.
49154         From Mark D. Baushke.
49155
49156 2006-01-24  Jim Meyering  <jim@meyering.net>
49157
49158         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
49159         Reported by Mark D. Baushke.
49160
49161 2006-01-24  Jim Meyering  <jim@meyering.net>
49162
49163         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
49164
49165 2006-01-24  Bruno Haible  <bruno@clisp.org>
49166
49167         * modules/strnlen (Maintainer): Change from glibc to all.
49168
49169 2006-01-24  Bruno Haible  <bruno@clisp.org>
49170
49171         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
49172         Patch by Paul Eggert.
49173
49174 2006-01-24  Bruno Haible  <bruno@clisp.org>
49175
49176         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
49177         already has it.
49178         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
49179         2005-11-26.
49180
49181         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
49182         'signed char' to avoid problems with the built-in _Bool type.
49183         Reported by Paul Eggert on 2005-11-26.
49184
49185 2006-01-24  Bruno Haible  <bruno@clisp.org>
49186
49187         * gnulib-tool (func_import): Avoid constructing complicated sed
49188         expressions inside backquote.
49189         Report and solution by Mark D. Baushke <mdb@gnu.org>.
49190
49191 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
49192
49193         These changes imported from libc.
49194         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
49195         test and two separate function calls.
49196         * lib/strndup.c (__strndup): Add libc_hidden_def.
49197
49198 2006-01-23  Simon Josefsson  <jas@extundo.com>
49199
49200         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
49201         Remove the test_*_SOURCES variable: automake infers it by default.
49202         * modules/tls-tests: Likewise.
49203
49204 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
49205
49206         Work around porting bugs reported by Dieter in
49207         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
49208         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
49209         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
49210         Include "getopt.h" first, to check interface.
49211         (getenv): Declare only if defined HAVE_DECL_GETENV &&
49212         !HAVE_DECL_GETENV.
49213         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
49214         (__strndup): Revert to K&R-style function dfns, the glibc style.
49215         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
49216         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
49217         Include strnlen.h first, to get prototype properly.
49218         (strnlen): Renamed from __strnlen.
49219         Remove weak alias.
49220
49221 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
49222
49223         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
49224
49225 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
49226
49227         * config/srclist.txt: Adjust to reflect glibc reorganization.
49228         This affects only comments.
49229
49230 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
49231
49232          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
49233          Reported by Bruce Korb <bkorb@gnu.org>.
49234
49235 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
49236
49237         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
49238         to pacify gcc -Wswitch-default.
49239
49240 2006-01-22  Bruno Haible  <bruno@clisp.org>
49241
49242         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
49243         temporary buffer for sprintf, take into account the precision also
49244         for 'd', 'i', 'u', 'o', 'x', 'X'.
49245
49246 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
49247
49248         * modules/argp-tests: New module
49249         * tests/test-argp.c: New file
49250         * tests/test-argp-2.sh: New file
49251
49252 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
49253
49254         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
49255         (__argp_base_name): Removed
49256         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
49257         typo.
49258         (__argp_base_name): Provide macro definition or extern declaration
49259         depending on the configuration
49260
49261 2006-01-20  Simon Josefsson  <jas@extundo.com>
49262
49263         * modules/inet_ntop (Depends-on): Depend on sys_socket.
49264
49265 2006-01-20  Simon Josefsson  <jas@extundo.com>
49266
49267         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
49268
49269 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
49270
49271         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
49272         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
49273         Suggested by Bruno Haible.
49274
49275 2006-01-20  Karl Berry  <karl@gnu.org>
49276
49277         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
49278         until changes propagate, I guess.
49279
49280 2006-01-19  Simon Josefsson  <jas@extundo.com>
49281
49282         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
49283
49284 2006-01-19  Simon Josefsson  <jas@extundo.com>
49285
49286         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
49287
49288 2006-01-19  Simon Josefsson  <jas@extundo.com>
49289
49290         * gnulib-tool: Set check_PROGRAMS.
49291
49292         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
49293         modules/des-tests, modules/gc-arcfour-tests,
49294         modules/gc-arctwo-tests, modules/gc-des-tests,
49295         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
49296         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
49297         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
49298         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
49299         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
49300         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
49301         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
49302         test_*_SOURCES.
49303
49304 2006-01-18  Simon Josefsson  <jas@extundo.com>
49305
49306         * modules/socklen (Depends-on): Depend on sys_socket.
49307
49308 2006-01-18  Simon Josefsson  <jas@extundo.com>
49309
49310         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
49311         modules/des-tests, modules/gc-arcfour-tests,
49312         modules/gc-arctwo-tests, modules/gc-des-tests,
49313         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
49314         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
49315         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
49316         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
49317         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
49318         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
49319         $(EXEEXT) to automake TESTS variable, for mingw32.
49320
49321 2006-01-17  Simon Josefsson  <jas@extundo.com>
49322
49323         * modules/socklen (Include): Need sys/socket.h.
49324
49325 2006-01-17  Bruno Haible  <bruno@clisp.org>
49326
49327         * modules/ssize_t (Include): Add <sys/types.h>.
49328
49329 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
49330
49331         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
49332         it's not portable and it doesn't work with cross-compiles.
49333         Problem reported by Bruno Haible.  Fix missing-$ typo in
49334         'test "gl_cv_ignore_unused_libraries" ...' that prevented
49335         -zignore from being used with Sun's C compiler.
49336
49337 2006-01-12  Simon Josefsson  <jas@extundo.com>
49338
49339         * lib/base64.c: Fix warning, reported by Bruno Haible
49340         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
49341
49342 2006-01-12  Bruno Haible  <bruno@clisp.org>
49343
49344         * modules/ldd: New file.
49345         * build-aux/ldd.sh.in: New file.
49346         * MODULES.html.sh (Support for building libraries and executables): Add
49347         ldd.
49348
49349 2006-01-12  Bruno Haible  <bruno@clisp.org>
49350
49351         * m4/ldd.m4: New file.
49352
49353 2006-01-12  Bruno Haible  <bruno@clisp.org>
49354
49355         * gnulib-tool (func_import, func_create_testdir): Don't go into an
49356         endless loop while replacing $auxdir with build-aux.
49357
49358 2006-01-11  Simon Josefsson  <jas@extundo.com>
49359
49360         * lib/stdint_.h (SIZE_MAX): Add missing (.
49361
49362 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
49363
49364         Sync from coreutils.
49365         * lib/md5.c: Fix commentary typos.
49366         (alignof, UNALIGNED_P): No need for a GCC-specific version.
49367         * lib/md5.h (__attribute__): Remove; unused.
49368         * lib/sha1.c: Fix commentary to match md5 better.
49369         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
49370         so that we don't need to worry about alignment.  All uses changed.
49371         This merges the 2005-10-28 md5 change into sha1.
49372
49373 2006-01-11  Jim Meyering  <jim@meyering.net>
49374
49375         Sync from coreutils.
49376         * lib/md5.c (OP): Fix spacing.
49377
49378 2006-01-11  Bruno Haible  <bruno@clisp.org>
49379
49380         Ensure automatic ordering between gl_LOCK and gl_ARGP.
49381         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
49382         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
49383
49384 2006-01-11  Bruno Haible  <bruno@clisp.org>
49385
49386         Ensure automatic ordering between gl_LOCK and gl_ARGP.
49387         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
49388         the "early" section as well.
49389
49390 2006-01-11  Bruno Haible  <bruno@clisp.org>
49391
49392         Avoid "ar: no archive members specified" error on MacOS X.
49393         * gnulib-tool (func_modules_add_dummy): New function.
49394         (func_import, func_create_testdir): Invoke it.
49395
49396 2006-01-11  Bruno Haible  <bruno@clisp.org>
49397
49398         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
49399         with $auxdir in AC_CONFIG_FILES statements.
49400
49401 2006-01-11  Bruno Haible  <bruno@clisp.org>
49402
49403         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
49404         Initialize also noinst_HEADERS to empty.
49405
49406 2006-01-11  Bruno Haible  <bruno@clisp.org>
49407
49408         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
49409         variables.
49410         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
49411         autoreconf.
49412
49413 2006-01-11  Bruno Haible  <bruno@clisp.org>
49414
49415         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
49416         overridable by the user.
49417         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
49418
49419 2006-01-10  Simon Josefsson  <jas@extundo.com>
49420
49421         * modules/sys_socket: New file.
49422
49423 2006-01-10  Simon Josefsson  <jas@extundo.com>
49424
49425         * m4/sys_socket_h.m4: New file.
49426
49427 2006-01-10  Simon Josefsson  <jas@extundo.com>
49428
49429         * lib/socket_.h: New file.
49430
49431 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
49432
49433         * modules/readutmp (Maintainer): Add myself.
49434
49435 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
49436
49437         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
49438         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
49439         People who are still concerned with buggy memcmp implementations
49440         can invoke gl_FUNC_MEMCMP themselves.
49441
49442 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
49443
49444         * lib/regex_internal.h (BITSET_WORD_BITS):
49445         Work around a bug in 64-bit PGC (before version 6.1-2), where the
49446         preprocessor mishandles large unsigned values as if they were signed.
49447         Problem reported by Claudio Fontana in
49448         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
49449
49450 2006-01-10  Jim Meyering  <jim@meyering.net>
49451
49452         Avoid the double-free (first in fts_read, second in fts_close) that
49453         would occur when an `active' directory is made inaccessible (e.g.,
49454         via chmod a-x) during a traversal.
49455         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
49456         before returning.  Reproduce this failure by
49457         mkdir -p a/b; cd a; chmod a-x . b
49458         Reported by Stavros Passas.
49459
49460         Sync from coreutils.
49461         * lib/sha1.c: Tweak grammar in a comment.
49462
49463 2006-01-10  Jim Meyering  <jim@meyering.net>
49464
49465         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
49466         Patch by Joerg Sonnenberger.
49467
49468 2006-01-10  Bruno Haible  <bruno@clisp.org>
49469
49470         * modules/readutmp: Depend on module free.
49471         * modules/strtok_r: Depend on module restrict.
49472
49473 2006-01-10  Bruno Haible  <bruno@clisp.org>
49474
49475         * modules/gettext (configure.ac): Add an invocation of
49476         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
49477
49478 2006-01-10  Bruno Haible  <bruno@clisp.org>
49479
49480         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
49481         Reported by Werner Lemberg <wl@gnu.org>.
49482
49483 2006-01-10  Bruno Haible  <bruno@clisp.org>
49484
49485         * lib/localcharset.c: Update from GNU gettext.
49486
49487 2006-01-10  Bruno Haible  <bruno@clisp.org>
49488
49489         * lib/argp.h (__const): Remove macro. Use const instead.
49490         * lib/argp-fmtstream.h (__const): Likewise.
49491         * lib/glob_.h (__const): Remove macro.
49492         * lib/glob-libc.h: Use const instead of __const.
49493
49494 2006-01-10  Bruno Haible  <bruno@clisp.org>
49495
49496         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
49497         variable.
49498         Needed to avoid an automake error regarding the 'gettext' module.
49499
49500 2006-01-09  Simon Josefsson  <jas@extundo.com>
49501
49502         * modules/inet_ntop (Depends-on): Add restrict.
49503
49504 2006-01-09  Simon Josefsson  <jas@extundo.com>
49505
49506         * modules/gc-rijndael-tests (License): Put under LGPL.
49507
49508         * modules/gc-des-tests (License): Likewise.
49509
49510         * modules/gc-arcfour-tests (License): Likewise.
49511
49512         * modules/gc-arctwo-tests (License): Likewise.
49513
49514         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
49515
49516         * modules/gc-hmac-sha1-tests (Files): Likewise.
49517
49518         * modules/gc-hmac-md5-tests (License): Likewise.
49519
49520         * modules/gc-sha1-tests (License): Likewise.
49521
49522         * modules/gc-md5-tests (License): Likewise.
49523
49524         * modules/gc-md4-tests (License): Likewise.
49525
49526         * modules/gc-md2-tests (License): Likewise.
49527
49528         * modules/gc-tests (License): Likewise.
49529
49530         * modules/des-tests (License): Likewise.
49531
49532         * modules/md4-tests (License): Likewise.
49533
49534         * modules/md2-tests (License): Likewise.
49535
49536 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
49537
49538         Sync from coreutils:
49539
49540         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
49541         * modules/lib-ignore: New file.
49542         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
49543         chdir-safer.m4, lchmod.m4.
49544         * modules/openat: Add mkdirat.c, openat-priv.h.
49545
49546 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
49547
49548         Sync from coreutils.
49549         * m4/lib-ignore.m4: New file.
49550         * m4/lchmod.m4: New file.
49551
49552 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
49553
49554         Sync from coreutils.
49555         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
49556         for write access: POSIX says that must fail.
49557         * lib/fts.c (diropen): Likewise.
49558         * lib/save-cwd.c (save_cwd): Likewise.
49559         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
49560         well, for minor improvements on hosts that lack O_DIRECTORY.
49561         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
49562         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
49563         Fall back on chown if open failed with EACCES.
49564
49565         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
49566         Report an error at compile-time if only a 1-second nominal clock
49567         resolution is found.
49568
49569         * lib/lchmod.h: New file.
49570         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
49571         (make_dir_parents): Use lchown rather than chown, and
49572         lchmod rather than chmod.
49573
49574         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
49575         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
49576         "proc" reported by n0dalus.
49577
49578         * lib/mountlist.c: Include <limits.h>.
49579         (dev_from_mount_options)
49580         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
49581         New function.  It no longer assumes "dev=" has the System V meaning
49582         on Linux (since it doesn't).  It also parses "dev=" more carefully.
49583         (read_file_system_list)
49584         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
49585         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
49586         dev= in that case.
49587
49588         * lib/posixtm.h (PDS_PRE_2000): New macro.
49589         * lib/posixtm.c (year): Arg is now syntax_bits rather than
49590         allow_century.  All usages changed.  Reject dates outside the range
49591         1969-1999 if PDS_PRE_2000 is used.
49592
49593 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
49594
49595         Sync from coreutils.
49596         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
49597         (Time of day items): Mention the possibility of leap seconds.
49598         Problem reported by Dr. David Alan Gilbert.
49599
49600 2006-01-09  Jim Meyering  <jim@meyering.net>
49601
49602         Sync from coreutils.
49603
49604         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
49605
49606         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
49607
49608         * lib/modechange.c (mode_compile): Reject an invalid mode string
49609         that starts with an octal digit.  From Andreas Gruenbacher.
49610
49611         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
49612         and dup to open_safer and dup_safer, respectively.
49613         (openat_permissive): Fix typo in comment.
49614
49615         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
49616         "gettext.h"; either no longer needed or are guaranteed by openat.h.
49617         (_): Remove; no longer needed.
49618         (openat): Renamed from rpl_openat; no need for rpl_openat
49619         since openat.h renames openat for us.
49620         Replace most of the body with a call to openat_permissive,
49621         to avoid duplicate code.
49622         Port to (probably hypothetical) environments were mode_t is
49623         wider than int.
49624         (openat_permissive): Require mode arg, so that we can check
49625         types better.  Put it just after flags.  Change cwd failure
49626         indicator from pointer-to-bool to pointer-to-errno-value.
49627         All callers changed.
49628         Invoke openat_save_fail and/or openat_restore_fail if
49629         cwd_errno is null, so that openat can call us.
49630         (openat_permissive, fdopendir, fstatat, unlinkat):
49631         Simplify errno handling to avoid some duplicate code,
49632         as it's OK to set errno on success.
49633         * lib/openat.h: Revamp code so that function macros depend on
49634         __OPENAT_PREFIX only, not also on AT_FDCWD.
49635         (openat_ro): Remove.  Caller changed to use openat_permissive.
49636         (openat_permissive): Now a macro, if not a function.
49637         (openat_restore_fail, openat_save_fail): Now always functions,
49638         since mkdirat needs them even if __OPENAT_PREFIX is defined.
49639
49640         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
49641         and openat.c.
49642         * lib/mkdirat.c: Include openat-priv.h.
49643         Remove definitions of macros defined therein.
49644         * lib/openat.c: Likewise.
49645
49646         * lib/mkdirat.c (mkdirat): New file and function.
49647         * lib/openat.h (mkdirat): Declare.
49648
49649         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
49650
49651         * lib/openat.h (openat_permissive): Declare.
49652         (openat_ro): Define.
49653
49654         * lib/openat.c (EXPECTED_ERRNO): New macro.
49655         (openat_permissive): New function -- used in remove.c rewrite.
49656         (all functions): Set errno just before returning, only if there
49657         was an actual failure.
49658         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
49659
49660         Emulate openat-family functions using Linux's procfs, if possible.
49661         Idea and some code based on Ulrich Drepper's glibc changes.
49662
49663         * lib/openat.c: (BUILD_PROC_NAME): New macro.
49664         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
49665         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
49666         before falling back on save_cwd and restore_cwd.
49667         (fdopendir, fstatat, unlinkat): Likewise.
49668
49669         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
49670         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
49671
49672         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
49673         as second argument to va_arg.  Otherwise, some versions of gcc
49674         warn that `if this code is reached, the program will abort'.
49675
49676 2006-01-09  Jim Meyering  <jim@meyering.net>
49677
49678         Sync from coreutils.
49679         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
49680         Require openat-priv.h.
49681
49682 2006-01-09  Bruno Haible  <bruno@clisp.org>
49683
49684         * modules/strnlen (Include): Use strnlen.h.
49685
49686 2006-01-09  Bruno Haible  <bruno@clisp.org>
49687
49688         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
49689
49690 2006-01-09  Bruno Haible  <bruno@clisp.org>
49691
49692         * lib/sysexit_.h (EX_OK): New macro.
49693         Suggested by Martin Lambers <marlam@marlam.de>.
49694
49695 2006-01-09  Bruno Haible  <bruno@clisp.org>
49696
49697         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
49698         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
49699
49700 2006-01-09  Bruno Haible  <bruno@clisp.org>
49701
49702         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
49703         numbers.
49704
49705 2006-01-09  Bruno Haible  <bruno@clisp.org>
49706
49707         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
49708         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
49709         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
49710         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
49711
49712 2006-01-09  Bruno Haible  <bruno@clisp.org>
49713
49714         * build-aux/javacomp.sh.in: New file, moved from lib/.
49715         * modules/javacomp-script (Files): Update.
49716         (configure.ac): Add AC_CONFIG_FILES invocation.
49717         (EXTRA_DIST): Remove variable.
49718
49719         * build-aux/javaexec.sh.in: New file, moved from lib/.
49720         * modules/javaexec (Files): Update.
49721         (configure.ac): Add AC_CONFIG_FILES invocation.
49722         (EXTRA_DIST): Remove javaexec.sh.in.
49723
49724         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
49725         * modules/csharpcomp-script (Files): Update.
49726         (configure.ac): Add AC_CONFIG_FILES invocation.
49727         (EXTRA_DIST): Remove variable.
49728
49729         * build-aux/csharpexec.sh.in: New file, moved from lib/.
49730         * modules/csharpexec (Files): Update.
49731         (configure.ac): Add AC_CONFIG_FILES invocation.
49732         (EXTRA_DIST): Remove csharpexec.sh.in.
49733
49734 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
49735
49736         Sync from coreutils.
49737
49738         Add POSIX ACL support
49739         * lib/acl.h (copy_acl, set_acl): Add declarations.
49740         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
49741         systems other than Linux.
49742         (chmod_or_fchmod): New function: use fchmod when possible,
49743         and chmod otherwise.
49744         (file_has_acl): Add a POSIX ACL implementation, with a
49745         Linux-specific subcase.
49746         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
49747         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
49748         acls are unsupported.
49749         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
49750         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
49751         are unsupported.
49752
49753 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
49754
49755         Sync from coreutils.
49756         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
49757
49758 2006-01-07  Bruno Haible  <bruno@clisp.org>
49759
49760         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
49761         gl_EARLY.
49762
49763 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
49764
49765         * lib/strftime.c (tzname): Don't declare if it is already #defined.
49766         Problem reported for Mingw by Mark Junker.
49767
49768 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
49769
49770         * README: Gnulib normally doesn't generate a tarball.
49771
49772 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
49773
49774         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
49775         long int, not int, for nanosecond counts, so that people who are
49776         used to POSIX struct timespec won't be surprised.  Reported by Jim
49777         Meyering.
49778
49779 2005-12-28  Bruno Haible  <bruno@clisp.org>
49780
49781         * build-aux/config.rpath: Update from GNU gettext.
49782
49783 2005-12-16  Jim Meyering  <jim@meyering.net>
49784
49785         * modules/fprintftime: New module.
49786         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
49787
49788 2005-12-16  Jim Meyering  <jim@meyering.net>
49789
49790         * m4/fprintftime.m4: New file.
49791
49792 2005-12-16  Jim Meyering  <jim@meyering.net>
49793
49794         * lib/fprintftime.c, lib/fprintftime.h: New files.
49795
49796 2005-12-15  Simon Josefsson  <jas@extundo.com>
49797
49798         * modules/socklen (configure.ac): Fix M4 macro name, to align with
49799         new m4/socklen.m4.
49800
49801 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
49802
49803         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
49804         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
49805
49806 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
49807
49808         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
49809         * lib/argp-help.c (fill_in_uparams): Check if the constructed
49810         struct uparams is valid. Fall back to the default values if it is
49811         not.
49812
49813 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
49814
49815         * modules/argp (Files): Add argp-pin.c
49816         (Depends-on): dirname
49817         (lib_SOURCES): Add argp-pin.c
49818
49819 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
49820
49821         * m4/argp.m4:  Check if program_invocation_name and
49822         program_invocation_short_name are declared and define appropriate
49823         macros if they are not.
49824
49825 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
49826
49827         * lib/argp-help.c (__argp_base_name): New function
49828         (__argp_short_program_name): Rewrite using __argp_base_name
49829         * lib/argp-namefrob.h: Define program_invocation_name and
49830         program_invocation_short_name if requested
49831         (__argp_base_name): Add prototype
49832         * lib/argp-parse.c (argp_def): Use gettext wrappers
49833         (argp_default_parser): Use __argp_base_name
49834         * lib/argp-pin.c: New file. Defines program_invocation_name and
49835         program_invocation_short_name on systems that lack them.
49836
49837 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
49838
49839         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
49840         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
49841         porting problem reported by Georg Schwarz in
49842         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
49843
49844 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
49845
49846         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
49847         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
49848         porting problem reported by Georg Schwarz in
49849         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
49850
49851 2005-12-05  Bruno Haible  <bruno@clisp.org>
49852
49853         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
49854         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
49855         Reported by Mark Junker <mjscod@gmx.de>.
49856
49857 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
49858
49859         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
49860         Use implementation from Albert Chin, with some
49861         comments/corrections by Stepan Kasal and myself.
49862
49863 2005-12-02  Bruno Haible  <bruno@clisp.org>
49864
49865         * gnulib-tool (func_import): Accept GPLed build tool modules when
49866         --lgpl is given.
49867         * modules/csharpcomp-script: New file.
49868         * modules/csharpcomp: Depend on it.
49869         * modules/javacomp-script: New file.
49870         * modules/javacomp: Depend on it.
49871         Suggested by Simon Josefsson.
49872
49873 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
49874
49875         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
49876         statement, to work around an HP-UX 10.20 compiler bug reported by
49877         Peter O'Gorman.
49878
49879 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
49880
49881         * modules/savedir (Depends-on): Add openat.
49882
49883 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
49884
49885         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
49886         (uintmax_t) [defined uintmax_t]: Do not declare.
49887         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
49888         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
49889         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
49890         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
49891         sake of portability to weird hosts that C allows (though we don't
49892         know of any practical examples).
49893
49894         * lib/savedir.h (fdsavedir): New decl.
49895         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
49896         contains most of the former guts of savedir.
49897         (savedir): Use savedirstream.
49898         Include "openat.h".
49899
49900 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
49901
49902         * modules/obstack (Files): Add m4/ulonglong.m4.
49903         Problem reported by Davide Angelocola.
49904
49905 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
49906
49907         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
49908         coreutils no longer futzes with rounding modes.
49909
49910 2005-11-14  Jim Meyering  <jim@meyering.net>
49911
49912         * lib/mkstemp-safer.c: Include <config.h>, required for possible
49913         replacement of mkstemp.
49914
49915 2005-11-10  Simon Josefsson  <jas@extundo.com>
49916
49917         * lib/readline.c: Remove EOL.
49918
49919 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
49920
49921         * modules/gethrxtime (Depends-on): Add gettime.
49922
49923 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
49924
49925         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
49926         or gettimeofday; no longer needed.
49927
49928 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
49929
49930         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
49931         time business.
49932         (gethrxtime) [! (HAVE_NANOUPTIME
49933         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
49934         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
49935         our own approximation.
49936
49937 2005-11-08  Eric Blake  <ebb9@byu.net>
49938
49939         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
49940
49941 2005-11-08  Eric Blake  <ebb9@byu.net>
49942
49943         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
49944
49945 2005-11-04  Bruno Haible  <bruno@clisp.org>
49946
49947         * gnulib-tool: Implement --update mode.
49948
49949 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
49950
49951         Fix porting problem reported by Theodoros V. Kalamatianos.
49952         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
49953         Don't assume that futimes failing means we must fail.
49954
49955 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
49956
49957         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
49958         variables to suggest the intended function of the PATH_MAX check.
49959
49960 2005-10-30  Kean Johnston  <jkj@sco.com>
49961
49962         Trivial changes to support SCO systems.
49963         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
49964         as PATH_MAX.
49965         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
49966         where __ptr is null when no I/O is pending.
49967
49968 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
49969
49970         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
49971         leave errno alone.  Problem reported by Dmitry V. Levin.
49972
49973 2005-10-28  Simon Josefsson  <jas@extundo.com>
49974
49975         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
49976         Test more.
49977
49978         * tests/test-gc-md2.c, tests/test-md2.c: New files.
49979
49980         * modules/md2, modules/md2-tests: New files.
49981
49982 2005-10-28  Simon Josefsson  <jas@extundo.com>
49983
49984         * m4/inet_ntop.m4: More tests.
49985
49986         * m4/gc-md2.m4, md2.m4: New file.
49987
49988 2005-10-28  Simon Josefsson  <jas@extundo.com>
49989
49990         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
49991         "restrict" keywords, as per POSIX.  Protect the function
49992         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
49993         Don't use K&R prototypes.  Check the sprintf return values.
49994         Re-define EAFNOSUPPORT if not present.  Indent.
49995
49996         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
49997         suggested by Bruno Haible <bruno@clisp.org>.
49998
49999         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
50000
50001         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
50002
50003         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
50004         libgcrypt).
50005
50006         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
50007
50008         * lib/md2.h, lib/md2.c: New files.
50009
50010 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
50011
50012         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
50013         errno alone.  Problem reported by Frederic Jolliton.
50014
50015 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
50016
50017         * modules/verify (License): Change from GPL to LGPL.  This is a
50018         tiny module and there are apparently near-equivalents that are
50019         under the BSD license.
50020
50021 2005-10-24  Simon Josefsson  <jas@extundo.com>
50022
50023         * modules/sha1: Relicense to LGPL.
50024
50025 2005-10-24  Simon Josefsson  <jas@extundo.com>
50026
50027         * lib/md4.h: Shrink buffer size, now that we changed the type.
50028
50029 2005-10-23  Simon Josefsson  <jas@extundo.com>
50030
50031         * gnulib-tool (func_import): Fix --tests-base.
50032
50033 2005-10-22  Simon Josefsson  <jas@extundo.com>
50034
50035         * modules/arcfour (Depends-on): Need stdint.
50036
50037 2005-10-22  Simon Josefsson  <jas@extundo.com>
50038
50039         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
50040         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
50041
50042 2005-10-22  Simon Josefsson  <jas@extundo.com>
50043
50044         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
50045         suggested by Bruno Haible <bruno@clisp.org>.
50046
50047 2005-10-22  Simon Josefsson  <jas@extundo.com>
50048
50049         * lib/crc.h: Include stddef.h, for size_t.
50050
50051 2005-10-22  Simon Josefsson  <jas@extundo.com>
50052
50053         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
50054         arcfour_context struct (simplify test vector testing in GNU
50055         Shishi).
50056
50057 2005-10-21  Simon Josefsson  <jas@extundo.com>
50058
50059         * modules/des, modules/des-tests: New files.
50060
50061         * modules/gc-des, modules/gc-des-tests: New files.
50062
50063         * tests/test-des.c, tests/test-gc-des.c: New file.
50064
50065 2005-10-21  Simon Josefsson  <jas@extundo.com>
50066
50067         * modules/arctwo, modules/arctwo-tests: New files.
50068
50069         * tests/test-arctwo.c: New file.
50070
50071         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
50072
50073         * tests/test-gc-arctwo.c: New file.
50074
50075 2005-10-21  Simon Josefsson  <jas@extundo.com>
50076
50077         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
50078         Bruno Haible <bruno@clisp.org>.
50079
50080         * m4/gc-des.m4: New file.
50081
50082 2005-10-21  Simon Josefsson  <jas@extundo.com>
50083
50084         * m4/arctwo.m4: New file.
50085
50086         * m4/gc-arctwo.m4: New file.
50087
50088 2005-10-21  Simon Josefsson  <jas@extundo.com>
50089
50090         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
50091         block.
50092
50093 2005-10-21  Simon Josefsson  <jas@extundo.com>
50094
50095         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
50096         <bruno@clisp.org>.
50097
50098         * lib/hmac-sha1.c (hmac_sha1): Likewise.
50099
50100         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
50101         Bruno Haible <bruno@clisp.org>.
50102
50103         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
50104         <bruno@clisp.org>.
50105
50106 2005-10-21  Simon Josefsson  <jas@extundo.com>
50107
50108         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
50109
50110 2005-10-21  Simon Josefsson  <jas@extundo.com>
50111
50112         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
50113
50114 2005-10-21  Simon Josefsson  <jas@extundo.com>
50115
50116         * lib/des.h, lib/des.c: New files.
50117
50118         * lib/gc-gnulib.c: Support DES.c
50119
50120 2005-10-21  Simon Josefsson  <jas@extundo.com>
50121
50122         * lib/arctwo.h, lib/arctwo.c: New files.
50123
50124         * lib/gc-gnulib.c: Support ARCTWO.
50125
50126 2005-10-21  Simon Josefsson  <jas@extundo.com>
50127
50128         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
50129         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
50130
50131 2005-10-21  Simon Josefsson  <jas@extundo.com>
50132
50133         * gnulib-tool (func_import, func_create_testdir): Define automake
50134         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
50135         Makefile.am snippet),
50136         suggested by Bruno Haible <bruno@clisp.org>.
50137
50138         * modules/gc (Makefile.am): Use it.
50139
50140 2005-10-21  Bruno Haible  <bruno@clisp.org>
50141
50142         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
50143         patch.
50144
50145 2005-10-19  Simon Josefsson  <jas@extundo.com>
50146
50147         * tests/test-gc-rijndael.c: New file.
50148
50149         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
50150
50151 2005-10-19  Simon Josefsson  <jas@extundo.com>
50152
50153         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
50154         interface too.
50155
50156 2005-10-19  Simon Josefsson  <jas@extundo.com>
50157
50158         * tests/test-gc-arcfour.c: New file.
50159
50160         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
50161
50162 2005-10-19  Simon Josefsson  <jas@extundo.com>
50163
50164         * modules/gc-md4, modules/gc-md4-tests: New file.
50165
50166         * tests/test-gc-md4.c: New file.
50167
50168 2005-10-19  Simon Josefsson  <jas@extundo.com>
50169
50170         * m4/gc-md4.m4: New file.
50171
50172 2005-10-19  Simon Josefsson  <jas@extundo.com>
50173
50174         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
50175         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
50176         <kasal@ucw.cz>.
50177
50178 2005-10-19  Simon Josefsson  <jas@extundo.com>
50179
50180         * m4/gc-arcfour.m4: New file.
50181
50182         * m4/gc-rijndael.m4: New file.
50183
50184 2005-10-19  Simon Josefsson  <jas@extundo.com>
50185
50186         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
50187
50188 2005-10-19  Simon Josefsson  <jas@extundo.com>
50189
50190         * lib/gc-gnulib.c: Support ARCFOUR.
50191
50192 2005-10-19  Simon Josefsson  <jas@extundo.com>
50193
50194         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
50195         support.
50196
50197         * lib/gc.h: Add ECB enum type.
50198
50199         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
50200
50201 2005-10-18  Simon Josefsson  <jas@extundo.com>
50202
50203         * tests/test-md5.c: New file.
50204
50205         * modules/md5-tests: New file.
50206
50207 2005-10-18  Simon Josefsson  <jas@extundo.com>
50208
50209         * tests/test-md4.c: New file.
50210
50211         * modules/md4, modules/md4-tests: New files.
50212
50213 2005-10-18  Simon Josefsson  <jas@extundo.com>
50214
50215         * m4/md4.m4: New file.
50216
50217 2005-10-18  Simon Josefsson  <jas@extundo.com>
50218
50219         * lib/md4.h, lib/md4.c: New files, based on md5.?.
50220
50221 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
50222
50223         * gnulib-tool (func_create_testdir): Omit the second check whether
50224         BUILT_SOURCES in nonempty.
50225
50226 2005-10-17  Simon Josefsson  <jas@extundo.com>
50227
50228         * tests/test-rijndael.c: New file.
50229
50230 2005-10-17  Simon Josefsson  <jas@extundo.com>
50231
50232         * modules/sha1: Depend on stdint instead of md5.
50233
50234         * modules/md5: Depend on stdint, remove uint32_t.
50235
50236 2005-10-17  Simon Josefsson  <jas@extundo.com>
50237
50238         * modules/gc-sha1-tests: New file.
50239
50240         * tests/test-gc-sha1.c: New file.
50241
50242 2005-10-17  Simon Josefsson  <jas@extundo.com>
50243
50244         * m4/md5.m4: Remove call to uint32_t.m4.
50245
50246 2005-10-17  Simon Josefsson  <jas@extundo.com>
50247
50248         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
50249
50250         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
50251         md5.h.
50252
50253         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
50254
50255         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
50256
50257 2005-10-17  Simon Josefsson  <jas@extundo.com>
50258
50259         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
50260
50261 2005-10-17  Simon Josefsson  <jas@extundo.com>
50262
50263         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
50264
50265 2005-10-17  Simon Josefsson  <jas@extundo.com>
50266
50267         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
50268
50269         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
50270
50271 2005-10-17  Bruno Haible  <bruno@clisp.org>
50272
50273         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
50274         that it can also be used in a test.
50275
50276 2005-10-16  Bruno Haible  <bruno@clisp.org>
50277
50278         * gnulib-tool (func_emit_tests_Makefile_am): Also define
50279         TESTS_ENVIRONMENT, so that individual tests can augment it.
50280
50281         * gnulib-tool (func_create_testdir): Use an intermediate target for
50282         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
50283         macros, like $(ALLOCA_H), which cannot be passed through the command
50284         line.
50285
50286 2005-10-15  Simon Josefsson  <jas@extundo.com>
50287
50288         * modules/rijndael-tests: New file.
50289
50290         * modules/rijndael: New file.
50291
50292 2005-10-15  Simon Josefsson  <jas@extundo.com>
50293
50294         * m4/rijndael.m4: New file.
50295
50296 2005-10-15  Simon Josefsson  <jas@extundo.com>
50297
50298         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
50299
50300         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
50301
50302 2005-10-14  Simon Josefsson  <jas@extundo.com>
50303
50304         * tests/test-arcfour.c: New file.
50305
50306         * modules/arcfour, modules/arcfour-tests: New files.
50307
50308 2005-10-14  Simon Josefsson  <jas@extundo.com>
50309
50310         * m4/arcfour.m4: New file.
50311
50312 2005-10-14  Simon Josefsson  <jas@extundo.com>
50313
50314         * lib/arcfour.h, lib/arcfour.c: New files.
50315
50316 2005-10-14  Roland McGrath  <roland@redhat.com>
50317
50318         Import from libc.  [BZ #1331]
50319         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
50320         macro argument.
50321         Reported by Matej Vela <vela@debian.org>.
50322
50323 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
50324
50325         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
50326         include <wchar.h>; no longer needed.
50327
50328 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
50329
50330         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
50331
50332 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
50333         and  Ulrich Drepper  <drepper@redhat.com>
50334
50335         Import from libc.
50336         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
50337         instead of inline stream orientation test and two separate
50338         function calls.  Pay no attention to USE_IN_LIBIO.
50339
50340 2005-10-13  Simon Josefsson  <jas@extundo.com>
50341
50342         * modules/gc-hmac-md5-tests: New file.
50343
50344         * tests/test-gc-hmac-sha1.c: New file.
50345
50346         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
50347
50348         * modules/gc-hmac-md5-tests: New file.
50349
50350         * tests/test-gc-md5.c: New file.
50351
50352         * modules/gc-md5-tests: New file.
50353
50354 2005-10-13  Simon Josefsson  <jas@extundo.com>
50355
50356         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
50357         Move memory allocation outside of loop.
50358
50359 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
50360
50361         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
50362         intermediate directory is in a read-only file system.  Problem
50363         reported by Eric Blake.
50364
50365 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
50366
50367         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
50368
50369 2005-10-12  Simon Josefsson  <jas@extundo.com>
50370
50371         * tests/test-hmac-sha1.c: New file.
50372
50373         * modules/hmac-sha1-tests: New file.
50374
50375         * modules/hmac-sha1: New file.
50376
50377 2005-10-12  Simon Josefsson  <jas@extundo.com>
50378
50379         * modules/gc-sha1: New file.
50380
50381 2005-10-12  Simon Josefsson  <jas@extundo.com>
50382
50383         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
50384
50385         * tests/test-gc-pbkdf2-sha1.c: New file.
50386
50387 2005-10-12  Simon Josefsson  <jas@extundo.com>
50388
50389         * modules/gc-md5, modules/gc-hmac-md5: New files.
50390
50391         * modules/gc (Files): Remove md5, memxor and hmac files.
50392
50393 2005-10-12  Simon Josefsson  <jas@extundo.com>
50394
50395         * m4/gc-pbkdf2-sha1.m4: New file.
50396
50397         * m4/gc-hmac-sha1.m4: New file.
50398
50399         * m4/gc-sha1: New file.
50400
50401         * m4/hmac-sha1.m4: New file.
50402
50403 2005-10-12  Simon Josefsson  <jas@extundo.com>
50404
50405         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
50406
50407         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
50408
50409 2005-10-12  Simon Josefsson  <jas@extundo.com>
50410
50411         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
50412         suggested by Bruno Haible <bruno@clisp.org>.
50413
50414 2005-10-12  Simon Josefsson  <jas@extundo.com>
50415
50416         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
50417
50418 2005-10-12  Simon Josefsson  <jas@extundo.com>
50419
50420         * lib/gc-pbkdf2-sha1.c: New file.
50421
50422         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
50423
50424 2005-10-12  Simon Josefsson  <jas@extundo.com>
50425
50426         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
50427
50428         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
50429
50430 2005-10-12  Simon Josefsson  <jas@extundo.com>
50431
50432         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
50433         GC_USE_HMAC_MD5, respectively.
50434
50435         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
50436         (gc_md5): Fix typo.
50437
50438         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
50439
50440         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
50441
50442         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
50443
50444 2005-10-12  Bruno Haible  <bruno@clisp.org>
50445
50446         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
50447         Reported by Stepan Kasal <kasal@ucw.cz>.
50448
50449 2005-10-11  Simon Josefsson  <jas@extundo.com>
50450
50451         * tests/test-crc.c: New file.
50452
50453         * modules/crc, modules/crc-tests: New files.
50454
50455 2005-10-11  Simon Josefsson  <jas@extundo.com>
50456
50457         * m4/crc.m4: New file.
50458
50459 2005-10-11  Simon Josefsson  <jas@extundo.com>
50460
50461         * lib/gc.h: Add gc_hash and gc_hash_buffer.
50462
50463         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
50464
50465         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
50466
50467 2005-10-11  Simon Josefsson  <jas@extundo.com>
50468
50469         * lib/crc.h, lib/crc.c: New files.
50470
50471         * lib/gc.h (gc_hash_buffer): Add doc.
50472
50473 2005-10-11  Bruno Haible  <bruno@clisp.org>
50474
50475         * modules/c-strcasestr: New file.
50476         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
50477
50478 2005-10-11  Bruno Haible  <bruno@clisp.org>
50479
50480         * modules/c-strcase: New file.
50481         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
50482
50483 2005-10-11  Bruno Haible  <bruno@clisp.org>
50484
50485         * lib/strcasecmp.c: Include limits.h.
50486         (strcasecmp): Avoid integer overflow on exotic platforms.
50487         * lib/strncasecmp.c: Include limits.h.
50488         (strncasecmp): Avoid integer overflow on exotic platforms.
50489         Reported by Paul Eggert.
50490
50491 2005-10-11  Bruno Haible  <bruno@clisp.org>
50492
50493         * lib/c-strcasestr.h: New file, from GNU gettext.
50494         * lib/c-strcasestr.c: New file, from GNU gettext.
50495
50496 2005-10-11  Bruno Haible  <bruno@clisp.org>
50497
50498         * lib/c-strcase.h: New file, from GNU gettext.
50499         * lib/c-strcasecmp.c: New file, from GNU gettext.
50500         * lib/c-strncasecmp.c: New file, from GNU gettext.
50501
50502 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
50503
50504         * modules/mempcpy (License): GPL -> LGPL.
50505         * modules/strchrnul (License): Likewise.
50506         * modules/sysexits (License): Likewise.
50507
50508 2005-10-08  Simon Josefsson  <jas@extundo.com>
50509
50510         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
50511
50512 2005-10-07  Simon Josefsson  <jas@extundo.com>
50513
50514         * m4/memxor.m4: Remove gl_C_RESTRICT call.
50515
50516 2005-10-06  Simon Josefsson  <jas@extundo.com>
50517
50518         * tests/test-hmac-md5.c: New file.
50519
50520         * modules/hmac-md5-tests: New file.
50521
50522         * modules/hmac-md5: New file.
50523
50524 2005-10-06  Simon Josefsson  <jas@extundo.com>
50525
50526         * m4/hmac-md5.m4: New file.
50527
50528         * m4/memxor.m4: Require gl_C_RESTRICT.
50529
50530 2005-10-06  Simon Josefsson  <jas@extundo.com>
50531
50532         * lib/memxor.c (memxor): Avoid casts and warnings.
50533
50534 2005-10-06  Simon Josefsson  <jas@extundo.com>
50535
50536         * lib/hmac-md5.c: New file.
50537
50538         * lib/hmac.h: New file.
50539
50540 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
50541
50542         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
50543         promotes to int, not unsigned int, to catch the AIX 5.3
50544         compiler bug.
50545
50546 2005-10-05  Simon Josefsson  <jas@extundo.com>
50547
50548         * modules/memxor: New file.
50549
50550         * modules/iconv (Files): Move config.rpath to havelib, it is used
50551         there.
50552
50553         * modules/havelib (Files): Add config.rpath.
50554
50555 2005-10-05  Simon Josefsson  <jas@extundo.com>
50556
50557         * m4/memxor.m4: New file.
50558
50559 2005-10-05  Simon Josefsson  <jas@extundo.com>
50560
50561         * lib/memxor.c (memxor): Fix compiler error.
50562
50563         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
50564         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
50565
50566         * lib/memxor.h, lib/memxor.c: New files.
50567
50568         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
50569         we assume all systems have it, suggested by Jim Meyering
50570         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
50571         any systems lack sys/socket.h; mingw32 is known to lack it, but we
50572         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
50573         same reasons.
50574
50575 2005-10-05  Simon Josefsson  <jas@extundo.com>
50576
50577         * config/srclist.txt: Add glibc bug 1423 for md5.h.
50578
50579 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
50580
50581         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
50582         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
50583         needed, since the source code now assumes these .h files.
50584
50585 2005-10-05  Derek Price  <derek@ximbiot.com>
50586
50587         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
50588
50589 2005-10-05  Bruno Haible  <bruno@clisp.org>
50590
50591         * modules/stdint (License): Change to LGPL.
50592
50593 2005-10-04  Simon Josefsson  <jas@extundo.com>
50594
50595         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
50596         D. Baushke" <mdb@gnu.org>.
50597
50598 2005-10-04  Bruno Haible  <bruno@clisp.org>
50599
50600         * lib/verify.h (verify_true): Provide alternative definition for C++.
50601
50602 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
50603
50604         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
50605         (SSIZE_MAX): New macro, if not already defined.
50606         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
50607         than 2 GiB.
50608
50609 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
50610
50611         Sync from coreutils.
50612         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
50613         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
50614         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
50615         ULLONG_MAX doesn't work with 2.7.2.1.
50616
50617 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
50618
50619         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
50620         From Ben Pfaff.
50621
50622         * modules/exclude (Depends-on): Depend on verify.
50623         * modules/strtoimax (Depends-on): Likewise.
50624         * modules/utimecmp (Depends-on): Likewise.
50625
50626 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
50627
50628         * lib/exclude.c: Include verify.h.
50629         (verify): Remove.  All callers changed to use verify.h's version.
50630         * lib/strtoimax.c: Likewise.
50631         * lib/utimecmp.c: Likewis.e
50632
50633         Sync from coreutils.
50634         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
50635         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
50636         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
50637         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
50638         bother returning ENOSYS if settimeofday or stime fails; just let
50639         them return whatever errno they want to return.
50640         * lib/utimens.c: Include unistd.h, for dup2.
50641         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
50642         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
50643
50644 2005-10-02  Jim Meyering  <jim@meyering.net>
50645
50646         Sync from coreutils.
50647         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
50648         from glibc-2.2.5 that fails for read-only files.
50649
50650 2005-10-02  Jim Meyering  <jim@meyering.net>
50651
50652         Sync from coreutils.
50653         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
50654         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
50655         `#if HAVE_CONFIG_H'.
50656         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
50657         Remove AT_FDCWD test.
50658         Do not consume the fd unless successful.
50659         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
50660         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
50661         block, so that we don't even try to compile it if settimeofday is
50662         available.  This works around a compilation failure on OSF1 V5.1,
50663         due to stime requiring a `long int*' while tv_sec is `int'.
50664
50665 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
50666
50667         Sync from coreutils.
50668         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
50669         against `yes', rather than just testing for nonempty.
50670
50671 2005-10-01  Simon Josefsson  <jas@extundo.com>
50672
50673         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
50674         and Darwin.
50675
50676         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
50677         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
50678         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
50679         freeaddrinfo and gai_strerror are declared by the POSIX headers.
50680         Check if struct addrinfo is declared.
50681
50682 2005-10-01  Simon Josefsson  <jas@extundo.com>
50683
50684         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
50685         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
50686         AI_* and EAI_* definitions.  Protect function declarations.
50687
50688 2005-10-01  Jim Meyering  <jim@meyering.net>
50689
50690         Sync from coreutils.
50691
50692         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
50693         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
50694         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
50695         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
50696         in the inet and nsl libraries.  Required on Solaris 5.7.
50697
50698 2005-10-01  Jim Meyering  <jim@meyering.net>
50699
50700         Sync from coreutils.
50701         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
50702         in the inet and nsl libraries.  Required on Solaris 5.7.
50703
50704 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
50705
50706         * lib/getdelim.c (getdelim): Remove unused variables.
50707
50708 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
50709
50710         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
50711         so that the code works even with ancient cpp.  Portability problem
50712         with GCC 2.7.2.1 reported by Thomas M.Ott.
50713
50714 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
50715
50716         * modules/regex (Depends-on): Add strcase.
50717
50718         * modules/gethostname (Licence): Change from GPL to LGPL, since
50719         gethostname.c is a trivial implementation of a standard library
50720         function.
50721         * modules/poll (License): Change from GPL to LGPL, since it's
50722         derived from LGPL code.
50723
50724 2005-09-27  Jim Meyering  <jim@meyering.net>
50725
50726         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
50727         HAVE_CONFIG_H.
50728
50729         * lib/intprops.h (signed_type_or_expr__): Define.
50730         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
50731         for unsigned types.
50732
50733 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
50734
50735         * lib/verify.h (verify_expr): Remove, replacing with:
50736         (verify_true): New macro that returns true instead of void.
50737         (verify_type__): Remove.
50738         (verify): Use verify_true rather than verify_type__.
50739
50740 2005-09-26  Bruno Haible  <bruno@clisp.org>
50741
50742         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
50743         is necessary.
50744         (lib_SOURCES): Remove mbchar.c.
50745         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
50746         (Files): Add m4/mbrtowc.m4.
50747         * modules/mbiter: Likewise.
50748         * modules/mbuiter: Likewise.
50749
50750 2005-09-26  Bruno Haible  <bruno@clisp.org>
50751
50752         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
50753         compile mbchar.c if they are not both present.
50754         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
50755         * m4/mbiter.m4 (gl_MBITER): Likewise.
50756         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
50757         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
50758         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
50759
50760 2005-09-25  Jim Meyering  <jim@meyering.net>
50761
50762         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
50763         also uses socklen_t.
50764
50765 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
50766
50767         * lib/utimens.c (ENOSYS): Define if not already defined.
50768         (futimens): Support having a null PATH if the file descriptor
50769         is nonnegative.
50770
50771         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
50772         Remove.
50773         (__attribute): Define to empty unless GCC 3.1 or later.
50774         This works around a core dump on OpenBSD 3.4, which has GCC
50775         2.95.3, which dumps core when given __attribute__(()).  It also
50776         simplifies other tests, since we really don't want to bother with
50777         worrying about which ancient version of GCC supported what.
50778         Original problem reported by Yoann Vandoorselaere, with part of
50779         the fix suggested by Derek Price.
50780
50781 2005-09-24  Jim Meyering  <jim@meyering.net>
50782
50783         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
50784         so we can once again use a positive bitfield width of 1 -- now we
50785         don't have to explain why we were using a bitfield width of 2.
50786
50787 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
50788
50789         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
50790         and similarly for the other external symbols.  Problem reported
50791         by James Gallager.
50792
50793         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
50794         bug reported by Jim Meyering.
50795
50796         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
50797         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
50798         not needed, since socklen is a prerequisite module.
50799
50800 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
50801
50802         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
50803         Problem reported by Eric Blake.
50804         (getaddrinfo): Initialize se so that it's not garbage.
50805         Redo internal storage allocation so that it doesn't make unportable
50806         assumptions about alignment.
50807         Fix a memory leak.
50808
50809         * lib/utimens.c (futimens): Use futimesat if available.
50810         Prefer it to futimes since it doesn't have the futimes bug.
50811
50812         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
50813         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
50814         Instead, declare a function that returns a pointer to an array,
50815         and use verify_type__ to declare the size of the array.
50816         Problem and germ of a solution reported by Bruno Haible.
50817         (verify_type__): Use 2, not 1, for bitfield size, to avoid
50818         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
50819
50820 2005-09-23  Jim Meyering  <jim@meyering.net>
50821
50822         Sync from coreutils.
50823         Correct build failure (socklen_t not defined) on at least
50824         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
50825         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
50826
50827 2005-09-23  Jim Meyering  <jim@meyering.net>
50828
50829         * modules/getaddrinfo (Depends-on): Add socklen.
50830
50831 2005-09-23  Bruno Haible  <bruno@clisp.org>
50832
50833         * tests/test-verify.c: New file.
50834
50835 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
50836
50837         Sync from coreutils.
50838
50839         * modules/argmatch (Depends-on): Add verify.
50840         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
50841         unistd-safer.
50842         * modules/save-cwd (Depends-on): Likewise.
50843
50844         * modules/openat (Files): Add lib/openat-die.c.
50845         (Depends-on): Remove error, exitfail.
50846         Add dirname.
50847
50848         * modules/verify: New file.
50849         * MODULES.html.sh (Diagnostics <assert.h>): New section,
50850         with "verify" module.
50851
50852 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
50853
50854         Sync from coreutils.
50855
50856         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
50857         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
50858         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
50859         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
50860         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
50861         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
50862         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
50863         Don't bother checking for string.h, stdlib.h, unistd.h.
50864         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
50865         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
50866         module's job.
50867         * m4/jm-macros.m4 (gl_MACROS): Likewise.
50868         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
50869
50870         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
50871         (gl_GETDATE): Use it.
50872
50873         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
50874
50875 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
50876
50877         Sync from coreutils.
50878
50879         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
50880         stat-time.h.
50881         * lib/argmatch.h: Include verify.h
50882         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
50883         (ARGMATCH_ASSERT): Remove; unused.
50884         * lib/canonicalize.c: Assume STDC_HEADERS.
50885         * lib/exclude.c: Include "strcase.h".
50886         * lib/regex_internal.h [!defined _LIBC]: Likewise.
50887         * lib/getusershell.c: Include stdio--.h rather than stdio.h
50888         and stdio-safer.h.
50889         (getusershell): Call fopen, not fopen_safer.
50890         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
50891         Do not include unistd-safer.h.
50892         (save_cwd): Don't call fd_safer; no longer needed
50893         now that we include fcntl--.h.
50894
50895         * lib/getdate.y (relative_time): New type.
50896         (RELATIVE_TIME_0): New constant.
50897         (parser_control): Use relative_time instead of doing it ourselves.
50898         (%union): Add new relative_time rel member.
50899         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
50900         Now typeless.
50901         (relunit, relunit_snumber): Now of type rel.
50902         (zone, rel, relunit, get_date): Adjust to above changes.
50903
50904         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
50905         Do not include unistd-safer.h.
50906         (getloadavg): Don't call fd_safer; no longer needed
50907         now that we include fcntl--.h.
50908
50909         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
50910         (make_dir_parents): Treat ENOSYS like EEXIST.
50911
50912         Improve quality of diagnostics on restore_cwd failure.
50913         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
50914         (make_dir_parents): Last arg is now int * (for errno), not bool *.
50915         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
50916         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
50917         each time through the loop.  Do not diagnose restore_cwd failure;
50918         that is the caller's job (and perhaps the caller does not care).
50919
50920         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
50921         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
50922         If the file already exists but is not a directory, don't bother
50923         to try to make its parents.
50924         Close potential file descriptor leak if we can't chdir("/") (!).
50925         Don't always return true if chdir($PWD) fails; return true only
50926         if the requested action was done successfully (except for the
50927         chdir($PWD)).
50928         Don't log final directory unless we actually made it.
50929         Refactor to avoid duplicate code to fix up permissions.
50930         Don't attempt to fix up parent permissions if chdir($PWD) fails.
50931
50932         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
50933         to make it a bit faster and (I hope) clearer.
50934         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
50935         Fix bug in formats like %2N.
50936
50937         * lib/verify.h: New file.
50938
50939 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
50940
50941         Sync from coreutils.
50942         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
50943
50944 2005-09-22  Jim Meyering  <jim@meyering.net>
50945
50946         Sync from coreutils.
50947
50948         * m4/lstat.m4 (gl_FUNC_LSTAT):
50949         Use AC_LIBSOURCES to require lstat.c and lstat.h.
50950         Remove obsolete comment.
50951         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
50952         * m4/xstrtod.m4: Likewise.
50953
50954         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
50955
50956 2005-09-22  Jim Meyering  <jim@meyering.net>
50957
50958         Sync from coreutils.
50959
50960         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
50961
50962         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
50963         the .tm_year member, since otherwise gcc-4.0 would now warn about
50964         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
50965
50966         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
50967         order to avoid an unsuppressible warning from gcc on 64-bit systems.
50968
50969         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
50970         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
50971         when run in a time zone for which daylight savings time is in effect
50972         for the starting date.
50973
50974         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
50975         stop us from restricting permissions of just-created absolute-named
50976         directories.
50977         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
50978         to restore initial working directory.
50979         * lib/mkdir-p.c (make_dir_parents): New parameter:
50980         different_working_dir, to tell caller if/when we change the working
50981         directory and are unable to return to the initial one.
50982         * lib/mkdir-p.h (make_dir_parents): Update prototype.
50983         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
50984         `return false'.  This fixes a bug introduced on 2004-07-30.
50985
50986         * lib/openat.c (fdopendir): Be sure to close the supplied
50987         file descriptor before returning.  This makes our replacement
50988         implementation a little closer to Solaris's, where fdopendir
50989         ties the file descriptor to the returned DIR* pointer.
50990         * lib/openat.c (unlinkat): New function.
50991         * lib/openat.h (unlinkat): Add prototype.
50992         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
50993         (openat_restore_fail): Rename from openat_restore_die.
50994         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
50995
50996         Provide an alternative to exiting immediately upon save_cwd or
50997         restore_cwd failure.  Now, an application can arrange e.g.,
50998         to perform a longjump in that case.
50999         * lib/openat.c: Include dirname.h.
51000         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
51001         (rpl_openat, fdopendir, fstatat): Call openat_save_die
51002         and openat_restore_die rather than calling error directly.
51003         Don't include "error.h" or "exitfail.h"; they're no longer needed.
51004
51005         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
51006         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
51007         define.
51008
51009         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
51010         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
51011                             int utc, int nanoseconds);
51012         Background:
51013         date should not have to allocate a megabyte of virtual memory to
51014         handle a format argument like +%1048575T.  When implemented with
51015         strftime, it must allocate such a buffer, use strftime to fill it
51016         in, print it, then free it.
51017         With fprintftime, it simply prints everything and exits.
51018         With no need for memory allocation, that's one fewer way to fail.
51019         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
51020         optional field width, not before, so we accept %9:z, not %:9z.
51021         (my_strftime): Be sure to use L_('x') for literals.
51022
51023         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
51024         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
51025         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
51026         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
51027         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
51028         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
51029         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
51030         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
51031         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
51032         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
51033         * lib/xgethostname.c, lib/xreadlink.c:
51034         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
51035
51036         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
51037         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
51038         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
51039         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
51040         and don't include <sys/file.h>).
51041
51042 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
51043
51044         Sync from coreutils.
51045
51046         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
51047         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
51048         [!LDAV_DONE]: Avoid unused variable warning.
51049
51050 2005-09-21  Bruno Haible  <bruno@clisp.org>
51051
51052         * lib/unicodeio.h (unicode_to_mb): New declaration.
51053
51054 2005-09-20  Derek Price  <derek@ximbiot.com>
51055
51056         * lib/getaddrinfo.c: Don't include <netdb.h> included from
51057         getaddrinfo.h.
51058
51059 2005-09-20  Bruno Haible  <bruno@clisp.org>
51060
51061         * gnulib-tool: Remove trailing slashes from the values specified for
51062         --source-base, --m4-base, --tests-base, --aux-dir.
51063         Suggested by Simon Josefsson <jas@extundo.com>.
51064
51065 2005-09-20  Bruno Haible  <bruno@clisp.org>
51066
51067         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
51068         func_modules_to_filelist, func_import, func_create_testdir): Make all
51069         sorting results locale-independent, so that gnulib-cache.m4 doesn't
51070         change when gnulib-tool is invoked in a different locale.
51071
51072 2005-09-19  Simon Josefsson  <jas@extundo.com>
51073
51074         * m4/socklen.m4: Fix typo.
51075
51076 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
51077
51078         Use a consistent style for including <config.h>.
51079         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
51080         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
51081         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
51082         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
51083         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
51084         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
51085         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
51086         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
51087         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
51088         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
51089         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
51090         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
51091         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
51092         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
51093         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
51094         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
51095         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
51096         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
51097         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
51098         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
51099         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
51100         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
51101         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
51102         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
51103         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
51104         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
51105         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
51106         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
51107         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
51108         lib/xstrtoumax.c, lib/yesno.c:
51109         Standardize inclusion of config.h.
51110         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
51111         lib/inttostr.h:  Removed inclusion of config.h from header files.
51112         * lib/inttostr.c:  Adjusted in-tree users.
51113         * lib/timespec.h: Remove superfluous warning to include config.h.
51114         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
51115         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
51116         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
51117         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
51118         config.h with HAVE_CONFIG_H.
51119
51120 2005-09-19  Jim Meyering  <jim@meyering.net>
51121
51122         * modules/pathmax (License): Change to LGPL.
51123
51124 2005-09-19  Derek Price  <derek@ximbiot.com>
51125
51126         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
51127
51128 2005-09-19  Bruno Haible  <bruno@clisp.org>
51129
51130         * gnulib-tool (import): Provide default for --tests-base.
51131
51132 2005-09-19  Bruno Haible  <bruno@clisp.org>
51133
51134         * doc/quote.texi: New file, extracted from gnulib.texi.
51135         * doc/ctime.texi: New file, extracted from gnulib.texi.
51136         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
51137         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
51138         * doc/gnulib.texi: Include them.
51139
51140 2005-09-18  Bruno Haible  <bruno@clisp.org>
51141
51142         Portability fix.
51143         * gnulib-tool (func_readlink): New function.
51144         (func_ln_if_changed): Use it.
51145
51146 2005-09-18  Bruno Haible  <bruno@clisp.org>
51147
51148         * gnulib-tool: Support --with-tests also with --import.
51149         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
51150         (func_import): Use variables $testsbase and $inctests. Emit a
51151         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
51152         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
51153         SUBDIRS += $testsdir.
51154         (func_create_testdir): Update.
51155
51156 2005-09-18  Bruno Haible  <bruno@clisp.org>
51157
51158         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
51159         instead of $dry_run.
51160         (func_cp_if_changed, func_mv_if_changed): Remove functions.
51161         (func_ln_if_changed): Don't handle dry-run here.
51162         (func_import): In dry-run mode, detect more precisely which actions
51163         would be performed, and don't use "...ing" verbs.
51164
51165 2005-09-18  Bruno Haible  <bruno@clisp.org>
51166
51167         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
51168         (func_import): Use join on two temporary files instead of three nested
51169         loops, in order to determine which files are new or old.
51170
51171 2005-09-18  Bruno Haible  <bruno@clisp.org>
51172
51173         * gnulib-tool (func_import): Comment out code that spits out the
51174         new files with --dry-run.
51175
51176 2005-09-18  Bruno Haible  <bruno@clisp.org>
51177
51178         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
51179
51180 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
51181
51182         * lib/stat-time.h: New file.
51183         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
51184         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
51185         in a different way.
51186         (timespec_cmp): New function.
51187         * lib/utimecmp.c: Include stat-time.h.
51188         (SYSCALL_RESOLUTION): Depend on whether various struct stat
51189         members exist, not on the obsolescent ST_MTIM_NSEC.
51190         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
51191
51192 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
51193
51194         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
51195
51196 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
51197
51198         * MODULES.html.sh (File system functions): Add stat-time.
51199         * modules/stat-time: New file.
51200         * modules/timespec (Files): Remove m4/st_mtim.m4; this
51201         is now done in a different way, by the stat-time module.
51202         * modules/utimecmp (Depends-on): Add stat-time.
51203
51204 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
51205
51206         * m4/st_mtim.m4: Remove.  Superseded by...
51207         * m4/stat-time.m4: New file.
51208         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
51209         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
51210
51211 2005-09-15  Derek Price  <derek@ximbiot.com>
51212
51213         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
51214
51215 2005-09-15  Derek Price  <derek@ximbiot.com>
51216
51217         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
51218         * lib/regex_internal.c: Ditto, using this...
51219         (__GNUC_PREREQ): ...new macro.
51220         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
51221         using...
51222         (__GNUC_PREREQ): ...this new macro.
51223
51224         * lib/strstr.h: Include string.h. Define strstr as a macro here.
51225
51226 2005-09-15  Derek Price  <derek@ximbiot.com>
51227             Paul Eggert  <eggert@cs.ucla.edu>
51228
51229         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
51230         changes, consolidating in...
51231         * lib/regex_internal.h: ...this file.
51232
51233 2005-09-13  Jim Meyering  <jim@meyering.net>
51234
51235         * lib/canon-host.c: Filter through gnu indent and reword comments
51236         slightly.
51237         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
51238
51239 2005-09-13  Derek Price  <derek@ximbiot.com>
51240
51241         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
51242         failure.
51243         Reported by Jim Meyering  <jim@meyering.net>.
51244
51245 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
51246
51247         * lib/base64.c: Typo.
51248         (base64_encode): Put b64str in initialized data section.
51249
51250 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
51251
51252         Merge glibc and coreutils changes into gnulib, plus a few
51253         extra fixes.
51254         * lib/md5.c: Use #error rather than a string.
51255         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
51256         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
51257         (__attribute__): Define to empty for non recent-GCC.
51258         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
51259         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
51260         Renamed from their non-__ counterparts, with new macros replacing
51261         them if not _LIBC.  Add __THROW attribute.
51262         (rol): Remove.
51263         (struct md5_ctx): Align buffer if using GCC.
51264         * lib/sha1.h (struct sha1_ctx): Likewise.
51265         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
51266         The old name was backwards.
51267         (NOTSWAP): Remove; not used.
51268         (rol): New macro, moved here from md5.h.
51269         (sha1_process_block): Remove a FIXME that doesn't make sense.
51270
51271 2005-09-12  Derek Price  <derek@ximbiot.com>
51272
51273         Return usable errors from canon-host.
51274         * lib/canon-host.h: New file.
51275         * lib/canon-host.c (canon_host): Wrap...
51276         (canon_host_r): ...this new function, which now relies exclusively on
51277         getaddrinfo.
51278         (ch_strerror): New function.
51279         (last_cherror): New global.
51280         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
51281         interface.
51282         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
51283         void *.
51284         (freeaddrinfo): Free ai->ai_canonname when set.
51285
51286 2005-09-12  Derek Price  <derek@ximbiot.com>
51287
51288         Make canon-host require getaddrinfo.
51289         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
51290         AC_LIBSOURCE canon-host.h.  Call...
51291         (gl_PREREQ_CANON_HOST): ...this new function, which requires
51292         gl_GETADDRINFO.
51293         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
51294
51295 2005-09-12  Derek Price  <derek@ximbiot.com>
51296
51297         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
51298         LGPL.
51299         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
51300
51301 2005-09-12  Derek Price  <derek@ximbiot.com>
51302
51303         * lib/gai_strerror.c: Include config.h when available.  Include
51304         getaddrinfo.h before other headers to test interface.
51305         Reported by Larry Jones <lawrence.jones@ugs.com>.
51306
51307 2005-09-12  Derek Price  <derek@ximbiot.com>
51308             Paul Eggert  <eggert@cs.ucla.edu>
51309
51310         * modules/glob (Files): Add glob-libc.h.
51311
51312 2005-09-12  Derek Price  <derek@ximbiot.com>
51313             Paul Eggert  <eggert@cs.ucla.edu>
51314
51315         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
51316         glob_.h, glob-libc.h.
51317         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
51318
51319 2005-09-12  Derek Price  <derek@ximbiot.com>
51320             Paul Eggert  <eggert@cs.ucla.edu>
51321
51322         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
51323         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
51324         protecting things that should be done only in gnulib contexts.
51325         * lib/glob_.h: New file, containing only the glob things needed for
51326         gnulib.
51327         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
51328         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
51329         (glob, globfree, glob_pattern_p): Now defined simply in terms of
51330         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
51331         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
51332         and to respect the namespace rules better.
51333
51334 2005-09-08  Simon Josefsson  <jas@extundo.com>
51335
51336         * modules/socklen: New file.
51337
51338 2005-09-08  Simon Josefsson  <jas@extundo.com>
51339
51340         * m4/socklen.m4: New file.
51341
51342 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
51343
51344         * modules/utimens (Files): Add m4/utimbuf.m4, since
51345         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
51346         Reported by Sergey Poznyakoff.
51347
51348 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
51349
51350         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
51351         definitions, since that's the preferred style in glibc.
51352         Fix a minor spacing issue, and update copyright notice to match
51353         glibc's.
51354
51355 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
51356
51357         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
51358
51359 2005-09-06  Simon Josefsson  <jas@extundo.com>
51360
51361         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
51362         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
51363
51364 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
51365
51366         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
51367         warning.
51368
51369 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
51370
51371         * config/srclist.txt: Add glibc bug 1302.
51372
51373 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
51374
51375         Change bitset word type from unsigned int to unsigned long int,
51376         as this has better performance on typical 64-bit hosts.
51377         Port bitset code to hosts with unusual word sizes.
51378         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
51379         (build_collating_symbol):
51380         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
51381         argument is a bitset.  This is merely a style issue, but it makes
51382         it clearer that an entire array is expected.
51383         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
51384         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
51385         Port to the case where bitset_word is not the same as unsigned int.
51386         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
51387         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
51388         Likewise.
51389         * lib/regexec.c (check_dst_limits_calc_pos_1,
51390         check_subexp_matching_top):
51391         (build_trtable, group_nodes_into_DFAstates):
51392         Likewise.
51393         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
51394         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
51395         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
51396         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
51397         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
51398         * lib/regcomp.c (optimize_subexps, lower_subexp):
51399         Work even if bitset_word has holes in its bitwise representation.
51400         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
51401         * lib/regexec.c (check_dst_limits_calc_pos_1,
51402         check_subexp_matching_top):
51403         Likewise.
51404         * lib/regex_internal.c (re_string_reconstruct):
51405         Don't assume UCHAR_MAX == 255.
51406         * lib/regex_internal.h (bitset_set_all): Likewise.
51407         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
51408         All uses changed.
51409         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
51410         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
51411         All uses changed.
51412         (BITSET_WORD_MAX): New macro.
51413         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
51414         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
51415         (bitset_empty, bitset_copy):
51416         Prefer sizeof (bitset) to multiplying it out ourselves.
51417         (bitset_not_merge): Remove; unused.
51418         (bitset_contain): Return bool, not unsigned int with one bit on.
51419         All callers changed.
51420         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
51421         alignment than re_node_set; do this by defining a new internal
51422         type struct dests_alloc and using it to allocate memory.
51423
51424 2005-09-05  Bruno Haible  <bruno@clisp.org>
51425
51426         * gnulib-tool (func_import): Fix comparison in handling of symbolic
51427         links.
51428
51429 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
51430
51431         * modules/size_max (Makefile.am): Add size_max.h
51432
51433 2005-09-04  Derek Price  <derek@ximbiot.com>
51434
51435         * gnulib-tool (func_import): Fix reversed $symbolic logic.
51436
51437 2005-09-03  Simon Josefsson  <jas@extundo.com>
51438
51439         * gnulib-tool: Fix typo.
51440
51441 2005-09-03  Simon Josefsson  <jas@extundo.com>
51442
51443         * config/srclist.txt: Add glibc bug 1293.
51444
51445 2005-09-03  Derek Price  <derek@ximbiot.com>
51446
51447         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
51448         From Larry Jones <lawrence.jones@ugs.com>.
51449
51450 2005-09-02  Simon Josefsson  <jas@extundo.com>
51451
51452         * modules/socklen: New file.
51453
51454 2005-09-02  Simon Josefsson  <jas@extundo.com>
51455
51456         * modules/havelib: New module.
51457
51458         * modules/gettext, modules/iconv, modules/lock, modules/readline:
51459         Use havelib.
51460
51461 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
51462
51463         Check for arithmetic overflow when calculating sizes, to prevent
51464         some buffer-overflow issues.  These patches are conservative, in the
51465         sense that when I couldn't determine whether an overflow was possible,
51466         I inserted a run-time check.
51467         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
51468         macros.
51469         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
51470         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
51471         (re_xnrealloc, re_x2nrealloc): New inline functions.
51472         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
51473         parse_bracket_exp):
51474         (build_equiv_class, build_charclass): Check for arithmetic overflow
51475         in size expression calculations.
51476         * lib/regex_internal.c (re_string_realloc_buffers):
51477         (build_wcs_upper_buffer, re_node_set_add_intersect):
51478         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
51479         (re_dfa_add_node, register_state): Likewise.
51480         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
51481         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
51482         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
51483         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
51484
51485 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
51486
51487         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
51488         m4/ulonglong.m4.  Problem reported by Martin Lambers.
51489
51490 2005-09-02  Bruno Haible  <bruno@clisp.org>
51491
51492         Support for lib vs. lib64 distinction on biarch platforms.
51493         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
51494         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
51495         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
51496
51497 2005-09-02  Bruno Haible  <bruno@clisp.org>
51498
51499         * gnulib-tool (import): In the other first-use case, provide defaults
51500         as well.
51501
51502 2005-09-02  Bruno Haible  <bruno@clisp.org>
51503
51504         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
51505         patches not yet found in the latest gettext release.
51506
51507 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
51508
51509         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
51510         to avoid a collision with bits/local_lim.h in glibc.
51511         All uses changed.  Problem reported by Dmitry V. Levin in
51512         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
51513
51514         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
51515         bugs in int versus size_t comparisons.
51516         (re_string_context_at): Fix bug where the code assumed that
51517         Idx is signed.
51518
51519         Use bool where appropriate.
51520         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
51521         All callers changed.
51522         (calc_eclosure_iter): Likewise, for ROOT arg.
51523         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
51524         (build_charclass_op): Likewise, for NON_MATCH arg.
51525         * lib/regex_internal.c (re_string_allocate, re_string_construct):
51526         (re_string_construct_common): Likewise, for ICASE arg.
51527         * lib/regexec.c (re_search_2_stub, re_search_stub):
51528         Likewise, for RET_LEN arg.
51529         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
51530         (set_regs): Likewise, for FL_BACKTRACK arg.
51531         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
51532         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
51533         (calc_eclosure_iter, parse_bracket_exp):
51534         Use bool for internal variables that are booleans.
51535         * lib/regexec.c (re_search_internal, check_matching,
51536         proceed_next_node):
51537         (set_regs, build_sifted_states, sift_states_bkref):
51538         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
51539         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
51540         (find_collation_sequence_value):
51541         Likewise.
51542         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
51543         (re_node_set_compare):
51544         Return bool, not int. All callers changed.
51545         * lib/regexec.c (check_halt_node_context, check_dst_limits):
51546         (build_trtable, check_node_accept): Likewise.
51547         * lib/regex_internal.h: Include stdbool.h.
51548
51549         Fix bugs uncovered when converting to bool.
51550         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
51551         failure instead of charging ahead blindly.
51552         * lib/regex_internal.c (register_state): Likewise.
51553         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
51554         for freeing internal storage.
51555         (group_nodes_into_DFA_states): Use unsigned int, not int, for
51556         bitset pieces used as boolean, to avoid undefined behavior
51557         on hosts that do int overflow checking.
51558
51559 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
51560
51561         * config/srclist.txt: Add glibc bugs 1285-1287.
51562
51563 2005-09-01  Jim Meyering  <jim@meyering.net>
51564
51565         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
51566         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
51567         Require gl_STAT_MACROS, too.
51568
51569 2005-09-01  Bruno Haible  <bruno@clisp.org>
51570
51571         * gnulib-tool (import): In the first-use case, provide defaults.
51572
51573 2005-09-01  Bruno Haible  <bruno@clisp.org>
51574
51575         * gnulib-tool (func_import): Remove the .tmp files.
51576
51577 2005-09-01  Bruno Haible  <bruno@clisp.org>
51578
51579         * gnulib-tool (func_import): Fix handling of symbolic links.
51580
51581 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
51582
51583         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
51584         old glibc regex code mishandles strings longer than 2**31 bytes.
51585         This patch fixes this when the regex code is used in gnulib
51586         (i.e., outside glibc).
51587
51588         This patch should not affect the use of the regex code inside
51589         glibc.  No doubt this problem also needs to be handled for glibc
51590         as well, but the result will be an incompatible change to the
51591         glibc ABI, and the old ABI will have to be supported too.  That
51592         can be the the subject for another patch.
51593
51594         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
51595         governing whether the rest of this patch is active.  By default,
51596         the macro is disabled and the patch has no effect.
51597         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
51598         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
51599         (struct re_pattern_buffer, re_search, re_search_2, re_match):
51600         (re_match_2, re_set_registers): Use the new types.
51601         * lib/regex_internal.h (Idx, re_hashval_t): New types.
51602         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
51603         New macros.
51604         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
51605         (re_string_context_at, bin_tree_t, re_dfastate_t):
51606         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
51607         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
51608         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
51609         (re_string_char_size_at, re_string_wchar_at):
51610         (re_string_elem_size_at):
51611         Use the new types and macros to port to 64-bit hosts.
51612         Use unsigned types for internal values, so that the code
51613         mostly works even for arrays larger than SSIZE_MAX.
51614         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
51615         (search_duplicated_node, calc_eclosure_iter, fetch_number):
51616         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
51617         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
51618         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
51619         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
51620         (calc_inveclosure, parse_dup_op, build_range_exp):
51621         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
51622         (fetch_number, create_token_tree, mark_opt_subexp):
51623         Likewise.
51624         * lib/regex_internal.c (re_string_construct_common,
51625         create_ci_newstate):
51626         (create_cd_newstate, re_string_allocate, re_string_construct):
51627         (re_string_realloc_buffers, build_wcs_upper_buffer):
51628         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
51629         (re_string_reconstruct, re_string_peek_byte_case):
51630         (re_string_fetch_byte_case, re_string_context_at):
51631         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
51632         (re_node_set_init_copy, re_node_set_add_intersect):
51633         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
51634         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
51635         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
51636         (re_acquire_state, re_acquire_state_context, register_state):
51637         Likewise.
51638         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
51639         search_cur_bkref_entry):
51640         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
51641         (re_search_internal, re_search_2_stub, re_search_stub)
51642         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
51643         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
51644         (update_cur_sifted_state, check_dst_limits):
51645         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
51646         (check_subexp_limits, sift_states_bkref, merge_state_array):
51647         (check_subexp_matching_top, get_subexp, get_subexp_sub):
51648         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
51649         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
51650         (expand_bkref_cache, check_node_accept_bytes):
51651         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
51652         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
51653         (acquire_init_state_context, check_halt_node_context):
51654         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
51655         (sift_states_backward, clean_state_log_if_needed):
51656         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
51657         (find_recover_state, transit_state_sb, transit_state_mb):
51658         (transit_state_bkref, build_trtable, match_ctx_clean):
51659         Likewise.
51660         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
51661         to work around an assumption that REG_MISSING is negative.
51662
51663         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
51664         (seek_collating_symbol_entry) [defined _LIBC]:
51665         (lookup_collation_sequence_value) [defined _LIBC]:
51666         (build_range_exp, build_collating_symbol) [defined _LIBC]:
51667         Use prototypes rather than old-style function definitions.
51668         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
51669         (transit_state_sb) [0]:
51670         (find_collation_sequence_value) [defined _LIBC]: Likewise.
51671
51672         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
51673         rm_eo.
51674
51675         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
51676         (optimize_subexps, lower_subexp):
51677         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
51678         since the signed shift might overflow.  Use 1u<<31 instead.
51679         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
51680         Likewise.
51681         * lib/regexec.c (check_dst_limits_calc_pos_1,
51682         check_subexp_matching_top): Likewise.
51683
51684         * lib/regcomp.c (optimize_subexps, lower_subexp):
51685         Use CHAR_BIT rather than 8, for clarity.
51686         * lib/regexec.c (check_dst_limits_calc_pos_1):
51687         (check_subexp_matching_top): Likewise.
51688         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
51689         have to worry about portability issues when shifting it left.
51690         Remove no-longer-needed test for table_size > 0.
51691         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
51692         in a word, as the resulting behavior is undefined.
51693         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
51694         in one case, a <= should have been an <, and in another case the
51695         whole test was missing.
51696         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
51697         the standard name CHAR_BIT.
51698         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
51699         this is not true on one's complement and signed-magnitude hosts.
51700
51701         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
51702         next_last_offset.
51703         (struct re_dfa_t): Remove unused member states_alloc.
51704         * lib/regcomp.c (init_dfa): Don't initialize unused members.
51705
51706 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
51707
51708         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
51709         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
51710         and large-file glibc and in 32-bit large-file Solaris.
51711
51712 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
51713
51714         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
51715         lengths fit in regoff_t; this isn't true if regoff_t is the same
51716         width as size_t.
51717         * lib/regex.c (re_search_internal): 5th arg is LAST_START
51718         (= START + RANGE) instead of RANGE.  This avoids overflow
51719         problems when regoff_t is the same width as size_t.
51720         All callers changed.
51721         (re_search_2_stub): Check for overflow when adding the
51722         sizes of the two strings.
51723         (re_search_stub): Check for overflow when adding START
51724         to RANGE; if it occurs, substitute the extreme value.
51725
51726 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
51727
51728         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
51729
51730 2005-08-31  Jim Meyering  <jim@meyering.net>
51731
51732         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
51733         a pointer-to-const.
51734         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
51735         (register_state): Likewise.
51736         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
51737         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
51738         (group_nodes_into_DFAstates): Likewise.
51739
51740 2005-08-31  Jim Meyering  <jim@meyering.net>
51741
51742         * check-module: Add a FIXME comment.
51743
51744 2005-08-31  Eric Blake  <ebb9@byu.net>
51745
51746         * modules/unistd-safer (Files): Add unistd--.h.
51747         * modules/stdio-safer (Files): Add stdio--.h.
51748
51749 2005-08-31  Derek Price  <derek@ximbiot.com>
51750
51751         * lib/getdelim.c (getdelim): Return EOF on EOF.
51752         Reported by Larry Jones <lawrence.jones@ugs.com>.
51753
51754 2005-08-31  Bruno Haible  <bruno@clisp.org>
51755
51756         Avoid unnecessary diffs in the generated lib/Makefile.am.
51757         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
51758         the generated files.
51759         (func_import): Don't set cmd.
51760
51761 2005-08-31  Bruno Haible  <bruno@clisp.org>
51762
51763         * lib/strstr.c: Include <stddef.h>, for NULL.
51764         * lib/strcasestr.c: Likewise.
51765         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
51766
51767 2005-08-31  Bruno Haible  <bruno@clisp.org>
51768
51769         * gnulib-tool: New option --macro-prefix.
51770         (func_import): Use macro_prefix.
51771         (import): Handle option --macro-prefix.
51772
51773 2005-08-31  Bruno Haible  <bruno@clisp.org>
51774
51775         * gnulib-tool (import): Rename most ac_* variables to cached_*.
51776         Also use new variables cached_lgpl, cached_libtool.
51777
51778 2005-08-31  Bruno Haible  <bruno@clisp.org>
51779
51780         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
51781         always instantiating them.
51782
51783 2005-08-31  Bruno Haible  <bruno@clisp.org>
51784
51785         * gnulib-tool (func_import): Read the previous cached settings
51786         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
51787         earlier added by gnulib but are now dropped. Warn when a gnulib file
51788         overwrites a non-gnulib file.
51789
51790 2005-08-31  Bruno Haible  <bruno@clisp.org>
51791
51792         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
51793         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
51794         projects that don't keep autogenerated files in CVS. Put into
51795         actioncmd only the specified modules, not the transitive closure.
51796
51797 2005-08-31  Bruno Haible  <bruno@clisp.org>
51798
51799         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
51800         Create directories that shall be filled.
51801         (import): Don't look for gl_* macros in configure.ac. Recurse across
51802         all directories containing a gnulib-cache.m4 files, if meaningful.
51803
51804 2005-08-31  Bruno Haible  <bruno@clisp.org>
51805
51806         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
51807         (import): Set seen_libtool when we see gl_LIBTOOL.
51808
51809 2005-08-31  Bruno Haible  <bruno@clisp.org>
51810
51811         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
51812         declaration macro definitions from generated gnulib.m4.
51813
51814 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
51815
51816         * lib/iconvme.h: Add prototype for iconv_alloc.
51817
51818 2005-08-29  Simon Josefsson  <jas@extundo.com>
51819
51820         * lib/iconvme.c: Fix errno.
51821
51822 2005-08-29  Bruno Haible  <bruno@clisp.org>
51823
51824         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
51825         that it works when the directory contains spaces.
51826
51827 2005-08-29  Bruno Haible  <bruno@clisp.org>
51828
51829         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
51830
51831 2005-08-29  Bruno Haible  <bruno@clisp.org>
51832
51833         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
51834         Emit more advice.
51835
51836 2005-08-29  Bruno Haible  <bruno@clisp.org>
51837         and Stepan Kasal  <kasal@ucw.cz>
51838
51839         * check-module: If more parameters are given, check each of them
51840         separately; add more exceptions, as noted by Jim Meyering.
51841         (check_module): New procedure.
51842         (%exempt_header): Now contains all exceptions.
51843
51844 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
51845
51846         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
51847
51848 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
51849
51850         * lib/iconvme.c: Split iconv_string into iconv_alloc.
51851
51852 2005-08-28  Bruno Haible  <bruno@clisp.org>
51853
51854         * m4/gnulib-tool.m4: New file.
51855
51856 2005-08-27  Jim Meyering  <jim@meyering.net>
51857
51858         * modules/unistd-safer (Files): Add pipe-safer.c.
51859         * modules/fcntl-safer (Files): Add creat-safer.c.
51860
51861 2005-08-27  Jim Meyering  <jim@meyering.net>
51862
51863         * m4/stdlib-safer.m4: New file.  From coreutils.
51864         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
51865         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
51866         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
51867         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
51868         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
51869
51870 2005-08-27  Jim Meyering  <jim@meyering.net>
51871
51872         * lib/fopen-safer.c: Merge minor changes from coreutils.
51873         * lib/dup-safer.c: Likewise.
51874         * lib/fd-safer.c: Likewise.
51875
51876         Merge from coreutils.
51877         * lib/stdio--.h: New file.
51878         * lib/stdlib--.h: New file.
51879         * lib/mkstemp-safer.c: New file.
51880
51881         GNU tar needs these.
51882         * lib/pipe-safer.c: New file.
51883         * lib/creat-safer.c: New file.
51884         * lib/fcntl--.h (creat): Define to creat_safer.
51885         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
51886         * lib/unistd--.h (pipe): Define to pipe_safer.
51887         * lib/unistd-safer.h: Declare pipe_safer.
51888
51889 2005-08-26  Simon Josefsson  <jas@extundo.com>
51890
51891         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
51892         Haible <bruno@clisp.org>.
51893
51894 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
51895
51896         * lib/regex_internal.h: Remove all references to
51897         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
51898         or better.
51899         (bitset_not, bitset_merge, bitset_not_merge):
51900         (bitset_mask, re_string_allocate, re_string_construct):
51901         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
51902         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
51903         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
51904         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
51905         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
51906         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
51907         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
51908         (re_acquire_state_context):
51909         Remove unnecessary forward decls.
51910         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
51911         Put __attribute at function definition,
51912         now that the function decl has been removed.
51913         * lib/regex_internal.c (re_string_peek_byte_case):
51914         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
51915         Likewise.
51916
51917 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
51918
51919         * m4/regex.m4: Add AC_PREREQ(2.50).
51920         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
51921
51922 2005-08-25  Simon Josefsson  <jas@extundo.com>
51923
51924         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
51925         __fsetlocking.
51926
51927 2005-08-25  Simon Josefsson  <jas@extundo.com>
51928
51929         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
51930         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
51931         GLIBC specific code.
51932
51933 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51934
51935         Make regex safe for g++.  This fixes one real bug (an "err"
51936         that should have been "*err").  g++ problem reported by
51937         Sam Steingold.
51938         * lib/regex_internal.h (re_calloc): New macro, consistent with
51939         re_malloc etc.  All callers of calloc changed to use re_calloc.
51940         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
51941         not int.  All callers changed.
51942         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
51943         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
51944         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
51945         (find_recover_state): Change "err" to "*err"; this fixes what
51946         appears to be a real bug.
51947         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
51948         versus int.
51949
51950 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51951
51952         * modules/regex (Depends-on): Add malloc, since the code
51953         assumes that !malloc(0) means failure.
51954
51955 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51956
51957         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
51958
51959         alloca modernization/simplification for regex.
51960         * lib/regex.c: Remove portability cruft for alloca.  This no longer
51961         needs to be at the start of the file, and can be moved into
51962         regex_internal.h and simplified.
51963         * lib/regex_internal.h: Include <alloca.h>.
51964         (__libc_use_alloca) [!defined _LIBC]: New macro.
51965         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
51966         now works outside glibc.
51967
51968 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51969
51970         * config/srclist.txt: Add glibc bugs 1241, 1245.
51971
51972 2005-08-25  Jim Meyering  <jim@meyering.net>
51973
51974         * lib/open-safer.c: Include <config.h>.
51975         Otherwise, we'd lose LARGEFILE support in any file using
51976         e.g. "fcntl--.h"
51977
51978 2005-08-25  Bruno Haible  <bruno@clisp.org>
51979
51980         * m4/minmax.m4: Require autoconf 2.52.
51981         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
51982         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
51983         alternatives of translit over the alphabet.
51984         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
51985
51986 2005-08-24  Simon Josefsson  <jas@extundo.com>
51987
51988         * tests/test-getpass.c: New file.
51989
51990 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
51991
51992         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
51993         for GNU regex features.
51994
51995 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
51996
51997         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
51998         * lib/regex.h (regerror): Likewise.
51999
52000         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
52001         requires this.  (The code never needed it.)
52002
52003         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
52004         All uses of recently-renamed identifiers changed to use the new,
52005         POSIX-compliant names.  The code will build and run just fine
52006         without these changes, but it's better to eat our own dog food
52007         and use the standard-conforming names.
52008
52009         * lib/regex.h: Fix a multitude of POSIX name space violations.
52010         These changes have an effect only for programs that define
52011         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
52012         do not change anything for programs compiled in the normal way.
52013         Also, there is no effect on the ABI.
52014
52015         (_REGEX_SOURCE): New macro.
52016         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
52017         defined and _GNU_SOURCE is not; this fixes a name space violation.
52018
52019         Rename the following macros to obey POSIX requirements.
52020         The old names are still visible as macros if _REGEX_SOURCE is defined.
52021         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
52022         RE_BACKSLASH_ESCAPE_IN_LISTS.
52023         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
52024         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
52025         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
52026         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
52027         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
52028         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
52029         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
52030         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
52031         (REG_INTERVALS): renamed from RE_INTERVALS.
52032         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
52033         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
52034         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
52035         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
52036         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
52037         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
52038         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
52039         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
52040         RE_UNMATCHED_RIGHT_PAREN_ORD.
52041         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
52042         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
52043         (REG_DEBUG): renamed from RE_DEBUG.
52044         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
52045         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
52046         unusual, since we can't clash with the POSIX REG_ICASE.
52047         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
52048         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
52049         (REG_NO_SUB): renamed from RE_NO_SUB.
52050         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
52051         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
52052         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
52053         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
52054         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
52055         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
52056         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
52057         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
52058         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
52059         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
52060         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
52061         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
52062         RE_SYNTAX_POSIX_MINIMAL_BASIC.
52063         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
52064         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
52065         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
52066         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
52067         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
52068         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
52069         (REG_FIXED): Renamed from REGS_FIXED.
52070         (REG_NREGS): Renamed from RE_NREGS.
52071
52072         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
52073         of other REG_* macros, since POSIX says the user is allowed to
52074         #undef these macros selectively.
52075
52076         (reg_errcode_t): Update comment stating what other tables need
52077         to be consistent.
52078
52079         Rename the following enum values to obey POSIX requirements.
52080         The old names are still visible as macros.
52081         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
52082         is not defined, since GNU is supposed to be a superset of POSIX as
52083         much as possible, and since we want reg_errcode_t to be a signed
52084         type for implementation consistency.
52085         (_REG_NOERROR): Renamed from REG_NOERROR.
52086         (_REG_NOMATCH): Renamed from REG_NOMATCH.
52087         (_REG_BADPAT): Renamed from REG_BADPAT.
52088         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
52089         (_REG_ECTYPE): Renamed from REG_ECTYPE.
52090         (_REG_EESCAPE): Renamed from REG_EESCAPE.
52091         (_REG_ESUBREG): Renamed from REG_ESUBREG.
52092         (_REG_EBRACK): Renamed from REG_EBRACK.
52093         (_REG_EPAREN): Renamed from REG_EPAREN.
52094         (_REG_EBRACE): Renamed from REG_EBRACE.
52095         (_REG_BADBR): Renamed from REG_BADBR.
52096         (_REG_ERANGE): Renamed from REG_ERANGE.
52097         (_REG_ESPACE): Renamed from REG_ESPACE.
52098         (_REG_BADRPT): Renamed from REG_BADRPT.
52099         (_REG_EEND): Renamed from REG_EEND.
52100         (_REG_ESIZE): Renamed from REG_ESIZE.
52101         (_REG_ERPAREN): Renamed from REG_ERPAREN.
52102         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
52103         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
52104         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
52105         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
52106
52107         (_REG_RE_NAME, _REG_RM_NAME): New macros.
52108         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
52109         changed.  But support the old name if the new one is not defined
52110         and if _REGEX_SOURCE.
52111
52112         Change the following member names in struct re_pattern_buffer.
52113         The old names are still supported if !_REGEX_SOURCE.
52114         The new names are always supported, regardless of _REGEX_SOURCE.
52115         (re_buffer): Renamed from buffer.
52116         (re_allocated): Renamed from allocated.
52117         (re_used): Renamed from used.
52118         (re_syntax): Renamed from syntax.
52119         (re_fastmap): Renamed from fastmap.
52120         (re_translate): Renamed from translate.
52121         (re_can_be_null): Renamed from can_be_null.
52122         (re_regs_allocated): Renamed from regs_allocated.
52123         (re_fastmap_accurate): Renamed from fastmap_accurate.
52124         (re_no_sub): Renamed from no_sub.
52125         (re_not_bol): Renamed from not_bol.
52126         (re_not_eol): Renamed from not_eol.
52127         (re_newline_anchor): Renamed from newline_anchor.
52128
52129         Change the following member names in struct re_registers.
52130         The old names are still supported if !_REGEX_SOURCE.
52131         The new names are always supported, regardless of _REGEX_SOURCE.
52132         (rm_num_regs): Renamed from num_regs.
52133         (rm_start): Renamed from start.
52134         (rm_end): Renamed from end.
52135
52136         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
52137         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
52138         Prepend __ to parameter names.
52139
52140         Undo yesterday's changes.
52141
52142 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
52143
52144         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
52145         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
52146         lib/regex.c.
52147
52148 2005-08-24  Jim Meyering  <jim@meyering.net>
52149
52150         Sync from coreutils.
52151         * m4/fcntl-safer.m4: New file.
52152
52153         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
52154         and object files for this module.
52155
52156 2005-08-24  Jim Meyering  <jim@meyering.net>
52157
52158         Sync from coreutils.
52159         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
52160
52161 2005-08-24  Jim Meyering  <jim@meyering.net>
52162
52163         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
52164         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
52165
52166 2005-08-24  Jim Meyering  <jim@meyering.net>
52167
52168         * modules/fcntl-safer: New module.
52169         * modules/fts (Depends-on): Add fcntl-safer.
52170         * MODULES.html.sh (File descriptor based Input/Output):
52171         Add fcntl-safer.
52172
52173 2005-08-24  Bruno Haible  <bruno@clisp.org>
52174
52175         Support for unit test modules.
52176         * modules/README: Mention tests modules.
52177         * modules/TEMPLATE-TESTS: New file.
52178         * gnulib-tool: New options --extract-tests-module, --with-tests and
52179         --tests-base (unused for the moment).
52180         (testsbase, inctests): New variables.
52181         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
52182         (func_verify_module): Exclude TEMPLATE-TESTS.
52183         (func_verify_nontests_module, func_verify_tests_module): New functions.
52184         (func_get_dependencies): Add implicit dependency for tests modules.
52185         (func_get_tests_module): New function.
52186         (func_modules_transitive_closure): When --with-tests was specified,
52187         include the unit tests as well, unless explicitly avoided.
52188         (func_emit_lib_Makefile_am): Ignore the tests modules here.
52189         (func_emit_tests_Makefile_am): New function.
52190         (func_create_testdir): When --with-tests was specified, emit a
52191         tests/ directory.
52192         * MODULES.html.sh (Future developments): Update.
52193
52194 2005-08-24  Bruno Haible  <bruno@clisp.org>
52195
52196         * modules/tls-tests: New file.
52197         * tests/test-tls.c: New file, from GNU gettext.
52198
52199 2005-08-24  Bruno Haible  <bruno@clisp.org>
52200
52201         * modules/lock-tests: New file.
52202         * tests/test-lock.c: New file, from GNU gettext.
52203
52204 2005-08-24  Bruno Haible  <bruno@clisp.org>
52205
52206         * lib/lock.h: Add multiple inclusion guard.
52207         * lib/tls.h: Add multiple inclusion guard.
52208
52209 2005-08-24  Bruno Haible  <bruno@clisp.org>
52210
52211         * gnulib-tool: Add support for the --aux-dir option to
52212         --create-testdir, --create-megatestdir, --test, --megatest.
52213         (func_create_testdir, func_create_megatestdir): Optionally emit a
52214         AC_CONFIG_AUX_DIR directive.
52215         (create-testdir, create-megatestdir, test, megatest): Provide a
52216         default value for $auxdir.
52217
52218 2005-08-24  Bruno Haible  <bruno@clisp.org>
52219
52220         * gnulib-tool (import): Use compound statement instead of subshell
52221         where possible.
52222
52223 2005-08-24  Bruno Haible  <bruno@clisp.org>
52224
52225         * gnulib-tool (import): Change --aux-dir default to "build-aux".
52226
52227 2005-08-24  Bruno Haible  <bruno@clisp.org>
52228
52229         * gnulib-tool (func_version): Update.
52230
52231 2005-08-24  Bruno Haible  <bruno@clisp.org>
52232
52233         * gnulib-tool (func_import, func_create_testdir,
52234         func_create_megatestdir): Quote all autoconf macro arguments.
52235
52236 2005-08-24  Bruno Haible  <bruno@clisp.org>
52237
52238         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
52239         option --force, because --force causes the aclocal.m4 of each
52240         subdirectory to be newer than the corresponding config.h.in.
52241
52242 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
52243
52244         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
52245         All contents moved to gl_REGEX.
52246         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
52247         assume that it does.
52248
52249 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
52250
52251         * lib/regex.h (REG_NOSYS)
52252         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
52253         Define, since POSIX requires it as of 2001.
52254         (_REG_ENOSYS)
52255         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
52256         New private symbol, used to keep the enum signed in all cases.
52257         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
52258         Youngman in
52259         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
52260
52261         * lib/regex_internal.c (re_string_skip_chars, register_state):
52262         (calc_state_hash):
52263         Remove forward decls; no longer needed now that we use prototypes.
52264         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
52265         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
52266         (clean_state_log_if_needed): Likewise.
52267
52268 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
52269
52270         * config/srclist.txt: Add glibc bugs 1231-1233.
52271
52272 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
52273
52274         Fix problems reported by Sam Steingold in
52275         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
52276         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
52277         assumed that reg_errcode_t is a signed type, which is not
52278         necessarily true if _XOPEN_SOURCE is not defined.
52279         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
52280         since some compilers warn about it otherwise.
52281
52282 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
52283
52284         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
52285         (init_word_char, create_initial_state, duplicate_node_closure):
52286         (fetch_token, peek_token_bracket, build_range_exp):
52287         (build_collating_symbol): Remove forward decls; no longer needed
52288         now that we use prototypes.
52289
52290         * lib/regcomp.c:
52291         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
52292         (re_compile_fastmap_iter, regcomp, regerror, regfree):
52293         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
52294         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
52295         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
52296         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
52297         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
52298         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
52299         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
52300         (build_range_exp, build_collating_symbol, parse_bracket_exp):
52301         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
52302         (build_charclass, build_charclass_op, fetch_number, create_tree):
52303         (create_token_tree, mark_opt_subexp, duplicate_tree):
52304         Use prototypes rather than old-style definitions.
52305
52306         * lib/regex_internal.c:
52307         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
52308         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
52309         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
52310         (re_string_reconstruct, re_string_peek_byte_case):
52311         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
52312         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
52313         (re_node_set_init_copy, re_node_set_add_intersect):
52314         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
52315         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
52316         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
52317         (re_acquire_state, re_acquire_state_context, register_state):
52318         (create_ci_newstate, create_cd_newstate, free_state):
52319         Likewise.
52320         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
52321         re_search_2):
52322         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
52323         (re_search_internal, prune_impossible_nodes):
52324         (acquire_init_state_context, check_matching, static):
52325         (check_halt_node_context, check_halt_state_context, proceed_next_node):
52326         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
52327         (update_regs, sift_states_backward, build_sifted_states):
52328         (clean_state_log_if_needed, merge_state_array):
52329         (update_cur_sifted_state, add_epsilon_src_nodes):
52330         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
52331         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
52332         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
52333         (find_recover_state, check_subexp_matching_top, transit_state_mb):
52334         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
52335         (check_arrival, check_arrival_add_next_nodes):
52336         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
52337         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
52338         (check_node_accept_bytes, check_node_accept, extend_buffers):
52339         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
52340         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
52341         (sift_ctx_init):
52342         Likewise.
52343
52344         * lib/regex_internal.h:
52345         (re_string_allocate, re_string_construct, re_string_reconstruct):
52346         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
52347         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
52348         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
52349         (re_string_context_at, re_string_peek_byte_case):
52350         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
52351         is defined, since we now use prototypes always.
52352
52353         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
52354         C89 or better.  All uses removed.
52355
52356 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
52357
52358         * config/srclist.txt: Add glibc bugs 1220-1227.
52359
52360 2005-08-20  Jim Meyering  <jim@meyering.net>
52361
52362         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
52363         of unused local, dfa.
52364
52365 2005-08-20  Bruno Haible  <bruno@clisp.org>
52366
52367         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
52368
52369 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
52370
52371         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
52372         (re_node_set_insert_last, re_dfa_add_node):
52373         Rename local variables to avoid GCC shadowing warnings.
52374
52375 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
52376
52377         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
52378         [defined lint]: Suppress bogus uninitialized-variable warnings.
52379
52380         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
52381         and let the caller return REG_ESPACE if out of space.  This
52382         removes an uninitialied-variable warning with GCC 4.0.1, and also
52383         avoids taking the address of a local variable.  All callers
52384         changed.
52385
52386 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
52387
52388         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
52389         $LIBCSRC/posix/regexec.c.
52390         Add glibc bug 1217 for regcomp.c.
52391
52392 2005-08-19  Jim Meyering  <jim@meyering.net>
52393
52394         * lib/regexec.c (proceed_next_node): Redo local variables to
52395         avoid GCC shadowing warnings.
52396
52397 2005-08-18  Bruno Haible  <bruno@clisp.org>
52398
52399         * lib/strstr.c (strstr): Fix return value in multibyte case.
52400         * lib/strcasestr.c (strcasestr): Likewise.
52401
52402 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
52403
52404         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
52405
52406 2005-08-17  Jim Meyering  <jim@meyering.net>
52407
52408         Make the %s format (seconds since the epoch) work for a negative
52409         number and when used with a zero-padded field width, e.g. %015s.
52410
52411         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
52412         label so that it precedes the code to set `digits'.  Otherwise,
52413         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
52414         print `00-22'.  Now, it prints `-0022', as it should.
52415
52416 2005-08-17  Bruno Haible  <bruno@clisp.org>
52417
52418         * modules/strstr (Files): Add m4/mbrtowc.m4.
52419         (Depends-on): Add mbuiter.
52420
52421 2005-08-17  Bruno Haible  <bruno@clisp.org>
52422
52423         * modules/strcasestr: New file.
52424         * MODULES.html.sh (String handling, based on ANSI C 89): Add
52425         strcasestr.
52426
52427 2005-08-17  Bruno Haible  <bruno@clisp.org>
52428
52429         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
52430
52431 2005-08-17  Bruno Haible  <bruno@clisp.org>
52432
52433         * modules/mbuiter: New file.
52434         * MODULES.html.sh (Extended multibyte and wide character utilities):
52435         Add mbuiter.
52436
52437 2005-08-17  Bruno Haible  <bruno@clisp.org>
52438
52439         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
52440         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
52441
52442 2005-08-17  Bruno Haible  <bruno@clisp.org>
52443
52444         * m4/strcasestr.m4: New file.
52445
52446 2005-08-17  Bruno Haible  <bruno@clisp.org>
52447
52448         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
52449         * lib/strstr.c: Completely rewritten, with multibyte locale support.
52450
52451 2005-08-17  Bruno Haible  <bruno@clisp.org>
52452
52453         * lib/strcasestr.h: New file.
52454         * lib/strcasestr.c: New file.
52455
52456 2005-08-17  Bruno Haible  <bruno@clisp.org>
52457
52458         * lib/strcasecmp.c: Use mbuiter.h.
52459
52460 2005-08-17  Bruno Haible  <bruno@clisp.org>
52461
52462         * lib/mbuiter.h: New file.
52463
52464 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
52465
52466         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
52467         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
52468         and gl_GETOPT are both invoked via different paths (as happens
52469         with GNU tar CVS because it uses both argp and getopt), the former
52470         wins.
52471
52472 2005-08-16  Bruno Haible  <bruno@clisp.org>
52473
52474         * modules/tls: New file.
52475         * MODULES.html.sh (Multithreading): Add tls.
52476
52477 2005-08-16  Bruno Haible  <bruno@clisp.org>
52478
52479         * modules/strnlen1: New file.
52480         * MODULES.html.sh (String handling): Add strnlen1.
52481
52482 2005-08-16  Bruno Haible  <bruno@clisp.org>
52483
52484         * modules/strcase (Files): Add m4/mbrtowc.m4.
52485         (Depends-on): Add strnlen1, mbchar.
52486
52487 2005-08-16  Bruno Haible  <bruno@clisp.org>
52488
52489         * modules/mbiter: New file.
52490         * MODULES.html.sh (Extended multibyte and wide character utilities):
52491         Add mbiter.
52492
52493 2005-08-16  Bruno Haible  <bruno@clisp.org>
52494
52495         * modules/mbfile: New file.
52496         * MODULES.html.sh (Extended multibyte and wide character utilities):
52497         Add mbfile.
52498
52499 2005-08-16  Bruno Haible  <bruno@clisp.org>
52500
52501         * modules/mbchar: New file.
52502         * MODULES.html.sh (Extended multibyte and wide character utilities):
52503         New section.
52504
52505 2005-08-16  Bruno Haible  <bruno@clisp.org>
52506
52507         * m4/tls.m4: New file, from GNU gettext.
52508
52509 2005-08-16  Bruno Haible  <bruno@clisp.org>
52510
52511         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
52512         always.
52513         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
52514
52515 2005-08-16  Bruno Haible  <bruno@clisp.org>
52516
52517         * m4/mbiter.m4: New file.
52518
52519 2005-08-16  Bruno Haible  <bruno@clisp.org>
52520
52521         * m4/mbfile.m4: New file.
52522
52523 2005-08-16  Bruno Haible  <bruno@clisp.org>
52524
52525         * m4/mbchar.m4: New file.
52526
52527 2005-08-16  Bruno Haible  <bruno@clisp.org>
52528
52529         * lib/tls.h: New file, from GNU gettext.
52530         * lib/tls.c: New file, from GNU gettext.
52531
52532 2005-08-16  Bruno Haible  <bruno@clisp.org>
52533
52534         * lib/strnlen1.h: New file.
52535         * lib/strnlen1.c: New file.
52536
52537 2005-08-16  Bruno Haible  <bruno@clisp.org>
52538
52539         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
52540         (mbi_init): Update.
52541         (mbi_avail, mbi_advance): Let the iteration end before the terminating
52542         NUL byte, not after it.
52543
52544 2005-08-16  Bruno Haible  <bruno@clisp.org>
52545
52546         * lib/strcase.h (strcasecmp): Add note in comments.
52547         * lib/strncasecmp.c: Use code from strcasecmp.c.
52548         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
52549         (strcasecmp): Work correctly in multibyte locales.
52550
52551 2005-08-16  Bruno Haible  <bruno@clisp.org>
52552
52553         * lib/mbiter.h: New file.
52554
52555 2005-08-16  Bruno Haible  <bruno@clisp.org>
52556
52557         * lib/mbfile.h: New file.
52558
52559 2005-08-16  Bruno Haible  <bruno@clisp.org>
52560
52561         * lib/mbchar.h: New file.
52562         * lib/mbchar.c: New file.
52563
52564 2005-08-16  Bruno Haible  <bruno@clisp.org>
52565
52566         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
52567         the valid ones. Makes the comparison operations transitive:
52568         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
52569         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
52570
52571 2005-08-15  Simon Josefsson  <jas@extundo.com>
52572
52573         * modules/ssize_t (License): Change to 'unlimited'.
52574
52575         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
52576
52577 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
52578
52579         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
52580         Add comments for each pending glibc patch.
52581
52582 2005-08-15  Bruno Haible  <bruno@clisp.org>
52583
52584         * lib/regex.h (__restrict_arr): Don't define to __restrict if
52585         __cplusplus is defined.
52586
52587 2005-08-14  Jim Meyering  <jim@meyering.net>
52588
52589         Sync from coreutils.
52590
52591         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
52592         Use the hash-table-based cycle-detection code not just when
52593         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
52594         Reported by James Youngman in
52595         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
52596         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
52597         FTS_TIGHT_CYCLE_CHECK.
52598         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
52599         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
52600         once again.
52601         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
52602         * lib/fts.c (fd_safer): Remove decl.
52603         Include fcntl--.h rather than unistd-safer.h
52604         (fts_safe_changedir): Don't call fd_safer; no longer needed
52605         now that we include fcntl--.h.
52606
52607 2005-08-12  Simon Josefsson  <jas@extundo.com>
52608
52609         * modules/getndelim2: Use ssize_t module.
52610         * modules/getnline: Likewise.
52611         * modules/safe-read: Likewise.
52612         * modules/xreadlink: Likewise.
52613
52614         * modules/ssize_t: New file.
52615
52616 2005-08-12  Simon Josefsson  <jas@extundo.com>
52617
52618         * m4/readline.m4: Look for termcap, curses or ncurses if required.
52619
52620 2005-08-12  Simon Josefsson  <jas@extundo.com>
52621
52622         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
52623         ssize_t.
52624
52625 2005-08-12  Simon Josefsson  <jas@extundo.com>
52626
52627         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
52628         readline, getdelim and check_version.
52629         (Support for systems lacking ISO C 99: Sizes of integer types):
52630         Add size_max.
52631
52632 2005-08-12  Bruno Haible  <bruno@clisp.org>
52633
52634         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
52635
52636 2005-08-11  Simon Josefsson  <jas@extundo.com>
52637
52638         * modules/readline: New file.
52639
52640         * modules/strnlen (Files): Add strnlen.h.
52641
52642 2005-08-11  Simon Josefsson  <jas@extundo.com>
52643
52644         * m4/readline.m4: New file.
52645
52646 2005-08-11  Simon Josefsson  <jas@extundo.com>
52647
52648         * lib/readline.h, readline.c: New file.
52649
52650 2005-08-11  Simon Josefsson  <jas@extundo.com>
52651
52652         * doc/gnulib.texi (Initial import, Finishing touches): Mention
52653         gl_AVOID.
52654
52655 2005-08-11  Bruno Haible  <bruno@clisp.org>
52656
52657         * lib/strnlen.h (strnlen): Change parameter name to match comment.
52658
52659 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
52660
52661         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
52662
52663 2005-08-10  Simon Josefsson  <jas@extundo.com>
52664
52665         * tests/test-iconvme.c: New file.
52666
52667 2005-08-10  Simon Josefsson  <jas@extundo.com>
52668
52669         * m4/strnlen.m4: New file.
52670
52671         * m4/strndup.m4: Don't check for strnlen declaration, done in
52672         strnlen.m4.
52673
52674 2005-08-10  Simon Josefsson  <jas@extundo.com>
52675
52676         * lib/strndup.c: Use strnlen.h.
52677
52678         * lib/strnlen.h: New file.
52679
52680 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
52681
52682         * README: Typos.
52683
52684 2005-08-02  Simon Josefsson  <jas@extundo.com>
52685
52686         * modules/readline: New file.
52687
52688 2005-08-02  Simon Josefsson  <jas@extundo.com>
52689
52690         * modules/getdelim: New file.
52691
52692         * modules/getline: Rewrite, don't use getndelim2.
52693
52694 2005-08-02  Simon Josefsson  <jas@extundo.com>
52695
52696         * m4/getline.m4: Separate out getdelim stuff into separate module.
52697
52698         * m4/getdelim.m4: New file.
52699
52700 2005-08-02  Simon Josefsson  <jas@extundo.com>
52701
52702         * lib/getline.h, getline.c: Rewrite.
52703
52704         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
52705
52706 2005-07-31  Bruno Haible  <bruno@clisp.org>
52707
52708         * lib/lock.h (gl_lock_initializer): New macro.
52709         (gl_lock_define_initialized): Use it.
52710         (gl_rwlock_initializer): New macro.
52711         (gl_rwlock_define_initialized): Use it.
52712         (gl_recursive_lock_initializer): New macro.
52713         (gl_recursive_lock_define_initialized): Use it.
52714
52715 2005-07-30  Karl Berry  <karl@gnu.org>
52716
52717         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
52718         Report from Ben Pfaff, regarding getopt.
52719
52720 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
52721
52722         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
52723         normal way.
52724         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
52725         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
52726         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
52727         (gl_GETOPT): Use the new macros.  Most of the implementation
52728         is moved to the new macros.  This is for programs like Emacs
52729         that don't want all the functionality of gl_GETOPT.
52730
52731 2005-07-26  Bruno Haible  <bruno@clisp.org>
52732
52733         * m4/lock.m4: Update from GNU gettext.
52734
52735 2005-07-26  Bruno Haible  <bruno@clisp.org>
52736
52737         * lib/lock.h: Update from GNU gettext.
52738         * lib/lock.c: Update from GNU gettext.
52739
52740 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
52741
52742         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
52743         obsolescent AC_TRY_RUN.  Include the default includes files, for
52744         'exit'.
52745
52746 2005-07-24  Bruno Haible  <bruno@clisp.org>
52747
52748         * modules/visibility: New file.
52749         * MODULES.html.sh (Misc): Add visibility.
52750
52751 2005-07-24  Bruno Haible  <bruno@clisp.org>
52752
52753         * m4/visibility.m4: New file.
52754
52755 2005-07-24  Bruno Haible  <bruno@clisp.org>
52756
52757         * doc/visibility.texi: New file.
52758
52759 2005-07-22  Bruno Haible  <bruno@clisp.org>
52760
52761         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
52762         $(ALLOCA_H), redundant through BUILT_SOURCES.
52763         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
52764         redundant through BUILT_SOURCES.
52765         * modules/byteswap (Makefile.am): Remove explicit dependency on
52766         $(BYTESWAP_H), redundant through BUILT_SOURCES.
52767         * modules/fnmatch (Makefile.am): Remove explicit dependency on
52768         $(FNMATCH_H), redundant through BUILT_SOURCES.
52769         * modules/getopt (Makefile.am): Remove explicit dependency on
52770         $(GETOPT_H), redundant through BUILT_SOURCES.
52771         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
52772         redundant through BUILT_SOURCES.
52773         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
52774         redundant through BUILT_SOURCES.
52775         * modules/stdbool (Makefile.am): Remove explicit dependency on
52776         $(STDBOOL_H), redundant through BUILT_SOURCES.
52777         * modules/stdint (Makefile.am): Remove explicit dependency on
52778         $(STDINT_H), redundant through BUILT_SOURCES.
52779         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
52780         Remove explicit dependency on $(SYSEXITS_H).
52781         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
52782
52783 2005-07-18  Simon Josefsson  <jas@extundo.com>
52784
52785         * lib/check-version.c (check_version): Accept identical versions too.
52786
52787 2005-07-18  Bruno Haible  <bruno@clisp.org>
52788
52789         * modules/lock: New file.
52790         * MODULES.html.sh (Multithreading): New section.
52791
52792 2005-07-18  Bruno Haible  <bruno@clisp.org>
52793
52794         * m4/lock.m4: New file, from GNU gettext.
52795
52796 2005-07-18  Bruno Haible  <bruno@clisp.org>
52797
52798         * lib/lock.h: New file, from GNU gettext.
52799         * lib/lock.c: New file, from GNU gettext.
52800
52801 2005-07-18  Bruno Haible  <bruno@clisp.org>
52802
52803         * lib/lock.h (gl_once_t): New type.
52804         (gl_once_define, gl_once): New macros.
52805         * lib/lock.c (fresh_once): New variable.
52806         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
52807         functions.
52808
52809 2005-07-16  Simon Josefsson  <jas@extundo.com>
52810
52811         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
52812         workaround, suggested by Bruno.
52813
52814 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
52815
52816         * modules/xalloc (Depends-on): Add xalloc-die.
52817         * modules/xvasprintf (Depends-on): Add xalloc-die.
52818
52819 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
52820
52821         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
52822         with a minor change.
52823
52824 2005-07-15  Bruno Haible  <bruno@clisp.org>
52825
52826         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
52827         When using lib/poll.c, define poll as rpl_poll.
52828
52829 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
52830
52831         * modules/argp (Depends-on): Remove unlocked-io.
52832
52833 2005-07-14  Derek Price  <derek@ximbiot.com>
52834
52835         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
52836         for glob symlink bug.
52837
52838 2005-07-14  Bruno Haible  <bruno@clisp.org>
52839
52840         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
52841         Instead, test for *_unlocked function declarations directly.
52842
52843 2005-07-11  Simon Josefsson  <jas@extundo.com>
52844
52845         * modules/size_max: New file.
52846
52847         * modules/xsize: Depend on size_max module for size_max.m4.
52848
52849 2005-07-11  Simon Josefsson  <jas@extundo.com>
52850
52851         * lib/size_max.h: New file.
52852
52853 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
52854
52855         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
52856         copyright symbol and the year.
52857         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
52858         (version_etc_va): Use parameterized copyright notice.
52859         Reword to conform to the current GNU coding standards.
52860
52861 2005-07-11  Karl Berry  <karl@gnu.org>
52862
52863         * doc/gnulib.texi (Quoting): new node.
52864         (Initial import): more info, from Patrice.
52865
52866 2005-07-11  Bruno Haible  <bruno@clisp.org>
52867
52868         * gnulib-tool (func_usage): Document option --avoid.
52869         (Command line options): Handle --avoid.
52870         (func_acceptable): New function.
52871         (func_modules_transitive_closure): Use it.
52872
52873 2005-07-11  Bruno Haible  <bruno@clisp.org>
52874
52875         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
52876         Reported by Jim Meyering.
52877
52878 2005-07-10  Bruno Haible  <bruno@clisp.org>
52879
52880         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
52881         Needed when size_t is smaller than 'unsigned int'.
52882         Reported by Paul Eggert.
52883
52884 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
52885
52886         * modules/argp (Depends-on): Add unlocked-io
52887
52888 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
52889
52890         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
52891         block of defines.
52892
52893 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
52894
52895         * config/srclist.txt: Comment out regcomp.c, since we have a porting
52896         fix now.
52897
52898 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
52899         and Paul Eggert  <eggert@cs.ucla.edu>
52900
52901         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
52902         in wint_t, not wchar_t.  Remove now-unnecessary cast.
52903
52904 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
52905
52906         * modules/regex (Files): Add lib/regex_internal.c,
52907         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
52908         (Depends-on): Add extensions.
52909         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
52910
52911 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
52912
52913         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
52914         pathconf.
52915         * m4/same.m4 (gl_SAME): Likewise.
52916         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
52917
52918         * m4/regex.m4: Adjust to new libc regex implementation.
52919         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
52920         all the .c and .h parts of (the new) regex.
52921         Quote the m4 stuff better.
52922         Check for RE_ICASE bug of old gnulib.
52923         Check for REG_STARTEND of recent libc.
52924         Rename local variables from jm_* to gl_*.
52925         Quote operand of "test -f".
52926         Say "recent enough" version of libc, not "version 2".
52927         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
52928         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
52929         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
52930         Remove check for btowc, isascii.
52931         Require AM_LANGINFO_CODESET.
52932
52933 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
52934
52935         * lib/regex.c, regex.h: Sync from libc.
52936         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
52937         * lib/regexec.c:
52938         New files, synced from libc, except that regex_internal.h
52939         currently has a small porting fix.
52940
52941 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
52942
52943         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
52944         regex_internal.c, regexec.c.
52945         Add regex_internal.h too, but as a comment, since the libc version
52946         is currently broken in gnulib mode.
52947
52948 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
52949
52950         Support programs like Emacs that use gnulib but not gettext.
52951         * MODULES.html.sh (Internationalization functions): Add gettext-h.
52952         * modules/gettext-h: New file.
52953         * modules/gettext (Files): Remove lib/gettext.h.
52954         (Depends-on): Add gettext-h.
52955         (Makefile.am): Remove lib_SOURCES.
52956         * modules/argmatch, modules/c-stack, modules/closeout:
52957         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
52958         * modules/execute, modules/file-type, modules/getaddrinfo:
52959         * modules/getopt, modules/human, modules/javacomp:
52960         * modules/javaexec, modules/mkdir-p, modules/obstack:
52961         * modules/openat, modules/pagealign_alloc, modules/pipe:
52962         * modules/quotearg, modules/regex, modules/rpmatch:
52963         * modules/unicodeio, modules/userspec, modules/version-etc:
52964         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
52965         * modules/xsetenv:
52966         Depend on gettext-h, not gettext.
52967
52968 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
52969
52970         * gnulib-tool (func_import): Add support for 'public domain' license.
52971         * modules/alloca, modules/atexit, modules/memmove:
52972         Now public domain, not GPL.
52973         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
52974         * modules/realloc, modules/strerror, modules/strtod:
52975         Now LGPL, not GPL.
52976
52977 2005-07-05  Bruno Haible  <bruno@clisp.org>
52978
52979         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
52980         autoconf CVS. Needed for mingw.
52981
52982 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
52983
52984         Remove the dependency of the strftime module on the tzset module.
52985         * modules/strftime (Depends-on): Remove dependency on tzset.
52986
52987 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
52988
52989         Remove the dependency of the strftime module on the tzset module.
52990         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
52991         gl_FUNC_TZSET_CLOBBER.
52992
52993 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
52994
52995         Remove the dependency of the strftime module on the tzset module.
52996         * lib/strftime.c (my_strftime)
52997         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
52998         Copy the input structure, to work around some of the bug with
52999         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
53000         Solaris releases, you should also use the tzset module, but we won't
53001         require it as a dependency any more since we don't want LGPLed code
53002         to depend on GPLed code.
53003
53004 2005-07-02  Jim Meyering  <jim@meyering.net>
53005
53006         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
53007         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
53008         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
53009         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
53010
53011 2005-07-02  Jim Meyering  <jim@meyering.net>
53012
53013         * lib/backupfile.c (backup_args): Change a `0' to NULL.
53014
53015 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
53016
53017         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
53018         declares only 'struct timespec;' (!).
53019
53020 2005-07-01  Jim Meyering  <jim@meyering.net>
53021
53022         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
53023         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
53024         * lib/save-cwd.c, tempname.c:
53025         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
53026         and don't include <sys/file.h>).
53027
53028 2005-06-29  Jim Meyering  <jim@meyering.net>
53029
53030         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
53031         type name.  Use the variable name instead.
53032         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
53033         Likewise.
53034
53035 2005-06-28  Simon Josefsson  <jas@extundo.com>
53036
53037         * modules/check-version (Files): Add check-version.m4.
53038
53039 2005-06-28  Simon Josefsson  <jas@extundo.com>
53040
53041         * m4/check-version.m4: New file, suggested by Jim Meyering
53042         <jim@meyering.net>.
53043
53044 2005-06-28  Simon Josefsson  <jas@extundo.com>
53045
53046         * lib/check-version.h, lib/check-version.c: New files.
53047
53048 2005-06-28  Simon Josefsson  <jas@extundo.com>
53049
53050         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
53051         collision with global variable.  Better indentation.  Don't
53052         increment buffer pointer beyond buffer end.  Based on comments
53053         from Paul Eggert <eggert@cs.ucla.edu>.
53054
53055         * lib/base64.h: Indent.
53056
53057 2005-06-28  Simon Josefsson  <jas@extundo.com>
53058
53059         * doc/gnulib.texi (Library version handling): New section.
53060
53061 2005-06-28  Jim Meyering  <jim@meyering.net>
53062
53063         * check-module (find_included_lib_files): Hard-code another
53064         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
53065         but modules/fts-lgpl (correctly) does not list those files.
53066
53067         * modules/canonicalize (Files): Add lib/pathmax.h.
53068
53069 2005-06-25  Simon Josefsson  <jas@extundo.com>
53070
53071         * modules/check-version: New file.
53072
53073 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
53074
53075         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
53076         initializer of struct addrinfo, as an indication that we don't
53077         care how many members the structure has.
53078
53079 2005-06-24  Derek Price  <derek@ximbiot.com>
53080         and Bruno Haible  <bruno@clisp.org>
53081
53082         Remove stat module & update lstat.
53083         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
53084         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
53085         * m4/stat.m4: Remove this file.
53086
53087 2005-06-24  Derek Price  <derek@ximbiot.com>
53088         and Bruno Haible  <bruno@clisp.org>
53089
53090         Remove stat module & update lstat.
53091         * lib/stat.c: Remove this file...
53092         (slash_aware_lstat): ...moving this content and its support...
53093         * lib/lstat.c (rpl_lstat): ...into here.
53094         * lib/lstat.h: New file.
53095
53096 2005-06-24  Derek Price  <derek@ximbiot.com>
53097         and Bruno Haible  <bruno@clisp.org>
53098
53099         Remove stat module & update lstat.
53100         * config/srclist.txt (libc sources): Remove stat.
53101
53102 2005-06-24  Derek Price  <derek@ximbiot.com>
53103         and Bruno Haible  <bruno@clisp.org>
53104
53105         Remove stat module & update lstat.
53106         * MODULES.html.sh (stat): Remove.
53107         * MODULES.html: Regenerated.
53108         * modules/lstat (Description): Correct function name.
53109         (Files): Add "lstat.h".
53110         (Depends-on): Remove stat, add xalloc, stat-macros.
53111         * modules/stat: Remove this file.
53112         (Include): Add "lstat.h", remove <sys/stat.h>.
53113
53114 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
53115
53116         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
53117         (ranged_convert): Don't save conversion in a temporary struct.
53118         This causes a warning with GCC 4.0.0, and anyway in the typical
53119         case it's not worth the extra 100 bytes or so of code.
53120         (ranged_convert, __mktime_internal): When calling a function via a
53121         pointer P, use P () rather than (*P) (), as we now assume C89 or
53122         better.
53123
53124 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
53125
53126         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
53127         "who -r" failed to give output.  Problem reported by Tim Waugh.
53128
53129         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
53130         (xcalloc): Use it to avoid needless tests.
53131         Problem reported by Jim Meyering.
53132
53133 2005-06-20  Derek Price  <derek@ximbiot.com>
53134
53135         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
53136         unnecessary for Autoconfs > 2.59c.
53137
53138 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53139
53140         * lib/argp.h (__option_is_short): Check upper limit of
53141         __key. Isprint() requires its argument to have the value
53142         of an unsigned char or EOF.
53143
53144 2005-06-16  Jim Meyering  <jim@meyering.net>
53145
53146         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
53147         when either N or S is zero.
53148
53149 2005-06-16  Derek Price  <derek@ximbiot.com>
53150
53151         * m4/bison.m4: Declare YACC & YFLAGS precious.
53152
53153 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
53154
53155         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
53156         multibyte string or pattern, fall back on unibyte matching.
53157         Problem reported by James Youngman.
53158
53159 2005-06-08  Bruno Haible  <bruno@clisp.org>
53160
53161         * modules/csharpcomp: New file.
53162         * MODULES.html.sh (C#): Add csharpcomp.
53163
53164 2005-06-08  Bruno Haible  <bruno@clisp.org>
53165
53166         * m4/csharpcomp.m4: New file, from GNU gettext.
53167
53168 2005-06-08  Bruno Haible  <bruno@clisp.org>
53169
53170         * lib/csharpcomp.h: New file, from GNU gettext.
53171         * lib/csharpcomp.c: New file, from GNU gettext.
53172         * lib/csharpcomp.sh.in: New file, from GNU gettext.
53173
53174 2005-06-08  Bruno Haible  <bruno@clisp.org>
53175
53176         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
53177         warning on mingw.
53178
53179 2005-06-07  Derek Price  <derek@ximbiot.com>
53180
53181         Sync from CVS.
53182         * lib/glob_.h: Indent nested #ifdef.
53183
53184 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
53185
53186         Sync from coreutils.
53187         Use "file name" when talking about file names, instead of "filename"
53188         or "path", as per the GNU coding standards.
53189         * lib/mkdir-p.c: Renamed from makepath.c.
53190         (make_dir_parents): Renamed from make_path.  All callers changed.
53191         * lib/mkdir-p.h: Likewise.  All includers changed.
53192         * lib/filenamecat.c: Renamed from path-concat.c.
53193         (file_name_concat): Renamed from path_concat.  All callers changed.
53194         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
53195         * lib/filenamecat.h: Likewise.  All includers changed.
53196         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
53197         in comments or local variable names.
53198         * lib/basename.c: Likewise.
53199         * lib/canonicalize.c, canonicalize.h: Likewise.
53200         * lib/dirname.c, dirname.h: Likewise.
53201         * lib/euidaccess.c: Likewise.
53202         * lib/exclude.c: Likewise
53203         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
53204         * lib/fsusage.c, fsuage.h: Likewise.
53205         * lib/fts.c, fts_.h: Likewise.
53206         * lib/getcwd.c: Likewise.
53207         * lib/getloadavg.c: Likewise.
53208         * lib/mkstemp.c: Likewise.
53209         * lib/mountlist.c, mountlist.h: Likewise.
53210         * lib/openat.c, openat.h: Likewise.
53211         * lib/readlink-stub.c: Likewise.
53212         * lib/readutmp.c, readutmp.h: Likewise.
53213         * lib/rename.c: Likewise.
53214         * lib/rmdir.c: Likewise.
53215         * lib/same.c: Likewise.
53216         * lib/savedir.c: Likewise.
53217         * lib/stripslash.c: Likewise.
53218         * lib/tempname.c: Likewise.
53219         * lib/xreadlink.c: Likewise.
53220         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
53221         All uses changed.
53222         * lib/exclude.h: Likewise.
53223
53224         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
53225         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
53226         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
53227         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
53228         * lib/pathmax.h: Include <limits.h> unconditionally, since other
53229         files have been getting away with it for years (MORE/BSD 4.3
53230         is extinct now).
53231         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
53232         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
53233
53234         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
53235         Define to 256, not 255, as per modern POSIX.
53236
53237 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
53238
53239         Sync from coreutils.
53240         Use "file name" when talking about file names, instead of "filename"
53241         or "path", as per the GNU coding standards.
53242         * MODULES.html.sh: mkdir-p renamed from makepath.
53243         filenamecat renamed from path-concat.
53244         * modules/filenamecat: Renamed from modules/path-concat.
53245         (Files): filenamecat.h and filenamecat.c renamed from
53246         path-concat.h and path-concat.c.
53247         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
53248         (Include): filenamecat.h, not path-concat.h.
53249         * modules/mkdir-p: Renamed from modules/makepath.
53250         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
53251         makepath.c.
53252         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
53253         (Include): mkdir-p.h, not makepath.h.
53254
53255 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
53256
53257         Sync from coreutils.
53258         * m4/mkdir-p.m4: Renamed from makepath.m4.
53259         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
53260         Rename files from makepath.c to mkdir-p.c, and from
53261         makepath.h to mkdir-p.h.
53262         * m4/filenamecat.m4: Renamed from path-concat.m4.
53263         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
53264         Rename files from path-concat.c to filenamecat.c,
53265         and from path-concat.h to filenamecat.h.
53266         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
53267         "file name" in local variables or comments.
53268         * m4/rename.m4: Likewise.
53269
53270 2005-06-01  Bruno Haible  <bruno@clisp.org>
53271
53272         * modules/csharpexec: New file.
53273         * MODULES.html.sh (C#): New section.
53274
53275 2005-06-01  Bruno Haible  <bruno@clisp.org>
53276
53277         * m4/csharp.m4: New file, from GNU gettext.
53278         * m4/csharpexec.m4: New file, from GNU gettext.
53279
53280 2005-06-01  Bruno Haible  <bruno@clisp.org>
53281
53282         * lib/csharpexec.h: New file, from GNU gettext.
53283         * lib/csharpexec.c: New file, from GNU gettext.
53284         * lib/csharpexec.sh.in: New file, from GNU gettext.
53285
53286 2005-05-31  Derek Price  <derek@ximbiot.com>
53287             Paul Eggert  <eggert@cs.ucla.edu>
53288
53289         Sync from cvs.
53290         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
53291
53292 2005-05-31  Derek Price  <derek@ximbiot.com>
53293             Paul Eggert  <eggert@cs.ucla.edu>
53294
53295         Sync from cvs.
53296         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
53297
53298 2005-05-29  Derek Price  <derek@ximbiot.com>
53299
53300         * config/srclist.txt (glob_.h, glob.c): Add these files.
53301
53302 2005-05-29  Derek Price  <derek@ximbiot.com>
53303
53304         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
53305         * modules/glob: New file.
53306         * modules/getlogin_r: Add link to POSIX spec in description.
53307
53308 2005-05-29  Derek Price  <derek@ximbiot.com>
53309             Paul Eggert  <eggert@cs.ucla.edu>
53310
53311         * m4/glob.m4: New file.
53312
53313 2005-05-29  Derek Price  <derek@ximbiot.com>
53314             Paul Eggert  <eggert@cs.ucla.edu>
53315
53316         * lib/glob_.h, lib/glob.c: New files.
53317
53318 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
53319
53320         * modules/fts (Files): Remove m4/inttypes-pri.m4.
53321         * modules/fts-lgpl (Depends-on): Remove gettext.
53322
53323 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
53324
53325         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
53326         and don't require gt_INTTYPES_PRI.
53327
53328 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
53329
53330         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
53331
53332         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
53333         the configuration hassle isn't worth it.
53334         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
53335         (LONGEST_MODIFIER, PRIuMAX): Remove.
53336
53337 2005-05-27  Bruno Haible  <bruno@clisp.org>
53338
53339         * lib/getlogin_r.h: Remove second include of <stddef.h>.
53340
53341 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
53342
53343         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
53344         _POSIX_PTHREAD_SEMANTICS for Solaris.
53345
53346 2005-05-25  Derek Price  <derek@ximbiot.com>
53347
53348         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
53349
53350 2005-05-25  Derek Price  <derek@ximbiot.com>
53351             Paul Eggert  <eggert@cs.ucla.edu>
53352
53353         * modules/getlogin_r, m4/getlogin_r.m4: New files.
53354         * lib/getlogin_r.c, getlogin_r.h: New files.
53355
53356 2005-05-25  Bruno Haible  <bruno@clisp.org>
53357             Derek Price  <derek@ximbiot.com>
53358
53359         * lib/getlogin_r.h: Simplify API documentation.
53360
53361 2005-05-23  Derek Price  <derek@ximbiot.com>
53362
53363         * modules/minmax (Files): Add m4/minmax.m4.
53364         (configure.ac): Add gl_MINMAX.
53365
53366 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
53367
53368         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
53369         so that unistd-safer.h (GPL'ed code) need not be included.
53370
53371 2005-05-22  Bruno Haible  <bruno@clisp.org>
53372
53373         * m4/minmax.m4: New file.
53374         Based on a patch by Derek Price <derek@ximbiot.com>.
53375
53376 2005-05-22  Bruno Haible  <bruno@clisp.org>
53377
53378         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
53379         (INT64_MIN): Fix definition.
53380         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
53381
53382         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
53383         NEED_SIGNED_INT_TYPES.
53384
53385         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
53386         HAVE_SYSTEM_INTTYPES.
53387
53388 2005-05-22  Bruno Haible  <bruno@clisp.org>
53389
53390         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
53391         Also include <sys/param.h> if it defines MIN, MAX.
53392         Based on a patch by Derek Price <derek@ximbiot.com>.
53393
53394 2005-05-21  Jim Meyering  <jim@meyering.net>
53395
53396         * modules/fts (Files): Add m4/inttypes-pri.m4.
53397         (Depends-on): Add lstat and remove gettext.  Alphabetize.
53398
53399 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
53400
53401         New fts module.
53402         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
53403         (setup_dir, free_dir): New functions.
53404         (enter_dir, leave_dir): Define trivial
53405         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
53406         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
53407         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
53408         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
53409         Move to fts-cycle.c.
53410         (fts_open): Use setup_dir.
53411         (fts_close): Use free_dir.
53412         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
53413         This adds a label and some gotos, but the alternatives were messier.
53414         Check for memory allocation failure when entering a dir.
53415         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
53416         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
53417         (FTS): New member fts_cycle, that is a union that contains the
53418         old active_dir_ht and cycle_state.  All uses changed to mention
53419         fts_cycle.ht and fts_cycle.state.
53420         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
53421         fts.c, with the following changes:
53422         (setup_dir, free_dir): New functions.
53423         (enter_dir): Now returns bool.  Return true if successful, false
53424         if memory exhausted.  All callers changed.
53425         Do not bother partly cleaning up on
53426         memory allocation failure; that is free_dir's job.
53427         However, free ad if hash_insert fails, to avoid memory leak.
53428         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
53429         fts->fts_options to see which union member to use.
53430
53431 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
53432
53433         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
53434         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
53435
53436 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
53437
53438         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
53439
53440 2005-05-20  Jim Meyering  <jim@meyering.net>
53441
53442         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
53443         Now a macro, to pacify GCC.
53444
53445 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
53446
53447         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
53448         of -1.
53449
53450 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
53451
53452         * lib/chown.c (rpl_chown): Return -1 on failure.
53453
53454 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
53455
53456         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
53457         Don't check for stddef.h.
53458         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
53459         don't use its results.
53460         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
53461         since we include them unconditionally.  Don't require
53462         AM_STDBOOL_H, since stdbool is a prerequisite.
53463         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
53464         since we assume C89 or better.
53465         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
53466         as we don't use their results.
53467         Don't check for fchdir, memmove, memset, strrchr, as we use
53468         them unconditionally.
53469         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
53470         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
53471
53472 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
53473
53474         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
53475         Include <stddef.h> unconditionally, since we assume C89 now.
53476         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
53477         * lib/fts.c: Include fts_.h first, to check interface.
53478         Do not include intprops.h; no longer needed.
53479         Include cycle-check.h and hash.h, since fts_.h no longer does.
53480         Remove unnecessary casts of closedir to void.
53481         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
53482         decide whether to decrement nlinks.
53483         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
53484         (FTS): Use struct hash_table * instead of Hash_table, so that
53485         we no longer need to include hash.h here.
53486
53487 2005-05-18  Jim Meyering  <jim@meyering.net>
53488
53489         * modules/dirfd (License): Change to LGPL.  Most of the code
53490         is already in the public domain.
53491
53492 2005-05-18  Jim Meyering  <jim@meyering.net>
53493
53494         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
53495         Reported by Yoann Vandoorselaere.
53496
53497 2005-05-17  Jim Meyering  <jim@meyering.net>
53498
53499         * m4/fts.m4: New file, from coreutils.
53500
53501 2005-05-17  Jim Meyering  <jim@meyering.net>
53502
53503         * lib/fts.c, lib/fts_.h: New files, from coreutils.
53504
53505 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
53506
53507         Sync from coreutils.
53508         * m4/unlinkdir.m4: New file.
53509
53510 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
53511
53512         Sync from coreutils.
53513         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
53514         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
53515         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
53516         White space changes only.
53517         * lib/makepath.c (make_path): Port to hosts where leading "//" is
53518         special.
53519         * lib/yesno.c: Include getline.h, not ctype.h.
53520         (yesno): Don't remove leading white space; POSIX doesn't allow it.
53521         Use getline to remove arbitrary restriction on response length.
53522
53523 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
53524
53525         * config/srclist-update: Spell out "Street" in FSF postal
53526         mail address; this is the style the FSF seems to prefer.
53527
53528         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
53529         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
53530         this updates FSF postal mail address.
53531
53532         Sync from coreutils.
53533         * modules/unlinkdir: New file.
53534         * modules/yesno (Depends-on): Add getline.
53535         * MODULES.html.sh (File system functions): Add unlinkdir.
53536
53537 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
53538
53539         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
53540         lib/strsep.h:
53541         Change the initial comment to refer to GPL, not LGPL.
53542         gnulib-tool will change it to LGPL as needed.
53543
53544         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
53545         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
53546         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
53547         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
53548         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
53549         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
53550         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
53551         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
53552         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
53553         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
53554         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
53555         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
53556         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
53557         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
53558         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
53559         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
53560         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
53561         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
53562         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
53563         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
53564         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
53565         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
53566         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
53567         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
53568         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
53569         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
53570         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
53571         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
53572         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
53573         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
53574         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
53575         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
53576         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
53577         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
53578         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
53579         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
53580         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
53581         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
53582         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
53583         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
53584         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
53585         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
53586         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
53587         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
53588         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
53589         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
53590         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
53591         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
53592         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
53593         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
53594         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
53595         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
53596         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
53597         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
53598         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
53599         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
53600         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
53601         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
53602         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
53603         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
53604         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
53605         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
53606         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
53607         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
53608         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
53609         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
53610         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
53611         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
53612         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
53613         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
53614         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
53615         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
53616         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
53617         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
53618         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
53619         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
53620         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
53621         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
53622         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
53623         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
53624         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
53625         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
53626         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
53627         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
53628         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
53629         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
53630         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
53631         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
53632         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
53633         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
53634         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
53635         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
53636         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
53637         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
53638         lib/yesno.c, lib/yesno.h:
53639         Update FSF postal mail address.
53640
53641 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
53642
53643         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
53644         tests/test-memmem.c, tests/test-stpncpy.c:
53645         Update FSF postal mail address.
53646
53647 2005-05-13  Bruno Haible  <bruno@clisp.org>
53648
53649         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
53650         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
53651         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
53652         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
53653         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
53654         Add support for 64-bit integers in the MSVC compiler.
53655
53656 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53657
53658         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
53659
53660 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
53661
53662         * gnulib-tool (func_import): Sort and uniquify recommended includes.
53663
53664 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
53665
53666         * doc/getdate.texi (General date syntax): Don't say that date
53667         date --iso-8601=ns generates acceptable dates; it doesn't yet.
53668         Problem reported by Nic Ferrier.
53669
53670 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
53671
53672         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
53673         specified in ai_socktype. Fix invalid ai_protocol
53674         check. ai_protocol is usually set to 0 or depending on
53675         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
53676         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
53677         ai_socktype / ai_protocol in the returned addrinfo structure.
53678
53679 2005-05-10  Simon Josefsson  <jas@extundo.com>
53680
53681         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
53682         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
53683
53684 2005-05-10  Karl Berry  <karl@gnu.org>
53685
53686         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
53687         (from http://www.gnu.org/licenses).
53688         * doc/COPYING.LIB: also rename to COPYING.LESSER.
53689         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
53690         fdl.texi suffices.
53691
53692 2005-05-10  Karl Berry  <karl@gnu.org>
53693
53694         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
53695         (COPYING.DOC): remove.
53696
53697         * config/srclist-update: new FSF address.
53698
53699 2005-05-10  Derek Price  <derek@ximbiot.com>
53700
53701         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
53702         possible.
53703
53704 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
53705             Bruno Haible  <bruno@clisp.org>
53706
53707         * modules/inet_ntop: New file.
53708         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
53709         inet_ntop.
53710
53711 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
53712             Bruno Haible  <bruno@clisp.org>
53713
53714         * m4/inet_ntop.m4: New file.
53715
53716 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
53717             Bruno Haible  <bruno@clisp.org>
53718
53719         * lib/inet_ntop.h: New file.
53720         * lib/inet_ntop.c: New file, from glibc with modifications.
53721
53722 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
53723
53724         * modules/time_r (License): Change to LGPL.
53725         * modules/extensions (License): Change to LGPL.  Actually,
53726         the license is more permissive than that, but currently gnulib-tool
53727         doesn't know how to handle more-permissive licenses.
53728
53729         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
53730         Problem reported by Dave Love.
53731
53732 2005-05-08  Jim Meyering  <jim@meyering.net>
53733
53734         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
53735         blank.
53736
53737 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
53738
53739         * modules/argmatch (Depends-on): Add stdbool.
53740         * modules/backupfile (Depends-on): Likewise.
53741         * modules/chdir-long (Depends-on): Likewise.
53742         * modules/closeout (Depends-on): Likewise.
53743         * modules/cycle-check (Depends-on): Likewise.
53744         * modules/dirname (Depends-on): Likewise.
53745         * modules/fnmatch (Depends-on): Likewise.
53746         * modules/fsusage (Depends-on): Likewise.
53747         * modules/fwriteerror (Depends-on): Likewise.
53748         * modules/getcwd (Depends-on): Likewise.
53749         * modules/getloadavg (Depends-on): Likewise.
53750         * modules/hard-locale (Depends-on): Likewise.
53751         * modules/makepath (Depends-on): Likewise.
53752         * modules/mountlist (Depends-on): Likewise.
53753         * modules/nanosleep (Depends-on): Likewise.
53754         * modules/posixtm (Depends-on): Likewise.
53755         * modules/quotearg (Depends-on): Likewise.
53756         * modules/readtokens (Depends-on): Likewise.
53757         * modules/readtokens0 (Depends-on): Likewise.
53758         * modules/readutmp (Depends-on): Likewise.
53759         * modules/save-cwd (Depends-on): Likewise.
53760         * modules/strftime (Depends-on): Likewise.
53761         * modules/userspec (Depends-on): Likewise.
53762         * modules/utimecmp (Depends-on): Likewise.
53763         * modules/xgetcwd (Depends-on): Likewise.
53764         * modules/xnanosleep (Depends-on): Likewise.
53765         * modules/xstrtod (Depends-on): Likewise.
53766         * modules/yesno (Depends-on): Likewise.
53767
53768 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
53769
53770         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
53771         needless checks.
53772
53773 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
53774
53775         Merge from coreutils.  Among other things,
53776         add bulletproofing for cases where stdin, stdout, or stderr are closed.
53777         * lib/fd-safer.c: New file.
53778         * lib/fcntl-safer.h, open-safer.c: Remove.
53779         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
53780         * lib/dup-safer.c: Include unistd-safer.h first.
53781         Don't include errno.h.
53782         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
53783         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
53784         * lib/file-type.c: Rely on file-type.h change.
53785         * lib/getloadavg.c: Include unistd-safer.h.
53786         (getloadavg): Use safer open.
53787         * lib/getusershell.c: Include "stdio-safer.h".
53788         (getusershell): Use safer fopen.
53789         * lib/long-options.c (long_options): Use NULL rather than 0.
53790         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
53791         'free'.
53792         * lib/modechange.c: Likewise.
53793         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
53794         (MODE_DONE): New constant.
53795         (struct mode_change): Remove 'next' member.
53796         (make_node_op_equals): New function; like the old one of the
53797         same name, except it allocates an array.
53798         (mode_compile, mode_create_from_ref): Use it.
53799         (mode_compile): Allocate result as an array, not a linked list.
53800         Parse octal string ourself, so that we catch mistakes like "+0".
53801         (mode_adjust): Arg is an array, not a linked list.
53802         * lib/modechange.c: Include stat-macros.h, xalloc.h.
53803         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
53804         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
53805         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
53806         Remove.  This is now stat-macros.h's job.
53807         (talloc): Remove.  All callers replaced by xalloc, so that
53808         our invokers don't have to worry about reporting memory failures.
53809         (make_node_op_equals): Remove.
53810         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
53811         New constants.
53812         (struct mode_change): Moved here from modechange.h.
53813         (mode_append_entry): Remove.
53814         (mode_compile): Remove MASKED_OPS arg, since it encouraged
53815         apps to have incorrect behavior.  Use simpler algorithm for head
53816         and tail.  Don't futz with umask; that's now the job of mode_adjust.
53817         Detect more invalid usages rather than having somewhat-random behavior.
53818         Don't insert an "a=" action, as that leads to incorrect behavior.
53819         (mode_compile, mode_create_from_ref): Return NULL on error instead
53820         of an enum, since now there's only one way to have an error.  All
53821         callers changed.
53822         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
53823         at the correct time.  Simplify calculation of "+u" and its ilk.
53824         Don't mishandle "+X".
53825         (mode_free): Remove "register" and localize decls.
53826         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
53827         (struct mode_change): Move to modechange.c; callers don't
53828         need to see this stuff.
53829         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
53830         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
53831         (mode_change, mode_adjust): Reflect the new signatures noted above.
53832         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
53833         that might redefine system include files.
53834         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
53835         (my_usleep): Use NULL rather than (void *) 0.
53836         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
53837         Use siginterrupt to specify that system calls should be interrupted.
53838         (rpl_nanosleep): Move initialization of suspended closer to call of
53839         my_usleep.
53840         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
53841         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
53842         (desirable_utmp_entry): New function.
53843         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
53844         using x2nrealloc, to simplify logic.
53845         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
53846         size calculation.  Do not assume utmp file is a regular file.
53847         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
53848         (READ_UTMP_CHECK_PIDS): New constant.
53849         * lib/save-cwd.c: Include unistd-safer.h.
53850         (save_cwd): Use fd_safer.
53851         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
53852         [!_LIBC] Include "stat-macros.h" instead.
53853         * lib/unistd-safer.h (fd_safer): New decl.
53854
53855 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
53856
53857         * modules/getloadavg (Depends-on): Add unistd-safer.
53858         * modules/getusershell (Depends-on): Add stdio-safer.
53859         * modules/lstat (Depends-on): Remove xalloc.
53860         * modules/mkstemp (Depends-on): Add stat-macros.
53861         * modules/modechange (Depends-on): Remove xstrtol.
53862         Add stat-macros, xalloc.
53863         * modules/save-cwd (Depends-on): Add unistd-safer.
53864         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
53865         * modules/unistd-safer (Files): Add lib/fd-safer.c
53866         (Makefile.am): Remove lib_SOURCES.
53867
53868         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
53869         Remove fcntl-safer; unistd-safer supersedes it.
53870
53871 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
53872
53873         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
53874         AC_HEADER_STAT.
53875         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
53876         (gl_PREREQ_CHOWN): Remove.
53877         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
53878         it.  Don't require AC_HEADER_STAT.
53879         (gl_PREREQ_LSTAT): Remove.
53880         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
53881         Don't require AC_HEADER_STAT.
53882         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
53883         (gl_PREREQ_RMDIR): Remove.
53884         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
53885         mention stat-macros.h or AC_HEADER_STAT, since we'll make
53886         the stat-macros module a prerequisite.
53887         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
53888         * m4/filemode.m4 (gl_FILEMODE): Likewise.
53889         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
53890         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
53891         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
53892         variable names.
53893         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
53894         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
53895         variable prefixes.
53896         * m4/fcntl-safer.m4: Remove.
53897         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
53898         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
53899         Invoke gl_PREREQ_FD_SAFER.
53900         (gl_PREREQ_FD_SAFER): New macro.
53901         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
53902         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
53903         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
53904         Remove duplicate call to AC_LIBOBJ(readutmp).
53905         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
53906
53907         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
53908         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
53909
53910 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
53911
53912         * MODULES.html.sh (Misc): Add byteswap.
53913
53914 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
53915
53916         * modules/getcwd (Depends-on): Add extensions.
53917         * modules/openat (Depends-on): Likewise.
53918
53919 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
53920
53921         * modules/byteswap: New file.
53922
53923 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
53924
53925         * m4/byteswap.m4: New file.
53926
53927 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
53928
53929         * lib/byteswap_.h: New file.
53930
53931 2005-04-25  Karl Berry  <karl@gnu.org>
53932
53933         * m4/gettext.m4: Update from GNU gettext 0.14.4.
53934
53935 2005-04-25  Albert Chin  <china@thewrittenword.com>
53936
53937         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
53938         Toolkit C bug.
53939
53940 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
53941
53942         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
53943         (func_ln_if_changed) Remove forcibly for no error message
53944         in case file does not exist.
53945
53946 2005-04-19  Simon Josefsson  <jas@extundo.com>
53947
53948         * gnulib-tool (Options): Make --symlink mean --symbolic.
53949
53950 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
53951
53952         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
53953
53954 2005-04-16  Simon Josefsson  <jas@extundo.com>
53955
53956         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
53957
53958 2005-04-15  Simon Josefsson  <jas@extundo.com>
53959
53960         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
53961
53962 2005-04-15  Simon Josefsson  <jas@extundo.com>
53963
53964         * gnulib-tool: Rename --symlink to --symbolic.
53965
53966 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
53967
53968         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
53969         symbolic links to files instead of copying/moving.  Add --aux-dir,
53970         specifying directory relative --dir where auxiliary build tools
53971         are placed.
53972
53973 2005-04-14  Bruno Haible  <bruno@clisp.org>
53974
53975         * modules/allocsa (License): Change to LGPL.
53976         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
53977
53978 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
53979
53980         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
53981         that "UTC +1 second" continues to work.  Problem reported
53982         by Dmitry V. Levin.
53983         (relunit_snumber): New rule.
53984         (relunit): Use it.
53985
53986 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
53987
53988         * lib/getdate.y (universal_time_zone_table): New constant.
53989         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
53990         universal_time_zone_table.
53991         (lookup_zone): Prefer universal_time_zone_table to
53992         local_time_zone_table, so that "GMT" time stamps are allowed in
53993         London during the summer.  Problem reported by Ian Abbott.
53994
53995 2005-04-12  Jim Meyering  <jim@meyering.net>
53996
53997         * lib/human.c (humblock): Set *options even when returning due to
53998         xstrtoumax conversion failure.  Thanks to a used-uninitialized
53999         warning from gcc-4.
54000
54001 2005-04-09  Jim Meyering  <jim@meyering.net>
54002
54003         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
54004         -Wuninitialized: initialize tm0.tm_year.
54005
54006 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
54007
54008         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
54009         count, since there's no maximum.  All uses changed.
54010         Add member dsts_seen.
54011         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
54012         not being INT_MAX.
54013         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
54014         Use pc_rels_seen to decide whther a date is absolute.
54015
54016         * lib/getdate.y (number): Don't overwrite year.
54017         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
54018         check.
54019
54020 2005-04-02  Simon Josefsson  <jas@extundo.com>
54021
54022         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
54023         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
54024
54025 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
54026
54027         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
54028         where no absolute path name can be longer than PATH_MAX.
54029
54030 2005-03-27  Jim Meyering  <jim@meyering.net>
54031
54032         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
54033
54034 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
54035
54036         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
54037         "one's complement" -> "ones' complement" in comment, as per Knuth.
54038         "value of type" -> "type or expression" in comment.
54039         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
54040
54041 2005-03-26  Jim Meyering  <jim@meyering.net>
54042
54043         Comment nits.
54044         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
54045         Correct typos: s/or/of/.
54046
54047 2005-03-26  Jim Meyering  <jim@meyering.net>
54048
54049         * modules/check-include-files: Move to ../ and rename to...
54050         * check-module: ...this.
54051
54052 2005-03-25  Jim Meyering  <jim@meyering.net>
54053
54054         * modules/xvasprintf (Files): Add xalloc.h.
54055
54056 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
54057
54058         * modules/gettext (Files): config/config.rpath ->
54059         build-aux/config.rpath
54060         * modules/iconv (Files): Likewise.
54061         Problem reported by Oskar Liljeblad.
54062
54063 2005-03-23  Jim Meyering  <jim@meyering.net>
54064
54065         * modules/check-include-files: New script to check for
54066         missing dependencies, multiple includes, etc.
54067
54068         * modules/c-strtold (Depends-on): Add xalloc.
54069         * modules/c-strtod (Depends-on): Add xalloc.
54070         * modules/hash (Depends-on): Add xalloc.
54071         (Files): Remove lib/xalloc.h.
54072
54073         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
54074         * modules/userspec (Files): Add lib/inttostr.h.
54075
54076 2005-03-23  Jim Meyering  <jim@meyering.net>
54077
54078         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
54079
54080 2005-03-22  Jim Meyering  <jim@meyering.net>
54081
54082         * modules/stat-macros: New module.
54083         * modules/canonicalize, modules/euidaccess, modules/file-type,
54084         * modules/filemode, modules/lchown, modules/makepath,
54085         * modules/rmdir, modules/stat: Depend on new stat-macros module
54086         rather than listing lib/stat-macros.h manually.
54087         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
54088
54089 2005-03-22  Jim Meyering  <jim@meyering.net>
54090
54091         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
54092
54093 2005-03-22  Bruno Haible  <bruno@clisp.org>
54094
54095         * config/srclist.txt: Replace target directory 'config' with
54096         'build-aux'.
54097         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
54098         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
54099         ../build-aux/.
54100
54101 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
54102
54103         * modules/chdir-long (Depends-on): Add mempcpy.
54104
54105         * modules/acl, modules/backupfile, modules/c-strtod,
54106         modules/c-strtold, modules/canon-host, modules/canonicalize,
54107         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
54108         modules/exclude, modules/exitfail, modules/file-type,
54109         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
54110         modules/getdate, modules/getline, modules/getpagesize,
54111         modules/getpass, modules/getugroups, modules/group-member,
54112         modules/hard-locale, modules/hash, modules/human, modules/idcache,
54113         modules/inttostr, modules/long-options, modules/makepath,
54114         modules/md5, modules/memcasecmp, modules/memcoll,
54115         modules/modechange, modules/mountlist, modules/path-concat,
54116         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
54117         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
54118         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
54119         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
54120         modules/strftime, modules/strndup, modules/strverscmp,
54121         modules/timespec, modules/unlocked-io, modules/userspec,
54122         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
54123         modules/yesno:
54124         Remove lib_SOURCES line from Makefile.am section, as this is now
54125         done automatically by the corresponding Autoconf macro.
54126
54127 2005-03-21  Jim Meyering  <jim@meyering.net>
54128
54129         Changes imported from coreutils.
54130
54131         * lib/cycle-check.c: Don't include xalloc.h.
54132
54133         * lib/path-concat.c: Don't include assert.h.
54134         (path_concat): Remove assertion that would have triggered
54135         for ABASE starting with more than one slash.
54136         Reported by Andreas Schwab.
54137
54138         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
54139         properly when ABASE is an absolute file name.
54140         Correct the description of this function.
54141         Include <assert.h>.
54142         Add an assertion and a test driver.
54143         This fixes a bug introduced on 2004-07-02.
54144         Andreas Schwab reported the resulting failure of cp --parents:
54145         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
54146
54147 2005-03-21  Jim Meyering  <jim@meyering.net>
54148
54149         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
54150         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
54151
54152 2005-03-21  Jim Meyering  <jim@meyering.net>
54153         and  Paul Eggert  <eggert@cs.ucla.edu>
54154
54155         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
54156         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
54157         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
54158         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
54159         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
54160         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
54161         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
54162         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
54163         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
54164         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
54165         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
54166         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
54167         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
54168         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
54169         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
54170         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
54171         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
54172         for these modules.
54173
54174 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
54175
54176         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
54177         (which shouldn't happen), generate nothing instead of returning 0
54178         immediately, so that nstrftime (NULL, ...) doesn't return 0.
54179
54180 2005-03-16  Bruno Haible  <bruno@clisp.org>
54181
54182         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
54183         HAVE_LONGLONG_64BIT.
54184
54185 2005-03-16  Bruno Haible  <bruno@clisp.org>
54186
54187         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
54188         HAVE_LONGLONG_64BIT.
54189
54190 2005-03-16  Bruno Haible  <bruno@clisp.org>
54191
54192         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
54193         HAVE_LONGLONG_64BIT.
54194
54195 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
54196
54197         * lib/strftime.c (my_strftime): Prepend space to format so that we can
54198         reliably distinguish strftime failure from empty output on POSIX
54199         hosts.
54200
54201 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
54202
54203         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
54204         (iconv_string): Don't guess a size-zero buffer, as that might cause
54205         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
54206         result would be 'too large', where 'too large' is (heuristically)
54207         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
54208         overflow concerns.  This will prevent some unwanted malloc failures
54209         when the inputs are very large.
54210
54211 2005-03-15  Karl Berry  <karl@gnu.org>
54212
54213         * config/srclist.txt (config.rpath): from gettext.
54214         * config/config.rpath: update.
54215
54216 2005-03-15  Bruno Haible  <bruno@clisp.org>
54217
54218         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
54219         to 'negate'.
54220
54221         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
54222         variable.
54223
54224         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
54225         results.
54226
54227 2005-03-14  Simon Josefsson  <jas@extundo.com>
54228
54229         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
54230         <fx@gnu.org>.
54231
54232 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
54233
54234         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
54235         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
54236         intprops.h.
54237         * lib/strtol.c: Likewise.
54238
54239 2005-03-14  Jim Meyering  <jim@meyering.net>
54240
54241         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
54242         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
54243         to be nonzero so that we (and caller) can detect the difference
54244         between a valid zero-length expansion and an error return, even
54245         when the underlying strftime fails before writing anything into
54246         that location.
54247
54248 2005-03-14  Bruno Haible  <bruno@clisp.org>
54249
54250         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
54251         Update from GNU gettext 0.14.3.
54252
54253 2005-03-10  Jim Meyering  <jim@meyering.net>
54254
54255         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
54256
54257 2005-03-10  Jim Meyering  <jim@meyering.net>
54258
54259         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
54260         so that this module works on systems without fchdir.
54261
54262 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
54263
54264         Factor int-properties macros into a single file, except for
54265         glibc-related files.
54266         * lib/intprops.h: New file.
54267         * lib/getloadavg.c: Include it instead of limits.h.
54268         (INT_STRLEN_BOUND): Remove.
54269         * lib/human.c: Include intprops.h.
54270         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
54271         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
54272         302/1000.
54273         * lib/inttostr.h: Include intprops.h instead of limits.h.
54274         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
54275         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
54276         for consistency with intprops.h.
54277         (time_t_is_integer, twos_complement_arithmetic): Use them.
54278         * lib/sig2str.h: Include <signal.h>, intprops.h.
54279         (INT_STRLEN_BOUND): Remove.
54280         * lib/strftime.c (TYPE_SIGNED): Remove.
54281         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
54282         * lib/strtol.c: Adjust comments to match intprops.h.
54283         * lib/userspec.c: Include intprops.h.
54284         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
54285         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
54286         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
54287         instead of rolling our own expressions.
54288         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
54289
54290         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
54291         instead of int.
54292         (my_strftime): Do not mishandle years close to INT_MAX, by doing
54293         the right thing even if adding 1900 would overflow.  Similarly
54294         for tm_mon + 1 and tm_yday + 1.
54295         Make %Y always equivalent to %C%y, and similarly for %G and %g.
54296         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
54297         (DO_SIGNED_NUMBER): New macro.
54298         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
54299
54300 2005-03-07  Bruno Haible  <bruno@clisp.org>
54301
54302         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
54303
54304 2005-03-07  Bruno Haible  <bruno@clisp.org>
54305
54306         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
54307
54308 2005-03-04  Derek R. Price  <derek@ximbiot.com>
54309
54310         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
54311         (func_import): Only replace files via --import when they have actually
54312         changed.
54313
54314 2005-03-03  Derek R. Price  <derek@ximbiot.com>
54315
54316         * m4/mmap-anon.m4: New file.
54317         * m4/pagealign_alloc.m4: New file.
54318
54319 2005-03-03  Derek R. Price  <derek@ximbiot.com>
54320             Bruno Haible  <bruno@clisp.org>
54321
54322         * modules/pagealign_alloc: New file.
54323         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
54324
54325 2005-03-03  Derek R. Price  <derek@ximbiot.com>
54326             Bruno Haible  <bruno@clisp.org>
54327
54328         * lib/pagealign_alloc.h: New file.
54329         * lib/pagealign_alloc.c: New file.
54330
54331 2005-03-03  Bruno Haible  <bruno@clisp.org>
54332
54333         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
54334         Use an all-permissive copyright notice, recommended by RMS.
54335
54336 2005-03-02  Bruno Haible  <bruno@clisp.org>
54337
54338         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
54339         of AIX, the replacement has to be done only after <string.h> is
54340         included, therefore not in config.h. stpncpy.h does the replacement,
54341         and stpncpy.c uses it.
54342
54343 2005-03-02  Bruno Haible  <bruno@clisp.org>
54344
54345         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
54346         stpncpy.c uses it.
54347
54348 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
54349
54350         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
54351         The workaround isn't strictly needed for POSIX conformance, and
54352         it's too much of a pain to configure and maintain.  We'll ask
54353         people to fix their kernels instead.
54354         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
54355         (NANOSLEEP_BUG_WORKAROUND): Remove.
54356         (xnanosleep): Remove the workaround.
54357
54358 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
54359
54360         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
54361         Reported by Derek Price.
54362         (Include): Add "timespec.h".
54363
54364         * modules/xnanosleep (Depends-on): Remove gethrxtime.
54365
54366 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
54367
54368         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
54369         to detect nanosleep bug.
54370
54371 2005-03-01  Bruno Haible  <bruno@clisp.org>
54372
54373         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
54374
54375 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
54376
54377         * modules/gethrxtime: New file.
54378         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
54379         (Depends-on): Add gethrxtime.
54380         (configure.ac): Add gl_XNANOSLEEP.
54381         (Makefile.am): Remove lib_SOURCES line.
54382
54383 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
54384
54385         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
54386         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
54387
54388 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
54389
54390         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
54391         * lib/timespec.h (gettime): Return void, since it always
54392         succeeds now.  All uses changed.
54393         * lib/gettime.c (gettime) Likewise.
54394         [HAVE_NANOTIME]: Prefer nanotime.
54395         Assume gettimeofday succeeds, as POSIX requires.
54396         Assime time () succeeds, since other code already does.
54397         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
54398         (timespec_subtract): Remove.
54399         (NANOSLEEP_BUG_WORKAROUND): New constant.
54400         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
54401         things considerably.  Use it only on GNU/Linux hosts, since the
54402         workaround shouldn't be needed elsewhere.
54403
54404 2005-02-24  Bruno Haible  <bruno@clisp.org>
54405
54406         * modules/gettext (Files): Add m4/glibc2.m4.
54407
54408 2005-02-24  Bruno Haible  <bruno@clisp.org>
54409
54410         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
54411         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
54412         * m4/progtest.m4:
54413         Update from GNU gettext 0.14.2.
54414         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
54415
54416 2005-02-24  Bruno Haible  <bruno@clisp.org>
54417
54418         * lib/localcharset.c: Update from GNU gettext 0.14.2.
54419         * lib/config.charset: Update from GNU gettext 0.14.2.
54420
54421 2005-02-24  Bruno Haible  <bruno@clisp.org>
54422
54423         * lib/gettext.h: Update from GNU gettext 0.14.2.
54424
54425 2005-02-23  Simon Josefsson  <jas@extundo.com>
54426
54427         * m4/iconvme.m4: New file.
54428
54429 2005-02-23  Jim Meyering  <jim@meyering.net>
54430
54431         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
54432         change.
54433         Thanks to Bruno Haible for catching it.
54434
54435 2005-02-22  Simon Josefsson  <jas@extundo.com>
54436
54437         * modules/iconvme: New file.
54438
54439         * MODULES.html.sh: Add iconvme.
54440
54441 2005-02-22  Simon Josefsson  <jas@extundo.com>
54442
54443         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
54444
54445 2005-02-22  Simon Josefsson  <jas@extundo.com>
54446
54447         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
54448
54449 2005-02-22  Jim Meyering  <jim@meyering.net>
54450
54451         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
54452         s/ifndef/ifdef/.
54453
54454 2005-02-20  Neil Conway  <neilc@samurai.com>
54455
54456         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
54457         returned by OSX/Darwin if the specified buffer is not large
54458         enough for the hostname.
54459
54460 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54461
54462         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
54463         pass it to _help, otherwise the latter coredumps trying to
54464         dereference state.root_argp.
54465
54466 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
54467
54468         * modules/chdir-long (Depends-on): Add memrchr.
54469         * modules/memrchr (Files): Add lib/memrchr.h.
54470         (Include): "memrchr.h".
54471
54472 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
54473
54474         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
54475
54476 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
54477
54478         * lib/memrchr.h: New file.
54479         * lib/chdir-long.c: Include it.
54480         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
54481         Don't bother including stddef.h.
54482
54483 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
54484
54485         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
54486         inclusion.
54487         Include <sys/types.h>, for dev_t.
54488         (ME_DUMMY, ME_REMOTE): Move from here....
54489         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
54490         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
54491         Dmitry V. Levin.
54492         Include mountlist.h first, to test the interface.
54493
54494 2005-01-29  Bruno Haible  <bruno@clisp.org>
54495
54496         * lib/progname.c (program_name): Initialize.
54497         Needed when linking statically on MacOS X.
54498
54499 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
54500
54501         Sync from coreutils.
54502         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
54503         (Depends-on): Add c-strtod.
54504         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
54505
54506 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
54507
54508         Sync from coreutils.
54509         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
54510
54511         Remove files that are specific to coreutils.
54512         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
54513
54514 2005-01-28  Bruno Haible  <bruno@clisp.org>
54515
54516         * modules/javacomp: New file.
54517         * MODULES.html.sh (Java): Add javacomp.
54518
54519 2005-01-28  Bruno Haible  <bruno@clisp.org>
54520
54521         * m4/javacomp.m4: New file, from GNU gettext.
54522
54523 2005-01-28  Bruno Haible  <bruno@clisp.org>
54524
54525         * lib/javacomp.sh.in: New file, from GNU gettext.
54526         * lib/javacomp.h: New file, from GNU gettext.
54527         * lib/javacomp.c: New file, from GNU gettext.
54528
54529 2005-01-26  Simon Josefsson  <jas@extundo.com>
54530
54531         * lib/gai_strerror.c: Use GPL in header.
54532
54533 2005-01-26  Bruno Haible  <bruno@clisp.org>
54534
54535         * modules/javaexec: New file.
54536         * MODULES.html.sh (Java): Add javaexec.
54537
54538 2005-01-26  Bruno Haible  <bruno@clisp.org>
54539
54540         * m4/javaexec.m4: New file, from GNU gettext.
54541
54542 2005-01-26  Bruno Haible  <bruno@clisp.org>
54543
54544         * lib/javaexec.sh.in: New file, from GNU gettext.
54545         * lib/javaexec.h: New file, from GNU gettext.
54546         * lib/javaexec.c: New file, from GNU gettext.
54547
54548 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54549
54550         * modules/lchown (Depends-on): Remove lchown.h
54551
54552 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54553
54554         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
54555         must be defined if the header file was not found, in order
54556         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
54557
54558 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54559
54560         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
54561         initializers for struct pentry_state.
54562         (__argp_error): Check return value of __asprintf
54563         (__argp_failure): Translate error message
54564
54565         * lib/argp-parse.c: Removed braces around the expansion of N_()
54566
54567 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
54568
54569         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
54570         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
54571         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
54572         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
54573         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
54574         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
54575         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
54576         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
54577         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
54578         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
54579         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
54580         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
54581         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
54582         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
54583         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
54584         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
54585         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
54586         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
54587         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
54588         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
54589         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
54590         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
54591         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
54592         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
54593         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
54594         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
54595         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
54596         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
54597         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
54598         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
54599         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
54600         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
54601         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
54602         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
54603         xstrtol.m4, xstrtoumax.m4, yesno.m4:
54604         Use an all-permissive copyright notice, recommended by RMS.
54605
54606 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
54607
54608         * modules/chdir-long (Depends-on): Remove mempcpy.
54609
54610 2005-01-21  Jim Meyering  <jim@meyering.net>
54611
54612         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
54613         same value as for Solaris 9.
54614
54615         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
54616         component length.  This included changing the parameter to be
54617         of type `char *' rather than `char const *'.
54618         * lib/chdir-long.h (chdir_long): Update prototype.
54619
54620         * lib/openat.c (fdopendir, fstatat): New functions.
54621         * lib/openat.h: Include headers required for use of DIR and struct
54622         stat.
54623         [AT_SYMLINK_NOFOLLOW]: Define.
54624         (fdopendir, fstatat): Add prototypes.
54625
54626 2005-01-21  Bruno Haible  <bruno@clisp.org>
54627
54628         * modules/classpath: New file.
54629         * MODULES.html.sh (Java): Add classpath.
54630
54631 2005-01-21  Bruno Haible  <bruno@clisp.org>
54632
54633         * lib/classpath.h: New file, from GNU gettext.
54634         * lib/classpath.c: New file, from GNU gettext.
54635
54636 2005-01-20  Simon Josefsson  <jas@extundo.com>
54637
54638         * modules/version-etc-fsf: New file.
54639
54640 2005-01-20  Simon Josefsson  <jas@extundo.com>
54641
54642         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
54643         * lib/version-etc.c: Remove version_etc_copyright.
54644         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
54645         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
54646
54647 2005-01-20  Simon Josefsson  <jas@extundo.com>
54648
54649         * lib/base64.h (isbase64): Add.
54650
54651         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
54652         using a unsigned prototype, don't inline.
54653         (base64_decode): Use it.
54654
54655 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
54656
54657         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
54658         it.
54659
54660 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
54661
54662         * lib/save-cwd.c (save_cwd): Remove code to support the case
54663         where fchdir is missing or flaky.
54664
54665 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
54666
54667         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
54668
54669 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
54670
54671         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
54672         AC_LIBSOURCES now does this.
54673         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
54674         with new ullong_max module.
54675
54676 2005-01-19  Bruno Haible  <bruno@clisp.org>
54677
54678         * modules/sh-quote: New file.
54679         * MODULES.html.sh (Executing programs): Add sh-quote.
54680
54681 2005-01-19  Bruno Haible  <bruno@clisp.org>
54682
54683         * lib/sh-quote.h: New file, from GNU gettext.
54684         * lib/sh-quote.c: New file, from GNU gettext.
54685
54686 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
54687
54688         Merge from coreutils.
54689         * m4/ullong_max.m4: New file.
54690         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
54691         (gl_MACROS): Assume localeconv exists.
54692
54693 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
54694
54695         Merge changes from coreutils, as described below in several
54696         changelogs dated today.
54697
54698         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
54699         (O_DIRECTORY): Remove; not needed here, since "." must be
54700         a directory.  All uses removed.
54701         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
54702         universal on Suns, and we also need to test for IRIX.
54703         Revamp code to use 'if' rather than '#if'.
54704         Avoid unnecessary comparison of cwd->desc to 0.
54705
54706         * lib/utimens.c (futimens): Robustify the previous patch, by checking
54707         for known valid error numbers rather than observed invalid ones.
54708
54709 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
54710
54711         * modules/ullong_max: New file.
54712
54713         * modules/chdir-long, modules/openat: New files.
54714         * modules/save-cwd (Depends-on): Depend on chdir-long.
54715         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
54716
54717 2005-01-18  Jim Meyering  <jim@meyering.net>
54718
54719         Merge from coreutils.
54720         * m4/chdir-long.m4, m4/openat.m4: New files.
54721         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
54722         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
54723         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
54724         is sane and DOES follow symlinks.  Besides, testing 20 different
54725         systems found no broken chown implementations.
54726         Prompted by a change in rsync's copy of this macro.
54727         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
54728
54729         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
54730
54731         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
54732         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
54733         NULL-means-set-to-current-time semantics.
54734         Remove temporary file immediately, rather than waiting
54735         for configure's at-exit trap code to do it.
54736
54737 2005-01-18  Jim Meyering  <jim@meyering.net>
54738
54739         * lib/version-etc.c (version_etc_copyright): Update copyright date.
54740
54741         * lib/utimens.c (futimens): Account for the fact that futimes
54742         can also fail with errno == ENOSYS or errno == ENOENT.
54743         Patch from Dmitry V. Levin.
54744
54745         Change the name of the robust chdir function from chdir to chdir_long.
54746         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
54747         (restore_cwd): Use chdir_long, not chdir.
54748         * lib/chdir-long.c: Renamed from chdir.c.
54749         * lib/chdir-long.h: Renamed from chdir.h.
54750         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
54751         Hurd.
54752
54753 2005-01-18  Bruno Haible  <bruno@clisp.org>
54754
54755         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
54756         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
54757         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
54758         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
54759         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
54760         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
54761         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
54762         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
54763         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
54764         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
54765         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
54766         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
54767         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
54768         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
54769         Use an all-permissive copyright notice, recommended by RMS.
54770
54771 2005-01-18  Bob Proulx  <bob@proulx.com>
54772
54773         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
54774         simplify offsetof() macro construct to avoid compile failure with
54775         native HP-UX 11.0 ANSI C compiler.
54776
54777 2005-01-17  Bruno Haible  <bruno@clisp.org>
54778
54779         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
54780         redundant because stpncpy.m4 takes care of it.
54781
54782 2005-01-17  Bruno Haible  <bruno@clisp.org>
54783
54784         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
54785
54786 2005-01-17  Bruno Haible  <bruno@clisp.org>
54787
54788         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
54789         used.
54790
54791 2005-01-17  Bruno Haible  <bruno@clisp.org>
54792
54793         * lib/fwriteerror.h (fwriteerror): Change specification to include
54794         fclose.
54795         * lib/fwriteerror.c: Include <stdbool.h>.
54796         (fwriteerror): At the end, close the file stream. Record whether
54797         stdout was already closed.
54798
54799 2005-01-17  Bruno Haible  <bruno@clisp.org>
54800
54801         * lib/execute.c (environ): Declare if needed.
54802         * lib/pipe.c (environ): Likewise.
54803         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
54804
54805 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54806
54807         * modules/argp: Depend on vsnprintf
54808
54809 2005-01-10  Jim Meyering  <jim@meyering.net>
54810
54811         * modules/closeout (Depends-on): Add atexit.
54812
54813 2005-01-06  Bruno Haible  <bruno@clisp.org>
54814
54815         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
54816
54817 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
54818
54819         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
54820         definitions to be after all include files, to avoid collisions.
54821         Problem reported by Bob Proulx.
54822
54823 2005-01-04  Jim Meyering  <jim@meyering.net>
54824
54825         Changes imported from coreutils.
54826         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
54827         as the mkstemp template, use a temporary directory and an
54828         8.3-friendly template to avoid trouble on systems like DJGPP.
54829         Reported by Juan M. Guerrero via Stepan Kasal.
54830         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
54831         close. Remove the temporary directory right away, rather than waiting
54832         for configure's at-exit trap code to do it.
54833         Suggestion from Stepan Kasal.
54834
54835 2005-01-01  Simon Josefsson  <jas@extundo.com>
54836
54837         * gnulib-tool: Print #include directives when --import'ing.
54838
54839 2004-12-28  Simon Josefsson  <jas@extundo.com>
54840
54841         * tests/test-base64.c: Include required header files.  Remove
54842         unused variables.
54843
54844 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
54845
54846         * modules/error (Depends-on): Remove gettext.
54847
54848 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
54849
54850         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
54851         not needed.  This removes a dependency on the gettext module.
54852         [defined _LIBC]: Do not include <libintl.h>; not needed.
54853
54854 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
54855
54856         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
54857         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
54858
54859 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
54860
54861         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
54862         HAVE_DECL_STRTOLD.
54863
54864 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
54865
54866         * modules/getdate (Depends-on): Remove alloca-opt.
54867
54868 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
54869
54870         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
54871
54872 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
54873
54874         * lib/argp-parse.c: Include <stddef.h>.
54875         (alignof, alignto): New macros.
54876         (parser_init): Don't assume that void * is aligned sufficiently
54877         for struct option.
54878
54879         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
54880         need to extend the stack.
54881         (YYINITDEPTH): New macro, so that the initial stack isn't overly
54882         large.
54883
54884 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54885
54886         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
54887
54888 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
54889
54890         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
54891         (2004-10-24) change.  Apparently this was a false alarm.
54892
54893         * modules/getdate: Depend on alloca-opt, not alloca.
54894
54895 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
54896
54897         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
54898         Remove now-obsolete comment about AIX.
54899         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
54900         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
54901         (YYMAXDEPTH): New macro.
54902
54903 2004-12-18  Simon Josefsson  <jas@extundo.com>
54904
54905         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
54906
54907 2004-12-18  Bruno Haible  <bruno@clisp.org>
54908
54909         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
54910
54911 2004-12-18  Bruno Haible  <bruno@clisp.org>
54912
54913         * lib/fatal-signal.c (fatal_signals): Make non-const.
54914         (init_fatal_signals): New function.
54915         (uninstall_handlers, install_handlers): Ignore signals that were set to
54916         SIG_IGN.
54917         (at_fatal_signal): Call init_fatal_signals.
54918         (init_fatal_signal_set): Likewise. Ignore signals that were set to
54919         SIG_IGN.
54920         Reported by Paul Eggert.
54921
54922 2004-12-18  Bruno Haible  <bruno@clisp.org>
54923
54924         * doc/alloca.texi: New file.
54925         * doc/alloca-opt.texi: New file.
54926
54927 2004-12-17  Jim Meyering  <jim@meyering.net>
54928
54929         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
54930         Otherwise, install-sh could exit with improper exit status when
54931         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
54932
54933 2004-12-16  Simon Josefsson  <jas@extundo.com>
54934
54935         * tests/test-base64.c: Add license.
54936
54937 2004-12-15  Stepan Kasal  <address@hidden>
54938
54939         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
54940
54941 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
54942
54943         * modules/getcwd (Files): Add m4/d-ino.m4.
54944         Suggested by Mark D. Baushke.
54945
54946 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
54947
54948         * lib/getdate.y (textint): New member "negative".
54949         (time_zone_hhmm): New function.
54950         Expect 14 shift-reduce conflicts, not 13.
54951         (o_colon_minutes): New rule.
54952         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
54953         (yylex): Set the "negative" member of signed numbers.
54954
54955 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
54956
54957         * doc/getdate.texi (Time of day items, Time zone items):
54958         Describe new formats +00:00, UTC+00:00.
54959
54960 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
54961
54962         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
54963         spurious "-l"s.  Problem reported by Stepan Kasal.
54964
54965 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
54966
54967         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
54968         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
54969
54970 2004-12-04  Simon Josefsson  <jas@extundo.com>
54971
54972         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
54973         Vandoorselaere <yoann@prelude-ids.org>.
54974
54975 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
54976
54977         Changes imported from coreutils.
54978         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
54979         exist.
54980         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
54981
54982 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
54983
54984         Changes imported from coreutils.
54985         * lib/hard-locale.c: Assume <locale.h> exists.
54986         Include "strdup.h".
54987         (GLIBC_VERSION): New macro.
54988         (hard_locale): Assume setlocale exists.
54989         Rewrite to avoid #ifdef.
54990         Use strdup rather than malloc + strcpy.
54991         * lib/human.c: Assume <locale.h> exists.
54992         (human_readable): Assume localeconv exists.
54993
54994 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
54995
54996         * modules/hard-locale (Depends-on): Add strdup.
54997
54998 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
54999
55000         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
55001         convert T2, not T.  (Imported from libc.)
55002
55003 2004-11-30  Simon Josefsson  <jas@extundo.com>
55004
55005         * modules/restrict (License): Change to LGPL.
55006
55007 2004-11-30  Simon Josefsson  <jas@extundo.com>
55008
55009         * m4/restrict.m4: Add copyright and copying conditions.
55010
55011 2004-11-30  Simon Josefsson  <jas@extundo.com>
55012
55013         * m4/base64.m4: New file.
55014
55015 2004-11-30  Simon Josefsson  <jas@extundo.com>
55016
55017         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
55018         base64.
55019
55020         * tests/test-base64.c: New file.
55021
55022         * modules/base64: New file.
55023
55024 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
55025
55026         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
55027         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
55028
55029         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
55030
55031 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
55032
55033         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
55034         (__getcwd.c): Don't restore errno; glibc doesn't.
55035         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
55036         first, falling back to our code only if its results look suspicious.
55037         Ensure that the resulting buffer is only as large as necessary.
55038
55039         * lib/readutmp.c: Include readutmp.h first.
55040         Include <errno.h>, since readutmp.h no longer does that.
55041         * lib/readutmp.h: Don't include <errno.h>,
55042         <sys/param.h>, <time.h>; not needed to establish interface.
55043         (errno): Remove decl.
55044         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
55045         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
55046         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
55047
55048 2004-11-28  Simon Josefsson  <jas@extundo.com>
55049
55050         * lib/base64.h, base64.c: New file.
55051
55052 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
55053
55054         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
55055
55056 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
55057
55058         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
55059         (Depends-on): Remove pathmax, same.  Add mempcpy.
55060         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
55061         (Makefile.am): Append getcwd.h to lib_SOURCES.
55062         (Include): Add getcwd.h.
55063         (Maintainer): Change from Jim Meyering to "all, glibc",
55064         since getdate now uses intended-for-glibc code.
55065         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
55066         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
55067
55068 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
55069
55070         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
55071         HP's ANSI C compiler.
55072         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
55073         Declaring int functions causes warnings on some modern systems and
55074         shouldn't be needed to compile on ancient ones.
55075         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
55076         defined.
55077
55078         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
55079         with the following changes.
55080         (__set_errno): Parenthesize properly.
55081         Include <stdbool.h>.
55082         (MIN, MAX, MATCHING_INO): New macros.
55083         (__getcwd): Define with prototype, not K&R form.
55084         Use heuristics to allocate default buffer on stack if possible.
55085         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
55086         behavior, and to avoid the PATH_MAX limit when computing
55087         ../../../../...
55088         Use MATCHING_INO to compare inode number to file.
55089         Check for arithmetic overflow in size calculations.
55090         Fix bug in reallocation of dot array that caused getcwd to fail
55091         on directories nested deeper than 75.
55092         Be more careful about saving errno on error.
55093         Do not use realloc; use only free+malloc, as this is a bit
55094         more flexible and avoids a needless copy operation.
55095         Do not inspect st_dev and st_ino for symbolic links; POSIX
55096         doesn't specify the latter.
55097         Check for closedir errors.
55098         Avoid needless casts.
55099         Use "#ifdef weak_alias" around weak_alias, to be like other
55100         glibc code.
55101         The following changes to getcwd.c have effect only when used in
55102         gnulib; they have no effect inside glibc proper.
55103         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
55104         as alloca isn't used.
55105         (alloca, __alloca): Likewise.
55106         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
55107         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
55108         unconditionally, as gnulib assumes C89 or better.
55109         Do not include <sys/param.h>.
55110         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
55111         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
55112         better.
55113         (NULL) [!defined NULL]: Remove; we assume C89 or better.
55114         Include <dirent.h> in a way that is compatible with modern Autoconf.
55115         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
55116         New macros, if not already defined.
55117         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
55118         Use "_LIBC", not "defined _LIBC", for consistency.
55119         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
55120         a mempcpy module.
55121         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
55122         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
55123         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
55124         credit only to Jim Meyering and adjust the copyright dates.
55125         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
55126         <stdlib.h>, <unistd.h>, "pathmax.h".
55127         Instead, include "xgetcwd.h" (first) and "getcwd.h".
55128         (INITIAL_BUFFER_SIZE): Remove.
55129         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
55130
55131 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
55132
55133         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
55134         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
55135         Use the _ONCE methods, for efficiency.
55136         Check for fcntl.h.  In test program, include <errno.h>
55137         and <fcntl.h> if available.  Remove old K&R cruft from
55138         test program.  Check for common errors in GNU/Linux,
55139         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
55140         don't do AC_LIBOBJ, as that's getcwd.m4's job.
55141         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
55142         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
55143         name accordingly.
55144         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
55145         accommodate new getcwd.c.
55146         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
55147         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
55148         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
55149         that's all we need now.
55150
55151 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
55152
55153         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
55154         argp-parse.c depends on getopt internals, that means we should
55155         always use our getopt, to be on the safe side.
55156         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
55157         order not to spoil the result of an eventual previous invocation
55158         of gl_GETOPT_SUBSTITUTE.
55159
55160 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
55161
55162         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
55163         redefinition warnings. To avoid them, include the defines
55164         in `#if !defined __need_getopt ... #endif'. The only place
55165         where __getopt_argv_const is used is in definitions
55166         of getopt_long and getopt_long_only below, which are as well
55167         protected by `#ifndef __need_getopt'.
55168         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
55169         __need_getopt after including <stdio.h> and <unistd.h> These
55170         headers might have defined it.
55171
55172 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
55173
55174         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
55175
55176 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
55177
55178         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
55179         (futimens): New function, which uses futimes if available.
55180         (futimens, utimens): Support timespec==NULL, with same semantics
55181         as utime and utimens.
55182         * lib/utimens.h (futimens): New decl.
55183
55184 2004-11-23  Jim Meyering  <jim@meyering.net>
55185
55186         * lib/getopt_.h: Remove trailing blanks.
55187
55188 2004-11-23  Jim Meyering  <jim@meyering.net>
55189
55190         * lib/__fpending.c: Add comment.
55191
55192 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
55193
55194         * modules/canonicalize (Depends-on): Add xreadlink.
55195         Problem reported by James Youngman.
55196
55197 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
55198
55199         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
55200         New macros.
55201         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
55202         optopt): Use them instead of invoking ## directly; otherwise, the
55203         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
55204
55205 2004-11-19  Bruno Haible  <bruno@clisp.org>
55206
55207         * lib/strtok_r.c: Move comments from here...
55208         * lib/strtok_r.h: ... to here.
55209
55210 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
55211
55212         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
55213         implementations that mishandle size_t overflow.
55214
55215 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
55216
55217         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
55218         might fail.  Problem reported by Yoann Vandoorselaere.
55219         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
55220         implementations that mishandle size_t overflow.
55221
55222 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
55223
55224         * modules/canon-host (Depends-on): Add strdup.
55225
55226 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
55227
55228         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
55229
55230 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
55231
55232         * lib/canon-host.c: Include "strdup.h".
55233         (canon_host): Use getaddrinfo if available, so that IPv6 works.
55234         Use strdup instead of malloc/strcpy to duplicate strings.
55235
55236         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
55237         (human_space_before_unit): New constant.
55238         * lib/human.c (human_readable): Support it.
55239
55240         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
55241         (xgetcwd): Set errno correctly when failing.
55242         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
55243         the failure is actually due to a PATH_MAX problem.
55244
55245         Further getopt changes to make it more likely that glibc will
55246         buy the changes back.
55247         * lib/getopt.c (POSIXLY_CORRECT): New constant.
55248         (getopt): Use it, so to preserve glibc semantic
55249         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
55250         when compiling for libc.
55251         * lib/getopt_.h (__getopt_argv_const): Bring it back.
55252         (getopt_long, getopt_long_only): Use it.
55253
55254         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
55255         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
55256         (getopt): Argv is now char * const *, as per standard.
55257         (_getopt_internal_r, _getopt_internal): Argv is now char **,
55258         not char *__getopt_argv_const *.
55259         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
55260         _getopt_long_only_r): Likewise.
55261         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
55262         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
55263         _getopt_long_r, _getopt_long_only_r): Likewise.
55264         * lib/getopt_.h (__getopt_argv_const): Remove.
55265         (getopt): Argv is now char * const *, as per standard.
55266
55267         * lib/getdate.y (tORDINAL): New token.
55268         (day, relunit): Allow it for relative times.
55269         (relative_time_table): Use tORDINAL for ordinals.
55270
55271 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
55272
55273         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
55274         Document that "second" isn't allowed as an ordinal number.
55275
55276 2004-11-16  Jim Meyering  <jim@meyering.net>
55277
55278         * modules/closeout (Depends-on): Add fpending.
55279
55280 2004-11-15  Jim Meyering  <jim@meyering.net>
55281
55282         * lib/closeout.c: Include "__fpending.h" once again.
55283         Include <stdbool.h>.
55284         (close_stdout): Don't fail just because stdout was closed initially,
55285         since some programs don't write to stdout in the normal course of
55286         operation (other than --version and --help), and we don't want this
55287         function to make e.g. `touch file >&-' fail.
55288         But do fail if it was closed and someone has tried to write to it.
55289         E.g., `printf foo >&-' must fail.
55290
55291 2004-11-13  Jim Meyering  <jim@meyering.net>
55292
55293         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
55294
55295 2004-11-12  Simon Josefsson  <jas@extundo.com>
55296
55297         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
55298         small doc fix is still pending.
55299
55300 2004-11-11  Simon Josefsson  <jas@extundo.com>
55301
55302         * modules/strtok_r: New file.
55303
55304         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
55305         strtok_r.
55306
55307 2004-11-11  Simon Josefsson  <jas@extundo.com>
55308
55309         * m4/strtok_r.m4: New file.
55310
55311         * m4/getopt.m4: Replace opterr.
55312
55313 2004-11-11  Simon Josefsson  <jas@extundo.com>
55314
55315         * lib/strtok_r.h, strtok_r.c: New file.
55316
55317 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
55318
55319         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
55320         of replacing opterr, getopt, etc.  This should handle the
55321         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
55322
55323 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
55324
55325         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
55326         we can stop lying to compilers about the constness of argv when we
55327         are compiled outside glibc.
55328         (getopt, getopt_long, getopt_long_only): Use it.
55329         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
55330         _getopt_internal, getopt): Likewise.
55331         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
55332         _getopt_long_only_r): Likewise.
55333         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
55334         _getopt_long_r, _getopt_long_only_r): Likewise.
55335
55336         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
55337         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
55338         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
55339         the other external symbols.
55340         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
55341         declaration, since the above renaming now works around collisions.
55342
55343 2004-11-11  Jim Meyering  <jim@meyering.net>
55344
55345         * lib/linebreak.c: Remove trailing blanks.
55346         * lib/alloca_.h: Likewise.
55347         * lib/acosl.c: Likewise.
55348         * lib/euidaccess.c: Likewise.
55349         * lib/allocsa.h: Likewise.
55350
55351 2004-11-10  Simon Josefsson  <jas@extundo.com>
55352
55353         * m4/getaddrinfo.m4: New file.
55354
55355 2004-11-10  Simon Josefsson  <jas@extundo.com>
55356
55357         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
55358
55359 2004-11-10  Simon Josefsson  <jas@extundo.com>
55360
55361         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
55362         getaddrinfo.
55363
55364         * modules/getaddrinfo: New file.
55365
55366 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
55367
55368         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
55369
55370 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
55371
55372         * lib/mktime.c (SHR): New macro, which is a portable
55373         substitute for >> that should work even on Crays.
55374         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
55375         Problem reported by Mark D. Baushke in
55376         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
55377         * lib/getdate.y (SHR): Likewise.
55378         (tm_diff): Use it.
55379         * lib/strftime.c (SHR): Likewise.
55380         (tm_diff): Use it.
55381         * lib/quotearg.c (struct quoting_options): Use unsigned int for
55382         quote_these_too, so that right shifts are well defined.  All uses
55383         changed.
55384
55385 2004-11-10  Jim Meyering  <jim@meyering.net>
55386
55387         Ensure that no close failure goes unreported.
55388         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
55389         return early when it seems there's nothing to flush.
55390         Don't include __fpending.h.
55391
55392 2004-11-10  Jim Meyering  <jim@meyering.net>
55393
55394         * modules/closeout (Depends-on): Remove fpending.
55395
55396 2004-11-10  Jim Meyering  <jim@meyering.net>
55397
55398         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
55399
55400 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
55401
55402         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
55403         gl_FUNC_STRFTIME.
55404         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
55405         and AC_REQUIRE when possible, to avoid duplicate checks.
55406         Check for <wchar.h>.
55407
55408 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
55409
55410         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
55411
55412 2004-11-09  Bruno Haible  <bruno@clisp.org>
55413
55414         * m4/sockpfaf.m4: New file.
55415
55416 2004-11-05  Bruno Haible  <bruno@clisp.org>
55417
55418         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
55419         Reported by Mark D. Baushke <mdb@cvshome.org>.
55420
55421 2004-11-04  Bruno Haible  <bruno@clisp.org>
55422
55423         2004-09-11  Bruno Haible  <bruno@clisp.org>
55424                 * allocsa.valgrind: New file.
55425         2004-02-06  Bruno Haible  <bruno@clisp.org>
55426                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
55427                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
55428                 Reported by Christopher Seip <chris.seip@hp.com>.
55429
55430 2004-11-04  Bruno Haible  <bruno@clisp.org>
55431
55432         * modules/allocsa (Files): Add lib/allocsa.valgrind.
55433         (Makefile.am): Distribute it.
55434
55435 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
55436
55437         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
55438         with errno == ERANGE if the buffer is too small.
55439         Problem reported by Mark D. Baushke.
55440
55441 2004-11-03  Albert Chin  <china@thewrittenword.com>
55442             Paul Eggert  <eggert@cs.ucla.edu>
55443
55444         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
55445         equivalent, substitute $ac_type for equivalent type rather than
55446         blindly using uint32_t *always* which won't work if uint32_t is not
55447         available.  Define _UINT32_T to work around typedef of uint32_t if
55448         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
55449         2.5.1.
55450
55451 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
55452
55453         * m4/jm-macros.m4: Sync from coreutils.
55454         (gl_MACROS): Check for mbrlen, for pathchk.
55455         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
55456
55457 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
55458
55459         * lib/xreadlink.c (MAXSIZE): New macro.
55460         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
55461         size does not exceed MAXSIZE.  Avoid cast.
55462         As suggested by Mark D. Baushke in
55463         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
55464         if readlink fails with buffer size just under MAXSIZE, try again
55465         with MAXSIZE.
55466
55467 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
55468
55469         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
55470
55471 2004-11-02  Derek R. Price  <derek@ximbiot.com>
55472         and  Paul Eggert  <eggert@cs.ucla.edu>
55473
55474         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
55475         (get_date): Overparenthesize to avoid GCC warning.
55476
55477 2004-11-02  Bruno Haible  <bruno@clisp.org>
55478
55479         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
55480         returns void.
55481
55482 2004-11-02  Bruno Haible  <bruno@clisp.org>
55483
55484         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
55485         function returns void.
55486
55487 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
55488
55489         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
55490         fflush_unlocked, flockfile, funlockfile, funlockfile,
55491         fputs_unlocked, putc_unlocked.
55492
55493 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
55494
55495         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
55496         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
55497         already declared.
55498
55499 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
55500
55501         * modules/getdate (Files): Add doc/getdate.texi.
55502         (Depends-on): Add setenv, xalloc.
55503
55504 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
55505
55506         * lib/getdate.y: Add support for TZ="foo" within a date string.
55507         Fix some bugs near time_t boundaries.  Reject dates with
55508         out-of-range components, e.g., "Sept 31".
55509         Include <stdlib.h>, "setenv.h", "xalloc.h".
55510         (ISDIGIT_LOCALE): Remove; unused.
55511         Note that the TZ and time functions used here are not reentrant.
55512         (mktime_ok, get_tz): New functions.
55513         (TZBUFSIZE): New constant.
55514         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
55515         This requires that we sometimes generate our own TZ="XXX..." setting.
55516
55517 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
55518
55519         * doc/getdate.texi: New file, from coreutils with modifications for
55520         the new TZ parsing.
55521
55522 2004-10-27  Derek R. Price  <derek@ximbiot.com>
55523
55524         * lib/mktime.c (not_equal_tm): Remove redundant check.
55525
55526 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
55527
55528         * modules/regex (lib_SOURCES): Add regex.c.
55529         Reported by James Youngman in
55530         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
55531
55532 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
55533
55534         * lib/getdate.y: Use Bison 1.875 features, and some minor
55535         code cleanups.  This change does not affect semantics.
55536         Don't include <stdlib.h>; no longer needed.
55537         Don't include unlocked-io.h; only the "#if TEST" code uses
55538         stdio, and performance isn't crucial there.
55539         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
55540         Bison 1.875 features as described below.
55541         All uses of "PC." replaced by "pc->".
55542         (YYSTYPE): Add a forward declaration.
55543         (yylex, yyerror): Use full prototypes in forward decls.
55544         Use "%pure-parser" rather than obsolescent "%pure_parser".
55545         Use %parse-param and %lex-param instead of obsolescent
55546         YYPARSE_PARAM and YYLEX_PARAM.
55547         (meridian_table, month_and_day_table, time_units_table,
55548         relative_time_table, time_zone_table, military_table,
55549         lookup_zone, lookup_word, get_date):
55550         Use NULL instead of 0 where appropriate.
55551         (to_hour): Avoid abort (), to avoid a dependency on
55552         stdlib.h.
55553         (yyerror, yylex): Now accepts parser_control * arg.
55554         (main) [TEST]: Use '\0' rather than 0 for char.
55555
55556 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
55557
55558         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
55559
55560 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
55561
55562         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
55563         It's now the caller's responsibility to handle the case where
55564         !HAVE_GETPAGESIZE && !defined getpagesize.
55565
55566         * lib/mktime.c (leapyear): Arg is long int, not int.
55567
55568 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
55569
55570         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
55571
55572 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
55573
55574         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
55575         missing.  Problem reported by James Youngman.
55576
55577 2004-10-16  Simon Josefsson  <jas@extundo.com>
55578
55579         * gnulib-tool: Fix comments.  Fix parse problem.
55580         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
55581
55582 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
55583
55584         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
55585         implementation of getopt_long.  Problem reported by Alexander Taler in:
55586         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
55587
55588 2004-10-15  Bruno Haible  <bruno@clisp.org>
55589
55590         * gnulib-tool: Untabify. Initialize supplied_libname.
55591         (func_usage): More homogenous output.
55592         (func_modules_transitive_closure, func_modules_to_filelist,
55593         func_emit_lib_Makefile_am): New functions.
55594         (func_import): New function, extracted from big case statement. Use
55595         func_get_license, func_modules_transitive_closure,
55596         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
55597         opt_lgpl. Don't use test -a, as it's not portable.
55598         (func_create_testdir): Use func_modules_transitive_closure,
55599         func_modules_to_filelist, func_emit_lib_Makefile_am.
55600
55601 2004-10-15  Bruno Haible  <bruno@clisp.org>
55602
55603         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
55604
55605 2004-10-15  Bruno Haible  <bruno@clisp.org>
55606
55607         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
55608         the portions belonging to each module.
55609         Suggested by Derek Robert Price <derek@ximbiot.com>.
55610
55611 2004-10-12  Simon Josefsson  <jas@extundo.com>
55612
55613         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
55614         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
55615         to real functions.
55616
55617 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55618
55619         * modules/vsnprintf: New file.
55620
55621 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55622
55623         * m4/vsnprintf.m4: New file.
55624
55625 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55626
55627         * lib/vsnprintf.h: New file.
55628         * lib/vsnprintf.c: New file.
55629
55630 2004-10-11  Bruno Haible  <bruno@clisp.org>
55631
55632         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
55633         vsnprintf.
55634
55635 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
55636
55637         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
55638
55639 2004-10-07  Bruno Haible  <bruno@clisp.org>
55640
55641         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
55642         fits into the provided buffer.
55643
55644 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
55645
55646         * lib/diacrit.c, diacrit.h: Add GPL notice.
55647
55648         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
55649         notice.
55650         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
55651         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
55652         This avoids a potential constant-folding bug.
55653
55654 2004-10-05  Bruno Haible  <bruno@clisp.org>
55655
55656         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
55657         for the declaration of strsep.
55658
55659 2004-10-05  Bruno Haible  <bruno@clisp.org>
55660
55661         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
55662
55663 2004-10-04  Simon Josefsson  <jas@extundo.com>
55664
55665         * modules/memmem: New file.
55666         * tests/test-memmem.c: New file.
55667         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
55668
55669 2004-10-04  Simon Josefsson  <jas@extundo.com>
55670
55671         * m4/memmem.m4: New file.
55672
55673 2004-10-04  Simon Josefsson  <jas@extundo.com>
55674
55675         * lib/memmem.h: New file.
55676         * lib/memmem.c: New file, taken from glibc.
55677
55678 2004-10-04  Simon Josefsson  <jas@extundo.com>
55679
55680         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
55681         '#ifdef USE_UNLOCKED_IO'.
55682
55683 2004-10-04  Simon Josefsson  <jas@extundo.com>
55684
55685         * config/srclist.txt: Add memmem from glibc.
55686
55687 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
55688
55689         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
55690
55691         * modules/argmatch, modules/argp, modules/closeout, modules/error,
55692         modules/exclude, modules/getdate, modules/getline,
55693         modules/getndelim2, modules/getpass, modules/getpass-gnu,
55694         modules/getusershell, modules/linebuffer, modules/md5,
55695         modules/mountlist, modules/posixtm, modules/readtokens,
55696         modules/readutmp, modules/regex, modules/sha1,
55697         modules/version-etc, modules/yesno:
55698         Remove dependency on unlocked-io.
55699
55700 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
55701
55702         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
55703
55704         * m4/unlocked-io.m4: Add copyright notice.
55705         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
55706
55707 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
55708
55709         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
55710         * lib/xmalloc.c (xmemdup): Likewise.
55711         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
55712         XFREE): Remove these long-obsolescent macros.
55713         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
55714         * lib/xstrdup.c: Remove.
55715
55716         * lib/regex.c (re_comp): Cast gettext return value to char *,
55717         Problem reported by Martin Neitzel via Mark D. Baushke.
55718
55719 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
55720
55721         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
55722         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
55723         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
55724         regex.c, sha1.c, version-etc.c, yesno.c:
55725         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
55726         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
55727         the includer's responsibility.
55728
55729         Sync from coreutils.
55730
55731         * lib/modechange.c (mode_compile): Don't decrement a pointer that
55732         points to the start of a string, as the C Standard says the
55733         resulting behavior is undefined.
55734
55735         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
55736         simple -> simple_backups, numbered_existing ->
55737         numbered_existing_backups, numbered -> numbered_backups
55738         to avoid shadowing problems.  All uses changed.
55739         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
55740         * lib/backupfile.c (check_extension, numbered_backup):
55741         Rename locals to avoid shadowing 'basename'.
55742         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
55743         once.
55744
55745         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
55746         * lib/.cvsignore: Add getopt.h.
55747
55748 2004-10-04  Bruno Haible  <bruno@clisp.org>
55749
55750         * modules/README: New file.
55751         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
55752         not a module.
55753
55754 2004-10-02  Jim Meyering  <jim@meyering.net>
55755
55756         * lib/dirfd.h, getpagesize.h: Add copyright notice.
55757
55758 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55759
55760         * modules/strsep: New file.
55761
55762 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55763
55764         * m4/strsep.m4: New file.
55765
55766 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55767
55768         * lib/strsep.h: New file.
55769         * lib/strsep.c: New file.
55770
55771 2004-10-01  Simon Josefsson  <jas@extundo.com>
55772
55773         * lib/snprintf.c (snprintf): Handle size==0.
55774
55775 2004-10-01  Simon Josefsson  <jas@extundo.com>
55776             Bruno Haible  <bruno@clisp.org>
55777
55778         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
55779         (snprintf): Declare 'args'.
55780
55781 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
55782
55783         * lib/snprintf.c: Remove comments as to why each header is needed.
55784
55785 2004-10-01  Bruno Haible  <bruno@clisp.org>
55786
55787         * MODULES.html.sh: Add strsep.
55788
55789 2004-09-30  Simon Josefsson  <jas@extundo.com>
55790
55791         * modules/snprintf: New file.
55792
55793 2004-09-30  Simon Josefsson  <jas@extundo.com>
55794
55795         * m4/snprintf.m4: New file.
55796
55797 2004-09-30  Simon Josefsson  <jas@extundo.com>
55798
55799         * lib/snprintf.h, lib/snprintf.c: New files.
55800
55801 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
55802
55803         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
55804         (hol_entry_help): Never translate an empty string.
55805         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
55806         * lib/argp.h (OPTION_NO_TRANS): New option.
55807
55808 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
55809
55810         * modules/argp (Maintainer): Replace Simon Josefsson
55811         by Sergey Poznyakoff.
55812
55813 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
55814
55815         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
55816         changes merged back into glibc.
55817
55818 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
55819
55820         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
55821
55822 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
55823
55824         * lib/xvasprintf.c: Include xalloc.h.
55825         (xvasprintf): Use xalloc_die, not xmalloc_die.
55826
55827 2004-09-29  Bruno Haible  <bruno@clisp.org>
55828
55829         * modules/alloca-opt: New file, derived from modules/alloca.
55830         * modules/allocsa: Depend on alloca-opt instead of alloca.
55831         * modules/setenv: Likewise.
55832         * modules/vasnprintf: Likewise.
55833         * MODULES.html.sh: Add alloca-opt.
55834
55835 2004-09-28  Simon Josefsson  <jas@extundo.com>
55836
55837         * gnulib-tool: New parameter --lgpl, to asseert that modules are
55838         LGPL, and to replace license template from GPL to LGPL.
55839
55840 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
55841
55842         * modules/dummy: Change license to LGPL.
55843
55844 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
55845
55846         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
55847
55848 2004-09-24  Simon Josefsson  <jas@extundo.com>
55849
55850         * modules/minmax (License): Change from GPL to LGPL.
55851
55852 2004-09-23  Simon Josefsson  <jas@extundo.com>
55853
55854         * gnulib-tool (--import): Typo.
55855
55856 2004-09-23  Simon Josefsson  <jas@extundo.com>
55857
55858         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
55859
55860 2004-09-22  Bruno Haible  <bruno@clisp.org>
55861
55862         * modules/*: Add 'License' field.
55863         * gnulib-tool: Accept --extract-license option.
55864         (func_get_license): New function.
55865
55866 2004-09-21  Bruno Haible  <bruno@clisp.org>
55867
55868         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
55869         Reported by Simon Josefsson.
55870
55871 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
55872
55873         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
55874         gl_AC_TYPE_LONG_LONG.
55875
55876 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
55877
55878         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
55879
55880 2004-09-18  Simon Josefsson  <jas@extundo.com>
55881         and  Paul Eggert  <eggert@cs.ucla.edu>
55882
55883         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
55884         calls with autoreconf.  Define GL_LIB.
55885
55886 2004-09-14  Karl Berry  <karl@gnu.org>
55887
55888         * config/srclist.txt: unsync setenv.c, sigh.
55889
55890 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
55891
55892         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
55893         Problem reported by Bruno Haible in:
55894         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
55895
55896 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
55897
55898         * config/srclist.txt: Comment out argp-pvh.c.
55899
55900 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
55901
55902         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
55903         in case some system header has #define'd it.  Problem reported by
55904         Soeren D. Schulze in
55905         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
55906
55907 2004-09-09  Karl Berry  <karl@gnu.org>
55908
55909         * regex.[ch]: delete from the root.  These were supposed to be
55910                 synced with emacs cvs, but this has not happened for about
55911                 a year, and anyway nothing else uses emacs regex.[ch].
55912                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
55913                 lib/regex[.ch] is untouched.
55914
55915 2004-09-09  Bruno Haible  <bruno@clisp.org>
55916
55917         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
55918
55919 2004-09-09  Bruno Haible  <bruno@clisp.org>
55920
55921         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
55922         modifications.
55923         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
55924
55925 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
55926
55927         * modules/xvasprintf: New file.
55928         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
55929
55930 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
55931
55932         * lib/xvasprintf.h: New file.
55933         * lib/xvasprintf.c: New file.
55934         * lib/xasprintf.c: New file.
55935
55936 2004-09-08  Bruno Haible  <bruno@clisp.org>
55937
55938         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
55939
55940 2004-09-08  Bruno Haible  <bruno@clisp.org>
55941
55942         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
55943         length is > INT_MAX.
55944         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
55945         more.
55946
55947 2004-09-08  Bruno Haible  <bruno@clisp.org>
55948
55949         * lib/stdint_.h: New file, taken from GNU clisp.
55950
55951 2004-09-08  Bruno Haible  <bruno@clisp.org>
55952             Oskar Liljeblad  <oskar@osk.mine.nu>
55953
55954         * modules/stdint: New file.
55955         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
55956
55957 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
55958
55959         Import from coreutils.
55960         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
55961         strings on unbounded length.  alloca's performance benefits aren't
55962         that important here.
55963         (V_STRDUP): Remove.
55964         (parse_with_separator): New function, with most of the internals
55965         of the old parse_user_spec.  Allow user to omit both user and group,
55966         for compatibility with FreeBSD.
55967         Clone only the user name, not the entire spec.
55968         Do not set *uid, *gid unless entirely successful.
55969         Avoid memory leak in some failing cases.
55970         Fix regression for USER.GROUP reported by Dmitry V. Levin in
55971         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
55972         (parse_user_spec): Rewrite to use parse_with_separator.
55973
55974 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
55975
55976         * modules/userspec: Don't depend on alloca.
55977
55978 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
55979
55980         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
55981
55982 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
55983
55984         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
55985         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
55986         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
55987
55988 2004-08-16  Simon Josefsson  <jas@extundo.com>
55989
55990         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
55991         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
55992         Add --dry-run for --import.
55993         Let user provided command line parameters override configure.ac
55994         settings.
55995
55996 2004-08-12  Simon Josefsson  <jas@extundo.com>
55997
55998         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
55999         as discussed with Paul Eggert in threads rooted at
56000         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
56001         and
56002         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
56003         Before, the test was empty, and relied on ELIDE_CODE in source
56004         code.)
56005         (gl_PREREQ_GETOPT): New macro.
56006         (gl_GETOPT): Use them.
56007
56008 2004-08-12  Simon Josefsson  <jas@extundo.com>
56009
56010         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
56011         * lib/getopt_.h: Renamed from getopt.h.
56012
56013 2004-08-12  Simon Josefsson  <jas@extundo.com>
56014
56015         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
56016         Change default library name from libfoo to libgnu.
56017         Now, if you have a configure.ac that says:
56018                 gl_SOURCE_BASE(gl)
56019                 gl_M4_BASE(gl/m4)
56020                 gl_MODULES(error getopt etcetera)
56021                 gl_INIT
56022         you can import all you need by running:
56023                 ../gnulib/gnulib-tool --import
56024
56025         * modules/getopt (Files): Rename getopt.h to getopt_.h.
56026         (Makefile.am): Rewrite, use logic from argz.
56027         (Include): Use <getopt.h> instead of "getopt.h".
56028
56029 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
56030
56031         * modules/argp (Files): Add m4/unlocked-io.m4.
56032         (Depends-on): Add extensions.
56033
56034 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
56035
56036         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
56037         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
56038         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
56039         Check for program_invocation_name, program_invocation_short_name,
56040         flockfile, funlockfile, features.h, _getopt_long_only_r.
56041
56042 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
56043
56044         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
56045         its complicated substitute.
56046         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
56047         and program_invocation_name.
56048         (__argp_basename) [!_LIBC]: Remove; the only use was
56049         replaced by its body.
56050         (__argp_short_program_name): Change condition from
56051         !defined __argp_short_program_name to
56052         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
56053         to match argp-namefrob.h.
56054         (__argp_failure): Don't assume strerror_r returns char *.
56055         * lib/argp-parse.c (N_): Define unconditionally.
56056         (argp_default_options): Fill out initializers with 0 to avoid
56057         gcc warnings.
56058
56059 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
56060
56061         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
56062         getopt1.c.
56063
56064 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
56065
56066         Merge from coreutils.
56067
56068         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
56069
56070         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
56071         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
56072
56073 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
56074
56075         Merge from coreutils.
56076
56077         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
56078         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
56079         for Reliant Unix 5.43.
56080
56081         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
56082         (union fooround): Use uintmax_t, not long int.
56083         The rest is a merge from libc:
56084         [defined _LIBC]: Include <shlib-compat.h>.
56085         (_obstack) [defined _LIBC]: Remove after 2.3.4.
56086
56087         * lib/settime.c (settime): Recode to avoid warning with
56088         Sun Forte C 6U2.
56089
56090         * lib/strverscmp.c: Convert to UTF-8.
56091
56092 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
56093
56094         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
56095         m4/uintmax_t.m4.
56096
56097 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
56098
56099         * modules/xalloc-die: New file.
56100         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
56101
56102         * modules/md5 (Files): Add m4/uint32_t.m4.
56103         * modules/sha1: Renamed from modules/sha.
56104         (Files):
56105         Rename lib/sha.h to lib/sha1.h.
56106         Rename lib/sha.c to lib/sha1.c.
56107         Rename m4/sha.m4 to m4/sha1.m4.
56108         (lib_SOURCES): Likewise.
56109         (configure.ac): Rename gl_SHA to gl_SHA1.
56110         (Include): sha.h -> sha1.h.
56111
56112 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
56113
56114         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
56115         * m4/sha1.m4: Renamed from sha.m4.
56116         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
56117
56118 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
56119
56120         * lib/obstack.h (obstack_empty_p):
56121         Don't assume that chunk->contents is suitably aligned.
56122         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
56123         Likewise. Problem reported by Benno in
56124         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
56125
56126         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
56127         readable.  This could be improved further but it'd take some work.
56128
56129 2004-08-08  Simon Josefsson  <jas@extundo.com>
56130
56131         * modules/xgethostname (Depends-on): Remove exit and error (not
56132         used).
56133
56134         * modules/getpass-gnu: Add getpass.h.
56135         (Depends-on): Add stdbool.
56136         * modules/getpass: Add getpass.h.
56137
56138 2004-08-08  Simon Josefsson  <jas@extundo.com>
56139
56140         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
56141         Check getpass declaration.
56142
56143 2004-08-08  Simon Josefsson  <jas@extundo.com>
56144
56145         * lib/xgethostname.c: Don't include error.h (not used).
56146
56147         * lib/getpass.h: Add.
56148         * lib/getpass.c: Include getpass.h first.
56149
56150 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
56151
56152         * lib/xalloc-die.c: New file.
56153         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
56154         All uses removed.
56155         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
56156         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
56157         xalloc-die.c.
56158         (_, N_, xalloc_die): Move to xalloc-die.c.
56159         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
56160         so that we needn't mess with xalloc_msg_memory_exhausted.
56161
56162         * lib/sha1.h: Renamed from sha.h.
56163         (SHA1_H): Renamed from _SHA_H.
56164         (sha1_ctx): Renamed from sha_ctx.
56165         (sha1_init_ctx): Renamed from sha_init_ctx.
56166         (sha1_process_block): Renamed from sha_process_block.
56167         (sha1_process_bytes): Renamed from sha_process_bytes.
56168         (sha1_finish_ctx): Renamed from sha_finish_ctx.
56169         (sha1_read_ctx): Renamed from sha_read_ctx.
56170         (sha1_stream): Renamed from sha_stream.
56171         (sha1_buffer): Renamed from sha_buffer.
56172         * lib/sha1.c: Likewise; renamed from sha.c.
56173         Do not include <sys/types.h>.
56174         Include <stddef.h> rather than <stdlib.h>.
56175
56176 2004-08-08  Bruno Haible  <bruno@clisp.org>
56177
56178         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
56179         FILESYSTEM_PREFIX_LEN.
56180         * lib/progreloc.c: Likewise.
56181         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
56182
56183 2004-08-06  Simon Josefsson  <jas@extundo.com>
56184
56185         * modules/progname (Depends-on): Don't depend on stdbool.
56186
56187 2004-08-06  Simon Josefsson  <jas@extundo.com>
56188
56189         * modules/getsubopt: New file.
56190         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
56191         getsubopt.
56192
56193 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
56194
56195         More merge from coreutils.
56196
56197         * m4/utimens.m4, m4/utimecmp.m4: New files.
56198         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
56199         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
56200         prereq.m4, sha.m4: Import changes from coreutils.
56201
56202 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
56203
56204         More merge from coreutils.
56205         * modules/raise, modules/readtokens0, modules/utimens:
56206         * modules/utimecmp, module/xnanosleep: New files.
56207         * modules/strftime: Add lib/strftime.h.
56208         Change include from <time.h> to "strftime.h".
56209         * modules/yesno: Add lib/yesno.h.
56210         * modules/backupfile: Remove lib/addext.c.
56211         * modules/euidaccess: Add stat-macros.h.
56212         * modules/canonicalize, modules/euidaccess,
56213         modules/filemode, modules/lchown, modules/makepath,
56214         modules/rmdir, modules/stat: Likewise.
56215
56216 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
56217
56218         Merge from tar.
56219         * lib/argp-help.c (make_hol, hol_append): Don't assume that
56220         SIZE_MAX is a valid preprocessor constant.
56221         (__argp_basename): Change from "#ifndef _LIBC"
56222         to "#ifndef __argp_short_program_name", so that
56223         we don't compile these functions for tar.
56224
56225         More merges from coreutils.
56226         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
56227         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
56228         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
56229         * lib/addext.c: Remove; no longer needed.
56230         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
56231         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
56232         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
56233         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
56234         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
56235         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
56236         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
56237         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
56238         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
56239         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
56240         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
56241         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
56242         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
56243         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
56244         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
56245         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
56246         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
56247         Import changes from coreutils.
56248
56249 2004-08-05  Simon Josefsson  <jas@extundo.com>
56250
56251         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
56252
56253 2004-08-05  Simon Josefsson  <jas@extundo.com>
56254
56255         * m4/getsubopt.m4: New file.
56256
56257 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
56258
56259         Merge from coreutils.
56260
56261         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
56262         * m4/getcwd-path-max.m4: New files.
56263
56264         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
56265         FILESYSTEM_PREFIX_LEN ->
56266         FILE_SYSTEM_PREFIX_LEN.
56267         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
56268         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
56269         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
56270         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
56271
56272         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
56273         prerequisite modules now handle the DOS stuff.
56274         Don't check for unistd.h.
56275
56276 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
56277
56278         Merge from coreutils.
56279
56280         * lib/.gdb-history: Remove; this doesn't belong here.
56281
56282         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
56283         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
56284         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
56285         * lib/getcwd.c: New files.
56286
56287         * lib/dirname.h: Include <stdbool.h>.
56288         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
56289         for consistency with POSIX terminology.  All uses changed.
56290         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
56291         (strip_trailing_slashes): Use bool for booleans.
56292         * lib/stripslash.c (strip_trailing_slashes): Likewise.
56293
56294         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
56295         sometimes returns a positive errno value even when it succeeds.
56296         (print_errno_message) [!LIBC]: Fall back on strerror if
56297         __strerror_r fails.
56298
56299         * lib/path-concat.c (mempcpy): Don't define if a system header defines
56300         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
56301         (longest_relative_suffix): New function.
56302         (path_concat): Use it.  Assume first argument is not NULL.
56303         Port to DOS.  Omit redundant separators.
56304         Report an error instead of returning NULL.
56305         Use mempcpy instead of memcpy.
56306         (xpath_concat): Remove: not declared or used.
56307
56308         * lib/same.h: Include <stdbool.h>
56309         (same_name): Return bool, not int.
56310         * lib/same.c (same_name): Likewise.
56311         (errno): Don't declare; we assume C89 or better now.
56312
56313         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
56314         if not already defined.
56315
56316         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
56317         * lib/dup-safer.c (errno): Likewise.
56318
56319 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
56320
56321         Merge from coreutils.
56322         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
56323         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
56324         * modules/path-concat: Don't depend on strdup.
56325
56326 2004-08-03  Simon Josefsson  <jas@extundo.com>
56327
56328         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
56329         * lib/progname.h: Don't include stdbool.h.
56330
56331 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
56332
56333         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
56334         * MODULES.html.sh (func_all_modules): Remove fatal.
56335
56336 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
56337
56338         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
56339
56340 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
56341
56342         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
56343         working.
56344
56345 2004-08-02  Simon Josefsson  <jas@extundo.com>
56346
56347         * lib/getsubopt.h: New file, with comments from Bruno Haible.
56348         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
56349         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
56350
56351 2004-08-01  Simon Josefsson  <jas@extundo.com>
56352
56353         * lib/xgetdomainname.c: Include stdlib.h, for free().
56354
56355 2004-07-19  Bruno Haible  <bruno@clisp.org>
56356
56357         * MODULES.html.sh (func_all_modules): Add dummy.
56358
56359 2004-07-16  Simon Josefsson  <jas@extundo.com>
56360
56361         * modules/dummy: New file.
56362
56363 2004-07-16  Simon Josefsson  <jas@extundo.com>
56364
56365         * lib/dummy.c: New file.
56366
56367 2004-07-16  Bruno Haible  <bruno@clisp.org>
56368
56369         * lib/backupfile.h: Add extern "C" for C++.
56370         * lib/closeout.h: Likewise.
56371         * lib/copy-file.h: Likewise.
56372         * lib/findprog.h: Likewise.
56373         * lib/full-write.h: Likewise.
56374         * lib/pathname.h: Likewise.
56375         * lib/progname.h: Likewise.
56376         * lib/stpcpy.h: Likewise.
56377         * lib/stpncpy.h: Likewise.
56378         * lib/strcase.h: Likewise.
56379         * lib/strstr.h: Likewise.
56380         * lib/xalloc.h: Likewise.
56381
56382         * lib/mbswidth.h: Add extern "C" for C++.
56383         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
56384
56385 2004-07-13  Robert Millan  <robertmh@gnu.org>
56386
56387         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
56388
56389 2004-07-09  Simon Josefsson  <jas@extundo.com>
56390
56391         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
56392         failed without this.)
56393
56394 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
56395
56396         * modules/chown (Files): Add lib/fchown-stub.c, since
56397         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
56398
56399 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
56400
56401         * lib/fchown-stub.c: New file.
56402
56403 2004-06-24  Jim Meyering  <jim@meyering.net>
56404
56405         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
56406
56407 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
56408
56409         * modules/argz: Omit "#include".
56410
56411         * MODULES.html.sh (func_all_modules): Add calloc, to match
56412         2004-06-01 addition of calloc module.
56413
56414 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
56415
56416         * m4/argz.m4: New file, which is autoupdated from libtool.
56417
56418 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
56419
56420         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
56421         libtool.
56422
56423 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
56424
56425         * config/srclist-update: Don't insist on "USA." before the
56426         close-comment, as libtool omits the period and puts the */ on a
56427         separate line.
56428         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
56429         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
56430
56431 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
56432
56433         * modules/argz: New file.
56434         * MODULES.html.sh (func_all_modules): Add argz.
56435
56436 2004-06-12  Jim Meyering  <jim@meyering.net>
56437         and  Paul Eggert  <eggert@cs.ucla.edu>
56438
56439         * modules/hash (Files): Add lib/xalloc.h.
56440         * modules/pipe (Depends-on): Add wait-process.
56441         * modules/stat (Depends-on): Add xalloc.
56442         * modules/userspec (Files): Add lib/userspec.h.
56443         * modules/xstrto
56444
56445         Upgrade from gettext-0.13.
56446         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
56447         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
56448         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
56449
56450 2004-06-10  Jim Meyering  <jim@meyering.net>
56451
56452         * lib/calloc.c: New file.
56453
56454 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
56455
56456         * lib/getdate.y (yylex): Allow space between sign and number.
56457         Problem reported by Dan Jacobson.
56458
56459 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
56460
56461         Merge from coreutils CVS.
56462
56463         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
56464         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
56465         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
56466         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
56467         xstrtol.m4: Fix copyright date and/or serial number.
56468
56469         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
56470         See if we need an fchown replacement.
56471         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
56472         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
56473         and use the replacement function if we detect either defect.
56474
56475         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
56476         gl_UTIMECMP.
56477
56478 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
56479         and  Jim Meyering  <jim@meyering.net>
56480
56481         Merge from coreutils CVS.
56482
56483         * lib/stat-macros.h: New file, with contents from file-type.h
56484         and coreutils' system.h.
56485         * lib/file-type.c: Include "stat-macros.h".
56486         * lib/file-type.h (file_type): Move all macro definitions to new file,
56487         stat-macros.h.
56488
56489         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
56490         Wrap old code with this conditional.
56491         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
56492         function that does not dereference symlinks.
56493         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
56494
56495         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
56496         dependency problems.
56497         (xreadlink): Accept new arg SIZE, for efficiency.
56498         All decls and uses changed.
56499         * lib/xreadlink.h: Include <stddef.h>, for size_t.
56500
56501         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
56502         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
56503
56504         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
56505         sysexits.h.
56506
56507 2004-06-01  Jim Meyering  <jim@meyering.net>
56508
56509         * m4/calloc.m4: New file.
56510
56511 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
56512
56513         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
56514         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
56515         Also, fix a typo in a diagnostic.
56516
56517 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
56518
56519         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
56520         or AC_FUNC_REALLOC.
56521
56522 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
56523
56524         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
56525         macros to be defined.
56526         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
56527         the allocator returns NULL because the requested size is zero.
56528
56529 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
56530
56531         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
56532         var.  Add comment explaining why libc still defines it.  This
56533         merges the following patch from glibc:
56534         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
56535
56536 2004-05-20  Andreas Schwab  <schwab@suse.de>
56537
56538         * m4/free.m4: Replace free if it not known to work, not the other
56539         way round.
56540
56541 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
56542
56543         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
56544         present in glibc since revision 1.1 of this file.
56545         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
56546         obstack_alignment_mask, obstack_alloc, obstack_base,
56547         obstack_blank, obstack_blank_fast, obstack_chunk_size,
56548         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
56549         obstack_grow0, obstack_init, obstack_int_grow,
56550         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
56551         obstack_next_free, obstack_object_size, obstack_ptr_grow,
56552         obstack_ptr_grow_fast, obstack_room): Remove declarations of
56553         nonexistent functions.
56554
56555 2004-05-18  Karl Berry  <karl@gnu.org>
56556
56557         * config/srclist.txt: break link for vasnprintf.c.
56558
56559 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
56560
56561         Port obstack to the AS/400, where pointers are 16 bytes wide and
56562         you cannot cast an integer to a valid pointer.  This patch is
56563         currently waiting to be integrated into glibc; see
56564         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
56565
56566         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
56567         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
56568         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
56569         (struct obstack): temp member is now a union of a pointer and
56570         an integer, instead of an integer.  All integer uses changed.
56571         This does not affect the physical layout of struct obstack,
56572         except on hosts (like the AS/400) where the size or alignment of
56573         void * is greater than that of ptrdiff_t.
56574         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
56575         __STDC__)]: Store temporary in pointer member of union, not
56576         integer member.
56577         * lib/obstack.c: Include <stddef.h>, for offsetof.
56578         (struct fooalign): Remove; it doesn't need a name.
56579         (union fooround): Change double to long double, and add void *.
56580         (DEFAULT_ALIGNMENT): Use offsetof to compute.
56581         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
56582         not a macro.  Hence the values are always int; so remove all
56583         casts-to-int in uses.
56584
56585 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
56586
56587         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
56588         we can get this patch merged into glibc.
56589
56590 2004-05-17  Derek R. Price  <derek@ximbiot.com>
56591             Paul Eggert  <eggert@cs.ucla.edu>
56592
56593         * m4/argp: Depend on alloca.
56594
56595 2004-05-17  Derek R. Price  <derek@ximbiot.com>
56596             Paul Eggert  <eggert@cs.ucla.edu>
56597
56598         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
56599         freecoding.
56600
56601 2004-05-17  Bruno Haible  <bruno@clisp.org>
56602
56603         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
56604         precision that consists of a '.' followed by an empty digit string.
56605         Patch by Tor Lillqvist <tml@iki.fi>.
56606
56607 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
56608
56609         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
56610         for backward compatibility with older code.  We need our own
56611         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
56612         it under some other name, and our alloca.h will define it.
56613
56614 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
56615             Derek Price  <derek@ximbiot.com>
56616
56617         * lib/alloca.c: Include <alloca.h>, to get our interface.
56618         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
56619         include <alloca.h> first.  Use C89 prototype for alloca; this
56620         requires including <stddef.h> for size_t.  Use extern "C" if C++.
56621         Use #elif for simplicity, since we can assume C89 now.
56622         Don't try to source the system alloca.h since it will not be found
56623         and to prevent recursively including its replacement.
56624         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
56625         * lib/regex.c: Likewise.
56626
56627 2004-05-16  Derek Price  <derek@ximbiot.com>
56628             Paul Eggert  <eggert@cs.ucla.edu>
56629
56630         getline cleanup.  This changes the getndelim2 API: both order of
56631         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
56632         no delimiter).
56633
56634         * lib/getline.c: Don't include stddef.h or stdio.h, since our
56635         interface does that.
56636         (getline): Always use getdelim, so that we don't have two
56637         copies of this code.
56638         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
56639         if available.
56640         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
56641         (GETNDELIM2_MAXIMUM): New macro.
56642         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
56643         instead of the old practice of delim2==0.  All callers changed.
56644         Return -1 on overflow, instead of returning junk.
56645         Do not set *linesize unless allocation succeeds.
56646         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
56647         that we include sys/types.h.
56648         * lib/getnline.h: Likewise.
56649         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
56650         (getndelim2): Reorder arguments.
56651         * lib/getnline.c (getnline, getndelim):
56652         Don't discard the NMAX argument.
56653         (getnline): Invoke getndelim, to avoid code duplication.
56654         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
56655         of (size_t) -1 by callers of the getnline family.
56656
56657 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
56658
56659         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
56660         Check for gettimeofday.
56661         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
56662         Check for settimeofday, stime.
56663
56664 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
56665
56666         * lib/nanosleep.c (suspended): Change its type from int to
56667         sig_atomic_t volatile.
56668         (first_call): Make it private to rpl_nanosleep, and have it
56669         be zero initially as that's a bit faster.
56670         (my_usleep): Round up fractional times instead of truncating them,
56671         as this is the usual meaning for 'sleep'.
56672
56673         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
56674         doesn't work.
56675         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
56676         (ENOSYS): Define if not defined.
56677         (settime): Fall back on stime if it exists and settimeofday fails.
56678         But don't bother with fallbacks if a method fails with errno == EPERM.
56679
56680 2004-05-11  Jim Meyering  <jim@meyering.net>
56681
56682         Prior to this change, the save_cwd caller required read access to the
56683         current directory on most systems (ones with the fchdir function).
56684
56685         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
56686         fails, try write-only, and finally, resort to using xgetcwd.
56687
56688 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
56689
56690         * lib/obstack.c, obstack.h: Import changes from libc.
56691
56692 2004-04-28  Bruno Haible  <bruno@clisp.org>
56693
56694         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
56695         also implicitly appends .exe to executables.
56696         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
56697         accepts Windows pathnames.
56698         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
56699         Treat Cygwin like Windows, since it now accepts Windows pathnames.
56700         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
56701         Treat Cygwin like Windows, since it now accepts Windows pathnames.
56702         Reported by Derek Robert Price <derek@ximbiot.com>.
56703
56704 2004-04-21  Karl Berry  <karl@gnu.org>
56705
56706         * config/srclist.txt (localcharset.c): break sync.
56707
56708 2004-04-20  Paul Eggert  <eggert@twinsun.com>
56709
56710         * m4/host-os.m4: Add a copyright notice.
56711
56712 2004-04-20  Jim Meyering  <jim@meyering.net>
56713
56714         Change UTILS_ to gl_ in AC_DEFINE'd names.
56715         Change utils_- and jm_-prefixed variables, too.
56716         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
56717         UTILS_FUNC_MKDIR_TRAILING_SLASH.
56718         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
56719
56720         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
56721         Don't emit trailing blanks.
56722         Also rename jm_-prefixed variables to have gl_ prefix.
56723
56724         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
56725         Also rename jm_-prefixed variables to have gl_ prefix.
56726
56727         * m4/jm-macros.m4: Reflect the renamings.
56728         * m4/prereq.m4: Likewise.
56729
56730 2004-04-20  Jim Meyering  <jim@meyering.net>
56731
56732         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
56733         memory.
56734
56735 2004-04-20  Jim Meyering  <jim@meyering.net>
56736             Bruno Haible  <bruno@clisp.org>
56737
56738         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
56739         memory when realloc fails.
56740
56741 2004-04-19  Jim Meyering  <jim@meyering.net>
56742
56743         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
56744         now that readutmp.c may call `free (0)'.
56745
56746 2004-04-19  Bruno Haible  <bruno@clisp.org>
56747
56748         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
56749         * m4/inttypes_h.m4: Likewise.
56750         * m4/stdint_h.m4: Likewise.
56751         * m4/intmax_t.m4: Likewise.
56752         * m4/uintmax_t.m4: Likewise.
56753
56754 2004-04-18  Jim Meyering  <jim@meyering.net>
56755
56756         * m4/prereq.m4: Don't forbid jm_ prefix.
56757
56758         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
56759         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
56760         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
56761         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
56762         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
56763         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
56764         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
56765         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
56766         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
56767         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
56768         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
56769         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
56770         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
56771         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
56772         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
56773         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
56774         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
56775         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
56776         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
56777
56778 2004-04-18  Jim Meyering  <jim@meyering.net>
56779
56780         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
56781         failure, don't leak memory and do call END_UTMP_ENT.
56782
56783 2004-04-16  Jim Meyering  <jim@meyering.net>
56784
56785         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
56786         coreutils' stat program.
56787         (gl_PREREQ): Don't require jm_PREREQ_STAT.
56788
56789 2004-04-11  Paul Eggert  <eggert@twinsun.com>
56790
56791         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
56792         C89.
56793         (CHAR_BIT): Remove, since we assume C89.
56794         Include <stdint.h> if available, as per current Autoconf CVS advice.
56795
56796 2004-03-31  Jim Meyering  <jim@meyering.net>
56797
56798         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
56799         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
56800         * m4/xalloc.m4: Likewise.
56801
56802 2004-03-30  Paul Eggert  <eggert@twinsun.com>
56803
56804         Merge from coreutils.
56805
56806         * m4/inttostr.m4: New file.
56807         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
56808         Require AM_STDBOOL_H and gl_TIMESPEC instead.
56809         Require gl_CLOCK_TIME.
56810         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
56811
56812 2004-03-30  Paul Eggert  <eggert@twinsun.com>
56813
56814         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
56815         not bool, to be more consistent with Unix conventions.
56816         Suggested by Bruno Haible.
56817
56818         Merge from coreutils.
56819
56820         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
56821         * lib/umaxtostr.c: New files.
56822
56823         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
56824         the usual <time.h> dance.
56825         (get_date): Change signature to support fractional time stamps.
56826         All callers changed.
56827         * lib/getdate.y: Include "getdate.h" first, as we can now
56828         assume C89 and don't need to worry about 'const'.
56829         Similarly, include "unlocked-io.h" near start, not in middle.
56830         Include <limits.h>.
56831         (textint.value): Use long int rather than int.
56832         (textint.digits): Use size_t rather than int.
56833         (BILLION, LOG10_BILLION): New constants.
56834         (parser_control): New member rel_ns.  Members day_ordinal,
56835         time_zone, month, day, hour, minutes, rel_year, rel_month,
56836         rel_day, rel_hour, rel_minutes, rel_seconds
56837         are now long int, not int.  Member seconds is now struct timespec,
56838         not int.  New member timespec_seen.  Members dates_seen, days_seen,
56839         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
56840         not int.
56841         (%union.intval): Now long int, not int.
56842         New member timespec.
56843         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
56844         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
56845         (spec): Now is a timespec or an item list.
56846         (timespec, items): New nonterminals.
56847         (time, rel, relunit, number, get_date):
56848         Add support for fractional seconds.
56849         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
56850         (gmtime, localtime, mktime): Remove decls; not needed with C89.
56851         (to_hour): First arg is now long int, not int.
56852         (to_year): Returns long int, not int.
56853         Don't treat year -70 like 70.
56854         (tm_diff): Returns long int, not int.
56855         (lookup_word): Use bool instead of int when appropriate.
56856         (yylex): Use size_t for count, not int.
56857         Detect overflow when parsing large integer constants.
56858         Add support for fractions.
56859         (get_date): Make pointers 'const' if possible.
56860         Use more-portable code to detect integer overflow.
56861         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
56862         Don't use ctime; it's not reliable if the year has >4 digits.
56863
56864         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
56865         This is for compatibility with BSD.
56866
56867         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
56868         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
56869         From coreutils' system.h.
56870
56871         * lib/userspec.c: Don't include "posixver.h".
56872         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
56873         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
56874         compatible extension.  Simplify code by removing a boolean int
56875         that was always nonzero if a string was nonnull.
56876
56877 2004-03-30  Jim Meyering  <jim@meyering.net>
56878
56879         Merge from coreutils.
56880
56881         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
56882         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
56883         on some systems one must include <grp.h> before it.
56884         Reported by Christian Krackowizer.
56885
56886 2004-03-30  Jim Meyering  <jim@meyering.net>
56887
56888         Merge from coreutils.
56889
56890         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
56891
56892         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
56893         an empty input stream.
56894
56895         * lib/readtokens.c: Include <stdbool.h>.
56896         (readtoken): Use `size_t' rather than int/long.
56897         All callers adjusted.
56898         Use `bool' rather than `int' where appropriate.
56899         Use memset rather than an explicit loop.
56900         Use x2nrealloc rather than xrealloc.
56901         Allow the use of `\0' as a delimiter.
56902         (readtokens): Likewise.
56903         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
56904
56905 2004-03-30  Jim Meyering  <jim@meyering.net>
56906
56907         * m4/realloc.m4: Remove file, since now it does no more than
56908         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
56909         the `configure.ac' section of module/realloc.
56910         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
56911
56912 2004-03-30  Bruno Haible  <bruno@clisp.org>
56913
56914         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
56915         nonnull.
56916
56917 2004-03-29  Paul Eggert  <eggert@twinsun.com>
56918
56919         Merge changes to getloadavg.c from coreutils and Emacs.
56920
56921         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
56922         Define to an expression, not to the empty string.
56923         Include cloexec.h and xalloc.h.
56924         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
56925         Use set_cloexec_flag rather than rolling our own.
56926         * lib/cloexec.c, lib/cloexec.h: New files.
56927
56928 2004-03-29  Paul Eggert  <eggert@twinsun.com>
56929
56930         * m4/cloexec.m4: New file.
56931
56932 2004-03-18  Paul Eggert  <eggert@twinsun.com>
56933
56934         * lib/getopt.h: Sync with libc CVS.
56935
56936 2004-03-18  Paul Eggert  <eggert@twinsun.com>
56937             Bruno Haible  <bruno@clisp.org>
56938
56939         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
56940         mbswidth.
56941
56942 2004-03-18  Paul Eggert  <eggert@twinsun.com>
56943             Bruno Haible  <bruno@clisp.org>
56944
56945         * lib/mbswidth.h: Include <wchar.h> only if
56946         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
56947         <wchar.h>.
56948         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
56949
56950 2004-03-09  Paul Eggert  <eggert@twinsun.com>
56951
56952         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
56953         Sync with libc CVS.
56954         * lib/getopt_int.h: New file, also synced from libc.
56955
56956 2004-03-09  Paul Eggert  <eggert@twinsun.com>
56957
56958         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
56959         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
56960         Bring back getopt.c, getopt.h, getopt1.c.
56961
56962 2004-03-07  Paul Eggert  <eggert@twinsun.com>
56963
56964         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
56965         All uses changed.  Check for sa_sigaction member; this fixes
56966         a bug first reported by Jason Andrade in
56967         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
56968
56969 2004-03-07  Paul Eggert  <eggert@twinsun.com>
56970
56971         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
56972         '#if' expressions.  Unlike the code it replaces, it does not
56973         depend on (defined _SC_PAGESIZE).  However, it does depend on
56974         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
56975         first reported by Jason Andrade in
56976         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
56977
56978 2004-02-25  Simon Josefsson  <jas@extundo.com>
56979
56980         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
56981
56982 2004-02-25  Simon Josefsson  <jas@extundo.com>
56983
56984         * lib/strdup.h: New file.
56985         * lib/strdup.c: Include it.
56986         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
56987         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
56988
56989 2004-02-23  Karl Berry  <karl@gnu.org>
56990
56991         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
56992         (from fencepost.gnu.org:/gd/gnuorg).
56993
56994 2004-02-23  Karl Berry  <karl@gnu.org>
56995
56996         * config/srclistvars.sh (GNUORG) [karl]: redefine.
56997         * config/srclist.txt: add maintain/standards documents.
56998
56999 2004-02-18  Bruno Haible  <bruno@clisp.org>
57000
57001         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
57002         Reported by Derek Robert Price <derek@ximbiot.com>.
57003
57004 2004-02-16  Karl Berry  <karl@gnu.org>
57005
57006         * config/mkinstalldirs, install-sh: update from automake.
57007
57008 2004-02-06  Karl Berry  <karl@gnu.org>
57009
57010         * m4/po.m4: update from gettext 0.14.1.
57011
57012 2004-02-06  Karl Berry  <karl@gnu.org>
57013
57014         * lib/config.charset: update from gettext 0.14.1.
57015
57016 2004-02-05  Paul Eggert  <eggert@twinsun.com>
57017
57018         Add comments and code, prompted by suggestions from Bruno Haible
57019         for sh-quote.
57020         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
57021         describing the enum quoting_style values.
57022         * lib/quotearg.c (quotearg_alloc): New function.
57023         (quotearg_buffer_restyled): Treat lone { and } as special.
57024         Treat = as special.  Work around bug with older shells
57025         that "see" a '\' that is really the 2nd byte of a multibyte char.
57026         Quote empty string with shell_quoting_style.
57027
57028 2004-02-03  Bruno Haible  <bruno@clisp.org>
57029
57030         * m4/pipe.m4: New file, from GNU gettext.
57031
57032 2004-02-03  Bruno Haible  <bruno@clisp.org>
57033
57034         * lib/pipe.h: New file, from GNU gettext.
57035         * lib/pipe.c: New file, from GNU gettext.
57036
57037 2004-01-27  Bruno Haible  <bruno@clisp.org>
57038
57039         * m4/execute.m4: New file, from GNU gettext.
57040
57041 2004-01-27  Bruno Haible  <bruno@clisp.org>
57042
57043         * lib/execute.h: New file, from GNU gettext.
57044         * lib/execute.c: New file, from GNU gettext.
57045         * lib/w32spawn.h: New file, from GNU gettext.
57046
57047 2004-01-24  Paul Eggert  <eggert@twinsun.com>
57048
57049         Merge from diffutils.
57050
57051         * lib/file-type.c (file_type): Add typed memory objects.
57052         * lib/file-type.h (S_TYPEISTMO): New macro.
57053
57054         * lib/c-stack.h (c_stack_action): Remove argv argument.
57055         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
57056         (die): Don't calculate message unless segv_action returns.
57057         (get_stack_location, min_address_from_argv, max_address_from_argv,
57058         volatile stack_base, volatile_stack_size): Remove.
57059         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
57060         that every segmentation violation is a stack overflow.  (Ouch!)
57061         See Debian bug 136249 (still outstanding) for more info about why
57062         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
57063
57064 2004-01-24  Paul Eggert  <eggert@twinsun.com>
57065
57066         Exit-status fix from coreutils.
57067
57068         Use exit_failure consistently in place of EXIT_FAILURE,
57069         so that program exit statuses are consistent on failure.
57070
57071         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
57072         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
57073         * lib/argmatch.h: Comment fix to match the above.
57074         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
57075         Now a macro referring to exit_failure, instead of a separate
57076         variable.  Include "exitfail.h" to get it.
57077         * lib/xstrtol.h: Include "exitfail.h".
57078         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
57079
57080         * lib/long-options.c (parse_long_options): Use prototype
57081         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
57082         for clarity.
57083
57084 2004-01-21  Jim Meyering  <jim@meyering.net>
57085
57086         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
57087         so as not to conflict with a different-sized __mktime_internal
57088         function in GNU libc.
57089         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
57090         Problem building statically-linked `ls' reported by Michael Brunnbauer.
57091
57092 2004-01-20  Karl Berry  <karl@gnu.org>
57093
57094         * config/config.guess: update from config.
57095
57096         * config/srclistvars.sh: GNUWWWLICENSES for karl.
57097
57098 2004-01-20  Bruno Haible  <bruno@clisp.org>
57099
57100         Safer stack allocation.
57101         * lib/setenv.c: Include allocsa.h.
57102         (alloca): Remove fallback definition.
57103         (freea): Remove macro.
57104         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
57105         instead of freea.
57106
57107 2004-01-20  Bruno Haible  <bruno@clisp.org>
57108
57109         * m4/eealloc.m4: New file, from GNU gettext.
57110
57111 2004-01-20  Bruno Haible  <bruno@clisp.org>
57112
57113         * m4/allocsa.m4: New file, from GNU gettext.
57114
57115 2004-01-20  Bruno Haible  <bruno@clisp.org>
57116
57117         * lib/xallocsa.h: New file, from GNU gettext.
57118         * lib/xallocsa.c: New file, from GNU gettext.
57119
57120 2004-01-20  Bruno Haible  <bruno@clisp.org>
57121
57122         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
57123
57124 2004-01-20  Bruno Haible  <bruno@clisp.org>
57125
57126         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
57127         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
57128         specially.
57129
57130 2004-01-20  Bruno Haible  <bruno@clisp.org>
57131
57132         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
57133         patch.
57134
57135 2004-01-20  Bruno Haible  <bruno@clisp.org>
57136
57137         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
57138
57139 2004-01-20  Bruno Haible  <bruno@clisp.org>
57140
57141         * lib/eealloc.h: New file.
57142
57143 2004-01-20  Bruno Haible  <bruno@clisp.org>
57144
57145         * lib/binary-io.h: Avoid warnings on Cygwin.
57146
57147 2004-01-20  Bruno Haible  <bruno@clisp.org>
57148
57149         * lib/allocsa.h: New file, from GNU gettext.
57150         * lib/allocsa.c: New file, from GNU gettext.
57151
57152 2004-01-18  Karl Berry  <karl@gnu.org>
57153
57154         * doc/gpl.texi, doc/lgpl.texi: new files.
57155
57156 2004-01-18  Karl Berry  <karl@gnu.org>
57157
57158         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
57159         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
57160
57161 2004-01-15  Paul Eggert  <eggert@twinsun.com>
57162
57163         Merge from coreutils.
57164
57165         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
57166         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
57167         (gl_DEFAULT_POSIX2_VERSION): Move
57168         the documentation from 'configure' into 'config.hin',
57169         so that 'configure --help' isn't burdened by it and
57170         we don't have to worry about its formatting there.
57171         Reword the documentation so that it's more succinct
57172         and can be run together into a single paragraph.
57173         * m4/same.m4 (gl_SAME): Check for pathconf.
57174
57175 2004-01-15  Paul Eggert  <eggert@twinsun.com>
57176
57177         Merge from coreutils.
57178
57179         * lib/posixver.c: Include posixver.h.
57180
57181         * lib/same.c: Include <stdbool.h>, <limits.h>.
57182         (_POSIX_NAME_MAX): Define if not defined.
57183         (MIN): New macro.
57184         (same_name): If file names are silently truncated, report
57185         that the file names are the same if they are the same after
57186         the silent truncation.
57187
57188         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
57189         conversion function.
57190         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
57191         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
57192         longer needed.
57193
57194 2004-01-15  Jim Meyering  <jim@meyering.net>
57195
57196         Merge from coreutils.
57197
57198         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
57199         if no library is required.
57200         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
57201         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
57202         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
57203         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
57204         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
57205         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
57206         value, $ac_cv_search_crypt, if it's "none required".
57207         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
57208         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
57209         not gl_FUNC_GETLOADAVG.
57210         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
57211         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
57212
57213 2004-01-15  Jim Meyering  <jim@meyering.net>
57214
57215         Merge from coreutils.
57216
57217         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
57218         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
57219         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
57220
57221         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
57222         optional configure-time default.
57223
57224         * lib/version-etc.c (version_etc_copyright): Update copyright date.
57225
57226         * lib/xreadlink.c (xreadlink): Correct outdated comment.
57227
57228 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
57229
57230         Merge from coreutils.
57231
57232         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
57233         value, $ac_cv_search_nanosleep, if it's "none required".
57234
57235 2004-01-14  Paul Eggert  <eggert@twinsun.com>
57236
57237         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
57238         with like-named macro in fnmatch.c.
57239         (EXT): Use an internal constant instead.
57240
57241         Merge fnmatch patches from glibc.
57242         * lib/fnmatch.c (mbsinit): Remove define.
57243         Add libc_hidden_ver (__fnmatch, fnmatch).
57244         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
57245         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
57246
57247 2004-01-14  Karl Berry  <karl@gnu.org>
57248
57249         * config/install-sh: update from automake.
57250
57251 2004-01-13  Karl Berry  <karl@gnu.org>
57252
57253         * config/install-sh: update from automake.
57254
57255 2004-01-09  Karl Berry  <karl@gnu.org>
57256
57257         * config/install-sh: update from automake.
57258
57259 2004-01-05  Karl Berry  <karl@gnu.org>
57260
57261         * config/config.{sub,guess}: update from config.
57262
57263 2003-12-31  Karl Berry  <karl@gnu.org>
57264
57265         * config/depcomp: update from automake.
57266
57267 2003-12-14  Karl Berry  <karl@gnu.org>
57268
57269         * lib/config.charset: update from gettext-runtime.
57270
57271 2003-12-03  Paul Eggert  <eggert@twinsun.com>
57272
57273         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
57274         Bug reported by Alfred M. Szmidt.
57275
57276 2003-12-03  Bruno Haible  <bruno@clisp.org>
57277
57278         * m4/gettext.m4: Upgrade from gettext-0.13.
57279         * m4/po.m4: Upgrade from gettext-0.13.
57280         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
57281         * m4/intmax.m4: New file, from gettext-0.13.
57282         * m4/printf-posix.m4: New file, from gettext-0.13.
57283
57284 2003-11-29  Karl Berry  <karl@gnu.org>
57285
57286         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
57287
57288 2003-11-25  Paul Eggert  <eggert@twinsun.com>
57289             Bruno Haible  <bruno@clisp.org>
57290
57291         * lib/printf-parse.h: Don't include sys/types.h.
57292         (ARG_NONE): New macro.
57293         (char_directive): Change type of *arg_index fields to size_t.
57294         * lib/printf-parse.c: Don't include sys/types.h.
57295         (SSIZE_MAX): Remove macro.
57296         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
57297         Remove unnecessary overflow check.
57298         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
57299         fields.
57300
57301 2003-11-25  Bruno Haible  <bruno@clisp.org>
57302
57303         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
57304
57305 2003-11-25  Bruno Haible  <bruno@clisp.org>
57306
57307         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
57308         gt_TYPE_SSIZE_T.
57309
57310 2003-11-24  Paul Eggert  <eggert@twinsun.com>
57311
57312         * modules/alloca: Remove dependency on xalloc.
57313
57314 2003-11-24  Paul Eggert  <eggert@twinsun.com>
57315
57316         * lib/alloca.c: Remove dependency on xalloc module.
57317         (xalloc_die): Remove.
57318         (memory_full) [!defined emacs]: New macro.
57319         [!defined emacs]: Don't include xalloc.h.
57320         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
57321         address arithmetic overflows.  Change datatypes a bit to avoid
57322         unnecessary casts.
57323
57324 2003-11-22  Jim Meyering  <jim@meyering.net>
57325
57326         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
57327         s/size/size_t/.
57328
57329 2003-11-21  Karl Berry  <karl@gnu.org>
57330
57331         * config/config.{sub,guess}: update from config.
57332
57333 2003-11-18  Karl Berry  <karl@gnu.org>
57334
57335         * config/config.{sub,guess}: update from config.
57336
57337         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
57338
57339 2003-11-17  Paul Eggert  <eggert@twinsun.com>
57340
57341         * README: Mention that S+T cannot overflow if S is the size of
57342         an existing object and T is sufficiently small.
57343
57344 2003-11-17  Jim Meyering  <jim@meyering.net>
57345
57346         On systems without utime and without a utimes function capable of
57347         dealing with a NULL struct utimbuf* argument, this utime replacement
57348         could -- in unusual circumstances -- leak a file descriptor.
57349         * lib/utime.c: Include <unistd.h> and <errno.h>.
57350         (utime_null): Be sure to close `fd' and to preserve errno.
57351         Reported by Geoff Collyer via Arnold Robbins.
57352
57353 2003-11-17  Bruno Haible  <bruno@clisp.org>
57354
57355         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
57356         (Depends-on): Add xsize.
57357
57358 2003-11-17  Bruno Haible  <bruno@clisp.org>
57359
57360         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
57361
57362 2003-11-17  Bruno Haible  <bruno@clisp.org>
57363
57364         * lib/vasnprintf.c (alloca): Remove fallback definition.
57365         (freea): Remove definition.
57366         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
57367         Reported by Paul Eggert.
57368
57369 2003-11-16  Paul Eggert  <eggert@twinsun.com>
57370             Bruno Haible  <bruno@clisp.org>
57371
57372         Protect against address arithmetic overflow.
57373         * lib/printf-args.h: Include stddef.h.
57374         (arguments): Change type of field 'count' to size_t.
57375         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
57376         'unsigned int' where appropriate.
57377         * lib/printf-parse.h: Include sys/types.h.
57378         (char_directive): Change type of *arg_index fields to ssize_t.
57379         (char_directives): Change type of fields 'count', max_*_length to
57380         size_t.
57381         * lib/printf-parse.c: Include sys/types.h and xsize.h.
57382         (SSIZE_MAX): Define fallback value.
57383         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
57384         instead of 'int' where appropriate. Check a_allocated, d_allocated
57385         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
57386         * lib/vasnprintf.c: Include xsize.h.
57387         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
57388         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
57389         overflow. Avoid wraparound when converting a width or precision from
57390         decimal to binary.
57391
57392 2003-11-16  Bruno Haible  <bruno@clisp.org>
57393
57394         Update from GNU gettext.
57395         * lib/printf-parse.c: Generalize to it can be compiled for wide
57396         strings.
57397         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
57398         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
57399         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
57400         SNPRINTF): New macros.
57401         Don't include <alloca.h> if the file is used inside libintl.
57402         (local_wcslen): New function, for Solaris 2.5.1.
57403         (VASNPRINTF): Use it instead of wcslen.
57404
57405 2003-11-16  Bruno Haible  <bruno@clisp.org>
57406
57407         * lib/xsize.h (xmax): New function.
57408         (xsum, xsum3, xsum4): Declare as "pure" functions.
57409
57410 2003-11-12  Paul Eggert  <eggert@twinsun.com>
57411
57412         * modules/xalloc (Files): Undo latest change, since xalloc.h
57413         no longer needs SIZE_MAX or PTRDIFF_MAX.
57414
57415 2003-11-12  Paul Eggert  <eggert@twinsun.com>
57416
57417         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
57418         gl_PTRDIFF_MAX.
57419
57420 2003-11-12  Paul Eggert  <eggert@twinsun.com>
57421
57422         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
57423         "return", to pacify some unknown compiler.  Problem reported
57424         by Joerg Schilling.
57425
57426 2003-11-12  Paul Eggert  <eggert@twinsun.com>
57427
57428         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
57429         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
57430         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
57431         heuristic is just as accurate as far as we know, and it removes a
57432         dependency on size_max.m4 and ptrdiff_max.m4.
57433
57434 2003-11-11  Bruno Haible  <bruno@clisp.org>
57435
57436         * modules/xsize (Files): Add m4/size_max.m4.
57437         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
57438
57439 2003-11-11  Bruno Haible  <bruno@clisp.org>
57440
57441         * m4/size_max.m4: New file.
57442         * m4/ptrdiff_max.m4: New file.
57443         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
57444         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
57445         (gl_XALLOC): Invoke it.
57446
57447 2003-11-11  Bruno Haible  <bruno@clisp.org>
57448
57449         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
57450         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
57451         defined.
57452
57453 2003-11-10  Paul Eggert  <eggert@twinsun.com>
57454
57455         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
57456         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
57457         rejected some allocations of exactly SIZE_MAX - 2 bytes.
57458         From Bruno Haible.
57459         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
57460         not (size_t) -1, since it's defined here.
57461
57462 2003-11-09  Karl Berry  <karl@gnu.org>
57463
57464         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
57465
57466 2003-11-06  Paul Eggert  <eggert@twinsun.com>
57467
57468         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
57469         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
57470         Reject sizes of exactly SIZE_MAX bytes.
57471         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
57472         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
57473
57474 2003-11-05  Bruno Haible  <bruno@clisp.org>
57475
57476         * lib/xsize.h: Include limits.h, to avoid a possible collision with
57477         SIZE_MAX defined in <limits.h> on Solaris.
57478
57479 2003-11-04  Jim Meyering  <jim@meyering.net>
57480
57481         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
57482         variable names, rather than @VAR@.
57483         * modules/poll: Likewise.
57484
57485 2003-11-04  Bruno Haible  <bruno@clisp.org>
57486
57487         * modules/xsize: New file.
57488         * modules/linebreak: Depend on xsize.
57489         * MODULES.html.sh (func_all_modules): Add xsize.
57490
57491 2003-11-04  Bruno Haible  <bruno@clisp.org>
57492
57493         * m4/xsize.m4: New file.
57494
57495 2003-11-04  Bruno Haible  <bruno@clisp.org>
57496
57497         * lib/xsize.h: New file.
57498         * lib/linebreak.c: Include xsize.h.
57499         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
57500         argument for overflow.
57501         Suggested by Paul Eggert.
57502
57503 2003-11-03  Karl Berry  <karl@gnu.org>
57504
57505         * config/config.{guess,sub}: update from config.
57506
57507 2003-11-03  Jim Meyering  <jim@meyering.net>
57508
57509         * modules/userspec (lib_SOURCES): Add userspec.h.
57510         (Include): Add "userspec.h".
57511         Improve description.
57512
57513 2003-11-03  Jim Meyering  <jim@meyering.net>
57514
57515         * lib/userspec.c: Include "userspec.h".
57516         * lib/userspec.h: New file.
57517
57518 2003-11-03  Bruno Haible  <bruno@clisp.org>
57519
57520         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
57521
57522 2003-11-03  Bruno Haible  <bruno@clisp.org>
57523
57524         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
57525         available, to avoid (extremely rare) race condition.
57526         Suggested by Paul Eggert.
57527
57528 2003-11-02  Karl Berry  <karl@gnu.org>
57529
57530         * config/srclist.txt (vasprintf.c): sync broken, sigh.
57531
57532 2003-10-31  Paul Eggert  <eggert@twinsun.com>
57533
57534         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
57535         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
57536         (read_filesystem_list): Set and use me_type_malloced.
57537         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
57538         whatever the type happens to be), for brevity and consistency.
57539         Check for size calculation overflow on Alphas running OSF/1.
57540
57541 2003-10-31  Jim Meyering  <jim@meyering.net>
57542
57543         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
57544
57545         * lib/linebuffer.c: Include <string.h> for declaration of memset.
57546
57547 2003-10-30  Paul Eggert  <eggert@twinsun.com>
57548             Bruno Haible  <bruno@clisp.org>
57549
57550         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
57551         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
57552
57553 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
57554
57555         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
57556         netbsd*-gnu*.  Suggested by Robert Millan.
57557
57558 2003-10-29  Paul Eggert  <eggert@twinsun.com>
57559
57560         * modules/group-member: Depend on stdbool.
57561
57562 2003-10-29  Paul Eggert  <eggert@twinsun.com>
57563
57564         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
57565
57566 2003-10-29  Paul Eggert  <eggert@twinsun.com>
57567
57568         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
57569         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
57570         after the 'gnu' in these cases.  This fixes some bugs in the
57571         previous change, and is based on suggestions by Robert Millan.
57572
57573 2003-10-29  Paul Eggert  <eggert@twinsun.com>
57574
57575         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
57576         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
57577         no longer needed.
57578         * lib/quotearg.c (quotearg_n_options): Use it.
57579         * lib/group-member.c: Include <stdbool.h>.
57580         (free_group_info): Arg is now const *; don't free arg.
57581         (get_group_info): Now returns bool and accepts struct group_info *,
57582         rather than returning a malloc'ed struct group_info *.
57583         All uses changed.  Check for overflow in internal size calculation.
57584
57585         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
57586         rather than xmalloc/xrealloc.
57587         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
57588         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
57589         conformance bug: the old code used a pointer after freeing the
57590         storage that it addressed.
57591         * lib/hash.c (hash_initialize): Simplify the code by using
57592         xalloc_oversized rather than doing it by hand.
57593         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
57594         the buffer preserved.  Use free and xmalloc instead.
57595         * lib/quotearg.c (quotearg_n_options): Likewise.
57596         Use a simpler test for size overflow.  Don't use xalloc_oversized
57597         because unsigned int might be wider than size_t (!); this suggests
57598         that we should switch from unsigned int to size_t for slot numbers.
57599
57600 2003-10-28  Paul Eggert  <eggert@twinsun.com>
57601
57602         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
57603         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
57604         NetBSD kernels.  Requested by Richard Stallman.
57605
57606 2003-10-27  Paul Eggert  <eggert@twinsun.com>
57607
57608         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
57609         to allocate the returned structure.  Do not allocate a subarray,
57610         as x2nrealloc will do that.
57611         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
57612         instead of xnrealloc.
57613         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
57614
57615 2003-10-27  Bruno Haible  <bruno@clisp.org>
57616
57617         * lib/stdbool_.h: Better support for BeOS.
57618
57619 2003-10-26  Paul Eggert  <eggert@twinsun.com>
57620
57621         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
57622         now uses inline.
57623
57624 2003-10-26  Paul Eggert  <eggert@twinsun.com>
57625
57626         * lib/xalloc.h (xalloc_oversized): New static inline function, for
57627         callers that want to do their own size-overflow checking.  Include
57628         <stdbool.h>, since xalloc_oversized returns bool.
57629         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
57630         to use xalloc_oversized.
57631
57632         Add two functions x2realloc, x2nrealloc, for programs that grow
57633         arrays dynamically by doubling their sizes.
57634         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
57635         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
57636         New functions.
57637
57638         Port to C99 semantics for 'inline' of external functions.
57639         Bug reported by Bruno Haible.
57640         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
57641         with the old contents of xnmalloc.
57642         (xnmalloc, xmalloc): Use it.
57643         (xnrealloc_inline): New static inline function,
57644         with the old contents of xnrealloc.
57645         (xnrealloc, xrealloc): Use it.
57646
57647         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
57648         that.
57649
57650 2003-10-26  Karl Berry  <karl@gnu.org>
57651
57652         * config/srclist.txt (COPYING.DOC): no longer available from
57653         /gd/gnuorg; don't know where the ultimate source is.
57654
57655 2003-10-25  Paul Eggert  <eggert@twinsun.com>
57656
57657         Fix several address-calculation bugs in the hash modules,
57658         plus some minor code cleanup.
57659
57660         * lib/hash.h: Include <stdbool.h>, for bool.
57661         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
57662         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
57663         hash_get_n_entries, hash_get_max_bucket_length,
57664         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
57665         hash_rehash): Use size_t rather than unsigned.
57666         * lib/hash.c (struct hash_table, hash_get_n_buckets,
57667         hash_get_n_buckets_used, hash_get_n_entries,
57668         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
57669         hash_get_entries, hash_do_for_each, hash_string, is_prime,
57670         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
57671         Likewise.
57672         (SIZE_MAX): Define if not defined.
57673         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
57674         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
57675         hash_print):
57676         Use const * when possible.
57677         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
57678         (check_tuning): Fix bug: if tuning parameters were very close to
57679         0 or 1, rounding errors could have caused subscript violations.
57680         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
57681         (hash_initialize): Add 'fail:' label
57682         to free table and return NULL, and use it to simplify code.
57683         Use calloc rather than clearing the storage ourself.
57684         (hash_initialize, hash_rehash): Check for arithmetic overflow in
57685         buffer size calculations.
57686         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
57687         Include <stddef.h>, for size_t.
57688         * lib/hash-pjw.c (hash_pjw): Likewise.
57689         Switch to method described by Bruno Haible.
57690         Include <limits.h>, for CHAR_BIT.
57691         (SIZE_BITS): New macro.
57692
57693 2003-10-23  Paul Eggert  <eggert@twinsun.com>
57694
57695         * m4/getline.m4 (AM_FUNC_GETLINE):
57696         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
57697         hosts.  Problem reported by Derek Robert Price in
57698         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
57699         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
57700         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
57701
57702 2003-10-21  Paul Eggert  <eggert@twinsun.com>
57703
57704         * lib/getndelim2.c (getndelim2): When size calculation overflows,
57705         ceiling the allocation at NMAX bytes rather than silently
57706         discarding input bytes before NMAX is reached.  This makes
57707         a difference only if NMAX exceeds SIZE_MAX / 2.
57708
57709         * lib/obstack.c: Merge from glibc.
57710         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
57711         Add libc_hidden_def (_obstack_newchunk).
57712         (_obstack_free) [! defined _LIBC]: Remove.
57713         [defined _LIBC]: Make a strong alias from obstack_free, rather than
57714         a clone of the function body.
57715         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
57716         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
57717
57718         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
57719         glibc.
57720         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
57721         arg to memcpy.
57722
57723         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
57724         (obstack_ptr_grow_fast, obstack_int_grow_fast):
57725         Don't use lvalue casts, as GCC plans to remove support for them
57726         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
57727         was also present in the non-GCC version, indicating that this
57728         code had always been buggy and had never been widely used.
57729         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
57730         Use the fast variant of each macro, rather than copying the
57731         definiens of the fast variant; that way, we'll be more likely to
57732         catch future bugs in the fast variants.
57733
57734 2003-10-20  Bruno Haible  <bruno@clisp.org>
57735
57736         * modules/wait-process: New file.
57737         * MODULES.html.sh (func_all_modules): Add wait-process.
57738
57739 2003-10-20  Bruno Haible  <bruno@clisp.org>
57740
57741         * m4/wait-process.m4: New file.
57742
57743 2003-10-20  Bruno Haible  <bruno@clisp.org>
57744
57745         * lib/wait-process.h: New file, from GNU gettext.
57746         * lib/wait-process.c: New file, from GNU gettext.
57747
57748 2003-10-19  Jim Meyering  <jim@meyering.net>
57749
57750         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
57751         HPUX 10.20.
57752
57753 2003-10-18  Karl Berry  <karl@gnu.org>
57754
57755         * config/config.guess: update from config.
57756
57757 2003-10-16  Paul Eggert  <eggert@twinsun.com>
57758
57759         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
57760         (getgroups): First arg is int, not size_t.
57761         Don't let 'free' mangle errno.
57762
57763 2003-10-16  Paul Eggert  <eggert@twinsun.com>
57764
57765         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
57766
57767 2003-10-16  Karl Berry  <karl@gnu.org>
57768
57769         * config/config.{guess,sub}: update from config.
57770
57771 2003-10-16  Jim Meyering  <jim@meyering.net>
57772
57773         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
57774         memcpy.
57775
57776 2003-10-15  Paul Eggert  <eggert@twinsun.com>
57777
57778         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
57779         (SIZE_MAX): Remove.
57780         (new_exclude, add_exclude_file): Initial size no longer needs to
57781         be a power of 2.
57782         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
57783         our own address arithmetic overflow checking.
57784
57785         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
57786         (fnmatch): Do not alloca more than 2000 wide characters;
57787         instead, use malloc for large buffers.
57788         Check for address arithmetic overflow, and return -1
57789         with errno set to ENOMEM in that case.
57790         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
57791         (NEW_PATTERN): Do not alloca more than 8000 bytes;
57792         instead, return -1.  Check for address arithmetic overflow.
57793
57794 2003-10-14  Paul Eggert  <eggert@twinsun.com>
57795
57796         Handle invalid suffixes and overflow independently, so that
57797         callers can treat them independently as needed.  Fix some bugs in
57798         suffix handling, e.g., "100k@" was not diagnosed as an invalid
57799         suffix for a human-readable blocksize.  The major caller-visible
57800         change is the addition of a new
57801         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
57802         that both overflow and suffix chars were found.
57803
57804         * lib/human.c (humblock): Don't check separately for invalid suffix
57805         char; that is xstrtoumax's job (now that its bug is fixed).
57806         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
57807         INTMAX_MAX]: New macros.
57808         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
57809         TYPE_MAXIMUM): New macros.
57810         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
57811         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
57812         if overflow occurs, as it's what __strtol does and it's more useful
57813         in practice.
57814         (__xstrtol): If __strtol reports some error other than ERANGE,
57815         reflect it to the caller as LONGINT_INVALID.  If it reports
57816         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
57817         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
57818         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
57819         value.
57820         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
57821         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
57822         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
57823         [defined UINTMAX_MAX]: New macros.
57824
57825 2003-10-14  Bruno Haible  <bruno@clisp.org>
57826
57827         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
57828
57829 2003-10-14  Bruno Haible  <bruno@clisp.org>
57830
57831         * m4/sig_atomic_t: New file, from GNU gettext.
57832         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
57833
57834 2003-10-14  Bruno Haible  <bruno@clisp.org>
57835
57836         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
57837         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
57838         Also use volatile where needed.
57839
57840 2003-10-12  Paul Eggert  <eggert@twinsun.com>
57841
57842         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
57843         Change maintainer from Bruno Haible to 'all'.
57844
57845 2003-10-12  Paul Eggert  <eggert@twinsun.com>
57846
57847         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
57848
57849 2003-10-12  Paul Eggert  <eggert@twinsun.com>
57850
57851         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
57852         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
57853         and define in terms of the other primitives.
57854         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
57855         (SIZE_MAX): Define if not already defined.
57856         (array_size_overflow): New function.
57857         (xalloc_die): Abort instead of exiting if 'error' returns.
57858         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
57859         (xmalloc, xrealloc): Use them.
57860         (xcalloc): Check for address arithmetic overflow.
57861         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
57862         a bit faster than strcpy.
57863
57864 2003-10-10  Simon Josefsson  <jas@extundo.com>
57865
57866         * modules/argp (Depends-on): Add restrict and strcase.
57867
57868 2003-10-10  Simon Josefsson  <jas@extundo.com>
57869
57870         * m4/argp.m4: Add AC_C_INLINE.
57871
57872 2003-10-08  Paul Eggert  <eggert@twinsun.com>
57873
57874         Merge getpass from libc, plus a few fixes.
57875
57876         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
57877         Include <stdbool.h>.
57878         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
57879         __fsetlocking to empty.
57880         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
57881         do include <bits/libc-lock.h>.
57882         Do not include <fcntl.h>; not needed.
57883         [_LIBC]: Include <wchar.h>.
57884         (NOTCANCEL_MODE): New macro.
57885         (flockfile, funlockfile) [_LIBC]: New macros.
57886         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
57887         [!_LIBC]: New macros.
57888         (call_fclose): New function.
57889         (getpass): Use it.  Save tty stream separately; this simplifies the
57890         code and makes it more reliable if stdin happens to equal stdout.
57891         Invoke __fsetlocking on tty.
57892         Handle thread cancellation if needed.
57893         Namespace cleanup (use __tcgetattr, __getline).
57894         Use bool for Booleans.
57895         [USE_IN_LIBIO]: Handle wide streams.
57896         [!_LIBC]: Unconditionally do the fseek, since we don't know what
57897         stream might go where.
57898
57899         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
57900         doesn't have to include <stdio.h> before us.
57901         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
57902         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
57903         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
57904         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
57905         if not declared, so that we can use getpass.c code from libc without
57906         rewriting it.
57907         (flockfile, ftrylockfile, funlockfile): New macros.
57908
57909 2003-10-08  Paul Eggert  <eggert@twinsun.com>
57910
57911         * modules/getpass: Depend on stdbool.
57912
57913 2003-10-08  Paul Eggert  <eggert@twinsun.com>
57914
57915         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
57916
57917 2003-10-07  Karl Berry  <karl@gnu.org>
57918
57919         * config/config.{guess,sub}: update from config.
57920
57921 2003-10-06  Jim Meyering  <jim@meyering.net>
57922             Bruno Haible  <bruno@clisp.org>
57923
57924         This lets translators provide better translations for the
57925         "Written by ..." part of --version output.
57926         * lib/version-etc.h: Include stdarg.h.
57927         (version_etc_copyright): Declare as readonly.
57928         (version_etc): Make this function variadic with a NULL-terminated list
57929         of author name strings.
57930         (version_etc_va): New declaration.
57931         * lib/version-etc.c: Include stdarg.h, stdlib.h.
57932         (version_etc_copyright): Declare as readonly.
57933         (version_etc_va): New function. Provide a different translatable string
57934         for each possible number of authors < 10. Abbreviate when there are 10
57935         authors or more.
57936         (version_etc): Make this function variadic. Call version_etc_va.
57937         Suggestion from Gary V. Vaughan.
57938
57939         * lib/long-options.h (parse_long_options): Change prototype: the
57940         authors string is moved to the end and becomes variadic.
57941         * lib/long-options.c: Include stdarg.h.
57942         (parse_long_options): Make this function variadic, too.
57943         Call version_etc_va, not version_etc.
57944
57945 2003-10-06  Bruno Haible  <bruno@clisp.org>
57946
57947         * modules/version-etc-2: Remove file.
57948         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
57949
57950 2003-10-06  Bruno Haible  <bruno@clisp.org>
57951
57952         * modules/fatal-signal: New file.
57953         * MODULES.html.sh (func_all_modules): Add fatal-signal.
57954
57955 2003-10-06  Bruno Haible  <bruno@clisp.org>
57956
57957         * m4/fatal-signal.m4: New file.
57958         * m4/signalblocking.m4: New file, from GNU gettext.
57959
57960 2003-10-06  Bruno Haible  <bruno@clisp.org>
57961
57962         * lib/version-etc-2.h: Remove file.
57963         * lib/version-etc-2.c: Remove file.
57964
57965 2003-10-06  Bruno Haible  <bruno@clisp.org>
57966
57967         * lib/fatal-signal.h: New file, from GNU gettext.
57968         * lib/fatal-signal.c: New file, from GNU gettext.
57969
57970 2003-10-05  Paul Eggert  <eggert@twinsun.com>
57971
57972         * README: Rework advice for preventing empty .o files.
57973         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
57974         not <sys/types.h>.
57975
57976 2003-10-04  Karl Berry  <karl@gnu.org>
57977
57978         * lib/argp*: update from libc.
57979
57980 2003-10-04  Karl Berry  <karl@gnu.org>
57981
57982         * config/config.{guess,sub}: update from config.
57983
57984 2003-10-02  Bruno Haible  <bruno@clisp.org>
57985
57986         * modules/lchown (Include): Add lchown.h.
57987         * modules/time_r (Include): Use "..." syntax.
57988         * modules/xgetdomainname (Include): Add xgetdomainname.h.
57989
57990 2003-10-01  Simon Josefsson  <jas@extundo.com>
57991
57992         * MODULES.html.sh (func_all_modules): Move gethostname from section
57993         'based on' to section 'lacking' POSIX:2001.
57994
57995 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
57996
57997         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
57998         to output mode on the same stream.
57999
58000 2003-09-29  Paul Eggert  <eggert@twinsun.com>
58001
58002         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
58003         Fix arg typo in previous patch.
58004
58005 2003-09-28  Jim Meyering  <jim@meyering.net>
58006
58007         * lib/error.c: Correct cpp indentation.
58008
58009 2003-09-27  Paul Eggert  <eggert@twinsun.com>
58010
58011         * modules/free: New file.
58012
58013 2003-09-27  Paul Eggert  <eggert@twinsun.com>
58014
58015         * m4/free.m4: New file.
58016
58017 2003-09-27  Paul Eggert  <eggert@twinsun.com>
58018
58019         * lib/minmax.h (MIN, MAX)
58020         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
58021         Omit the special code that used __typeof__, since we worry that
58022         it could be more trouble than it's worth.  See:
58023         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
58024         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
58025
58026         * lib/free.c: New file.
58027
58028 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
58029
58030         Trivial fixes to Makefile.am parts of module listings.
58031         * modules/strstr: Append strstr.h to lib_SOURCES.
58032         * modules/strcase: Likewise, for strcase.h.
58033
58034 2003-09-27  Karl Berry  <karl@gnu.org>
58035
58036         * config/mkinstalldirs: update from automake.
58037
58038 2003-09-26  Paul Eggert  <eggert@twinsun.com>
58039
58040         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
58041         (error_tail): Do not loop, reallocating temporary buffer, since
58042         the output cannot contain more wide characters than the input
58043         contains bytes, the size must be big enough already.  This avoids
58044         one potential size overflow calculation.  Check for size overflow
58045         when calculating temporary buffer size.  Free temporary buffer
58046         when done, if it was allocated with malloc; this plugs a memory
58047         leak.  Remove casts from void * to pointers, that are no longer
58048         needed now that we're assuming C89 or better.
58049
58050         Merge error changes from glibc.
58051
58052         * lib/error.c, error.h: Update copyright notice header to match glibc.
58053         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
58054         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
58055         Disable cancellation while printing error.
58056         * lib/error.h: Prepend __ to parameter names.
58057
58058 2003-09-26  Jim Meyering  <jim@meyering.net>
58059
58060         * lib/error.c (error_tail): Move some declarations
58061         into inner scope where the local variables are used.
58062
58063 2003-09-26  Bruno Haible  <bruno@clisp.org>
58064
58065         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
58066         stpncpy().
58067         Don't define stpncpy through config.h; it's now done through stpncpy.h.
58068
58069 2003-09-26  Bruno Haible  <bruno@clisp.org>
58070
58071         * lib/stpncpy.h (gnu_stpncpy): New declaration.
58072         (stpncpy): Define as alias for gnu_stpncpy.
58073         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
58074
58075 2003-09-25  Simon Josefsson  <jas@extundo.com>
58076
58077         * lib/xgetdomainname.h: New file.
58078         * lib/xgetdomainname.c: New file.
58079
58080 2003-09-25  Simon Josefsson  <jas@extundo.com>
58081             Bruno Haible  <bruno@clisp.org>
58082
58083         * modules/getdomainname: New file.
58084         * modules/xgetdomainname: New file.
58085         * MODULES.html.sh (func_all_modules): Add getdomainname,
58086         xgetdomainname.
58087
58088 2003-09-25  Simon Josefsson  <jas@extundo.com>
58089             Bruno Haible  <bruno@clisp.org>
58090
58091         * m4/getdomainname.m4: New file.
58092
58093 2003-09-25  Simon Josefsson  <jas@extundo.com>
58094             Bruno Haible  <bruno@clisp.org>
58095
58096         * lib/getdomainname.h: New file.
58097         * lib/getdomainname.c: New file.
58098
58099 2003-09-25  Karl Berry  <karl@gnu.org>
58100
58101         * lib/argp-fmtstream.c, argp-help.c: update from libc.
58102
58103 2003-09-25  Karl Berry  <karl@gnu.org>
58104
58105         * config/install-sh: update from automake.
58106
58107 2003-09-25  Bruno Haible  <bruno@clisp.org>
58108
58109         * modules/version-etc-2: New file, from modules/version-etc with
58110         modifications.
58111         * MODULES.html.sh (func_all_modules): Add version-etc-2.
58112
58113 2003-09-25  Bruno Haible  <bruno@clisp.org>
58114
58115         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
58116         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
58117
58118 2003-09-24  Simon Josefsson  <jas@extundo.com>
58119
58120         * modules/xgethostname: Add xgethostname.h.
58121
58122 2003-09-24  Paul Eggert  <eggert@twinsun.com>
58123
58124         * lib/linebuffer.c (freebuffer): Don't free the argument, just
58125         the buffer associated with the argument.  Bug reported by
58126         Simon Josefsson.
58127
58128 2003-09-24  Paul Eggert  <eggert@twinsun.com>
58129
58130         * README: Document assumptions that 'int' is at least 32 bits
58131         wide, that integer arithmetic is 2's complement without overflow,
58132         that there are no holes in integer values, that adding sizes of
58133         two nonoverlapping objects can't overflow, and that all-bits-zero
58134         yields scalar zero.  Fix spelling and capitalization typos.
58135
58136 2003-09-19  Karl Berry  <karl@gnu.org>
58137
58138         * lib/argp.h: update from libc.
58139
58140 2003-09-17  Paul Eggert  <eggert@twinsun.com>
58141
58142         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
58143         to avoid spurious warnings like "AC_RUN_IFELSE was called before
58144         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
58145
58146 2003-09-17  Paul Eggert  <eggert@twinsun.com>
58147
58148         * gnulib-tool: Use "test -h", not "test -L", for portability
58149         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
58150         (tags_regexp): Remove, since \| doesn't conform to POSIX.
58151         (sed_extract_prog): Issue s commands one-by-one, rather than
58152         using \| in one s command.
58153
58154 2003-09-16  Paul Eggert  <eggert@twinsun.com>
58155
58156         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
58157         input error, instead of returning NULL the next time we are called
58158         (and therefore losing track of errno).
58159
58160 2003-09-16  Bruno Haible  <bruno@clisp.org>
58161
58162         * gnulib-tool (func_create_testdir): Warn about duplicated
58163         dependencies.
58164
58165 2003-09-15  Paul Eggert  <eggert@twinsun.com>
58166
58167         * modules/argmatch, modules/fatal, modules/obstack,
58168         modules/xalloc, modules/xgethostname: Sort dependencies by
58169         importance, not alphabetically.
58170
58171 2003-09-15  Paul Eggert  <eggert@twinsun.com>
58172
58173         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
58174         fails, so that the caller gets the proper errno.
58175
58176         * lib/readutmp.c (read_utmp): Likewise.
58177         Check for fstat error.  Close stream and free storage
58178         when failing.
58179
58180 2003-09-14  Karl Berry  <karl@gnu.org>
58181
58182         * config/srclist.txt (strdup.c): disable for c89 changes.
58183
58184 2003-09-14  Jim Meyering  <jim@meyering.net>
58185
58186         * lib/getloadavg.c: Correct cpp indentation.
58187         * lib/strdup.c: Likewise.
58188         * lib/vasnprintf.c: Likewise.
58189
58190 2003-09-14  Bruno Haible  <bruno@clisp.org>
58191
58192         * modules/fwriteerror: New file.
58193         * MODULES.html.sh (func_all_modules): Add fwriteerror.
58194
58195 2003-09-14  Bruno Haible  <bruno@clisp.org>
58196
58197         * lib/fwriteerror.h: New file.
58198         * lib/fwriteerror.c: New file.
58199
58200 2003-09-12  Paul Eggert  <eggert@twinsun.com>
58201
58202         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
58203         modules/xgethostname, modules/xalloc: Depend on exit.
58204
58205 2003-09-12  Paul Eggert  <eggert@twinsun.com>
58206
58207         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
58208
58209         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
58210         and AC_MINIX, too, so that their extensions are available.
58211
58212         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
58213         This macro has been superseded by gl_BACKUPFILE.
58214
58215         More patches to assume C89 or better.
58216
58217         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
58218
58219         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
58220         unconditionally.
58221         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
58222         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
58223         Include <string.h>, <stdlib.h> unconditionally.
58224         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
58225         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
58226         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
58227         headers or for string.h.
58228         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
58229         or strtoul.
58230
58231         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
58232         headers.
58233         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
58234         * m4/userspec.m4 (gl_USERSPEC): Likewise.
58235         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
58236         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
58237         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
58238         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
58239         memcpy, memset.
58240         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
58241         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
58242         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
58243         strtol.
58244         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
58245         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
58246         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
58247         strtoul.
58248
58249 2003-09-12  Paul Eggert  <eggert@twinsun.com>
58250
58251         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
58252         * lib/obstack.c [!defined _LIBC]: Likewise.
58253         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
58254         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
58255         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
58256
58257         More changes to assume C89 or better.
58258
58259         * lib/error.c (error_tail): Assume vprintf.
58260
58261         * lib/argmatch.c (getenv): Remove decl.
58262         * lib/progreloc.c (get_full_program_name): Define via prototype.
58263         * lib/setenv.c (clearenv): Likewise.
58264         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
58265         needed.
58266         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
58267         (malloc, memcpy): Remove decls.
58268         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
58269         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
58270         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
58271         (memcpy): Remove macro.
58272         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
58273         (__P): Remove.  All uses removed.
58274         (PTR): Remove.  All uses changed to void *.
58275         (CHAR_BIT, NULL): Remove.
58276         (spaces, zeros, memset_space, memset_zero)
58277         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
58278         Remove.
58279         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
58280         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
58281         Define with prototype.
58282         Remove now-unnecessary prototype decl.
58283         (extra_args_spec): Assume ANSI C.  All uses changed.
58284         (extra_args_spec_iso): Remove.
58285         (my_strftime, emacs_strftimeu): Define via prototype.
58286         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
58287         unconditionally.
58288         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
58289         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
58290         (strtoul, strtol): Remove decls.
58291         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
58292         LONG_MAX): Remove.
58293         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
58294         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
58295         (LOCALE_PARAM_PROTO): New macro.
58296         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
58297         (INTERNAL (strtol), strtol): Define with a prototype.
58298         (PARAMS): Remove.  All uses removed.
58299         * lib/tempname.c: Include <string.h> unconditionally.
58300         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
58301         * lib/xgethostname.c (main): Define with a prototype.
58302         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
58303         Include <stdlib.h> unconditionally.
58304         (calloc, malloc, realloc, free): Remove decls.
58305         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
58306         Include <stdlib.h> unconditionally.  Sort include file names.
58307         (strtod): Remove.
58308         (xstrtod): Define with a prototype.
58309         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
58310         (strtol, strtoul): Remove decls.
58311
58312 2003-09-11  Paul Eggert  <eggert@twinsun.com>
58313
58314         More patches to assume C89 or better.
58315         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
58316         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
58317         string.h, memchr, STDC_HEADERS.
58318
58319 2003-09-11  Paul Eggert  <eggert@twinsun.com>
58320
58321         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
58322         Include <stdlib.h>, <string.h> unconditionally.
58323         Remove now-unnecessary cast to char *.
58324         * lib/strnlen.c: Include <string.h> unconditionally.
58325         * lib/yesno.c (yesno): Define with a prototype.
58326
58327 2003-09-11  Bruno Haible  <bruno@clisp.org>
58328
58329         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
58330
58331 2003-09-10  Jim Meyering  <jim@meyering.net>
58332
58333         * lib/error.c: Correct indentation of cpp directives.
58334
58335 2003-09-10  Bruno Haible  <bruno@clisp.org>
58336
58337         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
58338         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
58339         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
58340         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
58341         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
58342         <stdlib.h> and <string.h> checks.
58343         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
58344         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
58345
58346 2003-09-10  Bruno Haible  <bruno@clisp.org>
58347
58348         * lib/strcspn.c: Include <string.h> unconditionally.
58349         * lib/strpbrk.c: Include <string.h> unconditionally.
58350         * lib/strstr.c: Include <string.h> unconditionally.
58351         * lib/unicodeio.c: Include <string.h> unconditionally.
58352         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
58353         * lib/unsetenv.c: Likewise.
58354         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
58355         * lib/yesno.c: Include <stdlib.h> unconditionally.
58356         (rpmatch): Add prototype.
58357
58358 2003-09-09  Paul Eggert  <eggert@twinsun.com>
58359
58360         More patches to assume C89 or better.
58361         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
58362         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
58363         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
58364         or for string.h.
58365         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
58366         stdlib.h.
58367         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
58368         C headers.
58369         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
58370         string.h.
58371         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
58372         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
58373         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
58374         or for string.h.
58375         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
58376         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
58377         C headers.
58378         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
58379         memcpy.
58380         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
58381         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
58382         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
58383         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
58384         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
58385         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
58386         string.h, free.
58387         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
58388         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
58389         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
58390         C headers, or for string.h.
58391         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
58392         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
58393         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
58394         headers, memory.h, stdlib.h, string.h, strings.h.
58395         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
58396         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
58397         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
58398         strchr.
58399         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
58400         headers, memory.h, string.h.
58401         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
58402         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
58403         free.
58404         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
58405         headers.
58406         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
58407         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
58408         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
58409         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
58410         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
58411
58412 2003-09-09  Paul Eggert  <eggert@twinsun.com>
58413
58414         More K&R removal.
58415
58416         * lib/acosl.c (main): Use a prototype.
58417         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
58418         tanl.c: Likewise.
58419
58420         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
58421
58422         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
58423         (getopt, etopt_long, getopt_long_only, _getopt_internal)
58424         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
58425         with a prototype.
58426         * lib/getopt.c (const): Remove macro.
58427         Include <string.h> unconditionally.
58428         (my_index): Remove; all uses changed to strchr.
58429         (strlen): Remove decl.
58430         (exchange): Remove forward decl; no longer needed.
58431         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
58432         Define with prototype.
58433         * lib/getopt1.c (const): Remove macro.
58434         (getopt_long, getopt_long_only, main): Define with prototype.
58435
58436         * lib/getugroups.c: Include <string.h> unconditionally.
58437
58438         * lib/getusershell.c: Include <stdlib.h> unconditionally.
58439         (getusershell, setusershell, endusershell, readname, main):
58440         Define with prototypes.
58441
58442         * lib/group-member.c: Include group-member.h first.
58443         Include <stdlib.h> unconditionally.
58444
58445         * lib/hard-locale.c: Include hard-locale.h first.
58446         Include <stdlib.h>, <string.h> unconditionally.
58447
58448         * lib/hash.c (free, malloc): Remove decls.
58449         Include <stdlib.h> unconditionally.
58450
58451         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
58452         (getenv): Do not declare.
58453
58454         * lib/idcache.c: Include <string.h> unconditionally.
58455
58456         * lib/long-options.c: Include long-options.h first, to test interface.
58457         Include <stdlib.h> unconditionally.
58458
58459         * lib/makepath.c: Include makepath.h first, to test interface.
58460         Include <stdlib.h> and <string.h> unconditionally.
58461
58462         * lib/linebuffer.c: Include <stdlib.h>.
58463         (free): Remove decl.
58464
58465         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
58466         stddef.h. rpl_malloc returns void *, not char *.
58467         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
58468         prototype.
58469
58470         * lib/md5.h: Include <limits.h> unconditionally.
58471         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
58472         (__P): Remove; all uses removed.
58473         * lib/md5.c: Include "md5.h" first.
58474         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
58475         md5_buffer, md5_process_bytes, md5_process_block):
58476         Define with prototypes.
58477         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
58478         * lib/sha.c: Include "sha.h" first.
58479         Include <stdlib.h>, <string.h> unconditionally.
58480
58481         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
58482         * lib/memcmp.c (__ptr_t): Likewise.
58483         * lib/memrchr.c (__ptr_t): Likewise.
58484         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
58485         Include <string.h> unconditionally.
58486         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
58487         * lib/memchr.c: Include <stdlib.h> unconditionally.
58488         * lib/memchr.c (LONG_MAX): Remove.
58489         * lib/memrchr.c (LONG_MAX): Likewise.
58490         * lib/memchr.c (__memchr): Define via a prototype.
58491         * lib/memrchr.c (__memrchr): Likewise.
58492         * lib/memcmp.c (__P): Remove, and remove all uses.
58493         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
58494         Remove forward decls; no longer needed.
58495         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
58496         Use types required by C89 in prototype.
58497
58498         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
58499         * lib/savedir.c: Likewise.
58500         * lib/mkdir.c (free): Remove decl.
58501         * lib/rmdir.c (rmdir): Define with a prototype.
58502         * lib/savedir.c: Include savedir.h first, to test interface.
58503
58504         * lib/mktime.c (STDC_HEADERS): Remove.
58505         Include <stdlib.h>, <string.h> unconditionally.
58506
58507         * lib/modechange.c: Include <stdlib.h> unconditionally.
58508         (malloc): Remove decl.
58509
58510         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
58511         (free): Remove decl.
58512
58513         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
58514         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
58515         (This type really should be intptr_t, but that's a C99ism.)
58516         (_obstack_memcpy): Remove: all uses changed to memcpy.
58517         Include <string.h> unconditionally.
58518         (struct obstack): Assume __STDC__ for types of members
58519         chunkfun, freefun, extra_arg.
58520         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
58521         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
58522         obstack_begin, obstack_specify_allocation,
58523         obstack_specify_allocation_with_arg, obstack_chunkfun,
58524         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
58525         Remove unprototyped decls and the macros that use them.
58526         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
58527         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
58528         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
58529         (defined __STDC__ && __STDC__)]:
58530         Remove nonprototyped code.
58531         Include <stdlib.h> unconditionally.
58532         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
58533         _obstack_allocated_p, _obstack_free, obstack_free,
58534         _obstack_memory_used, print_and_abort):
58535         Define using prototypes.
58536         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
58537         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
58538         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
58539         obstack_next_free, obstack_object_size, obstack_room) [0]:
58540         Remove unused, unprototyped code.
58541
58542         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
58543
58544         * lib/physmem.c (physmem_total, physmem_available, main): Define
58545         with prototypes.
58546
58547         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
58548         (main): Define with a prototype.
58549
58550         * lib/posixver.c (getenv): Remove decl.
58551
58552         * lib/putenv.c (malloc): Returns void *, not char *.
58553         Include <string.h> unconditionally.
58554         (strchr, memcpy, NULL): Do not define.
58555
58556         * lib/readtokens.c: Include readtokens.h first, to test interface.
58557         Include <stdlib.h>, <string.h> unconditionally.
58558         (init_tokenbuffer): Define with a prototype.
58559
58560         * lib/regex.c (PARAMS): Remove.  All uses removed.
58561         All uses of _RE_ARGS removed, too.
58562         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
58563         unconditionally.
58564         (bzero): Assume memset exists.
58565         (memcmp, memcpy, NULL): Remove.
58566         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
58567         char, or assignments to local vars of type signed char.
58568         (init_syntax_once, PREFIX(extract_number_and_incr),
58569         PREFIX(print_partial_compiled_pattern),
58570         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
58571         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
58572         PREFIX(regex_grow_registers), PREFIX(regex_compile),
58573         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
58574         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
58575         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
58576         wcs_compile_range, byte_compile_range, truncate_wchar,
58577         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
58578         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
58579         count_mbs_length, wcs_re_match_2_internal,
58580         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
58581         PREFIX(alt_match_null_string_p),
58582         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
58583         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
58584         regfree, PREFIX(extract_number)): Define with prototype.  Remove
58585         now-unnecessary declaration, if any.
58586         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
58587         regcomp, regexec):
58588         Remove now-unnecessary casts among pointer types.
58589         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
58590
58591         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
58592         (free): Remove decl.
58593
58594         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
58595
58596         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
58597         (free): Remove decl.
58598
58599         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
58600         * lib/xgetcwd.c: Likewise.
58601
58602         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
58603         (free): Remove decl.
58604
58605         * lib/strchrnul.c (strchrnul): Define with a prototype.
58606         Fix bug: c_in was not converted to char before searching.
58607
58608         The following changes are not K&R related:
58609
58610         * lib/group-member.h: Include <sys/types.h>, so that this file is
58611         self-contained.
58612         * lib/makepath.h: Likewise.
58613
58614         * lib/getusershell.c (readname, default_index, line_size, readname):
58615         Use size_t, not int, for sizes.
58616         (readname): If the size overflows, report an error instead of
58617         looping forever.
58618
58619 2003-09-09  Paul Eggert  <eggert@twinsun.com>
58620
58621         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
58622         libc.
58623
58624 2003-09-09  Paul Eggert  <eggert@twinsun.com>
58625
58626         * README: New section: portability guidelines.
58627
58628 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
58629
58630         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
58631         C89 spec.
58632
58633 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
58634
58635         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
58636
58637 2003-09-08  Paul Eggert  <eggert@twinsun.com>
58638
58639         Assume C89 or better; remove K&R cruft.
58640         A few of these changes were first proposed by Derek Robert Price
58641         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
58642
58643         * lib/addext.c: Include <string.h> unconditionally.
58644         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
58645         Don't declare getenv or malloc.
58646
58647         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
58648         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
58649         (NULL): Remove.
58650         (find_stack_direction, alloca): Use prototypes.
58651
58652         * lib/atexit.c (atexit): Define using a prototype.
58653
58654         * lib/basename.c, dirname.c, stripslash.c:
58655         Include <string.h> unconditionally.
58656
58657         * lib/bcopy.c: Include <stddef.h>.
58658         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
58659
58660         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
58661
58662         * lib/error.h (error, error_at_line, error_print_progname)
58663         [! (defined (__STDC__) && __STDC__)]: Remove decls.
58664         * lib/error.c: Include error.h first, to check interface.
58665         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
58666         (VA_START): Remove; all uses changeed to va_start.
58667         (exit, strerror): Remove decls.
58668         (error_print_progname): Prototype uncondionally.
58669         Don't include <errno.h>; no longer needed.
58670         (private_strerror): Remove.
58671         (error_tail): Always define.
58672         (error, error_at_line): Assume C89 or better; always use prototypes.
58673         * lib/fatal.c: Include "fatal.h" first, to test interface.
58674         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
58675         (VA_START): Remove; all uses changed to va_start.
58676         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
58677         this case.
58678         (exit): Remove decl.
58679         (fatal): Prototype unconditionally.  Assume va_start works.
58680         Abort at end, to pacify gcc.
58681
58682         * lib/euidaccess.c (main): Define with a prototype.
58683
58684         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
58685
58686         * lib/exitfail.c: Include <stdlib.h> unconditionally.
58687
58688         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
58689         prototypes.
58690         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
58691         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
58692         (getenv): Remove decl.
58693         (fnmatch): Define using a prototype.
58694         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
58695         (FCT): Define using a prototype.
58696
58697         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
58698
58699         * lib/gethostname.c: Include <stddef.h>.
58700         (gethostname): Define with prototype.  Length is size_t, not int.
58701
58702 2003-09-08  Paul Eggert  <eggert@twinsun.com>
58703
58704         Assume C89 or better; remove K&R cruft.
58705         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
58706         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
58707         string.h, getenv, malloc.
58708         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
58709         headers.
58710         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
58711         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
58712         do not check for strerror.
58713         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
58714         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
58715         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
58716         do not check for doprnt or vprintf.
58717         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
58718         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
58719
58720 2003-09-08  Paul Eggert  <eggert@twinsun.com>
58721
58722         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
58723         getversion.c should have been removed then, but was accidentally
58724         preserved.
58725
58726         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
58727         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
58728
58729 2003-09-08  Karl Berry  <karl@gnu.org>
58730
58731         * config/config.sub, config.guess, srclistvars.sh: update from savannah
58732                 config, forget about prep.
58733
58734         * config/depcomp, missing: update from automake.
58735
58736 2003-09-07  Paul Eggert  <eggert@twinsun.com>
58737
58738         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
58739         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
58740
58741 2003-09-07  Paul Eggert  <eggert@twinsun.com>
58742
58743         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
58744         copy_tm_result.  Bug reported by Simon Josefsson in
58745         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
58746
58747 2003-09-06  Paul Eggert  <eggert@twinsun.com>
58748
58749         * m4/time_r.m4: New file.
58750         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
58751         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
58752         is. Check for timegm declaration.
58753         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
58754         Do not check for gmtime_r.
58755         Replace mktime if __mktime_internal does not exist and if mktime
58756         hasn't been replaced already.
58757
58758 2003-09-06  Paul Eggert  <eggert@twinsun.com>
58759
58760         * lib/time_r.c, lib/time_r.h: New files.
58761
58762         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
58763         __localtime_r.
58764         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
58765         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
58766
58767         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
58768         __gmtime_r.
58769         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
58770         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
58771         Include <time_r.h>.
58772
58773         * lib/timegm.c: Switch to glibc implementation, with the following
58774         changes:
58775         [defined HAVE_CONFIG_H]: Include <config.h>.
58776         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
58777         (__mktime_internal) [!defined _LIBC]: New decl.
58778         (__gmtime_r) [!defined _LIBC]: New macro and function.
58779         (timegm): Use a prototype, since gnulib assumes C89.
58780         Do not bother declaring tmp to be const, as it's not really usefu.
58781         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
58782         (timegm): Declare only if HAVE_DECL_TIMEGM.
58783
58784 2003-09-06  Paul Eggert  <eggert@twinsun.com>
58785
58786         * MODULES.html.sh (func_all_modules): Add time_r.
58787         * modules/time_r: New file.
58788         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
58789         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
58790
58791 2003-09-03  Paul Eggert  <eggert@twinsun.com>
58792
58793         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
58794         Bug reported by Lute Kamstra in
58795         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
58796
58797         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
58798         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
58799         course with correspondingly smaller numbers for tomorrow and
58800         yesterday.  From Tadayoshi Funaba.  Originally installed into
58801         sh-utils on 1999-08-07, but the patch got lost (I guess during the
58802         coreutils merge?).
58803
58804 2003-08-31  Simon Josefsson  <jas@extundo.com>
58805
58806         * modules/timegm: New file.
58807         * MODULES.html.sh (func_all_modules): Add timegm.
58808
58809 2003-08-31  Simon Josefsson  <jas@extundo.com>
58810
58811         * m4/timegm.m4: New file.
58812
58813 2003-08-31  Simon Josefsson  <jas@extundo.com>
58814
58815         * lib/timegm.h: New file.
58816         * lib/timegm.c: New file.  Based on
58817         wget-1.8.2/src/http.c:mktime_from_utc.
58818
58819 2003-08-31  Karl Berry  <karl@gnu.org>
58820
58821         * lib/argp.h: update from libc.
58822
58823 2003-08-28  Bruno Haible  <bruno@clisp.org>
58824
58825         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
58826         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
58827         followed by '#define fnmatch fnmatch_posix' gives an error.
58828
58829 2003-08-28  Bruno Haible  <bruno@clisp.org>
58830
58831         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
58832         warning on QNX, which defines O_BINARY to 000000.
58833
58834 2003-08-27  Jim Meyering  <jim@meyering.net>
58835
58836         * m4/mkstemp.m4: Require that the system mkstemp be able to create
58837         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
58838         would fail after 32.  Reported by Danny Levinson.  Details here:
58839         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
58840
58841 2003-08-24  Bruno Haible  <bruno@clisp.org>
58842
58843         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
58844         MSVC7 <stdio.h> is included later.
58845
58846 2003-08-22  Simon Josefsson  <jas@extundo.com>
58847
58848         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
58849
58850 2003-08-20  Karl Berry  <karl@gnu.org>
58851
58852         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
58853
58854 2003-08-20  Bruno Haible  <bruno@clisp.org>
58855
58856         * modules/progname: New file.
58857         * MODULES.html.sh (func_all_modules): Add progname.
58858
58859 2003-08-20  Bruno Haible  <bruno@clisp.org>
58860
58861         * lib/progname.h: New file, from GNU gettext.
58862         * lib/progname.c: New file, from GNU gettext.
58863         * lib/progreloc.c: New file, from GNU gettext.
58864
58865 2003-08-19  Jim Meyering  <jim@meyering.net>
58866
58867         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
58868         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
58869
58870 2003-08-19  Bruno Haible  <bruno@clisp.org>
58871
58872         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
58873         more.
58874
58875 2003-08-19  Bruno Haible  <bruno@clisp.org>
58876
58877         * lib/xstrdup.c: Assume <string.h> exists.
58878
58879 2003-08-18  Paul Eggert  <eggert@twinsun.com>
58880
58881         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
58882         in makefile rules.
58883
58884 2003-08-18  Jim Meyering  <jim@meyering.net>
58885
58886         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
58887         * m4/lib-ld.m4: Likewise.
58888
58889 2003-08-18  Jim Meyering  <jim@meyering.net>
58890
58891         * lib/setenv.h: Indent nested cpp directive.
58892         * lib/vasnprintf.c: Remove trailing blanks.
58893
58894 2003-08-17  Simon Josefsson  <jas@extundo.com>
58895
58896         * modules/xstrndup: New file.
58897         * MODULES.html.sh (func_all_modules): Add xstrndup.
58898
58899 2003-08-17  Simon Josefsson  <jas@extundo.com>
58900
58901         * modules/argp: Fix autoconf macro name. Add more dependencies.
58902
58903 2003-08-17  Simon Josefsson  <jas@extundo.com>
58904
58905         * m4/xstrndup.m4: New file.
58906
58907 2003-08-17  Simon Josefsson  <jas@extundo.com>
58908
58909         * m4/argp.m4: New file.
58910
58911 2003-08-17  Simon Josefsson  <jas@extundo.com>
58912             Bruno Haible  <bruno@clisp.org>
58913
58914         * lib/xstrndup.h: New file.
58915         * lib/xstrndup.c: New file.
58916
58917 2003-08-17  Bruno Haible  <bruno@clisp.org>
58918
58919         * modules/strndup (Files, Include): Add lib/strndup.h.
58920
58921 2003-08-17  Bruno Haible  <bruno@clisp.org>
58922
58923         * modules/euidaccess (Files): Add lib/euidaccess.h.
58924
58925 2003-08-17  Bruno Haible  <bruno@clisp.org>
58926
58927         * lib/strndup.h: New file.
58928
58929 2003-08-17  Bruno Haible  <bruno@clisp.org>
58930
58931         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
58932         like AC_GNU_SOURCE.
58933         * modules/extensions (configure.ac): Comment out the invocation of
58934         gl_USE_SYSTEM_EXTENSIONS.
58935
58936 2003-08-16  Paul Eggert  <eggert@twinsun.com>
58937
58938         Merges from coreutils, etc.
58939         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
58940         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
58941         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
58942         fixing a typo.
58943         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
58944         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
58945
58946 2003-08-16  Paul Eggert  <eggert@twinsun.com>
58947
58948         Document merge from coreutils.
58949         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
58950         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
58951         * modules/utime: Add m4/utimes-null.m4.
58952
58953 2003-08-16  Paul Eggert  <eggert@twinsun.com>
58954
58955         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
58956         space, undoing this 2003-08-12 change:
58957         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
58958
58959 2003-08-16  Paul Eggert  <eggert@twinsun.com>
58960
58961         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
58962         strtoul.c from libc, undoing this 2003-08-12 change:
58963         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
58964
58965 2003-08-16  Jim Meyering  <jim@meyering.net>
58966
58967         Merges from coreutils.
58968         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
58969         prefix.  Adjust cache variables similarly.  Create 500 rather than
58970         just 300 files, to exercise bug on Darwin6.5, too.
58971         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
58972         $missing_dir.
58973         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
58974         AM_SYS_POSIX_TERMIOS.
58975         Reported by mkc@mathdogs.com.
58976         Also change use of $am_cv_sys_posix_termios
58977         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
58978         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
58979         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
58980         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
58981         in /proc/mounts until it finds one with matching device number.  This
58982         is unnecessary when the FILE argument *is* a mount point.  No stat call
58983         is necessary in that case.  So, disable the statvfs-testing code on
58984         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
58985         as RedHat bug# 84846.
58986         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
58987         to 1MB, so as not to render systems with no stack size limit (e.g.,
58988         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
58989         Include <unistd.h>.  On some systems,
58990         it is required for the definition of _SC_PAGESIZE.
58991
58992 2003-08-16  Jim Meyering  <jim@meyering.net>
58993
58994         Merge from coreutils.
58995         * lib/xstrtoimax.c: #else #if -> #elif.
58996         * lib/xstrtoumax.c: Likewise.
58997
58998 2003-08-16  Jim Meyering  <jim@meyering.net>
58999
59000         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
59001         * m4/utimes.m4: Removed.
59002         * m4/utimes-null.m4: Renamed from utimes.m4.
59003
59004         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
59005         to 1MB, so as not to render systems with no stack size limit (e.g.,
59006         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
59007         Include <unistd.h>.  On some systems,
59008         it is required for the definition of _SC_PAGESIZE.
59009
59010 2003-08-16  Jim Meyering  <jim@meyering.net>
59011         and Paul Eggert  <eggert@cs.ucla.edu>
59012
59013         Merges from coreutils, etc.
59014
59015         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
59016         using the latest version from cvs.  This avoids problems with #line
59017         directives using a vendor (Sun) compiler.
59018         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
59019         Don't set GETGROUPS_LIB here; now it's
59020         done via getgroups.m4's wrapper function.
59021         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
59022         rather than just in sh-util/configure.in, so that the
59023         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
59024         same.
59025         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
59026         AC_FUNC_GETLOADAVG where to find getloadavg.c.
59027         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
59028         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
59029         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
59030         Remove code that is now done by the newly-required macros.
59031         Append $(EXEEXT) to DF_PROG.
59032         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
59033         Do not invoke or require the following here,
59034         since prereq.m4 or some gnulib .m4 now does this for us:
59035         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
59036         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
59037         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
59038         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
59039         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
59040         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
59041         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
59042         AC_FUNC_OBSTACK.
59043         Do not replace the following functions, as this is now the job
59044         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
59045         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
59046         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
59047         atexit getpass, strdup, getpagesize.
59048         Replace 'raise'.
59049         Do not check for the following functions, as this is now the job
59050         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
59051         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
59052         setregid.
59053         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
59054         Check for sys/sysctl.h.
59055         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
59056         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
59057         of checking for ssize_t ourselves.
59058
59059         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
59060         Require every macro that gnulib/modules/* suggests for us.
59061         (jm_PREREQ_ADDEXT): New macro.
59062         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
59063         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
59064
59065         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
59066         (gl_PHYSMEM): Use it.
59067         Also check for `table' function.
59068         Check for new headers and functions.
59069         Add check for sys/sysmp.h.
59070         With suggestions from Kaveh Ghazi.
59071         Ignore headers that are present but cannot be compiled.  This
59072         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
59073         C 5.4.
59074
59075 2003-08-15  Paul Eggert  <eggert@twinsun.com>
59076
59077         Document merge from coreutils.
59078         * modules/userspec: Depend on posixver.
59079         * modules/strftime: Depend on tzset.
59080
59081 2003-08-15  Paul Eggert  <eggert@twinsun.com>
59082
59083         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
59084         rather than tab, after '#' in shell-script copyright notices.
59085         Suggested by Bruno Haible.
59086
59087 2003-08-15  Paul Eggert  <eggert@twinsun.com>
59088
59089         * config/srclist-update: Use three spaces, rather than tab, after '#'
59090         in shell-script copyright notices.  Suggested by Bruno Haible.
59091         Remove unnecessary parenthesization in regular expression.
59092
59093 2003-08-15  Jim Meyering  <jim@meyering.net>
59094
59095         Merge from coreutils.
59096         * lib/xgethostname.c: Include <stdlib.h>.
59097         (xghostname): Don't exit for anything other than memory-related
59098         failure; just return NULL.
59099         * lib/userspec.c: Include "posixver.h".
59100         (parse_user_spec): Accept `.' as a separator only
59101         in pre-POSIX-200112 mode.
59102         * lib/strtoimax.c: Use #elif rather than #else #if.
59103         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
59104         Remove function, now that we can rely on a working tzset function.
59105         [!_LIBC]: Ensure that the required autoconf test has been run.
59106         [!defined _NL_CURRENT && HAVE_STRFTIME]:
59107         Use underlying_strftime for %r.
59108         * lib/sha.c: Merge in some clean-up and optimization changes from
59109         glibc.
59110         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
59111         Ensure that it is a multiple of 64.
59112         Rearrange loop exit tests so as to avoid performing an
59113         additional fread after encountering an error or EOF.
59114         * lib/realloc.c: Update copyright date.
59115
59116 2003-08-15  Jim Meyering  <jim@meyering.net>
59117         and Paul Eggert  <eggert@twinsun.com>
59118
59119         Merge from coreutils.
59120         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
59121         member but strut utmpx does not.  Needed for AIX 4.3.3.
59122         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
59123
59124 2003-08-15  Jim Meyering  <jim@meyering.net>
59125         and Paul Eggert  <eggert@cs.ucla.edu>
59126
59127         Merges from coreutils, etc.
59128         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
59129         Require gl_FUNC_TZSET_CLOBBER.
59130         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
59131         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
59132         members.
59133
59134 2003-08-14  Paul Eggert  <eggert@twinsun.com>
59135
59136         Help the merge from coreutils.
59137         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
59138         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
59139         * m4/tzset.m4: Use it too.
59140
59141 2003-08-14  Paul Eggert  <eggert@twinsun.com>
59142
59143         * modules/tzset: New file.
59144
59145 2003-08-14  Jim Meyering  <jim@meyering.net>
59146
59147         Merges from coreutils.
59148         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
59149         variable names, rather than @FNMATCH_H@.
59150         * modules/alloca: Likewise for $(ALLOCA_H).
59151
59152         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
59153         the three copies of the literal target, `fnmatch.h'.
59154         * modules/alloca (alloca.h): Likewise.
59155
59156 2003-08-14  Jim Meyering  <jim@meyering.net>
59157
59158         Merge from coreutils.
59159         * m4/tzset.m4: New file.
59160         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
59161         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
59162         otherwise, AIX 5.1 systems would end up using the latter.
59163         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
59164         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
59165         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
59166         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
59167
59168 2003-08-14  Jim Meyering  <jim@meyering.net>
59169
59170         Merge from coreutils.
59171         * lib/obstack.h: Whitespace changes.
59172         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
59173         and xcalloc return values.
59174         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
59175         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
59176         hang on OSF/1 5.1 for DIR on both local and remote file systems.
59177         Reported by (and fix confirmed by) Nelson H. F. Beebe.
59178         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
59179         error from mntctl.
59180         Use mntctl's return value to drive the entry-processing loop, since
59181         we can't rely on the value of the vmt_length member in the last
59182         entry.  On some systems doing so could result in exhausting
59183         virtual memory.  Based in part on a patch from Mike Jetzer.
59184
59185 2003-08-14  Jim Meyering  <jim@meyering.net>
59186         and Paul Eggert  <eggert@twinsun.com>
59187
59188         Merges from coreutils, plus other fixes.
59189         * lib/physmem.c: Merge in portability changes from gcc/libiberty
59190         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
59191         for credits and details.  Thanks to Kaveh Ghazi for helping
59192         to keep these files in sync.
59193         (ARRAY_SIZE): Define it.
59194         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
59195         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
59196         (memcasecmp): Don't assume size_t fits in unsigned int.
59197         Remove casts and duplicate code.
59198         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
59199         (memcpy): Remove definition.
59200         Merge in some clean-up and optimization changes from glibc.
59201         [BLOCKSIZE]: Move definition to top of file.
59202         Ensure that it is a multiple of 64.
59203         Rearrange loop exit tests so as to avoid performing an
59204         additional fread after encountering an error or EOF.
59205         * lib/md5.h (md5_uintptr): Define.
59206         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
59207         return to the initial working directory.  Preserve errno
59208         for caller.
59209         * lib/idcache.c: Include "xalloc.h".
59210         (xmalloc, xrealloc): Remove decls.
59211         (getuser): Remove casts no longer required in C89.
59212         * lib/human.c: Include stdio.h, for sprintf.
59213         * lib/group-member.c: Include "xalloc.h".
59214         (xmalloc, xrealloc): Remove decls.
59215         (get_group_info): Remove casts no longer required in C89.
59216         * lib/getusershell.c (readname): Remove casts no longer required in
59217         C89.
59218         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
59219         * lib/getline.c: Whitespace fix, from coreutils.
59220
59221 2003-08-13  Paul Eggert  <eggert@twinsun.com>
59222
59223         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
59224         Check for isascii.
59225
59226         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
59227         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
59228         Undo previous (whitespace-only) change.
59229
59230 2003-08-13  Paul Eggert  <eggert@twinsun.com>
59231
59232         * lib/exclude.c: Include <ctype.h>
59233         (IN_CTYPE_DOMAIN): New macro.
59234         (is_space): New fn.
59235         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
59236         and empty lines.
59237
59238         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
59239         Undo previous (whitespace-only) change.
59240
59241 2003-08-13  Paul Eggert  <eggert@twinsun.com>
59242
59243         * config/srclist-update: Change update back to the old behavior,
59244         leaving whitespace alone.  Use one 'sed' command rather than a
59245         pipeline.
59246         (fixlicense): Now a variable, not a function.
59247         (remove_trailing_blanks): Remove.
59248         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
59249         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
59250         Undo previous (whitespace-only) change.
59251
59252 2003-08-12  Paul Eggert  <eggert@twinsun.com>
59253
59254         Merge from coreutils.
59255         * modules/euidaccess: Add lib_SOURCES, include for new
59256         file euidaccess.h
59257
59258 2003-08-12  Paul Eggert  <eggert@twinsun.com>
59259
59260         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
59261         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
59262         Normalize leading white space and remove trailing white space.
59263
59264         Merge from coreutils
59265         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
59266
59267         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
59268         0.12.1.  These files are now being upgraded automatically by
59269         ../config/srclist-update.
59270
59271 2003-08-12  Paul Eggert  <eggert@twinsun.com>
59272
59273         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
59274         Normalize leading white space and remove trailing white space.
59275         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
59276         notice, as per ../config/srclist-update.
59277
59278         Merge from coreutils.
59279         * lib/euidaccess.h: New file.
59280         * lib/euidaccess.c: Include it.
59281         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
59282         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
59283         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
59284
59285 2003-08-12  Paul Eggert  <eggert@twinsun.com>
59286
59287         * config/srclist-update: Add copyright notice.
59288         (remove_id_lines, remove_trailing_blanks): New constants.
59289         (fixfile): Use them to normalize spacing a bit in copied files.
59290         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
59291         Normalize leading white space and remove trailing white space.
59292
59293         * config/texinfo.tex: Sync with texinfo.
59294
59295         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
59296         strtoul.c from libc, to merge coreutils whitespace changes.
59297
59298         * config/srclist.txt: Get the following m4 files from gettext:
59299         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
59300         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
59301         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
59302         wint_t.m4.
59303
59304 2003-08-12  Karl Berry  <karl@gnu.org>
59305
59306         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
59307         been made.
59308
59309 2003-08-11  Paul Eggert  <eggert@twinsun.com>
59310
59311         * modules/gnu-source, m4/gnu-source.m4:
59312         Remove; we're assuming Autoconf 2.54 or later now.
59313         Suggested by Bruno Haible.
59314         * MODULES.html.sh (func_all_modules): Remove gnu-source.
59315
59316 2003-08-11  Bruno Haible  <bruno@clisp.org>
59317
59318         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
59319
59320 2003-08-11  Bruno Haible  <bruno@clisp.org>
59321
59322         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
59323         (vasnprintf): Use it instead of wcslen.
59324
59325 2003-08-11  Bruno Haible  <bruno@clisp.org>
59326
59327         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
59328         value to ensure that _Bool promotes to int. Use #define for _Bool when
59329         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
59330
59331 2003-08-10  Karl Berry  <karl@gnu.org>
59332
59333         * lib/regex.h: update from libc (whitespace fix).
59334
59335 2003-08-09  Paul Eggert  <eggert@twinsun.com>
59336
59337         Merge some files from coreutils.  These changes were
59338         originally made by Jim Meyering.
59339         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
59340         many older Unixes require this.
59341         * lib/alloca.c (alloca): Remove cast to argument of free;
59342         no longer needed in C89.
59343         * lib/alloca_.h, regex.h: Fix white space to match
59344         what GNU indent does.
59345
59346 2003-08-09  Paul Eggert  <eggert@twinsun.com>
59347
59348         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
59349         apparently Emacs's Unicode mode got confused before my 2003-08-05
59350         checkin.
59351
59352 2003-08-08  Paul Eggert  <eggert@twinsun.com>
59353
59354         * m4/extensions.m4: New file.
59355         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
59356         Require gl_USE_SYSTEM_EXTENSIONS.
59357         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
59358         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
59359
59360 2003-08-08  Paul Eggert  <eggert@twinsun.com>
59361
59362         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
59363         * modules/extensions, modules/gnu-source: New files.
59364         * modules/timespec, modules/unlocked-io: Depend on extensions.
59365
59366 2003-08-07  Paul Eggert  <eggert@twinsun.com>
59367
59368         * modules/restrict: New file.
59369         * MODULES.html.sh (func_all_modules): Add restrict.
59370         * modules/regex: Depend on restrict.
59371
59372 2003-08-07  Paul Eggert  <eggert@twinsun.com>
59373
59374         * m4/restrict.m4: New file.
59375         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
59376
59377 2003-08-07  Bruno Haible  <bruno@clisp.org>
59378
59379         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
59380         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
59381
59382 2003-08-07  Bruno Haible  <bruno@clisp.org>
59383
59384         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
59385         makes the module 'getndelim2' compatible with the module 'getline'.
59386
59387 2003-08-05  Paul Eggert  <eggert@twinsun.com>
59388
59389         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
59390         byte with "\201" to avoid glitches when editing that source file
59391         with multi-gnome-terminal.
59392
59393 2003-08-05  Paul Eggert  <eggert@twinsun.com>
59394
59395         * lib/bumpalloc.h: Remove.
59396
59397 2003-08-05  Paul Eggert  <eggert@twinsun.com>
59398
59399         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
59400         * modules/bumpalloc: Remove.
59401
59402 2003-08-04  Paul Eggert  <eggert@twinsun.com>
59403
59404         * lib/getloadavg.c: Change copyright notice and spacing to conform to
59405         GNU coding style.
59406
59407         Merge from coreutils.
59408         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
59409         1. From glibc.
59410         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
59411         from Karl Berry, implemented by Jim Meyering.
59412         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
59413         from Dmitry V. Levin.
59414         Remove anachronistic cast of xrealloc.
59415         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
59416         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
59417         type. Otherwise, it wouldn't compile with at least /bin/cc on
59418         ymp-cray-unicos9.0.2.X.
59419         Combine two mostly-identical uses of alloca into one.
59420         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
59421
59422 2003-08-04  Dave Love  <d.love@dl.ac.uk>
59423
59424         [From Emacs.]
59425
59426         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
59427         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
59428         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
59429         obsolete NLIST_NAME_UNION.
59430         [__GNU__]: Undef BSD and FSCALE.
59431         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
59432
59433 2003-08-03  Paul Eggert  <eggert@twinsun.com>
59434
59435         * lib/stdbool_.h (_Bool): Make it signed char, instead of
59436         an enum type, so that it's guaranteed to promote to int.  See:
59437         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
59438
59439 2003-08-03  Karl Berry  <karl@gnu.org>
59440
59441         * config/depcomp: update from automake.
59442
59443 2003-07-31  Paul Eggert  <eggert@twinsun.com>
59444
59445         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
59446         (strerror): Don't assume that a printable int fits in 14 bytes.
59447
59448 2003-07-31  Bruno Haible  <bruno@clisp.org>
59449
59450         * modules/getpass-gnu: New file.
59451         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
59452
59453 2003-07-31  Bruno Haible  <bruno@clisp.org>
59454
59455         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
59456
59457 2003-07-24  Karl Berry  <karl@gnu.org>
59458
59459         * config/missing: update from automake.
59460
59461 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
59462             Bruno Haible  <bruno@clisp.org>
59463
59464         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
59465         * lib/getline.c (getline, getdelim): Likewise.
59466         Remove _GNU_SOURCE define; now it's defined in config.h through
59467         m4/getline.m4.
59468
59469 2003-07-23  Karl Berry  <karl@gnu.org>
59470
59471         * config/config.sub: update from prep.
59472
59473 2003-07-22  Paul Eggert  <eggert@twinsun.com>
59474
59475         * modules/xalloc (Depends-on): Add exitfail.
59476         * modules/xmemcoll: Likewise.
59477
59478 2003-07-22  Paul Eggert  <eggert@twinsun.com>
59479
59480         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
59481         over-parenthesization in macros.
59482
59483         Sync with coreutils.
59484
59485         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
59486         required by C99.
59487
59488         Use `exit_failure' for xalloc and xmemcoll instead of their own
59489         private exit-failure variables.
59490         * lib/xalloc.h (xalloc_exit_failure): Remove.
59491         * lib/xmalloc.c: Likewise.  Include exitfail.h.
59492         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
59493         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
59494         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
59495         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
59496
59497 2003-07-20  Jim Meyering  <jim@meyering.net>
59498
59499         * modules/closeout (Depends-on): Add exitfail.
59500         Suggestion from Bruno Haible.
59501
59502 2003-07-19  Karl Berry  <karl@gnu.org>
59503
59504         * config/config.sub: update from prep.
59505
59506 2003-07-18  Paul Eggert  <eggert@twinsun.com>
59507
59508         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
59509         Remove.
59510         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
59511         to test that it can stand by itself.  Include "exitfail.h".
59512         Clients should set exit_failure instead.
59513         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
59514
59515 2003-07-18  Bruno Haible  <bruno@clisp.org>
59516
59517         * modules/getndelim2: New file.
59518         * modules/getline: Share files with module getndelim2.
59519         * modules/getnline: Depend on getndelim2 instead of sharing files with
59520         it. Add getnline.c to lib_SOURCES.
59521         * MODULES.html.sh (func_all_modules): Add getndelim2.
59522
59523 2003-07-18  Bruno Haible  <bruno@clisp.org>
59524
59525         * m4/getndelim2.m4: New file.
59526         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
59527         invoke gl_PREREQ_GETNDELIM2.
59528         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
59529         gl_PREREQ_GETNDELIM2.
59530         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
59531         gl_GETNDELIM2.
59532
59533 2003-07-18  Bruno Haible  <bruno@clisp.org>
59534
59535         * lib/getndelim2.h: New file.
59536         * lib/getndelim2.c: Make into a module of its own. Include config.h,
59537         getndelim2.h.
59538         (getndelim2): Make non-static. Change return type to ssize_t.
59539         * lib/getline.h: Change argument names.
59540         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
59541         * lib/getnline.c: Include getndelim2.h.
59542
59543 2003-07-18  Andreas Schwab  <schwab@suse.de>
59544
59545         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
59546
59547 2003-07-17  Karl Berry  <karl@gnu.org>
59548
59549         * config/config.sub: update from prep.
59550
59551 2003-07-17  Bruno Haible  <bruno@clisp.org>
59552
59553         * modules/getnline: New file.
59554         * modules/getline: Add lib/getndelim2.c to source file list.
59555         * MODULES.html.sh (func_all_modules): Add getnline.
59556
59557 2003-07-17  Bruno Haible  <bruno@clisp.org>
59558
59559         * m4/getnline.m4: New file.
59560
59561 2003-07-17  Bruno Haible  <bruno@clisp.org>
59562
59563         * m4/Makefile.am.in: Remove file.
59564         * m4/Makefile.am: Remove file.
59565         * m4/Makefile.in: Remove file.
59566
59567 2003-07-17  Bruno Haible  <bruno@clisp.org>
59568
59569         * lib/getnline.h: New file.
59570         * lib/getnline.c: New file.
59571         * lib/getndelim2.c: New file, extracted from getline.c.
59572         (getndelim2): Renamed from getdelim2, with added nmax argument.
59573         * lib/getline.c: Include getndelim2.c.
59574         (getdelim2): Moved out to getndelim2.c.
59575         (getline, getdelim): Update.
59576
59577 2003-07-17  Bruno Haible  <bruno@clisp.org>
59578
59579         * lib/Makefile.am: Remove file.
59580         * lib/Makefile.in: Remove file.
59581
59582 2003-07-17  Bruno Haible  <bruno@clisp.org>
59583
59584         * configure.in: Remove file.
59585         * Makefile.in: Remove file.
59586
59587 2003-07-17  Bruno Haible  <bruno@clisp.org>
59588
59589         * MODULES.html.sh: Put the </BODY> right before </HTML>.
59590
59591 2003-07-16  Karl Berry  <karl@gnu.org>
59592
59593         * config/srclist-update: was running fixlicense twice, which caused
59594                 texinfo.tex to be nullified for some reason.  Simplify,
59595                 $gplsrc is no longer needed as far as I can see?
59596
59597 2003-07-16  Jim Meyering  <jim@meyering.net>
59598
59599         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
59600
59601 2003-07-15  Paul Eggert  <eggert@twinsun.com>
59602
59603         * config/srclist.txt: Get the following files from gettext-runtime/intl
59604         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
59605         ref-del.sin.  From Bruno Haible.
59606         * config/srclist-update (fixfile): Change grep pattern again, since the
59607         previous fix didn't work (there was another trailing $).  Use
59608         '[$]' to escape the $s.
59609
59610 2003-07-15  Karl Berry  <karl@gnu.org>
59611
59612         * lib/vasnprintf.c: update from gettext.
59613
59614 2003-07-15  Karl Berry  <karl@gnu.org>
59615
59616         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
59617         gets expanded when surrounded by '$'.
59618
59619 2003-07-15  Jim Meyering  <jim@meyering.net>
59620
59621         * modules/save-cwd: Don't depend on error.  From Derek Price.
59622
59623 2003-07-15  Jim Meyering  <jim@meyering.net>
59624
59625         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
59626
59627 2003-07-14  Simon Josefsson  <jas@extundo.com>
59628
59629         * modules/mempcpy: New file.
59630         * MODULES.html.sh (func_all_modules): Add mempcpy.
59631
59632 2003-07-14  Simon Josefsson  <jas@extundo.com>
59633
59634         * m4/mempcpy.m4: New file.
59635
59636 2003-07-14  Simon Josefsson  <jas@extundo.com>
59637
59638         * lib/mempcpy.h: New file.
59639         * lib/mempcpy.c: New file.
59640
59641 2003-07-14  Paul Eggert  <eggert@twinsun.com>
59642
59643         * modules/getdate, modules/posixtm: Depend on mktime.
59644
59645 2003-07-14  Paul Eggert  <eggert@twinsun.com>
59646
59647         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
59648         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
59649         unicodeio.c, unicodeio.h, unlocked-io.h:
59650         Switch from LGPL to GPL.
59651
59652 2003-07-14  Paul Eggert  <eggert@twinsun.com>
59653
59654         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
59655         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
59656         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
59657         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
59658         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
59659         updated automatically by ../config/srclist-update.  This changes
59660         their license from LPGL to GPL.
59661
59662 2003-07-14  Paul Eggert  <eggert@twinsun.com>
59663
59664         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
59665         assumed to refer to the root of the most recent stable gettext version.
59666         * config/srclistvars.sh: Add defaults for eggert.
59667         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
59668         Match "This program" as well as "The program".  This is needed
59669         for gettext.
59670
59671 2003-07-14  Jim Meyering  <jim@meyering.net>
59672
59673         Don't emit diagnostics.  Let callers do that.
59674         * lib/save-cwd.c: Don't include "error.h".
59675         (save_cwd): Don't call error.  Ensure that errno is valid
59676         when returning nonzero.
59677
59678         * lib/save-cwd.h (restore_cwd): Update prototype.
59679         * lib/save-cwd.c (restore_cwd): Remove two parameters.
59680         Simplify.  Don't call error upon failure.  Let callers do that.
59681         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
59682         when auditing is enabled.  But don't bother updating the #if.
59683
59684 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
59685
59686         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
59687         it breaks C++ compilation.
59688         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
59689
59690 2003-07-10  Simon Josefsson  <jas@extundo.com>
59691
59692         * modules/strchrnul (Makefile.am): Add strchrnul.h.
59693
59694 2003-07-10  Jim Meyering  <jim@meyering.net>
59695
59696         * m4/clock_time.m4: Remove trailing blank.
59697         * m4/intmax_t.m4: Likewise.
59698
59699 2003-07-10  Jim Meyering  <jim@meyering.net>
59700
59701         * lib/vasnprintf.c: Remove trailing blanks.
59702         Make cpp indentation consistent.
59703
59704 2003-07-09  Paul Eggert  <eggert@twinsun.com>
59705
59706         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
59707         posixver.c, strftime.c, strnlen.c, strverscmp.c:
59708         Switch from LGPL to GPL.
59709
59710 2003-07-09  Paul Eggert  <eggert@twinsun.com>
59711
59712         * config/srclist.txt: Sort sublists.  Add
59713         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
59714         that differ from gnulib for one reason or another; we'd like this list
59715         to be smaller but for now let's document what we have.
59716
59717 2003-07-08  Paul Eggert  <eggert@twinsun.com>
59718
59719         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
59720         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
59721         and sweeter "eval x=$x".
59722         * config/srclist.txt: Get lib/argp* from glibc.
59723
59724 2003-07-07  Paul Eggert  <eggert@twinsun.com>
59725
59726         * lib/mktime.c: Fix some boundary cases and remove need for floating
59727         point.
59728
59729         Issue a compile-time diagnostic if time_t is floating point, or if
59730         two's complement arithmetic is not in effect, or if arithmetic
59731         right shift does not propagate the sign.  These assumptions were
59732         all in the original code but they weren't checked.
59733
59734         (TIME_T_MIDPOINT, verify): New macros.
59735         (__isleap): Remove; it has integer overflow problems.
59736         (leapyear): New function, without those problems.
59737         (ydhms_tm_diff): Remove; splitting into two parts.
59738         (ydhms_diff): New function, containing the arithmetic part of
59739         the old ydhms_tm_diff function.  Issue a compile-time
59740         diagnostic if we are not using C99 integer division.
59741         Avoid casts when possible.
59742         (guess_time_tm): New function, containing the checking part of
59743         the old ydhms_tm_diff function.  Return the new value, rather than
59744         the difference between it and the old.  Accept a new argument T
59745         so that *T specifies the old value.  Check for overflow in the result.
59746
59747         (__mktime_internal): Use a time_t offset, not a long int offset.
59748         This undoes the 2003-06-04 change, which is no longer needed now
59749         that we have better overflow checking.
59750         (localtime_offset): Likewise.
59751
59752         (__mktime_internal): Avoid harmful overflow on hosts where time_t
59753         and long are 64-bit but int is only 32-bit.
59754         (ydhms_diff): Use long int to store year1 and yday1.
59755         Issue a compile-time diagnostic if long int is not wide enough.
59756
59757         (__mktime_internal): Use long int to store adjusted year and yday.
59758         Use plain C rather than preprocessor commands, if that doesn't
59759         affect efficiency.
59760         Check for overflow (and try to repair) after each probe
59761         rather than checking only at the very end.  This avoids some bugs
59762         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
59763         does not equal GMT offset at maximum time).
59764         Use integer to check for overflow rather than floating point; this
59765         is more portable to non-IEEE hosts, and is a tad faster.
59766         When we detect that we are oscillating between two values,
59767         don't check whether tm_isdst has the requested value, since
59768         we already know the answer.  When tm_isdst has the wrong value,
59769         use a different heuristic to find the right one, based on the
59770         extreme values actually observed in practice in tz2003a,
59771         rather than the (overly optimistic) "previous 3 calendar quarters".
59772
59773         (not_equal_tm, print_tm, check_result): Use "const T" rather than
59774         "T const" to accommodate glibc style.
59775         (check_result): Use less-confusing report format.  "long" -> "long int.
59776         (main): Likewise.
59777         Don't loop if the iteration overflows time_t.
59778         Allow a negative step in the iteration.
59779
59780 2003-07-06  Karl Berry  <karl@gnu.org>
59781
59782         * config/depcomp: update from automake.
59783         * config/config.sub: update from prep.
59784
59785 2003-07-03  Karl Berry  <karl@gnu.org>
59786
59787         * config/config.guess: update from prep.
59788
59789 2003-07-01  Paul Eggert  <eggert@twinsun.com>
59790
59791         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
59792         xreadlink.c now includes it unconditionally.
59793
59794 2003-07-01  Paul Eggert  <eggert@twinsun.com>
59795
59796         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
59797         having it depend on HAVE_SYS_TYPES_H.
59798
59799 2003-07-01  Bruno Haible  <bruno@clisp.org>
59800
59801         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
59802         <sys/types.h> should be sufficient.
59803         Reported by Paul Eggert.
59804
59805 2003-06-26  Karl Berry  <karl@gnu.org>
59806
59807         * config/depcomp: update from automake.
59808
59809 2003-06-26  Bruno Haible  <bruno@clisp.org>
59810
59811         * modules/human: Depend on module stdbool.
59812
59813 2003-06-25  Bruno Haible  <bruno@clisp.org>
59814
59815         * modules/readlink: New file.
59816         * modules/xreadlink: Depend on it.
59817         * MODULES.html.sh (func_all_modules): Add readlink.
59818
59819 2003-06-25  Bruno Haible  <bruno@clisp.org>
59820
59821         * m4/readlink.m4: New file.
59822
59823 2003-06-25  Bruno Haible  <bruno@clisp.org>
59824
59825         * lib/readlink.c: New file.
59826
59827 2003-06-22  Karl Berry  <karl@gnu.org>
59828
59829         * config/srclist.txt: update mkinstalldirs from automake.
59830         * config/mkinstalldirs: update.
59831
59832 2003-06-22  Bruno Haible  <bruno@clisp.org>
59833
59834         Portability to mingw32.
59835         * m4/ssize_t.m4: New file, from GNU gettext.
59836         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
59837         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
59838
59839 2003-06-22  Bruno Haible  <bruno@clisp.org>
59840
59841         * modules/safe-read: Add m4/ssize_t.m4.
59842         * modules/xreadlink: Add m4/ssize_t.m4.
59843
59844 2003-06-20  Bruno Haible  <bruno@clisp.org>
59845
59846         Assume C89, so PARAMS isn't needed.
59847         * lib/unicodeio.h (PARAMS): Remove.
59848         * lib/unicodeio.c: Don't use PARAMS.
59849
59850 2003-06-18  Karl Berry  <karl@gnu.org>
59851
59852         * config/config.{guess,sub}: update from prep.
59853
59854 2003-06-18  Jim Meyering  <jim@meyering.net>
59855
59856         Merge changes from coreutils.
59857         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
59858         Remove explicit declarations of xmalloc and realloc.
59859         Include xalloc.h.
59860         (read_utmp): Remove anachronistic cast of xmalloc.
59861
59862 2003-06-17  Paul Eggert  <eggert@twinsun.com>
59863
59864         Assume C89, so PARAMS isn't needed.
59865         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
59866         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
59867         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
59868         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
59869         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
59870         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
59871         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
59872         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
59873         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
59874         lib/xstrtod.h, lib/xstrtol.h: Likewise.
59875         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
59876         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
59877         no longer needed. Anyway, config.h should always be included before any
59878         other file.
59879
59880 2003-06-11  Simon Josefsson  <jas@extundo.com>
59881
59882         * modules/sysexits: New file.
59883         * MODULES.html.sh (func_all_modules): Add sysexits.
59884
59885 2003-06-11  Simon Josefsson  <jas@extundo.com>
59886
59887         * lib/sysexit_.h: New file.
59888
59889 2003-06-11  Derek Price  <derek@ximbiot.com>
59890
59891         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
59892         necessary.
59893
59894 2003-06-11  Bruno Haible  <bruno@clisp.org>
59895
59896         * m4/sysexits.m4: New file.
59897
59898 2003-06-10  Simon Josefsson  <jas@extundo.com>
59899
59900         * lib/argp.h: New file, from glibc.
59901         * lib/argp-ba.c: New file, from glibc.
59902         * lib/argp-eexst.c: New file, from glibc.
59903         * lib/argp-fmtstream.c: New file, from glibc.
59904         * lib/argp-fmtstream.h: New file, from glibc.
59905         * lib/argp-fs-xinl.c: New file, from glibc.
59906         * lib/argp-help.c: New file, from glibc.
59907         * lib/argp-namefrob.h: New file, from glibc.
59908         * lib/argp-parse.c: New file, from glibc.
59909         * lib/argp-pv.c: New file, from glibc.
59910         * lib/argp-pvh.c: New file, from glibc.
59911         * lib/argp-xinl.c: New file, from glibc.
59912
59913 2003-06-10  Simon Josefsson  <jas@extundo.com>
59914
59915         * modules/strchrnul: New file.
59916
59917 2003-06-10  Simon Josefsson  <jas@extundo.com>
59918
59919         * modules/argp: New file.
59920
59921 2003-06-10  Simon Josefsson  <jas@extundo.com>
59922
59923         * m4/strchrnul.m4: New file.
59924
59925 2003-06-10  Simon Josefsson  <jas@extundo.com>
59926
59927         * lib/strchrnul.h: New file.
59928         * lib/strchrnul.c: New file.
59929
59930 2003-06-10  Bruno Haible  <bruno@clisp.org>
59931
59932         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
59933
59934 2003-06-07  Karl Berry  <karl@gnu.org>
59935
59936         * config/config.{guess,sub}: update from prep.
59937
59938 2003-06-07  Jim Meyering  <jim@meyering.net>
59939
59940         * modules/strtod: Use $(...) notation, not @...@ for
59941         AC_REPLACE'd variables.
59942         * modules/localcharset: Likewise.
59943
59944 2003-06-07  Jim Meyering  <jim@meyering.net>
59945
59946         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
59947         in place of my name in the copyright comment.
59948         Remove definition and uses of __P.
59949
59950         From coreutils.
59951         * lib/stat.c: Don't declare xmalloc explicitly.
59952         Instead, include "xalloc.h".
59953         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
59954         xrealloc, and xcalloc return values.
59955         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
59956         Improve comment.
59957         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
59958
59959 2003-06-07  Bruno Haible  <bruno@clisp.org>
59960
59961         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
59962         avoid AC_CONFIG_LINKS.
59963         * modules/fnmatch (Makefile.am): Use explicit creation rule for
59964         fnmatch.h, to avoid AC_CONFIG_LINKS.
59965         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
59966
59967 2003-06-07  Bruno Haible  <bruno@clisp.org>
59968
59969         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
59970         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
59971         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
59972         directory.
59973         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
59974         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
59975         directory.
59976
59977 2003-06-06  Jim Meyering  <jim@meyering.net>
59978
59979         Merge from coreutils.
59980         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
59981         Consolidate declarations and initializations of *_base* locals.
59982
59983         Merge from coreutils.
59984         This avoids a core dump on systems without GNU putenv,
59985         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
59986         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
59987         (unsetenv): New static function, from GNU libc.
59988         (rpl_putenv): Use it.
59989
59990         * lib/modechange.c: Remove trailing blanks.
59991
59992         Merge from coreutils.
59993         * lib/fsusage.c: Remove declaration of statfs.
59994         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
59995
59996         * lib/posixtm.c: Include <stdbool.h> unconditionally.
59997
59998 2003-06-06  Jim Meyering  <jim@meyering.net>
59999
60000         * lib/stdbool_.h: Renamed from stdbool.h.in.
60001
60002 2003-06-06  Jim Meyering  <jim@meyering.net>
60003             Bruno Haible  <bruno@clisp.org>
60004
60005         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
60006         Adjust Makefile.am snippet not to redirect directly to target.
60007         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
60008
60009 2003-06-05  Paul Eggert  <eggert@twinsun.com>
60010
60011         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
60012         mismatch, look in future quarters as well as past.  This fixes a
60013         bug when processing fall-backwards gaps immediately after a long
60014         period of daylight-saving time.
60015
60016         * lib/mktime.c: Assume freestanding C89 or better.
60017         (HAVE_LIMITS_H): Remove.  Assume it's 1.
60018         (__P): Remove; not used.
60019         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
60020         (mktime, not_equal_tm, print_tm, check_result,
60021         main): Use prototypes.  Use const * where appropriate.
60022         (main): Fix typo in testing code that uncovered by above changes.
60023         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
60024
60025 2003-06-04  Paul Eggert  <eggert@twinsun.com>
60026
60027         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
60028         locale.h, localeconv.  This merges changes from coreutils.
60029
60030         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
60031         It can be removed after the next Autoconf is released.
60032         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
60033         needed.
60034
60035 2003-06-04  Paul Eggert  <eggert@twinsun.com>
60036
60037         * lib/mktime.c: Fix Debian bug 177940
60038         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
60039         (localtime_offset): Now long int, not time_t, because we want it
60040         to be guaranteed to be signed.  All uses changed.
60041         (__mktime_internal): If overflow would occur when adding offset,
60042         don't add it.
60043
60044         Merge 'human' changes from coreutils.  Rewrite to support
60045         locale-specific notations like thousands separators.
60046         * lib/human.c: Simplify authorship notice.
60047         Include human.h immediately after config.h.
60048         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
60049         <limits.h>: Do not include, since human.h does.
60050         (SIZE_MAX, UINTMAX_MAX): New macros.
60051         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
60052         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
60053         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
60054         (power_letter): Renamed from suffixes.
60055         (generate_suffix_backwards): Remove.
60056         (adjust_value): Now takes int style (because of human.h changes)
60057         and long double value (for greater precision on some platforms).
60058         (group_number): New function.
60059         (human_readable): Use it.  Use integer options, not enum.
60060         Put the options before the sizes in the arg list.
60061         Support all the new options.
60062         The old human_readable function has been removed;
60063         use inttostr.h instead.
60064         (human_readable, default_block_size, humblock):
60065         Use uintmax_t, not int, for block sizes.
60066         (human_readable_inexact, block_size_types): Remove.
60067         (block_size_opts): New constant.
60068         (human_options): Renamed from human_block_size, with new signature
60069         that allows block sizes up to UINTMAX_MAX.  All callers changed.
60070         * lib/human.h: Add copyright and authorship notice.
60071         Include <limits.h> and <stdbool.h> unconditionally.
60072         (PARAMS): Remove.  All uses removed.
60073         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
60074         (enum human_inexact_style): Remove tag; now a nameless enum.
60075         (human_floor, human_ceiling, human_round_to_even): Now have
60076         values 2, 0, 1 rather than -1, 1, 0.
60077         (human_group_digits, human_suppress_point_zero, human_autoscale,
60078         human_base_1024, human_SI, human_B): New constants.
60079         (human_readable_inexact, human_block_size): Remove.
60080         (human_readable): Size args are now uintmax_t, not int.
60081         (human_options): New decl.
60082
60083         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
60084         unnecessary now that we assume C89 or better.  This change
60085         imported from coreutils.
60086
60087         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
60088         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
60089         in the 2003-05-30 sync from glibc.
60090
60091         .h files should stand alone, but we shouldn't include <sys/types.h>
60092         if we can get away with just <stddef.h>.
60093
60094         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
60095         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
60096         rather than <sys/types.h>, as we merely need size_t.
60097         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
60098         to get size_t.
60099         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
60100         Include <stdio.h>, to get FILE.
60101         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
60102         memcasecmp.h has included <stddef.h> and all we need is size_t.
60103         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
60104         our interface, instead of including <sys/types.h>
60105
60106 2003-06-04  Paul Eggert  <eggert@twinsun.com>
60107
60108         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
60109         now, as glibc mktime is buggy on non-glibc systems.
60110
60111 2003-06-03  Karl Berry  <karl@gnu.org>
60112
60113         * config/config.sub: update from prep.
60114
60115 2003-06-02  Paul Eggert  <eggert@twinsun.com>
60116
60117         [from coreutils]
60118         Fix some minor time-related bugs with POSIX time arguments.
60119         Some valid time stamps were being rejected (notably -1, and
60120         time stamps before 1900 on 64-bit hosts).  And some invalid
60121         time stamps were being accepted, e.g. September 31.
60122
60123         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
60124         that we can return (time_t) -1 successfully.
60125         * lib/posixtm.c: Likewise.
60126         [HAVE_STDBOOL_H]: Include <stdbool.h>.
60127         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
60128         (t): Remove static var.
60129         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
60130         of static var.  All uses changed.
60131         (year): Do not reject years before 1900; they can occur with
60132         64-bit time_t.
60133         (posix_time_parse): Do not check for out-of-range components;
60134         that is now the caller's responsibility, since our checks were
60135         only approximations.
60136         (posixtime): Use mktime to check for out-of-range components,
60137         since it knows them exactly.
60138         If mktime returns (time_t) -1, check whether an error actually occurred
60139         by invoking localtime on -1.
60140         (main) [TEST_POSIXTIME]: Check for input data errors, and report
60141         posixtime failures better.
60142         Improve the test data (in comments only).
60143
60144 2003-06-02  Karl Berry  <karl@gnu.org>
60145
60146         * config/mkinstalldirs (version): new variable.
60147         (--version): new option.
60148         (usage): improve message.
60149
60150 2003-05-30  Karl Berry  <karl@gnu.org>
60151
60152         * lib/mktime.c: update from libc.
60153
60154 2003-05-30  Bruno Haible  <bruno@clisp.org>
60155
60156         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
60157         * config/config.rpath: Upgrade to gettext-0.12.1.
60158
60159 2003-05-30  Bruno Haible  <bruno@clisp.org>
60160
60161         * m4/gettext.m4: Upgrade to gettext-0.12.1.
60162         * m4/nls.m4: New file, from gettext-0.12.1.
60163         * m4/po.m4: New file, from gettext-0.12.1.
60164         * m4/progtest.m4: Upgrade to gettext-0.12.1.
60165
60166 2003-05-30  Bruno Haible  <bruno@clisp.org>
60167
60168         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
60169         * lib/localcharset.h: Likewise.
60170         * lib/localcharset.c: Likewise.
60171
60172 2003-05-29  Karl Berry  <karl@gnu.org>
60173
60174         * config/config.rpath: update from gettext.
60175
60176 2003-05-28  Paul Eggert  <eggert@twinsun.com>
60177
60178         Assume the headers required for C89 freestanding compilers.
60179         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
60180         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
60181         * m4/human.m4 (gl_HUMAN): Likewise.
60182         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
60183         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
60184         * m4/userspec.m4 (gl_USERSPEC): Likewise.
60185         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
60186         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
60187         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
60188
60189 2003-05-28  Paul Eggert  <eggert@twinsun.com>
60190
60191         Assume the headers required for C89 freestanding compilers.
60192         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
60193         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
60194         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
60195         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
60196         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
60197         define, since <limits.h> is guaranteed to do that.
60198         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
60199         * lib/exclude.c: Include <stdbool.h> unconditionally.
60200         * lib/tempname.c: Include <stddef.h> unconditionally.
60201         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
60202         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
60203         <stddef.h> does that.
60204         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
60205         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
60206         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
60207         needed.
60208         * lib/xstrtol.c: Likewise.
60209         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
60210         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
60211
60212         * lib/addext.c (addext): Use assignment rather than cast, to avoid
60213         warnings on some platforms.
60214
60215         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
60216         arbitrarily.
60217
60218 2003-05-26  Jim Meyering  <jim@meyering.net>
60219
60220         Merge in a change from coreutils:
60221         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
60222         that is guaranteed to be `no'.  Use `no_such_member' to indicate
60223         that condition, rather than `-1' which is slightly misleading.
60224         Change the name of the cache variable to have the gl_ prefix.
60225         Prompted by a patch from Richard Dawe for DJGPP.
60226
60227 2003-05-24  Karl Berry  <karl@gnu.org>
60228
60229         * config/config.guess: update from prep.
60230
60231 2003-05-22  Karl Berry  <karl@gnu.org>
60232
60233         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
60234
60235 2003-05-20  Karl Berry  <karl@gnu.org>
60236
60237         * config/config.guess: update from prep.
60238
60239 2003-05-18  Karl Berry  <karl@gnu.org>
60240
60241         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
60242         might actually be set by the user.
60243
60244         * config/depcomp, install-sh, mdate-sh: update from automake.
60245
60246 2003-05-17  Bruno Haible  <bruno@clisp.org>
60247
60248         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
60249         invalid expansion for AC_EGREP_CPP.
60250         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
60251         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
60252         Suggested by Akim Demaille <akim@epita.fr> in
60253         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
60254
60255 2003-05-12  Jim Meyering  <jim@meyering.net>
60256
60257         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
60258         the space-padded-by-default conversion specifiers, %e, %k, %l.
60259
60260 2003-05-12  Bruno Haible  <bruno@clisp.org>
60261
60262         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
60263         the string is longer than 4 KB.
60264
60265 2003-05-11  Karl Berry  <karl@gnu.org>
60266
60267         * config/config.{guess,sub}: update from prep.
60268
60269 2003-05-09  Bruno Haible  <bruno@clisp.org>
60270
60271         * modules/error: Add m4/strerror_r.m4 to file list.
60272
60273 2003-05-03  Bruno Haible  <bruno@clisp.org>
60274
60275         Upgrade to Unicode-4.0.
60276         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
60277         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
60278         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
60279         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
60280         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
60281         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
60282         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
60283         Change width of U+E0100..U+E01EF from 1 to 0.
60284
60285 2003-04-25  Jim Meyering  <jim@meyering.net>
60286
60287         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
60288         of type size_t, not int.
60289
60290 2003-04-25  Bruno Haible  <bruno@clisp.org>
60291
60292         * lib/copy-file.c: Include <stddef.h>, for size_t.
60293
60294 2003-04-21  Paul Eggert  <eggert@twinsun.com>
60295
60296         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
60297         code which expansion is under static control.  Patch imported from
60298         Akim Demaille's patch to Bison; see
60299         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
60300
60301 2003-04-14  Bruno Haible  <bruno@clisp.org>
60302
60303         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
60304
60305 2003-04-11  Jim Meyering  <jim@meyering.net>
60306
60307         Merge changes from Coreutils.
60308
60309         2003-03-22  Jim Meyering  <jim@meyering.net>
60310
60311         * lib/strftime.c (widen): Cast alloca return value to proper type.
60312
60313         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
60314
60315         From GNU libc.
60316         * lib/strftime.c (my_strftime): Handle very large width
60317         specifications for numeric values correctly.  Improve checks for
60318         overflow.
60319
60320         2003-01-19  Jim Meyering  <jim@meyering.net>
60321
60322         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
60323         definitions.
60324         (nl_get_alt_digit) [! defined my_strftime]: Define.
60325         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
60326         _nl_get_alt_digit and _nl_get_walt_digit.
60327
60328         * lib/strftime.c (my_strftime): Merge in locale-related changes from
60329         libc. These changes have no effect outside of _LIBC.
60330
60331 2003-04-10  Bruno Haible  <bruno@clisp.org>
60332
60333         * modules/findprog: New file.
60334         * MODULES.html.sh (func_all_modules): Add it.
60335
60336 2003-04-10  Bruno Haible  <bruno@clisp.org>
60337
60338         * m4/findprog.m4: New file.
60339         * m4/eaccess.m4: New file.
60340
60341 2003-04-10  Bruno Haible  <bruno@clisp.org>
60342
60343         * lib/findprog.h: New file, from GNU gettext.
60344         * lib/findprog.c: New file, from GNU gettext.
60345
60346 2003-04-05  Jim Meyering  <jim@meyering.net>
60347
60348         Merge changes from Coreutils.
60349
60350         * lib/exclude.h (PARAMS): Remove definition and uses.
60351         * lib/exclude.c: Remove uses of `PARAMS'.
60352
60353         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
60354         Add test-cases for DOS filenames. Declare program_name.
60355         (main): Set up program_name.  Patch by Rich Dawe.
60356
60357         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
60358         error from mntctl.
60359         Use mntctl's return value to drive the entry-processing loop, since
60360         we can't rely on the value of the vmt_length member in the last
60361         entry.  On some systems doing so could result in exhausting
60362         virtual memory.  Based in part on a patch from Mike Jetzer.
60363
60364 2003-04-04  Bruno Haible  <bruno@clisp.org>
60365
60366         * modules/linebreak: New file.
60367         * MODULES.html.sh (func_all_modules): Add it.
60368
60369 2003-04-04  Bruno Haible  <bruno@clisp.org>
60370
60371         * m4/linebreak.m4: New file.
60372
60373 2003-04-04  Bruno Haible  <bruno@clisp.org>
60374
60375         * lib/linebreak.h: New file, from GNU gettext.
60376         * lib/linebreak.c: New file, from GNU gettext with slight
60377         modifications.
60378         * lib/lbrkprop.h: New file, from GNU gettext.
60379
60380 2003-04-03  Bruno Haible  <bruno@clisp.org>
60381
60382         * modules/utf8-ucs4: New file.
60383         * modules/utf16-ucs4: New file.
60384         * modules/ucs4-utf8: New file.
60385         * modules/ucs4-utf16: New file.
60386         * MODULES.html.sh (func_all_modules): Add them.
60387
60388 2003-04-03  Bruno Haible  <bruno@clisp.org>
60389
60390         * m4/utf-ucs4.m4: New file.
60391         * m4/ucs4-utf.m4: New file.
60392
60393 2003-04-03  Bruno Haible  <bruno@clisp.org>
60394
60395         * lib/utf8-ucs4.h: New file, from GNU gettext.
60396         * lib/utf16-ucs4.h: New file, from GNU gettext.
60397         * lib/ucs4-utf8.h: New file, from GNU gettext.
60398         * lib/ucs4-utf16.h: New file, from GNU gettext.
60399
60400 2003-04-02  Bruno Haible  <bruno@clisp.org>
60401
60402         * modules/binary-io: New file.
60403         * MODULES.html.sh (func_all_modules): Add it.
60404
60405 2003-04-02  Bruno Haible  <bruno@clisp.org>
60406
60407         * lib/binary-io.h: New file, from GNU gettext.
60408
60409 2003-04-01  Bruno Haible  <bruno@clisp.org>
60410
60411         * modules/pathname: New file.
60412         * MODULES.html.sh (func_all_modules): Add it.
60413
60414 2003-04-01  Bruno Haible  <bruno@clisp.org>
60415
60416         * lib/pathname.h: New file, from GNU gettext.
60417         * lib/concatpath.c: New file, from GNU gettext.
60418
60419 2003-03-30  Bruno Haible  <bruno@clisp.org>
60420
60421         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
60422
60423 2003-03-30  Bruno Haible  <bruno@clisp.org>
60424
60425         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
60426         function chown() doesn't exist.
60427
60428 2003-03-28  Bruno Haible  <bruno@clisp.org>
60429
60430         * modules/copy-file: New file.
60431         * MODULES.html.sh (func_all_modules): Add it.
60432
60433 2003-03-28  Bruno Haible  <bruno@clisp.org>
60434
60435         * m4/copy-file.m4: New file.
60436
60437 2003-03-28  Bruno Haible  <bruno@clisp.org>
60438
60439         * lib/copy-file.h: New file, from GNU gettext.
60440         * lib/copy-file.c: New file, from GNU gettext.
60441
60442 2003-03-18  Jim Meyering  <jim@meyering.net>
60443
60444         * lib/quote.c (quote_n): Fix typo in comment.
60445
60446 2003-03-18  Bruno Haible  <bruno@clisp.org>
60447
60448         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
60449         checking.
60450         * m4/onceonly_2_57.m4: Likewise.
60451
60452 2003-03-17  Bruno Haible  <bruno@clisp.org>
60453
60454         * m4/onceonly.m4: Require autoconf 2.54 or newer.
60455         (m4_quote): Remove macro.
60456         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
60457
60458 2003-03-14  Jim Meyering  <jim@meyering.net>
60459
60460         Merge changes from Coreutils.
60461         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
60462         to be const, in order to avoid warnings.
60463         (obstack_room): Likewise.
60464         (obstack_empty_p): Likewise.
60465
60466 2003-03-14  Bruno Haible  <bruno@clisp.org>
60467
60468         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
60469         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
60470
60471 2003-03-13  Paul Eggert  <eggert@twinsun.com>
60472
60473         Merge changes from Bison.
60474         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
60475         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
60476         when compiling Bison 1.875's `bitset bset = obstack_alloc
60477         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
60478         * lib/hash.c: Include <stdbool.h> unconditionally.
60479
60480 2003-03-13  Paul Eggert  <eggert@twinsun.com>
60481
60482         * m4/onceonly.m4 (m4_quote): New macro.
60483         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
60484         Quote AC_FOREACH variable-expansions properly.
60485
60486 2003-03-13  Paul Eggert  <eggert@twinsun.com>
60487
60488         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
60489
60490 2003-03-09  Paul Eggert  <eggert@twinsun.com>
60491
60492         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
60493         Reported by Bruce Becker; see:
60494         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
60495
60496 2003-03-03  Paul Eggert  <eggert@twinsun.com>
60497             Bruno Haible  <bruno@clisp.org>
60498
60499         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
60500         Reported by John Hughes, see
60501         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
60502
60503 2003-02-20  Bruno Haible  <bruno@clisp.org>
60504
60505         * MODULES.html.sh (func_all_modules): Add poll.
60506
60507 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
60508
60509         * modules/poll: New file.
60510
60511 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
60512
60513         * lib/poll_.h: New file.
60514         * lib/poll.c: New file.
60515
60516 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
60517
60518         * m4/poll.m4: New file.
60519
60520 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
60521
60522         * modules/mathl: New file.
60523
60524 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
60525
60526         * lib/mathl.h: New file.
60527         * lib/acosl.c: New file.
60528         * lib/asinl.c: New file.
60529         * lib/atanl.c: New file.
60530         * lib/ceill.c: New file.
60531         * lib/cosl.c: New file.
60532         * lib/expl.c: New file.
60533         * lib/floorl.c: New file.
60534         * lib/frexpl.c: New file.
60535         * lib/ldexpl.c: New file.
60536         * lib/logl.c: New file.
60537         * lib/sincosl.c: New file.
60538         * lib/sinl.c: New file.
60539         * lib/sqrtl.c: New file.
60540         * lib/tanl.c: New file.
60541         * lib/trigl.c: New file.
60542         * lib/trigl.h: New file.
60543
60544 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
60545
60546         * m4/mathl.m4: New file.
60547
60548 2003-02-18  Bruno Haible  <bruno@clisp.org>
60549
60550         * MODULES.html.sh (func_all_modules): Add mathl.
60551
60552 2003-02-17  Bruno Haible  <bruno@clisp.org>
60553
60554         * modules/mkdtemp: New module.
60555         * MODULES.html.sh (func_all_modules): Add it.
60556
60557 2003-02-17  Bruno Haible  <bruno@clisp.org>
60558
60559         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
60560
60561 2003-02-17  Bruno Haible  <bruno@clisp.org>
60562
60563         * lib/mkdtemp.h: New file, from GNU gettext.
60564         * lib/mkdtemp.c: New file, from GNU gettext.
60565
60566 2003-02-02  Jim Meyering  <jim@meyering.net>
60567
60568         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
60569         e.g. glibc-2.2.93.
60570
60571 2003-01-31  Bruno Haible  <bruno@clisp.org>
60572
60573         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
60574         'rpl_rename'.
60575         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
60576         'rpl_strnlen'.
60577         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
60578         'rpl_strtod'.
60579         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
60580         'rpl_utime'.
60581
60582 2003-01-31  Bruno Haible  <bruno@clisp.org>
60583
60584         * lib/rename.c: #undef rename before defining rpl_rename.
60585         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
60586
60587 2003-01-30  Bruno Haible  <bruno@clisp.org>
60588
60589         * modules/vasnprintf, modules/vasprintf: New modules.
60590         * MODULES.html.sh (func_all_modules): Add them.
60591
60592 2003-01-30  Bruno Haible  <bruno@clisp.org>
60593
60594         * m4/signed.m4: New file, from GNU gettext.
60595         * m4/longdouble.m4: New file, from GNU gettext.
60596         * m4/wchar_t.m4: New file, from GNU gettext.
60597         * m4/wint_t.m4: New file, from GNU gettext.
60598         * m4/vasnprintf.m4: New file.
60599         * m4/vasprintf.m4: New file.
60600
60601 2003-01-30  Bruno Haible  <bruno@clisp.org>
60602
60603         * lib/printf-args.h: New file, from GNU gettext.
60604         * lib/printf-args.c: New file, from GNU gettext.
60605         * lib/printf-parse.h: New file, from GNU gettext.
60606         * lib/printf-parse.c: New file, from GNU gettext.
60607         * lib/vasnprintf.h: New file, from GNU gettext.
60608         * lib/vasnprintf.c: New file, from GNU gettext.
60609         * lib/asnprintf.c: New file, from GNU gettext.
60610         * lib/vasprintf.h: New file, from GNU gettext with modifications.
60611         * lib/vasprintf.c: New file, from GNU gettext.
60612         * lib/asprintf.c: New file, from GNU gettext.
60613
60614 2003-01-29  Bruno Haible  <bruno@clisp.org>
60615
60616         * modules/stpncpy: New module.
60617         * MODULES.html.sh (func_all_modules): Add it.
60618
60619 2003-01-29  Bruno Haible  <bruno@clisp.org>
60620
60621         * m4/stpncpy.m4: New file.
60622
60623 2003-01-29  Bruno Haible  <bruno@clisp.org>
60624
60625         * lib/stpncpy.h: New file, from GNU gettext with modifications.
60626         * lib/stpncpy.c: New file, from GNU gettext with modifications.
60627
60628 2003-01-28  Bruno Haible  <bruno@clisp.org>
60629
60630         * modules/c-ctype: New module.
60631         * MODULES.html.sh (func_all_modules): Add it.
60632
60633 2003-01-28  Bruno Haible  <bruno@clisp.org>
60634
60635         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
60636         Paul Eggert.
60637         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
60638         Paul Eggert.
60639
60640 2003-01-27  Bruno Haible  <bruno@clisp.org>
60641
60642         * modules/xsetenv: New module.
60643         * MODULES.html.sh (func_all_modules): Add it.
60644
60645 2003-01-27  Bruno Haible  <bruno@clisp.org>
60646
60647         * lib/xsetenv.h: New file, from GNU gettext.
60648         * lib/xsetenv.c: New file, from GNU gettext.
60649
60650 2003-01-23  Jim Meyering  <jim@meyering.net>
60651
60652         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
60653         from working on systems without dirfd (at least Irix and OSF1/Tru64).
60654
60655 2003-01-23  Bruno Haible  <bruno@clisp.org>
60656
60657         * modules/minmax: New module.
60658         * MODULES.html.sh (func_all_modules): Add it.
60659
60660 2003-01-23  Bruno Haible  <bruno@clisp.org>
60661
60662         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
60663         Eggert.
60664
60665 2003-01-22  Bruno Haible  <bruno@clisp.org>
60666
60667         * modules/exit: New module.
60668         * MODULES.html.sh (func_all_modules): Add it.
60669
60670 2003-01-22  Bruno Haible  <bruno@clisp.org>
60671
60672         * lib/exit.h: New file, from GNU gettext.
60673
60674 2003-01-19  Bruno Haible  <bruno@clisp.org>
60675
60676         * gnulib-tool: Recognize option --extract-maintainer.
60677         (func_get_maintainer): New function.
60678         * modules/*: Add Maintainer entry.
60679
60680 2003-01-16  Jim Meyering  <jim@meyering.net>
60681
60682         * m4/regex.m4: The `regex' struct is both input and output.
60683         Initialize it before each use.  Patch by Tim Waugh.
60684
60685 2003-01-16  Bruno Haible  <bruno@clisp.org>
60686
60687         * MODULES.html.sh: Add a table of contents. Add the module name as
60688         leftmost column. Add hyperlinks.
60689
60690 2003-01-15  Bruno Haible  <bruno@clisp.org>
60691
60692         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
60693
60694 2003-01-15  Bruno Haible  <bruno@clisp.org>
60695
60696         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
60697         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
60698         suffix.
60699
60700 2003-01-15  Bruno Haible  <bruno@clisp.org>
60701
60702         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
60703
60704 2003-01-15  Bruno Haible  <bruno@clisp.org>
60705
60706         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
60707         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
60708
60709 2003-01-14  Jim Meyering  <jim@meyering.net>
60710
60711         * lib/same.c (same_name): Tweak a comment.
60712
60713 2003-01-14  Bruno Haible  <bruno@clisp.org>
60714
60715         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
60716         when a string comparison is sufficient.
60717
60718 2003-01-14  Bruno Haible  <bruno@clisp.org>
60719
60720         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
60721         'unsigned int'.
60722
60723 2003-01-14  Bruno Haible  <bruno@clisp.org>
60724
60725         * lib/hash-pjw.c: Add comment about low quality of this function.
60726
60727 2003-01-13  Bruno Haible  <bruno@clisp.org>
60728
60729         * modules/stpcpy: Distribute lib/stpcpy.h.
60730         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
60731
60732 2003-01-13  Bruno Haible  <bruno@clisp.org>
60733
60734         * modules/*: Add a description.
60735         * modules/strpbrk: Fix Makefile.am snippet.
60736         * modules/strtoimax: Fix dependencies.
60737         * modules/strtoumax: Likewise.
60738
60739 2003-01-13  Bruno Haible  <bruno@clisp.org>
60740
60741         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
60742         * modules/alloca (Makefile.am): All object files depend on alloca.h.
60743         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
60744
60745 2003-01-13  Bruno Haible  <bruno@clisp.org>
60746
60747         * gnulib-tool (func_create_testdir): Store config/* files in the main
60748         directory.
60749         * config.rpath: Move to ...
60750         * config/config.rpath: ... here.
60751         * modules/gettext: Contains config/config.rpath, not config.rpath.
60752         * modules/iconv: Likewise.
60753
60754 2003-01-12  Paul Eggert  <eggert@twinsun.com>
60755
60756         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
60757         to avoid collisions with libcurses and libreadline.
60758
60759         * m4/getstr.m4: Remove.
60760         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
60761
60762 2003-01-12  Paul Eggert  <eggert@twinsun.com>
60763
60764         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
60765         to avoid collisions with libcurses and libreadline.
60766
60767         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
60768         * lib/getstr.h, getstr.c: Remove.
60769         * lib/getline.c: Include "getline.h", to check interface.
60770         Move body of old getstr.c here: this defines MIN_CHUNK and
60771         declares getdelim2, which is renamed from getstr.
60772         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
60773
60774         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
60775         All uses changed.
60776         * lib/linebuffer.h: Likewise.
60777         (readline): Remove backward-compatibility macro.
60778
60779 2003-01-12  Paul Eggert  <eggert@twinsun.com>
60780
60781         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
60782         to avoid collisions with libcurses and libreadline.
60783         * getstr: Remove.
60784         * MODULES.html.sh: Remove getstr.
60785         * modules/getline: Depend on unlocked-io, not getstr.
60786
60787 2003-01-12  Jim Meyering  <jim@meyering.net>
60788
60789         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
60790
60791 2003-01-10  Bruno Haible  <bruno@clisp.org>
60792
60793         * modules/alloca: Change Makefile.am requirements. Simplify Include
60794         requirements. Add lib/alloca_.h to file list.
60795
60796 2003-01-10  Bruno Haible  <bruno@clisp.org>
60797
60798         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
60799
60800 2003-01-10  Bruno Haible  <bruno@clisp.org>
60801
60802         * lib/alloca_.h: New file.
60803         * lib/getdate.y: Unconditionally include alloca.h.
60804         * lib/makepath.c: Likewise.
60805         * lib/setenv.c: Likewise.
60806         * lib/userspec.c: Likewise.
60807
60808 2003-01-09  Karl Berry  <karl@gnu.org>
60809
60810         * MODULES.html.sh: include `dirname $0` in PATH, to find
60811         gnulib-tool.
60812
60813 2003-01-09  Bruno Haible  <bruno@clisp.org>
60814
60815         * modules/stdbool: Change configure.ac, Makefile.am requirements.
60816         Simplify Include requirements. Add lib/stdbool.h.in to file list.
60817
60818 2003-01-09  Bruno Haible  <bruno@clisp.org>
60819
60820         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
60821
60822 2003-01-09  Bruno Haible  <bruno@clisp.org>
60823
60824         * lib/stdbool.h.in: New file.
60825
60826 2003-01-09  Bruno Haible  <bruno@clisp.org>
60827
60828         * gnulib-tool (func_all_modules): Ignore files ending in ~.
60829         * MODULES.html.sh: Likewise.
60830
60831 2003-01-08  Jim Meyering  <jim@meyering.net>
60832
60833         * lib/full-write.c: Undefine and define-away `const' after inclusion
60834         of errno.h, not before.  Suggestion from Bruno Haible.
60835
60836 2003-01-08  Bruno Haible  <bruno@clisp.org>
60837
60838         * modules/full-read: Depend on full-write.
60839
60840 2003-01-08  Bruno Haible  <bruno@clisp.org>
60841
60842         * lib/safe-read.c: Include specification header first, to ensure its
60843         selfcontainedness.
60844         * lib/full-write.c: Likewise.
60845
60846 2003-01-07  Jim Meyering  <jim@meyering.net>
60847
60848         * lib/full-write.c: Rework so that it may serve to define full_read,
60849         too.
60850         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
60851
60852 2003-01-07  Bruno Haible  <bruno@clisp.org>
60853
60854         * lib/strtoimax.c: Include <stdint.h> as an alternative to
60855         <inttypes.h>.
60856         * lib/xstrtol.h: Likewise.
60857         * lib/xstrtoimax.c: Likewise.
60858         * lib/xstrtoumax.c: Likewise.
60859         * lib/human.h: Likewise.
60860
60861         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
60862         on systems that have <inttypes.h> but not <stdint.h>.
60863
60864 2003-01-07  Bruno Haible  <bruno@clisp.org>
60865
60866         * MODULES.html.sh: Add copyright notice.
60867         (missed_files): Omit CVS directory entries.
60868         (func_module): Make it work with sed-3.02.
60869         * MODULES.txt: Remove file.
60870
60871 2003-01-06  Jim Meyering  <jim@meyering.net>
60872
60873         * lib/version-etc.c: Update year in translatable copyright string.
60874
60875 2003-01-03  Karl Berry  <karl@gnu.org>
60876
60877         * config/config.{guess,sub}: update from prep.
60878
60879 2003-01-02  Karl Berry  <karl@gnu.org>
60880
60881         * doc/COPYING.DOC: belatedly updated to 1.2.
60882
60883 2003-01-01  Karl Berry  <karl@gnu.org>
60884
60885         * gnulib-tool (func_verify_module): report module name $module in
60886         error message, not $1.
60887         * gnulib-tool (create-testdir): don't complain if destdir couldn't
60888         be created, only if it doesn't exist.
60889         * gnulib-tool (last_checkin_date): don't expand the $Date here.
60890
60891 2002-12-31  Paul Eggert  <eggert@twinsun.com>
60892
60893         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
60894
60895 2002-12-31  Paul Eggert  <eggert@twinsun.com>
60896
60897         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
60898         memcmp if strcoll doesn't work.
60899
60900 2002-12-31  Bruno Haible  <bruno@clisp.org>
60901
60902         * lib/utime.c (utime_null): No need to call ftruncate if the file was
60903         nonempty.
60904
60905 2002-12-31  Bruno Haible  <bruno@clisp.org>
60906
60907         * lib/memcoll.c (STRCOLL): New macro.
60908         (memcoll): Use it.
60909
60910 2002-12-31  Bruno Haible  <bruno@clisp.org>
60911
60912         * lib/localcharset.h: New file.
60913         * lib/localcharset.c: Include it.
60914         * lib/unicodeio.c: Likewise.
60915
60916 2002-12-31  Bruno Haible  <bruno@clisp.org>
60917
60918         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
60919         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
60920
60921 2002-12-31  Bruno Haible  <bruno@clisp.org>
60922
60923         * lib/getline.h: Include <stddef.h>, for size_t.
60924
60925         * lib/unicodeio.h: Include <stddef.h>, for size_t.
60926         * lib/unicodeio.c: Don't include <stddef.h>.
60927
60928 2002-12-31  Bruno Haible  <bruno@clisp.org>
60929
60930         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
60931         HAVE_TM_ZONE.
60932
60933 2002-12-24  Karl Berry  <karl@gnu.org>
60934
60935         * config/config.guess: update from prep.
60936
60937 2002-12-24  Bruno Haible  <bruno@clisp.org>
60938
60939         General infrasructure.
60940         * m4/README: Rewritten.
60941         * m4/onceonly.m4: New file.
60942         * m4/onceonly_2_57.m4: New file.
60943
60944         Module atexit.
60945         * m4/atexit.m4: New file.
60946
60947         Module strtod.
60948         * m4/strtod.m4: New file.
60949
60950         Module strtol.
60951         * m4/strtol.m4: New file.
60952
60953         Module strtoul.
60954         * m4/strtoul.m4: New file.
60955
60956         Module memchr.
60957         * m4/memchr.m4: New file.
60958
60959         Module memcmp.
60960         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
60961         (jm_FUNC_MEMCMP): Invoke it.
60962
60963         Module memcpy.
60964         * m4/memcpy.m4: New file.
60965
60966         Module memmove.
60967         * m4/memmove.m4: New file.
60968
60969         Module memset.
60970         * m4/memset.m4: New file.
60971
60972         Module strcspn.
60973         * m4/strcspn.m4: New file.
60974
60975         Module strpbrk.
60976         * m4/strpbrk.m4: New file.
60977
60978         Module strstr.
60979         * m4/strstr.m4: New file.
60980
60981         Module strerror.
60982         * m4/strerror.m4: New file.
60983
60984         Module mktime.
60985         * m4/mktime.m4: Renamed from jm-mktime.m4.
60986         (gl_PREREQ_MKTIME): New macro.
60987         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
60988
60989         Module malloc.
60990         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
60991         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
60992         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
60993
60994         Module realloc.
60995         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
60996         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
60997         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
60998
60999         Module strftime.
61000         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
61001         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
61002         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
61003         gl_TM_GMTOFF.
61004         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
61005
61006         Module xalloc.
61007         * m4/xalloc.m4: New file.
61008
61009         Module alloca.
61010         * m4/alloca.m4: New file.
61011
61012         Module putenv.
61013         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
61014         (jm_FUNC_PUTENV): Invoke it.
61015
61016         Module setenv.
61017         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
61018         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
61019         when invoked twice.
61020         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
61021         gt_FUNC_SETENV.
61022
61023         Module memrchr.
61024         * m4/memrchr.m4: New file.
61025
61026         Module stpcpy.
61027         * m4/stpcpy.m4: New file.
61028
61029         Module strcase.
61030         * m4/strcase.m4: New file.
61031
61032         Module strdup.
61033         * m4/strdup.m4: New file.
61034
61035         Module strnlen.
61036         * m4/strnlen.m4: New file.
61037
61038         Module strndup.
61039         * m4/strndup.m4: New file.
61040
61041         Module xstrtod.
61042         * m4/xstrtod.m4: New file.
61043
61044         Module xstrtol.
61045         * m4/xstrtol.m4: New file.
61046
61047         Module getdate.
61048         * m4/getdate.m4: New file.
61049
61050         Module unlocked-io.
61051         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
61052         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
61053         * m4/jm-glibc-io.m4n: Remove file.
61054
61055         Module long-options.
61056         * m4/long-options.m4: New file.
61057
61058         Module md5.
61059         * m4/md5.m4: New file.
61060
61061         Module sha.
61062         * m4/sha.m4: New file.
61063
61064         Module getstr.
61065         * m4/getstr.m4: New file.
61066
61067         Module getline.
61068         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
61069         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
61070         <sys/types.h>, for size_t. Use the function name gnu_getline, not
61071         simply getline. Infoke gl_PREREQ_GETLINE.
61072
61073         Module obstack.
61074         * m4/obstack.m4: New file.
61075
61076         Module hash.
61077         * m4/hash.m4: New file.
61078
61079         Module readtokens.
61080         * m4/readtokens.m4: New file.
61081
61082         Module strverscmp.
61083         * m4/strverscmp.m4: New file.
61084
61085         Module stdbool.
61086         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
61087         OSF/1.
61088
61089         Module strtoll.
61090         * m4/strtoll.m4: New file.
61091
61092         Module strtoull.
61093         * m4/strtoull.m4: New file.
61094
61095         Module strtoimax.
61096         * m4/strtoimax.m4: New file.
61097
61098         Module strtoumax.
61099         * m4/strtoumax.m4: New file.
61100
61101         Module xstrtoimax.
61102         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
61103         jm_AC_PREREQ_XSTRTOIMAX.
61104         Moved the strtol prerequisites to strtol.m4.
61105         Moved the strtoll prerequisites to strtoll.m4.
61106         Moved the strtoimax prerequisites to strtoimax.m4.
61107
61108         Module xstrtoumax.
61109         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
61110         jm_AC_PREREQ_XSTRTOUMAX.
61111         Moved the strtoul prerequisites to strtoul.m4.
61112         Moved the strtoull prerequisites to strtoull.m4.
61113         Moved the strtoumax prerequisites to strtoumax.m4.
61114
61115         Module chown.
61116         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
61117         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
61118
61119         Module dup2.
61120         * m4/dup2.m4: New file.
61121
61122         Module ftruncate.
61123         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
61124         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
61125
61126         Module getgroups.
61127         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
61128         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
61129
61130         Module gettimeofday.
61131         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
61132         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
61133         gl_PREREQ_GETTIMEOFDAY.
61134
61135         Module mkdir.
61136         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
61137         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
61138
61139         Module mkstemp.
61140         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
61141         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
61142         jm_AC_TYPE_UINTMAX_T.
61143         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
61144
61145         Module stat.
61146         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
61147         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
61148
61149         Module lstat.
61150         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
61151         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
61152
61153         Module timespec.
61154         * m4/timespec.m4 (gl_TIMESPEC): New macro.
61155         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
61156         * m4/st_mtim.m4: Indentation.
61157
61158         Module nanosleep.
61159         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
61160         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
61161         gl_PREREQ_NANOSLEEP.
61162
61163         Module regex.
61164         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
61165         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
61166         (gl_REGEX): New macro.
61167
61168         Module rename.
61169         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
61170         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
61171
61172         Module rmdir.
61173         * m4/rmdir.m4: New file.
61174
61175         Module utime.
61176         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
61177         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
61178         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
61179
61180         Module dirname.
61181         * m4/dirname.m4: New file.
61182
61183         Module getopt.
61184         * m4/getopt.m4: New file.
61185
61186         Module unistd-safer.
61187         * m4/unistd-safer.m4: New file.
61188
61189         Module fnmatch.
61190         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
61191         declaration.
61192         (gl_PREREQ_FNMATCH_EXTRA): New macro.
61193         (gl_FUNC_FNMATCH_POSIX): New macro.
61194         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
61195         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
61196         simply fnmatch.
61197
61198         Module exclude.
61199         * m4/exclude.m4: New file.
61200
61201         Module human.
61202         * m4/human.m4: New file.
61203
61204         Module acl.
61205         * m4/acl.m4: Nop.
61206
61207         Module backupfile.
61208         * m4/backupfile.m4: New file.
61209         * m4/d-ino.m4: Indentation.
61210
61211         Module fsusage.
61212         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
61213         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
61214         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
61215
61216         Module dirfd.
61217         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
61218         requirements.
61219
61220         Module euidaccess.
61221         * m4/euidaccess.m4: New file.
61222
61223         Module file-type.
61224         * m4/file-type.m4: New file.
61225
61226         Module fileblocks.
61227         * m4/fileblocks.m4: New file.
61228
61229         Module filemode.
61230         * m4/filemode.m4: New file.
61231
61232         Module isdir.
61233         * m4/isdir.m4: New file.
61234
61235         Module lchown.
61236         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
61237         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
61238
61239         Module makepath.
61240         * m4/makepath.m4: New file.
61241
61242         Module modechange.
61243         * m4/modechange.m4: New file.
61244
61245         Module mountlist.
61246         * m4/mountlist.m4: New file.
61247         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
61248         Indentation.
61249
61250         Module path-concat.
61251         * m4/path-concat.m4: New file.
61252
61253         Module pathmax.
61254         * m4/pathmax.m4: New file.
61255
61256         Module same.
61257         * m4/same.m4: New file.
61258
61259         Module save-cwd.
61260         * m4/save-cwd.m4: New file.
61261
61262         Module savedir.
61263         * m4/savedir.m4: New file.
61264
61265         Module xgetcwd.
61266         * m4/xgetcwd.m4: New file.
61267         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
61268
61269         Module xreadlink.
61270         * m4/xreadlink.m4: New file.
61271
61272         Module safe-read.
61273         * m4/safe-read.m4: New file.
61274
61275         Module safe-write.
61276         * m4/safe-write.m4: New file.
61277
61278         Module closeout.
61279         * m4/closeout.m4: New file.
61280
61281         Module stdio-safer.
61282         * m4/stdio-safer.m4: New file.
61283
61284         Module getpass.
61285         * m4/getpass.m4: New file.
61286
61287         Module getugroups.
61288         * m4/getugroups.m4: New file.
61289
61290         Module group-member.
61291         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
61292         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
61293
61294         Module idcache.
61295         * m4/idcache.m4: New file.
61296
61297         Module userspec.
61298         * m4/userspec.m4: New file.
61299
61300         Module gettime.
61301         * m4/clock_time.m4: New file.
61302         * m4/gettime.m4: New file.
61303
61304         Module settime.
61305         * m4/settime.m4: New file.
61306
61307         Module posixtm.
61308         * m4/posixtm.m4: New file.
61309
61310         Module gethostname.
61311         * m4/gethostname.m4: New file.
61312
61313         Module canon-host.
61314         * m4/canon-host.m4: New file.
61315
61316         Module gettext.
61317         * m4/codeset.m4: New file, from gettext-0.11.5.
61318         * m4/gettext.m4: New file, from gettext-0.11.5.
61319         * m4/glibc21.m4: New file, from gettext-0.11.5.
61320         * m4/iconv.m4: New file, from gettext-0.11.5.
61321         * m4/intdiv0.m4: New file, from gettext-0.11.5.
61322         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
61323         * m4/inttypes.m4: New file, from gettext-0.11.5.
61324         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
61325         * m4/isc-posix.m4: New file, from gettext-0.11.5.
61326         * m4/lcmessage.m4: New file, from gettext-0.11.5.
61327         * m4/lib-ld.m4: New file, from gettext-0.11.5.
61328         * m4/lib-link.m4: New file, from gettext-0.11.5.
61329         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
61330         * m4/progtest.m4: New file, from gettext-0.11.5.
61331         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
61332         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
61333         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
61334
61335         Module localcharset.
61336         * m4/localcharset.m4: New file.
61337
61338         Module hard-locale.
61339         * m4/hard-locale.m4: New file.
61340
61341         Module mbswidth.
61342         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
61343         onceonly macros.
61344         * m4/mbrtowc.m4: Add comment.
61345
61346         Module memcasecmp.
61347         * m4/memcasecmp.m4: New file.
61348
61349         Module memcoll.
61350         * m4/memcoll.m4: New file.
61351
61352         Module unicodeio.
61353         * m4/unicodeio.m4: New file.
61354
61355         Module rpmatch.
61356         * m4/rpmatch.m4: New file.
61357
61358         Module yesno.
61359         * m4/yesno.m4: New file.
61360
61361         Module exitfail.
61362         * m4/exitfail.m4: New file.
61363
61364         Module c-stack.
61365         * m4/c-stack.m4 (gl_C_STACK): New macro.
61366         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
61367
61368         Module error.
61369         * m4/error.m4 (gl_ERROR): New macro.
61370         (jm_PREREQ_ERROR): Use onceonly macros.
61371
61372         Module fatal.
61373         * m4/fatal.m4: New file.
61374
61375         Module getloadavg.
61376         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
61377         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
61378
61379         Module getpagesize.
61380         * m4/getpagesize.m4: New file.
61381
61382         Module getusershell.
61383         * m4/getusershell.m4: New file.
61384
61385         Module physmem.
61386         * m4/physmem.m4: New file.
61387
61388         Module posixver.
61389         * m4/posixver.m4: New file.
61390
61391         Module quotearg.
61392         * m4/quotearg.m4: New file.
61393
61394         Module quote.
61395         * m4/quote.m4: New file.
61396
61397         Module readutmp.
61398         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
61399
61400         Module sig2str.
61401         * m4/sig2str.m4: New file.
61402
61403         Other.
61404         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
61405         ulonglong.m4.
61406         * m4/intmax_t.m4: New file.
61407         * m4/d-type.m4: Indentation.
61408         * m4/jm-macros.m4: Update.
61409         * m4/prereq.m4 (jm_PREREQ): Update.
61410         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
61411         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
61412         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
61413         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
61414         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
61415         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
61416         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
61417         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
61418         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
61419         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
61420         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
61421         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
61422         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
61423         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
61424         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
61425         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
61426         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
61427         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
61428         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
61429
61430 2002-12-24  Bruno Haible  <bruno@clisp.org>
61431
61432         * MODULES.txt: Update according to m4/ changes.
61433
61434         Module gettext.
61435         * config.rpath: New file, from gettext-0.11.5.
61436
61437         * modules/*: New module descriptions.
61438         * gnulib-tool: New file.
61439         * MODULES.html.sh: New file.
61440
61441 2002-12-21  Karl Berry  <karl@gnu.org>
61442
61443         * doc/fdl.texi: update to version 1.2.
61444
61445 2002-12-19  Karl Berry  <karl@gnu.org>
61446
61447         * config/config.guess: update from prep.
61448
61449 2002-12-18  Bruno Haible  <bruno@clisp.org>
61450
61451         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
61452         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
61453
61454 2002-12-17  Bruno Haible  <bruno@clisp.org>
61455
61456         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
61457         stdlib.h, string.h.
61458
61459 2002-12-17  Bruno Haible  <bruno@clisp.org>
61460
61461         * lib/canon-host.c (strdup): Remove unused declaration.
61462
61463         * lib/fsusage.c: Include full_read.h.
61464         (get_fs_usage): Use full_read instead of safe_read.
61465
61466         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
61467
61468 2002-12-12  Karl Berry  <karl@gnu.org>
61469
61470         * config/config.guess: update from prep.
61471
61472 2002-12-11  Bruno Haible  <bruno@clisp.org>
61473
61474         * m4/setenv.m4: New file, from gettext-0.11.5.
61475
61476 2002-12-11  Bruno Haible  <bruno@clisp.org>
61477
61478         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
61479         not unsetenv().
61480         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
61481         modifications:
61482
61483         2002-12-11  Bruno Haible  <bruno@clisp.org>
61484
61485                 * setenv.c (alloca): Fall back to malloc.
61486                 (freea): New macro.
61487                 (setenv): Use freea() to free memory allocated with alloca().
61488
61489         2002-11-13  Bruno Haible  <bruno@clisp.org>
61490
61491                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
61492                 function declarations.
61493                 * unsetenv.c (unsetenv): Likewise.
61494
61495         2002-03-04  Bruno Haible  <bruno@clisp.org>
61496
61497                 Portability to AIX 4.3.3.
61498                 * unsetenv.c: New file, extracted from setenv.c.
61499                 * setenv.c: Move the unsetenv() function to unsetenv.c.
61500
61501         2001-12-20  Bruno Haible  <bruno@clisp.org>
61502
61503                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
61504                 use malloc instead. For SunOS 4.
61505
61506         2001-12-11  Bruno Haible  <bruno@clisp.org>
61507
61508                 * setenv.c: Declare alloca.
61509                 (compar_fn_t): New typedef.
61510                 (KNOWN_VALUE, STORE_VALUE): Use it.
61511
61512         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
61513         setenv.h.
61514
61515 2002-12-10  Paul Eggert  <eggert@twinsun.com>
61516
61517         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
61518         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
61519         Choose values that are less likely to collide with system fnmatch
61520         options.
61521         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
61522         defined (e.g., a pure POSIX system).
61523         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
61524         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
61525
61526 2002-12-06  Paul Eggert  <eggert@twinsun.com>
61527
61528         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
61529         a pain in practice to deal with generated m4 files.  This change
61530         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
61531
61532         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
61533         and jm-glibc-io.m4, as they are no longer a special case.
61534         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
61535         kludge and the auto-generation stuff.  Check only whether the
61536         functions are declared, not whether they exist, since older hosts
61537         that don't declare the functions can't use the optimization anyway.
61538
61539 2002-12-06  Jim Meyering  <jim@meyering.net>
61540
61541         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
61542
61543         Merge in changes from libc's misc/error.c, in preparation
61544         for the merge of gnulib's changes back into libc.
61545
61546         * lib/error.c (_): Define only if not already defined.
61547         Move definition to follow all #include directives.
61548         Include unlocked-io.h only if !_LIBC.
61549         [_LIBC]: Include <libio/libioP.h>.
61550         [USE_IN_LIBIO]: Include <libio/iolibio.h>
61551         (fflush): Tweak definition to use INTUSE.
61552         (putc): Define.
61553
61554 2002-12-05  Paul Eggert  <eggert@twinsun.com>
61555
61556         * lib/alloca.c [defined emacs]: Include "lisp.h".
61557         (xalloc_die) [defined emacs]: New macro.
61558         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
61559         [! defined emacs]: Include <xalloc.h>.
61560         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
61561         (pointer): Typedef to POINTER_TYPE *.
61562         (malloc): Remove decl; we now always use xmalloc.
61563         (alloca): Use old-style definition, since Emacs needs this.
61564         Check for arithmetic overflow when computing combined size.
61565
61566 2002-12-04  Paul Eggert  <eggert@twinsun.com>
61567
61568         Do not generate unlocked-io.h automatically, since it's easier to
61569         maintain it by hand.
61570
61571         * lib/unlocked-io.h: New file, from GNU diffutils,
61572         but with proper copyright notice and attribution.
61573         * lib/gen-uio: Remove.
61574         * lib/Makefile.am: Add copyright notice.
61575         (libfetish_a_SOURCES): Add unlocked-io.h.
61576         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
61577         (DISTCLEANFILES, io_functions): Remove macros.
61578         (EXTRA_DIST): Remove gen_uio.
61579         (unlocked-io.h): Remove rule.
61580
61581 2002-12-04  Jim Meyering  <jim@meyering.net>
61582
61583         Reflect the fact that stat.c and lstat.c are no longer generated.
61584         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
61585         (DISTCLEANFILES): Likewise.
61586         (EXTRA_DIST): Likewise.
61587         (all_local): Don't depend on stat.c or lstat.c.
61588         (stat.c, lstat.c): Remove rules.
61589         (EXTRA_DIST): Remove xstat.in.
61590
61591         * lib/xstat.in: Remove file.  Contents moved into stat.c.
61592         * lib/stat.c: New file.  Contents mostly from xstat.in.
61593         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
61594         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
61595
61596         * lib/safe-read.c: Rework so that it may serve to define safe_write,
61597         too.
61598         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
61599
61600 2002-12-03  Jim Meyering  <jim@meyering.net>
61601
61602         * lib/safe-read.c, safe-write.c: Change variable names and comments,
61603         but not semantics, to minimize the differences between these two files.
61604         (safe_read): Change comment to mention SAFE_READ_ERROR.
61605
61606         * lib/safe-read.c (IS_EINTR): Define.
61607         (safe_read): Use IS_EINTR in place of in-function cpp directives.
61608
61609 2002-12-02  Jim Meyering  <jim@meyering.net>
61610
61611         * lib/safe-read.c (EINTR): Define.
61612         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
61613         (INT_MAX): Provide fallback.
61614         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
61615
61616         * lib/safe-read.h (SAFE_READ_ERROR): Define.
61617
61618 2002-12-02  Bruno Haible  <bruno@clisp.org>
61619
61620         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
61621         Define, taken from safe-read.c.
61622         (INT_MAX): Provide fallback.
61623         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
61624         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
61625
61626         * lib/safe-read.c (EINTR): Remove definition.
61627         (safe_read): Don't use EINTR if it is absent.
61628
61629 2002-12-01  Jim Meyering  <jim@meyering.net>
61630
61631         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
61632         zero.
61633         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
61634
61635 2002-11-27  Paul Eggert  <eggert@twinsun.com>
61636
61637         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
61638         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
61639         with `if (! (value < limit)) abort ();', for readability.
61640
61641 2002-11-26  Karl Berry  <karl@gnu.org>
61642
61643         * lib/strdup.c: copy from libc again, with jim's ok.
61644         * lib/.cppi-disable: re-add strdup.c
61645
61646 2002-11-25  Karl Berry  <karl@gnu.org>
61647
61648         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
61649         instead of "strtol.c".
61650
61651 2002-11-25  Karl Berry  <karl@gnu.org>
61652
61653         * config/install-sh: update from automake for variable quoting, $0 in
61654         error msgs, etc.
61655
61656         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
61657         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
61658         entry.
61659
61660 2002-11-25  Jim Meyering  <jim@meyering.net>
61661
61662         * lib/mktime.c: Sync from libc, now that it has the latest fix.
61663
61664 2002-11-24  Karl Berry  <karl@gnu.org>
61665
61666         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
61667         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
61668
61669 2002-11-24  Jim Meyering  <jim@meyering.net>
61670
61671         Update from coreutils:
61672
61673         * lib/mktime.c: Merge in changes from libc.
61674
61675         Avoid a link-time failure on some Linux systems.
61676         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
61677         (otherwise).
61678         (__mon_yday): Declare with the STATIC attribute.
61679         (__mktime_internal): Likewise.
61680         Based on a report from Greg Schafer.
61681
61682 2002-11-23  Jim Meyering  <jim@meyering.net>
61683
61684         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
61685         Use `unsigned', not `int', as type of index.
61686
61687         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
61688
61689         * lib/fsusage.c: Remove unneeded parentheses around operands of
61690         `defined'.
61691
61692 2002-11-22  Paul Eggert  <eggert@twinsun.com>
61693
61694         * lib/quotearg.h: Allow multiple inclusion by surrounding with
61695         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
61696         so that we can be included first.
61697         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
61698         * lib/quotearg.c: Include quotearg.h immediately after config.h.
61699         No need to include stddef.h or sys/types.h any more.
61700         Surround local include files with "", not "<>".
61701         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
61702         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
61703         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
61704         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
61705         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
61706         (ISPRINT): Remove; no longer needed now that we assume C89.
61707
61708         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
61709         Preserve errno.
61710
61711         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
61712         quotearg_char): Use SIZE_MAX rather than
61713         (size_t) -1 when we are talking about "infinity".
61714
61715         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
61716
61717 2002-11-22  Paul Eggert  <eggert@twinsun.com>
61718
61719         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
61720         hint that one should use `if (! x) abort ();' rather than `assert
61721         (x);', and anyway it's one less thing to worry about configuring.
61722         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
61723         hash_rehash, hash_insert): Use abort rather than assert.
61724
61725 2002-11-22  Bruno Haible  <bruno@clisp.org>
61726
61727         * lib/safe-read.h: Assume C89. Add comments.
61728         (safe_read): Change return type to size_t.
61729         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
61730         byte counts > SSIZE_MAX correctly.
61731         * lib/safe-write.h: New file.
61732         * lib/safe-write.c: New file.
61733         * lib/full-read.h: New file.
61734         * lib/full-read.c: New file.
61735         * lib/full-write.h: Assume C89. Add comments.
61736         * lib/full-write.c: Include safe-write.h.
61737         (full_write): Rewritten to use safe_write.
61738         Suggested by Jim Meyering and Paul Eggert.
61739
61740 2002-11-21  Jim Meyering  <jim@meyering.net>
61741
61742         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
61743
61744         Merge in changes from the coreutils.
61745
61746         2002-09-25  Paul Eggert  <eggert@twinsun.com>
61747         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
61748         <stdint.h>.
61749         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
61750         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
61751         int.  Work more efficiently if X is the same width as uintmax_t.
61752         Do not compare X to -1, to avoid bogus compiler warning.
61753         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
61754         Don't assume that f_frsize and f_bsize are the same type.
61755
61756         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
61757         warning on FreeBSD.
61758
61759         * lib/makepath.c (make_path): Restore umask *before* creating the final
61760         component.
61761         (make_path): Minor reformatting.
61762
61763         * lib/xmalloc.c: Adjust to work with new autoconf macros,
61764         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
61765         HAVE_MALLOC/HAVE_REALLOC.
61766
61767         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
61768         dummy ones.  At least on GNU/Linux systems, `auto' means something
61769         else.
61770         From Michael Stone.
61771
61772 2002-11-21  Bruno Haible  <bruno@clisp.org>
61773
61774         Remove case insensitive option matching.
61775         * lib/argmatch.h (argcasematch): Remove declaration.
61776         (ARGCASEMATCH): Remove macro.
61777         (__xargmatch_internal): Remove case_sensitive argument.
61778         (XARGMATCH): Update.
61779         (XARGCASEMATCH): Remove macro.
61780         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
61781         case_sensitive argument.
61782         (argcasematch): Remove function.
61783         (__xargmatch_internal): Remove case_sensitive argument.
61784         (main): Use XARGMATCH instead of XARGCASEMATCH.
61785
61786         * lib/xmalloc.c: Change compile-time error message. Add comment about
61787         required autoconf version.
61788
61789 2002-11-20  Paul Eggert  <eggert@twinsun.com>
61790
61791         Merge argmatch cleanups from Bison.  Assume C89.
61792
61793         * lib/argmatch.c: Include config.h here, not in argmatch.h.
61794         Include stdlib.h, for EXIT_FAILURE.
61795         Always include <string.h>, since we assume C89.
61796         (EXIT_FAILURE): Remove pre-C89 bug workaround.
61797         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
61798         Include <stddef.h> instead, since it's all we need for size_t.
61799         (PARAMS): Remove.  All uses removed.
61800         (ARRAY_CARDINALITY): Do not bother to #undef.
61801         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
61802         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
61803         Remove unnecessary parentheses.
61804         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
61805         Insert necessary parentheses.
61806         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
61807         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
61808
61809 2002-11-19  Bruno Haible  <bruno@clisp.org>
61810
61811         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
61812         * lib/mbswidth.h: Include <stddef.h>, for size_t.
61813
61814         * lib/mbswidth.h (PARAMS): Remove macro.
61815         (mbswidth, mbsnwidth): Use ANSI C function declarations.
61816         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
61817
61818         * lib/gcd.h (PARAMS): Remove macro.
61819         (gcd): Use ANSI C function declarations.
61820         * lib/gcd.c (gcd): Likewise.
61821
61822 2002-11-15  Bruno Haible  <bruno@clisp.org>
61823
61824         * lib/strcspn.c: Include <stddef.h>.
61825         (strcspn): Use ANSI C function declaration. Change return type to
61826         size_t. Use NULL.
61827         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
61828         (strpbrk): Use NULL.
61829         * lib/strpbrk.h (PARAMS): Remove macro.
61830         (strpbrk): Use ANSI C function declaration.
61831         * lib/strstr.c: Don't include <sys/types.h>.
61832         * lib/strstr.h (PARAMS): Remove macro.
61833         (strstr): Use ANSI C function declarations.
61834
61835 2002-11-14  Karl Berry  <karl@gnu.org>
61836
61837         * config/mkinstalldirs: `do' on separate line, instead of
61838         `for var; do'.
61839
61840 2002-11-06  Bruno Haible  <bruno@clisp.org>
61841
61842         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
61843         * lib/gcd.c (gcd): Likewise.
61844
61845 2002-11-05  Bruno Haible  <bruno@clisp.org>
61846
61847         * lib/gcd.h: New file, from gettext-0.11.5.
61848         * lib/gcd.c: New file, from gettext-0.11.5.
61849
61850 2002-11-05  Bruno Haible  <bruno@clisp.org>
61851
61852         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
61853         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
61854         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
61855         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
61856
61857         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
61858         <libintl.h>.
61859         * lib/makepath.c: Include gettext.h instead of <locale.h> and
61860         <libintl.h>.
61861
61862         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
61863         * lib/human.c: Include gettext.h instead of <libintl.h>.
61864         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
61865         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
61866         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
61867         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
61868         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
61869         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
61870         (textdomain): Remove definition.
61871         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
61872
61873         * lib/long-options.c: Remove include of <libintl.h> and definition of
61874         _.
61875         * lib/same.c: Remove include of <libintl.h> and definition of _.
61876
61877 2002-11-04  Owen Taylor  <otaylor@redhat.com>
61878
61879         * lib/config.charset: A few additions for Solaris.
61880
61881 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
61882
61883         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
61884         * lib/localcharset.c (locale_charset): Declare as extern "C".
61885
61886 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
61887
61888         * lib/config.charset: msdos in uk_UA uses CP1125.
61889
61890 2002-11-04  Bruno Haible  <bruno@clisp.org>
61891
61892         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
61893         * lib/strcase.h: New file, from GNU gettext-0.11.5.
61894         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
61895         * lib/strstr.h: New file, from GNU gettext-0.11.5.
61896         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
61897
61898 2002-11-04  Bruno Haible  <bruno@clisp.org>
61899
61900         * lib/localcharset.c (locale_charset): Don't return an empty string.
61901
61902 2002-11-04  Bruno Haible  <bruno@clisp.org>
61903
61904         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
61905         aliases.
61906
61907 2002-11-04  Bruno Haible  <bruno@clisp.org>
61908
61909         * lib/config.charset: Update for newest glibc. Add canonical names
61910         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
61911
61912 2002-11-04  Bruno Haible  <bruno@clisp.org>
61913
61914         * lib/config.charset: Add support for NetBSD.
61915
61916 2002-11-04  Bruno Haible  <bruno@clisp.org>
61917
61918         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
61919
61920 2002-11-01  Bruno Haible  <bruno@clisp.org>
61921
61922         * configure.in: Add AC_CONFIG_AUX_DIR call.
61923         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
61924         test/Makefile.
61925         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
61926
61927 2002-09-28  Karl Berry  <karl@gnu.org>
61928
61929         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
61930         installed automake until the next release, since changes have been
61931         made.
61932
61933 2002-09-25  Karl Berry  <karl@gnu.org>
61934
61935         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
61936         * lib/getopt*: copy from libc/posix.
61937         * lib/gettext.h: copy from gettext.
61938         * lib/.cppi-disable: add strdup.c, gettext.h.
61939
61940 2002-09-25  Karl Berry  <karl@gnu.org>
61941
61942         * config/srclist.txt: enable gettext.h check.
61943         * config/config.{guess,sub}: update from prep.
61944         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
61945                 from automake 1.6.3.
61946         See srclist*.
61947
61948 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
61949
61950         * regex.c (PATFETCH): Remove the translating fetch.
61951         (PATFETCH_RAW): Rename to PATFETCH.
61952         (set_image_of_range): New fun.
61953         (SET_RANGE_TABLE_WORK_AREA): Use it.
61954         (regex_compile): Don't translate the pattern chars so eagerly.
61955         Only do it when inserting an `exactn' bytecode or when handling
61956         a char-range.
61957         (mutually_exclusive_p): Avoid empty statement.
61958
61959 2002-07-06  Jim Meyering  <meyering@lucent.com>
61960
61961         * m4/README: Don't mention Makefile.am.in.
61962         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
61963
61964 2002-07-01  Jim Meyering  <meyering@lucent.com>
61965
61966         * lib/c-stack.c: Include sys/time.h.
61967         From Volker Borchert.
61968
61969 2002-06-26  Paul Eggert  <eggert@twinsun.com>
61970
61971         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
61972
61973 2002-06-26  Paul Eggert  <eggert@twinsun.com>
61974
61975         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
61976         New macro.  Use it uniformly instead of
61977         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
61978         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
61979         reported by Vin Shelton.
61980
61981 2002-06-22  Paul Eggert  <eggert@twinsun.com>
61982
61983         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
61984         Do not assume SA_SIGINFO behavior.
61985         Bug reported by Jim Meyering on NetBSD 1.5.2.
61986
61987 2002-06-22  Jim Meyering  <meyering@lucent.com>
61988
61989         * m4/c-stack.m4: New file, from diffutils-2.8.2.
61990         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
61991
61992         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
61993         now that configure.ac uses AC_GNU_SOURCE.
61994         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
61995         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
61996
61997         Update to latest tools.  Suggestions from Paul Eggert.
61998         * m4/stdbool.m4: New file, from diffutils-2.8.2.
61999         * m4/gnu-source.m4: Update from diffutils-2.8.2.
62000         * m4/fnmatch.m4: Likewise.
62001         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
62002         to AC_HEADER_STDBOOL
62003
62004 2002-06-22  Jim Meyering  <meyering@lucent.com>
62005
62006         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
62007         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
62008
62009 2002-06-22  Jim Meyering  <meyering@lucent.com>
62010
62011         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
62012
62013         * lib/exitfail.c, exitfail.h: Likewise.
62014         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
62015
62016         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
62017         of fnmatch.h.
62018         (EXTRA_DIST): Add fnmatch_loop.c.
62019         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
62020
62021         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
62022         * lib/fnmatch.c: Update from diffutils-2.8.2.
62023         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
62024         * lib/fnmatch.h: Remove file.
62025
62026 2002-06-21  Jim Meyering  <meyering@lucent.com>
62027
62028         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
62029         * m4/mbrtowc.m4: Likewise.
62030
62031         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
62032         * m4/mbswidth.m4: Reflect name change:
62033         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
62034         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
62035
62036         * m4/lib-link.m4: Update from gettext-0.11.2.
62037         * m4/gettext.m4: Likewise.
62038
62039         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
62040         From Alfred M. Szmidt.
62041
62042 2002-06-18  Paul Eggert  <eggert@twinsun.com>
62043
62044         * lib/file-type.h: Report an error if neither S_ISREG nor
62045         S_IFREG is defined, instead of using a test specific to glibc
62046         2.2.  This should be safe, since POSIX requires S_ISREG and
62047         Unix Version 7 had S_IFREG.  We don't need to check for
62048         <sys/types.h> since we don't use any symbols that it defines.
62049
62050 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
62051
62052         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
62053         $@-t, so that each temporary file name is unique and valid in the first
62054         8 characters, for operation under DOS.
62055
62056 2002-06-15  Paul Eggert  <eggert@twinsun.com>
62057
62058         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
62059
62060 2002-06-15  Jim Meyering  <meyering@lucent.com>
62061
62062         Work even with DJGPP 2.03, which lacks support for symlinks.
62063         From Richard Dawe.
62064         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
62065         is defined.
62066         * lib/lchown.c (S_ISLNK): Likewise.
62067
62068 2002-06-15  Jim Meyering  <meyering@lucent.com>
62069
62070         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
62071         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
62072         have been included before this file.
62073
62074 2002-06-14  Jim Meyering  <meyering@lucent.com>
62075
62076         * lib/file-type.h: Use the version from diffutils-2.8.2.
62077         * lib/file-type.c: Likewise.
62078
62079 2002-06-07  Jim Meyering  <meyering@lucent.com>
62080
62081         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
62082         They're needed at least for NetBSD 1.5.2.
62083         ($statxfs_includes): Include those same headers.
62084         ($statxfs_includes): Include sys/vfs.h if available.
62085         ($statxfs_includes): Likewise for sys/statvfs.h.
62086         Check for the following members in both structs statfs and statvfs:
62087         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
62088
62089 2002-06-01  Jim Meyering  <meyering@lucent.com>
62090
62091         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
62092         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
62093
62094 2002-05-28  Jim Meyering  <meyering@lucent.com>
62095
62096         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
62097         Reported by Volker Borchert.
62098
62099 2002-05-27  Jim Meyering  <meyering@lucent.com>
62100
62101         Fix a problem seen only on nonconforming systems whereby ls.c's
62102         use of localtime, and then of gettimeofday would cause trouble:
62103         the localtime call used to initialize rpl_gettimeofday's save
62104         mechanism would clobber ls's current local time information so
62105         that in any long listing the first file would always be listed
62106         with date 1970-01-01.  Analysis by Volker Borchert.
62107
62108         * lib/gettimeofday.c (localtime): Undefine.
62109         (rpl_localtime): New function.
62110
62111 2002-05-27  Jim Meyering  <meyering@lucent.com>
62112
62113         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
62114         localtime.
62115
62116         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
62117         use the replacement function; it wouldn't resolve at link time.
62118         Reported by Volker Borchert.
62119
62120 2002-05-22  Jim Meyering  <meyering@lucent.com>
62121
62122         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
62123         file-type.h.
62124         * lib/file-type.h: New file.
62125         * lib/file-type.c (file_type): New file/function.  Extracted from
62126         diffutils.
62127
62128 2002-04-30  Jim Meyering  <meyering@lucent.com>
62129
62130         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
62131
62132 2002-04-29  Paul Eggert  <eggert@twinsun.com>
62133
62134         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
62135
62136 2002-04-29  Paul Eggert  <eggert@twinsun.com>
62137
62138         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
62139         Do not check for alloca.h (no longer used) or stdbool.h (was never
62140         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
62141
62142 2002-04-29  Paul Eggert  <eggert@twinsun.com>
62143
62144         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
62145
62146 2002-04-29  Jim Meyering  <meyering@lucent.com>
62147
62148         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
62149         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
62150         Use AC_FUNC_STRNLEN here instead.
62151
62152         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
62153         With autoconf-2.53a, it's part of AC_PROG_CC.
62154
62155 2002-04-28  Paul Eggert  <eggert@twinsun.com>
62156
62157         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
62158         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
62159
62160 2002-04-28  Paul Eggert  <eggert@twinsun.com>
62161
62162         * lib/sig2str.h, lib/sig2str.c: New files.
62163         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
62164
62165 2002-04-28  Paul Eggert  <eggert@twinsun.com>
62166
62167         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
62168         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
62169         of 127, since 64 is the largest conceivable number for ancient
62170         nonstandard hosts.
62171         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
62172
62173 2002-04-28  Jim Meyering  <meyering@lucent.com>
62174
62175         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
62176
62177 2002-04-24  Jim Meyering  <meyering@lucent.com>
62178
62179         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
62180         (jm_PREREQ): Use it.
62181
62182         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
62183         mach/mach.h fcntl.h.
62184         Check for this function: setlocale.
62185
62186 2002-04-24  Jim Meyering  <meyering@lucent.com>
62187
62188         * lib/gettext.h: New file, from Gettext.
62189         * lib/Makefile.am (INCLUDES): Remove -I../intl.
62190         (libfetish_a_SOURCES): Add gettext.h.
62191
62192 2002-04-16  Jim Meyering  <meyering@lucent.com>
62193
62194         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
62195         ut_pid, ut_id, ut_exit.
62196
62197 2002-04-16  Jim Meyering  <meyering@lucent.com>
62198
62199         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
62200         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
62201         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
62202
62203 2002-04-12  Jim Meyering  <meyering@lucent.com>
62204
62205         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
62206         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
62207         existence of the getmntinfo function.  Needed for Darwin 5.3.
62208
62209         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
62210         This is necessary at least on Darwin 5.3.
62211
62212         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
62213         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
62214         strnlen.o in the library, and that makes some versions of ranlib
62215         object.
62216
62217 2002-04-12  Jim Meyering  <meyering@lucent.com>
62218
62219         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
62220
62221 2002-04-09  Jim Meyering  <meyering@lucent.com>
62222
62223         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
62224         to be more precise.  Rather than saying we're checking whether the
62225         function `works', say what we're testing.
62226         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
62227         Reported by Bruno Haible.
62228
62229 2002-03-10  Jim Meyering  <meyering@lucent.com>
62230
62231         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
62232         Suggestion from Santiago Vila.
62233
62234 2002-03-08  Jim Meyering  <meyering@lucent.com>
62235
62236         * lib/rename.c: Mention that this wrapper is needed also on
62237         mips-dec-ultrix4.4 systems.
62238
62239 2002-03-02  Jim Meyering  <meyering@lucent.com>
62240
62241         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
62242         not HAVE_CLOCK_SETTIME.
62243
62244 2002-02-27  Paul Eggert  <eggert@twinsun.com>
62245
62246         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
62247         Check for clock_settime.
62248
62249 2002-02-27  Paul Eggert  <eggert@twinsun.com>
62250
62251         * lib/nanosleep.h: Rename to....
62252         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
62253
62254         * lib/gettime.c: New file.
62255         * lib/settime.c: New file.
62256         * lib/stime.c: Remove.
62257
62258         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
62259         timespec.h.  Remove nanosleep.h.
62260
62261 2002-02-25  Paul Eggert  <eggert@twinsun.com>
62262
62263         * m4/acl.m4: New file.
62264         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
62265         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
62266
62267 2002-02-25  Paul Eggert  <eggert@twinsun.com>
62268
62269         * lib/acl.c, lib/acl.h: New files.
62270         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
62271
62272 2002-02-24  Jim Meyering  <meyering@lucent.com>
62273
62274         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
62275         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
62276         cause trouble.  Reported by Nelson Beebe.
62277
62278 2002-02-23  Paul Eggert  <eggert@twinsun.com>
62279
62280         * lib/path-concat.c (xpath_concat): Reorder code to pacify
62281         compilers that don't know that xalloc_die never returns.
62282
62283 2002-02-20  Jim Meyering  <meyering@lucent.com>
62284
62285         * lib/getdate.c: Regenerate using bison-1.33.
62286
62287 2002-02-17  Jim Meyering  <meyering@lucent.com>
62288
62289         * config/config.guess (main): Don't use `head -1'; it's no longer
62290         portable. Use `sed 1q' instead.
62291
62292 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
62293
62294         * m4/codeset.m4: Upgrade to gettext-0.11.
62295         * m4/gettext.m4: Upgrade to gettext-0.11.
62296         * m4/glibc21.m4: Upgrade to gettext-0.11.
62297         * m4/iconv.m4: Upgrade to gettext-0.11.
62298         * m4/isc-posix.m4: Upgrade to gettext-0.11.
62299         * m4/lcmessage.m4: Upgrade to gettext-0.11.
62300         * m4/lib-ld.m4: New file, from gettext-0.11.
62301         * m4/lib-link.m4: New file, from gettext-0.11.
62302         * m4/lib-prefix.m4: New file, from gettext-0.11.
62303         * m4/progtest.m4: Upgrade to gettext-0.11.
62304
62305 2002-02-15  Paul Eggert  <eggert@twinsun.com>
62306
62307         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
62308         (jm_PREREQ): Use it.
62309
62310 2002-02-15  Paul Eggert  <eggert@twinsun.com>
62311
62312         * lib/posixver.c, lib/posixver.h: New files.
62313         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
62314
62315 2002-02-02  Paul Eggert  <eggert@twinsun.com>
62316             Bruno Haible  <bruno@clisp.org>
62317
62318         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
62319         (fwrite_success_callback): New declaration.
62320         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
62321         print_unicode_char. Call failure callback instead of error.
62322         (fwrite_success_callback): New function.
62323         (exit_failure_callback): New function.
62324         (fallback_failure_callback): New function.
62325         (print_unicode_char): Call unicode_to_mb.
62326
62327 2002-01-26  Jim Meyering  <meyering@lucent.com>
62328
62329         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
62330         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
62331
62332 2002-01-26  Jim Meyering  <meyering@lucent.com>
62333
62334         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
62335
62336 2002-01-22  Paul Eggert  <eggert@twinsun.com>
62337
62338         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
62339
62340 2002-01-22  Jim Meyering  <meyering@lucent.com>
62341
62342         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
62343         Otherwise, some versions of automake would omit the rule that makes
62344         Makefile from Makefile.in.
62345
62346 2002-01-21  Paul Eggert  <eggert@twinsun.com>
62347
62348         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
62349         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
62350         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
62351         (memcoll): Set errno to zero if there is no error.
62352
62353         * lib/quotearg.c (quotearg_buffer_restyled):
62354         Fix bug with quoting buffers containing NUL when backslashing escapes.
62355         This bug was exposed by the other changes in this patch.
62356         (quotearg_n_options): New arg ARGSIZE.
62357         All callers changed.
62358         (quoting_options_from_style): New function.
62359         (quotearg_n_style): Use it.
62360         (quotearg_n_style_mem): New function.
62361
62362         * lib/quotearg.h (quotearg_n_style_mem): New function.
62363
62364 2002-01-19  Jim Meyering  <meyering@lucent.com>
62365
62366         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
62367         Remove useless quotes: DF_PROG="df".
62368         * m4/strnlen.m4: New file.
62369
62370 2002-01-16  Paul Eggert  <eggert@twinsun.com>
62371
62372         * lib/backupfile.c (ISDIGIT): Comment fix.
62373         * lib/getdate.y (ISDIGIT): Likewise.
62374         * lib/posixtm.c (ISDIGIT, year): Likewise.
62375         * lib/strverscmp.c (ISDIGIT): Likewise.
62376         * lib/userspec.c (ISDIGIT): Likewise.
62377
62378 2002-01-16  Jim Meyering  <meyering@lucent.com>
62379
62380         * lib/getdate.y: Add three semicolons, each just before a closing
62381         brace. Bison (as of version 1.31) no longer papers over that mistake.
62382
62383 2002-01-05  Jim Meyering  <meyering@lucent.com>
62384
62385         * lib/version-etc.c (version_etc_copyright): Update copyright year.
62386
62387 2001-12-19  Paul Eggert  <eggert@twinsun.com>
62388
62389         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
62390         not silently exit merely because the output buffer happens to
62391         have nothing pending.
62392
62393 2001-12-18  Paul Eggert  <eggert@twinsun.com>
62394
62395         See the big note in ../ChangeLog.
62396         * lib/human.c (suffixes): Prefer K to k for 1024.
62397         (generate_suffix_backwards): New function.
62398         (human_readable_inexact): Use it.
62399         * lib/xstrtol.c (__xstrtol): If there is no number but there
62400         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
62401         Accept 'K' as well as 'k'.
62402
62403 2001-12-15  Jim Meyering  <meyering@lucent.com>
62404
62405         * lib/regex.h (__restrict_arr): Update from libc.
62406
62407         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
62408         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
62409         (STREQ): Define.
62410
62411 2001-12-14  Jim Meyering  <meyering@lucent.com>
62412
62413         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
62414         Suggestion from Bruno Haible.
62415
62416 2001-12-10  Jim Meyering  <meyering@lucent.com>
62417
62418         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
62419         xrealloc, Instead, include "xalloc.h".
62420         (initbuffer): Don't cast xmalloc return value to char*.
62421         (readline): Reword comment.
62422         Don't cast xrealloc return value to char*
62423         Return NULL, not 0.
62424
62425 2001-12-09  Jim Meyering  <meyering@lucent.com>
62426
62427         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
62428         about `signed and unsigned type in conditional expression'.
62429         * lib/posixtm.c (posix_time_parse): Likewise.
62430
62431         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
62432
62433         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
62434         to avoid a pedantic warning.
62435
62436         * lib/getstr.c: Don't include assert.h.
62437         (getstr): Remove warning-evoking assertions.
62438         Return -1 if offset parameter is out of bounds.
62439         Change the type of a local from int to size_t.
62440
62441         * lib/strftime.c (my_strftime_localtime_r): Include this function
62442         definition in the `#if ! HAVE_TM_GMTOFF' block.
62443
62444         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
62445         Include xalloc.h instead.
62446
62447 2001-12-02  Jim Meyering  <meyering@lucent.com>
62448
62449         * lib/tempname.c: Don't declare getenv, thus reverting the change of
62450         2001-11-18.  It's no longer necessary, now that stdlib.h is always
62451         included.
62452
62453         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
62454         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
62455
62456 2001-11-30  Akim Demaille  <akim@epita.fr>
62457
62458         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
62459         before being defined.
62460
62461 2001-11-27  Paul Eggert  <eggert@twinsun.com>
62462
62463         * lib/quotearg.h (quotearg_n, quotearg_n_style):
62464         First arg is int, not unsigned.
62465         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
62466         (SIZE_MAX, UINT_MAX): New macros.
62467         (quotearg_n_options): Abort if N is negative.
62468         Avoid overflow check on hosts where size_t is 64 bits and int
62469         is 32 bits, as overflow is impossible there.
62470         Fix off-by-one typo that caused unnecessary reallocation.
62471
62472 2001-11-27  Jim Meyering  <meyering@lucent.com>
62473
62474         * lib/tempname.c: Merge with version from libc.
62475         * lib/regex.c: Likewise.
62476
62477         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
62478         systems for which STDC_HEADERS is 0, it was not included, resulting in
62479         a warning about an integer-to-pointer conversion problem with getenv.
62480         Reported by Volker Borchert.
62481
62482 2001-11-26  Jim Meyering  <meyering@lucent.com>
62483
62484         * lib/gtod.h: Remove file.
62485         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
62486         * lib/gettimeofday.c: Don't include gtod.h.
62487         (GTOD_init): Remove function.
62488         (rpl_gettimeofday): Do its job here instead, rather than aborting.
62489         Suggestion from Volker Borchert.
62490
62491 2001-11-23  Jim Meyering  <meyering@lucent.com>
62492
62493         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
62494         it.
62495         * lib/hash.c (struct hash_table): Define it here instead.
62496
62497 2001-11-22  Jim Meyering  <meyering@lucent.com>
62498
62499         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
62500
62501 2001-11-20  Jim Meyering  <meyering@lucent.com>
62502
62503         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
62504         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
62505
62506 2001-11-19  Jim Meyering  <meyering@lucent.com>
62507
62508         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
62509         directory.  Use "conftestXXXXXX" as the template.
62510         Suggestion from Paul Eggert.
62511
62512         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
62513         immediately, so the test doesn't mistakenly hit the max-open-files
62514         limit.
62515
62516 2001-11-18  Paul Eggert  <eggert@twinsun.com>
62517
62518         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
62519         (TEMPORARIES): New macro.
62520         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
62521         removes an artificial limitation (e.g. HP-UX 10.20, where
62522         TMP_MAX is 17576).
62523
62524 2001-11-18  Jim Meyering  <meyering@lucent.com>
62525
62526         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
62527
62528 2001-11-18  Jim Meyering  <meyering@lucent.com>
62529
62530         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
62531         on SunOS 4.
62532
62533         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
62534         files will be created before anything else.
62535
62536 2001-11-17  Paul Eggert  <eggert@twinsun.com>
62537
62538         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
62539         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
62540
62541 2001-11-17  Jim Meyering  <meyering@lucent.com>
62542
62543         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
62544         Prompted by a report from Bob Proulx.
62545
62546         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
62547         Instead, require UTILS_FUNC_MKSTEMP.
62548
62549 2001-11-17  Jim Meyering  <meyering@lucent.com>
62550
62551         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
62552         Now, that's done as part of AC_FUNC_STRTOD.
62553
62554 2001-11-17  Jim Meyering  <meyering@lucent.com>
62555
62556         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
62557         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
62558         rather than group writable.  Patch by Juan F. Codagnone.
62559
62560         * lib/readtokens.c: Remove explicit declarations of xmalloc and
62561         xrealloc, Instead, include "xalloc.h".
62562
62563         * lib/mountlist.c: Include unlocked-io.h after all system headers.
62564         Remove explicit declarations of xmalloc, xrealloc,
62565         and xstrdup.  Instead, include "xalloc.h".
62566
62567         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
62568         unlocked-io.h.
62569         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
62570         Likewise.
62571         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
62572
62573         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
62574         Reported by Padraig Brady.
62575
62576         * lib/mkstemp.c: #undef mkstemp.
62577         Include config.h.
62578         (rpl_mkstemp): Rename from mkstemp.
62579         Protoize.
62580
62581 2001-11-16  Jim Meyering  <meyering@lucent.com>
62582
62583         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
62584         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
62585         determine the amount of total physical memory, use pstat_getstatic.
62586         HPUX-11 doesn't define _SC_PHYS_PAGES.
62587         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
62588         If sysconf couldn't be used to determine the amount of available
62589         physical memory, use both pstat_getstatic and pstat_getdynamic.
62590         Based on a patch from Bob Proulx.
62591
62592 2001-11-10  Jim Meyering  <meyering@lucent.com>
62593
62594         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
62595         (jm_PREREQ): Use it.
62596
62597 2001-11-09  Jim Meyering  <meyering@lucent.com>
62598
62599         * m4/jm-macros.m4: Require autoconf-2.52f.
62600         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
62601         Use these AC_-prefixed names, not the AM_-prefixed ones.
62602
62603         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
62604
62605 2001-11-05  Jim Meyering  <meyering@lucent.com>
62606
62607         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
62608
62609 2001-11-04  Jim Meyering  <meyering@lucent.com>
62610
62611         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
62612         $DEFS.
62613
62614 2001-11-03  Jim Meyering  <meyering@lucent.com>
62615
62616         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
62617         of AC_DEFUN.
62618
62619         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
62620         know the name of the variable in the macro definition.
62621
62622 2001-11-03  Jim Meyering  <meyering@lucent.com>
62623
62624         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
62625         in argmatch_to_argument call.
62626
62627         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
62628         argument.
62629
62630         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
62631         e.g., a fault due to an attempt to free a NULL pointer.
62632
62633 2001-11-01  Jim Meyering  <meyering@lucent.com>
62634
62635         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
62636         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
62637
62638 2001-11-01  Jim Meyering  <meyering@lucent.com>
62639
62640         * lib/dirfd.c, lib/dirfd.h: New files.
62641         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
62642
62643         * lib/hash.c (hash_print) [TESTING]: Clean up.
62644
62645 2001-10-22  Paul Eggert  <eggert@twinsun.com>
62646
62647         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
62648         to avoid a warning if -Wall.
62649
62650 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
62651
62652         * README: New file
62653         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
62654         (per RMS's instructions, this is now the canonical source)
62655         * lgpl/, gpl/: New directories.
62656
62657 2001-10-21  Paul Eggert  <eggert@twinsun.com>
62658
62659         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
62660
62661 2001-10-21  Jim Meyering  <meyering@lucent.com>
62662
62663         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
62664         this code would end up calling gettext even in packages built
62665         with --disable-nls.
62666         * lib/getopt.c (_): Likewise.
62667         * lib/regex.c (_): Likewise.
62668
62669 2001-10-20  Paul Eggert  <eggert@twinsun.com>
62670
62671         * m4/error.m4 (jm_PREREQ_ERROR):
62672         Do not invoke AC_CHECK_FUNCS with strerror_r, as
62673         AC_FUNC_STRERROR_R does that.
62674         Check for strerror declaration.
62675
62676         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
62677         are supposed to have them these days.
62678         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
62679         Merge changes from latest Autoconf CVS.
62680         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
62681         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
62682         POSIX decided to standardize on the int flavor of strerror_r.
62683
62684 2001-10-20  Paul Eggert  <eggert@twinsun.com>
62685
62686         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
62687         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
62688         Use strerror_r that is only a macro, even if it is not a function.
62689         (strerror): Check for HAVE_DECL_STRERROR before declaring.
62690         (private_strerror): Use prototypes, not old-style function definition.
62691         (print_errno_message): New function.
62692         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
62693         char*-flavored one.
62694         (error_tail, error, error_at_line): Use it.
62695
62696 2001-10-11  Jim Meyering  <meyering@lucent.com>
62697
62698         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
62699         and quote_n (1, ... to avoid clobbering a buffer.
62700
62701 2001-10-05  Jim Meyering  <meyering@lucent.com>
62702
62703         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
62704         hash-pjw.h.
62705         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
62706         * lib/hash-pjw.h: New file.
62707
62708 2001-09-30  Jim Meyering  <meyering@lucent.com>
62709
62710         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
62711         `struct fsstat' has the `f_fstypename' member.
62712         Use that to define FS_TYPE, which is now used to make
62713         the getfsstat link test tighter.
62714
62715 2001-09-30  Jim Meyering  <meyering@lucent.com>
62716
62717         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
62718         Include <sys/ucred.h>, for Apple Darwin.
62719         Include sys/mount.h and sys/fs_types.h only if available.
62720         (FS_TYPE): Define.
62721         (read_filesystem_list): Use FS_TYPE.
62722
62723 2001-09-29  Paul Eggert  <eggert@twinsun.com>
62724
62725         * lib/exclude.c (excluded_filename): 0 -> false, since it's
62726         a boolean context.
62727
62728 2001-09-29  Jim Meyering  <meyering@lucent.com>
62729
62730         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
62731         [one-argument getmntent function]): Include stdio.h before mntent.h.
62732         SunOS 4.1.x needs it for the declaration of `FILE'.
62733         Patch by Volker Borchert.
62734
62735         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
62736         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
62737         sys/fs_types.h, and make the link-test for getfsstat guard #include
62738         directives with appropriate #if HAVE_*_H tests so that we can
62739         detect getfsstat on Apple Darwin1.3.7 systems.
62740         Reported by Nelson Beebe.
62741         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
62742
62743 2001-09-28  Paul Eggert  <eggert@twinsun.com>
62744
62745         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
62746         #defines strtoimax.  Also treat the other strto* functions
62747         like strtoimax.
62748
62749         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
62750         Check for strtoul and strtoumax,
62751         as those declarations are made even in the signed case.
62752         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
62753         Likewise, for strtol and strtoimax.
62754
62755 2001-09-28  Paul Eggert  <eggert@twinsun.com>
62756
62757         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
62758         #defines strtoimax.  Also treat the other strto* functions
62759         like strtoimax.
62760
62761         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
62762         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
62763         (strtoimax, strtoumax): Do not declare if already defined as a macro.
62764
62765 2001-09-26  Jim Meyering  <meyering@lucent.com>
62766
62767         Most macros in unlocked-io.h had the wrong number of arguments.
62768         * lib/gen-uio: New script.
62769         (USE_UNLOCKED_IO): Define to 1 if not already defined.
62770         * lib/unlocked-io.hin: Remove file.
62771         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
62772         rather than trying to embed it here.
62773         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
62774         Reported by Padraig Brady.
62775
62776 2001-09-25  Volker Borchert  <bt@teknon.de>
62777
62778         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
62779         `result'.
62780
62781 2001-09-24  Jim Meyering  <meyering@lucent.com>
62782
62783         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
62784
62785 2001-09-23  Jim Meyering  <meyering@lucent.com>
62786
62787         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
62788         instead of the mere test for existence of mntent.h.  The latter
62789         would get a false-positive on AIX 3.4 systems.
62790         In the outer getmntent if-block, don't die if neither of the getmntent
62791         tests succeeds.  Instead, just fall through and continue with the
62792         remaining tests.
62793
62794 2001-09-23  Jim Meyering  <meyering@lucent.com>
62795
62796         * lib/mountlist.c: Remove useless parentheses in #if directives.
62797         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
62798         the deprecated MOUNTED symbol is no longer defined in mntent.h.
62799
62800 2001-09-22  Jim Meyering  <meyering@lucent.com>
62801
62802         * m4/gettext.m4: New file.  From gettext.
62803         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
62804         * m4/progtest.m4: Likewise
62805         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
62806         * m4/glibc21.m4: Likewise.
62807
62808         * m4/libintl.m4: Remove.  No longer used.
62809
62810 2001-09-22  Jim Meyering  <meyering@lucent.com>
62811
62812         * lib/localcharset.c: Update from latest gettext.
62813         * lib/config.charset: Likewise.
62814
62815 2001-09-20  Jim Meyering  <meyering@lucent.com>
62816
62817         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
62818         strtoimax.
62819         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
62820         strtoumax.
62821
62822 2001-09-20  Jim Meyering  <meyering@lucent.com>
62823
62824         * lib/xstrtol.c (strtoimax): Guard declaration with
62825         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
62826         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
62827         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
62828         (strtoumax): Likewise, for completeness (it wasn't necessary).
62829
62830 2001-09-17  Paul Eggert  <eggert@twinsun.com>
62831
62832         * lib/strtoimax.c (HAVE_LONG_LONG):
62833         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
62834         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
62835         to work around bug in IBM C compiler.
62836
62837 2001-09-17  Jim Meyering  <meyering@lucent.com>
62838
62839         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
62840         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
62841         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
62842         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
62843         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
62844         whenever the right hand side need not be expanded by the shell.
62845
62846 2001-09-16  Paul Eggert  <eggert@twinsun.com>
62847
62848         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
62849         library.  It's not correct, as some older glibcs are buggy.
62850         fnmatch wasn't fixed until glibc 2.2.
62851
62852         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
62853         special shell magic here.
62854
62855 2001-09-16  Jim Meyering  <meyering@lucent.com>
62856
62857         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
62858         * m4/jm-macros.m4: Require it.
62859
62860 2001-09-16  Jim Meyering  <meyering@lucent.com>
62861
62862         * lib/mkdir.c: New file.
62863
62864 2001-09-15  Jim Meyering  <meyering@lucent.com>
62865
62866         * m4/jm-macros.m4: Check for help2man.
62867
62868 2001-09-11  Jim Meyering  <meyering@lucent.com>
62869
62870         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
62871         The body, by Paul Eggert, was moved here from configure.in.
62872         * m4/jm-macros.m4: Require UTILS_HOST_OS.
62873
62874 2001-09-04  Paul Eggert  <eggert@twinsun.com>
62875
62876         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
62877         (jm_PREREQ): Use it.
62878
62879 2001-09-04  Paul Eggert  <eggert@twinsun.com>
62880
62881         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
62882         Use ssize_t, not int, to store result of readlink.
62883         Check for ssize_t overflow as well as size_t overflow,
62884         as POSIX says the result of readlink is implementation-defined
62885         when ssize_t overflows.
62886         Remove unnecessary cast to char*.
62887         Use free+malloc instead of realloc, as the storage doesn't need
62888         to be preserved and it's clearer and can be more efficient that way.
62889         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
62890         * lib/xreadlink.h (xreadlink): Update prototype.
62891
62892 2001-09-04  Paul Eggert  <eggert@twinsun.com>
62893
62894         * lib/xgetcwd.c: Revert some of the previous change; intead,
62895         fix the HAVE_GETCWD_NULL code to behave more like the
62896         !HAVE_GETCWD_NULL code used to.
62897
62898         Include "xalloc.h".
62899         (xgetcwd): Do not return NULL when memory is exhausted; instead,
62900         invoke xalloc_die.
62901
62902 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62903
62904         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
62905         sys/param.h, as pathmax.h includes them.
62906
62907 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62908
62909         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
62910         (jm_PREREQ_XGETCWD): New macro.
62911
62912         * m4/getcwd.m4: New file.
62913
62914 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62915
62916         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
62917         like the HAVE_GETCWD_NULL code.
62918         Include pathmax.h if not HAVE_GETCWD.
62919         Do not include xalloc.h.
62920         (INITIAL_BUFFER_SIZE): New symbol.
62921         Do not use xmalloc / xrealloc, since the caller is responsible for
62922         handling errors.  Preserve errno around `free' during failure.
62923         Do not overrun buffer when using getwd.
62924
62925 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62926
62927         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
62928         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
62929         getcwd (NULL, 0).
62930
62931 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62932
62933         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
62934         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
62935         spotted by Jim Meyering.
62936
62937 2001-09-03  Jim Meyering  <meyering@lucent.com>
62938
62939         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
62940         failure.
62941
62942 2001-09-02  Jim Meyering  <meyering@lucent.com>
62943
62944         * lib/error.c: Update from GNU libc.
62945
62946 2001-09-01  Jim Meyering  <meyering@lucent.com>
62947
62948         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
62949         Used by df.
62950
62951 2001-09-01  Jim Meyering  <meyering@lucent.com>
62952
62953         * lib/xreadlink.c: New file.
62954         * lib/xreadlink.h: New file.
62955         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
62956         xreadlink.h.
62957
62958         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
62959         doesn't conflict with sparc Solaris 7's definition in
62960         /usr/include/sys/int_types.h.
62961
62962         * lib/exclude.c: Use `""', not `<>' to #include non-system header
62963         files.
62964         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
62965         and strncasecmp as r-values.  Unixware didn't have declarations.
62966
62967 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62968
62969         * lib/xstrtol.h: Add copyright notice.
62970         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
62971         LONGINT_INVALID_SUFFIX_CHAR.
62972
62973 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62974
62975         * lib/xstrtol.c (strtoimax): New decl.
62976
62977 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62978
62979         * lib/xgetcwd.c: Don't include pathmax.h.
62980         Include stdlib.h and unistd.h if available.
62981         Include xalloc.h.
62982         (xmalloc, xstrdup, free): Remove decls.
62983         (xgetcwd): Don't assume sizes fit in unsigned.
62984         Check for overflow when computing sizes.
62985         Simplify reallocation code.
62986
62987 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62988
62989         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
62990         a directory's st_size can have an arbitrary value, so the old
62991         usage could waste an arbitrary amount of memory.  All uses
62992         changed.
62993         * lib/savedir.h: Update prototype.
62994
62995 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62996
62997         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
62998
62999         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
63000         old strtoimax.c.
63001
63002         Also, make the following further changes to make this file's
63003         configuration more similar to that of strtol.c:
63004         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
63005         (strtoumax, uintmax_t, strtoull, strtol): Remove.
63006         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
63007         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
63008         changed to signed values.
63009
63010         And make the following changes as well:
63011         Fix copyright notice, as 1999 was missing.
63012         (verify): New macro.
63013         (strtoimax): Check sizes at compile-time, not run-time.
63014         Prefer strtol to strtoll if both work.
63015         (main): Remove; it was not that useful and was a pain to maintain.
63016
63017         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
63018
63019 2001-08-31  Jim Meyering  <meyering@lucent.com>
63020
63021         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
63022         Use an initial, malloc'd, buffer of length 128 rather than
63023         a statically allocated one of length 1024.
63024
63025 2001-08-30  Paul Eggert  <eggert@twinsun.com>
63026
63027         Simplify code, partly by assuming autoconf 2.52 semantics.
63028
63029         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
63030
63031         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
63032         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
63033         All uses removed.
63034         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
63035         Move AC_REQUIRE to next-to-top level, to avoid confusion.
63036         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
63037         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
63038         jm_AC_HEADER_INTTYPES_H.
63039         * m4/jm-macros.m4 (jm_MACROS): Likewise.
63040
63041         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
63042
63043         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
63044         Quote first arg of AC_DEFUN.
63045         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
63046         since they are needed to parse the include file even if we need
63047         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
63048         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
63049         but with opposite signedness.
63050
63051 2001-08-30  Paul Eggert  <eggert@twinsun.com>
63052
63053         Merge 'exclude' changes from tar 1.13.22.
63054         This fixes one or two unlikely storage allocation overflow bugs,
63055         but doesn't change user-visible behavior otherwise.
63056
63057 2001-08-30  Paul Eggert  <eggert@twinsun.com>
63058
63059         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
63060         (jm_PREREQ_EXCLUDE): New macro.
63061
63062 2001-08-30  Paul Eggert  <eggert@twinsun.com>
63063
63064         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
63065         tm to be declared.
63066
63067 2001-08-30  Paul Eggert  <eggert@twinsun.com>
63068
63069         * lib/hash.c: Remove '2001' from copyright notice.
63070
63071 2001-08-30  Paul Eggert  <eggert@twinsun.com>
63072
63073         * lib/full-write.h: New file.
63074         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
63075         * lib/full-write.c: Correct credits, as cccp.c no longer
63076         exists and anyway it was so heavily changed from the old cccp
63077         code as to be unrecognizable.  Include full-write.h.
63078         (full_write) Return size_t, with short writes meaning failure.
63079         All callers changed.  This fixes a bug with large buffers
63080         on 64-bit hosts.
63081         * lib/utime.c: Include full-write.h.
63082
63083 2001-08-30  Paul Eggert  <eggert@twinsun.com>
63084
63085         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
63086         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
63087         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
63088         Include if available.
63089         (<xalloc.h>): Include
63090         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
63091         (verify): New macro.  Use it to verify that EXCLUDE macros do not
63092         collide with FNM macros.
63093         (struct patopts): New struct.
63094         (struct exclude): Use it, as exclude patterns now come with options.
63095         (new_exclude): Support above changes.
63096         (new_exclude, add_exclude_file):
63097         Initial size must now be a power of two to simplify overflow checking.
63098         (free_exclude, fnmatch_no_wildcards): New function.
63099         (excluded_filename): No longer requires options arg, as the options
63100         are determined by add_exclude.  Now returns bool, not int.
63101         (excluded_filename, add_exclude):
63102         Add support for the fancy new exclusion options.
63103         (add_exclude, add_exclude_file): Now takes int options arg.
63104         Check for arithmetic overflow when computing sizes.
63105         (add_exclude_file): xrealloc might modify errno, so don't
63106         realloc until after errno might be used.
63107
63108         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
63109         New macros.
63110         (free_exclude): New decl.
63111         (add_exclude, add_exclude_file): Now takes int options arg.
63112         (excluded_filename): No longer requires options arg, as the options
63113         are determined by add_exclude.  Now returns bool, not int.
63114
63115 2001-08-30  Paul Eggert  <eggert@twinsun.com>
63116
63117         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
63118
63119 2001-08-27  Jim Meyering  <meyering@lucent.com>
63120
63121         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
63122
63123         * lib/version-etc.c (N_): Remove definition.
63124         Revert most of last change.
63125         Instead, simply don't mark the `Copyright...' string for translation.
63126         Based on advice from Paul Eggert.
63127
63128         * lib/strtoxmax.c: Tweak comment.
63129
63130 2001-08-26  Jim Meyering  <meyering@lucent.com>
63131
63132         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
63133
63134         * m4/xstrtoimax.m4: New file.
63135         * m4/xstrtoumax.m4: Add comments explaining why we
63136         AC_REPLACE_FUNCS(strtol).
63137
63138 2001-08-26  Jim Meyering  <meyering@lucent.com>
63139
63140         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
63141         of copyright with `%s' so translators don't get an untranslated
63142         message in 2002.
63143         (COPYRIGHT_YEAR): Define.
63144         (version_etc): Use fprintf rather than fputs.
63145         Suggestion from Ulrich Drepper.
63146
63147         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
63148
63149         * lib/strtoll.c: New file, from GNU libc.
63150         * lib/xstrtoimax.c: New file.
63151
63152         * lib/xstrtol.h: Add xstrtoimax.
63153         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
63154         * lib/strtoimax.c: New file.  Likewise, but first define
63155         STRTOUXMAX_SIGNED.
63156
63157         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
63158         ...
63159         * lib/strtoxmax.c: ... then renamed to this.
63160
63161 2001-08-18  Paul Eggert  <eggert@twinsun.com>
63162
63163         * m4/inttypes.m4: Add AC_PREREQ(2.13).
63164         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
63165         (jm_AC_TYPE_INTMAX_T): New macro.
63166         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
63167
63168         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
63169
63170         * m4/longlong.m4: Renamed from ulonglong.m4.
63171         * m4/inttypes.m4: Renamed from inttypes_h.m4.
63172         * m4/uintmax_t.m4: Removed.
63173
63174 2001-08-13  Paul Eggert  <eggert@twinsun.com>
63175
63176         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
63177         Port to Solaris 8, where 'sed' requires a space after the 'r'
63178         command, and where sh dislikes "$/".  Clean up the spacing a bit.
63179         Redirect output to $tmp just once.
63180
63181 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
63182
63183         * lib/addext.c (<errno.h>): Include.
63184         (errno): Declare if not defined.
63185         (addext): Work correctly when pathconf returns -1 and leaves
63186         errno alone because there is no limit.  Also, work even if
63187         pathconf returns a value greater than SIZE_MAX.
63188
63189 2001-08-12  Jim Meyering  <meyering@lucent.com>
63190
63191         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
63192         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
63193         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
63194         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
63195         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
63196         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
63197         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
63198         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
63199         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
63200         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
63201         utime.m4, utimes.m4, xstrtoumax.m4:
63202         Quote the first argument in each use of AC_DEFUN.
63203
63204 2001-08-12  Jim Meyering  <meyering@lucent.com>
63205
63206         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
63207         Simply `return getcwd (NULL, 0);'.
63208         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
63209         Use 1300 as initial value for length, not PATH_MAX.
63210
63211         * lib/pathmax.h: Clean up cpp syntax.
63212
63213 2001-08-12  Jim Meyering  <meyering@lucent.com>
63214
63215         * lib/gettimeofday.c: New file.
63216         * lib/gtod.h: New file.
63217         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
63218
63219 2001-08-05  Jim Meyering  <meyering@lucent.com>
63220
63221         * m4/jm-macros.m4: Require autoconf-2.52.
63222
63223 2001-08-04  Jim Meyering  <meyering@lucent.com>
63224
63225         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
63226         stmt, to get in sync with glibc.
63227
63228 2001-08-03  Paul Eggert  <eggert@twinsun.com>
63229
63230         The following changes are from gettext 0.10.39 as maintained by
63231         Bruno Haible.
63232
63233         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
63234         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
63235         with inverted sense.  All uses changed.
63236
63237         * lib/mbswidth.c: Don't include <limits.h>.
63238         Include <stdlib.h> and <string.h> unconditionally.
63239         (iswcntrl, mbsinit, ISCNTRL): New macros.
63240         (mbsnwidth): Use K&R style function declarations.
63241         Don't bother checking for MB_LEN_MAX == 1, since the compiler
63242         can optimize it when MB_CUR_MAX == 1.
63243         The width of control characters is zero, not 1.
63244
63245 2001-08-03  Paul Eggert  <eggert@twinsun.com>
63246
63247         The following changes are from gettext 0.10.39 as maintained by
63248         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
63249
63250         * m4/codeset.m4: Upgrade to serial AM1.
63251         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
63252         all uses changed.  Quote first arg of AC_DEFUN.
63253         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
63254
63255         * m4/iconv.m4: Upgrade to serial AM2.
63256         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
63257         Add --with-libconv-prefix.
63258         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
63259         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
63260         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
63261         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
63262         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
63263
63264         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
63265         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
63266         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
63267         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
63268         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
63269         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
63270         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
63271         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
63272         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
63273
63274         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
63275         string.h any more.
63276
63277         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
63278         not the default value.
63279
63280         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
63281         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
63282         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
63283         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
63284         Also check for iswcntrl, used for wcwidth fallback.
63285         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
63286         to Autoconf 2.13.
63287
63288 2001-08-03  Jim Meyering  <meyering@lucent.com>
63289
63290         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
63291         as it was in the original.  Reported by Paul Eggert.
63292
63293 2001-07-16  Jim Meyering  <meyering@lucent.com>
63294
63295         * m4/gettimeofday.m4: New file.
63296         Prompted by a report from Bernhard Baehr.
63297
63298 2001-07-15  Jim Meyering  <meyering@lucent.com>
63299
63300         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
63301         stuff. Now it's in ../Makefile.cfg.
63302
63303 2001-07-15  Jim Meyering  <meyering@lucent.com>
63304
63305         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
63306         (BUILT_SOURCES): Add unlocked-io.h.
63307         (io_functions): Define.
63308         (unlocked-io.h): New rule.
63309         (DISTCLEANFILES): Add unlocked-io.h.
63310         (all-local): Depend on unlocked-io.h, to ensure it is created.
63311
63312         * lib/unlocked-io.hin: New file
63313
63314         * lib/regex.c: Update from glibc.
63315
63316 2001-07-05  Jim Meyering  <meyering@lucent.com>
63317
63318         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
63319         recommendation.
63320         (libfetish_a_SOURCES): Put all .h files here instead.
63321         Remove a thus-exposed (better checks in automake) duplicate and
63322         two unnecessary .h files.
63323
63324 2001-07-04  Jim Meyering  <meyering@lucent.com>
63325
63326         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
63327         that generates jm-glibc-io.m4 so that it doesn't trigger any make
63328         distcheck failure.
63329
63330 2001-07-02  Jim Meyering  <meyering@lucent.com>
63331
63332         The following changes were prompted by suggestions from Bruno Haible.
63333
63334         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
63335         is now generated.
63336         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
63337         definition of EXTRA_DIST.
63338         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
63339         ensure that the generated file is created/updated whenever the list
63340         of $(unlocked_functions) is changed.
63341         (jm-glibc-io.m4): New rule.
63342         (unlocked-io.h): New rule -- currently unused.
63343
63344 2001-06-24  Jim Meyering  <meyering@lucent.com>
63345
63346         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
63347         unmatched right bracket, rather than kludging it with an extra,
63348         falsely-matching quote in a comment.  Patch by Akim Demaille.
63349
63350 2001-06-11  Jim Meyering  <meyering@lucent.com>
63351
63352         * lib/regex.c: Update from GNU libc.
63353
63354 2001-05-27  Jim Meyering  <meyering@lucent.com>
63355
63356         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
63357         Check for ut_type in struct utmp.
63358
63359 2001-05-27  Jim Meyering  <meyering@lucent.com>
63360
63361         * lib/readutmp.h (UT_TYPE): Define.
63362
63363 2001-05-24  Jim Meyering  <meyering@lucent.com>
63364
63365         * lib/argmatch.c: Include "quote.h".
63366         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
63367         quote function.  Reported by Göran Uddeborg.
63368
63369 2001-05-22  Jim Meyering  <meyering@lucent.com>
63370
63371         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
63372         now that we use the package-supplied version unconditionally.
63373         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
63374
63375 2001-05-21  Jim Meyering  <meyering@lucent.com>
63376
63377         * m4/regex.m4: Change a couple backticks to single quotes to avoid
63378         shell syntax errors.
63379
63380 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
63381
63382         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
63383
63384 2001-05-20  Paul Eggert  <eggert@twinsun.com>
63385
63386         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
63387         Don't bother to check library strftime, since
63388         we'll be using our own my_strftime function anyway.
63389         Define my_strftime instead of strftime.
63390
63391 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
63392
63393         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
63394         which is not yet declared.
63395
63396 2001-05-15  Jim Meyering  <meyering@lucent.com>
63397
63398         * m4/regex.m4: Use proper quoting so brackets appear in the test
63399         program.
63400         Reported by, and with help from, Bruno Haible.
63401
63402 2001-05-13  Jim Meyering  <meyering@lucent.com>
63403
63404         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
63405         undefined.
63406
63407 2001-05-11  Paul Eggert  <eggert@twinsun.com>
63408
63409         dirname code cleanup.  base_name now behaves more compatibly
63410         with POSIX basename when given file names that have trailing
63411         slashes, and similarly for dir_name.  Add new primitives
63412         base_len and dir_len.  Put the directory-name-related decls
63413         into dirname.h.
63414
63415         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
63416         * lib/backupfile.c (base_name): Likewise.
63417         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
63418         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
63419         * lib/makepath.c (strip_trailing_slashes): Likewise.
63420         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
63421         ISSLASH): Likewise.
63422         * lib/rename.c (strip_trailing_slashes): Likewise.
63423         * lib/same.c (base_name): Likewise.
63424         * lib/stripslash.c (ISSLASH): Likewise.
63425
63426         * lib/addext.c: Include <dirname.h> after size_t is defined.
63427         * lib/backupfile.c: Likewise.
63428
63429         * lib/addext.c (addext): Use base_len to trim redundant
63430         trailing slashes instead of doing it ourselves.
63431         But do not trim the last slash if it is not redundant.
63432
63433         * lib/backupfile.c (find_backup_file_name,
63434         max_backup_version): Use base_len instead of rolling it ourselves.
63435         Handle the case of "" and (on DOS) "C:" correctly.
63436
63437         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
63438         needed. Include <string.h>, <dirname.h>.
63439         (base_name): Allow file names ending in slashes, other than names
63440         that are all slashes.  In this case, return the basename followed
63441         by the slashes.  This is more general, and can be used in places
63442         where the original base_name purposely had an assertion failure.
63443         (base_len): New function.
63444
63445         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
63446         Do not include <assert.h>; no longer needed.
63447         Include xalloc.h.
63448         (memrchr): Remove decl.
63449         (dir_name_r): Remove.
63450         (dir_len): Renamed from dirlen.  All callers changed.
63451         Rewrite in terms of base_name, for simplicity and consistency.
63452         (dir_name): Never return NULL.  All callers changed.
63453         Do not include <stdlib.h> in test program; no longer needed.
63454         return 0; is fine for test program.
63455
63456         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
63457         New macros.
63458         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
63459
63460         * lib/path-concat.c (path_concat): Use base_len to compute
63461         base length, not strlen; this means we cannot rely on memcpy
63462         to null-terminate.
63463
63464         * lib/same.c (STREQ): Remove.
63465         (same_name): Handle the case where the basename ends in trailing '/'.
63466
63467         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
63468         a slash was stripped.  Do not strip the last slash after a
63469         file system prefix.
63470
63471 2001-05-11  Paul Eggert  <eggert@twinsun.com>
63472
63473         * lib/Makefile.am (libfetish_a_SOURCES):
63474         Add strftime.c, since we now compile it on all hosts.
63475
63476         * lib/strftime.c (my_strftime):
63477         Define to nstrftime if emacs, but only if my_strftime is not defined.
63478         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
63479         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
63480         Add one more extra argument: a nanoseconds value.
63481         All uses changed.
63482         (ns): New macro.
63483         (my_strftime function): Add %N format.
63484         (emacs_strftimeu): Renamed from emacs_strftime,
63485         with extra ut argument.
63486
63487 2001-05-09  Paul Eggert  <eggert@twinsun.com>
63488
63489         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
63490
63491 2001-04-21  Jim Meyering  <meyering@lucent.com>
63492
63493         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
63494         doesn't interfere.
63495
63496 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
63497
63498         * m4/ftruncate.m4: Check for chsize.
63499         Link with ftruncate.o unconditionally if ftruncate is missing.
63500         This was required when cross-compiling to i586-mingw32msvc.
63501
63502 2001-04-08  Jim Meyering  <meyering@lucent.com>
63503
63504         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
63505         recomputed; that's necessary when the offset spans a DST transition.
63506         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
63507
63508 2001-04-02  Jim Meyering  <meyering@lucent.com>
63509
63510         * lib/regex.h, regex.c: Update from GNU libc.
63511
63512 2001-03-24  Jim Meyering  <meyering@lucent.com>
63513
63514         * m4/jm-macros.m4: Require autoconf-2.49d.
63515
63516 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
63517
63518         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
63519
63520 2001-03-19  Paul Eggert  <eggert@twinsun.com>
63521
63522         * lib/version-etc.c (version_etc_copyright): Update to 2001.
63523
63524 2001-03-17  Jim Meyering  <meyering@lucent.com>
63525
63526         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
63527         now that the version in autoconf is equivalent.
63528         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
63529
63530         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
63531         Suggestion from Akim Demaille.
63532
63533         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
63534         (jm_PREREQ_TEMPNAME): New function.
63535
63536 2001-03-16  Paul Eggert  <eggert@twinsun.com>
63537
63538         * lib/tempname.c (uint64_t): Define to uintmax_t if
63539         not defined, and if UINT64_MAX is not defined.
63540         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
63541         Reported by John David Anglin.
63542
63543 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
63544
63545         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
63546         resolve alias if codeset is empty.
63547         * lib/config.charset (BeOS): Use wildcard syntax.
63548
63549 2001-03-13  Jim Meyering  <meyering@lucent.com>
63550
63551         * lib/path-concat.c (path_concat)
63552         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
63553         concatenating e.g., `C:' and `foo'.
63554         From Bruno Haible.
63555
63556 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
63557
63558         * lib/localcharset.c (locale_charset): Don't use
63559         setlocale(LC_CTYPE,NULL). Don't return NULL.
63560         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
63561
63562 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
63563
63564         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
63565         support for DOS/DJGPP.
63566
63567 2001-03-01  Paul Eggert  <eggert@twinsun.com>
63568
63569         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
63570         lacks mkstemp.  Compile our own tempname.c if we compile our own
63571         mkstemp.c, as mkstemp relies on tempname.
63572
63573 2001-03-01  Jim Meyering  <meyering@lucent.com>
63574
63575         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
63576         AH_VERBATIM really does output its argument verbatim.
63577
63578 2001-02-28  Paul Eggert  <eggert@twinsun.com>
63579
63580         * lib/Makefile.am (libfetish_a_SOURCES):
63581         Add dup-safer.c, fopen-safer.c.
63582         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
63583
63584         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
63585         * lib/unistd-safer.h: New files.
63586
63587 2001-02-25  Paul Eggert  <eggert@twinsun.com>
63588
63589         The mkstemp replacement is taken from glibc 2.2.2, with some
63590         portability fixes for use outside glibc, as follows:
63591
63592         * lib/tempname.c (struct_stat64): New macro.
63593         (direxists, __gen_tempname): Use it.
63594         This avoids a portability problem with Solaris 8.
63595
63596         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
63597         (<stddef.h>, <stdint.h>, <string.h>):
63598         Include only if STDC_HEADERS || _LIBC.
63599         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
63600         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
63601         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
63602         (__set_errno): Define this macro if <errno.h> doesn't.
63603         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
63604         Define these macros if <stdio.h> doesn't.
63605         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
63606         Define these macros if <sys/stat.h>
63607         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
63608         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
63609         __xstat64): Define if not _LIBC.
63610         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
63611         (__gen_tempname): Invoke gettimeofday only if
63612         HAVE_GETTIMEOFDAY || _LIBC;
63613         otherwise, fall back on plain "time".
63614         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
63615
63616         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
63617
63618         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
63619
63620 2001-02-18  Paul Eggert  <eggert@twinsun.com>
63621
63622         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
63623
63624 2001-02-17  Paul Eggert  <eggert@twinsun.com>
63625
63626         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
63627         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
63628         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
63629         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
63630
63631 2001-02-17  Paul Eggert  <eggert@twinsun.com>
63632
63633         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
63634         Remove workaround macros for hosts that have mbrtowc but not
63635         mbstate_t, as we now insist on proper declarations for both
63636         before using mbrtowc.
63637
63638 2001-02-17  Jim Meyering  <meyering@lucent.com>
63639
63640         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
63641         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
63642         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
63643         UnixWare 7.1.1.
63644
63645         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
63646         rather than AC_CACHE_VAL.
63647
63648 2001-02-17  Jim Meyering  <meyering@lucent.com>
63649
63650         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
63651         around included file name.
63652
63653         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
63654
63655         * lib/strftime.c: Update from GNU libc (the only changes were to
63656         comments).
63657
63658 2001-02-17  Jim Meyering  <meyering@lucent.com>
63659
63660         * lib/regex.c: Update from libc.
63661
63662 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
63663
63664         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
63665         clash.
63666
63667 2001-02-16  Paul Eggert  <eggert@twinsun.com>
63668
63669         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
63670         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
63671         Reported by Mark Hounschell via Paul Eggert.
63672
63673 2001-02-07  Jim Meyering  <meyering@lucent.com>
63674
63675         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
63676
63677 2001-02-05  Jim Meyering  <meyering@lucent.com>
63678
63679         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
63680         it includes the patch required for `large file' support with at least
63681         HP-UX's 10.20 /bin/cc.
63682
63683 2001-02-03  Jim Meyering  <meyering@lucent.com>
63684
63685         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
63686         AS_IF, now that it works once again (mysteriously).
63687         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
63688
63689 2001-01-30  Jim Meyering  <meyering@lucent.com>
63690
63691         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
63692         * m4/chown.m4: Rename conftestchown to conftest.chown.
63693         * m4/rename.m4: s/conftestdir/conftest.d1/ and
63694         s/conftestdir2/conftest.d2/.
63695         * m4/utimes.m4: s/conftestdata/conftest.data/
63696         Inspired by Pavel Roskin's change in autoconf.
63697
63698 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
63699
63700         * lib/config.charset: Update for FreeBSD 4.2.
63701
63702 2001-01-27  Jim Meyering  <meyering@lucent.com>
63703
63704         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
63705         a use of AS_IF.
63706         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
63707
63708 2001-01-26  Jim Meyering  <meyering@lucent.com>
63709
63710         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
63711         quotearg.c includes it.
63712
63713 2001-01-26  Jim Meyering  <meyering@lucent.com>
63714
63715         * lib/quotearg.c: Include stddef.h.
63716         * lib/quote.c: Include stddef.h.
63717         Reported by Axel Kittenberger.
63718
63719         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
63720         line in double quotes so that it evokes a better diagnostic.
63721         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
63722         Reported by Axel Kittenberger.
63723
63724 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
63725
63726         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
63727         as if it was a `charset'.
63728
63729 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
63730
63731         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
63732         has const.
63733
63734 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
63735
63736         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
63737         to avoid a warning.  Add back 'const' to inptr.
63738
63739 2001-01-20  Jim Meyering  <meyering@lucent.com>
63740
63741         Be sure that headers are checked before used in code compiled
63742         for the type checks.
63743         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
63744         In place of that, invoke jm_CHECK_ALL_TYPES.
63745         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
63746         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
63747         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
63748         The check for ssize_t was mistakenly run before the test for unistd.h.
63749
63750         The configure-time check for stdbool.h was missing.
63751         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
63752         (jm_PREREQ_HASH): New function.
63753
63754 2001-01-17  Jim Meyering  <meyering@lucent.com>
63755
63756         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
63757         for autoconf-2.49c.
63758         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
63759
63760 2001-01-16  Jim Meyering  <meyering@lucent.com>
63761
63762         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
63763         From Bruno Haible.
63764
63765 2001-01-14  Jim Meyering  <meyering@lucent.com>
63766
63767         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
63768         foo and bar.  Create conftestdir/ in the script, not in the C code.
63769         Remove directories in the script, not in the C code.
63770         Remove conftestdir{,2} before trying to create the directory.
63771         Make the entire configure script fail if the mkdir fails.
63772
63773 2001-01-14  Jim Meyering  <meyering@lucent.com>
63774
63775         * lib/rename.c: New file.  From Volker Borchert.
63776         Include stdlib.h, string.h or strings.h, and xalloc.h.
63777         Use strip_trailing_slashes rather than open-coding it.
63778
63779 2001-01-03  Paul Eggert  <eggert@twinsun.com>
63780
63781         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
63782
63783 2001-01-03  Jim Meyering  <meyering@lucent.com>
63784
63785         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
63786         of local `inptr' to avoid warning with some system declarations of
63787         iconv.
63788
63789 2001-01-02  Volker Borchert  <bt@teknon.de>
63790
63791         * m4/rename.m4: New file.
63792         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
63793
63794 2001-01-01  Jim Meyering  <meyering@lucent.com>
63795
63796         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
63797         even on systems with utmpx.h.  It's necessary for the declaration of
63798         utmp's ut_user member.  Reported by Andreas Jaeger.
63799
63800         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
63801         available. They are required for the declarations of getgrgid and
63802         getpwuid resp.
63803         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
63804         Reported by Andreas Jaeger.
63805
63806 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
63807
63808         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
63809         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
63810         so `make install' also works in VPATH builds.
63811
63812 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
63813
63814         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
63815         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
63816         can be used in subdirectories.
63817
63818 2000-12-29  Paul Eggert  <eggert@twinsun.com>
63819
63820         * lib/modechange.c: Do not assume that mode_t uses the
63821         traditional octal encoding.  E.g. "chmod 1 FOO" should set
63822         the other-execute bit of FOO even if S_IXOTH != 1.
63823
63824         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
63825         WOTH, XOTH, ALLM): New macros.
63826         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
63827          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
63828         Use them.
63829         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
63830         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
63831         (mode_compile):
63832         No need to use uintmax_t; unsigned long is long enough.
63833         Don't bother to get suffix since we don't use it.
63834
63835 2000-12-26  Jim Meyering  <meyering@lucent.com>
63836
63837         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
63838         better with autoheader.
63839
63840 2000-12-24  Jim Meyering  <meyering@lucent.com>
63841
63842         * lib/hash.c (is_prime): Return explicit boolean values.
63843         (hash_get_first): Return NULL to appease Irix5.6's 89.
63844         Reported by Nelson Beebe.
63845
63846 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
63847
63848         * lib/localcharset.c (locale_charset): Add support for Win32.
63849
63850 2000-12-18  Paul Eggert  <eggert@twinsun.com>
63851
63852         * lib/physmem.h, lib/physmem.c: New files.
63853
63854         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
63855         (noinst_HEADERS): Add physmem.h.
63856
63857         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
63858         't' for compatibility with Solaris 8 sort.
63859
63860 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
63861
63862         * lib/config.charset: Add support for BeOS.
63863
63864 2000-12-17  Jim Meyering  <meyering@lucent.com>
63865
63866         * m4/dos.m4 (jm_AC_DOS): New file and macro.
63867         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
63868
63869 2000-12-16  Jim Meyering  <meyering@lucent.com>
63870
63871         This bug had a serious impact on chown: `chown N:M FILE' (for integer
63872         N and M) would have treated it like `chown N:N FILE'.
63873
63874         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
63875
63876 2000-12-16  Jim Meyering  <meyering@lucent.com>
63877
63878         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
63879         SHELLS_FILE to a file name that's useful on djgpp systems.
63880         Include stdlib.h.
63881         (ADDITIONAL_DEFAULT_SHELLS): Define.
63882         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
63883         Based mostly on a patch from Prashant TR.
63884
63885 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
63886
63887         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
63888         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
63889         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
63890
63891 2000-12-08  Andreas Schwab  <schwab@suse.de>
63892
63893         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
63894         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
63895
63896 2000-12-07  Jim Meyering  <meyering@lucent.com>
63897
63898         * lib/stripslash.c (ISSLASH): Define.
63899         (strip_trailing_slashes): Use ISSLASH rather than comparing against
63900         `/'.
63901         From Prashant TR.
63902
63903         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
63904         (dir_name_r): Declare this function as static.
63905         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
63906         manifest itself on a name containing a mix of slashes and
63907         backslashes.
63908         Make this function work with names starting with a DOS-style
63909         drive letter and colon prefix.
63910         (dir_name): Append `.' if necessary.
63911         Based mostly on patches from Prashant TR and Eli Zaretskii.
63912
63913         * lib/dirname.h (dir_name_r): Remove prototype.
63914
63915 2000-12-06  Paul Eggert  <eggert@twinsun.com>
63916
63917         * m4/off_t-format.m4: Remove this file.
63918         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
63919
63920 2000-12-06  Jim Meyering  <meyering@lucent.com>
63921
63922         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
63923         replacement strtoull, we may well need the replacement strtoul, too.
63924         Check for declarations of strtoul and strtoull.
63925         Check for strtol.  Mainly as a cue to cause automake to include
63926         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
63927         Check for limits.h -- strtol.c needs it.
63928
63929 2000-12-05  Jim Meyering  <meyering@lucent.com>
63930
63931         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
63932
63933 2000-12-04  Jim Meyering  <meyering@lucent.com>
63934
63935         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
63936         Also include memory.h, stdlib.h, unistd.h if appropriate.
63937         Reported by Andreas Jaeger (conflicting declaration of malloc).
63938
63939 2000-12-02  Jim Meyering  <meyering@lucent.com>
63940
63941         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
63942         * m4/jm-macros.m4 (jm_MACROS): require it.
63943
63944 2000-12-02  Jim Meyering  <meyering@lucent.com>
63945
63946         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
63947
63948 2000-12-01  Paul Eggert  <eggert@twinsun.com>
63949
63950         * lib/memrchr.c: Include <config.h> before any system include file.
63951
63952 2000-11-30  Jim Meyering  <meyering@lucent.com>
63953
63954         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
63955
63956 2000-11-30  Jim Meyering  <meyering@lucent.com>
63957
63958         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
63959
63960 2000-11-29  Paul Eggert  <eggert@twinsun.com>
63961
63962         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
63963
63964 2000-11-26  Jim Meyering  <meyering@lucent.com>
63965
63966         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
63967
63968 2000-11-22  Paul Eggert  <eggert@twinsun.com>
63969
63970         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
63971         size of (size_t) -1; it's not portable.
63972
63973 2000-11-17  Jim Meyering  <meyering@lucent.com>
63974
63975         * lib/strstr.c: Update from GNU libc.
63976
63977 2000-11-17  Akim Demaille  <akim@epita.fr>
63978
63979         * lib/obstack.h: Formatting changes.
63980         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
63981         prevent type checking.
63982         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
63983         cast the value to (void *): assigning a `foo *' to a `void *'
63984         variable is valid.
63985         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
63986
63987 2000-11-16  Jim Meyering  <meyering@lucent.com>
63988
63989         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
63990
63991 2000-11-11  Jim Meyering  <meyering@lucent.com>
63992
63993         * lib/error.c: Add a couple #includes, merging from GNU libc version.
63994
63995 2000-11-10  Jim Meyering  <meyering@lucent.com>
63996
63997         * lib/obstack.h: Update from GNU libc.
63998         * lib/obstack.c: Likewise.
63999
64000 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
64001
64002         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
64003
64004 2000-11-06  Paul Eggert  <eggert@twinsun.com>
64005
64006         * lib/getusershell.c (setusershell): Use rewind rather than
64007         fseek/fseeko, to avoid configuration hassles with fseeko.
64008         Don't bother opening SHELLS_FILE if shellstream is NULL;
64009         it's not necessary.
64010
64011 2000-11-05  Jim Meyering  <meyering@lucent.com>
64012
64013         * lib/makepath.h (make_dir): Declare.
64014         * lib/makepath.c (make_dir): Remove `static' attribute.
64015         Tweak a comment.
64016
64017 2000-11-04  Jim Meyering  <meyering@lucent.com>
64018
64019         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
64020
64021 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
64022
64023         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
64024         last one in a bucket, advance to the next bucket.
64025
64026 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
64027
64028         * lib/fnmatch.c: Do not comment out all the code if we are using
64029         the GNU C library, because in some cases we are replacing buggy
64030         code in the GNU C library itself.
64031
64032 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
64033
64034         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
64035         (regex_compile): Catch bogus \(\1\).
64036
64037 2000-10-30  Paul Eggert  <eggert@twinsun.com>
64038
64039         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
64040         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
64041         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
64042
64043 2000-10-30  Paul Eggert  <eggert@twinsun.com>
64044
64045         * lib/error.h, getline.h, modechange.h:
64046         Remove "2000" from Copyright line, as the file hasn't been
64047         changed this year other than in the copyright notice.
64048
64049         * lib/xalloc.h: Add "2000" to Copyright line, as this file
64050         was changed this year.
64051
64052 2000-10-29  Jim Meyering  <meyering@lucent.com>
64053
64054         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
64055         renaming.
64056         * m4/ls-mntd-fs.m4: Likewise
64057
64058 2000-10-29  Jim Meyering  <meyering@lucent.com>
64059
64060         * lib/xstat.in: Fix grammar in comment.
64061
64062 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
64063
64064         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
64065         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
64066         doesn't define __restrict_arr.
64067
64068 2000-10-28  Jim Meyering  <meyering@lucent.com>
64069
64070         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
64071         (jm_PREREQ_MEMCHR): New function.
64072
64073 2000-10-28  Jim Meyering  <meyering@lucent.com>
64074
64075         * lib/memchr.c: Update from libc.
64076         Adjust for portability:
64077         [HAVE_STDLIB_H]: Include stdlib.h.
64078         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
64079         Undef __memchr, too.
64080         [!weak_alias]: Define __memchr to memchr.
64081
64082         * lib/regex.c: Update from libc.
64083         * lib/regex.h: Likewise.
64084         * lib/getopt1.c: Likewise.
64085         * lib/memcmp.c: Likewise.
64086
64087         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
64088         Avoid using fseek, when possible -- it's broken by design.
64089         Patch by Ulrich Drepper.
64090
64091 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
64092
64093         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
64094         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
64095         Giving in to popular pressure to shut up the compiler with casts.
64096
64097 2000-10-26  Jim Meyering  <meyering@lucent.com>
64098
64099         * lib/strftime.c: Update from libc.
64100
64101 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
64102
64103         * regex.c: More `unsigned char' -> `re_char' changes.
64104         Also change several `int' into `re_wchar_t'.
64105         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
64106         (PUSH_FAILURE_POINTER): Don't cast any more.
64107         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
64108         We want GCC to complain, since this piece of code makes
64109         re_match non-reentrant, which *should* be fixed.
64110         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
64111         (EXTEND_BUFFER): Use RETALLOC.
64112         (SET_LIST_BIT): Don't cast.
64113         (re_wchar_t): New type.
64114         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
64115         that those two functions will always properly return.
64116         (IMMEDIATE_QUIT_CHECK): Cast to void.
64117         (analyse_first): Use recursion rather than an explicit stack.
64118         (re_compile_fastmap): Can't fail anymore.
64119         (re_search_2): Don't check re_compile_fastmap for failure.
64120         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
64121         Now also sets the new value (passed in a new argument).
64122         (re_match_2_internal): Use it.
64123         Also, use a new var `reg' of type size_t when looping through regs
64124         rather than reuse the inappropriate `mcnt'.
64125
64126 2000-10-25  Jim Meyering  <meyering@lucent.com>
64127
64128         * lib/obstack.c: Update from libc.
64129
64130 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
64131
64132         * regex.c (regex_compile): Change the way of handling a range from
64133         a char less than 256 to a char not less than 256.
64134
64135 2000-10-24  Andrew Innes  <andrewi@gnu.org>
64136
64137         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
64138         NT-Emacs only.
64139         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
64140         so that re_search functions only quit when callers expect them to.
64141
64142 2000-10-23  Jim Meyering  <meyering@lucent.com>
64143
64144         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
64145         wrong.  That set_locale call must not have any side effects.
64146         From Paul Eggert.
64147
64148 2000-10-22  Jim Meyering  <meyering@lucent.com>
64149
64150         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
64151         [CYCLIC]: Remove now-unused definition.
64152
64153         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
64154         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
64155         Suggestion from Ulrich Drepper.
64156
64157 2000-10-21  Jim Meyering  <meyering@lucent.com>
64158
64159         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
64160         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
64161         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
64162
64163 2000-10-21  Jim Meyering  <meyering@lucent.com>
64164
64165         * lib/dirname.c (memrchr): Declare if necessary.
64166         (dir_name): Remove the restriction that there be no
64167         trailing slashes.  Now, this code skips past them, effectively
64168         ignoring them.
64169         [TEST_DIRNAME] (main): New unit tests.
64170
64171         * lib/memrchr.c: New file from GNU libc.
64172         Undef __memrchr, too.
64173         [!weak_alias]: Define __memrchr to memrchr.
64174         Guard weak_alias use with `#ifdef weak_alias'.
64175
64176 2000-10-21  Jim Meyering  <meyering@lucent.com>
64177
64178         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
64179         (dir_name): Use dir_name_r.
64180         * lib/dirname.h (dir_name_r): Declare it.
64181
64182 2000-10-17  Jim Meyering  <meyering@lucent.com>
64183
64184         * lib/quote.h (PARAMS): Define and use.
64185         Reported by Akim Demaille.
64186
64187         * lib/getopt.c: Update from libc.
64188
64189 2000-10-16  Jim Meyering  <meyering@lucent.com>
64190
64191         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
64192         setlocale.
64193         From Jan Fedak.
64194
64195 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
64196
64197         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
64198
64199 2000-09-25  Jim Meyering  <meyering@lucent.com>
64200
64201         * lib/md5.h (rol): Define (from GnuPG).
64202
64203         * lib/sha.c: Give credit (GnuPG) where due.
64204         (M): Use rol rather than open-coding it.
64205         Add a FIXME comment.
64206
64207 2000-09-21  Jim Meyering  <meyering@lucent.com>
64208
64209         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
64210         Reported by Michael Stone.
64211
64212 2000-09-20  Jim Meyering  <meyering@lucent.com>
64213
64214         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
64215         (noinst_HEADERS): Add sha.h.
64216         Based on code from Scott G. Miller and from GnuPG.
64217
64218 2000-09-18  Jim Meyering  <meyering@lucent.com>
64219
64220         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
64221         LIBS. Otherwise, everyone ends up linking with -lelf for some
64222         configurations.
64223         Reported by Mike Stone.
64224
64225 2000-09-15  Jim Meyering  <meyering@lucent.com>
64226
64227         * lib/regex.c: Update from libc.
64228
64229 2000-09-10  Jim Meyering  <meyering@lucent.com>
64230
64231         * lib/getopt.c (_getopt_internal): Update from glibc.
64232
64233 2000-09-09  Jim Meyering  <meyering@lucent.com>
64234
64235         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
64236         think it should be used as a general replacement for isascii.
64237         * lib/fnmatch.c: Likewise.
64238         * lib/mbswidth.c: Likewise
64239         * lib/regex.c: Likewise.
64240
64241         Don't use atoi.
64242         * lib/userspec.c: Include sys/param.h and limits.h.
64243         Include xstrtol.h.
64244         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
64245         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
64246         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
64247         UID, GID.  Check range.
64248
64249 2000-09-06  Jim Meyering  <meyering@lucent.com>
64250
64251         * lib/getopt.c (_getopt_internal): Update from glibc.
64252
64253 2000-08-30  Jim Meyering  <meyering@lucent.com>
64254
64255         * lib/strftime.c: Merge in changes from GNU libc.
64256
64257 2000-08-26  Jim Meyering  <meyering@lucent.com>
64258
64259         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
64260         * m4/fpending.m4: New file.
64261
64262 2000-08-26  Jim Meyering  <meyering@lucent.com>
64263
64264         * lib/closeout.c: Include "__fpending.h".
64265         (close_stdout_status): Return right away if there's nothing to flush.
64266
64267         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
64268         * lib/__fpending.c: New file.
64269         * lib/__fpending.h: New file.
64270
64271 2000-08-20  Jim Meyering  <meyering@lucent.com>
64272
64273         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
64274         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
64275         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
64276
64277 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
64278
64279         Improve fileutils installation on systems where running
64280         programs (like install) can't be unlinked.
64281         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
64282         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
64283
64284 2000-08-07  Paul Eggert  <eggert@twinsun.com>
64285
64286         Standardize on "memory exhausted" instead of "Memory exhausted"
64287         or "virtual memory exhausted".
64288         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
64289         "virtual memory exhausted".
64290         * lib/same.c (same_name): Invoke xalloc_die instead of printing
64291         our own message.
64292         * lib/userspec.c (parse_user_spec): Likewise.
64293         * lib/bumpalloc.h: comment fix
64294         * lib/same.c, userspec.c: Include xalloc.h.
64295
64296         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
64297         not char *const and pointing to a constant array.
64298         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
64299         (xrealloc): Comment fix.
64300
64301         * lib/userspec.c (parse_user_spec):
64302         Don't translate a message until just before returning,
64303         to avoid unnecessary translation.
64304
64305 2000-08-07  Jim Meyering  <meyering@lucent.com>
64306
64307         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
64308         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
64309         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
64310         getgroups.c, gethostname.c, getopt.h, group-member.c,
64311         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
64312         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
64313         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
64314         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
64315         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
64316         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
64317         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
64318         yesno.c: Back out Copyright date changes for each file with no change
64319         this year.  This eases coordination with other programs using the same
64320         source code modules.  From Paul Eggert.
64321
64322 2000-08-06  Paul Eggert  <eggert@twinsun.com>
64323
64324         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
64325         not char, for compatibility with glibc 2.1.3 strftime.c.
64326
64327 2000-08-03  Greg McGary  <greg@mcgary.org>
64328
64329         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
64330         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
64331         (EXTEND_BUFFER): Use them.
64332
64333 2000-08-01  Jim Meyering  <meyering@lucent.com>
64334
64335         * lib/dirname.c (ISSLASH): Define.
64336         (BACKSLASH_IS_PATH_SEPARATOR): Define.
64337         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
64338         both `\' and `/' may be use as path separators.
64339         Based on a patch from Prashant TR.
64340
64341 2000-07-31  Paul Eggert  <eggert@twinsun.com>
64342
64343         * lib/quotearg.c (quotearg_n_options): Don't make the initial
64344         slot vector a constant, since it might get modified.
64345
64346 2000-07-31  Jim Meyering  <meyering@lucent.com>
64347
64348         * lib/xmalloc.c: Use `virtual memory exhausted', not
64349         `Memory exhausted'.
64350         * lib/obstack.c (print_and_abort): Likewise.
64351
64352 2000-07-30  Paul Eggert  <eggert@twinsun.com>
64353
64354         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
64355         buffer, so that the caller can always quote one small
64356         component of a "memory exhausted" message in slot 0.
64357         From a suggestion by Jim Meyering.
64358
64359 2000-07-30  Jim Meyering  <meyering@lucent.com>
64360
64361         * lib/makepath.c (make_path): Quote the other instance, too.
64362
64363         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
64364         (STATIC_BUF_SIZE): Define.
64365         (quotearg_n_options): Use only statically allocated storage when
64366         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
64367         than STATIC_BUF_SIZE.
64368
64369 2000-07-29  Jim Meyering  <meyering@lucent.com>
64370
64371         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
64372         * lib/dirname.c (dir_name): Likewise.
64373
64374         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
64375         `/'.
64376
64377         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
64378         (dir_name): Assert that there are no trailing slashes.
64379
64380 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
64381
64382         * lib/mbswidth.h (mbswidth): Add a flags argument.
64383         (mbswidth): New declaration.
64384         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
64385         * lib/mbswidth.c (mbswidth): Add a flags argument.
64386         (mbsnwidth): New function.
64387
64388 2000-07-24  Jim Meyering  <meyering@lucent.com>
64389
64390         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
64391
64392 2000-07-23  Paul Eggert  <eggert@twinsun.com>
64393
64394         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
64395
64396 2000-07-23  Paul Eggert  <eggert@twinsun.com>
64397
64398         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
64399         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
64400         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
64401         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
64402         invoke multibyte primitives.
64403
64404 2000-07-23  Paul Eggert  <eggert@twinsun.com>
64405
64406         * lib/quotearg.c:
64407         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
64408         so that mbstate_t is always defined.
64409
64410         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
64411         be 1 in at least one GCC installation, and this configuration
64412         error is likely to be common.  Ignoring MB_LEN_MAX hurts
64413         performance on hosts that have mbrtowc but have only unibyte
64414         locales, but I assume these hosts are rare.
64415
64416 2000-07-23  Paul Eggert  <eggert@twinsun.com>
64417
64418         * lib/mbswidth.c (_XOPEN_SOURCE):
64419         Don't define; this causes problems on Solaris 7.
64420         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
64421
64422 2000-07-23  Jim Meyering  <meyering@lucent.com>
64423
64424         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
64425         too: getgrgid, getpwuid, getuid.
64426
64427 2000-07-23  Jim Meyering  <meyering@lucent.com>
64428
64429         * lib/basename.c (base_name): Add an assertion.
64430
64431 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
64432
64433         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
64434         shadow its mbsinit function.
64435
64436 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
64437
64438         * lib/mbswidth.h: New file.
64439         * lib/mbswidth.c: New file.
64440         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
64441         (noinst_HEADERS): Add mbswidth.h.
64442
64443 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
64444
64445         * lib/config.charset: Add support for FreeBSD. Improve support for
64446         HP-UX and IRIX 6.
64447
64448 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
64449
64450         * m4/mbswidth.m4: New file.
64451         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
64452
64453 2000-07-15  Jim Meyering  <meyering@lucent.com>
64454
64455         * lib/makepath.c: Include quote.h.
64456         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
64457         corresponding argument in a `quote (...)' call.
64458         Give better diagnostics.
64459
64460         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
64461         (noinst_HEADERS): Add quote.h.
64462
64463         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
64464         from tar's src/misc.c.
64465         * lib/quote.h: New file.  Prototypes for same.
64466
64467 2000-07-14  Paul Eggert  <eggert@twinsun.com>
64468
64469         From a suggestion by Bruno Haible.
64470         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
64471         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
64472         to decide whether to define the BeOS workaround macro;
64473         this adjusts to the change to AC_MBSTATE_T.
64474
64475 2000-07-14  Jim Meyering  <meyering@lucent.com>
64476
64477         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
64478         jm_AC_TYPE_UINTMAX_T.
64479
64480 2000-07-13  Paul Eggert  <eggert@twinsun.com>
64481
64482         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
64483
64484         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
64485         quotearg_buffer_restyled): Add support for
64486         clocale_quoting_style.  Undo previous change to
64487         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
64488         and "{RIGHT QUOTATION MARK}" msgids.
64489
64490 2000-07-10  Paul Eggert  <eggert@twinsun.com>
64491
64492         From a suggestion by Bruno Haible.
64493         * m4/mbstate_t.m4 (AC_MBSTATE_T):
64494         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
64495         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
64496         and mbstate_t, to a single-part test that simply defines mbstate_t.
64497         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
64498         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
64499
64500 2000-07-10  Jim Meyering  <meyering@lucent.com>
64501
64502         * m4/strerror_r.m4: Mirror the correction made in autoconf.
64503
64504         * m4/gnu-source.m4: Output to confdefs.h directly.
64505         Suggestion from Akim Demaille.
64506
64507 2000-07-09  Paul Eggert  <eggert@twinsun.com>
64508
64509         The old behavior of quoting `like this' doesn't look good with
64510         newer, ISO-style fonts.  See:
64511         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
64512
64513         Instead, quote "like this" by default.  Let the translator
64514         tailor the locale-specific quoting behavior by providing
64515         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
64516
64517         * lib/quotearg.c (N_): New macro.
64518         (gettext_default): New function.
64519         (quotearg_buffer_restyled): Use
64520         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
64521         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
64522
64523 2000-07-09  Jim Meyering  <meyering@lucent.com>
64524
64525         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
64526         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
64527
64528         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
64529         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
64530
64531 2000-07-09  Jim Meyering  <meyering@lucent.com>
64532
64533         * lib/Most files: Update copyright dates to include 2000.
64534
64535 2000-07-08  Jim Meyering  <meyering@lucent.com>
64536
64537         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
64538         if not defined.
64539         (xgethostname): Remove now-unnecessary #ifdef.
64540         Move declaration of `err' into loop where it's used.
64541
64542 2000-07-05  Paul Eggert  <eggert@twinsun.com>
64543         and Bruno Haible  <haible@clisp.cons.org>
64544
64545         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
64546         only if the test for an object-type mbstate_t fails.  This
64547         prevents us from mistakenly reporting that mbstate_t is a
64548         system object type after we "#define mbstate_t int" to work
64549         around its lack.
64550
64551 2000-07-05  Paul Eggert  <eggert@twinsun.com>
64552         and Bruno Haible  <haible@clisp.cons.org>
64553
64554         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
64555
64556 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
64557
64558         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
64559         to strerror_r.
64560         Include <ctype.h> for use of isalpha.
64561
64562 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
64563
64564         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
64565         by allocating a larger buffer. Test the gethostname return value for
64566         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
64567         returns an error and ENAMETOOLONG isn't defined.
64568
64569 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
64570
64571         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
64572         dimension.
64573
64574 2000-07-04  Jim Meyering  <meyering@lucent.com>
64575
64576         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
64577         of the deprecated AC_CHECKING.
64578
64579 2000-07-04  Jim Meyering  <meyering@lucent.com>
64580
64581         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
64582         Reported by Bruno Haible.
64583
64584 2000-07-04  Jim Meyering  <meyering@lucent.com>
64585
64586         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
64587         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
64588         lacks mbrtowc.
64589
64590 2000-07-03  Paul Eggert  <eggert@twinsun.com>
64591
64592         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
64593         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
64594
64595 2000-07-03  Paul Eggert  <eggert@twinsun.com>
64596         and Bruno Haible  <haible@clisp.cons.org>
64597
64598         * lib/quotearg.c (mbrtowc):
64599         Assign to *pwc, and return 1 only if result is nonzero.
64600         (iswprint): Use ISPRINT when substituting our own mbrtowc.
64601
64602 2000-07-03  Jim Meyering  <meyering@lucent.com>
64603
64604         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
64605
64606 2000-07-03  Jim Meyering  <meyering@lucent.com>
64607
64608         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
64609         This is necessary to get a definition of e.g., UTMP_FILE on
64610         HP-UX 10.20.
64611         From Bob Proulx.
64612
64613 2000-07-02  Jim Meyering  <meyering@lucent.com>
64614
64615         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
64616
64617         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
64618         AC_LIBOBJ(function_name).
64619         * m4/chown.m4: Likewise.
64620         * m4/fnmatch.m4: Likewise.
64621         * m4/ftruncate.m4: Likewise.
64622         * m4/getgroups.m4: Likewise.
64623         * m4/getline.m4: Likewise.
64624         * m4/group-member.m4: Likewise.
64625         * m4/jm-macros.m4: Likewise.
64626         * m4/lstat.m4: Likewise.
64627         * m4/malloc.m4: Likewise.
64628         * m4/memcmp.m4: Likewise.
64629         * m4/nanosleep.m4: Likewise.
64630         * m4/putenv.m4: Likewise.
64631         * m4/realloc.m4: Likewise.
64632         * m4/regex.m4: Likewise.
64633         * m4/stat.m4: Likewise.
64634         * m4/strftime.m4: Likewise.
64635
64636 2000-07-02  Jim Meyering  <meyering@lucent.com>
64637
64638         * lib/quotearg.c (mbstate_t): Don't define here.
64639
64640 2000-07-02  Jim Meyering  <meyering@lucent.com>
64641
64642         * lib/nanosleep.c (SIGCONT): Define if not already defined.
64643
64644 2000-07-01  Jim Meyering  <meyering@lucent.com>
64645
64646         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
64647
64648 2000-07-01  Jim Meyering  <meyering@lucent.com>
64649
64650         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
64651         problem.
64652
64653 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
64654
64655         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
64656         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
64657
64658 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
64659
64660         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
64661         per change in ../m4/ls-mntd-fs.m4.
64662         (read_filesystem_list): Ignore symbolic links.
64663
64664 2000-06-29  Jim Meyering  <meyering@lucent.com>
64665
64666         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
64667         for declaration of strcmp.
64668
64669         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
64670
64671         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
64672         Avoid warning by casting result to `char *' to remove `const'.
64673
64674 2000-06-28  Jim Meyering  <meyering@lucent.com>
64675
64676         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
64677         included by quotearg.c, for which we perform this test.  From
64678         Bruno Haible.
64679
64680 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
64681
64682         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
64683         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
64684         <utmpx.h> exists, put readutmp.o into LIBOBJS.
64685
64686 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
64687
64688         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
64689
64690 2000-06-26  Paul Eggert  <eggert@twinsun.com>
64691
64692         savedir now sets errno on failure and invokes xmalloc to get memory.
64693         Fix a couple of other minor bugs while we're at it.
64694
64695         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
64696         (NAMLEN): Remove macro.
64697         (malloc, realloc): Remove decls.
64698         (stpcpy): Likewise.
64699         ("xalloc.h"): Include.
64700         (NAME_SIZE_DEFAULT): New macro.
64701         (savedir): Use xmalloc / xrealloc to allocate memory.
64702         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
64703         Skip "" directory entries.
64704         Use strlen to calculate directory entry length, since the old method
64705         is rarely used these days and isn't worth supporting.
64706         Don't use a pointer after freeing it.
64707         Check for integer overflow when calculating allocation size.
64708         Use memcpy to copy entries, instead of stpcpy.
64709         Set errno properly when returning NULL.
64710         Check for readdir error.
64711
64712 2000-06-26  Jim Meyering  <meyering@lucent.com>
64713
64714         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
64715
64716 2000-06-25  Jim Meyering  <meyering@lucent.com>
64717
64718         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
64719         Linux header bug when _XOPEN_SOURCE is defined to 500.
64720
64721 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
64722
64723         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
64724         deficiency.
64725
64726 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
64727
64728         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
64729         Include xalloc.h.
64730         Don't include <stdlib.h>.  Don't declare malloc, realloc.
64731
64732 2000-06-24  Jim Meyering  <meyering@lucent.com>
64733
64734         * m4/strerror_r.m4: Revive this file -- to try out an experimental
64735         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
64736         for which strerror does return char*, but which lacks a conveniently
64737         accessible declaration of the function.  If the compile-test says
64738         strerror_r doesn't work, then resort to a `run'-test that works on
64739         BeOS and segfaults on DEC Unix.
64740
64741 2000-06-24  Jim Meyering  <meyering@lucent.com>
64742
64743         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
64744
64745 2000-06-23  Paul Eggert  <eggert@twinsun.com>
64746
64747         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
64748         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
64749
64750 2000-06-23  Paul Eggert  <eggert@twinsun.com>
64751
64752         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
64753         (mbrtowc, mbstate_t): Define substitutes if
64754         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
64755         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
64756         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
64757
64758 2000-06-23  Jim Meyering  <meyering@lucent.com>
64759
64760         * m4/afs.m4: Add missing AC_MSG_RESULT.
64761         Reported by Bruno Haible.
64762
64763         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
64764         Suggestion from Bruno Haible.
64765
64766 2000-06-23  Jim Meyering  <meyering@lucent.com>
64767
64768         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
64769
64770 2000-06-21  Jim Meyering  <meyering@lucent.com>
64771
64772         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
64773
64774 2000-06-21  Jim Meyering  <meyering@lucent.com>
64775
64776         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
64777         (noinst_HEADERS): Add getstr.h.
64778
64779         * lib/getline.c (getstr): Move into a separate file.
64780         * lib/getstr.c (getstr): New file, extracted from getline.c, with
64781         the following changes: new parameter, delim2; both delim[12]
64782         parameters have type `int', not `char'.  The latter would lose
64783         with 8-bit delimiters.
64784         * lib/getstr.h: New file.
64785
64786 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
64787
64788         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
64789         than 1024, return a memory chunk of least possible size, instead
64790         of size PATH_MAX + 2. In the loop, increment the size proportionally.
64791         Use free/xmalloc instead of xrealloc to avoid copying for very long
64792         paths.
64793
64794 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
64795
64796         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
64797         the empty string.
64798
64799 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
64800
64801         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
64802         address, not strdup.  Include <stdlib.h> and don't declare free().
64803
64804 2000-06-19  Jim Meyering  <meyering@lucent.com>
64805
64806         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
64807
64808 2000-06-18  Jim Meyering  <meyering@lucent.com>
64809
64810         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
64811
64812         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
64813         `checking whether...' message to be consistent with that of the
64814         lstat test.
64815
64816 2000-06-18  Jim Meyering  <meyering@lucent.com>
64817
64818         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
64819         Besides, these days every porting target provides a mkdir function.
64820
64821         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
64822         needed. (this snippet comes from src/system.h).
64823
64824 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
64825
64826         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
64827
64828 2000-06-15  Paul Eggert  <eggert@twinsun.com>
64829
64830         * lib/human.c (adjust_value): New function.
64831         (human_readable_inexact): Apply rounding style even when
64832         printing approximate values.
64833
64834 2000-06-14  Paul Eggert  <eggert@twinsun.com>
64835
64836         * lib/human.c (human_readable_inexact): Allow an input block
64837         size that is not a multiple of the output block size, and vice versa.
64838         Reported by Piergiorgio Sartor.
64839
64840 2000-06-14  Paul Eggert  <eggert@twinsun.com>
64841
64842         * lib/getdate.y (get_date): Apply relative times after time
64843         zone indicator, not before.  Reported by Todd A. Jacobs.
64844
64845 2000-06-13  Jim Meyering  <meyering@lucent.com>
64846
64847         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
64848
64849         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
64850
64851 2000-06-12  Paul Eggert  <eggert@twinsun.com>
64852
64853         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
64854
64855 2000-06-12  Jim Meyering  <meyering@lucent.com>
64856
64857         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
64858         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
64859         optional argument.
64860         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
64861         the optional argument, `lib'.
64862
64863 2000-06-08  Jim Meyering  <meyering@lucent.com>
64864
64865         * m4/largefile.m4: Remove file (now that it's part of autoconf).
64866
64867 2000-06-04  Paul Eggert  <eggert@twinsun.com>
64868
64869         Rewrite largefile configuration so that we don't need to run
64870         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
64871         AC_CANONICAL_HOST in configure.in -- jmm]
64872
64873         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
64874         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
64875         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
64876         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
64877         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
64878         All uses changed.
64879         Instead of inspecting the output of getconf, try to compile the
64880         test program without and with the macro definition.
64881         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
64882         for getconf.  Instead, check for the needed flags by compiling
64883         test programs.
64884
64885 2000-06-04  Paul Eggert  <eggert@twinsun.com>
64886
64887         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
64888
64889 2000-06-04  Jim Meyering  <meyering@lucent.com>
64890
64891         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
64892         SunOS 4.1.4 for which gid_t is an unsigned type.
64893
64894 2000-06-03  Jim Meyering  <meyering@lucent.com>
64895
64896         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
64897         now that autoconf requires that.
64898
64899         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
64900         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
64901         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
64902
64903 2000-06-03  Jim Meyering  <meyering@lucent.com>
64904
64905         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
64906
64907 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
64908
64909         * m4/glibc21.m4: New file.
64910         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
64911
64912 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
64913
64914         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
64915         newer, don't install charset.alias.
64916         * lib/config.charset: Change the Linux/glibc rules so they become empty
64917         on glibc-2.1 or newer.
64918
64919 2000-06-02  Jim Meyering  <meyering@lucent.com>
64920
64921         * lib/mountlist.c: Back out last change.  Instead, do this...
64922         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
64923         me_dummy member using the same `ignore'-testing code.
64924         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
64925         fs_type strings.
64926         From Mark D. Roth.
64927
64928 2000-05-29  Jim Meyering  <meyering@lucent.com>
64929
64930         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
64931         mounts with the `ignore' attribute.  Based on a patch from
64932         Mark D. Roth.
64933
64934 2000-05-28  Jim Meyering  <meyering@lucent.com>
64935
64936         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
64937         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
64938         * m4/stat.m4: Likewise.
64939         * m4/lstat.m4: Likewise.
64940         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
64941
64942         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
64943         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
64944
64945 2000-05-26  Jim Meyering  <meyering@lucent.com>
64946
64947         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
64948
64949 2000-05-24  Jim Meyering  <meyering@lucent.com>
64950
64951         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
64952         autoconf requires that.
64953         * m4/lib-check.m4: Likewise.
64954         * m4/jm-macros.m4: Likewise.
64955         * m4/strftime.m4: Likewise.
64956
64957         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
64958         AC_CHECK_DECLS, now that autoconf requires that.
64959
64960 2000-05-22  Jim Meyering  <meyering@lucent.com>
64961
64962         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
64963         * m4/lstat.m4: Likewise.
64964
64965 2000-05-22  Jim Meyering  <meyering@lucent.com>
64966
64967         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
64968
64969 2000-05-20  Jim Meyering  <meyering@lucent.com>
64970
64971         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
64972         (jm_PREREQ): Use it.
64973
64974 2000-05-18  Jim Meyering  <meyering@lucent.com>
64975
64976         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
64977         back, too, since it may have been modified by allocate_entry.
64978         (hash_delete): Rewrite to use neither the assignment operator
64979         nor the comma operator in an if-expression.
64980
64981 2000-05-15  Paul Eggert  <eggert@twinsun.com>
64982
64983         * lib/closeout.c:
64984         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
64985         Remove; no longer needed.
64986         "quotearg.h": Add include.
64987         (file_name): Do not bother to explicitly initialize to NULL; it's less
64988         efficient on some hosts.
64989         (close_stdout_status): Remove test as to whether stdout was already
64990         closed; it breaks for the case "echo x | sort >&-".
64991         Quote file name colons.
64992         Do not assume that _("write error") lacks format strings.
64993
64994 2000-05-15  Jim Meyering  <meyering@lucent.com>
64995
64996         * lib/version-etc.c (version_etc_copyright): Update the copyright
64997         string used in all --version output.
64998
64999 2000-05-14  Jim Meyering  <meyering@lucent.com>
65000
65001         * lib/closeout.c (close_stdout_set_file_name): New function.
65002         (close_stdout_status): Use new file-scoped global.
65003         Return right away if fstat says the stdout file descriptor is invalid.
65004         * lib/closeout.h (close_stdout_set_file_name): Declare.
65005
65006 2000-05-10  Jim Meyering  <meyering@lucent.com>
65007
65008         * lib/closeout.c [default_exit_status]: New file-scoped variable.
65009         (close_stdout_set_status): New function.
65010         * lib/closeout.h (close_stdout_set_status): Declare.
65011
65012 2000-05-09  Jim Meyering  <meyering@lucent.com>
65013
65014         * m4/gettext.m4: Rename this...
65015         * m4/libintl.m4: ...to this.
65016
65017 2000-05-08  Jim Meyering  <meyering@lucent.com>
65018
65019         * lib/long-options.c: Don't include closeout.h.
65020         (parse_long_options): Don't call close_stdout for --version.
65021
65022 2000-05-06  Paul Eggert  <eggert@twinsun.com>
65023
65024         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
65025         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
65026         2.1.3 bug.  This avoids a clash when files like regex.c define
65027         _GNU_SOURCE.
65028
65029 2000-05-06  Jim Meyering  <meyering@lucent.com>
65030
65031         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
65032         (AC_REPLACE_FUNCS): Add strnlen.
65033
65034         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
65035         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
65036
65037         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
65038         AC_SEARCH_LIBS call for nanosleep.
65039         (LIB_NANOSLEEP): Set and AC_SUBST.
65040
65041 2000-05-06  Jim Meyering  <meyering@lucent.com>
65042
65043         * lib/strnlen.c: Undefine __strnlen and strnlen.
65044         [!weak_alias]: Define __strnlen to strnlen.
65045
65046         * lib/atexit.c: New file, from libiberty.
65047
65048 2000-05-06  Jim Meyering  <meyering@lucent.com>
65049
65050         * lib/closeout.c (close_stdout_status): Also check for errors on the
65051         stderr stream.
65052
65053 2000-05-05  Jim Meyering  <meyering@lucent.com>
65054
65055         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
65056         AC_SEARCH_LIBS call for clock_gettime.
65057         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
65058
65059         * m4/search-libs.m4: Update from autoconf.
65060
65061         su doesn't work on Solaris 2.6.
65062         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
65063         <shadow.h>.  Reported by Dragos Harabor.
65064
65065 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
65066
65067         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
65068         memcpy instead of xmalloc, xrealloc, path_concat.
65069         (locale_charset): Treat empty environment variables as absent.
65070         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
65071
65072 2000-05-04  Jim Meyering  <meyering@lucent.com>
65073
65074         * lib/getopt.c: Update from glibc.
65075         * lib/obstack.c: Likewise.
65076         * lib/obstack.h: Likewise.
65077         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
65078         file
65079
65080         * lib/regex.h: Likewise.
65081         * lib/strndup.c: Likewise.
65082         * lib/strnlen.c: New file, from glibc.
65083
65084 2000-05-03  Jim Meyering  <meyering@lucent.com>
65085
65086         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
65087
65088 2000-05-02  Paul Eggert  <eggert@twinsun.com>
65089
65090         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
65091         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
65092         compile-time test, rather than inspecting host and OS, to
65093         decide whether to define _LARGEFILE_SOURCE.
65094
65095 2000-05-01  Jim Meyering  <meyering@lucent.com>
65096
65097         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
65098
65099         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
65100         Based on a patch from Bruno Haible.
65101
65102 2000-05-01  Jim Meyering  <meyering@lucent.com>
65103
65104         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
65105
65106 2000-04-29  Jim Meyering  <meyering@lucent.com>
65107
65108         * lib/path-concat.c: Declare strdup only if it's not defined.
65109         * lib/canon-host.c: Likewise.
65110
65111 2000-04-28  Jim Meyering  <meyering@lucent.com>
65112
65113         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
65114         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
65115         is included first, then limits.h is included by locale.h by libintl.h.
65116         From John David Anglin.
65117
65118 2000-04-25  Jim Meyering  <meyering@lucent.com>
65119
65120         * lib/makepath.c (S_IRWXUGO): Define.
65121         (make_path): Always perform explicit chmod if MODE specifies any
65122         of the `special' permission bits.  Prompted by a bug report against
65123         install from Mate Wierdl and Joost van Baal.
65124
65125 2000-04-18  Jim Meyering  <meyering@lucent.com>
65126
65127         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
65128         (jm_PREREQ): Use it.
65129
65130 2000-04-18  Jim Meyering  <meyering@lucent.com>
65131
65132         * lib/README: New file.
65133
65134         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
65135         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
65136
65137 2000-04-17  Jim Meyering  <meyering@lucent.com>
65138
65139         Get it right :-)
65140         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
65141         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
65142         Suggestion from Akim Demaille.
65143
65144 2000-04-17  Jim Meyering  <meyering@lucent.com>
65145
65146         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
65147         the definition of it to rpl_strftime also defined-away the system's
65148         declaration.
65149
65150 2000-04-15  Jim Meyering  <meyering@lucent.com>
65151
65152         Use `C' to denote so-called `contiguous' files, the same way
65153         that tar does.
65154         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
65155         (ftypelet): Use S_ISCTG.
65156         From Michael Deutschmann.
65157
65158 2000-04-14  Jim Meyering  <meyering@lucent.com>
65159
65160         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
65161         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
65162         clobbered.
65163
65164 2000-04-14  Jim Meyering  <meyering@lucent.com>
65165
65166         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
65167
65168 2000-04-13  Jim Meyering  <meyering@lucent.com>
65169
65170         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
65171         AH_VERBATIM to insert required #ifndef into config.h.in.
65172         Suggestion from Akim Demaille.
65173
65174 2000-04-12  Jim Meyering  <meyering@lucent.com>
65175
65176         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
65177         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
65178         Christian Krackowizer.
65179
65180         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
65181         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
65182         (AC_SYS_LARGEFILE): Require.
65183         (AM_C_PROTOTYPES): Require.
65184
65185 2000-04-08  Jim Meyering  <meyering@lucent.com>
65186
65187         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
65188         names don't conflict.  Reported by Eli Zaretskii.
65189
65190 2000-04-07  Jim Meyering  <meyering@lucent.com>
65191
65192         * lib/putenv.c: Move inclusion of errno.h so it follows that of
65193         sys/types.h, to work around system header problems on AIX 3.2.5.
65194         From Bruno Haible.
65195
65196 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
65197
65198         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
65199         bug.  Deal with the different error behavior of Irix iconv.
65200
65201 2000-04-05  Paul Eggert  <eggert@twinsun.com>
65202
65203         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
65204         IRIX if the installer said otherwise.
65205
65206 2000-04-05  Jim Meyering  <meyering@lucent.com>
65207
65208         Portability tweaks required for ultrix4.3.
65209         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
65210         (jm_CHECK_DECLS): Add getutent to the list of functions.
65211         (_jm_DECL_HEADERS): Add utmpx.h.
65212         From John David Anglin.
65213
65214         * m4/strftime.m4: Back out the 2000-04-02 change.
65215         Instead of that change, simply undefine putenv in the test program.
65216
65217 2000-04-05  Jim Meyering  <meyering@lucent.com>
65218
65219         Portability tweaks required for ultrix4.3.
65220         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
65221         getutent.
65222         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
65223         * lib/canon-host.c: Declare strdup.
65224         * lib/path-concat.c: Likewise.
65225         From John David Anglin.
65226
65227 2000-04-04  Jim Meyering  <meyering@lucent.com>
65228
65229         Be more DOS 8.3-friendly.
65230         * lib/ref-add.sin: Renamed from ref-add.sed.in.
65231         * lib/ref-del.sin: Renamed from ref-del.sed.in.
65232         * lib/Makefile.am: Reflect renaming.
65233         Reported by Eli Zaretskii.
65234
65235         Use a temporary file name that won't clash with `charset.alias'
65236         in the DOS 8.3 name space.
65237         * lib/Makefile.am (charset_tmp): Define.
65238         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
65239         (uninstall-local): Likewise.
65240         Reported by Eli Zaretskii.
65241
65242 2000-04-03  Jim Meyering  <meyering@lucent.com>
65243
65244         * m4/gettext.m4: Fix typo in comment.
65245
65246         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
65247         textutils/configure.in).  Suggestion from Paul Eggert.
65248         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
65249
65250 2000-04-02  Paul Eggert  <eggert@twinsun.com>
65251
65252         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
65253         variable in the shell rather than using putenv, which isn't
65254         portable.  This avoids the configure-time inter-test dependency
65255         on the potentially-renamed putenv function.
65256
65257 2000-03-30  Paul Eggert  <eggert@twinsun.com>
65258
65259         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
65260         before checking struct stat.st_blksize, so that
65261         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
65262
65263 2000-03-29  Paul Eggert  <eggert@twinsun.com>
65264
65265         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
65266         since strftime.c uses HAVE_STRFTIME to decide whether to use
65267         the underlying strftime.
65268
65269 2000-03-29  Paul Eggert  <eggert@twinsun.com>
65270
65271         * lib/time/strftime.c (my_strftime): Make sure we call the system
65272         strftime, not ourselves, when invoking the underlying strftime.
65273
65274 2000-03-24  Jim Meyering  <meyering@lucent.com>
65275
65276         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
65277         (charset_alias): Define.
65278         (install-exec-local): Factor out common code.
65279         (uninstall-local): Split lines longer than 80.
65280         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
65281         (SUFFIXES): Define.
65282         (.sed.in.sed): New rule.  Don't redirect directly to $@.
65283         (CLEANFILES): Add ref-add.sed and ref-del.sed.
65284
65285 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
65286
65287         * lib/config.charset: Output a line containing "Packages using this
65288         file".
65289         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
65290         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
65291         ref-del.sed): New rules.
65292
65293 2000-03-17  Jim Meyering  <meyering@lucent.com>
65294
65295         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
65296         Otherwise, include <strings.h>
65297
65298 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
65299
65300         * lib/unicodeio.c (utf8_wctomb): New function.
65301         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
65302         format instead of in UCS-4 with platform dependent endianness.
65303
65304 2000-03-10  Jim Meyering  <meyering@lucent.com>
65305
65306         * m4/lib-check.m4: Look for getspnam in -lgen, too.
65307         From Marco Franzen.
65308
65309 2000-03-07  Paul Eggert  <eggert@twinsun.com>
65310
65311         * lib/savedir.c (savedir): Work even if directory size is
65312         negative; this can happen with some screwy NFS configurations.
65313
65314 2000-03-06  Jim Meyering  <meyering@lucent.com>
65315
65316         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
65317         if it's NULL (because we ran out of memory).  From Bruno Haible.
65318
65319 2000-03-05  Jim Meyering  <meyering@lucent.com>
65320
65321         * lib/localcharset.c ("path-concat.h"): Include.
65322         (get_charset_aliases): Use path_concat instead of ANSI string
65323         concatenation.
65324
65325         * lib/unicodeio.h (PARAMS): Define.
65326         Use it to guard prototype.
65327
65328 2000-03-04  Jim Meyering  <meyering@lucent.com>
65329
65330         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
65331         for lib/localcharset.c.
65332
65333 2000-03-04  Jim Meyering  <meyering@lucent.com>
65334
65335         * lib/Makefile.am (install-exec-local): Create $(libdir) before
65336         installing into it.
65337         (uninstall-local): Uncomment this rule so `make distcheck' works
65338         once again.
65339
65340         * lib/unicodeio.c (<errno.h>): Include it.
65341         (errno): Declare if not defined.
65342
65343         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
65344
65345         * lib/config.charset: New version, incorporating remarks from a linux
65346         i18n mailing list.  From Bruno Haible.
65347
65348 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
65349
65350         * m4/codeset.m4: New file.
65351         * m4/iconv.m4: New file.
65352         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
65353
65354 2000-03-03  Jim Meyering  <meyering@lucent.com>
65355
65356         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
65357
65358 2000-03-02  Jim Meyering  <meyering@lucent.com>
65359
65360         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
65361         the messages come out on separate lines.
65362
65363         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
65364         rather than jm_CHECK_DECLARATIONS.
65365         * m4/decl.m4: Remove now-unused file.
65366
65367         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
65368         geteuid.
65369
65370 2000-03-02  Jim Meyering  <meyering@lucent.com>
65371
65372         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
65373
65374 2000-03-01  Jim Meyering  <meyering@lucent.com>
65375
65376         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
65377         * lib/unicodeio.c: Likewise.
65378
65379 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
65380
65381         * lib/config.charset: New file.
65382         * lib/localcharset.c: New file.
65383         * lib/unicodeio.h, lib/unicodeio.c: New files.
65384         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
65385         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
65386         (noinst_HEADERS): Add unicodeio.h.
65387         (all-local, install-exec-local, charset.alias): New targets.
65388
65389 2000-02-28  Paul Eggert  <eggert@twinsun.com>
65390
65391         * lib/quotearg.c (ALERT_CHAR): New macro.
65392         (quotearg_buffer_restyled): Use it.
65393
65394 2000-02-27  Jim Meyering  <meyering@lucent.com>
65395
65396         * m4/check-decl.m4: Add getenv to the list.
65397
65398 2000-02-27  Jim Meyering  <meyering@lucent.com>
65399
65400         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
65401         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
65402
65403         * lib/backupfile.c: Guard inclusion of stdlib.h with
65404         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
65405         Declare malloc if needed.
65406
65407         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
65408         `#ifndef HAVE_DECL..'
65409         now that autoconf always defines the HAVE_DECL_ symbols.
65410         * lib/human.c: Likewise.
65411         * lib/same.c: Likewise.
65412         * lib/strtoumax.c: Likewise.
65413
65414         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
65415         declaration check was not run.
65416         * lib/hash.c: Likewise.
65417         * lib/human.c: Likewise.
65418         * lib/same.c: Likewise.
65419         * lib/strtoumax.c: Likewise.
65420
65421         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
65422         `.', then first look up the entire `.'-containing string as a login
65423         name.
65424
65425 2000-02-23  Jim Meyering  <meyering@lucent.com>
65426
65427         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
65428         in place of my hack.
65429
65430 2000-02-18  Paul Eggert  <eggert@twinsun.com>
65431
65432         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
65433         (textint): New typedef.
65434         (parser_control): Member year changed from int to textint.
65435         All uses changed.
65436         (YYSTYPE): Removed; replaced by %union with int and textint members.
65437         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
65438         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
65439         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
65440         (tSNUMBER, tUNUMBER): Now of type <textintval>.
65441         (date, number, to_year): Use width of number in digits, not its value,
65442         to determine whether it's a 2-digit year, or a 2-digit time.
65443         (yylex): Store number of digits of numeric tokens.
65444         Reported by John Kendall.
65445
65446         (parser_control): Changed from struct parser_control to typedef (for
65447         consistency).  All uses changed.
65448
65449         (tID): Removed; not used.
65450         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
65451
65452 2000-02-14  Paul Eggert  <eggert@twinsun.com>
65453
65454         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
65455         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
65456
65457 2000-02-12  Jim Meyering  <meyering@lucent.com>
65458
65459         * lib/userspec.c (ISDIGIT): Define it.
65460         (isdigit): Remove definition.
65461         (is_number): Use ISDIGIT, not isdigit.
65462         <libintl.h>: Include.
65463         (_ and N_): Define.
65464         (parse_user_spec): Mark translatable strings.
65465
65466 2000-02-10  Jim Meyering  <meyering@lucent.com>
65467
65468         With these changes, nanosleep.[ch] are finally enough like the other
65469         lib/* replacement files to compile on a few more losing systems.
65470
65471         * lib/nanosleep.h: Don't include config.h.
65472         Remove prototype from declaration of nanosleep.
65473         (PARAMS): Remove now-unneeded definition.
65474         * lib/nanosleep.c: #undef nanosleep.
65475         (rpl_nanosleep): Rename from nanosleep.
65476
65477 2000-02-10  Jim Meyering  <meyering@lucent.com>
65478
65479         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
65480         gnu_nanosleep to rpl_nanosleep.
65481
65482 2000-02-09  Jim Meyering  <meyering@lucent.com>
65483
65484         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
65485         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
65486
65487 2000-02-08  Akim Demaille  <akim@epita.fr>
65488
65489         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
65490         `[' and `]' and remove uses of `changequote'.
65491         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
65492         (AC_SYS_LARGEFILE): Likewise.
65493         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
65494         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
65495         of changequote.
65496         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
65497         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
65498         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
65499         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
65500
65501 2000-02-05  Jim Meyering  <meyering@lucent.com>
65502
65503         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
65504         Remove explicit use of AC_HEADER_TIME.  It is required by
65505         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
65506         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
65507         in autoconf whereby the expansion of the latter ended up preceding
65508         the expansion of its prerequisite, AC_HEADER_TIME.
65509         Reported by Volker Borchert.
65510
65511 2000-02-03  Jim Meyering  <meyering@lucent.com>
65512
65513         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
65514
65515 2000-02-03  Jim Meyering  <meyering@lucent.com>
65516
65517         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
65518         rather than with `#if HAVE_UTMPNAME'.
65519
65520 2000-02-02  Jim Meyering  <meyering@lucent.com>
65521
65522         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
65523         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
65524         Reported by Eli Zaretskii.
65525
65526 2000-02-01  Jim Meyering  <meyering@lucent.com>
65527
65528         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
65529
65530 2000-01-31  Jim Meyering  <meyering@lucent.com>
65531
65532         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
65533         functions.  Add the time.h and sys/time.h headers along with the
65534         AC_REQUIRE'ment of AC_HEADER_TIME.
65535
65536 2000-01-31  Jim Meyering  <meyering@lucent.com>
65537
65538         * lib/nanosleep.h (nanosleep): Guard declaration with
65539         `#if ! HAVE_DECL_NANOSLEEP'.
65540         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
65541         the declaration in that vendor's sys/timers.h.
65542         Reported by Christian Krackowizer.
65543
65544         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
65545         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
65546         (ISPRINT): Likewise.
65547         Reported by Tom Tromey.
65548
65549 2000-01-30  Jim Meyering  <meyering@lucent.com>
65550
65551         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
65552
65553         * m4/prereq.m4 (utmp_includes): Define.
65554         Check for ut_user and ut_name members in both struct utmpx
65555         and struct utmp.
65556
65557 2000-01-30  Jim Meyering  <meyering@lucent.com>
65558
65559         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
65560         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
65561         header files where only utmpx.ut_user is declared.
65562
65563         * lib/readutmp.h (UT_USER): Define.
65564
65565 2000-01-29  Jim Meyering  <meyering@lucent.com>
65566
65567         * m4/lib-check.m4: New file containing library-related checks from
65568         fileutils and sh-utils (textutils had none).
65569
65570 2000-01-28  Jim Meyering  <meyering@lucent.com>
65571
65572         * m4/perl.m4: Change format of warning message to look more like that
65573         from the missing script.  Suggestion from François Pinard.
65574
65575 2000-01-25  Jim Meyering  <meyering@lucent.com>
65576
65577         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
65578         well as time.h in the compile check.
65579         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
65580         Fix typo in cross-compiling case: s/yes/no/.
65581
65582 2000-01-23  Jim Meyering  <meyering@lucent.com>
65583
65584         * m4/jm-macros.m4: Move df-related tests here from
65585         fileutils/configure.in
65586
65587         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
65588         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
65589
65590         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
65591         s/space/ac_fsusage_space/.
65592         (jm_FILE_SYSTEM_USAGE): Take two parameters.
65593
65594         * m4/ftruncate.m4: New file (derived from part of
65595         fileutils/configure.in).
65596         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
65597         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
65598
65599         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
65600         AC_SUBST these here, rather than just in sh-util/configure.in, so
65601         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
65602         all the same.
65603         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
65604         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
65605         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
65606         (AC_SUBST(POW_LIBM)): Likewise.
65607         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
65608
65609 2000-01-23  Jim Meyering  <meyering@lucent.com>
65610
65611         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
65612         obstack.c.
65613
65614 2000-01-22  Jim Meyering  <meyering@lucent.com>
65615
65616         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
65617
65618         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
65619
65620         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
65621         configure.in
65622         (AC_CHECK_HEADERS): Likewise for sh-utils.
65623         (AC_CHECK_HEADERS): Likewise for textutils.
65624         Merge the three lists of headers.
65625
65626         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
65627         from fileutils' configure.in.
65628
65629         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
65630         code. Moved tests into their own function (_jm_DECL_HEADERS) in
65631         check-decl.m4.
65632
65633         * m4/check-decl.m4: Use #if rather than #ifdef.
65634         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
65635         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
65636         (_jm_DECL_HEADERS): Define new function.
65637         (jm_CHECK_DECLARATIONS): Require it.
65638
65639 2000-01-22  Jim Meyering  <meyering@lucent.com>
65640
65641         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
65642         [! HAVE_DECL_STRTOULL]: Declare strtoull.
65643         Required for some AIX systems.  Reported by Christian Krackowizer.
65644         [TESTING] (main): New function.
65645
65646         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
65647         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
65648         letters.
65649
65650         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
65651         iswprint.
65652
65653         * lib/strverscmp.c (ISDIGIT): Define.
65654         (strverscmp): Use ISDIGIT, not isdigit.
65655
65656 2000-01-19  Jim Meyering  <meyering@lucent.com>
65657
65658         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
65659         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
65660         defines `struct timespec' in <sys/time.h>
65661
65662         * m4/c-bs-a.m4: Remove uses of changequote altogether.
65663         Thanks to Akim for explaining.
65664
65665 2000-01-17  Paul Eggert  <eggert@twinsun.com>
65666
65667         * lib/nanosleep.c (nanosleep):
65668         Don't use SA_INTERRUPT to decide whether to call sigaction, as
65669         POSIX.1 doesn't require SA_INTERRUPT and some systems
65670         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
65671         it's been part of POSIX.1 since day 1 (in 1988).
65672
65673 2000-01-17  Jim Meyering  <meyering@lucent.com>
65674
65675         * lib/interlock: Remove unused file.  Reported by François Pinard.
65676
65677 2000-01-16  Paul Eggert  <eggert@twinsun.com>
65678
65679         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
65680         alert, backslash, formfeed, and vertical tab unnecessarily in
65681         shell quoting style.
65682
65683 2000-01-16  Jim Meyering  <meyering@lucent.com>
65684
65685         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
65686         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
65687         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
65688         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
65689
65690 2000-01-16  Jim Meyering  <meyering@lucent.com>
65691
65692         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
65693         because the latter didn't work.
65694
65695 2000-01-15  Jim Meyering  <meyering@lucent.com>
65696
65697         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
65698         (AC_REPLACE_FUNCS): Add memcpy and memset.
65699         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
65700         Add strpbrk.
65701         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
65702
65703 2000-01-12  Jim Meyering  <meyering@lucent.com>
65704
65705         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
65706         (jm_PREREQ): Use it.
65707         (jm_PREREQ_READUTMP): New macro.
65708         (jm_PREREQ): Use it.
65709
65710 2000-01-11  Paul Eggert  <eggert@twinsun.com>
65711
65712         Quote multibyte characters correctly.
65713         * m4/c-bs-a.m4: New file.
65714         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
65715         (jm_PREREQ): Use it.
65716
65717 2000-01-11  Paul Eggert  <eggert@twinsun.com>
65718
65719         * m4/uintmax_t.m4: Port to autoconf 2.13.
65720
65721 2000-01-08  Jim Meyering  <meyering@ascend.com>
65722
65723         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
65724         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
65725
65726 2000-01-04  Jim Meyering  <meyering@ascend.com>
65727
65728         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
65729         jm_STRUCT_DIRENT_D_TYPE.
65730         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
65731         jm_STRUCT_DIRENT_D_INO.
65732         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
65733         jm_STRUCT_UTIMBUF.
65734         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
65735         renamings.
65736         * m4/utime.m4: Likewise.
65737
65738         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
65739         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
65740
65741 2000-01-03  Paul Eggert  <eggert@twinsun.com>
65742
65743         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
65744         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
65745
65746 2000-01-02  Jim Meyering  <meyering@ascend.com>
65747
65748         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
65749         remember if this is necessary.
65750
65751 1999-12-26  Jim Meyering  <meyering@ascend.com>
65752
65753         * m4/jm-macros.m4: Use it here.
65754         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
65755
65756 1999-12-23  Jim Meyering  <meyering@ascend.com>
65757
65758         * m4/jm-macros.m4: Check for clock_gettime (moved from
65759         fileutils/configure.in)
65760         Check for gettimeofday.
65761
65762 1999-12-20  Jim Meyering  <meyering@ascend.com>
65763
65764         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
65765         autoconf-2.14a-1999-12-20.
65766
65767 1999-12-19  Jim Meyering  <meyering@ascend.com>
65768
65769         * m4/lstat-slash.m4: New file.
65770         * m4/jm-macros.m4: Use the new macro:
65771         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
65772
65773 1999-12-07  Jim Meyering  <meyering@ascend.com>
65774
65775         * m4/perl.m4: Require that File::Compare be available, too.
65776         Too many systems seem to lack it.
65777
65778         * m4/strftime.m4: Add checks for most of the cpp macros tested in
65779         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
65780
65781 1999-11-18  Paul Eggert  <eggert@twinsun.com>
65782
65783         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
65784         problem with the QNX 4.25 shell, which doesn't propagate exit
65785         status of failed commands inside shell assignments.
65786
65787 1999-11-17  Jim Meyering  <meyering@ascend.com>
65788
65789         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
65790
65791 1999-11-07  Jim Meyering  <meyering@ascend.com>
65792
65793         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
65794
65795 1999-11-06  Jim Meyering  <meyering@ascend.com>
65796
65797         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
65798         * m4/jm-macros.m4 (jm_MACROS): Use it here.
65799
65800 1999-11-05  Jim Meyering  <meyering@ascend.com>
65801
65802         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
65803         configure.in of textutils, fileutils, and sh-utils into this one
65804         (shared between those packages) file.
65805         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
65806         AC_STRUCT_ST_BLKSIZE.
65807
65808 1999-11-03  Jim Meyering  <meyering@ascend.com>
65809
65810         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
65811         of AC_CHECK_TYPE checks includes unistd.h.
65812         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
65813         Suggestion from Akim Demaille.
65814
65815 1999-10-30  Jim Meyering  <meyering@ascend.com>
65816
65817         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
65818         m4-quoted string.
65819         * m4/ls-mntd-fs.m4: Likewise.
65820         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
65821         * m4/jm-winsz1.m4: Likewise.
65822
65823         * m4/const.m4: Remove file, since the fix made it into the experimental
65824         version of autoconf.
65825         * m4/mktime.m4: Likewise.
65826
65827         * m4/check-type.m4: Remove file, now that the latest version of
65828         AC_CHECK_TYPE takes a third arg to specify additional #includes.
65829
65830         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
65831         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
65832         AC_CHECK_TYPE.
65833
65834 1999-10-04  Jim Meyering  <meyering@ascend.com>
65835
65836         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
65837
65838 1999-09-22  Paul Eggert  <eggert@twinsun.com>
65839
65840         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
65841         2.95.1 bug with HP-UX 10.20.
65842
65843 1999-09-17  Jim Meyering  <meyering@ascend.com>
65844
65845         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
65846         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
65847         due to missing strdup (against sh-utils-2.0).
65848
65849 1999-08-29  Jim Meyering  <meyering@ascend.com>
65850
65851         * m4/jm-macros.m4: Require jm_BISON.
65852         * m4/bison.m4: New file.
65853
65854 1999-08-17  Paul Eggert  <eggert@twinsun.com>
65855
65856         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
65857         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
65858
65859 1999-08-05  Jim Meyering  <meyering@ascend.com>
65860
65861         * m4/getline.m4: Rename test file from conftestdata to conftest.data
65862         to avoid conflicts with `conftest' on 8+3 filesystems.
65863         Suggestion from Eli Zaretskii.
65864
65865 1999-08-04  Jim Meyering  <meyering@ascend.com>
65866
65867         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
65868         fileutils and sh-utils (textutils's getline test was inadequate).
65869         (AM_FUNC_GETLINE): Run this test.
65870         (AC_CHECK_FUNCS): Check for getdelim.
65871         Reported by Bob Proulx.
65872
65873 1999-08-02  Jim Meyering  <meyering@ascend.com>
65874
65875         * m4/jm-macros.m4: Add a comment.
65876
65877 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65878
65879         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
65880         <inttypes.h> defines strtoumax as a macro (and not as a
65881         function).
65882
65883 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65884
65885         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
65886         that we can shift, multiply and divide unsigned long long
65887         values; Ultrix cc can't do it.
65888
65889 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65890
65891         * m4/mktime.m4: New file, which is a preview of what should appear
65892         in the next public autoconf release.
65893
65894 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65895
65896         * m4/lfs.m4: Remove this file.
65897         * m4/largefile.m4: New file.  It contains the old contents of
65898         lfs.m4, except that all names with prefix AC_LFS have been
65899         changed to use the prefix AC_SYS_LARGEFILE instead, to be
65900         compatible with future autoconf versions.  Also, some minor m4
65901         quoting problems have been fixed.
65902
65903 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65904
65905         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
65906         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
65907         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
65908         and simplify the shell code.
65909
65910 1999-08-01  Jim Meyering  <meyering@ascend.com>
65911
65912         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
65913         m4.
65914
65915 1999-07-20  Jim Meyering  <meyering@ascend.com>
65916
65917         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
65918
65919 1999-07-15  Jim Meyering  <meyering@ascend.com>
65920
65921         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
65922
65923 1999-05-22  Jim Meyering  <meyering@ascend.com>
65924
65925         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
65926
65927 1999-05-20  Jim Meyering  <meyering@ascend.com>
65928
65929         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
65930         Add a colon after each `then' in case $4 is empty.
65931
65932 1999-05-16  Jim Meyering  <meyering@ascend.com>
65933
65934         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
65935
65936 1999-05-10  Jim Meyering  <meyering@ascend.com>
65937
65938         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
65939
65940         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
65941         AC_FUNC_MKTIME.
65942
65943 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
65944
65945         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
65946
65947 1999-05-04  Paul Eggert  <eggert@twinsun.com>
65948
65949         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
65950         not CPPFLAGS, so that linking works correctly in IRIX.
65951
65952 1999-04-30  Paul Eggert  <eggert@twinsun.com>
65953
65954         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
65955
65956 1999-04-20  Paul Eggert  <eggert@twinsun.com>
65957
65958         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
65959         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
65960         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
65961         jm_AC_TYPE_UNSIGNED_LONG_LONG.
65962         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
65963
65964         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
65965
65966 1999-04-20  Jim Meyering  <meyering@ascend.com>
65967
65968         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
65969         AC_REPLACE xstroull if necessary.  From Paul Eggert.
65970         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
65971
65972 1999-04-18  Jim Meyering  <meyering@ascend.com>
65973
65974         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
65975         * m4/jm-macros.m4: Use it.
65976
65977 1999-04-06  Jim Meyering  <meyering@ascend.com>
65978
65979         * m4/strftime.m4: Remove test for %f.
65980
65981 1999-03-29  Jim Meyering  <meyering@ascend.com>
65982
65983         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
65984         superset of the AC_TYPE_* checks in the textutils, fileutils,
65985         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
65986         AC_TYPE_PID_T.
65987
65988 1999-03-28  Jim Meyering  <meyering@ascend.com>
65989
65990         * m4/jm-macros.m4: Define GNU_PACKAGE here.
65991         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
65992         replaced e.g., in the *.sh files of the sh-utils.
65993
65994 1999-03-20  Jim Meyering  <meyering@ascend.com>
65995
65996         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
65997         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
65998         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
65999
66000 1999-03-19  Jim Meyering  <meyering@ascend.com>
66001
66002         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
66003
66004 1999-03-12  Jim Meyering  <meyering@ascend.com>
66005
66006         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
66007
66008 1999-03-07  Jim Meyering  <meyering@ascend.com>
66009
66010         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
66011         declared.
66012
66013 1999-02-17  Jim Meyering  <meyering@ascend.com>
66014
66015         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
66016         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
66017
66018 1999-02-07  Jim Meyering  <meyering@ascend.com>
66019
66020         * m4/group-member.m4: New file -- extracted from sh-utils'
66021         configure.in.
66022
66023         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
66024         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
66025
66026 1999-02-06  Jim Meyering  <meyering@ascend.com>
66027
66028         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
66029         * m4/fnmatch.m4: Likewise.
66030         * m4/getgroups.m4: Likewise.
66031         * m4/lstat.m4: Likewise.
66032         * m4/malloc.m4: Likewise.
66033         * m4/putenv.m4: Likewise.
66034         * m4/realloc.m4: Likewise.
66035         * m4/regex.m4: Likewise.
66036         * m4/stat.m4: Likewise.
66037         * m4/strftime.m4: Likewise.
66038         Suggestion from Alain Magloire.
66039
66040         * m4/chown.m4: Use `.$ac_objext', not `.o'.
66041         * m4/fnmatch.m4: Likewise.
66042         * m4/getgroups.m4: Likewise.
66043         * m4/getline.m4: Likewise.
66044         * m4/lstat.m4: Likewise.
66045         * m4/malloc.m4: Likewise.
66046         * m4/memcmp.m4: Likewise.
66047         * m4/putenv.m4: Likewise.
66048         * m4/realloc.m4: Likewise.
66049         * m4/regex.m4: Likewise.
66050         * m4/stat.m4: Likewise.
66051         * m4/strftime.m4: Likewise.
66052         Suggestion from Alain Magloire.
66053
66054         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
66055         an argument.
66056
66057         * m4/regex.m4: Add a run-time Test for proper operation of
66058         re_compile_pattern.
66059
66060 1999-01-31  Jim Meyering  <meyering@ascend.com>
66061
66062         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
66063
66064 1999-01-30  Jim Meyering  <meyering@ascend.com>
66065
66066         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
66067
66068         * m4/jm-mktime.m4: Make this a wrapper around the official
66069         AM_FUNC_MKTIME rather than my private copy, now that the official one
66070         is up to date.
66071         * m4/mktime.m4: Remove file.
66072
66073         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
66074         * m4/uptime.m4: Likewise.
66075         * m4/uintmax_t.m4: Likewise.
66076
66077 1999-01-28  Jim Meyering  <meyering@ascend.com>
66078
66079         * m4/jm-macros.m4: Use jm_AFS.
66080         * m4/afs.m4: New file (from fileutils' configure.in).
66081
66082         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
66083         * m4/chown.m4: Likewise.
66084         * m4/d-ino.m4: Likewise.
66085         * m4/d-type.m4: Likewise.
66086         * m4/fnmatch.m4: Likewise.
66087         * m4/getgroups.m4: Likewise.
66088         * m4/gettext.m4: Likewise.
66089         * m4/jm-mktime.m4: Likewise.
66090         * m4/jm-winsz2.m4: Likewise.
66091         * m4/lcmessage.m4: Likewise.
66092         * m4/ls-mntd-fs.m4: Likewise.
66093         * m4/malloc.m4: Likewise.
66094         * m4/memcmp.m4: Likewise.
66095         * m4/putenv.m4: Likewise.
66096         * m4/realloc.m4: Likewise.
66097         * m4/st_mtim.m4: Likewise.
66098         * m4/strftime.m4: Likewise.
66099
66100 1999-01-16  Jim Meyering  <meyering@ascend.com>
66101
66102         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
66103         (ARGMATCH_DIE_DECL): Define.
66104
66105 1999-01-12  Jim Meyering  <meyering@ascend.com>
66106
66107         * m4/Makefile.am.in: Rewrite to avoid using fmt.
66108         Reported by Lars Hecking.
66109
66110 1999-01-10  Jim Meyering  <meyering@ascend.com>
66111
66112         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
66113         gross kludge.
66114         * m4/inttypes_h.m4: Likewise.
66115         * m4/lstat.m4: Likewise.
66116         * m4/malloc.m4: Likewise.
66117         * m4/readdir.m4: Likewise.
66118         * m4/realloc.m4: Likewise.
66119         * m4/st_dm_mode.m4: Likewise.
66120         * m4/stat.m4: Likewise.
66121         * m4/utimbuf.m4: Likewise.
66122         * m4/utimes.m4: Likewise.
66123
66124         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
66125         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
66126         comments in config.h.in are meaningful.
66127
66128         * m4/jm-macros.m4: Require autoconf-2.13 here.
66129
66130         * m4/regex.m4: By default, don't use the included regex.c on systems
66131         with glibc 2.  Suggestion from Uli Drepper.
66132
66133 1999-01-02  Jim Meyering  <meyering@ascend.com>
66134
66135         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
66136
66137 1998-12-18  Jim Meyering  <meyering@ascend.com>
66138
66139         * m4/Makefile.am.in (Makefile.am): Simplify rule.
66140         Based on a suggestion from Lars Hecking.
66141
66142 1998-11-16  Paul Eggert  <eggert@twinsun.com>
66143
66144         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
66145
66146 1998-11-16  Jim Meyering  <meyering@ascend.com>
66147
66148         * m4/lfs.m4: Double-quote the `uname...` expression.
66149
66150 1998-11-14  Jim Meyering  <meyering@ascend.com>
66151
66152         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
66153         * m4/stat.m4: Likewise.
66154
66155 1998-11-03  Jim Meyering  <meyering@ascend.com>
66156
66157         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
66158         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
66159
66160 1998-10-18  Jim Meyering  <meyering@ascend.com>
66161
66162         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
66163
66164 1998-10-17  Jim Meyering  <meyering@ascend.com>
66165
66166         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
66167         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
66168         calls for those previously hard-coded headers.  Instead, take a new
66169         parameter.
66170         (jm_CHECK_DECLARATIONS): Reflect interface change.
66171         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
66172         (jm_CHECK_DECL_LOCALTIME_R): New macro.
66173
66174         * m4/mktime.m4: Test for spring-forward gap before long-running test.
66175
66176 1998-10-14  Jim Meyering  <meyering@ascend.com>
66177
66178         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
66179         instead of "TZ=America/Vancouver".  From Paul Eggert.
66180
66181 1998-10-11  Jim Meyering  <meyering@ascend.com>
66182
66183         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
66184         This adds a test for a recently added compatibility fix for mktime.c.
66185         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
66186
66187 1998-09-27  Jim Meyering  <meyering@ascend.com>
66188
66189         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
66190
66191         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
66192         ../configure.in, including a change from Gordon Matzigkeit to allow
66193         cross-compiling for the Hurd.
66194
66195         * m4/glibc.m4: New file/macro to test for the GNU C Library
66196         versions 1 and 2.  From Gordon Matzigkeit.
66197         Indent.
66198
66199 1998-09-21  Jim Meyering  <meyering@ascend.com>
66200
66201         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
66202
66203 1998-08-18  Paul Eggert  <eggert@twinsun.com>
66204
66205         Port nanosecond-resolution times to UnixWare 2.1.2 and
66206         pedantic Solaris 2.6.
66207
66208         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
66209         AC_STRUCT_ST_MTIM.
66210         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
66211         Generate name of ns member, instead of just 1 or undef.
66212         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
66213
66214 1998-08-15  Jim Meyering  <meyering@ascend.com>
66215
66216         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
66217         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
66218         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
66219         instead of jm_TYPE_SSIZE_T.
66220
66221 1998-08-12  Jim Meyering  <meyering@ascend.com>
66222
66223         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
66224
66225 1998-08-02  Jim Meyering  <meyering@ascend.com>
66226
66227         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
66228         in acconfig.h manually.
66229
66230 1998-07-31  Paul Eggert  <eggert@twinsun.com>
66231
66232         * m4/st_mtim.m4: New file.
66233
66234 1998-07-28  Jim Meyering  <meyering@ascend.com>
66235
66236         * m4/utimes.m4: Undef stat.
66237
66238 1998-07-25  Jim Meyering  <meyering@ascend.com>
66239
66240         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
66241         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
66242
66243 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
66244
66245         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
66246         uid and gid actually remain unchanged.
66247
66248 1998-07-07  Jim Meyering  <meyering@ascend.com>
66249
66250         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
66251
66252 1998-07-04  Jim Meyering  <meyering@ascend.com>
66253
66254         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
66255         to prove that this macro can be used in packages without regex.c.
66256
66257 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
66258
66259         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
66260         is to be used.
66261
66262 1998-07-03  Jim Meyering  <meyering@ascend.com>
66263
66264         * m4/gettext.m4: Add -lintl if it's found to be necessary.
66265
66266         * m4/gettext.m4: New file -- from gettext-0.10.35.
66267         * m4/lcmessage.m4: Likewise.
66268         * m4/progtest.m4: Likewise.
66269
66270         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
66271         * m4/jm-macros.m4: Require the new macro.
66272
66273 1998-06-29  Jim Meyering  <meyering@ascend.com>
66274
66275         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
66276         for the definition of NGROUPS (used in a system header included
66277         by sys/mount.h).
66278
66279 1998-06-28  Jim Meyering  <meyering@ascend.com>
66280
66281         * m4/ls-mntd-fs.m4: New file.
66282         * m4/fstypename.m4: New file.
66283
66284         * m4/jm-macros.m4: Require the new macro.
66285         * m4/jm-glibc-io.m4: New file.
66286
66287 1998-05-19  Jim Meyering  <meyering@ascend.com>
66288
66289         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
66290         * m4/lchown.m4: New file.
66291
66292         * m4/Makefile.am.in: New file.
66293         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
66294
66295 1998-05-14  Jim Meyering  <meyering@ascend.com>
66296
66297         * m4/Makefile.am (EXTRA_DIST): Add them.
66298         * m4/jm-macros.m4: New file.
66299         * m4/utimbuf.m4: New file.
66300
66301 1998-05-12  Jim Meyering  <meyering@ascend.com>
66302
66303         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
66304
66305 1998-05-11  Jim Meyering  <meyering@ascend.com>
66306
66307         * m4/isc-posix.m4: New file.
66308
66309 1998-05-10  Jim Meyering  <meyering@ascend.com>
66310
66311         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
66312
66313 1998-05-09  Jim Meyering  <meyering@ascend.com>
66314
66315         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
66316         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
66317         with automake.
66318
66319         * m4/ssize_t.m4: New file.
66320         * m4/mktime.m4: Remove file -- the new automake has this now.
66321
66322 1998-04-26  Jim Meyering  <meyering@ascend.com>
66323
66324         * m4/assert.m4: New file.
66325         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
66326
66327 1998-04-05  Jim Meyering  <meyering@ascend.com>
66328
66329         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
66330         (jm_PREREQ): Use it here.
66331
66332 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
66333
66334         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
66335         in acconfig.h.
66336
66337 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
66338
66339         * m4/prereq.m4: New file.
66340         * m4/error.m4: New file.
66341         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
66342
66343 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
66344
66345         * m4/getline.m4: Don't set am_cv_func_working_getline before the
66346         cache-check for the same variable -- that defeated the purpose of
66347         the test; the test program was never run.  This was a problem only
66348         on systems with losing getline functions -- HP-UX 10.20 is one.
66349         Reported by Bjorn Helgaas.
66350
66351 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
66352
66353         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
66354
66355 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
66356
66357         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
66358
66359         * m4/const.m4: New file.  Use an initializer in this declaration
66360         typedef int charset[2]; const charset x;
66361         Reported by Bob Glickstein.
66362
66363 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
66364
66365         * m4/chown.m4: Fix reversed types on -1 args to chown.
66366         From Kaveh Ghazi.
66367
66368 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
66369
66370         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
66371         Add lseek and memchr.
66372
66373         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
66374         T.E.Dickey <dickey@clark.net> said that some older preprocessors
66375         have a 20-character limit on names.
66376
66377 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
66378
66379         * m4/inttypes_h.m4: New file.
66380         * m4/uintmax_t.m4: New file.
66381         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
66382
66383
66384         -----
66385
66386         Local Variables:
66387         coding: utf-8
66388         End:
66389
66390         Copyright (C) 1997-2010 Free Software Foundation, Inc.
66391
66392         Copying and distribution of this file, with or without
66393         modification, are permitted provided the copyright notice
66394         and this notice are preserved.