19291b0da4f3a786f09bde0e48bdce16798f33a0
[pspp] / ChangeLog
1 2010-05-02  Bruno Haible  <bruno@clisp.org>
2
3         wctob: Work around nasty Cygwin 1.7.2 bug.
4         * m4/wctob.m4 (gl_FUNC_WCTOB): Detect the Cygwin bug.
5         * doc/posix-functions/wctob.texi: Mention the Cygwin bug.
6
7 2010-05-01  Bruno Haible  <bruno@clisp.org>
8
9         fpurge: Sharper test.
10         * tests/test-fpurge.c (main): Add one more ftell check.
11         * modules/fpurge-tests (Depends-on): Add ftell.
12         Suggested by Eric Blake.
13
14 2010-05-01  Bruno Haible  <bruno@clisp.org>
15
16         ftello: Another test.
17         * tests/test-ftello3.c: New file.
18         * modules/ftello-tests (Files): Add it.
19         (Makefile.am): Add it to TESTS and check_PROGRAMS. Augment
20         MOSTLYCLEANFILES.
21
22         ftell: Another test.
23         * tests/test-ftell3.c: New file.
24         * modules/ftell-tests (Files): Add it.
25         (Makefile.am): Add it to TESTS and check_PROGRAMS. Augment
26         MOSTLYCLEANFILES.
27
28 2010-05-01  Bruno Haible  <bruno@clisp.org>
29
30         ftell, ftello: Work around Solaris bug.
31         * m4/ftello.m4 (gl_FUNC_FTELLO): Detect Solaris bug.
32         * lib/ftello.c: Include stdio-impl.h.
33         (ftello): On Solaris, when _IOWRT is set, compute the result without
34         looking at _IOREAD.
35         * modules/ftello (Files): Add lib/stdio-impl.h.
36         * doc/posix-functions/ftell.texi: Mention Solaris bug.
37         * doc/posix-functions/ftello.texi: Likewise.
38         Reported by Eric Blake.
39
40 2010-05-01  Bruno Haible  <bruno@clisp.org>
41
42         freading: Adapt to special meaning of _IOREAD flag on Solaris.
43         * lib/freading.c (freading): On Solaris, ignore the _IOREAD flag if
44         the _IOWRT flag is also set.
45
46 2010-05-01  Bruno Haible  <bruno@clisp.org>
47
48         Fix doc about a HP-UX stdio bug.
49         * doc/posix-functions/ftell.texi: Mark HP-UX bug as unfixed.
50         * doc/posix-functions/ftello.texi: Likewise.
51
52 2010-05-01  Bruno Haible  <bruno@clisp.org>
53
54         lseek test: Fix failure on Solaris.
55         * tests/test-lseek.sh: Partially revert 2010-04-20 commit. Consume all
56         output.
57
58 2010-04-30  Jim Meyering  <meyering@redhat.com>
59
60         bootstrap: don't ignore failure to generate po*/Makevars
61         * build-aux/bootstrap (with_gettext): Don't ignore failure
62         to create po/Makevars or runtime-po/Makevars.
63
64 2010-04-29  Eric Blake  <eblake@redhat.com>
65
66         headers: relax license to LGPLv2+
67         * modules/fcntl-h (License): Relax license.
68         * modules/getopt-posix (License): Likewise.
69         * modules/locale (License): Likewise.
70         * modules/math (License): Likewise.
71         * modules/pty (License): Likewise.
72         * modules/sched (License): Likewise.
73         * modules/search (License): Likewise.
74         * modules/spawn (License): Likewise.
75         * modules/stdarg (License): Likewise.
76         * modules/sysexits (License): Likewise.
77
78 2010-04-29  Jim Meyering  <meyering@redhat.com>
79
80         inttypes: relax license to LGPLv2+
81         * modules/inttypes (License): Relax license.
82
83 2010-04-29  Simon Josefsson  <simon@josefsson.org>
84
85         * top/maint.mk (indent): Run twice to produce idempotent results.
86
87 2010-04-28  Bruno Haible  <bruno@clisp.org>
88
89         getdate: Generate getdate.c in the source directory.
90         * modules/getdate (Makefile.am): Add rule for getdate.c. Augment
91         MOSTLYCLEANFILES.
92         Suggested by Daniel Richard G. <skunk@iskunk.org> and Ralf Wildenhues.
93
94 2010-04-27  Andreas Gruenbacher  <agruen@suse.de>  (tiny change)
95
96         * lib/utimens.c: On Tru64, the timestamp parameter of utimens(2)
97         is not declared as a const *; avoid warnings in that case.
98
99 2010-04-28  Eric Blake  <eblake@redhat.com>
100
101         canonicalize-lgpl: avoid compiler warning
102         * lib/canonicalize-lgpl.c (versioned_symbol): Avoid an 'empty
103         declaration' / 'extraneous semicolon' warning with some compilers.
104         Reported by Andreas Gruenbacher.
105
106 2010-04-28  Jim Meyering  <meyering@redhat.com>
107
108         init.sh: ensure a more reliable exit status when exiting via trap
109         * tests/init.sh (setup_): Don't rely on $? in signal handler.
110         Inspired by patches from Dmitry V. Levin.
111         Also trap on signal 3 (SIGQUIT).
112
113 2010-04-27  Bruno Haible  <bruno@clisp.org>
114
115         Update doc about utimes().
116         * doc/posix-functions/utimes.texi: Mention the OSF/1 problem and the
117         'utimens' module.
118         Reported by Andreas Gruenbacher <agruen@suse.de>.
119
120 2010-04-27  Eric Blake  <eblake@redhat.com>
121
122         full-read, full-write: relax license
123         * modules/full-read (License): Drop to LGPLv2+.
124         * modules/full-write (License): Likewise.
125         * modules/safe-read (License): Likewise.
126         * modules/safe-write (License): Likewise.
127
128         pthread: mention library for linking
129         * modules/pthread (Link): Mention $(LIB_PTHREAD).
130
131 2010-04-27  Jim Meyering  <meyering@redhat.com>
132
133         maint.mk: fix a bug introduced in last change
134         * top/maint.mk (gl_assured_headers_): Now that all names are on
135         one line, use sed's "g" modifier.  Note that while the \.in\.h LHS
136         is not anchored to end of word, it should be adequate.
137
138         maint.mk: avoid side-effect in latest syntax-check
139         * top/maint.mk (sc_prohibit_always_true_header_tests): Rework not
140         to run commands via $(shell...), and hence to incur cost only when
141         the new rule is actually run.
142
143         maint.mk: syntax-check: prohibit HAVE_<header>_H that are always true
144         Derive the list of guaranteed header names from gnulib/lib/*.in.h,
145         and use that to create a regexp used to detect all #if HAVE_..._H uses.
146         * top/maint.mk (sc_prohibit_always_true_header_tests): New rule.
147         (gl_assured_headers_, az_, AZ_): Define.
148         (gl_header_upper_case_or_, gl_have_header_regex_): Define.
149
150 2010-04-26  Jim Meyering  <jim@meyering.net>
151             Bruno Haible  <bruno@clisp.org>
152
153         gnulib-common.m4: make glibc write diagnostics to stderr, not /dev/tty
154         * m4/gnulib-common.m4 (gl_COMMON_BODY): Set LIBC_FATAL_STDERR_.
155         Prompted by an exchange with Gilles Espinasse.
156
157 2010-04-26  Jim Meyering  <meyering@redhat.com>
158
159         git-version-gen: aesthetic tweak
160         * build-aux/git-version-gen: Use "$nl" rather than a literal,
161         so that the command remains on a single line.
162
163 2010-04-26  Eric Blake  <eblake@redhat.com>
164
165         git-version-gen: allow use on EBCDIC hosts
166         * build-aux/git-version-gen (dirty): Use literal rather than tying
167         ourselves to ascii.
168         Reported by Steve Goetze.
169
170 2010-04-25  Bruno Haible  <bruno@clisp.org>
171
172         netdb: Add support for GNULIB_POSIXCHECK.
173         * lib/netdb.in.h: Include warn-on-use.h.
174         (getaddrinfo, freeaddrinfo, gai_strerror, getnameinfo): Warn if these
175         functions are used when GNULIB_POSIXCHECK is defined and the
176         getaddrinfo module is not in use.
177         * m4/netdb_h.m4 (gl_HEADER_NETDB): Test whether getaddrinfo,
178         freeaddrinfo, gai_strerror, getnameinfo are declared.
179         * modules/netdb (Depends-on): Add warn-on-use.
180         (Makefile.am): Include warn-on-use.h in netdb.h.
181
182 2010-04-24  Ian Beckwith  <ianb@erislabs.net>
183
184         build: avoid "make check" failure without .git/ directory
185         * Makefile (sc_prefer_ac_check_funcs_once): Skip this test when
186         there is no .git/ directory.
187
188 2010-04-25  Bruno Haible  <bruno@clisp.org>
189
190         ptsname: Fix misuse of ttyname_r.
191         * lib/ptsname.c (__ptsname_r): Use __ttyname_r's return value instead
192         of errno.
193
194 2010-04-25  Bruno Haible  <bruno@clisp.org>
195
196         ttyname_r: Make it work on Solaris 10.
197         * m4/ttyname_r.m4 (gl_FUNC_TTYNAME_R): Define HAVE_POSIXDECL_TTYNAME_R
198         if the system function has the POSIX declaration. Test whether the
199         function fails if the buffer is less than 128 bytes large.
200         * lib/ttyname_r.c (ttyname_r): Handle both possible declarations of the
201         system's ttyname_r function. Provide a reasonably large buffer.
202         * modules/ttyname_r (Depends-on): Add extensions.
203         * doc/posix-functions/ttyname_r.texi: Mention the Solaris problem.
204
205 2010-04-25  Bruno Haible  <bruno@clisp.org>
206
207         Use the 'extensions' module for some more functions on Solaris.
208         * doc/posix-functions/asctime_r.texi: Recommend to use the 'extensions'
209         module.
210         * doc/posix-functions/ctime_r.texi: Likewise.
211         * doc/posix-functions/getgrgid_r.texi: Likewise.
212         * doc/posix-functions/getgrnam_r.texi: Likewise.
213         * doc/posix-functions/getpwnam_r.texi: Likewise.
214         * doc/posix-functions/getpwuid_r.texi: Likewise.
215         * doc/posix-functions/readdir_r.texi: Likewise.
216         * doc/posix-functions/sigwait.texi: Likewise.
217         * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Add comment.
218         * doc/posix-functions/getlogin_r.texi: Mark Solaris problem as fixed.
219
220 2010-04-25  Bruno Haible  <bruno@clisp.org>
221
222         ttyname_r: Make it work on MacOS X 10.4 and Solaris 10.
223         * m4/ttyname_r.m4 (gl_FUNC_TTYNAME_R): Test whether the system function
224         has the POSIX declaration. Set REPLACE_TTYNAME_R if not.
225         * lib/ttyname_r.c: Include <limits.h>.
226         (ttyname_r): Define using the system's ttyname_r function, if it exists
227         and not on Solaris.
228         * lib/unistd.in.h (ttyname_r): Replace function if REPLACE_TTYNAME_R is
229         set.
230         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize REPLACE_TTYNAME_R.
231         * modules/unistd (Makefile.am): Substitute REPLACE_TTYNAME_R.
232         * doc/posix-functions/ttyname_r.texi: Mark the problem as fixed.
233         Reported by Simon Josefsson.
234
235 2010-04-25  Bruno Haible  <bruno@clisp.org>
236
237         Mention effects of _POSIX_PTHREAD_SEMANTICS on Solaris.
238         * doc/posix-functions/asctime_r.texi: Mention the Solaris problem.
239         * doc/posix-functions/ctime_r.texi: Likewise.
240         * doc/posix-functions/getgrgid_r.texi: Likewise.
241         * doc/posix-functions/getgrnam_r.texi: Likewise.
242         * doc/posix-functions/getlogin_r.texi: Likewise.
243         * doc/posix-functions/getpwnam_r.texi: Likewise.
244         * doc/posix-functions/getpwuid_r.texi: Likewise.
245         * doc/posix-functions/readdir_r.texi: Likewise.
246         * doc/posix-functions/sigwait.texi: Likewise.
247         * doc/posix-functions/ttyname_r.texi: Likewise.
248         Reported by Simon Josefsson.
249
250 2010-04-25  Bruno Haible  <bruno@clisp.org>
251
252         gnulib-tool: Don't include hairy tests of dependencies in testdirs.
253         * gnulib-tool (func_usage): Document that --with-*-tests options apply
254         also to --create-testdir.
255         (func_acceptable): Don't consider the status of *-tests modules here.
256         (func_modules_transitive_closure): Consider it here, before including a
257         test module.
258         (func_import, func_create_testdir): Set inc_all_direct_tests,
259         inc_all_indirect_tests.
260         * doc/gnulib.texi (Extra tests modules): Document new behaviour of
261         --create-testdir and --create-megatestdir.
262
263 2010-04-25  Bruno Haible  <bruno@clisp.org>
264
265         gnulib-tool: Add --without-*-tests options.
266         * gnulib-tool (func_usage): Document the --without-*-tests options.
267         (excl_cxx_tests, excl_longrunning_tests, excl_privileged_tests,
268         excl_unportable_tests): New variables.
269         Fail if they are specified with --import or --update.
270         (func_acceptable): Respect the excl_*_tests variables.
271         (func_import): Set the excl_*_tests variables to empty.
272
273 2010-04-25  Simon Josefsson  <simon@josefsson.org>
274             Bruno Haible  <bruno@clisp.org>
275
276         Work around a MacOS X 10.4 bug with openpty.
277         * doc/glibc-functions/openpty.texi: Mention the MacOS X 10.4 bug.
278         * tests/test-openpty.c (main): Close the master side explicitly.
279
280 2010-04-25  Bruno Haible  <bruno@clisp.org>
281
282         strnlen: Fix a C++ test error on MacOS X and Solaris.
283         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Don't set REPLACE_STRNLEN to 1 if
284         the function is not declared.
285         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com> and
286         Simon Josefsson.
287
288 2010-04-24  Bruno Haible  <bruno@clisp.org>
289
290         Avoid a gcc warning.
291         * tests/test-vasprintf.c (test_vasprintf, test_asprintf): Pass argument
292         of correct type for %08lx directive.
293         Reported by Eric Blake.
294
295 2010-04-24  Bruno Haible  <bruno@clisp.org>
296
297         vasnprintf: Correct errno value in case of out-of-memory.
298         * lib/vasnprintf.c (VASNPRINTF): Set errno to 0 before calling SNPRINTF
299         or sprintf. Use the errno value from SNPRINTF or sprintf.
300         Reported by Ian Beckwith <ianb@erislabs.net>.
301
302 2010-04-24  Bruno Haible  <bruno@clisp.org>
303
304         ansi-c++-opt: Find correct compiler when cross-compiling.
305         * m4/ansi-c++.m4 (gl_PROG_ANSI_CXX): Use AC_CHECK_TOOLS instead of
306         AC_CHECK_PROGS.
307         Reported by Simon Josefsson.
308
309 2010-04-24  Giuseppe Scrivano  <gscrivano@gnu.org>
310
311         vc-list-files: Add support for subversion
312         * build-aux/vc-list-files: Use "svn list" to generate the list of
313         files controlled by subversion.
314
315 2010-04-23  Jim Meyering  <meyering@redhat.com>
316
317         vc-list-files tests: convert to use init.sh
318         * tests/test-vc-list-files-cvs.sh: Invoke "$srcdir/init.sh" and
319         path_prepend_.
320         Use Exit, not exit.
321         Use skip_ rather than open coding it.
322         Remove trap set-up and compare definitions.
323         * tests/test-vc-list-files-git.sh: Likewise.
324         * modules/vc-list-files-tests (Files): Add tests/init.sh.
325
326 2010-04-22  Simon Josefsson  <simon@josefsson.org>
327
328         * top/maint.mk (sc_prohibit_backup_files): Prohibit checked in
329         backup files.
330
331 2010-04-21  Simon Josefsson  <simon@josefsson.org>
332
333         * tests/test-vasprintf.c (test_vasprintf, test_asprintf): Test %08lx.
334
335 2010-04-20  Eric Blake  <eblake@redhat.com>
336
337         tests: be robust to ignored SIGPIPE
338         * tests/test-select-in.sh: Consume all output.
339         * tests/test-lseek.sh: Check correct exit status, while avoiding
340         EPIPE.
341
342 2010-04-20  Simon Josefsson  <simon@josefsson.org>
343             Bruno Haible  <bruno@clisp.org>
344
345         visibility: Don't use -fvisibility if it leads to a warning.
346         * m4/visibility.m4 (gl_VISIBILITY): Check whether -Werror is usable. If
347         yes, don't pretend that visibility works if it leads to a warning.
348         Reported by Mike Gran <spk121@yahoo.com>.
349
350 2010-04-20  Andreas Gruenbacher  <agruen@suse.de>
351
352         * build-aux/bootstrap: Use "git -h" for testing for supported options
353         instead of "git --help".  The short-form option only shows a summary,
354         and doesn't layout the full man page.  Grep for the full option name
355         in the summary, too.
356
357 2010-04-19  Bruno Haible  <bruno@clisp.org>
358
359         relocatable: Drop the need to define RELOCATABLE_STRIP in Makefile.am.
360         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Set RELOCATABLE_STRIP.
361         * doc/relocatable-maint.texi (Supporting Relocation): Remove the
362         mention of RELOCATABLE_STRIP.
363         Reported by Sylvain Beucler <beuc@beuc.net>.
364
365 2010-04-19  Bruno Haible  <bruno@clisp.org>
366
367         * lib/diffseq.h: Fix typo in comment.
368         Reported by Eric Blake.
369
370 2010-04-19  Bruno Haible  <bruno@clisp.org>
371
372         ioctl: Move autoconf macro to a .m4 file.
373         * m4/ioctl.m4: New file, extracted from modules/ioctl.
374         * modules/ioctl (Files): Add it.
375         (configure.ac): Simply invoke gl_FUNC_IOCTL.
376         Reported by Ian Beckwith <ianb@erislabs.net>.
377
378 2010-04-18  Andreas Gruenbacher  <agruen@suse.de>
379             Bruno Haible  <bruno@clisp.org>
380
381         diffseq: Accommodate use-case with abstract arrays.
382         * lib/diffseq.h (struct context): Remove xvec, yvec fields if ELEMENT
383         is not defined.
384         (diag, compareseq): Remove local variables xv, yv if ELEMENT is not
385         defined. Use local macro XREF_YREF_EQUAL instead of EQUAL.
386
387 2010-04-18  Bruno Haible  <bruno@clisp.org>
388
389         * doc/posix-headers/stdbool.texi: More precise wording.
390
391 2010-04-17  Jim Meyering  <meyering@redhat.com>
392
393         maint.mk: use gnu-style indentation in an embedded perl script
394         * top/maint.mk (detect_empty_lines_at_EOF_): Clean up formatting.
395         Rename variable: s/two/last_two_bytes/
396
397 2010-04-16  Eric Blake  <eblake@redhat.com>
398
399         test-stdbool: skip test that fails with Solaris CC
400         * tests/test-stdbool.c (f): Skip test that causes compilation
401         error under buggy C++ compiler.
402         * lib/stdbool.in.h: Document the limitation.
403         * doc/posix-headers/stdbool.texi (stdbool.h): Likewise.
404
405         setenv: allow compilation with C++
406         * lib/setenv.c (__add_to_environ): Add a cast.  Also, drop use of
407         register keyword.
408
409         stdint: allow test to pass with C++
410         * tests/test-stdint.c: Define __STDC_CONSTANT_MACROS, for glibc.
411
412         getopt: allow compilation with C++
413         * lib/getopt_int.h (__ordering): Hoist enum declaration outside
414         struct.
415         * lib/getopt.c (_getopt_internal_r): Use correct type.
416         Reported by Dagobert Michelson, via Joel E. Denny.
417
418 2010-04-16  Bruno Haible  <bruno@clisp.org>
419
420         Override netdb.h always.
421         * modules/netdb (Makefile.am): Augment BUILT_SOURCES always.
422         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't set NETDB_H.
423         Reported by Ludovic Courtès <ludo@gnu.org>.
424
425 2010-04-15  Bruno Haible  <bruno@clisp.org>
426
427         openpty: Fix mistake from 2010-03-21.
428         * m4/pty.m4 (gl_FUNC_OPENPTY): Define HAVE_OPENPTY when openpty exists.
429         Reported by Simon Josefsson.
430
431 2010-04-15  Eric Blake  <eblake@redhat.com>
432
433         test-forkpty: fix expected signature
434         * tests/test-forkpty.c (SIGNATURE_CHECK): Add appropriate const.
435         Reported by Simon Josefsson.
436
437 2010-04-15  Jim Meyering  <meyering@redhat.com>
438
439         maint.mk: texinfo_suffix_re_: correct the default regexp
440         * top/maint.mk (texinfo_suffix_re_): Fix default regexp.
441
442         * top/maint.mk (sc_texinfo_acronym): Improve filename regexp, and
443         make it configurable via texinfo_suffix_re_.
444
445 2010-04-14  Eric Blake  <eblake@redhat.com>
446
447         strtok_r: relax license to LGPLv2+
448         * modules/strtok_r (License): Relax license.
449         Reported by Matthias Bolte.
450
451 2010-04-14  Simon Josefsson  <simon@josefsson.org>
452
453         * lib/gc-libgcrypt.c (gc_init): Use MIN_GCRYPT_VERSION set to
454         version 1.4.4 by default instead of requiring the libgcrypt
455         version used during build.  This makes it possible to use the
456         application with older but still binary compatible libgcrypt
457         versions.
458
459 2010-04-13  Eric Blake  <eblake@redhat.com>
460
461         getopt-gnu: match recent glibc fixes and posix ruling
462         * tests/test-getopt.h (test_getopt): Strengthen tests of leading
463         '+' handling, when requesting extensions.
464         * tests/test-getopt_long.h (test_getopt_long): Strengthen test of
465         'W;' handling.
466         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Detect glibc 2.11 bug.
467         * doc/posix-functions/getopt.texi (getopt): Document this.
468         * doc/glibc-functions/getopt_long.texi (getopt_long): Likewise.
469         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
470         Likewise.
471
472         getopt: merge bug fixes from glibc
473         * lib/getopt.c (_getopt_internal_r): Use correct message for 'W;'
474         diagnostics.  Honor '+:' correctly.  Reject ';'.
475
476         getopt-posix: detect MacOS bug
477         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Reject MacOS botch of
478         optind when missing a required argument.
479         * doc/posix-functions/getopt.texi (getopt): Document the bug.
480         * doc/glibc-functions/getopt_long.texi (getopt_long): Likewise.
481         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
482         Likewise.
483
484         getopt-posix: avoid spurious failure on Solaris
485         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Check for getopt_clip as
486         an indicator that setting optind=1 is sufficient for reset.
487
488         getopt-posix: avoid spurious failure on FreeBSD
489         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Check for optreset even
490         in POSIX mode, since the m4 test uses it.
491
492         gnulib-tool: silence warning on BSD sh
493         * gnulib-tool: Avoid leaking warning about unknown 'declare'.
494
495 2010-04-13  Jim Meyering  <meyering@redhat.com>
496
497         doc: users.txt: GNU patch now uses gnulib
498         * users.txt: Add patch.
499
500 2010-04-12  Jim Meyering  <meyering@redhat.com>
501
502         maint.mk: generate more concise timing data for syntax-check rules
503         * top/maint.mk ($(sc_z_rules_)): Remove the ":", "sc_" prefix and
504         " done" from each line that reports a syntax-check test duration.
505
506 2010-04-12  Andreas Gruenbacher  <agruen@suse.de>
507
508         git-version-gen: use "git update-index..." rather than "git status"
509         * build-aux/git-version-gen: Use git update-index --refresh, not
510         "git status".  With some versions of git, "git status" would fail
511         to update the index and result in an unwarranted "-dirty" suffix.
512
513 2010-04-11  Jim Meyering  <meyering@redhat.com>
514
515         openat: correct formatting (no semantic change)
516         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Correct formatting in AC_DEFINE.
517         Suggested by Bruno Haible.
518
519 2010-04-11  Bruno Haible  <bruno@clisp.org>
520
521         Stricter declaration checking in testdirs.
522         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
523         If for_tests is true, augment AM_CPPFLAGS to define
524         GNULIB_STRICT_CHECKING.
525         * build-aux/warn-on-use.h (_GL_WARN_ON_USE, _GL_WARN_ON_USE_CXX): When
526         GNULIB_STRICT_CHECKING is defined, verify that the function is
527         declared.
528
529 2010-04-11  Paolo Bonzini  <bonzini@gnu.org>
530             Bruno Haible  <bruno@clisp.org>
531
532         libunistring: Improve configure output.
533         * m4/libunistring.m4 (gl_LIBUNISTRING): Check for libiconv first.
534         Don't say "consider installing GNU libunistring" when checking again
535         with libiconv.
536
537 2010-04-11  Bruno Haible  <bruno@clisp.org>
538
539         libunistring: Correct value of $LTLIBUNISTRING.
540         * m4/libunistring.m4 (gl_LIBUNISTRING): When it depends on libiconv,
541         correct the value of $LTLIBUNISTRING.
542
543 2010-04-11  Bruno Haible  <bruno@clisp.org>
544
545         havelib: Add static libraries to LIBS in the right order.
546         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): When $LIB[]NAME contains no
547         -l options, prepend it to $LIBS, instead of appending it to $LIBS.
548
549 2010-04-11  Bruno Haible  <bruno@clisp.org>
550
551         libunistring: Detect libunistring also when it depends on libiconv.
552         * m4/libunistring.m4 (gl_LIBUNISTRING): Unset the cached result before
553         the second AC_LIB_HAVE_LINKFLAGS invocation.
554
555 2010-04-11  James Youngman  <jay@gnu.org>
556
557         close-stream: declare local scalars to be "const"
558         * lib/close-stream.c (close_stream): Make boolean variables const
559         to document the fact that we set but do not change them.
560
561 2010-04-11  Bruno Haible  <bruno@clisp.org>
562
563         * m4/libunistring.m4 (gl_LIBUNISTRING): Fix typo in comment.
564
565 2010-04-11  Jim Meyering  <meyering@redhat.com>
566
567         maint.mk: don't include dist-check.mk
568         * top/maint.mk: Remove bogus include directive.
569
570         maint.mk: improve empty-line-at-EOF check
571         * top/maint.mk (sc_prohibit_empty_lines_at_EOF): Use Perl-based
572         solution, rather than tail+Perl-based one.  The latter would read
573         a few kilobytes from the end of each file, and did not handle empty
574         files properly.
575
576         maint.mk: print the elapsed time for each syntax-check rule
577         * top/maint.mk (sc_m_rules_): Save start time in a file.
578         (sc_z_rules_): New rules: remove temp file and print elapsed time.
579         (local-check): Interpose the .z rules
580
581 2010-04-11  Jim Meyering  <meyering@redhat.com>
582
583         maint.mk: detect_empty_lines_at_EOF_: avoid FP for an empty file
584         * top/maint.mk (detect_empty_lines_at_EOF_): Don't confuse an
585         empty file with one that ends in an empty line.
586
587 2010-04-10  Bruno Haible  <bruno@clisp.org>
588
589         mkdir: Make it work on mingw64.
590         * lib/sys_stat.in.h: Include <direct.h> together with <io.h>.
591         * lib/mkdir.c: Update comment.
592         Reported by Roman Donchenko (Роман Ð”онченко) <dxdragon@yandex.ru>.
593
594 2010-04-10  Bruno Haible  <bruno@clisp.org>
595
596         Don't override improved macro from newer autoconf.
597         * m4/gnulib-common.m4 (AC_C_RESTRICT): Don't define for
598         autoconf >= 2.62.
599         Reported by Joel E. Denny <jdenny@clemson.edu>.
600
601 2010-04-10  Jim Meyering  <meyering@redhat.com>
602
603         maint.mk: new syntax-check rule: prohibit empty lines at end of file
604         * top/maint.mk (sc_prohibit_empty_lines_at_EOF): New rule.
605
606         maint.mk: correct a diagnostic
607         * top/maint.mk (sc_prohibit_HAVE_MBRTOWC): Fix obsolete use of $re
608         in diagnostic; now use $prohibit.
609
610 2010-04-10  Bruno Haible  <address@hidden>
611
612         fchownat: Fix a C++ test error on Solaris 8.
613         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Don't set REPLACE_FCHOWNAT to 1 if
614         the function does not exist.
615
616 2010-04-10  Bruno Haible  <bruno@clisp.org>
617
618         vasnprintf: Add more tests.
619         * tests/test-vasnprintf-posix.c: Include <errno.h>.
620         (test_function): Test converting an invalid wide string.
621
622         vasnprintf: Correct handling of unconvertible wide string arguments.
623         * lib/vasnprintf.c (MAX_ROOM_NEEDED): New function, extracted from
624         VASNPRINTF.
625         (VASNPRINTF): Use it. After snprintf failed, allocate more memory only
626         if HAVE_SNPRINTF_RETVAL_C99 is false and the allocated memory is
627         smaller than the expected maximum need for the directive. Set errno to
628         EILSEQ, not EINVAL, when the directive is 'c' or 's'.
629         (local_strnlen, local_wcslen, local_wcsnlen): Update conditions.
630         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Require AC_C_INLINE and
631         gl_SNPRINTF_RETVAL_C99. Define HAVE_SNPRINTF_RETVAL_C99.
632         * modules/vasnprintf (Files): Add m4/printf.m4.
633         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com>.
634
635 2010-04-10  Bruno Haible  <bruno@clisp.org>
636
637         vasnprintf: Fix crash in %ls directive.
638         * lib/vasnprintf.c (VASNPRINTF): Don't abort when a unconvertible wide
639         string is passed as argument to %ls, with no precision and no width.
640         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com>.
641
642 2010-04-10  Bruno Haible  <bruno@clisp.org>
643
644         vasnprintf: Fix multiple test failures on mingw.
645         * lib/vasnprintf.c (SNPRINTF) [mingw]: Define to snprintf, not
646         _snprintf, or snwprintf, not _snwprintf.
647
648 2010-04-10  Bruno Haible  <bruno@clisp.org>
649
650         write: Fix a C++ test error on mingw.
651         * lib/unistd.in.h (write): Use _GL_CXXALIAS_SYS_CAST.
652
653 2010-04-10  Bruno Haible  <bruno@clisp.org>
654
655         vasnprintf test: Reduce code duplication.
656         * tests/test-vasnprintf.c (test_function): New function, extracted from
657         test_vasnprintf.
658         (test_vasnprintf, test_asnprintf): Invoke it.
659
660 2010-04-10  Bruno Haible  <bruno@clisp.org>
661
662         strnlen: Fix warning in C++ mode on MacOS X.
663         * lib/string.in.h (strnlen): Use the modern idiom.
664         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set REPLACE_STRNLEN to 1, instead of
665         defining strnlen as a macro already in <config.h>.
666         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
667         REPLACE_STRNLEN.
668         * modules/string (Makefile.am): Substitute REPLACE_STRNLEN.
669         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com>.
670
671 2010-04-08  James Youngman  <jay@gnu.org>
672
673         * doc/manywarnings.texi (manywarnings): Add missing parenthesis in
674         the example.
675
676 2010-04-09  Jim Meyering  <meyering@redhat.com>
677
678         maint.mk: print better diagnostic when there is no $(_hv_file)
679         * top/maint.mk (sc_cross_check_PATH_usage_in_tests): Skip test and
680         announce that when $(_hv_file) (aka help-version) does not exist.
681
682         init.sh: run tr in the "C" locale to avoid multibyte interpretation
683         * tests/init.sh (rand_bytes_): Run tr in the "C" locale so it does
684         not try to interpret its random input bytes.  Jarno Rajahalme reported
685         that ./test-xalloc-die.sh would fail with "tr: Illegal byte sequence".
686         on Darwin 10.3.0 with LC_CTYPE=UTF-8.
687         (mktempd_): Likewise, just in case.
688
689         ftruncate: add two years to projected module removal date: 2012
690         * m4/ftruncate.m4: Adjust comments.
691
692         ftruncate: mark module as obsolete; even MinGW provides it, now
693         * modules/ftruncate (Status): Obsolete.
694         (Notice): Say that.
695         * doc/posix-functions/ftruncate.texi: Don't say MinGW lacks it.
696         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/9203
697
698 2010-04-08  Bruno Haible  <bruno@clisp.org>
699
700         Fix side effects from tests-related modules.
701         * modules/dprintf-posix (Comment): New section.
702         * modules/fprintf-posix (Comment): Likewise.
703         * modules/obstack-printf-posix (Comment): Likewise.
704         * modules/printf-posix (Comment): Likewise.
705         * modules/snprintf-posix (Comment): Likewise.
706         * modules/sprintf-posix (Comment): Likewise.
707         * modules/vasnprintf-posix (Comment): Likewise.
708         * modules/vasprintf-posix (Comment): Likewise.
709         * modules/vdprintf-posix (Comment): Likewise.
710         * modules/vfprintf-posix (Comment): Likewise.
711         * modules/vprintf-posix (Comment): Likewise.
712         * modules/vsnprintf-posix (Comment): Likewise.
713         * modules/vsprintf-posix (Comment): Likewise.
714         * modules/xprintf-posix (Comment): Likewise.
715         * modules/xvasprintf-posix (Comment): Likewise.
716         * modules/ceilf-tests (Depends-on): Remove fprintf-posix.
717         * modules/floorf-tests (Depends-on): Likewise.
718         * modules/round-tests (Depends-on): Likewise.
719         * modules/roundf-tests (Depends-on): Likewise.
720         * modules/trunc-tests (Depends-on): Likewise.
721         * modules/truncf-tests (Depends-on): Likewise.
722         * tests/test-ceilf2.c (check): Don't invoke fprintf if the
723         'fprintf-posix' module is not present.
724         * tests/test-floorf2.c (check): Likewise.
725         * tests/test-trunc2.c (check): Likewise.
726         * tests/test-truncf2.c (check): Likewise.
727         * tests/test-round2.c (equal): Likewise.
728         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com>.
729
730 2010-04-07  Karl Berry  <karl@gnu.org>
731
732         * config/srclist.txt,
733         * config/srclistvars.sh,
734         * config/srclist-update: doc fixes.
735
736 2010-04-07  Jim Meyering  <meyering@redhat.com>
737
738         maint.mk: add a PATH crosschecking syntax-check rule
739         * top/maint.mk (sc_cross_check_PATH_usage_in_tests): New rule.
740         Useful if you use a test like the one in help-version (coreutils,
741         diffutils, grep, gzip) that ensures $(VERSION) matches what is
742         printed by prog --version.
743
744 2010-04-06  Bruno Haible  <bruno@clisp.org>
745
746         Fix link error on mingw.
747         * modules/unistd-c++-tests (test_unistd_c___LDADD): Add LIBSOCKET.
748         * modules/fcntl-h-c++-tests (test_fcntl_h_c___LDADD): Likewise.
749
750 2010-04-06  Bruno Haible  <bruno@clisp.org>
751
752         Assume rmdir exists.
753         * lib/rmdir.c (rpl_rmdir): Remove code that invokes the rmdir program.
754
755 2010-04-06  Giuseppe Scrivano <gscrivano@gnu.org>
756
757         doc: update users.txt
758         * users.txt: Add gcal.
759
760 2010-04-06  Jim Meyering  <meyering@redhat.com>
761
762         init.sh: simply unset TMPDIR rather than risking env -i
763         * tests/init.sh (mktempd_): Using env -i is rather harsh, and
764         although it probably works fine on all Unix-based systems, some
765         systems (Cygwin?) cannot tolerate a totally cleared environment.
766         Suggestion from Eric Blake.
767
768 2010-04-06  Jim Meyering  <meyering@redhat.com>
769
770         init.sh: portability fix: use env's POSIX-specified -i option not -u
771         * tests/init.sh (mktempd_): Use env -i and set PATH explicitly rather
772         than unportable env -u.  Solaris 5.11's env lacks support for -u.
773
774 2010-04-05  Bruno Haible  <bruno@clisp.org>
775
776         btowc: Work around Cygwin 1.7.2 bug.
777         * m4/btowc.m4 (gl_FUNC_BTOWC): Set REPLACE_BTOWC to 1 if the function
778         does not map NUL to 0.
779         * doc/posix-functions/btowc.texi: Mention the Cygwin bug.
780
781 2010-04-05  Bruno Haible  <bruno@clisp.org>
782
783         Make the multithread modules work on Cygwin 1.7.2.
784         * m4/threadlib.m4 (gl_THREADLIB_BODY): Improve the test whether
785         imported symbols can be declared weak, so that it returns "no" on
786         Cygwin 1.7.2.
787
788 2010-04-05  Bruno Haible  <bruno@clisp.org>
789
790         Use the module 'strncat'.
791         * modules/unistr/u8-strncat (Depends-on): Add strncat.
792
793         Tests for module 'strncat'.
794         * modules/strncat-tests: New file.
795         * tests/test-strncat.c: New file.
796
797         New module 'strncat'.
798         * lib/string.in.h (strncat): New declaration.
799         * lib/strncat.c: New file, based on lib/unistr/u-strncat.h.
800         * m4/strncat.m4: New file, based on m4/memchr.m4.
801         * modules/strncat: New file.
802         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Also check whether strncat
803         is declared.
804         (gl_HEADER_STRING_H_DEFAULTS): Initialize GNULIB_STRNCAT,
805         REPLACE_STRNCAT.
806         * modules/string (Makefile.am): Substitute GNULIB_STRNCAT,
807         REPLACE_STRNCAT.
808         * doc/posix-functions/strncat.texi: Mention the Solaris bug and the new
809         module.
810         * tests/test-string-c++.cc: Check signature of strncat.
811
812 2010-04-05  Jim Meyering  <meyering@redhat.com>
813
814         xstrtoumax-tests: convert to use init.sh
815         * modules/xstrtoumax-tests (Files): Add tests/init.sh.
816         * tests/test-xstrtoumax.sh: Invoke "$srcdir/init.sh" and path_prepend_.
817         Use Exit, not exit.
818         Remove uses of $EXEEXT and "./" to run a program in the current dir.
819
820         xstrtoimax-tests: convert to use init.sh
821         * modules/xstrtoimax-tests (Files): Add tests/init.sh.
822         * tests/test-xstrtoimax.sh: Invoke "$srcdir/init.sh" and path_prepend_.
823         Use Exit, not exit.
824         Remove uses of $EXEEXT and "./" to run a program in the current dir.
825
826 2010-04-05  Bruno Haible  <bruno@clisp.org>
827
828         sys_socket: Avoid #define replacements in C++ mode.
829         * lib/sys_socket.in.h (close, gethostname, select): In C++, attach a
830         warning to the function if possible, rather than #defining the symbol
831         to a dysfunctional alias.
832
833 2010-04-05  Bruno Haible  <bruno@clisp.org>
834
835         fseeko: Fix C++ test error on mingw.
836         * m4/fseeko.m4 (gl_HAVE_FSEEKO): New macro, extracted from
837         gl_FUNC_FSEEKO.
838         (gl_REPLACE_FSEEKO): Also set REPLACE_FSEEKO if appropriate.
839         (gl_FUNC_FSEEKO): Require gl_HAVE_FSEEKO. Update.
840         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't fiddle with internals of the
841         fseeko module. Instead, invoke gl_REPLACE_FSEEKO.
842
843 2010-04-05  Bruno Haible  <bruno@clisp.org>
844
845         duplocale: Improve test output.
846         * tests/test-duplocale.c (main): Print reason for skipped test.
847
848 2010-04-05  Bruno Haible  <bruno@clisp.org>
849
850         Assume rmdir exists.
851         * m4/rmdir.m4 (gl_FUNC_RMDIR): Remove test whether rmdir exists.
852         * doc/posix-functions/rmdir.texi: Remove mention of "old platforms".
853
854 2010-04-05  Bruno Haible  <bruno@clisp.org>
855
856         Fix link error on Solaris 8 with cc.
857         * modules/pty-c++-tests (test_pty_c___LDADD): Add LIBINTL.
858
859 2010-04-05  Bruno Haible  <bruno@clisp.org>
860
861         frexpl: Fix a C++ test error on Solaris 8 and Cygwin.
862         * lib/math.in.h (frexpl): Fix condition on _GL_CXXALIASWARN invocation.
863
864 2010-04-05  Bruno Haible  <bruno@clisp.org>
865
866         vasprintf: Update documentation.
867         * doc/glibc-functions/asprintf.texi: Mention the 'vasprintf' module.
868
869 2010-04-05  Bruno Haible  <bruno@clisp.org>
870
871         ptsname: Improve test.
872         * tests/test-ptsname.c (main): Also try the various master names of BSD
873         systems.
874
875 2010-04-05  Bruno Haible  <bruno@clisp.org>
876
877         memchr: Avoid a possible C++ test error.
878         * lib/string.in.h (memchr): Provide declaration if function is missing.
879         * m4/memchr.m4 (gl_FUNC_MEMCHR): If the function is missing, set
880         HAVE_MEMCHR to 0, not REPLACE_MEMCHR to 1.
881         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MEMCHR.
882         * modules/string (Makefile.am): Substitute HAVE_MEMCHR.
883
884 2010-04-05  Bruno Haible  <bruno@clisp.org>
885
886         strtok_r: Improve idiom.
887         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Invoke gl_PREREQ_STRDUP only when
888         AC_LIBOBJ is used.
889
890 2010-04-05  Bruno Haible  <bruno@clisp.org>
891
892         strdup: Improve idiom.
893         * m4/strdup.m4 (gl_FUNC_STRDUP): Invoke gl_PREREQ_STRDUP only when
894         AC_LIBOBJ is used.
895         (gl_FUNC_STRDUP_POSIX): When strdup is missing and malloc is not POSIX
896         compliant, don't set REPLACE_STRDUP to 1. Invoke gl_PREREQ_STRDUP only
897         when AC_LIBOBJ is used.
898
899 2010-04-05  Bruno Haible  <bruno@clisp.org>
900
901         mbsinit, mbrtowc, wcrtomb: Improve idioms.
902         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): When the function does not exist,
903         don't set REPLACE_MBSINIT to 1.
904         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): When the function does not exist,
905         don't set REPLACE_MBRTOWC to 1.
906         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): When the function does not
907         exist, don't set REPLACE_MBSRTOWCS to 1.
908         * m4/mbsnrtowcs.m4 (gl_FUNC_MBSNRTOWCS): When the function does not
909         exist, don't set REPLACE_MBSNRTOWCS to 1.
910         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): When the function does not exist,
911         don't set REPLACE_WCRTOMB to 1.
912         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): When the function does not
913         exist, don't set REPLACE_WCSRTOMBS to 1.
914         * m4/wcsnrtombs.m4 (gl_FUNC_WCSNRTOMBS): When the function does not
915         exist, don't set REPLACE_WCSNRTOMBS to 1.
916
917 2010-04-05  Bruno Haible  <bruno@clisp.org>
918
919         ldexpl: Improve idiom.
920         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): When the function is not declared,
921         make sure to set HAVE_DECL_LDEXPL to 0.
922
923 2010-04-05  Jim Meyering  <meyering@redhat.com>
924
925         xstrtol-tests: convert to use init.sh
926         * modules/xstrtol-tests (Files): Add tests/init.sh.
927         * tests/test-xstrtol.sh: Invoke "$srcdir/init.sh" and path_prepend_.
928         Use Exit, not exit.
929         Remove uses of $EXEEXT and "./" to run a program in the current dir.
930
931         atexit-tests: convert to use init.sh
932         * modules/atexit-tests (Files): Add tests/init.sh.
933         * tests/test-atexit.sh: Invoke "$srcdir/init.sh" and path_prepend_.
934         Use Exit, not exit.
935         Remove uses of $EXEEXT and "./" to run a program in the current dir.
936
937         init.sh: fix typo
938         * tests/init.sh: Restore omitted ":" before stderr_fileno_ initialization.
939
940         init.sh: make it easier for a test script to write to the tty, ...
941         when using automake's parallel-tests mode.
942         * tests/init.sh (stderr_fileno_): Define overridable variable.
943         (warn_): New function, to use it.
944         (fail_, skip_, framework_failure_): Use warn_.
945
946 2010-04-04  Bruno Haible  <bruno@clisp.org>
947
948         btowc: Avoid warning.
949         * lib/btowc.c: Include <stdlib.h>.
950         Reported by Hauke Fath <hauke@espresso.rhein-neckar.de>.
951
952 2010-04-04  Hauke Fath  <hauke@espresso.rhein-neckar.de>  (tiny change)
953             Bruno Haible  <bruno@clisp.org>
954
955         wchar: Port to NetBSD 1.5.
956         * lib/wchar.in.h (WEOF): Provide fallback also when wint_t exists.
957         * lib/wctype.in.h (WEOF): Likewise.
958
959 2010-04-04  Hauke Fath  <hauke@espresso.rhein-neckar.de>  (tiny change)
960             Bruno Haible  <bruno@clisp.org>
961
962         Port extended stdio to NetBSD 1.5.
963         * lib/stdio-impl.h [NetBSD]: Include <sys/param.h>.
964         (struct __sfileext, fp_ub): Define the "old way" for NetBSD 1.5Z and
965         older.
966
967 2010-04-04  Bruno Haible  <bruno@clisp.org>
968
969         string: Remove unused substitution.
970         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
971         HAVE_DECL_STRERROR.
972         * modules/string (Makefile.am): Don't substitute HAVE_DECL_STRERROR.
973
974 2010-04-04  Bruno Haible  <bruno@clisp.org>
975
976         strtod: Avoid a possible C++ test error.
977         * m4/strtod.m4 (gl_FUNC_STRTOD): When setting HAVE_STRTOD to 0, don't
978         set REPLACE_STRTOD.
979
980 2010-04-04  Bruno Haible  <bruno@clisp.org>
981
982         strerror: Update documentation.
983         * doc/posix-functions/strerror.texi: Remove mention of old platforms.
984
985 2010-04-04  Bruno Haible  <bruno@clisp.org>
986
987         stdio: Fix some C++ test errors on Solaris 8 with GCC.
988         * lib/stdio.in.h (vdprintf, vfprintf, vprintf, vsprintf): Use
989         _GL_CXXALIAS_SYS_CAST.
990
991 2010-04-04  Bruno Haible  <bruno@clisp.org>
992
993         frexpl: Fix a C++ test error on Solaris 8 and Cygwin.
994         * m4/frexpl.m4 (gl_FUNC_FREXPL, gl_FUNC_FREXPL_NO_LIBM): When the
995         function is not declared, set HAVE_DECL_FREXPL to 0, instead of setting
996         REPLACE_FREXPL to 1.
997         * doc/posix-functions/frexpl.texi: Update documentation.
998
999 2010-04-04  Bruno Haible  <bruno@clisp.org>
1000
1001         math: Fix some C++ test errors on Solaris 8 and Cygwin.
1002         * lib/math.in.h (cosl, logl, sinl): Use simpler idiom.
1003
1004 2010-04-04  Bruno Haible  <bruno@clisp.org>
1005
1006         Implement nanosleep for native Windows.
1007         * lib/nanosleep.c (nanosleep): New implementation for native Windows.
1008
1009 2010-04-04  Bruno Haible  <bruno@clisp.org>
1010
1011         math: Fix some C++ test errors on Solaris 8.
1012         * lib/math.in.h (truncf, trunc): Use simpler idiom.
1013
1014 2010-04-04  Bruno Haible  <bruno@clisp.org>
1015
1016         math: Fix some C++ test errors on Cygwin.
1017         * lib/math.in.h (ceilf, ceill, floorf, floorl, roundf, round, roundl,
1018         truncl): Provide declaration if the system does not have it.
1019         * m4/ceilf.m4 (gl_FUNC_CEILF): If the function is not declared, set
1020         HAVE_DECL_CEILF to 0, not REPLACE_CEILF to 1.
1021         * m4/ceill.m4 (gl_FUNC_CEILL): If the function is not declared, set
1022         HAVE_DECL_CEILL to 0, not REPLACE_CEILL to 1.
1023         * m4/floorf.m4 (gl_FUNC_FLOORF): If the function is not declared, set
1024         HAVE_DECL_FLOORF to 0, not REPLACE_FLOORF to 1.
1025         * m4/floorl.m4 (gl_FUNC_FLOORL): If the function is not declared, set
1026         HAVE_DECL_FLOORL to 0, not REPLACE_FLOORL to 1.
1027         * m4/round.m4 (gl_FUNC_ROUND): If the function is not declared, set
1028         HAVE_DECL_ROUND to 0, not REPLACE_ROUND to 1.
1029         * m4/roundf.m4 (gl_FUNC_ROUNDF): If the function is not declared, set
1030         HAVE_DECL_ROUNDF to 0, not REPLACE_ROUNDF to 1.
1031         * m4/roundl.m4 (gl_FUNC_ROUNDL): If the function is not declared, set
1032         HAVE_DECL_ROUNDL to 0, not REPLACE_ROUNDL to 1.
1033         * m4/truncl.m4 (gl_FUNC_TRUNCL): If the function is not declared, set
1034         HAVE_DECL_TRUNCL to 0, not REPLACE_TRUNCL to 1.
1035         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize HAVE_DECL_CEILF,
1036         HAVE_DECL_CEILL, HAVE_DECL_FLOORF, HAVE_DECL_FLOORL, HAVE_DECL_ROUND,
1037         HAVE_DECL_ROUNDF, HAVE_DECL_ROUNDL, HAVE_DECL_TRUNCL.
1038         * modules/math (Makefile.am): Substitute HAVE_DECL_CEILF,
1039         HAVE_DECL_CEILL, HAVE_DECL_FLOORF, HAVE_DECL_FLOORL, HAVE_DECL_ROUND,
1040         HAVE_DECL_ROUNDF, HAVE_DECL_ROUNDL, HAVE_DECL_TRUNCL.
1041
1042 2010-04-04  Bruno Haible  <bruno@clisp.org>
1043
1044         * m4/ceilf.m4 (gl_FUNC_CEILF): Remove redundant AC_SUBST invocation.
1045         * m4/ceill.m4 (gl_FUNC_CEILL): Likewise.
1046         * m4/floorf.m4 (gl_FUNC_FLOORF): Likewise.
1047         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
1048         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
1049         * m4/isinf.m4 (gl_ISINF): Likewise.
1050         * m4/truncl.m4 (gl_FUNC_TRUNCL): Likewise.
1051
1052 2010-04-04  Bruno Haible  <bruno@clisp.org>
1053
1054         * m4/trunc.m4 (gl_FUNC_TRUNC): Remove redundant AC_SUBST invocation.
1055         * m4/truncf.m4 (gl_FUNC_TRUNCF): Likewise.
1056
1057 2010-04-04  Bruno Haible  <bruno@clisp.org>
1058
1059         * m4/tmpfile.m4 (gl_FUNC_TMPFILE): Renamed from gl_TMPFILE.
1060         * modules/tmpfile (configure.ac): Update.
1061
1062         tmpfile: Fix C++ test error on mingw.
1063         * lib/stdio.in.h (tmpfile): New declaration.
1064         * m4/tmpfile.m4 (gl_TMPFILE): Require gl_STDIO_H_DEFAULTS. Set
1065         REPLACE_TMPFILE instead of defining tmpfile as a macro in config.h.
1066         * modules/tmpfile (Depends-on): Add stdio.
1067         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
1068         * m4/stdio_h.m4 (gl_STDIO_H): Also check whether tmpfile is declared.
1069         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_TMPFILE and REPLACE_TMPFILE.
1070         * modules/stdio (Makefile.am): Substitute GNULIB_TMPFILE and
1071         REPLACE_TMPFILE.
1072         * tests/test-stdio-c++.cc (tmpfile): Verify signature.
1073
1074 2010-04-04  Bruno Haible  <bruno@clisp.org>
1075
1076         ioctl: Fix C++ test error on mingw.
1077         * lib/ioctl.c (ioctl): Renamed from rpl_ioctl.
1078         * lib/sys_ioctl.in.h (ioctl): When SYS_IOCTL_H_HAVE_WINSOCK2_H is 1,
1079         use _GL_FUNCDECL_SYS, not _GL_FUNCDECL_RPL.
1080
1081 2010-04-03  Bruno Haible  <bruno@clisp.org>
1082
1083         wcwidth: Fix C++ test error on mingw.
1084         * lib/wcwidth.c (wcwidth): Renamed from rpl_wcwidth.
1085         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): If the wcwidth function does not
1086         exist, don't set REPLACE_WCWIDTH. Instead, rely on HAVE_DECL_WCWIDTH.
1087
1088 2010-04-03  Bruno Haible  <bruno@clisp.org>
1089
1090         nanosleep: Fix C++ test error on mingw.
1091         * lib/nanosleep.c (nanosleep): Renamed from rpl_nanosleep.
1092         * lib/time.in.h (nanosleep): Use modern idiom.
1093         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): When the system does not have a
1094         nanosleep function, set HAVE_NANOSLEEP to 0, instead of setting
1095         REPLACE_NANOSLEEP to 1.
1096         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_NANOSLEEP.
1097         * modules/time (Makefile.am): Substitute HAVE_NANOSLEEP.
1098
1099 2010-04-03  Bruno Haible  <bruno@clisp.org>
1100
1101         strptime: Fix C++ test error on mingw.
1102         * lib/time.in.h (strptime): Use HAVE_STRPTIME, not REPLACE_STRPTIME.
1103         * m4/strptime.m4 (gl_FUNC_STRPTIME): Set HAVE_STRPTIME, not
1104         REPLACE_STRPTIME. Invoke gl_PREREQ_STRPTIME.
1105         (gl_PREREQ_STRPTIME): New macro, extracted from gl_FUNC_STRPTIME.
1106         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_STRPTIME,
1107         not REPLACE_STRPTIME.
1108         * modules/time (Makefile.am): Substitute HAVE_STRPTIME, not
1109         REPLACE_STRPTIME.
1110
1111 2010-04-03  Bruno Haible  <bruno@clisp.org>
1112
1113         timegm: Fix C++ test error on mingw.
1114         * lib/time.in.h (timegm): Use modern idiom.
1115         * m4/timegm.m4 (gl_FUNC_TIMEGM): When timegm does not exist, set
1116         HAVE_TIMEGM to 0, not REPLACE_TIMEGM to 1.
1117         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_TIMEGM.
1118         * modules/time (Makefile.am): Substitute HAVE_TIMEGM.
1119
1120 2010-04-03  Bruno Haible  <bruno@clisp.org>
1121
1122         timegm: Assume declaration if function exists.
1123         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume timegm is declared if and only
1124         if it exists. Don't clobber ac_cv_func_timegm.
1125
1126 2010-04-03  Bruno Haible  <bruno@clisp.org>
1127
1128         time_r: Fix C++ test error on mingw.
1129         * lib/time.in.h (localtime_r, gmtime_r): Use modern idiom.
1130         * m4/time_r.m4 (gl_TIME_R): When localtime_r does not exist, set
1131         HAVE_LOCALTIME_R to 0, not REPLACE_LOCALTIME_R to 1.
1132         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_LOCALTIME_R.
1133         * modules/time (Makefile.am): Substitute HAVE_LOCALTIME_R.
1134
1135 2010-04-03  Bruno Haible  <bruno@clisp.org>
1136
1137         time_r: Minor updates.
1138         * modules/time_r (Description): Mention the provided functions.
1139         * lib/time_r.c: Don't include <string.h>.
1140         * doc/posix-functions/gmtime_r.texi: Mention the 'time_r' module.
1141         * doc/posix-functions/localtime_r.texi: Likewise.
1142
1143 2010-04-03  Bruno Haible  <bruno@clisp.org>
1144
1145         time: Fix regression introduced on 2010-03-08.
1146         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Require
1147         gl_HEADER_TIME_H_DEFAULTS, not gl_HEADER_STRING_H_DEFAULTS.
1148
1149 2010-04-03  Jim Meyering  <meyering@redhat.com>
1150
1151         maint.mk: don't silently disable project-specific syntax-check rules
1152         * top/maint.mk (_prohibit_regexp): Define, to help people realize
1153         that they need to convert their project-specific syntax-check rules
1154         to use the new _sc_search_regexp.
1155
1156 2010-04-03  Bruno Haible  <bruno@clisp.org>
1157
1158         fchdir: Fix regression introduced on 2010-03-08.
1159         * lib/unistd.in.h (fchdir): Fix declaration.
1160         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set HAVE_FCHDIR, not REPLACE_FCHDIR.
1161         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize HAVE_FCHDIR, not
1162         REPLACE_FCHDIR.
1163         * modules/unistd (Makefile.am): Substitute HAVE_FCHDIR, not
1164         REPLACE_FCHDIR.
1165
1166 2010-04-03  Bruno Haible  <bruno@clisp.org>
1167
1168         getpagesize: Fix C++ test error on mingw.
1169         * lib/unistd.in.h (getpagesize): Don't use _GL_CXXALIASWARN if the
1170         system does not declare the function.
1171         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Also check whether it's
1172         declared.
1173         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1174         HAVE_DECL_GETPAGESIZE.
1175         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETPAGESIZE.
1176
1177 2010-04-03  Bruno Haible  <bruno@clisp.org>
1178
1179         stdio: Make C++ tests work on mingw.
1180         * lib/stdio.in.h (getline): Don't use _GL_CXXALIASWARN if the system
1181         does not declare the function.
1182
1183 2010-04-03  Bruno Haible  <bruno@clisp.org>
1184
1185         ftello: Fix C++ test error on mingw.
1186         * lib/stdio.in.h (ftello): Use modern idiom.
1187         * lib/ftello.c (ftello): Renamed from rpl_ftello.
1188         * m4/ftello.m4 (gl_FUNC_FTELLO): Distinguish the case that the function
1189         is missing and that it needs to be replaced.
1190         (gl_REPLACE_FTELLO): Don't set REPLACE_FTELLO here.
1191         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_FTELLO.
1192         * modules/stdio (Makefile.am): Substitute HAVE_FTELLO.
1193
1194 2010-04-03  Bruno Haible  <bruno@clisp.org>
1195
1196         fseeko: Fix C++ test error on mingw.
1197         * lib/stdio.in.h (fseeko): Use modern idiom.
1198         * lib/fseeko.c (fseeko): Renamed from rpl_fseeko.
1199         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Distinguish the case that the function
1200         is missing and that it needs to be replaced.
1201         (gl_REPLACE_FSEEKO): Don't set REPLACE_FSEEKO here.
1202         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_FSEEKO.
1203         * modules/stdio (Makefile.am): Substitute HAVE_FSEEKO.
1204
1205 2010-04-03  Bruno Haible  <bruno@clisp.org>
1206
1207         mkstemp: Fix C++ test error on mingw.
1208         * lib/stdlib.in.h (mkstemp): Use modern idiom.
1209         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Distinguish the case that the
1210         function is missing and that it needs to be replaced.
1211         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize HAVE_MKSTEMP.
1212         * modules/stdlib (Makefile.am): Substitute HAVE_MKSTEMP.
1213
1214 2010-04-03  Bruno Haible  <bruno@clisp.org>
1215
1216         stpncpy: Fix C++ test error on mingw.
1217         * lib/string.in.h (stpncpy): Use modern idiom.
1218         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Distinguish the case that the
1219         function is missing and that it needs to be replaced.
1220         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1221         REPLACE_STPNCPY.
1222         * modules/string (Makefile.am): Substitute REPLACE_STPNCPY.
1223
1224 2010-04-03  Bruno Haible  <bruno@clisp.org>
1225
1226         sys_stat: Fix C++ test error on mingw.
1227         * build-aux/c++defs.h (_GL_CXXALIAS_RPL_CAST_1): New macro.
1228         * lib/sys_stat.in.h (lchmod): Use it instead of _GL_CXXALIAS_RPL_1.
1229
1230 2010-04-03  Bruno Haible  <bruno@clisp.org>
1231
1232         pty: Update doc.
1233         * doc/glibc-headers/pty.texi: Mention changes done since 2010-03-18.
1234
1235 2010-04-03  Bruno Haible  <bruno@clisp.org>
1236
1237         unistd: Fix C++ test error on mingw.
1238         * lib/unistd.in.h (getcwd): Use _GL_CXXALIAS_SYS_CAST.
1239
1240 2010-04-03  Bruno Haible  <bruno@clisp.org>
1241
1242         Update doc regarding mingw.
1243         * doc/glibc-functions/openpty.texi: Update regarding mingw.
1244         * doc/glibc-functions/login_tty.texi: Likewise.
1245         * doc/glibc-functions/forkpty.texi: Likewise.
1246
1247 2010-04-03  Bruno Haible  <bruno@clisp.org>
1248
1249         stdlib: Avoid compilation failure of c-strtold on mingw.
1250         * lib/stdlib.in.h: Don't include <unistd.h> on native Windows systems.
1251
1252 2010-04-03  Bruno Haible  <bruno@clisp.org>
1253
1254         locale: Make C++ tests work on Cygwin and mingw.
1255         * lib/locale.in.h (duplocale): Don't use _GL_CXXALIASWARN if gnulib
1256         cannot provide the function.
1257         Reported by Simon Josefsson.
1258
1259 2010-04-03  Bruno Haible  <bruno@clisp.org>
1260
1261         localename: Port to MacOS X 10.6.
1262         * lib/localename.c (gl_locale_name_thread_unsafe): On MacOS X, try the
1263         memory layout of the locales in MacOS X 10.6 as well.
1264         Reported by Panu Kekäläinen <panu@kekalainen.eu>.
1265
1266 2010-04-02  Bruno Haible  <bruno@clisp.org>
1267
1268         gnulib-tool: Ensure that long-running tests are executed last.
1269         * gnulib-tool (func_emit_tests_Makefile_am): Emit the code for long-
1270         running tests after the one for the other tests.
1271
1272 2010-04-02  Bruno Haible  <bruno@clisp.org>
1273
1274         gnulib-tool: Ensure the tests in the main directory are executed first.
1275         * gnulib-tool (func_emit_tests_Makefile_am): Initialize SUBDIRS to
1276         start with the current directory.
1277
1278 2010-04-02  Bruno Haible  <bruno@clisp.org>
1279
1280         Tests for module 'havelib', moved here from GNU gettext.
1281         * modules/havelib-tests: New file, from gettext/autoconf-lib-link with
1282         modifications.
1283         * tests/havelib/README: New file, from gettext/autoconf-lib-link.
1284         * tests/havelib/Makefile.am: New file, from gettext/autoconf-lib-link
1285         with modifications.
1286         * tests/havelib/rpath-1: New file, from gettext/autoconf-lib-link with
1287         modifications.
1288         * tests/havelib/rpath-1a: New file, from gettext/autoconf-lib-link.
1289         * tests/havelib/rpath-1b: New file, from gettext/autoconf-lib-link.
1290         * tests/havelib/rpath-2_a: New file, from gettext/autoconf-lib-link
1291         with modifications.
1292         * tests/havelib/rpath-2_b: New file, from gettext/autoconf-lib-link
1293         with modifications.
1294         * tests/havelib/rpath-2aaa: New file, from gettext/autoconf-lib-link.
1295         * tests/havelib/rpath-2aab: New file, from gettext/autoconf-lib-link.
1296         * tests/havelib/rpath-2aac: New file, from gettext/autoconf-lib-link.
1297         * tests/havelib/rpath-2aad: New file, from gettext/autoconf-lib-link.
1298         * tests/havelib/rpath-2aba: New file, from gettext/autoconf-lib-link.
1299         * tests/havelib/rpath-2abb: New file, from gettext/autoconf-lib-link.
1300         * tests/havelib/rpath-2abc: New file, from gettext/autoconf-lib-link.
1301         * tests/havelib/rpath-2abd: New file, from gettext/autoconf-lib-link.
1302         * tests/havelib/rpath-2baa: New file, from gettext/autoconf-lib-link.
1303         * tests/havelib/rpath-2bab: New file, from gettext/autoconf-lib-link.
1304         * tests/havelib/rpath-2bac: New file, from gettext/autoconf-lib-link.
1305         * tests/havelib/rpath-2bad: New file, from gettext/autoconf-lib-link.
1306         * tests/havelib/rpath-2bba: New file, from gettext/autoconf-lib-link.
1307         * tests/havelib/rpath-2bbb: New file, from gettext/autoconf-lib-link.
1308         * tests/havelib/rpath-2bbc: New file, from gettext/autoconf-lib-link.
1309         * tests/havelib/rpath-2bbd: New file, from gettext/autoconf-lib-link.
1310         * tests/havelib/rpath-3_a: New file, from gettext/autoconf-lib-link
1311         with modifications.
1312         * tests/havelib/rpath-3_b: New file, from gettext/autoconf-lib-link
1313         with modifications.
1314         * tests/havelib/rpath-3aaa: New file, from gettext/autoconf-lib-link.
1315         * tests/havelib/rpath-3aab: New file, from gettext/autoconf-lib-link.
1316         * tests/havelib/rpath-3aac: New file, from gettext/autoconf-lib-link.
1317         * tests/havelib/rpath-3aad: New file, from gettext/autoconf-lib-link.
1318         * tests/havelib/rpath-3aae: New file, from gettext/autoconf-lib-link.
1319         * tests/havelib/rpath-3aaf: New file, from gettext/autoconf-lib-link.
1320         * tests/havelib/rpath-3aag: New file, from gettext/autoconf-lib-link.
1321         * tests/havelib/rpath-3aah: New file, from gettext/autoconf-lib-link.
1322         * tests/havelib/rpath-3aba: New file, from gettext/autoconf-lib-link.
1323         * tests/havelib/rpath-3abb: New file, from gettext/autoconf-lib-link.
1324         * tests/havelib/rpath-3abc: New file, from gettext/autoconf-lib-link.
1325         * tests/havelib/rpath-3abd: New file, from gettext/autoconf-lib-link.
1326         * tests/havelib/rpath-3abe: New file, from gettext/autoconf-lib-link.
1327         * tests/havelib/rpath-3abf: New file, from gettext/autoconf-lib-link.
1328         * tests/havelib/rpath-3abg: New file, from gettext/autoconf-lib-link.
1329         * tests/havelib/rpath-3abh: New file, from gettext/autoconf-lib-link.
1330         * tests/havelib/rpath-3baa: New file, from gettext/autoconf-lib-link.
1331         * tests/havelib/rpath-3bab: New file, from gettext/autoconf-lib-link.
1332         * tests/havelib/rpath-3bac: New file, from gettext/autoconf-lib-link.
1333         * tests/havelib/rpath-3bad: New file, from gettext/autoconf-lib-link.
1334         * tests/havelib/rpath-3bae: New file, from gettext/autoconf-lib-link.
1335         * tests/havelib/rpath-3baf: New file, from gettext/autoconf-lib-link.
1336         * tests/havelib/rpath-3bag: New file, from gettext/autoconf-lib-link.
1337         * tests/havelib/rpath-3bah: New file, from gettext/autoconf-lib-link.
1338         * tests/havelib/rpath-3bba: New file, from gettext/autoconf-lib-link.
1339         * tests/havelib/rpath-3bbb: New file, from gettext/autoconf-lib-link.
1340         * tests/havelib/rpath-3bbc: New file, from gettext/autoconf-lib-link.
1341         * tests/havelib/rpath-3bbd: New file, from gettext/autoconf-lib-link.
1342         * tests/havelib/rpath-3bbe: New file, from gettext/autoconf-lib-link.
1343         * tests/havelib/rpath-3bbf: New file, from gettext/autoconf-lib-link.
1344         * tests/havelib/rpath-3bbg: New file, from gettext/autoconf-lib-link.
1345         * tests/havelib/rpath-3bbh: New file, from gettext/autoconf-lib-link.
1346         * tests/havelib/rpathx/rpathx.c: New file, from
1347         gettext/autoconf-lib-link.
1348         * tests/havelib/rpathx/Makefile.am: New file, from
1349         gettext/autoconf-lib-link.
1350         * tests/havelib/rpathx/configure.ac: New file, from
1351         gettext/autoconf-lib-link with modifications.
1352         * tests/havelib/rpathy/rpathy.c: New file, from
1353         gettext/autoconf-lib-link.
1354         * tests/havelib/rpathy/Makefile.am: New file, from
1355         gettext/autoconf-lib-link.
1356         * tests/havelib/rpathy/configure.ac: New file, from
1357         gettext/autoconf-lib-link with modifications.
1358         * tests/havelib/rpathz/rpathz.c: New file, from
1359         gettext/autoconf-lib-link.
1360         * tests/havelib/rpathz/Makefile.am: New file, from
1361         gettext/autoconf-lib-link.
1362         * tests/havelib/rpathz/configure.ac: New file, from
1363         gettext/autoconf-lib-link with modifications.
1364         * tests/havelib/rpathlx/usex.c: New file, from
1365         gettext/autoconf-lib-link.
1366         * tests/havelib/rpathlx/Makefile.am: New file, from
1367         gettext/autoconf-lib-link.
1368         * tests/havelib/rpathlx/configure.ac: New file, from
1369         gettext/autoconf-lib-link with modifications.
1370         * tests/havelib/rpathly/usey.c: New file, from
1371         gettext/autoconf-lib-link.
1372         * tests/havelib/rpathly/Makefile.am: New file, from
1373         gettext/autoconf-lib-link.
1374         * tests/havelib/rpathly/configure.ac: New file, from
1375         gettext/autoconf-lib-link with modifications.
1376         * tests/havelib/rpathlz/usez.c: New file, from
1377         gettext/autoconf-lib-link.
1378         * tests/havelib/rpathlz/Makefile.am: New file, from
1379         gettext/autoconf-lib-link.
1380         * tests/havelib/rpathlz/configure.ac: New file, from
1381         gettext/autoconf-lib-link with modifications.
1382         * tests/havelib/rpathlyx/usey.c: New file, from
1383         gettext/autoconf-lib-link.
1384         * tests/havelib/rpathlyx/Makefile.am: New file, from
1385         gettext/autoconf-lib-link.
1386         * tests/havelib/rpathlyx/configure.ac: New file, from
1387         gettext/autoconf-lib-link with modifications.
1388         * tests/havelib/rpathlzyx/usez.c: New file, from
1389         gettext/autoconf-lib-link.
1390         * tests/havelib/rpathlzyx/Makefile.am: New file, from
1391         gettext/autoconf-lib-link.
1392         * tests/havelib/rpathlzyx/configure.ac: New file, from
1393         gettext/autoconf-lib-link with modifications.
1394         * tests/havelib/rpathcfg.sh: New file, from gettext/autoconf-lib-link
1395         with modifications.
1396
1397 2010-04-02  Bruno Haible  <bruno@clisp.org>
1398
1399         gnulib-tool: Create distributed built sources also for the tests.
1400         * gnulib-tool (func_create_testdir): Also generate distributed built
1401         sources in the tests directory.
1402
1403 2010-04-02  Bruno Haible  <bruno@clisp.org>
1404
1405         gnulib-tool: Obey user's environment variables.
1406         * gnulib-tool (func_create_testdir): When creating built sources,
1407         respect the environment variables for autoconf, automake, etc. given by
1408         the user.
1409
1410 2010-04-02  Bruno Haible  <bruno@clisp.org>
1411
1412         gnulib-tool: Provide the value of --m4-base to modules.
1413         * gnulib-tool (func_import, func_create_testdir): Emit a definition
1414         of gl_m4_base.
1415
1416 2010-04-02  Eric Blake  <eblake@redhat.com>
1417
1418         maint.mk: fix some fallout
1419         * NEWS: Document the incompatible change, and its effect on cfg.mk.
1420         * top/maint.mk (sc_prohibit_test_minus_ao): Update.
1421
1422 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
1423
1424         maint.mk: _sc_search_regexp: generalize and rename from _prohibit_regexp
1425         * top/maint.mk (_sc_search_regexp): Rename from _prohibit_regexp.
1426         (sc_cast_of_argument_to_free): Adapt to use _sc_search_regexp.
1427         (sc_cast_of_x_alloc_return_value): Likewise.
1428         (sc_cast_of_alloca_return_value): Likewise.
1429         (sc_space_tab): Likewise.
1430         (sc_prohibit_atoi_atof): Likewise.
1431         (sc_prohibit_magic_number_exit): Likewise.
1432         (sc_error_exit_success): Likewise.
1433         (sc_file_system): Likewise.
1434         (sc_prohibit_have_config_h): Likewise.
1435         (sc_require_config_h): Likewise.
1436         (sc_prohibit_HAVE_MBRTOWC): Likewise.
1437         (sc_obsolete_symbols): Likewise.
1438         (sc_changelog): Likewise.
1439         (sc_program_name): Likewise.
1440         (sc_the_the): Likewise.
1441         (sc_trailing_blank): Likewise.
1442         (sc_two_space_separator_in_usage): Likewise.
1443         (sc_useless_cpp_parens): Likewise.
1444         (sc_GPL_version): Likewise.
1445         (sc_GFDL_version): Likewise.
1446         (sc_texinfo_acronym): Likewise.
1447         (sc_prohibit_cvs_keyword): Likewise.
1448         (sc_prohibit_stat_st_blocks): Likewise.
1449         (sc_prohibit_S_IS_definition): Likewise.
1450         (sc_redundant_const): Likewise.
1451         (sc_makefile_TAB_only_indentation): Likewise.
1452         (sc_m4_quote_check): Likewise.
1453         (sc_makefile_path_separator_check): Likewise.
1454         (sc_copyright_check): Likewise.
1455         (sc_Wundef_boolean): Likewise.
1456         (sc_vulnerable_makefile_CVE-2009-4029): Likewise.
1457
1458         maint.mk: match 0 or more whitespace-before-function-call '('
1459         * top/maint.mk (sc_error_exit_success): Relax regexp to match uses
1460         that have zero or two-and-more spaces between the function name
1461         and the open parenthesis.
1462         (sc_error_message_warn_fatal): Likewise.
1463         (sc_error_message_uppercase): Likewise.
1464         (sc_error_message_period): Likewise.
1465
1466 2010-03-31  Eric Blake  <eblake@redhat.com>
1467
1468         maint.mk: check for [ as well as test
1469         * top/maint.mk (sc_prohibit_test_minus_ao): Extend test.
1470         Based on a libvirt report by Matthias Bolte.
1471
1472         gnumakefile: don't squelch _version output
1473         * top/GNUmakefile (_version): Create one-shot dependency rather
1474         than using $(shell) when version must be regenerated.
1475         (_autoreconf): Run verbosely, by default.
1476
1477         sys_time: avoid compiler warnings
1478         * lib/sys_time.in.h (includes): Ensure gcc pragma is
1479         unconditional, fixing regression from 2010-03-29.
1480         Reported by Simon Josefsson.
1481
1482 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
1483
1484         maint.mk: s/_header_without_use/_sc_header_without_use/
1485         * top/maint.mk (_sc_header_without_use): Rename from _header_without_use.
1486         (sc_prohibit_assert_without_use): Use the new name.
1487         (sc_prohibit_close_stream_without_use): Likewise.
1488         (sc_prohibit_getopt_without_use): Likewise.
1489         (sc_prohibit_quotearg_without_use): Likewise.
1490         (sc_prohibit_quote_without_use): Likewise.
1491         (sc_prohibit_long_options_without_use): Likewise.
1492         (sc_prohibit_inttostr_without_use): Likewise.
1493         (sc_prohibit_ignore_value_without_use): Likewise.
1494         (sc_prohibit_error_without_use): Likewise.
1495         (sc_prohibit_xalloc_without_use): Likewise.
1496         (sc_prohibit_hash_without_use): Likewise.
1497         (sc_prohibit_hash_pjw_without_use): Likewise.
1498         (sc_prohibit_safe_read_without_use): Likewise.
1499         (sc_prohibit_argmatch_without_use): Likewise.
1500         (sc_prohibit_canonicalize_without_use): Likewise.
1501         (sc_prohibit_root_dev_ino_without_use): Likewise.
1502         (sc_prohibit_openat_without_use): Likewise.
1503         (sc_prohibit_c_ctype_without_use): Likewise.
1504         (sc_prohibit_signal_without_use): Likewise.
1505         (sc_prohibit_intprops_without_use): Likewise.
1506
1507 2010-03-30  Eric Blake  <eblake@redhat.com>
1508
1509         maint: improve module indicators
1510         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE)
1511         (gl_MODULE_INDICATOR, gl_MODULE_INDICATOR_FOR_TESTS): Fit in 80
1512         columns, and avoid extra macro expansion.
1513
1514         fdopendir: work around FreeBSD bug
1515         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
1516         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Set it.
1517         * modules/dirent (Makefile.am): Substitute it.
1518         * lib/dirent.in.h (fdopendir): Supply missing FreeBSD
1519         declaration.
1520         * doc/posix-functions/fdopendir.texi (fdopendir): Document the
1521         fix.
1522         Reported by Christian Weisgerber <naddy@mips.inka.de>.
1523
1524 2010-03-29  Bruno Haible  <bruno@clisp.org>
1525
1526         Emit #pragma system_header after the inclusion guard, not before.
1527         * lib/arpa_inet.in.h: Emit #pragma system_header after the inclusion
1528         guard that spans the entire file, not before. This enables an
1529         optimization in GCC's preprocessor.
1530         * lib/ctype.in.h: Likewise.
1531         * lib/dirent.in.h: Likewise.
1532         * lib/errno.in.h: Likewise.
1533         * lib/float.in.h: Likewise.
1534         * lib/getopt.in.h: Likewise.
1535         * lib/iconv.in.h: Likewise.
1536         * lib/langinfo.in.h: Likewise.
1537         * lib/locale.in.h: Likewise.
1538         * lib/math.in.h: Likewise.
1539         * lib/netdb.in.h: Likewise.
1540         * lib/netinet_in.in.h: Likewise.
1541         * lib/pty.in.h: Likewise.
1542         * lib/sched.in.h: Likewise.
1543         * lib/se-selinux.in.h: Likewise.
1544         * lib/search.in.h: Likewise.
1545         * lib/spawn.in.h: Likewise.
1546         * lib/stdarg.in.h: Likewise.
1547         * lib/stdint.in.h: Likewise.
1548         * lib/string.in.h: Likewise.
1549         * lib/strings.in.h: Likewise.
1550         * lib/sys_file.in.h: Likewise.
1551         * lib/sys_ioctl.in.h: Likewise.
1552         * lib/sys_time.in.h: Likewise.
1553         * lib/sys_times.in.h: Likewise.
1554         * lib/sys_utsname.in.h: Likewise.
1555         * lib/sys_wait.in.h: Likewise.
1556         * lib/sysexits.in.h: Likewise.
1557         * lib/wctype.in.h: Likewise.
1558
1559 2010-03-28  James Youngman  <jay@gnu.org>
1560
1561         save-cwd: don't leak a file descriptor when the caller execs.
1562         * lib/save-cwd.c (save_cwd): set the close-on-exec flag for the
1563         saved file descriptor.
1564         * modules/save-cwd (Depends-on): Depend on cloexec.
1565
1566 2010-03-29  Bruno Haible  <bruno@clisp.org>
1567
1568         Remove vestiges of fts-lgpl module.
1569         * lib/fts_.h: Assume GNULIB_FTS is 1.
1570         * lib/fts.c: Likewise.
1571         * modules/fts (configure.ac): Remove gl_MODULE_INDICATOR invocation.
1572
1573 2010-03-28  Bruno Haible  <bruno@clisp.org>
1574
1575         Fix definition of tests witness macro.
1576         * gnulib-tool (func_import): Fix definition of witness macro.
1577
1578 2010-03-28  Bruno Haible  <bruno@clisp.org>
1579
1580         Fix ioctl's protoype on glibc systems.
1581         * lib/sys_ioctl.in.h (ioctl): If REPLACE_IOCTL is 1, use a wrapper. Use
1582         _GL_CXXALIAS_SYS, not _GL_CXXALIAS_SYS_CAST.
1583         * lib/ioctl.c (rpl_ioctl) [HAVE_IOCTL]: New wrapper.
1584         * modules/ioctl (configure.ac): Test whether ioctl has the POSIX
1585         signature. If not, arrange to replace the ioctl function.
1586         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
1587         REPLACE_IOCTL.
1588         * modules/sys_ioctl (Makefile.am): Substitute REPLACE_IOCTL.
1589         * doc/posix-functions/ioctl.texi: Mention the glibc problem.
1590         Reported by Ludovic Courtès <ludo@gnu.org>.
1591
1592 2010-03-28  Javier Villavicencio  <the_paya@gentoo.org>
1593
1594         exclude: fix the case of globs vs. EXCLUDE_INCLUDE
1595         * lib/exclude.c (excluded_file_pattern_p): Fix logic error that
1596         made it so grep -r --include=GLOB* ... did not work.
1597
1598 2010-03-26  Jim Meyering  <meyering@redhat.com>
1599             Eric Blake  <eblake@redhat.com>
1600
1601         maint.mk: prohibit use of test's -o and -a operators
1602         * top/maint.mk (sc_prohibit_test_minus_ao): New rule.
1603
1604 2010-03-28  Bruno Haible  <bruno@clisp.org>
1605
1606         Remove unused GNULIB_XYZ macro definitions.
1607         * modules/crypto/gc-camellia (configure.ac): Remove gl_MODULE_INDICATOR
1608         invocation.
1609
1610 2010-03-28  Bruno Haible  <bruno@clisp.org>
1611
1612         Mark privileged tests modules.
1613         * modules/idpriv-drop-tests (Status): New section.
1614         * modules/idpriv-droptemp-tests (Status): New section.
1615
1616 2010-03-28  Bruno Haible  <bruno@clisp.org>
1617
1618         Split C++ tests into separate tests modules.
1619         * modules/dirent-c++-tests: New file, extracted from
1620         modules/dirent-tests.
1621         * modules/dirent-tests: Depend on it.
1622         * modules/fcntl-h-c++-tests: New file, extracted from
1623         modules/fcntl-h-tests.
1624         * modules/fcntl-h-tests: Depend on it.
1625         * modules/glob-c++-tests: New file, extracted from modules/glob-tests.
1626         * modules/glob-tests: Depend on it.
1627         * modules/iconv-h-c++-tests: New file, extracted from
1628         modules/iconv-h-tests.
1629         * modules/iconv-h-tests: Depend on it.
1630         * modules/langinfo-c++-tests: New file, extracted from
1631         modules/langinfo-tests.
1632         * modules/langinfo-tests: Depend on it.
1633         * modules/locale-c++-tests: New file, extracted from
1634         modules/locale-tests.
1635         * modules/locale-tests: Depend on it.
1636         * modules/math-c++-tests: New file, extracted from modules/math-tests.
1637         * modules/math-tests: Depend on it.
1638         * modules/pty-c++-tests: New file, extracted from modules/pty-tests.
1639         * modules/pty-tests: Depend on it.
1640         * modules/search-c++-tests: New file, extracted from
1641         modules/search-tests.
1642         * modules/search-tests: Depend on it.
1643         * modules/signal-c++-tests: New file, extracted from
1644         modules/signal-tests.
1645         * modules/signal-tests: Depend on it.
1646         * modules/spawn-c++-tests: New file, extracted from
1647         modules/spawn-tests.
1648         * modules/spawn-tests: Depend on it.
1649         * modules/stdio-c++-tests: New file, extracted from
1650         modules/stdio-tests.
1651         * modules/stdio-tests: Depend on it.
1652         * modules/stdlib-c++-tests: New file, extracted from
1653         modules/stdlib-tests.
1654         * modules/stdlib-tests: Depend on it.
1655         * modules/string-c++-tests: New file, extracted from
1656         modules/string-tests.
1657         * modules/string-tests: Depend on it.
1658         * modules/sys_ioctl-c++-tests: New file, extracted from
1659         modules/sys_ioctl-tests.
1660         * modules/sys_ioctl-tests: Depend on it.
1661         * modules/sys_select-c++-tests: New file, extracted from
1662         modules/sys_select-tests.
1663         * modules/sys_select-tests: Depend on it.
1664         * modules/sys_socket-c++-tests: New file, extracted from
1665         modules/sys_socket-tests.
1666         * modules/sys_socket-tests: Depend on it.
1667         * modules/sys_stat-c++-tests: New file, extracted from
1668         modules/sys_stat-tests.
1669         * modules/sys_stat-tests: Depend on it.
1670         * modules/sys_time-c++-tests: New file, extracted from
1671         modules/sys_time-tests.
1672         * modules/sys_time-tests: Depend on it.
1673         * modules/time-c++-tests: New file, extracted from modules/time-tests.
1674         * modules/time-tests: Depend on it.
1675         * modules/unistd-c++-tests: New file, extracted from
1676         modules/unistd-tests.
1677         * modules/unistd-tests: Depend on it.
1678         * modules/wchar-c++-tests: New file, extracted from
1679         modules/wchar-tests.
1680         * modules/wchar-tests: Depend on it.
1681         * modules/wctype-c++-tests: New file, extracted from
1682         modules/wctype-tests.
1683         * modules/wctype-tests: Depend on it.
1684         Reported by Simon Josefsson.
1685
1686 2010-03-28  Bruno Haible  <bruno@clisp.org>
1687
1688         gnulib-tool: Allow 'foo-tests' module even if there is no module 'foo'.
1689         * gnulib-tool (func_exists_module): New function, extracted from
1690         func_verify_module.
1691         (func_verify_module): Use it.
1692         (func_get_dependencies): Synthetize a dependency from 'foo-tests' to
1693         'foo' only if 'foo' exists.
1694         * doc/gnulib.texi (Extra tests modules): Explain how to split a tests
1695         module.
1696
1697 2010-03-28  Bruno Haible  <bruno@clisp.org>
1698
1699         gnulib-tool: Add support for special categories of tests.
1700         * gnulib-tool: New options --with-c++-tests, --with-longrunning-tests,
1701         --with-privileged-tests, --with-unportable-tests, --with-all-tests.
1702         (func_usage): Document them.
1703         (inc_cxx_tests, inc_longrunning_tests, inc_privileged_tests,
1704         inc_unportable_tests, inc_all_tests): New variables.
1705         (func_acceptable): Consider these variables.
1706         (func_modules_transitive_closure): Make it work when the 'Status' field
1707         consists of multiple words.
1708         (func_import): Store and restore the values of inc_cxx_tests,
1709         inc_longrunning_tests, inc_privileged_tests, inc_unportable_tests,
1710         inc_all_tests in gnulib-comp.m4.
1711         (func_create_testdir): Set inc_all_tests to true.
1712         * doc/gnulib.texi (Extra tests modules): New section.
1713         Suggested by Jim Meyering.
1714
1715 2010-03-28  Bruno Haible  <bruno@clisp.org>
1716
1717         ansi-c++-opt: Allow turning off the C++ build by default.
1718         * m4/ansi-c++.m4 (gl_CXX_CHOICE): Let CXX_CHOICE default to 'no' if
1719         gl_CXX_CHOICE_DEFAULT_NO is defined.
1720         Requested by Eric Blake.
1721
1722 2010-03-28  Bruno Haible  <bruno@clisp.org>
1723
1724         unistd: Avoid #define replacements in C++ mode.
1725         * lib/unistd.in.h (socket, connect, accept, bind, getpeername,
1726         getsockname, getsockopt, listen, recv, send, recvfrom, sendto,
1727         setsockopt, shutdown, select): In C++, attach a warning to the function
1728         if possible, rather than #defining the symbol to a dysfunctional alias.
1729         Reported by John W. Eaton <jwe@gnu.org>.
1730
1731 2010-03-28  Bruno Haible  <bruno@clisp.org>
1732
1733         Fix link errors on mingw.
1734         * lib/sys_ioctl.in.h (ioctl): Fix declaration idiom.
1735         * modules/sys_ioctl-tests (Makefile.am): Link test-sys_ioctl-c++ with
1736         $(LIBSOCKET).
1737         * modules/sys_select-tests (Makefile.am): Link test-sys_select-c++ with
1738         $(LIBSOCKET).
1739
1740 2010-03-28  Bruno Haible  <bruno@clisp.org>
1741             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1742
1743         lib-ignore: Determine different options for different compilers.
1744         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Set a variable which
1745         depends on the current language (C/C++/Fortran). Don't set LDFLAGS.
1746         Add comments.
1747         (_gl_IGNORE_UNUSED_LIBRARIES_OPTIONS): New macro.
1748         * NEWS: Mention the change.
1749
1750 2010-03-27  Bruno Haible  <bruno@clisp.org>
1751
1752         Remove unused GNULIB_XYZ macro definitions.
1753         * modules/dup3 (configure.ac): Remove gl_MODULE_INDICATOR invocation.
1754         * modules/fseek (configure.ac): Likewise.
1755         * modules/ioctl (configure.ac): Likewise.
1756         * modules/open (configure.ac): Likewise.
1757         * modules/stdlib-safer (configure.ac): Likewise.
1758
1759 2010-03-27  Bruno Haible  <bruno@clisp.org>
1760
1761         Add a remark about certain modules.
1762         * modules/malloc (Comment): New section.
1763         * modules/realloc (Comment): Likewise.
1764         * modules/sigpipe (Comment): Likewise.
1765
1766 2010-03-27  Bruno Haible  <bruno@clisp.org>
1767
1768         Resolve conflict between the two kinds of module indicators.
1769         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Define
1770         GNULIB_TEST_XYZ instead of GNULIB_XYZ.
1771         * modules/canonicalize (configure.ac): Invoke
1772         gl_MODULE_INDICATOR_FOR_TESTS.
1773         * tests/test-canonicalize-lgpl.c: Test GNULIB_TEST_XYZ instead of
1774         GNULIB_XYZ.
1775         * tests/test-dirent-c++.cc: Likewise.
1776         * tests/test-dirent-safer.c: Likewise.
1777         * tests/test-dup2.c: Likewise.
1778         * tests/test-fchdir.c: Likewise.
1779         * tests/test-fcntl-h-c++.cc: Likewise.
1780         * tests/test-getopt.c: Likewise.
1781         * tests/test-getopt.h: Likewise.
1782         * tests/test-langinfo-c++.cc: Likewise.
1783         * tests/test-locale-c++.cc: Likewise.
1784         * tests/test-math-c++.cc: Likewise.
1785         * tests/test-pty-c++.cc: Likewise.
1786         * tests/test-search-c++.cc: Likewise.
1787         * tests/test-signal-c++.cc: Likewise.
1788         * tests/test-spawn-c++.cc: Likewise.
1789         * tests/test-stdio-c++.cc: Likewise.
1790         * tests/test-stdlib-c++.cc: Likewise.
1791         * tests/test-string-c++.cc: Likewise.
1792         * tests/test-sys_ioctl-c++.cc: Likewise.
1793         * tests/test-sys_select-c++.cc: Likewise.
1794         * tests/test-sys_socket-c++.cc: Likewise.
1795         * tests/test-sys_stat-c++.cc: Likewise.
1796         * tests/test-sys_time-c++.cc: Likewise.
1797         * tests/test-time-c++.cc: Likewise.
1798         * tests/test-unistd-c++.cc: Likewise.
1799         * tests/test-wchar-c++.cc: Likewise.
1800         * tests/uninorm/test-u8-nfc.c: Likewise.
1801         * tests/uninorm/test-u8-nfd.c: Likewise.
1802         * tests/uninorm/test-u8-nfkc.c: Likewise.
1803         * tests/uninorm/test-u8-nfkd.c: Likewise.
1804         * tests/uninorm/test-u16-nfc.c: Likewise.
1805         * tests/uninorm/test-u16-nfd.c: Likewise.
1806         * tests/uninorm/test-u16-nfkc.c: Likewise.
1807         * tests/uninorm/test-u16-nfkd.c: Likewise.
1808         * tests/uninorm/test-u32-nfc.c: Likewise.
1809         * tests/uninorm/test-u32-nfc-big.c: Likewise.
1810         * tests/uninorm/test-u32-nfd.c: Likewise.
1811         * tests/uninorm/test-u32-nfd-big.c: Likewise.
1812         * tests/uninorm/test-u32-nfkc.c: Likewise.
1813         * tests/uninorm/test-u32-nfkc-big.c: Likewise.
1814         * tests/uninorm/test-u32-nfkd.c: Likewise.
1815         * tests/uninorm/test-u32-nfkd-big.c: Likewise.
1816         * tests/uninorm/test-u32-normalize-big.c: Likewise.
1817
1818 2010-03-27  Bruno Haible  <bruno@clisp.org>
1819
1820         Distinguish two kinds of module indicators.
1821         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Renamed from
1822         gl_MODULE_INDICATOR.
1823         (gl_MODULE_INDICATOR): New macro.
1824         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
1825         gl_MODULE_INDICATOR_FOR_TESTS instead of gl_MODULE_INDICATOR.
1826         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
1827         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
1828         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
1829         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
1830         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
1831         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
1832         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
1833         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
1834         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
1835         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
1836         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
1837         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
1838         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
1839         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
1840         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
1841         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
1842         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
1843         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
1844         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
1845         * modules/cloexec (configure.ac): Likewise.
1846         * modules/getopt-gnu (configure.ac): Likewise.
1847         * modules/uninorm/u8-normalize (configure.ac): Likewise.
1848         * modules/uninorm/u16-normalize (configure.ac): Likewise.
1849         * modules/uninorm/u32-normalize (configure.ac): Likewise.
1850         * modules/fdopendir (configure.ac): Invoke gl_MODULE_INDICATOR.
1851
1852 2010-03-27  Bruno Haible  <bruno@clisp.org>
1853
1854         New module description field 'Comment'.
1855         * gnulib-tool: New option --extract-comment.
1856         (func_usage): Document it.
1857         (sed_extract_prog, sed_extract_field_header): Support 'Comment' field.
1858         (func_get_comment): New function.
1859         * modules/TEMPLATE-EXTENDED: Add a blank Comment field.
1860
1861 2010-03-27  Bruno Haible  <bruno@clisp.org>
1862
1863         Addendum to 2010-02-07 commit.
1864         * gnulib-tool (func_usage): Document --extract-applicability option.
1865
1866 2010-03-27  Bruno Haible  <bruno@clisp.org>
1867
1868         Use GNULIB_POSIXCHECK instead of GNULIB_PORTCHECK.
1869         * lib/time.in.h (asctime, asctime_r, ctime, ctime_r): Test
1870         GNULIB_POSIXCHECK, not GNULIB_PORTCHECK. Provide compile-time warnings
1871         rather than link errors.
1872
1873 2010-03-27  Bruno Haible  <bruno@clisp.org>
1874
1875         Avoid side effects from tests-related modules on the compilation of lib.
1876         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_CONDITION): New macro.
1877         (gl_MODULE_INDICATOR_SET_VARIABLE): Use its expansion as a value.
1878         * gnulib-tool (func_emit_tests_Makefile_am): Accept a witness_macro
1879         parameter. Emit into AM_CPPFLAGS a definition of the designated C
1880         macro.
1881         (func_import): Define a witness macro. Assign it a value that depends
1882         on the current package. Override gl_MODULE_INDICATOR_CONDITION for the
1883         tests-related modules.
1884         (func_create_testdir): Update func_emit_tests_Makefile_am invocation.
1885         Reported by Jim Meyering.
1886
1887 2010-03-27  Bruno Haible  <bruno@clisp.org>
1888
1889         Factorize common .m4 code.
1890         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE): New macro.
1891         * m4/arpa_inet_h.m4 (gl_ARPA_INET_MODULE_INDICATOR): Use it.
1892         * m4/ctype.m4 (gl_CTYPE_MODULE_INDICATOR): Likewise.
1893         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Likewise.
1894         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
1895         * m4/iconv_h.m4 (gl_ICONV_MODULE_INDICATOR): Likewise.
1896         * m4/inttypes.m4 (gl_INTTYPES_MODULE_INDICATOR): Likewise.
1897         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
1898         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
1899         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
1900         * m4/netdb_h.m4 (gl_NETDB_MODULE_INDICATOR): Likewise.
1901         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
1902         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
1903         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
1904         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
1905         * m4/stddef_h.m4 (gl_STDDEF_MODULE_INDICATOR): Likewise.
1906         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
1907         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
1908         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
1909         * m4/strings_h.m4 (gl_STRINGS_MODULE_INDICATOR): Likewise.
1910         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_MODULE_INDICATOR): Likewise.
1911         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
1912         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
1913         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
1914         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
1915         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
1916         * m4/sys_times_h.m4 (gl_SYS_TIMES_MODULE_INDICATOR): Likewise.
1917         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_MODULE_INDICATOR): Likewise.
1918         * m4/sys_wait_h.m4 (gl_SYS_WAIT_MODULE_INDICATOR): Likewise.
1919         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
1920         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
1921         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
1922
1923 2010-03-27  Bruno Haible  <bruno@clisp.org>
1924
1925         Fix a compilation error on Cygwin with g++ >= 4.3.
1926         * lib/sys_stat.in.h (lchmod): Don't warn about the use of this function
1927         if it is undefined or if we alias it to chmod.
1928         (lstat): Don't warn about the use of this function if it is undefined
1929         or if we alias it to stat.
1930         Reported by Simon Josefsson.
1931
1932 2010-03-27  Bruno Haible  <bruno@clisp.org>
1933
1934         * m4/getlogin.m4 (gl_FUNC_GETLOGIN): Renamed from gl_GETLOGIN.
1935         * modules/getlogin (configure.ac): Update.
1936
1937         * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Renamed from gl_GETLOGIN_R.
1938         * modules/getlogin_r (configure.ac): Update.
1939
1940         * m4/inet_ntop.m4 (gl_FUNC_INET_NTOP): Renamed from gl_INET_NTOP.
1941         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Update.
1942         * modules/inet_ntop (configure.ac): Update.
1943
1944         * m4/inet_pton.m4 (gl_FUNC_INET_PTON): Renamed from gl_INET_PTON.
1945         * modules/inet_pton (configure.ac): Update.
1946
1947         * m4/mbslen.m4 (gl_FUNC_MBSLEN): Renamed from gl_MBSLEN.
1948         * modules/mbslen (configure.ac): Update.
1949
1950         * m4/pty.m4 (gl_FUNC_FORKPTY): Renamed from gl_FORKPTY.
1951         (gl_FUNC_OPENPTY): Renamed from gl_OPENPTY.
1952         * modules/forkpty (configure.ac): Update.
1953         * modules/openpty (configure.ac): Update.
1954
1955 2010-03-26  Simon Josefsson  <simon@josefsson.org>
1956
1957         * top/maint.mk (sc_texinfo_acronym): Don't infloop if there is
1958         no *.texi files.  Reported by Eric Blake <eblake@redhat.com>.
1959
1960 2010-03-25  Eric Blake  <eblake@redhat.com>
1961
1962         maint: use pragma consistently across replacement headers
1963         * lib/ctype.in.h (system_header): Hoist for consistent placement.
1964         * lib/dirent.in.h (system_header): Likewise.
1965         * lib/errno.in.h (system_header): Likewise.
1966         * lib/float.in.h (system_header): Likewise.
1967         * lib/getopt.in.h (system_header): Likewise.
1968         * lib/iconv.in.h (system_header): Likewise.
1969         * lib/inttypes.in.h (system_header): Likewise.
1970         * lib/langinfo.in.h (system_header): Likewise.
1971         * lib/locale.in.h (system_header): Likewise.
1972         * lib/math.in.h (system_header): Likewise.
1973         * lib/netdb.in.h (system_header): Likewise.
1974         * lib/netinet_in.in.h (system_header): Likewise.
1975         * lib/pty.in.h (system_header): Likewise.
1976         * lib/sched.in.h (system_header): Likewise.
1977         * lib/se-selinux.in.h (system_header): Likewise.
1978         * lib/search.in.h (system_header): Likewise.
1979         * lib/spawn.in.h (system_header): Likewise.
1980         * lib/stdarg.in.h (system_header): Likewise.
1981         * lib/stdint.in.h (system_header): Likewise.
1982         * lib/string.in.h (system_header): Likewise.
1983         * lib/strings.in.h (system_header): Likewise.
1984         * lib/sys_file.in.h (system_header): Likewise.
1985         * lib/sys_ioctl.in.h (system_header): Likewise.
1986         * lib/sys_socket.in.h (system_header): Likewise.
1987         * lib/sys_times.in.h (system_header): Likewise.
1988         * lib/sys_utsname.in.h (system_header): Likewise.
1989         * lib/sys_wait.in.h (system_header): Likewise.
1990         * lib/sysexits.in.h (system_header): Likewise.
1991         * lib/unistd.in.h (system_header): Likewise.
1992         * lib/wctype.in.h (system_header): Likewise.
1993
1994         arpa/inet: fix mingw compilation warning
1995         * lib/arpa_inet.in.h (system_header): Hoist to be unconditional.
1996         Reported by Matthew Bolte.
1997
1998 2010-03-25  Bruno Haible  <bruno@clisp.org>
1999
2000         Avoid collision between gnulib wrapper and libintl wrapper.
2001         * lib/printf.c (printf): Don't define if a printf wrapper is already
2002         defined in intl/printf.c.
2003         Reported by Michel Boaventura <michel@michelboaventura.com>.
2004
2005 2010-03-25  Bruno Haible  <bruno@clisp.org>
2006
2007         Use ANSI C.
2008         * lib/readutmp.h (getutent): Provide ANSI C prototype.
2009
2010 2010-03-25  Bruno Haible  <bruno@clisp.org>
2011
2012         Minor formatting changes.
2013         * lib/acosl.c: Insert space before function argument list.
2014         * lib/argz.c: Likewise.
2015         * lib/asinl.c: Likewise.
2016         * lib/expl.c: Likewise.
2017         * lib/gen-uni-tables.c: Likewise.
2018         * lib/gettext.h: Likewise.
2019         * lib/glthread/lock.h: Likewise.
2020         * lib/tanl.c: Likewise.
2021         * lib/uniname/uniname.c: Likewise.
2022         * tests/test-idpriv-drop.c: Likewise.
2023         * tests/test-idpriv-droptemp.c: Likewise.
2024         * tests/test-lock.c: Likewise.
2025         * tests/test-tls.c: Likewise.
2026         * lib/argp-help.c: Insert space before function-like macro argument
2027         list.
2028         * lib/memcmp.c: Likewise.
2029         * tests/test-base64.c: Likewise.
2030         * lib/localename.c: Insert space before sizeof's argument list.
2031         * lib/safe-alloc.h: Likewise.
2032         * lib/file-set.h: Insert space before macro argument list.
2033         * tests/test-argp.c: Likewise.
2034         * lib/argp-namefrob.h: Insert space before function parameter list.
2035         * lib/getaddrinfo.c: Likewise.
2036         * lib/netdb.in.h: Likewise.
2037         * lib/parse-duration.h: Likewise.
2038         * lib/parse-duration.c: Likewise.
2039         * lib/poll.c: Likewise.
2040         * lib/select.c: Likewise.
2041         * lib/trim.h: Likewise.
2042         * tests/test-usleep.c: Likewise.
2043         * lib/ldexpl.c: Insert space before function parameter list and before
2044         function argument list.
2045         * lib/logl.c: Likewise.
2046         * lib/sqrtl.c: Likewise.
2047         * lib/trim.c: Likewise.
2048         * lib/cosl.c: Use GNU style indentation. Insert space before function
2049         argument list.
2050         * lib/sinl.c: Likewise.
2051         * lib/tsearch.c: Insert space after 'for'.
2052         Reported by Jim Meyering.
2053
2054 2010-03-23  Pádraig Brady  <P@draigBrady.com>  (tiny change)
2055
2056         * maint.mk (sc_Wundef_boolean): Check for the presence of the
2057         config header before grepping, as it's not present before
2058         autoreconf/configure are run.  Reported by Simon Josefsson.
2059
2060 2010-03-23  Bruno Haible  <bruno@clisp.org>
2061
2062         pt_chown: Make it work with automake < 1.11.
2063         * modules/pt_chown (Makefile.am): Define pkglibexecdir.
2064         Reported by Simon Josefsson.
2065
2066 2010-03-23  Bruno Haible  <bruno@clisp.org>
2067
2068         pt_chown: Don't depend on GPLed modules.
2069         * lib/pt_chown.c: Don't include idpriv.h.
2070         (main): Don't drop privileges.
2071         * modules/pt_chown (Depends-on): Remove idpriv-drop.
2072         Reported by Simon Josefsson.
2073
2074 2010-03-24  Simon Josefsson  <simon@josefsson.org>
2075
2076         * top/maint.mk (sc_texinfo_acronym): Add rule, based on
2077         suggestions from karl@freefriends.org (Karl Berry).
2078
2079 2010-03-22  Eric Blake  <eblake@redhat.com>
2080
2081         gethostname: further tweaks
2082         * lib/unistd.in.h (includes): Only worry about <winsock2.h> if we
2083         are overriding gethostname.
2084         Suggested by Bruno Haible.
2085
2086 2010-03-21  Bruno Haible  <bruno@clisp.org>
2087
2088         Fix comments.
2089         * lib/forkpty.c (rpl_forkpty): Fix comment.
2090         * lib/openpty.c (rpl_openpty): Likewise.
2091         Reported by Eric Blake.
2092
2093 2010-03-22  Eric Blake  <eblake@redhat.com>
2094
2095         gethostname: fix build on mingw
2096         * lib/unistd.in.h (includes): Work around fact that mingw
2097         <winsock2.h> re-includes <unistd.h>, by avoiding any
2098         redeclarations if we are being included by <winsock2.h>.
2099         Reported by Matthias Bolte.
2100
2101 2010-03-21  Bruno Haible  <bruno@clisp.org>
2102
2103         forkpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
2104         * lib/forkpty.c (forkpty): New replacement function, from glibc with
2105         modifications.
2106         * lib/pty.in.h (forkpty): Update declaration. Add comments.
2107         * m4/pty.m4 (gl_FORKPTY): If forkpty is not declared, arrange to
2108         provide the replacement.
2109         * modules/forkpty (Depends-on): Add openpty, login_tty.
2110         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_FORKPTY.
2111         * modules/pty (Makefile.am): Substitute HAVE_FORKPTY.
2112         * doc/glibc-functions/forkpty.texi: More supported platforms.
2113         * config/srclist.txt: Add forkpty.c (commented).
2114
2115 2010-03-21  Bruno Haible  <bruno@clisp.org>
2116
2117         * modules/forkpty-tests: Use the common TEMPLATE-TESTS.
2118         (Makefile.am): Verify that PTY_LIB is defined.
2119
2120         * modules/openpty-tests: Use the common TEMPLATE-TESTS.
2121
2122 2010-03-21  Bruno Haible  <bruno@clisp.org>
2123
2124         Tests for module 'login_tty'.
2125         * modules/login_tty-tests: New file.
2126         * tests/test-login_tty.c: New file.
2127
2128         New module 'login_tty'.
2129         * lib/login_tty.c: New file.
2130         * m4/pty.m4 (gl_FUNC_LOGIN_TTY): New macro.
2131         * modules/login_tty: New file.
2132         * doc/glibc-functions/login_tty.texi: Mention the new module.
2133
2134 2010-03-21  Bruno Haible  <bruno@clisp.org>
2135
2136         login_tty: Documentation.
2137         * doc/glibc-functions/login_tty.texi: New file.
2138         * doc/gnulib.texi (Glibc <utmp.h>): Include it.
2139
2140 2010-03-21  Bruno Haible  <bruno@clisp.org>
2141
2142         pty: Consistent macro naming.
2143         * m4/pty_h.m4 (gl_PTY_H): Renamed from gl_PTY.
2144         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): Update.
2145         * modules/pty (configure.ac): Update.
2146
2147 2010-03-21  Bruno Haible  <bruno@clisp.org>
2148
2149         Tests for openpty: Make stricter.
2150         * tests/test-openpty.c (main): Add test of canonical processing and
2151         erase.
2152         * modules/openpty-tests (Makefile.am): Verify that PTY_LIB is defined.
2153
2154         openpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
2155         * lib/openpty.c (openpty): New replacement function.
2156         * lib/pty.in.h: Include <termios.h>.
2157         (openpty): Update declaration. Add comments.
2158         * m4/pty.m4 (gl_OPENPTY): Require AC_USE_SYSTEM_EXTENSIONS. If openpty
2159         is not declared, arrange to provide the replacement. Check for _getpty
2160         and posix_openpt.
2161         * modules/openpty (Depends-on): Add extensions, fcntl-h, ioctl.
2162         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_OPENPTY.
2163         * modules/pty (Makefile.am): Substitute HAVE_OPENPTY.
2164         * modules/pty-tests (test_pty_c___LDADD): New variable.
2165         * doc/glibc-functions/openpty.texi: More supported platforms.
2166
2167 2010-03-21  Bruno Haible  <bruno@clisp.org>
2168
2169         setenv: Tweaks.
2170         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Include necessary headers in
2171         the test program.
2172         * doc/posix-functions/setenv.texi: Update platforms list.
2173
2174 2010-03-21  Bruno Haible  <bruno@clisp.org>
2175
2176         New module 'unlockpt'.
2177         * lib/unlockpt.c: New file, from glibc with modifications.
2178         * m4/unlockpt.m4: New file.
2179         * modules/unlockpt: New file.
2180         * lib/stdlib.in.h (unlockpt): New declaration.
2181         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether unlockpt is declared.
2182         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_UNLOCKPT, HAVE_UNLOCKPT.
2183         * modules/stdlib (Makefile.am): Substitute GNULIB_UNLOCKPT,
2184         HAVE_UNLOCKPT.
2185         * doc/posix-functions/unlockpt.texi: Mention the new module.
2186         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::unlockpt.
2187         * config/srclist.txt: Add unlockpt.c (commented).
2188
2189 2010-03-21  Jim Meyering  <meyering@redhat.com>
2190
2191         maint.mk: prohibit inclusion of "intprops.h" without use
2192         * top/maint.mk (sc_prohibit_intprops_without_use): New rule.
2193
2194 2010-03-21  Bruno Haible  <bruno@clisp.org>
2195
2196         New module 'grantpt'.
2197         * lib/grantpt.c: New file, from glibc with modifications.
2198         * m4/grantpt.m4: New file.
2199         * modules/grantpt: New file.
2200         * lib/stdlib.in.h (grantpt): New declaration.
2201         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether grantpt is declared.
2202         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GRANTPT, HAVE_GRANTPT.
2203         * modules/stdlib (Makefile.am): Substitute GNULIB_GRANTPT,
2204         HAVE_GRANTPT.
2205         * doc/posix-functions/grantpt.texi: Mention the new module.
2206         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::grantpt.
2207         * config/srclist.txt: Add grantpt.c (commented).
2208
2209 2010-03-21  Bruno Haible  <bruno@clisp.org>
2210
2211         New module 'pt_chown'.
2212         * lib/pt_chown.c: New file, from glibc with modifications.
2213         * lib/pty-private.h: New file, from glibc with modifications.
2214         * modules/pt_chown: New file.
2215         * config/srclist.txt: Add pt_chown.c, pty-private.h (commented).
2216
2217 2010-03-21  Bruno Haible  <bruno@clisp.org>
2218
2219         Tests for module 'ptsname'.
2220         * modules/ptsname-tests: New file.
2221         * tests/test-ptsname.c: New file.
2222
2223         New module 'ptsname'.
2224         * lib/ptsname.c: New file, from glibc with modifications.
2225         * m4/ptsname.m4: New file.
2226         * modules/ptsname: New file.
2227         * lib/stdlib.in.h (ptsname): New declaration.
2228         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether ptsname is declared.
2229         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PTSNAME, HAVE_PTSNAME.
2230         * modules/stdlib (Makefile.am): Substitute GNULIB_PTSNAME,
2231         HAVE_PTSNAME.
2232         * doc/posix-functions/ptsname.texi: Mention the new module.
2233         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::ptsname.
2234         * config/srclist.txt: Add ptsname.c (commented).
2235
2236 2010-03-21  Bruno Haible  <bruno@clisp.org>
2237
2238         Tests for module 'ttyname_r'.
2239         * modules/ttyname_r-tests: New file.
2240         * tests/test-ttyname_r.c: New file.
2241
2242         New module 'ttyname_r'.
2243         * lib/ttyname_r.c: New file.
2244         * m4/ttyname_r.m4: New file.
2245         * modules/ttyname_r: New file.
2246         * lib/unistd.in.h (ttyname_r): New declaration.
2247         * m4/unistd_h.m4 (gl_UNISTD_H): Check whether ttyname_r is declared.
2248         (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_TTYNAME_R, HAVE_TTYNAME_R.
2249         * modules/unistd (Makefile.am): Substitute GNULIB_TTYNAME_R,
2250         HAVE_TTYNAME_R.
2251         * tests/test-unistd-c++.cc: Check GNULIB_NAMESPACE::ttyname_r.
2252         * doc/posix-functions/ttyname_r.texi: Mention the new module.
2253
2254 2010-03-20  Bruno Haible  <bruno@clisp.org>
2255
2256         signal: Undefine macro definitions in C++ mode.
2257         * lib/signal.in.h (sigismember, sigemptyset, sigaddset, sigdelset,
2258         sigfillset): Undefine macro definitions from the system header in C++
2259         mode.
2260         Reported by John W. Eaton <jwe@gnu.org>.
2261
2262 2010-03-20  Bruno Haible  <bruno@clisp.org>
2263
2264         Ensure no #include statements inside extern "C" { ... }.
2265         * lib/obstack.h: Shrink extern "C" { ... } region so that it does not
2266         contain #include statements.
2267         * lib/time.in.h: Likewise.
2268
2269 2010-03-20  Bruno Haible  <bruno@clisp.org>
2270
2271         Make _GL_WARN_ON_USE usable in C++ and C mode in the same compilation.
2272         * build-aux/warn-on-use.h (_GL_WARN_EXTERN_C): New macro.
2273         (_GL_WARN_ON_USE, _GL_WARN_ON_USE_CXX): Likewise.
2274         Reported by John W. Eaton <jwe@gnu.org>.
2275
2276 2010-03-20  Bruno Haible  <bruno@clisp.org>
2277
2278         * m4/unlink.m4 (gl_FUNC_UNLINK): Fix last commit.
2279         Reported by Jim Meyering.
2280
2281 2010-03-20  Bruno Haible  <bruno@clisp.org>
2282
2283         pipe: Set errno upon failure.
2284         * lib/pipe.h: Specify that when -1 is returned, errno is set.
2285         * lib/pipe.c (create_pipe): Set errno when returning -1. Use the right
2286         errno value in error message.
2287
2288 2010-03-20  Bruno Haible  <bruno@clisp.org>
2289             Jim Meyering  <meyering@redhat.com>
2290
2291         lchown: Avoid "unused variable" warning.
2292         * lib/lchown.c (rpl_lchown): Move variable 'st' into #if block.
2293
2294 2010-03-20  Bruno Haible  <bruno@clisp.org>
2295
2296         Work around unlink() bug on MacOS X 10.5.6.
2297         * lib/unlink.c (rpl_unlink): If UNLINK_PARENT_BUG is defined, fail when
2298         attempting to unlink a parent directory.
2299         * m4/unlink.m4 (gl_FUNC_UNLINK): Require AC_CANONICAL_HOST. Test for
2300         MacOS X 10.5 bug. If the bug is present, define UNLINK_PARENT_BUG and
2301         activate for the replacement function.
2302         * doc/posix-functions/unlink.texi: Mention the MacOS X 10.5 bug.
2303
2304 2010-03-20  Bruno Haible  <bruno@clisp.org>
2305
2306         Fix link errors on Solaris 8.
2307         * modules/dirent-tests (test_dirent_c___LDADD): Add LIB_NANOSLEEP.
2308         * modules/wctype-tests (test_wctype_c___LDADD): Likewise.
2309
2310 2010-03-19  Jim Meyering  <meyering@redhat.com>
2311
2312         regcomp.c: make non-_LIBC implementation of build_range_exp consistent
2313         The _LIBC implementation of build_range_exp correctly honors the
2314         RE_NO_EMPTY_RANGES flag when checking for reversed range endpoints.
2315         However, the non-_LIBC implementation would ignore that syntax-bit
2316         flag and return REG_ERANGE unconditionally.
2317         This change makes it honor that flag.
2318         * lib/regcomp.c (build_range_exp) [!_LIBC]: Add a parameter: "syntax".
2319         Make two pointer parameters "const".
2320         Use "syntax" bits in order to honor RE_NO_EMPTY_RANGES.
2321         (parse_bracket_exp): Update caller.
2322
2323         regex.m4: correct the reversed range endpoint ([b-a]) test
2324         * m4/regex.m4: When requiring that [b-a] evoke failure,
2325         use RE_NO_EMPTY_RANGES.  This makes this entire configure-time
2326         test pass once again for x86-based systems.
2327
2328 2010-03-19  Bruno Haible  <bruno@clisp.org>
2329
2330         scandir: Fix link error on Solaris 8.
2331         * lib/scandir.c (_D_EXACT_NAMLEN, _D_ALLOC_NAMLEN): New fallback
2332         macros.
2333
2334 2010-03-19  Bruno Haible  <bruno@clisp.org>
2335
2336         getusershell: Fix documentation.
2337         * doc/glibc-functions/endusershell.texi: Refer to the getusershell
2338         module.
2339         * doc/glibc-functions/setusershell.texi: Likewise.
2340
2341         getusershell: Provide declaration, missing on Solaris 9.
2342         * lib/unistd.in.h (getusershell, setusershell, endusershell): Declare
2343         also if HAVE_GETUSERSHELL && !HAVE_DECL_GETUSERSHELL.
2344         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): When the function exists,
2345         check whether it is declared. Set HAVE_DECL_GETUSERSHELL.
2346         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
2347         HAVE_DECL_GETUSERSHELL, not HAVE_GETUSERSHELL.
2348         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETUSERSHELL, not
2349         HAVE_GETUSERSHELL.
2350         * doc/glibc-functions/getusershell.texi: Mention the Solaris problem.
2351
2352 2010-03-19  Bruno Haible  <bruno@clisp.org>
2353
2354         wctype: Provide iswblank function.
2355         * lib/wctype.in.h (iswblank): Provide a replacement also when iswcntrl
2356         exists and is fine.
2357         * m4/wctype_h.m4 (gl_WCTYPE_H): Also check whether iswcntrl exists.
2358         * modules/wctype (Makefile.am): Substitute HAVE_ISWBLANK.
2359         * tests/test-wctype.c (main): Re-enable the iswblank tests.
2360         * doc/posix-functions/iswblank.texi: Update.
2361
2362 2010-03-19  Bruno Haible  <bruno@clisp.org>
2363
2364         Tests of module 'pty' in C++ mode.
2365         * modules/pty-tests: New file.
2366         * tests/test-pty-c++.cc: New file.
2367         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
2368
2369 2010-03-19  Eric Blake  <eblake@redhat.com>
2370
2371         logb: fix documentation
2372         * doc/posix-functions/logb.texi (logb): Gnulib fixes the cygwin
2373         1.5 declaration bug.
2374
2375         forkpty, openpty: prefer glibc's const-safe prototype
2376         * lib/forkpty.c (rpl_forkpty): New file.
2377         * lib/openpty.c (rpl_openpty): Likewise.
2378         * modules/forkpty (Files): Distribute it.
2379         * modules/openpty (Files): Likewise.
2380         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.  Move decl
2381         check...
2382         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): ...here.  Request
2383         replacement for for non-const BSD signature.
2384         * modules/pty (Makefile.am): Substitute witnesses.
2385         * lib/pty.in.h (forkpty, openpty): Declare replacements.
2386         * tests/test-forkpty.c: Update signature check.
2387         * tests/test-openpty.c: Likewise.
2388         * doc/glibc-functions/forkpty.texi (forkpty): Document the fix.
2389         * doc/glibc-functions/openpty.texi (openpty): Likewise.
2390
2391         forkpty, openpty: split functions into new modules
2392         * modules/pty (Makefile.am): Substitute new witnesses.
2393         (Libraries): Move library detection...
2394         * modules/forkpty: ...into new module.
2395         * modules/openpty: Another new module.
2396         * modules/pty-tests: Rename and split...
2397         * modules/forkpty-tests: ...to this...
2398         * modules/openpty-tests: ...and this.
2399         * tests/test-pty.c: Rename and split...
2400         * tests/test-forkpty.c: ...to this...
2401         * tests/test-openpty.c: ...and this.
2402         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.
2403         (gl_PTY): Split library searching...
2404         * m4/pty.m4 (gl_PTY_LIB): ...into new file.
2405         (gl_FORKPTY, gl_OPENPTY): New macros.
2406         * lib/pty.in.h (forkpty, openpty): Honor new witnesses.
2407         * NEWS: Mention the split.
2408         * MODULES.html.sh (Misc): Document the modules.
2409         * doc/glibc-functions/forkpty.texi (forkpty): Likewise.
2410         * doc/glibc-functions/openpty.texi (openpty): Likewise.
2411
2412         pty: improve replacement header
2413         * lib/pty.in.h: New file.
2414         * modules/pty (Files): Ship it.
2415         (Makefile.am): Always build replacement.
2416         * m4/pty.m4: Rename...
2417         * m4/pty_h.m4: ...to this.
2418         (gl_PTY): Modernize setting of witness macros; update check of
2419         forkpty to take proper advantage of cache.
2420         (gl_PTY_MODULE_INDICATOR, gl_PTY_H_DEFAULTS): New macros.
2421
2422         getopt: avoid compiler warning
2423         * lib/getopt.c (attribute_hidden): Remove unused macro.
2424
2425 2010-03-18  Bruno Haible  <bruno@clisp.org>
2426
2427         Fix link errors on Solaris 8.
2428         * modules/iconv-h-tests (test_iconv_h_c___LDADD): Add LIB_NANOSLEEP.
2429         * modules/search-tests (test_search_c___LDADD): Likewise.
2430         * modules/signal-tests (test_signal_c___LDADD): Likewise.
2431         * modules/spawn-tests (test_spawn_c___LDADD): Likewise.
2432         * modules/stdio-tests (test_stdio_c___LDADD): Likewise.
2433         * modules/sys_select-tests (test_sys_select_c___LDADD): Likewise.
2434         * modules/sys_socket-tests (test_sys_socket_c___LDADD): Likewise.
2435         * modules/sys_time-tests (test_sys_time_c___LDADD): Likewise.
2436         * modules/wchar-tests (test_wchar_c___LDADD): Likewise.
2437
2438 2010-03-18  Bruno Haible  <bruno@clisp.org>
2439
2440         Fix bug introduced on 2010-03-14.
2441         * m4/spawn_h.m4 (gl_HAVE_POSIX_SPAWN): New macro.
2442         (gl_SPAWN_H): Require it.
2443         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Likewise.
2444         Reported by Simon Josefsson.
2445
2446 2010-03-18  Bruno Haible  <bruno@clisp.org>
2447
2448         Fix typo introduced on 2009-12-31.
2449         * m4/spawn_h.m4 (gl_SPAWN_H): Check for the declaration of
2450         posix_spawn_file_actions_adddup2.
2451
2452 2010-03-17  Bert Wesarg  <bert.wesarg@googlemail.com>  (tiny change)
2453         and Eric Blake  <eblake@redhat.com>
2454
2455         test-vc-list-files-git: make more robust
2456         * tests/test-vc-list-files-git.sh: Unset problematic environment
2457         variables.  Chain commands together.
2458
2459 2010-03-17  Ludovic Courtès <ludo@gnu.org>  (tiny change)
2460
2461         * m4/pty.m4: Unset $ac_cv_have_decl_forkpty before the second
2462         `AC_CHECK_DECL' invocation.
2463
2464 2010-03-15  Sergey Poznyakoff  <gray@gnu.org.ua>
2465
2466         * lib/inttostr.c (inttostr): Make sure the invocation of verify
2467         appears before executable statements. Suggested by Petr Sumbera
2468         <Petr.Sumbera@Sun.COM>.
2469
2470 2010-03-14  Bruno Haible  <bruno@clisp.org>
2471
2472         * tests/test-flock.c (test_exclusive): Comment out a test that causes
2473         portability problems. Instead use a simpler test.
2474         (main): Check that invalid arguments are rejected only on Linux.
2475
2476 2010-03-14  Bruno Haible  <bruno@clisp.org>
2477
2478         Fix bug introduced on 2009-12-31.
2479         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
2480         gl_PREREQ_SYS_H_WINSOCK2 always.
2481         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise. Remove
2482         SYS_SOCKET_H variable.
2483         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Remove test for flock.
2484         Update comments.
2485         * m4/ctype.m4 (gl_CTYPE_H): Update comments.
2486         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
2487         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
2488         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
2489         * m4/sys_wait_h.m4 (gl_SYS_WAIT_H): Likewise.
2490
2491 2010-03-14  Bruno Haible  <bruno@clisp.org>
2492
2493         Fix values returned by sinl, cosl.
2494         * lib/trigl.h: Add specification comments.
2495         * lib/sincosl.c (kernel_sinl, kernel_cosl): Fix comments and formula
2496         that combines the values from the precomputed table with the values of
2497         the Chebyshev polynomials.
2498
2499 2010-03-14  Bruno Haible  <bruno@clisp.org>
2500
2501         Fix compilation error when modules 'posix_spawn[p]' are not used.
2502         * m4/spawn_h.m4 (gl_SPAWN_H): Set HAVE_POSIX_SPAWN here.
2503         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): ... not here.
2504
2505 2010-03-14  Bruno Haible  <bruno@clisp.org>
2506
2507         Fix compilation error on mingw when module 'time_r' is not used.
2508         * lib/time.in.h (localtime_r, gmtime_r): Declare only if GNULIB_TIME_R
2509         is 1.
2510         * tests/test-time-c++.cc (localtime_r, gmtime_r): Likewise.
2511         * modules/time_r (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
2512         * modules/time (Makefile.am): Substitute GNULIB_TIME_R.
2513         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize GNULIB_TIME_R.
2514
2515 2010-03-14  Bruno Haible  <bruno@clisp.org>
2516
2517         Fix compilation error with Sun C.
2518         * lib/strtol.c: Use LLONG_MIN instead of GCC specific LONG_LONG_MIN.
2519         Use LLONG_MAX instead of GCC specific LONG_LONG_MAX. Use ULLONG_MAX
2520         instead of GCC specific ULONG_LONG_MAX.
2521         * lib/xstrtoll.c: Likewise.
2522         * lib/xstrtoull.c: Likewise.
2523
2524 2010-03-13  Bruno Haible  <bruno@clisp.org>
2525
2526         Allow the user to disable C++ code and tests.
2527         * m4/ansi-c++.m4 (gl_CXX_CHOICE): New macro.
2528         (gl_PROG_ANSI_CXX): Require it.
2529
2530 2010-03-13  Bruno Haible  <bruno@clisp.org>
2531
2532         * DEPENDENCIES (libtool): Mention libtool 2.2.x requirement in special
2533         cases.
2534
2535 2010-03-13  Bruno Haible  <bruno@clisp.org>
2536
2537         Test that gnulib does not break the standard C++ headers.
2538         * tests/test-locale-c++2.cc: New file.
2539         * modules/locale-tests (Files): Add it.
2540         (Makefile.am): Compile it for test-locale-c++.
2541         * tests/test-math-c++2.cc: New file.
2542         * modules/math-tests (Files): Add it.
2543         (Makefile.am): Compile it for test-math-c++.
2544         * tests/test-signal-c++2.cc: New file.
2545         * modules/signal-tests (Files): Add it.
2546         (Makefile.am): Compile it for test-signal-c++.
2547         * tests/test-stdio-c++2.cc: New file.
2548         * modules/stdio-tests (Files): Add it.
2549         (Makefile.am): Compile it for test-stdio-c++.
2550         * tests/test-stdlib-c++2.cc: New file.
2551         * modules/stdlib-tests (Files): Add it.
2552         (Makefile.am): Compile it for test-stdlib-c++.
2553         * tests/test-string-c++2.cc: New file.
2554         * modules/string-tests (Files): Add it.
2555         (Makefile.am): Compile it for test-string-c++.
2556         * tests/test-time-c++2.cc: New file.
2557         * modules/time-tests (Files): Add it.
2558         (Makefile.am): Compile it for test-time-c++.
2559         Reported by John W. Eaton <jwe@gnu.org>.
2560
2561 2010-03-13  Bruno Haible  <bruno@clisp.org>
2562
2563         * gnulib-tool (func_usage): Clarify which options are available for
2564         --create-testdir and --create-megatestdir.
2565
2566 2010-03-13  Bruno Haible  <bruno@clisp.org>
2567
2568         Fix compilation error with glibc >= 2.10 and g++ >= 4.4.
2569         * build-aux/warn-on-use.h (_GL_WARN_ON_USE_CXX): New macro.
2570         * build-aux/c++defs.h (_GL_CXXALIASWARN1): New macro.
2571         * lib/string.in.h (memchr, memrchr, rawmemchr, strchrnul, strpbrk,
2572         strstr, strcasestr): Use _GL_CXXALIASWARN1 instead of _GL_CXXALIASWARN
2573         when appropriate.
2574         Reported by Jim Meyering.
2575
2576 2010-03-12  Simon Josefsson  <simon@josefsson.org>
2577
2578         * gnulib-tool (func_import): Explain origin of code.
2579
2580 2010-03-12  Bruno Haible  <bruno@clisp.org>
2581
2582         Fix problem with automake's definition of CXXLINK.
2583         * gnulib-tool (func_create_testdir): After LT_INIT, also use LT_LANG.
2584         Reported by Simon Josefsson and Ludovic Courtès.
2585
2586 2010-03-12  Bruno Haible  <bruno@clisp.org>
2587
2588         * doc/gnulib-intro.texi (Steady Development): Mention Ian Beckwith's
2589         stable releases.
2590
2591 2010-03-11  Bruno Haible  <bruno@clisp.org>
2592
2593         Fix problems with overloaded C++ definitions of memchr, strpbrk, etc.
2594         * build-aux/c++defs.h (_GL_CXXALIAS_SYS_CAST2): Make it work regardless
2595         whether the system provides one variant or multiple variants of the
2596         function.
2597         * lib/string.in.h (memchr, strpbrk): Use _GL_CXXALIAS_SYS_CAST2 for all
2598         C++ compilers.
2599         (memrchr, rawmemchr, strchrnul, strstr, strcasestr): Use
2600         _GL_CXXALIAS_SYS_CAST2 instead of _GL_CXXALIAS_SYS.
2601         Reported by Jim Meyering.
2602
2603 2010-03-09  Simon Josefsson  <simon@josefsson.org>
2604
2605         * gnulib-tool (LIBTOOLPATH): Fix cut'n'paste bug.
2606
2607 2010-03-08  Bruno Haible  <bruno@clisp.org>
2608
2609         gnulib-tool: Add support for --libtool in --create-testdir.
2610         * gnulib-tool (LIBTOOLPATH, LIBTOOLIZE): New variables.
2611         (func_create_testdir): Emit LT_INIT invocations. Invoke LIBTOOLIZE.
2612
2613 2010-03-08  Eric Blake  <eblake@redhat.com>
2614
2615         gnulib-tool.texi: mention possibility of git submodule
2616         * doc/gnulib-tool.texi (VCS Issues): Add details about using git
2617         submodules.
2618         * doc/.gitignore: Ignore another generated file.
2619
2620 2010-03-08  Karl Berry  <karl@gnu.org>
2621
2622         * doc/gnulib-tool.texi (VCS Issues): Mention third option
2623         of committing gnulib files while skipping others.
2624
2625 2010-03-07  Bruno Haible  <bruno@clisp.org>
2626
2627         Tests of module 'wctype' in C++ mode.
2628         * tests/test-wctype-c++.cc: New file.
2629         * modules/wctype-tests (Files): Add it and tests/signature.h.
2630         (Depends-on): Add ansi-c++-opt.
2631         (Makefile.am): Arrange to compile and run test-wctype-c++.
2632
2633         Tests of module 'wchar' in C++ mode.
2634         * tests/test-wchar-c++.cc: New file.
2635         * modules/wchar-tests (Files): Add it and tests/signature.h.
2636         (Depends-on): Add ansi-c++-opt.
2637         (Makefile.am): Arrange to compile and run test-wchar-c++.
2638         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Invoke
2639         gl_MODULE_INDICATOR.
2640
2641         Tests of module 'unistd' in C++ mode.
2642         * tests/test-unistd-c++.cc: New file.
2643         * modules/unistd-tests (Files): Add it and tests/signature.h.
2644         (Depends-on): Add ansi-c++-opt.
2645         (Makefile.am): Arrange to compile and run test-unistd-c++.
2646         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Invoke
2647         gl_MODULE_INDICATOR.
2648
2649         Tests of module 'time' in C++ mode.
2650         * tests/test-time-c++.cc: New file.
2651         * modules/time-tests (Files): Add it and tests/signature.h.
2652         (Depends-on): Add ansi-c++-opt.
2653         (Makefile.am): Arrange to compile and run test-time-c++.
2654         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
2655
2656         Tests of module 'sys_time' in C++ mode.
2657         * tests/test-sys_time-c++.cc: New file.
2658         * modules/sys_time-tests (Files): Add it and tests/signature.h.
2659         (Depends-on): Add ansi-c++-opt.
2660         (Makefile.am): Arrange to compile and run test-sys_time-c++.
2661         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Invoke
2662         gl_MODULE_INDICATOR.
2663
2664         Tests of module 'sys_stat' in C++ mode.
2665         * tests/test-sys_stat-c++.cc: New file.
2666         * modules/sys_stat-tests (Files): Add it and tests/signature.h.
2667         (Depends-on): Add ansi-c++-opt.
2668         (Makefile.am): Arrange to compile and run test-sys_stat-c++.
2669         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Invoke
2670         gl_MODULE_INDICATOR.
2671
2672         Tests of module 'sys_socket' in C++ mode.
2673         * tests/test-sys_socket-c++.cc: New file.
2674         * modules/sys_socket-tests (Files): Add it and tests/signature.h.
2675         (Depends-on): Add ansi-c++-opt.
2676         (Makefile.am): Arrange to compile and run test-sys_socket-c++.
2677         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Invoke
2678         gl_MODULE_INDICATOR.
2679
2680         Tests of module 'sys_select' in C++ mode.
2681         * tests/test-sys_select-c++.cc: New file.
2682         * modules/sys_select-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_select-c++.
2685         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Invoke
2686         gl_MODULE_INDICATOR.
2687
2688         Tests of module 'sys_ioctl' in C++ mode.
2689         * tests/test-sys_ioctl-c++.cc: New file.
2690         * modules/sys_ioctl-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_ioctl-c++.
2693         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Invoke
2694         gl_MODULE_INDICATOR.
2695
2696         Tests of module 'string' in C++ mode.
2697         * tests/test-string-c++.cc: New file.
2698         * modules/string-tests (Files): Add it and tests/signature.h.
2699         (Depends-on): Add ansi-c++-opt.
2700         (Makefile.am): Arrange to compile and run test-string-c++.
2701         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Invoke
2702         gl_MODULE_INDICATOR.
2703
2704         Tests of module 'stdlib' in C++ mode.
2705         * tests/test-stdlib-c++.cc: New file.
2706         * modules/stdlib-tests (Files): Add it and tests/signature.h.
2707         (Depends-on): Add ansi-c++-opt.
2708         (Makefile.am): Arrange to compile and run test-stdlib-c++.
2709         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Invoke
2710         gl_MODULE_INDICATOR.
2711
2712         Tests of module 'stdio' in C++ mode.
2713         * tests/test-stdio-c++.cc: New file.
2714         * modules/stdio-tests (Files): Add it and tests/signature.h.
2715         (Depends-on): Add ansi-c++-opt.
2716         (Makefile.am): Arrange to compile and run test-stdio-c++.
2717         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Invoke
2718         gl_MODULE_INDICATOR.
2719
2720         Tests of module 'spawn' in C++ mode.
2721         * tests/test-spawn-c++.cc: New file.
2722         * modules/spawn-tests (Files): Add it and tests/signature.h.
2723         (Depends-on): Add ansi-c++-opt.
2724         (Makefile.am): Arrange to compile and run test-spawn-c++.
2725         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Invoke
2726         gl_MODULE_INDICATOR.
2727
2728         Tests of module 'signal' in C++ mode.
2729         * tests/test-signal-c++.cc: New file.
2730         * modules/signal-tests (Files): Add it and tests/signature.h.
2731         (Depends-on): Add ansi-c++-opt.
2732         (Makefile.am): Arrange to compile and run test-signal-c++.
2733         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Invoke
2734         gl_MODULE_INDICATOR.
2735
2736         Tests of module 'search' in C++ mode.
2737         * tests/test-search-c++.cc: New file.
2738         * modules/search-tests (Files): Add it and tests/signature.h.
2739         (Depends-on): Add ansi-c++-opt.
2740         (Makefile.am): Arrange to compile and run test-search-c++.
2741         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Invoke
2742         gl_MODULE_INDICATOR.
2743
2744         Tests of module 'math' in C++ mode.
2745         * tests/test-math-c++.cc: New file.
2746         * modules/math-tests (Files): Add it and tests/signature.h.
2747         (Depends-on): Add ansi-c++-opt.
2748         (Makefile.am): Arrange to compile and run test-math-c++.
2749         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
2750
2751         Tests of module 'locale' in C++ mode.
2752         * tests/test-locale-c++.cc: New file.
2753         * modules/locale-tests (Files): Add it and tests/signature.h.
2754         (Depends-on): Add ansi-c++-opt.
2755         (Makefile.am): Arrange to compile and run test-locale-c++.
2756         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Invoke
2757         gl_MODULE_INDICATOR.
2758
2759         Tests of module 'langinfo' in C++ mode.
2760         * tests/test-langinfo-c++.cc: New file.
2761         * modules/langinfo-tests (Files): Add it and tests/signature.h.
2762         (Depends-on): Add ansi-c++-opt.
2763         (Makefile.am): Arrange to compile and run test-langinfo-c++.
2764         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Invoke
2765         gl_MODULE_INDICATOR.
2766
2767         Tests of module 'iconv-h' in C++ mode.
2768         * tests/test-iconv-h-c++.cc: New file.
2769         * modules/iconv-h-tests (Files): Add it and tests/signature.h.
2770         (Depends-on): Add ansi-c++-opt.
2771         (Makefile.am): Arrange to compile and run test-iconv-h-c++.
2772
2773         Tests of module 'glob' in C++ mode.
2774         * tests/test-glob-c++.cc: New file.
2775         * modules/glob-tests (Files): Add it.
2776         (Depends-on): Add ansi-c++-opt.
2777         (Makefile.am): Arrange to compile and run test-glob-c++.
2778
2779         Tests of module 'fcntl-h' in C++ mode.
2780         * tests/test-fcntl-h-c++.cc: New file.
2781         * modules/fcntl-h-tests (Files): Add it and tests/signature.h.
2782         (Depends-on): Add ansi-c++-opt.
2783         (Makefile.am): Arrange to compile and run test-fcntl-h-c++.
2784         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Invoke
2785         gl_MODULE_INDICATOR.
2786
2787         Tests of module 'dirent' in C++ mode.
2788         * tests/test-dirent-c++.cc: New file.
2789         * modules/dirent-tests (Files): Add it and tests/signature.h.
2790         (Depends-on): Add ansi-c++-opt.
2791         (Makefile.am): Arrange to compile and run test-dirent-c++.
2792         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
2793         gl_MODULE_INDICATOR.
2794
2795         New module 'ansi-c++-opt'.
2796         * modules/ansi-c++-opt: New file.
2797         * m4/ansi-c++.m4: New file, from GNU gettext with modifications.
2798
2799         Document C++ namespace mode.
2800         * doc/gnulib.texi (A C++ namespace for gnulib): New section.
2801
2802         wctype: Avoid #define replacements in C++ mode.
2803         * lib/wctype.in.h: Include c++defs.h, warn-on-use.h.
2804         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower,
2805         iswprint, iswpunct, iswspace, iswupper, iswxdigit, towlower, towupper):
2806         In C++, define a namespaced alias symbol.
2807         * m4/wctype_h.m4 (gl_WCTYPE_H): Don't set WCTYPE_H.
2808         * modules/wctype (Depends-on): Add c++defs, warn-on-use.
2809         (Makefile.am): Provide a wctype.h replacement always. Update wctype.h
2810         rule.
2811
2812         wchar: Avoid #define replacements in C++ mode.
2813         * lib/wchar.in.h: Include c++defs.h.
2814         (btowc, wctob, mbsinit, mbrtowc, mbrlen, mbsrtowcs, mbsnrtowcs,
2815         wcrtomb, wcsrtombs, wcsnrtombs): In C++, define a namespaced alias
2816         symbol.
2817         (wcwidth): Likewise. Fix prototype to be POSIX compliant.
2818         * modules/wchar (Depends-on): Add c++defs.
2819         (Makefile.am): Update wchar.h rule.
2820
2821         unistd: Avoid #define replacements in C++ mode.
2822         * lib/unistd.in.h: Include c++defs.h.
2823         (chown, close, dup, dup2, dup3, euidaccess, faccessat, fchdir,
2824         fchownat, fsync, ftruncate, getcwd, getdomainname, getdtablesize,
2825         getgroups, gethostname, getlogin, getlogin_r, getpagesize,
2826         getusershell, setusershell, endusershell, lchown, link, linkat, lseek,
2827         pipe2, pread, readlink, readlinkat, rmdir, sleep, symlink, symlinkat,
2828         unlink, unlinkat, usleep, write): In C++, define a namespaced alias
2829         symbol.
2830         (environ): Update.
2831         * modules/unistd (Depends-on): Add c++defs.
2832         (Makefile.am): Update unistd.h rule.
2833
2834         time: Avoid #define replacements in C++ mode.
2835         * lib/time.in.h: Include c++defs.h, warn-on-use.h.
2836         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): In C++,
2837         define a namespaced alias symbol.
2838         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): New macro.
2839         (gl_HEADER_TIME_H_DEFAULTS): Initialize also GNULIB_MKTIME,
2840         GNULIB_NANOSLEEP, GNULIB_STRPTIME, GNULIB_TIMEGM.
2841         * modules/time (Depends-on): Add c++defs, warn-on-use.
2842         (Makefile.am): Update time.h rule.
2843         * modules/mktime (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
2844         * modules/nanosleep (configure.ac): Likewise.
2845         * modules/strptime (configure.ac): Likewise.
2846         * modules/timegm (configure.ac): Likewise.
2847
2848         sys_time: Avoid #define replacements in C++ mode.
2849         * lib/sys_time.in.h: Include c++defs.h.
2850         (gettimeofday): In C++, define a namespaced alias symbol.
2851         * modules/sys_time (Depends-on): Add c++defs.
2852         (Makefile.am): Update sys/time.h rule.
2853
2854         sys_stat: Avoid #define replacements in C++ mode.
2855         * lib/sys_stat.in.h: Include c++defs.h.
2856         (fchmodat, fstat, fstatat, futimens, lchmod, lstat, mkdir, mkdirat,
2857         mkfifo, mkfifoat, mknod, mknodat, utimensat): In C++, define a
2858         namespaced alias symbol.
2859         In C++, define a namespaced alias symbol.
2860         * modules/sys_stat (Depends-on): Add c++defs.
2861         (Makefile.am): Update sys/stat.h rule.
2862
2863         sys_socket: Avoid #define replacements in C++ mode.
2864         * lib/sys_socket.in.h: Handle the case of recursive include on Cygwin.
2865         Include c++defs.h. Include warn-on-use.h earlier. Enable the function
2866         definitions also when the system has a <sys/socket.h>.
2867         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
2868         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, accept4):
2869         In C++, define a namespaced alias symbol.
2870         * modules/sys_socket (Depends-on): Add c++defs.
2871         (Makefile.am): Update sys/socket.h rule.
2872
2873         sys_select: Avoid #define replacements in C++ mode.
2874         * lib/sys_select.in.h: Include c++defs.h. Enable the function
2875         definitions also when the system has a <sys/select.h>.
2876         (select): In C++, define a namespaced alias symbol.
2877         * modules/sys_select (Depends-on): Add c++defs.
2878         (Makefile.am): Update sys/select.h rule.
2879
2880         sys_ioctl: Avoid #define replacements in C++ mode.
2881         * lib/sys_ioctl.in.h: Include c++defs.h.
2882         (ioctl): In C++, define a namespaced alias symbol.
2883         * modules/sys_ioctl (Depends-on): Add c++defs.
2884         (Makefile.am): Update sys/ioctl.h rule.
2885
2886         string: Avoid #define replacements in C++ mode.
2887         * lib/string.in.h: Include c++defs.h.
2888         (stpncpy): Define to rpl_stpncpy, not gnu_stpncpy.
2889         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
2890         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
2891         strcasestr, strtok_r, mbslen, mbschr, mbsrchr, mbspbrk, strerror,
2892         strsignal, strverscmp): In C++, define a namespaced alias symbol.
2893         * modules/string (Depends-on): Add c++defs.
2894         (Makefile.am): Update string.h rule.
2895
2896         stdlib: Avoid #define replacements in C++ mode.
2897         * lib/stdlib.in.h: Include c++defs.h.
2898         (atoll, calloc, canonicalize_file_name, getloadavg, getsubopt, malloc,
2899         mkdtemp, mkostemp, mkostemps, mkstemp, mkstemps, putenv, random_r,
2900         srandom_r, initstate_r, setstate_r, realloc, realpath, rpmatch, setenv,
2901         strtod, strtoll, strtoull, unsetenv): In C++, define a namespaced alias
2902         symbol.
2903         * modules/stdlib (Depends-on): Add c++defs.
2904         (Makefile.am): Update stdlib.h rule.
2905
2906         stdio: Avoid #define replacements in C++ mode.
2907         * lib/stdio.in.h: Include c++defs.h.
2908         (dprintf, fclose, fflush, fopen, fprintf, fpurge, fputc, fputs,
2909         freopen, fseek, fseeko, ftell, ftello, fwrite, getdelim, getline,
2910         obstack_printf, obstack_vprintf, perror, popen, printf, fputc, putchar,
2911         puts, remove, rename, renameat, snprintf, sprintf, asprintf, vasprintf,
2912         vdprintf, vfprintf, vprintf, vsnprintf, vsprintf): In C++, define a
2913         namespaced alias symbol.
2914         * modules/stdio (Depends-on): Add c++defs.
2915         (Makefile.am): Update stdio.h rule.
2916
2917         spawn: Avoid #define replacements in C++ mode.
2918         * lib/spawn.in.h: Include c++defs.h.
2919         (posix_spawn, posix_spawnp, posix_spawnattr_init,
2920         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
2921         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
2922         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
2923         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
2924         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
2925         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
2926         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
2927         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
2928         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
2929         In C++, define a namespaced alias symbol.
2930         * modules/spawn (Depends-on): Add c++defs.
2931         (Makefile.am): Update spawn.h rule.
2932
2933         signal: Avoid #define replacements in C++ mode.
2934         * lib/signal.in.h: Include c++defs.h.
2935         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
2936         sigpending, sigprocmask, signal, raise, sigaction): In C++, define a
2937         namespaced alias symbol.
2938         * modules/signal (Depends-on): Add c++defs.
2939         (Makefile.am): Update signal.h rule.
2940
2941         search: Avoid #define replacements in C++ mode.
2942         * lib/search.in.h: Include c++defs.h.
2943         (_gl_search_compar_fn, _gl_search_action_fn): New types.
2944         (tsearch, tfind, tdelete, twalk): In C++, define a namespaced alias
2945         symbol.
2946         * modules/search (Depends-on): Add c++defs.
2947         (Makefile.am): Update search.h rule.
2948
2949         math: Avoid #define replacements in C++ mode.
2950         * lib/math.in.h: Include c++defs.h.
2951         (frexp, acosl, asinl, atanl, ceilf, ceill, cosl, expl, floorf, floorl,
2952         frexpl, ldexpl, logl, roundf, round, roundl, sinl, sqrtl, tanl, truncf,
2953         trunc, truncl): In C++, define a namespaced alias symbol.
2954         * modules/math (Depends-on): Add c++defs.
2955         (Makefile.am): Update math.h rule.
2956
2957         locale: Avoid #define replacements in C++ mode.
2958         * lib/locale.in.h: Include c++defs.h.
2959         (duplocale): In C++, define a namespaced alias symbol.
2960         * m4/locale_h.m4 (gl_LOCALE_H_DEFAULTS): Initialize HAVE_DUPLOCALE.
2961         * m4/duplocale.m4 (gl_FUNC_DUPLOCALE): Set HAVE_DUPLOCALE.
2962         * modules/locale (Depends-on): Add c++defs.
2963         (Makefile.am): Update locale.h rule. Substitute HAVE_DUPLOCALE.
2964
2965         langinfo: Avoid #define replacements in C++ mode.
2966         * lib/langinfo.in.h: Include c++defs.h.
2967         (nl_langinfo): In C++, define a namespaced alias symbol.
2968         * modules/langinfo (Depends-on): Add c++defs.
2969         (Makefile.am): Update langinfo.h rule.
2970
2971         iconv-h: Avoid #define replacements in C++ mode.
2972         * lib/iconv.in.h: Include c++defs.h, warn-on-use.h.
2973         (iconv_open, iconv, iconv_close): In C++, define a namespaced alias
2974         symbol.
2975         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
2976         whenever iconv is present.
2977         * modules/iconv-h (Depends-on): Add c++defs, warn-on-use.
2978         (Makefile.am): Update iconv.h rule.
2979
2980         glob: Avoid #define replacements in C++ mode.
2981         * lib/glob.in.h: Include c++defs.h, warn-on-use.h.
2982         (_gl_glob_errfunc_fn): New type.
2983         (glob, globfree, glob_pattern_p): In C++, define a namespaced alias
2984         symbol.
2985         * modules/glob (Depends-on): Add c++defs, warn-on-use.
2986         (Makefile.am): Update glob.h rule.
2987
2988         fcntl-h: Avoid #define replacements in C++ mode.
2989         * lib/fcntl.in.h: Include c++defs.h.
2990         (fcntl, open, openat): In C++, define a namespaced alias symbol.
2991         * modules/fcntl-h (Depends-on): Add c++defs.
2992         (Makefile.am): Update fcntl.h rule.
2993
2994         dirent: Avoid #define replacements in C++ mode.
2995         * lib/dirent.in.h: Include c++defs.h.
2996         (closedir, fdopendir, opendir, scandir, alphasort): In C++, define a
2997         namespaced alias symbol.
2998         (dirfd): Update declaration.
2999         * modules/dirent (Depends-on): Add c++defs.
3000         (Makefile.am): Update dirent.h rule.
3001
3002         ctype: Make it usable in C++ code.
3003         * lib/ctype.in.h: Include c++defs.h.
3004         (isblank): Declare as extern "C".
3005         * modules/ctype (Depends-on): Add c++defs.
3006         (Makefile.am): Update ctype.h rule.
3007
3008         New module 'c++defs'.
3009         * modules/c++defs: New file.
3010         * build-aux/c++defs.h: New file.
3011         Reported by John W. Eaton <jwe@gnu.org>.
3012
3013 2010-03-07  Bruno Haible  <bruno@clisp.org>
3014
3015         logb: Provide missing declaration for Cygwin.
3016         * lib/math.in.h (logb): New declaration.
3017         * m4/logb.m4: New file.
3018         * modules/logb (Files): Add m4/logb.m4.
3019         (Depends-on): Add math.
3020         (configure.ac): Invoke gl_FUNC_LOGB, gl_MATH_MODULE_INDICATOR.
3021         * m4/math_h.m4 (gl_MATH_H): Check also for logb declaration.
3022         (gl_MATH_H_DEFAULTS): Initialize GNULIB_LOGB, HAVE_DECL_LOGB.
3023         * modules/math (Makefile.am): Substitute GNULIB_LOGB, HAVE_DECL_LOGB.
3024         * doc/posix-functions/logb.texi: Mention the Cygwin bug.
3025
3026 2010-03-07  Bruno Haible  <bruno@clisp.org>
3027
3028         Fix test-cond link error.
3029         * tests/test-cond.c: Include <stdio.h>.
3030
3031 2010-03-07  Bruno Haible  <bruno@clisp.org>
3032
3033         Fix test-dirent-safer link error.
3034         * modules/dirent-safer-tests (Makefile.am): Define
3035         test_dirent_safer_LDADD.
3036
3037 2010-03-07  Bruno Haible  <bruno@clisp.org>
3038
3039         * gnulib-tool (func_create_testdir): Don't use 'lib-ignore' module
3040         among default module list.
3041
3042 2010-03-07  Bruno Haible  <bruno@clisp.org>
3043
3044         Fix link error on platforms with GNU libiconv.
3045         * modules/unistr/u8-strcoll-tests (Makefile): Define
3046         test_u8_strcoll_LDADD.
3047         * modules/unistr/u16-strcoll-tests (Makefile): Define
3048         test_u16_strcoll_LDADD.
3049         * modules/unistr/u32-strcoll-tests (Makefile): Define
3050         test_u32_strcoll_LDADD.
3051
3052 2010-03-07  Bruno Haible  <bruno@clisp.org>
3053
3054         Use POSIX declarations for socket functions.
3055         * lib/sys_socket.in.h (rpl_connect, rpl_accept, rpl_bind,
3056         rpl_getpeername, rpl_getsockname, rpl_recv, rpl_send, rpl_recvfrom,
3057         rpl_sendto): Change declaration to match POSIX.
3058         * lib/connect.c (rpl_connect): Likewise.
3059         * lib/accept.c (rpl_accept): Likewise.
3060         * lib/bind.c (rpl_bind): Likewise.
3061         * lib/getpeername.c (rpl_getpeername): Likewise.
3062         * lib/getsockname.c (rpl_getsockname): Likewise.
3063         * lib/recv.c (rpl_recv): Likewise.
3064         * lib/send.c (rpl_send): Likewise.
3065         * lib/recvfrom.c (rpl_recvfrom): Likewise.
3066         * lib/sendto.c (rpl_sendto): Likewise.
3067
3068 2010-03-06  Bruno Haible  <bruno@clisp.org>
3069
3070         Clarify access, euidaccess, faccessat.
3071         * doc/posix-functions/faccessat.texi: Mention security problem under
3072         "Other problems", not "Portability problems".
3073         * doc/posix-functions/access.texi: Likewise. Mention a related security
3074         problem.
3075         * doc/glibc-functions/euidaccess.texi: Mention security problems.
3076         * lib/euidaccess.c: Add comments about platforms.
3077         * lib/unistd.in.h (access, euidaccess): Add warnings.
3078
3079 2010-03-07  Bruno Haible  <bruno@clisp.org>
3080
3081         Ensure posix_spawnattr_{get,set}sched{policy,param} are defined.
3082         * lib/spawn.in.h (POSIX_SPAWN_SETSCHEDPARAM): Define fallback.
3083         (POSIX_SPAWN_SETSCHEDULER): Likewise.
3084         (POSIX_SPAWN_USEVFORK): Define in a way that works when
3085         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
3086         (posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy): Also
3087         declare when POSIX_SPAWN_SETSCHEDULER is zero.
3088         (posix_spawnattr_getschedparam, posix_spawnattr_setschedparam): Also
3089         declare when POSIX_SPAWN_SETSCHEDPARAM is zero.
3090         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Test whether
3091         POSIX_SPAWN_SETSCHEDULER or POSIX_SPAWN_SETSCHEDPARAM are zero.
3092         * modules/posix_spawnattr_getschedparam (configure.ac): Enable the
3093         replacement also when POSIX_SPAWN_SETSCHEDPARAM is zero.
3094         * modules/posix_spawnattr_setschedparam (configure.ac): Likewise.
3095         * modules/posix_spawnattr_getschedpolicy (configure.ac): Enable the
3096         replacement also when POSIX_SPAWN_SETSCHEDULER is zero.
3097         * modules/posix_spawnattr_setschedpolicy (configure.ac): Likewise.
3098         * lib/spawnattr_getschedparam.c (posix_spawnattr_getschedparam): Do
3099         nothing if POSIX_SPAWN_SETSCHEDPARAM is zero.
3100         * lib/spawnattr_setschedparam.c (posix_spawnattr_setschedparam):
3101         Likewise.
3102         * lib/spawnattr_getschedpolicy.c (posix_spawnattr_getschedpolicy): Do
3103         nothing if POSIX_SPAWN_SETSCHEDULER is zero.
3104         * lib/spawnattr_setschedpolicy.c (posix_spawnattr_setschedpolicy):
3105         Likewise.
3106         * tests/test-spawn.c (main): Make it work when
3107         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
3108
3109 2010-03-07  Bruno Haible  <bruno@clisp.org>
3110
3111         Fix incorrect Makefile.am generation in German locale.
3112         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3113         Execute sed command with character range in C locale.
3114
3115 2010-03-06  Bruno Haible  <bruno@clisp.org>
3116
3117         Tests for module 'iconv-h'.
3118         * modules/iconv-h-tests: New file.
3119         * tests/test-iconv-h.c: New file.
3120
3121         New module 'iconv-h'.
3122         * modules/iconv-h: New file.
3123         * modules/iconv_open (Files): Remove lib/iconv.in.h, m4/iconv_h.m4.
3124         (Depends-on): Add iconv-h. Remove include_next, arg-nonnull.
3125         (configure.ac): Remove gl_ICONV_H.
3126         (Makefile.am): Remove rule for iconv.h.
3127
3128 2010-03-06  Bruno Haible  <bruno@clisp.org>
3129
3130         More consistent naming of *.m4 files.
3131         * m4/wctype_h.m4: Renamed from m4/wctype.m4.
3132         * modules/wctype (Files): Update.
3133
3134         More consistent naming of *.m4 files.
3135         * m4/wchar_h.m4: Renamed from m4/wchar.m4.
3136         * modules/wchar (Files): Update.
3137
3138 2010-03-06  Jim Meyering  <meyering@redhat.com>
3139
3140         euidaccess: relax license to LGPLv2+
3141         * modules/euidaccess (License): Relax to LGPLv2+.
3142
3143 2010-03-06  Bruno Haible  <bruno@clisp.org>
3144
3145         Prefer lib_SOURCES over unconditional AC_LIBOBJ.
3146         * modules/exitfail (configure.ac): Remove AC_LIBOBJ invocation.
3147         (Makefile.am): Augment lib_SOURCES instead.
3148
3149 2010-03-04  Jim Meyering  <meyering@redhat.com>
3150
3151         utime: remove obsolete module
3152         This module, like autoconf's AC_FUNC_UTIME_NULL macro, has been
3153         unnecessary for years, and has been marked as obsolete for 10 months.
3154         * modules/utime: Remove file.
3155         * lib/utime.c: Remove file.
3156         * m4/utime.m4: Remove file.
3157         * m4/utimes-null.m4: Remove file.
3158         * doc/posix-functions/utime.texi (utime): Remove reference to
3159         the module.  Move the sole "fixed by gnulib" item into the
3160         "problems not fixed by Gnulib" list.
3161         * MODULES.html.sh (func_all_modules): Remove reference to "utime".
3162
3163 2010-03-05  Simon Josefsson  <simon@josefsson.org>
3164
3165         * modules/exit (License): Relax license to LGPLv2+.
3166         (Status): Mark as obsolete.
3167         * NEWS: Mention deprecated 'exit' module.
3168         * doc/posix-functions/exit.texi: Recommend 'stdlib' module instead
3169         of now obsolete 'exit'.
3170
3171 2010-03-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3172
3173         fts-lgpl: remove unused module
3174         * modules/fts-lgpl: Remove.
3175         * MODULES.html.sh (func_all_modules): Adjust.
3176         * check-module (find_included_lib_files): Adjust.
3177         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove.
3178
3179 2010-03-02  Ben Walton  <bwalton@artsci.utoronto.ca>  (tiny change)
3180
3181         copy-acl: enhance Solaris ACL error handling
3182         * lib/copy-acl.c (qcopy_acl): Also ignore EOPNOTSUPP.
3183         * lib/set-mode-acl.c (qset_acl): Likewise.
3184
3185 2010-03-02  Bruno Haible  <bruno@clisp.org>
3186
3187         spawn: Don't override the system defined values on FreeBSD 8.
3188         * lib/spawn.in.h (POSIX_SPAWN_RESETIDS, POSIX_SPAWN_SETPGROUP,
3189         POSIX_SPAWN_SETSIGDEF, POSIX_SPAWN_SETSIGMASK,
3190         POSIX_SPAWN_SETSCHEDPARAM, POSIX_SPAWN_SETSCHEDULER): Don't redefine
3191         if HAVE_POSIX_SPAWN is 1.
3192         Reported by Johan van Selst <johans@stack.nl> via Eric Blake.
3193
3194 2010-03-01  Bruno Haible  <bruno@clisp.org>
3195
3196         * doc/gnulib-tool.texi (Initial import): Clarify the requirements
3197         regarding Automake.
3198
3199 2010-02-25  Bruno Haible  <bruno@clisp.org>
3200
3201         Fix breakage of gnulib-tool with ksh, introduced on 2010-02-21.
3202         * gnulib-tool: Define 'echo' as a function only before the ksh alias
3203         setting, not afterwards.
3204         Reported by Ben Walton <bwalton@artsci.utoronto.ca>.
3205
3206 2010-02-24  Eric Blake  <eblake@redhat.com>
3207
3208         bootstrap, git-version-gen: use timestamp
3209         * build-aux/git-version-gen (scriptversion): Force UTC.
3210         * build-aux/bootstrap (scriptversion): New variable.
3211
3212         bootstrap: allow older git
3213         * build-aux/bootstrap (GNULIB_SRCDIR): Add fallback if git is
3214         older than 1.6.4.  Requested by the libvirt project.
3215
3216 2010-02-23  Eric Blake  <eblake@redhat.com>
3217
3218         warn-on-use: work with old autoconf
3219         * m4/warn-on-use.m4 (gl_WARN_ON_USE_PREPARE): Accomodate older
3220         AS_VAR semantics of autoconf 2.60.
3221         Reported by Bruno Haible.
3222
3223         bootstrap: improve some comments
3224         * build-aux/bootstrap: Drop unneeded emacs hint.  Add some
3225         clarification comments.
3226
3227         gettimeofday: provide correct function
3228         * lib/gettimeofday.c (gettimeofday): Provide rpl_gettimeofday only
3229         when replacement is declared, otherwise provide gettimeofday.
3230         Reported by Michael Goffioul.
3231
3232 2010-02-23  Jim Meyering  <meyering@redhat.com>
3233
3234         lib-ignore: relax license to "unlimited", not LGPLv2+
3235         * modules/lib-ignore (License): Relax to "unlimited".
3236
3237 2010-02-23  Jim Meyering  <meyering@redhat.com>
3238
3239         lib-ignore: relax license to LGPLv2+
3240         * modules/lib-ignore (License): Relax to LGPLv2+.
3241
3242 2010-02-22  Eric Blake  <eblake@redhat.com>
3243
3244         lseek: avoid bash 3.2 broken pipe bug
3245         * m4/lseek.m4 (gl_FUNC_LSEEK): Drain pipe, to avoid spurious
3246         warning from bash 3.2.
3247         Reported by Ben Pfaff, with analysis from Bruno Haible.
3248
3249         bootstrap: support non-FSF copyright holder
3250         * build-aux/bootstrap (COPYRIGHT_HOLDER, with_gettext): Allow
3251         bootstrap.conf override of COPYRIGHT_HOLDER.
3252         (MSGID_BUGS_ADDRESS): Allow URL rather than email.
3253
3254         bootstrap: interoperate with gettext 0.14.1
3255         * build-aux/bootstrap (slurp): Fix typo when using older gettext.
3256
3257         bootstrap: allow for alternate submodule location
3258         * build-aux/bootstrap (gnulib_path): New variable; use instead of
3259         hardcoding submodule location.
3260         (gnulib_mk): Allow direct use of Makefile.am.
3261
3262         bootstrap: use GNULIB_SRCDIR to reduce disk usage
3263         * build-aux/bootstrap (GNULIB_SRCDIR): If set, use as a reference,
3264         rather than reconfiguring where the submodule points.
3265
3266         gettimeofday: restore support for platforms that lack function
3267         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Also compile
3268         replacement if function is missing.
3269         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_DEFAULTS): New witness.
3270         * modules/sys_time (Makefile.am): Substitute it.
3271         * lib/sys_time.in.h (gettimeofday): Check it.
3272         Reported by Michael Goffioul.
3273
3274 2010-02-21  Bruno Haible  <bruno@clisp.org>
3275
3276         * lib/stdio.in.h (obstack_printf): Fix typo.
3277
3278 2010-02-21  Jose E. Marchesi  <jemarch@gnu.org>
3279
3280         vc-list-files: use bzr ls's -R option
3281         * build-aux/vc-list-files: Invoke bazaar to generate a recursive
3282         list of versioned files based on 'dir' (usage of -R in 'bzr ls').
3283
3284 2010-02-21  Jim Meyering  <meyering@redhat.com>
3285
3286         init.sh: fix EXEEXT shims to work also for names like test-prog
3287         * tests/init.sh: Re-exec a better shell, when needed.
3288         If the current shell lacks support for posix $(...), an init.sh-using
3289         test will now try to find a shell that supports that.  If EXEEXT is
3290         nonempty, we also require support for hyphen-in-alias-name and shell
3291         substitutions like ${var#glob}.  Failure to find such a shell results
3292         in a skipped test.
3293
3294 2010-02-21  Bruno Haible  <bruno@clisp.org>
3295
3296         Really work around around "broken pipe" error message from bash 3.2.
3297         * gnulib-tool (func_reset_sigpipe): Remove function.
3298         (echo): In bash 3.2, define to a function that uses printf.
3299         Analyzed by Ralf Wildenhues, Chet Ramey, Ben Pfaff.
3300
3301 2010-02-20  Bruno Haible  <bruno@clisp.org>
3302
3303         Restore support for automake 1.9.6 with autoconf 2.61.
3304         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Ensure MKDIR_P is AC_SUBSTed.
3305         Reported by James Youngman <jay@gnu.org>.
3306
3307 2010-02-20  Bruno Haible  <bruno@clisp.org>
3308
3309         Improve *printf warning condition.
3310         * lib/stdio.in.h (fprintf, printf, vfprintf, vprintf): Emit warning
3311         also if GNULIB_POSIXCHECK is defined, the *-posix module is not used,
3312         and the function is overridden due to SIGPIPE emulation.
3313
3314 2010-02-20  Bruno Haible  <bruno@clisp.org>
3315
3316         * lib/stdio.in.h: Tweak comments.
3317
3318 2010-02-19  Bruno Haible  <bruno@clisp.org>
3319
3320         Make it easier to find modules. New gnulib-tool option '--find'.
3321         * gnulib-tool: New option --find.
3322         (func_usage): Document it.
3323         (func_sanitize_modulelist): New function, extracted from
3324         func_all_modules.
3325         (func_all_modules): Invoke it.
3326         * doc/gnulib-tool.texi (Which modules?): New node.
3327
3328 2010-02-18  Markus Duft <mduft@gentoo.org>  (tiny change)
3329
3330         * lib/sys_select.in.h: Provide select replacement even if
3331         sys/select.h exists on a system, for Interix.
3332
3333 2010-02-18  Jim Meyering  <meyering@redhat.com>
3334
3335         init.sh: don't use $(...) just yet
3336         * tests/init.sh (create_exe_shim_functions_): Use `...`, not $(...),
3337         to accommodate e.g., Solaris' /bin/sh.
3338
3339 2010-02-17  Bruno Haible  <bruno@clisp.org>
3340
3341         * doc/posix-headers/netdb.texi: Mention NetBSD 5.0 problem.
3342         Reported by Ludovic Courtès <ludo@gnu.org>.
3343
3344 2010-02-16  Simon Josefsson  <simon@josefsson.org>
3345
3346         * modules/userspec-tests (test_userspec_LDADD): Add variable, for
3347         linking with -lintl.
3348
3349 2010-02-17  Simon Josefsson  <simon@josefsson.org>
3350
3351         * lib/netdb.in.h (AI_V4MAPPED, AI_ALL, AI_ADDRCONFIG): Define to 0
3352         if not provided by the system's netdb.h.  Reported by
3353         ludo@gnu.org (Ludovic Courtès).
3354
3355 2010-02-15  Jim Meyering  <meyering@redhat.com>
3356
3357         init.sh: improve portability and efficiency
3358         * tests/init.sh (find_exe_basenames_): Remove unnecessary use of
3359         "dummy" in a for loop.
3360         Use '!', not '^' to select the complement of a character set used
3361         in a "case" statement.
3362         Use shell variable manipulation, a la ${...%.exe}, rather than sed.
3363         Suggestions from Eric Blake.
3364
3365         init.sh: automatically accommodate programs with the .exe suffix
3366         Automatically arrange for an invocation of "prog" to execute the
3367         program named "prog$EXEEXT" (usually prog.exe).  Thus, all invocations
3368         may use the simpler "prog", yet still work when built on a system
3369         that requires specifying the added suffix.
3370         Do this by constructing a function named "prog" that invokes
3371         "prog.exe" for each .exe file in selected directories.
3372         * tests/init.sh (find_exe_basenames_): New function.
3373         (create_exe_shim_functions_): New function.
3374         (path_prepend_): Use it.
3375
3376         maint.mk: mark syntax-check sc_*.m rules as .PHONY
3377         * top/maint.mk ($(syntax-check-rules)): Add .PHONY, so that
3378         "make -t syntax-check" doesn't create a ton of sc_*.m files.
3379
3380 2010-02-14  Jim Meyering  <meyering@redhat.com>
3381
3382         maint.mk: prohibit inclusion of "hash-pjw.h" without_use
3383         * top/maint.mk (sc_prohibit_hash_without_use): Re-add "@".
3384         (sc_prohibit_hash_pjw_without_use): New rule.
3385
3386         maint.mk: allow the default upload destination dir to be overridden
3387         * top/maint.mk (upload_dest_dir_): Define with a default that
3388         preserves the status quo.
3389         (emit_upload_commands): Use it, rather than hard-coding $(PACKAGE).
3390         Reported by Peter Simons.
3391
3392         maint.mk: prohibit inclusion of "hash.h" without_use
3393         * top/maint.mk (sc_prohibit_hash_without_use): New rule.
3394
3395 2010-02-10  Jim Meyering  <meyering@redhat.com>
3396
3397         maint.mk: prohibit inclusion of "ignore-value.h" without_use
3398         * top/maint.mk (sc_prohibit_ignore_value_without_use): New rule.
3399
3400 2010-02-09  Eric Blake  <ebb9@byu.net>
3401         and Bruno Haible  <bruno@clisp.org>
3402
3403         obstack-printf-posix: ensure declaration
3404         * m4/obstack-printf.m4 (gl_DECL_OBSTACK_PRINTF): New macro,
3405         extracted from gl_FUNC_OBSTACK_PRINTF.
3406         (gl_FUNC_OBSTACK_PRINTF): Invoke it.
3407         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
3408         Likewise.
3409         * lib/stdio.in.h (obstack_printf, obstack_vprintf): Declare also
3410         if GNULIB_OBSTACK_PRINTF_POSIX is 1 and GNULIB_OBSTACK_PRINTF is
3411         0.
3412
3413 2010-02-08  Bruno Haible  <bruno@clisp.org>
3414
3415         gnulib-tool: Fix typo in 2010-02-07 commit.
3416         * gnulib-tool (func_get_dependencies): Fix typo in last commit.
3417         Reported by Eric Blake.
3418
3419 2010-02-07  Bruno Haible  <bruno@clisp.org>
3420
3421         gnulib-tool: Fix up caching patches.
3422         * gnulib-tool: New options --cache-modules, --no-cache-modules. Remove
3423         option --no-cache. Use associative arrays when supported by the shell.
3424         (sed_comments): New variable.
3425         (modcache): Renamed from do_cache.
3426         (sed_extract_field_header): Renamed from sed_extract_cache_prog. Don't
3427         abbreviate unnecessarily.
3428         (have_associative): New variable.
3429         (func_cache_var): Define correctly for bash 1.x. Define in an optimized
3430         way also for ksh and zsh.
3431         (func_init_sed_convert_to_cache_statements): New function, extracted
3432         from func_cache_lookup_module. Add support for associative arrays.
3433         Don't set the c_MODULE_cached variable here. Ignore all lines before
3434         the first field header. Remove only the final newline, not all trailing
3435         newlines. Support empty fields correctly. Limit the use of 'eval' to
3436         assignments.
3437         (func_get_description, func_get_status, func_get_notice,
3438         func_get_applicability, func_get_filelist, func_get_dependencies,
3439         func_get_autoconf_early_snippet, func_get_autoconf_snippet,
3440         func_get_automake_snippet, func_get_include_directive,
3441         func_get_link_directive, func_get_license, func_get_maintainer):
3442         Update documentation. List the unoptimized code first. Add support for
3443         associative arrays. Limit the use of 'eval' to assignments.
3444         (func_get_applicability): Undo stylistic pessimisations.
3445         (func_get_automake_snippet, func_get_include_directive): Reduce code
3446         duplication.
3447         (func_modules_transitive_closure, func_modules_add_dummy,
3448         func_modules_notice, func_modules_to_filelist, func_add_file,
3449         func_update_file, func_emit_lib_Makefile_am, func_emit_po_Makevars,
3450         func_emit_po_POTFILES_in, func_emit_tests_Makefile_am, func_import,
3451         func_create_testdir, func_create_megatestdir): Update documentation.
3452
3453 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3454
3455         * gnulib-tool (func_cache_lookup_module): Store the module name
3456         belonging to the cache variable; error out if two different
3457         module names map to the same cache variable name.
3458
3459 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3460
3461         gnulib-tool: Make caching optional.
3462         * gnulib-tool: Accept option --no-cache, turning off $do_cache.
3463         Update matching short versions of --no-changelog.
3464         (func_usage): Update.
3465         (sed_extract_cache_prog): Renamed from ...
3466         (sed_extract_prog): ... this; revert to old extraction script.
3467         (func_get_description, func_get_status)
3468         (func_get_notice, func_get_applicability, func_get_filelist)
3469         (func_get_dependencies, func_get_autoconf_early_snippet)
3470         (func_get_autoconf_snippet, func_get_automake_snippet)
3471         (func_get_include_directive, func_get_link_directive)
3472         (func_get_license, func_get_maintainer): If $do_cache is false,
3473         use old, non-caching extraction scripts.
3474         Suggestion by Bruno Haible.
3475
3476 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3477
3478         gnulib-tool: cache module metainformation.
3479         * gnulib-tool (sed_extract_prog): Match newline before each
3480         header, and rewrite header to a shell variable suffix.
3481         (func_cache_var, func_cache_lookup_module): New functions,
3482         to turn a module name into a cache variable prefix, and to
3483         look up and cache module metainformation.
3484         (func_get_description, func_get_status)
3485         (func_get_notice, func_get_applicability, func_get_filelist)
3486         (func_get_dependencies, func_get_autoconf_early_snippet)
3487         (func_get_autoconf_snippet, func_get_automake_snippet)
3488         (func_get_include_directive, func_get_link_directive)
3489         (func_get_license, func_get_maintainer): Use
3490         func_cache_lookup_module.
3491
3492 2010-02-07  Bruno Haible  <bruno@clisp.org>
3493
3494         fnctl: Fix missing dependency.
3495         * modules/fcntl (Depends-on): Add getdtablesize.
3496         Reported by John W. Eaton <jwe@gnu.org>.
3497
3498 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
3499
3500         Argp: fix recognition of short alias options.
3501
3502         * lib/argp-parse.c (convert_options): Fix improper use of
3503         `|' between character values.
3504         * tests/test-argp.c (group1_option): New alias option
3505         --read (-r).
3506         (group1_parser): Special handling for 'r'.
3507         (test15): New test case.
3508         (test_fun): Add test15.
3509         * tests/test-argp-2.sh: Update expected --help and --usage
3510         outputs.
3511
3512 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
3513
3514         * tests/test-argp.c: Fix indentation.
3515
3516 2010-02-04  Eric Blake  <ebb9@byu.net>
3517
3518         gettimeofday: expose type of second argument
3519         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Do better detection
3520         of glibc extension signature, and define GETTIMEOFDAY_TIMEZONE.
3521         * tests/test-gettimeofday.c: Use it to silence warning.
3522         * doc/posix-functions/gettimeofday.texi (gettimeofday): Document
3523         the issue.
3524
3525 2010-02-03  Jim Meyering  <meyering@redhat.com>
3526
3527         regcomp.c: avoid the sole warning from gcc's -Wtype-limits
3528         * lib/regcomp.c (TYPE_SIGNED): Define.
3529         (parse_dup_op): Use it to avoid the sole warning from -Wtype-limits.
3530
3531         regcomp.c: avoid a new -Wshadow warning
3532         * lib/regcomp.c (create_initial_state): Do not shadow local "err".
3533
3534 2010-02-01  Jim Meyering  <meyering@redhat.com>
3535
3536         removing useless parentheses in cpp #define directives
3537         For motivation, see commit c0221df4, "define STREQ(a,b)
3538         consistently, removing useless parentheses"
3539         * lib/memcmp.c (CMP_LT_OR_GT): Remove useless parentheses.
3540         * lib/mountlist.c (MNT_IGNORE): Likewise.
3541         * lib/trim.h (trim, trim_trailing, trim_leading): Likewise.
3542
3543 2010-02-01  Eric Blake  <ebb9@byu.net>
3544
3545         sys_time: use link-warning
3546         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Split defaults...
3547         (gl_HEADER_SYS_TIME_H_DEFAULTS): ...into new macro.
3548         (gl_SYS_TIME_MODULE_INDICATOR): New macro.
3549         * modules/sys_time (Depends-on): Add warn-on-use.
3550         (Makefile.am): Always build replacement.
3551         (configure.ac): Update substitutions.
3552         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY)
3553         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Include defaults, and no longer
3554         bother with SYS_TIME_H.
3555         * modules/gettimeofday (configure.ac): Declare indicator.
3556         * lib/sys_time.in.h (gettimeofday): Warn if gnulib module is not
3557         in use.
3558
3559         closein-tests: silence compiler warning
3560         * tests/test-closein.c (main): Ignore fread result.
3561         * modules/closein-tests (Depends-on): Add ignore-value.
3562
3563         tests: silence warning about system return
3564         * tests/test-areadlink-with-size.c (main): Ignore system result.
3565         * tests/test-areadlink.c (main): Likewise.
3566         * tests/test-areadlinkat-with-size.c (main): Likewise.
3567         * tests/test-areadlinkat.c (main): Likewise.
3568         * tests/test-canonicalize-lgpl.c (main): Likewise.
3569         * tests/test-canonicalize.c (main): Likewise.
3570         * tests/test-chown.c (main): Likewise.
3571         * tests/test-fchownat.c (main): Likewise.
3572         * tests/test-fdutimensat.c (main): Likewise.
3573         * tests/test-fstatat.c (main): Likewise.
3574         * tests/test-futimens.c (main): Likewise.
3575         * tests/test-lchown.c (main): Likewise.
3576         * tests/test-link.c (main): Likewise.
3577         * tests/test-linkat.c (main): Likewise.
3578         * tests/test-lstat.c (main): Likewise.
3579         * tests/test-mkdir.c (main): Likewise.
3580         * tests/test-mkdirat.c (main): Likewise.
3581         * tests/test-mkfifo.c (main): Likewise.
3582         * tests/test-mkfifoat.c (main): Likewise.
3583         * tests/test-mknod.c (main): Likewise.
3584         * tests/test-readlink.c (main): Likewise.
3585         * tests/test-remove.c (main): Likewise.
3586         * tests/test-rename.c (main): Likewise.
3587         * tests/test-renameat.c (main): Likewise.
3588         * tests/test-rmdir.c (main): Likewise.
3589         * tests/test-symlink.c (main): Likewise.
3590         * tests/test-symlinkat.c (main): Likewise.
3591         * tests/test-unlink.c (main): Likewise.
3592         * tests/test-unlinkat.c (main): Likewise.
3593         * tests/test-utimens.c (main): Likewise.
3594         * tests/test-utimensat.c (main): Likewise.
3595         * modules/areadlink-tests (Depends-on): Add ignore-value.
3596         * modules/areadlink-with-size-tests (Depends-on): Likewise.
3597         * modules/areadlinkat-tests (Depends-on): Likewise.
3598         * modules/areadlinkat-with-size-tests (Depends-on): Likewise.
3599         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
3600         * modules/canonicalize-tests (Depends-on): Likewise.
3601         * modules/chown-tests (Depends-on): Likewise.
3602         * modules/fdutimensat-tests (Depends-on): Likewise.
3603         * modules/futimens-tests (Depends-on): Likewise.
3604         * modules/lchown-tests (Depends-on): Likewise.
3605         * modules/link-tests (Depends-on): Likewise.
3606         * modules/linkat-tests (Depends-on): Likewise.
3607         * modules/lstat-tests (Depends-on): Likewise.
3608         * modules/mkdir-tests (Depends-on): Likewise.
3609         * modules/mkfifo-tests (Depends-on): Likewise.
3610         * modules/mkfifoat-tests (Depends-on): Likewise.
3611         * modules/mknod-tests (Depends-on): Likewise.
3612         * modules/openat-tests (Depends-on): Likewise.
3613         * modules/readlink-tests (Depends-on): Likewise.
3614         * modules/remove-tests (Depends-on): Likewise.
3615         * modules/rename-tests (Depends-on): Likewise.
3616         * modules/renameat-tests (Depends-on): Likewise.
3617         * modules/rmdir-tests (Depends-on): Likewise.
3618         * modules/symlink-tests (Depends-on): Likewise.
3619         * modules/symlinkat-tests (Depends-on): Likewise.
3620         * modules/unlink-tests (Depends-on): Likewise.
3621         * modules/utimens-tests (Depends-on): Likewise.
3622         * modules/utimensat-tests (Depends-on): Likewise.
3623
3624 2010-01-31  Bruno Haible  <bruno@clisp.org>
3625
3626         Perform the same test for many <math.h> functions.
3627         * m4/mathfunc.m4 (gl_COMMON_DOUBLE_MATHFUNC,
3628         gl_COMMON_DOUBLE_MATHFUNC_TEST): New macros.
3629         * m4/sqrt.m4 (gl_FUNC_SQRT): Invoke gl_COMMON_DOUBLE_MATHFUNC instead
3630         of gl_MATHFUNC.
3631         * modules/acos (configure.ac): Likewise.
3632         * modules/asin (configure.ac): Likewise.
3633         * modules/atan (configure.ac): Likewise.
3634         * modules/atan2 (configure.ac): Likewise.
3635         * modules/cbrt (configure.ac): Likewise.
3636         * modules/copysign (configure.ac): Likewise.
3637         * modules/cos (configure.ac): Likewise.
3638         * modules/cosh (configure.ac): Likewise.
3639         * modules/erf (configure.ac): Likewise.
3640         * modules/erfc (configure.ac): Likewise.
3641         * modules/exp (configure.ac): Likewise.
3642         * modules/fmod (configure.ac): Likewise.
3643         * modules/hypot (configure.ac): Likewise.
3644         * modules/j0 (configure.ac): Likewise.
3645         * modules/j1 (configure.ac): Likewise.
3646         * modules/jn (configure.ac): Likewise.
3647         * modules/lgamma (configure.ac): Likewise.
3648         * modules/log (configure.ac): Likewise.
3649         * modules/log10 (configure.ac): Likewise.
3650         * modules/log1p (configure.ac): Likewise.
3651         * modules/pow (configure.ac): Likewise.
3652         * modules/remainder (configure.ac): Likewise.
3653         * modules/sin (configure.ac): Likewise.
3654         * modules/sinh (configure.ac): Likewise.
3655         * modules/tan (configure.ac): Likewise.
3656         * modules/tanh (configure.ac): Likewise.
3657         * modules/y0 (configure.ac): Likewise.
3658         * modules/y1 (configure.ac): Likewise.
3659         * modules/yn (configure.ac): Likewise.
3660         Suggested by Paolo Bonzini.
3661
3662 2010-01-31  Bruno Haible  <bruno@clisp.org>
3663
3664         * m4/getline.m4 (gl_FUNC_GETLINE): Add comment about REPLACE_GETLINE.
3665
3666 2010-01-31  Bruno Haible  <bruno@clisp.org>
3667
3668         Work around getdelim() bug on FreeBSD 8.0.
3669         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Test whether getdelim supports an
3670         initially NULL line. Set REPLACE_GETDELIM if getdelim exists but does
3671         not work.
3672         * lib/stdio.in.h (getdelim): Define as an alias if REPLACE_GETDELIM
3673         is 1.
3674         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize REPLACE_GETDELIM.
3675         * modules/stdio (Makefile.am): Also substitute REPLACE_GETDELIM.
3676         * tests/test-getdelim.c (main): Also test result for a NULL buffer and
3677         a non-zero size.
3678         * doc/posix-functions/getdelim.texi: Mention the FreeBSD bug.
3679
3680 2010-01-31  Bruno Haible  <bruno@clisp.org>
3681
3682         Work around getline() bug on FreeBSD 8.0.
3683         * m4/getline.m4 (gl_FUNC_GETLINE): Also test result for a NULL buffer
3684         and a non-zero size.
3685         * tests/test-getline.c (main): Likewise.
3686         * doc/posix-functions/getline.texi: Mention the FreeBSD bug.
3687         Reported by Dennis <noordsij@cs.helsinki.fi> via Eric Blake.
3688
3689 2010-01-28  Eric Blake  <ebb9@byu.net>
3690
3691         regex: fix build failure
3692         * lib/regex_internal.h (__GNUC_PREREQ): Define for non-glibc
3693         platforms.
3694
3695 2010-01-28  Jim Meyering  <meyering@redhat.com>
3696
3697         regex: do not ignore memory allocation failure
3698         * lib/regex_internal.c (create_cd_newstate): Detect
3699         re_node_set_init_copy failure.   Extracted from glibc commit
3700         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
3701
3702         regex: sync more white-space changes from libc
3703         * lib/regex_internal.c: White-space only changes.
3704         * lib/regexec.c: Likewise.
3705
3706         regex: add many uses of __attribute_warn_unused_result__
3707         * lib/regex_internal.c: Use __attribute_warn_unused_result__.
3708         * lib/regexec.c: Likewise.
3709         Extracted from a messy glibc commit.
3710
3711         regcomp.c: spelling and merge-artifact from glibc
3712         * lib/regcomp.c: Merge remainder of glibc's
3713         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
3714
3715         regcomp.c: sync white-space changes from glibc
3716         * lib/regcomp.c: Merge to accommodate white space
3717         changes from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
3718
3719         regcomp.c: do not ignore internal return values
3720         * lib/regcomp.c: Do not ignore internal return values.
3721         This is from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c,
3722         but without its white-space changes and spelling fixes.
3723
3724         regex_internal.h: define __attribute_warn_unused_result__
3725         * lib/regex_internal.h (__attribute_warn_unused_result__): Define.
3726
3727         maint: add a syntax-check rule to check for vulnerable Makefile.in
3728         * top/maint.mk (sc_vulnerable_makefile_CVE-2009-4029): New rule.
3729
3730 2010-01-27  Jim Meyering  <meyering@redhat.com>
3731
3732         ncftpput-ftp: clean up spaces
3733         * build-aux/ncftpput-ftp: Make Copyright line consistent.
3734         Remove trailing blanks.
3735
3736 2010-01-27  Simon Josefsson  <simon@josefsson.org>
3737
3738         * build-aux/git-version-gen: Fix copyright statement.
3739         * build-aux/gnupload: Likewise.
3740         * tests/test-arcfour.c: Likewise.
3741         * tests/test-arctwo.c: Likewise.
3742         * tests/test-count-one-bits.c: Likewise.
3743         * tests/test-crc.c: Likewise.
3744         * tests/test-des.c: Likewise.
3745         * tests/test-gc-arcfour.c: Likewise.
3746         * tests/test-gc-arctwo.c: Likewise.
3747         * tests/test-gc-des.c: Likewise.
3748         * tests/test-gc-hmac-md5.c: Likewise.
3749         * tests/test-gc-hmac-sha1.c: Likewise.
3750         * tests/test-gc-md2.c: Likewise.
3751         * tests/test-gc-md4.c: Likewise.
3752         * tests/test-gc-md5.c: Likewise.
3753         * tests/test-gc-pbkdf2-sha1.c: Likewise.
3754         * tests/test-gc-rijndael.c: Likewise.
3755         * tests/test-gc-sha1.c: Likewise.
3756         * tests/test-gc.c: Likewise.
3757         * tests/test-gethostname.c: Likewise.
3758         * tests/test-gettimeofday.c: Likewise.
3759         * tests/test-hash.c: Likewise.
3760         * tests/test-hmac-md5.c: Likewise.
3761         * tests/test-hmac-sha1.c: Likewise.
3762         * tests/test-md2.c: Likewise.
3763         * tests/test-md4.c: Likewise.
3764         * tests/test-md5.c: Likewise.
3765         * tests/test-memchr.c: Likewise.
3766         * tests/test-memchr2.c: Likewise.
3767         * tests/test-memcmp.c: Likewise.
3768         * tests/test-memmem.c: Likewise.
3769         * tests/test-memrchr.c: Likewise.
3770         * tests/test-rawmemchr.c: Likewise.
3771         * tests/test-read-file.c: Likewise.
3772         * tests/test-rijndael.c: Likewise.
3773         * tests/test-sockets.c: Likewise.
3774         * tests/test-strchrnul.c: Likewise.
3775         * tests/test-strstr.c: Likewise.
3776         * tests/test-strtod.c: Likewise.
3777         * build-aux/ncftpput-ftp: Likewise.
3778
3779 2010-01-26  Eric Blake  <ebb9@byu.net>
3780
3781         ignore-value: update recommended header name
3782         * modules/ignore-value (Include): Only use <> for headers that
3783         exist in glibc.
3784
3785 2010-01-26  Jim Meyering  <meyering@redhat.com>
3786
3787         test-userspec.c: avoid compiler warnings
3788         * tests/test-userspec.c (main): Avoid shadowing ("uid"),
3789         and "initialization discards qualifiers..." warnings.
3790         Put the first "uid" in its own scope, and make char* members "const".
3791
3792 2010-01-25  Bruno Haible  <bruno@clisp.org>
3793
3794         gnulib-tool: Make warning diagnostics consistent.
3795         * gnulib-tool (func_warning): New function.
3796         Use it everywhere where gnulib-tool produces output to stderr and it is
3797         not a fatal error.
3798
3799 2010-01-25  Bruno Haible  <bruno@clisp.org>
3800
3801         Fix test dependencies.
3802         * modules/xstrtol-tests (Depends-on): Add inttypes.
3803         * modules/xstrtoll-tests (Depends-on): Likewise. Remove xstrtoll.
3804
3805 2010-01-25 Pádraig Brady <P@draigBrady.com>
3806
3807         syntax-check: detect incorrect boolean macro values in config.h
3808         * modules/maintainer-makefile (configure.ac): Parameterize the location
3809         of config.h which will be available to makefiles as $(CONFIG_INCLUDE).
3810         The logic is from Eric Blake and the location indicated by Jim Meyering.
3811         Note the more natural CONFIG_HEADER name is prohibited by automake
3812         for backwards compatibility reasons.
3813         * top/maint.mk (sc_Wundef_boolean): New rule.
3814
3815 2010-01-25  Jim Meyering  <meyering@redhat.com>
3816
3817         bootstrap: detect MacOS 10.6's shasum, too
3818         * build-aux/bootstrap: Also recognize MacOS 10.6's shasum.
3819         Suggested by Thomas Treichl <Thomas.Treichl@gmx.net>.
3820
3821 2010-01-23  Jim Meyering  <meyering@redhat.com>
3822
3823         xstrtoll: new module
3824         * modules/xstrtoll: New file.
3825         * MODULES.html.sh (Numeric conversion functions): Add xstrtoll.
3826         * lib/xstrtol.h [HAVE_LONG_LONG_INT]: Declare xstrtoll and xstrtoull.
3827         * lib/xstrtoll.c, lib/xstrtoull.c: New files.
3828         ./configure fails if you use this module and lack "long long".
3829         * modules/xstrtoll-tests: New module.
3830         * tests/test-xstrtoll.c, tests/test-xstrtoull.c: New files.
3831         * tests/test-xstrtoll.sh: Like test-xstrtol.c, but use the
3832         new init.sh-based test framework.
3833
3834 2010-01-24  Bruno Haible  <bruno@clisp.org>
3835
3836         Tests for module 'yn'.
3837         * modules/yn-tests: New file.
3838         * tests/test-yn.c: New file.
3839
3840         Tests for module 'y1'.
3841         * modules/y1-tests: New file.
3842         * tests/test-y1.c: New file.
3843
3844         Tests for module 'y0'.
3845         * modules/y0-tests: New file.
3846         * tests/test-y0.c: New file.
3847
3848         Tests for module 'tanh'.
3849         * modules/tanh-tests: New file.
3850         * tests/test-tanh.c: New file.
3851
3852         Tests for module 'tan'.
3853         * modules/tan-tests: New file.
3854         * tests/test-tan.c: New file.
3855
3856         Tests for module 'sqrt'.
3857         * modules/sqrt-tests: New file.
3858         * tests/test-sqrt.c: New file.
3859
3860         Tests for module 'sinh'.
3861         * modules/sinh-tests: New file.
3862         * tests/test-sinh.c: New file.
3863
3864         Tests for module 'sin'.
3865         * modules/sin-tests: New file.
3866         * tests/test-sin.c: New file.
3867
3868         Tests for module 'rint'.
3869         * modules/rint-tests: New file.
3870         * tests/test-rint.c: New file.
3871
3872         Tests for module 'remainder'.
3873         * modules/remainder-tests: New file.
3874         * tests/test-remainder.c: New file.
3875
3876         Tests for module 'pow'.
3877         * modules/pow-tests: New file.
3878         * tests/test-pow.c: New file.
3879
3880         Tests for module 'nextafter'.
3881         * modules/nextafter-tests: New file.
3882         * tests/test-nextafter.c: New file.
3883
3884         Tests for module 'modf'.
3885         * modules/modf-tests: New file.
3886         * tests/test-modf.c: New file.
3887
3888         Tests for module 'logb'.
3889         * modules/logb-tests: New file.
3890         * tests/test-logb.c: New file.
3891
3892         Tests for module 'log1p'.
3893         * modules/log1p-tests: New file.
3894         * tests/test-log1p.c: New file.
3895
3896         Tests for module 'log10'.
3897         * modules/log10-tests: New file.
3898         * tests/test-log10.c: New file.
3899
3900         Tests for module 'log'.
3901         * modules/log-tests: New file.
3902         * tests/test-log.c: New file.
3903
3904         Tests for module 'lgamma'.
3905         * modules/lgamma-tests: New file.
3906         * tests/test-lgamma.c: New file.
3907
3908         Tests for module 'ldexp'.
3909         * modules/ldexp-tests: New file.
3910         * tests/test-ldexp.c: New file.
3911
3912         Tests for module 'jn'.
3913         * modules/jn-tests: New file.
3914         * tests/test-jn.c: New file.
3915
3916         Tests for module 'j1'.
3917         * modules/j1-tests: New file.
3918         * tests/test-j1.c: New file.
3919
3920         Tests for module 'j0'.
3921         * modules/j0-tests: New file.
3922         * tests/test-j0.c: New file.
3923
3924         Tests for module 'hypot'.
3925         * modules/hypot-tests: New file.
3926         * tests/test-hypot.c: New file.
3927
3928         Tests for module 'fmod'.
3929         * modules/fmod-tests: New file.
3930         * tests/test-fmod.c: New file.
3931
3932         Tests for module 'fabs'.
3933         * modules/fabs-tests: New file.
3934         * tests/test-fabs.c: New file.
3935
3936         Tests for module 'exp'.
3937         * modules/exp-tests: New file.
3938         * tests/test-exp.c: New file.
3939
3940         Tests for module 'erfc'.
3941         * modules/erfc-tests: New file.
3942         * tests/test-erfc.c: New file.
3943
3944         Tests for module 'erf'.
3945         * modules/erf-tests: New file.
3946         * tests/test-erf.c: New file.
3947
3948         Tests for module 'cosh'.
3949         * modules/cosh-tests: New file.
3950         * tests/test-cosh.c: New file.
3951
3952         Tests for module 'cos'.
3953         * modules/cos-tests: New file.
3954         * tests/test-cos.c: New file.
3955
3956         Tests for module 'copysign'.
3957         * modules/copysign-tests: New file.
3958         * tests/test-copysign.c: New file.
3959
3960         Tests for module 'cbrt'.
3961         * modules/cbrt-tests: New file.
3962         * tests/test-cbrt.c: New file.
3963
3964         Tests for module 'atan2'.
3965         * modules/atan2-tests: New file.
3966         * tests/test-atan2.c: New file.
3967
3968         Tests for module 'atan'.
3969         * modules/atan-tests: New file.
3970         * tests/test-atan.c: New file.
3971
3972         Tests for module 'asin'.
3973         * modules/asin-tests: New file.
3974         * tests/test-asin.c: New file.
3975
3976         Tests for module 'acos'.
3977         * modules/acos-tests: New file.
3978         * tests/test-acos.c: New file.
3979
3980 2010-01-24  Bruno Haible  <bruno@clisp.org>
3981
3982         Fix tests for common <math.h> functions.
3983         * m4/mathfunc.m4 (gl_MATHFUNC): Take two additional parameters. Use a
3984         code snippet that references the function pointer, rather than merely
3985         calling the function. Substitute the FUNC_LIBM variable.
3986         * m4/sqrt.m4 (gl_FUNC_SQRT): Update gl_MATHFUNC invocation.
3987         * modules/acos (configure.ac): Likewise.
3988         * modules/asin (configure.ac): Likewise.
3989         * modules/atan (configure.ac): Likewise.
3990         * modules/atan2 (configure.ac): Likewise.
3991         * modules/cbrt (configure.ac): Likewise.
3992         * modules/copysign (configure.ac): Likewise.
3993         * modules/cos (configure.ac): Likewise.
3994         * modules/cosh (configure.ac): Likewise.
3995         * modules/erf (configure.ac): Likewise.
3996         * modules/erfc (configure.ac): Likewise.
3997         * modules/exp (configure.ac): Likewise.
3998         * modules/fabs (configure.ac): Likewise.
3999         * modules/fmod (configure.ac): Likewise.
4000         * modules/hypot (configure.ac): Likewise.
4001         * modules/j0 (configure.ac): Likewise.
4002         * modules/j1 (configure.ac): Likewise.
4003         * modules/jn (configure.ac): Likewise.
4004         * modules/ldexp (configure.ac): Likewise.
4005         * modules/lgamma (configure.ac): Likewise.
4006         * modules/log (configure.ac): Likewise.
4007         * modules/log10 (configure.ac): Likewise.
4008         * modules/log1p (configure.ac): Likewise.
4009         * modules/logb (configure.ac): Likewise.
4010         * modules/modf (configure.ac): Likewise.
4011         * modules/nextafter (configure.ac): Likewise.
4012         * modules/pow (configure.ac): Likewise.
4013         * modules/remainder (configure.ac): Likewise.
4014         * modules/rint (configure.ac): Likewise.
4015         * modules/sin (configure.ac): Likewise.
4016         * modules/sinh (configure.ac): Likewise.
4017         * modules/tan (configure.ac): Likewise.
4018         * modules/tanh (configure.ac): Likewise.
4019         * modules/y0 (configure.ac): Likewise.
4020         * modules/y1 (configure.ac): Likewise.
4021         * modules/yn (configure.ac): Likewise.
4022
4023 2010-01-24  Bruno Haible  <bruno@clisp.org>
4024
4025         Tests: Defeat inlining of math functions by GCC >= 4.3.0.
4026         * tests/test-acosl.c (x): New variable.
4027         (main): Store argument in x and fetch it from x.
4028         * tests/test-asinl.c (x): New variable.
4029         (main): Store argument in x and fetch it from x.
4030         * tests/test-atanl.c (x): New variable.
4031         (main): Store argument in x and fetch it from x.
4032         * tests/test-cosl.c (x): New variable.
4033         (main): Store argument in x and fetch it from x.
4034         * tests/test-expl.c (x): New variable.
4035         (main): Store argument in x and fetch it from x.
4036         * tests/test-logl.c (x): New variable.
4037         (main): Store argument in x and fetch it from x.
4038         * tests/test-sinl.c (x): New variable.
4039         (main): Store argument in x and fetch it from x.
4040         * tests/test-sqrtl.c (x): New variable.
4041         (main): Store argument in x and fetch it from x.
4042         * tests/test-tanl.c (x): New variable.
4043         (main): Store argument in x and fetch it from x.
4044
4045 2010-01-24  Bruno Haible  <bruno@clisp.org>
4046
4047         Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
4048         * gnulib-tool (func_emit_tests_Makefile_am): Add EXEEXT and srcdir
4049         assignments to the initial TESTS_ENVIRONMENT.
4050         * doc/gnulib.texi (Unit test modules): Document it.
4051         * modules/acl-tests (Makefile.am): Drop EXEEXT assignment from
4052         TESTS_ENVIRONMENT.
4053         * modules/btowc-tests (Makefile.am): Likewise.
4054         * modules/c-stack-tests (Makefile.am): Likewise.
4055         * modules/c-strcase-tests (Makefile.am): Likewise.
4056         * modules/copy-file-tests (Makefile.am): Likewise.
4057         * modules/mbmemcasecmp-tests (Makefile.am): Likewise.
4058         * modules/mbmemcasecoll-tests (Makefile.am): Likewise.
4059         * modules/mbrtowc-tests (Makefile.am): Likewise.
4060         * modules/mbscasecmp-tests (Makefile.am): Likewise.
4061         * modules/mbscasestr-tests (Makefile.am): Likewise.
4062         * modules/mbschr-tests (Makefile.am): Likewise.
4063         * modules/mbscspn-tests (Makefile.am): Likewise.
4064         * modules/mbsinit-tests (Makefile.am): Likewise.
4065         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
4066         * modules/mbsnrtowcs-tests (Makefile.am): Likewise.
4067         * modules/mbspbrk-tests (Makefile.am): Likewise.
4068         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
4069         * modules/mbsrchr-tests (Makefile.am): Likewise.
4070         * modules/mbsrtowcs-tests (Makefile.am): Likewise.
4071         * modules/mbsspn-tests (Makefile.am): Likewise.
4072         * modules/mbsstr-tests (Makefile.am): Likewise.
4073         * modules/nl_langinfo-tests (Makefile.am): Likewise.
4074         * modules/unicase/locale-language-tests (Makefile.am): Likewise.
4075         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
4076         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
4077         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
4078         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
4079         * modules/uniwbrk/ulc-wordbreaks-tests (Makefile.am): Likewise.
4080         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
4081         * modules/wcrtomb-tests (Makefile.am): Likewise.
4082         * modules/wcsnrtombs-tests (Makefile.am): Likewise.
4083         * modules/wcsrtombs-tests (Makefile.am): Likewise.
4084         * modules/quotearg-tests (Makefile.am): Drop EXEEXT and srcdir
4085         assignments from TESTS_ENVIRONMENT.
4086         * modules/argp-tests (Makefile.am): Drop TESTS_ENVIRONMENT
4087         augmentation.
4088         * modules/argp-version-etc-tests (Makefile.am): Likewise.
4089         * modules/atexit-tests (Makefile.am): Likewise.
4090         * modules/binary-io-tests (Makefile.am): Likewise.
4091         * modules/closein-tests (Makefile.am): Likewise.
4092         * modules/dprintf-posix-tests (Makefile.am): Likewise.
4093         * modules/exclude-tests (Makefile.am): Likewise.
4094         * modules/fflush-tests (Makefile.am): Likewise.
4095         * modules/fpending-tests (Makefile.am): Likewise.
4096         * modules/fprintf-posix-tests (Makefile.am): Likewise.
4097         * modules/freadahead-tests (Makefile.am): Likewise.
4098         * modules/freadptr-tests (Makefile.am): Likewise.
4099         * modules/freadseek-tests (Makefile.am): Likewise.
4100         * modules/fseek-tests (Makefile.am): Likewise.
4101         * modules/fseeko-tests (Makefile.am): Likewise.
4102         * modules/ftell-tests (Makefile.am): Likewise.
4103         * modules/ftello-tests (Makefile.am): Likewise.
4104         * modules/idpriv-drop-tests (Makefile.am): Likewise.
4105         * modules/idpriv-droptemp-tests (Makefile.am): Likewise.
4106         * modules/lseek-tests (Makefile.am): Likewise.
4107         * modules/parse-duration-tests (Makefile.am): Likewise.
4108         * modules/perror-tests (Makefile.am): Likewise.
4109         * modules/pipe-filter-gi-tests (Makefile.am): Likewise.
4110         * modules/pipe-filter-ii-tests (Makefile.am): Likewise.
4111         * modules/pipe-tests (Makefile.am): Likewise.
4112         * modules/pread-tests (Makefile.am): Likewise.
4113         * modules/printf-posix-tests (Makefile.am): Likewise.
4114         * modules/select-tests (Makefile.am): Likewise.
4115         * modules/sigpipe-tests (Makefile.am): Likewise.
4116         * modules/tsearch-tests (Makefile.am): Likewise.
4117         * modules/unicase/ulc-casecmp-tests (Makefile.am): Likewise.
4118         * modules/unicase/ulc-casecoll-tests (Makefile.am): Likewise.
4119         * modules/uniname/uniname-tests (Makefile.am): Likewise.
4120         * modules/uniwidth/width-tests (Makefile.am): Likewise.
4121         * modules/vdprintf-posix-tests (Makefile.am): Likewise.
4122         * modules/version-etc-tests (Makefile.am): Likewise.
4123         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
4124         * modules/vprintf-posix-tests (Makefile.am): Likewise.
4125         * modules/xalloc-die-tests (Makefile.am): Likewise.
4126         * modules/xprintf-posix-tests (Makefile.am): Likewise.
4127         * modules/xstrtoimax-tests (Makefile.am): Likewise.
4128         * modules/xstrtol-tests (Makefile.am): Likewise.
4129         * modules/xstrtoumax-tests (Makefile.am): Likewise.
4130         * modules/yesno-tests (Makefile.am): Likewise.
4131         Suggested by Jim Meyering.
4132
4133 2010-01-24  Bruno Haible  <bruno@clisp.org>
4134
4135         More documentation.
4136         * doc/gnulib.texi (Writing modules): New chapter.
4137         (Miscellaneous Notes): Move sections "Comments" and "Header files" to
4138         the new chapter.
4139
4140 2010-01-24  Jim Meyering  <meyering@redhat.com>
4141
4142         maint.mk: do not prepend "./" after filtering
4143         * top/maint.mk (_prepend_srcdir_prefix): New variable
4144         (VC_LIST_EXCEPT): Use it to avoid prepending (post-filter)
4145         "./" when $(srcdir) is ".".
4146
4147         define STREQ(a,b) consistently, removing useless parentheses
4148         #define STREQ(a, b) (strcmp ((a), (b)) == 0) is over-parenthesized,
4149         since the only risk is that "a" or "b" contains an unparenthesized
4150         comma, but if either did that, STREQ would have 3 or more arguments.
4151         Hence, #define STREQ(a, b) (strcmp (a, b) == 0) is better.
4152         * lib/fts.c (STREQ): Remove unnecessary parentheses.
4153         * lib/hash-triple.c (STREQ): Likewise.
4154         * tests/test-argv-iter.c (STREQ): Use a and b, not s1 and s2.
4155         * lib/getugroups.c (STREQ): Likewise.
4156
4157 2010-01-23  Jim Meyering  <meyering@redhat.com>
4158
4159         maint.mk: fix syntax-check in a non-srcdir build directory
4160         * top/maint.mk (_dot_escaped_srcdir): Remove erroneous backslash,
4161         introduced in my 2010-01-21 commit, a6da6c45.  Reported by Eric Blake.
4162
4163 2010-01-22  Jim Meyering  <meyering@redhat.com>
4164
4165         userspec: add unit tests
4166         * tests/test-userspec.c: New file.
4167         * modules/userspec-tests: Likewise.
4168
4169 2010-01-21  Jim Meyering  <meyering@redhat.com>
4170
4171         maint.mk: handle source file names containing "." robustly
4172         * top/maint.mk (_dot_escaped_srcdir): Define.
4173         (VC_LIST): Use it in LHS of sed substitution.
4174
4175 2010-01-21  Jiri Denemark  <jdenemar@redhat.com>
4176
4177         maint.mk: fix VC_LIST_EXCEPT for srcdir != builddir
4178         * top/maint.mk (VC_LIST_EXCEPT): Preprocess the output of
4179         $(VC_LIST) to remove a prefix of '$(srcdir)/', so that it works
4180         from a non-srcdir build.
4181
4182 2010-01-20  Eric Blake  <ebb9@byu.net>
4183
4184         warn-on-use: use instead of link-warning
4185         * modules/stdio (Depends-on, Makefile.am): Drop link-warning.
4186         * modules/unistd (Depends-on, Makefile.am): Likewise.
4187         * modules/arpa_inet (Depends-on): Replace link-warning with
4188         warn-on-use.
4189         (Makefile.am): Update rules accordingly.
4190         * modules/ctype (Depends-on, Makefile.am): Likewise.
4191         * modules/dirent (Depends-on, Makefile.am): Likewise.
4192         * modules/fcntl-h (Depends-on, Makefile.am): Likewise.
4193         * modules/inttypes (Depends-on, Makefile.am): Likewise.
4194         * modules/langinfo (Depends-on, Makefile.am): Likewise.
4195         * modules/locale (Depends-on, Makefile.am): Likewise.
4196         * modules/math (Depends-on, Makefile.am): Likewise.
4197         * modules/search (Depends-on, Makefile.am): Likewise.
4198         * modules/signal (Depends-on, Makefile.am): Likewise.
4199         * modules/spawn (Depends-on, Makefile.am): Likewise.
4200         * modules/stdlib (Depends-on, Makefile.am): Likewise.
4201         * modules/string (Depends-on, Makefile.am): Likewise.
4202         * modules/strings (Depends-on, Makefile.am): Likewise.
4203         * modules/sys_file (Depends-on, Makefile.am): Likewise.
4204         * modules/sys_ioctl (Depends-on, Makefile.am): Likewise.
4205         * modules/sys_select (Depends-on, Makefile.am): Likewise.
4206         * modules/sys_socket (Depends-on, Makefile.am): Likewise.
4207         * modules/sys_stat (Depends-on, Makefile.am): Likewise.
4208         * modules/sys_times (Depends-on, Makefile.am): Likewise.
4209         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
4210         * modules/wchar (Depends-on, Makefile.am): Likewise.
4211         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Check which functions
4212         should be poisoned.
4213         * m4/ctype.m4 (gl_CTYPE_H): Likewise.
4214         * m4/dirent_h.m4 (gl_DIRENT_H): Likewise.
4215         * m4/fcntl_h.m4 (gl_FCNTL_H): Likewise.
4216         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
4217         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
4218         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
4219         * m4/math_h.m4 (gl_MATH_H): Likewise.
4220         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
4221         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
4222         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
4223         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
4224         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
4225         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
4226         * m4/strings_h.m4 (gl_HEADER_STRINGS_H_BODY): Likewise.
4227         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H_DEFAULTS): Likewise.
4228         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Likewise.
4229         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4230         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
4231         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
4232         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
4233         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
4234         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
4235         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
4236         * lib/arpa_inet.in.h: Use _GL_WARN_ON_USE instead of
4237         GL_LINK_WARNING.
4238         * lib/ctype.in.h: Likewise.
4239         * lib/dirent.in.h: Likewise.
4240         * lib/fcntl.in.h: Likewise.
4241         * lib/inttypes.in.h: Likewise.
4242         * lib/langinfo.in.h: Likewise.
4243         * lib/locale.in.h: Likewise.
4244         * lib/math.in.h: Likewise.
4245         * lib/search.in.h: Likewise.
4246         * lib/signal.in.h: Likewise.
4247         * lib/spawn.in.h: Likewise.
4248         * lib/stdio.in.h: Likewise.
4249         * lib/stdlib.in.h: Likewise.
4250         * lib/string.in.h: Likewise.
4251         * lib/strings.in.h: Likewise.
4252         * lib/sys_file.in.h: Likewise.
4253         * lib/sys_ioctl.in.h: Likewise.
4254         * lib/sys_select.in.h: Likewise.
4255         * lib/sys_socket.in.h: Likewise.
4256         * lib/sys_stat.in.h: Likewise.
4257         * lib/sys_times.in.h: Likewise.
4258         * lib/sys_utsname.in.h: Likewise.
4259         * lib/unistd.in.h: Likewise.
4260         * lib/wchar.in.h: Likewise.
4261
4262 2010-01-20  Bruno Haible  <bruno@clisp.org>
4263
4264         Avoid duplicate -lm.
4265         * m4/isnan.m4 (gl_ISNAN): Avoid duplicate -lm in $ISNAN_LIBM.
4266         * m4/round.m4 (gl_FUNC_ROUND): Avoid duplicate -lm in $ROUND_LIBM.
4267         * m4/roundf.m4 (gl_FUNC_ROUNDF): Avoid duplicate -lm in $ROUNDF_LIBM.
4268         * m4/roundl.m4 (gl_FUNC_ROUNDL): Avoid duplicate -lm in $ROUNDL_LIBM.
4269         * m4/acosl.m4 (gl_FUNC_ACOSL): Avoid duplicate -lm in $ACOSL_LIBM.
4270         * m4/cosl.m4 (gl_FUNC_COSL): Avoid duplicate -lm in $COSL_LIBM.
4271         * m4/logl.m4 (gl_FUNC_LOGL): Avoid duplicate -lm in $LOGL_LIBM.
4272         * m4/sinl.m4 (gl_FUNC_SINL): Avoid duplicate -lm in $SINL_LIBM.
4273         * m4/sqrtl.m4 (gl_FUNC_SQRTL): Avoid duplicate -lm in $SQRTL_LIBM.
4274         * m4/tanl.m4 (gl_FUNC_TANL): Avoid duplicate -lm in $TANL_LIBM.
4275         * m4/asinl.m4 (gl_FUNC_ASINL): Same change, for consistency.
4276         * m4/atanl.m4 (gl_FUNC_ATANL): Likewise.
4277         Reported by Paolo Bonzini.
4278
4279 2010-01-19  Bruno Haible  <bruno@clisp.org>
4280
4281         langinfo, nl_langinfo: Relicense under LGPLv2+.
4282         * modules/langinfo (License): Change to LGPLv2+.
4283         * modules/nl_langinfo (License): Likewise.
4284         Patch by David Lutterkort <lutter@redhat.com>.
4285
4286 2010-01-19  Bruno Haible  <bruno@clisp.org>
4287
4288         Avoid compilation error with cc on OSF/1 5.1.
4289         * lib/fcntl.in.h: Include <unistd.h> after the #include_next <fcntl.h>
4290         statement, not before.
4291         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4292
4293 2010-01-18  Bruno Haible  <bruno@clisp.org>
4294
4295         Avoid a link error due to the __printf__ symbol.
4296         * lib/stdio.in.h (__attribute__): Define to empty also for gcc 2.5.x
4297         and 2.6.x.
4298         (__format__, __printf__): Remove definitions.
4299         * lib/argp-fmtstream.h: Likewise.
4300         * lib/argp.h: Likewise.
4301         * lib/error.h: Likewise.
4302         * lib/vasnprintf.h: Likewise.
4303         * lib/xprintf.h: Likewise.
4304         * lib/xvasprintf.h: Likewise.
4305         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4306
4307 2010-01-18  Bruno Haible  <bruno@clisp.org>
4308
4309         Tests for module 'tanl'.
4310         * modules/tanl-tests: New file.
4311         * tests/test-tanl.c: New file.
4312
4313         Tests for module 'sqrtl'.
4314         * modules/sqrtl-tests: New file.
4315         * tests/test-sqrtl.c: New file.
4316
4317         Tests for module 'sinl'.
4318         * modules/sinl-tests: New file.
4319         * tests/test-sinl.c: New file.
4320
4321         Tests for module 'logl'.
4322         * modules/logl-tests: New file.
4323         * tests/test-logl.c: New file.
4324
4325         Tests for module 'expl'.
4326         * modules/expl-tests: New file.
4327         * tests/test-expl.c: New file.
4328
4329         Tests for module 'cosl'.
4330         * modules/cosl-tests: New file.
4331         * tests/test-cosl.c: New file.
4332
4333         Tests for module 'atanl'.
4334         * modules/atanl-tests: New file.
4335         * tests/test-atanl.c: New file.
4336
4337         Tests for module 'asinl'.
4338         * modules/asinl-tests: New file.
4339         * tests/test-asinl.c: New file.
4340
4341         Tests for module 'acosl'.
4342         * modules/acosl-tests: New file.
4343         * tests/test-acosl.c: New file.
4344
4345         New modules acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
4346         * lib/math.in.h (acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl,
4347         tanl): Use the standard gnulib idiom.
4348         * lib/cosl.c: Don't include trigl.c and sincosl.c.
4349         * lib/sinl.c: Likewise.
4350         * lib/tanl.c: Don't include trigl.c.
4351         (kernel_tanl): Make static.
4352         * lib/sincosl.c: Include trigl.h first.
4353         * lib/trigl.c: Likewise.
4354         * m4/acosl.m4: New file.
4355         * m4/asinl.m4: New file.
4356         * m4/atanl.m4: New file.
4357         * m4/cosl.m4: New file.
4358         * m4/expl.m4: New file.
4359         * m4/logl.m4: New file.
4360         * m4/sinl.m4: New file.
4361         * m4/sqrtl.m4: New file.
4362         * m4/tanl.m4: New file.
4363         * m4/mathl.m4: Remove file.
4364         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_* and HAVE_*
4365         variables for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
4366         Don't initialize GNULIB_MATHL.
4367         * modules/acosl: New file.
4368         * modules/asinl: New file.
4369         * modules/atanl: New file.
4370         * modules/cosl: New file.
4371         * modules/expl: New file.
4372         * modules/logl: New file.
4373         * modules/sinl: New file.
4374         * modules/sqrtl: New file.
4375         * modules/tanl: New file.
4376         * modules/math (Makefile.am): Substitute GNULIB_* and HAVE_* variables
4377         for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl. Don't
4378         substitute GNULIB_MATHL.
4379         * modules/mathl: Rewritten.
4380         * doc/posix-functions/acosl.texi: Mention the 'acosl' module.
4381         * doc/posix-functions/asinl.texi: Mention the 'asinl' module.
4382         * doc/posix-functions/atanl.texi: Mention the 'atanl' module.
4383         * doc/posix-functions/cosl.texi: Mention the 'cosl' module.
4384         * doc/posix-functions/expl.texi: Mention the 'expl' module.
4385         * doc/posix-functions/logl.texi: Mention the 'logl' module.
4386         * doc/posix-functions/sinl.texi: Mention the 'sinl' module.
4387         * doc/posix-functions/sqrtl.texi: Mention the 'sqrtl' module.
4388         * doc/posix-functions/tanl.texi: Mention the 'tanl' module.
4389
4390 2010-01-18  Bruno Haible  <bruno@clisp.org>
4391
4392         sqrt: Make gl_FUNC_SQRT requirable.
4393         * m4/sqrt.m4: New file.
4394         * modules/sqrt (Files): Add it.
4395         (configure.ac): Invoke gl_FUNC_SQRT.
4396
4397 2010-01-18  Bruno Haible  <bruno@clisp.org>
4398
4399         New modules for common <math.h> functions.
4400         * m4/mathfunc.m4: New file.
4401         * modules/acos: New file.
4402         * modules/asin: New file.
4403         * modules/atan: New file.
4404         * modules/atan2: New file.
4405         * modules/cbrt: New file.
4406         * modules/copysign: New file.
4407         * modules/cos: New file.
4408         * modules/cosh: New file.
4409         * modules/erf: New file.
4410         * modules/erfc: New file.
4411         * modules/exp: New file.
4412         * modules/fabs: New file.
4413         * modules/fmod: New file.
4414         * modules/hypot: New file.
4415         * modules/j0: New file.
4416         * modules/j1: New file.
4417         * modules/jn: New file.
4418         * modules/ldexp: New file.
4419         * modules/lgamma: New file.
4420         * modules/log: New file.
4421         * modules/log10: New file.
4422         * modules/log1p: New file.
4423         * modules/logb: New file.
4424         * modules/modf: New file.
4425         * modules/nextafter: New file.
4426         * modules/pow: New file.
4427         * modules/remainder: New file.
4428         * modules/rint: New file.
4429         * modules/sin: New file.
4430         * modules/sinh: New file.
4431         * modules/sqrt: New file.
4432         * modules/tan: New file.
4433         * modules/tanh: New file.
4434         * modules/y0: New file.
4435         * modules/y1: New file.
4436         * modules/yn: New file.
4437         * doc/posix-functions/acos.texi: Mention the 'acos' module.
4438         * doc/posix-functions/asin.texi: Mention the 'asin' module.
4439         * doc/posix-functions/atan.texi: Mention the 'atan' module.
4440         * doc/posix-functions/atan2.texi: Mention the 'atan2' module.
4441         * doc/posix-functions/cbrt.texi: Mention the 'cbrt' module.
4442         * doc/posix-functions/copysign.texi: Mention the 'copysign' module.
4443         * doc/posix-functions/cos.texi: Mention the 'cos' module.
4444         * doc/posix-functions/cosh.texi: Mention the 'cosh' module.
4445         * doc/posix-functions/erf.texi: Mention the 'erf' module.
4446         * doc/posix-functions/erfc.texi: Mention the 'erfc' module.
4447         * doc/posix-functions/exp.texi: Mention the 'exp' module.
4448         * doc/posix-functions/fabs.texi: Mention the 'fabs' module.
4449         * doc/posix-functions/fmod.texi: Mention the 'fmod' module.
4450         * doc/posix-functions/hypot.texi: Mention the 'hypot' module.
4451         * doc/posix-functions/j0.texi: Mention the 'j0' module.
4452         * doc/posix-functions/j1.texi: Mention the 'j1' module.
4453         * doc/posix-functions/jn.texi: Mention the 'jn' module.
4454         * doc/posix-functions/ldexp.texi: Mention the 'ldexp' module.
4455         * doc/posix-functions/lgamma.texi: Mention the 'lgamma' module.
4456         * doc/posix-functions/log.texi: Mention the 'log' module.
4457         * doc/posix-functions/log10.texi: Mention the 'log10' module.
4458         * doc/posix-functions/log1p.texi: Mention the 'log1p' module.
4459         * doc/posix-functions/logb.texi: Mention the 'logb' module.
4460         * doc/posix-functions/modf.texi: Mention the 'modf' module.
4461         * doc/posix-functions/nextafter.texi: Mention the 'nextafter' module.
4462         * doc/posix-functions/pow.texi: Mention the 'pow' module.
4463         * doc/posix-functions/remainder.texi: Mention the 'remainder' module.
4464         * doc/posix-functions/rint.texi: Mention the 'rint' module.
4465         * doc/posix-functions/sin.texi: Mention the 'sin' module.
4466         * doc/posix-functions/sinh.texi: Mention the 'sinh' module.
4467         * doc/posix-functions/sqrt.texi: Mention the 'sqrt' module.
4468         * doc/posix-functions/tan.texi: Mention the 'tan' module.
4469         * doc/posix-functions/tanh.texi: Mention the 'tanh' module.
4470         * doc/posix-functions/y0.texi: Mention the 'y0' module.
4471         * doc/posix-functions/y1.texi: Mention the 'y1' module.
4472         * doc/posix-functions/yn.texi: Mention the 'yn' module.
4473
4474 2010-01-18  Jim Meyering  <meyering@redhat.com>
4475
4476         ignore-value: relax license to LGPLv2+
4477         * modules/ignore-value (License): Relax to LGPLv2+.
4478
4479         getdate: don't leak when TZ contains two or more '"'s
4480         * lib/getdate.y (get_date): Don't leak a copy of TZ for each
4481         double quote in TZ after the first one.
4482
4483         readtokens: do not leak internal token_lengths buffer
4484         * lib/readtokens.c (readtokens): Free the local, lengths,
4485         when the supplied "token_lengths" parameter is NULL.
4486
4487 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4488
4489         Fix a couple of missing LIBTHREAD link failures on AIX.
4490         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add
4491         $(LIBTHREAD).
4492         * modules/strsignal-tests (test_strsignal_LDADD): Likewise.
4493
4494         Link test-poll against INET_PTON_LIB.
4495         * modules/poll-tests (test_poll_LDADD): Add $(INET_PTON_LIB),
4496         for inet_pton on Solaris 10.
4497
4498 2010-01-17  Bruno Haible  <bruno@clisp.org>
4499
4500         unistdio/*-sprintf: Fix typo in module description.
4501         * modules/unistdio/u8-sprintf (Depends-on): Fix typo.
4502         * modules/unistdio/u8-u8-sprintf (Depends-on): Likewise.
4503         * modules/unistdio/u16-sprintf (Depends-on): Likewise.
4504         * modules/unistdio/u16-u16-sprintf (Depends-on): Likewise.
4505         * modules/unistdio/u32-sprintf (Depends-on): Likewise.
4506         * modules/unistdio/u32-u32-sprintf (Depends-on): Likewise.
4507         * modules/unistdio/ulc-sprintf (Depends-on): Likewise.
4508         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4509
4510 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4511
4512         gnulib-tool: fix filelist for AIX, HP-UX ksh.
4513         * gnulib-tool (func_filter_filelist): Do not quote possibly-empty
4514         variables in shell case patterns, for AIX and HP-UX ksh.
4515
4516         Split large sed scripts, for HP-UX sed.
4517         * modules/stdio: Split sed scripts around 50 sed commands,
4518         to avoid HP-UX limit of 99 commands, in the near future.
4519         * modules/string: Likewise.
4520         * modules/unistd: Likewise.
4521
4522         gnulib-tool: avoid writing in the current directory.
4523         * gnulib-tool (func_emit_lib_Makefile_am)
4524         (func_emit_tests_Makefile_am): Put temporary files in $tmp,
4525         not in the current directory, so concurrent gnulib-tool
4526         instances do not interfere.
4527
4528 2010-01-16  Jim Meyering  <meyering@redhat.com>
4529
4530         doc: update users.txt
4531         * users.txt: Add grep.
4532         (diffutils, gzip): Update URLs.
4533
4534 2010-01-12  Bruno Haible  <bruno@clisp.org>
4535
4536         posix_spawn: Avoid test failure on Cygwin.
4537         * tests/test-posix_spawn3.c (DATA_FILENAME) [CYGWIN]: Use less risky
4538         characters.
4539         Reported by Simon Josefsson.
4540
4541 2010-01-12  Bruno Haible  <bruno@clisp.org>
4542
4543         * tests/test-cond.c (main): When skipping the test, show the reason.
4544
4545 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4546
4547         * lib/striconv.c (str_cd_iconv): Avoid if before free.
4548
4549 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4550
4551         * top/maint.mk (VC_LIST_EXCEPT): Filter list through
4552         VC_LIST_ALWAYS_EXCLUDE_REGEX.
4553
4554 2010-01-12  Eric Blake  <ebb9@byu.net>
4555
4556         build: guarantee AS_VAR_IF
4557         * m4/warnings.m4 (gl_WARN_ADD): Use autoconf name.
4558         (gl_AS_VAR_IF): Move...
4559         * m4/gnulib-common.m4 (AS_VAR_IF): ...here.
4560         Reported by Simon Josefsson.
4561
4562 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4563
4564         * lib/stdio.in.h: Fix typo.
4565
4566 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4567
4568         * m4/gc.m4: Check if linking to libgcrypt also needs linking to
4569         libgpg-error.
4570
4571 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4572
4573         * tests/test-xalloc-die.sh: Use $EXEEXT.
4574
4575 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4576             Bruno Haible  <bruno@clisp.org>
4577
4578         getlogin, getlogin_r: Avoid test failure.
4579         * tests/test-getlogin.c: Include <stdio.h>.
4580         (main): Skip the test when the function fails because stdin is not a
4581         tty.
4582         * tests/test-getlogin_r.c: Include <stdio.h>.
4583         (main): Skip the test when the function fails because stdin is not a
4584         tty.
4585
4586 2010-01-11  Eric Blake  <ebb9@byu.net>
4587
4588         tests: avoid more large file warnings
4589         * tests/test-fflush.c: Avoid warning about ftell use.
4590         * tests/test-fseek.c: Avoid warning about fseek use.
4591
4592 2010-01-10  Bruno Haible  <bruno@clisp.org>
4593
4594         nproc: Work better on Linux when /proc and /sys are not mounted.
4595         * lib/nproc.c (num_processors): Use num_processors_via_affinity_mask ()
4596         as lower bound when, on glibc/Linux systems,
4597         sysconf (_SC_NPROCESSORS_CONF) returns 1.
4598         Suggested by Pádraig Brady <P@draigbrady.com>.
4599         Reported by Dmitry V. Levin <ldv@altlinux.org>.
4600
4601         nproc: Refactor.
4602         * lib/nproc.c (num_processors_via_affinity_mask): New function,
4603         extracted from num_processors.
4604         (num_processors): Call it.
4605
4606 2010-01-11  Jim Meyering  <meyering@redhat.com>
4607
4608         utimecmp: avoid new warning from upcoming gcc-4.5.0
4609         * lib/utimecmp.c (BILLION): Define using #define rather than an
4610         anonymous enum, to placate upcoming gcc-4.5.0's -Wenum-compare.
4611
4612 2010-01-11  Eric Blake  <ebb9@byu.net>
4613
4614         math: add portability warnings for classification macros
4615         * modules/math (Depends-on): Add warn-on-use.
4616         (Makefile.am): Provide new substitutions.
4617         * m4/math_h.m4 (gl_MATH_H): Require inline.
4618         * lib/math.in.h (_GL_WARN_REAL_FLOATING_DECL)
4619         (_GL_WARN_REAL_FLOATING_IMPL): New helper macros.
4620         (isfinite, isinf, isnan, signbit) [GNULIB_POSIXCHECK]: Use them to
4621         implement warnings.
4622
4623         unistd: warn on use of environ without module
4624         * modules/unistd (Depends-on): Add warn-on-use.
4625         (Makefile.am): Provide new substitutions.
4626         * m4/unistd_h.m4 (gl_UNISTD_H): Check for inline and environ.
4627         * lib/unistd.in.h (environ): Wrap with a warning helper function.
4628
4629         stdio: warn on suspicious uses
4630         * modules/stdio (Depends-on): Add warn-on-use.
4631         (Makefile.am): Provide new substitutions.
4632         * m4/stdio_h.m4 (gl_STDIO_H): Check for inline, ftello, and
4633         fseeko.
4634         * lib/stdio.in.h (gets): Always warn on use.
4635         (fseek, ftell): Adjust when warnings are issued, and honor
4636         _GL_NO_LARGE_FILES as a way to silence the warning.
4637         * tests/test-fpurge.c [!GNULIB_FSEEK]: Use new means to squelch
4638         any warning about large file offsets.
4639         * tests/test-freadable.c [!GNULIB_FSEEK]: Likewise.
4640         * tests/test-freading.c [!GNULIB_FSEEK]: Likewise.
4641         * tests/test-fseeko.c [!GNULIB_FSEEK]: Likewise.
4642         * tests/test-ftell.c [!GNULIB_FSEEK]: Likewise.
4643         * tests/test-ftello.c [!GNULIB_FSEEK]: Likewise.
4644         * tests/test-fwritable.c [!GNULIB_FSEEK]: Likewise.
4645         * tests/test-fwriting.c [!GNULIB_FSEEK]: Likewise.
4646         * tests/test-getopt.c [!GNULIB_FTELL]: Likewise.
4647
4648         warn-on-use: new module
4649         * modules/warn-on-use: New file.
4650         * build-aux/warn-on-use.h: Likewise.
4651         * m4/warn-on-use.m4: Likewise.
4652         * MODULES.html.sh (Support for building): Mention it.
4653
4654 2010-01-10  Bruno Haible  <bruno@clisp.org>
4655
4656         Tests for module 'unistr/u32-strdup'.
4657         * modules/unistr/u32-strdup-tests: New file.
4658         * tests/unistr/test-u32-strdup.c: New file.
4659
4660         Tests for module 'unistr/u16-strdup'.
4661         * modules/unistr/u16-strdup-tests: New file.
4662         * tests/unistr/test-u16-strdup.c: New file.
4663
4664         Tests for module 'unistr/u8-strdup'.
4665         * modules/unistr/u8-strdup-tests: New file.
4666         * tests/unistr/test-u8-strdup.c: New file.
4667         * tests/unistr/test-strdup.h: New file.
4668
4669         Tests for module 'unistr/u32-strncmp'.
4670         * modules/unistr/u32-strncmp-tests: New file.
4671         * tests/unistr/test-u32-strncmp.c: New file.
4672
4673         Tests for module 'unistr/u16-strncmp'.
4674         * modules/unistr/u16-strncmp-tests: New file.
4675         * tests/unistr/test-u16-strncmp.c: New file.
4676
4677         Tests for module 'unistr/u8-strncmp'.
4678         * modules/unistr/u8-strncmp-tests: New file.
4679         * tests/unistr/test-u8-strncmp.c: New file.
4680         * tests/unistr/test-strncmp.h: New file.
4681
4682         Tests for module 'unistr/u32-strcoll'.
4683         * modules/unistr/u32-strcoll-tests: New file.
4684         * tests/unistr/test-u32-strcoll.c: New file.
4685
4686         Tests for module 'unistr/u16-strcoll'.
4687         * modules/unistr/u16-strcoll-tests: New file.
4688         * tests/unistr/test-u16-strcoll.c: New file.
4689
4690         Tests for module 'unistr/u8-strcoll'.
4691         * modules/unistr/u8-strcoll-tests: New file.
4692         * tests/unistr/test-u8-strcoll.c: New file.
4693
4694         Tests for module 'unistr/u32-strcmp'.
4695         * modules/unistr/u32-strcmp-tests: New file.
4696         * tests/unistr/test-u32-strcmp.c: New file.
4697         * tests/unistr/test-u32-strcmp.h: New file.
4698
4699         Tests for module 'unistr/u16-strcmp'.
4700         * modules/unistr/u16-strcmp-tests: New file.
4701         * tests/unistr/test-u16-strcmp.c: New file.
4702         * tests/unistr/test-u16-strcmp.h: New file.
4703
4704         Tests for module 'unistr/u8-strcmp'.
4705         * modules/unistr/u8-strcmp-tests: New file.
4706         * tests/unistr/test-u8-strcmp.c: New file.
4707         * tests/unistr/test-u8-strcmp.h: New file.
4708         * tests/unistr/test-strcmp.h: New file.
4709
4710         Tests for module 'unistr/u32-strncat'.
4711         * modules/unistr/u32-strncat-tests: New file.
4712         * tests/unistr/test-u32-strncat.c: New file.
4713
4714         Tests for module 'unistr/u16-strncat'.
4715         * modules/unistr/u16-strncat-tests: New file.
4716         * tests/unistr/test-u16-strncat.c: New file.
4717
4718         Tests for module 'unistr/u8-strncat'.
4719         * modules/unistr/u8-strncat-tests: New file.
4720         * tests/unistr/test-u8-strncat.c: New file.
4721         * tests/unistr/test-strncat.h: New file.
4722
4723         Tests for module 'unistr/u32-strcat'.
4724         * modules/unistr/u32-strcat-tests: New file.
4725         * tests/unistr/test-u32-strcat.c: New file.
4726
4727         Tests for module 'unistr/u16-strcat'.
4728         * modules/unistr/u16-strcat-tests: New file.
4729         * tests/unistr/test-u16-strcat.c: New file.
4730
4731         Tests for module 'unistr/u8-strcat'.
4732         * modules/unistr/u8-strcat-tests: New file.
4733         * tests/unistr/test-u8-strcat.c: New file.
4734         * tests/unistr/test-strcat.h: New file.
4735
4736         Tests for module 'unistr/u32-stpncpy'.
4737         * modules/unistr/u32-stpncpy-tests: New file.
4738         * tests/unistr/test-u32-stpncpy.c: New file.
4739
4740         Tests for module 'unistr/u16-stpncpy'.
4741         * modules/unistr/u16-stpncpy-tests: New file.
4742         * tests/unistr/test-u16-stpncpy.c: New file.
4743
4744         Tests for module 'unistr/u8-stpncpy'.
4745         * modules/unistr/u8-stpncpy-tests: New file.
4746         * tests/unistr/test-u8-stpncpy.c: New file.
4747         * tests/unistr/test-stpncpy.h: New file.
4748
4749         Tests for module 'unistr/u32-strncpy'.
4750         * modules/unistr/u32-strncpy-tests: New file.
4751         * tests/unistr/test-u32-strncpy.c: New file.
4752
4753         Tests for module 'unistr/u16-strncpy'.
4754         * modules/unistr/u16-strncpy-tests: New file.
4755         * tests/unistr/test-u16-strncpy.c: New file.
4756
4757         Tests for module 'unistr/u8-strncpy'.
4758         * modules/unistr/u8-strncpy-tests: New file.
4759         * tests/unistr/test-u8-strncpy.c: New file.
4760         * tests/unistr/test-strncpy.h: New file.
4761
4762         Tests for module 'unistr/u32-stpcpy'.
4763         * modules/unistr/u32-stpcpy-tests: New file.
4764         * tests/unistr/test-u32-stpcpy.c: New file.
4765
4766         Tests for module 'unistr/u16-stpcpy'.
4767         * modules/unistr/u16-stpcpy-tests: New file.
4768         * tests/unistr/test-u16-stpcpy.c: New file.
4769
4770         Tests for module 'unistr/u8-stpcpy'.
4771         * modules/unistr/u8-stpcpy-tests: New file.
4772         * tests/unistr/test-u8-stpcpy.c: New file.
4773         * tests/unistr/test-stpcpy.h: New file.
4774
4775         Tests for module 'unistr/u32-strcpy'.
4776         * modules/unistr/u32-strcpy-tests: New file.
4777         * tests/unistr/test-u32-strcpy.c: New file.
4778
4779         Tests for module 'unistr/u16-strcpy'.
4780         * modules/unistr/u16-strcpy-tests: New file.
4781         * tests/unistr/test-u16-strcpy.c: New file.
4782
4783         Tests for module 'unistr/u8-strcpy'.
4784         * modules/unistr/u8-strcpy-tests: New file.
4785         * tests/unistr/test-u8-strcpy.c: New file.
4786         * tests/unistr/test-strcpy.h: New file.
4787
4788         Tests for module 'unistr/u32-strnlen'.
4789         * modules/unistr/u32-strnlen-tests: New file.
4790         * tests/unistr/test-u32-strnlen.c: New file.
4791
4792         Tests for module 'unistr/u16-strnlen'.
4793         * modules/unistr/u16-strnlen-tests: New file.
4794         * tests/unistr/test-u16-strnlen.c: New file.
4795
4796         Tests for module 'unistr/u8-strnlen'.
4797         * modules/unistr/u8-strnlen-tests: New file.
4798         * tests/unistr/test-u8-strnlen.c: New file.
4799         * tests/unistr/test-strnlen.h: New file.
4800
4801         Tests for module 'unistr/u32-strlen'.
4802         * modules/unistr/u32-strlen-tests: New file.
4803         * tests/unistr/test-u32-strlen.c: New file.
4804
4805         Tests for module 'unistr/u16-strlen'.
4806         * modules/unistr/u16-strlen-tests: New file.
4807         * tests/unistr/test-u16-strlen.c: New file.
4808
4809         Tests for module 'unistr/u8-strlen'.
4810         * modules/unistr/u8-strlen-tests: New file.
4811         * tests/unistr/test-u8-strlen.c: New file.
4812
4813         Tests for module 'unistr/u32-prev'.
4814         * modules/unistr/u32-prev-tests: New file.
4815         * tests/unistr/test-u32-prev.c: New file.
4816
4817         Tests for module 'unistr/u16-prev'.
4818         * modules/unistr/u16-prev-tests: New file.
4819         * tests/unistr/test-u16-prev.c: New file.
4820
4821         Tests for module 'unistr/u8-prev'.
4822         * modules/unistr/u8-prev-tests: New file.
4823         * tests/unistr/test-u8-prev.c: New file.
4824
4825         Tests for module 'unistr/u32-next'.
4826         * modules/unistr/u32-next-tests: New file.
4827         * tests/unistr/test-u32-next.c: New file.
4828
4829         Tests for module 'unistr/u16-next'.
4830         * modules/unistr/u16-next-tests: New file.
4831         * tests/unistr/test-u16-next.c: New file.
4832
4833         Tests for module 'unistr/u8-next'.
4834         * modules/unistr/u8-next-tests: New file.
4835         * tests/unistr/test-u8-next.c: New file.
4836
4837         Tests for module 'unistr/u32-strmbtouc'.
4838         * modules/unistr/u32-strmbtouc-tests: New file.
4839         * tests/unistr/test-u32-strmbtouc.c: New file.
4840
4841         Tests for module 'unistr/u16-strmbtouc'.
4842         * modules/unistr/u16-strmbtouc-tests: New file.
4843         * tests/unistr/test-u16-strmbtouc.c: New file.
4844
4845         Tests for module 'unistr/u8-strmbtouc'.
4846         * modules/unistr/u8-strmbtouc-tests: New file.
4847         * tests/unistr/test-u8-strmbtouc.c: New file.
4848
4849         Tests for module 'unistr/u32-strmblen'.
4850         * modules/unistr/u32-strmblen-tests: New file.
4851         * tests/unistr/test-u32-strmblen.c: New file.
4852
4853         Tests for module 'unistr/u16-strmblen'.
4854         * modules/unistr/u16-strmblen-tests: New file.
4855         * tests/unistr/test-u16-strmblen.c: New file.
4856
4857         Tests for module 'unistr/u8-strmblen'.
4858         * modules/unistr/u8-strmblen-tests: New file.
4859         * tests/unistr/test-u8-strmblen.c: New file.
4860
4861         Tests for module 'unistr/u32-cpy-alloc'.
4862         * modules/unistr/u32-cpy-alloc-tests: New file.
4863         * tests/unistr/test-u32-cpy-alloc.c: New file.
4864
4865         Tests for module 'unistr/u16-cpy-alloc'.
4866         * modules/unistr/u16-cpy-alloc-tests: New file.
4867         * tests/unistr/test-u16-cpy-alloc.c: New file.
4868
4869         Tests for module 'unistr/u8-cpy-alloc'.
4870         * modules/unistr/u8-cpy-alloc-tests: New file.
4871         * tests/unistr/test-u8-cpy-alloc.c: New file.
4872         * tests/unistr/test-cpy-alloc.h: New file.
4873
4874         Tests for module 'unistr/u32-mbsnlen'.
4875         * modules/unistr/u32-mbsnlen-tests: New file.
4876         * tests/unistr/test-u32-mbsnlen.c: New file.
4877
4878         Tests for module 'unistr/u16-mbsnlen'.
4879         * modules/unistr/u16-mbsnlen-tests: New file.
4880         * tests/unistr/test-u16-mbsnlen.c: New file.
4881
4882         Tests for module 'unistr/u8-mbsnlen'.
4883         * modules/unistr/u8-mbsnlen-tests: New file.
4884         * tests/unistr/test-u8-mbsnlen.c: New file.
4885
4886         Tests for module 'unistr/u32-chr'.
4887         * modules/unistr/u32-chr-tests: New file.
4888         * tests/unistr/test-u32-chr.c: New file.
4889
4890         Tests for module 'unistr/u16-chr'.
4891         * modules/unistr/u16-chr-tests: New file.
4892         * tests/unistr/test-u16-chr.c: New file.
4893
4894         Tests for module 'unistr/u8-chr'.
4895         * modules/unistr/u8-chr-tests: New file.
4896         * tests/unistr/test-u8-chr.c: New file.
4897         * tests/unistr/test-chr.h: New file, based on tests/test-memchr.c.
4898
4899         Tests for module 'unistr/u32-cmp2'.
4900         * modules/unistr/u32-cmp2-tests: New file.
4901         * tests/unistr/test-u32-cmp2.c: New file.
4902
4903         Tests for module 'unistr/u16-cmp2'.
4904         * modules/unistr/u16-cmp2-tests: New file.
4905         * tests/unistr/test-u16-cmp2.c: New file.
4906
4907         Tests for module 'unistr/u8-cmp2'.
4908         * modules/unistr/u8-cmp2-tests: New file.
4909         * tests/unistr/test-u8-cmp2.c: New file.
4910         * tests/unistr/test-cmp2.h: New file, based on tests/unistr/test-cmp.h.
4911
4912         Tests for module 'unistr/u32-cmp'.
4913         * modules/unistr/u32-cmp-tests: New file.
4914         * tests/unistr/test-u32-cmp.c: New file.
4915
4916         Tests for module 'unistr/u16-cmp'.
4917         * modules/unistr/u16-cmp-tests: New file.
4918         * tests/unistr/test-u16-cmp.c: New file.
4919
4920         Tests for module 'unistr/u8-cmp'.
4921         * modules/unistr/u8-cmp-tests: New file.
4922         * tests/unistr/test-u8-cmp.c: New file.
4923         * tests/unistr/test-cmp.h: New file, based on tests/test-memcmp.c.
4924
4925         Tests for module 'unistr/u32-set'.
4926         * modules/unistr/u32-set-tests: New file.
4927         * tests/unistr/test-u32-set.c: New file.
4928
4929         Tests for module 'unistr/u16-set'.
4930         * modules/unistr/u16-set-tests: New file.
4931         * tests/unistr/test-u16-set.c: New file.
4932
4933         Tests for module 'unistr/u8-set'.
4934         * modules/unistr/u8-set-tests: New file.
4935         * tests/unistr/test-u8-set.c: New file.
4936         * tests/unistr/test-set.h: New file.
4937
4938         Tests for module 'unistr/u32-move'.
4939         * modules/unistr/u32-move-tests: New file.
4940         * tests/unistr/test-u32-move.c: New file.
4941
4942         Tests for module 'unistr/u16-move'.
4943         * modules/unistr/u16-move-tests: New file.
4944         * tests/unistr/test-u16-move.c: New file.
4945
4946         Tests for module 'unistr/u8-move'.
4947         * modules/unistr/u8-move-tests: New file.
4948         * tests/unistr/test-u8-move.c: New file.
4949         * tests/unistr/test-move.h: New file.
4950
4951         Tests for module 'unistr/u32-cpy'.
4952         * modules/unistr/u32-cpy-tests: New file.
4953         * tests/unistr/test-u32-cpy.c: New file.
4954
4955         Tests for module 'unistr/u16-cpy'.
4956         * modules/unistr/u16-cpy-tests: New file.
4957         * tests/unistr/test-u16-cpy.c: New file.
4958
4959         Tests for module 'unistr/u8-cpy'.
4960         * modules/unistr/u8-cpy-tests: New file.
4961         * tests/unistr/test-u8-cpy.c: New file.
4962         * tests/unistr/test-cpy.h: New file.
4963
4964 2010-01-09  Bruno Haible  <bruno@clisp.org>
4965
4966         Tests for module 'unistr/u32-uctomb'.
4967         * modules/unistr/u32-uctomb-tests: New file.
4968         * tests/unistr/test-u32-uctomb.c: New file.
4969
4970         Tests for module 'unistr/u16-uctomb'.
4971         * modules/unistr/u16-uctomb-tests: New file.
4972         * tests/unistr/test-u16-uctomb.c: New file.
4973
4974         Tests for module 'unistr/u8-uctomb'.
4975         * modules/unistr/u8-uctomb-tests: New file.
4976         * tests/unistr/test-u8-uctomb.c: New file.
4977
4978         Tests for module 'unistr/u32-mbtoucr'.
4979         * modules/unistr/u32-mbtoucr-tests: New file.
4980         * tests/unistr/test-u32-mbtoucr.c: New file.
4981
4982         Tests for module 'unistr/u16-mbtoucr'.
4983         * modules/unistr/u16-mbtoucr-tests: New file.
4984         * tests/unistr/test-u16-mbtoucr.c: New file.
4985
4986         Tests for module 'unistr/u8-mbtoucr'.
4987         * modules/unistr/u8-mbtoucr-tests: New file.
4988         * tests/unistr/test-u8-mbtoucr.c: New file.
4989
4990         Tests for module 'unistr/u32-mbtouc'.
4991         * modules/unistr/u32-mbtouc-tests: New file.
4992         * tests/unistr/test-u32-mbtouc.c: New file.
4993
4994         Tests for module 'unistr/u16-mbtouc'.
4995         * modules/unistr/u16-mbtouc-tests: New file.
4996         * tests/unistr/test-u16-mbtouc.c: New file.
4997
4998         Tests for module 'unistr/u8-mbtouc'.
4999         * modules/unistr/u8-mbtouc-tests: New file.
5000         * tests/unistr/test-u8-mbtouc.c: New file.
5001
5002         Tests for module 'unistr/u32-mbtouc-unsafe'.
5003         * modules/unistr/u32-mbtouc-unsafe-tests: New file.
5004         * tests/unistr/test-u32-mbtouc-unsafe.c: New file.
5005         * tests/unistr/test-u32-mbtouc.h: New file.
5006
5007         Tests for module 'unistr/u16-mbtouc-unsafe'.
5008         * modules/unistr/u16-mbtouc-unsafe-tests: New file.
5009         * tests/unistr/test-u16-mbtouc-unsafe.c: New file.
5010         * tests/unistr/test-u16-mbtouc.h: New file.
5011
5012         Tests for module 'unistr/u8-mbtouc-unsafe'.
5013         * modules/unistr/u8-mbtouc-unsafe-tests: New file.
5014         * tests/unistr/test-u8-mbtouc-unsafe.c: New file.
5015         * tests/unistr/test-u8-mbtouc.h: New file.
5016
5017         Tests for module 'unistr/u32-mblen'.
5018         * modules/unistr/u32-mblen-tests: New file.
5019         * tests/unistr/test-u32-mblen.c: New file.
5020
5021         Tests for module 'unistr/u16-mblen'.
5022         * modules/unistr/u16-mblen-tests: New file.
5023         * tests/unistr/test-u16-mblen.c: New file.
5024
5025         Tests for module 'unistr/u8-mblen'.
5026         * modules/unistr/u8-mblen-tests: New file.
5027         * tests/unistr/test-u8-mblen.c: New file.
5028
5029         Tests for module 'unistr/u32-to-u16'.
5030         * modules/unistr/u32-to-u16-tests: New file.
5031         * tests/unistr/test-u32-to-u16.c: New file.
5032
5033         Tests for module 'unistr/u32-to-u8'.
5034         * modules/unistr/u32-to-u8-tests: New file.
5035         * tests/unistr/test-u32-to-u8.c: New file.
5036
5037         Tests for module 'unistr/u16-to-u32'.
5038         * modules/unistr/u16-to-u32-tests: New file.
5039         * tests/unistr/test-u16-to-u32.c: New file.
5040
5041         Tests for module 'unistr/u16-to-u8'.
5042         * modules/unistr/u16-to-u8-tests: New file.
5043         * tests/unistr/test-u16-to-u8.c: New file.
5044
5045         Tests for module 'unistr/u8-to-u32'.
5046         * modules/unistr/u8-to-u32-tests: New file.
5047         * tests/unistr/test-u8-to-u32.c: New file.
5048
5049         Tests for module 'unistr/u8-to-u16'.
5050         * modules/unistr/u8-to-u16-tests: New file.
5051         * tests/unistr/test-u8-to-u16.c: New file.
5052
5053         Tests for module 'unistr/u32-check'.
5054         * modules/unistr/u32-check-tests: New file.
5055         * tests/unistr/test-u32-check.c: New file.
5056
5057         Tests for module 'unistr/u16-check'.
5058         * modules/unistr/u16-check-tests: New file.
5059         * tests/unistr/test-u16-check.c: New file.
5060
5061         Tests for module 'unistr/u8-check'.
5062         * modules/unistr/u8-check-tests: New file.
5063         * tests/unistr/test-u8-check.c: New file.
5064
5065         * tests/unictype/test-categ_byname.c: Include <stdbool.h>.
5066         (category_equals): New function.
5067         (main): Add more tests.
5068         * modules/unictype/category-byname-tests (Depends-on): Add stdbool.
5069
5070         * tests/unictype/test-bidi_byname.c (main): Add more tests.
5071
5072 2010-01-10  Bruno Haible  <bruno@clisp.org>
5073
5074         unistr/u*-strcoll: Try harder to distinguish different strings.
5075         * lib/unistr/u-strcoll.h (FUNC): When sl1 and sl2 are the same,
5076         compare s1 and s2 to see if they are different.
5077
5078 2010-01-10  Bruno Haible  <bruno@clisp.org>
5079
5080         unistr/u*-stpncpy: Fix the return value.
5081         * lib/unistr.h (u8_stpncpy, u16_stpncpy, u32_stpncpy): Make the
5082         description of the return value consistent with stpncpy in glibc.
5083         * lib/unistr/u-stpncpy.h (FUNC): Return the pointer past the last
5084         written non-NUL unit.
5085
5086 2010-01-10  Bruno Haible  <bruno@clisp.org>
5087
5088         unistr/u*-next: Add missing dependencies.
5089         * modules/unistr/u8-next (Depends-on): Add unistr/u8-strmbtouc.
5090         * modules/unistr/u16-next (Depends-on): Add unistr/u16-strmbtouc.
5091         * modules/unistr/u32-next (Depends-on): Add unistr/u32-strmbtouc.
5092
5093 2010-01-10  Bruno Haible  <bruno@clisp.org>
5094
5095         unistr/u8-mbsnlen: Fix return value for incomplete character.
5096         * lib/unistr/u8-mbsnlen.c (u8_mbsnlen): Use u8_mbtoucr instead of
5097         u8_mblen.
5098         * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtoucr.
5099         Remove unistr/u8-mblen.
5100         * lib/unistr/u16-mbsnlen.c (u16_mbsnlen): Use u16_mbtoucr instead of
5101         u16_mblen.
5102         * modules/unistr/u16-mbsnlen (Depends-on): Add unistr/u16-mbtoucr.
5103         Remove unistr/u16-mblen.
5104
5105 2010-01-10  Bruno Haible  <bruno@clisp.org>
5106
5107         wchar: Fix compilation error when <wchar.h> is used from coreutils.
5108         * lib/wchar.in.h: Treat __need_wint_t like __need_mbstate_t.
5109         Reported by Brian Gough <bjg@gnu.org> and
5110         Chris Clayton <chris2553@googlemail.com> via
5111         Mike Frysinger <vapier@gentoo.org> and Jim Meyering <jim@meyering.net>.
5112
5113 2010-01-09  Bruno Haible  <bruno@clisp.org>
5114
5115         unistr/u16-to-u32: Reject invalid input.
5116         * lib/unistr/u16-to-u32.c (u16_to_u32): Call u16_mbtoucr instead of
5117         u16_mbtouc.
5118         * modules/unistr/u16-to-u32 (Depends-on): Add unistr/u16-mbtoucr.
5119         Remove unistr/u16-mbtouc.
5120
5121         unistr/u16-to-u8: Reject invalid input.
5122         * lib/unistr/u16-to-u8.c (u16_to_u8): Call u16_mbtoucr instead of
5123         u16_mbtouc.
5124         * modules/unistr/u16-to-u8 (Depends-on): Add unistr/u16-mbtoucr.
5125         Remove unistr/u16-mbtouc.
5126
5127         unistr/u8-to-u32: Reject invalid input.
5128         * lib/unistr/u8-to-u32.c (u8_to_u32): Call u8_mbtoucr instead of
5129         u8_mbtouc.
5130         * modules/unistr/u8-to-u32 (Depends-on): Add unistr/u8-mbtoucr.
5131         Remove unistr/u8-mbtouc.
5132
5133         unistr/u8-to-u16: Reject invalid input.
5134         * lib/unistr/u8-to-u16.c (u8_to_u16): Call u8_mbtoucr instead of
5135         u8_mbtouc.
5136         * modules/unistr/u8-to-u16 (Depends-on): Add unistr/u8-mbtoucr.
5137         Remove unistr/u8-mbtouc.
5138
5139 2010-01-09  Bruno Haible  <bruno@clisp.org>
5140
5141         Tests for module 'getlogin'.
5142         * modules/getlogin-tests: New file.
5143         * tests/test-getlogin.c: New file.
5144
5145         New module 'getlogin'.
5146         * lib/unistd.in.h (getlogin): New declaration.
5147         * lib/getlogin.c: New file.
5148         * m4/getlogin.m4: New file.
5149         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETLOGIN,
5150         HAVE_GETLOGIN.
5151         * modules/unistd (Makefile.am): Substitute GNULIB_GETLOGIN,
5152         HAVE_GETLOGIN.
5153         * modules/getlogin: New file.
5154         * doc/posix-functions/getlogin.texi: Mention the new module.
5155         Reported by John W. Eaton <jwe@gnu.org>.
5156
5157 2010-01-09  Bruno Haible  <bruno@clisp.org>
5158
5159         getlogin_r: Support for native Windows.
5160         * lib/getlogin_r.c: Include <windows.h>
5161         (getlogin_r): Implement for native Windows.
5162         * tests/test-getlogin_r.c (main): Also test with a huge buffer.
5163         Reported by Tatsuro MATSUOKA <tmacchant5@yahoo.co.jp>
5164         via John W. Eaton <jwe@gnu.org>.
5165
5166 2010-01-09  Bruno Haible  <bruno@clisp.org>
5167
5168         getlogin_r: Small fixes.
5169         * lib/getlogin_r.c (getlogin_r): Don't set errno if the function
5170         succeeds.
5171         * m4/getlogin_r.m4 (gl_GETLOGIN_R): Require gl_USE_SYSTEM_EXTENSIONS
5172         before testing whether getlogin_r is declared. No need to set
5173         HAVE_DECL_GETLOGIN_R to 1.
5174         (gl_PREREQ_GETLOGIN_R): Don't check for the getlogin_r declaration.
5175
5176 2010-01-09  Bruno Haible  <bruno@clisp.org>
5177
5178         * lib/unistd.in.h (getlogin_r): Add comment.
5179
5180 2010-01-09  Bruno Haible  <bruno@clisp.org>
5181
5182         Tests for module 'getlogin_r'.
5183         * modules/getlogin_r-tests: New file.
5184         * tests/test-getlogin_r.c: New file.
5185
5186 2010-01-09  Jim Meyering  <meyering@redhat.com>
5187
5188         maint.mk: extend proper_name_utf8-vs-LIBICONV-checking rule
5189         * top/maint.mk (sc_proper_name_utf8_requires_ICONV): Adapt to work
5190         also when $(LIBICONV) is part of LDADD, rather than ${prog}_LDADD.
5191
5192 2010-01-08  Simon Josefsson  <simon@josefsson.org>
5193
5194         * lib/dup2.c (rpl_dup2): Improve comment.
5195
5196 2010-01-08  Eric Blake  <ebb9@byu.net>
5197
5198         maint.mk: allow packages to add makefile @@ exceptions
5199         * top/maint.mk (_makefile_at_at_check_exceptions): New hook.
5200         (sc_makefile_check): Rename...
5201         (sc_makefile_at_at_check): ...to this, and use hook.
5202
5203         dup2: work around mingw bug
5204         * lib/dup2.c (rpl_dup2): Sanitize return value on mingw.
5205         Reported by Simon Josefsson.
5206
5207 2010-01-07  John W. Eaton  <jwe@octave.org>  (tiny change)
5208
5209         glob: Fix C++ compilation.
5210         * lib/glob.in.h [__cplusplus]: Define __BEGIN_DECLS and __END_DECLS for
5211         C++.
5212
5213 2010-01-07  Bruno Haible  <bruno@clisp.org>
5214
5215         Fix indentation of wctype.in.h, broken since 2007-01-06.
5216         * lib/wctype.in.h: Fix indentation of preprocessor directives.
5217
5218 2010-01-07  Bruno Haible  <bruno@clisp.org>
5219
5220         mbslen: Avoid collision with system function.
5221         * lib/string.in.h [MirBSD]: Include <wchar.h>.
5222         (mbslen): Undefine first. Alias mbslen to rpl_mbslen.
5223         * m4/mbslen.m4: New file.
5224         * modules/mbslen (Files): Add it.
5225         (configure.ac): Invoke gl_MBSLEN.
5226         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MBSLEN.
5227         * modules/string (Makefile.am): Substitute HAVE_MBSLEN.
5228         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>
5229         via Ian Beckwith <ianb@erislabs.net>.
5230
5231 2010-01-07  Bruno Haible  <bruno@clisp.org>
5232
5233         dirent: Document the last fix.
5234         * doc/posix-headers/dirent.texi: Document the bug of missing 'ino_t'.
5235
5236 2010-01-07  Bruno Haible  <bruno@clisp.org>
5237
5238         stdio: Ensure <stdio.h> defines off_t, ssize_t, va_list.
5239         * lib/stdio.in.h: Include <sys/types.h> unconditionally.
5240         * tests/test-stdio.c: Verify that fpos_t, off_t, size_t, ssize_t,
5241         va_list are defined.
5242         * doc/posix-headers/stdio.texi: Document the bug of missing types.
5243         Reported by Eric Blake.
5244
5245 2010-01-07  Bruno Haible  <bruno@clisp.org>
5246
5247         xlist, xoset: Fix missing dependency bug, introduced on 2009-12-13.
5248         * modules/xlist (Depends-on): Add 'list',
5249         * modules/xoset (Depends-on): Add 'oset'.
5250         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5251
5252 2010-01-07  Bruno Haible  <bruno@clisp.org>
5253
5254         * doc/posix-functions/strcasecmp.texi: Clarify the platforms.
5255         * doc/posix-functions/strncasecmp.texi: Likewise.
5256
5257 2010-01-07  Bruno Haible  <bruno@clisp.org>
5258
5259         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Simplify logic.
5260
5261 2010-01-07  John W. Eaton  <jwe@octave.org>
5262
5263         wctype: allow C++ use
5264         * lib/wctype.in.h: Add extern "C" block for C++.
5265
5266 2010-01-06  Eric Blake  <ebb9@byu.net>
5267
5268         maint.mk: detect incorrect GFDL usage
5269         * top/maint.mk (_GFDL_regexp, sc_GFDL_version): New rule.
5270
5271 2010-01-06  Jim Meyering  <meyering@redhat.com>
5272         and Eric Blake  <ebb9@byu.net>
5273
5274         maint.mk: ignore multi-line copyright in NEWS
5275         * top/maint.mk (NEWS_hash): Add immunity to multi-line copyright.
5276
5277 2010-01-06  Eric Blake  <ebb9@byu.net>
5278
5279         select: add missing dependency
5280         * modules/select-tests (Depends-on): Move sockets dependency...
5281         * modules/select (Depends-on): ...here.
5282         Reported by Ian Beckwith.
5283
5284         doc: regenerate INSTALL
5285         * doc/INSTALL: Reflect recent autoconf update.
5286         * doc/INSTALL.ISO: Likewise.
5287         * doc/INSTALL.UTF-8: Likewise.
5288
5289         pread: fix compilation on glibc
5290         * m4/pread.m4 (gl_FUNC_PREAD): Request all interfaces.
5291         Reported by Ralf Wildenhues.
5292
5293         dirent: fix test failure
5294         * lib/dirent.in.h (includes): Guarantee ino_t.
5295         Reported by Ralf Wildenhues.
5296
5297 2010-01-06  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
5298
5299         linkat, renameat: avoid bad free
5300         * lib/at-func2.c (at_func2): Fix typo.
5301         Reported via Ian Beckwith, from http://bugs.debian.org/561117.
5302
5303 2010-01-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5304
5305         cleanup after gl_FUNC_READLINK, for gl_FUNC_SYMLINK test
5306         * m4/readlink.m4 (gl_FUNC_READLINK): Remove conftest.lnk2,
5307         to avoid failure of symlink test later.
5308
5309 2010-01-06  Eric Blake  <ebb9@byu.net>
5310
5311         stdio, unistd: guarantee ssize_t
5312         * lib/unistd.in.h (includes): Ensure that types required by POSIX
5313         2008 are exposed when needed.
5314         * lib/stdio.in.h (includes): Likewise.
5315         Reported by Ralf Wildenhues.
5316
5317 2010-01-06  Paolo Bonzini  <bonzini@gnu.org>
5318
5319         nl_langinfo: do not call AC_CHECK_FUNC_ONCE inside if.
5320         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Do not call
5321         AC_CHECK_FUNC_ONCE inside if, do not adjust ac_cv_func_nl_langinfo.
5322
5323 2010-01-06  Jim Meyering  <meyering@redhat.com>
5324
5325         readtokens: this module *does* require xalloc.h
5326         It uses only functions that were omitted by the old syntax-check rule.
5327         * lib/readtokens.c: Include "xalloc.h" once again.
5328         * modules/readtokens (Depends-on): Add xalloc.
5329         This reverts part of 0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c.
5330
5331 2010-01-05  Eric Blake  <ebb9@byu.net>
5332
5333         maint: support 'make announcement' from a VPATH build
5334         * top/maint.mk (announcement): Look for correct NEWS file.
5335
5336 2010-01-05  Aurelien Jarno  <aurelien@aurel32.net>  (tiny change)
5337
5338         utimens (fdutimens): ignore a negative FD, per contract
5339         * lib/utimens.c (fdutimens) [HAVE_FUTIMENS]: Call futimens only
5340         when we have a valid file descriptor.  Otherwise, using a brand
5341         new glibc (with just-patched futimens that now fails with EBADF)
5342         would cause this function to fail with ENOSYS.
5343         Reported by Guillaume Ayoub in http://bugs.debian.org/563726.
5344         See also http://bugzilla.redhat.com/552320.
5345
5346 2010-01-05  Eric Blake  <ebb9@byu.net>
5347
5348         strcase: document what it provides
5349         * doc/posix-functions/strcasecmp.texi (strcasecmp): Mention the
5350         gnulib module.
5351         * doc/posix-functions/strncasecmp.texi (strncasecmp): Likewise.
5352         Reported by Dilyan Palauzov <Dilyan.Palauzov@aegee.org>.
5353
5354 2010-01-05  Jim Meyering  <meyering@redhat.com>
5355
5356         maint: remove useless inclusions of "xalloc.h"
5357         * lib/getloadavg.c: Remove useless inclusion of "xalloc.h".
5358         * lib/readtokens.c: Likewise.
5359         * lib/same.c: Likewise.
5360         * modules/getloadavg (Depends-on): Remove xalloc.
5361         * modules/readtokens: Likewise.
5362         * modules/same: Likewise.
5363
5364         maint.mk: include 4 more function names in alloca.h-checking regexp
5365         * top/maint.mk (sc_prohibit_xalloc_without_use): Use more complete
5366         regexp.  Before, we would give a false-positive (saying alloca.h
5367         is included unnecessarily) when the only uses involved omitted symbols.
5368
5369         xalloc.h: use consistent formatting
5370         * lib/xalloc.h: Move declarations to start in the first column.
5371
5372 2010-01-05  Eric Blake  <ebb9@byu.net>
5373
5374         mkdir: avoid xalloc
5375         * lib/mkdir.c (includes): Drop unused header.
5376         Reported by John W. Eaton.
5377
5378 2010-01-04  Jim Meyering  <meyering@redhat.com>
5379
5380         nl_langinfo: avoid configure-time syntax error
5381         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): When we've already tested
5382         for nl_langinfo.h, AC_CHECK_FUNCS_ONCE([nl_langinfo]) expands to
5383         the empty string.  Don't let that provoke a shell syntax error.
5384
5385         regcomp, regexec, fnmatch: avoid array bounds read error
5386         * lib/regcomp.c (build_equiv_class): From glibc:
5387         Use only the low 24 bits of a findidx return value as an index
5388         into the weights array.  Patch by Ulrich Drepper:
5389         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=b7d1c5fa30
5390         * lib/regexec.c (check_node_accept_bytes): Likewise.
5391         * lib/fnmatch_loop.c (FCT): Likewise.
5392
5393         regcomp: skip collseq lookup when there are no rules
5394         * lib/regcomp.c (lookup_collation_sequence_value): From glibc:
5395         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a532a41df58
5396
5397         regcomp: recognize ill-formed { } expressions
5398         * lib/regcomp.c (parse_dup_op): From glibc:
5399         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a87cd2894cb
5400
5401         regcomp: fix typo in comment
5402         * lib/regcomp.c (duplicate_node_closure): Sync from glibc.
5403         s/satisfy/satisfies/.
5404
5405         regcomp: sync from glibc: remove dead store
5406         * lib/regcomp.c (duplicate_node_closure): Remove useless
5407         search_duplicated_node call and dead store.
5408
5409         regcomp: sync from glibc; always use nl_langinfo
5410         * lib/regcomp.c (init_dfa) [!LIBC]: Always use nl_langinfo (CODESET),
5411         now that gnulib provides it.  Recognize UTF8 as well as UTF-8.
5412         * modules/regex (Depends-on): Add nl_langinfo.
5413
5414 2010-01-04  Eric Blake  <ebb9@byu.net>
5415
5416         fdopendir: fix configure test
5417         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for existing file.
5418
5419 2010-01-01  Bruno Haible  <bruno@clisp.org>
5420
5421         wchar: Remove unused configure check.
5422         * m4/wchar.m4 (gl_WCHAR_H): Don't test whether <wchar.h> is standalone.
5423
5424 2010-01-01  Eric Blake  <ebb9@byu.net>
5425
5426         headers: make check of system header explicit
5427         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't exploit knowledge of
5428         gl_CHECK_NEXT_HEADER internals, but call AC_CHECK_HEADERS_ONCE
5429         ourselves.
5430         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
5431         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
5432         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
5433         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise, for gt_INTTYPES_PRI
5434         internals.
5435         * m4/wchar.m4 (gl_WCHAR_H): Skip followup test if header is
5436         missing.
5437         Suggested by Bruno Haible.
5438
5439 2010-01-01  Jim Meyering  <meyering@redhat.com>
5440
5441         ChangeLog: tweak to eliminate unnecessary copyright line
5442         * ChangeLog: Remove a copyright line that was mistakenly updated
5443         by today's update-copyright run.  Reported by Eric Blake.
5444
5445         test-update-copyright: don't let envvar setting cause test failure
5446         * tests/test-update-copyright.sh: Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
5447
5448 2010-01-01  Bruno Haible  <bruno@clisp.org>
5449
5450         localename: Avoid gcc warning.
5451         * lib/localename.c (gl_locale_name_thread_unsafe): Don't define this
5452         function if it is not used.
5453
5454 2010-01-01  Jim Meyering  <meyering@redhat.com>
5455
5456         update nearly all FSF copyright year lists to include 2010
5457         Use the same procedure as for 2009, outlined in
5458         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
5459
5460         version-etc: set COPYRIGHT_YEAR to 2010
5461         * lib/version-etc.c (COPYRIGHT_YEAR): Manually update the enum.
5462
5463 2009-12-31  Eric Blake  <ebb9@byu.net>
5464
5465         doc: correct availability of cygwin 1.5.x getopt
5466         * doc/posix-functions/optarg.texi (optarg): Cygwin supplies getopt
5467         variables.
5468         * doc/posix-functions/opterr.texi (opterr): Likewise.
5469         * doc/posix-functions/optind.texi (optind): Likewise.
5470         * doc/posix-functions/optopt.texi (optopt): Likewise.
5471         * doc/posix-functions/tzname.texi (tzname): Likewise.
5472
5473         openat: update maintainer
5474         * modules/openat (Maintainer): Add myself.
5475
5476         utimens: avoid shadowing warning
5477         * lib/utimens.c (fdutimens, lutimens): Consolidate separate stat
5478         buffers into one, to avoid shadowing, as well as avoiding a
5479         redundant stat.
5480         Reported by Jim Meyering.
5481
5482         test-dup2: avoid compiler warning
5483         * tests/test-dup2.c (is_inheritable): Only define if used.
5484
5485 2010-01-01  Bruno Haible  <bruno@clisp.org>
5486
5487         vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.
5488         * lib/vasnprintf.c (VASNPRINTF): If GNULIB_defined_mbstate_t is
5489         defined, use wctomb instead of wcrtomb.
5490
5491 2010-01-01  Bruno Haible  <bruno@clisp.org>
5492
5493         iconv: Reject native Solaris iconv.
5494         * m4/iconv.m4 (AM_ICONV_LINK): Recognize native Solaris iconv() bug.
5495         * doc/posix-functions/iconv.texi: Document native Solaris iconv() bug.
5496
5497 2009-12-31  Bruno Haible  <bruno@clisp.org>
5498
5499         * tests/test-signal.c (main): Remove test of 'SIG'.
5500
5501 2009-12-31  Bruno Haible  <bruno@clisp.org>
5502
5503         spawn: Fix incomplete fix.
5504         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
5505         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
5506         warnings for GNULIB_POSIXCHECK again.
5507         Reported by Eric Blake.
5508
5509 2009-12-31  Bruno Haible  <bruno@clisp.org>
5510
5511         Avoid namespace pollution on glibc systems.
5512         * lib/spawn.in.h: Don't include <sched.h>, <signal.h> on glibc systems.
5513         * lib/sys_times.in.h: Don't include <time.h> on glibc systems.
5514         * lib/wchar.in.h: Don't include <stddef.h>, <stdio.h>, <time.h> on
5515         glibc systems.
5516
5517 2009-12-31  Bruno Haible  <bruno@clisp.org>
5518
5519         * m4/wchar.m4 (gl_WCHAR_H): Remove gl_STDDEF_H invocation.
5520         (gl_REPLACE_WCHAR_H): Turn into a no-op.
5521         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Likewise.
5522         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H): Likewise.
5523         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H): Likewise.
5524         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H): Likewise.
5525         * m4/sys_ioctl_h.m4 (gl_REPLACE_SYS_IOCTL_H): Likewise.
5526
5527 2009-12-31  Bruno Haible  <bruno@clisp.org>
5528
5529         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
5530         gl_CHECK_NEXT_HEADERS before testing ac_cv_header_sys_select_h, not
5531         afterwards.
5532
5533 2009-12-31  Bruno Haible  <bruno@clisp.org>
5534
5535         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H_DEFAULTS): Don't set
5536         SYS_UTSNAME_H.
5537
5538 2009-12-31  Bruno Haible  <bruno@clisp.org>
5539
5540         spawn: Fix misapplied patch.
5541         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
5542         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
5543         warnings for GNULIB_POSIXCHECK.
5544
5545 2009-12-31  Bruno Haible  <bruno@clisp.org>
5546
5547         times: Update after sys_times changed.
5548         * m4/times.m4: New file, extracted from modules/times. Set HAVE_TIMES.
5549         * modules/times (Files): Add it.
5550         (configure.ac): Invoke gl_FUNC_TIMES.
5551
5552 2009-12-31  Bruno Haible  <bruno@clisp.org>
5553
5554         Use AC_C_INLINE where necessary.
5555         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Require AC_C_INLINE.
5556         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
5557         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
5558         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
5559         * m4/mbfile.m4 (gl_MBFILE): Likewise.
5560         * m4/mbiter.m4 (gl_MBITER): Likewise.
5561         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
5562         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
5563         * m4/wait-process.m4 (gl_WAIT_PROCESS): Likewise.
5564         * modules/u64 (configure.ac): Likewise.
5565
5566 2009-12-31  Bruno Haible  <bruno@clisp.org>
5567
5568         Use AC_C_INLINE instead of module 'inline' where possible.
5569         * modules/inline (Description): Clarify purpose.
5570         * m4/count-one-bits.m4 (gl_COUNT_ONE_BITS): Require AC_C_INLINE.
5571         * modules/count-one-bits (Depends-on): Remove inline.
5572         * m4/openat.m4 (gl_PREREQ_OPENAT): Require AC_C_INLINE.
5573         * modules/openat (Depends-on): Remove inline.
5574         * modules/fdutimensat (Depends-on, configure.ac): Require AC_C_INLINE
5575         instead of depending on module 'inline'.
5576         * modules/filevercmp (Depends-on, configure.ac): Likewise.
5577         * modules/unicase/cased (Depends-on, configure.ac): Likewise.
5578         * modules/unicase/ignorable (Depends-on, configure.ac): Likewise.
5579         * modules/unictype/category-of (Depends-on, configure.ac): Likewise.
5580         * modules/unictype/category-test (Depends-on, configure.ac): Likewise.
5581         * modules/unictype/ctype-alnum (Depends-on, configure.ac): Likewise.
5582         * modules/unictype/ctype-alpha (Depends-on, configure.ac): Likewise.
5583         * modules/unictype/ctype-blank (Depends-on, configure.ac): Likewise.
5584         * modules/unictype/ctype-cntrl (Depends-on, configure.ac): Likewise.
5585         * modules/unictype/ctype-digit (Depends-on, configure.ac): Likewise.
5586         * modules/unictype/ctype-graph (Depends-on, configure.ac): Likewise.
5587         * modules/unictype/ctype-lower (Depends-on, configure.ac): Likewise.
5588         * modules/unictype/ctype-print (Depends-on, configure.ac): Likewise.
5589         * modules/unictype/ctype-punct (Depends-on, configure.ac): Likewise.
5590         * modules/unictype/ctype-space (Depends-on, configure.ac): Likewise.
5591         * modules/unictype/ctype-upper (Depends-on, configure.ac): Likewise.
5592         * modules/unictype/ctype-xdigit (Depends-on, configure.ac): Likewise.
5593         * modules/unictype/property-alphabetic (Depends-on, configure.ac):
5594         Likewise.
5595         * modules/unictype/property-ascii-hex-digit (Depends-on,
5596         configure.ac): Likewise.
5597         * modules/unictype/property-bidi-arabic-digit (Depends-on,
5598         configure.ac): Likewise.
5599         * modules/unictype/property-bidi-arabic-right-to-left (Depends-on,
5600         configure.ac): Likewise.
5601         * modules/unictype/property-bidi-block-separator (Depends-on,
5602         configure.ac): Likewise.
5603         * modules/unictype/property-bidi-boundary-neutral (Depends-on,
5604         configure.ac): Likewise.
5605         * modules/unictype/property-bidi-common-separator (Depends-on,
5606         configure.ac): Likewise.
5607         * modules/unictype/property-bidi-control (Depends-on, configure.ac):
5608         Likewise.
5609         * modules/unictype/property-bidi-embedding-or-override (Depends-on,
5610         configure.ac): Likewise.
5611         * modules/unictype/property-bidi-eur-num-separator (Depends-on,
5612         configure.ac): Likewise.
5613         * modules/unictype/property-bidi-eur-num-terminator (Depends-on,
5614         configure.ac): Likewise.
5615         * modules/unictype/property-bidi-european-digit (Depends-on,
5616         configure.ac): Likewise.
5617         * modules/unictype/property-bidi-hebrew-right-to-left (Depends-on,
5618         configure.ac): Likewise.
5619         * modules/unictype/property-bidi-left-to-right (Depends-on,
5620         configure.ac): Likewise.
5621         * modules/unictype/property-bidi-non-spacing-mark (Depends-on,
5622         configure.ac): Likewise.
5623         * modules/unictype/property-bidi-other-neutral (Depends-on,
5624         configure.ac): Likewise.
5625         * modules/unictype/property-bidi-pdf (Depends-on, configure.ac):
5626         Likewise.
5627         * modules/unictype/property-bidi-segment-separator (Depends-on,
5628         configure.ac): Likewise.
5629         * modules/unictype/property-bidi-whitespace (Depends-on,
5630         configure.ac): Likewise.
5631         * modules/unictype/property-combining (Depends-on, configure.ac):
5632         Likewise.
5633         * modules/unictype/property-composite (Depends-on, configure.ac):
5634         Likewise.
5635         * modules/unictype/property-currency-symbol (Depends-on,
5636         configure.ac): Likewise.
5637         * modules/unictype/property-dash (Depends-on, configure.ac): Likewise.
5638         * modules/unictype/property-decimal-digit (Depends-on, configure.ac):
5639         Likewise.
5640         * modules/unictype/property-default-ignorable-code-point (Depends-on,
5641         configure.ac): Likewise.
5642         * modules/unictype/property-deprecated (Depends-on, configure.ac):
5643         Likewise.
5644         * modules/unictype/property-diacritic (Depends-on, configure.ac):
5645         Likewise.
5646         * modules/unictype/property-extender (Depends-on, configure.ac):
5647         Likewise.
5648         * modules/unictype/property-format-control (Depends-on, configure.ac):
5649         Likewise.
5650         * modules/unictype/property-grapheme-base (Depends-on, configure.ac):
5651         Likewise.
5652         * modules/unictype/property-grapheme-extend (Depends-on, configure.ac):
5653         Likewise.
5654         * modules/unictype/property-grapheme-link (Depends-on, configure.ac):
5655         Likewise.
5656         * modules/unictype/property-hex-digit (Depends-on, configure.ac):
5657         Likewise.
5658         * modules/unictype/property-hyphen (Depends-on, configure.ac):
5659         Likewise.
5660         * modules/unictype/property-id-continue (Depends-on, configure.ac):
5661         Likewise.
5662         * modules/unictype/property-id-start (Depends-on, configure.ac):
5663         Likewise.
5664         * modules/unictype/property-ideographic (Depends-on, configure.ac):
5665         Likewise.
5666         * modules/unictype/property-ids-binary-operator (Depends-on,
5667         configure.ac): Likewise.
5668         * modules/unictype/property-ids-trinary-operator (Depends-on,
5669         configure.ac): Likewise.
5670         * modules/unictype/property-ignorable-control (Depends-on,
5671         configure.ac): Likewise.
5672         * modules/unictype/property-iso-control (Depends-on, configure.ac):
5673         Likewise.
5674         * modules/unictype/property-join-control (Depends-on, configure.ac):
5675         Likewise.
5676         * modules/unictype/property-left-of-pair (Depends-on, configure.ac):
5677         Likewise.
5678         * modules/unictype/property-line-separator (Depends-on, configure.ac):
5679         Likewise.
5680         * modules/unictype/property-logical-order-exception (Depends-on,
5681         configure.ac): Likewise.
5682         * modules/unictype/property-lowercase (Depends-on, configure.ac):
5683         Likewise.
5684         * modules/unictype/property-math (Depends-on, configure.ac): Likewise.
5685         * modules/unictype/property-non-break (Depends-on, configure.ac):
5686         Likewise.
5687         * modules/unictype/property-not-a-character (Depends-on, configure.ac):
5688         Likewise.
5689         * modules/unictype/property-numeric (Depends-on, configure.ac):
5690         Likewise.
5691         * modules/unictype/property-other-alphabetic (Depends-on,
5692         configure.ac): Likewise.
5693         * modules/unictype/property-other-default-ignorable-code-point
5694         (Depends-on, configure.ac): Likewise.
5695         * modules/unictype/property-other-grapheme-extend (Depends-on,
5696         configure.ac): Likewise.
5697         * modules/unictype/property-other-id-continue (Depends-on,
5698         configure.ac): Likewise.
5699         * modules/unictype/property-other-id-start (Depends-on, configure.ac):
5700         Likewise.
5701         * modules/unictype/property-other-lowercase (Depends-on, configure.ac):
5702         Likewise.
5703         * modules/unictype/property-other-math (Depends-on, configure.ac):
5704         Likewise.
5705         * modules/unictype/property-other-uppercase (Depends-on, configure.ac):
5706         Likewise.
5707         * modules/unictype/property-paired-punctuation (Depends-on,
5708         configure.ac): Likewise.
5709         * modules/unictype/property-paragraph-separator (Depends-on,
5710         configure.ac): Likewise.
5711         * modules/unictype/property-pattern-syntax (Depends-on, configure.ac):
5712         Likewise.
5713         * modules/unictype/property-pattern-white-space (Depends-on,
5714         configure.ac): Likewise.
5715         * modules/unictype/property-private-use (Depends-on, configure.ac):
5716         Likewise.
5717         * modules/unictype/property-punctuation (Depends-on, configure.ac):
5718         Likewise.
5719         * modules/unictype/property-quotation-mark (Depends-on, configure.ac):
5720         Likewise.
5721         * modules/unictype/property-radical (Depends-on, configure.ac):
5722         Likewise.
5723         * modules/unictype/property-sentence-terminal (Depends-on,
5724         configure.ac): Likewise.
5725         * modules/unictype/property-soft-dotted (Depends-on, configure.ac):
5726         Likewise.
5727         * modules/unictype/property-space (Depends-on, configure.ac): Likewise.
5728         * modules/unictype/property-terminal-punctuation (Depends-on,
5729         configure.ac): Likewise.
5730         * modules/unictype/property-titlecase (Depends-on, configure.ac):
5731         Likewise.
5732         * modules/unictype/property-unassigned-code-value (Depends-on,
5733         configure.ac): Likewise.
5734         * modules/unictype/property-unified-ideograph (Depends-on,
5735         configure.ac): Likewise.
5736         * modules/unictype/property-uppercase (Depends-on, configure.ac):
5737         Likewise.
5738         * modules/unictype/property-variation-selector (Depends-on,
5739         configure.ac): Likewise.
5740         * modules/unictype/property-white-space (Depends-on, configure.ac):
5741         Likewise.
5742         * modules/unictype/property-xid-continue (Depends-on, configure.ac):
5743         Likewise.
5744         * modules/unictype/property-xid-start (Depends-on, configure.ac):
5745         Likewise.
5746         * modules/unictype/property-zero-width (Depends-on, configure.ac):
5747         Likewise.
5748         * modules/unictype/syntax-c-ident (Depends-on, configure.ac): Likewise.
5749         * modules/unictype/syntax-java-ident (Depends-on, configure.ac):
5750         Likewise.
5751
5752 2009-12-31  Bruno Haible  <bruno@clisp.org>
5753
5754         Remove unnecessary AC_C_INLINE invocation.
5755         * m4/popen.m4 (gl_PREREQ_POPEN): Don't invoke AC_C_INLINE. Not needed
5756         since 2009-08-21.
5757
5758 2009-12-31  Jim Meyering  <meyering@redhat.com>
5759
5760         maint.mk: don't require explicit gpg_key_ID in cfg.mk
5761         * top/maint.mk (gpg_key_ID): Derive key ID from signed release tag.
5762         With this change, we can all remove the gpg_key_ID = ... definition
5763         from our respective cfg.mk files.
5764
5765         maint.mk: create announcement template in ~/, not in /tmp
5766         * top/maint.mk (emit_upload_commands): Adjust.
5767         (release-prep): Emit into ~/announce-..., not /tmp/announce-...
5768         Remove temporary file, .ci-msg.
5769
5770 2009-12-31  Eric Blake  <ebb9@byu.net>
5771
5772         link-warning: always build headers with link warnings
5773         * modules/arpa_inet (Makefile.am): Always build replacement
5774         header.
5775         * modules/ctype (Makefile.am): Likewise.
5776         * modules/dirent (Makefile.am): Likewise.
5777         * modules/inttypes (Makefile.am): Likewise.
5778         * modules/langinfo (Makefile.am): Likewise.
5779         * modules/locale (Makefile.am): Likewise.
5780         * modules/spawn (Makefile.am): Likewise.
5781         * modules/sys_file (Makefile.am): Likewise.
5782         * modules/sys_ioctl (Makefile.am): Likewise.
5783         * modules/sys_select (Makefile.am): Likewise.
5784         * modules/sys_socket (Makefile.am): Likewise.
5785         * modules/sys_times (Makefile.am): Likewise.
5786         * modules/sys_utsname (Makefile.am): Likewise.
5787         * modules/sys_wait (Makefile.am): Likewise.
5788         * modules/wchar (Makefile.am): Likewise.
5789         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET)
5790         (gl_ARPA_INET_H_DEFAULTS): Drop unneeded variable.
5791         * m4/ctype.m4 (gl_CTYPE_H_DEFAULTS): Likewise.
5792         * m4/isblank.m4 (gl_FUNC_ISBLANK): Likewise.
5793         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H, gl_DIRENT_H_DEFAULTS):
5794         Likewise.
5795         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
5796         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
5797         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_H_DEFAULTS):
5798         Likewise.
5799         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H, gl_SPAWN_H_DEFAULTS):
5800         Likewise.
5801         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Likewise.
5802         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H, gl_REPLACE_SYS_IOCTL_H)
5803         (gl_SYS_IOCTL_H_DEFAULTS): Likewise.
5804         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
5805         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
5806         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
5807         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
5808         * m4/wchar.m4 (gl_WCHAR_H, gl_REPLACE_WCHAR_H)
5809         (gl_WCHAR_H_DEFAULTS): Likewise.
5810
5811 2009-12-31  Eric Blake  <ebb9@byu.net>
5812
5813         signal, spawn: use link warnings
5814         * lib/signal.in.h (sigset_t): Make unconditional.
5815         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset)
5816         (sigpending, sigprocmask, sigaction): Add link warnings.
5817         * lib/spawn.in.h (posix_spawn, posix_spawnp, posix_spawnattr_init)
5818         (posix_spawnattr_destroy, posix_spawnattr_getsigdefault)
5819         (posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask)
5820         (posix_spawnattr_setsigmask, posix_spawnattr_getflags)
5821         (posix_spawnattr_setflags, posix_spawnattr_getpgroup)
5822         (posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy)
5823         (posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam)
5824         (posix_spawnattr_setschedparam, posix_spawn_file_actions_init)
5825         (posix_spawn_file_actions_destroy)
5826         (posix_spawn_file_actions_addopen)
5827         (posix_spawn_file_actions_addclose)
5828         (posix_spawn_file_actions_adddup2): Likewise.
5829         * m4/signal_h.m4 (gl_SIGNAL_H): Guarantee uid_t.
5830         * tests/test-signal.c (main): Enhance test.
5831
5832         spawn: improve wrapper support
5833         * m4/spawn_h.m4 (gl_SPAWN_H): Check for type existence.
5834         (gl_SPAWN_H_DEFAULTS): New defaults.
5835         * modules/spawn (Makefile.am): Substitute them.
5836         * lib/spawn.in.h: (posix_spawnattr_t, posix_spawn_file_actions_t):
5837         Only declare if missing or broken.
5838
5839         sys_times, sys_utsname: use include_next
5840         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Support wrapping an existing
5841         header.
5842         (gl_SYS_TIMES_H_DEFAULTS): Add another variable.
5843         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
5844         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
5845         * modules/sys_times (Depends-on): Add include_next.
5846         (Makefile.am): Substitute additional values.
5847         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
5848         * lib/sys_times.in.h (includes): Include native header, if
5849         available.
5850         * lib/sys_utsname.in.h (includes): Likewise.
5851         * tests/test-sys_times.c (main): Enhance test.
5852
5853         fdutimensat: revert prior patch
5854         * modules/fdutimensat (Depends-on): Re-add inline; it is needed by
5855         utimens.h.
5856         Reported by Bruno Haible.
5857
5858 2009-12-30  Eric Blake  <ebb9@byu.net>
5859
5860         sys_wait: drop link-warning dependency
5861         * modules/sys_wait (Depends-on, Makefile.am): Drop unneeded
5862         link-warning efforts.
5863         * lib/sys_wait.in.h: Likewise.
5864
5865         fdutimensat: remove bogus dependency
5866         * modules/fdutimensat (Depends-on): Drop inline.
5867
5868         unistd: fix typo
5869         * lib/unistd.in.h (linkat) [GNULIB_POSIXCHECK]: Fix typo.
5870
5871 2009-12-30  Bruno Haible  <bruno@clisp.org>
5872
5873         Fix compilation error with Solaris cc.
5874         * lib/unicase/u8-is-invariant.c: Include <stdbool.h>.
5875         * lib/unicase/u16-is-invariant.c: Likewise.
5876         * lib/unicase/u32-is-invariant.c: Likewise.
5877         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
5878
5879 2009-12-30  Bruno Haible  <bruno@clisp.org>
5880
5881         Fix test crash.
5882         * tests/test-localename.c (test_locale_name_thread): Skip unavailable
5883         locales.
5884         Reported by Simon Josefsson <simon@josefsson.org>.
5885
5886 2009-12-30  Bruno Haible  <bruno@clisp.org>
5887
5888         Fix compilation error on most platforms.
5889         * tests/test-localename.c (categories): Define only if HAVE_NEWLOCALE.
5890         Reported by Simon Josefsson <simon@josefsson.org>
5891         and Nelson H. F. Beebe <beebe@math.utah.edu>.
5892
5893 2009-12-30  Eric Blake  <ebb9@byu.net>
5894
5895         futimens, utimensat: work around ntfs-3g bug
5896         * lib/utimensat.c (rpl_utimensat): Drop attempts to cache whether
5897         a ctime bug is present, and expand workaround to cover ntfs-3g.
5898         * lib/utimens.c (fdutimens, lutimens): Likewise.
5899         (utimensat_ctime_really, detect_ctime_bug): Drop cache mechanism.
5900         (validate_timespec): Adjust return value.
5901         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Update comment.
5902         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
5903         Reported by ctrn3e8 <ctrn3e8@gmail.com>.
5904
5905 2009-12-29  Eric Blake  <ebb9@byu.net>
5906
5907         link-warning: make usage consistent
5908         * modules/ctype (Depends-on): Add link-warning.
5909         (Makefile.am): Update rules accordingly.
5910         * modules/langinfo (Depends-on, Makefile.am): Likewise.
5911         * modules/locale (Depends-on, Makefile.am): Likewise.
5912         * modules/sys_file (Makefile.am): Likewise.
5913         * modules/getopt-posix (Makefile.am): Delete unused link warning
5914         efforts.
5915         * lib/ctype.in.h (GL_LINK_WARNING): Ensure definition before use.
5916         * lib/langinfo.in.h (GL_LINK_WARNING): Likewise.
5917         * lib/locale.in.h (GL_LINK_WARNING): Likewise.
5918         * lib/sys_file.in.h (GL_LINK_WARNING): Likewise.
5919
5920         stdio: remove unused variables
5921         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Remove unused variables.
5922         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Likewise.
5923         * m4/ftello.m4 (gl_FUNC_FTELLO): Likewise.
5924
5925         tests: test more substitute headers
5926         * modules/ctype-tests: New file.
5927         * modules/dirent-tests: Likewise.
5928         * modules/spawn-tests: Likewise.
5929         * modules/sys_file-tests: Likewise.
5930         * modules/sys_ioctl-tests: Likewise.
5931         * modules/sys_wait-tests: Likewise.
5932         * tests/test-ctype.c: Likewise.
5933         * tests/test-dirent.c: Likewise.
5934         * tests/test-spawn.c: Likewise.
5935         * tests/test-sys_file.c: Likewise.
5936         * tests/test-sys_ioctl.c: Likewise.
5937         * tests/test-sys_wait.c: Likewise.
5938         * m4/spawn_h.m4 (gl_SPAWN_H): Replace header if it is missing.
5939         * lib/sys_file.in.h (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Provide
5940         whether or not flock is in use.
5941
5942         tests: remove License section from module
5943         * modules/arpa_inet-tests: Remove unneeded section.
5944         * modules/byteswap-tests: Likewise.
5945         * modules/ceilf-tests: Likewise.
5946         * modules/ceill-tests: Likewise.
5947         * modules/crypto/des-tests: Likewise.
5948         * modules/crypto/gc-arcfour-tests: Likewise.
5949         * modules/crypto/gc-arctwo-tests: Likewise.
5950         * modules/crypto/gc-des-tests: Likewise.
5951         * modules/crypto/gc-hmac-md5-tests: Likewise.
5952         * modules/crypto/gc-hmac-sha1-tests: Likewise.
5953         * modules/crypto/gc-md2-tests: Likewise.
5954         * modules/crypto/gc-md4-tests: Likewise.
5955         * modules/crypto/gc-md5-tests: Likewise.
5956         * modules/crypto/gc-pbkdf2-sha1-tests: Likewise.
5957         * modules/crypto/gc-rijndael-tests: Likewise.
5958         * modules/crypto/gc-sha1-tests: Likewise.
5959         * modules/crypto/gc-tests: Likewise.
5960         * modules/crypto/md2-tests: Likewise.
5961         * modules/crypto/md4-tests: Likewise.
5962         * modules/fcntl-h-tests: Likewise.
5963         * modules/floorf-tests: Likewise.
5964         * modules/floorl-tests: Likewise.
5965         * modules/frexp-nolibm-tests: Likewise.
5966         * modules/frexp-tests: Likewise.
5967         * modules/frexpl-nolibm-tests: Likewise.
5968         * modules/frexpl-tests: Likewise.
5969         * modules/getaddrinfo-tests: Likewise.
5970         * modules/inttypes-tests: Likewise.
5971         * modules/isfinite-tests: Likewise.
5972         * modules/isinf-tests: Likewise.
5973         * modules/ldexpl-tests: Likewise.
5974         * modules/locale-tests: Likewise.
5975         * modules/math-tests: Likewise.
5976         * modules/netdb-tests: Likewise.
5977         * modules/netinet_in-tests: Likewise.
5978         * modules/printf-frexp-tests: Likewise.
5979         * modules/printf-frexpl-tests: Likewise.
5980         * modules/priv-set-tests: Likewise.
5981         * modules/random_r-tests: Likewise.
5982         * modules/round-tests: Likewise.
5983         * modules/roundf-tests: Likewise.
5984         * modules/roundl-tests: Likewise.
5985         * modules/search-tests: Likewise.
5986         * modules/select-tests: Likewise.
5987         * modules/signal-tests: Likewise.
5988         * modules/stdbool-tests: Likewise.
5989         * modules/stddef-tests: Likewise.
5990         * modules/stdint-tests: Likewise.
5991         * modules/stdio-tests: Likewise.
5992         * modules/stdlib-tests: Likewise.
5993         * modules/string-tests: Likewise.
5994         * modules/strings-tests: Likewise.
5995         * modules/sys_select-tests: Likewise.
5996         * modules/sys_socket-tests: Likewise.
5997         * modules/sys_stat-tests: Likewise.
5998         * modules/sys_time-tests: Likewise.
5999         * modules/sys_utsname-tests: Likewise.
6000         * modules/sysexits-tests: Likewise.
6001         * modules/time-tests: Likewise.
6002         * modules/trunc-tests: Likewise.
6003         * modules/truncf-tests: Likewise.
6004         * modules/truncl-tests: Likewise.
6005         * modules/tsearch-tests: Likewise.
6006         * modules/unistd-tests: Likewise.
6007         * modules/wchar-tests: Likewise.
6008         * modules/wctype-tests: Likewise.
6009
6010         tests: fix license on several tests
6011         * tests/test-des.c: Update to GPLv3+.
6012         * tests/test-flock.c: Likewise.
6013         * tests/test-fsync.c: Likewise.
6014         * tests/test-futimens.h: Likewise.
6015         * tests/test-gc-arcfour.c: Likewise.
6016         * tests/test-gc-arctwo.c: Likewise.
6017         * tests/test-gc-des.c: Likewise.
6018         * tests/test-gc-hmac-md5.c: Likewise.
6019         * tests/test-gc-hmac-sha1.c: Likewise.
6020         * tests/test-gc-md2.c: Likewise.
6021         * tests/test-gc-md4.c: Likewise.
6022         * tests/test-gc-md5.c: Likewise.
6023         * tests/test-gc-pbkdf2-sha1.c: Likewise.
6024         * tests/test-gc-rijndael.c: Likewise.
6025         * tests/test-gc-sha1.c: Likewise.
6026         * tests/test-gc.c: Likewise.
6027         * tests/test-getcwd.c: Likewise.
6028         * tests/test-link.c: Likewise.
6029         * tests/test-link.h: Likewise.
6030         * tests/test-lutimens.h: Likewise.
6031         * tests/test-md2.c: Likewise.
6032         * tests/test-md4.c: Likewise.
6033         * tests/test-mkdir.h: Likewise.
6034         * tests/test-rename.c: Likewise.
6035         * tests/test-rename.h: Likewise.
6036         * tests/test-safe-alloc.c: Likewise.
6037         * tests/test-utimens-common.h: Likewise.
6038         * tests/test-utimens.h: Likewise.
6039
6040         maint: sync license texts
6041         * config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi.
6042         * doc/gpl-3.0.texi: Revert copyright year update.
6043         * doc/lgpl-3.0.texi: Likewise.
6044
6045 2009-12-29  Jim Meyering  <meyering@redhat.com>
6046
6047         update nearly all FSF copyright year lists to include 2009
6048         The files named by the following are exempted:
6049             grep -v '^#' config/srclist.txt|grep -v '^$' | while read src dst; do
6050               test -f "$dst" && { echo "$dst"; continue; }
6051               test -d "$dst" || continue
6052               echo "$dst"/$(basename "$src")
6053             done > exempt
6054             git ls-files tests/unictype >> exempt
6055         In the remaining files, convert to all-interval notation if
6056         - there is already at least one year interval like 2000-2003
6057         - the file is maintained by me
6058         - the file is in lib/uni*/, where that style already prevails
6059         Otherwise, use update-copyright's default.
6060
6061 2009-12-29  Simon Josefsson  <simon@josefsson.org>
6062         and Eric Blake  <ebb9@byu.net>
6063
6064         tests: don't require debug system() to pass
6065         * tests/test-lstat.h (test_lstat_func): Move debug cleanup...
6066         * tests/test-rmdir.h (test_rmdir_func): Likewise.
6067         * tests/test-unlink.h (test_unlink_func): Likewise.
6068         * tests/test-fstatat.c (main): ...into callers.
6069         * tests/test-lstat.c (main): Likewise.
6070         * tests/test-rmdir.c (main): Likewise.
6071         * tests/test-unlink.c (main): Likewise.
6072         * tests/test-unlinkat.c (main): Likewise.
6073         * tests/test-areadlink-with-size.c (main): Don't require a
6074         debug-only system call to pass, aiding cross-testing to mingw.
6075         * tests/test-areadlink.c (main): Likewise.
6076         * tests/test-areadlinkat-with-size.c (main): Likewise.
6077         * tests/test-areadlinkat.c (main): Likewise.
6078         * tests/test-canonicalize-lgpl.c (main): Likewise.
6079         * tests/test-canonicalize.c (main): Likewise.
6080         * tests/test-chown.c (main): Likewise.
6081         * tests/test-fchownat.c (main): Likewise.
6082         * tests/test-lchown.c (main): Likewise.
6083         * tests/test-fdutimensat.c (main): Likewise.
6084         * tests/test-futimens.c (main): Likewise.
6085         * tests/test-link.c (main): Likewise.
6086         * tests/test-linkat.c (main): Likewise.
6087         * tests/test-mkdir.c (main): Likewise.
6088         * tests/test-mkdirat.c (main): Likewise.
6089         * tests/test-mkfifo.c (main): Likewise.
6090         * tests/test-mkfifoat.c (main): Likewise.
6091         * tests/test-mknod.c (main): Likewise.
6092         * tests/test-readlink.c (main): Likewise.
6093         * tests/test-remove.c (main): Likewise.
6094         * tests/test-rename.c (main): Likewise.
6095         * tests/test-renameat.c (main): Likewise.
6096         * tests/test-symlink.c (main): Likewise.
6097         * tests/test-symlinkat.c (main): Likewise.
6098         * tests/test-utimens.c (main): Likewise.
6099         * tests/test-utimensat.c (main): Likewise.
6100
6101 2009-12-29  Simon Josefsson  <simon@josefsson.org>
6102
6103         * modules/selinux-h (selinux/selinux.h, selinux/context.h): Depend
6104         on $(UNUSED_PARAMETER_H) to avoid build failure.
6105
6106 2009-12-28  Jim Meyering  <meyering@redhat.com>
6107
6108         update-copyright: you may specify a max. line length other than 72
6109         * build-aux/update-copyright: Honor $UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
6110
6111         maint: use consistent FSF copyright line syntax
6112         * lib/posixtm.c: Add missing comma in FSF copyright line.
6113         * lib/posixtm.h: Likewise.
6114         * lib/getugroups.c: Add missing ", Inc.".
6115
6116         pmccabe2html: emit consistent FSF copyright; remove trailing blanks
6117         * build-aux/pmccabe2html: Insert comma before "Inc." in emitted
6118         FSF copyright line.  Remove trailing blanks.
6119
6120 2009-12-28  Eric Blake  <ebb9@byu.net>
6121
6122         test-dup2: reduce dependencies
6123         * modules/cloexec (Configure.ac): Set witness.
6124         * modules/dup2-tests (Depends-on): Drop cloexec.
6125         * tests/test-dup2.c (main): Skip portion of test if cloexec module
6126         not present.
6127         Suggested by Bruno Haible.
6128
6129 2009-12-26  Bruno Haible  <bruno@clisp.org>
6130
6131         Remove an unneeded dependency.
6132         * modules/fseterr (Depends-on): Remove dup2.
6133
6134 2009-12-26  Eric Blake  <ebb9@byu.net>
6135
6136         tests: use macros.h in more places
6137         * tests/macros.h (ASSERT): Depend on ASSERT_STREAM.
6138         (ASSERT_STREAM): Provide default of stderr.
6139         * tests/test-dirent-safer.c: Include macros.h, using alternate
6140         stream for assertions.
6141         * tests/test-dup-safer.c: Likewise.
6142         * tests/test-freopen-safer.c: Likewise.
6143         * tests/test-getopt.c: Likewise.
6144         * tests/test-openat-safer.c: Likewise.
6145         * tests/test-pipe.c: Likewise.
6146         * tests/test-popen-safer.c: Likewise.
6147         * modules/dirent-safer-tests (Files): Include macros.h.
6148         * modules/unistd-safer-tests (Files): Likewise.
6149         * modules/freopen-safer-tests (Files): Likewise.
6150         * modules/getopt-posix-tests (Files): Likewise.
6151         * modules/openat-safer-tests (Files): Likewise.
6152         * modules/pipe-tests (Files): Likewise.
6153
6154 2009-12-26  Bruno Haible  <bruno@clisp.org>
6155
6156         javacomp: Portability fix.
6157         * m4/javacomp.m4 (gt_JAVACOMP): Fix creation of conftestver.class so
6158         that it also works on Solaris.
6159
6160 2009-12-26  Bruno Haible  <bruno@clisp.org>
6161
6162         localename: Fix storage allocation of gl_locale_name_thread's result.
6163         * lib/localename.c (SIZE_BITS, string_hash, struct hash_node,
6164         HASH_TABLE_SIZE, struniq_hash_table, struniq_lock, struniq): Define on
6165         all platforms that have 'uselocale'.
6166         (gl_locale_name_thread_unsafe): New function, extracted from
6167         gl_locale_name_thread.
6168         (gl_locale_name_thread): Call struniq on all platforms that have
6169         'uselocale'.
6170         * tests/test-localename.c (test_locale_name_thread): Check that the
6171         resulting strings are permanently allocated.
6172         * modules/localename-tests (Depends-on): Add strdup.
6173
6174 2009-12-26  Bruno Haible  <bruno@clisp.org>
6175
6176         * tests/test-localename.c (categories): Fill in the strings.
6177
6178 2009-12-26  Jim Meyering  <meyering@redhat.com>
6179
6180         isdir: complete the removal of m4/isdir.m4
6181         * modules/isdir (configure.ac): Remove reference to gl_ISDIR.
6182
6183         isdir: clean up, since at least grep still uses it
6184         * lib/isdir.c: Include "isdir.h".
6185         (S_ISDIR): Remove now-unneeded definition.
6186         * modules/isdir (Files): Add lib/isdir.h.
6187         * lib/isdir.h: New file, with declaration.
6188         * m4/isdir.m4: Remove file -- unneeded.
6189
6190 2009-12-25  Bruno Haible  <bruno@clisp.org>
6191
6192         selinux-h: Make generated .h files standalone.
6193         * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER
6194         definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED.
6195         * lib/se-selinux.in.h: Likewise.
6196         * modules/selinux-h (Depends-on): Add unused-parameter.
6197         (Makefile.am): Insert definition of _GL_UNUSED_PARAMETER into
6198         selinux/selinux.h and selinux/context.h.
6199         Suggested by Eric Blake.
6200
6201 2009-12-25  Bruno Haible  <bruno@clisp.org>
6202
6203         Move gl_FCNTL_O_FLAGS to a separate .m4 file.
6204         * m4/fcntl-o.m4: New file, extracted from m4/fcntl_h.m4.
6205         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): Remove macro.
6206         * modules/fcntl-h (Files): Add m4/fcntl-o.m4.
6207         * modules/localcharset (Files): Likewise. Remove m4/fcntl_h.m4.
6208
6209 2009-12-24  Bruno Haible  <bruno@clisp.org>
6210
6211         openat: Fix warning.
6212         * lib/openat-proc.c: Include <unistd.h>.
6213
6214 2009-12-24  Bruno Haible  <bruno@clisp.org>
6215
6216         New module 'unused-parameter'.
6217         * build-aux/unused-parameter.h: New file, extracted from earlier
6218         gnulib-common.m4.
6219         * modules/unused-parameter: New file.
6220         * lib/unistr.h: Include unused-parameter.h.
6221         (u32_mbtouc_unsafe, u32_mbtouc): Use _GL_UNUSED_PARAMETER instead of
6222         _GL_UNUSED.
6223         * modules/unistr/base (Depends-on): Add unused-parameter.
6224
6225 2009-12-24  Bruno Haible  <bruno@clisp.org>
6226
6227         Add missing dependencies to 'extensions' module.
6228         * m4/extensions.m4: Add comment.
6229         * modules/accept4 (Depends-on): Add extensions.
6230         * modules/dup3 (Depends-on): Likewise.
6231         * modules/fcntl (Depends-on): Likewise.
6232         * modules/futimens (Depends-on): Likewise.
6233         * modules/mknod (Depends-on): Likewise.
6234         * modules/pipe2 (Depends-on): Likewise.
6235         * modules/stat-time (Depends-on): Likewise.
6236         * modules/strcasestr-simple (Depends-on): Likewise.
6237         * modules/strsignal (Depends-on): Likewise.
6238         * modules/utimensat (Depends-on): Likewise.
6239         * modules/localcharset (Depends-on): Likewise. Needed because of
6240         gl_FCNTL_O_FLAGS.
6241         * modules/wcrtomb (Depends-on): Likewise. Needed because of
6242         AC_TYPE_MBSTATE_T.
6243         * modules/wcsnrtombs (Depends-on): Likewise.
6244         * modules/wcsrtombs (Depends-on): Likewise.
6245
6246 2009-12-24  Bruno Haible  <bruno@clisp.org>
6247
6248         binary-io: Avoid gcc warning due to SET_BINARY.
6249         * lib/binary-io.h (SET_BINARY): Cast the result to void.
6250         Reported by Jim Meyering <jim@meyering.net>. Suggestion by Eric Blake.
6251
6252 2009-12-24  Bruno Haible  <bruno@clisp.org>
6253
6254         Avoid future namespace pollution on glibc systems.
6255         * lib/arpa_inet.in.h: Don't include <sys/socket.h> on glibc systems.
6256         * lib/sys_ioctl.in.h: Don't include <unistd.h> on glibc systems.
6257         * lib/sys_select.in.h: Don't include <sys/time.h> and <string.h> on
6258         glibc systems.
6259
6260 2009-12-24  Bruno Haible  <bruno@clisp.org>
6261
6262         Refactor common macros used in tests.
6263         * tests/macros.h: New file.
6264         * tests/test-areadlink.c: Include macros.h. Don't include <stdio.h>
6265         and/or <stdlib.h>, if appropriate.
6266         (ASSERT, SIZEOF): Remove macros.
6267         * tests/test-areadlink-with-size.c: Likewise.
6268         * tests/test-areadlinkat.c: Likewise.
6269         * tests/test-areadlinkat-with-size.c: Likewise.
6270         * tests/test-argmatch.c: Likewise.
6271         * tests/test-argv-iter.c: Likewise.
6272         * tests/test-array-mergesort.c: Likewise.
6273         * tests/test-array_list.c: Likewise.
6274         * tests/test-array_oset.c: Likewise.
6275         * tests/test-avltree_list.c: Likewise.
6276         * tests/test-avltree_oset.c: Likewise.
6277         * tests/test-avltreehash_list.c: Likewise.
6278         * tests/test-base64.c: Likewise.
6279         * tests/test-binary-io.c: Likewise.
6280         * tests/test-bitrotate.c: Likewise.
6281         * tests/test-btowc.c: Likewise.
6282         * tests/test-byteswap.c: Likewise.
6283         * tests/test-c-ctype.c: Likewise.
6284         * tests/test-c-stack.c: Likewise.
6285         * tests/test-c-strcasecmp.c: Likewise.
6286         * tests/test-c-strcasestr.c: Likewise.
6287         * tests/test-c-strncasecmp.c: Likewise.
6288         * tests/test-c-strstr.c: Likewise.
6289         * tests/test-canonicalize-lgpl.c: Likewise.
6290         * tests/test-canonicalize.c: Likewise.
6291         * tests/test-carray_list.c: Likewise.
6292         * tests/test-ceilf1.c: Likewise.
6293         * tests/test-ceilf2.c: Likewise.
6294         * tests/test-ceill.c: Likewise.
6295         * tests/test-chown.c: Likewise.
6296         * tests/test-cloexec.c: Likewise.
6297         * tests/test-copy-acl.c: Likewise.
6298         * tests/test-copy-file.c: Likewise.
6299         * tests/test-count-one-bits.c: Likewise.
6300         * tests/test-dprintf-posix.c: Likewise.
6301         * tests/test-dup2.c: Likewise.
6302         * tests/test-dup3.c: Likewise.
6303         * tests/test-duplocale.c: Likewise.
6304         * tests/test-fbufmode.c: Likewise.
6305         * tests/test-fchdir.c: Likewise.
6306         * tests/test-fchownat.c: Likewise.
6307         * tests/test-fcntl-safer.c: Likewise.
6308         * tests/test-fcntl.c: Likewise.
6309         * tests/test-fdopendir.c: Likewise.
6310         * tests/test-fdutimensat.c: Likewise.
6311         * tests/test-fflush2.c: Likewise.
6312         * tests/test-file-has-acl.c: Likewise.
6313         * tests/test-filevercmp.c: Likewise.
6314         * tests/test-flock.c: Likewise.
6315         * tests/test-floorf1.c: Likewise.
6316         * tests/test-floorf2.c: Likewise.
6317         * tests/test-floorl.c: Likewise.
6318         * tests/test-fnmatch.c: Likewise.
6319         * tests/test-fopen.h: Likewise.
6320         * tests/test-fpending.c: Likewise.
6321         * tests/test-fprintf-posix.c: Likewise.
6322         * tests/test-fpurge.c: Likewise.
6323         * tests/test-freadable.c: Likewise.
6324         * tests/test-freadahead.c: Likewise.
6325         * tests/test-freading.c: Likewise.
6326         * tests/test-freadptr.c: Likewise.
6327         * tests/test-freadptr2.c: Likewise.
6328         * tests/test-freadseek.c: Likewise.
6329         * tests/test-freopen.c: Likewise.
6330         * tests/test-frexp.c: Likewise.
6331         * tests/test-frexpl.c: Likewise.
6332         * tests/test-fseek.c: Likewise.
6333         * tests/test-fseeko.c: Likewise.
6334         * tests/test-fstatat.c: Likewise.
6335         * tests/test-fstrcmp.c: Likewise.
6336         * tests/test-fsync.c: Likewise.
6337         * tests/test-ftell.c: Likewise.
6338         * tests/test-ftello.c: Likewise.
6339         * tests/test-func.c: Likewise.
6340         * tests/test-futimens.c: Likewise.
6341         * tests/test-fwritable.c: Likewise.
6342         * tests/test-fwriting.c: Likewise.
6343         * tests/test-getcwd.c: Likewise.
6344         * tests/test-getdate.c: Likewise.
6345         * tests/test-getdelim.c: Likewise.
6346         * tests/test-getdtablesize.c: Likewise.
6347         * tests/test-getgroups.c: Likewise.
6348         * tests/test-getline.c: Likewise.
6349         * tests/test-getndelim2.c: Likewise.
6350         * tests/test-glob.c: Likewise.
6351         * tests/test-hash.c: Likewise.
6352         * tests/test-i-ring.c: Likewise.
6353         * tests/test-iconv-utf.c: Likewise.
6354         * tests/test-iconv.c: Likewise.
6355         * tests/test-idpriv-drop.c: Likewise.
6356         * tests/test-idpriv-droptemp.c: Likewise.
6357         * tests/test-inet_ntop.c: Likewise.
6358         * tests/test-inet_pton.c: Likewise.
6359         * tests/test-isblank.c: Likewise.
6360         * tests/test-isfinite.c: Likewise.
6361         * tests/test-isinf.c: Likewise.
6362         * tests/test-isnan.c: Likewise.
6363         * tests/test-isnand.h: Likewise.
6364         * tests/test-isnanf.h: Likewise.
6365         * tests/test-isnanl.h: Likewise.
6366         * tests/test-lchown.c: Likewise.
6367         * tests/test-ldexpl.c: Likewise.
6368         * tests/test-link.c: Likewise.
6369         * tests/test-linkat.c: Likewise.
6370         * tests/test-linked_list.c: Likewise.
6371         * tests/test-linkedhash_list.c: Likewise.
6372         * tests/test-localename.c: Likewise.
6373         * tests/test-lseek.c: Likewise.
6374         * tests/test-lstat.c: Likewise.
6375         * tests/test-mbmemcasecmp.c: Likewise.
6376         * tests/test-mbmemcasecoll.c: Likewise.
6377         * tests/test-mbrtowc.c: Likewise.
6378         * tests/test-mbscasecmp.c: Likewise.
6379         * tests/test-mbscasestr1.c: Likewise.
6380         * tests/test-mbscasestr2.c: Likewise.
6381         * tests/test-mbscasestr3.c: Likewise.
6382         * tests/test-mbscasestr4.c: Likewise.
6383         * tests/test-mbschr.c: Likewise.
6384         * tests/test-mbscspn.c: Likewise.
6385         * tests/test-mbsinit.c: Likewise.
6386         * tests/test-mbsncasecmp.c: Likewise.
6387         * tests/test-mbsnrtowcs.c: Likewise.
6388         * tests/test-mbspbrk.c: Likewise.
6389         * tests/test-mbspcasecmp.c: Likewise.
6390         * tests/test-mbsrchr.c: Likewise.
6391         * tests/test-mbsrtowcs.c: Likewise.
6392         * tests/test-mbsspn.c: Likewise.
6393         * tests/test-mbsstr1.c: Likewise.
6394         * tests/test-mbsstr2.c: Likewise.
6395         * tests/test-mbsstr3.c: Likewise.
6396         * tests/test-memchr.c: Likewise.
6397         * tests/test-memchr2.c: Likewise.
6398         * tests/test-memcmp.c: Likewise.
6399         * tests/test-memmem.c: Likewise.
6400         * tests/test-memrchr.c: Likewise.
6401         * tests/test-mkdir.c: Likewise.
6402         * tests/test-mkdirat.c: Likewise.
6403         * tests/test-mkfifo.c: Likewise.
6404         * tests/test-mkfifoat.c: Likewise.
6405         * tests/test-mknod.c: Likewise.
6406         * tests/test-nanosleep.c: Likewise.
6407         * tests/test-nl_langinfo.c: Likewise.
6408         * tests/test-obstack-printf.c: Likewise.
6409         * tests/test-open.c: Likewise.
6410         * tests/test-openat.c: Likewise.
6411         * tests/test-pipe-filter-gi1.c: Likewise.
6412         * tests/test-pipe-filter-gi2-main.c: Likewise.
6413         * tests/test-pipe-filter-ii1.c: Likewise.
6414         * tests/test-pipe-filter-ii2-main.c: Likewise.
6415         * tests/test-pipe2.c: Likewise.
6416         * tests/test-popen.h: Likewise.
6417         * tests/test-posixtm.c: Likewise.
6418         * tests/test-pread.c: Likewise.
6419         * tests/test-printf-frexp.c: Likewise.
6420         * tests/test-printf-frexpl.c: Likewise.
6421         * tests/test-printf-posix.c: Likewise.
6422         * tests/test-priv-set.c: Likewise.
6423         * tests/test-quotearg.c: Likewise.
6424         * tests/test-random_r.c: Likewise.
6425         * tests/test-rawmemchr.c: Likewise.
6426         * tests/test-rbtree_list.c: Likewise.
6427         * tests/test-rbtree_oset.c: Likewise.
6428         * tests/test-rbtreehash_list.c: Likewise.
6429         * tests/test-readlink.c: Likewise.
6430         * tests/test-remove.c: Likewise.
6431         * tests/test-rename.c: Likewise.
6432         * tests/test-renameat.c: Likewise.
6433         * tests/test-rmdir.c: Likewise.
6434         * tests/test-round1.c: Likewise.
6435         * tests/test-roundf1.c: Likewise.
6436         * tests/test-roundl.c: Likewise.
6437         * tests/test-safe-alloc.c: Likewise.
6438         * tests/test-sameacls.c: Likewise.
6439         * tests/test-set-mode-acl.c: Likewise.
6440         * tests/test-setenv.c: Likewise.
6441         * tests/test-sigaction.c: Likewise.
6442         * tests/test-signbit.c: Likewise.
6443         * tests/test-sleep.c: Likewise.
6444         * tests/test-snprintf-posix.c: Likewise.
6445         * tests/test-snprintf.c: Likewise.
6446         * tests/test-sprintf-posix.c: Likewise.
6447         * tests/test-stat-time.c: Likewise.
6448         * tests/test-stat.c: Likewise.
6449         * tests/test-strcasestr.c: Likewise.
6450         * tests/test-strchrnul.c: Likewise.
6451         * tests/test-strerror.c: Likewise.
6452         * tests/test-striconv.c: Likewise.
6453         * tests/test-striconveh.c: Likewise.
6454         * tests/test-striconveha.c: Likewise.
6455         * tests/test-strsignal.c: Likewise.
6456         * tests/test-strstr.c: Likewise.
6457         * tests/test-strtod.c: Likewise.
6458         * tests/test-strverscmp.c: Likewise.
6459         * tests/test-symlink.c: Likewise.
6460         * tests/test-symlinkat.c: Likewise.
6461         * tests/test-trunc1.c: Likewise.
6462         * tests/test-trunc2.c: Likewise.
6463         * tests/test-truncf1.c: Likewise.
6464         * tests/test-truncf2.c: Likewise.
6465         * tests/test-truncl.c: Likewise.
6466         * tests/test-uname.c: Likewise.
6467         * tests/test-unlink.c: Likewise.
6468         * tests/test-unlinkat.c: Likewise.
6469         * tests/test-unsetenv.c: Likewise.
6470         * tests/test-usleep.c: Likewise.
6471         * tests/test-utimens.c: Likewise.
6472         * tests/test-utimensat.c: Likewise.
6473         * tests/test-vasnprintf-posix.c: Likewise.
6474         * tests/test-vasnprintf-posix2.c: Likewise.
6475         * tests/test-vasnprintf.c: Likewise.
6476         * tests/test-vasprintf-posix.c: Likewise.
6477         * tests/test-vasprintf.c: Likewise.
6478         * tests/test-vdprintf-posix.c: Likewise.
6479         * tests/test-vfprintf-posix.c: Likewise.
6480         * tests/test-vprintf-posix.c: Likewise.
6481         * tests/test-vsnprintf-posix.c: Likewise.
6482         * tests/test-vsnprintf.c: Likewise.
6483         * tests/test-vsprintf-posix.c: Likewise.
6484         * tests/test-wcrtomb.c: Likewise.
6485         * tests/test-wcsnrtombs.c: Likewise.
6486         * tests/test-wcsrtombs.c: Likewise.
6487         * tests/test-wctype.c: Likewise.
6488         * tests/test-wcwidth.c: Likewise.
6489         * tests/test-xfprintf-posix.c: Likewise.
6490         * tests/test-xmemdup0.c: Likewise.
6491         * tests/test-xprintf-posix.c: Likewise.
6492         * tests/test-xvasprintf.c: Likewise.
6493         * tests/unicase/test-locale-language.c: Likewise.
6494         * tests/unicase/test-mapping-part1.h: Likewise.
6495         * tests/unicase/test-predicate-part1.h: Likewise.
6496         * tests/unicase/test-u8-casecmp.c: Likewise.
6497         * tests/unicase/test-u8-casecoll.c: Likewise.
6498         * tests/unicase/test-u8-casefold.c: Likewise.
6499         * tests/unicase/test-u8-is-cased.c: Likewise.
6500         * tests/unicase/test-u8-is-casefolded.c: Likewise.
6501         * tests/unicase/test-u8-is-lowercase.c: Likewise.
6502         * tests/unicase/test-u8-is-titlecase.c: Likewise.
6503         * tests/unicase/test-u8-is-uppercase.c: Likewise.
6504         * tests/unicase/test-u8-tolower.c: Likewise.
6505         * tests/unicase/test-u8-totitle.c: Likewise.
6506         * tests/unicase/test-u8-toupper.c: Likewise.
6507         * tests/unicase/test-u16-casecmp.c: Likewise.
6508         * tests/unicase/test-u16-casecoll.c: Likewise.
6509         * tests/unicase/test-u16-casefold.c: Likewise.
6510         * tests/unicase/test-u16-is-cased.c: Likewise.
6511         * tests/unicase/test-u16-is-casefolded.c: Likewise.
6512         * tests/unicase/test-u16-is-lowercase.c: Likewise.
6513         * tests/unicase/test-u16-is-titlecase.c: Likewise.
6514         * tests/unicase/test-u16-is-uppercase.c: Likewise.
6515         * tests/unicase/test-u16-tolower.c: Likewise.
6516         * tests/unicase/test-u16-totitle.c: Likewise.
6517         * tests/unicase/test-u16-toupper.c: Likewise.
6518         * tests/unicase/test-u32-casecmp.c: Likewise.
6519         * tests/unicase/test-u32-casecoll.c: Likewise.
6520         * tests/unicase/test-u32-casefold.c: Likewise.
6521         * tests/unicase/test-u32-is-cased.c: Likewise.
6522         * tests/unicase/test-u32-is-casefolded.c: Likewise.
6523         * tests/unicase/test-u32-is-lowercase.c: Likewise.
6524         * tests/unicase/test-u32-is-titlecase.c: Likewise.
6525         * tests/unicase/test-u32-is-uppercase.c: Likewise.
6526         * tests/unicase/test-u32-tolower.c: Likewise.
6527         * tests/unicase/test-u32-totitle.c: Likewise.
6528         * tests/unicase/test-u32-toupper.c: Likewise.
6529         * tests/unicase/test-ulc-casecmp.c: Likewise.
6530         * tests/unicase/test-ulc-casecoll.c: Likewise.
6531         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
6532         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
6533         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
6534         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
6535         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
6536         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
6537         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
6538         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
6539         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
6540         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
6541         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
6542         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
6543         * tests/unictype/test-bidi_byname.c: Likewise.
6544         * tests/unictype/test-bidi_name.c: Likewise.
6545         * tests/unictype/test-bidi_of.c: Likewise.
6546         * tests/unictype/test-bidi_test.c: Likewise.
6547         * tests/unictype/test-block_list.c: Likewise.
6548         * tests/unictype/test-block_of.c: Likewise.
6549         * tests/unictype/test-block_test.c: Likewise.
6550         * tests/unictype/test-categ_and.c: Likewise.
6551         * tests/unictype/test-categ_and_not.c: Likewise.
6552         * tests/unictype/test-categ_byname.c: Likewise.
6553         * tests/unictype/test-categ_name.c: Likewise.
6554         * tests/unictype/test-categ_none.c: Likewise.
6555         * tests/unictype/test-categ_of.c: Likewise.
6556         * tests/unictype/test-categ_or.c: Likewise.
6557         * tests/unictype/test-categ_test_withtable.c: Likewise.
6558         * tests/unictype/test-combining.c: Likewise.
6559         * tests/unictype/test-decdigit.c: Likewise.
6560         * tests/unictype/test-digit.c: Likewise.
6561         * tests/unictype/test-mirror.c: Likewise.
6562         * tests/unictype/test-numeric.c: Likewise.
6563         * tests/unictype/test-pr_byname.c: Likewise.
6564         * tests/unictype/test-pr_test.c: Likewise.
6565         * tests/unictype/test-predicate-part1.h: Likewise.
6566         * tests/unictype/test-scripts.c: Likewise.
6567         * tests/unictype/test-sy_c_ident.c: Likewise.
6568         * tests/unictype/test-sy_java_ident.c: Likewise.
6569         * tests/unilbrk/test-u8-possible-linebreaks.c: Likewise.
6570         * tests/unilbrk/test-u8-width-linebreaks.c: Likewise.
6571         * tests/unilbrk/test-u16-possible-linebreaks.c: Likewise.
6572         * tests/unilbrk/test-u16-width-linebreaks.c: Likewise.
6573         * tests/unilbrk/test-u32-possible-linebreaks.c: Likewise.
6574         * tests/unilbrk/test-u32-width-linebreaks.c: Likewise.
6575         * tests/unilbrk/test-ulc-possible-linebreaks.c: Likewise.
6576         * tests/unilbrk/test-ulc-width-linebreaks.c: Likewise.
6577         * tests/uninorm/test-canonical-decomposition.c: Likewise.
6578         * tests/uninorm/test-compat-decomposition.c: Likewise.
6579         * tests/uninorm/test-composition.c: Likewise.
6580         * tests/uninorm/test-decomposing-form.c: Likewise.
6581         * tests/uninorm/test-decomposition.c: Likewise.
6582         * tests/uninorm/test-u8-nfc.c: Likewise.
6583         * tests/uninorm/test-u8-nfd.c: Likewise.
6584         * tests/uninorm/test-u8-nfkc.c: Likewise.
6585         * tests/uninorm/test-u8-nfkd.c: Likewise.
6586         * tests/uninorm/test-u8-normcmp.c: Likewise.
6587         * tests/uninorm/test-u8-normcoll.c: Likewise.
6588         * tests/uninorm/test-u16-nfc.c: Likewise.
6589         * tests/uninorm/test-u16-nfd.c: Likewise.
6590         * tests/uninorm/test-u16-nfkc.c: Likewise.
6591         * tests/uninorm/test-u16-nfkd.c: Likewise.
6592         * tests/uninorm/test-u16-normcmp.c: Likewise.
6593         * tests/uninorm/test-u16-normcoll.c: Likewise.
6594         * tests/uninorm/test-u32-nfc.c: Likewise.
6595         * tests/uninorm/test-u32-nfd.c: Likewise.
6596         * tests/uninorm/test-u32-nfkc.c: Likewise.
6597         * tests/uninorm/test-u32-nfkd.c: Likewise.
6598         * tests/uninorm/test-u32-normalize-big.c: Likewise.
6599         * tests/uninorm/test-u32-normcmp.c: Likewise.
6600         * tests/uninorm/test-u32-normcoll.c: Likewise.
6601         * tests/uninorm/test-uninorm-filter-nfc.c: Likewise.
6602         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
6603         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
6604         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
6605         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
6606         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
6607         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
6608         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
6609         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
6610         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
6611         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
6612         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
6613         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
6614         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
6615         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
6616         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
6617         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
6618         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
6619         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
6620         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
6621         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
6622         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
6623         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
6624         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
6625         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
6626         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
6627         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
6628         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
6629         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
6630         * tests/uniwbrk/test-u8-wordbreaks.c: Likewise.
6631         * tests/uniwbrk/test-u16-wordbreaks.c: Likewise.
6632         * tests/uniwbrk/test-u32-wordbreaks.c: Likewise.
6633         * tests/uniwbrk/test-ulc-wordbreaks.c: Likewise.
6634         * tests/uniwidth/test-u8-strwidth.c: Likewise.
6635         * tests/uniwidth/test-u8-width.c: Likewise.
6636         * tests/uniwidth/test-u16-strwidth.c: Likewise.
6637         * tests/uniwidth/test-u16-width.c: Likewise.
6638         * tests/uniwidth/test-u32-strwidth.c: Likewise.
6639         * tests/uniwidth/test-u32-width.c: Likewise.
6640         * tests/uniwidth/test-uc_width.c: Likewise.
6641         * tests/uniwidth/test-uc_width2.c: Likewise.
6642         * modules/acl-tests (Files): Add tests/macros.h.
6643         * modules/areadlink-tests (Files): Likewise.
6644         * modules/areadlink-with-size-tests (Files): Likewise.
6645         * modules/areadlinkat-tests (Files): Likewise.
6646         * modules/areadlinkat-with-size-tests (Files): Likewise.
6647         * modules/argmatch-tests (Files): Likewise.
6648         * modules/argv-iter-tests (Files): Likewise.
6649         * modules/array-list-tests (Files): Likewise.
6650         * modules/array-mergesort-tests (Files): Likewise.
6651         * modules/array-oset-tests (Files): Likewise.
6652         * modules/avltree-list-tests (Files): Likewise.
6653         * modules/avltree-oset-tests (Files): Likewise.
6654         * modules/avltreehash-list-tests (Files): Likewise.
6655         * modules/base64-tests (Files): Likewise.
6656         * modules/binary-io-tests (Files): Likewise.
6657         * modules/bitrotate-tests (Files): Likewise.
6658         * modules/btowc-tests (Files): Likewise.
6659         * modules/byteswap-tests (Files): Likewise.
6660         * modules/c-ctype-tests (Files): Likewise.
6661         * modules/c-stack-tests (Files): Likewise.
6662         * modules/c-strcase-tests (Files): Likewise.
6663         * modules/c-strcasestr-tests (Files): Likewise.
6664         * modules/c-strstr-tests (Files): Likewise.
6665         * modules/canonicalize-lgpl-tests (Files): Likewise.
6666         * modules/canonicalize-tests (Files): Likewise.
6667         * modules/carray-list-tests (Files): Likewise.
6668         * modules/ceilf-tests (Files): Likewise.
6669         * modules/ceill-tests (Files): Likewise.
6670         * modules/chown-tests (Files): Likewise.
6671         * modules/cloexec-tests (Files): Likewise.
6672         * modules/copy-file-tests (Files): Likewise.
6673         * modules/count-one-bits-tests (Files): Likewise.
6674         * modules/dprintf-posix-tests (Files): Likewise.
6675         * modules/dup2-tests (Files): Likewise.
6676         * modules/dup3-tests (Files): Likewise.
6677         * modules/duplocale-tests (Files): Likewise.
6678         * modules/fbufmode-tests (Files): Likewise.
6679         * modules/fchdir-tests (Files): Likewise.
6680         * modules/fcntl-safer-tests (Files): Likewise.
6681         * modules/fcntl-tests (Files): Likewise.
6682         * modules/fdopendir-tests (Files): Likewise.
6683         * modules/fdutimensat-tests (Files): Likewise.
6684         * modules/fflush-tests (Files): Likewise.
6685         * modules/filevercmp-tests (Files): Likewise.
6686         * modules/flock-tests (Files): Likewise.
6687         * modules/floorf-tests (Files): Likewise.
6688         * modules/floorl-tests (Files): Likewise.
6689         * modules/fnmatch-tests (Files): Likewise.
6690         * modules/fopen-safer-tests (Files): Likewise.
6691         * modules/fopen-tests (Files): Likewise.
6692         * modules/fpending-tests (Files): Likewise.
6693         * modules/fprintf-posix-tests (Files): Likewise.
6694         * modules/fpurge-tests (Files): Likewise.
6695         * modules/freadable-tests (Files): Likewise.
6696         * modules/freadahead-tests (Files): Likewise.
6697         * modules/freading-tests (Files): Likewise.
6698         * modules/freadptr-tests (Files): Likewise.
6699         * modules/freadseek-tests (Files): Likewise.
6700         * modules/freopen-tests (Files): Likewise.
6701         * modules/frexp-nolibm-tests (Files): Likewise.
6702         * modules/frexp-tests (Files): Likewise.
6703         * modules/frexpl-nolibm-tests (Files): Likewise.
6704         * modules/frexpl-tests (Files): Likewise.
6705         * modules/fseek-tests (Files): Likewise.
6706         * modules/fseeko-tests (Files): Likewise.
6707         * modules/fstrcmp-tests (Files): Likewise.
6708         * modules/fsync-tests (Files): Likewise.
6709         * modules/ftell-tests (Files): Likewise.
6710         * modules/ftello-tests (Files): Likewise.
6711         * modules/func-tests (Files): Likewise.
6712         * modules/futimens-tests (Files): Likewise.
6713         * modules/fwritable-tests (Files): Likewise.
6714         * modules/fwriting-tests (Files): Likewise.
6715         * modules/getcwd-tests (Files): Likewise.
6716         * modules/getdate-tests (Files): Likewise.
6717         * modules/getdelim-tests (Files): Likewise.
6718         * modules/getdtablesize-tests (Files): Likewise.
6719         * modules/getgroups-tests (Files): Likewise.
6720         * modules/getline-tests (Files): Likewise.
6721         * modules/getndelim2-tests (Files): Likewise.
6722         * modules/glob-tests (Files): Likewise.
6723         * modules/hash-tests (Files): Likewise.
6724         * modules/i-ring-tests (Files): Likewise.
6725         * modules/iconv-tests (Files): Likewise.
6726         * modules/iconv_open-utf-tests (Files): Likewise.
6727         * modules/idpriv-drop-tests (Files): Likewise.
6728         * modules/idpriv-droptemp-tests (Files): Likewise.
6729         * modules/inet_ntop-tests (Files): Likewise.
6730         * modules/inet_pton-tests (Files): Likewise.
6731         * modules/isblank-tests (Files): Likewise.
6732         * modules/isfinite-tests (Files): Likewise.
6733         * modules/isinf-tests (Files): Likewise.
6734         * modules/isnan-tests (Files): Likewise.
6735         * modules/isnand-nolibm-tests (Files): Likewise.
6736         * modules/isnand-tests (Files): Likewise.
6737         * modules/isnanf-nolibm-tests (Files): Likewise.
6738         * modules/isnanf-tests (Files): Likewise.
6739         * modules/isnanl-nolibm-tests (Files): Likewise.
6740         * modules/isnanl-tests (Files): Likewise.
6741         * modules/lchown-tests (Files): Likewise.
6742         * modules/ldexpl-tests (Files): Likewise.
6743         * modules/link-tests (Files): Likewise.
6744         * modules/linkat-tests (Files): Likewise.
6745         * modules/linked-list-tests (Files): Likewise.
6746         * modules/linkedhash-list-tests (Files): Likewise.
6747         * modules/localename-tests (Files): Likewise.
6748         * modules/lseek-tests (Files): Likewise.
6749         * modules/lstat-tests (Files): Likewise.
6750         * modules/mbmemcasecmp-tests (Files): Likewise.
6751         * modules/mbmemcasecoll-tests (Files): Likewise.
6752         * modules/mbrtowc-tests (Files): Likewise.
6753         * modules/mbscasecmp-tests (Files): Likewise.
6754         * modules/mbscasestr-tests (Files): Likewise.
6755         * modules/mbschr-tests (Files): Likewise.
6756         * modules/mbscspn-tests (Files): Likewise.
6757         * modules/mbsinit-tests (Files): Likewise.
6758         * modules/mbsncasecmp-tests (Files): Likewise.
6759         * modules/mbsnrtowcs-tests (Files): Likewise.
6760         * modules/mbspbrk-tests (Files): Likewise.
6761         * modules/mbspcasecmp-tests (Files): Likewise.
6762         * modules/mbsrchr-tests (Files): Likewise.
6763         * modules/mbsrtowcs-tests (Files): Likewise.
6764         * modules/mbsspn-tests (Files): Likewise.
6765         * modules/mbsstr-tests (Files): Likewise.
6766         * modules/memchr-tests (Files): Likewise.
6767         * modules/memchr2-tests (Files): Likewise.
6768         * modules/memcmp-tests (Files): Likewise.
6769         * modules/memmem-tests (Files): Likewise.
6770         * modules/memrchr-tests (Files): Likewise.
6771         * modules/mkdir-tests (Files): Likewise.
6772         * modules/mkfifo-tests (Files): Likewise.
6773         * modules/mkfifoat-tests (Files): Likewise.
6774         * modules/mknod-tests (Files): Likewise.
6775         * modules/nanosleep-tests (Files): Likewise.
6776         * modules/nl_langinfo-tests (Files): Likewise.
6777         * modules/obstack-printf-tests (Files): Likewise.
6778         * modules/open-tests (Files): Likewise.
6779         * modules/openat-tests (Files): Likewise.
6780         * modules/pipe-filter-gi-tests (Files): Likewise.
6781         * modules/pipe-filter-ii-tests (Files): Likewise.
6782         * modules/pipe2-tests (Files): Likewise.
6783         * modules/popen-safer-tests (Files): Likewise.
6784         * modules/popen-tests (Files): Likewise.
6785         * modules/posixtm-tests (Files): Likewise.
6786         * modules/pread-tests (Files): Likewise.
6787         * modules/printf-frexp-tests (Files): Likewise.
6788         * modules/printf-frexpl-tests (Files): Likewise.
6789         * modules/printf-posix-tests (Files): Likewise.
6790         * modules/priv-set-tests (Files): Likewise.
6791         * modules/quotearg-tests (Files): Likewise.
6792         * modules/random_r-tests (Files): Likewise.
6793         * modules/rawmemchr-tests (Files): Likewise.
6794         * modules/rbtree-list-tests (Files): Likewise.
6795         * modules/rbtree-oset-tests (Files): Likewise.
6796         * modules/rbtreehash-list-tests (Files): Likewise.
6797         * modules/readlink-tests (Files): Likewise.
6798         * modules/remove-tests (Files): Likewise.
6799         * modules/rename-tests (Files): Likewise.
6800         * modules/renameat-tests (Files): Likewise.
6801         * modules/rmdir-tests (Files): Likewise.
6802         * modules/round-tests (Files): Likewise.
6803         * modules/roundf-tests (Files): Likewise.
6804         * modules/roundl-tests (Files): Likewise.
6805         * modules/safe-alloc-tests (Files): Likewise.
6806         * modules/setenv-tests (Files): Likewise.
6807         * modules/sigaction-tests (Files): Likewise.
6808         * modules/signbit-tests (Files): Likewise.
6809         * modules/sleep-tests (Files): Likewise.
6810         * modules/snprintf-posix-tests (Files): Likewise.
6811         * modules/snprintf-tests (Files): Likewise.
6812         * modules/sprintf-posix-tests (Files): Likewise.
6813         * modules/stat-tests (Files): Likewise.
6814         * modules/stat-time-tests (Files): Likewise.
6815         * modules/strcasestr-tests (Files): Likewise.
6816         * modules/strchrnul-tests (Files): Likewise.
6817         * modules/strerror-tests (Files): Likewise.
6818         * modules/striconv-tests (Files): Likewise.
6819         * modules/striconveh-tests (Files): Likewise.
6820         * modules/striconveha-tests (Files): Likewise.
6821         * modules/strsignal-tests (Files): Likewise.
6822         * modules/strstr-tests (Files): Likewise.
6823         * modules/strtod-tests (Files): Likewise.
6824         * modules/strverscmp-tests (Files): Likewise.
6825         * modules/symlink-tests (Files): Likewise.
6826         * modules/symlinkat-tests (Files): Likewise.
6827         * modules/trunc-tests (Files): Likewise.
6828         * modules/truncf-tests (Files): Likewise.
6829         * modules/truncl-tests (Files): Likewise.
6830         * modules/uname-tests (Files): Likewise.
6831         * modules/unicase/cased-tests (Files): Likewise.
6832         * modules/unicase/ignorable-tests (Files): Likewise.
6833         * modules/unicase/locale-language-tests (Files): Likewise.
6834         * modules/unicase/tolower-tests (Files): Likewise.
6835         * modules/unicase/totitle-tests (Files): Likewise.
6836         * modules/unicase/toupper-tests (Files): Likewise.
6837         * modules/unicase/u8-casecmp-tests (Files): Likewise.
6838         * modules/unicase/u8-casecoll-tests (Files): Likewise.
6839         * modules/unicase/u8-casefold-tests (Files): Likewise.
6840         * modules/unicase/u8-is-cased-tests (Files): Likewise.
6841         * modules/unicase/u8-is-casefolded-tests (Files): Likewise.
6842         * modules/unicase/u8-is-lowercase-tests (Files): Likewise.
6843         * modules/unicase/u8-is-titlecase-tests (Files): Likewise.
6844         * modules/unicase/u8-is-uppercase-tests (Files): Likewise.
6845         * modules/unicase/u8-tolower-tests (Files): Likewise.
6846         * modules/unicase/u8-totitle-tests (Files): Likewise.
6847         * modules/unicase/u8-toupper-tests (Files): Likewise.
6848         * modules/unicase/u16-casecmp-tests (Files): Likewise.
6849         * modules/unicase/u16-casecoll-tests (Files): Likewise.
6850         * modules/unicase/u16-casefold-tests (Files): Likewise.
6851         * modules/unicase/u16-is-cased-tests (Files): Likewise.
6852         * modules/unicase/u16-is-casefolded-tests (Files): Likewise.
6853         * modules/unicase/u16-is-lowercase-tests (Files): Likewise.
6854         * modules/unicase/u16-is-titlecase-tests (Files): Likewise.
6855         * modules/unicase/u16-is-uppercase-tests (Files): Likewise.
6856         * modules/unicase/u16-tolower-tests (Files): Likewise.
6857         * modules/unicase/u16-totitle-tests (Files): Likewise.
6858         * modules/unicase/u16-toupper-tests (Files): Likewise.
6859         * modules/unicase/u32-casecmp-tests (Files): Likewise.
6860         * modules/unicase/u32-casecoll-tests (Files): Likewise.
6861         * modules/unicase/u32-casefold-tests (Files): Likewise.
6862         * modules/unicase/u32-is-cased-tests (Files): Likewise.
6863         * modules/unicase/u32-is-casefolded-tests (Files): Likewise.
6864         * modules/unicase/u32-is-lowercase-tests (Files): Likewise.
6865         * modules/unicase/u32-is-titlecase-tests (Files): Likewise.
6866         * modules/unicase/u32-is-uppercase-tests (Files): Likewise.
6867         * modules/unicase/u32-tolower-tests (Files): Likewise.
6868         * modules/unicase/u32-totitle-tests (Files): Likewise.
6869         * modules/unicase/u32-toupper-tests (Files): Likewise.
6870         * modules/unicase/ulc-casecmp-tests (Files): Likewise.
6871         * modules/unicase/ulc-casecoll-tests (Files): Likewise.
6872         * modules/uniconv/u8-conv-from-enc-tests (Files): Likewise.
6873         * modules/uniconv/u8-conv-to-enc-tests (Files): Likewise.
6874         * modules/uniconv/u8-strconv-from-enc-tests (Files): Likewise.
6875         * modules/uniconv/u8-strconv-to-enc-tests (Files): Likewise.
6876         * modules/uniconv/u16-conv-from-enc-tests (Files): Likewise.
6877         * modules/uniconv/u16-conv-to-enc-tests (Files): Likewise.
6878         * modules/uniconv/u16-strconv-from-enc-tests (Files): Likewise.
6879         * modules/uniconv/u16-strconv-to-enc-tests (Files): Likewise.
6880         * modules/uniconv/u32-conv-from-enc-tests (Files): Likewise.
6881         * modules/uniconv/u32-conv-to-enc-tests (Files): Likewise.
6882         * modules/uniconv/u32-strconv-from-enc-tests (Files): Likewise.
6883         * modules/uniconv/u32-strconv-to-enc-tests (Files): Likewise.
6884         * modules/unictype/bidicategory-byname-tests (Files): Likewise.
6885         * modules/unictype/bidicategory-name-tests (Files): Likewise.
6886         * modules/unictype/bidicategory-of-tests (Files): Likewise.
6887         * modules/unictype/bidicategory-test-tests (Files): Likewise.
6888         * modules/unictype/block-list-tests (Files): Likewise.
6889         * modules/unictype/block-of-tests (Files): Likewise.
6890         * modules/unictype/block-test-tests (Files): Likewise.
6891         * modules/unictype/category-C-tests (Files): Likewise.
6892         * modules/unictype/category-Cc-tests (Files): Likewise.
6893         * modules/unictype/category-Cf-tests (Files): Likewise.
6894         * modules/unictype/category-Cn-tests (Files): Likewise.
6895         * modules/unictype/category-Co-tests (Files): Likewise.
6896         * modules/unictype/category-Cs-tests (Files): Likewise.
6897         * modules/unictype/category-L-tests (Files): Likewise.
6898         * modules/unictype/category-Ll-tests (Files): Likewise.
6899         * modules/unictype/category-Lm-tests (Files): Likewise.
6900         * modules/unictype/category-Lo-tests (Files): Likewise.
6901         * modules/unictype/category-Lt-tests (Files): Likewise.
6902         * modules/unictype/category-Lu-tests (Files): Likewise.
6903         * modules/unictype/category-M-tests (Files): Likewise.
6904         * modules/unictype/category-Mc-tests (Files): Likewise.
6905         * modules/unictype/category-Me-tests (Files): Likewise.
6906         * modules/unictype/category-Mn-tests (Files): Likewise.
6907         * modules/unictype/category-N-tests (Files): Likewise.
6908         * modules/unictype/category-Nd-tests (Files): Likewise.
6909         * modules/unictype/category-Nl-tests (Files): Likewise.
6910         * modules/unictype/category-No-tests (Files): Likewise.
6911         * modules/unictype/category-P-tests (Files): Likewise.
6912         * modules/unictype/category-Pc-tests (Files): Likewise.
6913         * modules/unictype/category-Pd-tests (Files): Likewise.
6914         * modules/unictype/category-Pe-tests (Files): Likewise.
6915         * modules/unictype/category-Pf-tests (Files): Likewise.
6916         * modules/unictype/category-Pi-tests (Files): Likewise.
6917         * modules/unictype/category-Po-tests (Files): Likewise.
6918         * modules/unictype/category-Ps-tests (Files): Likewise.
6919         * modules/unictype/category-S-tests (Files): Likewise.
6920         * modules/unictype/category-Sc-tests (Files): Likewise.
6921         * modules/unictype/category-Sk-tests (Files): Likewise.
6922         * modules/unictype/category-Sm-tests (Files): Likewise.
6923         * modules/unictype/category-So-tests (Files): Likewise.
6924         * modules/unictype/category-Z-tests (Files): Likewise.
6925         * modules/unictype/category-Zl-tests (Files): Likewise.
6926         * modules/unictype/category-Zp-tests (Files): Likewise.
6927         * modules/unictype/category-Zs-tests (Files): Likewise.
6928         * modules/unictype/category-and-not-tests (Files): Likewise.
6929         * modules/unictype/category-and-tests (Files): Likewise.
6930         * modules/unictype/category-byname-tests (Files): Likewise.
6931         * modules/unictype/category-name-tests (Files): Likewise.
6932         * modules/unictype/category-none-tests (Files): Likewise.
6933         * modules/unictype/category-of-tests (Files): Likewise.
6934         * modules/unictype/category-or-tests (Files): Likewise.
6935         * modules/unictype/category-test-withtable-tests (Files): Likewise.
6936         * modules/unictype/combining-class-tests (Files): Likewise.
6937         * modules/unictype/ctype-alnum-tests (Files): Likewise.
6938         * modules/unictype/ctype-alpha-tests (Files): Likewise.
6939         * modules/unictype/ctype-blank-tests (Files): Likewise.
6940         * modules/unictype/ctype-cntrl-tests (Files): Likewise.
6941         * modules/unictype/ctype-digit-tests (Files): Likewise.
6942         * modules/unictype/ctype-graph-tests (Files): Likewise.
6943         * modules/unictype/ctype-lower-tests (Files): Likewise.
6944         * modules/unictype/ctype-print-tests (Files): Likewise.
6945         * modules/unictype/ctype-punct-tests (Files): Likewise.
6946         * modules/unictype/ctype-space-tests (Files): Likewise.
6947         * modules/unictype/ctype-upper-tests (Files): Likewise.
6948         * modules/unictype/ctype-xdigit-tests (Files): Likewise.
6949         * modules/unictype/decimal-digit-tests (Files): Likewise.
6950         * modules/unictype/digit-tests (Files): Likewise.
6951         * modules/unictype/mirror-tests (Files): Likewise.
6952         * modules/unictype/numeric-tests (Files): Likewise.
6953         * modules/unictype/property-alphabetic-tests (Files): Likewise.
6954         * modules/unictype/property-ascii-hex-digit-tests (Files): Likewise.
6955         * modules/unictype/property-bidi-arabic-digit-tests (Files): Likewise.
6956         * modules/unictype/property-bidi-arabic-right-to-left-tests (Files):
6957         Likewise.
6958         * modules/unictype/property-bidi-block-separator-tests (Files):
6959         Likewise.
6960         * modules/unictype/property-bidi-boundary-neutral-tests (Files):
6961         Likewise.
6962         * modules/unictype/property-bidi-common-separator-tests (Files):
6963         Likewise.
6964         * modules/unictype/property-bidi-control-tests (Files): Likewise.
6965         * modules/unictype/property-bidi-embedding-or-override-tests (Files):
6966         Likewise.
6967         * modules/unictype/property-bidi-eur-num-separator-tests (Files):
6968         Likewise.
6969         * modules/unictype/property-bidi-eur-num-terminator-tests (Files):
6970         Likewise.
6971         * modules/unictype/property-bidi-european-digit-tests (Files): Likewise.
6972         * modules/unictype/property-bidi-hebrew-right-to-left-tests (Files):
6973         Likewise.
6974         * modules/unictype/property-bidi-left-to-right-tests (Files): Likewise.
6975         * modules/unictype/property-bidi-non-spacing-mark-tests (Files):
6976         Likewise.
6977         * modules/unictype/property-bidi-other-neutral-tests (Files): Likewise.
6978         * modules/unictype/property-bidi-pdf-tests (Files): Likewise.
6979         * modules/unictype/property-bidi-segment-separator-tests (Files):
6980         Likewise.
6981         * modules/unictype/property-bidi-whitespace-tests (Files): Likewise.
6982         * modules/unictype/property-byname-tests (Files): Likewise.
6983         * modules/unictype/property-combining-tests (Files): Likewise.
6984         * modules/unictype/property-composite-tests (Files): Likewise.
6985         * modules/unictype/property-currency-symbol-tests (Files): Likewise.
6986         * modules/unictype/property-dash-tests (Files): Likewise.
6987         * modules/unictype/property-decimal-digit-tests (Files): Likewise.
6988         * modules/unictype/property-default-ignorable-code-point-tests (Files):
6989         Likewise.
6990         * modules/unictype/property-deprecated-tests (Files): Likewise.
6991         * modules/unictype/property-diacritic-tests (Files): Likewise.
6992         * modules/unictype/property-extender-tests (Files): Likewise.
6993         * modules/unictype/property-format-control-tests (Files): Likewise.
6994         * modules/unictype/property-grapheme-base-tests (Files): Likewise.
6995         * modules/unictype/property-grapheme-extend-tests (Files): Likewise.
6996         * modules/unictype/property-grapheme-link-tests (Files): Likewise.
6997         * modules/unictype/property-hex-digit-tests (Files): Likewise.
6998         * modules/unictype/property-hyphen-tests (Files): Likewise.
6999         * modules/unictype/property-id-continue-tests (Files): Likewise.
7000         * modules/unictype/property-id-start-tests (Files): Likewise.
7001         * modules/unictype/property-ideographic-tests (Files): Likewise.
7002         * modules/unictype/property-ids-binary-operator-tests (Files): Likewise.
7003         * modules/unictype/property-ids-trinary-operator-tests (Files):
7004         Likewise.
7005         * modules/unictype/property-ignorable-control-tests (Files): Likewise.
7006         * modules/unictype/property-iso-control-tests (Files): Likewise.
7007         * modules/unictype/property-join-control-tests (Files): Likewise.
7008         * modules/unictype/property-left-of-pair-tests (Files): Likewise.
7009         * modules/unictype/property-line-separator-tests (Files): Likewise.
7010         * modules/unictype/property-logical-order-exception-tests (Files):
7011         Likewise.
7012         * modules/unictype/property-lowercase-tests (Files): Likewise.
7013         * modules/unictype/property-math-tests (Files): Likewise.
7014         * modules/unictype/property-non-break-tests (Files): Likewise.
7015         * modules/unictype/property-not-a-character-tests (Files): Likewise.
7016         * modules/unictype/property-numeric-tests (Files): Likewise.
7017         * modules/unictype/property-other-alphabetic-tests (Files): Likewise.
7018         * modules/unictype/property-other-default-ignorable-code-point-tests
7019         (Files): Likewise.
7020         * modules/unictype/property-other-grapheme-extend-tests (Files):
7021         Likewise.
7022         * modules/unictype/property-other-id-continue-tests (Files): Likewise.
7023         * modules/unictype/property-other-id-start-tests (Files): Likewise.
7024         * modules/unictype/property-other-lowercase-tests (Files): Likewise.
7025         * modules/unictype/property-other-math-tests (Files): Likewise.
7026         * modules/unictype/property-other-uppercase-tests (Files): Likewise.
7027         * modules/unictype/property-paired-punctuation-tests (Files): Likewise.
7028         * modules/unictype/property-paragraph-separator-tests (Files): Likewise.
7029         * modules/unictype/property-pattern-syntax-tests (Files): Likewise.
7030         * modules/unictype/property-pattern-white-space-tests (Files): Likewise.
7031         * modules/unictype/property-private-use-tests (Files): Likewise.
7032         * modules/unictype/property-punctuation-tests (Files): Likewise.
7033         * modules/unictype/property-quotation-mark-tests (Files): Likewise.
7034         * modules/unictype/property-radical-tests (Files): Likewise.
7035         * modules/unictype/property-sentence-terminal-tests (Files): Likewise.
7036         * modules/unictype/property-soft-dotted-tests (Files): Likewise.
7037         * modules/unictype/property-space-tests (Files): Likewise.
7038         * modules/unictype/property-terminal-punctuation-tests (Files):
7039         Likewise.
7040         * modules/unictype/property-test-tests (Files): Likewise.
7041         * modules/unictype/property-titlecase-tests (Files): Likewise.
7042         * modules/unictype/property-unassigned-code-value-tests (Files):
7043         Likewise.
7044         * modules/unictype/property-unified-ideograph-tests (Files): Likewise.
7045         * modules/unictype/property-uppercase-tests (Files): Likewise.
7046         * modules/unictype/property-variation-selector-tests (Files): Likewise.
7047         * modules/unictype/property-white-space-tests (Files): Likewise.
7048         * modules/unictype/property-xid-continue-tests (Files): Likewise.
7049         * modules/unictype/property-xid-start-tests (Files): Likewise.
7050         * modules/unictype/property-zero-width-tests (Files): Likewise.
7051         * modules/unictype/scripts-tests (Files): Likewise.
7052         * modules/unictype/syntax-c-ident-tests (Files): Likewise.
7053         * modules/unictype/syntax-c-whitespace-tests (Files): Likewise.
7054         * modules/unictype/syntax-java-ident-tests (Files): Likewise.
7055         * modules/unictype/syntax-java-whitespace-tests (Files): Likewise.
7056         * modules/unilbrk/u8-possible-linebreaks-tests (Files): Likewise.
7057         * modules/unilbrk/u8-width-linebreaks-tests (Files): Likewise.
7058         * modules/unilbrk/u16-possible-linebreaks-tests (Files): Likewise.
7059         * modules/unilbrk/u16-width-linebreaks-tests (Files): Likewise.
7060         * modules/unilbrk/u32-possible-linebreaks-tests (Files): Likewise.
7061         * modules/unilbrk/u32-width-linebreaks-tests (Files): Likewise.
7062         * modules/unilbrk/ulc-possible-linebreaks-tests (Files): Likewise.
7063         * modules/unilbrk/ulc-width-linebreaks-tests (Files): Likewise.
7064         * modules/uninorm/canonical-decomposition-tests (Files): Likewise.
7065         * modules/uninorm/compat-decomposition-tests (Files): Likewise.
7066         * modules/uninorm/composition-tests (Files): Likewise.
7067         * modules/uninorm/decomposing-form-tests (Files): Likewise.
7068         * modules/uninorm/decomposition-tests (Files): Likewise.
7069         * modules/uninorm/filter-tests (Files): Likewise.
7070         * modules/uninorm/nfc-tests (Files): Likewise.
7071         * modules/uninorm/nfd-tests (Files): Likewise.
7072         * modules/uninorm/nfkc-tests (Files): Likewise.
7073         * modules/uninorm/nfkd-tests (Files): Likewise.
7074         * modules/uninorm/u8-normcmp-tests (Files): Likewise.
7075         * modules/uninorm/u8-normcoll-tests (Files): Likewise.
7076         * modules/uninorm/u16-normcmp-tests (Files): Likewise.
7077         * modules/uninorm/u16-normcoll-tests (Files): Likewise.
7078         * modules/uninorm/u32-normcmp-tests (Files): Likewise.
7079         * modules/uninorm/u32-normcoll-tests (Files): Likewise.
7080         * modules/unistdio/u8-asnprintf-tests (Files): Likewise.
7081         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
7082         * modules/unistdio/u8-vasprintf-tests (Files): Likewise.
7083         * modules/unistdio/u8-vsnprintf-tests (Files): Likewise.
7084         * modules/unistdio/u8-vsprintf-tests (Files): Likewise.
7085         * modules/unistdio/u16-asnprintf-tests (Files): Likewise.
7086         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
7087         * modules/unistdio/u16-vasprintf-tests (Files): Likewise.
7088         * modules/unistdio/u16-vsnprintf-tests (Files): Likewise.
7089         * modules/unistdio/u16-vsprintf-tests (Files): Likewise.
7090         * modules/unistdio/u32-asnprintf-tests (Files): Likewise.
7091         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
7092         * modules/unistdio/u32-vasprintf-tests (Files): Likewise.
7093         * modules/unistdio/u32-vsnprintf-tests (Files): Likewise.
7094         * modules/unistdio/u32-vsprintf-tests (Files): Likewise.
7095         * modules/unistdio/ulc-asnprintf-tests (Files): Likewise.
7096         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
7097         * modules/unistdio/ulc-vasprintf-tests (Files): Likewise.
7098         * modules/unistdio/ulc-vsnprintf-tests (Files): Likewise.
7099         * modules/unistdio/ulc-vsprintf-tests (Files): Likewise.
7100         * modules/uniwbrk/u8-wordbreaks-tests (Files): Likewise.
7101         * modules/uniwbrk/u16-wordbreaks-tests (Files): Likewise.
7102         * modules/uniwbrk/u32-wordbreaks-tests (Files): Likewise.
7103         * modules/uniwbrk/ulc-wordbreaks-tests (Files): Likewise.
7104         * modules/uniwidth/u8-strwidth-tests (Files): Likewise.
7105         * modules/uniwidth/u8-width-tests (Files): Likewise.
7106         * modules/uniwidth/u16-strwidth-tests (Files): Likewise.
7107         * modules/uniwidth/u16-width-tests (Files): Likewise.
7108         * modules/uniwidth/u32-strwidth-tests (Files): Likewise.
7109         * modules/uniwidth/u32-width-tests (Files): Likewise.
7110         * modules/uniwidth/width-tests (Files): Likewise.
7111         * modules/unlink-tests (Files): Likewise.
7112         * modules/unsetenv-tests (Files): Likewise.
7113         * modules/usleep-tests (Files): Likewise.
7114         * modules/utimens-tests (Files): Likewise.
7115         * modules/utimensat-tests (Files): Likewise.
7116         * modules/vasnprintf-posix-tests (Files): Likewise.
7117         * modules/vasnprintf-tests (Files): Likewise.
7118         * modules/vasprintf-posix-tests (Files): Likewise.
7119         * modules/vasprintf-tests (Files): Likewise.
7120         * modules/vdprintf-posix-tests (Files): Likewise.
7121         * modules/vfprintf-posix-tests (Files): Likewise.
7122         * modules/vprintf-posix-tests (Files): Likewise.
7123         * modules/vsnprintf-posix-tests (Files): Likewise.
7124         * modules/vsnprintf-tests (Files): Likewise.
7125         * modules/vsprintf-posix-tests (Files): Likewise.
7126         * modules/wcrtomb-tests (Files): Likewise.
7127         * modules/wcsnrtombs-tests (Files): Likewise.
7128         * modules/wcsrtombs-tests (Files): Likewise.
7129         * modules/wctype-tests (Files): Likewise.
7130         * modules/wcwidth-tests (Files): Likewise.
7131         * modules/xmemdup0-tests (Files): Likewise.
7132         * modules/xprintf-posix-tests (Files): Likewise.
7133         * modules/xvasprintf-tests (Files): Likewise.
7134
7135 2009-12-24  Eric Blake  <ebb9@byu.net>
7136
7137         test-nanosleep: fix typo
7138         * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
7139         patch.
7140         Reported by Bruno Haible.
7141
7142 2009-12-24  Bruno Haible  <bruno@clisp.org>
7143
7144         Reduce namespace pollution on glibc systems.
7145         * lib/inttypes.in.h: Don't include <stdint.h> on glibc systems.
7146         * lib/stdlib.in.h: Don't include <stdint.h>, <unistd.h> on glibc
7147         systems.
7148         * lib/unistd.in.h: Don't include <stdio.h>, <fcntl.h>, <stdlib.h>,
7149         <getopt.h> on glibc systems.
7150         * lib/fcntl.in.h: Don't include <sys/stat.h>, <unistd.h> on glibc
7151         systems.
7152         * lib/fcntl.c: Include <unistd.h> here instead.
7153
7154 2009-12-24  Bruno Haible  <bruno@clisp.org>
7155
7156         * lib/stdlib.in.h (includes): Fix typo in today's commit.
7157
7158 2009-12-24  Eric Blake  <ebb9@byu.net>
7159
7160         tests: add signature checks
7161         * tests/signature.h (SIGNATURE_CHECK): New file.
7162         * modules/atexit-tests (Files): Use it.
7163         * modules/btowc-tests (Files): Likewise.
7164         * modules/canonicalize-lgpl-tests (Files): Likewise.
7165         * modules/ceilf-tests (Files): Likewise.
7166         * modules/ceill-tests (Files): Likewise.
7167         * modules/chown-tests (Files): Likewise.
7168         * modules/dprintf-posix-tests (Files): Likewise.
7169         * modules/dup2-tests (Files): Likewise.
7170         * modules/dup3-tests (Files): Likewise.
7171         * modules/duplocale-tests (Files): Likewise.
7172         * modules/fchdir-tests (Files): Likewise.
7173         * modules/fcntl-tests (Files): Likewise.
7174         * modules/fdopendir-tests (Files): Likewise.
7175         * modules/fflush-tests (Files): Likewise.
7176         * modules/flock-tests (Files): Likewise.
7177         * modules/floorf-tests (Files): Likewise.
7178         * modules/floorl-tests (Files): Likewise.
7179         * modules/fnmatch-tests (Files): Likewise.
7180         * modules/fopen-tests (Files): Likewise.
7181         * modules/fprintf-posix-tests (Files): Likewise.
7182         * modules/freopen-tests (Files): Likewise.
7183         * modules/frexp-nolibm-tests (Files): Likewise.
7184         * modules/frexp-tests (Files): Likewise.
7185         * modules/frexpl-nolibm-tests (Files): Likewise.
7186         * modules/frexpl-tests (Files): Likewise.
7187         * modules/fseek-tests (Files): Likewise.
7188         * modules/fseeko-tests (Files): Likewise.
7189         * modules/fsync-tests (Files): Likewise.
7190         * modules/ftell-tests (Files): Likewise.
7191         * modules/ftello-tests (Files): Likewise.
7192         * modules/futimens-tests (Files): Likewise.
7193         * modules/getaddrinfo-tests (Files): Likewise.
7194         * modules/getcwd-tests (Files): Likewise.
7195         * modules/getdelim-tests (Files): Likewise.
7196         * modules/getdtablesize-tests (Files): Likewise.
7197         * modules/getgroups-tests (Files): Likewise.
7198         * modules/gethostname-tests (Files): Likewise.
7199         * modules/getline-tests (Files): Likewise.
7200         * modules/getopt-posix-tests (Files): Likewise.
7201         * modules/gettimeofday-tests (Files): Likewise.
7202         * modules/glob-tests (Files): Likewise.
7203         * modules/iconv-tests (Files): Likewise.
7204         * modules/inet_ntop-tests (Files): Likewise.
7205         * modules/inet_pton-tests (Files): Likewise.
7206         * modules/isblank-tests (Files): Likewise.
7207         * modules/lchown-tests (Files): Likewise.
7208         * modules/ldexpl-tests (Files): Likewise.
7209         * modules/link-tests (Files): Likewise.
7210         * modules/linkat-tests (Files): Likewise.
7211         * modules/lseek-tests (Files): Likewise.
7212         * modules/lstat-tests (Files): Likewise.
7213         * modules/mbrtowc-tests (Files): Likewise.
7214         * modules/mbsinit-tests (Files): Likewise.
7215         * modules/mbsnrtowcs-tests (Files): Likewise.
7216         * modules/mbsrtowcs-tests (Files): Likewise.
7217         * modules/memchr-tests (Files): Likewise.
7218         * modules/memcmp-tests (Files): Likewise.
7219         * modules/memmem-tests (Files): Likewise.
7220         * modules/memrchr-tests (Files): Likewise.
7221         * modules/mkdir-tests (Files): Likewise.
7222         * modules/mkfifo-tests (Files): Likewise.
7223         * modules/mkfifoat-tests (Files): Likewise.
7224         * modules/mknod-tests (Files): Likewise.
7225         * modules/nanosleep-tests (Files): Likewise.
7226         * modules/nl_langinfo-tests (Files): Likewise.
7227         * modules/obstack-printf-tests (Files): Likewise.
7228         * modules/open-tests (Files): Likewise.
7229         * modules/openat-tests (Files): Likewise.
7230         * modules/perror-tests (Files): Likewise.
7231         * modules/pipe2-tests (Files): Likewise.
7232         * modules/poll-tests (Files): Likewise.
7233         * modules/popen-tests (Files): Likewise.
7234         * modules/posix_spawn-tests (Files): Likewise.
7235         * modules/posix_spawnp-tests (Files): Likewise.
7236         * modules/pread-tests (Files): Likewise.
7237         * modules/printf-posix-tests (Files): Likewise.
7238         * modules/pty-tests (Files): Likewise.
7239         * modules/random_r-tests (Files): Likewise.
7240         * modules/rawmemchr-tests (Files): Likewise.
7241         * modules/readlink-tests (Files): Likewise.
7242         * modules/remove-tests (Files): Likewise.
7243         * modules/rename-tests (Files): Likewise.
7244         * modules/renameat-tests (Files): Likewise.
7245         * modules/rmdir-tests (Files): Likewise.
7246         * modules/round-tests (Files): Likewise.
7247         * modules/roundf-tests (Files): Likewise.
7248         * modules/roundl-tests (Files): Likewise.
7249         * modules/select-tests (Files): Likewise.
7250         * modules/setenv-tests (Files): Likewise.
7251         * modules/sigaction-tests (Files): Likewise.
7252         * modules/sleep-tests (Files): Likewise.
7253         * modules/snprintf-posix-tests (Files): Likewise.
7254         * modules/snprintf-tests (Files): Likewise.
7255         * modules/sprintf-posix-tests (Files): Likewise.
7256         * modules/stat-tests (Files): Likewise.
7257         * modules/strcasestr-tests (Files): Likewise.
7258         * modules/strchrnul-tests (Files): Likewise.
7259         * modules/strerror-tests (Files): Likewise.
7260         * modules/strsignal-tests (Files): Likewise.
7261         * modules/strstr-tests (Files): Likewise.
7262         * modules/strtod-tests (Files): Likewise.
7263         * modules/strverscmp-tests (Files): Likewise.
7264         * modules/symlink-tests (Files): Likewise.
7265         * modules/symlinkat-tests (Files): Likewise.
7266         * modules/times-tests (Files): Likewise.
7267         * modules/trunc-tests (Files): Likewise.
7268         * modules/truncf-tests (Files): Likewise.
7269         * modules/truncl-tests (Files): Likewise.
7270         * modules/tsearch-tests (Files): Likewise.
7271         * modules/uname-tests (Files): Likewise.
7272         * modules/unlink-tests (Files): Likewise.
7273         * modules/unsetenv-tests (Files): Likewise.
7274         * modules/usleep-tests (Files): Likewise.
7275         * modules/utimensat-tests (Files): Likewise.
7276         * modules/vasprintf-tests (Files): Likewise.
7277         * modules/vdprintf-posix-tests (Files): Likewise.
7278         * modules/vfprintf-posix-tests (Files): Likewise.
7279         * modules/vprintf-posix-tests (Files): Likewise.
7280         * modules/vsnprintf-posix-tests (Files): Likewise.
7281         * modules/vsnprintf-tests (Files): Likewise.
7282         * modules/vsprintf-posix-tests (Files): Likewise.
7283         * modules/wcrtomb-tests (Files): Likewise.
7284         * modules/wcsnrtombs-tests (Files): Likewise.
7285         * modules/wcsrtombs-tests (Files): Likewise.
7286         * modules/wcwidth-tests (Files): Likewise.
7287         * tests/test-isfinite.c (isfinite): Ensure macro declaration.
7288         * tests/test-isinf.c (isinf): Likewise.
7289         * tests/test-isnan.c (isnan): Likewise.
7290         * tests/test-signbit.c (signbit): Likewise.
7291         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Ensure
7292         declaration, either as macro or with correct signature.
7293         (select): Ensure function under test is declared with correct
7294         signature in correct header.
7295         * tests/test-atexit.c (atexit): Likewise.
7296         * tests/test-btowc.c (btowc): Likewise.
7297         * tests/test-canonicalize-lgpl.c (realpath)
7298         (canonicalize_file_name): Likewise.
7299         * tests/test-ceilf1.c (ceilf): Likewise.
7300         * tests/test-ceill.c (ceill): Likewise.
7301         * tests/test-chown.c (chown): Likewise.
7302         * tests/test-dprintf-posix.c (dprintf): Likewise.
7303         * tests/test-dup2.c (dup2): Likewise.
7304         * tests/test-dup3.c (dup3): Likewise.
7305         * tests/test-duplocale.c (duplocale): Likewise.
7306         * tests/test-fchdir.c (fchdir): Likewise.
7307         * tests/test-fchownat.c (fchownat): Likewise.
7308         * tests/test-fcntl.c (fcntl): Likewise.
7309         * tests/test-fdopendir.c (fdopendir): Likewise.
7310         * tests/test-fflush.c (fflush): Likewise.
7311         * tests/test-flock.c (flock): Likewise.
7312         * tests/test-floorf1.c (floorf): Likewise.
7313         * tests/test-floorl.c (floorl): Likewise.
7314         * tests/test-fnmatch.c (fnmatch): Likewise.
7315         * tests/test-fopen.c (fopen): Likewise.
7316         * tests/test-fprintf-posix.c (fprintf): Likewise.
7317         * tests/test-freopen.c (freopen): Likewise.
7318         * tests/test-frexp.c (frexp): Likewise.
7319         * tests/test-frexpl.c (frexpl): Likewise.
7320         * tests/test-fseek.c (fseek): Likewise.
7321         * tests/test-fseeko.c (fseeko): Likewise.
7322         * tests/test-fstatat.c (fstatat): Likewise.
7323         * tests/test-fsync.c (fsync): Likewise.
7324         * tests/test-ftell.c (ftell): Likewise.
7325         * tests/test-ftello.c (ftello): Likewise.
7326         * tests/test-futimens.c (futimens): Likewise.
7327         * tests/test-getaddrinfo.c (getaddrinfo, freeaddrinfo)
7328         (gai_strerror): Likewise.
7329         * tests/test-getcwd.c (getcwd): Likewise.
7330         * tests/test-getdelim.c (getdelim): Likewise.
7331         * tests/test-getdtablesize.c (getdtablesize): Likewise.
7332         * tests/test-getgroups.c (getgroups): Likewise.
7333         * tests/test-gethostname.c (gethostname): Likewise.
7334         * tests/test-getline.c (getline): Likewise.
7335         * tests/test-getopt.c (getopt, getopt_long, getopt_long_only):
7336         Likewise.
7337         * tests/test-gettimeofday.c (gettimeofday): Likewise.
7338         * tests/test-glob.c (glob, globfree): Likewise.
7339         * tests/test-iconv.c (iconv, iconv_open, iconv_close): Likewise.
7340         * tests/test-inet_ntop.c (inet_ntop): Likewise.
7341         * tests/test-inet_pton.c (inet_pton): Likewise.
7342         * tests/test-isblank.c (isblank): Likewise.
7343         * tests/test-lchown.c (lchown): Likewise.
7344         * tests/test-ldexpl.c (ldexpl): Likewise.
7345         * tests/test-link.c (link): Likewise.
7346         * tests/test-linkat.c (linkat): Likewise.
7347         * tests/test-lseek.c (lseek): Likewise.
7348         * tests/test-lstat.c (lstat): Likewise.
7349         * tests/test-mbrtowc.c (mbrtowc): Likewise.
7350         * tests/test-mbsinit.c (mbsinit): Likewise.
7351         * tests/test-mbsnrtowcs.c (mbsnrtowcs): Likewise.
7352         * tests/test-mbsrtowcs.c (mbsrtowcs): Likewise.
7353         * tests/test-memchr.c (memchr): Likewise.
7354         * tests/test-memcmp.c (memcmp): Likewise.
7355         * tests/test-memmem.c (memmem): Likewise.
7356         * tests/test-memrchr.c (memrchr): Likewise.
7357         * tests/test-mkdir.c (mkdir): Likewise.
7358         * tests/test-mkdirat.c (mkdirat): Likewise.
7359         * tests/test-mkfifo.c (mkfifo): Likewise.
7360         * tests/test-mkfifoat.c (mkfifoat, mknodat): Likewise.
7361         * tests/test-mknod.c (mknod): Likewise.
7362         * tests/test-nanosleep.c (nanosleep): Likewise.
7363         * tests/test-nl_langinfo.c (nl_langinfo): Likewise.
7364         * tests/test-obstack-printf.c (obstack_printf, obstack_vprintf):
7365         Likewise.
7366         * tests/test-open.c (open): Likewise.
7367         * tests/test-openat.c (openat): Likewise.
7368         * tests/test-perror.c (perror): Likewise.
7369         * tests/test-pipe2.c (pipe2): Likewise.
7370         * tests/test-poll.c (poll): Likewise.
7371         * tests/test-popen.c (popen, pclose): Likewise.
7372         * tests/test-posix_spawn1.c (posix_spawnp, posix_spawnattr_init)
7373         (posix_spawnattr_destroy, posix_spawnattr_setsigmask)
7374         (posix_spawnattr_setflags, posix_spawn_file_actions_init)
7375         (posix_spawn_file_actions_destroy)
7376         (posix_spawn_file_actions_addclose)
7377         (posix_spawn_file_actions_addopen)
7378         (posix_spawn_file_actions_adddup2): Likewise.
7379         * tests/test-posix_spawn3.c (posix_spawn): Likewise.
7380         * tests/test-pread.c (pread): Likewise.
7381         * tests/test-printf-posix.c (printf): Likewise.
7382         * tests/test-pty.c (openpty, forkpty): Likewise.
7383         * tests/test-random_r.c (srandom_r, initstate_r, setstate_r)
7384         (random_r): Likewise.
7385         * tests/test-rawmemchr.c (rawmemchr): Likewise.
7386         * tests/test-readlink.c (readlink): Likewise.
7387         * tests/test-remove.c (remove): Likewise.
7388         * tests/test-rename.c (rename): Likewise.
7389         * tests/test-renameat.c (renameat): Likewise.
7390         * tests/test-rmdir.c (rmdir): Likewise.
7391         * tests/test-round1.c (round): Likewise.
7392         * tests/test-roundf1.c (roundf): Likewise.
7393         * tests/test-roundl.c (roundl): Likewise.
7394         * tests/test-setenv.c (setenv): Likewise.
7395         * tests/test-sigaction.c (sigaction): Likewise.
7396         * tests/test-sleep.c (sleep): Likewise.
7397         * tests/test-snprintf.c (snprintf): Likewise.
7398         * tests/test-sprintf-posix.c (sprintf): Likewise.
7399         * tests/test-stat.c (stat): Likewise.
7400         * tests/test-stpncpy.c (stpncpy): Likewise.
7401         * tests/test-strcasestr.c (strcasestr): Likewise.
7402         * tests/test-strchrnul.c (strchrnul): Likewise.
7403         * tests/test-strerror.c (strerror): Likewise.
7404         * tests/test-strsignal.c (strsignal): Likewise.
7405         * tests/test-strstr.c (strstr): Likewise.
7406         * tests/test-strtod.c (strtod): Likewise.
7407         * tests/test-strverscmp.c (strverscmp): Likewise.
7408         * tests/test-symlink.c (symlink): Likewise.
7409         * tests/test-symlinkat.c (symlinkat, readlinkat): Likewise.
7410         * tests/test-times.c (times): Likewise.
7411         * tests/test-trunc1.c (trunc): Likewise.
7412         * tests/test-truncf1.c (truncf): Likewise.
7413         * tests/test-truncl.c (truncl): Likewise.
7414         * tests/test-tsearch.c (tdelete, tfind, tsearch, twalk):
7415         Likewise.
7416         * tests/test-uname.c (uname): Likewise.
7417         * tests/test-unlink.c (unlink): Likewise.
7418         * tests/test-unlinkat.c (unlinkat): Likewise.
7419         * tests/test-unsetenv.c (unsetenv): Likewise.
7420         * tests/test-usleep.c (usleep): Likewise.
7421         * tests/test-utimensat.c (utimensat): Likewise.
7422         * tests/test-vasprintf.c (asprintf, vasprintf): Likewise.
7423         * tests/test-vdprintf-posix.c (vdprintf): Likewise.
7424         * tests/test-vfprintf-posix.c (vfprintf): Likewise.
7425         * tests/test-vprintf-posix.c (vprintf): Likewise.
7426         * tests/test-vsnprintf.c (vsnprintf): Likewise.
7427         * tests/test-vsprintf-posix.c (vsprintf): Likewise.
7428         * tests/test-wcrtomb.c (wcrtomb): Likewise.
7429         * tests/test-wcsnrtombs.c (wcsnrtombs): Likewise.
7430         * tests/test-wcsrtombs.c (wcsrtombs): Likewise.
7431         * tests/test-wcwidth.c (wcwidth): Likewise.
7432
7433         build: pull in conditional headers during GNULIB_POSIXCHECK
7434         * lib/stdio.in.h (includes): Using GNULIB_POSIXCHECK also requires
7435         definitions from any conditionally-included headers.
7436         * lib/stdlib.in.h (includes): Likewise.
7437         * lib/unistd.in.h (includes): Likewise.
7438
7439 2009-12-24  Bruno Haible  <bruno@clisp.org>
7440
7441         * tests/test-argv-iter.c: Include header file being tested immediately
7442         after config.h.
7443         * tests/test-base64.c: Likewise.
7444         * tests/test-flock.c: Likewise.
7445         * tests/test-fsync.c: Likewise.
7446         * tests/test-getdate.c: Likewise.
7447         * tests/test-getndelim2.c: Likewise.
7448         * tests/test-isfinite.c: Likewise.
7449         * tests/test-isinf.c: Likewise.
7450         * tests/test-strerror.c: Likewise.
7451         * tests/test-strsignal.c: Likewise.
7452
7453 2009-12-23  Eric Blake  <ebb9@byu.net>
7454
7455         unistd: work around cygwin bug
7456         * lib/unistd.in.h (includes): Pick up headers needed for cygwin.
7457         * doc/posix-functions/unlinkat.texi (unlinkat): Document the bug.
7458         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
7459
7460 2009-12-23  Bruno Haible  <bruno@clisp.org>
7461
7462         localename: More tests.
7463         * tests/test-localename.c (SIZEOF): New macro.
7464         (categories): New variable.
7465         (test_locale_name, test_locale_name_posix, test_locale_name_environ,
7466         test_locale_name_default): Add test w.r.t. thread locale.
7467         (test_locale_name_thread): New function.
7468         (main): Invoke it.
7469
7470         localename: Make aware of thread locale.
7471         * lib/localename.h (gl_locale_name_thread): New declaration.
7472         (gl_locale_name, gl_locale_name_posix, gl_locale_name_default): Clarify
7473         behaviour with respect to thread locale.
7474         * lib/localename.c: Include <limits.h>, <stddef.h>, <xlocale.h>,
7475         <langinfo.h>, glthread/lock.h.
7476         (SIZE_BITS): New macro.
7477         (string_hash): New function.
7478         (struct hash_node): New type.
7479         (HASH_TABLE_SIZE): New macro.
7480         (struniq_hash_table, struniq_lock): New variables.
7481         (struniq): New function.
7482         (gl_locale_name_thread): New function.
7483         (gl_locale_name): Invoke it.
7484         * m4/localename.m4 (gl_LOCALENAME): Test for uselocale function.
7485         * modules/localename (Depends-on): Add lock.
7486         Reported by Mike Gran <spk121@yahoo.com>.
7487
7488 2009-12-23  Eric Blake  <ebb9@byu.net>
7489
7490         va-args: new module
7491         * modules/va-args: New file.
7492         * m4/va-args.m4 (gl_VA_ARGS): Likewise.
7493         * MODULES.html.sh (Core language properties): Mention it.
7494
7495         gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
7496         * m4/gnulib-common.m4 (gl_COMMON): Create a more-appropriately
7497         named alias for __attribute__((__unused__)).
7498         * lib/chown.c: Update client.
7499         * lib/fchmodat.c: Likewise.
7500         * lib/fts.c: Likewise.
7501         * lib/getdate.y: Likewise.
7502         * lib/getgroups.c: Likewise.
7503         * lib/getopt.c: Likewise.
7504         * lib/getugroups.c: Likewise.
7505         * lib/mkdir.c: Likewise.
7506         * lib/mkfifo.c: Likewise.
7507         * lib/mkfifoat.c: Likewise.
7508         * lib/mknod.c: Likewise.
7509         * lib/mknodat.c: Likewise.
7510         * lib/readlink.c: Likewise.
7511         * lib/se-context.in.h: Likewise.
7512         * lib/se-selinux.in.h: Likewise.
7513         * lib/sockets.c: Likewise.
7514         * lib/symlink.c: Likewise.
7515         * lib/symlinkat.c: Likewise.
7516         * lib/unicodeio.c: Likewise.
7517         * lib/unistr.h: Likewise.
7518         * tests/test-areadlink.c: Likewise.
7519         * tests/test-areadlinkat.c: Likewise.
7520         * tests/test-filenamecat.c: Likewise.
7521         * tests/test-fseeko.c: Likewise.
7522         * tests/test-ftello.c: Likewise.
7523         * tests/test-getdate.c: Likewise.
7524         * tests/test-getgroups.c: Likewise.
7525         * tests/test-gethostname.c: Likewise.
7526         * tests/test-quotearg.c: Likewise.
7527         * tests/test-version-etc.c: Likewise.
7528         * tests/test-xalloc-die.c: Likewise.
7529         * tests/test-xfprintf-posix.c: Likewise.
7530         * tests/test-xprintf-posix.c: Likewise.
7531         * tests/test-xvasprintf.c: Likewise.
7532
7533         tests: avoid compiler warnings
7534         * tests/test-fcntl.c (main): Delete unused parameters.
7535         * tests/test-freopen-safer.c (main): Likewise.
7536         * tests/test-xalloc-die.c (main): Mark unused parameters.
7537         * tests/test-fseeko.c (main): Likewise.
7538         * tests/test-ftello.c (main): Likewise.
7539         * tests/test-nanosleep.c (main): Avoid declaration warning.
7540         * tests/test-sleep.c (main): Likewise.
7541         * tests/test-unsetenv.c (main): Silence warning about string
7542         literal.
7543         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
7544
7545 2009-12-23  Bruno Haible  <bruno@clisp.org>
7546
7547         * tests/test-localename.c (test_locale_name): New function, extracted
7548         from main. Also test mixed situations.
7549         (test_locale_name_posix, test_locale_name_environ,
7550         test_locale_name_default): New functions.
7551         (main): Invoke them all.
7552         * modules/localename-tests (configure.ac): Test for newlocale.
7553
7554 2009-12-23  Bruno Haible  <bruno@clisp.org>
7555
7556         unistd: Ensure getcwd gets declared before being overridden.
7557         * lib/unistd.in.h: Conditionally include <io.h>.
7558
7559 2009-12-22  Bruno Haible  <bruno@clisp.org>
7560
7561         wchar: Diagnose broken combination of glibc and gcc versions and flags.
7562         * m4/wchar.m4 (gl_WCHAR_H_INLINE_OK): New macro.
7563         (gl_WCHAR_H): Invoke it.
7564         * m4/btowc.m4 (gl_FUNC_BTOWC): Require it.
7565         * doc/posix-headers/wchar.texi: Mention the interoperability problem.
7566         Reported by Karl Berry <karl@freefriends.org>.
7567
7568 2009-12-22  Eric Blake  <ebb9@byu.net>
7569
7570         math, unistd: avoid redundant includes
7571         * lib/math.in.h (isnan): No need to re-include <math.h>.
7572         * lib/unistd.in.h (getcwd): Likewise, for <stdlib.h>.
7573
7574         getsubopt: work around cygwin bug
7575         * lib/stdlib.in.h (includes): Move unistd inclusion sooner, to
7576         avoid conflicting with system getsubopt.
7577         * doc/posix-functions/getsubopt.texi (getsubopt): Document the
7578         bug.
7579
7580         getopt: synchronize from glibc
7581         * lib/getopt.c (_getopt_initialize, _getopt_internal_r): Swap
7582         parameter order.  Adjust all callers.
7583         (_getopt_internal_r, main): Adjust quoting in error messages.
7584         Drop considerations for outdated POSIX 1003.2 error message.
7585         * lib/getopt1.c (_getopt_long_r, _getopt_long_only_r): Adjust
7586         callers.
7587         * lib/getopt_int.h (_getopt_internal_r): Adjust prototype.
7588
7589         test-getopt: test stderr behavior
7590         * modules/getopt-posix-tests (Depends-on): Add dup2.
7591         * tests/test-getopt.c (ASSERT): Avoid stderr.
7592         (main): Move stderr to a temporary file.
7593         * tests/test-getopt.h (getopt_loop): No longer manipulate opterr.
7594         Instead, add parameter to inform caller if output occurred.
7595         (test_getopt): Adjust all existing tests to expect silence, and
7596         add new tests of leading ":".
7597         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
7598         glibc shortcomings with leading "-:" or "+:" in optstring.
7599         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
7600         Likewise.
7601         * doc/posix-functions/getopt.texi (getopt): Likewise.
7602
7603         test-getopt: enhance test
7604         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require that getopt_long
7605         supports optind=0.
7606         * tests/test-getopt.c (OPTIND_MIN): Move...
7607         * tests/test-getopt.h (OPTIND_MIN): ...here.
7608         * tests/test-getopt_long.h (test_getopt_long): Add more coverage.
7609         Require that optind=0 works, since modern BSD supports it in
7610         addition to optreset, and since coreutils expects it.
7611         (test_getopt_long_only): New test.
7612         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
7613         glibc shortcomings with 'W;', and enforcement of optind=0.
7614         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
7615         Likewise.
7616
7617 2009-12-21  Bruno Haible  <bruno@clisp.org>
7618
7619         localename: Improvements for MacOS X and Cygwin.
7620         * lib/localename.h (gl_locale_name_environ): New declaration.
7621         * lib/localename.c (gl_locale_name_environ): New function, extracted from
7622         gl_locale_name_posix. Ignore dummy LANG values on MacOS X and Cygwin.
7623         (gl_locale_name_posix): Invoke it.
7624         (gl_locale_name_default): Add comments. Use Windows native API also on
7625         Cygwin.
7626
7627 2009-12-21  Bruno Haible  <bruno@clisp.org>
7628
7629         Update list of Win32 locale ids.
7630         * lib/localename.c (LANG_ROMANSH): Renamed from LANG_RHAETO_ROMANCE.
7631         (LANG_SAMI): Renamed from LANG_SAAMI.
7632         (LANG_BASHKIR, LANG_LUXEMBOURGISH, LANG_GREENLANDIC,
7633         LANG_MAPUDUNGUN, LANG_MOHAWK, LANG_BRETON, LANG_OCCITAN, LANG_CORSICAN,
7634         LANG_ALSATIAN, LANG_YAKUT, LANG_KICHE, LANG_KINYARWANDA, LANG_WOLOF,
7635         LANG_DARI, LANG_SCOTTISH_GAELIC): New macros.
7636         (SUBLANG_AFRIKAANS_SOUTH_AFRICA, SUBLANG_ALBANIAN_ALBANIA,
7637         SUBLANG_ALSATIAN_FRANCE, SUBLANG_AMHARIC_ETHIOPIA,
7638         SUBLANG_ARMENIAN_ARMENIA, SUBLANG_ASSAMESE_INDIA,
7639         SUBLANG_BASHKIR_RUSSIA, SUBLANG_BASQUE_BASQUE,
7640         SUBLANG_BELARUSIAN_BELARUS, SUBLANG_BRETON_FRANCE,
7641         SUBLANG_BULGARIAN_BULGARIA, SUBLANG_CAMBODIAN_CAMBODIA,
7642         SUBLANG_CATALAN_SPAIN, SUBLANG_CORSICAN_FRANCE,
7643         SUBLANG_CZECH_CZECH_REPUBLIC, SUBLANG_DANISH_DENMARK,
7644         SUBLANG_DARI_AFGHANISTAN, SUBLANG_DIVEHI_MALDIVES,
7645         SUBLANG_DUTCH_SURINAM, SUBLANG_ESTONIAN_ESTONIA,
7646         SUBLANG_FAEROESE_FAROE_ISLANDS, SUBLANG_FARSI_IRAN,
7647         SUBLANG_FINNISH_FINLAND, SUBLANG_FRISIAN_NETHERLANDS,
7648         SUBLANG_GALICIAN_SPAIN, SUBLANG_GEORGIAN_GEORGIA,
7649         SUBLANG_GREEK_GREECE, SUBLANG_GREENLANDIC_GREENLAND,
7650         SUBLANG_GUJARATI_INDIA, SUBLANG_HAUSA_NIGERIA_LATIN,
7651         SUBLANG_HEBREW_ISRAEL, SUBLANG_HINDI_INDIA, SUBLANG_HUNGARIAN_HUNGARY,
7652         SUBLANG_ICELANDIC_ICELAND, SUBLANG_IGBO_NIGERIA,
7653         SUBLANG_INDONESIAN_INDONESIA, SUBLANG_INUKTITUT_CANADA,
7654         SUBLANG_INUKTITUT_CANADA_LATIN, SUBLANG_IRISH_IRELAND,
7655         SUBLANG_JAPANESE_JAPAN, SUBLANG_KANNADA_INDIA,
7656         SUBLANG_KAZAK_KAZAKHSTAN, SUBLANG_KICHE_GUATEMALA,
7657         SUBLANG_KINYARWANDA_RWANDA, SUBLANG_KONKANI_INDIA,
7658         SUBLANG_KYRGYZ_KYRGYZSTAN, SUBLANG_LAO_LAOS, SUBLANG_LATVIAN_LATVIA,
7659         SUBLANG_LITHUANIAN_LITHUANIA, SUBLANG_LOWER_SORBIAN_GERMANY,
7660         SUBLANG_LUXEMBOURGISH_LUXEMBOURG, SUBLANG_MACEDONIAN_MACEDONIA,
7661         SUBLANG_MALAYALAM_INDIA, SUBLANG_MALTESE_MALTA,
7662         SUBLANG_MAORI_NEW_ZEALAND, SUBLANG_MAPUDUNGUN_CHILE,
7663         SUBLANG_MARATHI_INDIA, SUBLANG_MOHAWK_CANADA, SUBLANG_NEPALI_NEPAL,
7664         SUBLANG_OCCITAN_FRANCE, SUBLANG_ORIYA_INDIA,
7665         SUBLANG_PASHTO_AFGHANISTAN, SUBLANG_POLISH_POLAND,
7666         SUBLANG_ROMANSH_SWITZERLAND, SUBLANG_SAMI_NORTHERN_NORWAY,
7667         SUBLANG_SAMI_NORTHERN_SWEDEN, SUBLANG_SAMI_NORTHERN_FINLAND,
7668         SUBLANG_SAMI_LULE_NORWAY, SUBLANG_SAMI_LULE_SWEDEN,
7669         SUBLANG_SAMI_SOUTHERN_NORWAY, SUBLANG_SAMI_SOUTHERN_SWEDEN,
7670         SUBLANG_SAMI_SKOLT_FINLAND, SUBLANG_SAMI_INARI_FINLAND,
7671         SUBLANG_SANSKRIT_INDIA, SUBLANG_SINHALESE_SRI_LANKA,
7672         SUBLANG_SLOVAK_SLOVAKIA, SUBLANG_SLOVENIAN_SLOVENIA,
7673         SUBLANG_SOTHO_SOUTH_AFRICA, SUBLANG_SWAHILI_KENYA,
7674         SUBLANG_SWEDISH_SWEDEN, SUBLANG_SYRIAC_SYRIA,
7675         SUBLANG_TAGALOG_PHILIPPINES, SUBLANG_TAJIK_TAJIKISTAN,
7676         SUBLANG_TAMIL_INDIA, SUBLANG_TATAR_RUSSIA, SUBLANG_TELUGU_INDIA,
7677         SUBLANG_THAI_THAILAND, SUBLANG_TSWANA_SOUTH_AFRICA,
7678         SUBLANG_TURKISH_TURKEY, SUBLANG_TURKMEN_TURKMENISTAN,
7679         SUBLANG_UKRAINIAN_UKRAINE, SUBLANG_UPPER_SORBIAN_GERMANY,
7680         SUBLANG_VIETNAMESE_VIETNAM, SUBLANG_WELSH_UNITED_KINGDOM,
7681         SUBLANG_WOLOF_SENEGAL, SUBLANG_XHOSA_SOUTH_AFRICA,
7682         SUBLANG_YAKUT_RUSSIA, SUBLANG_YI_PRC, SUBLANG_YORUBA_NIGERIA,
7683         SUBLANG_ZULU_SOUTH_AFRICA): New macros.
7684         (gl_locale_name_from_win32_LANGID): Handle also the territory neutral
7685         locale ids. Add support for Alsatian, Bashkir, Breton, Corsican, Dari,
7686         Greenlandic, K'iche', Kinyarwanda, Luxembourgish, Mapudungun, Mohawk,
7687         Occitan, Scottish Gaelic, Wolof, Yakut. Change language code for Yi.
7688         Add more languages and countries for Sami, Sorbian. Add more countries
7689         for Serbian, Dutch. Add more scripts for Inuktitut. Be more precise
7690         for Pashto. Change country for Syriac, Tswana.
7691
7692 2009-12-21  Eric Blake  <ebb9@byu.net>
7693
7694         test-utimens: avoid spurious failure
7695         * tests/test-chown.h (nap): Factor...
7696         * tests/nap.h: ...into new file.
7697         * tests/test-lchown.h (nap): Avoid duplication.
7698         * tests/test-utimens-common.h (nap): Use shared implementation,
7699         necessary on file systems with 1-second resolution.
7700         * modules/chown-tests (Files): Include new file.
7701         * modules/fdutimensat-tests (Files): Likewise.
7702         * modules/futimens-tests (Files): Likewise.
7703         * modules/lchown-tests (Files): Likewise.
7704         * modules/openat-tests (Files): Likewise.
7705         * modules/utimens-tests (Files): Likewise.
7706         * modules/utimensat-tests (Files): Likewise.
7707
7708 2009-12-19  Eric Blake  <ebb9@byu.net>
7709
7710         futimens, utimensat: work around Linux bug
7711         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect ctime bug.
7712         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
7713         * lib/utimensat.c (rpl_utimensat): Work around it.
7714         * lib/futimens.c (rpl_futimens): Adjust comment.
7715
7716         utimens: work around Linux ctime bug
7717         * lib/utimens.c (detect_ctime_bug): New helper function.
7718         (update_timespec): Differentiate between workaround needed for
7719         this bug vs. what is needed for systems that lack utimensat.
7720         (fdutimens, lutimens): Work around bug.
7721
7722         utimens: check for ctime update
7723         * tests/test-utimens-common.h (check_ctime): Define.
7724         * tests/test-utimens.h (test_utimens): Expose the Linux bug.
7725         * tests/test-futimens.h (test_futimens): Likewise.
7726         * tests/test-lutimens.h (test_lutimens): Likewise.
7727         * doc/posix-functions/futimens.texi (futimens): Document the bug.
7728         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
7729
7730 2009-12-19  Bruno Haible  <bruno@clisp.org>
7731
7732         dprintf-posix: Check against memory leak fixed on 2009-12-15.
7733         * tests/test-dprintf-posix2.sh: New file.
7734         * tests/test-dprintf-posix2.c: New file.
7735         * modules/dprintf-posix-tests (Files): Add them.
7736         (configure.ac): Check for getrlimit and setrlimit.
7737         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
7738
7739 2009-12-19  Bruno Haible  <bruno@clisp.org>
7740
7741         fprintf-posix: Check against memory leak fixed on 2009-12-15.
7742         * tests/test-fprintf-posix3.sh: New file.
7743         * tests/test-fprintf-posix3.c: New file.
7744         * modules/fprintf-posix-tests (Files): Add them.
7745         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
7746
7747 2009-12-19  Eric Blake  <ebb9@byu.net>
7748
7749         dirfd: fix prototype
7750         * lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
7751         * lib/dirfd.c (dirfd): Likewise.
7752
7753         canonicalize: reduce memory usage
7754         * lib/canonicalize.c (canonicalize_filename_mode): Trim the
7755         allocation to size.
7756         Reported by Solar Designer <solar@openwall.com>.
7757
7758 2009-12-19  Bruno Haible  <bruno@clisp.org>
7759
7760         New module attribute 'Applicability'.
7761         * modules/TEMPLATE-EXTENDED: New field 'Applicability'.
7762         * gnulib-tool: New option --extract-applicability.
7763         (func_usage): Document it.
7764         (sed_extract_prog): Recognize it.
7765         (func_get_applicability): New function.
7766         (func_import): Generalize handling of 'link-warning' module.
7767         * modules/link-warning (Applicability): New section.
7768         * modules/arg-nonnull (Applicability): New section.
7769         Repoted by Simon Josefsson <simon@josefsson.org>.
7770
7771 2009-12-19  Bruno Haible  <bruno@clisp.org>
7772
7773         fflush: tweak
7774         * lib/fflush.c (update_fpos_cache): Don't use fpos_t on Cygwin.
7775         * lib/fseeko.c (rpl_fseeko): Likewise.
7776
7777 2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
7778
7779         * lib/gl_list.h: Fix typo in comment.
7780
7781 2009-12-16  Eric Blake  <ebb9@byu.net>
7782
7783         fcntl: use to simplify other modules
7784         * modules/cloexec (Depends-on): Add fcntl.
7785         * modules/fchdir (Depends-on): Likewise.
7786         * modules/fd-safer-flag (Depends-on): Likewise.
7787         * modules/unistd-safer (Depends-on): Likewise.
7788         * modules/dup3 (configure.ac): Set module indicator.
7789         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Replace fcntl if fchdir is
7790         missing.
7791         * lib/fchdir.c (_gl_register_dup): Fix comment.
7792         * lib/cloexec.c (dup_cloexec): Simplify, by relying on fcntl.
7793         * lib/dup-safer.c (dup_safer): Likewise.
7794         * lib/dup-safer-flag.c (dup_safer_flag): Likewise.
7795         * lib/dup3.c (dup3): Likewise.
7796         * tests/test-fchdir.c (main): Enhance test.
7797         Fixes a dup_cloexec bug reported by OndÅ™ej Vašík.
7798
7799         fcntl: port portions of fcntl to mingw
7800         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
7801         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
7802         replacement for mingw.
7803         * modules/fcntl (Description): Update.
7804         (Depends-on): Add dup2.
7805         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
7806         * modules/fcntl-h (Makefile.am): Substitute it.
7807         * lib/fcntl.in.h (fcntl): Update declaration.
7808         (F_DUPFD, F_GETFD): New macros, when needed.
7809         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
7810         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
7811         * tests/test-fcntl.c (check_flags, main): Enhance test for items
7812         we now guarantee.
7813
7814         fcntl: work around cygwin bug in F_DUPFD
7815         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
7816         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
7817         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
7818         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
7819         * doc/posix-functions/fcntl.texi (fcntl): Document it.
7820
7821         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
7822         * modules/fcntl (Files): List new files.
7823         (configure.ac): Run a test.
7824         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
7825         * lib/fcntl.c (rpl_fcntl): Likewise.
7826         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
7827         (gl_FCNTL_H): Always replace fcntl.h.
7828         * modules/fcntl-h (Makefile.am): Substitute witnesses.
7829         * lib/fcntl.in.h (fcntl): Declare replacement.
7830         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
7831         needed, plus a witness.
7832         * doc/posix-functions/fcntl.texi (fcntl): Document this.
7833         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
7834         * tests/test-fcntl.c: New file.
7835         * modules/fcntl-tests: Likewise.
7836
7837         binary-io: avoid potential compilation warning
7838         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
7839         directives.
7840
7841         fflush: avoid compilation error on NetBSD
7842         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
7843         between off_t and fpos_t, since the latter is sometimes a struct.
7844         * lib/fseeko.c (rpl_fseeko): Likewise.
7845         Reported by Alexander Nasonov <alnsn@yandex.ru>.
7846
7847 2009-12-15  Eric Blake  <ebb9@byu.net>
7848
7849         fcntl-h, stdio, sys_ioctl: fix declarations
7850         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
7851         function must not take arguments.
7852         * lib/sys_ioctl.in.h (ioctl): Likewise.
7853         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
7854         (open): Add a link warning.
7855
7856 2009-12-15  Jim Meyering  <meyering@redhat.com>
7857
7858         areadlink, areadlink-with-size: relax license to LGPLv2+
7859         * modules/areadlink (License): Relax to LGPLv2+.
7860         * modules/areadlink-with-size (License): Likewise.
7861
7862 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
7863             Bruno Haible  <bruno@clisp.org>
7864
7865         *printf: Fix memory leak.
7866         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
7867         * lib/vfprintf.c (vfprintf): Likewise.
7868         * lib/dprintf.c (dprintf): Likewise.
7869         * lib/vdprintf.c (vdprintf): Likewise.
7870
7871 2009-12-14  Eric Blake  <ebb9@byu.net>
7872
7873         accept4: adjust module dependencies
7874         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
7875
7876         utimens: one more try at avoiding compiler warning
7877         * lib/utimens.c (lutimens): Lower scope of result.
7878
7879 2009-12-13  Bruno Haible  <bruno@clisp.org>
7880
7881         Move the malloc checking from module 'list' to new module 'xlist'.
7882         * modules/xlist: New file.
7883         * lib/gl_xlist.h: New file.
7884         * lib/gl_xlist.c: New file.
7885         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
7886         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
7887         gl_list_add_last, gl_list_add_before, gl_list_add_after,
7888         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
7889         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
7890         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
7891         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
7892         gl_sortedlist_nx_add): New declarations.
7893         (struct gl_list_implementation): Rename and change methods accordingly.
7894         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
7895         (gl_list_nx_create): Renamed from gl_list_create.
7896         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
7897         (gl_list_nx_set_at): Renamed from gl_list_set_at.
7898         (gl_list_nx_add_first): Renamed from gl_list_add_first.
7899         (gl_list_nx_add_last): Renamed from gl_list_add_last.
7900         (gl_list_nx_add_before): Renamed from gl_list_add_before.
7901         (gl_list_nx_add_after): Renamed from gl_list_add_after.
7902         (gl_list_nx_add_at): Renamed from gl_list_add_at.
7903         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
7904         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
7905         gl_list_create_empty.
7906         (gl_list_nx_create): Renamed from gl_list_create.
7907         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
7908         (gl_list_nx_set_at): Renamed from gl_list_set_at.
7909         (gl_list_nx_add_first): Renamed from gl_list_add_first.
7910         (gl_list_nx_add_last): Renamed from gl_list_add_last.
7911         (gl_list_nx_add_before): Renamed from gl_list_add_before.
7912         (gl_list_nx_add_after): Renamed from gl_list_add_after.
7913         (gl_list_nx_add_at): Renamed from gl_list_add_at.
7914         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
7915         * lib/gl_array_list.c: Don't include xalloc.h.
7916         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
7917         NULL upon out-of-memory.
7918         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
7919         out-of-memory.
7920         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
7921         Change return type to 'int'.
7922         (gl_array_nx_set_at): Renamed from gl_array_set_at.
7923         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
7924         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
7925         upon out-of-memory.
7926         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
7927         upon out-of-memory.
7928         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
7929         upon out-of-memory.
7930         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
7931         upon out-of-memory.
7932         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
7933         out-of-memory.
7934         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
7935         Update.
7936         (gl_array_list_implementation): Update.
7937         * lib/gl_carray_list.c: Don't include xalloc.h.
7938         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
7939         Return NULL upon out-of-memory.
7940         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
7941         out-of-memory.
7942         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
7943         Change return type to 'int'.
7944         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
7945         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
7946         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
7947         upon out-of-memory.
7948         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
7949         upon out-of-memory.
7950         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
7951         out-of-memory.
7952         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
7953         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
7954         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
7955         Update.
7956         (gl_carray_list_implementation): Update.
7957         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
7958         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
7959         gl_linked_create_empty. Return NULL upon out-of-memory.
7960         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
7961         out-of-memory.
7962         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
7963         Change return type to 'int'. Return -1 upon out-of-memory.
7964         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
7965         out-of-memory.
7966         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
7967         upon out-of-memory.
7968         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
7969         upon out-of-memory.
7970         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
7971         NULL upon out-of-memory.
7972         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
7973         upon out-of-memory.
7974         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
7975         out-of-memory.
7976         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
7977         Update.
7978         * lib/gl_linked_list.c: Don't include xalloc.h.
7979         (gl_linked_list_implementation): Update.
7980         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
7981         (add_to_bucket): Change return type to 'int'.
7982         (gl_linkedhash_list_implementation): Update.
7983         * lib/gl_anytree_list1.h (free_subtree): New function.
7984         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
7985         gl_tree_create_empty. Return NULL upon out-of-memory.
7986         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
7987         Change return type to 'int'. Return -1 upon out-of-memory.
7988         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
7989         out-of-memory.
7990         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
7991         (gl_tree_remove_node): New function, moved here from
7992         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
7993         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
7994         Update.
7995         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
7996         malloc, not xmalloc. Return NULL upon out-of-memory.
7997         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
7998         out-of-memory.
7999         (gl_tree_remove_node_from_tree): New function, extracted from
8000         gl_tree_remove_node.
8001         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
8002         upon out-of-memory.
8003         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
8004         out-of-memory.
8005         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
8006         upon out-of-memory.
8007         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
8008         upon out-of-memory.
8009         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
8010         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
8011         not xmalloc. Return NULL upon out-of-memory.
8012         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
8013         out-of-memory.
8014         (gl_tree_remove_node_from_tree): New function, extracted from
8015         gl_tree_remove_node.
8016         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
8017         upon out-of-memory.
8018         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
8019         out-of-memory.
8020         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
8021         upon out-of-memory.
8022         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
8023         upon out-of-memory.
8024         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
8025         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
8026         gl_anytree_list1.h before gl_anyavltree_list2.h.
8027         (gl_avltree_list_implementation): Update.
8028         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
8029         gl_anytree_list1.h before gl_anyavltree_list2.h.
8030         (gl_rbtree_list_implementation): Update.
8031         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
8032         Change return type to 'int'. Return -1 upon out-of-memory. Use
8033         __builtin_expect.
8034         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
8035         (gl_avltreehash_list_implementation): Update.
8036         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
8037         (gl_rbtreehash_list_implementation): Update.
8038         * modules/array-list (Depends-on): Remove xalloc.
8039         * modules/carray-list (Depends-on): Likewise.
8040         * modules/linked-list (Depends-on): Likewise.
8041         * modules/linkedhash-list (Depends-on): Likewise.
8042         * modules/avltree-list (Depends-on): Likewise.
8043         * modules/rbtree-list (Depends-on): Likewise.
8044         * modules/avltreehash-list (Depends-on): Likewise.
8045         * modules/rbtreehash-list (Depends-on): Likewise.
8046
8047         * modules/xsublist: New file.
8048         * lib/gl_xsublist.h: New file.
8049         * lib/gl_xsublist.c: New file.
8050         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
8051         (gl_sublist_nx_create): New declaration.
8052         * lib/gl_sublist.c: Don't include xalloc.h.
8053         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
8054         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
8055         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
8056         Change return type to 'int'. Return -1 upon out-of-memory.
8057         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
8058         upon out-of-memory.
8059         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
8060         NULL upon out-of-memory.
8061         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
8062         upon out-of-memory.
8063         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
8064         NULL upon out-of-memory.
8065         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
8066         NULL upon out-of-memory.
8067         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
8068         upon out-of-memory.
8069         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
8070         (gl_sublist_list_implementation): Update.
8071         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
8072         upon out-of-memory.
8073         * modules/sublist (Depends-on): Remove xalloc.
8074
8075         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
8076         * tests/test-carray_list.c: Likewise.
8077         * tests/test-linked_list.c: Likewise.
8078         * tests/test-linkedhash_list.c: Likewise.
8079         * tests/test-avltree_list.c: Likewise.
8080         * tests/test-rbtree_list.c: Likewise.
8081         * tests/test-avltreehash_list.c: Likewise.
8082         * tests/test-rbtreehash_list.c: Likewise.
8083         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
8084         * modules/carray-list-tests (Makefile.am): Likewise.
8085         * modules/linked-list-tests (Makefile.am): Likewise.
8086         * modules/linkedhash-list-tests (Makefile.am): Likewise.
8087         * modules/avltree-list-tests (Makefile.am): Likewise.
8088         * modules/rbtree-list-tests (Makefile.am): Likewise.
8089         * modules/avltreehash-list-tests (Makefile.am): Likewise.
8090         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
8091
8092         * NEWS: Mention the changes.
8093
8094         * lib/clean-temp.c: Include gl_xlist.h.
8095         * modules/clean-temp (Depends-on): Add xlist.
8096
8097         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
8098         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
8099
8100         * tests/test-array_oset.c: Include gl_xlist.h.
8101         * modules/array-oset-tests (Depends-on): Add xlist.
8102
8103         Reported by José E. Marchesi <jemarch@gnu.org>.
8104
8105 2009-12-13  Bruno Haible  <bruno@clisp.org>
8106
8107         Move the malloc checking from module 'oset' to new module 'xoset'.
8108         * modules/xoset: New file.
8109         * lib/gl_xoset.h: New file.
8110         * lib/gl_xoset.c: New file.
8111         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
8112         declarations.
8113         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
8114         (struct gl_oset_implementation): Rename and change methods accordingly.
8115         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
8116         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
8117         'int'. Mark as __warn_unused_result__.
8118         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
8119         gl_oset_create_empty.
8120         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
8121         'int'.
8122         * lib/gl_array_oset.c: Don't include xalloc.h.
8123         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
8124         malloc, not xmalloc.
8125         (grow): Change return type to 'int'. Don't call xalloc_die.
8126         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
8127         to 'int'.
8128         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
8129         'int'.
8130         (gl_array_oset_implementation): Update.
8131         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
8132         gl_tree_create_empty.
8133         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
8134         'int'.
8135         * lib/gl_avltree_oset.c: Don't include xalloc.h.
8136         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
8137         xmalloc.
8138         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
8139         not xmalloc.
8140         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
8141         xmalloc.
8142         (gl_avltree_oset_implementation): Update.
8143         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
8144         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
8145         xmalloc.
8146         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
8147         not xmalloc.
8148         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
8149         xmalloc.
8150         (gl_rbtree_oset_implementation): Update.
8151         * modules/array-oset (Depends-on): Remove xalloc.
8152         * modules/avltree-oset (Depends-on): Likewise.
8153         * modules/rbtree-oset (Depends-on): Likewise.
8154         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
8155         * tests/test-avltree_oset.c: Likewise.
8156         * tests/test-rbtree_oset.c: Likewise.
8157         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
8158         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
8159         * modules/rbtree-oset-tests (Makefile.am): Likewise.
8160         * NEWS: Mention the change.
8161
8162 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
8163
8164         maint.mk: allow a project to override release-prep commands
8165         * top/maint.mk (alpha, beta, stable): Move release-preparatory
8166         commands into a new rule.
8167         (release-prep): New rule.
8168         (release-prep-hook): New overridable variable.
8169
8170 2009-12-13  Bruno Haible  <bruno@clisp.org>
8171
8172         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
8173
8174 2009-12-13  Jim Meyering  <meyering@redhat.com>
8175
8176         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
8177         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
8178
8179 2009-12-12  Bruno Haible  <bruno@clisp.org>
8180
8181         duplocale: Tweak.
8182         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
8183
8184 2009-12-12  Karl Berry  <karl@gnu.org>
8185
8186         * config/srclist.txt (strtoll.c): tab changes, no more sync.
8187
8188 2009-12-12  Bruno Haible  <bruno@clisp.org>
8189
8190         * m4/po.m4: Undo incorrect untabification.
8191
8192 2009-12-12  Bruno Haible  <bruno@clisp.org>
8193
8194         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
8195         * modules/c-strtod (Depends-on): Add locale.
8196         * modules/c-strtold (Depends-on): Likewise.
8197
8198 2009-12-12  Bruno Haible  <bruno@clisp.org>
8199
8200         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
8201
8202 2009-12-11  Eric Blake  <ebb9@byu.net>
8203
8204         setenv: relax requirement in light of POSIX ruling
8205         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
8206         not NULL.
8207         * tests/test-setenv.c (main): Relax test.
8208         * tests/test-unsetenv.c (main): Likewise.
8209         * doc/posix-functions/setenv.texi (setenv): Document this.
8210         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
8211
8212 2009-12-11  Bruno Haible  <bruno@clisp.org>
8213
8214         New module 'fd-safer-flag'.
8215         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
8216         * lib/dup-safer.c (dup_safer_flag): Remove function.
8217         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
8218         * lib/fd-safer.c (fd_safer_flag): Remove function.
8219         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
8220         * modules/cloexec (configure.ac): Drop indicator macro.
8221         * modules/fd-safer-flag: New file.
8222         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
8223         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
8224         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
8225
8226 2009-12-11  Bruno Haible  <bruno@clisp.org>
8227
8228         Tests for module 'nl_langinfo'.
8229         * modules/nl_langinfo-tests: New file.
8230         * tests/test-nl_langinfo.sh: New file.
8231         * tests/test-nl_langinfo.c: New file.
8232
8233         New module 'nl_langinfo'.
8234         * lib/nl_langinfo.c: New file.
8235         * m4/nl_langinfo.m4: New file.
8236         * modules/nl_langinfo: New file.
8237         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
8238
8239 2009-12-11  Bruno Haible  <bruno@clisp.org>
8240
8241         Tests for module 'langinfo'.
8242         * modules/langinfo-tests: New file.
8243         * tests/test-langinfo.c: New file.
8244
8245         New module 'langinfo'.
8246         * lib/langinfo.in.h: New file.
8247         * m4/langinfo_h.m4: New file.
8248         * modules/langinfo: New file.
8249         * doc/posix-headers/langinfo.texi: Mention the new module.
8250
8251 2009-12-11  Bruno Haible  <bruno@clisp.org>
8252
8253         * lib/config.charset: Untabify.
8254
8255 2009-12-11  Bruno Haible  <bruno@clisp.org>
8256
8257         * modules/unistd-safer (configure.ac): Drop indicator macro.
8258
8259 2009-12-11  Bruno Haible  <bruno@clisp.org>
8260
8261         Move pipe2-safer code to its own file.
8262         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
8263         * lib/pipe-safer.c (pipe2_safer): Remove function.
8264         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
8265         (Makefile.am): Add it to lib_SOURCES.
8266
8267 2009-12-10  Bruno Haible  <bruno@clisp.org>
8268
8269         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
8270
8271 2009-12-10  Bruno Haible  <bruno@clisp.org>
8272
8273         Declare which arguments expect non-NULL values, for GCC and clang.
8274         * build-aux/arg-nonnull.h: New file.
8275         * modules/arg-nonnull: New file.
8276         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
8277         (inet_ntop, inet_pton): Use it.
8278         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
8279         (closedir, dirfd, opendir, scandir, alphasort): Use it.
8280         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
8281         (open, openat): Use it.
8282         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
8283         (fnmatch): Use it.
8284         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
8285         (getopt, getopt_long, getopt_long_only): Use it.
8286         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
8287         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
8288         Use it.
8289         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
8290         (iconv_open): Use it.
8291         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
8292         (strtoimax, strtoumax): Use it.
8293         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
8294         (duplocale): Use it.
8295         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
8296         (frexp, frexpl): Use it.
8297         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
8298         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
8299         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
8300         (tsearch, tfind, tdelete, twalk): Use it.
8301         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
8302         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
8303         sigpending): Use it.
8304         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
8305         (posix_spawn, posix_spawnp, posix_spawnattr_init,
8306         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
8307         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
8308         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
8309         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
8310         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
8311         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
8312         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
8313         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
8314         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
8315         Use it.
8316         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
8317         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
8318         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
8319         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
8320         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
8321         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
8322         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
8323         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
8324         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
8325         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
8326         strtoull, unsetenv): Use it.
8327         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
8328         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
8329         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
8330         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
8331         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
8332         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
8333         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
8334         (strcasecmp, strncasecmp): Use it.
8335         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
8336         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
8337         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
8338         rpl_setsockopt): Use it.
8339         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
8340         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
8341         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
8342         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
8343         (gettimeofday): Use it.
8344         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
8345         (times): Use it.
8346         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
8347         (uname): Use it.
8348         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
8349         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
8350         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
8351         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
8352         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
8353         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
8354         unlinkat, write): Use it.
8355         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
8356         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
8357         * lib/argv-iter.h: Include arg-nonnull.h.
8358         (_ATTRIBUTE_NONNULL_): Remove macro.
8359         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
8360         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
8361         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
8362         optimization.
8363         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
8364         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
8365         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
8366         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
8367         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
8368         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
8369         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
8370         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
8371         * modules/arpa_inet (Depends-on): Add arg-nonnull.
8372         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
8373         * modules/dirent (Depends-on): Add arg-nonnull.
8374         (Makefile.am): Insert arg-nonnull.h into dirent.h.
8375         * modules/fcntl-h (Depends-on): Add arg-nonnull.
8376         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
8377         * modules/fnmatch (Depends-on): Add arg-nonnull.
8378         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
8379         * modules/getopt-posix (Depends-on): Add arg-nonnull.
8380         (Makefile.am): Insert arg-nonnull.h into getopt.h.
8381         * modules/glob (Depends-on): Add arg-nonnull.
8382         (Makefile.am): Insert arg-nonnull.h into glob.h.
8383         * modules/iconv_open (Depends-on): Add arg-nonnull.
8384         (Makefile.am): Insert arg-nonnull.h into iconv.h.
8385         * modules/inttypes (Depends-on): Add arg-nonnull.
8386         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
8387         * modules/locale (Depends-on): Add arg-nonnull.
8388         (Makefile.am): Insert arg-nonnull.h into locale.h.
8389         * modules/math (Depends-on): Add arg-nonnull.
8390         (Makefile.am): Insert arg-nonnull.h into math.h.
8391         * modules/netdb (Depends-on): Add arg-nonnull.
8392         (Makefile.am): Insert arg-nonnull.h into netdb.h.
8393         * modules/search (Depends-on): Add arg-nonnull.
8394         (Makefile.am): Insert arg-nonnull.h into search.h.
8395         * modules/signal (Depends-on): Add arg-nonnull.
8396         (Makefile.am): Insert arg-nonnull.h into signal.h.
8397         * modules/spawn (Depends-on): Add arg-nonnull.
8398         (Makefile.am): Insert arg-nonnull.h into spawn.h.
8399         * modules/stdio (Depends-on): Add arg-nonnull.
8400         (Makefile.am): Insert arg-nonnull.h into stdio.h.
8401         * modules/stdlib (Depends-on): Add arg-nonnull.
8402         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
8403         * modules/string (Depends-on): Add arg-nonnull.
8404         (Makefile.am): Insert arg-nonnull.h into string.h.
8405         * modules/strings (Depends-on): Add arg-nonnull.
8406         (Makefile.am): Insert arg-nonnull.h into strings.h.
8407         * modules/sys_socket (Depends-on): Add arg-nonnull.
8408         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
8409         * modules/sys_stat (Depends-on): Add arg-nonnull.
8410         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
8411         * modules/sys_time (Depends-on): Add arg-nonnull.
8412         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
8413         * modules/sys_times (Depends-on): Add arg-nonnull.
8414         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
8415         * modules/sys_utsname (Depends-on): Add arg-nonnull.
8416         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
8417         * modules/time (Depends-on): Add arg-nonnull.
8418         (Makefile.am): Insert arg-nonnull.h into time.h.
8419         * modules/unistd (Depends-on): Add arg-nonnull.
8420         (Makefile.am): Insert arg-nonnull.h into unistd.h.
8421         * modules/wchar (Depends-on): Add arg-nonnull.
8422         (Makefile.am): Insert arg-nonnull.h into wchar.h.
8423         * modules/argv-iter (Depends-on): Add arg-nonnull.
8424         * tests/test-canonicalize.c (null_ptr): New function.
8425         (main): Use it.
8426         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
8427         (main): Use it.
8428         * tests/test-memmem.c (null_ptr): New function.
8429         (main): Use it.
8430         Reported by Jim Meyering.
8431
8432 2009-12-10  Bruno Haible  <bruno@clisp.org>
8433
8434         Use spaces for indentation, not tabs.
8435         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
8436         * m4/*.m4: Untabify.
8437         * build-aux/*.h: Untabify.
8438         * tests/**/*.[hc]: Untabify.
8439         * README: New section "Indent with spaces, not TABs", based on
8440         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
8441         * NEWS: Mention the change.
8442
8443 2009-12-10  Bruno Haible  <bruno@clisp.org>
8444
8445         pty test: Fix link error.
8446         * modules/pty-tests (Makefile.am): Add the default LDADD value to
8447         test_pty_LDADD.
8448
8449 2009-12-07  Simon Josefsson  <simon@josefsson.org>
8450
8451         * modules/pty: New file.
8452         * modules/pty-tests: New file.
8453         * m4/pty.m4: New file.
8454         * tests/test-pty.c: New file.
8455         * doc/glibc-headers/pty.texi: Modified.
8456         * doc/glibc-functions/forkpty.texi: Modified.
8457         * doc/glibc-functions/openpty.texi: Modified.
8458
8459 2009-12-10  Bruno Haible  <bruno@clisp.org>
8460
8461         Avoid syntax error in C++ mode.
8462         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
8463
8464 2009-12-10  Bruno Haible  <bruno@clisp.org>
8465
8466         Use sed with option -e.
8467         * gnulib-tool (func_version, func_emit_copyright_notice,
8468         func_emit_initmacro_end, func_import, func_create_testdir): Pass
8469         option -e to sed.
8470         * modules/link-warning (Makefile.am): Likewise.
8471
8472 2009-12-10  Jim Meyering  <meyering@redhat.com>
8473
8474         mgetgroups: do not write bytes beyond end of malloc'd buffer
8475         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
8476         username, we call getgroups with a one-element-shorter buffer,
8477         but still told it the length was original, max_n_groups.
8478
8479 2009-12-09  Eric Blake  <ebb9@byu.net>
8480
8481         cloexec: relax license
8482         * modules/cloexec (Maintainer): Add myself.
8483         (License): Use LGPL, not GPL.
8484
8485         link-warning: optimize generation
8486         * modules/link-warning (Makefile.am): Reduce process usage.
8487
8488 2009-12-09  Bruno Haible  <bruno@clisp.org>
8489
8490         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
8491         workaround was added on 2009-11-17.
8492
8493 2009-12-09  Jim Meyering  <meyering@redhat.com>
8494             Bruno Haible  <bruno@clisp.org>
8495
8496         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
8497         * modules/link-warning (Makefile.am): Make the comment-removing sed
8498         command more robust in the face of bootstrap-prepended comment lines.
8499
8500 2009-12-09  Bruno Haible  <bruno@clisp.org>
8501
8502         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
8503         most one group.
8504
8505 2009-12-09  Simon Josefsson <simon@josefsson.org>
8506             Bruno Haible  <bruno@clisp.org>
8507
8508         * build-aux/link-warning.h: Add copyright notice.
8509         * modules/link-warning (Makefile.am): Generate link-warning.h from
8510         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
8511         * NEWS: Mention change in link-warning module.
8512         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
8513         * modules/dirent (Makefile.am): Add dependency to dirent.h.
8514         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
8515         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
8516         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
8517         * modules/math (Makefile.am): Add dependency to math.h.
8518         * modules/search (Makefile.am): Add dependency to search.h.
8519         * modules/signal (Makefile.am): Add dependency to signal.h.
8520         * modules/spawn (Makefile.am): Add dependency to spawn.h.
8521         * modules/stdio (Makefile.am): Add dependency to stdio.h.
8522         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
8523         * modules/string (Makefile.am): Add dependency to string.h.
8524         * modules/strings (Makefile.am): Add dependency to strings.h.
8525         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
8526         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
8527         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
8528         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
8529         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
8530         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
8531         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
8532         * modules/unistd (Makefile.am): Add dependency to unistd.h.
8533         * modules/wchar (Makefile.am): Add dependency to wchar.h.
8534
8535 2009-12-09  Bruno Haible  <bruno@clisp.org>
8536
8537         fchdir: Optimize away rpl_fstat when possible.
8538         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
8539         REPLACE_OPEN_DIRECTORY.
8540         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
8541
8542 2009-12-09  Bruno Haible  <bruno@clisp.org>
8543
8544         * lib/fchdir.c: Update comment.
8545
8546 2009-12-09  Bruno Haible  <bruno@clisp.org>
8547
8548         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
8549
8550 2009-12-08  Eric Blake  <ebb9@byu.net>
8551
8552         fchdir: avoid memory leak on re-registration.
8553         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
8554
8555 2009-12-08  Jim Meyering  <meyering@redhat.com>
8556
8557         init.sh: avoid Solaris 10 /bin/sh portability problem
8558         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
8559         sourced script:
8560           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
8561           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
8562           bar
8563         tests/init.sh relied on that, accepting a --set-path=DIR argument,
8564         and two tests used that idiom.
8565         * tests/init.sh: Update suggested usage comments.
8566         (path_prepend_): New function, to be used in place
8567         of the --src-path=DIR option.
8568         (setup_): Move PATH-prepending code into path_prepend_.
8569         * tests/test-pread.sh: Adapt to new usage.
8570         * tests/test-xalloc-die.sh: Likewise.
8571
8572 2009-12-08  Simon Josefsson  <simon@josefsson.org>
8573
8574         * doc/gnulib.texi (Glibc pty.h): Add.
8575         * doc/glibc-functions/forkpty.texi: Add.
8576         * doc/glibc-functions/openpty.texi: Add.
8577         Suggested by Bruno Haible.
8578
8579 2009-12-08  Eric Blake  <ebb9@byu.net>
8580
8581         fchdir: fix logic bugs
8582         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
8583         * tests/test-fchdir.c (main): Enhance test.
8584         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
8585         is in use.
8586
8587         dup2: fix logic bugs
8588         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
8589         REPLACE_DUP2 to decide when rpl_dup2 is needed.
8590         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
8591         exists.
8592         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
8593
8594 2009-12-07  Eric Blake  <ebb9@byu.net>
8595
8596         unlink: fix m4 detection
8597         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
8598
8599         unistd-safer: add unit test
8600         * modules/unistd-safer-tests: New file.
8601         * tests/test-dup-safer.c: Likewise.
8602         * tests/test-cloexec.c (setmode): Avoid compiler warning.
8603         * tests/test-dup2.c (setmode): Likewise.
8604         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
8605
8606         cloexec: preserve text vs. binary across dup_cloexec
8607         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
8608         mode.
8609         * modules/dup2-tests (Depends-on): Add binary-io.
8610         * modules/cloexec-tests (Depends-on): Likewise.
8611         * tests/test-dup2.c (setmode, is_mode): New helpers.
8612         (main): Add tests that translation mode is preserved.
8613         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
8614         Reported by Bruno Haible.
8615
8616         mgetgroups: reduce duplicate listings
8617         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
8618         resulting array.
8619         * tests/test-chown.h (test_chown): Simplify client.
8620         * tests/test-lchown.h (test_lchown): Likewise.
8621
8622 2009-12-06  Bruno Haible  <bruno@clisp.org>
8623
8624         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
8625         value.
8626
8627 2009-12-06  Bruno Haible  <bruno@clisp.org>
8628
8629         * lib/progname.c: Include stdio.h, stdlib.h.
8630         (set_program_name): Reject a NULL argument.
8631
8632 2009-12-05  Eric Blake  <ebb9@byu.net>
8633
8634         pipe2-safer: new module
8635         * modules/pipe2-safer: New file.
8636         * lib/unistd-safer.h (pipe2_safer): New prototype.
8637         * lib/unistd--.h (pipe2): New wrapper.
8638         * lib/pipe-safer.c (pipe2_safer): New function.
8639         * modules/pipe (Depends-on): Add pipe2-safer.
8640         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
8641
8642         stdlib-safer: preserve cloexec flag for mkostemp[s]
8643         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
8644         fd_safer_flag.
8645
8646         unistd-safer: allow preservation of cloexec status via flag
8647         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
8648         prototypes.
8649         * lib/dup-safer.c (dup_safer_flag): New function.
8650         * lib/fd-safer.c (fd_safer_flag): Likewise.
8651         * modules/cloexec (configure.ac): Set witness.
8652
8653         test-dup2: enhance test
8654         * modules/dup2-tests (Depends-on): Add cloexec.
8655         * tests/test-dup2.c (main): Enhance test.
8656
8657         cloexec: add dup_cloexec
8658         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
8659         header and comments.
8660         * lib/cloexec.c (set_cloexec_flag): Add comments.
8661         (dup_cloexec): New function, with mingw implementation borrowed
8662         from...
8663         * lib/w32spawn.h (dup_noinherit): ...here.
8664         * modules/execute (Depends-on): Add cloexec.
8665         * modules/pipe (Depends-on): Likewise.
8666         * modules/cloexec (Depends-on): Add dup2.
8667         * modules/cloexec-tests (Files): New file.
8668         * tests/test-cloexec.c: Likewise.
8669
8670         test-xalloc-die: fix test for mingw
8671         * modules/xalloc-die-tests (Files): Add tests/init.sh.
8672         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
8673         directory and .exe suffix off argv[0] output.
8674
8675         test-fseeko: fix test for mingw
8676         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
8677         than undefining fseek, so test will pass on mingw.
8678
8679 2009-12-05  Bruno Haible  <bruno@clisp.org>
8680
8681         * lib/progname.h (set_program_name): Clarify specification.
8682         * lib/progname.c (set_program_name): Likewise.
8683         Reported by Jim Meyering.
8684
8685 2009-12-05  Jim Meyering  <meyering@redhat.com>
8686
8687         maint.mk: backslash-escape parens in default regexp
8688         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
8689         backslash-escape the literal parentheses.
8690
8691         maint.mk: news-date-check: use grep -E
8692         * top/maint.mk (today): Define a Make variable, not a...
8693         (news-date-check): ...shell variable.
8694         (news-date-regexp): Use the Make variable.
8695         Use grep's -E option.  Change the failing diagnostic to mention
8696         the variable, $(news-date-regexp).
8697
8698 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
8699
8700         maintainer-makefile: allow customization of NEWS entry format
8701         * top/maint.mk (news-date-regexp): New overridable variable.
8702         (news-date-check): Use it.
8703
8704 2009-12-04  Eric Blake  <ebb9@byu.net>
8705
8706         mgetgroups: add xgetgroups, and avoid ENOSYS failures
8707         * lib/mgetgroups.h (xgetgroups): New prototype.
8708         * lib/mgetgroups.c (xgetgroups): New wrapper.
8709         (mgetgroups): Handle ENOSYS.
8710         * modules/mgetgroups (Depends-on): Add realloc.
8711         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
8712
8713         mgetgroups: avoid argument promotion issues with -1
8714         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
8715         for invalid gid_t.
8716         * tests/test-chown.h (getegid, test_chown): Likewise.
8717         * tests/test-lchown.h (getegid, test_lchown): Likewise.
8718
8719 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
8720
8721         exclude: Fix header file problems.
8722         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
8723
8724 2009-12-01  Jim Meyering  <meyering@redhat.com>
8725
8726         fts: fts_open: do not let an empty string cause immediate failure
8727         This is required in support of GNU rm, for which the command
8728         "rm A '' B" must process and remove both A and B, in spite of
8729         the empty string argument.
8730         * lib/fts.c (fts_open): Do not let the presence of an empty string
8731         cause fts_open to fail immediately.  Most fts-using tools must be
8732         able to process all arguments, in order, and can be expected to
8733         diagnose such arguments themselves.
8734
8735 2009-11-30  Eric Blake  <ebb9@byu.net>
8736
8737         utimens: fix compilation error
8738         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
8739         Declare variable at right scope.
8740
8741 2009-11-29  Jim Meyering  <meyering@redhat.com>
8742
8743         bootstrap: handle perl-5.11's changed --version output
8744         * build-aux/bootstrap (get_version): Handle perl separately,
8745         since perl-5.11's --version output is different.
8746
8747 2009-11-28  Jim Meyering  <meyering@redhat.com>
8748
8749         userspec: depend on the inttostr module, too
8750         * modules/userspec (Depends-on): Add inttostr.
8751
8752         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
8753         * lib/userspec.c (parse_with_separator): Do not accept a user ID
8754         number of MAXUID when it evaluates to (uid_t) -1.
8755         Likewise for group ID.  Reported by Matt McCutchen in
8756         <http://savannah.gnu.org/bugs/?28113>
8757
8758         userspec: reformat to use spaces, not TABs
8759         * lib/userspec.c: Expand TABs to spaces.
8760         Add Emacs' "indent-tabs-mode: nil" hint.
8761
8762 2009-11-27  Eric Blake  <ebb9@byu.net>
8763
8764         getopt-gnu: flush out another BSD bug
8765         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
8766         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
8767         flush out BSD bug.
8768         * tests/test-getopt.h (test_getopt): End lists with NULL.
8769         * tests/test-getopt_long.h (test_getopt_long): Likewise.
8770         (test_getopt_long_posix): Enhance test.
8771         * modules/getopt-posix-tests (Depends-on): Add stdbool.
8772         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
8773         getopt-gnu.
8774         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
8775         Likewise.
8776
8777 2009-11-27  Simon Josefsson  <simon@josefsson.org>
8778
8779         * modules/idpriv-droptemp-tests (Notice): Fix text.
8780
8781 2009-11-27  Jim Meyering  <meyering@redhat.com>
8782
8783         test-xalloc-die: avoid spurious failure due to libtool argv difference
8784         In a libtool-enabled project, this test would fail due to a difference
8785         in the emitted program name, e.g.,
8786         -test-xalloc-die: memory exhausted
8787         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
8788         Use program to avoid that.
8789         * modules/xalloc-die-tests (Depends-on): Add progname.
8790         * tests/test-xalloc-die.c: Include progname.h".
8791         (program_name): Remove decl.
8792         (main): Call set_program_name.
8793         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
8794
8795 2009-11-26  Richard Jones  <rjones@redhat.com>
8796
8797         w32sock: leave win32 error in place.
8798         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
8799
8800 2009-11-26  Eric Blake  <ebb9@byu.net>
8801
8802         init.sh: suggest to use skip_ and fail_ functions in comments
8803         * tests/init.sh: Add a sentence.
8804
8805 2009-11-25  Bruno Haible  <bruno@clisp.org>
8806
8807         init.sh: add documentation in comments
8808         * tests/init.sh: Add some developer and user documentation.
8809
8810 2009-11-26  Jim Meyering  <meyering@redhat.com>
8811
8812         init.sh: accommodate even those who specify bogus srcdir manually
8813         * tests/init.sh: Normally, srcdir is guaranteed by automake and
8814         configure-time tests to be sanitized, so that there is no need to
8815         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
8816         (with no double quotes) suffices.  However, since tests may be
8817         invoked manually, and since you may explicitly set srcdir to the
8818         name of a directory containing spaces, do quote its uses here.
8819         * tests/test-pread.sh: Likewise.
8820         Suggested by Bruno Haible.
8821
8822         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
8823         * tests/test-pread.sh: Write no data into the pipe, because
8824         test-pread actually reads none.  This avoids a diagnostic,
8825         "bash: echo: write error: Broken pipe", that arises in the unusual
8826         event something is ignoring SIGPIPE, and might be interpreted
8827         as some sort of failure.  Reported by Bruno Haible.
8828
8829 2009-11-25  Jim Meyering  <meyering@redhat.com>
8830
8831         test-pread: cover failure with ESPIPE and EINVAL
8832         * tests/test-pread.c (main): Test for failure, too.
8833         * tests/test-pread.sh: Invoke with stdin on a pipe.
8834         Suggested by Eric Blake.
8835
8836         pread: improvement and fix
8837         * modules/pread (Depends-on): Depend on lseek, for portability to
8838         e.g., mingw.  Suggested by Eric Blake.
8839         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
8840
8841         unistd.in.h: correct declaration of pread
8842         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
8843         Reported by Richard W.M. Jones.
8844
8845         test-pread.sh: distribute the test script
8846         * modules/pread-tests (Files): Include test-pread.sh.
8847
8848         test-pread.sh: clean up
8849         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
8850         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
8851         That is unnecessary, since it's always ".".
8852         Suggestion from Eric Blake.
8853
8854         test-pread.sh: make executable
8855         * tests/test-pread.sh: Set executable bit.
8856         Reported by Eric Blake.
8857
8858         correct typo in test-pread.sh
8859         * tests/test-pread.sh: Add #! line.
8860
8861         test pread
8862         * tests/test-pread.c: New file.
8863         * tests/test-pread.sh: Likewise.
8864         * modules/pread-tests: Likewise.
8865
8866         pread: new module
8867         * modules/pread: New file.
8868         * lib/unistd.in.h (pread): Define/declare.
8869         * lib/pread.c (pread): New file.
8870         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
8871         * modules/unistd (Makefile.am): Substitute witnesses.
8872         * doc/posix-functions/pread.texi (pread): Update.
8873         * MODULES.html.sh: Add pread.
8874
8875 2009-11-25  Jim Meyering  <meyering@redhat.com>
8876
8877         tests/init.sh: new file to be used via most *.sh tests
8878         * tests/init.sh: New file.
8879
8880 2009-11-25  Eric Blake  <ebb9@byu.net>
8881
8882         utimens: work around older Linux failure with symlinks
8883         * lib/utimens.c (lutimensat_works_really): New variable.
8884         (fdutimens, lutimens): Use it to manage kernels that support
8885         nanosecond times on files, but not on symlinks.
8886         Reported by OndÅ™ej Vašík.
8887
8888         utimes: fix configure grammar
8889         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
8890
8891 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
8892
8893         regex: Fix fastmap for multibyte character ranges.
8894         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
8895         characters when a multibyte character range is included.
8896
8897 2009-11-22  Andy Wingo  <wingo@pobox.com>
8898
8899         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
8900         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
8901
8902 2009-11-24  Bruno Haible  <bruno@clisp.org>
8903
8904         doc: Most *_l functions exist in MacOS X 10.5.
8905         * doc/posix-functions/duplocale.texi: Update platforms list.
8906         * doc/posix-functions/freelocale.texi: Likewise.
8907         * doc/posix-functions/newlocale.texi: Likewise.
8908         * doc/posix-functions/uselocale.texi: Likewise.
8909         * doc/posix-functions/isalnum_l.texi: Likewise.
8910         * doc/posix-functions/isalpha_l.texi: Likewise.
8911         * doc/posix-functions/isblank_l.texi: Likewise.
8912         * doc/posix-functions/iscntrl_l.texi: Likewise.
8913         * doc/posix-functions/isdigit_l.texi: Likewise.
8914         * doc/posix-functions/isgraph_l.texi: Likewise.
8915         * doc/posix-functions/islower_l.texi: Likewise.
8916         * doc/posix-functions/isprint_l.texi: Likewise.
8917         * doc/posix-functions/ispunct_l.texi: Likewise.
8918         * doc/posix-functions/isspace_l.texi: Likewise.
8919         * doc/posix-functions/isupper_l.texi: Likewise.
8920         * doc/posix-functions/iswalnum_l.texi: Likewise.
8921         * doc/posix-functions/iswalpha_l.texi: Likewise.
8922         * doc/posix-functions/iswblank_l.texi: Likewise.
8923         * doc/posix-functions/iswcntrl_l.texi: Likewise.
8924         * doc/posix-functions/iswctype_l.texi: Likewise.
8925         * doc/posix-functions/iswdigit_l.texi: Likewise.
8926         * doc/posix-functions/iswgraph_l.texi: Likewise.
8927         * doc/posix-functions/iswlower_l.texi: Likewise.
8928         * doc/posix-functions/iswprint_l.texi: Likewise.
8929         * doc/posix-functions/iswpunct_l.texi: Likewise.
8930         * doc/posix-functions/iswspace_l.texi: Likewise.
8931         * doc/posix-functions/iswupper_l.texi: Likewise.
8932         * doc/posix-functions/iswxdigit_l.texi: Likewise.
8933         * doc/posix-functions/isxdigit_l.texi: Likewise.
8934         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
8935         * doc/posix-functions/strcasecmp_l.texi: Likewise.
8936         * doc/posix-functions/strcoll_l.texi: Likewise.
8937         * doc/posix-functions/strfmon_l.texi: Likewise.
8938         * doc/posix-functions/strftime_l.texi: Likewise.
8939         * doc/posix-functions/strncasecmp_l.texi: Likewise.
8940         * doc/posix-functions/strxfrm_l.texi: Likewise.
8941         * doc/posix-functions/tolower_l.texi: Likewise.
8942         * doc/posix-functions/toupper_l.texi: Likewise.
8943         * doc/posix-functions/towctrans_l.texi: Likewise.
8944         * doc/posix-functions/towlower_l.texi: Likewise.
8945         * doc/posix-functions/towupper_l.texi: Likewise.
8946         * doc/posix-functions/wcscoll_l.texi: Likewise.
8947         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
8948         * doc/posix-functions/wctrans_l.texi: Likewise.
8949         * doc/posix-functions/wctype_l.texi: Likewise.
8950         * doc/glibc-functions/strptime_l.texi: Likewise.
8951         * doc/glibc-functions/strtod_l.texi: Likewise.
8952         * doc/glibc-functions/strtof_l.texi: Likewise.
8953         * doc/glibc-functions/strtol_l.texi: Likewise.
8954         * doc/glibc-functions/strtold_l.texi: Likewise.
8955         * doc/glibc-functions/strtoll_l.texi: Likewise.
8956         * doc/glibc-functions/strtoul_l.texi: Likewise.
8957         * doc/glibc-functions/strtoull_l.texi: Likewise.
8958         * doc/glibc-functions/wcsftime_l.texi: Likewise.
8959         * doc/glibc-functions/wcstod_l.texi: Likewise.
8960         * doc/glibc-functions/wcstof_l.texi: Likewise.
8961         * doc/glibc-functions/wcstol_l.texi: Likewise.
8962         * doc/glibc-functions/wcstold_l.texi: Likewise.
8963         * doc/glibc-functions/wcstoll_l.texi: Likewise.
8964         * doc/glibc-functions/wcstoul_l.texi: Likewise.
8965         * doc/glibc-functions/wcstoull_l.texi: Likewise.
8966
8967 2009-11-24  Bruno Haible  <bruno@clisp.org>
8968
8969         duplocale: Fix logic bug.
8970         * lib/duplocale.c: Don't include <langinfo.h>.
8971         (_NL_LOCALE_NAME): Remove macro.
8972         (rpl_duplocale): Use setlocale instead of nl_langinfo.
8973         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
8974
8975 2009-11-23  Jim Meyering  <meyering@redhat.com>
8976
8977         test-update-copyright: don't hard-code /usr/bin/perl
8978         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
8979         perl to print the current year.  Gilles Espinasse reported that
8980         the replaced use of perl was hard-coded as /usr/bin/perl.
8981
8982 2009-11-23  Bruno Haible  <bruno@clisp.org>
8983
8984         duplocale: Add support for glibc 2.3.x.
8985         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
8986
8987 2009-11-22  Bruno Haible  <bruno@clisp.org>
8988
8989         vasnprintf: Tiny optimization.
8990         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
8991         MacOS X.
8992
8993 2009-11-22  Bruno Haible  <bruno@clisp.org>
8994
8995         Tests for module 'duplocale'.
8996         * modules/duplocale-tests: New file.
8997         * tests/test-duplocale.c: New file.
8998
8999         New module 'duplocale'.
9000         * m4/duplocale.m4: New file.
9001         * lib/locale.in.h (duplocale): New declaration.
9002         * lib/duplocale.c: New file.
9003         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
9004         gl_LOCALE_H_DEFAULTS): New macros.
9005         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
9006         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
9007         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
9008         REPLACE_DUPLOCALE.
9009         * modules/duplocale: New file.
9010         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
9011
9012 2009-11-22  Bruno Haible  <bruno@clisp.org>
9013
9014         * modules/locale-tests (configure.ac): Test for newlocale function.
9015         * tests/test-locale.c: When the system has extended locale functions,
9016         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
9017
9018         locale: Make locale_t available when possible.
9019         * lib/locale.in.h: Include <xlocale.h> when it exists.
9020         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
9021         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
9022         * modules/locale (Depends-on): Add extensions.
9023         (Makefile.am): Also substitute HAVE_XLOCALE_H.
9024         * doc/posix-headers/locale.texi: Document the problem with locale_t.
9025
9026 2009-11-22  Bruno Haible  <bruno@clisp.org>
9027
9028         Add comments.
9029         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
9030         invocation.
9031         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
9032         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
9033         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
9034
9035 2009-11-22  Bruno Haible  <bruno@clisp.org>
9036
9037         error: account for the possibility of freopen (stdout).
9038         * lib/error.c: Include <unistd.h>.
9039         (flush_stdout): New function, extracted from error and error_at_line.
9040         Determine stdout's fd dynamically.
9041         (error, error_at_line): Invoke flush_stdout.
9042         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
9043         * modules/error (Depends-on): Add unistd.
9044
9045 2009-11-22  Bruno Haible  <bruno@clisp.org>
9046
9047         diffseq: Add comment.
9048         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
9049
9050 2009-11-22  Jim Meyering  <meyering@redhat.com>
9051
9052         c-stack: avoid defining an unused static function
9053         * lib/c-stack.c (find_stack_direction): Do not define this function
9054         when it will not be used.
9055
9056         diffseq: avoid spurious gcc warnings
9057         * lib/diffseq.h (IF_LINT2): Define.
9058         (compareseq): Use it to initialize two members of "part".
9059         This avoids two used-uninitialized warnings.
9060
9061 2009-11-21  Jim Meyering  <meyering@redhat.com>
9062
9063         c-stack: avoid "ignoring return value of `write'" warning
9064         * lib/c-stack.c: Include "ignore-value.h".
9065         (die): Explicitly ignore each write return value.
9066         * modules/c-stack (Depends-on): Add ignore-value.
9067
9068 2009-11-21  Bruno Haible  <bruno@clisp.org>
9069
9070         diffseq: reduce scope of variable 'best'.
9071         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
9072         variable, earlier used for two different purposes.
9073
9074 2009-11-21  Jim Meyering  <meyering@redhat.com>
9075
9076         diffseq: remove useless assignment to "best"
9077         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
9078         assignment.  At that point "best" is already guaranteed to be zero.
9079
9080 2009-11-20  Eric Blake  <ebb9@byu.net>
9081
9082         build: mention ftp redirector in release announcements
9083         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
9084         values that used to come from cfg.mk; mention FTP redirect URL.
9085         * build-aux/announce-gen: Mention the mirror list.
9086         Suggested by Karl Berry.
9087
9088         nanosleep: improve port to mingw
9089         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
9090         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
9091         LIB_NANOSLEEP, but only when needed.
9092         * modules/select (Link): Document LIBSOCKET.
9093         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
9094         enough.
9095
9096         nanosleep: work around cygwin bug
9097         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
9098         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
9099         bug.
9100         (getnow): Delete, not needed.
9101         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
9102         LIB_CLOCK_GETTIME.
9103         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
9104         clock-time, gettime.
9105         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
9106         bug.
9107         * modules/nanosleep-tests: New test.
9108         * tests/test-nanosleep.c: New file.
9109
9110         sleep: work around cygwin bug
9111         * lib/sleep.c (rpl_sleep): Work around the bug.
9112         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
9113         (gl_PREREQ_SLEEP): Delete unused macro.
9114         * modules/sleep (Depends-on): Add verify.
9115         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
9116         * modules/unistd (Makefile.am): Substitute witness.
9117         * lib/unistd.in.h (sleep): Update prototype.
9118         * doc/posix-functions/sleep.texi (sleep): Document the bug.
9119         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
9120         * modules/sleep-tests (Depends-on): Check for alarm.
9121
9122 2009-11-20  Jim Meyering  <meyering@redhat.com>
9123
9124         maint.mk: improve sc_prohibit_magic_number_exit
9125         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
9126         so it does not match uses like System.exit(1).
9127         Add comments showing how to correct all offenders.
9128
9129 2009-11-19  Eric Blake  <ebb9@byu.net>
9130
9131         xalloc-die-tests: add missing library
9132         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
9133
9134         test-xvasprintf: silence compiler warnings
9135         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
9136         empty string from gcc.
9137
9138 2009-11-19  Jim Meyering  <meyering@redhat.com>
9139
9140         xfreopen: new module, from coreutils
9141         * modules/xfreopen: New module.
9142         * lib/xfreopen.c: New file.
9143         * lib/xfreopen.h: New file.
9144         * MODULES.html.sh (File stream based Input/Output"): Add it.
9145
9146 2009-11-19  Eric Blake  <ebb9@byu.net>
9147
9148         manywarnings: depend on warnings
9149         * modules/manywarnings (Depends-on): Add warnings.
9150
9151         build: avoid compiler warnings
9152         * lib/select.c (rpl_select): Delete unused variable.
9153         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
9154
9155 2009-11-18  Eric Blake  <ebb9@byu.net>
9156
9157         tests: avoid false negative with --with-packager
9158         * tests/test-version-etc.sh: Discard packager information.
9159         * tests/test-argp-version-etc-1.sh: Likewise.
9160         Reported by Mike Frysinger.
9161
9162         utimens: fix regression on Solaris
9163         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
9164         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
9165         can only change fd timestamps via futimesat.  Instead, use an
9166         additional witness macro to avoid BSD bug.
9167         Reported by Jim Meyering.
9168
9169 2009-11-17  Eric Blake  <ebb9@byu.net>
9170
9171         usleep: use it to simplify tests
9172         * modules/stat-time-tests (Depends-on): Add usleep.
9173         (configure.ac): Drop usleep check.
9174         * modules/chown-tests (Depends-on, configure.ac): Likewise.
9175         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
9176         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
9177         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
9178         * modules/openat-tests (Depends-on, configure.ac): Likewise.
9179         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
9180         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
9181         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
9182         Likewise.
9183         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
9184         * tests/test-lchown.h (nap): Likewise.
9185         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
9186         * tests/test-stat-time.c (nap): Likewise.
9187         * tests/test-utimens-common.h (nap): Update comments.
9188
9189         usleep: new module
9190         * modules/usleep: New file.
9191         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
9192         * lib/usleep.c (usleep): Likewise.
9193         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
9194         * modules/unistd (Makefile.am): Substitute witnesses.
9195         * lib/unistd.in.h (usleep): Add declaration.
9196         * doc/pastposix-functions/usleep.texi (usleep): Document this.
9197         * MODULES.html.sh (Date and time): Likewise.
9198         * modules/usleep-tests (Depends-on): New test.
9199         * tests/test-usleep.c: New file.
9200
9201         chown: work around OpenBSD bug
9202         * lib/chown.c (rpl_chown): Work around the bug.
9203         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
9204         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
9205         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
9206         * modules/chown (Depends-on): Add stdbool.
9207         * modules/lchown (Depends-on): Likewise.
9208         * doc/posix-functions/chown.texi (chown): Document the bug.
9209         * doc/posix-functions/lchown.texi (lchown): Likewise.
9210         * tests/test-lchown.h (test_chown): Relax test.
9211
9212         mkstemp: avoid conflict with C++ keyword template
9213         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
9214         * lib/mkostemp.c (mkostemp): Likewise.
9215         * lib/mkostemps.c (mkostemps): Likewise.
9216         * lib/mkstemp.c (mkstemp): Likewise.
9217         * lib/mkstemps.c (mkstemps): Likewise.
9218
9219         xalloc-die-tests: optimize
9220         * tests/test-xalloc-die.sh: Reduce number of processes.
9221
9222 2009-11-17  Simon Josefsson  <simon@josefsson.org>
9223
9224         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
9225         patch from ludo@gnu.org (Ludovic Courtès).
9226
9227 2009-11-17  Jim Meyering  <meyering@redhat.com>
9228
9229         version-etc: use proper license string
9230         * modules/version-etc (License): Use LGPL, not LGPLv3+.
9231         * modules/version-etc-fsf: Likewise.
9232
9233 2009-11-17  Simon Josefsson  <simon@josefsson.org>
9234
9235         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
9236         printed to stdout.  Deal with EOL differences.
9237
9238 2009-11-17  Eric Blake  <ebb9@byu.net>
9239
9240         unsetenv: work around Solaris bug
9241         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
9242         * lib/unsetenv.c (rpl_unsetenv): Work around it.
9243         Reported by Jim Meyering.
9244
9245         vasnprintf: avoid compiler warnings
9246         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
9247         variables.
9248         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
9249
9250 2009-11-17  Simon Josefsson  <simon@josefsson.org>
9251
9252         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
9253         settings since xalloc-die is no longer the self test,
9254         xalloc-die.sh is.
9255
9256 2009-11-17  Jim Meyering  <meyering@redhat.com>
9257
9258         test-xalloc-die.sh: make the code agree with the commit log
9259         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
9260         at the end, just in case you happen to have a test-xalloc-die
9261         program in some other PATH directory.
9262
9263         test-xalloc-die.sh: fix a portability bug
9264         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
9265         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
9266         Otherwise, argv[0] (as often seen in diagnostics) would be too
9267         system-dependent, sometimes with, and sometimes without the leading "./".
9268
9269         version-etc-fsf: relax license to LGPLv3+
9270         * modules/version-etc-fsf (License): Relax license.
9271
9272 2009-11-16  Eric Blake  <ebb9@byu.net>
9273
9274         xalloc-die-tests: avoid printing null pointer
9275         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
9276         shell script.
9277         * tests/test-xalloc-die.c (program_name): Declare.
9278         * tests/test-xalloc-die.sh (tmpfiles): New file.
9279
9280         setenv, unsetenv: work around various bugs
9281         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
9282         (setenv) [HAVE_SETENV]: Work around bugs.
9283         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
9284         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
9285         for bugs.
9286         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
9287         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
9288         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
9289         * modules/stdlib (Makefile.am): Update substitutions.
9290         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
9291         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
9292         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
9293         * modules/setenv-tests: New test.
9294         * modules/unsetenv-tests: Likewise.
9295         * tests/test-setenv.c: New file.
9296         * tests/test-unsetenv.c: Likewise.
9297
9298 2009-11-16  Jim Meyering  <meyering@redhat.com>
9299
9300         version-etc: relax license to LGPLv3+
9301         * modules/version-etc (License): Relax license.
9302
9303         better AC_REQUIRE expanded-before-required-warning avoidance
9304         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
9305         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
9306         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
9307         which is no longer needed.
9308
9309 2009-11-16  Eric Blake  <ebb9@byu.net>
9310
9311         test-freading: clean up temporary file
9312         * tests/test-freading.c (main): Remove file on success, and use
9313         ASSERT more liberally.
9314         Reported by Jim Meyering.
9315
9316 2009-11-16  Jim Meyering  <meyering@redhat.com>
9317
9318         avoid new AC_REQUIRE expanded-before-required warnings
9319         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
9320         merely using it.
9321         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
9322         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
9323
9324 2009-11-15  Simon Josefsson  <simon@josefsson.org>
9325
9326         * tests/test-xalloc-die.c: New file.
9327         * modules/xalloc-die-tests: New file.
9328         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
9329         XFAIL_TESTS so it can be appended by modules.
9330
9331 2009-11-15  Simon Josefsson  <simon@josefsson.org>
9332
9333         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
9334         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
9335
9336 2009-11-14  Eric Blake  <ebb9@byu.net>
9337
9338         fnmatch: avoid compiler warning
9339         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
9340         to silence compiler warning about mismatch signedness in ?:.
9341         Reported by Robert Millan.
9342
9343         intprops: add double-inclusion guard
9344         * lib/intprops.h: Allow idempotent includes.
9345         Suggested by Bruce Korb.
9346
9347         openat: detect Solaris fchownat bug
9348         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
9349         penalizing glibc chownat when only lchownat is broken.
9350         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
9351         trailing slash bugs.
9352         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
9353         * modules/openat-tests (Files): Include more files.
9354         (Depends-on): Add mgetgroups, sleep, stat-time.
9355         (configure.ac): Add additional checks.
9356         (Makefile.am): Build new test.
9357         * tests/test-fchownat.c: New file.
9358
9359         lchown: detect Solaris and FreeBSD bug
9360         * lib/lchown.c (rpl_lchown): Work around bug.
9361         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
9362         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
9363         * modules/unistd (Makefile.am): Populate it.
9364         * lib/unistd.in.h (lchown): Update declaration.
9365         * doc/posix-functions/lchown.texi (lchown): Document the bug.
9366         * modules/lchown-tests: New file.
9367         * tests/test-lchown.h (test_lchown): Likewise.
9368         * tests/test-lchown.c (main): Likewise.
9369
9370         chown: detect Solaris and FreeBSD bug
9371         * lib/chown.c (rpl_chown): Work around bug.
9372         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
9373         (gl_PREREQ_CHOWN): Delete.
9374         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
9375         * modules/unistd (Makefile.am): Populate it.
9376         * lib/unistd.in.h (chown): Update declaration.
9377         * lib/lchown.c (chown): Update client.
9378         * modules/lchown (Depends-on): Add lstat.
9379         * doc/posix-functions/chown.texi (chown): Document the bug.
9380         * doc/posix-functions/getgroups.texi (getgroups): Document
9381         getgroups pitfall.
9382         * modules/chown-tests: New file.
9383         * tests/test-chown.h (test_chown): Likewise.
9384         * tests/test-chown.c (main): Likewise.
9385
9386 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
9387
9388         gnulib-tool: correctly detect absence of m4 directories
9389         * gnulib-tool: Avoid extra newline on data passed to wc -l.
9390
9391 2009-11-14  Jim Meyering  <meyering@redhat.com>
9392
9393         maint.mk: Prohibit inclusion of "xalloc.h" without use.
9394         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
9395
9396 2009-11-14  John W. Eaton  <jwe@gnu.org>
9397
9398         strftime.h: wrap funtion declaration in extern "C" block
9399         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
9400
9401 2009-11-13  Eric Blake  <ebb9@byu.net>
9402
9403         getgroups: avoid compiler warning
9404         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
9405
9406         getgroups: work around FreeBSD bug
9407         * lib/getgroups.c (rpl_getgroups): Work around the bug.
9408         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
9409         * doc/posix-functions/getgroups.texi (getgroups): Document it.
9410         * tests/test-getgroups.c (main): Fix buffer overrun.
9411
9412         getgroups: avoid compilation failure
9413         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
9414         * modules/getgroups (Depends-on): Add stdint.
9415
9416 2009-11-13  Jim Meyering  <meyering@redhat.com>
9417
9418         test-getgroups: avoid compilation failure
9419         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
9420
9421 2009-11-13  Eric Blake  <ebb9@byu.net>
9422
9423         mgetgroups: new module, taken from coreutils
9424         * modules/mgetgroups: New file.
9425         * lib/mgetgroups.h: Likewise.
9426         * lib/mgetgroups.c (mgetgroups): Likewise.
9427         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
9428         * MODULES.html.sh (Users and groups): Mention it.
9429
9430         getgroups: don't expose GETGROUPS_T to user
9431         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
9432         an element at a time if GETGROUPS_T is wrong size.
9433         * lib/getugroups.h (getugroups): Change signature.
9434         * lib/unistd.in.h (getgroups): Likewise.
9435         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
9436         signature needs fixing.
9437         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
9438         AC_TYPE_GETGROUPS.
9439         * modules/group-member (Depends-on): Add getgroups.
9440         * lib/group-member.c (group_info, get_group_info): Use gid_t.
9441         (group_member): Rely on getgroups replacement.
9442         * lib/getugroups.c (getugroups): Use gid_t.
9443         * tests/test-getgroups.c (main): Likewise.
9444         * NEWS: Mention the signature change.
9445         * doc/posix-functions/getgroups.texi (getgroups): Mention the
9446         problem with signature.
9447         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
9448         GETGROUPS_T is still useful for setgroups.
9449
9450         getgroups, getugroups: provide stubs for mingw
9451         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
9452         * lib/getugroups.c (getugroups): Likewise.
9453         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
9454         function.  Modernize replacement scheme.
9455         (gl_PREREQ_GETGROUPS): Delete.
9456         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
9457         * modules/getgroups (configure.ac): Declare witness.
9458         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
9459         * modules/unistd (Depends-on): Substitute witness.
9460         * lib/unistd.in.h (getgroups): Declare replacement.
9461
9462         getgroups: avoid calling exit
9463         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
9464         drop xalloc.
9465         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
9466         dependencies.
9467         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
9468         exiting, in the rare case of malloc failure.
9469
9470         getgroups: fix logic error
9471         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
9472         has more than 20 groups.
9473         * modules/getgroups-tests: New test.
9474         * tests/test-getgroups.c: New file.
9475
9476 2009-11-13  Simon Josefsson  <simon@josefsson.org>
9477
9478         * tests/test-base64.c: Improve.
9479
9480 2009-11-13  Simon Josefsson  <simon@josefsson.org>
9481
9482         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
9483         Blake <ebb9@byu.net>.
9484
9485 2009-11-13  Simon Josefsson  <simon@josefsson.org>
9486
9487         * tests/test-xvasprintf.c: Add %s%s related checks.
9488
9489 2009-11-12  Eric Blake  <ebb9@byu.net>
9490
9491         version-etc: match standards.texi style
9492         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
9493         and use <> only for URLs.
9494
9495 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
9496
9497         fts: do not fail on a submount during traversal
9498         * lib/fts.c (fts_build): Read the stat info again after opening
9499         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
9500         Original report at http://bugzilla.redhat.com/501848.
9501
9502 2009-11-12  Jim Meyering  <meyering@redhat.com>
9503
9504         bootstrap: sync from coreutils
9505         * build-aux/bootstrap (bootstrap_epilogue): New function.
9506         Use git_modules_config in one more place.  This make bootstrap's
9507         --gnulib-srcdir option more useful for testing.
9508
9509         bootstrap: generalize autoheader check
9510         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
9511         AC_CONFIG_HEADERS.
9512
9513 2009-11-11  Eric Blake  <ebb9@byu.net>
9514
9515         mkfifoat: use new modules for Solaris and BSD bugs
9516         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
9517         * lib/mkfifoat.c (mknodat): Split...
9518         * lib/mknodat.c (mknodat): ...into new file.
9519         * modules/mkfifoat (Files): Ship new file.
9520         (Depends-on): Add mkfifo, mknod.
9521         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
9522         (Depends-on): Add symlink.
9523         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
9524         redundant with test_mkfifo.h.
9525         (do_mkfifoat, do_mknodat): New helpers.
9526
9527         mknod: new module
9528         * modules/mknod: New file.
9529         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
9530         * lib/mknod.c (mknod): Likewise.
9531         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
9532         defaults.
9533         * modules/sys_stat (Makefile.am): Substitute them.
9534         * lib/sys_stat.in.h (mknod): Declare replacement.
9535         * MODULES.html.sh (Support for systems lacking POSIX:2008):
9536         Document it.
9537         * doc/posix-functions/mknod.texi (mknod): Likewise.
9538         * modules/mknod-tests: New test.
9539         * tests/test-mknod.c: Likewise.
9540
9541         mkfifo: new module
9542         * modules/mkfifo: New file.
9543         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
9544         * lib/mkfifo.c (mkfifo): Likewise.
9545         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
9546         defaults.
9547         * modules/sys_stat (Makefile.am): Substitute them.
9548         * lib/sys_stat.in.h (mkfifo): Declare replacement.
9549         * MODULES.html.sh (Support for systems lacking POSIX:2008):
9550         Document it.
9551         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
9552         * modules/mkfifo-tests: New test.
9553         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
9554         from test-mkfifoat.c.
9555         * tests/test-mkfifo.c: New file.
9556
9557         readlink: detect FreeBSD bug
9558         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
9559         slash on symlink.
9560         * doc/posix-functions/readlink.texi (readlink): Document the bug.
9561         * tests/test-readlink.h (test_readlink): Enhance test.
9562
9563         symlink: detect FreeBSD bug
9564         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
9565         slash on symlink.
9566         * doc/posix-functions/symlink.texi (symlink): Document the bug.
9567         * tests/test-symlink.h (test_symlink): Enhance test.
9568
9569 2009-11-10  Eric Blake  <ebb9@byu.net>
9570
9571         link: detect FreeBSD bug
9572         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
9573         symlink.
9574         * doc/posix-functions/link.texi (link): Document the bug.
9575         * tests/test-link.h (test_link): Enhance test.
9576         * tests/test-linkat.c (main): Update caller.
9577
9578         unlink, remove: detect FreeBSD bug
9579         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
9580         slash on symlink.
9581         * doc/posix-functions/unlink.texi (unlink): Document the bug.
9582         * doc/posix-functions/remove.texi (remove): Likewise.
9583         * tests/test-unlink.h (test_unlink): Enhance test.
9584         * tests/test-remove.c (main): Likewise.
9585
9586 2009-11-09  Eric Blake  <ebb9@byu.net>
9587
9588         rename: detect FreeBSD bug
9589         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
9590         slash on symlink.
9591         * modules/renameat-tests (Depends-on): Add filenamecat.
9592         * tests/test-rename.h (test_rename): Allow one more errno.
9593         * tests/test-renameat.c (main): Likewise.
9594         * doc/posix-functions/rename.texi (rename): Document the bug.
9595
9596         open: detect FreeBSD bug
9597         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
9598         symlink.
9599         * doc/posix-functions/open.texi (open): Document the bug.
9600         * doc/posix-functions/utimes.texi (utimes): Likewise.
9601         * tests/test-open.h (test_open): Add parameters, and test symlink
9602         handling.
9603         * tests/test-open.c (main): Adjust caller.
9604         * tests/test-fcntl-safer.c (main): Likewise.
9605         * modules/open-tests (Depends-on): Add stdbool, symlink.
9606         * modules/fcntl-safer-tests (Depends-on): Likewise.
9607         * tests/test-openat.c (main): Add test-open tests.
9608
9609         stat: detect FreeBSD bug
9610         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
9611         symlink.
9612         * doc/posix-functions/stat.texi (stat): Document the bug.
9613         * tests/test-stat.h (test_stat_func): Add argument.
9614         * tests/test-stat.c (main): Adjust caller.
9615         * tests/test-fstatat.c (main): Likewise.
9616         * modules/stat-tests (Depends-on): Add stdbool, symlink.
9617         Reported by Jim Meyering.
9618
9619 2009-11-09  James Youngman  <jay@gnu.org>
9620
9621         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
9622         * lib/strftime.c: Correct placement of #include "ignore-value.h".
9623
9624 2009-11-08  Jim Meyering  <meyering@redhat.com>
9625
9626         utimens: remove invalid futimesat call
9627         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
9628         It used the file descriptor of the target file as the DIR_FD
9629         parameter and NULL as the file name.  That caused failure with
9630         errno == EFAULT on FreeBSD-8.0-rc2
9631
9632 2009-11-07  Eric Blake  <ebb9@byu.net>
9633
9634         fflush, freadseek: use fseeko, not fseek
9635         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
9636         (clear_ungetc_buffer): Avoid potential problems on large files.
9637         * lib/freadseek.c (freadseek): Likewise.
9638         * modules/freadseek (Depends-on): Add fseeko.
9639         * modules/fseek (configure.ac): Set a witness.
9640         * tests/test-fflush.c (main): Use fseeko.
9641         * tests/test-fpurge.c (fseek): Disable link warning.
9642         * tests/test-freadable.c (fseek): Likewise.
9643         * tests/test-freading.c (fseek): Likewise.
9644         * tests/test-fseeko.c (fseek): Likewise.
9645         * tests/test-ftell.c (fseek): Likewise.
9646         * tests/test-ftello.c (fseek): Likewise.
9647         * tests/test-fwritable.c (fseek): Likewise.
9648         * tests/test-fwriting.c (fseek): Likewise.
9649
9650 2009-11-06  Simon Josefsson  <simon@josefsson.org>
9651
9652         * modules/memchr (Depends-on): Drop getpagesize dependency.
9653
9654 2009-11-06  Simon Josefsson  <simon@josefsson.org>
9655
9656         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
9657         Reported by Ludovic Courtès.
9658         * build-aux/pmccabe2html: Improve example usage.
9659         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
9660
9661 2009-11-06  Jim Meyering  <meyering@redhat.com>
9662
9663         do-release-commit-and-tag: New module.
9664         Automate the release-commit and tag process.
9665         * build-aux/do-release-commit-and-tag: New script, from coreutils.
9666         * modules/do-release-commit-and-tag: New file.
9667         * MODULES.html.sh (Support for maintaining and releasing): Add it.
9668
9669 2009-11-06  Simon Josefsson  <simon@josefsson.org>
9670
9671         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
9672         because test-select.c uses inet_pton.
9673
9674 2009-11-06  Simon Josefsson  <simon@josefsson.org>
9675
9676         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
9677         GETADDRINFO_LIB.  Bump serial number.
9678         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
9679         Suggested by Eric Blake <ebb9@byu.net>.
9680
9681 2009-11-05  Eric Blake  <ebb9@byu.net>
9682
9683         strtod: detect darwin bug
9684         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
9685         Reported by Leo Davis.
9686
9687         freopen-safer: new module
9688         * modules/freopen-safer: New module.
9689         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
9690         * lib/freopen-safer.c (freopen_safer): New file.
9691         * lib/stdio-safer.h (freopen_safer): New declaration.
9692         * lib/stdio--.h (freopen): New override.
9693         * MODULES.html.sh (File stream based Input/Output): Mention it.
9694         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
9695         freopen-safer module.
9696         * doc/posix-functions/stderr.texi (stderr): Likewise.
9697         * doc/posix-functions/stdin.texi (stdin): Likewise.
9698         * doc/posix-functions/stdout.texi (stdout): Likewise.
9699         * modules/freopen-safer-tests: New test.
9700         * tests/test-reopen-safer.c: New file.
9701
9702 2009-11-05  Jim Meyering  <meyering@redhat.com>
9703
9704         maint.mk: Prohibit inclusion of "close-stream.h" without use.
9705         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
9706
9707 2009-11-05  Simon Josefsson  <simon@josefsson.org>
9708
9709         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
9710
9711 2009-11-05  Simon Josefsson  <simon@josefsson.org>
9712
9713         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
9714
9715 2009-11-05  Simon Josefsson  <simon@josefsson.org>
9716
9717         Fix link error.
9718         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
9719         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
9720
9721 2009-11-05  Simon Josefsson  <simon@josefsson.org>
9722
9723         * tests/test-func.c: Also test value of __func__.
9724
9725 2009-11-05  Simon Josefsson  <simon@josefsson.org>
9726
9727         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
9728         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
9729
9730 2009-11-05  Bruno Haible  <bruno@clisp.org>
9731
9732         Fix link error.
9733         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
9734         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
9735         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
9736
9737 2009-11-05  Bruno Haible  <bruno@clisp.org>
9738
9739         Tests for module 'inet_pton'.
9740         * modules/inet_pton-tests: New file.
9741         * tests/test-inet_pton.c: New file.
9742
9743 2009-11-05  Bruno Haible  <bruno@clisp.org>
9744
9745         Tests for module 'inet_ntop'.
9746         * modules/inet_ntop-tests: New file.
9747         * tests/test-inet_ntop.c: New file.
9748
9749 2009-11-04  Eric Blake  <ebb9@byu.net>
9750
9751         stdlib-safer: wrap all mkstemp variants
9752         * modules/mkostemp (configure.ac): Set witness.
9753         * modules/mkostemps (configure.ac): Likewise.
9754         * modules/mkstemps (configure.ac): Likewise.
9755         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
9756         (mkstemps_safer): Wrap more functions.
9757         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
9758         wrapping.
9759         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
9760         (mkstemps_safer): Implement the wrappers.
9761
9762         mkstemps, mkostemps: new modules
9763         * modules/mkostemps: New module.
9764         * modules/mkstemps: Likewise.
9765         * lib/mkostemps.c (mkostemps): New file.
9766         * lib/mkstemps.c (mkstemps): Likewise.
9767         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
9768         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
9769         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
9770         * modules/stdlib (Makefile.am): Substitute them.
9771         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
9772         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
9773         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
9774         * doc/gnulib.texi (Glibc stdlib.h): Include them.
9775         * MODULES.html.sh (File system functions): Mention them.
9776
9777         tempname: resync from glibc
9778         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
9779         same values for __GT_FILE as glibc.  Abort even when assertions
9780         are disabled.
9781         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
9782         match its value otherwise.  Allow idempotent inclusion.
9783         * lib/mkdtemp.c (mkdtemp): Adjust caller.
9784         * lib/mkostemp.c (mkostemp): Likewise.
9785         * lib/mkstemp.c (mkstemp): Likewise.
9786         * lib/tmpfile.c (tmpfile): Likewise.
9787         * NEWS: Document this.
9788
9789         utimens: fix use of futimens on older Linux
9790         * lib/utimens.c (fdutimens): Use updated, rather than original,
9791         timespec to avoid bug in older Linux kernel.
9792         Reported by Simon Josefsson.
9793
9794 2009-11-04  Bruno Haible  <bruno@clisp.org>
9795
9796         Make num_processors more flexible and consistent.
9797         * lib/nproc.h (enum nproc_query): New type.
9798         (num_processors): Add a 'query' argument.
9799         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
9800         (num_processors): Add a 'query' argument. Test the value of the
9801         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
9802         mingw, count the number of CPUs available for the current process.
9803         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
9804         Check for sched_getaffinity and sched_getaffinity_np.
9805         * modules/nproc (Depends-on): Add c-ctype, extensions.
9806         * NEWS: Mention the change.
9807
9808 2009-11-03  Bruno Haible  <bruno@clisp.org>
9809
9810         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
9811
9812 2009-11-03  Jim Meyering  <meyering@redhat.com>
9813
9814         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
9815         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
9816         if it is defined.
9817
9818 2009-11-02  Eric Blake  <ebb9@byu.net>
9819
9820         mktime, timegm: share common declaration
9821         * lib/mktime-internal.h: New file.
9822         * lib/mktime.c: Use it rather than open-coding a declaration.
9823         * lib/timegm.c: Likewise.
9824         * modules/mktime (Files): Ship it.
9825         * modules/timegm (Files): Likewise.
9826         Suggested by Bruno Haible.
9827
9828         test-update-copyright: update test to match script changes
9829         * tests/test-update-copyright.sh: Avoid hard-coding perl
9830         location.  Don't update *.bak created by earlier runs.
9831
9832 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
9833             Simon Josefsson  <simon@josefsson.org>
9834             Bruno Haible  <bruno@clisp.org>
9835
9836         Fix link error on Solaris 8.
9837         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
9838         also in libnsl. Define also INET_PTON_LIB.
9839         * modules/inet_pton (Link): New section.
9840
9841 2009-11-02  Simon Josefsson  <simon@josefsson.org>
9842             Bruno Haible  <bruno@clisp.org>
9843
9844         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
9845         * modules/inet_ntop (Link): New section.
9846         Reported by Boyan Kasarov <bkasarov@gmail.com>.
9847
9848 2009-11-02  Eric Blake  <ebb9@byu.net>
9849
9850         maint: avoid compiler warnings in m4 macros
9851         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
9852         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
9853
9854 2009-11-02  Simon Josefsson  <simon@josefsson.org>
9855
9856         * m4/pmccabe2html.m4: Remove file.
9857         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
9858         function.  Change maintainer.
9859         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
9860         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
9861         Courtès).
9862
9863 2009-10-31  Eric Blake  <ebb9@byu.net>
9864
9865         fseeko: fix m4 regression
9866         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
9867         regression from 2009-10-27.
9868         Reported by Ralf Wildenhues.
9869
9870 2009-10-31  Jim Meyering  <meyering@redhat.com>
9871
9872         inttostr: aesthetics and improved (compile-time) safety
9873         Define inttype_is_signed rather than inttype_is_unsigned,
9874         since the sole use is via "#if inttype_is_signed".
9875         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
9876         inttype_is_unsigned.
9877         * lib/offtostr.c (inttype_is_signed): Likewise.
9878         * lib/uinttostr.c (inttype_is_signed): Likewise.
9879         * lib/umaxtostr.c (inttype_is_signed): Likewise.
9880         * lib/inttostr.c (inttostr): Use verify to cross-check the
9881         inttype_is_signed value and the signedness of the actual type.
9882         * modules/inttostr (Depends-on): Add verify.
9883
9884 2009-10-30  Eric Blake  <ebb9@byu.net>
9885
9886         build: avoid compiler warnings
9887         * lib/fchmodat.c (lchmod): Mark unused variables.
9888         * lib/getopt.c (_getopt_initialize): Likewise.
9889         * lib/mktime.c (__mktime_internal): Provide prototype.
9890         * lib/inttostr.c (inttostr): Avoid compiler warning even with
9891         older gcc that do not understand #pragma GCC diagnostic.
9892         * lib/uinttostr.c (inttype_is_unsigned): Define.
9893         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
9894
9895 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
9896
9897         stat: fix compilation on AIX
9898         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
9899         only see struct stat64.
9900
9901 2009-10-30  Eric Blake  <ebb9@byu.net>
9902
9903         exclude: make more robust
9904         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
9905         rather than masking a coding bug.
9906         Suggested by Bruno Haible.
9907
9908 2009-10-30  Jim Meyering  <meyering@redhat.com>
9909
9910         perl scripts: remove #!/usr/bin/perl in favor of more portable...
9911         Rather than putting #!/usr/bin/perl on the first line,
9912         start with a variant of what's recommended by "man perlrun" that
9913         invokes the first "perl" program from your shell's search path.
9914         * build-aux/gitlog-to-changelog: Replace #!... as above.
9915         Add a "Local Variables" perl mode setting.
9916         Prompted by a patch from Ludovic Courtès.
9917         Improved by Eric Blake.
9918         * build-aux/useless-if-before-free: Likewise.
9919         * build-aux/announce-gen: Likewise.
9920         * build-aux/update-copyright: Likewise.
9921
9922 2009-10-29  Eric Blake  <ebb9@byu.net>
9923
9924         filenamecat-lgpl: adjust clients
9925         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
9926         filenamecat.
9927         * modules/renameat (Depends-on): Likewise.
9928
9929         filenamecat: split into filenamecat-lgpl
9930         * modules/filenamecat-lgpl: New module.
9931         * modules/filenamecat (Files): Move library-safe files into
9932         filenamecat-lgpl.
9933         (Depends-on): Add filenamecat-lgpl.
9934         (configure.ac): Declare witness.
9935         * lib/filenamecat.h (file_name_concat): Only declare when using
9936         GPL module.
9937         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
9938         Move...
9939         * lib/filenamecat-lgpl.c: ...into new file.
9940         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
9941         (gl_FILE_NAME_CONCAT): Use it.
9942         * MODULES.html.sh (File system functions): Mention new module.
9943
9944         argp: avoid memory leak
9945         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
9946         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
9947         base_name, since the latter malloc()s and can call exit().
9948         Leak introduced 2006-07-03.
9949
9950         dirname-lgpl: adjust clients that don't need full dirname
9951         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
9952         * modules/filenamecat (Depends-on): Likewise.
9953         * modules/linkat (Depends-on): Likewise.
9954         * modules/mkancesdirs (Depends-on): Likewise.
9955         * modules/mkdir (Depends-on): Likewise.
9956         * modules/openat (Depends-on): Likewise.
9957         * modules/savewd (Depends-on): Likewise.
9958         * modules/rename (Depends-on): Likewise.
9959         (License): Relax license.
9960         * modules/mkdir-tests (Depends-on): Drop progname.
9961         (Makefile.am): Delete unneeded LDADD.
9962         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
9963
9964         dirname: split into dirname-lgpl
9965         * modules/dirname-lgpl: New module.
9966         * modules/dirname (Files): Move library-safe files into
9967         dirname-lgpl.
9968         (Depends-on): Add dirname-lgpl.
9969         (configure.ac): Declare witness.
9970         * modules/double-slash-root (License): Relax license.
9971         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
9972         module.
9973         * lib/dirname.c (dir_len, mdir_name): Move...
9974         * lib/dirname-lgpl.c: ...into new file.
9975         * lib/basename.c (last_component, base_len): Move...
9976         * lib/basename-lgpl.c: ...into new file.
9977         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
9978         (gl_DIRNAME): Use it.
9979         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
9980         Mention new module.
9981         * modules/dirname-tests (Depends-on): Add progname.
9982         * tests/test-dirname.c (program_name): Delete.
9983
9984         mkdir: make safe for libraries
9985         * modules/mkdir (Depends-on): Drop xalloc.
9986         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
9987         exit.
9988
9989         tests: avoid some compiler warnings
9990         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
9991         literals.
9992         * tests/test-memchr.c (main): Avoid type mismatch.
9993         * tests/test-arpa_inet.c (main): Avoid unused parameters.
9994         * tests/test-base64.c (main): Likewise.
9995         * tests/test-getdelim.c (main): Likewise.
9996         * tests/test-gethostname.c (main): Likewise.
9997         * tests/test-getline.c (main): Likewise.
9998         * tests/test-netinet_in.c (main): Likewise.
9999         * tests/test-select.c (open_server_socket, main): Likewise.
10000         * tests/test-select-stdin.c (main): Likewise.
10001         * tests/test-sockets.c (main): Likewise.
10002         * tests/test-strsignal.c (main): Likewise.
10003         * tests/test-sys_select.c (main): Likewise.
10004         * tests/test-sys_socket.c (main): Likewise.
10005         * tests/test-u64.c (main): Likewise.
10006         * tests/test-xfprintf-posix.c (main): Likewise.
10007         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
10008
10009         sockets: avoid compiler warning
10010         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
10011
10012         maint: detect usage(1) and other suspicious exits
10013         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
10014
10015 2009-10-29  Jim Meyering  <meyering@redhat.com>
10016
10017         timespec: long-to-int truncation could make timespec_cmp malfunction
10018         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
10019         a multiple of 2^32 nanoseconds as no difference.
10020
10021 2009-10-28  Jim Meyering  <meyering@redhat.com>
10022
10023         fprintftime: wrap macro code argument in "do {...} while(0)"
10024         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
10025         cpy macro must be a statement that can be followed by a semicolon.
10026         Now that the else clause contains a comment and is hence longer
10027         than one line, I require curly braces.  That in turn requires
10028         that we wrap this code block in the standard do...while(0).
10029
10030         fprintftime: remove stray semicolon from previous change
10031         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
10032
10033         fprintftime: avoid a warning about ignored fwrite return value
10034         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
10035         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
10036         that is unsafe.
10037         * modules/fprintftime (Depends-on): Add ignore-value.
10038
10039         exclude: avoid an unwarranted warning
10040         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
10041
10042 2009-10-27  Eric Blake  <ebb9@byu.net>
10043
10044         fseek: avoid compilation failure when fflush is replaced
10045         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
10046         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
10047         module is in use.
10048         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
10049         module is not in use; since REPLACE_FSEEK worked otherwise.
10050         (GNULIB_FTELLO): Likewise for ftell.
10051         Reported by Ian Beckwith and others.
10052
10053 2009-10-27  Bruno Haible  <bruno@clisp.org>
10054
10055         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
10056         Reported by Jim Meyering.
10057
10058 2009-10-27  Jim Meyering  <jim@meyering.net>
10059             Bruno Haible  <bruno@clisp.org>
10060
10061         Avoid warning despite dropping the return value of fwrite.
10062         * lib/unicodeio.c: Include ignore-value.h.
10063         (fwrite_success_callback): Explicitly ignore fwrite's return value.
10064         * modules/unicodeio (Depends-on): Add ignore-value.
10065
10066 2009-10-26  Eric Blake  <ebb9@byu.net>
10067
10068         areadlinkat: fix fallback path
10069         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
10070         pointer and zero.
10071
10072 2009-10-22  Pádraig Brady  <P@draigBrady.com>
10073
10074         Use a better IO block size for modern systems
10075         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
10076         * lib/md2.c: Likewise.
10077         * lib/md4.c: Likewise.
10078         * lib/md5.c: Likewise.
10079         * lib/sha1.c: Likewise.
10080         * lib/sha256.c: Likewise.
10081         * lib/sha512.c: Likewise.
10082
10083 2009-10-22  Eric Blake  <ebb9@byu.net>
10084
10085         tests: avoid several compiler warnings
10086         * tests/test-getcwd.c (main): Avoid buffer underflow.
10087         * tests/test-getdate.c (main): String literals are not safe with
10088         putenv, so use setenv.  Declare unused argument.
10089         * modules/getdate-tests (Depends-on): Add setenv.
10090         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
10091         problems with string literals in char *.
10092         * tests/test-hash.c (main): Avoid shadowing declaration.
10093         (insert_new): Treat string literals as char const *.
10094         * tests/test-getopt.h (test_getopt): Likewise.
10095         (getopt_loop): Alter types to minimize casting elsewhere.
10096         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
10097         (test_getopt_long_posix): Likewise.
10098         (do_getopt_long): Add wrapper to minimize casting.
10099         * tests/test-atexit.c (clear_temp_file): Use void.
10100         * tests/test-areadlink-with-size.c (main): Declare unused
10101         arguments.
10102         * tests/test-areadlink.c (main): Likewise.
10103         * tests/test-areadlinkat-with-size.c (main): Likewise.
10104         * tests/test-areadlinkat.c (main): Likewise.
10105         * tests/test-canonicalize-lgpl.c (main): Likewise.
10106         * tests/test-canonicalize.c (main): Likewise.
10107         * tests/test-dirent-safer.c (main): Likewise.
10108         * tests/test-dirname.c (main): Likewise.
10109         * tests/test-dup2.c (main): Likewise.
10110         * tests/test-fchdir.c (main): Likewise.
10111         * tests/test-fcntl-h.c (main): Likewise.
10112         * tests/test-fcntl-safer.c (main): Likewise.
10113         * tests/test-fdopendir.c (main): Likewise.
10114         * tests/test-fdutimensat.c (main): Likewise.
10115         * tests/test-fflush.c (main): Likewise.
10116         * tests/test-filenamecat.c (main): Likewise.
10117         * tests/test-filevercmp.c (main): Likewise.
10118         * tests/test-fopen-safer.c (main): Likewise.
10119         * tests/test-fopen.c (main): Likewise.
10120         * tests/test-fpending.c (main): Likewise.
10121         * tests/test-fpurge.c (main): Likewise.
10122         * tests/test-freading.c (main): Likewise.
10123         * tests/test-fstatat.c (main): Likewise.
10124         * tests/test-fsync.c (main): Likewise.
10125         * tests/test-futimens.c (main): Likewise.
10126         * tests/test-getndelim2.c (main): Likewise.
10127         * tests/test-gettimeofday.c (main): Likewise.
10128         * tests/test-getopt.c (main): Likewise.
10129         * tests/test-i-ring.c (main): Likewise.
10130         * tests/test-inttypes.c (main): Likewise.
10131         * tests/test-link.c (main): Likewise.
10132         * tests/test-lstat.c (main): Likewise.
10133         * tests/test-math.c (main): Likewise.
10134         * tests/test-md5.c (main): Likewise.
10135         * tests/test-memchr2.c (main): Likewise.
10136         * tests/test-memrchr.c (main): Likewise.
10137         * tests/test-mkdir.c (main): Likewise.
10138         * tests/test-mkdirat.c (main): Likewise.
10139         * tests/test-mkfifoat.c (main): Likewise.
10140         * tests/test-open.c (main): Likewise.
10141         * tests/test-openat-safer.c (main): Likewise.
10142         * tests/test-openat.c (main): Likewise.
10143         * tests/test-quotearg.c (main): Likewise.
10144         * tests/test-rawmemchr.c (main): Likewise.
10145         * tests/test-readlink.c (main): Likewise.
10146         * tests/test-remove.c (main): Likewise.
10147         * tests/test-rename.c (main): Likewise.
10148         * tests/test-renameat.c (main): Likewise.
10149         * tests/test-rmdir.c (main): Likewise.
10150         * tests/test-sha1.c (main): Likewise.
10151         * tests/test-signal.c (main): Likewise.
10152         * tests/test-sigaction.c (main): Likewise.
10153         * tests/test-stat.c (main): Likewise.
10154         * tests/test-stat-time.c (main): Likewise.
10155         * tests/test-stddef.c (main): Likewise.
10156         * tests/test-stdint.c (main): Likewise.
10157         * tests/test-stdio.c (main): Likewise.
10158         * tests/test-stdlib.c (main): Likewise.
10159         * tests/test-strchrnul.c (main): Likewise.
10160         * tests/test-strerror.c (main): Likewise.
10161         * tests/test-string.c (main): Likewise.
10162         * tests/test-strtod.c (main): Likewise.
10163         * tests/test-strverscmp.c (main): Likewise.
10164         * tests/test-symlink.c (main): Likewise.
10165         * tests/test-symlinkat.c (main): Likewise.
10166         * tests/test-sys_stat.c (main): Likewise.
10167         * tests/test-sys_time.c (main): Likewise.
10168         * tests/test-time.c (main): Likewise.
10169         * tests/test-unistd.c (main): Likewise.
10170         * tests/test-unlink.c (main): Likewise.
10171         * tests/test-unlinkat.c (main): Likewise.
10172         * tests/test-utimens.c (main): Likewise.
10173         * tests/test-utimensat.c (main): Likewise.
10174         * tests/test-version-etc.c (main): Likewise.
10175         * tests/test-wchar.c (main): Likewise.
10176         * tests/test-wctype.c (main): Likewise.
10177         * tests/test-xprintf-posix.c (main): Likewise.
10178         * tests/test-posixtm.c (main): Likewise.
10179         (STREQ): Delete unused macro.
10180         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
10181         shadowed variables.
10182         * tests/test-memchr.c (main): Likewise.
10183
10184 2009-10-21  Eric Blake  <ebb9@byu.net>
10185
10186         areadlinkat: avoid failure on older glibc
10187         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
10188         rather than mis-comparing 0 against FUNC_RESULT of char*.
10189
10190 2009-10-21  Bruno Haible  <bruno@clisp.org>
10191
10192         * modules/stpncpy (License): Relicense under LGPLv2+.
10193         Reported by David Lutterkort <lutter@redhat.com>.
10194
10195 2009-10-20  Eric Blake  <ebb9@byu.net>
10196
10197         utimensat: work around Solaris 9 bug
10198         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
10199         has trailing slash bugs.
10200         * tests/test-lutimens.h (test_lutimens): Enhance test.
10201         * tests/test-utimens.h (test_utimens): Likewise.
10202         * doc/posix-functions/utime.texi (utime): Enhance documentation.
10203         * doc/posix-functions/utimes.texi (utimes): Likewise.
10204         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
10205         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
10206         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
10207         * doc/posix-functions/futimens.texi (futimens): Likewise.
10208
10209         fdutimensat: new module
10210         * modules/fdutimensat: New file.
10211         * lib/fdutimensat.c (fdutimensat): Likewise.
10212         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
10213         * MODULES.html.sh (File system functions): Mention module.
10214         * modules/fdutimensat-tests: New test.
10215         * tests/test-fdutimensat.c: Likewise.
10216
10217         doc: regenerate INSTALL
10218         * doc/INSTALL: Reflect recent autoconf update.
10219         * doc/INSTALL.ISO: Likewise.
10220         * doc/INSTALL.UTF-8: Likewise.
10221
10222 2009-10-20  Pádraig Brady  <P@draigBrady.com>
10223
10224         acl: warn if ACL support is not detected
10225         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
10226
10227 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
10228
10229         * lib/nproc.h: Add extern "C" block for C++.
10230
10231 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
10232             Bruno Haible  <bruno@clisp.org>
10233
10234         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
10235         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
10236         * doc/posix-functions/isalpha.texi: Likewise.
10237         * doc/posix-functions/isblank.texi: Likewise.
10238         * doc/posix-functions/iscntrl.texi: Likewise.
10239         * doc/posix-functions/isdigit.texi: Likewise.
10240         * doc/posix-functions/isgraph.texi: Likewise.
10241         * doc/posix-functions/islower.texi: Likewise.
10242         * doc/posix-functions/isprint.texi: Likewise.
10243         * doc/posix-functions/ispunct.texi: Likewise.
10244         * doc/posix-functions/isspace.texi: Likewise.
10245         * doc/posix-functions/isupper.texi: Likewise.
10246         * doc/posix-functions/isxdigit.texi: Likewise.
10247
10248 2009-10-18  Bruno Haible  <bruno@clisp.org>
10249
10250         Tests for module 'isblank'.
10251         * modules/isblank-tests: New file.
10252         * tests/test-isblank.c: New file.
10253
10254         New module 'isblank'.
10255         * lib/isblank.c: New file.
10256         * m4/isblank.m4: New file.
10257         * modules/isblank: New file.
10258         * doc/posix-functions/isblank.texi: Mention the new module.
10259
10260 2009-10-18  Bruno Haible  <bruno@clisp.org>
10261
10262         New module 'ctype'.
10263         * lib/ctype.in.h: New file.
10264         * m4/ctype.m4: New file.
10265         * modules/ctype: New file.
10266         * doc/posix-headers/ctype.texi: Mention the new module.
10267
10268 2009-10-18  Jim Meyering  <meyering@redhat.com>
10269
10270         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
10271         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
10272         right after its initialization, rather than farther down.
10273         Keeping these in close proximity makes it easier to ensure
10274         that each such variable is initialized.  E.g.,
10275
10276             LIB_CLOCK_GETTIME=
10277             AC_SUBST([LIB_CLOCK_GETTIME])
10278
10279         This change also increments these serial numbers.
10280         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
10281         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
10282         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
10283
10284 2009-10-18  Bruno Haible  <bruno@clisp.org>
10285
10286         Don't let environment variables perturb build.
10287         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
10288         (gl_PREREQ_GETHRXTIME): ... not here.
10289
10290 2009-10-18  Bruno Haible  <bruno@clisp.org>
10291
10292         Avoid symlink attack in localcharset module.
10293         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
10294         (O_NOFOLLOW): Define fallback.
10295         (get_charset_aliases): Don't open the file if it is a symbolic link.
10296         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
10297         gl_FCNTL_H.
10298         (gl_FCNTL_H): Require it.
10299         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
10300         * modules/localcharset (Files): Add m4/fcntl_h.m4.
10301         Reported by Fergal Glynn <fglynn@veracode.com>.
10302
10303 2009-10-18  Bruno Haible  <bruno@clisp.org>
10304
10305         Implement nproc for mingw.
10306         * lib/nproc.c: Include <windows.h>
10307         (num_processors): On native Windows platforms, try GetSystemInfo.
10308
10309 2009-10-18  Bruno Haible  <bruno@clisp.org>
10310
10311         Implement nproc for IRIX.
10312         * lib/nproc.c: Include <sys/sysmp.h>.
10313         (num_processors): On IRIX systems, try sysmp.
10314         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
10315
10316 2009-10-18  Bruno Haible  <bruno@clisp.org>
10317
10318         Implement nproc for HP-UX.
10319         * lib/nproc.c: Include <sys/pstat.h>
10320         (num_processors): On HP-UX systems, try pstat_getdynamic.
10321         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
10322         pstat_getdynamic.
10323
10324 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
10325             Bruno Haible  <bruno@clisp.org>
10326
10327         Implement nproc for NetBSD, OpenBSD.
10328         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
10329         (ARRAY_SIZE): New macro.
10330         (num_processors): On BSD systems, try sysctl of HW_NCPU.
10331         * m4/nproc.m4: New file.
10332         * modules/nproc (Files): Add m4/nproc.m4.
10333         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
10334         (Makefile.am): Instead, augment lib_SOURCES.
10335
10336 2009-10-18  Bruno Haible  <bruno@clisp.org>
10337
10338         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
10339         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
10340         sys/param.h.
10341
10342 2009-10-16  Eric Blake  <ebb9@byu.net>
10343
10344         utimensat: new module
10345         * modules/utimensat: New file.
10346         * lib/utimensat.c (utimensat): Likewise.
10347         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
10348         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
10349         so we can work around Linux bugs.
10350         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
10351         * modules/sys_stat (Makefile.am): Substitute them.
10352         * lib/sys_stat.in.h (utimensat): Declare it.
10353         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10354         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
10355         * modules/utimensat-tests: New test.
10356         * tests/test-utimensat.c: Likewise.
10357
10358         utimens: let lutimens work on non-symlinks
10359         * lib/utimens.c (lutimens): Fall back to utimens rather than
10360         failing with ENOSYS, when file is not a symlink.
10361         (utimens): Reduce redirection.
10362         * tests/test-lutimens.h (test_lutimens): Update test to cover
10363         non-symlinks.
10364         * tests/test-utimens.h (test_utimens): Update test to cover
10365         symlinks.
10366         * tests/test-utimens.c (main): Update caller.
10367
10368         utimens: cache whether utimensat syscall works
10369         * lib/utimens.c (utimensat_works_really): New cache variable.
10370         (fdutimens, lutimens): Use it to avoid failing syscall.
10371
10372         test-stat-time, test-utimens: improve portability
10373         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
10374         ext4 on alpha, and for cygwin.
10375         * tests/test-utimens-common.h: New file.
10376         (nap): Factor delays into single function.
10377         * tests/test-lutimens.h (test_lutimens): Use new header.
10378         * tests/test-futimens.h (test_futimens): Likewise.
10379         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
10380         timestamps to occur from same machine, as was done previously for
10381         test_utimens.
10382         * modules/utimens-tests (Files): Ship new file.
10383         * modules/futimens-tests (Files): Likewise.
10384         Reported in part by Jim Meyering.
10385
10386         sys_stat: sort replacement declarations
10387         * lib/sys_stat.in.h: Sort declarations.
10388         * lib/futimens.c (futimens): Fix typo.
10389
10390 2009-10-15  Jim Meyering  <meyering@redhat.com>
10391
10392         don't let environment settings perturb build
10393         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
10394         could cause a configure-time and/or build-time malfunction.
10395         Typically, a configure-time function-in-library test is performed
10396         via code like this:
10397
10398           LIB_VAR=
10399           AC_SUBST([LIB_VAR])
10400           prefix_saved_LIBS=$LIBS
10401             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
10402                        [test "$ac_cv_search_FUNC" = "none required" ||
10403                         LIB_VAR=$ac_cv_search_FUNC])
10404           LIBS=$prefix_saved_LIBS
10405
10406         However, in each of the files affected by this change, the LIB_VAR=
10407         initialization was omitted.  Thus, when set in the environment, its
10408         value would propagate into generated Makefiles when FUNC is not found
10409         in LIB_NAME.
10410         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
10411         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
10412         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
10413
10414 2009-10-14  Eric Blake  <ebb9@byu.net>
10415
10416         fchdir: avoid infinite recursion in mingw
10417         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
10418         recursing.
10419
10420         test-stat-time: port to mingw
10421         * tests/test-stat-time.c (force_unlink): Return a value.
10422         (test_ctime) [W32]: Fix compilation error.
10423         (nap): Don't call usleep with too large an argument.  Use
10424         force_unlink.
10425         * doc/pastposix-functions/usleep.texi (usleep): Document the
10426         portability issue.
10427
10428 2009-10-13  Jim Meyering  <meyering@redhat.com>
10429
10430         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
10431         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
10432         * modules/pipe-filter-ii: Likewise.
10433         * modules/sys_socket-tests: Likewise.
10434         * modules/tsearch-tests: Likewise.
10435         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
10436         (check): Depend on it.
10437
10438 2009-10-12  Eric Blake  <ebb9@byu.net>
10439
10440         utimens-tests: port to NFS file systems
10441         * tests/test-utimens.h (test_utimens): Refactor utimecmp
10442         comparisons to avoid spurious failures from timestamp drift
10443         between NFS machines.
10444
10445 2009-10-12  Eric Blake  <ebb9@byu.net>
10446
10447         stat-time-tests: minor cleanups
10448         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
10449         * tests/test-stat-time.c (nap): Separate assignment from call.
10450         Suggested by Paolo Bonzini and Bruno Haible.
10451
10452         sys_stat: guarantee struct timespec
10453         * lib/sys_stat.in.h (includes): Always include <time.h>
10454         * modules/sys_stat (Depends-on): Add time.
10455         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
10456         mode_t permission values.
10457         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
10458         get at subsecond timestamps.
10459
10460 2009-10-10  Eric Blake  <ebb9@byu.net>
10461
10462         futimens: new module
10463         * modules/futimens: New file.
10464         * lib/futimens.c (futimens): Likewise.
10465         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
10466         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
10467         we can work around Linux bugs.
10468         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
10469         * modules/sys_stat (Makefile.am): Substitute them.
10470         * lib/sys_stat.in.h (futimens): Declare it.
10471         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10472         * doc/posix-functions/futimens.texi (futimens): Likewise.
10473         * modules/futimens-tests: New test.
10474         * tests/test-futimens.c: Likewise.
10475
10476         utimens: introduce fdutimens
10477         * lib/utimens.h (fdutimens): New prototype.
10478         * lib/utimens.c (gl_futimens): Move guts...
10479         (fdutimens): ...to new interface.
10480         * tests/test-utimens.c (do_fdutimens): Use it.
10481
10482         utimens: add UTIME_NOW and UTIME_OMIT support
10483         * lib/utimens.c (validate_timespec, update_timespec): New helper
10484         functions.
10485         (gl_futimens, lutimens): Use them.
10486         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
10487         stdbool, sys_stat.
10488         (Link): Mention resulting library dependency.
10489         * modules/utimecmp (Link): Likewise.
10490         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
10491         (Makefile.am): Pick up library dependency.
10492         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
10493         definition.
10494         * tests/test-sys_stat.c: Test the definitions.
10495         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
10496         * NEWS: Document library dependency.
10497
10498         utimecmp: support symlink timestamps
10499         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
10500         hashing when possible.  Use pathconf when available.
10501         (SYSCALL_RESOLUTION): Recognize tighter resolution.
10502         * modules/utimecmp (Depends-on): Add lstat.
10503
10504         utimens: add lutimens interface
10505         * lib/utimens.c (lutimens): New function.
10506         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
10507         * lib/utimens.h (lutimens): Declare new interface.
10508         * tests/test-utimens.c (main): Enhance test.
10509         * tests/test-lutimens.h (test_lutimens): New file.
10510         * modules/utimens-tests (Files): Distribute it.
10511         (Depends-on): Add symlink.
10512         (configure.ac): Check for usleep.
10513
10514         utimens: validate futimens usage
10515         * lib/utimens.c (gl_futimens): Require valid fd up front, using
10516         fewer syscalls on failure later on.  Avoid compiler warning on
10517         mingw.
10518         * modules/utimens (Depends-on): Add dup2.
10519
10520         utimens: add test
10521         * modules/utimens-tests: New test.
10522         * tests/test-utimens.h: New file.
10523         * tests/test-futimens.h: Likewise.
10524         * tests/test-utimens.c: Likewise.
10525
10526         doc: mention timestamp portability issues
10527         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
10528         instead.
10529         * doc/posix-functions/utime.texi (utime): Likewise.
10530         * doc/posix-functions/utimes.texi (utimes): Likewise.
10531         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
10532         instead.
10533         * doc/posix-functions/futimens.texi (futimens): Mention utimens
10534         module.
10535         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
10536         Mention weakness with symlink timestamps.
10537         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
10538         to utimensat/futimens instead.
10539         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
10540
10541         test-dup2: enhance test
10542         * tests/test-dup2.c (main): Also check AT_FDCWD.
10543
10544         test-stat-time: avoid more spurious failures
10545         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
10546         xfs; and avoid race if the two timestamps cross quantization edge.
10547
10548         relocatable: prefer 'file system' over 'filesystem'
10549         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
10550         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
10551         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
10552         * doc/relocatable.texi (Enabling Relocatability): Likewise.
10553         * lib/relocatable.c (compute_curr_prefix): Likewise.
10554
10555 2009-10-10  Jim Meyering  <meyering@redhat.com>
10556
10557         stat-time-tests: check for the usleep function
10558         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
10559
10560 2009-10-10  Bruno Haible  <bruno@clisp.org>
10561
10562         * modules/xnanosleep: Put the Link section after the Include section.
10563
10564 2009-10-09  Eric Blake  <ebb9@byu.net>
10565
10566         dup2: work around FreeBSD 6.1 bug
10567         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
10568         * doc/posix-functions/dup2.texi (dup2): Document it.
10569         Reported by Nelson H. F. Beebe and Jim Meyering.
10570
10571         test-stat-time: port to buggy NFS clients
10572         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
10573         (test_ctime): Also skip test if mtime and ctime are skewed.
10574
10575         maint: prefer 'file system' over 'filesystem'
10576         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
10577         * doc/posix-functions/lstat.texi (lstat): Likewise.
10578         * lib/file-has-acl.c (file_has_acl): Likewise.
10579         * lib/fwriteerror.c [TEST]: Likewise.
10580         * tests/test-areadlink.h (test_areadlink): Likewise.
10581         * tests/test-areadlinkat-with-size.c (main): Likewise.
10582         * tests/test-areadlinkat.c (main): Likewise.
10583         * tests/test-canonicalize-lgpl.c (main): Likewise.
10584         * tests/test-canonicalize.c (main): Likewise.
10585         * tests/test-fstatat.c (main): Likewise.
10586         * tests/test-linkat.c (main): Likewise.
10587         * tests/test-lstat.h (test_lstat_func): Likewise.
10588         * tests/test-mkdir.h (test_mkdir): Likewise.
10589         * tests/test-readlink.h (test_readlink): Likewise.
10590         * tests/test-remove.c (main): Likewise.
10591         * tests/test-rename.h (test_rename): Likewise.
10592         * tests/test-renameat.c (main): Likewise.
10593         * tests/test-rmdir.h (test_rmdir_func): Likewise.
10594         * tests/test-symlink.h (test_symlink): Likewise.
10595         * tests/test-symlinkat.c (main): Likewise.
10596         * tests/test-unlink.h (test_unlink_func): Likewise.
10597         * tests/test-unlinkat.c (main): Likewise.
10598
10599         maint: make realtime library usage explicit
10600         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
10601         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
10602         * modules/settime (Link): Likewise.
10603         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
10604
10605         test-stat-time: speed up execution
10606         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
10607         warning on mingw.
10608         (nap): New helper function.
10609         (prepare_test): Use it to reduce sleep time.
10610         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
10611         execution.
10612         * modules/stat-time-tests (configure.ac): Check for usleep.
10613
10614 2009-10-09  Jim Meyering  <meyering@redhat.com>
10615
10616         selinux-h: always use getfilecon wrappers
10617         * lib/getfilecon.c: New file.
10618         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
10619         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
10620         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
10621         (fgetfilecon): Provide a stub.
10622         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
10623         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
10624         file unconditionally.
10625         When <selinux/selinux.h> is found, arrange to use wrappers.
10626         * modules/selinux-h (Files): Add getfilecon.c.
10627         (Makefile.am): Substitute include-next-related bits
10628         into the now-always-generated selinux/selinux.h file.
10629         * doc/glibc-functions/lgetfilecon.texi: New file.
10630         * doc/glibc-functions/fgetfilecon.texi: New file.
10631         * doc/glibc-functions/getfilecon.texi: New file.
10632         * doc/glibc-functions/getfilecon-desc.texi: New file.
10633         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
10634         which to pull in the new files.
10635         * MODULES.html.sh (Misc): Add selinux-h.
10636
10637 2009-10-08  Jim Meyering  <meyering@redhat.com>
10638
10639         unistd: fix comment typo
10640         * lib/unistd.in.h (euidaccess): Fix a comment typo.
10641
10642 2009-10-08  Eric Blake  <ebb9@byu.net>
10643
10644         areadlink: use SIZE_MAX consistently
10645         * modules/areadlink (Depends-on): Add stdint.
10646         * modules/areadlink-with-size (Depends-on): Likewise.
10647         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
10648         gives NULL; drop sys/types, since unistd gives size_t; and add
10649         stdint for SIZE_MAX.
10650         (SIZE_MAX): Rely on headers.
10651         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
10652         and add stdint.
10653         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
10654         (SIZE_MAX): Likewise.
10655         (INITIAL_BUF_SIZE): Turn into enum.
10656         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
10657
10658 2009-10-08  Jim Meyering  <meyering@redhat.com>
10659
10660         areadlinkat: avoid compilation failure
10661         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
10662         Fix typo in comment.
10663
10664 2009-10-07  Eric Blake  <ebb9@byu.net>
10665
10666         areadlinkat-with-size: new module
10667         * modules/areadlinkat-with-size: New module.
10668         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
10669         * lib/areadlink.h (areadlinkat): Declare it.
10670         * MODULES.html.sh (File system functions): Mention it.
10671         * modules/areadlinkat-with-size-tests: New test.
10672         * tests/test-areadlinkat-with-size.c: New file.
10673
10674         xreadlinkat: new module
10675         * modules/xreadlinkat: New module.
10676         * lib/xreadlinkat.c (xreadlinkat): New file.
10677         * lib/xreadlink.h (xreadlinkat): Declare it.
10678         * MODULES.html.sh (File system functions): Mention it.
10679
10680         areadlinkat: new module
10681         * lib/at-func.c (FUNC_FAIL): New define.
10682         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
10683         * modules/areadlinkat: New module.
10684         * lib/linkat.c (areadlinkat): Move...
10685         * lib/areadlinkat.c (areadlinkat): ...to new file.
10686         * lib/areadlink.h (areadlinkat): Declare it.
10687         * modules/linkat (Depends-on): Add areadlinkat.
10688         * MODULES.html.sh (File system functions): Mention it.
10689         * modules/areadlinkat-tests: New test.
10690         * tests/test-areadlinkat.c: New file.
10691
10692         areadlink, areadlink-with-size: add tests
10693         * modules/areadlink-tests: New test.
10694         * modules/areadlink-with-size-tests: Likewise.
10695         * tests/test-areadlink.h: New file.
10696         * tests/test-areadlink.c: Likewise.
10697         * tests/test-areadlink-with-size.c: Likewise.
10698
10699         maint: minor cleanups
10700         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
10701         _UNUSED_PARAMETER_ instead.
10702         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
10703         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
10704         * modules/linkat-tests (Files): Distribute test-link.h.
10705
10706         openat, utimens: whitespace cleanup
10707         * lib/openat.c: Prefer space throughout, rather than mix of 8
10708         spaces vs. tabs.
10709         * lib/at-func.c: Likewise.
10710         * lib/utimens.c: Likewise.
10711
10712         openat: avoid using wrong fd
10713         * lib/openat.c (openat_permissive): Reject user's fd if saving the
10714         working directory chooses same fd.
10715         * lib/at-func.c (AT_FUNC_NAME): Likewise.
10716
10717         mkdir, mkdirat: fix cygwin 1.5.x bug
10718         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
10719         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
10720         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
10721         bug.
10722         (gl_PREREQ_MKDIR): Delete unused macro.
10723         * modules/mkdir (Files): Track file rename.
10724         (configure.ac): Update macro name.
10725         * modules/openat (Depends-on): Add mkdir.
10726         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
10727
10728         mkdir, mkdirat: add tests
10729         * modules/mkdir-tests: New test.
10730         * tests/test-mkdir.h: New file.
10731         * tests/test-mkdir.c: Likewise.
10732         * tests/test-mkdirat.c: Likewise.
10733         * modules/openat-tests (Files): Add new files.
10734         (Makefile.am): Run new test.
10735
10736 2009-10-06  Eric Blake  <ebb9@byu.net>
10737
10738         doc: tweak *at function documentation
10739         * doc/posix-functions/faccessat.texi (faccessat): Mention
10740         known issue with replacement.
10741         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
10742         * doc/posix-functions/linkat.texi (linkat): Likewise.
10743         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
10744         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
10745         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
10746         * doc/posix-functions/renameat.texi (renameat): Likewise.
10747         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
10748
10749         openat: fix GNU/Hurd bug in unlinkat
10750         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
10751         broken.
10752         * doc/posix-functions/unlink.texi (unlink): Document this.
10753         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
10754
10755         fdopendir: fix GNU/Hurd bug
10756         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
10757         allowing non-directory fds.
10758         * lib/fdopendir.c (rpl_fdopendir): Work around it.
10759         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
10760         * modules/dirent (Makefile.am): Substitute it.
10761         * lib/dirent.in.h (fdopendir): Declare replacement.
10762         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
10763         * tests/test-fdopendir.c (main): Test something other than
10764         /dev/null, since on Hurd that behaves like a directory.
10765
10766         test-symlink: port to GNU/Hurd
10767         * tests/test-symlink.h (test_symlink): Relax expected errno.
10768
10769         doc: tweak more cygwin information
10770         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
10771         now compatible with glibc.
10772         * doc/posix-functions/getopt.texi (getopt): Likewise.
10773
10774         getopt-gnu: add another test
10775         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
10776         guarantee behavior relied on by m4.
10777         * tests/test-getopt.c (main): Use it.
10778         * modules/getopt-posix-tests (Depends-on): Add setenv.
10779         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
10780
10781         getopt: fix compilation on darwin
10782         * lib/getopt.in.h (includes): Leave breadcrumbs during system
10783         include.
10784         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
10785         Reported by Ludovic Courtès.
10786
10787 2009-10-06  Bruno Haible  <bruno@clisp.org>
10788
10789         * modules/size_max (Description): Discourage its use.
10790         Reported by Simon Josefsson.
10791
10792 2009-10-06  Jim Meyering  <meyering@redhat.com>
10793
10794         linkat: avoid compilation failure
10795         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
10796
10797 2009-10-05  Eric Blake  <ebb9@byu.net>
10798
10799         linkat: support Linux 2.6.17
10800         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
10801         linkat on Linux, but allow cache variable override.
10802         * lib/linkat.c (rpl_linkat): Define override.
10803         * modules/linkat (Depends-on): Add symlinkat.
10804         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
10805         * modules/unistd (Makefile.am): Substitute it.
10806         * lib/unistd.in.h (linkat): Declare replacement.
10807         Reported by Pádraig Brady.
10808
10809         quotearg: port test to systems with C.UTF-8 locale
10810         * tests/test-quotearg.c (struct result_strings): Add another
10811         member, differentiating between C.ASCII and C.UTF-8 handling.
10812         (compare_strings): Add parameter.
10813         (main): Adjust all callers.
10814
10815         getopt: avoid clash with FreeBSD _getopt_internal
10816         * lib/getopt.in.h (_getopt_internal): Override the name.
10817         * lib/getopt_int.h (includes): Pick up any overrides.
10818         Reported by Reuben Thomas.
10819
10820         hash: allow C89 compilation
10821         * lib/hash.c (check_tuning): Move declaration before statement.
10822         Reported by Reuben Thomas.
10823
10824 2009-10-05  Karl Berry  <karl@gnu.org>
10825
10826         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
10827
10828 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
10829             Bruno Haible  <bruno@clisp.org>
10830
10831         * lib/uname.c (uname): Use a table-driven algorithm to compute
10832         Windows NT versions.
10833
10834 2009-10-04  Bruno Haible  <bruno@clisp.org>
10835
10836         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
10837         program_invocation_short_name.
10838         * modules/progname (configure.ac): Test for presence of
10839         program_invocation_short_name.
10840         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
10841
10842 2009-10-04  Bruno Haible  <bruno@clisp.org>
10843
10844         * lib/progname.c (set_program_name): Fix comment.
10845         Reported by Jim Meyering.
10846
10847 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
10848             Bruno Haible  <bruno@clisp.org>
10849
10850         * lib/uname.c: Include <string.h>.
10851         (uname): Do only one call to GetVersionEx in the common case.
10852
10853 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
10854             Bruno Haible  <bruno@clisp.org>
10855
10856         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
10857         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
10858         (uname): Add support for Windows CE and various non-x86 CPU types.
10859
10860 2009-10-03  Bruno Haible  <bruno@clisp.org>
10861
10862         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
10863         invocation to tests/configure.ac.
10864         Reported by Ian Beckwith <ianb@erislabs.net>.
10865
10866 2009-10-02  Eric Blake  <ebb9@byu.net>
10867
10868         fchdir: avoid compiler warning
10869         * lib/fchdir.c (canonicalize_file_name)
10870         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
10871
10872         test-open: support mingw errno values
10873         * tests/test-open.h (test_open): Relax test.
10874         * tests/test-fopen.h (test_fopen): Likewise.
10875         * tests/test-openat-safer.c (main): Likewise.
10876
10877         open: fix opening directory on mingw
10878         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
10879
10880         test-open: on GNU/Hurd, /dev/null is a directory
10881         * tests/test-fopen.h (main): Rename...
10882         (test_fopen): ...to this.  Use a guaranteed non-directory when
10883         confirming open behavior on trailing slash.
10884         * tests/test-openat-safer.c (main): Likewise.
10885         * tests/test-open.h (main): Likewise....
10886         (test_open): ...to this.
10887         * tests/test-fopen.c (main): Adjust caller.
10888         * tests/test-fopen-safer.c (main): Likewise.
10889         * tests/test-open.c (main): Likewise.
10890         * tests/test-fcntl-safer.c (main): Likewise.
10891         Reported by Samuel Thibault.
10892
10893         rename, fchdir: don't ignore chdir failure
10894         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
10895         * lib/rename.c (rpl_rename) [W32]: Likewise.
10896         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
10897         an empty destination directory if source cannot be renamed,
10898         although there is still possibility for failure.
10899         * doc/posix-functions/rename.texi (rename): Document the race.
10900         Reported by Jim Meyering.
10901
10902         maint: cleanup whitespace in recent commits
10903         * lib/rename.c (rpl_rename): Remove tabs.
10904         * tests/test-link.h (test_link): Likewise.
10905         * lib/fchdir.c (get_name): Likewise.
10906         Reported by Jim Meyering.
10907
10908 2009-10-02  Ben Pfaff  <blp@gnu.org>
10909
10910         relocatable-prog-wrapper: Add missing dependency on
10911         double-slash-root.
10912         * modules/relocatable-prog-wrapper: Add dependency.
10913         Reported by Ian Beckwith <ianb@erislabs.net>.
10914
10915 2009-10-02  Eric Blake  <ebb9@byu.net>
10916
10917         renameat: fix Solaris bugs
10918         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
10919         needed fixing.
10920         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
10921         * modules/stdio (Makefile.am): Substitute it.
10922         * lib/stdio.in.h (renameat): Declare replacement.
10923         * lib/renameat.c (rpl_renameat): Implement fix.
10924
10925         renameat: new module
10926         * modules/renameat: New file.
10927         * lib/renameat.c (renameat): Likewise.
10928         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
10929         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
10930         * modules/stdio (Makefile.am): Substitute them.
10931         * lib/stdio.in.h (renameat): Declare it.
10932         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10933         * doc/posix-functions/renameat.texi (renameat): Likewise.
10934         * modules/renameat-tests: New test.
10935         * tests/test-renameat.c: Likewise.
10936
10937         rename: fix mingw bugs
10938         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
10939         directory overwrite bugs.
10940
10941         rename: fix another cygwin 1.5 bug
10942         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
10943         checks.
10944         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
10945         unnecessary cygwin workarounds.  Also work around bug with moving
10946         full directory onto an empty one.
10947         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
10948
10949         rename-dest-slash: merge into rename module
10950         * modules/rename-dest-slash (Status): Mark obsolete.
10951         (Depends-on): Add rename.
10952         (Files): Let rename do it all.
10953         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
10954         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
10955         * m4/rename-dest-slash.m4: ...so this file can be deleted.
10956         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
10957         * lib/rename.c (rpl_rename): Update comments.
10958
10959         rename: fix cygwin 1.5.x bugs
10960         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
10961         * lib/rename.c (rpl_rename): Work around them.
10962         * modules/rename (Depends-on): Add same-inode.
10963
10964         rename: fix Solaris 10 bug
10965         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
10966         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
10967         was the only bug.
10968
10969         rename: fix Solaris 9 bug
10970         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
10971         on non-directory.  Avoid calling exit.
10972         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
10973         strdup.
10974         * modules/rename-tests (Depends-on): Drop lstat.
10975         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
10976         (gl_PREREQ_RENAME): Delete unused macro.
10977
10978         rename-dest-slash: fix NetBSD bug
10979         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
10980         links.
10981         * modules/rename-dest-slash (Depends-on): Add same-inode.
10982
10983         rename-tests: new test, exposes several platform bugs
10984         * modules/rename-tests: New file.
10985         * tests/test-rename.h: Likewise.
10986         * tests/test-rename.c: Likewise.
10987         * doc/posix-functions/rename.texi (rename): Improve documentation,
10988         including bugs that will eventually be fixed in gnulib.
10989
10990 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
10991
10992         * lib/uname.c: Include <stdlib.h>
10993         (uname): Assume version info is available.
10994
10995 2009-10-02  Jim Meyering  <meyering@redhat.com>
10996
10997         gnu-web-doc-update: correct --help output
10998         * build-aux/gnu-web-doc-update: Make --help output relevant.
10999
11000         gnu-web-doc-update: add standard options
11001         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
11002
11003         gnu-web-doc-update: New module.
11004         Use this script to automatically update the on-line web documentation
11005         for your GNU project at http://www.gnu.org/software/$pkg/manual/
11006         * modules/gnu-web-doc-update: New file, from coreutils.
11007         * build-aux/gnu-web-doc-update: New script.
11008
11009 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
11010
11011         link: LoadLibrary is not needed.
11012         * lib/link.c: Use GetModuleHandle.
11013
11014 2009-10-01  Eric Blake  <ebb9@byu.net>
11015
11016         getopt: bump serial number
11017         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
11018         change.
11019
11020         tests: tighten link, rmdir, and remove tests
11021         * tests/test-link.h (includes): No need to use <config.h> here.
11022         Clean up if directory hard link was created, otherwise test for
11023         trailing '.'.
11024         * tests/test-linkat.c (main): Simplify.
11025         * tests/test-remove.c (main): Enhance test for trailing '.'.
11026         * tests/test-rmdir.h (test_rmdir_func): Likewise.
11027
11028 2009-10-01  Jim Meyering  <meyering@redhat.com>
11029
11030         maint.mk: requiring "make major" was annoying, for a "minor" release.
11031         What is intended is "stable", to contrast with alpha and beta,
11032         so require "make stable", not "make major".
11033         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
11034         (get_tool_versions): Likewise.
11035         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
11036
11037 2009-09-30  Ben Pfaff  <blp@gnu.org>
11038
11039         Fix broken build of replacement for Windows tmpfile().
11040         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
11041         flags argument added along with the 'mkostemp' module.
11042
11043 2009-09-28  Bruno Haible  <bruno@clisp.org>
11044
11045         Avoid identifier clash with POSIX function 'remove' defined as a macro.
11046         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
11047         to 'remove_elt'.
11048         (gl_list_remove): Update.
11049         * lib/gl_list.c (gl_list_remove): Update.
11050         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
11051         to 'remove_elt'.
11052         (gl_oset_remove): Update.
11053         * lib/gl_list.c (gl_oset_remove): Update.
11054         Reported by Eric Blake.
11055
11056 2009-09-28  Eric Blake  <ebb9@byu.net>
11057
11058         doc: mention yet more cygwin 1.7 status
11059         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
11060         cygwin.
11061         * doc/glibc-functions/execvpe.texi (execvpe): New file.
11062         * doc/gnulib.texi (Glibc unistd.h): Mention it.
11063
11064         argp: fix test failure
11065         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
11066         that are not upper-case.  Pass correct range to tolower.
11067
11068 2009-09-27  Jim Meyering  <meyering@redhat.com>
11069
11070         test-yesno: work around sparc-dash here-document infelicity
11071         Without this change, the literal \177 byte in a here document
11072         would make dash 0.5.5.1-3 access uninitialized memory.
11073         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
11074         Instead, use a marker, "@", and filter through tr to create the desired
11075         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
11076
11077 2009-09-27  Bruno Haible  <bruno@clisp.org>
11078
11079         Disable untested support for new flavours of ACLs on AIX.
11080         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
11081         progress.
11082         * lib/set-mode-acl.c (qset_acl): Likewise.
11083
11084 2008-12-07  Bruno Haible  <bruno@clisp.org>
11085
11086         Add support for new flavours of ACLs on AIX. (Untested.)
11087         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
11088         (file_has_acl): Add support for newer AIX.
11089         * lib/set-mode-acl.c (qset_acl): Likewise.
11090         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
11091         Rainer Tammer <tammer@tammer.net>.
11092
11093 2009-09-26  Eric Blake  <ebb9@byu.net>
11094
11095         argp: fix compilation of getopt
11096         * lib/getopt.in.h (includes): Use different guard than glibc.
11097         Reported by Sergey Poznyakoff.
11098
11099         doc: mention more cygwin 1.7 status
11100         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
11101         bug.
11102         * doc/posix-functions/execl.texi (execl): Likewise.
11103         * doc/posix-functions/execle.texi (execle): Likewise.
11104         * doc/posix-functions/execlp.texi (execlp): Likewise.
11105         * doc/posix-functions/execv.texi (execv): Likewise.
11106         * doc/posix-functions/execve.texi (execve): Likewise.
11107         * doc/posix-functions/execvp.texi (execvp): Likewise.
11108         * doc/glibc-functions/canonicalize_file_name.texi
11109         (canonicalize_file_name): Cygwin 1.7 now provides this.
11110         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
11111         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
11112         on AT_SYMLINK_NOFOLLOW.
11113
11114 2009-09-24  Eric Blake  <ebb9@byu.net>
11115
11116         test-linkat: make test more robust
11117         * tests/test-linkat.c (main): Avoid collision with EEXIST.
11118
11119         getopt: fix inclusion guards for cygwin
11120         * modules/getopt-posix (Depends-on): Add include-next.
11121         (Makefile.am): Substitute more items in replacement header.
11122         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
11123         <getopt.h>.
11124         * lib/getopt.in.h (includes): Use split inclusion guard, and
11125         prefer <getopt.h> over include <unistd.h> when one is present.
11126         (option): Also override name of 'struct option'.
11127
11128         same-inode: revert prior change; it is not yet ready
11129         * NEWS: Undo mention of this change.
11130         * lib/same-inode.h (same-inode.h): Undo tri-state change.
11131         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
11132         * lib/cycle-check.c (cycle_check): Likewise.
11133         * lib/same.c (same_name): Likewise.
11134         * lib/at-func2.c (at_func2): Likewise.
11135
11136 2009-09-23  Eric Blake  <ebb9@byu.net>
11137
11138         linkat: new module
11139         * modules/linkat: New file.
11140         * lib/at-func2.c (at_func2): Likewise.
11141         * lib/linkat.c (linkat): Likewise.
11142         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
11143         * lib/openat-priv.h (at_func2): Add declaration.
11144         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
11145         * modules/unistd (Makefile.am): Substitute them.
11146         * lib/unistd.in.h (linkat): Declare it.
11147         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
11148         * doc/posix-functions/linkat.texi (linkat): Likewise.
11149         * doc/posix-functions/link.texi (link): Tweak wording.
11150         * tests/test-link.c (main): Move guts...
11151         * tests/test-link.h (test_link): ...into new file.
11152         * modules/linkat-tests: New test.
11153         * tests/test-linkat.c: Likewise.
11154         * modules/link-tests (Files): Ship new file.
11155         (Depends-on): Add stdbool.
11156
11157         dirname: add library-safe mdir_name
11158         * lib/dirname.h (mdir_name): New prototype.
11159         * lib/dirname.c (dir_name): Move guts...
11160         (mdir_name): ...to new function that avoids xalloc_die.
11161
11162         fchdir: another mingw fix
11163         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
11164         * lib/fchdir.c (get_name): New helper method; skips canonicalize
11165         on mingw (where it has not yet been ported), and make it optional
11166         elsewhere.
11167         (_gl_register_fd): Use it.
11168
11169         same-inode: make SAME_INODE tri-state, to port to mingw
11170         * NEWS: Mention this change.
11171         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
11172         st_ino always being 0.
11173         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
11174         * lib/cycle-check.c (cycle_check): Likewise.
11175         * lib/same.c (same_name): Likewise.
11176
11177         lstat: avoid mingw compilation error
11178         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
11179         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
11180         lstat ourselves.
11181         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
11182         was adequate.
11183         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
11184         the checks for lstat.
11185         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
11186
11187         link: fix test failure on Solaris 9
11188         * lib/link.c (rpl_link): Don't assume link will catch bogus
11189         trailing slash on source.
11190
11191         test-symlinkat: enhance test
11192         * tests/test-readlink.c (main): Move guts...
11193         * tests/test-readlink.h (test_readlink): ...into new file.
11194         * tests/test-symlink.c (main): Move guts...
11195         * tests/test-symlink.h (test_symlink): ...into new file.
11196         * tests/test-symlinkat.c (main): Use new files for further
11197         coverage.
11198         (do_symlink, do_readlink): New helper functions.
11199         * modules/symlink-tests (Files): Ship new file.
11200         (Depends-on): Add stdbool.
11201         * modules/readlink-tests (Files): Ship new file.
11202         (Depends-on): Add stdbool.
11203         * modules/symlinkat-tests (Files): Use new files.
11204
11205 2009-09-23  Eric Blake  <ebb9@byu.net>
11206
11207         readlink: document portability issue with symlink length
11208         * doc/posix-functions/lstat.texi (lstat): Mention that some file
11209         systems have bogus st_size on symlinks, and mention the
11210         areadlink-with-size module.
11211         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
11212         * doc/posix-functions/readlink.texi (readlink): Mention the
11213         areadlink module, and ERANGE failure.
11214         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
11215         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
11216
11217         readlink: fix Solaris 9 bug with trailing slash
11218         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
11219         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
11220         * doc/posix-functions/readlink.texi (readlink): Document this.
11221         * modules/readlink-tests: New test.
11222         * tests/test-readlink.c: Likewise.
11223
11224         readlink: fix cygwin 1.5.x bug with return type
11225         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
11226         * lib/unistd.in.h (readlink): Use ssize_t.
11227         * lib/readlink.c (readlink): Likewise.
11228         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
11229         * modules/unistd (Makefile.am): Substitute it.
11230         * lib/unistd.in.h (readlink): Declare replacement.
11231         * doc/posix-functions/readlink.texi (readlink): Document this.
11232
11233         symlink: use throughout gnulib
11234         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
11235         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
11236         symlink is not used.
11237         * modules/symlinkat (Depends-on): Add symlink.
11238         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
11239         * modules/canonicalize-tests (Depends-on): Likewise.
11240         * modules/lstat-tests (Depends-on): Likewise.
11241         * modules/openat-tests (Depends-on): Likewise.
11242         * modules/remove-tests (Depends-on): Likewise.
11243         * modules/rmdir-tests (Depends-on): Likewise.
11244         * modules/unlink-tests (Depends-on): Likewise.
11245         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
11246         * tests/test-canonicalize.c (symlink): Likewise.
11247         * tests/test-fstatat.c (symlink): Likewise.
11248         * tests/test-lstat.c (symlink): Likewise.
11249         * tests/test-remove.c (symlink): Likewise.
11250         * tests/test-rmdir.c (symlink): Likewise.
11251         * tests/test-unlink.c (symlink): Likewise.
11252         * tests/test-unlinkat.c (symlink): Likewise.
11253
11254         symlink: new module, for Solaris 9 bug
11255         * modules/symlink: New file.
11256         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
11257         * lib/symlink.c: Likewise.
11258         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
11259         * modules/unistd (Makefile.am): Substitute them.
11260         * lib/unistd.in.h (symlink): Declare replacement.
11261         * MODULES.html.sh (File system functions): Mention it.
11262         * doc/posix-functions/symlink.texi (symlink): Likewise.
11263         * modules/symlink-tests: New test.
11264         * tests/test-symlink.c: Likewise.
11265
11266 2009-09-23  Bruno Haible  <bruno@clisp.org>
11267
11268         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
11269         when needed.
11270         Test case: gnulib-tool --import --with-tests atexit inttypes.
11271         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
11272
11273 2009-09-23  Bruno Haible  <bruno@clisp.org>
11274
11275         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
11276         subcommand, not in a subshell.
11277
11278 2009-09-22  Eric Blake  <ebb9@byu.net>
11279
11280         unistd: sort replacement declarations
11281         * lib/unistd.in.h: Sort declarations.
11282
11283         open, openat: minor optimization
11284         * lib/open.c (open): If open succeeded, len is non-zero.
11285         * lib/openat.c (rpl_openat): Likewise.
11286
11287         link-follow: ensure correct result
11288         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
11289         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
11290         distinguish between possible failures.
11291
11292 2009-09-21  Eric Blake  <ebb9@byu.net>
11293
11294         fts: avoid compiler warning
11295         * lib/fts.c (dirent_inode_sort_may_be_useful)
11296         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
11297
11298 2009-09-19  Bruno Haible  <bruno@clisp.org>
11299
11300         * lib/progreloc.c (canonicalize_file_name): New declaration.
11301
11302 2009-09-19  Eric Blake  <ebb9@byu.net>
11303
11304         link: fix quoting
11305         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
11306
11307         openat: fix openat bugs on Solaris 9
11308         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
11309         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
11310         * modules/openat (Depends-on): Add open.
11311         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
11312         * modules/fcntl-h (Makefile.am): Substitute it.
11313         * lib/fcntl.in.h (openat): Declare replacement.
11314         * doc/posix-functions/openat.texi (openat): Document this.
11315
11316         openat: move fstatat and unlinkat into correct files
11317         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
11318         compiled.
11319         * lib/openat.c (fstatat, unlinkat): Move...
11320         * lib/fstatat.c (fstatat): ...into correct files.
11321         * lib/unlinkat.c (unlinkat): Likewise.
11322
11323         openat: fix unlinkat bugs on Solaris 9
11324         * lib/unlinkat.c (unlinkat): New file.
11325         * modules/openat (Depends-on): Add unlink.
11326         (Files): Distribute it.
11327         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
11328         trailing slash behavior is broken.
11329         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
11330         * modules/unistd (Makefile.am): Substitute it.
11331         * lib/unistd.in.h (unlinkat): Declare replacement.
11332         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
11333
11334         openat: fix fstatat bugs on Solaris 9
11335         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
11336         stat.
11337         * doc/posix-functions/fstatat.texi (fstatat): Document this.
11338
11339         test-unlinkat: enhance test, to expose Solaris 9 bug
11340         * tests/test-unlink.c (main): Factor guts...
11341         * tests/test-unlink.h (test_rmdir_func): ...into new file.
11342         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
11343         * tests/test-rmdir.c (main): Adjust caller.
11344         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
11345         (unlinker): New helper function.
11346         (rmdirat): Enhance check.
11347         * modules/rmdir-tests (Depends-on): Add stdbool.
11348         * modules/unlink-tests (Depends-on): Likewise.
11349         (Files): Add test-unlink.h.
11350         * modules/openat-tests (Files): Likewise.
11351         (Depends-on): Add unlinkdir.
11352
11353         test-fstatat: new test, to expose Solaris 9 bugs
11354         * tests/test-stat.c (main): Factor guts...
11355         * tests/test-stat.h (test_stat_func): ...into new file.
11356         * tests/test-lstat.c (main): Factor guts...
11357         * tests/test-lstat.h (test_lstat_func): ...into new file.
11358         * tests/test-fstatat.c: New file.
11359         * modules/stat-tests (Files): Add test-stat.h.
11360         * modules/lstat-tests (Files): Add test-lstat.h.
11361         (Depends-on): Add stdbool.
11362         * modules/openat-tests (Depends-on): Add pathmax.
11363         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
11364         (Makefile.am): Run new test.
11365
11366         remove: new module, for mingw and Solaris 9 bugs
11367         * modules/remove: New file.
11368         * lib/remove.c: Likewise.
11369         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
11370         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
11371         * modules/stdio (Makefile.am): Use them.
11372         * lib/stdio.in.h (remove): Declare replacement.
11373         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
11374         * doc/posix-functions/remove.texi (remove): Likewise.
11375         * modules/remove-tests: New test.
11376         * tests/test-remove.c: Likewise.
11377
11378         unlink: new module, for Solaris 9 bug
11379         * modules/unlink: New file.
11380         * lib/unlink.c: Likewise.
11381         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
11382         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
11383         * modules/unistd (Makefile.am): Use them.
11384         * lib/unistd.in.h (stat): Declare replacement.
11385         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
11386         * doc/posix-functions/unlink.texi (unlink): Likewise.
11387         * modules/unlink-tests: New test.
11388         * tests/test-unlink.c: Likewise.
11389
11390         lstat: fix Solaris 9 bug
11391         * lib/lstat.c (lstat): Also check for trailing slash on
11392         non-symlink, non-directories.  Use stat module to simplify logic.
11393         * doc/posix-functions/lstat.texi (lstat): Document it.
11394         * modules/lstat-tests (Depends-on): Add errno, same-inode.
11395         (configure.ac): Check for symlink.
11396         * tests/test-lstat.c (main): Add more tests.
11397
11398         stat: add as dependency to other modules
11399         * modules/chown (Depends-on): Add stat.
11400         * modules/euidaccess (Depends-on): Likewise.
11401         * modules/fchdir (Depends-on): Likewise.
11402         * modules/isdir (Depends-on): Likewise.
11403         * modules/link (Depends-on): Likewise.
11404         * modules/lstat (Depends-on): Likewise.
11405         * modules/mkdir-p (Depends-on): Likewise.
11406         * modules/modechange (Depends-on): Likewise.
11407         * modules/open (Depends-on): Likewise.
11408         * modules/readlink (Depends-on): Likewise.
11409         * modules/same (Depends-on): Likewise.
11410
11411         stat: fix Solaris 9 bug
11412         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
11413         slash.
11414         * lib/stat.c (rpl_stat): Work around it.
11415         * doc/posix-functions/stat.texi (stat): Update documentation.
11416
11417         stat: new module, for mingw bug
11418         * modules/stat: New file.
11419         * lib/stat.c: Likewise.
11420         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
11421         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
11422         * modules/sys_stat (Makefile.am): Use them.
11423         * lib/sys_stat.in.h (stat): Declare replacement.
11424         * lib/openat.c (fstatat): Deal with lstat and stat being function
11425         macros.
11426         * modules/openat (Depends-on): Add inline.
11427         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
11428         * doc/posix-functions/stat.texi (stat): Likewise.
11429         * modules/stat-tests: New test.
11430         * tests/test-stat.c: Likewise.
11431
11432 2009-09-19  Jim Meyering  <meyering@redhat.com>
11433
11434         syntax-check: detect unnecessary inclusion of canonicalize.h
11435         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
11436
11437 2009-09-19  Eric Blake  <ebb9@byu.net>
11438
11439         canonicalize-lgpl: adjust clients to use correct header
11440         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
11441         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
11442         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
11443         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
11444         * lib/progreloc.c (includes): Likewise.
11445
11446 2009-09-19  Jim Meyering  <meyering@redhat.com>
11447
11448         test-posixtm.c: correct a comment
11449         * tests/test-posixtm.c: Correct first-line comment.
11450         Spotted by Eric Blake.
11451
11452 2009-09-16  Jim Meyering  <meyering@redhat.com>
11453
11454         posixtm-tests: make T const-correct; add a test case
11455         * tests/test-posixtm.c (T): Declare const.
11456         Add a test for -(2^31+1).
11457         Remove useless can-succeed-only-in-2002 test.
11458
11459         posixtm-tests: adjust the sole failing test
11460         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
11461         expected output matches what mktime now produces.  Cross-checked via
11462         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
11463
11464         posixtm: move #ifdef'd tests into a new module
11465         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
11466         * tests/test-posixtm.c: ... this new file.
11467         * modules/posixtm-tests: New module.
11468
11469 2009-09-19  Eric Blake  <ebb9@byu.net>
11470
11471         openat: simplify use of at-func.c
11472         * lib/at-func.c (includes): Include prerequisites here, to
11473         simplify requirements on client files.
11474         * lib/openat-priv.h: Add double-inclusion guard.
11475         * lib/faccessat.c (includes): Simplify.
11476         * lib/fchmodat.c (includes): Likewise.
11477         * lib/fchownat.c (includes): Likewise.
11478         * lib/mkdirat.c (includes): Likewise.
11479         * lib/mkfifoat.c (includes): Likewise.
11480         * lib/symlinkat.c (includes): Likewise.
11481
11482         openat: allow return of fd 0
11483         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
11484         * modules/save-cwd (Depends-on): Replace fcntl-safer with
11485         unistd-safer.
11486         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
11487         <fcntl.h>; this module does not leak fds.
11488         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
11489         must be allowed to return 0, leaving openat_safer to add the
11490         safety.
11491         (openat_permissive): Avoid writing to just-opened fd 2 if
11492         restoring the current directory fails.
11493         * lib/openat-die.c (openat_restore_fail): Add comment.
11494         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
11495         (save_cwd): Guarantee safe fd, but without use of open_safer.
11496         * tests/test-openat.c: New test.
11497         * modules/openat-tests (Files, Makefile.am): Distribute and build
11498         new file.
11499
11500         relocatable-prog-wrapper: fix build
11501         * modules/relocatable-prog-wrapper (Files): Update name of
11502         canonicalize m4 file, broken on 2009-09-17.
11503         Reported by emad hajjar <aleppos@hotmail.com>.
11504
11505 2009-09-19  Bruno Haible  <bruno@clisp.org>
11506
11507         * lib/safe-alloc.h: Use the standard header with GPL copyright.
11508         * lib/safe-alloc.c: Likewise.
11509         Reported by Ian Beckwith <ianb@erislabs.net>.
11510
11511 2009-09-18  Bruno Haible  <bruno@clisp.org>
11512
11513         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
11514         Reported by <erobles@sensacd.com.mx>.
11515
11516 2009-09-17  Eric Blake  <ebb9@byu.net>
11517
11518         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
11519         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
11520         slashes when checking if last component is missing.
11521         * tests/test-canonicalize.c (main): Test this.
11522
11523         canonicalize, canonicalize-lgpl: honor // if distinct from /
11524         * modules/canonicalize (Files): Add double-slash-root.m4.
11525         * modules/canonicalize-lgpl (Files): Likewise.
11526         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
11527         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
11528         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
11529         fallback definition.
11530         (canonicalize_filename_mode): Use it to protect //.
11531         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
11532         (__realpath): Likewise.
11533         * tests/test-canonicalize.c (main): Test this.
11534         * tests/test-canonicalize-lgpl.c (main): Likewise.
11535         * modules/canonicalize-tests (Depends-on): Add same-inode.
11536         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
11537
11538         canonicalize-lgpl: fix glibc bug with trailing slash
11539         * m4/canonicalize-lgpl.m4: Move contents...
11540         * m4/canonicalize.m4: ...here.
11541         (gl_CANONICALIZE_LGPL): Factor realpath check...
11542         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
11543         glibc 2.3.5 bug, fixed 2005-04-27.
11544         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
11545         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
11546         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
11547         * modules/canonicalize-lgpl (Files): Manage file rename.
11548         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
11549         * modules/stdlib (Makefile.am): Substitute witness.
11550         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
11551         is needed.
11552         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
11553         replacement is required.
11554         * lib/canonicalize.c (canonicalize_file_name): Likewise.
11555         * doc/glibc-functions/canonicalize_file_name.texi
11556         (canonicalize_file_name): Document this.
11557         * doc/posix-functions/realpath.texi (realpath): Likewise.
11558
11559         canonicalize-lgpl: reject non-directory with trailing slash
11560         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
11561         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
11562         catches failures in glibc 2.3.5.
11563         * tests/test-canonicalize.c (main): Likewise.
11564
11565         canonicalize-lgpl: use native realpath if it works
11566         * lib/canonicalize-lgpl.c (realpath): Guard with
11567         FUNC_REALPATH_WORKS.
11568         * lib/stdlib.in.h (realpath): Make declaration optional based on
11569         HAVE_REALPATH.
11570         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
11571         native realpath works.
11572         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
11573         * modules/stdlib (Makefile.am): Substitute witness.
11574
11575         canonicalize, canonicalize-lgpl: use <stdlib.h>
11576         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
11577         (Include): Mention <stdlib.h>.
11578         (configure.ac): Mention functions we provide.
11579         * modules/canonicalize (configure.ac): Likewise.
11580         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
11581         realpath if canonicalize_file_name is missing.
11582         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
11583         * modules/stdlib (Makefile.am): Substitute witnesses.
11584         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
11585         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
11586         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
11587         * NEWS: Document this.
11588         * doc/glibc-functions/canonicalize_file_name.texi
11589         (canonicalize_file_name): Likewise.
11590         * doc/posix-functions/realpath.texi (realpath): Likewise.
11591         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
11592
11593         test-canonicalize: consolidate into single C program
11594         * tests/test-canonicalize.sh: Delete; move setup into...
11595         * tests/test-canonicalize.c (main): ...the program, making it
11596         easier to run in debugger.  Add some tests.
11597         * modules/canonicalize-tests (Files): Remove unused file.
11598         (Depends-on): Add progname.
11599         (configure.ac, Makefile.am): Simplify.
11600
11601         test-canonicalize-lgpl: consolidate into single C program
11602         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
11603         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
11604         easier to run in debugger.  Add some tests.
11605         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
11606         (configure.ac, Makefile.am): Simplify.
11607
11608         canonicalize: avoid resolvepath
11609         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
11610         unnecessary checks.
11611         * lib/canonicalize.c (includes): Simplify.
11612         (canonicalize_file_name): Drop resolvepath implementation.
11613         * modules/canonicalize (Depends-on): Drop filenamecat.
11614
11615         canonicalize: don't lose errno
11616         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
11617         over calls to free.
11618
11619         canonicalize: simplify errno handling
11620         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
11621         assignment.
11622
11623         canonicalize, canonicalize-lgpl: update module dependencies
11624         * modules/canonicalize (Depends-on): Add extensions, lstat,
11625         pathmax, stdlib.
11626         (Files): Drop pathmax.h.
11627         (configure.ac): Adjust macro name.
11628         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
11629         lstat, stdlib, sys_stat.
11630         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
11631         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
11632         extensions.
11633         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
11634         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
11635         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
11636         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
11637         declaration, if available.
11638         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
11639         we can rely on the readlink module.
11640         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
11641         (includes): Use <unistd.h> unconditionally.
11642
11643 2009-09-17  Eric Blake  <ebb9@byu.net>
11644
11645         maint: make Include sections of modules consistent
11646         * modules/alloca: Use only header name; no need to list #include.
11647         * modules/alloca-opt: Likewise.
11648         * modules/arpa_inet: Likewise.
11649         * modules/canon-host: Likewise.
11650         * modules/configmake: Likewise.
11651         * modules/dirent: Likewise.
11652         * modules/eealloc: Likewise.
11653         * modules/environ: Likewise.
11654         * modules/fchdir: Likewise.
11655         * modules/fcntl: Likewise.
11656         * modules/fcntl-h: Likewise.
11657         * modules/gethrxtime: Likewise.
11658         * modules/gettime: Likewise.
11659         * modules/ignore-value: Likewise.
11660         * modules/inet_ntop: Likewise.
11661         * modules/inet_pton: Likewise.
11662         * modules/inttypes: Likewise.
11663         * modules/isnand-nolibm: Likewise.
11664         * modules/isnanf-nolibm: Likewise.
11665         * modules/mbchar: Likewise.
11666         * modules/mbfile: Likewise.
11667         * modules/mbiter: Likewise.
11668         * modules/mbuiter: Likewise.
11669         * modules/netdb: Likewise.
11670         * modules/netinet_in: Likewise.
11671         * modules/nproc: Likewise.
11672         * modules/pagealign_alloc: Likewise.
11673         * modules/poll: Likewise.
11674         * modules/printf-frexp: Likewise.
11675         * modules/pthread: Likewise.
11676         * modules/putenv: Likewise.
11677         * modules/random_r: Likewise.
11678         * modules/relocatable-prog: Likewise.
11679         * modules/search: Likewise.
11680         * modules/select: Likewise.
11681         * modules/selinux-h: Likewise.
11682         * modules/settime: Likewise.
11683         * modules/signal: Likewise.
11684         * modules/size_max: Likewise.
11685         * modules/socklen: Likewise.
11686         * modules/ssize_t: Likewise.
11687         * modules/stdarg: Likewise.
11688         * modules/stdbool: Likewise.
11689         * modules/stddef: Likewise.
11690         * modules/stdint: Likewise.
11691         * modules/stdio: Likewise.
11692         * modules/stdlib: Likewise.
11693         * modules/string: Likewise.
11694         * modules/strings: Likewise.
11695         * modules/sys_file: Likewise.
11696         * modules/sys_ioctl: Likewise.
11697         * modules/sys_select: Likewise.
11698         * modules/sys_socket: Likewise.
11699         * modules/sys_stat: Likewise.
11700         * modules/sys_time: Likewise.
11701         * modules/sys_times: Likewise.
11702         * modules/sys_utsname: Likewise.
11703         * modules/sys_wait: Likewise.
11704         * modules/sysexits: Likewise.
11705         * modules/time: Likewise.
11706         * modules/times: Likewise.
11707         * modules/tmpfile: Likewise.
11708         * modules/trim: Likewise.
11709         * modules/unistd: Likewise.
11710         * modules/wchar: Likewise.
11711         * modules/wctype: Likewise.
11712
11713 2009-09-17  Bruno Haible  <bruno@clisp.org>
11714
11715         Make getdate.y compile on QNX and NetBSD 5 / i386.
11716         * m4/getdate.m4 (gl_GETDATE): Conditionally define
11717         TIME_T_FITS_IN_LONG_INT.
11718         * lib/getdate.y (long_time_t): New type.
11719         (relative_time): Change type of 'seconds' field to long_time_t.
11720         (get_date): Update types of local variables. Check against overflow
11721         during conversion from long_time_t to time_t.
11722         Reported by Matt Kraai <kraai@ftbfs.org>
11723         and Hasso Tepper <hasso@netbsd.org>.
11724
11725 2009-09-17  Bruno Haible  <bruno@clisp.org>
11726
11727         * modules/COPYING: Update copyright years.
11728         * modules/README: Likeiwse.
11729         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
11730         Reported by Ian Beckwith <ianb@erislabs.net>.
11731
11732 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
11733
11734         * users.txt: Update references for gnuit package.
11735
11736 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
11737
11738         * m4/getdelim.m4: Fix typo in copyright line.
11739
11740 2009-09-17  Bruno Haible  <bruno@clisp.org>
11741
11742         * lib/atoll.c: Use the standard header with GPL copyright.
11743         * lib/argz.in.h: Likewise.
11744         * lib/glob.c: Likewise.
11745         * lib/glob-libc.h: Likewise.
11746         * lib/random_r.c: Likewise.
11747         * lib/siglist.h: Likewise.
11748         * lib/strsignal.c: Likewise.
11749         Reported by Ian Beckwith <ianb@erislabs.net>.
11750
11751 2009-09-17  Eric Blake  <ebb9@byu.net>
11752
11753         rmdir: ensure correct dependency order
11754         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
11755
11756 2009-09-17  Bruno Haible  <bruno@clisp.org>
11757
11758         Disable assertion that fails on NetBSD 5 / i386.
11759         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
11760         Reported by Sam Steingold <sds@gnu.org>
11761         and Hasso Tepper <hasso@netbsd.org>.
11762
11763 2009-09-16  Eric Blake  <ebb9@byu.net>
11764
11765         unlinkdir: port to mingw
11766         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
11767         on which no one can unlink a directory.
11768
11769         stdlib: sort witness names
11770         * modules/stdlib (Makefile.am): Sort replacements.
11771         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
11772         * lib/stdlib.in.h: Likewise.
11773
11774         parse-duration-tests: avoid link failure
11775         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
11776         LIBINTL.
11777         Reported by Tom G. Christensen.
11778
11779         openat-tests: ensure unlinkat behaves like rmdir
11780         * tests/test-rmdir.c (main): Factor guts...
11781         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
11782         * modules/rmdir-tests (Files): Ship new file.
11783         * modules/openat-tests: New test.
11784         * tests/test-unlinkat.c: Likewise.
11785
11786         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
11787         * modules/rmdir-errno (Status, Notice): Now obsolete.
11788
11789         rmdir: work around cygwin 1.5.x and mingw bugs
11790         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
11791         * lib/rmdir.c (rmdir): Work around it.
11792         * modules/rmdir (Status, Notice): No longer obsolete.
11793         (Files): Add dos.m4.
11794         (Depends-on): Add unistd.
11795         (configure.ac): Set witnesses.
11796         (License): Relax to LGPLv2+.
11797         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
11798         * modules/unistd (Makefile.am): Substitute witnesses.
11799         * lib/unistd.in.h (rmdir): Declare replacement.
11800         * doc/posix-functions/rmdir.texi (rmdir): Document this.
11801         * modules/rmdir-tests: New tests.
11802         * tests/test-rmdir.c: Likewise.
11803
11804 2009-09-15  Eric Blake  <ebb9@byu.net>
11805
11806         fchdir: improve use of replacement functions
11807         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
11808         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
11809         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
11810         REPLACE_CLOSEDIR.
11811         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
11812         * modules/sys_stat (Makefile.am): Substitute correct witness.
11813         * modules/dirent (Makefile.am): Likewise.
11814         * modules/unistd (Makefile.am): Likewise.
11815         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
11816         * lib/unistd.in.h (dup): Likewise.
11817         * lib/sys_stat.in.h (fstat): Likewise.
11818
11819         maint: ignore gnulib-tool temp files
11820         * .gitignore: Ignore files created during gnulib-tool --test.
11821
11822 2009-09-13  Jim Meyering  <meyering@redhat.com>
11823
11824         posixtm: don't reject a time that specify "60" as the number of seconds
11825         * lib/posixtm.c (posixtime): The code to reject invalid dates
11826         would also reject a time specified with the .60 suffix.
11827         But POSIX allows that, in order to accommodate leap seconds.
11828         So don't reject it.
11829         (main): Adjust tests accordingly.
11830         * modules/posixtm (Depends-on): Add stpcpy.
11831
11832 2009-09-11  Jim Meyering  <meyering@redhat.com>
11833
11834         announce-gen: include [$release_type] in emitted Subject:
11835         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
11836         e.g., [stable] in the emitted Subject: line.
11837
11838 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11839
11840         Remove obsolete macros from several modules.
11841         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
11842         obsolete Autoconf macros with their modern counterparts.
11843         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
11844         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
11845         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
11846         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
11847         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
11848         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
11849         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
11850         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
11851         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
11852         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
11853         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
11854         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
11855         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
11856         * m4/sockets.m4 (gl_SOCKETS): Likewise.
11857         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
11858         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
11859         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
11860         * m4/time_r.m4 (gl_TIME_R): Likewise.
11861         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
11862         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
11863         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
11864
11865         Fix copyright header in build-aux scripts.
11866         * build-aux/git-version-gen: Fix copyright header to match GPLv3
11867         recommendation.
11868         * build-aux/ncftpput-ftp: Likewise.
11869         * build-aux/update-copyright: Likewise.
11870
11871 2009-09-09  Eric Blake  <ebb9@byu.net>
11872
11873         test-link: allow Linux choice of errno
11874         * tests/test-link.c (main): Relax test for alternate error.
11875
11876         strndup: fix improper m4 caching
11877         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
11878         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
11879         (gl_PREREQ_STRNDUP): Delete.
11880         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
11881         * modules/string (Makefile.am): Substitute it.
11882         * lib/string.in.h (strndup): Modernize prototype.
11883
11884         getcwd: port to mingw
11885         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
11886         different from the POSIX assumptions made throughout the getcwd
11887         module; fortunately, the mingw getcwd does not need replacement.
11888         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
11889         * modules/getcwd-tests: New test.
11890         * tests/test-getcwd.c: Likewise.
11891
11892         link: fix platform bugs
11893         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
11894         * lib/link.c (link): Work around them.  Fix related mingw bug.
11895         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
11896         * modules/unistd (Makefile.am): Substitute it.
11897         * lib/unistd.in.h (link): Declare replacement.
11898         * doc/posix-functions/link.texi (link): Document this.
11899         * modules/link (Depends-on): Add strdup-posix, sys_stat.
11900
11901         test-link: consolidate into single C program, test more cases
11902         * tests/test-link.sh: Delete.
11903         * tests/test-link.c: Test more error conditions.  Exposes bugs on
11904         at least Cygwin and Solaris.
11905         * modules/link-tests (Files): Remove unused file.
11906         (Depends-on): Add errno, sys_stat.
11907         (Makefile.am): Simplify.
11908
11909 2009-09-08  Bruno Haible  <bruno@clisp.org>
11910
11911         Work around towlower, towupper bug on mingw.
11912         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
11913         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
11914         * doc/posix-functions/towlower.texi: Mention the mingw bug.
11915         * doc/posix-functions/towupper.texi: Likewise.
11916         Reported by Eric Blake.
11917
11918 2009-09-08  Jim Meyering  <meyering@redhat.com>
11919
11920         build: don't try to run autoheader if we don't use it
11921         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
11922         is not used in configure.ac.
11923
11924 2009-09-08  Eric Blake  <ebb9@byu.net>
11925
11926         euidaccess: fix compilation error
11927         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
11928
11929         rawmemchr: relax license
11930         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
11931         okay.
11932         Reported by Jim Meyering.
11933
11934         mkfifoat: new module
11935         * modules/mkfifoat: New file.
11936         * lib/mkfifoat.c: Likewise.
11937         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
11938         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
11939         * modules/sys_stat (Makefile.am): Use them.
11940         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
11941         * MODULES.html.sh (File system functions): Mention module.
11942         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
11943         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
11944         * modules/mkfifoat-tests: New test.
11945         * tests/test-mkfifoat.c: Likewise.
11946
11947         strchrnul: relax license
11948         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
11949         okay.
11950         Reported by Jim Meyering.
11951
11952 2009-09-08  Eric Blake  <ebb9@byu.net>
11953
11954         fstatat: fix compilation on Solaris
11955         * lib/fstatat.c (includes): Add fcntl.h.
11956         Reported by Pádraig Brady.
11957
11958 2009-09-07  Eric Blake  <ebb9@byu.net>
11959
11960         rename: modernize replacement
11961         * modules/rename (Depends-on): Add stdio.
11962         (configure.ac): Declare witness.
11963         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
11964         stdio take care of replacement.
11965         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
11966         * modules/stdio (Makefile.am): Substitute them.
11967         * lib/stdio.in.h (rename): Declare replacement.
11968         * lib/rename.c (includes): Allow cross-compilation to non-windows
11969         machines.
11970         * doc/posix-functions/rename.texi (rename): Improve
11971         documentation.
11972
11973         stdio: sort witness names
11974         * modules/stdio (Makefile.am): Sort replacements.
11975         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
11976         * lib/stdio.in.h: Likewise.
11977
11978         getcwd: minor cleanups
11979         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
11980         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
11981
11982         openat: provide more convenience names
11983         * modules/faccessat (configure.ac): Add C witness.
11984         * lib/unistd.in.h (readlinkat): Fix typo.
11985         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
11986         convenience wrappers.
11987         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
11988         wrappers in syntax checks.
11989
11990 2009-09-06  Eric Blake  <ebb9@byu.net>
11991
11992         doc: fix comments in recent patches
11993         * lib/faccessat.c: Mention correct function.
11994         * lib/fchmodat.c: Likewise.
11995         * lib/fchownat.c: Likewise.
11996         * lib/symlinkat.c: Likewise.
11997         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
11998         constants.
11999
12000         faccessat, symlinkat: continue cleanup of previous patch
12001         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
12002         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
12003         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
12004         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
12005         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
12006         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
12007         set.
12008
12009 2009-09-06  Bruno Haible  <bruno@clisp.org>
12010
12011         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
12012         (fstatat): Declare if GNULIB_FSTATAT is set.
12013         (mkdirat): Declare if GNULIB_MKDIRAT is set.
12014         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
12015         (unlinkat): Declare if GNULIB_UNLINKAT is set.
12016         * modules/fcntl-h (Files): Remove m4/openat.m4.
12017         * modules/sys_stat (Files): Remove m4/openat.m4.
12018         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
12019         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
12020         * modules/unistd (Files): Remove m4/openat.m4.
12021         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
12022         GNULIB_OPENAT.
12023         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
12024         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
12025         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
12026         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
12027         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
12028         gl_OPENAT_DEFAULTS.
12029         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
12030         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
12031         Don't require gl_OPENAT_DEFAULTS.
12032         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
12033         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
12034         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
12035         (gl_OPENAT_DEFAULTS): Remove macro.
12036
12037 2009-09-06  Bruno Haible  <bruno@clisp.org>
12038
12039         * modules/openat (configure.ac): Remove unneeded witness.
12040
12041 2009-09-06  Bruno Haible  <bruno@clisp.org>
12042
12043         Set errno to ENOSYS when a function is entirely unsupported.
12044         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
12045         EOPNOTSUPP.
12046         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
12047         * modules/chown (Depends-on): Remove errno.
12048
12049 2009-09-06  Bruno Haible  <bruno@clisp.org>
12050
12051         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
12052
12053 2009-09-06  Bruno Haible  <bruno@clisp.org>
12054
12055         * lib/sys_stat.in.h: Fix preprocessor command indentation.
12056
12057 2009-09-06  Ben Pfaff  <blp@gnu.org>
12058             Bruno Haible  <bruno@clisp.org>
12059
12060         Work around a glibc bug in strtok_r.
12061         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
12062         Undefine if UNDEFINE_STRTOK_R is set.
12063         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
12064         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
12065         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
12066         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
12067         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
12068         UNDEFINE_STRTOK_R.
12069         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
12070
12071 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
12072
12073         exclude: minor fix
12074         * lib/exclude.c: Include wctype.h
12075
12076 2009-09-06  Akim Demaille  <demaille@gostai.com>
12077
12078         bootstrap: improve error message
12079         * build-aux/bootstrap (find_tool): Upon failure, report the list
12080         of candidates.
12081         Honor the initial value of the envvar.
12082
12083 2009-09-05  Eric Blake  <ebb9@byu.net>
12084
12085         symlinkat: new module
12086         * modules/symlinkat: New file.
12087         * lib/symlinkat.c: Likewise.
12088         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
12089         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
12090         * modules/unistd (Makefile.am): Use them.
12091         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
12092         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
12093         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
12094         * MODULES.html.sh (File system functions): Mention module.
12095         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
12096         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
12097         * modules/symlinkat-tests: New test.
12098         * tests/test-symlinkat.c: Likewise.
12099
12100         test-openat-safer: add more checks
12101         * tests/test-openat-safer.c (main): Check more code paths.
12102
12103 2009-09-05  Jim Meyering  <meyering@redhat.com>
12104
12105         syntax-check: detect unnecessary inclusion of openat.h
12106         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
12107
12108 2009-09-05  Bruno Haible  <bruno@clisp.org>
12109
12110         Support towlower, towupper.
12111         * doc/posix-functions/towlower.texi: Mention module wctype.
12112         * doc/posix-functions/towupper.texi: Likewise.
12113         * lib/wctype.in.h (towlower, towupper): New functions.
12114         * tests/test-wctype.c: Include stdio.h, stdlib.h.
12115         (ASSERT): New macro.
12116         (e): New variable.
12117         (main): Test also towlower, towupper. Test WEOF argument.
12118         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
12119
12120 2009-09-05  Bruno Haible  <bruno@clisp.org>
12121
12122         Fix conversion behaviour when the input is invalid.
12123         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
12124         mark occurring in first pass of indirect conversion.
12125         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
12126         input.
12127         Found by clang's static analyzer.
12128
12129 2009-09-05  Bruno Haible  <bruno@clisp.org>
12130
12131         * tests/test-striconveh.c (main): Test indirect conversion on platforms
12132         where direct conversion is possible.
12133
12134 2009-09-04  Eric Blake  <ebb9@byu.net>
12135
12136         openat: fail with ENOENT on empty name
12137         * lib/openat-proc.c (openat_proc_name): Special-case the empty
12138         buffer.
12139
12140         link-follow: fix logic bug in prior patch
12141         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
12142         reversed sense of yes and no in prior patch.  Avoid confusing
12143         compilation failure with desired semantics.
12144
12145         link-follow: accomodate mingw and cross-compilation
12146         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
12147         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
12148         cross-compilation results to -1, to make linkat easier to
12149         implement when cross-compiling.  Trivially support mingw.
12150         * modules/link-follow (configure.ac): Call new name.
12151         * NEWS: Mention this.
12152
12153 2009-09-03  Eric Blake  <ebb9@byu.net>
12154
12155         faccessat: compile replacement
12156         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
12157         needed.
12158
12159         fts: fix compilation error
12160         * lib/fts.c (includes): Re-add "openat.h", for
12161         openat_needs_fchdir.
12162
12163         faccessat: new module
12164         * modules/faccessat: New file.
12165         * lib/faccessat.c: Likewise.
12166         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
12167         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
12168         * modules/unistd (Makefile.am): Use it.
12169         * lib/unistd.in.h (faccessat): Declare it.
12170         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
12171         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
12172         * MODULES.html.sh (File system functions): Mention it.
12173         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
12174         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
12175
12176         euidaccess: prefer POSIX over non-standard implementation
12177         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
12178         * lib/euidaccess.c (euidaccess): Use it if available.
12179
12180         openat: make template easier to use
12181         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
12182         AT_FUNC_F2 to be undefined.
12183         (VALIDATE_FLAG): New macro; use it to reject bad flags.
12184         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
12185         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
12186         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
12187         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
12188         Likewise.
12189         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
12190         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
12191         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
12192         Likewise.
12193
12194         openat: declare in POSIX headers
12195         * NEWS: Mention this.
12196         * modules/openat (configure.ac): Declare witnesses.
12197         (Depends-on): Add fcntl-h, sys_stat, unistd.
12198         (Include): Mention correct headers.
12199         * modules/fcntl-h (Depends-on): Add link-warning.
12200         (Files): Add openat.m4.
12201         (Makefile.am): Substitute witnesses.
12202         * modules/sys_stat (Files, Makefile.am): Likewise.
12203         * modules/unistd (Files, Makefile.am): Likewise.
12204         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
12205         (gl_OPENAT_DEFAULTS): New macro.
12206         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
12207         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
12208         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
12209         (SYS_STAT_H): Remove unused variable.
12210         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
12211         * lib/fcntl--.h (includes): Remove unneeded header.
12212         * lib/openat-safer.c (includes): Likewise.
12213         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
12214         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
12215         appropriate headers.
12216         (__OPENAT_PREFIX): Delete.
12217         * lib/fcntl.in.h (openat): Provide declaration.
12218         (AT_FDCWD): Fix Solaris bug.
12219         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
12220         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
12221         * lib/fchmodat.c (includes):  Adjust to find declaration.
12222         * lib/fchownat.c (includes): Likewise.
12223         * lib/mkdirat.c (includes): Likewise.
12224         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
12225         still visible.
12226
12227 2009-09-02  Eric Blake  <ebb9@byu.net>
12228
12229         errno: use consistently
12230         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
12231         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
12232         * lib/canonicalize.c (ELOOP): Likewise.
12233         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
12234         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
12235         * lib/lchown.c (EOPNOTSUPP): Likewise.
12236         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
12237         * lib/savewd.c (ESTALE): Likewise.
12238         * lib/settime.c (ENOSYS): Likewise.
12239         * lib/utimens.c (ENOSYS): Likewise.
12240         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
12241         * lib/chdir-safer.c (ELOOP): Likewise.
12242         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
12243         * modules/c-stack (Depends-on): Add errno.
12244         * modules/canonicalize (Depends-on): Likewise.
12245         * modules/chdir-safer (Depends-on): Likewise.
12246         * modules/fdopendir (Depends-on): Likewise.
12247         * modules/inet_ntop (Depends-on): Likewise.
12248         * modules/inet_pton (Depends-on): Likewise.
12249         * modules/lchown (Depends-on): Likewise.
12250         * modules/openat (Depends-on): Likewise.
12251         * modules/savewd (Depends-on): Likewise.
12252         * modules/settime (Depends-on): Likewise.
12253         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
12254
12255         fts: avoid leaking fds
12256         * modules/fts (Depends-on): Add cloexec.
12257         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
12258         flag.
12259
12260         fts: make directory fds more robust
12261         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
12262         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
12263
12264         backupfile, chdir-long, fts, savedir: make safer
12265         * lib/backupfile.c (includes): Use "dirent--.h", since
12266         numbered_backup can write to stderr during readdir.
12267         * lib/savedir.c (includes): Likewise.
12268         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
12269         emulation can write to stderr on failure.
12270         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
12271         * lib/getcwd.c: Document why opendir_safer is unused.
12272         * lib/glob.c: Likewise.
12273         * lib/scandir.c: Likewise.
12274         * lib/openat-proc.c: Likewise, for open_safer.
12275         * modules/backupfile (Depends-on): Add dirent-safer.
12276         * modules/savedir (Depends-on): Likewise.
12277         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
12278         * modules/chdir-long (Depends-on): Add openat-safer.
12279
12280         openat-safer: new module
12281         * modules/openat-safer: New file.
12282         * lib/openat-safer.c: Likewise.
12283         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
12284         * lib/fcntl-safer.h (openat_safer): Declare.
12285         * lib/fcntl--.h (openat): Override.
12286         * MODULES.html.sh (File descriptor based I/O): Mention it.
12287         * lib/openat.h: Add double-inclusion guards.
12288         * lib/openat.c (includes): Only include "fcntl-safer.h", not
12289         "fcntl--.h", so we can implement openat.
12290         * modules/openat-safer-tests: New test.
12291         * tests/test-openat-safer.c: New file.
12292
12293         dirent-safer: new module
12294         * modules/dirent-safer: New file.
12295         * lib/dirent--.h: Likewise.
12296         * lib/dirent-safer.h: Likewise.
12297         * lib/opendir-safer.c: Likewise.
12298         * m4/dirent-safer.m4: Likewise.
12299         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
12300         * modules/dirent-safer-tests: New test.
12301         * tests/test-dirent-safer.c: New file.
12302         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
12303
12304         fdopendir: optimize on mingw
12305         * lib/unistd.in.h (_gl_directory_name): New prototype.
12306         * lib/fchdir.c (_gl_directory_name): Implement it.
12307         (fchdir): Use it to simplify implementation.
12308         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
12309         fchdir, when available, to avoid calling [f]chdir().
12310
12311         fdopendir: split into its own module
12312         * lib/openat.c (fdopendir): Move...
12313         * lib/fdopendir.c: ...into new file.
12314         * modules/fdopendir: New module.
12315         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
12316         * modules/openat (Depends-on): Add fdopendir.
12317         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
12318         fdopendir here.
12319         * modules/savedir (Depends-on): Only need fdopendir, not full
12320         openat.
12321         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
12322         * lib/openat.h (fdopendir): Drop prototype.
12323         * lib/dirent.in.h (fdopendir): Provide prototype.
12324         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
12325         * modules/dirent (Makefile.am): Substitute them.
12326         * MODULES.html.sh (File system functions): Mention it.
12327         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
12328         * modules/fdopendir-tests: New file.
12329         * tests/test-fdopendir.c: Likewise.
12330
12331         fchdir: use more consistent macro convention
12332         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
12333         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
12334         REPLACE_FCHDIR, rather than relying on config.h macros.
12335         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
12336         inside a single make-time REPLACE_FCHDIR block, rather than using
12337         the config.h FCHDIR_REPLACEMENT.
12338         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
12339         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
12340         Manage fstat replacement.
12341         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
12342         REPLACE_FCHDIR.
12343         * modules/sys_stat (Files): Add m4/unistd_h.m4.
12344         (Makefile.am): Substitute REPLACE_FCHDIR.
12345         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
12346         FCHDIR_REPLACEMENT.
12347         * lib/dup-safer.c (dup_safer): Likewise.
12348         * lib/dup2.c (rpl_dup2): Likewise.
12349         * lib/dup3.c (rpl_dup3): Likewise.
12350         * lib/open.c (rpl_open): Likewise.
12351
12352         fchdir: simplify error handling, and support dup3
12353         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
12354         stdbool, malloc-posix, realloc-posix.
12355         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
12356         (ensure_dirs_slot): Return false on allocation failure.
12357         (rpl_dup2): Delete.
12358         (_gl_register_dup): New function.
12359         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
12360         (_gl_register_fd): Close fd on allocation failure.
12361         * lib/fcntl.in.h (_gl_register_fd): Update signature.
12362         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
12363         prototype.
12364         (rpl_dup2_fchdir): Delete prototype.
12365         * lib/open.c (open): Update caller.
12366         * lib/dup2.c (dup2): Track fchdir metadata.
12367         * lib/dup3.c (dup3): Likewise.
12368         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
12369         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
12370
12371 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12372
12373         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
12374         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
12375         don't pass arguments to AC_OUTPUT.
12376
12377 2009-09-02  Bruno Haible  <bruno@clisp.org>
12378
12379         * modules/mkdtemp (License): Relicense under LGPLv2+.
12380         Reported by Paolo Bonzini.
12381
12382 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12383
12384         Replace uses of obsolete autoconf macros in Jim's modules.
12385         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
12386         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
12387         can evoke a warning from autoconf when run with -Wobsolete
12388         enabled.  They were declared obsolete for good reasons (see
12389         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
12390         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
12391         should not continue using the deprecated macros.
12392         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
12393         obsolete Autoconf macros with modern counterparts.
12394         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
12395         * m4/dos.m4 (gl_AC_DOS): Likewise.
12396         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
12397         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
12398         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
12399         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
12400         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
12401         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
12402         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
12403         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
12404         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
12405         Likewise.
12406         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
12407         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
12408         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
12409         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
12410         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
12411         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
12412
12413 2009-09-01  Eric Blake  <ebb9@byu.net>
12414
12415         fchdir: fix off-by-one bug in previous patch
12416         * lib/fchdir.c (rpl_fstat): Use correct bounds.
12417         (_gl_unregister_fd): Delete useless if.
12418
12419 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
12420
12421         maint.mk: sort the list of syntax-check rules
12422         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
12423         easier to get a sense of progress when the rules are run sequentially
12424         and take a long time.
12425
12426 2009-09-01  Simon Josefsson  <simon@josefsson.org>
12427
12428         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
12429         * modules/netinet_in: Likewise.
12430         * modules/sys_file: Likewise.
12431         * modules/sys_ioctl: Likewise.
12432         * modules/sys_select: Likewise.
12433         * modules/sys_socket: Likewise.
12434         * modules/sys_stat: Likewise.
12435         * modules/sys_time: Likewise.
12436         * modules/sys_times: Likewise.
12437         * modules/sys_utsname: Likewise.
12438         * modules/sys_wait: Likewise.
12439
12440 2009-09-01  Jim Meyering  <meyering@redhat.com>
12441
12442         fts: help ensure that return values are not ignored
12443         * lib/fts_.h (__GNUC_PREREQ): Define.
12444         (__attribute_warn_unused_result__): Define.
12445         (fts_children, fts_close, fts_open, fts_read): Declare with
12446         __attribute_warn_unused_result__.
12447
12448         fts: fts_close now fails also when closing a dir file descriptor fails
12449         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
12450         and propagate to caller, along with errno.
12451
12452         announce-gen: correct formatting in --help output
12453         * build-aux/announce-gen (usage): Move the one-line description in
12454         --help output "up", to where it belongs, just after Usage:.
12455
12456 2009-08-31  Eric Blake  <ebb9@byu.net>
12457
12458         fchdir: port to mingw
12459         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
12460         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
12461         opened, then use a substitute.
12462         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
12463         replacement.
12464         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
12465         (_gl_register_fd): No need to check stat if open already filters
12466         all directories.
12467         (fchdir): Fix error condition to match POSIX.
12468         * modules/fchdir (Depends-on): Add sys_stat.
12469         * doc/posix-functions/open.texi (open): Document the limitation.
12470         * modules/fchdir-tests: New file.
12471         * tests/test-fchdir.c: Likewise.
12472
12473         canonicalize: allow cross-testing from cygwin to mingw
12474         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
12475         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
12476         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
12477         Likewise.
12478         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
12479         target does not support symlinks.
12480         * tests/test-canonicalize-lgpl.sh: Likewise.
12481
12482         chown: avoid compilation warning on mingw
12483         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
12484         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
12485         mingw.
12486         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
12487         * modules/chown (Depends-on): Add errno.
12488
12489 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
12490
12491         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
12492         command.
12493
12494 2009-08-31  Jim Meyering  <meyering@redhat.com>
12495
12496         canonicalize: remove useless initialization
12497         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
12498         initialization of local, "end".
12499
12500 2009-08-30  Bruno Haible  <bruno@clisp.org>
12501
12502         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
12503         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
12504         ENOSYS.
12505
12506 2009-08-30  Bruno Haible  <bruno@clisp.org>
12507
12508         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
12509         /usr/xpg4/bin/tr when it exists.
12510         * tests/test-pipe-filter-gi1.sh: Likewise.
12511
12512 2009-08-30  Bruno Haible  <bruno@clisp.org>
12513
12514         Work around deficient /usr/bin/id program on Solaris.
12515         * tests/test-file-has-acl.sh (ID): New variable.
12516         * tests/test-set-mode-acl.sh (ID): Likewise.
12517         * tests/test-copy-acl.sh (ID): Likewise.
12518         * tests/test-copy-file.sh (ID): Likewise.
12519
12520 2009-08-30  Bruno Haible  <bruno@clisp.org>
12521
12522         New module 'xstriconveh'.
12523         * lib/xstriconveh.h: New file.
12524         * lib/xstriconveh.c: New file.
12525         * modules/xstriconveh: New file.
12526
12527 2009-08-30  Bruno Haible  <bruno@clisp.org>
12528
12529         Make it easier to use mem_cd_iconveh.
12530         * lib/striconveh.h (iconveh_t): New type.
12531         (iconveh_open, iconveh_close): New declarations.
12532         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
12533         with a single 'const iconveh_t *' argument.
12534         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
12535         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
12536         with a single 'const iconveh_t *' argument.
12537         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
12538         * tests/test-striconveh.c (main): Update.
12539         * NEWS: Mention the change.
12540
12541 2009-08-30  Bruno Haible  <bruno@clisp.org>
12542
12543         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
12544         problem.
12545
12546 2009-08-30  Bruno Haible  <bruno@clisp.org>
12547
12548         Work around iconv_open problem on Solaris.
12549         * lib/iconv_open-solaris.gperf: New file.
12550         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
12551         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
12552         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
12553         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
12554         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
12555         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
12556
12557 2009-08-29  Jim Meyering  <meyering@redhat.com>
12558
12559         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
12560         * top/maint.mk (cvs-check): Remove target; it was just an alias
12561         to the better-named vc-diff-check.
12562         (maintainer-distcheck): Remove rule.  It was used only from
12563         the (alpha/beta/major) target, and all of its commands but one
12564         were coreutils-specific.
12565         (vc-dist): Remove rule.
12566         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
12567         Run vc-diff-check, not vc-dist.
12568         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
12569
12570 2009-08-27  Bruno Haible  <bruno@clisp.org>
12571
12572         * tests/test-bitrotate.c (main): Remove test that uses a shift count
12573         of 0.
12574
12575 2009-08-27  Bruno Haible  <bruno@clisp.org>
12576
12577         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
12578         compilers.
12579         * doc/func.texi: Document the SunPRO C bug.
12580
12581 2009-08-27  Bruno Haible  <bruno@clisp.org>
12582
12583         Fix link error on Solaris.
12584         * tests/test-parse-duration.c (xstrdup): Remove function.
12585
12586 2009-08-26  Pádraig Brady  <P@draigbrady.com>
12587
12588         ignore-value: handle pointer types, too
12589         * lib/ignore-value.h (__attribute__): Remove definition.
12590         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
12591         of a more concise and more-often effective "(void) i" statement.
12592         (ignore_ptr): New function to suppress warnings from functions that
12593         return pointers, and to make it explicit that one function doesn't
12594         handle all cases.
12595
12596 2009-08-25  Bruno Haible  <bruno@clisp.org>
12597
12598         dup2: work around a Linux bug.
12599         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
12600         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
12601         * doc/posix-functions/dup2.texi: Mention the Linux bug.
12602         Reported by Simon Josefsson.
12603
12604 2009-08-25  Jim Meyering  <meyering@redhat.com>
12605
12606         libguestfs uses gnulib
12607         * users.txt: Add libguestfs.
12608
12609 2009-08-24  Eric Blake  <ebb9@byu.net>
12610
12611         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
12612         * lib/pipe2.c (includes): Add binary-io.h.
12613         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
12614
12615 2009-08-24  Bruno Haible  <bruno@clisp.org>
12616
12617         Tolerate declared but missing accept4 syscall.
12618         * lib/accept4.c (accept4): Invoke original accept4 function first, if
12619         available.
12620         * lib/sys_socket.in.h (accept4): If the function is already present,
12621         override it.
12622         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
12623         * modules/accept4 (Makefile.am): Compile accept4.c always.
12624         Reported by Paolo Bonzini and Eric Blake.
12625
12626 2009-08-23  Bruno Haible  <bruno@clisp.org>
12627
12628         New module 'accept4'.
12629         * lib/sys_socket.in.h (accept4): New declaration.
12630         * lib/accept4.c: New file.
12631         * m4/accept4.m4: New file.
12632         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
12633         GNULIB_ACCEPT4, HAVE_ACCEPT4.
12634         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
12635         HAVE_ACCEPT4.
12636         * modules/accept4: New file.
12637         * doc/glibc-functions/accept4.texi: Mention the new module.
12638
12639 2009-08-24  Jim Meyering  <meyering@redhat.com>
12640
12641         progname: also set global program_invocation_name, when possible
12642         Before this change, a libtool-enabled program that calls glibc's
12643         error function would report the program name as
12644         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
12645         * modules/progname (configure.ac): Check for a declaration of
12646         program_invocation_name.
12647         * lib/progname.c:  Include <errno.h>.
12648         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
12649         Set program_invocation_name.
12650
12651 2009-08-23  Bruno Haible  <bruno@clisp.org>
12652
12653         * lib/dup3.c: Include <string.h>.
12654
12655 2009-08-23  Bruno Haible  <bruno@clisp.org>
12656
12657         * lib/dup3.c (dup3): Test only once whether the system actually exists.
12658         * lib/pipe2.c (pipe2): Likewise.
12659         Suggested by Eric Blake.
12660
12661 2009-08-23  Bruno Haible  <bruno@clisp.org>
12662
12663         Tolerate declared but missing dup3 syscall.
12664         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
12665         * lib/unistd.in.h (dup3): If the function is already present,
12666         override it.
12667         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
12668         * modules/dup3 (Makefile.am): Compile dup3.c always.
12669         Reported by Paolo Bonzini.
12670
12671 2009-08-23  Bruno Haible  <bruno@clisp.org>
12672
12673         Tolerate declared but missing pipe2 syscall.
12674         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
12675         available.
12676         * lib/unistd.in.h (pipe2): If the function is already present,
12677         override it.
12678         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
12679         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
12680         Reported by Paolo Bonzini.
12681
12682 2009-08-23  Bruno Haible  <bruno@clisp.org>
12683
12684         * lib/pipe2.c (pipe2): Move #ifs inside function.
12685
12686 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
12687
12688         quotearg: document limitations of quote_these_too
12689         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
12690         those limitations are created.
12691         * lib/quotearg.h (set_char_quoting): Document that digits and
12692         letters that are special after backslash are not permitted.
12693         (quotearg_char): Cross-reference set_char_quoting documentation.
12694
12695 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
12696
12697         quotearg: implement custom_quoting_style
12698         * lib/quotearg.c: (struct quoting_options): Add left_quote and
12699         right_quote fields.
12700         (set_custom_quoting): New public function.
12701         (quotearg_buffer_restyled): Add left_quote and right_quote
12702         arguments, handle them very much like locale quoting, and update
12703         all uses.
12704         (quotearg_n_custom): New public function.
12705         (quotearg_n_custom_mem): New public function.
12706         (quotearg_custom): New public function.
12707         (quotearg_custom_mem): New public function.
12708         * lib/quotearg.h: Prototype and document new public functions.
12709         (enum quoting_style): For escape_quoting_style and
12710         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
12711         ignored even though they're otherwise like c_quoting_style.
12712         Add custom_quoting_style member and document with comparison to
12713         clocale_quoting_style.
12714         * tests/test-quotearg.c (custom_quotes): New array.
12715         (custom_results): New array.
12716         (main): Extend to test custom quoting.
12717
12718 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
12719
12720         quotearg: fix right quote escaping when it's in quote_these_too
12721         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
12722         quote, be sure to prepend only one backslash.
12723         * tests/test-quotearg.c (use_quote_double_quotes): New function.
12724         (main): Test it.
12725
12726 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
12727
12728         quotearg-tests: test escaping of embedded locale quotes
12729         * tests/test-quotearg.c (struct result_strings): Add member for
12730         new input.
12731         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
12732         (inputs): Add new input.
12733         (results_g): Add expected results.
12734         (flag_results): Likewise.
12735         (locale_results): Likewise.
12736         (compare_strings): Check those.
12737
12738 2009-08-23  Bruno Haible  <bruno@clisp.org>
12739
12740         Tests for module 'dup3'.
12741         * modules/dup3-tests: New file.
12742         * tests/test-dup3.c: New file.
12743
12744         New module 'dup3'.
12745         * lib/unistd.in.h (dup3): New declaration.
12746         * lib/dup3.c: New file.
12747         * m4/dup3.m4: New file.
12748         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
12749         HAVE_DUP3.
12750         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
12751         * modules/dup3: New file.
12752         * doc/glibc-functions/dup3.texi: Mention the new module.
12753
12754 2009-08-23  Bruno Haible  <bruno@clisp.org>
12755
12756         Tweak the dup2 test.
12757         * tests/test-dup2.c (main): Create the test file empty. Verify that an
12758         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
12759         the test file is still empty. Fix argument order of lseek.
12760
12761 2009-08-23  Bruno Haible  <bruno@clisp.org>
12762
12763         Avoid test link errors when the modules getopt-gnu, gettext are used.
12764         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
12765         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
12766
12767 2009-08-23  Bruno Haible  <bruno@clisp.org>
12768
12769         Fix getdtablesize() on mingw.
12770         * lib/getdtablesize.c (getdtablesize): Implement differently.
12771         * lib/unistd.in.h (getdtablesize): Improve comment.
12772
12773 2009-08-23  Bruno Haible  <bruno@clisp.org>
12774
12775         New module 'mkostemp'.
12776         Based on Ulrich Drepper's 2007-08-10 change in glibc.
12777         * lib/stdlib.in.h (mksotemp): New declaration.
12778         * lib/mkostemp.c: New file, from glibc with modifications.
12779         * lib/tempname.h (GT_FILE): Remove outdated comment.
12780         (gen_tempname): Add flags argument.
12781         * lib/tempname.c (__GT_BIGFILE): Remove macro.
12782         (__GT_FILE): Map to 1.
12783         (small_open, large_open): Remove macros.
12784         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
12785         * lib/mkstemp.c (mkstemp): Update.
12786         * lib/mkdtemp.c (mkdtemp): Likewise.
12787         * m4/mkostemp.m4: New file.
12788         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
12789         HAVE_MKOSTEMP.
12790         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
12791         HAVE_MKOSTEMP.
12792         * modules/mkostemp: New file, based on modules/mkstemp.
12793         * doc/glibc-functions/mkostemp.texi: Mention the new module.
12794         * NEWS: Mention the change.
12795
12796 2009-08-23  Bruno Haible  <bruno@clisp.org>
12797
12798         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
12799         Reported by Eric Blake.
12800
12801 2009-08-23  Bruno Haible  <bruno@clisp.org>
12802
12803         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
12804         Reported by Eric Blake.
12805
12806 2009-08-23  Bruno Haible  <bruno@clisp.org>
12807
12808         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
12809         * modules/pipe2 (Depends-on): Likewise.
12810
12811 2009-08-23  Eric Blake  <ebb9@byu.net>
12812
12813         fcntl-h: add O_TTY_INIT support
12814         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
12815         * tests/test-fcntl-h.c (o): Test it.
12816         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
12817
12818         fcntl-h: rename from fcntl, in preparation for fcntl(2)
12819         * modules/fcntl: Move <fcntl.h> header replacement...
12820         * modules/fcntl-h: ...to new name, so as not to collide with
12821         like-named function.
12822         * tests/test-fcntl.c: Rename...
12823         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
12824         * modules/fcntl-tests: Rename...
12825         * modules/fcntl-h-tests: ...to this.  Update test file name.
12826         * modules/chdir-long (Depends-on): Update clients.
12827         * modules/chdir-safer (Depends-on): Likewise.
12828         * modules/fcntl-safer (Depends-on): Likewise.
12829         * modules/fts (Depends-on): Likewise.
12830         * modules/mkancesdirs (Depends-on): Likewise.
12831         * modules/mkdir-p (Depends-on): Likewise.
12832         * modules/open (Depends-on): Likewise.
12833         * modules/savewd (Depends-on): Likewise.
12834         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
12835         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
12836
12837 2009-08-22  Bruno Haible  <bruno@clisp.org>
12838
12839         * modules/binary-io (License): Relicense under LGPL.
12840         * modules/pipe2 (License): Likewise.
12841
12842 2009-08-22  Bruno Haible  <bruno@clisp.org>
12843
12844         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
12845         return value.
12846         * lib/pipe-filter-gi.c (filter_init): Likewise.
12847         Reported by Eric Blake.
12848
12849 2009-08-22  Bruno Haible  <bruno@clisp.org>
12850
12851         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
12852         * modules/pipe (Depends-on): Add pipe2.
12853
12854 2009-08-22  Bruno Haible  <bruno@clisp.org>
12855
12856         Tests for module 'pipe2'.
12857         * modules/pipe2-tests: New file.
12858         * tests/test-pipe2.c: New file.
12859
12860         New module 'pipe2'.
12861         * lib/unistd.in.h (pipe2): New declaration.
12862         * lib/pipe2.c: New file.
12863         * m4/pipe2.m4: New file.
12864         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
12865         HAVE_PIPE2.
12866         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
12867         * modules/pipe2: New file.
12868         * doc/glibc-functions/pipe2.texi: Mention the new module.
12869
12870 2009-08-22  Bruno Haible  <bruno@clisp.org>
12871
12872         Reference some new glibc functions.
12873         * doc/glibc-functions/accept4.texi: New file.
12874         * doc/glibc-functions/dup3.texi: New file.
12875         * doc/glibc-functions/mkostemp.texi: New file.
12876         * doc/glibc-functions/pipe2.texi: New file.
12877         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
12878         (Glibc sys/socket.h): Refer to accept4.
12879         (Glibc unistd.h): Refer to dup3, pipe2.
12880         Reported by Eric Blake.
12881
12882 2009-08-22  Jim Meyering  <meyering@redhat.com>
12883             Bruno Haible  <bruno@clisp.org>
12884
12885         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
12886         This makes it so packages using automake-1.11's silent-rules option
12887         can print e.g., a single "GEN    configmake.h" line, rather than
12888         the 30+ statements that perform the job.  If you want to see the
12889         actual commands, you can still run "make V=1".
12890         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
12891         so that make output is abbreviated when those variables are defined
12892         appropriately.
12893         * modules/argz: Likewise.
12894         * modules/arpa_inet: Likewise.
12895         * modules/byteswap: Likewise.
12896         * modules/configmake: Likewise.
12897         * modules/dirent: Likewise.
12898         * modules/errno: Likewise.
12899         * modules/fcntl: Likewise.
12900         * modules/float: Likewise.
12901         * modules/fnmatch: Likewise.
12902         * modules/getopt-posix: Likewise.
12903         * modules/glob: Likewise.
12904         * modules/iconv_open: Likewise.
12905         * modules/inttypes: Likewise.
12906         * modules/localcharset: Likewise.
12907         * modules/locale: Likewise.
12908         * modules/math: Likewise.
12909         * modules/netdb: Likewise.
12910         * modules/netinet_in: Likewise.
12911         * modules/poll: Likewise.
12912         * modules/posix_spawnp-tests: Likewise.
12913         * modules/sched: Likewise.
12914         * modules/search: Likewise.
12915         * modules/selinux-h: Likewise.
12916         * modules/signal: Likewise.
12917         * modules/spawn: Likewise.
12918         * modules/stdarg: Likewise.
12919         * modules/stdbool: Likewise.
12920         * modules/stddef: Likewise.
12921         * modules/stdint: Likewise.
12922         * modules/stdio: Likewise.
12923         * modules/stdlib: Likewise.
12924         * modules/string: Likewise.
12925         * modules/strings: Likewise.
12926         * modules/sys_file: Likewise.
12927         * modules/sys_ioctl: Likewise.
12928         * modules/sys_select: Likewise.
12929         * modules/sys_socket: Likewise.
12930         * modules/sys_stat: Likewise.
12931         * modules/sys_time: Likewise.
12932         * modules/sys_times: Likewise.
12933         * modules/sys_utsname: Likewise.
12934         * modules/sys_wait: Likewise.
12935         * modules/sysexits: Likewise.
12936         * modules/time: Likewise.
12937         * modules/unistd: Likewise.
12938         * modules/wchar: Likewise.
12939         * modules/wctype: Likewise.
12940
12941 2009-08-22  Jim Meyering  <meyering@redhat.com>
12942
12943         announce-gen: detect write failure
12944         * build-aux/announce-gen: Add Coda at end.
12945         Remove equivalent-but-more-verbose block at top.
12946
12947 2009-08-19  Akim Demaille  <demaille@gostai.com>
12948
12949         bootstrap: --help to stdout.
12950         * bootstrap (usage): Don't send --help to stderr.
12951         Use a here doc instead of a long string.
12952
12953 2009-08-21  Eric Blake  <ebb9@byu.net>
12954
12955         test-popen-safer: split from test-popen
12956         * tests/test-popen.c (main): Move...
12957         * tests/test-popen.h: ...into new file.
12958         * tests/test-popen-safer2.c: New file.
12959         * modules/popen-tests (Files): Add test-popen.h.
12960         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
12961         Suggested by Bruno Haible.
12962
12963         test-fcntl-safer: split from test-open
12964         * tests/test-open.c (main): Move...
12965         * tests/test-open.h: ...into new file.
12966         * tests/test-fcntl-safer.c: New file.
12967         * modules/open-tests (Files): Add test-open.h.
12968         * modules/fcntl-safer-tests: New file.
12969         Suggested by Bruno Haible.
12970
12971         test-fopen-safer: split from test-fopen
12972         * tests/test-fopen.c (main): Move...
12973         * tests/test-fopen.h: ...into new file.
12974         * tests/test-fopen-safer.c: New file.
12975         * modules/fopen-tests (Files): Add test-fopen.h.
12976         * modules/fopen-safer-tests: New file.
12977         Suggested by Bruno Haible.
12978
12979 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
12980
12981         popen-safer: test O_CLOEXEC at run-time.
12982         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
12983
12984 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
12985
12986         fcntl: move more flags to the header
12987         * lib/cloexec.c: Do not define FD_CLOEXEC here.
12988         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
12989         * lib/fcntl.in.h: Do both things here.
12990
12991 2009-08-21  Jim Meyering  <meyering@redhat.com>
12992
12993         consistently remove $@-t before redirecting to it
12994         * modules/argz: Remove $@-t and $@ before redirecting to the former.
12995         * modules/alloca-opt: Likewise.
12996         * modules/byteswap: Likewise.
12997         * modules/fnmatch: Likewise.
12998         * modules/getopt-posix: Likewise.
12999         * modules/glob: Likewise.
13000         * modules/poll: Likewise.
13001         * modules/posix_spawnp-tests: Likewise.
13002         * modules/sys_socket: Likewise.
13003         * modules/sysexits: Likewise.
13004
13005 2009-08-21  Eric Blake  <ebb9@byu.net>
13006
13007         popen: simplify access to original popen
13008         * lib/popen.c (rpl_popen): No need to worry about popen being a
13009         macro.
13010         Reported by Bruno Haible.
13011
13012 2009-08-20  Eric Blake  <ebb9@byu.net>
13013
13014         build: avoid some compiler warnings
13015         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
13016         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
13017         type.
13018         (new_exclude_segment, excluded_file_pattern_p)
13019         (excluded_file_name_p): Reduce scope.
13020         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
13021         old-style declaration.
13022
13023 2009-08-20  Simon Josefsson  <simon@josefsson.org>
13024
13025         * tests/test-exclude1.sh: Handle Windows EOL.
13026         * tests/test-exclude2.sh: Likewise.
13027         * tests/test-exclude3.sh: Likewise.
13028         * tests/test-exclude4.sh: Likewise.
13029         * tests/test-exclude5.sh: Likewise.
13030         * tests/test-exclude6.sh: Likewise.
13031         * tests/test-exclude7.sh: Likewise.
13032
13033 2009-08-19  Akim Demaille  <demaille@gostai.com>
13034
13035         bootstrap: find sha1sum when named gsha1sum.
13036         * bootstrap (find_tool): New.
13037         ($SHA1SUM): New.
13038         Use it.
13039
13040 2009-08-20  Jim Meyering  <meyering@redhat.com>
13041
13042         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
13043         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
13044         expression that converts "." in a file name to "\." in the resulting
13045         regexp.  Start with a dummy statement, so that prior shell variable
13046         definitions are expanded portably.  Reported by Simon Josefsson.
13047
13048 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
13049
13050         Fix polling for writeability of a screen buffer.
13051         * lib/poll.c: Distinguish input and screen buffers for the
13052         Win32 implementation.
13053         * lib/select.c: Likewise.
13054
13055 2009-08-19  Eric Blake  <ebb9@byu.net>
13056
13057         popen-safer: prevent popen from clobbering std descriptors
13058         * modules/popen-safer: New file.
13059         * lib/popen-safer.c: Likewise.
13060         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
13061         * lib/stdio--.h (popen): Provide override.
13062         * lib/stdio-safer.h (popen_safer): Provide declaration.
13063         * tests/test-popen.c (includes): Partially test this.
13064         * modules/popen-safer-tests: New file, for more tests.
13065         * tests/test-popen-safer.c: Likewise.
13066         * MODULES.html.sh (file stream based Input/Output): Mention it.
13067
13068         tests: test some of the *-safer modules
13069         * modules/fopen-safer (Depends-on): Add fopen.
13070         * modules/fcntl-safer (Depends-on): Add fcntl.
13071         * modules/stdlib-safer (Depends-on): Add stdlib.
13072         (configure.ac): Set indicator.
13073         * modules/unistd-safer (configure.ac): Likewise.
13074         * modules/tmpfile-safer (configure.ac): Likewise.
13075         (Depends-on): Add tmpfile.
13076         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
13077         active.
13078         * tests/test-fopen.c (includes): Test safer versions when they are
13079         in use.
13080         * tests/test-open.c (includes): Likewise.
13081
13082         popen: fix cygwin 1.5 bug when stdin closed
13083         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
13084         * modules/popen: New file.
13085         * modules/popen-tests: Likewise.
13086         * tests/test-popen.c: Likewise.
13087         * m4/popen.m4: Likewise.
13088         * lib/popen.c: Likewise.
13089         * lib/stdio.in.h (popen): New declaration.
13090         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
13091         * modules/stdio (Makefile.am): Likewise.
13092         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
13093
13094 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
13095
13096         maint.mk: give full control over update-copyright exclusions
13097         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
13098         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
13099         (update-copyright): Don't force inclusion of top-level
13100         ChangeLog.  Don't force exclusion of all COPYING files, but make
13101         them the default exclusion instead.
13102
13103 2009-08-16  Bruno Haible  <bruno@clisp.org>
13104
13105         Fix test failures on Solaris 10.
13106         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
13107         tests when Solaris iconv() is used.
13108         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
13109         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
13110         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
13111         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
13112         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
13113
13114 2009-08-16  Bruno Haible  <bruno@clisp.org>
13115
13116         Fix test failures on Solaris 10.
13117         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
13118         'tr' program and pass it as first argument.
13119         * tests/test-pipe-filter-gi1.sh: Likewise.
13120         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
13121         program as first argument.
13122         * tests/test-pipe-filter-gi1.c (main): Likewise.
13123
13124 2009-08-16  Eric Blake  <ebb9@byu.net>
13125
13126         fpurge: fix previous commits
13127         * modules/fpurge (Makefile.am): Make replacement conditional,
13128         partially reverting 2007-04-29 change; missed in previous
13129         attempt.
13130         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
13131         is missing.
13132
13133 2009-08-16  Bruno Haible  <bruno@clisp.org>
13134
13135         Clarify fpurge's effect on the file position.
13136         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
13137         * tests/test-fpurge.c (main): Make a second pass for checking the file
13138         position.
13139
13140 2009-08-16  Bruno Haible  <bruno@clisp.org>
13141
13142         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
13143         declaration of fpurge is missing.
13144         * tests/test-fpurge.c (main): Check that the file has not more contents
13145         than expected. Close the file before removing it.
13146
13147 2009-08-15  Eric Blake  <ebb9@byu.net>
13148
13149         fpurge: don't wrap working cygwin implementation
13150         * lib/fpurge.c (fpurge): Fix comment typo.
13151         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
13152         1.7 to avoid replacement.
13153         * tests/test-fpurge.c (main): Enhance test.
13154
13155 2009-08-15  Eric Blake  <ebb9@byu.net>
13156         and Jim Meyering  <meyering@redhat.com>
13157
13158         test-update-copyright: skip if perl is insufficient
13159         * tests/test-update-copyright.sh: Failure to run maintainer tool
13160         should not cause testsuite failure on cygwin 1.5.
13161
13162 2009-08-14  Eric Blake  <ebb9@byu.net>
13163
13164         doc: mention more functions added in cygwin 1.7.0
13165         * doc/posix-headers/limits.texi (limits.h): Update for recent
13166         cygwin additions.
13167         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
13168         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
13169         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
13170         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
13171         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
13172
13173 2009-08-14  Eric Blake  <ebb9@byu.net>
13174
13175         maint.mk: simplify update-copyright rule
13176         * top/maint.mk (update-copyright-local): Delete, and document how
13177         to do it in cfg.mk instead.
13178         (update-copyright-exclude-regexp): Delete, and document how to do
13179         it in .x-update-copyright instead.
13180         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
13181         exclude ChangeLog.
13182
13183 2009-08-14  Bruno Haible  <bruno@clisp.org>
13184
13185         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
13186
13187 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
13188
13189         maint.mk: support update-copyright-env
13190         * top/maint.mk (update-copyright-env): Define place-holder.
13191         (update-copyright): Expand $(update-copyright-env) before
13192         invoking update-copyright.
13193
13194 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
13195
13196         update-copyright: implement forced reformatting
13197         * build-aux/update-copyright: Implement and document
13198         UPDATE_COPYRIGHT_FORCE.
13199         * tests/test-update-copyright.sh: Test it.
13200
13201 2009-08-14  Eric Blake  <ebb9@byu.net>
13202         and Bruno Haible  <bruno@clisp.org>
13203
13204         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
13205         * tests/test-locale.c: Revert previous patch related to NULL.
13206         * tests/test-stdio.c: Likewise.
13207         * tests/test-stdlib.c: Likewise.
13208         * tests/test-string.c: Likewise.
13209         * tests/test-unistd.c: Likewise.
13210         * modules/time-tests (Depends-on): Add verify.
13211         * modules/wchar-tests (Depends-on): Likewise.
13212         * tests/test-time.c: Test for NULL compliance.
13213         * tests/test-wchar.c: Likewise.
13214         * modules/locale (Depends-on): Add stddef.
13215         * modules/stdio (Depends-on): Likewise.
13216         * modules/stdlib (Depends-on): Likewise.
13217         * modules/string (Depends-on): Likewise.
13218         * modules/time (Depends-on): Likewise.
13219         * modules/unistd (Depends-on): Likewise.
13220         * modules/wchar (Depends-on): Likewise.
13221         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
13222         * lib/stdlib.in.h (includes): Likewise.
13223         * lib/string.in.h (includes): Likewise.
13224         * lib/time.in.h (includes): Likewise.
13225         * lib/unistd.in.h (includes): Likewise.
13226         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
13227         replaced.
13228         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
13229         * m4/stddef_h.m4: New file.
13230         * modules/stddef: Likewise.
13231         * lib/stddef.in.h: Likewise.
13232         * modules/stddef-tests: Likewise.
13233         * tests/test-stddef.c: Likewise.
13234         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
13235         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
13236         * doc/posix-headers/locale.texi (locale.h): Likewise.
13237         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
13238         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
13239         * doc/posix-headers/string.texi (string.h): Likewise.
13240         * doc/posix-headers/time.texi (time.h): Likewise.
13241         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
13242         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
13243
13244 2009-08-14  Eric Blake  <ebb9@byu.net>
13245
13246         doc: improve git diff of texinfo files
13247         * .gitattributes: Add rule for *.texi files, with hint on how to
13248         use it.
13249         Copied from m4, and based on a report by Bruno Haible.
13250
13251 2009-08-14  Bruno Haible  <bruno@clisp.org>
13252
13253         Disable multithread support by default on Cygwin 1.5.x for real.
13254         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
13255
13256 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
13257
13258         update-copyright: much ado about intervals
13259         * build-aux/update-copyright: Implement and document
13260         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
13261         of copyright year intervals.
13262         Also, document UPDATE_COPYRIGHT_YEAR.
13263         * tests/test-update-copyright.sh: Test it.
13264
13265         update-copyright: convert 2-digit to 4-digit years
13266         * build-aux/update-copyright: Implement and document.
13267         * tests/test-update-copyright.sh: Update.
13268
13269 2009-08-14  Jim Meyering  <meyering@redhat.com>
13270
13271         test-exclude: avoid coreutils "make check" failure
13272         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
13273         just as in test-argmatch.c.
13274
13275 2009-08-13  Eric Blake  <ebb9@byu.net>
13276
13277         test-dup2: fix bad assumption
13278         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
13279         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
13280
13281         test-version-etc: fix CRLF portability issue
13282         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
13283         recognize \r.
13284         * tests/test-argp-version-etc-1.sh: Likewise.
13285
13286         getopt: update client modules
13287         * modules/argp (Depends-on): Use getopt-gnu.
13288         * modules/git-merge-changelog (Depends-on): Likewise.
13289         * modules/long-options (Depends-on): Likewise.
13290         * modules/xstrtol (Depends-on): Likewise.
13291
13292 2009-08-13  Simon Josefsson  <simon@josefsson.org>
13293
13294         * tests/test-version-etc.sh: Don't fail on different
13295         project/version.  Don't fail on CRLF differences.  Rewrite to use
13296         multiple -e instead of multiple sed forks, suggested by Eric Blake
13297         <ebb9@byu.net>.
13298         * tests/test-argp-version-etc-1.sh: Likewise.
13299
13300 2009-08-13  Simon Josefsson  <simon@josefsson.org>
13301
13302         * tests/test-version-etc.sh: Don't fail on different
13303         project/version.
13304
13305 2009-08-12  Bruno Haible  <bruno@clisp.org>
13306
13307         Tests for modules 'getopt-posix', 'getopt-gnu'.
13308         * modules/getopt-posix-tests: New file.
13309         * tests/test-getopt.c: New file.
13310         * tests/test-getopt.h: New file.
13311         * tests/test-getopt_long.h: New file.
13312
13313         New modules 'getopt-posix', 'getopt-gnu'.
13314         * modules/getopt-gnu: New file, renamed from modules/getopt.
13315         * modules/getopt-posix: New file.
13316         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
13317         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
13318         (gl_GETOPT): Remove macro.
13319         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
13320         Disable the test against BSD systems that declare optreset. Test
13321         against mingw bug. Test against lack of support of optional arguments
13322         on many platforms.
13323         * doc/glibc-headers/getopt.texi: Update module name and list of
13324         relevant platforms.
13325         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
13326         'getopt-gnu' and more portability problems.
13327         * NEWS: Mention the changes.
13328
13329 2009-08-12  Bruno Haible  <bruno@clisp.org>
13330
13331         Ensure that optarg etc. get declared by <unistd.h>.
13332         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
13333         AC_USE_SYSTEM_EXTENSIONS.
13334         * modules/getopt (Depends-on): Add 'extensions'.
13335
13336 2009-08-12  Bruno Haible  <bruno@clisp.org>
13337
13338         Avoid test link errors.
13339         * modules/pipe-filter-ii-tests (Makefile.am): Define
13340         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
13341         * modules/pipe-filter-gi-tests (Makefile.am): Define
13342         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
13343         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
13344
13345 2009-08-12  Bruno Haible  <bruno@clisp.org>
13346
13347         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
13348         gl_GETOPT_SUBSTITUTE before.
13349         (gl_GETOPT): Use it.
13350         * m4/argp.m4 (gl_ARGP): Update.
13351         Reported by Sergey Poznyakoff.
13352
13353         * m4/getopt.m4: Reorder macros.
13354         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
13355         (gl_GETOPT_SUBSTITUTE): Remove macro.
13356
13357 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
13358
13359         Minor improvement in gitlog-to-changelog
13360
13361         * build-aux/gitlog-to-changelog: New option `--format' makes
13362         output format string configurable.
13363
13364 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
13365
13366         Optimize exclude: use hash tables for non-wildcard patterns.
13367
13368         * lib/exclude.c: Include hash.h and mbuiter.h
13369         (struct exclude_pattern, exclude_segment): New data types.
13370         (struct exclude): Rewrite.
13371         (fnmatch_pattern_has_wildcards): New function.
13372         (new_exclude_segment, free_exclude_segment): New functions.
13373         (excluded_file_pattern_p, excluded_file_name_p): New functions.
13374         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
13375         * lib/exclude.h (is_fnmatch_pattern): New prototype.
13376         * modules/exclude: Depend on hash and mbuiter.
13377
13378         * modules/exclude-tests: New file.
13379         * tests/test-exclude.c: New file.
13380         * tests/test-exclude1.sh: New file.
13381         * tests/test-exclude2.sh: New file.
13382         * tests/test-exclude3.sh: New file.
13383         * tests/test-exclude4.sh: New file.
13384         * tests/test-exclude5.sh: New file.
13385         * tests/test-exclude6.sh: New file.
13386         * tests/test-exclude7.sh: New file.
13387
13388 2009-08-12  Bruno Haible  <bruno@clisp.org>
13389
13390         Ensure that getopt() gets declared by <unistd.h>.
13391         * lib/unistd.in.h: Conditionally include getopt.h.
13392         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
13393         Set GNULIB_UNISTD_H_GETOPT.
13394         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
13395         GNULIB_UNISTD_H_GETOPT.
13396         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
13397
13398 2009-08-12  Bruno Haible  <bruno@clisp.org>
13399
13400         Clarify logic.
13401         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
13402         gl_replace_getopt instead of GETOPT_H.
13403
13404 2009-08-12  Bruno Haible  <bruno@clisp.org>
13405
13406         * m4/getopt.m4: Add comments.
13407
13408 2009-08-12  Bruno Haible  <bruno@clisp.org>
13409
13410         Disable multithread support by default on Cygwin 1.5.x.
13411         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
13412         set gl_use_threads=no if not specified otherwise.
13413
13414 2009-08-11  Bruno Haible  <bruno@clisp.org>
13415
13416         Avoid compilation error on NetBSD 5.0.
13417         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
13418         * tests/test-stdio.c: Likewise.
13419         * tests/test-stdlib.c: Likewise.
13420         * tests/test-string.c: Likewise.
13421         * tests/test-unistd.c: Likewise.
13422         Reported by Greg Troxel <gdt@ir.bbn.com>
13423         at <https://savannah.gnu.org/support/?106973>.
13424
13425 2009-08-11  Bruno Haible  <bruno@clisp.org>
13426
13427         * modules/dup2-tests (Depends-on): Remove close.
13428
13429         Undo 2009-07-19 commit.
13430         * modules/acl-tests (Depends-on): Remove close.
13431         * modules/binary-io-tests (Depends-on): Likewise.
13432         * modules/closein-tests (Depends-on): Likewise.
13433         * modules/flock-tests (Depends-on): Likewise.
13434         * modules/fsync-tests (Depends-on): Likewise.
13435         * modules/lseek-tests (Depends-on): Likewise.
13436         * modules/pipe-tests (Depends-on): Likewise.
13437         * modules/posix_spawn-tests (Depends-on): Likewise.
13438         * modules/posix_spawnp-tests (Depends-on): Likewise.
13439         * modules/stat-time-tests (Depends-on): Likewise.
13440         * modules/yesno-tests (Depends-on): Likewise.
13441
13442 2009-08-10  Bruno Haible  <bruno@clisp.org>
13443
13444         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
13445
13446 2009-08-10  Bruno Haible  <bruno@clisp.org>
13447
13448         Fix a gcc warning.
13449         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
13450
13451 2009-08-10  Bruno Haible  <bruno@clisp.org>
13452
13453         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
13454         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
13455         not only the first time.
13456         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
13457         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
13458         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
13459         is 1, not only the the first time.
13460
13461 2009-08-10  Bruno Haible  <bruno@clisp.org>
13462
13463         Make it possible to use module 'gethostname' without module 'close'.
13464         * lib/unistd.in.h (close): Evoke a link error only if
13465         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
13466         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
13467         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
13468         * modules/unistd (Makefile.am): Substitute
13469         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
13470         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
13471         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
13472         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
13473         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
13474         * modules/sys_ioctl (Makefile.am): Substitute
13475         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
13476         * modules/socket (configure.ac): On native Windows, set
13477         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
13478         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
13479         Reported by Sam Steingold <sds@gnu.org>.
13480
13481 2009-08-10  Bruno Haible  <bruno@clisp.org>
13482
13483         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
13484         * modules/ioctl (configure.ac): Likewise.
13485
13486 2009-08-10  Bruno Haible  <bruno@clisp.org>
13487
13488         Avoid collision between gnulib wrapper and libintl wrapper.
13489         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
13490         already defined in intl/printf.c.
13491         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
13492         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
13493
13494 2009-08-09  Bruno Haible  <bruno@clisp.org>
13495
13496         Make <sys/select.h> really self-contained, also on Solaris 10.
13497         * lib/sys_select.in.h: Include <string.h>.
13498         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
13499         Solaris 10 problem.
13500         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
13501         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
13502         Reported by Jim Meyering.
13503
13504 2009-08-09  Bruno Haible  <bruno@clisp.org>
13505
13506         Avoid warnings from 'aclocal' that are due to a use of macro name
13507         AM_XGETTEXT_OPTION that is not defined in automake.
13508         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
13509         automake.
13510         * modules/error (configure.ac): Likewise.
13511         * modules/propername (configure.ac): Likewise.
13512         * modules/vasprintf (configure.ac): Likewise.
13513         * modules/verror (configure.ac): Likewise.
13514         * modules/xprintf (configure.ac): Likewise.
13515         * modules/xvasprintf (configure.ac): Likewise.
13516
13517 2009-08-08  Bruno Haible  <bruno@clisp.org>
13518
13519         Avoid compilation error in C++ mode.
13520         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
13521         Reported by Sam Steingold <sds@gnu.org>.
13522
13523 2009-08-08  Bruno Haible  <bruno@clisp.org>
13524
13525         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
13526         for the various Unix platforms.
13527         * doc/posix-headers/limits.texi: Update platforms list regarding
13528         HOST_NAME_MAX.
13529         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
13530
13531 2009-08-07  Jim Meyering  <meyering@redhat.com>
13532
13533         selinux-at: fix typo in a comment
13534         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
13535         Spotted by Paolo Bonzini.
13536
13537         selinux-at: remove redundant m4 code, add documentation
13538         * modules/selinux-at (configure.ac): Remove redundant code.
13539         LIB_SELINUX is already set via the dependent module, selinux-h.
13540         (Include): Add quotes around selinux-at.h.
13541         * lib/selinux-at.h: Add documentation.
13542         Reported by Bruno Haible in
13543         http://marc.info/?l=gnulib-bug&m=124958988300749
13544
13545 2009-08-07  Bruno Haible  <bruno@clisp.org>
13546
13547         Avoid link error on MacOS X 10.3 and 10.4.
13548         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
13549         on non-ELF systems.
13550         * lib/argp-pv.c (argp_program_version): Likewise.
13551         Reported by Simon Josefsson.
13552
13553 2009-08-07  Simon Josefsson  <simon@josefsson.org>
13554
13555         * tests/test-version-etc.sh: Use $EXEEXT.
13556
13557 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
13558
13559         update-copyright: update documentation to point to maint.mk
13560         * build-aux/update-copyright: Here.
13561
13562 2009-08-06  Jim Meyering  <meyering@redhat.com>
13563
13564         maint.mk: support update-copyright-local
13565         * top/maint.mk (update-copyright-local): Define place-holder.
13566         (update-copyright): Depend on $(update-copyright-local).
13567
13568 2009-08-06  Jim Meyering  <meyering@redhat.com>
13569
13570         selinux-at: new module
13571         Initially written for coreutils, this module will soon be
13572         used by findutils, too.
13573         * MODULES.html.sh [Misc]: Add selinux-at.
13574         * lib/selinux-at.h: New file, from coreutils.
13575         * lib/selinux-at.c: Likewise.
13576         * modules/selinux-at: Likewise.
13577         (License): Change from LGPL to GPL, since it depends
13578         on the GPL'd openat module.
13579
13580         doc: update README
13581         * README: Remove references to cogito.
13582         Remove cvs-repo-updating instructions from 2007.
13583         Don't imply that CVS is better if you have limited disk space.
13584
13585 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
13586
13587         update-copyright: support C-style comments
13588         * build-aux/update-copyright: Implement and document.
13589         * tests/test-update-copyright.sh: Test.
13590
13591 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
13592
13593         update-copyright: support omitted "(C)"
13594         * build-aux/update-copyright: Implement and document.  Also,
13595         allow variable whitespace before "(C)".
13596         * tests/test-update-copyright.sh: Test.
13597
13598 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
13599
13600         update-copyright: don't trip on non-FSF copyright statements
13601         * build-aux/update-copyright: Fix so that the first correctly
13602         formatted FSF copyright statement is recognized no matter what
13603         appears before it.  Update documentation.
13604         * tests/test-update-copyright.sh: Test that.
13605
13606 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
13607
13608         update-copyright: clean up code a little
13609         * build-aux/update-copyright: Append "_re" to the name of any
13610         variable holding a regular expression.
13611         Replace "old" and "new" with "stmt" in variable names.
13612         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
13613         handled correctly.
13614         Format code more consistently.
13615
13616 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
13617
13618         update-copyright-tests: improve portability
13619         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
13620         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
13621
13622 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
13623
13624         update-copyright: support @copyright{} and &copy;
13625         * build-aux/update-copyright: Implement and document.
13626         * tests/test-update-copyright.sh: Test.
13627
13628 2009-08-04  Jim Meyering  <meyering@redhat.com>
13629
13630         update-copyright-tests: correctly test EOL=\r\n handling
13631         * tests/test-update-copyright.sh: Put \r at the end of some lines
13632         for the dos-eol tests.  Based on a patch by Joel E. Denny.
13633
13634         maint.mk: make update-copyright exclusion list more configurable
13635         * top/maint.mk (update-copyright): Default to excluding COPYING,
13636         but allow an override, in case someone does want to update that file.
13637
13638         maint.mk: don't update copyright date in COPYING
13639         * top/maint.mk (update-copyright): Exclude COPYING.
13640
13641         maint.mk: add a copyright-updating rule
13642         * top/maint.mk (update-copyright): New rule.
13643         Derived from coreutils/Makefile.am.
13644
13645         update-copyright: rename some variables
13646         * build-aux/update-copyright: Rename a few variables for clarity.
13647         Tweak syntax.  List Joel E. Denny as coauthor.
13648
13649 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
13650
13651         update-copyright: fix bug for 2-digit last year and add tests
13652         * build-aux/update-copyright: Fix bug.
13653         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
13654         specified.
13655         * modules/update-copyright-tests: New
13656         * tests/test-update-copyright.sh: New.
13657
13658 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
13659
13660         update-copyright: handle leading tabs in line prefix
13661         * build-aux/update-copyright: Count leading tabs as 8 spaces
13662         when computing margin.  This helps with the formatting of
13663         ChangeLogs, for example.
13664         Fix documentation a little.
13665
13666 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
13667
13668         update-copyright: support EOL=\r\n
13669         * build-aux/update-copyright: Implement that.
13670
13671 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
13672
13673         update-copyright: automatically format copyright statements
13674         * build-aux/update-copyright: Implement that.
13675         Also, be a little more predictable and safer by always failing
13676         when the full copyright format is not perfectly recognized as an
13677         unbroken whole.  Discussed at
13678         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
13679         Rewrite documentation.
13680
13681 2009-08-03  Bruno Haible  <bruno@clisp.org>
13682
13683         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
13684
13685 2009-08-02  Bruno Haible  <bruno@clisp.org>
13686
13687         Tests for module 'uname'.
13688         * modules/uname-tests: New file.
13689         * tests/test-uname.c: New file.
13690
13691         New module 'uname'.
13692         * lib/uname.c: New file.
13693         * m4/uname.m4: New file.
13694         * modules/uname: New file.
13695         * doc/posix-functions/uname.texi: Mention the new module.
13696
13697 2009-08-02  Bruno Haible  <bruno@clisp.org>
13698
13699         Tests for module 'sys_utsname'.
13700         * modules/sys_utsname-tests: New file.
13701         * tests/test-sys_utsname.c: New file.
13702
13703         New module 'sys_utsname'.
13704         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
13705         * m4/sys_utsname_h.m4: New file.
13706         * modules/sys_utsname: New file.
13707         * doc/posix-headers/sys_utsname.texi: Mention the new module.
13708
13709 2009-08-02  Bruno Haible  <bruno@clisp.org>
13710
13711         Implicitly initialize the sockets library.
13712         * lib/gethostname.c: Include sockets.h.
13713         (rpl_gethostname): Invoke gl_sockets_startup.
13714         * lib/socket.c: Include sockets.h.
13715         (rpl_socket): Invoke gl_sockets_startup.
13716         * modules/gethostname (Depends-on): Add sockets.
13717         * modules/socket (Depends-on): Likewise.
13718         * tests/test-poll.c: Don't include sockets.h.
13719         (main): Don't invoke gl_sockets_startup.
13720         * tests/test-select.c: Don't include sockets.h.
13721         (main): Don't invoke gl_sockets_startup.
13722
13723 2009-08-02  Bruno Haible  <bruno@clisp.org>
13724
13725         Allow multiple calls to gl_sockets_startup.
13726         * lib/sockets.c (initialized_sockets_version): New variable.
13727         (gl_sockets_startup): Do nothing if already called for this or a higher
13728         version.
13729         (gl_sockets_cleanup): Reset initialized_sockets_version.
13730
13731 2009-08-03  Simon Josefsson  <simon@josefsson.org>
13732
13733         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
13734         different project/version.
13735
13736 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
13737             Bruno Haible  <bruno@clisp.org>
13738
13739         Tests for module 'pipe-filter-gi'.
13740         * modules/pipe-filter-gi-tests: New file.
13741         * tests/test-pipe-filter-gi1.sh: New file.
13742         * tests/test-pipe-filter-gi1.c: New file.
13743         * tests/test-pipe-filter-gi2.sh: New file.
13744         * tests/test-pipe-filter-gi2-main.c: New file.
13745         * tests/test-pipe-filter-gi2-child.c: New file.
13746
13747         New module 'pipe-filter-gi'.
13748         * lib/pipe-filter-gi.c: New file.
13749         * modules/pipe-filter-gi: New file.
13750
13751 2009-08-02  Bruno Haible  <bruno@clisp.org>
13752             Paolo Bonzini  <bonzini@gnu.org>
13753
13754         Tests for module 'pipe-filter-ii'.
13755         * modules/pipe-filter-ii-tests: New file.
13756         * tests/test-pipe-filter-ii1.sh: New file.
13757         * tests/test-pipe-filter-ii1.c: New file.
13758         * tests/test-pipe-filter-ii2.sh: New file.
13759         * tests/test-pipe-filter-ii2-main.c: New file.
13760         * tests/test-pipe-filter-ii2-child.c: New file.
13761
13762         New module 'pipe-filter-ii'.
13763         * lib/pipe-filter.h: New file.
13764         * lib/pipe-filter-ii.c: New file.
13765         * lib/pipe-filter-aux.h: New file.
13766         * modules/pipe-filter-ii: New file.
13767
13768 2009-08-02  Simon Josefsson  <simon@josefsson.org>
13769
13770         * lib/gc-libgcrypt.c: Change copyright to FSF.
13771         * lib/gc-gnulib.c: Likewise.
13772
13773 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
13774
13775         * lib/gethostname.c: Include limits.h.
13776
13777 2009-08-02  Simon Josefsson  <simon@josefsson.org>
13778             Bruno Haible  <bruno@clisp.org>
13779
13780         Ensure HOST_NAME_MAX as part of the gethostname module.
13781         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
13782         define also HOST_NAME_MAX.
13783         * tests/test-gethostname.c: Include <limits.h>.
13784         (main): Check also HOST_NAME_MAX.
13785         * doc/posix-headers/limits.texi: Document the mingw problem.
13786
13787 2009-08-02  Bruno Haible  <bruno@clisp.org>
13788
13789         * lib/gethostname.c (gethostname): Fix handling of large len argument.
13790         Add comments.
13791
13792 2009-03-31  Simon Josefsson  <simon@josefsson.org>
13793
13794         * lib/gethostname.c: Add Windows wrapper.
13795         * m4/gethostname.m4: Look for gethostname in -lws2_32.
13796         * modules/gethostname: Depend on sys_socket & errno, for also
13797         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
13798         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
13799
13800 2009-07-31  Jim Meyering  <meyering@redhat.com>
13801
13802         getloadavg: fix symbol name in comment
13803         * lib/getloadavg.c: Correct a typo I introduced when adding
13804         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
13805         Matt Kraai spotted the problem.
13806
13807 2009-07-29  Matt Kraai  <mkraai@beckman.com>
13808
13809         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
13810         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
13811         code also if ! defined N_NAME_POINTER.
13812         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
13813         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
13814         but the n_name member is a 12-byte array.
13815
13816 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
13817
13818         update-copyright: generalize comment handling
13819         * build-aux/update-copyright: Handle copyright statements
13820         within more comment styles.
13821         Document usage.
13822         Report any file with an external copyright holder or parse failure.
13823
13824 2009-07-29  Jim Meyering  <meyering@redhat.com>
13825
13826         mktime: correct setting of REPLACE_MKTIME
13827         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
13828
13829         update-copyright: new module
13830         * modules/update-copyright: New file.
13831         * build-aux/update-copyright: New file.
13832         * MODULES.html.sh (maint+release support): Add update-copyright.
13833
13834 2009-07-27  Bruno Haible  <bruno@clisp.org>
13835
13836         Fix compilation error when <ctime> is used and mktime is replaced.
13837         * lib/time.in.h (mktime): New declaration.
13838         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
13839         REPLACE_MKTIME instead of defining mktime in config.h.
13840         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
13841         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
13842         Reported by Ross McFarland <rwmcfa1@neces.com>.
13843
13844 2009-07-27  Bruno Haible  <bruno@clisp.org>
13845
13846         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
13847         Reported by Matt Kraai <mkraai@beckman.com>.
13848
13849 2009-07-25  Jim Meyering  <meyering@redhat.com>
13850
13851         maint.mk: avoid warnings about missing files
13852         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
13853         diagnostic when .prev-version does not exist.
13854         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
13855         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
13856         nonexistent cfg.mk.
13857         Suggestions from Simon Josefsson.
13858
13859 2009-07-25  Bruno Haible  <bruno@clisp.org>
13860
13861         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
13862         defined as macros. Needed on QNX 6.4.1.
13863         Reported by Matt Kraai <mkraai@beckman.com>.
13864
13865 2009-07-23  Jim Meyering  <meyering@redhat.com>
13866
13867         maint.mk: invoke "make dist" with a working value of XZ_OPT
13868         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
13869
13870 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
13871
13872         Make fseeko.c compile on QNX.
13873         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
13874
13875 2009-07-22  Peter Simons  <simons@cryp.to>
13876
13877         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
13878         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
13879         * lib/md4.h: Likewise.
13880         * lib/md5.h: Likewise.
13881         * lib/sha1.h: Likewise.
13882         * lib/sha256.h: Likewise.
13883         * lib/sha512.h: Likewise.
13884
13885         tests-sha1: don't assign literal string to 'char *' variable
13886         * tests/test-sha1.c (main): Declare locals with "const" to match
13887         attributes of the right hand side.
13888
13889 2009-07-21  Eric Blake  <ebb9@byu.net>
13890
13891         dup2: fix more mingw problems
13892         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
13893         fd to itself.
13894         * doc/posix-functions/dup2.texi (dup2): Document the bug.
13895         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
13896         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
13897         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
13898         care of mingw bugs.
13899
13900 2009-07-21  Jim Meyering  <meyering@redhat.com>
13901
13902         vc-list-files: avoid failure when /bin/sh is dash
13903         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
13904         On some Debian based systems, /bin/sh is a symlink to dash, and running
13905         this command would omit the "/" following each 'tests' prefix:
13906           dash -x build-aux/vc-list-files -C . tests
13907         That is because bash and dash work differently:
13908           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
13909           bash ok
13910           dash odd
13911
13912 2009-07-21  Eric Blake  <ebb9@byu.net>
13913
13914         dup2-tests: test previous patch
13915         * modules/dup2-tests: New file.
13916         * tests/test-dup2.c: Likewise.
13917         * tests/test-open.c (main): Avoid unspecified behavior.
13918         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
13919         test.
13920
13921         dup2: work around mingw and cygwin 1.5 bug
13922         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
13923         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
13924         * modules/unistd (Makefile.am): Substitute it.
13925         * lib/unistd.in.h (dup2): Declare the replacement.
13926         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
13927         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
13928         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
13929         * modules/execute (Depends-on): Add dup2.
13930         * modules/fseterr (Depends-on): Likewise.
13931         * modules/pipe (Depends-on): Likewise.
13932         * modules/posix_spawn-internal (Depends-on): Likewise.
13933
13934 2009-07-21  Bruno Haible  <bruno@clisp.org>
13935
13936         * modules/.gitattributes: New file.
13937
13938 2009-07-20  Bruno Haible  <bruno@clisp.org>
13939
13940         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
13941         (main): Use it.
13942
13943 2009-07-20  Eric Blake  <ebb9@byu.net>
13944
13945         test-pipe: make a bit more robust.
13946         * tests/test-pipe.c (myerr): Allow error messages regardless of
13947         what we do to stderr.
13948         (test_pipe): Rearrange to avoid deadlock.
13949         (child_main): Try a larger read, to ensure we avoided deadlock.
13950         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
13951         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
13952         if misused.
13953
13954 2009-07-19  Jim Meyering  <meyering@redhat.com>
13955
13956         fts: avoid false-positive cycle-detection
13957         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
13958         for each new command line argument.
13959
13960 2009-07-19  Bruno Haible  <bruno@clisp.org>
13961
13962         Fix build error on mingw with the modules sys_select and unistd.
13963         * modules/acl-tests (Depends-on): Add close.
13964         * modules/binary-io-tests (Depends-on): Likewise.
13965         * modules/closein-tests (Depends-on): Likewise.
13966         * modules/flock-tests (Depends-on): Likewise.
13967         * modules/fsync-tests (Depends-on): Likewise.
13968         * modules/lseek-tests (Depends-on): Likewise.
13969         * modules/pipe-tests (Depends-on): Likewise.
13970         * modules/posix_spawn-tests (Depends-on): Likewise.
13971         * modules/posix_spawnp-tests (Depends-on): Likewise.
13972         * modules/stat-time-tests (Depends-on): Likewise.
13973         * modules/yesno-tests (Depends-on): Likewise.
13974
13975 2009-07-19  Bruno Haible  <bruno@clisp.org>
13976
13977         Unify conditionals.
13978         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
13979         macros, not at the compiler macros.
13980         * lib/pipe.c: Likewise.
13981         * lib/execute.c: Likewise.
13982         * lib/spawni.c: Likewise.
13983
13984 2009-07-19  Bruno Haible  <bruno@clisp.org>
13985
13986         Fix handling of closed stdin/stdout/stderr on mingw.
13987         * lib/w32spawn.h: Include unistd.h.
13988         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
13989         file descriptor with O_NOINHERIT flag.
13990         (fd_safer_noinherit): New function, based on fd-safer.c.
13991         (dup_safer_noinherit): New function, based on dup-safer.c.
13992         (undup_safer_noinherit): New function.
13993         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
13994         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
13995         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
13996         instead of fd_safer.
13997         * tests/test-pipe.c: Include <windows.h>.
13998         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
13999
14000         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
14001         from main.
14002         (test_pipe): Pass an extra argument for disambiguation.
14003         (main): Invoke parent_main or child_main.
14004
14005         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
14006         consistently.
14007
14008 2009-07-18  Eric Blake  <ebb9@byu.net>
14009
14010         test-pipe: fix mingw build
14011         * tests/test-pipe.c (main): Avoid fcntl on mingw.
14012
14013 2009-07-18  Bruno Haible  <bruno@clisp.org>
14014
14015         * modules/pipe-tests (Makefile.am): Fix typo.
14016
14017 2009-07-18  Eric Blake  <ebb9@byu.net>
14018
14019         error: fix mingw build
14020         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
14021         Reported by Bruno Haible.
14022
14023         error: avoid undefined use of stdout
14024         * lib/error.c (error, error_at_line): Check that fd 1 is open
14025         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
14026         is handling faults and the close_stdout module wants to report the
14027         detection of closed stdout as an error.
14028
14029 2009-07-17  Eric Blake  <ebb9@byu.net>
14030
14031         pipe: be robust in face of closed fds
14032         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
14033         should cause child to misbehave.
14034         * modules/pipe-tests: New module.
14035         * tests/test-pipe.c: New file.
14036         * tests/test-pipe.sh: New file.
14037         Reported by Akim Demaille.
14038
14039 2009-07-14  Bruno Haible  <bruno@clisp.org>
14040
14041         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
14042         Reported by anonymous kc.
14043
14044 2009-07-07  Jim Meyering  <meyering@redhat.com>
14045
14046         maint.mk: don't look for translatable strings in *.m4 or *.mk
14047         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
14048         when searching for translatable strings.
14049
14050 2009-07-05  Jim Meyering  <meyering@redhat.com>
14051
14052         remove superfluous parentheses in STREQ definition
14053         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
14054         * lib/getugroups.c (STREQ): Likewise.
14055         * lib/fnmatch.c (STREQ): Likewise.
14056         Spotted by Bruno Haible.
14057
14058 2009-07-04  Jim Meyering  <meyering@redhat.com>
14059
14060         argv-iter: new module
14061         * MODULES.html.sh: Add argv-iter.
14062         * lib/argv-iter.c, lib/argv-iter.h: New files.
14063         * modules/argv-iter: New file.
14064         * modules/argv-iter-tests: New file.
14065         * tests/test-argv-iter.c: Test it.
14066
14067 2009-07-04  Bruno Haible  <bruno@clisp.org>
14068
14069         Fix assertion.
14070         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
14071         contains more exact copies of a given entry than file2, leave the extra
14072         copies unpaired rather than aborting.
14073         Reported by Eric Blake.
14074
14075 2009-07-02  Bruno Haible  <bruno@clisp.org>
14076
14077         Speedup git-merge-changelog for git cherry-pick.
14078         * lib/git-merge-changelog.c (struct entries_mapping): New type.
14079         (entries_mapping_get): New function, extracted from compute_mapping.
14080         (entries_mapping_reverse_get): New function.
14081         (compute_mapping): Add a 'full' argument. Return the result in a
14082         'struct entries_mapping'.
14083         (main): Update. Access the mappings through entries_mapping_get.
14084         Reported by Eric Blake.
14085
14086 2009-07-02  Bruno Haible  <bruno@clisp.org>
14087
14088         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
14089         best_i.
14090
14091 2009-07-02  Bruno Haible  <bruno@clisp.org>
14092
14093         Speed up approximate search for matching ChangeLog entries.
14094         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
14095         argument. Call fstrcmp_bounded instead of fstrcmp.
14096         (compute_mapping, try_split_merged_entry, main): Update callers.
14097
14098 2009-07-02  Bruno Haible  <bruno@clisp.org>
14099
14100         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
14101
14102 2009-06-30  Bruno Haible  <bruno@clisp.org>
14103
14104         Reduce the number of uc_is_cased calls.
14105         * lib/unicase.h (casing_suffix_context_t): Add
14106         'first_char_except_ignorable' field.
14107         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
14108         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
14109         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
14110         Update initializer.
14111         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
14112         case-ignorable characters.
14113         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
14114         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
14115         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
14116         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
14117         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
14118
14119 2009-06-30  Bruno Haible  <bruno@clisp.org>
14120
14121         Tests for module 'unicase/ignorable'.
14122         * modules/unicase/ignorable-tests: New file.
14123         * tests/unicase/test-ignorable.c: New file, generated by
14124         gen-uni-tables.
14125
14126         Tests for module 'unicase/cased'.
14127         * modules/unicase/cased-tests: New file.
14128         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
14129         * tests/unicase/test-predicate-part1.h: New file, derived from
14130         tests/unictype/test-predicate-part1.h.
14131         * tests/unicase/test-predicate-part2.h: New file, same as
14132         tests/unictype/test-predicate-part2.h.
14133
14134         Fix evaluation of "Before C" condition of FINAL_SIGMA.
14135         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
14136         (output_casing_properties): New function.
14137         (main): Call it.
14138         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
14139         * lib/unicase/cased.c: Include unictype/bitmap.h.
14140         (uc_is_cased): Define through a bitmap lookup.
14141         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
14142         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
14143         (uc_is_case_ignorable): Define through a bitmap lookup.
14144         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
14145         lib/unictype/bitmap.h.
14146         (Depends-on): Add inline. Clean up.
14147         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
14148         lib/unictype/bitmap.h.
14149         (Depends-on): Add inline. Clean up.
14150         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
14151         recognition.
14152         * tests/unicase/test-u16-tolower.c (main): Likewise.
14153         * tests/unicase/test-u32-tolower.c (main): Likewise.
14154
14155 2009-06-30  Bruno Haible  <bruno@clisp.org>
14156
14157         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
14158         * lib/unicase/u16-casemap.c: Likewise.
14159         * lib/unicase/u32-casemap.c: Likewise.
14160
14161 2009-06-29  Bruno Haible  <bruno@clisp.org>
14162
14163         Define u32_casefold as a wrapper around u32_ct_casefold.
14164         * lib/unicase/u32-casefold.c: Update.
14165         * modules/unicase/u32-casefold (Depends-on): Add
14166         unicase/u32-ct-casefold, unicase/empty-prefix-context,
14167         unicase/empty-suffix-context. Clean up.
14168
14169         Define u16_casefold as a wrapper around u16_ct_casefold.
14170         * lib/unicase/u16-casefold.c: Update.
14171         * modules/unicase/u16-casefold (Depends-on): Add
14172         unicase/u16-ct-casefold, unicase/empty-prefix-context,
14173         unicase/empty-suffix-context. Clean up.
14174
14175         Define u8_casefold as a wrapper around u8_ct_casefold.
14176         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
14177         * lib/unicase/u8-casefold.c: Update.
14178         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
14179         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
14180
14181         Define u32_totitle as a wrapper around u32_ct_totitle.
14182         * lib/unicase/u32-totitle.c: Update.
14183         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
14184         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
14185
14186         Define u16_totitle as a wrapper around u16_ct_totitle.
14187         * lib/unicase/u16-totitle.c: Update.
14188         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
14189         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
14190
14191         Define u8_totitle as a wrapper around u8_ct_totitle.
14192         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
14193         functions.
14194         (FUNC): Delegate to U_CT_TOTITLE.
14195         * lib/unicase/u8-totitle.c: Update.
14196         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
14197         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
14198
14199         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
14200         invocation.
14201         * modules/unicase/u32-tolower (Depends-on): Add
14202         unicase/empty-prefix-context, unicase/empty-suffix-context.
14203
14204         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
14205         invocation.
14206         * modules/unicase/u16-tolower (Depends-on): Add
14207         unicase/empty-prefix-context, unicase/empty-suffix-context.
14208
14209         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
14210         * modules/unicase/u8-tolower (Depends-on): Add
14211         unicase/empty-prefix-context, unicase/empty-suffix-context.
14212
14213         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
14214         invocation.
14215         * modules/unicase/u32-toupper (Depends-on): Add
14216         unicase/empty-prefix-context, unicase/empty-suffix-context.
14217
14218         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
14219         invocation.
14220         * modules/unicase/u16-toupper (Depends-on): Add
14221         unicase/empty-prefix-context, unicase/empty-suffix-context.
14222
14223         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
14224         * modules/unicase/u8-toupper (Depends-on): Add
14225         unicase/empty-prefix-context, unicase/empty-suffix-context.
14226
14227         New module 'unicase/u32-ct-casefold'.
14228         * lib/unicase/u32-ct-casefold.c: New file.
14229         * modules/unicase/u32-ct-casefold: New file.
14230
14231         New module 'unicase/u16-ct-casefold'.
14232         * lib/unicase/u16-ct-casefold.c: New file.
14233         * modules/unicase/u16-ct-casefold: New file.
14234
14235         New module 'unicase/u8-ct-casefold'.
14236         * lib/unicase/u8-ct-casefold.c: New file.
14237         * lib/unicase/u-ct-casefold.h: New file, derived from
14238         lib/unicase/u-casefold.h.
14239         * modules/unicase/u8-ct-casefold: New file.
14240
14241         New module 'unicase/u32-ct-totitle'.
14242         * lib/unicase/u32-ct-totitle.c: New file.
14243         * modules/unicase/u32-ct-totitle: New file.
14244
14245         New module 'unicase/u16-ct-totitle'.
14246         * lib/unicase/u16-ct-totitle.c: New file.
14247         * modules/unicase/u16-ct-totitle: New file.
14248
14249         New module 'unicase/u8-ct-totitle'.
14250         * lib/unicase/u8-ct-totitle.c: New file.
14251         * lib/unicase/u-ct-totitle.h: New file, derived from
14252         lib/unicase/u-totitle.h.
14253         * modules/unicase/u8-ct-totitle: New file.
14254
14255         New module 'unicase/u32-ct-tolower'.
14256         * lib/unicase/u32-ct-tolower.c: New file.
14257         * modules/unicase/u32-ct-tolower: New file.
14258
14259         New module 'unicase/u16-ct-tolower'.
14260         * lib/unicase/u16-ct-tolower.c: New file.
14261         * modules/unicase/u16-ct-tolower: New file.
14262
14263         New module 'unicase/u8-ct-tolower'.
14264         * lib/unicase/u8-ct-tolower.c: New file.
14265         * modules/unicase/u8-ct-tolower: New file.
14266
14267         New module 'unicase/u32-ct-toupper'.
14268         * lib/unicase/u32-ct-toupper.c: New file.
14269         * modules/unicase/u32-ct-toupper: New file.
14270
14271         New module 'unicase/u16-ct-toupper'.
14272         * lib/unicase/u16-ct-toupper.c: New file.
14273         * modules/unicase/u16-ct-toupper: New file.
14274
14275         New module 'unicase/u8-ct-toupper'.
14276         * lib/unicase/u8-ct-toupper.c: New file.
14277         * modules/unicase/u8-ct-toupper: New file.
14278
14279         Add context arguments to u*_casemap functions.
14280         * lib/unicase/unicasemap.h: Include unicase.h.
14281         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
14282         suffix_context arguments.
14283         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
14284         functions.
14285         (FUNC): Add prefix_context and suffix_context arguments. Use
14286         uc_is_cased and uc_is_case_ignorable.
14287         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
14288         * lib/unicase/u16-casemap.c: Likewise.
14289         * lib/unicase/u32-casemap.c: Likewise.
14290         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
14291         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
14292         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
14293         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
14294         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
14295         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
14296
14297         New module 'unicase/u32-suffix-context'.
14298         * lib/unicase/u32-suffix-context.c: New file.
14299         * modules/unicase/u32-suffix-context: New file.
14300
14301         New module 'unicase/u16-suffix-context'.
14302         * lib/unicase/u16-suffix-context.c: New file.
14303         * modules/unicase/u16-suffix-context: New file.
14304
14305         New module 'unicase/u8-suffix-context'.
14306         * lib/unicase/u8-suffix-context.c: New file.
14307         * lib/unicase/u-suffix-context.h: New file.
14308         * modules/unicase/u8-suffix-context: New file.
14309
14310         New module 'unicase/empty-suffix-context'.
14311         * lib/unicase/empty-suffix-context.c: New file.
14312         * modules/unicase/empty-suffix-context: New file.
14313
14314         New module 'unicase/u32-prefix-context'.
14315         * lib/unicase/u32-prefix-context.c: New file.
14316         * modules/unicase/u32-prefix-context: New file.
14317
14318         New module 'unicase/u16-prefix-context'.
14319         * lib/unicase/u16-prefix-context.c: New file.
14320         * modules/unicase/u16-prefix-context: New file.
14321
14322         New module 'unicase/u8-prefix-context'.
14323         * lib/unicase/u8-prefix-context.c: New file.
14324         * lib/unicase/u-prefix-context.h: New file.
14325         * lib/unicase/context.h: New file.
14326         * modules/unicase/u8-prefix-context: New file.
14327
14328         New module 'unicase/empty-prefix-context'.
14329         * lib/unicase/empty-prefix-context.c: New file.
14330         * modules/unicase/empty-prefix-context: New file.
14331
14332         New module 'unicase/ignorable'.
14333         * lib/unicase/ignorable.c: New file.
14334         * modules/unicase/ignorable: New file.
14335
14336         New module 'unicase/cased'.
14337         * lib/unicase/caseprop.h: New file.
14338         * lib/unicase/cased.c: New file.
14339         * modules/unicase/cased: New file.
14340
14341         New functions for case mapping of substrings.
14342         * lib/unicase.h (casing_prefix_context_t): New type.
14343         (unicase_empty_prefix_context): New variable.
14344         (u8_casing_prefix_context, u16_casing_prefix_context,
14345         u32_casing_prefix_context, u8_casing_prefixes_context,
14346         u16_casing_prefixes_context, u32_casing_prefixes_context): New
14347         declarations.
14348         (casing_suffix_context_t): New type.
14349         (unicase_empty_suffix_context): New variable.
14350         (u8_casing_suffix_context, u16_casing_suffix_context,
14351         u32_casing_suffix_context, u8_casing_suffixes_context,
14352         u16_casing_suffixes_context, u32_casing_suffixes_context,
14353         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
14354         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
14355         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
14356         declarations.
14357
14358 2009-06-28  Jim Meyering  <meyering@redhat.com>
14359
14360         boostrap: indent only with spaces
14361         * build-aux/bootstrap: Indent only with spaces, never TABs.
14362
14363         bootstrap: split long lines
14364         * build-aux/bootstrap: Keep line length < 80.
14365
14366         bootstrap: sync from coreutils
14367         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
14368         just as autoreconf does.  Verify a list of prerequisite
14369         package-name,version-number pairs if defined in bootstrap.conf.
14370         Refer to README-prereq, if prerequisites are not satisfied.
14371
14372 2009-06-27  Eric Blake  <ebb9@byu.net>
14373
14374         tests: add test for bogus NULL definition
14375         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
14376         * tests/test-stdlib.c: Likewise.
14377         * tests/test-string.c: Likewise.
14378         * tests/test-locale.c: Likewise.
14379         * tests/test-unistd.c: Likewise.
14380         * modules/stdio-tests (Depends-on): Add verify.
14381         * modules/stdlib-tests (Depends-on): Likewise.
14382         * modules/string-tests (Depends-on): Likewise.
14383         * modules/locale-tests (Depends-on): Likewise.
14384         * modules/unistd-tests (Depends-on): Likewise.
14385
14386 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
14387
14388         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
14389         self-explaining comment.
14390         * m4/selinux-selinux-h: Update serial.
14391         (gl_LIBSELINUX): New macro, adding a warning for missing development
14392         packages to code extracted from...
14393         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
14394         Add warning for missing development packages here, too.
14395
14396 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
14397
14398         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
14399
14400 2009-06-25  Eric Blake  <ebb9@byu.net>
14401
14402         version-etc: fix regression
14403         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
14404         gcc.
14405         (version_etc): Use it, to catch bugs with trailing NULL.
14406         * lib/version-etc.c (version_etc_arn): Delete unused argument.
14407         (version_etc_va): Fix logic bug.
14408         * modules/version-etc-tests: Add test.
14409         * tests/test-version-etc.c: New file.
14410         * tests/test-version-etc.sh: Likewise.
14411
14412 2009-06-25  Sam Steingold  <sds@gnu.org>
14413
14414         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
14415         mbtowc declaration.
14416
14417 2009-06-25  Eric Blake  <ebb9@byu.net>
14418
14419         fpurge: migrate into <stdio.h>
14420         * lib/fpurge.h: Delete...
14421         * lib/stdio.in.h (fpurge): ...and declare here, instead.
14422         * lib/fpurge.c (fpurge): Change declaring header.
14423         * modules/fpurge (Files): Drop deleted file.
14424         (Depends-on): Add stdio.
14425         (configure.ac): Set witness.
14426         * modules/stdio (Makefile.am): Support fpurge macros.
14427         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
14428         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
14429         * lib/fflush.c: Update client.
14430         * tests/test-fpurge.c: Likewise.
14431         * NEWS: Mention the change.
14432
14433 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14434
14435         * lib/argp-version-etc.c (program_authors): Add const
14436         qualifier.
14437         * lib/version-etc.c: Fix typos in the comments.
14438         * modules/argp-version-etc: Depends on version-etc.
14439
14440 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14441
14442         argp-version-etc: new module.
14443
14444         * lib/argp-version-etc.c: New file.
14445         * lib/argp-version-etc.h: New file.
14446         * modules/argp-version-etc: New file.
14447         * modules/argp-version-etc-tests: New file.
14448         * tests/test-argp-version-etc.c: New test.
14449         * tests/test-argp-version-etc-1.sh: New test.
14450
14451 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14452
14453         Provide additional interfaces and documentation for version-etc
14454         module.
14455
14456         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
14457         interfaces.
14458         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
14459         prototypes.
14460
14461 2009-06-24  Bruno Haible  <bruno@clisp.org>
14462
14463         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
14464         HAVE_LIB${NAME} macro.
14465         Reported by Sam Steingold <sds@gnu.org>.
14466
14467 2009-06-23  Simon Josefsson  <simon@josefsson.org>
14468
14469         * modules/hash-tests (test_hash_LDADD): Link to libintl when
14470         needed.
14471
14472 2009-06-21  Bruno Haible  <bruno@clisp.org>
14473
14474         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
14475         work.
14476         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
14477         together with LIB${NAME}, LTLIB${NAME}.
14478         Reported by Sam Steingold <sds@gnu.org>.
14479
14480 2009-06-20  Jim Meyering  <meyering@redhat.com>
14481
14482         tests: make sc_require_test_exit_idiom more generic
14483         * top/maint.mk (Exit_witness_file): New overridable variable.
14484         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
14485         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
14486
14487 2009-06-19  Jim Meyering  <meyering@redhat.com>
14488
14489         hash: reverse order of src/dst parameters in an internal interface
14490         * lib/hash.c (transfer_entries): Reverse order of parameters to
14491         put DST before SRC.  Adjust callers.
14492
14493         tests: test-hash: avoid wholesale duplication
14494         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
14495         Instead, use a loop and add a single conditional.
14496
14497         tests: test-hash: allow seed selection via a command line argument
14498         * tests/test-hash.c (get_seed): New function.
14499         (main): Use it.
14500
14501 2009-06-19  Eric Blake  <ebb9@byu.net>
14502
14503         hash: avoid memory leak on allocation failure
14504         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
14505         failure.  Factor repeated algorithm...
14506         (transfer_entries): ...into new helper routine.
14507         (hash_delete): React to hash_rehash return value.
14508
14509         hash: reduce memory pressure in hash_rehash no-op case
14510         * lib/hash.c (next_prime): Avoid overflow.
14511         (hash_initialize): Factor bucket size computation...
14512         (compute_bucket_size): ...into new helper function.
14513         (hash_rehash): Use new function and open coding to reduce memory
14514         pressure, and avoid a memory leak in USE_OBSTACK code.
14515         Reported by Jim Meyering.
14516
14517 2009-06-18  Eric Blake  <ebb9@byu.net>
14518
14519         hash: make rotation more obvious
14520         * modules/hash (Depends-on): Add bitrotate and stdint.
14521         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
14522         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
14523         (SIZE_MAX): Rely on headers for definition.
14524         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
14525         (raw_hasher): Use rotr_sz.
14526         Suggested by Jim Meyering.
14527
14528         hash: fix memory leak in last patch
14529         * lib/hash.c (hash_rehash): Avoid memory leak.
14530
14531         hash: avoid no-op rehashing
14532         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
14533
14534         hash: provide default callback functions
14535         * lib/hash.c (raw_hasher, raw_comparator): New functions.
14536         (hash_initialize): Use them as defaults.
14537         * tests/test-hash.c (main): Test this.
14538
14539         hash: minor optimization
14540         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
14541         when possible.
14542         (hash_initialize): Document this promise.
14543         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
14544         * tests/test-hash.c (hash_compare_strings): Test this.
14545
14546 2009-06-18  Bruno Haible  <bruno@clisp.org>
14547
14548         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
14549         going to be replaced anyway.
14550
14551 2009-06-18  Bruno Haible  <bruno@clisp.org>
14552
14553         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
14554         in one place.
14555         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
14556         be replaced anyway.
14557
14558 2009-06-18  Eric Blake  <ebb9@byu.net>
14559
14560         hash: check for resize before insertion
14561         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
14562         threshold before insertion, so that a pathological hash_rehash
14563         that fills every bucket can still trigger another rehash.
14564
14565 2009-06-18  Jim Meyering  <meyering@redhat.com>
14566
14567         hash-tests: add a loop around the small tests
14568         * tests/test-hash.c (main): Repeat small tests with selected
14569         small initial table sizes.
14570
14571 2009-06-17  Eric Blake  <ebb9@byu.net>
14572
14573         hash: minor cleanups
14574         * lib/hash.h (hash_entry): Make opaque, by moving...
14575         * lib/hash.c (hash_entry): ...here.
14576         (hash_insert): Clarify restrictions on what can be inserted.
14577         (hash_get_next): Clarify when it is safe to remove an element
14578         during traversal.
14579         (check_tuning): Skip verification when tuning is known safe.
14580         (hash_initialize): Clarify restrictions on tuning.
14581
14582 2009-06-17  Jim Meyering  <jim@meyering.net>
14583         and Eric Blake  <ebb9@byu.net>
14584
14585         hash-tests: new module
14586         * modules/hash-tests: New file.
14587         * tests/test-hash.c: New file.
14588
14589 2009-06-17  Eric Blake  <ebb9@byu.net>
14590
14591         strstr-simple: document new module
14592         * MODULES.html.sh: Document new module.
14593
14594         strstr, strcasestr: replace on platforms with broken memchr
14595         * modules/strstr: Split into...
14596         * modules/strstr-simple: ...new module that does not care about
14597         performance, but does care about glibc bug.
14598         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
14599         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
14600         if platform memchr is broken, per Debian bug 521737.
14601         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
14602         memchr.
14603         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
14604         * doc/posix-functions/strstr.texi (strstr): Document the fix.
14605         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
14606         * modules/mountlist (Depends-on): Add strstr-simple.
14607         * modules/gen-uni-tables (Depends-on): Likewise.
14608         * modules/argz (Depends-on): Add strstr.
14609
14610 2009-06-17  Bruno Haible  <bruno@clisp.org>
14611
14612         * modules/posix_spawn-internal (Depends-on): Add errno.
14613
14614 2009-06-17  Bruno Haible  <bruno@clisp.org>
14615
14616         Define missing ESTALE on Interix 3.5.
14617         * lib/errno.in.h (ESTALE): Assign a value if missing.
14618         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
14619         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
14620         missing.
14621         * doc/posix-headers/errno.texi: Mention the Interix bug.
14622         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
14623
14624 2009-06-15  Eric Blake  <ebb9@byu.net>
14625
14626         memchr, memchr2: add valgrind exception
14627         * lib/memchr.valgrind: New file.
14628         * lib/memchr2.valgrind: New file.
14629         * modules/memchr (Files): Distribute valgrind file.
14630         * modules/memchr2 (Files): Likewise.
14631
14632         docs: memchr is no longer obsolete
14633         * MODULES.html.sh: Move memchr from obsolete to string.h section.
14634         * lib/string.in.h (memchr): Simplify logic.
14635
14636 2009-06-14  Jim Meyering  <meyering@redhat.com>
14637
14638         link-follow: fix the "checking..." message to not mention trailing slash
14639         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
14640         never considered trailing slashes.
14641
14642 2009-06-14  Bruno Haible  <bruno@clisp.org>
14643
14644         * m4/memchr.m4: Mention also the bug on IA-64.
14645         * doc/posix-functions/memchr.texi: Likewise.
14646
14647 2009-06-12  Eric Blake  <ebb9@byu.net>
14648
14649         memchr: detect broken x86_64 and alpha implementations
14650         * modules/memchr-tests (Depends-on): Move mmap detection...
14651         * modules/memchr (Depends-on): ...here.
14652         (configure.ac): Set indicator.
14653         * lib/string.in.h (memchr): Declare replacement.
14654         * modules/string (Makefile.am): Trigger replacement.
14655         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
14656         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
14657         bugs.
14658         * doc/posix-functions/memchr.texi (memchr): Document the bug.
14659         * modules/getpagesize (License): Relax license.
14660
14661 2009-06-11  Bruno Haible  <bruno@clisp.org>
14662
14663         * lib/idpriv.h: Add more references.
14664
14665 2009-06-08  Bruno Haible  <bruno@clisp.org>
14666
14667         Tests for module 'idpriv-droptemp'.
14668         * modules/idpriv-droptemp-tests: New file.
14669         * tests/test-idpriv-droptemp.sh: New file.
14670         * tests/test-idpriv-droptemp.su.sh: New file.
14671         * tests/test-idpriv-droptemp.c: New file.
14672
14673         New module 'idpriv-droptemp'.
14674         * lib/idpriv-droptemp.c: New file.
14675         * modules/idpriv-droptemp: New file.
14676
14677 2009-06-08  Bruno Haible  <bruno@clisp.org>
14678
14679         Tests for module 'idpriv-drop'.
14680         * modules/idpriv-drop-tests: New file.
14681         * tests/test-idpriv-drop.sh: New file.
14682         * tests/test-idpriv-drop.su.sh: New file.
14683         * tests/test-idpriv-drop.c: New file.
14684
14685         New module 'idpriv-drop'.
14686         * lib/idpriv.h: New file.
14687         * lib-idpriv-drop.c: New file.
14688         * m4/idpriv.m4: New file.
14689         * modules/idpriv-drop: New file.
14690
14691 2009-06-08  Bruno Haible  <bruno@clisp.org>
14692
14693         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
14694         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
14695         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
14696         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
14697         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
14698         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
14699         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
14700
14701 2009-06-08  Eric Blake  <ebb9@byu.net>
14702
14703         test-strstr: use memory fence, when possible
14704         * tests/test-strstr.c (main): Use memory fence, in order to be
14705         more likely to trigger Debian bug 521737.
14706         * modules/strstr-tests (Files): Pull in additional files.
14707
14708         memchr: no longer obsolete, for wider field testing
14709         * modules/memchr (Status, Notice): Delete, this module is no
14710         longer obsolete.
14711         * modules/vasnprintf (Depends-on): Add memchr.
14712
14713 2009-06-07  Jim Meyering  <meyering@redhat.com>
14714
14715         hash: declare some functions with the warn_unused_result attribute
14716         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
14717
14718 2009-06-07  Bruno Haible  <bruno@clisp.org>
14719
14720         * tests/test-alignof.c: Don't test int64_t if it does not exist.
14721         Reported by Eric Blake.
14722
14723 2009-06-06  Eric Blake  <ebb9@byu.net>
14724
14725         test-alignof: fix typo with long double
14726         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
14727         compiler error.
14728
14729 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
14730
14731         Escape non-texinfo { and }s.
14732         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
14733         markup error.
14734
14735 2009-06-04  Jim Meyering  <meyering@redhat.com>
14736
14737         gitlog-to-changelog: don't infloop on an empty commit log
14738         * build-aux/gitlog-to-changelog: Warn about an empty log message.
14739         Reported by Boris Petersen <transacid@centerim.org>.
14740
14741 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
14742
14743         version-etc: extend for packagers
14744         Add three new configure options, intended for packagers:
14745           --with-packager="packager name"
14746           --with-packager-version="packager-specific version"
14747           --with-packager-bug-reports="packager bug reporting"
14748         An example with coreutils:
14749           $ ./configure \
14750             --with-packager=Gentoo \
14751             --with-packager-bug-report=http://bugs.gentoo.org/ \
14752             --with-packager-version="patchset 1.6"
14753           $ ./src/ls --version | head -n2
14754           ls (GNU coreutils) 7.1-dirty
14755           Packaged by Gentoo (patchset 1.6)
14756         Note that the bug reporting info via --help doesn't show up because
14757         coreutils uses its own custom emit_bug_reporting_address() implementation
14758         in src/system.h.  If it didn't, it'd look like:
14759           $ ./src/ls --help | tail -n4
14760           Report bugs to <bug-coreutils@gnu.org>.
14761           Report Gentoo bugs to <http://bugs.gentoo.org/>.
14762           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
14763           General help using GNU software: <http://www.gnu.org/gethelp/>.
14764         * lib/version-etc.c: Print new information, if provided.
14765         * m4/version-etc.m4: New file.
14766         * modules/version-etc (Files): Add m4/version-etc.m4.
14767         (configure.ac): Add gl_VERSION_ETC.
14768
14769 2009-05-31  Bruno Haible  <bruno@clisp.org>
14770
14771         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
14772         and 'int64_t'.
14773         * modules/alignof-tests (Dependencies): Add stdint.
14774         Reported by Eric Blake.
14775
14776 2009-05-31  Bruno Haible  <bruno@clisp.org>
14777
14778         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
14779         restriction due to compiler bugs.
14780         Reported by Eric Blake.
14781
14782 2009-05-31  Simon Josefsson  <simon@josefsson.org>
14783             Bruno Haible  <bruno@clisp.org>
14784
14785         Fix test-alignof failure.
14786         * lib/alignof.h (alignof_slot): New macro.
14787         (alignof_type): New macro, with the same semantics as the previous
14788         'alignof'.
14789         (alignof): Alias to alignof_slot.
14790         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
14791         check that the results are usable as constant expressions.
14792
14793 2009-05-31  Bruno Haible  <bruno@clisp.org>
14794
14795         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
14796         * tests/test-memchr.c (main): Check that memchr does not read past the
14797         first occurrence of the byte.
14798         * tests/test-strstr.c (main): Update comment.
14799         Suggested by Eric Blake.
14800
14801 2009-05-30  Bruno Haible  <bruno@clisp.org>
14802
14803         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
14804         detail how to use dumpbin.
14805         Reported by David Byron <dbyron@dbyron.com>.
14806
14807 2009-06-02  Simon Josefsson  <simon@josefsson.org>
14808
14809         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
14810
14811 2009-06-02  Simon Josefsson  <simon@josefsson.org>
14812
14813         * m4/manywarnings.m4: Add GCC 4.4 warnings.
14814
14815 2009-05-28  Bruno Haible  <bruno@clisp.org>
14816
14817         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
14818         build-aux/ files.
14819
14820 2009-05-28  Simon Josefsson  <simon@josefsson.org>
14821
14822         * gnulib-tool (func_import): Transform license on build-aux/ files too.
14823
14824 2009-05-27  Simon Josefsson  <simon@josefsson.org>
14825
14826         * gnulib-tool (sed_transform_main_lib_file)
14827         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
14828         regexps.
14829
14830 2009-05-26  Simon Josefsson  <simon@josefsson.org>
14831
14832         * tests/test-strstr.c: Add another self-test.
14833         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
14834         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
14835
14836 2009-05-23  Bruno Haible  <bruno@clisp.org>
14837
14838         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
14839         change.
14840
14841 2009-05-21  Bruno Haible  <bruno@clisp.org>
14842
14843         Simplify use of mode_t varargs.
14844         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
14845         uses 'mode_t' or 'int'.
14846         * lib/openat.c (openat): Likewise.
14847         * lib/open-safer.c (open_safer): Likewise.
14848         * m4/mode_t.m4: New file.
14849         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
14850         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
14851         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
14852         * modules/open (Files): Add m4/mode_t.m4.
14853         * modules/openat (Files): Likewise.
14854         * modules/fcntl-safer (Files): Likewise.
14855         Suggested by Eric Blake.
14856
14857 2009-05-21  Pádraig Brady  <P@draigbrady.com>
14858
14859         * doc/glibc-functions/fallocate.texi: New file.
14860         * doc/gnulib.texi: Include it.
14861
14862 2009-05-21  Eric Blake  <ebb9@byu.net>
14863             Bruno Haible  <bruno@clisp.org>
14864
14865         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
14866         invocations.
14867         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
14868
14869 2009-05-21  Eric Blake  <ebb9@byu.net>
14870             Bruno Haible  <bruno@clisp.org>
14871
14872         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
14873         include_next. Fix of 2008-11-20 commit.
14874         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
14875         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
14876         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
14877         NEXT_MATH_H.
14878         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
14879         instead of NEXT_MATH_H.
14880
14881 2009-05-21  Bruno Haible  <bruno@clisp.org>
14882
14883         Avoid redefinition warnings for SIZE_MAX.
14884         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
14885         Reported by Simon Josefsson.
14886
14887 2009-05-21  Bruno Haible  <bruno@clisp.org>
14888
14889         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
14890         AC_CACHE_VAL.
14891
14892 2009-05-20  Bruno Haible  <bruno@clisp.org>
14893
14894         Make zeroptr.h work on mingw.
14895         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
14896         mprotect.
14897         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
14898         * modules/memchr2-tests (configure.ac): Likewise.
14899         * modules/memcmp-tests (configure.ac): Likewise.
14900         * modules/memmem-tests (configure.ac): Likewise.
14901         * modules/memrchr-tests (configure.ac): Likewise.
14902         Reported by Simon Josefsson.
14903
14904 2009-05-20  Simon Josefsson  <simon@josefsson.org>
14905
14906         * tests/test-glob.c: Include string.h for strcmp prototype.
14907
14908 2009-05-20  Simon Josefsson  <simon@josefsson.org>
14909
14910         * modules/getdelim (Depends-on): Add explicit stdint, although it
14911         was implicitly already pulled in via realloc-posix.
14912         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
14913
14914 2009-05-20  Simon Josefsson  <simon@josefsson.org>
14915
14916         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
14917         G. Christensen" <tgc@jupiterrise.com>.
14918         * m4/sys_socket_h.m4: Check for sa_family_t.
14919         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
14920         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
14921         * tests/test-sys_socket.c: Check that sa_family_t works.
14922
14923 2009-05-18  Eric Blake  <ebb9@byu.net>
14924
14925         maint.mk: allow gnulib_dir in VPATH build
14926         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
14927
14928 2009-05-15  Jim Meyering  <meyering@redhat.com>
14929
14930         maint.mk: Give gnulib_dir a default definition.
14931         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
14932         Thus, most packages no longer need to specify this variable in cfg.mk
14933
14934 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
14935
14936         rename.m4: fix typos that would make non-mingw cross-configure fail
14937         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
14938
14939 2009-05-13  Eric Blake  <ebb9@byu.net>
14940
14941         mmap-anon: avoid out-of-order autoconf expansion
14942         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
14943         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
14944         * modules/memchr-tests (Depends-on): Add extensions.
14945         * modules/memchr2-tests (Depends-on): Add extensions.
14946         * modules/memcmp-tests (Depends-on): Add extensions.
14947         * modules/memmem-tests (Depends-on): Add extensions.
14948         * modules/memrchr-tests (Depends-on): Add extensions.
14949
14950 2009-05-13  Bruno Haible  <bruno@clisp.org>
14951
14952         Make some tests ISO C 99 compliant.
14953         * tests/zerosize-ptr.h: New file.
14954         * tests/test-memchr.c: Include zerosize-ptr.h.
14955         (main): Use a zero-size object pointer instead of NULL.
14956         * tests/test-memchr2.c: Include zerosize-ptr.h.
14957         (main): Use a zero-size object pointer instead of NULL.
14958         * tests/test-memcmp.c: Include zerosize-ptr.h.
14959         (main): Use a zero-size object pointer instead of NULL.
14960         * tests/test-memmem.c: Include zerosize-ptr.h.
14961         (main): Use a zero-size object pointer instead of NULL.
14962         * tests/test-memrchr.c: Include zerosize-ptr.h.
14963         (main): Use a zero-size object pointer instead of NULL.
14964         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
14965         m4/mmap-anon.m4.
14966         (Depends-on): Add getpagesize.
14967         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14968         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
14969         m4/mmap-anon.m4.
14970         (Depends-on): Add getpagesize.
14971         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14972         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
14973         m4/mmap-anon.m4.
14974         (Depends-on): Add getpagesize.
14975         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14976         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
14977         m4/mmap-anon.m4.
14978         (Depends-on): Add getpagesize.
14979         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14980         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
14981         m4/mmap-anon.m4.
14982         (Depends-on): Add getpagesize.
14983         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
14984
14985 2009-05-12  Bruno Haible  <bruno@clisp.org>
14986
14987         Tests for module 'alignof'.
14988         * modules/alignof-tests: New file.
14989         * tests/test-alignof.c: New file.
14990
14991 2009-05-12  Bruno Haible  <bruno@clisp.org>
14992
14993         Fix alignof macro.
14994         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
14995         vendor compilers that are always correct.
14996
14997 2009-05-12  Bruno Haible  <bruno@clisp.org>
14998
14999         Make the MAP_ANONYMOUS detection work on HP-UX 11.
15000         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
15001         not whether its fully works.
15002
15003 2009-05-12  Bruno Haible  <bruno@clisp.org>
15004
15005         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
15006
15007 2009-05-12  Jim Meyering  <meyering@redhat.com>
15008
15009         * top/maint.mk: Adjust backslash alignment.
15010
15011 2009-05-11  Simon Josefsson  <simon@josefsson.org>
15012
15013         * top/maint.mk: Make $(srcdir)/build-aux configurable.
15014
15015 2009-05-11  Eric Blake  <ebb9@byu.net>
15016
15017         argp: avoid undefined behavior
15018         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
15019         macros.
15020
15021 2009-05-08  Simon Josefsson  <simon@josefsson.org>
15022
15023         * tests/test-vc-list-files-git.sh: Do git config of user.email and
15024         user.name to prevent git commit from complaining.
15025
15026 2009-05-10  Bruno Haible  <bruno@clisp.org>
15027
15028         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
15029         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
15030         it rewrites every file name only once.
15031         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
15032
15033 2009-05-08  Bruno Haible  <bruno@clisp.org>
15034
15035         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
15036         instead of 'max'.
15037
15038 2009-05-08  Simon Josefsson  <simon@josefsson.org>
15039
15040         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
15041         sockaddr_storage test.
15042
15043 2009-05-07  Simon Josefsson  <simon@josefsson.org>
15044
15045         * modules/sys_socket (Makefile.am): Substitute
15046         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
15047         * m4/sys_socket_h.m4: Check for sockaddr_storage.
15048         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
15049         * tests/test-sys_socket.c: Check sockaddr_storage.
15050
15051 2009-05-08  Bruno Haible  <bruno@clisp.org>
15052
15053         New module 'alignof'.
15054         * lib/alignof.h: New file.
15055         * modules/alignof: New file.
15056
15057 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
15058             Bruno Haible  <bruno@clisp.org>
15059
15060         Fix test-file-has-acl on FreeBSD.
15061         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
15062         mask is implicitly added.
15063         * tests/test-file-has-acl.c: Include <signal.h>.
15064         (main): Terminate the test after 5 seconds.
15065         * modules/acl-tests (configure.ac): Check for alarm function.
15066
15067 2009-05-04  Bruno Haible  <bruno@clisp.org>
15068
15069         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
15070         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
15071         * modules/errno (configure.ac): Drop AC_REQUIRE.
15072         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
15073         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
15074
15075 2009-05-04  Simon Josefsson  <simon@josefsson.org>
15076
15077         * modules/glob-tests: New module.
15078         * tests/test-glob.c: Add.
15079
15080 2009-05-04  Simon Josefsson  <simon@josefsson.org>
15081
15082         * modules/fnmatch-tests: New module.
15083         * tests/test-fnmatch.c: Add.
15084
15085 2009-05-04  Eric Blake  <ebb9@byu.net>
15086
15087         maint: make the new no-submodule-changes rule VPATH-safe
15088         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
15089
15090 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
15091             Bruno Haible  <bruno@clisp.org>
15092
15093         acl: Fix infinite loop on FreeBSD.
15094         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
15095         of return value from acl_get_entry.
15096         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
15097         Likewise.
15098
15099 2009-05-03  Bruno Haible  <bruno@clisp.org>
15100
15101         * lib/acl-internal.h (acl_entries): Clarify return value.
15102         * lib/acl_entries.c (acl_entries): Likewise.
15103
15104 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
15105
15106         Bug fix in acl module.
15107         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
15108
15109 2009-05-03  Bruno Haible  <bruno@clisp.org>
15110
15111         Create gperf-generated file in the source dir, not in the build dir.
15112         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
15113         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
15114         * modules/unicase/locale-language (unicase/locale-languages.h):
15115         Likewise.
15116         * modules/unicase/special-casing (unicase/special-casing-table.h):
15117         Likewise.
15118         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
15119         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
15120         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
15121         Reported by Ralf Wildenhues.
15122
15123 2009-05-03  Bruno Haible  <bruno@clisp.org>
15124
15125         * modules/fnmatch (Description, configure.ac): Taken from
15126         fnmatch-posix.
15127         * modules/fnmatch-posix: Turn into a symbolic reference to the
15128         'fnmatch' module, and deprecate.
15129         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
15130
15131 2009-05-03  Bruno Haible  <bruno@clisp.org>
15132
15133         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
15134         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
15135         Reported by Ralf Wildenhues.
15136
15137 2009-05-04  Simon Josefsson  <simon@josefsson.org>
15138
15139         * m4/fnmatch.m4: Fix fnmatch re-define.
15140
15141 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
15142
15143         priv-set: new module and tests; adapt write-any-file
15144         * lib/priv-set.c: New file.
15145         * lib/priv-set.h: New file.
15146         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
15147         * lib/write-any-file.c: Simplify by using priv-set module.
15148         * m4/priv-set.m4: New file.
15149         * modules/priv-set: New file.
15150         * modules/unlinkdir: Add dependency on priv-set module.
15151         * modules/write-any-file: Likewise.
15152
15153         Tests for module 'priv-set'.
15154         * modules/priv-set-tests: New file.
15155         * tests/test-priv-set.c: New file.
15156
15157 2009-05-03  Jim Meyering  <meyering@redhat.com>
15158             Bruno Haible  <bruno@clisp.org>
15159
15160         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
15161         use the converted UTF-8 variant of the name instead.
15162
15163 2009-05-03  Jim Meyering  <meyering@redhat.com>
15164
15165         tests: tighten some getdate tests
15166         * tests/test-getdate.c (main): Tighten tests: require equality,
15167         not just greater than.  Set TZ envvar to UTC0.
15168
15169 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
15170
15171         getdate: correctly interpret "next monday" when run on a Monday
15172         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
15173         that e.g., "next tues" (when run on a tuesday) results in a date
15174         that is one week in the future, and not today's date.
15175         I.e., add a week when the wday is the same as the current one.
15176         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
15177         and earlier by Martin Bernreuther and Jan Minář.
15178         * tests/test-getdate.c (main): Check that "next DAY" is always in
15179         the future and that "last DAY" is always in the past.
15180
15181 2009-05-02  Jim Meyering  <meyering@redhat.com>
15182
15183         build: ensure that a release build fails when a submodule is unclean
15184         * top/maint.mk (no-submodule-changes): New rule.
15185         (alpha beta major): Depend on it.
15186
15187 2009-05-02  Bruno Haible  <bruno@clisp.org>
15188
15189         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
15190         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
15191         shell variable gl_fnmatch_required to detect which variant is
15192         requested.
15193         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
15194         gl_FUNC_FNMATCH_POSIX.
15195         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
15196         exclude fnmatch-posix.
15197
15198 2009-05-02  Bruno Haible  <bruno@clisp.org>
15199
15200         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
15201         * modules/mbsrtowcs (License): Change to LGPLv2+.
15202         * modules/strnlen1 (License): Likewise.
15203         Reported by Simon Josefsson.
15204
15205 2009-05-02  Bruno Haible  <bruno@clisp.org>
15206
15207         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
15208         "cross".
15209         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
15210         gnulib-tool was called with option --source-base=lib.
15211
15212 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15213
15214         Use automake *-local hooks without commands, for extensibility.
15215         * modules/localcharset (Makefile.am): Rename install-exec-local
15216         rule to install-exec-localcharset, and make it a prerequisite of
15217         install-exec-local.  Likewise, rename the uninstall-local rule to
15218         uninstall-localcharset, and make it a prerequisite of the former.
15219
15220 2009-05-01  Bruno Haible  <bruno@clisp.org>
15221
15222         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
15223         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
15224         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
15225         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
15226         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
15227         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
15228         m4/locale-zh.m4, m4/codeset.m4.
15229
15230         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
15231         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
15232         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
15233         m4/locale-zh.m4.
15234
15235         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
15236         REPLACE_WCRTOMB if mbstate_t must be replaced.
15237         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
15238         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
15239
15240 2009-05-01  Bruno Haible  <bruno@clisp.org>
15241
15242         Avoid compiler warnings when redefining macros defined by <libintl.h>.
15243         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
15244         dngettext, dcngettext, textdomain, bindtextdomain,
15245         bind_textdomain_codeset): Undefine before redefining.
15246
15247 2009-04-30  Bruno Haible  <bruno@clisp.org>
15248
15249         Fix bug introduced on 2009-04-25.
15250         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
15251         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
15252         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
15253         is defined.
15254         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
15255         is defined.
15256         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
15257         is defined.
15258         Reported by Elbert_Pol <elbert.pol@gmail.com>.
15259
15260 2009-04-28  Bruno Haible  <bruno@clisp.org>
15261
15262         Comment tweaks.
15263         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
15264         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
15265         * lib/unicase.h (u*_casexfrm): Likewise.
15266         Reported by Paolo Bonzini.
15267
15268 2009-04-28  Bruno Haible  <bruno@clisp.org>
15269
15270         Fix a compilation error.
15271         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
15272         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
15273         Reported by Jim Meyering.
15274
15275 2009-04-27  Bruno Haible  <bruno@clisp.org>
15276
15277         New module 'libunistring'.
15278         * modules/libunistring: New file.
15279         * m4/libunistring.m4: New file.
15280         * MODULES.html.sh (Unicode string functions): Add it.
15281
15282 2009-04-27  Eric Blake  <ebb9@byu.net>
15283
15284         maint.mk: allow package-specific header to provide <config.h>
15285         * top/maint.mk (sc_require_config_h): New variable.
15286         (sc_require_config_h, sc_require_config_h_first): Use it.
15287
15288 2009-04-27  Simon Josefsson  <simon@josefsson.org>
15289
15290         * top/maint.mk (sc_avoid_if_before_free): Except
15291         useless-if-before-free script.
15292
15293 2009-04-27  Eric Blake  <ebb9@byu.net>
15294
15295         maintainer-makefile: depend on all required helper scripts
15296         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
15297         useless-if-before-free.
15298         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
15299         version, rather than assuming gnulib checkout is available.
15300         Reported by Simen Josefsson.
15301
15302 2009-04-26  Bruno Haible  <bruno@clisp.org>
15303
15304         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
15305         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
15306         "../" or "..".
15307
15308 2009-04-26  Bruno Haible  <bruno@clisp.org>
15309
15310         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
15311         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
15312         AC_LIB_HAVE_LINKFLAGS.
15313
15314 2009-04-26  Bruno Haible  <bruno@clisp.org>
15315
15316         Simplify calling convention of u*_conv_from_encoding.
15317         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
15318         u32_conv_from_encoding): Expect a resultbuf argument and return the
15319         result directly as a pointer.
15320         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
15321         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
15322         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
15323         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
15324         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
15325         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
15326         Update.
15327         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
15328         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
15329         * lib/vasnprintf.c (VASNPRINTF): Update.
15330         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
15331         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
15332         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
15333         * NEWS: Mention the change.
15334
15335 2009-04-26  Bruno Haible  <bruno@clisp.org>
15336
15337         Simplify calling convention of u*_conv_to_encoding.
15338         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
15339         u32_conv_to_encoding): Expect a resultbuf argument and return the
15340         result directly as a pointer.
15341         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
15342         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
15343         freeing scaled_offsets if mem_iconveha failed.
15344         * lib/unicase/u-casexfrm.h (FUNC): Update.
15345         * lib/uninorm/u-normxfrm.h (FUNC): Update.
15346         * lib/vasnprintf.c (VASNPRINTF): Update.
15347         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
15348         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
15349         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
15350         * NEWS: Mention the change.
15351
15352 2009-04-26  Bruno Haible  <bruno@clisp.org>
15353
15354         Avoid test failures on AIX and OSF/1.
15355         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
15356         malloc(0).
15357         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
15358         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
15359         Likewise.
15360         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
15361         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
15362         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
15363         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
15364         * doc/posix-functions/malloc.texi: Document the portability problem
15365         related to malloc(0).
15366
15367 2009-04-26  Bruno Haible  <bruno@clisp.org>
15368
15369         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
15370         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
15371         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
15372
15373 2009-04-25  Bruno Haible  <bruno@clisp.org>
15374
15375         Avoid link error when creating a namespace clean library.
15376         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
15377         as macro with arguments if already defined as an alias.
15378         * lib/signbitf.c (gl_signbitf): Don't undefine.
15379         * lib/signbitd.c (gl_signbitd): Don't undefine.
15380         * lib/signbitl.c (gl_signbitl): Don't undefine.
15381
15382 2009-04-25  Jim Meyering  <meyering@redhat.com>
15383
15384         vc-list-files: fix another quoting bug
15385         * build-aux/vc-list-files: Avoid sed backslash expansion
15386         of pathological directory names.
15387
15388 2009-04-25  Eric Blake  <ebb9@byu.net>
15389
15390         vc-list-files: fix shell quoting error
15391         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
15392         timestamp.
15393
15394 2009-04-25  Jim Meyering  <meyering@redhat.com>
15395
15396         vc-list-files: restore lost functionality with subdir argument
15397         * build-aux/vc-list-files: When given a non-"." sub-directory
15398         argument, substitute the $dir/ prefix back onto each resulting name.
15399         Otherwise, coreutils' root_tests check would fail.
15400
15401 2009-04-24  Eric Blake  <ebb9@byu.net>
15402
15403         vc-list-files: ignore git symlinks
15404         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
15405         than ls-files, to ignore git symlinks.
15406
15407         maint.mk: import improvements from m4
15408         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
15409         (move_if_change): Delete unused macro.
15410         (news-date-check, vc-diff-check): Support VPATH builds.
15411         (announcement): Likewise.  Split --bootstrap-tools list...
15412         (boostrap-tools): ...into separate list, which can be overridden
15413         in cfg.mk.
15414         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
15415         requiring dependency on useless-if-before-free module.
15416         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
15417         Support VPATH builds.
15418
15419 2009-04-24  Jim Meyering  <meyering@redhat.com>
15420
15421         maint.mk: remove coreutils-specific rules and variables
15422         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
15423         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
15424         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
15425
15426         maint.mk: remove obsolete rule
15427         * top/maint.mk (rel-check): Remove rule.
15428         (WGET, WGETFLAGS): Remove now-unused variables.
15429
15430 2009-04-24  Simon Josefsson  <simon@josefsson.org>
15431
15432         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
15433         consistency.
15434
15435         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
15436         '$(PATH_SEPARATOR)' instead of ':'.
15437
15438 2009-04-24  Simon Josefsson  <simon@josefsson.org>
15439
15440         * lib/getopt1.c (main): Use 'const' for static array.
15441
15442 2009-04-24  Simon Josefsson  <simon@josefsson.org>
15443
15444         * top/maint.mk: Sync with coreutils.
15445         * NEWS: Explain incompatibilities.
15446
15447 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15448             Bruno Haible  <bruno@clisp.org>
15449
15450         Fix cross-compilation results.
15451         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
15452         statement, as third argument of AC_TRY_RUN.
15453         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
15454         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
15455         Likewise.
15456         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
15457         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
15458         Likewise.
15459         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
15460         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
15461         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
15462
15463 2009-04-20  Bruno Haible  <bruno@clisp.org>
15464
15465         Avoid test failure on mingw.
15466         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
15467
15468 2009-04-20  Bruno Haible  <bruno@clisp.org>
15469
15470         Avoid compilation error on mingw.
15471         * modules/localename-tests (Depends-on): Add locale.
15472
15473 2009-04-19  Bruno Haible  <bruno@clisp.org>
15474
15475         Support for building a shared library on Windows platforms.
15476         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
15477         (main): Test the presence of UNINORM_NFC here.
15478         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
15479         (main): Test the presence of UNINORM_NFD here.
15480         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
15481         (main): Test the presence of UNINORM_NFKC here.
15482         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
15483         (main): Test the presence of UNINORM_NFKD here.
15484
15485 2009-04-19  Bruno Haible  <bruno@clisp.org>
15486
15487         Avoid a compiler warning.
15488         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
15489         Change type of variable 'sequence'.
15490
15491 2009-04-19  Bruno Haible  <bruno@clisp.org>
15492
15493         * modules/configmake (Makefile.am): When the contents of configmake.h
15494         does not change, arrange to preserve its modification time.
15495
15496 2009-04-17  Simon Josefsson  <simon@josefsson.org>
15497
15498         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
15499         gettext domain.
15500
15501 2009-04-16  Jim Meyering  <meyering@redhat.com>
15502
15503         useless-if-before-free: improve conversion code
15504         * build-aux/useless-if-before-free: Adjust code-in-comment to match
15505         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
15506
15507 2009-04-14  Bruno Haible  <bruno@clisp.org>
15508
15509         * modules/fcntl (Depends-on): Add extensions.
15510         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
15511
15512 2009-04-12  Ben Pfaff  <blp@gnu.org>
15513
15514         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
15515         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
15516
15517 2009-03-20  Ben Pfaff  <blp@gnu.org>
15518
15519         Make rename replace existing destinations on Windows.
15520         * m4/rename.m4: Add test for Mingw.
15521         * lib/rename.c: Add rename replacement that uses MoveFileEx with
15522         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
15523         * doc/posix-functions/rename.texi: Document.
15524
15525 2009-04-10  Bruno Haible  <bruno@clisp.org>
15526
15527         New include file "iconveh.h".
15528         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
15529         * lib/striconveh.h: Include it.
15530         (enum iconv_ilseq_handler): Remove definition.
15531         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
15532         striconveh.h.
15533         * lib/striconveha.c: Include striconveh.h.
15534         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
15535         * modules/striconveh (Files): Add lib/iconveh.h.
15536         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
15537         lib/striconveh.h.
15538
15539 2009-04-10  Bruno Haible  <bruno@clisp.org>
15540
15541         * lib/uniconv.h: Update comment.
15542
15543 2009-04-10  Bruno Haible  <bruno@clisp.org>
15544
15545         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
15546         always.
15547         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
15548         * lib/unistr/u16-mbtouc-aux.c: Likewise.
15549         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
15550         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
15551         "unistring-notinline.h", so that the function gets defined always.
15552         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
15553         * lib/unistr/u8-uctomb.c: Likewise.
15554         * lib/unistr/u16-mbtouc.c: Likewise.
15555         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
15556         * lib/unistr/u16-uctomb.c: Likewise.
15557         * lib/unistr/u32-mbtouc.c: Likewise.
15558         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
15559         * lib/unistr/u32-uctomb.c: Likewise.
15560
15561 2009-04-10  Bruno Haible  <bruno@clisp.org>
15562
15563         Mark 'utime' obsolete.
15564         * modules/utime (Status, Notice): New sections.
15565         Suggested by Jim Meyering.
15566
15567         Fix cross-compile guess for utime test.
15568         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
15569         autoconf.
15570         * doc/posix-functions/utime.texi: Give more precisions.
15571         Reported by Jan <ipif@ymail.com>.
15572
15573 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
15574
15575         filevercmp: correct today's change
15576         * lib/filevercmp.c: Also handle coreutils' test inputs.
15577         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
15578
15579         Fix regression in 'filevercmp' module. Thanks Sven Joachim
15580         for reporting it.
15581         * lib/filevercmp.c: Special handle for "", "." and "..".
15582         * tests/test-filevercmp.c: Enlarge the set suite.
15583
15584 2009-04-07  Jim Meyering  <meyering@redhat.com>
15585
15586         useless-if-before-free: show how to remove braced useless free, too
15587         * build-aux/useless-if-before-free: still only in a comment, though.
15588
15589 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
15590
15591         maint.mk: import changes to syntax-check macros from coreutils
15592         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
15593         Use them in the relevant macros.
15594
15595 2009-04-06  Bruno Haible  <bruno@clisp.org>
15596
15597         Fix unportable use of bit-fields.
15598         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
15599         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
15600         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
15601
15602 2009-04-06  Bruno Haible  <bruno@clisp.org>
15603
15604         Avoid test failures on AIX and OSF/1.
15605         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
15606         that malloc(0) = NULL.
15607         * tests/unicase/test-u8-tolower.c (check): Likewise.
15608         * tests/unicase/test-u8-totitle.c (check): Likewise.
15609         * tests/unicase/test-u8-toupper.c (check): Likewise.
15610         * tests/unicase/test-u16-casefold.c (check): Likewise.
15611         * tests/unicase/test-u16-tolower.c (check): Likewise.
15612         * tests/unicase/test-u16-totitle.c (check): Likewise.
15613         * tests/unicase/test-u16-toupper.c (check): Likewise.
15614         * tests/unicase/test-u32-casefold.c (check): Likewise.
15615         * tests/unicase/test-u32-tolower.c (check): Likewise.
15616         * tests/unicase/test-u32-totitle.c (check): Likewise.
15617         * tests/unicase/test-u32-toupper.c (check): Likewise.
15618         * tests/uninorm/test-u8-nfc.c (check): Likewise.
15619         * tests/uninorm/test-u8-nfd.c (check): Likewise.
15620         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
15621         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
15622         * tests/uninorm/test-u16-nfc.c (check): Likewise.
15623         * tests/uninorm/test-u16-nfd.c (check): Likewise.
15624         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
15625         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
15626         * tests/uninorm/test-u32-nfc.c (check): Likewise.
15627         * tests/uninorm/test-u32-nfd.c (check): Likewise.
15628         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
15629         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
15630
15631 2009-04-05  Bruno Haible  <bruno@clisp.org>
15632
15633         Work around an autoconf limitation.
15634         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
15635         comment line if it would be longer than 3 KB.
15636
15637 2009-04-05  Bruno Haible  <bruno@clisp.org>
15638
15639         Avoid test failure with libiconv-1.13.
15640         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
15641         of the expected test results.
15642
15643 2009-04-05  Bruno Haible  <bruno@clisp.org>
15644
15645         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
15646         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
15647         that it should be installed.
15648
15649 2009-04-05  Bruno Haible  <bruno@clisp.org>
15650
15651         * gnulib-tool: New option --copy-file.
15652         (func_usage): Document it.
15653         (func_dest_tmpfilename): Moved out of func_import.
15654         (func_add_file, func_update_file): New functions, extracted from
15655         func_import.
15656         (func_import): Update.
15657
15658 2009-04-05  Karl Berry  <karl@gnu.org>
15659
15660         * README: prominently mention gnulib-tool.
15661         Rearrange sections so getting the code is near the top.
15662
15663 2009-04-05  Bruno Haible  <bruno@clisp.org>
15664
15665         * lib/unicase.h: Mention u*_cmp2.
15666         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
15667         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
15668         * lib/unicase/ulc-casecmp.c: Likewise.
15669         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
15670         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
15671         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
15672         unistr/u8-cmp.
15673         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
15674         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
15675         unistr/u16-cmp.
15676         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
15677         unistr/u32-cmp.
15678
15679         * lib/uninorm.h: Mention u*_cmp2.
15680         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
15681         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
15682         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
15683         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
15684         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
15685         unistr/u8-cmp.
15686         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
15687         unistr/u16-cmp.
15688         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
15689         unistr/u32-cmp.
15690
15691         New module 'unistr/u32-cmp2'.
15692         * lib/unistr/u32-cmp2.c: New file.
15693         * modules/unistr/u32-cmp2: New file.
15694
15695         New module 'unistr/u16-cmp2'.
15696         * lib/unistr/u16-cmp2.c: New file.
15697         * modules/unistr/u16-cmp2: New file.
15698
15699         New module 'unistr/u8-cmp2'.
15700         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
15701         * lib/unistr/u8-cmp2.c: New file.
15702         * lib/unistr/u-cmp2.h: New file.
15703         * modules/unistr/u8-cmp2: New file.
15704
15705 2009-04-05  Bruno Haible  <bruno@clisp.org>
15706
15707         * lib/unictype.h (uc_property_is_valid): New macro.
15708         * tests/unictype/test-pr_byname.c (main): Use it.
15709
15710         * lib/unistr.h: Doc fixes.
15711         * lib/uniconv.h: Doc fixes.
15712         * lib/unictype.h: Doc fixes.
15713
15714 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
15715
15716         Port coreutils 7.2 to Solaris 8.
15717
15718         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
15719         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
15720         for Solaris 8.  This is a bit of a hack, as it means it's the
15721         caller's responsibility to add -lnsl if needed, but most likely it
15722         won't be needed since only getaddrinfo uses this and getaddrinfo
15723         isn't needed on Solaris 8.
15724
15725         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
15726         problem to Solaris 8 encountered with coreutils 7.2, which
15727         resulted in a message "fnmatch.c:292: warning: passing argument 4
15728         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
15729         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
15730
15731 2009-04-03  Simon Josefsson  <simon@josefsson.org>
15732
15733         * m4/ld-version-script.m4: Add FIXME comment.
15734
15735 2009-04-02  Simon Josefsson  <simon@josefsson.org>
15736
15737         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
15738         SOVERSION variable.
15739
15740 2009-04-02  Bruno Haible  <bruno@clisp.org>
15741
15742         * Makefile (info, html, dvi, pdf): Combine the rules.
15743         Suggested by Jim Meyering.
15744
15745 2009-04-01  Bruno Haible  <bruno@clisp.org>
15746
15747         * Makefile (info, html, dvi, pdf): New targets.
15748         Reported by Reuben Thomas <rrt@sc3d.org>.
15749
15750 2009-04-01  Bruno Haible  <bruno@clisp.org>
15751
15752         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
15753         can be put into PATH.
15754         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
15755
15756 2009-04-01  Bruno Haible  <bruno@clisp.org>
15757
15758         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
15759
15760 2009-04-01  Bruno Haible  <bruno@clisp.org>
15761
15762         Rename module 'visibility'.
15763         * modules/lib-symbol-visibility: Renamed from modules/visibility.
15764         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
15765         * doc/gnulib.texi: Update.
15766         * MODULES.html.sh (Misc): Update.
15767         * NEWS: Mention the change.
15768
15769 2009-04-01  Simon Josefsson  <simon@josefsson.org>
15770
15771         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
15772         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
15773         Eric Blake <ebb9@byu.net> for review.
15774         * MODULES.html.sh: Add lib-msvc-compat.
15775         * doc/gnulib.texi: Link to new section.
15776         * m4/ld-output-def.m4: New file.
15777         * doc/ld-output-def.texi: New file.
15778
15779 2009-04-01  Simon Josefsson  <simon@josefsson.org>
15780
15781         Rename ld-version-script to lib-symbol-versions.  Suggested by
15782         Bruno Haible <bruno@clisp.org>.
15783         * modules/ld-version-script: Renamed to lib-symbol-versions.
15784         * doc/ld-version-script.texi: Fix module name.
15785         * MODULES.html.sh: Add lib-symbol-versions.
15786
15787 2009-03-31  Simon Josefsson  <simon@josefsson.org>
15788
15789         * modules/u64-tests: New file.
15790         * tests/test-u64.c: New file.
15791
15792 2009-03-04  Simon Josefsson  <simon@josefsson.org>
15793
15794         * MODULES.html.sh: Mention u64.
15795         * modules/u64: New module.
15796         * modules/crypto/sha512: Depend on u64 module instead of providing
15797         u64.h.
15798
15799 2009-03-27  Eric Blake  <ebb9@byu.net>
15800
15801         test-strerror: make debugging EAI_SYSTEM easier
15802         * modules/getaddrinfo-tests (Depends-on): Add strerror.
15803         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
15804         failure was EAI_SYSTEM.
15805
15806 2009-03-25  Bruno Haible  <bruno@clisp.org>
15807
15808         Fix a problem with --enable-relocatable on Solaris 7.
15809         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
15810         since 2008-02-24.
15811
15812 2009-03-25  Eric Blake  <ebb9@byu.net>
15813
15814         test-sockets: avoid gcc warning
15815         * tests/test-sockets.c (main): Silence compiler warning.
15816
15817 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
15818
15819         New modules nproc, pthread, contributed by Glen Lenker.
15820
15821         * MODULES.html.sh: Add pthread, nproc.
15822         * lib/nproc.c: New file.
15823         * lib/nproc.h: New file.
15824         * lib/pthread.in.h: New file.
15825         * m4/pthread.m4: New file.
15826         * modules/nproc: New file.
15827         * modules/pthread: New file.
15828
15829 2009-03-24  Simon Josefsson  <simon@josefsson.org>
15830
15831         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
15832         New variable.
15833
15834 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
15835
15836         filevercmp: handle simple~ and numbered.~3~ backup suffixes
15837         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
15838         * tests/test-filevercmp.c: Add tests for backup suffixes.
15839
15840 2009-03-24  Simon Josefsson  <simon@josefsson.org>
15841
15842         * modules/stdlib (Depends-on): Add stdint, needed when defining
15843         struct random_data on, for example, HP-UX 10.20.  Reported by
15844         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
15845
15846 2009-03-24  Simon Josefsson  <simon@josefsson.org>
15847
15848         * lib/readline.c (readline): Call fflush on stdout after printing
15849         prompt.
15850
15851 2009-03-20  Bruno Haible  <bruno@clisp.org>
15852
15853         Remove dependency from 'close' module to -lws2_32 on native Windows.
15854         * lib/close-hook.h: New file.
15855         * lib/close-hook.c: New file.
15856         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
15857         w32sock.h.
15858         (_gl_close_fd_maybe_socket): Remove function.
15859         (rpl_close): Invoke execute_all_close_hooks instead of
15860         _gl_close_fd_maybe_socket.
15861         * lib/sockets.c: Include close-hook.h, w32sock.h.
15862         (close_fd_maybe_socket): New function, essentially from lib/close.c.
15863         (close_sockets_hook): New variable.
15864         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
15865         (gl_sockets_cleanup): Unregister it.
15866         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
15867         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
15868         * modules/close-hook: New file.
15869         * modules/close (Files): Remove lib/w32sock.h.
15870         (Depends-on): Add close-hook.
15871         (Link): Remove section.
15872         * modules/sockets (Files): Add lib/w32sock.h.
15873         (Depends-on): Add close-hook.
15874         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
15875         invocation.
15876         * NEWS: Mention that LIB_CLOSE is gone.
15877
15878 2009-03-23  Eric Blake  <ebb9@byu.net>
15879
15880         signal-tests: test previous patch
15881         * tests/test-signal.c: New file.
15882         * modules/signal-tests: Likewise.
15883
15884         signal.h: always support 'volatile sig_atomic_t'
15885         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
15886         (gl_SIGNAL_H_DEFAULTS): Add a default.
15887         * modules/signal (Makefile.am): Substitute if needed.
15888         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
15889         users can blindly add volatile.
15890         * doc/posix-headers/signal.texi (signal.h): Document it.
15891         Reported by Matthew Woehlke.
15892
15893 2009-03-23  Jim Meyering  <meyering@redhat.com>
15894
15895         pathmax: PATH_MAX: use pathconf only when available
15896         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
15897         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
15898         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
15899         This avoids a link failure in a PSP cross-compilation environment
15900         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
15901
15902         * lib/vasnprintf.c (divide): Fix typo in comment.
15903
15904 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15905
15906         * gnulib-tool (func_filter_filelist): Fix comment.
15907
15908 2009-03-20  Bruno Haible  <bruno@clisp.org>
15909
15910         Make sockets.h self-contained.
15911         * lib/sockets.c: Include sockets.h first.
15912         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
15913
15914 2009-03-19  Eric Blake  <ebb9@byu.net>
15915
15916         doc: mention more functions added in cygwin 1.7.0
15917         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
15918         addition.
15919         * doc/posix-functions/log2f.texi: Likewise.
15920
15921 2009-03-19  Jim Meyering  <meyering@redhat.com>
15922
15923         fsusage: avoid syntax error due to statement-before-declaration
15924         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
15925         after all declarations.  Reported by Matthew Woehlke in
15926         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
15927
15928 2009-03-18  Eric Blake  <ebb9@byu.net>
15929
15930         build-aux/compile: sync from automake
15931         * build-aux/compile: New file, from automake.
15932         * config/srclist.txt: Mention build-aux/compile.
15933
15934 2009-03-17  Bruno Haible  <bruno@clisp.org>
15935
15936         * lib/git-merge-changelog.c: Fix typo in comment.
15937         Reported by Reuben Thomas <rrt@sc3d.org>.
15938
15939 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
15940
15941         * m4/regex.m4: update and improve help for
15942         --without-included-regex.
15943
15944 2009-03-17  Simon Josefsson  <simon@josefsson.org>
15945
15946         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
15947         failure on missing include files.
15948
15949 2009-03-17  Eric Blake  <ebb9@byu.net>
15950
15951         doc: mention more functions added in cygwin 1.7.0
15952         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
15953         addition.
15954         * doc/posix-functions/fwscanf.texi: Likewise.
15955         * doc/posix-functions/swprintf.texi: Likewise.
15956         * doc/posix-functions/swscanf.texi: Likewise.
15957         * doc/posix-functions/vfwprintf.texi: Likewise.
15958         * doc/posix-functions/vfwscanf.texi: Likewise.
15959         * doc/posix-functions/vswprintf.texi: Likewise.
15960         * doc/posix-functions/vswscanf.texi: Likewise.
15961         * doc/posix-functions/vwprintf.texi: Likewise.
15962         * doc/posix-functions/vwscanf.texi: Likewise.
15963         * doc/posix-functions/wcscasecmp.texi: Likewise.
15964         * doc/posix-functions/wcsdup.texi: Likewise.
15965         * doc/posix-functions/wcsftime.texi: Likewise.
15966         * doc/posix-functions/wcsncasecmp.texi: Likewise.
15967         * doc/posix-functions/wprintf.texi: Likewise.
15968         * doc/posix-functions/wscanf.texi: Likewise.
15969         * doc/glibc-functions/gethostbyname2.texi: Likewise.
15970
15971 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15972
15973         maint.mk: really add $(AM_MAKEFLAGS)
15974         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
15975         was inadvertently omitted in the last commit.
15976         Spotted by Bruno Haible.
15977
15978         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
15979         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
15980         $(AM_MAKEFLAGS)' rather than plain `make'.
15981
15982         gnulib-tool: execute $MAKE not make
15983         * gnulib-tool: Default $MAKE to 'make'.
15984         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
15985         than make.  Initialize $MAKE in the do-autobuild script.
15986
15987         gnulib-tool: use $MAKE not make in generated files
15988         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
15989         make, in generated files.  Initialize $MAKE in the do-autobuild
15990         script.
15991
15992         * top/GNUmakefile (_have-git-version-gen): Fix typo.
15993
15994         GNUmakefile: disable parallelism only for multiple, recursive targets
15995         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
15996         additions in the Makefile.
15997         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
15998         by Automake.
15999         (.NOTPARALLEL): Only disable parallel builds if multiple targets
16000         are listed on the command line and at least one of them is
16001         listed in $(ALL_RECURSIVE_TARGETS).
16002
16003 2009-03-14  Bruno Haible  <bruno@clisp.org>
16004
16005         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
16006         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
16007         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
16008         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
16009         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
16010         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
16011         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
16012         unistr/u8-uctomb.
16013         * modules/unistr/u8-strchr (Depends-on): Likewise.
16014         * modules/unistr/u8-strrchr (Depends-on): Likewise.
16015         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
16016         unistr/u16-uctomb.
16017         * modules/unistr/u16-strchr (Depends-on): Likewise.
16018         * modules/unistr/u16-strrchr (Depends-on): Likewise.
16019
16020 2009-03-12  Bruno Haible  <bruno@clisp.org>
16021
16022         Work around select() bug on Interix 3.5.
16023         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
16024         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
16025         * m4/select.m4: New file.
16026         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
16027         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
16028         * modules/select (Files): Add m4/select.m4.
16029         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
16030         * modules/nanosleep (Depends-on): Add select.
16031         * modules/poll (Depends-on): Likewise.
16032         * doc/posix-functions/select.texi: Mention the Interix bug.
16033         Reported by Markus Duft <mduft@gentoo.org>.
16034
16035         * lib/select.c: Renamed from lib/winsock-select.c.
16036         * modules/select (Files): Add lib/select.c, remove
16037         lib/winsock-select.c.
16038         (configure.ac): Update.
16039
16040 2009-03-12  Jim Meyering  <meyering@redhat.com>
16041
16042         avoid gcc warnings about unused macro definitions
16043         * lib/readtokens.c (STREQ): Remove unused definition.
16044         * lib/xmalloc.c (SIZE_MAX): Likewise.
16045         * lib/openat-die.c (N_): Likewise.
16046         * lib/mountlist.c (SIZE_MAX): Remove definition.
16047         Instead, include <stdint.h>.
16048         * lib/readutmp.c: Likewise.
16049         * modules/readutmp (Depends-on): Add stdint.
16050         * modules/mountlist (Depends-on): Add stdint.
16051         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
16052
16053 2009-03-10  Bruno Haible  <bruno@clisp.org>
16054
16055         Tests for module 'mbmemcasecoll'.
16056         * modules/mbmemcasecoll-tests: New file.
16057         * tests/test-mbmemcasecoll1.sh: New file.
16058         * tests/test-mbmemcasecoll2.sh: New file.
16059         * tests/test-mbmemcasecoll3.sh: New file.
16060         * tests/test-mbmemcasecoll.c: New file.
16061
16062         New module 'mbmemcasecoll'.
16063         * lib/mbmemcasecoll.h: New file.
16064         * lib/mbmemcasecoll.c: New file.
16065         * modules/mbmemcasecoll: New file.
16066
16067         * tests/test-mbmemcasecmp.h: New file, extracted from
16068         tests/test-mbmemcasecmp.c.
16069         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
16070         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
16071         (main): Update.
16072         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
16073
16074 2009-03-09  Bruno Haible  <bruno@clisp.org>
16075
16076         Tests for module 'mbmemcasecmp'.
16077         * modules/mbmemcasecmp-tests: New file.
16078         * tests/test-mbmemcasecmp1.sh: New file.
16079         * tests/test-mbmemcasecmp2.sh: New file.
16080         * tests/test-mbmemcasecmp3.sh: New file.
16081         * tests/test-mbmemcasecmp.c: New file.
16082
16083         New module 'mbmemcasecmp'.
16084         * lib/mbmemcasecmp.h: New file.
16085         * lib/mbmemcasecmp.c: New file.
16086         * modules/mbmemcasecmp: New file.
16087
16088 2009-03-09  Bruno Haible  <bruno@clisp.org>
16089
16090         Tests for module 'unicase/ulc-casecoll'.
16091         * modules/unicase/ulc-casecoll-tests: New file.
16092         * tests/unicase/test-ulc-casecoll1.sh: New file.
16093         * tests/unicase/test-ulc-casecoll2.sh: New file.
16094         * tests/unicase/test-ulc-casecoll.c: New file.
16095
16096         New module 'unicase/ulc-casecoll'.
16097         * lib/unicase.h (ulc_casecoll): New declaration.
16098         * lib/unicase/ulc-casecoll.c: New file.
16099         * modules/unicase/ulc-casecoll: New file.
16100
16101         New module 'unicase/ulc-casexfrm'.
16102         * lib/unicase.h (ulc_casexfrm): New declaration.
16103         * lib/unicase/ulc-casexfrm.c: New file.
16104         * modules/unicase/ulc-casexfrm: New file.
16105
16106 2009-03-09  Bruno Haible  <bruno@clisp.org>
16107
16108         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
16109         invocations.
16110
16111         * m4/mbscasecmp.m4: Remove file.
16112         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
16113         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
16114
16115         * m4/mbscasestr.m4: Remove file.
16116         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
16117         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
16118
16119         * m4/mbschr.m4: Remove file.
16120         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
16121         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
16122
16123         * m4/mbscspn.m4: Remove file.
16124         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
16125         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
16126
16127         * m4/mbslen.m4: Remove file.
16128         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
16129         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
16130
16131         * m4/mbsncasecmp.m4: Remove file.
16132         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
16133         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
16134
16135         * m4/mbsnlen.m4: Remove file.
16136         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
16137         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
16138
16139         * m4/mbspbrk.m4: Remove file.
16140         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
16141         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
16142
16143         * m4/mbspcasecmp.m4: Remove file.
16144         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
16145         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
16146
16147         * m4/mbsrchr.m4: Remove file.
16148         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
16149         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
16150
16151         * m4/mbssep.m4: Remove file.
16152         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
16153         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
16154
16155         * m4/mbsspn.m4: Remove file.
16156         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
16157         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
16158
16159         * m4/mbsstr.m4: Remove file.
16160         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
16161         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
16162
16163         * m4/mbstok_r.m4: Remove file.
16164         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
16165         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
16166
16167         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
16168
16169         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
16170         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
16171
16172         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
16173
16174 2009-03-08  Bruno Haible  <bruno@clisp.org>
16175
16176         Tests for module 'unicase/ulc-casecmp'.
16177         * modules/unicase/ulc-casecmp-tests: New file.
16178         * tests/unicase/test-ulc-casecmp1.sh: New file.
16179         * tests/unicase/test-ulc-casecmp2.sh: New file.
16180         * tests/unicase/test-ulc-casecmp.c: New file.
16181
16182         New module 'unicase/ulc-casecmp'.
16183         * lib/unicase.h (ulc_casecmp): New declaration.
16184         * lib/unicase/ulc-casecmp.c: New file.
16185         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
16186         'const SRC_UNIT *'.
16187         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
16188         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
16189         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
16190         * modules/unicase/ulc-casecmp: New file.
16191
16192         Tests for module 'unicase/u32-is-cased'.
16193         * modules/unicase/u32-is-cased-tests: New file.
16194         * tests/unicase/test-u32-is-cased.c: New file.
16195
16196         Tests for module 'unicase/u16-is-cased'.
16197         * modules/unicase/u16-is-cased-tests: New file.
16198         * tests/unicase/test-u16-is-cased.c: New file.
16199
16200         Tests for module 'unicase/u8-is-cased'.
16201         * modules/unicase/u8-is-cased-tests: New file.
16202         * tests/unicase/test-u8-is-cased.c: New file.
16203         * tests/unicase/test-is-cased.h: New file.
16204
16205         New module 'unicase/u32-is-cased'.
16206         * lib/unicase/u32-is-cased.c: New file.
16207         * modules/unicase/u32-is-cased: New file.
16208
16209         New module 'unicase/u16-is-cased'.
16210         * lib/unicase/u16-is-cased.c: New file.
16211         * modules/unicase/u16-is-cased: New file.
16212
16213         New module 'unicase/u8-is-cased'.
16214         * lib/unicase/u8-is-cased.c: New file.
16215         * lib/unicase/u-is-cased.h: New file.
16216         * modules/unicase/u8-is-cased: New file.
16217
16218         Tests for module 'unicase/u32-is-casefolded'.
16219         * modules/unicase/u32-is-casefolded-tests: New file.
16220         * tests/unicase/test-u32-is-casefolded.c: New file.
16221
16222         Tests for module 'unicase/u16-is-casefolded'.
16223         * modules/unicase/u16-is-casefolded-tests: New file.
16224         * tests/unicase/test-u16-is-casefolded.c: New file.
16225
16226         Tests for module 'unicase/u8-is-casefolded'.
16227         * modules/unicase/u8-is-casefolded-tests: New file.
16228         * tests/unicase/test-u8-is-casefolded.c: New file.
16229         * tests/unicase/test-is-casefolded.h: New file.
16230
16231         New module 'unicase/u32-is-casefolded'.
16232         * lib/unicase/u32-is-casefolded.c: New file.
16233         * modules/unicase/u32-is-casefolded: New file.
16234
16235         New module 'unicase/u16-is-casefolded'.
16236         * lib/unicase/u16-is-casefolded.c: New file.
16237         * modules/unicase/u16-is-casefolded: New file.
16238
16239         New module 'unicase/u8-is-casefolded'.
16240         * lib/unicase/u8-is-casefolded.c: New file.
16241         * modules/unicase/u8-is-casefolded: New file.
16242
16243         Tests for module 'unicase/u32-is-titlecase'.
16244         * modules/unicase/u32-is-titlecase-tests: New file.
16245         * tests/unicase/test-u32-is-titlecase.c: New file.
16246
16247         Tests for module 'unicase/u16-is-titlecase'.
16248         * modules/unicase/u16-is-titlecase-tests: New file.
16249         * tests/unicase/test-u16-is-titlecase.c: New file.
16250
16251         Tests for module 'unicase/u8-is-titlecase'.
16252         * modules/unicase/u8-is-titlecase-tests: New file.
16253         * tests/unicase/test-u8-is-titlecase.c: New file.
16254         * tests/unicase/test-is-titlecase.h: New file.
16255
16256         New module 'unicase/u32-is-titlecase'.
16257         * lib/unicase/u32-is-titlecase.c: New file.
16258         * modules/unicase/u32-is-titlecase: New file.
16259
16260         New module 'unicase/u16-is-titlecase'.
16261         * lib/unicase/u16-is-titlecase.c: New file.
16262         * modules/unicase/u16-is-titlecase: New file.
16263
16264         New module 'unicase/u8-is-titlecase'.
16265         * lib/unicase/u8-is-titlecase.c: New file.
16266         * modules/unicase/u8-is-titlecase: New file.
16267
16268         Tests for module 'unicase/u32-is-lowercase'.
16269         * modules/unicase/u32-is-lowercase-tests: New file.
16270         * tests/unicase/test-u32-is-lowercase.c: New file.
16271
16272         Tests for module 'unicase/u16-is-lowercase'.
16273         * modules/unicase/u16-is-lowercase-tests: New file.
16274         * tests/unicase/test-u16-is-lowercase.c: New file.
16275
16276         Tests for module 'unicase/u8-is-lowercase'.
16277         * modules/unicase/u8-is-lowercase-tests: New file.
16278         * tests/unicase/test-u8-is-lowercase.c: New file.
16279         * tests/unicase/test-is-lowercase.h: New file.
16280
16281         New module 'unicase/u32-is-lowercase'.
16282         * lib/unicase/u32-is-lowercase.c: New file.
16283         * modules/unicase/u32-is-lowercase: New file.
16284
16285         New module 'unicase/u16-is-lowercase'.
16286         * lib/unicase/u16-is-lowercase.c: New file.
16287         * modules/unicase/u16-is-lowercase: New file.
16288
16289         New module 'unicase/u8-is-lowercase'.
16290         * lib/unicase/u8-is-lowercase.c: New file.
16291         * modules/unicase/u8-is-lowercase: New file.
16292
16293         Tests for module 'unicase/u32-is-uppercase'.
16294         * modules/unicase/u32-is-uppercase-tests: New file.
16295         * tests/unicase/test-u32-is-uppercase.c: New file.
16296
16297         Tests for module 'unicase/u16-is-uppercase'.
16298         * modules/unicase/u16-is-uppercase-tests: New file.
16299         * tests/unicase/test-u16-is-uppercase.c: New file.
16300
16301         Tests for module 'unicase/u8-is-uppercase'.
16302         * modules/unicase/u8-is-uppercase-tests: New file.
16303         * tests/unicase/test-u8-is-uppercase.c: New file.
16304         * tests/unicase/test-is-uppercase.h: New file.
16305
16306         New module 'unicase/u32-is-uppercase'.
16307         * lib/unicase/u32-is-uppercase.c: New file.
16308         * modules/unicase/u32-is-uppercase: New file.
16309
16310         New module 'unicase/u16-is-uppercase'.
16311         * lib/unicase/u16-is-uppercase.c: New file.
16312         * modules/unicase/u16-is-uppercase: New file.
16313
16314         New module 'unicase/u8-is-uppercase'.
16315         * lib/unicase/u8-is-uppercase.c: New file.
16316         * modules/unicase/u8-is-uppercase: New file.
16317
16318         New module 'unicase/u32-is-invariant'.
16319         * lib/unicase/u32-is-invariant.c: New file.
16320         * modules/unicase/u32-is-invariant: New file.
16321
16322         New module 'unicase/u16-is-invariant'.
16323         * lib/unicase/u16-is-invariant.c: New file.
16324         * modules/unicase/u16-is-invariant: New file.
16325
16326         New module 'unicase/u8-is-invariant'.
16327         * lib/unicase/u8-is-invariant.c: New file.
16328         * lib/unicase/invariant.h: New file.
16329         * lib/unicase/u-is-invariant.h: New file.
16330         * modules/unicase/u8-is-invariant: New file.
16331
16332         Tests for module 'unicase/u32-casecoll'.
16333         * modules/unicase/u32-casecoll-tests: New file.
16334         * tests/unicase/test-u32-casecoll.c: New file.
16335
16336         Tests for module 'unicase/u16-casecoll'.
16337         * modules/unicase/u16-casecoll-tests: New file.
16338         * tests/unicase/test-u16-casecoll.c: New file.
16339
16340         Tests for module 'unicase/u8-casecoll'.
16341         * modules/unicase/u8-casecoll-tests: New file.
16342         * tests/unicase/test-u8-casecoll.c: New file.
16343
16344         New module 'unicase/u32-casecoll'.
16345         * lib/unicase/u32-casecoll.c: New file.
16346         * modules/unicase/u32-casecoll: New file.
16347
16348         New module 'unicase/u16-casecoll'.
16349         * lib/unicase/u16-casecoll.c: New file.
16350         * modules/unicase/u16-casecoll: New file.
16351
16352         New module 'unicase/u8-casecoll'.
16353         * lib/unicase/u8-casecoll.c: New file.
16354         * lib/unicase/u-casecoll.h: New file.
16355         * modules/unicase/u8-casecoll: New file.
16356
16357         New module 'unicase/u32-casexfrm'.
16358         * lib/unicase/u32-casexfrm.c: New file.
16359         * modules/unicase/u32-casexfrm: New file.
16360
16361         New module 'unicase/u16-casexfrm'.
16362         * lib/unicase/u16-casexfrm.c: New file.
16363         * modules/unicase/u16-casexfrm: New file.
16364
16365         New module 'unicase/u8-casexfrm'.
16366         * lib/unicase/u8-casexfrm.c: New file.
16367         * lib/unicase/u-casexfrm.h: New file.
16368         * modules/unicase/u8-casexfrm: New file.
16369
16370         Tests for module 'unicase/u32-casecmp'.
16371         * modules/unicase/u32-casecmp-tests: New file.
16372         * tests/unicase/test-u32-casecmp.c: New file.
16373
16374         Tests for module 'unicase/u16-casecmp'.
16375         * modules/unicase/u16-casecmp-tests: New file.
16376         * tests/unicase/test-u16-casecmp.c: New file.
16377
16378         Tests for module 'unicase/u8-casecmp'.
16379         * modules/unicase/u8-casecmp-tests: New file.
16380         * tests/unicase/test-u8-casecmp.c: New file.
16381         * tests/unicase/test-casecmp.h: New file.
16382
16383         New module 'unicase/u32-casecmp'.
16384         * lib/unicase/u32-casecmp.c: New file.
16385         * modules/unicase/u32-casecmp: New file.
16386
16387         New module 'unicase/u16-casecmp'.
16388         * lib/unicase/u16-casecmp.c: New file.
16389         * modules/unicase/u16-casecmp: New file.
16390
16391         New module 'unicase/u8-casecmp'.
16392         * lib/unicase/u8-casecmp.c: New file.
16393         * lib/unicase/u-casecmp.h: New file.
16394         * modules/unicase/u8-casecmp: New file.
16395
16396         Tests for module 'unicase/u32-casefold'.
16397         * modules/unicase/u32-casefold-tests: New file.
16398         * tests/unicase/test-u32-casefold.c: New file.
16399
16400         Tests for module 'unicase/u16-casefold'.
16401         * modules/unicase/u16-casefold-tests: New file.
16402         * tests/unicase/test-u16-casefold.c: New file.
16403
16404         Tests for module 'unicase/u8-casefold'.
16405         * modules/unicase/u8-casefold-tests: New file.
16406         * tests/unicase/test-u8-casefold.c: New file.
16407
16408         New module 'unicase/u32-casefold'.
16409         * lib/unicase/u32-casefold.c: New file.
16410         * modules/unicase/u32-casefold: New file.
16411
16412         New module 'unicase/u16-casefold'.
16413         * lib/unicase/u16-casefold.c: New file.
16414         * modules/unicase/u16-casefold: New file.
16415
16416         New module 'unicase/u8-casefold'.
16417         * lib/unicase/u8-casefold.c: New file.
16418         * lib/unicase/u-casefold.h: New file.
16419         * modules/unicase/u8-casefold: New file.
16420
16421         New module 'unicase/tocasefold'.
16422         * lib/unicase/casefold.h: New file.
16423         * lib/unicase/tocasefold.c: New file.
16424         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
16425         * modules/unicase/tocasefold: New file.
16426
16427         Tests for module 'unicase/u32-totitle'.
16428         * modules/unicase/u32-totitle-tests: New file.
16429         * tests/unicase/test-u32-totitle.c: New file.
16430
16431         Tests for module 'unicase/u16-totitle'.
16432         * modules/unicase/u16-totitle-tests: New file.
16433         * tests/unicase/test-u16-totitle.c: New file.
16434
16435         Tests for module 'unicase/u8-totitle'.
16436         * modules/unicase/u8-totitle-tests: New file.
16437         * tests/unicase/test-u8-totitle.c: New file.
16438
16439         New module 'unicase/u32-totitle'.
16440         * lib/unicase/u32-totitle.c: New file.
16441         * modules/unicase/u32-totitle: New file.
16442
16443         New module 'unicase/u16-totitle'.
16444         * lib/unicase/u16-totitle.c: New file.
16445         * modules/unicase/u16-totitle: New file.
16446
16447         New module 'unicase/u8-totitle'.
16448         * lib/unicase/u8-totitle.c: New file.
16449         * lib/unicase/u-totitle.h: New file.
16450         * modules/unicase/u8-totitle: New file.
16451
16452         Tests for module 'unicase/u32-tolower'.
16453         * modules/unicase/u32-tolower-tests: New file.
16454         * tests/unicase/test-u32-tolower.c: New file.
16455
16456         Tests for module 'unicase/u16-tolower'.
16457         * modules/unicase/u16-tolower-tests: New file.
16458         * tests/unicase/test-u16-tolower.c: New file.
16459
16460         Tests for module 'unicase/u8-tolower'.
16461         * modules/unicase/u8-tolower-tests: New file.
16462         * tests/unicase/test-u8-tolower.c: New file.
16463
16464         New module 'unicase/u32-tolower'.
16465         * lib/unicase/u32-tolower.c: New file.
16466         * modules/unicase/u32-tolower: New file.
16467
16468         New module 'unicase/u16-tolower'.
16469         * lib/unicase/u16-tolower.c: New file.
16470         * modules/unicase/u16-tolower: New file.
16471
16472         New module 'unicase/u8-tolower'.
16473         * lib/unicase/u8-tolower.c: New file.
16474         * modules/unicase/u8-tolower: New file.
16475
16476         Tests for module 'unicase/u32-toupper'.
16477         * modules/unicase/u32-toupper-tests: New file.
16478         * tests/unicase/test-u32-toupper.c: New file.
16479
16480         Tests for module 'unicase/u16-toupper'.
16481         * modules/unicase/u16-toupper-tests: New file.
16482         * tests/unicase/test-u16-toupper.c: New file.
16483
16484         Tests for module 'unicase/u8-toupper'.
16485         * modules/unicase/u8-toupper-tests: New file.
16486         * tests/unicase/test-u8-toupper.c: New file.
16487
16488         New module 'unicase/u32-toupper'.
16489         * lib/unicase/u32-toupper.c: New file.
16490         * modules/unicase/u32-toupper: New file.
16491
16492         New module 'unicase/u16-toupper'.
16493         * lib/unicase/u16-toupper.c: New file.
16494         * modules/unicase/u16-toupper: New file.
16495
16496         New module 'unicase/u8-toupper'.
16497         * lib/unicase/u8-toupper.c: New file.
16498         * modules/unicase/u8-toupper: New file.
16499
16500         New module 'unicase/u32-casemap'.
16501         * lib/unicase/u32-casemap.c: New file.
16502         * modules/unicase/u32-casemap: New file.
16503
16504         New module 'unicase/u16-casemap'.
16505         * lib/unicase/u16-casemap.c: New file.
16506         * modules/unicase/u16-casemap: New file.
16507
16508         New module 'unicase/u8-casemap'.
16509         * lib/unicase/unicasemap.h: New file.
16510         * lib/unicase/u8-casemap.c: New file.
16511         * lib/unicase/u-casemap.h: New file.
16512         * modules/unicase/u8-casemap: New file.
16513
16514         New module 'unicase/special-casing'.
16515         * lib/unicase/special-casing.h: New file.
16516         * lib/unicase/special-casing.c: New file.
16517         * lib/unicase/special-casing-table.gperf: New file, generated by
16518         gen-uni-tables.c.
16519         * modules/unicase/special-casing: New file.
16520
16521         Tests for module 'unicase/locale-language'.
16522         * modules/unicase/locale-language-tests: New file.
16523         * tests/unicase/test-locale-language.sh: New file.
16524         * tests/unicase/test-locale-language.c: New file.
16525
16526         New module 'unicase/locale-language'.
16527         * lib/unicase/locale-language.c: New file.
16528         * lib/unicase/locale-languages.gperf: New file.
16529         * modules/unicase/locale-language: New file.
16530
16531         Generate more tables for case conversion and case folding.
16532         * lib/gen-uni-tables.c (SCC_*): New enum items.
16533         (struct special_casing_rule): New type.
16534         (casing_rules, num_casing_rules, allocated_casing_rules): New
16535         variables.
16536         (add_casing_rule, fill_casing_rules): New functions.
16537         (struct casefold_rule): New type.
16538         (casefolding_rules, num_casefolding_rules,
16539         allocated_casefolding_rules): New variables.
16540         (fill_casefolding_rules): New function.
16541         (unicode_casefold): New variable.
16542         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
16543         sort_casing_rules, output_casing_rules): New functions.
16544         (main): Accept to more arguments: SpecialCasing.txt and
16545         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
16546         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
16547         Output mapping for casefolding.
16548
16549         * lib/unicase.h: Include stdbool.h, uninorm.h.
16550         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
16551         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
16552         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
16553         arguments.
16554         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
16555         resultp arguments.
16556         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
16557         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
16558         resultp arguments.
16559         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
16560         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
16561         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
16562         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
16563         declarations.
16564         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
16565
16566 2009-03-08  Bruno Haible  <bruno@clisp.org>
16567
16568         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
16569         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
16570         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
16571         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
16572
16573 2009-03-07  Bruno Haible  <bruno@clisp.org>
16574
16575         Adjust u*_normcmp, u*_normcoll API.
16576         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
16577         u16_normcoll, u32_normcoll): Change failure conventions.
16578         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
16579         errno and return -1.
16580         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
16581
16582 2009-03-07  Bruno Haible  <bruno@clisp.org>
16583
16584         Tests for module 'uninorm/u32-normcoll'.
16585         * modules/uninorm/u32-normcoll-tests: New file.
16586         * tests/uninorm/test-u32-normcoll.c: New file.
16587
16588         Tests for module 'uninorm/u16-normcoll'.
16589         * modules/uninorm/u16-normcoll-tests: New file.
16590         * tests/uninorm/test-u16-normcoll.c: New file.
16591
16592         Tests for module 'uninorm/u8-normcoll'.
16593         * modules/uninorm/u8-normcoll-tests: New file.
16594         * tests/uninorm/test-u8-normcoll.c: New file.
16595
16596 2009-03-07  Bruno Haible  <bruno@clisp.org>
16597
16598         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
16599         tests/uninorm/test-u32-normcmp.c.
16600         * tests/uninorm/test-u32-normcmp.c: Include it.
16601         (test_nonascii): New function, extracted from main. Add some more
16602         tests.
16603         (main): Invoke test_ascii and test_nonascii.
16604         * modules/uninorm/u32-normcmp-tests (Files): Add
16605         tests/uninorm/test-u32-normcmp.h.
16606         (Depends-on): Remove uninorm/u32-normcmp.
16607
16608         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
16609         tests/uninorm/test-u16-normcmp.c.
16610         * tests/uninorm/test-u16-normcmp.c: Include it.
16611         (test_nonascii): New function, extracted from main. Add some more
16612         tests.
16613         (main): Invoke test_ascii and test_nonascii.
16614         * modules/uninorm/u16-normcmp-tests (Files): Add
16615         tests/uninorm/test-u16-normcmp.h.
16616         (Depends-on): Remove uninorm/u16-normcmp.
16617
16618         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
16619         tests/uninorm/test-u8-normcmp.c.
16620         * tests/uninorm/test-u8-normcmp.c: Include it.
16621         (test_nonascii): New function, extracted from main. Add some more
16622         tests.
16623         (main): Invoke test_ascii and test_nonascii.
16624         * modules/uninorm/u8-normcmp-tests (Files): Add
16625         tests/uninorm/test-u8-normcmp.h.
16626         (Depends-on): Remove uninorm/u8-normcmp.
16627
16628 2009-03-07  Bruno Haible  <bruno@clisp.org>
16629
16630         New module 'uninorm/u32-normcoll'.
16631         * lib/uninorm/u32-normcoll.c: New file.
16632         * modules/uninorm/u32-normcoll: New file.
16633
16634         New module 'uninorm/u16-normcoll'.
16635         * lib/uninorm/u16-normcoll.c: New file.
16636         * modules/uninorm/u16-normcoll: New file.
16637
16638         New module 'uninorm/u8-normcoll'.
16639         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
16640         declarations.
16641         * lib/uninorm/u8-normcoll.c: New file.
16642         * lib/uninorm/u-normcoll.h: New file.
16643         * modules/uninorm/u8-normcoll: New file.
16644
16645         New module 'uninorm/u32-normxfrm'.
16646         * lib/uninorm/u32-normxfrm.c: New file.
16647         * modules/uninorm/u32-normxfrm: New file.
16648
16649         New module 'uninorm/u16-normxfrm'.
16650         * lib/uninorm/u16-normxfrm.c: New file.
16651         * modules/uninorm/u16-normxfrm: New file.
16652
16653         New module 'uninorm/u8-normxfrm'.
16654         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
16655         declarations.
16656         * lib/uninorm/u8-normxfrm.c: New file.
16657         * lib/uninorm/u-normxfrm.h: New file.
16658         * modules/uninorm/u8-normxfrm: New file.
16659
16660 2009-03-07  Bruno Haible  <bruno@clisp.org>
16661
16662         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
16663         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
16664         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
16665
16666 2009-03-07  Bruno Haible  <bruno@clisp.org>
16667
16668         New module 'memxfrm'.
16669         * lib/memxfrm.h: New file.
16670         * lib/memxfrm.c: New file.
16671         * modules/memxfrm: New file.
16672
16673 2009-03-07  Bruno Haible  <bruno@clisp.org>
16674
16675         New module 'memcmp2'.
16676         * lib/memcmp2.h: New file.
16677         * lib/memcmp2.c: New file.
16678         * modules/memcmp2: New file.
16679
16680 2009-03-07  Bruno Haible  <bruno@clisp.org>
16681
16682         Tests for module 'uninorm/decomposing-form'.
16683         * modules/uninorm/decomposing-form-tests: New file.
16684         * tests/uninorm/test-decomposing-form.c: New file.
16685
16686         New module 'uninorm/decomposing-form'.
16687         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
16688         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
16689         Add 'decomposing_variant' field.
16690         * lib/uninorm/decomposing-form.c: New file.
16691         * lib/uninorm/nfc.c (uninorm_nfc): Update.
16692         * lib/uninorm/nfd.c (uninorm_nfd): Update.
16693         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
16694         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
16695         * modules/uninorm/decomposing-form: New file.
16696         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
16697         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
16698
16699 2009-03-07  Bruno Haible  <bruno@clisp.org>
16700
16701         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
16702         strings.
16703
16704 2009-03-06  Bruno Haible  <bruno@clisp.org>
16705
16706         Tests for module 'uninorm/u32-normcmp'.
16707         * tests/uninorm/test-u32-normcmp.c: New file.
16708         * modules/uninorm/u32-normcmp-tests: New file.
16709
16710         Tests for module 'uninorm/u16-normcmp'.
16711         * tests/uninorm/test-u16-normcmp.c: New file.
16712         * modules/uninorm/u16-normcmp-tests: New file.
16713
16714         Tests for module 'uninorm/u8-normcmp'.
16715         * tests/uninorm/test-u8-normcmp.c: New file.
16716         * modules/uninorm/u8-normcmp-tests: New file.
16717
16718         New module 'uninorm/u32-normcmp'.
16719         * lib/uninorm/u32-normcmp.c: New file.
16720         * modules/uninorm/u32-normcmp: New file.
16721
16722         New module 'uninorm/u16-normcmp'.
16723         * lib/uninorm/u16-normcmp.c: New file.
16724         * modules/uninorm/u16-normcmp: New file.
16725
16726         New module 'uninorm/u8-normcmp'.
16727         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
16728         declarations.
16729         * lib/uninorm/u8-normcmp.c: New file.
16730         * lib/uninorm/u-normcmp.h: New file.
16731         * modules/uninorm/u8-normcmp: New file.
16732
16733 2009-03-06  Bruno Haible  <bruno@clisp.org>
16734
16735         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
16736         Reported by Eric Blake.
16737
16738 2009-03-06  Eric Blake  <ebb9@byu.net>
16739             Bruno Haible  <bruno@clisp.org>
16740
16741         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
16742         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
16743         condition.
16744         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
16745         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
16746         condition.
16747         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
16748
16749 2009-03-06  Eric Blake  <ebb9@byu.net>
16750
16751         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
16752         to avoid compiler warnings.
16753         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
16754
16755 2009-03-05  Bruno Haible  <bruno@clisp.org>
16756
16757         * tests/test-ftell.c (main): Disable test beyond end of file on
16758         FreeMiNT.
16759         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
16760
16761 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
16762
16763         * lib/filevercmp.c: Move hidden files up in ordering.
16764         * tests/test-filevercmp.c: Add tests for hidden files.
16765
16766 2009-03-04  Bruno Haible  <bruno@clisp.org>
16767
16768         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
16769         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
16770         AM_CFLAGS.
16771         Reported by Simon Josefsson.
16772
16773 2009-03-03  Bruno Haible  <bruno@clisp.org>
16774
16775         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
16776         Reported by Simon Josefsson.
16777
16778         * doc/ld-version-script.texi: Update node reference.
16779
16780 2009-03-03  Bruno Haible  <bruno@clisp.org>
16781
16782         * modules/visibility (License): Change to 'unlimited'.
16783         Suggested by Simon Josefsson.
16784
16785 2009-03-03  Jim Meyering  <meyering@redhat.com>
16786
16787         unlinkdir: cannot_unlink_dir may modify process state
16788         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
16789         it's neither thread-safe nor appropriate for use in a library.
16790
16791 2009-03-03  Eric Blake  <ebb9@byu.net>
16792
16793         test-closein: silence test under Darwin
16794         * tests/test-closein.sh: Ignore stderr from cat, since we don't
16795         care if it dies from EPIPE or EBADF.
16796
16797 2009-03-03  Bruno Haible  <bruno@clisp.org>
16798
16799         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
16800         earlier.
16801         * doc/visibility.texi: Fix @node and @section.
16802
16803 2009-03-03  Simon Josefsson  <simon@josefsson.org>
16804
16805         * doc/gnulib.texi: Link to sections for ld version script and
16806         visibility.
16807         * doc/visibility.texi: Add @node and @section.
16808         * modules/ld-version-script: New module.
16809         * m4/ld-version-script.m4: New file.
16810         * doc/ld-version-script.texi: New file.
16811
16812 2009-03-02  David Lutterkort  <lutter@redhat.com>
16813
16814         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
16815         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
16816
16817 2009-03-02  Bruno Haible  <bruno@clisp.org>
16818
16819         * doc/visibility.texi: Mention libtool's -export-symbols option.
16820
16821 2009-03-02  Jim Meyering  <meyering@redhat.com>
16822
16823         announce-gen: new option: --no-print-checksums
16824         * build-aux/announce-gen (usage): Describe it.
16825         (print_checksums): Print a newline here, not in the [*] footnote.
16826         (main): Honor it.
16827
16828 2009-03-01  Bruno Haible  <bruno@clisp.org>
16829
16830         Use socklen_t in the native Windows replacements prototypes.
16831         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
16832         instead of 'int'.
16833         * lib/getsockopt.c (rpl_getsockopt): Likewise.
16834         * lib/setsockopt.c (rpl_setsockopt): Likewise.
16835         * modules/getsockopt (Depends-on): Add socklen.
16836         * modules/setsockopt (Depends-on): Add socklen.
16837
16838 2009-03-01  Bruno Haible  <bruno@clisp.org>
16839
16840         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
16841         least 4.2.
16842
16843 2009-03-01  Eric Blake  <ebb9@byu.net>
16844             Bruno Haible  <bruno@clisp.org>
16845
16846         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
16847         error messages.
16848         * lib/wait-process.c (wait_subprocess): Omit error message about
16849         deadly signal sent to the child of termsigp != NULL.
16850
16851 2009-03-01  Eric Blake  <ebb9@byu.net>
16852
16853         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
16854
16855 2009-03-01  Bruno Haible  <bruno@clisp.org>
16856
16857         Avoid a gcc warning.
16858         * tests/test-sched.c (b): Make global.
16859         Reported by Eric Blake.
16860
16861 2009-01-19  Martin Lambers  <marlam@marlam.de>
16862
16863         Provide POSIX semantics for socket timeout options on W32.
16864         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
16865         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
16866         * modules/setsockopt: Depend on sys_time module for struct timeval.
16867         * modules/getsockopt: Depend on sys_time module for struct timeval.
16868
16869 2009-03-01  Simon Josefsson  <simon@josefsson.org>
16870
16871         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
16872         __USE_GNU, for consistency with netdb.in.h.
16873         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
16874
16875 2009-03-01  Bruno Haible  <bruno@clisp.org>
16876
16877         More support for FreeMiNT.
16878         * lib/fseeko.c (rpl_fseeko): Complete last commit.
16879         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
16880
16881 2009-03-01  Bruno Haible  <bruno@clisp.org>
16882
16883         More support for FreeMiNT.
16884         * lib/fpurge.c (fpurge): Correct last commit.
16885         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
16886
16887 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16888
16889         Fix unportable awk script in vc-list-files.
16890         * build-aux/vc-list-files: In the replacement awk script, use
16891         substr with a second argument of 1, not zero.
16892         Report by Simon Josefsson.
16893
16894 2009-02-28  Bruno Haible  <bruno@clisp.org>
16895
16896         More support for FreeMiNT.
16897         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
16898         to FreeMiNT today.
16899         * lib/fwriting.c (fwriting): Likewise.
16900         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
16901
16902 2009-02-28  Bruno Haible  <bruno@clisp.org>
16903
16904         * tests/test-freadseek.c (main): Disable test beyond end of file on
16905         FreeMiNT.
16906         * tests/test-ftello.c (main): Likewise.
16907         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
16908
16909 2009-02-28  Bruno Haible  <bruno@clisp.org>
16910
16911         Add tentative support for FreeMiNT.
16912         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
16913         * lib/fpurge.c (fpurge): Likewise.
16914         * lib/freadable.c (freadable): Likewise.
16915         * lib/freading.c (freading): Likewise.
16916         * lib/freadptr.c (freadptr): Likewise.
16917         * lib/freadseek.c (freadptrinc): Likewise.
16918         * lib/fseeko.c (rpl_fseeko): Likewise.
16919         * lib/fseterr.c (fseterr): Likewise.
16920         * lib/fwritable.c (fwritable): Likewise.
16921         * lib/fwriting.c (fwriting): Likewise.
16922         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
16923         Hourihane.
16924         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
16925
16926 2009-02-28  Bruno Haible  <bruno@clisp.org>
16927
16928         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
16929         SIGCHLD.
16930         Reported by Jim Meyering.
16931
16932 2009-02-28  Bruno Haible  <bruno@clisp.org>
16933
16934         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
16935         Mention the results of these tests on various platforms.
16936         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
16937         order.
16938         * doc/posix-functions/printf.texi: Likewise.
16939         * doc/posix-functions/snprintf.texi: Likewise.
16940         * doc/posix-functions/sprintf.texi: Likewise.
16941         * doc/posix-functions/vfprintf.texi: Likewise.
16942         * doc/posix-functions/vprintf.texi: Likewise.
16943         * doc/posix-functions/vsnprintf.texi: Likewise.
16944         * doc/posix-functions/vsprintf.texi: Likewise.
16945         * doc/glibc-functions/obstack_printf.texi: Likewise.
16946         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
16947
16948 2009-02-28  Bruno Haible  <bruno@clisp.org>
16949
16950         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
16951         Reported by Loïc Minier <lool@dooz.org>.
16952
16953 2009-02-27  Bruno Haible  <bruno@clisp.org>
16954
16955         * gnulib-tool (func_import): Make the sed expression used to create the
16956         sed script for updating the .gitignore file POSIX compliant.
16957         Reported by Eric Blake.
16958
16959 2009-02-27  Bruno Haible  <bruno@clisp.org>
16960
16961         * gnulib-tool (sed): Don't alias as "sed --posix".
16962         Reported by Eric Blake.
16963
16964 2009-02-27  Bruno Haible  <bruno@clisp.org>
16965
16966         Avoid test link errors.
16967         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
16968         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
16969         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
16970         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
16971         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
16972
16973 2009-02-27  Bruno Haible  <bruno@clisp.org>
16974
16975         Avoid spurious "(cached)" in configure output.
16976         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
16977         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
16978         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
16979         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
16980         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
16981         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
16982         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
16983         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
16984         Reported by Eric Blake.
16985
16986 2009-02-27  Eric Blake  <ebb9@byu.net>
16987
16988         printf: fix regression in previous patch
16989         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
16990
16991 2009-02-27  Bruno Haible  <bruno@clisp.org>
16992
16993         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
16994         value.
16995         * lib/stdint.in.h: Likewise.
16996         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
16997
16998 2009-02-27  Eric Blake  <ebb9@byu.net>
16999
17000         doc: mention more functions added in cygwin 1.7.0
17001         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
17002         addition.
17003         * doc/posix-functions/open_wmemstream.texi: Likewise.
17004         * doc/posix-functions/wcsnlen.texi: Likewise.
17005         * doc/posix-functions/wcsnrtombs.texi: Likewise.
17006         * doc/posix-functions/wcstod.texi: Likewise.
17007         * doc/posix-functions/wcstof.texi: Likewise.
17008         * doc/posix-functions/wcstoimax.texi: Likewise.
17009         * doc/posix-functions/wcstok.texi: Likewise.
17010         * doc/posix-functions/wcstoumax.texi: Likewise.
17011
17012         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
17013         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
17014         * doc/posix-functions/fprintf.texi: Update.
17015         * doc/posix-functions/printf.texi: Update.
17016         * doc/posix-functions/snprintf.texi: Update.
17017         * doc/posix-functions/sprintf.texi: Update.
17018         * doc/posix-functions/vfprintf.texi: Update.
17019         * doc/posix-functions/vprintf.texi: Update.
17020         * doc/posix-functions/vsnprintf.texi: Update.
17021         * doc/posix-functions/vsprintf.texi: Update.
17022         * doc/glibc-functions/obstack_printf.texi: Update.
17023         * doc/glibc-functions/obstack_vprintf.texi: Update.
17024
17025 2009-02-26  Eric Blake  <ebb9@byu.net>
17026
17027         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
17028         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
17029         compilation bug by using runtime conversion.
17030         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
17031         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
17032         * modules/ceill-tests (Files): Use nan.h.
17033         * modules/floorl-tests (Files): Likewise.
17034         * modules/frexpl-tests (Files): Likewise.
17035         * modules/isnanl-tests (Files): Likewise.
17036         * modules/ldexpl-tests (Files): Likewise.
17037         * modules/roundl-tests (Files): Likewise.
17038         * modules/truncl-tests (Files): Likewise.
17039         * tests/test-ceill.c (main): Use a working NaN.
17040         * tests/test-floorl.c (main): Likewise.
17041         * tests/test-frexpl.c (main): Likewise.
17042         * tests/test-isnan.c (test_long_double): Likewise.
17043         * tests/test-isnanl.h (main): Likewise.
17044         * tests/test-ldexpl.h (main): Likewise.
17045         * tests/test-roundl.h (main): Likewise.
17046         * tests/test-truncl.h (main): Likewise.
17047         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
17048
17049 2009-02-26  Eric Blake  <ebb9@byu.net>
17050             Bruno Haible  <bruno@clisp.org>
17051
17052         Work around a *printf bug with %ls on Solaris.
17053         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
17054         precision is specified, sprintf stops converting the wide string
17055         argument when the number of bytes that have been produced by this
17056         conversion equals or exceeds the precision.
17057         * doc/posix-functions/fprintf.texi: Update.
17058         * doc/posix-functions/printf.texi: Update.
17059         * doc/posix-functions/snprintf.texi: Update.
17060         * doc/posix-functions/sprintf.texi: Update.
17061         * doc/posix-functions/vfprintf.texi: Update.
17062         * doc/posix-functions/vprintf.texi: Update.
17063         * doc/posix-functions/vsnprintf.texi: Update.
17064         * doc/posix-functions/vsprintf.texi: Update.
17065         * doc/glibc-functions/obstack_printf.texi: Update.
17066         * doc/glibc-functions/obstack_vprintf.texi: Update.
17067
17068 2009-02-26  Eric Blake  <ebb9@byu.net>
17069
17070         stdlib: favor compiler check of random.h
17071         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
17072         to avoid an ObjC random.h installed by Swarm.
17073
17074 2009-02-26  Bruno Haible  <bruno@clisp.org>
17075
17076         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
17077         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
17078         Reported by Gary V. Vaughan <gary@gnu.org>.
17079
17080 2009-02-26  Bruno Haible  <bruno@clisp.org>
17081
17082         Fix *printf behaviour regarding the %ls directive.
17083         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
17084         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
17085         NEED_PRINTF_DIRECTIVE_LS.
17086         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
17087         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
17088         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
17089         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
17090         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
17091         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
17092         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
17093         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
17094         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
17095         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
17096         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
17097         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
17098         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
17099         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
17100         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
17101         * doc/posix-functions/fprintf.texi: Update.
17102         * doc/posix-functions/printf.texi: Update.
17103         * doc/posix-functions/snprintf.texi: Update.
17104         * doc/posix-functions/sprintf.texi: Update.
17105         * doc/posix-functions/vfprintf.texi: Update.
17106         * doc/posix-functions/vprintf.texi: Update.
17107         * doc/posix-functions/vsnprintf.texi: Update.
17108         * doc/posix-functions/vsprintf.texi: Update.
17109         * doc/glibc-functions/obstack_printf.texi: Update.
17110         * doc/glibc-functions/obstack_vprintf.texi: Update.
17111         Reported by Eric Blake.
17112
17113 2009-02-25  Bruno Haible  <bruno@clisp.org>
17114
17115         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
17116         with known value.
17117         Reported by Gary V. Vaughan <gary@gnu.org>.
17118
17119 2009-02-25  Bruno Haible  <bruno@clisp.org>
17120
17121         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
17122         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
17123         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
17124         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
17125         Reported by Gary V. Vaughan <gary@gnu.org>.
17126
17127 2009-02-25  Bruno Haible  <bruno@clisp.org>
17128
17129         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
17130         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
17131         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
17132         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
17133         Reported by Gary V. Vaughan <gary@gnu.org>.
17134
17135 2009-02-25  Eric Blake  <ebb9@byu.net>
17136
17137         tests: skip fseek/ftell tests if ungetc is broken
17138         * m4/ungetc.m4: New file.
17139         * modules/fseek-tests: Split test, so ungetc dependency is
17140         separate from rest of test.
17141         * modules/fseeko-tests: Likewise.
17142         * modules/ftell-tests: Likewise.
17143         * modules/ftello-tests: Likewise.
17144         * tests/test-fseek.c (main): Isolate ungetc dependency.
17145         * tests/test-fseeko.c (main): Likewise.
17146         * tests/test-ftell.c (main): Likewise.
17147         * tests/test-ftello.c (main): Likewise.
17148         * tests/test-fseek2.sh: New file.
17149         * tests/test-fseeko2.sh: Likewise.
17150         * tests/test-ftell2.sh: Likewise.
17151         * tests/test-ftello2.sh: Likewise.
17152
17153 2009-02-25  OndÅ™ej Vašík  <ovasik@redhat.com>
17154
17155         test-getaddrinfo: fix usage of skip return code 77
17156         * tests/test-gettaddrinfo.c: Return skip code 77 only
17157         for first occurance of skip (4x77 is not 77)
17158
17159 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
17160
17161         strtod: avoid C99 decl-after-statement
17162         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
17163
17164 2009-02-24  Eric Blake  <ebb9@byu.net>
17165
17166         strtod: detect HP-UX 11.31 bug
17167         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
17168         Reported by Gary V. Vaughan.
17169
17170 2009-02-23  Bruno Haible  <bruno@clisp.org>
17171
17172         Fix invalid read past end of memory block.
17173         * lib/vasnprintf.c (DCHAR_SET): Define.
17174         (local_wcslen): Define only when needed.
17175         (local_strnlen, local_wcsnlen): New functions.
17176         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
17177         directives that involve a conversion ourselves.
17178         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
17179         wcsnlen, mbrtowc, wcrtomb.
17180         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
17181         * tests/test-vasprintf-posix.c (test_function): Likewise.
17182         * tests/test-snprintf-posix.h (test_function): Likewise.
17183         * tests/test-sprintf-posix.h (test_function): Likewise.
17184         Reported by Ben Pfaff <blp@cs.stanford.edu>.
17185
17186 2009-02-22  Bruno Haible  <bruno@clisp.org>
17187
17188         Implement new clarified decomposition of Hangul syllables.
17189         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
17190         of type LTV, return only a pairwise decomposition.
17191         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
17192         Likewise.
17193         * tests/uninorm/test-decomposition.c (main): Updated expected result.
17194         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
17195         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
17196
17197 2009-02-22  Bruno Haible  <bruno@clisp.org>
17198
17199         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
17200         zero-length results and shrink excess allocated memory.
17201         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
17202         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
17203         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
17204         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
17205         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
17206         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
17207         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
17208         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
17209         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
17210         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
17211         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
17212         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
17213
17214 2009-02-21  Bruno Haible  <bruno@clisp.org>
17215
17216         * doc/gnulib.texi: Include safe-alloc.texi earlier.
17217         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
17218         spaces after a period. Put a space between a macro name and its
17219         argument list. Trivial rewordings.
17220         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
17221         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
17222         (main): Return 0 explicitly.
17223
17224 2009-02-21  Bruno Haible  <bruno@clisp.org>
17225
17226         Tests for module 'uninorm/filter'.
17227         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
17228         * modules/uninorm/filter-tests: New file.
17229
17230         New module 'uninorm/filter'.
17231         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
17232         uninorm_filter_flush, uninorm_filter_free): New declarations.
17233         * lib/uninorm/uninorm-filter.c: New file.
17234         * modules/uninorm/filter: New file.
17235
17236 2009-02-21  Bruno Haible  <bruno@clisp.org>
17237
17238         Tests for module 'uninorm/nfkc'.
17239         * tests/uninorm/test-nfkc.c: New file.
17240         * tests/uninorm/test-u8-nfkc.c: New file.
17241         * tests/uninorm/test-u16-nfkc.c: New file.
17242         * tests/uninorm/test-u32-nfkc.c: New file.
17243         * tests/uninorm/test-u32-nfkc-big.sh: New file.
17244         * tests/uninorm/test-u32-nfkc-big.c: New file.
17245         * modules/uninorm/nfkc-tests: New file.
17246
17247         New module 'uninorm/nfkc'.
17248         * lib/uninorm/nfkc.c: New file.
17249         * modules/uninorm/nfkc: New file.
17250
17251         Tests for module 'uninorm/nfkd'.
17252         * tests/uninorm/test-nfkd.c: New file.
17253         * tests/uninorm/test-u8-nfkd.c: New file.
17254         * tests/uninorm/test-u16-nfkd.c: New file.
17255         * tests/uninorm/test-u32-nfkd.c: New file.
17256         * tests/uninorm/test-u32-nfkd-big.sh: New file.
17257         * tests/uninorm/test-u32-nfkd-big.c: New file.
17258         * modules/uninorm/nfkd-tests: New file.
17259
17260         New module 'uninorm/nfkd'.
17261         * lib/uninorm/nfkd.c: New file.
17262         * modules/uninorm/nfkd: New file.
17263
17264         Tests for module 'uninorm/nfc'.
17265         * tests/uninorm/test-nfc.c: New file.
17266         * tests/uninorm/test-u8-nfc.c: New file.
17267         * tests/uninorm/test-u16-nfc.c: New file.
17268         * tests/uninorm/test-u32-nfc.c: New file.
17269         * tests/uninorm/test-u32-nfc-big.sh: New file.
17270         * tests/uninorm/test-u32-nfc-big.c: New file.
17271         * modules/uninorm/nfc-tests: New file.
17272
17273         New module 'uninorm/nfc'.
17274         * lib/uninorm/nfc.c: New file.
17275         * modules/uninorm/nfc: New file.
17276
17277         Tests for module 'uninorm/nfd'.
17278         * tests/uninorm/test-nfd.c: New file.
17279         * tests/uninorm/test-u8-nfd.c: New file.
17280         * tests/uninorm/test-u16-nfd.c: New file.
17281         * tests/uninorm/test-u32-nfd.c: New file.
17282         * tests/uninorm/test-u32-nfd-big.sh: New file.
17283         * tests/uninorm/test-u32-nfd-big.c: New file.
17284         * tests/uninorm/test-u32-normalize-big.h: New file.
17285         * tests/uninorm/test-u32-normalize-big.c: New file.
17286         * tests/uninorm/NormalizationTest.txt: New file, created from
17287         Unicode 5.1.0 NormalizationTest.txt.
17288         * modules/uninorm/nfd-tests: New file.
17289
17290         New module 'uninorm/nfd'.
17291         * lib/uninorm/nfd.c: New file.
17292         * modules/uninorm/nfd: New file.
17293
17294         New module 'uninorm/u32-normalize'.
17295         * lib/uninorm/u32-normalize.c: New file.
17296         * modules/uninorm/u32-normalize: New file.
17297
17298         New module 'uninorm/u16-normalize'.
17299         * lib/uninorm/u16-normalize.c: New file.
17300         * modules/uninorm/u16-normalize: New file.
17301
17302         New module 'uninorm/u8-normalize'.
17303         * lib/uninorm/u8-normalize.c: New file.
17304         * lib/uninorm/normalize-internal.h: New file.
17305         * lib/uninorm/u-normalize-internal.h: New file.
17306         * modules/uninorm/u8-normalize: New file.
17307
17308         New module 'uninorm/decompose-internal'.
17309         * lib/uninorm/decompose-internal.c: New file.
17310         * modules/uninorm/decompose-internal: New file.
17311
17312         Tests for module 'uninorm/composition'.
17313         * tests/uninorm/test-composition.c: New file.
17314         * modules/uninorm/composition-tests: New file.
17315
17316         New module 'uninorm/composition'.
17317         * lib/uninorm/composition.c: New file.
17318         * lib/uninorm/composition-table.gperf: New file, generated by
17319         gen-uni-tables.
17320         * modules/uninorm/composition: New file.
17321
17322         Tests for module 'uninorm/compat-decomposition'.
17323         * tests/uninorm/test-compat-decomposition.c: New file.
17324         * modules/uninorm/compat-decomposition-tests: New file.
17325
17326         New module 'uninorm/compat-decomposition'.
17327         * lib/uninorm/decompose-internal.h: New file.
17328         * lib/uninorm/compat-decomposition.c: New file.
17329         * modules/uninorm/compat-decomposition: New file.
17330
17331         Tests for module 'uninorm/canonical-decomposition'.
17332         * tests/uninorm/test-canonical-decomposition.c: New file.
17333         * modules/uninorm/canonical-decomposition-tests: New file.
17334
17335         New module 'uninorm/canonical-decomposition'.
17336         * lib/uninorm/canonical-decomposition.c: New file.
17337         * modules/uninorm/canonical-decomposition: New file.
17338
17339         Tests for module 'uninorm/decomposition'.
17340         * tests/uninorm/test-decomposition.c: New file.
17341         * modules/uninorm/decomposition-tests: New file.
17342
17343         New module 'uninorm/decomposition'.
17344         * lib/uninorm/decomposition.c: New file.
17345         * modules/uninorm/decomposition: New file.
17346
17347         New module 'uninorm/decomposition-table'.
17348         * lib/uninorm/decomposition-table.h: New file.
17349         * lib/uninorm/decomposition-table.c: New file.
17350         * lib/uninorm/decomposition-table1.h: New file, generated by
17351         gen-uni-tables.
17352         * lib/uninorm/decomposition-table2.h: New file, generated by
17353         gen-uni-tables.
17354         * modules/uninorm/decomposition-table: New file.
17355
17356         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
17357         (UC_DECOMP_*): New enumeration items.
17358         (get_decomposition): New function.
17359         (struct decomp_table): New type.
17360         (output_decomposition, output_decomposition_tables): New functions.
17361         (unicode_composition_exclusions): New variable.
17362         (fill_composition_exclusions, debug_output_composition_tables): New
17363         functions.
17364         (main): Accept one more argument. Invoke fill_composition_exclusions.
17365         Output decomposition and composition tables.
17366
17367         New module 'uninorm/base'.
17368         * lib/uninorm.h: New file.
17369         * lib/unictype.h: Update comment.
17370         * modules/uninorm/base: New file.
17371
17372 2009-02-21  David Lutterkort  <lutter@redhat.com>
17373
17374         Tests for module 'safe-alloc'.
17375         * tests/test-safe-alloc.c: New file.
17376         * modules/safe-alloc-tests: New file.
17377
17378         New module 'safe-alloc'.
17379         * lib/safe-alloc.h: New file.
17380         * lib/safe-alloc.c: New file.
17381         * m4/safe-alloc.m4: New file.
17382         * modules/safe-alloc: New file.
17383         * doc/safe-alloc.texi: New file.
17384         * doc/gnulib.texi: Include it.
17385         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
17386         safe-alloc.
17387
17388 2009-02-18  Bruno Haible  <bruno@clisp.org>
17389
17390         Fix link error on non-glibc systems.
17391         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
17392         variable.
17393         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
17394
17395 2009-02-18  Jim Meyering  <meyering@redhat.com>
17396
17397         fts: avoid used-uninitialized error due to recent change
17398         * lib/fts.c (fts_read): Guard uses of the new member,
17399         parent->fts_n_dirs_remaining, since it's not relevant for
17400         the parent of a directory specified on the command-line.
17401
17402 2009-02-17  James Youngman  <jay@gnu.org>
17403             Bruno Haible  <bruno@clisp.org>
17404
17405         * m4/include_next.m4: Reformulate comment.
17406
17407 2009-02-16  Jim Meyering  <meyering@redhat.com>
17408
17409         fts: add #if guards so that the fts_lgpl module still builds
17410         * lib/fts.c: Guard just-added hash-table-using parts with
17411         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
17412         Reported by Simon Josefsson.
17413
17414 2009-02-15  Bruno Haible  <bruno@clisp.org>
17415
17416         * modules/array-mergesort-tests: New file.
17417         * tests/test-array-mergesort.c: New file.
17418
17419         New module 'array-mergesort'.
17420         * modules/array-mergesort: New file.
17421         * lib/array-mergesort.h: New file.
17422
17423 2009-02-15  Bruno Haible  <bruno@clisp.org>
17424
17425         Fix 2009-02-07 commit.
17426         * lib/gen-uni-tables.c (output_predicate, output_category,
17427         output_combclass, output_bidi_category, output_decimal_digit,
17428         output_digit, output_numeric, output_mirror, output_scripts,
17429         output_ident_category, output_simple_mapping): Fix format directives.
17430         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
17431
17432 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
17433
17434         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
17435         fixes are available from IBM.
17436
17437 2009-02-13  Jim Meyering  <meyering@redhat.com>
17438
17439         fts: arrange not to stat non-directories in more cases
17440         This makes GNU find (when it doesn't need to stat each file)
17441         *much* more efficient at traversing reiserfs file systems.
17442         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
17443         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
17444         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
17445         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
17446         (leaf_optimization_applies): New function.
17447         (LCO_hash, LCO_compare): New helper functions.
17448         (link_count_optimize_ok): New function.
17449         (fts_stat): Initialize new member (if dir).
17450         (fts_read): Decrement parent's fts_n_dirs_remaining count if
17451         we've just stat'ed a directory.  Skip the stat call when possible.
17452         ---
17453         Note this AFS-related exchange:
17454         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
17455         and note find's pioctl call in find/fstype.c.
17456         But that is necessary only if you want to enable the
17457         optimization for AFS, and for now, I don't.
17458
17459         fts: move a function definition "up" (no semantic change)
17460         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
17461         "up" to precede upcoming use of a related function.
17462
17463 2009-02-11  Jim Meyering  <meyering@redhat.com>
17464
17465         fts: correct internal computation of nlinks (optimization-related)
17466         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
17467         whether the current entry is a directory, so don't test it.
17468
17469 2009-02-10  Bruno Haible  <bruno@clisp.org>
17470
17471         Tests for module 'uniwbrk/ulc-wordbreaks'.
17472         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
17473         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
17474         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
17475
17476         Tests for module 'uniwbrk/u32-wordbreaks'.
17477         * modules/uniwbrk/u32-wordbreaks-tests: New file.
17478         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
17479
17480         Tests for module 'uniwbrk/u16-wordbreaks'.
17481         * modules/uniwbrk/u16-wordbreaks-tests: New file.
17482         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
17483
17484         Tests for module 'uniwbrk/u8-wordbreaks'.
17485         * modules/uniwbrk/u8-wordbreaks-tests: New file.
17486         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
17487
17488 2009-02-10  Bruno Haible  <bruno@clisp.org>
17489
17490         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
17491         property.
17492         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
17493         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
17494         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
17495
17496 2009-02-10  Simon Josefsson  <simon@josefsson.org>
17497
17498         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
17499         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
17500
17501 2009-02-10  Bruno Haible  <bruno@clisp.org>
17502
17503         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
17504         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
17505         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
17506         * lib/unilbrk/u8-possible-linebreaks.c: Update.
17507         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
17508         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
17509
17510 2009-02-09  Simon Josefsson  <simon@josefsson.org>
17511
17512         * lib/sockets.h (gl_fd_to_handle): New function.
17513
17514         * tests/test-sockets.c: Call gl_fd_to_handle.
17515
17516 2009-02-09  Bruno Haible  <bruno@clisp.org>
17517
17518         * doc/havelib.texi: Document the conventions on bi-arch systems.
17519
17520 2009-02-08  Bruno Haible  <bruno@clisp.org>
17521
17522         Document the AC_LIB_LINKFLAGS macro.
17523         * doc/havelib.texi: New file, mostly written on 2005-05-24.
17524         * doc/gnulib.texi: Include it.
17525
17526 2009-02-08  Bruno Haible  <bruno@clisp.org>
17527
17528         Fix wrong order of sections, compared to TOC.
17529         * doc/gnulib.texi: Include relocatable-maint.texi after the
17530         "Regular expressions" node, not before.
17531
17532 2009-02-08  Bruno Haible  <bruno@clisp.org>
17533
17534         Tests for module 'unicase/totitle'.
17535         * modules/unicase/totitle-tests: New file.
17536
17537         Tests for module 'unicase/tolower'.
17538         * modules/unicase/tolower-tests: New file.
17539
17540         Tests for module 'unicase/toupper'.
17541         * modules/unicase/toupper-tests: New file.
17542         * tests/unicase/test-mapping-part1.h: New file.
17543         * tests/unicase/test-mapping-part2.h: New file.
17544
17545         New module 'unicase/totitle'.
17546         * modules/unicase/totitle: New file.
17547         * lib/unicase/totitle.c: New file.
17548
17549         New module 'unicase/tolower'.
17550         * modules/unicase/tolower: New file.
17551         * lib/unicase/tolower.c: New file.
17552
17553         New module 'unicase/toupper'.
17554         * modules/unicase/toupper: New file.
17555         * lib/unicase/toupper.c: New file.
17556         * lib/unicase/simple-mapping.h: New file.
17557
17558         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
17559         (mapping_table): New structure.
17560         (output_simple_mapping): New function.
17561         (main): Invoke output_simple_mapping_test and output_simple_mapping.
17562         * modules/gen-uni-tables (Description): Update.
17563         * lib/unicase/toupper.h: New file, automatically generated by
17564         gen-uni-tables.
17565         * lib/unicase/tolower.h: New file, automatically generated by
17566         gen-uni-tables.
17567         * lib/unicase/totitle.h: New file, automatically generated by
17568         gen-uni-tables.
17569         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
17570         gen-uni-tables.
17571         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
17572         gen-uni-tables.
17573         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
17574         gen-uni-tables.
17575
17576         New module 'unicase/base'.
17577         * modules/unicase/base: New file.
17578         * lib/unicase.h: New file.
17579
17580 2009-02-08  Bruno Haible  <bruno@clisp.org>
17581
17582         New module 'uniwbrk/ulc-wordbreaks'.
17583         * modules/uniwbrk/ulc-wordbreaks: New file.
17584         * lib/uniwbrk/ulc-wordbreaks.c: New file.
17585
17586         New module 'uniwbrk/u32-wordbreaks'.
17587         * modules/uniwbrk/u32-wordbreaks: New file.
17588         * lib/uniwbrk/u32-wordbreaks.c: New file.
17589
17590         New module 'uniwbrk/u16-wordbreaks'.
17591         * modules/uniwbrk/u16-wordbreaks: New file.
17592         * lib/uniwbrk/u16-wordbreaks.c: New file.
17593
17594         New module 'uniwbrk/u8-wordbreaks'.
17595         * modules/uniwbrk/u8-wordbreaks: New file.
17596         * lib/uniwbrk/u8-wordbreaks.c: New file.
17597         * lib/uniwbrk/u-wordbreaks.h: New file.
17598
17599         New module 'uniwbrk/table'.
17600         * modules/uniwbrk/table: New file.
17601         * lib/uniwbrk/wbrktable.h: New file.
17602         * lib/uniwbrk/wbrktable.c: New file.
17603
17604         New module 'uniwbrk/wordbreak-property'.
17605         * modules/uniwbrk/wordbreak-property: New file.
17606         * lib/uniwbrk/wordbreak-property.c: New file.
17607
17608         * lib/gen-uni-tables.c (WBP_*): New enum items.
17609         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
17610         (unicode_org_wbp): New variable.
17611         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
17612         New functions.
17613         (wbp_table): New structure.
17614         (output_wbp, output_wbrk_tables): New functions.
17615         (main): Accept additional argument. Invoke fill_org_wbp,
17616         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
17617         output_wbrk_tables.
17618         * modules/gen-uni-tables (Description): Update.
17619         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
17620         gen-uni-tables.
17621
17622         New module 'uniwbrk/base'.
17623         * modules/uniwbrk/base: New file.
17624         * lib/uniwbrk.h: New file.
17625
17626 2009-02-08  Bruno Haible  <bruno@clisp.org>
17627
17628         Update to Unicode 5.1.0.
17629         * lib/gen-uni-tables.c (is_property_alphabetic): Include
17630         U+2185..U+2188.
17631         (is_property_default_ignorable_code_point): Don't include characters
17632         of category Cc or Cs and not-a-characters.
17633         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
17634         U+0D79, U+109E, U+109F, U+A60C.
17635         * lib/unictype/bidi_of.h: Regenerated.
17636         * lib/unictype/blocks.h: Regenerated.
17637         * lib/unictype/categ_C.h: Regenerated.
17638         * lib/unictype/categ_Cf.h: Regenerated.
17639         * lib/unictype/categ_Cn.h: Regenerated.
17640         * lib/unictype/categ_L.h: Regenerated.
17641         * lib/unictype/categ_Ll.h: Regenerated.
17642         * lib/unictype/categ_Lm.h: Regenerated.
17643         * lib/unictype/categ_Lo.h: Regenerated.
17644         * lib/unictype/categ_Lu.h: Regenerated.
17645         * lib/unictype/categ_M.h: Regenerated.
17646         * lib/unictype/categ_Mc.h: Regenerated.
17647         * lib/unictype/categ_Me.h: Regenerated.
17648         * lib/unictype/categ_Mn.h: Regenerated.
17649         * lib/unictype/categ_N.h: Regenerated.
17650         * lib/unictype/categ_Nd.h: Regenerated.
17651         * lib/unictype/categ_Nl.h: Regenerated.
17652         * lib/unictype/categ_No.h: Regenerated.
17653         * lib/unictype/categ_P.h: Regenerated.
17654         * lib/unictype/categ_Pd.h: Regenerated.
17655         * lib/unictype/categ_Pe.h: Regenerated.
17656         * lib/unictype/categ_Pf.h: Regenerated.
17657         * lib/unictype/categ_Pi.h: Regenerated.
17658         * lib/unictype/categ_Po.h: Regenerated.
17659         * lib/unictype/categ_Ps.h: Regenerated.
17660         * lib/unictype/categ_S.h: Regenerated.
17661         * lib/unictype/categ_Sk.h: Regenerated.
17662         * lib/unictype/categ_Sm.h: Regenerated.
17663         * lib/unictype/categ_So.h: Regenerated.
17664         * lib/unictype/categ_of.h: Regenerated.
17665         * lib/unictype/combining.h: Regenerated.
17666         * lib/unictype/ctype_alnum.h: Regenerated.
17667         * lib/unictype/ctype_alpha.h: Regenerated.
17668         * lib/unictype/ctype_graph.h: Regenerated.
17669         * lib/unictype/ctype_lower.h: Regenerated.
17670         * lib/unictype/ctype_print.h: Regenerated.
17671         * lib/unictype/ctype_punct.h: Regenerated.
17672         * lib/unictype/ctype_upper.h: Regenerated.
17673         * lib/unictype/decdigit.h: Regenerated.
17674         * lib/unictype/digit.h: Regenerated.
17675         * lib/unictype/mirror.h: Regenerated.
17676         * lib/unictype/numeric.h: Regenerated.
17677         * lib/unictype/pr_alphabetic.h: Regenerated.
17678         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
17679         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
17680         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
17681         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
17682         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
17683         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
17684         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
17685         * lib/unictype/pr_combining.h: Regenerated.
17686         * lib/unictype/pr_dash.h: Regenerated.
17687         * lib/unictype/pr_decimal_digit.h: Regenerated.
17688         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
17689         * lib/unictype/pr_deprecated.h: Regenerated.
17690         * lib/unictype/pr_diacritic.h: Regenerated.
17691         * lib/unictype/pr_extender.h: Regenerated.
17692         * lib/unictype/pr_format_control.h: Regenerated.
17693         * lib/unictype/pr_grapheme_base.h: Regenerated.
17694         * lib/unictype/pr_grapheme_extend.h: Regenerated.
17695         * lib/unictype/pr_grapheme_link.h: Regenerated.
17696         * lib/unictype/pr_id_continue.h: Regenerated.
17697         * lib/unictype/pr_id_start.h: Regenerated.
17698         * lib/unictype/pr_ideographic.h: Regenerated.
17699         * lib/unictype/pr_ignorable_control.h: Regenerated.
17700         * lib/unictype/pr_lowercase.h: Regenerated.
17701         * lib/unictype/pr_math.h: Regenerated.
17702         * lib/unictype/pr_numeric.h: Regenerated.
17703         * lib/unictype/pr_other_alphabetic.h: Regenerated.
17704         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
17705         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
17706         * lib/unictype/pr_other_id_continue.h: Regenerated.
17707         * lib/unictype/pr_other_lowercase.h: Regenerated.
17708         * lib/unictype/pr_other_math.h: Regenerated.
17709         * lib/unictype/pr_punctuation.h: Regenerated.
17710         * lib/unictype/pr_sentence_terminal.h: Regenerated.
17711         * lib/unictype/pr_soft_dotted.h: Regenerated.
17712         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
17713         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
17714         * lib/unictype/pr_unified_ideograph.h: Regenerated.
17715         * lib/unictype/pr_uppercase.h: Regenerated.
17716         * lib/unictype/pr_xid_continue.h: Regenerated.
17717         * lib/unictype/pr_xid_start.h: Regenerated.
17718         * lib/unictype/pr_zero_width.h: Regenerated.
17719         * lib/unictype/scripts.h: Regenerated.
17720         * lib/unictype/scripts_byname.gperf: Regenerated.
17721         * lib/unictype/sy_java_ident.h: Regenerated.
17722         * lib/unilbrk/lbrkprop1.h: Regenerated.
17723         * lib/unilbrk/lbrkprop2.h: Regenerated.
17724         * tests/unictype/test-categ_C.c: Regenerated.
17725         * tests/unictype/test-categ_Cf.c: Regenerated.
17726         * tests/unictype/test-categ_Cn.c: Regenerated.
17727         * tests/unictype/test-categ_L.c: Regenerated.
17728         * tests/unictype/test-categ_Ll.c: Regenerated.
17729         * tests/unictype/test-categ_Lm.c: Regenerated.
17730         * tests/unictype/test-categ_Lo.c: Regenerated.
17731         * tests/unictype/test-categ_Lu.c: Regenerated.
17732         * tests/unictype/test-categ_M.c: Regenerated.
17733         * tests/unictype/test-categ_Mc.c: Regenerated.
17734         * tests/unictype/test-categ_Me.c: Regenerated.
17735         * tests/unictype/test-categ_Mn.c: Regenerated.
17736         * tests/unictype/test-categ_N.c: Regenerated.
17737         * tests/unictype/test-categ_Nd.c: Regenerated.
17738         * tests/unictype/test-categ_Nl.c: Regenerated.
17739         * tests/unictype/test-categ_No.c: Regenerated.
17740         * tests/unictype/test-categ_P.c: Regenerated.
17741         * tests/unictype/test-categ_Pd.c: Regenerated.
17742         * tests/unictype/test-categ_Pe.c: Regenerated.
17743         * tests/unictype/test-categ_Pf.c: Regenerated.
17744         * tests/unictype/test-categ_Pi.c: Regenerated.
17745         * tests/unictype/test-categ_Po.c: Regenerated.
17746         * tests/unictype/test-categ_Ps.c: Regenerated.
17747         * tests/unictype/test-categ_S.c: Regenerated.
17748         * tests/unictype/test-categ_Sk.c: Regenerated.
17749         * tests/unictype/test-categ_Sm.c: Regenerated.
17750         * tests/unictype/test-categ_So.c: Regenerated.
17751         * tests/unictype/test-ctype_alnum.c: Regenerated.
17752         * tests/unictype/test-ctype_alpha.c: Regenerated.
17753         * tests/unictype/test-ctype_graph.c: Regenerated.
17754         * tests/unictype/test-ctype_lower.c: Regenerated.
17755         * tests/unictype/test-ctype_print.c: Regenerated.
17756         * tests/unictype/test-ctype_punct.c: Regenerated.
17757         * tests/unictype/test-ctype_upper.c: Regenerated.
17758         * tests/unictype/test-decdigit.h: Regenerated.
17759         * tests/unictype/test-digit.h: Regenerated.
17760         * tests/unictype/test-numeric.h: Regenerated.
17761         * tests/unictype/test-pr_alphabetic.c: Regenerated.
17762         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
17763         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
17764         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
17765         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
17766         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
17767         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
17768         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
17769         * tests/unictype/test-pr_combining.c: Regenerated.
17770         * tests/unictype/test-pr_dash.c: Regenerated.
17771         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
17772         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
17773         * tests/unictype/test-pr_deprecated.c: Regenerated.
17774         * tests/unictype/test-pr_diacritic.c: Regenerated.
17775         * tests/unictype/test-pr_extender.c: Regenerated.
17776         * tests/unictype/test-pr_format_control.c: Regenerated.
17777         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
17778         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
17779         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
17780         * tests/unictype/test-pr_id_continue.c: Regenerated.
17781         * tests/unictype/test-pr_id_start.c: Regenerated.
17782         * tests/unictype/test-pr_ideographic.c: Regenerated.
17783         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
17784         * tests/unictype/test-pr_lowercase.c: Regenerated.
17785         * tests/unictype/test-pr_math.c: Regenerated.
17786         * tests/unictype/test-pr_numeric.c: Regenerated.
17787         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
17788         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
17789         Regenerated.
17790         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
17791         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
17792         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
17793         * tests/unictype/test-pr_other_math.c: Regenerated.
17794         * tests/unictype/test-pr_punctuation.c: Regenerated.
17795         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
17796         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
17797         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
17798         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
17799         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
17800         * tests/unictype/test-pr_uppercase.c: Regenerated.
17801         * tests/unictype/test-pr_xid_continue.c: Regenerated.
17802         * tests/unictype/test-pr_xid_start.c: Regenerated.
17803         * tests/unictype/test-pr_zero_width.c: Regenerated.
17804
17805         Update to Unicode 5.1.0.
17806         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
17807         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
17808         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
17809         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
17810         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
17811         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
17812         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
17813         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
17814         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
17815         (nonspacing_table_ind): Update.
17816         * tests/uniwidth/test-uc_width2.sh: Update expected result.
17817
17818         Update to Unicode 5.1.0.
17819         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
17820         code transform.
17821         * lib/uniname/uniname.c (unicode_character_name,
17822         unicode_name_character): Add the range 0x1Fxxx to the code transform.
17823         * lib/uniname/uninames.h: Regenerated.
17824         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
17825
17826 2009-02-07  Bruno Haible  <bruno@clisp.org>
17827
17828         Merge gen-ctype and gen-lbrk into a single program.
17829         * lib/gen-uni-tables.c: New file, incorporating
17830         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
17831         Add directory prefixes to the names of the generated files.
17832         * lib/unictype/gen-ctype.c: Remove file.
17833         * lib/unilbrk/gen-lbrk.c: Remove file.
17834         * modules/gen-uni-tables: New file.
17835         * modules/unictype/gen-ctype: Remove file.
17836         * modules/unilbrk/gen-lbrk: Remove file.
17837
17838 2009-02-07  Bruno Haible  <bruno@clisp.org>
17839
17840         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
17841
17842         New module 'unistr/u32-strcoll'.
17843         * modules/unistr/u32-strcoll: New file.
17844         * lib/unistr/u32-strcoll.c: New file.
17845
17846         New module 'unistr/u16-strcoll'.
17847         * modules/unistr/u16-strcoll: New file.
17848         * lib/unistr/u16-strcoll.c: New file.
17849
17850         New module 'unistr/u8-strcoll'.
17851         * modules/unistr/u8-strcoll: New file.
17852         * lib/unistr/u8-strcoll.c: New file.
17853         * lib/unistr/u-strcoll.h: New file.
17854
17855 2009-02-07  Bruno Haible  <bruno@clisp.org>
17856
17857         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
17858         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
17859         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
17860         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
17861         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
17862         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
17863
17864 2009-02-07  Bruno Haible  <bruno@clisp.org>
17865
17866         Make 64-bit clean.
17867         * lib/unictype/gen-ctype.c (output_predicate, output_category,
17868         output_combclass, output_bidi_category, output_decimal_digit,
17869         output_digit, output_numeric, output_mirror, output_scripts,
17870         output_ident_category): Use proper width specifier in format strings.
17871
17872 2009-02-07  Bruno Haible  <bruno@clisp.org>
17873
17874         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
17875         failure behaviour.
17876
17877 2009-02-07  Jim Meyering  <meyering@redhat.com>
17878
17879         regex: avoid compilation failure with upcoming gcc-4.4
17880         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
17881         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
17882         "... error: integer overflow in preprocessor expression".
17883
17884 2009-02-05  Ben Pfaff  <blp@gnu.org>
17885
17886         Fix link errors on Windows when close module is used.
17887         * modules/close: Add $(LIB_CLOSE) to Link section.
17888         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
17889         $(LIB_CLOSE) on Windows.
17890
17891 2009-02-05  Jim Meyering  <meyering@redhat.com>
17892
17893         still avoid unused-parameter warnings, but do it cleanly
17894         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
17895         (get_fs_usage): Cast to void instead.
17896         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
17897         (dev_from_mount_options, read_file_system_list): Cast to void.
17898         Prompted by Bruno Haible.
17899
17900 2009-02-04  Jim Meyering  <meyering@redhat.com>
17901
17902         fsusage.c: correct copyright year
17903         * lib/fsusage.c: Reflect year in which the change is pushed into
17904
17905         avoid misc. warnings
17906         * lib/fsusage.c (UNUSED_PARAM): Define.
17907         (get_fs_usage): Mark parameter "disk" as unused.
17908         * lib/getugroups.c (getgrent): Use "void" in prototype.
17909         * lib/mountlist.c: Mark unused parameters.
17910         (read_file_system_list): Declare a local with "const".
17911         * lib/nanosleep.c (getnow): Declare static.
17912         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
17913
17914         dirfd: set errno upon failure
17915         * lib/dirfd.c: Include <errno.h>.
17916         Set errno to ENOTSUP when returning -1.
17917         * modules/dirfd (Depends-on): Add errno.
17918         Suggested by John Kodis <kodis@comcast.net>.
17919
17920 2009-02-01  Bruno Haible  <bruno@clisp.org>
17921
17922         Don't assume sizeof (long) >= sizeof (void *).
17923         * lib/memcmp.c: Include stdint.h.
17924         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
17925         srcp2 to 'const byte *'.
17926         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
17927         types to uintptr_t.
17928         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
17929         * modules/memcmp (Depends-on): Add stdint.
17930         Reported by Ozkan Sezer <sezeroz@gmail.com>.
17931
17932 2009-01-30  Eric Blake  <ebb9@byu.net>
17933
17934         fix more require-before-expand issues
17935         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
17936         expand, AC_PROG_AWK.
17937         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
17938
17939 2009-01-28  Eric Blake  <ebb9@byu.net>
17940
17941         version-etc: use consistent URL formatting
17942         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
17943         Improve formatting.  Use fputs for string without %.
17944
17945 2009-01-28  Jim Meyering  <meyering@redhat.com>
17946
17947         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
17948         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
17949         "underquoted definition of NAME" from autoconf-2.59.
17950
17951 2009-01-28  Bruno Haible  <bruno@clisp.org>
17952
17953         * doc/gnulib.texi: Add "Obsolete modules" to index.
17954
17955 2009-01-28  Jim Meyering  <meyering@redhat.com>
17956
17957         useless-if-before-free: recognize more variants
17958         * build-aux/useless-if-before-free: Also recognize e.g.,
17959         if (NULL != p) free (p);
17960
17961 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
17962
17963         test-getaddrinfo: skip (don't fail) this test when there's no network
17964         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
17965         on the presumption that it means you lack network access.
17966
17967 2009-01-26  Jim Meyering  <meyering@redhat.com>
17968
17969         fflush: avoid warnings on modern systems
17970         * lib/fflush.c (rpl_fflush): Move declarations of locals,
17971         pos and result, into scopes where they're used.
17972
17973 2009-01-26  Eric Blake  <ebb9@byu.net>
17974
17975         Silence warning reintroduced by recent extensions patch.
17976         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
17977         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
17978         autoconf.
17979
17980         Backport improved autoconf semantics of AC_DEFUN_ONCE.
17981         * m4/00gnulib.m4: New file.
17982         * gnulib-tool (func_get_filelist): Always use it.
17983         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
17984         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
17985
17986 2009-01-25  Bruno Haible  <bruno@clisp.org>
17987
17988         Make test-quotearg work on MacOS X and AIX.
17989         * tests/test-quotearg.sh: New file.
17990         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
17991         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
17992         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
17993         include <libintl.h>.
17994         (fake_locale): Remove variable.
17995         (gettext, dgettext, dcgettext): Remove functions.
17996         (main): Instead of setting a fake locale, set a real locale. Call
17997         textdomain and bindtextdomain.
17998         * modules/quotearg-tests (Files): Add the new files.
17999         (Depends-on): Add gettext, setenv, unsetenv.
18000         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
18001         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
18002         Augment TESTS_ENVIRONMENT.
18003
18004 2009-01-25  Bruno Haible  <bruno@clisp.org>
18005
18006         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
18007         fr_FR.ISO8859-1 locale on MacOS X.
18008         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
18009         ja_JP.eucJP locale on MacOS X.
18010         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
18011         zh_CN.GB18030 locale on MacOS X.
18012
18013 2009-01-25  Bruno Haible  <bruno@clisp.org>
18014
18015         Avoid link errors on MacOS X 10.3.
18016         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
18017         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
18018
18019 2009-01-25  Bruno Haible  <bruno@clisp.org>
18020
18021         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
18022         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
18023         * modules/pipe (Files): Remove m4/posix_spawn.m4.
18024         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
18025         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
18026         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
18027         posix_spawnattr_init, posix_spawnattr_setsigmask,
18028         posix_spawnattr_setflags, posix_spawnattr_destroy.
18029
18030         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
18031         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
18032         * modules/execute (Files): Remove m4/posix_spawn.m4.
18033         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
18034         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
18035         posix_spawnattr_init, posix_spawnattr_setsigmask,
18036         posix_spawnattr_setflags, posix_spawnattr_destroy.
18037
18038 2009-01-25  Bruno Haible  <bruno@clisp.org>
18039
18040         * lib/glthread/threadlib.c: Include <stdlib.h>.
18041
18042 2009-01-25  Bruno Haible  <bruno@clisp.org>
18043
18044         * lib/glthread/threadlib.c (dummy): New declaration.
18045
18046 2009-01-25  Bruno Haible  <bruno@clisp.org>
18047
18048         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
18049         multibyte characters also for the GB18030 encoding. Don't crash when
18050         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
18051
18052 2009-01-25  Bruno Haible  <bruno@clisp.org>
18053
18054         Avoid redefining 'struct random_data' on OSF/1 5.1.
18055         * lib/stdlib.in.h: Include <random.h> if it exists.
18056         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
18057         HAVE_RANDOM_H. Include <random.h> when testing whether
18058         'struct random_data' exists.
18059         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
18060
18061 2009-01-25  Bruno Haible  <bruno@clisp.org>
18062
18063         Don't install charset.alias on MacOS X >= 10.3.
18064         * lib/localcharset.c (DARWIN7): New macro.
18065         (get_charset_aliases): Hardcode the result for Darwin7.
18066         * modules/localcharset (install-exec-local): Don't install
18067         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
18068
18069 2009-01-25  Bruno Haible  <bruno@clisp.org>
18070
18071         Don't install charset.alias on mingw and Cygwin.
18072         * modules/localcharset (install-exec-local): Don't install
18073         charset.alias on mingw and Cygwin, if the file does not yet exist.
18074         The result for these platforms is hardcoded in localcharset.c.
18075
18076 2009-01-25  Bruno Haible  <bruno@clisp.org>
18077
18078         Make it possible again to use AC_GNU_SOURCE together with gnulib.
18079         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
18080         before requiring AC_USE_SYSTEM_EXTENSIONS.
18081
18082 2009-01-25  Jim Meyering  <meyering@redhat.com>
18083
18084         c-strtod: avoid warnings
18085         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
18086         "assignment discards qualifiers from pointer target type" warnings.
18087
18088 2009-01-24  Bruno Haible  <bruno@clisp.org>
18089
18090         Add support for non-UTF-8 locales on MacOS X.
18091         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
18092         canonical encodings. For Darwin 7 and newer, don't map traditional
18093         encodings to UTF-8.
18094         Reported by Vincent Lefevre <vincent@vinc17.org>
18095         at <http://savannah.gnu.org/bugs/?25235>.
18096
18097 2009-01-24  Bruno Haible  <bruno@clisp.org>
18098
18099         * doc/gnulib.texi (Obsolete modules): New section.
18100         Reported by Mike Frysinger <vapier@gentoo.org>.
18101
18102 2009-01-24  Bruno Haible  <bruno@clisp.org>
18103
18104         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
18105         (%.dvi): New rule.
18106
18107 2009-01-24  Bruno Haible  <bruno@clisp.org>
18108
18109         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
18110         Reported by Eric Blake.
18111
18112 2009-01-24  Bruno Haible  <bruno@clisp.org>
18113
18114         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
18115         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
18116         Reported by Gary V. Vaughan <gary@gnu.org>.
18117
18118 2009-01-24  Bruno Haible  <bruno@clisp.org>
18119
18120         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
18121
18122 2009-01-23  Bruno Haible  <bruno@clisp.org>
18123
18124         Make c-strtod, c-strtold usable in libraries.
18125         * lib/c-strtod.c: Include string.h instead of xalloc.h.
18126         (C_STRTOD): Call strdup instead of xstrdup.
18127         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
18128         * modules/c-strtold (Depends-on): Likewise.
18129         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
18130         * NEWS: Mention the change.
18131         Reported by Michael Gold <mgold@ncf.ca>.
18132
18133 2009-01-23  Jim Meyering  <meyering@redhat.com>
18134
18135         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
18136         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
18137         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
18138
18139 2009-01-23  Simon Josefsson  <simon@josefsson.org>
18140
18141         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
18142         GNU CoreUtils.
18143         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
18144         * modules/version-etc (Description): Update.
18145
18146 2009-01-22  Bruno Haible  <bruno@clisp.org>
18147
18148         Cache the C locale object.
18149         * lib/c-strtod.c (c_locale_cache): New variable.
18150         (c_locale): New function.
18151         (C_STRTOD): Use it, and don't call freelocale.
18152         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
18153         Suggested by Paolo Bonzini.
18154
18155 2009-01-21  Bruno Haible  <bruno@clisp.org>
18156
18157         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
18158         conditions other than overflow.
18159
18160 2009-01-21  Bruno Haible  <bruno@clisp.org>
18161
18162         * lib/c-strtod.c: Include errno.h.
18163         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
18164         value from STRTOD_L and STRTOD.
18165
18166 2009-01-21  Bruno Haible  <bruno@clisp.org>
18167         and Jim Meyering  <meyering@redhat.com>
18168
18169         nanosleep: skip configure test (fail it) for apple universal builds
18170         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
18171         universal builds, assume that nanosleep does not work.
18172         * modules/nanosleep (Depends-on): Add multiarch.
18173
18174         mktime: skip configure test (fail it) for apple universal builds
18175         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
18176         universal builds, assume that mktime does not work.
18177         * modules/mktime (Depends-on): Add multiarch.
18178
18179 2009-01-21  Eric Blake  <ebb9@byu.net>
18180
18181         multiarch: avoid expand-before-require warning
18182         * modules/multiarch (configure.ac): Require, rather than expand,
18183         gl_MULTIARCH.
18184         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
18185         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
18186         enforce that all clients require it.  Partial reversion of
18187         2008-12-29 patch.
18188
18189         error: avoid expand-before-require warning
18190         * modules/errno (configure.ac): Require, rather than expand,
18191         gl_HEADER_ERRNO_H.
18192         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
18193         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
18194         enforce that all clients require it.
18195
18196         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
18197         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
18198         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
18199         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
18200
18201 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
18202
18203         Revert:
18204         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
18205
18206         regex: do not depend on obsolete modules.
18207         * modules/regex: Remove memcmp and memmove.
18208
18209 2009-01-20  Bruno Haible  <bruno@clisp.org>
18210
18211         Make the 'link' module link on Windows NT 4.
18212         * lib/link.c (_WIN32_WINNT): Don't define.
18213         (CreateHardLinkFuncType): New type.
18214         (CreateHardLinkFunc, initialized): New variables.
18215         (initialize): New function.
18216         (link): Invoke CreateHardLink indirectly through the function pointer.
18217
18218 2009-01-20  Bruno Haible  <bruno@clisp.org>
18219
18220         Fix compilation failure on mingw.
18221         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
18222
18223 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
18224
18225         * doc/c-strtod.texi: Mention a couple of restrictions.
18226
18227 2009-01-20  Jim Meyering  <meyering@redhat.com>
18228
18229         gettimeofday: move more declarations out of functions
18230         * lib/gettimeofday.c: Move extern declarations of tzset and
18231         gmtime out of containing functions.  Prompted by Bruno Haible.
18232
18233 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
18234
18235         regex: do not depend on obsolete modules.
18236         * modules/regex: Remove memcmp and memmove.
18237
18238 2009-01-19  Bruno Haible  <bruno@clisp.org>
18239
18240         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
18241         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
18242         gl_BIGENDIAN, not AC_C_BIGENDIAN.
18243         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
18244         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
18245
18246 2009-01-19  Bruno Haible  <bruno@clisp.org>
18247
18248         * tests/test-link.c: Include <errno.h>.
18249         (main): Exit with code 77 when a hard link cannot be created due to
18250         the file system.
18251         * tests/test-link.sh: Skip test when a hard link cannot be created due
18252         to the file system.
18253         Suggested by Eric Blake.
18254
18255 2009-01-19  Martin Lambers  <marlam@marlam.de>
18256
18257         * modules/link-tests: New file.
18258         * tests/test-link.sh: New file.
18259         * tests/test-link.c: New file.
18260
18261 2009-01-19  Eric Blake  <ebb9@byu.net>
18262
18263         doc: mention another function added in cygwin 1.7.0
18264         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
18265         Another new function in cygwin 1.7.
18266
18267 2009-01-19  Bruno Haible  <bruno@clisp.org>
18268
18269         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
18270         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
18271         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
18272         gl_BIGENDIAN, not AC_C_BIGENDIAN.
18273         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
18274         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
18275         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
18276         * m4/md4.m4 (gl_MD4): Likewise.
18277         * m4/md5.m4 (gl_MD5): Likewise.
18278         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
18279         * m4/sha1.m4 (gl_SHA1): Likewise.
18280         * m4/sha256.m4 (gl_SHA256): Likewise.
18281         * m4/sha512.m4 (gl_SHA512): Likewise.
18282
18283 2009-01-19  Bruno Haible  <bruno@clisp.org>
18284
18285         * modules/uniname/uniname-tests (Depends-on): Add progname.
18286         * tests/uniname/test-uninames.c: Include progname.h.
18287         (main): Call set_program_name.
18288
18289         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
18290         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
18291         (main): Call set_program_name.
18292
18293         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
18294         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
18295         (main): Call set_program_name.
18296
18297         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
18298         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
18299         (main): Call set_program_name.
18300
18301         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
18302         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
18303         (main): Call set_program_name.
18304
18305         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
18306         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
18307         (main): Call set_program_name.
18308
18309         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
18310         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
18311         (main): Call set_program_name.
18312
18313         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
18314         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
18315         (main): Call set_program_name.
18316
18317         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
18318         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
18319         (main): Call set_program_name.
18320
18321 2009-01-19  Eric Blake  <ebb9@byu.net>
18322
18323         test-unistd: test previous patch
18324         * tests/test-unistd.c: Test *_FILENO macros.
18325
18326         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
18327         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
18328         Guarantee a definition.
18329         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
18330         * modules/unistd-safer (Depends-on): Add dependency on unistd.
18331         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
18332         * lib/dup-safer.c (STDERR_FILENO): Likewise.
18333         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
18334         Likewise.
18335         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
18336         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
18337         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
18338         Likewise.
18339         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
18340         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
18341         (STDERR_FILENO): Likewise.
18342         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
18343         (STDERR_FILENO): Likewise.
18344         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
18345         (STDERR_FILENO): Likewise.
18346         Reported by Elbert Pol.
18347
18348 2009-01-19  Eric Blake  <ebb9@byu.net>
18349
18350         doc: mention more functions added in cygwin 1.7.0
18351         * doc/posix-functions/abort.texi (abort): Update wording related
18352         to cygwin.
18353         * doc/posix-functions/daylight.texi (daylight): Likewise.
18354         * doc/posix-functions/optarg.texi (optarg): Likewise.
18355         * doc/posix-functions/optarg.texi (opterr): Likewise.
18356         * doc/posix-functions/optarg.texi (optind): Likewise.
18357         * doc/posix-functions/optarg.texi (optopt): Likewise.
18358         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
18359         worked in 1.5.x, and was withdrawn in 1.7.
18360         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
18361         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
18362         cygwin versions.
18363         * doc/posix-functions/perror.texi (perror): Likewise.
18364         * doc/posix-functions/printf.texi (printf): Likewise.
18365         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
18366         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
18367         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
18368         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
18369         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
18370         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
18371         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
18372         Likewise.
18373         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
18374         Likewise.
18375         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
18376         this function.
18377         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
18378         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
18379         Likewise.
18380         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
18381         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
18382         * doc/posix-functions/confstr.texi (confstr): Likewise.
18383         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
18384         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
18385         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
18386         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
18387         * doc/posix-functions/fputws.texi (fputws): Likewise.
18388         * doc/posix-functions/fwide.texi (fwide): Likewise.
18389         * doc/posix-functions/getwc.texi (getwc): Likewise.
18390         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
18391         * doc/posix-functions/putwc.texi (putwc): Likewise.
18392         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
18393         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
18394         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
18395         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
18396         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
18397         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
18398         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
18399         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
18400         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
18401         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
18402         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
18403
18404 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
18405
18406         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
18407         * lib/ioctl.c: Include <sys/ioctl.h>.
18408
18409 2009-01-19  Simon Josefsson  <simon@josefsson.org>
18410
18411         * modules/getdate-tests (Depends-on): Add progname.
18412         * tests/test-getdate.c: Use progname module, to avoid link errors
18413         on non-glibc systems.
18414
18415 2009-01-18  Simon Josefsson  <simon@josefsson.org>
18416
18417         * modules/filenamecat-tests (Depends-on): Add progname.
18418         * modules/fstrcmp-tests (Depends-on): Likewise.
18419
18420         * tests/test-filenamecat.c: Use progname module, to avoid link
18421         errors on non-glibc systems.
18422         * tests/test-fstrcmp.c: Likewise.
18423
18424 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
18425
18426         gettimeofday: avoid warning: nested extern declaration of 'localtime'
18427         * lib/gettimeofday.c: Move extern declaration out of function.
18428
18429 2009-01-18  Bruno Haible  <bruno@clisp.org>
18430
18431         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
18432         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
18433         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
18434
18435 2009-01-18  Bruno Haible  <bruno@clisp.org>
18436
18437         * lib/strftime.c (MEMPCPY): Remove unused macro.
18438         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
18439
18440 2009-01-18  Martin Lambers  <marlam@marlam.de>
18441
18442         New module 'link'.
18443         * lib/unistd.in.h (link): New declaration.
18444         * lib/link.c: New file.
18445         * m4/link.m4: New file.
18446         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
18447         HAVE_LINK.
18448         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
18449         * modules/link: New file.
18450         * doc/posix-functions/link.texi: Mention the new module.
18451
18452 2009-01-18  Bruno Haible  <bruno@clisp.org>
18453
18454         * tests/test-avltree_list.c (main): Call set_program_name.
18455         * tests/test-avltree_oset.c (main): Likewise.
18456         * tests/test-obstack-printf.c: Include progname.h.
18457         (main): Call set_program_name.
18458         * tests/test-quotearg.c: Include progname.h.
18459         (main): Call set_program_name.
18460         * tests/test-xmemdup0.c: Include progname.h.
18461         (main): Call set_program_name.
18462
18463 2009-01-18  Bruno Haible  <bruno@clisp.org>
18464
18465         New module 'alphasort'.
18466         * lib/dirent.in.h (alphasort): New declaration.
18467         * lib/alphasort.c: New file, from glibc with modifications.
18468         * m4/alphasort.m4: New file.
18469         * modules/alphasort: New file.
18470         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
18471         HAVE_ALPHASORT.
18472         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
18473         HAVE_ALPHASORT.
18474         * doc/posix-functions/alphasort.texi: Mention the new module and the
18475         portability problems.
18476
18477 2009-01-18  Bruno Haible  <bruno@clisp.org>
18478
18479         New module 'scandir'.
18480         * lib/dirent.in.h (scandir): New declaration.
18481         * lib/scandir.c: New file, from glibc with modifications.
18482         * m4/scandir.m4: New file.
18483         * modules/scandir: New file.
18484         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
18485         HAVE_SCANDIR.
18486         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
18487         HAVE_SCANDIR.
18488         * doc/posix-functions/scandir.texi: Mention the new module and the
18489         portability problems.
18490
18491 2009-01-17  Bruno Haible  <bruno@clisp.org>
18492
18493         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
18494         Update documentation.
18495         (func_remove_suffix): Escape all dots in the suffix. Update
18496         documentation.
18497         (func_filter_filelist): Update documentation.
18498         Reported by Ralf Wildenhues.
18499
18500 2009-01-17  Bruno Haible  <bruno@clisp.org>
18501
18502         * modules/dprintf-posix-tests: New file.
18503         * tests/test-dprintf-posix.sh: New file.
18504         * tests/test-dprintf-posix.c: New file.
18505
18506         New modules 'dprintf', 'dprintf-posix'.
18507         * lib/stdio.in.h (dprintf): New declaration.
18508         * lib/dprintf.c: New file.
18509         * m4/dprintf.m4: New file.
18510         * m4/dprintf-posix.m4: New file.
18511         * modules/dprintf: New file.
18512         * modules/dprintf-posix: New file.
18513         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
18514         HAVE_DPRINTF, REPLACE_DPRINTF.
18515         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
18516         HAVE_DPRINTF, REPLACE_DPRINTF.
18517         * doc/posix-functions/dprintf.texi: Mention the new modules.
18518
18519 2009-01-17  Bruno Haible  <bruno@clisp.org>
18520
18521         * modules/vdprintf-posix-tests: New file.
18522         * tests/test-vdprintf-posix.sh: New file.
18523         * tests/test-vdprintf-posix.c: New file.
18524
18525         New modules 'vdprintf', 'vdprintf-posix'.
18526         * lib/stdio.in.h (vdprintf): New declaration.
18527         * lib/vdprintf.c: New file.
18528         * m4/vdprintf.m4: New file.
18529         * m4/vdprintf-posix.m4: New file.
18530         * modules/vdprintf: New file.
18531         * modules/vdprintf-posix: New file.
18532         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
18533         HAVE_VDPRINTF, REPLACE_VDPRINTF.
18534         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
18535         HAVE_VDPRINTF, REPLACE_VDPRINTF.
18536         * doc/posix-functions/vdprintf.texi: Mention the new modules.
18537
18538 2009-01-17  Bruno Haible  <bruno@clisp.org>
18539
18540         Fix replacement of fopen on mingw.
18541         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
18542         mingw.
18543
18544 2009-01-17  Bruno Haible  <bruno@clisp.org>
18545
18546         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
18547         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
18548
18549 2009-01-17  Bruno Haible  <bruno@clisp.org>
18550
18551         Avoid test-fflush2.sh failure on mingw.
18552         * tests/test-fflush2.c: Include binary-io.h.
18553         (main): Put standard input into binary mode.
18554         * modules/fflush-tests (Depends-on): Add binary-io.
18555
18556 2009-01-17  Bruno Haible  <bruno@clisp.org>
18557
18558         * lib/wchar.in.h: In another particular situation, include only the
18559         system's <wchar.h> file.
18560         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
18561         Reported by Albert Chin-A-Young <china@thewrittenword.com>
18562         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
18563
18564 2009-01-17  Bruno Haible  <bruno@clisp.org>
18565
18566         Support for stripping executables in --enable-relocatable.
18567         * build-aux/install-reloc: Expect one more argument, or an environment
18568         variable RELOC_STRIP_PROG. If set, strip the destination program and
18569         its wrapper.
18570         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
18571         RELOC_STRIP_PROG.
18572         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
18573         to set RELOCATABLE_STRIP.
18574         * NEWS: Mention the new Makefile requirement.
18575
18576 2009-01-17  Bruno Haible  <bruno@clisp.org>
18577
18578         * build-aux/install-reloc: Remove debugging information left over by
18579         C compiler on MacOS X.
18580
18581 2009-01-17  Bruno Haible  <bruno@clisp.org>
18582
18583         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
18584         * lib/progreloc.c (find_executable): Fix type of pointer passed to
18585         _NSGetExecutablePath.
18586
18587 2009-01-16  Jim Meyering  <meyering@redhat.com>
18588
18589         strerror: avoid warnings about discarding "const"
18590         * lib/strerror.c (rpl_strerror): Instead of returning a const
18591         string from each and every "case", use a variable, and add a single
18592         cast after the switch.
18593
18594 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
18595
18596         * lib/arpa_inet.in.h: Add extern "C" block for C++.
18597
18598 2009-01-16  Bruno Haible  <bruno@clisp.org>
18599
18600         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
18601         array initializer syntax that also works in C++ mode.
18602         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
18603
18604 2009-01-16  Jim Meyering  <meyering@redhat.com>
18605
18606         poll: suppress a warning
18607         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
18608         to ignore "...unsigned expression < 0 is always false" warnings.
18609
18610 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
18611
18612         poll: remove declarations of unused variables
18613         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
18614         sockbuf and optlen.
18615
18616 2009-01-15  Bruno Haible  <bruno@clisp.org>
18617
18618         Make fflush-after-ungetc POSIX compliant on BSD systems.
18619         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
18620         (clear_ungetc_buffer): Implement also for other systems.
18621         (rpl_fflush): On glibc systems, invoke
18622         clear_ungetc_buffer_preserving_position. Otherwise, invoke
18623         clear_ungetc_buffer after fetching the stream's position, not before.
18624
18625 2009-01-15  Bruno Haible  <bruno@clisp.org>
18626
18627         Make fflush-after-ungetc POSIX compliant on glibc systems.
18628         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
18629         after ungetc.
18630         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
18631         (rpl_fflush): On glibc systems, simply call the system's fflush
18632         function after clearing the ungetc buffer.
18633         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
18634         Instead, lseek only to the end of file, then use the system's fseeko
18635         for the rest. On glibc systems, reset the EOF indicator bit.
18636
18637 2009-01-15  Jim Meyering  <meyering@redhat.com>
18638
18639         openmp.m4: revert quote-adding change, for portability to older autoconf
18640         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
18641         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
18642         Simon Josefsson noticed the problem when using autoconf-2.61.
18643
18644 2009-01-15  Bruno Haible  <bruno@clisp.org>
18645
18646         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
18647         * tests/test-fflush2.c (ASSERT): Always fail.
18648         (main): Add two tests for fflush() after ungetc(), taking into account
18649         the Austin Group's clarification.
18650         Suggested by Eric Blake.
18651
18652 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
18653
18654         mktime.m4: remove K&R-style function prototypes
18655         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
18656         for the Sun C++ compiler.
18657
18658 2009-01-14  Bruno Haible  <bruno@clisp.org>
18659
18660         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
18661         while including <wchar.h>.
18662         * lib/wchar.in.h: In two particular situations on HP-UX, include only
18663         the system's <wchar.h> file.
18664         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
18665
18666 2009-01-14  Bruno Haible  <bruno@clisp.org>
18667
18668         * m4/csharp.m4: Don't mention gettext on the serial number line.
18669         * m4/csharpexec.m4: Likewise.
18670         * m4/eaccess.m4: Likewise.
18671         * m4/javaexec.m4: Likewise.
18672         * m4/sig_atomic_t.m4: Likewise.
18673         * m4/tmpdir.m4: Likewise.
18674         * m4/intldir.m4: Bump gettext version.
18675         * m4/lib-ld.m4: Likewise.
18676
18677 2009-01-14  Bruno Haible  <bruno@clisp.org>
18678
18679         * lib/progname.c (set_program_name): Add more comments.
18680         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
18681
18682 2009-01-14  Simon Josefsson  <simon@josefsson.org>
18683
18684         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
18685         were sys/stat.h does not define it.
18686
18687 2009-01-14  Jim Meyering  <meyering@redhat.com>
18688
18689         many *.m4 files: improve m4 quoting
18690         99% of this change was performed by running the following commands:
18691         git ls-files | grep '\.m4$' | xargs perl -pi \
18692           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
18693           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
18694           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
18695           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
18696         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
18697         The remainder were to add Copyright dates, increment serial numbers,
18698         undo some changes in comments, exclude m4/intl.m4, and add quotes
18699         around the "1" in ",1" where the unusual spacing prohibited the
18700         above regexps from doing the job.  For more details, see
18701         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
18702         * m4/acl.m4: Modified.
18703         * m4/afs.m4: Likewise.
18704         * m4/alloca.m4: Likewise.
18705         * m4/argp.m4: Likewise.
18706         * m4/argz.m4: Likewise.
18707         * m4/atexit.m4: Likewise.
18708         * m4/bison-i18n.m4: Likewise.
18709         * m4/bison.m4: Likewise.
18710         * m4/byteswap.m4: Likewise.
18711         * m4/c-stack.m4: Likewise.
18712         * m4/c-strtod.m4: Likewise.
18713         * m4/calloc.m4: Likewise.
18714         * m4/canonicalize-lgpl.m4: Likewise.
18715         * m4/chown.m4: Likewise.
18716         * m4/clock_time.m4: Likewise.
18717         * m4/codeset.m4: Likewise.
18718         * m4/copy-file.m4: Likewise.
18719         * m4/csharp.m4: Likewise.
18720         * m4/csharpcomp.m4: Likewise.
18721         * m4/csharpexec.m4: Likewise.
18722         * m4/d-ino.m4: Likewise.
18723         * m4/d-type.m4: Likewise.
18724         * m4/dirfd.m4: Likewise.
18725         * m4/double-slash-root.m4: Likewise.
18726         * m4/eaccess.m4: Likewise.
18727         * m4/eealloc.m4: Likewise.
18728         * m4/environ.m4: Likewise.
18729         * m4/errno_h.m4: Likewise.
18730         * m4/euidaccess.m4: Likewise.
18731         * m4/execute.m4: Likewise.
18732         * m4/fatal-signal.m4: Likewise.
18733         * m4/fchdir.m4: Likewise.
18734         * m4/fcntl_h.m4: Likewise.
18735         * m4/fileblocks.m4: Likewise.
18736         * m4/filenamecat.m4: Likewise.
18737         * m4/findprog.m4: Likewise.
18738         * m4/flexmember.m4: Likewise.
18739         * m4/fnmatch.m4: Likewise.
18740         * m4/fopen.m4: Likewise.
18741         * m4/fpending.m4: Likewise.
18742         * m4/fprintf-posix.m4: Likewise.
18743         * m4/free.m4: Likewise.
18744         * m4/frexp.m4: Likewise.
18745         * m4/frexpl.m4: Likewise.
18746         * m4/fsusage.m4: Likewise.
18747         * m4/ftruncate.m4: Likewise.
18748         * m4/gc-camellia.m4: Likewise.
18749         * m4/gc-random.m4: Likewise.
18750         * m4/gc.m4: Likewise.
18751         * m4/getaddrinfo.m4: Likewise.
18752         * m4/getcwd-abort-bug.m4: Likewise.
18753         * m4/getcwd-path-max.m4: Likewise.
18754         * m4/getdate.m4: Likewise.
18755         * m4/getdomainname.m4: Likewise.
18756         * m4/getgroups.m4: Likewise.
18757         * m4/gethostname.m4: Likewise.
18758         * m4/gethrxtime.m4: Likewise.
18759         * m4/getline.m4: Likewise.
18760         * m4/getloadavg.m4: Likewise.
18761         * m4/getndelim2.m4: Likewise.
18762         * m4/getpass.m4: Likewise.
18763         * m4/gettext.m4: Likewise.
18764         * m4/gettime.m4: Likewise.
18765         * m4/gettimeofday.m4: Likewise.
18766         * m4/gnulib-common.m4: Likewise.
18767         * m4/group-member.m4: Likewise.
18768         * m4/host-os.m4: Likewise.
18769         * m4/iconv.m4: Likewise.
18770         * m4/iconv_open.m4: Likewise.
18771         * m4/inet_ntop.m4: Likewise.
18772         * m4/inet_pton.m4: Likewise.
18773         * m4/inline.m4: Likewise.
18774         * m4/intldir.m4: Likewise.
18775         * m4/intlmacosx.m4: Likewise.
18776         * m4/intmax.m4: Likewise.
18777         * m4/intmax_t.m4: Likewise.
18778         * m4/inttypes.m4: Likewise.
18779         * m4/inttypes_h.m4: Likewise.
18780         * m4/inttypes-pri.m4: Likewise.
18781         * m4/isapipe.m4: Likewise.
18782         * m4/isnand.m4: Likewise.
18783         * m4/isnanf.m4: Likewise.
18784         * m4/isnanl.m4: Likewise.
18785         * m4/javacomp.m4: Likewise.
18786         * m4/javaexec.m4: Likewise.
18787         * m4/jm-winsz1.m4: Likewise.
18788         * m4/jm-winsz2.m4: Likewise.
18789         * m4/lchown.m4: Likewise.
18790         * m4/lcmessage.m4: Likewise.
18791         * m4/ldexpl.m4: Likewise.
18792         * m4/lib-ld.m4: Likewise.
18793         * m4/lib-link.m4: Likewise.
18794         * m4/libsigsegv.m4: Likewise.
18795         * m4/link-follow.m4: Likewise.
18796         * m4/localcharset.m4: Likewise.
18797         * m4/locale-fr.m4: Likewise.
18798         * m4/locale-ja.m4: Likewise.
18799         * m4/locale-tr.m4: Likewise.
18800         * m4/locale-zh.m4: Likewise.
18801         * m4/lock.m4: Likewise.
18802         * m4/longlong.m4: Likewise.
18803         * m4/ls-mntd-fs.m4: Likewise.
18804         * m4/lstat.m4: Likewise.
18805         * m4/malloc.m4: Likewise.
18806         * m4/mathl.m4: Likewise.
18807         * m4/mbrtowc.m4: Likewise.
18808         * m4/mbstate_t.m4: Likewise.
18809         * m4/mbswidth.m4: Likewise.
18810         * m4/memchr.m4: Likewise.
18811         * m4/memcmp.m4: Likewise.
18812         * m4/memcpy.m4: Likewise.
18813         * m4/memmem.m4: Likewise.
18814         * m4/memmove.m4: Likewise.
18815         * m4/mempcpy.m4: Likewise.
18816         * m4/memrchr.m4: Likewise.
18817         * m4/memset.m4: Likewise.
18818         * m4/minmax.m4: Likewise.
18819         * m4/mkdir-slash.m4: Likewise.
18820         * m4/mkdtemp.m4: Likewise.
18821         * m4/mktime.m4: Likewise.
18822         * m4/mmap-anon.m4: Likewise.
18823         * m4/mountlist.m4: Likewise.
18824         * m4/nanosleep.m4: Likewise.
18825         * m4/nls.m4: Likewise.
18826         * m4/nocrash.m4: Likewise.
18827         * m4/open.m4: Likewise.
18828         * m4/openat.m4: Likewise.
18829         * m4/openmp.m4: Likewise.
18830         * m4/pathmax.m4: Likewise.
18831         * m4/perl.m4: Likewise.
18832         * m4/physmem.m4: Likewise.
18833         * m4/pipe.m4: Likewise.
18834         * m4/po.m4: Likewise.
18835         * m4/poll.m4: Likewise.
18836         * m4/posixtm.m4: Likewise.
18837         * m4/posixver.m4: Likewise.
18838         * m4/printf-frexp.m4: Likewise.
18839         * m4/printf-frexpl.m4: Likewise.
18840         * m4/printf-posix.m4: Likewise.
18841         * m4/printf-posix-rpl.m4: Likewise.
18842         * m4/printf.m4: Likewise.
18843         * m4/progtest.m4: Likewise.
18844         * m4/putenv.m4: Likewise.
18845         * m4/readline.m4: Likewise.
18846         * m4/readlink.m4: Likewise.
18847         * m4/readutmp.m4: Likewise.
18848         * m4/realloc.m4: Likewise.
18849         * m4/regex.m4: Likewise.
18850         * m4/relocatable.m4: Likewise.
18851         * m4/relocatable-lib.m4: Likewise.
18852         * m4/rename-dest-slash.m4: Likewise.
18853         * m4/rename.m4: Likewise.
18854         * m4/rmdir-errno.m4: Likewise.
18855         * m4/rmdir.m4: Likewise.
18856         * m4/roundf.m4: Likewise.
18857         * m4/roundl.m4: Likewise.
18858         * m4/rpmatch.m4: Likewise.
18859         * m4/save-cwd.m4: Likewise.
18860         * m4/selinux-selinux-h.m4: Likewise.
18861         * m4/setenv.m4: Likewise.
18862         * m4/settime.m4: Likewise.
18863         * m4/sig2str.m4: Likewise.
18864         * m4/sig_atomic_t.m4: Likewise.
18865         * m4/signalblocking.m4: Likewise.
18866         * m4/signbit.m4: Likewise.
18867         * m4/sigpipe.m4: Likewise.
18868         * m4/sockets.m4: Likewise.
18869         * m4/sockpfaf.m4: Likewise.
18870         * m4/st_dm_mode.m4: Likewise.
18871         * m4/stat-time.m4: Likewise.
18872         * m4/stdbool.m4: Likewise.
18873         * m4/stdint.m4: Likewise.
18874         * m4/stdint_h.m4: Likewise.
18875         * m4/stpcpy.m4: Likewise.
18876         * m4/stpncpy.m4: Likewise.
18877         * m4/strcase.m4: Likewise.
18878         * m4/strchrnul.m4: Likewise.
18879         * m4/strcspn.m4: Likewise.
18880         * m4/strdup.m4: Likewise.
18881         * m4/strftime.m4: Likewise.
18882         * m4/strndup.m4: Likewise.
18883         * m4/strnlen.m4: Likewise.
18884         * m4/strpbrk.m4: Likewise.
18885         * m4/strptime.m4: Likewise.
18886         * m4/strsep.m4: Likewise.
18887         * m4/strtod.m4: Likewise.
18888         * m4/strtoimax.m4: Likewise.
18889         * m4/strtok_r.m4: Likewise.
18890         * m4/strtol.m4: Likewise.
18891         * m4/strtoll.m4: Likewise.
18892         * m4/strtoul.m4: Likewise.
18893         * m4/strtoull.m4: Likewise.
18894         * m4/strtoumax.m4: Likewise.
18895         * m4/strverscmp.m4: Likewise.
18896         * m4/threadlib.m4: Likewise.
18897         * m4/timegm.m4: Likewise.
18898         * m4/tm_gmtoff.m4: Likewise.
18899         * m4/tmpdir.m4: Likewise.
18900         * m4/tmpfile.m4: Likewise.
18901         * m4/tzset.m4: Likewise.
18902         * m4/uintmax_t.m4: Likewise.
18903         * m4/unlinkdir.m4: Likewise.
18904         * m4/unlocked-io.m4: Likewise.
18905         * m4/uptime.m4: Likewise.
18906         * m4/userspec.m4: Likewise.
18907         * m4/utimbuf.m4: Likewise.
18908         * m4/utime.m4: Likewise.
18909         * m4/utimes-null.m4: Likewise.
18910         * m4/utimes.m4: Likewise.
18911         * m4/vararrays.m4: Likewise.
18912         * m4/vasnprintf.m4: Likewise.
18913         * m4/vfprintf-posix.m4: Likewise.
18914         * m4/vprintf-posix.m4: Likewise.
18915         * m4/wait-process.m4: Likewise.
18916         * m4/wchar_t.m4: Likewise.
18917         * m4/wint_t.m4: Likewise.
18918         * m4/write-any-file.m4: Likewise.
18919         * m4/yield.m4: Likewise.
18920
18921 2009-01-13  Bruno Haible  <bruno@clisp.org>
18922
18923         Avoid test-copy-file.sh failures when ACL support insufficient.
18924         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
18925         TESTS_ENVIRONMENT.
18926         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
18927         Reported by Jim Meyering.
18928
18929 2009-01-13  Bruno Haible  <bruno@clisp.org>
18930
18931         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
18932         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
18933         * modules/unistdio/u8-printf-parse (Files): Likewise.
18934         * modules/unistdio/u32-printf-parse (Files): Likewise.
18935         * modules/unistdio/ulc-printf-parse (Files): Likewise.
18936
18937 2009-01-13  Simon Josefsson  <simon@josefsson.org>
18938
18939         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
18940         and m4/inttypes_h.m4 too.
18941
18942 2009-01-12  Eric Blake  <ebb9@byu.net>
18943
18944         tests: IRIX 6.2 cc can't compile -0.0 into .data
18945         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
18946         rather than at compile-time.
18947         * tests/test-floorl.c (minus_zero): Likewise.
18948         * tests/test-frexpl.c (minus_zero): Likewise.
18949         * tests/test-isnan.c (minus_zerol): Likewise.
18950         * tests/test-isnanl.h (minus_zero): Likewise.
18951         * tests/test-ldexpl.c (minus_zero): Likewise.
18952         * tests/test-roundl.c (minus_zero): Likewise.
18953         * tests/test-signbit.c (minus_zerol): Likewise.
18954         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
18955         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
18956         * tests/test-truncl.c (minus_zero): Likewise.
18957         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
18958         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
18959         Reported by Tom G. Christensen and Nelson H. F. Beebe.
18960
18961 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
18962
18963         regex: fix glibc bug 9697
18964         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
18965         handling.
18966
18967 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
18968
18969         regex: fix glibc bug 697
18970         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
18971         being NULL also if there are no backreferences.
18972
18973 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
18974
18975         regex: merge glibc changes
18976         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
18977         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
18978         re_string_skip_chars, re_string_reconstruct): Likewise.
18979         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
18980
18981 2009-01-07  Jim Meyering  <meyering@redhat.com>
18982
18983         poll: filter through cppi
18984         * lib/poll.c: Indent cpp directives to reflect nesting.
18985
18986 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
18987
18988         poll: don't return uninitialized
18989         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
18990
18991 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
18992
18993         avoid compile failure on AIX 6.1
18994         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
18995         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
18996
18997 2009-01-04  Jim Meyering  <meyering@redhat.com>
18998
18999         remove duplicate inclusion of <stdio.h>
19000         * tests/test-fprintf-posix.c: Likewise.
19001         * tests/test-printf-posix.c: Likewise.
19002         * tests/test-snprintf-posix.c: Likewise.
19003         * tests/test-sprintf-posix.c: Likewise.
19004         * tests/test-vasprintf-posix.c: Likewise.
19005         * tests/test-vfprintf-posix.c: Likewise.
19006         * tests/test-vprintf-posix.c: Likewise.
19007         * tests/test-vsnprintf-posix.c: Likewise.
19008         * tests/test-vsprintf-posix.c: Likewise.
19009
19010 2009-01-03  Jim Meyering  <meyering@redhat.com>
19011
19012         gnulib-tool: fix sed-based filtering
19013         * gnulib-tool (func_filter_filelist): Remove extra backslash
19014         in sed_fff_filter definition.
19015
19016 2009-01-02  Jim Meyering  <meyering@redhat.com>
19017
19018         strftime: avoid compilation failure on Solaris 2.6
19019         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
19020         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
19021         Don't #define mbrlen or mbsinit, since now they're guaranteed to
19022         be available.  Reported by Tom G. Christensen.  Details in
19023         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
19024
19025 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19026             Bruno Haible  <bruno@clisp.org>
19027
19028         Speed up gnulib-tool by doing more string processing through shell
19029         built-ins.
19030         * gnulib-tool (fast_func_append): New variable.
19031         (func_remove_prefix, func_remove_suffix): New functions.
19032         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
19033         (func_filter_filelist): New function.
19034         (func_get_dependencies): Use func_remove_suffix instead of sed.
19035         (func_get_automake_snippet): Use func_filter_filelist instead of a
19036         subshell and sed invocation.
19037
19038 2009-01-01  Bruno Haible  <bruno@clisp.org>
19039
19040         Fix a security bug.
19041         * gnulib-tool (func_import, import, update): Don't allow the characters
19042         '"', '$', '`', '\' in macro arguments that become part of commands that
19043         are evaluated.
19044
19045 2009-01-01  Bruno Haible  <bruno@clisp.org>
19046
19047         * gnulib-tool (func_reset_sigpipe): Add more comments.
19048
19049 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19050
19051         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
19052         func_emit_tests_Makefile_am, func_import): Abort loops early if we
19053         already know the answer.
19054
19055 2009-01-01  Jim Meyering  <meyering@redhat.com>
19056
19057         * lib/version-etc.c (version_etc_va): Update copyright year.
19058
19059 2008-12-30  Bruno Haible  <bruno@clisp.org>
19060
19061         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
19062         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
19063         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
19064
19065 2008-12-29  Eric Blake  <ebb9@byu.net>
19066
19067         multiarch: avoid autoconf AC_REQUIRE bug
19068         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
19069         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
19070         2.63 and older.
19071         Reported by Bruno Haible, and analyzed in
19072         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
19073
19074 2008-12-29  Bruno Haible  <bruno@clisp.org>
19075
19076         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
19077         files in subdirectories correctly.
19078         Reported by Ralf Wildenhues.
19079
19080 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19081
19082         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
19083         rather than 'join FILE -', for Solaris join.
19084
19085 2008-12-29  Bruno Haible  <bruno@clisp.org>
19086
19087         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
19088         quoting.
19089         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
19090         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
19091         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
19092         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
19093         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
19094         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
19095         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
19096         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
19097         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
19098         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
19099         * m4/nls.m4 (AM_NLS): Likewise.
19100         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
19101         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
19102         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
19103         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
19104         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
19105         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
19106         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
19107         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
19108         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
19109         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
19110         * m4/xsize.m4 (gl_XSIZE): Likewise.
19111         Suggested by Jim Meyering.
19112
19113 2008-11-17  Bruce Korb  <bkorb@gnu.org>
19114
19115         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
19116         * lib/parse-duration.c: use a switch instead of cascading if's.
19117
19118 2008-12-29  Eric Blake  <ebb9@byu.net>
19119
19120         wchar.h: supply WEOF on Irix 5.3
19121         * lib/wchar.in.h (wint_t): Also supply WEOF.
19122         * lib/wctype.in.h (wint_t): Likewise.
19123         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
19124         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
19125         Reported by Tom G. Christensen.
19126
19127 2008-12-26  Bruno Haible  <bruno@clisp.org>
19128
19129         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
19130         i486, i586, i686.
19131
19132 2008-12-26  Bruno Haible  <bruno@clisp.org>
19133
19134         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
19135
19136 2008-12-26  Bruno Haible  <bruno@clisp.org>
19137
19138         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
19139         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
19140         not __STDC_CONSTANT_MACROS.
19141         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
19142
19143 2008-12-25  Bruno Haible  <bruno@clisp.org>
19144
19145         Add support for universal builds to vasnprintf.
19146         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
19147         universal builds, guess no.
19148         * modules/vasnprintf-posix (Depends-on): Add multiarch.
19149         * modules/vasprintf-posix (Depends-on): Likewise.
19150         * modules/fprintf-posix (Depends-on): Likewise.
19151         * modules/vfprintf-posix (Depends-on): Likewise.
19152         * modules/snprintf-posix (Depends-on): Likewise.
19153         * modules/vsnprintf-posix (Depends-on): Likewise.
19154         * modules/sprintf-posix (Depends-on): Likewise.
19155         * modules/vsprintf-posix (Depends-on): Likewise.
19156         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
19157         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
19158         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
19159         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
19160         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
19161         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
19162         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
19163
19164         Add support for universal builds to <inttypes.h>.
19165         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
19166         _SCNu64_PREFIX): In Apple
19167         universal builds, define directly, using _LP64.
19168         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
19169         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
19170         * modules/inttypes (Depends-on): Add multiarch.
19171         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
19172
19173         Add support for universal builds to <stdint.h>.
19174         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
19175         universal builds, define directly, using _LP64.
19176         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
19177         Apple universal builds, don't test for the size and suffix of ptrdiff_t
19178         and size_t.
19179         * modules/stdint (Depends-on): Add multiarch.
19180         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
19181
19182         New module 'multiarch'.
19183         * modules/multiarch: New file.
19184         * m4/multiarch.m4: New file.
19185
19186 2008-12-25  Bruno Haible  <bruno@clisp.org>
19187
19188         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
19189
19190 2008-12-25  Bruno Haible  <bruno@clisp.org>
19191
19192         * modules/btowc (License): Relicense under LGPLv2+.
19193         * modules/mbsinit (License): Likewise.
19194         * modules/mbrtowc (License): Likewise.
19195         * modules/wcrtomb (License): Likewise.
19196         * modules/streq (License): Likewise.
19197         Reported by David Lutterkort <lutter@redhat.com>.
19198
19199 2008-12-23  Bruno Haible  <bruno@clisp.org>
19200
19201         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
19202
19203 2008-12-23  Bruno Haible  <bruno@clisp.org>
19204
19205         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
19206         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
19207         GETADDRINFO_LIB, not in LIBS.
19208         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
19209         * modules/canon-host (Link): Likewise.
19210         * NEWS: Mention the change.
19211         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
19212         GETADDRINFO_LIB.
19213
19214 2008-12-22  Bruno Haible  <bruno@clisp.org>
19215
19216         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
19217         * doc/posix-functions/iswalpha_l.texi: Likewise.
19218         * doc/posix-functions/iswblank_l.texi: Likewise.
19219         * doc/posix-functions/iswcntrl_l.texi: Likewise.
19220         * doc/posix-functions/iswctype_l.texi: Likewise.
19221         * doc/posix-functions/iswdigit_l.texi: Likewise.
19222         * doc/posix-functions/iswgraph_l.texi: Likewise.
19223         * doc/posix-functions/iswlower_l.texi: Likewise.
19224         * doc/posix-functions/iswprint_l.texi: Likewise.
19225         * doc/posix-functions/iswpunct_l.texi: Likewise.
19226         * doc/posix-functions/iswspace_l.texi: Likewise.
19227         * doc/posix-functions/iswupper_l.texi: Likewise.
19228         * doc/posix-functions/iswxdigit_l.texi: Likewise.
19229         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
19230         * doc/posix-functions/open_wmemstream.texi: Likewise.
19231         * doc/posix-functions/swscanf.texi: Likewise.
19232         * doc/posix-functions/towctrans_l.texi: Likewise.
19233         * doc/posix-functions/towlower.texi: Likewise.
19234         * doc/posix-functions/towlower_l.texi: Likewise.
19235         * doc/posix-functions/towupper.texi: Likewise.
19236         * doc/posix-functions/towupper_l.texi: Likewise.
19237         * doc/posix-functions/vfwprintf.texi: Likewise.
19238         * doc/posix-functions/vfwscanf.texi: Likewise.
19239         * doc/posix-functions/vswscanf.texi: Likewise.
19240         * doc/posix-functions/vwprintf.texi: Likewise.
19241         * doc/posix-functions/vwscanf.texi: Likewise.
19242         * doc/posix-functions/wcpcpy.texi: Likewise.
19243         * doc/posix-functions/wcpncpy.texi: Likewise.
19244         * doc/posix-functions/wcscasecmp.texi: Likewise.
19245         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
19246         * doc/posix-functions/wcscoll_l.texi: Likewise.
19247         * doc/posix-functions/wcsdup.texi: Likewise.
19248         * doc/posix-functions/wcsncasecmp.texi: Likewise.
19249         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
19250         * doc/posix-functions/wcsnlen.texi: Likewise.
19251         * doc/posix-functions/wcsnrtombs.texi: Likewise.
19252         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
19253         * doc/posix-functions/wctrans_l.texi: Likewise.
19254         * doc/posix-functions/wctype_l.texi: Likewise.
19255         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
19256         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
19257         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
19258         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
19259         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
19260         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
19261         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
19262         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
19263         * doc/glibc-functions/wcschrnul.texi: Likewise.
19264         * doc/glibc-functions/wcsftime_l.texi: Likewise.
19265         * doc/glibc-functions/wcstod_l.texi: Likewise.
19266         * doc/glibc-functions/wcstof_l.texi: Likewise.
19267         * doc/glibc-functions/wcstol_l.texi: Likewise.
19268         * doc/glibc-functions/wcstold_l.texi: Likewise.
19269         * doc/glibc-functions/wcstoll_l.texi: Likewise.
19270         * doc/glibc-functions/wcstoq.texi: Likewise.
19271         * doc/glibc-functions/wcstoul_l.texi: Likewise.
19272         * doc/glibc-functions/wcstoull_l.texi: Likewise.
19273         * doc/glibc-functions/wcstouq.texi: Likewise.
19274         * doc/glibc-functions/wmempcpy.texi: Likewise.
19275
19276 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
19277             Eric Blake  <ebb9@byu.net>
19278             Paolo Bonzini  <bonzini@gnu.org>
19279             Bruno Haible  <bruno@clisp.org>
19280
19281         Make c-stack work on Haiku.
19282         * lib/c-stack.c (SA_ONSTACK): Define fallback.
19283         (c_stack_action): Use SA_ONSTACK flag.
19284
19285 2008-12-22  Bruno Haible  <bruno@clisp.org>
19286
19287         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
19288
19289 2008-12-22  Bruno Haible  <bruno@clisp.org>
19290
19291         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
19292         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
19293         being overridden.
19294         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
19295         New macros.
19296         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
19297         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
19298         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
19299         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
19300
19301 2008-12-22  Bruno Haible  <bruno@clisp.org>
19302
19303         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
19304         from test code.
19305
19306 2008-12-22  Eric Blake  <ebb9@byu.net>
19307
19308         Avoid gcc warnings on cygwin.
19309         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
19310         Avoid unused variable.
19311         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
19312         Likewise.
19313
19314 2008-12-22  Bruno Haible  <bruno@clisp.org>
19315
19316         Remove HAVE_MBRTOWC conditionals.
19317         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
19318         (mbscasecmp): Assume mbrtowc function.
19319         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
19320         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
19321         * lib/mbschr.c: Include mbuiter.h unconditionally.
19322         (mbschr): Assume mbrtowc function.
19323         * lib/mbscspn.c: Include mbuiter.h unconditionally.
19324         (mbscspn): Assume mbrtowc function.
19325         * lib/mbslen.c: Include mbuiter.h unconditionally.
19326         (mbslen): Assume mbrtowc function.
19327         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
19328         (mbsncasecmp): Assume mbrtowc function.
19329         * lib/mbsnlen.c: Include mbiter.h unconditionally.
19330         (mbsnlen): Assume mbrtowc function.
19331         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
19332         (mbspbrk): Assume mbrtowc function.
19333         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
19334         (mbspcasecmp): Assume mbrtowc function.
19335         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
19336         (mbsrchr): Assume mbrtowc function.
19337         * lib/mbssep.c: Include mbuiter.h unconditionally.
19338         (mbssep): Assume mbrtowc function.
19339         * lib/mbsspn.c: Include mbuiter.h unconditionally.
19340         (mbsspn): Assume mbrtowc function.
19341         * lib/mbsstr.c: Include mbuiter.h unconditionally.
19342         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
19343         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
19344         (mbstok_r): Assume mbrtowc function.
19345         * lib/propername.c: Include mbuiter.h unconditionally.
19346         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
19347         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
19348         (trim2): Assume mbrtowc function.
19349         * lib/mbswidth.c (mbsinit): Remove fallback definition.
19350         (mbsnwidth): Assume mbrtowc function.
19351         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
19352         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
19353         fallback definitions.
19354         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
19355
19356 2008-12-22  Bruno Haible  <bruno@clisp.org>
19357
19358         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
19359
19360 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
19361
19362         * modules/regex: Request emulations for the mb*/wc* functions we need.
19363         * m4/regex.m4: Don't look for those functions here.
19364         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
19365
19366 2008-12-22  Bruno Haible  <bruno@clisp.org>
19367
19368         * modules/fnmatch (Depends-on): Remove duplicated dependency.
19369
19370 2008-12-21  Bruno Haible  <bruno@clisp.org>
19371
19372         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
19373         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
19374         (Include): Remove conditionalization.
19375         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
19376         (Include): Remove conditionalization.
19377         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
19378         (Include): Remove conditionalization.
19379         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
19380         * m4/mbfile.m4 (gl_MBFILE): Likewise.
19381         * NEWS: Mention the change.
19382         Reported by Alan Hourihane <alanh@fairlite.co.uk>
19383         via Sergey Poznyakoff <gray@gnu.org.ua>.
19384
19385 2008-12-21  Bruno Haible  <bruno@clisp.org>
19386
19387         * MODULES.html.sh (Extended multibyte and wide character utilities
19388         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
19389         wcrtomb, wcsrtombs.
19390         (Support for systems lacking POSIX:2008): Add accept, bind, close,
19391         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
19392         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
19393         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
19394
19395 2008-12-21  Bruno Haible  <bruno@clisp.org>
19396
19397         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
19398
19399 2008-12-21  Bruno Haible  <bruno@clisp.org>
19400
19401         * modules/wcsnrtombs-tests: New file.
19402         * tests/test-wcsnrtombs1.sh: New file.
19403         * tests/test-wcsnrtombs2.sh: New file.
19404         * tests/test-wcsnrtombs3.sh: New file.
19405         * tests/test-wcsnrtombs4.sh: New file.
19406         * tests/test-wcsnrtombs.c: New file.
19407
19408         New module 'wcsnrtombs'.
19409         * lib/wchar.in.h (wcsnrtombs): New declaration.
19410         * lib/wcsnrtombs.c: New file.
19411         * lib/wcsrtombs-state.c: New file.
19412         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
19413         (internal_state): Remove variable.
19414         * m4/wcsnrtombs.m4: New file.
19415         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
19416         compilation units.
19417         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
19418         HAVE_WCSNRTOMBS.
19419         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
19420         HAVE_WCSNRTOMBS.
19421         * modules/wcsnrtombs: New file.
19422         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
19423         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
19424
19425 2008-12-21  Bruno Haible  <bruno@clisp.org>
19426
19427         * modules/wcsrtombs-tests: New file.
19428         * tests/test-wcsrtombs1.sh: New file.
19429         * tests/test-wcsrtombs2.sh: New file.
19430         * tests/test-wcsrtombs3.sh: New file.
19431         * tests/test-wcsrtombs4.sh: New file.
19432         * tests/test-wcsrtombs.c: New file.
19433
19434         New module 'wcsrtombs'.
19435         * lib/wchar.in.h (wcsrtombs): New declaration.
19436         * lib/wcsrtombs.c: New file.
19437         * m4/wcsrtombs.m4: New file.
19438         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
19439         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
19440         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
19441         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
19442         * modules/wcsrtombs: New file.
19443         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
19444         bugs.
19445
19446 2008-12-21  Bruno Haible  <bruno@clisp.org>
19447
19448         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
19449         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
19450         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
19451         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
19452         if not correct.
19453         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
19454         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
19455         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
19456         m4/locale-zh.m4, m4/codeset.m4.
19457         * doc/posix-functions/wcrtomb.texi: Document the bug.
19458
19459 2008-12-21  Bruno Haible  <bruno@clisp.org>
19460
19461         Work around a btowc() bug on IRIX 6.5.
19462         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
19463         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
19464         REPLACE_WTOBC if not.
19465         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
19466         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
19467         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
19468
19469 2008-12-21  Bruno Haible  <bruno@clisp.org>
19470
19471         * modules/wcrtomb-tests: New file.
19472         * tests/test-wcrtomb.sh: New file.
19473         * tests/test-wcrtomb.c: New file.
19474
19475         New module 'wcrtomb'.
19476         * lib/wchar.in.h (wcrtomb): New declaration.
19477         * lib/wcrtomb.c: New file.
19478         * m4/wcrtomb.m4: New file.
19479         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
19480         HAVE_WCRTOMB.
19481         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
19482         HAVE_WCRTOMB.
19483         * modules/wcrtomb: New file.
19484         * doc/posix-functions/wcrtomb.texi: Mention the new module.
19485
19486 2008-12-21  Bruno Haible  <bruno@clisp.org>
19487
19488         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
19489         * modules/mbsrtowcs (Files): Likewise.
19490         * modules/wctob (Files): Likewise.
19491         * modules/c-strcase-tests (Files): Likewise.
19492         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
19493         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
19494         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
19495         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
19496         * modules/vasnprintf-posix-tests (Files): Likewise.
19497
19498 2008-12-21  William Pursell  <bill.pursell@gmail.com>
19499
19500         gitlog-to-changelog: pass all command-line arguments to git-log
19501         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
19502         it is sometimes convenient to filter the commits in various ways.
19503         gitlog-to-changelog only allows --since to specify a start date,
19504         but git-log itself supports many other filtering mechanisms.
19505         At the moment, I want to filter by branch name.  Rather than
19506         adding a --branch option to gitlog-to-changelog, it seems more
19507         flexible to simply pass all options directly to git-log and let
19508         git do the work.  Notice that this effectively makes --since a
19509         redundant option for gitlog-to-changelog, but removing it would
19510         require current usage to change since calls would then require
19511         an additional '--'.
19512
19513 2008-12-21  Bruno Haible  <bruno@clisp.org>
19514
19515         * modules/mbsnrtowcs-tests: New file.
19516         * tests/test-mbsnrtowcs1.sh: New file.
19517         * tests/test-mbsnrtowcs2.sh: New file.
19518         * tests/test-mbsnrtowcs3.sh: New file.
19519         * tests/test-mbsnrtowcs4.sh: New file.
19520         * tests/test-mbsnrtowcs.c: New file.
19521
19522         New module 'mbsnrtowcs'.
19523         * lib/wchar.in.h (mbsnrtowcs): New declaration.
19524         * lib/mbsnrtowcs.c: New file.
19525         * lib/mbsrtowcs-state.c: New file.
19526         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
19527         (internal_state): Remove variable.
19528         * m4/mbsnrtowcs.m4: New file.
19529         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
19530         compilation units.
19531         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
19532         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
19533         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
19534         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
19535         * modules/mbsnrtowcs: New file.
19536         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
19537         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
19538         portability problem.
19539
19540 2008-12-21  Bruno Haible  <bruno@clisp.org>
19541
19542         Work around mbsrtowcs bug.
19543         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
19544         (gl_FUNC_MBSRTOWCS): Invoke it.
19545         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
19546         m4/locale-zh.m4.
19547         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
19548
19549 2008-12-21  Bruno Haible  <bruno@clisp.org>
19550
19551         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
19552
19553 2008-12-21  Bruno Haible  <bruno@clisp.org>
19554
19555         Update doc for AIX.
19556         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
19557         16-bit wchar_t type.
19558         * doc/posix-functions/btowc.texi: Likewise.
19559         * doc/posix-functions/fgetwc.texi: Likewise.
19560         * doc/posix-functions/fgetws.texi: Likewise.
19561         * doc/posix-functions/fputwc.texi: Likewise.
19562         * doc/posix-functions/fputws.texi: Likewise.
19563         * doc/posix-functions/fwide.texi: Likewise.
19564         * doc/posix-functions/fwprintf.texi: Likewise.
19565         * doc/posix-functions/fwscanf.texi: Likewise.
19566         * doc/posix-functions/getwchar.texi: Likewise.
19567         * doc/posix-functions/getwc.texi: Likewise.
19568         * doc/posix-functions/iswalnum.texi: Likewise.
19569         * doc/posix-functions/iswalpha.texi: Likewise.
19570         * doc/posix-functions/iswblank.texi: Likewise.
19571         * doc/posix-functions/iswcntrl.texi: Likewise.
19572         * doc/posix-functions/iswctype.texi: Likewise.
19573         * doc/posix-functions/iswdigit.texi: Likewise.
19574         * doc/posix-functions/iswgraph.texi: Likewise.
19575         * doc/posix-functions/iswlower.texi: Likewise.
19576         * doc/posix-functions/iswprint.texi: Likewise.
19577         * doc/posix-functions/iswpunct.texi: Likewise.
19578         * doc/posix-functions/iswspace.texi: Likewise.
19579         * doc/posix-functions/iswupper.texi: Likewise.
19580         * doc/posix-functions/iswxdigit.texi: Likewise.
19581         * doc/posix-functions/mbrtowc.texi: Likewise.
19582         * doc/posix-functions/mbsrtowcs.texi: Likewise.
19583         * doc/posix-functions/mbstowcs.texi: Likewise.
19584         * doc/posix-functions/mbtowc.texi: Likewise.
19585         * doc/posix-functions/putwchar.texi: Likewise.
19586         * doc/posix-functions/putwc.texi: Likewise.
19587         * doc/posix-functions/swprintf.texi: Likewise.
19588         * doc/posix-functions/tolower.texi: Likewise.
19589         * doc/posix-functions/toupper.texi: Likewise.
19590         * doc/posix-functions/towctrans.texi: Likewise.
19591         * doc/posix-functions/ungetwc.texi: Likewise.
19592         * doc/posix-functions/vswprintf.texi: Likewise.
19593         * doc/posix-functions/wcrtomb.texi: Likewise.
19594         * doc/posix-functions/wcscat.texi: Likewise.
19595         * doc/posix-functions/wcschr.texi: Likewise.
19596         * doc/posix-functions/wcscmp.texi: Likewise.
19597         * doc/posix-functions/wcscoll.texi: Likewise.
19598         * doc/posix-functions/wcscpy.texi: Likewise.
19599         * doc/posix-functions/wcscspn.texi: Likewise.
19600         * doc/posix-functions/wcsftime.texi: Likewise.
19601         * doc/posix-functions/wcslen.texi: Likewise.
19602         * doc/posix-functions/wcsncat.texi: Likewise.
19603         * doc/posix-functions/wcsncmp.texi: Likewise.
19604         * doc/posix-functions/wcsncpy.texi: Likewise.
19605         * doc/posix-functions/wcspbrk.texi: Likewise.
19606         * doc/posix-functions/wcsrchr.texi: Likewise.
19607         * doc/posix-functions/wcsrtombs.texi: Likewise.
19608         * doc/posix-functions/wcsspn.texi: Likewise.
19609         * doc/posix-functions/wcsstr.texi: Likewise.
19610         * doc/posix-functions/wcstod.texi: Likewise.
19611         * doc/posix-functions/wcstof.texi: Likewise.
19612         * doc/posix-functions/wcstoimax.texi: Likewise.
19613         * doc/posix-functions/wcstok.texi: Likewise.
19614         * doc/posix-functions/wcstold.texi: Likewise.
19615         * doc/posix-functions/wcstoll.texi: Likewise.
19616         * doc/posix-functions/wcstol.texi: Likewise.
19617         * doc/posix-functions/wcstombs.texi: Likewise.
19618         * doc/posix-functions/wcstoull.texi: Likewise.
19619         * doc/posix-functions/wcstoul.texi: Likewise.
19620         * doc/posix-functions/wcstoumax.texi: Likewise.
19621         * doc/posix-functions/wcswidth.texi: Likewise.
19622         * doc/posix-functions/wcsxfrm.texi: Likewise.
19623         * doc/posix-functions/wctob.texi: Likewise.
19624         * doc/posix-functions/wctomb.texi: Likewise.
19625         * doc/posix-functions/wctrans.texi: Likewise.
19626         * doc/posix-functions/wctype.texi: Likewise.
19627         * doc/posix-functions/wcwidth.texi: Likewise.
19628         * doc/posix-functions/wmemchr.texi: Likewise.
19629         * doc/posix-functions/wmemcmp.texi: Likewise.
19630         * doc/posix-functions/wmemcpy.texi: Likewise.
19631         * doc/posix-functions/wmemmove.texi: Likewise.
19632         * doc/posix-functions/wmemset.texi: Likewise.
19633         * doc/posix-functions/wprintf.texi: Likewise.
19634         * doc/posix-functions/wscanf.texi: Likewise.
19635
19636 2008-12-21  Bruno Haible  <bruno@clisp.org>
19637
19638         Update doc for HP-UX 11.11.
19639         * doc/posix-functions/btowc.texi: Clarify that the function is missing
19640         in HP-UX version 11.00, not in all versions of HP-UX 11.
19641         * doc/posix-functions/fwide.texi: Likewise.
19642         * doc/posix-functions/fwprintf.texi: Likewise.
19643         * doc/posix-functions/fwscanf.texi: Likewise.
19644         * doc/posix-functions/inet_ntop.texi: Likewise.
19645         * doc/posix-functions/inet_pton.texi: Likewise.
19646         * doc/posix-functions/mbrlen.texi: Likewise.
19647         * doc/posix-functions/mbrtowc.texi: Likewise.
19648         * doc/posix-functions/mbsinit.texi: Likewise.
19649         * doc/posix-functions/mbsrtowcs.texi: Likewise.
19650         * doc/posix-functions/swprintf.texi: Likewise.
19651         * doc/posix-functions/swscanf.texi: Likewise.
19652         * doc/posix-functions/towctrans.texi: Likewise.
19653         * doc/posix-functions/vfwprintf.texi: Likewise.
19654         * doc/posix-functions/vswprintf.texi: Likewise.
19655         * doc/posix-functions/vwprintf.texi: Likewise.
19656         * doc/posix-functions/wcrtomb.texi: Likewise.
19657         * doc/posix-functions/wcsrtombs.texi: Likewise.
19658         * doc/posix-functions/wcsstr.texi: Likewise.
19659         * doc/posix-functions/wctob.texi: Likewise.
19660         * doc/posix-functions/wctrans.texi: Likewise.
19661         * doc/posix-functions/wmemchr.texi: Likewise.
19662         * doc/posix-functions/wmemcmp.texi: Likewise.
19663         * doc/posix-functions/wmemcpy.texi: Likewise.
19664         * doc/posix-functions/wmemmove.texi: Likewise.
19665         * doc/posix-functions/wmemset.texi: Likewise.
19666         * doc/posix-functions/wprintf.texi: Likewise.
19667         * doc/posix-functions/wscanf.texi: Likewise.
19668
19669 2008-12-21  Bruno Haible  <bruno@clisp.org>
19670
19671         Work around a portability problem.
19672         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
19673         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
19674
19675 2008-12-20  Bruno Haible  <bruno@clisp.org>
19676
19677         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
19678         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
19679         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
19680         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
19681         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
19682
19683         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
19684         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
19685         set.
19686         (GNULIB_defined_mbstate_t): New macro.
19687         (mbsinit): Redefine if REPLACE_MBSINIT is set.
19688         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
19689         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
19690         reuses the system's mbrtowc function but works around the bugs.
19691         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
19692         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
19693         macros.
19694         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
19695         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
19696         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
19697         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
19698         REPLACE_MBSINIT if mbsinit needs to be overridden.
19699         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
19700         REPLACE_MBSINIT, REPLACE_MBRTOWC.
19701         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
19702         REPLACE_MBSINIT, REPLACE_MBRTOWC.
19703         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
19704         m4/locale-zh.m4.
19705         (Depends): Add mbsinit.
19706         * modules/mbsinit (Depends): Add mbrtowc.
19707         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
19708
19709 2008-12-20  Bruno Haible  <bruno@clisp.org>
19710
19711         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
19712         so that there are no conversion errors on AIX.
19713         * tests/test-mbsrtowcs.c (main): LIkewise.
19714
19715 2008-12-20  Bruno Haible  <bruno@clisp.org>
19716
19717         Work around wctob bug on Solaris <= 9.
19718         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
19719         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
19720         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
19721         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
19722         * modules/wctob (Files): Add m4/locale-fr.m4.
19723         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
19724
19725 2008-12-20  Bruno Haible  <bruno@clisp.org>
19726
19727         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
19728         /dev/null.
19729         * tests/test-select-in.sh: Likewise.
19730         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
19731
19732 2008-12-20  Bruno Haible  <bruno@clisp.org>
19733
19734         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
19735         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
19736         Cygwin 1.5.x.
19737
19738 2008-12-20  Bruno Haible  <bruno@clisp.org>
19739
19740         Ensure mbstate_t is defined on HP-UX 11.11.
19741         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
19742         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
19743         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
19744         AC_USE_SYSTEM_EXTENSIONS.
19745         * modules/fnmatch (Depends-on): Add extensions.
19746         * modules/mbrlen (Depends-on): Likewise.
19747         * modules/mbrtowc (Depends-on): Likewise.
19748         * modules/mbsinit (Depends-on): Likewise.
19749         * modules/mbsrtowcs (Depends-on): Likewise.
19750         * modules/mbswidth (Depends-on): Likewise.
19751         * modules/quotearg (Depends-on): Likewise.
19752         * modules/strftime (Depends-on): Likewise.
19753
19754 2008-12-20  Bruno Haible  <bruno@clisp.org>
19755
19756         Ensure wctob is declared on IRIX 6.5.
19757         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
19758         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
19759         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
19760         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
19761         of HAVE_WCTOB.
19762         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
19763         HAVE_WCTOB.
19764         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
19765
19766 2008-12-19  Bruno Haible  <bruno@clisp.org>
19767
19768         * modules/mbsrtowcs-tests: New file.
19769         * tests/test-mbsrtowcs1.sh: New file.
19770         * tests/test-mbsrtowcs2.sh: New file.
19771         * tests/test-mbsrtowcs3.sh: New file.
19772         * tests/test-mbsrtowcs4.sh: New file.
19773         * tests/test-mbsrtowcs.c: New file.
19774
19775         New module 'mbsrtowcs'.
19776         * lib/wchar.in.h (mbsrtowcs): New declaration.
19777         * lib/mbsrtowcs.c: New file.
19778         * m4/mbsrtowcs.m4: New file.
19779         * modules/mbsrtowcs: New file.
19780         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
19781         HAVE_MBSRTOWCS.
19782         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
19783         HAVE_MBSRTOWCS.
19784         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
19785
19786 2008-12-19  Bruno Haible  <bruno@clisp.org>
19787
19788         New module 'mbrlen'.
19789         * lib/wchar.in.h (mbrlen): New declaration.
19790         * lib/mbrlen.c: New file.
19791         * m4/mbrlen.m4: New file.
19792         * modules/mbrlen: New file.
19793         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
19794         HAVE_MBRLEN.
19795         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
19796         HAVE_MBRLEN.
19797         * doc/posix-functions/mbrlen.texi: Document the new module.
19798
19799 2008-12-19  Bruno Haible  <bruno@clisp.org>
19800
19801         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
19802         * modules/mbrtowc (Depends-on): Add verify.
19803         Suggested by Paul Eggert.
19804
19805 2008-12-18  Bruno Haible  <bruno@clisp.org>
19806
19807         * modules/mbsinit-tests: New file.
19808         * tests/test-mbsinit.sh: New file.
19809         * tests/test-mbsinit.c: New file.
19810
19811 2008-12-18  Bruno Haible  <bruno@clisp.org>
19812
19813         * modules/mbrtowc-tests: New file.
19814         * tests/test-mbrtowc1.sh: New file.
19815         * tests/test-mbrtowc2.sh: New file.
19816         * tests/test-mbrtowc3.sh: New file.
19817         * tests/test-mbrtowc4.sh: New file.
19818         * tests/test-mbrtowc.c: New file.
19819
19820         New module 'mbrtowc'.
19821         * lib/wchar.in.h (mbstate_t): Override when the system does not have
19822         mbsinit and mbrtowc.
19823         (mbrtowc): New declaration.
19824         * lib/mbrtowc.c: New file.
19825         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
19826         * modules/mbrtowc: New file.
19827         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
19828         HAVE_MBRTOWC.
19829         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
19830         HAVE_MBRTOWC.
19831         * doc/posix-functions/mbrtowc.texi: Document the new module.
19832
19833 2008-12-18  Bruno Haible  <bruno@clisp.org>
19834
19835         New module 'wctob'.
19836         * lib/wchar.in.h (wctob): New declaration.
19837         * lib/wctob.c: New file.
19838         * m4/wctob.m4: New file.
19839         * modules/wctob: New file.
19840         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
19841         HAVE_WCTOB.
19842         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
19843         * doc/posix-functions/wctob.texi: Document the new module.
19844
19845 2008-12-18  Bruno Haible  <bruno@clisp.org>
19846
19847         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
19848         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
19849
19850 2008-12-18  Simon Josefsson  <simon@josefsson.org>
19851
19852         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
19853         G. Christensen" <tgc@jupiterrise.com>.
19854
19855         * lib/flock.c: Need to include errno.h.  Reported by "Tom
19856         G. Christensen" <tgc@jupiterrise.com>.
19857
19858         * lib/flock.c: Need to include string.h.  Reported by "Tom
19859         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
19860         <ebb9@byu.net>.
19861
19862 2008-12-18  Bruno Haible  <bruno@clisp.org>
19863
19864         * m4/locale-ja.m4: New file, from GNU gettext.
19865
19866 2008-12-17  Bruno Haible  <bruno@clisp.org>
19867
19868         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
19869         Suggested by Eric Blake.
19870
19871 2008-12-17  Bruno Haible  <bruno@clisp.org>
19872
19873         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
19874
19875 2008-12-17  Bruno Haible  <bruno@clisp.org>
19876
19877         * lib/mbsinit.c: Include verify.h. Verify an assumption.
19878         * modules/mbsinit (Depends-on): Add verify.
19879         Suggested by Paul Eggert.
19880
19881 2008-12-17  Bruno Haible  <bruno@clisp.org>
19882
19883         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
19884         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
19885         gl_FUNC_MBRTOWC.
19886         * m4/mbiter.m4 (gl_MBITER): LIkewise.
19887         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
19888         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
19889         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
19890         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
19891         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
19892         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
19893         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
19894         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
19895         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
19896         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
19897         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
19898         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
19899         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
19900         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
19901         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
19902         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
19903         * modules/trim (configure.ac): Likewise.
19904
19905 2008-12-17  Bruno Haible  <bruno@clisp.org>
19906
19907         * modules/btowc-tests: New file.
19908         * tests/test-btowc1.sh: New file.
19909         * tests/test-btowc2.sh: New file.
19910         * tests/test-btowc.c: New file.
19911
19912         New module 'btowc'.
19913         * lib/wchar.in.h (btowc): New declaration.
19914         * lib/btowc.c: New file.
19915         * m4/btowc.m4: New file.
19916         * modules/btowc: New file.
19917         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
19918         HAVE_BTOWC.
19919         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
19920         * doc/posix-functions/btowc.texi: Document the new module.
19921
19922 2008-12-17  Bruno Haible  <bruno@clisp.org>
19923
19924         New module 'mbsinit'.
19925         * lib/wchar.in.h (mbsinit): New declaration.
19926         * lib/mbsinit.c: New file.
19927         * m4/mbsinit.m4: New file.
19928         * modules/mbsinit: New file.
19929         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
19930         HAVE_MBSINIT.
19931         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
19932         HAVE_MBSINIT.
19933         * doc/posix-functions/mbsinit.texi: Document the new module.
19934
19935 2008-12-16  Bruno Haible  <bruno@clisp.org>
19936
19937         * lib/unistd.in.h: Add comment.
19938         * tests/test-environ.c: Don't include <stdlib.h>.
19939
19940 2008-12-16  Bruno Haible  <bruno@clisp.org>
19941
19942         * lib/parse-duration.h (parse_duration): Document return value
19943         convention.
19944         * lib/parse-duration.c: Include specification header first. Add
19945         comments.
19946         (_): Remove macro.
19947         (parse_year_month_day, parse_hour_minute_second): Move side effects
19948         outside of strchr call.
19949         (parse_non_iso8601): Move side effects outside of isspace call.
19950         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
19951         call.
19952
19953 2008-12-16  Bruno Haible  <bruno@clisp.org>
19954
19955         * tests/test-parse-duration.sh: Produce no output when the test
19956         succeeds.
19957
19958 2008-12-16  Bruno Haible  <bruno@clisp.org>
19959
19960         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
19961         expressions.
19962
19963 2008-12-15  Bruno Haible  <bruno@clisp.org>
19964
19965         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
19966         * doc/glibc-functions/flistxattr.texi: Likewise.
19967         * doc/glibc-functions/fopencookie.texi: Likewise.
19968         * doc/glibc-functions/fremovexattr.texi: Likewise.
19969         * doc/glibc-functions/fsetxattr.texi: Likewise.
19970         * doc/glibc-functions/getxattr.texi: Likewise.
19971         * doc/glibc-functions/lgetxattr.texi: Likewise.
19972         * doc/glibc-functions/listxattr.texi: Likewise.
19973         * doc/glibc-functions/llistxattr.texi: Likewise.
19974         * doc/glibc-functions/lremovexattr.texi: Likewise.
19975         * doc/glibc-functions/lsetxattr.texi: Likewise.
19976         * doc/glibc-functions/removexattr.texi: Likewise.
19977         * doc/glibc-functions/setxattr.texi: Likewise.
19978         * doc/posix-functions/open_memstream.texi: Likewise.
19979
19980 2008-12-15  Eric Blake  <ebb9@byu.net>
19981
19982         Update doc for cygwin 1.7.
19983         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
19984         functions.
19985         * doc/posix-functions/fchmodat.texi: Likewise.
19986         * doc/posix-functions/fchownat.texi: Likewise.
19987         * doc/posix-functions/fdopendir.texi: Likewise.
19988         * doc/posix-functions/fmemopen.texi: Likewise.
19989         * doc/posix-functions/freeaddrinfo.texi: Likewise.
19990         * doc/posix-functions/fstatat.texi: Likewise.
19991         * doc/posix-functions/futimens.texi: Likewise.
19992         * doc/posix-functions/gai_strerror.texi: Likewise.
19993         * doc/posix-functions/getaddrinfo.texi: Likewise.
19994         * doc/posix-functions/getnameinfo.texi: Likewise.
19995         * doc/posix-functions/if_freenameindex.texi: Likewise.
19996         * doc/posix-functions/if_indextoname.texi: Likewise.
19997         * doc/posix-functions/if_nameindex.texi: Likewise.
19998         * doc/posix-functions/if_nametoindex.texi: Likewise.
19999         * doc/posix-functions/insque.texi: Likewise.
20000         * doc/posix-functions/linkat.texi: Likewise.
20001         * doc/posix-functions/llrint.texi: Likewise.
20002         * doc/posix-functions/llrintf.texi: Likewise.
20003         * doc/posix-functions/llrintl.texi: Likewise.
20004         * doc/posix-functions/lockf.texi: Likewise.
20005         * doc/posix-functions/lrintl.texi: Likewise.
20006         * doc/posix-functions/mkdirat.texi: Likewise.
20007         * doc/posix-functions/mkfifoat.texi: Likewise.
20008         * doc/posix-functions/mknodat.texi: Likewise.
20009         * doc/posix-functions/mq_close.texi: Likewise.
20010         * doc/posix-functions/mq_getattr.texi: Likewise.
20011         * doc/posix-functions/mq_notify.texi: Likewise.
20012         * doc/posix-functions/mq_open.texi: Likewise.
20013         * doc/posix-functions/mq_receive.texi: Likewise.
20014         * doc/posix-functions/mq_send.texi: Likewise.
20015         * doc/posix-functions/mq_setattr.texi: Likewise.
20016         * doc/posix-functions/mq_timedreceive.texi: Likewise.
20017         * doc/posix-functions/mq_timedsend.texi: Likewise.
20018         * doc/posix-functions/mq_unlink.texi: Likewise.
20019         * doc/posix-functions/open_memstream.texi: Likewise.
20020         * doc/posix-functions/openat.texi: Likewise.
20021         * doc/posix-functions/posix_fadvise.texi: Likewise.
20022         * doc/posix-functions/posix_fallocate.texi: Likewise.
20023         * doc/posix-functions/posix_madvise.texi: Likewise.
20024         * doc/posix-functions/posix_memalign.texi: Likewise.
20025         * doc/posix-functions/posix_openpt.texi: Likewise.
20026         * doc/posix-functions/readlinkat.texi: Likewise.
20027         * doc/posix-functions/remque.texi: Likewise.
20028         * doc/posix-functions/renameat.texi: Likewise.
20029         * doc/posix-functions/rintl.texi: Likewise.
20030         * doc/posix-functions/sem_unlink.texi: Likewise.
20031         * doc/posix-functions/shm_open.texi: Likewise.
20032         * doc/posix-functions/shm_unlink.texi: Likewise.
20033         * doc/posix-functions/signgam.texi: Likewise.
20034         * doc/posix-functions/sigset.texi: Likewise.
20035         * doc/posix-functions/stpcpy.texi: Likewise.
20036         * doc/posix-functions/stpncpy.texi: Likewise.
20037         * doc/posix-functions/strerror.texi: Likewise.
20038         * doc/posix-functions/strtod.texi: Likewise.
20039         * doc/posix-functions/symlinkat.texi: Likewise.
20040         * doc/posix-functions/unlinkat.texi: Likewise.
20041         * doc/posix-functions/utimensat.texi: Likewise.
20042         * doc/glibc-functions/bindresvport.texi: Likewise.
20043         * doc/glibc-functions/dn_expand.texi: Likewise.
20044         * doc/glibc-functions/exp10.texi: Likewise.
20045         * doc/glibc-functions/exp10f.texi: Likewise.
20046         * doc/glibc-functions/fgetxattr.texi: Likewise.
20047         * doc/glibc-functions/flistxattr.texi: Likewise.
20048         * doc/glibc-functions/fopencookie.texi: Likewise.
20049         * doc/glibc-functions/freeifaddrs.texi: Likewise.
20050         * doc/glibc-functions/fremovexattr.texi: Likewise.
20051         * doc/glibc-functions/fsetxattr.texi: Likewise.
20052         * doc/glibc-functions/getifaddrs.texi: Likewise.
20053         * doc/glibc-functions/getxattr.texi: Likewise.
20054         * doc/glibc-functions/lgetxattr.texi: Likewise.
20055         * doc/glibc-functions/listxattr.texi: Likewise.
20056         * doc/glibc-functions/llistxattr.texi: Likewise.
20057         * doc/glibc-functions/lremovexattr.texi: Likewise.
20058         * doc/glibc-functions/lsetxattr.texi: Likewise.
20059         * doc/glibc-functions/pow10.texi: Likewise.
20060         * doc/glibc-functions/pow10f.texi: Likewise.
20061         * doc/glibc-functions/rcmd_af.texi: Likewise.
20062         * doc/glibc-functions/removexattr.texi: Likewise.
20063         * doc/glibc-functions/res_init.texi: Likewise.
20064         * doc/glibc-functions/res_mkquery.texi: Likewise.
20065         * doc/glibc-functions/res_query.texi: Likewise.
20066         * doc/glibc-functions/res_querydomain.texi: Likewise.
20067         * doc/glibc-functions/res_send.texi: Likewise.
20068         * doc/glibc-functions/rresvport_af.texi: Likewise.
20069         * doc/glibc-functions/setxattr.texi: Likewise.
20070         * doc/glibc-functions/strcasestr.texi: Likewise.
20071
20072 2008-12-15  Bruno Haible  <bruno@clisp.org>
20073
20074         Fix compilation error on OSF/1 4.0.
20075         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
20076         <sys/time.h>, simply delegate to the system header.
20077         Reported by Daniel Richard G. <oss@teragram.com>.
20078
20079 2008-12-15  Bruno Haible  <bruno@clisp.org>
20080
20081         * doc/posix-functions/openat.texi: Mention the 'openat' module.
20082         * doc/posix-functions/fchmodat.texi: Likewise.
20083         * doc/posix-functions/fchownat.texi: Likewise.
20084         * doc/posix-functions/fdopendir.texi: Likewise.
20085         * doc/posix-functions/fstatat.texi: Likewise.
20086         * doc/posix-functions/mkdirat.texi: Likewise.
20087         * doc/posix-functions/unlinkat.texi: Likewise.
20088
20089 2008-12-14  Bruno Haible  <bruno@clisp.org>
20090
20091         Update doc for POSIX:2008.
20092         * doc/posix-functions/faccessat.texi: New file.
20093         * doc/posix-functions/fchmodat.texi: New file.
20094         * doc/posix-functions/fchownat.texi: New file.
20095         * doc/posix-functions/fdopendir.texi: New file.
20096         * doc/posix-functions/fstatat.texi: New file.
20097         * doc/posix-functions/futimens.texi: New file.
20098         * doc/posix-functions/linkat.texi: New file.
20099         * doc/posix-functions/mkdirat.texi: New file.
20100         * doc/posix-functions/mkfifoat.texi: New file.
20101         * doc/posix-functions/mknodat.texi: New file.
20102         * doc/posix-functions/open_wmemstream.texi: New file.
20103         * doc/posix-functions/openat.texi: New file.
20104         * doc/posix-functions/psiginfo.texi: New file.
20105         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
20106         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
20107         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
20108         * doc/posix-functions/readlinkat.texi: New file.
20109         * doc/posix-functions/renameat.texi: New file.
20110         * doc/posix-functions/strerror_l.texi: New file.
20111         * doc/posix-functions/symlinkat.texi: New file.
20112         * doc/posix-functions/unlinkat.texi: New file.
20113         * doc/posix-functions/utimensat.texi: New file.
20114         * doc/gnulib.texi (Function Substitutes): Add these subsections.
20115
20116 2008-12-14  Bruno Haible  <bruno@clisp.org>
20117
20118         Update doc for POSIX:2008.
20119         * doc/posix-functions/alphasort.texi: Renamed from
20120         doc/glibc-functions/alphasort.texi.
20121         * doc/posix-functions/dirfd.texi: Renamed from
20122         doc/glibc-functions/dirfd.texi.
20123         * doc/posix-functions/dprintf.texi: Renamed from
20124         doc/glibc-functions/dprintf.texi.
20125         * doc/posix-functions/duplocale.texi: Renamed from
20126         doc/glibc-functions/duplocale.texi.
20127         * doc/posix-functions/fexecve.texi: Renamed from
20128         doc/glibc-functions/fexecve.texi.
20129         * doc/posix-functions/fmemopen.texi: Renamed from
20130         doc/glibc-functions/fmemopen.texi.
20131         * doc/posix-functions/freelocale.texi: Renamed from
20132         doc/glibc-functions/freelocale.texi.
20133         * doc/posix-functions/getdate_err.texi: Renamed from
20134         doc/glibc-functions/getdate_err.texi.
20135         * doc/posix-functions/isalnum_l.texi: Renamed from
20136         doc/glibc-functions/isalnum_l.texi.
20137         * doc/posix-functions/isalpha_l.texi: Renamed from
20138         doc/glibc-functions/isalpha_l.texi.
20139         * doc/posix-functions/isblank_l.texi: Renamed from
20140         doc/glibc-functions/isblank_l.texi.
20141         * doc/posix-functions/iscntrl_l.texi: Renamed from
20142         doc/glibc-functions/iscntrl_l.texi.
20143         * doc/posix-functions/isdigit_l.texi: Renamed from
20144         doc/glibc-functions/isdigit_l.texi.
20145         * doc/posix-functions/isgraph_l.texi: Renamed from
20146         doc/glibc-functions/isgraph_l.texi.
20147         * doc/posix-functions/islower_l.texi: Renamed from
20148         doc/glibc-functions/islower_l.texi.
20149         * doc/posix-functions/isprint_l.texi: Renamed from
20150         doc/glibc-functions/isprint_l.texi.
20151         * doc/posix-functions/ispunct_l.texi: Renamed from
20152         doc/glibc-functions/ispunct_l.texi.
20153         * doc/posix-functions/isspace_l.texi: Renamed from
20154         doc/glibc-functions/isspace_l.texi.
20155         * doc/posix-functions/isupper_l.texi: Renamed from
20156         doc/glibc-functions/isupper_l.texi.
20157         * doc/posix-functions/iswalnum_l.texi: Renamed from
20158         doc/glibc-functions/iswalnum_l.texi.
20159         * doc/posix-functions/iswalpha_l.texi: Renamed from
20160         doc/glibc-functions/iswalpha_l.texi.
20161         * doc/posix-functions/iswblank_l.texi: Renamed from
20162         doc/glibc-functions/iswblank_l.texi.
20163         * doc/posix-functions/iswcntrl_l.texi: Renamed from
20164         doc/glibc-functions/iswcntrl_l.texi.
20165         * doc/posix-functions/iswctype_l.texi: Renamed from
20166         doc/glibc-functions/iswctype_l.texi.
20167         * doc/posix-functions/iswdigit_l.texi: Renamed from
20168         doc/glibc-functions/iswdigit_l.texi.
20169         * doc/posix-functions/iswgraph_l.texi: Renamed from
20170         doc/glibc-functions/iswgraph_l.texi.
20171         * doc/posix-functions/iswlower_l.texi: Renamed from
20172         doc/glibc-functions/iswlower_l.texi.
20173         * doc/posix-functions/iswprint_l.texi: Renamed from
20174         doc/glibc-functions/iswprint_l.texi.
20175         * doc/posix-functions/iswpunct_l.texi: Renamed from
20176         doc/glibc-functions/iswpunct_l.texi.
20177         * doc/posix-functions/iswspace_l.texi: Renamed from
20178         doc/glibc-functions/iswspace_l.texi.
20179         * doc/posix-functions/iswupper_l.texi: Renamed from
20180         doc/glibc-functions/iswupper_l.texi.
20181         * doc/posix-functions/iswxdigit_l.texi: Renamed from
20182         doc/glibc-functions/iswxdigit_l.texi.
20183         * doc/posix-functions/isxdigit_l.texi: Renamed from
20184         doc/glibc-functions/isxdigit_l.texi.
20185         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
20186         doc/glibc-functions/mbsnrtowcs.texi.
20187         * doc/posix-functions/mkdtemp.texi: Renamed from
20188         doc/glibc-functions/mkdtemp.texi.
20189         * doc/posix-functions/newlocale.texi: Renamed from
20190         doc/glibc-functions/newlocale.texi.
20191         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
20192         doc/glibc-functions/nl_langinfo_l.texi.
20193         * doc/posix-functions/open_memstream.texi: Renamed from
20194         doc/glibc-functions/open_memstream.texi.
20195         * doc/posix-functions/opterr.texi: Renamed from
20196         doc/glibc-functions/opterr.texi.
20197         * doc/posix-functions/optind.texi: Renamed from
20198         doc/glibc-functions/optind.texi.
20199         * doc/posix-functions/optopt.texi: Renamed from
20200         doc/glibc-functions/optopt.texi.
20201         * doc/posix-functions/psignal.texi: Renamed from
20202         doc/glibc-functions/psignal.texi.
20203         * doc/posix-functions/scandir.texi: Renamed from
20204         doc/glibc-functions/scandir.texi.
20205         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
20206         doc/glibc-functions/sched_get_priority_min.texi.
20207         * doc/posix-functions/signgam.texi: Renamed from
20208         doc/glibc-functions/signgam.texi.
20209         * doc/posix-functions/stpcpy.texi: Renamed from
20210         doc/glibc-functions/stpcpy.texi.
20211         * doc/posix-functions/stpncpy.texi: Renamed from
20212         doc/glibc-functions/stpncpy.texi.
20213         * doc/posix-functions/strcasecmp_l.texi: Renamed from
20214         doc/glibc-functions/strcasecmp_l.texi.
20215         * doc/posix-functions/strcoll_l.texi: Renamed from
20216         doc/glibc-functions/strcoll_l.texi.
20217         * doc/posix-functions/strfmon_l.texi: Renamed from
20218         doc/glibc-functions/strfmon_l.texi.
20219         * doc/posix-functions/strftime_l.texi: Renamed from
20220         doc/glibc-functions/strftime_l.texi.
20221         * doc/posix-functions/strncasecmp_l.texi: Renamed from
20222         doc/glibc-functions/strncasecmp_l.texi.
20223         * doc/posix-functions/strndup.texi: Renamed from
20224         doc/glibc-functions/strndup.texi.
20225         * doc/posix-functions/strnlen.texi: Renamed from
20226         doc/glibc-functions/strnlen.texi.
20227         * doc/posix-functions/strsignal.texi: Renamed from
20228         doc/glibc-functions/strsignal.texi.
20229         * doc/posix-functions/strxfrm_l.texi: Renamed from
20230         doc/glibc-functions/strxfrm_l.texi.
20231         * doc/posix-functions/timer_gettime.texi: Renamed from
20232         doc/glibc-functions/timer_gettime.texi.
20233         * doc/posix-functions/tolower_l.texi: Renamed from
20234         doc/glibc-functions/tolower_l.texi.
20235         * doc/posix-functions/toupper_l.texi: Renamed from
20236         doc/glibc-functions/toupper_l.texi.
20237         * doc/posix-functions/towctrans_l.texi: Renamed from
20238         doc/glibc-functions/towctrans_l.texi.
20239         * doc/posix-functions/towlower_l.texi: Renamed from
20240         doc/glibc-functions/towlower_l.texi.
20241         * doc/posix-functions/towupper_l.texi: Renamed from
20242         doc/glibc-functions/towupper_l.texi.
20243         * doc/posix-functions/uselocale.texi: Renamed from
20244         doc/glibc-functions/uselocale.texi.
20245         * doc/posix-functions/vdprintf.texi: Renamed from
20246         doc/glibc-functions/vdprintf.texi.
20247         * doc/posix-functions/wcpcpy.texi:
20248         Renamed from doc/glibc-functions/wcpcpy.texi.
20249         * doc/posix-functions/wcpncpy.texi: Renamed from
20250         doc/glibc-functions/wcpncpy.texi.
20251         * doc/posix-functions/wcscasecmp.texi: Renamed from
20252         doc/glibc-functions/wcscasecmp.texi.
20253         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
20254         doc/glibc-functions/wcscasecmp_l.texi.
20255         * doc/posix-functions/wcscoll_l.texi: Renamed from
20256         doc/glibc-functions/wcscoll_l.texi.
20257         * doc/posix-functions/wcsdup.texi: Renamed from
20258         doc/glibc-functions/wcsdup.texi.
20259         * doc/posix-functions/wcsncasecmp.texi: Renamed from
20260         doc/glibc-functions/wcsncasecmp.texi.
20261         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
20262         doc/glibc-functions/wcsncasecmp_l.texi.
20263         * doc/posix-functions/wcsnlen.texi: Renamed from
20264         doc/glibc-functions/wcsnlen.texi.
20265         * doc/posix-functions/wcsnrtombs.texi: Renamed from
20266         doc/glibc-functions/wcsnrtombs.texi.
20267         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
20268         doc/glibc-functions/wcsxfrm_l.texi.
20269         * doc/posix-functions/wctrans_l.texi: Renamed from
20270         doc/glibc-functions/wctrans_l.texi.
20271         * doc/posix-functions/wctype_l.texi: Renamed from
20272         doc/glibc-functions/wctype_l.texi.
20273         * doc/gnulib.texi (Function Substitutes): Add these subsections.
20274         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
20275         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
20276         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
20277         these subsections.
20278         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
20279         Remove sections.
20280
20281 2008-12-14  Bruno Haible  <bruno@clisp.org>
20282
20283         Update doc for POSIX:2008.
20284         * doc/posix-functions/*.texi: Update URL of POSIX specification.
20285
20286 2008-12-14  Bruno Haible  <bruno@clisp.org>
20287
20288         Update doc for POSIX:2008.
20289         * doc/pastposix-functions/bcmp.texi: Renamed from
20290         doc/posix-functions/bcmp.texi.
20291         * doc/pastposix-functions/bcopy.texi: Renamed from
20292         doc/posix-functions/bcopy.texi.
20293         * doc/pastposix-functions/bsd_signal.texi: Renamed from
20294         doc/posix-functions/bsd_signal.texi.
20295         * doc/pastposix-functions/bzero.texi: Renamed from
20296         doc/posix-functions/bzero.texi.
20297         * doc/pastposix-functions/ecvt.texi: Renamed from
20298         doc/posix-functions/ecvt.texi.
20299         * doc/pastposix-functions/fcvt.texi: Renamed from
20300         doc/posix-functions/fcvt.texi.
20301         * doc/pastposix-functions/ftime.texi: Renamed from
20302         doc/posix-functions/ftime.texi.
20303         * doc/pastposix-functions/gcvt.texi: Renamed from
20304         doc/posix-functions/gcvt.texi.
20305         * doc/pastposix-functions/getcontext.texi: Renamed from
20306         doc/posix-functions/getcontext.texi.
20307         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
20308         doc/posix-functions/gethostbyaddr.texi.
20309         * doc/pastposix-functions/gethostbyname.texi: Renamed from
20310         doc/posix-functions/gethostbyname.texi.
20311         * doc/pastposix-functions/getwd.texi: Renamed from
20312         doc/posix-functions/getwd.texi.
20313         * doc/pastposix-functions/h_errno.texi: Renamed from
20314         doc/posix-functions/h_errno.texi.
20315         * doc/pastposix-functions/index.texi: Renamed from
20316         doc/posix-functions/index.texi.
20317         * doc/pastposix-functions/makecontext.texi: Renamed from
20318         doc/posix-functions/makecontext.texi.
20319         * doc/pastposix-functions/mktemp.texi: Renamed from
20320         doc/posix-functions/mktemp.texi.
20321         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
20322         doc/posix-functions/pthread_attr_getstackaddr.texi.
20323         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
20324         doc/posix-functions/pthread_attr_setstackaddr.texi.
20325         * doc/pastposix-functions/rindex.texi: Renamed from
20326         doc/posix-functions/rindex.texi.
20327         * doc/pastposix-functions/scalb.texi: Renamed from
20328         doc/posix-functions/scalb.texi.
20329         * doc/pastposix-functions/setcontext.texi: Renamed from
20330         doc/posix-functions/setcontext.texi.
20331         * doc/pastposix-functions/swapcontext.texi: Renamed from
20332         doc/posix-functions/swapcontext.texi.
20333         * doc/pastposix-functions/ualarm.texi: Renamed from
20334         doc/posix-functions/ualarm.texi.
20335         * doc/pastposix-functions/usleep.texi: Renamed from
20336         doc/posix-functions/usleep.texi.
20337         * doc/pastposix-functions/vfork.texi: Renamed from
20338         doc/posix-functions/vfork.texi.
20339         * doc/pastposix-functions/wcswcs.texi: Renamed from
20340         doc/posix-functions/wcswcs.texi.
20341         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
20342         (Function Substitutes): Update.
20343
20344 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20345
20346         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
20347         m4/strerror.m4.
20348
20349 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20350             Bruno Haible  <bruno@clisp.org>
20351
20352         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
20353
20354 2008-12-13  Bruno Haible  <bruno@clisp.org>
20355
20356         * modules/strtoull (Depends-on): Remove unistd.
20357
20358 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20359
20360         * modules/strtoull (Depends-on): Add stdlib.
20361
20362 2008-12-11  Simon Josefsson  <simon@josefsson.org>
20363
20364         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
20365
20366 2008-12-10  Jim Meyering  <meyering@redhat.com>
20367
20368         gl_ASSERT: don't say assertions are disabled when they're not
20369         * m4/assert.m4 (gl_ASSERT): Do not make configure report
20370         "checking whether to enable assertions... no", when they are in
20371         fact enabled.  This is solely a bug in the output of configure.
20372         In spite of saying "no", NDEBUG was not defined in that case.
20373         Also, as noted by Eric Blake, leave assertions enabled upon
20374         --enable-assert=INVALID.
20375
20376 2008-12-10  Bruno Haible  <bruno@clisp.org>
20377
20378         Change MODULES.html to refer to POSIX:2008 where possible.
20379         * MODULES.html.sh (POSIX2008_URL): New variable.
20380         (posix_headers): Remove sys/timeb, ucontext.
20381         (posix2001_headers): New variable.
20382         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
20383         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
20384         index, makecontext, mktemp, pthread_attr_getstackaddr,
20385         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
20386         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
20387         (posix2001_functions): New variable.
20388         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
20389         otherwise.
20390
20391 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20392
20393         add missing include to parse-duration.c
20394         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
20395         * modules/parse-duration (Depends-on): Add xalloc.
20396
20397         fix sed script reading maint.mk
20398         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
20399         (syntax-check-rules): Use it.
20400
20401 2008-12-09  Bruno Haible  <bruno@clisp.org>
20402
20403         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
20404         MacOS X 10.4/PowerPC.
20405         Reported by Simon Josefsson.
20406
20407 2008-12-08  Jim Meyering  <meyering@redhat.com>
20408
20409         work around mingw's lack of some S_IF definitions
20410         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
20411         Reported by Simon Josefsson.
20412
20413 2008-12-08  Bruno Haible  <bruno@clisp.org>
20414
20415         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
20416         applied to variables. Needed on MacOS X 10.4/PowerPC.
20417         Reported by Simon Josefsson.
20418
20419 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
20420         and Eric Blake  <ebb9@byu.net>
20421
20422         assert: honor --enable-assert
20423         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
20424         order to honor --enable-assert, rather than treating it as a
20425         synonym for --disable-assert.
20426
20427 2008-12-08  Jim Meyering  <meyering@redhat.com>
20428
20429         * lib/posixtm.c: Remove now-useless declaration of mktime.
20430
20431         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
20432
20433 2008-12-07  Bruno Haible  <bruno@clisp.org>
20434
20435         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
20436         test_once): Mark functions as static.
20437         * tests/test-tls.c (test_tls): Likewise.
20438
20439 2008-12-07  Bruno Haible  <bruno@clisp.org>
20440
20441         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
20442         iconv_register_autodetect.
20443
20444 2008-12-07  Jim Meyering  <meyering@redhat.com>
20445
20446         posixtm.c: avoid a warning
20447         * lib/posixtm.c (posixtime): Don't initialize tm0.
20448         It's no longer needed to placate gcc4's -Wuninitialized,
20449         and the attempt to placate would elicit a new warning.
20450
20451         unicodeio.c: mark unused parameters
20452         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
20453         (fallback_failure_callback): Likewise.
20454
20455 2008-12-07  Bruno Haible  <bruno@clisp.org>
20456
20457         * gnulib-tool (func_create_testdir): When building the tests
20458         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
20459         Reported by Simon Josefsson.
20460
20461 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20462
20463         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
20464
20465 2008-12-06  Bruno Haible  <bruno@clisp.org>
20466
20467         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
20468         Suggested by Eric Blake.
20469
20470 2008-12-06  Bruno Haible  <bruno@clisp.org>
20471
20472         Fix a c-stack test failure on MacOS X.
20473         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
20474         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
20475         handler for SIGBUS as well.
20476         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
20477         install a signal handler for SIGBUS as well.
20478         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
20479
20480 2008-12-06  Bruno Haible  <bruno@clisp.org>
20481
20482         Advocacy documentation.
20483         * doc/gnulib-intro.texi (Benefits): New section.
20484         * doc/gnulib.texi: Update.
20485
20486 2008-12-06  Bruno Haible  <bruno@clisp.org>
20487
20488         Document the 'manywarnings' module.
20489         * doc/manywarnings.texi: New file.
20490         * doc/gnulib.texi: Include it.
20491
20492 2008-12-05  Eric Blake  <ebb9@byu.net>
20493
20494         tests: silence some gcc warnings
20495         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
20496         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
20497         type mismatches.
20498
20499 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20500             Bruno Haible  <bruno@clisp.org>
20501
20502         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
20503
20504 2008-11-29  Jim Meyering  <meyering@redhat.com>
20505
20506         unicodeio.c: mark unused parameters
20507         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
20508         (fallback_failure_callback): Likewise.
20509
20510         fts: fix a thinko
20511         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
20512         (set_stat_type): Return S_IF*-valued "type" directly.
20513         Prompted by James Youngman's spotting a related bug.
20514         Confirmed by further testing through find.
20515
20516         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
20517         * lib/fts.c (D_TYPE): Define.
20518         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
20519         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
20520         (s_ifmt_shift_bits): New function.
20521         (set_stat_type): New function.
20522         (fts_build): When not calling fts_stat, call set_stat_type
20523         to propagate dirent.d_type info to fts_read caller.
20524         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
20525         fts_statp->st_mode type information may be valid.
20526
20527 2008-11-28  Simon Josefsson  <simon@josefsson.org>
20528
20529         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
20530         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
20531         <sds@gnu.org>.
20532
20533 2008-11-20  Bruno Haible  <bruno@clisp.org>
20534
20535         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
20536         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
20537         INCLUDE_NEXT.
20538         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
20539         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
20540         * modules/math (Makefile.am): Substitute
20541         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
20542         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
20543
20544 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
20545             Bruno Haible  <bruno@clisp.org>
20546
20547         * lib/stdint.in.h: Define all type macros so that their expansion is
20548         a single typedef'ed token. Fixes a compilation failure in Boost which
20549         does "using ::int8_t;".
20550
20551 2008-11-18  Simon Josefsson  <simon@josefsson.org>
20552
20553         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
20554         gl_MANYWARN_ALL_GCC.
20555         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
20556         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
20557         * modules/manywarnings: New file.
20558         * MODULES.html.sh: Mention manywarnings module.
20559
20560 2008-11-18  Bruno Haible  <bruno@clisp.org>
20561
20562         * doc/gnulib-tool.texi (Unit tests): New section.
20563
20564 2008-11-18  Simon Josefsson  <simon@josefsson.org>
20565
20566         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
20567         paths like 'lib/po/foo.po'.
20568
20569 2008-11-17  Simon Josefsson  <simon@josefsson.org>
20570
20571         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
20572         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
20573
20574 2008-11-17  Simon Josefsson  <simon@josefsson.org>
20575
20576         * m4/warnings.m4: Use CPPFLAGS to really check whether the
20577         parameter works.
20578
20579 2008-11-17  Simon Josefsson  <simon@josefsson.org>
20580
20581         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
20582
20583 2008-11-17  Bruce Korb  <bkorb@gnu.org>
20584
20585         * modules/parse-duration-tests: New file.
20586         * tests/test-parse-duration.sh: New file.
20587         * tests/test-parse-duration.c: New file.
20588
20589         New module 'parse-duration'.
20590         * lib/parse-duration.h: New file.
20591         * lib/parse-duration.c: New file.
20592         * modules/parse-duration: New file.
20593
20594 2008-11-17  Bruno Haible  <bruno@clisp.org>
20595
20596         * tests/test-select-out.sh: Comment out the first pipe test.
20597         Reported by Simon Josefsson.
20598
20599 2008-11-17  Bruno Haible  <bruno@clisp.org>
20600
20601         * modules/getaddrinfo (Depends-on): Add servent, hostent.
20602         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
20603         gl_HOSTENT.
20604
20605 2008-11-17  Bruno Haible  <bruno@clisp.org>
20606
20607         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
20608         -lnetwork and -lnet. Needed for Haiku and BeOS.
20609
20610 2008-11-16  Bruno Haible  <bruno@clisp.org>
20611
20612         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
20613
20614 2008-11-16  Bruno Haible  <bruno@clisp.org>
20615
20616         Avoid test failure on Haiku.
20617         * tests/test-fsync.c: Include <errno.h>.
20618         (main): Don't require that fsync (0) fails.
20619
20620 2008-11-15  Bruno Haible  <bruno@clisp.org>
20621
20622         New module 'hostent'.
20623         * modules/hostent: New file.
20624         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
20625
20626 2008-11-15  Bruno Haible  <bruno@clisp.org>
20627
20628         New module 'servent'.
20629         * modules/servent: New file.
20630         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
20631
20632 2008-11-15  Bruno Haible  <bruno@clisp.org>
20633
20634         Avoid generating same test program with two different rules.
20635         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
20636         test-frexp to test-frexp-nolibm.
20637         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
20638         test-frexpl to test-frexpl-nolibm.
20639
20640 2008-11-15  Bruno Haible  <bruno@clisp.org>
20641
20642         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
20643         $(FREXPL_LIBM).
20644
20645 2008-11-15  Bruno Haible  <bruno@clisp.org>
20646
20647         * lib/netdb.in.h: Activate the definitions also when the system's
20648         <netdb.h> has 'struct addrinfo'.
20649         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
20650         EAI_OVERFLOW or AI_NUMERICSERV.
20651         * doc/posix-headers/netdb.texi: Document the problem.
20652
20653 2008-11-15  Bruno Haible  <bruno@clisp.org>
20654
20655         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
20656
20657         Make the 'sched' module work on platforms where <sched.h> exists but
20658         is incomplete (such as Haiku).
20659         * lib/sched.in.h; Include the system's <sched.h> if it exists.
20660         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
20661         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
20662         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
20663         HAVE_STRUCT_SCHED_PARAM.
20664         * modules/sched (Depends-on): Add include_next.
20665         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
20666         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
20667         * doc/posix-headers/sched.texi: Document the issue.
20668
20669 2008-11-13  Jim Meyering  <meyering@redhat.com>
20670
20671         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
20672         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
20673         test would fail due to the difference in the Report bugs to ...
20674         line.  The expected address is empty, "<>", while the actual
20675         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
20676
20677 2008-11-12  Bruno Haible  <bruno@clisp.org>
20678
20679         lstat: don't compile lstat.c on systems lacking lstat
20680         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
20681         which don't have lstat; this is handled by lib/sys_stat.in.h already.
20682         Reported by Daniel P. Berrange via Jim Meyering.
20683
20684 2008-11-12  Jim Meyering  <meyering@redhat.com>
20685
20686         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
20687
20688 2008-11-12  Simon Josefsson  <simon@josefsson.org>
20689
20690         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
20691         instead.
20692
20693 2008-11-12  Bruno Haible  <bruno@clisp.org>
20694
20695         * lib/unicodeio.c: Include unistr.h.
20696         (utf8_wctomb): Remove function.
20697         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
20698
20699 2008-11-12  Simon Josefsson  <simon@josefsson.org>
20700
20701         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
20702         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
20703         <bruno@clisp.org>.
20704         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
20705
20706 2008-11-12  Simon Josefsson  <simon@josefsson.org>
20707
20708         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
20709         * doc/gnulib.texi: Add section for warnings.
20710
20711 2008-11-11  Bruno Haible  <bruno@clisp.org>
20712
20713         * lib/sockets.h: Add a comment.
20714
20715 2008-11-11  Karl Berry  <karl@gnu.org>
20716
20717         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
20718
20719 2008-11-11  Eric Blake  <ebb9@byu.net>
20720
20721         fdl.texi: avoid git symlinks
20722         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
20723
20724 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
20725
20726         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
20727
20728 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
20729
20730         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
20731         (gl_WARN_ADD): Substitute $2 if literal.
20732
20733 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
20734
20735         * m4/warning.m4: Remove.
20736
20737 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
20738
20739         * m4/warnings.m4: Almost complete rewrite. :-)
20740
20741 2008-11-10  Simon Josefsson  <simon@josefsson.org>
20742
20743         * modules/warnings: New module.
20744         * m4/warnings.m4: New file.
20745         * MODULES.html.sh: Mention warnings module.
20746         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
20747         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20748
20749 2008-11-10  Eric Blake  <ebb9@byu.net>
20750
20751         fdl.texi: make a symlink to the latest version
20752         * doc/standards.texi: Revert today's earlier change.
20753         * doc/fdl-1.2.texi: Rename from old fdl.texi...
20754         * doc/fdl.texi: ...and replace this with a symlink to the newer
20755         fdl-1.3.texi.
20756
20757 2008-11-10  Bruno Haible  <bruno@clisp.org>
20758
20759         * tests/test-select-fd.c (main): Accept the result file name as fourth
20760         argument.
20761         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
20762         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
20763
20764 2008-11-10  Bruno Haible  <bruno@clisp.org>
20765
20766         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
20767         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
20768         as autoconf-substituted macros.
20769         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
20770         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
20771         gl_NETDB_H_DEFAULTS. Set these variables.
20772         * modules/netdb (Makefile.am): Substitute these variables.
20773
20774 2008-11-10  Eric Blake  <ebb9@byu.net>
20775
20776         standards.texi: include correct file for FDL 1.3
20777         * doc/standards.texi (GNU Free Documentation License): Change
20778         include file to pull in FDL 1.3, not 1.2.
20779
20780         fdl.texi: revert accidental change to license
20781         * doc/fdl.texi: This is FDL 1.2, not 1.3.
20782
20783 2008-11-10  Bruno Haible  <bruno@clisp.org>
20784
20785         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
20786         cross-compiling guesses also when the native compile gives no result.
20787
20788 2008-11-10  Bruno Haible  <bruno@clisp.org>
20789
20790         * lib/spawni.c (__spawni): Force variable into the stack.
20791
20792 2008-11-10  Bruno Haible  <bruno@clisp.org>
20793
20794         Add support for Haiku.
20795         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
20796         glibc and BeOS, but also on Haiku.
20797         * lib/fpurge.c (fpurge): Likewise.
20798         * lib/freadable.c (freadable): Likewise.
20799         * lib/freadahead.c (freadahead): Likewise.
20800         * lib/freading.c (freading): Likewise.
20801         * lib/freadptr.c (freadptr): Likewise.
20802         * lib/freadseek.c (freadptrinc): Likewise.
20803         * lib/fseeko.c (rpl_fseeko): Likewise.
20804         * lib/fseterr.c (fseterr): Likewise.
20805         * lib/fwritable.c (fwritable): Likewise.
20806         * lib/fwriting.c (fwriting): Likewise.
20807         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
20808
20809 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
20810
20811         * lib/config.charset: Treat Haiku like BeOS.
20812
20813 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
20814
20815         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
20816         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
20817
20818 2008-11-08  Bruno Haible  <bruno@clisp.org>
20819
20820         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
20821         AC_CACHE_CHECK.
20822
20823 2008-11-08  Bruno Haible  <bruno@clisp.org>
20824
20825         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
20826
20827 2008-11-08  Bruno Haible  <bruno@clisp.org>
20828
20829         * tests/test-select-fd.c: New file.
20830         * tests/test-select-in.sh: New file.
20831         * tests/test-select-out.sh: New file.
20832         * tests/test-select-stdin.c: New file.
20833         * modules/select-tests (Files): Add the new files.
20834         (Depends-on): Add gettimeofday.
20835         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
20836         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
20837         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
20838
20839 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
20840             Bruno Haible  <bruno@clisp.org>
20841
20842         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
20843
20844 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
20845
20846         * build-aux/pmccabe2html: Added support for C++ source files.
20847
20848 2008-11-05  Ben Pfaff  <blp@gnu.org>
20849
20850         Fix lib/close.c build on Windows.
20851         * modules/close (Files): Add lib/w32sock.h.
20852
20853 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
20854
20855         Accept Bison's NEWS format.
20856         * build-aux/announce-gen (print_news_deltas): Tweak
20857         $re_prefix.
20858
20859 2008-11-04  Bruno Haible  <bruno@clisp.org>
20860
20861         * modules/random_r (Maintainer): Add glibc.
20862
20863 2008-11-04  Simon Josefsson  <simon@josefsson.org>
20864
20865         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
20866         by karl@freefriends.org (Karl Berry).
20867         * doc/alloca.texi: Likewise.
20868         * doc/c-ctype.texi: Likewise.
20869         * doc/c-strcase.texi: Likewise.
20870         * doc/c-strcaseeq.texi: Likewise.
20871         * doc/c-strcasestr.texi: Likewise.
20872         * doc/c-strstr.texi: Likewise.
20873         * doc/c-strtod.texi: Likewise.
20874         * doc/c-strtold.texi: Likewise.
20875         * doc/ctime.texi: Likewise.
20876         * doc/error.texi: Likewise.
20877         * doc/fdl.texi: Likewise.
20878         * doc/gcd.texi: Likewise.
20879         * doc/getdate.texi: Likewise.
20880         * doc/gnulib-intro.texi: Likewise.
20881         * doc/gnulib-tool.texi: Likewise.
20882         * doc/gnulib.texi: Likewise.
20883         * doc/inet_ntoa.texi: Likewise.
20884         * doc/maintain.texi: Likewise.
20885         * doc/make-stds.texi: Likewise.
20886         * doc/quote.texi: Likewise.
20887         * doc/regexprops-generic.texi: Likewise.
20888         * doc/standards.texi: Likewise.
20889         * doc/verify.texi: Likewise.
20890         * doc/visibility.texi: Likewise.
20891         * doc/gnulib.texi (GNU Free Documentation License): Include
20892         fdl-1.3.texi instead of fdl.texi.
20893
20894 2008-11-04  Simon Josefsson  <simon@josefsson.org>
20895
20896         * doc/fdl-1.3.texi: New file, from
20897         <http://www.gnu.org/licenses/fdl-1.3.texi>.
20898         * modules/fdl-1.3: Add.
20899         * MODULES.html.sh: Add fdl-1.3.
20900
20901 2008-11-03  Bruno Haible  <bruno@clisp.org>
20902
20903         Make determination of absolute name of header file work with AIX xlc.
20904         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
20905         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
20906         preprocessing.
20907         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
20908         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
20909
20910 2008-11-03  Simon Josefsson  <simon@josefsson.org>
20911
20912         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
20913         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
20914         <ludo@gnu.org>.
20915
20916 2008-11-02  Bruno Haible  <bruno@clisp.org>
20917
20918         Mark 'strpbrk' obsolete.
20919         * modules/strpbrk (Status, Notice): New sections.
20920         * modules/strtok_r (Depends-on): Add strpbrk.
20921
20922 2008-11-02  Bruno Haible  <bruno@clisp.org>
20923
20924         Mark 'strdup' obsolete.
20925         * modules/strdup (Status, Notice): New sections.
20926         * modules/findprog (Depends-on): Add strdup.
20927         * modules/getaddrinfo (Depends-on): Likewise.
20928         * modules/localename (Depends-on): Likewise.
20929         * modules/relocatable-lib (Depends-on): Likewise.
20930         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
20931         * modules/relocatable-prog (Depends-on): Likewise.
20932         * modules/trim (Depends-on): Likewise.
20933         * modules/unictype/gen-ctype (Depends-on): Likewise.
20934         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
20935
20936 2008-11-02  Bruno Haible  <bruno@clisp.org>
20937
20938         Mark 'strcspn' obsolete.
20939         * modules/strcspn (Status, Notice): New sections.
20940
20941 2008-11-02  Bruno Haible  <bruno@clisp.org>
20942
20943         Mark 'rmdir' obsolete.
20944         * modules/rmdir (Status, Notice): New sections.
20945         * modules/clean-temp (Depends-on): Add rmdir.
20946         * modules/openat (Depends-on): Likewise.
20947
20948 2008-11-02  Bruno Haible  <bruno@clisp.org>
20949
20950         Mark 'raise' obsolete.
20951         * modules/raise (Status, Notice): New sections.
20952         (Include): Specify <signal.h>.
20953         * modules/stdio (Depends-on): Add raise.
20954         * modules/write (Depends-on): Likewise.
20955
20956 2008-11-02  Bruno Haible  <bruno@clisp.org>
20957
20958         Mark 'memset' obsolete.
20959         * modules/memset (Status, Notice): New sections.
20960
20961 2008-11-02  Bruno Haible  <bruno@clisp.org>
20962
20963         Mark 'memmove' obsolete.
20964         * modules/memmove (Status, Notice): New sections.
20965         * modules/argp (Depends-on): Add memmove.
20966         * modules/argz (Depends-on): Likewise.
20967         * modules/canonicalize (Depends-on): Likewise.
20968         * modules/canonicalize-lgpl (Depends-on): Likewise.
20969         * modules/fts (Depends-on): Likewise.
20970         * modules/getcwd (Depends-on): Likewise.
20971         * modules/human (Depends-on): Likewise.
20972         * modules/regex (Depends-on): Likewise.
20973         * modules/striconveh (Depends-on): Likewise.
20974         * modules/trim (Depends-on): Likewise.
20975         * modules/unistr/u8-move (Depends-on): Likewise.
20976         * modules/unistr/u16-move (Depends-on): Likewise.
20977         * modules/unistr/u32-move (Depends-on): Likewise.
20978
20979 2008-11-02  Bruno Haible  <bruno@clisp.org>
20980
20981         Mark 'memcpy' obsolete.
20982         * modules/memcpy (Status, Notice): New sections.
20983
20984 2008-11-02  Bruno Haible  <bruno@clisp.org>
20985
20986         Mark 'memcmp' obsolete.
20987         * modules/memcmp (Status, Notice): New sections.
20988         * modules/argmatch (Depends-on): Add memchr.
20989         * modules/backupfile (Depends-on): Likewise.
20990         * modules/c-strcasestr (Depends-on): Likewise.
20991         * modules/crypto/des (Depends-on): Likewise.
20992         * modules/csharpcomp (Depends-on): Likewise.
20993         * modules/fnmatch (Depends-on): Likewise.
20994         * modules/git-merge-changelog (Depends-on): Likewise.
20995         * modules/isnand (Depends-on): Likewise.
20996         * modules/isnand-nolibm (Depends-on): Likewise.
20997         * modules/isnanf (Depends-on): Likewise.
20998         * modules/isnanf-nolibm (Depends-on): Likewise.
20999         * modules/isnanl (Depends-on): Likewise.
21000         * modules/isnanl-nolibm (Depends-on): Likewise.
21001         * modules/mbchar (Depends-on): Likewise.
21002         * modules/memcoll (Depends-on): Likewise.
21003         * modules/quotearg (Depends-on): Likewise.
21004         * modules/regex (Depends-on): Likewise.
21005         * modules/relocatable-prog (Depends-on): Likewise.
21006         * modules/same (Depends-on): Likewise.
21007         * modules/signbit (Depends-on): Likewise.
21008         * modules/strcasestr-simple (Depends-on): Likewise.
21009         * modules/unictype/gen-ctype (Depends-on): Likewise.
21010         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
21011         * modules/uniname/uniname (Depends-on): Likewise.
21012         * modules/unistr/u8-cmp (Depends-on): Likewise.
21013
21014 2008-11-02  Bruno Haible  <bruno@clisp.org>
21015
21016         Mark 'memchr' obsolete.
21017         * modules/memchr (Status, Notice): New sections.
21018         * modules/argp (Depends-on): Add memchr.
21019         * modules/base64 (Depends-on): Likewise.
21020         * modules/c-strcasestr (Depends-on): Likewise.
21021         * modules/chdir-long (Depends-on): Likewise.
21022         * modules/fnmatch (Depends-on): Likewise.
21023         * modules/getsubopt (Depends-on): Likewise.
21024         * modules/git-merge-changelog (Depends-on): Likewise.
21025         * modules/glob (Depends-on): Likewise.
21026         * modules/strcasestr-simple (Depends-on): Likewise.
21027         * modules/strnlen (Depends-on): Likewise.
21028
21029 2008-11-02  Bruno Haible  <bruno@clisp.org>
21030
21031         Mark 'atexit' obsolete.
21032         * modules/atexit (Status, Notice): New sections.
21033         * modules/chdir-long (Depends-on): Add atexit.
21034         * modules/wait-process (Depends-on): Likewise.
21035
21036 2008-11-02  Bruno Haible  <bruno@clisp.org>
21037
21038         * gnulib-tool: New option --with-obsolete.
21039         (func_usage): Document it.
21040         (func_modules_transitive_closure): Drop obsolete dependencies if
21041         incobsolete is not true.
21042         (func_import): Read and save the incobsolete variable to the cache.
21043
21044 2008-11-02  Bruno Haible  <bruno@clisp.org>
21045
21046         * modules/TEMPLATE-EXTENDED: New field 'Status'.
21047         * gnulib-tool: New option --extract-status.
21048         (func_usage): Document it.
21049         (sed_extract_prog): Recognize it.
21050         (func_get_status): New function.
21051
21052 2008-10-30  Simon Josefsson  <simon@josefsson.org>
21053
21054         * modules/sockets (License): Change from LGPL to LGPLv2+.
21055
21056 2008-10-28  Simon Josefsson  <simon@josefsson.org>
21057
21058         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
21059
21060 2008-10-28  Simon Josefsson  <simon@josefsson.org>
21061
21062         * MODULES.html.sh (Support for systems lacking POSIX:2001):
21063         Mention times and sys_times.
21064         * modules/sys_times, modules/sys_times-tests: New modules.
21065         * modules/times, modules/times-tests: Likewise
21066         * m4/sys_times_h.m4: New file.
21067         * lib/sys_times.in.h: Likewise
21068         * lib/times.c: Likewise.
21069         * tests/test-sys_times.c: Likewise.
21070         * tests/test-times.c: Likewise.
21071         * doc/posix-headers/sys_times.texi: Update.
21072         * doc/posix-functions/times.texi: Update.
21073
21074 2008-10-28  Jim Meyering  <meyering@redhat.com>
21075
21076         * modules/tempname (Depends-on): Add lstat.
21077
21078         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
21079
21080 2008-10-28  Simon Josefsson  <simon@josefsson.org>
21081
21082         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
21083         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
21084         using idiom used elsewhere in gnulib.
21085
21086 2008-10-27  Jim Meyering  <meyering@redhat.com>
21087
21088         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
21089
21090 2008-10-27  Simon Josefsson  <simon@josefsson.org>
21091
21092         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
21093         TESTS_ENVIRONMENT, for shell scripts that needs to call built
21094         programs.
21095         * tests/test-argp-2.sh: Use $EXEEXT when needed.
21096
21097 2008-10-27  Simon Josefsson  <simon@josefsson.org>
21098
21099         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
21100
21101 2008-10-27  Bruno Haible  <bruno@clisp.org>
21102
21103         * tests/test-lstat.c: Include <stdio.h>.
21104
21105 2008-10-27  Simon Josefsson  <simon@josefsson.org>
21106
21107         * modules/lstat-tests: New module.
21108         * tests/test-lstat.c: New file.
21109
21110 2008-10-26  Jim Meyering  <meyering@redhat.com>
21111
21112         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
21113
21114 2008-10-26  Simon Josefsson  <simon@josefsson.org>
21115             Bruno Haible  <bruno@clisp.org>
21116
21117         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
21118         * modules/configmake (Include): Add a note that the include must come
21119         after all system headers.
21120         * lib/javaversion.c: Include configmake.h after all other includes.
21121
21122 2008-10-26  Bruno Haible  <bruno@clisp.org>
21123
21124         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
21125         HAVE_STRUCT_RANDOM_DATA to 1.
21126         (gl_STDLIB_H): Simplify.
21127
21128 2008-10-26  Simon Josefsson  <simon@josefsson.org>
21129
21130         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
21131         substitute HAVE_STRUCT_RANDOM_DATA.
21132         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
21133         random_data.
21134         * modules/stdlib (Makefile.am): Substitute
21135         HAVE_STRUCT_RANDOM_DATA.
21136
21137 2008-10-26  Simon Josefsson  <simon@josefsson.org>
21138
21139         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
21140         * doc/gnulib-intro.texi (Copyright): Likewise.
21141
21142 2008-10-26  Simon Josefsson  <simon@josefsson.org>
21143
21144         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
21145         findings.
21146
21147 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
21148             Bruno Haible  <bruno@clisp.org>
21149
21150         * lib/unistd.in.h: Include <winsock2.h>.
21151         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
21152         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
21153         Provide dummy declarations.
21154         (gethostname): Override.
21155         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
21156         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
21157         gl_PREREQ_SYS_H_WINSOCK2.
21158         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
21159         * doc/posix-functions/gethostname.texi: More details.
21160
21161 2008-10-25  Bruno Haible  <bruno@clisp.org>
21162
21163         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
21164         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
21165         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
21166
21167         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
21168         here ...
21169         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
21170         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
21171         gl_UNISTD_H_DEFAULTS.
21172
21173 2008-10-25  Eric Blake  <ebb9@byu.net>
21174
21175         signbit: avoid spurious compiler failure
21176         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
21177         declarations inside function.
21178
21179 2008-10-24  Simon Josefsson  <simon@josefsson.org>
21180             Bruno Haible  <bruno@clisp.org>
21181
21182         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
21183         * modules/random_r (Depends-on): Add stdint.
21184
21185 2008-10-24  Bruno Haible  <bruno@clisp.org>
21186
21187         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
21188         Eggert.
21189         * modules/strerror (License): Likewise.
21190
21191 2008-10-24  Jim Meyering  <meyering@redhat.com>
21192
21193         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
21194         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
21195
21196 2008-10-24  Eric Blake  <ebb9@byu.net>
21197
21198         getgroups: fix compilation when getgroups is available
21199         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
21200         but with <config.h> override of getgroups disabled.
21201
21202 2008-10-24  Simon Josefsson  <simon@josefsson.org>
21203
21204         * doc/gnulib.texi (Header files): Add note about C++ problems.
21205         Explained by Bruno Haible <bruno@clisp.org>.
21206
21207 2008-10-23  Bruno Haible  <bruno@clisp.org>
21208
21209         Define a dummy SA_NODEFER macro on Interix.
21210         * lib/signal.in.h (SA_NODEFER): Define fallback.
21211         Reported by Aleksey Cheusov <cheusov@tut.by> via
21212         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
21213
21214 2008-10-23  Bruno Haible  <bruno@clisp.org>
21215
21216         * modules/freadahead (License): Change to LGPLv2+.
21217         Suggested by Simon Josefsson.
21218
21219 2008-10-23  Jim Meyering  <meyering@redhat.com>
21220
21221         random_r: new module
21222         * modules/random_r: New file.
21223         * m4/random_r.m4: New file.
21224         * lib/random_r.c: New file, from glibc.
21225         * modules/random_r-tests: New file.
21226         * tests/test-random_r.c: New file.
21227         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
21228          Declare.
21229         (RAND_MAX): Define.
21230         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
21231         * modules/stdlib: Substitute them, too.
21232         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
21233         * doc/glibc-functions/initstate_r.texi: Mention the new module.
21234         * doc/glibc-functions/random_r.texi: Likewise.
21235         * doc/glibc-functions/setstate_r.texi: Likewise.
21236         * doc/glibc-functions/srandom_r.texi: Likewise.
21237         * config/srclist.txt: Mention it.
21238
21239 2008-10-23  David Lutterkort  <lutter@redhat.com>
21240
21241         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
21242         link requirement
21243
21244 2008-10-23  Jim Meyering  <meyering@redhat.com>
21245
21246         selinux-h: mark parameters of stub functions as intentionally unused
21247         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
21248         * lib/se-context.in.h: Likewise.
21249
21250 2008-10-22  Simon Josefsson  <simon@josefsson.org>
21251
21252         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
21253
21254 2008-10-22  Simon Josefsson  <simon@josefsson.org>
21255
21256         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
21257
21258 2008-10-22  Eric Blake  <ebb9@byu.net>
21259
21260         glthread/thread: avoid compiler warning
21261         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
21262         Add unreachable abort to silence compiler.
21263
21264 2008-10-22  Eric Blake  <ebb9@byu.net>
21265
21266         netdb: also supply struct addrinfo for cygwin 1.5.x
21267         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
21268         older cygwin.
21269         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
21270         cygwin.
21271         * doc/posix-headers/netdb.texi (netdb.h): Document this.
21272
21273 2008-10-22  Bruno Haible  <bruno@clisp.org>
21274
21275         * users.txt: Update entry about pspp.
21276
21277 2008-10-21  Bruno Haible  <bruno@clisp.org>
21278
21279         Simplification.
21280         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
21281         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
21282
21283         Simplification.
21284         * lib/ioctl.c (ioctl): Don't undefine.
21285         * lib/socket.c (socket): Don't undefine.
21286
21287         Remove unused module indicator macros.
21288         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
21289         GNULIB_$1 as a C macro.
21290
21291         * doc/posix-functions/close.texi: Undo last change.
21292         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
21293         Windows platforms.
21294
21295 2008-10-21  Bruno Haible  <bruno@clisp.org>
21296
21297         Add gethostname() declaration to <unistd.h>.
21298         * lib/unistd.in.h (gethostname): New declaration.
21299         * lib/gethostname.c: Include <unistd.h>.
21300         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
21301         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
21302         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
21303         and HAVE_GETHOSTNAME.
21304         * modules/gethostname (Depends-on): Add unistd.
21305         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21306         (Include): Specify <unistd.h>.
21307         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
21308         HAVE_GETHOSTNAME.
21309         * tests/test-gethostname.c: Include <unistd.h> first.
21310
21311 2008-10-21  Bruno Haible  <bruno@clisp.org>
21312
21313         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
21314         * modules/select-tests (Depends-on): Likewise.
21315         Reported by Simon Josefsson.
21316
21317 2008-10-21  Simon Josefsson  <simon@josefsson.org>
21318
21319         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
21320         * lib/accept.c: New file, based on winsock.c.
21321         * lib/bind.c: New file, based on winsock.c.
21322         * lib/connect.c: New file, based on winsock.c.
21323         * lib/getpeername.c: New file, based on winsock.c.
21324         * lib/getsockname.c: New file, based on winsock.c.
21325         * lib/getsockopt.c: New file, based on winsock.c.
21326         * lib/ioctl.c: New file, based on winsock.c.
21327         * lib/listen.c: New file, based on winsock.c.
21328         * lib/recv.c: New file, based on winsock.c.
21329         * lib/recvfrom.c: New file, based on winsock.c.
21330         * lib/send.c: New file, based on winsock.c.
21331         * lib/sendto.c: New file, based on winsock.c.
21332         * lib/setsockopt.c: New file, based on winsock.c.
21333         * lib/shutdown.c: New file, based on winsock.c.
21334         * lib/socket.c: New file, based on winsock.c.
21335         * lib/w32sock.h: New file, based on winsock.c.
21336         * lib/winsock.c: Remove file.
21337         * modules/accept: Likewise.
21338         * modules/bind: Likewise.
21339         * modules/connect: Likewise.
21340         * modules/getpeername: Likewise.
21341         * modules/getsockname: Likewise.
21342         * modules/getsockopt: Likewise.
21343         * modules/ioctl: Likewise.
21344         * modules/listen: Likewise.
21345         * modules/recv: Likewise.
21346         * modules/recvfrom: Likewise.
21347         * modules/send: Likewise.
21348         * modules/sendto: Likewise.
21349         * modules/setsockopt: Likewise.
21350         * modules/shutdown: Likewise.
21351         * modules/socket: Use socket.c instead of winsock.c.
21352         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
21353         * doc/posix-functions/accept.texi: Doc fix.
21354         * doc/posix-functions/bind.texi: Doc fix.
21355         * doc/posix-functions/close.texi: Doc fix.
21356         * doc/posix-functions/connect.texi: Doc fix.
21357         * doc/posix-functions/getpeername.texi: Doc fix.
21358         * doc/posix-functions/getsockname.texi: Doc fix.
21359         * doc/posix-functions/getsockopt.texi: Doc fix.
21360         * doc/posix-functions/ioctl.texi: Doc fix.
21361         * doc/posix-functions/listen.texi: Doc fix.
21362         * doc/posix-functions/recv.texi: Doc fix.
21363         * doc/posix-functions/recvfrom.texi: Doc fix.
21364         * doc/posix-functions/send.texi: Doc fix.
21365         * doc/posix-functions/sendto.texi: Doc fix.
21366         * doc/posix-functions/setsockopt.texi: Doc fix.
21367         * doc/posix-functions/shutdown.texi: Doc fix.
21368         * doc/posix-functions/socket.texi: Doc fix.
21369
21370 2008-10-20  Bruno Haible  <bruno@clisp.org>
21371
21372         Take into account the role of SIGABRT_COMPAT on Windows 2008.
21373         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
21374         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
21375         as an alias for SIGABRT.
21376         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
21377         (sigaction): Map it to SIGABRT.
21378         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
21379
21380 2008-10-20  Bruno Haible  <bruno@clisp.org>
21381
21382         * lib/fts.c: Don't include lstat.h.
21383         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
21384
21385         Move the lstat() declaration to <sys/stat.h>.
21386         * lib/lstat.h: Remove file.
21387         * lib/sys_stat.in.h: Add special invocation convention.
21388         (lstat): New declaration.
21389         * lib/lstat.c (orig_lstat): New function.
21390         (rpl_lstat): Use orig_lstat instead of lstat.
21391         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
21392         AC_C_INLINE. Set REPLACE_LSTAT.
21393         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
21394         and REPLACE_LSTAT.
21395         * modules/lstat (Files): Remove lib/lstat.h.
21396         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
21397         (Include): Specify <sys/stat.h> instead of lstat.h.
21398         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
21399         REPLACE_LSTAT.
21400         * NEWS: Mention the change.
21401
21402 2008-10-20  Bruno Haible  <bruno@clisp.org>
21403
21404         * modules/posix_spawn-tests: New file.
21405         * tests/test-posix_spawn3.c: New file.
21406
21407 2008-10-20  Bruno Haible  <bruno@clisp.org>
21408
21409         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
21410         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
21411         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
21412         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
21413         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
21414
21415 2008-10-20  Bruno Haible  <bruno@clisp.org>
21416
21417         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
21418         of posix_spawn on AIX 5.3.
21419
21420 2008-10-20  Bruno Haible  <bruno@clisp.org>
21421
21422         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
21423
21424 2008-10-20  Bruno Haible  <bruno@clisp.org>
21425
21426         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
21427         of AC_LANG_PROGRAM.
21428
21429 2008-10-20  Simon Josefsson  <simon@josefsson.org>
21430
21431         * lib/netdb.in.h: Don't define GNU specific constants until they
21432         are supported or needed.  Reported by Bruno Haible
21433         <bruno@clisp.org>.
21434
21435 2008-10-20  Simon Josefsson  <simon@josefsson.org>
21436
21437         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
21438
21439 2008-10-20  Simon Josefsson  <simon@josefsson.org>
21440
21441         * lib/getaddrinfo.h: Remove file.
21442         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
21443         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
21444         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
21445         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
21446         * modules/netdb: Substitute GNULIB_GETADDRINFO.
21447         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
21448         * tests/test-getaddrinfo.c: Likewise.
21449         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
21450         * NEWS: Mention change.
21451
21452 2008-10-19  Bruno Haible  <bruno@clisp.org>
21453
21454         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
21455
21456 2008-10-19  Bruno Haible  <bruno@clisp.org>
21457
21458         * lib/wait-process.c: Include simply <sys/wait.h>.
21459         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
21460         WIFSTOPPED): Remove fallback definitions.
21461         * modules/wait-process (Depends-on): Add sys_wait.
21462
21463         New module 'sys_wait'.
21464         * modules/sys_wait: New file.
21465         * lib/sys_wait.in.h: New file, partially copied from
21466         lib/wait-process.c.
21467         * m4/sys_wait_h.m4: New file.
21468         * doc/posix-headers/sys_wait.texi: Mention the new module.
21469
21470 2008-10-19  Bruno Haible  <bruno@clisp.org>
21471
21472         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
21473
21474 2008-10-19  Bruno Haible  <bruno@clisp.org>
21475
21476         Assume that waitpid() fills an 'int' status, not a 'union wait'.
21477         * lib/wait-process.c (WAIT_T): Remove type.
21478         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
21479         (wait_subprocess): Update.
21480
21481 2008-10-19  Bruno Haible  <bruno@clisp.org>
21482
21483         New module 'atoll'.
21484         * modules/atoll: New file.
21485         * lib/stdlib.in.h (atoll): New declaration.
21486         * lib/atoll.c: New file, from glibc with modifications.
21487         * m4/atoll.m4: New file.
21488         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
21489         HAVE_ATOLL.
21490         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
21491         * doc/posix-functions/atoll.texi: Mention the new module.
21492
21493 2008-10-19  Bruno Haible  <bruno@clisp.org>
21494
21495         Add strtoull() declaration to <stdlib.h>.
21496         * lib/stdlib.in.h (strtoull): New declaration.
21497         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
21498         Set HAVE_STRTOULL.
21499         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
21500         HAVE_STRTOULL.
21501         * modules/strtoull (Depends-on): Add stdlib.
21502         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
21503         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
21504         HAVE_STRTOULL.
21505
21506 2008-10-19  Bruno Haible  <bruno@clisp.org>
21507
21508         Add strtoll() declaration to <stdlib.h>.
21509         * lib/stdlib.in.h (strtoll): New declaration.
21510         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
21511         Set HAVE_STRTOLL.
21512         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
21513         HAVE_STRTOLL.
21514         * modules/strtoll (Depends-on): Add stdlib.
21515         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
21516         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
21517
21518 2008-10-19  Bruno Haible  <bruno@clisp.org>
21519
21520         * modules/bcopy (Depends-on): Add strings.
21521         (Include): Specify <strings.h>.
21522
21523 2008-10-19  Bruno Haible  <bruno@clisp.org>
21524
21525         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
21526
21527 2008-10-19  Bruno Haible  <bruno@clisp.org>
21528
21529         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
21530         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
21531         mingw.
21532
21533 2008-10-19  Bruno Haible  <bruno@clisp.org>
21534
21535         * lib/atanl.c: Don't include isnanl.h.
21536         * lib/cosl.c: Likewise.
21537         * lib/ldexpl.c: Likewise.
21538         * lib/logl.c: Likewise.
21539         * lib/sinl.c: Likewise.
21540         * lib/sqrtl.c: Likewise.
21541         * lib/tanl.c: Likewise.
21542
21543         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
21544         * lib/isnanf.h: Remove file.
21545         * lib/isnand.h: Remove file.
21546         * lib/isnanl.h: Remove file.
21547         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
21548         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
21549         macros.
21550         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
21551         HAVE_ISNANF, don't define it as a C macro.
21552         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
21553         HAVE_ISNAND, don't define it as a C macro.
21554         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
21555         HAVE_ISNANL, don't define it as a C macro.
21556         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
21557         HAVE_ISNAN[FDL].
21558         * modules/isnanf (Files): Remove lib/isnanf.h.
21559         (Depends-on): Add math.
21560         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
21561         (Include): Specify <math.h> instead of isnanf.h.
21562         * modules/isnand (Files): Remove lib/isnand.h.
21563         (Depends-on): Add math.
21564         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
21565         (Include): Specify <math.h> instead of isnand.h.
21566         * modules/isnanl (Files): Remove lib/isnanl.h.
21567         (Depends-on): Add math.
21568         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
21569         (Include): Specify <math.h> instead of isnanl.h.
21570         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
21571         HAVE_ISNAN[FDL].
21572         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
21573         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
21574         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
21575         * NEWS: Mention the change.
21576
21577 2008-10-18  Bruno Haible  <bruno@clisp.org>
21578
21579         Add getusershell(), setusershell(), endusershell() declarations to
21580         <unistd.h>.
21581         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
21582         declarations.
21583         * lib/getusershell.c: Include unistd.h.
21584         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
21585         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
21586         HAVE_GETUSERSHELL.
21587         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
21588         and HAVE_GETUSERSHELL.
21589         * modules/getusershell (Depends-on): Add unistd, extensions.
21590         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21591         (Include): Specify <unistd.h>.
21592         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
21593         HAVE_GETUSERSHELL.
21594
21595 2008-10-18  Bruno Haible  <bruno@clisp.org>
21596
21597         Add a getloadavg() declaration to <stdlib.h>.
21598         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
21599         getloadavg declaration.
21600         (getloadavg): New declaration.
21601         * lib/getloadavg.c: Include <stdlib.h> first.
21602         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
21603         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
21604         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
21605         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
21606         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
21607         * modules/getloadavg (Depends-on): Add stdlib, extensions.
21608         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
21609         (Include): Specify <stdlib.h>.
21610         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
21611         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
21612
21613 2008-10-18  Bruno Haible  <bruno@clisp.org>
21614
21615         * lib/dirchownmod.c: Don't include lchmod.h.
21616
21617         Move the lchmod() declaration to <sys/stat.h>.
21618         * lib/lchmod.h: Remove file.
21619         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
21620         (lchmod): New declaration, moved here from lib/lchown.h.
21621         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
21622         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
21623         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
21624         and HAVE_LCHMOD.
21625         * modules/lchmod (Files): Remove lib/lchmod.h.
21626         (Depends-on): Add sys_stat, extensions.
21627         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
21628         (Include): Specify <sys/stat.h> instead of lchmod.h.
21629         * modules/sys_stat (Depends-on): Add link-warning.
21630         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
21631         definition of GL_LINK_WARNING.
21632         * NEWS: Mention the change.
21633
21634 2008-10-18  Bruno Haible  <bruno@clisp.org>
21635
21636         * lib/fchdir.c: Don't include dirfd.h.
21637         * lib/fts.c: Likewise.
21638         * lib/getcwd.c: Likewise.
21639         * lib/glob.c: Likewise.
21640
21641         Move the dirfd() declaration to <dirent.h>.
21642         * lib/dirfd.h: Remove file.
21643         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
21644         (dirfd): New declaration.
21645         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
21646         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
21647         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
21648         HAVE_DECL_DIRFD.
21649         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
21650         HAVE_DECL_DIRFD.
21651         * modules/dirfd (Files): Remove lib/dirfd.h.
21652         (Depends-on): Add dirent, extensions.
21653         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
21654         (Include): Specify <dirent.h> instead of dirfd.h.
21655         * modules/dirent (Depends-on): Add link-warning.
21656         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
21657         definition of GL_LINK_WARNING.
21658         * NEWS: Mention the change.
21659
21660 2008-10-18  Bruno Haible  <bruno@clisp.org>
21661
21662         Move the euidaccess() declaration to <unistd.h>.
21663         * lib/euidaccess.h: Remove file.
21664         * lib/unistd.in.h (euidaccess): New declaration.
21665         * lib/euidaccess.c: Don't include euidaccess.h.
21666         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
21667         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
21668         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
21669         and HAVE_EUIDACCESS.
21670         * modules/euidaccess (Files): Remove lib/euidaccess.h.
21671         (Depends-on): Add unistd.
21672         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21673         (Include): Specify <unistd.h> instead of euidaccess.h.
21674         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
21675         HAVE_EUIDACCESS.
21676         * NEWS: Mention the change.
21677
21678 2008-10-18  Bruno Haible  <bruno@clisp.org>
21679
21680         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
21681
21682         Move the getdomainname() declaration to <unistd.h>.
21683         * lib/getdomainname.h: Remove file.
21684         * lib/unistd.in.h (getdomainname): New declaration.
21685         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
21686         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
21687         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
21688         HAVE_GETDOMAINNAME.
21689         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21690         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
21691         * modules/getdomainname (Files): Remove lib/getdomainname.h.
21692         (Depends-on): Add unistd, extensions.
21693         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21694         (Includes): Specify <unistd.h> instead of getdomainname.h.
21695         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
21696         HAVE_GETDOMAINNAME.
21697         * NEWS: Mention the change.
21698
21699 2008-10-18  Bruno Haible  <bruno@clisp.org>
21700
21701         * modules/dirent: New file.
21702         * m4/dirent_h.m4: New file.
21703         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
21704         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
21705         * modules/fchdir (Files): Remove lib/dirent.in.h.
21706         (Depends-on): Add dirent.
21707         (Makefile.am): Move rules to modules/dirent.
21708         * doc/posix-headers/dirent.texi: Mention the new module.
21709
21710 2008-10-18  Bruno Haible  <bruno@clisp.org>
21711
21712         Avoid -Wunused-parameter warnings in public gnulib header files.
21713         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
21714         macro.
21715         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
21716
21717 2008-10-18  Bruno Haible  <bruno@clisp.org>
21718
21719         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
21720         * doc/glibc-functions/error.texi: Mention the module 'error'.
21721         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
21722         * doc/glibc-functions/getdomainname.texi: Mention the module
21723         'getdomainname'.
21724         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
21725         * doc/glibc-functions/getpagesize.texi: Mention the module
21726         'getpagesize'.
21727         * doc/glibc-functions/getusershell.texi: Mention the module
21728         'getusershell'.
21729         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
21730         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
21731         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
21732         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
21733         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
21734         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
21735         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
21736         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
21737         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
21738         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
21739         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
21740         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
21741         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
21742         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
21743
21744 2008-10-17  Bruno Haible  <bruno@clisp.org>
21745
21746         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
21747         HP-UX and IRIX, use -0.0L.
21748         * tests/test-ceill.c (minus_zero): Likewise.
21749         * tests/test-floorl.c (minus_zero): Likewise.
21750         * tests/test-frexpl.c (minus_zero): Likewise.
21751         * tests/test-isnan.c (minus_zerol): Likewise.
21752         * tests/test-isnanl.h (minus_zero): Likewise.
21753         * tests/test-ldexpl.c (minus_zero): Likewise.
21754         * tests/test-roundl.c (minus_zero): Likewise.
21755         * tests/test-signbit.c (minus_zerol): Likewise.
21756         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
21757         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
21758         * tests/test-truncl.c (minus_zero): Likewise.
21759         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
21760         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
21761         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
21762         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
21763
21764 2008-10-17  Bruno Haible  <bruno@clisp.org>
21765
21766         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
21767         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
21768         that it gets activated only for gcc >= 3.0.
21769         * lib/dirent.in.h: Likewise.
21770         * lib/errno.in.h: Likewise.
21771         * lib/fcntl.in.h: Likewise.
21772         * lib/float.in.h: Likewise.
21773         * lib/iconv.in.h: Likewise.
21774         * lib/inttypes.in.h: Likewise.
21775         * lib/locale.in.h: Likewise.
21776         * lib/math.in.h: Likewise.
21777         * lib/netdb.in.h: Likewise.
21778         * lib/netinet_in.in.h: Likewise.
21779         * lib/search.in.h: Likewise.
21780         * lib/signal.in.h: Likewise.
21781         * lib/spawn.in.h: Likewise.
21782         * lib/stdarg.in.h: Likewise.
21783         * lib/stdint.in.h: Likewise.
21784         * lib/stdio.in.h: Likewise.
21785         * lib/stdlib.in.h: Likewise.
21786         * lib/string.in.h: Likewise.
21787         * lib/strings.in.h: Likewise.
21788         * lib/sys_file.in.h: Likewise.
21789         * lib/sys_ioctl.in.h: Likewise.
21790         * lib/sys_select.in.h: Likewise.
21791         * lib/sys_socket.in.h: Likewise.
21792         * lib/sys_stat.in.h: Likewise.
21793         * lib/sys_time.in.h: Likewise.
21794         * lib/sysexits.in.h: Likewise.
21795         * lib/time.in.h: Likewise.
21796         * lib/unistd.in.h: Likewise.
21797         * lib/wchar.in.h: Likewise.
21798         * lib/wctype.in.h: Likewise.
21799         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
21800
21801 2008-10-17  Jim Meyering  <meyering@redhat.com>
21802
21803         ignore-value: don't depend on inline module
21804         * modules/ignore-value (Depends-on): Remove 'inline'.
21805         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
21806         Suggestion from Bruno Haible.
21807
21808 2008-10-17  Bruno Haible  <bruno@clisp.org>
21809
21810         New implementation of condition variables for Win32.
21811         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
21812         (gl_linked_waitqueue_t): New type.
21813         (gl_cond_t): Use it.
21814         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
21815         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
21816         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
21817         (glthread_cond_init_func, glthread_cond_wait_func,
21818         glthread_cond_timedwait_func, glthread_cond_signal_func,
21819         glthread_cond_broadcast_func, glthread_cond_destroy_func):
21820         Reimplemented on the basis of gl_linked_waitqueue_t.
21821         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
21822         gl_waitqueue_t.
21823         (gl_rwlock_t): Update.
21824         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
21825
21826 2008-10-17  Simon Josefsson  <simon@josefsson.org>
21827
21828         * modules/recvfrom (Depends-on): Add dependency on getpeername.
21829         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
21830
21831 2008-10-17  Jim Meyering  <meyering@redhat.com>
21832
21833         ignore-value: new module
21834         * modules/ignore-value: New file.
21835         * lib/ignore-value.h: New file.
21836         * MODULES.html.sh (Compiler warning management): New section,
21837         just for this module.  More to come.
21838
21839 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
21840
21841         open-safer.c: avoid 'signed and unsigned in conditional...' warning
21842         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
21843         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
21844
21845 2008-10-16  Jim Meyering  <meyering@redhat.com>
21846
21847         openat-die.c: avoid 'no previous prototype' warning
21848         * lib/openat-die.c: Include "openat.h".
21849         Reported by Reuben Thomas <rrt@sc3d.org>.
21850
21851 2008-10-16  Simon Josefsson  <simon@josefsson.org>
21852
21853         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
21854         * lib/netdb.in.h: Fix typo.
21855         Reported by Bruno Haible  <bruno@clisp.org>
21856
21857         * lib/netdb.in.h: Include sys/socket.h for platforms without
21858         netdb.h, to get structures like hostent on MinGW.
21859         * modules/netdb (Depends-on): Add sys_socket.
21860
21861 2008-10-15  Simon Josefsson  <simon@josefsson.org>
21862
21863         * modules/netdb, modules/netdb-tests: New file.
21864         * m4/netdb_h.m4: New file.
21865         * lib/netdb.in.h: Add, currently just an empty file pending
21866         definitions.
21867         * tests/test-netdb.c: New file.
21868         * doc/posix-headers/netdb.texi: Mention that we replace it if
21869         needed.
21870         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
21871         netdb.
21872
21873 2008-10-15  Simon Josefsson  <simon@josefsson.org>
21874
21875         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
21876         with code.
21877
21878 2008-10-13  Bruno Haible  <bruno@clisp.org>
21879
21880         * lib/glthread/cond.c (glthread_cond_wait_func,
21881         glthread_cond_timedwait_func): Add a comment.
21882
21883 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21884
21885         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
21886         * tests/test-select.c: Likewise,
21887
21888 2008-10-13  Bruno Haible  <bruno@clisp.org>
21889
21890         * lib/glthread/cond.c (glthread_cond_wait_func,
21891         glthread_cond_timedwait_func): Fix variable name.
21892         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
21893
21894 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
21895
21896         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
21897         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
21898         struct sockaddr.sa_len.
21899         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
21900
21901 2008-10-13  Simon Josefsson  <simon@josefsson.org>
21902
21903         * build-aux/pmccabe2html: Add css and css_url parameters.
21904
21905 2008-10-12  Bruno Haible  <bruno@clisp.org>
21906
21907         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
21908         calling aclx_get.
21909         Reported by Rainer Tammer <tammer@tammer.net>.
21910
21911 2008-10-12  Bruno Haible  <bruno@clisp.org>
21912
21913         Use msvcrt aware primitives for creation/termination of Win32 threads.
21914         * lib/glthread/thread.c: Include <process.h>.
21915         (glthread_create_func): Use _beginthreadex instead of CreateThread.
21916         (wrapper_func): Update signature.
21917         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
21918
21919 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
21920             Bruno Haible  <bruno@clisp.org>
21921
21922         Provide a Win32 implementation of the 'cond' module.
21923         * lib/glthread/cond.h [USE_WIN32]: New implementation.
21924         * lib/glthread/cond.c (glthread_cond_init_func,
21925         glthread_cond_wait_func, glthread_cond_timedwait_func,
21926         glthread_cond_signal_func, glthread_cond_broadcast_func,
21927         glthread_cond_destroy_func) [USE_WIN32]: New functions.
21928         * modules/cond (Dependencies): Add gettimeofday.
21929
21930 2008-10-11  Bruno Haible  <bruno@clisp.org>
21931
21932         Make sleep work on older versions of mingw.
21933         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
21934         only whether it exists.
21935         * doc/posix-functions/sleep.texi: Mention the problem with older
21936         versions of mingw.
21937
21938 2008-10-11  Bruno Haible  <bruno@clisp.org>
21939
21940         New module 'shutdown'.
21941         * modules/shutdown: New file.
21942         * lib/sys_socket.in.h (shutdown): New declaration.
21943         * lib/winsock.c (shutdown): New function.
21944         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
21945         GNULIB_SHUTDOWN.
21946         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
21947         * doc/posix-functions/shutdown.texi: Document the new module.
21948
21949 2008-10-11  Jim Meyering  <meyering@redhat.com>
21950
21951         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
21952
21953 2008-10-11  Bruno Haible  <bruno@clisp.org>
21954
21955         New module 'fclose'.
21956         * modules/fclose: New file.
21957         * lib/stdio.in.h (fclose): New declaration.
21958         * lib/fclose.c: New file.
21959         * m4/fclose.m4: New file.
21960         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
21961         REPLACE_FCLOSE.
21962         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
21963         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
21964         REPLACE_FCLOSE.
21965         * modules/close (Depends-on): fclose.
21966         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
21967
21968 2008-10-11  Bruno Haible  <bruno@clisp.org>
21969
21970         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
21971         set errno and don't call _close.
21972
21973 2008-10-10  Bruno Haible  <bruno@clisp.org>
21974
21975         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
21976         ACL, not afterwards. Fixes test failure on Cygwin.
21977
21978 2008-10-09  Ben Pfaff  <blp@gnu.org>
21979
21980         * build-aux/announce-gen: Fix gnulib version related part of usage
21981         message.  Die with a useful error message if no tarballs are
21982         found.
21983
21984 2008-10-10  Jim Meyering  <meyering@redhat.com>
21985
21986         bootstrap: use git's --depth=N option only if it's supported
21987         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
21988         recognize the --depth option.  Reported by Pádraig Brady.
21989
21990 2008-10-09  Bruno Haible  <bruno@clisp.org>
21991
21992         New module 'ioctl'.
21993         * modules/ioctl: New file.
21994         * lib/sys_socket.in.h (ioctl): Remove declaration.
21995         * lib/winsock.c: Include <sys/ioctl.h>.
21996         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
21997         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
21998         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
21999         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
22000         * doc/posix-functions/ioctl.texi: Mention the new module.
22001
22002 2008-10-09  Bruno Haible  <bruno@clisp.org>
22003
22004         New module 'sys_ioctl'.
22005         * lib/sys_ioctl.in.h: New file.
22006         * m4/sys_ioctl_h.m4: New file.
22007         * modules/sys_ioctl: New file.
22008         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
22009
22010 2008-10-09  Bruno Haible  <bruno@clisp.org>
22011
22012         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
22013         * lib/winsock.c: Include <stdarg.h>.
22014         (rpl_ioctl): Change to second argument 'int' and then varargs.
22015
22016 2008-10-09  Bruno Haible  <bruno@clisp.org>
22017
22018         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
22019         when the sys_socket module is present and the system has <winsock2.h>.
22020
22021 2008-10-09  Bruno Haible  <bruno@clisp.org>
22022
22023         * doc/posix-functions/close.texi: Mention module 'close' instead of
22024         module 'sys_socket'.
22025
22026 2008-10-09  Bruno Haible  <bruno@clisp.org>
22027
22028         * doc/glibc-headers/sys_ioctl.texi: New file.
22029         * doc/gnulib.texi: Include it.
22030
22031 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
22032             Bruno Haible  <bruno@clisp.org>
22033
22034         Combine the two replacements of 'close'.
22035         * lib/sys_socket.in.h (close): Define to a reminder to include
22036         <unistd.h>.
22037         (_gl_close_fd_maybe_socket): New declaration.
22038         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
22039         * lib/winsock.c (close): Remove undefinition.
22040         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
22041         needed for the gnulib module 'close'.
22042         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
22043         define to an error symbol or to a warning, if suitable.
22044         * lib/close.c: Include <sys/socket.h>.
22045         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
22046         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
22047         UNISTD_H_HAVE_WINSOCK2_H.
22048         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
22049         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
22050         UNISTD_H_HAVE_WINSOCK2_H.
22051         * modules/sys_socket (Files): Add m4/unistd_h.m4.
22052         (configure.ac): Set a module indicator.
22053         (Makefile.am): Substitute GNULIB_CLOSE.
22054         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
22055         * modules/poll-tests (Depends-on): Add close.
22056         * modules/select-tests (Depends-on): Likewise.
22057
22058 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
22059             Bruno Haible  <bruno@clisp.org>
22060
22061         New module 'close'.
22062         * modules/close: New file.
22063         * lib/unistd.in.h (close): Move declaration out of the
22064         FCHDIR_REPLACEMENT scope.
22065         (_gl_unregister_fd): New declaration.
22066         * lib/close.c: New file.
22067         * lib/fchdir.c (rpl_close): Remove function.
22068         * m4/close.m4: New file.
22069         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
22070         close.
22071         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
22072         REPLACE_CLOSE.
22073         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
22074         REPLACE_CLOSE.
22075         * modules/fchdir (Depends-on): Add close.
22076
22077 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
22078             Bruno Haible  <bruno@clisp.org>
22079
22080         * lib/fcntl.in.h (open): Simplify conditionals.
22081         (_gl_register_fd): New declaration.
22082         * lib/fchdir.c (rpl_open): Remove function.
22083         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
22084         also.
22085         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
22086         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
22087         open.
22088
22089 2008-10-09  Jim Meyering  <meyering@redhat.com>
22090
22091         GNUmakefile: use the more name-space-friendly "_version"
22092         * top/GNUmakefile (_dummy): Update.
22093         (_version): Rename from "version".
22094
22095 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
22096             Bruno Haible  <bruno@clisp.org>
22097
22098         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
22099         rpl_close.
22100         (_gl_register_fd): New function, extracted from rpl_open.
22101         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
22102         (rpl_open, rpl_opendir): Use _gl_register_fd.
22103
22104 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
22105
22106         Fix organization of 'open' replacement.
22107         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
22108         (gl_FUNC_OPEN): Use it.
22109         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
22110
22111 2008-10-08  Bruno Haible  <bruno@clisp.org>
22112
22113         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
22114
22115 2008-10-08  Simon Josefsson  <simon@josefsson.org>
22116
22117         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
22118         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
22119         listen).
22120
22121 2008-10-08  Eric Blake  <ebb9@byu.net>
22122
22123         GNUmakefile: add 'make version' target
22124         * top/GNUmakefile (_curr-ver): Split version update rules...
22125         (version): ...into a target.
22126
22127 2008-10-07  Bruno Haible  <bruno@clisp.org>
22128
22129         Use a more portable replacement expression for -0.0L.
22130         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
22131         instead of -0.0L. Fix m4 quotation.
22132
22133         * tests/test-signbit.c: Include <float.h>.
22134         (minus_zero): New variable.
22135         (test_signbitl): Use minus_zero instead of -zero.
22136         * modules/signbit-tests (Depends-on): Add float.
22137
22138         * tests/test-ceill.c: Include <float.h>.
22139         (zero): Remove variable.
22140         (minus_zero): New variable.
22141         (main): Use minus_zero instead of -zero.
22142         * modules/ceill-tests (Depends-on): Add float.
22143
22144         * tests/test-floorl.c: Include <float.h>.
22145         (zero): Remove variable.
22146         (minus_zero): New variable.
22147         (main): Use minus_zero instead of -zero.
22148         * modules/floorl-tests (Depends-on): Add float.
22149
22150         * tests/test-roundl.c: Include <float.h>.
22151         (zero): Remove variable.
22152         (minus_zero): New variable.
22153         (main): Use minus_zero instead of -zero.
22154         * modules/roundl-tests (Depends-on): Add float.
22155
22156         * tests/test-truncl.c: Include <float.h>.
22157         (zero): Remove variable.
22158         (minus_zero): New variable.
22159         (main): Use minus_zero instead of -zero.
22160         * modules/truncl-tests (Depends-on): Add float.
22161
22162         * tests/test-frexpl.c (zero): Remove variable.
22163         (minus_zero): New variable.
22164         (main): Use minus_zero instead of -zero.
22165         * modules/frexpl-tests (Depends-on): Add float.
22166
22167         * tests/test-isnan.c (zerol): Remove variable.
22168         (minus_zerol): New variable.
22169         (test_long_double): Use minus_zerol instead of -zerol.
22170         * modules/isnan-tests (Depends-on): Add float.
22171
22172         * tests/test-isnanl.h (zero): Remove variable.
22173         (minus_zero): New variable.
22174         (main): Use minus_zero instead of -zero.
22175         * modules/isnanl-nolibm-tests (Depends-on): Add float.
22176         * modules/isnanl-tests (Depends-on): Add float.
22177
22178         * tests/test-ldexpl.c (zero): Remove variable.
22179         (minus_zero): New variable.
22180         (main): Use minus_zero instead of -zero.
22181         * modules/ldexpl-tests (Depends-on): Add float.
22182
22183         * tests/test-snprintf-posix.h (zerol): Remove variable.
22184         (minus_zerol): New variable.
22185         (test_function): Use minus_zerol instead of -zerol.
22186         * modules/snprintf-posix-tests (Depends-on): Add float.
22187         * modules/vsnprintf-posix-tests (Depends-on): Add float.
22188
22189         * tests/test-sprintf-posix.h (zerol): Remove variable.
22190         (minus_zerol): New variable.
22191         (test_function): Use minus_zerol instead of -zerol.
22192         * modules/sprintf-posix-tests (Depends-on): Add float.
22193         * modules/vsprintf-posix-tests (Depends-on): Add float.
22194
22195         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
22196         (minus_zerol): New variable.
22197         (test_function): Use minus_zerol instead of -zerol.
22198         * modules/vasnprintf-posix-tests (Depends-on): Add float.
22199
22200         * tests/test-vasprintf-posix.c (zerol): Remove variable.
22201         (minus_zerol): New variable.
22202         (test_function): Use minus_zerol instead of -zerol.
22203         * modules/vasprintf-posix-tests (Depends-on): Add float.
22204
22205 2008-10-07  Simon Josefsson  <simon@josefsson.org>
22206
22207         * MODULES.html.sh (Support for building documentation): Mention
22208         pmccabe2html.  Sort entries.
22209
22210         Add pmccabe2html module, from gnupdf.
22211         * build-aux/pmccabe.css: New file.
22212         * build-aux/pmccabe2html: New file.
22213         * m4/pmccabe2html.m4: New file.
22214         * modules/pmccabe2html: New file.
22215
22216 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
22217
22218         flock: new module
22219         * MODULES.html.sh: Add to list of modules.
22220         * lib/flock.c: flock implementation for Windows and Unix systems
22221         which have fcntl.
22222         * doc/glibc-functions/flock.texi: Update documentation.
22223         * lib/sys_file.in.h: <sys/file.h> header file.
22224         * m4/flock.m4: M4 macros.
22225         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
22226         * modules/flock: flock module.
22227         * modules/flock-tests: flock tests module.
22228         * modules/sys_file: sys/file.h module.
22229         * tests/test-flock.c: test suite for flock.
22230
22231 2008-10-06  Jim Meyering  <meyering@redhat.com>
22232
22233         bootstrap: check for LT_INIT more portably still ;-)
22234         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
22235         Spotted by Bruno Haible.
22236
22237 2008-10-06  Eric Blake  <ebb9@byu.net>
22238
22239         test-signbit: avoid tripping Irix cc bug on -0.0L
22240         * tests/test-signbit.c (minus_zerol): Delete, and replace with
22241         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
22242         entire testsuite consistent and avoids an Irix 6.2 bug.
22243
22244 2008-10-05  Bruno Haible  <bruno@clisp.org>
22245             Jim Meyering  <jim@meyering.net>
22246
22247         Add an option for ignoring EPIPE during close_stdout.
22248         * lib/closeout.h: Include <stdbool.h>.
22249         (close_stdout_set_ignore_EPIPE): New declaration.
22250         * lib/closeout.c: Include <stdbool.h>.
22251         (ignore_EPIPE): New variable.
22252         (close_stdout_set_ignore_EPIPE): New function.
22253         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
22254         * lib/close-stream.c (close_stream): Mention the possible EPIPE
22255         failure.
22256         * modules/closeout (Depends-on): Add stdbool.
22257
22258 2008-10-05  Bruno Haible  <bruno@clisp.org>
22259
22260         * modules/accept: New file.
22261         * modules/bind: New file.
22262         * modules/connect: New file.
22263         * modules/getpeername: New file.
22264         * modules/getsockname: New file.
22265         * modules/getsockopt: New file.
22266         * modules/listen: New file.
22267         * modules/recv: New file.
22268         * modules/recvfrom: New file.
22269         * modules/send: New file.
22270         * modules/sendto: New file.
22271         * modules/setsockopt: New file.
22272         * modules/socket: New file.
22273         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
22274         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
22275         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
22276         the particular module is requested. Add a link warning when the
22277         particular module is not requested.
22278         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
22279         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
22280         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
22281         the particular module is requested.
22282         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
22283         gl_SYS_SOCKET_H_DEFAULTS): New macros.
22284         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
22285         * modules/sys_socket (Depends-on): Add link-warning.
22286         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
22287         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
22288         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
22289         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
22290         GL_LINK_WARNING.
22291         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
22292         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
22293         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
22294         * doc/posix-functions/getpeername.texi: Mention the new module
22295         'getpeername'.
22296         * doc/posix-functions/getsockname.texi: Mention the new module
22297         'getsockname'.
22298         * doc/posix-functions/getsockopt.texi: Mention the new module
22299         'getsockopt'.
22300         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
22301         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
22302         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
22303         * doc/posix-functions/send.texi: Mention the new module 'send'.
22304         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
22305         * doc/posix-functions/setsockopt.texi: Mention the new module
22306         'setsockopt'.
22307         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
22308         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
22309         listen, connect, accept.
22310         * modules/select-tests (Depends-on): Likewise.
22311
22312 2008-10-05  Bruno Haible  <bruno@clisp.org>
22313
22314         * lib/winsock.c (strerror): Remove unused #undef.
22315         (rpl_close): Remove unused local variable.
22316
22317         * modules/sys_socket (Depends-on); Add errno.
22318
22319 2008-10-05  Bruno Haible  <bruno@clisp.org>
22320
22321         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
22322         (select): Add a link warning when the 'select' module is not used.
22323         * modules/sys_select (Depends-on): Add link-warning.
22324         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
22325         Suggested by Paolo Bonzini.
22326
22327 2008-10-05  Jim Meyering  <meyering@redhat.com>
22328
22329         bootstrap: check for LT_INIT more portably
22330         * build-aux/bootstrap: Avoid using grep -E, since it's not
22331         portable enough.  Suggestion from Bruno Haible.
22332
22333 2008-10-05  Bruno Haible  <bruno@clisp.org>
22334
22335         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
22336         as being fixed by gnulib.
22337
22338 2008-10-05  Bruno Haible  <bruno@clisp.org>
22339
22340         * modules/select-tests: New file, mostly copied from
22341         modules/sys_select-tests.
22342         * tests/test-select.c: New file, mostly copied from
22343         tests/test-sys_select.c.
22344         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
22345         * modules/sys_select-tests (Depends-on): Remove all dependencies.
22346         (Makefile.am): Remove test_sys_select_LDADD.
22347
22348         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
22349         to an undefined symbol, for an error message.
22350         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
22351         (gl_SYS_SELECT_H_DEFAULTS): New macro.
22352         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
22353         winsock-select.c here.
22354         * modules/sys_select (Files): Remove lib/winsock-select.c.
22355         (Depends-on): Remove alloca.
22356         (Makefile.am): Substitute GNULIB_SELECT.
22357         * modules/select: New file.
22358         * doc/posix-functions/select.texi: Update.
22359
22360 2008-10-05  Bruno Haible  <bruno@clisp.org>
22361
22362         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
22363         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
22364         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
22365         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
22366         getdtablesize.
22367         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
22368         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
22369
22370 2008-10-05  Bruno Haible  <bruno@clisp.org>
22371
22372         * modules/getdtablesize-tests: New file.
22373         * tests/test-getdtablesize.c: New file.
22374
22375         New module 'getdtablesize'.
22376         * lib/unistd.in.h (getdtablesize): New declaration.
22377         * lib/getdtablesize.c: New file.
22378         * m4/getdtablesize.m4: New file.
22379         * modules/getdtablesize: New file.
22380         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
22381         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
22382         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
22383         HAVE_GETDTABLESIZE.
22384         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
22385
22386 2008-10-05  Bruno Haible  <bruno@clisp.org>
22387
22388         * modules/sched (Makefile.am): Fix typo.
22389         Reported by Simon Josefsson.
22390
22391 2008-10-05  Jim Meyering  <meyering@redhat.com>
22392
22393         bootstrap: check for LT_INIT, too
22394         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
22395         are deprecated.  Suggestion from Ralf Wildenhues.
22396
22397 2008-10-05  Bruno Haible  <bruno@clisp.org>
22398
22399         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
22400         overriding them by ours.
22401         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
22402
22403 2008-10-05  Jim Meyering  <meyering@redhat.com>
22404
22405         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
22406         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
22407         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
22408
22409 2008-10-04  Bruno Haible  <bruno@clisp.org>
22410
22411         * modules/dup2 (License): Change to LGPLv2+.
22412         * modules/sleep (License): Likewise.
22413         * modules/perror (License): Likewise.
22414         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
22415         Blake.
22416         * modules/signal (License): Likewise.
22417         * modules/sigprocmask (License): Likewise.
22418         * modules/raise (License): Change to LGPLv2+, with approval by Jim
22419         Meyering.
22420
22421 2008-10-04  Bruno Haible  <bruno@clisp.org>
22422
22423         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
22424         Reported by Rainer Tammer <tammer@tammer.net>.
22425
22426 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
22427             Bruno Haible  <bruno@clisp.org>
22428
22429         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
22430         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
22431         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
22432
22433 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
22434
22435         filevercmp: new module
22436         * lib/filevercmp.h: New function filevercmp comparing version strings.
22437         * lib/filevercmp.c: Implementation of filevercmp function.
22438         * modules/filevercmp: Module metadata.
22439         * tests/test-filevercmp.c: Unit test for new module.
22440         * modules/filevercmp-tests: Unit test metadata.
22441         * MODULES.html.sh: Add filevercmp module.
22442
22443 2008-10-03  Bruno Haible  <bruno@clisp.org>
22444
22445         * lib/c-ctype.h: Add comment.
22446         Reported by Jim Meyering.
22447
22448 2008-10-02  Bruno Haible  <bruno@clisp.org>
22449
22450         * modules/posix_spawn-internal (Depends-on): Add 'open'.
22451
22452 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
22453
22454         * build-aux/bootstrap: Allow renaming bootstrap, and change the
22455         name of bootstrap.conf accordingly.
22456
22457 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
22458
22459         * build-aux/bootstrap: Install git-merge-changelog configuration
22460         items into .gitconfig if needed.
22461
22462 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
22463
22464         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
22465         git repository, and initialize/update it accordingly.
22466
22467 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
22468
22469         * modules/fsync-tests: New file.
22470         * tests/test-fsync.c: New file.
22471
22472         New module 'fsync'.
22473         * lib/fsync.c: New file.
22474         * m4/fsync.m4: New file.
22475         * modules/fsync: New file.
22476         * lib/unistd.in.h (fsync): New declaration.
22477         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
22478         GNULIB_FSYNC and HAVE_FSYNC.
22479         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
22480         * MODULES.html.sh (posix_functions): Add fsync.
22481         * doc/posix-functions/fsync.texi: Mention the new module.
22482
22483 2008-10-02  Jim Meyering  <meyering@redhat.com>
22484
22485         fts.c: sync with similar code from coreutils' remove.c
22486         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
22487         Guard also with "#if defined __linux__", since for now at least,
22488         this code is Linux-kernel-specific.
22489
22490 2008-10-02  Jim Meyering  <meyering@redhat.com>
22491
22492         fts: bug fixes
22493         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
22494         Include <sys/vfs.h>, not <sys/statfs.h>.
22495
22496         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
22497         Include <sys/vfs.h>, not <sys/statfs.h>.
22498
22499 2008-10-01  Bruno Haible  <bruno@clisp.org>
22500
22501         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
22502         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
22503         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
22504         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
22505         * doc/posix-functions/posix_spawnp.texi: Likewise.
22506         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
22507         whether posix_spawn actually works.
22508         * m4/pipe.m4 (gl_PIPE): Likewise.
22509         * modules/execute (Files): Add m4/posix_spawn.m4.
22510         * modules/pipe (Files): Add m4/posix_spawn.m4.
22511         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
22512
22513 2008-10-01  Jim Meyering  <meyering@redhat.com>
22514
22515         remove trailing spaces
22516         * NEWS: Likewise.
22517         * lib/poll.c (poll): Likewise.
22518         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
22519         * lib/winsock.c (rpl_close): Likewise.
22520         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
22521         * modules/yield: Likewise.
22522         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
22523         * tests/test-sys_select.c (connect_to_socket): Likewise.
22524
22525         fts.c: adjust a new interface to be more generally useful
22526         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
22527         (fts_build): Adjust caller.
22528
22529 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22530
22531         * modules/cond-tests: New file.
22532         * tests/test-cond.c: New file.
22533
22534 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22535             Bruno Haible  <bruno@clisp.org>
22536
22537         * modules/cond (Dependencies): Add errno, time.
22538         * lib/glthread/cond.h: Include <time.h>.
22539         (gl_cond_define, gl_cond_define_initialized): Use the same definition
22540         across platforms.
22541
22542 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22543             Bruno Haible  <bruno@clisp.org>
22544
22545         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
22546
22547 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22548             Bruno Haible  <bruno@clisp.org>
22549
22550         * modules/tls-tests (Depends-on): Add thread, yield.
22551         (configure.ac): Remove all checks.
22552         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
22553         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
22554         gl_thread_self): Remove definitions. Include glthread/thread.h and
22555         glthread/yield.h instead.
22556         (test_tls): Pass an additional NULL argument to gl_thread_join.
22557
22558 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22559             Bruno Haible  <bruno@clisp.org>
22560
22561         * modules/lock-tests (Depends-on): Add thread, yield.
22562         (configure.ac): Remove all checks.
22563         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
22564         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
22565         gl_thread_self): Remove definitions. Include glthread/thread.h and
22566         glthread/yield.h instead.
22567         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
22568         additional NULL argument to gl_thread_join.
22569
22570 2008-09-30  Bruno Haible  <bruno@clisp.org>
22571
22572         Fix the Win32 implementation of the 'thread' module.
22573         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
22574         pointer type.
22575         (gl_thread_self): Invoke gl_thread_self_func.
22576         (gl_thread_self_func): New declaration.
22577         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
22578         (do_init_self_key, init_self_key): New functions.
22579         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
22580         Remove some fields.
22581         (running_threads, running_lock): Remove variables.
22582         (get_current_thread_handle): New function.
22583         (gl_thread_self_func, wrapper_func, glthread_create_func,
22584         glthread_join_func, gl_thread_exit_func): Largely rewritten and
22585         simplified.
22586
22587 2008-09-30  Bruno Haible  <bruno@clisp.org>
22588
22589         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
22590         files.
22591
22592 2008-09-30  Jim Meyering  <meyering@redhat.com>
22593
22594         fts.m4: correct the test for statfs.f_type
22595         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
22596         when checking for statfs.f_type.
22597
22598 2008-09-15  Simon Josefsson  <simon@josefsson.org>
22599
22600         tests: avoid some compiler warnings
22601         * tests/test-memchr.c (main): Pass NULL indirectly.
22602         * tests/test-getdate.c (main): Remove unused variable 'ret'.
22603
22604 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
22605
22606         getdate.y: disallow countable dayshifts like "4 yesterday ago"
22607         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
22608         exactly specified dayshifts.
22609         (dayshift): New rule.
22610         (rel): Add dayshift.
22611         (relative_time_table) [tomorrow, yesterday, today, now]:
22612         Use tDAY_SHIFT in place of tDAY_UNIT.
22613         * tests/test-getdate.c: Add tests for now-disallowed countable
22614         dayshifts, e.g., "4 yesterday ago".
22615
22616 2008-09-29  Bruno Haible  <bruno@clisp.org>
22617
22618         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
22619         * tests/test-posix_spawn1.in.sh: Renamed from
22620         tests/test-posix_spawn.in.sh.
22621         * tests/test-posix_spawn2.c: New file.
22622         * tests/test-posix_spawn2.in.sh: New file.
22623         * modules/posix_spawnp-tests (Files): Update.
22624         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
22625
22626 2008-09-29  Bruno Haible  <bruno@clisp.org>
22627
22628         Propagate effects of putenv/setenv/unsetenv to child processes.
22629         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
22630         * lib/pipe.c (create_pipe): Likewise.
22631
22632 2008-09-29  Bruno Haible  <bruno@clisp.org>
22633
22634         Enable use of shell scripts as executables in mingw.
22635         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
22636         run the program as a shell script.
22637         * lib/pipe.c (create_pipe): Likewise.
22638         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
22639         resulting array.
22640
22641 2008-09-29  Eric Blake  <ebb9@byu.net>
22642
22643         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
22644
22645 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
22646
22647         * doc/posix-functions/accept.texi: Update mingw problems.
22648         * doc/posix-functions/bind.texi: Update mingw problems.
22649         * doc/posix-functions/close.texi: Update mingw problems.
22650         * doc/posix-functions/connect.texi: Update mingw problems.
22651         * doc/posix-functions/getpeername.texi: Update mingw problems.
22652         * doc/posix-functions/getsockname.texi: Update mingw problems.
22653         * doc/posix-functions/getsockopt.texi: Update mingw problems.
22654         * doc/posix-functions/ioctl.texi: Update mingw problems.
22655         * doc/posix-functions/listen.texi: Update mingw problems.
22656         * doc/posix-functions/recv.texi: Update mingw problems.
22657         * doc/posix-functions/recvfrom.texi: Update mingw problems.
22658         * doc/posix-functions/select.texi: Update mingw problems.
22659         * doc/posix-functions/send.texi: Update mingw problems.
22660         * doc/posix-functions/sendto.texi: Update mingw problems.
22661         * doc/posix-functions/setsockopt.texi: Update mingw problems.
22662         * doc/posix-functions/socket.texi: Update mingw problems.
22663
22664 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
22665             Bruno Haible  <bruno@clisp.org>
22666
22667         * lib/sys_select.in.h: Include sys/time.h.
22668         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
22669         * modules/sys_select: Depend on sys_time.
22670         * tests/test-sys_select.c: Test that sys/select.h defines struct
22671         timeval fully.
22672
22673 2008-09-29  Bruno Haible  <bruno@clisp.org>
22674
22675         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
22676         * lib/sys_select.in.h: Likewise.
22677
22678 2008-09-29  Bruno Haible  <bruno@clisp.org>
22679
22680         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
22681
22682 2008-09-29  Bruno Haible  <bruno@clisp.org>
22683
22684         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
22685         Set LIBSOCKET instead of augmenting LIBS.
22686         * modules/sockets (Link): New section.
22687         * modules/sockets-tests (test_sockets_LDADD): New variable.
22688         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
22689         * modules/poll-tests (test_poll_LDADD): New variable.
22690         * NEWS: Document the change.
22691
22692 2008-09-29  Bruno Haible  <bruno@clisp.org>
22693
22694         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
22695         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
22696         ARPA_INET_H directly.
22697         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
22698
22699 2008-09-28  Bruno Haible  <bruno@clisp.org>
22700
22701         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
22702         from gl_HEADER_SYS_SOCKET.
22703         (gl_HEADER_SYS_SOCKET): Invoke it.
22704         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
22705
22706 2008-09-28  Bruno Haible  <bruno@clisp.org>
22707
22708         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
22709         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
22710         Needed on OSF/1 4.0.
22711
22712 2008-09-28  Bruno Haible  <bruno@clisp.org>
22713
22714         Override open more carefully.
22715         * lib/open.c (orig_open): New function.
22716         (rpl_open): Use orig_open instead of open.
22717         * lib/fcntl.in.h: Add special invocation convention.
22718         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
22719         (gl_FUNC_OPEN): Invoke it.
22720
22721         Override freopen more carefully.
22722         * lib/freopen.c (orig_freopen): New function.
22723         (rpl_freopen): Use orig_freopen instead of freopen.
22724         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
22725         (gl_FUNC_FREOPEN): Invoke it.
22726
22727         Override fopen more carefully.
22728         * lib/fopen.c (orig_fopen): New function.
22729         (rpl_fopen): Use orig_fopen instead of fopen.
22730         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
22731         (gl_FUNC_FOPEN): Invoke it.
22732         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
22733
22734 2008-09-28  Bruno Haible  <bruno@clisp.org>
22735
22736         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
22737         SIGPIPE.
22738
22739 2008-09-28  Bruno Haible  <bruno@clisp.org>
22740
22741         * tests/test-sigaction.c (handler, main): Disable the check whether
22742         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
22743         glibc systems with LinuxThreads.
22744
22745 2008-09-28  Bruno Haible  <bruno@clisp.org>
22746
22747         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
22748
22749         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
22750         with AIX xlc.
22751         * lib/fcntl.in.h (open): Likewise.
22752         Reported by Rainer Tammer <tammer@tammer.net>.
22753
22754 2008-09-28  Bruno Haible  <bruno@clisp.org>
22755
22756         * modules/posix_spawnp-tests: New file.
22757         * tests/test-posix_spawn.c: New file.
22758         * tests/test-posix_spawn.in.sh: New file.
22759
22760         New module 'posix_spawnp'.
22761         * modules/posix_spawnp: New file.
22762         * lib/spawnp.c: New file, from GNU libc with modifications.
22763         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
22764
22765         New module 'posix_spawn'.
22766         * modules/posix_spawn: New file.
22767         * lib/spawn.c: New file, from GNU libc with modifications.
22768         * doc/posix-functions/posix_spawn.texi: Mention the new module.
22769
22770         New module 'posix_spawnattr_destroy'.
22771         * modules/posix_spawnattr_destroy: New file.
22772         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
22773         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
22774         module.
22775
22776         New module 'posix_spawnattr_setsigmask'.
22777         * modules/posix_spawnattr_setsigmask: New file.
22778         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
22779         modifications.
22780         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
22781         new module.
22782
22783         New module 'posix_spawnattr_getsigmask'.
22784         * modules/posix_spawnattr_getsigmask: New file.
22785         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
22786         modifications.
22787         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
22788         new module.
22789
22790         New module 'posix_spawnattr_setsigdefault'.
22791         * modules/posix_spawnattr_setsigdefault: New file.
22792         * lib/spawnattr_setdefault.c: New file, from GNU libc with
22793         modifications.
22794         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
22795         new module.
22796
22797         New module 'posix_spawnattr_getsigdefault'.
22798         * modules/posix_spawnattr_getsigdefault: New file.
22799         * lib/spawnattr_getdefault.c: New file, from GNU libc with
22800         modifications.
22801         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
22802         new module.
22803
22804         New module 'posix_spawnattr_setschedpolicy'.
22805         * modules/posix_spawnattr_setschedpolicy: New file.
22806         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
22807         modifications.
22808         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
22809         new module.
22810
22811         New module 'posix_spawnattr_getschedpolicy'.
22812         * modules/posix_spawnattr_getschedpolicy: New file.
22813         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
22814         modifications.
22815         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
22816         new module.
22817
22818         New module 'posix_spawnattr_setschedparam'.
22819         * modules/posix_spawnattr_setschedparam: New file.
22820         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
22821         modifications.
22822         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
22823         new module.
22824
22825         New module 'posix_spawnattr_getschedparam'.
22826         * modules/posix_spawnattr_getschedparam: New file.
22827         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
22828         modifications.
22829         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
22830         new module.
22831
22832         New module 'posix_spawnattr_setpgroup'.
22833         * modules/posix_spawnattr_setpgroup: New file.
22834         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
22835         modifications.
22836         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
22837         module.
22838
22839         New module 'posix_spawnattr_getpgroup'.
22840         * modules/posix_spawnattr_getpgroup: New file.
22841         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
22842         modifications.
22843         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
22844         module.
22845
22846         New module 'posix_spawnattr_setflags'.
22847         * modules/posix_spawnattr_setflags: New file.
22848         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
22849         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
22850         module.
22851
22852         New module 'posix_spawnattr_getflags'.
22853         * modules/posix_spawnattr_getflags: New file.
22854         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
22855         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
22856         module.
22857
22858         New module 'posix_spawnattr_init'.
22859         * modules/posix_spawnattr_init: New file.
22860         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
22861         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
22862         module.
22863
22864         New module 'posix_spawn_file_actions_destroy'.
22865         * modules/posix_spawn_file_actions_destroy: New file.
22866         * lib/spawn_faction_destroy.c: New file, from GNU libc with
22867         modifications.
22868         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
22869         the new module.
22870
22871         New module 'posix_spawn_file_actions_addopen'.
22872         * modules/posix_spawn_file_actions_addopen: New file.
22873         * lib/spawn_faction_addopen.c: New file, from GNU libc with
22874         modifications.
22875         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
22876         the new module.
22877
22878         New module 'posix_spawn_file_actions_adddup2'.
22879         * modules/posix_spawn_file_actions_adddup2: New file.
22880         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
22881         modifications.
22882         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
22883         the new module.
22884
22885         New module 'posix_spawn_file_actions_addclose'.
22886         * modules/posix_spawn_file_actions_addclose: New file.
22887         * lib/spawn_faction_addclose.c: New file, from GNU libc with
22888         modifications.
22889         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
22890         the new module.
22891
22892         New module 'posix_spawn_file_actions_init'.
22893         * modules/posix_spawn_file_actions_init: New file.
22894         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
22895         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
22896         new module.
22897
22898         New module 'posix_spawn-internal'.
22899         * modules/posix_spawn-internal: New file.
22900         * lib/spawn_int.h: New file, from GNU libc with modifications.
22901         * lib/spawni.c: New file, from GNU libc with modifications.
22902         * m4/posix_spawn.m4: New file.
22903
22904         New module 'spawn'.
22905         * modules/spawn: New file.
22906         * lib/spawn.in.h: New file, from GNU libc with modifications.
22907         * m4/spawn_h.m4: New file.
22908         * doc/posix-headers/spawn.texi: Mention the new module.
22909
22910 2008-09-28  Bruno Haible  <bruno@clisp.org>
22911
22912         * modules/sched-tests: New file.
22913         * tests/test-sched.c: New file.
22914
22915         New module 'sched'.
22916         * modules/sched: New file.
22917         * lib/sched.in.h: New file.
22918         * m4/sched_h.m4: New file.
22919         * doc/posix-headers/sched.texi: Mention the new module.
22920
22921 2008-09-27  Eric Blake  <ebb9@byu.net>
22922
22923         Fix previous patch, and tweak references to $0.
22924         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
22925         (func_version, func_gnulib_dir): Don't call this program
22926         gnulib-tool.
22927         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
22928         with using $0 in function.
22929         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
22930         (func_fatal_error): Reuse the name the user invoked us with.
22931
22932 2008-09-27  Bruno Haible  <bruno@clisp.org>
22933
22934         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
22935         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
22936         (gl_ICONV_H): Not here.
22937         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
22938         instead of assigning ICONV_H directly.
22939
22940         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
22941         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
22942         WCHAR_H directly.
22943
22944 2008-09-27  Bruno Haible  <bruno@clisp.org>
22945
22946         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
22947         * modules/arpa_inet (Depends-on): Add link-warning.
22948         (Makefile.am): Insert the definition of GL_LINK-WARNING.
22949         * modules/unistd (Makefile.am): Likewise.
22950
22951 2008-09-26  Bruno Haible  <bruno@clisp.org>
22952
22953         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
22954         variables.
22955         (func_version): Essentially copied from gnulib-tool.
22956         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
22957         func_readlink): Copied from gnulib-tool.
22958
22959 2008-09-26  Bruno Haible  <bruno@clisp.org>
22960
22961         * gnulib-tool (func_version): Change directory to $gnulib_dir before
22962         invoking git-version-gen.
22963
22964 2008-09-26  Bruno Haible  <bruno@clisp.org>
22965
22966         * posix-modules: Update to directory names changed on 2008-01-19.
22967         Remove commas in output before splitting into words. No more need to
22968         avoid 'ftruncate' since 2007-02-19.
22969
22970 2008-09-26  Bruno Haible  <bruno@clisp.org>
22971
22972         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
22973
22974 2008-09-26  Bruno Haible  <bruno@clisp.org>
22975
22976         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
22977         * modules/fwriteerror (Depends-on): Add errno.
22978
22979 2008-09-26  Bruno Haible  <bruno@clisp.org>
22980
22981         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
22982         * tests/test-vc-list-files-cvs.sh: Likewise.
22983
22984 2008-09-26  Bruno Haible  <bruno@clisp.org>
22985
22986         * doc/posix-headers/sys_resource.texi: Reorder items.
22987
22988 2008-09-26  Jim Meyering  <meyering@redhat.com>
22989
22990         fts: tweak inode comparison function
22991         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
22992         inode numbers, as documented.
22993
22994         fts: sort dirent entries on inode number before traversing
22995         This avoids a quadratic, seek-related performance penalty when
22996         operating on a directory containing many entries (measurable at 10k;
22997         3.5 hours at 2 million entries with a cold cache) on certain types
22998         of file systems, including ext3 and ext4, but not tmpfs.
22999         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
23000         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
23001         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
23002         (fs_handles_readdir_ordered_dirents_efficiently): New function.
23003         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
23004         (fts_build): Set the stat.st_ino member from D_INO.
23005         If it is likely to be useful, sort dirent entries on inode number.
23006
23007         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
23008         and the struct statfs.f_type member.
23009         * modules/fts (Depends-on): Add d-ino.
23010
23011 2008-09-26  Bruno Haible  <bruno@clisp.org>
23012
23013         * modules/sigpipe-die (Depends-on): Add sigpipe.
23014
23015         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
23016         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
23017         and GNULIB_STDIO_H_SIGPIPE are set.
23018         * lib/stdio-write.c: New file.
23019         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
23020         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
23021         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
23022         REPLACE_STDIO_WRITE_FUNCS.
23023         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
23024         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
23025         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
23026         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
23027         * modules/stdio (Files): Add lib/stdio-write.c.
23028         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
23029         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
23030         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
23031         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
23032         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
23033         REPLACE_FPRINTF_POSIX.
23034         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
23035         REPLACE_PRINTF_POSIX.
23036         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
23037         REPLACE_VFPRINTF_POSIX.
23038         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
23039         REPLACE_VPRINTF_POSIX.
23040         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
23041         SIGPIPE issue.
23042         * doc/posix-functions/fputc.texi: Likewise.
23043         * doc/posix-functions/fputs.texi: Likewise.
23044         * doc/posix-functions/fwrite.texi: Likewise.
23045         * doc/posix-functions/printf.texi: Likewise.
23046         * doc/posix-functions/putc.texi: Likewise.
23047         * doc/posix-functions/putchar.texi: Likewise.
23048         * doc/posix-functions/puts.texi: Likewise.
23049         * doc/posix-functions/vfprintf.texi: Likewise.
23050         * doc/posix-functions/vprintf.texi: Likewise.
23051
23052         * modules/safe-write (Depends-on): Add write.
23053
23054         * modules/sigpipe-tests: New file.
23055         * tests/test-sigpipe.c: New file.
23056         * tests/test-sigpipe.sh: New file.
23057
23058         * modules/write: New file.
23059         * lib/unistd.in.h: Include <sys/types.h>.
23060         (write): New declaration.
23061         * lib/write.c: New file.
23062         * m4/write.m4: New file.
23063         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
23064         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
23065         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
23066         GNULIB_WRITE, REPLACE_WRITE.
23067         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
23068         and the SIGPIPE issue.
23069
23070         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
23071         (raise): New declaration.
23072         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
23073         (ext_signal): New function.
23074         (rpl_raise): New function.
23075         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
23076         GNULIB_SIGNAL_H_SIGPIPE.
23077         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
23078         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
23079
23080         * modules/sigpipe: New file.
23081         * m4/sigpipe.m4: New file.
23082
23083 2008-09-25  Derek Price  <derek@ximbiot.com>
23084             Bruno Haible  <bruno@clisp.org>
23085
23086         * gnulib-tool (func_import): Report all license incompatibilities, not
23087         just the first one.
23088
23089 2008-09-25  Bruno Haible  <bruno@clisp.org>
23090
23091         * gnulib-tool (func_import): When computing the edits, consider not
23092         only the Makefile.ams that exist but also those that will be generated.
23093
23094 2008-09-25  Simon Josefsson  <simon@josefsson.org>
23095
23096         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
23097         fixes gnulib-tool --test warning about duplicate dependency.
23098
23099 2008-09-25  Bruno Haible  <bruno@clisp.org>
23100
23101         * gnulib-tool: Don't ask the user to perform edits in the generated
23102         Makefile.ams.
23103         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
23104         apply to the Makefile.am being generated.
23105         (func_emit_tests_Makefile_am): Execute edits that apply to the
23106         Makefile.am being generated.
23107         (func_import): Setup list of Makefile.am edits before emitting the
23108         Makefile.ams, not at the end.
23109         (func_create_testdir): Update.
23110         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
23111
23112 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23113
23114         * gnulib-tool (func_import): Store the --tests-base option in the
23115         comment in gnulib-cache.m4.
23116
23117 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
23118
23119         * NEWS: Document increased portability that sys_select now provides.
23120
23121         * lib/sys_select.in.h: Install select wrapper.
23122         * lib/sys_socket.in.h: Use more descriptive name when there is no
23123         select wrapper.
23124         * lib/winsock-select.c: New.
23125         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
23126         Require gl_HEADER_SYS_SOCKET.
23127         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
23128         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
23129         * tests/test-sys_select.c: Add functional tests.
23130
23131 2008-09-24  Eric Blake  <ebb9@byu.net>
23132
23133         open, fopen: close fd leak in last patch
23134         * lib/open.c (rpl_open): Close fd before returning error.
23135         * lib/fopen.c (rpl_fopen): Close fd before returning error.
23136         * doc/posix-functions/open.texi (open): Document that Irix also
23137         has the bug.
23138         * doc/posix-functions/fopen.texi (fopen): Likewise.
23139         Reported by Paolo Bonzini.
23140
23141 2008-09-24  Bruno Haible  <bruno@clisp.org>
23142
23143         Ensure that a filename ending in a slash cannot be used to access a
23144         non-directory.
23145         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
23146         to check whether it's really a directory.
23147         * lib/fopen.c: Include fcntl.h, unistd.h.
23148         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
23149         and fdopen().
23150         * modules/fopen (Depends-on): Add unistd.
23151         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
23152         * tests/test-fopen.c (main): Likewise.
23153         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
23154         * doc/posix-functions/fopen.texi: Likewise.
23155         Reported by Eric Blake.
23156
23157 2008-09-23  Eric Blake  <ebb9@byu.net>
23158
23159         c-stack: avoid compiler optimizations when provoking overflow
23160         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
23161         recursion harder to optimize, to ensure a stack overflow occurs.
23162         * tests/test-c-stack.c (recurse): Likewise.
23163         Borrowed from libsigsegv.
23164
23165         c-stack: work around Irix sigaltstack bug
23166         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
23167         whether sigaltstack uses wrong end of stack_t (copied in part from
23168         libsigsegv).
23169         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
23170         Irix bug, without requiring an over-allocation.
23171         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
23172         bug.
23173
23174         fopen: document mingw bug on directories
23175         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
23176         not allowing a stream visiting a directory, even though reading
23177         from such a stream is not portable.
23178
23179 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
23180
23181         * lib/poll.c: Rewrite.
23182         * modules/poll: Depend on alloca.
23183
23184 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
23185
23186         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
23187         instead define prototypes for a full set of wrappers.  Ensure
23188         that Cygwin does not use the compatibility code, which is only
23189         for MinGW.
23190         * lib/winsock.c: New.
23191         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
23192         * modules/sys_socket: Add lib/winsock.c.
23193
23194         * modules/poll-tests: Add errno and perror.
23195         * tests/test-poll.c: Use ioctl, not ioctlsocket.
23196
23197 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
23198
23199         * tests/test-poll.c: Downgrade minimum needed Winsock version.
23200
23201 2008-09-23  Bruno Haible  <bruno@clisp.org>
23202
23203         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
23204         * doc/glibc-functions/*: Likewise.
23205
23206 2008-09-23  Simon Josefsson  <simon@josefsson.org>
23207
23208         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
23209         success.
23210
23211 2008-09-22  Eric Blake  <ebb9@byu.net>
23212             Bruno Haible  <bruno@clisp.org>
23213
23214         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
23215         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
23216         supply %A but mishandle pseudo-NaN.
23217         Reported by Simon Josefsson.
23218
23219 2008-09-21  Bruno Haible  <bruno@clisp.org>
23220
23221         * tests/test-lock.c (main): Tweak skip message.
23222         * tests/test-tls.c (main): Likewise.
23223
23224 2008-09-21  Bruno Haible  <bruno@clisp.org>
23225
23226         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
23227         whether 'struct sigaction' has sa_sigaction here...
23228         (gl_PREREQ_SIG_HANDLER_H): ... not here.
23229         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
23230
23231 2008-09-21  Bruno Haible  <bruno@clisp.org>
23232
23233         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
23234         section.
23235         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
23236         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
23237         the new section.
23238         (Support for obsolete systems lacking POSIX:2001): New section.
23239         (String handling <string.h>): Move strdup to the new section.
23240         Suggested by Simon Josefsson and Paolo Bonzini.
23241
23242 2008-09-21  Bruno Haible  <bruno@clisp.org>
23243
23244         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
23245         exponents in %e and %g results on 'long double'. Needed for mingw's
23246         improved *printf functions.
23247         * tests/test-vasprintf-posix.c (test_function): Likewise.
23248         * tests/test-snprintf-posix.h (test_function): Likewise.
23249         * tests/test-sprintf-posix.h (test_function): Likewise.
23250         Reported by Eric Blake.
23251
23252 2008-09-21  Bruno Haible  <bruno@clisp.org>
23253
23254         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
23255         * tests/test-sprintf-posix.h (test_function): Likewise.
23256
23257 2008-09-21  Bruno Haible  <bruno@clisp.org>
23258
23259         * modules/getpass (Depends-on): Add strdup-posix.
23260
23261         New module 'strdup-posix'.
23262         * modules/strdup-posix: New file.
23263         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
23264         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
23265         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
23266         REPLACE_STRDUP.
23267         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
23268         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
23269         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23270         strdup-posix.
23271
23272         * modules/strdup (Depends-on): Remove malloc-posix.
23273
23274 2008-09-20  Bruno Haible  <bruno@clisp.org>
23275
23276         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
23277         Wildenhues.
23278
23279 2008-09-20  Bruno Haible  <bruno@clisp.org>
23280
23281         Ensure that wint_t gets defined on IRIX 5.3.
23282         * lib/wchar.in.h (wint_t): Define if not defined by the system.
23283         * lib/wctype.in.h (wint_t): Likewise.
23284         (__wctype_wint_t): Remove type.
23285         (isw*): Use wint_t instead of __wctype_wint_t.
23286         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
23287         * modules/wchar (Files): Add m4/wint_t.m4.
23288         (Makefile.am): Substitute HAVE_WINT_T.
23289         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
23290         * tests/test-wctype.c: Check that wint_t is defined.
23291         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
23292         * doc/posix-headers/wctype.texi: Likewise.
23293         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
23294
23295 2008-09-18  Bruno Haible  <bruno@clisp.org>
23296
23297         * gnulib-tool (func_exit): Update comment.
23298
23299 2008-09-18  Simon Josefsson  <simon@josefsson.org>
23300
23301         * modules/getaddrinfo (Depends-on): Remove strdup, this module
23302         assumes strdup exists and does not depend on strdup to return
23303         ENOMEM on out of memory conditions.
23304
23305 2008-09-18  Bruno Haible  <bruno@clisp.org>
23306
23307         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
23308         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
23309         digits for the exponent.
23310
23311 2008-09-18  Jim Meyering  <meyering@redhat.com>
23312             Bruno Haible  <bruno@clisp.org>
23313
23314         * lib/vasnprintf.c (decimal_point_char): Define also if
23315         NEED_PRINTF_INFINITE_LONG_DOUBLE.
23316
23317 2008-09-16  Bruno Haible  <bruno@clisp.org>
23318         and Eric Blake  <ebb9@byu.net>
23319
23320         vasnprintf: support Irix 5.3
23321         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
23322         that mishandle long double infinity.
23323         Reported by Tom G. Christensen.
23324
23325 2008-09-16  Bruno Haible  <bruno@clisp.org>
23326
23327         * doc/glibc-functions/scandir.texi: Mention the function is missing on
23328         Solaris 9.
23329         * doc/glibc-functions/alphasort.texi: Likewise.
23330         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
23331
23332 2008-09-16  Jim Meyering  <meyering@redhat.com>
23333
23334         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
23335         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
23336         a umask modification leak out of a subshell.  Otherwise, the
23337         opensolaris /bin/sh would be accepted and thus cause unwarranted
23338         failures in the coreutils test suite.
23339
23340 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
23341
23342         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
23343         to succeed.
23344
23345 2008-09-16  Jim Meyering  <meyering@redhat.com>
23346
23347         avoid spurious test failure when library is built without ACL support
23348         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
23349         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
23350         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
23351         * tests/test-copy-acl.sh: Likewise.
23352
23353 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23354
23355         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
23356         based on character occurrence counts.
23357
23358 2008-09-15  Eric Blake  <ebb9@byu.net>
23359
23360         tests: avoid some compiler warnings
23361         * tests/test-memchr.c (main): Pass NULL indirectly.
23362         * tests/test-closein.c (main): Avoid unused variable.
23363
23364 2008-09-15  Bruno Haible  <bruno@clisp.org>
23365
23366         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
23367         are missing on OpenBSD 4.0 individually.
23368         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
23369
23370 2008-09-15  Bruno Haible  <bruno@clisp.org>
23371
23372         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
23373         * doc/posix-functions/strerror.texi: Mention also Cygwin.
23374         * doc/posix-functions/perror.texi: Likewise.
23375         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
23376         is missing.
23377         Reported by Eric Blake.
23378
23379         * lib/errno.in.h: Use replacement values >= 2000.
23380         Reported by Eric Blake.
23381
23382 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23383
23384         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
23385         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
23386         limit.
23387         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
23388         compareseq was aborted.
23389
23390 2008-09-14  Bruno Haible  <bruno@clisp.org>
23391
23392         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
23393         yvec_edit_count.
23394         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
23395         (fstrcmp_bounded): Simplify result computation accordingly.
23396
23397 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23398
23399         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
23400         (fstrcmp): Define in terms of fstrcmp_bounded.
23401         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
23402         lower_bound argument.
23403         Return quickly if the result is certainly < lower_bound.
23404         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
23405
23406 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23407
23408         * lib/diffseq.h (EARLY_ABORT): New macro.
23409         (compareseq): Change return type to bool. Return true when EARLY_ABORT
23410         evaluates to true.
23411
23412 2008-09-14  Bruno Haible  <bruno@clisp.org>
23413
23414         * modules/perror-tests: New file.
23415         * tests/test-perror.sh: New file.
23416         * tests/test-perror.c: New file.
23417
23418         New module 'perror'.
23419         * lib/stdio.in.h (perror): New declaration.
23420         * lib/perror.c: New file.
23421         * m4/perror.m4: New file.
23422         * modules/perror: New file.
23423         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
23424         * doc/posix-functions/perror.texi: Mention the perror module.
23425         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
23426         REPLACE_PERROR.
23427         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
23428         REPLACE_PERROR.
23429
23430 2008-09-14  Bruno Haible  <bruno@clisp.org>
23431
23432         * modules/stdio (Makefile.am): Reorder to match the order in
23433         lib/stdio.in.h.
23434         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
23435
23436 2008-09-13  Bruno Haible  <bruno@clisp.org>
23437
23438         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
23439
23440 2008-09-13  Bruno Haible  <bruno@clisp.org>
23441
23442         Extend strerror to cover the added errno values.
23443         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
23444         (rpl_strerror): Provide error messages for the added errno values and
23445         for the WSA* values.
23446         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
23447         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
23448         strerror.
23449         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
23450         * modules/strerror (Depends-on): Add errno.
23451         * doc/posix-functions/strerror.texi: Document the change.
23452         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
23453         and EOVERFLOW.
23454
23455 2008-09-13  Bruno Haible  <bruno@clisp.org>
23456
23457         * modules/EOVERFLOW: Remove file.
23458         * m4/eoverflow.m4: Remove file.
23459         * modules/EOVERFLOW-tests: Remove file.
23460         * tests/test-EOVERFLOW.c: Remove file.
23461         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
23462         * modules/ftell (Depends-on): Likewise.
23463         * modules/getdelim (Depends-on): Likewise.
23464         * modules/getugroups (Depends-on): Likewise.
23465         * modules/poll (Depends-on): Likewise.
23466         * modules/snprintf (Depends-on): Likewise.
23467         * modules/sprintf-posix (Depends-on): Likewise.
23468         * modules/vasnprintf (Depends-on): Likewise.
23469         * modules/vasprintf (Depends-on): Likewise.
23470         * modules/vfprintf-posix (Depends-on): Likewise.
23471         * modules/vsnprintf (Depends-on): Likewise.
23472         * modules/vsprintf-posix (Depends-on): Likewise.
23473         * modules/xvasprintf (Depends-on): Likewise.
23474         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
23475         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
23476         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
23477         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
23478         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
23479         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
23480         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
23481         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
23482         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
23483         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
23484         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
23485         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
23486         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
23487         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
23488         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
23489         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
23490         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
23491         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
23492         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
23493         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
23494         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
23495         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
23496         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
23497         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
23498         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
23499         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
23500         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
23501         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
23502         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
23503         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
23504         * MODULES.html.sh: Remove EOVERFLOW.
23505         * NEWS: Mention the change.
23506
23507 2008-09-13  Bruno Haible  <bruno@clisp.org>
23508
23509         * modules/errno-tests: New file.
23510         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
23511
23512         * lib/errno.in.h: New file.
23513         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
23514         * modules/errno: New file.
23515         * doc/posix-headers/errno.texi: Update documentation.
23516         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
23517
23518 2008-09-13  Bruno Haible  <bruno@clisp.org>
23519
23520         * tests/test-poll.c: Use #if for native Windows, rather than testing
23521         __MSVCRT__.
23522
23523 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23524             Bruno Haible  <bruno@clisp.org>
23525
23526         * lib/glob.c: Don't include <pwd.h> on native Windows.
23527         (WINDOWS32): New macro.
23528         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
23529
23530 2008-09-13  Bruno Haible  <bruno@clisp.org>
23531
23532         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
23533         (ETIMEDOUT): Remove macro.
23534         (glthread_cond_timedwait_multithreaded): New declaration.
23535         (glthread_cond_timedwait): Use it.
23536         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
23537         (glthread_cond_timedwait_multithreaded): New function.
23538
23539 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
23540
23541         * modules/poll-tests: Do not check for io.h.
23542         * tests/test-poll.c: Check for __MSVCRT__ instead.
23543
23544 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
23545
23546         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
23547         * modules/poll-tests: Add inet_pton, stdbool, sockets.
23548         * tests/test-poll.c: Use them.  Use _pipe on Windows.
23549
23550 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
23551
23552         * modules/poll-tests: New.
23553         * tests/test-poll.c: New.
23554
23555 2008-09-12  Eric Blake  <ebb9@byu.net>
23556
23557         frexp: test for NetBSD failure on -0.0
23558         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
23559         not all, bugs from NetBSD 3.0 have been fixed.
23560         * doc/posix-functions/frexp.texi (frexp): Document bug.
23561         Reported by Thomas Klausner.
23562
23563         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
23564         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
23565         literal -0.0.
23566         Reported by Jonathan C. Patschke <jp@centtech.com>.
23567
23568 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23569
23570         * lib/glthread/cond.h: Use dummy implementation also if
23571         USE_WIN32_THREADS.
23572
23573 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23574
23575         * modules/fnmatch-posix (License): Change to LGPLv2+.
23576         * modules/fnmatch-gnu (License): Likewise.
23577
23578 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23579
23580         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
23581
23582 2008-09-11  Jim Meyering  <meyering@redhat.com>
23583
23584         * users.txt: Add gtk-vnc.
23585
23586 2008-09-08  Simon Josefsson  <simon@josefsson.org>
23587
23588         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
23589         rotate amounts.
23590
23591         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
23592         required for 16-bit and 8-bit rotates.
23593         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
23594         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
23595         UINT8_MAX instead of hard-coded constants.
23596         Suggested by Paul Eggert.
23597
23598 2008-09-07  Bruno Haible  <bruno@clisp.org>
23599
23600         * tests/test-striconveh.c (main): Check behaviour when converting from
23601         UTF-7.
23602
23603         Make striconveh work better with stateful encodings.
23604         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
23605         that iconv does not increment the inptr when returning -1/EINVAL.
23606
23607 2008-09-07  Bruno Haible  <bruno@clisp.org>
23608
23609         * build-aux/config.rpath: Update according to libtool-2.2.6.
23610         * build-aux/config.libpath: Likewise.
23611
23612 2008-09-06  Bruno Haible  <bruno@clisp.org>
23613
23614         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
23615         * lib/freadptr.c (freadptr): Likewise.
23616         * lib/freadseek.c (freadptrinc): Likewise.
23617         Reported by Simon Josefsson.
23618
23619 2008-09-06  Bruno Haible  <bruno@clisp.org>
23620
23621         * modules/freadptr (License): Change to LGPLv2+.
23622         * modules/freadseek (License): Likewise.
23623         Suggested by Eric Blake.
23624
23625         * modules/memchr2 (License): Change to LGPLv2+.
23626         Approved by Eric Blake.
23627
23628 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23629             Bruno Haible  <bruno@clisp.org>
23630
23631         Make gnulib-tool work with native 'sed' on AIX.
23632         * gnulib-tool (sed_noop): New variable.
23633         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
23634         func_add_or_update, func_create_testdir): Use it to initialize sed
23635         script variables.
23636         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
23637
23638 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
23639             Bruno Haible  <bruno@clisp.org>
23640
23641         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
23642         also works after #include directives.
23643
23644 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
23645
23646         getdate.y: reject an out-of-range timezone value
23647         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
23648         the range [-24...+24].  When specified with only one or two digits,
23649         * tests/test-getdate.c: Tests for the fix.
23650         * doc/getdate.texi: Document this change.
23651
23652 2008-09-03  Bruno Haible  <bruno@clisp.org>
23653
23654         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
23655
23656 2008-09-02  Simon Josefsson  <simon@josefsson.org>
23657
23658         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
23659         <bruce.korb@gmail.com> with ideas from Ben Pfaff
23660         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
23661         Blake <ebb9@byu.net>.
23662
23663         * tests/test-bitrotate.c: Add more test vectors.
23664
23665 2008-09-02  Eric Blake  <ebb9@byu.net>
23666
23667         vasnprintf-posix: handle large precision via %.*d
23668         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
23669         when handling it ourselves.
23670         * tests/test-vasnprintf-posix.c (test_function): Add test.
23671         * tests/test-snprintf-posix.h (test_function): Likewise.
23672         * tests/test-sprintf-posix.h (test_function): Likewise.
23673         * tests/test-vasprintf-posix.c (test_function): Likewise.
23674         Reported by Alain Guibert.
23675
23676 2008-09-01  Eric Blake  <ebb9@byu.net>
23677
23678         c-stack: make configure-time check more robust
23679         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
23680         successful sigaction call.
23681         Reported by Tom G. Christensen.
23682
23683 2008-09-01  Bruno Haible  <bruno@clisp.org>
23684
23685         New module 'findprog-lgpl'.
23686         * modules/findprog-lgpl: New file.
23687         * lib/findprog-lgpl.c: New file.
23688         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
23689         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
23690         to decide whether to use strdup or xstrdup, concatenated_filename or
23691         xconcatenated_filename.
23692
23693 2008-09-01  Bruno Haible  <bruno@clisp.org>
23694
23695         Split module 'concat-filename' into 'concat-filename' (LGPL) and
23696         'xconcat-filename' (GPL).
23697         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
23698         (License): Change to LGPLv2+.
23699         * modules/xconcat-filename: New file.
23700         * lib/concat-filename.h (concatenated_filename): Change specification.
23701         (xconcatenated_filename): New declaration.
23702         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
23703         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
23704         memory situations.
23705         * lib/xconcat-filename.c: New file.
23706         * NEWS: Mention the change.
23707         * lib/findprog.c: Include concat-filename.h, not filename.h.
23708         (find_in_path): Use xconcatenated_filename instead of
23709         concatenated_filename.
23710         * lib/javacomp.c: Include concat-filename.h, not filename.h.
23711         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
23712         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
23713         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
23714         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
23715         instead of concatenated_filename.
23716         * lib/javaexec.c: Include concat-filename.h, not filename.h.
23717         (execute_java_class): Use xconcatenated_filename instead of
23718         concatenated_filename.
23719         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
23720         * modules/javacomp (Depends-on): Likewise.
23721         * modules/javaexec (Depends-on): Likewise.
23722
23723 2008-09-01  Bruno Haible  <bruno@clisp.org>
23724
23725         Split module 'filename' into 'filename' and 'concat-filename'.
23726         * modules/filename: Keep only lib/filename.h.
23727         (License): Change to LGPLv2+.
23728         * modules/concat-filename: New file, extracted from modules/filename.
23729         * lib/filename.h (concatenated_filename): Remove declaration.
23730         * lib/concat-filename.h: New file, extracted from lib/filename.h.
23731         * lib/concat-filename.c: Include concat-filename.h.
23732         * NEWS: Mention the change.
23733
23734 2008-09-01  Simon Josefsson  <simon@josefsson.org>
23735
23736         * lib/bitrotate.h (rotl8, rotr8): Add.
23737
23738         * modules/bitrotate (configure.ac): Need
23739         AC_REQUIRE([AC_C_INLINE]).
23740         (Description): Mention stdint.h.  Reported by Bruno Haible
23741         <bruno@clisp.org>.
23742
23743         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
23744         Paolo Bonzini <bonzini@gnu.org>.
23745
23746 2008-08-31  Bruno Haible  <bruno@clisp.org>
23747
23748         Assume Solaris specific bi-arch conventions on Solaris systems.
23749         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
23750         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
23751         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
23752         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
23753         like acl_libdirstem.
23754         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
23755         acl_libdirstem.
23756         * NEWS: Mention the change.
23757         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
23758
23759 2008-08-31  Jim Meyering  <meyering@redhat.com>
23760
23761         * lib/strftime.h: Add comments describing the two added arguments.
23762
23763         remove duplicate #include directives
23764         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
23765         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
23766
23767 2008-08-31  Bruno Haible  <bruno@clisp.org>
23768
23769         New module 'sigpipe-die'.
23770         * modules/sigpipe-die: New file.
23771         * lib/sigpipe-die.h: New file.
23772         * lib/sigpipe-die.c: New file.
23773         * MODULES.html.sh (Signal handling): Add sigpipe-die.
23774
23775 2008-08-31  Bruno Haible  <bruno@clisp.org>
23776
23777         Don't override previously installed signal handlers.
23778         * lib/fatal-signal.c (saved_sigactions): New variable.
23779         (uninstall_handlers): Reset the signal to the saved handler, not
23780         to SIG_DFL (except when ignored).
23781         (install_handlers): Save the previous handlers.
23782
23783 2008-08-30  Bruno Haible  <bruno@clisp.org>
23784
23785         * gnulib-tool (func_reset_sigpipe): New function.
23786         (func_get_automake_snippet, func_modules_transitive_closure,
23787         func_import): Invoke it before a join command that reads from stdin,
23788         to avoid "echo: write error: Broken pipe" error messages on stderr.
23789         Reported by Sam Steingold <sds@gnu.org>.
23790
23791 2008-08-30  Bruno Haible  <bruno@clisp.org>
23792
23793         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
23794         Code copied from m4/open.m4.
23795         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
23796         access and the filename ends in a slash. Code copied from lib/open.c.
23797         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
23798         * tests/test-fopen.c (main): Check against bug with trailing slash.
23799
23800 2008-08-29  Bruno Haible  <bruno@clisp.org>
23801
23802         Avoid some "gcc -pedantic" warnings.
23803         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
23804         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
23805         * lib/dirent.in.h: Likewise.
23806         * lib/fcntl.in.h: Likewise.
23807         * lib/float.in.h: Likewise.
23808         * lib/iconv.in.h: Likewise.
23809         * lib/inttypes.in.h: Likewise.
23810         * lib/locale.in.h: Likewise.
23811         * lib/math.in.h: Likewise.
23812         * lib/netinet_in.in.h: Likewise.
23813         * lib/search.in.h: Likewise.
23814         * lib/signal.in.h: Likewise.
23815         * lib/stdarg.in.h: Likewise.
23816         * lib/stdint.in.h: Likewise.
23817         * lib/stdio.in.h: Likewise.
23818         * lib/stdlib.in.h: Likewise.
23819         * lib/string.in.h: Likewise.
23820         * lib/strings.in.h: Likewise.
23821         * lib/sys_select.in.h: Likewise.
23822         * lib/sys_socket.in.h: Likewise.
23823         * lib/sys_stat.in.h: Likewise.
23824         * lib/sys_time.in.h: Likewise.
23825         * lib/sysexits.in.h: Likewise.
23826         * lib/time.in.h: Likewise.
23827         * lib/unistd.in.h: Likewise.
23828         * lib/wchar.in.h: Likewise.
23829         * lib/wctype.in.h: Likewise.
23830         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
23831         * modules/fchdir (Makefile.am): Likewise.
23832         * modules/fcntl (Makefile.am): Likewise.
23833         * modules/float (Makefile.am): Likewise.
23834         * modules/iconv_open (Makefile.am): Likewise.
23835         * modules/inttypes (Makefile.am): Likewise.
23836         * modules/locale (Makefile.am): Likewise.
23837         * modules/math (Makefile.am): Likewise.
23838         * modules/netinet_in (Makefile.am): Likewise.
23839         * modules/search (Makefile.am): Likewise.
23840         * modules/signal (Makefile.am): Likewise.
23841         * modules/stdarg (Makefile.am): Likewise.
23842         * modules/stdint (Makefile.am): Likewise.
23843         * modules/stdio (Makefile.am): Likewise.
23844         * modules/stdlib (Makefile.am): Likewise.
23845         * modules/string (Makefile.am): Likewise.
23846         * modules/strings (Makefile.am): Likewise.
23847         * modules/sys_select (Makefile.am): Likewise.
23848         * modules/sys_socket (Makefile.am): Likewise.
23849         * modules/sys_stat (Makefile.am): Likewise.
23850         * modules/sys_time (Makefile.am): Likewise.
23851         * modules/sysexits (Makefile.am): Likewise.
23852         * modules/time (Makefile.am): Likewise.
23853         * modules/unistd (Makefile.am): Likewise.
23854         * modules/wchar (Makefile.am): Likewise.
23855         * modules/wctype (Makefile.am): Likewise.
23856         Reported by Reuben Thomas <rrt@sc3d.org>.
23857
23858 2008-08-29  Bruno Haible  <bruno@clisp.org>
23859
23860         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
23861         any more.
23862
23863 2008-08-29  Simon Josefsson  <simon@josefsson.org>
23864
23865         * MODULES.html.sh (Misc): Add bitrotate.
23866
23867         * modules/bitrotate: New file.
23868
23869         * lib/bitrotate.h: New file.
23870
23871         * modules/bitrotate-tests: New file.
23872
23873         * tests/test-bitrotate.c: New file.
23874
23875         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
23876         on the bitrotate module.
23877
23878         * lib/arctwo.c: Use new bitrotate module.
23879
23880 2008-08-29  Jim Meyering  <meyering@redhat.com>
23881
23882         bootstrap: merge changes from coreutils
23883         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
23884         of copied files.  Remove a kludge, now that this is fixed.
23885         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
23886         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
23887         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
23888
23889 2008-08-29  Bruno Haible  <bruno@clisp.org>
23890
23891         * MODULES.html.sh: Remove --cvs-urls option.
23892
23893 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
23894
23895         maint.mk: adjust to file name change
23896         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
23897
23898 2008-08-28  Jim Meyering  <meyering@redhat.com>
23899
23900         * modules/getndelim2 (License): Relicense to LGPLv2+.
23901         Approved by Richard Stallman for the version of 1995, and by
23902         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
23903
23904 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
23905
23906         * lib/getdelim.c (flockfile, funlockfile): Make all of them
23907         dummy if one is not available.  Do not touch them if
23908         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
23909         (getc_maybe_unlocked): New.
23910         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
23911
23912 2008-08-26  Eric Blake  <ebb9@byu.net>
23913
23914         doc/INSTALL: resync from autoconf
23915         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
23916         (INSTALL_PRELUDE): Delete; this is done more efficiently by
23917         moving...
23918         * install.texi [!autoconf]: ...here.  Resync from autoconf.
23919         * INSTALL: Regenerate.
23920         * INSTALL.ISO: New file.
23921         * INSTALL.UTF-8: Likewise.
23922
23923 2008-08-26  Jim Meyering  <meyering@redhat.com>
23924
23925         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
23926         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
23927         these definitions conditional, so that they may be overridden, too.
23928
23929 2008-08-26  Bruno Haible  <bruno@clisp.org>
23930
23931         Generate INSTALL file variants with prettier quotes.
23932         * doc/Makefile (INSTALL_PRELUDE): New macro.
23933         (INSTALL): Use it.
23934         (INSTALL.ISO, INSTALL.UTF-8): New rules.
23935
23936 2008-08-26  Bruno Haible  <bruno@clisp.org>
23937
23938         Run makeinfo in an English locale.
23939         * doc/Makefile (MAKEINFO): New variable.
23940
23941 2008-08-26  Bruno Haible  <bruno@clisp.org>
23942
23943         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
23944         Suggested by Eric Blake.
23945
23946 2008-08-25  Bruno Haible  <bruno@clisp.org>
23947
23948         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
23949
23950 2008-08-25  Eric Blake  <ebb9@byu.net>
23951
23952         c-stack: test that stack overflow can be caught
23953         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
23954         that platform allows handling stack overflow; at least OS/2 EMX
23955         has sigaltstack, but crashes before transferring control to
23956         handler on stack overflow.
23957         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
23958         check for HAVE_STACK_OVERFLOW_HANDLING.
23959         Reported by Elbert Pol.
23960
23961 2008-08-25  Bruno Haible  <bruno@clisp.org>
23962
23963         * doc/posix-functions/strftime.texi: Fix description of strftime
23964         module.
23965
23966 2008-08-24  Bruno Haible  <bruno@clisp.org>
23967
23968         * tests/uniwidth/test-uc_width2.c: New file.
23969         * tests/uniwidth/test-uc_width2.sh: New file.
23970         * modules/uniwidth/width-tests (Files): Add the new files.
23971         (TESTS): Add uniwidth/test-uc_width2.sh.
23972         (TESTS_ENVIRONMENT): New variable.
23973         (check_PROGRAMS): Add test-uc_width2.
23974         (test_uc_width2_SOURCES): New variable.
23975
23976         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
23977         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
23978         not 0x00AB.
23979         Reported by Alexander V. Lukyanov <lav@netis.ru>.
23980
23981 2008-08-22  Eric Blake  <ebb9@byu.net>
23982
23983         test-lock, test-tls: mention why a test is skipped
23984         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
23985         skipped.
23986         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
23987
23988         count-one-bits: relax license
23989         * modules/count-one-bits (License): Relicense to LGPLv2+.
23990         Suggested by Ludovic Courtès, approved by Ben Pfaff.
23991
23992 2008-08-22  Andreas Schwab  <schwab@suse.de>
23993
23994         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
23995         Remove spurious space in assignment.
23996
23997 2008-08-21  Simon Josefsson  <simon@josefsson.org>
23998
23999         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
24000         Paul Eggert <eggert@CS.UCLA.EDU>.
24001
24002 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
24003
24004         * modules/gettext: Add m4/threadlib.m4.
24005
24006 2008-08-19  Eric Blake  <ebb9@byu.net>
24007
24008         test-c-stack: fix compilation failure on FreeBSD 5.0
24009         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
24010         headers before <sys/resource.h>.
24011         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
24012         the bug.
24013         Reported by Nelson H. F. Beebe.
24014
24015         strverscmp: migrate from "strverscmp.h" to <string.h>
24016         * modules/string (Makefile.am): Add new hooks.
24017         * modules/strverscmp (Files): Remove strverscmp.h.
24018         (Depends-on): Add string.
24019         (configure.ac): Add indicator.
24020         (Include): Mention new header.
24021         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
24022         defaults.
24023         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
24024         results.
24025         * lib/strverscmp.h: Delete.
24026         * lib/string.in.h (strverscmp): Provide declaration, when needed.
24027         * tests/test-strverscmp.c (includes): Adjust client.
24028         * lib/check-version.c (includes): Likewise.
24029         * NEWS: Document the change.
24030
24031         strverscmp: add unit test
24032         * modules/strverscmp-tests: New file.
24033         * tests/test-strverscmp.c: Likewise.
24034
24035 2008-08-19  Simon Josefsson  <simon@josefsson.org>
24036
24037         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
24038         regarding Windows crypto stuff, from Mono.
24039
24040 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
24041
24042         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
24043         if present, for intel RND.  Return error on failures.
24044
24045 2008-08-18  Ben Pfaff  <blp@gnu.org>
24046
24047         gitlog-to-changelog: give better diagnostic for failed pipe-open
24048         * build-aux/gitlog-to-changelog: Improve error message: suggest
24049         that the version of Git may be too old.
24050
24051 2008-08-18  Simon Josefsson  <simon@josefsson.org>
24052
24053         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
24054         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
24055
24056 2008-08-18  Bruno Haible  <bruno@clisp.org>
24057
24058         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
24059         pthread_in_use().
24060
24061 2008-08-18  Bruno Haible  <bruno@clisp.org>
24062
24063         * lib/glthread/threadlib.c: Include <pthread.h>.
24064
24065 2008-08-18  Bruno Haible  <bruno@clisp.org>
24066
24067         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
24068         glthread_recursive_lock_* macros.
24069         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
24070         Fix syntax error.
24071
24072 2008-08-18  Bruno Haible  <bruno@clisp.org>
24073
24074         * lib/glthread/thread.c: Avoid forcing a context switch right after
24075         thread creation.
24076
24077 2008-08-17  Bruno Haible  <bruno@clisp.org>
24078
24079         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
24080         * lib/glthread/thread.h: Provide Win32 specific implementation.
24081         * modules/thread (Files): Add lib/glthread/thread.c.
24082         (Depends-on): Add lock.
24083         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
24084
24085 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24086
24087         New module 'yield'.
24088         * modules/yield: New file.
24089         * lib/glthread/yield.h: New file.
24090         * m4/yield.m4: New file.
24091         * MODULES.html.sh (Multithreading): Add yield.
24092
24093 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24094
24095         New module 'thread'.
24096         * modules/thread: New file.
24097         * lib/glthread/thread.h: New file.
24098         * m4/thread.m4: New file.
24099         * MODULES.html.sh (Multithreading): Add thread.
24100
24101 2008-08-17  Bruno Haible  <bruno@clisp.org>
24102
24103         * lib/glthread/lock.h: Include <stdlib.h> always.
24104         * lib/glthread/tls.h: Likewise.
24105         * lib/glthread/cond.h: Likewise.
24106
24107 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24108
24109         New module 'cond'.
24110         * modules/cond: New file.
24111         * lib/glthread/cond.h: New file.
24112         * lib/glthread/cond.c: New file.
24113         * m4/cond.m4: New file.
24114         * MODULES.html.sh (Multithreading): Add cond.
24115
24116 2008-08-16  Eric Blake  <ebb9@byu.net>
24117
24118         c-stack: fix regression on Irix 5.3 from 2008-06-21
24119         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
24120         sa_sigaction...
24121         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
24122         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
24123         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
24124         * modules/signal (Makefile.am): Use the value.
24125         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
24126         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
24127         * doc/posix-headers/signal.texi (signal.h): Document this
24128         portability issue.
24129         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
24130         Reported by Tom G. Christensen.
24131
24132 2008-08-17  Bruno Haible  <bruno@clisp.org>
24133
24134         New module 'threadlib'.
24135         * modules/threadlib: New file.
24136         * lib/glthread/threadlib.c: New file, extracted from
24137         lib/glthread/lock.c.
24138         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
24139         functions.
24140         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
24141         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
24142         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
24143         macros.
24144         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
24145         (gl_DISABLE_THREADS): Remove macro.
24146         * modules/lock (Files): Remove build-aux/config.rpath.
24147         (Depends-on): Remove havelib. Add threadlib.
24148         (configure.ac-early): Remove section.
24149         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
24150         * modules/tls (Depends-on): Remove lock. Add threadlib.
24151         (Link): New section, copied from threadlib.
24152         * MODULES.html.sh (Multithreading): Add threadlib.
24153
24154 2008-08-14  Bruno Haible  <bruno@clisp.org>
24155
24156         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
24157         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
24158         glthread_rwlock_unlock, glthread_rwlock_destroy,
24159         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
24160         glthread_recursive_lock_destroy): Define as macros always.
24161         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
24162         glthread_lock_lock.
24163         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
24164         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
24165         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
24166         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
24167         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
24168         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
24169         (glthread_recursive_lock_lock_func): Renamed from
24170         glthread_recursive_lock_lock.
24171         (glthread_recursive_lock_unlock_func): Renamed from
24172         glthread_recursive_lock_unlock.
24173         (glthread_recursive_lock_destroy_func): Renamed from
24174         glthread_recursive_lock_destroy.
24175
24176 2008-08-14  Bruno Haible  <bruno@clisp.org>
24177
24178         * lib/glthread/lock.h: Renamed from lib/lock.h.
24179         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
24180         * lib/glthread/tls.h: Renamed from lib/tls.h.
24181         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
24182         * lib/fstrcmp.c: Update includes.
24183         * lib/strsignal.c: Update includes.
24184         * modules/lock (Files, Makefile.am): Update.
24185         (Include): Change to "glthread/lock.h".
24186         * modules/tls (Files, Makefile.am): Update.
24187         (Include): Change to "glthread/tls.h".
24188         * tests/test-lock.c: Update includes.
24189         * tests/test-tls.c: Update includes.
24190         * NEWS: Mention the renamed header files.
24191
24192 2008-08-11  Jim Meyering  <meyering@redhat.com>
24193
24194         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
24195
24196 2008-08-11  Eric Blake  <ebb9@byu.net>
24197
24198         test-c-stack: avoid C99-ism
24199         * tests/test-c-stack.c (main): Fix whitespace, move declaration
24200         before statement.
24201         Reported by Alain Guibert.
24202
24203 2008-08-10  Jim Meyering  <meyering@redhat.com>
24204
24205         ensure that return value of uinttostr et al are not ignored
24206         * lib/inttostr.h (__GNUC_PREREQ): Define.
24207         (__attribute_warn_unused_result__): Define.
24208         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
24209
24210 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
24211
24212         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
24213         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
24214
24215 2008-08-07  Jim Meyering  <meyering@redhat.com>
24216
24217         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
24218
24219         * modules/mkstemp (License): Relicense under LGPLv2+.
24220         * modules/tempname (License): Likewise.
24221
24222 2008-08-06  Bruno Haible  <bruno@clisp.org>
24223
24224         * lib/poll.c (poll): Further micro-optimization.
24225
24226 2008-08-06  Jim Meyering  <meyering@redhat.com>
24227
24228         inet_pton.c: use locale-independent tolower
24229         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
24230         (inet_pton6): Use c_tolower rather than tolower.
24231         * modules/inet_pton (Depends-on): Add c-ctype.
24232
24233 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
24234
24235         * lib/poll.c (poll): Avoid division when timeout is 0, cache
24236         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
24237
24238 2008-08-06  Jim Meyering  <meyering@redhat.com>
24239
24240         * modules/inet_pton (License): Relicense under LGPLv2+.
24241
24242 2008-08-03  Bruno Haible  <bruno@clisp.org>
24243
24244         Additional non-aborting API for lock and tls.
24245         * lib/lock.h: Include <errno.h>.
24246         (glthread_lock_init): New macro/function.
24247         (gl_lock_init): Define as wrapper around glthread_lock_init.
24248         (glthread_lock_lock): New macro/function.
24249         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
24250         (glthread_lock_unlock): New macro/function.
24251         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
24252         (glthread_lock_destroy): New macro/function.
24253         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
24254         (glthread_rwlock_init): New macro/function.
24255         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
24256         (glthread_rwlock_rdlock): New macro/function.
24257         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
24258         (glthread_rwlock_wrlock): New macro/function.
24259         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
24260         (glthread_rwlock_unlock): New macro/function.
24261         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
24262         (glthread_rwlock_destroy): New macro/function.
24263         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
24264         (glthread_recursive_lock_init): New macro/function.
24265         (gl_recursive_lock_init): Define as wrapper around
24266         glthread_recursive_lock_init.
24267         (glthread_recursive_lock_lock): New macro/function.
24268         (gl_recursive_lock_lock): Define as wrapper around
24269         glthread_recursive_lock_lock.
24270         (glthread_recursive_lock_unlock): New macro/function.
24271         (gl_recursive_lock_unlock): Define as wrapper around
24272         glthread_recursive_lock_unlock.
24273         (glthread_recursive_lock_destroy): New macro/function.
24274         (gl_recursive_lock_destroy): Define as wrapper around
24275         glthread_recursive_lock_destroy.
24276         (glthread_once): New macro/function.
24277         (gl_once): Define as wrapper around glthread_once.
24278         Update function declarations.
24279         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
24280         glthread_rwlock_init. Return error code.
24281         (glthread_rwlock_rdlock_multithreaded): Renamed from
24282         glthread_rwlock_rdlock. Return error code.
24283         (glthread_rwlock_wrlock_multithreaded): Renamed from
24284         glthread_rwlock_wrlock. Return error code.
24285         (glthread_rwlock_unlock_multithreaded): Renamed from
24286         glthread_rwlock_unlock. Return error code.
24287         (glthread_rwlock_destroy_multithreaded): Renamed from
24288         glthread_rwlock_destroy. Return error code.
24289         (glthread_recursive_lock_init_multithreaded): Renamed from
24290         glthread_recursive_lock_init. Return error code.
24291         (glthread_recursive_lock_lock_multithreaded): Renamed from
24292         glthread_recursive_lock_lock. Return error code.
24293         (glthread_recursive_lock_unlock_multithreaded): Renamed from
24294         glthread_recursive_lock_unlock. Return error code.
24295         (glthread_recursive_lock_destroy_multithreaded): Renamed from
24296         glthread_recursive_lock_destroy. Return error code.
24297         (glthread_once_call): Make static.
24298         (glthread_once_multithreaded): Renamed from glthread_once.
24299         * lib/tls.h: Include <errno.h>.
24300         (glthread_tls_key_init): New macro/function.
24301         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
24302         (glthread_tls_set): New macro/function.
24303         (gl_tls_set): Define as wrapper around glthread_tls_set.
24304         (glthread_tls_key_destroy): New macro/function.
24305         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
24306         Update function declarations.
24307         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
24308         glthread_tls_get.
24309         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
24310
24311 2008-08-04  Eric Blake  <ebb9@byu.net>
24312
24313         gnumakefile: use space, not TAB, outside of targets
24314         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
24315
24316 2008-08-02  Jim Meyering  <meyering@redhat.com>
24317
24318         getdate.y: avoid locale-dependent date parsing failure
24319         In Turkish locales, getdate would fail to recognize keywords
24320         containing a lowercase "i".  The solution is not to rely on
24321         locale-sensitive case-conversion.
24322         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
24323         (lookup_word): Use c_toupper in place of toupper.
24324         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
24325         Reported by Vefa Bicakci <bicave@superonline.com> in
24326         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
24327         * modules/getdate (Depends-on): Add c-ctype.
24328
24329 2008-08-02  Bruno Haible  <bruno@clisp.org>
24330
24331         * gnulib-tool (func_import): When updating or creating a .gitignore
24332         file, prepend each added line with a slash, and ignore leading slashes
24333         from the existing lines.
24334         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
24335
24336 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24337
24338         Portability fix for GNU make 3.79.1.
24339         * top/GNUmakefile: Avoid 'else COND', which older GNU make
24340         versions do not understand.
24341
24342 2008-08-01  Bruno Haible  <bruno@clisp.org>
24343
24344         Work around bug of HP-UX 10.20 cc with -0.0 literal.
24345         * tests/test-isnanf.h (zero): New variable.
24346         (main): Avoid literal -0.0f.
24347         * tests/test-isnand.h (zero): New variable.
24348         (main): Avoid literal -0.0.
24349         * tests/test-isnanl.h (zero): New variable.
24350         (main): Avoid literal -0.0L.
24351         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
24352         (test_float, test_double, test_long_double): Avoid literals -0.0f,
24353         -0.0, -0.0L.
24354         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
24355         (test_signbitd): Avoid literal -0.0.
24356         (test_signbitl): Avoid literal -0.0L.
24357         * tests/test-ceilf1.c (zero): New variable.
24358         (main): Avoid literal -0.0f.
24359         * tests/test-ceill.c (zero): New variable.
24360         (main): Avoid literal -0.0L.
24361         * tests/test-floorf1.c (zero): New variable.
24362         (main): Avoid literal -0.0f.
24363         * tests/test-floorl.c (zero): New variable.
24364         (main): Avoid literal -0.0L.
24365         * tests/test-roundf1.c (zero): New variable.
24366         (main): Avoid literal -0.0f.
24367         * tests/test-round1.c (zero): New variable.
24368         (main): Avoid literal -0.0.
24369         * tests/test-roundl.c (zero): New variable.
24370         (main): Avoid literal -0.0L.
24371         * tests/test-truncf1.c (zero): New variable.
24372         (main): Avoid literal -0.0f.
24373         * tests/test-trunc1.c (zero): New variable.
24374         (main): Avoid literal -0.0.
24375         * tests/test-truncl.c (zero): New variable.
24376         (main): Avoid literal -0.0L.
24377         * tests/test-frexp.c (zero): New variable.
24378         (main): Avoid literal -0.0.
24379         * tests/test-frexpl.c (zero): New variable.
24380         (main): Avoid literal -0.0L.
24381         * tests/test-ldexpl.c (zero): New variable.
24382         (main): Avoid literal -0.0L.
24383         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
24384         (zerod, zerol): New variables.
24385         (test_function): Avoid literals -0.0, -0.0L.
24386         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
24387         (zerod, zerol): New variables.
24388         (test_function): Avoid literals -0.0, -0.0L.
24389         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
24390         (zerod, zerol): New variables.
24391         (test_function): Avoid literals -0.0, -0.0L.
24392         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
24393         (zerod, zerol): New variables.
24394         (test_function): Avoid literals -0.0, -0.0L.
24395         * tests/test-strtod.c (zero): New variable.
24396         (main): Avoid literal -0.0.
24397         Reported by Jonathan C. Patschke <jp@centtech.com>.
24398
24399 2008-07-31  Jim Meyering  <meyering@redhat.com>
24400
24401         sha256.h: correct definition of SHA224_DIGEST_SIZE
24402         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
24403         Reported by Paulie Pena IV <paulie4@gmail.com>.
24404         Define as 224 / 8, rather than as a literal.
24405         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
24406         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
24407         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
24408
24409 2008-07-31  Bruno Haible  <bruno@clisp.org>
24410
24411         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
24412         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
24413         Reported by Jonathan Patschke <jp@centtech.com>.
24414
24415 2008-07-31  Bruno Haible  <bruno@clisp.org>
24416
24417         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
24418         Reported by Paolo Bonzini <bonzini@gnu.org>.
24419
24420 2008-07-30  Eric Blake  <ebb9@byu.net>
24421
24422         test-strtod: allow compilation without -lm
24423         * tests/test-strtod.c (main): Avoid link dependence on fabs.
24424         Reported by Dennis Clarke <blastwave@gmail.com>.
24425
24426 2008-07-28  Jim Meyering  <meyering@redhat.com>
24427
24428         bootstrap: work also when there are no .po files in po/
24429         * build-aux/bootstrap (update_po_files): Complete the change
24430         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
24431
24432 2008-07-27  Jim Meyering  <meyering@redhat.com>
24433
24434         * users.txt: Add zile.
24435
24436 2008-07-26  Ben Pfaff  <blp@gnu.org>
24437
24438         Add missing dependencies on new m4/exponent[fdl].m4 files.
24439         * modules/isnanf-nolibm: Add m4/exponentf.m4.
24440         * modules/isnand-nolibm: Add m4/exponentd.m4.
24441         * modules/isnanl-nolibm: Add m4/exponentl.m4.
24442         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
24443         m4/isnan[fdl].m4, because the macros actually used moved.
24444         Reported by Jim Meyering.
24445
24446 2008-07-14  Ben Pfaff  <blp@gnu.org>
24447
24448         Add isinf module.
24449         * lib/isinf.c: New file.
24450         * lib/math.in.h: Define isinf macro if we have decided to replace
24451         it.
24452         * m4/isinf.m4: New file.
24453         * m4/math_h.m4: Initialize and substitute variables for isinf
24454         module.
24455         * modules/isinf: New file.
24456         * modules/isinf-tests: New file.
24457         * modules/math: Add substitutions for new module.
24458         * tests/test-isinf.c: New file.
24459         * doc/posix-functions/isinf.texi: Mention new module.
24460         * MODULES.html.sh: Mention new module.
24461
24462 2008-07-14  Ben Pfaff  <blp@gnu.org>
24463
24464         Factor out some macros for use by additional modules.
24465         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
24466         exponentf.m4.
24467         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
24468         exponentd.m4.
24469         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
24470         file exponentl.m4.
24471         * m4/exponentf.m4: New file.
24472         * m4/exponentd.m4: New file.
24473         * m4/exponentl.m4: New file.
24474         * modules/isnanf: Use new file m4/exponentf.m4.
24475         * modules/isnand: Use new file m4/exponentd.m4.
24476         * modules/isnanl: Use new file m4/exponentl.m4.
24477
24478 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
24479
24480         mktime.c: normalize tp->tm_isdst value to -1/0/1.
24481         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
24482         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
24483         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
24484
24485         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
24486         readlink on platforms without PATH_MAX.
24487
24488 2008-07-21  Eric Blake  <ebb9@byu.net>
24489
24490         Warn, not fail, on stale version.
24491         * top/GNUmakefile (_curr-ver): Tone down previous patch.
24492
24493         Don't allow installation with stale devel version number.
24494         * top/GNUmakefile (_is-install-target): New macro.
24495         (_curr-ver): Forbid installation with stale version number.
24496
24497 2008-07-20  Bruno Haible  <bruno@clisp.org>
24498
24499         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
24500         TESTS_ENVIRONMENT.
24501         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
24502
24503 2008-07-20  Bruno Haible  <bruno@clisp.org>
24504
24505         * lib/c-stack.h (c_stack_action): Add documentation.
24506         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
24507
24508 2008-07-20  Bruno Haible  <bruno@clisp.org>
24509
24510         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
24511         * modules/readlink (License): Likewise.
24512
24513 2008-07-17  Eric Blake  <ebb9@byu.net>
24514
24515         * modules/c-stack (Link): Fix typo.
24516
24517         Make c-stack use libsigsegv, when available.
24518         * modules/c-stack (Depends-on): Add libsigsegv.
24519         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
24520         needed.
24521         * lib/c-stack.c (SIGSTKSZ): Define fallback.
24522         (segv_handler, overflow_handler, c_stack_action)
24523         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
24524         implementation when libsigsegv is available, but only when using
24525         the library is necessary.
24526         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
24527         comment, explaining why XSI check fails on Linux.
24528         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
24529         * tests/test-c-stack2.sh: Tweak skip message.
24530         * NEWS: Document new link-time requirements.
24531
24532 2008-07-16  Eric Blake  <ebb9@byu.net>
24533
24534         c-stack: Expose false positives when not using libsigsegv.
24535         * modules/c-stack-tests (Files): Expand test.
24536         * tests/test-c-stack.c (main): Add means to conditionally trigger
24537         non-overflow SIGSEGV.
24538         * tests/test-c-stack2.sh: New file.
24539
24540 2008-07-14  Bruno Haible  <bruno@clisp.org>
24541
24542         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
24543         Reported by Eric Blake.
24544
24545 2008-07-14  Sam Steingold  <sds@gnu.org>
24546             Bruno Haible  <bruno@clisp.org>
24547
24548         New module libsigsegv.
24549         * modules/libsigsegv: New file.
24550         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
24551         modifications.
24552         * MODULES.html.sh (Signal handling): New section.
24553
24554 2008-07-14  Bruno Haible  <bruno@clisp.org>
24555
24556         * modules/unictype/ctype-* (Description): Add the word "function".
24557         Improves the resulting doc in MODULES.html.
24558
24559 2008-07-12  Ben Pfaff  <blp@gnu.org>
24560
24561         Add longlong module.
24562         * modules/longlong: New file.
24563
24564 2008-07-12  Bruno Haible  <bruno@clisp.org>
24565
24566         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
24567         to empty.
24568
24569 2008-07-10  Ben Pfaff  <blp@gnu.org>
24570
24571         Add isnan module.
24572         * doc/posix-functions/isnan.texi: Mention new module.
24573         * lib/math.in.h: Define isnan macro if we have decided to replace
24574         it.
24575         * m4/isnan.m4: New file.
24576         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
24577         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
24578         also.
24579         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
24580         redundancy.
24581         * m4/math_h.m4: Initialize and substitute variables for isnan
24582         module.
24583         * modules/isnan: New file.
24584         * modules/isnan-tests: New file.
24585         * modules/math: Add substitutions for new module.
24586         * tests/test-isnan.c: New file.
24587         * MODULES.html.sh: Mention new module.
24588
24589 2008-07-10  Ben Pfaff  <blp@gnu.org>
24590
24591         Add isnanf module.
24592         * lib/isnanf.m4: New file.
24593         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
24594         (gl_HAVE_ISNANF_IN_LIBM): New macro.
24595         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
24596         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
24597         * modules/isnanf: New file.
24598         * modules/isnanf-tests: New file.
24599         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
24600         files.
24601         * tests/test-isnanf-nolibm.c: factored most of its contents into
24602         new file tests/test-isnanf.h.
24603         * tests/test-isnanf.h: New file.
24604         * tests/test-isnanf.c: New file.
24605         * MODULES.html.sh: Mention new module.
24606         * doc/glibc-functions/isnanf.texi: Mention new module.
24607
24608 2008-07-10  Ben Pfaff  <blp@gnu.org>
24609
24610         Add isnand module.
24611         * lib/isnand.h: New file.
24612         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
24613         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
24614         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
24615         functionality also.
24616         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
24617         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
24618         (gl_HAVE_ISNAND_IN_LIBM): New macro.
24619         * modules/isnand: New file.
24620         * modules/isnand-tests: New file.
24621         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
24622         files.
24623         * tests/test-isnand-nolibm.c: factored most of its contents into
24624         new file tests/test-isnand.h.
24625         * tests/test-isnand.h: New file.
24626         * tests/test-isnand.c: New file.
24627         * MODULES.html.sh: Mention new module.
24628
24629 2008-07-10  Ben Pfaff  <blp@gnu.org>
24630
24631         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
24632         * lib/isnand.h: Rename lib/isnand-nolibm.h.
24633         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
24634         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
24635         * modules/isnanf-nolibm: Update references to renamed files.
24636         * modules/isnand-nolibm: Likewise.
24637         * modules/isnanf-nolibm-tests: Likewise.
24638         * modules/isnand-nolibm-tests: Likewise.
24639         * lib/frexp.c: Likewise.
24640         * lib/isfinite.c: Likewise.
24641         * lib/signbitd.c: Likewise.
24642         * lib/signbitf.c: Likewise.
24643         * lib/vasnprintf.c: Likewise.
24644         * tests/test-ceilf1.c: Likewise.
24645         * tests/test-ceilf2.c: Likewise.
24646         * tests/test-floorf1.c: Likewise.
24647         * tests/test-floorf2.c: Likewise.
24648         * tests/test-frexp.c: Likewise.
24649         * tests/test-round1.c: Likewise.
24650         * tests/test-round2.c: Likewise.
24651         * tests/test-roundf1.c: Likewise.
24652         * tests/test-strtod.c: Likewise.
24653         * tests/test-trunc1.c: Likewise.
24654         * tests/test-trunc2.c: Likewise.
24655         * tests/test-truncf1.c: Likewise.
24656         * tests/test-truncf2.c: Likewise.
24657         * NEWS: Mention the renamed header files.
24658
24659 2008-07-11  Jim Meyering  <meyering@redhat.com>
24660
24661         vc-list-files: make the last-resort awk code more portable
24662         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
24663         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
24664         does not support it.
24665
24666 2008-07-10  Eric Blake  <ebb9@byu.net>
24667
24668         Work with tar's bootstrap.
24669         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
24670         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
24671         an m4 comment.
24672
24673 2008-07-09  Jim Meyering  <meyering@redhat.com>
24674
24675         posix-shell.m4: fix typo that made this test malfunction
24676         * m4/posix-shell.m4: Remove capitalization in variable name.
24677
24678 2008-07-08  Bruno Haible  <bruno@clisp.org>
24679
24680         * m4/onceonly.m4: Update comments.
24681         Reported by Ben Pfaff <blp@cs.stanford.edu>.
24682
24683 2008-07-04  Jim Meyering  <meyering@redhat.com>
24684
24685         * users.txt: Add vc-dwim.
24686         (bison, coreutils): Use the gitweb URL.
24687
24688 2008-07-03  Jim Meyering  <meyering@redhat.com>
24689
24690         * users.txt: Add libffcall.  From Sam Steingold.
24691
24692 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
24693
24694         getdate.y: do not ignore TZ with relative day, month or year offset
24695         * lib/getdate.y (get_date): Move the tz-handling block to follow the
24696         relative-date-handling, since otherwise, the latter would clobber the
24697         sole output (an updated Start value) of the tz-handling block.
24698         * tests/test-getdate.c: Tests for the fix
24699
24700 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24701
24702         Recognize 'foo_LIBRARIES += libgnu.a'.
24703         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
24704         makefile snippet has already specified an installation location,
24705         also using '+='.
24706
24707 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
24708
24709         getdate.y: factor out common actions
24710         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
24711         Use them in place of open-coded actions.
24712
24713 2008-07-01  Simon Josefsson  <simon@josefsson.org>
24714
24715         Add self-test for getdate module.
24716         * modules/getdate-tests: New file.
24717         * tests/test-getdate.c: New file.
24718
24719 2008-06-29  Bruno Haible  <bruno@clisp.org>
24720
24721         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
24722         .gitignore.
24723         Reported by Sylvain Beucler <beuc@beuc.net>.
24724
24725 2008-06-29  Bruno Haible  <bruno@clisp.org>
24726
24727         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
24728         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
24729
24730 2008-06-29  Bruno Haible  <bruno@clisp.org>
24731
24732         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
24733         EXTRA_DIST.
24734         Reported by Sylvain Beucler <beuc@beuc.net>.
24735
24736 2008-06-26  Jim Meyering  <meyering@redhat.com>
24737
24738         make several modules depend on the "open" module
24739         This provides slightly increased consistency when opening-for-write
24740         the name of a non-directory spelled with a trailing slash.
24741         * modules/chdir-safer: Likewise.
24742         * modules/chown: Likewise.
24743         * modules/clean-temp: Likewise.
24744         * modules/copy-file: Likewise.
24745         * modules/fchdir: Likewise.
24746         * modules/fcntl-safer: Likewise.
24747         * modules/pipe: Likewise.
24748         * modules/utime: Likewise.
24749         Prompted by Eric Blake and Bruno Haible.
24750
24751 2008-06-24  Andreas Schwab  <schwab@suse.de>
24752
24753         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
24754         literals can be used as initializers for global variables.
24755
24756 2008-06-23  Eric Blake  <ebb9@byu.net>
24757
24758         Make gnulib-cache.m4 easier to diff.
24759         * gnulib-tool (func_import): Allow newlines when reading cached
24760         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
24761
24762 2008-06-23  Bruno Haible  <bruno@clisp.org>
24763
24764         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
24765         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
24766         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
24767         m4/signalblocking.m4.
24768         (gl_PREREQ_SIGACTION): Don't invoke it.
24769         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
24770         gl_PREREQ_SIG_HANDLER_H.
24771         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
24772         Don't check for sigaction here.
24773
24774 2008-06-23  Bruno Haible  <bruno@clisp.org>
24775
24776         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
24777         (install_handlers): Don't set the SA_RESETHAND flag.
24778
24779 2008-06-23  Bruno Haible  <bruno@clisp.org>
24780
24781         * m4/sigaction.m4: Comment fixes.
24782         * lib/signal.in.h: Likewise.
24783
24784 2008-06-23  Eric Blake  <ebb9@byu.net>
24785
24786         Fix typo.
24787         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
24788
24789         Avoid SA_ namespace.
24790         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
24791         Reported by Ralf Wildenhues.
24792
24793         Avoid test failure due to SA_RESTORER.
24794         * tests/test-sigaction.c (SA_MASK): New macro.
24795         (main): Avoid failing due to extension flags being set.
24796         Reported by Jim Meyering.
24797
24798         Revert use of sig-handler.h in sigprocmask.c.
24799         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
24800         it requires the existence of struct sigaction.
24801         * lib/sigprocmask.c (handler_t): Restore typedef.
24802         (rpl_signal, old_handlers): Use local type.
24803
24804 2008-06-22  Bruno Haible  <bruno@clisp.org>
24805
24806         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
24807         conditionally.
24808         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
24809
24810 2008-06-22  Bruno Haible  <bruno@clisp.org>
24811
24812         * doc/posix-functions/siginterrupt.texi: Move note.
24813
24814         * lib/signal.in.h (SA_RESTART): New macro.
24815         * lib/sigaction.c: Update comment.
24816
24817         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
24818
24819         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
24820         (gl_PREREQ_SIGPROCMASK): Invoke it.
24821         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
24822
24823         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
24824
24825         * lib/sigprocmask.c: Update a comment.
24826
24827 2008-06-21  Eric Blake  <ebb9@byu.net>
24828
24829         Use sigaction module rather than signal().
24830         * modules/c-stack (Depends-on): Add sigaction.
24831         * modules/fatal-signal (Depends-on): Likewise.
24832         * modules/nanosleep (Depends-on): Likewise.
24833         * modules/sigprocmask (Files): Add sig-handler.h.
24834         * modules/sigaction (Files): Likewise.
24835         * lib/sig-handler.h (get_handler): New file, suggested by Paul
24836         Eggert.
24837         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
24838         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
24839         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
24840         (init_fatal_signals): Likewise.
24841         * lib/nanosleep.c (rpl_nanosleep): Likewise.
24842         (siginterrupt): Delete fallback.
24843         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
24844         instead.
24845         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
24846         siginterrupt.
24847
24848         New module sigaction, for mingw.
24849         * modules/sigaction: New module...
24850         * modules/sigaction-tests: ...and its test.
24851         * m4/sigaction.m4: New file.
24852         * lib/sigaction.c: Likewise.
24853         * tests/test-sigaction.c: Likewise.
24854         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
24855         * modules/signal (Makefile.am): Likewise.
24856         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
24857         needed.
24858         * doc/posix-headers/signal.texi (signal.h): Mention provided
24859         types.
24860         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
24861         that sigaction is preferable.
24862         * doc/posix-functions/sigaction.texi (sigaction): Mention new
24863         module.
24864         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24865         sigaction.
24866
24867         Improve robustness of sigprocmask by overriding signal.
24868         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
24869         is in use.
24870         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
24871         (SIGKILL, SIGSTOP): Provide fallbacks.
24872         (rpl_signal): Implement.
24873         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
24874         signal can be called inside handlers.
24875
24876         Fix nanosleep module on mingw.
24877         * modules/nanosleep (Depends-on): Add sys_select.
24878         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
24879
24880         Fix licensing of sigprocmask.
24881         * modules/raise (License): Relicense as LGPL.
24882
24883 2008-06-21  Bruno Haible  <bruno@clisp.org>
24884
24885         * lib/propername.c (proper_name_utf8): Don't use the transliterated
24886         result if it contains question marks.
24887         Reported by Michael Geng <linux@michaelgeng.de>.
24888
24889 2008-06-19  Bruno Haible  <bruno@clisp.org>
24890
24891         Fix CVS-ism.
24892         * doc/gnulib.texi: Include updated-stamp.texi.
24893         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
24894         (updated-stamp.texi): New rule.
24895         (gnulib.info): Depend on it.
24896         * doc/.gitignore: Add updated-stamp.texi.
24897         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
24898
24899 2008-06-19  Bruno Haible  <bruno@clisp.org>
24900
24901         * doc/Makefile (gnulib.info): Update and simplify dependencies.
24902         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
24903
24904 2008-06-19  Eric Blake  <ebb9@byu.net>
24905
24906         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
24907         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
24908         Reported by Stepan Kasal.
24909
24910 2008-06-18  Bruno Haible  <bruno@clisp.org>
24911
24912         * lib/fatal-signal.c (init_fatal_signals): Add comment.
24913         Reported by Eric Blake.
24914
24915 2008-06-18  Eric Blake  <ebb9@byu.net>
24916
24917         Work around cygwin 1.5.25 strsignal bug.
24918         * tests/test-strsignal.c: Allow for const char *.
24919         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
24920
24921 2008-06-18  Simon Josefsson  <simon@josefsson.org>
24922
24923         * users.txt: Update URL to article and add author/date
24924         information.
24925
24926 2008-06-17  Bruno Haible  <bruno@clisp.org>
24927
24928         New macro gl_DISABLE_THREADS.
24929         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
24930         if the user did not pass --enable-threads or --disable-threads option.
24931         (gl_DISABLE_THREADS): New macro.
24932         Reported by Eric Blake <ebb9@byu.net>.
24933
24934 2008-06-17  Bruno Haible  <bruno@clisp.org>
24935
24936         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
24937         when the macro ignores it.
24938         Based on a patch by Eric Blake <ebb9@byu.net>.
24939
24940 2008-06-17  Bruno Haible  <bruno@clisp.org>
24941
24942         * modules/tls (License): Change to LGPLv2+.
24943         Reported by Eric Blake.
24944
24945 2008-06-17  Eric Blake  <ebb9@byu.net>
24946
24947         Simplify c-stack prerequisites.
24948         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
24949         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
24950         no longer requires <ucontext.h> to exist.  Optimize setrlimit
24951         check.
24952         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
24953         <sys/resource.h>.
24954
24955         Move c-stack test into testsuite.
24956         * modules/c-stack-tests: New file.
24957         * lib/c-stack.c [DEBUG]: Move test program...
24958         * tests/test-c-stack.c: ...into this new file.  Skip rather than
24959         fail test if sigaltstack is lacking.
24960         * tests/test-c-stack.sh: New driver file.
24961
24962 2008-06-16  Eric Blake  <ebb9@byu.net>
24963
24964         Use raise module consistently.
24965         * modules/fatal-signal (Depends-on): Add raise.
24966         * modules/sigprocmask (Depends-on): Likewise.
24967         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
24968         * lib/sigprocmask.c (sigprocmask): Likewise.
24969         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
24970         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
24971
24972         Fix compliance bug in sigpending.
24973         * lib/sigprocmask.c (sigpending): Return pending array via
24974         parameter, not return value.
24975
24976 2008-06-14  Eric Blake  <ebb9@byu.net>
24977
24978         Improve obstack-printf test code.
24979         * tests/test-obstack-printf.c (test_function): Fix comment, and
24980         simplify usage of obstack_* in macros.  Add a test for coverage.
24981         Reported by Bruno Haible.
24982
24983 2008-06-14  Bruno Haible  <bruno@clisp.org>
24984
24985         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
24986         array size as a constant, not as a const variable.
24987         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
24988         AC_USE_SYSTEM_EXTENSIONS.
24989         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
24990         Test whether the obstack_printf function actually exists.
24991         * modules/obstack-printf (Depends-on): Add extensions.
24992         (Include): Remove obstack.h.
24993         * modules/obstack-printf-posix (Depends-on): Add extensions.
24994         (Include): Remove obstack.h.
24995
24996 2008-06-13  Eric Blake  <ebb9@byu.net>
24997
24998         Add obstack-printf and obstack-printf-posix modules.
24999         * modules/obstack-printf: New file.
25000         * modules/obstack-printf-posix: Likewise.
25001         * MODULES.html.sh (Misc): Mention them.
25002         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
25003         Likewise.
25004         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
25005         Likewise.
25006         * modules/stdio (Makefile.am): Accomodate new modules.
25007         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
25008         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
25009         Declare.
25010         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
25011         functions.
25012         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
25013         (gl_REPLACE_OBSTACK_PRINTF): New macros
25014         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
25015         * tests/test-obstack-printf.c: New file.
25016         * modules/obstack-printf-tests: Likewise.
25017         * modules/obstack-printf-posix-tests: Likewise.
25018
25019 2008-06-11  Bruno Haible  <bruno@clisp.org>
25020
25021         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
25022         * lib/open.c: Include errno.h.
25023         (open): Fail when attempting to write to a file that has a trailing
25024         slash.
25025         * tests/test-open.c (main): Test against trailing slash bug.
25026         * doc/posix-functions/open.texi: Mention the trailing slash bug.
25027
25028 2008-06-10  Bruno Haible  <bruno@clisp.org>
25029
25030         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
25031         for $? to work inside the trap command, with various /bin/sh-s.
25032         * tests/test-vc-list-files-cvs.sh: Likewise.
25033
25034 2008-06-10  Bruno Haible  <bruno@clisp.org>
25035
25036         * lib/acl-internal.h: Don't include gettext.h here.
25037         * lib/set-mode-acl.c: Include gettext.h here.
25038         * lib/copy-acl.c: Likewise.
25039
25040 2008-06-10  Bruno Haible  <bruno@clisp.org>
25041
25042         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
25043         * lib/wait-process.c (wait_subprocess): Likewise.
25044         * lib/execute.h (execute): Add termsigp argument.
25045         * lib/execute.c (execute): Likewise.
25046         * lib/csharpcomp.c (compile_csharp_using_pnet,
25047         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
25048         * lib/csharpexec.c (execute_csharp_using_pnet,
25049         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
25050         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
25051         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
25052         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
25053         is_jikes_present): Update.
25054         * lib/javaexec.c (execute_java_class): Update.
25055         * lib/javaversion.c (execute_and_read_line): Update.
25056         * NEWS: Document the changes.
25057         Reported by Eric Blake.
25058
25059 2008-06-10  Eric Blake  <ebb9@byu.net>
25060
25061         Add missing include.
25062         * tests/test-strstr.c (includes): Add <signal.h>.
25063         * tests/test-strcasestr.c (includes): Likewise.
25064         * tests/test-memmem.c (includes): Likewise.
25065
25066 2008-06-10  Bruno Haible  <bruno@clisp.org>
25067
25068         * lib/wait-process.c (wait_subprocess): Add an assertion.
25069
25070 2008-06-10  Bruno Haible  <bruno@clisp.org>
25071
25072         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
25073
25074 2008-06-10  Bruno Haible  <bruno@clisp.org>
25075
25076         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
25077         using alarm().
25078         * tests/test-strcasestr.c (main): Likewise.
25079         * tests/test-strstr.c (main): Likewise.
25080
25081 2008-06-09  Bruno Haible  <bruno@clisp.org>
25082
25083         Work around the Solaris 10 ACE ACLs ABI change.
25084         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
25085         declare if ACL_NO_TRIVIAL is present.
25086         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
25087         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
25088         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
25089         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
25090         define if ACL_NO_TRIVIAL is present.
25091         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
25092         and use the current ABI.
25093         (file_has_acl): Use same #if condition as elsewhere.
25094         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
25095         in use, and use the current ABI.
25096         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
25097         Reported by Jim Meyering.
25098
25099 2008-06-09  Eric Blake  <ebb9@byu.net>
25100
25101         Work around environments that (stupidly) ignore SIGALRM.
25102         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
25103         before using alarm().
25104         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
25105         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
25106         Reported by Ian Beckwith <ianb@erislabs.net>.
25107
25108         Produce autobuild blurb earlier in log.
25109         * modules/autobuild (configure.ac-early): Move AB_INIT here.
25110
25111 2008-06-09  Jim Meyering  <meyering@redhat.com>
25112         and OndÅ™ej Vašík  <ovasik@redhat.com>
25113
25114         utimens.c: correct kernel bug work-around
25115         OndÅ™ej Vašík found that the invalid return value of 280 indicates
25116         failure, not success, and the kernel bug we're trying to work
25117         around affects not just the utimensat call, but also the fallback
25118         futimens call.
25119         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
25120         not success.
25121         [HAVE_FUTIMENS]: Use the same work-around, here.
25122
25123 2008-06-09  Jim Meyering  <meyering@redhat.com>
25124
25125         add more guards around definition of ACE_-related code
25126         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
25127         ALLOW and ACE_OWNER are also defined.
25128
25129 2008-06-08  Bruno Haible  <bruno@clisp.org>
25130
25131         * lib/acl-internal.h: Add me as co-author.
25132         * lib/file-has-acl.c: Likewise.
25133         * lib/set-mode-acl.c: Likewise.
25134         * lib/copy-acl.c: Likewise.
25135
25136 2008-06-08  Bruno Haible  <bruno@clisp.org>
25137
25138         Add support for AIX ACLs.
25139         * lib/acl-internal.h (acl_nontrivial): New declaration.
25140         * lib/file-has-acl.c (acl_nontrivial): New function.
25141         (file_has_acl): Add implementation using AIX 4 ACL API.
25142         * lib/set-mode-acl.c (qset_acl): Likewise.
25143         * lib/copy-acl.c (qcopy_acl): Likewise.
25144
25145 2008-06-08  Bruno Haible  <bruno@clisp.org>
25146
25147         Add support for HP-UX ACLs.
25148         * lib/acl-internal.h (acl_nontrivial): New declaration.
25149         * lib/file-has-acl.c (acl_nontrivial): New function.
25150         (file_has_acl): Add implementation using HP-UX 11 ACL API.
25151         * lib/set-mode-acl.c (qset_acl): Likewise.
25152         * lib/copy-acl.c (qcopy_acl): Likewise.
25153
25154 2008-06-08  Bruno Haible  <bruno@clisp.org>
25155
25156         Add support for Cygwin ACLs.
25157         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
25158         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
25159         the chmod_or_fchmod call.
25160         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
25161
25162 2008-06-08  Bruno Haible  <bruno@clisp.org>
25163
25164         Fix bug with setuid modes in Solaris 10+ code.
25165         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
25166         succeeded, when the mode contains some special bits.
25167
25168 2008-06-08  Bruno Haible  <bruno@clisp.org>
25169
25170         Add support for Solaris 7..10 ACLs.
25171         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
25172         declarations.
25173         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
25174         functions.
25175         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
25176         * lib/set-mode-acl.c (qset_acl): Likewise.
25177         * lib/copy-acl.c (qcopy_acl): Likewise.
25178
25179 2008-06-08  Bruno Haible  <bruno@clisp.org>
25180
25181         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
25182         declaration.
25183         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
25184         (acl_access_nontrivial): Remove MacOS X case.
25185         (file_has_acl): Use acl_extended_nontrivial.
25186         * lib/copy-acl.c (qcopy_acl): Likewise.
25187
25188 2008-06-08  Bruno Haible  <bruno@clisp.org>
25189
25190         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
25191
25192 2008-06-08  Jim Meyering  <meyering@redhat.com>
25193
25194         * modules/acl (Maintainer): Add Bruno Haible.
25195
25196 2008-06-07  Bruno Haible  <bruno@clisp.org>
25197
25198         Improve support for Tru64 ACLs.
25199         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
25200         ACL on OSF/1.
25201
25202 2008-06-07  Bruno Haible  <bruno@clisp.org>
25203
25204         Add support for MacOS X ACLs.
25205         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
25206         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
25207         * lib/set-mode-acl.c (qset_acl): Likewise.
25208         * lib/copy-acl.c (qcopy_acl): Likewise.
25209
25210 2008-06-07  Bruno Haible  <bruno@clisp.org>
25211
25212         Fix memory leak introduced on 2008-05-22.
25213         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
25214         use.
25215
25216 2008-06-07  Bruno Haible  <bruno@clisp.org>
25217
25218         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
25219         to construct an empty ACL.
25220
25221 2008-06-07  Bruno Haible  <bruno@clisp.org>
25222
25223         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
25224         precisely.
25225         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
25226
25227 2008-06-07  Bruno Haible  <bruno@clisp.org>
25228
25229         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
25230         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
25231
25232 2008-06-07  Bruno Haible  <bruno@clisp.org>
25233
25234         * doc/posix-functions/_setjmp.texi: Explain the use of this function
25235         regardless of POSIX.
25236         * doc/posix-functions/_longjmp.texi: Likewise.
25237         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
25238         SystemV platform in this case.
25239
25240 2008-06-06  Eric Blake  <ebb9@byu.net>
25241
25242         Document abort() bugs.
25243         * doc/posix-functions/abort.texi (abort): Mention anomalies.
25244
25245         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
25246         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
25247         sigsetjmp.
25248         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
25249         siglongjmp, but only as a macro.
25250         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
25251         is obsolete.
25252         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
25253
25254         Tweak documentation to cover cygwin argz bugs.
25255         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
25256         argz bug fix; no code change needed since no cygwin releases
25257         occurred between the last fix and the bug being tested.
25258         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
25259         module and recently fixed cygwin bugs.
25260         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
25261         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
25262         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
25263         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
25264         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
25265         Likewise.
25266         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
25267         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
25268         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
25269         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
25270         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
25271         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
25272         Likewise.
25273
25274         Avoid gcc warning on cygwin.
25275         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
25276         !ACL_NO_TRIVIAL]: Avoid unused variable.
25277
25278 2008-06-05  Eric Blake  <ebb9@byu.net>
25279
25280         Be tolerant of UNKNOWN version in gnulib-tool test dir.
25281         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
25282         git-version-gen fails to come up with a version.
25283         Reported by Simon Josefsson.
25284
25285 2008-06-05  Jim Meyering  <meyering@redhat.com>
25286             Paul Eggert  <eggert@cs.ucla.edu>
25287
25288         utimens.c: work around a probable Linux kernel bug
25289         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
25290         appears to be a kernel bug that causes utimensat to return 280
25291         instead of 0, indicating success.
25292
25293 2008-06-04  Bruno Haible  <bruno@clisp.org>
25294
25295         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
25296         2008-06-01 commit.
25297
25298 2008-06-04  Bruno Haible  <bruno@clisp.org>
25299
25300         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
25301         * lib/file-has-acl.c (acl_access_nontrivial): New function.
25302         (file_has_acl): Use it. Save errno afterwards.
25303         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
25304
25305 2008-06-03  Bruno Haible  <bruno@clisp.org>
25306
25307         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
25308         draft code. Simplify #ifs.
25309         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
25310         Put Solaris code after POSIX-draft code. Fix comments regarding
25311         Solaris 10, HP-UX. Mention Cygwin.
25312         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
25313
25314 2008-06-03  Eric Blake  <ebb9@byu.net>
25315
25316         Provide fallback for older kernels.
25317         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
25318         Provide runtime fallback if kernel lacks support.
25319         Reported by Mike Frysinger.
25320
25321 2008-06-02  Bruno Haible  <bruno@clisp.org>
25322
25323         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
25324         it exists.
25325
25326 2008-06-02  Bruno Haible  <bruno@clisp.org>
25327
25328         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
25329         * lib/copy-acl.c (qcopy_acl): Update comment.
25330
25331 2008-06-02  Bruno Haible  <bruno@clisp.org>
25332
25333         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
25334         like ACL APIs.
25335
25336 2008-06-02  Bruno Haible  <bruno@clisp.org>
25337
25338         * tests/test-file-has-acl.sh: Use different code for Cygwin.
25339         * tests/test-set-mode-acl.sh: Likewise.
25340         * tests/test-copy-acl.sh: Likewise.
25341         * tests/test-copy-file.sh: Likewise.
25342
25343 2008-06-02  Bruno Haible  <bruno@clisp.org>
25344
25345         * tests/test-file-has-acl.sh: Remove unused code.
25346
25347 2008-06-01  Bruno Haible  <bruno@clisp.org>
25348
25349         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
25350         (copy_acl): Just a wrapper around qcopy_acl that emits the error
25351         messages.
25352         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
25353
25354 2008-06-01  Bruno Haible  <bruno@clisp.org>
25355
25356         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
25357         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
25358         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
25359         APIs.
25360         * modules/acl-tests (configure.ac): Remove tests now contained in
25361         m4/acl.m4.
25362
25363 2008-06-02  Jim Meyering  <meyering@redhat.com>
25364
25365         announce-gen: use a better key-server host name
25366         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
25367         it may be more consistently reliable.  Suggested by Werner Koch
25368         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
25369
25370 2008-06-01  Bruno Haible  <bruno@clisp.org>
25371
25372         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
25373         Reported by Voroskoi Andras <voroskoi@gmail.com>.
25374
25375 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
25376
25377         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
25378
25379 2008-06-01  Bruno Haible  <bruno@clisp.org>
25380
25381         New ACL tests.
25382         * tests/test-file-has-acl.sh: New file.
25383         * tests/test-file-has-acl.c: New file.
25384         * tests/test-set-mode-acl.sh: New file.
25385         * tests/test-set-mode-acl.c: New file.
25386         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
25387         * tests/test-copy-acl.c: New file.
25388         * modules/acl-tests: New file, based on modules/copy-file-tests.
25389         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
25390         (Depends-on): Add acl-tests.
25391         (configure.ac): Remove checks.
25392         (Makefile.am): Don't create test-sameacls program here any more.
25393
25394 2008-06-01  Bruno Haible  <bruno@clisp.org>
25395
25396         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
25397         * tests/test-sameacls.c: Include progname.h.
25398         (main): Invoke set_program_name. Portability fixes for MacOS X,
25399         Solaris, HP-UX.
25400
25401 2008-06-01  Bruno Haible  <bruno@clisp.org>
25402
25403         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
25404         function.
25405         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
25406
25407 2008-06-01  Bruno Haible  <bruno@clisp.org>
25408
25409         * modules/rpmatch (Depends-on): Add strdup.
25410
25411 2008-06-01  Bruno Haible  <bruno@clisp.org>
25412
25413         * lib/pipe.c: Include unistd-safer.h.
25414         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
25415         * modules/pipe (Depends-on): Add unistd-safer.
25416
25417 2008-05-30  Simon Josefsson  <simon@josefsson.org>
25418
25419         * modules/autobuild (configure.ac): Call AB_INIT.
25420
25421 2008-05-30  Simon Josefsson  <simon@josefsson.org>
25422
25423         * tests/test-getaddrinfo.c: Don't print debug messages by default.
25424         Suggested by Bruno Haible <bruno@clisp.org>.
25425
25426 2008-05-30  Simon Josefsson  <simon@josefsson.org>
25427
25428         * tests/test-base64.c: Cast size_t to unsigned long when invoking
25429         printf.  Use %lu instead of %d.  Reported by Bruno Haible
25430         <bruno@clisp.org>.
25431
25432 2008-05-29  Eric Blake  <ebb9@byu.net>
25433
25434         Prefer new POSIX 200x interfaces over futimesat.
25435         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
25436         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
25437         when available.
25438         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
25439
25440 2008-05-28  Bruno Haible  <bruno@clisp.org>
25441
25442         * modules/stpcpy (License): Change to LGPLv2+.
25443         Requested by David Lutterkort <dlutter@redhat.com>.
25444
25445 2008-05-27  Bruno Haible  <bruno@clisp.org>
25446
25447         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
25448         current mingw.
25449         Reported by Jose E. Marchesi <jemarch@gnu.org>.
25450
25451 2008-05-27  Bruno Haible  <bruno@clisp.org>
25452
25453         * modules/iconv_open (Link): New section, from module 'iconv'.
25454         * modules/striconv (Link): Likewise.
25455         * modules/striconveh (Link): Likewise.
25456         * modules/xstriconv (Link): Likewise.
25457         * modules/unicodeio (Link): Likewise.
25458         * modules/propername (Link): Likewise.
25459         Reported by Jim Meyering.
25460
25461 2008-05-26  Jim Meyering  <meyering@redhat.com>
25462
25463         sha256: do not artificially restrict buffer length to be < 2^32
25464         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
25465         uint32_t to size_t.
25466         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
25467         to match.
25468
25469         avoid unaligned access errors, e.g., on sparc
25470         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
25471         direct access through a possibly-unaligned uint64* pointer.
25472         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
25473         direct access through a possibly-unaligned uint32* pointer.
25474         Prompted by this patch from Tom "spot" Callaway:
25475         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
25476
25477         sha512.c: fix typo in comment
25478         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
25479
25480 2008-05-25  Bruno Haible  <bruno@clisp.org>
25481
25482         * lib/set-mode-acl.c: Renamed from lib/acl.c.
25483         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
25484         (Makefile.am): Update lib_SOURCES.
25485
25486 2008-05-25  Bruno Haible  <bruno@clisp.org>
25487
25488         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
25489
25490 2008-05-25  Jim Meyering  <meyering@redhat.com>
25491
25492         useless-if-before-free: freed expr may have white-space differences
25493         * build-aux/useless-if-before-free: Recognize cases in which the
25494         freed expression differs from the tested one in embedded white
25495         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
25496         $1 was used, so we can't make any regexp shy.  Improved tests now
25497         detect this.
25498
25499         useless-if-before-free: accept white space in the expression.
25500         * build-aux/useless-if-before-free: For now, any white space
25501         in the expression must be identical in the free argument.
25502
25503         useless-if-before-free: efficiency tweak
25504         * build-aux/useless-if-before-free: Make the expression-matching
25505         regexp "shy".
25506         Make the *outer* regexp shy, not the expr-matching one.
25507
25508         update code-in-comment to accept cast of free arg
25509         * build-aux/useless-if-before-free: Update regexp.
25510
25511 2008-05-25  Bruno Haible  <bruno@clisp.org>
25512
25513         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
25514         * modules/copy-file-tests (Files, Makefile.am): Update.
25515         * tests/test-copy-file.c (func_test_copy): Update.
25516
25517 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
25518
25519         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
25520
25521 2008-05-23  Bruno Haible  <bruno@clisp.org>
25522
25523         Improve support for ACLs on OSF/1.
25524         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
25525         Remove fallback for unknown flavors of ACLs.
25526
25527 2008-05-22  Bruno Haible  <bruno@clisp.org>
25528
25529         Add support for ACLs on OSF/1.
25530         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
25531         replacements.
25532         (acl_free_text): New macro fallback.
25533         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
25534         acl_free.
25535         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
25536         acl_free_text function. Require AC_C_INLINE.
25537
25538 2008-05-22  Bruno Haible  <bruno@clisp.org>
25539
25540         Make copy_acl work on MacOS X 10.5.
25541         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
25542         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
25543         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
25544         If MODE_INSIDE_ACL, don't assume that every system has the same text
25545         representation for ACLs as FreeBSD.
25546         * lib/copy-acl.c (copy_acl): Add support for platforms with
25547         !MODE_INSIDE_ACL.
25548         * lib/file-has-acl.c (file_has_acl): Likewise.
25549         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
25550         FreeBSD, MacOS X, or IRIX, respectively.
25551
25552 2008-05-22  Bruno Haible  <bruno@clisp.org>
25553
25554         * lib/acl.h: Don't include <sys/acl.h>.
25555         (GETACLCNT): Move fallback to lib/acl-internal.h.
25556         * lib/acl-internal.h: Include <sys/acl.h> here.
25557         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
25558
25559 2008-05-22  Bruno Haible  <bruno@clisp.org>
25560
25561         Split off copy_acl function to separate file.
25562         * lib/copy-acl.c: New file, extracted from lib/acl.c.
25563         * lib/acl.c (copy_acl): Moved function to separate file.
25564         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
25565         * modules/acl (Files): Add lib/copy-acl.c.
25566         (Makefiles.am): Augment lib_SOURCES.
25567
25568 2008-05-22  Bruno Haible  <bruno@clisp.org>
25569
25570         * modules/copy-file-tests: New file.
25571         * tests/test-copy-file.sh: New file.
25572         * tests/test-copy-file.c: New file.
25573         * tests/test-copy-file-sameacls.c: New file.
25574
25575 2008-05-22  Eric Blake  <ebb9@byu.net>
25576
25577         Avoid gcc warning.
25578         * tests/test-memcmp.c (main): Pass NULL indirectly.
25579
25580 2008-05-21  Bruno Haible  <bruno@clisp.org>
25581
25582         Add reference doc about ACLs.
25583         * doc/acl-resources.txt: New file.
25584         * doc/acl-cygwin.txt: New file.
25585
25586 2008-05-21  Bruno Haible  <bruno@clisp.org>
25587
25588         Avoid one more warning from gcc.
25589         * lib/vasnprintf.c (IF_LINT): Update comments.
25590         (VASNPRINTF): Use it also for the 'prefix' array initializer.
25591
25592 2008-05-21  Jim Meyering  <meyering@redhat.com>
25593
25594         avoid a warning from gcc
25595         * lib/vasnprintf.c (IF_LINT): Define.
25596         (scale10_round_decimal_long_double):
25597         Use it to avoid a "may be used uninitialized" warning.
25598         (scale10_round_decimal_double): Likewise.
25599
25600 2008-05-21  Simon Josefsson  <simon@josefsson.org>
25601
25602         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
25603         declared.
25604
25605 2008-05-20  Bruno Haible  <bruno@clisp.org>
25606
25607         * tests/test-memcmp.c (main): Test also the sign of the result. Test
25608         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
25609
25610 2008-05-20  Simon Josefsson  <simon@josefsson.org>
25611
25612         * modules/memcmp-tests: New file.
25613         * tests/test-memcmp.c: New file.
25614
25615 2008-05-19  Bruno Haible  <bruno@clisp.org>
25616
25617         * modules/propername (Notice, configure.ac): Put quoted "..." into
25618         --keyword option.
25619         * lib/propername.h: Update comments accordingly.
25620         Reported by Eric Blake.
25621
25622 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
25623
25624         * modules/getpass-gnu (Depends-on): Add fseeko.
25625
25626 2008-05-19  Simon Josefsson  <simon@josefsson.org>
25627
25628         * modules/base64-tests: New file.
25629
25630 2008-05-19  Bo Borgerson <gigabo@gmail.com>
25631
25632         * lib/base64.c (base64_decode_ctx): If a decode context structure
25633         was passed in use it to ignore newlines.  If a context structure
25634         was _not_ passed in, continue to treat newlines as garbage (this
25635         is the historical behavior).  Formerly base64_decode.
25636         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
25637         takes a decode context structure.
25638         * lib/base64.h (base64_decode): Macro for four-argument calls.
25639         (base64_decode_alloc): Likewise.
25640         * lib/base64.c (base64_decode_ctx): If a decode context structure
25641         was passed in use it to ignore newlines.  If a context structure
25642         was _not_ passed in, continue to treat newlines as garbage (this
25643         is the historical behavior).  Formerly base64_decode.
25644         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
25645         takes a decode context structure.
25646         * lib/base64.h (base64_decode): Macro for four-argument calls.
25647         (base64_decode_alloc): Likewise.
25648
25649 2008-05-19  Jim Meyering  <meyering@redhat.com>
25650
25651         avoid a warning from gcc
25652         * lib/trim.c (IF_LINT): Define.
25653         (trim2): Use it to avoid a "may be used uninitialized" warning.
25654
25655         Fix doc typo.
25656         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
25657
25658 2008-05-19  Bruno Haible  <bruno@clisp.org>
25659
25660         * doc/glibc-functions/getpass.texi: Document limits of other
25661         implementations.
25662
25663 2008-05-19  Simon Josefsson  <simon@josefsson.org>
25664             Bruno Haible <bruno@clisp.org>
25665
25666         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
25667
25668 2008-05-18  Bruno Haible  <bruno@clisp.org>
25669
25670         * modules/propername: New file, from GNU gettext.
25671         * lib/propername.h: New file, from GNU gettext.
25672         * lib/propername.c: New file, from GNU gettext.
25673         * MODULES.html.sh (Internationalization functions): Add propername.
25674
25675 2008-05-16  Jim Meyering  <meyering@redhat.com>
25676             Bruno Haible  <bruno@clisp.org>
25677
25678         Avoid some warnings from "gcc -Wshadow".
25679         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
25680
25681 2008-05-15  Eric Blake  <ebb9@byu.net>
25682
25683         Extend previous patch to cygwin 1.7.0.
25684         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
25685         fast implementation in cygwin >= 1.7.0.
25686         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
25687         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
25688
25689 2008-05-15  Bruno Haible  <bruno@clisp.org>
25690
25691         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
25692         implementation in glibc >= 2.9.
25693         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
25694         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
25695
25696 2008-05-15  Bruno Haible  <bruno@clisp.org>
25697
25698         * MODULES.html.sh (Internationalization functions): Remove linebreak.
25699         (Unicode string functions): Add unilbrk/*.
25700         Reported by Karl Berry.
25701
25702 2008-05-15  Eric Blake  <ebb9@byu.net>
25703
25704         Fix violation of <stdbool.h> replacement in regex.
25705         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
25706         * lib/regexec.c (re_search_internal): Likewise.
25707         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
25708
25709 2008-05-15  Jim Meyering  <meyering@redhat.com>
25710
25711         avoid distracting test output when git or cvs is not found
25712         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
25713         * tests/test-vc-list-files-git.sh: Likewise.
25714
25715 2008-05-15  Eric Blake  <ebb9@byu.net>
25716
25717         Glibc finally accepted the memmem speedup code, bugzilla #5514.
25718         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
25719         glibc version.
25720         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
25721         * doc/posix-functions/strstr.texi (strstr): Likewise.
25722         * lib/str-two-way.h (MAX): Sychronize with glibc.
25723
25724 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
25725
25726         * lib/regcomp.c (optimize_utf8): Add a note on why we test
25727         opr.ctx_type.
25728         (calc_first): Initialize constraint field.
25729         (duplicate_node_closure): Use it instead of special casing ANCHORS.
25730         Fix grammar.
25731         (duplicate_node): Merge constraint field for all node types.
25732         (calc_eclosure_iter): Look at constraint field for all node types.
25733         * lib/regex_internal.c (create_cd_newstate): Don't look at
25734         opr.ctx_type.
25735
25736 2008-05-14  Bruno Haible  <bruno@clisp.org>
25737
25738         Help GCC to do better code generation.
25739         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
25740         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
25741         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
25742         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
25743         Declare with attribute 'malloc' if supported.
25744
25745 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
25746
25747         use "echo STR|wc -c" rather than unportable "expr length STR"
25748         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
25749         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
25750
25751 2008-05-14  Jim Meyering  <meyering@redhat.com>
25752
25753         use dd ibs=$n count=1 ... rather than less-portable head -c$n
25754         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
25755         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
25756         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
25757         via Collin Lasse.
25758
25759 2008-05-14  Eric Blake  <ebb9@byu.net>
25760
25761         Avoid quadratic growth in gl_LIBSOURCES.
25762         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
25763         Suggested by Bruno Haible.
25764
25765         Test xmemdup0.
25766         * modules/xmemdup0-tests: New file.
25767         * tests/test-xmemdup0.c: Likewise.
25768
25769 2008-05-13  Eric Blake  <ebb9@byu.net>
25770
25771         Split xmemdup0 into its own module.
25772         * modules/xmemdup0: New file.
25773         * lib/xmemdup0.h: Likewise.
25774         * lib/xmemdup0.c: Likewise.
25775         * MODULES.html.sh (Memory management functions): Add xmemdup0.
25776         * lib/xalloc.h (xmemdup0): Remove.
25777         * lib/xmalloc.c (xmemdup0): Likewise.
25778
25779 2008-05-13  Eric Blake  <ebb9@byu.net>
25780             Bruno Haible  <bruno@clisp.org>
25781
25782         Reduce number of forks required during autoconf.
25783         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
25784         and gl_LIBSOURCES_DIR.
25785         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
25786         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
25787         m4_syscmd per file.
25788         <m4_foreach_w>: Move...
25789         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
25790
25791 2008-05-13  Eric Blake  <ebb9@byu.net>
25792
25793         * gnulib-tool: Fix various comment typos.
25794
25795 2008-05-12  Bruno Haible  <bruno@clisp.org>
25796
25797         Tailor the linebreaking algorithm.
25798         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
25799
25800 2008-05-12  Bruno Haible  <bruno@clisp.org>
25801
25802         Update to Unicode 5.0.0.
25803         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
25804         LBP_JV, LBP_JT. Redistribute values.
25805         (unilbrk_table): Change size.
25806         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
25807         Unicode TR#14 rev. 22.
25808         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
25809         LBP_JV, LBP_JT. Redistribute values.
25810         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
25811         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
25812         Update.
25813         * lib/unilbrk/lbrkprop1.h: Regenerated.
25814         * lib/unilbrk/lbrkprop2.h: Regenerated.
25815         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
25816         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
25817         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
25818         Likewise.
25819         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
25820         Likewise.
25821         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
25822         result.
25823         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
25824         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
25825         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
25826         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
25827         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
25828         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
25829
25830 2008-05-11  Bruno Haible  <bruno@clisp.org>
25831
25832         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
25833
25834 2008-05-11  Bruno Haible  <bruno@clisp.org>
25835
25836         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
25837         * modules/unilbrk/gen-lbrk: New file.
25838
25839 2008-05-11  Bruno Haible  <bruno@clisp.org>
25840
25841         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
25842         * m4/sha512.m4 (gl_SHA512): Likewise.
25843
25844 2008-05-11  Jim Meyering  <meyering@redhat.com>
25845
25846         New modules: crypto/sha256, crypto/sha512 (from coreutils)
25847         * modules/crypto/sha256: New file.
25848         * modules/crypto/sha512: Likewise.
25849         * lib/sha256.c: Likewise.
25850         * lib/sha256.h: Likewise.
25851         * lib/sha512.c: Likewise.
25852         * lib/sha512.h: Likewise.
25853         * lib/u64.h: Likewise.
25854         * m4/sha256.m4: Likewise.
25855         * m4/sha512.m4: Likewise.
25856         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
25857
25858 2008-05-10  Bruno Haible  <bruno@clisp.org>
25859
25860         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
25861         (Input/Output <stdio.h>): Add xprintf.
25862         (Signal handling <signal.h>): Add strsignal.
25863         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
25864         (Core language properties): Add func.
25865         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
25866         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
25867         strings.
25868         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
25869         (Input/output): New section.
25870         (File system functions): Add openat-die, stat-macros.
25871         (Networking functions): Add sockets.
25872         (Unicode string functions): Add unictype/*.
25873         (Support for building libraries and executables): Add gperf.
25874         (Support for building documentation): Add agpl-3.0.
25875         (Misc): Add nocrash.
25876
25877 2008-05-10  Bruno Haible  <bruno@clisp.org>
25878
25879         * modules/unictype/gen-ctype: New file.
25880
25881 2008-05-10  Jim Meyering  <meyering@redhat.com>
25882
25883         Make chdir-safer.c more efficient on a system with no symlinks.
25884         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
25885         also if ELOOP is zero.  Suggested by Bruno Haible.
25886
25887         Make chdir-safer.c slightly safer.
25888         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
25889         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
25890
25891         Avoid compile failure on systems without ELOOP (like mingw).
25892         * lib/chdir-safer.c (ELOOP): Define if not already defined.
25893         Reported by Bruno Haible.
25894
25895 2008-05-10  Bruno Haible  <bruno@clisp.org>
25896
25897         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
25898         (is_utf8_encoding): Use a case-insensitive comparison.
25899         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
25900         streq.
25901
25902 2008-05-10  Bruno Haible  <bruno@clisp.org>
25903
25904         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
25905         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
25906         * lib/unilbrk/ulc-common.h (iconv_string_length,
25907         iconv_string_keeping_offsets): Remove declarations.
25908         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
25909         Don't include <iconv.h>, streq.h, xsize.h.
25910         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
25911         conversion.
25912         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
25913         <iconv.h>, streq.h, xsize.h.
25914         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
25915         conversion.
25916         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
25917         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
25918         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
25919         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
25920
25921 2008-05-10  Bruno Haible  <bruno@clisp.org>
25922
25923         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
25924         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
25925
25926         * modules/unilbrk/u32-width-linebreaks-tests: New file.
25927         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
25928
25929         * modules/unilbrk/u16-width-linebreaks-tests: New file.
25930         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
25931
25932         * modules/unilbrk/u8-width-linebreaks-tests: New file.
25933         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
25934
25935         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
25936         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
25937
25938         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
25939         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
25940
25941         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
25942         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
25943
25944         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
25945         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
25946
25947 2008-05-10  Bruno Haible  <bruno@clisp.org>
25948
25949         Split up 'linebreak' module.
25950         * lib/unilbrk.h: New file, based on lib/linebreak.h.
25951         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
25952         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
25953         modifications.
25954         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
25955         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
25956         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
25957         lib/linebreak.c.
25958         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
25959         lib/linebreak.c.
25960         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
25961         lib/linebreak.c.
25962         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
25963         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
25964         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
25965         lib/linebreak.c.
25966         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
25967         lib/linebreak.c.
25968         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
25969         lib/linebreak.c.
25970         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
25971         lib/linebreak.c.
25972         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
25973         lib/linebreak.c.
25974         * modules/unilbrk/base: New file.
25975         * modules/unilbrk/tables: New file.
25976         * modules/unilbrk/u8-possible-linebreaks: New file.
25977         * modules/unilbrk/u16-possible-linebreaks: New file.
25978         * modules/unilbrk/u32-possible-linebreaks: New file.
25979         * modules/unilbrk/ulc-common: New file.
25980         * modules/unilbrk/ulc-possible-linebreaks: New file.
25981         * modules/unilbrk/u8-width-linebreaks: New file.
25982         * modules/unilbrk/u16-width-linebreaks: New file.
25983         * modules/unilbrk/u32-width-linebreaks: New file.
25984         * modules/unilbrk/ulc-width-linebreaks: New file.
25985         * lib/linebreak.h: Remove file.
25986         * lib/linebreak.c: Remove file.
25987         * m4/linebreak.m4: Remove file.
25988         * modules/linebreak: Remove file.
25989         * NEWS: Mention the changes.
25990
25991 2008-05-09  Eric Blake  <ebb9@byu.net>
25992
25993         Add xmemdup0.
25994         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
25995         implementation.
25996         * lib/xmalloc.c (xmemdup0): New C implementation.
25997
25998 2008-05-08  Bruno Haible  <bruno@clisp.org>
25999
26000         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
26001
26002 2008-05-07  Eric Blake  <ebb9@byu.net>
26003
26004         Support cross-compilation of <wctype.h>.
26005         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
26006         AC_CACHE_CHECK.
26007
26008 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
26009
26010         * build-aux/vc-list-files: Add support for bzr.
26011
26012 2008-05-03  Jim Meyering  <meyering@redhat.com>
26013
26014         avoid failed assertion with tight malloc
26015         * tests/test-getndelim2.c: Correct an off-by-one assertion.
26016
26017 2008-05-03  Simon Josefsson  <simon@josefsson.org>
26018
26019         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
26020         are needed from arpa/inet.h.
26021         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
26022         Reported by Bruno Haible.
26023
26024 2008-05-02  Jim Meyering  <meyering@redhat.com>
26025
26026         avoid compilation error on FreeBSD 6
26027         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
26028
26029 2008-05-01  Jim Meyering  <meyering@redhat.com>
26030
26031         useless-if-before-free: correct --help's exit status description
26032         * build-aux/useless-if-before-free (usage): Like grep, exit 0
26033         for one or more matches, etc.  Reported by Bruno Haible.
26034
26035         vc-list-files: make the stand-alone gnulib test work
26036         * modules/vc-list-files-tests (configure.ac):
26037         Define and AC_SUBST abs_aux_dir.
26038         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
26039         $(abs_top_srcdir) to each script and having each of them
26040         duplicate the work of setting PATH, set PATH here, using
26041         the new variable, abs_aux_dir instead.
26042         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
26043         * tests/test-vc-list-files-git.sh: Likewise.
26044         Reported by Bruno Haible.
26045
26046 2008-05-01  Bruno Haible  <bruno@clisp.org>
26047
26048         * lib/getndelim2.c (getndelim2): Fix newsize computation during
26049         reallocation. Rename 'done' to 'found_delimiter'.
26050
26051 2008-05-01  Jim Meyering  <meyering@redhat.com>
26052
26053         vc-list-files: accommodate /bin/sh like the one from Solaris 10
26054         * build-aux/vc-list-files: Use `...`, not $(...).
26055
26056 2008-04-30  Jim Meyering  <meyering@redhat.com>
26057
26058         add tests for vc-list-files
26059         * modules/vc-list-files-tests: New module.
26060         * tests/test-vc-list-files-cvs.sh: New file.
26061         * tests/test-vc-list-files-git.sh: New file.
26062
26063         avoid a warning from gcc
26064         * lib/getndelim2.c (IF_LINT): Define.
26065         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
26066
26067         vc-list-files: work properly with build-aux/cvsu, too
26068         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
26069         to all cvs-based clauses.
26070
26071         vc-list-files: work properly in the CVS+awk case, too
26072         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
26073
26074         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
26075         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
26076         take more than one file argument, so .  Add quotes, just in case $dir
26077         ever contains a shell meta-character.  Prompted by Soren Hansen in
26078         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
26079
26080 2008-04-29  Eric Blake  <ebb9@byu.net>
26081
26082         Optimize getndelim2 to use block operations when possible.
26083         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
26084         freadseek, and memchr2.
26085         * lib/getndelim2.c (getndelim2): Use them for block reads.
26086
26087 2008-04-29  Bruno Haible  <bruno@clisp.org>
26088
26089         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
26090         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
26091         * modules/inet_ntop (Depends-on): Add extensions.
26092         * modules/inet_pton (Depends-on): Likewise.
26093         Reported by Simon Josefsson.
26094
26095 2008-04-29  Jim Meyering  <meyering@redhat.com>
26096
26097         When the is more than one match in a block, match all of them.
26098         * build-aux/useless-if-before-free: Iterate through each block
26099         until there are no more matches.
26100
26101         Fix broken useless-if-before-free script.
26102         * build-aux/useless-if-before-free: Fix typo: missing "?" after
26103         the expression to match cast of argument to free-like function.
26104
26105 2008-04-29  Eric Blake  <ebb9@byu.net>
26106
26107         Use new header.
26108         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
26109
26110 2008-04-29  Jim Meyering  <meyering@redhat.com>
26111
26112         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
26113         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
26114         by gnulib to exist and to declare e.g., inet_ntop.
26115         Don't include "inet_ntop.h", now removed.
26116
26117         * m4/arpa_inet_h.m4: Remove trailing blanks.
26118
26119 2008-04-29  Eric Blake  <ebb9@byu.net>
26120
26121         Silence valgrind on safe reads beyond potential array bounds.
26122         * lib/rawmemchr.valgrind: New file.
26123         * lib/strchrnul.valgrind: Likewise.
26124         * modules/rawmemchr (Files): Distribute new file.
26125         * modules/strchrnul (Files): Likewise.
26126         Suggested by Bruno Haible.
26127
26128 2008-04-29  Bruno Haible  <bruno@clisp.org>
26129
26130         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
26131         (inet_ntop, inet_pton): Change portability warning's wording.
26132         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
26133         Invoke gl_CHECK_NEXT_HEADERS.
26134         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
26135         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
26136         set ARPA_INET_H.
26137         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
26138         * modules/arpa_inet (Description): No longer only for systems that
26139         lack it.
26140         (Depends-on): Add include_next.
26141         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
26142         HAVE_ARPA_INET_H.
26143
26144 2008-04-29  Jim Meyering  <meyering@redhat.com>
26145
26146         * modules/mkdir (License): Re-license as LGPLv2+.
26147
26148 2008-04-29  Bruno Haible  <bruno@clisp.org>
26149
26150         * modules/rawmemchr (Maintainer): Set to Eric.
26151         * modules/strchrnul (Maintainer): Likewise.
26152
26153 2008-04-29  Simon Josefsson  <simon@josefsson.org>
26154
26155         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
26156         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
26157
26158         * modules/arpa_inet (arpa/inet.h): Use them.
26159
26160 2008-04-28  Eric Blake  <ebb9@byu.net>
26161
26162         Test getndelim2.
26163         * modules/getndelim2-tests: New file.
26164         * tests/test-getndelim2.c: Likewise.
26165         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
26166         stream.
26167         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
26168
26169         * MODULES.html.sh: Document new module.
26170
26171 2008-04-20  Bruno Haible  <bruno@clisp.org>
26172
26173         * lib/c-stack.c (die): Use raise.
26174         * modules/c-stack (Depends-on): Add raise.
26175
26176 2008-04-28  Bruno Haible  <bruno@clisp.org>
26177
26178         Expect rpmatch to be declared.
26179         * lib/yesno.c (rpmatch): Remove declaration.
26180
26181         Declare rpmatch.
26182         * lib/stdlib.in.h (rpmatch): New declaration.
26183         * lib/rpmatch.c: Include <stdlib.h> first.
26184         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
26185         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
26186         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
26187         HAVE_RPMATCH.
26188         * modules/rpmatch (Depends-on): Add stdlib, extensions.
26189         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
26190         (Include): Set to <stdlib.h>.
26191         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
26192         HAVE_RPMATCH.
26193         * NEWS: Document the change.
26194
26195 2008-04-28  Bruno Haible  <bruno@clisp.org>
26196
26197         Change rpmatch to use nl_langinfo when appropriate.
26198         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
26199         (N_): New macro.
26200         (localized_pattern): New function/macro.
26201         (try): Remove match, nomatch arguments. Copy the pattern into safe
26202         memory before caching it.
26203         (rpmatch): Use localized_pattern. Add translator comments.
26204         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
26205         Suggested by Eric Blake.
26206         * modules/rpmatch (Depends-on): Add stdbool.
26207
26208 2008-04-28  Eric Blake  <ebb9@byu.net>
26209
26210         Add rawmemchr module, matching glibc.
26211         * modules/string (Makefile.am): New indicator.
26212         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
26213         * lib/string.in.h (rawmemchr): Declare when appropriate.
26214         * modules/rawmemchr: New file.
26215         * m4/rawmemchr.m4: Likewise.
26216         * lib/rawmemchr.c: Likewise.
26217         * modules/rawmemchr-tests: Likewise.
26218         * tests/test-rawmemchr.c: Likewise.
26219         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
26220         module.
26221         * modules/strchrnul (Depends-on): Add rawmemchr.
26222         * lib/strchrnul.c (strchrnul): Optimize a corner case.
26223
26224         Whitespace cleanup.
26225         * tests/test-strchrnul.c: Reindent.
26226         * lib/strchrnul.c: Likewise.
26227
26228         Optimize and test strchrnul.
26229         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
26230         * modules/strchrnul-tests: New file.
26231         * tests/test-strchrnul.c: Likewise.
26232
26233         Remove intprops dependency.
26234         * modules/memchr (Depends-on): Remove intprops.
26235         * modules/memrchr (Depends-on): Likewise.
26236         * modules/memchr2 (Depends-on): Likewise.
26237         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
26238         * lib/memrchr.c (__memrchr): Likewise.
26239         * lib/memrchr2.c (memchr2): Likewise.
26240         Reported by Simon Josefsson.
26241
26242 2008-04-28  Simon Josefsson  <simon@josefsson.org>
26243
26244         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
26245         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26246
26247 2008-04-28  Simon Josefsson  <simon@josefsson.org>
26248
26249         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
26250
26251         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
26252
26253         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
26254
26255         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
26256         declarations.
26257         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
26258
26259         * m4/inet_pton.m4: Don't check for header files.
26260
26261         * m4/inet_ntop.m4: Don't check for header files.
26262
26263 2008-04-28  Simon Josefsson  <simon@josefsson.org>
26264
26265         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
26266         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
26267         trigger for cygwin).
26268         Reported by Bruno Haible  <bruno@clisp.org>.
26269
26270 2008-04-28  Bruno Haible  <bruno@clisp.org>
26271
26272         * doc/posix-functions/strdup.texi: Mention mingw problem.
26273
26274 2008-04-27  Bruno Haible  <bruno@clisp.org>
26275
26276         * modules/stat-time-tests (Depends-on): Add sleep.
26277         * tests/test-stat-time.c (force_unlink): New function.
26278         (cleanup): Use it.
26279         (test_mtime): Remove the ctime related tests.
26280         (test_ctime): New function, containing the ctime related tests.
26281         (main): Call test_ctime, except on native Windows platforms.
26282
26283 2008-04-27  Bruno Haible  <bruno@clisp.org>
26284
26285         * lib/rpmatch.c (rpmatch): Add some comments.
26286         Reported by James Youngman <jay@gnu.org>.
26287
26288 2008-04-27  Bruno Haible  <bruno@clisp.org>
26289
26290         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
26291         quiet NaNs.
26292
26293 2008-04-27  Bruno Haible  <bruno@clisp.org>
26294
26295         Make test-yesno.sh work on mingw.
26296         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
26297         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
26298         (main): Set stdin to binary mode.
26299         * modules/yesno-tests (Depends-on): Add binary-io.
26300
26301 2008-04-27  Bruno Haible  <bruno@clisp.org>
26302
26303         Fix 'isfinite' on x86, x86_64, ia64 platforms.
26304         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
26305         argument that lie outside the IEEE 854 domain.
26306         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
26307         (gl_ISFINITE): Use it.
26308         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
26309
26310 2008-04-27  Bruno Haible  <bruno@clisp.org>
26311
26312         Allow local renaming in config.h.
26313         * lib/memrchr.c (memrchr): Don't undefine outside libc.
26314
26315 2008-04-27  Bruno Haible  <bruno@clisp.org>
26316
26317         * lib/memchr.c (__memchr): Change type of 'i'.
26318         * lib/memchr2.c (memchr2): Likewise.
26319
26320 2008-04-26  Eric Blake  <ebb9@byu.net>
26321         and Bruno Haible  <bruno@clisp.org>
26322
26323         Optimize and test memrchr.
26324         * modules/memrchr (Depends-on): Add intprops.
26325         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
26326         * modules/memrchr-tests: New file.
26327         * tests/test-memrchr.c: New file.
26328
26329 2008-04-26  Bruno Haible  <bruno@clisp.org>
26330
26331         Add tentative support for DragonFly BSD.
26332         * lib/stdio-impl.h: Add macros for DragonFly BSD.
26333         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
26334         fp.
26335         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
26336         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
26337         * lib/fpurge.c (fpurge): Likewise.
26338         * lib/freadable.c (freaadable): Likewise.
26339         * lib/freadahead.c (freadahead): Likewise.
26340         * lib/freading.c (freading): Likewise.
26341         * lib/freadptr.c (freadptr): Likewise.
26342         * lib/freadseek.c (freadptrinc): Likewise.
26343         * lib/fseeko.c (fseeko): Likewise.
26344         * lib/fseterr.c (fseterr): Likewise.
26345         * lib/fwritable.c (fwritable): Likewise.
26346         * lib/fwriting.c (fwriting): Likewise.
26347
26348 2008-04-26  Bruno Haible  <bruno@clisp.org>
26349
26350         * lib/stdio-impl.h: New file.
26351         * lib/fbufmode.c: Include stdio-impl.h.
26352         (fbufmode): Use fp_, remove redundant #defines.
26353         * lib/fflush.c: Include stdio-impl.h.
26354         (clear_ungetc_buffer): Remove redundant #defines.
26355         * lib/fpurge.c: Include stdio-impl.h.
26356         (fpurge): Remove redundant #defines.
26357         * lib/freadable.c: Include stdio-impl.h.
26358         (freadable): Remove redundant #defines.
26359         * lib/freadahead.c: Include stdio-impl.h.
26360         (freadahead): Remove redundant #defines.
26361         * lib/freading.c: Include stdio-impl.h.
26362         (freading): Remove redundant #defines.
26363         * lib/freadptr.c: Include stdio-impl.h.
26364         (freadptr): Remove redundant #defines.
26365         * lib/freadseek.c: Include stdio-impl.h.
26366         (freadptrinc): Remove redundant #defines.
26367         * lib/fseeko.c: Include stdio-impl.h.
26368         (rpl_fseeko): Remove redundant #defines.
26369         * lib/fseterr.c: Include stdio-impl.h.
26370         (fseterr): Remove redundant #defines.
26371         * lib/fwritable.c: Include stdio-impl.h.
26372         (fwritable: Remove redundant #defines.
26373         * lib/fwriting.c: Include stdio-impl.h.
26374         (fwriting): Remove redundant #defines.
26375         * modules/fbufmode (Files): Add lib/stdio-impl.h.
26376         * modules/fflush (Files): Likewise.
26377         * modules/fpurge (Files): Likewise.
26378         * modules/freadable (Files): Likewise.
26379         * modules/freadahead (Files): Likewise.
26380         * modules/freading (Files): Likewise.
26381         * modules/freadptr (Files): Likewise.
26382         * modules/freadseek (Files): Likewise.
26383         * modules/fseeko (Files): Likewise.
26384         * modules/fseterr (Files): Likewise.
26385         * modules/fwritable (Files): Likewise.
26386         * modules/fwriting (Files): Likewise.
26387
26388 2008-04-26  Bruno Haible  <bruno@clisp.org>
26389
26390         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
26391         restore_seek_optimization, update_fpos_cache): New functions, extracted
26392         from rpl_fflush.
26393         (rpl_fflush): Use them.
26394         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
26395         (gl_REPLACE_FFLUSH): Use it.
26396
26397 2008-04-26  Bruno Haible  <bruno@clisp.org>
26398
26399         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
26400         on Solaris.
26401         * tests/test-xstrtoimax.sh: Likewise.
26402         * tests/test-xstrtoumax.sh: Likewise.
26403         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26404
26405 2008-04-26  Bruno Haible  <bruno@clisp.org>
26406
26407         * modules/memchr-tests: New file.
26408         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
26409
26410 2008-04-26  Eric Blake  <ebb9@byu.net>
26411             Bruno Haible  <bruno@clisp.org>
26412
26413         * lib/memchr.c: Include intprops.h.
26414         (__memchr): Optimize parallel detection of matching bytes. Rename local
26415         variables. Add explanatory comments.
26416
26417 2008-04-26  Bruno Haible  <bruno@clisp.org>
26418
26419         Fix module 'memchr', broken since 2000-10-28.
26420         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
26421
26422 2008-04-26  Bruno Haible  <bruno@clisp.org>
26423
26424         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
26425         comments.
26426
26427 2008-04-25  Eric Blake  <ebb9@byu.net>
26428
26429         Use native fstatat on cygwin 1.7.0.
26430         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
26431         first.
26432
26433 2008-04-23  Eric Blake  <ebb9@byu.net>
26434
26435         Improve memchr2 performance.
26436         * lib/memchr2.c (memchr2): Further optimize parallel detection of
26437         NUL bytes.
26438         * modules/memchr2 (Depends-on): Use intprops.h.
26439
26440 2008-04-23  Simon Josefsson  <simon@josefsson.org>
26441
26442         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
26443         an inline function instead of a CPP macro.  Patch by Ben Pfaff
26444         <blp@cs.stanford.edu>.
26445
26446 2008-04-23  Simon Josefsson  <simon@josefsson.org>
26447
26448         * lib/arpa_inet.in.h: New file.
26449
26450         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
26451         (Makefile.am): Sed in substitute header file.
26452
26453         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
26454         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
26455
26456         * modules/inet_ntop (configure.ac): Use
26457         gl_ARPA_INET_MODULE_INDICATOR.
26458
26459         * modules/inet_pton (configure.ac): Use
26460         gl_ARPA_INET_MODULE_INDICATOR.
26461
26462 2008-04-22  Jim Meyering  <meyering@redhat.com>
26463
26464         * modules/verify (License): Re-license as LGPLv2+.
26465
26466 2008-04-22  Simon Josefsson  <simon@josefsson.org>
26467
26468         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
26469         parameter to void* as per POSIX standard (MinGW uses char*).
26470
26471 2008-04-21  Bruno Haible  <bruno@clisp.org>
26472
26473         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
26474         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
26475         Define to replacements if REPLACE_ISWCNTRL is 1.
26476         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
26477         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
26478         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
26479         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
26480         what it fixes.
26481         * doc/posix-functions/iswalpha.texi: Likewise.
26482         * doc/posix-functions/iswblank.texi: Likewise.
26483         * doc/posix-functions/iswcntrl.texi: Likewise.
26484         * doc/posix-functions/iswdigit.texi: Likewise.
26485         * doc/posix-functions/iswgraph.texi: Likewise.
26486         * doc/posix-functions/iswlower.texi: Likewise.
26487         * doc/posix-functions/iswprint.texi: Likewise.
26488         * doc/posix-functions/iswpunct.texi: Likewise.
26489         * doc/posix-functions/iswspace.texi: Likewise.
26490         * doc/posix-functions/iswupper.texi: Likewise.
26491         * doc/posix-functions/iswxdigit.texi: Likewise.
26492         Reported by Alain Guibert.
26493
26494 2008-04-21  Bruno Haible  <bruno@clisp.org>
26495
26496         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
26497         Patch by Alain Guibert.
26498
26499 2008-04-21  Bruno Haible  <bruno@clisp.org>
26500
26501         Fix test failures on mingw.
26502         * tests/test-xstrtol.c (print_no_progname): New function.
26503         (main): Install it in error_print_progname hook.
26504         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
26505         * tests/test-xstrtoimax.sh: Likewise.
26506         * tests/test-xstrtoumax.sh: Likewise.
26507
26508 2008-04-21  Bruno Haible  <bruno@clisp.org>
26509
26510         Fix test failure on mingw.
26511         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
26512
26513 2008-04-21  Bruno Haible  <bruno@clisp.org>
26514
26515         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
26516         Actually assign a value.
26517
26518 2008-04-20  Bruno Haible  <bruno@clisp.org>
26519
26520         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
26521         take 2.
26522         * lib/canonicalize.c (canonicalize_file_name): Elide if the
26523         'canonicalize-lgpl' module is also used.
26524         * lib/canonicalize-lgpl.c: Undo last change.
26525         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
26526
26527 2008-04-20  Bruno Haible  <bruno@clisp.org>
26528
26529         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
26530         config.h. Provide _mkdir based fallback for mingw.
26531         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
26532         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
26533         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
26534         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
26535         rather than defining mkdir in config.h.
26536         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
26537         (gl_SYS_STAT_H_DEFAULTS): New macro.
26538         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
26539         HAVE_IO_H any more.
26540         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
26541         HAVE_DECL_MKDIR and HAVE_IO_H.
26542
26543 2008-04-20  Bruno Haible  <bruno@clisp.org>
26544
26545         * lib/isapipe.c: Port to native Windows platforms.
26546
26547 2008-04-20  Bruno Haible  <bruno@clisp.org>
26548
26549         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
26550
26551 2008-04-21  Eric Blake  <ebb9@byu.net>
26552
26553         Work around preprocessors that don't handle UINTMAX_MAX.
26554         * lib/memchr2.c (memchr2): Avoid embedded #if.
26555         Reported by Alain Guibert, fix suggested by Bruno Haible.
26556
26557 2008-04-21  Simon Josefsson  <simon@josefsson.org>
26558
26559         * doc/posix-functions/strftime.texi (strftime): Explain better
26560         Windows incompatibility.  Suggested by Micah Cowan
26561         <micah@cowan.name>.
26562
26563 2008-04-20  Bruno Haible  <bruno@clisp.org>
26564
26565         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
26566         unistr/u8-mblen.
26567
26568 2008-04-20  Bruno Haible  <bruno@clisp.org>
26569
26570         Fix test failure on platforms with non-GNU iconv.
26571         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
26572         (U_TO_U8): Use it, rather than u16_to_u8.
26573         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
26574         units at the end of the input string.
26575         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
26576
26577 2008-04-20  Bruno Haible  <bruno@clisp.org>
26578
26579         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
26580         when the resulting length is 0.
26581         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
26582
26583 2008-04-20  Bruno Haible  <bruno@clisp.org>
26584
26585         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
26586         works.
26587         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
26588
26589 2008-04-20  Bruno Haible  <bruno@clisp.org>
26590
26591         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
26592         * modules/tsearch-tests (configure.ac): Test for initstate function.
26593
26594 2008-04-20  Bruno Haible  <bruno@clisp.org>
26595
26596         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
26597         for nlink_t if missing.
26598         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
26599
26600 2008-04-19  Bruno Haible  <bruno@clisp.org>
26601
26602         Work around snprintf bug on Linux libc5.
26603         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
26604         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
26605         gl_SNPRINTF_SIZE1.
26606         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
26607         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
26608         that test failed.
26609         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
26610         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
26611         * modules/snprintf (Files): Add m4/printf.m4.
26612         * modules/vsnprintf (Files): Likewise.
26613         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
26614         * doc/posix-functions/vsnprintf.texi: Likewise.
26615
26616 2008-04-19  Bruno Haible  <bruno@clisp.org>
26617
26618         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
26619         from 0.0058 to less than 10^-7.
26620
26621 2008-04-19  Bruno Haible  <bruno@clisp.org>
26622
26623         Fix rounding when a precision is given.
26624         * lib/vasnprintf.c (is_borderline): New function.
26625         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
26626         9...9x.
26627         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
26628         %e, %g.
26629         * tests/test-vasprintf-posix.c (test_function): Likewise.
26630         * tests/test-snprintf-posix.h (test_function): Likewise.
26631         * tests/test-sprintf-posix.h (test_function): Likewise.
26632         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
26633         * tests/test-printf-posix.h (test_function): Likewise.
26634         * tests/test-printf-posix.output: Update.
26635         Reported by John Darrington <john@darrington.wattle.id.au> via
26636         Ben Pfaff <blp@cs.stanford.edu>.
26637
26638 2008-04-18  Simon Josefsson  <simon@josefsson.org>
26639
26640         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
26641         Suggested by Bruno Haible <bruno@clisp.org>.
26642
26643 2008-04-17  Bruno Haible  <bruno@clisp.org>
26644
26645         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
26646         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
26647         implementation.
26648         Patch by Bruce Merry <bmerry@gmail.com>.
26649
26650 2008-04-17  Simon Josefsson  <simon@josefsson.org>
26651
26652         * doc/posix-functions/strftime.texi (strftime): Mention that %e
26653         doesn't work under Windows.
26654
26655 2008-04-16  Bruno Haible  <bruno@clisp.org>
26656
26657         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
26658         New macros.
26659         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
26660         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
26661         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
26662         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
26663         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
26664         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
26665         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
26666         macros.
26667         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
26668         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
26669         Northern Sotho, Uighur.
26670
26671 2008-04-16  Bruno Haible  <bruno@clisp.org>
26672
26673         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
26674         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
26675         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
26676         Reported by Daniel Bergström <daniel@octocode.com>.
26677
26678 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
26679             Bruno Haible  <bruno@clisp.org>
26680
26681         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
26682         function.
26683         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
26684         New functions, mostly extracted from gl_locale_name_default.
26685         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
26686
26687 2008-04-16  Eric Blake  <ebb9@byu.net>
26688
26689         Adjust strtod detection to catch glibc 2.7 bug.
26690         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
26691         Reported by John Gatewood Ham.
26692
26693 2008-04-16  Bruno Haible  <bruno@clisp.org>
26694
26695         Add tentative support for Linux libc5.
26696         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
26697         * lib/fpurge.c (fpurge): Likewise.
26698         * lib/freadable.c (freadable): Likewise.
26699         * lib/freadahead.c (freadahead): Likewise.
26700         * lib/freading.c (freading): Likewise.
26701         * lib/freadptr.c (freadptr): Likewise.
26702         * lib/freadseek.c (freadptrinc): Likewise.
26703         * lib/fseeko.c (rpl_fseeko): Likewise.
26704         * lib/fseterr.c (fseterr): Likewise.
26705         * lib/fwritable.c (fwritable): Likewise.
26706         * lib/fwriting.c (fwriting): Likewise.
26707         Reported by Alain Guibert <alguibert+bts@free.fr>.
26708
26709 2008-04-15  Bruno Haible  <bruno@clisp.org>
26710
26711         * modules/mathl (configure.ac): Define module indicator.
26712
26713 2008-04-15  Bruno Haible  <bruno@clisp.org>
26714
26715         * lib/logl.c (logl): Remove unused variables.
26716
26717 2008-04-15  Bruno Haible  <bruno@clisp.org>
26718
26719         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
26720         fails.
26721
26722 2008-04-15  Bruno Haible  <bruno@clisp.org>
26723
26724         * lib/trim.c (trim2): Fix argument of isspace() macro.
26725
26726 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
26727
26728         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
26729         to 0.
26730         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
26731
26732 2008-04-14  Bruno Haible  <bruno@clisp.org>
26733
26734         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
26735         AC_LANG_PROGRAM argument.
26736         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
26737         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
26738         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
26739         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
26740         * m4/math_h.m4 (gl_MATH_H): Likewise.
26741         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
26742         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
26743         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
26744         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
26745         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
26746         * m4/regex.m4 (gl_REGEX): Likewise.
26747         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
26748         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
26749         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
26750         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
26751         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
26752         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
26753         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
26754         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
26755
26756 2008-04-14  Jim Meyering  <meyering@redhat.com>
26757
26758         test-strtod: fix typos: s/abs/fabs/
26759         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
26760
26761 2008-04-13  Bruno Haible  <bruno@clisp.org>
26762
26763         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
26764         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
26765         module is also used and while not building the reloc-wrapper.
26766
26767 2008-04-13  Bruno Haible  <bruno@clisp.org>
26768
26769         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
26770
26771 2008-04-13  Bruno Haible  <bruno@clisp.org>
26772
26773         Fix AIX compilation failure introduced on 2008-04-02.
26774         * tests/test-frexp.c (exp): Undefine before redefining.
26775         * tests/test-frexpl.c (exp): Likewise.
26776
26777 2008-04-13  Bruno Haible  <bruno@clisp.org>
26778
26779         Work around a HP-UX stdio bug.
26780         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
26781         * tests/test-ftello.c (main): Likewise.
26782         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
26783         * doc/posix-functions/ftello.texi: Likewise.
26784
26785 2008-04-13  Bruno Haible  <bruno@clisp.org>
26786
26787         Make test-signbit pass on HP-UX/hppa.
26788         * tests/test-signbit.c (minus_zerol): New variable.
26789         (test_signbitl): Use it.
26790
26791 2008-04-13  Bruno Haible  <bruno@clisp.org>
26792
26793         Make truncl work on OSF/1 4.0.
26794         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
26795         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
26796         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
26797         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
26798         HAVE_DECL_TRUNCL.
26799         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
26800         HAVE_DECL_TRUNCL.
26801         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
26802
26803 2008-04-13  Bruno Haible  <bruno@clisp.org>
26804
26805         * lib/unictype.h: Remove trailing comma from enumeration definitions.
26806
26807 2008-04-13  Bruno Haible  <bruno@clisp.org>
26808
26809         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
26810         expression, so as to avoid HP-UX 11 cc compiler bug.
26811
26812 2008-04-13  Bruno Haible  <bruno@clisp.org>
26813
26814         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
26815
26816 2008-04-13  Bruno Haible  <bruno@clisp.org>
26817
26818         * lib/git-merge-changelog.c: Remove empty declaration outside of
26819         functions.
26820
26821 2008-04-13  Bruno Haible  <bruno@clisp.org>
26822
26823         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
26824
26825 2008-04-13  Bruno Haible  <bruno@clisp.org>
26826
26827         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
26828         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
26829         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
26830         also if it exists but lacks definitions of the SHUT_* macros.
26831         * modules/sys_socket (Description): Update.
26832         Reported by Elbert Pol <e.pol@chello.nl>.
26833
26834 2008-04-13  Bruno Haible  <bruno@clisp.org>
26835
26836         * lib/localcharset.c (OS2): Don't redefine if already defined.
26837         Reported by Elbert Pol <e.pol@chello.nl>.
26838
26839 2008-04-13  Bruno Haible  <bruno@clisp.org>
26840
26841         * lib/binary-io.h [__EMX__]: Include <io.h>.
26842         Reported by Elbert Pol <e.pol@chello.nl>.
26843
26844 2008-04-12  Bruno Haible  <bruno@clisp.org>
26845
26846         * lib/fpucw.h: Enable the definitions also for x86_64.
26847         Needed for NetBSD/x86_64.
26848         Reported by Thomas Klausner <tk@giga.or.at>.
26849
26850 2008-04-12  Bruno Haible  <bruno@clisp.org>
26851
26852         * tests/test-strtod.c: Include isnand.h.
26853         (main): Use isnand instead of isnan.
26854         Reported by Jim Meyering.
26855
26856 2008-04-12  Bruno Haible  <bruno@clisp.org>
26857
26858         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
26859         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
26860
26861 2008-04-12  Jim Meyering  <meyering@redhat.com>
26862
26863         * m4/math_h.m4 (gl_MATH_H): Fix typos.
26864
26865 2008-04-12  Bruno Haible  <bruno@clisp.org>
26866
26867         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
26868         Reported by Elbert Pol <e.pol@chello.nl>.
26869
26870 2008-04-12  Eric Blake  <ebb9@byu.net>
26871
26872         Work around Solaris 10 math.h bug.
26873         * m4/math_h.m4 (gl_MATH_H): Check for bug.
26874         (gl_MATH_H_DEFAULTS): Set up default.
26875         * modules/math (Makefile.am): Replace new indicators.
26876         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
26877         * tests/test-math.c (main): Test this.
26878         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
26879         * doc/posix-headers/math.texi (math.h): Mention bug.
26880         Reported by Nelson H. F. Beebe and Jim Meyering.
26881
26882 2008-04-11  Bruno Haible  <bruno@clisp.org>
26883
26884         Adapt to future versions of Apple GCC.
26885         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
26886         Reported by Peter O'Gorman <peter@pogma.com>.
26887
26888 2008-04-11  Bruno Haible  <bruno@clisp.org>
26889
26890         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
26891
26892 2008-04-11  Bruno Haible  <bruno@clisp.org>
26893
26894         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
26895
26896         * modules/getaddrinfo-tests (Makefile.am): Define
26897         test_getaddrinfo_LDADD.
26898
26899 2008-04-11  Bruno Haible  <bruno@clisp.org>
26900
26901         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
26902         (init): Fix syntax error.
26903         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
26904         is declared.
26905
26906 2008-04-11  Bruno Haible  <bruno@clisp.org>
26907
26908         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
26909         * modules/glob (Depends-on): Add stdbool.
26910
26911 2008-04-11  Bruno Haible  <bruno@clisp.org>
26912
26913         * lib/trim.c: Include <string.h>.
26914
26915 2008-04-11  Eric Blake  <ebb9@byu.net>
26916
26917         Avoid compile failure on OS/2.
26918         * lib/regex_internal.h (internal_function): Disable optimization
26919         on OS/2 (__EMX__), where it caused compiler error.
26920         Reported by Elbert Pol.
26921
26922 2008-04-11  Bruno Haible  <bruno@clisp.org>
26923
26924         Flush the standard error stream before aborting. Needed on mingw.
26925         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
26926         * tests/test-array_list.c (ASSERT): Likewise.
26927         * tests/test-array_oset.c (ASSERT): Likewise.
26928         * tests/test-avltree_list.c (ASSERT): Likewise.
26929         * tests/test-avltree_oset.c (ASSERT): Likewise.
26930         * tests/test-avltreehash_list.c (ASSERT): Likewise.
26931         * tests/test-binary-io.c (ASSERT): Likewise.
26932         * tests/test-byteswap.c (ASSERT): Likewise.
26933         * tests/test-c-ctype.c (ASSERT): Likewise.
26934         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
26935         * tests/test-c-strcasestr.c (ASSERT): Likewise.
26936         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
26937         * tests/test-c-strstr.c (ASSERT): Likewise.
26938         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
26939         * tests/test-canonicalize.c (ASSERT): Likewise.
26940         * tests/test-carray_list.c (ASSERT): Likewise.
26941         * tests/test-ceilf1.c (ASSERT): Likewise.
26942         * tests/test-ceilf2.c (ASSERT): Likewise.
26943         * tests/test-ceill.c (ASSERT): Likewise.
26944         * tests/test-count-one-bits.c (ASSERT): Likewise.
26945         * tests/test-fbufmode.c (ASSERT): Likewise.
26946         * tests/test-fflush2.c (ASSERT): Likewise.
26947         * tests/test-floorf1.c (ASSERT): Likewise.
26948         * tests/test-floorf2.c (ASSERT): Likewise.
26949         * tests/test-floorl.c (ASSERT): Likewise.
26950         * tests/test-fopen.c (ASSERT): Likewise.
26951         * tests/test-fpending.c (ASSERT): Likewise.
26952         * tests/test-fprintf-posix.c (ASSERT): Likewise.
26953         * tests/test-fpurge.c (ASSERT): Likewise.
26954         * tests/test-freadable.c (ASSERT): Likewise.
26955         * tests/test-freadahead.c (ASSERT): Likewise.
26956         * tests/test-freading.c (ASSERT): Likewise.
26957         * tests/test-freadptr.c (ASSERT): Likewise.
26958         * tests/test-freadptr2.c (ASSERT): Likewise.
26959         * tests/test-freadseek.c (ASSERT): Likewise.
26960         * tests/test-freopen.c (ASSERT): Likewise.
26961         * tests/test-frexp.c (ASSERT): Likewise.
26962         * tests/test-frexpl.c (ASSERT): Likewise.
26963         * tests/test-fseek.c (ASSERT): Likewise.
26964         * tests/test-fseeko.c (ASSERT): Likewise.
26965         * tests/test-fstrcmp.c (ASSERT): Likewise.
26966         * tests/test-ftell.c (ASSERT): Likewise.
26967         * tests/test-ftello.c (ASSERT): Likewise.
26968         * tests/test-func.c (ASSERT): Likewise.
26969         * tests/test-fwritable.c (ASSERT): Likewise.
26970         * tests/test-fwriting.c (ASSERT): Likewise.
26971         * tests/test-getdelim.c (ASSERT): Likewise.
26972         * tests/test-getline.c (ASSERT): Likewise.
26973         * tests/test-i-ring.c (ASSERT): Likewise.
26974         * tests/test-iconv-utf.c (ASSERT): Likewise.
26975         * tests/test-iconv.c (ASSERT): Likewise.
26976         * tests/test-isfinite.c (ASSERT): Likewise.
26977         * tests/test-isnand.c (ASSERT): Likewise.
26978         * tests/test-isnanf.c (ASSERT): Likewise.
26979         * tests/test-isnanl.h (ASSERT): Likewise.
26980         * tests/test-ldexpl.c (ASSERT): Likewise.
26981         * tests/test-linked_list.c (ASSERT): Likewise.
26982         * tests/test-linkedhash_list.c (ASSERT): Likewise.
26983         * tests/test-localename.c (ASSERT): Likewise.
26984         * tests/test-lseek.c (ASSERT): Likewise.
26985         * tests/test-mbscasecmp.c (ASSERT): Likewise.
26986         * tests/test-mbscasestr1.c (ASSERT): Likewise.
26987         * tests/test-mbscasestr2.c (ASSERT): Likewise.
26988         * tests/test-mbscasestr3.c (ASSERT): Likewise.
26989         * tests/test-mbscasestr4.c (ASSERT): Likewise.
26990         * tests/test-mbschr.c (ASSERT): Likewise.
26991         * tests/test-mbscspn.c (ASSERT): Likewise.
26992         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
26993         * tests/test-mbspbrk.c (ASSERT): Likewise.
26994         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
26995         * tests/test-mbsrchr.c (ASSERT): Likewise.
26996         * tests/test-mbsspn.c (ASSERT): Likewise.
26997         * tests/test-mbsstr1.c (ASSERT): Likewise.
26998         * tests/test-mbsstr2.c (ASSERT): Likewise.
26999         * tests/test-mbsstr3.c (ASSERT): Likewise.
27000         * tests/test-memchr2.c (ASSERT): Likewise.
27001         * tests/test-memmem.c (ASSERT): Likewise.
27002         * tests/test-open.c (ASSERT): Likewise.
27003         * tests/test-printf-frexp.c (ASSERT): Likewise.
27004         * tests/test-printf-frexpl.c (ASSERT): Likewise.
27005         * tests/test-printf-posix.c (ASSERT): Likewise.
27006         * tests/test-quotearg.c (ASSERT): Likewise.
27007         * tests/test-rbtree_list.c (ASSERT): Likewise.
27008         * tests/test-rbtree_oset.c (ASSERT): Likewise.
27009         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
27010         * tests/test-round1.c (ASSERT): Likewise.
27011         * tests/test-roundf1.c (ASSERT): Likewise.
27012         * tests/test-roundl.c (ASSERT): Likewise.
27013         * tests/test-signbit.c (ASSERT): Likewise.
27014         * tests/test-sleep.c (ASSERT): Likewise.
27015         * tests/test-snprintf-posix.c (ASSERT): Likewise.
27016         * tests/test-snprintf.c (ASSERT): Likewise.
27017         * tests/test-sprintf-posix.c (ASSERT): Likewise.
27018         * tests/test-stat-time.c (ASSERT): Likewise.
27019         * tests/test-strcasestr.c (ASSERT): Likewise.
27020         * tests/test-strerror.c (ASSERT): Likewise.
27021         * tests/test-striconv.c (ASSERT): Likewise.
27022         * tests/test-striconveh.c (ASSERT): Likewise.
27023         * tests/test-striconveha.c (ASSERT): Likewise.
27024         * tests/test-strsignal.c (ASSERT): Likewise.
27025         * tests/test-strstr.c (ASSERT): Likewise.
27026         * tests/test-strtod.c (ASSERT): Likewise.
27027         * tests/test-trunc1.c (ASSERT): Likewise.
27028         * tests/test-trunc2.c (ASSERT): Likewise.
27029         * tests/test-truncf1.c (ASSERT): Likewise.
27030         * tests/test-truncf2.c (ASSERT): Likewise.
27031         * tests/test-truncl.c (ASSERT): Likewise.
27032         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
27033         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
27034         * tests/test-vasnprintf.c (ASSERT): Likewise.
27035         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
27036         * tests/test-vasprintf.c (ASSERT): Likewise.
27037         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
27038         * tests/test-vprintf-posix.c (ASSERT): Likewise.
27039         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
27040         * tests/test-vsnprintf.c (ASSERT): Likewise.
27041         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
27042         * tests/test-wcwidth.c (ASSERT): Likewise.
27043         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
27044         * tests/test-xprintf-posix.c (ASSERT): Likewise.
27045         * tests/test-xvasprintf.c (ASSERT): Likewise.
27046         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
27047         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
27048         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
27049         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
27050         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
27051         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
27052         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
27053         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
27054         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
27055         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
27056         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
27057         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
27058         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
27059         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
27060         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
27061         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
27062         * tests/unictype/test-block_list.c (ASSERT): Likewise.
27063         * tests/unictype/test-block_of.c (ASSERT): Likewise.
27064         * tests/unictype/test-block_test.c (ASSERT): Likewise.
27065         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
27066         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
27067         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
27068         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
27069         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
27070         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
27071         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
27072         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
27073         * tests/unictype/test-combining.c (ASSERT): Likewise.
27074         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
27075         * tests/unictype/test-digit.c (ASSERT): Likewise.
27076         * tests/unictype/test-mirror.c (ASSERT): Likewise.
27077         * tests/unictype/test-numeric.c (ASSERT): Likewise.
27078         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
27079         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
27080         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
27081         * tests/unictype/test-scripts.c (ASSERT): Likewise.
27082         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
27083         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
27084         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
27085         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
27086         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
27087         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
27088         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
27089         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
27090         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
27091         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
27092         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
27093         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
27094         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
27095         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
27096         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
27097         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
27098         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
27099         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
27100         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
27101         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
27102         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
27103         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
27104         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
27105         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
27106         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
27107         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
27108         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
27109         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
27110         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
27111         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
27112         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
27113         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
27114         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
27115         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
27116         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
27117         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
27118         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
27119         Reported by Eric Blake.
27120
27121 2008-04-11  Bruno Haible  <bruno@clisp.org>
27122
27123         * lib/wchar.in.h: Tweak comment.
27124
27125 2008-04-11  Bruno Haible  <bruno@clisp.org>
27126
27127         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
27128         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
27129         gl_COMMON.
27130         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
27131
27132 2008-04-11  Bruno Haible  <bruno@clisp.org>
27133
27134         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
27135
27136 2008-04-11  Simon Josefsson  <simon@josefsson.org>
27137
27138         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
27139         of attempting to use non-existing /dev/*random.  Based on patch
27140         from Adam Strzelecki <ono@java.pl> in
27141         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
27142
27143 2008-04-08  Bruno Haible  <bruno@clisp.org>
27144
27145         Add tentative support for emx+gcc.
27146         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
27147         * lib/fpurge.c (fpurge): Likewise.
27148         * lib/freadable.c (freadable): Likewise.
27149         * lib/freadahead.c (freadahead): Likewise.
27150         * lib/freading.c (freading): Likewise.
27151         * lib/freadptr.c (freadptr): Likewise.
27152         * lib/freadseek.c (freadptrinc): Likewise.
27153         * lib/fseeko.c (rpl_fseeko): Likewise.
27154         * lib/fseterr.c (fseterr): Likewise.
27155         * lib/fwritable.c (fwritable): Likewise.
27156         * lib/fwriting.c (fwriting): Likewise.
27157         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
27158
27159 2008-04-09  Eric Blake  <ebb9@byu.net>
27160
27161         Avoid some autoconf warnings.
27162         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
27163         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
27164         * m4/afs.m4 (gl_AFS): Likewise.
27165         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
27166         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
27167         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
27168         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
27169         (gl_INTEGER_TYPE_SUFFIX): Likewise.
27170         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
27171         (AC_CHECK_DECLS_ONCE): Likewise.
27172         Rename file...
27173         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
27174         gnulib-tool requires autoconf 2.59 or better.
27175         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
27176
27177 2008-04-08  Eric Blake  <ebb9@byu.net>
27178
27179         Use 'git describe --match' if present (added in git 1.5.5).
27180         * build-aux/git-version-gen: Limit result to tags that match 'v*'
27181         if possible.
27182
27183 2008-04-08  Bruno Haible  <bruno@clisp.org>
27184
27185         Add tentative support for OpenServer.
27186         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
27187         _ptr, _cnt.
27188         * lib/fpurge.c (fpurge): Likewise.
27189         * lib/freadable.c (freadable): Likewise.
27190         * lib/freadahead.c (freadahead): Likewise.
27191         * lib/freading.c (freading): Likewise.
27192         * lib/freadptr.c (freadptr): Likewise.
27193         * lib/freadseek.c (freadptrinc): Likewise.
27194         * lib/fseeko.c (rpl_fseeko): Likewise.
27195         * lib/fseterr.c (fseterr): Likewise.
27196         * lib/fwritable.c (fwritable): Likewise.
27197         * lib/fwriting.c (fwriting): Likewise.
27198         Reported by Roger Cornelius <rac@tenzing.org> and
27199         Brian K. White <brian@aljex.com>.
27200
27201 2008-04-06  Jim Meyering  <meyering@redhat.com>
27202
27203         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
27204
27205 2008-04-06  Bruno Haible  <bruno@clisp.org>
27206
27207         Avoid possible error with non-ASCII bytes in UTF-8 locales.
27208         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
27209         * tests/test-printf-posix.sh: Likewise.
27210         * tests/test-vfprintf-posix.sh: Likewise.
27211         * tests/test-vprintf-posix.sh: Likewise.
27212         * tests/test-xprintf-posix.sh: Likewise.
27213
27214 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27215
27216         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
27217         hide error from 'ls', needed on OS/2.
27218         Report by Elbert Pol <elbert.pol@gmail.com>.
27219
27220 2008-04-04  Eric Blake  <ebb9@byu.net>
27221
27222         Make test-fseeko.c failures meaningful.
27223         * tests/test-fseeko.c: Print line number on failure.
27224         * tests/test-fseek.c: Likewise.
27225         Reported by Nelson H. F. Beebe.
27226
27227         Improve strtod bug detection check.
27228         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
27229         required for Solaris 10.
27230         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
27231
27232 2008-04-04  Bruno Haible  <bruno@clisp.org>
27233
27234         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
27235         by m4/setenv.m4.
27236
27237 2008-04-03  Eric Blake  <ebb9@byu.net>
27238
27239         Ensure sane .version contents.
27240         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
27241         version string.
27242         * build-aux/git-version-gen: Improve documentation.
27243
27244         Make GNU make output nicer.
27245         * top/GNUmakefile [!_have-Makefile]: Add dependency on
27246         MAKECMDGOALS to enforce message for all command line targets.  Set
27247         srcdir for use in maint.mk.
27248
27249         Another maintainer tweak.
27250         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
27251         a target that regenerates version.
27252
27253 2008-04-03  Jim Meyering  <meyering@redhat.com>
27254
27255         vc-list-files: don't cause coreutils "make po-check" failure
27256         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
27257
27258 2008-04-03  Eric Blake  <ebb9@byu.net>
27259
27260         Allow VPATH usage of vc-list-files.
27261         * build-aux/vc-list-files (scriptversion): Add timestamp.
27262         (options): Add --help, --version, -C.
27263         (CVS): Support installed cvsu.
27264
27265 2008-04-02  Bruno Haible  <bruno@clisp.org>
27266
27267         Avoid some "statement with no effect" warnings from gcc.
27268         * tests/test-wctype.c (main): Explicitly ignore unused values.
27269         Reported by Jim Meyering.
27270
27271 2008-04-02  Jim Meyering  <meyering@redhat.com>
27272
27273         Avoid some warnings from "gcc -Wshadow".
27274         * tests/test-frexp.c (exp): Define to a different identifier.
27275         * tests/test-frexpl.c (exp): Likewise.
27276
27277 2008-04-03  Jim Meyering  <meyering@redhat.com>
27278
27279         bootstrap: remove dangling *.[ch] symlinks from lib
27280         * build-aux/bootstrap [dangling symlink removal]: Move find's
27281         -depth option to precede all others, to avoid a warning.
27282         Remove *.[ch] files too, and from "$source_base" (usually lib/).
27283
27284 2008-04-02  Bruno Haible  <bruno@clisp.org>
27285
27286         Avoid some warnings from "gcc -Wshadow".
27287         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
27288         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
27289         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
27290         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
27291         Reported by Jim Meyering.
27292
27293 2008-04-01  Bruno Haible  <bruno@clisp.org>
27294
27295         Fix test to work on IRIX 6.5 with cc.
27296         * tests/test-math.c (numeric_equal): New function.
27297         (main): Use it.
27298
27299 2008-04-01  Bruno Haible  <bruno@clisp.org>
27300
27301         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
27302
27303 2008-04-01  Bruno Haible  <bruno@clisp.org>
27304
27305         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
27306         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
27307         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
27308         (Depends-on): Remove math.
27309
27310         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
27311         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
27312         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
27313         (Depends-on): Remove math.
27314
27315         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
27316         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
27317         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
27318         (Depends-on): Remove math.
27319         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
27320         (Depends-on): Remove math.
27321
27322         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
27323         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
27324         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
27325         (Depends-on): Remove math.
27326         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
27327         (Depends-on): Remove math.
27328
27329         * tests/test-round1.c: Include nan.h.
27330         (main): Use NaNd instead of NAN.
27331         * modules/round-tests (Files): Add tests/nan.h.
27332
27333         * tests/test-trunc1.c: Include nan.h.
27334         (main): Use NaNd instead of NAN.
27335         * modules/trunc-tests (Files): Add tests/nan.h.
27336
27337         * tests/test-roundf1.c: Include nan.h.
27338         (main): Use NaNf instead of NAN.
27339         * modules/roundf-tests (Files): Add tests/nan.h.
27340
27341         * tests/test-truncf1.c: Include nan.h.
27342         (main): Use NaNf instead of NAN.
27343         * modules/truncf-tests (Files): Add tests/nan.h.
27344
27345         * tests/test-ceilf1.c: Include nan.h.
27346         (main): Use NaNf instead of NAN.
27347         * modules/ceilf-tests (Files): Add tests/nan.h.
27348
27349         * tests/test-floorf1.c: Include nan.h.
27350         (main): Use NaNf instead of NAN.
27351         * modules/floorf-tests (Files): Add tests/nan.h.
27352
27353         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
27354         (main): Use NaNf instead of NAN.
27355         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
27356
27357         * tests/test-isnand.c: Include nan.h instead of <math.h>.
27358         (main): Use NaNd instead of NAN.
27359         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
27360
27361         * tests/test-frexp.c: Include nan.h.
27362         (main): Use NaNd instead of NAN.
27363         * modules/frexp-tests (Files): Add tests/nan.h.
27364
27365         * lib/isnan.c: Don't include <math.h>.
27366         (FUNC): Don't use NAN macro.
27367         * modules/isnand-nolibm (Depends-on): Remove math.
27368         * modules/isnanf-nolibm (Depends-on): Remove math.
27369         * modules/isnanl (Depends-on): Remove math.
27370         * modules/isnanl-nolibm (Depends-on): Remove math.
27371
27372         * tests/nan.h: New file.
27373
27374 2008-04-01  Eric Blake  <ebb9@byu.net>
27375
27376         Fix typos.
27377         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
27378         values to be the right type.
27379
27380         For now, cater to gnulib strtod inaccuracies.
27381         * tests/test-strtod.c (main): Allow 1-ulp error on expected
27382         fractional results.  While not as nice from a QoI perspective, it
27383         is a quicker patch than correctly implementing decimal to binary
27384         rounding.
27385
27386 2008-03-31  Eric Blake  <ebb9@byu.net>
27387
27388         Guarantee a definition of NAN.
27389         * lib/math.in.h (NAN): Define if missing.
27390         * tests/test-math.c (main): Test it.
27391         * doc/posix-headers/math.texi (math.h): Document this.
27392         * lib/isnan.c (rpl_isnand): Use it.
27393         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
27394         * tests/test-floorf1.c (NaN): Likewise.
27395         * tests/test-frexp.c (NaN): Likewise.
27396         * tests/test-isnand.c (NaN): Likewise.
27397         * tests/test-isnanf.c (NaN): Likewise.
27398         * tests/test-round1.c (NaN): Likewise.
27399         * tests/test-roundf1.c (NaN): Likewise.
27400         * tests/test-snprintf-posix.h (NaN): Likewise.
27401         * tests/test-sprintf-posix.h (NaN): Likewise.
27402         * tests/test-trunc1.c (NaN): Likewise.
27403         * tests/test-truncf1.c (NaN): Likewise.
27404         * tests/test-vasnprintf-posix.c (NaN): Likewise.
27405         * tests/test-vasprintf-posix.c (NaN): Likewise.
27406         * modules/isnand-nolibm (Depends-on): Add math.
27407         * modules/isnanf-nolibm (Depends-on): Likewise.
27408         * modules/isnanl (Depends-on): Likewise.
27409         * modules/isnanl-nolibm (Depends-on): Likewise.
27410         * modules/snprintf-posix-tests (Depends-on): Likewise.
27411         * modules/sprintf-posix-tests (Depends-on): Likewise.
27412         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
27413         * modules/vsprintf-posix-tests (Depends-on): Likewise.
27414         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
27415         * modules/vasprintf-posix-tests (Depends-on): Likewise.
27416
27417 2008-03-31  Bruno Haible  <bruno@clisp.org>
27418
27419         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
27420         * doc/posix-functions/strtod.texi: Likewise.
27421
27422 2008-03-31  Bruno Haible  <bruno@clisp.org>
27423
27424         * tests/test-strtod.c (main): Don't use C99 syntax.
27425
27426 2008-03-31  Bruno Haible  <bruno@clisp.org>
27427
27428         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
27429         Reported by Eric Blake.
27430
27431 2008-03-31  Jim Meyering  <meyering@redhat.com>
27432
27433         Don't compare actual signbit return values.
27434         * tests/test-strtod.c (main): Rather, compare only their
27435         zero/non-zero nature.
27436
27437 2008-03-31  Eric Blake  <ebb9@byu.net>
27438
27439         More strtod documentation.
27440         * doc/posix-functions/strtod.texi (strtod): Interpret more test
27441         failures as distinct bugs.
27442
27443 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
27444
27445         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
27446         Problem reported by Erik Benada in
27447         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
27448
27449 2008-03-30  Bruno Haible  <bruno@clisp.org>
27450
27451         * tests/test-strtod.c: Add comments about which assertion fails on which
27452         platform.
27453         * doc/posix-functions/strtod.texi: Add info about many more platforms.
27454
27455 2008-03-30  Eric Blake  <ebb9@byu.net>
27456
27457         Test signbit behavior on zeros.
27458         * tests/test-signbit.c (test_signbitf): Add tests for zero.
27459         (test_signbitd, test_signbitl): Likewise.
27460
27461         More strtod touchups.
27462         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
27463         sign of negative underflow, for now.  Use .5, not .1.
27464         * doc/posix-functions/strtod.texi (strtod): Mention these
27465         limitations.
27466         Reported by Jim Meyering.
27467
27468 2008-03-30  Bruno Haible  <bruno@clisp.org>
27469
27470         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
27471         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
27472
27473 2008-03-30  Bruno Haible  <bruno@clisp.org>
27474
27475         Avoid failure when attempting to return empty iconv results on some
27476         platforms.
27477         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
27478         allocation, don't report ENOMEM when the resulting string is empty.
27479
27480 2008-03-30  Bruno Haible  <bruno@clisp.org>
27481
27482         Fix buffer overrun.
27483         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
27484         Don't consider the width for tmp_length. Check count against tmp_length
27485         before doing the padding. Ensure enough allocation during padding.
27486
27487 2008-03-30  Eric Blake  <ebb9@byu.net>
27488
27489         strtod touchups.
27490         * lib/strtod.c (strtod): Avoid compiler warnings.
27491         Reported by Jim Meyering.
27492
27493 2008-03-30  Bruno Haible  <bruno@clisp.org>
27494
27495         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
27496         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
27497         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
27498         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
27499         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
27500         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
27501         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
27502         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
27503
27504         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
27505         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
27506         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
27507         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
27508         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
27509         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
27510         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
27511         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
27512
27513         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
27514         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
27515         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
27516         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
27517         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
27518         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
27519         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
27520         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
27521
27522         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
27523         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
27524
27525         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
27526         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
27527
27528         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
27529         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
27530
27531         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
27532         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
27533         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
27534
27535         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
27536         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
27537         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
27538
27539         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
27540         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
27541         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
27542
27543         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
27544         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
27545         * modules/vasprintf (Depends-on): Add EOVERFLOW.
27546
27547         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
27548         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
27549         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
27550         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
27551         (Depends-on): Add EOVERFLOW.
27552         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
27553         (Depends-on): Add EOVERFLOW.
27554         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
27555         (Depends-on): Add EOVERFLOW.
27556         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
27557         (Depends-on): Add EOVERFLOW.
27558         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
27559         (Depends-on): Add EOVERFLOW.
27560         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
27561         (Depends-on): Add EOVERFLOW.
27562         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
27563         (Depends-on): Add EOVERFLOW.
27564         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
27565         (Depends-on): Add EOVERFLOW.
27566
27567         * lib/sprintf.c (EOVERFLOW): Remove fallback.
27568         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
27569         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
27570
27571         * lib/snprintf.c (EOVERFLOW): Remove fallback.
27572         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
27573         * modules/snprintf (Depends-on): Add EOVERFLOW.
27574
27575         * lib/poll.c (EOVERFLOW): Remove fallback.
27576         * modules/poll (Depends-on): Add EOVERFLOW.
27577
27578         * lib/getugroups.c (EOVERFLOW): Remove fallback.
27579         * modules/getugroups (Depends-on): Add EOVERFLOW.
27580
27581         * lib/getdelim.c (EOVERFLOW): Remove fallback.
27582         * modules/getdelim (Depends-on): Add EOVERFLOW.
27583
27584         * lib/ftell.c (EOVERFLOW): Remove fallback.
27585         * modules/ftell (Depends-on): Add EOVERFLOW.
27586
27587         * lib/fprintf.c (EOVERFLOW): Remove fallback.
27588         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
27589         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
27590
27591         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
27592
27593         * modules/EOVERFLOW-tests: New file.
27594         * tests/test-EOVERFLOW.c: New file.
27595
27596         * modules/EOVERFLOW: New file.
27597         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
27598
27599 2008-03-30  Bruno Haible  <bruno@clisp.org>
27600
27601         Fix bug introduced on 2007-06-10.
27602         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
27603         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
27604
27605 2008-03-30  Bruno Haible  <bruno@clisp.org>
27606
27607         Improve freadseek's efficiency after ungetc.
27608         * lib/freadseek.c: Include freadahead.h.
27609         (freadptrinc): New function, extracted from freadseek.
27610         (freadseek): Use it in a loop. Use freadahead to determine the number
27611         of loop iterations.
27612         * modules/freadseek (Depends-on): Add freadahead.
27613         (configure.ac): Require AC_C_INLINE.
27614
27615 2008-03-30  Bruno Haible  <bruno@clisp.org>
27616
27617         * lib/freadseek.c (freadseek): Don't ignore the return value of
27618         freadptr.
27619
27620 2008-03-29  Eric Blake  <ebb9@byu.net>
27621
27622         Add hex float support.
27623         * modules/strtod (Depends-on): Add c-ctype.
27624         (Link): Mention POW_LIB.
27625         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
27626         whitespace between 'e' and exponent.
27627         * tests/test-strtod.c (main): Enable hex float tests.
27628         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
27629         now provides.
27630
27631         Document various strtod bugs, with some fixes.
27632         * doc/posix-functions/strtod.texi (strtod): Document bugs with
27633         "-0x", "inf", "nan", and hex constants.
27634         * doc/posix-functions/atof.texi (atof): Likewise.
27635         * modules/stdlib (Makefile.am): Support strtod.
27636         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
27637         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
27638         detect additional strtod bugs.
27639         * lib/stdlib.in.h (rpl_strtod): Add declarations.
27640         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
27641         bool where appropriate.  Parse 'inf' and 'nan'.
27642         * tests/test-strtod.c: New file.
27643         * modules/strtod (Depends-on): Add stdbool, stdlib.
27644         (configure.ac): Turn on module indicator.
27645         * modules/strtod-tests: New module.
27646
27647 2008-03-29  Eric Blake  <ebb9@byu.net>
27648
27649         Fix ftell on mingw.
27650         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
27651         * modules/ftell-tests (Depends-on): Add binary-io.
27652         * modules/ftello-tests (Depends-on): Likewise.
27653         * tests/test-ftell.c (main): Enhance test to cover behavior after
27654         ungetc.  Enforce binary mode.
27655         * tests/test-ftello.c (main): Likewise.
27656
27657         Pass test-freadseek on cygwin.
27658         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
27659         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
27660         ungetc buffer.
27661
27662         * tests/test-fflush2.c (main): Fix typo.
27663
27664 2008-03-29  Bruno Haible  <bruno@clisp.org>
27665
27666         * tests/test-fflush2.c (main): Temporarily disable the contents of
27667         this test.
27668         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
27669         Reported by Eric Blake.
27670
27671 2008-03-28  Simon Josefsson  <simon@josefsson.org>
27672
27673         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
27674         (GC_SHA224_DIGEST_SIZE): Add.
27675
27676         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
27677         (gc_hash_digest_length): Likewise.
27678         (gc_hash_buffer): Likewise.
27679
27680 2008-03-25  Bruno Haible  <bruno@clisp.org>
27681
27682         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
27683         detail which gettext release to use.
27684         Reported by Simon Josefsson.
27685
27686 2008-03-26  Jim Meyering  <meyering@redhat.com>
27687
27688         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
27689         * modules/gnumakefile (clean-GNUmakefile): Also, use
27690         test ... && ... || : syntax rather than if-then ... fi.
27691
27692         gnumakefile: Don't double-quote-expand $(VPATH) value.
27693         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
27694
27695 2008-03-24  Eric Blake  <ebb9@byu.net>
27696
27697         Alter GNUmakefile to install into top directory.
27698         * modules/maintainer-makefile: Split, and add dependency...
27699         * modules/gnumakefile: to this new module.
27700         * build-aux/GNUmakefile: Move...
27701         * top/GNUmakefile: ...here.
27702         * build-aux/maint.mk: Move...
27703         * top/maint.mk: ...here.
27704         * MODULES.html.sh (Support for maintaining...): Document new
27705         module.
27706
27707 2008-03-23  Bruno Haible  <bruno@clisp.org>
27708
27709         * gnulib-tool: New options --vc-files, --no-vc-files.
27710         (func_usage): Document them.
27711         (vc_files): New variable.
27712         (func_import): Consider vc_files.
27713         (func_create_testdir): Set vc_files to empty.
27714         Suggested by Jim Meyering and Karl Berry.
27715
27716 2008-03-23  Bruno Haible  <bruno@clisp.org>
27717
27718         Fix regex compilation error on HP-UX 11.
27719         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
27720         * modules/regex (Files): Add m4/mbstate_t.m4.
27721         Reported by Ton Voon <ton.voon@altinity.com>.
27722
27723 2008-03-23  Bruno Haible  <bruno@clisp.org>
27724
27725         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
27726
27727 2008-03-23  Eric Blake  <ebb9@byu.net>
27728             Bruno Haible  <bruno@clisp.org>
27729
27730         Install files from top/ in the destination directory.
27731         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
27732         augmentation also for the files from top/.
27733         (func_import, func_create_testdir): Rewrite file names:
27734         top/filename -> filename.
27735
27736 2008-03-23  Bruno Haible  <bruno@clisp.org>
27737
27738         Tweak "gnulib --version" output.
27739         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
27740
27741 2008-03-23  Bruno Haible  <bruno@clisp.org>
27742
27743         Tweak "gnulib --version" output.
27744         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
27745         rather than contents of ChangeLog, when possible.
27746
27747 2008-03-21  Eric Blake  <ebb9@byu.net>
27748
27749         More --version tweaks.
27750         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
27751         date of last ChangeLog entry.
27752
27753 2008-03-21  Jim Meyering  <meyering@redhat.com>
27754
27755         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
27756
27757 2008-03-20  Eric Blake  <ebb9@byu.net>
27758
27759         VPATH fix.
27760         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
27761
27762 2008-03-20  Simon Josefsson  <simon@josefsson.org>
27763
27764         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
27765         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
27766
27767 2008-03-20  Eric Blake  <ebb9@byu.net>
27768
27769         Sync GNUmakefile with coreutils.
27770         * build-aux/GNUmakefile (have-Makefile): Rename...
27771         (_have-Makefile): ...to this, for namespace consideration.
27772         (GNUmakefile.cfg): Include, if present.
27773         (_autoreconf): Define a default.
27774         (_is-dist-target): New rule for rebuilds to pick up intra-release
27775         version.
27776         (maint-cfg.mk): Rename...
27777         (cfg.mk): ...to this.
27778
27779 2008-03-18  Jim Meyering  <meyering@redhat.com>
27780
27781         New script and module: mktempd
27782         * MODULES.html.sh (maint+release support): Add mktempd.
27783         * build-aux/mktempd: New file.
27784         * modules/mktempd: New file.
27785
27786 2008-03-15  Jim Meyering  <meyering@redhat.com>
27787
27788         Undo last change.
27789         * lib/sha1.c, lib/md5.c: 63 != ~63.
27790         Reported by Andreas Schwab.
27791
27792         sha1.c, md5.c: Hoist a redundant expression.
27793         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
27794         "ctx->buflen" only once, before calling *_process_block.
27795         * lib/md5.c (md5_process_bytes): Likewise.
27796
27797 2008-03-14  Eric Blake  <ebb9@byu.net>
27798
27799         Bump copyright year in files generated by gnulib-tool.
27800         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
27801         gnulib-tool, rather than hard-coding it.
27802
27803         Fix 'gnulib-tool --version' output to work with git.
27804         * gnulib-tool (func_gnulib_dir): New function, extracted from...
27805         (startup): ...here.
27806         (func_version): Use it to invoke git-version-gen, rather than
27807         relying on CVS keyword expansion.  Modernize wording.
27808         (cvsdatestamp, last_checkin_date, version): Kill unused
27809         variables.
27810
27811 2008-03-12  Jim Meyering  <meyering@redhat.com>
27812
27813         Recognize optional cast of the argument to free.
27814         * build-aux/useless-if-before-free: Update regexps.
27815
27816         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
27817
27818 2008-03-11  Bruno Haible  <bruno@clisp.org>
27819
27820         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
27821         by a single package.
27822         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
27823         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
27824         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
27825         Reported by Sam Steingold <sds@gnu.org>.
27826
27827 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
27828
27829         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
27830         repositories.
27831
27832 2008-03-11  Bruno Haible  <bruno@clisp.org>
27833
27834         Avoid conflicts between local macro definitions.
27835         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
27836         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
27837
27838 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
27839             Bruno Haible  <bruno@clisp.org>
27840
27841         Make va_copy work with some version of xlc on AIX 5.1.
27842         * lib/stdarg.in.h: New file.
27843         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
27844         On AIX, use a <stdarg.h> file substitute.
27845         * modules/stdarg (Files): Add lib/stdarg.in.h.
27846         (Depends-on): Add include_next.
27847         (Makefile.am): Build a stdarg.h substitute if requested.
27848         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
27849
27850 2008-03-10  Bruno Haible  <bruno@clisp.org>
27851
27852         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
27853         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
27854         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
27855
27856 2008-03-10  Bruno Haible  <bruno@clisp.org>
27857
27858         * modules/stdlib (Depends-on): Add include_next, remove
27859         absolute-header.
27860
27861 2008-03-09  Bruno Haible  <bruno@clisp.org>
27862
27863         * lib/freadahead.h (freadahead): Document more precisely.
27864         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
27865         the sum of both buffer sizes.
27866         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
27867         * NEWS: Document the change.
27868
27869 2008-03-09  Bruno Haible  <bruno@clisp.org>
27870
27871         Extend freadptr to return also the buffer size.
27872         * lib/freadptr.h (freadptr): Add sizep argument.
27873         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
27874         (freadptr): Add sizep argument. Determine buffer size like freadahead
27875         does.
27876         * tests/test-freadptr.c: Don't include freadahead.h.
27877         (main): Adapt for new calling convention of freadptr.
27878         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
27879         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
27880         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
27881         tests/test-freadptr2.sh.
27882         (Depends): Remove freadahead.
27883         (TESTS): Add test-freadptr2.sh.
27884         (check_PROGRAMS): Add test-freadptr2.
27885
27886 2008-03-09  Bruno Haible  <bruno@clisp.org>
27887
27888         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
27889         Report and solution by Simon Josefsson.
27890
27891 2008-03-06  Bruno Haible  <bruno@clisp.org>
27892
27893         Make fflush after ungetc work on BSD platforms.
27894         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
27895         * tests/test-fflush2.c: New file.
27896         * tests/test-fflush2.sh: New file.
27897         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
27898         tests/test-fflush2.c.
27899         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
27900         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
27901
27902 2008-03-06  Eric Blake  <ebb9@byu.net>
27903
27904         Likewise for ftello.
27905         * modules/ftello (Dependencies): Add extensions.
27906         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
27907
27908 2008-03-06  Bruno Haible  <bruno@clisp.org>
27909
27910         * modules/fseeko (Dependencies): Add extensions.
27911         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
27912         Needed on glibc systems.
27913
27914 2008-03-06  Bruno Haible  <bruno@clisp.org>
27915
27916         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
27917         email address.
27918         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
27919
27920 2008-03-06  Bruno Haible  <bruno@clisp.org>
27921
27922         * users.txt: Add libgnupdf.
27923
27924 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
27925
27926         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
27927         (Header File Substitutes, Function Substitutes,
27928         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
27929         (Build robot for gnulib): Fix typo.
27930
27931 2008-03-06  Bruno Haible  <bruno@clisp.org>
27932
27933         * doc/gnulib-tool.texi (VCS Issues): Small updates.
27934         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
27935
27936 2008-03-06  Bruno Haible  <bruno@clisp.org>
27937
27938         * doc/func.texi: New file, extracted from doc/gnulib.texi.
27939         * doc/gnulib.texi: Include it.
27940
27941 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27942
27943         * modules/func (License): Change license to unlimited; there was
27944         no LGPL parts in the module anyway.
27945
27946 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27947
27948         * modules/__func__: Renamed to modules/func.
27949         * modules/__func__-tests: Renamed to modules/func-tests.
27950         * tests/test-__func__.c: Renamed to tests/test-func.c.
27951         * m4/__func__.m4: Renamed to m4/func.m4.
27952         * doc/gnulib.texi (__func__): Section renamed to func.
27953         Suggested by Eric Blake <ebb9@byu.net>.
27954
27955 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27956
27957         * doc/gnulib.texi (__func__): Use C99 terminology when talking
27958         about __func__.  Make example self-contained.  Suggested by Eric
27959         Blake <ebb9@byu.net>.
27960
27961         * tests/test-__func__.c (main): Avoid extraneous () around __func.
27962         Suggested by Eric Blake <ebb9@byu.net>.
27963
27964 2008-03-06  Simon Josefsson  <simon@josefsson.org>
27965
27966         * modules/__func__: New file.
27967         * modules/__func__-tests: New file.
27968         * tests/test-__func__.c: New file.
27969         * m4/__func__.m4: New file.
27970         * doc/gnulib.texi (__func__): Document __func__ module.
27971
27972 2008-03-05  Simon Josefsson  <simon@josefsson.org>
27973
27974         * modules/byteswap (License): Re-license as LGPLv2+.
27975
27976 2008-03-05  Simon Josefsson  <simon@josefsson.org>
27977
27978         * doc/Makefile: Add pdf target.
27979
27980 2008-03-05  Simon Josefsson  <simon@josefsson.org>
27981
27982         * modules/inline (License): Use 'unlimited', since there are only
27983         *.m4 files in this module.
27984
27985 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
27986             Bruno Haible  <bruno@clisp.org>
27987
27988         Add support for HP C 7.1 on OpenVMS 8.3.
27989         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
27990
27991 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
27992
27993         Update VMS specifics.
27994         * lib/getopt.c [VMS]: Remove include of unixlib.h.
27995
27996 2008-03-02  Jim Meyering  <meyering@redhat.com>
27997
27998         Remove the last dependency on the "free" module.
27999         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
28000         Reported by Bob Proulx.
28001
28002         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
28003
28004         Remove useless "if" tests before free.  Deprecate "free" module.
28005         * doc/posix-functions/free.texi: Mention that this
28006         module is no longer useful.
28007         * modules/free (Notice): Say this module is obsolete.
28008         * modules/readutmp (Depends-on): Remove free.
28009         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
28010         * lib/putenv.c (putenv): Likewise.
28011         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
28012         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
28013         * tests/test-c-strcasestr.c (main): Likewise.
28014         * tests/test-c-strstr.c (main): Likewise.
28015         * tests/test-mbscasestr1.c (main): Likewise.
28016         * tests/test-mbscasestr2.c (main): Likewise.
28017         * tests/test-mbsstr1.c (main): Likewise.
28018         * tests/test-mbsstr2.c (main): Likewise.
28019         * tests/test-memmem.c (main): Likewise.
28020         * tests/test-strcasestr.c (main): Likewise.
28021         * tests/test-striconv.c (main): Likewise.
28022         * tests/test-striconveh.c (main): Likewise.
28023         * tests/test-striconveha.c (main): Likewise.
28024         * tests/test-strstr.c (main): Likewise.
28025
28026         * build-aux/git-version-gen: Adjust a comment and the Usage string.
28027
28028         bootstrap: sync from coreutils again
28029         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
28030
28031 2008-03-01  Jim Meyering  <meyering@redhat.com>
28032
28033         bootstrap: sync from coreutils
28034         * build-aux/bootstrap (update_po_files): Copy a .po file into place
28035         also when the target doesn't exist.
28036
28037 2008-03-01  Eric Blake  <ebb9@byu.net>
28038
28039         Fix bugs in last patch.
28040         * lib/memchr2.c (memchr2): Fix typo.
28041         * tests/test-memchr2.c: Test previous bug, and don't use GNU
28042         extension.
28043         Reported by Bruce Korb.
28044
28045         New module 'memchr2'.
28046         * modules/memchr2: New file.
28047         * modules/memchr2-tests: Likewise.
28048         * lib/memchr2.h: Likewise.
28049         * lib/memchr2.c: Likewise, based on memchr.c.
28050         * tests/test-memchr2.c: New test.
28051         * MODULES.html.sh (String handling): Add memchr2.
28052
28053 2008-02-29  Bruno Haible  <bruno@clisp.org>
28054
28055         * modules/freadseek-tests: New file.
28056         * tests/test-freadseek.sh: New file.
28057         * tests/test-freadseek.c: New file.
28058
28059         New module 'freadseek'.
28060         * modules/freadseek: New file.
28061         * lib/freadseek.h: New file.
28062         * lib/freadseek.c: New file.
28063         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
28064
28065 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
28066
28067         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
28068         wydawca.
28069
28070         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
28071         program_invocation_name and program_invocation_short_name are
28072         present.
28073
28074 2008-02-28  Bruno Haible  <bruno@clisp.org>
28075
28076         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
28077         * tests/test-freadptr.sh: Also test non-seekable stdin.
28078
28079 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
28080
28081         * build-aux/bootstrap (source_base, m4_base)
28082         (doc_base, tests_base): New variables.
28083         (gnulib_tool_options): Do not hardcode base directories, use
28084         the above variables instead.
28085
28086 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
28087
28088         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
28089
28090 2008-02-28  Bruno Haible  <bruno@clisp.org>
28091
28092         * modules/freadptr-tests: New file.
28093         * tests/test-freadptr.sh: New file.
28094         * tests/test-freadptr.c: New file.
28095
28096         New module 'freadptr'.
28097         * modules/freadptr: New file.
28098         * lib/freadptr.h: New file.
28099         * lib/freadptr.c: New file.
28100         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
28101
28102 2008-02-26  Karl Berry  <karl@freefriends.org>
28103
28104         Sync from Libtool:
28105         * libltdl/argz.c (argz_add, argz_count): New functions.
28106         * libltdl/argz.in.h: Declare them.
28107         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
28108
28109 2008-02-22  Bruno Haible  <bruno@clisp.org>
28110
28111         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
28112         is a pointer type.  Needed for HP-UX 10.
28113         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
28114         * doc/posix-functions/gmtime_r.texi: Likewise.
28115         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
28116
28117 2008-02-24  Bruno Haible  <bruno@clisp.org>
28118
28119         * modules/environ-tests: New file.
28120         * tests/test-environ.c: New file.
28121
28122         New module 'environ'.
28123         * modules/environ: New file.
28124         * lib/unistd.in.h (environ): New declaration.
28125         * m4/environ.m4: New file.
28126         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
28127         after use.
28128         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
28129         HAVE_DECL_ENVIRON.
28130         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
28131         HAVE_DECL_ENVIRON.
28132         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
28133         wrong claim that 'environ' is missing on some systems.
28134         * modules/execute (Depends-on): Add environ.
28135         * lib/execute.c (environ): Remove fallback declaration.
28136         * modules/pipe (Depends-on): Add environ.
28137         * lib/pipe.c (environ): Remove fallback declaration.
28138         * modules/setenv (Depends-on): Add environ.
28139         * lib/setenv.c (environ): Remove fallback declaration.
28140         * modules/unsetenv (Depends-on): Add environ.
28141         * lib/unsetenv.c (environ): Remove fallback declaration.
28142         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
28143         m4/environ.m4.
28144         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
28145         (gl_PREREQ_UNSETENV): Likewise.
28146
28147 2008-02-24  Bruno Haible  <bruno@clisp.org>
28148
28149         * doc/posix-functions/environ.texi: Document the MacOS X problem.
28150
28151 2008-02-20  Bob Proulx  <bob@proulx.com>
28152
28153         Enable use of older two part flavor 'git describe'.
28154         * build-aux/git-version-gen: If using the older two part flavor of
28155         git version then recreate the third part now present in the
28156         newer three part flavor of git describe.
28157
28158 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
28159
28160         * lib/fts.c (fts_build): Typo correction to comment.
28161
28162 2008-02-17  Bruno Haible  <bruno@clisp.org>
28163
28164         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
28165         generating no-op conflicts.
28166
28167 2008-02-17  Bruno Haible  <bruno@clisp.org>
28168
28169         Speed up by 10%.
28170         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
28171         result_entries, rather than an index-based loop.
28172
28173 2008-02-17  Bruno Haible  <bruno@clisp.org>
28174
28175         Speed up by 25%.
28176         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
28177         'hashcode_cached'.
28178         (entry_create): New function.
28179         (entry_hashcode): Use the cached hashcode if possible.
28180         (read_changelog_file, try_split_merged_entry): Use entry_create.
28181
28182 2008-02-17  Bruno Haible  <bruno@clisp.org>
28183
28184         Speed up from O(n^2) to O(n) for long ChangeLog files.
28185         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
28186         (read_changelog_file): Change implementation of entries_reversed list
28187         to rbtreehash.
28188         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
28189
28190 2008-02-17  Bruno Haible  <bruno@clisp.org>
28191
28192         New option --split-merged-entry.
28193         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
28194         (find_paragraph_end, try_split_merged_entry): New functions.
28195         (long_options): Add option --split-merged-entry.
28196         (usage): Document option --split-merged-entry.
28197         (main): Implement option --split-merged-entry.
28198         Reported by Eric Blake.
28199
28200 2008-02-17  Bruno Haible  <bruno@clisp.org>
28201
28202         * lib/git-merge-changelog.c: Include c-strstr.h.
28203         (main): Support the "git pull --rebase" situation.
28204         * modules/git-merge-changelog (Depends-on): Add c-strstr.
28205         Reported by Eric Blake.
28206
28207 2008-02-16  Eric Blake  <ebb9@byu.net>
28208
28209         Avoid doubling \ in common case of "c-maybe" quoting style.
28210         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
28211         eliding outer quotes.
28212         * lib/quotearg.h: Document this.
28213         * tests/test-quotearg.c (result_strings, inputs, results_g)
28214         (flag_results, locale_results): Test it by adding a new string to
28215         each test group.
28216         (compare_strings): Test new string.
28217
28218 2008-02-13  Eric Blake  <ebb9@byu.net>
28219
28220         Avoid trigraph quoting in default output.
28221         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
28222         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
28223         unless explicitly requested.
28224         * tests/test-quotearg.c (flag_results, main): Add additional tests.
28225
28226 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
28227
28228         Don't rely on signed integer overflowing to negative value.
28229         * lib/getugroups.c (getugroups): Include <limits.h>.
28230         Instead, compare against INT_MAX, and increment only if the test passes.
28231
28232 2008-02-13  Jim Meyering  <meyering@redhat.com>
28233         and Eric Blake  <ebb9@byu.net>
28234
28235         Avoid shadowing warning and compile errors on Linux.
28236         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
28237         forwarding macros on Linux.
28238         (dcgettext): Define a stub, for Linux.
28239         (results_g, main): Avoid warnings.
28240
28241 2008-02-12  Eric Blake  <ebb9@byu.net>
28242
28243         Silence warning in last patch.
28244         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
28245
28246         Quotearg part 4: add tests, fix c-maybe colon quoting.
28247         * lib/quotearg.h: Improve documentation.
28248         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
28249         escapes when adding outer quotes.  When quoting trigraphs, use
28250         valid C notation.  When quoting NUL, omit extra characters if next
28251         character is not digit.  Alter prototype.
28252         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
28253         callers.
28254         * modules/quotearg-tests: New module.
28255         * tests/test-quotearg.c: New test.
28256
28257 2008-02-07  Eric Blake  <ebb9@byu.net>
28258
28259         Quotearg part 3: add flag to control outer quote elision.
28260         * lib/quotearg.h (c_maybe_quoting_style): New style.
28261         (enum quoting_flags): Better documentation of flags.
28262         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
28263         c-maybe style.
28264         (quotearg_buffer_restyled): Handle new flag to elide outer
28265         quotes.
28266
28267         Quotearg part 2: add flag that can control NUL elision.
28268         * lib/quotearg.h (set_quoting_flags): New prototype.
28269         * lib/quotearg.c (struct quoting_options): Add flag field.
28270         (set_quoting_flags): New function.
28271         (quotearg_buffer_restyled): Add flags parameter.
28272         (quotearg_alloc_mem): Set the flag if length cannot be returned.
28273         (quotearg_n_options): Set the flag, since length cannot be
28274         returned.
28275         (quoting_options_from_style): Default flags correctly.
28276
28277         Quotearg part 1: more wrappers, restore quotearg_char state.
28278         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
28279         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
28280         (quotearg_colon_mem): New wrappers.
28281         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
28282         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
28283         functions.
28284         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
28285         (quotearg_colon_mem): New functions.
28286
28287 2008-02-11  Bruno Haible  <bruno@clisp.org>
28288
28289         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
28290         library in the current directory: it does not work with parallel make.
28291         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28292
28293 2008-02-11  Bruno Haible  <bruno@clisp.org>
28294
28295         * .gitattributes: New file.
28296
28297 2008-02-11  Jim Meyering  <meyering@redhat.com>
28298
28299         useless-if-before-free: Fix reversed exit values.
28300         * build-aux/useless-if-before-free: Use correct values
28301         for EXIT_MATCH and EXIT_NO_MATCH.
28302
28303         * build-aux/useless-if-before-free: Close stdout carefully.
28304
28305 2008-02-10  Bruno Haible  <bruno@clisp.org>
28306
28307         New module 'git-merge-changelog'.
28308         * modules/git-merge-changelog: New file.
28309         * lib/git-merge-changelog.c: New file.
28310
28311 2008-02-10  Jim Meyering  <meyering@redhat.com>
28312
28313         useless-if-before-free: New option: --list (-l).
28314
28315         useless-if-before-free: Don't exit immediately upon open failure.
28316         * build-aux/useless-if-before-free: Exit 2 for errors.
28317         Upon failure to open a file, don't exit immediately.
28318         Rather, just warn and continue with any remaining files.
28319
28320 2008-02-10  Bruno Haible  <bruno@clisp.org>
28321
28322         New abstract list operation 'node_set_value'.
28323         * lib/gl_list.h (gl_list_node_set_value): New function.
28324         (struct gl_list_implementation): New field node_set_value.
28325         * lib/gl_list.c (gl_list_node_set_value): New function.
28326         * lib/gl_array_list.c (gl_array_node_set_value): New function.
28327         (gl_array_list_implementation): Update.
28328         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
28329         (gl_carray_list_implementation): Update.
28330         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
28331         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
28332         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
28333         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
28334         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
28335         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
28336         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
28337         Update.
28338         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
28339         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
28340         (gl_sublist_list_implementation): Update.
28341
28342 2008-02-10  Bruno Haible  <bruno@clisp.org>
28343
28344         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
28345         Needed when ELEMENT is #defined to 'some_type *'.
28346
28347 2008-02-10  Jim Meyering  <meyering@redhat.com>
28348
28349         New script and module: useless-if-before-free
28350         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
28351         * build-aux/useless-if-before-free: New file.
28352         * modules/useless-if-before-free: New file.
28353
28354         * build-aux/gitlog-to-changelog: Use committer date, not author date.
28355
28356         xstrtol_error: Fix typo.
28357         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
28358         s/exit_failure/exit_status/.
28359
28360 2008-02-09  Jim Meyering  <meyering@redhat.com>
28361
28362         New script and module: gitlog-to-changelog
28363         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
28364         * modules/gitlog-to-changelog: New file.
28365         * build-aux/gitlog-to-changelog: New file.
28366
28367 2008-02-08  Jim Meyering  <meyering@redhat.com>
28368
28369         Avoid two "parameter unused" warnings.
28370         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
28371         Mark "st" as used.
28372
28373         Use "git COMMAND", not "git-COMMAND".
28374         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
28375         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
28376         * build-aux/git-version-gen: Use "git status", not "git-status".
28377
28378 2008-02-07  Bruno Haible  <bruno@clisp.org>
28379
28380         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
28381         Avoids a crash on Windows Vista.
28382         Reported by Adam Strzelecki <ono@java.pl> via
28383         Simon Josefsson <simon@josefsson.org>.
28384
28385 2008-02-06  Bruno Haible  <bruno@clisp.org>
28386
28387         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
28388         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
28389         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
28390         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
28391         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
28392         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
28393         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
28394         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
28395         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
28396         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
28397         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
28398         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
28399         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
28400         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
28401         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
28402         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
28403         left-adjust flag.
28404         * tests/test-snprintf-posix.h (test_function): Likewise.
28405         * tests/test-sprintf-posix.h (test_function): Likewise.
28406         * tests/test-vasprintf-posix.c (test_function): Likewise.
28407         * doc/posix-functions/fprintf.texi: Update.
28408         * doc/posix-functions/printf.texi: Update.
28409         * doc/posix-functions/snprintf.texi: Update.
28410         * doc/posix-functions/sprintf.texi: Update.
28411         * doc/posix-functions/vfprintf.texi: Update.
28412         * doc/posix-functions/vprintf.texi: Update.
28413         * doc/posix-functions/vsnprintf.texi: Update.
28414         * doc/posix-functions/vsprintf.texi: Update.
28415         Reported by Peter Fales <psfales@alcatel-lucent.com>.
28416
28417 2008-02-06  Bruno Haible  <bruno@clisp.org>
28418
28419         Fix bug introduced on 2008-01-26.
28420         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
28421
28422 2008-02-06  Bruno Haible  <bruno@clisp.org>
28423
28424         Fix bug introduced on 2007-06-10.
28425         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
28426         !NEED_PRINTF_FLAG_ZERO.
28427
28428 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
28429
28430         getloadavg: use libperfstat on AIX5
28431         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
28432
28433 2008-02-03  Bruno Haible  <bruno@clisp.org>
28434
28435         * lib/diffseq.h: Add comments about required #includes.
28436         Reported by Michael Biggs <gnulib@doubleplum.net>.
28437
28438 2008-02-01  Bruno Haible  <bruno@clisp.org>
28439
28440         * users.txt: Add gnuit.
28441
28442 2008-01-31  Bruno Haible  <bruno@clisp.org>
28443
28444         * lib/md4.c (set_uint32): Mark as inline.
28445         * lib/md5.c (set_uint32): Likewise.
28446         * lib/sha1.c (set_uint32): Likewise.
28447         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
28448         * m4/md5.m4 (gl_MD5): Likewise.
28449         * m4/sha1.m4 (gl_SHA1): Likewise.
28450
28451 2008-01-31  Jim Meyering  <meyering@redhat.com>
28452
28453         Use "sizeof VAR", rather than a literal "4".
28454         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
28455         * lib/md4.c (md4_read_ctx): Likewise.
28456         * lib/sha1.c (sha1_read_ctx): Likewise.
28457
28458 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28459
28460         * tests/test-sha1.c: New file, based on test-md5.c.
28461
28462         * modules/crypto/sha1-tests: New file.
28463
28464 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28465
28466         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
28467
28468 2008-01-31  Jim Meyering  <meyering@redhat.com>
28469
28470         Prefer "sizeof v" over the equivalent "4".
28471         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
28472         * lib/md5.c (set_uint32): Likewise.
28473         * lib/sha1.c (set_uint32): Likewise.
28474
28475 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28476
28477         * lib/sha1.c (set_uint32): Mark function as static.
28478
28479 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28480
28481         md2: clarify comments to say that alignment is not required.
28482         * lib/md2.h: Remove warning about alignment in comment.
28483         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
28484         never been required.
28485
28486 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28487
28488         md4: adapt alignment constraint fix from sha1.
28489         * lib/md4.c (set_uint32): New function, from sha1.c
28490         (md4_read_ctx): Use it.
28491         (md4_finish_ctx): Doc fix.
28492         * lib/md4.h: Doc fix.
28493
28494 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28495
28496         md5: adapt alignment constraint fix from sha1.
28497         * lib/md5.c (set_uint32): New function, from sha1.c
28498         (md5_read_ctx): Use it.
28499         (md5_finish_ctx): Doc fix.
28500         * lib/md5.h: Doc fix.
28501
28502 2008-01-30  Peter Palfrader  <weasel@debian.org>
28503
28504         sha1: remove the result buffer alignment constraint
28505         * lib/sha1.c (set_uint32): New function.
28506         (sha1_read_ctx): Rewrite to remove the result buffer alignment
28507         constraint.
28508         (sha1_finish_ctx): Remove comment warning about alignment constraint.
28509         * lib/sha1.h: Likewise.
28510
28511 2008-01-30  Andreas Schwab  <schwab@suse.de>
28512             Bruno Haible  <bruno@clisp.org>
28513
28514         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
28515         correct definition of LDBL_MIN_EXP.
28516
28517 2008-01-30  Karl Berry  <karl@gnu.org>
28518
28519         * config/srclist-update: try to preserve x bit on updates.
28520         * config/srclistvars.sh: update for karl.
28521
28522 2008-01-29  Jim Meyering  <meyering@redhat.com>
28523
28524         vasnprintf.c: Avoid warning about unused label
28525         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
28526         "overflow" label definition and associated code with the
28527         same cpp condition that guards the sole use of that label.
28528
28529 2008-01-26  Bruno Haible  <bruno@clisp.org>
28530
28531         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
28532         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
28533         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
28534         * lib/isnanl-nolibm.h (isnanl): Likewise.
28535         Reported by Paul Eggert <eggert@cs.ucla.edu>.
28536
28537 2008-01-26  Bruno Haible  <bruno@clisp.org>
28538
28539         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
28540         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
28541
28542 2008-01-26  Bruno Haible  <bruno@clisp.org>
28543
28544         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
28545         GCC >= 4.0 built-in.
28546         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
28547
28548 2008-01-26  Bruno Haible  <bruno@clisp.org>
28549
28550         Rename isnan, applicable to 'double' only, to isnand.
28551         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
28552         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
28553         (configure.ac): Update.
28554         (Include): Replace "isnan.h" with "isnand.h".
28555         * m4/isnand.m4: Renamed from m4/isnan.m4.
28556         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
28557         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
28558         instead of isnan.c.
28559         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
28560         instead of HAVE_ISNAN_IN_LIBC.
28561         (isnand): Renamed from isnan.
28562         * lib/isnand.c: New file.
28563         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
28564         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
28565         (Makefile.am): Update.
28566         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
28567         Include isnand.h instead of isnan.h.
28568         (main): Test isnand instead of isnan.
28569         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
28570         isnan-nolibm.
28571         * modules/frexp (Depends-on): Likewise.
28572         * modules/frexp-tests (Depends-on): Likewise.
28573         * modules/frexp-nolibm (Depends-on): Likewise.
28574         * modules/frexp-nolibm-tests (Depends-on): Likewise.
28575         * modules/isfinite (Depends-on): Likewise.
28576         * modules/round-tests (Depends-on): Likewise.
28577         * modules/signbit (Depends-on): Likewise.
28578         * modules/signbit-tests (Depends-on): Likewise.
28579         * modules/snprintf-posix (Depends-on): Likewise.
28580         * modules/sprintf-posix (Depends-on): Likewise.
28581         * modules/trunc-tests (Depends-on): Likewise.
28582         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
28583         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
28584         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
28585         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
28586         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
28587         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
28588         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
28589         * modules/vasnprintf-posix (Depends-on): Likewise.
28590         * modules/vasprintf-posix (Depends-on): Likewise.
28591         * modules/vfprintf-posix (Depends-on): Likewise.
28592         * modules/vsnprintf-posix (Depends-on): Likewise.
28593         * modules/vsprintf-posix (Depends-on): Likewise.
28594         * lib/frexp.c: Include isnand.h instead of isnan.h.
28595         (ISNAN): Set to isnand instead of isnan.
28596         * lib/isfinite.c: Include isnand.h instead of isnan.h.
28597         (gl_isfinited): Use isnand instead of isnan.
28598         * lib/signbitd.c: Include isnand.h instead of isnan.h.
28599         (gl_signbitd): Use isnand instead of isnan.
28600         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
28601         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
28602         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
28603         (main): Use isnand instead of isnan.
28604         * tests/test-round1.c: Include isnand.h.
28605         (main): Use isnand instead of isnan.
28606         * tests/test-round2.c: Include isnand.h instead of isnan.h.
28607         (ISNAN): Set to isnand instead of isnan.
28608         * tests/test-trunc1.c: Include isnand.h.
28609         (main): Use isnand instead of isnan.
28610         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
28611         (equal): Use isnand instead of isnan.
28612         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
28613         isnand-nolibm.
28614         * NEWS: Mention the change.
28615
28616 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
28617             Bruno Haible  <bruno@clisp.org>
28618
28619         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
28620         the GCC builtins for signbits are present and set
28621         REPLACE_SIGNBIT_USING_GCC if so.
28622         * lib/math.in.h (signbit): Define using GCC builtins if
28623         REPLACE_SIGNBIT_USING_GCC is set.
28624         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
28625         REPLACE_SIGNBIT_USING_GCC.
28626         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
28627
28628 2008-01-25  Jim Meyering  <meyering@redhat.com>
28629
28630         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
28631         * lib/poll.c: Include <config.h>, not "config.h".
28632         * tests/test-getaddrinfo.c: Likewise.
28633
28634 2008-01-25  Simon Josefsson  <simon@josefsson.org>
28635
28636         * modules/sockets-tests: New file.
28637
28638 2008-01-24  Simon Josefsson  <simon@josefsson.org>
28639
28640         * modules/sockets: New module, can be used to call WSA_Startup and
28641         WSA_Cleanup when needed.
28642
28643         * lib/sockets.h, lib/sockets.c: New files.
28644
28645         * m4/sockets.m4: New file.
28646
28647         * tests/test-sockets.c: New file.
28648
28649 2008-01-19  Bruno Haible  <bruno@clisp.org>
28650
28651         * doc/posix-headers: Renamed from doc/headers.
28652         * doc/posix-functions: Renamed from doc/functions.
28653         * doc/gnulib.texi: Update.
28654
28655 2008-01-19  Bruno Haible  <bruno@clisp.org>
28656
28657         * doc/glibc-functions/strcasestr.texi: Include contents of
28658         doc/functions/strcasestr.texi, fixing the list of platforms.
28659         * doc/functions/strcasestr.texi: Remove file.
28660
28661 2008-01-19  Bruno Haible  <bruno@clisp.org>
28662
28663         * doc/glibc-functions/memmem.texi: Include contents of
28664         doc/functions/memmem.texi.
28665         * doc/functions/memmem.texi: Remove file.
28666
28667 2008-01-18  Bruno Haible  <bruno@clisp.org>
28668
28669         * doc/glibc-functions/*.texi: New files.
28670         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
28671         to use the new files.
28672
28673 2008-01-17  Bruno Haible  <bruno@clisp.org>
28674
28675         * tests/test-gethostname.c (main): Fix printf statement.
28676
28677 2008-01-17  Simon Josefsson  <simon@josefsson.org>
28678
28679         * modules/gethostname-tests: New file.
28680
28681         * tests/test-gethostname.c: New file.
28682
28683 2008-01-17  Simon Josefsson  <simon@josefsson.org>
28684
28685         * lib/gethostname.c: Include string.h unconditionally, strncpy is
28686         used by the UNAME case.  Reported by Bruno Haible
28687         <bruno@clisp.org>.
28688
28689 2008-01-17  Eric Blake  <ebb9@byu.net>
28690
28691         Convert c-strcasestr to be more efficient.
28692         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
28693         (Depends-on): Add c-strcase, remove malloca, strnlen.
28694         * tests/test-c-strcasestr.c (main): Enhance test.
28695         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
28696
28697 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
28698
28699         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
28700         Use it in creating po/Makevars.
28701
28702 2008-01-15  Simon Josefsson  <simon@josefsson.org>
28703
28704         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
28705         Applications that requires it should initialize libgcrypt
28706         manually.
28707
28708 2008-01-16  Simon Josefsson  <simon@josefsson.org>
28709
28710         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
28711
28712 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
28713
28714         Fix problem with getdate on mingw32 reported by Simon Josefsson
28715         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
28716         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
28717         tzname", when deciding whether to declare tzname.
28718         * lib/strftime.c (tzname): Likewise.
28719
28720 2008-01-15  Bruno Haible  <bruno@clisp.org>
28721
28722         Work around a MacOS X 10.5 bug in frexpl().
28723         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
28724         * doc/functions/frexpl.texi: Document the bug.
28725         Reported by Elias Pipping <pipping@gentoo.org>.
28726
28727 2008-01-14  Eric Blake  <ebb9@byu.net>
28728
28729         Touch up previous patch.
28730         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
28731         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
28732
28733         Convert strcasestr module to use Two-Way algorithm.
28734         * modules/strcasestr-simple: New module, based on the old
28735         strcasestr, but with Two-Way rather than KMP.
28736         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
28737         * lib/string.in.h (rpl_strcasestr): Declare.
28738         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
28739         performance.
28740         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
28741         * modules/string (Makefile.am): Support strcasestr.
28742         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
28743         * modules/strcasestr-tests (Depends-on): Check for alarm.
28744         * tests/test-strcasestr.c: Augment test.
28745         * lib/str-two-way.h: Clean up stray macro.
28746         * NEWS: Document new module.
28747         * MODULES.html.sh (string handling): Likewise.
28748         * doc/functions/strcasestr.texi: New file.
28749         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
28750         here, since it is not a POSIX function.
28751
28752 2008-01-14  Colin Watson  <cjwatson@debian.org>
28753             Bruno Haible  <bruno@clisp.org>
28754
28755         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
28756         works fine; if not, set REPLACE_STRSIGNAL.
28757         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
28758         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
28759         REPLACE_STRSIGNAL.
28760         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
28761         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
28762         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
28763
28764 2008-01-14  Bruno Haible  <bruno@clisp.org>
28765
28766         * modules/strsignal (Include): Change to <string.h>.
28767
28768 2008-01-14  Colin Watson  <cjwatson@debian.org>
28769
28770         * modules/argp (Notice): Add a notice recommending to change
28771         XGETTEXT_OPTIONS.
28772         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
28773
28774 2008-01-13  Colin Watson  <cjwatson@debian.org>
28775
28776         * modules/strsignal-tests: New file.
28777         * tests/test-strsignal.c: New file.
28778
28779         * lib/strsignal.c: New file, from glibc with modifications.
28780         * lib/siglist.h: New file, from glibc with modifications.
28781         * lib/string.in.h (strsignal): New declaration.
28782         * m4/strsignal.m4: New file.
28783         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
28784         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
28785         * modules/strsignal: New file.
28786         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
28787         HAVE_DECL_STRSIGNAL.
28788
28789 2008-01-13  Bruno Haible  <bruno@clisp.org>
28790
28791         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
28792         locale encoding is not ASCII. Needed for OpenBSD 4.0.
28793         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
28794         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
28795
28796 2008-01-13  Bruno Haible  <bruno@clisp.org>
28797
28798         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
28799         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
28800         * lib/argp.h (__attribute__): Likewise.
28801         * lib/c-stack.c (__attribute__): Likewise.
28802         * lib/error.h (__attribute__): Likewise.
28803         * lib/fts.c (__attribute__): Likewise.
28804         * lib/openat.h (__attribute__): Likewise.
28805         * lib/stdio.in.h (__attribute__): Likewise.
28806         * lib/string.in.h (__attribute__): Likewise.
28807         * lib/utimens.c (__attribute__): Likewise.
28808         * lib/vasnprintf.h (__attribute__): Likewise.
28809         * lib/xalloc.h (__attribute__): Likewise.
28810         * lib/xprintf.h (__attribute__): Likewise.
28811         * lib/xstrtol.h (__attribute__): Likewise.
28812         * lib/xvasprintf.h (__attribute__): Likewise.
28813
28814 2008-01-12  Bruno Haible  <bruno@clisp.org>
28815
28816         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
28817         * doc/glibc-headers/a.out.texi: New file.
28818         * doc/glibc-headers/aliases.texi: New file.
28819         * doc/glibc-headers/alloca.texi: New file.
28820         * doc/glibc-headers/ar.texi: New file.
28821         * doc/glibc-headers/argp.texi: New file.
28822         * doc/glibc-headers/argz.texi: New file.
28823         * doc/glibc-headers/byteswap.texi: New file.
28824         * doc/glibc-headers/crypt.texi: New file.
28825         * doc/glibc-headers/endian.texi: New file.
28826         * doc/glibc-headers/envz.texi: New file.
28827         * doc/glibc-headers/err.texi: New file.
28828         * doc/glibc-headers/error.texi: New file.
28829         * doc/glibc-headers/execinfo.texi: New file.
28830         * doc/glibc-headers/fpu_control.texi: New file.
28831         * doc/glibc-headers/fstab.texi: New file.
28832         * doc/glibc-headers/fts.texi: New file.
28833         * doc/glibc-headers/getopt.texi: New file.
28834         * doc/glibc-headers/ieee754.texi: New file.
28835         * doc/glibc-headers/ifaddrs.texi: New file.
28836         * doc/glibc-headers/libintl.texi: New file.
28837         * doc/glibc-headers/mcheck.texi: New file.
28838         * doc/glibc-headers/mntent.texi: New file.
28839         * doc/glibc-headers/obstack.texi: New file.
28840         * doc/glibc-headers/paths.texi: New file.
28841         * doc/glibc-headers/printf.texi: New file.
28842         * doc/glibc-headers/pty.texi: New file.
28843         * doc/glibc-headers/resolv.texi: New file.
28844         * doc/glibc-headers/shadow.texi: New file.
28845         * doc/glibc-headers/sysexits.texi: New file.
28846         * doc/glibc-headers/ttyent.texi: New file.
28847
28848 2008-01-12  Jim Meyering  <meyering@redhat.com>
28849
28850         announce-gen: emit Gnulib's git-based version string.
28851         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
28852         New option --gnulib-version=V, where V is expected to be
28853         the output of running git describe in the gnulib directory.
28854         (get_tool_versions): Request feedback on xdelta.  I suspect it's
28855         not useful, and plan to stop publishing an xdelta file with each
28856         coreutils release.
28857
28858         * build-aux/announce-gen: Also check for lzma-compressed files.
28859
28860 2008-01-11  Bruno Haible  <bruno@clisp.org>
28861
28862         * tests/test-memmem.c (main): Increase maximum allowed time.
28863         * tests/test-strstr.c (main): Likewise.
28864
28865 2008-01-11  Bruno Haible  <bruno@clisp.org>
28866
28867         * doc/functions/memmem.texi: Add more precisions about platforms.
28868         * doc/functions/strstr.texi: Likewise.
28869
28870 2008-01-10  Eric Blake  <ebb9@byu.net>
28871
28872         * m4/strstr.m4: Delete cruft from copy-n-paste.
28873         Reported by Bruno Haible.
28874
28875 2008-01-10  Bruno Haible  <bruno@clisp.org>
28876
28877         Make c-strstr rely on strstr.
28878         * lib/c-strstr.c: Don't include str-kmp.h.
28879         (c_strstr): Define in terms of strstr.
28880         * modules/c-strstr (Files): Remove lib/str-kmp.h.
28881         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
28882
28883 2008-01-10  Bruno Haible  <bruno@clisp.org>
28884
28885         * doc/gnulib.texi (String Functions in C Locale): New section.
28886         * doc/c-ctype.texi: New file.
28887         * doc/c-strcase.texi: New file.
28888         * doc/c-strcaseeq.texi: New file.
28889         * doc/c-strcasestr.texi: New file.
28890         * doc/c-strstr.texi: New file.
28891         * doc/c-strtod.texi: New file.
28892         * doc/c-strtold.texi: New file.
28893
28894 2008-01-10  Eric Blake  <ebb9@byu.net>
28895
28896         * lib/relocatable.h: Fix a comment.
28897
28898 2008-01-10  Eric Blake  <ebb9@byu.net>
28899
28900         Share two-way algorithm.
28901         * lib/str-two-way.h: New file, merged from...
28902         * lib/memmem.c: ...here...
28903         * lib/strstr.c: ...and here.
28904         * modules/memmem (Files): Use it.
28905         * modules/strstr (Files): Likewise.
28906
28907         Avoid quadratic strstr implementations.
28908         * lib/strstr.c: New file.
28909         * m4/strstr.m4: Likewise.
28910         * modules/strstr: Likewise.
28911         * modules/strstr-tests: Likewise.
28912         * tests/test-strstr.c: Likewise.
28913         * lib/string.in.h (rpl_strstr): Declare.
28914         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
28915         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
28916         * modules/string (Makefile.am): Likewise.
28917         * MODULES.html.sh (string handling): Mention new module.
28918         * doc/functions/strstr.texi (strstr): Document the bug.
28919
28920 2008-01-10  Bruno Haible  <bruno@clisp.org>
28921
28922         * lib/relocatable.h (relocate): State whether result is freshly
28923         allocated or not.
28924         * lib/relocatable.c (relocate): Return a freshly allocated string
28925         instead of a pointer to a privately held string.
28926         Reported by Sylvain Beucler <beuc@gnu.org>.
28927
28928 2008-01-10  Colin Watson  <cjwatson@debian.org>
28929
28930         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
28931         s/S_ISNLK/S_ISLNK/.
28932
28933 2008-01-09  Bruno Haible  <bruno@clisp.org>
28934
28935         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
28936         and other files.
28937         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
28938         if it's only a guess.
28939         * modules/memmem: Simplify by depending on memmem-simple.
28940
28941 2008-01-09  Bruno Haible  <bruno@clisp.org>
28942
28943         Work around OpenBSD 4.0 tdelete() bug.
28944         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
28945         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
28946         macros and don't redefine the enum values.
28947         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
28948         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
28949         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
28950
28951 2008-01-09  Bruno Haible  <bruno@clisp.org>
28952
28953         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
28954         (main): Don't perform the tests if setlocale did not install a UTF-8
28955         locale. Needed on OpenBSD 4.0.
28956         * modules/wcwidth-tests (Depends-on): Add localcharset.
28957
28958 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
28959
28960         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
28961         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
28962         * NEWS: announce this.
28963         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
28964
28965 2008-01-09  Simon Josefsson  <simon@josefsson.org>
28966         and Eric Blake  <ebb9@byu.net>
28967
28968         Add memmem-simple module.
28969         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
28970         (gl_FUNC_MEMMEM): Separate performance from presence checks.
28971         * modules/memmem-simple: New file.
28972         * modules/memmem (Description): Tweak.
28973         * MODULES.html.sh (string handling): Mention new module.
28974         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
28975         addressed by memmem-simple.
28976         * NEWS: Document the difference.
28977
28978 2008-01-09  Eric Blake  <ebb9@byu.net>
28979
28980         Give gcc some memmem optimization hints.
28981         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
28982         (strcasestr): Declare as pure.
28983         * modules/memmem (Maintainer): Claim my implementation.
28984
28985 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
28986
28987         Support AIX 6.1 and higher.
28988         * build-aux/config.libpath: Likewise.
28989         * build-aux/config.rpath: Likewise.
28990
28991 2008-01-08  Jim Meyering  <meyering@redhat.com>
28992             Bruno Haible  <bruno@clisp.org>
28993
28994         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
28995         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
28996         Reported by Peter Fales in
28997         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
28998
28999 2008-01-08  Bruno Haible  <bruno@clisp.org>
29000
29001         * modules/unictype/category-of (Depends-on): Add
29002         unictype/category-none.
29003         * modules/unictype/category-and-tests (Depends-on): Add
29004         unictype/category-{L,N,Lu,Nd}.
29005         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
29006         * modules/unictype/category-or-tests (Depends-on): Add
29007         unictype/category-{L,N}.
29008         * modules/unictype/category-name-tests (Depends-on): Add
29009         unictype/category-{Z,Nl}.
29010         Reported by Simon Josefsson.
29011
29012 2008-01-08  Bruno Haible  <bruno@clisp.org>
29013
29014         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
29015         convention better.
29016         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
29017         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
29018         Reported by Peter Miller <millerp@canb.auug.org.au>.
29019
29020 2008-01-08  Eric Blake  <ebb9@byu.net>
29021
29022         Rewrite memmem to guarantee linear complexity without malloc.
29023         * lib/memmem.c (memmem): Use Two-Way rather than
29024         Knuth-Morris-Pratt, to allow O(1) space usage.
29025         (critical_factorization, two_way_short_needle)
29026         (two_way_long_needle): New functions.
29027         (knuth_morris_pratt): Delete.
29028         * modules/memmem (Depends-on): No longer need malloca or stdbool.
29029         Add stdint.
29030         * tests/test-memmem.c (main): Add tests for periodic needle and
29031         sublinear performance.
29032         * doc/functions/memmem.texi (memmem): Document other deficiencies
29033         in cygwin and older glibc.
29034
29035 2008-01-08  Bruno Haible  <bruno@clisp.org>
29036
29037         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
29038         augmentation.
29039
29040 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
29041
29042         Add a configure time option: --disable-acl.
29043         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
29044         AC_ARG_ENABLE(acl).
29045
29046 2008-01-06  Simon Josefsson  <simon@josefsson.org>
29047
29048         * tests/test-localename.c: Don't include obsolete "setenv.h".
29049
29050         * modules/localename-tests (Depends-on): Need unsetenv.
29051
29052 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29053
29054         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
29055
29056 2008-01-06  Colin Watson  <cjwatson@debian.org>
29057
29058         * users.txt: Add man-db.
29059
29060 2008-01-07  Bruno Haible  <bruno@clisp.org>
29061
29062         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
29063         previous section name.
29064
29065 2008-01-07  Bruno Haible  <bruno@clisp.org>
29066
29067         * lib/progname.c (set_program_name): Don't strip off a leading
29068         "lt-" prefix outside a .libs directory.
29069         Suggested by Paul Eggert.
29070
29071 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
29072             Bruno Haible  <bruno@clisp.org>
29073
29074         Improve memory cleanup in 'relocatable' module.
29075         * lib/relocatable.h (compute_curr_prefix): Change return type to
29076         'char *'.
29077         * lib/relocatable.c (compute_curr_prefix): Change return type to
29078         'char *'. Free curr_installdir after use.
29079         (relocate): Free curr_prefix_better after use.
29080         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
29081
29082 2008-01-01  Bruno Haible  <bruno@clisp.org>
29083
29084         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
29085         failure on older glibc systems.
29086         Reported by Peter Fales <psfales@alcatel-lucent.com>.
29087
29088 2008-01-05  Eric Blake  <ebb9@byu.net>
29089
29090         Avoid quadratic system memmem.
29091         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
29092         Reported by Ralf Wildenhues.
29093
29094         Fix memmem test for mingw.
29095         * modules/memmem-tests (configure.ac): Check for alarm.
29096         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
29097         it.
29098         * doc/functions/memmem.texi: New file.
29099         * doc/gnulib.texi (Function Substitutes): Add memmem.
29100         Reported by Bruno Haible.
29101
29102 2008-01-04  Bruno Haible  <bruno@clisp.org>
29103
29104         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
29105         Require gl_HEADER_STRINGS_H_DEFAULTS, not
29106         gl_HEADER_STRING_H_DEFAULTS.
29107
29108 2008-01-04  Eric Blake  <ebb9@byu.net>
29109
29110         Shorten duration of memmem test.
29111         * tests/test-memmem.c (main): Use alarm to declare failure if test
29112         is taking too long.
29113         Reported by Ralf Wildenhues.
29114
29115 2007-12-21  Simon Josefsson  <simon@josefsson.org>
29116
29117         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
29118         string, needed by strerror.
29119
29120 2008-01-03  Colin Watson  <cjwatson@debian.org>
29121             Bruno Haible  <bruno@clisp.org>
29122
29123         * doc/gnulib-tool.texi (Localization): New section.
29124
29125 2008-01-02  Bruno Haible  <bruno@clisp.org>
29126
29127         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
29128         variables to 'unsigned char *' type.
29129         Reported by Paul Eggert.
29130
29131 2008-01-02  Jim Meyering  <jim@meyering.net>
29132
29133         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
29134
29135 2007-12-31  Jim Meyering  <jim@meyering.net>
29136
29137         Avoid use of private FTS type name.
29138         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
29139
29140 2007-12-30  Karl Berry  <karl@gnu.org>
29141
29142         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
29143         work around defect in Texinfo and/or the standalone Info browser.
29144
29145 2007-12-30  Bruno Haible  <bruno@clisp.org>
29146
29147         Unify 5 copies of the KMP code.
29148         * lib/str-kmp.h: New file.
29149         * lib/c-strcasestr.c: Include str-kmp.h.
29150         (knuth_morris_pratt): Remove function.
29151         (c_strcasestr): Update.
29152         * lib/c-strstr.c: Include str-kmp.h.
29153         (knuth_morris_pratt): Remove function.
29154         (c_strcasestr): Update.
29155         * lib/mbscasestr.c: Include str-kmp.h.
29156         (knuth_morris_pratt_unibyte): Remove function.
29157         * lib/mbsstr.c: Include str-kmp.h.
29158         (knuth_morris_pratt_unibyte): Remove function.
29159         * lib/strcasestr.c: Include str-kmp.h.
29160         (knuth_morris_pratt): Remove function.
29161         (strcasestr): Update.
29162         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
29163         * modules/c-strstr (Files): Likewise.
29164         * modules/mbscasestr (Files): Likewise.
29165         * modules/mbsstr (Files): Likewise.
29166         * modules/strcasestr (Files): Likewise.
29167         Suggested by Paul Eggert.
29168
29169 2007-12-30  Bruno Haible  <bruno@clisp.org>
29170
29171         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
29172         defined.
29173
29174 2007-12-30  Bruno Haible  <bruno@clisp.org>
29175
29176         * lib/xmalloca.h: Include xalloc.h.
29177         (xnmalloca): New macro.
29178
29179 2007-12-30  Bruno Haible  <bruno@clisp.org>
29180
29181         * lib/malloca.h (nmalloca): New macro.
29182         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
29183         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
29184         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
29185         knuth_morris_pratt_multibyte): Likewise.
29186         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
29187         knuth_morris_pratt_multibyte): Likewise.
29188         * lib/memmem.c (knuth_morris_pratt): Likewise.
29189         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
29190
29191 2007-12-25  Bruno Haible  <bruno@clisp.org>
29192
29193         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
29194         * lib/glob.c: Don't include openat.h.
29195         (link_exists2_p): Add back the code that deals with the
29196         !GLOB_ALTDIRFUNC case.
29197         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
29198         let it do the filename concatenation.
29199         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
29200         * modules/glob (Depends-on): Remove openat.
29201
29202 2007-12-31  Bruno Haible  <bruno@clisp.org>
29203
29204         * modules/dirfd (License): Change to LGPLv2+.
29205         Approved by Jim Meyering.
29206
29207 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
29208
29209         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
29210         when multiplying M by sizeof (size_t).
29211
29212 2007-12-10  Martin Lambers  <marlam@marlam.de>
29213
29214         Override getpagesize on mingw.
29215         * lib/getpagesize.c: New file.
29216         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
29217         * modules/getpagesize (Files): Add lib/getpagesize.c.
29218         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
29219         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
29220         REPLACE_GETPAGESIZE.
29221         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
29222
29223 2007-12-25  Bruno Haible  <bruno@clisp.org>
29224
29225         * modules/localcharset (Notice): New field.
29226         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
29227         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
29228
29229 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
29230             Bruno Haible  <bruno@clisp.org>
29231
29232         Avoid using the syntax symbol() in formatted documentation.
29233         * MODULES.html.sh (func_module): When replacing symbol() with a
29234         hyperlink, remove the parentheses. Show an error if some remain.
29235         Recognize and render the '...' syntax.
29236         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
29237         Rework. Add paragraph about GCC's inlining.
29238         * doc/alloca.texi: Likewise.
29239         * doc/error.texi: Remove parentheses from symbol reference.
29240         * doc/gnulib-intro.texi: Likewise.
29241         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
29242         * modules/fnmatch (Description): Reword to say "the ... function".
29243         * modules/full-read (Description): Likewise.
29244         * modules/full-write (Description): Likewise.
29245         * modules/safe-read (Description): Likewise.
29246         * modules/safe-write (Description): Likewise.
29247         * modules/strchrnul (Description): Likewise.
29248         * modules/trim (Description): Likewise.
29249         * modules/error (Description): Remove parentheses from symbol
29250         references.
29251         * modules/verror (Description): Likewise.
29252         Reported by Karl Berry.
29253
29254 2007-12-25  Bruno Haible  <bruno@clisp.org>
29255
29256         Fixup after 2007-10-16 commit.
29257         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
29258
29259 2007-12-24  Bruno Haible  <bruno@clisp.org>
29260
29261         Make --enable-relocatable work with DESTDIR.
29262         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
29263         to compute installdir from destprog.
29264         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
29265         also set the RELOC_DESTDIR variable.
29266         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
29267
29268 2007-12-24  Bruno Haible  <bruno@clisp.org>
29269
29270         Fix link error due to xalloc_die().
29271         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
29272         of xreadlink.
29273         * lib/relocwrapper.c: Update comments.
29274         * build-aux/install-reloc: Remove xreadlink.c from file list.
29275         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
29276         xreadlink.c.
29277         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
29278
29279 2007-12-24  Bruno Haible  <bruno@clisp.org>
29280
29281         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
29282         * lib/setenv.h: Remove file.
29283         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
29284         lib/setenv.h.
29285         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
29286         (Depends-on): Add stdlib.
29287         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
29288         gl_FUNC_UNSETENV.
29289         (Include): Replace setenv.h with <stdlib.h>.
29290         * modules/unsetenv: New file.
29291         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
29292         * lib/unsetenv.c: Include <stdlib.h> first.
29293         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
29294         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
29295         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
29296         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
29297         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
29298         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
29299         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
29300         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
29301         * doc/functions/unsetenv.texi: Update.
29302         * modules/xsetenv (Depends-on): Add unsetenv.
29303         * modules/getdate (Depends-on): Likewise.
29304         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
29305         * lib/xsetenv.c: Don't include setenv.h.
29306         * lib/getdate.y: Likewise.
29307         * lib/relocwrapper.c: Likewise.
29308         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
29309         (Depends-on): Add stdlib.
29310         * NEWS: Mention the changes.
29311         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
29312
29313 2007-12-23  Bruno Haible  <bruno@clisp.org>
29314
29315         * lib/memmem.c (memmem): Use lowercase variable names. Tab
29316         indentation.
29317
29318 2007-12-23  Bruno Haible  <bruno@clisp.org>
29319
29320         * lib/c-strcasestr.c: Add more comments.
29321         * lib/c-strstr.c: Likewise.
29322         * lib/mbscasestr.c: Likewise.
29323         * lib/mbsstr.c: Likewise.
29324         * lib/strcasestr.c: Likewise.
29325         * lib/memmem.c: Likewise.
29326
29327 2007-12-23  Bruno Haible  <bruno@clisp.org>
29328
29329         * tests/test-memmem.c: Include <string.h> first.
29330
29331 2007-12-22  Bruno Haible  <bruno@clisp.org>
29332
29333         * gnulib-tool (func_create_testdir): Change $auxdir while generating
29334         the contents of $testsbase.
29335         Reported by Ralf Wildenhues.
29336
29337 2007-12-22  Bruno Haible  <bruno@clisp.org>
29338
29339         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
29340         two variables local_ldadd_before, local_ldadd_last.
29341
29342 2007-12-20  Eric Blake  <ebb9@byu.net>
29343
29344         Work around circular library issue when cross-compiling.
29345         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
29346         that progname.o does not need to pull in rpl_memcmp.
29347
29348 2007-12-19  Eric Blake  <ebb9@byu.net>
29349
29350         Fix memmem to avoid O(n^2) worst-case complexity.
29351         * lib/memmem.c (knuth_morris_pratt): New function.
29352         (memmem): Use it if first few naive iterations fail.
29353         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
29354         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
29355         * modules/memchr (License): Likewise.
29356         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
29357         malloca.
29358         * tests/test-memmem.c: Rewrite, borrowing ideas from
29359         test-mbsstr1.c; the old version wouldn't even compile!
29360         * modules/memmem-tests: New file.
29361         * lib/string.in.h (rpl_memmem): Add declaration.
29362         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
29363         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
29364         REPLACE_MEMMEM.
29365
29366 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
29367
29368         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
29369         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
29370         before any system include files, and undef after them all.  This
29371         should fix a problem on VMS reported by John E. Malmberg in
29372         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
29373
29374 2007-12-17  Eric Blake  <ebb9@byu.net>
29375
29376         Revert addition of verify, for BSD/OS.
29377         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
29378         can't handle large files, for the sake of obsolete platforms.
29379         * modules/fseeko (Depends-on): Remove verify.
29380         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
29381         * doc/functions/ftello.texi (ftello): Likewise.
29382         * doc/functions/fgetpos.texi (fgetpos): Likewise.
29383         Reported by Larry Jones.
29384
29385 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
29386
29387         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
29388         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
29389
29390 2007-12-17  Jim Meyering  <meyering@redhat.com>
29391
29392         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
29393         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
29394         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
29395         * modules/getcwd (Depends-on): Add openat.
29396         Reported by Petr Salinger.
29397
29398 2007-12-17  Bruno Haible  <bruno@clisp.org>
29399
29400         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
29401         avoid a segmentation fault of the configure test on x86_64 systems.
29402
29403 2007-12-15  Jim Meyering  <meyering@redhat.com>
29404
29405         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
29406
29407 2007-12-13  Eric Blake  <ebb9@byu.net>
29408
29409         Another fseek test.
29410         * tests/test-fseek.c (main): Also test ungetc handling.
29411         * tests/test-fseeko.c (main): Likewise.
29412         * modules/fseeko (Depends-on): Add verify.
29413         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
29414         large.
29415         Reported by Larry Jones.
29416
29417         Fix fseeko on mingw.
29418         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
29419         seek.
29420
29421         Beef up fseek tests.
29422         * tests/test-fseek.c (main): Also test eof handling.
29423         * tests/test-fseeko.c (main): Likewise.
29424         Reported by Larry Jones.
29425
29426 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
29427
29428         Fix fseeko on BSD-based platforms.
29429         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
29430         successful seek.
29431
29432 2007-12-12  Eric Blake  <ebb9@byu.net>
29433
29434         Allow circular dependency of separate libtests.a
29435         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
29436         when use_libtests.
29437
29438 2007-12-11  Eric Blake  <ebb9@byu.net>
29439
29440         Fix bug with -0.0L in previous patch.
29441         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
29442         * tests/test-isnan.c (main): Also test on zeroes.
29443         * tests/test-isnanf.c (main): Likewise.
29444         * tests/test-isnanl.h (main): Likewise.
29445
29446         Detect pseudo-denormals on x86 even when cross-compiling.
29447         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
29448         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
29449         invalid bit patterns that happen to satisfy ==.
29450
29451         Avoid link failures with separate libtests.a.
29452         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
29453         last, to satisfy circular dependencies.
29454
29455 2007-12-11  Eric Blake  <ebb9@byu.net>
29456         and Bruno Haible  <bruno@clisp.org>
29457
29458         Fix OpenBSD 4.0 <float.h> handling of long double.
29459         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
29460         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
29461         * doc/headers/float.texi (float.h): Document OpenBSD bug.
29462
29463 2007-12-11  Jim Meyering  <meyering@redhat.com>
29464
29465         * users.txt: Add libvirt.
29466
29467         Support versions of autoconf prior to 2.59c.
29468         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
29469         if it is not already defined.
29470
29471 2007-12-09  Bruno Haible  <bruno@clisp.org>
29472
29473         Let 'gnulib-tool --import' collect sources needed for the tests in
29474         tests/ rather than in lib/.
29475         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
29476         argument. If true, add rules to generate libtests.a, and put libtests.a
29477         into $(LDADD). Consider source files in subdirectories and set
29478         uses_subdirs.
29479         (func_emit_initmacro_start, func_emit_initmacro_end,
29480         func_emit_initmacro_done): Pass all arguments explicitly.
29481         (func_import): Determine two module lists main_modules,
29482         testsrelated_modules. Determine use_libtests. Determine two variables
29483         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
29484         instead of just sed_transform_lib_file. Determine two variables
29485         main_files and testsrelated_files. Compute 'files' as the union of
29486         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
29487         func_add_or_update. In the generated gnulib-comp.m4, collect the
29488         object files for tests/ in different variables than those for lib/.
29489         Substitute LIBTESTS_LIBDEPS.
29490         (func_create_testdir): Combine the uses_subdirs results from
29491         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
29492
29493 2007-12-09  Bruno Haible  <bruno@clisp.org>
29494
29495         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
29496         the build-aux directory.
29497
29498 2007-12-09  Bruno Haible  <bruno@clisp.org>
29499
29500         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
29501         introduced on 2006-09-09.
29502
29503 2007-12-07  Jim Meyering  <meyering@redhat.com>
29504
29505         Let these macros work also with autoconf-2.59.
29506         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
29507         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
29508         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
29509
29510 2007-12-06  Jim Meyering  <meyering@redhat.com>
29511
29512         Avoid a configure-time syntax error in gl_FUNC_ACL.
29513         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
29514         function in each branch, before testing the cache variable.
29515
29516 2007-12-04  Eric Blake  <ebb9@byu.net>
29517
29518         Make scripts executable.
29519         * build-aux/config.guess: Add execute permissions.
29520         * build-aux/config.sub: Likewise.
29521         * build-aux/gendocs.sh: Likewise.
29522
29523         Fix frexp on mingw.
29524         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
29525         cross-compiling.
29526         * doc/functions/frexp.texi (frexp): Document the bug.
29527
29528         Make cygwin fseeko check more reliable.
29529         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
29530         version numbers, rather than unrelated feature check.
29531         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
29532         * doc/functions/ftello.texi (ftello): Likewise.
29533         Reported by Bruno Haible.
29534
29535         * m4/strerror.m4: Bump version number.
29536
29537 2007-12-03  Bruno Haible  <bruno@clisp.org>
29538
29539         * doc/functions/mprotect.texi: Mention the mingw problem.
29540
29541 2007-12-03  Eric Blake  <ebb9@byu.net>
29542
29543         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
29544         REPLACE_STRERROR is initialized before this macro.
29545
29546 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
29547
29548         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
29549         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
29550         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
29551         put -lsec in even for programs other than 'ls'.  This fixes a problem
29552         for gettext reported by Bruno Haible in
29553         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
29554         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
29555         Add support for Solaris 10.  This isn't efficient, but should get the
29556         job done for now.
29557
29558 2007-12-03  James Youngman  <jay@gnu.org>
29559
29560         * doc/regexprops-generic.texi: change "an close-group" to "a
29561         close-group" and "illegal" to "not allowed".
29562
29563 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29564
29565         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
29566         pr_byname.h. Needed for the rare case when the maintainer has done
29567         "make maintainer-clean" in the source directory and then attempts a
29568         build outside the source directory.
29569         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
29570         scripts_byname.h.
29571
29572 2007-12-02  Martin Lambers <marlam@marlam.de>
29573             Bruno Haible  <bruno@clisp.org>
29574
29575         * lib/getpagesize.h: Remove file.
29576         * lib/unistd.in.h: Include declaration of getpagesize here.
29577         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
29578         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
29579         HAVE_SYS_PARAM_H.
29580         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
29581         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
29582         * modules/getpagesize (Files): Remove lib/getpagesize.h.
29583         (Depends-on): Add unistd.
29584         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
29585         (Include): Use <unistd.h> instead of getpagesize.h.
29586         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
29587         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
29588         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
29589         gl_GETPAGESIZE invocation, already handled by module dependency.
29590         * lib/pagealign_alloc.c: Don't include getpagesize.h.
29591
29592 2007-12-02  Bruno Haible  <bruno@clisp.org>
29593
29594         * modules/strings-tests: New file.
29595         * tests/test-strings.c: New file.
29596
29597         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
29598         * lib/strings.in.h: New file.
29599         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
29600         * m4/strings_h.m4: New file.
29601         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
29602         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
29603         * modules/strings: New file.
29604         * modules/string (Makefile.am): Update.
29605         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
29606         Reported by Karl Berry.
29607
29608 2007-12-01  Eric Blake  <ebb9@byu.net>
29609
29610         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
29611         accomodate fix in cygwin 1.5.25.
29612
29613 2007-12-01  Jim Meyering  <meyering@redhat.com>
29614
29615         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
29616         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
29617         that would inhibit utf8-optimization of a regexp containing line-
29618         or buffer-anchors, e.g., `^', `$'.
29619
29620 2007-11-30  Bruno Haible  <bruno@clisp.org>
29621
29622         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
29623         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
29624         glthread_recursive_lock_init.
29625         * lib/lock.c (glthread_recursive_lock_init)
29626         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
29627         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
29628
29629 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
29630
29631         New function qset_acl, like set_acl but with syscall semantics.
29632         * lib/acl.h (qset_acl): New decl.
29633         * lib/acl.c (qset_acl): New function.
29634         (set_acl): Use new function.  Use more-consistent diagnostics.
29635
29636 2007-11-28  Jim Meyering  <meyering@redhat.com>
29637
29638         * modules/physmem (License): Change from GPL to LGPLv2+.
29639
29640 2007-11-26  Bruno Haible  <bruno@clisp.org>
29641
29642         * lib/vasnprintf.c (decode_long_double): Don't abort if the
29643         'long double' type has excess precision.
29644         Reported by Jim Meyering in
29645         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
29646
29647 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29648
29649         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
29650         Sync from <http://gnu.org/licenses>.
29651         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
29652         with license text from same location.
29653         * doc/maintain.texi, doc/standards.texi:  Sync from
29654         <http://savannah.gnu.org/projects/gnustandards>.
29655
29656 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
29657         and Jim Meyering  <meyering@redhat.com>
29658
29659         Adjust getdate' grammar to accept a slightly more regular language.
29660         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
29661         Before, the former was rejected.
29662         * lib/getdate.y (digits_to_date_time): New function, factored
29663         out of ...
29664         (number): ...here.  Just call digits_to_date_time.
29665         (hybrid): New non-terminal to handle an <unsigned number,
29666         signed relative offset> sequence consistently.
29667
29668 2007-11-18  Jim Meyering  <meyering@redhat.com>
29669
29670         Pull my changes from coreutils:
29671         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
29672         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
29673         use of $gnulib_tool_option_extras, so that it's separated from the
29674         preceding argument.
29675
29676         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
29677         * build-aux/bootstrap (cp_mark_as_generated): Create any required
29678         parent destination directories before copying a file into place.
29679
29680 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
29681
29682         bootstrap: work also with 4-argument variant of AC_INIT
29683         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
29684
29685 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
29686
29687         Port test-getaddrinfo to Solaris.
29688         Problem reported by Bruno Haible in
29689         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
29690         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
29691         explanation of setting 'hints'.
29692         Don't reject an implementation merely because it returns EAI_SERVICE.
29693         (EAI_SERVICE): Define to 0 if not defined.
29694
29695 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
29696
29697         The license of gnu-make and posix-shell is now "GPLed build tool".
29698         * modules/gnu-make (License): Likewise.
29699         * modules/posix-shell (License): Likewise.
29700
29701         New module posix-shell, for determining a POSIX shell
29702         or perhaps something that is close enough to a POSIX shell.
29703         * m4/posix-shell.m4: New file.
29704         * modules/posix-shell: New file.
29705
29706         * MODULES.html.sh: Mention new module.
29707
29708         New module gnu-make, for determining whether we're using GNU Make.
29709         * m4/gnu-make.m4: New file.
29710         * modules/gnu-make: New file.
29711         * MODULES.html.sh: Mention new module.
29712
29713 2007-11-14  Jim Meyering  <meyering@redhat.com>
29714
29715         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
29716         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
29717         use this macro to create a function _definition_.
29718         Remove useless "#undef ARGMATCH_DIE".
29719
29720 2007-11-14  Bruno Haible  <bruno@clisp.org>
29721
29722         * lib/config.charset: Update for OpenBSD 4.1.
29723         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
29724
29725 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
29726
29727         Document 64-bit #if problems in stdint.texi.
29728         * doc/headers/stdint.texi (stdint.h): Mention problems with
29729         64-bit-#if, and how to work around them.
29730
29731         Don't insist on 'long long int' support in the preprocessor.  It
29732         breaks too many things.  For example, PRIdMAX still uses a 'long
29733         long int' format with the latest Sun compiler, even though
29734         HAVE_LONG_LONG_INT isn't defined due to that compiler's
29735         preprocessor problem.  This causes the latest coreutils to dump
29736         core on Solaris 10 sparc with the Sun C compiler.
29737         Instead, fix the 2007-10-16 problem in a different way, by evaluating
29738         the troublesome expressions at configure-time, not at #if-time.
29739         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
29740         preprocessor.
29741         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
29742         compile-time C checks, done at 'configure'-time.
29743         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
29744         * modules/inttypes (Makefile): Substitute the new symbols that
29745         gl_INTTYPES_H now generates.
29746         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
29747
29748 2007-11-12  Bruno Haible  <bruno@clisp.org>
29749
29750         Tests for Unicode character classification functions.
29751
29752         * modules/unictype/bidicategory-byname-tests: New file.
29753         * modules/unictype/bidicategory-name-tests: New file.
29754         * modules/unictype/bidicategory-of-tests: New file.
29755         * modules/unictype/bidicategory-test-tests: New file.
29756         * modules/unictype/block-list-tests: New file.
29757         * modules/unictype/block-of-tests: New file.
29758         * modules/unictype/block-test-tests: New file.
29759         * modules/unictype/category-C-tests: New file.
29760         * modules/unictype/category-Cc-tests: New file.
29761         * modules/unictype/category-Cf-tests: New file.
29762         * modules/unictype/category-Cn-tests: New file.
29763         * modules/unictype/category-Co-tests: New file.
29764         * modules/unictype/category-Cs-tests: New file.
29765         * modules/unictype/category-L-tests: New file.
29766         * modules/unictype/category-Ll-tests: New file.
29767         * modules/unictype/category-Lm-tests: New file.
29768         * modules/unictype/category-Lo-tests: New file.
29769         * modules/unictype/category-Lt-tests: New file.
29770         * modules/unictype/category-Lu-tests: New file.
29771         * modules/unictype/category-M-tests: New file.
29772         * modules/unictype/category-Mc-tests: New file.
29773         * modules/unictype/category-Me-tests: New file.
29774         * modules/unictype/category-Mn-tests: New file.
29775         * modules/unictype/category-N-tests: New file.
29776         * modules/unictype/category-Nd-tests: New file.
29777         * modules/unictype/category-Nl-tests: New file.
29778         * modules/unictype/category-No-tests: New file.
29779         * modules/unictype/category-P-tests: New file.
29780         * modules/unictype/category-Pc-tests: New file.
29781         * modules/unictype/category-Pd-tests: New file.
29782         * modules/unictype/category-Pe-tests: New file.
29783         * modules/unictype/category-Pf-tests: New file.
29784         * modules/unictype/category-Pi-tests: New file.
29785         * modules/unictype/category-Po-tests: New file.
29786         * modules/unictype/category-Ps-tests: New file.
29787         * modules/unictype/category-S-tests: New file.
29788         * modules/unictype/category-Sc-tests: New file.
29789         * modules/unictype/category-Sk-tests: New file.
29790         * modules/unictype/category-Sm-tests: New file.
29791         * modules/unictype/category-So-tests: New file.
29792         * modules/unictype/category-Z-tests: New file.
29793         * modules/unictype/category-Zl-tests: New file.
29794         * modules/unictype/category-Zp-tests: New file.
29795         * modules/unictype/category-Zs-tests: New file.
29796         * modules/unictype/category-and-not-tests: New file.
29797         * modules/unictype/category-and-tests: New file.
29798         * modules/unictype/category-byname-tests: New file.
29799         * modules/unictype/category-name-tests: New file.
29800         * modules/unictype/category-none-tests: New file.
29801         * modules/unictype/category-of-tests: New file.
29802         * modules/unictype/category-or-tests: New file.
29803         * modules/unictype/category-test-withtable-tests: New file.
29804         * modules/unictype/combining-class-tests: New file.
29805         * modules/unictype/ctype-alnum-tests: New file.
29806         * modules/unictype/ctype-alpha-tests: New file.
29807         * modules/unictype/ctype-blank-tests: New file.
29808         * modules/unictype/ctype-cntrl-tests: New file.
29809         * modules/unictype/ctype-digit-tests: New file.
29810         * modules/unictype/ctype-graph-tests: New file.
29811         * modules/unictype/ctype-lower-tests: New file.
29812         * modules/unictype/ctype-print-tests: New file.
29813         * modules/unictype/ctype-punct-tests: New file.
29814         * modules/unictype/ctype-space-tests: New file.
29815         * modules/unictype/ctype-upper-tests: New file.
29816         * modules/unictype/ctype-xdigit-tests: New file.
29817         * modules/unictype/decimal-digit-tests: New file.
29818         * modules/unictype/digit-tests: New file.
29819         * modules/unictype/mirror-tests: New file.
29820         * modules/unictype/numeric-tests: New file.
29821         * modules/unictype/property-alphabetic-tests: New file.
29822         * modules/unictype/property-ascii-hex-digit-tests: New file.
29823         * modules/unictype/property-bidi-arabic-digit-tests: New file.
29824         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
29825         * modules/unictype/property-bidi-block-separator-tests: New file.
29826         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
29827         * modules/unictype/property-bidi-common-separator-tests: New file.
29828         * modules/unictype/property-bidi-control-tests: New file.
29829         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
29830         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
29831         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
29832         * modules/unictype/property-bidi-european-digit-tests: New file.
29833         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
29834         * modules/unictype/property-bidi-left-to-right-tests: New file.
29835         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
29836         * modules/unictype/property-bidi-other-neutral-tests: New file.
29837         * modules/unictype/property-bidi-pdf-tests: New file.
29838         * modules/unictype/property-bidi-segment-separator-tests: New file.
29839         * modules/unictype/property-bidi-whitespace-tests: New file.
29840         * modules/unictype/property-byname-tests: New file.
29841         * modules/unictype/property-combining-tests: New file.
29842         * modules/unictype/property-composite-tests: New file.
29843         * modules/unictype/property-currency-symbol-tests: New file.
29844         * modules/unictype/property-dash-tests: New file.
29845         * modules/unictype/property-decimal-digit-tests: New file.
29846         * modules/unictype/property-default-ignorable-code-point-tests: New file.
29847         * modules/unictype/property-deprecated-tests: New file.
29848         * modules/unictype/property-diacritic-tests: New file.
29849         * modules/unictype/property-extender-tests: New file.
29850         * modules/unictype/property-format-control-tests: New file.
29851         * modules/unictype/property-grapheme-base-tests: New file.
29852         * modules/unictype/property-grapheme-extend-tests: New file.
29853         * modules/unictype/property-grapheme-link-tests: New file.
29854         * modules/unictype/property-hex-digit-tests: New file.
29855         * modules/unictype/property-hyphen-tests: New file.
29856         * modules/unictype/property-id-continue-tests: New file.
29857         * modules/unictype/property-id-start-tests: New file.
29858         * modules/unictype/property-ideographic-tests: New file.
29859         * modules/unictype/property-ids-binary-operator-tests: New file.
29860         * modules/unictype/property-ids-trinary-operator-tests: New file.
29861         * modules/unictype/property-ignorable-control-tests: New file.
29862         * modules/unictype/property-iso-control-tests: New file.
29863         * modules/unictype/property-join-control-tests: New file.
29864         * modules/unictype/property-left-of-pair-tests: New file.
29865         * modules/unictype/property-line-separator-tests: New file.
29866         * modules/unictype/property-logical-order-exception-tests: New file.
29867         * modules/unictype/property-lowercase-tests: New file.
29868         * modules/unictype/property-math-tests: New file.
29869         * modules/unictype/property-non-break-tests: New file.
29870         * modules/unictype/property-not-a-character-tests: New file.
29871         * modules/unictype/property-numeric-tests: New file.
29872         * modules/unictype/property-other-alphabetic-tests: New file.
29873         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
29874         * modules/unictype/property-other-grapheme-extend-tests: New file.
29875         * modules/unictype/property-other-id-continue-tests: New file.
29876         * modules/unictype/property-other-id-start-tests: New file.
29877         * modules/unictype/property-other-lowercase-tests: New file.
29878         * modules/unictype/property-other-math-tests: New file.
29879         * modules/unictype/property-other-uppercase-tests: New file.
29880         * modules/unictype/property-paired-punctuation-tests: New file.
29881         * modules/unictype/property-paragraph-separator-tests: New file.
29882         * modules/unictype/property-pattern-syntax-tests: New file.
29883         * modules/unictype/property-pattern-white-space-tests: New file.
29884         * modules/unictype/property-private-use-tests: New file.
29885         * modules/unictype/property-punctuation-tests: New file.
29886         * modules/unictype/property-quotation-mark-tests: New file.
29887         * modules/unictype/property-radical-tests: New file.
29888         * modules/unictype/property-sentence-terminal-tests: New file.
29889         * modules/unictype/property-soft-dotted-tests: New file.
29890         * modules/unictype/property-space-tests: New file.
29891         * modules/unictype/property-terminal-punctuation-tests: New file.
29892         * modules/unictype/property-test-tests: New file.
29893         * modules/unictype/property-titlecase-tests: New file.
29894         * modules/unictype/property-unassigned-code-value-tests: New file.
29895         * modules/unictype/property-unified-ideograph-tests: New file.
29896         * modules/unictype/property-uppercase-tests: New file.
29897         * modules/unictype/property-variation-selector-tests: New file.
29898         * modules/unictype/property-white-space-tests: New file.
29899         * modules/unictype/property-xid-continue-tests: New file.
29900         * modules/unictype/property-xid-start-tests: New file.
29901         * modules/unictype/property-zero-width-tests: New file.
29902         * modules/unictype/scripts-tests: New file.
29903         * modules/unictype/syntax-c-ident-tests: New file.
29904         * modules/unictype/syntax-c-whitespace-tests: New file.
29905         * modules/unictype/syntax-java-ident-tests: New file.
29906         * modules/unictype/syntax-java-whitespace-tests: New file.
29907         * tests/unictype/test-bidi_byname.c: New file.
29908         * tests/unictype/test-bidi_name.c: New file.
29909         * tests/unictype/test-bidi_of.c: New file.
29910         * tests/unictype/test-bidi_test.c: New file.
29911         * tests/unictype/test-block_list.c: New file.
29912         * tests/unictype/test-block_of.c: New file.
29913         * tests/unictype/test-block_test.c: New file.
29914         * tests/unictype/test-categ_and.c: New file.
29915         * tests/unictype/test-categ_and_not.c: New file.
29916         * tests/unictype/test-categ_byname.c: New file.
29917         * tests/unictype/test-categ_name.c: New file.
29918         * tests/unictype/test-categ_none.c: New file.
29919         * tests/unictype/test-categ_of.c: New file.
29920         * tests/unictype/test-categ_or.c: New file.
29921         * tests/unictype/test-categ_test_withtable.c: New file.
29922         * tests/unictype/test-combining.c: New file.
29923         * tests/unictype/test-decdigit.c: New file.
29924         * tests/unictype/test-digit.c: New file.
29925         * tests/unictype/test-mirror.c: New file.
29926         * tests/unictype/test-numeric.c: New file.
29927         * tests/unictype/test-pr_byname.c: New file.
29928         * tests/unictype/test-pr_test.c: New file.
29929         * tests/unictype/test-predicate-part1.h: New file.
29930         * tests/unictype/test-predicate-part2.h: New file.
29931         * tests/unictype/test-scripts.c: New file.
29932         * tests/unictype/test-sy_c_ident.c: New file.
29933         * tests/unictype/test-sy_java_ident.c: New file.
29934
29935         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
29936         for Unicode 5.0.0.
29937         * tests/unictype/test-categ_Cc.c: Likewise.
29938         * tests/unictype/test-categ_Cf.c: Likewise.
29939         * tests/unictype/test-categ_Cn.c: Likewise.
29940         * tests/unictype/test-categ_Co.c: Likewise.
29941         * tests/unictype/test-categ_Cs.c: Likewise.
29942         * tests/unictype/test-categ_L.c: Likewise.
29943         * tests/unictype/test-categ_Ll.c: Likewise.
29944         * tests/unictype/test-categ_Lm.c: Likewise.
29945         * tests/unictype/test-categ_Lo.c: Likewise.
29946         * tests/unictype/test-categ_Lt.c: Likewise.
29947         * tests/unictype/test-categ_Lu.c: Likewise.
29948         * tests/unictype/test-categ_M.c: Likewise.
29949         * tests/unictype/test-categ_Mc.c: Likewise.
29950         * tests/unictype/test-categ_Me.c: Likewise.
29951         * tests/unictype/test-categ_Mn.c: Likewise.
29952         * tests/unictype/test-categ_N.c: Likewise.
29953         * tests/unictype/test-categ_Nd.c: Likewise.
29954         * tests/unictype/test-categ_Nl.c: Likewise.
29955         * tests/unictype/test-categ_No.c: Likewise.
29956         * tests/unictype/test-categ_P.c: Likewise.
29957         * tests/unictype/test-categ_Pc.c: Likewise.
29958         * tests/unictype/test-categ_Pd.c: Likewise.
29959         * tests/unictype/test-categ_Pe.c: Likewise.
29960         * tests/unictype/test-categ_Pf.c: Likewise.
29961         * tests/unictype/test-categ_Pi.c: Likewise.
29962         * tests/unictype/test-categ_Po.c: Likewise.
29963         * tests/unictype/test-categ_Ps.c: Likewise.
29964         * tests/unictype/test-categ_S.c: Likewise.
29965         * tests/unictype/test-categ_Sc.c: Likewise.
29966         * tests/unictype/test-categ_Sk.c: Likewise.
29967         * tests/unictype/test-categ_Sm.c: Likewise.
29968         * tests/unictype/test-categ_So.c: Likewise.
29969         * tests/unictype/test-categ_Z.c: Likewise.
29970         * tests/unictype/test-categ_Zl.c: Likewise.
29971         * tests/unictype/test-categ_Zp.c: Likewise.
29972         * tests/unictype/test-categ_Zs.c: Likewise.
29973         * tests/unictype/test-ctype_alnum.c: Likewise.
29974         * tests/unictype/test-ctype_alpha.c: Likewise.
29975         * tests/unictype/test-ctype_blank.c: Likewise.
29976         * tests/unictype/test-ctype_cntrl.c: Likewise.
29977         * tests/unictype/test-ctype_digit.c: Likewise.
29978         * tests/unictype/test-ctype_graph.c: Likewise.
29979         * tests/unictype/test-ctype_lower.c: Likewise.
29980         * tests/unictype/test-ctype_print.c: Likewise.
29981         * tests/unictype/test-ctype_punct.c: Likewise.
29982         * tests/unictype/test-ctype_space.c: Likewise.
29983         * tests/unictype/test-ctype_upper.c: Likewise.
29984         * tests/unictype/test-ctype_xdigit.c: Likewise.
29985         * tests/unictype/test-decdigit.h: Likewise.
29986         * tests/unictype/test-digit.h: Likewise.
29987         * tests/unictype/test-numeric.h: Likewise.
29988         * tests/unictype/test-pr_alphabetic.c: Likewise.
29989         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
29990         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
29991         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
29992         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
29993         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
29994         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
29995         * tests/unictype/test-pr_bidi_control.c: Likewise.
29996         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
29997         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
29998         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
29999         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
30000         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
30001         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
30002         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
30003         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
30004         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
30005         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
30006         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
30007         * tests/unictype/test-pr_combining.c: Likewise.
30008         * tests/unictype/test-pr_composite.c: Likewise.
30009         * tests/unictype/test-pr_currency_symbol.c: Likewise.
30010         * tests/unictype/test-pr_dash.c: Likewise.
30011         * tests/unictype/test-pr_decimal_digit.c: Likewise.
30012         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
30013         * tests/unictype/test-pr_deprecated.c: Likewise.
30014         * tests/unictype/test-pr_diacritic.c: Likewise.
30015         * tests/unictype/test-pr_extender.c: Likewise.
30016         * tests/unictype/test-pr_format_control.c: Likewise.
30017         * tests/unictype/test-pr_grapheme_base.c: Likewise.
30018         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
30019         * tests/unictype/test-pr_grapheme_link.c: Likewise.
30020         * tests/unictype/test-pr_hex_digit.c: Likewise.
30021         * tests/unictype/test-pr_hyphen.c: Likewise.
30022         * tests/unictype/test-pr_id_continue.c: Likewise.
30023         * tests/unictype/test-pr_id_start.c: Likewise.
30024         * tests/unictype/test-pr_ideographic.c: Likewise.
30025         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
30026         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
30027         * tests/unictype/test-pr_ignorable_control.c: Likewise.
30028         * tests/unictype/test-pr_iso_control.c: Likewise.
30029         * tests/unictype/test-pr_join_control.c: Likewise.
30030         * tests/unictype/test-pr_left_of_pair.c: Likewise.
30031         * tests/unictype/test-pr_line_separator.c: Likewise.
30032         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
30033         * tests/unictype/test-pr_lowercase.c: Likewise.
30034         * tests/unictype/test-pr_math.c: Likewise.
30035         * tests/unictype/test-pr_non_break.c: Likewise.
30036         * tests/unictype/test-pr_not_a_character.c: Likewise.
30037         * tests/unictype/test-pr_numeric.c: Likewise.
30038         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
30039         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
30040         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
30041         * tests/unictype/test-pr_other_id_continue.c: Likewise.
30042         * tests/unictype/test-pr_other_id_start.c: Likewise.
30043         * tests/unictype/test-pr_other_lowercase.c: Likewise.
30044         * tests/unictype/test-pr_other_math.c: Likewise.
30045         * tests/unictype/test-pr_other_uppercase.c: Likewise.
30046         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
30047         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
30048         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
30049         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
30050         * tests/unictype/test-pr_private_use.c: Likewise.
30051         * tests/unictype/test-pr_punctuation.c: Likewise.
30052         * tests/unictype/test-pr_quotation_mark.c: Likewise.
30053         * tests/unictype/test-pr_radical.c: Likewise.
30054         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
30055         * tests/unictype/test-pr_soft_dotted.c: Likewise.
30056         * tests/unictype/test-pr_space.c: Likewise.
30057         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
30058         * tests/unictype/test-pr_titlecase.c: Likewise.
30059         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
30060         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
30061         * tests/unictype/test-pr_uppercase.c: Likewise.
30062         * tests/unictype/test-pr_variation_selector.c: Likewise.
30063         * tests/unictype/test-pr_white_space.c: Likewise.
30064         * tests/unictype/test-pr_xid_continue.c: Likewise.
30065         * tests/unictype/test-pr_xid_start.c: Likewise.
30066         * tests/unictype/test-pr_zero_width.c: Likewise.
30067         * tests/unictype/test-sy_c_whitespace.c: Likewise.
30068         * tests/unictype/test-sy_java_whitespace.c: Likewise.
30069
30070 2007-11-12  Bruno Haible  <bruno@clisp.org>
30071
30072         Unicode character classification functions.
30073         * lib/unictype.h: New file.
30074         * modules/unictype/base: New file.
30075         * modules/unictype/category-L: New file.
30076         * modules/unictype/category-Lu: New file.
30077         * modules/unictype/category-Ll: New file.
30078         * modules/unictype/category-Lt: New file.
30079         * modules/unictype/category-Lm: New file.
30080         * modules/unictype/category-Lo: New file.
30081         * modules/unictype/category-M: New file.
30082         * modules/unictype/category-Mn: New file.
30083         * modules/unictype/category-Mc: New file.
30084         * modules/unictype/category-Me: New file.
30085         * modules/unictype/category-N: New file.
30086         * modules/unictype/category-Nd: New file.
30087         * modules/unictype/category-Nl: New file.
30088         * modules/unictype/category-No: New file.
30089         * modules/unictype/category-P: New file.
30090         * modules/unictype/category-Pc: New file.
30091         * modules/unictype/category-Pd: New file.
30092         * modules/unictype/category-Ps: New file.
30093         * modules/unictype/category-Pe: New file.
30094         * modules/unictype/category-Pi: New file.
30095         * modules/unictype/category-Pf: New file.
30096         * modules/unictype/category-Po: New file.
30097         * modules/unictype/category-S: New file.
30098         * modules/unictype/category-Sm: New file.
30099         * modules/unictype/category-Sc: New file.
30100         * modules/unictype/category-Sk: New file.
30101         * modules/unictype/category-So: New file.
30102         * modules/unictype/category-Z: New file.
30103         * modules/unictype/category-Zs: New file.
30104         * modules/unictype/category-Zl: New file.
30105         * modules/unictype/category-Zp: New file.
30106         * modules/unictype/category-C: New file.
30107         * modules/unictype/category-Cc: New file.
30108         * modules/unictype/category-Cf: New file.
30109         * modules/unictype/category-Cs: New file.
30110         * modules/unictype/category-Co: New file.
30111         * modules/unictype/category-Cn: New file.
30112         * modules/unictype/category-or: New file.
30113         * modules/unictype/category-of: New file.
30114         * modules/unictype/category-test: New file.
30115         * modules/unictype/category-test-withtable: New file.
30116         * modules/unictype/category-byname: New file.
30117         * modules/unictype/category-none: New file.
30118         * modules/unictype/category-and: New file.
30119         * modules/unictype/category-and-not: New file.
30120         * modules/unictype/category-name: New file.
30121         * modules/unictype/combining-class: New file.
30122         * modules/unictype/category-all: New file.
30123         * modules/unictype/bidicategory-all: New file.
30124         * modules/unictype/bidicategory-byname: New file.
30125         * modules/unictype/bidicategory-name: New file.
30126         * modules/unictype/bidicategory-of: New file.
30127         * modules/unictype/bidicategory-test: New file.
30128         * modules/unictype/decimal-digit: New file.
30129         * modules/unictype/digit: New file.
30130         * modules/unictype/numeric: New file.
30131         * modules/unictype/mirror: New file.
30132         * modules/unictype/property-white-space: New file.
30133         * modules/unictype/property-alphabetic: New file.
30134         * modules/unictype/property-other-alphabetic: New file.
30135         * modules/unictype/property-not-a-character: New file.
30136         * modules/unictype/property-default-ignorable-code-point: New file.
30137         * modules/unictype/property-other-default-ignorable-code-point: New
30138         file.
30139         * modules/unictype/property-deprecated: New file.
30140         * modules/unictype/property-logical-order-exception: New file.
30141         * modules/unictype/property-variation-selector: New file.
30142         * modules/unictype/property-private-use: New file.
30143         * modules/unictype/property-unassigned-code-value: New file.
30144         * modules/unictype/property-uppercase: New file.
30145         * modules/unictype/property-other-uppercase: New file.
30146         * modules/unictype/property-lowercase: New file.
30147         * modules/unictype/property-other-lowercase: New file.
30148         * modules/unictype/property-titlecase: New file.
30149         * modules/unictype/property-soft-dotted: New file.
30150         * modules/unictype/property-id-start: New file.
30151         * modules/unictype/property-other-id-start: New file.
30152         * modules/unictype/property-id-continue: New file.
30153         * modules/unictype/property-other-id-continue: New file.
30154         * modules/unictype/property-xid-start: New file.
30155         * modules/unictype/property-xid-continue: New file.
30156         * modules/unictype/property-pattern-white-space: New file.
30157         * modules/unictype/property-pattern-syntax: New file.
30158         * modules/unictype/property-join-control: New file.
30159         * modules/unictype/property-grapheme-base: New file.
30160         * modules/unictype/property-grapheme-extend: New file.
30161         * modules/unictype/property-other-grapheme-extend: New file.
30162         * modules/unictype/property-grapheme-link: New file.
30163         * modules/unictype/property-bidi-control: New file.
30164         * modules/unictype/property-bidi-left-to-right: New file.
30165         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
30166         * modules/unictype/property-bidi-arabic-right-to-left: New file.
30167         * modules/unictype/property-bidi-european-digit: New file.
30168         * modules/unictype/property-bidi-eur-num-separator: New file.
30169         * modules/unictype/property-bidi-eur-num-terminator: New file.
30170         * modules/unictype/property-bidi-arabic-digit: New file.
30171         * modules/unictype/property-bidi-common-separator: New file.
30172         * modules/unictype/property-bidi-block-separator: New file.
30173         * modules/unictype/property-bidi-segment-separator: New file.
30174         * modules/unictype/property-bidi-whitespace: New file.
30175         * modules/unictype/property-bidi-non-spacing-mark: New file.
30176         * modules/unictype/property-bidi-boundary-neutral: New file.
30177         * modules/unictype/property-bidi-pdf: New file.
30178         * modules/unictype/property-bidi-embedding-or-override: New file.
30179         * modules/unictype/property-bidi-other-neutral: New file.
30180         * modules/unictype/property-hex-digit: New file.
30181         * modules/unictype/property-ascii-hex-digit: New file.
30182         * modules/unictype/property-ideographic: New file.
30183         * modules/unictype/property-unified-ideograph: New file.
30184         * modules/unictype/property-radical: New file.
30185         * modules/unictype/property-ids-binary-operator: New file.
30186         * modules/unictype/property-ids-trinary-operator: New file.
30187         * modules/unictype/property-zero-width: New file.
30188         * modules/unictype/property-space: New file.
30189         * modules/unictype/property-non-break: New file.
30190         * modules/unictype/property-iso-control: New file.
30191         * modules/unictype/property-format-control: New file.
30192         * modules/unictype/property-dash: New file.
30193         * modules/unictype/property-hyphen: New file.
30194         * modules/unictype/property-punctuation: New file.
30195         * modules/unictype/property-line-separator: New file.
30196         * modules/unictype/property-paragraph-separator: New file.
30197         * modules/unictype/property-quotation-mark: New file.
30198         * modules/unictype/property-sentence-terminal: New file.
30199         * modules/unictype/property-terminal-punctuation: New file.
30200         * modules/unictype/property-currency-symbol: New file.
30201         * modules/unictype/property-math: New file.
30202         * modules/unictype/property-other-math: New file.
30203         * modules/unictype/property-paired-punctuation: New file.
30204         * modules/unictype/property-left-of-pair: New file.
30205         * modules/unictype/property-combining: New file.
30206         * modules/unictype/property-composite: New file.
30207         * modules/unictype/property-decimal-digit: New file.
30208         * modules/unictype/property-numeric: New file.
30209         * modules/unictype/property-diacritic: New file.
30210         * modules/unictype/property-extender: New file.
30211         * modules/unictype/property-ignorable-control: New file.
30212         * modules/unictype/property-test: New file.
30213         * modules/unictype/property-byname: New file.
30214         * modules/unictype/property-all: New file.
30215         * modules/unictype/scripts: New file.
30216         * modules/unictype/scripts-all: New file.
30217         * modules/unictype/block-of: New file.
30218         * modules/unictype/block-test: New file.
30219         * modules/unictype/block-list: New file.
30220         * modules/unictype/block-all: New file.
30221         * modules/unictype/syntax-c-whitespace: New file.
30222         * modules/unictype/syntax-java-whitespace: New file.
30223         * modules/unictype/syntax-c-ident: New file.
30224         * modules/unictype/syntax-java-ident: New file.
30225         * modules/unictype/ctype-alnum: New file.
30226         * modules/unictype/ctype-alpha: New file.
30227         * modules/unictype/ctype-cntrl: New file.
30228         * modules/unictype/ctype-digit: New file.
30229         * modules/unictype/ctype-graph: New file.
30230         * modules/unictype/ctype-lower: New file.
30231         * modules/unictype/ctype-print: New file.
30232         * modules/unictype/ctype-punct: New file.
30233         * modules/unictype/ctype-space: New file.
30234         * modules/unictype/ctype-upper: New file.
30235         * modules/unictype/ctype-xdigit: New file.
30236         * modules/unictype/ctype-blank: New file.
30237         * lib/unictype/bidi_byname.c: New file.
30238         * lib/unictype/bidi_name.c: New file.
30239         * lib/unictype/bidi_of.c: New file.
30240         * lib/unictype/bidi_test.c: New file.
30241         * lib/unictype/bitmap.h: New file.
30242         * lib/unictype/block_test.c: New file.
30243         * lib/unictype/blocks.c: New file.
30244         * lib/unictype/categ_C.c: New file.
30245         * lib/unictype/categ_Cc.c: New file.
30246         * lib/unictype/categ_Cf.c: New file.
30247         * lib/unictype/categ_Cn.c: New file.
30248         * lib/unictype/categ_Co.c: New file.
30249         * lib/unictype/categ_Cs.c: New file.
30250         * lib/unictype/categ_L.c: New file.
30251         * lib/unictype/categ_Ll.c: New file.
30252         * lib/unictype/categ_Lm.c: New file.
30253         * lib/unictype/categ_Lo.c: New file.
30254         * lib/unictype/categ_Lt.c: New file.
30255         * lib/unictype/categ_Lu.c: New file.
30256         * lib/unictype/categ_M.c: New file.
30257         * lib/unictype/categ_Mc.c: New file.
30258         * lib/unictype/categ_Me.c: New file.
30259         * lib/unictype/categ_Mn.c: New file.
30260         * lib/unictype/categ_N.c: New file.
30261         * lib/unictype/categ_Nd.c: New file.
30262         * lib/unictype/categ_Nl.c: New file.
30263         * lib/unictype/categ_No.c: New file.
30264         * lib/unictype/categ_P.c: New file.
30265         * lib/unictype/categ_Pc.c: New file.
30266         * lib/unictype/categ_Pd.c: New file.
30267         * lib/unictype/categ_Pe.c: New file.
30268         * lib/unictype/categ_Pf.c: New file.
30269         * lib/unictype/categ_Pi.c: New file.
30270         * lib/unictype/categ_Po.c: New file.
30271         * lib/unictype/categ_Ps.c: New file.
30272         * lib/unictype/categ_S.c: New file.
30273         * lib/unictype/categ_Sc.c: New file.
30274         * lib/unictype/categ_Sk.c: New file.
30275         * lib/unictype/categ_Sm.c: New file.
30276         * lib/unictype/categ_So.c: New file.
30277         * lib/unictype/categ_Z.c: New file.
30278         * lib/unictype/categ_Zl.c: New file.
30279         * lib/unictype/categ_Zp.c: New file.
30280         * lib/unictype/categ_Zs.c: New file.
30281         * lib/unictype/categ_and.c: New file.
30282         * lib/unictype/categ_and_not.c: New file.
30283         * lib/unictype/categ_byname.c: New file.
30284         * lib/unictype/categ_name.c: New file.
30285         * lib/unictype/categ_none.c: New file.
30286         * lib/unictype/categ_of.c: New file.
30287         * lib/unictype/categ_or.c: New file.
30288         * lib/unictype/categ_test.c: New file.
30289         * lib/unictype/combining.c: New file.
30290         * lib/unictype/ctype_alnum.c: New file.
30291         * lib/unictype/ctype_alpha.c: New file.
30292         * lib/unictype/ctype_blank.c: New file.
30293         * lib/unictype/ctype_cntrl.c: New file.
30294         * lib/unictype/ctype_digit.c: New file.
30295         * lib/unictype/ctype_graph.c: New file.
30296         * lib/unictype/ctype_lower.c: New file.
30297         * lib/unictype/ctype_print.c: New file.
30298         * lib/unictype/ctype_punct.c: New file.
30299         * lib/unictype/ctype_space.c: New file.
30300         * lib/unictype/ctype_upper.c: New file.
30301         * lib/unictype/ctype_xdigit.c: New file.
30302         * lib/unictype/decdigit.c: New file.
30303         * lib/unictype/digit.c: New file.
30304         * lib/unictype/identsyntaxmap.h: New file.
30305         * lib/unictype/mirror.c: New file.
30306         * lib/unictype/numeric.c: New file.
30307         * lib/unictype/pr_alphabetic.c: New file.
30308         * lib/unictype/pr_ascii_hex_digit.c: New file.
30309         * lib/unictype/pr_bidi_arabic_digit.c: New file.
30310         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
30311         * lib/unictype/pr_bidi_block_separator.c: New file.
30312         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
30313         * lib/unictype/pr_bidi_common_separator.c: New file.
30314         * lib/unictype/pr_bidi_control.c: New file.
30315         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
30316         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
30317         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
30318         * lib/unictype/pr_bidi_european_digit.c: New file.
30319         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
30320         * lib/unictype/pr_bidi_left_to_right.c: New file.
30321         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
30322         * lib/unictype/pr_bidi_other_neutral.c: New file.
30323         * lib/unictype/pr_bidi_pdf.c: New file.
30324         * lib/unictype/pr_bidi_segment_separator.c: New file.
30325         * lib/unictype/pr_bidi_whitespace.c: New file.
30326         * lib/unictype/pr_byname.c: New file.
30327         * lib/unictype/pr_byname.gperf: New file.
30328         * lib/unictype/pr_combining.c: New file.
30329         * lib/unictype/pr_composite.c: New file.
30330         * lib/unictype/pr_currency_symbol.c: New file.
30331         * lib/unictype/pr_dash.c: New file.
30332         * lib/unictype/pr_decimal_digit.c: New file.
30333         * lib/unictype/pr_default_ignorable_code_point.c: New file.
30334         * lib/unictype/pr_deprecated.c: New file.
30335         * lib/unictype/pr_diacritic.c: New file.
30336         * lib/unictype/pr_extender.c: New file.
30337         * lib/unictype/pr_format_control.c: New file.
30338         * lib/unictype/pr_grapheme_base.c: New file.
30339         * lib/unictype/pr_grapheme_extend.c: New file.
30340         * lib/unictype/pr_grapheme_link.c: New file.
30341         * lib/unictype/pr_hex_digit.c: New file.
30342         * lib/unictype/pr_hyphen.c: New file.
30343         * lib/unictype/pr_id_continue.c: New file.
30344         * lib/unictype/pr_id_start.c: New file.
30345         * lib/unictype/pr_ideographic.c: New file.
30346         * lib/unictype/pr_ids_binary_operator.c: New file.
30347         * lib/unictype/pr_ids_trinary_operator.c: New file.
30348         * lib/unictype/pr_ignorable_control.c: New file.
30349         * lib/unictype/pr_iso_control.c: New file.
30350         * lib/unictype/pr_join_control.c: New file.
30351         * lib/unictype/pr_left_of_pair.c: New file.
30352         * lib/unictype/pr_line_separator.c: New file.
30353         * lib/unictype/pr_logical_order_exception.c: New file.
30354         * lib/unictype/pr_lowercase.c: New file.
30355         * lib/unictype/pr_math.c: New file.
30356         * lib/unictype/pr_non_break.c: New file.
30357         * lib/unictype/pr_not_a_character.c: New file.
30358         * lib/unictype/pr_numeric.c: New file.
30359         * lib/unictype/pr_other_alphabetic.c: New file.
30360         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
30361         * lib/unictype/pr_other_grapheme_extend.c: New file.
30362         * lib/unictype/pr_other_id_continue.c: New file.
30363         * lib/unictype/pr_other_id_start.c: New file.
30364         * lib/unictype/pr_other_lowercase.c: New file.
30365         * lib/unictype/pr_other_math.c: New file.
30366         * lib/unictype/pr_other_uppercase.c: New file.
30367         * lib/unictype/pr_paired_punctuation.c: New file.
30368         * lib/unictype/pr_paragraph_separator.c: New file.
30369         * lib/unictype/pr_pattern_syntax.c: New file.
30370         * lib/unictype/pr_pattern_white_space.c: New file.
30371         * lib/unictype/pr_private_use.c: New file.
30372         * lib/unictype/pr_punctuation.c: New file.
30373         * lib/unictype/pr_quotation_mark.c: New file.
30374         * lib/unictype/pr_radical.c: New file.
30375         * lib/unictype/pr_sentence_terminal.c: New file.
30376         * lib/unictype/pr_soft_dotted.c: New file.
30377         * lib/unictype/pr_space.c: New file.
30378         * lib/unictype/pr_terminal_punctuation.c: New file.
30379         * lib/unictype/pr_test.c: New file.
30380         * lib/unictype/pr_titlecase.c: New file.
30381         * lib/unictype/pr_unassigned_code_value.c: New file.
30382         * lib/unictype/pr_unified_ideograph.c: New file.
30383         * lib/unictype/pr_uppercase.c: New file.
30384         * lib/unictype/pr_variation_selector.c: New file.
30385         * lib/unictype/pr_white_space.c: New file.
30386         * lib/unictype/pr_xid_continue.c: New file.
30387         * lib/unictype/pr_xid_start.c: New file.
30388         * lib/unictype/pr_zero_width.c: New file.
30389         * lib/unictype/scripts.c: New file.
30390         * lib/unictype/sy_c_ident.c: New file.
30391         * lib/unictype/sy_c_whitespace.c: New file.
30392         * lib/unictype/sy_java_ident.c: New file.
30393         * lib/unictype/sy_java_whitespace.c: New file.
30394
30395         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
30396         Unicode 5.0.0.
30397         * lib/unictype/blocks.h: Likewise.
30398         * lib/unictype/categ_C.h: Likewise.
30399         * lib/unictype/categ_Cc.h: Likewise.
30400         * lib/unictype/categ_Cf.h: Likewise.
30401         * lib/unictype/categ_Cn.h: Likewise.
30402         * lib/unictype/categ_Co.h: Likewise.
30403         * lib/unictype/categ_Cs.h: Likewise.
30404         * lib/unictype/categ_L.h: Likewise.
30405         * lib/unictype/categ_Ll.h: Likewise.
30406         * lib/unictype/categ_Lm.h: Likewise.
30407         * lib/unictype/categ_Lo.h: Likewise.
30408         * lib/unictype/categ_Lt.h: Likewise.
30409         * lib/unictype/categ_Lu.h: Likewise.
30410         * lib/unictype/categ_M.h: Likewise.
30411         * lib/unictype/categ_Mc.h: Likewise.
30412         * lib/unictype/categ_Me.h: Likewise.
30413         * lib/unictype/categ_Mn.h: Likewise.
30414         * lib/unictype/categ_N.h: Likewise.
30415         * lib/unictype/categ_Nd.h: Likewise.
30416         * lib/unictype/categ_Nl.h: Likewise.
30417         * lib/unictype/categ_No.h: Likewise.
30418         * lib/unictype/categ_P.h: Likewise.
30419         * lib/unictype/categ_Pc.h: Likewise.
30420         * lib/unictype/categ_Pd.h: Likewise.
30421         * lib/unictype/categ_Pe.h: Likewise.
30422         * lib/unictype/categ_Pf.h: Likewise.
30423         * lib/unictype/categ_Pi.h: Likewise.
30424         * lib/unictype/categ_Po.h: Likewise.
30425         * lib/unictype/categ_Ps.h: Likewise.
30426         * lib/unictype/categ_S.h: Likewise.
30427         * lib/unictype/categ_Sc.h: Likewise.
30428         * lib/unictype/categ_Sk.h: Likewise.
30429         * lib/unictype/categ_Sm.h: Likewise.
30430         * lib/unictype/categ_So.h: Likewise.
30431         * lib/unictype/categ_Z.h: Likewise.
30432         * lib/unictype/categ_Zl.h: Likewise.
30433         * lib/unictype/categ_Zp.h: Likewise.
30434         * lib/unictype/categ_Zs.h: Likewise.
30435         * lib/unictype/categ_of.h: Likewise.
30436         * lib/unictype/combining.h: Likewise.
30437         * lib/unictype/ctype_alnum.h: Likewise.
30438         * lib/unictype/ctype_alpha.h: Likewise.
30439         * lib/unictype/ctype_blank.h: Likewise.
30440         * lib/unictype/ctype_cntrl.h: Likewise.
30441         * lib/unictype/ctype_digit.h: Likewise.
30442         * lib/unictype/ctype_graph.h: Likewise.
30443         * lib/unictype/ctype_lower.h: Likewise.
30444         * lib/unictype/ctype_print.h: Likewise.
30445         * lib/unictype/ctype_punct.h: Likewise.
30446         * lib/unictype/ctype_space.h: Likewise.
30447         * lib/unictype/ctype_upper.h: Likewise.
30448         * lib/unictype/ctype_xdigit.h: Likewise.
30449         * lib/unictype/decdigit.h: Likewise.
30450         * lib/unictype/digit.h: Likewise.
30451         * lib/unictype/mirror.h: Likewise.
30452         * lib/unictype/numeric.h: Likewise.
30453         * lib/unictype/pr_alphabetic.h: Likewise.
30454         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
30455         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
30456         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
30457         * lib/unictype/pr_bidi_block_separator.h: Likewise.
30458         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
30459         * lib/unictype/pr_bidi_common_separator.h: Likewise.
30460         * lib/unictype/pr_bidi_control.h: Likewise.
30461         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
30462         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
30463         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
30464         * lib/unictype/pr_bidi_european_digit.h: Likewise.
30465         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
30466         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
30467         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
30468         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
30469         * lib/unictype/pr_bidi_pdf.h: Likewise.
30470         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
30471         * lib/unictype/pr_bidi_whitespace.h: Likewise.
30472         * lib/unictype/pr_combining.h: Likewise.
30473         * lib/unictype/pr_composite.h: Likewise.
30474         * lib/unictype/pr_currency_symbol.h: Likewise.
30475         * lib/unictype/pr_dash.h: Likewise.
30476         * lib/unictype/pr_decimal_digit.h: Likewise.
30477         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
30478         * lib/unictype/pr_deprecated.h: Likewise.
30479         * lib/unictype/pr_diacritic.h: Likewise.
30480         * lib/unictype/pr_extender.h: Likewise.
30481         * lib/unictype/pr_format_control.h: Likewise.
30482         * lib/unictype/pr_grapheme_base.h: Likewise.
30483         * lib/unictype/pr_grapheme_extend.h: Likewise.
30484         * lib/unictype/pr_grapheme_link.h: Likewise.
30485         * lib/unictype/pr_hex_digit.h: Likewise.
30486         * lib/unictype/pr_hyphen.h: Likewise.
30487         * lib/unictype/pr_id_continue.h: Likewise.
30488         * lib/unictype/pr_id_start.h: Likewise.
30489         * lib/unictype/pr_ideographic.h: Likewise.
30490         * lib/unictype/pr_ids_binary_operator.h: Likewise.
30491         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
30492         * lib/unictype/pr_ignorable_control.h: Likewise.
30493         * lib/unictype/pr_iso_control.h: Likewise.
30494         * lib/unictype/pr_join_control.h: Likewise.
30495         * lib/unictype/pr_left_of_pair.h: Likewise.
30496         * lib/unictype/pr_line_separator.h: Likewise.
30497         * lib/unictype/pr_logical_order_exception.h: Likewise.
30498         * lib/unictype/pr_lowercase.h: Likewise.
30499         * lib/unictype/pr_math.h: Likewise.
30500         * lib/unictype/pr_non_break.h: Likewise.
30501         * lib/unictype/pr_not_a_character.h: Likewise.
30502         * lib/unictype/pr_numeric.h: Likewise.
30503         * lib/unictype/pr_other_alphabetic.h: Likewise.
30504         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
30505         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
30506         * lib/unictype/pr_other_id_continue.h: Likewise.
30507         * lib/unictype/pr_other_id_start.h: Likewise.
30508         * lib/unictype/pr_other_lowercase.h: Likewise.
30509         * lib/unictype/pr_other_math.h: Likewise.
30510         * lib/unictype/pr_other_uppercase.h: Likewise.
30511         * lib/unictype/pr_paired_punctuation.h: Likewise.
30512         * lib/unictype/pr_paragraph_separator.h: Likewise.
30513         * lib/unictype/pr_pattern_syntax.h: Likewise.
30514         * lib/unictype/pr_pattern_white_space.h: Likewise.
30515         * lib/unictype/pr_private_use.h: Likewise.
30516         * lib/unictype/pr_punctuation.h: Likewise.
30517         * lib/unictype/pr_quotation_mark.h: Likewise.
30518         * lib/unictype/pr_radical.h: Likewise.
30519         * lib/unictype/pr_sentence_terminal.h: Likewise.
30520         * lib/unictype/pr_soft_dotted.h: Likewise.
30521         * lib/unictype/pr_space.h: Likewise.
30522         * lib/unictype/pr_terminal_punctuation.h: Likewise.
30523         * lib/unictype/pr_titlecase.h: Likewise.
30524         * lib/unictype/pr_unassigned_code_value.h: Likewise.
30525         * lib/unictype/pr_unified_ideograph.h: Likewise.
30526         * lib/unictype/pr_uppercase.h: Likewise.
30527         * lib/unictype/pr_variation_selector.h: Likewise.
30528         * lib/unictype/pr_white_space.h: Likewise.
30529         * lib/unictype/pr_xid_continue.h: Likewise.
30530         * lib/unictype/pr_xid_start.h: Likewise.
30531         * lib/unictype/pr_zero_width.h: Likewise.
30532         * lib/unictype/scripts.h: Likewise.
30533         * lib/unictype/scripts_byname.gperf: Likewise.
30534         * lib/unictype/sy_c_ident.h: Likewise.
30535         * lib/unictype/sy_c_whitespace.h: Likewise.
30536         * lib/unictype/sy_java_ident.h: Likewise.
30537         * lib/unictype/sy_java_whitespace.h: Likewise.
30538
30539         * lib/unictype/Makefile: New file.
30540         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
30541         glibc.
30542         * lib/unictype/3level.h: New file, copied from glibc.
30543         * lib/unictype/3levelbit.h: New file.
30544
30545 2007-11-11  Bruno Haible  <bruno@clisp.org>
30546
30547         * modules/gperf: New file.
30548         * modules/iconv_open (Depends-on): Add it.
30549         (Makefile.am): Remove the GPERF definition.
30550
30551 2007-11-11  Bruno Haible  <bruno@clisp.org>
30552
30553         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
30554         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
30555
30556 2007-11-11  Bruno Haible  <bruno@clisp.org>
30557
30558         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
30559         (usage): Remove function.
30560
30561 2007-11-11  Bruno Haible  <bruno@clisp.org>
30562
30563         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
30564         gl_FUNC_CEILF_LIBS.
30565         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
30566         gl_FUNC_CEIL_LIBS.
30567         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
30568         gl_FUNC_CEILL_LIBS.
30569         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
30570         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
30571         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
30572
30573 2007-11-11  Bruno Haible  <bruno@clisp.org>
30574
30575         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
30576         roundf were declared but do not exist on functions.
30577         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
30578         roundl were declared but do not exist on functions.
30579         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
30580         HAVE_FLOORL_AND_CEILL, respectively.
30581         Needed for Sun C on Solaris 10.
30582
30583 2007-11-11  Bruno Haible  <bruno@clisp.org>
30584
30585         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
30586         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
30587         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
30588         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
30589         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
30590         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
30591         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
30592         HAVE_DECL_ROUNDF.
30593         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
30594         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
30595         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
30596         of HAVE_DECL_ROUND*.
30597         * modules/math (Makefile.am): Update.
30598
30599 2007-11-10  Bruno Haible  <bruno@clisp.org>
30600
30601         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
30602         ptrdiff_t as m4/intl.m4.
30603
30604 2007-11-10  Jim Meyering  <meyering@redhat.com>
30605
30606         Avoid link failure for the argmatch test.
30607         * tests/test-argmatch.c (usage): Define function to avoid a link
30608         failure: argmatch_die requires a usage function.
30609
30610 2007-11-09  Bruno Haible  <bruno@clisp.org>
30611
30612         * doc/functions/snprintf.texi: Mention BeOS deficiency.
30613         * doc/functions/vsnprintf.texi: Likewise.
30614         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
30615         with a size argument < 2.
30616
30617 2007-11-09  Bruno Haible  <bruno@clisp.org>
30618
30619         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
30620         buffer. Fixes an inefficiency introduced on 2007-11-03.
30621
30622 2007-11-09  Bruno Haible  <bruno@clisp.org>
30623
30624         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
30625         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
30626
30627 2007-11-08  Jim Meyering  <meyering@redhat.com>
30628
30629         Change cache variable name prefix "jm_" to "gl_" everywhere.
30630         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
30631         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
30632         * m4/uptime.m4: s/gl_/jm_/
30633
30634 2007-11-07  Bruno Haible  <bruno@clisp.org>
30635
30636         Update to GNU gettext 0.17.
30637         * m4/intl.m4: Update to GNU gettext 0.17.
30638         * m4/po.m4: Likewise.
30639         * modules/gettext (Files): Remove m4/ulonglong.m4.
30640         (configure.ac): Require gettext infrastructure from version 0.17.
30641
30642 2007-11-06  Bruno Haible  <bruno@clisp.org>
30643
30644         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
30645         symbolic values are not defined in a public header.
30646         * lib/freadable.c (freadable) [QNX]: Likewise.
30647         * lib/freadahead.c (freadahead) [QNX]: Likewise.
30648         * lib/freading.c (freading) [QNX]: Likewise.
30649         * lib/fseterr.c (fseterr) [QNX]: Likewise.
30650         * lib/fwritable.c (fwritable) [QNX]: Likewise.
30651         * lib/fwriting.c (fwriting) [QNX]: Likewise.
30652         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
30653         Reported by Alain Magloire.
30654
30655         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
30656
30657 2007-11-05  Bruno Haible  <bruno@clisp.org>
30658
30659         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
30660         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
30661         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
30662         Reported by Eric Blake.
30663
30664 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30665             Bruno Haible  <bruno@clisp.org>
30666
30667         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
30668         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
30669         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
30670         (malloc): Undefine also before including <stdlib.h>.
30671         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
30672         Needed on OSF/1 4.0.
30673
30674 2007-11-05  Jim Meyering  <meyering@redhat.com>
30675
30676         git-version-gen: sync from coreutils.
30677         * build-aux/git-version-gen: Add comments.
30678         Change the first '-' to '.' in the snapshot version string,
30679         e.g., 6.9-377-08144 -> 6.9.377-08144
30680         Remove first parameter.
30681         Don't declare a version "-dirty" merely because a time
30682         stamp has changed.
30683
30684 2007-11-04  Bruno Haible  <bruno@clisp.org>
30685
30686         * lib/lock.h: Protect all macro definitions containing an 'if'
30687         statement through a "do { ... } while (0)".
30688         * lib/tls.h: Likewise.
30689
30690 2007-11-04  Bruno Haible  <bruno@clisp.org>
30691
30692         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
30693
30694 2007-11-04  Bruno Haible  <bruno@clisp.org>
30695
30696         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
30697         * modules/fprintf-posix (Depends-on): Add nocrash.
30698         * modules/snprintf-posix (Depends-on): Likewise.
30699         * modules/sprintf-posix (Depends-on): Likewise.
30700         * modules/vasnprintf-posix (Depends-on): Likewise.
30701         * modules/vasprintf-posix (Depends-on): Likewise.
30702         * modules/vfprintf-posix (Depends-on): Likewise.
30703         * modules/vsnprintf-posix (Depends-on): Likewise.
30704         * modules/vsprintf-posix (Depends-on): Likewise.
30705         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
30706         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
30707         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
30708         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
30709         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
30710         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
30711         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
30712
30713 2007-11-04  Bruno Haible  <bruno@clisp.org>
30714
30715         * modules/nocrash: New file.
30716         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
30717         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
30718
30719 2007-11-04  Bruno Haible  <bruno@clisp.org>
30720
30721         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
30722         precision handling.
30723         * tests/test-vasprintf-posix.c (test_function): Likewise.
30724         * tests/test-snprintf-posix.h (test_function): Likewise.
30725         * tests/test-sprintf-posix.h (test_function): Likewise.
30726
30727         Fix *printf behaviour for large precisions on mingw and BeOS.
30728         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
30729         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
30730         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
30731         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
30732         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
30733         gl_PRINTF_PRECISION and test its result. Invoke
30734         gl_PREREQ_VASNPRINTF_PRECISION.
30735         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
30736         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30737         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30738         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30739         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
30740         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30741         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30742         * doc/functions/fprintf.texi: Update.
30743         * doc/functions/printf.texi: Update.
30744         * doc/functions/snprintf.texi: Update.
30745         * doc/functions/sprintf.texi: Update.
30746         * doc/functions/vfprintf.texi: Update.
30747         * doc/functions/vprintf.texi: Update.
30748         * doc/functions/vsnprintf.texi: Update.
30749         * doc/functions/vsprintf.texi: Update.
30750
30751 2007-11-04  Bruno Haible  <bruno@clisp.org>
30752
30753         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
30754
30755 2007-11-04  Bruno Haible  <bruno@clisp.org>
30756
30757         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
30758         Reported by Sylvain Beucler <beuc@gnu.org>.
30759
30760 2007-11-03  Bruno Haible  <bruno@clisp.org>
30761
30762         * tests/test-fprintf-posix2.sh: New file.
30763         * tests/test-fprintf-posix2.c: New file.
30764         * modules/fprintf-posix-tests (Files): Add them.
30765         (TESTS): Add test-fprintf-posix2.sh.
30766         (configure.ac): Check for getrlimit and setrlimit.
30767         (check_PROGRAMS): Add test-fprintf-posix2.
30768
30769         * tests/test-printf-posix2.sh: New file.
30770         * tests/test-printf-posix2.c: New file.
30771         * modules/printf-posix-tests (Files): Add them.
30772         (TESTS): Add test-printf-posix2.sh.
30773         (configure.ac): Check for getrlimit and setrlimit.
30774         (check_PROGRAMS): Add test-printf-posix2.
30775
30776         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
30777         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
30778         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
30779         (decode_double): New function, copied from decode_long_double.
30780         (scale10_round_decimal_decoded): New function, extracted from
30781         scale10_round_decimal_long_double.
30782         (scale10_round_decimal_long_double): Use it.
30783         (scale10_round_decimal_double): New function.
30784         (floorlog10): New function.
30785         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
30786         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
30787         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
30788         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
30789         gl_PRINTF_ENOMEM and test its result. Invoke
30790         gl_PREREQ_VASNPRINTF_ENOMEM.
30791         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
30792         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
30793         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
30794         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
30795         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
30796         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
30797         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
30798         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
30799         * modules/snprintf-posix (Depends-on): Likewise.
30800         * modules/sprintf-posix (Depends-on): Likewise.
30801         * modules/vasnprintf-posix (Depends-on): Likewise.
30802         * modules/vasprintf-posix (Depends-on): Likewise.
30803         * modules/vfprintf-posix (Depends-on): Likewise.
30804         * modules/vsnprintf-posix (Depends-on): Likewise.
30805         * modules/vsprintf-posix (Depends-on): Likewise.
30806         * doc/functions/fprintf.texi: Update.
30807         * doc/functions/printf.texi: Update.
30808         * doc/functions/snprintf.texi: Update.
30809         * doc/functions/sprintf.texi: Update.
30810         * doc/functions/vfprintf.texi: Update.
30811         * doc/functions/vprintf.texi: Update.
30812         * doc/functions/vsnprintf.texi: Update.
30813         * doc/functions/vsprintf.texi: Update.
30814
30815 2007-11-03  Bruno Haible  <bruno@clisp.org>
30816
30817         * modules/frexp-nolibm-tests: New file.
30818
30819         * modules/frexp-nolibm: New file.
30820         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
30821
30822 2007-11-03  Bruno Haible  <bruno@clisp.org>
30823
30824         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
30825         value is C99 compliant.
30826         Needed for OSF/1 5.1.
30827
30828 2007-11-03  Bruno Haible  <bruno@clisp.org>
30829
30830         Fix out-of-memory handling of vasnprintf.
30831         * lib/printf-parse.c: Include <errno.h>.
30832         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
30833         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
30834         is already set.
30835
30836 2007-11-02  Eric Blake  <ebb9@byu.net>
30837
30838         Fix tests on cygwin.
30839         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
30840
30841 2007-11-01  Bruno Haible  <bruno@clisp.org>
30842
30843         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
30844         warning.
30845         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
30846         needed for POSIX compatibility.
30847
30848 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
30849
30850         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
30851         for compatibility with GNU.
30852
30853 2007-11-01  Bruno Haible  <bruno@clisp.org>
30854
30855         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
30856         (putenv): Renamed from rpl_putenv. Change argument type from
30857         'const char *' to 'char *'.
30858         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
30859         of defining putenv in config.h, just set REPLACE_PUTENV.
30860         * modules/putenv (Depends-on): Add stdlib.
30861         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
30862         (Include): Use <stdlib.h>.
30863         * lib/stdlib.in.h (putenv): New declaration.
30864         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
30865         REPLACE_PUTENV.
30866         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
30867         REPLACE_PUTENV.
30868         Needed for MacOS X 10.5.0.
30869         Reported by Peter O'Gorman <peter@pogma.com>.
30870
30871 2007-11-01  Jim Meyering  <meyering@redhat.com>
30872
30873         Treat an empty date string exactly like "0".
30874         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
30875         if the remaining date string (to be parsed) is empty, use "0".
30876         Reported by Mischa Molhoek and discussed in this thread:
30877         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
30878
30879 2007-10-31  Bruno Haible  <bruno@clisp.org>
30880
30881         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
30882         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
30883         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
30884         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
30885         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
30886         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
30887
30888 2007-10-31  Bruno Haible  <bruno@clisp.org>
30889
30890         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
30891         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
30892         (AC_TYPE_LONG_LONG_INT): Use it.
30893         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
30894         it as well.
30895         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
30896         to m4/longlong.m4.
30897         * modules/stdint (Files): Remove m4/ulonglong.m4.
30898         * modules/strtoull (Files): Use m4/longlong.m4 instead of
30899         m4/ulonglong.m4.
30900         * modules/strtoumax (Files): Likewise.
30901
30902 2007-10-30  Bruno Haible  <bruno@clisp.org>
30903
30904         * modules/xvasprintf-posix: New file.
30905         Suggested by Eric Blake.
30906
30907 2007-10-30  Bruno Haible  <bruno@clisp.org>
30908
30909         * modules/xprintf-posix-tests: New file.
30910         * tests/test-xprintf-posix.sh: New file.
30911         * tests/test-xprintf-posix.c: New file.
30912         * tests/test-xfprintf-posix.c: New file.
30913
30914         * modules/xprintf-posix: New file.
30915
30916 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30917
30918         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
30919         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
30920         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
30921
30922 2007-10-29  Bruno Haible  <bruno@clisp.org>
30923
30924         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
30925         contain the special marker '_cv_'.
30926         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
30927         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
30928         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
30929         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
30930         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
30931         Reported by Ralf Wildenhues.
30932
30933 2007-10-29  Bruno Haible  <bruno@clisp.org>
30934
30935         * gnulib-tool (func_import): When --lgpl is not specified, set
30936         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
30937         GPLv3.
30938         Reported by Simon Josefsson.
30939
30940 2007-10-28  Bruno Haible  <bruno@clisp.org>
30941
30942         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
30943         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
30944         HAVE_DECL_ISFINITE.
30945         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
30946         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
30947         HAVE_DECL_ISFINITE.
30948
30949 2007-10-28  Bruno Haible  <bruno@clisp.org>
30950
30951         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
30952         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
30953
30954 2007-10-28  Bruno Haible  <bruno@clisp.org>
30955
30956         Fix link errors with Sun C 5.0 on Solaris 10.
30957         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
30958         function is declared but not present in the compiler's libm.
30959         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
30960         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
30961         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
30962         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
30963         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
30964         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
30965         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
30966         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
30967         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
30968         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
30969         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
30970         HAVE_DECL_FLOORL.
30971
30972 2007-10-28  Bruno Haible  <bruno@clisp.org>
30973
30974         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
30975         gl_FUNC_FLOORL. Cache the result.
30976         (gl_FUNC_FLOORL): Use it.
30977         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
30978         gl_FUNC_CEILL. Cache the result.
30979         (gl_FUNC_CEILL): Use it.
30980
30981         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
30982         gl_FUNC_FLOOR. Cache the result.
30983         (gl_FUNC_FLOOR): Use it.
30984         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
30985         gl_FUNC_CEIL. Cache the result.
30986         (gl_FUNC_CEIL): Use it.
30987
30988         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
30989         gl_FUNC_FLOORF. Cache the result.
30990         (gl_FUNC_FLOORF): Use it.
30991         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
30992         gl_FUNC_CEILF. Cache the result.
30993         (gl_FUNC_CEILF): Use it.
30994
30995 2007-10-28  Bruno Haible  <bruno@clisp.org>
30996
30997         * gnulib-tool: Allow specifying the LGPL version number through
30998         --lgpl=2 or --lgpl=3.
30999         (func_usage): Document --lgpl with argument.
31000         Handle --lgpl=... arguments.
31001         (func_import): Recognize also gl_LGPL calls with an argument. When
31002         --lgpl=2 is used and the module's license is just LGPL, report an
31003         error. Set sed_transform_lib_file according to the lgpl variable. In
31004         the generated files, use --lgpl or gl_LGPL invocations with argument,
31005         if necessary.
31006         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
31007         an LGPv2+ license.
31008         * doc/gnulib-tool.texi (Modified imports): Update explanation of
31009         gl_LGPL macro.
31010
31011 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31012             Bruno Haible  <bruno@clisp.org>
31013
31014         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
31015         (u16_uctomb_aux): Likewise.
31016         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
31017         !HAVE_INLINE.
31018         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
31019
31020 2007-10-28  Bruno Haible  <bruno@clisp.org>
31021
31022         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
31023         Invoke AM_GETTEXT_OPTION if it exists.
31024         * modules/vasprintf: Likewise.
31025         * modules/verror: Likewise.
31026         * modules/xprintf: Likewise.
31027         * modules/xvasprintf: Likewise.
31028
31029 2007-10-27  Ben Pfaff  <blp@gnu.org>
31030
31031         * lib/math.in.h: Define isfinite macro and prototypes for
31032         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
31033         implementations.
31034         * m4/math_h.m4: New substitutions for isfinite module.
31035         * lib/isfinite.c: New file.
31036         * m4/isfinite.m4: New file.
31037         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
31038         * modules/isfinite: New file.
31039         * modules/isfinite-tests: New file.
31040         * tests/tests-isfinite.c: New file.
31041         * doc/functions/isfinite.texi: Mention isfinite module.
31042         * MODULES.html.sh: Mention new module.
31043
31044 2007-10-27  Ben Pfaff  <blp@gnu.org>
31045
31046         Ralf Wildenhues reported that Tru64 4.0D declares the round
31047         functions but does not have definitions.
31048         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
31049         cannot be found in any library, set the output variable to
31050         "missing" instead of "".
31051         * m4/round.m4: Also use our substitute if we cannot find round in
31052         any library, even if it is declared.
31053         * m4/roundf.m4: Likewise for roundf.
31054         * m4/roundl.m4: Likewise for roundl.
31055         * lib/math.in.h: Undefine roundf, round, roundl before defining
31056         their replacements, to allow for hypothetical systems where these
31057         may be defined as macros but not available in libraries.
31058
31059 2007-10-27  Bruno Haible  <bruno@clisp.org>
31060
31061         * doc/gnulib.texi: Invoke @firstparagraphindent.
31062         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
31063         changes in gnulib.
31064         (Source changes): New section.
31065
31066 2007-10-26  Bruno Haible  <bruno@clisp.org>
31067
31068         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
31069         borrowed from autoconf.
31070
31071 2007-10-26  Bruno Haible  <bruno@clisp.org>
31072
31073         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
31074         strerror returned the empty string. Needed on HP-UX 11.00.
31075
31076 2007-10-24  Micah Cowan  <micah@cowan.name>
31077
31078         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
31079         * build-aux/bootstrap: Remove support for now-unnecessary option,
31080         --cvs-user, and envvars CVS_USER, CVS_RSH.
31081
31082 2007-10-24  Jim Meyering  <meyering@redhat.com>
31083
31084         Avoid diagnostics from sha1sum when there is no cached checksum.
31085         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
31086         if the po.s1 file hasn't been created yet.
31087
31088         * build-aux/bootstrap: Sync from coreutils:
31089         2007-10-24  Jim Meyering  <meyering@redhat.com>
31090         Get gnulib from the git repository, not from an obsolete cvs one.
31091         * build-aux/bootstrap: Suggestion from Micah Cowan.
31092         2007-10-04  Jim Meyering  <jim@meyering.net>
31093         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
31094         (update_po_files): Work also when there are no .po files in po/.
31095
31096 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
31097
31098         * README: Append ".git" to git and cg examples.
31099         Problem reported by Benoit Sigoure.
31100
31101 2007-10-23  Micah Cowan  <micah@cowan.name>
31102
31103         * users.txt: Add wget.
31104
31105 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31106
31107         Fix linking of some unistdio tests on FreeBSD.
31108         * modules/unistdio/u16-vsnprintf-tests
31109         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
31110         * modules/unistdio/u16-vsprintf-tests
31111         (test_u16_vsnprintf1_LDADD): Likewise.
31112         * modules/unistdio/u32-vsnprintf-tests
31113         (test_u32_vsnprintf1_LDADD): Likewise.
31114         * modules/unistdio/u32-vsprintf-tests
31115         (test_u32_vsprintf1_LDADD): Likewise.
31116         * modules/unistdio/u8-vsnprintf-tests
31117         (test_u8_vsnprintf1_LDADD): Likewise.
31118         * modules/unistdio/u8-vsprintf-tests
31119         (test_u8_vsprintf1_LDADD): Likewise.
31120         * modules/unistdio/ulc-vsnprintf-tests
31121         (test_ulc_vsnprintf1_LDADD): Likewise.
31122         * modules/unistdio/ulc-vsprintf-tests
31123         (test_ulc_vsprintf1_LDADD): Likewise.
31124
31125         Fix linking of some uniconv tests on FreeBSD.
31126         * modules/uniconv/u16-conv-from-enc-tests
31127         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
31128         * modules/uniconv/u16-conv-to-enc-tests
31129         (test_u16_conv_to_enc_LDADD): Likewise.
31130         * modules/uniconv/u16-strconv-from-enc-tests
31131         (test_u16_strconv_from_enc_LDADD): Likewise.
31132         * modules/uniconv/u16-strconv-to-enc-tests
31133         (test_u16_strconv_to_enc_LDADD): Likewise.
31134         * modules/uniconv/u32-conv-from-enc-tests
31135         (test_u32_conv_from_enc_LDADD): Likewise.
31136         * modules/uniconv/u32-conv-to-enc-tests
31137         (test_u32_conv_to_enc_LDADD): Likewise.
31138         * modules/uniconv/u32-strconv-from-enc-tests
31139         (test_u32_strconv_from_enc_LDADD): Likewise.
31140         * modules/uniconv/u32-strconv-to-enc-tests
31141         (test_u32_strconv_to_enc_LDADD): Likewise.
31142         * modules/uniconv/u8-conv-from-enc-tests
31143         (test_u8_conv_from_enc_LDADD): Likewise.
31144         * modules/uniconv/u8-conv-to-enc-tests
31145         (test_u8_conv_to_enc_LDADD): Likewise.
31146         * modules/uniconv/u8-strconv-from-enc-tests
31147         (test_u8_strconv_from_enc_LDADD): Likewise.
31148         * modules/uniconv/u8-strconv-to-enc-tests
31149         (test_u8_strconv_to_enc_LDADD): Likewise.
31150
31151 2007-10-22  Bruno Haible  <bruno@clisp.org>
31152
31153         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
31154         size.
31155
31156 2007-10-22  Eric Blake  <ebb9@byu.net>
31157
31158         Tweak x*printf documentation.
31159         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
31160         variable name and comments.
31161         Suggested by Bruno Haible.
31162
31163 2007-10-22  Bruno Haible  <bruno@clisp.org>
31164
31165         * lib/acl.c (copy_acl): Fix file name in comment.
31166
31167 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
31168
31169         Fix Tru64 problem with stdbool.h.
31170         * lib/stdbool.in.h (false, true):
31171         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
31172         Don't declare as an enum in this situation; it runs afoul of Tru64.
31173         Problem reported by Steven M. Schweda in
31174         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
31175
31176 2007-10-22  Eric Blake  <ebb9@byu.net>
31177
31178         Also wrap vf?printf.
31179         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
31180         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
31181         (xvprintf, xvfprintf): New functions.
31182
31183 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31184
31185         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
31186         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
31187
31188         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
31189         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
31190
31191 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
31192
31193         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
31194         by Bruno Haible.
31195
31196 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31197
31198         * lib/getloadavg.c
31199         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
31200         Undef `sys' after including sys/table.h, for Tru64 4.0D.
31201
31202         * tests/test-i-ring.c: Work for C89.
31203
31204 2007-10-22  Bruno Haible  <bruno@clisp.org>
31205
31206         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
31207         -1u, in preprocessor expression, so that we don't test for the bug
31208         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
31209         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
31210
31211 2007-10-22  Eric Blake  <ebb9@byu.net>
31212
31213         * tests/test-yesno.sh: Silence stderr during test.
31214
31215 2007-10-22  Simon Josefsson  <simon@josefsson.org>
31216
31217         * modules/crypto/gc-camellia: New file.
31218
31219         * m4/gc-camellia.m4: New file.
31220
31221         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
31222
31223         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
31224
31225 2007-10-22  Simon Josefsson  <simon@josefsson.org>
31226
31227         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
31228         --help to stdout.  Reported by sms@antinode.org (Steven
31229         M. Schweda).
31230
31231 2007-10-22  Simon Josefsson  <simon@josefsson.org>
31232
31233         * users.txt: Fix link to libksba.
31234
31235 2007-10-21  Ben Pfaff  <blp@gnu.org>
31236
31237         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
31238         round.c roundf implementation that depends on floorf and ceilf to
31239         be tested unconditionally.
31240
31241 2007-10-21  Ben Pfaff  <blp@gnu.org>
31242
31243         * m4/check-libm-func.m4: Removed.
31244         * m4/check-math-lib.m4: New file.
31245         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
31246         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
31247         definition and lack of AC_LIBOBJ([roundf]).
31248         * m4/roundl.m4: Ditto, and similarly for roundl.
31249         * modules/round: Reference new m4 file.
31250         * modules/roundf: Ditto.
31251         * modules/roundl: Ditto.
31252         * tests/test-round2.c (main): Use ROUND instead of round.
31253         Bug report from Bruno Haible.
31254
31255 2007-10-21  Bruno Haible  <bruno@clisp.org>
31256
31257         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
31258         context.
31259
31260 2007-10-21  Bruno Haible  <bruno@clisp.org>
31261
31262         * tests/test-wcwidth.c (main): Allow negative result for some control
31263         characters.
31264
31265         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
31266         Needed on OSF/1 5.1.
31267
31268 2007-10-21  Bruno Haible  <bruno@clisp.org>
31269
31270         * tests/test-floorf1.c: Include isnanf.h.
31271         (main): Use isnanf() instead of isnan().
31272         * tests/test-ceilf1.c: Include isnanf.h.
31273         (main): Use isnanf() instead of isnan().
31274         * tests/test-truncf1.c: Include isnanf.h.
31275         (main): Use isnanf() instead of isnan().
31276         * tests/test-roundf1.c: Include isnanf.h.
31277         (main): Use isnanf() instead of isnan().
31278
31279 2007-10-21  Eric Blake  <ebb9@byu.net>
31280
31281         * users.txt: Update URL for m4.
31282
31283 2007-10-21  Bruno Haible  <bruno@clisp.org>
31284
31285         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
31286
31287 2007-10-21  Bruno Haible  <bruno@clisp.org>
31288
31289         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
31290         Git's management files if the CVS files are not present.
31291
31292 2007-10-20  Bruno Haible  <bruno@clisp.org>
31293
31294         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
31295         gcc-3.4.x.
31296
31297 2007-10-20  Ben Pfaff  <blp@gnu.org>
31298
31299         * lib/math.in.h: Declare round, roundf, roundl if we are providing
31300         implementations.
31301         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
31302         * lib/round.c: New file.
31303         * lib/roundf.c: New file.
31304         * lib/roundl.c: New file.
31305         * m4/round.m4: New file.
31306         * m4/roundf.m4: New file.
31307         * m4/roundl.m4: New file.
31308         * m4/check-libm-func-m4: New file.
31309         * modules/math: Replace round, roundf, roundl related @VARS@ in
31310         math.in.h.
31311         * modules/round: New file.
31312         * modules/round-tests: New file.
31313         * modules/roundf: New file.
31314         * modules/roundf-tests: New file.
31315         * modules/roundl: New file.
31316         * modules/roundl-tests: New file.
31317         * tests/test-round1.c: New file.
31318         * tests/test-round2.c: New file.
31319         * tests/test-roundf1.c: New file.
31320         * tests/test-roundf2.c: New file.
31321         * tests/test-roundl.c: New file.
31322         * doc/functions/round.texi: Mention round module.
31323         * doc/functions/roundf.texi: Mention roundf module.
31324         * doc/functions/roundl.texi: Mention roundl module.
31325         * MODULES.html.sh: Mention new modules.
31326         Thanks to Bruno Haible for suggestions.
31327
31328 2007-10-20  Jim Meyering  <meyering@redhat.com>
31329
31330         * lib/xprintf.c: Include <config.h> unconditionally.
31331
31332         Change xprintf's license to GPL.
31333         * modules/xprintf (License): s/LGPL/GPL/, since this module
31334         depends on modules (exit and exitfail) which are GPL.
31335         Suggestion from Bruno Haible.
31336
31337         xprintf fixes.
31338         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
31339         Use a clearer diagnostic.
31340         Patch from Bruno Haible.
31341
31342 2007-10-20  Bruno Haible  <bruno@clisp.org>
31343
31344         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
31345         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
31346         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
31347
31348 2007-10-20  Bruno Haible  <bruno@clisp.org>
31349
31350         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
31351         precision in the comparison result > x - 1 or similar.
31352         * tests/test-ceilf2.c (correct_result_p): Likewise.
31353         * tests/test-truncf2.c (correct_result_p): Likewise.
31354         * tests/test-trunc2.c (correct_result_p): Likewise.
31355         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
31356
31357 2007-10-20  Bruno Haible  <bruno@clisp.org>
31358
31359         * modules/ceil: New file.
31360         * m4/ceil.m4: New file.
31361         * doc/functions/ceil.texi: Mention the 'ceil' module.
31362
31363 2007-10-20  Bruno Haible  <bruno@clisp.org>
31364
31365         * modules/floor: New file.
31366         * m4/floor.m4: New file.
31367         * doc/functions/floor.texi: Mention the 'floor' module.
31368
31369 2007-10-20  Bruno Haible  <bruno@clisp.org>
31370
31371         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
31372         of %a.
31373         * modules/floorf-tests (Depends-on): Likewise.
31374         * modules/truncf-tests (Depends-on): Likewise.
31375         * modules/trunc-tests (Depends-on): Likewise.
31376         Reported by Ben Pfaff.
31377
31378 2007-10-19  Jim Meyering  <meyering@redhat.com>
31379
31380         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
31381         Don't bother testing specific errno values.  Just test ferror.
31382
31383         New module: xprintf
31384         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
31385
31386 2007-10-19  Bruno Haible  <bruno@clisp.org>
31387
31388         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
31389         syntax.
31390         * modules/javaexec (Makefile.am): Likewise.
31391         * modules/relocatable-prog (Makefile.am): Likewise.
31392         Suggested by Jim Meyering.
31393
31394 2007-10-18  Bruno Haible  <bruno@clisp.org>
31395
31396         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
31397         Reported by Jim Meyering.
31398
31399 2007-10-18  Eric Blake  <ebb9@byu.net>
31400
31401         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
31402
31403 2007-10-18  Bruno Haible  <bruno@clisp.org>
31404
31405         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
31406         the format string into writable memory. Needed in Fortify conditions.
31407
31408 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
31409             Bruno Haible  <bruno@clisp.org>
31410
31411         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
31412         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
31413         * modules/trim (Depends-on): Add mbchar.
31414         (configure.ac): Add gl_FUNC_MBRTOWC.
31415         (Makefile.am): Augment lib_SOURCES.
31416
31417 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
31418
31419         Modify glob.c to use fstatat and dirfd, to simplify it.
31420         Suggested by Eric Blake.
31421         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
31422         Don't include <stdbool.h>; not used.
31423         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
31424         (link_exists_p): Simplify implementation, since we can now assume
31425         dirfd and fstatat.
31426         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
31427
31428 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31429
31430         * gnulib-tool (func_get_dependencies): Fix sed script to
31431         match only tests.
31432
31433 2007-10-17  Bruno Haible  <bruno@clisp.org>
31434
31435         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
31436         allow locale names without encoding suffix.
31437         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
31438         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
31439
31440 2007-10-16  Bruno Haible  <bruno@clisp.org>
31441
31442         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
31443         * lib/getgroups.c (getgroups): Likewise.
31444         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
31445
31446 2007-10-16  Bruno Haible  <bruno@clisp.org>
31447
31448         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
31449         * modules/malloc-posix (License): Likewise.
31450         * modules/realloc-posix (License): Likewise.
31451         * modules/calloc-posix (License): Likewise.
31452         * modules/intprops (License): Change from GPL to LGPL, with
31453         Paul Eggert's approval.
31454
31455 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
31456
31457         Merge glibc changes into lib/glob.c.
31458
31459         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
31460         2007-10-15 04:59:03 UTC.  Here are the changes:
31461
31462         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
31463
31464         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
31465
31466         * lib/glob.c: Add some branch prediction throughout.
31467
31468         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
31469
31470         [BZ #5103]
31471         * lib/glob.c (glob): Recognize patterns starting \/.
31472
31473         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
31474
31475         [BZ #3996]
31476         * lib/glob.c (attribute_hidden): Define if not defined.
31477         (glob): Unescape dirname, filename or username when needed and not
31478         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
31479         is NULL.  Handle unescaped [ in pattern without closing ].
31480         Don't pass GLOB_CHECK down to recursive glob for directories.
31481         (__glob_pattern_type): New function.
31482         (__glob_pattern_p): Implement using __glob_pattern_type.
31483         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
31484         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
31485         Remove unreachable code.
31486
31487         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
31488
31489         * lib/glob.c (glob_in_dir): Add some comments and asserts to
31490         explain why there are no leaks.
31491
31492         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
31493
31494         [BZ #3253]
31495         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
31496         time, rather allocate increasingly bigger arrays of pointers, if
31497         possible with alloca, if too large with malloc.
31498
31499 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
31500
31501         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
31502         Problem reported by H.Merijn Brand in
31503         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
31504         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
31505         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
31506
31507 2007-10-15  Bruno Haible  <bruno@clisp.org>
31508
31509         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
31510         with explicit rpl_ prefix.
31511         * lib/fopen.c (fopen): Likewise.
31512         * lib/freopen.c (freopen): Likewise.
31513         * lib/iconv.c (iconv): Likewise.
31514         * lib/iconv_close.c (iconv_close): Likewise.
31515
31516 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31517
31518         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
31519
31520 2007-10-15  Bruno Haible  <bruno@clisp.org>
31521
31522         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
31523         <stddef.h> instead of <stdlib.h> since we only need NULL.
31524         Reported by Ben Pfaff <blp@cs.stanford.edu>.
31525
31526 2007-10-15  Bruno Haible  <bruno@clisp.org>
31527
31528         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
31529         Replace paragraph talking about LIBOBJS.
31530         Reported by Colin Watson <cjwatson@debian.org>.
31531
31532 2007-10-15  Bruno Haible  <bruno@clisp.org>
31533
31534         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
31535         <stdlib.h> before using NULL.
31536
31537 2007-10-15  Simon Josefsson  <simon@josefsson.org>
31538
31539         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
31540         Reported by Albert Chin <china@thewrittenword.com>.
31541
31542 2007-10-14  Bruno Haible  <bruno@clisp.org>
31543
31544         * modules/iconv_open-utf-tests: New file.
31545         * tests/test-iconv-utf.c: New file.
31546
31547         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
31548         * modules/iconv_open-utf: New file.
31549         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
31550         (iconv, iconv_close): New declarations.
31551         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
31552         be defined.
31553         (iconv_open): Add special handling of conversion between UTF-8 and
31554         UTF-{16,32}{BE,LE}.
31555         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
31556         * lib/iconv_close.c: New file.
31557         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
31558         gl_FUNC_ICONV_OPEN.
31559         (gl_FUNC_ICONV_OPEN): Use it.
31560         (gl_FUNC_ICONV_OPEN_UTF): New macro.
31561         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
31562         and REPLACE_ICONV_UTF.
31563         * modules/iconv_open (Depends-on): Add c-strcase.
31564         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
31565         ICONV_CONST.
31566         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
31567
31568 2007-10-13  Albert Chin  <china@thewrittenword.com>
31569             Bruno Haible  <bruno@clisp.org>
31570
31571         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
31572         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
31573
31574 2007-10-13  Bruno Haible  <bruno@clisp.org>
31575
31576         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
31577         defined, use the ISO C99 inline semantics.
31578         * lib/argp.h (ARGP_EI): Likewise.
31579
31580 2007-10-13  Bruno Haible  <bruno@clisp.org>
31581
31582         Handle 'inline' change in gcc 4.3.0.
31583         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
31584         argp_fmtstream_write, argp_fmtstream_set_lmargin,
31585         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
31586         argp_fmtstream_point): Disable 'extern' declaration if the function
31587         definition is going to be provided inline.
31588         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
31589         semantics, not the ISO C99 inline semantics.
31590         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
31591         'extern' declaration if the function definition is going to be provided
31592         inline.
31593         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
31594         the GNU C inline semantics, not the ISO C99 inline semantics. With
31595         GCC 4.2, avoid a warning.
31596
31597 2007-10-13  Bruno Haible  <bruno@clisp.org>
31598
31599         * lib/freading.h (freading): Enable the use of __freading for
31600         glibc >= 2.7.
31601         * lib/freading.c (freading): Likewise.
31602
31603 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
31604
31605         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
31606         "warning: C99 inline functions are not supported; using GNU89".
31607
31608 2007-10-12  Bruno Haible  <bruno@clisp.org>
31609
31610         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
31611         of 2.
31612         * tests/test-ceilf2.c: New file.
31613         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
31614
31615         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
31616         * modules/ceilf-tests: Update.
31617
31618 2007-10-12  Bruno Haible  <bruno@clisp.org>
31619
31620         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
31621         of 2.
31622         * tests/test-floorf2.c: New file.
31623         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
31624
31625         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
31626         * modules/floorf-tests: Update.
31627
31628 2007-10-12  Bruno Haible  <bruno@clisp.org>
31629
31630         * tests/test-trunc2.c: New file.
31631         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
31632
31633         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
31634         * modules/trunc-tests: Update.
31635
31636 2007-10-12  Bruno Haible  <bruno@clisp.org>
31637
31638         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
31639         of 2.
31640         * tests/test-truncf2.c: New file.
31641         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
31642
31643         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
31644         * modules/truncf-tests: Update.
31645
31646 2007-10-11  Eric Blake  <ebb9@byu.net>
31647
31648         Don't claim strerror is broken on Interix.
31649         * doc/functions/strerror.texi (strerror): Known broken systems are
31650         now Solaris 8, and not Interix.
31651         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
31652         Interix on cross-compile.
31653         Reported by Martin Koeppe in
31654         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
31655
31656 2007-10-11  Bruno Haible  <bruno@clisp.org>
31657
31658         * modules/i-ring-tests: New file.
31659         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
31660         instead of assert.
31661
31662 2007-10-11  Bruno Haible  <bruno@clisp.org>
31663
31664         * modules/filenamecat-tests: New file.
31665         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
31666         * lib/filenamecat.c: Remove test code.
31667
31668 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
31669
31670         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
31671
31672         * lib/strerror.c: Include <string.h> always, to test interface,
31673         and to remove the need for the dummy.
31674         Include intprops.h to compute width instead of doing it ourselves
31675         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
31676         (strerror): Define it to return NULL if there's no system strerror.
31677         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
31678         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
31679         ancient pre-strerror Unix systems well any more.  Saying "unknown
31680         system error" is enough.
31681         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
31682         simpler strerror.c implementation.
31683         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
31684         Simplify the tests to reflect the simpler strerror implementation.
31685         * modules/strerror (Depends-on): Add intprops.
31686
31687 2007-10-09  Eric Blake  <ebb9@byu.net>
31688
31689         Silence test-fpending.
31690         * modules/fpending-tests (Files): Add wrapper script.
31691         * tests/test-fpending.sh: New file.
31692
31693 2007-10-09  Bruno Haible  <bruno@clisp.org>
31694
31695         * MODULES.html.sh (func_module): Don't create a hyperlink for
31696         function names like 'printf_frexp'.
31697         (Misc): Add crc, memxor.
31698         (Characteristics of floating types): New section.
31699         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
31700         isnanf-nolibm, signbit, trunc, truncf, truncl.
31701         (Enhancements for ISO C 99 functions): New subsection Input/output.
31702         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
31703         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
31704         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
31705         (Compatibility checks for POSIX:2001 functions): Add clock-time.
31706         (Enhancements for POSIX:2001 functions): Add chdir-long.
31707         (File system functions): Add areadlink, chdir-safer, read-file.
31708         Remove cycle-check.
31709         (File system as inode set): New section.
31710         (Date and time): Add gethrxtime.
31711         (Multithreading): Add openmp.
31712         (Internationalization functions): Add localename.
31713         (Unicode string functions): Add unistr/u*-mbsnlen.
31714         (Support for maintaining and releasing projects): Add git-version-gen.
31715         (Lone files): Remove directories.
31716
31717 2007-10-08  Ben Pfaff  <blp@gnu.org>
31718
31719         * lib/xmalloca.h: Fix typo in comment.
31720
31721 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
31722
31723         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
31724         when avoiding problems with integer overflow.  Use a portable test
31725         instead.
31726
31727 2007-10-08  Simon Josefsson  <simon@josefsson.org>
31728
31729         * modules/dummy (License): Change to LGPLv2+.
31730         * modules/float (License): Likewise
31731         * modules/realloc (License): Likewise
31732         * modules/stdlib (License): Likewise
31733
31734 2007-10-07  Bruno Haible  <bruno@clisp.org>
31735
31736         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
31737         * floor.c (TWO_MANT_DIG): Likewise.
31738         * ceil.c (TWO_MANT_DIG): Likewise.
31739         Reported by Ben Pfaff.
31740
31741 2007-10-07  Bruno Haible  <bruno@clisp.org>
31742
31743         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
31744         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
31745         * lib/frexp.c (FUNC): Likewise.
31746         * lib/printf-frexp.h (printf_frexp): Likewise.
31747         * lib/printf-frexpl.h (printf_frexpl): Likewise.
31748         * lib/printf-frexp.c (FUNC): Likewise.
31749         Suggested by Jim Meyering.
31750
31751 2007-10-07  Jim Meyering  <meyering@redhat.com>
31752
31753         Make xnanosleep's integer overflow test more robust.
31754         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
31755         so that gcc-4.3.0 doesn't optimize away this test for overflow.
31756
31757 2007-10-07  Bruno Haible  <bruno@clisp.org>
31758
31759         * NEWS: Mention the license change.
31760
31761         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
31762         abbreviations in the modules files.
31763
31764         Change copyright notice from GPLv2+ to GPLv3+.
31765         * README: Change copyright notice.
31766         * MODULES.html.sh: Likewise.
31767         * build-aux/bootstrap.conf: Likewise.
31768         * build-aux/config.libpath: Likewise.
31769         * build-aux/csharpcomp.sh.in: Likewise.
31770         * build-aux/csharpexec.sh.in: Likewise.
31771         * build-aux/install-reloc: Likewise.
31772         * build-aux/javacomp.sh.in: Likewise.
31773         * build-aux/javaexec.sh.in: Likewise.
31774         * build-aux/ldd.sh.in: Likewise.
31775         * build-aux/reloc-ldflags: Likewise.
31776         * build-aux/relocatable.sh.in: Likewise.
31777         * build-aux/x-to-1.in: Likewise.
31778         * check-module: Likewise.
31779         * config/srclistvars.sh: Likewise.
31780         * gnulib-tool: Likewise.
31781         * lib/acl-internal.h: Likewise.
31782         * lib/acl.c: Likewise.
31783         * lib/acl.h: Likewise.
31784         * lib/acl_entries.c: Likewise.
31785         * lib/areadlink-with-size.c: Likewise.
31786         * lib/areadlink.c: Likewise.
31787         * lib/areadlink.h: Likewise.
31788         * lib/argmatch.c: Likewise.
31789         * lib/argmatch.h: Likewise.
31790         * lib/argp-ba.c: Likewise.
31791         * lib/argp-eexst.c: Likewise.
31792         * lib/argp-fmtstream.c: Likewise.
31793         * lib/argp-fmtstream.h: Likewise.
31794         * lib/argp-fs-xinl.c: Likewise.
31795         * lib/argp-help.c: Likewise.
31796         * lib/argp-namefrob.h: Likewise.
31797         * lib/argp-parse.c: Likewise.
31798         * lib/argp-pin.c: Likewise.
31799         * lib/argp-pv.c: Likewise.
31800         * lib/argp-pvh.c: Likewise.
31801         * lib/argp-xinl.c: Likewise.
31802         * lib/argp.h: Likewise.
31803         * lib/at-func.c: Likewise.
31804         * lib/atanl.c: Likewise.
31805         * lib/backupfile.c: Likewise.
31806         * lib/backupfile.h: Likewise.
31807         * lib/basename.c: Likewise.
31808         * lib/binary-io.h: Likewise.
31809         * lib/byteswap.in.h: Likewise.
31810         * lib/c-stack.c: Likewise.
31811         * lib/c-stack.h: Likewise.
31812         * lib/c-strcasestr.c: Likewise.
31813         * lib/c-strcasestr.h: Likewise.
31814         * lib/c-strstr.c: Likewise.
31815         * lib/c-strstr.h: Likewise.
31816         * lib/c-strtod.c: Likewise.
31817         * lib/calloc.c: Likewise.
31818         * lib/canon-host.c: Likewise.
31819         * lib/canon-host.h: Likewise.
31820         * lib/canonicalize-lgpl.c: Likewise.
31821         * lib/canonicalize.c: Likewise.
31822         * lib/canonicalize.h: Likewise.
31823         * lib/ceil.c: Likewise.
31824         * lib/ceilf.c: Likewise.
31825         * lib/ceill.c: Likewise.
31826         * lib/chdir-long.c: Likewise.
31827         * lib/chdir-long.h: Likewise.
31828         * lib/chdir-safer.c: Likewise.
31829         * lib/chdir-safer.h: Likewise.
31830         * lib/chown.c: Likewise.
31831         * lib/classpath.c: Likewise.
31832         * lib/classpath.h: Likewise.
31833         * lib/clean-temp.c: Likewise.
31834         * lib/clean-temp.h: Likewise.
31835         * lib/cloexec.c: Likewise.
31836         * lib/close-stream.c: Likewise.
31837         * lib/closein.c: Likewise.
31838         * lib/closein.h: Likewise.
31839         * lib/closeout.c: Likewise.
31840         * lib/closeout.h: Likewise.
31841         * lib/concat-filename.c: Likewise.
31842         * lib/copy-file.c: Likewise.
31843         * lib/copy-file.h: Likewise.
31844         * lib/count-one-bits.h: Likewise.
31845         * lib/crc.c: Likewise.
31846         * lib/crc.h: Likewise.
31847         * lib/creat-safer.c: Likewise.
31848         * lib/csharpcomp.c: Likewise.
31849         * lib/csharpcomp.h: Likewise.
31850         * lib/csharpexec.c: Likewise.
31851         * lib/csharpexec.h: Likewise.
31852         * lib/cycle-check.c: Likewise.
31853         * lib/cycle-check.h: Likewise.
31854         * lib/diacrit.c: Likewise.
31855         * lib/diacrit.h: Likewise.
31856         * lib/diffseq.h: Likewise.
31857         * lib/dirchownmod.c: Likewise.
31858         * lib/dirent.in.h: Likewise.
31859         * lib/dirfd.c: Likewise.
31860         * lib/dirfd.h: Likewise.
31861         * lib/dirname.c: Likewise.
31862         * lib/dirname.h: Likewise.
31863         * lib/dummy.c: Likewise.
31864         * lib/dup-safer.c: Likewise.
31865         * lib/dup2.c: Likewise.
31866         * lib/eealloc.h: Likewise.
31867         * lib/error.c: Likewise.
31868         * lib/error.h: Likewise.
31869         * lib/euidaccess.c: Likewise.
31870         * lib/exclude.c: Likewise.
31871         * lib/exclude.h: Likewise.
31872         * lib/execute.c: Likewise.
31873         * lib/execute.h: Likewise.
31874         * lib/exitfail.c: Likewise.
31875         * lib/exitfail.h: Likewise.
31876         * lib/expl.c: Likewise.
31877         * lib/fatal-signal.c: Likewise.
31878         * lib/fatal-signal.h: Likewise.
31879         * lib/fbufmode.c: Likewise.
31880         * lib/fbufmode.h: Likewise.
31881         * lib/fchdir.c: Likewise.
31882         * lib/fchmodat.c: Likewise.
31883         * lib/fchownat.c: Likewise.
31884         * lib/fcntl--.h: Likewise.
31885         * lib/fcntl-safer.h: Likewise.
31886         * lib/fcntl.in.h: Likewise.
31887         * lib/fd-safer.c: Likewise.
31888         * lib/fflush.c: Likewise.
31889         * lib/file-has-acl.c: Likewise.
31890         * lib/file-set.c: Likewise.
31891         * lib/file-type.c: Likewise.
31892         * lib/file-type.h: Likewise.
31893         * lib/fileblocks.c: Likewise.
31894         * lib/filemode.c: Likewise.
31895         * lib/filemode.h: Likewise.
31896         * lib/filename.h: Likewise.
31897         * lib/filenamecat.c: Likewise.
31898         * lib/filenamecat.h: Likewise.
31899         * lib/findprog.c: Likewise.
31900         * lib/findprog.h: Likewise.
31901         * lib/float.in.h: Likewise.
31902         * lib/floor.c: Likewise.
31903         * lib/floorf.c: Likewise.
31904         * lib/floorl.c: Likewise.
31905         * lib/fopen-safer.c: Likewise.
31906         * lib/fopen.c: Likewise.
31907         * lib/fpending.c: Likewise.
31908         * lib/fpending.h: Likewise.
31909         * lib/fprintf.c: Likewise.
31910         * lib/fprintftime.h: Likewise.
31911         * lib/fpucw.h: Likewise.
31912         * lib/fpurge.c: Likewise.
31913         * lib/fpurge.h: Likewise.
31914         * lib/freadable.c: Likewise.
31915         * lib/freadable.h: Likewise.
31916         * lib/freadahead.c: Likewise.
31917         * lib/freadahead.h: Likewise.
31918         * lib/freading.c: Likewise.
31919         * lib/freading.h: Likewise.
31920         * lib/free.c: Likewise.
31921         * lib/freopen.c: Likewise.
31922         * lib/frexp.c: Likewise.
31923         * lib/frexpl.c: Likewise.
31924         * lib/fseek.c: Likewise.
31925         * lib/fseterr.c: Likewise.
31926         * lib/fseterr.h: Likewise.
31927         * lib/fstatat.c: Likewise.
31928         * lib/fstrcmp.c: Likewise.
31929         * lib/fstrcmp.h: Likewise.
31930         * lib/fsusage.c: Likewise.
31931         * lib/fsusage.h: Likewise.
31932         * lib/ftell.c: Likewise.
31933         * lib/ftello.c: Likewise.
31934         * lib/fts-cycle.c: Likewise.
31935         * lib/fts.c: Likewise.
31936         * lib/fts_.h: Likewise.
31937         * lib/full-read.c: Likewise.
31938         * lib/full-read.h: Likewise.
31939         * lib/full-write.c: Likewise.
31940         * lib/full-write.h: Likewise.
31941         * lib/fwritable.c: Likewise.
31942         * lib/fwritable.h: Likewise.
31943         * lib/fwriteerror.c: Likewise.
31944         * lib/fwriteerror.h: Likewise.
31945         * lib/fwriting.c: Likewise.
31946         * lib/fwriting.h: Likewise.
31947         * lib/gcd.c: Likewise.
31948         * lib/gcd.h: Likewise.
31949         * lib/getcwd.c: Likewise.
31950         * lib/getdate.h: Likewise.
31951         * lib/getdate.y: Likewise.
31952         * lib/getdomainname.c: Likewise.
31953         * lib/getdomainname.h: Likewise.
31954         * lib/getgroups.c: Likewise.
31955         * lib/gethostname.c: Likewise.
31956         * lib/gethrxtime.c: Likewise.
31957         * lib/gethrxtime.h: Likewise.
31958         * lib/getloadavg.c: Likewise.
31959         * lib/getndelim2.c: Likewise.
31960         * lib/getndelim2.h: Likewise.
31961         * lib/getnline.c: Likewise.
31962         * lib/getnline.h: Likewise.
31963         * lib/getopt.c: Likewise.
31964         * lib/getopt.in.h: Likewise.
31965         * lib/getopt1.c: Likewise.
31966         * lib/getopt_int.h: Likewise.
31967         * lib/getpagesize.h: Likewise.
31968         * lib/getsubopt.c: Likewise.
31969         * lib/gettime.c: Likewise.
31970         * lib/getugroups.c: Likewise.
31971         * lib/getugroups.h: Likewise.
31972         * lib/getusershell.c: Likewise.
31973         * lib/gl_anyavltree_list1.h: Likewise.
31974         * lib/gl_anyavltree_list2.h: Likewise.
31975         * lib/gl_anyhash_list1.h: Likewise.
31976         * lib/gl_anyhash_list2.h: Likewise.
31977         * lib/gl_anylinked_list1.h: Likewise.
31978         * lib/gl_anylinked_list2.h: Likewise.
31979         * lib/gl_anyrbtree_list1.h: Likewise.
31980         * lib/gl_anyrbtree_list2.h: Likewise.
31981         * lib/gl_anytree_list1.h: Likewise.
31982         * lib/gl_anytree_list2.h: Likewise.
31983         * lib/gl_anytree_oset.h: Likewise.
31984         * lib/gl_anytreehash_list1.h: Likewise.
31985         * lib/gl_anytreehash_list2.h: Likewise.
31986         * lib/gl_array_list.c: Likewise.
31987         * lib/gl_array_list.h: Likewise.
31988         * lib/gl_array_oset.c: Likewise.
31989         * lib/gl_array_oset.h: Likewise.
31990         * lib/gl_avltree_list.c: Likewise.
31991         * lib/gl_avltree_list.h: Likewise.
31992         * lib/gl_avltree_oset.c: Likewise.
31993         * lib/gl_avltree_oset.h: Likewise.
31994         * lib/gl_avltreehash_list.c: Likewise.
31995         * lib/gl_avltreehash_list.h: Likewise.
31996         * lib/gl_carray_list.c: Likewise.
31997         * lib/gl_carray_list.h: Likewise.
31998         * lib/gl_linked_list.c: Likewise.
31999         * lib/gl_linked_list.h: Likewise.
32000         * lib/gl_linkedhash_list.c: Likewise.
32001         * lib/gl_linkedhash_list.h: Likewise.
32002         * lib/gl_list.c: Likewise.
32003         * lib/gl_list.h: Likewise.
32004         * lib/gl_oset.c: Likewise.
32005         * lib/gl_oset.h: Likewise.
32006         * lib/gl_rbtree_list.c: Likewise.
32007         * lib/gl_rbtree_list.h: Likewise.
32008         * lib/gl_rbtree_oset.c: Likewise.
32009         * lib/gl_rbtree_oset.h: Likewise.
32010         * lib/gl_rbtreehash_list.c: Likewise.
32011         * lib/gl_rbtreehash_list.h: Likewise.
32012         * lib/gl_sublist.c: Likewise.
32013         * lib/gl_sublist.h: Likewise.
32014         * lib/group-member.c: Likewise.
32015         * lib/group-member.h: Likewise.
32016         * lib/hard-locale.c: Likewise.
32017         * lib/hard-locale.h: Likewise.
32018         * lib/hash-pjw.c: Likewise.
32019         * lib/hash-pjw.h: Likewise.
32020         * lib/hash-triple.c: Likewise.
32021         * lib/hash.c: Likewise.
32022         * lib/hash.h: Likewise.
32023         * lib/human.c: Likewise.
32024         * lib/human.h: Likewise.
32025         * lib/i-ring.c: Likewise.
32026         * lib/i-ring.h: Likewise.
32027         * lib/idcache.c: Likewise.
32028         * lib/imaxabs.c: Likewise.
32029         * lib/imaxdiv.c: Likewise.
32030         * lib/inet_pton.c: Likewise.
32031         * lib/inet_pton.h: Likewise.
32032         * lib/intprops.h: Likewise.
32033         * lib/inttostr.c: Likewise.
32034         * lib/inttostr.h: Likewise.
32035         * lib/inttypes.in.h: Likewise.
32036         * lib/isapipe.c: Likewise.
32037         * lib/isdir.c: Likewise.
32038         * lib/isnan.c: Likewise.
32039         * lib/isnan.h: Likewise.
32040         * lib/isnanf.c: Likewise.
32041         * lib/isnanf.h: Likewise.
32042         * lib/isnanl-nolibm.h: Likewise.
32043         * lib/isnanl.c: Likewise.
32044         * lib/isnanl.h: Likewise.
32045         * lib/javacomp.c: Likewise.
32046         * lib/javacomp.h: Likewise.
32047         * lib/javaexec.c: Likewise.
32048         * lib/javaexec.h: Likewise.
32049         * lib/javaversion.c: Likewise.
32050         * lib/javaversion.h: Likewise.
32051         * lib/javaversion.java: Likewise.
32052         * lib/lbrkprop.h: Likewise.
32053         * lib/lchmod.h: Likewise.
32054         * lib/lchown.c: Likewise.
32055         * lib/ldexpl.c: Likewise.
32056         * lib/linebreak.c: Likewise.
32057         * lib/linebreak.h: Likewise.
32058         * lib/linebuffer.c: Likewise.
32059         * lib/linebuffer.h: Likewise.
32060         * lib/locale.in.h: Likewise.
32061         * lib/logl.c: Likewise.
32062         * lib/long-options.c: Likewise.
32063         * lib/long-options.h: Likewise.
32064         * lib/lstat.c: Likewise.
32065         * lib/lstat.h: Likewise.
32066         * lib/math.in.h: Likewise.
32067         * lib/mbchar.c: Likewise.
32068         * lib/mbchar.h: Likewise.
32069         * lib/mbfile.h: Likewise.
32070         * lib/mbiter.h: Likewise.
32071         * lib/mbscasecmp.c: Likewise.
32072         * lib/mbscasestr.c: Likewise.
32073         * lib/mbschr.c: Likewise.
32074         * lib/mbscspn.c: Likewise.
32075         * lib/mbslen.c: Likewise.
32076         * lib/mbsncasecmp.c: Likewise.
32077         * lib/mbsnlen.c: Likewise.
32078         * lib/mbspbrk.c: Likewise.
32079         * lib/mbspcasecmp.c: Likewise.
32080         * lib/mbsrchr.c: Likewise.
32081         * lib/mbssep.c: Likewise.
32082         * lib/mbsspn.c: Likewise.
32083         * lib/mbsstr.c: Likewise.
32084         * lib/mbstok_r.c: Likewise.
32085         * lib/mbswidth.c: Likewise.
32086         * lib/mbswidth.h: Likewise.
32087         * lib/mbuiter.h: Likewise.
32088         * lib/memcasecmp.c: Likewise.
32089         * lib/memcasecmp.h: Likewise.
32090         * lib/memchr.c: Likewise.
32091         * lib/memcmp.c: Likewise.
32092         * lib/memcoll.c: Likewise.
32093         * lib/memcoll.h: Likewise.
32094         * lib/memcpy.c: Likewise.
32095         * lib/memrchr.c: Likewise.
32096         * lib/mkancesdirs.c: Likewise.
32097         * lib/mkdir-p.c: Likewise.
32098         * lib/mkdir-p.h: Likewise.
32099         * lib/mkdir.c: Likewise.
32100         * lib/mkdirat.c: Likewise.
32101         * lib/mkdtemp.c: Likewise.
32102         * lib/mkstemp-safer.c: Likewise.
32103         * lib/mkstemp.c: Likewise.
32104         * lib/modechange.c: Likewise.
32105         * lib/modechange.h: Likewise.
32106         * lib/mountlist.c: Likewise.
32107         * lib/mountlist.h: Likewise.
32108         * lib/mpsort.c: Likewise.
32109         * lib/nanosleep.c: Likewise.
32110         * lib/obstack.c: Likewise.
32111         * lib/obstack.h: Likewise.
32112         * lib/open-safer.c: Likewise.
32113         * lib/open.c: Likewise.
32114         * lib/openat-die.c: Likewise.
32115         * lib/openat-priv.h: Likewise.
32116         * lib/openat-proc.c: Likewise.
32117         * lib/openat.c: Likewise.
32118         * lib/openat.h: Likewise.
32119         * lib/pagealign_alloc.c: Likewise.
32120         * lib/pagealign_alloc.h: Likewise.
32121         * lib/physmem.c: Likewise.
32122         * lib/physmem.h: Likewise.
32123         * lib/pipe-safer.c: Likewise.
32124         * lib/pipe.c: Likewise.
32125         * lib/pipe.h: Likewise.
32126         * lib/posixtm.c: Likewise.
32127         * lib/posixtm.h: Likewise.
32128         * lib/posixver.c: Likewise.
32129         * lib/printf-frexp.c: Likewise.
32130         * lib/printf-frexp.h: Likewise.
32131         * lib/printf-frexpl.c: Likewise.
32132         * lib/printf-frexpl.h: Likewise.
32133         * lib/printf.c: Likewise.
32134         * lib/progname.c: Likewise.
32135         * lib/progname.h: Likewise.
32136         * lib/progreloc.c: Likewise.
32137         * lib/putenv.c: Likewise.
32138         * lib/quote.c: Likewise.
32139         * lib/quote.h: Likewise.
32140         * lib/quotearg.c: Likewise.
32141         * lib/quotearg.h: Likewise.
32142         * lib/raise.c: Likewise.
32143         * lib/readline.c: Likewise.
32144         * lib/readline.h: Likewise.
32145         * lib/readlink.c: Likewise.
32146         * lib/readtokens.c: Likewise.
32147         * lib/readtokens.h: Likewise.
32148         * lib/readtokens0.c: Likewise.
32149         * lib/readtokens0.h: Likewise.
32150         * lib/readutmp.c: Likewise.
32151         * lib/readutmp.h: Likewise.
32152         * lib/realloc.c: Likewise.
32153         * lib/relocwrapper.c: Likewise.
32154         * lib/rename-dest-slash.c: Likewise.
32155         * lib/rename.c: Likewise.
32156         * lib/rmdir.c: Likewise.
32157         * lib/rpmatch.c: Likewise.
32158         * lib/safe-read.c: Likewise.
32159         * lib/safe-read.h: Likewise.
32160         * lib/safe-write.c: Likewise.
32161         * lib/safe-write.h: Likewise.
32162         * lib/same-inode.h: Likewise.
32163         * lib/same.c: Likewise.
32164         * lib/same.h: Likewise.
32165         * lib/save-cwd.c: Likewise.
32166         * lib/save-cwd.h: Likewise.
32167         * lib/savedir.c: Likewise.
32168         * lib/savedir.h: Likewise.
32169         * lib/savewd.c: Likewise.
32170         * lib/savewd.h: Likewise.
32171         * lib/search.in.h: Likewise.
32172         * lib/setenv.c: Likewise.
32173         * lib/setenv.h: Likewise.
32174         * lib/settime.c: Likewise.
32175         * lib/sh-quote.c: Likewise.
32176         * lib/sh-quote.h: Likewise.
32177         * lib/sig2str.c: Likewise.
32178         * lib/sig2str.h: Likewise.
32179         * lib/signal.in.h: Likewise.
32180         * lib/signbitd.c: Likewise.
32181         * lib/signbitf.c: Likewise.
32182         * lib/signbitl.c: Likewise.
32183         * lib/sigprocmask.c: Likewise.
32184         * lib/sincosl.c: Likewise.
32185         * lib/sleep.c: Likewise.
32186         * lib/sprintf.c: Likewise.
32187         * lib/sqrtl.c: Likewise.
32188         * lib/stat-time.h: Likewise.
32189         * lib/stdio--.h: Likewise.
32190         * lib/stdio-safer.h: Likewise.
32191         * lib/stdlib--.h: Likewise.
32192         * lib/stdlib-safer.h: Likewise.
32193         * lib/stdlib.in.h: Likewise.
32194         * lib/stpcpy.c: Likewise.
32195         * lib/stpncpy.c: Likewise.
32196         * lib/strchrnul.c: Likewise.
32197         * lib/strcspn.c: Likewise.
32198         * lib/strerror.c: Likewise.
32199         * lib/strftime.c: Likewise.
32200         * lib/strftime.h: Likewise.
32201         * lib/striconveh.c: Likewise.
32202         * lib/striconveh.h: Likewise.
32203         * lib/striconveha.c: Likewise.
32204         * lib/striconveha.h: Likewise.
32205         * lib/stripslash.c: Likewise.
32206         * lib/strnlen1.c: Likewise.
32207         * lib/strnlen1.h: Likewise.
32208         * lib/strtod.c: Likewise.
32209         * lib/strtoimax.c: Likewise.
32210         * lib/strtok_r.c: Likewise.
32211         * lib/strtol.c: Likewise.
32212         * lib/strtoll.c: Likewise.
32213         * lib/strtoul.c: Likewise.
32214         * lib/strtoull.c: Likewise.
32215         * lib/sysexits.in.h: Likewise.
32216         * lib/tempname.c: Likewise.
32217         * lib/tempname.h: Likewise.
32218         * lib/timespec.h: Likewise.
32219         * lib/tls.c: Likewise.
32220         * lib/tls.h: Likewise.
32221         * lib/tmpdir.c: Likewise.
32222         * lib/tmpdir.h: Likewise.
32223         * lib/tmpfile-safer.c: Likewise.
32224         * lib/tmpfile.c: Likewise.
32225         * lib/trigl.c: Likewise.
32226         * lib/trigl.h: Likewise.
32227         * lib/trim.c: Likewise.
32228         * lib/trim.h: Likewise.
32229         * lib/trunc.c: Likewise.
32230         * lib/truncf.c: Likewise.
32231         * lib/truncl.c: Likewise.
32232         * lib/tsearch.c: Likewise.
32233         * lib/unicodeio.c: Likewise.
32234         * lib/unicodeio.h: Likewise.
32235         * lib/unistd--.h: Likewise.
32236         * lib/unistd-safer.h: Likewise.
32237         * lib/unistdio/ulc-fprintf.c: Likewise.
32238         * lib/unistdio/ulc-vfprintf.c: Likewise.
32239         * lib/unlinkdir.c: Likewise.
32240         * lib/unlinkdir.h: Likewise.
32241         * lib/unlocked-io.h: Likewise.
32242         * lib/unsetenv.c: Likewise.
32243         * lib/userspec.c: Likewise.
32244         * lib/utime.c: Likewise.
32245         * lib/utimecmp.c: Likewise.
32246         * lib/utimecmp.h: Likewise.
32247         * lib/utimens.c: Likewise.
32248         * lib/verify.h: Likewise.
32249         * lib/verror.c: Likewise.
32250         * lib/verror.h: Likewise.
32251         * lib/version-etc-fsf.c: Likewise.
32252         * lib/version-etc.c: Likewise.
32253         * lib/version-etc.h: Likewise.
32254         * lib/vfprintf.c: Likewise.
32255         * lib/vprintf.c: Likewise.
32256         * lib/vsprintf.c: Likewise.
32257         * lib/w32spawn.h: Likewise.
32258         * lib/wait-process.c: Likewise.
32259         * lib/wait-process.h: Likewise.
32260         * lib/wcwidth.c: Likewise.
32261         * lib/write-any-file.c: Likewise.
32262         * lib/xalloc-die.c: Likewise.
32263         * lib/xalloc.h: Likewise.
32264         * lib/xasprintf.c: Likewise.
32265         * lib/xgetcwd.c: Likewise.
32266         * lib/xgetcwd.h: Likewise.
32267         * lib/xgetdomainname.c: Likewise.
32268         * lib/xgetdomainname.h: Likewise.
32269         * lib/xgethostname.c: Likewise.
32270         * lib/xmalloc.c: Likewise.
32271         * lib/xmalloca.c: Likewise.
32272         * lib/xmalloca.h: Likewise.
32273         * lib/xmemcoll.c: Likewise.
32274         * lib/xnanosleep.c: Likewise.
32275         * lib/xreadlink.c: Likewise.
32276         * lib/xreadlink.h: Likewise.
32277         * lib/xsetenv.c: Likewise.
32278         * lib/xsetenv.h: Likewise.
32279         * lib/xstriconv.c: Likewise.
32280         * lib/xstriconv.h: Likewise.
32281         * lib/xstrndup.c: Likewise.
32282         * lib/xstrndup.h: Likewise.
32283         * lib/xstrtod.c: Likewise.
32284         * lib/xstrtod.h: Likewise.
32285         * lib/xstrtol-error.c: Likewise.
32286         * lib/xstrtol.c: Likewise.
32287         * lib/xstrtol.h: Likewise.
32288         * lib/xtime.h: Likewise.
32289         * lib/xvasprintf.c: Likewise.
32290         * lib/xvasprintf.h: Likewise.
32291         * lib/yesno.c: Likewise.
32292         * lib/yesno.h: Likewise.
32293         * posix-modules: Likewise.
32294         * tests/test-alloca-opt.c: Likewise.
32295         * tests/test-arcfour.c: Likewise.
32296         * tests/test-arctwo.c: Likewise.
32297         * tests/test-argmatch.c: Likewise.
32298         * tests/test-argp-2.sh: Likewise.
32299         * tests/test-argp.c: Likewise.
32300         * tests/test-arpa_inet.c: Likewise.
32301         * tests/test-array_list.c: Likewise.
32302         * tests/test-array_oset.c: Likewise.
32303         * tests/test-atexit.c: Likewise.
32304         * tests/test-avltree_list.c: Likewise.
32305         * tests/test-avltree_oset.c: Likewise.
32306         * tests/test-avltreehash_list.c: Likewise.
32307         * tests/test-base64.c: Likewise.
32308         * tests/test-binary-io.c: Likewise.
32309         * tests/test-byteswap.c: Likewise.
32310         * tests/test-c-ctype.c: Likewise.
32311         * tests/test-c-strcasecmp.c: Likewise.
32312         * tests/test-c-strcasestr.c: Likewise.
32313         * tests/test-c-strncasecmp.c: Likewise.
32314         * tests/test-c-strstr.c: Likewise.
32315         * tests/test-canonicalize-lgpl.c: Likewise.
32316         * tests/test-canonicalize.c: Likewise.
32317         * tests/test-carray_list.c: Likewise.
32318         * tests/test-ceilf.c: Likewise.
32319         * tests/test-ceill.c: Likewise.
32320         * tests/test-count-one-bits.c: Likewise.
32321         * tests/test-crc.c: Likewise.
32322         * tests/test-dirname.c: Likewise.
32323         * tests/test-fbufmode.c: Likewise.
32324         * tests/test-fcntl.c: Likewise.
32325         * tests/test-fflush.c: Likewise.
32326         * tests/test-floorf.c: Likewise.
32327         * tests/test-floorl.c: Likewise.
32328         * tests/test-fopen.c: Likewise.
32329         * tests/test-fprintf-posix.c: Likewise.
32330         * tests/test-fprintf-posix.h: Likewise.
32331         * tests/test-fpurge.c: Likewise.
32332         * tests/test-freadable.c: Likewise.
32333         * tests/test-freadahead.c: Likewise.
32334         * tests/test-freading.c: Likewise.
32335         * tests/test-freopen.c: Likewise.
32336         * tests/test-frexp.c: Likewise.
32337         * tests/test-frexpl.c: Likewise.
32338         * tests/test-fseek.c: Likewise.
32339         * tests/test-fseeko.c: Likewise.
32340         * tests/test-fseterr.c: Likewise.
32341         * tests/test-fstrcmp.c: Likewise.
32342         * tests/test-ftell.c: Likewise.
32343         * tests/test-ftello.c: Likewise.
32344         * tests/test-fwritable.c: Likewise.
32345         * tests/test-fwriting.c: Likewise.
32346         * tests/test-getaddrinfo.c: Likewise.
32347         * tests/test-getpass.c: Likewise.
32348         * tests/test-gettimeofday.c: Likewise.
32349         * tests/test-hmac-md5.c: Likewise.
32350         * tests/test-hmac-sha1.c: Likewise.
32351         * tests/test-iconv.c: Likewise.
32352         * tests/test-iconvme.c: Likewise.
32353         * tests/test-inttypes.c: Likewise.
32354         * tests/test-isnan.c: Likewise.
32355         * tests/test-isnanf.c: Likewise.
32356         * tests/test-isnanl-nolibm.c: Likewise.
32357         * tests/test-isnanl.c: Likewise.
32358         * tests/test-isnanl.h: Likewise.
32359         * tests/test-ldexpl.c: Likewise.
32360         * tests/test-linked_list.c: Likewise.
32361         * tests/test-linkedhash_list.c: Likewise.
32362         * tests/test-locale.c: Likewise.
32363         * tests/test-localename.c: Likewise.
32364         * tests/test-lock.c: Likewise.
32365         * tests/test-lseek.c: Likewise.
32366         * tests/test-malloca.c: Likewise.
32367         * tests/test-math.c: Likewise.
32368         * tests/test-mbscasecmp.c: Likewise.
32369         * tests/test-mbscasestr1.c: Likewise.
32370         * tests/test-mbscasestr2.c: Likewise.
32371         * tests/test-mbscasestr3.c: Likewise.
32372         * tests/test-mbscasestr4.c: Likewise.
32373         * tests/test-mbschr.c: Likewise.
32374         * tests/test-mbscspn.c: Likewise.
32375         * tests/test-mbsncasecmp.c: Likewise.
32376         * tests/test-mbspbrk.c: Likewise.
32377         * tests/test-mbspcasecmp.c: Likewise.
32378         * tests/test-mbsrchr.c: Likewise.
32379         * tests/test-mbsspn.c: Likewise.
32380         * tests/test-mbsstr1.c: Likewise.
32381         * tests/test-mbsstr2.c: Likewise.
32382         * tests/test-mbsstr3.c: Likewise.
32383         * tests/test-md5.c: Likewise.
32384         * tests/test-memmem.c: Likewise.
32385         * tests/test-netinet_in.c: Likewise.
32386         * tests/test-open.c: Likewise.
32387         * tests/test-printf-frexp.c: Likewise.
32388         * tests/test-printf-frexpl.c: Likewise.
32389         * tests/test-printf-posix.c: Likewise.
32390         * tests/test-printf-posix.h: Likewise.
32391         * tests/test-rbtree_list.c: Likewise.
32392         * tests/test-rbtree_oset.c: Likewise.
32393         * tests/test-rbtreehash_list.c: Likewise.
32394         * tests/test-read-file.c: Likewise.
32395         * tests/test-rijndael.c: Likewise.
32396         * tests/test-search.c: Likewise.
32397         * tests/test-signbit.c: Likewise.
32398         * tests/test-sleep.c: Likewise.
32399         * tests/test-snprintf-posix.c: Likewise.
32400         * tests/test-snprintf-posix.h: Likewise.
32401         * tests/test-snprintf.c: Likewise.
32402         * tests/test-sprintf-posix.c: Likewise.
32403         * tests/test-sprintf-posix.h: Likewise.
32404         * tests/test-stat-time.c: Likewise.
32405         * tests/test-stdbool.c: Likewise.
32406         * tests/test-stdint.c: Likewise.
32407         * tests/test-stdio.c: Likewise.
32408         * tests/test-stdlib.c: Likewise.
32409         * tests/test-stpncpy.c: Likewise.
32410         * tests/test-strcasestr.c: Likewise.
32411         * tests/test-striconv.c: Likewise.
32412         * tests/test-striconveh.c: Likewise.
32413         * tests/test-striconveha.c: Likewise.
32414         * tests/test-string.c: Likewise.
32415         * tests/test-sys_select.c: Likewise.
32416         * tests/test-sys_socket.c: Likewise.
32417         * tests/test-sys_stat.c: Likewise.
32418         * tests/test-sys_time.c: Likewise.
32419         * tests/test-sysexits.c: Likewise.
32420         * tests/test-time.c: Likewise.
32421         * tests/test-tls.c: Likewise.
32422         * tests/test-trunc.c: Likewise.
32423         * tests/test-truncf.c: Likewise.
32424         * tests/test-truncl.c: Likewise.
32425         * tests/test-unistd.c: Likewise.
32426         * tests/test-vasnprintf-posix.c: Likewise.
32427         * tests/test-vasnprintf-posix2.c: Likewise.
32428         * tests/test-vasnprintf.c: Likewise.
32429         * tests/test-vasprintf-posix.c: Likewise.
32430         * tests/test-vasprintf.c: Likewise.
32431         * tests/test-verify.c: Likewise.
32432         * tests/test-vfprintf-posix.c: Likewise.
32433         * tests/test-vprintf-posix.c: Likewise.
32434         * tests/test-vsnprintf-posix.c: Likewise.
32435         * tests/test-vsnprintf.c: Likewise.
32436         * tests/test-vsprintf-posix.c: Likewise.
32437         * tests/test-wchar.c: Likewise.
32438         * tests/test-wctype.c: Likewise.
32439         * tests/test-wcwidth.c: Likewise.
32440         * tests/test-xstrtol.c: Likewise.
32441         * tests/test-xvasprintf.c: Likewise.
32442         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
32443         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
32444         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
32445         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
32446         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
32447         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
32448         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
32449         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
32450         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
32451         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
32452         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
32453         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
32454         * tests/uniname/test-uninames.c: Likewise.
32455         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
32456         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
32457         * tests/unistdio/test-u16-printf1.h: Likewise.
32458         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
32459         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
32460         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
32461         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
32462         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
32463         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
32464         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
32465         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
32466         * tests/unistdio/test-u32-printf1.h: Likewise.
32467         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
32468         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
32469         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
32470         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
32471         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
32472         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
32473         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
32474         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
32475         * tests/unistdio/test-u8-printf1.h: Likewise.
32476         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
32477         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
32478         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
32479         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
32480         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
32481         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
32482         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
32483         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
32484         * tests/unistdio/test-ulc-printf1.h: Likewise.
32485         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
32486         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
32487         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
32488         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
32489         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
32490         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
32491         * tests/uniwidth/test-u16-strwidth.c: Likewise.
32492         * tests/uniwidth/test-u16-width.c: Likewise.
32493         * tests/uniwidth/test-u32-strwidth.c: Likewise.
32494         * tests/uniwidth/test-u32-width.c: Likewise.
32495         * tests/uniwidth/test-u8-strwidth.c: Likewise.
32496         * tests/uniwidth/test-u8-width.c: Likewise.
32497         * tests/uniwidth/test-uc_width.c: Likewise.
32498         * config/srclist-update: Likewise.
32499         (fixlicense): Update to GPLv3+.
32500
32501         Change copyright notice from LGPLv2.1+ to LGPLv3+.
32502         * tests/test-tsearch.c: Change copyright notice.
32503
32504         Change copyright notice from LGPLv2.0+ to LGPLv3+.
32505         * lib/c-strcaseeq.h: Change copyright notice.
32506         * lib/streq.h: Likewise.
32507         * lib/uniconv.h: Likewise.
32508         * lib/uniconv/u-conv-from-enc.h: Likewise.
32509         * lib/uniconv/u-conv-to-enc.h: Likewise.
32510         * lib/uniconv/u-strconv-from-enc.h: Likewise.
32511         * lib/uniconv/u-strconv-to-enc.h: Likewise.
32512         * lib/uniconv/u16-conv-from-enc.c: Likewise.
32513         * lib/uniconv/u16-conv-to-enc.c: Likewise.
32514         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
32515         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
32516         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
32517         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
32518         * lib/uniconv/u32-conv-from-enc.c: Likewise.
32519         * lib/uniconv/u32-conv-to-enc.c: Likewise.
32520         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
32521         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
32522         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
32523         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
32524         * lib/uniconv/u8-conv-from-enc.c: Likewise.
32525         * lib/uniconv/u8-conv-to-enc.c: Likewise.
32526         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
32527         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
32528         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
32529         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
32530         * lib/uniname.h: Likewise.
32531         * lib/uniname/uniname.c: Likewise.
32532         * lib/unistdio.h: Likewise.
32533         * lib/unistdio/u-asnprintf.h: Likewise.
32534         * lib/unistdio/u-asprintf.h: Likewise.
32535         * lib/unistdio/u-printf-args.c: Likewise.
32536         * lib/unistdio/u-printf-args.h: Likewise.
32537         * lib/unistdio/u-printf-parse.h: Likewise.
32538         * lib/unistdio/u-snprintf.h: Likewise.
32539         * lib/unistdio/u-sprintf.h: Likewise.
32540         * lib/unistdio/u-vasprintf.h: Likewise.
32541         * lib/unistdio/u-vsnprintf.h: Likewise.
32542         * lib/unistdio/u-vsprintf.h: Likewise.
32543         * lib/unistdio/u16-asnprintf.c: Likewise.
32544         * lib/unistdio/u16-asprintf.c: Likewise.
32545         * lib/unistdio/u16-printf-parse.c: Likewise.
32546         * lib/unistdio/u16-snprintf.c: Likewise.
32547         * lib/unistdio/u16-sprintf.c: Likewise.
32548         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
32549         * lib/unistdio/u16-u16-asprintf.c: Likewise.
32550         * lib/unistdio/u16-u16-snprintf.c: Likewise.
32551         * lib/unistdio/u16-u16-sprintf.c: Likewise.
32552         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
32553         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
32554         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
32555         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
32556         * lib/unistdio/u16-vasnprintf.c: Likewise.
32557         * lib/unistdio/u16-vasprintf.c: Likewise.
32558         * lib/unistdio/u16-vsnprintf.c: Likewise.
32559         * lib/unistdio/u16-vsprintf.c: Likewise.
32560         * lib/unistdio/u32-asnprintf.c: Likewise.
32561         * lib/unistdio/u32-asprintf.c: Likewise.
32562         * lib/unistdio/u32-printf-parse.c: Likewise.
32563         * lib/unistdio/u32-snprintf.c: Likewise.
32564         * lib/unistdio/u32-sprintf.c: Likewise.
32565         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
32566         * lib/unistdio/u32-u32-asprintf.c: Likewise.
32567         * lib/unistdio/u32-u32-snprintf.c: Likewise.
32568         * lib/unistdio/u32-u32-sprintf.c: Likewise.
32569         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
32570         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
32571         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
32572         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
32573         * lib/unistdio/u32-vasnprintf.c: Likewise.
32574         * lib/unistdio/u32-vasprintf.c: Likewise.
32575         * lib/unistdio/u32-vsnprintf.c: Likewise.
32576         * lib/unistdio/u32-vsprintf.c: Likewise.
32577         * lib/unistdio/u8-asnprintf.c: Likewise.
32578         * lib/unistdio/u8-asprintf.c: Likewise.
32579         * lib/unistdio/u8-printf-parse.c: Likewise.
32580         * lib/unistdio/u8-snprintf.c: Likewise.
32581         * lib/unistdio/u8-sprintf.c: Likewise.
32582         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
32583         * lib/unistdio/u8-u8-asprintf.c: Likewise.
32584         * lib/unistdio/u8-u8-snprintf.c: Likewise.
32585         * lib/unistdio/u8-u8-sprintf.c: Likewise.
32586         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
32587         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
32588         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
32589         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
32590         * lib/unistdio/u8-vasnprintf.c: Likewise.
32591         * lib/unistdio/u8-vasprintf.c: Likewise.
32592         * lib/unistdio/u8-vsnprintf.c: Likewise.
32593         * lib/unistdio/u8-vsprintf.c: Likewise.
32594         * lib/unistdio/ulc-asnprintf.c: Likewise.
32595         * lib/unistdio/ulc-asprintf.c: Likewise.
32596         * lib/unistdio/ulc-printf-parse.c: Likewise.
32597         * lib/unistdio/ulc-snprintf.c: Likewise.
32598         * lib/unistdio/ulc-sprintf.c: Likewise.
32599         * lib/unistdio/ulc-vasnprintf.c: Likewise.
32600         * lib/unistdio/ulc-vasprintf.c: Likewise.
32601         * lib/unistdio/ulc-vsnprintf.c: Likewise.
32602         * lib/unistdio/ulc-vsprintf.c: Likewise.
32603         * lib/unistr.h: Likewise.
32604         * lib/unistr/u-cpy-alloc.h: Likewise.
32605         * lib/unistr/u-cpy.h: Likewise.
32606         * lib/unistr/u-endswith.h: Likewise.
32607         * lib/unistr/u-move.h: Likewise.
32608         * lib/unistr/u-set.h: Likewise.
32609         * lib/unistr/u-startswith.h: Likewise.
32610         * lib/unistr/u-stpcpy.h: Likewise.
32611         * lib/unistr/u-stpncpy.h: Likewise.
32612         * lib/unistr/u-strcat.h: Likewise.
32613         * lib/unistr/u-strcpy.h: Likewise.
32614         * lib/unistr/u-strcspn.h: Likewise.
32615         * lib/unistr/u-strdup.h: Likewise.
32616         * lib/unistr/u-strlen.h: Likewise.
32617         * lib/unistr/u-strncat.h: Likewise.
32618         * lib/unistr/u-strncpy.h: Likewise.
32619         * lib/unistr/u-strnlen.h: Likewise.
32620         * lib/unistr/u-strpbrk.h: Likewise.
32621         * lib/unistr/u-strspn.h: Likewise.
32622         * lib/unistr/u-strstr.h: Likewise.
32623         * lib/unistr/u-strtok.h: Likewise.
32624         * lib/unistr/u16-check.c: Likewise.
32625         * lib/unistr/u16-chr.c: Likewise.
32626         * lib/unistr/u16-cmp.c: Likewise.
32627         * lib/unistr/u16-cpy-alloc.c: Likewise.
32628         * lib/unistr/u16-cpy.c: Likewise.
32629         * lib/unistr/u16-endswith.c: Likewise.
32630         * lib/unistr/u16-mblen.c: Likewise.
32631         * lib/unistr/u16-mbsnlen.c: Likewise.
32632         * lib/unistr/u16-mbtouc-aux.c: Likewise.
32633         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
32634         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
32635         * lib/unistr/u16-mbtouc.c: Likewise.
32636         * lib/unistr/u16-mbtoucr.c: Likewise.
32637         * lib/unistr/u16-move.c: Likewise.
32638         * lib/unistr/u16-next.c: Likewise.
32639         * lib/unistr/u16-prev.c: Likewise.
32640         * lib/unistr/u16-set.c: Likewise.
32641         * lib/unistr/u16-startswith.c: Likewise.
32642         * lib/unistr/u16-stpcpy.c: Likewise.
32643         * lib/unistr/u16-stpncpy.c: Likewise.
32644         * lib/unistr/u16-strcat.c: Likewise.
32645         * lib/unistr/u16-strchr.c: Likewise.
32646         * lib/unistr/u16-strcmp.c: Likewise.
32647         * lib/unistr/u16-strcpy.c: Likewise.
32648         * lib/unistr/u16-strcspn.c: Likewise.
32649         * lib/unistr/u16-strdup.c: Likewise.
32650         * lib/unistr/u16-strlen.c: Likewise.
32651         * lib/unistr/u16-strmblen.c: Likewise.
32652         * lib/unistr/u16-strmbtouc.c: Likewise.
32653         * lib/unistr/u16-strncat.c: Likewise.
32654         * lib/unistr/u16-strncmp.c: Likewise.
32655         * lib/unistr/u16-strncpy.c: Likewise.
32656         * lib/unistr/u16-strnlen.c: Likewise.
32657         * lib/unistr/u16-strpbrk.c: Likewise.
32658         * lib/unistr/u16-strrchr.c: Likewise.
32659         * lib/unistr/u16-strspn.c: Likewise.
32660         * lib/unistr/u16-strstr.c: Likewise.
32661         * lib/unistr/u16-strtok.c: Likewise.
32662         * lib/unistr/u16-to-u32.c: Likewise.
32663         * lib/unistr/u16-to-u8.c: Likewise.
32664         * lib/unistr/u16-uctomb-aux.c: Likewise.
32665         * lib/unistr/u16-uctomb.c: Likewise.
32666         * lib/unistr/u32-check.c: Likewise.
32667         * lib/unistr/u32-chr.c: Likewise.
32668         * lib/unistr/u32-cmp.c: Likewise.
32669         * lib/unistr/u32-cpy-alloc.c: Likewise.
32670         * lib/unistr/u32-cpy.c: Likewise.
32671         * lib/unistr/u32-endswith.c: Likewise.
32672         * lib/unistr/u32-mblen.c: Likewise.
32673         * lib/unistr/u32-mbsnlen.c: Likewise.
32674         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
32675         * lib/unistr/u32-mbtouc.c: Likewise.
32676         * lib/unistr/u32-mbtoucr.c: Likewise.
32677         * lib/unistr/u32-move.c: Likewise.
32678         * lib/unistr/u32-next.c: Likewise.
32679         * lib/unistr/u32-prev.c: Likewise.
32680         * lib/unistr/u32-set.c: Likewise.
32681         * lib/unistr/u32-startswith.c: Likewise.
32682         * lib/unistr/u32-stpcpy.c: Likewise.
32683         * lib/unistr/u32-stpncpy.c: Likewise.
32684         * lib/unistr/u32-strcat.c: Likewise.
32685         * lib/unistr/u32-strchr.c: Likewise.
32686         * lib/unistr/u32-strcmp.c: Likewise.
32687         * lib/unistr/u32-strcpy.c: Likewise.
32688         * lib/unistr/u32-strcspn.c: Likewise.
32689         * lib/unistr/u32-strdup.c: Likewise.
32690         * lib/unistr/u32-strlen.c: Likewise.
32691         * lib/unistr/u32-strmblen.c: Likewise.
32692         * lib/unistr/u32-strmbtouc.c: Likewise.
32693         * lib/unistr/u32-strncat.c: Likewise.
32694         * lib/unistr/u32-strncmp.c: Likewise.
32695         * lib/unistr/u32-strncpy.c: Likewise.
32696         * lib/unistr/u32-strnlen.c: Likewise.
32697         * lib/unistr/u32-strpbrk.c: Likewise.
32698         * lib/unistr/u32-strrchr.c: Likewise.
32699         * lib/unistr/u32-strspn.c: Likewise.
32700         * lib/unistr/u32-strstr.c: Likewise.
32701         * lib/unistr/u32-strtok.c: Likewise.
32702         * lib/unistr/u32-to-u16.c: Likewise.
32703         * lib/unistr/u32-to-u8.c: Likewise.
32704         * lib/unistr/u32-uctomb.c: Likewise.
32705         * lib/unistr/u8-check.c: Likewise.
32706         * lib/unistr/u8-chr.c: Likewise.
32707         * lib/unistr/u8-cmp.c: Likewise.
32708         * lib/unistr/u8-cpy-alloc.c: Likewise.
32709         * lib/unistr/u8-cpy.c: Likewise.
32710         * lib/unistr/u8-endswith.c: Likewise.
32711         * lib/unistr/u8-mblen.c: Likewise.
32712         * lib/unistr/u8-mbsnlen.c: Likewise.
32713         * lib/unistr/u8-mbtouc-aux.c: Likewise.
32714         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
32715         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
32716         * lib/unistr/u8-mbtouc.c: Likewise.
32717         * lib/unistr/u8-mbtoucr.c: Likewise.
32718         * lib/unistr/u8-move.c: Likewise.
32719         * lib/unistr/u8-next.c: Likewise.
32720         * lib/unistr/u8-prev.c: Likewise.
32721         * lib/unistr/u8-set.c: Likewise.
32722         * lib/unistr/u8-startswith.c: Likewise.
32723         * lib/unistr/u8-stpcpy.c: Likewise.
32724         * lib/unistr/u8-stpncpy.c: Likewise.
32725         * lib/unistr/u8-strcat.c: Likewise.
32726         * lib/unistr/u8-strchr.c: Likewise.
32727         * lib/unistr/u8-strcmp.c: Likewise.
32728         * lib/unistr/u8-strcpy.c: Likewise.
32729         * lib/unistr/u8-strcspn.c: Likewise.
32730         * lib/unistr/u8-strdup.c: Likewise.
32731         * lib/unistr/u8-strlen.c: Likewise.
32732         * lib/unistr/u8-strmblen.c: Likewise.
32733         * lib/unistr/u8-strmbtouc.c: Likewise.
32734         * lib/unistr/u8-strncat.c: Likewise.
32735         * lib/unistr/u8-strncmp.c: Likewise.
32736         * lib/unistr/u8-strncpy.c: Likewise.
32737         * lib/unistr/u8-strnlen.c: Likewise.
32738         * lib/unistr/u8-strpbrk.c: Likewise.
32739         * lib/unistr/u8-strrchr.c: Likewise.
32740         * lib/unistr/u8-strspn.c: Likewise.
32741         * lib/unistr/u8-strstr.c: Likewise.
32742         * lib/unistr/u8-strtok.c: Likewise.
32743         * lib/unistr/u8-to-u16.c: Likewise.
32744         * lib/unistr/u8-to-u32.c: Likewise.
32745         * lib/unistr/u8-uctomb-aux.c: Likewise.
32746         * lib/unistr/u8-uctomb.c: Likewise.
32747         * lib/unitypes.h: Likewise.
32748         * lib/uniwidth.h: Likewise.
32749         * lib/uniwidth/cjk.h: Likewise.
32750         * lib/uniwidth/u16-strwidth.c: Likewise.
32751         * lib/uniwidth/u16-width.c: Likewise.
32752         * lib/uniwidth/u32-strwidth.c: Likewise.
32753         * lib/uniwidth/u32-width.c: Likewise.
32754         * lib/uniwidth/u8-strwidth.c: Likewise.
32755         * lib/uniwidth/u8-width.c: Likewise.
32756         * lib/uniwidth/width.c: Likewise.
32757
32758 2007-10-07  Bruno Haible  <bruno@clisp.org>
32759
32760         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
32761         The file is still under LGPL (see modules/inttypes).
32762
32763 2007-10-06  Bruno Haible  <bruno@clisp.org>
32764
32765         * modules/trunc (Dependencies): Add 'extensions'.
32766         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
32767         Reported by Ben Pfaff <blp@gnu.org>.
32768
32769 2007-10-06  Bruno Haible  <bruno@clisp.org>
32770
32771         * modules/freopen-tests: New file.
32772         * tests/test-freopen.c: New file.
32773
32774         * modules/fopen-tests: New file.
32775         * tests/test-fopen.c: New file.
32776
32777         * modules/fopen: New file.
32778         * lib/fopen.c: New file.
32779         * m4/fopen.m4: New file.
32780         * modules/freopen: New file.
32781         * lib/freopen.c: New file.
32782         * m4/freopen.m4: New file.
32783         * lib/stdio.in.h (fopen, freopen): New declarations.
32784         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
32785         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
32786         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
32787         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
32788         * doc/functions/fopen.texi: Mention the 'fopen' module.
32789         * doc/functions/freopen.texi: Mention the 'freopen' module.
32790
32791 2007-10-06  Bruno Haible  <bruno@clisp.org>
32792
32793         * modules/open-tests: New file.
32794         * tests/test-open.c: New file.
32795
32796         * modules/open: New file.
32797         * lib/open.c: New file.
32798         * m4/open.m4: New file.
32799         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
32800         lib/open.c does.
32801         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
32802         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
32803         macros.
32804         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
32805         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
32806         REPLACE_OPEN.
32807         * doc/functions/open.texi: Mention the 'open' module.
32808
32809 2007-10-04  Bruno Haible  <bruno@clisp.org>
32810
32811         * modules/ceill-tests: New file.
32812         * tests/test-ceill.c: New file.
32813
32814         * modules/ceill: New file.
32815         * lib/ceill.c: Replace entire file.
32816         * m4/ceill.m4: New file.
32817         * lib/math.in.h (ceill): Replace declaration.
32818         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
32819         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
32820         * doc/functions/ceill.texi: Mention the 'ceill' module.
32821         * modules/mathl (Files): Remove lib/ceill.c.
32822         (Depends-on): Add ceill.
32823
32824 2007-10-04  Bruno Haible  <bruno@clisp.org>
32825
32826         * modules/ceilf-tests: New file.
32827         * tests/test-ceilf.c: New file.
32828
32829         * modules/ceilf: New file.
32830         * lib/ceil.c: New file.
32831         * lib/ceilf.c: New file.
32832         * m4/ceilf.m4: New file.
32833         * lib/math.in.h (ceilf): New declaration.
32834         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
32835         HAVE_DECL_CEILF.
32836         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
32837         HAVE_DECL_CEILF.
32838         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
32839
32840 2007-10-04  Bruno Haible  <bruno@clisp.org>
32841
32842         * modules/floorl-tests: New file.
32843         * tests/test-floorl.c: New file.
32844
32845         * modules/floorl: New file.
32846         * lib/floorl.c: Replace entire file.
32847         * m4/floorl.m4: New file.
32848         * lib/math.in.h (floorl): Replace declaration.
32849         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
32850         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
32851         * doc/functions/floorl.texi: Mention the 'floorl' module.
32852         * modules/mathl (Files): Remove lib/floorl.c.
32853         (Depends-on): Add floorl.
32854
32855 2007-10-04  Bruno Haible  <bruno@clisp.org>
32856
32857         * modules/floorf-tests: New file.
32858         * tests/test-floorf.c: New file.
32859
32860         * modules/floorf: New file.
32861         * lib/floor.c: New file.
32862         * lib/floorf.c: New file.
32863         * m4/floorf.m4: New file.
32864         * lib/math.in.h (floorf): New declaration.
32865         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
32866         HAVE_DECL_FLOORF.
32867         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
32868         HAVE_DECL_FLOORF.
32869         * doc/functions/floorf.texi: Mention the 'floorf' module.
32870
32871 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
32872             Bruno Haible  <bruno@clisp.org>
32873
32874         Advertise for the Git server instead of the CVS server.
32875         * doc/gnulib-intro.texi (Steady Development): Mention the Git
32876         repository instead of the CVS one.
32877         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
32878         about all VCS systems generically.
32879         * doc/gnulib.texi (Introduction): Capitalize `Git'.
32880
32881 2007-10-04  Bruno Haible  <bruno@clisp.org>
32882
32883         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
32884         means.
32885         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
32886
32887 2007-10-04  Bruno Haible  <bruno@clisp.org>
32888
32889         * modules/truncl-tests: New file.
32890         * tests/test-truncl.c: New file.
32891
32892         * modules/truncl: New file.
32893         * lib/truncl.c: New file.
32894         * m4/truncl.m4: New file.
32895         * lib/math.in.h (truncl): New declaration.
32896         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
32897         HAVE_DECL_TRUNCL.
32898         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
32899         HAVE_DECL_TRUNCL.
32900         * doc/functions/truncl.texi: Mention the 'truncl' module.
32901
32902 2007-10-04  Bruno Haible  <bruno@clisp.org>
32903
32904         * modules/truncf-tests: New file.
32905         * tests/test-truncf.c: New file.
32906
32907         * modules/truncf: New file.
32908         * lib/trunc.c: Make paramerizable through USE_* macros.
32909         * lib/truncf.c: New file.
32910         * m4/truncf.m4: New file.
32911         * lib/math.in.h (truncf): New declaration.
32912         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
32913         HAVE_DECL_TRUNCF.
32914         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
32915         HAVE_DECL_TRUNCF.
32916         * doc/functions/truncf.texi: Mention the 'truncf' module.
32917
32918 2007-10-03  Bruno Haible  <bruno@clisp.org>
32919
32920         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
32921         augmentation also for tests modules.
32922         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
32923         * modules/atexit-tests (Makefile.am): Likewise.
32924         * modules/binary-io-tests (Makefile.am): Likewise.
32925         * modules/c-strcase-tests (Makefile.am): Likewise.
32926         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
32927         * modules/canonicalize-tests (Makefile.am): Likewise.
32928         * modules/closein-tests (Makefile.am): Likewise.
32929         * modules/fprintf-posix-tests (Makefile.am): Likewise.
32930         * modules/freadahead-tests (Makefile.am): Likewise.
32931         * modules/fseek-tests (Makefile.am): Likewise.
32932         * modules/fseeko-tests (Makefile.am): Likewise.
32933         * modules/ftell-tests (Makefile.am): Likewise.
32934         * modules/ftello-tests (Makefile.am): Likewise.
32935         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
32936         * modules/isnanl-tests (Makefile.am): Likewise.
32937         * modules/lseek-tests (Makefile.am): Likewise.
32938         * modules/mbscasecmp-tests (Makefile.am): Likewise.
32939         * modules/mbscasestr-tests (Makefile.am): Likewise.
32940         * modules/mbschr-tests (Makefile.am): Likewise.
32941         * modules/mbscspn-tests (Makefile.am): Likewise.
32942         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
32943         * modules/mbspbrk-tests (Makefile.am): Likewise.
32944         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
32945         * modules/mbsrchr-tests (Makefile.am): Likewise.
32946         * modules/mbsspn-tests (Makefile.am): Likewise.
32947         * modules/mbsstr-tests (Makefile.am): Likewise.
32948         * modules/printf-posix-tests (Makefile.am): Likewise.
32949         * modules/snprintf-posix-tests (Makefile.am): Likewise.
32950         * modules/sprintf-posix-tests (Makefile.am): Likewise.
32951         * modules/tsearch-tests (Makefile.am): Likewise.
32952         * modules/uniname/uniname-tests (Makefile.am): Likewise.
32953         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
32954         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
32955         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
32956         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
32957         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
32958         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
32959         * modules/vprintf-posix-tests (Makefile.am): Likewise.
32960         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
32961         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
32962         * modules/xstrtoimax-tests (Makefile.am): Likewise.
32963         * modules/xstrtol-tests (Makefile.am): Likewise.
32964         * modules/xstrtoumax-tests (Makefile.am): Likewise.
32965         * modules/yesno-tests (Makefile.am): Likewise.
32966
32967 2007-10-03  Bruno Haible  <bruno@clisp.org>
32968
32969         * modules/trunc-tests: New file.
32970         * tests/test-trunc.c: New file.
32971
32972         * modules/trunc: New file.
32973         * lib/trunc.c: New file.
32974         * m4/trunc.m4: New file.
32975         * lib/math.in.h (trunc): New declaration.
32976         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
32977         HAVE_DECL_TRUNC.
32978         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
32979         HAVE_DECL_TRUNC.
32980         * doc/functions/trunc.texi: Mention the 'trunc' module.
32981
32982 2007-10-03  Bruno Haible  <bruno@clisp.org>
32983
32984         * tests/test-fpending.c: New file, mostly copied
32985         from coreutils/lib/t-fpending.c.
32986         * modules/fpending-tests: New file.
32987
32988 2007-10-03  Bruno Haible  <bruno@clisp.org>
32989
32990         Port the stdio extensions to QNX (untested).
32991         * lib/fseterr.c (fseterr): Add support for QNX.
32992         * lib/fbufmode.c (fbufmode): Likewise.
32993         * lib/freadable.c (freadable): Likewise.
32994         * lib/fwritable.c (fwritable): Likewise.
32995         * lib/freading.c (freading): Likewise.
32996         * lib/fwriting.c (fwriting): Likewise.
32997         * lib/freadahead.c (freadahed): Likewise.
32998         * lib/fpurge.c (fpurge): Likewise.
32999         * lib/fseeko.c (rpl_fseeko): Likewise.
33000
33001 2007-10-03  Bruno Haible  <bruno@clisp.org>
33002             Jim Meyering  <jim@meyering.net>
33003             Eric Blake  <ebb9@byu.net>
33004
33005         * doc/relocatable.texi: Use @command instead of @program.
33006
33007 2007-10-02  Jim Meyering  <jim@meyering.net>
33008
33009         Perform one more "_.h" -> ".in.h" substitution.
33010         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
33011         instead of unistd_.h here, too.
33012
33013 2007-10-01  Bruno Haible  <bruno@clisp.org>
33014
33015         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
33016         Needed for the alloca-opt module.
33017
33018 2007-09-30  Bruno Haible  <bruno@clisp.org>
33019
33020         * lib/alloca.in.h: Renamed from lib/alloca_.h.
33021         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
33022         alloca_.h.
33023         * lib/argz.in.h: Renamed from lib/argz_.h.
33024         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
33025         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
33026         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
33027         byteswap_.h.
33028         * lib/dirent.in.h: Renamed from lib/dirent_.h.
33029         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
33030         dirent_.h.
33031         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
33032         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
33033         fcntl_.h.
33034         * lib/float.in.h: Renamed from lib/float_.h.
33035         * modules/float (Files, Makefile.am): Use float.in.h instead of
33036         float_.h.
33037         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
33038         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
33039         fnmatch_.h.
33040         * lib/getopt.in.h: Renamed from lib/getopt_.h.
33041         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
33042         getopt_.h.
33043         * lib/glob.in.h: Renamed from lib/glob_.h.
33044         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
33045         * lib/iconv.in.h: Renamed from lib/iconv_.h.
33046         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
33047         iconv_.h.
33048         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
33049         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
33050         inttypes_.h.
33051         * lib/locale.in.h: Renamed from lib/locale_.h.
33052         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
33053         locale_.h.
33054         * lib/math.in.h: Renamed from lib/math_.h.
33055         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
33056         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
33057         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
33058         of netinet_in_.h. Add dependency.
33059         * lib/poll.in.h: Renamed from lib/poll_.h.
33060         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
33061         * lib/search.in.h: Renamed from lib/search_.h.
33062         * modules/search (Files, Makefile.am): Use search.in.h instead of
33063         search_.h.
33064         * lib/signal.in.h: Renamed from lib/signal_.h.
33065         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
33066         _signal.h.
33067         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
33068         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
33069         stdbool_.h.
33070         * lib/stdint.in.h: Renamed from lib/stdint_.h.
33071         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
33072         stdint_.h.
33073         * lib/stdio.in.h: Renamed from lib/stdio_.h.
33074         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
33075         stdio_.h.
33076         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
33077         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
33078         stdlib_.h.
33079         * lib/string.in.h: Renamed from lib/string_.h.
33080         * modules/string (Files, Makefile.am): Use string.in.h instead of
33081         string_.h.
33082         * doc/gnulib-tool.texi (Initial import): Update.
33083         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
33084         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
33085         of sys_select_.h. Add dependency.
33086         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
33087         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
33088         of sys_socket_.h.
33089         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
33090         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
33091         sys_stat_.h.
33092         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
33093         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
33094         sys_time_.h.
33095         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
33096         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
33097         sysexits_.h.
33098         * lib/time.in.h: Renamed from lib/time_.h.
33099         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
33100         * lib/unistd.in.h: Renamed from lib/unistd_.h.
33101         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
33102         unistd_.h.
33103         * lib/wchar.in.h: Renamed from lib/wchar_.h.
33104         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
33105         wchar_.h.
33106         * lib/wctype.in.h: Renamed from lib/wctype_.h.
33107         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
33108         wctype_.h.
33109         * build-aux/bootstrap (slurp): Update.
33110         * lib/.cppi-disable: Update.
33111
33112 2007-09-30  Bruno Haible  <bruno@clisp.org>
33113
33114         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
33115         Needed on BeOS.
33116
33117 2007-09-30  Bruno Haible  <bruno@clisp.org>
33118
33119         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
33120
33121 2007-09-29  Bruno Haible  <bruno@clisp.org>
33122
33123         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
33124
33125 2007-09-29  Bruno Haible  <bruno@clisp.org>
33126
33127         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
33128         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
33129         * build-aux/install-reloc: Compile also areadlink.c.
33130         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
33131
33132 2007-09-29  Bruno Haible  <bruno@clisp.org>
33133
33134         * gnulib-tool (func_emit_initmacro_done): Indentation.
33135
33136 2007-09-29  Bruno Haible  <bruno@clisp.org>
33137
33138         * README: Add CVS checkout update instructions.
33139         Info from Bob Proulx <bob@proulx.com>.
33140
33141 2007-09-28  Eric Blake  <ebb9@byu.net>
33142
33143         Provide move-if-change.
33144         * build-aux/move-if-change: New file, based on best practice
33145         rather than any canonical upstream location.
33146
33147 2007-09-28  Jim Meyering  <jim@meyering.net>
33148
33149         Fix canonicalize loop-detection corner case.
33150         Do not attempt to stat the symlink values stored via seen_triple.
33151         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
33152         on linux-2.6.18, (but not 2.6.22).
33153         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
33154         triple_compare.  The former compares dev,ino,filename, while the latter
33155         would actually stat dirname(filename) when dev and ino were equal.
33156         * lib/hash-triple.c: Install <string.h>.
33157         (STREQ): Define.
33158         (triple_compare_ino_str): New function.
33159         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
33160
33161 2007-09-28  Eric Blake  <ebb9@byu.net>
33162
33163         Enforce that AC_REPLACE_FUNCS files exist.
33164         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
33165         override check for typos.
33166
33167         Fix test-closein on Solaris 10.
33168         * tests/test-closein.c (main): Don't assume stdin can be inherited
33169         closed on all systems.
33170         * tests/test-closein.sh: Likewise.
33171         Reported by Piotr Tarnowski.
33172
33173 2007-09-28  Jim Meyering  <jim@meyering.net>
33174
33175         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
33176
33177 2007-09-27  Jim Meyering  <jim@meyering.net>
33178
33179         canonicalize: Avoid a false-positive cycle failure.
33180         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
33181         Sort.  Remove cycle-check.
33182         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
33183         not cycle-check.h.
33184         (seen_triple): New function.
33185         (canonicalize_filename_mode): Use it instead of cycle-check.
33186         * tests/test-canonicalize.c: Add a test for this bug.
33187         * tests/test-canonicalize.sh: Set up and run the test.
33188
33189         New module, file-set, from coreutils.
33190         * modules/file-set: Define it.
33191         * lib/file-set.c, lib/file-set.h: Implement.
33192
33193         New module, hash-triple, from coreutils.
33194         * modules/hash-triple: Define it.
33195         * lib/hash-triple.c, lib/hash-triple.h: Implement.
33196
33197 2007-09-25  Eric Blake  <ebb9@byu.net>
33198
33199         Fix strerror on Interix.
33200         * lib/string_.h (strerror): Declare replacement.
33201         * doc/functions/strerror.texi (strerror): Document the Interix
33202         shortcoming.
33203         * modules/string (Makefile.am): Support new hooks.
33204         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
33205         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
33206         gl_FUNC_STRERROR_SEPARATE.
33207         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
33208         * lib/strerror.c (rpl_strerror): Provide replacement.
33209         * modules/strerror (Depends-on): Add string.
33210         (configure.ac): Detect use of module.
33211         * tests/test-strerror.c: New file.
33212         * modules/strerror-tests: New test module.
33213         * modules/argp (Depends-on): Add strerror.
33214         * modules/error (Depends-on): Likewise.
33215         Reported by Martin Koeppe.
33216
33217 2007-09-24  Bruno Haible  <bruno@clisp.org>
33218
33219         * README: Update git instructions.
33220
33221 2007-09-24  Eric Blake  <ebb9@byu.net>
33222
33223         Revert fpending breakage from 2007-09-08.
33224         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
33225         __fpending.c.
33226
33227 2007-09-24  Jim Meyering  <jim@meyering.net>
33228
33229         filenamecat.c: Add a test.
33230         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
33231         showing how the function works when DIR is the empty string.
33232
33233 2007-09-21  Simon Josefsson  <simon@josefsson.org>
33234
33235         * tests/test-canonicalize.sh: Turn on executable bit.
33236
33237 2007-09-19  Eric Blake  <ebb9@byu.net>
33238
33239         * README: Update CVS instructions.
33240
33241 2007-09-18  Bruno Haible  <bruno@clisp.org>
33242
33243         * modules/areadlink: New file.
33244         * lib/areadlink.h (areadlink): New declaration.
33245         * lib/areadlink.c: New file, based on lib/xreadlink.c.
33246
33247 2007-09-17  Jim Meyering  <jim@meyering.net>
33248
33249         * lib/savewd.c (ESTALE) [!defined]: Define.
33250         Reported to be required on Interix by Martin Koeppe.
33251
33252 2007-09-17  Bruno Haible  <bruno@clisp.org>
33253
33254         * gnulib-tool (func_version): Use $version.
33255
33256 2007-09-16  Bruno Haible  <bruno@clisp.org>
33257
33258         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
33259         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
33260         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
33261         Reported by Greg Schafer <gschafer@zip.com.au>.
33262
33263 2007-09-15  Bruno Haible  <bruno@clisp.org>
33264
33265         * gnulib-tool (sed): Try a little harder to make bash understand the
33266         alias.
33267         Reported by Bruce Korb <bruce.korb@gmail.com>.
33268
33269 2007-09-13  Eric Blake  <ebb9@byu.net>
33270
33271         * ChangeLog: Remove conflict markers.
33272
33273 2007-09-13  Simon Josefsson  <simon@josefsson.org>
33274
33275         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
33276         Reported by Bruno Haible <bruno@clisp.org>.
33277
33278 2007-09-12  Bruno Haible  <bruno@clisp.org>
33279
33280         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
33281         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
33282         is not defined.
33283
33284 2007-09-12  Eric Blake  <ebb9@byu.net>
33285
33286         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
33287         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
33288         Autoconf definition.
33289         * modules/euidaccess (Depends-on): Add extensions, for
33290         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
33291         * modules/fnmatch (Depends-on): Likewise.
33292         * modules/getaddrinfo (Depends-on): Likewise.
33293         * modules/getdelim (Depends-on): Likewise.
33294         * modules/getline (Depends-on): Likewise.
33295         * modules/getsubopt (Depends-on): Likewise.
33296         * modules/gettext (Depends-on): Likewise.
33297         * modules/group-member (Depends-on): Likewise.
33298         * modules/mbchar (Depends-on): Likewise.
33299         * modules/memmem (Depends-on): Likewise.
33300         * modules/mempcpy (Depends-on): Likewise.
33301         * modules/memrchr (Depends-on): Likewise.
33302         * modules/pagealign_alloc (Depends-on): Likewise.
33303         * modules/readutmp (Depends-on): Likewise.
33304         * modules/stpcpy (Depends-on): Likewise.
33305         * modules/stpncpy (Depends-on): Likewise.
33306         * modules/strchrnul (Depends-on): Likewise.
33307         * modules/strndup (Depends-on): Likewise.
33308         * modules/strsep (Depends-on): Likewise.
33309         * modules/strverscmp (Depends-on): Likewise.
33310         * modules/vasprintf (Depends-on): Likewise.
33311         * modules/wcwidth (Depends-on): Likewise.
33312         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
33313         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
33314         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
33315         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
33316         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
33317         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
33318         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
33319         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
33320         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
33321         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
33322         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
33323         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
33324         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
33325         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
33326         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
33327         * m4/readutmp.m4 (gl_READUTMP): Likewise.
33328         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
33329         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
33330         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
33331         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
33332         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
33333         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
33334         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
33335         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
33336         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
33337         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
33338         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
33339         so that lock.m4 can be used in gettext without extensions module.
33340
33341 2007-09-11  Bruno Haible  <bruno@clisp.org>
33342
33343         * m4/isc-posix.m4: Remove file.
33344         Suggested by Eric Blake.
33345
33346 2007-09-11  Eric Blake  <ebb9@byu.net>
33347
33348         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
33349
33350 2007-09-10  Bruno Haible  <bruno@clisp.org>
33351
33352         * posix-modules: Fix typo in error message.
33353         Reported by Matt <mkraai@beckman.com>.
33354
33355 2007-09-09  Bruno Haible  <bruno@clisp.org>
33356
33357         * doc/functions/getdelim.texi: Update list of platforms lacking the
33358         function.
33359         * doc/functions/getline.texi: Likewise.
33360
33361 2007-09-09  Jim Meyering  <jim@meyering.net>
33362
33363         * lib/hash.c (hash_initialize): Detect calloc failure.
33364         Reported by Bruno Haible.
33365
33366 2007-09-09  Bruno Haible  <bruno@clisp.org>
33367
33368         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
33369         malloc or realloc fails.
33370
33371 2007-09-09  Bruno Haible  <bruno@clisp.org>
33372
33373         * modules/getcwd (Depends-on): Add malloc-posix.
33374         * modules/glob (Depends-on): Likewise.
33375         * modules/putenv (Depends-on): Likewise.
33376         * modules/strdup (Depends-on): Likewise.
33377         * modules/getdelim (Depends-on): Add realloc-posix.
33378         * modules/read-file (Depends-on): Likewise.
33379
33380 2007-09-09  Bruno Haible  <bruno@clisp.org>
33381
33382         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
33383         (gl_FUNC_MALLOC_POSIX): Require it.
33384         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
33385         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
33386         * modules/realloc (Files): Add m4/malloc.m4.
33387         * modules/calloc (Files): Likewise.
33388
33389 2007-09-09  Bruno Haible  <bruno@clisp.org>
33390
33391         * modules/malloc-posix: New file.
33392         * modules/malloc (Depends-on): Add malloc-posix.
33393         * lib/malloc.c: Include errno.h.
33394         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
33395         and a POSIX-compatible malloc into a single function. Set ENOMEM
33396         when returning NULL.
33397         * m4/malloc.m4: New file.
33398         * doc/functions/malloc.texi: Mention the malloc-posix module.
33399         * lib/stdlib_.h (malloc): New declaration.
33400         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
33401         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
33402         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
33403         and HAVE_MALLOC_POSIX.
33404
33405 2007-09-09  Bruno Haible  <bruno@clisp.org>
33406
33407         * modules/realloc-posix: New file.
33408         * modules/realloc (Depends-on): Add realloc-posix.
33409         * lib/realloc.c: Include errno.h.
33410         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
33411         and a POSIX-compatible realloc into a single function. Set ENOMEM
33412         when returning NULL.
33413         * m4/realloc.m4: New file.
33414         * doc/functions/realloc.texi: Mention the realloc-posix module.
33415         * lib/stdlib_.h (realloc): New declaration.
33416         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
33417         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
33418         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
33419         and HAVE_REALLOC_POSIX.
33420
33421 2007-09-09  Bruno Haible  <bruno@clisp.org>
33422
33423         * modules/calloc-posix: New file.
33424         * modules/calloc (Depends-on): Add calloc-posix.
33425         * lib/calloc.c: Include errno.h.
33426         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
33427         and a POSIX-compatible calloc into a single function. Set ENOMEM
33428         when returning NULL.
33429         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
33430         * doc/functions/calloc.texi: Mention the calloc-posix module.
33431         * lib/stdlib_.h (calloc): New declaration.
33432         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
33433         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
33434         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
33435         and HAVE_CALLOC_POSIX.
33436
33437 2007-09-09  Bruno Haible  <bruno@clisp.org>
33438
33439         Allow for modules to show an arbitrary notice.
33440         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
33441         * gnulib-tool: New option --extract-notice.
33442         (func_usage): Document it.
33443         (sed_extract_prog): Update.
33444         (func_get_notice): New function.
33445         (func_modules_notice): New function.
33446         (func_import, func_create_testdir): Invoke it.
33447         Suggested by Jim Meyering.
33448
33449 2007-09-09  Bruno Haible  <bruno@clisp.org>
33450
33451         * gnulib-tool: New options --verbose, --quiet.
33452         (func_usage): Document them.
33453         (verbose): New variable.
33454         (func_execute_command): New function.
33455         (func_import): Don't show the module list and the file list if
33456         $verbose < 0.
33457         (func_create_testdir): Likewise. Use func_execute_command.
33458         (func_create_megatestdir): Use func_execute_command.
33459
33460 2007-09-08  Bruno Haible  <bruno@clisp.org>
33461
33462         * gnulib-tool (func_import): Prefer rsync over wget when available,
33463         for fetching the PO files.
33464
33465 2007-09-08  Bruno Haible  <bruno@clisp.org>
33466
33467         * posix-modules: New file. Portions copied from gnulib-tool.
33468         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
33469
33470 2007-09-08  Jim Meyering  <jim@meyering.net>
33471
33472         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
33473         * lib/fpending.h: Rename from __fpending.h.
33474         * lib/fpending.c: Rename from __fpending.c.
33475         Include "fpending.h", not "__fpending.h".
33476         * lib/__fpending.h, lib/__fpending.c: Remove files.
33477         * modules/fpending (Files): Reflect new file names.
33478         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
33479
33480 2007-09-08  Bruno Haible  <bruno@clisp.org>
33481
33482         * m4/inttypes-h.m4: Remove stub file.
33483
33484 2007-09-07  Simon Josefsson  <simon@josefsson.org>
33485
33486         * doc/headers/stdint.texi: Discuss #include_next issue.
33487
33488 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
33489
33490         * build-aux/bootstrap: Remove obsolete comment about wget --help.
33491
33492 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33493
33494         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
33495         in variable name.
33496
33497 2007-09-03  Jim Meyering  <jim@meyering.net>
33498
33499         New module: git-version-gen.
33500         * modules/git-version-gen: New file.
33501
33502         Import changes from coreutils for bootstrap script.
33503
33504         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
33505
33506         bootstrap: uses rsync to download the .po files
33507         * build-aux/bootstrap (po_download_command_format): New global.
33508         (download_po_files): Use rsync.
33509         (update_po_files): Don't remove .po files after download,
33510         so future rsync runs can take advantage of the copies.
33511
33512         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
33513
33514         Solve the unnecessary-.po-file-regeneration problem once and for all.
33515         * build-aux/bootstrap (download_po_files): New function, renamed from
33516         get_translations.  Now, downloads, but doesn't update LINGUAS.
33517         (update_po_files): New function.
33518
33519         bootstrap: Ignore more.
33520         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
33521         uniwidth to e.g., lib/.gitignore.
33522         (slurp): Handle the sys_stat_.h -> sys mapping, too.
33523
33524         * build-aux/bootstrap: New setting: vc_ignore.
33525         (insert_sorted_if_absent): Create $file if absent.
33526         Adapt to new, possibly empty, list: $vc_ignore.
33527
33528         bootstrap: generate more ignorable names
33529         * build-aux/bootstrap (slurp): When generating ignorable names,
33530         also map .sin to .sed, .gperf to .c, and .y to .c.
33531
33532 2007-09-03  Jim Meyering  <jim@meyering.net>
33533
33534         * build-aux/git-version-gen: New file, from coreutils.  For details, see
33535         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
33536
33537 2007-09-02  Bruno Haible  <bruno@clisp.org>
33538
33539         Fix mis-recognition of 'mcs' on QNX 6.
33540         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
33541         output contains the string "Mono".
33542         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
33543         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
33544
33545 2007-09-01  Bruno Haible  <bruno@clisp.org>
33546
33547         Fix collision between uniwidth/* and linebreak modules.
33548         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
33549         u32_width): Remove declarations.
33550         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
33551         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
33552         streq3, streq2, streq1, streq0): Remove functions.
33553         (STREQ): Remove macro.
33554         (is_cjk_encoding): Remove function.
33555         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
33556         (uc_width, u8_width, u16_width, u32_width): Remove functions.
33557         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
33558         * NEWS: Document the change.
33559
33560 2007-09-01  Bruno Haible  <bruno@clisp.org>
33561
33562         * lib/streq.h: Add double-inclusion guard.
33563
33564 2007-09-01  Karl Berry  <karl@gnu.org>
33565
33566         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
33567
33568 2007-08-28  Jim Meyering  <jim@meyering.net>
33569
33570         Rename mreadlink_with_size to areadlink_with_size.
33571         * NEWS: Document the change.
33572         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
33573         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
33574         * lib/mreadlink.h: Rename this to...
33575         * lib/areadlink.h: ...this.
33576         * modules/mreadlink-with-size: Rename this to...
33577         * modules/areadlink-with-size: ...this.
33578         * lib/canonicalize.c: Reflect the renaming.
33579         * modules/canonicalize: Likewise.
33580
33581 2007-08-26  Bruno Haible  <bruno@clisp.org>
33582
33583         * gnulib-tool (func_import): When deciding which files to remove,
33584         consider also dangling symbolic links.
33585         Reported by Eric Blake.
33586
33587 2007-08-26  Bruno Haible  <bruno@clisp.org>
33588
33589         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
33590
33591 2007-08-23  Simon Josefsson  <simon@josefsson.org>
33592
33593         * lib/readline.c: Don't include getline.h, the prototype is now
33594         found in stdio.h.
33595
33596 2007-08-23  Jim Meyering  <jim@meyering.net>
33597
33598         Getdelim touchup.
33599         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
33600         around the funlockfile call, since funlockfile never sets errno.
33601         Don't set errno upon failed realloc.
33602
33603 2007-08-22  Eric Blake  <ebb9@byu.net>
33604
33605         Getline touchups.
33606         * lib/getdelim.c (getdelim): Revert regression that required *n to
33607         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
33608         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
33609         getdelim, rather than whether implementation is missing.
33610         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
33611         * lib/stdio_.h (getline): Also declare if replacement is
33612         required.
33613         * doc/functions/getdelim.texi: New file.
33614         * doc/functions/getline.texi: Likewise.
33615         * doc/gnulib.texi (Function Substitutes): Add new files.
33616         Reported by Bruno Haible.
33617
33618 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
33619
33620         * users.txt: Add Guile.
33621
33622 2007-08-22  Eric Blake  <ebb9@byu.net>
33623
33624         * tests/test-getdelim.c (main): Use remove, not unlink.
33625         * tests/test-getline.c (main): Likewise.
33626
33627         Move getline and getdelim into stdio.h, per POSIX 200x.
33628         * modules/getline (Files): Remove getline.h.
33629         (Depends-on): Add stdio.
33630         (configure.ac): Add module indicator.
33631         * modules/getdelim (Files): Remove getdelim.h.
33632         (Depends-on): Add stdio.
33633         (configure.ac): Add module indicator.
33634         * modules/stdio (Makefile.am): Work with new indicators.
33635         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
33636         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
33637         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
33638         * lib/getdelim.h: Delete.
33639         * lib/getline.h: Delete.
33640         * lib/stdio_.h (getdelim, getline): Declare.
33641         * modules/getdelim-tests: New module.
33642         * modules/getline-tests: Likewise.
33643         * tests/test-getdelim.c: New file.
33644         * tests/test-getline.c: Likewise.
33645         * NEWS: Document the change.
33646         * lib/getline.c: Update choice of header.
33647         * lib/csharpcomp.c: Likewise.
33648         * lib/getpass.c: Likewise.
33649         * lib/javacomp.c: Likewise.
33650         * lib/javaversion.c: Likewise.
33651         * lib/yesno.c: Likewise.
33652         * lib/getdelim.c: Likewise.
33653         (getdelim): Set errno on failure, and avoid memory leak.
33654
33655 2007-08-19  Bruno Haible  <bruno@clisp.org>
33656
33657         * modules/closein (Depends-on): Add freadahead.
33658         * lib/closein.c: Include freadahead.h.
33659         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
33660         is zero.
33661
33662 2007-08-19  Bruno Haible  <bruno@clisp.org>
33663
33664         * modules/freadahead-tests: New file.
33665         * tests/test-freadahead.sh: New file.
33666         * tests/test-freadahead.c: New file.
33667
33668         * modules/freadahead: New file.
33669         * lib/freadahead.h: New file.
33670         * lib/freadahead.c: New file.
33671         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
33672         fbufmode, fpurge, freadable, fwritable.
33673
33674 2007-08-19  Eric Blake  <ebb9@byu.net>
33675
33676         Test yesno in combination with closein.
33677         * lib/yesno.c (yesno): Document use of stdin.
33678         * modules/yesno-tests (Files): New module.
33679         * tests/test-yesno.c (main): New file.
33680         * tests/test-yesno.sh: Likewise.
33681
33682 2007-08-19  Bruno Haible  <bruno@clisp.org>
33683
33684         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
33685         * lib/fseeko.c (rpl_fseeko): Likewise.
33686         * lib/fseterr.c (fseterr): Likewise.
33687
33688 2007-08-19  Bruno Haible  <bruno@clisp.org>
33689
33690         * tests/test-lseek.c (main): Disable a test for BeOS.
33691         * doc/functions/lseek.texi: Document the BeOS bug.
33692
33693 2007-08-19  Bruno Haible  <bruno@clisp.org>
33694             Eric Blake  <ebb9@byu.net>
33695
33696         * lib/lseek.c: Include <sys/stat.h>.
33697         (rpl_lseek): Add workaround code also for Unix platforms.
33698         Needed for BeOS.
33699         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
33700         * doc/functions/lseek.texi: Document BeOS definiency.
33701
33702 2007-08-18  Bruno Haible  <bruno@clisp.org>
33703
33704         * modules/fstrcmp-tests: New file.
33705         * tests/test-fstrcmp.c: New file.
33706
33707 2007-08-18  Bruno Haible  <bruno@clisp.org>
33708
33709         * modules/fstrcmp: New file, from GNU gettext with modifications.
33710         * lib/fstrcmp.h: New file, from GNU gettext.
33711         * lib/fstrcmp.c: New file, from GNU gettext.
33712         * MODULES.html.sh (String handling): Add fstrcmp.
33713
33714 2007-08-18  Bruno Haible  <bruno@clisp.org>
33715
33716         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
33717         'bool'.
33718         (diag, compareseq): Remove const from the ctxt argument.
33719         (USE_HEURISTIC): Undefine at the end.
33720
33721 2007-08-18  Jim Meyering  <jim@meyering.net>
33722
33723         New file: lib/idcache.h
33724         * NEWS: Mention the addition.
33725         * modules/idcache (Files): Add lib/idcache.h
33726         * lib/idcache.c: Include "idcache.h".
33727         Don't include <sys/types.h>.
33728         Add a FIXME comment.
33729         Move file-scoped "static" declarations to the top.
33730         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
33731
33732 2007-08-17  Bruno Haible  <bruno@clisp.org>
33733         and Paul Eggert  <eggert@cs.ucla.edu>
33734
33735         * MODULES.html.sh: Add diffseq.
33736         * modules/diffseq: New file.
33737         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
33738         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
33739
33740 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
33741
33742         Import changes from coreutils for bootstrap script.
33743
33744         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
33745
33746         * build-aux/bootstrap (slurp): Work even in environments where
33747         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
33748         current code does not slurp files whose names start with ".", and
33749         this looks like it might be a troublesome area.
33750
33751         2007-07-11  Jim Meyering  <jim@meyering.net>
33752
33753         If there's a GPL vN copyright comment, require that N == 3.
33754
33755         2007-07-08  Jim Meyering  <jim@meyering.net>
33756
33757         Run the coreutils-specific code only if tests/Makefile.am.in exists.
33758         * build-aux/bootstrap (mam_template): Move definition out of loop.
33759
33760         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
33761
33762         * build-aux/bootstrap (symlink_to_dir): Rename function from
33763         symlink_to_gnulib.  Add a directory parameter.  Update all
33764         callers.
33765         (cp_mark_as_generated): Also check for -- and link to -- files in
33766         gl/.
33767
33768         2007-07-08  Jim Meyering  <jim@meyering.net>
33769
33770         Adapt to deeper hierarchy in gnulib.
33771         * build-aux/bootstrap (symlink_to_dir): If the destination
33772         directory doesn't exist, create it. This is required at least for
33773         "lib/uniwidth/cjk.h".
33774
33775         2007-05-15  Jim Meyering  <jim@meyering.net>
33776
33777         * build-aux/bootstrap: Now that generated Makefile.am files
33778         are no longer under version control, they must be created at
33779         bootstrap time.
33780
33781 2007-08-14  Ben Pfaff  <blp@gnu.org>
33782
33783         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
33784
33785 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
33786
33787         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
33788         given the changes below.
33789         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
33790         even on hosts that have padding bits beyond the supported 64.
33791
33792 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
33793
33794         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
33795         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
33796         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
33797         depends on it.
33798         (xstrtol_error): Remove.
33799         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
33800         but with a different signature.
33801         (ATTRIBUTE_NORETURN, __attribute__): New macros.
33802         * lib/xstrtol-error.c: Include exitfail.h.
33803         (xstrtol_fatal): New function, with a different signature from the
33804         old xstrtol_error, so that the caller need not worry about passing
33805         in an exit status, or about storage management of the option argument.
33806         (xstrtol_error): Now a static function.  Redo signature to
33807         implement xstrtol_fatal.  Output the correct number of hyphens in
33808         front of the option so that the caller need not worry about
33809         storage management.
33810         (N_): New macro.
33811         (_): Remove; not used now.
33812         * modules/xstrtol: Depend on getopt.
33813         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
33814         of old STRTOL_FATAL_ERROR macro.
33815         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
33816         of test program.
33817         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
33818         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
33819
33820 2007-08-08  Eric Blake  <ebb9@byu.net>
33821
33822         * lib/xstrtol-error.c: Add missing include.
33823
33824         Move xstrtol messages into gnulib domain, when --pobase is used.
33825         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
33826         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
33827         * modules/xstrtol (Files): Distribute new file.
33828         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
33829         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
33830         * tests/test-xstrtol.c: ...into new file.
33831         * tests/test-xstrtoul.c: Also test xstrtoul.
33832         * tests/test-xstrtoimax.c: Also test xstrtoimax.
33833         * tests/test-xstrtoumax.c: Also test xstrtoumax.
33834         * tests/test-xstrtol.sh: Drive the tests.
33835         * tests/test-xstrtoimax.sh: Likewise.
33836         * tests/test-xstrtoumax.sh: Likewise.
33837         * modules/xstrtol-tests: New module.
33838         * modules/xstrtoimax-tests: Likewise.
33839         * modules/xstrtoumax-tests: Likewise.
33840
33841 2007-08-08  Jim Meyering  <jim@meyering.net>
33842
33843         New function: mfile_name_concat.
33844         * lib/filenamecat.c (mfile_name_concat): New function, just like
33845         file_name_concat, but return NULL upon failure rather than exiting
33846         with a diagnostic.
33847         * lib/filenamecat.h: Declare it.
33848
33849 2007-08-07  Bruno Haible  <bruno@clisp.org>
33850
33851         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
33852         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
33853         warning from gcc.
33854         Reported by Eric Blake.
33855
33856 2007-08-07  Simon Josefsson  <simon@josefsson.org>
33857
33858         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
33859         * modules/crypto/arcfour (License): Likewise.
33860         * modules/crypto/des-tests (License): Likewise.
33861         * modules/crypto/gc-arctwo-tests (License): Likewise.
33862         * modules/crypto/gc-des-tests (License): Likewise.
33863         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
33864         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
33865         * modules/crypto/gc-md2-tests (License): Likewise.
33866         * modules/crypto/gc-md4-tests (License): Likewise.
33867         * modules/crypto/gc-md5-tests (License): Likewise.
33868         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
33869         * modules/crypto/gc-rijndael-tests (License): Likewise.
33870         * modules/crypto/gc-sha1-tests (License): Likewise.
33871         * modules/crypto/gc-tests (License): Likewise.
33872         * modules/crypto/hmac-md5 (License): Likewise.
33873         * modules/crypto/hmac-sha1 (License): Likewise.
33874         * modules/crypto/md2-tests (License): Likewise.
33875         * modules/crypto/md4-tests (License): Likewise.
33876         * modules/crypto/md5 (License): Likewise.
33877         * modules/crypto/rijndael (License): Likewise.
33878         * modules/crypto/sha1 (License): Likewise.
33879         * modules/memxor (License): Likewise.
33880
33881 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
33882         and Bruno Haible  <bruno@clisp.org>
33883
33884         * NEWS: Describe interface changes to human, xstrtol.
33885         * lib/human.h: Include <xstrtol.h>.
33886         (human_options): Return enum strtol_error, not int.  Remove
33887         bool arg; take int * instead.
33888         * lib/human.c: Don't include "gettext.h".
33889         (_): Remove; no longer used.
33890         Don't include <xstrtol.h>, since human.h does it.
33891         (human_options): Adjust to abovementioned interface changes.
33892         Do not report error to stderr; that's now the caller's
33893         responsibility.
33894         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
33895         interface change.
33896         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
33897         Str, Argument_type_string.  All uses changed.  Put " argument"
33898         in diagnostics to make them clearer.  Change wording of suffix
33899         message for clarity.
33900         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
33901         Argument_type_string.
33902         (STRTOL_FATAL_WARN): Remove; no longer used.
33903         * modules/human (Depends-on): Remove gettext-h.
33904
33905 2007-08-06  Simon Josefsson  <simon@josefsson.org>
33906
33907         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
33908
33909 2007-07-31  Bruno Haible  <bruno@clisp.org>
33910
33911         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
33912         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
33913         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
33914
33915 2007-07-31  Bruno Haible  <bruno@clisp.org>
33916
33917         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
33918         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
33919
33920 2007-07-30  Bruno Haible  <bruno@clisp.org>
33921
33922         * modules/base64 (License): Use the synonymous term "LGPLv2+".
33923         * modules/c-ctype (License): Likewise.
33924         * modules/c-strcase (License): Likewise.
33925         * modules/check-version (License): Likewise.
33926         * modules/iconv (License): Likewise.
33927         * modules/iconv_open (License): Likewise.
33928         * modules/read-file (License): Likewise.
33929         * modules/striconv (License): Likewise.
33930         * modules/strverscmp (License): Likewise.
33931         * modules/vasprintf (License): Likewise.
33932         * modules/crypto/des (License): Likewise.
33933         * modules/crypto/gc (License): Likewise.
33934         * modules/crypto/gc-arcfour (License): Likewise.
33935         * modules/crypto/gc-arctwo (License): Likewise.
33936         * modules/crypto/gc-des (License): Likewise.
33937         * modules/crypto/gc-hmac-md5 (License): Likewise.
33938         * modules/crypto/gc-hmac-sha1 (License): Likewise.
33939         * modules/crypto/gc-md2 (License): Likewise.
33940         * modules/crypto/gc-md4 (License): Likewise.
33941         * modules/crypto/gc-md5 (License): Likewise.
33942         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
33943         * modules/crypto/gc-random (License): Likewise.
33944         * modules/crypto/gc-rijndael (License): Likewise.
33945         * modules/crypto/gc-sha1 (License): Likewise.
33946         * modules/crypto/md2 (License): Likewise.
33947         * modules/crypto/md4 (License): Likewise.
33948
33949 2007-07-30  Jim Meyering  <jim@meyering.net>
33950
33951         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
33952         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
33953         it has valid stat data.  This bug would cause du not to count the
33954         sizes of inaccessible directories.
33955         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
33956         in <http://bugzilla.redhat.com/250077>.
33957
33958 2007-07-25  Peter O'Gorman  <peter@pogma.com>
33959             Bruno Haible  <bruno@clisp.org>
33960
33961         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
33962         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
33963         #include_next, gives a diagnostic about it, but reports no error in
33964         the exit code.
33965         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
33966
33967 2007-07-24  Ben Pfaff  <blp@gnu.org>
33968
33969         Improve name: "count-one-bits" is better than "popcount".
33970         * MODULES.html.sh: Update name.
33971         * lib/popcount.h: Renamed lib/count-one-bits.h.
33972         (popcount): Renamed count_one_bits.
33973         (popcountl): Renamed count_one_bits_l.
33974         (popcountll): Renamed count_one_bits_ll.
33975         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
33976         * modules/popcount: Renamed module/count-one-bits.
33977         * modules/popcount-tests: Renamed module/count-one-bits-tests.
33978         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
33979
33980 2007-07-23  Ben Pfaff  <blp@gnu.org>
33981
33982         * lib/popcount.h (popcount32): Reduce size of constants, to allow
33983         better code generation, and add U to large constants to avoid
33984         warnings, in non-GCC case.
33985         Suggested by Bruno Haible.
33986
33987 2007-07-23  Ben Pfaff  <blp@gnu.org>
33988
33989         * lib/popcount.h: Use verify_true instead of if...abort.
33990         * modules/popcount: Depend on verify module.
33991         Suggested by Jim Meyering.
33992
33993 2007-07-23  Bruno Haible  <bruno@clisp.org>
33994
33995         * gnulib-tool (func_import): Create a .cvsignore file also when the
33996         directory is not yet in CVS but the toplevel directory is. When
33997         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
33998         Reported by Karl Berry.
33999
34000 2007-07-22  Ben Pfaff  <blp@gnu.org>
34001
34002         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
34003         case.
34004         Suggested by Eric Blake.
34005
34006 2007-07-22  Ben Pfaff  <blp@gnu.org>
34007
34008         New module: popcount.
34009         * MODULES.html.sh: Add popcount.
34010         * modules/popcount: New file.
34011         * modules/popcount-tests: New file.
34012         * tests/test-popcount.c: New file.
34013         * lib/popcount.h: New file.
34014         * m4/popcount.m4: New file.
34015
34016 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
34017
34018         * build-aux/announce-gen: Update to GPLv3.
34019
34020         * build-aux/config.guess: Update from config.
34021
34022 2007-07-21  Bruno Haible  <bruno@clisp.org>
34023
34024         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
34025         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
34026
34027 2007-07-20  Jim Meyering  <jim@meyering.net>
34028
34029         * check-module: Diagnose a self-dependency.
34030
34031 2007-07-19  Bruno Haible  <bruno@clisp.org>
34032
34033         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
34034         empty.
34035         Reported by Eric Blake.
34036
34037 2007-07-18  Bruno Haible  <bruno@clisp.org>
34038
34039         * gnulib-tool: New options --po-base, --po-domain.
34040         (func_usage): Document them.
34041         (pobase, po_domain): New variables.
34042         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
34043         DEFAULT_TEXT_DOMAIN.
34044         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
34045         (func_import): Consider pobase and po_domain. Create a po/ directory.
34046         (func_create_testdir): Set pobase and po_domain to empty.
34047         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
34048         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
34049
34050 2007-07-18  Bruno Haible  <bruno@clisp.org>
34051
34052         * gnulib-tool (func_get_automake_snippet): Synthesize also an
34053         EXTRA_DIST augmentation for files in build-aux/.
34054
34055 2007-07-16  Bruno Haible  <bruno@clisp.org>
34056
34057         * modules/lseek (License): Use the synonymous term "LGPLv2+".
34058         * modules/getdelim (License): Likewise.
34059
34060 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
34061
34062         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
34063         * modules/d-type (License): Likewise.
34064         * modules/extensions (License): Likewise.
34065         * modules/fnmatch (License): Likewise.
34066         * modules/fseeko (License): Likewise.
34067         * modules/getaddrinfo (License): Likewise.
34068         * modules/getline (License): Likewise.
34069         * modules/getlogin_r (License): Likewise.
34070         * modules/getpass (License): Likewise.
34071         * modules/gettimeofday (License): Likewise.
34072         * modules/glob (License): Likewise.
34073         * modules/inet_ntop (License): Likewise.
34074         * modules/malloc (License): Likewise.
34075         * modules/malloca (License): Likewise.
34076         * modules/memmem (License): Likewise.
34077         * modules/mempcpy (License): Likewise.
34078         * modules/memset (License): Likewise.
34079         * modules/minmax (License): Likewise.
34080         * modules/mktime (License): Likewise.
34081         * modules/netinet_in (License): Likewise.
34082         * modules/pathmax (License): Likewise.
34083         * modules/poll (License): Likewise.
34084         * modules/regex (License): Likewise.
34085         * modules/snprintf (License): Likewise.
34086         * modules/stdbool (License): Likewise.
34087         * modules/stdint (License): Likewise.
34088         * modules/stdio (License): Likewise.
34089         * modules/strcase (License): Likewise.
34090         * modules/strcasestr (License): Likewise.
34091         * modules/strdup (License): Likewise.
34092         * modules/string (License): Likewise.
34093         * modules/strndup (License): Likewise.
34094         * modules/strnlen (License): Likewise.
34095         * modules/strpbrk (License): Likewise.
34096         * modules/strptime (License): Likewise.
34097         * modules/strsep (License): Likewise.
34098         * modules/sys_select (License): Likewise.
34099         * modules/sys_socket (License): Likewise.
34100         * modules/sys_stat (License): Likewise.
34101         * modules/sys_time (License): Likewise.
34102         * modules/time (License): Likewise.
34103         * modules/time_r (License): Likewise.
34104         * modules/timegm (License): Likewise.
34105         * modules/unistd (License): Likewise.
34106         * modules/vsnprintf (License): Likewise.
34107         * modules/wctype (License): Likewise.
34108
34109 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34110
34111         * modules/argz (License): LGPLv2+.
34112
34113 2007-07-15  Karl Berry  <karl@gnu.org>
34114
34115         * doc/gnulib.texi: revise node structure per new fdl.texi.
34116
34117 2007-07-14  Bruno Haible  <bruno@clisp.org>
34118
34119         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
34120         the output file.
34121         * lib/uniname/uninames.h: Regenerated.
34122
34123 2007-07-14  Karl Berry  <karl@gnu.org>
34124
34125         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
34126         omitting sectioning and index commands.
34127
34128 2007-07-13  Bruno Haible  <bruno@clisp.org>
34129
34130         New gnulib-tool option --more-symlinks.
34131         * gnulib-tool (func_usage): Document --more-symlinks.
34132         (do_copyrights): New variable.
34133         Recognize option --more-symlinks.
34134         (func_import): Don't add a copyright notice transform to
34135         sed_transform_lib_file if do_copyrights is empty.
34136
34137 2007-07-13  Bruno Haible  <bruno@clisp.org>
34138
34139         * lib/vasnprintf.c (decimal_point_char): Define also if
34140         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
34141         && !NEED_PRINTF_DIRECTIVE_A.
34142         Reported by Clemens Koller <clemens.koller@anagramm.de> via
34143         Gary V. Vaughan <gary@gnu.org>.
34144
34145 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
34146
34147         * lib/inttypes_.h: Undo previous change, since it was fixed
34148         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
34149
34150 2007-07-13  Bruno Haible  <bruno@clisp.org>
34151
34152         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
34153         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
34154
34155 2007-07-13  Jim Meyering  <jim@meyering.net>
34156
34157         df: Don't fail for Tru64's "file-on-file mount".
34158         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
34159         so we fall through and use statfs instead.  Details here:
34160         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
34161         Reported by Albert Chin.
34162
34163 2007-07-13  Bruno Haible  <bruno@clisp.org>
34164
34165         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
34166         * modules/configmake (License): Likewise.
34167         * modules/gettext (License): Likewise.
34168         * modules/gettext-h (License): Likewise.
34169         * modules/include_next (License): Likewise.
34170         * modules/link-warning (License): Likewise.
34171         * modules/localcharset (License): Likewise.
34172         * modules/localename (License): Likewise.
34173         * modules/lock (License): Likewise.
34174         * modules/relocatable-lib-lgpl (License): Likewise.
34175         * modules/size_max (License): Likewise.
34176         * modules/vasnprintf (License): Likewise.
34177         * modules/wchar (License): Likewise.
34178         * modules/xsize (License): Likewise.
34179
34180 2007-07-13  Bruno Haible  <bruno@clisp.org>
34181
34182         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
34183         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
34184
34185 2007-07-12  Bruno Haible  <bruno@clisp.org>
34186
34187         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
34188         in the modules files.
34189
34190 2007-07-11  Karl Berry  <karl@gnu.org>
34191
34192         * MODULES.html.sh (func_module): use
34193          sed -e '\|^'"${includefile}"'$|d'
34194          instead of /.../d, to avoid errors on $includefile's containing /.
34195
34196 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
34197
34198         * gnulib-tool (func_import): Avoid duplication of --avoid
34199         statements
34200         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
34201         names to `_' in variable names.
34202
34203 2007-07-10  Eric Blake  <ebb9@byu.net>
34204
34205         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
34206         * NEWS: Document this change.
34207
34208 2007-07-08  Bruno Haible  <bruno@clisp.org>
34209
34210         Update to Unicode 5.0.
34211         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
34212         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
34213         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
34214         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
34215         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
34216         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
34217         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
34218         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
34219         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
34220         U+10A3F, U+1D242..U+1D244.
34221         (nonspacing_table_ind): Update.
34222         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
34223         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
34224
34225 2007-07-08  Bruno Haible  <bruno@clisp.org>
34226
34227         Update to Unicode 5.0.
34228         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
34229         code transform. Extend the name index field of unicode_name_to_code and
34230         unicode_code_to_name from 16 to 24 bits.
34231         * lib/uniname/uniname.c (unicode_character_name,
34232         unicode_name_character): Add the range 0x12xxx to the code transform.
34233         * lib/uniname/uninames.h: Regenerated.
34234         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
34235
34236 2007-07-07  Bruno Haible  <bruno@clisp.org>
34237
34238         * modules/wcwidth-tests: New file.
34239         * tests/test-wcwidth.c: New file.
34240
34241         Work around MacOS X wcwidth() bug.
34242         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
34243         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
34244         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
34245         original wcwidth in non-UTF-8 locales.
34246         * modules/wcwidth (Depends-on): Add localcharset, streq,
34247         uniwidth/width.
34248         * doc/functions/wcwidth.texi: Update.
34249
34250 2007-07-07  Bruno Haible  <bruno@clisp.org>
34251
34252         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
34253         (wcwidth): New declaration.
34254         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
34255         macros.
34256         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
34257         here. Prepare for creating <wchar.h> unconditionally.
34258         * modules/wchar (Depends-on): Add link-warning.
34259         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
34260         REPLACE_WCWIDTH, and GL_LINK_WARNING.
34261         * lib/wcwidth.h: Remove file.
34262         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
34263         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
34264         * modules/wcwidth (Files): Remove lib/wcwidth.h.
34265         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
34266         (Include): Replace wcwidth.h with <wchar.h>.
34267         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
34268         * lib/mbchar.h: Don't include wcwidth.h.
34269         * lib/mbswidth.c: Likewise.
34270         * NEWS: Mention the change.
34271
34272 2007-07-07  Bruno Haible  <bruno@clisp.org>
34273
34274         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
34275         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
34276         definition with an external declaration.
34277         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
34278         defined as a function. Remove AC_C_INLINE requirement.
34279         * modules/wcwidth (Files): Add lib/wcwidth.c.
34280         (Makefile.am): Remove redundant statement.
34281
34282 2007-07-07  Bruno Haible  <bruno@clisp.org>
34283
34284         * MODULES.html.sh (Unicode string functions): Add the new modules.
34285
34286         * tests/uniwidth/test-u32-strwidth.c: New file.
34287         * modules/uniwidth/u32-strwidth-tests: New file.
34288
34289         * lib/uniwidth/u32-strwidth.c: New file.
34290         * modules/uniwidth/u32-strwidth: New file.
34291
34292         * tests/uniwidth/test-u16-strwidth.c: New file.
34293         * modules/uniwidth/u16-strwidth-tests: New file.
34294
34295         * lib/uniwidth/u16-strwidth.c: New file.
34296         * modules/uniwidth/u16-strwidth: New file.
34297
34298         * tests/uniwidth/test-u8-strwidth.c: New file.
34299         * modules/uniwidth/u8-strwidth-tests: New file.
34300
34301         * lib/uniwidth/u8-strwidth.c: New file.
34302         * modules/uniwidth/u8-strwidth: New file.
34303
34304         * tests/uniwidth/test-u32-width.c: New file.
34305         * modules/uniwidth/u32-width-tests: New file.
34306
34307         * lib/uniwidth/u32-width.c: New file.
34308         * modules/uniwidth/u32-width: New file.
34309
34310         * tests/uniwidth/test-u16-width.c: New file.
34311         * modules/uniwidth/u16-width-tests: New file.
34312
34313         * lib/uniwidth/u16-width.c: New file.
34314         * modules/uniwidth/u16-width: New file.
34315
34316         * tests/uniwidth/test-u8-width.c: New file.
34317         * modules/uniwidth/u8-width-tests: New file.
34318
34319         * lib/uniwidth/u8-width.c: New file.
34320         * modules/uniwidth/u8-width: New file.
34321
34322         * tests/uniwidth/test-uc_width.c: New file.
34323         * modules/uniwidth/width-tests: New file.
34324
34325         * lib/uniwidth/width.c: New file, from GNU libiconv.
34326         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
34327         * modules/uniwidth/width: New file.
34328
34329         * lib/uniwidth.h: New file, from GNU libiconv.
34330         * modules/uniwidth/base: New file.
34331
34332 2007-07-07  Bruno Haible  <bruno@clisp.org>
34333
34334         * lib/uniname.h: New file, from GNU gettext.
34335         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
34336         * lib/uniname/uninames.h: New file, from GNU gettext.
34337         * lib/uniname/uniname.c: New file, from GNU gettext.
34338         * tests/uniname/test-uninames.sh: New file.
34339         * tests/uniname/test-uninames.c: New file, from GNU gettext.
34340         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
34341         * modules/uniname/base: New file.
34342         * modules/uniname/uniname: New file.
34343         * modules/uniname/uniname-tests: New file.
34344         * MODULES.html.sh (Unicode string functions): Add the new modules.
34345
34346 2007-07-06  Bruno Haible  <bruno@clisp.org>
34347
34348         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
34349
34350 2007-07-06  Bruno Haible  <bruno@clisp.org>
34351
34352         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
34353         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
34354         includes <cygwin/sys_time.h> which includes <sys/select.h> which
34355         include <sys/time.h>.
34356         Reported by Eric Blake.
34357
34358 2007-07-06  Eric Blake  <ebb9@byu.net>
34359
34360         Fix testing canonicalize on cygwin.
34361         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
34362         Revert patch from 2007-06-19.
34363         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
34364         canonicalize module is also in use.
34365         * tests/test-canonicalize.c: New file.
34366         * tests/test-canonicalize.sh: Likewise.
34367         * modules/canonicalize-tests: Likewise.
34368
34369 2007-07-06  Jim Meyering  <jim@meyering.net>
34370
34371         * lib/getugroups.c (getugroups): Detect getgrent failure.
34372         Adjust comment to reflect reality: this function may return -1.
34373
34374 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
34375
34376         * build-aux/bootstrap (TP_URL,get_translations): Update to use
34377         the new TP address.
34378         (usage): Fix typo
34379         (gnulib_mk): New variable.
34380
34381 2007-07-05  Jim Meyering  <jim@meyering.net>
34382
34383         Don't let endgrent clobber errno, no matter how improbable.
34384         * lib/getugroups.c (getugroups): Save and restore errno around
34385         endgrent call.
34386
34387         Close the group DB even when failing with 2^31 or more members.
34388         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
34389
34390 2007-07-04  Jim Meyering  <jim@meyering.net>
34391
34392         * lib/getugroups.h: New file.
34393         * lib/getugroups.c: Include "getugroups.h".
34394         Remove uses of "register" keyword.
34395         Move local variable, "cp", down into scope where used.
34396         Give "username" parameter the "const" attribute.
34397         * modules/getugroups (Files): Add lib/getugroups.h
34398
34399 2007-07-04  Karl Berry  <karl@gnu.org>
34400
34401         * MODULES.html.sh (func_all_modules): Complete rename of
34402         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
34403
34404 2007-07-02  Bruno Haible  <bruno@clisp.org>
34405
34406         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
34407         mode, when inttypes.h comes from gnulib.
34408         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
34409
34410 2007-07-02  Simon Josefsson  <simon@josefsson.org>
34411
34412         * NEWS: Mention lgpl module name change.
34413
34414         * modules/lgpl-2.1: Renamed from lgpl.
34415
34416         * NEWS: Mention gpl module name change.
34417
34418         * modules/gpl-3.0: New file, based on gpl-2.0.
34419
34420         * modules/gpl-2.0: Renamed from gpl.
34421
34422         * modules/gpl: Fix filename, doc/gpl.texi is now found at
34423         doc/gpl-2.0.texi.
34424
34425 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
34426
34427         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
34428         #define __STDC_LIMIT_MACROS temporarily while including
34429         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
34430         Problem reported by Joel E. Denny in
34431         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
34432
34433 2007-07-01  Bruno Haible  <bruno@clisp.org>
34434
34435         * lib/unistdio.h: New file.
34436         * lib/unistdio/u-asnprintf.h: New file.
34437         * lib/unistdio/u-asprintf.h: New file.
34438         * lib/unistdio/u-printf-args.c: New file.
34439         * lib/unistdio/u-printf-args.h: New file.
34440         * lib/unistdio/u-printf-parse.h: New file.
34441         * lib/unistdio/u-snprintf.h: New file.
34442         * lib/unistdio/u-sprintf.h: New file.
34443         * lib/unistdio/u-vasprintf.h: New file.
34444         * lib/unistdio/u-vsnprintf.h: New file.
34445         * lib/unistdio/u-vsprintf.h: New file.
34446         * lib/unistdio/ulc-asnprintf.c: New file.
34447         * lib/unistdio/ulc-asprintf.c: New file.
34448         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
34449         * lib/unistdio/ulc-printf-parse.c: New file.
34450         * lib/unistdio/ulc-snprintf.c: New file.
34451         * lib/unistdio/ulc-sprintf.c: New file.
34452         * lib/unistdio/ulc-vasnprintf.c: New file.
34453         * lib/unistdio/ulc-vasprintf.c: New file.
34454         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
34455         * lib/unistdio/ulc-vsnprintf.c: New file.
34456         * lib/unistdio/ulc-vsprintf.c: New file.
34457         * lib/unistdio/u8-asnprintf.c: New file.
34458         * lib/unistdio/u8-asprintf.c: New file.
34459         * lib/unistdio/u8-printf-parse.c: New file.
34460         * lib/unistdio/u8-snprintf.c: New file.
34461         * lib/unistdio/u8-sprintf.c: New file.
34462         * lib/unistdio/u8-vasnprintf.c: New file.
34463         * lib/unistdio/u8-vasprintf.c: New file.
34464         * lib/unistdio/u8-vsnprintf.c: New file.
34465         * lib/unistdio/u8-vsprintf.c: New file.
34466         * lib/unistdio/u8-u8-asnprintf.c: New file.
34467         * lib/unistdio/u8-u8-asprintf.c: New file.
34468         * lib/unistdio/u8-u8-snprintf.c: New file.
34469         * lib/unistdio/u8-u8-sprintf.c: New file.
34470         * lib/unistdio/u8-u8-vasnprintf.c: New file.
34471         * lib/unistdio/u8-u8-vasprintf.c: New file.
34472         * lib/unistdio/u8-u8-vsnprintf.c: New file.
34473         * lib/unistdio/u8-u8-vsprintf.c: New file.
34474         * lib/unistdio/u16-asnprintf.c: New file.
34475         * lib/unistdio/u16-asprintf.c: New file.
34476         * lib/unistdio/u16-printf-parse.c: New file.
34477         * lib/unistdio/u16-snprintf.c: New file.
34478         * lib/unistdio/u16-sprintf.c: New file.
34479         * lib/unistdio/u16-vasnprintf.c: New file.
34480         * lib/unistdio/u16-vasprintf.c: New file.
34481         * lib/unistdio/u16-vsnprintf.c: New file.
34482         * lib/unistdio/u16-vsprintf.c: New file.
34483         * lib/unistdio/u16-u16-asnprintf.c: New file.
34484         * lib/unistdio/u16-u16-asprintf.c: New file.
34485         * lib/unistdio/u16-u16-snprintf.c: New file.
34486         * lib/unistdio/u16-u16-sprintf.c: New file.
34487         * lib/unistdio/u16-u16-vasnprintf.c: New file.
34488         * lib/unistdio/u16-u16-vasprintf.c: New file.
34489         * lib/unistdio/u16-u16-vsnprintf.c: New file.
34490         * lib/unistdio/u16-u16-vsprintf.c: New file.
34491         * lib/unistdio/u32-asnprintf.c: New file.
34492         * lib/unistdio/u32-asprintf.c: New file.
34493         * lib/unistdio/u32-printf-parse.c: New file.
34494         * lib/unistdio/u32-snprintf.c: New file.
34495         * lib/unistdio/u32-sprintf.c: New file.
34496         * lib/unistdio/u32-vasnprintf.c: New file.
34497         * lib/unistdio/u32-vasprintf.c: New file.
34498         * lib/unistdio/u32-vsnprintf.c: New file.
34499         * lib/unistdio/u32-vsprintf.c: New file.
34500         * lib/unistdio/u32-u32-asnprintf.c: New file.
34501         * lib/unistdio/u32-u32-asprintf.c: New file.
34502         * lib/unistdio/u32-u32-snprintf.c: New file.
34503         * lib/unistdio/u32-u32-sprintf.c: New file.
34504         * lib/unistdio/u32-u32-vasnprintf.c: New file.
34505         * lib/unistdio/u32-u32-vasprintf.c: New file.
34506         * lib/unistdio/u32-u32-vsnprintf.c: New file.
34507         * lib/unistdio/u32-u32-vsprintf.c: New file.
34508         * tests/unistdio/test-ulc-asnprintf1.c: New file.
34509         * tests/unistdio/test-ulc-asnprintf1.h: New file.
34510         * tests/unistdio/test-ulc-printf1.h: New file.
34511         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
34512         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
34513         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
34514         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
34515         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
34516         * tests/unistdio/test-ulc-vasprintf1.c: New file.
34517         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
34518         * tests/unistdio/test-ulc-vsprintf1.c: New file.
34519         * tests/unistdio/test-u8-asnprintf1.c: New file.
34520         * tests/unistdio/test-u8-asnprintf1.h: New file.
34521         * tests/unistdio/test-u8-printf1.h: New file.
34522         * tests/unistdio/test-u8-vasnprintf1.c: New file.
34523         * tests/unistdio/test-u8-vasnprintf2.c: New file.
34524         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
34525         * tests/unistdio/test-u8-vasnprintf3.c: New file.
34526         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
34527         * tests/unistdio/test-u8-vasprintf1.c: New file.
34528         * tests/unistdio/test-u8-vsnprintf1.c: New file.
34529         * tests/unistdio/test-u8-vsprintf1.c: New file.
34530         * tests/unistdio/test-u16-asnprintf1.c: New file.
34531         * tests/unistdio/test-u16-asnprintf1.h: New file.
34532         * tests/unistdio/test-u16-printf1.h: New file.
34533         * tests/unistdio/test-u16-vasnprintf1.c: New file.
34534         * tests/unistdio/test-u16-vasnprintf2.c: New file.
34535         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
34536         * tests/unistdio/test-u16-vasnprintf3.c: New file.
34537         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
34538         * tests/unistdio/test-u16-vasprintf1.c: New file.
34539         * tests/unistdio/test-u16-vsnprintf1.c: New file.
34540         * tests/unistdio/test-u16-vsprintf1.c: New file.
34541         * tests/unistdio/test-u32-asnprintf1.c: New file.
34542         * tests/unistdio/test-u32-asnprintf1.h: New file.
34543         * tests/unistdio/test-u32-printf1.h: New file.
34544         * tests/unistdio/test-u32-vasnprintf1.c: New file.
34545         * tests/unistdio/test-u32-vasnprintf2.c: New file.
34546         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
34547         * tests/unistdio/test-u32-vasnprintf3.c: New file.
34548         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
34549         * tests/unistdio/test-u32-vasprintf1.c: New file.
34550         * tests/unistdio/test-u32-vsnprintf1.c: New file.
34551         * tests/unistdio/test-u32-vsprintf1.c: New file.
34552         * modules/unistdio/base: New file.
34553         * modules/unistdio/u-printf-args: New file.
34554         * modules/unistdio/ulc-asnprintf: New file.
34555         * modules/unistdio/ulc-asprintf: New file.
34556         * modules/unistdio/ulc-fprintf: New file.
34557         * modules/unistdio/ulc-printf-parse: New file.
34558         * modules/unistdio/ulc-snprintf: New file.
34559         * modules/unistdio/ulc-sprintf: New file.
34560         * modules/unistdio/ulc-vasnprintf: New file.
34561         * modules/unistdio/ulc-vasprintf: New file.
34562         * modules/unistdio/ulc-vfprintf: New file.
34563         * modules/unistdio/ulc-vsnprintf: New file.
34564         * modules/unistdio/ulc-vsprintf: New file.
34565         * modules/unistdio/u8-asnprintf: New file.
34566         * modules/unistdio/u8-asprintf: New file.
34567         * modules/unistdio/u8-printf-parse: New file.
34568         * modules/unistdio/u8-snprintf: New file.
34569         * modules/unistdio/u8-sprintf: New file.
34570         * modules/unistdio/u8-vasnprintf: New file.
34571         * modules/unistdio/u8-vasprintf: New file.
34572         * modules/unistdio/u8-vsnprintf: New file.
34573         * modules/unistdio/u8-vsprintf: New file.
34574         * modules/unistdio/u8-u8-asnprintf: New file.
34575         * modules/unistdio/u8-u8-asprintf: New file.
34576         * modules/unistdio/u8-u8-snprintf: New file.
34577         * modules/unistdio/u8-u8-sprintf: New file.
34578         * modules/unistdio/u8-u8-vasnprintf: New file.
34579         * modules/unistdio/u8-u8-vasprintf: New file.
34580         * modules/unistdio/u8-u8-vsnprintf: New file.
34581         * modules/unistdio/u8-u8-vsprintf: New file.
34582         * modules/unistdio/u16-asnprintf: New file.
34583         * modules/unistdio/u16-asprintf: New file.
34584         * modules/unistdio/u16-printf-parse: New file.
34585         * modules/unistdio/u16-snprintf: New file.
34586         * modules/unistdio/u16-sprintf: New file.
34587         * modules/unistdio/u16-vasnprintf: New file.
34588         * modules/unistdio/u16-vasprintf: New file.
34589         * modules/unistdio/u16-vsnprintf: New file.
34590         * modules/unistdio/u16-vsprintf: New file.
34591         * modules/unistdio/u16-u16-asnprintf: New file.
34592         * modules/unistdio/u16-u16-asprintf: New file.
34593         * modules/unistdio/u16-u16-snprintf: New file.
34594         * modules/unistdio/u16-u16-sprintf: New file.
34595         * modules/unistdio/u16-u16-vasnprintf: New file.
34596         * modules/unistdio/u16-u16-vasprintf: New file.
34597         * modules/unistdio/u16-u16-vsnprintf: New file.
34598         * modules/unistdio/u16-u16-vsprintf: New file.
34599         * modules/unistdio/u32-asnprintf: New file.
34600         * modules/unistdio/u32-asprintf: New file.
34601         * modules/unistdio/u32-printf-parse: New file.
34602         * modules/unistdio/u32-snprintf: New file.
34603         * modules/unistdio/u32-sprintf: New file.
34604         * modules/unistdio/u32-vasnprintf: New file.
34605         * modules/unistdio/u32-vasprintf: New file.
34606         * modules/unistdio/u32-vsnprintf: New file.
34607         * modules/unistdio/u32-vsprintf: New file.
34608         * modules/unistdio/u32-u32-asnprintf: New file.
34609         * modules/unistdio/u32-u32-asprintf: New file.
34610         * modules/unistdio/u32-u32-snprintf: New file.
34611         * modules/unistdio/u32-u32-sprintf: New file.
34612         * modules/unistdio/u32-u32-vasnprintf: New file.
34613         * modules/unistdio/u32-u32-vasprintf: New file.
34614         * modules/unistdio/u32-u32-vsnprintf: New file.
34615         * modules/unistdio/u32-u32-vsprintf: New file.
34616         * modules/unistdio/ulc-asnprintf-tests: New file.
34617         * modules/unistdio/ulc-vasnprintf-tests: New file.
34618         * modules/unistdio/ulc-vasprintf-tests: New file.
34619         * modules/unistdio/ulc-vsnprintf-tests: New file.
34620         * modules/unistdio/ulc-vsprintf-tests: New file.
34621         * modules/unistdio/u8-asnprintf-tests: New file.
34622         * modules/unistdio/u8-vasnprintf-tests: New file.
34623         * modules/unistdio/u8-vasprintf-tests: New file.
34624         * modules/unistdio/u8-vsnprintf-tests: New file.
34625         * modules/unistdio/u8-vsprintf-tests: New file.
34626         * modules/unistdio/u16-asnprintf-tests: New file.
34627         * modules/unistdio/u16-vasnprintf-tests: New file.
34628         * modules/unistdio/u16-vasprintf-tests: New file.
34629         * modules/unistdio/u16-vsnprintf-tests: New file.
34630         * modules/unistdio/u16-vsprintf-tests: New file.
34631         * modules/unistdio/u32-asnprintf-tests: New file.
34632         * modules/unistdio/u32-vasnprintf-tests: New file.
34633         * modules/unistdio/u32-vasprintf-tests: New file.
34634         * modules/unistdio/u32-vsnprintf-tests: New file.
34635         * modules/unistdio/u32-vsprintf-tests: New file.
34636         * MODULES.html.sh (Unicode string functions): Add the new modules.
34637
34638 2007-07-01  Bruno Haible  <bruno@clisp.org>
34639
34640         * lib/sprintf.c (sprintf): Limit the available length estimation,
34641         to avoid address wraparound.
34642         * lib/vsprintf.c (vsprintf): Likewise.
34643         * modules/sprintf-posix (Dependencies): Add stdint.
34644         * modules/vsprintf-posix (Dependencies): Likewise.
34645
34646 2007-07-01  Bruno Haible  <bruno@clisp.org>
34647
34648         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
34649         Windows PATH as well. Conservative double-quoting. Comments.
34650
34651 2007-07-01  Bruno Haible  <bruno@clisp.org>
34652             Eric Blake  <ebb9@byu.net>
34653             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34654
34655         * gnulib-tool (self_abspathname): Fix algorithm to cope with
34656         empty components in $PATH, denoting '.'.
34657
34658 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34659
34660         * gnulib-tool: Fix indentation.
34661         (func_create_megatestdir): Likewise.
34662         Report by Bruno Haible.
34663
34664 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34665
34666         Sync from Automake.
34667         * build-aux/gnupload: Fix shell portability issues with for loops.
34668         Report by Karl Berry.
34669
34670 2007-06-29  Simon Josefsson  <simon@josefsson.org>
34671
34672         * build-aux/maint.mk (POURL): Use translationproject.org.
34673
34674 2007-06-27  Simon Josefsson  <simon@josefsson.org>
34675             Bruno Haible  <bruno@clisp.org>
34676
34677         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
34678         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
34679         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
34680         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
34681         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
34682
34683 2007-06-27  Bruno Haible  <bruno@clisp.org>
34684
34685         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
34686         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
34687
34688 2007-06-26  Karl Berry  <karl@gnu.org>
34689
34690         * MODULES.html.sh: remove xreadlink-with-size.
34691
34692 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
34693
34694         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
34695         method that I hope also handles the double-include problem noted
34696         by Bruno Haible in
34697         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
34698
34699 2007-06-23  Bruno Haible  <bruno@clisp.org>
34700
34701         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
34702         Don't let the 'mostlyclean' target fail if the last subdirectory could
34703         not be removed.
34704         Reported by Karl Berry.
34705
34706 2007-06-23  Bruno Haible  <bruno@clisp.org>
34707
34708         * gnulib-tool (echo): Add a speedier workaround for ksh.
34709         * tests/test-echo.sh: Likewise.
34710
34711 2007-06-23  Bruno Haible  <bruno@clisp.org>
34712
34713         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
34714         * tests/test-echo.sh: Likewise.
34715
34716 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34717
34718         * gnulib-tool (IFS): Initialize early, so we don't set it to
34719         empty later.
34720         (self_abspathname): Rewrite algorithm to set it, reindent.
34721         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
34722         (func_create_megatestdir): Merge some sed scripts.
34723
34724 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
34725
34726         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
34727         exposed by Sun Studio 11 cc on Solaris 8.
34728
34729 2007-06-22  Bruno Haible  <bruno@clisp.org>
34730
34731         * gnulib-tool (echo): Ensure the echo primitive does not interpret
34732         backslashes.
34733         * tests/test-echo.sh: New file.
34734
34735 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34736
34737         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
34738         simplify `sed_replace_build_aux' scripts, they are portable but
34739         echoing them with `echo' is not.
34740         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
34741
34742 2007-06-21  Karl Berry  <karl@gnu.org>
34743
34744         * config/srclist.txt: guess we can't handle the licenses via
34745         srclist at the moment.
34746
34747 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
34748
34749         * MODULES.html.sh: Add include_next.
34750         * modules/include_next: New file.
34751
34752 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
34753
34754         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
34755         INCLUDE_NEXT.
34756         (gl_CHECK_NEXT_HEADERS): New macro.
34757         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
34758         the obsolescent gl_ABSOLUTE_HEADER.
34759         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
34760         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
34761         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
34762         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
34763         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
34764         * m4/math_h.m4 (gl_MATH_H): Likewise.
34765         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
34766         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
34767         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
34768         * m4/stdint.m4 (gl_STDINT_H): Likewise.
34769         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
34770         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
34771         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
34772         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
34773         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
34774         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
34775         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
34776         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
34777         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
34778         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
34779         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
34780         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
34781         * m4/inttypes.m4 (gl_INTTYPES_H): Define
34782         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
34783         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
34784         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
34785         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
34786         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
34787         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
34788         * lib/float_.h: Likewise.
34789         * lib/inttypes_.h: Likewise.
34790         * lib/math_.h: Likewise.
34791         * lib/search_.h: Likewise.
34792         * lib/signal_.h: Likewise.
34793         * lib/stdint_.h: Likewise.
34794         * lib/stdio_.h: Likewise.
34795         * lib/stdlib_.h: Likewise.
34796         * lib/string_.h: Likewise.
34797         * lib/sys_stat_.h: Likewise.
34798         * lib/sys_time_.h: Likewise.
34799         * lib/time_.h: Likewise.
34800         * lib/unistd_.h: Likewise.
34801         * lib/wchar_.h: Likewise.
34802         * lib/wctype_.h: Likewise.
34803         * lib/dirent_.h: Likewise.
34804         * lib/iconv_.h: Likewise.
34805         * lib/locale_.h: Likewise.
34806         * lib/netinet_in_.h: Likewise.
34807         * lib/sys_select_.h: Likewise.
34808         * lib/sys_socket_.h: Likewise.
34809         * lib/sysexits_.h: Likewise.
34810         * modules/fcntl (Depends-on): Depend on include_next, not
34811         absolute_header.
34812         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
34813         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
34814         * modules/fchdir: Likewise.
34815         * modules/float: Likewise.
34816         * modules/iconv_open: Likewise.
34817         * modules/inttypes: Likewise.
34818         * modules/locale: Likewise.
34819         * modules/math: Likewise.
34820         * modules/netinet_in: Likewise.
34821         * modules/search: Likewise.
34822         * modules/signal: Likewise.
34823         * modules/stdint: Likewise.
34824         * modules/stdio: Likewise.
34825         * modules/stdlib: Likewise.
34826         * modules/string: Likewise.
34827         * modules/sys_select: Likewise.
34828         * modules/sys_socket: Likewise.
34829         * modules/sys_stat: Likewise.
34830         * modules/sys_time: Likewise.
34831         * modules/sysexits: Likewise.
34832         * modules/time: Likewise.
34833         * modules/unistd: Likewise.
34834         * modules/wchar: Likewise.
34835         * modules/wctype: Likewise.
34836         * modules/sys_stat: Change maintainer to "all".
34837         * modules/unistd: Likewise.
34838
34839 2007-06-20  Karl Berry  <karl@gnu.org>
34840
34841         * config/srclist.txt: track www changes in license files.
34842
34843 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
34844
34845         * build-aux/bootstrap: Remove stray dot.
34846         Make sure build_aux settings are honored when linking
34847         gnulib_extra_files.
34848
34849 2007-06-19  Eric Blake  <ebb9@byu.net>
34850
34851         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
34852         Allow compilation on cygwin.
34853
34854 2007-06-19  Jim Meyering  <jim@meyering.net>
34855
34856         xreadlink-with-size: Remove module.  No longer used.
34857         Ex-callers now use xreadlink or mreadlink-with-size.
34858         * modules/xreadlink-with-size: Remove module.
34859         * lib/xreadlink-with-size.c: Remove file.
34860         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
34861         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
34862         just before the function definition *is* accurate.
34863
34864         Eliminate one way canonicalize_filename_mode could exit.
34865         * lib/canonicalize.c (canonicalize_filename_mode):
34866         Use mreadlink_with_size, not xreadlink_with_size.
34867
34868 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
34869
34870         Detect porting problems to FreeBSD/arm, which has time_t wider than
34871         long int.  Original problem reported for GNU diff by Xin Li in
34872         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
34873         * modules/getdate (Depends-on): Add intprops, verify.
34874         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
34875         is an integer type no wider than long int.
34876
34877 2007-06-18  Jim Meyering  <jim@meyering.net>
34878
34879         New module: mreadlink-with-size.
34880         * MODULES.html.sh: Add mreadlink-with-size.
34881         * modules/mreadlink-with-size: New module
34882         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
34883         not xreadlink-with-size.
34884         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
34885
34886 2007-06-16  Bruno Haible  <bruno@clisp.org>
34887
34888         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
34889         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
34890         Reported by Gary V. Vaughan <gary@gnu.org>.
34891
34892 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
34893
34894         Revamp lchown so that it lives in unistd.h where it belongs.
34895         * lib/lchown.h: Remove.
34896         * lib/dirchownmod.c: Don't include lib/lchown.h.
34897         * lib/fchownat.c: Likewise.
34898         * lib/openat.c: Likewise.
34899         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
34900         does not follow symlinks.
34901         (EOPNOTSUPP): Define if not defined.
34902         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
34903         is defined to 0.
34904         (lchown): New decl.
34905         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
34906         Do not check for lchown decl.
34907         Set REPLACE_LCHOWN.
34908         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
34909         REPLACE_LCHOWN.
34910         * modules/chown: Make it clear it follows symlinks.
34911         * modules/lchown: Make it clear it doesn't follow symlinks.
34912         (Files): Remove lib/lchown.h
34913         (Depends-on): Add unistd.
34914         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
34915         (Include): Include <unistd.h>, not "lchown.h".
34916         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
34917         REPLACE_LCHOWN.
34918
34919 2007-06-15  Jim Meyering  <jim@meyering.net>
34920
34921         Change license (GPL to LGPL) of fsusage and dependents.
34922         * modules/fsusage (License): Change to LGPL.
34923         * modules/full-read (License): Likewise.
34924         * modules/full-write (License): Likewise.
34925         * modules/safe-read (License): Likewise.
34926         * modules/safe-write (License): Likewise.
34927
34928 2007-06-14  Ben Pfaff  <blp@gnu.org>
34929
34930         Missing part of allocsa -> malloca transition.
34931         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
34932         gl_MALLOCA.
34933
34934 2007-06-12  Bruno Haible  <bruno@clisp.org>
34935
34936         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
34937         to ia64, x86_64, i386.
34938         Reported by Eric Blake.
34939
34940 2007-06-12  Bruno Haible  <bruno@clisp.org>
34941
34942         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
34943         cross-compiling to x86_64.
34944
34945 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
34946
34947         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
34948         glitch reported by Ralf Wildenhues in
34949         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
34950
34951         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
34952         Vin Shelton.
34953
34954 2007-06-11  Bruno Haible  <bruno@clisp.org>
34955
34956         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
34957         replacement string.
34958         Reported by Eric Blake.
34959
34960 2007-06-10  Bruno Haible  <bruno@clisp.org>
34961
34962         Prepare vasnprintf code for use with Unicode strings.
34963         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
34964         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
34965         TYPE_U32_STRING.
34966         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
34967         a_u32_string variants.
34968         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
34969         * lib/printf-args.c: Don't include config.h and the specification
34970         header if PRINTF_FETCHARGS is already defined.
34971         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
34972         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
34973         TYPE_U16_STRING, TYPE_U32_STRING.
34974         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
34975         u16_directive, u16_directives, u32_directive, u32_directives): New
34976         types.
34977         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
34978         New declarations.
34979         * lib/printf-parse.c: Don't include config.h and the specification
34980         header if PRINTF_PARSE is already defined. Eliminate the set of
34981         parameters for WIDE_CHAR_VERSION; the user of this file must provide
34982         them now. Include c-ctype.h.
34983         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
34984         directive and CHAR_T_ONLY_ASCII.
34985         * lib/vasnprintf.c: Don't include config.h and the specification header
34986         if VASNPRINTF is already defined.
34987         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
34988         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
34989         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
34990         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
34991         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
34992         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
34993         code accordingly.
34994         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
34995         pad_ourselves also in this case, with the 'c' and 's' directives, and
34996         with a different notion of "width".
34997         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
34998
34999 2007-06-10  Bruno Haible  <bruno@clisp.org>
35000
35001         * modules/unistr/u32-mbsnlen: New file.
35002         * lib/unistr/u32-mbsnlen.c: New file.
35003
35004         * modules/unistr/u16-mbsnlen: New file.
35005         * lib/unistr/u16-mbsnlen.c: New file.
35006
35007         * modules/unistr/u8-mbsnlen: New file.
35008         * lib/unistr/u8-mbsnlen.c: New file.
35009
35010         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
35011         declarations.
35012
35013 2007-06-10  Bruno Haible  <bruno@clisp.org>
35014
35015         * lib/string_.h (mbsnlen): New declaration.
35016         * lib/mbsnlen.c: New file.
35017         * m4/mbsnlen.m4: New file.
35018         * modules/mbsnlen: New file.
35019         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
35020         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
35021         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
35022
35023 2007-06-10  Bruno Haible  <bruno@clisp.org>
35024
35025         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
35026
35027 2007-06-10  Bruno Haible  <bruno@clisp.org>
35028
35029         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
35030         * lib/mbuiter.h: Likewise.
35031
35032 2007-06-10  Bruno Haible  <bruno@clisp.org>
35033
35034         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
35035         declaration.
35036
35037 2007-06-10  Karl Berry  <karl@gnu.org>
35038
35039         * config/srclist.txt: remove gettext entries, Bruno prefers
35040         to update individually.
35041
35042 2007-06-10  Bruno Haible  <bruno@clisp.org>
35043
35044         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
35045         'maxlen'. Ensure only length + width bytes are allocated, not
35046         length + 1 + width.
35047
35048 2007-06-09  Bruno Haible  <bruno@clisp.org>
35049
35050         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
35051         (CHAR_T): Remove macro.
35052         (VASNPRINTF): Update.
35053
35054 2007-06-09  Bruno Haible  <bruno@clisp.org>
35055
35056         * MODULES.html.sh (Unicode string functions): Add the new modules.
35057
35058         * modules/uniconv/u32-conv-to-enc: New file.
35059         * lib/uniconv/u32-conv-to-enc.c: New file.
35060         * modules/uniconv/u32-conv-to-enc-tests: New file.
35061         * tests/uniconv/test-u32-conv-to-enc.c: New file.
35062
35063         * modules/uniconv/u16-conv-to-enc: New file.
35064         * lib/uniconv/u16-conv-to-enc.c: New file.
35065         * lib/uniconv/u-conv-to-enc.h: New file.
35066         * modules/uniconv/u16-conv-to-enc-tests: New file.
35067         * tests/uniconv/test-u16-conv-to-enc.c: New file.
35068
35069         * modules/uniconv/u8-conv-to-enc: New file.
35070         * lib/uniconv/u8-conv-to-enc.c: New file.
35071         * modules/uniconv/u8-conv-to-enc-tests: New file.
35072         * tests/uniconv/test-u8-conv-to-enc.c: New file.
35073
35074         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
35075         u32_conv_to_encoding): New declarations.
35076
35077 2007-06-09  Bruno Haible  <bruno@clisp.org>
35078
35079         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
35080
35081 2007-06-09  Bruno Haible  <bruno@clisp.org>
35082
35083         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
35084         * modules/malloca: Renamed from modules/allocsa, updated.
35085         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
35086         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
35087         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
35088         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
35089         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
35090         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
35091         * modules/xmalloca: Renamed from modules/xallocsa, updated.
35092         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
35093         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
35094         * modules/c-strcasestr (Depends-on): Update.
35095         * lib/c-strcasestr.c: Update.
35096         * modules/c-strstr (Depends-on): Update.
35097         * lib/c-strstr.c: Update.
35098         * modules/canonicalize-lgpl (Depends-on): Update.
35099         * lib/canonicalize-lgpl.c: Update.
35100         * modules/clean-temp (Depends-on): Update.
35101         * lib/clean-temp.c: Update.
35102         * modules/csharpcomp (Depends-on): Update.
35103         * lib/csharpcomp.c: Update.
35104         * modules/csharpexec (Depends-on): Update.
35105         * lib/csharpexec.c: Update.
35106         * modules/javacomp (Depends-on): Update.
35107         * lib/javacomp.c: Update.
35108         * modules/javaexec (Depends-on): Update.
35109         * lib/javaexec.c: Update.
35110         * modules/mbscasestr (Depends-on): Update.
35111         * lib/mbscasestr.c: Update.
35112         * modules/mbsstr (Depends-on): Update.
35113         * lib/mbsstr.c: Update.
35114         * modules/setenv (Depends-on): Update.
35115         * lib/setenv.c: Update.
35116         * modules/strcasestr (Depends-on): Update.
35117         * lib/strcasestr.c: Update.
35118         * modules/striconveha (Depends-on): Update.
35119         * lib/striconveha.c: Update.
35120         * modules/relocatable-prog-wrapper (Files): Update.
35121         * lib/relocwrapper.c: Update.
35122         * build-aux/install-reloc: Update.
35123         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
35124
35125 2007-06-08  Bruno Haible  <bruno@clisp.org>
35126
35127         Port to uClibc.
35128         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
35129         * lib/fpurge.c (fpurge): Likewise.
35130         * lib/freading.c (freading): Likewise.
35131         * lib/fseeko.c (rpl_fseeko): Likewise.
35132         * lib/fseterr.c (fseterr): Likewise.
35133         * lib/fwriting.c (fwriting): Likewise.
35134         * tests/test-fflush.c (main): Avoid a failure on uClibc.
35135
35136 2007-06-08  Bruno Haible  <bruno@clisp.org>
35137
35138         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
35139         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
35140         * modules/gettext (Files): Add m4/intlmacosx.m4.
35141
35142 2007-06-07  Bruno Haible  <bruno@clisp.org>
35143
35144         * modules/localename-tests: New file.
35145         * tests/test-localename.c: New file.
35146
35147         New module 'localename'.
35148         * lib/localename.h: New file.
35149         * lib/localename.c: New file, from GNU gettext.
35150         * m4/localename.m4: New file.
35151         * modules/localename: New file.
35152
35153 2007-06-07  Bruno Haible  <bruno@clisp.org>
35154
35155         Work around the lack of <wchar.h> on some builds of uClibc.
35156         * doc/headers/wchar.texi: Update.
35157         * lib/wchar_.h: Include <wchar.h> only if it exists.
35158         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
35159         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
35160         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
35161         doesn't exist.
35162         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
35163         * modules/mbfile (Depends-on): Add wchar.
35164         * modules/mbiter (Depends-on): Likewise.
35165         * modules/mbuiter (Depends-on): Likewise.
35166         Reported by Simon Josefsson.
35167
35168 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
35169
35170         Work around problem reported by Steven M. Schweda in
35171         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
35172         Tru64 5.1B with the Compaq compiler environment installed declares
35173         an 'isblank' function but does not define it in the C library.
35174         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
35175         * lib/regex_internal.h (isblank): Likewise.
35176         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
35177         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
35178
35179 2007-06-05  Bruno Haible  <bruno@clisp.org>
35180
35181         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
35182         ia64.
35183         * modules/printf-safe: New file.
35184         * modules/fprintf-posix (Depends-on): Add printf-safe.
35185         * modules/printf-posix (Depends-on): Likewise.
35186         * modules/snprintf-posix (Depends-on): Likewise.
35187         * modules/sprintf-posix (Depends-on): Likewise.
35188         * modules/vasnprintf-posix (Depends-on): Likewise.
35189         * modules/vasprintf-posix (Depends-on): Likewise.
35190         * modules/vfprintf-posix (Depends-on): Likewise.
35191         * modules/vprintf-posix (Depends-on): Likewise.
35192         * modules/vsnprintf-posix (Depends-on): Likewise.
35193         * modules/vsprintf-posix (Depends-on): Likewise.
35194         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
35195         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
35196         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
35197         "no" on i386, x86_64, ia64.
35198         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
35199         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
35200         on i386, x86_64, ia64.
35201         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
35202         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
35203         on i386, x86_64, ia64.
35204         * tests/test-vasnprintf-posix.c: Include float.h.
35205         (LDBL80_WORDS): New macro.
35206         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
35207         on i386, x86_64, ia64.
35208         * tests/test-vasprintf-posix.c: Include float.h.
35209         (LDBL80_WORDS): New macro.
35210         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
35211         on i386, x86_64, ia64.
35212         * tests/test-snprintf-posix.c: Include float.h.
35213         * tests/test-sprintf-posix.c: Likewise.
35214         * tests/test-vsnprintf-posix.c: Likewise.
35215         * tests/test-vsprintf-posix.c: Likewise.
35216
35217 2007-06-05  Bruno Haible  <bruno@clisp.org>
35218
35219         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
35220         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
35221         non-IEEE numbers on i386, x86_64, ia64.
35222         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
35223         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
35224         * tests/test-isnanl.h: Include float.h.
35225         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
35226
35227 2007-06-05  Bruno Haible  <bruno@clisp.org>
35228
35229         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
35230         also the %a / %A. Handle the %a / %A code before this extra handling.
35231
35232 2007-06-05  Bruno Haible  <bruno@clisp.org>
35233
35234         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
35235         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
35236
35237 2007-06-05  Bruno Haible  <bruno@clisp.org>
35238
35239         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
35240         typo in variable name.
35241
35242 2007-06-05  Eric Blake  <ebb9@byu.net>
35243
35244         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
35245         Reported by Simon Josefsson.
35246
35247 2007-06-04  Bruno Haible  <bruno@clisp.org>
35248
35249         Avoid test failures on some PowerPC platforms.
35250         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
35251         Define differently for PowerPC.
35252         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
35253         Reported by Gary V. Vaughan <gary@gnu.org>.
35254
35255 2007-06-02  Bruno Haible  <bruno@clisp.org>
35256
35257         Fix test-stdint failure on FreeBSD/ia64.
35258         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
35259         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
35260         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
35261         * doc/headers/stdint.texi: Update.
35262
35263 2007-06-01  Bruno Haible  <bruno@clisp.org>
35264
35265         * tests/test-binary-io.c (main): Pass a third argument to open().
35266         Reported by Gary V. Vaughan <gary@gnu.org>.
35267
35268 2007-06-01  Bruno Haible  <bruno@clisp.org>
35269
35270         * doc/functions/frexpl.texi: Update for mingw.
35271
35272 2007-06-01  Bruno Haible  <bruno@clisp.org>
35273
35274         * tests/test-lseek.c (main): Disable test of errno for invalid third
35275         argument.
35276         * doc/functions/lseek.texi: Update.
35277         Reported by Gary V. Vaughan <gary@gnu.org>.
35278
35279 2007-05-28  Bruno Haible  <bruno@clisp.org>
35280
35281         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
35282
35283 2007-05-31  Eric Blake  <ebb9@byu.net>
35284
35285         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
35286         cross compiling.
35287
35288 2007-05-30  Eric Blake  <ebb9@byu.net>
35289         and Bruno Haible  <bruno@clisp.org>
35290
35291         Work around mingw test failures exposed by m4-1.4.9b.
35292         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
35293         * tests/test-unistd.c: Disable uid_t and git_t tests for the
35294         moment.
35295
35296 2007-05-30  Bruno Haible  <bruno@clisp.org>
35297
35298         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
35299         assuming that they are closed. Needed on HP-UX 11.
35300
35301 2007-05-29  Bruno Haible  <bruno@clisp.org>
35302
35303         Fix a problem with #include_next.
35304         * lib/dirent_.h: Split the double-inclusion guard.
35305         * lib/fcntl_.h: Likewise.
35306         * lib/float_.h: Likewise.
35307         * lib/iconv_.h: Likewise.
35308         * lib/inttypes_.h: Likewise.
35309         * lib/locale_.h: Likewise.
35310         * lib/math_.h: Likewise.
35311         * lib/netinet_in_.h: Likewise.
35312         * lib/search_.h: Likewise.
35313         * lib/signal_.h: Likewise.
35314         * lib/stdint_.h: Likewise.
35315         * lib/stdio_.h: Likewise.
35316         * lib/stdlib_.h: Likewise.
35317         * lib/string_.h: Likewise.
35318         * lib/sys_select_.h: Likewise.
35319         * lib/sys_socket_.h: Likewise.
35320         * lib/sys_stat_.h: Likewise.
35321         * lib/sys_time_.h: Likewise.
35322         * lib/sysexits_.h: Likewise.
35323         * lib/time_.h: Likewise.
35324         * lib/unistd_.h: Likewise.
35325         * lib/wchar_.h: Likewise.
35326         * lib/wctype_.h: Likewise.
35327
35328 2007-05-29  Bruno Haible  <bruno@clisp.org>
35329
35330         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
35331         for the moment.
35332
35333 2007-05-29  Bruno Haible  <bruno@clisp.org>
35334
35335         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
35336         invocation.
35337         Reported by Eric Blake.
35338
35339 2007-05-29  Bruno Haible  <bruno@clisp.org>
35340
35341         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
35342         compiling case.
35343
35344 2007-05-29  Eric Blake  <ebb9@byu.net>
35345             Bruno Haible  <bruno@clisp.org>
35346
35347         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
35348         cross compiles.
35349
35350 2007-05-28  Eric Blake  <ebb9@byu.net>
35351
35352         * modules/closein-tests (test_closein_LDADD): Support test on
35353         cygwin with libtool.
35354
35355 2007-05-28  Bruno Haible  <bruno@clisp.org>
35356
35357         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
35358         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
35359         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
35360         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
35361         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
35362         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
35363         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
35364         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
35365         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
35366
35367 2007-05-28  Eric Blake  <ebb9@byu.net>
35368
35369         Unconditionally include <config.h> in unit tests.
35370         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
35371         * tests/test-allocsa.c, tests/test-arcfour.c,
35372         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
35373         tests/test-array_list.c, tests/test-array_oset.c,
35374         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
35375         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
35376         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
35377         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
35378         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
35379         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
35380         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
35381         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
35382         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
35383         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
35384         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
35385         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
35386         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
35387         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
35388         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
35389         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
35390         test-md5.c, test-memmem.c, test-printf-posix.c,
35391         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
35392         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
35393         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
35394         test-strcasestr.c, test-striconv.c, test-striconveh.c,
35395         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
35396         test-vasnprintf-posix2.c, test-vasnprintf.c,
35397         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
35398         test-vfprintf-posix.c, test-vprintf-posix.c,
35399         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
35400         test-xvasprintf.c: Likewise.
35401
35402 2007-05-28  Bruno Haible  <bruno@clisp.org>
35403
35404         * gnulib-tool (func_import): Remember the --with-tests command-line
35405         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
35406         Reported by Eric Blake.
35407
35408 2007-05-28  Bruno Haible  <bruno@clisp.org>
35409
35410         * modules/ftell-tests: New file.
35411         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
35412         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
35413
35414         * lib/ftell.c: New file.
35415         * modules/ftell: New file.
35416         * m4/ftell.m4: New file.
35417         * doc/functions/ftell.texi: Update.
35418         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
35419         REPLACE_FTELL.
35420         * lib/stdio_.h (rpl_ftell): New declaration.
35421         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
35422         REPLACE_FTELL.
35423
35424 2007-05-28  Eric Blake  <ebb9@byu.net>
35425
35426         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
35427
35428 2007-05-28  Bruno Haible  <bruno@clisp.org>
35429
35430         * modules/fseek-tests: New file.
35431         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
35432         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
35433
35434         * lib/fseek.c: New file.
35435         * modules/fseek: New file.
35436         * m4/fseek.m4: New file.
35437         * doc/functions/fseek.texi: Update.
35438         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
35439         REPLACE_FSEEK.
35440         * lib/stdio_.h (rpl_fseek): New declaration.
35441         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
35442         REPLACE_FSEEK.
35443
35444 2007-05-28  Bruno Haible  <bruno@clisp.org>
35445
35446         * lib/stdio_.h (fflush): More comments.
35447
35448 2007-05-28  Bruno Haible  <bruno@clisp.org>
35449
35450         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
35451         runtime test.
35452
35453 2007-05-28  Eric Blake  <ebb9@byu.net>
35454
35455         Improve lseek module.
35456         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
35457         * lib/unistd_.h (lseek): Scale back link warning message.
35458         * tests/test-lseek.c: Beef up test.
35459         * tests/test-lseek.sh: Exercise more facets of lseek.
35460         Reported by Bruno Haible.
35461
35462 2007-05-28  Bruno Haible  <bruno@clisp.org>
35463
35464         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
35465         to define.
35466
35467 2007-05-27  Bruno Haible  <bruno@clisp.org>
35468
35469         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
35470
35471 2007-05-27  Bruno Haible  <bruno@clisp.org>
35472
35473         * modules/openmp: New file.
35474         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
35475         Noah Misch.
35476
35477 2007-05-26  Bruno Haible  <bruno@clisp.org>
35478
35479         * modules/chdir-long (Depends-on): Add fchdir.
35480         * modules/chdir-safer (Depends-on): Likewise.
35481         * modules/fts (Depends-on): Likewise.
35482         * modules/fts-lgpl (Depends-on): Likewise.
35483         * modules/openat (Depends-on): Likewise.
35484         * modules/savewd (Depends-on): Likewise.
35485
35486 2007-05-24  Eric Blake  <ebb9@byu.net>
35487
35488         Fix lseek on mingw.
35489         * modules/lseek: New module.
35490         * m4/lseek.m4: New file.
35491         * lib/lseek.c: New file.
35492         * modules/lseek-tests: New file.
35493         * tests/test-lseek.c: New file.
35494         * tests/test-lseek.sh: New file.
35495         * MODULES.html.sh: Document lseek module.
35496         * modules/fflush (Depends-on): Add lseek, fseeko.
35497         * modules/fseeko (Depends-on): Likewise.
35498         * modules/ftello (Depends-on): Likewise.
35499         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
35500         broken.
35501         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
35502         broken.
35503         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
35504         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
35505         * lib/ftello.c (rpl_ftello): Likewise.
35506         * tests/test-fseeko.c (main): Test this.
35507         * tests/test-fseeko.sh: Likewise.
35508         * tests/test-ftello.c (main): Likewise.
35509         * tests/test-ftello.sh: Likewise.
35510         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
35511         implies replacing fseek.
35512         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
35513         HAVE_FTELLO.
35514         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
35515         * modules/unistd (Makefile.am): Likewise.
35516         * lib/unistd_.h (lseek): Declare a replacement.
35517         * doc/functions/lseek.texi (lseek): Document this fix.
35518         * doc/functions/fseek.texi (fseek): Likewise.
35519         * doc/functions/ftell.texi (ftell): Likewise.
35520
35521 2007-05-24  Bruno Haible  <bruno@clisp.org>
35522
35523         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
35524         in the printed representation of a NaN.
35525         * tests/test-vasprintf-posix.c (test_function): Likewise.
35526         * tests/test-snprintf-posix.h (test_function): Likewise.
35527         * tests/test-sprintf-posix.h (test_function): Likewise.
35528         Reported by Eric Blake.
35529
35530 2007-05-23  Eric Blake  <ebb9@byu.net>
35531
35532         Fix fseeko/ftello on cygwin 1.5.24.
35533         * doc/functions/fseeko.texi (fseeko): Document the fix.
35534         * doc/functions/ftello.texi (ftello): Document the fix.
35535         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
35536         * doc/functions/stdout.text (stdout): New file.
35537         * doc/functions/stderr.text (stderr): New file.
35538         * doc/gnulib.texi (Function Substitutes): Use new files.
35539         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
35540         prior to 1.7.0.
35541         * tests/test-ftello.c (main): Likewise for ftello.
35542         * tests/test-fseeko.sh: New file.
35543         * tests/test-ftello.sh: New file.
35544         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
35545         with seekable stdin.
35546         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
35547         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
35548         (gl_REPLACE_FSEEKO): New macro.
35549         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
35550         * modules/fseeko (Files): Distribute fseeko.c.
35551         * modules/ftello (Files): Distribute ftello.c.
35552         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
35553         mode.
35554         * lib/ftello.c (rpl_ftello): New file.
35555         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
35556         fseeko, ftello.
35557         (gl_STDIN_LARGE_OFFSET): New macro.
35558         * modules/stdio (Makefile.am): Perform the replacement.
35559         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
35560
35561 2007-05-23  Bruno Haible  <bruno@clisp.org>
35562
35563         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
35564         GNULIB_POSIXCHECK is defined.
35565
35566 2007-05-21  Bruno Haible  <bruno@clisp.org>
35567
35568         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
35569         Check also the output for NaN arguments. When cross-compiling, guess
35570         no on IRIX.
35571         * lib/vasnprintf.c: Update comments.
35572         * tests/test-vasnprintf-posix.c (strisnan): New function.
35573         (test_function): Use it.
35574         * tests/test-vasprintf-posix.c (strisnan): New function.
35575         (test_function): Use it.
35576         * tests/test-snprintf-posix.h (strisnan): New function.
35577         (test_function): Use it.
35578         * tests/test-sprintf-posix.h (strisnan): New function.
35579         (test_function): Use it.
35580         Reported by Eric Blake.
35581
35582 2007-05-20  Bruno Haible  <bruno@clisp.org>
35583
35584         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
35585         numbers that fails on BeOS.
35586         * doc/functions/frexpl.texi: Update.
35587
35588 2007-05-20  Jim Meyering  <jim@meyering.net>
35589
35590         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
35591         forced upon us by glibc-2.6.
35592
35593 2007-05-20  Bruno Haible  <bruno@clisp.org>
35594
35595         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
35596         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
35597         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
35598         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
35599         NEED_PRINTF_INFINITE.
35600         (is_infinitel): New function.
35601         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
35602         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
35603         gl_PREREQ_VASNPRINTF_INFINITE.
35604         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
35605         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
35606         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
35607         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
35608         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
35609         gl_PREREQ_VASNPRINTF_INFINITE.
35610         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
35611         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35612         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35613         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35614         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35615         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35616         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35617         * doc/functions/fprintf.texi: Update.
35618         * doc/functions/printf.texi: Update.
35619         * doc/functions/snprintf.texi: Update.
35620         * doc/functions/sprintf.texi: Update.
35621         * doc/functions/vfprintf.texi: Update.
35622         * doc/functions/vprintf.texi: Update.
35623         * doc/functions/vsnprintf.texi: Update.
35624         * doc/functions/vsprintf.texi: Update.
35625
35626 2007-05-20  Bruno Haible  <bruno@clisp.org>
35627
35628         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
35629         was not found in libc.
35630         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
35631
35632 2007-05-20  Bruno Haible  <bruno@clisp.org>
35633
35634         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
35635         printed as "-nan" instead of "nan".
35636         * tests/test-vasprintf-posix.c (test_function): Likewise.
35637         * tests/test-snprintf-posix.h (test_function): Likewise.
35638         * tests/test-sprintf-posix.h (test_function): Likewise.
35639         Needed for HP-UX 11.
35640
35641 2007-05-20  Jim Meyering  <jim@meyering.net>
35642
35643         Fix buggy test for the fchownat-deref bug.
35644         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
35645         symlink required for the run-test.  Without it, this test would
35646         always declare that fchownat doesn't work, and client code would
35647         unnecessarily use the replacement function with fixed libc.
35648         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
35649         Reported by Greg Schafer.
35650
35651 2007-05-19  Bruno Haible  <bruno@clisp.org>
35652
35653         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
35654         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
35655         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
35656         Needed for IRIX 6.5 and Solaris 2.5.1.
35657
35658 2007-05-19  Bruno Haible  <bruno@clisp.org>
35659
35660         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
35661         (test_function): Skip tests involving -0.0 on platforms where
35662         -0.0 = 0.0.
35663         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
35664         (test_function): Skip tests involving -0.0 on platforms where
35665         -0.0 = 0.0.
35666         * tests/test-snprintf-posix.h (have_minus_zero): New function.
35667         (test_function): Skip tests involving -0.0 on platforms where
35668         -0.0 = 0.0.
35669         * tests/test-sprintf-posix.h (have_minus_zero): New function.
35670         (test_function): Skip tests involving -0.0 on platforms where
35671         -0.0 = 0.0.
35672         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
35673         tests.
35674         * tests/test-printf-posix.h (test_function): Likewise.
35675         * tests/test-printf-posix.output: Remove all -0.0 related results.
35676         Needed for IRIX 6.5.
35677
35678 2007-05-19  Bruno Haible  <bruno@clisp.org>
35679
35680         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
35681         printed as "nan0x7fffffff" instead of "nan".
35682         * tests/test-vasprintf-posix.c (test_function): Likewise.
35683         * tests/test-snprintf-posix.h (test_function): Likewise.
35684         * tests/test-sprintf-posix.h (test_function): Likewise.
35685         * tests/test-fprintf-posix.h (NaN): Remove macro.
35686         (test_function): Remove all NaN related tests.
35687         * tests/test-printf-posix.h (NaN): Remove macro.
35688         (test_function): Remove all NaN related tests.
35689         * tests/test-printf-posix.output: Remove all NaN related results.
35690         Needed for IRIX 6.5.
35691
35692 2007-05-19  Bruno Haible  <bruno@clisp.org>
35693
35694         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
35695         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
35696
35697 2007-05-19  Bruno Haible  <bruno@clisp.org>
35698
35699         * lib/float_.h: New file.
35700         * m4/float_h.m4: New file.
35701         * modules/float: New file.
35702         * modules/isnanl (Dependencies): Add float.
35703         * modules/isnanl-nolibm (Dependencies): Likewise.
35704         * modules/mathl (Dependencies): Likewise.
35705         * modules/printf-frexpl (Dependencies): Likewise.
35706         * modules/signbit (Dependencies): Likewise.
35707         * modules/vasnprintf (Dependencies): Likewise.
35708         * doc/headers/float.texi: Update.
35709
35710 2007-05-19  Jim Meyering  <jim@meyering.net>
35711
35712         * lib/utimens.c (gl_futimens): Rename from futimens,
35713         now that glibc-2.6 declares futimens.
35714         * lib/utimens.h: Likewise.
35715
35716 2007-05-19  Bruno Haible  <bruno@clisp.org>
35717
35718         Avoid test failures on mingw.
35719         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
35720         * tests/test-printf-posix.sh: Likewise.
35721         * tests/test-vfprintf-posix.sh: Likewise.
35722         * tests/test-vprintf-posix.sh: Likewise.
35723
35724 2007-05-19  Bruno Haible  <bruno@clisp.org>
35725
35726         Fix *printf result for NaN, Inf, -0.0 on mingw.
35727         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
35728         * lib/vasnprintf.c: Include math.h and isnan.h.
35729         (is_infinite_or_zero): New function.
35730         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
35731         values in the %f, %F, %e, %E, %g, %G directives.
35732         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
35733         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
35734         gl_PRINTF_INFINITE and test its result. Invoke
35735         gl_PREREQ_VASNPRINTF_INFINITE.
35736         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
35737         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35738         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35739         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35740         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35741         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35742         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35743         * doc/functions/fprintf.texi: Update.
35744         * doc/functions/printf.texi: Update.
35745         * doc/functions/snprintf.texi: Update.
35746         * doc/functions/sprintf.texi: Update.
35747         * doc/functions/vfprintf.texi: Update.
35748         * doc/functions/vprintf.texi: Update.
35749         * doc/functions/vsnprintf.texi: Update.
35750         * doc/functions/vsprintf.texi: Update.
35751
35752 2007-05-19  Bruno Haible  <bruno@clisp.org>
35753
35754         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
35755         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
35756         Instead of multiplying with 10^k, set extra_zeroes to k.
35757         (scale10_round_long_double): Remove function.
35758
35759 2007-05-18  Bruno Haible  <bruno@clisp.org>
35760
35761         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
35762         introduced on 2007-05-06.
35763
35764 2007-05-18  Bruno Haible  <bruno@clisp.org>
35765
35766         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
35767         %g directives.
35768         * tests/test-vasprintf-posix.c (test_function): Likewise.
35769         * tests/test-snprintf-posix.h (test_function): Likewise.
35770         * tests/test-sprintf-posix.h (test_function): Likewise.
35771
35772 2007-05-18  Bruno Haible  <bruno@clisp.org>
35773
35774         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
35775         (strmatch): New function.
35776         (test_function): Test the %f directive on numbers of various exponents.
35777         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
35778         (strmatch): New function.
35779         (test_function): Test the %f directive on numbers of various exponents.
35780         * tests/test-snprintf-posix.h (strmatch): New function.
35781         (test_function): Test the %f directive on numbers of various exponents.
35782         * tests/test-sprintf-posix.h (strmatch): New function.
35783         (test_function): Test the %f directive on numbers of various exponents.
35784         * tests/test-snprintf-posix.c (SIZEOF): New macro.
35785         * tests/test-sprintf-posix.c (SIZEOF): New macro.
35786         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
35787         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
35788
35789 2007-05-18  Bruno Haible  <bruno@clisp.org>
35790
35791         Add support for 'long double' number output.
35792         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
35793         * lib/vasnprintf.c: Include math.h and float+.h.
35794         (mp_limb_t): New type.
35795         (GMP_LIMB_BITS): New macro.
35796         (mp_twolimb_t): New type.
35797         (GMP_TWOLIMB_BITS): New macro.
35798         (mpn_t): New type.
35799         (multiply, divide, convert_to_decimal, decode_long_double,
35800         scale10_round_long_double, scale10_round_decimal_long_double,
35801         floorlog10l): New functions.
35802         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
35803         for the %f, %F, %e, %E, %g, %G directives.
35804         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
35805         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
35806         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
35807         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
35808         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
35809         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35810         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35811         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35812         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35813         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35814         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35815         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
35816         * modules/snprintf-posix (Depends-on): Likewise.
35817         * modules/sprintf-posix (Depends-on): Likewise.
35818         * modules/vasnprintf-posix (Depends-on): Likewise.
35819         * modules/vasprintf-posix (Depends-on): Likewise.
35820         * modules/vfprintf-posix (Depends-on): Likewise.
35821         * modules/vsnprintf-posix (Depends-on): Likewise.
35822         * modules/vsprintf-posix (Depends-on): Likewise.
35823         * modules/vasnprintf (Files): Add lib/float+.h.
35824         * doc/functions/fprintf.texi: Update.
35825         * doc/functions/printf.texi: Update.
35826         * doc/functions/snprintf.texi: Update.
35827         * doc/functions/sprintf.texi: Update.
35828         * doc/functions/vfprintf.texi: Update.
35829         * doc/functions/vprintf.texi: Update.
35830         * doc/functions/vsnprintf.texi: Update.
35831         * doc/functions/vsprintf.texi: Update.
35832
35833 2007-05-18  Bruno Haible  <bruno@clisp.org>
35834
35835         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
35836
35837 2007-05-18  Bruno Haible  <bruno@clisp.org>
35838
35839         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
35840         for printing 64-bit integers. Needed for mingw.
35841
35842 2007-05-18  Bruno Haible  <bruno@clisp.org>
35843
35844         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
35845         gl_FUNC_FREXPL_WORKS.
35846         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
35847
35848 2007-05-18  Bruno Haible  <bruno@clisp.org>
35849
35850         * modules/frexpl-nolibm-tests: New file.
35851
35852         * modules/frexpl-nolibm: New file.
35853         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
35854
35855 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
35856
35857         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
35858         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
35859         GCC 4.2, which otherwise issues a lot of warnings.
35860         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
35861         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
35862         Likewise.
35863         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
35864         * modules/iconv_open (iconv.h): Likewise.
35865         * modules/locale (locale.h): Likewise.
35866         * modules/netinet_in (netinet/in.h): Likewise.
35867         * modules/sys_select (sys_select.h): Likewise.
35868         * modules/sys_socket (sys/socket.h): Likewise.
35869         * modules/sys_stat (sys/stat.h): Likewise.
35870         * modules/sysexits (sysexits.h): Likewise.
35871         * modules/unistd (unistd.h): Likewise.
35872
35873 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35874
35875         * modules/closein-tests (Makefile.am): Distribute
35876         `test-closein.sh'.
35877
35878 2007-05-17  Bruno Haible  <bruno@clisp.org>
35879
35880         * tests/test-printf-posix.output: Renamed from
35881         tests/test-fprintf-posix.out.
35882         * modules/fprintf-posix-tests: Update.
35883         * modules/printf-posix-tests: Update.
35884         * modules/vfprintf-posix-tests: Update.
35885         * modules/vprintf-posix-tests: Update.
35886         * tests/test-fprintf-posix.sh: Update.
35887         * tests/test-printf-posix.sh: Update.
35888         * tests/test-vfprintf-posix.sh: Update.
35889         * tests/test-vprintf-posix.sh: Update.
35890         Reported by Ralf Wildenhues.
35891
35892 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
35893
35894         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
35895         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
35896         GCC 4.2, which otherwise issues a lot of warnings.
35897         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
35898         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
35899         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
35900         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
35901         it should no longer be needed.
35902         * lib/string_.h: Likewise.
35903         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
35904         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
35905         * modules/inttypes (inttypes.h): Likewise.
35906         * modules/math (math.h): Likewise.
35907         * modules/search (search.h): Likewise.
35908         * modules/signal (signal.h): Likewise.
35909         * modules/stdint (stdint.h): Likewise.
35910         * modules/stdio (stdio.h): Likewise.
35911         * modules/stdlib (stdlib.h): Likewise.
35912         * modules/string (string.h): Likewise.
35913         * modules/sys_time (sys/time.h): Likewise.
35914         * modules/time (time.h): Likewise.
35915         * modules/wchar (wchar.h): Likewise.
35916         * modules/wctype (wtype.h): Likewise.
35917
35918 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
35919
35920         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
35921
35922 2007-05-13  Bruno Haible  <bruno@clisp.org>
35923
35924         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
35925         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
35926         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
35927         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
35928         (gl_PREREQ_STRTOK_R): Don't require it here.
35929
35930 2007-05-13  Bruno Haible  <bruno@clisp.org>
35931
35932         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
35933         when used in C++ mode.
35934
35935 2007-05-12  Bruno Haible  <bruno@clisp.org>
35936
35937         * lib/linebuffer.h: Tweak doc.
35938         * lib/linebuffer.c: Likewise.
35939
35940 2007-05-12  James Youngman  <jay@gnu.org>
35941
35942         * lib/linebuffer.c (readlinebuffer_delim): New function,
35943         like readlinebuffer, but use a caller-specified delimiter.
35944         (readlinebuffer): Just call readlinebuffer_delim with '\n'
35945         as the delimiter.
35946         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
35947
35948 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
35949
35950         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
35951         * modules/openat (Files): Remove openat-die.c.
35952         (Depends-on): Add openat-die.
35953         * modules/openat-die: New module.
35954
35955 2007-05-06  Bruno Haible  <bruno@clisp.org>
35956
35957         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
35958         Update with info about Cygwin.
35959         * doc/functions/fprintf.texi: Update.
35960         * doc/functions/printf.texi: Update.
35961         * doc/functions/snprintf.texi: Update.
35962         * doc/functions/sprintf.texi: Update.
35963         * doc/functions/vfprintf.texi: Update.
35964         * doc/functions/vprintf.texi: Update.
35965         * doc/functions/vsnprintf.texi: Update.
35966         * doc/functions/vsprintf.texi: Update.
35967         Reported by Eric Blake.
35968
35969 2007-05-06  Bruno Haible  <bruno@clisp.org>
35970
35971         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
35972         padding ourselves for the floating-point directives.
35973         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
35974         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
35975         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
35976         gl_PRINTF_FLAG_ZERO and test its result. Invoke
35977         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
35978         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35979         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
35980         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35981         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35982         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35983         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35984         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35985         * tests/test-snprintf-posix.h (test_function): Also check the width
35986         and some flags in the %f directive.
35987         * tests/test-sprintf-posix.h (test_function): Likewise.
35988         * tests/test-vasnprintf-posix.c (test_function): Likewise.
35989         * tests/test-vasprintf-posix.c (test_function): Likewise.
35990         * doc/functions/fprintf.texi: Update.
35991         * doc/functions/printf.texi: Update.
35992         * doc/functions/snprintf.texi: Update.
35993         * doc/functions/sprintf.texi: Update.
35994         * doc/functions/vfprintf.texi: Update.
35995         * doc/functions/vprintf.texi: Update.
35996         * doc/functions/vsnprintf.texi: Update.
35997         * doc/functions/vsprintf.texi: Update.
35998
35999 2007-05-06  Bruno Haible  <bruno@clisp.org>
36000
36001         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
36002         pass the ' flag character to sprintf or snprintf.
36003         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
36004         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
36005         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
36006         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
36007         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
36008         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
36009         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
36010         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
36011         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
36012         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
36013         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
36014         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
36015         * tests/test-snprintf-posix.h (test_function): Also check the grouping
36016         flag.
36017         * tests/test-sprintf-posix.h (test_function): Likewise.
36018         * tests/test-vasnprintf-posix.c (test_function): Likewise.
36019         * tests/test-vasprintf-posix.c (test_function): Likewise.
36020         * doc/functions/fprintf.texi: Update.
36021         * doc/functions/printf.texi: Update.
36022         * doc/functions/snprintf.texi: Update.
36023         * doc/functions/sprintf.texi: Update.
36024         * doc/functions/vfprintf.texi: Update.
36025         * doc/functions/vprintf.texi: Update.
36026         * doc/functions/vsnprintf.texi: Update.
36027         * doc/functions/vsprintf.texi: Update.
36028
36029 2007-05-01  Bruno Haible  <bruno@clisp.org>
36030
36031         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
36032
36033 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
36034
36035         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
36036         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
36037
36038 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
36039
36040         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
36041         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
36042         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
36043
36044 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
36045
36046         * lib/argp-help.c (struct hol_entry): New member `ord'.
36047         (HOL_ENTRY_PTRCMP): Use ord for comparison
36048         (hol_sort): Initialize ord.
36049
36050 2007-05-01  Bruno Haible  <bruno@clisp.org>
36051
36052         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
36053         Reported by Eric Blake.
36054         * doc/gnulib.texi (Function Substitutes): Update.
36055
36056 2007-05-01  Bruno Haible  <bruno@clisp.org>
36057
36058         * doc/functions.texi: Remove file, now redundant through
36059         doc/functions/*.texi.
36060
36061 2007-05-01  Bruno Haible  <bruno@clisp.org>
36062
36063         * modules/argp (Depends-on): Add sleep.
36064
36065 2007-05-01  Bruno Haible  <bruno@clisp.org>
36066
36067         * modules/sleep-tests: New file.
36068         * tests/test-sleep.c: New file.
36069
36070         * modules/sleep: New file.
36071         * lib/sleep.c: New file.
36072         * m4/sleep.m4: New file.
36073         * lib/unistd_.h (sleep): New declaration.
36074         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
36075         HAVE_SLEEP.
36076         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
36077         * doc/functions/sleep.texi: Document the sleep module.
36078
36079 2007-05-01  Bruno Haible  <bruno@clisp.org>
36080
36081         * lib/sigprocmask.h: Remove file.
36082         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
36083         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
36084         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
36085         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
36086         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
36087         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
36088         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
36089         HAVE_SIGSET_T as a shell variable.
36090         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
36091         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
36092         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
36093         (Depends-on): Add signal. Remove verify.
36094         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
36095         (Include): Mention <signal.h> instead of sigprocmask.h.
36096         * NEWS: Mention the change.
36097         * lib/fatal-signal.c: Don't include sigprocmask.h.
36098
36099 2007-05-01  Bruno Haible  <bruno@clisp.org>
36100
36101         * modules/signal: New file.
36102         * lib/signal_.h: New file.
36103         * m4/signal_h.m4: New file.
36104
36105 2007-05-01  Bruno Haible  <bruno@clisp.org>
36106
36107         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
36108         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
36109         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
36110         HAVE_WCTYPE_CTMP_BUG into wctype.h.
36111
36112 2007-05-01  Bruno Haible  <bruno@clisp.org>
36113
36114         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
36115         configure time.
36116         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
36117         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
36118         * modules/sys_stat (Makefile.am): Substitute their values into
36119         sys/stat.h.
36120
36121 2007-05-01  Bruno Haible  <bruno@clisp.org>
36122
36123         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
36124         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
36125         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
36126
36127 2007-05-01  Bruno Haible  <bruno@clisp.org>
36128
36129         * doc/header/assert.texi: Undo last change: don't mention the gnulib
36130         'assert' module here.
36131
36132 2007-05-01  Bruno Haible  <bruno@clisp.org>
36133
36134         * doc/functions/*.texi: New files.
36135         * doc/functions/google-ranking.txt: New file.
36136         * doc/gnulib.texi (Function Substitutes): New chapter.
36137         (ctime, inet_ntoa): Remove sections.
36138         * doc/ctime.texi: Remove file.
36139         * doc/inet_ntoa.texi: Remove file.
36140         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
36141         dependencies.
36142         (%.info): New rule, specifying a --reference-limit.
36143
36144 2007-05-01  Bruno Haible  <bruno@clisp.org>
36145
36146         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
36147
36148 2007-05-01  Bruno Haible  <bruno@clisp.org>
36149
36150         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
36151         the portability of 'mkdir' to mingw systems.
36152
36153 2007-05-01  Bruno Haible  <bruno@clisp.org>
36154
36155         * doc/headers/google-ranking.txt: New file.
36156
36157 2007-04-30  Eric Blake  <ebb9@byu.net>
36158
36159         Prefer fseeko to fseek.
36160         * modules/getpass (Depends-on): Add fseeko.
36161         * lib/getpass.c (getpass): Use fseeko, not fseek.
36162
36163 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
36164
36165         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
36166         assumes the sorting is stable, while most qsort implementations
36167         are not.  Use argument addresses to ensure they never compare as
36168         equal.
36169
36170         * tests/test-argp-2.sh (usage-indent test): Fix output
36171         (func_compare): Restore diff options
36172         * tests/test-argp.c: Restore #include "progname.h"
36173
36174 2007-04-29  Bruno Haible  <bruno@clisp.org>
36175
36176         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
36177         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
36178         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
36179         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
36180         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
36181         (configure.ac): Define CHECK_SNPRINTF_POSIX.
36182         (TESTS, check_PROGRAMS): Add test-snprintf.
36183         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
36184         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
36185         (TESTS, check_PROGRAMS): Add test-vsnprintf.
36186         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
36187         assertions that fail on HP-UX, OSF/1, or IRIX.
36188         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
36189
36190 2007-04-29  Bruno Haible  <bruno@clisp.org>
36191
36192         * MODULES.html.sh (posix_functions): Remove 'contents'.
36193
36194 2007-04-29  Karl Berry  <karl@gnu.org>
36195
36196         * config/srclist.txt (gendocs_template_min): new entry.
36197
36198 2007-04-29  Bruno Haible  <bruno@clisp.org>
36199
36200         Work around fpurge bug on BSD systems.
36201         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
36202         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
36203         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
36204         fpurge to rpl_fpurge if the system already has this function.
36205         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
36206         the case where the system already has this function. Correct invariants
36207         on BSD systems.
36208         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
36209         BSD systems.
36210
36211 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
36212
36213         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
36214         proposed by Sven Verdoolaege.
36215
36216         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
36217         options.
36218         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
36219         (usage and help tests): Update
36220
36221 2007-04-29  Bruno Haible  <bruno@clisp.org>
36222
36223         * tests/test-fflush.c (main): Use a file of size 17, not 10.
36224         Print more information in case of failure. Disable a test on BeOS.
36225
36226 2007-04-29  Bruno Haible  <bruno@clisp.org>
36227
36228         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
36229         This helps debugging on systems on which no gdb is available.
36230
36231 2007-04-29  Bruno Haible  <bruno@clisp.org>
36232
36233         * lib/freading.h: Improve comments.
36234         * lib/fwriting.h: Likewise.
36235         * tests/test-freading.c (main): Don't check freading immediately after
36236         repositioning. Needed for glibc.
36237
36238 2007-04-29  Bruno Haible  <bruno@clisp.org>
36239
36240         * lib/freading.c (freading): Trivial simplification.
36241
36242 2007-04-28  Bruno Haible  <bruno@clisp.org>
36243
36244         * tests/test-fwriting.c (main): Also test the interaction between
36245         fflush and fwriting.
36246         * modules/fwriting-tests (Depends-on): Add fflush.
36247
36248         * tests/test-freading.c (main): Also test the interaction between
36249         fflush and freading.
36250         * modules/freading-tests (Depends-on): Add fflush.
36251
36252 2007-04-28  Bruno Haible  <bruno@clisp.org>
36253
36254         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
36255         fseeko and ftello.
36256         Suggested by Eric Blake.
36257
36258 2007-04-28  Jim Meyering  <jim@meyering.net>
36259
36260         Avoid false-negative in gl_STDINT_H's C99 conformance test.
36261         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
36262         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
36263
36264 2007-04-27  Eric Blake  <ebb9@byu.net>
36265
36266         * doc/headers/assert.texi (assert.h): Document assert module use.
36267
36268 2007-04-27  Bruno Haible  <bruno@clisp.org>
36269
36270         * doc/headers/*.texi: New files.
36271         * doc/gnulib.texi (Header File Substitutes): New chapter.
36272         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
36273         dependencies.
36274         (standards.info ,standards.html, standards.dvi): Update dependencies.
36275         (mostlyclean, clean): New targets.
36276
36277 2007-04-27  Bruno Haible  <bruno@clisp.org>
36278
36279         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
36280         * modules/sysexits (Files, Makefile.am): Update.
36281
36282         * lib/sys_socket_.h: Renamed from lib/socket_.h.
36283         * modules/sys_socket (Files, Makefile.am): Update.
36284
36285         * lib/sys_stat_.h: Renamed from lib/stat_.h.
36286         * modules/sys_stat (Files, Makefile.am): Update.
36287
36288 2007-04-27  Eric Blake  <ebb9@byu.net>
36289
36290         * lib/freading.h: Improve comments.
36291         * lib/fwriting.h: Likewise.
36292         * lib/fflush.c: Likewise.
36293
36294         Fix closein for mingw.
36295         * modules/closein-tests: Add tests for closein.
36296         * tests/test-closein.c: New file.
36297         * tests/test-closein.sh: Likewise.
36298         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
36299         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
36300
36301 2007-04-27  Bruno Haible  <bruno@clisp.org>
36302
36303         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
36304         version is < 6.
36305         * lib/math_.h [__DECC]: Likewise.
36306         * lib/stdio_.h [__DECC]: Likewise.
36307         * lib/stdlib_.h [__DECC]: Likewise.
36308         * lib/string_.h [__DECC]: Likewise.
36309         * lib/time_.h [__DECC]: Likewise.
36310         * lib/wchar_.h [__DECC]: Likewise.
36311         * lib/wctype_.h [__DECC]: Likewise.
36312
36313 2007-04-27  Bruno Haible  <bruno@clisp.org>
36314
36315         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
36316
36317 2007-04-27  Bruno Haible  <bruno@clisp.org>
36318
36319         * lib/fflush.c: Add comments.
36320         * modules/fpurge-tests (Depends-on): Add fflush.
36321         * modules/freadable-tests (Depends-on): Likewise.
36322         * modules/fwritable-tests (Depends-on): Likewise.
36323
36324 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
36325
36326         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
36327         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
36328         Report by Bruno Haible <bruno@clisp.org>.
36329
36330 2007-04-26  Eric Blake  <ebb9@byu.net>
36331
36332         Fix fflush on mingw.
36333         * modules/fflush (Depends-on): Add freading.
36334         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
36335         but unread data.
36336
36337 2007-04-26  Eric Blake  <ebb9@byu.net>
36338         and Bruno Haible  <bruno@clisp.org>
36339
36340         Implement freading and fwriting.
36341         * lib/freading.c: New file.
36342         * lib/freading.h: Likewise.
36343         * m4/freading.m4: Likewise.
36344         * modules/freading: Likewise.
36345         * modules/freading-tests: Likewise.
36346         * tests/test-freading.c: Likewise.
36347         * lib/fwriting.c: New file.
36348         * lib/fwriting.h: Likewise.
36349         * m4/fwriting.m4: Likewise.
36350         * modules/fwriting: Likewise.
36351         * modules/fwriting-tests: Likewise.
36352         * tests/test-fwriting.c: Likewise.
36353         * MODULES.html.sh (File stream based Input/Output): Mention them.
36354
36355 2007-04-26  Bruno Haible  <bruno@clisp.org>
36356
36357         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
36358         'long' when we assume it.
36359         Suggested by Eric Blake.
36360
36361 2007-04-26  Bruno Haible  <bruno@clisp.org>
36362
36363         Ensure fseeko, ftello are declared on glibc systems.
36364         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
36365         * modules/fseeko (configure.ac-early): Likewise.
36366         * modules/ftello (configure.ac-early): Likewise.
36367         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
36368         AC_FUNC_FSEEKO for this.
36369         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
36370         (gl_CHECK_FSEEKO): Remove macro.
36371
36372 2007-04-26  Bruno Haible  <bruno@clisp.org>
36373
36374         * tests/test-fflush.c (main): Also check the ftell result after
36375         fflush and fseek/fseeko.
36376         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
36377         file descriptor position cache in the stream.
36378         * lib/fseeko.c (rpl_fseeko): Likewise.
36379
36380 2007-04-26  Bruno Haible  <bruno@clisp.org>
36381
36382         * modules/fflush-tests (Depends-on): Add fseeko.
36383
36384 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
36385             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36386
36387         * lib/argz_.h: ensure error_t definition is obtained in same
36388         mechanism system argz.h would have.
36389         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
36390         argz facilities are known bad.  Err on the side of caution if
36391         cross-compiling.
36392
36393 2007-04-25  Eric Blake  <ebb9@byu.net>
36394
36395         * lib/fpurge.c (includes): Use stdlib.h for free.
36396         * tests/test-fflush.c (main): Also test fflush-fseeko.
36397
36398 2007-04-25  Bruno Haible  <bruno@clisp.org>
36399
36400         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
36401         * lib/fseeko.c: New file.
36402         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
36403         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
36404         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
36405         gl_FUNC_FSEEKO.
36406         (gl_FUNC_FSEEKO): Invoke it.
36407         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
36408         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
36409         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
36410
36411 2007-04-25  Bruno Haible  <bruno@clisp.org>
36412
36413         * modules/fflush (Depends-on): Add ftello.
36414
36415 2007-04-25  Bruno Haible  <bruno@clisp.org>
36416
36417         * modules/ftello-tests: New file.
36418         * tests/test-ftello.c: New file.
36419
36420         * modules/ftello: New file.
36421         * m4/ftello.m4: New file.
36422         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
36423         HAVE_FTELLO.
36424         * lib/stdio_.h (ftello): New declaration.
36425         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
36426         HAVE_FTELLO.
36427
36428 2007-04-25  Bruno Haible  <bruno@clisp.org>
36429
36430         * modules/fseeko-tests: New file.
36431         * tests/test-fseeko.c: New file.
36432
36433         * modules/fseeko: New file.
36434         * m4/fseeko.m4: New file.
36435         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
36436         HAVE_FSEEKO.
36437         * lib/stdio_.h (fseeko): New declaration.
36438         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
36439         HAVE_FSEEKO.
36440
36441 2007-04-25  Bruno Haible  <bruno@clisp.org>
36442
36443         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
36444
36445 2007-04-25  Bruno Haible  <bruno@clisp.org>
36446
36447         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
36448         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
36449         * tests/test-unistd.c: Likewise.
36450         * tests/test-fcntl.c: Likewise.
36451
36452 2007-04-23  Eric Blake  <ebb9@byu.net>
36453
36454         * lib/fflush.c: Fix missing include.
36455         Reported by Bruno Haible.
36456
36457 2007-04-23  Bruno Haible  <bruno@clisp.org>
36458
36459         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
36460         Reported by Eric Blake.
36461
36462 2007-04-23  Bruno Haible  <bruno@clisp.org>
36463
36464         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
36465
36466 2007-04-23  Bruno Haible  <bruno@clisp.org>
36467
36468         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
36469
36470 2007-04-23  Bruno Haible  <bruno@clisp.org>
36471
36472         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
36473         Needed on HP-UX 11.
36474
36475 2007-04-16  Eric Blake  <ebb9@byu.net>
36476
36477         Make fflush rely on fpurge.
36478         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
36479         open coding all variants.
36480         * modules/fflush (Depends-on): Add fpurge and unistd.
36481         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
36482         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
36483
36484         Fix --with-tests compilation on cygwin.
36485         * modules/argmatch-tests (Makefile.am): List gnulib library first
36486         in LDADD.
36487         * modules/argp-tests (Makefile.am): Likewise.
36488         * modules/array-list-tests (Makefile.am): Likewise.
36489         * modules/array-oset-tests (Makefile.am): Likewise.
36490         * modules/avltree-list-tests (Makefile.am): Likewise.
36491         * modules/avltree-oset-tests (Makefile.am): Likewise.
36492         * modules/avltreehash-list-tests (Makefile.am): Likewise.
36493         * modules/carray-list-tests (Makefile.am): Likewise.
36494         * modules/dirname-tests (Makefile.am): Likewise.
36495         * modules/frexp-tests (Makefile.am): Likewise.
36496         * modules/isnanl-tests (Makefile.am): Likewise.
36497         * modules/linked-list-tests (Makefile.am): Likewise.
36498         * modules/linkedhash-list-tests (Makefile.am): Likewise.
36499         * modules/lock-tests (Makefile.am): Likewise.
36500         * modules/rbtree-list-tests (Makefile.am): Likewise.
36501         * modules/rbtree-oset-tests (Makefile.am): Likewise.
36502         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
36503         * modules/tls-tests (Makefile.am): Likewise.
36504         * modules/tsearch-tests (Makefile.am): Likewise.
36505         * modules/xvasprintf-tests (Makefile.am): Likewise.
36506
36507         Fix fpurge for cygwin.
36508         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
36509         value.
36510         * modules/fpurge-tests (Depends-on): Clean up trash.
36511
36512 2007-04-16  Simon Josefsson  <simon@josefsson.org>
36513
36514         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
36515
36516         * m4/autobuild.m4: Re-indent.
36517
36518 2007-04-13  Bruno Haible  <bruno@clisp.org>
36519
36520         * modules/fpurge-tests: New file.
36521         * tests/test-fpurge.c: New file.
36522
36523         * modules/fpurge: New file.
36524         * lib/fpurge.h: New file.
36525         * lib/fpurge.c: New file.
36526         * m4/fpurge.m4: New file.
36527
36528 2007-04-13  Bruno Haible  <bruno@clisp.org>
36529
36530         * modules/fbufmode-tests: New file.
36531         * tests/test-fbufmode.c: New file.
36532
36533         * modules/fbufmode: New file.
36534         * lib/fbufmode.h: New file.
36535         * lib/fbufmode.c: New file.
36536         * m4/fbufmode.m4: New file.
36537
36538 2007-04-13  Bruno Haible  <bruno@clisp.org>
36539
36540         * modules/fwritable-tests: New file.
36541         * tests/test-fwritable.c: New file.
36542
36543         * modules/fwritable: New file.
36544         * lib/fwritable.h: New file.
36545         * lib/fwritable.c: New file.
36546         * m4/fwritable.m4: New file.
36547
36548 2007-04-13  Bruno Haible  <bruno@clisp.org>
36549
36550         * modules/freadable-tests: New file.
36551         * tests/test-freadable.c: New file.
36552
36553         * modules/freadable: New file.
36554         * lib/freadable.h: New file.
36555         * lib/freadable.c: New file.
36556         * m4/freadable.m4: New file.
36557
36558 2007-04-13  Bruno Haible  <bruno@clisp.org>
36559
36560         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
36561         MOSTLYCLEANFILES.
36562
36563 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
36564
36565         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
36566         gzip bootstrap.conf to avoid dragging in i18n machinery.
36567         (gnulib_tool_option): Use it.
36568
36569 2007-04-13  Bruno Haible  <bruno@clisp.org>
36570
36571         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
36572         %F directives.
36573         * tests/test-vasprintf-posix.c (test_function): Likewise.
36574         * tests/test-snprintf-posix.h (test_function): Likewise.
36575         * tests/test-sprintf-posix.h (test_function): Likewise.
36576         * tests/test-fprintf-posix.h (test_function): Likewise.
36577         * tests/test-printf-posix.h (test_function): Likewise.
36578         * tests/test-fprintf-posix.out: Likewise.
36579
36580 2007-04-13  Bruno Haible  <bruno@clisp.org>
36581
36582         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
36583         * modules/tls-tests (configure.ac): Likewise.
36584         Reported by Arto C. Nirkko <anirkko@insel.ch>.
36585
36586 2007-04-13  Bruno Haible  <bruno@clisp.org>
36587
36588         * lib/tls.c (glthread_tls_get): Fix return type.
36589         Patch by Arto C. Nirkko <anirkko@insel.ch>.
36590
36591 2007-04-12  Eric Blake  <ebb9@byu.net>
36592
36593         * modules/gettime (Depends-on): Remove gettime.
36594         Reported by Dmitry V. Levin.
36595
36596 2007-04-12  Bruno Haible  <bruno@clisp.org>
36597
36598         * modules/fflush (Include): Mention <stdio.h>.
36599         * modules/strtoimax (Include): Mention <inttypes.h>.
36600         * modules/strtoumax (Include): Likewise.
36601
36602 2007-04-12  Eric Blake  <ebb9@byu.net>
36603
36604         * .cvsignore: New file.
36605         * .gitignore: Likewise.
36606
36607 2007-04-12  Bruno Haible  <bruno@clisp.org>
36608
36609         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
36610         not before, since $(LDADD) often contains libgnu.a.
36611         * modules/striconv-tests (test_striconv_LDADD): Likewise.
36612         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
36613         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
36614         Needed on Cygwin.
36615
36616 2007-04-12  Eric Blake  <ebb9@byu.net>
36617
36618         Work around glibc's failure to flush stdin on fclose.
36619         * lib/closein.c (close_stdin): Flush stdin before closing.
36620
36621         Work around glibc's failure to reset seekable stdin on exit.
36622         * modules/closein: New module.
36623         * lib/closein.c: New file.
36624         * lib/closein.h: Likewise.
36625         * m4/closein.m4: Likewise.
36626         * MODULES.html.sh (File stream based Input/Output): Document it.
36627
36628 2007-04-12  Simon Josefsson  <simon@josefsson.org>
36629
36630         * gnulib-tool: Rename generated 'autobuild' script to
36631         'do-autobuild' in --create-megatestdir output.
36632
36633         * doc/gnulib.texi (Build robot for gnulib): Fix.
36634
36635 2007-04-12  Simon Josefsson  <simon@josefsson.org>
36636
36637         * modules/sysexits (Depends-on): Add absolute-header.
36638
36639 2007-04-12  Eric Blake  <ebb9@byu.net>
36640
36641         No need to preserve errno on success.
36642         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
36643         Reported by Bruno Haible.
36644
36645 2007-04-12  Simon Josefsson  <simon@josefsson.org>
36646
36647         * MODULES.html.sh (Support for maintaining and releasing
36648         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
36649
36650 2007-04-12  Simon Josefsson  <simon@josefsson.org>
36651
36652         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
36653
36654 2007-04-12  Simon Josefsson  <simon@josefsson.org>
36655
36656         * modules/autobuild: New module.
36657
36658         * m4/autobuild.m4: New file.
36659
36660 2007-04-11  Bruno Haible  <bruno@clisp.org>
36661
36662         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
36663         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
36664         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
36665         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
36666         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
36667         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36668         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36669         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
36670         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36671         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36672         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
36673         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36674         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36675         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
36676         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36677         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36678         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
36679         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36680         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36681         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
36682         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36683         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36684         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
36685         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36686         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36687         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
36688         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36689         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36690         Reported by Eric Blake.
36691
36692 2007-04-11  Bruno Haible  <bruno@clisp.org>
36693
36694         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
36695
36696 2007-04-10  Bruno Haible  <bruno@clisp.org>
36697
36698         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
36699         for NaN and Infinity. Needed on FreeBSD 6.1.
36700         * tests/test-vasnprintf-posix.c (test_function): Undo last change
36701         regarding results for "%010a" of Infinity and NaN.
36702         * tests/test-vasprintf-posix.c (test_function): Likewise.
36703         * tests/test-snprintf-posix.h (test_function): Likewise.
36704         * tests/test-sprintf-posix.h (test_function): Likewise.
36705         * tests/test-fprintf-posix.h (test_function): Likewise.
36706         * tests/test-printf-posix.h (test_function): Likewise.
36707         * tests/test-fprintf-posix.out: Likewise.
36708
36709 2007-04-10  Bruno Haible  <bruno@clisp.org>
36710
36711         * modules/locale-tests: New file.
36712         * tests/test-locale.c: New file.
36713
36714         * modules/locale: New file.
36715         * lib/locale_.h: New file.
36716         * m4/locale_h.m4: New file.
36717
36718 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
36719             Bruno Haible  <bruno@clisp.org>
36720
36721         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
36722         be determined, test for availability of the copysignf, copysign,
36723         copysignl functions.
36724         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
36725         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
36726         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
36727
36728 2007-04-09  Eric Blake  <ebb9@byu.net>
36729
36730         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
36731         * modules/stdio (Makefile.am): Support fflush.
36732         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
36733         * modules/fflush: New file.
36734         * lib/fflush.c: Likewise.
36735         * m4/fflush.m4: Likewise.
36736         * modules/fflush-tests: New test.
36737         * tests/test-fflush.c: Likewise.
36738         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
36739
36740 2007-04-06  Bruno Haible  <bruno@clisp.org>
36741
36742         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
36743         (VASNPRINTF): Use signbit for faster determination whether to print a
36744         minus sign.
36745         * modules/vasnprintf (Files): Remove lib/float+.h.
36746         * modules/fprintf-posix (Depends-on): Add signbit.
36747         * modules/snprintf-posix (Depends-on): Likewise.
36748         * modules/sprintf-posix (Depends-on): Likewise.
36749         * modules/vasnprintf-posix (Depends-on): Likewise.
36750         * modules/vasprintf-posix (Depends-on): Likewise.
36751         * modules/vfprintf-posix (Depends-on): Likewise.
36752         * modules/vsnprintf-posix (Depends-on): Likewise.
36753         * modules/vsprintf-posix (Depends-on): Likewise.
36754
36755 2007-04-06  Bruno Haible  <bruno@clisp.org>
36756
36757         * tests/test-frexp.c (main): Test also the sign bit of zero results.
36758         * tests/test-frexpl.c (main): Likewise.
36759         * tests/test-ldexpl.c (main): Likewise.
36760         * modules/frexp-tests (Depends-on): Add signbit.
36761         * modules/frexpl-tests (Depdends-on): Likewise.
36762         * modules/ldexpl-tests (Depdends-on): Likewise.
36763
36764 2007-04-06  Bruno Haible  <bruno@clisp.org>
36765
36766         * modules/signbit-tests: New file.
36767         * tests/test-signbit.c: New file.
36768
36769         * modules/signbit: New file.
36770         * lib/signbitf.c: New file.
36771         * lib/signbitd.c: New file.
36772         * lib/signbitl.c: New file.
36773         * m4/signbit.m4: New file.
36774         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
36775         (signbit): New macro.
36776         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
36777         REPLACE_SIGNBIT.
36778         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
36779         REPLACE_FREXPL into math.h.
36780
36781 2007-04-06  Bruno Haible  <bruno@clisp.org>
36782
36783         * modules/isnanf-nolibm-tests: New file.
36784         * tests/test-isnanf.c: New file.
36785
36786         * modules/isnanf-nolibm: New file.
36787         * lib/isnanf.h: New file.
36788         * lib/isnanf.c: New file.
36789         * lib/isnan.c: Consider the USE_FLOAT macro.
36790         * m4/isnanf.m4: New file.
36791
36792 2007-04-06  Bruno Haible  <bruno@clisp.org>
36793
36794         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
36795         (Link): New section.
36796
36797         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
36798
36799 2007-04-06  Bruno Haible  <bruno@clisp.org>
36800
36801         Assume the 'long double' type.
36802         * m4/longdouble.m4: Remove file.
36803         * config/srclist.txt: Don't mention longdouble.m4.
36804         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
36805         * lib/float+.h: Likewise.
36806         * lib/frexp.c: Likewise.
36807         * lib/printf-args.h: Likewise.
36808         * lib/printf-args.c: Likewise.
36809         * lib/printf-frexp.c: Likewise.
36810         * lib/printf-parse.c: Likewise.
36811         * lib/vasnprintf.c: Likewise.
36812         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
36813         * m4/intl.m4: Likewise.
36814         * m4/isnanl.m4: Likewise.
36815         * m4/printf.m4: Likewise.
36816         * m4/printf-frexpl.m4: Likewise.
36817         * m4/vasnprintf.m4: Likewise.
36818         * modules/allocsa (Files): Remove m4/longdouble.m4.
36819         * modules/gettext (Files): Likewise.
36820         * modules/relocatable-prog-wrapper (Files): Likewise.
36821         * modules/vasnprintf (Files): Likewise.
36822         * modules/isnanl (Files): Likewise.
36823         (Include): Simplify.
36824         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
36825         (Include): Simplify.
36826         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
36827         (Include): Simplify.
36828         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
36829         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36830         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
36831         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36832         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
36833         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36834         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
36835         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36836         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
36837         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36838         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
36839         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
36840         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
36841         * tests/test-isnanl.c: Likewise.
36842         * tests/test-snprintf-posix.h: Likewise.
36843         * tests/test-sprintf-posix.h: Likewise.
36844         * tests/test-vasnprintf-posix.c: Likewise.
36845         * tests/test-vasnprintf-posix2.c: Likewise.
36846         * tests/test-vasprintf-posix.c: Likewise.
36847
36848 2007-04-06  Bruno Haible  <bruno@clisp.org>
36849
36850         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
36851         * lib/math_.h [__DECC]: Include the overridden include file through
36852         #include_next, outside the double-inclusion guard.
36853         * lib/stdio_.h [__DECC]: Likewise.
36854         * lib/stdlib_.h [__DECC]: Likewise.
36855         * lib/string_.h [__DECC]: Likewise.
36856         * lib/time_.h [__DECC]: Likewise.
36857         * lib/wchar_.h [__DECC]: Likewise.
36858         * lib/wctype_.h [__DECC]: Likewise.
36859         * lib/inttypes_.h [__DECC]: Likewise.
36860         Reported by Albert Chin <china@thewrittenword.com> in
36861         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
36862
36863 2007-04-04  Eric Blake  <ebb9@byu.net>
36864
36865         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
36866         1.5.x.
36867
36868 2007-04-04  Bruno Haible  <bruno@clisp.org>
36869
36870         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
36871         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
36872
36873 2007-04-04  Bruno Haible  <bruno@clisp.org>
36874
36875         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
36876         results for "%010a" of Infinity and NaN.
36877         * tests/test-vasprintf-posix.c (test_function): Likewise.
36878         * tests/test-snprintf-posix.h (test_function): Likewise.
36879         * tests/test-sprintf-posix.h (test_function): Likewise.
36880         * tests/test-fprintf-posix.h (test_function): Remove these tests.
36881         * tests/test-printf-posix.h (test_function): Likewise.
36882         * tests/test-fprintf-posix.out: Update.
36883         Needed for FreeBSD 6.1.
36884
36885 2007-04-04  Bruno Haible  <bruno@clisp.org>
36886
36887         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
36888         directly used by the gnulib modules nor by gnulib-tool.
36889
36890 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
36891
36892         * DEPENDENCIES: Give overall description of version dependency
36893         desirability.  Use more-typical names for apps.
36894         Add shell, coreutils, diffutils, grep, tar, gzip.
36895
36896 2007-04-04  Simon Josefsson  <simon@josefsson.org>
36897
36898         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
36899
36900 2007-04-04  Karl Berry  <karl@gnu.org>
36901
36902         * MODULES.html.sh (func_module): missing '.
36903
36904 2007-04-03  Bruno Haible  <bruno@clisp.org>
36905
36906         * modules/argmatch-tests (Makefile.am): New variable
36907         test_argmatch_LDADD.
36908         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
36909         * modules/array-list-tests (Makefile.am): New variable
36910         test_array_list_LDADD.
36911         * modules/array-oset-tests (Makefile.am): New variable
36912         test_array_oset_LDADD.
36913         * modules/avltree-list-tests (Makefile.am): New variable
36914         test_avltree_list_LDADD.
36915         * modules/avltree-oset-tests (Makefile.am): New variable
36916         test_avltree_oset_LDADD.
36917         * modules/avltreehash-list-tests (Makefile.am): New variable
36918         test_avltreehash_list_LDADD.
36919         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
36920         test_canonicalize_lgpl_LDADD.
36921         * modules/carray-list-tests (Makefile.am): New variable
36922         test_carray_list_LDADD.
36923         * modules/dirname-tests (Makefile.am): New variable
36924         test_dirname_LDADD.
36925         * modules/linked-list-tests (Makefile.am): New variable
36926         test_linked_list_LDADD.
36927         * modules/linkedhash-list-tests (Makefile.am): New variable
36928         test_linkedhash_list_LDADD.
36929         * modules/rbtree-list-tests (Makefile.am): New variable
36930         test_rbtree_list_LDADD.
36931         * modules/rbtree-oset-tests (Makefile.am): New variable
36932         test_rbtree_oset_LDADD.
36933         * modules/rbtreehash-list-tests (Makefile.am): New variable
36934         test_rbtreehash_list_LDADD.
36935         * modules/xvasprintf-tests (Makefile.am): New variable
36936         test_xvasprintf_LDADD.
36937         Reported by Eric Blake.
36938
36939 2007-04-03  Eric Blake  <ebb9@byu.net>
36940
36941         * DEPENDENCIES: Weaken m4 requirements.
36942
36943 2007-04-03  Bruno Haible  <bruno@clisp.org>
36944
36945         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
36946         * modules/isnanl-tests (configure.ac): Likewise.
36947
36948 2007-04-03  Ben Pfaff  <blp@gnu.org>
36949
36950         * modules/iconv_open: Add $(srcdir)/ to source directory
36951         references in Makefile fragments that call gperf, to fix VPATH
36952         builds.
36953
36954 2007-04-03  Bruno Haible  <bruno@clisp.org>
36955
36956         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
36957         * lib/ldexpl.c: Undo last change.
36958
36959 2007-04-03  Bruno Haible  <bruno@clisp.org>
36960
36961         * modules/printf-frexpl (Depends-on): Undo last change.
36962         (Files): Add m4/ldexpl.m4.
36963
36964 2007-04-03  Bruno Haible  <bruno@clisp.org>
36965
36966         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
36967         * modules/isnanl (Link): New section.
36968
36969         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
36970         * modules/frexp (Link): New section.
36971
36972         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
36973         * modules/frexpl (Link): New section.
36974
36975         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
36976         * modules/ldexpl (Link): New section.
36977
36978 2007-04-03  Bruno Haible  <bruno@clisp.org>
36979
36980         * modules/TEMPLATE-EXTENDED: New file.
36981         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
36982
36983 2007-04-03  Bruno Haible  <bruno@clisp.org>
36984
36985         * DEPENDENCIES: New file.
36986         Suggested by Simon Josefsson.
36987
36988 2007-04-03  Bruno Haible  <bruno@clisp.org>
36989
36990         * doc/gnulib.texi: Escape @.
36991
36992 2007-04-03  James Youngman  <jay@gnu.org>
36993         and Paul Eggert  <eggert@cs.ucla.edu>
36994
36995         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
36996         birthtime on all systems that have birthtime, not just those which
36997         use st_birthtimensec rather than st_birthtim.  Putting zero in
36998         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
36999         that the birth time is not available for files on an NFS mount.
37000
37001 2007-04-03  Simon Josefsson  <simon@josefsson.org>
37002
37003         * modules/memxor: Move back from crypto/, suggested by Bruno.
37004         * modules/crypto/hmac-sha1: Fix memxor dependency.
37005
37006         * modules/crypto/gc: Moved from ../.
37007
37008 2007-04-02  Eric Blake  <ebb9@byu.net>
37009
37010         * lib/ldexpl.c (includes): Avoid libm.
37011
37012         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
37013
37014 2007-04-02  Bruno Haible  <bruno@clisp.org>
37015
37016         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
37017         on IRIX.
37018
37019 2007-04-02  Bruno Haible  <bruno@clisp.org>
37020
37021         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
37022         x86 or x86_64 platforms running MacOS X.
37023         Reported by Ryan Schmidt <@ryandesign.com>.
37024
37025 2007-04-02  Bruno Haible  <bruno@clisp.org>
37026
37027         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
37028         i386.
37029
37030 2007-04-01  Simon Josefsson  <simon@josefsson.org>
37031
37032         * modules/crypto/arcfour: Moved from ../.
37033         * modules/crypto/arcfour-tests: Moved from ../.
37034         * modules/crypto/arctwo: Moved from ../.
37035         * modules/crypto/arctwo-tests: Moved from ../.
37036         * modules/crypto/des: Moved from ../.
37037         * modules/crypto/des-tests: Moved from ../.
37038         * modules/crypto/gc-arcfour: Moved from ../.
37039         * modules/crypto/gc-arcfour-tests: Moved from ../.
37040         * modules/crypto/gc-arctwo: Moved from ../.
37041         * modules/crypto/gc-arctwo-tests: Moved from ../.
37042         * modules/crypto/gc-des: Moved from ../.
37043         * modules/crypto/gc-des-tests: Moved from ../.
37044         * modules/crypto/gc-hmac-md5: Moved from ../.
37045         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
37046         * modules/crypto/gc-hmac-sha1: Moved from ../.
37047         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
37048         * modules/crypto/gc-md2: Moved from ../.
37049         * modules/crypto/gc-md2-tests: Moved from ../.
37050         * modules/crypto/gc-md4: Moved from ../.
37051         * modules/crypto/gc-md4-tests: Moved from ../.
37052         * modules/crypto/gc-md5: Moved from ../.
37053         * modules/crypto/gc-md5-tests: Moved from ../.
37054         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
37055         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
37056         * modules/crypto/gc-random: Moved from ../.
37057         * modules/crypto/gc-rijndael: Moved from ../.
37058         * modules/crypto/gc-rijndael-tests: Moved from ../.
37059         * modules/crypto/gc-sha1: Moved from ../.
37060         * modules/crypto/gc-sha1-tests: Moved from ../.
37061         * modules/crypto/gc-tests: Moved from ../.
37062         * modules/crypto/hmac-md5: Moved from ../.
37063         * modules/crypto/hmac-md5-tests: Moved from ../.
37064         * modules/crypto/hmac-sha1: Moved from ../.
37065         * modules/crypto/hmac-sha1-tests: Moved from ../.
37066         * modules/crypto/md2: Moved from ../.
37067         * modules/crypto/md2-tests: Moved from ../.
37068         * modules/crypto/md4: Moved from ../.
37069         * modules/crypto/md4-tests: Moved from ../.
37070         * modules/crypto/md5: Moved from ../.
37071         * modules/crypto/md5-tests: Moved from ../.
37072         * modules/crypto/memxor: Moved from ../.
37073         * modules/crypto/rijndael: Moved from ../.
37074         * modules/crypto/rijndael-tests: Moved from ../.
37075         * modules/crypto/sha1: Moved from ../.
37076
37077 2007-03-30  James Youngman  <jay@gnu.org>
37078
37079         * tests/test-stat-time.c (prepare_test): use chmod() rather than
37080         rename() to change the ctime of a file (because ctime is unaffected
37081         by rename on jfs2 on AIX 5.1).
37082         (main): Start by doing cleanup, in case a previous run failed leaving
37083         test files behind.
37084
37085 2007-03-31  Bruno Haible  <bruno@clisp.org>
37086
37087         Support old proprietary implementations of iconv.
37088         * modules/iconv_open: New file.
37089         * lib/iconv_.h: New file.
37090         * m4/iconv_h.m4: New file.
37091         * lib/iconv_open.c: New file.
37092         * lib/iconv_open-aix.gperf: New file.
37093         * lib/iconv_open-hpux.gperf: New file.
37094         * lib/iconv_open-irix.gperf: New file.
37095         * lib/iconv_open-osf.gperf: New file.
37096         * m4/iconv_open.m4: New file.
37097         * modules/linebreak (Depends-on): Add iconv_open.
37098         * modules/striconv (Depends-on): Likewise.
37099         * modules/striconveh (Depends-on): Likewise.
37100         * modules/unicodeio (Depends-on): Likewise.
37101         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
37102         (iconv_t)(-1).
37103         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
37104         conversion if cd is (iconv_t)(-1).
37105         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
37106         is not possible.
37107
37108 2007-03-31  Bruno Haible  <bruno@clisp.org>
37109
37110         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
37111         work on Solaris either. Protect also second use of "autodetect_jp".
37112
37113 2007-03-31  Bruno Haible  <bruno@clisp.org>
37114
37115         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
37116         the function is not present.
37117
37118 2007-03-31  Bruno Haible  <bruno@clisp.org>
37119
37120         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
37121         the function is not present.
37122
37123 2007-03-31  Bruno Haible  <bruno@clisp.org>
37124
37125         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
37126         a bug in HP-UX iconv_open().
37127
37128 2007-03-31  Bruno Haible  <bruno@clisp.org>
37129
37130         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
37131         (Mathematics <math.h>): New section, add fpieee.
37132         (Input/output <stdio.h>): Add fseterr.
37133         (Mathematics <math.h>): New section, add printf-frexp.
37134         (Container data structures): Add sublist.
37135         (Core language properties): Add fpucw, inline.
37136         (Functions for greatest-width integer types <inttypes.h>): Add
37137         imaxabs, imaxdiv, inttypes.
37138         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
37139         isnanl-nolibm, ldexp.
37140         (Mathematics <math.h>): New section, add printf-frexpl.
37141         (Support for systems lacking POSIX:2001): Add fprintf-posix,
37142         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
37143         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
37144         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
37145         (Unicode string functions): Add unistr/u*-mbtoucr.
37146         (Java): Add javacomp-script, javaexec-script.
37147         (C#): Add csharpcomp-script, csharpexec-script.
37148         (Support for building libraries and executables): Add havelib,
37149         relocatable-*.
37150         (Support for maintaining and releasing projects): Renamed from
37151         'Support for maintaining and release projects'. Add announce-gen.
37152
37153 2007-03-31  Bruno Haible  <bruno@clisp.org>
37154
37155         * README: Talk primarily about git.
37156         (git and CVS): Renamed from CVS.
37157         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
37158         gnulib is available through git.
37159         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
37160
37161 2007-03-30  Bruno Haible  <bruno@clisp.org>
37162
37163         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
37164         * lib/poll_.h: Likewise.
37165         * lib/stat_.h: Likewise.
37166         * lib/sys_time_.h: Likewise.
37167         * lib/sysexit_.h: Likewise.
37168         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
37169         * lib/stdbool_.h: Likewise.
37170         * lib/byteswap_.h: Add double-inclusion guard.
37171
37172 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
37173
37174         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
37175
37176 2007-03-30  Karl Berry  <karl@gnu.org>
37177
37178         * config/srclist-update: double space after USA in the license
37179         substitution, since that's how it's usually (?) written.
37180
37181 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
37182
37183         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
37184         reported by Bruno Haible.
37185
37186 2007-03-29  Bruno Haible  <bruno@clisp.org>
37187
37188         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
37189         a bug in AIX iconv().
37190
37191 2007-03-29  Bruno Haible  <bruno@clisp.org>
37192
37193         * modules/ldexpl-tests: New file.
37194         * tests/test-ldexpl.c: New file.
37195
37196 2007-03-29  Bruno Haible  <bruno@clisp.org>
37197
37198         * lib/ldexpl.c: Include fpucw.h.
37199         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
37200         multiplication.
37201         * modules/ldexpl (Depends-on): Add fpucw.
37202
37203 2007-03-29  Bruno Haible  <bruno@clisp.org>
37204
37205         * modules/ldexpl: New file.
37206         * m4/ldexpl.m4: New file.
37207         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
37208         set.
37209         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
37210         REPLACE_LDEXPL.
37211         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
37212         REPLACE_LDEXPL.
37213         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
37214         gl_FUNC_LDEXPL_WORKS.
37215         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
37216         * modules/mathl (Files): Remove lib/ldexpl.c.
37217         (Depends-on): Add ldexpl.
37218
37219 2007-03-29  Bruno Haible  <bruno@clisp.org>
37220
37221         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
37222
37223 2007-03-29  Bruno Haible  <bruno@clisp.org>
37224
37225         * tests/test-striconveh.c (main): Don't assume that a direct conversion
37226         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
37227         and possibly also HP-UX.
37228         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
37229         work on AIX, IRIX, HP-UX, OSF/1.
37230         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
37231         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
37232         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
37233         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
37234         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
37235         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
37236
37237 2007-03-29  Bruno Haible  <bruno@clisp.org>
37238
37239         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
37240
37241 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
37242
37243         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
37244         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
37245
37246 2007-03-29  Eric Blake  <ebb9@byu.net>
37247
37248         * lib/acl-internal.h: Remove redundant include.
37249         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
37250         Cygwin when a file is locked.
37251
37252 2007-03-29  Bruno Haible  <bruno@clisp.org>
37253
37254         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
37255         file.
37256         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
37257
37258 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
37259
37260         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
37261         try to remove a parent directory if the child couldn't be removed
37262         (except for the first rmdir, which could fail because the child
37263         doesn't exist).  Problem reported by Jeff Blaine in
37264         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
37265
37266 2007-03-28  Bruno Haible  <bruno@clisp.org>
37267
37268         * lib/striconveh.c (utf8conv_carefully): New function.
37269         (mem_cd_iconveh_internal): Invoke it.
37270
37271 2007-03-28  Bruno Haible  <bruno@clisp.org>
37272
37273         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
37274         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
37275         input.
37276         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
37277         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
37278         unistr/u8-uctomb.
37279
37280 2007-03-28  Bruno Haible  <bruno@clisp.org>
37281
37282         * modules/unistr/u8-mbtoucr: New file.
37283         * lib/unistr/u8-mbtoucr.c: New file.
37284         * modules/unistr/u16-mbtoucr: New file.
37285         * lib/unistr/u16-mbtoucr.c: New file.
37286         * modules/unistr/u16-mbtoucr: New file.
37287         * lib/unistr/u16-mbtoucr.c: New file.
37288         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
37289
37290 2007-03-27  Simon Josefsson  <simon@josefsson.org>
37291             Bruno Haible  <bruno@clisp.org>
37292
37293         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
37294         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
37295         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
37296
37297         * m4/stdio_h.m4: Add stubs for vasprintf too.
37298
37299         * modules/stdio: Support vasprintf in sed command.
37300
37301         * modules/vasprintf: Depend on stdio for prototypes.  Remove
37302         vasprintf.h.  Add stdio module indicator.
37303
37304         * lib/stdio_.h: Declare asprintf and vasprintf, based on
37305         vasprintf.h.
37306
37307         * lib/vasprintf.h: File removed.
37308
37309         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
37310         * lib/vasprintf.c: Ditto.
37311         * lib/xvasprintf.c: Ditto.
37312         * tests/test-vasprintf-posix.c: Ditto.
37313         * tests/test-vasprintf.c: Ditto.
37314
37315 2007-03-27  Bruno Haible  <bruno@clisp.org>
37316
37317         Make vasnprintf multithread-safe.
37318         * lib/vasnprintf.c (decimal_point_char): New function.
37319         (VASNPRINTF): Use it.
37320         Suggested by Simon Josefsson.
37321
37322 2007-03-27  Eric Blake  <ebb9@byu.net>
37323
37324         Support sub-second birthtime on cygwin.
37325         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
37326         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
37327         (get_stat_birthtime): Also work with st_birthtim.
37328
37329 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
37330
37331         * lib/stat-time.h (USE_BIRTHTIME): Remove.
37332         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
37333         (get_stat_birthtime_ns): Do not try to use "spare" fields.
37334         (get_stat_birthtime_ns): Simplify compile-time tests.
37335         (get_stat_birthtime): Change the API to look like
37336         get_stat_mtime etc., except return a negative tv_nsec on error.
37337         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
37338         Don't check for "spare" fields.
37339         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
37340         or for struct stat.st_birthtime, as these tests aren't used.
37341         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
37342
37343 2007-03-27  Bruno Haible  <bruno@clisp.org>
37344
37345         * lib/stat-time.h: Include <sys/stat.h>.
37346
37347 2007-03-27  James Youngman  <jay@gnu.org>
37348
37349         * lib/stat-time.h (get_stat_birthtime): New function for
37350           retrieving st_birthtime as provided by UFS2 (hence *BSD).
37351         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
37352           and its variants.
37353         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
37354         * modules/stat-time-test: New file.
37355         * tests/test-stat-time.c: New test, devised by Bruno Haible.
37356
37357 2007-03-26  Bruno Haible  <bruno@clisp.org>
37358
37359         Better support of signalling NaNs.
37360         * lib/atanl.c: Include isnanl.h.
37361         (atanl): Perform test for NaN at the beginning of the function and
37362         through a call to isnanl.
37363         * lib/cosl.c: Include isnanl.h.
37364         (cosl): Perform test for NaN at the beginning of the function and
37365         through a call to isnanl.
37366         * lib/ldexpl.c: Include isnanl.h.
37367         (ldexpl): Perform test for NaN through a call to isnanl.
37368         * lib/logl.c: Include isnanl.h.
37369         (logl): Perform test for NaN at the beginning of the function and
37370         through a call to isnanl.
37371         * lib/sinl.c: Include isnanl.h.
37372         (sinl): Perform test for NaN at the beginning of the function and
37373         through a call to isnanl.
37374         * lib/sqrtl.c: Include isnanl.h.
37375         (sqrtl): Perform test for NaN at the beginning of the function and
37376         through a call to isnanl.
37377         * lib/tanl.c: Include isnanl.h.
37378         (tanl): Perform test for NaN at the beginning of the function and
37379         through a call to isnanl.
37380         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
37381         * modules/mathl (Depends-on): Add isnanl.
37382
37383 2007-03-26  Eric Blake  <ebb9@byu.net>
37384
37385         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
37386         regression in logic sense of previous patch.
37387
37388 2007-03-26  Bruno Haible  <bruno@clisp.org>
37389
37390         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
37391         unportable shell command "if ! ...".
37392         Reported by Ralf Wildenhues.
37393
37394 2007-03-25  Bruno Haible  <bruno@clisp.org>
37395
37396         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
37397         <sysexits.h> file, and only add EX_CONFIG.
37398         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
37399         absolute file name and whether it is sufficient. Substitute also
37400         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
37401         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
37402         ABSOLUTE_SYSEXITS_H into sysexits.h.
37403
37404 2007-03-25  Bruno Haible  <bruno@clisp.org>
37405
37406         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
37407         hints is NULL.
37408
37409 2007-03-25  Bruno Haible  <bruno@clisp.org>
37410
37411         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
37412         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
37413
37414 2007-03-25  Bruno Haible  <bruno@clisp.org>
37415
37416         * lib/vasnprintf.c: Include langinfo.h.
37417         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
37418         multithread-safe.
37419         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
37420         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
37421         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
37422         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
37423         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
37424         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
37425         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
37426         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
37427         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
37428         Reported by Simon Josefsson.
37429
37430 2007-03-25  Bruno Haible  <bruno@clisp.org>
37431
37432         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
37433         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
37434         * modules/vasnprintf (Depends-on): Add stdint.
37435
37436 2007-03-25  Bruno Haible  <bruno@clisp.org>
37437
37438         * modules/fpieee: New file.
37439         * m4/fpieee.m4: New file.
37440         * modules/isnan-nolibm (Depends-on): Add fpieee.
37441         * modules/isnanl-nolibm (Depends-on): Add fpieee.
37442         * modules/isnanl (Depends-on): Add fpieee.
37443
37444 2007-03-25  Bruno Haible  <bruno@clisp.org>
37445
37446         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
37447
37448 2007-03-25  Bruno Haible  <bruno@clisp.org>
37449
37450         Avoid test failures on IRIX 6.5.
37451         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
37452         (main): Use it.
37453         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
37454         macros.
37455         (main): Use them.
37456
37457 2007-03-25  Bruno Haible  <bruno@clisp.org>
37458
37459         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
37460         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
37461         exists but doesn't work.
37462         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
37463         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
37464         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
37465         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
37466
37467 2007-03-25  Bruno Haible  <bruno@clisp.org>
37468
37469         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
37470         returns inf. Needed on IRIX 6.5.
37471
37472 2007-03-25  Bruno Haible  <bruno@clisp.org>
37473
37474         * tests/test-frexpl.c: Include isnanl-nolibm.h.
37475         (main): Use isnanl instead of x != x idiom.
37476         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
37477
37478         * tests/test-frexp.c: Include isnan.h.
37479         (main): Use isnan instead of x != x idiom.
37480         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
37481
37482 2007-03-25  Bruno Haible  <bruno@clisp.org>
37483
37484         * tests/test-frexp.c (NaN): New function/macro.
37485         (main): Use it instead of 0.0 / 0.0.
37486         * tests/test-isnan.c (NaN): New function/macro.
37487         (main): Use it instead of 0.0 / 0.0.
37488         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
37489         (test_function): Use it instead of 0.0 / 0.0.
37490         * tests/test-vasprintf-posix.c (NaN): New function/macro.
37491         (test_function): Use it instead of 0.0 / 0.0.
37492         * tests/test-snprintf-posix.h (NaN): New function/macro.
37493         (test_function): Use it instead of 0.0 / 0.0.
37494         * tests/test-sprintf-posix.h (NaN): New function/macro.
37495         (test_function): Use it instead of 0.0 / 0.0.
37496         * tests/test-fprintf-posix.h (NaN): New function/macro.
37497         (test_function): Use it instead of 0.0 / 0.0.
37498         * tests/test-printf-posix.h (NaN): New function/macro.
37499         (test_function): Use it instead of 0.0 / 0.0.
37500
37501         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
37502
37503 2007-03-25  Bruno Haible  <bruno@clisp.org>
37504
37505         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
37506
37507 2007-03-25  Bruno Haible  <bruno@clisp.org>
37508
37509         * lib/regexec.c (merge_state_with_log): Make static.
37510
37511 2007-03-25  Bruno Haible  <bruno@clisp.org>
37512
37513         * lib/trigl.c (kernel_rem_pio2): Make static.
37514
37515 2007-03-25  Bruno Haible  <bruno@clisp.org>
37516
37517         * lib/sincosl.c (sincosl_table): Make static.
37518
37519 2007-03-25  Bruno Haible  <bruno@clisp.org>
37520
37521         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
37522         if the compiler does not support C99.
37523
37524 2007-03-25  Bruno Haible  <bruno@clisp.org>
37525
37526         * modules/time (Makefile.am): Ensure all rule action lines start with a
37527         tab.
37528
37529 2007-03-24  Bruno Haible  <bruno@clisp.org>
37530
37531         * modules/tsearch-tests: New file.
37532         * tests/test-tsearch.sh: New file.
37533         * tests/test-tsearch.c: New file, mostly copied from glibc.
37534
37535         * modules/search-tests: New file.
37536         * tests/test-search.c: New file.
37537
37538         * modules/search: New file.
37539         * lib/search_.h: New file, incorporating lib/tsearch.h.
37540         * m4/search_h.m4: New file.
37541         * lib/tsearch.h: Remove file.
37542         * lib/tsearch.c: Include search.h instead of tsearch.h.
37543         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
37544         HAVE_TSEARCH.
37545         * modules/tsearch (Files): Remove lib/tsearch.h.
37546         (Depends-on): Add search.
37547         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
37548         (Include): Change tsearch.h into search.h.
37549
37550 2007-03-24  Bruno Haible  <bruno@clisp.org>
37551
37552         * modules/fpucw: New file.
37553         * lib/fpucw.h: New file.
37554         * lib/frexp.c: Include fpucw.h.
37555         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
37556         (FUNC): Use them.
37557         * lib/printf-frexp.c: Include fpucw.h.
37558         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
37559         (FUNC): Use them.
37560         * lib/vasnprintf.c: Include fpucw.h.
37561         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
37562         'long double' calculations.
37563         * tests/test-frexpl.c: Include fpucw.h.
37564         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
37565         * tests/test-printf-frexpl.c: Include fpucw.h.
37566         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
37567         * modules/frexpl (Depends-on): Add fpucw.
37568         * modules/printf-frexpl (Depends-on): Likewise.
37569         * modules/fprintf-posix (Depends-on): Likewise.
37570         * modules/snprintf-posix (Depends-on): Likewise.
37571         * modules/sprintf-posix (Depends-on): Likewise.
37572         * modules/vasnprintf-posix (Depends-on): Likewise.
37573         * modules/vasprintf-posix (Depends-on): Likewise.
37574         * modules/vfprintf-posix (Depends-on): Likewise.
37575         * modules/vsnprintf-posix (Depends-on): Likewise.
37576         * modules/vsprintf-posix (Depends-on): Likewise.
37577         * modules/frexpl-tests (Depends-on): Likewise.
37578         * modules/printf-frexpl-tests (Depends-on): Likewise.
37579
37580 2007-03-24  Bruno Haible  <bruno@clisp.org>
37581
37582         * lib/float+.h: New file.
37583         * lib/isnan.c: Include float+.h.
37584         (SIZE): New macro.
37585         (FUNC): Compare only SIZE bytes of the value.
37586         * lib/vasnprintf.c: Include float+.h.
37587         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
37588         SIZEOF_LDBL or SIZEOF_DBL bytes.
37589         * modules/isnan-nolibm (Files): Add lib/float+.h.
37590         * modules/isnanl-nolibm (Files): Add lib/float+.h.
37591         * modules/isnanl (Files): Add lib/float+.h.
37592         * modules/vasnprintf (Files): Add lib/float+.h.
37593
37594 2007-03-24  Bruno Haible  <bruno@clisp.org>
37595
37596         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
37597         include isnanl-nolibm.h.
37598
37599 2007-03-24  Bruno Haible  <bruno@clisp.org>
37600
37601         * tests/test-read-file.c (main): Don't produce spurious output for
37602         expected situations. Make the test fail if it encountered unexpected
37603         results.
37604
37605 2007-03-24  Bruno Haible  <bruno@clisp.org>
37606
37607         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
37608         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
37609
37610 2007-03-24  Bruno Haible  <bruno@clisp.org>
37611
37612         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
37613
37614 2007-03-24  Bruno Haible  <bruno@clisp.org>
37615
37616         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
37617         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
37618
37619         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
37620         * modules/utf8-ucs4: Turn into a symbolic link to module
37621         unistr/u8-mbtouc.
37622
37623         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
37624         utf8-ucs4-unsafe.
37625         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
37626         unistr/u8-mbtouc-unsafe.
37627
37628         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
37629         * modules/utf16-ucs4: Turn into a symbolic link to module
37630         unistr/u16-mbtouc.
37631
37632         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
37633         utf16-ucs4-unsafe.
37634         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
37635         unistr/u16-mbtouc-unsafe.
37636
37637         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
37638         * modules/ucs4-utf8: Turn into a symbolic link to module
37639         unistr/u8-ubtomb.
37640
37641         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
37642         * modules/ucs4-utf16: Turn into a symbolic link to module
37643         unistr/u16-ubtomb.
37644
37645 2007-03-24  Bruno Haible  <bruno@clisp.org>
37646
37647         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
37648         Enable the function only if HAVE_INLINE.
37649         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
37650         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
37651         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
37652         Enable the function only if HAVE_INLINE.
37653         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
37654         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
37655         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
37656         Enable the function only if HAVE_INLINE.
37657         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
37658         Enable the function only if HAVE_INLINE.
37659         * modules/utf8-ucs4: Update.
37660         * modules/utf8-ucs4-unsafe: Update.
37661         * modules/utf16-ucs4: Update.
37662         * modules/utf16-ucs4-unsafe: Update.
37663         * modules/ucs4-utf8: Update.
37664         * modules/ucs4-utf16: Update.
37665
37666 2007-03-24  Bruno Haible  <bruno@clisp.org>
37667
37668         * lib/utf8-ucs4.h: Remove file.
37669         * lib/utf8-ucs4-unsafe.h: Remove file.
37670         * lib/utf16-ucs4.h: Remove file.
37671         * lib/utf16-ucs4-unsafe.h: Remove file.
37672         * lib/ucs4-utf8.h: Remove file.
37673         * lib/ucs4-utf16.h: Remove file.
37674         * lib/unistr.h: Include their previous contents.
37675         * m4/utf-ucs4.m4: Remove file.
37676         * m4/ucs4-utf.m4: Remove file.
37677         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
37678         (Depends-on): Add unistr/base.
37679         (configure.ac): Remove gl_UTF_UCS4.
37680         (Makefile.am): Update.
37681         (Include): Change to unistr.h.
37682         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
37683         (Depends-on): Add unistr/base.
37684         (configure.ac): Remove gl_UTF_UCS4.
37685         (Makefile.am): Update.
37686         (Include): Change to unistr.h.
37687         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
37688         (Depends-on): Add unistr/base.
37689         (configure.ac): Remove gl_UTF_UCS4.
37690         (Makefile.am): Update.
37691         (Include): Change to unistr.h.
37692         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
37693         (Depends-on): Add unistr/base.
37694         (configure.ac): Remove gl_UTF_UCS4.
37695         (Makefile.am): Update.
37696         (Include): Change to unistr.h.
37697         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
37698         (Depends-on): Add unistr/base.
37699         (configure.ac): Remove gl_UCS4_UTF.
37700         (Makefile.am): Update.
37701         (Include): Change to unistr.h.
37702         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
37703         (Depends-on): Add unistr/base.
37704         (configure.ac): Remove gl_UCS4_UTF.
37705         (Makefile.am): Update.
37706         (Include): Change to unistr.h.
37707         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
37708         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
37709         utf8-ucs4-unsafe.h.
37710         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
37711         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
37712         utf16-ucs4-unsafe.h.
37713         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
37714         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
37715         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
37716         * lib/unistr/u8-strchr.c: Likewise.
37717         * lib/unistr/u8-strrchr.c: Likewise.
37718         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
37719         * lib/unistr/u16-strchr.c: Likewise.
37720         * lib/unistr/u16-strrchr.c: Likewise.
37721         * lib/striconveh.c: Update.
37722         * lib/linebreak.c: Update.
37723
37724 2007-03-24  Bruno Haible  <bruno@clisp.org>
37725
37726         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
37727         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
37728
37729 2007-03-22  Bruno Haible  <bruno@clisp.org>
37730
37731         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
37732
37733 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
37734
37735         * MODULES.html.sh (File system functions): New module write-any-file.
37736         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
37737         * m4/write-any-file.m4: New files.
37738
37739 2007-03-23  Eric Blake  <ebb9@byu.net>
37740
37741         * gnulib-tool: Rearrange space-tab sequences, since some editors
37742         like to eat them.
37743
37744 2007-03-23  Eric Blake  <ebb9@byu.net>
37745
37746         * lib/version-etc.c (version_etc_va): Update license wording to
37747         be more concise.  Recommended by Richard Stallman.
37748
37749 2007-03-22  Bruno Haible  <bruno@clisp.org>
37750
37751         * lib/poll.c (MSG_PEEK): New fallback definition.
37752
37753 2007-03-22  Bruno Haible  <bruno@clisp.org>
37754
37755         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
37756         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
37757         (main): Update.
37758         Fixes a compilation error on BeOS.
37759
37760 2007-03-22  Bruno Haible  <bruno@clisp.org>
37761
37762         * modules/frexpl-tests: New file.
37763         * tests/test-frexpl.c: New file.
37764
37765         * modules/frexpl: New file.
37766         * m4/frexpl.m4: New file.
37767         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
37768         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
37769         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
37770         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
37771         (Depends-on): Add frexpl. Remove isnanl-nolibm.
37772         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
37773
37774 2007-03-22  Bruno Haible  <bruno@clisp.org>
37775
37776         * lib/frexpl.c: Share code with lib/frexp.c.
37777         * modules/mathl (Files): Add lib/frexp.c.
37778         (Depends-on): Add isnanl-nolibm.
37779
37780 2007-03-22  Bruno Haible  <bruno@clisp.org>
37781
37782         * modules/printf-frexp (Files): Add m4/frexp.m4.
37783         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
37784         only if the found frexp function actually works.
37785
37786 2007-03-22  Bruno Haible  <bruno@clisp.org>
37787
37788         * lib/frexp.c: Remove older implementation that uses divisions.
37789
37790 2007-03-21  Bruno Haible  <bruno@clisp.org>
37791
37792         * modules/frexp-tests: New file.
37793         * tests/test-frexp.c: New file.
37794
37795         * modules/frexp: New file.
37796         * lib/frexp.c: New file.
37797         * m4/frexp.m4: New file.
37798         * lib/math_.h (frexp): New declaration.
37799         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
37800         REPLACE_FREXP.
37801         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
37802
37803 2007-03-21  Bruno Haible  <bruno@clisp.org>
37804
37805         * modules/isnanl-tests: New file.
37806         * tests/test-isnanl.c: New file.
37807
37808         * modules/isnanl: New file.
37809         * lib/isnanl.h: New file.
37810         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
37811         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
37812         gl_FUNC_ISNANL_WORKS.
37813         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
37814         New macros.
37815
37816 2007-03-21  Bruno Haible  <bruno@clisp.org>
37817
37818         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
37819         lib/isnanl.h.
37820         (Include): Update.
37821         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
37822         * lib/vasnprintf.c: Update.
37823         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
37824         tests/test-isnanl.h, remove tests/test-isnanl.c.
37825         (Makefile.am): Update.
37826         * tests/test-isnanl-nolibm.c: New file.
37827         * tests/test-isnanl.h: New file.
37828         * tests/test-isnanl.c: Remove file.
37829
37830 2007-03-21  Jim Meyering  <jim@meyering.net>
37831
37832         When trying to open ".", treat ESTALE like EACCES.
37833         * lib/savewd.c (savewd_save): Resort to forking not just upon
37834         failure with EACCES, but also when errno is ESTALE.
37835
37836 2007-03-20  Bruno Haible  <bruno@clisp.org>
37837
37838         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
37839         Needed on AIX 5.1. Reported by Matthew Woehlke.
37840
37841 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
37842
37843         Suggestions by Bruno Haible:
37844         * lib/acl-internal.h: Include "gettext.h" rather than rolling
37845         our own.
37846         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
37847         * modules/acl (Depends-on): Add gettext.
37848
37849 2007-03-19  Bruno Haible  <bruno@clisp.org>
37850
37851         * modules/iconvme: Remove file.
37852         * lib/iconvme.h: Remove file.
37853         * lib/iconvme.c: Remove file.
37854         * m4/iconvme.m4: Remove file.
37855
37856 2007-03-19  Bruno Haible  <bruno@clisp.org>
37857
37858         * doc/relocatable-maint.texi: Break long shell script line.
37859         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
37860
37861 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
37862
37863         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
37864         handle file_has_acl.
37865         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
37866         * lib/acl.c: Move header inclusions and related macro defns into
37867         lib/acl-internal.h.
37868         (S_ISLNK): Remove defn, since that's now done for us.
37869         (file_has_acl): Move to lib/file-has-acl.c.
37870         Call acl_trivial if available.  This is the crucial part of the fix.
37871         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
37872         shared within the library.  Rewrite a bit, partly to make it compatible
37873         with the GNU coding style.
37874         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
37875         Remove unnecessary double-quotes.
37876         Don't test for acl_to_text; the build will catch that.
37877         Replace acl_entries if it doesn't exist and it is needed.
37878         Check for -lsec and acl_trivial (as used on Solaris 10).
37879         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
37880         lib/file-has-acl.c.
37881         (Depends-on): Add sys_stat, for S_ISLNK.
37882
37883 2007-03-19  Ben Pfaff  <blp@gnu.org>
37884
37885         * doc/gnulib.texi: Fix typos.
37886         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
37887
37888 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
37889
37890         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
37891         If size is zero here, buf must be zero.
37892
37893 2007-03-19  Simon Josefsson  <simon@josefsson.org>
37894
37895         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
37896         <bruno@clisp.org>.
37897
37898 2007-03-18  Bruno Haible  <bruno@clisp.org>
37899
37900         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
37901         Suggested by Eric Blake.
37902
37903 2007-03-18  Ben Pfaff  <blp@gnu.org>
37904
37905         * doc/relocatable.texi: Recommend using as prefix a directory
37906         that does not exist and will never be created.  Based on
37907         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
37908         and others.
37909
37910 2007-03-17  Bruno Haible  <bruno@clisp.org>
37911
37912         * lib/fchownat.c: Include lchown.h.
37913
37914 2007-03-17  Bruno Haible  <bruno@clisp.org>
37915
37916         Fix endless loop when the given allocated size was > INT_MAX.
37917         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
37918         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
37919         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
37920         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
37921         * lib/sprintf.c (sprintf): Likewise.
37922
37923 2007-03-17  Bruno Haible  <bruno@clisp.org>
37924
37925         * tests/test-argp-2.sh (func_compare): Output a context diff.
37926
37927 2007-03-17  Bruno Haible  <bruno@clisp.org>
37928
37929         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
37930         locale's decimal-point character.
37931
37932 2007-03-17  Bruno Haible  <bruno@clisp.org>
37933
37934         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
37935         before comparing it. Needed because on some platforms (e.g. x86) a
37936         'long double' occupies less bytes than sizeof (long double).
37937
37938 2007-03-17  Bruno Haible  <bruno@clisp.org>
37939
37940         * tests/test-crc.c (main): Make printf statements 64-bit clean.
37941         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
37942         * tests/test-getaddrinfo.c (simple): Likewise.
37943         * tests/test-read-file.c (main): Likewise.
37944
37945 2007-03-17  Bruno Haible  <bruno@clisp.org>
37946
37947         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
37948
37949 2007-03-17  Bruno Haible  <bruno@clisp.org>
37950
37951         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
37952         unused variable.
37953
37954 2007-03-17  Bruno Haible  <bruno@clisp.org>
37955
37956         * tests/test-c-strcasecmp.c: Include c-strcase.h.
37957         * tests/test-c-strncasecmp.c: Likewise.
37958
37959 2007-03-17  Bruno Haible  <bruno@clisp.org>
37960
37961         * modules/stdlib (Depends-on): Add unistd.
37962         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
37963         Needed for MacOS X 10.3.
37964
37965 2007-03-17  Bruno Haible  <bruno@clisp.org>
37966
37967         * lib/unistr/u-strdup.h: Include <stdlib.h>.
37968
37969 2007-03-17  Bruno Haible  <bruno@clisp.org>
37970
37971         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
37972
37973 2007-03-17  Bruno Haible  <bruno@clisp.org>
37974
37975         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
37976         to reflect files copied from gnulib (with or without modifications).
37977         Suggested by Jim Meyering.
37978
37979 2007-03-17  Eric Blake  <ebb9@byu.net>
37980
37981         * NEWS: Document stdlib change from 2007-02-18.
37982
37983 2007-03-17  Jim Meyering  <jim@meyering.net>
37984
37985         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
37986         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
37987         someone uses a name containing shell meta-characters.
37988         Reported by Alfred M. Szmidt.
37989
37990         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
37991
37992 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
37993
37994         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
37995         and copy gettext configuration files only if configure.ac contains
37996         a use of AM_GNU_GETTEXT_VERSION.
37997
37998 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
37999
38000         * build-aux/bootstrap (gnulib_name): New variable.
38001         (gnulib_tool_options): Use it.
38002
38003 2007-03-13  Simon Josefsson  <simon@josefsson.org>
38004
38005         * tests/test-des.c: Use new namespace.
38006
38007 2007-03-15  Bruno Haible  <bruno@clisp.org>
38008
38009         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
38010         Reported by James Youngman <jay@gnu.org>.
38011
38012 2007-03-15  Bruno Haible  <bruno@clisp.org>
38013
38014         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
38015         declared prototype. Needed with cc on OSF/1 5.1.
38016
38017 2007-03-15  Bruno Haible  <bruno@clisp.org>
38018
38019         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
38020         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
38021         (struct gl_list_implementation): Add dispose_fn argument to the
38022         'create_empty', 'create' methods.
38023         (struct gl_list_impl_base): Add field 'dispose_fn'.
38024         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
38025         argument.
38026         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
38027         dispose_fn argument.
38028         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
38029         dispose_fn on the dropped values.
38030         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
38031         dispose_fn argument.
38032         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
38033         dropped values.
38034         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
38035         (gl_tree_remove_node): Call dispose_fn on the dropped value.
38036         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
38037         (gl_tree_remove_node): Call dispose_fn on the dropped value.
38038         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
38039         argument.
38040         (gl_tree_list_free): Call dispose_fn on the dropped values.
38041         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
38042         the dropped values.
38043         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
38044         Add dispose_fn argument.
38045         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
38046         Call dispose_fn on the dropped values.
38047         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
38048         Add dispose_fn argument.
38049         (gl_sublist_create): Initialize the 'dispose_fn' field.
38050         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
38051         * tests/test-array_list.c (main): Update.
38052         * tests/test-carray_list.c (main): Update.
38053         * tests/test-avltree_list.c (main): Update.
38054         * tests/test-rbtree_list.c (main): Update.
38055         * tests/test-avltreehash_list.c (main): Update.
38056         * tests/test-rbtreehash_list.c (main): Update.
38057         * tests/test-linked_list.c (main): Update.
38058         * tests/test-linkedhash_list.c (main): Update.
38059         * tests/test-array_oset.c (main): Update.
38060
38061 2007-03-15  Bruno Haible  <bruno@clisp.org>
38062
38063         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
38064         (gl_oset_create_empty): Add dispose_fn argument.
38065         (struct gl_oset_implementation): Add dispose_fn argument to
38066         'create_empty' method.
38067         (struct gl_oset_impl_base): Add dispose_fn field.
38068         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
38069         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
38070         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
38071         values.
38072         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
38073         (gl_tree_oset_free): Call dispose_fn on the dropped values.
38074         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
38075         dropped value.
38076         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
38077         dropped value.
38078         * tests/test-array_oset.c (main): Update.
38079         * tests/test-avltree_oset.c (main): Update.
38080         * tests/test-rbtree_oset.c (main): Update.
38081         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
38082
38083 2007-03-13  Bruno Haible  <bruno@clisp.org>
38084
38085         * tests/test-stdbool.c (i): Update after last patch.
38086
38087 2007-03-12  Bruno Haible  <bruno@clisp.org>
38088
38089         * lib/quotearg.c: Include <wctype.h> early, before the definition of
38090         the iswprint macro. Needed on Solaris 2.5.1.
38091
38092 2007-03-12  Bruno Haible  <bruno@clisp.org>
38093
38094         * tests/test-printf-frexp.c (main): Declare x as volatile.
38095
38096 2007-03-12  Simon Josefsson  <simon@josefsson.org>
38097
38098         * doc/gnulib.texi (Build robot for gnulib): New section.
38099
38100 2007-03-12  Jim Meyering  <jim@meyering.net>
38101
38102         * build-aux/bootstrap: New file.
38103         * build-aux/bootstrap.conf: New file, from coreutils.
38104
38105 2007-03-11  Bruno Haible  <bruno@clisp.org>
38106
38107         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
38108
38109 2007-03-12  Simon Josefsson  <simon@josefsson.org>
38110
38111         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
38112         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
38113         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
38114
38115 2007-03-11  Bruno Haible  <bruno@clisp.org>
38116
38117         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
38118         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
38119
38120 2007-03-11  Bruno Haible  <bruno@clisp.org>
38121
38122         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
38123         formula. Needed for SunPRO C 5.0.
38124
38125 2007-03-11  Bruno Haible  <bruno@clisp.org>
38126
38127         * modules/long-options (Depends-on): Add getopt.
38128
38129 2007-03-11  Bruno Haible  <bruno@clisp.org>
38130
38131         * modules/modechange (Depends-on): Add stdbool.
38132
38133 2007-03-11  Bruno Haible  <bruno@clisp.org>
38134
38135         * modules/i-ring (Depends-on): Add stdbool.
38136
38137 2007-03-11  Bruno Haible  <bruno@clisp.org>
38138
38139         * modules/gc-des (Depends-on): Add stdbool.
38140
38141 2007-03-11  Bruno Haible  <bruno@clisp.org>
38142
38143         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
38144
38145 2007-03-11  Bruno Haible  <bruno@clisp.org>
38146
38147         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
38148
38149 2007-03-11  Bruno Haible  <bruno@clisp.org>
38150
38151         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
38152
38153 2007-03-11  Bruno Haible  <bruno@clisp.org>
38154
38155         * lib/vasnprintf.c (sprintf): Undefine.
38156
38157 2007-03-11  Bruno Haible  <bruno@clisp.org>
38158
38159         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
38160         initializers in SunPRO C and Compaq C compilers.
38161
38162 2007-03-11  Bruno Haible  <bruno@clisp.org>
38163
38164         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
38165         decrementing code ANSI C compliant.
38166
38167 2007-03-11  Bruno Haible  <bruno@clisp.org>
38168
38169         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
38170         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
38171
38172 2007-03-11  Bruno Haible  <bruno@clisp.org>
38173
38174         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
38175         <stdbool.h> substitute doesn't pass.
38176
38177 2007-03-11  Bruno Haible  <bruno@clisp.org>
38178
38179         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
38180
38181 2007-03-11  Bruno Haible  <bruno@clisp.org>
38182
38183         * gnulib-tool (func_create_megatestdir): Create also an autobuild
38184         script, for submission to autobuild.josefsson.org.
38185
38186 2007-03-10  Bruno Haible  <bruno@clisp.org>
38187
38188         * modules/canonicalize-lgpl-tests: New file.
38189         * tests/test-canonicalize-lgpl.sh: New file.
38190         * tests/test-canonicalize-lgpl.c: New file.
38191
38192         * modules/c-strcase-tests: New file.
38193         * tests/test-c-strcase.sh: New file.
38194         * tests/test-c-strcasecmp.c: New file.
38195         * tests/test-c-strncasecmp.c: New file.
38196
38197         * modules/atexit-tests: New file.
38198         * tests/test-atexit.sh: New file.
38199         * tests/test-atexit.c: New file.
38200
38201 2007-03-10  Bruno Haible  <bruno@clisp.org>
38202
38203         * tests/test-binary-io.sh: Use temporary filenames that are not so
38204         likely to clash with those of other tests (in a parallel make).
38205         * tests/test-binary-io.c: Likewise.
38206
38207 2007-03-10  Bruno Haible  <bruno@clisp.org>
38208
38209         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
38210         fallback; use #error instead.
38211         Suggested by Simon Josefsson.
38212
38213 2007-03-10  Bruno Haible  <bruno@clisp.org>
38214
38215         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
38216         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
38217         first and the last.
38218
38219 2007-03-10  Bruno Haible  <bruno@clisp.org>
38220
38221         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
38222
38223 2007-03-10  Bruno Haible  <bruno@clisp.org>
38224
38225         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
38226         "make distcheck".
38227         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
38228         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
38229         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
38230
38231 2007-03-10  Bruno Haible  <bruno@clisp.org>
38232
38233         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
38234         variable.
38235         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
38236         variable.
38237
38238 2007-03-09  Eric Blake  <ebb9@byu.net>
38239         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
38240
38241         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
38242         types are not being provided by gnulib.
38243         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
38244         types are supported.
38245
38246 2007-03-10  Bruno Haible  <bruno@clisp.org>
38247
38248         * lib/stdio_.h (__attribute__): New macro.
38249         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
38250         vsprintf): Specify __attribute__ __format__ for GCC.
38251         Suggested by Eric Blake.
38252
38253 2007-03-09  Bruno Haible  <bruno@clisp.org>
38254
38255         * modules/printf-posix-tests: New file.
38256         * tests/test-printf-posix.sh: New file.
38257         * tests/test-printf-posix.c: New file.
38258
38259         * modules/printf-posix: New file.
38260         * lib/printf.c: New file.
38261         * m4/printf-posix-rpl.m4: New file.
38262         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
38263         REPLACE_PRINTF.
38264         * lib/stdio_.h (printf): New declaration.
38265         (format, __format__, ____printf____, ____scanf____, ____strftime____,
38266         ____strfmon____): New macros.
38267         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
38268         REPLACE_PRINTF.
38269
38270 2007-03-09  Bruno Haible  <bruno@clisp.org>
38271
38272         * tests/test-vasnprintf-posix2.sh: New file.
38273         * tests/test-vasnprintf-posix2.c: New file.
38274         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
38275         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
38276         (Makefile.am): Activate test-vasnprintf-posix2.sh.
38277
38278         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
38279         a locale dependent decimal point, rather than always '.'.
38280
38281 2007-03-09  Eric Blake  <ebb9@byu.net>
38282
38283         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
38284         spite of platforms like Tandem/NSK that define it to -1.
38285
38286 2007-03-08  Bruno Haible  <bruno@clisp.org>
38287
38288         * modules/vprintf-posix-tests: New file.
38289         * tests/test-vprintf-posix.sh: New file.
38290         * tests/test-vprintf-posix.c: New file.
38291         * tests/test-printf-posix.h: New file.
38292
38293         * modules/vprintf-posix: New file.
38294         * lib/vprintf.c: New file.
38295         * m4/vprintf-posix.m4: New file.
38296         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
38297         REPLACE_VPRINTF.
38298         * lib/stdio_.h (vprintf): New declaration.
38299         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
38300         REPLACE_VPRINTF.
38301
38302 2007-03-08  Bruno Haible  <bruno@clisp.org>
38303
38304         * modules/fprintf-posix-tests: New file.
38305         * tests/test-fprintf-posix.sh: New file.
38306         * tests/test-fprintf-posix.c: New file.
38307
38308         * modules/fprintf-posix: New file.
38309         * lib/fprintf.c: New file.
38310         * m4/fprintf-posix.m4: New file.
38311         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
38312         REPLACE_FPRINTF.
38313         * lib/stdio_.h (fprintf): New declaration.
38314         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
38315         REPLACE_FPRINTF.
38316
38317 2007-03-08  Bruno Haible  <bruno@clisp.org>
38318
38319         * modules/vfprintf-posix-tests: New file.
38320         * tests/test-vfprintf-posix.sh: New file.
38321         * tests/test-vfprintf-posix.c: New file.
38322         * tests/test-fprintf-posix.h: New file.
38323         * tests/test-fprintf-posix.out: New file.
38324
38325         * modules/vfprintf-posix: New file.
38326         * lib/vfprintf.c: New file.
38327         * m4/vfprintf-posix.m4: New file.
38328         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
38329         REPLACE_VFPRINTF.
38330         * lib/stdio_.h (vfprintf): New declaration.
38331         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
38332         REPLACE_VFPRINTF.
38333
38334 2007-03-08  Bruno Haible  <bruno@clisp.org>
38335
38336         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
38337
38338 2007-03-08  Bruno Haible  <bruno@clisp.org>
38339
38340         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
38341         instead of 'expr' invocations.
38342         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
38343         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
38344         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
38345         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
38346         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
38347         Suggested by Paul Eggert.
38348
38349 2007-03-08  Bruno Haible  <bruno@clisp.org>
38350
38351         * modules/fseterr-tests: New file.
38352         * tests/test-fseterr.c: New file.
38353
38354         * modules/fseterr: New file.
38355         * lib/fseterr.h: New file.
38356         * lib/fseterr.c: New file.
38357
38358 2007-03-08  Bruno Haible  <bruno@clisp.org>
38359
38360         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
38361         * lib/getopt_.h: Likewise.
38362         * lib/mbswidth.h: Likewise.
38363         * lib/setenv.h: Likewise.
38364         * lib/vasnprintf.h: Likewise.
38365         * lib/vasprintf.h: Likewise.
38366         * lib/verror.h: Likewise.
38367         * lib/xsetenv.h: Likewise.
38368         * lib/xvasprintf.h: Likewise.
38369
38370 2007-03-08  Jim Meyering  <jim@meyering.net>
38371
38372         * users.txt: Add parted.
38373
38374         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
38375
38376 2007-03-07  Bruno Haible  <bruno@clisp.org>
38377
38378         * m4/printf.m4: Make the shell script snippets copy&pastable.
38379
38380 2007-03-02  Bruno Haible  <bruno@clisp.org>
38381
38382         * lib/netinet_in_.h: New file.
38383         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
38384         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
38385         * modules/netinet_in (Files): Add lib/netinet_in_.h.
38386         (Depends-on): Add absolute-header.
38387         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
38388         into netinet/in.h.
38389
38390 2007-03-03  Bruno Haible  <bruno@clisp.org>
38391
38392         * lib/sys_select_.h: New file.
38393         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
38394         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
38395         * modules/sys_select (Files): Add lib/sys_select_.h.
38396         (Depends-on): Add absolute-header.
38397         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
38398         into sys/select.h.
38399
38400 2007-03-02  Bruno Haible  <bruno@clisp.org>
38401
38402         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
38403         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
38404         values.
38405         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
38406         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
38407         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
38408         * modules/sys_socket (Depends-on): Add absolute-header.
38409         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
38410         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
38411         (Include): Remove requirement of inclusion of <sys/types.h>.
38412
38413 2007-03-02  Bruno Haible  <bruno@clisp.org>
38414
38415         * lib/byteswap_.h (bswap_32): Fix formula.
38416
38417 2007-03-06  Bruno Haible  <bruno@clisp.org>
38418
38419         * modules/sprintf-posix-tests: New file.
38420         * tests/test-sprintf-posix.c: New file.
38421
38422         * modules/sprintf-posix: New file.
38423         * lib/sprintf.c: New file.
38424         * m4/sprintf-posix.m4: New file.
38425         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
38426         REPLACE_SPRINTF.
38427         * lib/stdio_.h (sprintf): New declaration.
38428         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
38429         REPLACE_SPRINTF.
38430
38431 2007-03-06  Bruno Haible  <bruno@clisp.org>
38432
38433         * modules/vsprintf-posix-tests: New file.
38434         * tests/test-vsprintf-posix.c: New file.
38435         * tests/test-sprintf-posix.h: New file.
38436
38437         * modules/vsprintf-posix: New file.
38438         * lib/vsprintf.c: New file.
38439         * m4/vsprintf-posix.m4: New file.
38440         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
38441         REPLACE_VSPRINTF.
38442         * lib/stdio_.h (vsprintf): New declaration.
38443         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
38444         REPLACE_VSPRINTF.
38445
38446 2007-03-06  Bruno Haible  <bruno@clisp.org>
38447
38448         * modules/vsnprintf (Depend-on): Remove minmax.
38449
38450 2007-03-06  Bruno Haible  <bruno@clisp.org>
38451
38452         * modules/snprintf-posix-tests: New file.
38453         * tests/test-snprintf-posix.c: New file.
38454
38455         * modules/snprintf-posix: New file.
38456         * m4/snprintf-posix.m4: New file.
38457         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
38458         gl_FUNC_SNPRINTF.
38459         (gl_FUNC_SNPRINTF): Invoke it.
38460         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
38461         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
38462         is set.
38463         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
38464
38465 2007-03-06  Bruno Haible  <bruno@clisp.org>
38466
38467         * modules/vsnprintf-posix-tests: New file.
38468         * tests/test-vsnprintf-posix.c: New file.
38469         * tests/test-snprintf-posix.h: New file.
38470
38471         * modules/vsnprintf-posix: New file.
38472         * m4/vsnprintf-posix.m4: New file.
38473         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
38474         gl_FUNC_VSNPRINTF.
38475         (gl_FUNC_VSNPRINTF): Invoke it.
38476         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
38477         * lib/stdio_.h (vsnprintf): Define as a replacement if
38478         REPLACE_VSNPRINTF is set.
38479         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
38480
38481 2007-03-06  Bruno Haible  <bruno@clisp.org>
38482
38483         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
38484         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
38485
38486 2007-03-06  Bruno Haible  <bruno@clisp.org>
38487
38488         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
38489         (asinl): Declare also if HAVE_DECL_ASINL is set.
38490         (atanl): Declare also if HAVE_DECL_ATANL is set.
38491         (ceill): Declare also if HAVE_DECL_CEILL is set.
38492         (cosl): Declare also if HAVE_DECL_COSL is set.
38493         (expl): Declare also if HAVE_DECL_EXPL is set.
38494         (floorl): Declare also if HAVE_DECL_FLOORL is set.
38495         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
38496         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
38497         (logl): Declare also if HAVE_DECL_LOGL is set.
38498         (sinl): Declare also if HAVE_DECL_SINL is set.
38499         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
38500         (tanl): Declare also if HAVE_DECL_TANL is set.
38501         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
38502         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
38503         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
38504         declaration of frexpl, ldexpl.
38505         * modules/printf-frexpl (Depends-on): Add math.
38506         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
38507
38508 2007-03-05  Bruno Haible  <bruno@clisp.org>
38509
38510         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
38511         frexpl and ldexpl are declared.
38512         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
38513
38514 2007-03-05  Bruno Haible  <bruno@clisp.org>
38515
38516         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
38517         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
38518
38519 2007-03-05  Bruno Haible  <bruno@clisp.org>
38520
38521         * lib/stdio_.h: Include <stddef.h>.
38522
38523 2007-03-05  Bruno Haible  <bruno@clisp.org>
38524
38525         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
38526
38527 2007-03-05  Bruno Haible  <bruno@clisp.org>
38528
38529         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
38530         NetBSD 4, from Ralf Wildenhues.
38531
38532 2007-03-04  Bruno Haible  <bruno@clisp.org>
38533
38534         * lib/vasprintf.h: Update #if logic for the case when the functions
38535         exist but are overridden.
38536
38537 2007-03-04  Bruno Haible  <bruno@clisp.org>
38538
38539         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
38540         implementations: glibc-2.4 and MacOS X 10.3.
38541         * tests/test-vasnprintf-posix.c (test_function): Test also the case
38542         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
38543         * tests/test-vasprintf-posix.c (test_function): Likewise.
38544
38545 2007-03-04  Bruno Haible  <bruno@clisp.org>
38546
38547         * modules/vasprintf-posix-tests: New file.
38548         * tests/test-vasprintf-posix.c: New file.
38549
38550         * modules/vasprintf-posix: New file.
38551         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
38552         defined.
38553         * m4/vasprintf-posix.m4: New file.
38554         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
38555         gl_FUNC_VASPRINTF.
38556         (gl_FUNC_VASPRINTF): Invoke it.
38557         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
38558         here.
38559         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
38560
38561 2007-03-04  Bruno Haible  <bruno@clisp.org>
38562
38563         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
38564         REPLACE_GETTIMEOFDAY.
38565         * modules/sys_time (Makefile.am): Likewise.
38566         * m4/sys_time_h.m4: Likewise.
38567         * m4/gettimeofday.m4: Likewise.
38568
38569 2007-03-04  Bruno Haible  <bruno@clisp.org>
38570
38571         * modules/vasnprintf-posix-tests: New file.
38572         * tests/test-vasnprintf-posix.c: New file.
38573
38574         * modules/vasnprintf-posix: New file.
38575         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
38576         printf-frexpl.h.
38577         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
38578         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
38579         REPLACE_VASNPRINTF is defined.
38580         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
38581         gl_FUNC_VASNPRINTF.
38582         (gl_FUNC_VASNPRINTF): Invoke it.
38583         * m4/vasnprintf-posix.m4: New file.
38584         * m4/printf.m4: New file.
38585
38586 2007-03-04  Bruno Haible  <bruno@clisp.org>
38587
38588         Compile progreloc.c only if --enable-relocatable is specified.
38589         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
38590         if --enable-relocatable was specified.
38591         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
38592         lib_SOURCES.
38593
38594 2007-03-04  Jim Meyering  <jim@meyering.net>
38595
38596         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
38597         Use it consistently, rather than enumerating errno constants.
38598
38599 2007-03-04  Bruno Haible  <bruno@clisp.org>
38600
38601         * modules/xvasprintf-tests: New file.
38602         * tests/test-xvasprintf.c: New file.
38603
38604         * modules/vasprintf-tests: New file.
38605         * tests/test-vasprintf.c: New file.
38606
38607         * modules/vasnprintf-tests: New file.
38608         * tests/test-vasnprintf.c: New file.
38609
38610         * modules/vsnprintf-tests: New file.
38611         * tests/test-vsnprintf.c: New file.
38612
38613         * modules/snprintf-tests: New file.
38614         * tests/test-snprintf.c: New file.
38615
38616 2007-03-04  Bruno Haible  <bruno@clisp.org>
38617
38618         Compile relocatable.c only if --enable-relocatable is specified.
38619         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
38620         gl_RELOCATABLE_LIBRARY.
38621         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
38622         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
38623         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
38624         gl_RELOCATABLE_LIBRARY.
38625         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
38626         (Makefile.am): Remove lib_SOURCES.
38627         * modules/relocatable-lib-lgpl (configure.ac): Invoke
38628         gl_RELOCATABLE_LIBRARY.
38629         (Makefile.am): Remove lib_SOURCES.
38630         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
38631         always.
38632         * modules/relocatable-prog-wrapper (configure.ac): Invoke
38633         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
38634
38635 2007-03-04  Bruno Haible  <bruno@clisp.org>
38636
38637         * modules/argmatch-tests: New file.
38638         * tests/test-argmatch.c: New file.
38639
38640         * tests/test-allocsa.c (main): Halve the number of loop runs.
38641
38642         * modules/alloca-opt-tests: New file.
38643         * tests/test-alloca-opt.c: New file.
38644
38645 2007-03-04  Jim Meyering  <jim@meyering.net>
38646
38647         Work around difference between Linux ACLs and Solaris 10 ZFS.
38648         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
38649         for EINVAL.
38650
38651 2007-03-03  Bruno Haible  <bruno@clisp.org>
38652
38653         * modules/relocatable-prog (Depends-on): Add back progreloc's
38654         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
38655
38656 2007-03-03  Bruno Haible  <bruno@clisp.org>
38657
38658         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
38659         * modules/relocatable-lib: New file.
38660
38661 2007-03-03  Bruno Haible  <bruno@clisp.org>
38662
38663         * modules/relocatable-prog: Renamed from modules/relocatable.
38664         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
38665
38666 2007-03-03  Bruno Haible  <bruno@clisp.org>
38667
38668         * modules/relocatable-script (Files): Add doc/relocatable.texi,
38669         m4/relocatable-lib.m4.
38670         (Depends-on): Remove 'relocatable'.
38671         (configure.ac): Add gl_RELOCATABLE_NOP.
38672
38673 2007-03-03  Bruno Haible  <bruno@clisp.org>
38674
38675         * modules/relocatable-prog-wrapper: New file.
38676         * modules/relocatable (Depends-on): Add it. Remove all other
38677         dependencies except progname.
38678         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
38679
38680         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
38681         (gl_FUNC_STRERROR): Nop.
38682         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
38683
38684         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
38685         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
38686
38687         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
38688         (gl_FUNC_READLINK): Update.
38689
38690         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
38691
38692 2007-03-03  Bruno Haible  <bruno@clisp.org>
38693
38694         * lib/xreadlink.c: Include <unistd.h> unconditionally.
38695         * modules/xreadlink (Depends-on): Add unistd.
38696         * modules/xreadlink-with-size (Depends-on): Likewise.
38697
38698 2007-03-03  Bruno Haible  <bruno@clisp.org>
38699
38700         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
38701         extracted from gt_FUNC_SETENV.
38702         (gt_FUNC_SETENV): Remove macro.
38703         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
38704         remove gt_FUNC_SETENV.
38705
38706 2007-03-03  Bruno Haible  <bruno@clisp.org>
38707
38708         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
38709         ENABLE_RELOCATABLE here.
38710         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
38711
38712 2007-03-03  Bruno Haible  <bruno@clisp.org>
38713
38714         * modules/rbtreehash-list-tests (Depends-on): Add progname.
38715         * tests/test-rbtreehash_list.c: Include progname.h.
38716         (main): Call set_program_name.
38717
38718         * modules/rbtree-oset-tests (Depends-on): Add progname.
38719         * tests/test-rbtree_oset.c: Include progname.h.
38720         (main): Call set_program_name.
38721
38722         * modules/rbtree-list-tests (Depends-on): Add progname.
38723         * tests/test-rbtree_list.c: Include progname.h.
38724         (main): Call set_program_name.
38725
38726         * modules/linked-list-tests (Depends-on): Add progname.
38727         * tests/test-linked_list.c: Include progname.h.
38728         (main): Call set_program_name.
38729
38730 2007-03-03  Bruno Haible  <bruno@clisp.org>
38731
38732         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
38733         All uses of __restrict changed to _Restrict_.
38734         * lib/glob_.h (__restrict): Remove macro.
38735
38736 2007-03-02  Bruno Haible  <bruno@clisp.org>
38737
38738         * modules/gettext (configure.ac): Require gettext infrastructure
38739         from version 0.16.1.
38740
38741 2007-03-02  Bruno Haible  <bruno@clisp.org>
38742
38743         * modules/linkedhash-list-tests (Depends-on): Add progname.
38744         * tests/test-linkedhash_list.c: Include progname.h.
38745         (main): Call set_program_name.
38746
38747         * modules/carray-list-tests (Depends-on): Add progname.
38748         * tests/test-carray_list.c: Include progname.h.
38749         (main): Call set_program_name.
38750
38751         * modules/avltreehash-list-tests (Depends-on): Add progname.
38752         * tests/test-avltreehash_list.c: Include progname.h.
38753         (main): Call set_program_name.
38754
38755         * modules/avltree-oset-tests (Depends-on): Add progname.
38756         * tests/test-avltree_oset.c: Include progname.h.
38757         (main): Call set_program_name.
38758
38759         * modules/avltree-list-tests (Depends-on): Add progname.
38760         * tests/test-avltree_list.c: Include progname.h.
38761         (main): Call set_program_name.
38762
38763         * modules/array-oset-tests (Depends-on): Add progname.
38764         * tests/test-array_oset.c: Include progname.h.
38765         (main): Call set_program_name.
38766
38767         * modules/array-list-tests (Depends-on): Add progname.
38768         * tests/test-array_list.c: Include progname.h.
38769         (main): Call set_program_name.
38770
38771         * modules/argp-tests (Depends-on): Add progname.
38772         * tests/test-argp.c: Include argp.h first. Include progname.h.
38773         (main): Call set_program_name.
38774
38775 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
38776
38777         * doc/gnulib-tool.texi (Initial import): Reword description of
38778         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
38779         limited effect even if defined after the first system include.
38780
38781 2007-03-01  Bruno Haible  <bruno@clisp.org>
38782
38783         * build-aux/config.libpath: Update to libtool-1.5.22.
38784         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
38785
38786 2007-03-01  Bruno Haible  <bruno@clisp.org>
38787
38788         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
38789         foo_CFLAGS.
38790         Reported by Ralf Wildenhues.
38791
38792 2007-03-01  Bruno Haible  <bruno@clisp.org>
38793
38794         * build-aux/install-reloc: Remove object files left over by some
38795         compilers.
38796         Reported by Ralf Wildenhues.
38797
38798 2007-03-01  Bruno Haible  <bruno@clisp.org>
38799
38800         * build-aux/install-reloc: Break long lines.
38801
38802 2007-03-01  Bruno Haible  <bruno@clisp.org>
38803
38804         * doc/relocatable.texi: Document that it may not work on OpenBSD.
38805         Reported by Ralf Wildenhues.
38806
38807 2007-03-01  Bruno Haible  <bruno@clisp.org>
38808
38809         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
38810         include ordering constraints.
38811
38812 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
38813
38814         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
38815         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
38816         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
38817         as another example.
38818         * lib/time_.h: Fix misspelling.
38819         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
38820         Require gl_HEADER_TIME_H_DEFAULTS.
38821         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
38822         * m4/time_r.m4 (gl_TIME_R): Likewise.
38823         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
38824
38825 2007-03-01  Bruno Haible  <bruno@clisp.org>
38826
38827         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
38828         * m4/utimens.m4 (gl_UTIMENS): Likewise.
38829
38830 2007-03-01  Jim Meyering  <jim@meyering.net>
38831
38832         * modules/xreadlink (Maintainer): Add my name.
38833         * modules/xreadlink-with-size (Depends-on): Alphabetize.
38834
38835 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
38836             Bruno Haible  <bruno@clisp.org>
38837
38838         * build-aux/install-reloc: Compile also c-ctype.c.
38839         * build-aux/relocatable.sh.in: New file.
38840         * doc/relocatable.texi: New file.
38841         * doc/relocatable-maint.texi: New file.
38842         * doc/gnulib.texi: Include relocatable-maint.texi.
38843         * lib/progreloc.c: Include unistd.h unconditionally.
38844         * lib/relocwrapper.c: Include unistd.h unconditionally.
38845         Include c-ctype.h.
38846         (add_dotbin): Use c_tolower.
38847         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
38848         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
38849         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
38850         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
38851         to m4/relocatable-lib.m4.
38852         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
38853         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
38854         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
38855         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
38856         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
38857         * modules/relocatable: New file.
38858         * modules/relocatable-lib: New file.
38859         * modules/relocatable-script: New file.
38860
38861 2007-02-28  Bruno Haible  <bruno@clisp.org>
38862
38863         Import --enable-relocatable infrastructure.
38864         * build-aux/config.libpath: New file, from GNU gettext.
38865         * build-aux/install-reloc: New file, from GNU gettext.
38866         * build-aux/reloc-ldflags: New file, from GNU gettext.
38867         * lib/relocatable.h: New file, from GNU gettext.
38868         * lib/relocatable.c: New file, from GNU gettext.
38869         * lib/relocwrapper.c: New file, from GNU gettext.
38870         * m4/relocatable.m4: New file, from GNU gettext.
38871
38872 2007-02-28  Bruno Haible  <bruno@clisp.org>
38873
38874         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
38875
38876         * modules/xreadlink: New file, from GNU gettext with modifications.
38877         * lib/xreadlink.c: New file, from GNU gettext.
38878         * lib/xreadlink.h: Add comments.
38879         (xreadlink): New declaration.
38880
38881         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
38882         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
38883         lib/xreadlink-with-size.c.
38884         (configure.ac): Remove gl_XREADLINK invocation.
38885         (Makefile.am): Augment lib_SOURCES.
38886         * m4/xreadlink.m4: Remove file.
38887         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
38888         (xreadlink_with_size): Renamed from xreadink.
38889         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
38890         * modules/canonicalize (Depends-on): Replace xreadlink with
38891         xreadlink-with-size.
38892         * lib/canonicalize.c (canonicalize_filename_mode): Update.
38893
38894 2007-02-25  Jim Meyering  <jim@meyering.net>
38895
38896         * build-aux/announce-gen: When complaining about excess arguments,
38897         list them.
38898
38899 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
38900
38901         * README: Document signed integer overflow situation more
38902         accurately.
38903
38904 2007-02-25  Bruno Haible  <bruno@clisp.org>
38905
38906         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
38907         'a' or 'A' conversion.
38908
38909 2007-02-25  Bruno Haible  <bruno@clisp.org>
38910
38911         * modules/filename: Renamed from modules/pathname.
38912         (Files): Replace lib/pathname.h with lib/filename.h. Replace
38913         lib/concatpath.c with lib/concat-filename.c.
38914         (Makefile.am): Update.
38915         (Include): Replace pathname.h with filename.h.
38916         * lib/filename.h: Renamed from lib/pathname.h.
38917         (concatenated_filename): Renamed from concatenated_pathname.
38918         * lib/concat-filename.c: Renamed from lib/concatpath.c.
38919         (concatenated_filename): Renamed from concatenated_pathname.
38920         * lib/findprog.c: Include filename.h instead of pathname.h.
38921         (find_in_path): Update.
38922         * lib/javacomp.c: Include filename.h instead of pathname.h.
38923         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
38924         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
38925         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
38926         is_oldgcj_14_13_usable, is_javac_usable): Update.
38927         * lib/javaexec.c: Include filename.h instead of pathname.h.
38928         (execute_java_class): Update.
38929         * modules/findprog: Update.
38930         * modules/javacomp: Update.
38931         * modules/javaexec: Update.
38932         * MODULES.html.sh (File system functions): Add 'filename', remove
38933         'pathname'.
38934
38935 2007-02-25  Bruno Haible  <bruno@clisp.org>
38936
38937         * modules/printf-frexpl-tests: New file.
38938         * tests/test-printf-frexpl.c: New file.
38939
38940         * modules/printf-frexpl: New file.
38941         * lib/printf-frexpl.h: New file.
38942         * lib/printf-frexpl.c: New file.
38943         * m4/printf-frexpl.m4: New file.
38944
38945 2007-02-25  Bruno Haible  <bruno@clisp.org>
38946
38947         * modules/printf-frexp-tests: New file.
38948         * tests/test-printf-frexp.c: New file.
38949
38950         * modules/printf-frexp: New file.
38951         * lib/printf-frexp.h: New file.
38952         * lib/printf-frexp.c: New file.
38953         * m4/printf-frexp.m4: New file.
38954
38955 2007-02-25  Bruno Haible  <bruno@clisp.org>
38956
38957         Assume automake >= 1.10 for the tests.
38958         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
38959         * modules/arctwo-tests: Likewise.
38960         * modules/argp-tests: Likewise.
38961         * modules/avltree-list-tests: Likewise.
38962         * modules/avltree-oset-tests: Likewise.
38963         * modules/avltreehash-list-tests: Likewise.
38964         * modules/carray-list-tests: Likewise.
38965         * modules/crc-tests: Likewise.
38966         * modules/des-tests: Likewise.
38967         * modules/gc-arcfour-tests: Likewise.
38968         * modules/gc-arctwo-tests: Likewise.
38969         * modules/gc-des-tests: Likewise.
38970         * modules/gc-hmac-md5-tests: Likewise.
38971         * modules/gc-hmac-sha1-tests: Likewise.
38972         * modules/gc-md2-tests: Likewise.
38973         * modules/gc-md4-tests: Likewise.
38974         * modules/gc-md5-tests: Likewise.
38975         * modules/gc-pbkdf2-sha1-tests: Likewise.
38976         * modules/gc-rijndael-tests: Likewise.
38977         * modules/gc-sha1-tests: Likewise.
38978         * modules/gc-tests: Likewise.
38979         * modules/getaddrinfo-tests: Likewise.
38980         * modules/hmac-md5-tests: Likewise.
38981         * modules/hmac-sha1-tests: Likewise.
38982         * modules/linked-list-tests: Likewise.
38983         * modules/linkedhash-list-tests: Likewise.
38984         * modules/lock-tests: Likewise.
38985         * modules/md2-tests: Likewise.
38986         * modules/md4-tests: Likewise.
38987         * modules/md5-tests: Likewise.
38988         * modules/rbtree-list-tests: Likewise.
38989         * modules/rbtree-oset-tests: Likewise.
38990         * modules/rbtreehash-list-tests: Likewise.
38991         * modules/read-file-tests: Likewise.
38992         * modules/rijndael-tests: Likewise.
38993         * modules/stdint-tests: Likewise.
38994         * modules/tls-tests: Likewise.
38995
38996 2007-02-24  Bruno Haible  <bruno@clisp.org>
38997
38998         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
38999         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
39000         function; instead check whether isnan with a double argument links.
39001         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
39002         function; instead check whether isnan with a 'long double' argument
39003         links.
39004         Reported by Eric Blake <ebb9@byu.net>.
39005
39006 2007-02-24  Bruno Haible  <bruno@clisp.org>
39007
39008         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
39009         defined.
39010         * lib/isnanl.c: Remove all code. Just include isnan.c.
39011         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
39012
39013 2007-02-25  Jim Meyering  <jim@meyering.net>
39014
39015         Avoid conflicting types for 'unsetenv' on FreeBSD.
39016         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
39017         conflicting with FreeBSD's (5.0 and 6.1) function declaration
39018         in stdlib.h.
39019
39020 2007-02-24  Bruno Haible  <bruno@clisp.org>
39021
39022         * modules/isnanl-nolibm-tests: New file.
39023         * tests/test-isnanl.c: New file.
39024
39025         * modules/isnanl-nolibm: New file.
39026         * lib/isnanl.h: New file.
39027         * lib/isnanl.c: New file.
39028         * m4/isnanl.m4: New file.
39029
39030 2007-02-24  Bruno Haible  <bruno@clisp.org>
39031
39032         * modules/isnan-nolibm-tests: New file.
39033         * tests/test-isnan.c: New file.
39034
39035         * modules/isnan-nolibm: New file.
39036         * lib/isnan.h: New file.
39037         * lib/isnan.c: New file.
39038         * m4/isnan.m4: New file.
39039
39040 2007-02-24  Bruno Haible  <bruno@clisp.org>
39041
39042         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
39043         assume that an exponent fits in 20 bits.
39044
39045 2007-02-24  Jim Meyering  <jim@meyering.net>
39046
39047         * m4/regex.m4: Update the description of the configure-time option,
39048         --without-included-regex, to state accurately what the defaults are,
39049         and perhaps to give people an idea why using this option is risky.
39050
39051 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
39052
39053         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
39054         loops on small arguments.  This attempts to avoid the problem
39055         Bruno Haible reported for AIX 4.3.2 in
39056         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
39057
39058 2007-02-23  Bruno Haible  <bruno@clisp.org>
39059
39060         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
39061         Needed for help2man.
39062
39063 2007-02-23  Karl Berry  <karl@gnu.org>
39064
39065         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
39066         exists, foo.h should be cvs-ignored, not committed.
39067
39068 2007-02-23  Eric Blake  <ebb9@byu.net>
39069
39070         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
39071         * lib/stat-time.h (includes): Likewise.
39072         * lib/utimecmp.c (includes): Likewise.
39073         * lib/utimens.h (includes): Likewise.
39074         * lib/getdate.y (includes): Also include "timespec.h" for use
39075         internal to the module.
39076         * modules/utimens (Depends-on): Revert yesterday's patch.
39077         * modules/nanosleep (Depends-on): Add missing dependency.
39078
39079 2007-02-22  Bruno Haible  <bruno@clisp.org>
39080
39081         * lib/glob.c: Don't include getlogin_r.h.
39082
39083 2007-02-22  Jim Meyering  <jim@meyering.net>
39084
39085         * modules/utimens (Depends-on): Add timespec, required for
39086         utimens.h's inclusion of timespec.h.
39087
39088 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
39089
39090         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
39091         long unreadable paths in GNU/Linux.  Problem reported by Andreas
39092         Schwab in
39093         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
39094         I'll try to think of a better way to fix the Solaris problem.
39095
39096         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
39097         like glibc; on Solaris 10, it fails with errno == EINVAL.
39098         POSIX says the behavior is unspecified if the first argument is NULL,
39099         so play it safe and never pass NULL to the system getcwd.
39100
39101 2007-02-21  Jim Meyering  <jim@meyering.net>
39102
39103         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
39104         of gettimeofday.  It would conflict with the one now always
39105         provided via sys_time_.h.  Reported by Matthew Woehlke, as
39106         an IRIX 6.5 build failure.
39107
39108 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
39109
39110         Minor fixups to port to Solaris 10 with Sun C 5.8.
39111         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
39112         * modules/getcwd (Depends-on): Add dirfd.
39113         * lib/putenv.c (putenv): #undef it.
39114         (rpl_putenv): New decl.
39115         (malloc, free): Include <stdlib.h> rather than prototyping separately.
39116
39117 2007-02-20  Bruno Haible  <bruno@clisp.org>
39118
39119         * modules/stdio-tests: New file.
39120         * tests/test-stdio.c: New file.
39121
39122         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
39123         (Depends-on): Add stdio.
39124         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
39125         (Include): Use <stdio.h> instead of vsnprintf.h.
39126         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
39127         HAVE_DECL_VSNPRINTF.
39128         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
39129
39130         * modules/snprintf (Files): Remove lib/snprintf.h.
39131         (Depends-on): Add stdio.
39132         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
39133         (Include): Use <stdio.h> instead of snprintf.h.
39134         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
39135         HAVE_DECL_SNPRINTF.
39136         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
39137         * lib/getaddrinfo.c: Likewise.
39138
39139         * modules/stdio: New file.
39140         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
39141         * lib/snprintf.h: Remove file.
39142         * lib/vsnprintf.h: Remove file.
39143         * lib/.cppi-disable: Remove snprintf.h.
39144         * m4/stdio_h.m4: New file.
39145         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
39146
39147 2007-02-20  Jim Meyering  <jim@meyering.net>
39148
39149         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
39150         used by e.g., mingw.  From Bruno Haible.
39151
39152 2007-02-19  Bruno Haible  <bruno@clisp.org>
39153
39154         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
39155         warnings.
39156         Reported by Ben Pfaff <blp@cs.stanford.edu>.
39157
39158 2007-02-19  Bruno Haible  <bruno@clisp.org>
39159
39160         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
39161         from mingw users.
39162
39163 2007-02-19  Bruno Haible  <bruno@clisp.org>
39164
39165         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
39166         warnings.
39167         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
39168
39169 2007-02-19  Jim Meyering  <jim@meyering.net>
39170
39171         Don't use FD after a successful "fdopendir (fd)".
39172         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
39173         Reset it by calling dirfd on the just-obtained DIR*.
39174
39175         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
39176         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
39177
39178 2007-02-18  Bruno Haible  <bruno@clisp.org>
39179
39180         * lib/readlink.c: Include <unistd.h>.
39181         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
39182         HAVE_READLINK.
39183         * modules/readlink (Depends-on): Add unistd.
39184         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39185         (Include): Add <unistd.h>.
39186
39187         * lib/getlogin_r.h: Remove file.
39188         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
39189         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
39190         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
39191         HAVE_DECL_GETLOGIN_R.
39192         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
39193         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39194         (Include): Use <unistd.h> instead of getlogin_r.h.
39195
39196         * lib/getcwd.h: Remove file.
39197         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
39198         * lib/xgetcwd.c: Likewise.
39199         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
39200         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
39201         * modules/getcwd (Files): Remove lib/getcwd.h.
39202         (Depends-on): Add unistd.
39203         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39204         (Include): Use <unistd.h> instad of getcwd.h.
39205
39206         * lib/ftruncate.c: Include <unistd.h> first.
39207         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
39208         Set HAVE_FTRUNCATE.
39209         * modules/ftruncate (Depends-on): Add unistd.
39210         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39211
39212         * lib/fchdir.c: Include <unistd.h> first.
39213         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
39214         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
39215         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
39216         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39217         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
39218
39219         * lib/dup2.c: Include <unistd.h> first.
39220         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
39221         HAVE_DUP2.
39222         * modules/dup2 (Depends-on): Add unistd.
39223         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39224
39225         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
39226         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
39227         REPLACE_CHOWN. Don't define chown as a macro here.
39228         * modules/chown (Depends-on): Add unistd.
39229         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39230
39231         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
39232         Add definition for GL_LINK_WARNING.
39233         (chown, dup2): New declarations.
39234         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
39235         link warning.
39236         (ftruncate): New declaration.
39237         (getcwd): New declaration, taken from old getcwd.h.
39238         (getlogin_r): New declaration, taken from old getlogin_r.h.
39239         (readlink): New declaration.
39240         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
39241         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
39242         (gl_PREREQ_UNISTD): Remove macro.
39243         (gl_UNISTD_MODULE_INDICATOR): New macro.
39244         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
39245         many new variables. Don't set UNISTD_H.
39246         * modules/unistd (Description): Change.
39247         (Depends-on): Add link-warning.
39248         (configure.ac): Update.
39249         (Makefile.am): Create unistd.h always. Substitute many new variables
39250         into it.
39251
39252 2007-02-18  Bruno Haible  <bruno@clisp.org>
39253
39254         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
39255         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
39256         HAVE_GETSUBOPT.
39257         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
39258         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
39259         * lib/getsubopt.h: Remove file.
39260         * modules/getsubopt (Files): Remove lib/getsubopt.h.
39261         (Depends-on): Add stdlib.
39262         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
39263         (Includes): Use <stdlib.h> instead of getsubopt.h.
39264         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
39265         Set HAVE_GETSUBOPT.
39266         * lib/getsubopt.c: Don't include getsubopt.h.
39267
39268 2007-02-18  Bruno Haible  <bruno@clisp.org>
39269
39270         * modules/fchdir (Depends-on): Add dup2.
39271
39272 2007-02-18  Bruno Haible  <bruno@clisp.org>
39273
39274         * lib/stdlib_.h: Handle glibc's special invocation convention
39275         specially.
39276
39277 2007-02-18  Bruno Haible  <bruno@clisp.org>
39278
39279         * modules/stdlib-tests: New file.
39280         * tests/test-stdlib.c: New file.
39281
39282         * modules/mkstemp (Files): Remove lib/mkstemp.h.
39283         (Depends-on): Add stdlib.
39284         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
39285         (Includes): Use <stdlib.h> instead of mkstemp.h.
39286         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
39287         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
39288         * lib/mkstemp.c: Don't include mkstemp.h.
39289         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
39290         * lib/stdlib--.h: Don't include mkstemp.h.
39291
39292         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
39293         (Depends-on): Add stdlib.
39294         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
39295         (Includes): Use <stdlib.h> instead of mkdtemp.h.
39296         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
39297         HAVE_MKDTEMP.
39298         * lib/mkdtemp.c: Don't include mkdtemp.h.
39299         * lib/clean-temp.c: Don't include mkdtemp.h.
39300
39301         * modules/exit (Files): Remove lib/exit.h.
39302         (Depends-on): Add stdlib.
39303         (Makefile.am): Remove lib_SOURCES.
39304         (Include): Use <stdlib.h> instead of exit.h.
39305         * lib/argmatch.c: Don't include exit.h.
39306         * lib/execute.c: Likewise.
39307         * lib/pagealign_alloc.c: Likewise.
39308         * lib/pipe.c: Likewise.
39309         * lib/wait-process.c: Likewise.
39310         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
39311         * lib/exitfail.c: Likewise.
39312         * lib/savewd.c: Likewise.
39313         * lib/xsetenv.c: Likewise.
39314
39315         * modules/stdlib: New file.
39316         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
39317         and extra comments about mkstemp().
39318         * lib/exit.h: Remove file.
39319         * lib/mkdtemp.h: Remove file.
39320         * lib/mkstemp.h: Remove file.
39321         * m4/stdlib_h.m4: New file.
39322         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
39323
39324 2007-02-18  Bruno Haible  <bruno@clisp.org>
39325
39326         * modules/math-tests: New file.
39327         * tests/test-math.c: New file.
39328
39329         * modules/math: New file.
39330         * modules/mathl (Files): Remove lib/mathl.h.
39331         (Depends-on): Add math.
39332         (Makefile.am): Don't mention mathl.h.
39333         (Include): Use <math.h> instead of mathl.h.
39334         * lib/math_.h: New file.
39335         * lib/mathl.h: Remove file.
39336         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
39337         mathl.h.
39338         * lib/asinl.c: Likewise.
39339         * lib/atanl.c: Likewise.
39340         * lib/ceill.c: Likewise.
39341         * lib/cosl.c: Likewise.
39342         * lib/expl.c: Likewise.
39343         * lib/floorl.c: Likewise.
39344         * lib/frexpl.c: Likewise.
39345         * lib/ldexpl.c: Likewise.
39346         * lib/logl.c: Likewise.
39347         * lib/sincosl.c: Likewise.
39348         * lib/sinl.c: Likewise.
39349         * lib/sqrtl.c: Likewise.
39350         * lib/tanl.c: Likewise.
39351         * lib/trigl.c: Likewise.
39352         * m4/math_h.m4: New file.
39353         * MODULES.html.sh (Mathematics): Add math.
39354
39355 2007-02-17  Bruno Haible  <bruno@clisp.org>
39356
39357         * modules/wctype-tests: New file.
39358         * tests/test-wctype.c: New file.
39359
39360         * modules/wchar-tests: New file.
39361         * tests/test-wchar.c: New file.
39362
39363         * modules/unistd-tests: New file.
39364         * tests/test-unistd.c: New file.
39365
39366         * modules/time-tests: New file.
39367         * tests/test-time.c: New file.
39368
39369         * modules/sysexits-tests: New file.
39370         * tests/test-sysexits.c: New file.
39371
39372         * modules/sys_time-tests: New file.
39373         * tests/test-sys_time.c: New file.
39374
39375         * modules/sys_stat-tests: New file.
39376         * tests/test-sys_stat.c: New file.
39377
39378         * modules/sys_socket-tests: New file.
39379         * tests/test-sys_socket.c: New file.
39380
39381         * modules/sys_select-tests: New file.
39382         * tests/test-sys_select.c: New file.
39383
39384         * modules/string-tests: New file.
39385         * tests/test-string.c: New file.
39386
39387         * modules/stdbool-tests: New file.
39388         * tests/test-stdbool.c: New file.
39389
39390         * modules/netinet_in-tests: New file.
39391         * tests/test-netinet_in.c: New file.
39392
39393         * modules/inttypes-tests: New file.
39394         * tests/test-inttypes.c: New file.
39395
39396         * modules/fcntl-tests: New file.
39397         * tests/test-fcntl.c: New file.
39398
39399         * modules/byteswap-tests: New file.
39400         * tests/test-byteswap.c: New file.
39401
39402         * modules/arpa_inet-tests: New file.
39403         * tests/test-arpa_inet.c: New file.
39404
39405 2007-02-17  Bruno Haible  <bruno@clisp.org>
39406
39407         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
39408         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
39409         if the corresponding module is not enabled. Emit link warnings if
39410         the function is used nevertheless.
39411         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
39412         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
39413         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
39414         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
39415         * modules/inttypes (Depends-on): Add link-warning.
39416         (Makefile.am): Copy the contents of build-aux/link-warning.h into
39417         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
39418         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
39419         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
39420         * modules/imaxdiv (configure.ac): Likewise.
39421         * modules/strtoimax (configure.ac): Likewise.
39422         * modules/strtoumax (configure.ac): Likewise.
39423
39424 2007-02-17  Bruno Haible  <bruno@clisp.org>
39425
39426         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
39427         gl_STRING_MODULE_INDICATOR_DEFAULTS.
39428         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
39429         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
39430
39431 2007-02-17  Bruno Haible  <bruno@clisp.org>
39432
39433         * modules/link-warning: New file.
39434         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
39435         * lib/string_.h (GL_LINK_WARNING): Remove definition.
39436         * modules/string (Depends-on): Add link-warning.
39437         (Makefile.am): Copy the contents of build-aux/link-warning.h into
39438         string.h.
39439         * MODULES.html.sh (Support for building libraries and executables): Add
39440         link-warning.
39441
39442 2007-02-17  Bruno Haible  <bruno@clisp.org>
39443
39444         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
39445         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
39446         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
39447         long lines.
39448
39449 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
39450             Bruno Haible  <bruno@clisp.org>
39451
39452         * modules/tmpfile: New file.
39453         * lib/tmpfile.c: New file.
39454         * m4/tmpfile.m4: New file.
39455         * MODULES.html.sh (func_all_modules): New section "Input/output".
39456
39457 2007-02-15  Bruno Haible  <bruno@clisp.org>
39458
39459         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
39460         (supports_delete_on_close): New function.
39461         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
39462
39463 2007-02-14  Bruno Haible  <bruno@clisp.org>
39464
39465         * modules/mbspcasecmp-tests: New file.
39466         * tests/test-mbspcasecmp.sh: New file.
39467         * tests/test-mbspcasecmp.c: New file.
39468
39469         New module mbspcasecmp.
39470         * modules/mbspcasecmp: New file.
39471         * lib/mbspcasecmp.c: New file.
39472         * lib/string_.h (strncasecmp): Change warning message.
39473         (mbspcasecmp): New declaration.
39474         * m4/mbspcasecmp.m4: New file.
39475         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39476         GNULIB_MBSPCASECMP.
39477         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
39478         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
39479
39480 2007-02-14  Bruno Haible  <bruno@clisp.org>
39481
39482         * modules/mbsncasecmp-tests: New file.
39483         * tests/test-mbsncasecmp.sh: New file.
39484         * tests/test-mbsncasecmp.c: New file.
39485
39486         New module mbsncasecmp.
39487         * modules/mbsncasecmp: New file.
39488         * lib/mbsncasecmp.c: New file.
39489         * lib/string_.h (mbsncasecmp): New declaration.
39490         * m4/mbsncasecmp.m4: New file.
39491         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39492         GNULIB_MBSNCASECMP.
39493         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
39494         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
39495
39496 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
39497
39498         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
39499         Verify that it doesn't overlap with our flags.
39500         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
39501         do not have the desired effect in multibyte locales; instead, use
39502         mbscasecmp.
39503         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
39504         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
39505         we don't require GNU fnmatch ourselves (if our users require it, they
39506         should do so explicitly).
39507
39508         Fix regex code so it doesn't rely on strcasecmp.
39509         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
39510         Otherwise, include gnulib's langinfo.h.
39511         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
39512         undesirable behavior in non-C locales.  Instead, rely on localecharset.
39513         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
39514         * modules/regex (FILES): Remove m4/codeset.m4.
39515         (Depends-on): Add localcharset.  Remove strcase.
39516
39517 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39518
39519         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
39520         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
39521
39522 2007-02-13  Bruno Haible  <bruno@clisp.org>
39523
39524         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
39525         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
39526
39527 2007-02-12  Bruno Haible  <bruno@clisp.org>
39528
39529         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
39530         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
39531         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
39532         time warning rather than a link error.
39533
39534 2007-02-12  Bruno Haible  <bruno@clisp.org>
39535
39536         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
39537         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
39538         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
39539
39540 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
39541
39542         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
39543         args, not 2.
39544
39545 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
39546
39547         New module 'time', so that apps can include <time.h> as per
39548         POSIX and GNU instead of separate include files like time_r.h
39549         and timegm.h.  This implementation tries out a simpler approach
39550         for replacing decls in standard include files (as compared to
39551         the string module), somewhat as an experiment.
39552
39553         * config/srclist.txt: Comment out mktime.c for now.
39554         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
39555         since it doesn't apply any more.  Use generic wording instead.
39556         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
39557         'time'.
39558         * lib/time_.h, m4/time_h.m4, modules/time: New files.
39559         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
39560         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
39561         Don't include <sys/types.h>; no longer needed since we assume C89.
39562         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
39563         * lib/strftime.c: Likewise.
39564         * lib/time_r.c: Likewise.
39565         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
39566         * lib/nanosleep.c: Include <time.h> first, to check interface.
39567         * lib/strptime.c: Likewise.
39568         * lib/time_r.c: Likewise.
39569         * lib/timegm.c: Likewise.
39570         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
39571         needed.
39572         * lib/timegm.c: Don't include timegm.h; no longer needed.
39573         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
39574         time.h now handles any problems in that area.
39575         (struct timespec, nanosleep): Remove; time.h now arranges for these.
39576         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
39577         that time.h defines struct timespec.
39578         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
39579         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
39580         handles that.
39581         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
39582         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
39583         needed.  Set REPLACE_LOCALTIME.
39584         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
39585         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
39586         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
39587         nanosleep; time_h.m4 now does that.  Don't require
39588         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
39589         module handles this now.
39590         * modules/getdate (Depends-on): Remove timespec.  Add time.
39591         * modules/nanosleep (Depends-on): Likewise.
39592         * modules/stat-time (Depends-on): Likewise.
39593         * modules/nanosleep (Include): Include time.h, not timespec.h.
39594         * modules/strptime (Files): Remove lib/strptime.h.
39595         (Depends-on): Add extensions, time.
39596         (Include): Include time.h, not strptime.h.
39597         * modules/time_r (Files): Remove lib/time_r.h.
39598         (Depends-on): Add time.
39599         (Include): Include time.h, not time_r.h.
39600         * modules/timegm: Likewise.
39601         * modules/timespec (Description): Now does timespec-related decls
39602         of our own, instead of struct timespec itself.
39603         (Depends-on): Add time; remove extensions.
39604         (Maintainer): Add self.
39605         * modules/utimecmp (Depends-on): Add time; remove timespec.
39606         * modules/utimens (Depends-on): Likewise.
39607         * modules/xnanosleep (Depends-on): Likewise.
39608
39609 2007-02-11  Bruno Haible  <bruno@clisp.org>
39610
39611         * lib/c-strstr.c: Include allocsa.h.
39612         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
39613         * lib/c-strcasestr.c: Include allocsa.h.
39614         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
39615         * lib/strcasestr.c: Include allocsa.h.
39616         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
39617         * lib/mbsstr.c: Include allocsa.h.
39618         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
39619         allocsa/freesa instead of malloc/free.
39620         * lib/mbscasestr.c: Include allocsa.h.
39621         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
39622         allocsa/freesa instead of malloc/free.
39623         * modules/c-strstr (Depends-on): Add allocsa.
39624         * modules/c-strcasestr (Depends-on): Likewise.
39625         * modules/strcasestr (Depends-on): Likewise.
39626         * modules/mbsstr (Depends-on): Likewise.
39627         * modules/mbscasestr (Depends-on): Likewise.
39628
39629 2007-02-11  Bruno Haible  <bruno@clisp.org>
39630
39631         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
39632
39633         * modules/mbsspn-tests: New file.
39634         * tests/test-mbsspn.sh: New file.
39635         * tests/test-mbsspn.c: New file.
39636
39637 2007-02-11  Bruno Haible  <bruno@clisp.org>
39638
39639         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
39640
39641         * modules/mbspbrk-tests: New file.
39642         * tests/test-mbspbrk.sh: New file.
39643         * tests/test-mbspbrk.c: New file.
39644
39645 2007-02-11  Bruno Haible  <bruno@clisp.org>
39646
39647         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
39648         unneeded cast.
39649
39650         * modules/mbscspn-tests: New file.
39651         * tests/test-mbscspn.sh: New file.
39652         * tests/test-mbscspn.c: New file.
39653
39654 2007-02-11  Bruno Haible  <bruno@clisp.org>
39655
39656         * modules/mbscasecmp-tests: New file.
39657         * tests/test-mbscasecmp.sh: New file.
39658         * tests/test-mbscasecmp.c: New file.
39659
39660 2007-02-11  Bruno Haible  <bruno@clisp.org>
39661
39662         Ensure O(n) worst-case complexity of mbscasestr.
39663         * lib/mbscasestr.c: Include stdbool.h.
39664         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
39665         functions.
39666         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
39667         the bookkeeping indicates that it's worth it.
39668         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
39669
39670         * modules/mbscasestr-tests: New file.
39671         * tests/test-mbscasestr1.c: New file.
39672         * tests/test-mbscasestr2.sh: New file.
39673         * tests/test-mbscasestr2.c: New file.
39674         * tests/test-mbscasestr3.sh: New file.
39675         * tests/test-mbscasestr3.c: New file.
39676         * tests/test-mbscasestr4.sh: New file.
39677         * tests/test-mbscasestr4.c: New file.
39678         * m4/locale-tr.m4: New file.
39679
39680 2007-02-11  Bruno Haible  <bruno@clisp.org>
39681
39682         Ensure O(n) worst-case complexity of mbsstr.
39683         * lib/mbsstr.c: Include stdbool.h.
39684         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
39685         functions.
39686         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
39687         bookkeeping indicates that it's worth it.
39688         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
39689
39690         * modules/mbsstr-tests: New file.
39691         * tests/test-mbsstr1.c: New file.
39692         * tests/test-mbsstr2.sh: New file.
39693         * tests/test-mbsstr2.c: New file.
39694         * tests/test-mbsstr3.sh: New file.
39695         * tests/test-mbsstr3.c: New file.
39696         * m4/locale-fr.m4: New file.
39697
39698 2007-02-11  Bruno Haible  <bruno@clisp.org>
39699
39700         * lib/mbsrchr.c (mbsrchr): Fix bug.
39701
39702         * modules/mbsrchr-tests: New file.
39703         * tests/test-mbsrchr.sh: New file.
39704         * tests/test-mbsrchr.c: New file.
39705
39706 2007-02-11  Bruno Haible  <bruno@clisp.org>
39707
39708         * lib/mbschr.c (mbschr): Fix bug.
39709
39710         * modules/mbschr-tests: New file.
39711         * tests/test-mbschr.sh: New file.
39712         * tests/test-mbschr.c: New file.
39713         * m4/locale-zh.m4: New file.
39714
39715 2007-02-11  Bruno Haible  <bruno@clisp.org>
39716
39717         Support for copying multibyte string iterators.
39718         * lib/mbiter.h: Include <string.h>.
39719         (mbiter_multi_copy): New function.
39720         (mbi_copy): New macro.
39721         * lib/mbuiter.h: Include <string.h>.
39722         (mbuiter_multi_copy): New function.
39723         (mbui_copy): New macro.
39724
39725 2007-02-11  Bruno Haible  <bruno@clisp.org>
39726
39727         New module mbslen.
39728         * modules/mbslen: New file.
39729         * lib/mbslen.c: New file.
39730         * lib/string_.h (mbslen): New declaration.
39731         * m4/mbslen.m4: New file.
39732         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39733         GNULIB_MBSLEN.
39734         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
39735         * MODULES.html.sh (Internationalization functions): Add mbslen.
39736
39737 2007-02-11  Bruno Haible  <bruno@clisp.org>
39738
39739         Ensure O(n) worst-case complexity of strcasestr substitute.
39740         * lib/strcasestr.c: Include stdbool.h.
39741         (knuth_morris_pratt): New function.
39742         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
39743         bookkeeping indicates that it's worth it.
39744         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
39745
39746         * modules/strcasestr-tests: New file.
39747         * tests/test-strcasestr.c: New file.
39748
39749 2007-02-11  Bruno Haible  <bruno@clisp.org>
39750
39751         Ensure O(n) worst-case complexity of c_strcasestr.
39752         * lib/c-strcasestr.c: Include stdbool.h, string.h.
39753         (knuth_morris_pratt): New function.
39754         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
39755         the bookkeeping indicates that it's worth it.
39756         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
39757
39758         * modules/c-strcasestr-tests: New file.
39759         * tests/test-c-strcasestr.c: New file.
39760
39761 2007-02-11  Bruno Haible  <bruno@clisp.org>
39762
39763         Ensure O(n) worst-case complexity of c_strstr.
39764         * lib/c-strstr.c: Include stdbool.h, string.h.
39765         (knuth_morris_pratt): New function.
39766         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
39767         bookkeeping indicates that it's worth it.
39768         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
39769
39770         * lib/c-strstr.c: Complete rewrite for maintainability.
39771
39772         * modules/c-strstr-tests: New file.
39773         * tests/test-c-strstr.c: New file.
39774
39775 2007-02-11  Bruno Haible  <bruno@clisp.org>
39776
39777         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
39778         5.2.1 and earlier, whereby \055 was treated just like the range
39779         delimiter '-'.
39780         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
39781
39782 2007-02-08  Bruno Haible  <bruno@clisp.org>
39783
39784         * modules/regex (Depends-on): Add stdbool.
39785         Reported by Dalibor Topic <robilad@kaffe.org>.
39786
39787 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
39788
39789         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
39790         Prefer returning from main to exiting from it.
39791         Remove unnecessary parens after sizeof.
39792
39793 2007-02-05  Bruno Haible  <bruno@clisp.org>
39794
39795         New module mbssep.
39796         * modules/mbssep: New file.
39797         * lib/mbssep.c: New file.
39798         * lib/string_.h (strsep): Add a conditional link warning.
39799         (mbssep): New declaration.
39800         * m4/mbssep.m4: New file.
39801         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39802         GNULIB_MBSSEP.
39803         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
39804         * MODULES.html.sh (Internationalization functions): Add mbssep.
39805
39806 2007-02-05  Bruno Haible  <bruno@clisp.org>
39807
39808         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
39809         Optimize search in case of 1 delimiter.
39810
39811 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
39812
39813         * lib/acl.h: Include sys/types.h before sys/acl.h.
39814
39815 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
39816
39817         Merge upstream fix for glibc bugzilla #3957:
39818
39819         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
39820
39821         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
39822         bit for RE_HAT_LISTS_NOT_NEWLINE.
39823         (build_charclass_op): Remove bogus comment.
39824
39825 2007-02-05  Simon Josefsson  <simon@josefsson.org>
39826
39827         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
39828
39829 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
39830
39831         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
39832         * lib/memmem.c [!defined _LIBC]: Include config.h.
39833
39834 2007-02-04  Bruno Haible  <bruno@clisp.org>
39835
39836         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
39837         warning message.
39838
39839 2007-02-04  Bruno Haible  <bruno@clisp.org>
39840
39841         New module mbstok_r.
39842         * modules/mbstok_r: New file.
39843         * lib/mbstok_r.c: New file.
39844         * lib/string_.h (strtok_r): Change argument names to match the
39845         comments. Add a conditional link warning.
39846         (mbstok_r): New declaration.
39847         * m4/mbstok_r.m4: New file.
39848         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39849         GNULIB_MBSTOK_R.
39850         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
39851         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
39852
39853 2007-02-04  Bruno Haible  <bruno@clisp.org>
39854
39855         New module mbsspn.
39856         * modules/mbsspn: New file.
39857         * lib/mbsspn.c: New file.
39858         * lib/string_.h (strspn): Add a conditional link warning.
39859         (mbsspn): New declaration.
39860         * m4/mbsspn.m4: New file.
39861         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39862         GNULIB_MBSSPN.
39863         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
39864         * MODULES.html.sh (Internationalization functions): Add mbsspn.
39865
39866 2007-02-04  Bruno Haible  <bruno@clisp.org>
39867
39868         New module mbspbrk.
39869         * modules/mbspbrk: New file.
39870         * lib/mbspbrk.c: New file.
39871         * lib/string_.h (strpbrk): Add a conditional link warning.
39872         (mbspbrk): New declaration.
39873         * m4/mbspbrk.m4: New file.
39874         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39875         GNULIB_MBSPBRK.
39876         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
39877         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
39878
39879 2007-02-04  Bruno Haible  <bruno@clisp.org>
39880
39881         New module mbscspn.
39882         * modules/mbscspn: New file.
39883         * lib/mbscspn.c: New file.
39884         * lib/string_.h (strcspn): Add a conditional link warning.
39885         (mbscspn): New declaration.
39886         * m4/mbscspn.m4: New file.
39887         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39888         GNULIB_MBSCSPN.
39889         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
39890         * MODULES.html.sh (Internationalization functions): Add mbscspn.
39891
39892 2007-02-04  Bruno Haible  <bruno@clisp.org>
39893
39894         New module mbscasestr, reduced goal of strcasestr.
39895         * modules/mbscasestr: New file.
39896         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
39897         (mbscasestr): Renamed from strcasestr.
39898         * lib/strcasestr.c: Don't include mbuiter.h.
39899         (strcasestr): Remove support for multibyte locales.
39900         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
39901         Change the conditional link warning.
39902         (mbscasestr): New declaration.
39903         * m4/mbscasestr.m4: New file.
39904         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
39905         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
39906         REPLACE_STRCASESTR.
39907         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
39908         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
39909         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
39910         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
39911         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
39912         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
39913         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
39914         (Depends-on): Remove mbuiter.
39915         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
39916
39917 2007-02-04  Bruno Haible  <bruno@clisp.org>
39918
39919         Simplify handling of strncasecmp.
39920         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
39921         the conditional link warning.
39922         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
39923         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
39924         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
39925         * modules/strcase (configure.ac): Don't invoke
39926         gl_STRING_MODULE_INDICATOR.
39927         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
39928
39929 2007-02-04  Bruno Haible  <bruno@clisp.org>
39930
39931         New module mbscasecmp, reduced goal of strcasecmp.
39932         * modules/mbscasecmp: New file.
39933         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
39934         (mbscasecmp): Renamed from strcasecmp.
39935         * lib/strcasecmp.c: Don't include mbuiter.h.
39936         (strcasecmp): Remove support for multibyte locales.
39937         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
39938         Change the conditional link warning.
39939         (mbscasecmp): New declaration.
39940         * m4/mbscasecmp.m4: New file.
39941         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
39942         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
39943         REPLACE_STRCASECMP.
39944         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
39945         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39946         GNULIB_MBSCASECMP.
39947         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
39948         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
39949         * modules/strcase (Files): Remove m4/mbrtowc.m4.
39950         (Depends-on): Remove mbuiter.
39951         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
39952
39953 2007-02-04  Bruno Haible  <bruno@clisp.org>
39954
39955         New module mbsstr. Remove module strstr.
39956         * modules/mbsstr: New file.
39957         * modules/strstr: Remove file.
39958         * lib/mbsstr.c: Renamed from lib/strstr.c.
39959         (mbsstr): Renamed from strstr.
39960         * lib/string_.h (strstr): Remove declaration. Change the conditional
39961         link warning.
39962         (mbsstr): New declaration.
39963         * m4/mbsstr.m4: New file.
39964         * m4/strstr.m4: Remove file.
39965         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
39966         REPLACE_STRSTR.
39967         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
39968         Don't initialize GNULIB_STRSTR.
39969         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
39970         substitute GNULIB_STRSTR and REPLACE_STRSTR.
39971         * MODULES.html.sh (Internationalization functions): Add mbsstr.
39972         (Support for systems lacking ANSI C 89): Remove strstr.
39973
39974 2007-02-04  Bruno Haible  <bruno@clisp.org>
39975
39976         New module mbsrchr.
39977         * modules/mbsrchr: New file.
39978         * lib/mbsrchr.c: New file.
39979         * lib/string_.h (strrchr): Add a conditional link warning.
39980         (mbsrchr): New declaration.
39981         * m4/mbsrchr.m4: New file.
39982         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39983         GNULIB_MBSRCHR.
39984         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
39985         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
39986
39987 2007-02-04  Bruno Haible  <bruno@clisp.org>
39988
39989         New module mbschr.
39990         * modules/mbschr: New file.
39991         * lib/mbschr.c: New file.
39992         * lib/string_.h (strchr): Add a conditional link warning.
39993         (mbschr): New declaration.
39994         * m4/mbschr.m4: New file.
39995         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39996         GNULIB_MBSCHR.
39997         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
39998         * MODULES.html.sh (Internationalization functions): Add mbschr.
39999
40000 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
40001
40002         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
40003
40004         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
40005
40006 2007-02-04  Bruno Haible  <bruno@clisp.org>
40007
40008         New module description section 'configure.ac-early'.
40009         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
40010         (func_get_autoconf_early_snippet): New function.
40011         (func_import, func_create_testdir): Use it. Remove special cases for
40012         modules 'extensions' and 'lock'.
40013         * modules/extensions (configure.ac-early): Require
40014         gl_USE_SYSTEM_EXTENSIONS.
40015         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
40016
40017 2007-02-04  Bruno Haible  <bruno@clisp.org>
40018
40019         Make use of gcj-4.3's -fsource and -ftarget option.
40020         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
40021         and if so try the options -fsource and -ftarget.
40022         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
40023         source_version, ftarget_option, target_version arguments.
40024         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
40025         (is_envjavac_oldgcj_14_14_usable): Renamed from
40026         is_envjavac_gcj_14_14_usable.
40027         (is_envjavac_oldgcj_14_13_usable): Renamed from
40028         is_envjavac_gcj_14_13_usable.
40029         (is_gcj_present): Update.
40030         (is_gcj_43, is_gcj43_usable): New functions.
40031         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
40032         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
40033         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
40034         try the options -fsource and -ftarget.
40035
40036 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
40037
40038         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
40039         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
40040         larger value.
40041
40042 2007-02-03  Jim Meyering  <jim@meyering.net>
40043
40044         Give tools a better chance to allocate space for very large buffers.
40045         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
40046
40047         Make pwd and readlink work also when run with an unreadable parent dir
40048         on systems with openat support.
40049         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
40050         provided getcwd function, even when we have openat support.
40051         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
40052
40053 2007-02-02  Bruno Haible  <bruno@clisp.org>
40054
40055         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
40056         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
40057         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
40058         portability problems if one of these functions is only used on specific
40059         platforms.
40060         Reported by Paul Eggert.
40061
40062 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
40063
40064         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
40065         is causing more trouble than it's curing.
40066         * lib/regex_internal.h (__mempcpy): Remove.
40067         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
40068         (and make the code a tad smaller to boot).
40069         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
40070
40071 2007-02-02  Jim Meyering  <jim@meyering.net>
40072
40073         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
40074         section, not in the Makefile.am: one.
40075
40076 2007-02-02  Eric Blake  <ebb9@byu.net>
40077
40078         * lib/strchrnul.c: Always include config.h first.
40079
40080         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
40081         gnulib strstr is not necessary here.
40082
40083 2007-02-02  Simon Josefsson  <simon@josefsson.org>
40084
40085         * m4/socklen.m4: Fix typo.
40086
40087 2007-02-02  Eric Blake  <ebb9@byu.net>
40088
40089         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
40090         * modules/netinet_in (Makefile.am): Likewise.
40091
40092 2007-02-01  Bruno Haible  <bruno@clisp.org>
40093
40094         * lib/string_.h (GL_LINK_WARNING): New macro.
40095         (strcasecmp, strstr, strcasestr): If provided by the system,
40096         conditionally define as a macro that leads to a warning instead of to
40097         an error.
40098         (strncasecmp): Conditionally define as a macro that leads to a warning.
40099
40100 2007-02-01  Karl Berry  <karl@gnu.org>
40101
40102         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
40103
40104 2007-02-01  Bruno Haible  <bruno@clisp.org>
40105
40106         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
40107         renamings.
40108
40109 2007-02-01  Eric Blake  <ebb9@byu.net>
40110
40111         * modules/regex (Depends-on): Revert dependence on mempcpy.
40112         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
40113         module's definition of mempcpy.
40114         Reported by Paul Eggert.
40115
40116 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
40117
40118         * lib/string_.h: If the gnulib module XYZ is not present, undefine
40119         the symbol XYZ before redefining it.  This fixes a problem with
40120         programs that don't use XYZ, when compiled on systems that define
40121         XYZ to something else.
40122
40123 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
40124
40125         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
40126         occurs when "mkdir -m foo" creates a setgid directory that is (1)
40127         writeable to group or other and (2) is intended to have a special
40128         mode bit that is set or cleared.  In such a case, the directory
40129         should be neither group- nor other-writeable until the special
40130         mode bits are right.
40131
40132 2007-01-31  Eric Blake  <ebb9@byu.net>
40133
40134         * modules/mountlist (Depends-on): Add strstr.
40135
40136         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
40137         bug.
40138         * modules/string (Makefile.am): Remove redundant replacement.
40139         * modules/regex (Depends-on): Add mempcpy.
40140
40141 2007-01-31  Bruno Haible  <bruno@clisp.org>
40142
40143         New module description field 'Link'.
40144         * gnulib-tool (func_usage): Document --extract-link-directive.
40145         (sed_extract_prog): Recognize 'Link' directive.
40146         (func_get_link_directive): New function.
40147         (func_import): Show summary of link directives.
40148         Handle --extract-link-directive option.
40149         * modules/acl (Link): New section.
40150         * modules/clock-time (Link): New section.
40151         * modules/euidaccess (Link): New section.
40152         * modules/gettext (Link): New section.
40153         * modules/iconv (Link): New section.
40154         * modules/lock (Link): New section.
40155         * modules/nanosleep (Link): New section.
40156         * modules/readline (Link): New section.
40157
40158 2007-01-27  Bruno Haible  <bruno@clisp.org>
40159
40160         Enforce the use of gnulib modules for unportable <string.h> functions.
40161         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
40162         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
40163         (gl_HEADER_STRING_H_BODY): Require it.
40164         * lib/string_.h: If the gnulib module XYZ is not present, redefine
40165         the symbol XYZ to one that gives a link error.
40166         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
40167         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
40168         * modules/mempcpy (configure.ac): Likewise.
40169         * modules/memrchr (configure.ac): Likewise.
40170         * modules/stpcpy (configure.ac): Likewise.
40171         * modules/stpncpy (configure.ac): Likewise.
40172         * modules/strcase (configure.ac): Likewise.
40173         * modules/strcasestr (configure.ac): Likewise.
40174         * modules/strchrnul (configure.ac): Likewise.
40175         * modules/strdup (configure.ac): Likewise.
40176         * modules/strndup (configure.ac): Likewise.
40177         * modules/strnlen (configure.ac): Likewise.
40178         * modules/strpbrk (configure.ac): Likewise.
40179         * modules/strsep (configure.ac): Likewise.
40180         * modules/strstr (configure.ac): Likewise.
40181         * modules/strtok_r (configure.ac): Likewise.
40182
40183 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
40184
40185         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
40186
40187 2007-01-30  Jim Meyering  <jim@meyering.net>
40188
40189         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
40190
40191 2007-01-29  Bruno Haible  <bruno@clisp.org>
40192
40193         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
40194         * lib/execute.c: Likewise.
40195         * lib/pipe.c: Likewise.
40196         * lib/printf-args.h: Likewise.
40197         * lib/printf-args.c: Likewise.
40198         * lib/printf-parse.c: Likewise.
40199         * lib/vasnprintf.c: Likewise.
40200
40201 2007-01-29  Eric Blake  <ebb9@byu.net>
40202
40203         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
40204         declaration.
40205
40206 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
40207
40208         * lib/strptime.h (strptime): Use 'restrict' for args where
40209         POSIX requires this.
40210         * lib/strptime.c (strptime): Likewise.
40211         Change license notice from LGPL to GPL, since gnulib-tool will
40212         change this as needed.
40213         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
40214         defined.
40215         Include "strptime.h" first, to check interface.
40216         Do not #undef _LIBC and _NL_CURRENT.
40217         Do not include <stdlib.h>; no longer needed.
40218         Include "time_r.h" and declare ptime_locale_status
40219         only if _LIBC is not defined.
40220         (__P): Remove unused macro.
40221         (match_string): Bring back glibc version, but use it only if _LIBC
40222         is defined.
40223         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
40224         Remove unnecessary assertion and abort() call.
40225         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
40226         * m4/strptime.m4: Fix serial number comment.
40227         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
40228         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
40229         (Depends-on): Add time_r.
40230
40231 2007-01-29  Bruno Haible  <bruno@clisp.org>
40232
40233         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
40234         strptime.
40235         * modules/strptime (Depends-on): Add stdbool.
40236         * lib/strptime.h: Include <time.h> always. Add comments.
40237
40238 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
40239
40240         * modules/strptime: New file.
40241         * lib/strptime.h: New file.
40242         * lib/strptime.c: New file.
40243         * m4/strptime.m4: New file.
40244
40245 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
40246
40247         * MODULES.html.sh: New module mpsort.
40248         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
40249
40250         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
40251         a circularity problem with HP-UX ia64 reported by Bob Proulx in
40252         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
40253         All uses changed.
40254         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
40255         All uses changed.
40256         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
40257         to _Restrict_.
40258         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
40259         the parameter matches the prototype.
40260
40261 2007-01-28  Jim Meyering  <jim@meyering.net>
40262
40263         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
40264         sys/time.h here, reverting that part of the previous patch:
40265         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
40266
40267 2007-01-28  Bruno Haible  <bruno@clisp.org>
40268
40269         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
40270         value of $(SYS_TIME_H).
40271         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
40272         remove it conditionally, too. [added by Jim Meyering]
40273         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
40274         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
40275         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
40276         GETTIMEOFDAY_REPLACEMENT to 1.
40277
40278 2007-01-28  Bruno Haible  <bruno@clisp.org>
40279
40280         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
40281         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
40282         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
40283         Set UNISTD_H instead of UNISTD_H2.
40284         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
40285
40286 2007-01-28  Bruno Haible  <bruno@clisp.org>
40287
40288         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
40289         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
40290
40291 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40292
40293         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
40294         (func_create_testdir): Ensure C locale for `grep' and `tr'
40295         character ranges.
40296         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
40297         ACLOCAL_AMFLAGS parsing state machine.
40298
40299 2007-01-27  Bruno Haible  <bruno@clisp.org>
40300
40301         * modules/unistr/base: Update.
40302
40303 2007-01-27  Bruno Haible  <bruno@clisp.org>
40304
40305         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
40306         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
40307         * modules/unistr/u32-mbtouc-unsafe: Renamed from
40308         modules/unistr/u32-mbtouc.
40309         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
40310         * lib/unistr.h: Update.
40311         * lib/linebreak.c: Update.
40312         * modules/unistr/u32-mbtouc: Renamed from
40313         modules/unistr/u32-mbtouc-safe.
40314         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
40315         * lib/unistr.h: Update.
40316         * lib/unistr/u32-to-u8.c: Update.
40317         * lib/unistr/u32-to-u16.c: Update.
40318
40319 2007-01-27  Bruno Haible  <bruno@clisp.org>
40320
40321         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
40322         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
40323         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
40324         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
40325         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
40326         * modules/unistr/u16-mbtouc-unsafe: Renamed from
40327         modules/unistr/u16-mbtouc.
40328         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
40329         * lib/unistr.h: Update.
40330         * lib/linebreak.c: Update.
40331         * modules/linebreak: Update.
40332         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
40333         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
40334         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
40335         * modules/unistr/u16-mbtouc: Renamed from
40336         modules/unistr/u16-mbtouc-safe.
40337         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
40338         * lib/unistr.h: Update.
40339         * lib/unistr/u16-to-u8.c: Update.
40340         * modules/unistr/u16-to-u8: Update.
40341         * lib/unistr/u16-to-u32.c: Update.
40342         * modules/unistr/u16-to-u32: Update.
40343
40344 2007-01-27  Bruno Haible  <bruno@clisp.org>
40345
40346         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
40347         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
40348         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
40349         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
40350         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
40351         * modules/unistr/u8-mbtouc-unsafe: Renamed from
40352         modules/unistr/u8-mbtouc.
40353         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
40354         * lib/unistr.h: Update.
40355         * lib/striconveh.c: Update.
40356         * modules/striconveh: Update.
40357         * lib/linebreak.c: Update.
40358         * modules/linebreak: Update.
40359         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
40360         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
40361         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
40362         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
40363         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
40364         * lib/unistr.h: Update.
40365         * lib/striconveh.c: Update.
40366         * modules/striconveh: Update.
40367         * lib/unistr/u8-to-u16.c: Update.
40368         * modules/unistr/u8-to-u16: Update.
40369         * lib/unistr/u8-to-u32.c: Update.
40370         * modules/unistr/u8-to-u32: Update.
40371
40372 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40373
40374         Sync from Libtool.
40375         * lib/argz.c: Do not include strings.h nor memory.h, include
40376         string.h unconditionally.  Patch by Simon Josefsson.
40377
40378 2007-01-27  Bruno Haible  <bruno@clisp.org>
40379
40380         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
40381         from gl_HEADER_STRING_H_BODY.
40382         (gl_HEADER_STRING_H_BODY): Require it.
40383         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
40384         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
40385         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
40386         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
40387         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
40388         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
40389         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
40390         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
40391         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
40392         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
40393         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
40394         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
40395         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
40396         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
40397         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
40398
40399 2007-01-27  Bruno Haible  <bruno@clisp.org>
40400
40401         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
40402         check_PROGRAMS into noinst_PROGRAMS.
40403         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
40404         check_PROGRAMS in this case.
40405         (func_import): Set for_test to false.
40406         (func_create_testdir): Set for_test to true.
40407
40408 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
40409             Bruno Haible  <bruno@clisp.org>
40410
40411         * modules/strcasestr (Files): Remove lib/strcasestr.h.
40412         (Depends-on): Add string.
40413         (Includes): Use <string.h> instead of strcasestr.h.
40414         * modules/string (Makefile.am): Also substitute the value of
40415         REPLACE_STRCASESTR.
40416         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
40417         assume strcasestr is declared in <string.h> not <strings.h>. Also
40418         set REPLACE_STRCASESTR.
40419         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
40420         REPLACE_STRCASESTR.
40421         * lib/strcasestr.h: Remove file.
40422         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
40423         * lib/string_.h (strcasestr): New declaration.
40424
40425 2007-01-27  Bruno Haible  <bruno@clisp.org>
40426
40427         * lib/string_.h: Use 'extern'.
40428
40429 2007-01-27  Jim Meyering  <jim@meyering.net>
40430
40431         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
40432         of set-but-not-used local, "q".
40433
40434         * lib/mempcpy.c: Include <config.h> before <string.h>.
40435         This fixes a compilation error on HP-UX, due to the system's
40436         "restrict"-using mempcpy prototype.
40437
40438 2007-01-26  Bruno Haible  <bruno@clisp.org>
40439
40440         Small optimization.
40441         * lib/javacomp.c: Include c-strstr.h.
40442          (is_envjavac_gcj): Use c_strstr instead of strstr.
40443         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
40444
40445 2007-01-26  Bruno Haible  <bruno@clisp.org>
40446
40447         * MODULES.html.sh (Unicode string functions): Add the new modules.
40448
40449         * modules/uniconv/u32-strconv-to-locale: New file.
40450         * lib/uniconv/u32-strconv-to-locale.c: New file.
40451
40452         * modules/uniconv/u16-strconv-to-locale: New file.
40453         * lib/uniconv/u16-strconv-to-locale.c: New file.
40454
40455         * modules/uniconv/u8-strconv-to-locale: New file.
40456         * lib/uniconv/u8-strconv-to-locale.c: New file.
40457
40458         * modules/uniconv/u32-strconv-from-locale: New file.
40459         * lib/uniconv/u32-strconv-from-locale.c: New file.
40460
40461         * modules/uniconv/u16-strconv-from-locale: New file.
40462         * lib/uniconv/u16-strconv-from-locale.c: New file.
40463
40464         * modules/uniconv/u8-strconv-from-locale: New file.
40465         * lib/uniconv/u8-strconv-from-locale.c: New file.
40466
40467         * modules/uniconv/u32-strconv-to-enc: New file.
40468         * lib/uniconv/u32-strconv-to-enc.c: New file.
40469         * modules/uniconv/u32-strconv-to-enc-tests: New file.
40470         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
40471
40472         * modules/uniconv/u16-strconv-to-enc: New file.
40473         * lib/uniconv/u16-strconv-to-enc.c: New file.
40474         * lib/uniconv/u-strconv-to-enc.h: New file.
40475         * modules/uniconv/u16-strconv-to-enc-tests: New file.
40476         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
40477
40478         * modules/uniconv/u8-strconv-to-enc: New file.
40479         * lib/uniconv/u8-strconv-to-enc.c: New file.
40480         * modules/uniconv/u8-strconv-to-enc-tests: New file.
40481         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
40482
40483         * modules/uniconv/u32-strconv-from-enc: New file.
40484         * lib/uniconv/u32-strconv-from-enc.c: New file.
40485         * modules/uniconv/u32-strconv-from-enc-tests: New file.
40486         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
40487
40488         * modules/uniconv/u16-strconv-from-enc: New file.
40489         * lib/uniconv/u16-strconv-from-enc.c: New file.
40490         * modules/uniconv/u16-strconv-from-enc-tests: New file.
40491         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
40492
40493         * modules/uniconv/u8-strconv-from-enc: New file.
40494         * lib/uniconv/u8-strconv-from-enc.c: New file.
40495         * lib/uniconv/u-strconv-from-enc.h: New file.
40496         * modules/uniconv/u8-strconv-from-enc-tests: New file.
40497         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
40498
40499         * modules/uniconv/u32-conv-from-enc: New file.
40500         * lib/uniconv/u32-conv-from-enc.c: New file.
40501         * modules/uniconv/u32-conv-from-enc-tests: New file.
40502         * tests/uniconv/test-u32-conv-from-enc.c: New file.
40503
40504         * modules/uniconv/u16-conv-from-enc: New file.
40505         * lib/uniconv/u16-conv-from-enc.c: New file.
40506         * lib/uniconv/u-conv-from-enc.h: New file.
40507         * modules/uniconv/u16-conv-from-enc-tests: New file.
40508         * tests/uniconv/test-u16-conv-from-enc.c: New file.
40509
40510         * modules/uniconv/u8-conv-from-enc: New file.
40511         * lib/uniconv/u8-conv-from-enc.c: New file.
40512         * modules/uniconv/u8-conv-from-enc-tests: New file.
40513         * tests/uniconv/test-u8-conv-from-enc.c: New file.
40514
40515         * modules/uniconv/base: New file.
40516         * lib/uniconv.h: New file.
40517
40518 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
40519
40520         * doc/gnulib-tool.texi (Initial import): Update to match current
40521         behavior with strdup module.
40522         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
40523         * lib/memmem.h: Remove; all uses removed.  This is now done
40524         by <string.h>.
40525         * lib/mempcpy.h: Likewise.
40526         * lib/memrchr.h: Likewise.
40527         * lib/stpcpy.h: Likewise.
40528         * lib/stpncpy.h: Likewise.
40529         * lib/strcase.h: Likewise.
40530         * lib/strchrnul.h: Likewise.
40531         * lib/strdup.h: Likewise.
40532         * lib/strndup.h: Likewise.
40533         * lib/strnlen.h: Likewise.
40534         * lib/strpbrk.h: Likewise.
40535         * lib/strsep.h: Likewise.
40536         * lib/strstr.h: Likewise.
40537         * lib/strtok_r.h: Likewise.
40538         * lib/string_.h: New file.
40539         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
40540         Rely on <string.h> instead.
40541         * lib/canon-host.c: Likewise.
40542         * lib/chdir-long.c: Likewise.
40543         * lib/concatpath.c: Likewise.
40544         * lib/exclude.c: Likewise.
40545         * lib/fchdir.c: Likewise.
40546         * lib/getaddrinfo.c: Likewise.
40547         * lib/getcwd.c: Likewise.
40548         * lib/getsubopt.c: Likewise.
40549         * lib/glob.c: Likewise.
40550         * lib/hard-locale.c: Likewise.
40551         * lib/iconvme.c: Likewise.
40552         * lib/javacomp.c: Likewise.
40553         * lib/mempcpy.c: Likewise.
40554         * lib/memrchr.c: Likewise.
40555         * lib/regex_internal.h: Likewise.
40556         * lib/stpncpy.c: Likewise.
40557         * lib/strcasecmp.c: Likewise.
40558         * lib/strchrnul.c: Likewise.
40559         * lib/strdup.c: Likewise.
40560         * lib/striconv.c: Likewise.
40561         * lib/striconveh.c: Likewise.
40562         * lib/striconveha.c: Likewise.
40563         * lib/strncasecmp.c: Likewise.
40564         * lib/strndup.c: Likewise.
40565         * lib/strnlen.c: Likewise.
40566         * lib/strsep.c: Likewise.
40567         * lib/strstr.c: Likewise.
40568         * lib/strtok_r.c: Likewise.
40569         * lib/userspec.c: Likewise.
40570         * lib/w32spawn.h: Likewise.
40571         * lib/xstrndup.c: Likewise.
40572         * lib/mountlist.c (strstr): Remove decl.
40573         * m4/string_h.m4: New file.
40574         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
40575         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
40576         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
40577         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
40578         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
40579         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
40580         Set REPLACE_STRCASECMP if necessary.
40581         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
40582         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
40583         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
40584         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
40585         HAVE_DECL_STRDUP if necessary.
40586         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
40587         since gl_FUNC_STRNDUP does that now.
40588         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
40589         Check for decl here...
40590         (gl_PREREQ_STRNLEN): ... not here.
40591         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
40592         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
40593         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
40594         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
40595         necessary.
40596         * modules/string: New file.
40597         * modules/memmem (Files): Remove special-purpose include file.
40598         (Depends-on): Add string.
40599         (Include): Include <string.h>, not the removed file.
40600         * modules/mempcpy: Likewise.
40601         * modules/memrchr: Likewise.
40602         * modules/stpcpy: Likewise.
40603         * modules/stpncpy: Likewise.
40604         * modules/strcase: Likewise.
40605         * modules/strchrnul: Likewise.
40606         * modules/strdup: Likewise.
40607         * modules/strndup: Likewise.
40608         * modules/strnlen: Likewise.
40609         * modules/strpbrk: Likewise.
40610         * modules/strsep: Likewise.
40611         * modules/strstr: Likewise.
40612         * modules/strtok_r: Likewise.
40613         * tests/test-dirname.c: Don't include "strdup.h", since
40614         <string.h> now suffices.
40615         * tests/test-memmem.c: Don't include "memmem.h", since
40616         <string.h> now suffices.
40617
40618 2007-01-25  Bruno Haible  <bruno@clisp.org>
40619
40620         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
40621         *resultp is 0.
40622
40623         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
40624         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
40625         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
40626         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
40627
40628         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
40629         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
40630         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
40631         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
40632         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
40633         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
40634
40635 2007-01-24  Bruno Haible  <bruno@clisp.org>
40636
40637         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
40638         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
40639         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
40640         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
40641         gl_FUNC_FTS_CORE.
40642         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
40643         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
40644         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
40645         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
40646         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
40647         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
40648         gl_FUNC_FCHOWNAT.
40649         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
40650         gl_FUNC_STRFTIME.
40651         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
40652         Reported by Ralf Wildenhues.
40653
40654 2007-01-24  Bruno Haible  <bruno@clisp.org>
40655
40656         Drop AC_REQUIRE calls that are redundant with the module dependencies.
40657         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
40658         gl_GETADDRINFO.
40659         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
40660         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
40661         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
40662
40663 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
40664
40665         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
40666         Don't use 'exit'; just return from 'main'.
40667         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
40668
40669         * lib/fnmatch_.h: Readjust white space and comments to match
40670         glibc, to avoid spurious diffs.
40671
40672 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
40673
40674         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
40675         2004-12-01 change by Jakub Jelinek, since this code won't compile
40676         if !LIBC.  Problem reported by Bob Proulx.
40677
40678 2007-01-23  Bruno Haible  <bruno@clisp.org>
40679
40680         * lib/striconveh.c: Include c-strcaseeq.h.
40681         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
40682         * modules/striconveh (Depends-on): Add c-strcaseeq.
40683
40684 2007-01-23  Bruno Haible  <bruno@clisp.org>
40685
40686         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
40687
40688         * modules/c-strcaseeq: New file.
40689         * lib/c-strcaseeq.h: New file.
40690
40691         * modules/streq: New file.
40692         * lib/streq.h: New file.
40693
40694 2007-01-23  Bruno Haible  <bruno@clisp.org>
40695
40696         * modules/striconveha-tests: New file.
40697         * tests/test-striconveha.c: New file.
40698
40699         * lib/striconveha.h: Include <stdbool.h>.
40700         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
40701         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
40702         (mem_iconveha_notranslit): Renamed from mem_iconveha.
40703         (mem_iconveha): New function.
40704         (str_iconveha_notranslit): Renamed from str_iconveha.
40705         (str_iconveha): New function.
40706         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
40707         c-strcase.
40708
40709 2007-01-23  Bruno Haible  <bruno@clisp.org>
40710
40711         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
40712         encodings without forgiving before trying any encoding with handler.
40713         (str_iconveha): Try all encodings without forgiving before trying any
40714         encoding with handler.
40715
40716 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
40717
40718         Import the following changes from libc.
40719
40720         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
40721
40722         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
40723
40724         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
40725
40726         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
40727         normal_bracket label.
40728
40729         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
40730
40731         [BZ #361]
40732         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
40733         to normal_bracket after fetching the next character.
40734
40735 2007-01-22  Bruno Haible  <bruno@clisp.org>
40736
40737         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
40738         argument.
40739         * lib/striconveh.c (iconv_carefully_1): New function.
40740         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
40741         argument.
40742         (str_cd_iconveh): Update.
40743         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
40744         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
40745         * tests/test-striconveh.c (MAGIC): New macro.
40746         (new_offsets): New function.
40747         (main): Test call with and without offsets.
40748
40749 2007-01-22  Bruno Haible  <bruno@clisp.org>
40750
40751         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
40752         * modules/sys_select (Makefile.am): Likewise.
40753         * modules/sys_socket (Makefile.am): Likewise.
40754         * modules/sys_time (Makefile.am): Likewise.
40755
40756 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
40757
40758         * modules/gettimeofday (License): Change from GPL to LGPL, since
40759         gettimeofday is a library function.
40760
40761 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
40762
40763         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
40764
40765 2007-01-21  Bruno Haible  <bruno@clisp.org>
40766
40767         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
40768
40769 2007-01-21  Bruno Haible  <bruno@clisp.org>
40770
40771         * modules/striconveha: New file.
40772         * lib/striconveha.h: New file.
40773         * lib/striconveha.c: New file.
40774         * MODULES.html.sh (Internationalization functions): Add striconveha.
40775         * lib/striconv.c (str_iconv): Optimize the case of an empty input
40776         string.
40777         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
40778
40779 2007-01-21  Bruno Haible  <bruno@clisp.org>
40780
40781         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
40782         * lib/striconveh.c (str_iconveh): Likewise.
40783
40784 2007-01-21  Bruno Haible  <bruno@clisp.org>
40785
40786         * lib/striconveh.h (mem_iconveh): New declaration.
40787         * lib/striconveh.c (mem_iconveh): New function.
40788         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
40789
40790 2007-01-21  Bruno Haible  <bruno@clisp.org>
40791
40792         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
40793
40794         * lib/striconveh.h (mem_cd_iconveh): Change specification.
40795         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
40796         original result buffer.
40797         (str_cd_iconveh): Update.
40798         * tests/test-striconveh.c (main): Update.
40799
40800         * lib/striconv.h (mem_cd_iconv): Change specification.
40801         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
40802         result buffer.
40803         (str_cd_iconv): Update.
40804         * tests/test-striconv.c (main): Update.
40805
40806 2007-01-21  Bruno Haible  <bruno@clisp.org>
40807
40808         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
40809
40810 2007-01-20  Jim Meyering  <jim@meyering.net>
40811
40812         * lib/userspec.c (parse_with_separator): If a user or group string
40813         starts with "+", skip the corresponding name-to-ID look-up, since
40814         such a look-up must fail: user and group names may not include "+".
40815
40816 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
40817
40818         * lib/poll.c: Include sys/time.h and time.h unconditionally,
40819         since we now assume the sys_time module.
40820         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
40821         check for sys/time.h; no longer needed.
40822         * modules/poll (Depends-on): Depend on sys_time.
40823
40824 2007-01-18  Bruno Haible  <bruno@clisp.org>
40825
40826         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
40827         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
40828
40829         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
40830         gettimeofday.
40831
40832         * tests/test-gettimeofday.c: Include <time.h>.
40833         (dummy): Remove variable.
40834
40835         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
40836         gl_HEADER_SYS_TIME_H.
40837         (gl_HEADER_SYS_TIME_H): New macro.
40838
40839         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
40840         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40841         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
40842         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
40843         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40844         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
40845         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
40846         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40847         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
40848         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
40849         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40850
40851         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
40852         last change; it caused a compilation error when cross-compiling to
40853         Cygwin.
40854
40855 2007-01-18  Jim Meyering  <jim@meyering.net>
40856
40857         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
40858         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
40859         than the race-prone "test -d sys || mkdir sys".
40860         (configure.ac): Use AC_PROG_MKDIR_P.
40861         * modules/sys_select: Likewise.
40862         * modules/sys_socket: Likewise.
40863         * modules/sys_time: Likewise.
40864
40865 2007-01-18  Eric Blake  <ebb9@byu.net>
40866
40867         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
40868         replace gettimeofday.
40869         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
40870         name, to avoid infinite recursion.
40871
40872 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
40873
40874         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
40875         module sys_time.
40876         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
40877         assume timespec.h defines struct timeval.
40878         * lib/settime.c: Likewise.
40879         * lib/utimens.c: Likewise.
40880         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
40881         since we now assume the gettimeofday module.
40882         * lib/tempname.c (__gen_tempname): Likewise.
40883         * lib/gettimeofday.h: Remove.
40884         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
40885         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
40886         Include <time.h>, for 'time()'.
40887         (localtime_buffer_addr): Also use this workaround if
40888         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
40889         to simplify the uses.  All uses changed.
40890         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
40891         that #undef is inside {}, and 'const' follows type name consistently.
40892         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
40893         (gettimeofday): Do not use the maximum possible value for
40894         tv->tv_usec, since that might break usages other than ls.c.
40895         Instead, we'll leave ls.c alone.  This undoes today's patch
40896         by Bruno.  Add a compile-time warning for 1s-clock resolution;
40897         we've never observed the problem but might as well keep the
40898         canary.
40899         * lib/nanosleep.c: Include timespec.h first, for interface check.
40900         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
40901         now assume the sys_time module.
40902         * lib/tempname.c: Likewise.
40903         * lib/timespec.h: Likewise.
40904         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
40905         needed.
40906         * lib/strftime.c: Likewise.
40907         * lib/timespec.h: Likewise.
40908         * lib/posixtm.c: Include posixtm.h first, for interface check.
40909         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
40910         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
40911         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
40912         * lib/sys_time_.h: New file.
40913         * lib/timespec.h (struct timespec): Use long int, not long.
40914         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
40915         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
40916         Remove obsolescent call to AC_HEADER_TIME.
40917         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
40918         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
40919         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
40920         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
40921         Likewise.
40922         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
40923         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
40924         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
40925         into the sys_time module.  Check for gettimeofday just once.
40926         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
40927         for gettimeofday signature to just check the signature.  Merely
40928         compile it, since linking doesn't test signature.  Improve test for
40929         whether gettimeofday.o is actually needed.
40930         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
40931         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
40932         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
40933         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40934         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
40935         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
40936         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
40937         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
40938         than worrying about sys/time.h.
40939         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
40940         Don't bother worrying about TIME_WITH_SYS_TIME.
40941         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
40942         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
40943         * m4/sys_time_h.m4: New file.
40944         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
40945         Don't include sys/time.h.  Return from main rather than exiting.
40946         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
40947         all uses changed.
40948         * modules/gethrxtime (Depends-on): Add sys_time.
40949         * modules/gettime (Depends-on): Likewise.
40950         * modules/gettimeofday (Depends-on): Likewise.
40951         * modules/nanosleep (Depends-on): Likewise.
40952         * modules/settime (Depends-on): Likewise.
40953         * modules/tempname (Depends-on): Likewise.
40954         * modules/utimens (Depends-on): Likewise.
40955         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
40956         (Include:) Change back to <sys/time.h>.
40957         (Maintainer:) Add self.
40958         * modules/sys_time: New file.
40959         * modules/tempname (Depends-on): Add gettimeofday.
40960         * tests/test-gettimeofday.c: Include <sys/time.h>
40961         rather than gettimeofday.h.
40962
40963 2007-01-17  Bruno Haible  <bruno@clisp.org>
40964
40965         * gnulib-tool (func_get_license): Revert last patch. Instead, let
40966         the license default to GPL.
40967         (func_create_testdir): Don't complain if a module is LGPL and its
40968         tests module depends on GPLed modules.
40969
40970 2007-01-17  Bruno Haible  <bruno@clisp.org>
40971
40972         * lib/gettimeofday.c (gettimeofday): Add code for the case
40973         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
40974         maximum possible value for tv->tv_usec, rather than the minimum one.
40975
40976 2005-10-08  Martin Lambers  <marlam@marlam.de>
40977 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
40978 2007-01-16  Bruno Haible  <bruno@clisp.org>
40979
40980         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
40981         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
40982         gl_FUNC_GETTIMEOFDAY.
40983         (Include): Add gettimeofday.h.
40984         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
40985         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
40986         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
40987         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
40988         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
40989         * lib/gettimeofday.h: New file.
40990         * lib/gettimeofday.c: Include <sys/timeb.h>.
40991         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
40992         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
40993         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
40994         fall back on time().
40995
40996         * tests/test-gettimeofday.c: New file.
40997         * modules/gettimeofday-tests: New file.
40998
40999 2007-01-16  Eric Blake  <ebb9@byu.net>
41000
41001         * modules/fnmatch (Depends-on): Depend on wchar.
41002         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
41003         * m4/fnmatch.m4: Likewise.
41004         * modules/mbchar (Makefile.am): Assume <wchar.h>.
41005         * m4/mbchar.m4: Likewise.
41006         * modules/mbswidth (Depends-on): Depend on wchar.
41007         * lib/mbswidth.c: Assume <wchar.h>.
41008         * m4/mbswidth.m4: Likewise.
41009         * modules/quotearg (Depends-on): Depend on wchar.
41010         * lib/quotearg.c: Assume <wchar.h>.
41011         * m4/quotearg.m4: Likewise.
41012         * modules/regex (Depends-on): Depend on wchar.
41013         * lib/regex_internal.h: Assume <wchar.h>.
41014         * m4/regex.m4: Likewise.
41015         * modules/stdint (Depends-on): Depend on wchar.
41016         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
41017         * m4/stdint.m4: Likewise.
41018         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
41019         * modules/strftime (Depends-on): Depend on wchar.
41020         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
41021         * modules/strtol (Depends-on): Depend on wchar.
41022         * lib/strtol.c: Assume <wchar.h>.
41023         * modules/wcwidth (Depends-on): Depend on wchar.
41024         * lib/wcwidth.h: Assume <wchar.h>.
41025         * m4/wcwidth.m4: Likewise.
41026
41027 2007-01-16  Bruno Haible  <bruno@clisp.org>
41028
41029         * modules/csharpexec-script: New, created from...
41030         * modules/csharpexec: ... this.
41031
41032 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
41033
41034         * modules/javaexec-script: New, created from...
41035         * modules/javaexec: ... this.
41036
41037 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41038
41039         * modules/poll (Dependencies): Add sys_select.
41040
41041 2007-01-15  Jim Meyering  <jim@meyering.net>
41042
41043         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
41044         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
41045         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
41046         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
41047
41048 2007-01-15  Bruno Haible  <bruno@clisp.org>
41049
41050         * modules/striconveh: New file.
41051         * lib/striconveh.h: New file.
41052         * lib/striconveh.c: New file.
41053         * MODULES.html.sh (Internationalization functions): Add striconveh.
41054
41055         * modules/striconveh-tests: New file.
41056         * tests/test-striconveh.c: New file.
41057
41058 2007-01-15  Bruno Haible  <bruno@clisp.org>
41059
41060         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
41061         not from GNU libiconv or GNU libc.
41062
41063 2007-01-15  Bruno Haible  <bruno@clisp.org>
41064
41065         * doc/gnulib-intro.texi (Copyright): Explain the different license
41066         terms for module descriptions, autoconf macros, tests, documentation.
41067
41068 2007-01-14  Bruno Haible  <bruno@clisp.org>
41069
41070         * modules/striconv-tests: New file.
41071         * tests/test-striconv.c: New file.
41072
41073 2007-01-14  Bruno Haible  <bruno@clisp.org>
41074
41075         * modules/iconv-tests: New file.
41076         * tests/test-iconv.c: New file.
41077
41078 2007-01-14  Bruno Haible  <bruno@clisp.org>
41079
41080         * gnulib-tool (func_get_license): For test modules, use the license of
41081         the main module.
41082
41083 2007-01-14  Bruno Haible  <bruno@clisp.org>
41084
41085         * modules/iconv (Include): Clarify that <iconv.h> can only be included
41086         if iconv is found to exist.
41087
41088 2007-01-14  Bruno Haible  <bruno@clisp.org>
41089
41090         * modules/c-ctype-tests: New file.
41091         * tests/test-c-ctype.c: New file.
41092
41093 2007-01-14  Bruno Haible  <bruno@clisp.org>
41094
41095         * modules/binary-io-tests: New file.
41096         * tests/test-binary-io.sh: New file.
41097         * tests/test-binary-io.c: New file.
41098
41099 2007-01-14  Bruno Haible  <bruno@clisp.org>
41100
41101         * modules/array-oset-tests: New file.
41102         * tests/test-array_oset.c: New file.
41103
41104 2007-01-14  Bruno Haible  <bruno@clisp.org>
41105
41106         * modules/array-list-tests: New file.
41107         * tests/test-array_list.c: New file.
41108
41109 2007-01-14  Bruno Haible  <bruno@clisp.org>
41110
41111         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
41112         and make.
41113         Reported by Simon Josefsson in
41114         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
41115
41116 2007-01-14  Bruno Haible  <bruno@clisp.org>
41117
41118         * modules/allocsa-tests: New file.
41119         * tests/test-allocsa.c: New file.
41120
41121 2007-01-14  Bruno Haible  <bruno@clisp.org>
41122
41123         * modules/fchdir (Depends-on): Add absolute-header.
41124         * modules/unistd (Depends-on): Likewise.
41125
41126 2006-12-30  Bruno Haible  <bruno@clisp.org>
41127
41128         * modules/fchdir: New file.
41129         * modules/unistd (Files): Add lib/unistd_.h.
41130         (Makefile.am): Generate unistd.h from unistd_.h.
41131         * lib/fchdir.c: New file.
41132         * lib/dirent_.h: New file.
41133         * lib/unistd_.h: New file.
41134         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
41135         * m4/fchdir.m4: New file.
41136         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
41137         (gl_HEADER_UNISTD): Invoke it.
41138         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
41139         function.
41140         * lib/backupfile.c (opendir, closedir): Undefine.
41141         * lib/chown.c (open, close): Undefine.
41142         * lib/clean-temp.c (open, close): Undefine.
41143         * lib/copy-file.c (open, close): Undefine.
41144         * lib/execute.c (open, close): Undefine.
41145         * lib/fsusage.c (open, close): Undefine.
41146         * lib/gc-gnulib.c (open, close): Undefine.
41147         * lib/getcwd.c (opendir, closedir): Undefine.
41148         * lib/glob.c (opendir, closedir): Undefine.
41149         * lib/javacomp.c (open, close): Undefine.
41150         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
41151         * lib/openat-proc.c (open, close): Undefine.
41152         * lib/pagealign_alloc.c (open, close): Undefine.
41153         * lib/pipe.c (open, close): Undefine.
41154         * lib/progreloc.c (open, close): Undefine.
41155         * lib/savedir.c (opendir, closedir): Undefine.
41156         * lib/utime.c (open, close): Undefine.
41157         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
41158
41159 2007-01-10  Bruno Haible  <bruno@clisp.org>
41160
41161         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
41162
41163 2007-01-12  Eric Blake  <ebb9@byu.net>
41164
41165         Provide a robust <wchar.h>.  Further simplifications are now
41166         possible in other modules, but not included here.
41167         * modules/wchar: New module.
41168         * m4/wchar.m4: New file.
41169         * lib/wchar_.h: Likewise.
41170         * modules/mbchar (Depends-on): Depend on wchar, as the first use
41171         of the new module.
41172         * MODULES.html.sh (Extended multibyte and wide character utilities):
41173         New section.
41174
41175 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
41176
41177         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
41178         to a reasonable default for memory allocation.
41179         (xreadlink): Don't allocate a huge buffer, to work around a buggy
41180         file system that reports garbage st_size values for symlinks.
41181         Problem reported by Liyang Hu.
41182
41183 2007-01-11  Simon Josefsson  <simon@josefsson.org>
41184
41185         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
41186         Emacs .#* auto-save files).
41187
41188 2007-01-11  Bruno Haible  <bruno@clisp.org>
41189
41190         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
41191         directory.
41192
41193 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
41194
41195         Use @...@ consistently in lib/wctype_.h.
41196         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
41197         on it being set to 1 or 0.
41198         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
41199         go back to AC_SUBSTing it.
41200         * modules/wctype (Makefile.am): Undo previous change.
41201
41202 2007-01-10  Eric Blake  <ebb9@byu.net>
41203
41204         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
41205         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
41206         * modules/wctype (Makefile.am): Likewise.
41207         Reported by Chris McGuire.
41208
41209 2007-01-10  Jim Meyering  <jim@meyering.net>
41210
41211         fts.c: a small readability/maintainability improvement
41212         * lib/fts.c (fts_read): Make this code slightly more readable and
41213         maintainable by hoisting the "sp->fts_cur = p" assignments to
41214         immediately follow the statements that set P.  Derived from
41215         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
41216
41217 2007-01-10  Eric Blake  <ebb9@byu.net>
41218
41219         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
41220         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
41221         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
41222         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
41223         Reported by Chris McGuire.
41224
41225 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41226
41227         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
41228         in sed script.
41229
41230 2007-01-09  Bruno Haible  <bruno@clisp.org>
41231
41232         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
41233         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
41234         variables.
41235         (func_module): Use them.
41236
41237 2007-01-09  Bruno Haible  <bruno@clisp.org>
41238
41239         * modules/unistr/base: New file.
41240         * lib/unistr.h: New file.
41241
41242         * modules/unistr/u8-to-u16: New file.
41243         * lib/unistr/u8-to-u16.c: New file.
41244
41245         * modules/unistr/u8-to-u32: New file.
41246         * lib/unistr/u8-to-u32.c: New file.
41247
41248         * modules/unistr/u16-to-u8: New file.
41249         * lib/unistr/u16-to-u8.c: New file.
41250
41251         * modules/unistr/u16-to-u32: New file.
41252         * lib/unistr/u16-to-u32.c: New file.
41253
41254         * modules/unistr/u32-to-u8: New file.
41255         * lib/unistr/u32-to-u8.c: New file.
41256
41257         * modules/unistr/u32-to-u16: New file.
41258         * lib/unistr/u32-to-u16.c: New file.
41259
41260         * modules/unistr/u8-check: New file.
41261         * modules/unistr/u16-check: New file.
41262         * modules/unistr/u32-check: New file.
41263         * lib/unistr/u8-check.c: New file.
41264         * lib/unistr/u16-check.c: New file.
41265         * lib/unistr/u32-check.c: New file.
41266
41267         * modules/unistr/u8-chr: New file.
41268         * modules/unistr/u16-chr: New file.
41269         * modules/unistr/u32-chr: New file.
41270         * lib/unistr/u8-chr.c: New file.
41271         * lib/unistr/u16-chr.c: New file.
41272         * lib/unistr/u32-chr.c: New file.
41273
41274         * modules/unistr/u8-cmp: New file.
41275         * modules/unistr/u16-cmp: New file.
41276         * modules/unistr/u32-cmp: New file.
41277         * lib/unistr/u8-cmp.c: New file.
41278         * lib/unistr/u16-cmp.c: New file.
41279         * lib/unistr/u32-cmp.c: New file.
41280
41281         * modules/unistr/u8-cpy: New file.
41282         * modules/unistr/u16-cpy: New file.
41283         * modules/unistr/u32-cpy: New file.
41284         * lib/unistr/u8-cpy.c: New file.
41285         * lib/unistr/u16-cpy.c: New file.
41286         * lib/unistr/u32-cpy.c: New file.
41287         * lib/unistr/u-cpy.h: New file.
41288
41289         * modules/unistr/u8-cpy-alloc: New file.
41290         * modules/unistr/u16-cpy-alloc: New file.
41291         * modules/unistr/u32-cpy-alloc: New file.
41292         * lib/unistr/u8-cpy-alloc.c: New file.
41293         * lib/unistr/u16-cpy-alloc.c: New file.
41294         * lib/unistr/u32-cpy-alloc.c: New file.
41295         * lib/unistr/u-cpy-alloc.h: New file.
41296
41297         * modules/unistr/u8-endswith: New file.
41298         * modules/unistr/u16-endswith: New file.
41299         * modules/unistr/u32-endswith: New file.
41300         * lib/unistr/u8-endswith.c: New file.
41301         * lib/unistr/u16-endswith.c: New file.
41302         * lib/unistr/u32-endswith.c: New file.
41303         * lib/unistr/u-endswith.h: New file.
41304
41305         * modules/unistr/u8-mblen: New file.
41306         * modules/unistr/u16-mblen: New file.
41307         * modules/unistr/u32-mblen: New file.
41308         * lib/unistr/u8-mblen.c: New file.
41309         * lib/unistr/u16-mblen.c: New file.
41310         * lib/unistr/u32-mblen.c: New file.
41311
41312         * modules/unistr/u8-mbtouc: New file.
41313         * modules/unistr/u16-mbtouc: New file.
41314         * modules/unistr/u32-mbtouc: New file.
41315         * lib/unistr/u8-mbtouc.c: New file.
41316         * lib/unistr/u16-mbtouc.c: New file.
41317         * lib/unistr/u32-mbtouc.c: New file.
41318
41319         * modules/unistr/u8-mbtouc-safe: New file.
41320         * modules/unistr/u16-mbtouc-safe: New file.
41321         * modules/unistr/u32-mbtouc-safe: New file.
41322         * lib/unistr/u8-mbtouc-safe.c: New file.
41323         * lib/unistr/u16-mbtouc-safe.c: New file.
41324         * lib/unistr/u32-mbtouc-safe.c: New file.
41325
41326         * modules/unistr/u8-move: New file.
41327         * modules/unistr/u16-move: New file.
41328         * modules/unistr/u32-move: New file.
41329         * lib/unistr/u8-move.c: New file.
41330         * lib/unistr/u16-move.c: New file.
41331         * lib/unistr/u32-move.c: New file.
41332         * lib/unistr/u-move.h: New file.
41333
41334         * modules/unistr/u8-next: New file.
41335         * modules/unistr/u16-next: New file.
41336         * modules/unistr/u32-next: New file.
41337         * lib/unistr/u8-next.c: New file.
41338         * lib/unistr/u16-next.c: New file.
41339         * lib/unistr/u32-next.c: New file.
41340
41341         * modules/unistr/u8-prev: New file.
41342         * modules/unistr/u16-prev: New file.
41343         * modules/unistr/u32-prev: New file.
41344         * lib/unistr/u8-prev.c: New file.
41345         * lib/unistr/u16-prev.c: New file.
41346         * lib/unistr/u32-prev.c: New file.
41347
41348         * modules/unistr/u8-set: New file.
41349         * modules/unistr/u16-set: New file.
41350         * modules/unistr/u32-set: New file.
41351         * lib/unistr/u8-set.c: New file.
41352         * lib/unistr/u16-set.c: New file.
41353         * lib/unistr/u32-set.c: New file.
41354         * lib/unistr/u-set.h: New file.
41355
41356         * modules/unistr/u8-startswith: New file.
41357         * modules/unistr/u16-startswith: New file.
41358         * modules/unistr/u32-startswith: New file.
41359         * lib/unistr/u8-startswith.c: New file.
41360         * lib/unistr/u16-startswith.c: New file.
41361         * lib/unistr/u32-startswith.c: New file.
41362         * lib/unistr/u-startswith.h: New file.
41363
41364         * modules/unistr/u8-stpcpy: New file.
41365         * modules/unistr/u16-stpcpy: New file.
41366         * modules/unistr/u32-stpcpy: New file.
41367         * lib/unistr/u8-stpcpy.c: New file.
41368         * lib/unistr/u16-stpcpy.c: New file.
41369         * lib/unistr/u32-stpcpy.c: New file.
41370         * lib/unistr/u-stpcpy.h: New file.
41371
41372         * modules/unistr/u8-stpncpy: New file.
41373         * modules/unistr/u16-stpncpy: New file.
41374         * modules/unistr/u32-stpncpy: New file.
41375         * lib/unistr/u8-stpncpy.c: New file.
41376         * lib/unistr/u16-stpncpy.c: New file.
41377         * lib/unistr/u32-stpncpy.c: New file.
41378         * lib/unistr/u-stpncpy.h: New file.
41379
41380         * modules/unistr/u8-strcat: New file.
41381         * modules/unistr/u16-strcat: New file.
41382         * modules/unistr/u32-strcat: New file.
41383         * lib/unistr/u8-strcat.c: New file.
41384         * lib/unistr/u16-strcat.c: New file.
41385         * lib/unistr/u32-strcat.c: New file.
41386         * lib/unistr/u-strcat.h: New file.
41387
41388         * modules/unistr/u8-strchr: New file.
41389         * modules/unistr/u16-strchr: New file.
41390         * modules/unistr/u32-strchr: New file.
41391         * lib/unistr/u8-strchr.c: New file.
41392         * lib/unistr/u16-strchr.c: New file.
41393         * lib/unistr/u32-strchr.c: New file.
41394
41395         * modules/unistr/u8-strcmp: New file.
41396         * modules/unistr/u16-strcmp: New file.
41397         * modules/unistr/u32-strcmp: New file.
41398         * lib/unistr/u8-strcmp.c: New file.
41399         * lib/unistr/u16-strcmp.c: New file.
41400         * lib/unistr/u32-strcmp.c: New file.
41401
41402         * modules/unistr/u8-strcpy: New file.
41403         * modules/unistr/u16-strcpy: New file.
41404         * modules/unistr/u32-strcpy: New file.
41405         * lib/unistr/u8-strcpy.c: New file.
41406         * lib/unistr/u16-strcpy.c: New file.
41407         * lib/unistr/u32-strcpy.c: New file.
41408         * lib/unistr/u-strcpy.h: New file.
41409
41410         * modules/unistr/u8-strcspn: New file.
41411         * modules/unistr/u16-strcspn: New file.
41412         * modules/unistr/u32-strcspn: New file.
41413         * lib/unistr/u8-strcspn.c: New file.
41414         * lib/unistr/u16-strcspn.c: New file.
41415         * lib/unistr/u32-strcspn.c: New file.
41416         * lib/unistr/u-strcspn.h: New file.
41417
41418         * modules/unistr/u8-strdup: New file.
41419         * modules/unistr/u16-strdup: New file.
41420         * modules/unistr/u32-strdup: New file.
41421         * lib/unistr/u8-strdup.c: New file.
41422         * lib/unistr/u16-strdup.c: New file.
41423         * lib/unistr/u32-strdup.c: New file.
41424         * lib/unistr/u-strdup.h: New file.
41425
41426         * modules/unistr/u8-strlen: New file.
41427         * modules/unistr/u16-strlen: New file.
41428         * modules/unistr/u32-strlen: New file.
41429         * lib/unistr/u8-strlen.c: New file.
41430         * lib/unistr/u16-strlen.c: New file.
41431         * lib/unistr/u32-strlen.c: New file.
41432         * lib/unistr/u-strlen.h: New file.
41433
41434         * modules/unistr/u8-strmblen: New file.
41435         * modules/unistr/u16-strmblen: New file.
41436         * modules/unistr/u32-strmblen: New file.
41437         * lib/unistr/u8-strmblen.c: New file.
41438         * lib/unistr/u16-strmblen.c: New file.
41439         * lib/unistr/u32-strmblen.c: New file.
41440
41441         * modules/unistr/u8-strmbtouc: New file.
41442         * modules/unistr/u16-strmbtouc: New file.
41443         * modules/unistr/u32-strmbtouc: New file.
41444         * lib/unistr/u8-strmbtouc.c: New file.
41445         * lib/unistr/u16-strmbtouc.c: New file.
41446         * lib/unistr/u32-strmbtouc.c: New file.
41447
41448         * modules/unistr/u8-strncat: New file.
41449         * modules/unistr/u16-strncat: New file.
41450         * modules/unistr/u32-strncat: New file.
41451         * lib/unistr/u8-strncat.c: New file.
41452         * lib/unistr/u16-strncat.c: New file.
41453         * lib/unistr/u32-strncat.c: New file.
41454         * lib/unistr/u-strncat.h: New file.
41455
41456         * modules/unistr/u8-strncmp: New file.
41457         * modules/unistr/u16-strncmp: New file.
41458         * modules/unistr/u32-strncmp: New file.
41459         * lib/unistr/u8-strncmp.c: New file.
41460         * lib/unistr/u16-strncmp.c: New file.
41461         * lib/unistr/u32-strncmp.c: New file.
41462
41463         * modules/unistr/u8-strncpy: New file.
41464         * modules/unistr/u16-strncpy: New file.
41465         * modules/unistr/u32-strncpy: New file.
41466         * lib/unistr/u8-strncpy.c: New file.
41467         * lib/unistr/u16-strncpy.c: New file.
41468         * lib/unistr/u32-strncpy.c: New file.
41469         * lib/unistr/u-strncpy.h: New file.
41470
41471         * modules/unistr/u8-strnlen: New file.
41472         * modules/unistr/u16-strnlen: New file.
41473         * modules/unistr/u32-strnlen: New file.
41474         * lib/unistr/u8-strnlen.c: New file.
41475         * lib/unistr/u16-strnlen.c: New file.
41476         * lib/unistr/u32-strnlen.c: New file.
41477         * lib/unistr/u-strnlen.h: New file.
41478
41479         * modules/unistr/u8-strpbrk: New file.
41480         * modules/unistr/u16-strpbrk: New file.
41481         * modules/unistr/u32-strpbrk: New file.
41482         * lib/unistr/u8-strpbrk.c: New file.
41483         * lib/unistr/u16-strpbrk.c: New file.
41484         * lib/unistr/u32-strpbrk.c: New file.
41485         * lib/unistr/u-strpbrk.h: New file.
41486
41487         * modules/unistr/u8-strrchr: New file.
41488         * modules/unistr/u16-strrchr: New file.
41489         * modules/unistr/u32-strrchr: New file.
41490         * lib/unistr/u8-strrchr.c: New file.
41491         * lib/unistr/u16-strrchr.c: New file.
41492         * lib/unistr/u32-strrchr.c: New file.
41493
41494         * modules/unistr/u8-strspn: New file.
41495         * modules/unistr/u16-strspn: New file.
41496         * modules/unistr/u32-strspn: New file.
41497         * lib/unistr/u8-strspn.c: New file.
41498         * lib/unistr/u16-strspn.c: New file.
41499         * lib/unistr/u32-strspn.c: New file.
41500         * lib/unistr/u-strspn.h: New file.
41501
41502         * modules/unistr/u8-strstr: New file.
41503         * modules/unistr/u16-strstr: New file.
41504         * modules/unistr/u32-strstr: New file.
41505         * lib/unistr/u8-strstr.c: New file.
41506         * lib/unistr/u16-strstr.c: New file.
41507         * lib/unistr/u32-strstr.c: New file.
41508         * lib/unistr/u-strstr.h: New file.
41509
41510         * modules/unistr/u8-strtok: New file.
41511         * modules/unistr/u16-strtok: New file.
41512         * modules/unistr/u32-strtok: New file.
41513         * lib/unistr/u8-strtok.c: New file.
41514         * lib/unistr/u16-strtok.c: New file.
41515         * lib/unistr/u32-strtok.c: New file.
41516         * lib/unistr/u-strtok.h: New file.
41517
41518         * modules/unistr/u8-uctomb: New file.
41519         * modules/unistr/u16-uctomb: New file.
41520         * modules/unistr/u32-uctomb: New file.
41521         * lib/unistr/u8-uctomb.c: New file.
41522         * lib/unistr/u16-uctomb.c: New file.
41523         * lib/unistr/u32-uctomb.c: New file.
41524
41525         * MODULES.html.sh (Unicode string functions): Add the new modules.
41526
41527 2007-01-08  Bruno Haible  <bruno@clisp.org>
41528
41529         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
41530         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
41531         subdirectories.
41532
41533 2007-01-08  Karl Berry  <karl@gnu.org>
41534
41535         * doc/error.texi: mention that main() fns must set program_name
41536         when progname is used.
41537
41538 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
41539
41540         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
41541         WCTYPE_H is empty, for the benefit of builds from non-distclean
41542         directories.  Problem reported by Eric Blake in
41543         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
41544
41545 2007-01-08  Bruno Haible  <bruno@clisp.org>
41546
41547         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
41548         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
41549         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
41550         PROVIDE_CANONICALIZE_FILENAME_MODE.
41551         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
41552
41553 2007-01-08  Bruno Haible  <bruno@clisp.org>
41554
41555         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
41556         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
41557         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
41558         * lib/fts.c: Likewise.
41559         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
41560
41561 2006-12-25  Bruno Haible  <bruno@clisp.org>
41562
41563         * modules/utf8-ucs4-safe: New file.
41564         * lib/utf8-ucs4-safe.h: New file.
41565         * lib/unistr/utf8-ucs4-safe.c: New file.
41566
41567         * modules/utf16-ucs4-safe: New file.
41568         * lib/utf16-ucs4-safe.h: New file.
41569         * lib/unistr/utf16-ucs4-safe.c: New file.
41570
41571         * MODULES.html.sh (Unicode string functions): Add the new modules.
41572
41573 2007-01-08  Bruno Haible  <bruno@clisp.org>
41574
41575         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
41576         (Depends-on): Add unitypes.
41577         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
41578         (u8_mbtouc_aux): Move out to separate file.
41579         (u8_mbtouc): Use ucs4_t, uint8_t types.
41580         * lib/unistr/utf8-ucs4.c: New file.
41581
41582         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
41583         (Depends-on): Add unitypes.
41584         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
41585         (u16_mbtouc_aux): Move out to separate file.
41586         (u16_mbtouc): Use ucs4_t, uint16_t types.
41587         * lib/unistr/utf16-ucs4.c: New file.
41588
41589         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
41590         (Depends-on): Add unitypes.
41591         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
41592         (u8_uctomb_aux): Move out to separate file.
41593         (u8_uctomb): Use ucs4_t, uint8_t types.
41594         * lib/unistr/ucs4-utf8.c: New file.
41595
41596         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
41597         (Depends-on): Add unitypes.
41598         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
41599         (u16_uctomb_aux): Move out to separate file.
41600         (u16_uctomb): Use ucs4_t, uint16_t types.
41601         * lib/unistr/ucs4-utf16.c: New file.
41602
41603 2006-12-25  Bruno Haible  <bruno@clisp.org>
41604
41605         * modules/unitypes: New file.
41606         * lib/unitypes.h: New file.
41607         * MODULES.html.sh (func_all_modules): New section "Unicode string
41608         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
41609         this section. Add unitypes.
41610
41611 2007-01-08  Bruno Haible  <bruno@clisp.org>
41612
41613         Avoid variable names that conflict with those from libtool.
41614         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
41615         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
41616         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
41617         library_names_spec to acl_library_names_spec, hardcode_* to
41618         acl_hardcode_*.
41619         Reported by Ralf Wildenhues.
41620
41621 2007-01-08  Bruno Haible  <bruno@clisp.org>
41622
41623         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
41624         definition.
41625         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
41626         definition.
41627         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
41628         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
41629         definition.
41630         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
41631         definition.
41632         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
41633         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
41634         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
41635         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
41636         definition.
41637         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
41638         definition.
41639         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
41640         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
41641         GC_USE_<algorithm>.
41642         * lib/gc-libgcrypt.c: Likewise.
41643         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
41644         * modules/gc-arctwo (configure.ac): Likewise.
41645         * modules/gc-des (configure.ac): Likewise.
41646         * modules/gc-hmac-md5 (configure.ac): Likewise.
41647         * modules/gc-hmac-sha1 (configure.ac): Likewise.
41648         * modules/gc-md2 (configure.ac): Likewise.
41649         * modules/gc-md4 (configure.ac): Likewise.
41650         * modules/gc-md5 (configure.ac): Likewise.
41651         * modules/gc-random (configure.ac): Likewise.
41652         * modules/gc-rijndael (configure.ac): Likewise.
41653         * modules/gc-sha1 (configure.ac): Likewise.
41654
41655 2007-01-08  Bruno Haible  <bruno@clisp.org>
41656
41657         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
41658         macro definition.
41659         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
41660         definition.
41661         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
41662         definition.
41663         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
41664         * modules/fcntl-safer (configure.ac): Likewise.
41665         * modules/fopen-safer (configure.ac): Likewise.
41666         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
41667         GNULIB_FWRITEERROR macro definition.
41668
41669 2007-01-08  Bruno Haible  <bruno@clisp.org>
41670
41671         * m4/gnulib-common.m4: New file.
41672         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
41673         (func_get_filelist): Add m4/gnulib-common.m4.
41674
41675 2007-01-08  Bruno Haible  <bruno@clisp.org>
41676
41677         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
41678         command.
41679
41680 2007-01-08  Jim Meyering  <jim@meyering.net>
41681
41682         Use a more robust test for a "can't happen" condition.
41683         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
41684         narrowed the st_size value.  Presuming the "can't happen" condition
41685         is true, that narrowing could conceivably convert an invalid st_size
41686         value into a valid one.  Instead, use a change based on Matthew
41687         Woehlke's original patch.
41688
41689         Slight readability improvement: use an assert-like macro
41690         in place of literal "abort ()" uses.
41691         * lib/fts.c (fts_assert): Define.
41692         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
41693         Use this macro instead of a bare 'abort'.
41694
41695 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
41696
41697         Don't worry about using IRIX 5.3's wctype.h broken definitions;
41698         simply work around them.
41699         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
41700         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
41701         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
41702         declaring.
41703         Don't bother to define as macros, since the standard doesn't require it.
41704         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
41705         longer worry about IRIX 5.3.
41706         (HAVE_WCTYPE_CTMP_BUG): Remove.
41707
41708 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
41709
41710         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
41711         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
41712         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
41713         Problems reported by Georg Schwarz for IRIX 5.3.
41714
41715         * gnulib-tool (autoconf_minversion): Take the maximum version number
41716         found, not the minimum.  Problem reported by James Youngman.
41717
41718 2007-01-03  Karl Berry  <karl@gnu.org>
41719
41720         * doc/error.texi: new file, explaining interaction with progname.
41721         * doc/gnulib.texi: include it.  Update copyright.
41722
41723 2007-01-03  Simon Josefsson  <simon@josefsson.org>
41724
41725         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
41726         AC_CANONICAL_HOST, to improve autobuild outputs.
41727
41728 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
41729             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
41730
41731         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
41732         sockets, server sockets, and other file descriptors.  Count errors
41733         to compute the return value.  Reorder the code a bit to be easier
41734         to follow.  Don't set event bits that were not requested (except
41735         POLLERR and POLLHUP).
41736
41737 2007-01-01  Bruno Haible  <bruno@clisp.org>
41738
41739         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
41740
41741 2007-01-03  Jim Meyering  <jim@meyering.net>
41742
41743         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
41744
41745 2007-01-02  Bruno Haible  <bruno@clisp.org>
41746
41747         * modules/settime (Include): Require timespec.h.
41748         * modules/nanosleep (Include): Likewise.
41749
41750 2007-01-01  Bruno Haible  <bruno@clisp.org>
41751
41752         * gnulib-tool (func_emit_copyright_notice): Bump year.
41753         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
41754
41755 2007-01-01  Bruno Haible  <bruno@clisp.org>
41756
41757         Improve support for OpenBSD.
41758         * build-aux/config.rpath (libname_spec): Export.
41759         (library_names_spec): New variable. Export.
41760         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
41761         library_names_spec from the config.rpath output. Locate shared library
41762         through the name pattern in library_names_spec.
41763
41764 2007-01-01  Eric Blake  <ebb9@byu.net>
41765
41766         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
41767
41768 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
41769
41770         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
41771         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
41772         assume the C locale, and avoid an "eval" that could cause trouble.
41773         Problem with SORT reported by Bob Proulx.
41774
41775         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
41776         Define.  Trivial patch from Henning Nielsen Lund, originally
41777         sent to bug-grep@gnu.org today.
41778
41779 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
41780
41781         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
41782         struct stat.  Problem reported by Henning Nielsen Lund.
41783         * lib/acl.c: Include acl.h first, to check interface.  Don't
41784         bother to include sys/types.h and sys/stat.h again.
41785
41786 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
41787
41788         Import the following change from libc; problem reported by
41789         Sven Verdoolaege.
41790
41791         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
41792
41793         [BZ #1373]
41794         * lib/argp.h: Remove __NTH for __argp_usage inline function.
41795
41796 2006-12-28  Jim Meyering  <jim@meyering.net>
41797
41798         * build-aux/announce-gen: Do not assume that the package
41799         builds any of tar.gz, tar.bz2, and .xdelta files.
41800         Suggestion from Simon Josefsson.
41801
41802 2006-12-28  Simon Josefsson  <simon@josefsson.org>
41803
41804         * modules/announce-gen: New file.
41805
41806 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
41807
41808         * lib/mbchar.h: Just include <wctype.h>; the wctype module
41809         handles its gotchas now.
41810         * lib/mbswidth.c: Likewise.
41811         * lib/wcwidth.h: Likewise.
41812         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
41813         and iswcntrl; the wctype module does this stuff now.
41814         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
41815         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
41816         * modules/mbchar (Depends-on): Add wctype.
41817         * modules/mbswidth (Depends-on): Likewise.
41818         * modules/wcwidth (Depends-on): Likewise.
41819
41820 2006-12-27  Eric Blake  <ebb9@byu.net>
41821
41822         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
41823         module uses more than what <wctype.h> is required to provide.
41824
41825 2006-12-26  Eric Blake  <ebb9@byu.net>
41826
41827         * gnulib-tool (sed_extract_prog): Avoid space-tab.
41828
41829 2006-12-26  Eric Blake  <ebb9@byu.net>
41830
41831         * modules/absolute-header: New module.
41832         * modules/fcntl (Depends-on): Depend on it.
41833         * modules/inttypes (Depends-on): Likewise.
41834         * modules/stdint (Depends-on): Likewise.
41835         * modules/sys_stat (Depends-on): Likewise.
41836         * modules/wctype (Depends-on): Likewise.
41837         * MODULES.html.sh (Support for building libraries and
41838         executables): Document it.
41839
41840 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
41841
41842         * gnulib-tool (SED): Remove, undoing previous change.
41843         The problem was that it broke coreutils on Solaris, because
41844         "sed --posix" leaked into a makefile.
41845         (sed): New alias, if 'alias' and GNU sed.
41846
41847 2006-12-24  Jim Meyering  <jim@meyering.net>
41848
41849         Work around an fchownat bug in glibc-2.4:
41850         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
41851         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
41852         in spite of the -P option.
41853         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
41854         New macros.
41855         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
41856         * modules/openat (Files): Add lib/fchownat.c.
41857         * lib/openat.c (fchownat): Don't define here.  Move to...
41858         * lib/fchownat.c: ...this new file.
41859
41860 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
41861
41862         Fix bug reported by Bruno Haible in
41863         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
41864         where quotearg.c didn't compile on Mac OS X 10.2 because it
41865         lacks <wchar.h> and wint_t.
41866         * lib/wctype_.h (__wctype_wint_t): New type.
41867         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
41868         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
41869         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
41870         Arg is now of type __wctype_wint_t, not wint_t.
41871         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
41872         substitute HAVE_WINT_T.
41873         * modules/wctype (Files): Add m4/wint_t.m4.
41874         (wctype.h): Substitute HAVE_WINT_T.
41875
41876 2006-12-23  Bruno Haible  <bruno@clisp.org>
41877
41878         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
41879
41880 2006-12-23  Bruno Haible  <bruno@clisp.org>
41881
41882         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
41883         S_ISLNK.
41884         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
41885         mingw.
41886
41887 2006-12-22  Bruno Haible  <bruno@clisp.org>
41888
41889         * lib/copy-file.c: Include acl.h.
41890         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
41891         Close the file descriptors only after being done with copy_acl.
41892         * modules/copy-file (Depends-on): Add acl.
41893
41894 2006-12-22  Bruno Haible  <bruno@clisp.org>
41895
41896         * gnulib-tool (SED): New variable.
41897         Use $SED instead of sed everywhere.
41898
41899 2006-12-22  Bruno Haible  <bruno@clisp.org>
41900
41901         * modules/no-c++: New file.
41902         * m4/no-c++.m4: New file.
41903         * MODULES.html.sh (Support for building libraries and executables):
41904         Add no-c++.
41905
41906 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
41907
41908         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
41909         Include <limits.h>, and use its INT_MAX to rewrite the
41910         j loop so that it does not overflow 'int'.  Problem reported by
41911         Ralf Wildenhues in
41912         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
41913         Play it safe by shifting left by 1 rather than multiplying by 2,
41914         as GCC is less likely to optimize this away when the value
41915         is signed (when it assumes overflow leads to undefined behavior).
41916         Also, don't assume time_t uses two's complement.
41917
41918 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
41919
41920         * MODULES.html.sh: New module wctype.
41921         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
41922         * lib/fnmatch.c: Don't bother to include <wchar.h> before
41923         <wctype.h>, since the new wctype module should fix this.
41924         * lib/quotearg.c: Include <wctype.h> unconditionally, since
41925         the wctype module should arrange for it.
41926         * lib/regex_internal.h: Likewise.
41927         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
41928         since the wctype module should handle this now.
41929         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
41930         * modules/fnmatch (Depends-on): Add wctype.
41931         * modules/quotearg (Depends-on): Likewise.
41932         * modules/regex (Depends-on): Likewise.
41933
41934 2006-12-19  Bruno Haible  <bruno@clisp.org>
41935
41936         * lib/strdup.h [C++]: Wrap definitions in extern "C".
41937         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
41938
41939 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41940
41941         * modules/savewd (Depends-on): Fix dependency on fcntl.
41942
41943 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
41944
41945         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
41946         conforms to C99, rather than relying on the user's environment
41947         setting of STDINT_H.
41948
41949 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
41950         and Eric Blake  <ebb9@byu.net>
41951
41952         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
41953         This is more consistent with the other defines here.
41954         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
41955         Port to z/OS.  Problem reported by Paul Gilmartin.
41956         Change local vars to use gl_ prefix rather than ac_.
41957         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
41958         with other defines.
41959         * modules/double-slash-root: New module.
41960         * modules/dirname (Files): Remove m4/double-slash-root.m4.
41961         (Depends-on): Add double-slash-root.
41962         * MODULES.html.sh (File system functions): Mention new module.
41963
41964 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
41965
41966         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
41967         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
41968         This is for the benefit of gzip, which doesn't do i18n.
41969
41970 2006-12-12  Jim Meyering  <jim@meyering.net>
41971
41972         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
41973         Reported by Andreas Schwab <schwab@suse.de>.
41974
41975 2006-12-12  Bruno Haible  <bruno@clisp.org>
41976
41977         Merge these changes.
41978         2006-09-05  Bruno Haible  <bruno@clisp.org>
41979         * lib/iconvme.c (iconv_string): No need to save and restore errno when
41980         iconv_alloc succeeded.
41981         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
41982         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
41983         test for " && dest " at the end - dest is always != NULL there. Call
41984         iconv with 4xNULL arguments initially, to reset the state. Call iconv
41985         with 2xNULL arguments, also to flush the state storage. Handle the
41986         IRIX iconv behaviour. Realloc the final result, to throw away unused
41987         memory.
41988
41989 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
41990
41991         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
41992         and fchmodat unconditionally, since glibc 2.4 has them.
41993         Problem reported by Arkadiusz Miskiewicz.
41994
41995 2006-12-10  Bruno Haible  <bruno@clisp.org>
41996
41997         * gnulib-tool (func_import): Show the include files only for those
41998         modules that are copied and specified.
41999         Reported by Karl Berry.
42000
42001 2006-12-08  Jim Meyering  <jim@meyering.net>
42002
42003         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
42004         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
42005
42006         * build-aux/announce-gen: Add two new options, both optional:
42007         --bootstrap-tools=TOOL_LIST
42008               a comma-separated list of tools, e.g.,
42009               autoconf,automake,bison,gnulib
42010         --gnulib-snapshot-date=DATE
42011               if gnulib is in the bootstrap tool list,
42012               then report this as the snapshot date.
42013               If not specified, use the current date/time.
42014               If you specify a date here, be sure it's UTC.
42015
42016 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42017
42018         * tests/test-argp-2.sh: Fix test to match actual output.
42019         (func_compare): Fix sed script to be portable.
42020
42021 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
42022
42023         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
42024         workaround for this case.  It is not autoconfigured now; offhand
42025         it's hard to see how to autoconfigure it.
42026
42027 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
42028
42029         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
42030         a directory that is about to be chowned.  Such a directory's
42031         initial file permissions should permit the owner only and this
42032         should not be changed until after the chown, since the group and
42033         other bits would be incorrect if they granted permission before
42034         the chown.
42035
42036         Fix porting problem for iswctype reported by Georg Schwarz in:
42037         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
42038         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
42039         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
42040         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
42041         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
42042
42043 2006-12-03  Jim Meyering  <jim@meyering.net>
42044
42045         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
42046         p->fts_statp may not yet be defined.
42047         (fts_read): Instead, set it in the caller, once p->fts_statp is
42048         sure to be defined, and corresponds to a top-level directory.
42049         This bug made du -x fail.  Here's the coreutils test case:
42050         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
42051         Reported by Mike Frysinger.
42052
42053 2006-12-01  Jim Meyering  <jim@meyering.net>
42054
42055         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
42056         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
42057         Reported by Simon Josefsson.
42058
42059 2006-11-30  Jim Meyering  <jim@meyering.net>
42060
42061         * m4/warning.m4: Use the all-permissive copyright notice
42062         recommended by RMS (rather than LGPL).
42063         * m4/vararrays.m4: Likewise.
42064         * m4/flexmember.m4: Likewise.
42065
42066 2006-11-29  Bruno Haible  <bruno@clisp.org>
42067
42068         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
42069         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
42070         using +=.
42071         Reported by Simon Josefsson <simon@josefsson.org>.
42072
42073 2006-11-28  James Youngman <jay@gnu.org>
42074
42075         * README: Advise users that they might find the bug-gnulib@gnu.org
42076         and autotools-announce@gnu.org mailing lists useful.
42077
42078 2006-11-28  Bruno Haible  <bruno@clisp.org>
42079
42080         * m4/ptrdiff_max.m4: Remove file.
42081
42082 2006-11-21  Bruno Haible  <bruno@clisp.org>
42083
42084         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
42085         _AC_COMPUTE_INT.
42086         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
42087         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
42088         _AC_COMPUTE_INT.
42089         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
42090         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
42091         _AC_COMPUTE_INT.
42092         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
42093
42094 2006-11-28  Jim Meyering  <jim@meyering.net>
42095
42096         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
42097         warning from "gcc -Wshadow" about shadowing the builtin.
42098
42099 2006-11-27  Bruno Haible  <bruno@clisp.org>
42100
42101         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
42102         _AC_COMPUTE_INT.
42103         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
42104
42105 2006-11-27  Bruno Haible  <bruno@clisp.org>
42106             Paul Eggert  <eggert@cs.ucla.edu>
42107
42108         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
42109
42110 2006-11-26  Bruno Haible  <bruno@clisp.org>
42111
42112         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
42113         noinst_LTLIBRARIES.
42114
42115 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
42116             Bruno Haible  <bruno@clisp.org>
42117
42118         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
42119         if compiling with "gcc -ansi".
42120
42121 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
42122
42123         Fix some incompatibilities with gcc -ansi -pedantic.
42124         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
42125         if compiling pedantically with GCC, unless it's C99 or later.
42126         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
42127         it mishandles gcc -ansi -pedantic as well.
42128         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
42129         if gcc -pedantic.
42130         * lib/regexec.c (check_node_accept_bytes): Don't use auto
42131         initializers for struct if -pedantic, unless it's C99 or later.
42132
42133 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
42134
42135         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
42136         Don't close an fd more than once. Identical atimes indicate
42137         success, not failure.
42138
42139 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
42140
42141         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
42142
42143 2006-11-23  Jim Meyering  <jim@meyering.net>
42144
42145         * build-aux/announce-gen: New file.  From coreutils.
42146
42147 2006-11-22  Jim Meyering  <jim@meyering.net>
42148
42149         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
42150         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
42151         (fts_read): Use a temporary to narrow the overused st_size member
42152         before using it in a switch statement.  Reported by Matthew Woehlke.
42153
42154         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
42155         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
42156
42157 2006-11-20  Bruno Haible  <bruno@clisp.org>
42158
42159         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
42160         changequote instead of pairs of brackets.
42161         Reported by Andreas Schwab <schwab@suse.de>.
42162
42163 2006-11-21  Jim Meyering  <jim@meyering.net>
42164
42165         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
42166         so as to remain compatible with older compilers.
42167         Patch from Michael Deutschmann.
42168
42169 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
42170
42171         * MODULES.html.sh (File system functions): Add openat.
42172
42173         * lib/openat.h (rpl_fstatat): New macro, if
42174         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
42175         (fstatat): Define to rpl_fstatat under the same conditions,
42176         unless COMPILING_FSTATAT.
42177         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
42178         seems to have the bug.
42179         * lib/fstatat.c: New file.
42180         * modules/openat (Files): Add it.
42181
42182 2006-11-20  Bruno Haible  <bruno@clisp.org>
42183
42184         * Makefile: New file.
42185
42186 2006-11-20  Jim Meyering  <jim@meyering.net>
42187
42188         The beginnings of syntax-related checks for gnulib.
42189         * lib/Makefile: New file.
42190         * lib/t-idcache: New script.  Ensure that the two halves of
42191         idcache.c stay in sync.
42192
42193         * lib/idcache.c: Adjust comments in user- and group- portions to
42194         be more accurate, and to be consistent with one another.
42195
42196 2006-11-20  Jim Meyering  <jim@meyering.net>
42197
42198         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
42199         continue using the flexible array member (thus, this module performs
42200         half as many malloc calls), with the addition that...
42201         (getgroup, getuser): Consistently record a non-match via an empty
42202         "name" string, and map an empty string match to a NULL return value.
42203         * modules/idcache (Depends-on): Re-add flexmember.
42204
42205         * lib/idcache.c (getuser): Remove all uses of the register keyword.
42206         (getuidbyname, getgroup, getgidbyname): Likewise.
42207
42208         Use cleaner syntax: NULL rather than 0.
42209         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
42210
42211 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
42212
42213         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
42214         It mishandled the case where the group was missing.
42215         Problem reported by Greg Schafer.
42216         * modules/idcache: Likewise.
42217
42218 2006-11-18  Jim Meyering  <jim@meyering.net>
42219
42220         * check-module (%exempt_header): Add exception for some
42221         conditionally-included headers.
42222
42223         * modules/i-ring (Depends-on): Add verify.
42224         (License): Change to LGPL.
42225
42226 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
42227
42228         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
42229         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
42230         and inttostr.h.  Use snprintf rather than uinttostr, so that
42231         LGPLed code doesn't depend on GPLed.
42232
42233 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
42234
42235         * modules/inline (License): Change from GPL to LGPL.
42236
42237 2006-11-17  Jim Meyering  <jim@meyering.net>
42238
42239         * modules/d-type (License): Switch to LGPL.
42240
42241 2006-11-15  Bruno Haible  <bruno@clisp.org>
42242
42243         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
42244
42245 2006-11-15  Eric Blake  <ebb9@byu.net>
42246
42247         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
42248         the module dependency.
42249
42250 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
42251             Bruno Haible  <bruno@clisp.org>
42252
42253         * gnulib-tool (func_create_testdir): Add license consistency check.
42254
42255 2006-11-15  Eric Blake  <ebb9@byu.net>
42256
42257         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
42258         random "(cached)" in configure output.
42259
42260 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42261
42262         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
42263         test for conforming inttypes.h is both announced and cached.
42264
42265         * MODULES.html.sh (seen_modules, seen_files): New variables.
42266         (func_module): Rewrite to use a few less gnulib-tool and sed
42267         invocations.  Avoid a couple of quadratic algorithms for ...
42268         (missed_modules, missed_files): ... these, with ...
42269         (func_append, func_tmpdir): ... these new functions, from
42270         gnulib-tool.  Analogously, install traps for cleanup.
42271
42272         * tests/test-gc.c (main): Remove unused variables.
42273         * tests/test-read-file.c: Include stdlib.h, for 'free'.
42274
42275 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
42276
42277         * modules/inttostr (License): Change to LGPL.
42278
42279 2006-11-14  Eric Blake  <ebb9@byu.net>
42280
42281         * modules/tempname (License): Change to LGPL.
42282
42283 2006-11-14  Eric Blake  <ebb9@byu.net>
42284
42285         * doc/functions.texi (Function Portability): *printf functions on
42286         Cygwin now understand all POSIX size specifiers.
42287
42288 2006-11-14  Bruno Haible  <bruno@clisp.org>
42289
42290         * modules/c-ctype (License): Change to LGPL.
42291
42292 2006-11-12  Bruno Haible  <bruno@clisp.org>
42293
42294         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
42295         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
42296         for GNOME libraries, for which the include files are installed in
42297         subdirectories of $prefix/include.
42298
42299 2006-11-12  Bruno Haible  <bruno@clisp.org>
42300
42301         * m4/lib-link.m4: Require at least autoconf-2.54.
42302         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
42303         name to underscores for the --with option.
42304
42305 2006-11-13  Bruno Haible  <bruno@clisp.org>
42306
42307         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
42308         the tests directory.
42309         Reported by Ralf Wildenhues.
42310
42311 2006-11-13  Bruno Haible  <bruno@clisp.org>
42312
42313         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
42314         (func_emit_initmacro_end): Undo the override here.
42315         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
42316         Works around the famous automake error in coreutils.
42317
42318 2006-11-13  Eric Blake  <ebb9@byu.net>
42319
42320         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
42321         element, not its node.
42322
42323 2006-11-12  Bruno Haible  <bruno@clisp.org>
42324
42325         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
42326         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
42327
42328 2006-11-12  Bruno Haible  <bruno@clisp.org>
42329
42330         * gnulib-tool: New option --local-symlink.
42331         (func_usage): Document it.
42332         (lsymbolic): New variable.
42333         (func_import, func_create_testdir): If --symlink was not specified,
42334         test whether --local-symlink was specified and the file comes from
42335         the local_gnulib_dir.
42336
42337 2006-11-12  Bruno Haible  <bruno@clisp.org>
42338
42339         * gnulib-tool (func_ln): New function.
42340         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
42341
42342 2006-11-12  Bruno Haible  <bruno@clisp.org>
42343
42344         Finish support for source files in subdirectories.
42345         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
42346         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
42347         AUTOMAKE_OPTIONS.
42348         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
42349
42350 2006-11-12  Bruno Haible  <bruno@clisp.org>
42351
42352         * gnulib-tool (func_get_automake_snippet): Synthesize also an
42353         EXTRA_lib_SOURCES augmentation.
42354         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
42355
42356 2006-11-12  Jim Meyering  <jim@meyering.net>
42357
42358         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
42359         file descriptors.  This also averts a failure on systems with
42360         native openat support when a traversed directory lacks "x" access.
42361         * lib/fts_.h: Include "i-ring.h"
42362         (struct FTS) [fts_fd_ring]: New member.
42363         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
42364         (FCHDIR): Add parentheses.
42365         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
42366         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
42367         When descending, rather than simply closing the previous
42368         fts_cwd_fd value, push that file descriptor onto the ring.
42369         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
42370         (fts_open): Initialize the new fd_ring member.
42371         (fts_close): Clear the ring.
42372         (fts_safe_changedir): When possible, use our new fd_ring to skip
42373         the diropen and fstat and dev/ino comparison that would normally
42374         accompany a virtual `chdir ("..")'.
42375
42376         * modules/fts (Depends-on): Add i-ring.
42377         * modules/i-ring: New module.
42378         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
42379         * m4/i-ring.m4: New file.
42380
42381 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42382
42383         * gnulib-tool (func_create_testdir): Fix replacement of
42384         `build-aux' in configure.ac.  Run autotools in gltests
42385         subdirectory.
42386         (func_create_testdir, func_create_megatestdir, test): There is
42387         no need for '--force' in most autotool invocations in a new
42388         tree.  Actually fail the whole test if any of the tools, or the
42389         configure or make stages fail.
42390
42391         Sync from Automake.
42392         * build-aux/gnupload: Revert last change.  Add pointer to upload
42393         instructions of the GNU Maintenance Instructions.
42394         Suggestion by Karl Berry.
42395
42396 2006-11-10  Jim Meyering  <jim@meyering.net>
42397
42398         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
42399
42400 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
42401
42402         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
42403         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
42404         (bind_textdomain_codeset) [! ENABLE_NLS]:
42405         Evaluate all the arguments.  That way, callers get compatible behavior
42406         if the arguments have side effects.  Also, it avoids some GCC
42407         diagnostics in some cases; Joel E. Denny reported problems when Bison
42408         was configured with --enable-gcc-warnigs.
42409
42410 2006-11-10  Jim Meyering  <jim@meyering.net>
42411
42412         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
42413         relevant options in CFLAGS (like -O, -fno-inline) are taken into
42414         account.
42415
42416 2006-11-10  Jim Meyering  <jim@meyering.net>
42417
42418         * modules/inline: New file/module.
42419         * modules/xalloc (Files): Remove m4/inline.m4.
42420         (Depends-on): Add inline, instead.
42421         * modules/oset: Likewise.
42422         * modules/list: Likewise.
42423
42424 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
42425
42426         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
42427         Problem reported by Matthew Woehlke.
42428
42429 2006-11-09  Bruno Haible  <bruno@clisp.org>
42430
42431         * lib/tempname.c (gen_tempname): Remove variant that invokes
42432         __gen_tempname.
42433         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
42434         __gen_tempname.
42435
42436 2006-11-08  Bruno Haible  <bruno@clisp.org>
42437
42438         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
42439         to 'yes' instead of 'cross-compiling'.
42440
42441 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
42442
42443         * lib/quotearg.h (quotearg_free): New decl.
42444         * lib/quotearg.c (quotearg_free): New function.
42445         (slot0, nslots, slotvec0, slotvec):
42446         Now file-scope so that quotearg_free can get at them.
42447
42448 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42449
42450         Sync from Automake.
42451         * build-aux/gnupload: Add missing 'gnu' to example URL.
42452         Report by Karl Berry.
42453
42454 2006-11-08  Bruno Haible  <bruno@clisp.org>
42455
42456         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
42457         Suggested by Paul Eggert.
42458
42459 2006-11-08  Jim Meyering  <jim@meyering.net>
42460
42461         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
42462         It's already included if !_LIBC.
42463         (fts_safe_changedir): Add a comment.
42464
42465 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
42466
42467         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
42468         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
42469         Matthew Woehlke.
42470
42471         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
42472         definitions up, to avoid colliding with change below.
42473         (static_inline) [HAVE_INLINE]: New macro.
42474         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
42475         Provide extern decls when !HAVE_INLINE.  Do not define unless
42476         static_inline is defined, either by us or by xmalloc.c.  Use
42477         static_inline rather than static inline.
42478         (XCALLOC): Optimize sizeof(T) = 1 case.
42479         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
42480
42481 2006-11-07  Bruno Haible  <bruno@clisp.org>
42482
42483         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
42484         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
42485         AC_C_INLINE.
42486         * modules/xalloc (Files): Add m4/inline.m4.
42487
42488 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42489
42490         * README: Fix typo.
42491         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
42492         (Miscellanous Notes): ...from this.
42493
42494 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
42495
42496         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
42497         Mention that offsetof should be used instead of sizeof.
42498         From Bruno Haible.
42499
42500 2006-11-07  Bruno Haible  <bruno@clisp.org>
42501
42502         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
42503
42504 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
42505
42506         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
42507         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
42508         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
42509         (gl_tree_add_before, gl_tree_add_after):
42510         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
42511         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
42512         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
42513         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
42514         (gl_linked_add_after, gl_linked_add_at): Likewise.
42515         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
42516         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
42517         (gl_tree_add_before, gl_tree_add_after): Likewise.
42518         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
42519         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
42520         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
42521
42522 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42523
42524         * lib/gl_oset.h: Use C comment style, not C++ comment style.
42525
42526 2006-11-06  Bruno Haible  <bruno@clisp.org>
42527
42528         * m4/inline.m4: New file.
42529         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
42530         * modules/list (Files): Add m4/inline.m4.
42531         * modules/oset (Files): Likewise.
42532
42533 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
42534
42535         * lib/idcache.c: Include <stddef.h>, for offsetof.
42536         (struct userid.name): Change from char * to a flexible array member.
42537         All uses changed.
42538         * modules/idcache (Depends-on): Add flexmember.
42539
42540         * MODULES.html.sh (Core language properties): New module flexmember.
42541         * modules/flexmember, m4/flexmember.m4: New files.
42542
42543         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
42544         inline functions that are identical with the old xnmalloc_inline,
42545         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
42546         that we can avoid some unnecessary integer multiplications and
42547         divisions in the common case where the element size is known at
42548         compile time.
42549         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
42550         needed.
42551         (xnboundedmalloc): Remove.
42552         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
42553         arguments, for consistency with rest of this header.
42554         (xcharalloc): Rewrite using XNMALLOC.
42555         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
42556         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
42557         versions have been moved to lib/xalloc.h and renamed to be the
42558         non-*_inline versions.
42559         (xmalloc, xrealloc): Implement without reference to the xnmalloc
42560         and xnrealloc functions, since those functions are now inline and
42561         now call us.
42562         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
42563         renaming described above.
42564         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
42565         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
42566         captures the dependency in AC_C_INLINE.
42567
42568         New module canonicalize-lgpl, proposed by Charles Wilson in
42569         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
42570         with a few small changes afterwards.
42571         * MODULES.html.sh (File system functions): New module
42572         canonicalize-lgpl.
42573         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
42574         and canonicalize_file_name.
42575         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
42576         * modules/canonicalize-lgpl: New files.
42577
42578 2006-11-05  Bruno Haible  <bruno@clisp.org>
42579
42580         * gnulib-tool (func_import, func_create_testdir): Create directories
42581         also for files in subdirectories of lib/.
42582
42583 2006-11-05  Bruno Haible  <bruno@clisp.org>
42584
42585         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
42586         ANSI C compliant.
42587
42588 2006-11-03  Bruno Haible  <bruno@clisp.org>
42589
42590         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
42591         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
42592         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
42593         (xnboundedmalloc): New inline function.
42594         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
42595         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
42596         xmalloc.
42597         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
42598         xmalloc.
42599         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
42600         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
42601         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
42602         xmalloc.
42603         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
42604         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
42605         xmalloc.
42606         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
42607         gl_tree_add_after): Use XMALLOC instead of xmalloc.
42608         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
42609         xmalloc.
42610         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
42611         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
42612         gl_tree_add_after): Use XMALLOC instead of xmalloc.
42613         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
42614         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
42615         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
42616         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
42617
42618 2006-11-03  Bruno Haible  <bruno@clisp.org>
42619
42620         * lib/c-ctype.h [C++]: Define functions without name mangling.
42621         * lib/fwriteerror.h [C++]: Likewise.
42622         * lib/gcd.h [C++]: Likewise.
42623         * lib/linebreak.h [C++]: Likewise.
42624
42625 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
42626
42627         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
42628         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
42629         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
42630         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
42631         Check for functions and headers just once.
42632         Check for declaration of canonicalize_file_name.
42633         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
42634
42635 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
42636
42637         * gnulib-tool (func_import): Fix typo in actioncmd.
42638
42639 2006-11-02  Bruno Haible  <bruno@clisp.org>
42640
42641         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
42642         newline sequence in the Makefile.am snippet as a space, like "make"
42643         does.
42644         Reported by Roger Persson <perrog@gmail.com>.
42645
42646 2006-11-01  Bruno Haible  <bruno@clisp.org>
42647
42648         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
42649         already declared in <string.h>.
42650         * lib/strcase.h (strncasecmp): Don't declare it if yes.
42651
42652 2006-11-01  Bruno Haible  <bruno@clisp.org>
42653
42654         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
42655         * lib/strcase.h: Include <string.h>.
42656         (strcasecmp): Define to rpl_strcasecmp here.
42657
42658 2006-11-01  Bruno Haible  <bruno@clisp.org>
42659
42660         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
42661
42662 2006-11-01  Eric Blake  <ebb9@byu.net>
42663
42664         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
42665
42666         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
42667
42668 2006-10-29  Bruno Haible  <bruno@clisp.org>
42669
42670         Make it compile in C++ mode.
42671         * lib/full-write.c (full_rw): Add a cast.
42672
42673 2006-11-01  Bruno Haible  <bruno@clisp.org>
42674
42675         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
42676         be POSIX compliant.
42677         Reported by Roger Persson <perrog@gmail.com>.
42678
42679 2006-11-01  Eric Blake  <ebb9@byu.net>
42680
42681         * lib/getopt_.h: Fix comments.
42682
42683 2006-10-31  Eric Blake  <ebb9@byu.net>
42684
42685         * modules/tmpdir (Depends-on): Add sys_stat.
42686         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
42687         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
42688         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
42689         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
42690         tempname.
42691
42692 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
42693
42694         Avoid some C++ diagnostics reported by Bruno Haible.
42695         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
42696         xmalloc.
42697         (quotearg_alloc): Use xcharalloc rather than xmalloc.
42698         (struct slotvec): Move to top level.
42699         (quotearg_n_options): Rewrite to avoid xmalloc.
42700         * lib/xalloc.h (xcharalloc): New function.
42701         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
42702         [defined __cplusplus]: Add function template that provides result
42703         type propagation.  This part of the change is from Bruno Haible.
42704
42705 2006-10-29  Bruno Haible  <bruno@clisp.org>
42706
42707         Make it compile in C++ mode.
42708         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
42709         * lib/strnlen1.c (strnlen1): Cast memchr result.
42710         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
42711         * lib/clean-temp.c (string_equals, string_hash): Add casts.
42712         (create_temp_dir): Rename local variable 'template'.
42713         (compile_csharp_using_sscli): Add cast.
42714         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
42715         * lib/findprog.c (find_in_path): Likewise.
42716         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
42717         * lib/wait-process.c (register_slave_subprocess): Likewise.
42718
42719 2006-10-22  Bruno Haible  <bruno@clisp.org>
42720
42721         * modules/tsearch: New file.
42722         * lib/tsearch.h: New file.
42723         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
42724         * m4/tsearch.m4: New file.
42725         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
42726
42727 2006-10-29  Eric Blake  <ebb9@byu.net>
42728
42729         * lib/arcfour.c: Assume config.h.
42730         * lib/arctwo.c: Likewise.
42731         * lib/base64.c: Likewise.
42732         * lib/check-version.c: Likewise.
42733         * lib/crc.c: Likewise.
42734         * lib/des.c: Likewise.
42735         * lib/gc-gnulib.c: Likewise.
42736         * lib/gc-libgcrypt.c: Likewise.
42737         * lib/gc-pbkdf2-sha1.c: Likewise.
42738         * lib/getaddrinfo.c: Likewise.
42739         * lib/getdelim.c: Likewise.
42740         * lib/getline.c: Likewise.
42741         * lib/hmac-md5.c: Likewise.
42742         * lib/hmac-sha1.c: Likewise.
42743         * lib/iconvme.c: Likewise.
42744         * lib/md2.c: Likewise.
42745         * lib/md4.c: Likewise.
42746         * lib/memxor.c: Likewise.
42747         * lib/read-file.c: Likewise.
42748         * lib/readline.c: Likewise.
42749         * lib/rijndael-alg-fst.c: Likewise.
42750         * lib/rijndael-api-fst.c: Likewise.
42751         * lib/xgetdomainname.c: Likewise.
42752
42753 2006-10-28  Eric Blake  <ebb9@byu.net>
42754
42755         * lib/xstrndup.c: Assume config.h.
42756
42757 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
42758
42759         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
42760         stat-macros.h is now for our own macros, whereas stat_h is for
42761         macros in the <sys/stat.h> name space.
42762         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
42763         (STAT_MACROS_H): Remove.
42764         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
42765         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
42766         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
42767         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
42768         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
42769         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
42770         Move these macros to ...
42771         * lib/stat_.h: here.  Don't include stat-macros.h.
42772         * lib/canonicalize.c: Don't include stat-macros.h.
42773         * lib/chown.c: Likewise.
42774         * lib/euidaccess.c: Likewise.
42775         * lib/file-type.c: Likewise.
42776         * lib/filemode.c: Likewise.
42777         * lib/glob.c: Likewise.
42778         * lib/isapipe.c: Likewise.
42779         * lib/lchown.c: Likewise.
42780         * lib/lstat.c: Likewise.
42781         * lib/mkdir-p.c: Likewise.
42782         * lib/rmdir.c: Likewise.
42783         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
42784         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
42785         unless mkdir isn't declared, to speed up 'configure'.
42786         Always create sys/stat.h, since it's unlikely any real sys/stat.h
42787         would define all the S_* symbols.
42788         * modules/canonicalize (Depends-on):
42789         Depend on sys_stat, not stat-macros.
42790         * modules/chown: Likewise.
42791         * modules/euidaccess: Likewise.
42792         * modules/filemode: Likewise.
42793         * modules/file-type: Likewise.
42794         * modules/glob: Likewise.
42795         * modules/isapipe: Likewise.
42796         * modules/lchown: Likewise.
42797         * modules/lstat: Likewise.
42798         * modules/mkancesdirs: Likewise.
42799         * modules/rmdir: Likewise.
42800         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
42801         * modules/modechange: Likewise.
42802         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
42803         (configure.ac): Remove gl_STAT_MACROS.
42804         * modules/sys_stat (Depends-on): Remove stat-macros.
42805
42806 2006-10-27  Bruno Haible  <bruno@clisp.org>
42807
42808         * m4/signed.m4: Remove file.
42809         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
42810         invocation.
42811         * modules/vasnprintf (Files): Remove m4/signed.m4.
42812
42813 2006-10-27  Bruno Haible  <bruno@clisp.org>
42814
42815         Update to GNU gettext 0.16.
42816         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
42817         m4/inttypes-h.m4, m4/signed.m4.
42818         * m4/gettext.m4: Update to GNU gettext 0.16.
42819         * m4/intl.m4: New file, from GNU gettext.
42820         * m4/intldir.m4: New file, from GNU gettext.
42821         * config/srclist.txt: Update
42822
42823 2006-10-27  Eric Blake  <ebb9@byu.net>
42824
42825         * MODULES.html.sh: Document tempname.
42826         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
42827         dependencies.
42828         (Files): Move lib/tempname.c...
42829         * modules/tempname: ...to this new module.
42830         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
42831         (gl_PREREQ_TEMPNAME): Move...
42832         * m4/tempname.m4: ...to this new file.
42833         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
42834         * modules/sys_stat (Depends-on): Add stat-macros.
42835         * lib/stat_.h (includes): Pick up stat macros.
42836         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
42837         if stat macros are broken.
42838         * lib/tempname.c (includes): No need to include "stat-macros.h".
42839         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
42840         (direxists, __path_search) [!_LIBC]: Don't compile these in
42841         gnulib; the tmpdir module covers that.
42842         * lib/tempname.h: New file.
42843
42844 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
42845
42846         * COPYING: Explain how gnulib-tool converts licence headers.
42847         Almost all wording by Eric Blake.
42848
42849 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
42850
42851         * lib/mbchar.h (is_basic_table): Make read-only.
42852         * lib/mbchar.c (is_basic_table): Likewise.
42853         Reported by John Darrington.
42854
42855 2006-10-25  Bruno Haible  <bruno@clisp.org>
42856
42857         * lib/progname.h (set_program_name): Undefine before defining.
42858
42859 2006-10-25  Bruno Haible  <bruno@clisp.org>
42860
42861         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
42862         false for non-gcc C++ compilers.
42863         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
42864
42865 2006-10-24  Bruno Haible  <bruno@clisp.org>
42866
42867         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
42868         iconv implementations like Irix iconv.
42869
42870 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
42871
42872         * modules/vararrays: New file.
42873         * m4/vararrays.m4: New file, taken from diffutils.
42874         * MODULES.html.sh: New module vararrays.
42875
42876 2006-10-24  Karl Berry  <karl@gnu.org>
42877
42878         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
42879         Don't call GNU Unix.
42880
42881 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42882
42883         * users.txt: Add Libtool.
42884
42885         Sync from Libtool:
42886
42887         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
42888
42889         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
42890         to gnulib's policy of including config.h unconditionally.
42891
42892 2006-10-24  Bruno Haible  <bruno@clisp.org>
42893
42894         * modules/wcwidth (Files): Add m4/wint_t.m4.
42895         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
42896         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
42897
42898 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
42899
42900         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
42901         to pacify GCC with some -W flags enabled.  Problem reported by
42902         Bruno Haible.
42903
42904 2006-10-24  Jim Meyering  <jim@meyering.net>
42905
42906         * MODULES.html.sh: Remove uinttostr.  It's not a module.
42907         Reported by Karl Berry.
42908
42909 2006-10-23  Bruno Haible  <bruno@clisp.org>
42910
42911         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
42912
42913 2006-10-24  Bruno Haible  <bruno@clisp.org>
42914
42915         * lib/gl_list.h: Use C comment style, not C++ comment style.
42916
42917 2006-10-23  Eric Blake  <ebb9@byu.net>
42918
42919         * lib/getaddrinfo.c (includes): Add missing include.
42920
42921 2006-10-23  Bruno Haible  <bruno@clisp.org>
42922             Paul Eggert  <eggert@cs.ucla.edu>
42923
42924         Ability to rename obstack_free.
42925         * lib/obstack.h (__obstack_free): New macro. Declare instead of
42926         obstack_free.
42927         (obstack_free): Invoke the __obstack_free macro.
42928         * lib/obstack.c (obstack_free): Use __obstack_free macro.
42929
42930 2006-10-23  Bruno Haible  <bruno@clisp.org>
42931             Paul Eggert  <eggert@cs.ucla.edu>
42932
42933         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
42934         __argc, __argv from the declaration. (They are defined as macros on
42935         mingw.)
42936
42937 2006-10-22  Bruno Haible  <bruno@clisp.org>
42938
42939         * doc/gnulib-intro.texi: New file.
42940         * doc/gnulib.texi: Include it.
42941
42942 2006-10-21  Bruno Haible  <bruno@clisp.org>
42943
42944         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
42945         "Introduction", "Miscellanous Notes", "Particular Modules".
42946
42947 2006-10-21  Bruno Haible  <bruno@clisp.org>
42948
42949         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
42950         Change mostlyclean-local rule to avoid sh syntax error from bash
42951         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
42952
42953 2006-10-23  Jim Meyering  <jim@meyering.net>
42954
42955         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
42956         in place of snprintf.
42957
42958         * modules/inttostr (Files): Add lib/uinttostr.c.
42959         * lib/uinttostr.c (inttostr): New file/function.
42960         * lib/inttostr.h (uinttostr): Declare.
42961         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
42962         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
42963         Add uinttostr.
42964         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
42965
42966 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
42967
42968         * lib/canonicalize.c (ELOOP): Define if not already defined.
42969         Problem reported by Bruno Haible in
42970         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
42971
42972 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
42973
42974         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
42975         Problem reported by Perry Smith and Ville Laurikari.
42976
42977         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
42978         uses.
42979
42980 2006-10-19  Bruno Haible  <bruno@clisp.org>
42981
42982         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
42983         for mingw.
42984
42985 2006-10-19  Bruno Haible  <bruno@clisp.org>
42986
42987         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
42988         Needed for mingw.
42989
42990 2006-10-19  Bruno Haible  <bruno@clisp.org>
42991
42992         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
42993
42994 2006-10-19  Bruno Haible  <bruno@clisp.org>
42995
42996         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
42997         it.
42998
42999 2006-10-19  Bruno Haible  <bruno@clisp.org>
43000
43001         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
43002         invocation.
43003
43004 2006-10-19  Bruno Haible  <bruno@clisp.org>
43005
43006         * gnulib-tool (func_create_testdir): Don't include ftruncate and
43007         mountlist by default.
43008
43009 2006-10-16  Bruno Haible  <bruno@clisp.org>
43010
43011         * lib/c-strstr.c: Include c-strstr.h.
43012
43013 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
43014
43015         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
43016         in a slash.
43017
43018 2006-10-18  Bruno Haible  <bruno@clisp.org>
43019
43020         * lib/lock.h [C++]: Wrap definitions in extern "C".
43021
43022 2006-10-18  Bruno Haible  <bruno@clisp.org>
43023
43024         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
43025         gl_LIBOBJS list.
43026
43027 2006-10-18  Bruno Haible  <bruno@clisp.org>
43028
43029         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
43030
43031 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
43032
43033         * lib/xstrtol.h: Include gettext.h.
43034         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
43035         Problem reported by Eric Blake.
43036         * modules/xstrtol (Depends-on): Add gettext-h.
43037
43038 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
43039
43040         * lib/strftime.c (advance): New macro.
43041         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
43042         incomplete type, so you can't add 0 to it.  Problem and patch
43043         reported by Eelco Dolstra for dietlibc.
43044
43045 2006-10-18  Jim Meyering  <jim@meyering.net>
43046
43047         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
43048         type for a local, and rename it: s/up/user_proc/.
43049
43050 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
43051
43052         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
43053         READ_UTMP_USER_PROCESS.
43054         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
43055
43056 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
43057
43058         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
43059         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
43060
43061 2006-10-17  Eric Blake  <ebb9@byu.net>
43062
43063         * lib/sigprocmask.c (sigprocmask): Fix typo.
43064
43065         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
43066
43067         * modules/clean-temp (Makefile.am): Don't add to make output...
43068         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
43069         config.h.
43070
43071 2006-10-17  Bruno Haible  <bruno@clisp.org>
43072
43073         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
43074         differently if DEFAULT_TEXT_DOMAIN is set.
43075
43076 2006-10-16  Bruno Haible  <bruno@clisp.org>
43077
43078         * lib/clean-temp.c: Include fwriteerror.h.
43079
43080 2006-10-16  Bruno Haible  <bruno@clisp.org>
43081
43082         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
43083
43084 2006-10-16  Bruno Haible  <bruno@clisp.org>
43085
43086         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
43087         * lib/sigprocmask.h: Include <sys/types.h>.
43088         (sigset_t): Use the system's definition if present.
43089
43090 2006-10-17  Eric Blake  <ebb9@byu.net>
43091
43092         * lib/xvasprintf.c (includes): Assume config.h.
43093         * lib/xasprintf.c (includes): Likewise.
43094
43095 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
43096
43097         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
43098         at least as wide as intmax_t.
43099
43100 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
43101
43102         (Imported from Automake.)
43103         * build-aux/gnupload: Update to version 1.1 of directive file.
43104
43105 2006-10-16  Eric Blake  <ebb9@byu.net>
43106
43107         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
43108         match Automake 1.10a.
43109
43110 2006-10-14  Bruno Haible  <bruno@clisp.org>
43111
43112         * modules/sigprocmask: New file.
43113         * lib/sigprocmask.h: New file.
43114         * lib/sigprocmask.c: New file.
43115         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
43116         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
43117         request sigprocmask.o.
43118         (gl_PREREQ_SIGPROCMASK): New macro.
43119         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
43120         (Depends-on): Add sigprocmask.
43121         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
43122         gt_SIGNALBLOCKING. Test for 'raise' only once.
43123         * lib/fatal-signal.c: Include sigprocmask.h.
43124         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
43125         unblock_fatal_signals): Define always.
43126         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
43127         sigprocmask.
43128
43129 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
43130
43131         Sync from Automake.
43132         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
43133         which incorrectly sets the mode of an existing destination
43134         directory.  In some cases the unpatched install-sh could do the
43135         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
43136         system.  We hope this is rare in practice, but it's clearly worth
43137         fixing.  Problem reported by Alex Unleashed in
43138         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
43139         Also, don't bother to check for -m bugs unless we're using -m;
43140         suggested by Stepan Kasal.
43141
43142 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43143
43144         Sync from Automake.
43145         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
43146         `-c' flag, so they appear at the same position as in %FASTDEP%
43147         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
43148         which ignores unknown options only after the first non-option.
43149         Bug report against M4 by Nelson H. F. Beebe.
43150
43151 2006-10-13  Jim Meyering  <jim@meyering.net>
43152
43153         Fix a bug in yesterday's change.
43154         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
43155         p->fts_statp->st_dev would be used uninitialized.
43156         Ensures that we always call fts_stat on the very first entry.
43157         Miklos Szeredi reported that find -xdev stopped working.
43158
43159 2006-10-12  Bruno Haible  <bruno@clisp.org>
43160
43161         * gnulib-tool (func_get_automake_snippet): Append an automatically
43162         computed EXTRA_DIST augmentation.
43163         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
43164         * modules/alloca-opt (Makefile.am): Likewise.
43165         * modules/allocsa (Makefile.am): Likewise.
43166         * modules/arcfour (Makefile.am): Likewise.
43167         * modules/arctwo (Makefile.am): Likewise.
43168         * modules/argmatch (Makefile.am): Likewise.
43169         * modules/argz (Makefile.am): Likewise.
43170         * modules/atexit (Makefile.am): Likewise.
43171         * modules/backupfile (Makefile.am): Likewise.
43172         * modules/byteswap (Makefile.am): Likewise.
43173         * modules/c-strtod (Makefile.am): Likewise.
43174         * modules/c-strtold (Makefile.am): Likewise.
43175         * modules/calloc (Makefile.am): Likewise.
43176         * modules/canon-host (Makefile.am): Likewise.
43177         * modules/canonicalize (Makefile.am): Likewise.
43178         * modules/chdir-long (Makefile.am): Likewise.
43179         * modules/chdir-safer (Makefile.am): Likewise.
43180         * modules/check-version (Makefile.am): Likewise.
43181         * modules/chown (Makefile.am): Likewise.
43182         * modules/cloexec (Makefile.am): Likewise.
43183         * modules/close-stream (Makefile.am): Likewise.
43184         * modules/closeout (Makefile.am): Likewise.
43185         * modules/crc (Makefile.am): Likewise.
43186         * modules/csharpexec (Makefile.am): Likewise.
43187         * modules/cycle-check (Makefile.am): Likewise.
43188         * modules/des (Makefile.am): Likewise.
43189         * modules/dev-ino (Makefile.am): Likewise.
43190         * modules/dirfd (Makefile.am): Likewise.
43191         * modules/dirname (Makefile.am): Likewise.
43192         * modules/dup2 (Makefile.am): Likewise.
43193         * modules/eealloc (Makefile.am): Likewise.
43194         * modules/error (Makefile.am): Likewise.
43195         * modules/euidaccess (Makefile.am): Likewise.
43196         * modules/exclude (Makefile.am): Likewise.
43197         * modules/exitfail (Makefile.am): Likewise.
43198         * modules/fcntl-safer (Makefile.am): Likewise.
43199         * modules/fcntl (Makefile.am): Likewise.
43200         * modules/file-type (Makefile.am): Likewise.
43201         * modules/fileblocks (Makefile.am): Likewise.
43202         * modules/filemode (Makefile.am): Likewise.
43203         * modules/filenamecat (Makefile.am): Likewise.
43204         * modules/fnmatch (Makefile.am): Likewise.
43205         * modules/fopen-safer (Makefile.am): Likewise.
43206         * modules/fpending (Makefile.am): Likewise.
43207         * modules/fprintftime (Makefile.am): Likewise.
43208         * modules/free (Makefile.am): Likewise.
43209         * modules/fsusage (Makefile.am): Likewise.
43210         * modules/ftruncate (Makefile.am): Likewise.
43211         * modules/fts (Makefile.am): Likewise.
43212         * modules/gc-arcfour (Makefile.am): Likewise.
43213         * modules/gc-des (Makefile.am): Likewise.
43214         * modules/gc-hmac-md5 (Makefile.am): Likewise.
43215         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
43216         * modules/gc-md4 (Makefile.am): Likewise.
43217         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
43218         * modules/gc-sha1 (Makefile.am): Likewise.
43219         * modules/gc (Makefile.am): Likewise.
43220         * modules/getaddrinfo (Makefile.am): Likewise.
43221         * modules/getcwd (Makefile.am): Likewise.
43222         * modules/getdelim (Makefile.am): Likewise.
43223         * modules/getdomainname (Makefile.am): Likewise.
43224         * modules/getgroups (Makefile.am): Likewise.
43225         * modules/gethostname (Makefile.am): Likewise.
43226         * modules/gethrxtime (Makefile.am): Likewise.
43227         * modules/getline (Makefile.am): Likewise.
43228         * modules/getloadavg (Makefile.am): Likewise.
43229         * modules/getlogin_r (Makefile.am): Likewise.
43230         * modules/getndelim2 (Makefile.am): Likewise.
43231         * modules/getopt (Makefile.am): Likewise.
43232         * modules/getpagesize (Makefile.am): Likewise.
43233         * modules/getpass-gnu (Makefile.am): Likewise.
43234         * modules/getpass (Makefile.am): Likewise.
43235         * modules/getsubopt (Makefile.am): Likewise.
43236         * modules/gettime (Makefile.am): Likewise.
43237         * modules/gettimeofday (Makefile.am): Likewise.
43238         * modules/getugroups (Makefile.am): Likewise.
43239         * modules/getusershell (Makefile.am): Likewise.
43240         * modules/glob (Makefile.am): Likewise.
43241         * modules/group-member (Makefile.am): Likewise.
43242         * modules/hard-locale (Makefile.am): Likewise.
43243         * modules/hash (Makefile.am): Likewise.
43244         * modules/hmac-md5 (Makefile.am): Likewise.
43245         * modules/hmac-sha1 (Makefile.am): Likewise.
43246         * modules/human (Makefile.am): Likewise.
43247         * modules/idcache (Makefile.am): Likewise.
43248         * modules/imaxabs (Makefile.am): Likewise.
43249         * modules/imaxdiv (Makefile.am): Likewise.
43250         * modules/inet_ntop (Makefile.am): Likewise.
43251         * modules/inet_pton (Makefile.am): Likewise.
43252         * modules/intprops (Makefile.am): Likewise.
43253         * modules/inttostr (Makefile.am): Likewise.
43254         * modules/inttypes (Makefile.am): Likewise.
43255         * modules/isapipe (Makefile.am): Likewise.
43256         * modules/javaversion (Makefile.am): Likewise.
43257         * modules/lchmod (Makefile.am): Likewise.
43258         * modules/lchown (Makefile.am): Likewise.
43259         * modules/localcharset (Makefile.am): Likewise.
43260         * modules/long-options (Makefile.am): Likewise.
43261         * modules/lstat (Makefile.am): Likewise.
43262         * modules/malloc (Makefile.am): Likewise.
43263         * modules/mathl (Makefile.am): Likewise.
43264         * modules/mbchar (Makefile.am): Likewise.
43265         * modules/md2 (Makefile.am): Likewise.
43266         * modules/md4 (Makefile.am): Likewise.
43267         * modules/md5 (Makefile.am): Likewise.
43268         * modules/memcasecmp (Makefile.am): Likewise.
43269         * modules/memchr (Makefile.am): Likewise.
43270         * modules/memcmp (Makefile.am): Likewise.
43271         * modules/memcoll (Makefile.am): Likewise.
43272         * modules/memcpy (Makefile.am): Likewise.
43273         * modules/memmem (Makefile.am): Likewise.
43274         * modules/memmove (Makefile.am): Likewise.
43275         * modules/mempcpy (Makefile.am): Likewise.
43276         * modules/memrchr (Makefile.am): Likewise.
43277         * modules/memset (Makefile.am): Likewise.
43278         * modules/memxor (Makefile.am): Likewise.
43279         * modules/mkancesdirs (Makefile.am): Likewise.
43280         * modules/mkdir-p (Makefile.am): Likewise.
43281         * modules/mkdir (Makefile.am): Likewise.
43282         * modules/mkdtemp (Makefile.am): Likewise.
43283         * modules/mkstemp (Makefile.am): Likewise.
43284         * modules/mktime (Makefile.am): Likewise.
43285         * modules/modechange (Makefile.am): Likewise.
43286         * modules/mountlist (Makefile.am): Likewise.
43287         * modules/nanosleep (Makefile.am): Likewise.
43288         * modules/obstack (Makefile.am): Likewise.
43289         * modules/openat (Makefile.am): Likewise.
43290         * modules/pagealign_alloc (Makefile.am): Likewise.
43291         * modules/pathmax (Makefile.am): Likewise.
43292         * modules/physmem (Makefile.am): Likewise.
43293         * modules/poll (Makefile.am): Likewise.
43294         * modules/posixtm (Makefile.am): Likewise.
43295         * modules/posixver (Makefile.am): Likewise.
43296         * modules/putenv (Makefile.am): Likewise.
43297         * modules/quote (Makefile.am): Likewise.
43298         * modules/quotearg (Makefile.am): Likewise.
43299         * modules/raise (Makefile.am): Likewise.
43300         * modules/read-file (Makefile.am): Likewise.
43301         * modules/readline (Makefile.am): Likewise.
43302         * modules/readlink (Makefile.am): Likewise.
43303         * modules/readtokens (Makefile.am): Likewise.
43304         * modules/readutmp (Makefile.am): Likewise.
43305         * modules/realloc (Makefile.am): Likewise.
43306         * modules/regex (Makefile.am): Likewise.
43307         * modules/rename-dest-slash (Makefile.am): Likewise.
43308         * modules/rename (Makefile.am): Likewise.
43309         * modules/rijndael (Makefile.am): Likewise.
43310         * modules/rmdir (Makefile.am): Likewise.
43311         * modules/rpmatch (Makefile.am): Likewise.
43312         * modules/safe-read (Makefile.am): Likewise.
43313         * modules/safe-write (Makefile.am): Likewise.
43314         * modules/same-inode (Makefile.am): Likewise.
43315         * modules/same (Makefile.am): Likewise.
43316         * modules/save-cwd (Makefile.am): Likewise.
43317         * modules/savedir (Makefile.am): Likewise.
43318         * modules/setenv (Makefile.am): Likewise.
43319         * modules/settime (Makefile.am): Likewise.
43320         * modules/sha1 (Makefile.am): Likewise.
43321         * modules/sig2str (Makefile.am): Likewise.
43322         * modules/snprintf (Makefile.am): Likewise.
43323         * modules/stat-macros (Makefile.am): Likewise.
43324         * modules/stat-time (Makefile.am): Likewise.
43325         * modules/stdbool (Makefile.am): Likewise.
43326         * modules/stdint (Makefile.am): Likewise.
43327         * modules/stdlib-safer (Makefile.am): Likewise.
43328         * modules/stpcpy (Makefile.am): Likewise.
43329         * modules/stpncpy (Makefile.am): Likewise.
43330         * modules/strcase (Makefile.am): Likewise.
43331         * modules/strcasestr (Makefile.am): Likewise.
43332         * modules/strchrnul (Makefile.am): Likewise.
43333         * modules/strcspn (Makefile.am): Likewise.
43334         * modules/strdup (Makefile.am): Likewise.
43335         * modules/strerror (Makefile.am): Likewise.
43336         * modules/strftime (Makefile.am): Likewise.
43337         * modules/strndup (Makefile.am): Likewise.
43338         * modules/strnlen (Makefile.am): Likewise.
43339         * modules/strpbrk (Makefile.am): Likewise.
43340         * modules/strsep (Makefile.am): Likewise.
43341         * modules/strstr (Makefile.am): Likewise.
43342         * modules/strtod (Makefile.am): Likewise.
43343         * modules/strtoimax (Makefile.am): Likewise.
43344         * modules/strtok_r (Makefile.am): Likewise.
43345         * modules/strtol (Makefile.am): Likewise.
43346         * modules/strtoll (Makefile.am): Likewise.
43347         * modules/strtoul (Makefile.am): Likewise.
43348         * modules/strtoull (Makefile.am): Likewise.
43349         * modules/strtoumax (Makefile.am): Likewise.
43350         * modules/strverscmp (Makefile.am): Likewise.
43351         * modules/sys_socket (Makefile.am): Likewise.
43352         * modules/sys_stat (Makefile.am): Likewise.
43353         * modules/sysexits (Makefile.am): Likewise.
43354         * modules/time_r (Makefile.am): Likewise.
43355         * modules/timegm (Makefile.am): Likewise.
43356         * modules/timespec (Makefile.am): Likewise.
43357         * modules/tmpfile-safer (Makefile.am): Likewise.
43358         * modules/trim (Makefile.am): Likewise.
43359         * modules/unistd-safer (Makefile.am): Likewise.
43360         * modules/unlinkdir (Makefile.am): Likewise.
43361         * modules/unlocked-io (Makefile.am): Likewise.
43362         * modules/userspec (Makefile.am): Likewise.
43363         * modules/utime (Makefile.am): Likewise.
43364         * modules/utimecmp (Makefile.am): Likewise.
43365         * modules/utimens (Makefile.am): Likewise.
43366         * modules/vasnprintf (Makefile.am): Likewise.
43367         * modules/vasprintf (Makefile.am): Likewise.
43368         * modules/vsnprintf (Makefile.am): Likewise.
43369         * modules/xalloc (Makefile.am): Likewise.
43370         * modules/xgetcwd (Makefile.am): Likewise.
43371         * modules/xnanosleep (Makefile.am): Likewise.
43372         * modules/xreadlink (Makefile.am): Likewise.
43373         * modules/xstrtod (Makefile.am): Likewise.
43374         * modules/xstrtol (Makefile.am): Likewise.
43375         * modules/xstrtold (Makefile.am): Likewise.
43376         * modules/yesno (Makefile.am): Likewise.
43377         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
43378
43379 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
43380
43381         * modules/error (Makefile.am): Distribute files through
43382         EXTRA_DIST, not lib_SOURCES.
43383
43384 2006-10-12  Eric Blake  <ebb9@byu.net>
43385
43386         * modules/error (Makefile.am): Distribute files in /lib.
43387         * modules/obstack (Makefile.am): Likewise.
43388
43389 2006-10-12  Bruno Haible  <bruno@clisp.org>
43390
43391         * modules/acl (Makefile.am): Distribute all files in lib/ through
43392         EXTRA_DIST.
43393         * modules/arcfour (Makefile.am): Likewise.
43394         * modules/arctwo (Makefile.am): Likewise.
43395         * modules/argmatch (Makefile.am): Likewise.
43396         * modules/argz (Makefile.am): Likewise.
43397         * modules/atexit (Makefile.am): Likewise.
43398         * modules/backupfile (Makefile.am): Likewise.
43399         * modules/c-strtod (Makefile.am): Likewise.
43400         * modules/c-strtold (Makefile.am): Likewise.
43401         * modules/calloc (Makefile.am): Likewise.
43402         * modules/canon-host (Makefile.am): Likewise.
43403         * modules/canonicalize (Makefile.am): Likewise.
43404         * modules/chdir-long (Makefile.am): Likewise.
43405         * modules/chdir-safer (Makefile.am): Likewise.
43406         * modules/check-version (Makefile.am): Likewise.
43407         * modules/chown (Makefile.am): Likewise.
43408         * modules/cloexec (Makefile.am): Likewise.
43409         * modules/close-stream (Makefile.am): Likewise.
43410         * modules/closeout (Makefile.am): Likewise.
43411         * modules/crc (Makefile.am): Likewise.
43412         * modules/cycle-check (Makefile.am): Likewise.
43413         * modules/des (Makefile.am): Likewise.
43414         * modules/dirfd (Makefile.am): Likewise.
43415         * modules/dirname (Makefile.am): Likewise.
43416         * modules/dup2 (Makefile.am): Likewise.
43417         * modules/euidaccess (Makefile.am): Likewise.
43418         * modules/exclude (Makefile.am): Likewise.
43419         * modules/exitfail (Makefile.am): Likewise.
43420         * modules/fcntl-safer (Makefile.am): Likewise.
43421         * modules/file-type (Makefile.am): Likewise.
43422         * modules/fileblocks (Makefile.am): Likewise.
43423         * modules/filemode (Makefile.am): Likewise.
43424         * modules/filenamecat (Makefile.am): Likewise.
43425         * modules/fnmatch (Makefile.am): Likewise.
43426         * modules/fopen-safer (Makefile.am): Likewise.
43427         * modules/fpending (Makefile.am): Likewise.
43428         * modules/fprintftime (Makefile.am): Likewise.
43429         * modules/free (Makefile.am): Likewise.
43430         * modules/fsusage (Makefile.am): Likewise.
43431         * modules/ftruncate (Makefile.am): Likewise.
43432         * modules/fts (Makefile.am): Likewise.
43433         * modules/gc (Makefile.am): Likewise.
43434         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
43435         * modules/getaddrinfo (Makefile.am): Likewise.
43436         * modules/getcwd (Makefile.am): Likewise.
43437         * modules/getdelim (Makefile.am): Likewise.
43438         * modules/getdomainname (Makefile.am): Likewise.
43439         * modules/getgroups (Makefile.am): Likewise.
43440         * modules/gethostname (Makefile.am): Likewise.
43441         * modules/gethrxtime (Makefile.am): Likewise.
43442         * modules/getline (Makefile.am): Likewise.
43443         * modules/getloadavg (Makefile.am): Likewise.
43444         * modules/getlogin_r (Makefile.am): Likewise.
43445         * modules/getopt (Makefile.am): Likewise.
43446         * modules/getpass (Makefile.am): Likewise.
43447         * modules/getpass-gnu (Makefile.am): Likewise.
43448         * modules/getsubopt (Makefile.am): Likewise.
43449         * modules/gettime (Makefile.am): Likewise.
43450         * modules/gettimeofday (Makefile.am): Likewise.
43451         * modules/getugroups (Makefile.am): Likewise.
43452         * modules/getusershell (Makefile.am): Likewise.
43453         * modules/glob (Makefile.am): Likewise.
43454         * modules/group-member (Makefile.am): Likewise.
43455         * modules/hard-locale (Makefile.am): Likewise.
43456         * modules/hash (Makefile.am): Likewise.
43457         * modules/hmac-md5 (Makefile.am): Likewise.
43458         * modules/hmac-sha1 (Makefile.am): Likewise.
43459         * modules/human (Makefile.am): Likewise.
43460         * modules/idcache (Makefile.am): Likewise.
43461         * modules/imaxabs (Makefile.am): Likewise.
43462         * modules/imaxdiv (Makefile.am): Likewise.
43463         * modules/inet_ntop (Makefile.am): Likewise.
43464         * modules/inet_pton (Makefile.am): Likewise.
43465         * modules/inttostr (Makefile.am): Likewise.
43466         * modules/isapipe (Makefile.am): Likewise.
43467         * modules/lchown (Makefile.am): Likewise.
43468         * modules/long-options (Makefile.am): Likewise.
43469         * modules/lstat (Makefile.am): Likewise.
43470         * modules/malloc (Makefile.am): Likewise.
43471         * modules/mathl (Makefile.am): Likewise.
43472         * modules/mbchar (Makefile.am): Likewise.
43473         * modules/md2 (Makefile.am): Likewise.
43474         * modules/md4 (Makefile.am): Likewise.
43475         * modules/md5 (Makefile.am): Likewise.
43476         * modules/memcasecmp (Makefile.am): Likewise.
43477         * modules/memchr (Makefile.am): Likewise.
43478         * modules/memcmp (Makefile.am): Likewise.
43479         * modules/memcoll (Makefile.am): Likewise.
43480         * modules/memcpy (Makefile.am): Likewise.
43481         * modules/memmem (Makefile.am): Likewise.
43482         * modules/memmove (Makefile.am): Likewise.
43483         * modules/mempcpy (Makefile.am): Likewise.
43484         * modules/memrchr (Makefile.am): Likewise.
43485         * modules/memset (Makefile.am): Likewise.
43486         * modules/memxor (Makefile.am): Likewise.
43487         * modules/mkancesdirs (Makefile.am): Likewise.
43488         * modules/mkdir (Makefile.am): Likewise.
43489         * modules/mkdir-p (Makefile.am): Likewise.
43490         * modules/mkdtemp (Makefile.am): Likewise.
43491         * modules/mkstemp (Makefile.am): Likewise.
43492         * modules/mktime (Makefile.am): Likewise.
43493         * modules/modechange (Makefile.am): Likewise.
43494         * modules/mountlist (Makefile.am): Likewise.
43495         * modules/nanosleep (Makefile.am): Likewise.
43496         * modules/openat (Makefile.am): Likewise.
43497         * modules/pagealign_alloc (Makefile.am): Likewise.
43498         * modules/physmem (Makefile.am): Likewise.
43499         * modules/poll (Makefile.am): Likewise.
43500         * modules/posixtm (Makefile.am): Likewise.
43501         * modules/posixver (Makefile.am): Likewise.
43502         * modules/putenv (Makefile.am): Likewise.
43503         * modules/quote (Makefile.am): Likewise.
43504         * modules/quotearg (Makefile.am): Likewise.
43505         * modules/raise (Makefile.am): Likewise.
43506         * modules/read-file (Makefile.am): Likewise.
43507         * modules/readline (Makefile.am): Likewise.
43508         * modules/readlink (Makefile.am): Likewise.
43509         * modules/readtokens (Makefile.am): Likewise.
43510         * modules/readutmp (Makefile.am): Likewise.
43511         * modules/realloc (Makefile.am): Likewise.
43512         * modules/regex (Makefile.am): Likewise.
43513         * modules/rename (Makefile.am): Likewise.
43514         * modules/rename-dest-slash (Makefile.am): Likewise.
43515         * modules/rijndael (Makefile.am): Likewise.
43516         * modules/rmdir (Makefile.am): Likewise.
43517         * modules/rpmatch (Makefile.am): Likewise.
43518         * modules/safe-read (Makefile.am): Likewise.
43519         * modules/safe-write (Makefile.am): Likewise.
43520         * modules/same (Makefile.am): Likewise.
43521         * modules/save-cwd (Makefile.am): Likewise.
43522         * modules/savedir (Makefile.am): Likewise.
43523         * modules/setenv (Makefile.am): Likewise.
43524         * modules/settime (Makefile.am): Likewise.
43525         * modules/sha1 (Makefile.am): Likewise.
43526         * modules/sig2str (Makefile.am): Likewise.
43527         * modules/snprintf (Makefile.am): Likewise.
43528         * modules/stdlib-safer (Makefile.am): Likewise.
43529         * modules/stpcpy (Makefile.am): Likewise.
43530         * modules/stpncpy (Makefile.am): Likewise.
43531         * modules/strcase (Makefile.am): Likewise.
43532         * modules/strcasestr (Makefile.am): Likewise.
43533         * modules/strchrnul (Makefile.am): Likewise.
43534         * modules/strcspn (Makefile.am): Likewise.
43535         * modules/strdup (Makefile.am): Likewise.
43536         * modules/strerror (Makefile.am): Likewise.
43537         * modules/strftime (Makefile.am): Likewise.
43538         * modules/strndup (Makefile.am): Likewise.
43539         * modules/strnlen (Makefile.am): Likewise.
43540         * modules/strpbrk (Makefile.am): Likewise.
43541         * modules/strsep (Makefile.am): Likewise.
43542         * modules/strstr (Makefile.am): Likewise.
43543         * modules/strtod (Makefile.am): Likewise.
43544         * modules/strtoimax (Makefile.am): Likewise.
43545         * modules/strtok_r (Makefile.am): Likewise.
43546         * modules/strtol (Makefile.am): Likewise.
43547         * modules/strtoll (Makefile.am): Likewise.
43548         * modules/strtoul (Makefile.am): Likewise.
43549         * modules/strtoull (Makefile.am): Likewise.
43550         * modules/strtoumax (Makefile.am): Likewise.
43551         * modules/strverscmp (Makefile.am): Likewise.
43552         * modules/time_r (Makefile.am): Likewise.
43553         * modules/timegm (Makefile.am): Likewise.
43554         * modules/tmpfile-safer (Makefile.am): Likewise.
43555         * modules/unistd-safer (Makefile.am): Likewise.
43556         * modules/unlinkdir (Makefile.am): Likewise.
43557         * modules/userspec (Makefile.am): Likewise.
43558         * modules/utime (Makefile.am): Likewise.
43559         * modules/utimecmp (Makefile.am): Likewise.
43560         * modules/utimens (Makefile.am): Likewise.
43561         * modules/vasnprintf (Makefile.am): Likewise.
43562         * modules/vasprintf (Makefile.am): Likewise.
43563         * modules/vsnprintf (Makefile.am): Likewise.
43564         * modules/xalloc (Makefile.am): Likewise.
43565         * modules/xgetcwd (Makefile.am): Likewise.
43566         * modules/xnanosleep (Makefile.am): Likewise.
43567         * modules/xreadlink (Makefile.am): Likewise.
43568         * modules/xstrtod (Makefile.am): Likewise.
43569         * modules/xstrtol (Makefile.am): Likewise.
43570         * modules/xstrtold (Makefile.am): Likewise.
43571         * modules/yesno (Makefile.am): Likewise.
43572
43573 2006-10-12  Jim Meyering  <jim@meyering.net>
43574
43575         * m4/getloadavg.m4: Revert the change below.
43576
43577         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
43578         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
43579         fail with a symlink, which is what coreutils' ./bootstrap now
43580         creates by default.
43581
43582 2006-10-12  Bruno Haible  <bruno@clisp.org>
43583
43584         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
43585         mingw.
43586         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
43587         MSVC and mingw explicitly.
43588
43589 2006-10-11  Simon Josefsson  <jas@extundo.com>
43590             Bruno Haible  <bruno@clisp.org>
43591
43592         Add support for multiple gnulib-tool invocations in the scope of a
43593         single configure.ac file.
43594         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
43595         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
43596         with the same contents as the _LIBADD variable.
43597         (func_emit_initmacro_start, func_emit_initmacro_end,
43598         func_emit_initmacro_done): New functions.
43599         (func_import, func_create_testdir): Invoke them. Allow the identifiers
43600         gl_LIBOBJS and gl_LTLIBOBJS.
43601
43602 2006-10-11  Bruno Haible  <bruno@clisp.org>
43603
43604         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
43605         (func_create_testdir): Don't create po/Makefile.am, don't invoke
43606         autoreconf. Instead, invoke autopoint explicitly but move back the
43607         *.m4 files from gnulib.
43608
43609 2006-10-11  Bruno Haible  <bruno@clisp.org>
43610
43611         * gnulib-tool (func_usage): Make module names after --create-testdir
43612         optional.
43613         (func_create_testdir): If no module was specified, use nearly all
43614         modules.
43615
43616 2006-10-12  Jim Meyering  <jim@meyering.net>
43617
43618         Big performance improvement for fts-based tools that use FTS_NOSTAT.
43619         Avoid spurious inode-mismatch problems on non-POSIX file systems.
43620         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
43621         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
43622         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
43623         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
43624         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
43625         (fts_set_stat_required): New function.
43626         (fts_open): Defer the calls to fts_stat, if possible or requested.
43627         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
43628         into fts_stat itself.
43629         (fts_read): Perform any required (deferred) fts_stat call.
43630         (fts_build): Likewise, for the directory we're about to open and read.
43631         In the readdir loop, carefully decide whether each entry will require
43632         an eventual call to fts_stat, using dirent.d_type info if available.
43633         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
43634         a command line argument into this function.  Update all callers.
43635         Map a return value of FTS_DOT to FTS_D for a command line argument.
43636         * modules/fts (Depends-on): Add d-type.  Alphabetize.
43637         Thanks to Miklos Szeredi for his tenacity and for the initial
43638         bug report about "find" failing on a FUSE-based file system.
43639
43640         * lib/fts.c (fts_open): Use consistent indentation.
43641
43642 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
43643
43644         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
43645         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
43646         reported by Jim Meyering.  All uses of cache variables renamed
43647         to match Autoconf's.
43648         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
43649         the other one.
43650
43651         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
43652         Fix misspelling in diagnostic.
43653
43654 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
43655
43656         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
43657         defined.  Problem reported by Matthew Woehlke.
43658
43659         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
43660         Add support for Tandem NonStop R series.
43661         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
43662         Use new macro.
43663
43664         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
43665         (has_trailing_slash): Omit size arg; all callers changed.
43666         Omit 'inline', since it doesn't help performance and we'd
43667         need to configure it.
43668         Don't count //, ///, etc. as having a trailing slash.
43669         As a side effect, this removes a C99ism reported by Matthew Woehlke.
43670         (rpl_rename_dest_slash): On failure, use rename's errno rather
43671         than (in some cases) an incorrect or junk errno.
43672         Simplify code by removing need to compute length; this does
43673         cause it to make two passes instead of one over the file name,
43674         but it's worth it.
43675
43676         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
43677         change, since Autoconf's version may no longer be appropriate now
43678         that we are using CVS Autoconf's version.  Add support for Tandem.
43679
43680 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
43681             Bruno Haible  <bruno@clisp.org>
43682
43683         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
43684         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
43685         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
43686         gl_AC_TYPE_LONG_LONG.
43687
43688         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
43689         instead of HAVE_LONG_LONG.
43690         * lib/printf-args.c (printf_fetchargs): Likewise.
43691         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
43692         * lib/vasnprintf.c (VASNPRINTF): Likewise.
43693         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
43694         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
43695         gl_AC_TYPE_LONG_LONG.
43696
43697 2006-10-11  Bruno Haible  <bruno@clisp.org>
43698
43699         * m4/longlong.m4: Add comments.
43700         * m4/ulonglong.m4: Likewise.
43701
43702 2006-10-10  Bruno Haible  <bruno@clisp.org>
43703
43704         Make it possible to #define stpcpy, strdup to aliases.
43705         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
43706         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
43707
43708 2006-10-10  Bruno Haible  <bruno@clisp.org>
43709
43710         Make it possible to #define gcd to an alias.
43711         * lib/gcd.c: Include config.h.
43712
43713 2006-10-10  Bruno Haible  <bruno@clisp.org>
43714
43715         Make it possible to #define c_isascii to an alias.
43716         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
43717         defined. Undefine the macros before defining them, to avoid gcc
43718         warnings.
43719         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
43720         define NO_C_CTYPE_MACROS early.
43721
43722 2006-10-10  Bruno Haible  <bruno@clisp.org>
43723
43724         Make it possible to #define set_program_name to an alias.
43725         * lib/progname.c: Don't undefine set_program_name; instead, undefine
43726         ENABLE_RELOCATABLE early.
43727
43728 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
43729
43730         Port to Tandem NSK OSS, which has 64-bit signed int but at most
43731         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
43732         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
43733         More generally, don't assume that 64-bit signed int is available
43734         if unsigned int is, and vice versa.
43735         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
43736         unsigned symbols, not on their signed counterparts.
43737         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
43738         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
43739         (UINT64_C, UINTMAX_C):
43740         Likewise.
43741         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
43742         unsigned counterparts.
43743         (Have_long_long, Unsigned): New macros.
43744         (Int): Renamed from INT.
43745         (strtoimax): Use the new macros.
43746         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
43747         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
43748         * modules/inttypes (inttypes.h): Substitute
43749         HAVE_UNSIGNED_LONG_LONG_INT.
43750         * modules/stdint (stdint.h): Likewise.
43751         (Files): Add m4/ulonglong.m4.
43752
43753 2006-10-10  Bruno Haible  <bruno@clisp.org>
43754
43755         Fix a gcc -Wshadow warning.
43756         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
43757         to 'bucket'.
43758         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
43759         gl_linked_indexof_from_to): Likewise.
43760         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
43761         Likewise.
43762         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
43763         Likewise.
43764         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
43765         Reported by Eric Blake.
43766
43767 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
43768
43769         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
43770         for NetBSD.  Problem reported by Bruno Haible.
43771
43772 2006-10-09  Jim Meyering  <jim@meyering.net>
43773
43774         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
43775         Patch from Bruno Haible.
43776
43777 2006-10-09  Jim Meyering  <jim@meyering.net>
43778
43779         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
43780         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
43781         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
43782
43783 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
43784
43785         Don't include <config.h> twice; this doesn't work in some cases,
43786         e.g., when config.h has "#define intmax_t long long int" and
43787         we include <config.h>, <inttypes.h>, <config.h> in that order.
43788         Problem reported by Matthew Woehlke in:
43789         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
43790         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
43791         * lib/fts-cycle.c: Don't include config.h.
43792         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
43793         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
43794         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
43795         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
43796         inttypes.h.
43797         * lib/xstrtoumax.c: Likewise.
43798         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
43799         __strtol and the like, so that this module is more like its siblings.
43800         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
43801         Remove; no longer needed now that we assume gnulib inttypes.h.
43802
43803 2006-10-08  Bruno Haible  <bruno@clisp.org>
43804
43805         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
43806         option.
43807
43808 2006-10-07  Jim Meyering  <jim@meyering.net>
43809
43810         * modules/inttypes (inttypes.h): Revert what seems to have been
43811         an inadvertent part of today's change: use "|", not "/" in the
43812         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
43813
43814 2006-10-07  Bruno Haible  <bruno@clisp.org>
43815
43816         * modules/sublist: New file.
43817
43818 2006-10-07  Bruno Haible  <bruno@clisp.org>
43819
43820         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
43821         * modules/argz (argz.h): Likewise.
43822         * modules/arpa_inet (arpa/inet.h): Likewise.
43823         * modules/byteswap (byteswap.h): Likewise.
43824         * modules/configmake (configmake.h): Likewise.
43825         * modules/fcntl (fcntl.h): Likewise.
43826         * modules/fnmatch (fnmatch.h): Likewise.
43827         * modules/getopt (getopt.h): Likewise.
43828         * modules/glob (glob.h): Likewise.
43829         * modules/inttypes (inttypes.h): Likewise.
43830         * modules/netinet_in (netinet/in.h): Likewise.
43831         * modules/poll (poll.h): Likewise.
43832         * modules/stdbool (stdbool.h): Likewise.
43833         * modules/stdint (stdint.h): Likewise.
43834         * modules/sys_select (sys/select.h): Likewise.
43835         * modules/sys_socket (sys/socket.h): Likewise.
43836         * modules/sys_stat (sys/stat.h): Likewise.
43837         * modules/sysexits (sysexits.h): Likewise.
43838         * modules/unistd (unistd.h): Likewise.
43839         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
43840         Add a "DO NOT EDIT" comment to the generated file.
43841         (func_import): Likewise for gnulib-comp.m4.
43842
43843 2006-10-07  Bruno Haible  <bruno@clisp.org>
43844
43845         * lib/gl_sublist.h: New file.
43846         * lib/gl_sublist.c: New file.
43847
43848 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
43849
43850         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
43851         name (relative to the original working directory) and the file
43852         name component (relative to the temporary working directory).  All
43853         callers changed.
43854         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
43855         * lib/mkdir-p.c (make_dir_parents): Likewise.
43856         * lib/mkdir-p.h (make_dir_parents): Likewise.
43857
43858 2006-10-06  Eric Blake  <ebb9@byu.net>
43859
43860         Define several macros for use by the clean-temp module.
43861         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
43862         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
43863         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
43864
43865         * lib/clean-temp.h (close_stream_temp): New declaration.
43866         * lib/clean-temp.c (includes): Pull in headers according to what
43867         other modules are in use.
43868         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
43869
43870 2006-10-06  Bruno Haible  <bruno@clisp.org>
43871
43872         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
43873         instead of fopen, fwriteerror.
43874
43875 2006-10-06  Bruno Haible  <bruno@clisp.org>
43876
43877         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
43878         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
43879         int.
43880         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
43881         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
43882         Return an error indicator.
43883         Suggested by Eric Blake.
43884
43885 2006-10-06  Bruno Haible  <bruno@clisp.org>
43886
43887         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
43888         Reported by Eric Blake.
43889
43890 2006-10-06  Bruno Haible  <bruno@clisp.org>
43891
43892         * modules/closeout (Description): Mention stderr too.
43893
43894 2006-10-06  Bruno Haible  <bruno@clisp.org>
43895         and Paul Eggert  <eggert@cs.ucla.edu>
43896
43897         * lib/closeout.c (close_stdout): Also close stderr.
43898         * lib/closeout.h: Update comment.
43899
43900 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
43901
43902         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
43903         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
43904         * lib/dirchownmod.c: Include lchown.h.
43905         * lib/lchown.c: Don't include files that lchown.h now includes.
43906         Don't declare chown, since lchown.h now does that.
43907         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
43908         (lchown): Define to rpl_chown if lchown is declared but
43909         does not exist.  Declare using a prototype if lchown is not
43910         declared.  Add a copyright notice.
43911         * lib/mkstemp.h: Include <unistd.h>.
43912         * lib/openat.c: Include lchown.h.
43913
43914         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
43915         we now test for that separately.
43916         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
43917         rather than O_NOFOLLOW, when testing whether it's possible to
43918         avoid a race condition reliably.
43919         * lib/savewd.c (savewd_chdir): Likewise.
43920
43921         Remove macros that are no longer needed now that stdint.h is
43922         reliable.
43923         * lib/fsusage.c (UINTMAX_MAX): Remove.
43924         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
43925         * lib/utimecmp.c (SIZE_MAX): Remove.
43926
43927         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
43928
43929         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
43930         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
43931         O_NOATIME works.
43932
43933 2006-10-05  Bruno Haible  <bruno@clisp.org>
43934
43935         * lib/gl_list.h (gl_sortedlist_search_from_to,
43936         gl_sortedlist_indexof_from_to): New declarations.
43937         (gl_list_implementation): New fields sortedlist_search_from_to,
43938         sortedlist_indexof_from_to.
43939         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
43940         inline functions.
43941         * lib/gl_list.c (gl_sortedlist_search_from_to,
43942         gl_sortedlist_indexof_from_to): New functions.
43943         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
43944         function.
43945         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
43946         (gl_array_sortedlist_search_from_to): New function.
43947         (gl_array_list_implementation): Update.
43948         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
43949         function.
43950         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
43951         (gl_carray_sortedlist_search_from_to): New function.
43952         (gl_carray_list_implementation): Update.
43953         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
43954         gl_linked_sortedlist_indexof_from_to): New functions.
43955         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
43956         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
43957         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
43958         gl_tree_sortedlist_indexof_from_to): New functions.
43959         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
43960         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
43961         Update.
43962         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
43963         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
43964         Update.
43965
43966 2006-10-05  Bruno Haible  <bruno@clisp.org>
43967
43968         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
43969         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
43970         (struct gl_list_implementation): Add fields search_from_to,
43971         indexof_from_to. Remove fields search, indexof.
43972         (gl_list_search): Use the search_from_to method.
43973         (gl_list_search_from, gl_list_search_from_to): New functions.
43974         (gl_list_indexof): Use the indexof_from_to method.
43975         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
43976         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
43977         (gl_list_search_from, gl_list_search_from_to): New functions.
43978         (gl_list_indexof): Use the indexof_from_to method.
43979         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
43980         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
43981         gl_array_indexof. Add start_index, end_index arguments.
43982         (gl_array_search_from_to): Renamed from gl_array_search. Add
43983         start_index, end_index arguments.
43984         (gl_array_remove, gl_array_list_implementation): Update.
43985         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
43986         gl_carray_indexof. Add start_index, end_index arguments.
43987         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
43988         start_index, end_index arguments.
43989         (gl_carray_remove, gl_carray_list_implementation): Update.
43990         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
43991         gl_linked_search. Add start_index, end_index arguments.
43992         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
43993         start_index, end_index arguments.
43994         (gl_linked_remove): Update.
43995         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
43996         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
43997         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
43998         field to 'size_t'.
43999         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
44000         gl_tree_search. Add start_index, end_index arguments.
44001         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
44002         start_index, end_index arguments.
44003         (gl_tree_remove): Update.
44004         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
44005         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
44006         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
44007         function.
44008         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
44009         gl_tree_search. Add start_index, end_index arguments.
44010         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
44011         start_index, end_index arguments.
44012         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
44013         Update.
44014         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
44015
44016 2006-10-05  Bruno Haible  <bruno@clisp.org>
44017
44018         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
44019
44020         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
44021         fwriteerror_temp): New declarations.
44022         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
44023         (descriptors): New variable.
44024         (cleanup): First, close the descriptors.
44025         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
44026         fclose_temp, fwriteerror_temp): New functions.
44027
44028 2006-10-04  Jim Meyering  <jim@meyering.net>
44029
44030         * lib/fts.c (fts_open): Tiny comment change.
44031
44032 2006-10-04  Bruno Haible  <bruno@clisp.org>
44033
44034         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
44035         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
44036         gl_LOCK_BODY.
44037         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
44038         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
44039         gl_LOCK_EARLY_BODY.
44040         (gl_LOCK): Require gl_LOCK_BODY.
44041
44042 2006-10-04  Bruno Haible  <bruno@clisp.org>
44043
44044         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
44045         (gl_oset_search_atleast): New declaration.
44046         (struct gl_oset_implementation): Add field 'search_atleast'.
44047         (gl_oset_search_atleast): New inline function.
44048         * lib/gl_oset.c (gl_oset_search_atleast): New function.
44049         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
44050         (gl_array_oset_implementation): Update.
44051         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
44052         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
44053         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
44054
44055 2006-10-04  Bruno Haible  <bruno@clisp.org>
44056
44057         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
44058
44059 2006-10-03  Bruno Haible  <bruno@clisp.org>
44060
44061         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
44062         from gl_avltreehash_list_implementation.
44063
44064 2006-10-03  Bruno Haible  <bruno@clisp.org>
44065
44066         * lib/gl_oset.c (gl_oset_add): Fix return type.
44067
44068 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
44069
44070         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
44071
44072 2006-10-02  Eric Blake  <ebb9@byu.net>
44073
44074         * modules/strnlen (Depends-on): Add extensions.
44075
44076 2006-10-02  Eric Blake  <ebb9@byu.net>
44077
44078         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
44079         definition in 2.60+.
44080
44081 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
44082
44083         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
44084         checks.
44085
44086 2006-10-02  Bruno Haible  <bruno@clisp.org>
44087
44088         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
44089         to the AUTOMAKE_OPTIONS.
44090         Reported by Jim Meyering.
44091
44092 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
44093
44094         Work around bug in Solaris 10 /proc file system:
44095         /proc/self/fd/NNN/.. isn't the parent directory of
44096         the directory whose file descriptor is NNN.  This needs to
44097         be worked around at run time, not compile time, since a
44098         program might be built on Solaris 8, where things work, and
44099         run on Solaris 10.
44100         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
44101         to use the following interface instead:
44102         (OPENAT_BUFFER_SIZE): New macro.
44103         (openat_proc_name): New function.
44104         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
44105         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
44106         Likewise.
44107         * lib/openat-proc.c: New file.
44108         * modules/openat (Files): Add lib/openat-proc.c.
44109         (Depends-on): Add same-inode, stdbool.
44110         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
44111
44112 2006-09-29  Bruno Haible  <bruno@clisp.org>
44113
44114         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
44115         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
44116         argument. Set stdout_closed before testing for ferror, not after.
44117         (fwriteerror, fwriteerror_no_ebadf): New functions.
44118
44119 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44120
44121         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
44122
44123 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
44124
44125         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
44126         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
44127
44128 2006-09-28  Jim Meyering  <jim@meyering.net>
44129
44130         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
44131         Include <unistd.h>.
44132
44133 2006-09-28  Bruno Haible  <bruno@clisp.org>
44134
44135         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
44136         * modules/linkedhash-list (Depends-on): Likewise.
44137         * modules/rbtreehash-list (Depends-on): Likewise.
44138
44139 2006-09-28  Bruno Haible  <bruno@clisp.org>
44140
44141         * lib/strndup.h: Simplify the redefinition of strndup.
44142         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
44143         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
44144
44145 2006-09-28  Bruno Haible  <bruno@clisp.org>
44146
44147         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
44148         * lib/gl_linkedhash_list.c: Likewise.
44149         * lib/gl_rbtreehash_list.c: Likewise.
44150
44151 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
44152
44153         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
44154         getaddrinfo.
44155
44156         * lib/__fpending.h: Don't include <stdio_ext.h> unless
44157         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
44158         it causes <stdio_ext.h> to cause a compile-time error.
44159         Problem reported by Nelson H. F. Beebe.
44160         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
44161         of HAVE_DECL___PENDING.
44162
44163         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
44164         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
44165         declaration.
44166
44167 2006-09-27  Jim Meyering  <jim@meyering.net>
44168
44169         This file could end up with a definition for a function
44170         named __strndup, rather than rpl_strndup on a system with
44171         incomplete weak_alias support.
44172         * lib/strndup.c (strndup): Rename from __strndup.
44173         Remove #defines that used to map __strndup to strndup.
44174         Don't use K&R prototypes.
44175         Remove LIBC-related code, since this file is not sync'd with glibc.
44176         * lib/strndup.h: Revamp, accordingly.
44177         * m4/strndup.m4: Modernize.
44178
44179 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
44180
44181         * modules/savewd (Depends-on): Add 'raise'.
44182         * lib/savewd.c: Include <signal.h>, for 'raise'.
44183
44184 2006-09-26  Jim Meyering  <jim@meyering.net>
44185
44186         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
44187         when we detect Darwin 8.7.0's acl_get_file bug.
44188         Rearrange to perform the new (below) run-test while $LIBS
44189         contains any acl-related library.  Set USE_ACL at the end.
44190         (gl_ACL_GET_FILE): New function.
44191
44192 2006-09-26  Eric Blake  <ebb9@byu.net>
44193
44194         * lib/verror.c: Include <config.h> unconditionally.
44195
44196 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
44197
44198         * modules/clock-time (Maintainer): Add self.
44199         * modules/getlogin_r (Depends-on): Add extensions.
44200
44201 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44202
44203         * modules/clock-time: New module.
44204         * modules/nanosleep (Depends-on): Add clock-time.
44205         * modules/gethrxtime (Depends-on): Likewise.
44206         * modules/gettime (Depends-on): Likewise.
44207         * modules/settime (Depends-on): Likewise.
44208
44209         * modules/fts-lgpl: Depend on openat.
44210         * modules/mkancesdirs: Depend on savewd.
44211         * modules/mkdir-p: Likewise.
44212
44213 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44214
44215         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
44216
44217         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
44218         `gl_have_arbitrary_file_name_length_limit' to
44219         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
44220         actually works between configure runs.
44221
44222 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44223             Bruno Haible  <bruno@clisp.org>
44224
44225         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
44226
44227 2006-09-25  Jim Meyering  <jim@meyering.net>
44228
44229         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
44230         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
44231
44232 2006-09-25  Eric Blake  <ebb9@byu.net>
44233
44234         * gnulib-tool (func_import, func_create_testdir): Fix typos in
44235         exec's in 2006-09-18 patch when shuffling fds.
44236
44237 2006-09-25  Bruno Haible  <bruno@clisp.org>
44238
44239         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
44240         Reported by Jim Meyering.
44241
44242 2006-09-24  Jim Meyering  <jim@meyering.net>
44243
44244         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
44245         compare a pointer against a literal "0".  That caused failures with
44246         at least HP-UX's hpcc.
44247
44248 2006-09-22  Simon Josefsson  <jas@extundo.com>
44249
44250         * modules/gc-sha1:
44251         * modules/gc-md4:
44252         * modules/gc-hmac-sha1:
44253         * modules/gc-hmac-md5:
44254         * modules/gc-des:
44255         * modules/gc-arcfour: Distribute more files.
44256
44257 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44258
44259         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
44260         (gl_linked_iterator_from_to): Initialize struct completely.
44261         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
44262         (gl_tree_iterator_from_to): Likewise
44263         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
44264         * lib/gl_array_list.c [lint] (gl_array_iterator)
44265         (gl_array_iterator_from_to): Likewise.
44266         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
44267         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
44268         (gl_carray_iterator_from_to): Likewise.
44269
44270         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
44271         * lib/md4.c (md4_process_block): Remove unused variable.
44272         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
44273         parentheses for clarity.
44274
44275 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44276
44277         * modules/bison-i18n (Depends-on): Add gettext.
44278
44279 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44280
44281         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
44282         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
44283         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
44284         also add missing comma that caused broken test.
44285         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
44286         stdlib.h, for `abort'.
44287         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
44288         variables.
44289         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
44290         include unistd.h if present, for `rmdir'.
44291         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
44292         variables.
44293         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
44294         in the process include standard headers for prototypes.
44295         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
44296         gets declared on GNU/Linux.
44297         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
44298         unistd.h, for `rmdir'.
44299         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
44300
44301         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
44302         always true.
44303         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
44304
44305         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
44306
44307 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44308
44309         * gnulib-tool (func_version): Create output all at once.  This
44310         may help avoid triggering unnecessary SIGPIPEs, and at any
44311         rate it doesn't hurt.
44312
44313 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44314             Bruno Haible  <bruno@clisp.org>
44315
44316         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
44317         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
44318         * m4/signed.m4 (bh_C_SIGNED): Likewise.
44319
44320         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
44321         (gl_FUNC_VASPRINTF): Invoke it.
44322
44323 2006-09-22  Bruno Haible  <bruno@clisp.org>
44324
44325         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
44326         getloadavg.c as first argument.
44327
44328 2006-09-22  Bruno Haible  <bruno@clisp.org>
44329
44330         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
44331         at the beginning of the gl_INIT macro.
44332         * modules/getloadavg (configure.ac): Pass $gl_source_base to
44333         gl_GETLOADAVG.
44334
44335 2006-09-22  Bruno Haible  <bruno@clisp.org>
44336
44337         * gnulib-tool (func_create_megatestdir): Don't include the config-h
44338         module.
44339         Suggested by Ralf Wildenhues.
44340
44341 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
44342
44343         Import this patch from libc:
44344
44345         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
44346
44347         * lib/regex_internal.c (re_string_reconstruct): Handle
44348         offset < pstr->valid_raw_len && pstr->offsets_needed case.
44349         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
44350         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
44351         re_string_context_at.
44352
44353         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
44354         now requires it.
44355         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
44356         gl_REGEX now does it for us.
44357         (gl_REGEX): Add test taken from
44358         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
44359
44360         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
44361         Check that large offsets work.  Modernize Autoconf usages.
44362         Prefer "yes" to mean a good thing rather than a bad.
44363         Don't put "#define mkstemp" in config.h, as this might interfere
44364         with standard system headers that "#define mkstemp mkstemp64".
44365
44366         * modules/mkstemp (Depends-on): Add extensions, so that
44367         mkstemp is visible on some platforms.
44368         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
44369         (Include): Change to "mkstemp.h" from <stdlib.h>.
44370         (Files): Add mkstemp.h.
44371
44372         * lib/mkstemp.h: New file, since some standard headers
44373         #define mkstemp.
44374         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
44375         Include "mkstemp.h".
44376         Make the _LIBC code resemble glibc original more,
44377         e.g., use K&R style.
44378         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
44379         (mkstemp): Remove, since mkstemp.h does this for us.
44380         * lib/stdlib--.h: Include mkstemp.h.
44381
44382         Import this patch from libc:
44383
44384         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
44385
44386         * lib/tempname.c (__gen_tempname): Change attempts_min
44387         into a macro.  Use preprocessor to decide how to initialize
44388         attempts [Coverity CID 67].
44389
44390 2006-09-20  Bruno Haible  <bruno@clisp.org>
44391
44392         * lib/mkdtemp.c: Import from libc.
44393         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
44394                 * sysdeps/posix/tempname.c (__gen_tempname): Change
44395                 attempts_min into a macro.  Use preprocessor to decide how to
44396                 initialize attempts [Coverity CID 67].
44397         2001-11-27  Paul Eggert  <eggert@twinsun.com>
44398                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
44399                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
44400
44401 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44402
44403         * gnulib-tool (func_exit): New function, to allow to pass the
44404         exit status portably through the trap.  Use everywhere.
44405         (--help, --version): Signal a write error.
44406         (trap): catch SIGPIPE, for write errors.
44407         Exit at the end of the trap, with the correct exit status.
44408
44409 2006-09-19  Karl Berry  <karl@gnu.org>
44410
44411         * doc/gnulib.texi: note about the license texinfo files.
44412
44413 2006-09-19  Eric Blake  <ebb9@byu.net>
44414
44415         * gnulib-tool: Avoid space-tab.
44416
44417 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
44418
44419         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
44420         that prevented coreutils 6.1 from building.  Problem reported
44421         by Petter Reinholdtsen.
44422
44423 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
44424
44425         * gnulib-tool (avoidlist): Fix typo that broke options like
44426         --avoid=lock that are used by coreutils bootstrap.
44427
44428 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
44429
44430         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
44431         more systematically.
44432
44433 2006-09-18  Jim Meyering  <jim@meyering.net>
44434
44435         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
44436
44437 2006-09-18  Bruno Haible  <bruno@clisp.org>
44438
44439         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
44440
44441 2006-09-18  Bruno Haible  <bruno@clisp.org>
44442
44443         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
44444         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
44445         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
44446         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
44447         * m4/gettext.m4: Require autoconf >= 2.52.
44448         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
44449         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
44450         of gl_cv_header_inttypes_h.
44451
44452 2006-09-18  Bruno Haible  <bruno@clisp.org>
44453
44454         * lib/javaversion.c: Include configmake.h.
44455
44456 2006-09-18  Bruno Haible  <bruno@clisp.org>
44457
44458         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
44459         avoid that the while loops be executed in a subshell.
44460
44461 2006-09-18  Bruno Haible  <bruno@clisp.org>
44462
44463         * MODULES.html.sh (func_module): Break long lines.
44464         Suggested by Bruce Korb <bkorb@gnu.org>.
44465
44466 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44467
44468         Speed up by a factor of 1.12.
44469         * gnulib-tool (nl): New variable.
44470         (func_import): Rewrite include directive extraction to only read each
44471         directive once.
44472
44473 2006-09-17  Bruno Haible  <bruno@clisp.org>
44474
44475         * modules/javaversion (Makefile.am): Remove DEFS setting.
44476         (Depends-on): Add configmake, for PKGDATADIR definition.
44477
44478 2006-09-17  Bruno Haible  <bruno@clisp.org>
44479
44480         * gnulib-tool (func_create_testdir): Rewrite all files at once.
44481
44482 2006-09-17  Bruno Haible  <bruno@clisp.org>
44483
44484         * gnulib-tool (func_append): New function, stolen from libtool.m4.
44485         (func_modules_transitive_closure, func_modules_add_dummy,
44486         func_modules_to_filelist, func_import, func_create_testdir,
44487         func_create_megatestdir, ...): Use it wherever possible.
44488         Suggested by Ralf Wildenhues.
44489
44490 2006-09-16  Karl Berry  <karl@gnu.org>
44491
44492         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
44493         to avoid sectioning errors.
44494         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
44495         [ifinfo]: blank line after @center-ed titles.
44496         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
44497         Spell FSF address consistently with others.
44498         (These changes approved by rms.)
44499
44500 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44501
44502         Speed up by a factor of 1.61.
44503         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
44504         already checked module names again.
44505
44506 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44507
44508         Speed up by a factor of 1.13.
44509         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
44510         for new_files, and the input to func_add_or_update.
44511
44512 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44513
44514         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
44515         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
44516
44517 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
44518
44519         * modules/mkancesdirs (Depends-on): Add fcntl.
44520         * modules/savewd: New file.
44521         * MODULES.html.sh (File system functions): Add savewd.
44522
44523         * modules/configmake (Makefile.am): Add support for the
44524         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
44525
44526 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
44527
44528         * m4/savewd.m4: New file.
44529
44530 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
44531
44532         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
44533         (dirchownmod): New arg FD.  All callers changed.
44534         Use FD rather than opening the directory ourself, as opening is
44535         now the caller's responsibility.
44536         * lib/dirchownmod.h: Likewise.
44537         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
44538         hosts that require <sys/types.h> before <sys/stat.h>.  Include
44539         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
44540         (test_dir): Remove.
44541         (mkancesdirs): Return length of prefix of FILE that has already
44542         been made, or -2 if there is a child doing the work.  Redo
44543         algorithm so that it is O(N) rather than O(N**2).  Optimize away
44544         ".", and treat ".." specially since it might stray back into
44545         already-created areas.  Use a subprocess if necessary.  New arg
44546         WD; all users changed.  MAKE_DIR function should now return 1
44547         if it creates a directory that is not readable.  Return -2 if
44548         a child process is spun off.
44549         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
44550         Adjust signature to match code.
44551         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
44552         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
44553         all users changed.
44554         * lib/savewd.c, lib/savewd.h: New files.
44555
44556 2006-09-15  Jim Meyering  <jim@meyering.net>
44557
44558         * modules/rename-dest-slash: New module.
44559         * MODULES.html.sh (posix_compat): Add it here.
44560
44561         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
44562
44563 2006-09-15  Jim Meyering  <jim@meyering.net>
44564
44565         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
44566         file.
44567
44568         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
44569
44570 2006-09-15  Jim Meyering  <jim@meyering.net>
44571
44572         * lib/rename-dest-slash.c (has_trailing_slash): Use
44573         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
44574         (rpl_rename_dest_slash): Perform the cheaper trailing slash
44575         test before testing whether SRC is a directory.
44576         Suggestions from Bruno Haible.
44577
44578         Avoid a warning about an unused variable.
44579         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
44580         into the #ifdef block where it's used.
44581
44582         * lib/rename-dest-slash.c: New file.
44583
44584 2006-09-14  Bruno Haible  <bruno@clisp.org>
44585
44586         * lib/allocsa.c: Include <config.h> unconditionally.
44587         * lib/asnprintf.c: Likewise.
44588         * lib/asprintf.c: Likewise.
44589         * lib/c-strcasecmp.c: Likewise.
44590         * lib/c-strcasestr.c: Likewise.
44591         * lib/c-strncasecmp.c: Likewise.
44592         * lib/c-strstr.c: Likewise.
44593         * lib/classpath.c: Likewise.
44594         * lib/clean-temp.c: Likewise.
44595         * lib/concatpath.c: Likewise.
44596         * lib/copy-file.c: Likewise.
44597         * lib/csharpcomp.c: Likewise.
44598         * lib/csharpexec.c: Likewise.
44599         * lib/execute.c: Likewise.
44600         * lib/fatal-signal.c: Likewise.
44601         * lib/findprog.c: Likewise.
44602         * lib/fwriteerror.c: Likewise.
44603         * lib/gl_array_list.c: Likewise.
44604         * lib/gl_array_oset.c: Likewise.
44605         * lib/gl_avltree_list.c: Likewise.
44606         * lib/gl_avltree_oset.c: Likewise.
44607         * lib/gl_avltreehash_list.c: Likewise.
44608         * lib/gl_carray_list.c: Likewise.
44609         * lib/gl_linked_list.c: Likewise.
44610         * lib/gl_linkedhash_list.c: Likewise.
44611         * lib/gl_list.c: Likewise.
44612         * lib/gl_oset.c: Likewise.
44613         * lib/gl_rbtree_list.c: Likewise.
44614         * lib/gl_rbtree_oset.c: Likewise.
44615         * lib/gl_rbtreehash_list.c: Likewise.
44616         * lib/imaxabs.c: Likewise.
44617         * lib/imaxdiv.c: Likewise.
44618         * lib/javacomp.c: Likewise.
44619         * lib/javaexec.c: Likewise.
44620         * lib/javaversion.c: Likewise.
44621         * lib/linebreak.c: Likewise.
44622         * lib/localcharset.c: Likewise.
44623         * lib/lock.c: Likewise.
44624         * lib/mbchar.c: Likewise.
44625         * lib/mbswidth.c: Likewise.
44626         * lib/mkdtemp.c: Likewise.
44627         * lib/pipe.c: Likewise.
44628         * lib/printf-args.c: Likewise.
44629         * lib/printf-parse.c: Likewise.
44630         * lib/progname.c: Likewise.
44631         * lib/progreloc.c: Likewise.
44632         * lib/readlink.c: Likewise.
44633         * lib/sh-quote.c: Likewise.
44634         * lib/stpcpy.c: Likewise.
44635         * lib/stpncpy.c: Likewise.
44636         * lib/strcasecmp.c: Likewise.
44637         * lib/strcasestr.c: Likewise.
44638         * lib/strcspn.c: Likewise.
44639         * lib/striconv.c: Likewise.
44640         * lib/strncasecmp.c: Likewise.
44641         * lib/strnlen1.c: Likewise.
44642         * lib/strstr.c: Likewise.
44643         * lib/strtok_r.c: Likewise.
44644         * lib/tls.c: Likewise.
44645         * lib/tmpdir.c: Likewise.
44646         * lib/unicodeio.c: Likewise.
44647         * lib/unsetenv.c: Likewise.
44648         * lib/vasnprintf.c: Likewise.
44649         * lib/vasprintf.c: Likewise.
44650         * lib/wait-process.c: Likewise.
44651         * lib/xallocsa.c: Likewise.
44652         * lib/xsetenv.c: Likewise.
44653         * lib/xstriconv.c: Likewise.
44654
44655 2006-09-13  Simon Josefsson  <jas@extundo.com>
44656
44657         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
44658         that internally, suggested by Ralf Wildenhues
44659         <Ralf.Wildenhues@gmx.de>.
44660
44661 2006-09-13  Simon Josefsson  <jas@extundo.com>
44662
44663         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
44664         @LIBOBJS@.
44665         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
44666
44667 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
44668
44669         * lib/_fpending.c: Include <config.h> unconditionally, since we no
44670         longer worry about uses that don't define HAVE_CONFIG_H.
44671         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
44672         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
44673         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
44674         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
44675         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
44676         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
44677         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
44678         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
44679         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
44680         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
44681         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
44682         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
44683         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
44684         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
44685         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
44686         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
44687         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
44688         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
44689         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
44690         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
44691         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
44692         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
44693         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
44694         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
44695         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
44696         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
44697         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
44698         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
44699         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
44700         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
44701         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
44702         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
44703         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
44704         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
44705         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
44706         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
44707         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
44708         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
44709         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
44710         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
44711         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
44712         Likewise.
44713
44714 2006-09-13  Eric Blake  <ebb9@byu.net>
44715
44716         * lib/getopt.c: Fix typo in last commit.
44717
44718 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
44719
44720         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
44721         dgettext.
44722
44723 2006-09-12  Jim Meyering  <jim@meyering.net>
44724
44725         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
44726         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
44727         Reported by Nelson H. F. Beebe.
44728
44729 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
44730
44731         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
44732         program_invocation_name and program_invocation_short_name are
44733         initialized.
44734         * lib/argp-namefrob.h: Move declarations of program_invocation_name
44735         and program_invocation_short_name to argp.h, so they are visible
44736         to user programs.
44737         * lib/argp.h: Likewise
44738
44739 2006-09-10  Bruno Haible  <bruno@clisp.org>
44740
44741         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
44742         m4/inttypes_h.m4, m4/uintmax_t.m4.
44743
44744 2006-09-10  Bruno Haible  <bruno@clisp.org>
44745
44746         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
44747         gl_AC_TYPE_UINTMAX_T.
44748
44749 2006-09-10  Bruno Haible  <bruno@clisp.org>
44750
44751         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
44752
44753 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
44754
44755         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
44756         convention.  Text proposed by Bruno Haible.
44757         (struct argp_option): Document the use of N_() wrappers.
44758
44759         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
44760         '\v', and translate the two parts separately, instead of feeding
44761         the whole string to gettext.  This allows to exclude
44762         '\v' from the strings visible to the translator by writing doc
44763         strings as N_("..") "\v" N_("..").
44764
44765 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
44766
44767         * config/srclist.txt: Undo latest change; the bug was fixed.
44768
44769 2006-09-09  Bruno Haible  <bruno@clisp.org>
44770
44771         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
44772         assignments if building a library without libtool.
44773         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
44774         in func_emit_lib_Makefile_am.
44775         (func_import): When building a static library libfoo.a, arrange to
44776         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
44777         (func_create_testdir): Likewise.
44778         * modules/gc (configure.ac, Makefile.am): If building statically,
44779         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
44780         * modules/iconvme (configure.ac, Makefile.am): Likewise.
44781         * modules/striconv (configure.ac, Makefile.am): Likewise.
44782         Based on a suggestion by Ralf Wildenhues.
44783
44784 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
44785
44786         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
44787         Check for unistd.h too, since Autoconf doesn't assume POSIX.
44788         Also:
44789
44790         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
44791         Add year_2050_test to catch glibc bug 2821
44792         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
44793
44794         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
44795         Prefer #ifdef to #if.
44796
44797         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
44798         Return from 'main' instead of calling 'exit'.
44799
44800 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
44801
44802         * lib/mktime.c (guess_time_tm): Fix bug where mktime
44803         returned the maximum time_t value rather than (time_t) -1.
44804         Problem originally reported by William Bardwell
44805         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
44806
44807         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
44808         Moved to here ...
44809         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
44810         ... from here.
44811
44812 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
44813
44814         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
44815         2821 is fixed.
44816
44817 2006-09-08  Jim Meyering  <jim@meyering.net>
44818
44819         Don't make generated files read-only.  That would bother too many
44820         people.  However, do retain the ability to work when targets are
44821         read-only: remove the destination and temporary files before writing
44822         them (when generated via sed or echo), or by using the -f option for
44823         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
44824         * modules/alloca-opt, modules/argz, modules/arpa_inet:
44825         * modules/byteswap, modules/configmake, modules/fcntl:
44826         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
44827         * modules/localcharset, modules/netinet_in, modules/poll:
44828         * modules/stdbool, modules/stdint, modules/sys_select:
44829         * modules/sys_socket, modules/sys_stat, modules/sysexits:
44830
44831 2006-09-08  Jim Meyering  <jim@meyering.net>
44832
44833         Avoid new build failure on FreeBSD 6.0.
44834         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
44835         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
44836         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
44837
44838 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44839
44840         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
44841
44842 2006-09-07  Jim Meyering  <jim@meyering.net>
44843
44844         Fix global typo in last change: use chmod u-w, not chmod u-x.
44845         Spotted by Paul Eggert and Bruce Korb.
44846         * modules/alloca-opt, modules/argz, modules/arpa_inet:
44847         * modules/byteswap, modules/configmake, modules/fcntl:
44848         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
44849         * modules/localcharset, modules/netinet_in, modules/poll:
44850         * modules/stdbool, modules/stdint, modules/sys_select:
44851         * modules/sys_socket, modules/sys_stat, modules/sysexits:
44852
44853 2006-09-06  Jim Meyering  <jim@meyering.net>
44854
44855         Make generated files be read-only.
44856         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
44857         Ensure that each generated file is now read-only.
44858         * modules/argz: Likewise.
44859         * modules/arpa_inet: Likewise.
44860         * modules/byteswap: Likewise.
44861         * modules/configmake: Likewise.
44862         * modules/fcntl: Likewise.
44863         * modules/fnmatch: Likewise.
44864         * modules/getopt: Likewise.
44865         * modules/glob: Likewise.
44866         * modules/inttypes: Likewise.
44867         * modules/netinet_in: Likewise.
44868         * modules/poll: Likewise.
44869         * modules/stdbool: Likewise.
44870         * modules/stdint: Likewise.
44871         * modules/sys_select: Likewise.
44872         * modules/sys_socket: Likewise.
44873         * modules/sys_stat: Likewise.
44874         * modules/sysexits: Likewise.
44875         * modules/localcharset: Same as above, but continue using temporary
44876         file named "t-$@" (why different?) rather than the "$@-t" used
44877         everywhere else.
44878
44879         * modules/sysexits (Makefile.am): Replace literal occurrences
44880         of "sysexit.h" more readable, and more consistent, "$@".
44881
44882 2006-09-06  Bruno Haible  <bruno@clisp.org>
44883
44884         * modules/striconv: New file.
44885         * modules/xstriconv: New file.
44886         * MODULES.html.sh (Internationalization functions): Add striconv,
44887         xstriconv.
44888
44889 2006-09-06  Bruno Haible  <bruno@clisp.org>
44890
44891         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
44892         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
44893         not using libtool correctly.
44894
44895 2006-09-06  Bruno Haible  <bruno@clisp.org>
44896
44897         * lib/striconv.h: New file.
44898         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
44899         iconvstring.c.
44900         * lib/xstriconv.h: New file.
44901         * lib/xstriconv.c: New file.
44902
44903 2006-09-06  Bruno Haible  <bruno@clisp.org>
44904
44905         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
44906         lib_..._LDFLAGS.
44907
44908 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44909
44910         * lib/argz_.h: Sync from Libtool.
44911
44912         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
44913                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
44914
44915         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
44916
44917 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
44918
44919         * modules/trim: New file.
44920
44921 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
44922
44923         * lib/trim.h: New file.
44924         * lib/trim.c: New file.
44925
44926 2006-09-05  Bruno Haible  <bruno@clisp.org>
44927
44928         * MODULES.html.sh (String handling): Add trim.
44929
44930 2006-09-04  Karl Berry  <karl@gnu.org>
44931
44932         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
44933         until next release.
44934
44935 2006-09-03  Bruno Haible  <bruno@clisp.org>
44936
44937         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
44938         correctly.
44939
44940 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
44941
44942         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
44943         not gl_GETLOADAVG.  Omit unneeded semicolons.
44944         Problems reported by Ralf Wildenhues in
44945         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
44946         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
44947         at the end, which is the usual gnulib style.
44948
44949         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
44950         of doing all the work ourselves.
44951         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
44952         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
44953
44954 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
44955
44956         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
44957         Problem reported by Ralf Wildenhues in
44958         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
44959
44960         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
44961         HAVE_STRUCT_STATFS_F_FSTYPENAME.
44962
44963 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
44964
44965         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
44966         yesterday's patch by changing test -n to test -z.
44967
44968 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
44969
44970         * modules/getloadavg (Files): Add m4/getloadavg.m4.
44971         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
44972         the former is now obsolescent.
44973
44974         * modules/chdir-long (Depends-on): Add fcntl.
44975
44976 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
44977
44978         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
44979         obsolescent, and programs should use gnulib instead.
44980         * m4/getloadavg.m4: New file, with contents taken from Autoconf
44981         but with prefixes changed.
44982
44983 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
44984
44985         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
44986         or stdbool.h, because they might not exist while configuring.
44987
44988         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
44989         Don't include unistd.h or limits.h; not needed, since chdir-long.h
44990         does that for us.
44991         (O_DIRECTORY): Remove.
44992
44993 2006-08-31  Eric Blake  <ebb9@byu.net>
44994
44995         * gnulib-tool: Don't let emacs change spaces to TAB.
44996
44997 2006-08-31  Bruno Haible  <bruno@clisp.org>
44998
44999         * gnulib-tool: When calling func_import more than once, do it in a
45000         subshell.
45001         Reported by Eric Blake <ebb9@byu.net>.
45002
45003 2006-08-31  Bruno Haible  <bruno@clisp.org>
45004
45005         * gnulib-tool (nl): Remove variable.
45006         (sed_transform_lib_file): Use more robust test for config-h module.
45007         (func_import): Fix typo in 2006-08-25 patch.
45008
45009 2006-08-31  Bruno Haible  <bruno@clisp.org>
45010
45011         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
45012         specified, augment Makefile.am variables instead of assigning them.
45013
45014 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
45015
45016         Work around a bug in both the Linux and SunOS 64-bit kernels:
45017         nanosleep mishandles sleeps for longer than 2**31 seconds.
45018         Problem reported by Frank v Waveren in
45019         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
45020         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
45021         Check for nanosleep bug.
45022         (LIB_NANOSLEEP): Append clock_gettime library if needed.
45023
45024 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
45025
45026         Work around a bug in both the Linux and SunOS 64-bit kernels:
45027         nanosleep mishandles sleeps for longer than 2**31 seconds.
45028         Problem reported by Frank v Waveren in
45029         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
45030         * lib/nanosleep.c (BILLION): New constant.
45031         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
45032         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
45033         implementation.
45034
45035 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
45036
45037         * modules/nanosleep (Depends-on): Add gettime.
45038
45039 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
45040         and Simon Josefsson  <jas@extundo.com>
45041         and Oskar Liljeblad  <oskar@osk.mine.nu>
45042
45043         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
45044         * gnulib-tool (func_import): New license type 'unmodifiable license
45045         text'.
45046         * modules/fdl: Use it.  Longer description.
45047         * module/gpl, module/lgpl: New files.
45048
45049 2006-08-30  Jim Meyering  <jim@meyering.net>
45050
45051         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
45052         shadowing the parameter.
45053
45054 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45055
45056         Sync from Libtool:
45057
45058         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45059
45060         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
45061         sharing with gnulib.  Report by Eric Blake.
45062
45063 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
45064
45065         * modules/isapipe: New file.
45066         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
45067
45068 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
45069
45070         * modules/configmake (Makefile.am): Add a comment, and omit
45071         the CONFIGMAKE_ prefix from generated macro names.  Suggested
45072         by Bruno Haible.
45073
45074 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
45075
45076         * m4/isapipe.m4: New file.
45077
45078 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
45079
45080         * lib/isapipe.c, lib/isapipe.h: New files.
45081
45082 2006-08-29  Jim Meyering  <jim@meyering.net>
45083
45084         * modules/configmake (Makefile.am): Make configmake.h depend on
45085         Makefile.  Otherwise, a stale configmake.h could hang around.
45086
45087 2006-08-29  Eric Blake  <ebb9@byu.net>
45088
45089         * lib/error.c (error_at_line, print_errno_message): Match libc, after
45090         resolution of upstream bug 3044.
45091
45092 2006-08-29  Bruno Haible  <bruno@clisp.org>
45093
45094         * modules/localcharset (Depends-on): Add configmake.
45095         (Makefile.am): Remove setting of LIBDIR through DEFS.
45096
45097 2006-08-29  Bruno Haible  <bruno@clisp.org>
45098
45099         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
45100         defined.
45101
45102 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
45103
45104         * modules/fcntl: New file.
45105         * modules/chdir-safer (Depends-on): Add fcntl.
45106         * modules/fts: Likewise.
45107         * modules/mkdir-p: Likewise.
45108
45109         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
45110         This undoes the most recent change, since we're now addressing the
45111         problem in a different way.
45112
45113         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
45114         into output, since the output might be called Makefile.am even
45115         if $makefile_name is something different.
45116         (func_import): Use $makefile_am rather than
45117         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
45118         empty.
45119
45120         * modules/inttypes (Files): Add m4/inttypes-h.m4.
45121
45122 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
45123
45124         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
45125         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
45126         recent change to stdint.m4, since we're now addressing the problem in a
45127         different way.
45128
45129 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
45130
45131         * m4/fcntl_h.m4: New file.
45132
45133 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
45134
45135         * lib/fcntl_.h: New file.
45136         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
45137         the fcntl module.
45138         * lib/dirchownmod.c: Likewise.
45139         * lib/fts.c: Likewise.
45140
45141         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
45142         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
45143         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
45144         just before including <inttypes.h>, to avoid circular inclusion.
45145
45146 2006-08-28  Jim Meyering  <jim@meyering.net>
45147
45148         * doc/visibility.texi: Actually read and correct the grammar of the
45149         sentence affected by yesterday's change.
45150
45151 2006-08-28  Eric Blake  <ebb9@byu.net>
45152
45153         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
45154         needs wrapper.
45155
45156 2006-08-28  Eric Blake  <ebb9@byu.net>
45157
45158         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
45159
45160 2006-08-28  Eric Blake  <ebb9@byu.net>
45161
45162         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
45163
45164 2006-08-28  Bruno Haible  <bruno@clisp.org>
45165
45166         * modules/c-strstr: New file, from GNU gettext.
45167         * MODULES.html.sh (String handling): Add c-strstr.
45168
45169 2006-08-28  Bruno Haible  <bruno@clisp.org>
45170
45171         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
45172         macros.
45173         Reported by Eric Blake.
45174
45175 2006-08-28  Bruno Haible  <bruno@clisp.org>
45176
45177         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
45178         (VASNPRINTF): Return a string of length > INT_MAX without failing.
45179         * lib/vasprintf.c: Include errno.h, limits.h.
45180         (EOVERFLOW): New fallback definition.
45181         (vasprintf): Test here whether the string length is > INT_MAX.
45182         * lib/vsnprintf.c: Include errno.h, limits.h.
45183         (EOVERFLOW): New fallback definition.
45184         (vsnprintf): Fix bug when generated string was too long for the buffer.
45185         Test here whether the string length is > INT_MAX.
45186
45187 2006-08-28  Bruno Haible  <bruno@clisp.org>
45188
45189         * lib/inttypes_.h (SCNX*): Remove definitions.
45190         Reported by Eric Blake.
45191
45192 2006-08-28  Bruno Haible  <bruno@clisp.org>
45193
45194         * lib/c-strstr.h: New file, from GNU gettext.
45195         * lib/c-strstr.c: New file, from GNU gettext.
45196
45197 2006-08-28  Bruno Haible  <bruno@clisp.org>
45198
45199         * gnulib-tool: Reorder some statements.
45200
45201 2006-08-28  Bruno Haible  <bruno@clisp.org>
45202
45203         * gnulib-tool: New option --makefile-name.
45204         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
45205         $makefile_name.
45206         (func_import): Write $makefile_name to the cache file, and read it from
45207         there unless explicitly specified. Use $makefile_name as file name
45208         instead of Makefile.am. Adjust the recommendations accordingly.
45209
45210 2006-08-28  Bruno Haible  <bruno@clisp.org>
45211
45212         * gnulib-tool (func_verify_module): Check against misapplying patch.
45213
45214 2006-08-28  Bruno Haible  <bruno@clisp.org>
45215
45216         * gnulib-tool (func_relativize, func_relconcat): New functions.
45217         Give an error if --local-dir is given with --update.
45218         Remove trailing slashes from $local_gnulib_dir.
45219         (func_import): Store the relativized $local_gnulib_dir in
45220         gnulib-cache.m4, and read it from there if not specified explicitly.
45221
45222 2006-08-28  Bruno Haible  <bruno@clisp.org>
45223
45224         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
45225         is the current directory. Respect also $local_gnulib_dir.
45226
45227 2006-08-28  Bruno Haible  <bruno@clisp.org>
45228             Simon Josefsson  <jas@extundo.com>
45229
45230         BeOS portability.
45231         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
45232
45233 2006-08-27  Jim Meyering  <jim@meyering.net>
45234
45235         * doc/visibility.texi: Remove duplicate word: "pointer".
45236
45237 2006-08-26  Bruno Haible  <bruno@clisp.org>
45238
45239         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
45240         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
45241         (Makefile.am): Create inttypes.h from inttypes_.h.
45242         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
45243
45244         * modules/imaxabs: New file.
45245
45246         * modules/imaxdiv: New file.
45247
45248 2006-08-26  Bruno Haible  <bruno@clisp.org>
45249
45250         * m4/inttypes.m4: New file.
45251         * m4/_inttypes_h.m4: Remove file.
45252         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
45253         PRI_MACROS_BROKEN.
45254         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
45255
45256         * m4/imaxabs.m4: New file.
45257
45258         * m4/imaxdiv.m4: New file.
45259
45260 2006-08-26  Bruno Haible  <bruno@clisp.org>
45261
45262         * lib/inttypes_.h: New file.
45263         * lib/inttypes.h: Remove file.
45264         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
45265
45266         * lib/imaxabs.c: New file.
45267
45268         * lib/imaxdiv.c: New file.
45269
45270 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
45271
45272         New config-h module, so that "make" output needn't be cluttered
45273         by -DHAVE_CONFIG_H.
45274         * MODULES.html.sh (Support for building libraries and executables):
45275         Add config-h.
45276         * modules/config-h: New file.
45277         * gnulib-tool (nl, sed_transform_lib_file): New vars.
45278         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
45279         the config-h module is used.
45280
45281         New configmake module, so that "make" output needn't be cluttered
45282         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
45283         * MODULES.html.sh (Support for building libraries and executables):
45284         Add configmake.
45285         * modules/configmake: New file.
45286
45287 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
45288
45289         * m4/config-h.m4: New file.
45290
45291 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
45292
45293         * config/srclist.txt: Add elisp-comp.
45294
45295 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
45296
45297         * MODULES.html.sh (Support for building libraries and executables):
45298         Add elisp-comp.
45299         * build-aux/elisp-comp: New file.
45300         * modules/elisp-comp: New file.
45301
45302 2006-08-24  Bruno Haible  <bruno@clisp.org>
45303
45304         * gnulib-tool (func_create_testdir): Use non-default values of
45305         sourcebase and m4base.
45306
45307 2006-08-24  Bruno Haible  <bruno@clisp.org>
45308
45309         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
45310         HTML structure.
45311
45312 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
45313
45314         * modules/openat (Depends-on): Add lchown.
45315
45316 2006-08-23  Bruno Haible  <bruno@clisp.org>
45317
45318         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
45319         of gl_LOCK_EARLY instead of gl_LOCK.
45320
45321 2006-08-23  Bruno Haible  <bruno@clisp.org>
45322
45323         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
45324         on OSF/1 to no.
45325         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
45326
45327 2006-08-23  Bruno Haible  <bruno@clisp.org>
45328
45329         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
45330         as unusable.
45331
45332         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
45333         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
45334         (gl_LOCK): New macro.
45335
45336 2006-08-22  Simon Josefsson  <jas@extundo.com>
45337
45338         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
45339         to md5 module.
45340
45341 2006-08-22  Simon Josefsson  <jas@extundo.com>
45342
45343         * MODULES.html.sh: Add "Support for maintaining and release
45344         projects".
45345
45346         * build-aux/gnupload: New file, from coreutils.
45347
45348 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
45349
45350         Avoid the need for AC_LIBSOURCES in m4 macros.
45351         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
45352         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
45353         * modules/check-version (EXTRA_DIST): Add check-version.h.
45354         * modules/crc (EXTRA_DIST): Add crc.h.
45355         * modules/des (EXTRA_DIST): Add des.h.
45356         * modules/gc (EXTRA_DIST): Add gc.h.
45357         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
45358         * modules/getline (EXTRA_DIST): Add getline.h.
45359         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
45360         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
45361         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
45362         * modules/md2 (EXTRA_DIST): Add md2.h.
45363         * modules/md4 (EXTRA_DIST): Add md4.h.
45364         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
45365         * modules/read-file (EXTRA_DIST): Add read-file.h.
45366         * modules/readline (EXTRA_DIST): Add readline.h.
45367         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
45368         rijndael-api-fst.h.
45369
45370 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
45371
45372         * m4/rijndael.m4 (gl_ARCFOUR):
45373         * m4/arctwo.m4 (gl_ARCTWO):
45374         * m4/check-version.m4 (gl_CHECK_VERSION):
45375         * m4/crc.m4 (gl_CRC):
45376         * m4/des.m4 (gl_DES):
45377         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
45378         * m4/gc.m4 (gl_GC):
45379         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
45380         * m4/getline.m4 (gl_FUNC_GETLINE):
45381         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
45382         * m4/hmac-md5.m4 (gl_HMAC_MD5):
45383         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
45384         * m4/md2.m4 (gl_MD2):
45385         * m4/md4.m4 (gl_MD4):
45386         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
45387         * m4/read-file.m4 (gl_FUNC_READ_FILE):
45388         * m4/readline.m4 (gl_FUNC_READLINE):
45389         * m4/rijndael.m4 (gl_RIJNDAEL):
45390         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
45391         to get the necessary .h files and whatnot.
45392
45393 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
45394
45395         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
45396         gnulib rather than the other way around.
45397         * config/srclistvars.sh (COREUTILS): Remove.
45398
45399 2006-08-22  Jim Meyering  <jim@meyering.net>
45400
45401         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
45402
45403         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
45404
45405 2006-08-22  Eric Blake  <ebb9@byu.net>
45406
45407         * modules/regexprops-generic: New file.
45408         * MODULES.html.sh (Support for building documentation): List it.
45409
45410 2006-08-22  Eric Blake  <ebb9@byu.net>
45411
45412         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
45413         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
45414         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
45415         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
45416
45417 2006-08-22  Bruno Haible  <bruno@clisp.org>
45418
45419         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
45420         and lib_LTLIBRARIES like the other lib_* variables.
45421
45422 2006-08-22  Bruno Haible  <bruno@clisp.org>
45423
45424         * build-aux/x-to-1.in: New file, from GNU gettext.
45425
45426 2006-08-22  Bruno Haible  <bruno@clisp.org>
45427
45428         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
45429         <utmpx.h> exists.
45430
45431 2006-08-22  Bruno Haible  <bruno@clisp.org>
45432
45433         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
45434         <utmpx.h> exists.
45435
45436 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
45437
45438         BeOS portability.
45439         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
45440         exist.
45441         Problem reported by Bruno Haible.
45442
45443 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
45444
45445         Avoid the need for AC_LIBSOURCES in m4 macros.
45446         * modules/acl (EXTRA_DIST): Add acl.h.
45447         * modules/argmatch (Files): Add m4/argmatch.m4.
45448         (configure.ac): Add gl_ARGMATCH.
45449         (EXTRA_DIST): Renamed from lib_SOURCES, for
45450         consistency with the other modules.  Remove argmatch.c.
45451         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
45452         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
45453         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
45454         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
45455         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
45456         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
45457         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
45458         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
45459         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
45460         * modules/closeout (EXTRA_DIST): Add closeout.h.
45461         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
45462         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
45463         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
45464         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
45465         dirname.h; remove basename.c and stripslash.c.
45466         * modules/exclude (EXTRA_DIST): Add exclude.h.
45467         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
45468         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
45469         * modules/file-type (EXTRA_DIST): Add file-type.h.
45470         * modules/filemode (EXTRA_DIST): Add filemode.h.
45471         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
45472         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
45473         * modules/fpending (EXTRA_DIST): Add __fpending.h.
45474         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
45475         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
45476         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
45477         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
45478         * modules/getdate (EXTRA_DIST): Add getdate.c.
45479         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
45480         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
45481         * modules/getpass (EXTRA_DIST): Add getpass.h.
45482         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
45483         * modules/group-member (EXTRA_DIST): Add group-member.h.
45484         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
45485         * modules/hash (EXTRA_DIST): Add hash.h.
45486         * modules/human (EXTRA_DIST): Add human.h.
45487         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
45488         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
45489         * modules/lchown (EXTRA_DIST): Add lchown.h.
45490         * modules/long-options (EXTRA_DIST): Add long-options.h.
45491         * modules/lstat (EXTRA_DIST): Add lstat.h.
45492         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
45493         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
45494         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
45495         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
45496         * modules/memxor (EXTRA_DIST): Add memxor.h.
45497         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
45498         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
45499         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
45500         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
45501         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
45502         * modules/physmem (EXTRA_DIST): Add physmem.h.
45503         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
45504         * modules/posixver (EXTRA_DIST): Add posixver.h.
45505         * modules/quote (EXTRA_DIST): Add quote.h.
45506         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
45507         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
45508         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
45509         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
45510         regex_internal.h regexec.c.
45511         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
45512         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
45513         * modules/same (EXTRA_DIST): Add same.h.
45514         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
45515         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
45516         * modules/savedir (EXTRA_DIST): Add savedir.h.
45517         * modules/sha1 (EXTRA_DIST): Add sha1.h.
45518         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
45519         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
45520         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
45521         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
45522         * modules/strdup (EXTRA_DIST): Add strdup.h.
45523         * modules/strftime (EXTRA_DIST): Add strftime.h.
45524         * modules/strndup (EXTRA_DIST): Add strndup.h.
45525         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
45526         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
45527         * modules/time_r (EXTRA_DIST): Add time_r.h.
45528         * modules/timespec (EXTRA_DIST): Add timespec.h.
45529         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
45530         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
45531         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
45532         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
45533         * modules/userspec (EXTRA_DIST): Add userspec.h.
45534         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
45535         * modules/utimens (EXTRA_DIST): Add utimens.h.
45536         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
45537         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
45538         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
45539         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
45540         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
45541         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
45542         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
45543         * modules/yesno (EXTRA_DIST): Add yesno.h.
45544
45545 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
45546
45547         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
45548
45549         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
45550         * m4/dev-ino.m4, same-inode.m4: Remove.
45551
45552         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
45553         * m4/acl.m4 (AC_FUNC_ACL):
45554         * m4/backupfile.m4 (gl_BACKUPFILE):
45555         * m4/c-strtod.m4 (gl_C99_STRTOLD):
45556         * m4/canon-host.m4 (gl_CANON_HOST):
45557         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
45558         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
45559         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
45560         * m4/cloexec.m4 (gl_CLOEXEC):
45561         * m4/close-stream.m4 (gl_CLOSE_STREAM):
45562         * m4/closeout.m4 (gl_CLOSEOUT):
45563         * m4/dirfd.m4 (gl_FUNC_DIRFD):
45564         * m4/dirname.m4 (gl_DIRNAME):
45565         * m4/exclude.m4 (gl_EXCLUDE):
45566         * m4/exitfail.m4 (gl_EXITFAIL):
45567         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
45568         * m4/file-type.m4 (gl_FILE_TYPE):
45569         * m4/filemode.m4 (gl_FILEMODE):
45570         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
45571         * m4/fpending.m4 (gl_FUNC_FPENDING):
45572         * m4/fprintftime.m4 (gl_FPRINTFTIME):
45573         * m4/fts.m4 (gl_FUNC_FTS):
45574         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
45575         * m4/getdate.m4 (gl_GETDATE):
45576         * m4/gethrxtime.m4 (gl_GETHRXTIME):
45577         * m4/getpagesize.m4 (gl_GETPAGESIZE):
45578         * m4/getpass.m4 (gl_FUNC_GETPASS):
45579         * m4/gettime.m4 (gl_GETTIME):
45580         * m4/getugroups.m4 (gl_GETUGROUPS):
45581         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
45582         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
45583         * m4/hard-locale.m4 (gl_HARD_LOCALE):
45584         * m4/hash.m4 (gl_HASH):
45585         * m4/idcache.m4 (gl_IDCACHE):
45586         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
45587         * m4/lchown.m4 (gl_FUNC_LCHOWN):
45588         * m4/long-options.m4 (gl_LONG_OPTIONS):
45589         * m4/lstat.m4 (gl_FUNC_LSTAT):
45590         * m4/md5.m4 (gl_MD5):
45591         * m4/memcasecmp.m4 (gl_MEMCASECMP):
45592         * m4/memcoll.m4 (gl_MEMCOLL):
45593         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
45594         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
45595         * m4/memxor.m4 (gl_MEMXOR):
45596         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
45597         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
45598         * m4/modechange.m4 (gl_MODECHANGE):
45599         * m4/mountlist.m4 (gl_MOUNTLIST):
45600         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
45601         * m4/openat.m4 (gl_FUNC_OPENAT):
45602         * m4/pathmax.m4 (gl_PATHMAX):
45603         * m4/physmem.m4 (gl_PHYSMEM):
45604         * m4/posixtm.m4 (gl_POSIXTM):
45605         * m4/posixver.m4 (gl_POSIXVER):
45606         * m4/quote.m4 (gl_QUOTE):
45607         * m4/quotearg.m4 (gl_QUOTEARG):
45608         * m4/readtokens.m4 (gl_READTOKENS):
45609         * m4/readutmp.m4 (gl_READUTMP):
45610         * m4/regex.m4 (gl_REGEX):
45611         * m4/safe-read.m4 (gl_SAFE_READ):
45612         * m4/safe-write.m4 (gl_SAFE_WRITE):
45613         * m4/same.m4 (gl_SAME):
45614         * m4/save-cwd.m4 (gl_SAVE_CWD):
45615         * m4/savedir.m4 (gl_SAVEDIR):
45616         * m4/settime.m4 (gl_SETTIME):
45617         * m4/sha1.m4 (gl_SHA1):
45618         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
45619         * m4/stat-macros.m4 (gl_STAT_MACROS):
45620         * m4/stat-time.m4 (gl_STAT_TIME):
45621         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
45622         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
45623         * m4/strdup.m4 (gl_FUNC_STRDUP):
45624         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
45625         * m4/strndup.m4 (gl_FUNC_STRNDUP):
45626         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
45627         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
45628         * m4/time_r.m4 (gl_TIME_R):
45629         * m4/timespec.m4 (gl_TIMESPEC):
45630         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
45631         * m4/unlinkdir.m4 (gl_UNLINKDIR):
45632         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
45633         * m4/userspec.m4 (gl_USERSPEC):
45634         * m4/utimecmp.m4 (gl_UTIMECMP):
45635         * m4/utimens.m4 (gl_UTIMENS):
45636         * m4/xalloc.m4 (gl_XALLOC):
45637         * m4/xgetcwd.m4 (gl_XGETCWD):
45638         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
45639         * m4/xreadlink.m4 (gl_XREADLINK):
45640         * m4/xstrtod.m4 (gl_XSTRTOD):
45641         * m4/yesno.m4 (gl_YESNO):
45642         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
45643         to get the necessary .h files and whatnot.
45644
45645 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
45646             Bruno Haible  <bruno@clisp.org>
45647
45648         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
45649         /bin/sh understanding of '!' conditional negation.
45650
45651 2006-08-21  Jim Meyering  <jim@meyering.net>
45652
45653         * modules/openat (Depends-on): Really alphabetize.
45654
45655         * modules/acl (Depends-on): Add error and quote.
45656
45657         * check-module (find_included_lib_files): Add at-func.c to the
45658         ok-to-include-more-than-once white list.
45659
45660         * modules/openat (Depends-on): Add lstat.  Alphabetize.
45661
45662 2006-08-21  Bruno Haible  <bruno@clisp.org>
45663
45664         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45665         Emit a pkgdata_DATA variable only if some snippets add contents to it.
45666         Reported by Martin Lambers <marlam@marlam.de>.
45667
45668 2006-08-21  Bruno Haible  <bruno@clisp.org>
45669
45670         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
45671         specify an installation location, don't emit a noinst_LIBRARIES or
45672         noinst_LTLIBRARIES assignment.
45673
45674 2006-08-21  Bruno Haible  <bruno@clisp.org>
45675
45676         BeOS portability.
45677         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
45678         BeOS has mbrtowc() but no <wctype.h>.
45679
45680 2006-08-21  Bruno Haible  <bruno@clisp.org>
45681
45682         BeOS portability.
45683         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
45684         exist.
45685
45686 2006-08-21  Bruno Haible  <bruno@clisp.org>
45687
45688         BeOS portability.
45689         * lib/mbchar.h: Include <wctype.h> only if it exists.
45690
45691 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
45692
45693         Remove files that are no longer needed by their respective modules.
45694         * m4/obstack.m4: Remove.
45695         * m4/strerror_r.m4: Remove.
45696         * m4/uint32_t.m4: Remove.
45697         * m4/uintptr_t.m4: Remove.
45698         * m4/ullong_max.m4: Remove.
45699         * m4/xstrtoimax.m4: Remove.
45700         * m4/xstrtoumax.m4: Remove.
45701
45702         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
45703         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
45704         dependencies now capture this.
45705
45706         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
45707         Do not use AC_LIBSOURCES, since gnulib modules now do this.
45708         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
45709         * m4/human.m4 (gl_HUMAN): Likewise.
45710         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
45711         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
45712
45713         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
45714
45715         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
45716         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
45717         stdint.
45718         * m4/human.m4 (gl_HUMAN): Likewise.
45719         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
45720         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
45721         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
45722         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
45723         * m4/xstrtol (gl_XSTRTOL): Likewise.
45724
45725         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
45726         AC_TYPE_LONG_LONG_INT.
45727         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
45728         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
45729         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
45730         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
45731
45732         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
45733         on stdbool.
45734
45735         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
45736         (gl_PREREQ_XSTRTOUL): Remove.
45737
45738         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
45739
45740         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
45741         mode.
45742
45743 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
45744
45745         Add and change modules to make it easier for coreutils to use
45746         gnulib-tool.
45747         * modules/backupfile (Files): Remove m4/d-ino.m4.
45748         (Depends-on): Add d-ino.
45749         * modules/cycle-check (Depends-on): Add stdint.
45750         (lib_SOURCES): Add cycle-check.h.
45751         * modules/d-ino: New module.
45752         * modules/d-type: New module.
45753         * modules/error (Files): Remove m4/strerror_r.m4.
45754         * modules/filemode (Files): Add m4/st_dm_mode.m4.
45755         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
45756         m4/inttypes_h.m4, m4/uintmax_t.m4.
45757         (Depends-on): Add stdint.
45758         (lib_SOURCES): Add fsusage.h.
45759         * modules/getcwd (Files): Remove d-ino.m4.
45760         (Depends-on): Add d-ino.
45761         * modules/getndelim2 (Depends-on): Add stdint.
45762         * modules/glob (Files): Remove m4/d-type.m4.
45763         (Depends-on): Add d-type.
45764         * modules/host-os: New module.
45765         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
45766         m4/inttypes_h.m4, m4/uintmax_t.m4.
45767         * Depends-on: Add stdint.
45768         (lib_SOURCES): Add human.h.
45769         * modules/inttostr (Files): Remove m4/intmax_t.m4,
45770         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
45771         m4/uintmax_t.m4, m4/ulonglong.m4.
45772         (Depends-on): Add stdint.
45773         (EXTRA_DIST): Add inttostr.h.
45774         * modules/lchmod: New module.
45775         * modules/link-follow: New module.
45776         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
45777         (Depends-on): Add lchmod.
45778         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
45779         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
45780         (Depends-on): Add stdint.
45781         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
45782         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
45783         (Depends-on): Add stdint.
45784         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
45785         * modules/perl: New module.
45786         * modules/regex (Depends-on): Add stdint.
45787         * modules/rmdir-errno: New module.
45788         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
45789         m4/intmax_t.m4.
45790         (Depends-on): Add stdint.
45791         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
45792         m4/uintmax_t.m4.
45793         (Depends-on): Add stdint.
45794         * modules/unlink-busy: New module.
45795         * modules/utimecmp (Depends-on): Add stdint.
45796         * modules/uptime: New module.
45797         * modules/winsz-ioctl: New module.
45798         * modules/winsz-termios: New module.
45799         * modules/xnanosleep (Depends-on): Add nanosleep.
45800         * modules/ullong_max: Remove.
45801         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
45802         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
45803         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
45804         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
45805         (Depends-on): Add inttypes.
45806         (lib_SOURCES): Add xstrtol.h.
45807         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
45808         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
45809         * MODULES.html.sh: Move 'assert' into the assert section.
45810         Move 'dummy' into the linking section.
45811         Remove ullong_max.
45812         Add section for compatibility checks for POSIX:2001 functions,
45813         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
45814         winsz-ioctl, and winsz-termios into it.
45815         Add lchmod.
45816         Add top-level Misc section and put host-os, perl, and uptime
45817         into it.
45818
45819 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
45820
45821         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
45822         now assume the stdint module.  Do not include inttypes.h.
45823         * lib/fsusage.h: Likewise.
45824         * lib/getndelim2.c: Likewise.
45825         * lib/human.h: Likewise.
45826         * lib/inttostr.h: Likewise.
45827         * lib/obstack.c: Likewise.
45828         * lib/regex_internal.h: Likewise.
45829         * lib/tempname.c: Likewise.
45830         * lib/utimecmp.c: Likewise.
45831         * lib/xstrtol.h: Likewise.
45832
45833         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
45834
45835         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
45836         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
45837         * lib/xtime.h: Likewise.
45838
45839 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
45840
45841         * modules/openat (Files): Add lib/fchmodat.c.
45842         Fixes problem reported by Jay Youngman.
45843
45844 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
45845
45846         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
45847         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
45848
45849 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
45850             Bruno Haible  <bruno@clisp.org>
45851
45852         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
45853         and is a script that invokes bison. Tighten the code. Add comments.
45854
45855 2006-08-18  Jim Meyering  <jim@meyering.net>
45856
45857         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
45858         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
45859         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
45860         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
45861
45862 2006-08-18  Bruno Haible  <bruno@clisp.org>
45863
45864         * modules/bison-i18n: New file.
45865         * MODULES.html.sh (Internationalization functions): Add it.
45866
45867 2006-08-18  Bruno Haible  <bruno@clisp.org>
45868
45869         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
45870         sys/statvfs.h. When getmntinfo was found, check its declaration and
45871         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
45872
45873 2006-08-18  Bruno Haible  <bruno@clisp.org>
45874
45875         * m4/bison-i18n.m4: New file, from bison.
45876
45877 2006-08-18  Bruno Haible  <bruno@clisp.org>
45878
45879         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
45880         (ME_DUMMY): Treat "kernfs" as a dummy.
45881         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
45882
45883 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
45884
45885         Update from coreutils.
45886
45887         2006-08-15  Jim Meyering  <jim@meyering.net>
45888
45889         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
45890
45891         2006-01-17  Jim Meyering  <jim@meyering.net>
45892
45893         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
45894
45895         2006-01-11  Jim Meyering  <jim@meyering.net>
45896
45897         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
45898         Check for the lchmod function.
45899
45900 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
45901
45902         Update from coreutils.
45903
45904         * lib/__fpending.h: Add copyright notice.
45905         * lib/fprintftime.h: Likewise.
45906         * lib/savedir.c: Use (C) in copyright notice.
45907         * lib/savedir.h: Likewise.
45908
45909         2006-08-15  Jim Meyering  <jim@meyering.net>
45910
45911         * lib/at-func.c: New file, with the logic of all emulated at-functions.
45912         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
45913         in support of the EXPECTED_ERRNO macro.
45914         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
45915         definitions.  Instead, define the appropriate symbols and include
45916         "at-func.c".
45917         * lib/mkdirat.c (mkdirat): Likewise.
45918         * lib/fchmodat.c (fchmodat): Likewise.
45919         (ENOSYS): Remove definition.
45920         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
45921         it.  Don't include "unistd--.h" -- it wasn't ever used.
45922
45923         2006-01-17  Jim Meyering  <jim@meyering.net>
45924
45925         Rewrite fts.c not to change the current working directory,
45926         by using openat, fstatat, fdopendir, etc..
45927
45928         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
45929         (HAVE_OPENAT_SUPPORT): Define.
45930         [_LIBC] (fchdir): Don't undef or define; no longer used.
45931         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
45932         Now, this `function' always succeeds, and consumes its file descriptor
45933         parameter -- so callers must not close such FDs.  Update callers.
45934         (diropen_fd, opendirat, cwd_advance_fd): New functions.
45935         (diropen): Add parameter, SP.  Adjust all callers.
45936         Implement using diropen_fd, rather than open.
45937         (fts_open): Initialize new member, fts_cwd_fd.
45938         Remove fts_rft-setting code.
45939         (fts_close): Close fts_cwd_fd, if necessary.
45940         (__opendir2): Define in terms of opendir or opendirat,
45941         depending on whether the FST_NOCHDIR flag is set.
45942         (fts_build): Since fts_safe_changedir consumes its FD, and since
45943         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
45944         and close the dup'd file descriptor upon failure.
45945         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
45946         (fts_safe_changedir): Tweak semantics to reflect that this function
45947         now calls cwd_advance_fd and hence consumes its FD argument.
45948         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
45949         [struct FTS] (fts_rft): Remove now-unused member.
45950         [struct FTS] (fts_cycle.state): Improve comment.
45951
45952         * lib/openat.c (openat_needs_fchdir): New function.
45953         * lib/openat.h (openat_needs_fchdir): Declare it.
45954
45955 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
45956
45957         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
45958         Problem and fix reported by Pádraig Brady in
45959         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
45960
45961 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
45962
45963         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
45964
45965 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
45966
45967         * lib/memcoll.c (memcoll): Optimize for the common case where the
45968         arguments are bytewise equal.
45969
45970 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
45971
45972         * doc/regexprops-generic.texi: Add a copyright notice.
45973
45974 2006-08-15  Bruno Haible  <bruno@clisp.org>
45975
45976         * modules/tmpdir (License): Change to LGPL.
45977
45978 2006-08-15  Bruno Haible  <bruno@clisp.org>
45979
45980         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
45981         module.
45982
45983 2006-08-14  Simon Josefsson  <jas@extundo.com>
45984
45985         * config/srclist.txt: Add gnupload.
45986
45987 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
45988
45989         Change copyright notice from LGPL 2 to GPL 2, since that's the
45990         standard form used in the gnulib repository.
45991         * tests/test-lock.c: Likewise.
45992         * tests/test-stdint.c: Likewise.
45993         * tests/test-tls.c: Likewise.
45994
45995         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
45996         prelude-manager.  User shorter URLs for GNU projects, without '?'.
45997         Add copyright notice.
45998
45999         * check-module: Add copyright notice.  Output a copyright
46000         notice if "--version" is specified.
46001         * modules/COPYING: New file.
46002         * tests/test-getaddrinfo.c: Add copyright notice.
46003         * tests/test-verify.c: Likewise.
46004
46005 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
46006
46007         Change copyright notice from LGPL 2 to GPL 2, since that's the
46008         standard form used in the gnulib repository.
46009         * lib/lock.c: LGPL -> GPL.
46010         * lib/lock.h: Likewise.
46011         * lib/strnlen1.c: Likewise.
46012         * lib/strnlen1.h: Likewise.
46013         * lib/tls.c: Likewise.
46014         * lib/tls.h: Likewise.
46015         * lib/tmpdir.c: Likewise.
46016
46017         * lib/TODO: Remove; this belongs only in coreutils.
46018
46019 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
46020
46021         Add copyright notices to long-enough files that lack them, since
46022         otherwise the files aren't clearly free.  Use the same notice that
46023         getdate.texi already uses.
46024         * doc/alloca-opt.texi: Add copyright notice.
46025         * doc/alloca.texi: Likewise.
46026         * doc/ctime.texi: Likewise.
46027         * doc/functions.texi: Likewise.
46028         * doc/gcd.texi: Likewise.
46029         * doc/gnulib-tool.texi: Likewise.
46030         * doc/inet_ntoa.texi: Likewise.
46031         * doc/visibility.texi: Likewise.
46032
46033         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
46034         * doc/quote.texi: Add copyright notice.
46035
46036         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
46037         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
46038         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
46039         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
46040         is now obsolete, and give a pointer to the Sun list.
46041         Add copyright notice.
46042
46043 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
46044
46045         * config/srclistvars.sh: Add copyright notice.
46046
46047 2006-08-14  Eric Blake  <ebb9@byu.net>
46048
46049         Import the following change from libc:
46050
46051         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
46052
46053         Upstream bug 2997.
46054         * lib/misc/error.c: Add space between program name and message if file
46055         name is missing.
46056
46057 2006-08-12  Karl Berry  <karl@gnu.org>
46058
46059         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
46060         remove, these originate in gnulib now.
46061
46062 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46063
46064         * doc/Makefile (standards.info standards.html standards.dvi):
46065         Also depend on make-stds.texi.
46066
46067 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
46068
46069         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
46070         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
46071
46072         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
46073         in wchar_t.  Problem reported by Eric Blake.
46074
46075         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
46076         LEN is smaller than SIZE.  Suggested by Bruno Haible.
46077         Also, help the compiler to keep LEN in a register.
46078
46079 2006-08-11  Eric Blake  <ebb9@byu.net>
46080
46081         * users.txt: Sort.  Add tar.
46082
46083 2006-08-11  Bruno Haible  <bruno@clisp.org>
46084
46085         * users.txt: New file.
46086
46087 2006-08-11  Bruno Haible  <bruno@clisp.org>
46088
46089         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
46090         before <wchar.h>. Needed for OSF/1 and BSD/OS.
46091
46092 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
46093
46094         * modules/snprintf (Depends-on): Remove minmax.
46095         (Maintainer): Add self and Bruno.
46096
46097 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
46098
46099         * lib/.cppi-disable: Add snprintf.h, socket_.h.
46100         * lib/snprintf.c: Include <errno.h> and <limits.h>.
46101         (EOVERFLOW): Define if the system does not.
46102         Do not include "minmax.h"; it wasn't used.
46103         (snprintf): Don't assume size_t promotes to an unsigned type.
46104         Fix bug when generated string was too long for the buffer: the
46105         buffer's contents are supposed to be the initial prefix of the
46106         output.  Don't assume vasnprintf returns EOVERFLOW if the size
46107         exceeds INT_MAX; do the check ourselves.
46108
46109         Import the following changes from libc:
46110
46111         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
46112
46113         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
46114         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
46115         set wc to the byte which couldn't be converted.
46116         (re_string_reconstruct): Don't clear valid_raw_len before calling
46117         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
46118         tip_context using re_string_context_at.
46119
46120         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
46121
46122         * lib/posix/regex.h: g++ still cannot handled [restrict].
46123
46124         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
46125
46126         * lib/posix/regex.h: Remove special handling for VMS.
46127
46128 2006-08-10  Jim Meyering  <jim@meyering.net>
46129
46130         * modules/same-inode: New module.
46131         * modules/dev-ino: New module.
46132         * modules/cycle-check: Depend on these modules, rather than simply
46133         including their .h files.
46134         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
46135         required via m4/cycle-check.m4.
46136         * modules/same: Depend on new same-inode module, rather than
46137         including same-inode.h.
46138         * modules/chdir-safer: New file.
46139
46140         * modules/chown (Depends-on): Add stat-macros.
46141
46142 2006-08-10  Jim Meyering  <jim@meyering.net>
46143
46144         * m4/cycle-check.m4: New file.
46145         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
46146         * m4/dev-ino.m4, m4/same-inode.m4: New files.
46147
46148 2006-08-10  Eric Blake  <ebb9@byu.net>
46149
46150         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
46151         in from original proposal.
46152
46153 2006-08-10  Eric Blake  <ebb9@byu.net>
46154         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
46155
46156         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
46157         namespace.
46158
46159 2006-08-10  Bruno Haible  <bruno@clisp.org>
46160
46161         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
46162         as well.
46163
46164 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
46165
46166         Sync from coreutils.
46167
46168         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
46169
46170         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
46171         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
46172
46173 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
46174
46175         * modules/restrict: Remove; no longer needed now that we assume
46176         Autoconf 2.59 or later.
46177         * MODULES.html.sh: Remove 'restrict'.
46178         * modules/argp (Depends-on): Remove 'restrict'.
46179         * modules/base64 (Depends-on): Likewise.
46180         * modules/gc (Depends-on): Likewise.
46181         * modules/getaddrinfo (Depends-on): Likewise.
46182         * modules/glob (Depends-on): Likewise.
46183         * modules/inet_ntop (Depends-on): Likewise.
46184         * modules/inet_pton (Depends-on): Likewise.
46185         * modules/memxor (Depends-on): Likewise.
46186         * modules/regex (Depends-on): Likewise.
46187         * modules/strtok_r (Depends-on): Likewise.
46188         * modules/time_r (Depends-on): Likewise.
46189
46190 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
46191
46192         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
46193         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
46194         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
46195         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
46196         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
46197         * m4/memxor.m4 (gl_MEMXOR): Likewise.
46198         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
46199         gl_C_RESTRICT replaced by AC_C_RESTRICT.
46200
46201         Merge from coreutils.
46202         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
46203         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
46204         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
46205         * m4/time_r.m4 (gl_TIME_R): Likewise.
46206
46207 2006-08-09  Karl Berry  <karl@gnu.org>
46208
46209         * config/srclist.txt: no more gettext-tools, per Bruno.
46210
46211 2006-08-08  Eric Blake  <ebb9@byu.net>
46212
46213         * modules/verror: New module.
46214         * MODULES.html.sh: Document it.
46215
46216 2006-08-08  Eric Blake  <ebb9@byu.net>
46217
46218         * lib/verror.h, lib/verror.c: New files.
46219
46220 2006-08-08  Eric Blake  <ebb9@byu.net>
46221
46222         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
46223         verror_at_line output complies with GNU Coding Standards even when
46224         file is NULL.
46225
46226 2006-08-07  Bruno Haible  <bruno@clisp.org>
46227
46228         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
46229         versions of AIX.
46230         Reported by Ralf Wildenhues.
46231
46232 2006-08-07  Bruno Haible  <bruno@clisp.org>
46233
46234         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
46235         in an AC_DEFUN. Needed so that the autoconf snippets can use
46236         AC_REQUIRE.
46237
46238 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46239
46240         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
46241         Initialize pkgdata_DATA.
46242         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
46243         overriding it.
46244
46245 2006-08-06  Eric Blake  <ebb9@byu.net>
46246
46247         * lib/error.h: Fold in some upstream changes from glibc.
46248         * lib/error.c: Likewise.
46249
46250 2006-08-04  Bruno Haible  <bruno@clisp.org>
46251
46252         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
46253         Make the mostlyclean-local rule depend on mostlyclean-generic.
46254         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
46255
46256 2006-07-31  Bruno Haible  <bruno@clisp.org>
46257
46258         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
46259         <stdlib.h>, <string.h>.
46260
46261 2006-07-30  Bruno Haible  <bruno@clisp.org>
46262
46263         * modules/readlink (License): Change to LGPL.
46264
46265 2006-07-30  Bruno Haible  <bruno@clisp.org>
46266
46267         * modules/javaversion (Makefile.am): Distribute javaversion.java and
46268         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
46269         set PKGDATADIR to point to it.
46270
46271 2006-07-30  Bruno Haible  <bruno@clisp.org>
46272
46273         * modules/csharpexec (configure.ac): Comment out macro invocation.
46274         * modules/javaexec (configure.ac): Likewise.
46275         * modules/javacomp-script (configure.ac): Likewise.
46276
46277         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
46278
46279 2006-07-30  Bruno Haible  <bruno@clisp.org>
46280
46281         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
46282         linked-list.
46283
46284 2006-07-30  Bruno Haible  <bruno@clisp.org>
46285
46286         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
46287
46288 2006-07-30  Bruno Haible  <bruno@clisp.org>
46289
46290         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
46291         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
46292         get removed.
46293
46294 2006-07-29  Bruno Haible  <bruno@clisp.org>
46295
46296         Make it possible for gnulib-tool to work with locally modified or
46297         augmented gnulib repositories.
46298         * gnulib-tool (func_usage): Document --local-dir option.
46299         (local_gnulib_dir): New variable.
46300         Handle --local-dir option.
46301         (func_lookup_file): New function.
46302         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
46303         (func_get_description, func_get_filelist, func_get_description,
46304         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
46305         func_get_automake_snippet, func_get_include_directive,
46306         func_get_license, func_get_maintainer): Use func_lookup_file.
46307         (func_import, func_create_testdir): Use func_lookup_file.
46308
46309 2006-07-29  Bruno Haible  <bruno@clisp.org>
46310
46311         * modules/setenv (Depends-on): Add unistd.
46312
46313 2006-07-29  Bruno Haible  <bruno@clisp.org>
46314
46315         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
46316
46317 2006-07-29  Bruno Haible  <bruno@clisp.org>
46318
46319         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
46320
46321 2006-07-29  Bruno Haible  <bruno@clisp.org>
46322
46323         * gnulib-tool (import, update): If there is no Makefile.am, look at
46324         aclocal.m4, instead of bailing out.
46325
46326 2006-07-29  Bruno Haible  <bruno@clisp.org>
46327
46328         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
46329         Categorize the options by when they are useful.
46330
46331 2006-07-29  Bruno Haible  <bruno@clisp.org>
46332
46333         * gnulib-tool (func_usage): Document option --no-libtool.
46334         Handle option --no-libtool.
46335         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
46336         for changed semantics of $libtool variable.
46337         (func_import): Likewise. If libtool is not used, show this through
46338         an option --no-libtool.
46339         (func_create_testdir): Update.
46340
46341 2006-07-29  Bruno Haible  <bruno@clisp.org>
46342
46343         * gnulib-tool (func_import): Extend error message about missing
46344         --doc-base.
46345
46346 2006-07-29  Bruno Haible  <bruno@clisp.org>
46347
46348         * gnulib-tool (func_import): Don't create the $docbase directory if
46349         there is no file to store there.
46350
46351 2006-07-29  Bruno Haible  <bruno@clisp.org>
46352
46353         * gnulib-tool (autoconf_minversion): If a --dir option is given and
46354         relevant, look for configure.ac there, not in the current directory.
46355         Also use a simple search for AC_PREREQ, not "autoconf --trace".
46356
46357 2006-07-29  Bruno Haible  <bruno@clisp.org>
46358
46359         * gnulib-tool (SORT): New variable.
46360         (func_usage): Undocument --assume-autoconf option.
46361         Remove --assume-autoconf option handling.
46362         (autoconf_minversion): Determine from the contents of configure.ac.
46363         (func_import): Remove autoconf_minversion handling.
46364         Suggested by Eric Blake.
46365
46366 2006-07-29  Bruno Haible  <bruno@clisp.org>
46367
46368         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
46369
46370 2006-07-29  Bruno Haible  <bruno@clisp.org>
46371
46372         * config/srclist.txt (*setenv.[ch]): Remove rules.
46373
46374 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
46375
46376         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
46377
46378 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
46379
46380         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
46381         arpa/inet.h.
46382
46383 2006-07-28  Simon Josefsson  <jas@extundo.com>
46384
46385         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
46386         * modules/inet_pton (Depends-on): Likewise.
46387
46388 2006-07-28  Simon Josefsson  <jas@extundo.com>
46389
46390         * m4/netinet_in_h.m4: New file.
46391
46392 2006-07-28  Simon Josefsson  <jas@extundo.com>
46393
46394         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
46395         #include's.
46396
46397 2006-07-28  Simon Josefsson  <jas@extundo.com>
46398
46399         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
46400         #include's.
46401
46402 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
46403
46404         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
46405         setgid on directories only if they set these bits.
46406         * lib/modechange.h: Remove obsolete comment about masks.
46407
46408 2006-07-28  Eric Blake  <ebb9@byu.net>
46409
46410         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
46411         macro expansion.
46412
46413 2006-07-28  Bruno Haible  <bruno@clisp.org>
46414
46415         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
46416
46417 2006-07-28  Bruno Haible  <bruno@clisp.org>
46418
46419         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
46420
46421 2006-07-28  Bruno Haible  <bruno@clisp.org>
46422
46423         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
46424         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
46425         Define fallbacks.
46426         Avoids link error on FreeBSD 4.x.
46427         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
46428
46429         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
46430         encoding.
46431         * lib/mbswidth.c (iswcntrl): Likewise.
46432
46433 2006-07-27  Bruno Haible  <bruno@clisp.org>
46434
46435         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
46436         test.
46437
46438 2006-07-27  Bruno Haible  <bruno@clisp.org>
46439
46440         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
46441         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
46442         defined.
46443
46444 2006-07-26  Eric Blake  <ebb9@byu.net>
46445
46446         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
46447
46448 2006-07-26  Eric Blake  <ebb9@byu.net>
46449
46450         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
46451         like mingw that lack mkstemp.
46452         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
46453         avoid compilation warning on mingw.
46454
46455 2006-07-26  Bruno Haible  <bruno@clisp.org>
46456
46457         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
46458         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
46459         INT_FAST*_MIN, INTPTR_MIN.
46460
46461 2006-07-25  Bruno Haible  <bruno@clisp.org>
46462
46463         * modules/version-etc (Depends-on): Add stdarg.
46464
46465 2006-07-25  Bruno Haible  <bruno@clisp.org>
46466
46467         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
46468         complex commands.
46469
46470 2006-07-25  Bruno Haible  <bruno@clisp.org>
46471
46472         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
46473         defined in <stdarg.h> or config.h.
46474
46475 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
46476
46477         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
46478         (gl_STDIO_SAFER): Remove.
46479
46480 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
46481
46482         * MODULES.html.sh (File stream based Input/Output):
46483         Add fopen-safer, tmpfile-safer; remove stdio-safer.
46484         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
46485         * modules/fopen-safer, modules/tmpfile-safer: New files.
46486         * modules/stdio-safer: Remove.
46487
46488 2006-07-24  Bruno Haible  <bruno@clisp.org>
46489
46490         * modules/tmpdir: New file.
46491         * MODULES.html.sh (File system functions): Add it.
46492
46493 2006-07-24  Bruno Haible  <bruno@clisp.org>
46494
46495         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
46496         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
46497
46498 2006-07-24  Bruno Haible  <bruno@clisp.org>
46499
46500         * modules/clean-temp: New file.
46501
46502 2006-07-24  Bruno Haible  <bruno@clisp.org>
46503
46504         * m4/tmpdir.m4: New file, from GNU gettext.
46505
46506 2006-07-24  Bruno Haible  <bruno@clisp.org>
46507
46508         * lib/tmpdir.h: New file, from GNU gettext.
46509         * lib/tmpdir.c: New file, from GNU gettext.
46510
46511 2006-07-24  Bruno Haible  <bruno@clisp.org>
46512
46513         * lib/clean-temp.h: New file, from GNU gettext.
46514         * lib/clean-temp.c: New file, from GNU gettext.
46515
46516 2006-07-23  Eric Blake  <ebb9@byu.net>
46517
46518         * modules/stdio-safer (Files): Add tmpfile-safer.c.
46519         (Depends-on): Add binary-io.
46520
46521 2006-07-23  Eric Blake  <ebb9@byu.net>
46522
46523         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
46524
46525 2006-07-23  Eric Blake  <ebb9@byu.net>
46526
46527         * lib/tmpfile-safer.c: New file.
46528         * lib/stdio-safer.h (fopen_safer): Add prototype.
46529         * lib/stdio--.h (tmpfile): Make safer.
46530
46531 2006-07-23  Bruno Haible  <bruno@clisp.org>
46532
46533         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
46534         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
46535         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
46536         gl_linked_remove_at): Use it.
46537
46538 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
46539         and Simon Josefsson <jas@extundo.com>
46540
46541         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
46542
46543         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
46544
46545 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
46546
46547         * modules/close-stream: New file.
46548         * modules/closeout (Description): Make it clear that it exits
46549         with a diagnostic on error.
46550         (Depends-on): Add close-stream.  Remove fpending, stdbool.
46551         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
46552
46553 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
46554
46555         * m4/close-stream.m4: New file.
46556
46557 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
46558
46559         * lib/close-stream.c, lib/close-stream.h: New files.
46560
46561 2006-07-22  Bruno Haible  <bruno@clisp.org>
46562
46563         Merge from GNU gettext 0.15.
46564
46565         2006-05-01  Bruno Haible  <bruno@clisp.org>
46566
46567                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
46568
46569         2006-07-22  Bruno Haible  <bruno@clisp.org>
46570
46571                 * modules/javaversion: New file.
46572                 * MODULES.html.sh (Java): Add javaversion.
46573
46574         2006-03-12  Bruno Haible  <bruno@clisp.org>
46575
46576                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
46577
46578         2005-12-04  Bruno Haible  <bruno@clisp.org>
46579
46580                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
46581                 (untested).
46582
46583         2006-06-21  Bruno Haible  <bruno@clisp.org>
46584
46585                 Avoid warnings from recent versions of mcs.
46586                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
46587                 -o, -L, -r any more. Use options documented since mcs-1.0
46588                 instead. Similarly for -g.
46589
46590         2005-12-04  Bruno Haible  <bruno@clisp.org>
46591
46592                 * build-aux/csharpcomp.sh.in: Suffix for resources is
46593                 .resources, not .resource.
46594
46595         2005-07-09  Bruno Haible  <bruno@clisp.org>
46596
46597                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
46598                 add a .dll suffix.
46599                 Reported by Mark Junker <mjscod@gmx.de>.
46600
46601         2006-07-22  Bruno Haible  <bruno@clisp.org>
46602
46603                 * modules/gettext: Upgrade to gettext-0.15.
46604                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
46605                 m4/visibility.m4.
46606                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
46607
46608 2006-07-22  Bruno Haible  <bruno@clisp.org>
46609
46610         Merge from GNU gettext 0.15.
46611
46612         2006-03-25  Bruno Haible  <bruno@clisp.org>
46613
46614                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
46615
46616         2006-07-21  Bruno Haible  <bruno@clisp.org>
46617
46618                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
46619                 "1.1".
46620
46621         2006-05-09  Bruno Haible  <bruno@clisp.org>
46622
46623                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
46624                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
46625                 for the conftestver execution.
46626
46627         2006-05-01  Bruno Haible  <bruno@clisp.org>
46628
46629                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
46630                 optional target-version argument. Verify that the compiler
46631                 groks source of the specified source-version, or add -source
46632                 option as necessary. Verify that the compiler produces
46633                 bytecode in the specified target-version, or add -target and
46634                 -source options as necessary. Make the result of the test
46635                 available as variable CONF_JAVAC. Also log error output in
46636                 config.log.
46637
46638         2006-03-11  Bruno Haible  <bruno@clisp.org>
46639
46640                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
46641
46642         2006-05-09  Bruno Haible  <bruno@clisp.org>
46643
46644                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
46645                 CLASSPATH_SEPARATOR to a semicolon.
46646
46647         2006-03-12  Bruno Haible  <bruno@clisp.org>
46648
46649                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
46650                 available as variable CONF_JAVA, for subsequent autoconf
46651                 tests. Also log error output in config.log.
46652
46653         2006-07-19  Bruno Haible  <bruno@clisp.org>
46654
46655                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
46656                 that getline works on glibc2 systems. Needed to avoid trouble
46657                 in relocatable.c.
46658                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
46659
46660         2005-12-04  Bruno Haible  <bruno@clisp.org>
46661
46662                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
46663                 launcher (untested).
46664
46665         2005-12-04  Bruno Haible  <bruno@clisp.org>
46666
46667                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
46668
46669         2006-07-22  Bruno Haible  <bruno@clisp.org>
46670
46671                 * gettext.m4: Update from GNU gettext-0.15.
46672                 * nls.m4: Likewise.
46673                 * po.m4: Likewise.
46674                 * inttypes-pri.m4: Likewise.
46675                 * inttypes-h.m4: Renamed from inttypes.m4.
46676                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
46677
46678 2006-07-22  Bruno Haible  <bruno@clisp.org>
46679
46680         Merge from GNU gettext 0.15.
46681
46682         2005-07-05  Bruno Haible  <bruno@clisp.org>
46683
46684                 * printf-args.c (printf_fetchargs): Work around broken
46685                 definition of wint_t on mingw.
46686
46687         2005-02-12  Bruno Haible  <bruno@clisp.org>
46688
46689                 * xallocsa.h: Add extern "C" for C++.
46690
46691         2006-05-17  Bruno Haible  <bruno@clisp.org>
46692
46693                 Cygwin portability.
46694                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
46695
46696         2006-04-30  Bruno Haible  <bruno@clisp.org>
46697
46698                 * progreloc.c: Include <mach-o/dyld.h> if available.
46699                 (find_executable): Use _NSGetExecutablePath when possible.
46700
46701         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
46702
46703                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
46704                 function.
46705
46706         2005-12-29  Bruno Haible  <bruno@clisp.org>
46707
46708                 * progreloc.c (set_program_name_and_installdir): Fix
46709                 compilation error.
46710
46711         2005-12-04  Bruno Haible  <bruno@clisp.org>
46712
46713                 Cygwin portability.
46714                 * progreloc.c: Include <windows.h> also on Cygwin.
46715                 (find_executable): Add support for Cygwin.
46716                 (set_program_name_and_installdir): Handle also platforms with
46717                 nonempty EXEEXT.
46718
46719         2006-07-11  Bruno Haible  <bruno@clisp.org>
46720
46721                 * javacomp.c: Fix a comment.
46722                 Reported by Jim Meyering.
46723
46724         2006-04-30  Bruno Haible  <bruno@clisp.org>
46725
46726                 * javacomp.h (compile_java_class): Add source_version,
46727                 target_version arguments.
46728                 * javacomp.c: Rewritten to choose only a compiler that
46729                 respects the specified source_version and target_version.
46730
46731         2006-06-27  Bruno Haible  <bruno@clisp.org>
46732
46733                 Assume correct S_ISDIR macro.
46734                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
46735
46736         2006-07-22  Bruno Haible  <bruno@clisp.org>
46737
46738                 * javaversion.h: New file, from GNU gettext.
46739                 * javaversion.c: New file, from GNU gettext.
46740                 * javaversion.java: New file, from GNU gettext.
46741                 * javaversion.class: New file, from GNU gettext.
46742
46743         2006-05-17  Bruno Haible  <bruno@clisp.org>
46744
46745                 Cygwin portability.
46746                 * javaexec.c (execute_java_class): Test for jview program
46747                 also on Cygwin.
46748
46749         2006-04-09  Bruno Haible  <bruno@clisp.org>
46750
46751                 * fatal-signal.c: Don't include string.h.
46752                 (at_fatal_signal): Use a copying loop instead of memcpy.
46753
46754         2005-12-04  Bruno Haible  <bruno@clisp.org>
46755
46756                 * csharpexec.c: Add support for 'clix' launcher (untested).
46757                 (execute_csharp_using_sscli): New function.
46758                 (execute_csharp_program): Call it.
46759
46760         2006-06-21  Bruno Haible  <bruno@clisp.org>
46761
46762                 Avoid warnings from recent versions of mcs.
46763                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
46764                 -o, -L, -r any more. Use options documented since mcs-1.0
46765                 instead. Similarly for -g.
46766
46767         2005-07-09  Bruno Haible  <bruno@clisp.org>
46768
46769                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
46770                 add a .dll suffix.
46771                 Reported by Mark Junker <mjscod@gmx.de>.
46772
46773         2006-06-17  Bruno Haible  <bruno@clisp.org>
46774
46775                 * config.charset: Update for NetBSD 3.0.
46776
46777         2006-05-17  Bruno Haible  <bruno@clisp.org>
46778
46779                 Cygwin portability.
46780                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
46781
46782         2006-05-16  Bruno Haible  <bruno@clisp.org>
46783
46784                 * localcharset.c [CYGWIN]: Include <windows.h>.
46785                 (get_charset_aliases): For Cygwin, return the same CPxxx
46786                 aliases list as under WIN32.
46787                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
46788                 the environment variables. Fall back to GetACP().
46789
46790         2006-04-05  Bruno Haible  <bruno@clisp.org>
46791
46792                 * config.charset: Update Juan Manuel Guerrero's address.
46793
46794         2005-02-12  Bruno Haible  <bruno@clisp.org>
46795
46796                 * allocsa.h: Add extern "C" for C++.
46797
46798         2005-02-10  Bruno Haible  <bruno@clisp.org>
46799
46800                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
46801                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
46802
46803         2006-07-22  Bruno Haible  <bruno@clisp.org>
46804
46805                 * gettext.h: Update to GNU gettext-0.15.
46806
46807 2006-07-22  Bruno Haible  <bruno@clisp.org>
46808
46809         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
46810         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
46811         lib-prefix.m4, longdouble.m4, ssize_t.m4.
46812
46813 2006-07-21  Eric Blake  <ebb9@byu.net>
46814
46815         * modules/stdlib-safer: New file.
46816         * MODULES.html.sh (File stream based Input/Output): Add
46817         stdlib-safer.
46818
46819 2006-07-21  Eric Blake  <ebb9@byu.net>
46820
46821         * lib/stdlib-safer.h: New file from coreutils, required by
46822         stdlib--.h.
46823
46824 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
46825
46826         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
46827
46828 2006-07-20  Bruno Haible  <bruno@clisp.org>
46829
46830         * gnulib-tool: Recognize new option --assume-autoconf.
46831         (autoconf_minversion): New variable.
46832         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
46833
46834 2006-07-20  Bruno Haible  <bruno@clisp.org>
46835
46836         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
46837
46838 2006-07-19  Derek R. Price  <derek@ximbiot.com>
46839
46840         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
46841         Reindent and repaginate.
46842
46843 2006-07-19  Derek Price  <derek@ximbiot.com>
46844
46845         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
46846         Correct grammar.
46847
46848 2006-07-17  Bruno Haible  <bruno@clisp.org>
46849
46850         * modules/list: New file.
46851         * modules/array-list: New file.
46852         * modules/carray-list, modules/carray-list-tests: New files.
46853         * modules/linked-list, modules/linked-list-tests: New files.
46854         * modules/avltree-list, modules/avltree-list-tests: New files.
46855         * modules/rbtree-list, modules/rbtree-list-tests: New files.
46856         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
46857         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
46858         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
46859         * modules/oset: New file.
46860         * modules/array-oset: New file.
46861         * modules/avltree-oset, modules/avltree-oset-tests: New files.
46862         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
46863         * tests/test-carray_list.c: New file.
46864         * tests/test-linked_list.c: New file.
46865         * tests/test-avltree_list.c: New file.
46866         * tests/test-rbtree_list.c: New file.
46867         * tests/test-linkedhash_list.c: New file.
46868         * tests/test-avltreehash_list.c: New file.
46869         * tests/test-rbtreehash_list.c: New file.
46870         * tests/test-avltree_oset.c: New file.
46871         * tests/test-rbtree_oset.c: New file.
46872         * MODULES.html.sh (Container data structures): New section.
46873
46874 2006-07-17  Bruno Haible  <bruno@clisp.org>
46875
46876         * m4/gl_list.m4: New file.
46877
46878 2006-07-17  Bruno Haible  <bruno@clisp.org>
46879
46880         * lib/gl_list.h: New file.
46881         * lib/gl_list.c: New file.
46882         * lib/gl_array_list.h: New file.
46883         * lib/gl_array_list.c: New file.
46884         * lib/gl_carray_list.h: New file.
46885         * lib/gl_carray_list.c: New file.
46886         * lib/gl_linked_list.h: New file.
46887         * lib/gl_linked_list.c: New file.
46888         * lib/gl_anylinked_list1.h: New file.
46889         * lib/gl_anylinked_list2.h: New file.
46890         * lib/gl_avltree_list.h: New file.
46891         * lib/gl_avltree_list.c: New file.
46892         * lib/gl_anyavltree_list1.h: New file.
46893         * lib/gl_anyavltree_list2.h: New file.
46894         * lib/gl_rbtree_list.h: New file.
46895         * lib/gl_rbtree_list.c: New file.
46896         * lib/gl_anyrbtree_list1.h: New file.
46897         * lib/gl_anyrbtree_list2.h: New file.
46898         * lib/gl_anytree_list1.h: New file.
46899         * lib/gl_anytree_list2.h: New file.
46900         * lib/gl_linkedhash_list.h: New file.
46901         * lib/gl_linkedhash_list.c: New file.
46902         * lib/gl_anyhash_list1.h: New file.
46903         * lib/gl_anyhash_list2.h: New file.
46904         * lib/gl_avltreehash_list.h: New file.
46905         * lib/gl_avltreehash_list.c: New file.
46906         * lib/gl_rbtreehash_list.h: New file.
46907         * lib/gl_rbtreehash_list.c: New file.
46908         * lib/gl_anytreehash_list1.h: New file.
46909         * lib/gl_anytreehash_list2.h: New file.
46910
46911         * lib/gl_oset.h: New file.
46912         * lib/gl_oset.c: New file.
46913         * lib/gl_array_oset.h: New file.
46914         * lib/gl_array_oset.c: New file.
46915         * lib/gl_avltree_oset.h: New file.
46916         * lib/gl_avltree_oset.c: New file.
46917         * lib/gl_rbtree_oset.h: New file.
46918         * lib/gl_rbtree_oset.c: New file.
46919         * lib/gl_anytree_oset.h: New file.
46920
46921 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
46922
46923         * m4/mkancesdirs.m4: New file.
46924         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
46925         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
46926         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
46927         it.
46928
46929 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
46930
46931         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
46932         * lib/mkancesdirs.h: New files.
46933         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
46934         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
46935         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
46936         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
46937         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
46938         callers changed.  Revamp internals significantly, by not
46939         attempting to create directories that are temporarily more
46940         permissive than the final results.  Do not attempt to use
46941         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
46942         This removes some race conditions, fixes some bugs, and simplifies
46943         things.  Use new dirchownmod function to do owner and mode changes.
46944         * lib/mkdir-p.h: Likewise.
46945         * lib/modechange.c (octal_to_mode): New function.
46946         (struct mode_change): New member mentioned.
46947         (make_node_op_equals): New arg mentioned.  All callers changed.
46948         (mode_compile): Keep track of which mode bits the user has explicitly
46949         mentioned.
46950         (mode_adjust): New arg DIR, so that we implement the X op correctly.
46951         New arg PMODE_BITS, to keep track of which mode bits the user
46952         mentioned; it treats S_ISUID and S_ISGID speciall.
46953         All callers changed.
46954         * lib/modechange.h: Likewise.
46955
46956 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
46957
46958         * MODULES.html.sh: Add mkancestors.
46959         * modules/mkancesdirs: New module.
46960         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
46961         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
46962         The chdir-safer and afs files are now orphans; I'll remove them
46963         unless someone speaks up.
46964         Add lib/dirchownmod.c, lib/dirchownmod.h.
46965         (Depends-on): Remove alloca, chown, save-cwd, dirname.
46966         Add lchown, mkancesdirs.
46967         (Maintainer): Add self.
46968
46969 2006-07-15  Karl Berry  <karl@gnu.org>
46970
46971         * gnulib-tool: help message wording/arrangement.
46972
46973 2006-07-14  Simon Josefsson  <jas@extundo.com>
46974
46975         * doc/gnulib.texi (Libtool and Windows): New section.
46976
46977 2006-07-12  Simon Josefsson  <jas@extundo.com>
46978
46979         * modules/gendocs (License): Fix license, approved by Karl.
46980
46981 2006-07-12  Eric Blake  <ebb9@byu.net>
46982
46983         * MODULES.html.sh: Add gendocs.
46984
46985 2006-07-11  Eric Blake  <ebb9@byu.net>
46986
46987         * modules/fdl: New module, to install doc/fdl.texi.
46988         * MODULES.html.sh: Add new section for documentation modules.
46989         * gnulib-tool: Avoid space-tab.
46990         (--doc-base): New option, to manage files from doc.
46991
46992 2006-07-11  Eric Blake  <ebb9@byu.net>
46993
46994         * m4/absolute-header.m4: Fix comments to match recent change.
46995
46996 2006-07-11  Eric Blake  <ebb9@byu.net>
46997
46998         * gnulib-tool: List --doc-base before --tests-base.
46999
47000 2006-07-11  Derek R. Price  <derek@ximbiot.com>
47001
47002         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
47003
47004 2006-07-11  Bruno Haible  <bruno@clisp.org>
47005
47006         * README: Mention where to put documentation.
47007
47008 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47009
47010         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
47011
47012 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
47013
47014         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
47015         to stdint.m4.
47016
47017 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
47018
47019         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
47020         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
47021         "no/such/file/stdint.h" when there is no such file, so that
47022         the resulting C code can be parsed by dodgy compilers.
47023         Problems reported by Bob Proulx.
47024
47025 2006-07-10  Derek R. Price  <derek@ximbiot.com>
47026
47027         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
47028         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
47029         macros into the GNU _D_EXACT_NAMLEN.
47030         * lib/savedir.c:  Likewise.
47031         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
47032
47033 2006-07-10  Derek R. Price  <derek@ximbiot.com>
47034         and Paul Eggert  <eggert@cs.ucla.edu>
47035
47036         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
47037         * m4/savedir.m4:
47038         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
47039         macros into the GNU _D_EXACT_NAMLEN.
47040
47041 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
47042
47043         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
47044         around the absolute name, to work around a problem with the HP-UX
47045         11.23 native C compiler, reported by Bob Proulx.
47046
47047 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
47048
47049         * doc/maintain.texi, make-stds.texi: Sync from
47050         <http://savannah.gnu.org/projects/gnustandards>.
47051
47052 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
47053
47054         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
47055
47056 2006-07-09  Jim Meyering  <jim@meyering.net>
47057
47058         * m4/glob.m4: Remove a doubled word in a comment.
47059
47060 2006-07-09  Jim Meyering  <jim@meyering.net>
47061
47062         * lib/argp-pv.c: Remove a doubled word in a comment.
47063         * lib/check-version.c (check_version): Likewise.
47064         * lib/javacomp.c (compile_java_class): Likewise.
47065
47066 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
47067
47068         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
47069         for the benefit of people using Autoconf 2.60.  If you want to
47070         support older Autoconf versions you can copy m4/onceonly_2_57.m4
47071         (or m4/onceonly.m4, if pre-2.57) manually.
47072
47073 2006-07-08  Jim Meyering  <jim@meyering.net>
47074
47075         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
47076         comment.
47077         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
47078         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
47079         comment.
47080
47081 2006-07-08  Jim Meyering  <jim@meyering.net>
47082
47083         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
47084
47085 2006-07-07  Simon Josefsson  <jas@extundo.com>
47086
47087         * tests/test-crc.c: Change expected crc value, the test vector
47088         were probably computed using the old broken crc.c?
47089
47090 2006-07-06  Simon Josefsson  <jas@extundo.com>
47091
47092         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
47093         now the canonical place for the M4 file).
47094
47095         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
47096         from the sys_socket dependency now.
47097
47098         * modules/inet_pton (Files): Ditto.
47099
47100         * modules/inet_ntop (Files): Ditto.
47101
47102 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
47103
47104         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
47105         not gl_PREREQ_GETUSERSHELL.
47106
47107 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47108
47109         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
47110         with only one argument, for Autoconf 2.60.
47111         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
47112         expand to nothing, so add a shell command to avoid syntax error.
47113         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
47114
47115 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47116
47117         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
47118
47119 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
47120
47121         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
47122         no longer needed.  Check for isblank decl.
47123         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
47124         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
47125         of existence.
47126
47127 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
47128
47129         * lib/getloadavg.c: Use __VMS, not VMS.
47130         * lib/getopt.c: Likewise.
47131         * lib/getpagesize.h: Likewise.
47132         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
47133         and probably does not work.
47134
47135 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
47136
47137         * lib/.cppi-disable: Add wcwidth.
47138         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
47139         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
47140         (ISGRAPH): Remove.  All uses changed to isgraph.
47141         (FOLD) [!defined _LIBC]: Remove special case.
47142         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
47143         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
47144         HAVE_ISBLANK.
47145         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
47146         case.
47147
47148 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
47149
47150         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
47151         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
47152         brackets.  Other minor changes to suppress some compiler
47153         warnings.
47154
47155 2006-07-06  Derek R. Price  <derek@ximbiot.com>
47156         and Paul Eggert  <eggert@cs.ucla.edu>
47157
47158         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
47159         of invoking obsolescent AC_HEADER_DIRENT macro.
47160         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
47161         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
47162         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
47163         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
47164         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
47165         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
47166         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
47167         * m4/readdir.m4: Remove; no longer needed.
47168
47169 2006-07-06  Derek R. Price  <derek@ximbiot.com>
47170         and Paul Eggert  <eggert@cs.ucla.edu>
47171
47172         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
47173         Don't worry about this obsolete case any more.
47174         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
47175         directories.
47176         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
47177         worry about this obsolete case any more.
47178         * lib/fts.c: Likewise.
47179         * lib/getcwd.c: Likewise.
47180         * lib/glob.h: Likewise.
47181         * lib/savedir.c: Likewise.
47182
47183 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
47184
47185         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
47186         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
47187         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
47188         needed.
47189         All uses removed.
47190         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
47191         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
47192         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
47193         needed.
47194         * m4/getdate.m4 (gl_GETDATE): Likewise.
47195         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
47196         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
47197         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
47198         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
47199         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
47200         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
47201         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
47202         needed.
47203
47204 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
47205
47206         * lib/memcasecmp.c: Include <limits.h>.
47207         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
47208         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
47209         Don't assume isdigit succeeds only on '0' through '9'.
47210
47211 2006-07-05  Eric Blake  <ebb9@byu.net>
47212
47213         * modules/getaddrinfo (Depends-on): Add snprintf.
47214
47215 2006-07-05  Eric Blake  <ebb9@byu.net>
47216
47217         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
47218         to avoid 'header present but could not be compiled' on cygwin.
47219
47220 2006-07-05  Eric Blake  <ebb9@byu.net>
47221
47222         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
47223         missing from netdb.h.
47224         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
47225
47226 2006-07-05  Derek R. Price  <derek@ximbiot.com>
47227
47228         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
47229         no longer needed.
47230         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
47231         * m4/getdate.m4 (gl_GETDATE): Likewise.
47232         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
47233         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
47234         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
47235         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
47236         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
47237
47238 2006-07-05  Derek R. Price  <derek@ximbiot.com>
47239
47240         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
47241         All uses of is_space replaced by isspace.
47242         * lib/exit.h: Don't talk about STDC_HEADERS.
47243         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
47244         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
47245         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
47246         replaced by isprint etc.
47247         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
47248         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
47249         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
47250         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
47251         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
47252         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
47253
47254 2006-07-05  Bruno Haible  <bruno@clisp.org>
47255
47256         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
47257         the function exists, before testing against AIX.
47258         Reported by Martin Lambers <marlam@marlam.de>.
47259
47260 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
47261
47262         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
47263         From Mark D. Baushke.
47264
47265 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
47266
47267         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
47268         to the absolute name, not just one, to bypass Sun C 5.8's
47269         "warning: #include of /usr/include/... may be non-portable".
47270
47271 2006-07-04  Eric Blake  <ebb9@byu.net>
47272
47273         * modules/dirname-tests: New test module.
47274         * tests/test-dirname.c: New file, replacing dirname.c
47275         TEST_DIRNAME section that was recently deleted.
47276
47277 2006-07-04  Bruno Haible  <bruno@clisp.org>
47278
47279         Assume ANSI C header files and <ctype.h> functions.
47280         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
47281         (mbsnwidth): Use isprint, iscntrl instead.
47282
47283 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
47284
47285         Merge from coreutils.
47286         * MODULES.html.sh: Add xstrtold.
47287         * modules/xstrtold: New file.
47288         * modules/cycle-check (Files): Add lib/same-inode.h.
47289         * modules/dirname (Files): Add m4/double-slash-root.m4.
47290         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
47291         * modules/mkdir-p (Files): Add lib/same-inode.h.
47292         * modules/same (Files): Add lib/same-inode.h.
47293
47294 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
47295
47296         * m4/absolute-header.m4: Renamed from full-header-path.m4.
47297         This is to keep the terminology clean; POSIX talks about
47298         "absolute pathnames", not "full pathnames", but the GNU
47299         Coding Standards say to use "path" for something else;
47300         so use "absolute" to keep both sides happy.
47301         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
47302         Set gl_absolute_header, not gl_full_header_path.
47303         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
47304         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
47305         All uses changed.
47306
47307         Merge from coreutils.
47308
47309         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
47310
47311         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
47312         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
47313         want to require the building of c-strtod.o.
47314         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
47315         needs -lm directly.
47316         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
47317
47318         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
47319
47320         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
47321         --as-needed option if available.  Problem reported by Albert Chin in
47322         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
47323         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
47324         cc merely issues a bunch of annoying warnings for --as-needed
47325         (this problem was reported by Bob Proulx).  Also, try linking with
47326         -lm to detect a bug in binutils 2.16 (this problem was reported
47327         by Ralf Wildenhues).
47328
47329         2006-06-18  Jim Meyering  <jim@meyering.net>
47330
47331         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
47332         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
47333         macro.
47334         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
47335         also check for glibc-2.4's abort-inducing bug.
47336
47337         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
47338         Low-probability clean-up should be to use rmdir to get rid of
47339         the just-created directory, not unlink.
47340
47341         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
47342         configure fail, and request a bug report to inform us about it.
47343         Add a comment that, barring reports to the contrary, in 2007 we'll
47344         assume ftruncate is universally available.
47345
47346         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
47347
47348         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
47349
47350         2006-03-12  Jim Meyering  <jim@meyering.net>
47351
47352         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
47353         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
47354         * m4/same.m4 (gl_SAME): Likewise.
47355         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
47356
47357         2006-03-11  Eric Blake  <ebb9@byu.net>
47358
47359         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
47360         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
47361         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
47362         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
47363
47364 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
47365
47366         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
47367         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
47368         reported by Mark D. Baushke, one in
47369         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
47370
47371         Merge from coreutils.
47372
47373         * lib/.cppi-disable: Add stdint_.h.
47374         * lib/.cvsignore: Add stdint.h.
47375
47376         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
47377
47378         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
47379         both double and long double versions.
47380         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
47381         * lib/xstrtold.c: New file.
47382         * lib/xstrtod.h (xstrtold): New decl.
47383
47384         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
47385
47386         * lib/filemode.c (setst): Remove.
47387         (strmode): Rewrite to avoid setst.  This makes the code shorter,
47388         (arguably) clearer, and the generated code is a bit smaller on my
47389         Debian GNU/Linux stable x86 host.
47390
47391         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
47392
47393         * lib/filemode.c: Include "filemode.h" first, to test the interface.
47394         Assume that filemode.h includes sys/types.h and sys/stat.h.
47395         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
47396         (ftypelet): Reorder to put common cases first, for efficiency.
47397         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
47398         to do 'M'.
47399         (strmode): Renamed from mode_string, and now stores 12 bytes instead
47400         of 10, for compatibility with FreeBSD.  All callers changed.
47401         (filemodestring): Now stores 12 bytes instead of 10, and sets file
47402         types that can't be deduced solely from st_mode.  First arg is now a
47403         const pointer.
47404         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
47405         (strmode): Renamed from mode_string.
47406         (filemodestring): New decl.
47407         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
47408         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
47409         needed.
47410         (S_ISPORT, S_ISWHT): New macros, if not already defined.
47411
47412         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
47413
47414         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
47415         fsusage.h now does that.  Include fsusage.h first, to test interface.
47416         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
47417         at most one method (the old code could have generated decls that
47418         didn't conform to C89, not that this was ever exercised).
47419         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
47420
47421         2006-03-19  Jim Meyering  <jim@meyering.net>
47422
47423         Work even in a chroot where d_ino values for entries in "/"
47424         don't match the stat.st_ino values for the same names.
47425         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
47426         number, iterate through all entries again, using lstat instead.
47427         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
47428         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
47429
47430         * lib/getcwd.c (__getcwd): Clarify a comment.
47431         Use memcpy in place of a call to strcpy.
47432
47433         2006-03-12  Jim Meyering  <jim@meyering.net>
47434
47435         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
47436         matches that of the current directory (which we're about to chdir ".."
47437         out of), then save the dev-ino of the parent, instead.
47438
47439         * lib/same-inode.h (SAME_INODE): New file/macro.
47440         * lib/chdir-safer.c (SAME_INODE): Remove definition.
47441         Include "same-inode.h", instead.
47442         * lib/same.c: Likewise.
47443         * lib/cycle-check.h: Include "same-inode.h".
47444         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
47445         * lib/cycle-check.c (SAME_INODE): Remove definition.
47446         * lib/root-dev-ino.h: Include "same-inode.h".
47447
47448         2006-03-11  Eric Blake  <ebb9@byu.net>
47449
47450         * lib/same.c (same_name): s/base_name/last_component/
47451         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
47452         * lib/filenamecat.c (file_name_concat): Likewise.
47453
47454         2006-03-11  Eric Blake  <ebb9@byu.net>,
47455                     Paul Eggert  <eggert@cs.ucla.edu>
47456
47457         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
47458         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
47459         drive prefix.
47460         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
47461         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
47462         (last_component): New method.
47463         * lib/dirname.c (dir_len): Determine when drive letters need a
47464         subsequent slash.  Preserve // when it is special.
47465         (dir_name): Don't append dot when drive letter is absolute.
47466         [TEST_DIRNAME]: Move into a full-blown gnulib test.
47467         * lib/basename.c (base_name): New semantics - malloc the result.
47468         Preserve // when it is special.  Preserve relative files that look
47469         like drive letters.
47470         (base_len): Preserve // when it is special.
47471         (last_component): New method, similar to old base_name semantics.
47472         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
47473         base_name.  Strip redundant slashes from ///.
47474
47475 2006-07-03  Jim Meyering  <jim@meyering.net>
47476
47477         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
47478         macro is used before the first cycle_check call.
47479
47480 2006-07-03  Eric Blake  <ebb9@byu.net>
47481
47482         * modules/dirname (Depends-on): Add xstrndup.
47483
47484 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
47485
47486         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
47487         test cases, so that config.log is a bit easier to follow.
47488
47489 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
47490
47491         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
47492         both are 64 bits, since this seems to be the tradition, and this
47493         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
47494         we ever run into a host that prefers long long to long in this
47495         case, we'll need another configure-time test.  Problem reported by
47496         Jim Meyering.
47497
47498 2006-07-02  Eric Blake  <ebb9@byu.net>
47499
47500         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
47501
47502 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
47503
47504         * modules/inttypes (Depends-on): No longer depends on stdint.
47505         * modules/stdint (Description): Say more about assumptions.
47506         Say that the fast types might differ.  Say macros are used.
47507         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
47508         (Makefile.am): Revise list of substituted symbols to match
47509         new stdint.m4.
47510         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
47511         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
47512         * tests/test-stdint.c (verify_same_types)
47513         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
47514         the code conforms to C99/C89.
47515         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
47516         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
47517
47518 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
47519
47520         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
47521         but fix a bug, by requiring at least 64 bits.
47522         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
47523         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
47524         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
47525         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
47526
47527         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
47528         changes.  Make 2.59 a prerequisite.  Check and substitute for
47529         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
47530         inttypes.h.  Do not use special include files; just use the
47531         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
47532         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
47533         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
47534         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
47535         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
47536         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
47537         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
47538         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
47539         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
47540         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
47541         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
47542         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
47543         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
47544         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
47545         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
47546         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
47547         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
47548         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
47549         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
47550         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
47551         WINT_MAX.  Check for C99 conformance more strictly, by detecting
47552         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
47553         not check for things that C99 does not require, e.g., int8_t.  If
47554         a test isn't needed unless <stdint.h> isn't working, and is
47555         unlikely to be needed for any other reason, then don't do it
47556         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
47557         size_t, since we assume C89 freestanding at least.  Do not check
47558         for sig_atomic_t, wchar_t, or wint_t, since the code now does
47559         the right thing even if the types are not defined.  Instead use:
47560         (gl_STDINT_TYPE_PROPERTIES): New macro.
47561         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
47562         testing whether <sys/types.h> clashes, as Autoconf does this for
47563         us now.  All uses removed.
47564         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
47565         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
47566         (gl_CHECK_TYPE_SAME):
47567         Remove; no longer needed.
47568         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
47569         exists, since we'll return 0 anyway in that case.
47570         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
47571
47572 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
47573
47574         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
47575         possible collision with system files.
47576         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
47577         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
47578         WCHAR_MIN and WCHAR_MAX in this case.
47579         (<stddef.h>): Do not include; no longer needed.
47580         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
47581         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
47582         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
47583         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
47584         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
47585         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
47586         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
47587         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
47588         !defined(__c99))]: Include in this case too, since it's harmless
47589         now.
47590         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
47591         dangerous to do so.
47592         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
47593         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
47594         (_STDINT_MIN, _STDINT_MAX): New macros.
47595         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
47596         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
47597         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
47598         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
47599         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
47600         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
47601         macros, not typedefs; this simplifies things quite a bit.
47602         Use long int for all types narrower than int64_t.
47603         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
47604         Define in terms of long long int or int64_t or long int,
47605         not int64_t or int32_t.  This saves some compile-time testing.
47606         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
47607         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
47608         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
47609         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
47610         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
47611         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
47612         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
47613         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
47614         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
47615         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
47616         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
47617         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
47618         undef any previous version and define our own version, for
47619         simplicity and consistency with the new macros for types.
47620         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
47621         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
47622         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
47623         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
47624         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
47625         @WINT_T_SUFFIX@ to keep things simple here.
47626         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
47627         Simplify by assuming typical 8/16/32/64 host, since we're
47628         already doing that elsewhere anyway.
47629         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
47630         and assume long long int is 64 bits if available.  This
47631         speeds up 'configure'.
47632
47633 2006-07-01  Eric Blake  <ebb9@byu.net>
47634
47635         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
47636         Reported by Andreas Buening.
47637
47638 2006-07-01  Eric Blake  <ebb9@byu.net>
47639
47640         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
47641
47642 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
47643
47644         * lib/getaddrinfo.c: fixed typo
47645
47646 2006-06-29  Jim Meyering  <jim@meyering.net>
47647
47648         * modules/strftime (Maintainer): Add my name, since with the
47649         FPRINTFTIME changes strftime.c has forked from glibc.
47650
47651 2006-06-29  Eric Blake  <ebb9@byu.net>
47652
47653         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
47654
47655 2006-06-29  Eric Blake  <ebb9@byu.net>
47656
47657         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
47658
47659 2006-06-29  Eric Blake  <ebb9@byu.net>
47660
47661         * lib/stat_.h: New file.
47662
47663 2006-06-29  Eric Blake  <ebb9@byu.net>
47664
47665         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
47666         unused static function.
47667
47668 2006-06-29  Eric Blake  <ebb9@byu.net>
47669
47670         * doc/functions.texi (Function Portability): Document missing lstat
47671         on mingw.
47672
47673 2006-06-29  Eric Blake  <ebb9@byu.net>
47674
47675         * MODULES.html.sh: Add sys_stat.
47676         * modules/sys_stat: New module.
47677         * modules/mkstemp (Depends-on): Add sys_stat.
47678
47679 2006-06-29  Derek R. Price  <derek@ximbiot.com>
47680
47681         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
47682
47683 2006-06-29  Derek R. Price  <derek@ximbiot.com>
47684
47685         * m4/c-bs-a.m4: Removed.
47686
47687 2006-06-29  Derek R. Price  <derek@ximbiot.com>
47688
47689         * lib/strftime.c: Assume strftime() exists.
47690
47691 2006-06-29  Derek Price  <derek@ximbiot.com>
47692
47693         * modules/c-bs-a: Removed - \a is C89.
47694         * MODULES.html.sh: Remove c-bs-a.
47695
47696 2006-06-29  Bruno Haible  <bruno@clisp.org>
47697
47698         * modules/wcwidth (License): Change to LGPL.
47699
47700 2006-06-28  Simon Josefsson  <jas@extundo.com>
47701
47702         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
47703         on _WIN32.
47704
47705         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
47706         getnameinfo.
47707
47708 2006-06-28  Simon Josefsson  <jas@extundo.com>
47709
47710         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
47711
47712 2006-06-28  Simon Josefsson  <jas@extundo.com>
47713
47714         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
47715         functions there.  It will succeed on Windows XP, but on Windows
47716         2000 and (presumably) earlier, it will fail, and use the internal
47717         re-implementation.
47718         (use_win32_p): New function.
47719         (getaddrinfo): Use strtoul on servname, to support numeric ports.
47720         Support AI_NUMERICSERV to disable getservbyname.
47721         (getnameinfo): New function, only supports
47722         NI_NUMERICHOST|NI_NUMERICSERV for now.
47723
47724         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
47725         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
47726         getnameinfo.
47727
47728 2006-06-28  Eric Blake  <ebb9@byu.net>
47729
47730         * modules/wcwidth: New file.
47731         * modules/mbchar (Depends-on): Add wcwidth.
47732         * modules/mbswidth (Depends-on): Add wcwidth.
47733         * MODULES.html.sh: Add wcwidth.
47734
47735 2006-06-28  Eric Blake  <ebb9@byu.net>
47736
47737         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
47738         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
47739
47740 2006-06-28  Eric Blake  <ebb9@byu.net>
47741
47742         * lib/xvasprintf.h: Fix comments.
47743
47744 2006-06-28  Eric Blake  <ebb9@byu.net>
47745
47746         * lib/mbchar.h (wcwidth): Include wcwidth.h.
47747         * lib/mbswidth.c (wcwidth): Move from here...
47748         * lib/wcwidth.h: ...to this new file.
47749
47750 2006-06-28  Derek R. Price  <derek@ximbiot.com>
47751
47752         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
47753
47754         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
47755         it's obsolete.
47756         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
47757
47758 2006-06-28  Derek R. Price  <derek@ximbiot.com>
47759
47760         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
47761         Autoconf 2.60 says this stuff was obsolete.
47762
47763 2006-06-28  Bruno Haible  <bruno@clisp.org>
47764
47765         * modules/wcwidth (Files): Add m4/wchar_t.m4.
47766
47767 2006-06-28  Bruno Haible  <bruno@clisp.org>
47768
47769         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
47770         gt_TYPE_WCHAR_T.
47771
47772 2006-06-28  Bruno Haible  <bruno@clisp.org>
47773
47774         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
47775         declaration for wcwidth.
47776         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
47777
47778 2006-06-28  Bruno Haible  <bruno@clisp.org>
47779
47780         * lib/mkdtemp.c [MINGW]: Include <io.h>.
47781         (mkdir): Define using _mkdir.
47782
47783 2006-06-28  Bruno Haible  <bruno@clisp.org>
47784
47785         * lib/getaddrinfo.h: Fix POSIX URL.
47786         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
47787         _WIN32.
47788         (use_win32_p): Make static.
47789         (getaddrinfo): Reject service name if it is empty or does not consist
47790         solely of decimal digits, or if its value is > 65535.
47791         (getnameinfo): Remove useless casts.
47792
47793 2006-06-27  Simon Josefsson  <jas@extundo.com>
47794
47795         * modules/sys_select: New file, suggested by Bruno Haible, Paul
47796         Eggert and Martin Lambers.
47797
47798 2006-06-27  Simon Josefsson  <jas@extundo.com>
47799
47800         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
47801         Eggert and Martin Lambers.
47802
47803 2006-06-27  Bruno Haible  <bruno@clisp.org>
47804
47805         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
47806         result to 0, not to empty.
47807         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
47808
47809 2006-06-27  Bruno Haible  <bruno@clisp.org>
47810
47811         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
47812
47813 2006-06-26  Simon Josefsson  <jas@extundo.com>
47814
47815         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
47816         present.
47817
47818 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
47819
47820         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
47821         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
47822         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
47823
47824 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
47825
47826         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
47827
47828 2006-06-26  Bruno Haible  <bruno@clisp.org>
47829
47830         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
47831
47832 2006-06-26  Bruno Haible  <bruno@clisp.org>
47833
47834         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
47835
47836 2006-06-26  Bruno Haible  <bruno@clisp.org>
47837
47838         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
47839         SGI C compiler in pre-C99 mode.
47840         Suggested by Mark D. Baushke and Larry Jones.
47841
47842 2006-06-26  Bruno Haible  <bruno@clisp.org>
47843
47844         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
47845         WCHAR_MAX.
47846         Reported by Mark D. Baushke and Larry Jones.
47847
47848 2006-06-26  Bruno Haible  <bruno@clisp.org>
47849
47850         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
47851         in pre-C99 mode.
47852         Suggested by Mark D. Baushke and Larry Jones.
47853
47854 2006-06-23  Simon Josefsson  <jas@extundo.com>
47855             Bruno Haible  <bruno@clisp.org>
47856
47857         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
47858         Emit mostlyclean-local rule.
47859         (func_emit_tests_Makefile_am): Likewise.
47860         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
47861
47862 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
47863
47864         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
47865
47866 2006-06-23  Bruno Haible  <bruno@clisp.org>
47867
47868         * tests/test-stdint.c: Update to match ISO C 99 Technical
47869         Corrigendum 1.
47870
47871 2006-06-23  Bruno Haible  <bruno@clisp.org>
47872
47873         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
47874
47875 2006-06-23  Bruno Haible  <bruno@clisp.org>
47876
47877         * lib/stdint_.h: Treat IRIX like OpenBSD.
47878
47879 2006-06-23  Bruno Haible  <bruno@clisp.org>
47880
47881         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
47882         ISO C 99 Technical Corrigendum 1.
47883
47884 2006-06-22  Simon Josefsson  <jas@extundo.com>
47885
47886         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
47887         MinGW.
47888
47889 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
47890
47891         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
47892         needed.  Some compiler complained about some of them.  Problem reported
47893         by Larry Jones in
47894         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
47895
47896 2006-06-21  Simon Josefsson  <jas@extundo.com>
47897
47898         * tests/test-getaddrinfo.c: New file.
47899
47900         * modules/getaddrinfo-tests: New file.
47901
47902         * MODULES.html.sh: Add inet_pton.
47903
47904         * modules/inet_pton: New file.
47905
47906 2006-06-21  Simon Josefsson  <jas@extundo.com>
47907
47908         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
47909         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
47910         of using the (limited) gnulib implementation on Windows XP.
47911
47912         * m4/inet_pton.m4: New file.
47913
47914 2006-06-21  Simon Josefsson  <jas@extundo.com>
47915
47916         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
47917         variable.
47918
47919         * lib/socket_.h: Don't define WINVER.
47920
47921         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
47922         slightly modified to work in gnulib.
47923
47924 2006-06-21  Simon Josefsson  <jas@extundo.com>
47925
47926         * doc/gnulib.texi (Windows sockets): Add.
47927
47928 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
47929
47930         * lib/read-file.c (fread_file): Start with buffer allocation of
47931         0 bytes rather than 1 byte; this simplifies the code.
47932         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
47933         code to free buffer and save/restore errno.
47934         (internal_read_file): Remove unused local.
47935
47936 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
47937
47938         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
47939         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
47940         Problem reported by Denis Excoffier in
47941         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
47942
47943 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
47944
47945         * modules/sys_socket, modules/socklen: Include sys/types since
47946         FreeBSD 4.x's sys/socket.h needs it.
47947
47948 2006-06-19  Simon Josefsson  <jas@extundo.com>
47949
47950         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
47951
47952 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
47953
47954         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
47955
47956 2006-06-19  Bruno Haible  <bruno@clisp.org>
47957
47958         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
47959         and FULL_PATH_INTTYPES_H in angle brackets.
47960         Reported by Mark D. Baushke <mdb@gnu.org>.
47961
47962 2006-06-17  Eric Blake  <ebb9@byu.net>
47963
47964         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
47965         errno.
47966
47967 2006-06-17  Bruno Haible  <bruno@clisp.org>
47968
47969         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
47970         <sys/inttypes.h>.
47971
47972 2006-06-17  Bruno Haible  <bruno@clisp.org>
47973
47974         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
47975         whether errno is declared. Assume <errno.h> declares errno.
47976
47977 2006-06-17  Bruno Haible  <bruno@clisp.org>
47978
47979         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
47980
47981 2006-06-17  Bruno Haible  <bruno@clisp.org>
47982
47983         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
47984         problem on Solaris 2.5.1.
47985
47986 2006-06-16  Eric Blake  <ebb9@byu.net>
47987
47988         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
47989         * lib/unicodeio.c [!defined errno]: Likewise.
47990         * lib/strtol.c [!defined errno]: Likewise.
47991         * lib/strtod.c [!defined errno]: Likewise.
47992
47993 2006-06-15  Eric Blake  <ebb9@byu.net>
47994
47995         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
47996
47997 2006-06-15  Eric Blake  <ebb9@byu.net>
47998
47999         * config/srclist.txt (ssize_t.m4): Lose sync.
48000
48001 2006-06-15  Bruno Haible  <bruno@clisp.org>
48002
48003         * modules/stdint (Files): Include m4/full-header-path.m4,
48004         m4/size_max.m4, m4/wchar_t.m4.
48005         (Makefile.am): Many more substitutions.
48006         * modules/stdint-tests: New file.
48007         * tests/test-stdint.c: New file.
48008
48009 2006-06-15  Bruno Haible  <bruno@clisp.org>
48010
48011         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
48012         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
48013         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
48014         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
48015         gl_CHECK_TYPE_SAME): New macros.
48016
48017 2006-06-15  Bruno Haible  <bruno@clisp.org>
48018
48019         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
48020
48021 2006-06-15  Bruno Haible  <bruno@clisp.org>
48022
48023         * lib/stdint_.h: Rewritten to be fully auto-configured.
48024         Fixes bug on HP-UX/IA64.
48025
48026 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
48027
48028         * lib/getdate.y (__attribute__): Don't define if already defined.
48029         Problem reported by Larry Jones.
48030         * lib/utimens.c (__attribute__): Likewise.
48031
48032 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
48033
48034         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
48035         reported by Andreas Schwab.
48036
48037 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48038             Bruno Haible  <bruno@clisp.org>
48039
48040         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
48041         check for the declaration of strnlen and a run test that exposes the
48042         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
48043         rpl_strndup.
48044
48045 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48046             Bruno Haible  <bruno@clisp.org>
48047
48048         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
48049
48050 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48051
48052         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
48053         compile test, for Tru64 4.0D.
48054
48055 2006-05-28  Karl Berry  <karl@gnu.org>
48056
48057         * config/srclist.txt (printf-args.c): lose sync.
48058
48059 2006-05-26  Martin Lambers  <marlam@marlam.de>
48060
48061         * lib/getpass.c: Updates the test for the native W32 API, and adds
48062         missing includes, thus fixing compilation warnings.
48063
48064 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
48065
48066         * lib/exclude.c (exclude_fnmatch): New function.
48067         (excluded_file_name): Call exclude_fnmatch.
48068         * lib/exclude.h (excluded_file_name): New prototype
48069
48070 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
48071
48072         * lib/tempname.c (small_open, large_open): New macros.
48073         (__open, __open64) [!_LIBC]: Remove.
48074         (__gen_tempname): Use small_open and large_open instead of __open
48075         and __open64.  This fixes a portability bug on HP-UX 11.11i
48076         reported by Simon Wing-Tang in
48077         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
48078
48079 2006-05-24  Bruno Haible  <bruno@clisp.org>
48080
48081         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
48082         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
48083         Reported by Thorsten Maerz <torte@netztorte.de> via
48084         Aaron Stone <aaron@serendipity.cx>.
48085
48086 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
48087
48088         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
48089         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
48090         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
48091         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
48092         not really conditional on the cache.
48093         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
48094
48095 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
48096
48097         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
48098         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
48099         (my_usleep): Don't mishandle maximum value.
48100
48101 2006-05-19  Jim Meyering  <jim@meyering.net>
48102
48103         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
48104
48105 2006-05-17  Bruno Haible  <bruno@clisp.org>
48106
48107         Cygwin portability.
48108         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
48109
48110 2006-05-17  Bruno Haible  <bruno@clisp.org>
48111
48112         * lib/stdint_.h: Fix recognition of Cygwin.
48113
48114 2006-05-15  Bruno Haible  <bruno@clisp.org>
48115
48116         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
48117         on libtool patch by Ralf Wildenhues.
48118
48119 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
48120
48121         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
48122         test for C99 conformance; (bool) 0.5 is an integer constant
48123         expression, but (bool) -0.5 is not.  Problem reported by Fedor
48124         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
48125
48126 2006-05-11  Simon Josefsson  <jas@extundo.com>
48127
48128         * m4/xvasprintf.m4: Fix obvious typo.
48129
48130 2006-05-11  Jim Meyering  <jim@meyering.net>
48131
48132         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
48133         James Lemley.
48134
48135 2006-05-10  Simon Josefsson  <jas@extundo.com>
48136
48137         * lib/md4.c: Typo fix, update copyright years.
48138         (K1, K2): Don't use L because it turn computations into 64-bit on
48139         64-bit platforms.
48140
48141 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
48142
48143         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
48144         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
48145         unwanted sign propagation, e.g., on hosts with 64-bit int.
48146         There still are some problems with reeelly weird theoretical hosts
48147         (e.g., 33-bit int) but it's not worth worrying about now.
48148         * lib/sha1.c (rol): Likewise.
48149         (K1, K2, K3, K4): Remove unnecessary L suffix.
48150
48151 2006-05-10  Bruno Haible  <bruno@clisp.org>
48152
48153         * lib/des.c: Cast to avoid warnings.
48154
48155 2006-05-09  Bruno Haible  <bruno@clisp.org>
48156
48157         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
48158         (Depends-on): Depend also on xsize, stdarg.
48159         (configure.ac): Add gl_XVASPRINTF.
48160
48161 2006-05-09  Bruno Haible  <bruno@clisp.org>
48162
48163         * m4/xvasprintf.m4: New file.
48164
48165 2006-05-09  Bruno Haible  <bruno@clisp.org>
48166
48167         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
48168         (EOVERFLOW): Define fallback value.
48169         (xstrcat): New function.
48170         (xvasprintf): Recognize the special case of a string concatenation.
48171
48172 2006-05-08  Eric Blake  <ebb9@byu.net>
48173
48174         * gnulib-tool (func_version): Base copyright year on CVS date.
48175         (func_emit_copyright_notice): New function.
48176         (func_emit_lib_Makefile_am): Use it.
48177         (func_emit_tests_Makefile_am): Likewise.
48178         (func_import): Likewise.
48179
48180 2006-05-08  Bruno Haible  <bruno@clisp.org>
48181
48182         * modules/stdarg: New file.
48183         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
48184
48185 2006-05-08  Bruno Haible  <bruno@clisp.org>
48186
48187         * m4/stdarg.m4: New file, from GNU gettext.
48188
48189 2006-05-08  Bruno Haible  <bruno@clisp.org>
48190
48191         * config/srclist.txt (build-aux/config.rpath): different from latest
48192         release.
48193
48194 2006-05-08  Bruno Haible  <bruno@clisp.org>
48195
48196         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
48197
48198 2006-05-05  Jim Meyering  <jim@meyering.net>
48199
48200         * m4/warning.m4: New file, derived from bison's file by the same name.
48201
48202 2006-05-03  Bruno Haible  <bruno@clisp.org>
48203
48204         * lib/stdint_.h: Shorter URL.
48205         * lib/inttypes.h: Likewise.
48206
48207 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
48208
48209         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
48210
48211 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
48212
48213         * lib/verify.h: Document the internals better.  Most of this change
48214         was written by Bruno Haible.
48215
48216 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
48217
48218         * doc/verify.texi: New file, partly based on a proposal by
48219         Bruno Haible.
48220
48221 2006-05-02  Bruno Haible  <bruno@clisp.org>
48222
48223         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
48224         test from here...
48225         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
48226
48227 2006-04-29  Bruno Haible  <bruno@clisp.org>
48228
48229         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
48230         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
48231
48232 2006-04-29  Bruno Haible  <bruno@clisp.org>
48233
48234         * gnulib-tool: Make --update option actually work.
48235
48236 2006-04-29  Bruno Haible  <bruno@clisp.org>
48237
48238         * doc/gcd.texi: New file.
48239         * doc/gnulib.texi: Include it.
48240
48241 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
48242
48243         * lib/getdate.y (get_date): When adding relative date, start with the
48244         initial time, not with the result of the first mktime call.
48245
48246 2006-04-25  Bruno Haible  <bruno@clisp.org>
48247
48248         * gnulib-tool (func_import): Output the include directives in three
48249         blocks, sorted separately.
48250         Reported by Ben Pfaff <blp@cs.stanford.edu>.
48251
48252 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
48253
48254         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
48255         to define main with arguments, for C++.  Reported by Eric Blake.
48256         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
48257         Prefer 'int main ()' to 'int main (void)', for C++.
48258         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
48259         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
48260         for 'main', for C99 and C++.
48261
48262 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
48263
48264         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
48265         Don't assume that exit status -1 is valid.
48266         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
48267         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
48268         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
48269         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
48270         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
48271         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
48272         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
48273         functions can be used without declaring them, or that you can
48274         exit with status -1.
48275         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
48276
48277 2006-04-24  Karl Berry  <karl@gnu.org>
48278
48279         * config/srclist.txt (longdouble.m4): sync lost.
48280
48281 2006-04-24  Eric Blake  <ebb9@byu.net>
48282
48283         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
48284
48285 2006-04-24  Bruno Haible  <bruno@clisp.org>
48286
48287         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
48288         poll() implementation in AIX.
48289         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48290
48291 2006-04-24  Bruno Haible  <bruno@clisp.org>
48292
48293         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
48294         assigned exactly once.
48295
48296 2006-04-23  Claudio Fontana  <claudio@gnu.org>
48297             Bruno Haible  <bruno@clisp.org>
48298
48299         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
48300         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
48301         for AM_CPPFLAGS.
48302
48303 2006-04-23  Bruno Haible  <bruno@clisp.org>
48304
48305         * modules/copy-file: Depend on unistd.
48306         * modules/execute: Likewise.
48307         * modules/fatal-signal: Likewise.
48308         * modules/findprog: Likewise.
48309         * modules/mkdtemp : Likewise.
48310         * modules/pipe: Likewise.
48311         * modules/wait-process: Likewise.
48312
48313 2006-04-23  Bruno Haible  <bruno@clisp.org>
48314
48315         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
48316         condition was already detected.
48317         Reported by Ben Pfaff <blp@cs.stanford.edu>.
48318
48319 2006-04-23  Bruno Haible  <bruno@clisp.org>
48320
48321         * lib/copy-file.c: Include <unistd.h> unconditionally.
48322         * lib/execute.c: Likewise.
48323         * lib/fatal-signal.c: Likewise.
48324         * lib/findprog.c: Likewise.
48325         * lib/mkdtemp.c: Likewise.
48326         * lib/pipe.h: Likewise.
48327         * lib/pipe.c: Likewise.
48328         * lib/wait-process.h: Likewise.
48329
48330 2006-04-23  Bruno Haible  <bruno@clisp.org>
48331
48332         * gnulib-tool (func_usage): Fix --import description. Document
48333         --update.
48334         (func_import): Create temporary file in a temporary directory, if
48335         --dry-run is specified. Silence errors from 'grep' when there are no
48336         m4 files in $m4dir.
48337         (func_create_testdir): Silence errors from 'grep' when there are no
48338         m4 files in $m4dir.
48339         Reported by Karl Berry <karl@freefriends.org>.
48340
48341 2006-04-20  Bruno Haible  <bruno@clisp.org>
48342
48343         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
48344         one argument, so that the code will be portable to Autoconf 2.60.
48345         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
48346         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
48347         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
48348
48349 2006-04-19  Derek Price  <derek@ximbiot.com>
48350             Eric Blake  <ebb9@byu.net>
48351
48352         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
48353         rather than "/full/path.h".  Update comment to match.  Shorten &
48354         generalize m4_translit call via AS_TR_CPP.
48355
48356 2006-04-19  Derek Price  <derek@ximbiot.com>
48357             Eric Blake  <ebb9@byu.net>
48358
48359         * lib/inttypes.h: Correct grammar in comment.
48360
48361 2006-04-18  Derek Price  <derek@ximbiot.com>
48362             Paul Eggert  <eggert@cs.ucla.edu>
48363
48364         * modules/inttypes: New file.
48365         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
48366
48367 2006-04-18  Derek Price  <derek@ximbiot.com>
48368             Paul Eggert  <eggert@cs.ucla.edu>
48369
48370         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
48371         New files.
48372
48373 2006-04-18  Derek Price  <derek@ximbiot.com>
48374             Paul Eggert  <eggert@cs.ucla.edu>
48375
48376         * lib/inttypes.h: New file.
48377         * lib/strtoimax.c: Assume <inttypes.h>.
48378
48379 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
48380
48381         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
48382         isn't mounted.  Problem reported by Kir Kolyshkin.
48383
48384 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
48385
48386         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
48387         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
48388         Derek R. Price.
48389         * lib/regex.h (RE_DUP_MAX): Update comment to match current
48390         implementation.
48391
48392 2006-04-12  Eric Blake  <ebb9@byu.net>
48393
48394         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
48395         is now done automatically by the corresponding Autoconf macro.
48396
48397 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
48398
48399         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
48400         time_r.h.
48401
48402 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
48403
48404         Merge regex changes from libc, removing some of our
48405         POSIX-conformance changes that were rejected and redoing them in a
48406         less-intrusive way.
48407
48408         * lib/regcomp.c (re_compile_internal, init_dfa):
48409         Length arg is now size_t, not Idx.  All uses changed.
48410         (peek_token): Forward decl now says internal_function.
48411         (__re_error_msgid, __re_error_msgid_idx):
48412         Now static rather than extern with attribute_hidden.
48413         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
48414         For some reason libc prefers K&R style defns for external functions.
48415         (regerror) [!defined _LIBC]: Likewise.
48416         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
48417         (seek_collating_symbol_entry, lookup_collation_sequence_value):
48418         (build_range_exp, build_collating_symbol):
48419         Use K&R-style defn.
48420         (re_compile_fastmap): Use '\0' to memset, not 0.
48421         (utf8_sb_map): Make the calculations more obvious.
48422         (init_dfa, parse_bracket_exp, build_charclass_op):
48423         Call calloc and cast result, as glibc does.
48424         (init_word_char, fetch_token, peek_token, peek_token_bracket):
48425         (build_range_exp, build_collating_symbol):
48426         Now internal functions.
48427
48428         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
48429
48430         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
48431         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
48432         Don't depend on VMS; depend on __VMS instead, for POSIX
48433         namespace cleanness.
48434         (regoff_t): Define to ssize_t, not long int.
48435
48436         Remove the REG_ macros named below.  Instead, make the old names
48437         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
48438         __USE_GNU_REGEX.
48439         (REG_BACKSLASH_ESCAPE_IN_LISTS):
48440         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
48441         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
48442         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
48443         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
48444         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
48445         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
48446         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
48447         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
48448         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
48449         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
48450         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
48451         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
48452         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
48453         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
48454         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
48455         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
48456         (REG_NREGS):
48457         Remove.  All uses replaced by the old RE_* names.
48458         (RE_BACKSLASH_ESCAPE_IN_LISTS):
48459         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
48460         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
48461         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
48462         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
48463         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
48464         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
48465         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
48466         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
48467         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
48468         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
48469         Don't bother having these macros be independent of each others'
48470         values, since they no longer exist in the POSIX name space.
48471
48472         Rename the following member names back to their old names,
48473         unless !__USE_GNU_REGEX.  All uses changed back.
48474         (buffer): Renamed from re_buffer.
48475         (allocated): Renamed from re_allocated.
48476         (used): Renamed from re_used.
48477         (syntax): Renamed from re_syntax.
48478         (fastmap): Renamed from re_fastmap.
48479         (translate): Renamed from re_translate.
48480         (can_be_null): Renamed from re_can_be_null.
48481         (regs_allocated): Renamed from re_regs_allocated.
48482         (fastmap_accurate): Renamed from re_fastmap_accurate.
48483         (no_sub): Renamed from re_no_sub.
48484         (not_bol): Renamed from re_not_bol.
48485         (not_eol): Renamed from re_not_eol.
48486         (newline_anchor): Renamed from re_newline_anchor.
48487         (num_regs): Renamed from rm_num_regs.
48488         (start): Renamed from rm_start.
48489         (end): Renamed from rm_end.
48490
48491         (free_state): Move up a bit.
48492
48493         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
48494         #define to be empty.
48495         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
48496         when that is what is intended.
48497         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
48498         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
48499         (MAX): New macro.
48500         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
48501         All uses changed back to re_malloc, etc.  It's now the caller's
48502         responsibility to check for overflow; all callers changed.
48503         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
48504         (re_x2nrealloc): Remove.
48505         (free_state): Remove decl.
48506
48507         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
48508         (re_set_registers, re_exec):
48509         Use K&R-style defn.
48510
48511         2006-01-31  Roland McGrath  <roland@redhat.com>
48512
48513         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
48514         Reported by Mike Frysinger <vapier@gentoo.org>.
48515
48516         2006-01-15  Andreas Jaeger  <aj@suse.de>
48517
48518         [BZ #1950]
48519         * lib/regex_internal.c (re_string_reconstruct): Adjust for
48520         build_wcs_upper_buffer change.
48521         (build_wcs_upper_buffer): Change return type.
48522
48523         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
48524
48525         * lib/regex_internal.h: Include <stdint.h> if available.
48526
48527         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
48528
48529         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
48530
48531         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
48532
48533         * lib/regcomp.c: Adjust for changed secondary hash function.
48534
48535         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
48536
48537         * lib/regex.h: Pretty printing.
48538         Clean up namespace a bit.
48539
48540         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
48541
48542         * lib/regexec.c (update_cur_sifted_state, check_arrival,
48543         check_arrival_add_next_nodes): Avoid using uninitialized variable.
48544
48545         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
48546                     Ulrich Drepper  <drepper@redhat.com>
48547
48548         [BZ #1302]
48549         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
48550         changed.
48551         (bitset_word_t): Renamed from bitset_word.  All uses changed.
48552
48553         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
48554
48555         [BZ #281]
48556         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
48557         * lib/regcomp.c: Remove unnecessary uses of
48558         unsigned RE_TRANSLATE_TYPE.
48559         * lib/regex_internal.h: Likewise.
48560         * lib/regex_internal.c: Likewise.
48561         * lib/regexec.c: Likewise.
48562         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
48563
48564         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
48565
48566         * lib/regexec.c (find_recover_state): Remove unnecessary
48567         initialization.
48568         (transit_state_bkref): Make DFA a const pointer.
48569         (get_subexp): Likewise.
48570         (check_arrival): Likewise.
48571         (update_cur_sifted_state): Likewise.
48572         (re_search_internal): Likewise.
48573         (prune_impossible_nodes): Likewise.
48574         (acquire_init_state_context): Likewise.
48575         (proceed_next_node): Likewise.
48576         (set_regs): Likewise.
48577         (free_fail_stack_return): Likewise.
48578         (check_arrival_expand_ecl): Mark DFA parameter as const.
48579         (check_arrival_expand_ecl_sub): Likewise.
48580         (check_subexp_limits): Likewise.
48581         (sub_epsilon_src_nodes):  Likewise.
48582         (add_epsilon_src_nodes):  Likewise.
48583         (merge_state_array): Likewise.
48584         (update_regs): Likewise.
48585         (build_trtable): Likewise.
48586         (sift_states_backward): Mark MCTX parameter as const.
48587         (build_sifted_states): Likewise.
48588         (update_cur_sifted_state): Likewise.
48589         (sift_states_mkref): Likewise.
48590         (check_arrival_expand_ecl): Mark eclosure as const.
48591         (check_dst_limits_calc_pos_1): Likewise.
48592         * lib/regex_internal.h (re_match_context_t): Make dfa a const
48593         pointer.
48594
48595         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
48596
48597         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
48598         (transit_state_sb): Likewise.
48599         (transit_state_mb): Likewise.
48600         (sift_states_iter_mb): Likewise.
48601         (check_arrival_add_next_nodes): Likewise.
48602         (check_node_accept_bytes): Change first parameter to pointer-to-const.
48603         [_LIBC] (re_search_2_stub): Use mempcpy.
48604
48605         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
48606         mbrtowc for very simple UTF-8 case.
48607
48608         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
48609         a pointer-to-const.
48610         (re_acquire_state_context): Likewise.
48611         * lib/regex_internal.h: Adjust prototypes.
48612
48613         * lib/regex.c: Prevent using C++ compilers.
48614
48615         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
48616         (re_acquire_state_context): Likewise.
48617
48618 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
48619
48620         * modules/regex (Depends-on): Add ssize_t.
48621
48622 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
48623
48624         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
48625         translation table.
48626
48627 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
48628
48629         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
48630
48631 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
48632             Bruno Haible  <bruno@clisp.org>
48633
48634         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
48635         <sys/types.h> and <inttypes.h>.
48636
48637 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48638
48639         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
48640         `__error_t_defined', so argp.h will not typedef the former.
48641
48642 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
48643
48644         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
48645         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
48646         glibc names.  Even if glibc is changed to conform to POSIX, the
48647         traditional names will be available anyway, since regex depends on
48648         the extensions module.  Also, fix a longstanding typo in the
48649         implementation of Spencer ERE test #75 from grep 2.3.  Problems
48650         reported by Emanuele Giaquinta.  Also, change sense of cached
48651         variable, so that the message makes sense.
48652
48653 2006-03-24  Simon Josefsson  <jas@extundo.com>
48654
48655         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
48656         including some doc fixes.
48657         (base64_encode_alloc): Fix +1 bug on allocation failures.
48658
48659 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48660
48661         * lib/base64.c (base64_encode): Do not read past end of array with
48662         unsanitized input on systems with CHAR_BIT > 8.
48663
48664 2006-03-24  Eric Blake  <ebb9@byu.net>
48665
48666         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
48667
48668 2006-03-22  Karl Berry  <karl@gnu.org>
48669
48670         * config/srclist.txt (*setenv.[ch]): get from coreutils.
48671         * config/srclistvars.sh (COREUTILS): new var.
48672
48673 2006-03-17  Jim Meyering  <jim@meyering.net>
48674
48675         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
48676         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
48677
48678 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
48679
48680         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
48681         no longer needs it.  Instead, check that regoff_t is as least
48682         as wide as ptrdiff_t.
48683
48684         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
48685         so that our regex.h stays compatible with the installed regex.
48686         This is helpful for installers who configure --without-included-regex.
48687         Problem reported by Emanuele Giaquinta.
48688
48689 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
48690
48691         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
48692         Typedef to long int, not to off_, as POSIX will likely change
48693         in that direction.
48694
48695 2006-03-15  Eric Blake  <ebb9@byu.net>
48696
48697         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
48698
48699 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
48700
48701         * lib/argp-help.c (validate_uparams): Fix typo
48702         * lib/argp-parse.c (argp_default_options): Consistently begin help
48703         messages with a lowercase letter.
48704
48705 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
48706
48707         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
48708         overrun buffers and shouldn't be used (much as gets shouldn't be
48709         used).
48710         * lib/time_r.c (asctime_r, ctime_r): Likewise.
48711
48712 2006-03-08  Simon Josefsson  <jas@extundo.com>
48713
48714         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
48715         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48716
48717 2006-03-08  Simon Josefsson  <jas@extundo.com>
48718
48719         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
48720         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48721
48722 2006-03-08  Simon Josefsson  <jas@extundo.com>
48723
48724         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
48725         signal that configure disabled the device.
48726
48727 2006-03-08  Simon Josefsson  <jas@extundo.com>
48728
48729         * build-aux/maint.mk: Fix refresh-po, to handle no translated
48730         languages.
48731
48732 2006-03-07  Simon Josefsson  <jas@extundo.com>
48733
48734         * modules/getopt (Depends-on): Add unistd.
48735
48736         * modules/unistd: New file.
48737
48738 2006-03-07  Simon Josefsson  <jas@extundo.com>
48739
48740         * modules/gc-random: New file.
48741
48742 2006-03-07  Simon Josefsson  <jas@extundo.com>
48743
48744         * m4/unistd_h.m4: New file.
48745
48746 2006-03-07  Simon Josefsson  <jas@extundo.com>
48747
48748         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
48749         test to be side-effect free by storing the result in the cache
48750         variable gl_cv_lib_readline, and moving the assignment of
48751         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
48752         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48753
48754 2006-03-07  Simon Josefsson  <jas@extundo.com>
48755
48756         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
48757         error on missing devices (the functions will return an error).
48758
48759         * m4/gc.m4: Move random stuff to gc-random.m4
48760
48761 2006-03-07  Simon Josefsson  <jas@extundo.com>
48762
48763         * lib/unistd_.h: New file.
48764
48765 2006-03-07  Simon Josefsson  <jas@extundo.com>
48766
48767         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
48768
48769 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
48770
48771         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
48772         Problem reported by Juan Manuel Guerrero.
48773
48774 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
48775
48776         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
48777         the unistd module.
48778         * lib/getlogin_r.c: Likewise.
48779         * lib/getlogin_r.h: Likewise.
48780         * lib/glob.c: Likewise.
48781         * lib/pagealign_alloc.c: Likewise.
48782         * lib/unistd_.h: Remove; no longer needed.
48783
48784 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
48785
48786         * MODULES.html.sh (Support for systems lacking POSIX:2001):
48787         Add unistd.
48788         * modules/c-stack (Depends-on): Add unistd.
48789         * modules/getlogin_r: Likewise.
48790         * modules/glob: Likewise.
48791         * modules/pagealign_alloc: Likewise.
48792         * modules/unistd (Files): Remove lib/unistd_.h.
48793         (EXTRA_DIST): Remove.
48794         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
48795         need unistd_.h.
48796         (MOSTLYCLEANFILES): Remove unistd.h-t.
48797
48798 2006-03-03  Simon Josefsson  <jas@extundo.com>
48799
48800         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
48801
48802 2006-03-03  Simon Josefsson  <jas@extundo.com>
48803
48804         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
48805         libidn and bison.
48806
48807 2006-03-03  Simon Josefsson  <jas@extundo.com>
48808
48809         * build-aux/maint.mk: Add indent target.
48810
48811 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
48812
48813         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
48814         our replacement poll.h in any case, to avoid a differing
48815         declaration from a system header.  Seen on AIX.
48816
48817 2006-03-01  Simon Josefsson  <jas@extundo.com>
48818
48819         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
48820         <kasal@ucw.cz>.
48821
48822 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
48823
48824         * modules/gettime (Depends-on): Add extensions module.
48825         * modules/nanosleep (Depends-on): Likewise.
48826         * modules/settime (Depends-on): Likewise.
48827
48828 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
48829
48830         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
48831         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
48832         pedantically.
48833         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
48834         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
48835
48836         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
48837         not "==".  Reported by Ralf Wildenhues.
48838
48839 2006-03-01  Karl Berry  <karl@gnu.org>
48840
48841         * doc/Copyright/request-*: new files, synced from gnuorg.
48842
48843 2006-03-01  Karl Berry  <karl@gnu.org>
48844
48845         * config/srclist.txt (Copyright/*): new entries.
48846
48847 2006-02-28  Simon Josefsson  <jas@extundo.com>
48848
48849         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
48850
48851 2006-02-27  Simon Josefsson  <jas@extundo.com>
48852
48853         * lib/base64.h: Indent #define's.  From Jim Meyering
48854         <jim@meyering.net>.
48855
48856 2006-02-27  Jim Meyering  <jim@meyering.net>
48857
48858         Revert the change of 2006-02-24, so these files can continue
48859         to be sync'd from gettext.
48860         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
48861         of `config.h'.
48862
48863 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
48864
48865         * modules/intprops: New file.
48866         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
48867         Add intprops.
48868         * modules/getloadavg (Files): Remove lib/intprops.h.
48869         (Depends-on): Add intprops.
48870         * modules/human: Likewise.
48871         * modules/inttostr: Likewise.
48872         * modules/openat: Likewise.
48873         * modules/sig2str: Likewise.
48874         * modules/userspec: Likewise.
48875         * modules/utimecmp: Likewise.
48876         * modules/xnanosleep: Likewise.
48877         * modules/xstrtol: Likewise.
48878
48879 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
48880
48881         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
48882         * modules/lock-tests (TESTS): Use $(EXEEXT).
48883         * modules/tls-tests: Likewise.
48884         * modules/argp-tests: Likewise.
48885         (check_PROGRAMS): New var, replacing...
48886         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
48887
48888 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48889
48890         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
48891         `config.h'.
48892
48893 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
48894
48895         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
48896
48897 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48898
48899         Sync from coreutils.
48900         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
48901         gl_CHDIR_SAFER.
48902
48903 2006-02-22  Jim Meyering  <jim@meyering.net>
48904
48905         Sync from coreutils.
48906         * m4/chdir-safer.m4: New file.
48907
48908 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
48909
48910         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
48911         AT_FDCWD exceeds INT_MAX.
48912         * lib/openat.h (AT_FDCWD): Likewise.
48913
48914 2006-02-17  Eric Blake  <address@hidden>
48915
48916         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
48917
48918 2006-02-16  Simon Josefsson  <jas@extundo.com>
48919
48920         * modules/getaddrinfo (Depends-on): Add sys_socket.
48921
48922 2006-02-15  Simon Josefsson  <jas@extundo.com>
48923
48924         * build-aux/maint.mk: Add dsyntax-check rule.
48925
48926 2006-02-15  Eric Blake  <ebb9@byu.net>
48927
48928         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
48929         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
48930         'present but cannot compile' warnings on cygwin.
48931         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
48932         use ws2tcpip.h if sys/socket.h works.
48933         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
48934         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
48935
48936 2006-02-14  Simon Josefsson  <jas@extundo.com>
48937
48938         * modules/maintainer-makefile (Files): Rename.
48939
48940         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
48941         and (the local) Makefile.cfg to maint-cfg.mk.
48942
48943         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
48944         to the latter.
48945
48946         * modules/maintainer-makefile: New module.
48947
48948         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
48949         severaly stripped to make it possible to build it up from scratch
48950         with reliable tests.
48951
48952         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
48953         fixes to permit overriding the default actions when configure and
48954         makefile are not available.
48955
48956 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
48957
48958         Sync from coreutils.
48959         * modules/lstat (Depends-on): Don't depend on xalloc.
48960         (License): Change from GPL to LGPL, since this is now simply a
48961         replacement for a libc function.
48962
48963 2006-02-14  Jim Meyering  <jim@meyering.net>
48964
48965         Sync from coreutils.
48966
48967         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
48968         failure on deficient systems, and simplify gnulib lgpl dependencies.
48969         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
48970         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
48971
48972         * lib/xalloc-die.c: Remove unused definition of N_.
48973
48974 2006-02-14  Jim Meyering  <jim@meyering.net>
48975
48976         Sync from coreutils.
48977         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
48978         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
48979         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
48980         double-quote uses of that variable, to accommodate the rare case in
48981         which getmntent is available in none of the libraries checked.  This
48982         happens at least on FreeBSD 5.0.
48983
48984 2006-02-13  Simon Josefsson  <jas@extundo.com>
48985
48986         * gnulib-tool (Usage): Fix --import, from
48987         karl@freefriends.org (Karl Berry).
48988
48989 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
48990
48991         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
48992
48993 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
48994
48995         * lib/argp-namefrob.h: Restore changes accidentally lost during the
48996         "autoupdate" on 2005-12-12.
48997
48998 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
48999
49000         * modules/closeout (Depends-on): Remove atexit.
49001
49002 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
49003
49004         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
49005         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
49006
49007 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
49008
49009         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
49010         __EXTENSIONS__ if this causes compilation to fail.  Problem
49011         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
49012         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
49013
49014 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
49015
49016         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
49017         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
49018         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
49019         All uses changed.
49020
49021 2006-01-26  Simon Josefsson  <jas@extundo.com>
49022
49023         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
49024         prototype is visible on mingw32.
49025
49026         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
49027         for mingw32.
49028
49029         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
49030         mingw32).
49031
49032 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
49033
49034         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
49035         attempt to open for write; this always fails, at least on POSIX
49036         hosts.  This reinstates the 2006-01-09 change, which was
49037         inadvertently removed.
49038
49039 2006-01-26  Bruno Haible  <bruno@clisp.org>
49040
49041         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
49042         Reported by Paul Eggert.
49043
49044 2006-01-26  Bruno Haible  <bruno@clisp.org>
49045             Paul Eggert  <eggert@cs.ucla.edu>
49046
49047         * lib/stdbool_.h (_Bool)
49048         [(! (defined __cplusplus || defined __BEOS__)
49049           && !defined __GNUC__
49050           && !(defined __HP_cc || defined __xlc__
49051                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
49052                || defined __sgi))]:
49053         #define to signed char in these cases too; this simplifies
49054         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
49055         etc., separately) and makes it more conservative.
49056
49057 2006-01-25  Simon Josefsson  <jas@extundo.com>
49058
49059         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
49060         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
49061         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
49062
49063 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
49064
49065         * lib/argp-namefrob.h: Bugfix. Remove stray #
49066
49067 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
49068
49069         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
49070         so that we test the test.
49071         Check for yet another HP-UX cc bug involving *bool |= bool.
49072
49073 2006-01-25  Karl Berry  <karl@gnu.org>
49074
49075         * config/srclist.txt (vasnprintf.c): sync lost.
49076
49077 2006-01-25  Jim Meyering  <jim@meyering.net>
49078
49079         Sync from the stable (b5) branch of coreutils:
49080
49081         * lib/fts.c (fts_children): Don't let close() clobber errno from
49082         failed fchdir().
49083
49084         * lib/fts.c (fts_stat): When following a symlink-to-directory,
49085         don't necessarily interpret stat-fails+lstat-succeeds as indicating
49086         a dangling symlink.  That can also happen at least for ELOOP.
49087         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
49088         FYI, this bug predates the inclusion of fts.c in coreutils.
49089
49090         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
49091         in their own block, so pre-c99 compilers don't object.
49092
49093         Avoid the double-free (first in fts_read, second in fts_close) that
49094         would occur when an `active' directory is made inaccessible (e.g.,
49095         via chmod a-x) during a traversal.
49096         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
49097         before returning.  Reproduce this failure by
49098         mkdir -p a/b; cd a; chmod a-x . b
49099         Reported by Stavros Passas.
49100
49101 2006-01-25  Jim Meyering  <jim@meyering.net>
49102
49103         * lib/fileblocks.c: Remove more useless parentheses.
49104         * lib/readutmp.h: Likewise.
49105
49106 2006-01-25  Bruno Haible  <bruno@clisp.org>
49107
49108         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
49109         warnings.
49110         Reported by Paul Eggert.
49111
49112 2006-01-25  Bruno Haible  <bruno@clisp.org>
49113
49114         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
49115         rid of a trap command. For Solaris sh.
49116         Reported by Mark D. Baushke <mdb@gnu.org>.
49117
49118 2006-01-24  Simon Josefsson  <jas@extundo.com>
49119
49120         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
49121         Bruno.
49122
49123 2006-01-24  Karl Berry  <karl@gnu.org>
49124
49125         * config/srclist.txt (argp-namefrob.h): sync lost.
49126
49127 2006-01-24  Jim Meyering  <jim@meyering.net>
49128
49129         * modules/openat (Files): Add lib/intprops.h.
49130         From Mark D. Baushke.
49131
49132 2006-01-24  Jim Meyering  <jim@meyering.net>
49133
49134         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
49135         Reported by Mark D. Baushke.
49136
49137 2006-01-24  Jim Meyering  <jim@meyering.net>
49138
49139         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
49140
49141 2006-01-24  Bruno Haible  <bruno@clisp.org>
49142
49143         * modules/strnlen (Maintainer): Change from glibc to all.
49144
49145 2006-01-24  Bruno Haible  <bruno@clisp.org>
49146
49147         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
49148         Patch by Paul Eggert.
49149
49150 2006-01-24  Bruno Haible  <bruno@clisp.org>
49151
49152         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
49153         already has it.
49154         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
49155         2005-11-26.
49156
49157         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
49158         'signed char' to avoid problems with the built-in _Bool type.
49159         Reported by Paul Eggert on 2005-11-26.
49160
49161 2006-01-24  Bruno Haible  <bruno@clisp.org>
49162
49163         * gnulib-tool (func_import): Avoid constructing complicated sed
49164         expressions inside backquote.
49165         Report and solution by Mark D. Baushke <mdb@gnu.org>.
49166
49167 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
49168
49169         These changes imported from libc.
49170         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
49171         test and two separate function calls.
49172         * lib/strndup.c (__strndup): Add libc_hidden_def.
49173
49174 2006-01-23  Simon Josefsson  <jas@extundo.com>
49175
49176         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
49177         Remove the test_*_SOURCES variable: automake infers it by default.
49178         * modules/tls-tests: Likewise.
49179
49180 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
49181
49182         Work around porting bugs reported by Dieter in
49183         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
49184         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
49185         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
49186         Include "getopt.h" first, to check interface.
49187         (getenv): Declare only if defined HAVE_DECL_GETENV &&
49188         !HAVE_DECL_GETENV.
49189         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
49190         (__strndup): Revert to K&R-style function dfns, the glibc style.
49191         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
49192         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
49193         Include strnlen.h first, to get prototype properly.
49194         (strnlen): Renamed from __strnlen.
49195         Remove weak alias.
49196
49197 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
49198
49199         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
49200
49201 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
49202
49203         * config/srclist.txt: Adjust to reflect glibc reorganization.
49204         This affects only comments.
49205
49206 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
49207
49208          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
49209          Reported by Bruce Korb <bkorb@gnu.org>.
49210
49211 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
49212
49213         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
49214         to pacify gcc -Wswitch-default.
49215
49216 2006-01-22  Bruno Haible  <bruno@clisp.org>
49217
49218         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
49219         temporary buffer for sprintf, take into account the precision also
49220         for 'd', 'i', 'u', 'o', 'x', 'X'.
49221
49222 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
49223
49224         * modules/argp-tests: New module
49225         * tests/test-argp.c: New file
49226         * tests/test-argp-2.sh: New file
49227
49228 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
49229
49230         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
49231         (__argp_base_name): Removed
49232         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
49233         typo.
49234         (__argp_base_name): Provide macro definition or extern declaration
49235         depending on the configuration
49236
49237 2006-01-20  Simon Josefsson  <jas@extundo.com>
49238
49239         * modules/inet_ntop (Depends-on): Depend on sys_socket.
49240
49241 2006-01-20  Simon Josefsson  <jas@extundo.com>
49242
49243         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
49244
49245 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
49246
49247         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
49248         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
49249         Suggested by Bruno Haible.
49250
49251 2006-01-20  Karl Berry  <karl@gnu.org>
49252
49253         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
49254         until changes propagate, I guess.
49255
49256 2006-01-19  Simon Josefsson  <jas@extundo.com>
49257
49258         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
49259
49260 2006-01-19  Simon Josefsson  <jas@extundo.com>
49261
49262         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
49263
49264 2006-01-19  Simon Josefsson  <jas@extundo.com>
49265
49266         * gnulib-tool: Set check_PROGRAMS.
49267
49268         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
49269         modules/des-tests, modules/gc-arcfour-tests,
49270         modules/gc-arctwo-tests, modules/gc-des-tests,
49271         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
49272         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
49273         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
49274         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
49275         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
49276         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
49277         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
49278         test_*_SOURCES.
49279
49280 2006-01-18  Simon Josefsson  <jas@extundo.com>
49281
49282         * modules/socklen (Depends-on): Depend on sys_socket.
49283
49284 2006-01-18  Simon Josefsson  <jas@extundo.com>
49285
49286         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
49287         modules/des-tests, modules/gc-arcfour-tests,
49288         modules/gc-arctwo-tests, modules/gc-des-tests,
49289         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
49290         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
49291         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
49292         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
49293         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
49294         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
49295         $(EXEEXT) to automake TESTS variable, for mingw32.
49296
49297 2006-01-17  Simon Josefsson  <jas@extundo.com>
49298
49299         * modules/socklen (Include): Need sys/socket.h.
49300
49301 2006-01-17  Bruno Haible  <bruno@clisp.org>
49302
49303         * modules/ssize_t (Include): Add <sys/types.h>.
49304
49305 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
49306
49307         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
49308         it's not portable and it doesn't work with cross-compiles.
49309         Problem reported by Bruno Haible.  Fix missing-$ typo in
49310         'test "gl_cv_ignore_unused_libraries" ...' that prevented
49311         -zignore from being used with Sun's C compiler.
49312
49313 2006-01-12  Simon Josefsson  <jas@extundo.com>
49314
49315         * lib/base64.c: Fix warning, reported by Bruno Haible
49316         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
49317
49318 2006-01-12  Bruno Haible  <bruno@clisp.org>
49319
49320         * modules/ldd: New file.
49321         * build-aux/ldd.sh.in: New file.
49322         * MODULES.html.sh (Support for building libraries and executables): Add
49323         ldd.
49324
49325 2006-01-12  Bruno Haible  <bruno@clisp.org>
49326
49327         * m4/ldd.m4: New file.
49328
49329 2006-01-12  Bruno Haible  <bruno@clisp.org>
49330
49331         * gnulib-tool (func_import, func_create_testdir): Don't go into an
49332         endless loop while replacing $auxdir with build-aux.
49333
49334 2006-01-11  Simon Josefsson  <jas@extundo.com>
49335
49336         * lib/stdint_.h (SIZE_MAX): Add missing (.
49337
49338 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
49339
49340         Sync from coreutils.
49341         * lib/md5.c: Fix commentary typos.
49342         (alignof, UNALIGNED_P): No need for a GCC-specific version.
49343         * lib/md5.h (__attribute__): Remove; unused.
49344         * lib/sha1.c: Fix commentary to match md5 better.
49345         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
49346         so that we don't need to worry about alignment.  All uses changed.
49347         This merges the 2005-10-28 md5 change into sha1.
49348
49349 2006-01-11  Jim Meyering  <jim@meyering.net>
49350
49351         Sync from coreutils.
49352         * lib/md5.c (OP): Fix spacing.
49353
49354 2006-01-11  Bruno Haible  <bruno@clisp.org>
49355
49356         Ensure automatic ordering between gl_LOCK and gl_ARGP.
49357         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
49358         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
49359
49360 2006-01-11  Bruno Haible  <bruno@clisp.org>
49361
49362         Ensure automatic ordering between gl_LOCK and gl_ARGP.
49363         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
49364         the "early" section as well.
49365
49366 2006-01-11  Bruno Haible  <bruno@clisp.org>
49367
49368         Avoid "ar: no archive members specified" error on MacOS X.
49369         * gnulib-tool (func_modules_add_dummy): New function.
49370         (func_import, func_create_testdir): Invoke it.
49371
49372 2006-01-11  Bruno Haible  <bruno@clisp.org>
49373
49374         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
49375         with $auxdir in AC_CONFIG_FILES statements.
49376
49377 2006-01-11  Bruno Haible  <bruno@clisp.org>
49378
49379         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
49380         Initialize also noinst_HEADERS to empty.
49381
49382 2006-01-11  Bruno Haible  <bruno@clisp.org>
49383
49384         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
49385         variables.
49386         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
49387         autoreconf.
49388
49389 2006-01-11  Bruno Haible  <bruno@clisp.org>
49390
49391         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
49392         overridable by the user.
49393         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
49394
49395 2006-01-10  Simon Josefsson  <jas@extundo.com>
49396
49397         * modules/sys_socket: New file.
49398
49399 2006-01-10  Simon Josefsson  <jas@extundo.com>
49400
49401         * m4/sys_socket_h.m4: New file.
49402
49403 2006-01-10  Simon Josefsson  <jas@extundo.com>
49404
49405         * lib/socket_.h: New file.
49406
49407 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
49408
49409         * modules/readutmp (Maintainer): Add myself.
49410
49411 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
49412
49413         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
49414         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
49415         People who are still concerned with buggy memcmp implementations
49416         can invoke gl_FUNC_MEMCMP themselves.
49417
49418 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
49419
49420         * lib/regex_internal.h (BITSET_WORD_BITS):
49421         Work around a bug in 64-bit PGC (before version 6.1-2), where the
49422         preprocessor mishandles large unsigned values as if they were signed.
49423         Problem reported by Claudio Fontana in
49424         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
49425
49426 2006-01-10  Jim Meyering  <jim@meyering.net>
49427
49428         Avoid the double-free (first in fts_read, second in fts_close) that
49429         would occur when an `active' directory is made inaccessible (e.g.,
49430         via chmod a-x) during a traversal.
49431         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
49432         before returning.  Reproduce this failure by
49433         mkdir -p a/b; cd a; chmod a-x . b
49434         Reported by Stavros Passas.
49435
49436         Sync from coreutils.
49437         * lib/sha1.c: Tweak grammar in a comment.
49438
49439 2006-01-10  Jim Meyering  <jim@meyering.net>
49440
49441         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
49442         Patch by Joerg Sonnenberger.
49443
49444 2006-01-10  Bruno Haible  <bruno@clisp.org>
49445
49446         * modules/readutmp: Depend on module free.
49447         * modules/strtok_r: Depend on module restrict.
49448
49449 2006-01-10  Bruno Haible  <bruno@clisp.org>
49450
49451         * modules/gettext (configure.ac): Add an invocation of
49452         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
49453
49454 2006-01-10  Bruno Haible  <bruno@clisp.org>
49455
49456         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
49457         Reported by Werner Lemberg <wl@gnu.org>.
49458
49459 2006-01-10  Bruno Haible  <bruno@clisp.org>
49460
49461         * lib/localcharset.c: Update from GNU gettext.
49462
49463 2006-01-10  Bruno Haible  <bruno@clisp.org>
49464
49465         * lib/argp.h (__const): Remove macro. Use const instead.
49466         * lib/argp-fmtstream.h (__const): Likewise.
49467         * lib/glob_.h (__const): Remove macro.
49468         * lib/glob-libc.h: Use const instead of __const.
49469
49470 2006-01-10  Bruno Haible  <bruno@clisp.org>
49471
49472         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
49473         variable.
49474         Needed to avoid an automake error regarding the 'gettext' module.
49475
49476 2006-01-09  Simon Josefsson  <jas@extundo.com>
49477
49478         * modules/inet_ntop (Depends-on): Add restrict.
49479
49480 2006-01-09  Simon Josefsson  <jas@extundo.com>
49481
49482         * modules/gc-rijndael-tests (License): Put under LGPL.
49483
49484         * modules/gc-des-tests (License): Likewise.
49485
49486         * modules/gc-arcfour-tests (License): Likewise.
49487
49488         * modules/gc-arctwo-tests (License): Likewise.
49489
49490         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
49491
49492         * modules/gc-hmac-sha1-tests (Files): Likewise.
49493
49494         * modules/gc-hmac-md5-tests (License): Likewise.
49495
49496         * modules/gc-sha1-tests (License): Likewise.
49497
49498         * modules/gc-md5-tests (License): Likewise.
49499
49500         * modules/gc-md4-tests (License): Likewise.
49501
49502         * modules/gc-md2-tests (License): Likewise.
49503
49504         * modules/gc-tests (License): Likewise.
49505
49506         * modules/des-tests (License): Likewise.
49507
49508         * modules/md4-tests (License): Likewise.
49509
49510         * modules/md2-tests (License): Likewise.
49511
49512 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
49513
49514         Sync from coreutils:
49515
49516         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
49517         * modules/lib-ignore: New file.
49518         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
49519         chdir-safer.m4, lchmod.m4.
49520         * modules/openat: Add mkdirat.c, openat-priv.h.
49521
49522 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
49523
49524         Sync from coreutils.
49525         * m4/lib-ignore.m4: New file.
49526         * m4/lchmod.m4: New file.
49527
49528 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
49529
49530         Sync from coreutils.
49531         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
49532         for write access: POSIX says that must fail.
49533         * lib/fts.c (diropen): Likewise.
49534         * lib/save-cwd.c (save_cwd): Likewise.
49535         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
49536         well, for minor improvements on hosts that lack O_DIRECTORY.
49537         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
49538         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
49539         Fall back on chown if open failed with EACCES.
49540
49541         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
49542         Report an error at compile-time if only a 1-second nominal clock
49543         resolution is found.
49544
49545         * lib/lchmod.h: New file.
49546         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
49547         (make_dir_parents): Use lchown rather than chown, and
49548         lchmod rather than chmod.
49549
49550         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
49551         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
49552         "proc" reported by n0dalus.
49553
49554         * lib/mountlist.c: Include <limits.h>.
49555         (dev_from_mount_options)
49556         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
49557         New function.  It no longer assumes "dev=" has the System V meaning
49558         on Linux (since it doesn't).  It also parses "dev=" more carefully.
49559         (read_file_system_list)
49560         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
49561         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
49562         dev= in that case.
49563
49564         * lib/posixtm.h (PDS_PRE_2000): New macro.
49565         * lib/posixtm.c (year): Arg is now syntax_bits rather than
49566         allow_century.  All usages changed.  Reject dates outside the range
49567         1969-1999 if PDS_PRE_2000 is used.
49568
49569 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
49570
49571         Sync from coreutils.
49572         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
49573         (Time of day items): Mention the possibility of leap seconds.
49574         Problem reported by Dr. David Alan Gilbert.
49575
49576 2006-01-09  Jim Meyering  <jim@meyering.net>
49577
49578         Sync from coreutils.
49579
49580         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
49581
49582         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
49583
49584         * lib/modechange.c (mode_compile): Reject an invalid mode string
49585         that starts with an octal digit.  From Andreas Gruenbacher.
49586
49587         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
49588         and dup to open_safer and dup_safer, respectively.
49589         (openat_permissive): Fix typo in comment.
49590
49591         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
49592         "gettext.h"; either no longer needed or are guaranteed by openat.h.
49593         (_): Remove; no longer needed.
49594         (openat): Renamed from rpl_openat; no need for rpl_openat
49595         since openat.h renames openat for us.
49596         Replace most of the body with a call to openat_permissive,
49597         to avoid duplicate code.
49598         Port to (probably hypothetical) environments were mode_t is
49599         wider than int.
49600         (openat_permissive): Require mode arg, so that we can check
49601         types better.  Put it just after flags.  Change cwd failure
49602         indicator from pointer-to-bool to pointer-to-errno-value.
49603         All callers changed.
49604         Invoke openat_save_fail and/or openat_restore_fail if
49605         cwd_errno is null, so that openat can call us.
49606         (openat_permissive, fdopendir, fstatat, unlinkat):
49607         Simplify errno handling to avoid some duplicate code,
49608         as it's OK to set errno on success.
49609         * lib/openat.h: Revamp code so that function macros depend on
49610         __OPENAT_PREFIX only, not also on AT_FDCWD.
49611         (openat_ro): Remove.  Caller changed to use openat_permissive.
49612         (openat_permissive): Now a macro, if not a function.
49613         (openat_restore_fail, openat_save_fail): Now always functions,
49614         since mkdirat needs them even if __OPENAT_PREFIX is defined.
49615
49616         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
49617         and openat.c.
49618         * lib/mkdirat.c: Include openat-priv.h.
49619         Remove definitions of macros defined therein.
49620         * lib/openat.c: Likewise.
49621
49622         * lib/mkdirat.c (mkdirat): New file and function.
49623         * lib/openat.h (mkdirat): Declare.
49624
49625         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
49626
49627         * lib/openat.h (openat_permissive): Declare.
49628         (openat_ro): Define.
49629
49630         * lib/openat.c (EXPECTED_ERRNO): New macro.
49631         (openat_permissive): New function -- used in remove.c rewrite.
49632         (all functions): Set errno just before returning, only if there
49633         was an actual failure.
49634         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
49635
49636         Emulate openat-family functions using Linux's procfs, if possible.
49637         Idea and some code based on Ulrich Drepper's glibc changes.
49638
49639         * lib/openat.c: (BUILD_PROC_NAME): New macro.
49640         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
49641         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
49642         before falling back on save_cwd and restore_cwd.
49643         (fdopendir, fstatat, unlinkat): Likewise.
49644
49645         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
49646         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
49647
49648         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
49649         as second argument to va_arg.  Otherwise, some versions of gcc
49650         warn that `if this code is reached, the program will abort'.
49651
49652 2006-01-09  Jim Meyering  <jim@meyering.net>
49653
49654         Sync from coreutils.
49655         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
49656         Require openat-priv.h.
49657
49658 2006-01-09  Bruno Haible  <bruno@clisp.org>
49659
49660         * modules/strnlen (Include): Use strnlen.h.
49661
49662 2006-01-09  Bruno Haible  <bruno@clisp.org>
49663
49664         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
49665
49666 2006-01-09  Bruno Haible  <bruno@clisp.org>
49667
49668         * lib/sysexit_.h (EX_OK): New macro.
49669         Suggested by Martin Lambers <marlam@marlam.de>.
49670
49671 2006-01-09  Bruno Haible  <bruno@clisp.org>
49672
49673         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
49674         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
49675
49676 2006-01-09  Bruno Haible  <bruno@clisp.org>
49677
49678         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
49679         numbers.
49680
49681 2006-01-09  Bruno Haible  <bruno@clisp.org>
49682
49683         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
49684         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
49685         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
49686         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
49687
49688 2006-01-09  Bruno Haible  <bruno@clisp.org>
49689
49690         * build-aux/javacomp.sh.in: New file, moved from lib/.
49691         * modules/javacomp-script (Files): Update.
49692         (configure.ac): Add AC_CONFIG_FILES invocation.
49693         (EXTRA_DIST): Remove variable.
49694
49695         * build-aux/javaexec.sh.in: New file, moved from lib/.
49696         * modules/javaexec (Files): Update.
49697         (configure.ac): Add AC_CONFIG_FILES invocation.
49698         (EXTRA_DIST): Remove javaexec.sh.in.
49699
49700         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
49701         * modules/csharpcomp-script (Files): Update.
49702         (configure.ac): Add AC_CONFIG_FILES invocation.
49703         (EXTRA_DIST): Remove variable.
49704
49705         * build-aux/csharpexec.sh.in: New file, moved from lib/.
49706         * modules/csharpexec (Files): Update.
49707         (configure.ac): Add AC_CONFIG_FILES invocation.
49708         (EXTRA_DIST): Remove csharpexec.sh.in.
49709
49710 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
49711
49712         Sync from coreutils.
49713
49714         Add POSIX ACL support
49715         * lib/acl.h (copy_acl, set_acl): Add declarations.
49716         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
49717         systems other than Linux.
49718         (chmod_or_fchmod): New function: use fchmod when possible,
49719         and chmod otherwise.
49720         (file_has_acl): Add a POSIX ACL implementation, with a
49721         Linux-specific subcase.
49722         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
49723         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
49724         acls are unsupported.
49725         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
49726         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
49727         are unsupported.
49728
49729 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
49730
49731         Sync from coreutils.
49732         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
49733
49734 2006-01-07  Bruno Haible  <bruno@clisp.org>
49735
49736         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
49737         gl_EARLY.
49738
49739 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
49740
49741         * lib/strftime.c (tzname): Don't declare if it is already #defined.
49742         Problem reported for Mingw by Mark Junker.
49743
49744 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
49745
49746         * README: Gnulib normally doesn't generate a tarball.
49747
49748 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
49749
49750         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
49751         long int, not int, for nanosecond counts, so that people who are
49752         used to POSIX struct timespec won't be surprised.  Reported by Jim
49753         Meyering.
49754
49755 2005-12-28  Bruno Haible  <bruno@clisp.org>
49756
49757         * build-aux/config.rpath: Update from GNU gettext.
49758
49759 2005-12-16  Jim Meyering  <jim@meyering.net>
49760
49761         * modules/fprintftime: New module.
49762         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
49763
49764 2005-12-16  Jim Meyering  <jim@meyering.net>
49765
49766         * m4/fprintftime.m4: New file.
49767
49768 2005-12-16  Jim Meyering  <jim@meyering.net>
49769
49770         * lib/fprintftime.c, lib/fprintftime.h: New files.
49771
49772 2005-12-15  Simon Josefsson  <jas@extundo.com>
49773
49774         * modules/socklen (configure.ac): Fix M4 macro name, to align with
49775         new m4/socklen.m4.
49776
49777 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
49778
49779         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
49780         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
49781
49782 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
49783
49784         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
49785         * lib/argp-help.c (fill_in_uparams): Check if the constructed
49786         struct uparams is valid. Fall back to the default values if it is
49787         not.
49788
49789 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
49790
49791         * modules/argp (Files): Add argp-pin.c
49792         (Depends-on): dirname
49793         (lib_SOURCES): Add argp-pin.c
49794
49795 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
49796
49797         * m4/argp.m4:  Check if program_invocation_name and
49798         program_invocation_short_name are declared and define appropriate
49799         macros if they are not.
49800
49801 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
49802
49803         * lib/argp-help.c (__argp_base_name): New function
49804         (__argp_short_program_name): Rewrite using __argp_base_name
49805         * lib/argp-namefrob.h: Define program_invocation_name and
49806         program_invocation_short_name if requested
49807         (__argp_base_name): Add prototype
49808         * lib/argp-parse.c (argp_def): Use gettext wrappers
49809         (argp_default_parser): Use __argp_base_name
49810         * lib/argp-pin.c: New file. Defines program_invocation_name and
49811         program_invocation_short_name on systems that lack them.
49812
49813 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
49814
49815         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
49816         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
49817         porting problem reported by Georg Schwarz in
49818         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
49819
49820 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
49821
49822         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
49823         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
49824         porting problem reported by Georg Schwarz in
49825         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
49826
49827 2005-12-05  Bruno Haible  <bruno@clisp.org>
49828
49829         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
49830         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
49831         Reported by Mark Junker <mjscod@gmx.de>.
49832
49833 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
49834
49835         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
49836         Use implementation from Albert Chin, with some
49837         comments/corrections by Stepan Kasal and myself.
49838
49839 2005-12-02  Bruno Haible  <bruno@clisp.org>
49840
49841         * gnulib-tool (func_import): Accept GPLed build tool modules when
49842         --lgpl is given.
49843         * modules/csharpcomp-script: New file.
49844         * modules/csharpcomp: Depend on it.
49845         * modules/javacomp-script: New file.
49846         * modules/javacomp: Depend on it.
49847         Suggested by Simon Josefsson.
49848
49849 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
49850
49851         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
49852         statement, to work around an HP-UX 10.20 compiler bug reported by
49853         Peter O'Gorman.
49854
49855 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
49856
49857         * modules/savedir (Depends-on): Add openat.
49858
49859 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
49860
49861         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
49862         (uintmax_t) [defined uintmax_t]: Do not declare.
49863         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
49864         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
49865         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
49866         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
49867         sake of portability to weird hosts that C allows (though we don't
49868         know of any practical examples).
49869
49870         * lib/savedir.h (fdsavedir): New decl.
49871         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
49872         contains most of the former guts of savedir.
49873         (savedir): Use savedirstream.
49874         Include "openat.h".
49875
49876 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
49877
49878         * modules/obstack (Files): Add m4/ulonglong.m4.
49879         Problem reported by Davide Angelocola.
49880
49881 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
49882
49883         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
49884         coreutils no longer futzes with rounding modes.
49885
49886 2005-11-14  Jim Meyering  <jim@meyering.net>
49887
49888         * lib/mkstemp-safer.c: Include <config.h>, required for possible
49889         replacement of mkstemp.
49890
49891 2005-11-10  Simon Josefsson  <jas@extundo.com>
49892
49893         * lib/readline.c: Remove EOL.
49894
49895 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
49896
49897         * modules/gethrxtime (Depends-on): Add gettime.
49898
49899 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
49900
49901         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
49902         or gettimeofday; no longer needed.
49903
49904 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
49905
49906         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
49907         time business.
49908         (gethrxtime) [! (HAVE_NANOUPTIME
49909         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
49910         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
49911         our own approximation.
49912
49913 2005-11-08  Eric Blake  <ebb9@byu.net>
49914
49915         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
49916
49917 2005-11-08  Eric Blake  <ebb9@byu.net>
49918
49919         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
49920
49921 2005-11-04  Bruno Haible  <bruno@clisp.org>
49922
49923         * gnulib-tool: Implement --update mode.
49924
49925 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
49926
49927         Fix porting problem reported by Theodoros V. Kalamatianos.
49928         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
49929         Don't assume that futimes failing means we must fail.
49930
49931 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
49932
49933         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
49934         variables to suggest the intended function of the PATH_MAX check.
49935
49936 2005-10-30  Kean Johnston  <jkj@sco.com>
49937
49938         Trivial changes to support SCO systems.
49939         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
49940         as PATH_MAX.
49941         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
49942         where __ptr is null when no I/O is pending.
49943
49944 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
49945
49946         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
49947         leave errno alone.  Problem reported by Dmitry V. Levin.
49948
49949 2005-10-28  Simon Josefsson  <jas@extundo.com>
49950
49951         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
49952         Test more.
49953
49954         * tests/test-gc-md2.c, tests/test-md2.c: New files.
49955
49956         * modules/md2, modules/md2-tests: New files.
49957
49958 2005-10-28  Simon Josefsson  <jas@extundo.com>
49959
49960         * m4/inet_ntop.m4: More tests.
49961
49962         * m4/gc-md2.m4, md2.m4: New file.
49963
49964 2005-10-28  Simon Josefsson  <jas@extundo.com>
49965
49966         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
49967         "restrict" keywords, as per POSIX.  Protect the function
49968         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
49969         Don't use K&R prototypes.  Check the sprintf return values.
49970         Re-define EAFNOSUPPORT if not present.  Indent.
49971
49972         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
49973         suggested by Bruno Haible <bruno@clisp.org>.
49974
49975         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
49976
49977         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
49978
49979         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
49980         libgcrypt).
49981
49982         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
49983
49984         * lib/md2.h, lib/md2.c: New files.
49985
49986 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
49987
49988         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
49989         errno alone.  Problem reported by Frederic Jolliton.
49990
49991 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
49992
49993         * modules/verify (License): Change from GPL to LGPL.  This is a
49994         tiny module and there are apparently near-equivalents that are
49995         under the BSD license.
49996
49997 2005-10-24  Simon Josefsson  <jas@extundo.com>
49998
49999         * modules/sha1: Relicense to LGPL.
50000
50001 2005-10-24  Simon Josefsson  <jas@extundo.com>
50002
50003         * lib/md4.h: Shrink buffer size, now that we changed the type.
50004
50005 2005-10-23  Simon Josefsson  <jas@extundo.com>
50006
50007         * gnulib-tool (func_import): Fix --tests-base.
50008
50009 2005-10-22  Simon Josefsson  <jas@extundo.com>
50010
50011         * modules/arcfour (Depends-on): Need stdint.
50012
50013 2005-10-22  Simon Josefsson  <jas@extundo.com>
50014
50015         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
50016         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
50017
50018 2005-10-22  Simon Josefsson  <jas@extundo.com>
50019
50020         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
50021         suggested by Bruno Haible <bruno@clisp.org>.
50022
50023 2005-10-22  Simon Josefsson  <jas@extundo.com>
50024
50025         * lib/crc.h: Include stddef.h, for size_t.
50026
50027 2005-10-22  Simon Josefsson  <jas@extundo.com>
50028
50029         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
50030         arcfour_context struct (simplify test vector testing in GNU
50031         Shishi).
50032
50033 2005-10-21  Simon Josefsson  <jas@extundo.com>
50034
50035         * modules/des, modules/des-tests: New files.
50036
50037         * modules/gc-des, modules/gc-des-tests: New files.
50038
50039         * tests/test-des.c, tests/test-gc-des.c: New file.
50040
50041 2005-10-21  Simon Josefsson  <jas@extundo.com>
50042
50043         * modules/arctwo, modules/arctwo-tests: New files.
50044
50045         * tests/test-arctwo.c: New file.
50046
50047         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
50048
50049         * tests/test-gc-arctwo.c: New file.
50050
50051 2005-10-21  Simon Josefsson  <jas@extundo.com>
50052
50053         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
50054         Bruno Haible <bruno@clisp.org>.
50055
50056         * m4/gc-des.m4: New file.
50057
50058 2005-10-21  Simon Josefsson  <jas@extundo.com>
50059
50060         * m4/arctwo.m4: New file.
50061
50062         * m4/gc-arctwo.m4: New file.
50063
50064 2005-10-21  Simon Josefsson  <jas@extundo.com>
50065
50066         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
50067         block.
50068
50069 2005-10-21  Simon Josefsson  <jas@extundo.com>
50070
50071         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
50072         <bruno@clisp.org>.
50073
50074         * lib/hmac-sha1.c (hmac_sha1): Likewise.
50075
50076         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
50077         Bruno Haible <bruno@clisp.org>.
50078
50079         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
50080         <bruno@clisp.org>.
50081
50082 2005-10-21  Simon Josefsson  <jas@extundo.com>
50083
50084         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
50085
50086 2005-10-21  Simon Josefsson  <jas@extundo.com>
50087
50088         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
50089
50090 2005-10-21  Simon Josefsson  <jas@extundo.com>
50091
50092         * lib/des.h, lib/des.c: New files.
50093
50094         * lib/gc-gnulib.c: Support DES.c
50095
50096 2005-10-21  Simon Josefsson  <jas@extundo.com>
50097
50098         * lib/arctwo.h, lib/arctwo.c: New files.
50099
50100         * lib/gc-gnulib.c: Support ARCTWO.
50101
50102 2005-10-21  Simon Josefsson  <jas@extundo.com>
50103
50104         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
50105         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
50106
50107 2005-10-21  Simon Josefsson  <jas@extundo.com>
50108
50109         * gnulib-tool (func_import, func_create_testdir): Define automake
50110         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
50111         Makefile.am snippet),
50112         suggested by Bruno Haible <bruno@clisp.org>.
50113
50114         * modules/gc (Makefile.am): Use it.
50115
50116 2005-10-21  Bruno Haible  <bruno@clisp.org>
50117
50118         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
50119         patch.
50120
50121 2005-10-19  Simon Josefsson  <jas@extundo.com>
50122
50123         * tests/test-gc-rijndael.c: New file.
50124
50125         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
50126
50127 2005-10-19  Simon Josefsson  <jas@extundo.com>
50128
50129         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
50130         interface too.
50131
50132 2005-10-19  Simon Josefsson  <jas@extundo.com>
50133
50134         * tests/test-gc-arcfour.c: New file.
50135
50136         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
50137
50138 2005-10-19  Simon Josefsson  <jas@extundo.com>
50139
50140         * modules/gc-md4, modules/gc-md4-tests: New file.
50141
50142         * tests/test-gc-md4.c: New file.
50143
50144 2005-10-19  Simon Josefsson  <jas@extundo.com>
50145
50146         * m4/gc-md4.m4: New file.
50147
50148 2005-10-19  Simon Josefsson  <jas@extundo.com>
50149
50150         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
50151         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
50152         <kasal@ucw.cz>.
50153
50154 2005-10-19  Simon Josefsson  <jas@extundo.com>
50155
50156         * m4/gc-arcfour.m4: New file.
50157
50158         * m4/gc-rijndael.m4: New file.
50159
50160 2005-10-19  Simon Josefsson  <jas@extundo.com>
50161
50162         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
50163
50164 2005-10-19  Simon Josefsson  <jas@extundo.com>
50165
50166         * lib/gc-gnulib.c: Support ARCFOUR.
50167
50168 2005-10-19  Simon Josefsson  <jas@extundo.com>
50169
50170         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
50171         support.
50172
50173         * lib/gc.h: Add ECB enum type.
50174
50175         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
50176
50177 2005-10-18  Simon Josefsson  <jas@extundo.com>
50178
50179         * tests/test-md5.c: New file.
50180
50181         * modules/md5-tests: New file.
50182
50183 2005-10-18  Simon Josefsson  <jas@extundo.com>
50184
50185         * tests/test-md4.c: New file.
50186
50187         * modules/md4, modules/md4-tests: New files.
50188
50189 2005-10-18  Simon Josefsson  <jas@extundo.com>
50190
50191         * m4/md4.m4: New file.
50192
50193 2005-10-18  Simon Josefsson  <jas@extundo.com>
50194
50195         * lib/md4.h, lib/md4.c: New files, based on md5.?.
50196
50197 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
50198
50199         * gnulib-tool (func_create_testdir): Omit the second check whether
50200         BUILT_SOURCES in nonempty.
50201
50202 2005-10-17  Simon Josefsson  <jas@extundo.com>
50203
50204         * tests/test-rijndael.c: New file.
50205
50206 2005-10-17  Simon Josefsson  <jas@extundo.com>
50207
50208         * modules/sha1: Depend on stdint instead of md5.
50209
50210         * modules/md5: Depend on stdint, remove uint32_t.
50211
50212 2005-10-17  Simon Josefsson  <jas@extundo.com>
50213
50214         * modules/gc-sha1-tests: New file.
50215
50216         * tests/test-gc-sha1.c: New file.
50217
50218 2005-10-17  Simon Josefsson  <jas@extundo.com>
50219
50220         * m4/md5.m4: Remove call to uint32_t.m4.
50221
50222 2005-10-17  Simon Josefsson  <jas@extundo.com>
50223
50224         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
50225
50226         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
50227         md5.h.
50228
50229         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
50230
50231         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
50232
50233 2005-10-17  Simon Josefsson  <jas@extundo.com>
50234
50235         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
50236
50237 2005-10-17  Simon Josefsson  <jas@extundo.com>
50238
50239         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
50240
50241 2005-10-17  Simon Josefsson  <jas@extundo.com>
50242
50243         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
50244
50245         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
50246
50247 2005-10-17  Bruno Haible  <bruno@clisp.org>
50248
50249         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
50250         that it can also be used in a test.
50251
50252 2005-10-16  Bruno Haible  <bruno@clisp.org>
50253
50254         * gnulib-tool (func_emit_tests_Makefile_am): Also define
50255         TESTS_ENVIRONMENT, so that individual tests can augment it.
50256
50257         * gnulib-tool (func_create_testdir): Use an intermediate target for
50258         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
50259         macros, like $(ALLOCA_H), which cannot be passed through the command
50260         line.
50261
50262 2005-10-15  Simon Josefsson  <jas@extundo.com>
50263
50264         * modules/rijndael-tests: New file.
50265
50266         * modules/rijndael: New file.
50267
50268 2005-10-15  Simon Josefsson  <jas@extundo.com>
50269
50270         * m4/rijndael.m4: New file.
50271
50272 2005-10-15  Simon Josefsson  <jas@extundo.com>
50273
50274         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
50275
50276         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
50277
50278 2005-10-14  Simon Josefsson  <jas@extundo.com>
50279
50280         * tests/test-arcfour.c: New file.
50281
50282         * modules/arcfour, modules/arcfour-tests: New files.
50283
50284 2005-10-14  Simon Josefsson  <jas@extundo.com>
50285
50286         * m4/arcfour.m4: New file.
50287
50288 2005-10-14  Simon Josefsson  <jas@extundo.com>
50289
50290         * lib/arcfour.h, lib/arcfour.c: New files.
50291
50292 2005-10-14  Roland McGrath  <roland@redhat.com>
50293
50294         Import from libc.  [BZ #1331]
50295         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
50296         macro argument.
50297         Reported by Matej Vela <vela@debian.org>.
50298
50299 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
50300
50301         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
50302         include <wchar.h>; no longer needed.
50303
50304 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
50305
50306         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
50307
50308 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
50309         and  Ulrich Drepper  <drepper@redhat.com>
50310
50311         Import from libc.
50312         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
50313         instead of inline stream orientation test and two separate
50314         function calls.  Pay no attention to USE_IN_LIBIO.
50315
50316 2005-10-13  Simon Josefsson  <jas@extundo.com>
50317
50318         * modules/gc-hmac-md5-tests: New file.
50319
50320         * tests/test-gc-hmac-sha1.c: New file.
50321
50322         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
50323
50324         * modules/gc-hmac-md5-tests: New file.
50325
50326         * tests/test-gc-md5.c: New file.
50327
50328         * modules/gc-md5-tests: New file.
50329
50330 2005-10-13  Simon Josefsson  <jas@extundo.com>
50331
50332         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
50333         Move memory allocation outside of loop.
50334
50335 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
50336
50337         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
50338         intermediate directory is in a read-only file system.  Problem
50339         reported by Eric Blake.
50340
50341 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
50342
50343         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
50344
50345 2005-10-12  Simon Josefsson  <jas@extundo.com>
50346
50347         * tests/test-hmac-sha1.c: New file.
50348
50349         * modules/hmac-sha1-tests: New file.
50350
50351         * modules/hmac-sha1: New file.
50352
50353 2005-10-12  Simon Josefsson  <jas@extundo.com>
50354
50355         * modules/gc-sha1: New file.
50356
50357 2005-10-12  Simon Josefsson  <jas@extundo.com>
50358
50359         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
50360
50361         * tests/test-gc-pbkdf2-sha1.c: New file.
50362
50363 2005-10-12  Simon Josefsson  <jas@extundo.com>
50364
50365         * modules/gc-md5, modules/gc-hmac-md5: New files.
50366
50367         * modules/gc (Files): Remove md5, memxor and hmac files.
50368
50369 2005-10-12  Simon Josefsson  <jas@extundo.com>
50370
50371         * m4/gc-pbkdf2-sha1.m4: New file.
50372
50373         * m4/gc-hmac-sha1.m4: New file.
50374
50375         * m4/gc-sha1: New file.
50376
50377         * m4/hmac-sha1.m4: New file.
50378
50379 2005-10-12  Simon Josefsson  <jas@extundo.com>
50380
50381         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
50382
50383         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
50384
50385 2005-10-12  Simon Josefsson  <jas@extundo.com>
50386
50387         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
50388         suggested by Bruno Haible <bruno@clisp.org>.
50389
50390 2005-10-12  Simon Josefsson  <jas@extundo.com>
50391
50392         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
50393
50394 2005-10-12  Simon Josefsson  <jas@extundo.com>
50395
50396         * lib/gc-pbkdf2-sha1.c: New file.
50397
50398         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
50399
50400 2005-10-12  Simon Josefsson  <jas@extundo.com>
50401
50402         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
50403
50404         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
50405
50406 2005-10-12  Simon Josefsson  <jas@extundo.com>
50407
50408         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
50409         GC_USE_HMAC_MD5, respectively.
50410
50411         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
50412         (gc_md5): Fix typo.
50413
50414         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
50415
50416         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
50417
50418         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
50419
50420 2005-10-12  Bruno Haible  <bruno@clisp.org>
50421
50422         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
50423         Reported by Stepan Kasal <kasal@ucw.cz>.
50424
50425 2005-10-11  Simon Josefsson  <jas@extundo.com>
50426
50427         * tests/test-crc.c: New file.
50428
50429         * modules/crc, modules/crc-tests: New files.
50430
50431 2005-10-11  Simon Josefsson  <jas@extundo.com>
50432
50433         * m4/crc.m4: New file.
50434
50435 2005-10-11  Simon Josefsson  <jas@extundo.com>
50436
50437         * lib/gc.h: Add gc_hash and gc_hash_buffer.
50438
50439         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
50440
50441         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
50442
50443 2005-10-11  Simon Josefsson  <jas@extundo.com>
50444
50445         * lib/crc.h, lib/crc.c: New files.
50446
50447         * lib/gc.h (gc_hash_buffer): Add doc.
50448
50449 2005-10-11  Bruno Haible  <bruno@clisp.org>
50450
50451         * modules/c-strcasestr: New file.
50452         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
50453
50454 2005-10-11  Bruno Haible  <bruno@clisp.org>
50455
50456         * modules/c-strcase: New file.
50457         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
50458
50459 2005-10-11  Bruno Haible  <bruno@clisp.org>
50460
50461         * lib/strcasecmp.c: Include limits.h.
50462         (strcasecmp): Avoid integer overflow on exotic platforms.
50463         * lib/strncasecmp.c: Include limits.h.
50464         (strncasecmp): Avoid integer overflow on exotic platforms.
50465         Reported by Paul Eggert.
50466
50467 2005-10-11  Bruno Haible  <bruno@clisp.org>
50468
50469         * lib/c-strcasestr.h: New file, from GNU gettext.
50470         * lib/c-strcasestr.c: New file, from GNU gettext.
50471
50472 2005-10-11  Bruno Haible  <bruno@clisp.org>
50473
50474         * lib/c-strcase.h: New file, from GNU gettext.
50475         * lib/c-strcasecmp.c: New file, from GNU gettext.
50476         * lib/c-strncasecmp.c: New file, from GNU gettext.
50477
50478 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
50479
50480         * modules/mempcpy (License): GPL -> LGPL.
50481         * modules/strchrnul (License): Likewise.
50482         * modules/sysexits (License): Likewise.
50483
50484 2005-10-08  Simon Josefsson  <jas@extundo.com>
50485
50486         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
50487
50488 2005-10-07  Simon Josefsson  <jas@extundo.com>
50489
50490         * m4/memxor.m4: Remove gl_C_RESTRICT call.
50491
50492 2005-10-06  Simon Josefsson  <jas@extundo.com>
50493
50494         * tests/test-hmac-md5.c: New file.
50495
50496         * modules/hmac-md5-tests: New file.
50497
50498         * modules/hmac-md5: New file.
50499
50500 2005-10-06  Simon Josefsson  <jas@extundo.com>
50501
50502         * m4/hmac-md5.m4: New file.
50503
50504         * m4/memxor.m4: Require gl_C_RESTRICT.
50505
50506 2005-10-06  Simon Josefsson  <jas@extundo.com>
50507
50508         * lib/memxor.c (memxor): Avoid casts and warnings.
50509
50510 2005-10-06  Simon Josefsson  <jas@extundo.com>
50511
50512         * lib/hmac-md5.c: New file.
50513
50514         * lib/hmac.h: New file.
50515
50516 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
50517
50518         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
50519         promotes to int, not unsigned int, to catch the AIX 5.3
50520         compiler bug.
50521
50522 2005-10-05  Simon Josefsson  <jas@extundo.com>
50523
50524         * modules/memxor: New file.
50525
50526         * modules/iconv (Files): Move config.rpath to havelib, it is used
50527         there.
50528
50529         * modules/havelib (Files): Add config.rpath.
50530
50531 2005-10-05  Simon Josefsson  <jas@extundo.com>
50532
50533         * m4/memxor.m4: New file.
50534
50535 2005-10-05  Simon Josefsson  <jas@extundo.com>
50536
50537         * lib/memxor.c (memxor): Fix compiler error.
50538
50539         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
50540         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
50541
50542         * lib/memxor.h, lib/memxor.c: New files.
50543
50544         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
50545         we assume all systems have it, suggested by Jim Meyering
50546         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
50547         any systems lack sys/socket.h; mingw32 is known to lack it, but we
50548         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
50549         same reasons.
50550
50551 2005-10-05  Simon Josefsson  <jas@extundo.com>
50552
50553         * config/srclist.txt: Add glibc bug 1423 for md5.h.
50554
50555 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
50556
50557         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
50558         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
50559         needed, since the source code now assumes these .h files.
50560
50561 2005-10-05  Derek Price  <derek@ximbiot.com>
50562
50563         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
50564
50565 2005-10-05  Bruno Haible  <bruno@clisp.org>
50566
50567         * modules/stdint (License): Change to LGPL.
50568
50569 2005-10-04  Simon Josefsson  <jas@extundo.com>
50570
50571         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
50572         D. Baushke" <mdb@gnu.org>.
50573
50574 2005-10-04  Bruno Haible  <bruno@clisp.org>
50575
50576         * lib/verify.h (verify_true): Provide alternative definition for C++.
50577
50578 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
50579
50580         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
50581         (SSIZE_MAX): New macro, if not already defined.
50582         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
50583         than 2 GiB.
50584
50585 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
50586
50587         Sync from coreutils.
50588         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
50589         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
50590         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
50591         ULLONG_MAX doesn't work with 2.7.2.1.
50592
50593 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
50594
50595         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
50596         From Ben Pfaff.
50597
50598         * modules/exclude (Depends-on): Depend on verify.
50599         * modules/strtoimax (Depends-on): Likewise.
50600         * modules/utimecmp (Depends-on): Likewise.
50601
50602 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
50603
50604         * lib/exclude.c: Include verify.h.
50605         (verify): Remove.  All callers changed to use verify.h's version.
50606         * lib/strtoimax.c: Likewise.
50607         * lib/utimecmp.c: Likewis.e
50608
50609         Sync from coreutils.
50610         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
50611         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
50612         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
50613         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
50614         bother returning ENOSYS if settimeofday or stime fails; just let
50615         them return whatever errno they want to return.
50616         * lib/utimens.c: Include unistd.h, for dup2.
50617         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
50618         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
50619
50620 2005-10-02  Jim Meyering  <jim@meyering.net>
50621
50622         Sync from coreutils.
50623         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
50624         from glibc-2.2.5 that fails for read-only files.
50625
50626 2005-10-02  Jim Meyering  <jim@meyering.net>
50627
50628         Sync from coreutils.
50629         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
50630         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
50631         `#if HAVE_CONFIG_H'.
50632         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
50633         Remove AT_FDCWD test.
50634         Do not consume the fd unless successful.
50635         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
50636         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
50637         block, so that we don't even try to compile it if settimeofday is
50638         available.  This works around a compilation failure on OSF1 V5.1,
50639         due to stime requiring a `long int*' while tv_sec is `int'.
50640
50641 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
50642
50643         Sync from coreutils.
50644         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
50645         against `yes', rather than just testing for nonempty.
50646
50647 2005-10-01  Simon Josefsson  <jas@extundo.com>
50648
50649         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
50650         and Darwin.
50651
50652         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
50653         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
50654         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
50655         freeaddrinfo and gai_strerror are declared by the POSIX headers.
50656         Check if struct addrinfo is declared.
50657
50658 2005-10-01  Simon Josefsson  <jas@extundo.com>
50659
50660         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
50661         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
50662         AI_* and EAI_* definitions.  Protect function declarations.
50663
50664 2005-10-01  Jim Meyering  <jim@meyering.net>
50665
50666         Sync from coreutils.
50667
50668         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
50669         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
50670         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
50671         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
50672         in the inet and nsl libraries.  Required on Solaris 5.7.
50673
50674 2005-10-01  Jim Meyering  <jim@meyering.net>
50675
50676         Sync from coreutils.
50677         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
50678         in the inet and nsl libraries.  Required on Solaris 5.7.
50679
50680 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
50681
50682         * lib/getdelim.c (getdelim): Remove unused variables.
50683
50684 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
50685
50686         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
50687         so that the code works even with ancient cpp.  Portability problem
50688         with GCC 2.7.2.1 reported by Thomas M.Ott.
50689
50690 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
50691
50692         * modules/regex (Depends-on): Add strcase.
50693
50694         * modules/gethostname (Licence): Change from GPL to LGPL, since
50695         gethostname.c is a trivial implementation of a standard library
50696         function.
50697         * modules/poll (License): Change from GPL to LGPL, since it's
50698         derived from LGPL code.
50699
50700 2005-09-27  Jim Meyering  <jim@meyering.net>
50701
50702         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
50703         HAVE_CONFIG_H.
50704
50705         * lib/intprops.h (signed_type_or_expr__): Define.
50706         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
50707         for unsigned types.
50708
50709 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
50710
50711         * lib/verify.h (verify_expr): Remove, replacing with:
50712         (verify_true): New macro that returns true instead of void.
50713         (verify_type__): Remove.
50714         (verify): Use verify_true rather than verify_type__.
50715
50716 2005-09-26  Bruno Haible  <bruno@clisp.org>
50717
50718         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
50719         is necessary.
50720         (lib_SOURCES): Remove mbchar.c.
50721         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
50722         (Files): Add m4/mbrtowc.m4.
50723         * modules/mbiter: Likewise.
50724         * modules/mbuiter: Likewise.
50725
50726 2005-09-26  Bruno Haible  <bruno@clisp.org>
50727
50728         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
50729         compile mbchar.c if they are not both present.
50730         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
50731         * m4/mbiter.m4 (gl_MBITER): Likewise.
50732         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
50733         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
50734         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
50735
50736 2005-09-25  Jim Meyering  <jim@meyering.net>
50737
50738         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
50739         also uses socklen_t.
50740
50741 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
50742
50743         * lib/utimens.c (ENOSYS): Define if not already defined.
50744         (futimens): Support having a null PATH if the file descriptor
50745         is nonnegative.
50746
50747         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
50748         Remove.
50749         (__attribute): Define to empty unless GCC 3.1 or later.
50750         This works around a core dump on OpenBSD 3.4, which has GCC
50751         2.95.3, which dumps core when given __attribute__(()).  It also
50752         simplifies other tests, since we really don't want to bother with
50753         worrying about which ancient version of GCC supported what.
50754         Original problem reported by Yoann Vandoorselaere, with part of
50755         the fix suggested by Derek Price.
50756
50757 2005-09-24  Jim Meyering  <jim@meyering.net>
50758
50759         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
50760         so we can once again use a positive bitfield width of 1 -- now we
50761         don't have to explain why we were using a bitfield width of 2.
50762
50763 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
50764
50765         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
50766         and similarly for the other external symbols.  Problem reported
50767         by James Gallager.
50768
50769         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
50770         bug reported by Jim Meyering.
50771
50772         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
50773         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
50774         not needed, since socklen is a prerequisite module.
50775
50776 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
50777
50778         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
50779         Problem reported by Eric Blake.
50780         (getaddrinfo): Initialize se so that it's not garbage.
50781         Redo internal storage allocation so that it doesn't make unportable
50782         assumptions about alignment.
50783         Fix a memory leak.
50784
50785         * lib/utimens.c (futimens): Use futimesat if available.
50786         Prefer it to futimes since it doesn't have the futimes bug.
50787
50788         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
50789         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
50790         Instead, declare a function that returns a pointer to an array,
50791         and use verify_type__ to declare the size of the array.
50792         Problem and germ of a solution reported by Bruno Haible.
50793         (verify_type__): Use 2, not 1, for bitfield size, to avoid
50794         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
50795
50796 2005-09-23  Jim Meyering  <jim@meyering.net>
50797
50798         Sync from coreutils.
50799         Correct build failure (socklen_t not defined) on at least
50800         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
50801         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
50802
50803 2005-09-23  Jim Meyering  <jim@meyering.net>
50804
50805         * modules/getaddrinfo (Depends-on): Add socklen.
50806
50807 2005-09-23  Bruno Haible  <bruno@clisp.org>
50808
50809         * tests/test-verify.c: New file.
50810
50811 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
50812
50813         Sync from coreutils.
50814
50815         * modules/argmatch (Depends-on): Add verify.
50816         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
50817         unistd-safer.
50818         * modules/save-cwd (Depends-on): Likewise.
50819
50820         * modules/openat (Files): Add lib/openat-die.c.
50821         (Depends-on): Remove error, exitfail.
50822         Add dirname.
50823
50824         * modules/verify: New file.
50825         * MODULES.html.sh (Diagnostics <assert.h>): New section,
50826         with "verify" module.
50827
50828 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
50829
50830         Sync from coreutils.
50831
50832         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
50833         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
50834         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
50835         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
50836         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
50837         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
50838         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
50839         Don't bother checking for string.h, stdlib.h, unistd.h.
50840         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
50841         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
50842         module's job.
50843         * m4/jm-macros.m4 (gl_MACROS): Likewise.
50844         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
50845
50846         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
50847         (gl_GETDATE): Use it.
50848
50849         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
50850
50851 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
50852
50853         Sync from coreutils.
50854
50855         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
50856         stat-time.h.
50857         * lib/argmatch.h: Include verify.h
50858         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
50859         (ARGMATCH_ASSERT): Remove; unused.
50860         * lib/canonicalize.c: Assume STDC_HEADERS.
50861         * lib/exclude.c: Include "strcase.h".
50862         * lib/regex_internal.h [!defined _LIBC]: Likewise.
50863         * lib/getusershell.c: Include stdio--.h rather than stdio.h
50864         and stdio-safer.h.
50865         (getusershell): Call fopen, not fopen_safer.
50866         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
50867         Do not include unistd-safer.h.
50868         (save_cwd): Don't call fd_safer; no longer needed
50869         now that we include fcntl--.h.
50870
50871         * lib/getdate.y (relative_time): New type.
50872         (RELATIVE_TIME_0): New constant.
50873         (parser_control): Use relative_time instead of doing it ourselves.
50874         (%union): Add new relative_time rel member.
50875         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
50876         Now typeless.
50877         (relunit, relunit_snumber): Now of type rel.
50878         (zone, rel, relunit, get_date): Adjust to above changes.
50879
50880         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
50881         Do not include unistd-safer.h.
50882         (getloadavg): Don't call fd_safer; no longer needed
50883         now that we include fcntl--.h.
50884
50885         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
50886         (make_dir_parents): Treat ENOSYS like EEXIST.
50887
50888         Improve quality of diagnostics on restore_cwd failure.
50889         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
50890         (make_dir_parents): Last arg is now int * (for errno), not bool *.
50891         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
50892         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
50893         each time through the loop.  Do not diagnose restore_cwd failure;
50894         that is the caller's job (and perhaps the caller does not care).
50895
50896         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
50897         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
50898         If the file already exists but is not a directory, don't bother
50899         to try to make its parents.
50900         Close potential file descriptor leak if we can't chdir("/") (!).
50901         Don't always return true if chdir($PWD) fails; return true only
50902         if the requested action was done successfully (except for the
50903         chdir($PWD)).
50904         Don't log final directory unless we actually made it.
50905         Refactor to avoid duplicate code to fix up permissions.
50906         Don't attempt to fix up parent permissions if chdir($PWD) fails.
50907
50908         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
50909         to make it a bit faster and (I hope) clearer.
50910         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
50911         Fix bug in formats like %2N.
50912
50913         * lib/verify.h: New file.
50914
50915 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
50916
50917         Sync from coreutils.
50918         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
50919
50920 2005-09-22  Jim Meyering  <jim@meyering.net>
50921
50922         Sync from coreutils.
50923
50924         * m4/lstat.m4 (gl_FUNC_LSTAT):
50925         Use AC_LIBSOURCES to require lstat.c and lstat.h.
50926         Remove obsolete comment.
50927         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
50928         * m4/xstrtod.m4: Likewise.
50929
50930         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
50931
50932 2005-09-22  Jim Meyering  <jim@meyering.net>
50933
50934         Sync from coreutils.
50935
50936         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
50937
50938         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
50939         the .tm_year member, since otherwise gcc-4.0 would now warn about
50940         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
50941
50942         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
50943         order to avoid an unsuppressible warning from gcc on 64-bit systems.
50944
50945         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
50946         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
50947         when run in a time zone for which daylight savings time is in effect
50948         for the starting date.
50949
50950         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
50951         stop us from restricting permissions of just-created absolute-named
50952         directories.
50953         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
50954         to restore initial working directory.
50955         * lib/mkdir-p.c (make_dir_parents): New parameter:
50956         different_working_dir, to tell caller if/when we change the working
50957         directory and are unable to return to the initial one.
50958         * lib/mkdir-p.h (make_dir_parents): Update prototype.
50959         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
50960         `return false'.  This fixes a bug introduced on 2004-07-30.
50961
50962         * lib/openat.c (fdopendir): Be sure to close the supplied
50963         file descriptor before returning.  This makes our replacement
50964         implementation a little closer to Solaris's, where fdopendir
50965         ties the file descriptor to the returned DIR* pointer.
50966         * lib/openat.c (unlinkat): New function.
50967         * lib/openat.h (unlinkat): Add prototype.
50968         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
50969         (openat_restore_fail): Rename from openat_restore_die.
50970         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
50971
50972         Provide an alternative to exiting immediately upon save_cwd or
50973         restore_cwd failure.  Now, an application can arrange e.g.,
50974         to perform a longjump in that case.
50975         * lib/openat.c: Include dirname.h.
50976         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
50977         (rpl_openat, fdopendir, fstatat): Call openat_save_die
50978         and openat_restore_die rather than calling error directly.
50979         Don't include "error.h" or "exitfail.h"; they're no longer needed.
50980
50981         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
50982         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
50983         define.
50984
50985         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
50986         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
50987                             int utc, int nanoseconds);
50988         Background:
50989         date should not have to allocate a megabyte of virtual memory to
50990         handle a format argument like +%1048575T.  When implemented with
50991         strftime, it must allocate such a buffer, use strftime to fill it
50992         in, print it, then free it.
50993         With fprintftime, it simply prints everything and exits.
50994         With no need for memory allocation, that's one fewer way to fail.
50995         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
50996         optional field width, not before, so we accept %9:z, not %:9z.
50997         (my_strftime): Be sure to use L_('x') for literals.
50998
50999         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
51000         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
51001         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
51002         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
51003         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
51004         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
51005         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
51006         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
51007         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
51008         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
51009         * lib/xgethostname.c, lib/xreadlink.c:
51010         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
51011
51012         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
51013         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
51014         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
51015         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
51016         and don't include <sys/file.h>).
51017
51018 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
51019
51020         Sync from coreutils.
51021
51022         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
51023         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
51024         [!LDAV_DONE]: Avoid unused variable warning.
51025
51026 2005-09-21  Bruno Haible  <bruno@clisp.org>
51027
51028         * lib/unicodeio.h (unicode_to_mb): New declaration.
51029
51030 2005-09-20  Derek Price  <derek@ximbiot.com>
51031
51032         * lib/getaddrinfo.c: Don't include <netdb.h> included from
51033         getaddrinfo.h.
51034
51035 2005-09-20  Bruno Haible  <bruno@clisp.org>
51036
51037         * gnulib-tool: Remove trailing slashes from the values specified for
51038         --source-base, --m4-base, --tests-base, --aux-dir.
51039         Suggested by Simon Josefsson <jas@extundo.com>.
51040
51041 2005-09-20  Bruno Haible  <bruno@clisp.org>
51042
51043         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
51044         func_modules_to_filelist, func_import, func_create_testdir): Make all
51045         sorting results locale-independent, so that gnulib-cache.m4 doesn't
51046         change when gnulib-tool is invoked in a different locale.
51047
51048 2005-09-19  Simon Josefsson  <jas@extundo.com>
51049
51050         * m4/socklen.m4: Fix typo.
51051
51052 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
51053
51054         Use a consistent style for including <config.h>.
51055         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
51056         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
51057         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
51058         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
51059         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
51060         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
51061         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
51062         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
51063         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
51064         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
51065         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
51066         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
51067         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
51068         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
51069         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
51070         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
51071         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
51072         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
51073         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
51074         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
51075         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
51076         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
51077         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
51078         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
51079         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
51080         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
51081         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
51082         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
51083         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
51084         lib/xstrtoumax.c, lib/yesno.c:
51085         Standardize inclusion of config.h.
51086         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
51087         lib/inttostr.h:  Removed inclusion of config.h from header files.
51088         * lib/inttostr.c:  Adjusted in-tree users.
51089         * lib/timespec.h: Remove superfluous warning to include config.h.
51090         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
51091         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
51092         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
51093         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
51094         config.h with HAVE_CONFIG_H.
51095
51096 2005-09-19  Jim Meyering  <jim@meyering.net>
51097
51098         * modules/pathmax (License): Change to LGPL.
51099
51100 2005-09-19  Derek Price  <derek@ximbiot.com>
51101
51102         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
51103
51104 2005-09-19  Bruno Haible  <bruno@clisp.org>
51105
51106         * gnulib-tool (import): Provide default for --tests-base.
51107
51108 2005-09-19  Bruno Haible  <bruno@clisp.org>
51109
51110         * doc/quote.texi: New file, extracted from gnulib.texi.
51111         * doc/ctime.texi: New file, extracted from gnulib.texi.
51112         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
51113         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
51114         * doc/gnulib.texi: Include them.
51115
51116 2005-09-18  Bruno Haible  <bruno@clisp.org>
51117
51118         Portability fix.
51119         * gnulib-tool (func_readlink): New function.
51120         (func_ln_if_changed): Use it.
51121
51122 2005-09-18  Bruno Haible  <bruno@clisp.org>
51123
51124         * gnulib-tool: Support --with-tests also with --import.
51125         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
51126         (func_import): Use variables $testsbase and $inctests. Emit a
51127         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
51128         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
51129         SUBDIRS += $testsdir.
51130         (func_create_testdir): Update.
51131
51132 2005-09-18  Bruno Haible  <bruno@clisp.org>
51133
51134         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
51135         instead of $dry_run.
51136         (func_cp_if_changed, func_mv_if_changed): Remove functions.
51137         (func_ln_if_changed): Don't handle dry-run here.
51138         (func_import): In dry-run mode, detect more precisely which actions
51139         would be performed, and don't use "...ing" verbs.
51140
51141 2005-09-18  Bruno Haible  <bruno@clisp.org>
51142
51143         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
51144         (func_import): Use join on two temporary files instead of three nested
51145         loops, in order to determine which files are new or old.
51146
51147 2005-09-18  Bruno Haible  <bruno@clisp.org>
51148
51149         * gnulib-tool (func_import): Comment out code that spits out the
51150         new files with --dry-run.
51151
51152 2005-09-18  Bruno Haible  <bruno@clisp.org>
51153
51154         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
51155
51156 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
51157
51158         * lib/stat-time.h: New file.
51159         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
51160         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
51161         in a different way.
51162         (timespec_cmp): New function.
51163         * lib/utimecmp.c: Include stat-time.h.
51164         (SYSCALL_RESOLUTION): Depend on whether various struct stat
51165         members exist, not on the obsolescent ST_MTIM_NSEC.
51166         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
51167
51168 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
51169
51170         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
51171
51172 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
51173
51174         * MODULES.html.sh (File system functions): Add stat-time.
51175         * modules/stat-time: New file.
51176         * modules/timespec (Files): Remove m4/st_mtim.m4; this
51177         is now done in a different way, by the stat-time module.
51178         * modules/utimecmp (Depends-on): Add stat-time.
51179
51180 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
51181
51182         * m4/st_mtim.m4: Remove.  Superseded by...
51183         * m4/stat-time.m4: New file.
51184         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
51185         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
51186
51187 2005-09-15  Derek Price  <derek@ximbiot.com>
51188
51189         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
51190
51191 2005-09-15  Derek Price  <derek@ximbiot.com>
51192
51193         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
51194         * lib/regex_internal.c: Ditto, using this...
51195         (__GNUC_PREREQ): ...new macro.
51196         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
51197         using...
51198         (__GNUC_PREREQ): ...this new macro.
51199
51200         * lib/strstr.h: Include string.h. Define strstr as a macro here.
51201
51202 2005-09-15  Derek Price  <derek@ximbiot.com>
51203             Paul Eggert  <eggert@cs.ucla.edu>
51204
51205         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
51206         changes, consolidating in...
51207         * lib/regex_internal.h: ...this file.
51208
51209 2005-09-13  Jim Meyering  <jim@meyering.net>
51210
51211         * lib/canon-host.c: Filter through gnu indent and reword comments
51212         slightly.
51213         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
51214
51215 2005-09-13  Derek Price  <derek@ximbiot.com>
51216
51217         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
51218         failure.
51219         Reported by Jim Meyering  <jim@meyering.net>.
51220
51221 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
51222
51223         * lib/base64.c: Typo.
51224         (base64_encode): Put b64str in initialized data section.
51225
51226 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
51227
51228         Merge glibc and coreutils changes into gnulib, plus a few
51229         extra fixes.
51230         * lib/md5.c: Use #error rather than a string.
51231         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
51232         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
51233         (__attribute__): Define to empty for non recent-GCC.
51234         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
51235         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
51236         Renamed from their non-__ counterparts, with new macros replacing
51237         them if not _LIBC.  Add __THROW attribute.
51238         (rol): Remove.
51239         (struct md5_ctx): Align buffer if using GCC.
51240         * lib/sha1.h (struct sha1_ctx): Likewise.
51241         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
51242         The old name was backwards.
51243         (NOTSWAP): Remove; not used.
51244         (rol): New macro, moved here from md5.h.
51245         (sha1_process_block): Remove a FIXME that doesn't make sense.
51246
51247 2005-09-12  Derek Price  <derek@ximbiot.com>
51248
51249         Return usable errors from canon-host.
51250         * lib/canon-host.h: New file.
51251         * lib/canon-host.c (canon_host): Wrap...
51252         (canon_host_r): ...this new function, which now relies exclusively on
51253         getaddrinfo.
51254         (ch_strerror): New function.
51255         (last_cherror): New global.
51256         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
51257         interface.
51258         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
51259         void *.
51260         (freeaddrinfo): Free ai->ai_canonname when set.
51261
51262 2005-09-12  Derek Price  <derek@ximbiot.com>
51263
51264         Make canon-host require getaddrinfo.
51265         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
51266         AC_LIBSOURCE canon-host.h.  Call...
51267         (gl_PREREQ_CANON_HOST): ...this new function, which requires
51268         gl_GETADDRINFO.
51269         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
51270
51271 2005-09-12  Derek Price  <derek@ximbiot.com>
51272
51273         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
51274         LGPL.
51275         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
51276
51277 2005-09-12  Derek Price  <derek@ximbiot.com>
51278
51279         * lib/gai_strerror.c: Include config.h when available.  Include
51280         getaddrinfo.h before other headers to test interface.
51281         Reported by Larry Jones <lawrence.jones@ugs.com>.
51282
51283 2005-09-12  Derek Price  <derek@ximbiot.com>
51284             Paul Eggert  <eggert@cs.ucla.edu>
51285
51286         * modules/glob (Files): Add glob-libc.h.
51287
51288 2005-09-12  Derek Price  <derek@ximbiot.com>
51289             Paul Eggert  <eggert@cs.ucla.edu>
51290
51291         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
51292         glob_.h, glob-libc.h.
51293         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
51294
51295 2005-09-12  Derek Price  <derek@ximbiot.com>
51296             Paul Eggert  <eggert@cs.ucla.edu>
51297
51298         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
51299         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
51300         protecting things that should be done only in gnulib contexts.
51301         * lib/glob_.h: New file, containing only the glob things needed for
51302         gnulib.
51303         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
51304         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
51305         (glob, globfree, glob_pattern_p): Now defined simply in terms of
51306         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
51307         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
51308         and to respect the namespace rules better.
51309
51310 2005-09-08  Simon Josefsson  <jas@extundo.com>
51311
51312         * modules/socklen: New file.
51313
51314 2005-09-08  Simon Josefsson  <jas@extundo.com>
51315
51316         * m4/socklen.m4: New file.
51317
51318 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
51319
51320         * modules/utimens (Files): Add m4/utimbuf.m4, since
51321         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
51322         Reported by Sergey Poznyakoff.
51323
51324 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
51325
51326         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
51327         definitions, since that's the preferred style in glibc.
51328         Fix a minor spacing issue, and update copyright notice to match
51329         glibc's.
51330
51331 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
51332
51333         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
51334
51335 2005-09-06  Simon Josefsson  <jas@extundo.com>
51336
51337         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
51338         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
51339
51340 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
51341
51342         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
51343         warning.
51344
51345 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
51346
51347         * config/srclist.txt: Add glibc bug 1302.
51348
51349 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
51350
51351         Change bitset word type from unsigned int to unsigned long int,
51352         as this has better performance on typical 64-bit hosts.
51353         Port bitset code to hosts with unusual word sizes.
51354         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
51355         (build_collating_symbol):
51356         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
51357         argument is a bitset.  This is merely a style issue, but it makes
51358         it clearer that an entire array is expected.
51359         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
51360         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
51361         Port to the case where bitset_word is not the same as unsigned int.
51362         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
51363         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
51364         Likewise.
51365         * lib/regexec.c (check_dst_limits_calc_pos_1,
51366         check_subexp_matching_top):
51367         (build_trtable, group_nodes_into_DFAstates):
51368         Likewise.
51369         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
51370         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
51371         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
51372         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
51373         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
51374         * lib/regcomp.c (optimize_subexps, lower_subexp):
51375         Work even if bitset_word has holes in its bitwise representation.
51376         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
51377         * lib/regexec.c (check_dst_limits_calc_pos_1,
51378         check_subexp_matching_top):
51379         Likewise.
51380         * lib/regex_internal.c (re_string_reconstruct):
51381         Don't assume UCHAR_MAX == 255.
51382         * lib/regex_internal.h (bitset_set_all): Likewise.
51383         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
51384         All uses changed.
51385         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
51386         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
51387         All uses changed.
51388         (BITSET_WORD_MAX): New macro.
51389         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
51390         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
51391         (bitset_empty, bitset_copy):
51392         Prefer sizeof (bitset) to multiplying it out ourselves.
51393         (bitset_not_merge): Remove; unused.
51394         (bitset_contain): Return bool, not unsigned int with one bit on.
51395         All callers changed.
51396         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
51397         alignment than re_node_set; do this by defining a new internal
51398         type struct dests_alloc and using it to allocate memory.
51399
51400 2005-09-05  Bruno Haible  <bruno@clisp.org>
51401
51402         * gnulib-tool (func_import): Fix comparison in handling of symbolic
51403         links.
51404
51405 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
51406
51407         * modules/size_max (Makefile.am): Add size_max.h
51408
51409 2005-09-04  Derek Price  <derek@ximbiot.com>
51410
51411         * gnulib-tool (func_import): Fix reversed $symbolic logic.
51412
51413 2005-09-03  Simon Josefsson  <jas@extundo.com>
51414
51415         * gnulib-tool: Fix typo.
51416
51417 2005-09-03  Simon Josefsson  <jas@extundo.com>
51418
51419         * config/srclist.txt: Add glibc bug 1293.
51420
51421 2005-09-03  Derek Price  <derek@ximbiot.com>
51422
51423         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
51424         From Larry Jones <lawrence.jones@ugs.com>.
51425
51426 2005-09-02  Simon Josefsson  <jas@extundo.com>
51427
51428         * modules/socklen: New file.
51429
51430 2005-09-02  Simon Josefsson  <jas@extundo.com>
51431
51432         * modules/havelib: New module.
51433
51434         * modules/gettext, modules/iconv, modules/lock, modules/readline:
51435         Use havelib.
51436
51437 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
51438
51439         Check for arithmetic overflow when calculating sizes, to prevent
51440         some buffer-overflow issues.  These patches are conservative, in the
51441         sense that when I couldn't determine whether an overflow was possible,
51442         I inserted a run-time check.
51443         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
51444         macros.
51445         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
51446         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
51447         (re_xnrealloc, re_x2nrealloc): New inline functions.
51448         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
51449         parse_bracket_exp):
51450         (build_equiv_class, build_charclass): Check for arithmetic overflow
51451         in size expression calculations.
51452         * lib/regex_internal.c (re_string_realloc_buffers):
51453         (build_wcs_upper_buffer, re_node_set_add_intersect):
51454         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
51455         (re_dfa_add_node, register_state): Likewise.
51456         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
51457         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
51458         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
51459         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
51460
51461 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
51462
51463         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
51464         m4/ulonglong.m4.  Problem reported by Martin Lambers.
51465
51466 2005-09-02  Bruno Haible  <bruno@clisp.org>
51467
51468         Support for lib vs. lib64 distinction on biarch platforms.
51469         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
51470         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
51471         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
51472
51473 2005-09-02  Bruno Haible  <bruno@clisp.org>
51474
51475         * gnulib-tool (import): In the other first-use case, provide defaults
51476         as well.
51477
51478 2005-09-02  Bruno Haible  <bruno@clisp.org>
51479
51480         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
51481         patches not yet found in the latest gettext release.
51482
51483 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
51484
51485         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
51486         to avoid a collision with bits/local_lim.h in glibc.
51487         All uses changed.  Problem reported by Dmitry V. Levin in
51488         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
51489
51490         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
51491         bugs in int versus size_t comparisons.
51492         (re_string_context_at): Fix bug where the code assumed that
51493         Idx is signed.
51494
51495         Use bool where appropriate.
51496         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
51497         All callers changed.
51498         (calc_eclosure_iter): Likewise, for ROOT arg.
51499         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
51500         (build_charclass_op): Likewise, for NON_MATCH arg.
51501         * lib/regex_internal.c (re_string_allocate, re_string_construct):
51502         (re_string_construct_common): Likewise, for ICASE arg.
51503         * lib/regexec.c (re_search_2_stub, re_search_stub):
51504         Likewise, for RET_LEN arg.
51505         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
51506         (set_regs): Likewise, for FL_BACKTRACK arg.
51507         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
51508         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
51509         (calc_eclosure_iter, parse_bracket_exp):
51510         Use bool for internal variables that are booleans.
51511         * lib/regexec.c (re_search_internal, check_matching,
51512         proceed_next_node):
51513         (set_regs, build_sifted_states, sift_states_bkref):
51514         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
51515         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
51516         (find_collation_sequence_value):
51517         Likewise.
51518         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
51519         (re_node_set_compare):
51520         Return bool, not int. All callers changed.
51521         * lib/regexec.c (check_halt_node_context, check_dst_limits):
51522         (build_trtable, check_node_accept): Likewise.
51523         * lib/regex_internal.h: Include stdbool.h.
51524
51525         Fix bugs uncovered when converting to bool.
51526         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
51527         failure instead of charging ahead blindly.
51528         * lib/regex_internal.c (register_state): Likewise.
51529         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
51530         for freeing internal storage.
51531         (group_nodes_into_DFA_states): Use unsigned int, not int, for
51532         bitset pieces used as boolean, to avoid undefined behavior
51533         on hosts that do int overflow checking.
51534
51535 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
51536
51537         * config/srclist.txt: Add glibc bugs 1285-1287.
51538
51539 2005-09-01  Jim Meyering  <jim@meyering.net>
51540
51541         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
51542         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
51543         Require gl_STAT_MACROS, too.
51544
51545 2005-09-01  Bruno Haible  <bruno@clisp.org>
51546
51547         * gnulib-tool (import): In the first-use case, provide defaults.
51548
51549 2005-09-01  Bruno Haible  <bruno@clisp.org>
51550
51551         * gnulib-tool (func_import): Remove the .tmp files.
51552
51553 2005-09-01  Bruno Haible  <bruno@clisp.org>
51554
51555         * gnulib-tool (func_import): Fix handling of symbolic links.
51556
51557 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
51558
51559         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
51560         old glibc regex code mishandles strings longer than 2**31 bytes.
51561         This patch fixes this when the regex code is used in gnulib
51562         (i.e., outside glibc).
51563
51564         This patch should not affect the use of the regex code inside
51565         glibc.  No doubt this problem also needs to be handled for glibc
51566         as well, but the result will be an incompatible change to the
51567         glibc ABI, and the old ABI will have to be supported too.  That
51568         can be the the subject for another patch.
51569
51570         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
51571         governing whether the rest of this patch is active.  By default,
51572         the macro is disabled and the patch has no effect.
51573         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
51574         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
51575         (struct re_pattern_buffer, re_search, re_search_2, re_match):
51576         (re_match_2, re_set_registers): Use the new types.
51577         * lib/regex_internal.h (Idx, re_hashval_t): New types.
51578         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
51579         New macros.
51580         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
51581         (re_string_context_at, bin_tree_t, re_dfastate_t):
51582         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
51583         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
51584         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
51585         (re_string_char_size_at, re_string_wchar_at):
51586         (re_string_elem_size_at):
51587         Use the new types and macros to port to 64-bit hosts.
51588         Use unsigned types for internal values, so that the code
51589         mostly works even for arrays larger than SSIZE_MAX.
51590         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
51591         (search_duplicated_node, calc_eclosure_iter, fetch_number):
51592         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
51593         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
51594         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
51595         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
51596         (calc_inveclosure, parse_dup_op, build_range_exp):
51597         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
51598         (fetch_number, create_token_tree, mark_opt_subexp):
51599         Likewise.
51600         * lib/regex_internal.c (re_string_construct_common,
51601         create_ci_newstate):
51602         (create_cd_newstate, re_string_allocate, re_string_construct):
51603         (re_string_realloc_buffers, build_wcs_upper_buffer):
51604         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
51605         (re_string_reconstruct, re_string_peek_byte_case):
51606         (re_string_fetch_byte_case, re_string_context_at):
51607         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
51608         (re_node_set_init_copy, re_node_set_add_intersect):
51609         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
51610         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
51611         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
51612         (re_acquire_state, re_acquire_state_context, register_state):
51613         Likewise.
51614         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
51615         search_cur_bkref_entry):
51616         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
51617         (re_search_internal, re_search_2_stub, re_search_stub)
51618         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
51619         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
51620         (update_cur_sifted_state, check_dst_limits):
51621         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
51622         (check_subexp_limits, sift_states_bkref, merge_state_array):
51623         (check_subexp_matching_top, get_subexp, get_subexp_sub):
51624         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
51625         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
51626         (expand_bkref_cache, check_node_accept_bytes):
51627         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
51628         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
51629         (acquire_init_state_context, check_halt_node_context):
51630         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
51631         (sift_states_backward, clean_state_log_if_needed):
51632         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
51633         (find_recover_state, transit_state_sb, transit_state_mb):
51634         (transit_state_bkref, build_trtable, match_ctx_clean):
51635         Likewise.
51636         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
51637         to work around an assumption that REG_MISSING is negative.
51638
51639         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
51640         (seek_collating_symbol_entry) [defined _LIBC]:
51641         (lookup_collation_sequence_value) [defined _LIBC]:
51642         (build_range_exp, build_collating_symbol) [defined _LIBC]:
51643         Use prototypes rather than old-style function definitions.
51644         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
51645         (transit_state_sb) [0]:
51646         (find_collation_sequence_value) [defined _LIBC]: Likewise.
51647
51648         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
51649         rm_eo.
51650
51651         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
51652         (optimize_subexps, lower_subexp):
51653         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
51654         since the signed shift might overflow.  Use 1u<<31 instead.
51655         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
51656         Likewise.
51657         * lib/regexec.c (check_dst_limits_calc_pos_1,
51658         check_subexp_matching_top): Likewise.
51659
51660         * lib/regcomp.c (optimize_subexps, lower_subexp):
51661         Use CHAR_BIT rather than 8, for clarity.
51662         * lib/regexec.c (check_dst_limits_calc_pos_1):
51663         (check_subexp_matching_top): Likewise.
51664         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
51665         have to worry about portability issues when shifting it left.
51666         Remove no-longer-needed test for table_size > 0.
51667         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
51668         in a word, as the resulting behavior is undefined.
51669         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
51670         in one case, a <= should have been an <, and in another case the
51671         whole test was missing.
51672         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
51673         the standard name CHAR_BIT.
51674         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
51675         this is not true on one's complement and signed-magnitude hosts.
51676
51677         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
51678         next_last_offset.
51679         (struct re_dfa_t): Remove unused member states_alloc.
51680         * lib/regcomp.c (init_dfa): Don't initialize unused members.
51681
51682 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
51683
51684         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
51685         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
51686         and large-file glibc and in 32-bit large-file Solaris.
51687
51688 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
51689
51690         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
51691         lengths fit in regoff_t; this isn't true if regoff_t is the same
51692         width as size_t.
51693         * lib/regex.c (re_search_internal): 5th arg is LAST_START
51694         (= START + RANGE) instead of RANGE.  This avoids overflow
51695         problems when regoff_t is the same width as size_t.
51696         All callers changed.
51697         (re_search_2_stub): Check for overflow when adding the
51698         sizes of the two strings.
51699         (re_search_stub): Check for overflow when adding START
51700         to RANGE; if it occurs, substitute the extreme value.
51701
51702 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
51703
51704         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
51705
51706 2005-08-31  Jim Meyering  <jim@meyering.net>
51707
51708         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
51709         a pointer-to-const.
51710         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
51711         (register_state): Likewise.
51712         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
51713         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
51714         (group_nodes_into_DFAstates): Likewise.
51715
51716 2005-08-31  Jim Meyering  <jim@meyering.net>
51717
51718         * check-module: Add a FIXME comment.
51719
51720 2005-08-31  Eric Blake  <ebb9@byu.net>
51721
51722         * modules/unistd-safer (Files): Add unistd--.h.
51723         * modules/stdio-safer (Files): Add stdio--.h.
51724
51725 2005-08-31  Derek Price  <derek@ximbiot.com>
51726
51727         * lib/getdelim.c (getdelim): Return EOF on EOF.
51728         Reported by Larry Jones <lawrence.jones@ugs.com>.
51729
51730 2005-08-31  Bruno Haible  <bruno@clisp.org>
51731
51732         Avoid unnecessary diffs in the generated lib/Makefile.am.
51733         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
51734         the generated files.
51735         (func_import): Don't set cmd.
51736
51737 2005-08-31  Bruno Haible  <bruno@clisp.org>
51738
51739         * lib/strstr.c: Include <stddef.h>, for NULL.
51740         * lib/strcasestr.c: Likewise.
51741         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
51742
51743 2005-08-31  Bruno Haible  <bruno@clisp.org>
51744
51745         * gnulib-tool: New option --macro-prefix.
51746         (func_import): Use macro_prefix.
51747         (import): Handle option --macro-prefix.
51748
51749 2005-08-31  Bruno Haible  <bruno@clisp.org>
51750
51751         * gnulib-tool (import): Rename most ac_* variables to cached_*.
51752         Also use new variables cached_lgpl, cached_libtool.
51753
51754 2005-08-31  Bruno Haible  <bruno@clisp.org>
51755
51756         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
51757         always instantiating them.
51758
51759 2005-08-31  Bruno Haible  <bruno@clisp.org>
51760
51761         * gnulib-tool (func_import): Read the previous cached settings
51762         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
51763         earlier added by gnulib but are now dropped. Warn when a gnulib file
51764         overwrites a non-gnulib file.
51765
51766 2005-08-31  Bruno Haible  <bruno@clisp.org>
51767
51768         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
51769         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
51770         projects that don't keep autogenerated files in CVS. Put into
51771         actioncmd only the specified modules, not the transitive closure.
51772
51773 2005-08-31  Bruno Haible  <bruno@clisp.org>
51774
51775         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
51776         Create directories that shall be filled.
51777         (import): Don't look for gl_* macros in configure.ac. Recurse across
51778         all directories containing a gnulib-cache.m4 files, if meaningful.
51779
51780 2005-08-31  Bruno Haible  <bruno@clisp.org>
51781
51782         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
51783         (import): Set seen_libtool when we see gl_LIBTOOL.
51784
51785 2005-08-31  Bruno Haible  <bruno@clisp.org>
51786
51787         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
51788         declaration macro definitions from generated gnulib.m4.
51789
51790 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
51791
51792         * lib/iconvme.h: Add prototype for iconv_alloc.
51793
51794 2005-08-29  Simon Josefsson  <jas@extundo.com>
51795
51796         * lib/iconvme.c: Fix errno.
51797
51798 2005-08-29  Bruno Haible  <bruno@clisp.org>
51799
51800         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
51801         that it works when the directory contains spaces.
51802
51803 2005-08-29  Bruno Haible  <bruno@clisp.org>
51804
51805         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
51806
51807 2005-08-29  Bruno Haible  <bruno@clisp.org>
51808
51809         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
51810         Emit more advice.
51811
51812 2005-08-29  Bruno Haible  <bruno@clisp.org>
51813         and Stepan Kasal  <kasal@ucw.cz>
51814
51815         * check-module: If more parameters are given, check each of them
51816         separately; add more exceptions, as noted by Jim Meyering.
51817         (check_module): New procedure.
51818         (%exempt_header): Now contains all exceptions.
51819
51820 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
51821
51822         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
51823
51824 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
51825
51826         * lib/iconvme.c: Split iconv_string into iconv_alloc.
51827
51828 2005-08-28  Bruno Haible  <bruno@clisp.org>
51829
51830         * m4/gnulib-tool.m4: New file.
51831
51832 2005-08-27  Jim Meyering  <jim@meyering.net>
51833
51834         * modules/unistd-safer (Files): Add pipe-safer.c.
51835         * modules/fcntl-safer (Files): Add creat-safer.c.
51836
51837 2005-08-27  Jim Meyering  <jim@meyering.net>
51838
51839         * m4/stdlib-safer.m4: New file.  From coreutils.
51840         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
51841         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
51842         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
51843         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
51844         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
51845
51846 2005-08-27  Jim Meyering  <jim@meyering.net>
51847
51848         * lib/fopen-safer.c: Merge minor changes from coreutils.
51849         * lib/dup-safer.c: Likewise.
51850         * lib/fd-safer.c: Likewise.
51851
51852         Merge from coreutils.
51853         * lib/stdio--.h: New file.
51854         * lib/stdlib--.h: New file.
51855         * lib/mkstemp-safer.c: New file.
51856
51857         GNU tar needs these.
51858         * lib/pipe-safer.c: New file.
51859         * lib/creat-safer.c: New file.
51860         * lib/fcntl--.h (creat): Define to creat_safer.
51861         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
51862         * lib/unistd--.h (pipe): Define to pipe_safer.
51863         * lib/unistd-safer.h: Declare pipe_safer.
51864
51865 2005-08-26  Simon Josefsson  <jas@extundo.com>
51866
51867         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
51868         Haible <bruno@clisp.org>.
51869
51870 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
51871
51872         * lib/regex_internal.h: Remove all references to
51873         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
51874         or better.
51875         (bitset_not, bitset_merge, bitset_not_merge):
51876         (bitset_mask, re_string_allocate, re_string_construct):
51877         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
51878         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
51879         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
51880         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
51881         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
51882         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
51883         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
51884         (re_acquire_state_context):
51885         Remove unnecessary forward decls.
51886         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
51887         Put __attribute at function definition,
51888         now that the function decl has been removed.
51889         * lib/regex_internal.c (re_string_peek_byte_case):
51890         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
51891         Likewise.
51892
51893 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
51894
51895         * m4/regex.m4: Add AC_PREREQ(2.50).
51896         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
51897
51898 2005-08-25  Simon Josefsson  <jas@extundo.com>
51899
51900         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
51901         __fsetlocking.
51902
51903 2005-08-25  Simon Josefsson  <jas@extundo.com>
51904
51905         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
51906         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
51907         GLIBC specific code.
51908
51909 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51910
51911         Make regex safe for g++.  This fixes one real bug (an "err"
51912         that should have been "*err").  g++ problem reported by
51913         Sam Steingold.
51914         * lib/regex_internal.h (re_calloc): New macro, consistent with
51915         re_malloc etc.  All callers of calloc changed to use re_calloc.
51916         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
51917         not int.  All callers changed.
51918         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
51919         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
51920         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
51921         (find_recover_state): Change "err" to "*err"; this fixes what
51922         appears to be a real bug.
51923         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
51924         versus int.
51925
51926 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51927
51928         * modules/regex (Depends-on): Add malloc, since the code
51929         assumes that !malloc(0) means failure.
51930
51931 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51932
51933         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
51934
51935         alloca modernization/simplification for regex.
51936         * lib/regex.c: Remove portability cruft for alloca.  This no longer
51937         needs to be at the start of the file, and can be moved into
51938         regex_internal.h and simplified.
51939         * lib/regex_internal.h: Include <alloca.h>.
51940         (__libc_use_alloca) [!defined _LIBC]: New macro.
51941         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
51942         now works outside glibc.
51943
51944 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
51945
51946         * config/srclist.txt: Add glibc bugs 1241, 1245.
51947
51948 2005-08-25  Jim Meyering  <jim@meyering.net>
51949
51950         * lib/open-safer.c: Include <config.h>.
51951         Otherwise, we'd lose LARGEFILE support in any file using
51952         e.g. "fcntl--.h"
51953
51954 2005-08-25  Bruno Haible  <bruno@clisp.org>
51955
51956         * m4/minmax.m4: Require autoconf 2.52.
51957         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
51958         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
51959         alternatives of translit over the alphabet.
51960         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
51961
51962 2005-08-24  Simon Josefsson  <jas@extundo.com>
51963
51964         * tests/test-getpass.c: New file.
51965
51966 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
51967
51968         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
51969         for GNU regex features.
51970
51971 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
51972
51973         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
51974         * lib/regex.h (regerror): Likewise.
51975
51976         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
51977         requires this.  (The code never needed it.)
51978
51979         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
51980         All uses of recently-renamed identifiers changed to use the new,
51981         POSIX-compliant names.  The code will build and run just fine
51982         without these changes, but it's better to eat our own dog food
51983         and use the standard-conforming names.
51984
51985         * lib/regex.h: Fix a multitude of POSIX name space violations.
51986         These changes have an effect only for programs that define
51987         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
51988         do not change anything for programs compiled in the normal way.
51989         Also, there is no effect on the ABI.
51990
51991         (_REGEX_SOURCE): New macro.
51992         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
51993         defined and _GNU_SOURCE is not; this fixes a name space violation.
51994
51995         Rename the following macros to obey POSIX requirements.
51996         The old names are still visible as macros if _REGEX_SOURCE is defined.
51997         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
51998         RE_BACKSLASH_ESCAPE_IN_LISTS.
51999         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
52000         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
52001         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
52002         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
52003         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
52004         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
52005         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
52006         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
52007         (REG_INTERVALS): renamed from RE_INTERVALS.
52008         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
52009         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
52010         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
52011         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
52012         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
52013         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
52014         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
52015         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
52016         RE_UNMATCHED_RIGHT_PAREN_ORD.
52017         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
52018         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
52019         (REG_DEBUG): renamed from RE_DEBUG.
52020         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
52021         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
52022         unusual, since we can't clash with the POSIX REG_ICASE.
52023         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
52024         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
52025         (REG_NO_SUB): renamed from RE_NO_SUB.
52026         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
52027         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
52028         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
52029         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
52030         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
52031         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
52032         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
52033         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
52034         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
52035         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
52036         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
52037         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
52038         RE_SYNTAX_POSIX_MINIMAL_BASIC.
52039         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
52040         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
52041         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
52042         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
52043         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
52044         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
52045         (REG_FIXED): Renamed from REGS_FIXED.
52046         (REG_NREGS): Renamed from RE_NREGS.
52047
52048         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
52049         of other REG_* macros, since POSIX says the user is allowed to
52050         #undef these macros selectively.
52051
52052         (reg_errcode_t): Update comment stating what other tables need
52053         to be consistent.
52054
52055         Rename the following enum values to obey POSIX requirements.
52056         The old names are still visible as macros.
52057         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
52058         is not defined, since GNU is supposed to be a superset of POSIX as
52059         much as possible, and since we want reg_errcode_t to be a signed
52060         type for implementation consistency.
52061         (_REG_NOERROR): Renamed from REG_NOERROR.
52062         (_REG_NOMATCH): Renamed from REG_NOMATCH.
52063         (_REG_BADPAT): Renamed from REG_BADPAT.
52064         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
52065         (_REG_ECTYPE): Renamed from REG_ECTYPE.
52066         (_REG_EESCAPE): Renamed from REG_EESCAPE.
52067         (_REG_ESUBREG): Renamed from REG_ESUBREG.
52068         (_REG_EBRACK): Renamed from REG_EBRACK.
52069         (_REG_EPAREN): Renamed from REG_EPAREN.
52070         (_REG_EBRACE): Renamed from REG_EBRACE.
52071         (_REG_BADBR): Renamed from REG_BADBR.
52072         (_REG_ERANGE): Renamed from REG_ERANGE.
52073         (_REG_ESPACE): Renamed from REG_ESPACE.
52074         (_REG_BADRPT): Renamed from REG_BADRPT.
52075         (_REG_EEND): Renamed from REG_EEND.
52076         (_REG_ESIZE): Renamed from REG_ESIZE.
52077         (_REG_ERPAREN): Renamed from REG_ERPAREN.
52078         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
52079         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
52080         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
52081         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
52082
52083         (_REG_RE_NAME, _REG_RM_NAME): New macros.
52084         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
52085         changed.  But support the old name if the new one is not defined
52086         and if _REGEX_SOURCE.
52087
52088         Change the following member names in struct re_pattern_buffer.
52089         The old names are still supported if !_REGEX_SOURCE.
52090         The new names are always supported, regardless of _REGEX_SOURCE.
52091         (re_buffer): Renamed from buffer.
52092         (re_allocated): Renamed from allocated.
52093         (re_used): Renamed from used.
52094         (re_syntax): Renamed from syntax.
52095         (re_fastmap): Renamed from fastmap.
52096         (re_translate): Renamed from translate.
52097         (re_can_be_null): Renamed from can_be_null.
52098         (re_regs_allocated): Renamed from regs_allocated.
52099         (re_fastmap_accurate): Renamed from fastmap_accurate.
52100         (re_no_sub): Renamed from no_sub.
52101         (re_not_bol): Renamed from not_bol.
52102         (re_not_eol): Renamed from not_eol.
52103         (re_newline_anchor): Renamed from newline_anchor.
52104
52105         Change the following member names in struct re_registers.
52106         The old names are still supported if !_REGEX_SOURCE.
52107         The new names are always supported, regardless of _REGEX_SOURCE.
52108         (rm_num_regs): Renamed from num_regs.
52109         (rm_start): Renamed from start.
52110         (rm_end): Renamed from end.
52111
52112         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
52113         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
52114         Prepend __ to parameter names.
52115
52116         Undo yesterday's changes.
52117
52118 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
52119
52120         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
52121         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
52122         lib/regex.c.
52123
52124 2005-08-24  Jim Meyering  <jim@meyering.net>
52125
52126         Sync from coreutils.
52127         * m4/fcntl-safer.m4: New file.
52128
52129         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
52130         and object files for this module.
52131
52132 2005-08-24  Jim Meyering  <jim@meyering.net>
52133
52134         Sync from coreutils.
52135         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
52136
52137 2005-08-24  Jim Meyering  <jim@meyering.net>
52138
52139         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
52140         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
52141
52142 2005-08-24  Jim Meyering  <jim@meyering.net>
52143
52144         * modules/fcntl-safer: New module.
52145         * modules/fts (Depends-on): Add fcntl-safer.
52146         * MODULES.html.sh (File descriptor based Input/Output):
52147         Add fcntl-safer.
52148
52149 2005-08-24  Bruno Haible  <bruno@clisp.org>
52150
52151         Support for unit test modules.
52152         * modules/README: Mention tests modules.
52153         * modules/TEMPLATE-TESTS: New file.
52154         * gnulib-tool: New options --extract-tests-module, --with-tests and
52155         --tests-base (unused for the moment).
52156         (testsbase, inctests): New variables.
52157         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
52158         (func_verify_module): Exclude TEMPLATE-TESTS.
52159         (func_verify_nontests_module, func_verify_tests_module): New functions.
52160         (func_get_dependencies): Add implicit dependency for tests modules.
52161         (func_get_tests_module): New function.
52162         (func_modules_transitive_closure): When --with-tests was specified,
52163         include the unit tests as well, unless explicitly avoided.
52164         (func_emit_lib_Makefile_am): Ignore the tests modules here.
52165         (func_emit_tests_Makefile_am): New function.
52166         (func_create_testdir): When --with-tests was specified, emit a
52167         tests/ directory.
52168         * MODULES.html.sh (Future developments): Update.
52169
52170 2005-08-24  Bruno Haible  <bruno@clisp.org>
52171
52172         * modules/tls-tests: New file.
52173         * tests/test-tls.c: New file, from GNU gettext.
52174
52175 2005-08-24  Bruno Haible  <bruno@clisp.org>
52176
52177         * modules/lock-tests: New file.
52178         * tests/test-lock.c: New file, from GNU gettext.
52179
52180 2005-08-24  Bruno Haible  <bruno@clisp.org>
52181
52182         * lib/lock.h: Add multiple inclusion guard.
52183         * lib/tls.h: Add multiple inclusion guard.
52184
52185 2005-08-24  Bruno Haible  <bruno@clisp.org>
52186
52187         * gnulib-tool: Add support for the --aux-dir option to
52188         --create-testdir, --create-megatestdir, --test, --megatest.
52189         (func_create_testdir, func_create_megatestdir): Optionally emit a
52190         AC_CONFIG_AUX_DIR directive.
52191         (create-testdir, create-megatestdir, test, megatest): Provide a
52192         default value for $auxdir.
52193
52194 2005-08-24  Bruno Haible  <bruno@clisp.org>
52195
52196         * gnulib-tool (import): Use compound statement instead of subshell
52197         where possible.
52198
52199 2005-08-24  Bruno Haible  <bruno@clisp.org>
52200
52201         * gnulib-tool (import): Change --aux-dir default to "build-aux".
52202
52203 2005-08-24  Bruno Haible  <bruno@clisp.org>
52204
52205         * gnulib-tool (func_version): Update.
52206
52207 2005-08-24  Bruno Haible  <bruno@clisp.org>
52208
52209         * gnulib-tool (func_import, func_create_testdir,
52210         func_create_megatestdir): Quote all autoconf macro arguments.
52211
52212 2005-08-24  Bruno Haible  <bruno@clisp.org>
52213
52214         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
52215         option --force, because --force causes the aclocal.m4 of each
52216         subdirectory to be newer than the corresponding config.h.in.
52217
52218 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
52219
52220         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
52221         All contents moved to gl_REGEX.
52222         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
52223         assume that it does.
52224
52225 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
52226
52227         * lib/regex.h (REG_NOSYS)
52228         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
52229         Define, since POSIX requires it as of 2001.
52230         (_REG_ENOSYS)
52231         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
52232         New private symbol, used to keep the enum signed in all cases.
52233         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
52234         Youngman in
52235         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
52236
52237         * lib/regex_internal.c (re_string_skip_chars, register_state):
52238         (calc_state_hash):
52239         Remove forward decls; no longer needed now that we use prototypes.
52240         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
52241         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
52242         (clean_state_log_if_needed): Likewise.
52243
52244 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
52245
52246         * config/srclist.txt: Add glibc bugs 1231-1233.
52247
52248 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
52249
52250         Fix problems reported by Sam Steingold in
52251         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
52252         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
52253         assumed that reg_errcode_t is a signed type, which is not
52254         necessarily true if _XOPEN_SOURCE is not defined.
52255         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
52256         since some compilers warn about it otherwise.
52257
52258 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
52259
52260         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
52261         (init_word_char, create_initial_state, duplicate_node_closure):
52262         (fetch_token, peek_token_bracket, build_range_exp):
52263         (build_collating_symbol): Remove forward decls; no longer needed
52264         now that we use prototypes.
52265
52266         * lib/regcomp.c:
52267         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
52268         (re_compile_fastmap_iter, regcomp, regerror, regfree):
52269         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
52270         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
52271         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
52272         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
52273         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
52274         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
52275         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
52276         (build_range_exp, build_collating_symbol, parse_bracket_exp):
52277         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
52278         (build_charclass, build_charclass_op, fetch_number, create_tree):
52279         (create_token_tree, mark_opt_subexp, duplicate_tree):
52280         Use prototypes rather than old-style definitions.
52281
52282         * lib/regex_internal.c:
52283         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
52284         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
52285         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
52286         (re_string_reconstruct, re_string_peek_byte_case):
52287         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
52288         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
52289         (re_node_set_init_copy, re_node_set_add_intersect):
52290         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
52291         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
52292         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
52293         (re_acquire_state, re_acquire_state_context, register_state):
52294         (create_ci_newstate, create_cd_newstate, free_state):
52295         Likewise.
52296         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
52297         re_search_2):
52298         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
52299         (re_search_internal, prune_impossible_nodes):
52300         (acquire_init_state_context, check_matching, static):
52301         (check_halt_node_context, check_halt_state_context, proceed_next_node):
52302         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
52303         (update_regs, sift_states_backward, build_sifted_states):
52304         (clean_state_log_if_needed, merge_state_array):
52305         (update_cur_sifted_state, add_epsilon_src_nodes):
52306         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
52307         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
52308         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
52309         (find_recover_state, check_subexp_matching_top, transit_state_mb):
52310         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
52311         (check_arrival, check_arrival_add_next_nodes):
52312         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
52313         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
52314         (check_node_accept_bytes, check_node_accept, extend_buffers):
52315         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
52316         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
52317         (sift_ctx_init):
52318         Likewise.
52319
52320         * lib/regex_internal.h:
52321         (re_string_allocate, re_string_construct, re_string_reconstruct):
52322         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
52323         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
52324         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
52325         (re_string_context_at, re_string_peek_byte_case):
52326         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
52327         is defined, since we now use prototypes always.
52328
52329         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
52330         C89 or better.  All uses removed.
52331
52332 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
52333
52334         * config/srclist.txt: Add glibc bugs 1220-1227.
52335
52336 2005-08-20  Jim Meyering  <jim@meyering.net>
52337
52338         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
52339         of unused local, dfa.
52340
52341 2005-08-20  Bruno Haible  <bruno@clisp.org>
52342
52343         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
52344
52345 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
52346
52347         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
52348         (re_node_set_insert_last, re_dfa_add_node):
52349         Rename local variables to avoid GCC shadowing warnings.
52350
52351 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
52352
52353         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
52354         [defined lint]: Suppress bogus uninitialized-variable warnings.
52355
52356         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
52357         and let the caller return REG_ESPACE if out of space.  This
52358         removes an uninitialied-variable warning with GCC 4.0.1, and also
52359         avoids taking the address of a local variable.  All callers
52360         changed.
52361
52362 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
52363
52364         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
52365         $LIBCSRC/posix/regexec.c.
52366         Add glibc bug 1217 for regcomp.c.
52367
52368 2005-08-19  Jim Meyering  <jim@meyering.net>
52369
52370         * lib/regexec.c (proceed_next_node): Redo local variables to
52371         avoid GCC shadowing warnings.
52372
52373 2005-08-18  Bruno Haible  <bruno@clisp.org>
52374
52375         * lib/strstr.c (strstr): Fix return value in multibyte case.
52376         * lib/strcasestr.c (strcasestr): Likewise.
52377
52378 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
52379
52380         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
52381
52382 2005-08-17  Jim Meyering  <jim@meyering.net>
52383
52384         Make the %s format (seconds since the epoch) work for a negative
52385         number and when used with a zero-padded field width, e.g. %015s.
52386
52387         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
52388         label so that it precedes the code to set `digits'.  Otherwise,
52389         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
52390         print `00-22'.  Now, it prints `-0022', as it should.
52391
52392 2005-08-17  Bruno Haible  <bruno@clisp.org>
52393
52394         * modules/strstr (Files): Add m4/mbrtowc.m4.
52395         (Depends-on): Add mbuiter.
52396
52397 2005-08-17  Bruno Haible  <bruno@clisp.org>
52398
52399         * modules/strcasestr: New file.
52400         * MODULES.html.sh (String handling, based on ANSI C 89): Add
52401         strcasestr.
52402
52403 2005-08-17  Bruno Haible  <bruno@clisp.org>
52404
52405         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
52406
52407 2005-08-17  Bruno Haible  <bruno@clisp.org>
52408
52409         * modules/mbuiter: New file.
52410         * MODULES.html.sh (Extended multibyte and wide character utilities):
52411         Add mbuiter.
52412
52413 2005-08-17  Bruno Haible  <bruno@clisp.org>
52414
52415         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
52416         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
52417
52418 2005-08-17  Bruno Haible  <bruno@clisp.org>
52419
52420         * m4/strcasestr.m4: New file.
52421
52422 2005-08-17  Bruno Haible  <bruno@clisp.org>
52423
52424         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
52425         * lib/strstr.c: Completely rewritten, with multibyte locale support.
52426
52427 2005-08-17  Bruno Haible  <bruno@clisp.org>
52428
52429         * lib/strcasestr.h: New file.
52430         * lib/strcasestr.c: New file.
52431
52432 2005-08-17  Bruno Haible  <bruno@clisp.org>
52433
52434         * lib/strcasecmp.c: Use mbuiter.h.
52435
52436 2005-08-17  Bruno Haible  <bruno@clisp.org>
52437
52438         * lib/mbuiter.h: New file.
52439
52440 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
52441
52442         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
52443         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
52444         and gl_GETOPT are both invoked via different paths (as happens
52445         with GNU tar CVS because it uses both argp and getopt), the former
52446         wins.
52447
52448 2005-08-16  Bruno Haible  <bruno@clisp.org>
52449
52450         * modules/tls: New file.
52451         * MODULES.html.sh (Multithreading): Add tls.
52452
52453 2005-08-16  Bruno Haible  <bruno@clisp.org>
52454
52455         * modules/strnlen1: New file.
52456         * MODULES.html.sh (String handling): Add strnlen1.
52457
52458 2005-08-16  Bruno Haible  <bruno@clisp.org>
52459
52460         * modules/strcase (Files): Add m4/mbrtowc.m4.
52461         (Depends-on): Add strnlen1, mbchar.
52462
52463 2005-08-16  Bruno Haible  <bruno@clisp.org>
52464
52465         * modules/mbiter: New file.
52466         * MODULES.html.sh (Extended multibyte and wide character utilities):
52467         Add mbiter.
52468
52469 2005-08-16  Bruno Haible  <bruno@clisp.org>
52470
52471         * modules/mbfile: New file.
52472         * MODULES.html.sh (Extended multibyte and wide character utilities):
52473         Add mbfile.
52474
52475 2005-08-16  Bruno Haible  <bruno@clisp.org>
52476
52477         * modules/mbchar: New file.
52478         * MODULES.html.sh (Extended multibyte and wide character utilities):
52479         New section.
52480
52481 2005-08-16  Bruno Haible  <bruno@clisp.org>
52482
52483         * m4/tls.m4: New file, from GNU gettext.
52484
52485 2005-08-16  Bruno Haible  <bruno@clisp.org>
52486
52487         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
52488         always.
52489         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
52490
52491 2005-08-16  Bruno Haible  <bruno@clisp.org>
52492
52493         * m4/mbiter.m4: New file.
52494
52495 2005-08-16  Bruno Haible  <bruno@clisp.org>
52496
52497         * m4/mbfile.m4: New file.
52498
52499 2005-08-16  Bruno Haible  <bruno@clisp.org>
52500
52501         * m4/mbchar.m4: New file.
52502
52503 2005-08-16  Bruno Haible  <bruno@clisp.org>
52504
52505         * lib/tls.h: New file, from GNU gettext.
52506         * lib/tls.c: New file, from GNU gettext.
52507
52508 2005-08-16  Bruno Haible  <bruno@clisp.org>
52509
52510         * lib/strnlen1.h: New file.
52511         * lib/strnlen1.c: New file.
52512
52513 2005-08-16  Bruno Haible  <bruno@clisp.org>
52514
52515         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
52516         (mbi_init): Update.
52517         (mbi_avail, mbi_advance): Let the iteration end before the terminating
52518         NUL byte, not after it.
52519
52520 2005-08-16  Bruno Haible  <bruno@clisp.org>
52521
52522         * lib/strcase.h (strcasecmp): Add note in comments.
52523         * lib/strncasecmp.c: Use code from strcasecmp.c.
52524         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
52525         (strcasecmp): Work correctly in multibyte locales.
52526
52527 2005-08-16  Bruno Haible  <bruno@clisp.org>
52528
52529         * lib/mbiter.h: New file.
52530
52531 2005-08-16  Bruno Haible  <bruno@clisp.org>
52532
52533         * lib/mbfile.h: New file.
52534
52535 2005-08-16  Bruno Haible  <bruno@clisp.org>
52536
52537         * lib/mbchar.h: New file.
52538         * lib/mbchar.c: New file.
52539
52540 2005-08-16  Bruno Haible  <bruno@clisp.org>
52541
52542         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
52543         the valid ones. Makes the comparison operations transitive:
52544         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
52545         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
52546
52547 2005-08-15  Simon Josefsson  <jas@extundo.com>
52548
52549         * modules/ssize_t (License): Change to 'unlimited'.
52550
52551         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
52552
52553 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
52554
52555         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
52556         Add comments for each pending glibc patch.
52557
52558 2005-08-15  Bruno Haible  <bruno@clisp.org>
52559
52560         * lib/regex.h (__restrict_arr): Don't define to __restrict if
52561         __cplusplus is defined.
52562
52563 2005-08-14  Jim Meyering  <jim@meyering.net>
52564
52565         Sync from coreutils.
52566
52567         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
52568         Use the hash-table-based cycle-detection code not just when
52569         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
52570         Reported by James Youngman in
52571         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
52572         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
52573         FTS_TIGHT_CYCLE_CHECK.
52574         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
52575         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
52576         once again.
52577         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
52578         * lib/fts.c (fd_safer): Remove decl.
52579         Include fcntl--.h rather than unistd-safer.h
52580         (fts_safe_changedir): Don't call fd_safer; no longer needed
52581         now that we include fcntl--.h.
52582
52583 2005-08-12  Simon Josefsson  <jas@extundo.com>
52584
52585         * modules/getndelim2: Use ssize_t module.
52586         * modules/getnline: Likewise.
52587         * modules/safe-read: Likewise.
52588         * modules/xreadlink: Likewise.
52589
52590         * modules/ssize_t: New file.
52591
52592 2005-08-12  Simon Josefsson  <jas@extundo.com>
52593
52594         * m4/readline.m4: Look for termcap, curses or ncurses if required.
52595
52596 2005-08-12  Simon Josefsson  <jas@extundo.com>
52597
52598         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
52599         ssize_t.
52600
52601 2005-08-12  Simon Josefsson  <jas@extundo.com>
52602
52603         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
52604         readline, getdelim and check_version.
52605         (Support for systems lacking ISO C 99: Sizes of integer types):
52606         Add size_max.
52607
52608 2005-08-12  Bruno Haible  <bruno@clisp.org>
52609
52610         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
52611
52612 2005-08-11  Simon Josefsson  <jas@extundo.com>
52613
52614         * modules/readline: New file.
52615
52616         * modules/strnlen (Files): Add strnlen.h.
52617
52618 2005-08-11  Simon Josefsson  <jas@extundo.com>
52619
52620         * m4/readline.m4: New file.
52621
52622 2005-08-11  Simon Josefsson  <jas@extundo.com>
52623
52624         * lib/readline.h, readline.c: New file.
52625
52626 2005-08-11  Simon Josefsson  <jas@extundo.com>
52627
52628         * doc/gnulib.texi (Initial import, Finishing touches): Mention
52629         gl_AVOID.
52630
52631 2005-08-11  Bruno Haible  <bruno@clisp.org>
52632
52633         * lib/strnlen.h (strnlen): Change parameter name to match comment.
52634
52635 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
52636
52637         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
52638
52639 2005-08-10  Simon Josefsson  <jas@extundo.com>
52640
52641         * tests/test-iconvme.c: New file.
52642
52643 2005-08-10  Simon Josefsson  <jas@extundo.com>
52644
52645         * m4/strnlen.m4: New file.
52646
52647         * m4/strndup.m4: Don't check for strnlen declaration, done in
52648         strnlen.m4.
52649
52650 2005-08-10  Simon Josefsson  <jas@extundo.com>
52651
52652         * lib/strndup.c: Use strnlen.h.
52653
52654         * lib/strnlen.h: New file.
52655
52656 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
52657
52658         * README: Typos.
52659
52660 2005-08-02  Simon Josefsson  <jas@extundo.com>
52661
52662         * modules/readline: New file.
52663
52664 2005-08-02  Simon Josefsson  <jas@extundo.com>
52665
52666         * modules/getdelim: New file.
52667
52668         * modules/getline: Rewrite, don't use getndelim2.
52669
52670 2005-08-02  Simon Josefsson  <jas@extundo.com>
52671
52672         * m4/getline.m4: Separate out getdelim stuff into separate module.
52673
52674         * m4/getdelim.m4: New file.
52675
52676 2005-08-02  Simon Josefsson  <jas@extundo.com>
52677
52678         * lib/getline.h, getline.c: Rewrite.
52679
52680         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
52681
52682 2005-07-31  Bruno Haible  <bruno@clisp.org>
52683
52684         * lib/lock.h (gl_lock_initializer): New macro.
52685         (gl_lock_define_initialized): Use it.
52686         (gl_rwlock_initializer): New macro.
52687         (gl_rwlock_define_initialized): Use it.
52688         (gl_recursive_lock_initializer): New macro.
52689         (gl_recursive_lock_define_initialized): Use it.
52690
52691 2005-07-30  Karl Berry  <karl@gnu.org>
52692
52693         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
52694         Report from Ben Pfaff, regarding getopt.
52695
52696 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
52697
52698         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
52699         normal way.
52700         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
52701         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
52702         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
52703         (gl_GETOPT): Use the new macros.  Most of the implementation
52704         is moved to the new macros.  This is for programs like Emacs
52705         that don't want all the functionality of gl_GETOPT.
52706
52707 2005-07-26  Bruno Haible  <bruno@clisp.org>
52708
52709         * m4/lock.m4: Update from GNU gettext.
52710
52711 2005-07-26  Bruno Haible  <bruno@clisp.org>
52712
52713         * lib/lock.h: Update from GNU gettext.
52714         * lib/lock.c: Update from GNU gettext.
52715
52716 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
52717
52718         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
52719         obsolescent AC_TRY_RUN.  Include the default includes files, for
52720         'exit'.
52721
52722 2005-07-24  Bruno Haible  <bruno@clisp.org>
52723
52724         * modules/visibility: New file.
52725         * MODULES.html.sh (Misc): Add visibility.
52726
52727 2005-07-24  Bruno Haible  <bruno@clisp.org>
52728
52729         * m4/visibility.m4: New file.
52730
52731 2005-07-24  Bruno Haible  <bruno@clisp.org>
52732
52733         * doc/visibility.texi: New file.
52734
52735 2005-07-22  Bruno Haible  <bruno@clisp.org>
52736
52737         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
52738         $(ALLOCA_H), redundant through BUILT_SOURCES.
52739         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
52740         redundant through BUILT_SOURCES.
52741         * modules/byteswap (Makefile.am): Remove explicit dependency on
52742         $(BYTESWAP_H), redundant through BUILT_SOURCES.
52743         * modules/fnmatch (Makefile.am): Remove explicit dependency on
52744         $(FNMATCH_H), redundant through BUILT_SOURCES.
52745         * modules/getopt (Makefile.am): Remove explicit dependency on
52746         $(GETOPT_H), redundant through BUILT_SOURCES.
52747         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
52748         redundant through BUILT_SOURCES.
52749         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
52750         redundant through BUILT_SOURCES.
52751         * modules/stdbool (Makefile.am): Remove explicit dependency on
52752         $(STDBOOL_H), redundant through BUILT_SOURCES.
52753         * modules/stdint (Makefile.am): Remove explicit dependency on
52754         $(STDINT_H), redundant through BUILT_SOURCES.
52755         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
52756         Remove explicit dependency on $(SYSEXITS_H).
52757         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
52758
52759 2005-07-18  Simon Josefsson  <jas@extundo.com>
52760
52761         * lib/check-version.c (check_version): Accept identical versions too.
52762
52763 2005-07-18  Bruno Haible  <bruno@clisp.org>
52764
52765         * modules/lock: New file.
52766         * MODULES.html.sh (Multithreading): New section.
52767
52768 2005-07-18  Bruno Haible  <bruno@clisp.org>
52769
52770         * m4/lock.m4: New file, from GNU gettext.
52771
52772 2005-07-18  Bruno Haible  <bruno@clisp.org>
52773
52774         * lib/lock.h: New file, from GNU gettext.
52775         * lib/lock.c: New file, from GNU gettext.
52776
52777 2005-07-18  Bruno Haible  <bruno@clisp.org>
52778
52779         * lib/lock.h (gl_once_t): New type.
52780         (gl_once_define, gl_once): New macros.
52781         * lib/lock.c (fresh_once): New variable.
52782         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
52783         functions.
52784
52785 2005-07-16  Simon Josefsson  <jas@extundo.com>
52786
52787         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
52788         workaround, suggested by Bruno.
52789
52790 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
52791
52792         * modules/xalloc (Depends-on): Add xalloc-die.
52793         * modules/xvasprintf (Depends-on): Add xalloc-die.
52794
52795 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
52796
52797         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
52798         with a minor change.
52799
52800 2005-07-15  Bruno Haible  <bruno@clisp.org>
52801
52802         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
52803         When using lib/poll.c, define poll as rpl_poll.
52804
52805 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
52806
52807         * modules/argp (Depends-on): Remove unlocked-io.
52808
52809 2005-07-14  Derek Price  <derek@ximbiot.com>
52810
52811         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
52812         for glob symlink bug.
52813
52814 2005-07-14  Bruno Haible  <bruno@clisp.org>
52815
52816         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
52817         Instead, test for *_unlocked function declarations directly.
52818
52819 2005-07-11  Simon Josefsson  <jas@extundo.com>
52820
52821         * modules/size_max: New file.
52822
52823         * modules/xsize: Depend on size_max module for size_max.m4.
52824
52825 2005-07-11  Simon Josefsson  <jas@extundo.com>
52826
52827         * lib/size_max.h: New file.
52828
52829 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
52830
52831         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
52832         copyright symbol and the year.
52833         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
52834         (version_etc_va): Use parameterized copyright notice.
52835         Reword to conform to the current GNU coding standards.
52836
52837 2005-07-11  Karl Berry  <karl@gnu.org>
52838
52839         * doc/gnulib.texi (Quoting): new node.
52840         (Initial import): more info, from Patrice.
52841
52842 2005-07-11  Bruno Haible  <bruno@clisp.org>
52843
52844         * gnulib-tool (func_usage): Document option --avoid.
52845         (Command line options): Handle --avoid.
52846         (func_acceptable): New function.
52847         (func_modules_transitive_closure): Use it.
52848
52849 2005-07-11  Bruno Haible  <bruno@clisp.org>
52850
52851         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
52852         Reported by Jim Meyering.
52853
52854 2005-07-10  Bruno Haible  <bruno@clisp.org>
52855
52856         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
52857         Needed when size_t is smaller than 'unsigned int'.
52858         Reported by Paul Eggert.
52859
52860 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
52861
52862         * modules/argp (Depends-on): Add unlocked-io
52863
52864 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
52865
52866         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
52867         block of defines.
52868
52869 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
52870
52871         * config/srclist.txt: Comment out regcomp.c, since we have a porting
52872         fix now.
52873
52874 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
52875         and Paul Eggert  <eggert@cs.ucla.edu>
52876
52877         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
52878         in wint_t, not wchar_t.  Remove now-unnecessary cast.
52879
52880 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
52881
52882         * modules/regex (Files): Add lib/regex_internal.c,
52883         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
52884         (Depends-on): Add extensions.
52885         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
52886
52887 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
52888
52889         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
52890         pathconf.
52891         * m4/same.m4 (gl_SAME): Likewise.
52892         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
52893
52894         * m4/regex.m4: Adjust to new libc regex implementation.
52895         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
52896         all the .c and .h parts of (the new) regex.
52897         Quote the m4 stuff better.
52898         Check for RE_ICASE bug of old gnulib.
52899         Check for REG_STARTEND of recent libc.
52900         Rename local variables from jm_* to gl_*.
52901         Quote operand of "test -f".
52902         Say "recent enough" version of libc, not "version 2".
52903         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
52904         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
52905         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
52906         Remove check for btowc, isascii.
52907         Require AM_LANGINFO_CODESET.
52908
52909 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
52910
52911         * lib/regex.c, regex.h: Sync from libc.
52912         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
52913         * lib/regexec.c:
52914         New files, synced from libc, except that regex_internal.h
52915         currently has a small porting fix.
52916
52917 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
52918
52919         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
52920         regex_internal.c, regexec.c.
52921         Add regex_internal.h too, but as a comment, since the libc version
52922         is currently broken in gnulib mode.
52923
52924 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
52925
52926         Support programs like Emacs that use gnulib but not gettext.
52927         * MODULES.html.sh (Internationalization functions): Add gettext-h.
52928         * modules/gettext-h: New file.
52929         * modules/gettext (Files): Remove lib/gettext.h.
52930         (Depends-on): Add gettext-h.
52931         (Makefile.am): Remove lib_SOURCES.
52932         * modules/argmatch, modules/c-stack, modules/closeout:
52933         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
52934         * modules/execute, modules/file-type, modules/getaddrinfo:
52935         * modules/getopt, modules/human, modules/javacomp:
52936         * modules/javaexec, modules/mkdir-p, modules/obstack:
52937         * modules/openat, modules/pagealign_alloc, modules/pipe:
52938         * modules/quotearg, modules/regex, modules/rpmatch:
52939         * modules/unicodeio, modules/userspec, modules/version-etc:
52940         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
52941         * modules/xsetenv:
52942         Depend on gettext-h, not gettext.
52943
52944 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
52945
52946         * gnulib-tool (func_import): Add support for 'public domain' license.
52947         * modules/alloca, modules/atexit, modules/memmove:
52948         Now public domain, not GPL.
52949         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
52950         * modules/realloc, modules/strerror, modules/strtod:
52951         Now LGPL, not GPL.
52952
52953 2005-07-05  Bruno Haible  <bruno@clisp.org>
52954
52955         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
52956         autoconf CVS. Needed for mingw.
52957
52958 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
52959
52960         Remove the dependency of the strftime module on the tzset module.
52961         * modules/strftime (Depends-on): Remove dependency on tzset.
52962
52963 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
52964
52965         Remove the dependency of the strftime module on the tzset module.
52966         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
52967         gl_FUNC_TZSET_CLOBBER.
52968
52969 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
52970
52971         Remove the dependency of the strftime module on the tzset module.
52972         * lib/strftime.c (my_strftime)
52973         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
52974         Copy the input structure, to work around some of the bug with
52975         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
52976         Solaris releases, you should also use the tzset module, but we won't
52977         require it as a dependency any more since we don't want LGPLed code
52978         to depend on GPLed code.
52979
52980 2005-07-02  Jim Meyering  <jim@meyering.net>
52981
52982         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
52983         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
52984         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
52985         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
52986
52987 2005-07-02  Jim Meyering  <jim@meyering.net>
52988
52989         * lib/backupfile.c (backup_args): Change a `0' to NULL.
52990
52991 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
52992
52993         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
52994         declares only 'struct timespec;' (!).
52995
52996 2005-07-01  Jim Meyering  <jim@meyering.net>
52997
52998         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
52999         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
53000         * lib/save-cwd.c, tempname.c:
53001         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
53002         and don't include <sys/file.h>).
53003
53004 2005-06-29  Jim Meyering  <jim@meyering.net>
53005
53006         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
53007         type name.  Use the variable name instead.
53008         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
53009         Likewise.
53010
53011 2005-06-28  Simon Josefsson  <jas@extundo.com>
53012
53013         * modules/check-version (Files): Add check-version.m4.
53014
53015 2005-06-28  Simon Josefsson  <jas@extundo.com>
53016
53017         * m4/check-version.m4: New file, suggested by Jim Meyering
53018         <jim@meyering.net>.
53019
53020 2005-06-28  Simon Josefsson  <jas@extundo.com>
53021
53022         * lib/check-version.h, lib/check-version.c: New files.
53023
53024 2005-06-28  Simon Josefsson  <jas@extundo.com>
53025
53026         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
53027         collision with global variable.  Better indentation.  Don't
53028         increment buffer pointer beyond buffer end.  Based on comments
53029         from Paul Eggert <eggert@cs.ucla.edu>.
53030
53031         * lib/base64.h: Indent.
53032
53033 2005-06-28  Simon Josefsson  <jas@extundo.com>
53034
53035         * doc/gnulib.texi (Library version handling): New section.
53036
53037 2005-06-28  Jim Meyering  <jim@meyering.net>
53038
53039         * check-module (find_included_lib_files): Hard-code another
53040         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
53041         but modules/fts-lgpl (correctly) does not list those files.
53042
53043         * modules/canonicalize (Files): Add lib/pathmax.h.
53044
53045 2005-06-25  Simon Josefsson  <jas@extundo.com>
53046
53047         * modules/check-version: New file.
53048
53049 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
53050
53051         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
53052         initializer of struct addrinfo, as an indication that we don't
53053         care how many members the structure has.
53054
53055 2005-06-24  Derek Price  <derek@ximbiot.com>
53056         and Bruno Haible  <bruno@clisp.org>
53057
53058         Remove stat module & update lstat.
53059         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
53060         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
53061         * m4/stat.m4: Remove this file.
53062
53063 2005-06-24  Derek Price  <derek@ximbiot.com>
53064         and Bruno Haible  <bruno@clisp.org>
53065
53066         Remove stat module & update lstat.
53067         * lib/stat.c: Remove this file...
53068         (slash_aware_lstat): ...moving this content and its support...
53069         * lib/lstat.c (rpl_lstat): ...into here.
53070         * lib/lstat.h: New file.
53071
53072 2005-06-24  Derek Price  <derek@ximbiot.com>
53073         and Bruno Haible  <bruno@clisp.org>
53074
53075         Remove stat module & update lstat.
53076         * config/srclist.txt (libc sources): Remove stat.
53077
53078 2005-06-24  Derek Price  <derek@ximbiot.com>
53079         and Bruno Haible  <bruno@clisp.org>
53080
53081         Remove stat module & update lstat.
53082         * MODULES.html.sh (stat): Remove.
53083         * MODULES.html: Regenerated.
53084         * modules/lstat (Description): Correct function name.
53085         (Files): Add "lstat.h".
53086         (Depends-on): Remove stat, add xalloc, stat-macros.
53087         * modules/stat: Remove this file.
53088         (Include): Add "lstat.h", remove <sys/stat.h>.
53089
53090 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
53091
53092         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
53093         (ranged_convert): Don't save conversion in a temporary struct.
53094         This causes a warning with GCC 4.0.0, and anyway in the typical
53095         case it's not worth the extra 100 bytes or so of code.
53096         (ranged_convert, __mktime_internal): When calling a function via a
53097         pointer P, use P () rather than (*P) (), as we now assume C89 or
53098         better.
53099
53100 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
53101
53102         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
53103         "who -r" failed to give output.  Problem reported by Tim Waugh.
53104
53105         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
53106         (xcalloc): Use it to avoid needless tests.
53107         Problem reported by Jim Meyering.
53108
53109 2005-06-20  Derek Price  <derek@ximbiot.com>
53110
53111         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
53112         unnecessary for Autoconfs > 2.59c.
53113
53114 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53115
53116         * lib/argp.h (__option_is_short): Check upper limit of
53117         __key. Isprint() requires its argument to have the value
53118         of an unsigned char or EOF.
53119
53120 2005-06-16  Jim Meyering  <jim@meyering.net>
53121
53122         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
53123         when either N or S is zero.
53124
53125 2005-06-16  Derek Price  <derek@ximbiot.com>
53126
53127         * m4/bison.m4: Declare YACC & YFLAGS precious.
53128
53129 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
53130
53131         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
53132         multibyte string or pattern, fall back on unibyte matching.
53133         Problem reported by James Youngman.
53134
53135 2005-06-08  Bruno Haible  <bruno@clisp.org>
53136
53137         * modules/csharpcomp: New file.
53138         * MODULES.html.sh (C#): Add csharpcomp.
53139
53140 2005-06-08  Bruno Haible  <bruno@clisp.org>
53141
53142         * m4/csharpcomp.m4: New file, from GNU gettext.
53143
53144 2005-06-08  Bruno Haible  <bruno@clisp.org>
53145
53146         * lib/csharpcomp.h: New file, from GNU gettext.
53147         * lib/csharpcomp.c: New file, from GNU gettext.
53148         * lib/csharpcomp.sh.in: New file, from GNU gettext.
53149
53150 2005-06-08  Bruno Haible  <bruno@clisp.org>
53151
53152         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
53153         warning on mingw.
53154
53155 2005-06-07  Derek Price  <derek@ximbiot.com>
53156
53157         Sync from CVS.
53158         * lib/glob_.h: Indent nested #ifdef.
53159
53160 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
53161
53162         Sync from coreutils.
53163         Use "file name" when talking about file names, instead of "filename"
53164         or "path", as per the GNU coding standards.
53165         * lib/mkdir-p.c: Renamed from makepath.c.
53166         (make_dir_parents): Renamed from make_path.  All callers changed.
53167         * lib/mkdir-p.h: Likewise.  All includers changed.
53168         * lib/filenamecat.c: Renamed from path-concat.c.
53169         (file_name_concat): Renamed from path_concat.  All callers changed.
53170         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
53171         * lib/filenamecat.h: Likewise.  All includers changed.
53172         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
53173         in comments or local variable names.
53174         * lib/basename.c: Likewise.
53175         * lib/canonicalize.c, canonicalize.h: Likewise.
53176         * lib/dirname.c, dirname.h: Likewise.
53177         * lib/euidaccess.c: Likewise.
53178         * lib/exclude.c: Likewise
53179         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
53180         * lib/fsusage.c, fsuage.h: Likewise.
53181         * lib/fts.c, fts_.h: Likewise.
53182         * lib/getcwd.c: Likewise.
53183         * lib/getloadavg.c: Likewise.
53184         * lib/mkstemp.c: Likewise.
53185         * lib/mountlist.c, mountlist.h: Likewise.
53186         * lib/openat.c, openat.h: Likewise.
53187         * lib/readlink-stub.c: Likewise.
53188         * lib/readutmp.c, readutmp.h: Likewise.
53189         * lib/rename.c: Likewise.
53190         * lib/rmdir.c: Likewise.
53191         * lib/same.c: Likewise.
53192         * lib/savedir.c: Likewise.
53193         * lib/stripslash.c: Likewise.
53194         * lib/tempname.c: Likewise.
53195         * lib/xreadlink.c: Likewise.
53196         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
53197         All uses changed.
53198         * lib/exclude.h: Likewise.
53199
53200         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
53201         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
53202         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
53203         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
53204         * lib/pathmax.h: Include <limits.h> unconditionally, since other
53205         files have been getting away with it for years (MORE/BSD 4.3
53206         is extinct now).
53207         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
53208         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
53209
53210         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
53211         Define to 256, not 255, as per modern POSIX.
53212
53213 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
53214
53215         Sync from coreutils.
53216         Use "file name" when talking about file names, instead of "filename"
53217         or "path", as per the GNU coding standards.
53218         * MODULES.html.sh: mkdir-p renamed from makepath.
53219         filenamecat renamed from path-concat.
53220         * modules/filenamecat: Renamed from modules/path-concat.
53221         (Files): filenamecat.h and filenamecat.c renamed from
53222         path-concat.h and path-concat.c.
53223         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
53224         (Include): filenamecat.h, not path-concat.h.
53225         * modules/mkdir-p: Renamed from modules/makepath.
53226         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
53227         makepath.c.
53228         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
53229         (Include): mkdir-p.h, not makepath.h.
53230
53231 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
53232
53233         Sync from coreutils.
53234         * m4/mkdir-p.m4: Renamed from makepath.m4.
53235         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
53236         Rename files from makepath.c to mkdir-p.c, and from
53237         makepath.h to mkdir-p.h.
53238         * m4/filenamecat.m4: Renamed from path-concat.m4.
53239         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
53240         Rename files from path-concat.c to filenamecat.c,
53241         and from path-concat.h to filenamecat.h.
53242         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
53243         "file name" in local variables or comments.
53244         * m4/rename.m4: Likewise.
53245
53246 2005-06-01  Bruno Haible  <bruno@clisp.org>
53247
53248         * modules/csharpexec: New file.
53249         * MODULES.html.sh (C#): New section.
53250
53251 2005-06-01  Bruno Haible  <bruno@clisp.org>
53252
53253         * m4/csharp.m4: New file, from GNU gettext.
53254         * m4/csharpexec.m4: New file, from GNU gettext.
53255
53256 2005-06-01  Bruno Haible  <bruno@clisp.org>
53257
53258         * lib/csharpexec.h: New file, from GNU gettext.
53259         * lib/csharpexec.c: New file, from GNU gettext.
53260         * lib/csharpexec.sh.in: New file, from GNU gettext.
53261
53262 2005-05-31  Derek Price  <derek@ximbiot.com>
53263             Paul Eggert  <eggert@cs.ucla.edu>
53264
53265         Sync from cvs.
53266         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
53267
53268 2005-05-31  Derek Price  <derek@ximbiot.com>
53269             Paul Eggert  <eggert@cs.ucla.edu>
53270
53271         Sync from cvs.
53272         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
53273
53274 2005-05-29  Derek Price  <derek@ximbiot.com>
53275
53276         * config/srclist.txt (glob_.h, glob.c): Add these files.
53277
53278 2005-05-29  Derek Price  <derek@ximbiot.com>
53279
53280         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
53281         * modules/glob: New file.
53282         * modules/getlogin_r: Add link to POSIX spec in description.
53283
53284 2005-05-29  Derek Price  <derek@ximbiot.com>
53285             Paul Eggert  <eggert@cs.ucla.edu>
53286
53287         * m4/glob.m4: New file.
53288
53289 2005-05-29  Derek Price  <derek@ximbiot.com>
53290             Paul Eggert  <eggert@cs.ucla.edu>
53291
53292         * lib/glob_.h, lib/glob.c: New files.
53293
53294 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
53295
53296         * modules/fts (Files): Remove m4/inttypes-pri.m4.
53297         * modules/fts-lgpl (Depends-on): Remove gettext.
53298
53299 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
53300
53301         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
53302         and don't require gt_INTTYPES_PRI.
53303
53304 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
53305
53306         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
53307
53308         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
53309         the configuration hassle isn't worth it.
53310         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
53311         (LONGEST_MODIFIER, PRIuMAX): Remove.
53312
53313 2005-05-27  Bruno Haible  <bruno@clisp.org>
53314
53315         * lib/getlogin_r.h: Remove second include of <stddef.h>.
53316
53317 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
53318
53319         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
53320         _POSIX_PTHREAD_SEMANTICS for Solaris.
53321
53322 2005-05-25  Derek Price  <derek@ximbiot.com>
53323
53324         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
53325
53326 2005-05-25  Derek Price  <derek@ximbiot.com>
53327             Paul Eggert  <eggert@cs.ucla.edu>
53328
53329         * modules/getlogin_r, m4/getlogin_r.m4: New files.
53330         * lib/getlogin_r.c, getlogin_r.h: New files.
53331
53332 2005-05-25  Bruno Haible  <bruno@clisp.org>
53333             Derek Price  <derek@ximbiot.com>
53334
53335         * lib/getlogin_r.h: Simplify API documentation.
53336
53337 2005-05-23  Derek Price  <derek@ximbiot.com>
53338
53339         * modules/minmax (Files): Add m4/minmax.m4.
53340         (configure.ac): Add gl_MINMAX.
53341
53342 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
53343
53344         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
53345         so that unistd-safer.h (GPL'ed code) need not be included.
53346
53347 2005-05-22  Bruno Haible  <bruno@clisp.org>
53348
53349         * m4/minmax.m4: New file.
53350         Based on a patch by Derek Price <derek@ximbiot.com>.
53351
53352 2005-05-22  Bruno Haible  <bruno@clisp.org>
53353
53354         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
53355         (INT64_MIN): Fix definition.
53356         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
53357
53358         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
53359         NEED_SIGNED_INT_TYPES.
53360
53361         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
53362         HAVE_SYSTEM_INTTYPES.
53363
53364 2005-05-22  Bruno Haible  <bruno@clisp.org>
53365
53366         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
53367         Also include <sys/param.h> if it defines MIN, MAX.
53368         Based on a patch by Derek Price <derek@ximbiot.com>.
53369
53370 2005-05-21  Jim Meyering  <jim@meyering.net>
53371
53372         * modules/fts (Files): Add m4/inttypes-pri.m4.
53373         (Depends-on): Add lstat and remove gettext.  Alphabetize.
53374
53375 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
53376
53377         New fts module.
53378         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
53379         (setup_dir, free_dir): New functions.
53380         (enter_dir, leave_dir): Define trivial
53381         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
53382         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
53383         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
53384         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
53385         Move to fts-cycle.c.
53386         (fts_open): Use setup_dir.
53387         (fts_close): Use free_dir.
53388         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
53389         This adds a label and some gotos, but the alternatives were messier.
53390         Check for memory allocation failure when entering a dir.
53391         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
53392         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
53393         (FTS): New member fts_cycle, that is a union that contains the
53394         old active_dir_ht and cycle_state.  All uses changed to mention
53395         fts_cycle.ht and fts_cycle.state.
53396         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
53397         fts.c, with the following changes:
53398         (setup_dir, free_dir): New functions.
53399         (enter_dir): Now returns bool.  Return true if successful, false
53400         if memory exhausted.  All callers changed.
53401         Do not bother partly cleaning up on
53402         memory allocation failure; that is free_dir's job.
53403         However, free ad if hash_insert fails, to avoid memory leak.
53404         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
53405         fts->fts_options to see which union member to use.
53406
53407 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
53408
53409         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
53410         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
53411
53412 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
53413
53414         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
53415
53416 2005-05-20  Jim Meyering  <jim@meyering.net>
53417
53418         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
53419         Now a macro, to pacify GCC.
53420
53421 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
53422
53423         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
53424         of -1.
53425
53426 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
53427
53428         * lib/chown.c (rpl_chown): Return -1 on failure.
53429
53430 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
53431
53432         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
53433         Don't check for stddef.h.
53434         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
53435         don't use its results.
53436         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
53437         since we include them unconditionally.  Don't require
53438         AM_STDBOOL_H, since stdbool is a prerequisite.
53439         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
53440         since we assume C89 or better.
53441         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
53442         as we don't use their results.
53443         Don't check for fchdir, memmove, memset, strrchr, as we use
53444         them unconditionally.
53445         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
53446         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
53447
53448 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
53449
53450         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
53451         Include <stddef.h> unconditionally, since we assume C89 now.
53452         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
53453         * lib/fts.c: Include fts_.h first, to check interface.
53454         Do not include intprops.h; no longer needed.
53455         Include cycle-check.h and hash.h, since fts_.h no longer does.
53456         Remove unnecessary casts of closedir to void.
53457         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
53458         decide whether to decrement nlinks.
53459         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
53460         (FTS): Use struct hash_table * instead of Hash_table, so that
53461         we no longer need to include hash.h here.
53462
53463 2005-05-18  Jim Meyering  <jim@meyering.net>
53464
53465         * modules/dirfd (License): Change to LGPL.  Most of the code
53466         is already in the public domain.
53467
53468 2005-05-18  Jim Meyering  <jim@meyering.net>
53469
53470         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
53471         Reported by Yoann Vandoorselaere.
53472
53473 2005-05-17  Jim Meyering  <jim@meyering.net>
53474
53475         * m4/fts.m4: New file, from coreutils.
53476
53477 2005-05-17  Jim Meyering  <jim@meyering.net>
53478
53479         * lib/fts.c, lib/fts_.h: New files, from coreutils.
53480
53481 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
53482
53483         Sync from coreutils.
53484         * m4/unlinkdir.m4: New file.
53485
53486 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
53487
53488         Sync from coreutils.
53489         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
53490         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
53491         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
53492         White space changes only.
53493         * lib/makepath.c (make_path): Port to hosts where leading "//" is
53494         special.
53495         * lib/yesno.c: Include getline.h, not ctype.h.
53496         (yesno): Don't remove leading white space; POSIX doesn't allow it.
53497         Use getline to remove arbitrary restriction on response length.
53498
53499 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
53500
53501         * config/srclist-update: Spell out "Street" in FSF postal
53502         mail address; this is the style the FSF seems to prefer.
53503
53504         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
53505         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
53506         this updates FSF postal mail address.
53507
53508         Sync from coreutils.
53509         * modules/unlinkdir: New file.
53510         * modules/yesno (Depends-on): Add getline.
53511         * MODULES.html.sh (File system functions): Add unlinkdir.
53512
53513 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
53514
53515         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
53516         lib/strsep.h:
53517         Change the initial comment to refer to GPL, not LGPL.
53518         gnulib-tool will change it to LGPL as needed.
53519
53520         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
53521         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
53522         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
53523         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
53524         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
53525         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
53526         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
53527         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
53528         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
53529         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
53530         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
53531         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
53532         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
53533         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
53534         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
53535         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
53536         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
53537         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
53538         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
53539         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
53540         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
53541         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
53542         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
53543         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
53544         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
53545         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
53546         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
53547         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
53548         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
53549         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
53550         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
53551         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
53552         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
53553         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
53554         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
53555         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
53556         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
53557         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
53558         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
53559         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
53560         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
53561         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
53562         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
53563         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
53564         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
53565         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
53566         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
53567         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
53568         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
53569         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
53570         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
53571         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
53572         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
53573         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
53574         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
53575         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
53576         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
53577         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
53578         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
53579         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
53580         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
53581         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
53582         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
53583         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
53584         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
53585         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
53586         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
53587         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
53588         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
53589         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
53590         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
53591         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
53592         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
53593         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
53594         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
53595         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
53596         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
53597         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
53598         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
53599         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
53600         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
53601         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
53602         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
53603         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
53604         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
53605         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
53606         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
53607         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
53608         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
53609         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
53610         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
53611         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
53612         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
53613         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
53614         lib/yesno.c, lib/yesno.h:
53615         Update FSF postal mail address.
53616
53617 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
53618
53619         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
53620         tests/test-memmem.c, tests/test-stpncpy.c:
53621         Update FSF postal mail address.
53622
53623 2005-05-13  Bruno Haible  <bruno@clisp.org>
53624
53625         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
53626         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
53627         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
53628         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
53629         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
53630         Add support for 64-bit integers in the MSVC compiler.
53631
53632 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53633
53634         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
53635
53636 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
53637
53638         * gnulib-tool (func_import): Sort and uniquify recommended includes.
53639
53640 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
53641
53642         * doc/getdate.texi (General date syntax): Don't say that date
53643         date --iso-8601=ns generates acceptable dates; it doesn't yet.
53644         Problem reported by Nic Ferrier.
53645
53646 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
53647
53648         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
53649         specified in ai_socktype. Fix invalid ai_protocol
53650         check. ai_protocol is usually set to 0 or depending on
53651         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
53652         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
53653         ai_socktype / ai_protocol in the returned addrinfo structure.
53654
53655 2005-05-10  Simon Josefsson  <jas@extundo.com>
53656
53657         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
53658         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
53659
53660 2005-05-10  Karl Berry  <karl@gnu.org>
53661
53662         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
53663         (from http://www.gnu.org/licenses).
53664         * doc/COPYING.LIB: also rename to COPYING.LESSER.
53665         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
53666         fdl.texi suffices.
53667
53668 2005-05-10  Karl Berry  <karl@gnu.org>
53669
53670         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
53671         (COPYING.DOC): remove.
53672
53673         * config/srclist-update: new FSF address.
53674
53675 2005-05-10  Derek Price  <derek@ximbiot.com>
53676
53677         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
53678         possible.
53679
53680 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
53681             Bruno Haible  <bruno@clisp.org>
53682
53683         * modules/inet_ntop: New file.
53684         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
53685         inet_ntop.
53686
53687 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
53688             Bruno Haible  <bruno@clisp.org>
53689
53690         * m4/inet_ntop.m4: New file.
53691
53692 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
53693             Bruno Haible  <bruno@clisp.org>
53694
53695         * lib/inet_ntop.h: New file.
53696         * lib/inet_ntop.c: New file, from glibc with modifications.
53697
53698 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
53699
53700         * modules/time_r (License): Change to LGPL.
53701         * modules/extensions (License): Change to LGPL.  Actually,
53702         the license is more permissive than that, but currently gnulib-tool
53703         doesn't know how to handle more-permissive licenses.
53704
53705         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
53706         Problem reported by Dave Love.
53707
53708 2005-05-08  Jim Meyering  <jim@meyering.net>
53709
53710         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
53711         blank.
53712
53713 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
53714
53715         * modules/argmatch (Depends-on): Add stdbool.
53716         * modules/backupfile (Depends-on): Likewise.
53717         * modules/chdir-long (Depends-on): Likewise.
53718         * modules/closeout (Depends-on): Likewise.
53719         * modules/cycle-check (Depends-on): Likewise.
53720         * modules/dirname (Depends-on): Likewise.
53721         * modules/fnmatch (Depends-on): Likewise.
53722         * modules/fsusage (Depends-on): Likewise.
53723         * modules/fwriteerror (Depends-on): Likewise.
53724         * modules/getcwd (Depends-on): Likewise.
53725         * modules/getloadavg (Depends-on): Likewise.
53726         * modules/hard-locale (Depends-on): Likewise.
53727         * modules/makepath (Depends-on): Likewise.
53728         * modules/mountlist (Depends-on): Likewise.
53729         * modules/nanosleep (Depends-on): Likewise.
53730         * modules/posixtm (Depends-on): Likewise.
53731         * modules/quotearg (Depends-on): Likewise.
53732         * modules/readtokens (Depends-on): Likewise.
53733         * modules/readtokens0 (Depends-on): Likewise.
53734         * modules/readutmp (Depends-on): Likewise.
53735         * modules/save-cwd (Depends-on): Likewise.
53736         * modules/strftime (Depends-on): Likewise.
53737         * modules/userspec (Depends-on): Likewise.
53738         * modules/utimecmp (Depends-on): Likewise.
53739         * modules/xgetcwd (Depends-on): Likewise.
53740         * modules/xnanosleep (Depends-on): Likewise.
53741         * modules/xstrtod (Depends-on): Likewise.
53742         * modules/yesno (Depends-on): Likewise.
53743
53744 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
53745
53746         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
53747         needless checks.
53748
53749 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
53750
53751         Merge from coreutils.  Among other things,
53752         add bulletproofing for cases where stdin, stdout, or stderr are closed.
53753         * lib/fd-safer.c: New file.
53754         * lib/fcntl-safer.h, open-safer.c: Remove.
53755         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
53756         * lib/dup-safer.c: Include unistd-safer.h first.
53757         Don't include errno.h.
53758         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
53759         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
53760         * lib/file-type.c: Rely on file-type.h change.
53761         * lib/getloadavg.c: Include unistd-safer.h.
53762         (getloadavg): Use safer open.
53763         * lib/getusershell.c: Include "stdio-safer.h".
53764         (getusershell): Use safer fopen.
53765         * lib/long-options.c (long_options): Use NULL rather than 0.
53766         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
53767         'free'.
53768         * lib/modechange.c: Likewise.
53769         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
53770         (MODE_DONE): New constant.
53771         (struct mode_change): Remove 'next' member.
53772         (make_node_op_equals): New function; like the old one of the
53773         same name, except it allocates an array.
53774         (mode_compile, mode_create_from_ref): Use it.
53775         (mode_compile): Allocate result as an array, not a linked list.
53776         Parse octal string ourself, so that we catch mistakes like "+0".
53777         (mode_adjust): Arg is an array, not a linked list.
53778         * lib/modechange.c: Include stat-macros.h, xalloc.h.
53779         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
53780         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
53781         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
53782         Remove.  This is now stat-macros.h's job.
53783         (talloc): Remove.  All callers replaced by xalloc, so that
53784         our invokers don't have to worry about reporting memory failures.
53785         (make_node_op_equals): Remove.
53786         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
53787         New constants.
53788         (struct mode_change): Moved here from modechange.h.
53789         (mode_append_entry): Remove.
53790         (mode_compile): Remove MASKED_OPS arg, since it encouraged
53791         apps to have incorrect behavior.  Use simpler algorithm for head
53792         and tail.  Don't futz with umask; that's now the job of mode_adjust.
53793         Detect more invalid usages rather than having somewhat-random behavior.
53794         Don't insert an "a=" action, as that leads to incorrect behavior.
53795         (mode_compile, mode_create_from_ref): Return NULL on error instead
53796         of an enum, since now there's only one way to have an error.  All
53797         callers changed.
53798         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
53799         at the correct time.  Simplify calculation of "+u" and its ilk.
53800         Don't mishandle "+X".
53801         (mode_free): Remove "register" and localize decls.
53802         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
53803         (struct mode_change): Move to modechange.c; callers don't
53804         need to see this stuff.
53805         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
53806         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
53807         (mode_change, mode_adjust): Reflect the new signatures noted above.
53808         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
53809         that might redefine system include files.
53810         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
53811         (my_usleep): Use NULL rather than (void *) 0.
53812         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
53813         Use siginterrupt to specify that system calls should be interrupted.
53814         (rpl_nanosleep): Move initialization of suspended closer to call of
53815         my_usleep.
53816         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
53817         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
53818         (desirable_utmp_entry): New function.
53819         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
53820         using x2nrealloc, to simplify logic.
53821         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
53822         size calculation.  Do not assume utmp file is a regular file.
53823         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
53824         (READ_UTMP_CHECK_PIDS): New constant.
53825         * lib/save-cwd.c: Include unistd-safer.h.
53826         (save_cwd): Use fd_safer.
53827         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
53828         [!_LIBC] Include "stat-macros.h" instead.
53829         * lib/unistd-safer.h (fd_safer): New decl.
53830
53831 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
53832
53833         * modules/getloadavg (Depends-on): Add unistd-safer.
53834         * modules/getusershell (Depends-on): Add stdio-safer.
53835         * modules/lstat (Depends-on): Remove xalloc.
53836         * modules/mkstemp (Depends-on): Add stat-macros.
53837         * modules/modechange (Depends-on): Remove xstrtol.
53838         Add stat-macros, xalloc.
53839         * modules/save-cwd (Depends-on): Add unistd-safer.
53840         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
53841         * modules/unistd-safer (Files): Add lib/fd-safer.c
53842         (Makefile.am): Remove lib_SOURCES.
53843
53844         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
53845         Remove fcntl-safer; unistd-safer supersedes it.
53846
53847 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
53848
53849         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
53850         AC_HEADER_STAT.
53851         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
53852         (gl_PREREQ_CHOWN): Remove.
53853         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
53854         it.  Don't require AC_HEADER_STAT.
53855         (gl_PREREQ_LSTAT): Remove.
53856         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
53857         Don't require AC_HEADER_STAT.
53858         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
53859         (gl_PREREQ_RMDIR): Remove.
53860         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
53861         mention stat-macros.h or AC_HEADER_STAT, since we'll make
53862         the stat-macros module a prerequisite.
53863         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
53864         * m4/filemode.m4 (gl_FILEMODE): Likewise.
53865         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
53866         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
53867         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
53868         variable names.
53869         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
53870         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
53871         variable prefixes.
53872         * m4/fcntl-safer.m4: Remove.
53873         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
53874         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
53875         Invoke gl_PREREQ_FD_SAFER.
53876         (gl_PREREQ_FD_SAFER): New macro.
53877         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
53878         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
53879         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
53880         Remove duplicate call to AC_LIBOBJ(readutmp).
53881         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
53882
53883         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
53884         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
53885
53886 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
53887
53888         * MODULES.html.sh (Misc): Add byteswap.
53889
53890 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
53891
53892         * modules/getcwd (Depends-on): Add extensions.
53893         * modules/openat (Depends-on): Likewise.
53894
53895 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
53896
53897         * modules/byteswap: New file.
53898
53899 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
53900
53901         * m4/byteswap.m4: New file.
53902
53903 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
53904
53905         * lib/byteswap_.h: New file.
53906
53907 2005-04-25  Karl Berry  <karl@gnu.org>
53908
53909         * m4/gettext.m4: Update from GNU gettext 0.14.4.
53910
53911 2005-04-25  Albert Chin  <china@thewrittenword.com>
53912
53913         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
53914         Toolkit C bug.
53915
53916 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
53917
53918         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
53919         (func_ln_if_changed) Remove forcibly for no error message
53920         in case file does not exist.
53921
53922 2005-04-19  Simon Josefsson  <jas@extundo.com>
53923
53924         * gnulib-tool (Options): Make --symlink mean --symbolic.
53925
53926 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
53927
53928         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
53929
53930 2005-04-16  Simon Josefsson  <jas@extundo.com>
53931
53932         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
53933
53934 2005-04-15  Simon Josefsson  <jas@extundo.com>
53935
53936         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
53937
53938 2005-04-15  Simon Josefsson  <jas@extundo.com>
53939
53940         * gnulib-tool: Rename --symlink to --symbolic.
53941
53942 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
53943
53944         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
53945         symbolic links to files instead of copying/moving.  Add --aux-dir,
53946         specifying directory relative --dir where auxiliary build tools
53947         are placed.
53948
53949 2005-04-14  Bruno Haible  <bruno@clisp.org>
53950
53951         * modules/allocsa (License): Change to LGPL.
53952         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
53953
53954 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
53955
53956         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
53957         that "UTC +1 second" continues to work.  Problem reported
53958         by Dmitry V. Levin.
53959         (relunit_snumber): New rule.
53960         (relunit): Use it.
53961
53962 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
53963
53964         * lib/getdate.y (universal_time_zone_table): New constant.
53965         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
53966         universal_time_zone_table.
53967         (lookup_zone): Prefer universal_time_zone_table to
53968         local_time_zone_table, so that "GMT" time stamps are allowed in
53969         London during the summer.  Problem reported by Ian Abbott.
53970
53971 2005-04-12  Jim Meyering  <jim@meyering.net>
53972
53973         * lib/human.c (humblock): Set *options even when returning due to
53974         xstrtoumax conversion failure.  Thanks to a used-uninitialized
53975         warning from gcc-4.
53976
53977 2005-04-09  Jim Meyering  <jim@meyering.net>
53978
53979         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
53980         -Wuninitialized: initialize tm0.tm_year.
53981
53982 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
53983
53984         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
53985         count, since there's no maximum.  All uses changed.
53986         Add member dsts_seen.
53987         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
53988         not being INT_MAX.
53989         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
53990         Use pc_rels_seen to decide whther a date is absolute.
53991
53992         * lib/getdate.y (number): Don't overwrite year.
53993         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
53994         check.
53995
53996 2005-04-02  Simon Josefsson  <jas@extundo.com>
53997
53998         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
53999         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
54000
54001 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
54002
54003         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
54004         where no absolute path name can be longer than PATH_MAX.
54005
54006 2005-03-27  Jim Meyering  <jim@meyering.net>
54007
54008         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
54009
54010 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
54011
54012         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
54013         "one's complement" -> "ones' complement" in comment, as per Knuth.
54014         "value of type" -> "type or expression" in comment.
54015         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
54016
54017 2005-03-26  Jim Meyering  <jim@meyering.net>
54018
54019         Comment nits.
54020         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
54021         Correct typos: s/or/of/.
54022
54023 2005-03-26  Jim Meyering  <jim@meyering.net>
54024
54025         * modules/check-include-files: Move to ../ and rename to...
54026         * check-module: ...this.
54027
54028 2005-03-25  Jim Meyering  <jim@meyering.net>
54029
54030         * modules/xvasprintf (Files): Add xalloc.h.
54031
54032 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
54033
54034         * modules/gettext (Files): config/config.rpath ->
54035         build-aux/config.rpath
54036         * modules/iconv (Files): Likewise.
54037         Problem reported by Oskar Liljeblad.
54038
54039 2005-03-23  Jim Meyering  <jim@meyering.net>
54040
54041         * modules/check-include-files: New script to check for
54042         missing dependencies, multiple includes, etc.
54043
54044         * modules/c-strtold (Depends-on): Add xalloc.
54045         * modules/c-strtod (Depends-on): Add xalloc.
54046         * modules/hash (Depends-on): Add xalloc.
54047         (Files): Remove lib/xalloc.h.
54048
54049         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
54050         * modules/userspec (Files): Add lib/inttostr.h.
54051
54052 2005-03-23  Jim Meyering  <jim@meyering.net>
54053
54054         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
54055
54056 2005-03-22  Jim Meyering  <jim@meyering.net>
54057
54058         * modules/stat-macros: New module.
54059         * modules/canonicalize, modules/euidaccess, modules/file-type,
54060         * modules/filemode, modules/lchown, modules/makepath,
54061         * modules/rmdir, modules/stat: Depend on new stat-macros module
54062         rather than listing lib/stat-macros.h manually.
54063         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
54064
54065 2005-03-22  Jim Meyering  <jim@meyering.net>
54066
54067         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
54068
54069 2005-03-22  Bruno Haible  <bruno@clisp.org>
54070
54071         * config/srclist.txt: Replace target directory 'config' with
54072         'build-aux'.
54073         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
54074         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
54075         ../build-aux/.
54076
54077 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
54078
54079         * modules/chdir-long (Depends-on): Add mempcpy.
54080
54081         * modules/acl, modules/backupfile, modules/c-strtod,
54082         modules/c-strtold, modules/canon-host, modules/canonicalize,
54083         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
54084         modules/exclude, modules/exitfail, modules/file-type,
54085         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
54086         modules/getdate, modules/getline, modules/getpagesize,
54087         modules/getpass, modules/getugroups, modules/group-member,
54088         modules/hard-locale, modules/hash, modules/human, modules/idcache,
54089         modules/inttostr, modules/long-options, modules/makepath,
54090         modules/md5, modules/memcasecmp, modules/memcoll,
54091         modules/modechange, modules/mountlist, modules/path-concat,
54092         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
54093         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
54094         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
54095         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
54096         modules/strftime, modules/strndup, modules/strverscmp,
54097         modules/timespec, modules/unlocked-io, modules/userspec,
54098         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
54099         modules/yesno:
54100         Remove lib_SOURCES line from Makefile.am section, as this is now
54101         done automatically by the corresponding Autoconf macro.
54102
54103 2005-03-21  Jim Meyering  <jim@meyering.net>
54104
54105         Changes imported from coreutils.
54106
54107         * lib/cycle-check.c: Don't include xalloc.h.
54108
54109         * lib/path-concat.c: Don't include assert.h.
54110         (path_concat): Remove assertion that would have triggered
54111         for ABASE starting with more than one slash.
54112         Reported by Andreas Schwab.
54113
54114         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
54115         properly when ABASE is an absolute file name.
54116         Correct the description of this function.
54117         Include <assert.h>.
54118         Add an assertion and a test driver.
54119         This fixes a bug introduced on 2004-07-02.
54120         Andreas Schwab reported the resulting failure of cp --parents:
54121         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
54122
54123 2005-03-21  Jim Meyering  <jim@meyering.net>
54124
54125         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
54126         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
54127
54128 2005-03-21  Jim Meyering  <jim@meyering.net>
54129         and  Paul Eggert  <eggert@cs.ucla.edu>
54130
54131         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
54132         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
54133         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
54134         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
54135         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
54136         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
54137         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
54138         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
54139         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
54140         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
54141         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
54142         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
54143         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
54144         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
54145         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
54146         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
54147         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
54148         for these modules.
54149
54150 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
54151
54152         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
54153         (which shouldn't happen), generate nothing instead of returning 0
54154         immediately, so that nstrftime (NULL, ...) doesn't return 0.
54155
54156 2005-03-16  Bruno Haible  <bruno@clisp.org>
54157
54158         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
54159         HAVE_LONGLONG_64BIT.
54160
54161 2005-03-16  Bruno Haible  <bruno@clisp.org>
54162
54163         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
54164         HAVE_LONGLONG_64BIT.
54165
54166 2005-03-16  Bruno Haible  <bruno@clisp.org>
54167
54168         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
54169         HAVE_LONGLONG_64BIT.
54170
54171 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
54172
54173         * lib/strftime.c (my_strftime): Prepend space to format so that we can
54174         reliably distinguish strftime failure from empty output on POSIX
54175         hosts.
54176
54177 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
54178
54179         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
54180         (iconv_string): Don't guess a size-zero buffer, as that might cause
54181         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
54182         result would be 'too large', where 'too large' is (heuristically)
54183         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
54184         overflow concerns.  This will prevent some unwanted malloc failures
54185         when the inputs are very large.
54186
54187 2005-03-15  Karl Berry  <karl@gnu.org>
54188
54189         * config/srclist.txt (config.rpath): from gettext.
54190         * config/config.rpath: update.
54191
54192 2005-03-15  Bruno Haible  <bruno@clisp.org>
54193
54194         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
54195         to 'negate'.
54196
54197         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
54198         variable.
54199
54200         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
54201         results.
54202
54203 2005-03-14  Simon Josefsson  <jas@extundo.com>
54204
54205         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
54206         <fx@gnu.org>.
54207
54208 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
54209
54210         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
54211         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
54212         intprops.h.
54213         * lib/strtol.c: Likewise.
54214
54215 2005-03-14  Jim Meyering  <jim@meyering.net>
54216
54217         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
54218         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
54219         to be nonzero so that we (and caller) can detect the difference
54220         between a valid zero-length expansion and an error return, even
54221         when the underlying strftime fails before writing anything into
54222         that location.
54223
54224 2005-03-14  Bruno Haible  <bruno@clisp.org>
54225
54226         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
54227         Update from GNU gettext 0.14.3.
54228
54229 2005-03-10  Jim Meyering  <jim@meyering.net>
54230
54231         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
54232
54233 2005-03-10  Jim Meyering  <jim@meyering.net>
54234
54235         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
54236         so that this module works on systems without fchdir.
54237
54238 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
54239
54240         Factor int-properties macros into a single file, except for
54241         glibc-related files.
54242         * lib/intprops.h: New file.
54243         * lib/getloadavg.c: Include it instead of limits.h.
54244         (INT_STRLEN_BOUND): Remove.
54245         * lib/human.c: Include intprops.h.
54246         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
54247         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
54248         302/1000.
54249         * lib/inttostr.h: Include intprops.h instead of limits.h.
54250         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
54251         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
54252         for consistency with intprops.h.
54253         (time_t_is_integer, twos_complement_arithmetic): Use them.
54254         * lib/sig2str.h: Include <signal.h>, intprops.h.
54255         (INT_STRLEN_BOUND): Remove.
54256         * lib/strftime.c (TYPE_SIGNED): Remove.
54257         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
54258         * lib/strtol.c: Adjust comments to match intprops.h.
54259         * lib/userspec.c: Include intprops.h.
54260         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
54261         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
54262         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
54263         instead of rolling our own expressions.
54264         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
54265
54266         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
54267         instead of int.
54268         (my_strftime): Do not mishandle years close to INT_MAX, by doing
54269         the right thing even if adding 1900 would overflow.  Similarly
54270         for tm_mon + 1 and tm_yday + 1.
54271         Make %Y always equivalent to %C%y, and similarly for %G and %g.
54272         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
54273         (DO_SIGNED_NUMBER): New macro.
54274         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
54275
54276 2005-03-07  Bruno Haible  <bruno@clisp.org>
54277
54278         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
54279
54280 2005-03-07  Bruno Haible  <bruno@clisp.org>
54281
54282         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
54283
54284 2005-03-04  Derek R. Price  <derek@ximbiot.com>
54285
54286         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
54287         (func_import): Only replace files via --import when they have actually
54288         changed.
54289
54290 2005-03-03  Derek R. Price  <derek@ximbiot.com>
54291
54292         * m4/mmap-anon.m4: New file.
54293         * m4/pagealign_alloc.m4: New file.
54294
54295 2005-03-03  Derek R. Price  <derek@ximbiot.com>
54296             Bruno Haible  <bruno@clisp.org>
54297
54298         * modules/pagealign_alloc: New file.
54299         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
54300
54301 2005-03-03  Derek R. Price  <derek@ximbiot.com>
54302             Bruno Haible  <bruno@clisp.org>
54303
54304         * lib/pagealign_alloc.h: New file.
54305         * lib/pagealign_alloc.c: New file.
54306
54307 2005-03-03  Bruno Haible  <bruno@clisp.org>
54308
54309         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
54310         Use an all-permissive copyright notice, recommended by RMS.
54311
54312 2005-03-02  Bruno Haible  <bruno@clisp.org>
54313
54314         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
54315         of AIX, the replacement has to be done only after <string.h> is
54316         included, therefore not in config.h. stpncpy.h does the replacement,
54317         and stpncpy.c uses it.
54318
54319 2005-03-02  Bruno Haible  <bruno@clisp.org>
54320
54321         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
54322         stpncpy.c uses it.
54323
54324 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
54325
54326         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
54327         The workaround isn't strictly needed for POSIX conformance, and
54328         it's too much of a pain to configure and maintain.  We'll ask
54329         people to fix their kernels instead.
54330         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
54331         (NANOSLEEP_BUG_WORKAROUND): Remove.
54332         (xnanosleep): Remove the workaround.
54333
54334 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
54335
54336         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
54337         Reported by Derek Price.
54338         (Include): Add "timespec.h".
54339
54340         * modules/xnanosleep (Depends-on): Remove gethrxtime.
54341
54342 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
54343
54344         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
54345         to detect nanosleep bug.
54346
54347 2005-03-01  Bruno Haible  <bruno@clisp.org>
54348
54349         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
54350
54351 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
54352
54353         * modules/gethrxtime: New file.
54354         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
54355         (Depends-on): Add gethrxtime.
54356         (configure.ac): Add gl_XNANOSLEEP.
54357         (Makefile.am): Remove lib_SOURCES line.
54358
54359 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
54360
54361         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
54362         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
54363
54364 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
54365
54366         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
54367         * lib/timespec.h (gettime): Return void, since it always
54368         succeeds now.  All uses changed.
54369         * lib/gettime.c (gettime) Likewise.
54370         [HAVE_NANOTIME]: Prefer nanotime.
54371         Assume gettimeofday succeeds, as POSIX requires.
54372         Assime time () succeeds, since other code already does.
54373         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
54374         (timespec_subtract): Remove.
54375         (NANOSLEEP_BUG_WORKAROUND): New constant.
54376         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
54377         things considerably.  Use it only on GNU/Linux hosts, since the
54378         workaround shouldn't be needed elsewhere.
54379
54380 2005-02-24  Bruno Haible  <bruno@clisp.org>
54381
54382         * modules/gettext (Files): Add m4/glibc2.m4.
54383
54384 2005-02-24  Bruno Haible  <bruno@clisp.org>
54385
54386         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
54387         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
54388         * m4/progtest.m4:
54389         Update from GNU gettext 0.14.2.
54390         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
54391
54392 2005-02-24  Bruno Haible  <bruno@clisp.org>
54393
54394         * lib/localcharset.c: Update from GNU gettext 0.14.2.
54395         * lib/config.charset: Update from GNU gettext 0.14.2.
54396
54397 2005-02-24  Bruno Haible  <bruno@clisp.org>
54398
54399         * lib/gettext.h: Update from GNU gettext 0.14.2.
54400
54401 2005-02-23  Simon Josefsson  <jas@extundo.com>
54402
54403         * m4/iconvme.m4: New file.
54404
54405 2005-02-23  Jim Meyering  <jim@meyering.net>
54406
54407         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
54408         change.
54409         Thanks to Bruno Haible for catching it.
54410
54411 2005-02-22  Simon Josefsson  <jas@extundo.com>
54412
54413         * modules/iconvme: New file.
54414
54415         * MODULES.html.sh: Add iconvme.
54416
54417 2005-02-22  Simon Josefsson  <jas@extundo.com>
54418
54419         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
54420
54421 2005-02-22  Simon Josefsson  <jas@extundo.com>
54422
54423         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
54424
54425 2005-02-22  Jim Meyering  <jim@meyering.net>
54426
54427         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
54428         s/ifndef/ifdef/.
54429
54430 2005-02-20  Neil Conway  <neilc@samurai.com>
54431
54432         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
54433         returned by OSX/Darwin if the specified buffer is not large
54434         enough for the hostname.
54435
54436 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54437
54438         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
54439         pass it to _help, otherwise the latter coredumps trying to
54440         dereference state.root_argp.
54441
54442 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
54443
54444         * modules/chdir-long (Depends-on): Add memrchr.
54445         * modules/memrchr (Files): Add lib/memrchr.h.
54446         (Include): "memrchr.h".
54447
54448 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
54449
54450         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
54451
54452 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
54453
54454         * lib/memrchr.h: New file.
54455         * lib/chdir-long.c: Include it.
54456         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
54457         Don't bother including stddef.h.
54458
54459 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
54460
54461         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
54462         inclusion.
54463         Include <sys/types.h>, for dev_t.
54464         (ME_DUMMY, ME_REMOTE): Move from here....
54465         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
54466         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
54467         Dmitry V. Levin.
54468         Include mountlist.h first, to test the interface.
54469
54470 2005-01-29  Bruno Haible  <bruno@clisp.org>
54471
54472         * lib/progname.c (program_name): Initialize.
54473         Needed when linking statically on MacOS X.
54474
54475 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
54476
54477         Sync from coreutils.
54478         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
54479         (Depends-on): Add c-strtod.
54480         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
54481
54482 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
54483
54484         Sync from coreutils.
54485         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
54486
54487         Remove files that are specific to coreutils.
54488         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
54489
54490 2005-01-28  Bruno Haible  <bruno@clisp.org>
54491
54492         * modules/javacomp: New file.
54493         * MODULES.html.sh (Java): Add javacomp.
54494
54495 2005-01-28  Bruno Haible  <bruno@clisp.org>
54496
54497         * m4/javacomp.m4: New file, from GNU gettext.
54498
54499 2005-01-28  Bruno Haible  <bruno@clisp.org>
54500
54501         * lib/javacomp.sh.in: New file, from GNU gettext.
54502         * lib/javacomp.h: New file, from GNU gettext.
54503         * lib/javacomp.c: New file, from GNU gettext.
54504
54505 2005-01-26  Simon Josefsson  <jas@extundo.com>
54506
54507         * lib/gai_strerror.c: Use GPL in header.
54508
54509 2005-01-26  Bruno Haible  <bruno@clisp.org>
54510
54511         * modules/javaexec: New file.
54512         * MODULES.html.sh (Java): Add javaexec.
54513
54514 2005-01-26  Bruno Haible  <bruno@clisp.org>
54515
54516         * m4/javaexec.m4: New file, from GNU gettext.
54517
54518 2005-01-26  Bruno Haible  <bruno@clisp.org>
54519
54520         * lib/javaexec.sh.in: New file, from GNU gettext.
54521         * lib/javaexec.h: New file, from GNU gettext.
54522         * lib/javaexec.c: New file, from GNU gettext.
54523
54524 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54525
54526         * modules/lchown (Depends-on): Remove lchown.h
54527
54528 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54529
54530         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
54531         must be defined if the header file was not found, in order
54532         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
54533
54534 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54535
54536         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
54537         initializers for struct pentry_state.
54538         (__argp_error): Check return value of __asprintf
54539         (__argp_failure): Translate error message
54540
54541         * lib/argp-parse.c: Removed braces around the expansion of N_()
54542
54543 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
54544
54545         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
54546         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
54547         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
54548         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
54549         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
54550         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
54551         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
54552         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
54553         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
54554         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
54555         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
54556         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
54557         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
54558         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
54559         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
54560         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
54561         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
54562         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
54563         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
54564         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
54565         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
54566         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
54567         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
54568         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
54569         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
54570         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
54571         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
54572         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
54573         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
54574         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
54575         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
54576         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
54577         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
54578         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
54579         xstrtol.m4, xstrtoumax.m4, yesno.m4:
54580         Use an all-permissive copyright notice, recommended by RMS.
54581
54582 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
54583
54584         * modules/chdir-long (Depends-on): Remove mempcpy.
54585
54586 2005-01-21  Jim Meyering  <jim@meyering.net>
54587
54588         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
54589         same value as for Solaris 9.
54590
54591         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
54592         component length.  This included changing the parameter to be
54593         of type `char *' rather than `char const *'.
54594         * lib/chdir-long.h (chdir_long): Update prototype.
54595
54596         * lib/openat.c (fdopendir, fstatat): New functions.
54597         * lib/openat.h: Include headers required for use of DIR and struct
54598         stat.
54599         [AT_SYMLINK_NOFOLLOW]: Define.
54600         (fdopendir, fstatat): Add prototypes.
54601
54602 2005-01-21  Bruno Haible  <bruno@clisp.org>
54603
54604         * modules/classpath: New file.
54605         * MODULES.html.sh (Java): Add classpath.
54606
54607 2005-01-21  Bruno Haible  <bruno@clisp.org>
54608
54609         * lib/classpath.h: New file, from GNU gettext.
54610         * lib/classpath.c: New file, from GNU gettext.
54611
54612 2005-01-20  Simon Josefsson  <jas@extundo.com>
54613
54614         * modules/version-etc-fsf: New file.
54615
54616 2005-01-20  Simon Josefsson  <jas@extundo.com>
54617
54618         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
54619         * lib/version-etc.c: Remove version_etc_copyright.
54620         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
54621         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
54622
54623 2005-01-20  Simon Josefsson  <jas@extundo.com>
54624
54625         * lib/base64.h (isbase64): Add.
54626
54627         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
54628         using a unsigned prototype, don't inline.
54629         (base64_decode): Use it.
54630
54631 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
54632
54633         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
54634         it.
54635
54636 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
54637
54638         * lib/save-cwd.c (save_cwd): Remove code to support the case
54639         where fchdir is missing or flaky.
54640
54641 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
54642
54643         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
54644
54645 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
54646
54647         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
54648         AC_LIBSOURCES now does this.
54649         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
54650         with new ullong_max module.
54651
54652 2005-01-19  Bruno Haible  <bruno@clisp.org>
54653
54654         * modules/sh-quote: New file.
54655         * MODULES.html.sh (Executing programs): Add sh-quote.
54656
54657 2005-01-19  Bruno Haible  <bruno@clisp.org>
54658
54659         * lib/sh-quote.h: New file, from GNU gettext.
54660         * lib/sh-quote.c: New file, from GNU gettext.
54661
54662 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
54663
54664         Merge from coreutils.
54665         * m4/ullong_max.m4: New file.
54666         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
54667         (gl_MACROS): Assume localeconv exists.
54668
54669 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
54670
54671         Merge changes from coreutils, as described below in several
54672         changelogs dated today.
54673
54674         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
54675         (O_DIRECTORY): Remove; not needed here, since "." must be
54676         a directory.  All uses removed.
54677         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
54678         universal on Suns, and we also need to test for IRIX.
54679         Revamp code to use 'if' rather than '#if'.
54680         Avoid unnecessary comparison of cwd->desc to 0.
54681
54682         * lib/utimens.c (futimens): Robustify the previous patch, by checking
54683         for known valid error numbers rather than observed invalid ones.
54684
54685 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
54686
54687         * modules/ullong_max: New file.
54688
54689         * modules/chdir-long, modules/openat: New files.
54690         * modules/save-cwd (Depends-on): Depend on chdir-long.
54691         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
54692
54693 2005-01-18  Jim Meyering  <jim@meyering.net>
54694
54695         Merge from coreutils.
54696         * m4/chdir-long.m4, m4/openat.m4: New files.
54697         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
54698         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
54699         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
54700         is sane and DOES follow symlinks.  Besides, testing 20 different
54701         systems found no broken chown implementations.
54702         Prompted by a change in rsync's copy of this macro.
54703         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
54704
54705         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
54706
54707         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
54708         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
54709         NULL-means-set-to-current-time semantics.
54710         Remove temporary file immediately, rather than waiting
54711         for configure's at-exit trap code to do it.
54712
54713 2005-01-18  Jim Meyering  <jim@meyering.net>
54714
54715         * lib/version-etc.c (version_etc_copyright): Update copyright date.
54716
54717         * lib/utimens.c (futimens): Account for the fact that futimes
54718         can also fail with errno == ENOSYS or errno == ENOENT.
54719         Patch from Dmitry V. Levin.
54720
54721         Change the name of the robust chdir function from chdir to chdir_long.
54722         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
54723         (restore_cwd): Use chdir_long, not chdir.
54724         * lib/chdir-long.c: Renamed from chdir.c.
54725         * lib/chdir-long.h: Renamed from chdir.h.
54726         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
54727         Hurd.
54728
54729 2005-01-18  Bruno Haible  <bruno@clisp.org>
54730
54731         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
54732         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
54733         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
54734         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
54735         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
54736         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
54737         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
54738         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
54739         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
54740         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
54741         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
54742         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
54743         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
54744         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
54745         Use an all-permissive copyright notice, recommended by RMS.
54746
54747 2005-01-18  Bob Proulx  <bob@proulx.com>
54748
54749         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
54750         simplify offsetof() macro construct to avoid compile failure with
54751         native HP-UX 11.0 ANSI C compiler.
54752
54753 2005-01-17  Bruno Haible  <bruno@clisp.org>
54754
54755         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
54756         redundant because stpncpy.m4 takes care of it.
54757
54758 2005-01-17  Bruno Haible  <bruno@clisp.org>
54759
54760         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
54761
54762 2005-01-17  Bruno Haible  <bruno@clisp.org>
54763
54764         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
54765         used.
54766
54767 2005-01-17  Bruno Haible  <bruno@clisp.org>
54768
54769         * lib/fwriteerror.h (fwriteerror): Change specification to include
54770         fclose.
54771         * lib/fwriteerror.c: Include <stdbool.h>.
54772         (fwriteerror): At the end, close the file stream. Record whether
54773         stdout was already closed.
54774
54775 2005-01-17  Bruno Haible  <bruno@clisp.org>
54776
54777         * lib/execute.c (environ): Declare if needed.
54778         * lib/pipe.c (environ): Likewise.
54779         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
54780
54781 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54782
54783         * modules/argp: Depend on vsnprintf
54784
54785 2005-01-10  Jim Meyering  <jim@meyering.net>
54786
54787         * modules/closeout (Depends-on): Add atexit.
54788
54789 2005-01-06  Bruno Haible  <bruno@clisp.org>
54790
54791         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
54792
54793 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
54794
54795         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
54796         definitions to be after all include files, to avoid collisions.
54797         Problem reported by Bob Proulx.
54798
54799 2005-01-04  Jim Meyering  <jim@meyering.net>
54800
54801         Changes imported from coreutils.
54802         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
54803         as the mkstemp template, use a temporary directory and an
54804         8.3-friendly template to avoid trouble on systems like DJGPP.
54805         Reported by Juan M. Guerrero via Stepan Kasal.
54806         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
54807         close. Remove the temporary directory right away, rather than waiting
54808         for configure's at-exit trap code to do it.
54809         Suggestion from Stepan Kasal.
54810
54811 2005-01-01  Simon Josefsson  <jas@extundo.com>
54812
54813         * gnulib-tool: Print #include directives when --import'ing.
54814
54815 2004-12-28  Simon Josefsson  <jas@extundo.com>
54816
54817         * tests/test-base64.c: Include required header files.  Remove
54818         unused variables.
54819
54820 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
54821
54822         * modules/error (Depends-on): Remove gettext.
54823
54824 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
54825
54826         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
54827         not needed.  This removes a dependency on the gettext module.
54828         [defined _LIBC]: Do not include <libintl.h>; not needed.
54829
54830 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
54831
54832         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
54833         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
54834
54835 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
54836
54837         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
54838         HAVE_DECL_STRTOLD.
54839
54840 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
54841
54842         * modules/getdate (Depends-on): Remove alloca-opt.
54843
54844 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
54845
54846         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
54847
54848 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
54849
54850         * lib/argp-parse.c: Include <stddef.h>.
54851         (alignof, alignto): New macros.
54852         (parser_init): Don't assume that void * is aligned sufficiently
54853         for struct option.
54854
54855         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
54856         need to extend the stack.
54857         (YYINITDEPTH): New macro, so that the initial stack isn't overly
54858         large.
54859
54860 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54861
54862         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
54863
54864 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
54865
54866         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
54867         (2004-10-24) change.  Apparently this was a false alarm.
54868
54869         * modules/getdate: Depend on alloca-opt, not alloca.
54870
54871 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
54872
54873         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
54874         Remove now-obsolete comment about AIX.
54875         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
54876         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
54877         (YYMAXDEPTH): New macro.
54878
54879 2004-12-18  Simon Josefsson  <jas@extundo.com>
54880
54881         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
54882
54883 2004-12-18  Bruno Haible  <bruno@clisp.org>
54884
54885         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
54886
54887 2004-12-18  Bruno Haible  <bruno@clisp.org>
54888
54889         * lib/fatal-signal.c (fatal_signals): Make non-const.
54890         (init_fatal_signals): New function.
54891         (uninstall_handlers, install_handlers): Ignore signals that were set to
54892         SIG_IGN.
54893         (at_fatal_signal): Call init_fatal_signals.
54894         (init_fatal_signal_set): Likewise. Ignore signals that were set to
54895         SIG_IGN.
54896         Reported by Paul Eggert.
54897
54898 2004-12-18  Bruno Haible  <bruno@clisp.org>
54899
54900         * doc/alloca.texi: New file.
54901         * doc/alloca-opt.texi: New file.
54902
54903 2004-12-17  Jim Meyering  <jim@meyering.net>
54904
54905         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
54906         Otherwise, install-sh could exit with improper exit status when
54907         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
54908
54909 2004-12-16  Simon Josefsson  <jas@extundo.com>
54910
54911         * tests/test-base64.c: Add license.
54912
54913 2004-12-15  Stepan Kasal  <address@hidden>
54914
54915         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
54916
54917 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
54918
54919         * modules/getcwd (Files): Add m4/d-ino.m4.
54920         Suggested by Mark D. Baushke.
54921
54922 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
54923
54924         * lib/getdate.y (textint): New member "negative".
54925         (time_zone_hhmm): New function.
54926         Expect 14 shift-reduce conflicts, not 13.
54927         (o_colon_minutes): New rule.
54928         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
54929         (yylex): Set the "negative" member of signed numbers.
54930
54931 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
54932
54933         * doc/getdate.texi (Time of day items, Time zone items):
54934         Describe new formats +00:00, UTC+00:00.
54935
54936 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
54937
54938         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
54939         spurious "-l"s.  Problem reported by Stepan Kasal.
54940
54941 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
54942
54943         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
54944         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
54945
54946 2004-12-04  Simon Josefsson  <jas@extundo.com>
54947
54948         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
54949         Vandoorselaere <yoann@prelude-ids.org>.
54950
54951 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
54952
54953         Changes imported from coreutils.
54954         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
54955         exist.
54956         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
54957
54958 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
54959
54960         Changes imported from coreutils.
54961         * lib/hard-locale.c: Assume <locale.h> exists.
54962         Include "strdup.h".
54963         (GLIBC_VERSION): New macro.
54964         (hard_locale): Assume setlocale exists.
54965         Rewrite to avoid #ifdef.
54966         Use strdup rather than malloc + strcpy.
54967         * lib/human.c: Assume <locale.h> exists.
54968         (human_readable): Assume localeconv exists.
54969
54970 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
54971
54972         * modules/hard-locale (Depends-on): Add strdup.
54973
54974 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
54975
54976         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
54977         convert T2, not T.  (Imported from libc.)
54978
54979 2004-11-30  Simon Josefsson  <jas@extundo.com>
54980
54981         * modules/restrict (License): Change to LGPL.
54982
54983 2004-11-30  Simon Josefsson  <jas@extundo.com>
54984
54985         * m4/restrict.m4: Add copyright and copying conditions.
54986
54987 2004-11-30  Simon Josefsson  <jas@extundo.com>
54988
54989         * m4/base64.m4: New file.
54990
54991 2004-11-30  Simon Josefsson  <jas@extundo.com>
54992
54993         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
54994         base64.
54995
54996         * tests/test-base64.c: New file.
54997
54998         * modules/base64: New file.
54999
55000 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
55001
55002         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
55003         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
55004
55005         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
55006
55007 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
55008
55009         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
55010         (__getcwd.c): Don't restore errno; glibc doesn't.
55011         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
55012         first, falling back to our code only if its results look suspicious.
55013         Ensure that the resulting buffer is only as large as necessary.
55014
55015         * lib/readutmp.c: Include readutmp.h first.
55016         Include <errno.h>, since readutmp.h no longer does that.
55017         * lib/readutmp.h: Don't include <errno.h>,
55018         <sys/param.h>, <time.h>; not needed to establish interface.
55019         (errno): Remove decl.
55020         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
55021         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
55022         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
55023
55024 2004-11-28  Simon Josefsson  <jas@extundo.com>
55025
55026         * lib/base64.h, base64.c: New file.
55027
55028 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
55029
55030         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
55031
55032 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
55033
55034         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
55035         (Depends-on): Remove pathmax, same.  Add mempcpy.
55036         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
55037         (Makefile.am): Append getcwd.h to lib_SOURCES.
55038         (Include): Add getcwd.h.
55039         (Maintainer): Change from Jim Meyering to "all, glibc",
55040         since getdate now uses intended-for-glibc code.
55041         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
55042         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
55043
55044 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
55045
55046         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
55047         HP's ANSI C compiler.
55048         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
55049         Declaring int functions causes warnings on some modern systems and
55050         shouldn't be needed to compile on ancient ones.
55051         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
55052         defined.
55053
55054         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
55055         with the following changes.
55056         (__set_errno): Parenthesize properly.
55057         Include <stdbool.h>.
55058         (MIN, MAX, MATCHING_INO): New macros.
55059         (__getcwd): Define with prototype, not K&R form.
55060         Use heuristics to allocate default buffer on stack if possible.
55061         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
55062         behavior, and to avoid the PATH_MAX limit when computing
55063         ../../../../...
55064         Use MATCHING_INO to compare inode number to file.
55065         Check for arithmetic overflow in size calculations.
55066         Fix bug in reallocation of dot array that caused getcwd to fail
55067         on directories nested deeper than 75.
55068         Be more careful about saving errno on error.
55069         Do not use realloc; use only free+malloc, as this is a bit
55070         more flexible and avoids a needless copy operation.
55071         Do not inspect st_dev and st_ino for symbolic links; POSIX
55072         doesn't specify the latter.
55073         Check for closedir errors.
55074         Avoid needless casts.
55075         Use "#ifdef weak_alias" around weak_alias, to be like other
55076         glibc code.
55077         The following changes to getcwd.c have effect only when used in
55078         gnulib; they have no effect inside glibc proper.
55079         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
55080         as alloca isn't used.
55081         (alloca, __alloca): Likewise.
55082         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
55083         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
55084         unconditionally, as gnulib assumes C89 or better.
55085         Do not include <sys/param.h>.
55086         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
55087         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
55088         better.
55089         (NULL) [!defined NULL]: Remove; we assume C89 or better.
55090         Include <dirent.h> in a way that is compatible with modern Autoconf.
55091         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
55092         New macros, if not already defined.
55093         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
55094         Use "_LIBC", not "defined _LIBC", for consistency.
55095         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
55096         a mempcpy module.
55097         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
55098         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
55099         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
55100         credit only to Jim Meyering and adjust the copyright dates.
55101         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
55102         <stdlib.h>, <unistd.h>, "pathmax.h".
55103         Instead, include "xgetcwd.h" (first) and "getcwd.h".
55104         (INITIAL_BUFFER_SIZE): Remove.
55105         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
55106
55107 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
55108
55109         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
55110         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
55111         Use the _ONCE methods, for efficiency.
55112         Check for fcntl.h.  In test program, include <errno.h>
55113         and <fcntl.h> if available.  Remove old K&R cruft from
55114         test program.  Check for common errors in GNU/Linux,
55115         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
55116         don't do AC_LIBOBJ, as that's getcwd.m4's job.
55117         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
55118         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
55119         name accordingly.
55120         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
55121         accommodate new getcwd.c.
55122         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
55123         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
55124         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
55125         that's all we need now.
55126
55127 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
55128
55129         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
55130         argp-parse.c depends on getopt internals, that means we should
55131         always use our getopt, to be on the safe side.
55132         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
55133         order not to spoil the result of an eventual previous invocation
55134         of gl_GETOPT_SUBSTITUTE.
55135
55136 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
55137
55138         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
55139         redefinition warnings. To avoid them, include the defines
55140         in `#if !defined __need_getopt ... #endif'. The only place
55141         where __getopt_argv_const is used is in definitions
55142         of getopt_long and getopt_long_only below, which are as well
55143         protected by `#ifndef __need_getopt'.
55144         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
55145         __need_getopt after including <stdio.h> and <unistd.h> These
55146         headers might have defined it.
55147
55148 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
55149
55150         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
55151
55152 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
55153
55154         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
55155         (futimens): New function, which uses futimes if available.
55156         (futimens, utimens): Support timespec==NULL, with same semantics
55157         as utime and utimens.
55158         * lib/utimens.h (futimens): New decl.
55159
55160 2004-11-23  Jim Meyering  <jim@meyering.net>
55161
55162         * lib/getopt_.h: Remove trailing blanks.
55163
55164 2004-11-23  Jim Meyering  <jim@meyering.net>
55165
55166         * lib/__fpending.c: Add comment.
55167
55168 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
55169
55170         * modules/canonicalize (Depends-on): Add xreadlink.
55171         Problem reported by James Youngman.
55172
55173 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
55174
55175         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
55176         New macros.
55177         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
55178         optopt): Use them instead of invoking ## directly; otherwise, the
55179         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
55180
55181 2004-11-19  Bruno Haible  <bruno@clisp.org>
55182
55183         * lib/strtok_r.c: Move comments from here...
55184         * lib/strtok_r.h: ... to here.
55185
55186 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
55187
55188         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
55189         implementations that mishandle size_t overflow.
55190
55191 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
55192
55193         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
55194         might fail.  Problem reported by Yoann Vandoorselaere.
55195         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
55196         implementations that mishandle size_t overflow.
55197
55198 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
55199
55200         * modules/canon-host (Depends-on): Add strdup.
55201
55202 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
55203
55204         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
55205
55206 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
55207
55208         * lib/canon-host.c: Include "strdup.h".
55209         (canon_host): Use getaddrinfo if available, so that IPv6 works.
55210         Use strdup instead of malloc/strcpy to duplicate strings.
55211
55212         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
55213         (human_space_before_unit): New constant.
55214         * lib/human.c (human_readable): Support it.
55215
55216         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
55217         (xgetcwd): Set errno correctly when failing.
55218         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
55219         the failure is actually due to a PATH_MAX problem.
55220
55221         Further getopt changes to make it more likely that glibc will
55222         buy the changes back.
55223         * lib/getopt.c (POSIXLY_CORRECT): New constant.
55224         (getopt): Use it, so to preserve glibc semantic
55225         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
55226         when compiling for libc.
55227         * lib/getopt_.h (__getopt_argv_const): Bring it back.
55228         (getopt_long, getopt_long_only): Use it.
55229
55230         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
55231         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
55232         (getopt): Argv is now char * const *, as per standard.
55233         (_getopt_internal_r, _getopt_internal): Argv is now char **,
55234         not char *__getopt_argv_const *.
55235         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
55236         _getopt_long_only_r): Likewise.
55237         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
55238         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
55239         _getopt_long_r, _getopt_long_only_r): Likewise.
55240         * lib/getopt_.h (__getopt_argv_const): Remove.
55241         (getopt): Argv is now char * const *, as per standard.
55242
55243         * lib/getdate.y (tORDINAL): New token.
55244         (day, relunit): Allow it for relative times.
55245         (relative_time_table): Use tORDINAL for ordinals.
55246
55247 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
55248
55249         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
55250         Document that "second" isn't allowed as an ordinal number.
55251
55252 2004-11-16  Jim Meyering  <jim@meyering.net>
55253
55254         * modules/closeout (Depends-on): Add fpending.
55255
55256 2004-11-15  Jim Meyering  <jim@meyering.net>
55257
55258         * lib/closeout.c: Include "__fpending.h" once again.
55259         Include <stdbool.h>.
55260         (close_stdout): Don't fail just because stdout was closed initially,
55261         since some programs don't write to stdout in the normal course of
55262         operation (other than --version and --help), and we don't want this
55263         function to make e.g. `touch file >&-' fail.
55264         But do fail if it was closed and someone has tried to write to it.
55265         E.g., `printf foo >&-' must fail.
55266
55267 2004-11-13  Jim Meyering  <jim@meyering.net>
55268
55269         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
55270
55271 2004-11-12  Simon Josefsson  <jas@extundo.com>
55272
55273         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
55274         small doc fix is still pending.
55275
55276 2004-11-11  Simon Josefsson  <jas@extundo.com>
55277
55278         * modules/strtok_r: New file.
55279
55280         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
55281         strtok_r.
55282
55283 2004-11-11  Simon Josefsson  <jas@extundo.com>
55284
55285         * m4/strtok_r.m4: New file.
55286
55287         * m4/getopt.m4: Replace opterr.
55288
55289 2004-11-11  Simon Josefsson  <jas@extundo.com>
55290
55291         * lib/strtok_r.h, strtok_r.c: New file.
55292
55293 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
55294
55295         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
55296         of replacing opterr, getopt, etc.  This should handle the
55297         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
55298
55299 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
55300
55301         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
55302         we can stop lying to compilers about the constness of argv when we
55303         are compiled outside glibc.
55304         (getopt, getopt_long, getopt_long_only): Use it.
55305         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
55306         _getopt_internal, getopt): Likewise.
55307         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
55308         _getopt_long_only_r): Likewise.
55309         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
55310         _getopt_long_r, _getopt_long_only_r): Likewise.
55311
55312         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
55313         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
55314         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
55315         the other external symbols.
55316         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
55317         declaration, since the above renaming now works around collisions.
55318
55319 2004-11-11  Jim Meyering  <jim@meyering.net>
55320
55321         * lib/linebreak.c: Remove trailing blanks.
55322         * lib/alloca_.h: Likewise.
55323         * lib/acosl.c: Likewise.
55324         * lib/euidaccess.c: Likewise.
55325         * lib/allocsa.h: Likewise.
55326
55327 2004-11-10  Simon Josefsson  <jas@extundo.com>
55328
55329         * m4/getaddrinfo.m4: New file.
55330
55331 2004-11-10  Simon Josefsson  <jas@extundo.com>
55332
55333         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
55334
55335 2004-11-10  Simon Josefsson  <jas@extundo.com>
55336
55337         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
55338         getaddrinfo.
55339
55340         * modules/getaddrinfo: New file.
55341
55342 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
55343
55344         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
55345
55346 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
55347
55348         * lib/mktime.c (SHR): New macro, which is a portable
55349         substitute for >> that should work even on Crays.
55350         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
55351         Problem reported by Mark D. Baushke in
55352         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
55353         * lib/getdate.y (SHR): Likewise.
55354         (tm_diff): Use it.
55355         * lib/strftime.c (SHR): Likewise.
55356         (tm_diff): Use it.
55357         * lib/quotearg.c (struct quoting_options): Use unsigned int for
55358         quote_these_too, so that right shifts are well defined.  All uses
55359         changed.
55360
55361 2004-11-10  Jim Meyering  <jim@meyering.net>
55362
55363         Ensure that no close failure goes unreported.
55364         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
55365         return early when it seems there's nothing to flush.
55366         Don't include __fpending.h.
55367
55368 2004-11-10  Jim Meyering  <jim@meyering.net>
55369
55370         * modules/closeout (Depends-on): Remove fpending.
55371
55372 2004-11-10  Jim Meyering  <jim@meyering.net>
55373
55374         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
55375
55376 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
55377
55378         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
55379         gl_FUNC_STRFTIME.
55380         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
55381         and AC_REQUIRE when possible, to avoid duplicate checks.
55382         Check for <wchar.h>.
55383
55384 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
55385
55386         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
55387
55388 2004-11-09  Bruno Haible  <bruno@clisp.org>
55389
55390         * m4/sockpfaf.m4: New file.
55391
55392 2004-11-05  Bruno Haible  <bruno@clisp.org>
55393
55394         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
55395         Reported by Mark D. Baushke <mdb@cvshome.org>.
55396
55397 2004-11-04  Bruno Haible  <bruno@clisp.org>
55398
55399         2004-09-11  Bruno Haible  <bruno@clisp.org>
55400                 * allocsa.valgrind: New file.
55401         2004-02-06  Bruno Haible  <bruno@clisp.org>
55402                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
55403                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
55404                 Reported by Christopher Seip <chris.seip@hp.com>.
55405
55406 2004-11-04  Bruno Haible  <bruno@clisp.org>
55407
55408         * modules/allocsa (Files): Add lib/allocsa.valgrind.
55409         (Makefile.am): Distribute it.
55410
55411 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
55412
55413         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
55414         with errno == ERANGE if the buffer is too small.
55415         Problem reported by Mark D. Baushke.
55416
55417 2004-11-03  Albert Chin  <china@thewrittenword.com>
55418             Paul Eggert  <eggert@cs.ucla.edu>
55419
55420         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
55421         equivalent, substitute $ac_type for equivalent type rather than
55422         blindly using uint32_t *always* which won't work if uint32_t is not
55423         available.  Define _UINT32_T to work around typedef of uint32_t if
55424         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
55425         2.5.1.
55426
55427 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
55428
55429         * m4/jm-macros.m4: Sync from coreutils.
55430         (gl_MACROS): Check for mbrlen, for pathchk.
55431         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
55432
55433 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
55434
55435         * lib/xreadlink.c (MAXSIZE): New macro.
55436         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
55437         size does not exceed MAXSIZE.  Avoid cast.
55438         As suggested by Mark D. Baushke in
55439         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
55440         if readlink fails with buffer size just under MAXSIZE, try again
55441         with MAXSIZE.
55442
55443 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
55444
55445         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
55446
55447 2004-11-02  Derek R. Price  <derek@ximbiot.com>
55448         and  Paul Eggert  <eggert@cs.ucla.edu>
55449
55450         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
55451         (get_date): Overparenthesize to avoid GCC warning.
55452
55453 2004-11-02  Bruno Haible  <bruno@clisp.org>
55454
55455         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
55456         returns void.
55457
55458 2004-11-02  Bruno Haible  <bruno@clisp.org>
55459
55460         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
55461         function returns void.
55462
55463 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
55464
55465         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
55466         fflush_unlocked, flockfile, funlockfile, funlockfile,
55467         fputs_unlocked, putc_unlocked.
55468
55469 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
55470
55471         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
55472         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
55473         already declared.
55474
55475 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
55476
55477         * modules/getdate (Files): Add doc/getdate.texi.
55478         (Depends-on): Add setenv, xalloc.
55479
55480 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
55481
55482         * lib/getdate.y: Add support for TZ="foo" within a date string.
55483         Fix some bugs near time_t boundaries.  Reject dates with
55484         out-of-range components, e.g., "Sept 31".
55485         Include <stdlib.h>, "setenv.h", "xalloc.h".
55486         (ISDIGIT_LOCALE): Remove; unused.
55487         Note that the TZ and time functions used here are not reentrant.
55488         (mktime_ok, get_tz): New functions.
55489         (TZBUFSIZE): New constant.
55490         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
55491         This requires that we sometimes generate our own TZ="XXX..." setting.
55492
55493 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
55494
55495         * doc/getdate.texi: New file, from coreutils with modifications for
55496         the new TZ parsing.
55497
55498 2004-10-27  Derek R. Price  <derek@ximbiot.com>
55499
55500         * lib/mktime.c (not_equal_tm): Remove redundant check.
55501
55502 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
55503
55504         * modules/regex (lib_SOURCES): Add regex.c.
55505         Reported by James Youngman in
55506         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
55507
55508 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
55509
55510         * lib/getdate.y: Use Bison 1.875 features, and some minor
55511         code cleanups.  This change does not affect semantics.
55512         Don't include <stdlib.h>; no longer needed.
55513         Don't include unlocked-io.h; only the "#if TEST" code uses
55514         stdio, and performance isn't crucial there.
55515         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
55516         Bison 1.875 features as described below.
55517         All uses of "PC." replaced by "pc->".
55518         (YYSTYPE): Add a forward declaration.
55519         (yylex, yyerror): Use full prototypes in forward decls.
55520         Use "%pure-parser" rather than obsolescent "%pure_parser".
55521         Use %parse-param and %lex-param instead of obsolescent
55522         YYPARSE_PARAM and YYLEX_PARAM.
55523         (meridian_table, month_and_day_table, time_units_table,
55524         relative_time_table, time_zone_table, military_table,
55525         lookup_zone, lookup_word, get_date):
55526         Use NULL instead of 0 where appropriate.
55527         (to_hour): Avoid abort (), to avoid a dependency on
55528         stdlib.h.
55529         (yyerror, yylex): Now accepts parser_control * arg.
55530         (main) [TEST]: Use '\0' rather than 0 for char.
55531
55532 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
55533
55534         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
55535
55536 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
55537
55538         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
55539         It's now the caller's responsibility to handle the case where
55540         !HAVE_GETPAGESIZE && !defined getpagesize.
55541
55542         * lib/mktime.c (leapyear): Arg is long int, not int.
55543
55544 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
55545
55546         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
55547
55548 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
55549
55550         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
55551         missing.  Problem reported by James Youngman.
55552
55553 2004-10-16  Simon Josefsson  <jas@extundo.com>
55554
55555         * gnulib-tool: Fix comments.  Fix parse problem.
55556         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
55557
55558 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
55559
55560         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
55561         implementation of getopt_long.  Problem reported by Alexander Taler in:
55562         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
55563
55564 2004-10-15  Bruno Haible  <bruno@clisp.org>
55565
55566         * gnulib-tool: Untabify. Initialize supplied_libname.
55567         (func_usage): More homogenous output.
55568         (func_modules_transitive_closure, func_modules_to_filelist,
55569         func_emit_lib_Makefile_am): New functions.
55570         (func_import): New function, extracted from big case statement. Use
55571         func_get_license, func_modules_transitive_closure,
55572         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
55573         opt_lgpl. Don't use test -a, as it's not portable.
55574         (func_create_testdir): Use func_modules_transitive_closure,
55575         func_modules_to_filelist, func_emit_lib_Makefile_am.
55576
55577 2004-10-15  Bruno Haible  <bruno@clisp.org>
55578
55579         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
55580
55581 2004-10-15  Bruno Haible  <bruno@clisp.org>
55582
55583         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
55584         the portions belonging to each module.
55585         Suggested by Derek Robert Price <derek@ximbiot.com>.
55586
55587 2004-10-12  Simon Josefsson  <jas@extundo.com>
55588
55589         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
55590         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
55591         to real functions.
55592
55593 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55594
55595         * modules/vsnprintf: New file.
55596
55597 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55598
55599         * m4/vsnprintf.m4: New file.
55600
55601 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55602
55603         * lib/vsnprintf.h: New file.
55604         * lib/vsnprintf.c: New file.
55605
55606 2004-10-11  Bruno Haible  <bruno@clisp.org>
55607
55608         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
55609         vsnprintf.
55610
55611 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
55612
55613         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
55614
55615 2004-10-07  Bruno Haible  <bruno@clisp.org>
55616
55617         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
55618         fits into the provided buffer.
55619
55620 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
55621
55622         * lib/diacrit.c, diacrit.h: Add GPL notice.
55623
55624         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
55625         notice.
55626         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
55627         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
55628         This avoids a potential constant-folding bug.
55629
55630 2004-10-05  Bruno Haible  <bruno@clisp.org>
55631
55632         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
55633         for the declaration of strsep.
55634
55635 2004-10-05  Bruno Haible  <bruno@clisp.org>
55636
55637         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
55638
55639 2004-10-04  Simon Josefsson  <jas@extundo.com>
55640
55641         * modules/memmem: New file.
55642         * tests/test-memmem.c: New file.
55643         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
55644
55645 2004-10-04  Simon Josefsson  <jas@extundo.com>
55646
55647         * m4/memmem.m4: New file.
55648
55649 2004-10-04  Simon Josefsson  <jas@extundo.com>
55650
55651         * lib/memmem.h: New file.
55652         * lib/memmem.c: New file, taken from glibc.
55653
55654 2004-10-04  Simon Josefsson  <jas@extundo.com>
55655
55656         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
55657         '#ifdef USE_UNLOCKED_IO'.
55658
55659 2004-10-04  Simon Josefsson  <jas@extundo.com>
55660
55661         * config/srclist.txt: Add memmem from glibc.
55662
55663 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
55664
55665         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
55666
55667         * modules/argmatch, modules/argp, modules/closeout, modules/error,
55668         modules/exclude, modules/getdate, modules/getline,
55669         modules/getndelim2, modules/getpass, modules/getpass-gnu,
55670         modules/getusershell, modules/linebuffer, modules/md5,
55671         modules/mountlist, modules/posixtm, modules/readtokens,
55672         modules/readutmp, modules/regex, modules/sha1,
55673         modules/version-etc, modules/yesno:
55674         Remove dependency on unlocked-io.
55675
55676 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
55677
55678         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
55679
55680         * m4/unlocked-io.m4: Add copyright notice.
55681         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
55682
55683 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
55684
55685         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
55686         * lib/xmalloc.c (xmemdup): Likewise.
55687         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
55688         XFREE): Remove these long-obsolescent macros.
55689         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
55690         * lib/xstrdup.c: Remove.
55691
55692         * lib/regex.c (re_comp): Cast gettext return value to char *,
55693         Problem reported by Martin Neitzel via Mark D. Baushke.
55694
55695 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
55696
55697         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
55698         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
55699         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
55700         regex.c, sha1.c, version-etc.c, yesno.c:
55701         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
55702         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
55703         the includer's responsibility.
55704
55705         Sync from coreutils.
55706
55707         * lib/modechange.c (mode_compile): Don't decrement a pointer that
55708         points to the start of a string, as the C Standard says the
55709         resulting behavior is undefined.
55710
55711         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
55712         simple -> simple_backups, numbered_existing ->
55713         numbered_existing_backups, numbered -> numbered_backups
55714         to avoid shadowing problems.  All uses changed.
55715         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
55716         * lib/backupfile.c (check_extension, numbered_backup):
55717         Rename locals to avoid shadowing 'basename'.
55718         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
55719         once.
55720
55721         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
55722         * lib/.cvsignore: Add getopt.h.
55723
55724 2004-10-04  Bruno Haible  <bruno@clisp.org>
55725
55726         * modules/README: New file.
55727         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
55728         not a module.
55729
55730 2004-10-02  Jim Meyering  <jim@meyering.net>
55731
55732         * lib/dirfd.h, getpagesize.h: Add copyright notice.
55733
55734 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55735
55736         * modules/strsep: New file.
55737
55738 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55739
55740         * m4/strsep.m4: New file.
55741
55742 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55743
55744         * lib/strsep.h: New file.
55745         * lib/strsep.c: New file.
55746
55747 2004-10-01  Simon Josefsson  <jas@extundo.com>
55748
55749         * lib/snprintf.c (snprintf): Handle size==0.
55750
55751 2004-10-01  Simon Josefsson  <jas@extundo.com>
55752             Bruno Haible  <bruno@clisp.org>
55753
55754         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
55755         (snprintf): Declare 'args'.
55756
55757 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
55758
55759         * lib/snprintf.c: Remove comments as to why each header is needed.
55760
55761 2004-10-01  Bruno Haible  <bruno@clisp.org>
55762
55763         * MODULES.html.sh: Add strsep.
55764
55765 2004-09-30  Simon Josefsson  <jas@extundo.com>
55766
55767         * modules/snprintf: New file.
55768
55769 2004-09-30  Simon Josefsson  <jas@extundo.com>
55770
55771         * m4/snprintf.m4: New file.
55772
55773 2004-09-30  Simon Josefsson  <jas@extundo.com>
55774
55775         * lib/snprintf.h, lib/snprintf.c: New files.
55776
55777 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
55778
55779         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
55780         (hol_entry_help): Never translate an empty string.
55781         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
55782         * lib/argp.h (OPTION_NO_TRANS): New option.
55783
55784 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
55785
55786         * modules/argp (Maintainer): Replace Simon Josefsson
55787         by Sergey Poznyakoff.
55788
55789 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
55790
55791         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
55792         changes merged back into glibc.
55793
55794 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
55795
55796         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
55797
55798 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
55799
55800         * lib/xvasprintf.c: Include xalloc.h.
55801         (xvasprintf): Use xalloc_die, not xmalloc_die.
55802
55803 2004-09-29  Bruno Haible  <bruno@clisp.org>
55804
55805         * modules/alloca-opt: New file, derived from modules/alloca.
55806         * modules/allocsa: Depend on alloca-opt instead of alloca.
55807         * modules/setenv: Likewise.
55808         * modules/vasnprintf: Likewise.
55809         * MODULES.html.sh: Add alloca-opt.
55810
55811 2004-09-28  Simon Josefsson  <jas@extundo.com>
55812
55813         * gnulib-tool: New parameter --lgpl, to asseert that modules are
55814         LGPL, and to replace license template from GPL to LGPL.
55815
55816 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
55817
55818         * modules/dummy: Change license to LGPL.
55819
55820 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
55821
55822         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
55823
55824 2004-09-24  Simon Josefsson  <jas@extundo.com>
55825
55826         * modules/minmax (License): Change from GPL to LGPL.
55827
55828 2004-09-23  Simon Josefsson  <jas@extundo.com>
55829
55830         * gnulib-tool (--import): Typo.
55831
55832 2004-09-23  Simon Josefsson  <jas@extundo.com>
55833
55834         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
55835
55836 2004-09-22  Bruno Haible  <bruno@clisp.org>
55837
55838         * modules/*: Add 'License' field.
55839         * gnulib-tool: Accept --extract-license option.
55840         (func_get_license): New function.
55841
55842 2004-09-21  Bruno Haible  <bruno@clisp.org>
55843
55844         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
55845         Reported by Simon Josefsson.
55846
55847 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
55848
55849         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
55850         gl_AC_TYPE_LONG_LONG.
55851
55852 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
55853
55854         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
55855
55856 2004-09-18  Simon Josefsson  <jas@extundo.com>
55857         and  Paul Eggert  <eggert@cs.ucla.edu>
55858
55859         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
55860         calls with autoreconf.  Define GL_LIB.
55861
55862 2004-09-14  Karl Berry  <karl@gnu.org>
55863
55864         * config/srclist.txt: unsync setenv.c, sigh.
55865
55866 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
55867
55868         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
55869         Problem reported by Bruno Haible in:
55870         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
55871
55872 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
55873
55874         * config/srclist.txt: Comment out argp-pvh.c.
55875
55876 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
55877
55878         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
55879         in case some system header has #define'd it.  Problem reported by
55880         Soeren D. Schulze in
55881         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
55882
55883 2004-09-09  Karl Berry  <karl@gnu.org>
55884
55885         * regex.[ch]: delete from the root.  These were supposed to be
55886                 synced with emacs cvs, but this has not happened for about
55887                 a year, and anyway nothing else uses emacs regex.[ch].
55888                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
55889                 lib/regex[.ch] is untouched.
55890
55891 2004-09-09  Bruno Haible  <bruno@clisp.org>
55892
55893         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
55894
55895 2004-09-09  Bruno Haible  <bruno@clisp.org>
55896
55897         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
55898         modifications.
55899         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
55900
55901 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
55902
55903         * modules/xvasprintf: New file.
55904         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
55905
55906 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
55907
55908         * lib/xvasprintf.h: New file.
55909         * lib/xvasprintf.c: New file.
55910         * lib/xasprintf.c: New file.
55911
55912 2004-09-08  Bruno Haible  <bruno@clisp.org>
55913
55914         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
55915
55916 2004-09-08  Bruno Haible  <bruno@clisp.org>
55917
55918         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
55919         length is > INT_MAX.
55920         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
55921         more.
55922
55923 2004-09-08  Bruno Haible  <bruno@clisp.org>
55924
55925         * lib/stdint_.h: New file, taken from GNU clisp.
55926
55927 2004-09-08  Bruno Haible  <bruno@clisp.org>
55928             Oskar Liljeblad  <oskar@osk.mine.nu>
55929
55930         * modules/stdint: New file.
55931         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
55932
55933 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
55934
55935         Import from coreutils.
55936         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
55937         strings on unbounded length.  alloca's performance benefits aren't
55938         that important here.
55939         (V_STRDUP): Remove.
55940         (parse_with_separator): New function, with most of the internals
55941         of the old parse_user_spec.  Allow user to omit both user and group,
55942         for compatibility with FreeBSD.
55943         Clone only the user name, not the entire spec.
55944         Do not set *uid, *gid unless entirely successful.
55945         Avoid memory leak in some failing cases.
55946         Fix regression for USER.GROUP reported by Dmitry V. Levin in
55947         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
55948         (parse_user_spec): Rewrite to use parse_with_separator.
55949
55950 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
55951
55952         * modules/userspec: Don't depend on alloca.
55953
55954 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
55955
55956         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
55957
55958 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
55959
55960         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
55961         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
55962         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
55963
55964 2004-08-16  Simon Josefsson  <jas@extundo.com>
55965
55966         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
55967         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
55968         Add --dry-run for --import.
55969         Let user provided command line parameters override configure.ac
55970         settings.
55971
55972 2004-08-12  Simon Josefsson  <jas@extundo.com>
55973
55974         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
55975         as discussed with Paul Eggert in threads rooted at
55976         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
55977         and
55978         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
55979         Before, the test was empty, and relied on ELIDE_CODE in source
55980         code.)
55981         (gl_PREREQ_GETOPT): New macro.
55982         (gl_GETOPT): Use them.
55983
55984 2004-08-12  Simon Josefsson  <jas@extundo.com>
55985
55986         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
55987         * lib/getopt_.h: Renamed from getopt.h.
55988
55989 2004-08-12  Simon Josefsson  <jas@extundo.com>
55990
55991         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
55992         Change default library name from libfoo to libgnu.
55993         Now, if you have a configure.ac that says:
55994                 gl_SOURCE_BASE(gl)
55995                 gl_M4_BASE(gl/m4)
55996                 gl_MODULES(error getopt etcetera)
55997                 gl_INIT
55998         you can import all you need by running:
55999                 ../gnulib/gnulib-tool --import
56000
56001         * modules/getopt (Files): Rename getopt.h to getopt_.h.
56002         (Makefile.am): Rewrite, use logic from argz.
56003         (Include): Use <getopt.h> instead of "getopt.h".
56004
56005 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
56006
56007         * modules/argp (Files): Add m4/unlocked-io.m4.
56008         (Depends-on): Add extensions.
56009
56010 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
56011
56012         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
56013         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
56014         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
56015         Check for program_invocation_name, program_invocation_short_name,
56016         flockfile, funlockfile, features.h, _getopt_long_only_r.
56017
56018 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
56019
56020         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
56021         its complicated substitute.
56022         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
56023         and program_invocation_name.
56024         (__argp_basename) [!_LIBC]: Remove; the only use was
56025         replaced by its body.
56026         (__argp_short_program_name): Change condition from
56027         !defined __argp_short_program_name to
56028         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
56029         to match argp-namefrob.h.
56030         (__argp_failure): Don't assume strerror_r returns char *.
56031         * lib/argp-parse.c (N_): Define unconditionally.
56032         (argp_default_options): Fill out initializers with 0 to avoid
56033         gcc warnings.
56034
56035 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
56036
56037         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
56038         getopt1.c.
56039
56040 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
56041
56042         Merge from coreutils.
56043
56044         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
56045
56046         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
56047         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
56048
56049 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
56050
56051         Merge from coreutils.
56052
56053         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
56054         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
56055         for Reliant Unix 5.43.
56056
56057         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
56058         (union fooround): Use uintmax_t, not long int.
56059         The rest is a merge from libc:
56060         [defined _LIBC]: Include <shlib-compat.h>.
56061         (_obstack) [defined _LIBC]: Remove after 2.3.4.
56062
56063         * lib/settime.c (settime): Recode to avoid warning with
56064         Sun Forte C 6U2.
56065
56066         * lib/strverscmp.c: Convert to UTF-8.
56067
56068 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
56069
56070         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
56071         m4/uintmax_t.m4.
56072
56073 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
56074
56075         * modules/xalloc-die: New file.
56076         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
56077
56078         * modules/md5 (Files): Add m4/uint32_t.m4.
56079         * modules/sha1: Renamed from modules/sha.
56080         (Files):
56081         Rename lib/sha.h to lib/sha1.h.
56082         Rename lib/sha.c to lib/sha1.c.
56083         Rename m4/sha.m4 to m4/sha1.m4.
56084         (lib_SOURCES): Likewise.
56085         (configure.ac): Rename gl_SHA to gl_SHA1.
56086         (Include): sha.h -> sha1.h.
56087
56088 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
56089
56090         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
56091         * m4/sha1.m4: Renamed from sha.m4.
56092         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
56093
56094 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
56095
56096         * lib/obstack.h (obstack_empty_p):
56097         Don't assume that chunk->contents is suitably aligned.
56098         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
56099         Likewise. Problem reported by Benno in
56100         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
56101
56102         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
56103         readable.  This could be improved further but it'd take some work.
56104
56105 2004-08-08  Simon Josefsson  <jas@extundo.com>
56106
56107         * modules/xgethostname (Depends-on): Remove exit and error (not
56108         used).
56109
56110         * modules/getpass-gnu: Add getpass.h.
56111         (Depends-on): Add stdbool.
56112         * modules/getpass: Add getpass.h.
56113
56114 2004-08-08  Simon Josefsson  <jas@extundo.com>
56115
56116         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
56117         Check getpass declaration.
56118
56119 2004-08-08  Simon Josefsson  <jas@extundo.com>
56120
56121         * lib/xgethostname.c: Don't include error.h (not used).
56122
56123         * lib/getpass.h: Add.
56124         * lib/getpass.c: Include getpass.h first.
56125
56126 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
56127
56128         * lib/xalloc-die.c: New file.
56129         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
56130         All uses removed.
56131         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
56132         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
56133         xalloc-die.c.
56134         (_, N_, xalloc_die): Move to xalloc-die.c.
56135         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
56136         so that we needn't mess with xalloc_msg_memory_exhausted.
56137
56138         * lib/sha1.h: Renamed from sha.h.
56139         (SHA1_H): Renamed from _SHA_H.
56140         (sha1_ctx): Renamed from sha_ctx.
56141         (sha1_init_ctx): Renamed from sha_init_ctx.
56142         (sha1_process_block): Renamed from sha_process_block.
56143         (sha1_process_bytes): Renamed from sha_process_bytes.
56144         (sha1_finish_ctx): Renamed from sha_finish_ctx.
56145         (sha1_read_ctx): Renamed from sha_read_ctx.
56146         (sha1_stream): Renamed from sha_stream.
56147         (sha1_buffer): Renamed from sha_buffer.
56148         * lib/sha1.c: Likewise; renamed from sha.c.
56149         Do not include <sys/types.h>.
56150         Include <stddef.h> rather than <stdlib.h>.
56151
56152 2004-08-08  Bruno Haible  <bruno@clisp.org>
56153
56154         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
56155         FILESYSTEM_PREFIX_LEN.
56156         * lib/progreloc.c: Likewise.
56157         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
56158
56159 2004-08-06  Simon Josefsson  <jas@extundo.com>
56160
56161         * modules/progname (Depends-on): Don't depend on stdbool.
56162
56163 2004-08-06  Simon Josefsson  <jas@extundo.com>
56164
56165         * modules/getsubopt: New file.
56166         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
56167         getsubopt.
56168
56169 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
56170
56171         More merge from coreutils.
56172
56173         * m4/utimens.m4, m4/utimecmp.m4: New files.
56174         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
56175         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
56176         prereq.m4, sha.m4: Import changes from coreutils.
56177
56178 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
56179
56180         More merge from coreutils.
56181         * modules/raise, modules/readtokens0, modules/utimens:
56182         * modules/utimecmp, module/xnanosleep: New files.
56183         * modules/strftime: Add lib/strftime.h.
56184         Change include from <time.h> to "strftime.h".
56185         * modules/yesno: Add lib/yesno.h.
56186         * modules/backupfile: Remove lib/addext.c.
56187         * modules/euidaccess: Add stat-macros.h.
56188         * modules/canonicalize, modules/euidaccess,
56189         modules/filemode, modules/lchown, modules/makepath,
56190         modules/rmdir, modules/stat: Likewise.
56191
56192 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
56193
56194         Merge from tar.
56195         * lib/argp-help.c (make_hol, hol_append): Don't assume that
56196         SIZE_MAX is a valid preprocessor constant.
56197         (__argp_basename): Change from "#ifndef _LIBC"
56198         to "#ifndef __argp_short_program_name", so that
56199         we don't compile these functions for tar.
56200
56201         More merges from coreutils.
56202         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
56203         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
56204         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
56205         * lib/addext.c: Remove; no longer needed.
56206         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
56207         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
56208         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
56209         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
56210         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
56211         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
56212         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
56213         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
56214         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
56215         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
56216         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
56217         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
56218         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
56219         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
56220         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
56221         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
56222         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
56223         Import changes from coreutils.
56224
56225 2004-08-05  Simon Josefsson  <jas@extundo.com>
56226
56227         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
56228
56229 2004-08-05  Simon Josefsson  <jas@extundo.com>
56230
56231         * m4/getsubopt.m4: New file.
56232
56233 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
56234
56235         Merge from coreutils.
56236
56237         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
56238         * m4/getcwd-path-max.m4: New files.
56239
56240         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
56241         FILESYSTEM_PREFIX_LEN ->
56242         FILE_SYSTEM_PREFIX_LEN.
56243         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
56244         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
56245         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
56246         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
56247
56248         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
56249         prerequisite modules now handle the DOS stuff.
56250         Don't check for unistd.h.
56251
56252 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
56253
56254         Merge from coreutils.
56255
56256         * lib/.gdb-history: Remove; this doesn't belong here.
56257
56258         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
56259         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
56260         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
56261         * lib/getcwd.c: New files.
56262
56263         * lib/dirname.h: Include <stdbool.h>.
56264         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
56265         for consistency with POSIX terminology.  All uses changed.
56266         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
56267         (strip_trailing_slashes): Use bool for booleans.
56268         * lib/stripslash.c (strip_trailing_slashes): Likewise.
56269
56270         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
56271         sometimes returns a positive errno value even when it succeeds.
56272         (print_errno_message) [!LIBC]: Fall back on strerror if
56273         __strerror_r fails.
56274
56275         * lib/path-concat.c (mempcpy): Don't define if a system header defines
56276         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
56277         (longest_relative_suffix): New function.
56278         (path_concat): Use it.  Assume first argument is not NULL.
56279         Port to DOS.  Omit redundant separators.
56280         Report an error instead of returning NULL.
56281         Use mempcpy instead of memcpy.
56282         (xpath_concat): Remove: not declared or used.
56283
56284         * lib/same.h: Include <stdbool.h>
56285         (same_name): Return bool, not int.
56286         * lib/same.c (same_name): Likewise.
56287         (errno): Don't declare; we assume C89 or better now.
56288
56289         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
56290         if not already defined.
56291
56292         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
56293         * lib/dup-safer.c (errno): Likewise.
56294
56295 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
56296
56297         Merge from coreutils.
56298         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
56299         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
56300         * modules/path-concat: Don't depend on strdup.
56301
56302 2004-08-03  Simon Josefsson  <jas@extundo.com>
56303
56304         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
56305         * lib/progname.h: Don't include stdbool.h.
56306
56307 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
56308
56309         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
56310         * MODULES.html.sh (func_all_modules): Remove fatal.
56311
56312 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
56313
56314         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
56315
56316 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
56317
56318         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
56319         working.
56320
56321 2004-08-02  Simon Josefsson  <jas@extundo.com>
56322
56323         * lib/getsubopt.h: New file, with comments from Bruno Haible.
56324         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
56325         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
56326
56327 2004-08-01  Simon Josefsson  <jas@extundo.com>
56328
56329         * lib/xgetdomainname.c: Include stdlib.h, for free().
56330
56331 2004-07-19  Bruno Haible  <bruno@clisp.org>
56332
56333         * MODULES.html.sh (func_all_modules): Add dummy.
56334
56335 2004-07-16  Simon Josefsson  <jas@extundo.com>
56336
56337         * modules/dummy: New file.
56338
56339 2004-07-16  Simon Josefsson  <jas@extundo.com>
56340
56341         * lib/dummy.c: New file.
56342
56343 2004-07-16  Bruno Haible  <bruno@clisp.org>
56344
56345         * lib/backupfile.h: Add extern "C" for C++.
56346         * lib/closeout.h: Likewise.
56347         * lib/copy-file.h: Likewise.
56348         * lib/findprog.h: Likewise.
56349         * lib/full-write.h: Likewise.
56350         * lib/pathname.h: Likewise.
56351         * lib/progname.h: Likewise.
56352         * lib/stpcpy.h: Likewise.
56353         * lib/stpncpy.h: Likewise.
56354         * lib/strcase.h: Likewise.
56355         * lib/strstr.h: Likewise.
56356         * lib/xalloc.h: Likewise.
56357
56358         * lib/mbswidth.h: Add extern "C" for C++.
56359         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
56360
56361 2004-07-13  Robert Millan  <robertmh@gnu.org>
56362
56363         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
56364
56365 2004-07-09  Simon Josefsson  <jas@extundo.com>
56366
56367         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
56368         failed without this.)
56369
56370 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
56371
56372         * modules/chown (Files): Add lib/fchown-stub.c, since
56373         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
56374
56375 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
56376
56377         * lib/fchown-stub.c: New file.
56378
56379 2004-06-24  Jim Meyering  <jim@meyering.net>
56380
56381         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
56382
56383 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
56384
56385         * modules/argz: Omit "#include".
56386
56387         * MODULES.html.sh (func_all_modules): Add calloc, to match
56388         2004-06-01 addition of calloc module.
56389
56390 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
56391
56392         * m4/argz.m4: New file, which is autoupdated from libtool.
56393
56394 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
56395
56396         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
56397         libtool.
56398
56399 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
56400
56401         * config/srclist-update: Don't insist on "USA." before the
56402         close-comment, as libtool omits the period and puts the */ on a
56403         separate line.
56404         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
56405         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
56406
56407 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
56408
56409         * modules/argz: New file.
56410         * MODULES.html.sh (func_all_modules): Add argz.
56411
56412 2004-06-12  Jim Meyering  <jim@meyering.net>
56413         and  Paul Eggert  <eggert@cs.ucla.edu>
56414
56415         * modules/hash (Files): Add lib/xalloc.h.
56416         * modules/pipe (Depends-on): Add wait-process.
56417         * modules/stat (Depends-on): Add xalloc.
56418         * modules/userspec (Files): Add lib/userspec.h.
56419         * modules/xstrto
56420
56421         Upgrade from gettext-0.13.
56422         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
56423         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
56424         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
56425
56426 2004-06-10  Jim Meyering  <jim@meyering.net>
56427
56428         * lib/calloc.c: New file.
56429
56430 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
56431
56432         * lib/getdate.y (yylex): Allow space between sign and number.
56433         Problem reported by Dan Jacobson.
56434
56435 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
56436
56437         Merge from coreutils CVS.
56438
56439         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
56440         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
56441         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
56442         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
56443         xstrtol.m4: Fix copyright date and/or serial number.
56444
56445         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
56446         See if we need an fchown replacement.
56447         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
56448         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
56449         and use the replacement function if we detect either defect.
56450
56451         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
56452         gl_UTIMECMP.
56453
56454 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
56455         and  Jim Meyering  <jim@meyering.net>
56456
56457         Merge from coreutils CVS.
56458
56459         * lib/stat-macros.h: New file, with contents from file-type.h
56460         and coreutils' system.h.
56461         * lib/file-type.c: Include "stat-macros.h".
56462         * lib/file-type.h (file_type): Move all macro definitions to new file,
56463         stat-macros.h.
56464
56465         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
56466         Wrap old code with this conditional.
56467         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
56468         function that does not dereference symlinks.
56469         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
56470
56471         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
56472         dependency problems.
56473         (xreadlink): Accept new arg SIZE, for efficiency.
56474         All decls and uses changed.
56475         * lib/xreadlink.h: Include <stddef.h>, for size_t.
56476
56477         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
56478         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
56479
56480         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
56481         sysexits.h.
56482
56483 2004-06-01  Jim Meyering  <jim@meyering.net>
56484
56485         * m4/calloc.m4: New file.
56486
56487 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
56488
56489         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
56490         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
56491         Also, fix a typo in a diagnostic.
56492
56493 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
56494
56495         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
56496         or AC_FUNC_REALLOC.
56497
56498 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
56499
56500         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
56501         macros to be defined.
56502         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
56503         the allocator returns NULL because the requested size is zero.
56504
56505 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
56506
56507         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
56508         var.  Add comment explaining why libc still defines it.  This
56509         merges the following patch from glibc:
56510         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
56511
56512 2004-05-20  Andreas Schwab  <schwab@suse.de>
56513
56514         * m4/free.m4: Replace free if it not known to work, not the other
56515         way round.
56516
56517 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
56518
56519         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
56520         present in glibc since revision 1.1 of this file.
56521         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
56522         obstack_alignment_mask, obstack_alloc, obstack_base,
56523         obstack_blank, obstack_blank_fast, obstack_chunk_size,
56524         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
56525         obstack_grow0, obstack_init, obstack_int_grow,
56526         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
56527         obstack_next_free, obstack_object_size, obstack_ptr_grow,
56528         obstack_ptr_grow_fast, obstack_room): Remove declarations of
56529         nonexistent functions.
56530
56531 2004-05-18  Karl Berry  <karl@gnu.org>
56532
56533         * config/srclist.txt: break link for vasnprintf.c.
56534
56535 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
56536
56537         Port obstack to the AS/400, where pointers are 16 bytes wide and
56538         you cannot cast an integer to a valid pointer.  This patch is
56539         currently waiting to be integrated into glibc; see
56540         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
56541
56542         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
56543         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
56544         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
56545         (struct obstack): temp member is now a union of a pointer and
56546         an integer, instead of an integer.  All integer uses changed.
56547         This does not affect the physical layout of struct obstack,
56548         except on hosts (like the AS/400) where the size or alignment of
56549         void * is greater than that of ptrdiff_t.
56550         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
56551         __STDC__)]: Store temporary in pointer member of union, not
56552         integer member.
56553         * lib/obstack.c: Include <stddef.h>, for offsetof.
56554         (struct fooalign): Remove; it doesn't need a name.
56555         (union fooround): Change double to long double, and add void *.
56556         (DEFAULT_ALIGNMENT): Use offsetof to compute.
56557         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
56558         not a macro.  Hence the values are always int; so remove all
56559         casts-to-int in uses.
56560
56561 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
56562
56563         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
56564         we can get this patch merged into glibc.
56565
56566 2004-05-17  Derek R. Price  <derek@ximbiot.com>
56567             Paul Eggert  <eggert@cs.ucla.edu>
56568
56569         * m4/argp: Depend on alloca.
56570
56571 2004-05-17  Derek R. Price  <derek@ximbiot.com>
56572             Paul Eggert  <eggert@cs.ucla.edu>
56573
56574         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
56575         freecoding.
56576
56577 2004-05-17  Bruno Haible  <bruno@clisp.org>
56578
56579         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
56580         precision that consists of a '.' followed by an empty digit string.
56581         Patch by Tor Lillqvist <tml@iki.fi>.
56582
56583 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
56584
56585         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
56586         for backward compatibility with older code.  We need our own
56587         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
56588         it under some other name, and our alloca.h will define it.
56589
56590 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
56591             Derek Price  <derek@ximbiot.com>
56592
56593         * lib/alloca.c: Include <alloca.h>, to get our interface.
56594         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
56595         include <alloca.h> first.  Use C89 prototype for alloca; this
56596         requires including <stddef.h> for size_t.  Use extern "C" if C++.
56597         Use #elif for simplicity, since we can assume C89 now.
56598         Don't try to source the system alloca.h since it will not be found
56599         and to prevent recursively including its replacement.
56600         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
56601         * lib/regex.c: Likewise.
56602
56603 2004-05-16  Derek Price  <derek@ximbiot.com>
56604             Paul Eggert  <eggert@cs.ucla.edu>
56605
56606         getline cleanup.  This changes the getndelim2 API: both order of
56607         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
56608         no delimiter).
56609
56610         * lib/getline.c: Don't include stddef.h or stdio.h, since our
56611         interface does that.
56612         (getline): Always use getdelim, so that we don't have two
56613         copies of this code.
56614         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
56615         if available.
56616         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
56617         (GETNDELIM2_MAXIMUM): New macro.
56618         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
56619         instead of the old practice of delim2==0.  All callers changed.
56620         Return -1 on overflow, instead of returning junk.
56621         Do not set *linesize unless allocation succeeds.
56622         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
56623         that we include sys/types.h.
56624         * lib/getnline.h: Likewise.
56625         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
56626         (getndelim2): Reorder arguments.
56627         * lib/getnline.c (getnline, getndelim):
56628         Don't discard the NMAX argument.
56629         (getnline): Invoke getndelim, to avoid code duplication.
56630         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
56631         of (size_t) -1 by callers of the getnline family.
56632
56633 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
56634
56635         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
56636         Check for gettimeofday.
56637         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
56638         Check for settimeofday, stime.
56639
56640 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
56641
56642         * lib/nanosleep.c (suspended): Change its type from int to
56643         sig_atomic_t volatile.
56644         (first_call): Make it private to rpl_nanosleep, and have it
56645         be zero initially as that's a bit faster.
56646         (my_usleep): Round up fractional times instead of truncating them,
56647         as this is the usual meaning for 'sleep'.
56648
56649         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
56650         doesn't work.
56651         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
56652         (ENOSYS): Define if not defined.
56653         (settime): Fall back on stime if it exists and settimeofday fails.
56654         But don't bother with fallbacks if a method fails with errno == EPERM.
56655
56656 2004-05-11  Jim Meyering  <jim@meyering.net>
56657
56658         Prior to this change, the save_cwd caller required read access to the
56659         current directory on most systems (ones with the fchdir function).
56660
56661         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
56662         fails, try write-only, and finally, resort to using xgetcwd.
56663
56664 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
56665
56666         * lib/obstack.c, obstack.h: Import changes from libc.
56667
56668 2004-04-28  Bruno Haible  <bruno@clisp.org>
56669
56670         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
56671         also implicitly appends .exe to executables.
56672         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
56673         accepts Windows pathnames.
56674         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
56675         Treat Cygwin like Windows, since it now accepts Windows pathnames.
56676         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
56677         Treat Cygwin like Windows, since it now accepts Windows pathnames.
56678         Reported by Derek Robert Price <derek@ximbiot.com>.
56679
56680 2004-04-21  Karl Berry  <karl@gnu.org>
56681
56682         * config/srclist.txt (localcharset.c): break sync.
56683
56684 2004-04-20  Paul Eggert  <eggert@twinsun.com>
56685
56686         * m4/host-os.m4: Add a copyright notice.
56687
56688 2004-04-20  Jim Meyering  <jim@meyering.net>
56689
56690         Change UTILS_ to gl_ in AC_DEFINE'd names.
56691         Change utils_- and jm_-prefixed variables, too.
56692         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
56693         UTILS_FUNC_MKDIR_TRAILING_SLASH.
56694         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
56695
56696         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
56697         Don't emit trailing blanks.
56698         Also rename jm_-prefixed variables to have gl_ prefix.
56699
56700         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
56701         Also rename jm_-prefixed variables to have gl_ prefix.
56702
56703         * m4/jm-macros.m4: Reflect the renamings.
56704         * m4/prereq.m4: Likewise.
56705
56706 2004-04-20  Jim Meyering  <jim@meyering.net>
56707
56708         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
56709         memory.
56710
56711 2004-04-20  Jim Meyering  <jim@meyering.net>
56712             Bruno Haible  <bruno@clisp.org>
56713
56714         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
56715         memory when realloc fails.
56716
56717 2004-04-19  Jim Meyering  <jim@meyering.net>
56718
56719         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
56720         now that readutmp.c may call `free (0)'.
56721
56722 2004-04-19  Bruno Haible  <bruno@clisp.org>
56723
56724         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
56725         * m4/inttypes_h.m4: Likewise.
56726         * m4/stdint_h.m4: Likewise.
56727         * m4/intmax_t.m4: Likewise.
56728         * m4/uintmax_t.m4: Likewise.
56729
56730 2004-04-18  Jim Meyering  <jim@meyering.net>
56731
56732         * m4/prereq.m4: Don't forbid jm_ prefix.
56733
56734         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
56735         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
56736         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
56737         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
56738         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
56739         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
56740         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
56741         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
56742         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
56743         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
56744         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
56745         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
56746         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
56747         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
56748         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
56749         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
56750         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
56751         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
56752         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
56753
56754 2004-04-18  Jim Meyering  <jim@meyering.net>
56755
56756         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
56757         failure, don't leak memory and do call END_UTMP_ENT.
56758
56759 2004-04-16  Jim Meyering  <jim@meyering.net>
56760
56761         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
56762         coreutils' stat program.
56763         (gl_PREREQ): Don't require jm_PREREQ_STAT.
56764
56765 2004-04-11  Paul Eggert  <eggert@twinsun.com>
56766
56767         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
56768         C89.
56769         (CHAR_BIT): Remove, since we assume C89.
56770         Include <stdint.h> if available, as per current Autoconf CVS advice.
56771
56772 2004-03-31  Jim Meyering  <jim@meyering.net>
56773
56774         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
56775         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
56776         * m4/xalloc.m4: Likewise.
56777
56778 2004-03-30  Paul Eggert  <eggert@twinsun.com>
56779
56780         Merge from coreutils.
56781
56782         * m4/inttostr.m4: New file.
56783         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
56784         Require AM_STDBOOL_H and gl_TIMESPEC instead.
56785         Require gl_CLOCK_TIME.
56786         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
56787
56788 2004-03-30  Paul Eggert  <eggert@twinsun.com>
56789
56790         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
56791         not bool, to be more consistent with Unix conventions.
56792         Suggested by Bruno Haible.
56793
56794         Merge from coreutils.
56795
56796         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
56797         * lib/umaxtostr.c: New files.
56798
56799         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
56800         the usual <time.h> dance.
56801         (get_date): Change signature to support fractional time stamps.
56802         All callers changed.
56803         * lib/getdate.y: Include "getdate.h" first, as we can now
56804         assume C89 and don't need to worry about 'const'.
56805         Similarly, include "unlocked-io.h" near start, not in middle.
56806         Include <limits.h>.
56807         (textint.value): Use long int rather than int.
56808         (textint.digits): Use size_t rather than int.
56809         (BILLION, LOG10_BILLION): New constants.
56810         (parser_control): New member rel_ns.  Members day_ordinal,
56811         time_zone, month, day, hour, minutes, rel_year, rel_month,
56812         rel_day, rel_hour, rel_minutes, rel_seconds
56813         are now long int, not int.  Member seconds is now struct timespec,
56814         not int.  New member timespec_seen.  Members dates_seen, days_seen,
56815         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
56816         not int.
56817         (%union.intval): Now long int, not int.
56818         New member timespec.
56819         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
56820         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
56821         (spec): Now is a timespec or an item list.
56822         (timespec, items): New nonterminals.
56823         (time, rel, relunit, number, get_date):
56824         Add support for fractional seconds.
56825         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
56826         (gmtime, localtime, mktime): Remove decls; not needed with C89.
56827         (to_hour): First arg is now long int, not int.
56828         (to_year): Returns long int, not int.
56829         Don't treat year -70 like 70.
56830         (tm_diff): Returns long int, not int.
56831         (lookup_word): Use bool instead of int when appropriate.
56832         (yylex): Use size_t for count, not int.
56833         Detect overflow when parsing large integer constants.
56834         Add support for fractions.
56835         (get_date): Make pointers 'const' if possible.
56836         Use more-portable code to detect integer overflow.
56837         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
56838         Don't use ctime; it's not reliable if the year has >4 digits.
56839
56840         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
56841         This is for compatibility with BSD.
56842
56843         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
56844         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
56845         From coreutils' system.h.
56846
56847         * lib/userspec.c: Don't include "posixver.h".
56848         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
56849         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
56850         compatible extension.  Simplify code by removing a boolean int
56851         that was always nonzero if a string was nonnull.
56852
56853 2004-03-30  Jim Meyering  <jim@meyering.net>
56854
56855         Merge from coreutils.
56856
56857         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
56858         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
56859         on some systems one must include <grp.h> before it.
56860         Reported by Christian Krackowizer.
56861
56862 2004-03-30  Jim Meyering  <jim@meyering.net>
56863
56864         Merge from coreutils.
56865
56866         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
56867
56868         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
56869         an empty input stream.
56870
56871         * lib/readtokens.c: Include <stdbool.h>.
56872         (readtoken): Use `size_t' rather than int/long.
56873         All callers adjusted.
56874         Use `bool' rather than `int' where appropriate.
56875         Use memset rather than an explicit loop.
56876         Use x2nrealloc rather than xrealloc.
56877         Allow the use of `\0' as a delimiter.
56878         (readtokens): Likewise.
56879         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
56880
56881 2004-03-30  Jim Meyering  <jim@meyering.net>
56882
56883         * m4/realloc.m4: Remove file, since now it does no more than
56884         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
56885         the `configure.ac' section of module/realloc.
56886         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
56887
56888 2004-03-30  Bruno Haible  <bruno@clisp.org>
56889
56890         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
56891         nonnull.
56892
56893 2004-03-29  Paul Eggert  <eggert@twinsun.com>
56894
56895         Merge changes to getloadavg.c from coreutils and Emacs.
56896
56897         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
56898         Define to an expression, not to the empty string.
56899         Include cloexec.h and xalloc.h.
56900         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
56901         Use set_cloexec_flag rather than rolling our own.
56902         * lib/cloexec.c, lib/cloexec.h: New files.
56903
56904 2004-03-29  Paul Eggert  <eggert@twinsun.com>
56905
56906         * m4/cloexec.m4: New file.
56907
56908 2004-03-18  Paul Eggert  <eggert@twinsun.com>
56909
56910         * lib/getopt.h: Sync with libc CVS.
56911
56912 2004-03-18  Paul Eggert  <eggert@twinsun.com>
56913             Bruno Haible  <bruno@clisp.org>
56914
56915         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
56916         mbswidth.
56917
56918 2004-03-18  Paul Eggert  <eggert@twinsun.com>
56919             Bruno Haible  <bruno@clisp.org>
56920
56921         * lib/mbswidth.h: Include <wchar.h> only if
56922         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
56923         <wchar.h>.
56924         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
56925
56926 2004-03-09  Paul Eggert  <eggert@twinsun.com>
56927
56928         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
56929         Sync with libc CVS.
56930         * lib/getopt_int.h: New file, also synced from libc.
56931
56932 2004-03-09  Paul Eggert  <eggert@twinsun.com>
56933
56934         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
56935         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
56936         Bring back getopt.c, getopt.h, getopt1.c.
56937
56938 2004-03-07  Paul Eggert  <eggert@twinsun.com>
56939
56940         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
56941         All uses changed.  Check for sa_sigaction member; this fixes
56942         a bug first reported by Jason Andrade in
56943         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
56944
56945 2004-03-07  Paul Eggert  <eggert@twinsun.com>
56946
56947         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
56948         '#if' expressions.  Unlike the code it replaces, it does not
56949         depend on (defined _SC_PAGESIZE).  However, it does depend on
56950         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
56951         first reported by Jason Andrade in
56952         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
56953
56954 2004-02-25  Simon Josefsson  <jas@extundo.com>
56955
56956         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
56957
56958 2004-02-25  Simon Josefsson  <jas@extundo.com>
56959
56960         * lib/strdup.h: New file.
56961         * lib/strdup.c: Include it.
56962         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
56963         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
56964
56965 2004-02-23  Karl Berry  <karl@gnu.org>
56966
56967         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
56968         (from fencepost.gnu.org:/gd/gnuorg).
56969
56970 2004-02-23  Karl Berry  <karl@gnu.org>
56971
56972         * config/srclistvars.sh (GNUORG) [karl]: redefine.
56973         * config/srclist.txt: add maintain/standards documents.
56974
56975 2004-02-18  Bruno Haible  <bruno@clisp.org>
56976
56977         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
56978         Reported by Derek Robert Price <derek@ximbiot.com>.
56979
56980 2004-02-16  Karl Berry  <karl@gnu.org>
56981
56982         * config/mkinstalldirs, install-sh: update from automake.
56983
56984 2004-02-06  Karl Berry  <karl@gnu.org>
56985
56986         * m4/po.m4: update from gettext 0.14.1.
56987
56988 2004-02-06  Karl Berry  <karl@gnu.org>
56989
56990         * lib/config.charset: update from gettext 0.14.1.
56991
56992 2004-02-05  Paul Eggert  <eggert@twinsun.com>
56993
56994         Add comments and code, prompted by suggestions from Bruno Haible
56995         for sh-quote.
56996         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
56997         describing the enum quoting_style values.
56998         * lib/quotearg.c (quotearg_alloc): New function.
56999         (quotearg_buffer_restyled): Treat lone { and } as special.
57000         Treat = as special.  Work around bug with older shells
57001         that "see" a '\' that is really the 2nd byte of a multibyte char.
57002         Quote empty string with shell_quoting_style.
57003
57004 2004-02-03  Bruno Haible  <bruno@clisp.org>
57005
57006         * m4/pipe.m4: New file, from GNU gettext.
57007
57008 2004-02-03  Bruno Haible  <bruno@clisp.org>
57009
57010         * lib/pipe.h: New file, from GNU gettext.
57011         * lib/pipe.c: New file, from GNU gettext.
57012
57013 2004-01-27  Bruno Haible  <bruno@clisp.org>
57014
57015         * m4/execute.m4: New file, from GNU gettext.
57016
57017 2004-01-27  Bruno Haible  <bruno@clisp.org>
57018
57019         * lib/execute.h: New file, from GNU gettext.
57020         * lib/execute.c: New file, from GNU gettext.
57021         * lib/w32spawn.h: New file, from GNU gettext.
57022
57023 2004-01-24  Paul Eggert  <eggert@twinsun.com>
57024
57025         Merge from diffutils.
57026
57027         * lib/file-type.c (file_type): Add typed memory objects.
57028         * lib/file-type.h (S_TYPEISTMO): New macro.
57029
57030         * lib/c-stack.h (c_stack_action): Remove argv argument.
57031         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
57032         (die): Don't calculate message unless segv_action returns.
57033         (get_stack_location, min_address_from_argv, max_address_from_argv,
57034         volatile stack_base, volatile_stack_size): Remove.
57035         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
57036         that every segmentation violation is a stack overflow.  (Ouch!)
57037         See Debian bug 136249 (still outstanding) for more info about why
57038         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
57039
57040 2004-01-24  Paul Eggert  <eggert@twinsun.com>
57041
57042         Exit-status fix from coreutils.
57043
57044         Use exit_failure consistently in place of EXIT_FAILURE,
57045         so that program exit statuses are consistent on failure.
57046
57047         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
57048         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
57049         * lib/argmatch.h: Comment fix to match the above.
57050         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
57051         Now a macro referring to exit_failure, instead of a separate
57052         variable.  Include "exitfail.h" to get it.
57053         * lib/xstrtol.h: Include "exitfail.h".
57054         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
57055
57056         * lib/long-options.c (parse_long_options): Use prototype
57057         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
57058         for clarity.
57059
57060 2004-01-21  Jim Meyering  <jim@meyering.net>
57061
57062         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
57063         so as not to conflict with a different-sized __mktime_internal
57064         function in GNU libc.
57065         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
57066         Problem building statically-linked `ls' reported by Michael Brunnbauer.
57067
57068 2004-01-20  Karl Berry  <karl@gnu.org>
57069
57070         * config/config.guess: update from config.
57071
57072         * config/srclistvars.sh: GNUWWWLICENSES for karl.
57073
57074 2004-01-20  Bruno Haible  <bruno@clisp.org>
57075
57076         Safer stack allocation.
57077         * lib/setenv.c: Include allocsa.h.
57078         (alloca): Remove fallback definition.
57079         (freea): Remove macro.
57080         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
57081         instead of freea.
57082
57083 2004-01-20  Bruno Haible  <bruno@clisp.org>
57084
57085         * m4/eealloc.m4: New file, from GNU gettext.
57086
57087 2004-01-20  Bruno Haible  <bruno@clisp.org>
57088
57089         * m4/allocsa.m4: New file, from GNU gettext.
57090
57091 2004-01-20  Bruno Haible  <bruno@clisp.org>
57092
57093         * lib/xallocsa.h: New file, from GNU gettext.
57094         * lib/xallocsa.c: New file, from GNU gettext.
57095
57096 2004-01-20  Bruno Haible  <bruno@clisp.org>
57097
57098         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
57099
57100 2004-01-20  Bruno Haible  <bruno@clisp.org>
57101
57102         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
57103         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
57104         specially.
57105
57106 2004-01-20  Bruno Haible  <bruno@clisp.org>
57107
57108         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
57109         patch.
57110
57111 2004-01-20  Bruno Haible  <bruno@clisp.org>
57112
57113         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
57114
57115 2004-01-20  Bruno Haible  <bruno@clisp.org>
57116
57117         * lib/eealloc.h: New file.
57118
57119 2004-01-20  Bruno Haible  <bruno@clisp.org>
57120
57121         * lib/binary-io.h: Avoid warnings on Cygwin.
57122
57123 2004-01-20  Bruno Haible  <bruno@clisp.org>
57124
57125         * lib/allocsa.h: New file, from GNU gettext.
57126         * lib/allocsa.c: New file, from GNU gettext.
57127
57128 2004-01-18  Karl Berry  <karl@gnu.org>
57129
57130         * doc/gpl.texi, doc/lgpl.texi: new files.
57131
57132 2004-01-18  Karl Berry  <karl@gnu.org>
57133
57134         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
57135         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
57136
57137 2004-01-15  Paul Eggert  <eggert@twinsun.com>
57138
57139         Merge from coreutils.
57140
57141         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
57142         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
57143         (gl_DEFAULT_POSIX2_VERSION): Move
57144         the documentation from 'configure' into 'config.hin',
57145         so that 'configure --help' isn't burdened by it and
57146         we don't have to worry about its formatting there.
57147         Reword the documentation so that it's more succinct
57148         and can be run together into a single paragraph.
57149         * m4/same.m4 (gl_SAME): Check for pathconf.
57150
57151 2004-01-15  Paul Eggert  <eggert@twinsun.com>
57152
57153         Merge from coreutils.
57154
57155         * lib/posixver.c: Include posixver.h.
57156
57157         * lib/same.c: Include <stdbool.h>, <limits.h>.
57158         (_POSIX_NAME_MAX): Define if not defined.
57159         (MIN): New macro.
57160         (same_name): If file names are silently truncated, report
57161         that the file names are the same if they are the same after
57162         the silent truncation.
57163
57164         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
57165         conversion function.
57166         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
57167         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
57168         longer needed.
57169
57170 2004-01-15  Jim Meyering  <jim@meyering.net>
57171
57172         Merge from coreutils.
57173
57174         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
57175         if no library is required.
57176         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
57177         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
57178         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
57179         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
57180         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
57181         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
57182         value, $ac_cv_search_crypt, if it's "none required".
57183         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
57184         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
57185         not gl_FUNC_GETLOADAVG.
57186         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
57187         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
57188
57189 2004-01-15  Jim Meyering  <jim@meyering.net>
57190
57191         Merge from coreutils.
57192
57193         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
57194         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
57195         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
57196
57197         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
57198         optional configure-time default.
57199
57200         * lib/version-etc.c (version_etc_copyright): Update copyright date.
57201
57202         * lib/xreadlink.c (xreadlink): Correct outdated comment.
57203
57204 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
57205
57206         Merge from coreutils.
57207
57208         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
57209         value, $ac_cv_search_nanosleep, if it's "none required".
57210
57211 2004-01-14  Paul Eggert  <eggert@twinsun.com>
57212
57213         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
57214         with like-named macro in fnmatch.c.
57215         (EXT): Use an internal constant instead.
57216
57217         Merge fnmatch patches from glibc.
57218         * lib/fnmatch.c (mbsinit): Remove define.
57219         Add libc_hidden_ver (__fnmatch, fnmatch).
57220         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
57221         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
57222
57223 2004-01-14  Karl Berry  <karl@gnu.org>
57224
57225         * config/install-sh: update from automake.
57226
57227 2004-01-13  Karl Berry  <karl@gnu.org>
57228
57229         * config/install-sh: update from automake.
57230
57231 2004-01-09  Karl Berry  <karl@gnu.org>
57232
57233         * config/install-sh: update from automake.
57234
57235 2004-01-05  Karl Berry  <karl@gnu.org>
57236
57237         * config/config.{sub,guess}: update from config.
57238
57239 2003-12-31  Karl Berry  <karl@gnu.org>
57240
57241         * config/depcomp: update from automake.
57242
57243 2003-12-14  Karl Berry  <karl@gnu.org>
57244
57245         * lib/config.charset: update from gettext-runtime.
57246
57247 2003-12-03  Paul Eggert  <eggert@twinsun.com>
57248
57249         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
57250         Bug reported by Alfred M. Szmidt.
57251
57252 2003-12-03  Bruno Haible  <bruno@clisp.org>
57253
57254         * m4/gettext.m4: Upgrade from gettext-0.13.
57255         * m4/po.m4: Upgrade from gettext-0.13.
57256         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
57257         * m4/intmax.m4: New file, from gettext-0.13.
57258         * m4/printf-posix.m4: New file, from gettext-0.13.
57259
57260 2003-11-29  Karl Berry  <karl@gnu.org>
57261
57262         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
57263
57264 2003-11-25  Paul Eggert  <eggert@twinsun.com>
57265             Bruno Haible  <bruno@clisp.org>
57266
57267         * lib/printf-parse.h: Don't include sys/types.h.
57268         (ARG_NONE): New macro.
57269         (char_directive): Change type of *arg_index fields to size_t.
57270         * lib/printf-parse.c: Don't include sys/types.h.
57271         (SSIZE_MAX): Remove macro.
57272         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
57273         Remove unnecessary overflow check.
57274         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
57275         fields.
57276
57277 2003-11-25  Bruno Haible  <bruno@clisp.org>
57278
57279         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
57280
57281 2003-11-25  Bruno Haible  <bruno@clisp.org>
57282
57283         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
57284         gt_TYPE_SSIZE_T.
57285
57286 2003-11-24  Paul Eggert  <eggert@twinsun.com>
57287
57288         * modules/alloca: Remove dependency on xalloc.
57289
57290 2003-11-24  Paul Eggert  <eggert@twinsun.com>
57291
57292         * lib/alloca.c: Remove dependency on xalloc module.
57293         (xalloc_die): Remove.
57294         (memory_full) [!defined emacs]: New macro.
57295         [!defined emacs]: Don't include xalloc.h.
57296         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
57297         address arithmetic overflows.  Change datatypes a bit to avoid
57298         unnecessary casts.
57299
57300 2003-11-22  Jim Meyering  <jim@meyering.net>
57301
57302         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
57303         s/size/size_t/.
57304
57305 2003-11-21  Karl Berry  <karl@gnu.org>
57306
57307         * config/config.{sub,guess}: update from config.
57308
57309 2003-11-18  Karl Berry  <karl@gnu.org>
57310
57311         * config/config.{sub,guess}: update from config.
57312
57313         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
57314
57315 2003-11-17  Paul Eggert  <eggert@twinsun.com>
57316
57317         * README: Mention that S+T cannot overflow if S is the size of
57318         an existing object and T is sufficiently small.
57319
57320 2003-11-17  Jim Meyering  <jim@meyering.net>
57321
57322         On systems without utime and without a utimes function capable of
57323         dealing with a NULL struct utimbuf* argument, this utime replacement
57324         could -- in unusual circumstances -- leak a file descriptor.
57325         * lib/utime.c: Include <unistd.h> and <errno.h>.
57326         (utime_null): Be sure to close `fd' and to preserve errno.
57327         Reported by Geoff Collyer via Arnold Robbins.
57328
57329 2003-11-17  Bruno Haible  <bruno@clisp.org>
57330
57331         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
57332         (Depends-on): Add xsize.
57333
57334 2003-11-17  Bruno Haible  <bruno@clisp.org>
57335
57336         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
57337
57338 2003-11-17  Bruno Haible  <bruno@clisp.org>
57339
57340         * lib/vasnprintf.c (alloca): Remove fallback definition.
57341         (freea): Remove definition.
57342         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
57343         Reported by Paul Eggert.
57344
57345 2003-11-16  Paul Eggert  <eggert@twinsun.com>
57346             Bruno Haible  <bruno@clisp.org>
57347
57348         Protect against address arithmetic overflow.
57349         * lib/printf-args.h: Include stddef.h.
57350         (arguments): Change type of field 'count' to size_t.
57351         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
57352         'unsigned int' where appropriate.
57353         * lib/printf-parse.h: Include sys/types.h.
57354         (char_directive): Change type of *arg_index fields to ssize_t.
57355         (char_directives): Change type of fields 'count', max_*_length to
57356         size_t.
57357         * lib/printf-parse.c: Include sys/types.h and xsize.h.
57358         (SSIZE_MAX): Define fallback value.
57359         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
57360         instead of 'int' where appropriate. Check a_allocated, d_allocated
57361         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
57362         * lib/vasnprintf.c: Include xsize.h.
57363         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
57364         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
57365         overflow. Avoid wraparound when converting a width or precision from
57366         decimal to binary.
57367
57368 2003-11-16  Bruno Haible  <bruno@clisp.org>
57369
57370         Update from GNU gettext.
57371         * lib/printf-parse.c: Generalize to it can be compiled for wide
57372         strings.
57373         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
57374         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
57375         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
57376         SNPRINTF): New macros.
57377         Don't include <alloca.h> if the file is used inside libintl.
57378         (local_wcslen): New function, for Solaris 2.5.1.
57379         (VASNPRINTF): Use it instead of wcslen.
57380
57381 2003-11-16  Bruno Haible  <bruno@clisp.org>
57382
57383         * lib/xsize.h (xmax): New function.
57384         (xsum, xsum3, xsum4): Declare as "pure" functions.
57385
57386 2003-11-12  Paul Eggert  <eggert@twinsun.com>
57387
57388         * modules/xalloc (Files): Undo latest change, since xalloc.h
57389         no longer needs SIZE_MAX or PTRDIFF_MAX.
57390
57391 2003-11-12  Paul Eggert  <eggert@twinsun.com>
57392
57393         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
57394         gl_PTRDIFF_MAX.
57395
57396 2003-11-12  Paul Eggert  <eggert@twinsun.com>
57397
57398         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
57399         "return", to pacify some unknown compiler.  Problem reported
57400         by Joerg Schilling.
57401
57402 2003-11-12  Paul Eggert  <eggert@twinsun.com>
57403
57404         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
57405         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
57406         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
57407         heuristic is just as accurate as far as we know, and it removes a
57408         dependency on size_max.m4 and ptrdiff_max.m4.
57409
57410 2003-11-11  Bruno Haible  <bruno@clisp.org>
57411
57412         * modules/xsize (Files): Add m4/size_max.m4.
57413         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
57414
57415 2003-11-11  Bruno Haible  <bruno@clisp.org>
57416
57417         * m4/size_max.m4: New file.
57418         * m4/ptrdiff_max.m4: New file.
57419         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
57420         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
57421         (gl_XALLOC): Invoke it.
57422
57423 2003-11-11  Bruno Haible  <bruno@clisp.org>
57424
57425         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
57426         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
57427         defined.
57428
57429 2003-11-10  Paul Eggert  <eggert@twinsun.com>
57430
57431         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
57432         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
57433         rejected some allocations of exactly SIZE_MAX - 2 bytes.
57434         From Bruno Haible.
57435         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
57436         not (size_t) -1, since it's defined here.
57437
57438 2003-11-09  Karl Berry  <karl@gnu.org>
57439
57440         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
57441
57442 2003-11-06  Paul Eggert  <eggert@twinsun.com>
57443
57444         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
57445         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
57446         Reject sizes of exactly SIZE_MAX bytes.
57447         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
57448         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
57449
57450 2003-11-05  Bruno Haible  <bruno@clisp.org>
57451
57452         * lib/xsize.h: Include limits.h, to avoid a possible collision with
57453         SIZE_MAX defined in <limits.h> on Solaris.
57454
57455 2003-11-04  Jim Meyering  <jim@meyering.net>
57456
57457         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
57458         variable names, rather than @VAR@.
57459         * modules/poll: Likewise.
57460
57461 2003-11-04  Bruno Haible  <bruno@clisp.org>
57462
57463         * modules/xsize: New file.
57464         * modules/linebreak: Depend on xsize.
57465         * MODULES.html.sh (func_all_modules): Add xsize.
57466
57467 2003-11-04  Bruno Haible  <bruno@clisp.org>
57468
57469         * m4/xsize.m4: New file.
57470
57471 2003-11-04  Bruno Haible  <bruno@clisp.org>
57472
57473         * lib/xsize.h: New file.
57474         * lib/linebreak.c: Include xsize.h.
57475         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
57476         argument for overflow.
57477         Suggested by Paul Eggert.
57478
57479 2003-11-03  Karl Berry  <karl@gnu.org>
57480
57481         * config/config.{guess,sub}: update from config.
57482
57483 2003-11-03  Jim Meyering  <jim@meyering.net>
57484
57485         * modules/userspec (lib_SOURCES): Add userspec.h.
57486         (Include): Add "userspec.h".
57487         Improve description.
57488
57489 2003-11-03  Jim Meyering  <jim@meyering.net>
57490
57491         * lib/userspec.c: Include "userspec.h".
57492         * lib/userspec.h: New file.
57493
57494 2003-11-03  Bruno Haible  <bruno@clisp.org>
57495
57496         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
57497
57498 2003-11-03  Bruno Haible  <bruno@clisp.org>
57499
57500         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
57501         available, to avoid (extremely rare) race condition.
57502         Suggested by Paul Eggert.
57503
57504 2003-11-02  Karl Berry  <karl@gnu.org>
57505
57506         * config/srclist.txt (vasprintf.c): sync broken, sigh.
57507
57508 2003-10-31  Paul Eggert  <eggert@twinsun.com>
57509
57510         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
57511         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
57512         (read_filesystem_list): Set and use me_type_malloced.
57513         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
57514         whatever the type happens to be), for brevity and consistency.
57515         Check for size calculation overflow on Alphas running OSF/1.
57516
57517 2003-10-31  Jim Meyering  <jim@meyering.net>
57518
57519         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
57520
57521         * lib/linebuffer.c: Include <string.h> for declaration of memset.
57522
57523 2003-10-30  Paul Eggert  <eggert@twinsun.com>
57524             Bruno Haible  <bruno@clisp.org>
57525
57526         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
57527         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
57528
57529 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
57530
57531         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
57532         netbsd*-gnu*.  Suggested by Robert Millan.
57533
57534 2003-10-29  Paul Eggert  <eggert@twinsun.com>
57535
57536         * modules/group-member: Depend on stdbool.
57537
57538 2003-10-29  Paul Eggert  <eggert@twinsun.com>
57539
57540         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
57541
57542 2003-10-29  Paul Eggert  <eggert@twinsun.com>
57543
57544         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
57545         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
57546         after the 'gnu' in these cases.  This fixes some bugs in the
57547         previous change, and is based on suggestions by Robert Millan.
57548
57549 2003-10-29  Paul Eggert  <eggert@twinsun.com>
57550
57551         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
57552         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
57553         no longer needed.
57554         * lib/quotearg.c (quotearg_n_options): Use it.
57555         * lib/group-member.c: Include <stdbool.h>.
57556         (free_group_info): Arg is now const *; don't free arg.
57557         (get_group_info): Now returns bool and accepts struct group_info *,
57558         rather than returning a malloc'ed struct group_info *.
57559         All uses changed.  Check for overflow in internal size calculation.
57560
57561         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
57562         rather than xmalloc/xrealloc.
57563         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
57564         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
57565         conformance bug: the old code used a pointer after freeing the
57566         storage that it addressed.
57567         * lib/hash.c (hash_initialize): Simplify the code by using
57568         xalloc_oversized rather than doing it by hand.
57569         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
57570         the buffer preserved.  Use free and xmalloc instead.
57571         * lib/quotearg.c (quotearg_n_options): Likewise.
57572         Use a simpler test for size overflow.  Don't use xalloc_oversized
57573         because unsigned int might be wider than size_t (!); this suggests
57574         that we should switch from unsigned int to size_t for slot numbers.
57575
57576 2003-10-28  Paul Eggert  <eggert@twinsun.com>
57577
57578         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
57579         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
57580         NetBSD kernels.  Requested by Richard Stallman.
57581
57582 2003-10-27  Paul Eggert  <eggert@twinsun.com>
57583
57584         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
57585         to allocate the returned structure.  Do not allocate a subarray,
57586         as x2nrealloc will do that.
57587         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
57588         instead of xnrealloc.
57589         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
57590
57591 2003-10-27  Bruno Haible  <bruno@clisp.org>
57592
57593         * lib/stdbool_.h: Better support for BeOS.
57594
57595 2003-10-26  Paul Eggert  <eggert@twinsun.com>
57596
57597         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
57598         now uses inline.
57599
57600 2003-10-26  Paul Eggert  <eggert@twinsun.com>
57601
57602         * lib/xalloc.h (xalloc_oversized): New static inline function, for
57603         callers that want to do their own size-overflow checking.  Include
57604         <stdbool.h>, since xalloc_oversized returns bool.
57605         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
57606         to use xalloc_oversized.
57607
57608         Add two functions x2realloc, x2nrealloc, for programs that grow
57609         arrays dynamically by doubling their sizes.
57610         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
57611         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
57612         New functions.
57613
57614         Port to C99 semantics for 'inline' of external functions.
57615         Bug reported by Bruno Haible.
57616         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
57617         with the old contents of xnmalloc.
57618         (xnmalloc, xmalloc): Use it.
57619         (xnrealloc_inline): New static inline function,
57620         with the old contents of xnrealloc.
57621         (xnrealloc, xrealloc): Use it.
57622
57623         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
57624         that.
57625
57626 2003-10-26  Karl Berry  <karl@gnu.org>
57627
57628         * config/srclist.txt (COPYING.DOC): no longer available from
57629         /gd/gnuorg; don't know where the ultimate source is.
57630
57631 2003-10-25  Paul Eggert  <eggert@twinsun.com>
57632
57633         Fix several address-calculation bugs in the hash modules,
57634         plus some minor code cleanup.
57635
57636         * lib/hash.h: Include <stdbool.h>, for bool.
57637         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
57638         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
57639         hash_get_n_entries, hash_get_max_bucket_length,
57640         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
57641         hash_rehash): Use size_t rather than unsigned.
57642         * lib/hash.c (struct hash_table, hash_get_n_buckets,
57643         hash_get_n_buckets_used, hash_get_n_entries,
57644         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
57645         hash_get_entries, hash_do_for_each, hash_string, is_prime,
57646         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
57647         Likewise.
57648         (SIZE_MAX): Define if not defined.
57649         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
57650         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
57651         hash_print):
57652         Use const * when possible.
57653         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
57654         (check_tuning): Fix bug: if tuning parameters were very close to
57655         0 or 1, rounding errors could have caused subscript violations.
57656         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
57657         (hash_initialize): Add 'fail:' label
57658         to free table and return NULL, and use it to simplify code.
57659         Use calloc rather than clearing the storage ourself.
57660         (hash_initialize, hash_rehash): Check for arithmetic overflow in
57661         buffer size calculations.
57662         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
57663         Include <stddef.h>, for size_t.
57664         * lib/hash-pjw.c (hash_pjw): Likewise.
57665         Switch to method described by Bruno Haible.
57666         Include <limits.h>, for CHAR_BIT.
57667         (SIZE_BITS): New macro.
57668
57669 2003-10-23  Paul Eggert  <eggert@twinsun.com>
57670
57671         * m4/getline.m4 (AM_FUNC_GETLINE):
57672         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
57673         hosts.  Problem reported by Derek Robert Price in
57674         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
57675         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
57676         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
57677
57678 2003-10-21  Paul Eggert  <eggert@twinsun.com>
57679
57680         * lib/getndelim2.c (getndelim2): When size calculation overflows,
57681         ceiling the allocation at NMAX bytes rather than silently
57682         discarding input bytes before NMAX is reached.  This makes
57683         a difference only if NMAX exceeds SIZE_MAX / 2.
57684
57685         * lib/obstack.c: Merge from glibc.
57686         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
57687         Add libc_hidden_def (_obstack_newchunk).
57688         (_obstack_free) [! defined _LIBC]: Remove.
57689         [defined _LIBC]: Make a strong alias from obstack_free, rather than
57690         a clone of the function body.
57691         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
57692         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
57693
57694         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
57695         glibc.
57696         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
57697         arg to memcpy.
57698
57699         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
57700         (obstack_ptr_grow_fast, obstack_int_grow_fast):
57701         Don't use lvalue casts, as GCC plans to remove support for them
57702         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
57703         was also present in the non-GCC version, indicating that this
57704         code had always been buggy and had never been widely used.
57705         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
57706         Use the fast variant of each macro, rather than copying the
57707         definiens of the fast variant; that way, we'll be more likely to
57708         catch future bugs in the fast variants.
57709
57710 2003-10-20  Bruno Haible  <bruno@clisp.org>
57711
57712         * modules/wait-process: New file.
57713         * MODULES.html.sh (func_all_modules): Add wait-process.
57714
57715 2003-10-20  Bruno Haible  <bruno@clisp.org>
57716
57717         * m4/wait-process.m4: New file.
57718
57719 2003-10-20  Bruno Haible  <bruno@clisp.org>
57720
57721         * lib/wait-process.h: New file, from GNU gettext.
57722         * lib/wait-process.c: New file, from GNU gettext.
57723
57724 2003-10-19  Jim Meyering  <jim@meyering.net>
57725
57726         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
57727         HPUX 10.20.
57728
57729 2003-10-18  Karl Berry  <karl@gnu.org>
57730
57731         * config/config.guess: update from config.
57732
57733 2003-10-16  Paul Eggert  <eggert@twinsun.com>
57734
57735         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
57736         (getgroups): First arg is int, not size_t.
57737         Don't let 'free' mangle errno.
57738
57739 2003-10-16  Paul Eggert  <eggert@twinsun.com>
57740
57741         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
57742
57743 2003-10-16  Karl Berry  <karl@gnu.org>
57744
57745         * config/config.{guess,sub}: update from config.
57746
57747 2003-10-16  Jim Meyering  <jim@meyering.net>
57748
57749         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
57750         memcpy.
57751
57752 2003-10-15  Paul Eggert  <eggert@twinsun.com>
57753
57754         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
57755         (SIZE_MAX): Remove.
57756         (new_exclude, add_exclude_file): Initial size no longer needs to
57757         be a power of 2.
57758         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
57759         our own address arithmetic overflow checking.
57760
57761         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
57762         (fnmatch): Do not alloca more than 2000 wide characters;
57763         instead, use malloc for large buffers.
57764         Check for address arithmetic overflow, and return -1
57765         with errno set to ENOMEM in that case.
57766         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
57767         (NEW_PATTERN): Do not alloca more than 8000 bytes;
57768         instead, return -1.  Check for address arithmetic overflow.
57769
57770 2003-10-14  Paul Eggert  <eggert@twinsun.com>
57771
57772         Handle invalid suffixes and overflow independently, so that
57773         callers can treat them independently as needed.  Fix some bugs in
57774         suffix handling, e.g., "100k@" was not diagnosed as an invalid
57775         suffix for a human-readable blocksize.  The major caller-visible
57776         change is the addition of a new
57777         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
57778         that both overflow and suffix chars were found.
57779
57780         * lib/human.c (humblock): Don't check separately for invalid suffix
57781         char; that is xstrtoumax's job (now that its bug is fixed).
57782         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
57783         INTMAX_MAX]: New macros.
57784         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
57785         TYPE_MAXIMUM): New macros.
57786         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
57787         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
57788         if overflow occurs, as it's what __strtol does and it's more useful
57789         in practice.
57790         (__xstrtol): If __strtol reports some error other than ERANGE,
57791         reflect it to the caller as LONGINT_INVALID.  If it reports
57792         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
57793         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
57794         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
57795         value.
57796         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
57797         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
57798         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
57799         [defined UINTMAX_MAX]: New macros.
57800
57801 2003-10-14  Bruno Haible  <bruno@clisp.org>
57802
57803         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
57804
57805 2003-10-14  Bruno Haible  <bruno@clisp.org>
57806
57807         * m4/sig_atomic_t: New file, from GNU gettext.
57808         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
57809
57810 2003-10-14  Bruno Haible  <bruno@clisp.org>
57811
57812         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
57813         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
57814         Also use volatile where needed.
57815
57816 2003-10-12  Paul Eggert  <eggert@twinsun.com>
57817
57818         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
57819         Change maintainer from Bruno Haible to 'all'.
57820
57821 2003-10-12  Paul Eggert  <eggert@twinsun.com>
57822
57823         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
57824
57825 2003-10-12  Paul Eggert  <eggert@twinsun.com>
57826
57827         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
57828         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
57829         and define in terms of the other primitives.
57830         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
57831         (SIZE_MAX): Define if not already defined.
57832         (array_size_overflow): New function.
57833         (xalloc_die): Abort instead of exiting if 'error' returns.
57834         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
57835         (xmalloc, xrealloc): Use them.
57836         (xcalloc): Check for address arithmetic overflow.
57837         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
57838         a bit faster than strcpy.
57839
57840 2003-10-10  Simon Josefsson  <jas@extundo.com>
57841
57842         * modules/argp (Depends-on): Add restrict and strcase.
57843
57844 2003-10-10  Simon Josefsson  <jas@extundo.com>
57845
57846         * m4/argp.m4: Add AC_C_INLINE.
57847
57848 2003-10-08  Paul Eggert  <eggert@twinsun.com>
57849
57850         Merge getpass from libc, plus a few fixes.
57851
57852         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
57853         Include <stdbool.h>.
57854         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
57855         __fsetlocking to empty.
57856         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
57857         do include <bits/libc-lock.h>.
57858         Do not include <fcntl.h>; not needed.
57859         [_LIBC]: Include <wchar.h>.
57860         (NOTCANCEL_MODE): New macro.
57861         (flockfile, funlockfile) [_LIBC]: New macros.
57862         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
57863         [!_LIBC]: New macros.
57864         (call_fclose): New function.
57865         (getpass): Use it.  Save tty stream separately; this simplifies the
57866         code and makes it more reliable if stdin happens to equal stdout.
57867         Invoke __fsetlocking on tty.
57868         Handle thread cancellation if needed.
57869         Namespace cleanup (use __tcgetattr, __getline).
57870         Use bool for Booleans.
57871         [USE_IN_LIBIO]: Handle wide streams.
57872         [!_LIBC]: Unconditionally do the fseek, since we don't know what
57873         stream might go where.
57874
57875         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
57876         doesn't have to include <stdio.h> before us.
57877         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
57878         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
57879         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
57880         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
57881         if not declared, so that we can use getpass.c code from libc without
57882         rewriting it.
57883         (flockfile, ftrylockfile, funlockfile): New macros.
57884
57885 2003-10-08  Paul Eggert  <eggert@twinsun.com>
57886
57887         * modules/getpass: Depend on stdbool.
57888
57889 2003-10-08  Paul Eggert  <eggert@twinsun.com>
57890
57891         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
57892
57893 2003-10-07  Karl Berry  <karl@gnu.org>
57894
57895         * config/config.{guess,sub}: update from config.
57896
57897 2003-10-06  Jim Meyering  <jim@meyering.net>
57898             Bruno Haible  <bruno@clisp.org>
57899
57900         This lets translators provide better translations for the
57901         "Written by ..." part of --version output.
57902         * lib/version-etc.h: Include stdarg.h.
57903         (version_etc_copyright): Declare as readonly.
57904         (version_etc): Make this function variadic with a NULL-terminated list
57905         of author name strings.
57906         (version_etc_va): New declaration.
57907         * lib/version-etc.c: Include stdarg.h, stdlib.h.
57908         (version_etc_copyright): Declare as readonly.
57909         (version_etc_va): New function. Provide a different translatable string
57910         for each possible number of authors < 10. Abbreviate when there are 10
57911         authors or more.
57912         (version_etc): Make this function variadic. Call version_etc_va.
57913         Suggestion from Gary V. Vaughan.
57914
57915         * lib/long-options.h (parse_long_options): Change prototype: the
57916         authors string is moved to the end and becomes variadic.
57917         * lib/long-options.c: Include stdarg.h.
57918         (parse_long_options): Make this function variadic, too.
57919         Call version_etc_va, not version_etc.
57920
57921 2003-10-06  Bruno Haible  <bruno@clisp.org>
57922
57923         * modules/version-etc-2: Remove file.
57924         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
57925
57926 2003-10-06  Bruno Haible  <bruno@clisp.org>
57927
57928         * modules/fatal-signal: New file.
57929         * MODULES.html.sh (func_all_modules): Add fatal-signal.
57930
57931 2003-10-06  Bruno Haible  <bruno@clisp.org>
57932
57933         * m4/fatal-signal.m4: New file.
57934         * m4/signalblocking.m4: New file, from GNU gettext.
57935
57936 2003-10-06  Bruno Haible  <bruno@clisp.org>
57937
57938         * lib/version-etc-2.h: Remove file.
57939         * lib/version-etc-2.c: Remove file.
57940
57941 2003-10-06  Bruno Haible  <bruno@clisp.org>
57942
57943         * lib/fatal-signal.h: New file, from GNU gettext.
57944         * lib/fatal-signal.c: New file, from GNU gettext.
57945
57946 2003-10-05  Paul Eggert  <eggert@twinsun.com>
57947
57948         * README: Rework advice for preventing empty .o files.
57949         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
57950         not <sys/types.h>.
57951
57952 2003-10-04  Karl Berry  <karl@gnu.org>
57953
57954         * lib/argp*: update from libc.
57955
57956 2003-10-04  Karl Berry  <karl@gnu.org>
57957
57958         * config/config.{guess,sub}: update from config.
57959
57960 2003-10-02  Bruno Haible  <bruno@clisp.org>
57961
57962         * modules/lchown (Include): Add lchown.h.
57963         * modules/time_r (Include): Use "..." syntax.
57964         * modules/xgetdomainname (Include): Add xgetdomainname.h.
57965
57966 2003-10-01  Simon Josefsson  <jas@extundo.com>
57967
57968         * MODULES.html.sh (func_all_modules): Move gethostname from section
57969         'based on' to section 'lacking' POSIX:2001.
57970
57971 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
57972
57973         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
57974         to output mode on the same stream.
57975
57976 2003-09-29  Paul Eggert  <eggert@twinsun.com>
57977
57978         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
57979         Fix arg typo in previous patch.
57980
57981 2003-09-28  Jim Meyering  <jim@meyering.net>
57982
57983         * lib/error.c: Correct cpp indentation.
57984
57985 2003-09-27  Paul Eggert  <eggert@twinsun.com>
57986
57987         * modules/free: New file.
57988
57989 2003-09-27  Paul Eggert  <eggert@twinsun.com>
57990
57991         * m4/free.m4: New file.
57992
57993 2003-09-27  Paul Eggert  <eggert@twinsun.com>
57994
57995         * lib/minmax.h (MIN, MAX)
57996         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
57997         Omit the special code that used __typeof__, since we worry that
57998         it could be more trouble than it's worth.  See:
57999         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
58000         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
58001
58002         * lib/free.c: New file.
58003
58004 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
58005
58006         Trivial fixes to Makefile.am parts of module listings.
58007         * modules/strstr: Append strstr.h to lib_SOURCES.
58008         * modules/strcase: Likewise, for strcase.h.
58009
58010 2003-09-27  Karl Berry  <karl@gnu.org>
58011
58012         * config/mkinstalldirs: update from automake.
58013
58014 2003-09-26  Paul Eggert  <eggert@twinsun.com>
58015
58016         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
58017         (error_tail): Do not loop, reallocating temporary buffer, since
58018         the output cannot contain more wide characters than the input
58019         contains bytes, the size must be big enough already.  This avoids
58020         one potential size overflow calculation.  Check for size overflow
58021         when calculating temporary buffer size.  Free temporary buffer
58022         when done, if it was allocated with malloc; this plugs a memory
58023         leak.  Remove casts from void * to pointers, that are no longer
58024         needed now that we're assuming C89 or better.
58025
58026         Merge error changes from glibc.
58027
58028         * lib/error.c, error.h: Update copyright notice header to match glibc.
58029         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
58030         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
58031         Disable cancellation while printing error.
58032         * lib/error.h: Prepend __ to parameter names.
58033
58034 2003-09-26  Jim Meyering  <jim@meyering.net>
58035
58036         * lib/error.c (error_tail): Move some declarations
58037         into inner scope where the local variables are used.
58038
58039 2003-09-26  Bruno Haible  <bruno@clisp.org>
58040
58041         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
58042         stpncpy().
58043         Don't define stpncpy through config.h; it's now done through stpncpy.h.
58044
58045 2003-09-26  Bruno Haible  <bruno@clisp.org>
58046
58047         * lib/stpncpy.h (gnu_stpncpy): New declaration.
58048         (stpncpy): Define as alias for gnu_stpncpy.
58049         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
58050
58051 2003-09-25  Simon Josefsson  <jas@extundo.com>
58052
58053         * lib/xgetdomainname.h: New file.
58054         * lib/xgetdomainname.c: New file.
58055
58056 2003-09-25  Simon Josefsson  <jas@extundo.com>
58057             Bruno Haible  <bruno@clisp.org>
58058
58059         * modules/getdomainname: New file.
58060         * modules/xgetdomainname: New file.
58061         * MODULES.html.sh (func_all_modules): Add getdomainname,
58062         xgetdomainname.
58063
58064 2003-09-25  Simon Josefsson  <jas@extundo.com>
58065             Bruno Haible  <bruno@clisp.org>
58066
58067         * m4/getdomainname.m4: New file.
58068
58069 2003-09-25  Simon Josefsson  <jas@extundo.com>
58070             Bruno Haible  <bruno@clisp.org>
58071
58072         * lib/getdomainname.h: New file.
58073         * lib/getdomainname.c: New file.
58074
58075 2003-09-25  Karl Berry  <karl@gnu.org>
58076
58077         * lib/argp-fmtstream.c, argp-help.c: update from libc.
58078
58079 2003-09-25  Karl Berry  <karl@gnu.org>
58080
58081         * config/install-sh: update from automake.
58082
58083 2003-09-25  Bruno Haible  <bruno@clisp.org>
58084
58085         * modules/version-etc-2: New file, from modules/version-etc with
58086         modifications.
58087         * MODULES.html.sh (func_all_modules): Add version-etc-2.
58088
58089 2003-09-25  Bruno Haible  <bruno@clisp.org>
58090
58091         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
58092         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
58093
58094 2003-09-24  Simon Josefsson  <jas@extundo.com>
58095
58096         * modules/xgethostname: Add xgethostname.h.
58097
58098 2003-09-24  Paul Eggert  <eggert@twinsun.com>
58099
58100         * lib/linebuffer.c (freebuffer): Don't free the argument, just
58101         the buffer associated with the argument.  Bug reported by
58102         Simon Josefsson.
58103
58104 2003-09-24  Paul Eggert  <eggert@twinsun.com>
58105
58106         * README: Document assumptions that 'int' is at least 32 bits
58107         wide, that integer arithmetic is 2's complement without overflow,
58108         that there are no holes in integer values, that adding sizes of
58109         two nonoverlapping objects can't overflow, and that all-bits-zero
58110         yields scalar zero.  Fix spelling and capitalization typos.
58111
58112 2003-09-19  Karl Berry  <karl@gnu.org>
58113
58114         * lib/argp.h: update from libc.
58115
58116 2003-09-17  Paul Eggert  <eggert@twinsun.com>
58117
58118         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
58119         to avoid spurious warnings like "AC_RUN_IFELSE was called before
58120         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
58121
58122 2003-09-17  Paul Eggert  <eggert@twinsun.com>
58123
58124         * gnulib-tool: Use "test -h", not "test -L", for portability
58125         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
58126         (tags_regexp): Remove, since \| doesn't conform to POSIX.
58127         (sed_extract_prog): Issue s commands one-by-one, rather than
58128         using \| in one s command.
58129
58130 2003-09-16  Paul Eggert  <eggert@twinsun.com>
58131
58132         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
58133         input error, instead of returning NULL the next time we are called
58134         (and therefore losing track of errno).
58135
58136 2003-09-16  Bruno Haible  <bruno@clisp.org>
58137
58138         * gnulib-tool (func_create_testdir): Warn about duplicated
58139         dependencies.
58140
58141 2003-09-15  Paul Eggert  <eggert@twinsun.com>
58142
58143         * modules/argmatch, modules/fatal, modules/obstack,
58144         modules/xalloc, modules/xgethostname: Sort dependencies by
58145         importance, not alphabetically.
58146
58147 2003-09-15  Paul Eggert  <eggert@twinsun.com>
58148
58149         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
58150         fails, so that the caller gets the proper errno.
58151
58152         * lib/readutmp.c (read_utmp): Likewise.
58153         Check for fstat error.  Close stream and free storage
58154         when failing.
58155
58156 2003-09-14  Karl Berry  <karl@gnu.org>
58157
58158         * config/srclist.txt (strdup.c): disable for c89 changes.
58159
58160 2003-09-14  Jim Meyering  <jim@meyering.net>
58161
58162         * lib/getloadavg.c: Correct cpp indentation.
58163         * lib/strdup.c: Likewise.
58164         * lib/vasnprintf.c: Likewise.
58165
58166 2003-09-14  Bruno Haible  <bruno@clisp.org>
58167
58168         * modules/fwriteerror: New file.
58169         * MODULES.html.sh (func_all_modules): Add fwriteerror.
58170
58171 2003-09-14  Bruno Haible  <bruno@clisp.org>
58172
58173         * lib/fwriteerror.h: New file.
58174         * lib/fwriteerror.c: New file.
58175
58176 2003-09-12  Paul Eggert  <eggert@twinsun.com>
58177
58178         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
58179         modules/xgethostname, modules/xalloc: Depend on exit.
58180
58181 2003-09-12  Paul Eggert  <eggert@twinsun.com>
58182
58183         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
58184
58185         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
58186         and AC_MINIX, too, so that their extensions are available.
58187
58188         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
58189         This macro has been superseded by gl_BACKUPFILE.
58190
58191         More patches to assume C89 or better.
58192
58193         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
58194
58195         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
58196         unconditionally.
58197         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
58198         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
58199         Include <string.h>, <stdlib.h> unconditionally.
58200         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
58201         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
58202         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
58203         headers or for string.h.
58204         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
58205         or strtoul.
58206
58207         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
58208         headers.
58209         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
58210         * m4/userspec.m4 (gl_USERSPEC): Likewise.
58211         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
58212         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
58213         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
58214         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
58215         memcpy, memset.
58216         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
58217         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
58218         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
58219         strtol.
58220         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
58221         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
58222         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
58223         strtoul.
58224
58225 2003-09-12  Paul Eggert  <eggert@twinsun.com>
58226
58227         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
58228         * lib/obstack.c [!defined _LIBC]: Likewise.
58229         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
58230         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
58231         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
58232
58233         More changes to assume C89 or better.
58234
58235         * lib/error.c (error_tail): Assume vprintf.
58236
58237         * lib/argmatch.c (getenv): Remove decl.
58238         * lib/progreloc.c (get_full_program_name): Define via prototype.
58239         * lib/setenv.c (clearenv): Likewise.
58240         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
58241         needed.
58242         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
58243         (malloc, memcpy): Remove decls.
58244         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
58245         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
58246         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
58247         (memcpy): Remove macro.
58248         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
58249         (__P): Remove.  All uses removed.
58250         (PTR): Remove.  All uses changed to void *.
58251         (CHAR_BIT, NULL): Remove.
58252         (spaces, zeros, memset_space, memset_zero)
58253         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
58254         Remove.
58255         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
58256         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
58257         Define with prototype.
58258         Remove now-unnecessary prototype decl.
58259         (extra_args_spec): Assume ANSI C.  All uses changed.
58260         (extra_args_spec_iso): Remove.
58261         (my_strftime, emacs_strftimeu): Define via prototype.
58262         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
58263         unconditionally.
58264         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
58265         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
58266         (strtoul, strtol): Remove decls.
58267         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
58268         LONG_MAX): Remove.
58269         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
58270         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
58271         (LOCALE_PARAM_PROTO): New macro.
58272         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
58273         (INTERNAL (strtol), strtol): Define with a prototype.
58274         (PARAMS): Remove.  All uses removed.
58275         * lib/tempname.c: Include <string.h> unconditionally.
58276         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
58277         * lib/xgethostname.c (main): Define with a prototype.
58278         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
58279         Include <stdlib.h> unconditionally.
58280         (calloc, malloc, realloc, free): Remove decls.
58281         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
58282         Include <stdlib.h> unconditionally.  Sort include file names.
58283         (strtod): Remove.
58284         (xstrtod): Define with a prototype.
58285         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
58286         (strtol, strtoul): Remove decls.
58287
58288 2003-09-11  Paul Eggert  <eggert@twinsun.com>
58289
58290         More patches to assume C89 or better.
58291         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
58292         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
58293         string.h, memchr, STDC_HEADERS.
58294
58295 2003-09-11  Paul Eggert  <eggert@twinsun.com>
58296
58297         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
58298         Include <stdlib.h>, <string.h> unconditionally.
58299         Remove now-unnecessary cast to char *.
58300         * lib/strnlen.c: Include <string.h> unconditionally.
58301         * lib/yesno.c (yesno): Define with a prototype.
58302
58303 2003-09-11  Bruno Haible  <bruno@clisp.org>
58304
58305         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
58306
58307 2003-09-10  Jim Meyering  <jim@meyering.net>
58308
58309         * lib/error.c: Correct indentation of cpp directives.
58310
58311 2003-09-10  Bruno Haible  <bruno@clisp.org>
58312
58313         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
58314         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
58315         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
58316         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
58317         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
58318         <stdlib.h> and <string.h> checks.
58319         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
58320         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
58321
58322 2003-09-10  Bruno Haible  <bruno@clisp.org>
58323
58324         * lib/strcspn.c: Include <string.h> unconditionally.
58325         * lib/strpbrk.c: Include <string.h> unconditionally.
58326         * lib/strstr.c: Include <string.h> unconditionally.
58327         * lib/unicodeio.c: Include <string.h> unconditionally.
58328         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
58329         * lib/unsetenv.c: Likewise.
58330         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
58331         * lib/yesno.c: Include <stdlib.h> unconditionally.
58332         (rpmatch): Add prototype.
58333
58334 2003-09-09  Paul Eggert  <eggert@twinsun.com>
58335
58336         More patches to assume C89 or better.
58337         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
58338         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
58339         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
58340         or for string.h.
58341         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
58342         stdlib.h.
58343         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
58344         C headers.
58345         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
58346         string.h.
58347         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
58348         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
58349         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
58350         or for string.h.
58351         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
58352         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
58353         C headers.
58354         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
58355         memcpy.
58356         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
58357         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
58358         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
58359         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
58360         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
58361         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
58362         string.h, free.
58363         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
58364         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
58365         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
58366         C headers, or for string.h.
58367         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
58368         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
58369         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
58370         headers, memory.h, stdlib.h, string.h, strings.h.
58371         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
58372         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
58373         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
58374         strchr.
58375         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
58376         headers, memory.h, string.h.
58377         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
58378         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
58379         free.
58380         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
58381         headers.
58382         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
58383         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
58384         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
58385         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
58386         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
58387
58388 2003-09-09  Paul Eggert  <eggert@twinsun.com>
58389
58390         More K&R removal.
58391
58392         * lib/acosl.c (main): Use a prototype.
58393         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
58394         tanl.c: Likewise.
58395
58396         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
58397
58398         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
58399         (getopt, etopt_long, getopt_long_only, _getopt_internal)
58400         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
58401         with a prototype.
58402         * lib/getopt.c (const): Remove macro.
58403         Include <string.h> unconditionally.
58404         (my_index): Remove; all uses changed to strchr.
58405         (strlen): Remove decl.
58406         (exchange): Remove forward decl; no longer needed.
58407         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
58408         Define with prototype.
58409         * lib/getopt1.c (const): Remove macro.
58410         (getopt_long, getopt_long_only, main): Define with prototype.
58411
58412         * lib/getugroups.c: Include <string.h> unconditionally.
58413
58414         * lib/getusershell.c: Include <stdlib.h> unconditionally.
58415         (getusershell, setusershell, endusershell, readname, main):
58416         Define with prototypes.
58417
58418         * lib/group-member.c: Include group-member.h first.
58419         Include <stdlib.h> unconditionally.
58420
58421         * lib/hard-locale.c: Include hard-locale.h first.
58422         Include <stdlib.h>, <string.h> unconditionally.
58423
58424         * lib/hash.c (free, malloc): Remove decls.
58425         Include <stdlib.h> unconditionally.
58426
58427         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
58428         (getenv): Do not declare.
58429
58430         * lib/idcache.c: Include <string.h> unconditionally.
58431
58432         * lib/long-options.c: Include long-options.h first, to test interface.
58433         Include <stdlib.h> unconditionally.
58434
58435         * lib/makepath.c: Include makepath.h first, to test interface.
58436         Include <stdlib.h> and <string.h> unconditionally.
58437
58438         * lib/linebuffer.c: Include <stdlib.h>.
58439         (free): Remove decl.
58440
58441         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
58442         stddef.h. rpl_malloc returns void *, not char *.
58443         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
58444         prototype.
58445
58446         * lib/md5.h: Include <limits.h> unconditionally.
58447         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
58448         (__P): Remove; all uses removed.
58449         * lib/md5.c: Include "md5.h" first.
58450         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
58451         md5_buffer, md5_process_bytes, md5_process_block):
58452         Define with prototypes.
58453         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
58454         * lib/sha.c: Include "sha.h" first.
58455         Include <stdlib.h>, <string.h> unconditionally.
58456
58457         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
58458         * lib/memcmp.c (__ptr_t): Likewise.
58459         * lib/memrchr.c (__ptr_t): Likewise.
58460         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
58461         Include <string.h> unconditionally.
58462         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
58463         * lib/memchr.c: Include <stdlib.h> unconditionally.
58464         * lib/memchr.c (LONG_MAX): Remove.
58465         * lib/memrchr.c (LONG_MAX): Likewise.
58466         * lib/memchr.c (__memchr): Define via a prototype.
58467         * lib/memrchr.c (__memrchr): Likewise.
58468         * lib/memcmp.c (__P): Remove, and remove all uses.
58469         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
58470         Remove forward decls; no longer needed.
58471         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
58472         Use types required by C89 in prototype.
58473
58474         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
58475         * lib/savedir.c: Likewise.
58476         * lib/mkdir.c (free): Remove decl.
58477         * lib/rmdir.c (rmdir): Define with a prototype.
58478         * lib/savedir.c: Include savedir.h first, to test interface.
58479
58480         * lib/mktime.c (STDC_HEADERS): Remove.
58481         Include <stdlib.h>, <string.h> unconditionally.
58482
58483         * lib/modechange.c: Include <stdlib.h> unconditionally.
58484         (malloc): Remove decl.
58485
58486         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
58487         (free): Remove decl.
58488
58489         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
58490         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
58491         (This type really should be intptr_t, but that's a C99ism.)
58492         (_obstack_memcpy): Remove: all uses changed to memcpy.
58493         Include <string.h> unconditionally.
58494         (struct obstack): Assume __STDC__ for types of members
58495         chunkfun, freefun, extra_arg.
58496         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
58497         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
58498         obstack_begin, obstack_specify_allocation,
58499         obstack_specify_allocation_with_arg, obstack_chunkfun,
58500         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
58501         Remove unprototyped decls and the macros that use them.
58502         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
58503         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
58504         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
58505         (defined __STDC__ && __STDC__)]:
58506         Remove nonprototyped code.
58507         Include <stdlib.h> unconditionally.
58508         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
58509         _obstack_allocated_p, _obstack_free, obstack_free,
58510         _obstack_memory_used, print_and_abort):
58511         Define using prototypes.
58512         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
58513         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
58514         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
58515         obstack_next_free, obstack_object_size, obstack_room) [0]:
58516         Remove unused, unprototyped code.
58517
58518         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
58519
58520         * lib/physmem.c (physmem_total, physmem_available, main): Define
58521         with prototypes.
58522
58523         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
58524         (main): Define with a prototype.
58525
58526         * lib/posixver.c (getenv): Remove decl.
58527
58528         * lib/putenv.c (malloc): Returns void *, not char *.
58529         Include <string.h> unconditionally.
58530         (strchr, memcpy, NULL): Do not define.
58531
58532         * lib/readtokens.c: Include readtokens.h first, to test interface.
58533         Include <stdlib.h>, <string.h> unconditionally.
58534         (init_tokenbuffer): Define with a prototype.
58535
58536         * lib/regex.c (PARAMS): Remove.  All uses removed.
58537         All uses of _RE_ARGS removed, too.
58538         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
58539         unconditionally.
58540         (bzero): Assume memset exists.
58541         (memcmp, memcpy, NULL): Remove.
58542         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
58543         char, or assignments to local vars of type signed char.
58544         (init_syntax_once, PREFIX(extract_number_and_incr),
58545         PREFIX(print_partial_compiled_pattern),
58546         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
58547         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
58548         PREFIX(regex_grow_registers), PREFIX(regex_compile),
58549         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
58550         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
58551         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
58552         wcs_compile_range, byte_compile_range, truncate_wchar,
58553         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
58554         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
58555         count_mbs_length, wcs_re_match_2_internal,
58556         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
58557         PREFIX(alt_match_null_string_p),
58558         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
58559         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
58560         regfree, PREFIX(extract_number)): Define with prototype.  Remove
58561         now-unnecessary declaration, if any.
58562         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
58563         regcomp, regexec):
58564         Remove now-unnecessary casts among pointer types.
58565         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
58566
58567         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
58568         (free): Remove decl.
58569
58570         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
58571
58572         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
58573         (free): Remove decl.
58574
58575         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
58576         * lib/xgetcwd.c: Likewise.
58577
58578         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
58579         (free): Remove decl.
58580
58581         * lib/strchrnul.c (strchrnul): Define with a prototype.
58582         Fix bug: c_in was not converted to char before searching.
58583
58584         The following changes are not K&R related:
58585
58586         * lib/group-member.h: Include <sys/types.h>, so that this file is
58587         self-contained.
58588         * lib/makepath.h: Likewise.
58589
58590         * lib/getusershell.c (readname, default_index, line_size, readname):
58591         Use size_t, not int, for sizes.
58592         (readname): If the size overflows, report an error instead of
58593         looping forever.
58594
58595 2003-09-09  Paul Eggert  <eggert@twinsun.com>
58596
58597         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
58598         libc.
58599
58600 2003-09-09  Paul Eggert  <eggert@twinsun.com>
58601
58602         * README: New section: portability guidelines.
58603
58604 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
58605
58606         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
58607         C89 spec.
58608
58609 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
58610
58611         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
58612
58613 2003-09-08  Paul Eggert  <eggert@twinsun.com>
58614
58615         Assume C89 or better; remove K&R cruft.
58616         A few of these changes were first proposed by Derek Robert Price
58617         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
58618
58619         * lib/addext.c: Include <string.h> unconditionally.
58620         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
58621         Don't declare getenv or malloc.
58622
58623         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
58624         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
58625         (NULL): Remove.
58626         (find_stack_direction, alloca): Use prototypes.
58627
58628         * lib/atexit.c (atexit): Define using a prototype.
58629
58630         * lib/basename.c, dirname.c, stripslash.c:
58631         Include <string.h> unconditionally.
58632
58633         * lib/bcopy.c: Include <stddef.h>.
58634         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
58635
58636         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
58637
58638         * lib/error.h (error, error_at_line, error_print_progname)
58639         [! (defined (__STDC__) && __STDC__)]: Remove decls.
58640         * lib/error.c: Include error.h first, to check interface.
58641         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
58642         (VA_START): Remove; all uses changeed to va_start.
58643         (exit, strerror): Remove decls.
58644         (error_print_progname): Prototype uncondionally.
58645         Don't include <errno.h>; no longer needed.
58646         (private_strerror): Remove.
58647         (error_tail): Always define.
58648         (error, error_at_line): Assume C89 or better; always use prototypes.
58649         * lib/fatal.c: Include "fatal.h" first, to test interface.
58650         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
58651         (VA_START): Remove; all uses changed to va_start.
58652         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
58653         this case.
58654         (exit): Remove decl.
58655         (fatal): Prototype unconditionally.  Assume va_start works.
58656         Abort at end, to pacify gcc.
58657
58658         * lib/euidaccess.c (main): Define with a prototype.
58659
58660         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
58661
58662         * lib/exitfail.c: Include <stdlib.h> unconditionally.
58663
58664         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
58665         prototypes.
58666         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
58667         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
58668         (getenv): Remove decl.
58669         (fnmatch): Define using a prototype.
58670         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
58671         (FCT): Define using a prototype.
58672
58673         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
58674
58675         * lib/gethostname.c: Include <stddef.h>.
58676         (gethostname): Define with prototype.  Length is size_t, not int.
58677
58678 2003-09-08  Paul Eggert  <eggert@twinsun.com>
58679
58680         Assume C89 or better; remove K&R cruft.
58681         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
58682         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
58683         string.h, getenv, malloc.
58684         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
58685         headers.
58686         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
58687         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
58688         do not check for strerror.
58689         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
58690         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
58691         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
58692         do not check for doprnt or vprintf.
58693         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
58694         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
58695
58696 2003-09-08  Paul Eggert  <eggert@twinsun.com>
58697
58698         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
58699         getversion.c should have been removed then, but was accidentally
58700         preserved.
58701
58702         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
58703         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
58704
58705 2003-09-08  Karl Berry  <karl@gnu.org>
58706
58707         * config/config.sub, config.guess, srclistvars.sh: update from savannah
58708                 config, forget about prep.
58709
58710         * config/depcomp, missing: update from automake.
58711
58712 2003-09-07  Paul Eggert  <eggert@twinsun.com>
58713
58714         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
58715         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
58716
58717 2003-09-07  Paul Eggert  <eggert@twinsun.com>
58718
58719         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
58720         copy_tm_result.  Bug reported by Simon Josefsson in
58721         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
58722
58723 2003-09-06  Paul Eggert  <eggert@twinsun.com>
58724
58725         * m4/time_r.m4: New file.
58726         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
58727         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
58728         is. Check for timegm declaration.
58729         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
58730         Do not check for gmtime_r.
58731         Replace mktime if __mktime_internal does not exist and if mktime
58732         hasn't been replaced already.
58733
58734 2003-09-06  Paul Eggert  <eggert@twinsun.com>
58735
58736         * lib/time_r.c, lib/time_r.h: New files.
58737
58738         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
58739         __localtime_r.
58740         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
58741         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
58742
58743         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
58744         __gmtime_r.
58745         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
58746         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
58747         Include <time_r.h>.
58748
58749         * lib/timegm.c: Switch to glibc implementation, with the following
58750         changes:
58751         [defined HAVE_CONFIG_H]: Include <config.h>.
58752         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
58753         (__mktime_internal) [!defined _LIBC]: New decl.
58754         (__gmtime_r) [!defined _LIBC]: New macro and function.
58755         (timegm): Use a prototype, since gnulib assumes C89.
58756         Do not bother declaring tmp to be const, as it's not really usefu.
58757         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
58758         (timegm): Declare only if HAVE_DECL_TIMEGM.
58759
58760 2003-09-06  Paul Eggert  <eggert@twinsun.com>
58761
58762         * MODULES.html.sh (func_all_modules): Add time_r.
58763         * modules/time_r: New file.
58764         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
58765         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
58766
58767 2003-09-03  Paul Eggert  <eggert@twinsun.com>
58768
58769         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
58770         Bug reported by Lute Kamstra in
58771         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
58772
58773         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
58774         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
58775         course with correspondingly smaller numbers for tomorrow and
58776         yesterday.  From Tadayoshi Funaba.  Originally installed into
58777         sh-utils on 1999-08-07, but the patch got lost (I guess during the
58778         coreutils merge?).
58779
58780 2003-08-31  Simon Josefsson  <jas@extundo.com>
58781
58782         * modules/timegm: New file.
58783         * MODULES.html.sh (func_all_modules): Add timegm.
58784
58785 2003-08-31  Simon Josefsson  <jas@extundo.com>
58786
58787         * m4/timegm.m4: New file.
58788
58789 2003-08-31  Simon Josefsson  <jas@extundo.com>
58790
58791         * lib/timegm.h: New file.
58792         * lib/timegm.c: New file.  Based on
58793         wget-1.8.2/src/http.c:mktime_from_utc.
58794
58795 2003-08-31  Karl Berry  <karl@gnu.org>
58796
58797         * lib/argp.h: update from libc.
58798
58799 2003-08-28  Bruno Haible  <bruno@clisp.org>
58800
58801         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
58802         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
58803         followed by '#define fnmatch fnmatch_posix' gives an error.
58804
58805 2003-08-28  Bruno Haible  <bruno@clisp.org>
58806
58807         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
58808         warning on QNX, which defines O_BINARY to 000000.
58809
58810 2003-08-27  Jim Meyering  <jim@meyering.net>
58811
58812         * m4/mkstemp.m4: Require that the system mkstemp be able to create
58813         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
58814         would fail after 32.  Reported by Danny Levinson.  Details here:
58815         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
58816
58817 2003-08-24  Bruno Haible  <bruno@clisp.org>
58818
58819         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
58820         MSVC7 <stdio.h> is included later.
58821
58822 2003-08-22  Simon Josefsson  <jas@extundo.com>
58823
58824         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
58825
58826 2003-08-20  Karl Berry  <karl@gnu.org>
58827
58828         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
58829
58830 2003-08-20  Bruno Haible  <bruno@clisp.org>
58831
58832         * modules/progname: New file.
58833         * MODULES.html.sh (func_all_modules): Add progname.
58834
58835 2003-08-20  Bruno Haible  <bruno@clisp.org>
58836
58837         * lib/progname.h: New file, from GNU gettext.
58838         * lib/progname.c: New file, from GNU gettext.
58839         * lib/progreloc.c: New file, from GNU gettext.
58840
58841 2003-08-19  Jim Meyering  <jim@meyering.net>
58842
58843         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
58844         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
58845
58846 2003-08-19  Bruno Haible  <bruno@clisp.org>
58847
58848         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
58849         more.
58850
58851 2003-08-19  Bruno Haible  <bruno@clisp.org>
58852
58853         * lib/xstrdup.c: Assume <string.h> exists.
58854
58855 2003-08-18  Paul Eggert  <eggert@twinsun.com>
58856
58857         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
58858         in makefile rules.
58859
58860 2003-08-18  Jim Meyering  <jim@meyering.net>
58861
58862         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
58863         * m4/lib-ld.m4: Likewise.
58864
58865 2003-08-18  Jim Meyering  <jim@meyering.net>
58866
58867         * lib/setenv.h: Indent nested cpp directive.
58868         * lib/vasnprintf.c: Remove trailing blanks.
58869
58870 2003-08-17  Simon Josefsson  <jas@extundo.com>
58871
58872         * modules/xstrndup: New file.
58873         * MODULES.html.sh (func_all_modules): Add xstrndup.
58874
58875 2003-08-17  Simon Josefsson  <jas@extundo.com>
58876
58877         * modules/argp: Fix autoconf macro name. Add more dependencies.
58878
58879 2003-08-17  Simon Josefsson  <jas@extundo.com>
58880
58881         * m4/xstrndup.m4: New file.
58882
58883 2003-08-17  Simon Josefsson  <jas@extundo.com>
58884
58885         * m4/argp.m4: New file.
58886
58887 2003-08-17  Simon Josefsson  <jas@extundo.com>
58888             Bruno Haible  <bruno@clisp.org>
58889
58890         * lib/xstrndup.h: New file.
58891         * lib/xstrndup.c: New file.
58892
58893 2003-08-17  Bruno Haible  <bruno@clisp.org>
58894
58895         * modules/strndup (Files, Include): Add lib/strndup.h.
58896
58897 2003-08-17  Bruno Haible  <bruno@clisp.org>
58898
58899         * modules/euidaccess (Files): Add lib/euidaccess.h.
58900
58901 2003-08-17  Bruno Haible  <bruno@clisp.org>
58902
58903         * lib/strndup.h: New file.
58904
58905 2003-08-17  Bruno Haible  <bruno@clisp.org>
58906
58907         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
58908         like AC_GNU_SOURCE.
58909         * modules/extensions (configure.ac): Comment out the invocation of
58910         gl_USE_SYSTEM_EXTENSIONS.
58911
58912 2003-08-16  Paul Eggert  <eggert@twinsun.com>
58913
58914         Merges from coreutils, etc.
58915         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
58916         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
58917         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
58918         fixing a typo.
58919         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
58920         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
58921
58922 2003-08-16  Paul Eggert  <eggert@twinsun.com>
58923
58924         Document merge from coreutils.
58925         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
58926         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
58927         * modules/utime: Add m4/utimes-null.m4.
58928
58929 2003-08-16  Paul Eggert  <eggert@twinsun.com>
58930
58931         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
58932         space, undoing this 2003-08-12 change:
58933         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
58934
58935 2003-08-16  Paul Eggert  <eggert@twinsun.com>
58936
58937         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
58938         strtoul.c from libc, undoing this 2003-08-12 change:
58939         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
58940
58941 2003-08-16  Jim Meyering  <jim@meyering.net>
58942
58943         Merges from coreutils.
58944         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
58945         prefix.  Adjust cache variables similarly.  Create 500 rather than
58946         just 300 files, to exercise bug on Darwin6.5, too.
58947         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
58948         $missing_dir.
58949         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
58950         AM_SYS_POSIX_TERMIOS.
58951         Reported by mkc@mathdogs.com.
58952         Also change use of $am_cv_sys_posix_termios
58953         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
58954         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
58955         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
58956         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
58957         in /proc/mounts until it finds one with matching device number.  This
58958         is unnecessary when the FILE argument *is* a mount point.  No stat call
58959         is necessary in that case.  So, disable the statvfs-testing code on
58960         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
58961         as RedHat bug# 84846.
58962         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
58963         to 1MB, so as not to render systems with no stack size limit (e.g.,
58964         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
58965         Include <unistd.h>.  On some systems,
58966         it is required for the definition of _SC_PAGESIZE.
58967
58968 2003-08-16  Jim Meyering  <jim@meyering.net>
58969
58970         Merge from coreutils.
58971         * lib/xstrtoimax.c: #else #if -> #elif.
58972         * lib/xstrtoumax.c: Likewise.
58973
58974 2003-08-16  Jim Meyering  <jim@meyering.net>
58975
58976         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
58977         * m4/utimes.m4: Removed.
58978         * m4/utimes-null.m4: Renamed from utimes.m4.
58979
58980         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
58981         to 1MB, so as not to render systems with no stack size limit (e.g.,
58982         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
58983         Include <unistd.h>.  On some systems,
58984         it is required for the definition of _SC_PAGESIZE.
58985
58986 2003-08-16  Jim Meyering  <jim@meyering.net>
58987         and Paul Eggert  <eggert@cs.ucla.edu>
58988
58989         Merges from coreutils, etc.
58990
58991         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
58992         using the latest version from cvs.  This avoids problems with #line
58993         directives using a vendor (Sun) compiler.
58994         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
58995         Don't set GETGROUPS_LIB here; now it's
58996         done via getgroups.m4's wrapper function.
58997         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
58998         rather than just in sh-util/configure.in, so that the
58999         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
59000         same.
59001         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
59002         AC_FUNC_GETLOADAVG where to find getloadavg.c.
59003         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
59004         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
59005         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
59006         Remove code that is now done by the newly-required macros.
59007         Append $(EXEEXT) to DF_PROG.
59008         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
59009         Do not invoke or require the following here,
59010         since prereq.m4 or some gnulib .m4 now does this for us:
59011         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
59012         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
59013         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
59014         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
59015         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
59016         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
59017         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
59018         AC_FUNC_OBSTACK.
59019         Do not replace the following functions, as this is now the job
59020         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
59021         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
59022         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
59023         atexit getpass, strdup, getpagesize.
59024         Replace 'raise'.
59025         Do not check for the following functions, as this is now the job
59026         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
59027         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
59028         setregid.
59029         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
59030         Check for sys/sysctl.h.
59031         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
59032         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
59033         of checking for ssize_t ourselves.
59034
59035         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
59036         Require every macro that gnulib/modules/* suggests for us.
59037         (jm_PREREQ_ADDEXT): New macro.
59038         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
59039         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
59040
59041         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
59042         (gl_PHYSMEM): Use it.
59043         Also check for `table' function.
59044         Check for new headers and functions.
59045         Add check for sys/sysmp.h.
59046         With suggestions from Kaveh Ghazi.
59047         Ignore headers that are present but cannot be compiled.  This
59048         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
59049         C 5.4.
59050
59051 2003-08-15  Paul Eggert  <eggert@twinsun.com>
59052
59053         Document merge from coreutils.
59054         * modules/userspec: Depend on posixver.
59055         * modules/strftime: Depend on tzset.
59056
59057 2003-08-15  Paul Eggert  <eggert@twinsun.com>
59058
59059         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
59060         rather than tab, after '#' in shell-script copyright notices.
59061         Suggested by Bruno Haible.
59062
59063 2003-08-15  Paul Eggert  <eggert@twinsun.com>
59064
59065         * config/srclist-update: Use three spaces, rather than tab, after '#'
59066         in shell-script copyright notices.  Suggested by Bruno Haible.
59067         Remove unnecessary parenthesization in regular expression.
59068
59069 2003-08-15  Jim Meyering  <jim@meyering.net>
59070
59071         Merge from coreutils.
59072         * lib/xgethostname.c: Include <stdlib.h>.
59073         (xghostname): Don't exit for anything other than memory-related
59074         failure; just return NULL.
59075         * lib/userspec.c: Include "posixver.h".
59076         (parse_user_spec): Accept `.' as a separator only
59077         in pre-POSIX-200112 mode.
59078         * lib/strtoimax.c: Use #elif rather than #else #if.
59079         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
59080         Remove function, now that we can rely on a working tzset function.
59081         [!_LIBC]: Ensure that the required autoconf test has been run.
59082         [!defined _NL_CURRENT && HAVE_STRFTIME]:
59083         Use underlying_strftime for %r.
59084         * lib/sha.c: Merge in some clean-up and optimization changes from
59085         glibc.
59086         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
59087         Ensure that it is a multiple of 64.
59088         Rearrange loop exit tests so as to avoid performing an
59089         additional fread after encountering an error or EOF.
59090         * lib/realloc.c: Update copyright date.
59091
59092 2003-08-15  Jim Meyering  <jim@meyering.net>
59093         and Paul Eggert  <eggert@twinsun.com>
59094
59095         Merge from coreutils.
59096         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
59097         member but strut utmpx does not.  Needed for AIX 4.3.3.
59098         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
59099
59100 2003-08-15  Jim Meyering  <jim@meyering.net>
59101         and Paul Eggert  <eggert@cs.ucla.edu>
59102
59103         Merges from coreutils, etc.
59104         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
59105         Require gl_FUNC_TZSET_CLOBBER.
59106         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
59107         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
59108         members.
59109
59110 2003-08-14  Paul Eggert  <eggert@twinsun.com>
59111
59112         Help the merge from coreutils.
59113         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
59114         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
59115         * m4/tzset.m4: Use it too.
59116
59117 2003-08-14  Paul Eggert  <eggert@twinsun.com>
59118
59119         * modules/tzset: New file.
59120
59121 2003-08-14  Jim Meyering  <jim@meyering.net>
59122
59123         Merges from coreutils.
59124         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
59125         variable names, rather than @FNMATCH_H@.
59126         * modules/alloca: Likewise for $(ALLOCA_H).
59127
59128         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
59129         the three copies of the literal target, `fnmatch.h'.
59130         * modules/alloca (alloca.h): Likewise.
59131
59132 2003-08-14  Jim Meyering  <jim@meyering.net>
59133
59134         Merge from coreutils.
59135         * m4/tzset.m4: New file.
59136         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
59137         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
59138         otherwise, AIX 5.1 systems would end up using the latter.
59139         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
59140         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
59141         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
59142         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
59143
59144 2003-08-14  Jim Meyering  <jim@meyering.net>
59145
59146         Merge from coreutils.
59147         * lib/obstack.h: Whitespace changes.
59148         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
59149         and xcalloc return values.
59150         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
59151         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
59152         hang on OSF/1 5.1 for DIR on both local and remote file systems.
59153         Reported by (and fix confirmed by) Nelson H. F. Beebe.
59154         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
59155         error from mntctl.
59156         Use mntctl's return value to drive the entry-processing loop, since
59157         we can't rely on the value of the vmt_length member in the last
59158         entry.  On some systems doing so could result in exhausting
59159         virtual memory.  Based in part on a patch from Mike Jetzer.
59160
59161 2003-08-14  Jim Meyering  <jim@meyering.net>
59162         and Paul Eggert  <eggert@twinsun.com>
59163
59164         Merges from coreutils, plus other fixes.
59165         * lib/physmem.c: Merge in portability changes from gcc/libiberty
59166         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
59167         for credits and details.  Thanks to Kaveh Ghazi for helping
59168         to keep these files in sync.
59169         (ARRAY_SIZE): Define it.
59170         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
59171         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
59172         (memcasecmp): Don't assume size_t fits in unsigned int.
59173         Remove casts and duplicate code.
59174         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
59175         (memcpy): Remove definition.
59176         Merge in some clean-up and optimization changes from glibc.
59177         [BLOCKSIZE]: Move definition to top of file.
59178         Ensure that it is a multiple of 64.
59179         Rearrange loop exit tests so as to avoid performing an
59180         additional fread after encountering an error or EOF.
59181         * lib/md5.h (md5_uintptr): Define.
59182         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
59183         return to the initial working directory.  Preserve errno
59184         for caller.
59185         * lib/idcache.c: Include "xalloc.h".
59186         (xmalloc, xrealloc): Remove decls.
59187         (getuser): Remove casts no longer required in C89.
59188         * lib/human.c: Include stdio.h, for sprintf.
59189         * lib/group-member.c: Include "xalloc.h".
59190         (xmalloc, xrealloc): Remove decls.
59191         (get_group_info): Remove casts no longer required in C89.
59192         * lib/getusershell.c (readname): Remove casts no longer required in
59193         C89.
59194         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
59195         * lib/getline.c: Whitespace fix, from coreutils.
59196
59197 2003-08-13  Paul Eggert  <eggert@twinsun.com>
59198
59199         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
59200         Check for isascii.
59201
59202         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
59203         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
59204         Undo previous (whitespace-only) change.
59205
59206 2003-08-13  Paul Eggert  <eggert@twinsun.com>
59207
59208         * lib/exclude.c: Include <ctype.h>
59209         (IN_CTYPE_DOMAIN): New macro.
59210         (is_space): New fn.
59211         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
59212         and empty lines.
59213
59214         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
59215         Undo previous (whitespace-only) change.
59216
59217 2003-08-13  Paul Eggert  <eggert@twinsun.com>
59218
59219         * config/srclist-update: Change update back to the old behavior,
59220         leaving whitespace alone.  Use one 'sed' command rather than a
59221         pipeline.
59222         (fixlicense): Now a variable, not a function.
59223         (remove_trailing_blanks): Remove.
59224         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
59225         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
59226         Undo previous (whitespace-only) change.
59227
59228 2003-08-12  Paul Eggert  <eggert@twinsun.com>
59229
59230         Merge from coreutils.
59231         * modules/euidaccess: Add lib_SOURCES, include for new
59232         file euidaccess.h
59233
59234 2003-08-12  Paul Eggert  <eggert@twinsun.com>
59235
59236         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
59237         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
59238         Normalize leading white space and remove trailing white space.
59239
59240         Merge from coreutils
59241         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
59242
59243         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
59244         0.12.1.  These files are now being upgraded automatically by
59245         ../config/srclist-update.
59246
59247 2003-08-12  Paul Eggert  <eggert@twinsun.com>
59248
59249         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
59250         Normalize leading white space and remove trailing white space.
59251         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
59252         notice, as per ../config/srclist-update.
59253
59254         Merge from coreutils.
59255         * lib/euidaccess.h: New file.
59256         * lib/euidaccess.c: Include it.
59257         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
59258         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
59259         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
59260
59261 2003-08-12  Paul Eggert  <eggert@twinsun.com>
59262
59263         * config/srclist-update: Add copyright notice.
59264         (remove_id_lines, remove_trailing_blanks): New constants.
59265         (fixfile): Use them to normalize spacing a bit in copied files.
59266         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
59267         Normalize leading white space and remove trailing white space.
59268
59269         * config/texinfo.tex: Sync with texinfo.
59270
59271         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
59272         strtoul.c from libc, to merge coreutils whitespace changes.
59273
59274         * config/srclist.txt: Get the following m4 files from gettext:
59275         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
59276         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
59277         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
59278         wint_t.m4.
59279
59280 2003-08-12  Karl Berry  <karl@gnu.org>
59281
59282         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
59283         been made.
59284
59285 2003-08-11  Paul Eggert  <eggert@twinsun.com>
59286
59287         * modules/gnu-source, m4/gnu-source.m4:
59288         Remove; we're assuming Autoconf 2.54 or later now.
59289         Suggested by Bruno Haible.
59290         * MODULES.html.sh (func_all_modules): Remove gnu-source.
59291
59292 2003-08-11  Bruno Haible  <bruno@clisp.org>
59293
59294         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
59295
59296 2003-08-11  Bruno Haible  <bruno@clisp.org>
59297
59298         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
59299         (vasnprintf): Use it instead of wcslen.
59300
59301 2003-08-11  Bruno Haible  <bruno@clisp.org>
59302
59303         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
59304         value to ensure that _Bool promotes to int. Use #define for _Bool when
59305         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
59306
59307 2003-08-10  Karl Berry  <karl@gnu.org>
59308
59309         * lib/regex.h: update from libc (whitespace fix).
59310
59311 2003-08-09  Paul Eggert  <eggert@twinsun.com>
59312
59313         Merge some files from coreutils.  These changes were
59314         originally made by Jim Meyering.
59315         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
59316         many older Unixes require this.
59317         * lib/alloca.c (alloca): Remove cast to argument of free;
59318         no longer needed in C89.
59319         * lib/alloca_.h, regex.h: Fix white space to match
59320         what GNU indent does.
59321
59322 2003-08-09  Paul Eggert  <eggert@twinsun.com>
59323
59324         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
59325         apparently Emacs's Unicode mode got confused before my 2003-08-05
59326         checkin.
59327
59328 2003-08-08  Paul Eggert  <eggert@twinsun.com>
59329
59330         * m4/extensions.m4: New file.
59331         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
59332         Require gl_USE_SYSTEM_EXTENSIONS.
59333         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
59334         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
59335
59336 2003-08-08  Paul Eggert  <eggert@twinsun.com>
59337
59338         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
59339         * modules/extensions, modules/gnu-source: New files.
59340         * modules/timespec, modules/unlocked-io: Depend on extensions.
59341
59342 2003-08-07  Paul Eggert  <eggert@twinsun.com>
59343
59344         * modules/restrict: New file.
59345         * MODULES.html.sh (func_all_modules): Add restrict.
59346         * modules/regex: Depend on restrict.
59347
59348 2003-08-07  Paul Eggert  <eggert@twinsun.com>
59349
59350         * m4/restrict.m4: New file.
59351         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
59352
59353 2003-08-07  Bruno Haible  <bruno@clisp.org>
59354
59355         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
59356         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
59357
59358 2003-08-07  Bruno Haible  <bruno@clisp.org>
59359
59360         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
59361         makes the module 'getndelim2' compatible with the module 'getline'.
59362
59363 2003-08-05  Paul Eggert  <eggert@twinsun.com>
59364
59365         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
59366         byte with "\201" to avoid glitches when editing that source file
59367         with multi-gnome-terminal.
59368
59369 2003-08-05  Paul Eggert  <eggert@twinsun.com>
59370
59371         * lib/bumpalloc.h: Remove.
59372
59373 2003-08-05  Paul Eggert  <eggert@twinsun.com>
59374
59375         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
59376         * modules/bumpalloc: Remove.
59377
59378 2003-08-04  Paul Eggert  <eggert@twinsun.com>
59379
59380         * lib/getloadavg.c: Change copyright notice and spacing to conform to
59381         GNU coding style.
59382
59383         Merge from coreutils.
59384         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
59385         1. From glibc.
59386         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
59387         from Karl Berry, implemented by Jim Meyering.
59388         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
59389         from Dmitry V. Levin.
59390         Remove anachronistic cast of xrealloc.
59391         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
59392         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
59393         type. Otherwise, it wouldn't compile with at least /bin/cc on
59394         ymp-cray-unicos9.0.2.X.
59395         Combine two mostly-identical uses of alloca into one.
59396         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
59397
59398 2003-08-04  Dave Love  <d.love@dl.ac.uk>
59399
59400         [From Emacs.]
59401
59402         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
59403         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
59404         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
59405         obsolete NLIST_NAME_UNION.
59406         [__GNU__]: Undef BSD and FSCALE.
59407         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
59408
59409 2003-08-03  Paul Eggert  <eggert@twinsun.com>
59410
59411         * lib/stdbool_.h (_Bool): Make it signed char, instead of
59412         an enum type, so that it's guaranteed to promote to int.  See:
59413         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
59414
59415 2003-08-03  Karl Berry  <karl@gnu.org>
59416
59417         * config/depcomp: update from automake.
59418
59419 2003-07-31  Paul Eggert  <eggert@twinsun.com>
59420
59421         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
59422         (strerror): Don't assume that a printable int fits in 14 bytes.
59423
59424 2003-07-31  Bruno Haible  <bruno@clisp.org>
59425
59426         * modules/getpass-gnu: New file.
59427         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
59428
59429 2003-07-31  Bruno Haible  <bruno@clisp.org>
59430
59431         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
59432
59433 2003-07-24  Karl Berry  <karl@gnu.org>
59434
59435         * config/missing: update from automake.
59436
59437 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
59438             Bruno Haible  <bruno@clisp.org>
59439
59440         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
59441         * lib/getline.c (getline, getdelim): Likewise.
59442         Remove _GNU_SOURCE define; now it's defined in config.h through
59443         m4/getline.m4.
59444
59445 2003-07-23  Karl Berry  <karl@gnu.org>
59446
59447         * config/config.sub: update from prep.
59448
59449 2003-07-22  Paul Eggert  <eggert@twinsun.com>
59450
59451         * modules/xalloc (Depends-on): Add exitfail.
59452         * modules/xmemcoll: Likewise.
59453
59454 2003-07-22  Paul Eggert  <eggert@twinsun.com>
59455
59456         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
59457         over-parenthesization in macros.
59458
59459         Sync with coreutils.
59460
59461         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
59462         required by C99.
59463
59464         Use `exit_failure' for xalloc and xmemcoll instead of their own
59465         private exit-failure variables.
59466         * lib/xalloc.h (xalloc_exit_failure): Remove.
59467         * lib/xmalloc.c: Likewise.  Include exitfail.h.
59468         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
59469         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
59470         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
59471         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
59472
59473 2003-07-20  Jim Meyering  <jim@meyering.net>
59474
59475         * modules/closeout (Depends-on): Add exitfail.
59476         Suggestion from Bruno Haible.
59477
59478 2003-07-19  Karl Berry  <karl@gnu.org>
59479
59480         * config/config.sub: update from prep.
59481
59482 2003-07-18  Paul Eggert  <eggert@twinsun.com>
59483
59484         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
59485         Remove.
59486         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
59487         to test that it can stand by itself.  Include "exitfail.h".
59488         Clients should set exit_failure instead.
59489         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
59490
59491 2003-07-18  Bruno Haible  <bruno@clisp.org>
59492
59493         * modules/getndelim2: New file.
59494         * modules/getline: Share files with module getndelim2.
59495         * modules/getnline: Depend on getndelim2 instead of sharing files with
59496         it. Add getnline.c to lib_SOURCES.
59497         * MODULES.html.sh (func_all_modules): Add getndelim2.
59498
59499 2003-07-18  Bruno Haible  <bruno@clisp.org>
59500
59501         * m4/getndelim2.m4: New file.
59502         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
59503         invoke gl_PREREQ_GETNDELIM2.
59504         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
59505         gl_PREREQ_GETNDELIM2.
59506         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
59507         gl_GETNDELIM2.
59508
59509 2003-07-18  Bruno Haible  <bruno@clisp.org>
59510
59511         * lib/getndelim2.h: New file.
59512         * lib/getndelim2.c: Make into a module of its own. Include config.h,
59513         getndelim2.h.
59514         (getndelim2): Make non-static. Change return type to ssize_t.
59515         * lib/getline.h: Change argument names.
59516         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
59517         * lib/getnline.c: Include getndelim2.h.
59518
59519 2003-07-18  Andreas Schwab  <schwab@suse.de>
59520
59521         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
59522
59523 2003-07-17  Karl Berry  <karl@gnu.org>
59524
59525         * config/config.sub: update from prep.
59526
59527 2003-07-17  Bruno Haible  <bruno@clisp.org>
59528
59529         * modules/getnline: New file.
59530         * modules/getline: Add lib/getndelim2.c to source file list.
59531         * MODULES.html.sh (func_all_modules): Add getnline.
59532
59533 2003-07-17  Bruno Haible  <bruno@clisp.org>
59534
59535         * m4/getnline.m4: New file.
59536
59537 2003-07-17  Bruno Haible  <bruno@clisp.org>
59538
59539         * m4/Makefile.am.in: Remove file.
59540         * m4/Makefile.am: Remove file.
59541         * m4/Makefile.in: Remove file.
59542
59543 2003-07-17  Bruno Haible  <bruno@clisp.org>
59544
59545         * lib/getnline.h: New file.
59546         * lib/getnline.c: New file.
59547         * lib/getndelim2.c: New file, extracted from getline.c.
59548         (getndelim2): Renamed from getdelim2, with added nmax argument.
59549         * lib/getline.c: Include getndelim2.c.
59550         (getdelim2): Moved out to getndelim2.c.
59551         (getline, getdelim): Update.
59552
59553 2003-07-17  Bruno Haible  <bruno@clisp.org>
59554
59555         * lib/Makefile.am: Remove file.
59556         * lib/Makefile.in: Remove file.
59557
59558 2003-07-17  Bruno Haible  <bruno@clisp.org>
59559
59560         * configure.in: Remove file.
59561         * Makefile.in: Remove file.
59562
59563 2003-07-17  Bruno Haible  <bruno@clisp.org>
59564
59565         * MODULES.html.sh: Put the </BODY> right before </HTML>.
59566
59567 2003-07-16  Karl Berry  <karl@gnu.org>
59568
59569         * config/srclist-update: was running fixlicense twice, which caused
59570                 texinfo.tex to be nullified for some reason.  Simplify,
59571                 $gplsrc is no longer needed as far as I can see?
59572
59573 2003-07-16  Jim Meyering  <jim@meyering.net>
59574
59575         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
59576
59577 2003-07-15  Paul Eggert  <eggert@twinsun.com>
59578
59579         * config/srclist.txt: Get the following files from gettext-runtime/intl
59580         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
59581         ref-del.sin.  From Bruno Haible.
59582         * config/srclist-update (fixfile): Change grep pattern again, since the
59583         previous fix didn't work (there was another trailing $).  Use
59584         '[$]' to escape the $s.
59585
59586 2003-07-15  Karl Berry  <karl@gnu.org>
59587
59588         * lib/vasnprintf.c: update from gettext.
59589
59590 2003-07-15  Karl Berry  <karl@gnu.org>
59591
59592         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
59593         gets expanded when surrounded by '$'.
59594
59595 2003-07-15  Jim Meyering  <jim@meyering.net>
59596
59597         * modules/save-cwd: Don't depend on error.  From Derek Price.
59598
59599 2003-07-15  Jim Meyering  <jim@meyering.net>
59600
59601         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
59602
59603 2003-07-14  Simon Josefsson  <jas@extundo.com>
59604
59605         * modules/mempcpy: New file.
59606         * MODULES.html.sh (func_all_modules): Add mempcpy.
59607
59608 2003-07-14  Simon Josefsson  <jas@extundo.com>
59609
59610         * m4/mempcpy.m4: New file.
59611
59612 2003-07-14  Simon Josefsson  <jas@extundo.com>
59613
59614         * lib/mempcpy.h: New file.
59615         * lib/mempcpy.c: New file.
59616
59617 2003-07-14  Paul Eggert  <eggert@twinsun.com>
59618
59619         * modules/getdate, modules/posixtm: Depend on mktime.
59620
59621 2003-07-14  Paul Eggert  <eggert@twinsun.com>
59622
59623         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
59624         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
59625         unicodeio.c, unicodeio.h, unlocked-io.h:
59626         Switch from LGPL to GPL.
59627
59628 2003-07-14  Paul Eggert  <eggert@twinsun.com>
59629
59630         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
59631         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
59632         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
59633         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
59634         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
59635         updated automatically by ../config/srclist-update.  This changes
59636         their license from LPGL to GPL.
59637
59638 2003-07-14  Paul Eggert  <eggert@twinsun.com>
59639
59640         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
59641         assumed to refer to the root of the most recent stable gettext version.
59642         * config/srclistvars.sh: Add defaults for eggert.
59643         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
59644         Match "This program" as well as "The program".  This is needed
59645         for gettext.
59646
59647 2003-07-14  Jim Meyering  <jim@meyering.net>
59648
59649         Don't emit diagnostics.  Let callers do that.
59650         * lib/save-cwd.c: Don't include "error.h".
59651         (save_cwd): Don't call error.  Ensure that errno is valid
59652         when returning nonzero.
59653
59654         * lib/save-cwd.h (restore_cwd): Update prototype.
59655         * lib/save-cwd.c (restore_cwd): Remove two parameters.
59656         Simplify.  Don't call error upon failure.  Let callers do that.
59657         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
59658         when auditing is enabled.  But don't bother updating the #if.
59659
59660 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
59661
59662         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
59663         it breaks C++ compilation.
59664         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
59665
59666 2003-07-10  Simon Josefsson  <jas@extundo.com>
59667
59668         * modules/strchrnul (Makefile.am): Add strchrnul.h.
59669
59670 2003-07-10  Jim Meyering  <jim@meyering.net>
59671
59672         * m4/clock_time.m4: Remove trailing blank.
59673         * m4/intmax_t.m4: Likewise.
59674
59675 2003-07-10  Jim Meyering  <jim@meyering.net>
59676
59677         * lib/vasnprintf.c: Remove trailing blanks.
59678         Make cpp indentation consistent.
59679
59680 2003-07-09  Paul Eggert  <eggert@twinsun.com>
59681
59682         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
59683         posixver.c, strftime.c, strnlen.c, strverscmp.c:
59684         Switch from LGPL to GPL.
59685
59686 2003-07-09  Paul Eggert  <eggert@twinsun.com>
59687
59688         * config/srclist.txt: Sort sublists.  Add
59689         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
59690         that differ from gnulib for one reason or another; we'd like this list
59691         to be smaller but for now let's document what we have.
59692
59693 2003-07-08  Paul Eggert  <eggert@twinsun.com>
59694
59695         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
59696         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
59697         and sweeter "eval x=$x".
59698         * config/srclist.txt: Get lib/argp* from glibc.
59699
59700 2003-07-07  Paul Eggert  <eggert@twinsun.com>
59701
59702         * lib/mktime.c: Fix some boundary cases and remove need for floating
59703         point.
59704
59705         Issue a compile-time diagnostic if time_t is floating point, or if
59706         two's complement arithmetic is not in effect, or if arithmetic
59707         right shift does not propagate the sign.  These assumptions were
59708         all in the original code but they weren't checked.
59709
59710         (TIME_T_MIDPOINT, verify): New macros.
59711         (__isleap): Remove; it has integer overflow problems.
59712         (leapyear): New function, without those problems.
59713         (ydhms_tm_diff): Remove; splitting into two parts.
59714         (ydhms_diff): New function, containing the arithmetic part of
59715         the old ydhms_tm_diff function.  Issue a compile-time
59716         diagnostic if we are not using C99 integer division.
59717         Avoid casts when possible.
59718         (guess_time_tm): New function, containing the checking part of
59719         the old ydhms_tm_diff function.  Return the new value, rather than
59720         the difference between it and the old.  Accept a new argument T
59721         so that *T specifies the old value.  Check for overflow in the result.
59722
59723         (__mktime_internal): Use a time_t offset, not a long int offset.
59724         This undoes the 2003-06-04 change, which is no longer needed now
59725         that we have better overflow checking.
59726         (localtime_offset): Likewise.
59727
59728         (__mktime_internal): Avoid harmful overflow on hosts where time_t
59729         and long are 64-bit but int is only 32-bit.
59730         (ydhms_diff): Use long int to store year1 and yday1.
59731         Issue a compile-time diagnostic if long int is not wide enough.
59732
59733         (__mktime_internal): Use long int to store adjusted year and yday.
59734         Use plain C rather than preprocessor commands, if that doesn't
59735         affect efficiency.
59736         Check for overflow (and try to repair) after each probe
59737         rather than checking only at the very end.  This avoids some bugs
59738         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
59739         does not equal GMT offset at maximum time).
59740         Use integer to check for overflow rather than floating point; this
59741         is more portable to non-IEEE hosts, and is a tad faster.
59742         When we detect that we are oscillating between two values,
59743         don't check whether tm_isdst has the requested value, since
59744         we already know the answer.  When tm_isdst has the wrong value,
59745         use a different heuristic to find the right one, based on the
59746         extreme values actually observed in practice in tz2003a,
59747         rather than the (overly optimistic) "previous 3 calendar quarters".
59748
59749         (not_equal_tm, print_tm, check_result): Use "const T" rather than
59750         "T const" to accommodate glibc style.
59751         (check_result): Use less-confusing report format.  "long" -> "long int.
59752         (main): Likewise.
59753         Don't loop if the iteration overflows time_t.
59754         Allow a negative step in the iteration.
59755
59756 2003-07-06  Karl Berry  <karl@gnu.org>
59757
59758         * config/depcomp: update from automake.
59759         * config/config.sub: update from prep.
59760
59761 2003-07-03  Karl Berry  <karl@gnu.org>
59762
59763         * config/config.guess: update from prep.
59764
59765 2003-07-01  Paul Eggert  <eggert@twinsun.com>
59766
59767         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
59768         xreadlink.c now includes it unconditionally.
59769
59770 2003-07-01  Paul Eggert  <eggert@twinsun.com>
59771
59772         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
59773         having it depend on HAVE_SYS_TYPES_H.
59774
59775 2003-07-01  Bruno Haible  <bruno@clisp.org>
59776
59777         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
59778         <sys/types.h> should be sufficient.
59779         Reported by Paul Eggert.
59780
59781 2003-06-26  Karl Berry  <karl@gnu.org>
59782
59783         * config/depcomp: update from automake.
59784
59785 2003-06-26  Bruno Haible  <bruno@clisp.org>
59786
59787         * modules/human: Depend on module stdbool.
59788
59789 2003-06-25  Bruno Haible  <bruno@clisp.org>
59790
59791         * modules/readlink: New file.
59792         * modules/xreadlink: Depend on it.
59793         * MODULES.html.sh (func_all_modules): Add readlink.
59794
59795 2003-06-25  Bruno Haible  <bruno@clisp.org>
59796
59797         * m4/readlink.m4: New file.
59798
59799 2003-06-25  Bruno Haible  <bruno@clisp.org>
59800
59801         * lib/readlink.c: New file.
59802
59803 2003-06-22  Karl Berry  <karl@gnu.org>
59804
59805         * config/srclist.txt: update mkinstalldirs from automake.
59806         * config/mkinstalldirs: update.
59807
59808 2003-06-22  Bruno Haible  <bruno@clisp.org>
59809
59810         Portability to mingw32.
59811         * m4/ssize_t.m4: New file, from GNU gettext.
59812         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
59813         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
59814
59815 2003-06-22  Bruno Haible  <bruno@clisp.org>
59816
59817         * modules/safe-read: Add m4/ssize_t.m4.
59818         * modules/xreadlink: Add m4/ssize_t.m4.
59819
59820 2003-06-20  Bruno Haible  <bruno@clisp.org>
59821
59822         Assume C89, so PARAMS isn't needed.
59823         * lib/unicodeio.h (PARAMS): Remove.
59824         * lib/unicodeio.c: Don't use PARAMS.
59825
59826 2003-06-18  Karl Berry  <karl@gnu.org>
59827
59828         * config/config.{guess,sub}: update from prep.
59829
59830 2003-06-18  Jim Meyering  <jim@meyering.net>
59831
59832         Merge changes from coreutils.
59833         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
59834         Remove explicit declarations of xmalloc and realloc.
59835         Include xalloc.h.
59836         (read_utmp): Remove anachronistic cast of xmalloc.
59837
59838 2003-06-17  Paul Eggert  <eggert@twinsun.com>
59839
59840         Assume C89, so PARAMS isn't needed.
59841         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
59842         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
59843         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
59844         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
59845         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
59846         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
59847         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
59848         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
59849         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
59850         lib/xstrtod.h, lib/xstrtol.h: Likewise.
59851         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
59852         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
59853         no longer needed. Anyway, config.h should always be included before any
59854         other file.
59855
59856 2003-06-11  Simon Josefsson  <jas@extundo.com>
59857
59858         * modules/sysexits: New file.
59859         * MODULES.html.sh (func_all_modules): Add sysexits.
59860
59861 2003-06-11  Simon Josefsson  <jas@extundo.com>
59862
59863         * lib/sysexit_.h: New file.
59864
59865 2003-06-11  Derek Price  <derek@ximbiot.com>
59866
59867         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
59868         necessary.
59869
59870 2003-06-11  Bruno Haible  <bruno@clisp.org>
59871
59872         * m4/sysexits.m4: New file.
59873
59874 2003-06-10  Simon Josefsson  <jas@extundo.com>
59875
59876         * lib/argp.h: New file, from glibc.
59877         * lib/argp-ba.c: New file, from glibc.
59878         * lib/argp-eexst.c: New file, from glibc.
59879         * lib/argp-fmtstream.c: New file, from glibc.
59880         * lib/argp-fmtstream.h: New file, from glibc.
59881         * lib/argp-fs-xinl.c: New file, from glibc.
59882         * lib/argp-help.c: New file, from glibc.
59883         * lib/argp-namefrob.h: New file, from glibc.
59884         * lib/argp-parse.c: New file, from glibc.
59885         * lib/argp-pv.c: New file, from glibc.
59886         * lib/argp-pvh.c: New file, from glibc.
59887         * lib/argp-xinl.c: New file, from glibc.
59888
59889 2003-06-10  Simon Josefsson  <jas@extundo.com>
59890
59891         * modules/strchrnul: New file.
59892
59893 2003-06-10  Simon Josefsson  <jas@extundo.com>
59894
59895         * modules/argp: New file.
59896
59897 2003-06-10  Simon Josefsson  <jas@extundo.com>
59898
59899         * m4/strchrnul.m4: New file.
59900
59901 2003-06-10  Simon Josefsson  <jas@extundo.com>
59902
59903         * lib/strchrnul.h: New file.
59904         * lib/strchrnul.c: New file.
59905
59906 2003-06-10  Bruno Haible  <bruno@clisp.org>
59907
59908         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
59909
59910 2003-06-07  Karl Berry  <karl@gnu.org>
59911
59912         * config/config.{guess,sub}: update from prep.
59913
59914 2003-06-07  Jim Meyering  <jim@meyering.net>
59915
59916         * modules/strtod: Use $(...) notation, not @...@ for
59917         AC_REPLACE'd variables.
59918         * modules/localcharset: Likewise.
59919
59920 2003-06-07  Jim Meyering  <jim@meyering.net>
59921
59922         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
59923         in place of my name in the copyright comment.
59924         Remove definition and uses of __P.
59925
59926         From coreutils.
59927         * lib/stat.c: Don't declare xmalloc explicitly.
59928         Instead, include "xalloc.h".
59929         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
59930         xrealloc, and xcalloc return values.
59931         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
59932         Improve comment.
59933         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
59934
59935 2003-06-07  Bruno Haible  <bruno@clisp.org>
59936
59937         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
59938         avoid AC_CONFIG_LINKS.
59939         * modules/fnmatch (Makefile.am): Use explicit creation rule for
59940         fnmatch.h, to avoid AC_CONFIG_LINKS.
59941         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
59942
59943 2003-06-07  Bruno Haible  <bruno@clisp.org>
59944
59945         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
59946         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
59947         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
59948         directory.
59949         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
59950         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
59951         directory.
59952
59953 2003-06-06  Jim Meyering  <jim@meyering.net>
59954
59955         Merge from coreutils.
59956         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
59957         Consolidate declarations and initializations of *_base* locals.
59958
59959         Merge from coreutils.
59960         This avoids a core dump on systems without GNU putenv,
59961         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
59962         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
59963         (unsetenv): New static function, from GNU libc.
59964         (rpl_putenv): Use it.
59965
59966         * lib/modechange.c: Remove trailing blanks.
59967
59968         Merge from coreutils.
59969         * lib/fsusage.c: Remove declaration of statfs.
59970         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
59971
59972         * lib/posixtm.c: Include <stdbool.h> unconditionally.
59973
59974 2003-06-06  Jim Meyering  <jim@meyering.net>
59975
59976         * lib/stdbool_.h: Renamed from stdbool.h.in.
59977
59978 2003-06-06  Jim Meyering  <jim@meyering.net>
59979             Bruno Haible  <bruno@clisp.org>
59980
59981         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
59982         Adjust Makefile.am snippet not to redirect directly to target.
59983         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
59984
59985 2003-06-05  Paul Eggert  <eggert@twinsun.com>
59986
59987         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
59988         mismatch, look in future quarters as well as past.  This fixes a
59989         bug when processing fall-backwards gaps immediately after a long
59990         period of daylight-saving time.
59991
59992         * lib/mktime.c: Assume freestanding C89 or better.
59993         (HAVE_LIMITS_H): Remove.  Assume it's 1.
59994         (__P): Remove; not used.
59995         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
59996         (mktime, not_equal_tm, print_tm, check_result,
59997         main): Use prototypes.  Use const * where appropriate.
59998         (main): Fix typo in testing code that uncovered by above changes.
59999         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
60000
60001 2003-06-04  Paul Eggert  <eggert@twinsun.com>
60002
60003         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
60004         locale.h, localeconv.  This merges changes from coreutils.
60005
60006         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
60007         It can be removed after the next Autoconf is released.
60008         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
60009         needed.
60010
60011 2003-06-04  Paul Eggert  <eggert@twinsun.com>
60012
60013         * lib/mktime.c: Fix Debian bug 177940
60014         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
60015         (localtime_offset): Now long int, not time_t, because we want it
60016         to be guaranteed to be signed.  All uses changed.
60017         (__mktime_internal): If overflow would occur when adding offset,
60018         don't add it.
60019
60020         Merge 'human' changes from coreutils.  Rewrite to support
60021         locale-specific notations like thousands separators.
60022         * lib/human.c: Simplify authorship notice.
60023         Include human.h immediately after config.h.
60024         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
60025         <limits.h>: Do not include, since human.h does.
60026         (SIZE_MAX, UINTMAX_MAX): New macros.
60027         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
60028         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
60029         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
60030         (power_letter): Renamed from suffixes.
60031         (generate_suffix_backwards): Remove.
60032         (adjust_value): Now takes int style (because of human.h changes)
60033         and long double value (for greater precision on some platforms).
60034         (group_number): New function.
60035         (human_readable): Use it.  Use integer options, not enum.
60036         Put the options before the sizes in the arg list.
60037         Support all the new options.
60038         The old human_readable function has been removed;
60039         use inttostr.h instead.
60040         (human_readable, default_block_size, humblock):
60041         Use uintmax_t, not int, for block sizes.
60042         (human_readable_inexact, block_size_types): Remove.
60043         (block_size_opts): New constant.
60044         (human_options): Renamed from human_block_size, with new signature
60045         that allows block sizes up to UINTMAX_MAX.  All callers changed.
60046         * lib/human.h: Add copyright and authorship notice.
60047         Include <limits.h> and <stdbool.h> unconditionally.
60048         (PARAMS): Remove.  All uses removed.
60049         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
60050         (enum human_inexact_style): Remove tag; now a nameless enum.
60051         (human_floor, human_ceiling, human_round_to_even): Now have
60052         values 2, 0, 1 rather than -1, 1, 0.
60053         (human_group_digits, human_suppress_point_zero, human_autoscale,
60054         human_base_1024, human_SI, human_B): New constants.
60055         (human_readable_inexact, human_block_size): Remove.
60056         (human_readable): Size args are now uintmax_t, not int.
60057         (human_options): New decl.
60058
60059         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
60060         unnecessary now that we assume C89 or better.  This change
60061         imported from coreutils.
60062
60063         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
60064         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
60065         in the 2003-05-30 sync from glibc.
60066
60067         .h files should stand alone, but we shouldn't include <sys/types.h>
60068         if we can get away with just <stddef.h>.
60069
60070         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
60071         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
60072         rather than <sys/types.h>, as we merely need size_t.
60073         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
60074         to get size_t.
60075         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
60076         Include <stdio.h>, to get FILE.
60077         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
60078         memcasecmp.h has included <stddef.h> and all we need is size_t.
60079         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
60080         our interface, instead of including <sys/types.h>
60081
60082 2003-06-04  Paul Eggert  <eggert@twinsun.com>
60083
60084         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
60085         now, as glibc mktime is buggy on non-glibc systems.
60086
60087 2003-06-03  Karl Berry  <karl@gnu.org>
60088
60089         * config/config.sub: update from prep.
60090
60091 2003-06-02  Paul Eggert  <eggert@twinsun.com>
60092
60093         [from coreutils]
60094         Fix some minor time-related bugs with POSIX time arguments.
60095         Some valid time stamps were being rejected (notably -1, and
60096         time stamps before 1900 on 64-bit hosts).  And some invalid
60097         time stamps were being accepted, e.g. September 31.
60098
60099         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
60100         that we can return (time_t) -1 successfully.
60101         * lib/posixtm.c: Likewise.
60102         [HAVE_STDBOOL_H]: Include <stdbool.h>.
60103         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
60104         (t): Remove static var.
60105         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
60106         of static var.  All uses changed.
60107         (year): Do not reject years before 1900; they can occur with
60108         64-bit time_t.
60109         (posix_time_parse): Do not check for out-of-range components;
60110         that is now the caller's responsibility, since our checks were
60111         only approximations.
60112         (posixtime): Use mktime to check for out-of-range components,
60113         since it knows them exactly.
60114         If mktime returns (time_t) -1, check whether an error actually occurred
60115         by invoking localtime on -1.
60116         (main) [TEST_POSIXTIME]: Check for input data errors, and report
60117         posixtime failures better.
60118         Improve the test data (in comments only).
60119
60120 2003-06-02  Karl Berry  <karl@gnu.org>
60121
60122         * config/mkinstalldirs (version): new variable.
60123         (--version): new option.
60124         (usage): improve message.
60125
60126 2003-05-30  Karl Berry  <karl@gnu.org>
60127
60128         * lib/mktime.c: update from libc.
60129
60130 2003-05-30  Bruno Haible  <bruno@clisp.org>
60131
60132         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
60133         * config/config.rpath: Upgrade to gettext-0.12.1.
60134
60135 2003-05-30  Bruno Haible  <bruno@clisp.org>
60136
60137         * m4/gettext.m4: Upgrade to gettext-0.12.1.
60138         * m4/nls.m4: New file, from gettext-0.12.1.
60139         * m4/po.m4: New file, from gettext-0.12.1.
60140         * m4/progtest.m4: Upgrade to gettext-0.12.1.
60141
60142 2003-05-30  Bruno Haible  <bruno@clisp.org>
60143
60144         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
60145         * lib/localcharset.h: Likewise.
60146         * lib/localcharset.c: Likewise.
60147
60148 2003-05-29  Karl Berry  <karl@gnu.org>
60149
60150         * config/config.rpath: update from gettext.
60151
60152 2003-05-28  Paul Eggert  <eggert@twinsun.com>
60153
60154         Assume the headers required for C89 freestanding compilers.
60155         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
60156         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
60157         * m4/human.m4 (gl_HUMAN): Likewise.
60158         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
60159         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
60160         * m4/userspec.m4 (gl_USERSPEC): Likewise.
60161         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
60162         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
60163         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
60164
60165 2003-05-28  Paul Eggert  <eggert@twinsun.com>
60166
60167         Assume the headers required for C89 freestanding compilers.
60168         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
60169         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
60170         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
60171         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
60172         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
60173         define, since <limits.h> is guaranteed to do that.
60174         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
60175         * lib/exclude.c: Include <stdbool.h> unconditionally.
60176         * lib/tempname.c: Include <stddef.h> unconditionally.
60177         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
60178         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
60179         <stddef.h> does that.
60180         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
60181         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
60182         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
60183         needed.
60184         * lib/xstrtol.c: Likewise.
60185         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
60186         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
60187
60188         * lib/addext.c (addext): Use assignment rather than cast, to avoid
60189         warnings on some platforms.
60190
60191         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
60192         arbitrarily.
60193
60194 2003-05-26  Jim Meyering  <jim@meyering.net>
60195
60196         Merge in a change from coreutils:
60197         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
60198         that is guaranteed to be `no'.  Use `no_such_member' to indicate
60199         that condition, rather than `-1' which is slightly misleading.
60200         Change the name of the cache variable to have the gl_ prefix.
60201         Prompted by a patch from Richard Dawe for DJGPP.
60202
60203 2003-05-24  Karl Berry  <karl@gnu.org>
60204
60205         * config/config.guess: update from prep.
60206
60207 2003-05-22  Karl Berry  <karl@gnu.org>
60208
60209         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
60210
60211 2003-05-20  Karl Berry  <karl@gnu.org>
60212
60213         * config/config.guess: update from prep.
60214
60215 2003-05-18  Karl Berry  <karl@gnu.org>
60216
60217         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
60218         might actually be set by the user.
60219
60220         * config/depcomp, install-sh, mdate-sh: update from automake.
60221
60222 2003-05-17  Bruno Haible  <bruno@clisp.org>
60223
60224         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
60225         invalid expansion for AC_EGREP_CPP.
60226         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
60227         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
60228         Suggested by Akim Demaille <akim@epita.fr> in
60229         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
60230
60231 2003-05-12  Jim Meyering  <jim@meyering.net>
60232
60233         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
60234         the space-padded-by-default conversion specifiers, %e, %k, %l.
60235
60236 2003-05-12  Bruno Haible  <bruno@clisp.org>
60237
60238         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
60239         the string is longer than 4 KB.
60240
60241 2003-05-11  Karl Berry  <karl@gnu.org>
60242
60243         * config/config.{guess,sub}: update from prep.
60244
60245 2003-05-09  Bruno Haible  <bruno@clisp.org>
60246
60247         * modules/error: Add m4/strerror_r.m4 to file list.
60248
60249 2003-05-03  Bruno Haible  <bruno@clisp.org>
60250
60251         Upgrade to Unicode-4.0.
60252         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
60253         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
60254         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
60255         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
60256         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
60257         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
60258         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
60259         Change width of U+E0100..U+E01EF from 1 to 0.
60260
60261 2003-04-25  Jim Meyering  <jim@meyering.net>
60262
60263         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
60264         of type size_t, not int.
60265
60266 2003-04-25  Bruno Haible  <bruno@clisp.org>
60267
60268         * lib/copy-file.c: Include <stddef.h>, for size_t.
60269
60270 2003-04-21  Paul Eggert  <eggert@twinsun.com>
60271
60272         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
60273         code which expansion is under static control.  Patch imported from
60274         Akim Demaille's patch to Bison; see
60275         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
60276
60277 2003-04-14  Bruno Haible  <bruno@clisp.org>
60278
60279         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
60280
60281 2003-04-11  Jim Meyering  <jim@meyering.net>
60282
60283         Merge changes from Coreutils.
60284
60285         2003-03-22  Jim Meyering  <jim@meyering.net>
60286
60287         * lib/strftime.c (widen): Cast alloca return value to proper type.
60288
60289         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
60290
60291         From GNU libc.
60292         * lib/strftime.c (my_strftime): Handle very large width
60293         specifications for numeric values correctly.  Improve checks for
60294         overflow.
60295
60296         2003-01-19  Jim Meyering  <jim@meyering.net>
60297
60298         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
60299         definitions.
60300         (nl_get_alt_digit) [! defined my_strftime]: Define.
60301         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
60302         _nl_get_alt_digit and _nl_get_walt_digit.
60303
60304         * lib/strftime.c (my_strftime): Merge in locale-related changes from
60305         libc. These changes have no effect outside of _LIBC.
60306
60307 2003-04-10  Bruno Haible  <bruno@clisp.org>
60308
60309         * modules/findprog: New file.
60310         * MODULES.html.sh (func_all_modules): Add it.
60311
60312 2003-04-10  Bruno Haible  <bruno@clisp.org>
60313
60314         * m4/findprog.m4: New file.
60315         * m4/eaccess.m4: New file.
60316
60317 2003-04-10  Bruno Haible  <bruno@clisp.org>
60318
60319         * lib/findprog.h: New file, from GNU gettext.
60320         * lib/findprog.c: New file, from GNU gettext.
60321
60322 2003-04-05  Jim Meyering  <jim@meyering.net>
60323
60324         Merge changes from Coreutils.
60325
60326         * lib/exclude.h (PARAMS): Remove definition and uses.
60327         * lib/exclude.c: Remove uses of `PARAMS'.
60328
60329         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
60330         Add test-cases for DOS filenames. Declare program_name.
60331         (main): Set up program_name.  Patch by Rich Dawe.
60332
60333         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
60334         error from mntctl.
60335         Use mntctl's return value to drive the entry-processing loop, since
60336         we can't rely on the value of the vmt_length member in the last
60337         entry.  On some systems doing so could result in exhausting
60338         virtual memory.  Based in part on a patch from Mike Jetzer.
60339
60340 2003-04-04  Bruno Haible  <bruno@clisp.org>
60341
60342         * modules/linebreak: New file.
60343         * MODULES.html.sh (func_all_modules): Add it.
60344
60345 2003-04-04  Bruno Haible  <bruno@clisp.org>
60346
60347         * m4/linebreak.m4: New file.
60348
60349 2003-04-04  Bruno Haible  <bruno@clisp.org>
60350
60351         * lib/linebreak.h: New file, from GNU gettext.
60352         * lib/linebreak.c: New file, from GNU gettext with slight
60353         modifications.
60354         * lib/lbrkprop.h: New file, from GNU gettext.
60355
60356 2003-04-03  Bruno Haible  <bruno@clisp.org>
60357
60358         * modules/utf8-ucs4: New file.
60359         * modules/utf16-ucs4: New file.
60360         * modules/ucs4-utf8: New file.
60361         * modules/ucs4-utf16: New file.
60362         * MODULES.html.sh (func_all_modules): Add them.
60363
60364 2003-04-03  Bruno Haible  <bruno@clisp.org>
60365
60366         * m4/utf-ucs4.m4: New file.
60367         * m4/ucs4-utf.m4: New file.
60368
60369 2003-04-03  Bruno Haible  <bruno@clisp.org>
60370
60371         * lib/utf8-ucs4.h: New file, from GNU gettext.
60372         * lib/utf16-ucs4.h: New file, from GNU gettext.
60373         * lib/ucs4-utf8.h: New file, from GNU gettext.
60374         * lib/ucs4-utf16.h: New file, from GNU gettext.
60375
60376 2003-04-02  Bruno Haible  <bruno@clisp.org>
60377
60378         * modules/binary-io: New file.
60379         * MODULES.html.sh (func_all_modules): Add it.
60380
60381 2003-04-02  Bruno Haible  <bruno@clisp.org>
60382
60383         * lib/binary-io.h: New file, from GNU gettext.
60384
60385 2003-04-01  Bruno Haible  <bruno@clisp.org>
60386
60387         * modules/pathname: New file.
60388         * MODULES.html.sh (func_all_modules): Add it.
60389
60390 2003-04-01  Bruno Haible  <bruno@clisp.org>
60391
60392         * lib/pathname.h: New file, from GNU gettext.
60393         * lib/concatpath.c: New file, from GNU gettext.
60394
60395 2003-03-30  Bruno Haible  <bruno@clisp.org>
60396
60397         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
60398
60399 2003-03-30  Bruno Haible  <bruno@clisp.org>
60400
60401         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
60402         function chown() doesn't exist.
60403
60404 2003-03-28  Bruno Haible  <bruno@clisp.org>
60405
60406         * modules/copy-file: New file.
60407         * MODULES.html.sh (func_all_modules): Add it.
60408
60409 2003-03-28  Bruno Haible  <bruno@clisp.org>
60410
60411         * m4/copy-file.m4: New file.
60412
60413 2003-03-28  Bruno Haible  <bruno@clisp.org>
60414
60415         * lib/copy-file.h: New file, from GNU gettext.
60416         * lib/copy-file.c: New file, from GNU gettext.
60417
60418 2003-03-18  Jim Meyering  <jim@meyering.net>
60419
60420         * lib/quote.c (quote_n): Fix typo in comment.
60421
60422 2003-03-18  Bruno Haible  <bruno@clisp.org>
60423
60424         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
60425         checking.
60426         * m4/onceonly_2_57.m4: Likewise.
60427
60428 2003-03-17  Bruno Haible  <bruno@clisp.org>
60429
60430         * m4/onceonly.m4: Require autoconf 2.54 or newer.
60431         (m4_quote): Remove macro.
60432         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
60433
60434 2003-03-14  Jim Meyering  <jim@meyering.net>
60435
60436         Merge changes from Coreutils.
60437         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
60438         to be const, in order to avoid warnings.
60439         (obstack_room): Likewise.
60440         (obstack_empty_p): Likewise.
60441
60442 2003-03-14  Bruno Haible  <bruno@clisp.org>
60443
60444         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
60445         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
60446
60447 2003-03-13  Paul Eggert  <eggert@twinsun.com>
60448
60449         Merge changes from Bison.
60450         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
60451         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
60452         when compiling Bison 1.875's `bitset bset = obstack_alloc
60453         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
60454         * lib/hash.c: Include <stdbool.h> unconditionally.
60455
60456 2003-03-13  Paul Eggert  <eggert@twinsun.com>
60457
60458         * m4/onceonly.m4 (m4_quote): New macro.
60459         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
60460         Quote AC_FOREACH variable-expansions properly.
60461
60462 2003-03-13  Paul Eggert  <eggert@twinsun.com>
60463
60464         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
60465
60466 2003-03-09  Paul Eggert  <eggert@twinsun.com>
60467
60468         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
60469         Reported by Bruce Becker; see:
60470         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
60471
60472 2003-03-03  Paul Eggert  <eggert@twinsun.com>
60473             Bruno Haible  <bruno@clisp.org>
60474
60475         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
60476         Reported by John Hughes, see
60477         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
60478
60479 2003-02-20  Bruno Haible  <bruno@clisp.org>
60480
60481         * MODULES.html.sh (func_all_modules): Add poll.
60482
60483 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
60484
60485         * modules/poll: New file.
60486
60487 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
60488
60489         * lib/poll_.h: New file.
60490         * lib/poll.c: New file.
60491
60492 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
60493
60494         * m4/poll.m4: New file.
60495
60496 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
60497
60498         * modules/mathl: New file.
60499
60500 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
60501
60502         * lib/mathl.h: New file.
60503         * lib/acosl.c: New file.
60504         * lib/asinl.c: New file.
60505         * lib/atanl.c: New file.
60506         * lib/ceill.c: New file.
60507         * lib/cosl.c: New file.
60508         * lib/expl.c: New file.
60509         * lib/floorl.c: New file.
60510         * lib/frexpl.c: New file.
60511         * lib/ldexpl.c: New file.
60512         * lib/logl.c: New file.
60513         * lib/sincosl.c: New file.
60514         * lib/sinl.c: New file.
60515         * lib/sqrtl.c: New file.
60516         * lib/tanl.c: New file.
60517         * lib/trigl.c: New file.
60518         * lib/trigl.h: New file.
60519
60520 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
60521
60522         * m4/mathl.m4: New file.
60523
60524 2003-02-18  Bruno Haible  <bruno@clisp.org>
60525
60526         * MODULES.html.sh (func_all_modules): Add mathl.
60527
60528 2003-02-17  Bruno Haible  <bruno@clisp.org>
60529
60530         * modules/mkdtemp: New module.
60531         * MODULES.html.sh (func_all_modules): Add it.
60532
60533 2003-02-17  Bruno Haible  <bruno@clisp.org>
60534
60535         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
60536
60537 2003-02-17  Bruno Haible  <bruno@clisp.org>
60538
60539         * lib/mkdtemp.h: New file, from GNU gettext.
60540         * lib/mkdtemp.c: New file, from GNU gettext.
60541
60542 2003-02-02  Jim Meyering  <jim@meyering.net>
60543
60544         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
60545         e.g. glibc-2.2.93.
60546
60547 2003-01-31  Bruno Haible  <bruno@clisp.org>
60548
60549         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
60550         'rpl_rename'.
60551         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
60552         'rpl_strnlen'.
60553         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
60554         'rpl_strtod'.
60555         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
60556         'rpl_utime'.
60557
60558 2003-01-31  Bruno Haible  <bruno@clisp.org>
60559
60560         * lib/rename.c: #undef rename before defining rpl_rename.
60561         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
60562
60563 2003-01-30  Bruno Haible  <bruno@clisp.org>
60564
60565         * modules/vasnprintf, modules/vasprintf: New modules.
60566         * MODULES.html.sh (func_all_modules): Add them.
60567
60568 2003-01-30  Bruno Haible  <bruno@clisp.org>
60569
60570         * m4/signed.m4: New file, from GNU gettext.
60571         * m4/longdouble.m4: New file, from GNU gettext.
60572         * m4/wchar_t.m4: New file, from GNU gettext.
60573         * m4/wint_t.m4: New file, from GNU gettext.
60574         * m4/vasnprintf.m4: New file.
60575         * m4/vasprintf.m4: New file.
60576
60577 2003-01-30  Bruno Haible  <bruno@clisp.org>
60578
60579         * lib/printf-args.h: New file, from GNU gettext.
60580         * lib/printf-args.c: New file, from GNU gettext.
60581         * lib/printf-parse.h: New file, from GNU gettext.
60582         * lib/printf-parse.c: New file, from GNU gettext.
60583         * lib/vasnprintf.h: New file, from GNU gettext.
60584         * lib/vasnprintf.c: New file, from GNU gettext.
60585         * lib/asnprintf.c: New file, from GNU gettext.
60586         * lib/vasprintf.h: New file, from GNU gettext with modifications.
60587         * lib/vasprintf.c: New file, from GNU gettext.
60588         * lib/asprintf.c: New file, from GNU gettext.
60589
60590 2003-01-29  Bruno Haible  <bruno@clisp.org>
60591
60592         * modules/stpncpy: New module.
60593         * MODULES.html.sh (func_all_modules): Add it.
60594
60595 2003-01-29  Bruno Haible  <bruno@clisp.org>
60596
60597         * m4/stpncpy.m4: New file.
60598
60599 2003-01-29  Bruno Haible  <bruno@clisp.org>
60600
60601         * lib/stpncpy.h: New file, from GNU gettext with modifications.
60602         * lib/stpncpy.c: New file, from GNU gettext with modifications.
60603
60604 2003-01-28  Bruno Haible  <bruno@clisp.org>
60605
60606         * modules/c-ctype: New module.
60607         * MODULES.html.sh (func_all_modules): Add it.
60608
60609 2003-01-28  Bruno Haible  <bruno@clisp.org>
60610
60611         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
60612         Paul Eggert.
60613         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
60614         Paul Eggert.
60615
60616 2003-01-27  Bruno Haible  <bruno@clisp.org>
60617
60618         * modules/xsetenv: New module.
60619         * MODULES.html.sh (func_all_modules): Add it.
60620
60621 2003-01-27  Bruno Haible  <bruno@clisp.org>
60622
60623         * lib/xsetenv.h: New file, from GNU gettext.
60624         * lib/xsetenv.c: New file, from GNU gettext.
60625
60626 2003-01-23  Jim Meyering  <jim@meyering.net>
60627
60628         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
60629         from working on systems without dirfd (at least Irix and OSF1/Tru64).
60630
60631 2003-01-23  Bruno Haible  <bruno@clisp.org>
60632
60633         * modules/minmax: New module.
60634         * MODULES.html.sh (func_all_modules): Add it.
60635
60636 2003-01-23  Bruno Haible  <bruno@clisp.org>
60637
60638         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
60639         Eggert.
60640
60641 2003-01-22  Bruno Haible  <bruno@clisp.org>
60642
60643         * modules/exit: New module.
60644         * MODULES.html.sh (func_all_modules): Add it.
60645
60646 2003-01-22  Bruno Haible  <bruno@clisp.org>
60647
60648         * lib/exit.h: New file, from GNU gettext.
60649
60650 2003-01-19  Bruno Haible  <bruno@clisp.org>
60651
60652         * gnulib-tool: Recognize option --extract-maintainer.
60653         (func_get_maintainer): New function.
60654         * modules/*: Add Maintainer entry.
60655
60656 2003-01-16  Jim Meyering  <jim@meyering.net>
60657
60658         * m4/regex.m4: The `regex' struct is both input and output.
60659         Initialize it before each use.  Patch by Tim Waugh.
60660
60661 2003-01-16  Bruno Haible  <bruno@clisp.org>
60662
60663         * MODULES.html.sh: Add a table of contents. Add the module name as
60664         leftmost column. Add hyperlinks.
60665
60666 2003-01-15  Bruno Haible  <bruno@clisp.org>
60667
60668         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
60669
60670 2003-01-15  Bruno Haible  <bruno@clisp.org>
60671
60672         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
60673         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
60674         suffix.
60675
60676 2003-01-15  Bruno Haible  <bruno@clisp.org>
60677
60678         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
60679
60680 2003-01-15  Bruno Haible  <bruno@clisp.org>
60681
60682         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
60683         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
60684
60685 2003-01-14  Jim Meyering  <jim@meyering.net>
60686
60687         * lib/same.c (same_name): Tweak a comment.
60688
60689 2003-01-14  Bruno Haible  <bruno@clisp.org>
60690
60691         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
60692         when a string comparison is sufficient.
60693
60694 2003-01-14  Bruno Haible  <bruno@clisp.org>
60695
60696         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
60697         'unsigned int'.
60698
60699 2003-01-14  Bruno Haible  <bruno@clisp.org>
60700
60701         * lib/hash-pjw.c: Add comment about low quality of this function.
60702
60703 2003-01-13  Bruno Haible  <bruno@clisp.org>
60704
60705         * modules/stpcpy: Distribute lib/stpcpy.h.
60706         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
60707
60708 2003-01-13  Bruno Haible  <bruno@clisp.org>
60709
60710         * modules/*: Add a description.
60711         * modules/strpbrk: Fix Makefile.am snippet.
60712         * modules/strtoimax: Fix dependencies.
60713         * modules/strtoumax: Likewise.
60714
60715 2003-01-13  Bruno Haible  <bruno@clisp.org>
60716
60717         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
60718         * modules/alloca (Makefile.am): All object files depend on alloca.h.
60719         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
60720
60721 2003-01-13  Bruno Haible  <bruno@clisp.org>
60722
60723         * gnulib-tool (func_create_testdir): Store config/* files in the main
60724         directory.
60725         * config.rpath: Move to ...
60726         * config/config.rpath: ... here.
60727         * modules/gettext: Contains config/config.rpath, not config.rpath.
60728         * modules/iconv: Likewise.
60729
60730 2003-01-12  Paul Eggert  <eggert@twinsun.com>
60731
60732         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
60733         to avoid collisions with libcurses and libreadline.
60734
60735         * m4/getstr.m4: Remove.
60736         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
60737
60738 2003-01-12  Paul Eggert  <eggert@twinsun.com>
60739
60740         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
60741         to avoid collisions with libcurses and libreadline.
60742
60743         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
60744         * lib/getstr.h, getstr.c: Remove.
60745         * lib/getline.c: Include "getline.h", to check interface.
60746         Move body of old getstr.c here: this defines MIN_CHUNK and
60747         declares getdelim2, which is renamed from getstr.
60748         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
60749
60750         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
60751         All uses changed.
60752         * lib/linebuffer.h: Likewise.
60753         (readline): Remove backward-compatibility macro.
60754
60755 2003-01-12  Paul Eggert  <eggert@twinsun.com>
60756
60757         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
60758         to avoid collisions with libcurses and libreadline.
60759         * getstr: Remove.
60760         * MODULES.html.sh: Remove getstr.
60761         * modules/getline: Depend on unlocked-io, not getstr.
60762
60763 2003-01-12  Jim Meyering  <jim@meyering.net>
60764
60765         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
60766
60767 2003-01-10  Bruno Haible  <bruno@clisp.org>
60768
60769         * modules/alloca: Change Makefile.am requirements. Simplify Include
60770         requirements. Add lib/alloca_.h to file list.
60771
60772 2003-01-10  Bruno Haible  <bruno@clisp.org>
60773
60774         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
60775
60776 2003-01-10  Bruno Haible  <bruno@clisp.org>
60777
60778         * lib/alloca_.h: New file.
60779         * lib/getdate.y: Unconditionally include alloca.h.
60780         * lib/makepath.c: Likewise.
60781         * lib/setenv.c: Likewise.
60782         * lib/userspec.c: Likewise.
60783
60784 2003-01-09  Karl Berry  <karl@gnu.org>
60785
60786         * MODULES.html.sh: include `dirname $0` in PATH, to find
60787         gnulib-tool.
60788
60789 2003-01-09  Bruno Haible  <bruno@clisp.org>
60790
60791         * modules/stdbool: Change configure.ac, Makefile.am requirements.
60792         Simplify Include requirements. Add lib/stdbool.h.in to file list.
60793
60794 2003-01-09  Bruno Haible  <bruno@clisp.org>
60795
60796         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
60797
60798 2003-01-09  Bruno Haible  <bruno@clisp.org>
60799
60800         * lib/stdbool.h.in: New file.
60801
60802 2003-01-09  Bruno Haible  <bruno@clisp.org>
60803
60804         * gnulib-tool (func_all_modules): Ignore files ending in ~.
60805         * MODULES.html.sh: Likewise.
60806
60807 2003-01-08  Jim Meyering  <jim@meyering.net>
60808
60809         * lib/full-write.c: Undefine and define-away `const' after inclusion
60810         of errno.h, not before.  Suggestion from Bruno Haible.
60811
60812 2003-01-08  Bruno Haible  <bruno@clisp.org>
60813
60814         * modules/full-read: Depend on full-write.
60815
60816 2003-01-08  Bruno Haible  <bruno@clisp.org>
60817
60818         * lib/safe-read.c: Include specification header first, to ensure its
60819         selfcontainedness.
60820         * lib/full-write.c: Likewise.
60821
60822 2003-01-07  Jim Meyering  <jim@meyering.net>
60823
60824         * lib/full-write.c: Rework so that it may serve to define full_read,
60825         too.
60826         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
60827
60828 2003-01-07  Bruno Haible  <bruno@clisp.org>
60829
60830         * lib/strtoimax.c: Include <stdint.h> as an alternative to
60831         <inttypes.h>.
60832         * lib/xstrtol.h: Likewise.
60833         * lib/xstrtoimax.c: Likewise.
60834         * lib/xstrtoumax.c: Likewise.
60835         * lib/human.h: Likewise.
60836
60837         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
60838         on systems that have <inttypes.h> but not <stdint.h>.
60839
60840 2003-01-07  Bruno Haible  <bruno@clisp.org>
60841
60842         * MODULES.html.sh: Add copyright notice.
60843         (missed_files): Omit CVS directory entries.
60844         (func_module): Make it work with sed-3.02.
60845         * MODULES.txt: Remove file.
60846
60847 2003-01-06  Jim Meyering  <jim@meyering.net>
60848
60849         * lib/version-etc.c: Update year in translatable copyright string.
60850
60851 2003-01-03  Karl Berry  <karl@gnu.org>
60852
60853         * config/config.{guess,sub}: update from prep.
60854
60855 2003-01-02  Karl Berry  <karl@gnu.org>
60856
60857         * doc/COPYING.DOC: belatedly updated to 1.2.
60858
60859 2003-01-01  Karl Berry  <karl@gnu.org>
60860
60861         * gnulib-tool (func_verify_module): report module name $module in
60862         error message, not $1.
60863         * gnulib-tool (create-testdir): don't complain if destdir couldn't
60864         be created, only if it doesn't exist.
60865         * gnulib-tool (last_checkin_date): don't expand the $Date here.
60866
60867 2002-12-31  Paul Eggert  <eggert@twinsun.com>
60868
60869         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
60870
60871 2002-12-31  Paul Eggert  <eggert@twinsun.com>
60872
60873         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
60874         memcmp if strcoll doesn't work.
60875
60876 2002-12-31  Bruno Haible  <bruno@clisp.org>
60877
60878         * lib/utime.c (utime_null): No need to call ftruncate if the file was
60879         nonempty.
60880
60881 2002-12-31  Bruno Haible  <bruno@clisp.org>
60882
60883         * lib/memcoll.c (STRCOLL): New macro.
60884         (memcoll): Use it.
60885
60886 2002-12-31  Bruno Haible  <bruno@clisp.org>
60887
60888         * lib/localcharset.h: New file.
60889         * lib/localcharset.c: Include it.
60890         * lib/unicodeio.c: Likewise.
60891
60892 2002-12-31  Bruno Haible  <bruno@clisp.org>
60893
60894         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
60895         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
60896
60897 2002-12-31  Bruno Haible  <bruno@clisp.org>
60898
60899         * lib/getline.h: Include <stddef.h>, for size_t.
60900
60901         * lib/unicodeio.h: Include <stddef.h>, for size_t.
60902         * lib/unicodeio.c: Don't include <stddef.h>.
60903
60904 2002-12-31  Bruno Haible  <bruno@clisp.org>
60905
60906         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
60907         HAVE_TM_ZONE.
60908
60909 2002-12-24  Karl Berry  <karl@gnu.org>
60910
60911         * config/config.guess: update from prep.
60912
60913 2002-12-24  Bruno Haible  <bruno@clisp.org>
60914
60915         General infrasructure.
60916         * m4/README: Rewritten.
60917         * m4/onceonly.m4: New file.
60918         * m4/onceonly_2_57.m4: New file.
60919
60920         Module atexit.
60921         * m4/atexit.m4: New file.
60922
60923         Module strtod.
60924         * m4/strtod.m4: New file.
60925
60926         Module strtol.
60927         * m4/strtol.m4: New file.
60928
60929         Module strtoul.
60930         * m4/strtoul.m4: New file.
60931
60932         Module memchr.
60933         * m4/memchr.m4: New file.
60934
60935         Module memcmp.
60936         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
60937         (jm_FUNC_MEMCMP): Invoke it.
60938
60939         Module memcpy.
60940         * m4/memcpy.m4: New file.
60941
60942         Module memmove.
60943         * m4/memmove.m4: New file.
60944
60945         Module memset.
60946         * m4/memset.m4: New file.
60947
60948         Module strcspn.
60949         * m4/strcspn.m4: New file.
60950
60951         Module strpbrk.
60952         * m4/strpbrk.m4: New file.
60953
60954         Module strstr.
60955         * m4/strstr.m4: New file.
60956
60957         Module strerror.
60958         * m4/strerror.m4: New file.
60959
60960         Module mktime.
60961         * m4/mktime.m4: Renamed from jm-mktime.m4.
60962         (gl_PREREQ_MKTIME): New macro.
60963         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
60964
60965         Module malloc.
60966         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
60967         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
60968         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
60969
60970         Module realloc.
60971         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
60972         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
60973         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
60974
60975         Module strftime.
60976         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
60977         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
60978         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
60979         gl_TM_GMTOFF.
60980         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
60981
60982         Module xalloc.
60983         * m4/xalloc.m4: New file.
60984
60985         Module alloca.
60986         * m4/alloca.m4: New file.
60987
60988         Module putenv.
60989         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
60990         (jm_FUNC_PUTENV): Invoke it.
60991
60992         Module setenv.
60993         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
60994         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
60995         when invoked twice.
60996         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
60997         gt_FUNC_SETENV.
60998
60999         Module memrchr.
61000         * m4/memrchr.m4: New file.
61001
61002         Module stpcpy.
61003         * m4/stpcpy.m4: New file.
61004
61005         Module strcase.
61006         * m4/strcase.m4: New file.
61007
61008         Module strdup.
61009         * m4/strdup.m4: New file.
61010
61011         Module strnlen.
61012         * m4/strnlen.m4: New file.
61013
61014         Module strndup.
61015         * m4/strndup.m4: New file.
61016
61017         Module xstrtod.
61018         * m4/xstrtod.m4: New file.
61019
61020         Module xstrtol.
61021         * m4/xstrtol.m4: New file.
61022
61023         Module getdate.
61024         * m4/getdate.m4: New file.
61025
61026         Module unlocked-io.
61027         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
61028         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
61029         * m4/jm-glibc-io.m4n: Remove file.
61030
61031         Module long-options.
61032         * m4/long-options.m4: New file.
61033
61034         Module md5.
61035         * m4/md5.m4: New file.
61036
61037         Module sha.
61038         * m4/sha.m4: New file.
61039
61040         Module getstr.
61041         * m4/getstr.m4: New file.
61042
61043         Module getline.
61044         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
61045         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
61046         <sys/types.h>, for size_t. Use the function name gnu_getline, not
61047         simply getline. Infoke gl_PREREQ_GETLINE.
61048
61049         Module obstack.
61050         * m4/obstack.m4: New file.
61051
61052         Module hash.
61053         * m4/hash.m4: New file.
61054
61055         Module readtokens.
61056         * m4/readtokens.m4: New file.
61057
61058         Module strverscmp.
61059         * m4/strverscmp.m4: New file.
61060
61061         Module stdbool.
61062         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
61063         OSF/1.
61064
61065         Module strtoll.
61066         * m4/strtoll.m4: New file.
61067
61068         Module strtoull.
61069         * m4/strtoull.m4: New file.
61070
61071         Module strtoimax.
61072         * m4/strtoimax.m4: New file.
61073
61074         Module strtoumax.
61075         * m4/strtoumax.m4: New file.
61076
61077         Module xstrtoimax.
61078         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
61079         jm_AC_PREREQ_XSTRTOIMAX.
61080         Moved the strtol prerequisites to strtol.m4.
61081         Moved the strtoll prerequisites to strtoll.m4.
61082         Moved the strtoimax prerequisites to strtoimax.m4.
61083
61084         Module xstrtoumax.
61085         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
61086         jm_AC_PREREQ_XSTRTOUMAX.
61087         Moved the strtoul prerequisites to strtoul.m4.
61088         Moved the strtoull prerequisites to strtoull.m4.
61089         Moved the strtoumax prerequisites to strtoumax.m4.
61090
61091         Module chown.
61092         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
61093         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
61094
61095         Module dup2.
61096         * m4/dup2.m4: New file.
61097
61098         Module ftruncate.
61099         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
61100         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
61101
61102         Module getgroups.
61103         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
61104         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
61105
61106         Module gettimeofday.
61107         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
61108         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
61109         gl_PREREQ_GETTIMEOFDAY.
61110
61111         Module mkdir.
61112         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
61113         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
61114
61115         Module mkstemp.
61116         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
61117         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
61118         jm_AC_TYPE_UINTMAX_T.
61119         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
61120
61121         Module stat.
61122         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
61123         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
61124
61125         Module lstat.
61126         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
61127         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
61128
61129         Module timespec.
61130         * m4/timespec.m4 (gl_TIMESPEC): New macro.
61131         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
61132         * m4/st_mtim.m4: Indentation.
61133
61134         Module nanosleep.
61135         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
61136         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
61137         gl_PREREQ_NANOSLEEP.
61138
61139         Module regex.
61140         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
61141         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
61142         (gl_REGEX): New macro.
61143
61144         Module rename.
61145         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
61146         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
61147
61148         Module rmdir.
61149         * m4/rmdir.m4: New file.
61150
61151         Module utime.
61152         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
61153         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
61154         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
61155
61156         Module dirname.
61157         * m4/dirname.m4: New file.
61158
61159         Module getopt.
61160         * m4/getopt.m4: New file.
61161
61162         Module unistd-safer.
61163         * m4/unistd-safer.m4: New file.
61164
61165         Module fnmatch.
61166         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
61167         declaration.
61168         (gl_PREREQ_FNMATCH_EXTRA): New macro.
61169         (gl_FUNC_FNMATCH_POSIX): New macro.
61170         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
61171         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
61172         simply fnmatch.
61173
61174         Module exclude.
61175         * m4/exclude.m4: New file.
61176
61177         Module human.
61178         * m4/human.m4: New file.
61179
61180         Module acl.
61181         * m4/acl.m4: Nop.
61182
61183         Module backupfile.
61184         * m4/backupfile.m4: New file.
61185         * m4/d-ino.m4: Indentation.
61186
61187         Module fsusage.
61188         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
61189         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
61190         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
61191
61192         Module dirfd.
61193         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
61194         requirements.
61195
61196         Module euidaccess.
61197         * m4/euidaccess.m4: New file.
61198
61199         Module file-type.
61200         * m4/file-type.m4: New file.
61201
61202         Module fileblocks.
61203         * m4/fileblocks.m4: New file.
61204
61205         Module filemode.
61206         * m4/filemode.m4: New file.
61207
61208         Module isdir.
61209         * m4/isdir.m4: New file.
61210
61211         Module lchown.
61212         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
61213         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
61214
61215         Module makepath.
61216         * m4/makepath.m4: New file.
61217
61218         Module modechange.
61219         * m4/modechange.m4: New file.
61220
61221         Module mountlist.
61222         * m4/mountlist.m4: New file.
61223         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
61224         Indentation.
61225
61226         Module path-concat.
61227         * m4/path-concat.m4: New file.
61228
61229         Module pathmax.
61230         * m4/pathmax.m4: New file.
61231
61232         Module same.
61233         * m4/same.m4: New file.
61234
61235         Module save-cwd.
61236         * m4/save-cwd.m4: New file.
61237
61238         Module savedir.
61239         * m4/savedir.m4: New file.
61240
61241         Module xgetcwd.
61242         * m4/xgetcwd.m4: New file.
61243         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
61244
61245         Module xreadlink.
61246         * m4/xreadlink.m4: New file.
61247
61248         Module safe-read.
61249         * m4/safe-read.m4: New file.
61250
61251         Module safe-write.
61252         * m4/safe-write.m4: New file.
61253
61254         Module closeout.
61255         * m4/closeout.m4: New file.
61256
61257         Module stdio-safer.
61258         * m4/stdio-safer.m4: New file.
61259
61260         Module getpass.
61261         * m4/getpass.m4: New file.
61262
61263         Module getugroups.
61264         * m4/getugroups.m4: New file.
61265
61266         Module group-member.
61267         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
61268         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
61269
61270         Module idcache.
61271         * m4/idcache.m4: New file.
61272
61273         Module userspec.
61274         * m4/userspec.m4: New file.
61275
61276         Module gettime.
61277         * m4/clock_time.m4: New file.
61278         * m4/gettime.m4: New file.
61279
61280         Module settime.
61281         * m4/settime.m4: New file.
61282
61283         Module posixtm.
61284         * m4/posixtm.m4: New file.
61285
61286         Module gethostname.
61287         * m4/gethostname.m4: New file.
61288
61289         Module canon-host.
61290         * m4/canon-host.m4: New file.
61291
61292         Module gettext.
61293         * m4/codeset.m4: New file, from gettext-0.11.5.
61294         * m4/gettext.m4: New file, from gettext-0.11.5.
61295         * m4/glibc21.m4: New file, from gettext-0.11.5.
61296         * m4/iconv.m4: New file, from gettext-0.11.5.
61297         * m4/intdiv0.m4: New file, from gettext-0.11.5.
61298         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
61299         * m4/inttypes.m4: New file, from gettext-0.11.5.
61300         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
61301         * m4/isc-posix.m4: New file, from gettext-0.11.5.
61302         * m4/lcmessage.m4: New file, from gettext-0.11.5.
61303         * m4/lib-ld.m4: New file, from gettext-0.11.5.
61304         * m4/lib-link.m4: New file, from gettext-0.11.5.
61305         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
61306         * m4/progtest.m4: New file, from gettext-0.11.5.
61307         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
61308         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
61309         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
61310
61311         Module localcharset.
61312         * m4/localcharset.m4: New file.
61313
61314         Module hard-locale.
61315         * m4/hard-locale.m4: New file.
61316
61317         Module mbswidth.
61318         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
61319         onceonly macros.
61320         * m4/mbrtowc.m4: Add comment.
61321
61322         Module memcasecmp.
61323         * m4/memcasecmp.m4: New file.
61324
61325         Module memcoll.
61326         * m4/memcoll.m4: New file.
61327
61328         Module unicodeio.
61329         * m4/unicodeio.m4: New file.
61330
61331         Module rpmatch.
61332         * m4/rpmatch.m4: New file.
61333
61334         Module yesno.
61335         * m4/yesno.m4: New file.
61336
61337         Module exitfail.
61338         * m4/exitfail.m4: New file.
61339
61340         Module c-stack.
61341         * m4/c-stack.m4 (gl_C_STACK): New macro.
61342         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
61343
61344         Module error.
61345         * m4/error.m4 (gl_ERROR): New macro.
61346         (jm_PREREQ_ERROR): Use onceonly macros.
61347
61348         Module fatal.
61349         * m4/fatal.m4: New file.
61350
61351         Module getloadavg.
61352         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
61353         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
61354
61355         Module getpagesize.
61356         * m4/getpagesize.m4: New file.
61357
61358         Module getusershell.
61359         * m4/getusershell.m4: New file.
61360
61361         Module physmem.
61362         * m4/physmem.m4: New file.
61363
61364         Module posixver.
61365         * m4/posixver.m4: New file.
61366
61367         Module quotearg.
61368         * m4/quotearg.m4: New file.
61369
61370         Module quote.
61371         * m4/quote.m4: New file.
61372
61373         Module readutmp.
61374         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
61375
61376         Module sig2str.
61377         * m4/sig2str.m4: New file.
61378
61379         Other.
61380         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
61381         ulonglong.m4.
61382         * m4/intmax_t.m4: New file.
61383         * m4/d-type.m4: Indentation.
61384         * m4/jm-macros.m4: Update.
61385         * m4/prereq.m4 (jm_PREREQ): Update.
61386         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
61387         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
61388         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
61389         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
61390         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
61391         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
61392         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
61393         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
61394         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
61395         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
61396         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
61397         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
61398         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
61399         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
61400         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
61401         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
61402         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
61403         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
61404         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
61405
61406 2002-12-24  Bruno Haible  <bruno@clisp.org>
61407
61408         * MODULES.txt: Update according to m4/ changes.
61409
61410         Module gettext.
61411         * config.rpath: New file, from gettext-0.11.5.
61412
61413         * modules/*: New module descriptions.
61414         * gnulib-tool: New file.
61415         * MODULES.html.sh: New file.
61416
61417 2002-12-21  Karl Berry  <karl@gnu.org>
61418
61419         * doc/fdl.texi: update to version 1.2.
61420
61421 2002-12-19  Karl Berry  <karl@gnu.org>
61422
61423         * config/config.guess: update from prep.
61424
61425 2002-12-18  Bruno Haible  <bruno@clisp.org>
61426
61427         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
61428         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
61429
61430 2002-12-17  Bruno Haible  <bruno@clisp.org>
61431
61432         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
61433         stdlib.h, string.h.
61434
61435 2002-12-17  Bruno Haible  <bruno@clisp.org>
61436
61437         * lib/canon-host.c (strdup): Remove unused declaration.
61438
61439         * lib/fsusage.c: Include full_read.h.
61440         (get_fs_usage): Use full_read instead of safe_read.
61441
61442         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
61443
61444 2002-12-12  Karl Berry  <karl@gnu.org>
61445
61446         * config/config.guess: update from prep.
61447
61448 2002-12-11  Bruno Haible  <bruno@clisp.org>
61449
61450         * m4/setenv.m4: New file, from gettext-0.11.5.
61451
61452 2002-12-11  Bruno Haible  <bruno@clisp.org>
61453
61454         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
61455         not unsetenv().
61456         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
61457         modifications:
61458
61459         2002-12-11  Bruno Haible  <bruno@clisp.org>
61460
61461                 * setenv.c (alloca): Fall back to malloc.
61462                 (freea): New macro.
61463                 (setenv): Use freea() to free memory allocated with alloca().
61464
61465         2002-11-13  Bruno Haible  <bruno@clisp.org>
61466
61467                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
61468                 function declarations.
61469                 * unsetenv.c (unsetenv): Likewise.
61470
61471         2002-03-04  Bruno Haible  <bruno@clisp.org>
61472
61473                 Portability to AIX 4.3.3.
61474                 * unsetenv.c: New file, extracted from setenv.c.
61475                 * setenv.c: Move the unsetenv() function to unsetenv.c.
61476
61477         2001-12-20  Bruno Haible  <bruno@clisp.org>
61478
61479                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
61480                 use malloc instead. For SunOS 4.
61481
61482         2001-12-11  Bruno Haible  <bruno@clisp.org>
61483
61484                 * setenv.c: Declare alloca.
61485                 (compar_fn_t): New typedef.
61486                 (KNOWN_VALUE, STORE_VALUE): Use it.
61487
61488         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
61489         setenv.h.
61490
61491 2002-12-10  Paul Eggert  <eggert@twinsun.com>
61492
61493         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
61494         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
61495         Choose values that are less likely to collide with system fnmatch
61496         options.
61497         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
61498         defined (e.g., a pure POSIX system).
61499         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
61500         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
61501
61502 2002-12-06  Paul Eggert  <eggert@twinsun.com>
61503
61504         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
61505         a pain in practice to deal with generated m4 files.  This change
61506         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
61507
61508         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
61509         and jm-glibc-io.m4, as they are no longer a special case.
61510         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
61511         kludge and the auto-generation stuff.  Check only whether the
61512         functions are declared, not whether they exist, since older hosts
61513         that don't declare the functions can't use the optimization anyway.
61514
61515 2002-12-06  Jim Meyering  <jim@meyering.net>
61516
61517         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
61518
61519         Merge in changes from libc's misc/error.c, in preparation
61520         for the merge of gnulib's changes back into libc.
61521
61522         * lib/error.c (_): Define only if not already defined.
61523         Move definition to follow all #include directives.
61524         Include unlocked-io.h only if !_LIBC.
61525         [_LIBC]: Include <libio/libioP.h>.
61526         [USE_IN_LIBIO]: Include <libio/iolibio.h>
61527         (fflush): Tweak definition to use INTUSE.
61528         (putc): Define.
61529
61530 2002-12-05  Paul Eggert  <eggert@twinsun.com>
61531
61532         * lib/alloca.c [defined emacs]: Include "lisp.h".
61533         (xalloc_die) [defined emacs]: New macro.
61534         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
61535         [! defined emacs]: Include <xalloc.h>.
61536         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
61537         (pointer): Typedef to POINTER_TYPE *.
61538         (malloc): Remove decl; we now always use xmalloc.
61539         (alloca): Use old-style definition, since Emacs needs this.
61540         Check for arithmetic overflow when computing combined size.
61541
61542 2002-12-04  Paul Eggert  <eggert@twinsun.com>
61543
61544         Do not generate unlocked-io.h automatically, since it's easier to
61545         maintain it by hand.
61546
61547         * lib/unlocked-io.h: New file, from GNU diffutils,
61548         but with proper copyright notice and attribution.
61549         * lib/gen-uio: Remove.
61550         * lib/Makefile.am: Add copyright notice.
61551         (libfetish_a_SOURCES): Add unlocked-io.h.
61552         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
61553         (DISTCLEANFILES, io_functions): Remove macros.
61554         (EXTRA_DIST): Remove gen_uio.
61555         (unlocked-io.h): Remove rule.
61556
61557 2002-12-04  Jim Meyering  <jim@meyering.net>
61558
61559         Reflect the fact that stat.c and lstat.c are no longer generated.
61560         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
61561         (DISTCLEANFILES): Likewise.
61562         (EXTRA_DIST): Likewise.
61563         (all_local): Don't depend on stat.c or lstat.c.
61564         (stat.c, lstat.c): Remove rules.
61565         (EXTRA_DIST): Remove xstat.in.
61566
61567         * lib/xstat.in: Remove file.  Contents moved into stat.c.
61568         * lib/stat.c: New file.  Contents mostly from xstat.in.
61569         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
61570         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
61571
61572         * lib/safe-read.c: Rework so that it may serve to define safe_write,
61573         too.
61574         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
61575
61576 2002-12-03  Jim Meyering  <jim@meyering.net>
61577
61578         * lib/safe-read.c, safe-write.c: Change variable names and comments,
61579         but not semantics, to minimize the differences between these two files.
61580         (safe_read): Change comment to mention SAFE_READ_ERROR.
61581
61582         * lib/safe-read.c (IS_EINTR): Define.
61583         (safe_read): Use IS_EINTR in place of in-function cpp directives.
61584
61585 2002-12-02  Jim Meyering  <jim@meyering.net>
61586
61587         * lib/safe-read.c (EINTR): Define.
61588         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
61589         (INT_MAX): Provide fallback.
61590         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
61591
61592         * lib/safe-read.h (SAFE_READ_ERROR): Define.
61593
61594 2002-12-02  Bruno Haible  <bruno@clisp.org>
61595
61596         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
61597         Define, taken from safe-read.c.
61598         (INT_MAX): Provide fallback.
61599         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
61600         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
61601
61602         * lib/safe-read.c (EINTR): Remove definition.
61603         (safe_read): Don't use EINTR if it is absent.
61604
61605 2002-12-01  Jim Meyering  <jim@meyering.net>
61606
61607         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
61608         zero.
61609         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
61610
61611 2002-11-27  Paul Eggert  <eggert@twinsun.com>
61612
61613         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
61614         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
61615         with `if (! (value < limit)) abort ();', for readability.
61616
61617 2002-11-26  Karl Berry  <karl@gnu.org>
61618
61619         * lib/strdup.c: copy from libc again, with jim's ok.
61620         * lib/.cppi-disable: re-add strdup.c
61621
61622 2002-11-25  Karl Berry  <karl@gnu.org>
61623
61624         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
61625         instead of "strtol.c".
61626
61627 2002-11-25  Karl Berry  <karl@gnu.org>
61628
61629         * config/install-sh: update from automake for variable quoting, $0 in
61630         error msgs, etc.
61631
61632         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
61633         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
61634         entry.
61635
61636 2002-11-25  Jim Meyering  <jim@meyering.net>
61637
61638         * lib/mktime.c: Sync from libc, now that it has the latest fix.
61639
61640 2002-11-24  Karl Berry  <karl@gnu.org>
61641
61642         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
61643         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
61644
61645 2002-11-24  Jim Meyering  <jim@meyering.net>
61646
61647         Update from coreutils:
61648
61649         * lib/mktime.c: Merge in changes from libc.
61650
61651         Avoid a link-time failure on some Linux systems.
61652         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
61653         (otherwise).
61654         (__mon_yday): Declare with the STATIC attribute.
61655         (__mktime_internal): Likewise.
61656         Based on a report from Greg Schafer.
61657
61658 2002-11-23  Jim Meyering  <jim@meyering.net>
61659
61660         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
61661         Use `unsigned', not `int', as type of index.
61662
61663         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
61664
61665         * lib/fsusage.c: Remove unneeded parentheses around operands of
61666         `defined'.
61667
61668 2002-11-22  Paul Eggert  <eggert@twinsun.com>
61669
61670         * lib/quotearg.h: Allow multiple inclusion by surrounding with
61671         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
61672         so that we can be included first.
61673         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
61674         * lib/quotearg.c: Include quotearg.h immediately after config.h.
61675         No need to include stddef.h or sys/types.h any more.
61676         Surround local include files with "", not "<>".
61677         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
61678         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
61679         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
61680         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
61681         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
61682         (ISPRINT): Remove; no longer needed now that we assume C89.
61683
61684         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
61685         Preserve errno.
61686
61687         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
61688         quotearg_char): Use SIZE_MAX rather than
61689         (size_t) -1 when we are talking about "infinity".
61690
61691         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
61692
61693 2002-11-22  Paul Eggert  <eggert@twinsun.com>
61694
61695         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
61696         hint that one should use `if (! x) abort ();' rather than `assert
61697         (x);', and anyway it's one less thing to worry about configuring.
61698         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
61699         hash_rehash, hash_insert): Use abort rather than assert.
61700
61701 2002-11-22  Bruno Haible  <bruno@clisp.org>
61702
61703         * lib/safe-read.h: Assume C89. Add comments.
61704         (safe_read): Change return type to size_t.
61705         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
61706         byte counts > SSIZE_MAX correctly.
61707         * lib/safe-write.h: New file.
61708         * lib/safe-write.c: New file.
61709         * lib/full-read.h: New file.
61710         * lib/full-read.c: New file.
61711         * lib/full-write.h: Assume C89. Add comments.
61712         * lib/full-write.c: Include safe-write.h.
61713         (full_write): Rewritten to use safe_write.
61714         Suggested by Jim Meyering and Paul Eggert.
61715
61716 2002-11-21  Jim Meyering  <jim@meyering.net>
61717
61718         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
61719
61720         Merge in changes from the coreutils.
61721
61722         2002-09-25  Paul Eggert  <eggert@twinsun.com>
61723         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
61724         <stdint.h>.
61725         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
61726         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
61727         int.  Work more efficiently if X is the same width as uintmax_t.
61728         Do not compare X to -1, to avoid bogus compiler warning.
61729         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
61730         Don't assume that f_frsize and f_bsize are the same type.
61731
61732         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
61733         warning on FreeBSD.
61734
61735         * lib/makepath.c (make_path): Restore umask *before* creating the final
61736         component.
61737         (make_path): Minor reformatting.
61738
61739         * lib/xmalloc.c: Adjust to work with new autoconf macros,
61740         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
61741         HAVE_MALLOC/HAVE_REALLOC.
61742
61743         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
61744         dummy ones.  At least on GNU/Linux systems, `auto' means something
61745         else.
61746         From Michael Stone.
61747
61748 2002-11-21  Bruno Haible  <bruno@clisp.org>
61749
61750         Remove case insensitive option matching.
61751         * lib/argmatch.h (argcasematch): Remove declaration.
61752         (ARGCASEMATCH): Remove macro.
61753         (__xargmatch_internal): Remove case_sensitive argument.
61754         (XARGMATCH): Update.
61755         (XARGCASEMATCH): Remove macro.
61756         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
61757         case_sensitive argument.
61758         (argcasematch): Remove function.
61759         (__xargmatch_internal): Remove case_sensitive argument.
61760         (main): Use XARGMATCH instead of XARGCASEMATCH.
61761
61762         * lib/xmalloc.c: Change compile-time error message. Add comment about
61763         required autoconf version.
61764
61765 2002-11-20  Paul Eggert  <eggert@twinsun.com>
61766
61767         Merge argmatch cleanups from Bison.  Assume C89.
61768
61769         * lib/argmatch.c: Include config.h here, not in argmatch.h.
61770         Include stdlib.h, for EXIT_FAILURE.
61771         Always include <string.h>, since we assume C89.
61772         (EXIT_FAILURE): Remove pre-C89 bug workaround.
61773         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
61774         Include <stddef.h> instead, since it's all we need for size_t.
61775         (PARAMS): Remove.  All uses removed.
61776         (ARRAY_CARDINALITY): Do not bother to #undef.
61777         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
61778         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
61779         Remove unnecessary parentheses.
61780         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
61781         Insert necessary parentheses.
61782         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
61783         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
61784
61785 2002-11-19  Bruno Haible  <bruno@clisp.org>
61786
61787         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
61788         * lib/mbswidth.h: Include <stddef.h>, for size_t.
61789
61790         * lib/mbswidth.h (PARAMS): Remove macro.
61791         (mbswidth, mbsnwidth): Use ANSI C function declarations.
61792         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
61793
61794         * lib/gcd.h (PARAMS): Remove macro.
61795         (gcd): Use ANSI C function declarations.
61796         * lib/gcd.c (gcd): Likewise.
61797
61798 2002-11-15  Bruno Haible  <bruno@clisp.org>
61799
61800         * lib/strcspn.c: Include <stddef.h>.
61801         (strcspn): Use ANSI C function declaration. Change return type to
61802         size_t. Use NULL.
61803         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
61804         (strpbrk): Use NULL.
61805         * lib/strpbrk.h (PARAMS): Remove macro.
61806         (strpbrk): Use ANSI C function declaration.
61807         * lib/strstr.c: Don't include <sys/types.h>.
61808         * lib/strstr.h (PARAMS): Remove macro.
61809         (strstr): Use ANSI C function declarations.
61810
61811 2002-11-14  Karl Berry  <karl@gnu.org>
61812
61813         * config/mkinstalldirs: `do' on separate line, instead of
61814         `for var; do'.
61815
61816 2002-11-06  Bruno Haible  <bruno@clisp.org>
61817
61818         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
61819         * lib/gcd.c (gcd): Likewise.
61820
61821 2002-11-05  Bruno Haible  <bruno@clisp.org>
61822
61823         * lib/gcd.h: New file, from gettext-0.11.5.
61824         * lib/gcd.c: New file, from gettext-0.11.5.
61825
61826 2002-11-05  Bruno Haible  <bruno@clisp.org>
61827
61828         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
61829         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
61830         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
61831         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
61832
61833         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
61834         <libintl.h>.
61835         * lib/makepath.c: Include gettext.h instead of <locale.h> and
61836         <libintl.h>.
61837
61838         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
61839         * lib/human.c: Include gettext.h instead of <libintl.h>.
61840         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
61841         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
61842         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
61843         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
61844         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
61845         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
61846         (textdomain): Remove definition.
61847         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
61848
61849         * lib/long-options.c: Remove include of <libintl.h> and definition of
61850         _.
61851         * lib/same.c: Remove include of <libintl.h> and definition of _.
61852
61853 2002-11-04  Owen Taylor  <otaylor@redhat.com>
61854
61855         * lib/config.charset: A few additions for Solaris.
61856
61857 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
61858
61859         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
61860         * lib/localcharset.c (locale_charset): Declare as extern "C".
61861
61862 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
61863
61864         * lib/config.charset: msdos in uk_UA uses CP1125.
61865
61866 2002-11-04  Bruno Haible  <bruno@clisp.org>
61867
61868         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
61869         * lib/strcase.h: New file, from GNU gettext-0.11.5.
61870         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
61871         * lib/strstr.h: New file, from GNU gettext-0.11.5.
61872         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
61873
61874 2002-11-04  Bruno Haible  <bruno@clisp.org>
61875
61876         * lib/localcharset.c (locale_charset): Don't return an empty string.
61877
61878 2002-11-04  Bruno Haible  <bruno@clisp.org>
61879
61880         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
61881         aliases.
61882
61883 2002-11-04  Bruno Haible  <bruno@clisp.org>
61884
61885         * lib/config.charset: Update for newest glibc. Add canonical names
61886         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
61887
61888 2002-11-04  Bruno Haible  <bruno@clisp.org>
61889
61890         * lib/config.charset: Add support for NetBSD.
61891
61892 2002-11-04  Bruno Haible  <bruno@clisp.org>
61893
61894         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
61895
61896 2002-11-01  Bruno Haible  <bruno@clisp.org>
61897
61898         * configure.in: Add AC_CONFIG_AUX_DIR call.
61899         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
61900         test/Makefile.
61901         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
61902
61903 2002-09-28  Karl Berry  <karl@gnu.org>
61904
61905         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
61906         installed automake until the next release, since changes have been
61907         made.
61908
61909 2002-09-25  Karl Berry  <karl@gnu.org>
61910
61911         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
61912         * lib/getopt*: copy from libc/posix.
61913         * lib/gettext.h: copy from gettext.
61914         * lib/.cppi-disable: add strdup.c, gettext.h.
61915
61916 2002-09-25  Karl Berry  <karl@gnu.org>
61917
61918         * config/srclist.txt: enable gettext.h check.
61919         * config/config.{guess,sub}: update from prep.
61920         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
61921                 from automake 1.6.3.
61922         See srclist*.
61923
61924 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
61925
61926         * regex.c (PATFETCH): Remove the translating fetch.
61927         (PATFETCH_RAW): Rename to PATFETCH.
61928         (set_image_of_range): New fun.
61929         (SET_RANGE_TABLE_WORK_AREA): Use it.
61930         (regex_compile): Don't translate the pattern chars so eagerly.
61931         Only do it when inserting an `exactn' bytecode or when handling
61932         a char-range.
61933         (mutually_exclusive_p): Avoid empty statement.
61934
61935 2002-07-06  Jim Meyering  <meyering@lucent.com>
61936
61937         * m4/README: Don't mention Makefile.am.in.
61938         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
61939
61940 2002-07-01  Jim Meyering  <meyering@lucent.com>
61941
61942         * lib/c-stack.c: Include sys/time.h.
61943         From Volker Borchert.
61944
61945 2002-06-26  Paul Eggert  <eggert@twinsun.com>
61946
61947         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
61948
61949 2002-06-26  Paul Eggert  <eggert@twinsun.com>
61950
61951         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
61952         New macro.  Use it uniformly instead of
61953         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
61954         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
61955         reported by Vin Shelton.
61956
61957 2002-06-22  Paul Eggert  <eggert@twinsun.com>
61958
61959         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
61960         Do not assume SA_SIGINFO behavior.
61961         Bug reported by Jim Meyering on NetBSD 1.5.2.
61962
61963 2002-06-22  Jim Meyering  <meyering@lucent.com>
61964
61965         * m4/c-stack.m4: New file, from diffutils-2.8.2.
61966         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
61967
61968         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
61969         now that configure.ac uses AC_GNU_SOURCE.
61970         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
61971         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
61972
61973         Update to latest tools.  Suggestions from Paul Eggert.
61974         * m4/stdbool.m4: New file, from diffutils-2.8.2.
61975         * m4/gnu-source.m4: Update from diffutils-2.8.2.
61976         * m4/fnmatch.m4: Likewise.
61977         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
61978         to AC_HEADER_STDBOOL
61979
61980 2002-06-22  Jim Meyering  <meyering@lucent.com>
61981
61982         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
61983         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
61984
61985 2002-06-22  Jim Meyering  <meyering@lucent.com>
61986
61987         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
61988
61989         * lib/exitfail.c, exitfail.h: Likewise.
61990         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
61991
61992         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
61993         of fnmatch.h.
61994         (EXTRA_DIST): Add fnmatch_loop.c.
61995         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
61996
61997         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
61998         * lib/fnmatch.c: Update from diffutils-2.8.2.
61999         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
62000         * lib/fnmatch.h: Remove file.
62001
62002 2002-06-21  Jim Meyering  <meyering@lucent.com>
62003
62004         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
62005         * m4/mbrtowc.m4: Likewise.
62006
62007         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
62008         * m4/mbswidth.m4: Reflect name change:
62009         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
62010         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
62011
62012         * m4/lib-link.m4: Update from gettext-0.11.2.
62013         * m4/gettext.m4: Likewise.
62014
62015         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
62016         From Alfred M. Szmidt.
62017
62018 2002-06-18  Paul Eggert  <eggert@twinsun.com>
62019
62020         * lib/file-type.h: Report an error if neither S_ISREG nor
62021         S_IFREG is defined, instead of using a test specific to glibc
62022         2.2.  This should be safe, since POSIX requires S_ISREG and
62023         Unix Version 7 had S_IFREG.  We don't need to check for
62024         <sys/types.h> since we don't use any symbols that it defines.
62025
62026 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
62027
62028         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
62029         $@-t, so that each temporary file name is unique and valid in the first
62030         8 characters, for operation under DOS.
62031
62032 2002-06-15  Paul Eggert  <eggert@twinsun.com>
62033
62034         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
62035
62036 2002-06-15  Jim Meyering  <meyering@lucent.com>
62037
62038         Work even with DJGPP 2.03, which lacks support for symlinks.
62039         From Richard Dawe.
62040         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
62041         is defined.
62042         * lib/lchown.c (S_ISLNK): Likewise.
62043
62044 2002-06-15  Jim Meyering  <meyering@lucent.com>
62045
62046         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
62047         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
62048         have been included before this file.
62049
62050 2002-06-14  Jim Meyering  <meyering@lucent.com>
62051
62052         * lib/file-type.h: Use the version from diffutils-2.8.2.
62053         * lib/file-type.c: Likewise.
62054
62055 2002-06-07  Jim Meyering  <meyering@lucent.com>
62056
62057         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
62058         They're needed at least for NetBSD 1.5.2.
62059         ($statxfs_includes): Include those same headers.
62060         ($statxfs_includes): Include sys/vfs.h if available.
62061         ($statxfs_includes): Likewise for sys/statvfs.h.
62062         Check for the following members in both structs statfs and statvfs:
62063         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
62064
62065 2002-06-01  Jim Meyering  <meyering@lucent.com>
62066
62067         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
62068         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
62069
62070 2002-05-28  Jim Meyering  <meyering@lucent.com>
62071
62072         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
62073         Reported by Volker Borchert.
62074
62075 2002-05-27  Jim Meyering  <meyering@lucent.com>
62076
62077         Fix a problem seen only on nonconforming systems whereby ls.c's
62078         use of localtime, and then of gettimeofday would cause trouble:
62079         the localtime call used to initialize rpl_gettimeofday's save
62080         mechanism would clobber ls's current local time information so
62081         that in any long listing the first file would always be listed
62082         with date 1970-01-01.  Analysis by Volker Borchert.
62083
62084         * lib/gettimeofday.c (localtime): Undefine.
62085         (rpl_localtime): New function.
62086
62087 2002-05-27  Jim Meyering  <meyering@lucent.com>
62088
62089         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
62090         localtime.
62091
62092         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
62093         use the replacement function; it wouldn't resolve at link time.
62094         Reported by Volker Borchert.
62095
62096 2002-05-22  Jim Meyering  <meyering@lucent.com>
62097
62098         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
62099         file-type.h.
62100         * lib/file-type.h: New file.
62101         * lib/file-type.c (file_type): New file/function.  Extracted from
62102         diffutils.
62103
62104 2002-04-30  Jim Meyering  <meyering@lucent.com>
62105
62106         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
62107
62108 2002-04-29  Paul Eggert  <eggert@twinsun.com>
62109
62110         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
62111
62112 2002-04-29  Paul Eggert  <eggert@twinsun.com>
62113
62114         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
62115         Do not check for alloca.h (no longer used) or stdbool.h (was never
62116         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
62117
62118 2002-04-29  Paul Eggert  <eggert@twinsun.com>
62119
62120         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
62121
62122 2002-04-29  Jim Meyering  <meyering@lucent.com>
62123
62124         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
62125         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
62126         Use AC_FUNC_STRNLEN here instead.
62127
62128         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
62129         With autoconf-2.53a, it's part of AC_PROG_CC.
62130
62131 2002-04-28  Paul Eggert  <eggert@twinsun.com>
62132
62133         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
62134         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
62135
62136 2002-04-28  Paul Eggert  <eggert@twinsun.com>
62137
62138         * lib/sig2str.h, lib/sig2str.c: New files.
62139         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
62140
62141 2002-04-28  Paul Eggert  <eggert@twinsun.com>
62142
62143         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
62144         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
62145         of 127, since 64 is the largest conceivable number for ancient
62146         nonstandard hosts.
62147         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
62148
62149 2002-04-28  Jim Meyering  <meyering@lucent.com>
62150
62151         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
62152
62153 2002-04-24  Jim Meyering  <meyering@lucent.com>
62154
62155         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
62156         (jm_PREREQ): Use it.
62157
62158         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
62159         mach/mach.h fcntl.h.
62160         Check for this function: setlocale.
62161
62162 2002-04-24  Jim Meyering  <meyering@lucent.com>
62163
62164         * lib/gettext.h: New file, from Gettext.
62165         * lib/Makefile.am (INCLUDES): Remove -I../intl.
62166         (libfetish_a_SOURCES): Add gettext.h.
62167
62168 2002-04-16  Jim Meyering  <meyering@lucent.com>
62169
62170         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
62171         ut_pid, ut_id, ut_exit.
62172
62173 2002-04-16  Jim Meyering  <meyering@lucent.com>
62174
62175         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
62176         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
62177         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
62178
62179 2002-04-12  Jim Meyering  <meyering@lucent.com>
62180
62181         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
62182         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
62183         existence of the getmntinfo function.  Needed for Darwin 5.3.
62184
62185         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
62186         This is necessary at least on Darwin 5.3.
62187
62188         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
62189         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
62190         strnlen.o in the library, and that makes some versions of ranlib
62191         object.
62192
62193 2002-04-12  Jim Meyering  <meyering@lucent.com>
62194
62195         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
62196
62197 2002-04-09  Jim Meyering  <meyering@lucent.com>
62198
62199         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
62200         to be more precise.  Rather than saying we're checking whether the
62201         function `works', say what we're testing.
62202         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
62203         Reported by Bruno Haible.
62204
62205 2002-03-10  Jim Meyering  <meyering@lucent.com>
62206
62207         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
62208         Suggestion from Santiago Vila.
62209
62210 2002-03-08  Jim Meyering  <meyering@lucent.com>
62211
62212         * lib/rename.c: Mention that this wrapper is needed also on
62213         mips-dec-ultrix4.4 systems.
62214
62215 2002-03-02  Jim Meyering  <meyering@lucent.com>
62216
62217         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
62218         not HAVE_CLOCK_SETTIME.
62219
62220 2002-02-27  Paul Eggert  <eggert@twinsun.com>
62221
62222         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
62223         Check for clock_settime.
62224
62225 2002-02-27  Paul Eggert  <eggert@twinsun.com>
62226
62227         * lib/nanosleep.h: Rename to....
62228         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
62229
62230         * lib/gettime.c: New file.
62231         * lib/settime.c: New file.
62232         * lib/stime.c: Remove.
62233
62234         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
62235         timespec.h.  Remove nanosleep.h.
62236
62237 2002-02-25  Paul Eggert  <eggert@twinsun.com>
62238
62239         * m4/acl.m4: New file.
62240         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
62241         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
62242
62243 2002-02-25  Paul Eggert  <eggert@twinsun.com>
62244
62245         * lib/acl.c, lib/acl.h: New files.
62246         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
62247
62248 2002-02-24  Jim Meyering  <meyering@lucent.com>
62249
62250         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
62251         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
62252         cause trouble.  Reported by Nelson Beebe.
62253
62254 2002-02-23  Paul Eggert  <eggert@twinsun.com>
62255
62256         * lib/path-concat.c (xpath_concat): Reorder code to pacify
62257         compilers that don't know that xalloc_die never returns.
62258
62259 2002-02-20  Jim Meyering  <meyering@lucent.com>
62260
62261         * lib/getdate.c: Regenerate using bison-1.33.
62262
62263 2002-02-17  Jim Meyering  <meyering@lucent.com>
62264
62265         * config/config.guess (main): Don't use `head -1'; it's no longer
62266         portable. Use `sed 1q' instead.
62267
62268 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
62269
62270         * m4/codeset.m4: Upgrade to gettext-0.11.
62271         * m4/gettext.m4: Upgrade to gettext-0.11.
62272         * m4/glibc21.m4: Upgrade to gettext-0.11.
62273         * m4/iconv.m4: Upgrade to gettext-0.11.
62274         * m4/isc-posix.m4: Upgrade to gettext-0.11.
62275         * m4/lcmessage.m4: Upgrade to gettext-0.11.
62276         * m4/lib-ld.m4: New file, from gettext-0.11.
62277         * m4/lib-link.m4: New file, from gettext-0.11.
62278         * m4/lib-prefix.m4: New file, from gettext-0.11.
62279         * m4/progtest.m4: Upgrade to gettext-0.11.
62280
62281 2002-02-15  Paul Eggert  <eggert@twinsun.com>
62282
62283         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
62284         (jm_PREREQ): Use it.
62285
62286 2002-02-15  Paul Eggert  <eggert@twinsun.com>
62287
62288         * lib/posixver.c, lib/posixver.h: New files.
62289         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
62290
62291 2002-02-02  Paul Eggert  <eggert@twinsun.com>
62292             Bruno Haible  <bruno@clisp.org>
62293
62294         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
62295         (fwrite_success_callback): New declaration.
62296         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
62297         print_unicode_char. Call failure callback instead of error.
62298         (fwrite_success_callback): New function.
62299         (exit_failure_callback): New function.
62300         (fallback_failure_callback): New function.
62301         (print_unicode_char): Call unicode_to_mb.
62302
62303 2002-01-26  Jim Meyering  <meyering@lucent.com>
62304
62305         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
62306         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
62307
62308 2002-01-26  Jim Meyering  <meyering@lucent.com>
62309
62310         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
62311
62312 2002-01-22  Paul Eggert  <eggert@twinsun.com>
62313
62314         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
62315
62316 2002-01-22  Jim Meyering  <meyering@lucent.com>
62317
62318         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
62319         Otherwise, some versions of automake would omit the rule that makes
62320         Makefile from Makefile.in.
62321
62322 2002-01-21  Paul Eggert  <eggert@twinsun.com>
62323
62324         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
62325         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
62326         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
62327         (memcoll): Set errno to zero if there is no error.
62328
62329         * lib/quotearg.c (quotearg_buffer_restyled):
62330         Fix bug with quoting buffers containing NUL when backslashing escapes.
62331         This bug was exposed by the other changes in this patch.
62332         (quotearg_n_options): New arg ARGSIZE.
62333         All callers changed.
62334         (quoting_options_from_style): New function.
62335         (quotearg_n_style): Use it.
62336         (quotearg_n_style_mem): New function.
62337
62338         * lib/quotearg.h (quotearg_n_style_mem): New function.
62339
62340 2002-01-19  Jim Meyering  <meyering@lucent.com>
62341
62342         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
62343         Remove useless quotes: DF_PROG="df".
62344         * m4/strnlen.m4: New file.
62345
62346 2002-01-16  Paul Eggert  <eggert@twinsun.com>
62347
62348         * lib/backupfile.c (ISDIGIT): Comment fix.
62349         * lib/getdate.y (ISDIGIT): Likewise.
62350         * lib/posixtm.c (ISDIGIT, year): Likewise.
62351         * lib/strverscmp.c (ISDIGIT): Likewise.
62352         * lib/userspec.c (ISDIGIT): Likewise.
62353
62354 2002-01-16  Jim Meyering  <meyering@lucent.com>
62355
62356         * lib/getdate.y: Add three semicolons, each just before a closing
62357         brace. Bison (as of version 1.31) no longer papers over that mistake.
62358
62359 2002-01-05  Jim Meyering  <meyering@lucent.com>
62360
62361         * lib/version-etc.c (version_etc_copyright): Update copyright year.
62362
62363 2001-12-19  Paul Eggert  <eggert@twinsun.com>
62364
62365         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
62366         not silently exit merely because the output buffer happens to
62367         have nothing pending.
62368
62369 2001-12-18  Paul Eggert  <eggert@twinsun.com>
62370
62371         See the big note in ../ChangeLog.
62372         * lib/human.c (suffixes): Prefer K to k for 1024.
62373         (generate_suffix_backwards): New function.
62374         (human_readable_inexact): Use it.
62375         * lib/xstrtol.c (__xstrtol): If there is no number but there
62376         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
62377         Accept 'K' as well as 'k'.
62378
62379 2001-12-15  Jim Meyering  <meyering@lucent.com>
62380
62381         * lib/regex.h (__restrict_arr): Update from libc.
62382
62383         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
62384         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
62385         (STREQ): Define.
62386
62387 2001-12-14  Jim Meyering  <meyering@lucent.com>
62388
62389         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
62390         Suggestion from Bruno Haible.
62391
62392 2001-12-10  Jim Meyering  <meyering@lucent.com>
62393
62394         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
62395         xrealloc, Instead, include "xalloc.h".
62396         (initbuffer): Don't cast xmalloc return value to char*.
62397         (readline): Reword comment.
62398         Don't cast xrealloc return value to char*
62399         Return NULL, not 0.
62400
62401 2001-12-09  Jim Meyering  <meyering@lucent.com>
62402
62403         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
62404         about `signed and unsigned type in conditional expression'.
62405         * lib/posixtm.c (posix_time_parse): Likewise.
62406
62407         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
62408
62409         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
62410         to avoid a pedantic warning.
62411
62412         * lib/getstr.c: Don't include assert.h.
62413         (getstr): Remove warning-evoking assertions.
62414         Return -1 if offset parameter is out of bounds.
62415         Change the type of a local from int to size_t.
62416
62417         * lib/strftime.c (my_strftime_localtime_r): Include this function
62418         definition in the `#if ! HAVE_TM_GMTOFF' block.
62419
62420         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
62421         Include xalloc.h instead.
62422
62423 2001-12-02  Jim Meyering  <meyering@lucent.com>
62424
62425         * lib/tempname.c: Don't declare getenv, thus reverting the change of
62426         2001-11-18.  It's no longer necessary, now that stdlib.h is always
62427         included.
62428
62429         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
62430         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
62431
62432 2001-11-30  Akim Demaille  <akim@epita.fr>
62433
62434         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
62435         before being defined.
62436
62437 2001-11-27  Paul Eggert  <eggert@twinsun.com>
62438
62439         * lib/quotearg.h (quotearg_n, quotearg_n_style):
62440         First arg is int, not unsigned.
62441         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
62442         (SIZE_MAX, UINT_MAX): New macros.
62443         (quotearg_n_options): Abort if N is negative.
62444         Avoid overflow check on hosts where size_t is 64 bits and int
62445         is 32 bits, as overflow is impossible there.
62446         Fix off-by-one typo that caused unnecessary reallocation.
62447
62448 2001-11-27  Jim Meyering  <meyering@lucent.com>
62449
62450         * lib/tempname.c: Merge with version from libc.
62451         * lib/regex.c: Likewise.
62452
62453         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
62454         systems for which STDC_HEADERS is 0, it was not included, resulting in
62455         a warning about an integer-to-pointer conversion problem with getenv.
62456         Reported by Volker Borchert.
62457
62458 2001-11-26  Jim Meyering  <meyering@lucent.com>
62459
62460         * lib/gtod.h: Remove file.
62461         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
62462         * lib/gettimeofday.c: Don't include gtod.h.
62463         (GTOD_init): Remove function.
62464         (rpl_gettimeofday): Do its job here instead, rather than aborting.
62465         Suggestion from Volker Borchert.
62466
62467 2001-11-23  Jim Meyering  <meyering@lucent.com>
62468
62469         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
62470         it.
62471         * lib/hash.c (struct hash_table): Define it here instead.
62472
62473 2001-11-22  Jim Meyering  <meyering@lucent.com>
62474
62475         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
62476
62477 2001-11-20  Jim Meyering  <meyering@lucent.com>
62478
62479         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
62480         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
62481
62482 2001-11-19  Jim Meyering  <meyering@lucent.com>
62483
62484         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
62485         directory.  Use "conftestXXXXXX" as the template.
62486         Suggestion from Paul Eggert.
62487
62488         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
62489         immediately, so the test doesn't mistakenly hit the max-open-files
62490         limit.
62491
62492 2001-11-18  Paul Eggert  <eggert@twinsun.com>
62493
62494         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
62495         (TEMPORARIES): New macro.
62496         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
62497         removes an artificial limitation (e.g. HP-UX 10.20, where
62498         TMP_MAX is 17576).
62499
62500 2001-11-18  Jim Meyering  <meyering@lucent.com>
62501
62502         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
62503
62504 2001-11-18  Jim Meyering  <meyering@lucent.com>
62505
62506         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
62507         on SunOS 4.
62508
62509         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
62510         files will be created before anything else.
62511
62512 2001-11-17  Paul Eggert  <eggert@twinsun.com>
62513
62514         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
62515         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
62516
62517 2001-11-17  Jim Meyering  <meyering@lucent.com>
62518
62519         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
62520         Prompted by a report from Bob Proulx.
62521
62522         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
62523         Instead, require UTILS_FUNC_MKSTEMP.
62524
62525 2001-11-17  Jim Meyering  <meyering@lucent.com>
62526
62527         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
62528         Now, that's done as part of AC_FUNC_STRTOD.
62529
62530 2001-11-17  Jim Meyering  <meyering@lucent.com>
62531
62532         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
62533         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
62534         rather than group writable.  Patch by Juan F. Codagnone.
62535
62536         * lib/readtokens.c: Remove explicit declarations of xmalloc and
62537         xrealloc, Instead, include "xalloc.h".
62538
62539         * lib/mountlist.c: Include unlocked-io.h after all system headers.
62540         Remove explicit declarations of xmalloc, xrealloc,
62541         and xstrdup.  Instead, include "xalloc.h".
62542
62543         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
62544         unlocked-io.h.
62545         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
62546         Likewise.
62547         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
62548
62549         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
62550         Reported by Padraig Brady.
62551
62552         * lib/mkstemp.c: #undef mkstemp.
62553         Include config.h.
62554         (rpl_mkstemp): Rename from mkstemp.
62555         Protoize.
62556
62557 2001-11-16  Jim Meyering  <meyering@lucent.com>
62558
62559         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
62560         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
62561         determine the amount of total physical memory, use pstat_getstatic.
62562         HPUX-11 doesn't define _SC_PHYS_PAGES.
62563         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
62564         If sysconf couldn't be used to determine the amount of available
62565         physical memory, use both pstat_getstatic and pstat_getdynamic.
62566         Based on a patch from Bob Proulx.
62567
62568 2001-11-10  Jim Meyering  <meyering@lucent.com>
62569
62570         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
62571         (jm_PREREQ): Use it.
62572
62573 2001-11-09  Jim Meyering  <meyering@lucent.com>
62574
62575         * m4/jm-macros.m4: Require autoconf-2.52f.
62576         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
62577         Use these AC_-prefixed names, not the AM_-prefixed ones.
62578
62579         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
62580
62581 2001-11-05  Jim Meyering  <meyering@lucent.com>
62582
62583         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
62584
62585 2001-11-04  Jim Meyering  <meyering@lucent.com>
62586
62587         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
62588         $DEFS.
62589
62590 2001-11-03  Jim Meyering  <meyering@lucent.com>
62591
62592         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
62593         of AC_DEFUN.
62594
62595         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
62596         know the name of the variable in the macro definition.
62597
62598 2001-11-03  Jim Meyering  <meyering@lucent.com>
62599
62600         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
62601         in argmatch_to_argument call.
62602
62603         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
62604         argument.
62605
62606         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
62607         e.g., a fault due to an attempt to free a NULL pointer.
62608
62609 2001-11-01  Jim Meyering  <meyering@lucent.com>
62610
62611         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
62612         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
62613
62614 2001-11-01  Jim Meyering  <meyering@lucent.com>
62615
62616         * lib/dirfd.c, lib/dirfd.h: New files.
62617         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
62618
62619         * lib/hash.c (hash_print) [TESTING]: Clean up.
62620
62621 2001-10-22  Paul Eggert  <eggert@twinsun.com>
62622
62623         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
62624         to avoid a warning if -Wall.
62625
62626 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
62627
62628         * README: New file
62629         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
62630         (per RMS's instructions, this is now the canonical source)
62631         * lgpl/, gpl/: New directories.
62632
62633 2001-10-21  Paul Eggert  <eggert@twinsun.com>
62634
62635         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
62636
62637 2001-10-21  Jim Meyering  <meyering@lucent.com>
62638
62639         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
62640         this code would end up calling gettext even in packages built
62641         with --disable-nls.
62642         * lib/getopt.c (_): Likewise.
62643         * lib/regex.c (_): Likewise.
62644
62645 2001-10-20  Paul Eggert  <eggert@twinsun.com>
62646
62647         * m4/error.m4 (jm_PREREQ_ERROR):
62648         Do not invoke AC_CHECK_FUNCS with strerror_r, as
62649         AC_FUNC_STRERROR_R does that.
62650         Check for strerror declaration.
62651
62652         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
62653         are supposed to have them these days.
62654         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
62655         Merge changes from latest Autoconf CVS.
62656         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
62657         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
62658         POSIX decided to standardize on the int flavor of strerror_r.
62659
62660 2001-10-20  Paul Eggert  <eggert@twinsun.com>
62661
62662         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
62663         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
62664         Use strerror_r that is only a macro, even if it is not a function.
62665         (strerror): Check for HAVE_DECL_STRERROR before declaring.
62666         (private_strerror): Use prototypes, not old-style function definition.
62667         (print_errno_message): New function.
62668         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
62669         char*-flavored one.
62670         (error_tail, error, error_at_line): Use it.
62671
62672 2001-10-11  Jim Meyering  <meyering@lucent.com>
62673
62674         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
62675         and quote_n (1, ... to avoid clobbering a buffer.
62676
62677 2001-10-05  Jim Meyering  <meyering@lucent.com>
62678
62679         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
62680         hash-pjw.h.
62681         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
62682         * lib/hash-pjw.h: New file.
62683
62684 2001-09-30  Jim Meyering  <meyering@lucent.com>
62685
62686         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
62687         `struct fsstat' has the `f_fstypename' member.
62688         Use that to define FS_TYPE, which is now used to make
62689         the getfsstat link test tighter.
62690
62691 2001-09-30  Jim Meyering  <meyering@lucent.com>
62692
62693         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
62694         Include <sys/ucred.h>, for Apple Darwin.
62695         Include sys/mount.h and sys/fs_types.h only if available.
62696         (FS_TYPE): Define.
62697         (read_filesystem_list): Use FS_TYPE.
62698
62699 2001-09-29  Paul Eggert  <eggert@twinsun.com>
62700
62701         * lib/exclude.c (excluded_filename): 0 -> false, since it's
62702         a boolean context.
62703
62704 2001-09-29  Jim Meyering  <meyering@lucent.com>
62705
62706         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
62707         [one-argument getmntent function]): Include stdio.h before mntent.h.
62708         SunOS 4.1.x needs it for the declaration of `FILE'.
62709         Patch by Volker Borchert.
62710
62711         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
62712         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
62713         sys/fs_types.h, and make the link-test for getfsstat guard #include
62714         directives with appropriate #if HAVE_*_H tests so that we can
62715         detect getfsstat on Apple Darwin1.3.7 systems.
62716         Reported by Nelson Beebe.
62717         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
62718
62719 2001-09-28  Paul Eggert  <eggert@twinsun.com>
62720
62721         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
62722         #defines strtoimax.  Also treat the other strto* functions
62723         like strtoimax.
62724
62725         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
62726         Check for strtoul and strtoumax,
62727         as those declarations are made even in the signed case.
62728         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
62729         Likewise, for strtol and strtoimax.
62730
62731 2001-09-28  Paul Eggert  <eggert@twinsun.com>
62732
62733         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
62734         #defines strtoimax.  Also treat the other strto* functions
62735         like strtoimax.
62736
62737         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
62738         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
62739         (strtoimax, strtoumax): Do not declare if already defined as a macro.
62740
62741 2001-09-26  Jim Meyering  <meyering@lucent.com>
62742
62743         Most macros in unlocked-io.h had the wrong number of arguments.
62744         * lib/gen-uio: New script.
62745         (USE_UNLOCKED_IO): Define to 1 if not already defined.
62746         * lib/unlocked-io.hin: Remove file.
62747         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
62748         rather than trying to embed it here.
62749         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
62750         Reported by Padraig Brady.
62751
62752 2001-09-25  Volker Borchert  <bt@teknon.de>
62753
62754         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
62755         `result'.
62756
62757 2001-09-24  Jim Meyering  <meyering@lucent.com>
62758
62759         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
62760
62761 2001-09-23  Jim Meyering  <meyering@lucent.com>
62762
62763         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
62764         instead of the mere test for existence of mntent.h.  The latter
62765         would get a false-positive on AIX 3.4 systems.
62766         In the outer getmntent if-block, don't die if neither of the getmntent
62767         tests succeeds.  Instead, just fall through and continue with the
62768         remaining tests.
62769
62770 2001-09-23  Jim Meyering  <meyering@lucent.com>
62771
62772         * lib/mountlist.c: Remove useless parentheses in #if directives.
62773         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
62774         the deprecated MOUNTED symbol is no longer defined in mntent.h.
62775
62776 2001-09-22  Jim Meyering  <meyering@lucent.com>
62777
62778         * m4/gettext.m4: New file.  From gettext.
62779         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
62780         * m4/progtest.m4: Likewise
62781         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
62782         * m4/glibc21.m4: Likewise.
62783
62784         * m4/libintl.m4: Remove.  No longer used.
62785
62786 2001-09-22  Jim Meyering  <meyering@lucent.com>
62787
62788         * lib/localcharset.c: Update from latest gettext.
62789         * lib/config.charset: Likewise.
62790
62791 2001-09-20  Jim Meyering  <meyering@lucent.com>
62792
62793         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
62794         strtoimax.
62795         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
62796         strtoumax.
62797
62798 2001-09-20  Jim Meyering  <meyering@lucent.com>
62799
62800         * lib/xstrtol.c (strtoimax): Guard declaration with
62801         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
62802         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
62803         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
62804         (strtoumax): Likewise, for completeness (it wasn't necessary).
62805
62806 2001-09-17  Paul Eggert  <eggert@twinsun.com>
62807
62808         * lib/strtoimax.c (HAVE_LONG_LONG):
62809         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
62810         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
62811         to work around bug in IBM C compiler.
62812
62813 2001-09-17  Jim Meyering  <meyering@lucent.com>
62814
62815         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
62816         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
62817         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
62818         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
62819         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
62820         whenever the right hand side need not be expanded by the shell.
62821
62822 2001-09-16  Paul Eggert  <eggert@twinsun.com>
62823
62824         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
62825         library.  It's not correct, as some older glibcs are buggy.
62826         fnmatch wasn't fixed until glibc 2.2.
62827
62828         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
62829         special shell magic here.
62830
62831 2001-09-16  Jim Meyering  <meyering@lucent.com>
62832
62833         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
62834         * m4/jm-macros.m4: Require it.
62835
62836 2001-09-16  Jim Meyering  <meyering@lucent.com>
62837
62838         * lib/mkdir.c: New file.
62839
62840 2001-09-15  Jim Meyering  <meyering@lucent.com>
62841
62842         * m4/jm-macros.m4: Check for help2man.
62843
62844 2001-09-11  Jim Meyering  <meyering@lucent.com>
62845
62846         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
62847         The body, by Paul Eggert, was moved here from configure.in.
62848         * m4/jm-macros.m4: Require UTILS_HOST_OS.
62849
62850 2001-09-04  Paul Eggert  <eggert@twinsun.com>
62851
62852         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
62853         (jm_PREREQ): Use it.
62854
62855 2001-09-04  Paul Eggert  <eggert@twinsun.com>
62856
62857         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
62858         Use ssize_t, not int, to store result of readlink.
62859         Check for ssize_t overflow as well as size_t overflow,
62860         as POSIX says the result of readlink is implementation-defined
62861         when ssize_t overflows.
62862         Remove unnecessary cast to char*.
62863         Use free+malloc instead of realloc, as the storage doesn't need
62864         to be preserved and it's clearer and can be more efficient that way.
62865         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
62866         * lib/xreadlink.h (xreadlink): Update prototype.
62867
62868 2001-09-04  Paul Eggert  <eggert@twinsun.com>
62869
62870         * lib/xgetcwd.c: Revert some of the previous change; intead,
62871         fix the HAVE_GETCWD_NULL code to behave more like the
62872         !HAVE_GETCWD_NULL code used to.
62873
62874         Include "xalloc.h".
62875         (xgetcwd): Do not return NULL when memory is exhausted; instead,
62876         invoke xalloc_die.
62877
62878 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62879
62880         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
62881         sys/param.h, as pathmax.h includes them.
62882
62883 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62884
62885         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
62886         (jm_PREREQ_XGETCWD): New macro.
62887
62888         * m4/getcwd.m4: New file.
62889
62890 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62891
62892         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
62893         like the HAVE_GETCWD_NULL code.
62894         Include pathmax.h if not HAVE_GETCWD.
62895         Do not include xalloc.h.
62896         (INITIAL_BUFFER_SIZE): New symbol.
62897         Do not use xmalloc / xrealloc, since the caller is responsible for
62898         handling errors.  Preserve errno around `free' during failure.
62899         Do not overrun buffer when using getwd.
62900
62901 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62902
62903         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
62904         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
62905         getcwd (NULL, 0).
62906
62907 2001-09-03  Paul Eggert  <eggert@twinsun.com>
62908
62909         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
62910         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
62911         spotted by Jim Meyering.
62912
62913 2001-09-03  Jim Meyering  <meyering@lucent.com>
62914
62915         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
62916         failure.
62917
62918 2001-09-02  Jim Meyering  <meyering@lucent.com>
62919
62920         * lib/error.c: Update from GNU libc.
62921
62922 2001-09-01  Jim Meyering  <meyering@lucent.com>
62923
62924         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
62925         Used by df.
62926
62927 2001-09-01  Jim Meyering  <meyering@lucent.com>
62928
62929         * lib/xreadlink.c: New file.
62930         * lib/xreadlink.h: New file.
62931         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
62932         xreadlink.h.
62933
62934         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
62935         doesn't conflict with sparc Solaris 7's definition in
62936         /usr/include/sys/int_types.h.
62937
62938         * lib/exclude.c: Use `""', not `<>' to #include non-system header
62939         files.
62940         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
62941         and strncasecmp as r-values.  Unixware didn't have declarations.
62942
62943 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62944
62945         * lib/xstrtol.h: Add copyright notice.
62946         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
62947         LONGINT_INVALID_SUFFIX_CHAR.
62948
62949 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62950
62951         * lib/xstrtol.c (strtoimax): New decl.
62952
62953 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62954
62955         * lib/xgetcwd.c: Don't include pathmax.h.
62956         Include stdlib.h and unistd.h if available.
62957         Include xalloc.h.
62958         (xmalloc, xstrdup, free): Remove decls.
62959         (xgetcwd): Don't assume sizes fit in unsigned.
62960         Check for overflow when computing sizes.
62961         Simplify reallocation code.
62962
62963 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62964
62965         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
62966         a directory's st_size can have an arbitrary value, so the old
62967         usage could waste an arbitrary amount of memory.  All uses
62968         changed.
62969         * lib/savedir.h: Update prototype.
62970
62971 2001-08-31  Paul Eggert  <eggert@twinsun.com>
62972
62973         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
62974
62975         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
62976         old strtoimax.c.
62977
62978         Also, make the following further changes to make this file's
62979         configuration more similar to that of strtol.c:
62980         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
62981         (strtoumax, uintmax_t, strtoull, strtol): Remove.
62982         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
62983         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
62984         changed to signed values.
62985
62986         And make the following changes as well:
62987         Fix copyright notice, as 1999 was missing.
62988         (verify): New macro.
62989         (strtoimax): Check sizes at compile-time, not run-time.
62990         Prefer strtol to strtoll if both work.
62991         (main): Remove; it was not that useful and was a pain to maintain.
62992
62993         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
62994
62995 2001-08-31  Jim Meyering  <meyering@lucent.com>
62996
62997         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
62998         Use an initial, malloc'd, buffer of length 128 rather than
62999         a statically allocated one of length 1024.
63000
63001 2001-08-30  Paul Eggert  <eggert@twinsun.com>
63002
63003         Simplify code, partly by assuming autoconf 2.52 semantics.
63004
63005         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
63006
63007         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
63008         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
63009         All uses removed.
63010         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
63011         Move AC_REQUIRE to next-to-top level, to avoid confusion.
63012         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
63013         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
63014         jm_AC_HEADER_INTTYPES_H.
63015         * m4/jm-macros.m4 (jm_MACROS): Likewise.
63016
63017         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
63018
63019         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
63020         Quote first arg of AC_DEFUN.
63021         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
63022         since they are needed to parse the include file even if we need
63023         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
63024         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
63025         but with opposite signedness.
63026
63027 2001-08-30  Paul Eggert  <eggert@twinsun.com>
63028
63029         Merge 'exclude' changes from tar 1.13.22.
63030         This fixes one or two unlikely storage allocation overflow bugs,
63031         but doesn't change user-visible behavior otherwise.
63032
63033 2001-08-30  Paul Eggert  <eggert@twinsun.com>
63034
63035         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
63036         (jm_PREREQ_EXCLUDE): New macro.
63037
63038 2001-08-30  Paul Eggert  <eggert@twinsun.com>
63039
63040         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
63041         tm to be declared.
63042
63043 2001-08-30  Paul Eggert  <eggert@twinsun.com>
63044
63045         * lib/hash.c: Remove '2001' from copyright notice.
63046
63047 2001-08-30  Paul Eggert  <eggert@twinsun.com>
63048
63049         * lib/full-write.h: New file.
63050         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
63051         * lib/full-write.c: Correct credits, as cccp.c no longer
63052         exists and anyway it was so heavily changed from the old cccp
63053         code as to be unrecognizable.  Include full-write.h.
63054         (full_write) Return size_t, with short writes meaning failure.
63055         All callers changed.  This fixes a bug with large buffers
63056         on 64-bit hosts.
63057         * lib/utime.c: Include full-write.h.
63058
63059 2001-08-30  Paul Eggert  <eggert@twinsun.com>
63060
63061         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
63062         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
63063         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
63064         Include if available.
63065         (<xalloc.h>): Include
63066         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
63067         (verify): New macro.  Use it to verify that EXCLUDE macros do not
63068         collide with FNM macros.
63069         (struct patopts): New struct.
63070         (struct exclude): Use it, as exclude patterns now come with options.
63071         (new_exclude): Support above changes.
63072         (new_exclude, add_exclude_file):
63073         Initial size must now be a power of two to simplify overflow checking.
63074         (free_exclude, fnmatch_no_wildcards): New function.
63075         (excluded_filename): No longer requires options arg, as the options
63076         are determined by add_exclude.  Now returns bool, not int.
63077         (excluded_filename, add_exclude):
63078         Add support for the fancy new exclusion options.
63079         (add_exclude, add_exclude_file): Now takes int options arg.
63080         Check for arithmetic overflow when computing sizes.
63081         (add_exclude_file): xrealloc might modify errno, so don't
63082         realloc until after errno might be used.
63083
63084         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
63085         New macros.
63086         (free_exclude): New decl.
63087         (add_exclude, add_exclude_file): Now takes int options arg.
63088         (excluded_filename): No longer requires options arg, as the options
63089         are determined by add_exclude.  Now returns bool, not int.
63090
63091 2001-08-30  Paul Eggert  <eggert@twinsun.com>
63092
63093         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
63094
63095 2001-08-27  Jim Meyering  <meyering@lucent.com>
63096
63097         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
63098
63099         * lib/version-etc.c (N_): Remove definition.
63100         Revert most of last change.
63101         Instead, simply don't mark the `Copyright...' string for translation.
63102         Based on advice from Paul Eggert.
63103
63104         * lib/strtoxmax.c: Tweak comment.
63105
63106 2001-08-26  Jim Meyering  <meyering@lucent.com>
63107
63108         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
63109
63110         * m4/xstrtoimax.m4: New file.
63111         * m4/xstrtoumax.m4: Add comments explaining why we
63112         AC_REPLACE_FUNCS(strtol).
63113
63114 2001-08-26  Jim Meyering  <meyering@lucent.com>
63115
63116         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
63117         of copyright with `%s' so translators don't get an untranslated
63118         message in 2002.
63119         (COPYRIGHT_YEAR): Define.
63120         (version_etc): Use fprintf rather than fputs.
63121         Suggestion from Ulrich Drepper.
63122
63123         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
63124
63125         * lib/strtoll.c: New file, from GNU libc.
63126         * lib/xstrtoimax.c: New file.
63127
63128         * lib/xstrtol.h: Add xstrtoimax.
63129         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
63130         * lib/strtoimax.c: New file.  Likewise, but first define
63131         STRTOUXMAX_SIGNED.
63132
63133         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
63134         ...
63135         * lib/strtoxmax.c: ... then renamed to this.
63136
63137 2001-08-18  Paul Eggert  <eggert@twinsun.com>
63138
63139         * m4/inttypes.m4: Add AC_PREREQ(2.13).
63140         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
63141         (jm_AC_TYPE_INTMAX_T): New macro.
63142         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
63143
63144         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
63145
63146         * m4/longlong.m4: Renamed from ulonglong.m4.
63147         * m4/inttypes.m4: Renamed from inttypes_h.m4.
63148         * m4/uintmax_t.m4: Removed.
63149
63150 2001-08-13  Paul Eggert  <eggert@twinsun.com>
63151
63152         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
63153         Port to Solaris 8, where 'sed' requires a space after the 'r'
63154         command, and where sh dislikes "$/".  Clean up the spacing a bit.
63155         Redirect output to $tmp just once.
63156
63157 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
63158
63159         * lib/addext.c (<errno.h>): Include.
63160         (errno): Declare if not defined.
63161         (addext): Work correctly when pathconf returns -1 and leaves
63162         errno alone because there is no limit.  Also, work even if
63163         pathconf returns a value greater than SIZE_MAX.
63164
63165 2001-08-12  Jim Meyering  <meyering@lucent.com>
63166
63167         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
63168         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
63169         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
63170         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
63171         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
63172         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
63173         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
63174         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
63175         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
63176         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
63177         utime.m4, utimes.m4, xstrtoumax.m4:
63178         Quote the first argument in each use of AC_DEFUN.
63179
63180 2001-08-12  Jim Meyering  <meyering@lucent.com>
63181
63182         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
63183         Simply `return getcwd (NULL, 0);'.
63184         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
63185         Use 1300 as initial value for length, not PATH_MAX.
63186
63187         * lib/pathmax.h: Clean up cpp syntax.
63188
63189 2001-08-12  Jim Meyering  <meyering@lucent.com>
63190
63191         * lib/gettimeofday.c: New file.
63192         * lib/gtod.h: New file.
63193         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
63194
63195 2001-08-05  Jim Meyering  <meyering@lucent.com>
63196
63197         * m4/jm-macros.m4: Require autoconf-2.52.
63198
63199 2001-08-04  Jim Meyering  <meyering@lucent.com>
63200
63201         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
63202         stmt, to get in sync with glibc.
63203
63204 2001-08-03  Paul Eggert  <eggert@twinsun.com>
63205
63206         The following changes are from gettext 0.10.39 as maintained by
63207         Bruno Haible.
63208
63209         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
63210         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
63211         with inverted sense.  All uses changed.
63212
63213         * lib/mbswidth.c: Don't include <limits.h>.
63214         Include <stdlib.h> and <string.h> unconditionally.
63215         (iswcntrl, mbsinit, ISCNTRL): New macros.
63216         (mbsnwidth): Use K&R style function declarations.
63217         Don't bother checking for MB_LEN_MAX == 1, since the compiler
63218         can optimize it when MB_CUR_MAX == 1.
63219         The width of control characters is zero, not 1.
63220
63221 2001-08-03  Paul Eggert  <eggert@twinsun.com>
63222
63223         The following changes are from gettext 0.10.39 as maintained by
63224         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
63225
63226         * m4/codeset.m4: Upgrade to serial AM1.
63227         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
63228         all uses changed.  Quote first arg of AC_DEFUN.
63229         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
63230
63231         * m4/iconv.m4: Upgrade to serial AM2.
63232         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
63233         Add --with-libconv-prefix.
63234         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
63235         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
63236         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
63237         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
63238         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
63239
63240         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
63241         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
63242         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
63243         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
63244         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
63245         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
63246         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
63247         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
63248         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
63249
63250         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
63251         string.h any more.
63252
63253         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
63254         not the default value.
63255
63256         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
63257         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
63258         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
63259         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
63260         Also check for iswcntrl, used for wcwidth fallback.
63261         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
63262         to Autoconf 2.13.
63263
63264 2001-08-03  Jim Meyering  <meyering@lucent.com>
63265
63266         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
63267         as it was in the original.  Reported by Paul Eggert.
63268
63269 2001-07-16  Jim Meyering  <meyering@lucent.com>
63270
63271         * m4/gettimeofday.m4: New file.
63272         Prompted by a report from Bernhard Baehr.
63273
63274 2001-07-15  Jim Meyering  <meyering@lucent.com>
63275
63276         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
63277         stuff. Now it's in ../Makefile.cfg.
63278
63279 2001-07-15  Jim Meyering  <meyering@lucent.com>
63280
63281         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
63282         (BUILT_SOURCES): Add unlocked-io.h.
63283         (io_functions): Define.
63284         (unlocked-io.h): New rule.
63285         (DISTCLEANFILES): Add unlocked-io.h.
63286         (all-local): Depend on unlocked-io.h, to ensure it is created.
63287
63288         * lib/unlocked-io.hin: New file
63289
63290         * lib/regex.c: Update from glibc.
63291
63292 2001-07-05  Jim Meyering  <meyering@lucent.com>
63293
63294         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
63295         recommendation.
63296         (libfetish_a_SOURCES): Put all .h files here instead.
63297         Remove a thus-exposed (better checks in automake) duplicate and
63298         two unnecessary .h files.
63299
63300 2001-07-04  Jim Meyering  <meyering@lucent.com>
63301
63302         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
63303         that generates jm-glibc-io.m4 so that it doesn't trigger any make
63304         distcheck failure.
63305
63306 2001-07-02  Jim Meyering  <meyering@lucent.com>
63307
63308         The following changes were prompted by suggestions from Bruno Haible.
63309
63310         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
63311         is now generated.
63312         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
63313         definition of EXTRA_DIST.
63314         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
63315         ensure that the generated file is created/updated whenever the list
63316         of $(unlocked_functions) is changed.
63317         (jm-glibc-io.m4): New rule.
63318         (unlocked-io.h): New rule -- currently unused.
63319
63320 2001-06-24  Jim Meyering  <meyering@lucent.com>
63321
63322         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
63323         unmatched right bracket, rather than kludging it with an extra,
63324         falsely-matching quote in a comment.  Patch by Akim Demaille.
63325
63326 2001-06-11  Jim Meyering  <meyering@lucent.com>
63327
63328         * lib/regex.c: Update from GNU libc.
63329
63330 2001-05-27  Jim Meyering  <meyering@lucent.com>
63331
63332         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
63333         Check for ut_type in struct utmp.
63334
63335 2001-05-27  Jim Meyering  <meyering@lucent.com>
63336
63337         * lib/readutmp.h (UT_TYPE): Define.
63338
63339 2001-05-24  Jim Meyering  <meyering@lucent.com>
63340
63341         * lib/argmatch.c: Include "quote.h".
63342         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
63343         quote function.  Reported by Göran Uddeborg.
63344
63345 2001-05-22  Jim Meyering  <meyering@lucent.com>
63346
63347         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
63348         now that we use the package-supplied version unconditionally.
63349         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
63350
63351 2001-05-21  Jim Meyering  <meyering@lucent.com>
63352
63353         * m4/regex.m4: Change a couple backticks to single quotes to avoid
63354         shell syntax errors.
63355
63356 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
63357
63358         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
63359
63360 2001-05-20  Paul Eggert  <eggert@twinsun.com>
63361
63362         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
63363         Don't bother to check library strftime, since
63364         we'll be using our own my_strftime function anyway.
63365         Define my_strftime instead of strftime.
63366
63367 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
63368
63369         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
63370         which is not yet declared.
63371
63372 2001-05-15  Jim Meyering  <meyering@lucent.com>
63373
63374         * m4/regex.m4: Use proper quoting so brackets appear in the test
63375         program.
63376         Reported by, and with help from, Bruno Haible.
63377
63378 2001-05-13  Jim Meyering  <meyering@lucent.com>
63379
63380         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
63381         undefined.
63382
63383 2001-05-11  Paul Eggert  <eggert@twinsun.com>
63384
63385         dirname code cleanup.  base_name now behaves more compatibly
63386         with POSIX basename when given file names that have trailing
63387         slashes, and similarly for dir_name.  Add new primitives
63388         base_len and dir_len.  Put the directory-name-related decls
63389         into dirname.h.
63390
63391         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
63392         * lib/backupfile.c (base_name): Likewise.
63393         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
63394         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
63395         * lib/makepath.c (strip_trailing_slashes): Likewise.
63396         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
63397         ISSLASH): Likewise.
63398         * lib/rename.c (strip_trailing_slashes): Likewise.
63399         * lib/same.c (base_name): Likewise.
63400         * lib/stripslash.c (ISSLASH): Likewise.
63401
63402         * lib/addext.c: Include <dirname.h> after size_t is defined.
63403         * lib/backupfile.c: Likewise.
63404
63405         * lib/addext.c (addext): Use base_len to trim redundant
63406         trailing slashes instead of doing it ourselves.
63407         But do not trim the last slash if it is not redundant.
63408
63409         * lib/backupfile.c (find_backup_file_name,
63410         max_backup_version): Use base_len instead of rolling it ourselves.
63411         Handle the case of "" and (on DOS) "C:" correctly.
63412
63413         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
63414         needed. Include <string.h>, <dirname.h>.
63415         (base_name): Allow file names ending in slashes, other than names
63416         that are all slashes.  In this case, return the basename followed
63417         by the slashes.  This is more general, and can be used in places
63418         where the original base_name purposely had an assertion failure.
63419         (base_len): New function.
63420
63421         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
63422         Do not include <assert.h>; no longer needed.
63423         Include xalloc.h.
63424         (memrchr): Remove decl.
63425         (dir_name_r): Remove.
63426         (dir_len): Renamed from dirlen.  All callers changed.
63427         Rewrite in terms of base_name, for simplicity and consistency.
63428         (dir_name): Never return NULL.  All callers changed.
63429         Do not include <stdlib.h> in test program; no longer needed.
63430         return 0; is fine for test program.
63431
63432         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
63433         New macros.
63434         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
63435
63436         * lib/path-concat.c (path_concat): Use base_len to compute
63437         base length, not strlen; this means we cannot rely on memcpy
63438         to null-terminate.
63439
63440         * lib/same.c (STREQ): Remove.
63441         (same_name): Handle the case where the basename ends in trailing '/'.
63442
63443         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
63444         a slash was stripped.  Do not strip the last slash after a
63445         file system prefix.
63446
63447 2001-05-11  Paul Eggert  <eggert@twinsun.com>
63448
63449         * lib/Makefile.am (libfetish_a_SOURCES):
63450         Add strftime.c, since we now compile it on all hosts.
63451
63452         * lib/strftime.c (my_strftime):
63453         Define to nstrftime if emacs, but only if my_strftime is not defined.
63454         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
63455         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
63456         Add one more extra argument: a nanoseconds value.
63457         All uses changed.
63458         (ns): New macro.
63459         (my_strftime function): Add %N format.
63460         (emacs_strftimeu): Renamed from emacs_strftime,
63461         with extra ut argument.
63462
63463 2001-05-09  Paul Eggert  <eggert@twinsun.com>
63464
63465         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
63466
63467 2001-04-21  Jim Meyering  <meyering@lucent.com>
63468
63469         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
63470         doesn't interfere.
63471
63472 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
63473
63474         * m4/ftruncate.m4: Check for chsize.
63475         Link with ftruncate.o unconditionally if ftruncate is missing.
63476         This was required when cross-compiling to i586-mingw32msvc.
63477
63478 2001-04-08  Jim Meyering  <meyering@lucent.com>
63479
63480         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
63481         recomputed; that's necessary when the offset spans a DST transition.
63482         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
63483
63484 2001-04-02  Jim Meyering  <meyering@lucent.com>
63485
63486         * lib/regex.h, regex.c: Update from GNU libc.
63487
63488 2001-03-24  Jim Meyering  <meyering@lucent.com>
63489
63490         * m4/jm-macros.m4: Require autoconf-2.49d.
63491
63492 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
63493
63494         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
63495
63496 2001-03-19  Paul Eggert  <eggert@twinsun.com>
63497
63498         * lib/version-etc.c (version_etc_copyright): Update to 2001.
63499
63500 2001-03-17  Jim Meyering  <meyering@lucent.com>
63501
63502         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
63503         now that the version in autoconf is equivalent.
63504         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
63505
63506         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
63507         Suggestion from Akim Demaille.
63508
63509         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
63510         (jm_PREREQ_TEMPNAME): New function.
63511
63512 2001-03-16  Paul Eggert  <eggert@twinsun.com>
63513
63514         * lib/tempname.c (uint64_t): Define to uintmax_t if
63515         not defined, and if UINT64_MAX is not defined.
63516         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
63517         Reported by John David Anglin.
63518
63519 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
63520
63521         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
63522         resolve alias if codeset is empty.
63523         * lib/config.charset (BeOS): Use wildcard syntax.
63524
63525 2001-03-13  Jim Meyering  <meyering@lucent.com>
63526
63527         * lib/path-concat.c (path_concat)
63528         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
63529         concatenating e.g., `C:' and `foo'.
63530         From Bruno Haible.
63531
63532 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
63533
63534         * lib/localcharset.c (locale_charset): Don't use
63535         setlocale(LC_CTYPE,NULL). Don't return NULL.
63536         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
63537
63538 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
63539
63540         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
63541         support for DOS/DJGPP.
63542
63543 2001-03-01  Paul Eggert  <eggert@twinsun.com>
63544
63545         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
63546         lacks mkstemp.  Compile our own tempname.c if we compile our own
63547         mkstemp.c, as mkstemp relies on tempname.
63548
63549 2001-03-01  Jim Meyering  <meyering@lucent.com>
63550
63551         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
63552         AH_VERBATIM really does output its argument verbatim.
63553
63554 2001-02-28  Paul Eggert  <eggert@twinsun.com>
63555
63556         * lib/Makefile.am (libfetish_a_SOURCES):
63557         Add dup-safer.c, fopen-safer.c.
63558         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
63559
63560         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
63561         * lib/unistd-safer.h: New files.
63562
63563 2001-02-25  Paul Eggert  <eggert@twinsun.com>
63564
63565         The mkstemp replacement is taken from glibc 2.2.2, with some
63566         portability fixes for use outside glibc, as follows:
63567
63568         * lib/tempname.c (struct_stat64): New macro.
63569         (direxists, __gen_tempname): Use it.
63570         This avoids a portability problem with Solaris 8.
63571
63572         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
63573         (<stddef.h>, <stdint.h>, <string.h>):
63574         Include only if STDC_HEADERS || _LIBC.
63575         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
63576         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
63577         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
63578         (__set_errno): Define this macro if <errno.h> doesn't.
63579         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
63580         Define these macros if <stdio.h> doesn't.
63581         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
63582         Define these macros if <sys/stat.h>
63583         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
63584         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
63585         __xstat64): Define if not _LIBC.
63586         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
63587         (__gen_tempname): Invoke gettimeofday only if
63588         HAVE_GETTIMEOFDAY || _LIBC;
63589         otherwise, fall back on plain "time".
63590         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
63591
63592         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
63593
63594         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
63595
63596 2001-02-18  Paul Eggert  <eggert@twinsun.com>
63597
63598         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
63599
63600 2001-02-17  Paul Eggert  <eggert@twinsun.com>
63601
63602         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
63603         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
63604         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
63605         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
63606
63607 2001-02-17  Paul Eggert  <eggert@twinsun.com>
63608
63609         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
63610         Remove workaround macros for hosts that have mbrtowc but not
63611         mbstate_t, as we now insist on proper declarations for both
63612         before using mbrtowc.
63613
63614 2001-02-17  Jim Meyering  <meyering@lucent.com>
63615
63616         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
63617         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
63618         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
63619         UnixWare 7.1.1.
63620
63621         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
63622         rather than AC_CACHE_VAL.
63623
63624 2001-02-17  Jim Meyering  <meyering@lucent.com>
63625
63626         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
63627         around included file name.
63628
63629         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
63630
63631         * lib/strftime.c: Update from GNU libc (the only changes were to
63632         comments).
63633
63634 2001-02-17  Jim Meyering  <meyering@lucent.com>
63635
63636         * lib/regex.c: Update from libc.
63637
63638 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
63639
63640         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
63641         clash.
63642
63643 2001-02-16  Paul Eggert  <eggert@twinsun.com>
63644
63645         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
63646         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
63647         Reported by Mark Hounschell via Paul Eggert.
63648
63649 2001-02-07  Jim Meyering  <meyering@lucent.com>
63650
63651         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
63652
63653 2001-02-05  Jim Meyering  <meyering@lucent.com>
63654
63655         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
63656         it includes the patch required for `large file' support with at least
63657         HP-UX's 10.20 /bin/cc.
63658
63659 2001-02-03  Jim Meyering  <meyering@lucent.com>
63660
63661         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
63662         AS_IF, now that it works once again (mysteriously).
63663         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
63664
63665 2001-01-30  Jim Meyering  <meyering@lucent.com>
63666
63667         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
63668         * m4/chown.m4: Rename conftestchown to conftest.chown.
63669         * m4/rename.m4: s/conftestdir/conftest.d1/ and
63670         s/conftestdir2/conftest.d2/.
63671         * m4/utimes.m4: s/conftestdata/conftest.data/
63672         Inspired by Pavel Roskin's change in autoconf.
63673
63674 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
63675
63676         * lib/config.charset: Update for FreeBSD 4.2.
63677
63678 2001-01-27  Jim Meyering  <meyering@lucent.com>
63679
63680         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
63681         a use of AS_IF.
63682         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
63683
63684 2001-01-26  Jim Meyering  <meyering@lucent.com>
63685
63686         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
63687         quotearg.c includes it.
63688
63689 2001-01-26  Jim Meyering  <meyering@lucent.com>
63690
63691         * lib/quotearg.c: Include stddef.h.
63692         * lib/quote.c: Include stddef.h.
63693         Reported by Axel Kittenberger.
63694
63695         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
63696         line in double quotes so that it evokes a better diagnostic.
63697         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
63698         Reported by Axel Kittenberger.
63699
63700 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
63701
63702         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
63703         as if it was a `charset'.
63704
63705 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
63706
63707         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
63708         has const.
63709
63710 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
63711
63712         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
63713         to avoid a warning.  Add back 'const' to inptr.
63714
63715 2001-01-20  Jim Meyering  <meyering@lucent.com>
63716
63717         Be sure that headers are checked before used in code compiled
63718         for the type checks.
63719         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
63720         In place of that, invoke jm_CHECK_ALL_TYPES.
63721         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
63722         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
63723         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
63724         The check for ssize_t was mistakenly run before the test for unistd.h.
63725
63726         The configure-time check for stdbool.h was missing.
63727         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
63728         (jm_PREREQ_HASH): New function.
63729
63730 2001-01-17  Jim Meyering  <meyering@lucent.com>
63731
63732         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
63733         for autoconf-2.49c.
63734         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
63735
63736 2001-01-16  Jim Meyering  <meyering@lucent.com>
63737
63738         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
63739         From Bruno Haible.
63740
63741 2001-01-14  Jim Meyering  <meyering@lucent.com>
63742
63743         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
63744         foo and bar.  Create conftestdir/ in the script, not in the C code.
63745         Remove directories in the script, not in the C code.
63746         Remove conftestdir{,2} before trying to create the directory.
63747         Make the entire configure script fail if the mkdir fails.
63748
63749 2001-01-14  Jim Meyering  <meyering@lucent.com>
63750
63751         * lib/rename.c: New file.  From Volker Borchert.
63752         Include stdlib.h, string.h or strings.h, and xalloc.h.
63753         Use strip_trailing_slashes rather than open-coding it.
63754
63755 2001-01-03  Paul Eggert  <eggert@twinsun.com>
63756
63757         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
63758
63759 2001-01-03  Jim Meyering  <meyering@lucent.com>
63760
63761         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
63762         of local `inptr' to avoid warning with some system declarations of
63763         iconv.
63764
63765 2001-01-02  Volker Borchert  <bt@teknon.de>
63766
63767         * m4/rename.m4: New file.
63768         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
63769
63770 2001-01-01  Jim Meyering  <meyering@lucent.com>
63771
63772         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
63773         even on systems with utmpx.h.  It's necessary for the declaration of
63774         utmp's ut_user member.  Reported by Andreas Jaeger.
63775
63776         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
63777         available. They are required for the declarations of getgrgid and
63778         getpwuid resp.
63779         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
63780         Reported by Andreas Jaeger.
63781
63782 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
63783
63784         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
63785         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
63786         so `make install' also works in VPATH builds.
63787
63788 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
63789
63790         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
63791         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
63792         can be used in subdirectories.
63793
63794 2000-12-29  Paul Eggert  <eggert@twinsun.com>
63795
63796         * lib/modechange.c: Do not assume that mode_t uses the
63797         traditional octal encoding.  E.g. "chmod 1 FOO" should set
63798         the other-execute bit of FOO even if S_IXOTH != 1.
63799
63800         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
63801         WOTH, XOTH, ALLM): New macros.
63802         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
63803          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
63804         Use them.
63805         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
63806         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
63807         (mode_compile):
63808         No need to use uintmax_t; unsigned long is long enough.
63809         Don't bother to get suffix since we don't use it.
63810
63811 2000-12-26  Jim Meyering  <meyering@lucent.com>
63812
63813         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
63814         better with autoheader.
63815
63816 2000-12-24  Jim Meyering  <meyering@lucent.com>
63817
63818         * lib/hash.c (is_prime): Return explicit boolean values.
63819         (hash_get_first): Return NULL to appease Irix5.6's 89.
63820         Reported by Nelson Beebe.
63821
63822 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
63823
63824         * lib/localcharset.c (locale_charset): Add support for Win32.
63825
63826 2000-12-18  Paul Eggert  <eggert@twinsun.com>
63827
63828         * lib/physmem.h, lib/physmem.c: New files.
63829
63830         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
63831         (noinst_HEADERS): Add physmem.h.
63832
63833         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
63834         't' for compatibility with Solaris 8 sort.
63835
63836 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
63837
63838         * lib/config.charset: Add support for BeOS.
63839
63840 2000-12-17  Jim Meyering  <meyering@lucent.com>
63841
63842         * m4/dos.m4 (jm_AC_DOS): New file and macro.
63843         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
63844
63845 2000-12-16  Jim Meyering  <meyering@lucent.com>
63846
63847         This bug had a serious impact on chown: `chown N:M FILE' (for integer
63848         N and M) would have treated it like `chown N:N FILE'.
63849
63850         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
63851
63852 2000-12-16  Jim Meyering  <meyering@lucent.com>
63853
63854         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
63855         SHELLS_FILE to a file name that's useful on djgpp systems.
63856         Include stdlib.h.
63857         (ADDITIONAL_DEFAULT_SHELLS): Define.
63858         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
63859         Based mostly on a patch from Prashant TR.
63860
63861 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
63862
63863         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
63864         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
63865         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
63866
63867 2000-12-08  Andreas Schwab  <schwab@suse.de>
63868
63869         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
63870         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
63871
63872 2000-12-07  Jim Meyering  <meyering@lucent.com>
63873
63874         * lib/stripslash.c (ISSLASH): Define.
63875         (strip_trailing_slashes): Use ISSLASH rather than comparing against
63876         `/'.
63877         From Prashant TR.
63878
63879         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
63880         (dir_name_r): Declare this function as static.
63881         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
63882         manifest itself on a name containing a mix of slashes and
63883         backslashes.
63884         Make this function work with names starting with a DOS-style
63885         drive letter and colon prefix.
63886         (dir_name): Append `.' if necessary.
63887         Based mostly on patches from Prashant TR and Eli Zaretskii.
63888
63889         * lib/dirname.h (dir_name_r): Remove prototype.
63890
63891 2000-12-06  Paul Eggert  <eggert@twinsun.com>
63892
63893         * m4/off_t-format.m4: Remove this file.
63894         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
63895
63896 2000-12-06  Jim Meyering  <meyering@lucent.com>
63897
63898         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
63899         replacement strtoull, we may well need the replacement strtoul, too.
63900         Check for declarations of strtoul and strtoull.
63901         Check for strtol.  Mainly as a cue to cause automake to include
63902         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
63903         Check for limits.h -- strtol.c needs it.
63904
63905 2000-12-05  Jim Meyering  <meyering@lucent.com>
63906
63907         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
63908
63909 2000-12-04  Jim Meyering  <meyering@lucent.com>
63910
63911         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
63912         Also include memory.h, stdlib.h, unistd.h if appropriate.
63913         Reported by Andreas Jaeger (conflicting declaration of malloc).
63914
63915 2000-12-02  Jim Meyering  <meyering@lucent.com>
63916
63917         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
63918         * m4/jm-macros.m4 (jm_MACROS): require it.
63919
63920 2000-12-02  Jim Meyering  <meyering@lucent.com>
63921
63922         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
63923
63924 2000-12-01  Paul Eggert  <eggert@twinsun.com>
63925
63926         * lib/memrchr.c: Include <config.h> before any system include file.
63927
63928 2000-11-30  Jim Meyering  <meyering@lucent.com>
63929
63930         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
63931
63932 2000-11-30  Jim Meyering  <meyering@lucent.com>
63933
63934         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
63935
63936 2000-11-29  Paul Eggert  <eggert@twinsun.com>
63937
63938         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
63939
63940 2000-11-26  Jim Meyering  <meyering@lucent.com>
63941
63942         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
63943
63944 2000-11-22  Paul Eggert  <eggert@twinsun.com>
63945
63946         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
63947         size of (size_t) -1; it's not portable.
63948
63949 2000-11-17  Jim Meyering  <meyering@lucent.com>
63950
63951         * lib/strstr.c: Update from GNU libc.
63952
63953 2000-11-17  Akim Demaille  <akim@epita.fr>
63954
63955         * lib/obstack.h: Formatting changes.
63956         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
63957         prevent type checking.
63958         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
63959         cast the value to (void *): assigning a `foo *' to a `void *'
63960         variable is valid.
63961         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
63962
63963 2000-11-16  Jim Meyering  <meyering@lucent.com>
63964
63965         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
63966
63967 2000-11-11  Jim Meyering  <meyering@lucent.com>
63968
63969         * lib/error.c: Add a couple #includes, merging from GNU libc version.
63970
63971 2000-11-10  Jim Meyering  <meyering@lucent.com>
63972
63973         * lib/obstack.h: Update from GNU libc.
63974         * lib/obstack.c: Likewise.
63975
63976 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
63977
63978         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
63979
63980 2000-11-06  Paul Eggert  <eggert@twinsun.com>
63981
63982         * lib/getusershell.c (setusershell): Use rewind rather than
63983         fseek/fseeko, to avoid configuration hassles with fseeko.
63984         Don't bother opening SHELLS_FILE if shellstream is NULL;
63985         it's not necessary.
63986
63987 2000-11-05  Jim Meyering  <meyering@lucent.com>
63988
63989         * lib/makepath.h (make_dir): Declare.
63990         * lib/makepath.c (make_dir): Remove `static' attribute.
63991         Tweak a comment.
63992
63993 2000-11-04  Jim Meyering  <meyering@lucent.com>
63994
63995         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
63996
63997 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
63998
63999         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
64000         last one in a bucket, advance to the next bucket.
64001
64002 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
64003
64004         * lib/fnmatch.c: Do not comment out all the code if we are using
64005         the GNU C library, because in some cases we are replacing buggy
64006         code in the GNU C library itself.
64007
64008 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
64009
64010         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
64011         (regex_compile): Catch bogus \(\1\).
64012
64013 2000-10-30  Paul Eggert  <eggert@twinsun.com>
64014
64015         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
64016         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
64017         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
64018
64019 2000-10-30  Paul Eggert  <eggert@twinsun.com>
64020
64021         * lib/error.h, getline.h, modechange.h:
64022         Remove "2000" from Copyright line, as the file hasn't been
64023         changed this year other than in the copyright notice.
64024
64025         * lib/xalloc.h: Add "2000" to Copyright line, as this file
64026         was changed this year.
64027
64028 2000-10-29  Jim Meyering  <meyering@lucent.com>
64029
64030         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
64031         renaming.
64032         * m4/ls-mntd-fs.m4: Likewise
64033
64034 2000-10-29  Jim Meyering  <meyering@lucent.com>
64035
64036         * lib/xstat.in: Fix grammar in comment.
64037
64038 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
64039
64040         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
64041         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
64042         doesn't define __restrict_arr.
64043
64044 2000-10-28  Jim Meyering  <meyering@lucent.com>
64045
64046         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
64047         (jm_PREREQ_MEMCHR): New function.
64048
64049 2000-10-28  Jim Meyering  <meyering@lucent.com>
64050
64051         * lib/memchr.c: Update from libc.
64052         Adjust for portability:
64053         [HAVE_STDLIB_H]: Include stdlib.h.
64054         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
64055         Undef __memchr, too.
64056         [!weak_alias]: Define __memchr to memchr.
64057
64058         * lib/regex.c: Update from libc.
64059         * lib/regex.h: Likewise.
64060         * lib/getopt1.c: Likewise.
64061         * lib/memcmp.c: Likewise.
64062
64063         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
64064         Avoid using fseek, when possible -- it's broken by design.
64065         Patch by Ulrich Drepper.
64066
64067 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
64068
64069         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
64070         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
64071         Giving in to popular pressure to shut up the compiler with casts.
64072
64073 2000-10-26  Jim Meyering  <meyering@lucent.com>
64074
64075         * lib/strftime.c: Update from libc.
64076
64077 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
64078
64079         * regex.c: More `unsigned char' -> `re_char' changes.
64080         Also change several `int' into `re_wchar_t'.
64081         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
64082         (PUSH_FAILURE_POINTER): Don't cast any more.
64083         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
64084         We want GCC to complain, since this piece of code makes
64085         re_match non-reentrant, which *should* be fixed.
64086         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
64087         (EXTEND_BUFFER): Use RETALLOC.
64088         (SET_LIST_BIT): Don't cast.
64089         (re_wchar_t): New type.
64090         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
64091         that those two functions will always properly return.
64092         (IMMEDIATE_QUIT_CHECK): Cast to void.
64093         (analyse_first): Use recursion rather than an explicit stack.
64094         (re_compile_fastmap): Can't fail anymore.
64095         (re_search_2): Don't check re_compile_fastmap for failure.
64096         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
64097         Now also sets the new value (passed in a new argument).
64098         (re_match_2_internal): Use it.
64099         Also, use a new var `reg' of type size_t when looping through regs
64100         rather than reuse the inappropriate `mcnt'.
64101
64102 2000-10-25  Jim Meyering  <meyering@lucent.com>
64103
64104         * lib/obstack.c: Update from libc.
64105
64106 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
64107
64108         * regex.c (regex_compile): Change the way of handling a range from
64109         a char less than 256 to a char not less than 256.
64110
64111 2000-10-24  Andrew Innes  <andrewi@gnu.org>
64112
64113         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
64114         NT-Emacs only.
64115         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
64116         so that re_search functions only quit when callers expect them to.
64117
64118 2000-10-23  Jim Meyering  <meyering@lucent.com>
64119
64120         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
64121         wrong.  That set_locale call must not have any side effects.
64122         From Paul Eggert.
64123
64124 2000-10-22  Jim Meyering  <meyering@lucent.com>
64125
64126         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
64127         [CYCLIC]: Remove now-unused definition.
64128
64129         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
64130         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
64131         Suggestion from Ulrich Drepper.
64132
64133 2000-10-21  Jim Meyering  <meyering@lucent.com>
64134
64135         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
64136         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
64137         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
64138
64139 2000-10-21  Jim Meyering  <meyering@lucent.com>
64140
64141         * lib/dirname.c (memrchr): Declare if necessary.
64142         (dir_name): Remove the restriction that there be no
64143         trailing slashes.  Now, this code skips past them, effectively
64144         ignoring them.
64145         [TEST_DIRNAME] (main): New unit tests.
64146
64147         * lib/memrchr.c: New file from GNU libc.
64148         Undef __memrchr, too.
64149         [!weak_alias]: Define __memrchr to memrchr.
64150         Guard weak_alias use with `#ifdef weak_alias'.
64151
64152 2000-10-21  Jim Meyering  <meyering@lucent.com>
64153
64154         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
64155         (dir_name): Use dir_name_r.
64156         * lib/dirname.h (dir_name_r): Declare it.
64157
64158 2000-10-17  Jim Meyering  <meyering@lucent.com>
64159
64160         * lib/quote.h (PARAMS): Define and use.
64161         Reported by Akim Demaille.
64162
64163         * lib/getopt.c: Update from libc.
64164
64165 2000-10-16  Jim Meyering  <meyering@lucent.com>
64166
64167         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
64168         setlocale.
64169         From Jan Fedak.
64170
64171 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
64172
64173         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
64174
64175 2000-09-25  Jim Meyering  <meyering@lucent.com>
64176
64177         * lib/md5.h (rol): Define (from GnuPG).
64178
64179         * lib/sha.c: Give credit (GnuPG) where due.
64180         (M): Use rol rather than open-coding it.
64181         Add a FIXME comment.
64182
64183 2000-09-21  Jim Meyering  <meyering@lucent.com>
64184
64185         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
64186         Reported by Michael Stone.
64187
64188 2000-09-20  Jim Meyering  <meyering@lucent.com>
64189
64190         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
64191         (noinst_HEADERS): Add sha.h.
64192         Based on code from Scott G. Miller and from GnuPG.
64193
64194 2000-09-18  Jim Meyering  <meyering@lucent.com>
64195
64196         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
64197         LIBS. Otherwise, everyone ends up linking with -lelf for some
64198         configurations.
64199         Reported by Mike Stone.
64200
64201 2000-09-15  Jim Meyering  <meyering@lucent.com>
64202
64203         * lib/regex.c: Update from libc.
64204
64205 2000-09-10  Jim Meyering  <meyering@lucent.com>
64206
64207         * lib/getopt.c (_getopt_internal): Update from glibc.
64208
64209 2000-09-09  Jim Meyering  <meyering@lucent.com>
64210
64211         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
64212         think it should be used as a general replacement for isascii.
64213         * lib/fnmatch.c: Likewise.
64214         * lib/mbswidth.c: Likewise
64215         * lib/regex.c: Likewise.
64216
64217         Don't use atoi.
64218         * lib/userspec.c: Include sys/param.h and limits.h.
64219         Include xstrtol.h.
64220         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
64221         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
64222         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
64223         UID, GID.  Check range.
64224
64225 2000-09-06  Jim Meyering  <meyering@lucent.com>
64226
64227         * lib/getopt.c (_getopt_internal): Update from glibc.
64228
64229 2000-08-30  Jim Meyering  <meyering@lucent.com>
64230
64231         * lib/strftime.c: Merge in changes from GNU libc.
64232
64233 2000-08-26  Jim Meyering  <meyering@lucent.com>
64234
64235         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
64236         * m4/fpending.m4: New file.
64237
64238 2000-08-26  Jim Meyering  <meyering@lucent.com>
64239
64240         * lib/closeout.c: Include "__fpending.h".
64241         (close_stdout_status): Return right away if there's nothing to flush.
64242
64243         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
64244         * lib/__fpending.c: New file.
64245         * lib/__fpending.h: New file.
64246
64247 2000-08-20  Jim Meyering  <meyering@lucent.com>
64248
64249         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
64250         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
64251         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
64252
64253 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
64254
64255         Improve fileutils installation on systems where running
64256         programs (like install) can't be unlinked.
64257         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
64258         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
64259
64260 2000-08-07  Paul Eggert  <eggert@twinsun.com>
64261
64262         Standardize on "memory exhausted" instead of "Memory exhausted"
64263         or "virtual memory exhausted".
64264         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
64265         "virtual memory exhausted".
64266         * lib/same.c (same_name): Invoke xalloc_die instead of printing
64267         our own message.
64268         * lib/userspec.c (parse_user_spec): Likewise.
64269         * lib/bumpalloc.h: comment fix
64270         * lib/same.c, userspec.c: Include xalloc.h.
64271
64272         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
64273         not char *const and pointing to a constant array.
64274         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
64275         (xrealloc): Comment fix.
64276
64277         * lib/userspec.c (parse_user_spec):
64278         Don't translate a message until just before returning,
64279         to avoid unnecessary translation.
64280
64281 2000-08-07  Jim Meyering  <meyering@lucent.com>
64282
64283         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
64284         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
64285         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
64286         getgroups.c, gethostname.c, getopt.h, group-member.c,
64287         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
64288         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
64289         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
64290         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
64291         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
64292         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
64293         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
64294         yesno.c: Back out Copyright date changes for each file with no change
64295         this year.  This eases coordination with other programs using the same
64296         source code modules.  From Paul Eggert.
64297
64298 2000-08-06  Paul Eggert  <eggert@twinsun.com>
64299
64300         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
64301         not char, for compatibility with glibc 2.1.3 strftime.c.
64302
64303 2000-08-03  Greg McGary  <greg@mcgary.org>
64304
64305         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
64306         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
64307         (EXTEND_BUFFER): Use them.
64308
64309 2000-08-01  Jim Meyering  <meyering@lucent.com>
64310
64311         * lib/dirname.c (ISSLASH): Define.
64312         (BACKSLASH_IS_PATH_SEPARATOR): Define.
64313         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
64314         both `\' and `/' may be use as path separators.
64315         Based on a patch from Prashant TR.
64316
64317 2000-07-31  Paul Eggert  <eggert@twinsun.com>
64318
64319         * lib/quotearg.c (quotearg_n_options): Don't make the initial
64320         slot vector a constant, since it might get modified.
64321
64322 2000-07-31  Jim Meyering  <meyering@lucent.com>
64323
64324         * lib/xmalloc.c: Use `virtual memory exhausted', not
64325         `Memory exhausted'.
64326         * lib/obstack.c (print_and_abort): Likewise.
64327
64328 2000-07-30  Paul Eggert  <eggert@twinsun.com>
64329
64330         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
64331         buffer, so that the caller can always quote one small
64332         component of a "memory exhausted" message in slot 0.
64333         From a suggestion by Jim Meyering.
64334
64335 2000-07-30  Jim Meyering  <meyering@lucent.com>
64336
64337         * lib/makepath.c (make_path): Quote the other instance, too.
64338
64339         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
64340         (STATIC_BUF_SIZE): Define.
64341         (quotearg_n_options): Use only statically allocated storage when
64342         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
64343         than STATIC_BUF_SIZE.
64344
64345 2000-07-29  Jim Meyering  <meyering@lucent.com>
64346
64347         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
64348         * lib/dirname.c (dir_name): Likewise.
64349
64350         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
64351         `/'.
64352
64353         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
64354         (dir_name): Assert that there are no trailing slashes.
64355
64356 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
64357
64358         * lib/mbswidth.h (mbswidth): Add a flags argument.
64359         (mbswidth): New declaration.
64360         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
64361         * lib/mbswidth.c (mbswidth): Add a flags argument.
64362         (mbsnwidth): New function.
64363
64364 2000-07-24  Jim Meyering  <meyering@lucent.com>
64365
64366         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
64367
64368 2000-07-23  Paul Eggert  <eggert@twinsun.com>
64369
64370         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
64371
64372 2000-07-23  Paul Eggert  <eggert@twinsun.com>
64373
64374         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
64375         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
64376         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
64377         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
64378         invoke multibyte primitives.
64379
64380 2000-07-23  Paul Eggert  <eggert@twinsun.com>
64381
64382         * lib/quotearg.c:
64383         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
64384         so that mbstate_t is always defined.
64385
64386         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
64387         be 1 in at least one GCC installation, and this configuration
64388         error is likely to be common.  Ignoring MB_LEN_MAX hurts
64389         performance on hosts that have mbrtowc but have only unibyte
64390         locales, but I assume these hosts are rare.
64391
64392 2000-07-23  Paul Eggert  <eggert@twinsun.com>
64393
64394         * lib/mbswidth.c (_XOPEN_SOURCE):
64395         Don't define; this causes problems on Solaris 7.
64396         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
64397
64398 2000-07-23  Jim Meyering  <meyering@lucent.com>
64399
64400         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
64401         too: getgrgid, getpwuid, getuid.
64402
64403 2000-07-23  Jim Meyering  <meyering@lucent.com>
64404
64405         * lib/basename.c (base_name): Add an assertion.
64406
64407 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
64408
64409         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
64410         shadow its mbsinit function.
64411
64412 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
64413
64414         * lib/mbswidth.h: New file.
64415         * lib/mbswidth.c: New file.
64416         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
64417         (noinst_HEADERS): Add mbswidth.h.
64418
64419 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
64420
64421         * lib/config.charset: Add support for FreeBSD. Improve support for
64422         HP-UX and IRIX 6.
64423
64424 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
64425
64426         * m4/mbswidth.m4: New file.
64427         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
64428
64429 2000-07-15  Jim Meyering  <meyering@lucent.com>
64430
64431         * lib/makepath.c: Include quote.h.
64432         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
64433         corresponding argument in a `quote (...)' call.
64434         Give better diagnostics.
64435
64436         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
64437         (noinst_HEADERS): Add quote.h.
64438
64439         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
64440         from tar's src/misc.c.
64441         * lib/quote.h: New file.  Prototypes for same.
64442
64443 2000-07-14  Paul Eggert  <eggert@twinsun.com>
64444
64445         From a suggestion by Bruno Haible.
64446         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
64447         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
64448         to decide whether to define the BeOS workaround macro;
64449         this adjusts to the change to AC_MBSTATE_T.
64450
64451 2000-07-14  Jim Meyering  <meyering@lucent.com>
64452
64453         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
64454         jm_AC_TYPE_UINTMAX_T.
64455
64456 2000-07-13  Paul Eggert  <eggert@twinsun.com>
64457
64458         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
64459
64460         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
64461         quotearg_buffer_restyled): Add support for
64462         clocale_quoting_style.  Undo previous change to
64463         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
64464         and "{RIGHT QUOTATION MARK}" msgids.
64465
64466 2000-07-10  Paul Eggert  <eggert@twinsun.com>
64467
64468         From a suggestion by Bruno Haible.
64469         * m4/mbstate_t.m4 (AC_MBSTATE_T):
64470         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
64471         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
64472         and mbstate_t, to a single-part test that simply defines mbstate_t.
64473         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
64474         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
64475
64476 2000-07-10  Jim Meyering  <meyering@lucent.com>
64477
64478         * m4/strerror_r.m4: Mirror the correction made in autoconf.
64479
64480         * m4/gnu-source.m4: Output to confdefs.h directly.
64481         Suggestion from Akim Demaille.
64482
64483 2000-07-09  Paul Eggert  <eggert@twinsun.com>
64484
64485         The old behavior of quoting `like this' doesn't look good with
64486         newer, ISO-style fonts.  See:
64487         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
64488
64489         Instead, quote "like this" by default.  Let the translator
64490         tailor the locale-specific quoting behavior by providing
64491         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
64492
64493         * lib/quotearg.c (N_): New macro.
64494         (gettext_default): New function.
64495         (quotearg_buffer_restyled): Use
64496         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
64497         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
64498
64499 2000-07-09  Jim Meyering  <meyering@lucent.com>
64500
64501         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
64502         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
64503
64504         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
64505         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
64506
64507 2000-07-09  Jim Meyering  <meyering@lucent.com>
64508
64509         * lib/Most files: Update copyright dates to include 2000.
64510
64511 2000-07-08  Jim Meyering  <meyering@lucent.com>
64512
64513         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
64514         if not defined.
64515         (xgethostname): Remove now-unnecessary #ifdef.
64516         Move declaration of `err' into loop where it's used.
64517
64518 2000-07-05  Paul Eggert  <eggert@twinsun.com>
64519         and Bruno Haible  <haible@clisp.cons.org>
64520
64521         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
64522         only if the test for an object-type mbstate_t fails.  This
64523         prevents us from mistakenly reporting that mbstate_t is a
64524         system object type after we "#define mbstate_t int" to work
64525         around its lack.
64526
64527 2000-07-05  Paul Eggert  <eggert@twinsun.com>
64528         and Bruno Haible  <haible@clisp.cons.org>
64529
64530         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
64531
64532 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
64533
64534         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
64535         to strerror_r.
64536         Include <ctype.h> for use of isalpha.
64537
64538 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
64539
64540         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
64541         by allocating a larger buffer. Test the gethostname return value for
64542         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
64543         returns an error and ENAMETOOLONG isn't defined.
64544
64545 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
64546
64547         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
64548         dimension.
64549
64550 2000-07-04  Jim Meyering  <meyering@lucent.com>
64551
64552         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
64553         of the deprecated AC_CHECKING.
64554
64555 2000-07-04  Jim Meyering  <meyering@lucent.com>
64556
64557         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
64558         Reported by Bruno Haible.
64559
64560 2000-07-04  Jim Meyering  <meyering@lucent.com>
64561
64562         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
64563         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
64564         lacks mbrtowc.
64565
64566 2000-07-03  Paul Eggert  <eggert@twinsun.com>
64567
64568         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
64569         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
64570
64571 2000-07-03  Paul Eggert  <eggert@twinsun.com>
64572         and Bruno Haible  <haible@clisp.cons.org>
64573
64574         * lib/quotearg.c (mbrtowc):
64575         Assign to *pwc, and return 1 only if result is nonzero.
64576         (iswprint): Use ISPRINT when substituting our own mbrtowc.
64577
64578 2000-07-03  Jim Meyering  <meyering@lucent.com>
64579
64580         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
64581
64582 2000-07-03  Jim Meyering  <meyering@lucent.com>
64583
64584         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
64585         This is necessary to get a definition of e.g., UTMP_FILE on
64586         HP-UX 10.20.
64587         From Bob Proulx.
64588
64589 2000-07-02  Jim Meyering  <meyering@lucent.com>
64590
64591         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
64592
64593         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
64594         AC_LIBOBJ(function_name).
64595         * m4/chown.m4: Likewise.
64596         * m4/fnmatch.m4: Likewise.
64597         * m4/ftruncate.m4: Likewise.
64598         * m4/getgroups.m4: Likewise.
64599         * m4/getline.m4: Likewise.
64600         * m4/group-member.m4: Likewise.
64601         * m4/jm-macros.m4: Likewise.
64602         * m4/lstat.m4: Likewise.
64603         * m4/malloc.m4: Likewise.
64604         * m4/memcmp.m4: Likewise.
64605         * m4/nanosleep.m4: Likewise.
64606         * m4/putenv.m4: Likewise.
64607         * m4/realloc.m4: Likewise.
64608         * m4/regex.m4: Likewise.
64609         * m4/stat.m4: Likewise.
64610         * m4/strftime.m4: Likewise.
64611
64612 2000-07-02  Jim Meyering  <meyering@lucent.com>
64613
64614         * lib/quotearg.c (mbstate_t): Don't define here.
64615
64616 2000-07-02  Jim Meyering  <meyering@lucent.com>
64617
64618         * lib/nanosleep.c (SIGCONT): Define if not already defined.
64619
64620 2000-07-01  Jim Meyering  <meyering@lucent.com>
64621
64622         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
64623
64624 2000-07-01  Jim Meyering  <meyering@lucent.com>
64625
64626         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
64627         problem.
64628
64629 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
64630
64631         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
64632         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
64633
64634 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
64635
64636         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
64637         per change in ../m4/ls-mntd-fs.m4.
64638         (read_filesystem_list): Ignore symbolic links.
64639
64640 2000-06-29  Jim Meyering  <meyering@lucent.com>
64641
64642         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
64643         for declaration of strcmp.
64644
64645         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
64646
64647         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
64648         Avoid warning by casting result to `char *' to remove `const'.
64649
64650 2000-06-28  Jim Meyering  <meyering@lucent.com>
64651
64652         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
64653         included by quotearg.c, for which we perform this test.  From
64654         Bruno Haible.
64655
64656 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
64657
64658         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
64659         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
64660         <utmpx.h> exists, put readutmp.o into LIBOBJS.
64661
64662 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
64663
64664         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
64665
64666 2000-06-26  Paul Eggert  <eggert@twinsun.com>
64667
64668         savedir now sets errno on failure and invokes xmalloc to get memory.
64669         Fix a couple of other minor bugs while we're at it.
64670
64671         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
64672         (NAMLEN): Remove macro.
64673         (malloc, realloc): Remove decls.
64674         (stpcpy): Likewise.
64675         ("xalloc.h"): Include.
64676         (NAME_SIZE_DEFAULT): New macro.
64677         (savedir): Use xmalloc / xrealloc to allocate memory.
64678         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
64679         Skip "" directory entries.
64680         Use strlen to calculate directory entry length, since the old method
64681         is rarely used these days and isn't worth supporting.
64682         Don't use a pointer after freeing it.
64683         Check for integer overflow when calculating allocation size.
64684         Use memcpy to copy entries, instead of stpcpy.
64685         Set errno properly when returning NULL.
64686         Check for readdir error.
64687
64688 2000-06-26  Jim Meyering  <meyering@lucent.com>
64689
64690         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
64691
64692 2000-06-25  Jim Meyering  <meyering@lucent.com>
64693
64694         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
64695         Linux header bug when _XOPEN_SOURCE is defined to 500.
64696
64697 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
64698
64699         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
64700         deficiency.
64701
64702 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
64703
64704         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
64705         Include xalloc.h.
64706         Don't include <stdlib.h>.  Don't declare malloc, realloc.
64707
64708 2000-06-24  Jim Meyering  <meyering@lucent.com>
64709
64710         * m4/strerror_r.m4: Revive this file -- to try out an experimental
64711         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
64712         for which strerror does return char*, but which lacks a conveniently
64713         accessible declaration of the function.  If the compile-test says
64714         strerror_r doesn't work, then resort to a `run'-test that works on
64715         BeOS and segfaults on DEC Unix.
64716
64717 2000-06-24  Jim Meyering  <meyering@lucent.com>
64718
64719         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
64720
64721 2000-06-23  Paul Eggert  <eggert@twinsun.com>
64722
64723         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
64724         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
64725
64726 2000-06-23  Paul Eggert  <eggert@twinsun.com>
64727
64728         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
64729         (mbrtowc, mbstate_t): Define substitutes if
64730         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
64731         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
64732         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
64733
64734 2000-06-23  Jim Meyering  <meyering@lucent.com>
64735
64736         * m4/afs.m4: Add missing AC_MSG_RESULT.
64737         Reported by Bruno Haible.
64738
64739         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
64740         Suggestion from Bruno Haible.
64741
64742 2000-06-23  Jim Meyering  <meyering@lucent.com>
64743
64744         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
64745
64746 2000-06-21  Jim Meyering  <meyering@lucent.com>
64747
64748         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
64749
64750 2000-06-21  Jim Meyering  <meyering@lucent.com>
64751
64752         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
64753         (noinst_HEADERS): Add getstr.h.
64754
64755         * lib/getline.c (getstr): Move into a separate file.
64756         * lib/getstr.c (getstr): New file, extracted from getline.c, with
64757         the following changes: new parameter, delim2; both delim[12]
64758         parameters have type `int', not `char'.  The latter would lose
64759         with 8-bit delimiters.
64760         * lib/getstr.h: New file.
64761
64762 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
64763
64764         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
64765         than 1024, return a memory chunk of least possible size, instead
64766         of size PATH_MAX + 2. In the loop, increment the size proportionally.
64767         Use free/xmalloc instead of xrealloc to avoid copying for very long
64768         paths.
64769
64770 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
64771
64772         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
64773         the empty string.
64774
64775 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
64776
64777         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
64778         address, not strdup.  Include <stdlib.h> and don't declare free().
64779
64780 2000-06-19  Jim Meyering  <meyering@lucent.com>
64781
64782         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
64783
64784 2000-06-18  Jim Meyering  <meyering@lucent.com>
64785
64786         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
64787
64788         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
64789         `checking whether...' message to be consistent with that of the
64790         lstat test.
64791
64792 2000-06-18  Jim Meyering  <meyering@lucent.com>
64793
64794         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
64795         Besides, these days every porting target provides a mkdir function.
64796
64797         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
64798         needed. (this snippet comes from src/system.h).
64799
64800 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
64801
64802         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
64803
64804 2000-06-15  Paul Eggert  <eggert@twinsun.com>
64805
64806         * lib/human.c (adjust_value): New function.
64807         (human_readable_inexact): Apply rounding style even when
64808         printing approximate values.
64809
64810 2000-06-14  Paul Eggert  <eggert@twinsun.com>
64811
64812         * lib/human.c (human_readable_inexact): Allow an input block
64813         size that is not a multiple of the output block size, and vice versa.
64814         Reported by Piergiorgio Sartor.
64815
64816 2000-06-14  Paul Eggert  <eggert@twinsun.com>
64817
64818         * lib/getdate.y (get_date): Apply relative times after time
64819         zone indicator, not before.  Reported by Todd A. Jacobs.
64820
64821 2000-06-13  Jim Meyering  <meyering@lucent.com>
64822
64823         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
64824
64825         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
64826
64827 2000-06-12  Paul Eggert  <eggert@twinsun.com>
64828
64829         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
64830
64831 2000-06-12  Jim Meyering  <meyering@lucent.com>
64832
64833         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
64834         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
64835         optional argument.
64836         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
64837         the optional argument, `lib'.
64838
64839 2000-06-08  Jim Meyering  <meyering@lucent.com>
64840
64841         * m4/largefile.m4: Remove file (now that it's part of autoconf).
64842
64843 2000-06-04  Paul Eggert  <eggert@twinsun.com>
64844
64845         Rewrite largefile configuration so that we don't need to run
64846         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
64847         AC_CANONICAL_HOST in configure.in -- jmm]
64848
64849         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
64850         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
64851         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
64852         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
64853         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
64854         All uses changed.
64855         Instead of inspecting the output of getconf, try to compile the
64856         test program without and with the macro definition.
64857         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
64858         for getconf.  Instead, check for the needed flags by compiling
64859         test programs.
64860
64861 2000-06-04  Paul Eggert  <eggert@twinsun.com>
64862
64863         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
64864
64865 2000-06-04  Jim Meyering  <meyering@lucent.com>
64866
64867         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
64868         SunOS 4.1.4 for which gid_t is an unsigned type.
64869
64870 2000-06-03  Jim Meyering  <meyering@lucent.com>
64871
64872         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
64873         now that autoconf requires that.
64874
64875         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
64876         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
64877         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
64878
64879 2000-06-03  Jim Meyering  <meyering@lucent.com>
64880
64881         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
64882
64883 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
64884
64885         * m4/glibc21.m4: New file.
64886         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
64887
64888 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
64889
64890         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
64891         newer, don't install charset.alias.
64892         * lib/config.charset: Change the Linux/glibc rules so they become empty
64893         on glibc-2.1 or newer.
64894
64895 2000-06-02  Jim Meyering  <meyering@lucent.com>
64896
64897         * lib/mountlist.c: Back out last change.  Instead, do this...
64898         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
64899         me_dummy member using the same `ignore'-testing code.
64900         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
64901         fs_type strings.
64902         From Mark D. Roth.
64903
64904 2000-05-29  Jim Meyering  <meyering@lucent.com>
64905
64906         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
64907         mounts with the `ignore' attribute.  Based on a patch from
64908         Mark D. Roth.
64909
64910 2000-05-28  Jim Meyering  <meyering@lucent.com>
64911
64912         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
64913         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
64914         * m4/stat.m4: Likewise.
64915         * m4/lstat.m4: Likewise.
64916         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
64917
64918         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
64919         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
64920
64921 2000-05-26  Jim Meyering  <meyering@lucent.com>
64922
64923         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
64924
64925 2000-05-24  Jim Meyering  <meyering@lucent.com>
64926
64927         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
64928         autoconf requires that.
64929         * m4/lib-check.m4: Likewise.
64930         * m4/jm-macros.m4: Likewise.
64931         * m4/strftime.m4: Likewise.
64932
64933         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
64934         AC_CHECK_DECLS, now that autoconf requires that.
64935
64936 2000-05-22  Jim Meyering  <meyering@lucent.com>
64937
64938         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
64939         * m4/lstat.m4: Likewise.
64940
64941 2000-05-22  Jim Meyering  <meyering@lucent.com>
64942
64943         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
64944
64945 2000-05-20  Jim Meyering  <meyering@lucent.com>
64946
64947         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
64948         (jm_PREREQ): Use it.
64949
64950 2000-05-18  Jim Meyering  <meyering@lucent.com>
64951
64952         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
64953         back, too, since it may have been modified by allocate_entry.
64954         (hash_delete): Rewrite to use neither the assignment operator
64955         nor the comma operator in an if-expression.
64956
64957 2000-05-15  Paul Eggert  <eggert@twinsun.com>
64958
64959         * lib/closeout.c:
64960         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
64961         Remove; no longer needed.
64962         "quotearg.h": Add include.
64963         (file_name): Do not bother to explicitly initialize to NULL; it's less
64964         efficient on some hosts.
64965         (close_stdout_status): Remove test as to whether stdout was already
64966         closed; it breaks for the case "echo x | sort >&-".
64967         Quote file name colons.
64968         Do not assume that _("write error") lacks format strings.
64969
64970 2000-05-15  Jim Meyering  <meyering@lucent.com>
64971
64972         * lib/version-etc.c (version_etc_copyright): Update the copyright
64973         string used in all --version output.
64974
64975 2000-05-14  Jim Meyering  <meyering@lucent.com>
64976
64977         * lib/closeout.c (close_stdout_set_file_name): New function.
64978         (close_stdout_status): Use new file-scoped global.
64979         Return right away if fstat says the stdout file descriptor is invalid.
64980         * lib/closeout.h (close_stdout_set_file_name): Declare.
64981
64982 2000-05-10  Jim Meyering  <meyering@lucent.com>
64983
64984         * lib/closeout.c [default_exit_status]: New file-scoped variable.
64985         (close_stdout_set_status): New function.
64986         * lib/closeout.h (close_stdout_set_status): Declare.
64987
64988 2000-05-09  Jim Meyering  <meyering@lucent.com>
64989
64990         * m4/gettext.m4: Rename this...
64991         * m4/libintl.m4: ...to this.
64992
64993 2000-05-08  Jim Meyering  <meyering@lucent.com>
64994
64995         * lib/long-options.c: Don't include closeout.h.
64996         (parse_long_options): Don't call close_stdout for --version.
64997
64998 2000-05-06  Paul Eggert  <eggert@twinsun.com>
64999
65000         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
65001         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
65002         2.1.3 bug.  This avoids a clash when files like regex.c define
65003         _GNU_SOURCE.
65004
65005 2000-05-06  Jim Meyering  <meyering@lucent.com>
65006
65007         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
65008         (AC_REPLACE_FUNCS): Add strnlen.
65009
65010         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
65011         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
65012
65013         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
65014         AC_SEARCH_LIBS call for nanosleep.
65015         (LIB_NANOSLEEP): Set and AC_SUBST.
65016
65017 2000-05-06  Jim Meyering  <meyering@lucent.com>
65018
65019         * lib/strnlen.c: Undefine __strnlen and strnlen.
65020         [!weak_alias]: Define __strnlen to strnlen.
65021
65022         * lib/atexit.c: New file, from libiberty.
65023
65024 2000-05-06  Jim Meyering  <meyering@lucent.com>
65025
65026         * lib/closeout.c (close_stdout_status): Also check for errors on the
65027         stderr stream.
65028
65029 2000-05-05  Jim Meyering  <meyering@lucent.com>
65030
65031         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
65032         AC_SEARCH_LIBS call for clock_gettime.
65033         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
65034
65035         * m4/search-libs.m4: Update from autoconf.
65036
65037         su doesn't work on Solaris 2.6.
65038         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
65039         <shadow.h>.  Reported by Dragos Harabor.
65040
65041 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
65042
65043         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
65044         memcpy instead of xmalloc, xrealloc, path_concat.
65045         (locale_charset): Treat empty environment variables as absent.
65046         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
65047
65048 2000-05-04  Jim Meyering  <meyering@lucent.com>
65049
65050         * lib/getopt.c: Update from glibc.
65051         * lib/obstack.c: Likewise.
65052         * lib/obstack.h: Likewise.
65053         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
65054         file
65055
65056         * lib/regex.h: Likewise.
65057         * lib/strndup.c: Likewise.
65058         * lib/strnlen.c: New file, from glibc.
65059
65060 2000-05-03  Jim Meyering  <meyering@lucent.com>
65061
65062         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
65063
65064 2000-05-02  Paul Eggert  <eggert@twinsun.com>
65065
65066         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
65067         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
65068         compile-time test, rather than inspecting host and OS, to
65069         decide whether to define _LARGEFILE_SOURCE.
65070
65071 2000-05-01  Jim Meyering  <meyering@lucent.com>
65072
65073         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
65074
65075         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
65076         Based on a patch from Bruno Haible.
65077
65078 2000-05-01  Jim Meyering  <meyering@lucent.com>
65079
65080         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
65081
65082 2000-04-29  Jim Meyering  <meyering@lucent.com>
65083
65084         * lib/path-concat.c: Declare strdup only if it's not defined.
65085         * lib/canon-host.c: Likewise.
65086
65087 2000-04-28  Jim Meyering  <meyering@lucent.com>
65088
65089         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
65090         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
65091         is included first, then limits.h is included by locale.h by libintl.h.
65092         From John David Anglin.
65093
65094 2000-04-25  Jim Meyering  <meyering@lucent.com>
65095
65096         * lib/makepath.c (S_IRWXUGO): Define.
65097         (make_path): Always perform explicit chmod if MODE specifies any
65098         of the `special' permission bits.  Prompted by a bug report against
65099         install from Mate Wierdl and Joost van Baal.
65100
65101 2000-04-18  Jim Meyering  <meyering@lucent.com>
65102
65103         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
65104         (jm_PREREQ): Use it.
65105
65106 2000-04-18  Jim Meyering  <meyering@lucent.com>
65107
65108         * lib/README: New file.
65109
65110         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
65111         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
65112
65113 2000-04-17  Jim Meyering  <meyering@lucent.com>
65114
65115         Get it right :-)
65116         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
65117         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
65118         Suggestion from Akim Demaille.
65119
65120 2000-04-17  Jim Meyering  <meyering@lucent.com>
65121
65122         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
65123         the definition of it to rpl_strftime also defined-away the system's
65124         declaration.
65125
65126 2000-04-15  Jim Meyering  <meyering@lucent.com>
65127
65128         Use `C' to denote so-called `contiguous' files, the same way
65129         that tar does.
65130         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
65131         (ftypelet): Use S_ISCTG.
65132         From Michael Deutschmann.
65133
65134 2000-04-14  Jim Meyering  <meyering@lucent.com>
65135
65136         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
65137         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
65138         clobbered.
65139
65140 2000-04-14  Jim Meyering  <meyering@lucent.com>
65141
65142         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
65143
65144 2000-04-13  Jim Meyering  <meyering@lucent.com>
65145
65146         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
65147         AH_VERBATIM to insert required #ifndef into config.h.in.
65148         Suggestion from Akim Demaille.
65149
65150 2000-04-12  Jim Meyering  <meyering@lucent.com>
65151
65152         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
65153         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
65154         Christian Krackowizer.
65155
65156         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
65157         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
65158         (AC_SYS_LARGEFILE): Require.
65159         (AM_C_PROTOTYPES): Require.
65160
65161 2000-04-08  Jim Meyering  <meyering@lucent.com>
65162
65163         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
65164         names don't conflict.  Reported by Eli Zaretskii.
65165
65166 2000-04-07  Jim Meyering  <meyering@lucent.com>
65167
65168         * lib/putenv.c: Move inclusion of errno.h so it follows that of
65169         sys/types.h, to work around system header problems on AIX 3.2.5.
65170         From Bruno Haible.
65171
65172 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
65173
65174         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
65175         bug.  Deal with the different error behavior of Irix iconv.
65176
65177 2000-04-05  Paul Eggert  <eggert@twinsun.com>
65178
65179         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
65180         IRIX if the installer said otherwise.
65181
65182 2000-04-05  Jim Meyering  <meyering@lucent.com>
65183
65184         Portability tweaks required for ultrix4.3.
65185         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
65186         (jm_CHECK_DECLS): Add getutent to the list of functions.
65187         (_jm_DECL_HEADERS): Add utmpx.h.
65188         From John David Anglin.
65189
65190         * m4/strftime.m4: Back out the 2000-04-02 change.
65191         Instead of that change, simply undefine putenv in the test program.
65192
65193 2000-04-05  Jim Meyering  <meyering@lucent.com>
65194
65195         Portability tweaks required for ultrix4.3.
65196         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
65197         getutent.
65198         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
65199         * lib/canon-host.c: Declare strdup.
65200         * lib/path-concat.c: Likewise.
65201         From John David Anglin.
65202
65203 2000-04-04  Jim Meyering  <meyering@lucent.com>
65204
65205         Be more DOS 8.3-friendly.
65206         * lib/ref-add.sin: Renamed from ref-add.sed.in.
65207         * lib/ref-del.sin: Renamed from ref-del.sed.in.
65208         * lib/Makefile.am: Reflect renaming.
65209         Reported by Eli Zaretskii.
65210
65211         Use a temporary file name that won't clash with `charset.alias'
65212         in the DOS 8.3 name space.
65213         * lib/Makefile.am (charset_tmp): Define.
65214         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
65215         (uninstall-local): Likewise.
65216         Reported by Eli Zaretskii.
65217
65218 2000-04-03  Jim Meyering  <meyering@lucent.com>
65219
65220         * m4/gettext.m4: Fix typo in comment.
65221
65222         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
65223         textutils/configure.in).  Suggestion from Paul Eggert.
65224         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
65225
65226 2000-04-02  Paul Eggert  <eggert@twinsun.com>
65227
65228         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
65229         variable in the shell rather than using putenv, which isn't
65230         portable.  This avoids the configure-time inter-test dependency
65231         on the potentially-renamed putenv function.
65232
65233 2000-03-30  Paul Eggert  <eggert@twinsun.com>
65234
65235         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
65236         before checking struct stat.st_blksize, so that
65237         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
65238
65239 2000-03-29  Paul Eggert  <eggert@twinsun.com>
65240
65241         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
65242         since strftime.c uses HAVE_STRFTIME to decide whether to use
65243         the underlying strftime.
65244
65245 2000-03-29  Paul Eggert  <eggert@twinsun.com>
65246
65247         * lib/time/strftime.c (my_strftime): Make sure we call the system
65248         strftime, not ourselves, when invoking the underlying strftime.
65249
65250 2000-03-24  Jim Meyering  <meyering@lucent.com>
65251
65252         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
65253         (charset_alias): Define.
65254         (install-exec-local): Factor out common code.
65255         (uninstall-local): Split lines longer than 80.
65256         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
65257         (SUFFIXES): Define.
65258         (.sed.in.sed): New rule.  Don't redirect directly to $@.
65259         (CLEANFILES): Add ref-add.sed and ref-del.sed.
65260
65261 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
65262
65263         * lib/config.charset: Output a line containing "Packages using this
65264         file".
65265         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
65266         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
65267         ref-del.sed): New rules.
65268
65269 2000-03-17  Jim Meyering  <meyering@lucent.com>
65270
65271         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
65272         Otherwise, include <strings.h>
65273
65274 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
65275
65276         * lib/unicodeio.c (utf8_wctomb): New function.
65277         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
65278         format instead of in UCS-4 with platform dependent endianness.
65279
65280 2000-03-10  Jim Meyering  <meyering@lucent.com>
65281
65282         * m4/lib-check.m4: Look for getspnam in -lgen, too.
65283         From Marco Franzen.
65284
65285 2000-03-07  Paul Eggert  <eggert@twinsun.com>
65286
65287         * lib/savedir.c (savedir): Work even if directory size is
65288         negative; this can happen with some screwy NFS configurations.
65289
65290 2000-03-06  Jim Meyering  <meyering@lucent.com>
65291
65292         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
65293         if it's NULL (because we ran out of memory).  From Bruno Haible.
65294
65295 2000-03-05  Jim Meyering  <meyering@lucent.com>
65296
65297         * lib/localcharset.c ("path-concat.h"): Include.
65298         (get_charset_aliases): Use path_concat instead of ANSI string
65299         concatenation.
65300
65301         * lib/unicodeio.h (PARAMS): Define.
65302         Use it to guard prototype.
65303
65304 2000-03-04  Jim Meyering  <meyering@lucent.com>
65305
65306         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
65307         for lib/localcharset.c.
65308
65309 2000-03-04  Jim Meyering  <meyering@lucent.com>
65310
65311         * lib/Makefile.am (install-exec-local): Create $(libdir) before
65312         installing into it.
65313         (uninstall-local): Uncomment this rule so `make distcheck' works
65314         once again.
65315
65316         * lib/unicodeio.c (<errno.h>): Include it.
65317         (errno): Declare if not defined.
65318
65319         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
65320
65321         * lib/config.charset: New version, incorporating remarks from a linux
65322         i18n mailing list.  From Bruno Haible.
65323
65324 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
65325
65326         * m4/codeset.m4: New file.
65327         * m4/iconv.m4: New file.
65328         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
65329
65330 2000-03-03  Jim Meyering  <meyering@lucent.com>
65331
65332         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
65333
65334 2000-03-02  Jim Meyering  <meyering@lucent.com>
65335
65336         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
65337         the messages come out on separate lines.
65338
65339         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
65340         rather than jm_CHECK_DECLARATIONS.
65341         * m4/decl.m4: Remove now-unused file.
65342
65343         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
65344         geteuid.
65345
65346 2000-03-02  Jim Meyering  <meyering@lucent.com>
65347
65348         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
65349
65350 2000-03-01  Jim Meyering  <meyering@lucent.com>
65351
65352         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
65353         * lib/unicodeio.c: Likewise.
65354
65355 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
65356
65357         * lib/config.charset: New file.
65358         * lib/localcharset.c: New file.
65359         * lib/unicodeio.h, lib/unicodeio.c: New files.
65360         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
65361         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
65362         (noinst_HEADERS): Add unicodeio.h.
65363         (all-local, install-exec-local, charset.alias): New targets.
65364
65365 2000-02-28  Paul Eggert  <eggert@twinsun.com>
65366
65367         * lib/quotearg.c (ALERT_CHAR): New macro.
65368         (quotearg_buffer_restyled): Use it.
65369
65370 2000-02-27  Jim Meyering  <meyering@lucent.com>
65371
65372         * m4/check-decl.m4: Add getenv to the list.
65373
65374 2000-02-27  Jim Meyering  <meyering@lucent.com>
65375
65376         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
65377         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
65378
65379         * lib/backupfile.c: Guard inclusion of stdlib.h with
65380         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
65381         Declare malloc if needed.
65382
65383         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
65384         `#ifndef HAVE_DECL..'
65385         now that autoconf always defines the HAVE_DECL_ symbols.
65386         * lib/human.c: Likewise.
65387         * lib/same.c: Likewise.
65388         * lib/strtoumax.c: Likewise.
65389
65390         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
65391         declaration check was not run.
65392         * lib/hash.c: Likewise.
65393         * lib/human.c: Likewise.
65394         * lib/same.c: Likewise.
65395         * lib/strtoumax.c: Likewise.
65396
65397         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
65398         `.', then first look up the entire `.'-containing string as a login
65399         name.
65400
65401 2000-02-23  Jim Meyering  <meyering@lucent.com>
65402
65403         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
65404         in place of my hack.
65405
65406 2000-02-18  Paul Eggert  <eggert@twinsun.com>
65407
65408         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
65409         (textint): New typedef.
65410         (parser_control): Member year changed from int to textint.
65411         All uses changed.
65412         (YYSTYPE): Removed; replaced by %union with int and textint members.
65413         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
65414         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
65415         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
65416         (tSNUMBER, tUNUMBER): Now of type <textintval>.
65417         (date, number, to_year): Use width of number in digits, not its value,
65418         to determine whether it's a 2-digit year, or a 2-digit time.
65419         (yylex): Store number of digits of numeric tokens.
65420         Reported by John Kendall.
65421
65422         (parser_control): Changed from struct parser_control to typedef (for
65423         consistency).  All uses changed.
65424
65425         (tID): Removed; not used.
65426         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
65427
65428 2000-02-14  Paul Eggert  <eggert@twinsun.com>
65429
65430         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
65431         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
65432
65433 2000-02-12  Jim Meyering  <meyering@lucent.com>
65434
65435         * lib/userspec.c (ISDIGIT): Define it.
65436         (isdigit): Remove definition.
65437         (is_number): Use ISDIGIT, not isdigit.
65438         <libintl.h>: Include.
65439         (_ and N_): Define.
65440         (parse_user_spec): Mark translatable strings.
65441
65442 2000-02-10  Jim Meyering  <meyering@lucent.com>
65443
65444         With these changes, nanosleep.[ch] are finally enough like the other
65445         lib/* replacement files to compile on a few more losing systems.
65446
65447         * lib/nanosleep.h: Don't include config.h.
65448         Remove prototype from declaration of nanosleep.
65449         (PARAMS): Remove now-unneeded definition.
65450         * lib/nanosleep.c: #undef nanosleep.
65451         (rpl_nanosleep): Rename from nanosleep.
65452
65453 2000-02-10  Jim Meyering  <meyering@lucent.com>
65454
65455         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
65456         gnu_nanosleep to rpl_nanosleep.
65457
65458 2000-02-09  Jim Meyering  <meyering@lucent.com>
65459
65460         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
65461         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
65462
65463 2000-02-08  Akim Demaille  <akim@epita.fr>
65464
65465         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
65466         `[' and `]' and remove uses of `changequote'.
65467         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
65468         (AC_SYS_LARGEFILE): Likewise.
65469         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
65470         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
65471         of changequote.
65472         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
65473         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
65474         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
65475         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
65476
65477 2000-02-05  Jim Meyering  <meyering@lucent.com>
65478
65479         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
65480         Remove explicit use of AC_HEADER_TIME.  It is required by
65481         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
65482         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
65483         in autoconf whereby the expansion of the latter ended up preceding
65484         the expansion of its prerequisite, AC_HEADER_TIME.
65485         Reported by Volker Borchert.
65486
65487 2000-02-03  Jim Meyering  <meyering@lucent.com>
65488
65489         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
65490
65491 2000-02-03  Jim Meyering  <meyering@lucent.com>
65492
65493         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
65494         rather than with `#if HAVE_UTMPNAME'.
65495
65496 2000-02-02  Jim Meyering  <meyering@lucent.com>
65497
65498         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
65499         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
65500         Reported by Eli Zaretskii.
65501
65502 2000-02-01  Jim Meyering  <meyering@lucent.com>
65503
65504         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
65505
65506 2000-01-31  Jim Meyering  <meyering@lucent.com>
65507
65508         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
65509         functions.  Add the time.h and sys/time.h headers along with the
65510         AC_REQUIRE'ment of AC_HEADER_TIME.
65511
65512 2000-01-31  Jim Meyering  <meyering@lucent.com>
65513
65514         * lib/nanosleep.h (nanosleep): Guard declaration with
65515         `#if ! HAVE_DECL_NANOSLEEP'.
65516         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
65517         the declaration in that vendor's sys/timers.h.
65518         Reported by Christian Krackowizer.
65519
65520         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
65521         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
65522         (ISPRINT): Likewise.
65523         Reported by Tom Tromey.
65524
65525 2000-01-30  Jim Meyering  <meyering@lucent.com>
65526
65527         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
65528
65529         * m4/prereq.m4 (utmp_includes): Define.
65530         Check for ut_user and ut_name members in both struct utmpx
65531         and struct utmp.
65532
65533 2000-01-30  Jim Meyering  <meyering@lucent.com>
65534
65535         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
65536         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
65537         header files where only utmpx.ut_user is declared.
65538
65539         * lib/readutmp.h (UT_USER): Define.
65540
65541 2000-01-29  Jim Meyering  <meyering@lucent.com>
65542
65543         * m4/lib-check.m4: New file containing library-related checks from
65544         fileutils and sh-utils (textutils had none).
65545
65546 2000-01-28  Jim Meyering  <meyering@lucent.com>
65547
65548         * m4/perl.m4: Change format of warning message to look more like that
65549         from the missing script.  Suggestion from François Pinard.
65550
65551 2000-01-25  Jim Meyering  <meyering@lucent.com>
65552
65553         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
65554         well as time.h in the compile check.
65555         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
65556         Fix typo in cross-compiling case: s/yes/no/.
65557
65558 2000-01-23  Jim Meyering  <meyering@lucent.com>
65559
65560         * m4/jm-macros.m4: Move df-related tests here from
65561         fileutils/configure.in
65562
65563         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
65564         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
65565
65566         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
65567         s/space/ac_fsusage_space/.
65568         (jm_FILE_SYSTEM_USAGE): Take two parameters.
65569
65570         * m4/ftruncate.m4: New file (derived from part of
65571         fileutils/configure.in).
65572         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
65573         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
65574
65575         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
65576         AC_SUBST these here, rather than just in sh-util/configure.in, so
65577         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
65578         all the same.
65579         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
65580         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
65581         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
65582         (AC_SUBST(POW_LIBM)): Likewise.
65583         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
65584
65585 2000-01-23  Jim Meyering  <meyering@lucent.com>
65586
65587         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
65588         obstack.c.
65589
65590 2000-01-22  Jim Meyering  <meyering@lucent.com>
65591
65592         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
65593
65594         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
65595
65596         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
65597         configure.in
65598         (AC_CHECK_HEADERS): Likewise for sh-utils.
65599         (AC_CHECK_HEADERS): Likewise for textutils.
65600         Merge the three lists of headers.
65601
65602         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
65603         from fileutils' configure.in.
65604
65605         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
65606         code. Moved tests into their own function (_jm_DECL_HEADERS) in
65607         check-decl.m4.
65608
65609         * m4/check-decl.m4: Use #if rather than #ifdef.
65610         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
65611         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
65612         (_jm_DECL_HEADERS): Define new function.
65613         (jm_CHECK_DECLARATIONS): Require it.
65614
65615 2000-01-22  Jim Meyering  <meyering@lucent.com>
65616
65617         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
65618         [! HAVE_DECL_STRTOULL]: Declare strtoull.
65619         Required for some AIX systems.  Reported by Christian Krackowizer.
65620         [TESTING] (main): New function.
65621
65622         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
65623         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
65624         letters.
65625
65626         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
65627         iswprint.
65628
65629         * lib/strverscmp.c (ISDIGIT): Define.
65630         (strverscmp): Use ISDIGIT, not isdigit.
65631
65632 2000-01-19  Jim Meyering  <meyering@lucent.com>
65633
65634         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
65635         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
65636         defines `struct timespec' in <sys/time.h>
65637
65638         * m4/c-bs-a.m4: Remove uses of changequote altogether.
65639         Thanks to Akim for explaining.
65640
65641 2000-01-17  Paul Eggert  <eggert@twinsun.com>
65642
65643         * lib/nanosleep.c (nanosleep):
65644         Don't use SA_INTERRUPT to decide whether to call sigaction, as
65645         POSIX.1 doesn't require SA_INTERRUPT and some systems
65646         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
65647         it's been part of POSIX.1 since day 1 (in 1988).
65648
65649 2000-01-17  Jim Meyering  <meyering@lucent.com>
65650
65651         * lib/interlock: Remove unused file.  Reported by François Pinard.
65652
65653 2000-01-16  Paul Eggert  <eggert@twinsun.com>
65654
65655         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
65656         alert, backslash, formfeed, and vertical tab unnecessarily in
65657         shell quoting style.
65658
65659 2000-01-16  Jim Meyering  <meyering@lucent.com>
65660
65661         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
65662         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
65663         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
65664         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
65665
65666 2000-01-16  Jim Meyering  <meyering@lucent.com>
65667
65668         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
65669         because the latter didn't work.
65670
65671 2000-01-15  Jim Meyering  <meyering@lucent.com>
65672
65673         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
65674         (AC_REPLACE_FUNCS): Add memcpy and memset.
65675         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
65676         Add strpbrk.
65677         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
65678
65679 2000-01-12  Jim Meyering  <meyering@lucent.com>
65680
65681         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
65682         (jm_PREREQ): Use it.
65683         (jm_PREREQ_READUTMP): New macro.
65684         (jm_PREREQ): Use it.
65685
65686 2000-01-11  Paul Eggert  <eggert@twinsun.com>
65687
65688         Quote multibyte characters correctly.
65689         * m4/c-bs-a.m4: New file.
65690         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
65691         (jm_PREREQ): Use it.
65692
65693 2000-01-11  Paul Eggert  <eggert@twinsun.com>
65694
65695         * m4/uintmax_t.m4: Port to autoconf 2.13.
65696
65697 2000-01-08  Jim Meyering  <meyering@ascend.com>
65698
65699         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
65700         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
65701
65702 2000-01-04  Jim Meyering  <meyering@ascend.com>
65703
65704         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
65705         jm_STRUCT_DIRENT_D_TYPE.
65706         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
65707         jm_STRUCT_DIRENT_D_INO.
65708         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
65709         jm_STRUCT_UTIMBUF.
65710         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
65711         renamings.
65712         * m4/utime.m4: Likewise.
65713
65714         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
65715         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
65716
65717 2000-01-03  Paul Eggert  <eggert@twinsun.com>
65718
65719         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
65720         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
65721
65722 2000-01-02  Jim Meyering  <meyering@ascend.com>
65723
65724         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
65725         remember if this is necessary.
65726
65727 1999-12-26  Jim Meyering  <meyering@ascend.com>
65728
65729         * m4/jm-macros.m4: Use it here.
65730         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
65731
65732 1999-12-23  Jim Meyering  <meyering@ascend.com>
65733
65734         * m4/jm-macros.m4: Check for clock_gettime (moved from
65735         fileutils/configure.in)
65736         Check for gettimeofday.
65737
65738 1999-12-20  Jim Meyering  <meyering@ascend.com>
65739
65740         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
65741         autoconf-2.14a-1999-12-20.
65742
65743 1999-12-19  Jim Meyering  <meyering@ascend.com>
65744
65745         * m4/lstat-slash.m4: New file.
65746         * m4/jm-macros.m4: Use the new macro:
65747         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
65748
65749 1999-12-07  Jim Meyering  <meyering@ascend.com>
65750
65751         * m4/perl.m4: Require that File::Compare be available, too.
65752         Too many systems seem to lack it.
65753
65754         * m4/strftime.m4: Add checks for most of the cpp macros tested in
65755         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
65756
65757 1999-11-18  Paul Eggert  <eggert@twinsun.com>
65758
65759         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
65760         problem with the QNX 4.25 shell, which doesn't propagate exit
65761         status of failed commands inside shell assignments.
65762
65763 1999-11-17  Jim Meyering  <meyering@ascend.com>
65764
65765         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
65766
65767 1999-11-07  Jim Meyering  <meyering@ascend.com>
65768
65769         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
65770
65771 1999-11-06  Jim Meyering  <meyering@ascend.com>
65772
65773         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
65774         * m4/jm-macros.m4 (jm_MACROS): Use it here.
65775
65776 1999-11-05  Jim Meyering  <meyering@ascend.com>
65777
65778         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
65779         configure.in of textutils, fileutils, and sh-utils into this one
65780         (shared between those packages) file.
65781         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
65782         AC_STRUCT_ST_BLKSIZE.
65783
65784 1999-11-03  Jim Meyering  <meyering@ascend.com>
65785
65786         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
65787         of AC_CHECK_TYPE checks includes unistd.h.
65788         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
65789         Suggestion from Akim Demaille.
65790
65791 1999-10-30  Jim Meyering  <meyering@ascend.com>
65792
65793         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
65794         m4-quoted string.
65795         * m4/ls-mntd-fs.m4: Likewise.
65796         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
65797         * m4/jm-winsz1.m4: Likewise.
65798
65799         * m4/const.m4: Remove file, since the fix made it into the experimental
65800         version of autoconf.
65801         * m4/mktime.m4: Likewise.
65802
65803         * m4/check-type.m4: Remove file, now that the latest version of
65804         AC_CHECK_TYPE takes a third arg to specify additional #includes.
65805
65806         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
65807         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
65808         AC_CHECK_TYPE.
65809
65810 1999-10-04  Jim Meyering  <meyering@ascend.com>
65811
65812         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
65813
65814 1999-09-22  Paul Eggert  <eggert@twinsun.com>
65815
65816         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
65817         2.95.1 bug with HP-UX 10.20.
65818
65819 1999-09-17  Jim Meyering  <meyering@ascend.com>
65820
65821         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
65822         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
65823         due to missing strdup (against sh-utils-2.0).
65824
65825 1999-08-29  Jim Meyering  <meyering@ascend.com>
65826
65827         * m4/jm-macros.m4: Require jm_BISON.
65828         * m4/bison.m4: New file.
65829
65830 1999-08-17  Paul Eggert  <eggert@twinsun.com>
65831
65832         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
65833         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
65834
65835 1999-08-05  Jim Meyering  <meyering@ascend.com>
65836
65837         * m4/getline.m4: Rename test file from conftestdata to conftest.data
65838         to avoid conflicts with `conftest' on 8+3 filesystems.
65839         Suggestion from Eli Zaretskii.
65840
65841 1999-08-04  Jim Meyering  <meyering@ascend.com>
65842
65843         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
65844         fileutils and sh-utils (textutils's getline test was inadequate).
65845         (AM_FUNC_GETLINE): Run this test.
65846         (AC_CHECK_FUNCS): Check for getdelim.
65847         Reported by Bob Proulx.
65848
65849 1999-08-02  Jim Meyering  <meyering@ascend.com>
65850
65851         * m4/jm-macros.m4: Add a comment.
65852
65853 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65854
65855         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
65856         <inttypes.h> defines strtoumax as a macro (and not as a
65857         function).
65858
65859 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65860
65861         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
65862         that we can shift, multiply and divide unsigned long long
65863         values; Ultrix cc can't do it.
65864
65865 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65866
65867         * m4/mktime.m4: New file, which is a preview of what should appear
65868         in the next public autoconf release.
65869
65870 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65871
65872         * m4/lfs.m4: Remove this file.
65873         * m4/largefile.m4: New file.  It contains the old contents of
65874         lfs.m4, except that all names with prefix AC_LFS have been
65875         changed to use the prefix AC_SYS_LARGEFILE instead, to be
65876         compatible with future autoconf versions.  Also, some minor m4
65877         quoting problems have been fixed.
65878
65879 1999-08-01  Paul Eggert  <eggert@twinsun.com>
65880
65881         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
65882         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
65883         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
65884         and simplify the shell code.
65885
65886 1999-08-01  Jim Meyering  <meyering@ascend.com>
65887
65888         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
65889         m4.
65890
65891 1999-07-20  Jim Meyering  <meyering@ascend.com>
65892
65893         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
65894
65895 1999-07-15  Jim Meyering  <meyering@ascend.com>
65896
65897         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
65898
65899 1999-05-22  Jim Meyering  <meyering@ascend.com>
65900
65901         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
65902
65903 1999-05-20  Jim Meyering  <meyering@ascend.com>
65904
65905         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
65906         Add a colon after each `then' in case $4 is empty.
65907
65908 1999-05-16  Jim Meyering  <meyering@ascend.com>
65909
65910         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
65911
65912 1999-05-10  Jim Meyering  <meyering@ascend.com>
65913
65914         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
65915
65916         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
65917         AC_FUNC_MKTIME.
65918
65919 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
65920
65921         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
65922
65923 1999-05-04  Paul Eggert  <eggert@twinsun.com>
65924
65925         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
65926         not CPPFLAGS, so that linking works correctly in IRIX.
65927
65928 1999-04-30  Paul Eggert  <eggert@twinsun.com>
65929
65930         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
65931
65932 1999-04-20  Paul Eggert  <eggert@twinsun.com>
65933
65934         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
65935         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
65936         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
65937         jm_AC_TYPE_UNSIGNED_LONG_LONG.
65938         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
65939
65940         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
65941
65942 1999-04-20  Jim Meyering  <meyering@ascend.com>
65943
65944         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
65945         AC_REPLACE xstroull if necessary.  From Paul Eggert.
65946         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
65947
65948 1999-04-18  Jim Meyering  <meyering@ascend.com>
65949
65950         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
65951         * m4/jm-macros.m4: Use it.
65952
65953 1999-04-06  Jim Meyering  <meyering@ascend.com>
65954
65955         * m4/strftime.m4: Remove test for %f.
65956
65957 1999-03-29  Jim Meyering  <meyering@ascend.com>
65958
65959         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
65960         superset of the AC_TYPE_* checks in the textutils, fileutils,
65961         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
65962         AC_TYPE_PID_T.
65963
65964 1999-03-28  Jim Meyering  <meyering@ascend.com>
65965
65966         * m4/jm-macros.m4: Define GNU_PACKAGE here.
65967         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
65968         replaced e.g., in the *.sh files of the sh-utils.
65969
65970 1999-03-20  Jim Meyering  <meyering@ascend.com>
65971
65972         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
65973         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
65974         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
65975
65976 1999-03-19  Jim Meyering  <meyering@ascend.com>
65977
65978         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
65979
65980 1999-03-12  Jim Meyering  <meyering@ascend.com>
65981
65982         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
65983
65984 1999-03-07  Jim Meyering  <meyering@ascend.com>
65985
65986         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
65987         declared.
65988
65989 1999-02-17  Jim Meyering  <meyering@ascend.com>
65990
65991         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
65992         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
65993
65994 1999-02-07  Jim Meyering  <meyering@ascend.com>
65995
65996         * m4/group-member.m4: New file -- extracted from sh-utils'
65997         configure.in.
65998
65999         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
66000         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
66001
66002 1999-02-06  Jim Meyering  <meyering@ascend.com>
66003
66004         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
66005         * m4/fnmatch.m4: Likewise.
66006         * m4/getgroups.m4: Likewise.
66007         * m4/lstat.m4: Likewise.
66008         * m4/malloc.m4: Likewise.
66009         * m4/putenv.m4: Likewise.
66010         * m4/realloc.m4: Likewise.
66011         * m4/regex.m4: Likewise.
66012         * m4/stat.m4: Likewise.
66013         * m4/strftime.m4: Likewise.
66014         Suggestion from Alain Magloire.
66015
66016         * m4/chown.m4: Use `.$ac_objext', not `.o'.
66017         * m4/fnmatch.m4: Likewise.
66018         * m4/getgroups.m4: Likewise.
66019         * m4/getline.m4: Likewise.
66020         * m4/lstat.m4: Likewise.
66021         * m4/malloc.m4: Likewise.
66022         * m4/memcmp.m4: Likewise.
66023         * m4/putenv.m4: Likewise.
66024         * m4/realloc.m4: Likewise.
66025         * m4/regex.m4: Likewise.
66026         * m4/stat.m4: Likewise.
66027         * m4/strftime.m4: Likewise.
66028         Suggestion from Alain Magloire.
66029
66030         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
66031         an argument.
66032
66033         * m4/regex.m4: Add a run-time Test for proper operation of
66034         re_compile_pattern.
66035
66036 1999-01-31  Jim Meyering  <meyering@ascend.com>
66037
66038         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
66039
66040 1999-01-30  Jim Meyering  <meyering@ascend.com>
66041
66042         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
66043
66044         * m4/jm-mktime.m4: Make this a wrapper around the official
66045         AM_FUNC_MKTIME rather than my private copy, now that the official one
66046         is up to date.
66047         * m4/mktime.m4: Remove file.
66048
66049         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
66050         * m4/uptime.m4: Likewise.
66051         * m4/uintmax_t.m4: Likewise.
66052
66053 1999-01-28  Jim Meyering  <meyering@ascend.com>
66054
66055         * m4/jm-macros.m4: Use jm_AFS.
66056         * m4/afs.m4: New file (from fileutils' configure.in).
66057
66058         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
66059         * m4/chown.m4: Likewise.
66060         * m4/d-ino.m4: Likewise.
66061         * m4/d-type.m4: Likewise.
66062         * m4/fnmatch.m4: Likewise.
66063         * m4/getgroups.m4: Likewise.
66064         * m4/gettext.m4: Likewise.
66065         * m4/jm-mktime.m4: Likewise.
66066         * m4/jm-winsz2.m4: Likewise.
66067         * m4/lcmessage.m4: Likewise.
66068         * m4/ls-mntd-fs.m4: Likewise.
66069         * m4/malloc.m4: Likewise.
66070         * m4/memcmp.m4: Likewise.
66071         * m4/putenv.m4: Likewise.
66072         * m4/realloc.m4: Likewise.
66073         * m4/st_mtim.m4: Likewise.
66074         * m4/strftime.m4: Likewise.
66075
66076 1999-01-16  Jim Meyering  <meyering@ascend.com>
66077
66078         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
66079         (ARGMATCH_DIE_DECL): Define.
66080
66081 1999-01-12  Jim Meyering  <meyering@ascend.com>
66082
66083         * m4/Makefile.am.in: Rewrite to avoid using fmt.
66084         Reported by Lars Hecking.
66085
66086 1999-01-10  Jim Meyering  <meyering@ascend.com>
66087
66088         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
66089         gross kludge.
66090         * m4/inttypes_h.m4: Likewise.
66091         * m4/lstat.m4: Likewise.
66092         * m4/malloc.m4: Likewise.
66093         * m4/readdir.m4: Likewise.
66094         * m4/realloc.m4: Likewise.
66095         * m4/st_dm_mode.m4: Likewise.
66096         * m4/stat.m4: Likewise.
66097         * m4/utimbuf.m4: Likewise.
66098         * m4/utimes.m4: Likewise.
66099
66100         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
66101         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
66102         comments in config.h.in are meaningful.
66103
66104         * m4/jm-macros.m4: Require autoconf-2.13 here.
66105
66106         * m4/regex.m4: By default, don't use the included regex.c on systems
66107         with glibc 2.  Suggestion from Uli Drepper.
66108
66109 1999-01-02  Jim Meyering  <meyering@ascend.com>
66110
66111         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
66112
66113 1998-12-18  Jim Meyering  <meyering@ascend.com>
66114
66115         * m4/Makefile.am.in (Makefile.am): Simplify rule.
66116         Based on a suggestion from Lars Hecking.
66117
66118 1998-11-16  Paul Eggert  <eggert@twinsun.com>
66119
66120         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
66121
66122 1998-11-16  Jim Meyering  <meyering@ascend.com>
66123
66124         * m4/lfs.m4: Double-quote the `uname...` expression.
66125
66126 1998-11-14  Jim Meyering  <meyering@ascend.com>
66127
66128         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
66129         * m4/stat.m4: Likewise.
66130
66131 1998-11-03  Jim Meyering  <meyering@ascend.com>
66132
66133         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
66134         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
66135
66136 1998-10-18  Jim Meyering  <meyering@ascend.com>
66137
66138         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
66139
66140 1998-10-17  Jim Meyering  <meyering@ascend.com>
66141
66142         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
66143         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
66144         calls for those previously hard-coded headers.  Instead, take a new
66145         parameter.
66146         (jm_CHECK_DECLARATIONS): Reflect interface change.
66147         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
66148         (jm_CHECK_DECL_LOCALTIME_R): New macro.
66149
66150         * m4/mktime.m4: Test for spring-forward gap before long-running test.
66151
66152 1998-10-14  Jim Meyering  <meyering@ascend.com>
66153
66154         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
66155         instead of "TZ=America/Vancouver".  From Paul Eggert.
66156
66157 1998-10-11  Jim Meyering  <meyering@ascend.com>
66158
66159         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
66160         This adds a test for a recently added compatibility fix for mktime.c.
66161         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
66162
66163 1998-09-27  Jim Meyering  <meyering@ascend.com>
66164
66165         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
66166
66167         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
66168         ../configure.in, including a change from Gordon Matzigkeit to allow
66169         cross-compiling for the Hurd.
66170
66171         * m4/glibc.m4: New file/macro to test for the GNU C Library
66172         versions 1 and 2.  From Gordon Matzigkeit.
66173         Indent.
66174
66175 1998-09-21  Jim Meyering  <meyering@ascend.com>
66176
66177         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
66178
66179 1998-08-18  Paul Eggert  <eggert@twinsun.com>
66180
66181         Port nanosecond-resolution times to UnixWare 2.1.2 and
66182         pedantic Solaris 2.6.
66183
66184         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
66185         AC_STRUCT_ST_MTIM.
66186         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
66187         Generate name of ns member, instead of just 1 or undef.
66188         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
66189
66190 1998-08-15  Jim Meyering  <meyering@ascend.com>
66191
66192         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
66193         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
66194         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
66195         instead of jm_TYPE_SSIZE_T.
66196
66197 1998-08-12  Jim Meyering  <meyering@ascend.com>
66198
66199         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
66200
66201 1998-08-02  Jim Meyering  <meyering@ascend.com>
66202
66203         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
66204         in acconfig.h manually.
66205
66206 1998-07-31  Paul Eggert  <eggert@twinsun.com>
66207
66208         * m4/st_mtim.m4: New file.
66209
66210 1998-07-28  Jim Meyering  <meyering@ascend.com>
66211
66212         * m4/utimes.m4: Undef stat.
66213
66214 1998-07-25  Jim Meyering  <meyering@ascend.com>
66215
66216         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
66217         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
66218
66219 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
66220
66221         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
66222         uid and gid actually remain unchanged.
66223
66224 1998-07-07  Jim Meyering  <meyering@ascend.com>
66225
66226         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
66227
66228 1998-07-04  Jim Meyering  <meyering@ascend.com>
66229
66230         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
66231         to prove that this macro can be used in packages without regex.c.
66232
66233 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
66234
66235         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
66236         is to be used.
66237
66238 1998-07-03  Jim Meyering  <meyering@ascend.com>
66239
66240         * m4/gettext.m4: Add -lintl if it's found to be necessary.
66241
66242         * m4/gettext.m4: New file -- from gettext-0.10.35.
66243         * m4/lcmessage.m4: Likewise.
66244         * m4/progtest.m4: Likewise.
66245
66246         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
66247         * m4/jm-macros.m4: Require the new macro.
66248
66249 1998-06-29  Jim Meyering  <meyering@ascend.com>
66250
66251         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
66252         for the definition of NGROUPS (used in a system header included
66253         by sys/mount.h).
66254
66255 1998-06-28  Jim Meyering  <meyering@ascend.com>
66256
66257         * m4/ls-mntd-fs.m4: New file.
66258         * m4/fstypename.m4: New file.
66259
66260         * m4/jm-macros.m4: Require the new macro.
66261         * m4/jm-glibc-io.m4: New file.
66262
66263 1998-05-19  Jim Meyering  <meyering@ascend.com>
66264
66265         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
66266         * m4/lchown.m4: New file.
66267
66268         * m4/Makefile.am.in: New file.
66269         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
66270
66271 1998-05-14  Jim Meyering  <meyering@ascend.com>
66272
66273         * m4/Makefile.am (EXTRA_DIST): Add them.
66274         * m4/jm-macros.m4: New file.
66275         * m4/utimbuf.m4: New file.
66276
66277 1998-05-12  Jim Meyering  <meyering@ascend.com>
66278
66279         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
66280
66281 1998-05-11  Jim Meyering  <meyering@ascend.com>
66282
66283         * m4/isc-posix.m4: New file.
66284
66285 1998-05-10  Jim Meyering  <meyering@ascend.com>
66286
66287         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
66288
66289 1998-05-09  Jim Meyering  <meyering@ascend.com>
66290
66291         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
66292         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
66293         with automake.
66294
66295         * m4/ssize_t.m4: New file.
66296         * m4/mktime.m4: Remove file -- the new automake has this now.
66297
66298 1998-04-26  Jim Meyering  <meyering@ascend.com>
66299
66300         * m4/assert.m4: New file.
66301         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
66302
66303 1998-04-05  Jim Meyering  <meyering@ascend.com>
66304
66305         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
66306         (jm_PREREQ): Use it here.
66307
66308 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
66309
66310         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
66311         in acconfig.h.
66312
66313 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
66314
66315         * m4/prereq.m4: New file.
66316         * m4/error.m4: New file.
66317         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
66318
66319 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
66320
66321         * m4/getline.m4: Don't set am_cv_func_working_getline before the
66322         cache-check for the same variable -- that defeated the purpose of
66323         the test; the test program was never run.  This was a problem only
66324         on systems with losing getline functions -- HP-UX 10.20 is one.
66325         Reported by Bjorn Helgaas.
66326
66327 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
66328
66329         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
66330
66331 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
66332
66333         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
66334
66335         * m4/const.m4: New file.  Use an initializer in this declaration
66336         typedef int charset[2]; const charset x;
66337         Reported by Bob Glickstein.
66338
66339 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
66340
66341         * m4/chown.m4: Fix reversed types on -1 args to chown.
66342         From Kaveh Ghazi.
66343
66344 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
66345
66346         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
66347         Add lseek and memchr.
66348
66349         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
66350         T.E.Dickey <dickey@clark.net> said that some older preprocessors
66351         have a 20-character limit on names.
66352
66353 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
66354
66355         * m4/inttypes_h.m4: New file.
66356         * m4/uintmax_t.m4: New file.
66357         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
66358
66359
66360         -----
66361
66362         Local Variables:
66363         coding: utf-8
66364         End:
66365
66366         Copyright (C) 1997-2010 Free Software Foundation, Inc.
66367
66368         Copying and distribution of this file, with or without
66369         modification, are permitted provided the copyright notice
66370         and this notice are preserved.