Remove useless test-pwrite.sh file.
[gnulib.git] / ChangeLog
1 2010-05-10  Peter O'Gorman  <pogma@thewrittenword.com>
2
3         Remove useless test-pwrite.sh file.
4         * tests/test-pwrite.sh: Delete file.
5         * modules/pwrite-tests: Remove references.
6         Reported by Bruno Haible.
7
8 2010-05-10  Peter O'Gorman  <pogma@thewrittenword.com>
9
10         init.sh: fix a typo
11         * tests/init.sh: Correct typo in MALLOC_PERTURB_ initialization.
12
13 2010-05-10  Jim Meyering  <meyering@redhat.com>
14
15         maint.mk: avoid using a temporary file in the always-defined-macros check
16         * top/maint.mk (.re-defmac): Remove rule.
17         (gl_trap_): Remove definition.
18         (sc_prohibit_always-defined_macros): Rewrite not to create and
19         depend on a temporary file.  Instead, depend on GNU grep's ability
20         to read a list of regular expressions from stdin when given "-f -".
21
22 2010-05-09  Bruno Haible  <bruno@clisp.org>
23
24         Update to GNU gettext 0.18.
25         * m4/gettext.m4: Update to GNU gettext 0.17.
26         * m4/intl.m4: Likewise.
27         * m4/po.m4: Likewise.
28         * modules/gettext (Files): Add m4/fcntl-o.m4.
29         (configure.ac): Require gettext infrastructure from version 0.18.
30
31 2010-05-09  Jim Meyering  <meyering@redhat.com>
32
33         init.sh: enable MALLOC_PERTURB_
34         * tests/init.sh: Enable glibc's malloc-perturbing option.
35
36         maint.mk: improve sc_cross_check_PATH_usage_in_tests
37         With my recent change in init.sh from the two-line form:
38             -#   : ${srcdir=.}
39             -#   . "$srcdir/init.sh"; path_prepend_ .
40             +#   . "${srcdir=.}/init.sh"; path_prepend_ .
41         I noticed that using the one-line form would cause this test
42         to fail with a false-positive, or to stop working altogether,
43         depending on whether help-version changed or all the tests did.
44         * top/maint.mk (_hv_regex): Remove this definition.
45         (_hv_regex_weak): Use a weak regex to select all init.sh-sourcing files.
46         (_hv_regex_strong): Use a stronger regex to check for conformance.
47         (sc_cross_check_PATH_usage_in_tests): Rewrite to use the above.
48         Give a separate diagnostic for lack of conforming use.
49
50         maint.mk: prohibit definition of symbols defined by gnulib
51         * top/maint.mk (sc_prohibit_always-defined_macros): Reject the
52         definition of symbols defined by gnulib.
53
54 2010-05-09  Bruno Haible  <bruno@clisp.org>
55
56         acl: Avoid test failure on Cygwin-hosted mingw.
57         * tests/test-set-mode-acl.sh: Skip test if USE_ACL is 0.
58
59 2010-05-09  Bruno Haible  <bruno@clisp.org>
60
61         error: Use system's fcntl function.
62         * lib/error.c (fcntl): Undefine.
63
64 2010-05-09  Jim Meyering  <meyering@redhat.com>
65
66         verify: adjust formatting to be more consistent
67         * lib/verify.h (_GL_GENSYM): Add a space before each of a few
68         argument-list '('s, and after one comma.
69
70 2010-05-09  Bruno Haible  <bruno@clisp.org>
71
72         error: More reliable output on mingw.
73         * lib/error.c: Include <windows.h>.
74         (is_open): New function.
75         (flush_stdout): Call it instead of fcntl, also if F_GETFL is not
76         defined.
77
78 2010-05-09  Bruno Haible  <bruno@clisp.org>
79
80         vasnprintf: Fix syntax errors in libintl build on mingw.
81         * lib/vasnprintf.c (VASNPRINTF): Move a closing brace. Undefine
82         pad_ourselves and prec_ourselves after use.
83
84 2010-05-08  Bruno Haible  <bruno@clisp.org>
85
86         * lib/config.charset: Update comments for Cygwin 1.7.
87         * lib/localcharset.c: Likewise.
88
89 2010-05-07  Jim Meyering  <meyering@redhat.com>
90
91         init.sh: improve comments
92         * tests/init.sh: Recommend the one-line init.sh-sourcing idiom:
93         . "${srcdir=.}/init.sh"; path_prepend_ .
94         Add a note about path_prepend_ and the alternative of using
95         TESTS_ENVIRONMENT.
96
97 2010-05-06  Sergey Poznyakoff  <gray@gnu.org.ua>
98
99         exclude: Unescape hashed patterns in wildcard mode.
100         * lib/exclude.c (add_exclude): Unescape the pattern before adding it
101         to the hash list.
102         * tests/test-exclude8.sh: New test case.
103         * modules/exclude-tests: Add new test.
104
105 2010-05-05  Eric Blake  <eblake@redhat.com>
106
107         verify: automate tests
108         * modules/verify-tests: New module.
109         * tests/test-verify.sh: New file.
110         * tests/test-verify.c: Guard each negative test with a unique id.
111         Also avoid warning about unused left hand of comma expressions.
112
113 2010-05-05  Paul Eggert  <eggert@cs.ucla.edu>
114
115         Further improvements to verify.h, suggested by Eric Blake.
116         * lib/verify.h (_GL_CONCAT, _GL_CONCAT0, _GL_GENSYM): Renamed from
117         the GL_* versions, to avoid collision with OpenGL.
118         (_GL_COUNTER): New macro, so that we can fall back on __LINE__ if
119         __COUNTER__ doesn't work.  Test that __COUNTER__ increments rather
120         than testing merely whether it's defined.
121
122         Modify verify.h to pacify gcc -Wredundant_decls.
123         * lib/verify.h (GL_CONCAT, GL_CONCAT0, GL_GENSYM): New macros.
124         These use the prefix "GL_" since they're likely to be useful elsewhere.
125         We may need to break them out into a different .h file.
126         (__COUNTER__): Define to 0 if the compiler doesn't support it.
127         (verify) [!defined __cplusplus]: Use them to avoid duplicate decls
128         of verify_function__.
129
130 2010-05-05  Peter O'Gorman  <pogma@thewrittenword.com>
131
132         Tests for module pwrite.
133         * modules/pwrite-tests: New file.
134         * tests/test-pwrite.sh: New file.
135         * tests/test-pwrite.c: New file.
136
137         New module pwrite.
138         * lib/unistd.in.h (pwrite): New declaration.
139         * lib/pwrite.c: New file, from glibc with modifications.
140         * m4/pwrite.m4: New file.
141         * m4/unistd_h.m4 (gl_UNISTD_H): Test whether pwrite is declared.
142         (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PWRITE, HAVE_PWRITE,
143         REPLACE_PWRITE.
144         * modules/pwrite: New file.
145         * modules/unistd (Makefile.am): Substitute GNULIB_PWRITE, HAVE_PWRITE,
146         REPLACE_PWRITE.
147         * tests/test-unistd-c++.cc: Check GNULIB_NAMESPACE::pwrite.
148         * doc/posix-functions/pwrite.texi: Mention the new module.
149
150 2010-05-05  Peter O'Gorman  <pogma@thewrittenword.com>
151
152         pread: Update documentation.
153         * doc/posix-functions/pread.texi: Mention the 'pread' module.
154
155 2010-05-04  Eric Blake  <eblake@redhat.com>
156
157         docs: update cygwin progress
158         * doc/posix-functions/wctob.texi (wctob): Cygwin 1.7.6 will fix
159         this bug.
160         * doc/glibc-functions/get_nprocs_conf.texi (get_nprocs_conf):
161         Added in cygwin 1.7.2.
162         * doc/glibc-functions/get_phys_pages.texi (get_phys_pages):
163         Likewise.
164         * doc/glibc-functions/get_avphys_pages.texi (get_avphys_pages):
165         Likewise.
166         * doc/glibc-functions/dup3.texi (dup3): Likewise.
167         * doc/glibc-functions/pipe2.texi (pipe2): Likewise.
168         * doc/glibc-functions/accept4.texi (accept4): Likewise.
169         * doc/posix-functions/strfmon.texi (strfmon): Likewise.
170         * doc/glibc-functions/get_nprocs.texi (get_nprocs): Likewise.
171         Mention nproc module.
172         * doc/glibc-functions/xdr_uint16_t.texi (xdr_uint16_t): Mention
173         bug in cygwin 1.7.5 addition.
174         * doc/glibc-functions/xdr_uint32_t.texi (xdr_uint32_t): Likewise.
175         * doc/glibc-functions/xdr_uint64_t.texi (xdr_uint64_t): Likewise.
176         * doc/glibc-functions/xdr_uint8_t.texi (xdr_uint8_t): Likewise.
177         * doc/glibc-functions/xdr_array.texi (xdr_array): Added in cygwin
178         1.7.5.
179         * doc/glibc-functions/xdr_bool.texi (xdr_bool): Likewise.
180         * doc/glibc-functions/xdr_bytes.texi (xdr_bytes): Likewise.
181         * doc/glibc-functions/xdr_char.texi (xdr_char): Likewise.
182         * doc/glibc-functions/xdr_double.texi (xdr_double): Likewise.
183         * doc/glibc-functions/xdr_enum.texi (xdr_enum): Likewise.
184         * doc/glibc-functions/xdr_float.texi (xdr_float): Likewise.
185         * doc/glibc-functions/xdr_free.texi (xdr_free): Likewise.
186         * doc/glibc-functions/xdr_hyper.texi (xdr_hyper): Likewise.
187         * doc/glibc-functions/xdr_int.texi (xdr_int): Likewise.
188         * doc/glibc-functions/xdr_int16_t.texi (xdr_int16_t): Likewise.
189         * doc/glibc-functions/xdr_int32_t.texi (xdr_int32_t): Likewise.
190         * doc/glibc-functions/xdr_int64_t.texi (xdr_int64_t): Likewise.
191         * doc/glibc-functions/xdr_int8_t.texi (xdr_int8_t): Likewise.
192         * doc/glibc-functions/xdr_long.texi (xdr_long): Likewise.
193         * doc/glibc-functions/xdr_longlong_t.texi (xdr_longlong_t):
194         Likewise.
195         * doc/glibc-functions/xdr_netobj.texi (xdr_netobj): Likewise.
196         * doc/glibc-functions/xdr_opaque.texi (xdr_opaque): Likewise.
197         * doc/glibc-functions/xdr_pointer.texi (xdr_pointer): Likewise.
198         * doc/glibc-functions/xdr_reference.texi (xdr_reference):
199         Likewise.
200         * doc/glibc-functions/xdr_short.texi (xdr_short): Likewise.
201         * doc/glibc-functions/xdr_sizeof.texi (xdr_sizeof): Likewise.
202         * doc/glibc-functions/xdr_string.texi (xdr_string): Likewise.
203         * doc/glibc-functions/xdr_u_char.texi (xdr_u_char): Likewise.
204         * doc/glibc-functions/xdr_u_hyper.texi (xdr_u_hyper): Likewise.
205         * doc/glibc-functions/xdr_u_int.texi (xdr_u_int): Likewise.
206         * doc/glibc-functions/xdr_u_long.texi (xdr_u_long): Likewise.
207         * doc/glibc-functions/xdr_u_longlong_t.texi (xdr_u_longlong_t):
208         Likewise.
209         * doc/glibc-functions/xdr_u_short.texi (xdr_u_short): Likewise.
210         * doc/glibc-functions/xdr_union.texi (xdr_union): Likewise.
211         * doc/glibc-functions/xdr_vector.texi (xdr_vector): Likewise.
212         * doc/glibc-functions/xdr_void.texi (xdr_void): Likewise.
213         * doc/glibc-functions/xdr_wrapstring.texi (xdr_wrapstring):
214         Likewise.
215         * doc/glibc-functions/xdrmem_create.texi (xdrmem_create):
216         Likewise.
217         * doc/glibc-functions/xdrrec_create.texi (xdrrec_create):
218         Likewise.
219         * doc/glibc-functions/xdrrec_endofrecord.texi
220         (xdrrec_endofrecord): Likewise.
221         * doc/glibc-functions/xdrrec_eof.texi (xdrrec_eof): Likewise.
222         * doc/glibc-functions/xdrrec_skiprecord.texi (xdrrec_skiprecord):
223         Likewise.
224         * doc/glibc-functions/xdrstdio_create.texi (xdrstdio_create):
225         Likewise.
226
227 2010-05-04  Jim Meyering  <meyering@redhat.com>
228
229         gendocs.sh: make its "-s FILE" option more useful
230         * build-aux/gendocs.sh: When honoring the -s FILE option, update
231         $PACKAGE to reflect the probably-different basename of "FILE".
232
233 2010-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
234
235         bootstrap: don't ignore download_po_files failure
236         * build-aux/bootstrap (update_po_files): Don't ignore download_po_files
237         failure.
238
239 2010-05-03  Jim Meyering  <meyering@redhat.com>
240
241         maint.mk: allow to pass options to gendocs.sh
242         * top/maint.mk (web-manual): Pass gendocs_options_ to gendocs.sh.
243         (gendocs_options_): New overridable variable.
244
245         gnu-web-doc-update: don't ignore configure or build failure
246         * build-aux/gnu-web-doc-update: Exit nonzero upon internal failure.
247
248         announce-gen: backslash-escape '@'s in --help output
249         * build-aux/announce-gen: Fix syntax errors.
250
251         maint.mk, announce-gen: allow project-specific announcement mail headers
252         * top/maint.mk (translation_project_): Define default.
253         (announcement_Cc_, announcement_mail_headers_): Likewise.
254         (announcement): Invoke announce-gen with new --mail-headers option.
255         * build-aux/announce-gen: New option: --mail-headers=HEADERS.
256
257         test-xalloc-die: avoid unwarranted test failure on OpenSolaris 5.11
258         * tests/test-xalloc-die.sh: Redirect stdout before stderr, (i.e.,
259         "> out 2> err", rather than "2> err > out").  Otherwise, with /bin/sh
260         on OpenSolaris 5.11 snv_134, we would end up with a stray "1> out"
261         line in the "err2" output file when running "make check" in verbose
262         mode (i.e., with set -x enabled).
263
264 2010-05-03  Bruno Haible  <bruno@clisp.org>
265
266         wctob: Fix for weird platforms.
267         * lib/wctob.c (wctob): When wint_t is larger than wchar_t, check the
268         argument value.
269
270 2010-05-03  Jim Meyering  <meyering@redhat.com>
271
272         maint.mk: prohibit unwarranted use of <strings.h>
273         * top/maint.mk (sc_prohibit_strings_without_use): Reject inclusion of
274         strings.h in a file that does not also use strcasecmp, strncasecmp,
275         ffs or ffsll.
276
277         maint.mk: remove obsolete comments
278         * top/maint.mk: Remove stale, commented-out rules.
279
280 2010-05-02  Bruno Haible  <bruno@clisp.org>
281
282         wcwidth: Declare also when it's aliased.
283         * lib/wchar.in.h (wcwidth): Don't test whether wcwidth is defined as a
284         macro.
285
286 2010-05-02  Bruno Haible  <bruno@clisp.org>
287
288         Fix regression from 2010-04-25.
289         * gnulib-tool (func_modules_transitive_closure): Check the status of
290         all modules, not only of the tests that are of the form foo-tests where
291         foo is a module.
292
293 2010-05-02  Bruno Haible  <bruno@clisp.org>
294
295         wctob: Work around nasty Cygwin 1.7.2 bug.
296         * m4/wctob.m4 (gl_FUNC_WCTOB): Detect the Cygwin bug.
297         * doc/posix-functions/wctob.texi: Mention the Cygwin bug.
298
299 2010-05-01  Bruno Haible  <bruno@clisp.org>
300
301         fpurge: Sharper test.
302         * tests/test-fpurge.c (main): Add one more ftell check.
303         * modules/fpurge-tests (Depends-on): Add ftell.
304         Suggested by Eric Blake.
305
306 2010-05-01  Bruno Haible  <bruno@clisp.org>
307
308         ftello: Another test.
309         * tests/test-ftello3.c: New file.
310         * modules/ftello-tests (Files): Add it.
311         (Makefile.am): Add it to TESTS and check_PROGRAMS. Augment
312         MOSTLYCLEANFILES.
313
314         ftell: Another test.
315         * tests/test-ftell3.c: New file.
316         * modules/ftell-tests (Files): Add it.
317         (Makefile.am): Add it to TESTS and check_PROGRAMS. Augment
318         MOSTLYCLEANFILES.
319
320 2010-05-01  Bruno Haible  <bruno@clisp.org>
321
322         ftell, ftello: Work around Solaris bug.
323         * m4/ftello.m4 (gl_FUNC_FTELLO): Detect Solaris bug.
324         * lib/ftello.c: Include stdio-impl.h.
325         (ftello): On Solaris, when _IOWRT is set, compute the result without
326         looking at _IOREAD.
327         * modules/ftello (Files): Add lib/stdio-impl.h.
328         * doc/posix-functions/ftell.texi: Mention Solaris bug.
329         * doc/posix-functions/ftello.texi: Likewise.
330         Reported by Eric Blake.
331
332 2010-05-01  Bruno Haible  <bruno@clisp.org>
333
334         freading: Adapt to special meaning of _IOREAD flag on Solaris.
335         * lib/freading.c (freading): On Solaris, ignore the _IOREAD flag if
336         the _IOWRT flag is also set.
337
338 2010-05-01  Bruno Haible  <bruno@clisp.org>
339
340         Fix doc about a HP-UX stdio bug.
341         * doc/posix-functions/ftell.texi: Mark HP-UX bug as unfixed.
342         * doc/posix-functions/ftello.texi: Likewise.
343
344 2010-05-01  Bruno Haible  <bruno@clisp.org>
345
346         lseek test: Fix failure on Solaris.
347         * tests/test-lseek.sh: Partially revert 2010-04-20 commit. Consume all
348         output.
349
350 2010-04-30  Jim Meyering  <meyering@redhat.com>
351
352         bootstrap: don't ignore failure to generate po*/Makevars
353         * build-aux/bootstrap (with_gettext): Don't ignore failure
354         to create po/Makevars or runtime-po/Makevars.
355
356 2010-04-29  Eric Blake  <eblake@redhat.com>
357
358         headers: relax license to LGPLv2+
359         * modules/fcntl-h (License): Relax license.
360         * modules/getopt-posix (License): Likewise.
361         * modules/locale (License): Likewise.
362         * modules/math (License): Likewise.
363         * modules/pty (License): Likewise.
364         * modules/sched (License): Likewise.
365         * modules/search (License): Likewise.
366         * modules/spawn (License): Likewise.
367         * modules/stdarg (License): Likewise.
368         * modules/sysexits (License): Likewise.
369
370 2010-04-29  Jim Meyering  <meyering@redhat.com>
371
372         inttypes: relax license to LGPLv2+
373         * modules/inttypes (License): Relax license.
374
375 2010-04-29  Simon Josefsson  <simon@josefsson.org>
376
377         * top/maint.mk (indent): Run twice to produce idempotent results.
378
379 2010-04-28  Bruno Haible  <bruno@clisp.org>
380
381         getdate: Generate getdate.c in the source directory.
382         * modules/getdate (Makefile.am): Add rule for getdate.c. Augment
383         MOSTLYCLEANFILES.
384         Suggested by Daniel Richard G. <skunk@iskunk.org> and Ralf Wildenhues.
385
386 2010-04-27  Andreas Gruenbacher  <agruen@suse.de>  (tiny change)
387
388         * lib/utimens.c: On Tru64, the timestamp parameter of utimens(2)
389         is not declared as a const *; avoid warnings in that case.
390
391 2010-04-28  Eric Blake  <eblake@redhat.com>
392
393         canonicalize-lgpl: avoid compiler warning
394         * lib/canonicalize-lgpl.c (versioned_symbol): Avoid an 'empty
395         declaration' / 'extraneous semicolon' warning with some compilers.
396         Reported by Andreas Gruenbacher.
397
398 2010-04-28  Jim Meyering  <meyering@redhat.com>
399
400         init.sh: ensure a more reliable exit status when exiting via trap
401         * tests/init.sh (setup_): Don't rely on $? in signal handler.
402         Inspired by patches from Dmitry V. Levin.
403         Also trap on signal 3 (SIGQUIT).
404
405 2010-04-27  Bruno Haible  <bruno@clisp.org>
406
407         Update doc about utimes().
408         * doc/posix-functions/utimes.texi: Mention the OSF/1 problem and the
409         'utimens' module.
410         Reported by Andreas Gruenbacher <agruen@suse.de>.
411
412 2010-04-27  Eric Blake  <eblake@redhat.com>
413
414         full-read, full-write: relax license
415         * modules/full-read (License): Drop to LGPLv2+.
416         * modules/full-write (License): Likewise.
417         * modules/safe-read (License): Likewise.
418         * modules/safe-write (License): Likewise.
419
420         pthread: mention library for linking
421         * modules/pthread (Link): Mention $(LIB_PTHREAD).
422
423 2010-04-27  Jim Meyering  <meyering@redhat.com>
424
425         maint.mk: fix a bug introduced in last change
426         * top/maint.mk (gl_assured_headers_): Now that all names are on
427         one line, use sed's "g" modifier.  Note that while the \.in\.h LHS
428         is not anchored to end of word, it should be adequate.
429
430         maint.mk: avoid side-effect in latest syntax-check
431         * top/maint.mk (sc_prohibit_always_true_header_tests): Rework not
432         to run commands via $(shell...), and hence to incur cost only when
433         the new rule is actually run.
434
435         maint.mk: syntax-check: prohibit HAVE_<header>_H that are always true
436         Derive the list of guaranteed header names from gnulib/lib/*.in.h,
437         and use that to create a regexp used to detect all #if HAVE_..._H uses.
438         * top/maint.mk (sc_prohibit_always_true_header_tests): New rule.
439         (gl_assured_headers_, az_, AZ_): Define.
440         (gl_header_upper_case_or_, gl_have_header_regex_): Define.
441
442 2010-04-26  Jim Meyering  <jim@meyering.net>
443             Bruno Haible  <bruno@clisp.org>
444
445         gnulib-common.m4: make glibc write diagnostics to stderr, not /dev/tty
446         * m4/gnulib-common.m4 (gl_COMMON_BODY): Set LIBC_FATAL_STDERR_.
447         Prompted by an exchange with Gilles Espinasse.
448
449 2010-04-26  Jim Meyering  <meyering@redhat.com>
450
451         git-version-gen: aesthetic tweak
452         * build-aux/git-version-gen: Use "$nl" rather than a literal,
453         so that the command remains on a single line.
454
455 2010-04-26  Eric Blake  <eblake@redhat.com>
456
457         git-version-gen: allow use on EBCDIC hosts
458         * build-aux/git-version-gen (dirty): Use literal rather than tying
459         ourselves to ascii.
460         Reported by Steve Goetze.
461
462 2010-04-25  Bruno Haible  <bruno@clisp.org>
463
464         netdb: Add support for GNULIB_POSIXCHECK.
465         * lib/netdb.in.h: Include warn-on-use.h.
466         (getaddrinfo, freeaddrinfo, gai_strerror, getnameinfo): Warn if these
467         functions are used when GNULIB_POSIXCHECK is defined and the
468         getaddrinfo module is not in use.
469         * m4/netdb_h.m4 (gl_HEADER_NETDB): Test whether getaddrinfo,
470         freeaddrinfo, gai_strerror, getnameinfo are declared.
471         * modules/netdb (Depends-on): Add warn-on-use.
472         (Makefile.am): Include warn-on-use.h in netdb.h.
473
474 2010-04-24  Ian Beckwith  <ianb@erislabs.net>
475
476         build: avoid "make check" failure without .git/ directory
477         * Makefile (sc_prefer_ac_check_funcs_once): Skip this test when
478         there is no .git/ directory.
479
480 2010-04-25  Bruno Haible  <bruno@clisp.org>
481
482         ptsname: Fix misuse of ttyname_r.
483         * lib/ptsname.c (__ptsname_r): Use __ttyname_r's return value instead
484         of errno.
485
486 2010-04-25  Bruno Haible  <bruno@clisp.org>
487
488         ttyname_r: Make it work on Solaris 10.
489         * m4/ttyname_r.m4 (gl_FUNC_TTYNAME_R): Define HAVE_POSIXDECL_TTYNAME_R
490         if the system function has the POSIX declaration. Test whether the
491         function fails if the buffer is less than 128 bytes large.
492         * lib/ttyname_r.c (ttyname_r): Handle both possible declarations of the
493         system's ttyname_r function. Provide a reasonably large buffer.
494         * modules/ttyname_r (Depends-on): Add extensions.
495         * doc/posix-functions/ttyname_r.texi: Mention the Solaris problem.
496
497 2010-04-25  Bruno Haible  <bruno@clisp.org>
498
499         Use the 'extensions' module for some more functions on Solaris.
500         * doc/posix-functions/asctime_r.texi: Recommend to use the 'extensions'
501         module.
502         * doc/posix-functions/ctime_r.texi: Likewise.
503         * doc/posix-functions/getgrgid_r.texi: Likewise.
504         * doc/posix-functions/getgrnam_r.texi: Likewise.
505         * doc/posix-functions/getpwnam_r.texi: Likewise.
506         * doc/posix-functions/getpwuid_r.texi: Likewise.
507         * doc/posix-functions/readdir_r.texi: Likewise.
508         * doc/posix-functions/sigwait.texi: Likewise.
509         * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Add comment.
510         * doc/posix-functions/getlogin_r.texi: Mark Solaris problem as fixed.
511
512 2010-04-25  Bruno Haible  <bruno@clisp.org>
513
514         ttyname_r: Make it work on MacOS X 10.4 and Solaris 10.
515         * m4/ttyname_r.m4 (gl_FUNC_TTYNAME_R): Test whether the system function
516         has the POSIX declaration. Set REPLACE_TTYNAME_R if not.
517         * lib/ttyname_r.c: Include <limits.h>.
518         (ttyname_r): Define using the system's ttyname_r function, if it exists
519         and not on Solaris.
520         * lib/unistd.in.h (ttyname_r): Replace function if REPLACE_TTYNAME_R is
521         set.
522         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize REPLACE_TTYNAME_R.
523         * modules/unistd (Makefile.am): Substitute REPLACE_TTYNAME_R.
524         * doc/posix-functions/ttyname_r.texi: Mark the problem as fixed.
525         Reported by Simon Josefsson.
526
527 2010-04-25  Bruno Haible  <bruno@clisp.org>
528
529         Mention effects of _POSIX_PTHREAD_SEMANTICS on Solaris.
530         * doc/posix-functions/asctime_r.texi: Mention the Solaris problem.
531         * doc/posix-functions/ctime_r.texi: Likewise.
532         * doc/posix-functions/getgrgid_r.texi: Likewise.
533         * doc/posix-functions/getgrnam_r.texi: Likewise.
534         * doc/posix-functions/getlogin_r.texi: Likewise.
535         * doc/posix-functions/getpwnam_r.texi: Likewise.
536         * doc/posix-functions/getpwuid_r.texi: Likewise.
537         * doc/posix-functions/readdir_r.texi: Likewise.
538         * doc/posix-functions/sigwait.texi: Likewise.
539         * doc/posix-functions/ttyname_r.texi: Likewise.
540         Reported by Simon Josefsson.
541
542 2010-04-25  Bruno Haible  <bruno@clisp.org>
543
544         gnulib-tool: Don't include hairy tests of dependencies in testdirs.
545         * gnulib-tool (func_usage): Document that --with-*-tests options apply
546         also to --create-testdir.
547         (func_acceptable): Don't consider the status of *-tests modules here.
548         (func_modules_transitive_closure): Consider it here, before including a
549         test module.
550         (func_import, func_create_testdir): Set inc_all_direct_tests,
551         inc_all_indirect_tests.
552         * doc/gnulib.texi (Extra tests modules): Document new behaviour of
553         --create-testdir and --create-megatestdir.
554
555 2010-04-25  Bruno Haible  <bruno@clisp.org>
556
557         gnulib-tool: Add --without-*-tests options.
558         * gnulib-tool (func_usage): Document the --without-*-tests options.
559         (excl_cxx_tests, excl_longrunning_tests, excl_privileged_tests,
560         excl_unportable_tests): New variables.
561         Fail if they are specified with --import or --update.
562         (func_acceptable): Respect the excl_*_tests variables.
563         (func_import): Set the excl_*_tests variables to empty.
564
565 2010-04-25  Simon Josefsson  <simon@josefsson.org>
566             Bruno Haible  <bruno@clisp.org>
567
568         Work around a MacOS X 10.4 bug with openpty.
569         * doc/glibc-functions/openpty.texi: Mention the MacOS X 10.4 bug.
570         * tests/test-openpty.c (main): Close the master side explicitly.
571
572 2010-04-25  Bruno Haible  <bruno@clisp.org>
573
574         strnlen: Fix a C++ test error on MacOS X and Solaris.
575         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Don't set REPLACE_STRNLEN to 1 if
576         the function is not declared.
577         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com> and
578         Simon Josefsson.
579
580 2010-04-24  Bruno Haible  <bruno@clisp.org>
581
582         Avoid a gcc warning.
583         * tests/test-vasprintf.c (test_vasprintf, test_asprintf): Pass argument
584         of correct type for %08lx directive.
585         Reported by Eric Blake.
586
587 2010-04-24  Bruno Haible  <bruno@clisp.org>
588
589         vasnprintf: Correct errno value in case of out-of-memory.
590         * lib/vasnprintf.c (VASNPRINTF): Set errno to 0 before calling SNPRINTF
591         or sprintf. Use the errno value from SNPRINTF or sprintf.
592         Reported by Ian Beckwith <ianb@erislabs.net>.
593
594 2010-04-24  Bruno Haible  <bruno@clisp.org>
595
596         ansi-c++-opt: Find correct compiler when cross-compiling.
597         * m4/ansi-c++.m4 (gl_PROG_ANSI_CXX): Use AC_CHECK_TOOLS instead of
598         AC_CHECK_PROGS.
599         Reported by Simon Josefsson.
600
601 2010-04-24  Giuseppe Scrivano  <gscrivano@gnu.org>
602
603         vc-list-files: Add support for subversion
604         * build-aux/vc-list-files: Use "svn list" to generate the list of
605         files controlled by subversion.
606
607 2010-04-23  Jim Meyering  <meyering@redhat.com>
608
609         vc-list-files tests: convert to use init.sh
610         * tests/test-vc-list-files-cvs.sh: Invoke "$srcdir/init.sh" and
611         path_prepend_.
612         Use Exit, not exit.
613         Use skip_ rather than open coding it.
614         Remove trap set-up and compare definitions.
615         * tests/test-vc-list-files-git.sh: Likewise.
616         * modules/vc-list-files-tests (Files): Add tests/init.sh.
617
618 2010-04-22  Simon Josefsson  <simon@josefsson.org>
619
620         * top/maint.mk (sc_prohibit_backup_files): Prohibit checked in
621         backup files.
622
623 2010-04-21  Simon Josefsson  <simon@josefsson.org>
624
625         * tests/test-vasprintf.c (test_vasprintf, test_asprintf): Test %08lx.
626
627 2010-04-20  Eric Blake  <eblake@redhat.com>
628
629         tests: be robust to ignored SIGPIPE
630         * tests/test-select-in.sh: Consume all output.
631         * tests/test-lseek.sh: Check correct exit status, while avoiding
632         EPIPE.
633
634 2010-04-20  Simon Josefsson  <simon@josefsson.org>
635             Bruno Haible  <bruno@clisp.org>
636
637         visibility: Don't use -fvisibility if it leads to a warning.
638         * m4/visibility.m4 (gl_VISIBILITY): Check whether -Werror is usable. If
639         yes, don't pretend that visibility works if it leads to a warning.
640         Reported by Mike Gran <spk121@yahoo.com>.
641
642 2010-04-20  Andreas Gruenbacher  <agruen@suse.de>
643
644         * build-aux/bootstrap: Use "git -h" for testing for supported options
645         instead of "git --help".  The short-form option only shows a summary,
646         and doesn't layout the full man page.  Grep for the full option name
647         in the summary, too.
648
649 2010-04-19  Bruno Haible  <bruno@clisp.org>
650
651         relocatable: Drop the need to define RELOCATABLE_STRIP in Makefile.am.
652         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Set RELOCATABLE_STRIP.
653         * doc/relocatable-maint.texi (Supporting Relocation): Remove the
654         mention of RELOCATABLE_STRIP.
655         Reported by Sylvain Beucler <beuc@beuc.net>.
656
657 2010-04-19  Bruno Haible  <bruno@clisp.org>
658
659         * lib/diffseq.h: Fix typo in comment.
660         Reported by Eric Blake.
661
662 2010-04-19  Bruno Haible  <bruno@clisp.org>
663
664         ioctl: Move autoconf macro to a .m4 file.
665         * m4/ioctl.m4: New file, extracted from modules/ioctl.
666         * modules/ioctl (Files): Add it.
667         (configure.ac): Simply invoke gl_FUNC_IOCTL.
668         Reported by Ian Beckwith <ianb@erislabs.net>.
669
670 2010-04-18  Andreas Gruenbacher  <agruen@suse.de>
671             Bruno Haible  <bruno@clisp.org>
672
673         diffseq: Accommodate use-case with abstract arrays.
674         * lib/diffseq.h (struct context): Remove xvec, yvec fields if ELEMENT
675         is not defined.
676         (diag, compareseq): Remove local variables xv, yv if ELEMENT is not
677         defined. Use local macro XREF_YREF_EQUAL instead of EQUAL.
678
679 2010-04-18  Bruno Haible  <bruno@clisp.org>
680
681         * doc/posix-headers/stdbool.texi: More precise wording.
682
683 2010-04-17  Jim Meyering  <meyering@redhat.com>
684
685         maint.mk: use gnu-style indentation in an embedded perl script
686         * top/maint.mk (detect_empty_lines_at_EOF_): Clean up formatting.
687         Rename variable: s/two/last_two_bytes/
688
689 2010-04-16  Eric Blake  <eblake@redhat.com>
690
691         test-stdbool: skip test that fails with Solaris CC
692         * tests/test-stdbool.c (f): Skip test that causes compilation
693         error under buggy C++ compiler.
694         * lib/stdbool.in.h: Document the limitation.
695         * doc/posix-headers/stdbool.texi (stdbool.h): Likewise.
696
697         setenv: allow compilation with C++
698         * lib/setenv.c (__add_to_environ): Add a cast.  Also, drop use of
699         register keyword.
700
701         stdint: allow test to pass with C++
702         * tests/test-stdint.c: Define __STDC_CONSTANT_MACROS, for glibc.
703
704         getopt: allow compilation with C++
705         * lib/getopt_int.h (__ordering): Hoist enum declaration outside
706         struct.
707         * lib/getopt.c (_getopt_internal_r): Use correct type.
708         Reported by Dagobert Michelson, via Joel E. Denny.
709
710 2010-04-16  Bruno Haible  <bruno@clisp.org>
711
712         Override netdb.h always.
713         * modules/netdb (Makefile.am): Augment BUILT_SOURCES always.
714         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't set NETDB_H.
715         Reported by Ludovic Courtès <ludo@gnu.org>.
716
717 2010-04-15  Bruno Haible  <bruno@clisp.org>
718
719         openpty: Fix mistake from 2010-03-21.
720         * m4/pty.m4 (gl_FUNC_OPENPTY): Define HAVE_OPENPTY when openpty exists.
721         Reported by Simon Josefsson.
722
723 2010-04-15  Eric Blake  <eblake@redhat.com>
724
725         test-forkpty: fix expected signature
726         * tests/test-forkpty.c (SIGNATURE_CHECK): Add appropriate const.
727         Reported by Simon Josefsson.
728
729 2010-04-15  Jim Meyering  <meyering@redhat.com>
730
731         maint.mk: texinfo_suffix_re_: correct the default regexp
732         * top/maint.mk (texinfo_suffix_re_): Fix default regexp.
733
734         * top/maint.mk (sc_texinfo_acronym): Improve filename regexp, and
735         make it configurable via texinfo_suffix_re_.
736
737 2010-04-14  Eric Blake  <eblake@redhat.com>
738
739         strtok_r: relax license to LGPLv2+
740         * modules/strtok_r (License): Relax license.
741         Reported by Matthias Bolte.
742
743 2010-04-14  Simon Josefsson  <simon@josefsson.org>
744
745         * lib/gc-libgcrypt.c (gc_init): Use MIN_GCRYPT_VERSION set to
746         version 1.4.4 by default instead of requiring the libgcrypt
747         version used during build.  This makes it possible to use the
748         application with older but still binary compatible libgcrypt
749         versions.
750
751 2010-04-13  Eric Blake  <eblake@redhat.com>
752
753         getopt-gnu: match recent glibc fixes and posix ruling
754         * tests/test-getopt.h (test_getopt): Strengthen tests of leading
755         '+' handling, when requesting extensions.
756         * tests/test-getopt_long.h (test_getopt_long): Strengthen test of
757         'W;' handling.
758         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Detect glibc 2.11 bug.
759         * doc/posix-functions/getopt.texi (getopt): Document this.
760         * doc/glibc-functions/getopt_long.texi (getopt_long): Likewise.
761         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
762         Likewise.
763
764         getopt: merge bug fixes from glibc
765         * lib/getopt.c (_getopt_internal_r): Use correct message for 'W;'
766         diagnostics.  Honor '+:' correctly.  Reject ';'.
767
768         getopt-posix: detect MacOS bug
769         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Reject MacOS botch of
770         optind when missing a required argument.
771         * doc/posix-functions/getopt.texi (getopt): Document the bug.
772         * doc/glibc-functions/getopt_long.texi (getopt_long): Likewise.
773         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
774         Likewise.
775
776         getopt-posix: avoid spurious failure on Solaris
777         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Check for getopt_clip as
778         an indicator that setting optind=1 is sufficient for reset.
779
780         getopt-posix: avoid spurious failure on FreeBSD
781         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Check for optreset even
782         in POSIX mode, since the m4 test uses it.
783
784         gnulib-tool: silence warning on BSD sh
785         * gnulib-tool: Avoid leaking warning about unknown 'declare'.
786
787 2010-04-13  Jim Meyering  <meyering@redhat.com>
788
789         doc: users.txt: GNU patch now uses gnulib
790         * users.txt: Add patch.
791
792 2010-04-12  Jim Meyering  <meyering@redhat.com>
793
794         maint.mk: generate more concise timing data for syntax-check rules
795         * top/maint.mk ($(sc_z_rules_)): Remove the ":", "sc_" prefix and
796         " done" from each line that reports a syntax-check test duration.
797
798 2010-04-12  Andreas Gruenbacher  <agruen@suse.de>
799
800         git-version-gen: use "git update-index..." rather than "git status"
801         * build-aux/git-version-gen: Use git update-index --refresh, not
802         "git status".  With some versions of git, "git status" would fail
803         to update the index and result in an unwarranted "-dirty" suffix.
804
805 2010-04-11  Jim Meyering  <meyering@redhat.com>
806
807         openat: correct formatting (no semantic change)
808         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Correct formatting in AC_DEFINE.
809         Suggested by Bruno Haible.
810
811 2010-04-11  Bruno Haible  <bruno@clisp.org>
812
813         Stricter declaration checking in testdirs.
814         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
815         If for_tests is true, augment AM_CPPFLAGS to define
816         GNULIB_STRICT_CHECKING.
817         * build-aux/warn-on-use.h (_GL_WARN_ON_USE, _GL_WARN_ON_USE_CXX): When
818         GNULIB_STRICT_CHECKING is defined, verify that the function is
819         declared.
820
821 2010-04-11  Paolo Bonzini  <bonzini@gnu.org>
822             Bruno Haible  <bruno@clisp.org>
823
824         libunistring: Improve configure output.
825         * m4/libunistring.m4 (gl_LIBUNISTRING): Check for libiconv first.
826         Don't say "consider installing GNU libunistring" when checking again
827         with libiconv.
828
829 2010-04-11  Bruno Haible  <bruno@clisp.org>
830
831         libunistring: Correct value of $LTLIBUNISTRING.
832         * m4/libunistring.m4 (gl_LIBUNISTRING): When it depends on libiconv,
833         correct the value of $LTLIBUNISTRING.
834
835 2010-04-11  Bruno Haible  <bruno@clisp.org>
836
837         havelib: Add static libraries to LIBS in the right order.
838         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): When $LIB[]NAME contains no
839         -l options, prepend it to $LIBS, instead of appending it to $LIBS.
840
841 2010-04-11  Bruno Haible  <bruno@clisp.org>
842
843         libunistring: Detect libunistring also when it depends on libiconv.
844         * m4/libunistring.m4 (gl_LIBUNISTRING): Unset the cached result before
845         the second AC_LIB_HAVE_LINKFLAGS invocation.
846
847 2010-04-11  James Youngman  <jay@gnu.org>
848
849         close-stream: declare local scalars to be "const"
850         * lib/close-stream.c (close_stream): Make boolean variables const
851         to document the fact that we set but do not change them.
852
853 2010-04-11  Bruno Haible  <bruno@clisp.org>
854
855         * m4/libunistring.m4 (gl_LIBUNISTRING): Fix typo in comment.
856
857 2010-04-11  Jim Meyering  <meyering@redhat.com>
858
859         maint.mk: don't include dist-check.mk
860         * top/maint.mk: Remove bogus include directive.
861
862         maint.mk: improve empty-line-at-EOF check
863         * top/maint.mk (sc_prohibit_empty_lines_at_EOF): Use Perl-based
864         solution, rather than tail+Perl-based one.  The latter would read
865         a few kilobytes from the end of each file, and did not handle empty
866         files properly.
867
868         maint.mk: print the elapsed time for each syntax-check rule
869         * top/maint.mk (sc_m_rules_): Save start time in a file.
870         (sc_z_rules_): New rules: remove temp file and print elapsed time.
871         (local-check): Interpose the .z rules
872
873 2010-04-11  Jim Meyering  <meyering@redhat.com>
874
875         maint.mk: detect_empty_lines_at_EOF_: avoid FP for an empty file
876         * top/maint.mk (detect_empty_lines_at_EOF_): Don't confuse an
877         empty file with one that ends in an empty line.
878
879 2010-04-10  Bruno Haible  <bruno@clisp.org>
880
881         mkdir: Make it work on mingw64.
882         * lib/sys_stat.in.h: Include <direct.h> together with <io.h>.
883         * lib/mkdir.c: Update comment.
884         Reported by Roman Donchenko (Роман Ð”онченко) <dxdragon@yandex.ru>.
885
886 2010-04-10  Bruno Haible  <bruno@clisp.org>
887
888         Don't override improved macro from newer autoconf.
889         * m4/gnulib-common.m4 (AC_C_RESTRICT): Don't define for
890         autoconf >= 2.62.
891         Reported by Joel E. Denny <jdenny@clemson.edu>.
892
893 2010-04-10  Jim Meyering  <meyering@redhat.com>
894
895         maint.mk: new syntax-check rule: prohibit empty lines at end of file
896         * top/maint.mk (sc_prohibit_empty_lines_at_EOF): New rule.
897
898         maint.mk: correct a diagnostic
899         * top/maint.mk (sc_prohibit_HAVE_MBRTOWC): Fix obsolete use of $re
900         in diagnostic; now use $prohibit.
901
902 2010-04-10  Bruno Haible  <address@hidden>
903
904         fchownat: Fix a C++ test error on Solaris 8.
905         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Don't set REPLACE_FCHOWNAT to 1 if
906         the function does not exist.
907
908 2010-04-10  Bruno Haible  <bruno@clisp.org>
909
910         vasnprintf: Add more tests.
911         * tests/test-vasnprintf-posix.c: Include <errno.h>.
912         (test_function): Test converting an invalid wide string.
913
914         vasnprintf: Correct handling of unconvertible wide string arguments.
915         * lib/vasnprintf.c (MAX_ROOM_NEEDED): New function, extracted from
916         VASNPRINTF.
917         (VASNPRINTF): Use it. After snprintf failed, allocate more memory only
918         if HAVE_SNPRINTF_RETVAL_C99 is false and the allocated memory is
919         smaller than the expected maximum need for the directive. Set errno to
920         EILSEQ, not EINVAL, when the directive is 'c' or 's'.
921         (local_strnlen, local_wcslen, local_wcsnlen): Update conditions.
922         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Require AC_C_INLINE and
923         gl_SNPRINTF_RETVAL_C99. Define HAVE_SNPRINTF_RETVAL_C99.
924         * modules/vasnprintf (Files): Add m4/printf.m4.
925         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com>.
926
927 2010-04-10  Bruno Haible  <bruno@clisp.org>
928
929         vasnprintf: Fix crash in %ls directive.
930         * lib/vasnprintf.c (VASNPRINTF): Don't abort when a unconvertible wide
931         string is passed as argument to %ls, with no precision and no width.
932         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com>.
933
934 2010-04-10  Bruno Haible  <bruno@clisp.org>
935
936         vasnprintf: Fix multiple test failures on mingw.
937         * lib/vasnprintf.c (SNPRINTF) [mingw]: Define to snprintf, not
938         _snprintf, or snwprintf, not _snwprintf.
939
940 2010-04-10  Bruno Haible  <bruno@clisp.org>
941
942         write: Fix a C++ test error on mingw.
943         * lib/unistd.in.h (write): Use _GL_CXXALIAS_SYS_CAST.
944
945 2010-04-10  Bruno Haible  <bruno@clisp.org>
946
947         vasnprintf test: Reduce code duplication.
948         * tests/test-vasnprintf.c (test_function): New function, extracted from
949         test_vasnprintf.
950         (test_vasnprintf, test_asnprintf): Invoke it.
951
952 2010-04-10  Bruno Haible  <bruno@clisp.org>
953
954         strnlen: Fix warning in C++ mode on MacOS X.
955         * lib/string.in.h (strnlen): Use the modern idiom.
956         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set REPLACE_STRNLEN to 1, instead of
957         defining strnlen as a macro already in <config.h>.
958         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
959         REPLACE_STRNLEN.
960         * modules/string (Makefile.am): Substitute REPLACE_STRNLEN.
961         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com>.
962
963 2010-04-08  James Youngman  <jay@gnu.org>
964
965         * doc/manywarnings.texi (manywarnings): Add missing parenthesis in
966         the example.
967
968 2010-04-09  Jim Meyering  <meyering@redhat.com>
969
970         maint.mk: print better diagnostic when there is no $(_hv_file)
971         * top/maint.mk (sc_cross_check_PATH_usage_in_tests): Skip test and
972         announce that when $(_hv_file) (aka help-version) does not exist.
973
974         init.sh: run tr in the "C" locale to avoid multibyte interpretation
975         * tests/init.sh (rand_bytes_): Run tr in the "C" locale so it does
976         not try to interpret its random input bytes.  Jarno Rajahalme reported
977         that ./test-xalloc-die.sh would fail with "tr: Illegal byte sequence".
978         on Darwin 10.3.0 with LC_CTYPE=UTF-8.
979         (mktempd_): Likewise, just in case.
980
981         ftruncate: add two years to projected module removal date: 2012
982         * m4/ftruncate.m4: Adjust comments.
983
984         ftruncate: mark module as obsolete; even MinGW provides it, now
985         * modules/ftruncate (Status): Obsolete.
986         (Notice): Say that.
987         * doc/posix-functions/ftruncate.texi: Don't say MinGW lacks it.
988         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/9203
989
990 2010-04-08  Bruno Haible  <bruno@clisp.org>
991
992         Fix side effects from tests-related modules.
993         * modules/dprintf-posix (Comment): New section.
994         * modules/fprintf-posix (Comment): Likewise.
995         * modules/obstack-printf-posix (Comment): Likewise.
996         * modules/printf-posix (Comment): Likewise.
997         * modules/snprintf-posix (Comment): Likewise.
998         * modules/sprintf-posix (Comment): Likewise.
999         * modules/vasnprintf-posix (Comment): Likewise.
1000         * modules/vasprintf-posix (Comment): Likewise.
1001         * modules/vdprintf-posix (Comment): Likewise.
1002         * modules/vfprintf-posix (Comment): Likewise.
1003         * modules/vprintf-posix (Comment): Likewise.
1004         * modules/vsnprintf-posix (Comment): Likewise.
1005         * modules/vsprintf-posix (Comment): Likewise.
1006         * modules/xprintf-posix (Comment): Likewise.
1007         * modules/xvasprintf-posix (Comment): Likewise.
1008         * modules/ceilf-tests (Depends-on): Remove fprintf-posix.
1009         * modules/floorf-tests (Depends-on): Likewise.
1010         * modules/round-tests (Depends-on): Likewise.
1011         * modules/roundf-tests (Depends-on): Likewise.
1012         * modules/trunc-tests (Depends-on): Likewise.
1013         * modules/truncf-tests (Depends-on): Likewise.
1014         * tests/test-ceilf2.c (check): Don't invoke fprintf if the
1015         'fprintf-posix' module is not present.
1016         * tests/test-floorf2.c (check): Likewise.
1017         * tests/test-trunc2.c (check): Likewise.
1018         * tests/test-truncf2.c (check): Likewise.
1019         * tests/test-round2.c (equal): Likewise.
1020         Reported by Jarno Rajahalme <jarno.rajahalme@nsn.com>.
1021
1022 2010-04-07  Karl Berry  <karl@gnu.org>
1023
1024         * config/srclist.txt,
1025         * config/srclistvars.sh,
1026         * config/srclist-update: doc fixes.
1027
1028 2010-04-07  Jim Meyering  <meyering@redhat.com>
1029
1030         maint.mk: add a PATH crosschecking syntax-check rule
1031         * top/maint.mk (sc_cross_check_PATH_usage_in_tests): New rule.
1032         Useful if you use a test like the one in help-version (coreutils,
1033         diffutils, grep, gzip) that ensures $(VERSION) matches what is
1034         printed by prog --version.
1035
1036 2010-04-06  Bruno Haible  <bruno@clisp.org>
1037
1038         Fix link error on mingw.
1039         * modules/unistd-c++-tests (test_unistd_c___LDADD): Add LIBSOCKET.
1040         * modules/fcntl-h-c++-tests (test_fcntl_h_c___LDADD): Likewise.
1041
1042 2010-04-06  Bruno Haible  <bruno@clisp.org>
1043
1044         Assume rmdir exists.
1045         * lib/rmdir.c (rpl_rmdir): Remove code that invokes the rmdir program.
1046
1047 2010-04-06  Giuseppe Scrivano <gscrivano@gnu.org>
1048
1049         doc: update users.txt
1050         * users.txt: Add gcal.
1051
1052 2010-04-06  Jim Meyering  <meyering@redhat.com>
1053
1054         init.sh: simply unset TMPDIR rather than risking env -i
1055         * tests/init.sh (mktempd_): Using env -i is rather harsh, and
1056         although it probably works fine on all Unix-based systems, some
1057         systems (Cygwin?) cannot tolerate a totally cleared environment.
1058         Suggestion from Eric Blake.
1059
1060 2010-04-06  Jim Meyering  <meyering@redhat.com>
1061
1062         init.sh: portability fix: use env's POSIX-specified -i option not -u
1063         * tests/init.sh (mktempd_): Use env -i and set PATH explicitly rather
1064         than unportable env -u.  Solaris 5.11's env lacks support for -u.
1065
1066 2010-04-05  Bruno Haible  <bruno@clisp.org>
1067
1068         btowc: Work around Cygwin 1.7.2 bug.
1069         * m4/btowc.m4 (gl_FUNC_BTOWC): Set REPLACE_BTOWC to 1 if the function
1070         does not map NUL to 0.
1071         * doc/posix-functions/btowc.texi: Mention the Cygwin bug.
1072
1073 2010-04-05  Bruno Haible  <bruno@clisp.org>
1074
1075         Make the multithread modules work on Cygwin 1.7.2.
1076         * m4/threadlib.m4 (gl_THREADLIB_BODY): Improve the test whether
1077         imported symbols can be declared weak, so that it returns "no" on
1078         Cygwin 1.7.2.
1079
1080 2010-04-05  Bruno Haible  <bruno@clisp.org>
1081
1082         Use the module 'strncat'.
1083         * modules/unistr/u8-strncat (Depends-on): Add strncat.
1084
1085         Tests for module 'strncat'.
1086         * modules/strncat-tests: New file.
1087         * tests/test-strncat.c: New file.
1088
1089         New module 'strncat'.
1090         * lib/string.in.h (strncat): New declaration.
1091         * lib/strncat.c: New file, based on lib/unistr/u-strncat.h.
1092         * m4/strncat.m4: New file, based on m4/memchr.m4.
1093         * modules/strncat: New file.
1094         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Also check whether strncat
1095         is declared.
1096         (gl_HEADER_STRING_H_DEFAULTS): Initialize GNULIB_STRNCAT,
1097         REPLACE_STRNCAT.
1098         * modules/string (Makefile.am): Substitute GNULIB_STRNCAT,
1099         REPLACE_STRNCAT.
1100         * doc/posix-functions/strncat.texi: Mention the Solaris bug and the new
1101         module.
1102         * tests/test-string-c++.cc: Check signature of strncat.
1103
1104 2010-04-05  Jim Meyering  <meyering@redhat.com>
1105
1106         xstrtoumax-tests: convert to use init.sh
1107         * modules/xstrtoumax-tests (Files): Add tests/init.sh.
1108         * tests/test-xstrtoumax.sh: Invoke "$srcdir/init.sh" and path_prepend_.
1109         Use Exit, not exit.
1110         Remove uses of $EXEEXT and "./" to run a program in the current dir.
1111
1112         xstrtoimax-tests: convert to use init.sh
1113         * modules/xstrtoimax-tests (Files): Add tests/init.sh.
1114         * tests/test-xstrtoimax.sh: Invoke "$srcdir/init.sh" and path_prepend_.
1115         Use Exit, not exit.
1116         Remove uses of $EXEEXT and "./" to run a program in the current dir.
1117
1118 2010-04-05  Bruno Haible  <bruno@clisp.org>
1119
1120         sys_socket: Avoid #define replacements in C++ mode.
1121         * lib/sys_socket.in.h (close, gethostname, select): In C++, attach a
1122         warning to the function if possible, rather than #defining the symbol
1123         to a dysfunctional alias.
1124
1125 2010-04-05  Bruno Haible  <bruno@clisp.org>
1126
1127         fseeko: Fix C++ test error on mingw.
1128         * m4/fseeko.m4 (gl_HAVE_FSEEKO): New macro, extracted from
1129         gl_FUNC_FSEEKO.
1130         (gl_REPLACE_FSEEKO): Also set REPLACE_FSEEKO if appropriate.
1131         (gl_FUNC_FSEEKO): Require gl_HAVE_FSEEKO. Update.
1132         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't fiddle with internals of the
1133         fseeko module. Instead, invoke gl_REPLACE_FSEEKO.
1134
1135 2010-04-05  Bruno Haible  <bruno@clisp.org>
1136
1137         duplocale: Improve test output.
1138         * tests/test-duplocale.c (main): Print reason for skipped test.
1139
1140 2010-04-05  Bruno Haible  <bruno@clisp.org>
1141
1142         Assume rmdir exists.
1143         * m4/rmdir.m4 (gl_FUNC_RMDIR): Remove test whether rmdir exists.
1144         * doc/posix-functions/rmdir.texi: Remove mention of "old platforms".
1145
1146 2010-04-05  Bruno Haible  <bruno@clisp.org>
1147
1148         Fix link error on Solaris 8 with cc.
1149         * modules/pty-c++-tests (test_pty_c___LDADD): Add LIBINTL.
1150
1151 2010-04-05  Bruno Haible  <bruno@clisp.org>
1152
1153         frexpl: Fix a C++ test error on Solaris 8 and Cygwin.
1154         * lib/math.in.h (frexpl): Fix condition on _GL_CXXALIASWARN invocation.
1155
1156 2010-04-05  Bruno Haible  <bruno@clisp.org>
1157
1158         vasprintf: Update documentation.
1159         * doc/glibc-functions/asprintf.texi: Mention the 'vasprintf' module.
1160
1161 2010-04-05  Bruno Haible  <bruno@clisp.org>
1162
1163         ptsname: Improve test.
1164         * tests/test-ptsname.c (main): Also try the various master names of BSD
1165         systems.
1166
1167 2010-04-05  Bruno Haible  <bruno@clisp.org>
1168
1169         memchr: Avoid a possible C++ test error.
1170         * lib/string.in.h (memchr): Provide declaration if function is missing.
1171         * m4/memchr.m4 (gl_FUNC_MEMCHR): If the function is missing, set
1172         HAVE_MEMCHR to 0, not REPLACE_MEMCHR to 1.
1173         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MEMCHR.
1174         * modules/string (Makefile.am): Substitute HAVE_MEMCHR.
1175
1176 2010-04-05  Bruno Haible  <bruno@clisp.org>
1177
1178         strtok_r: Improve idiom.
1179         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Invoke gl_PREREQ_STRDUP only when
1180         AC_LIBOBJ is used.
1181
1182 2010-04-05  Bruno Haible  <bruno@clisp.org>
1183
1184         strdup: Improve idiom.
1185         * m4/strdup.m4 (gl_FUNC_STRDUP): Invoke gl_PREREQ_STRDUP only when
1186         AC_LIBOBJ is used.
1187         (gl_FUNC_STRDUP_POSIX): When strdup is missing and malloc is not POSIX
1188         compliant, don't set REPLACE_STRDUP to 1. Invoke gl_PREREQ_STRDUP only
1189         when AC_LIBOBJ is used.
1190
1191 2010-04-05  Bruno Haible  <bruno@clisp.org>
1192
1193         mbsinit, mbrtowc, wcrtomb: Improve idioms.
1194         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): When the function does not exist,
1195         don't set REPLACE_MBSINIT to 1.
1196         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): When the function does not exist,
1197         don't set REPLACE_MBRTOWC to 1.
1198         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): When the function does not
1199         exist, don't set REPLACE_MBSRTOWCS to 1.
1200         * m4/mbsnrtowcs.m4 (gl_FUNC_MBSNRTOWCS): When the function does not
1201         exist, don't set REPLACE_MBSNRTOWCS to 1.
1202         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): When the function does not exist,
1203         don't set REPLACE_WCRTOMB to 1.
1204         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): When the function does not
1205         exist, don't set REPLACE_WCSRTOMBS to 1.
1206         * m4/wcsnrtombs.m4 (gl_FUNC_WCSNRTOMBS): When the function does not
1207         exist, don't set REPLACE_WCSNRTOMBS to 1.
1208
1209 2010-04-05  Bruno Haible  <bruno@clisp.org>
1210
1211         ldexpl: Improve idiom.
1212         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): When the function is not declared,
1213         make sure to set HAVE_DECL_LDEXPL to 0.
1214
1215 2010-04-05  Jim Meyering  <meyering@redhat.com>
1216
1217         xstrtol-tests: convert to use init.sh
1218         * modules/xstrtol-tests (Files): Add tests/init.sh.
1219         * tests/test-xstrtol.sh: Invoke "$srcdir/init.sh" and path_prepend_.
1220         Use Exit, not exit.
1221         Remove uses of $EXEEXT and "./" to run a program in the current dir.
1222
1223         atexit-tests: convert to use init.sh
1224         * modules/atexit-tests (Files): Add tests/init.sh.
1225         * tests/test-atexit.sh: Invoke "$srcdir/init.sh" and path_prepend_.
1226         Use Exit, not exit.
1227         Remove uses of $EXEEXT and "./" to run a program in the current dir.
1228
1229         init.sh: fix typo
1230         * tests/init.sh: Restore omitted ":" before stderr_fileno_ initialization.
1231
1232         init.sh: make it easier for a test script to write to the tty, ...
1233         when using automake's parallel-tests mode.
1234         * tests/init.sh (stderr_fileno_): Define overridable variable.
1235         (warn_): New function, to use it.
1236         (fail_, skip_, framework_failure_): Use warn_.
1237
1238 2010-04-04  Bruno Haible  <bruno@clisp.org>
1239
1240         btowc: Avoid warning.
1241         * lib/btowc.c: Include <stdlib.h>.
1242         Reported by Hauke Fath <hauke@espresso.rhein-neckar.de>.
1243
1244 2010-04-04  Hauke Fath  <hauke@espresso.rhein-neckar.de>  (tiny change)
1245             Bruno Haible  <bruno@clisp.org>
1246
1247         wchar: Port to NetBSD 1.5.
1248         * lib/wchar.in.h (WEOF): Provide fallback also when wint_t exists.
1249         * lib/wctype.in.h (WEOF): Likewise.
1250
1251 2010-04-04  Hauke Fath  <hauke@espresso.rhein-neckar.de>  (tiny change)
1252             Bruno Haible  <bruno@clisp.org>
1253
1254         Port extended stdio to NetBSD 1.5.
1255         * lib/stdio-impl.h [NetBSD]: Include <sys/param.h>.
1256         (struct __sfileext, fp_ub): Define the "old way" for NetBSD 1.5Z and
1257         older.
1258
1259 2010-04-04  Bruno Haible  <bruno@clisp.org>
1260
1261         string: Remove unused substitution.
1262         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
1263         HAVE_DECL_STRERROR.
1264         * modules/string (Makefile.am): Don't substitute HAVE_DECL_STRERROR.
1265
1266 2010-04-04  Bruno Haible  <bruno@clisp.org>
1267
1268         strtod: Avoid a possible C++ test error.
1269         * m4/strtod.m4 (gl_FUNC_STRTOD): When setting HAVE_STRTOD to 0, don't
1270         set REPLACE_STRTOD.
1271
1272 2010-04-04  Bruno Haible  <bruno@clisp.org>
1273
1274         strerror: Update documentation.
1275         * doc/posix-functions/strerror.texi: Remove mention of old platforms.
1276
1277 2010-04-04  Bruno Haible  <bruno@clisp.org>
1278
1279         stdio: Fix some C++ test errors on Solaris 8 with GCC.
1280         * lib/stdio.in.h (vdprintf, vfprintf, vprintf, vsprintf): Use
1281         _GL_CXXALIAS_SYS_CAST.
1282
1283 2010-04-04  Bruno Haible  <bruno@clisp.org>
1284
1285         frexpl: Fix a C++ test error on Solaris 8 and Cygwin.
1286         * m4/frexpl.m4 (gl_FUNC_FREXPL, gl_FUNC_FREXPL_NO_LIBM): When the
1287         function is not declared, set HAVE_DECL_FREXPL to 0, instead of setting
1288         REPLACE_FREXPL to 1.
1289         * doc/posix-functions/frexpl.texi: Update documentation.
1290
1291 2010-04-04  Bruno Haible  <bruno@clisp.org>
1292
1293         math: Fix some C++ test errors on Solaris 8 and Cygwin.
1294         * lib/math.in.h (cosl, logl, sinl): Use simpler idiom.
1295
1296 2010-04-04  Bruno Haible  <bruno@clisp.org>
1297
1298         Implement nanosleep for native Windows.
1299         * lib/nanosleep.c (nanosleep): New implementation for native Windows.
1300
1301 2010-04-04  Bruno Haible  <bruno@clisp.org>
1302
1303         math: Fix some C++ test errors on Solaris 8.
1304         * lib/math.in.h (truncf, trunc): Use simpler idiom.
1305
1306 2010-04-04  Bruno Haible  <bruno@clisp.org>
1307
1308         math: Fix some C++ test errors on Cygwin.
1309         * lib/math.in.h (ceilf, ceill, floorf, floorl, roundf, round, roundl,
1310         truncl): Provide declaration if the system does not have it.
1311         * m4/ceilf.m4 (gl_FUNC_CEILF): If the function is not declared, set
1312         HAVE_DECL_CEILF to 0, not REPLACE_CEILF to 1.
1313         * m4/ceill.m4 (gl_FUNC_CEILL): If the function is not declared, set
1314         HAVE_DECL_CEILL to 0, not REPLACE_CEILL to 1.
1315         * m4/floorf.m4 (gl_FUNC_FLOORF): If the function is not declared, set
1316         HAVE_DECL_FLOORF to 0, not REPLACE_FLOORF to 1.
1317         * m4/floorl.m4 (gl_FUNC_FLOORL): If the function is not declared, set
1318         HAVE_DECL_FLOORL to 0, not REPLACE_FLOORL to 1.
1319         * m4/round.m4 (gl_FUNC_ROUND): If the function is not declared, set
1320         HAVE_DECL_ROUND to 0, not REPLACE_ROUND to 1.
1321         * m4/roundf.m4 (gl_FUNC_ROUNDF): If the function is not declared, set
1322         HAVE_DECL_ROUNDF to 0, not REPLACE_ROUNDF to 1.
1323         * m4/roundl.m4 (gl_FUNC_ROUNDL): If the function is not declared, set
1324         HAVE_DECL_ROUNDL to 0, not REPLACE_ROUNDL to 1.
1325         * m4/truncl.m4 (gl_FUNC_TRUNCL): If the function is not declared, set
1326         HAVE_DECL_TRUNCL to 0, not REPLACE_TRUNCL to 1.
1327         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize HAVE_DECL_CEILF,
1328         HAVE_DECL_CEILL, HAVE_DECL_FLOORF, HAVE_DECL_FLOORL, HAVE_DECL_ROUND,
1329         HAVE_DECL_ROUNDF, HAVE_DECL_ROUNDL, HAVE_DECL_TRUNCL.
1330         * modules/math (Makefile.am): Substitute HAVE_DECL_CEILF,
1331         HAVE_DECL_CEILL, HAVE_DECL_FLOORF, HAVE_DECL_FLOORL, HAVE_DECL_ROUND,
1332         HAVE_DECL_ROUNDF, HAVE_DECL_ROUNDL, HAVE_DECL_TRUNCL.
1333
1334 2010-04-04  Bruno Haible  <bruno@clisp.org>
1335
1336         * m4/ceilf.m4 (gl_FUNC_CEILF): Remove redundant AC_SUBST invocation.
1337         * m4/ceill.m4 (gl_FUNC_CEILL): Likewise.
1338         * m4/floorf.m4 (gl_FUNC_FLOORF): Likewise.
1339         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
1340         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
1341         * m4/isinf.m4 (gl_ISINF): Likewise.
1342         * m4/truncl.m4 (gl_FUNC_TRUNCL): Likewise.
1343
1344 2010-04-04  Bruno Haible  <bruno@clisp.org>
1345
1346         * m4/trunc.m4 (gl_FUNC_TRUNC): Remove redundant AC_SUBST invocation.
1347         * m4/truncf.m4 (gl_FUNC_TRUNCF): Likewise.
1348
1349 2010-04-04  Bruno Haible  <bruno@clisp.org>
1350
1351         * m4/tmpfile.m4 (gl_FUNC_TMPFILE): Renamed from gl_TMPFILE.
1352         * modules/tmpfile (configure.ac): Update.
1353
1354         tmpfile: Fix C++ test error on mingw.
1355         * lib/stdio.in.h (tmpfile): New declaration.
1356         * m4/tmpfile.m4 (gl_TMPFILE): Require gl_STDIO_H_DEFAULTS. Set
1357         REPLACE_TMPFILE instead of defining tmpfile as a macro in config.h.
1358         * modules/tmpfile (Depends-on): Add stdio.
1359         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
1360         * m4/stdio_h.m4 (gl_STDIO_H): Also check whether tmpfile is declared.
1361         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_TMPFILE and REPLACE_TMPFILE.
1362         * modules/stdio (Makefile.am): Substitute GNULIB_TMPFILE and
1363         REPLACE_TMPFILE.
1364         * tests/test-stdio-c++.cc (tmpfile): Verify signature.
1365
1366 2010-04-04  Bruno Haible  <bruno@clisp.org>
1367
1368         ioctl: Fix C++ test error on mingw.
1369         * lib/ioctl.c (ioctl): Renamed from rpl_ioctl.
1370         * lib/sys_ioctl.in.h (ioctl): When SYS_IOCTL_H_HAVE_WINSOCK2_H is 1,
1371         use _GL_FUNCDECL_SYS, not _GL_FUNCDECL_RPL.
1372
1373 2010-04-03  Bruno Haible  <bruno@clisp.org>
1374
1375         wcwidth: Fix C++ test error on mingw.
1376         * lib/wcwidth.c (wcwidth): Renamed from rpl_wcwidth.
1377         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): If the wcwidth function does not
1378         exist, don't set REPLACE_WCWIDTH. Instead, rely on HAVE_DECL_WCWIDTH.
1379
1380 2010-04-03  Bruno Haible  <bruno@clisp.org>
1381
1382         nanosleep: Fix C++ test error on mingw.
1383         * lib/nanosleep.c (nanosleep): Renamed from rpl_nanosleep.
1384         * lib/time.in.h (nanosleep): Use modern idiom.
1385         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): When the system does not have a
1386         nanosleep function, set HAVE_NANOSLEEP to 0, instead of setting
1387         REPLACE_NANOSLEEP to 1.
1388         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_NANOSLEEP.
1389         * modules/time (Makefile.am): Substitute HAVE_NANOSLEEP.
1390
1391 2010-04-03  Bruno Haible  <bruno@clisp.org>
1392
1393         strptime: Fix C++ test error on mingw.
1394         * lib/time.in.h (strptime): Use HAVE_STRPTIME, not REPLACE_STRPTIME.
1395         * m4/strptime.m4 (gl_FUNC_STRPTIME): Set HAVE_STRPTIME, not
1396         REPLACE_STRPTIME. Invoke gl_PREREQ_STRPTIME.
1397         (gl_PREREQ_STRPTIME): New macro, extracted from gl_FUNC_STRPTIME.
1398         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_STRPTIME,
1399         not REPLACE_STRPTIME.
1400         * modules/time (Makefile.am): Substitute HAVE_STRPTIME, not
1401         REPLACE_STRPTIME.
1402
1403 2010-04-03  Bruno Haible  <bruno@clisp.org>
1404
1405         timegm: Fix C++ test error on mingw.
1406         * lib/time.in.h (timegm): Use modern idiom.
1407         * m4/timegm.m4 (gl_FUNC_TIMEGM): When timegm does not exist, set
1408         HAVE_TIMEGM to 0, not REPLACE_TIMEGM to 1.
1409         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_TIMEGM.
1410         * modules/time (Makefile.am): Substitute HAVE_TIMEGM.
1411
1412 2010-04-03  Bruno Haible  <bruno@clisp.org>
1413
1414         timegm: Assume declaration if function exists.
1415         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume timegm is declared if and only
1416         if it exists. Don't clobber ac_cv_func_timegm.
1417
1418 2010-04-03  Bruno Haible  <bruno@clisp.org>
1419
1420         time_r: Fix C++ test error on mingw.
1421         * lib/time.in.h (localtime_r, gmtime_r): Use modern idiom.
1422         * m4/time_r.m4 (gl_TIME_R): When localtime_r does not exist, set
1423         HAVE_LOCALTIME_R to 0, not REPLACE_LOCALTIME_R to 1.
1424         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_LOCALTIME_R.
1425         * modules/time (Makefile.am): Substitute HAVE_LOCALTIME_R.
1426
1427 2010-04-03  Bruno Haible  <bruno@clisp.org>
1428
1429         time_r: Minor updates.
1430         * modules/time_r (Description): Mention the provided functions.
1431         * lib/time_r.c: Don't include <string.h>.
1432         * doc/posix-functions/gmtime_r.texi: Mention the 'time_r' module.
1433         * doc/posix-functions/localtime_r.texi: Likewise.
1434
1435 2010-04-03  Bruno Haible  <bruno@clisp.org>
1436
1437         time: Fix regression introduced on 2010-03-08.
1438         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Require
1439         gl_HEADER_TIME_H_DEFAULTS, not gl_HEADER_STRING_H_DEFAULTS.
1440
1441 2010-04-03  Jim Meyering  <meyering@redhat.com>
1442
1443         maint.mk: don't silently disable project-specific syntax-check rules
1444         * top/maint.mk (_prohibit_regexp): Define, to help people realize
1445         that they need to convert their project-specific syntax-check rules
1446         to use the new _sc_search_regexp.
1447
1448 2010-04-03  Bruno Haible  <bruno@clisp.org>
1449
1450         fchdir: Fix regression introduced on 2010-03-08.
1451         * lib/unistd.in.h (fchdir): Fix declaration.
1452         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set HAVE_FCHDIR, not REPLACE_FCHDIR.
1453         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize HAVE_FCHDIR, not
1454         REPLACE_FCHDIR.
1455         * modules/unistd (Makefile.am): Substitute HAVE_FCHDIR, not
1456         REPLACE_FCHDIR.
1457
1458 2010-04-03  Bruno Haible  <bruno@clisp.org>
1459
1460         getpagesize: Fix C++ test error on mingw.
1461         * lib/unistd.in.h (getpagesize): Don't use _GL_CXXALIASWARN if the
1462         system does not declare the function.
1463         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Also check whether it's
1464         declared.
1465         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
1466         HAVE_DECL_GETPAGESIZE.
1467         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETPAGESIZE.
1468
1469 2010-04-03  Bruno Haible  <bruno@clisp.org>
1470
1471         stdio: Make C++ tests work on mingw.
1472         * lib/stdio.in.h (getline): Don't use _GL_CXXALIASWARN if the system
1473         does not declare the function.
1474
1475 2010-04-03  Bruno Haible  <bruno@clisp.org>
1476
1477         ftello: Fix C++ test error on mingw.
1478         * lib/stdio.in.h (ftello): Use modern idiom.
1479         * lib/ftello.c (ftello): Renamed from rpl_ftello.
1480         * m4/ftello.m4 (gl_FUNC_FTELLO): Distinguish the case that the function
1481         is missing and that it needs to be replaced.
1482         (gl_REPLACE_FTELLO): Don't set REPLACE_FTELLO here.
1483         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_FTELLO.
1484         * modules/stdio (Makefile.am): Substitute HAVE_FTELLO.
1485
1486 2010-04-03  Bruno Haible  <bruno@clisp.org>
1487
1488         fseeko: Fix C++ test error on mingw.
1489         * lib/stdio.in.h (fseeko): Use modern idiom.
1490         * lib/fseeko.c (fseeko): Renamed from rpl_fseeko.
1491         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Distinguish the case that the function
1492         is missing and that it needs to be replaced.
1493         (gl_REPLACE_FSEEKO): Don't set REPLACE_FSEEKO here.
1494         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize HAVE_FSEEKO.
1495         * modules/stdio (Makefile.am): Substitute HAVE_FSEEKO.
1496
1497 2010-04-03  Bruno Haible  <bruno@clisp.org>
1498
1499         mkstemp: Fix C++ test error on mingw.
1500         * lib/stdlib.in.h (mkstemp): Use modern idiom.
1501         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Distinguish the case that the
1502         function is missing and that it needs to be replaced.
1503         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize HAVE_MKSTEMP.
1504         * modules/stdlib (Makefile.am): Substitute HAVE_MKSTEMP.
1505
1506 2010-04-03  Bruno Haible  <bruno@clisp.org>
1507
1508         stpncpy: Fix C++ test error on mingw.
1509         * lib/string.in.h (stpncpy): Use modern idiom.
1510         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Distinguish the case that the
1511         function is missing and that it needs to be replaced.
1512         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
1513         REPLACE_STPNCPY.
1514         * modules/string (Makefile.am): Substitute REPLACE_STPNCPY.
1515
1516 2010-04-03  Bruno Haible  <bruno@clisp.org>
1517
1518         sys_stat: Fix C++ test error on mingw.
1519         * build-aux/c++defs.h (_GL_CXXALIAS_RPL_CAST_1): New macro.
1520         * lib/sys_stat.in.h (lchmod): Use it instead of _GL_CXXALIAS_RPL_1.
1521
1522 2010-04-03  Bruno Haible  <bruno@clisp.org>
1523
1524         pty: Update doc.
1525         * doc/glibc-headers/pty.texi: Mention changes done since 2010-03-18.
1526
1527 2010-04-03  Bruno Haible  <bruno@clisp.org>
1528
1529         unistd: Fix C++ test error on mingw.
1530         * lib/unistd.in.h (getcwd): Use _GL_CXXALIAS_SYS_CAST.
1531
1532 2010-04-03  Bruno Haible  <bruno@clisp.org>
1533
1534         Update doc regarding mingw.
1535         * doc/glibc-functions/openpty.texi: Update regarding mingw.
1536         * doc/glibc-functions/login_tty.texi: Likewise.
1537         * doc/glibc-functions/forkpty.texi: Likewise.
1538
1539 2010-04-03  Bruno Haible  <bruno@clisp.org>
1540
1541         stdlib: Avoid compilation failure of c-strtold on mingw.
1542         * lib/stdlib.in.h: Don't include <unistd.h> on native Windows systems.
1543
1544 2010-04-03  Bruno Haible  <bruno@clisp.org>
1545
1546         locale: Make C++ tests work on Cygwin and mingw.
1547         * lib/locale.in.h (duplocale): Don't use _GL_CXXALIASWARN if gnulib
1548         cannot provide the function.
1549         Reported by Simon Josefsson.
1550
1551 2010-04-03  Bruno Haible  <bruno@clisp.org>
1552
1553         localename: Port to MacOS X 10.6.
1554         * lib/localename.c (gl_locale_name_thread_unsafe): On MacOS X, try the
1555         memory layout of the locales in MacOS X 10.6 as well.
1556         Reported by Panu Kekäläinen <panu@kekalainen.eu>.
1557
1558 2010-04-02  Bruno Haible  <bruno@clisp.org>
1559
1560         gnulib-tool: Ensure that long-running tests are executed last.
1561         * gnulib-tool (func_emit_tests_Makefile_am): Emit the code for long-
1562         running tests after the one for the other tests.
1563
1564 2010-04-02  Bruno Haible  <bruno@clisp.org>
1565
1566         gnulib-tool: Ensure the tests in the main directory are executed first.
1567         * gnulib-tool (func_emit_tests_Makefile_am): Initialize SUBDIRS to
1568         start with the current directory.
1569
1570 2010-04-02  Bruno Haible  <bruno@clisp.org>
1571
1572         Tests for module 'havelib', moved here from GNU gettext.
1573         * modules/havelib-tests: New file, from gettext/autoconf-lib-link with
1574         modifications.
1575         * tests/havelib/README: New file, from gettext/autoconf-lib-link.
1576         * tests/havelib/Makefile.am: New file, from gettext/autoconf-lib-link
1577         with modifications.
1578         * tests/havelib/rpath-1: New file, from gettext/autoconf-lib-link with
1579         modifications.
1580         * tests/havelib/rpath-1a: New file, from gettext/autoconf-lib-link.
1581         * tests/havelib/rpath-1b: New file, from gettext/autoconf-lib-link.
1582         * tests/havelib/rpath-2_a: New file, from gettext/autoconf-lib-link
1583         with modifications.
1584         * tests/havelib/rpath-2_b: New file, from gettext/autoconf-lib-link
1585         with modifications.
1586         * tests/havelib/rpath-2aaa: New file, from gettext/autoconf-lib-link.
1587         * tests/havelib/rpath-2aab: New file, from gettext/autoconf-lib-link.
1588         * tests/havelib/rpath-2aac: New file, from gettext/autoconf-lib-link.
1589         * tests/havelib/rpath-2aad: New file, from gettext/autoconf-lib-link.
1590         * tests/havelib/rpath-2aba: New file, from gettext/autoconf-lib-link.
1591         * tests/havelib/rpath-2abb: New file, from gettext/autoconf-lib-link.
1592         * tests/havelib/rpath-2abc: New file, from gettext/autoconf-lib-link.
1593         * tests/havelib/rpath-2abd: New file, from gettext/autoconf-lib-link.
1594         * tests/havelib/rpath-2baa: New file, from gettext/autoconf-lib-link.
1595         * tests/havelib/rpath-2bab: New file, from gettext/autoconf-lib-link.
1596         * tests/havelib/rpath-2bac: New file, from gettext/autoconf-lib-link.
1597         * tests/havelib/rpath-2bad: New file, from gettext/autoconf-lib-link.
1598         * tests/havelib/rpath-2bba: New file, from gettext/autoconf-lib-link.
1599         * tests/havelib/rpath-2bbb: New file, from gettext/autoconf-lib-link.
1600         * tests/havelib/rpath-2bbc: New file, from gettext/autoconf-lib-link.
1601         * tests/havelib/rpath-2bbd: New file, from gettext/autoconf-lib-link.
1602         * tests/havelib/rpath-3_a: New file, from gettext/autoconf-lib-link
1603         with modifications.
1604         * tests/havelib/rpath-3_b: New file, from gettext/autoconf-lib-link
1605         with modifications.
1606         * tests/havelib/rpath-3aaa: New file, from gettext/autoconf-lib-link.
1607         * tests/havelib/rpath-3aab: New file, from gettext/autoconf-lib-link.
1608         * tests/havelib/rpath-3aac: New file, from gettext/autoconf-lib-link.
1609         * tests/havelib/rpath-3aad: New file, from gettext/autoconf-lib-link.
1610         * tests/havelib/rpath-3aae: New file, from gettext/autoconf-lib-link.
1611         * tests/havelib/rpath-3aaf: New file, from gettext/autoconf-lib-link.
1612         * tests/havelib/rpath-3aag: New file, from gettext/autoconf-lib-link.
1613         * tests/havelib/rpath-3aah: New file, from gettext/autoconf-lib-link.
1614         * tests/havelib/rpath-3aba: New file, from gettext/autoconf-lib-link.
1615         * tests/havelib/rpath-3abb: New file, from gettext/autoconf-lib-link.
1616         * tests/havelib/rpath-3abc: New file, from gettext/autoconf-lib-link.
1617         * tests/havelib/rpath-3abd: New file, from gettext/autoconf-lib-link.
1618         * tests/havelib/rpath-3abe: New file, from gettext/autoconf-lib-link.
1619         * tests/havelib/rpath-3abf: New file, from gettext/autoconf-lib-link.
1620         * tests/havelib/rpath-3abg: New file, from gettext/autoconf-lib-link.
1621         * tests/havelib/rpath-3abh: New file, from gettext/autoconf-lib-link.
1622         * tests/havelib/rpath-3baa: New file, from gettext/autoconf-lib-link.
1623         * tests/havelib/rpath-3bab: New file, from gettext/autoconf-lib-link.
1624         * tests/havelib/rpath-3bac: New file, from gettext/autoconf-lib-link.
1625         * tests/havelib/rpath-3bad: New file, from gettext/autoconf-lib-link.
1626         * tests/havelib/rpath-3bae: New file, from gettext/autoconf-lib-link.
1627         * tests/havelib/rpath-3baf: New file, from gettext/autoconf-lib-link.
1628         * tests/havelib/rpath-3bag: New file, from gettext/autoconf-lib-link.
1629         * tests/havelib/rpath-3bah: New file, from gettext/autoconf-lib-link.
1630         * tests/havelib/rpath-3bba: New file, from gettext/autoconf-lib-link.
1631         * tests/havelib/rpath-3bbb: New file, from gettext/autoconf-lib-link.
1632         * tests/havelib/rpath-3bbc: New file, from gettext/autoconf-lib-link.
1633         * tests/havelib/rpath-3bbd: New file, from gettext/autoconf-lib-link.
1634         * tests/havelib/rpath-3bbe: New file, from gettext/autoconf-lib-link.
1635         * tests/havelib/rpath-3bbf: New file, from gettext/autoconf-lib-link.
1636         * tests/havelib/rpath-3bbg: New file, from gettext/autoconf-lib-link.
1637         * tests/havelib/rpath-3bbh: New file, from gettext/autoconf-lib-link.
1638         * tests/havelib/rpathx/rpathx.c: New file, from
1639         gettext/autoconf-lib-link.
1640         * tests/havelib/rpathx/Makefile.am: New file, from
1641         gettext/autoconf-lib-link.
1642         * tests/havelib/rpathx/configure.ac: New file, from
1643         gettext/autoconf-lib-link with modifications.
1644         * tests/havelib/rpathy/rpathy.c: New file, from
1645         gettext/autoconf-lib-link.
1646         * tests/havelib/rpathy/Makefile.am: New file, from
1647         gettext/autoconf-lib-link.
1648         * tests/havelib/rpathy/configure.ac: New file, from
1649         gettext/autoconf-lib-link with modifications.
1650         * tests/havelib/rpathz/rpathz.c: New file, from
1651         gettext/autoconf-lib-link.
1652         * tests/havelib/rpathz/Makefile.am: New file, from
1653         gettext/autoconf-lib-link.
1654         * tests/havelib/rpathz/configure.ac: New file, from
1655         gettext/autoconf-lib-link with modifications.
1656         * tests/havelib/rpathlx/usex.c: New file, from
1657         gettext/autoconf-lib-link.
1658         * tests/havelib/rpathlx/Makefile.am: New file, from
1659         gettext/autoconf-lib-link.
1660         * tests/havelib/rpathlx/configure.ac: New file, from
1661         gettext/autoconf-lib-link with modifications.
1662         * tests/havelib/rpathly/usey.c: New file, from
1663         gettext/autoconf-lib-link.
1664         * tests/havelib/rpathly/Makefile.am: New file, from
1665         gettext/autoconf-lib-link.
1666         * tests/havelib/rpathly/configure.ac: New file, from
1667         gettext/autoconf-lib-link with modifications.
1668         * tests/havelib/rpathlz/usez.c: New file, from
1669         gettext/autoconf-lib-link.
1670         * tests/havelib/rpathlz/Makefile.am: New file, from
1671         gettext/autoconf-lib-link.
1672         * tests/havelib/rpathlz/configure.ac: New file, from
1673         gettext/autoconf-lib-link with modifications.
1674         * tests/havelib/rpathlyx/usey.c: New file, from
1675         gettext/autoconf-lib-link.
1676         * tests/havelib/rpathlyx/Makefile.am: New file, from
1677         gettext/autoconf-lib-link.
1678         * tests/havelib/rpathlyx/configure.ac: New file, from
1679         gettext/autoconf-lib-link with modifications.
1680         * tests/havelib/rpathlzyx/usez.c: New file, from
1681         gettext/autoconf-lib-link.
1682         * tests/havelib/rpathlzyx/Makefile.am: New file, from
1683         gettext/autoconf-lib-link.
1684         * tests/havelib/rpathlzyx/configure.ac: New file, from
1685         gettext/autoconf-lib-link with modifications.
1686         * tests/havelib/rpathcfg.sh: New file, from gettext/autoconf-lib-link
1687         with modifications.
1688
1689 2010-04-02  Bruno Haible  <bruno@clisp.org>
1690
1691         gnulib-tool: Create distributed built sources also for the tests.
1692         * gnulib-tool (func_create_testdir): Also generate distributed built
1693         sources in the tests directory.
1694
1695 2010-04-02  Bruno Haible  <bruno@clisp.org>
1696
1697         gnulib-tool: Obey user's environment variables.
1698         * gnulib-tool (func_create_testdir): When creating built sources,
1699         respect the environment variables for autoconf, automake, etc. given by
1700         the user.
1701
1702 2010-04-02  Bruno Haible  <bruno@clisp.org>
1703
1704         gnulib-tool: Provide the value of --m4-base to modules.
1705         * gnulib-tool (func_import, func_create_testdir): Emit a definition
1706         of gl_m4_base.
1707
1708 2010-04-02  Eric Blake  <eblake@redhat.com>
1709
1710         maint.mk: fix some fallout
1711         * NEWS: Document the incompatible change, and its effect on cfg.mk.
1712         * top/maint.mk (sc_prohibit_test_minus_ao): Update.
1713
1714 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
1715
1716         maint.mk: _sc_search_regexp: generalize and rename from _prohibit_regexp
1717         * top/maint.mk (_sc_search_regexp): Rename from _prohibit_regexp.
1718         (sc_cast_of_argument_to_free): Adapt to use _sc_search_regexp.
1719         (sc_cast_of_x_alloc_return_value): Likewise.
1720         (sc_cast_of_alloca_return_value): Likewise.
1721         (sc_space_tab): Likewise.
1722         (sc_prohibit_atoi_atof): Likewise.
1723         (sc_prohibit_magic_number_exit): Likewise.
1724         (sc_error_exit_success): Likewise.
1725         (sc_file_system): Likewise.
1726         (sc_prohibit_have_config_h): Likewise.
1727         (sc_require_config_h): Likewise.
1728         (sc_prohibit_HAVE_MBRTOWC): Likewise.
1729         (sc_obsolete_symbols): Likewise.
1730         (sc_changelog): Likewise.
1731         (sc_program_name): Likewise.
1732         (sc_the_the): Likewise.
1733         (sc_trailing_blank): Likewise.
1734         (sc_two_space_separator_in_usage): Likewise.
1735         (sc_useless_cpp_parens): Likewise.
1736         (sc_GPL_version): Likewise.
1737         (sc_GFDL_version): Likewise.
1738         (sc_texinfo_acronym): Likewise.
1739         (sc_prohibit_cvs_keyword): Likewise.
1740         (sc_prohibit_stat_st_blocks): Likewise.
1741         (sc_prohibit_S_IS_definition): Likewise.
1742         (sc_redundant_const): Likewise.
1743         (sc_makefile_TAB_only_indentation): Likewise.
1744         (sc_m4_quote_check): Likewise.
1745         (sc_makefile_path_separator_check): Likewise.
1746         (sc_copyright_check): Likewise.
1747         (sc_Wundef_boolean): Likewise.
1748         (sc_vulnerable_makefile_CVE-2009-4029): Likewise.
1749
1750         maint.mk: match 0 or more whitespace-before-function-call '('
1751         * top/maint.mk (sc_error_exit_success): Relax regexp to match uses
1752         that have zero or two-and-more spaces between the function name
1753         and the open parenthesis.
1754         (sc_error_message_warn_fatal): Likewise.
1755         (sc_error_message_uppercase): Likewise.
1756         (sc_error_message_period): Likewise.
1757
1758 2010-03-31  Eric Blake  <eblake@redhat.com>
1759
1760         maint.mk: check for [ as well as test
1761         * top/maint.mk (sc_prohibit_test_minus_ao): Extend test.
1762         Based on a libvirt report by Matthias Bolte.
1763
1764         gnumakefile: don't squelch _version output
1765         * top/GNUmakefile (_version): Create one-shot dependency rather
1766         than using $(shell) when version must be regenerated.
1767         (_autoreconf): Run verbosely, by default.
1768
1769         sys_time: avoid compiler warnings
1770         * lib/sys_time.in.h (includes): Ensure gcc pragma is
1771         unconditional, fixing regression from 2010-03-29.
1772         Reported by Simon Josefsson.
1773
1774 2010-03-28  Jose E. Marchesi  <jemarch@gnu.org>
1775
1776         maint.mk: s/_header_without_use/_sc_header_without_use/
1777         * top/maint.mk (_sc_header_without_use): Rename from _header_without_use.
1778         (sc_prohibit_assert_without_use): Use the new name.
1779         (sc_prohibit_close_stream_without_use): Likewise.
1780         (sc_prohibit_getopt_without_use): Likewise.
1781         (sc_prohibit_quotearg_without_use): Likewise.
1782         (sc_prohibit_quote_without_use): Likewise.
1783         (sc_prohibit_long_options_without_use): Likewise.
1784         (sc_prohibit_inttostr_without_use): Likewise.
1785         (sc_prohibit_ignore_value_without_use): Likewise.
1786         (sc_prohibit_error_without_use): Likewise.
1787         (sc_prohibit_xalloc_without_use): Likewise.
1788         (sc_prohibit_hash_without_use): Likewise.
1789         (sc_prohibit_hash_pjw_without_use): Likewise.
1790         (sc_prohibit_safe_read_without_use): Likewise.
1791         (sc_prohibit_argmatch_without_use): Likewise.
1792         (sc_prohibit_canonicalize_without_use): Likewise.
1793         (sc_prohibit_root_dev_ino_without_use): Likewise.
1794         (sc_prohibit_openat_without_use): Likewise.
1795         (sc_prohibit_c_ctype_without_use): Likewise.
1796         (sc_prohibit_signal_without_use): Likewise.
1797         (sc_prohibit_intprops_without_use): Likewise.
1798
1799 2010-03-30  Eric Blake  <eblake@redhat.com>
1800
1801         maint: improve module indicators
1802         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE)
1803         (gl_MODULE_INDICATOR, gl_MODULE_INDICATOR_FOR_TESTS): Fit in 80
1804         columns, and avoid extra macro expansion.
1805
1806         fdopendir: work around FreeBSD bug
1807         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
1808         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Set it.
1809         * modules/dirent (Makefile.am): Substitute it.
1810         * lib/dirent.in.h (fdopendir): Supply missing FreeBSD
1811         declaration.
1812         * doc/posix-functions/fdopendir.texi (fdopendir): Document the
1813         fix.
1814         Reported by Christian Weisgerber <naddy@mips.inka.de>.
1815
1816 2010-03-29  Bruno Haible  <bruno@clisp.org>
1817
1818         Emit #pragma system_header after the inclusion guard, not before.
1819         * lib/arpa_inet.in.h: Emit #pragma system_header after the inclusion
1820         guard that spans the entire file, not before. This enables an
1821         optimization in GCC's preprocessor.
1822         * lib/ctype.in.h: Likewise.
1823         * lib/dirent.in.h: Likewise.
1824         * lib/errno.in.h: Likewise.
1825         * lib/float.in.h: Likewise.
1826         * lib/getopt.in.h: Likewise.
1827         * lib/iconv.in.h: Likewise.
1828         * lib/langinfo.in.h: Likewise.
1829         * lib/locale.in.h: Likewise.
1830         * lib/math.in.h: Likewise.
1831         * lib/netdb.in.h: Likewise.
1832         * lib/netinet_in.in.h: Likewise.
1833         * lib/pty.in.h: Likewise.
1834         * lib/sched.in.h: Likewise.
1835         * lib/se-selinux.in.h: Likewise.
1836         * lib/search.in.h: Likewise.
1837         * lib/spawn.in.h: Likewise.
1838         * lib/stdarg.in.h: Likewise.
1839         * lib/stdint.in.h: Likewise.
1840         * lib/string.in.h: Likewise.
1841         * lib/strings.in.h: Likewise.
1842         * lib/sys_file.in.h: Likewise.
1843         * lib/sys_ioctl.in.h: Likewise.
1844         * lib/sys_time.in.h: Likewise.
1845         * lib/sys_times.in.h: Likewise.
1846         * lib/sys_utsname.in.h: Likewise.
1847         * lib/sys_wait.in.h: Likewise.
1848         * lib/sysexits.in.h: Likewise.
1849         * lib/wctype.in.h: Likewise.
1850
1851 2010-03-28  James Youngman  <jay@gnu.org>
1852
1853         save-cwd: don't leak a file descriptor when the caller execs.
1854         * lib/save-cwd.c (save_cwd): set the close-on-exec flag for the
1855         saved file descriptor.
1856         * modules/save-cwd (Depends-on): Depend on cloexec.
1857
1858 2010-03-29  Bruno Haible  <bruno@clisp.org>
1859
1860         Remove vestiges of fts-lgpl module.
1861         * lib/fts_.h: Assume GNULIB_FTS is 1.
1862         * lib/fts.c: Likewise.
1863         * modules/fts (configure.ac): Remove gl_MODULE_INDICATOR invocation.
1864
1865 2010-03-28  Bruno Haible  <bruno@clisp.org>
1866
1867         Fix definition of tests witness macro.
1868         * gnulib-tool (func_import): Fix definition of witness macro.
1869
1870 2010-03-28  Bruno Haible  <bruno@clisp.org>
1871
1872         Fix ioctl's protoype on glibc systems.
1873         * lib/sys_ioctl.in.h (ioctl): If REPLACE_IOCTL is 1, use a wrapper. Use
1874         _GL_CXXALIAS_SYS, not _GL_CXXALIAS_SYS_CAST.
1875         * lib/ioctl.c (rpl_ioctl) [HAVE_IOCTL]: New wrapper.
1876         * modules/ioctl (configure.ac): Test whether ioctl has the POSIX
1877         signature. If not, arrange to replace the ioctl function.
1878         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
1879         REPLACE_IOCTL.
1880         * modules/sys_ioctl (Makefile.am): Substitute REPLACE_IOCTL.
1881         * doc/posix-functions/ioctl.texi: Mention the glibc problem.
1882         Reported by Ludovic Courtès <ludo@gnu.org>.
1883
1884 2010-03-28  Javier Villavicencio  <the_paya@gentoo.org>
1885
1886         exclude: fix the case of globs vs. EXCLUDE_INCLUDE
1887         * lib/exclude.c (excluded_file_pattern_p): Fix logic error that
1888         made it so grep -r --include=GLOB* ... did not work.
1889
1890 2010-03-26  Jim Meyering  <meyering@redhat.com>
1891             Eric Blake  <eblake@redhat.com>
1892
1893         maint.mk: prohibit use of test's -o and -a operators
1894         * top/maint.mk (sc_prohibit_test_minus_ao): New rule.
1895
1896 2010-03-28  Bruno Haible  <bruno@clisp.org>
1897
1898         Remove unused GNULIB_XYZ macro definitions.
1899         * modules/crypto/gc-camellia (configure.ac): Remove gl_MODULE_INDICATOR
1900         invocation.
1901
1902 2010-03-28  Bruno Haible  <bruno@clisp.org>
1903
1904         Mark privileged tests modules.
1905         * modules/idpriv-drop-tests (Status): New section.
1906         * modules/idpriv-droptemp-tests (Status): New section.
1907
1908 2010-03-28  Bruno Haible  <bruno@clisp.org>
1909
1910         Split C++ tests into separate tests modules.
1911         * modules/dirent-c++-tests: New file, extracted from
1912         modules/dirent-tests.
1913         * modules/dirent-tests: Depend on it.
1914         * modules/fcntl-h-c++-tests: New file, extracted from
1915         modules/fcntl-h-tests.
1916         * modules/fcntl-h-tests: Depend on it.
1917         * modules/glob-c++-tests: New file, extracted from modules/glob-tests.
1918         * modules/glob-tests: Depend on it.
1919         * modules/iconv-h-c++-tests: New file, extracted from
1920         modules/iconv-h-tests.
1921         * modules/iconv-h-tests: Depend on it.
1922         * modules/langinfo-c++-tests: New file, extracted from
1923         modules/langinfo-tests.
1924         * modules/langinfo-tests: Depend on it.
1925         * modules/locale-c++-tests: New file, extracted from
1926         modules/locale-tests.
1927         * modules/locale-tests: Depend on it.
1928         * modules/math-c++-tests: New file, extracted from modules/math-tests.
1929         * modules/math-tests: Depend on it.
1930         * modules/pty-c++-tests: New file, extracted from modules/pty-tests.
1931         * modules/pty-tests: Depend on it.
1932         * modules/search-c++-tests: New file, extracted from
1933         modules/search-tests.
1934         * modules/search-tests: Depend on it.
1935         * modules/signal-c++-tests: New file, extracted from
1936         modules/signal-tests.
1937         * modules/signal-tests: Depend on it.
1938         * modules/spawn-c++-tests: New file, extracted from
1939         modules/spawn-tests.
1940         * modules/spawn-tests: Depend on it.
1941         * modules/stdio-c++-tests: New file, extracted from
1942         modules/stdio-tests.
1943         * modules/stdio-tests: Depend on it.
1944         * modules/stdlib-c++-tests: New file, extracted from
1945         modules/stdlib-tests.
1946         * modules/stdlib-tests: Depend on it.
1947         * modules/string-c++-tests: New file, extracted from
1948         modules/string-tests.
1949         * modules/string-tests: Depend on it.
1950         * modules/sys_ioctl-c++-tests: New file, extracted from
1951         modules/sys_ioctl-tests.
1952         * modules/sys_ioctl-tests: Depend on it.
1953         * modules/sys_select-c++-tests: New file, extracted from
1954         modules/sys_select-tests.
1955         * modules/sys_select-tests: Depend on it.
1956         * modules/sys_socket-c++-tests: New file, extracted from
1957         modules/sys_socket-tests.
1958         * modules/sys_socket-tests: Depend on it.
1959         * modules/sys_stat-c++-tests: New file, extracted from
1960         modules/sys_stat-tests.
1961         * modules/sys_stat-tests: Depend on it.
1962         * modules/sys_time-c++-tests: New file, extracted from
1963         modules/sys_time-tests.
1964         * modules/sys_time-tests: Depend on it.
1965         * modules/time-c++-tests: New file, extracted from modules/time-tests.
1966         * modules/time-tests: Depend on it.
1967         * modules/unistd-c++-tests: New file, extracted from
1968         modules/unistd-tests.
1969         * modules/unistd-tests: Depend on it.
1970         * modules/wchar-c++-tests: New file, extracted from
1971         modules/wchar-tests.
1972         * modules/wchar-tests: Depend on it.
1973         * modules/wctype-c++-tests: New file, extracted from
1974         modules/wctype-tests.
1975         * modules/wctype-tests: Depend on it.
1976         Reported by Simon Josefsson.
1977
1978 2010-03-28  Bruno Haible  <bruno@clisp.org>
1979
1980         gnulib-tool: Allow 'foo-tests' module even if there is no module 'foo'.
1981         * gnulib-tool (func_exists_module): New function, extracted from
1982         func_verify_module.
1983         (func_verify_module): Use it.
1984         (func_get_dependencies): Synthetize a dependency from 'foo-tests' to
1985         'foo' only if 'foo' exists.
1986         * doc/gnulib.texi (Extra tests modules): Explain how to split a tests
1987         module.
1988
1989 2010-03-28  Bruno Haible  <bruno@clisp.org>
1990
1991         gnulib-tool: Add support for special categories of tests.
1992         * gnulib-tool: New options --with-c++-tests, --with-longrunning-tests,
1993         --with-privileged-tests, --with-unportable-tests, --with-all-tests.
1994         (func_usage): Document them.
1995         (inc_cxx_tests, inc_longrunning_tests, inc_privileged_tests,
1996         inc_unportable_tests, inc_all_tests): New variables.
1997         (func_acceptable): Consider these variables.
1998         (func_modules_transitive_closure): Make it work when the 'Status' field
1999         consists of multiple words.
2000         (func_import): Store and restore the values of inc_cxx_tests,
2001         inc_longrunning_tests, inc_privileged_tests, inc_unportable_tests,
2002         inc_all_tests in gnulib-comp.m4.
2003         (func_create_testdir): Set inc_all_tests to true.
2004         * doc/gnulib.texi (Extra tests modules): New section.
2005         Suggested by Jim Meyering.
2006
2007 2010-03-28  Bruno Haible  <bruno@clisp.org>
2008
2009         ansi-c++-opt: Allow turning off the C++ build by default.
2010         * m4/ansi-c++.m4 (gl_CXX_CHOICE): Let CXX_CHOICE default to 'no' if
2011         gl_CXX_CHOICE_DEFAULT_NO is defined.
2012         Requested by Eric Blake.
2013
2014 2010-03-28  Bruno Haible  <bruno@clisp.org>
2015
2016         unistd: Avoid #define replacements in C++ mode.
2017         * lib/unistd.in.h (socket, connect, accept, bind, getpeername,
2018         getsockname, getsockopt, listen, recv, send, recvfrom, sendto,
2019         setsockopt, shutdown, select): In C++, attach a warning to the function
2020         if possible, rather than #defining the symbol to a dysfunctional alias.
2021         Reported by John W. Eaton <jwe@gnu.org>.
2022
2023 2010-03-28  Bruno Haible  <bruno@clisp.org>
2024
2025         Fix link errors on mingw.
2026         * lib/sys_ioctl.in.h (ioctl): Fix declaration idiom.
2027         * modules/sys_ioctl-tests (Makefile.am): Link test-sys_ioctl-c++ with
2028         $(LIBSOCKET).
2029         * modules/sys_select-tests (Makefile.am): Link test-sys_select-c++ with
2030         $(LIBSOCKET).
2031
2032 2010-03-28  Bruno Haible  <bruno@clisp.org>
2033             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2034
2035         lib-ignore: Determine different options for different compilers.
2036         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Set a variable which
2037         depends on the current language (C/C++/Fortran). Don't set LDFLAGS.
2038         Add comments.
2039         (_gl_IGNORE_UNUSED_LIBRARIES_OPTIONS): New macro.
2040         * NEWS: Mention the change.
2041
2042 2010-03-27  Bruno Haible  <bruno@clisp.org>
2043
2044         Remove unused GNULIB_XYZ macro definitions.
2045         * modules/dup3 (configure.ac): Remove gl_MODULE_INDICATOR invocation.
2046         * modules/fseek (configure.ac): Likewise.
2047         * modules/ioctl (configure.ac): Likewise.
2048         * modules/open (configure.ac): Likewise.
2049         * modules/stdlib-safer (configure.ac): Likewise.
2050
2051 2010-03-27  Bruno Haible  <bruno@clisp.org>
2052
2053         Add a remark about certain modules.
2054         * modules/malloc (Comment): New section.
2055         * modules/realloc (Comment): Likewise.
2056         * modules/sigpipe (Comment): Likewise.
2057
2058 2010-03-27  Bruno Haible  <bruno@clisp.org>
2059
2060         Resolve conflict between the two kinds of module indicators.
2061         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Define
2062         GNULIB_TEST_XYZ instead of GNULIB_XYZ.
2063         * modules/canonicalize (configure.ac): Invoke
2064         gl_MODULE_INDICATOR_FOR_TESTS.
2065         * tests/test-canonicalize-lgpl.c: Test GNULIB_TEST_XYZ instead of
2066         GNULIB_XYZ.
2067         * tests/test-dirent-c++.cc: Likewise.
2068         * tests/test-dirent-safer.c: Likewise.
2069         * tests/test-dup2.c: Likewise.
2070         * tests/test-fchdir.c: Likewise.
2071         * tests/test-fcntl-h-c++.cc: Likewise.
2072         * tests/test-getopt.c: Likewise.
2073         * tests/test-getopt.h: Likewise.
2074         * tests/test-langinfo-c++.cc: Likewise.
2075         * tests/test-locale-c++.cc: Likewise.
2076         * tests/test-math-c++.cc: Likewise.
2077         * tests/test-pty-c++.cc: Likewise.
2078         * tests/test-search-c++.cc: Likewise.
2079         * tests/test-signal-c++.cc: Likewise.
2080         * tests/test-spawn-c++.cc: Likewise.
2081         * tests/test-stdio-c++.cc: Likewise.
2082         * tests/test-stdlib-c++.cc: Likewise.
2083         * tests/test-string-c++.cc: Likewise.
2084         * tests/test-sys_ioctl-c++.cc: Likewise.
2085         * tests/test-sys_select-c++.cc: Likewise.
2086         * tests/test-sys_socket-c++.cc: Likewise.
2087         * tests/test-sys_stat-c++.cc: Likewise.
2088         * tests/test-sys_time-c++.cc: Likewise.
2089         * tests/test-time-c++.cc: Likewise.
2090         * tests/test-unistd-c++.cc: Likewise.
2091         * tests/test-wchar-c++.cc: Likewise.
2092         * tests/uninorm/test-u8-nfc.c: Likewise.
2093         * tests/uninorm/test-u8-nfd.c: Likewise.
2094         * tests/uninorm/test-u8-nfkc.c: Likewise.
2095         * tests/uninorm/test-u8-nfkd.c: Likewise.
2096         * tests/uninorm/test-u16-nfc.c: Likewise.
2097         * tests/uninorm/test-u16-nfd.c: Likewise.
2098         * tests/uninorm/test-u16-nfkc.c: Likewise.
2099         * tests/uninorm/test-u16-nfkd.c: Likewise.
2100         * tests/uninorm/test-u32-nfc.c: Likewise.
2101         * tests/uninorm/test-u32-nfc-big.c: Likewise.
2102         * tests/uninorm/test-u32-nfd.c: Likewise.
2103         * tests/uninorm/test-u32-nfd-big.c: Likewise.
2104         * tests/uninorm/test-u32-nfkc.c: Likewise.
2105         * tests/uninorm/test-u32-nfkc-big.c: Likewise.
2106         * tests/uninorm/test-u32-nfkd.c: Likewise.
2107         * tests/uninorm/test-u32-nfkd-big.c: Likewise.
2108         * tests/uninorm/test-u32-normalize-big.c: Likewise.
2109
2110 2010-03-27  Bruno Haible  <bruno@clisp.org>
2111
2112         Distinguish two kinds of module indicators.
2113         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_FOR_TESTS): Renamed from
2114         gl_MODULE_INDICATOR.
2115         (gl_MODULE_INDICATOR): New macro.
2116         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
2117         gl_MODULE_INDICATOR_FOR_TESTS instead of gl_MODULE_INDICATOR.
2118         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
2119         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
2120         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
2121         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
2122         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
2123         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
2124         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
2125         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
2126         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
2127         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
2128         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
2129         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
2130         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
2131         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
2132         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
2133         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
2134         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
2135         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
2136         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
2137         * modules/cloexec (configure.ac): Likewise.
2138         * modules/getopt-gnu (configure.ac): Likewise.
2139         * modules/uninorm/u8-normalize (configure.ac): Likewise.
2140         * modules/uninorm/u16-normalize (configure.ac): Likewise.
2141         * modules/uninorm/u32-normalize (configure.ac): Likewise.
2142         * modules/fdopendir (configure.ac): Invoke gl_MODULE_INDICATOR.
2143
2144 2010-03-27  Bruno Haible  <bruno@clisp.org>
2145
2146         New module description field 'Comment'.
2147         * gnulib-tool: New option --extract-comment.
2148         (func_usage): Document it.
2149         (sed_extract_prog, sed_extract_field_header): Support 'Comment' field.
2150         (func_get_comment): New function.
2151         * modules/TEMPLATE-EXTENDED: Add a blank Comment field.
2152
2153 2010-03-27  Bruno Haible  <bruno@clisp.org>
2154
2155         Addendum to 2010-02-07 commit.
2156         * gnulib-tool (func_usage): Document --extract-applicability option.
2157
2158 2010-03-27  Bruno Haible  <bruno@clisp.org>
2159
2160         Use GNULIB_POSIXCHECK instead of GNULIB_PORTCHECK.
2161         * lib/time.in.h (asctime, asctime_r, ctime, ctime_r): Test
2162         GNULIB_POSIXCHECK, not GNULIB_PORTCHECK. Provide compile-time warnings
2163         rather than link errors.
2164
2165 2010-03-27  Bruno Haible  <bruno@clisp.org>
2166
2167         Avoid side effects from tests-related modules on the compilation of lib.
2168         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_CONDITION): New macro.
2169         (gl_MODULE_INDICATOR_SET_VARIABLE): Use its expansion as a value.
2170         * gnulib-tool (func_emit_tests_Makefile_am): Accept a witness_macro
2171         parameter. Emit into AM_CPPFLAGS a definition of the designated C
2172         macro.
2173         (func_import): Define a witness macro. Assign it a value that depends
2174         on the current package. Override gl_MODULE_INDICATOR_CONDITION for the
2175         tests-related modules.
2176         (func_create_testdir): Update func_emit_tests_Makefile_am invocation.
2177         Reported by Jim Meyering.
2178
2179 2010-03-27  Bruno Haible  <bruno@clisp.org>
2180
2181         Factorize common .m4 code.
2182         * m4/gnulib-common.m4 (gl_MODULE_INDICATOR_SET_VARIABLE): New macro.
2183         * m4/arpa_inet_h.m4 (gl_ARPA_INET_MODULE_INDICATOR): Use it.
2184         * m4/ctype.m4 (gl_CTYPE_MODULE_INDICATOR): Likewise.
2185         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Likewise.
2186         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Likewise.
2187         * m4/iconv_h.m4 (gl_ICONV_MODULE_INDICATOR): Likewise.
2188         * m4/inttypes.m4 (gl_INTTYPES_MODULE_INDICATOR): Likewise.
2189         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Likewise.
2190         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Likewise.
2191         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Likewise.
2192         * m4/netdb_h.m4 (gl_NETDB_MODULE_INDICATOR): Likewise.
2193         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Likewise.
2194         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Likewise.
2195         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Likewise.
2196         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Likewise.
2197         * m4/stddef_h.m4 (gl_STDDEF_MODULE_INDICATOR): Likewise.
2198         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Likewise.
2199         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Likewise.
2200         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Likewise.
2201         * m4/strings_h.m4 (gl_STRINGS_MODULE_INDICATOR): Likewise.
2202         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_MODULE_INDICATOR): Likewise.
2203         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Likewise.
2204         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Likewise.
2205         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Likewise.
2206         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Likewise.
2207         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Likewise.
2208         * m4/sys_times_h.m4 (gl_SYS_TIMES_MODULE_INDICATOR): Likewise.
2209         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_MODULE_INDICATOR): Likewise.
2210         * m4/sys_wait_h.m4 (gl_SYS_WAIT_MODULE_INDICATOR): Likewise.
2211         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Likewise.
2212         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Likewise.
2213         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Likewise.
2214
2215 2010-03-27  Bruno Haible  <bruno@clisp.org>
2216
2217         Fix a compilation error on Cygwin with g++ >= 4.3.
2218         * lib/sys_stat.in.h (lchmod): Don't warn about the use of this function
2219         if it is undefined or if we alias it to chmod.
2220         (lstat): Don't warn about the use of this function if it is undefined
2221         or if we alias it to stat.
2222         Reported by Simon Josefsson.
2223
2224 2010-03-27  Bruno Haible  <bruno@clisp.org>
2225
2226         * m4/getlogin.m4 (gl_FUNC_GETLOGIN): Renamed from gl_GETLOGIN.
2227         * modules/getlogin (configure.ac): Update.
2228
2229         * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Renamed from gl_GETLOGIN_R.
2230         * modules/getlogin_r (configure.ac): Update.
2231
2232         * m4/inet_ntop.m4 (gl_FUNC_INET_NTOP): Renamed from gl_INET_NTOP.
2233         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Update.
2234         * modules/inet_ntop (configure.ac): Update.
2235
2236         * m4/inet_pton.m4 (gl_FUNC_INET_PTON): Renamed from gl_INET_PTON.
2237         * modules/inet_pton (configure.ac): Update.
2238
2239         * m4/mbslen.m4 (gl_FUNC_MBSLEN): Renamed from gl_MBSLEN.
2240         * modules/mbslen (configure.ac): Update.
2241
2242         * m4/pty.m4 (gl_FUNC_FORKPTY): Renamed from gl_FORKPTY.
2243         (gl_FUNC_OPENPTY): Renamed from gl_OPENPTY.
2244         * modules/forkpty (configure.ac): Update.
2245         * modules/openpty (configure.ac): Update.
2246
2247 2010-03-26  Simon Josefsson  <simon@josefsson.org>
2248
2249         * top/maint.mk (sc_texinfo_acronym): Don't infloop if there is
2250         no *.texi files.  Reported by Eric Blake <eblake@redhat.com>.
2251
2252 2010-03-25  Eric Blake  <eblake@redhat.com>
2253
2254         maint: use pragma consistently across replacement headers
2255         * lib/ctype.in.h (system_header): Hoist for consistent placement.
2256         * lib/dirent.in.h (system_header): Likewise.
2257         * lib/errno.in.h (system_header): Likewise.
2258         * lib/float.in.h (system_header): Likewise.
2259         * lib/getopt.in.h (system_header): Likewise.
2260         * lib/iconv.in.h (system_header): Likewise.
2261         * lib/inttypes.in.h (system_header): Likewise.
2262         * lib/langinfo.in.h (system_header): Likewise.
2263         * lib/locale.in.h (system_header): Likewise.
2264         * lib/math.in.h (system_header): Likewise.
2265         * lib/netdb.in.h (system_header): Likewise.
2266         * lib/netinet_in.in.h (system_header): Likewise.
2267         * lib/pty.in.h (system_header): Likewise.
2268         * lib/sched.in.h (system_header): Likewise.
2269         * lib/se-selinux.in.h (system_header): Likewise.
2270         * lib/search.in.h (system_header): Likewise.
2271         * lib/spawn.in.h (system_header): Likewise.
2272         * lib/stdarg.in.h (system_header): Likewise.
2273         * lib/stdint.in.h (system_header): Likewise.
2274         * lib/string.in.h (system_header): Likewise.
2275         * lib/strings.in.h (system_header): Likewise.
2276         * lib/sys_file.in.h (system_header): Likewise.
2277         * lib/sys_ioctl.in.h (system_header): Likewise.
2278         * lib/sys_socket.in.h (system_header): Likewise.
2279         * lib/sys_times.in.h (system_header): Likewise.
2280         * lib/sys_utsname.in.h (system_header): Likewise.
2281         * lib/sys_wait.in.h (system_header): Likewise.
2282         * lib/sysexits.in.h (system_header): Likewise.
2283         * lib/unistd.in.h (system_header): Likewise.
2284         * lib/wctype.in.h (system_header): Likewise.
2285
2286         arpa/inet: fix mingw compilation warning
2287         * lib/arpa_inet.in.h (system_header): Hoist to be unconditional.
2288         Reported by Matthew Bolte.
2289
2290 2010-03-25  Bruno Haible  <bruno@clisp.org>
2291
2292         Avoid collision between gnulib wrapper and libintl wrapper.
2293         * lib/printf.c (printf): Don't define if a printf wrapper is already
2294         defined in intl/printf.c.
2295         Reported by Michel Boaventura <michel@michelboaventura.com>.
2296
2297 2010-03-25  Bruno Haible  <bruno@clisp.org>
2298
2299         Use ANSI C.
2300         * lib/readutmp.h (getutent): Provide ANSI C prototype.
2301
2302 2010-03-25  Bruno Haible  <bruno@clisp.org>
2303
2304         Minor formatting changes.
2305         * lib/acosl.c: Insert space before function argument list.
2306         * lib/argz.c: Likewise.
2307         * lib/asinl.c: Likewise.
2308         * lib/expl.c: Likewise.
2309         * lib/gen-uni-tables.c: Likewise.
2310         * lib/gettext.h: Likewise.
2311         * lib/glthread/lock.h: Likewise.
2312         * lib/tanl.c: Likewise.
2313         * lib/uniname/uniname.c: Likewise.
2314         * tests/test-idpriv-drop.c: Likewise.
2315         * tests/test-idpriv-droptemp.c: Likewise.
2316         * tests/test-lock.c: Likewise.
2317         * tests/test-tls.c: Likewise.
2318         * lib/argp-help.c: Insert space before function-like macro argument
2319         list.
2320         * lib/memcmp.c: Likewise.
2321         * tests/test-base64.c: Likewise.
2322         * lib/localename.c: Insert space before sizeof's argument list.
2323         * lib/safe-alloc.h: Likewise.
2324         * lib/file-set.h: Insert space before macro argument list.
2325         * tests/test-argp.c: Likewise.
2326         * lib/argp-namefrob.h: Insert space before function parameter list.
2327         * lib/getaddrinfo.c: Likewise.
2328         * lib/netdb.in.h: Likewise.
2329         * lib/parse-duration.h: Likewise.
2330         * lib/parse-duration.c: Likewise.
2331         * lib/poll.c: Likewise.
2332         * lib/select.c: Likewise.
2333         * lib/trim.h: Likewise.
2334         * tests/test-usleep.c: Likewise.
2335         * lib/ldexpl.c: Insert space before function parameter list and before
2336         function argument list.
2337         * lib/logl.c: Likewise.
2338         * lib/sqrtl.c: Likewise.
2339         * lib/trim.c: Likewise.
2340         * lib/cosl.c: Use GNU style indentation. Insert space before function
2341         argument list.
2342         * lib/sinl.c: Likewise.
2343         * lib/tsearch.c: Insert space after 'for'.
2344         Reported by Jim Meyering.
2345
2346 2010-03-23  Pádraig Brady  <P@draigBrady.com>  (tiny change)
2347
2348         * maint.mk (sc_Wundef_boolean): Check for the presence of the
2349         config header before grepping, as it's not present before
2350         autoreconf/configure are run.  Reported by Simon Josefsson.
2351
2352 2010-03-23  Bruno Haible  <bruno@clisp.org>
2353
2354         pt_chown: Make it work with automake < 1.11.
2355         * modules/pt_chown (Makefile.am): Define pkglibexecdir.
2356         Reported by Simon Josefsson.
2357
2358 2010-03-23  Bruno Haible  <bruno@clisp.org>
2359
2360         pt_chown: Don't depend on GPLed modules.
2361         * lib/pt_chown.c: Don't include idpriv.h.
2362         (main): Don't drop privileges.
2363         * modules/pt_chown (Depends-on): Remove idpriv-drop.
2364         Reported by Simon Josefsson.
2365
2366 2010-03-24  Simon Josefsson  <simon@josefsson.org>
2367
2368         * top/maint.mk (sc_texinfo_acronym): Add rule, based on
2369         suggestions from karl@freefriends.org (Karl Berry).
2370
2371 2010-03-22  Eric Blake  <eblake@redhat.com>
2372
2373         gethostname: further tweaks
2374         * lib/unistd.in.h (includes): Only worry about <winsock2.h> if we
2375         are overriding gethostname.
2376         Suggested by Bruno Haible.
2377
2378 2010-03-21  Bruno Haible  <bruno@clisp.org>
2379
2380         Fix comments.
2381         * lib/forkpty.c (rpl_forkpty): Fix comment.
2382         * lib/openpty.c (rpl_openpty): Likewise.
2383         Reported by Eric Blake.
2384
2385 2010-03-22  Eric Blake  <eblake@redhat.com>
2386
2387         gethostname: fix build on mingw
2388         * lib/unistd.in.h (includes): Work around fact that mingw
2389         <winsock2.h> re-includes <unistd.h>, by avoiding any
2390         redeclarations if we are being included by <winsock2.h>.
2391         Reported by Matthias Bolte.
2392
2393 2010-03-21  Bruno Haible  <bruno@clisp.org>
2394
2395         forkpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
2396         * lib/forkpty.c (forkpty): New replacement function, from glibc with
2397         modifications.
2398         * lib/pty.in.h (forkpty): Update declaration. Add comments.
2399         * m4/pty.m4 (gl_FORKPTY): If forkpty is not declared, arrange to
2400         provide the replacement.
2401         * modules/forkpty (Depends-on): Add openpty, login_tty.
2402         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_FORKPTY.
2403         * modules/pty (Makefile.am): Substitute HAVE_FORKPTY.
2404         * doc/glibc-functions/forkpty.texi: More supported platforms.
2405         * config/srclist.txt: Add forkpty.c (commented).
2406
2407 2010-03-21  Bruno Haible  <bruno@clisp.org>
2408
2409         * modules/forkpty-tests: Use the common TEMPLATE-TESTS.
2410         (Makefile.am): Verify that PTY_LIB is defined.
2411
2412         * modules/openpty-tests: Use the common TEMPLATE-TESTS.
2413
2414 2010-03-21  Bruno Haible  <bruno@clisp.org>
2415
2416         Tests for module 'login_tty'.
2417         * modules/login_tty-tests: New file.
2418         * tests/test-login_tty.c: New file.
2419
2420         New module 'login_tty'.
2421         * lib/login_tty.c: New file.
2422         * m4/pty.m4 (gl_FUNC_LOGIN_TTY): New macro.
2423         * modules/login_tty: New file.
2424         * doc/glibc-functions/login_tty.texi: Mention the new module.
2425
2426 2010-03-21  Bruno Haible  <bruno@clisp.org>
2427
2428         login_tty: Documentation.
2429         * doc/glibc-functions/login_tty.texi: New file.
2430         * doc/gnulib.texi (Glibc <utmp.h>): Include it.
2431
2432 2010-03-21  Bruno Haible  <bruno@clisp.org>
2433
2434         pty: Consistent macro naming.
2435         * m4/pty_h.m4 (gl_PTY_H): Renamed from gl_PTY.
2436         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): Update.
2437         * modules/pty (configure.ac): Update.
2438
2439 2010-03-21  Bruno Haible  <bruno@clisp.org>
2440
2441         Tests for openpty: Make stricter.
2442         * tests/test-openpty.c (main): Add test of canonical processing and
2443         erase.
2444         * modules/openpty-tests (Makefile.am): Verify that PTY_LIB is defined.
2445
2446         openpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.
2447         * lib/openpty.c (openpty): New replacement function.
2448         * lib/pty.in.h: Include <termios.h>.
2449         (openpty): Update declaration. Add comments.
2450         * m4/pty.m4 (gl_OPENPTY): Require AC_USE_SYSTEM_EXTENSIONS. If openpty
2451         is not declared, arrange to provide the replacement. Check for _getpty
2452         and posix_openpt.
2453         * modules/openpty (Depends-on): Add extensions, fcntl-h, ioctl.
2454         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Initialize HAVE_OPENPTY.
2455         * modules/pty (Makefile.am): Substitute HAVE_OPENPTY.
2456         * modules/pty-tests (test_pty_c___LDADD): New variable.
2457         * doc/glibc-functions/openpty.texi: More supported platforms.
2458
2459 2010-03-21  Bruno Haible  <bruno@clisp.org>
2460
2461         setenv: Tweaks.
2462         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Include necessary headers in
2463         the test program.
2464         * doc/posix-functions/setenv.texi: Update platforms list.
2465
2466 2010-03-21  Bruno Haible  <bruno@clisp.org>
2467
2468         New module 'unlockpt'.
2469         * lib/unlockpt.c: New file, from glibc with modifications.
2470         * m4/unlockpt.m4: New file.
2471         * modules/unlockpt: New file.
2472         * lib/stdlib.in.h (unlockpt): New declaration.
2473         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether unlockpt is declared.
2474         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_UNLOCKPT, HAVE_UNLOCKPT.
2475         * modules/stdlib (Makefile.am): Substitute GNULIB_UNLOCKPT,
2476         HAVE_UNLOCKPT.
2477         * doc/posix-functions/unlockpt.texi: Mention the new module.
2478         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::unlockpt.
2479         * config/srclist.txt: Add unlockpt.c (commented).
2480
2481 2010-03-21  Jim Meyering  <meyering@redhat.com>
2482
2483         maint.mk: prohibit inclusion of "intprops.h" without use
2484         * top/maint.mk (sc_prohibit_intprops_without_use): New rule.
2485
2486 2010-03-21  Bruno Haible  <bruno@clisp.org>
2487
2488         New module 'grantpt'.
2489         * lib/grantpt.c: New file, from glibc with modifications.
2490         * m4/grantpt.m4: New file.
2491         * modules/grantpt: New file.
2492         * lib/stdlib.in.h (grantpt): New declaration.
2493         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether grantpt is declared.
2494         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GRANTPT, HAVE_GRANTPT.
2495         * modules/stdlib (Makefile.am): Substitute GNULIB_GRANTPT,
2496         HAVE_GRANTPT.
2497         * doc/posix-functions/grantpt.texi: Mention the new module.
2498         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::grantpt.
2499         * config/srclist.txt: Add grantpt.c (commented).
2500
2501 2010-03-21  Bruno Haible  <bruno@clisp.org>
2502
2503         New module 'pt_chown'.
2504         * lib/pt_chown.c: New file, from glibc with modifications.
2505         * lib/pty-private.h: New file, from glibc with modifications.
2506         * modules/pt_chown: New file.
2507         * config/srclist.txt: Add pt_chown.c, pty-private.h (commented).
2508
2509 2010-03-21  Bruno Haible  <bruno@clisp.org>
2510
2511         Tests for module 'ptsname'.
2512         * modules/ptsname-tests: New file.
2513         * tests/test-ptsname.c: New file.
2514
2515         New module 'ptsname'.
2516         * lib/ptsname.c: New file, from glibc with modifications.
2517         * m4/ptsname.m4: New file.
2518         * modules/ptsname: New file.
2519         * lib/stdlib.in.h (ptsname): New declaration.
2520         * m4/stdlib_h.m4 (gl_STDLIB_H): Check whether ptsname is declared.
2521         (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PTSNAME, HAVE_PTSNAME.
2522         * modules/stdlib (Makefile.am): Substitute GNULIB_PTSNAME,
2523         HAVE_PTSNAME.
2524         * doc/posix-functions/ptsname.texi: Mention the new module.
2525         * tests/test-stdlib-c++.cc: Check GNULIB_NAMESPACE::ptsname.
2526         * config/srclist.txt: Add ptsname.c (commented).
2527
2528 2010-03-21  Bruno Haible  <bruno@clisp.org>
2529
2530         Tests for module 'ttyname_r'.
2531         * modules/ttyname_r-tests: New file.
2532         * tests/test-ttyname_r.c: New file.
2533
2534         New module 'ttyname_r'.
2535         * lib/ttyname_r.c: New file.
2536         * m4/ttyname_r.m4: New file.
2537         * modules/ttyname_r: New file.
2538         * lib/unistd.in.h (ttyname_r): New declaration.
2539         * m4/unistd_h.m4 (gl_UNISTD_H): Check whether ttyname_r is declared.
2540         (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_TTYNAME_R, HAVE_TTYNAME_R.
2541         * modules/unistd (Makefile.am): Substitute GNULIB_TTYNAME_R,
2542         HAVE_TTYNAME_R.
2543         * tests/test-unistd-c++.cc: Check GNULIB_NAMESPACE::ttyname_r.
2544         * doc/posix-functions/ttyname_r.texi: Mention the new module.
2545
2546 2010-03-20  Bruno Haible  <bruno@clisp.org>
2547
2548         signal: Undefine macro definitions in C++ mode.
2549         * lib/signal.in.h (sigismember, sigemptyset, sigaddset, sigdelset,
2550         sigfillset): Undefine macro definitions from the system header in C++
2551         mode.
2552         Reported by John W. Eaton <jwe@gnu.org>.
2553
2554 2010-03-20  Bruno Haible  <bruno@clisp.org>
2555
2556         Ensure no #include statements inside extern "C" { ... }.
2557         * lib/obstack.h: Shrink extern "C" { ... } region so that it does not
2558         contain #include statements.
2559         * lib/time.in.h: Likewise.
2560
2561 2010-03-20  Bruno Haible  <bruno@clisp.org>
2562
2563         Make _GL_WARN_ON_USE usable in C++ and C mode in the same compilation.
2564         * build-aux/warn-on-use.h (_GL_WARN_EXTERN_C): New macro.
2565         (_GL_WARN_ON_USE, _GL_WARN_ON_USE_CXX): Likewise.
2566         Reported by John W. Eaton <jwe@gnu.org>.
2567
2568 2010-03-20  Bruno Haible  <bruno@clisp.org>
2569
2570         * m4/unlink.m4 (gl_FUNC_UNLINK): Fix last commit.
2571         Reported by Jim Meyering.
2572
2573 2010-03-20  Bruno Haible  <bruno@clisp.org>
2574
2575         pipe: Set errno upon failure.
2576         * lib/pipe.h: Specify that when -1 is returned, errno is set.
2577         * lib/pipe.c (create_pipe): Set errno when returning -1. Use the right
2578         errno value in error message.
2579
2580 2010-03-20  Bruno Haible  <bruno@clisp.org>
2581             Jim Meyering  <meyering@redhat.com>
2582
2583         lchown: Avoid "unused variable" warning.
2584         * lib/lchown.c (rpl_lchown): Move variable 'st' into #if block.
2585
2586 2010-03-20  Bruno Haible  <bruno@clisp.org>
2587
2588         Work around unlink() bug on MacOS X 10.5.6.
2589         * lib/unlink.c (rpl_unlink): If UNLINK_PARENT_BUG is defined, fail when
2590         attempting to unlink a parent directory.
2591         * m4/unlink.m4 (gl_FUNC_UNLINK): Require AC_CANONICAL_HOST. Test for
2592         MacOS X 10.5 bug. If the bug is present, define UNLINK_PARENT_BUG and
2593         activate for the replacement function.
2594         * doc/posix-functions/unlink.texi: Mention the MacOS X 10.5 bug.
2595
2596 2010-03-20  Bruno Haible  <bruno@clisp.org>
2597
2598         Fix link errors on Solaris 8.
2599         * modules/dirent-tests (test_dirent_c___LDADD): Add LIB_NANOSLEEP.
2600         * modules/wctype-tests (test_wctype_c___LDADD): Likewise.
2601
2602 2010-03-19  Jim Meyering  <meyering@redhat.com>
2603
2604         regcomp.c: make non-_LIBC implementation of build_range_exp consistent
2605         The _LIBC implementation of build_range_exp correctly honors the
2606         RE_NO_EMPTY_RANGES flag when checking for reversed range endpoints.
2607         However, the non-_LIBC implementation would ignore that syntax-bit
2608         flag and return REG_ERANGE unconditionally.
2609         This change makes it honor that flag.
2610         * lib/regcomp.c (build_range_exp) [!_LIBC]: Add a parameter: "syntax".
2611         Make two pointer parameters "const".
2612         Use "syntax" bits in order to honor RE_NO_EMPTY_RANGES.
2613         (parse_bracket_exp): Update caller.
2614
2615         regex.m4: correct the reversed range endpoint ([b-a]) test
2616         * m4/regex.m4: When requiring that [b-a] evoke failure,
2617         use RE_NO_EMPTY_RANGES.  This makes this entire configure-time
2618         test pass once again for x86-based systems.
2619
2620 2010-03-19  Bruno Haible  <bruno@clisp.org>
2621
2622         scandir: Fix link error on Solaris 8.
2623         * lib/scandir.c (_D_EXACT_NAMLEN, _D_ALLOC_NAMLEN): New fallback
2624         macros.
2625
2626 2010-03-19  Bruno Haible  <bruno@clisp.org>
2627
2628         getusershell: Fix documentation.
2629         * doc/glibc-functions/endusershell.texi: Refer to the getusershell
2630         module.
2631         * doc/glibc-functions/setusershell.texi: Likewise.
2632
2633         getusershell: Provide declaration, missing on Solaris 9.
2634         * lib/unistd.in.h (getusershell, setusershell, endusershell): Declare
2635         also if HAVE_GETUSERSHELL && !HAVE_DECL_GETUSERSHELL.
2636         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): When the function exists,
2637         check whether it is declared. Set HAVE_DECL_GETUSERSHELL.
2638         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
2639         HAVE_DECL_GETUSERSHELL, not HAVE_GETUSERSHELL.
2640         * modules/unistd (Makefile.am): Substitute HAVE_DECL_GETUSERSHELL, not
2641         HAVE_GETUSERSHELL.
2642         * doc/glibc-functions/getusershell.texi: Mention the Solaris problem.
2643
2644 2010-03-19  Bruno Haible  <bruno@clisp.org>
2645
2646         wctype: Provide iswblank function.
2647         * lib/wctype.in.h (iswblank): Provide a replacement also when iswcntrl
2648         exists and is fine.
2649         * m4/wctype_h.m4 (gl_WCTYPE_H): Also check whether iswcntrl exists.
2650         * modules/wctype (Makefile.am): Substitute HAVE_ISWBLANK.
2651         * tests/test-wctype.c (main): Re-enable the iswblank tests.
2652         * doc/posix-functions/iswblank.texi: Update.
2653
2654 2010-03-19  Bruno Haible  <bruno@clisp.org>
2655
2656         Tests of module 'pty' in C++ mode.
2657         * modules/pty-tests: New file.
2658         * tests/test-pty-c++.cc: New file.
2659         * m4/pty_h.m4 (gl_PTY_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
2660
2661 2010-03-19  Eric Blake  <eblake@redhat.com>
2662
2663         logb: fix documentation
2664         * doc/posix-functions/logb.texi (logb): Gnulib fixes the cygwin
2665         1.5 declaration bug.
2666
2667         forkpty, openpty: prefer glibc's const-safe prototype
2668         * lib/forkpty.c (rpl_forkpty): New file.
2669         * lib/openpty.c (rpl_openpty): Likewise.
2670         * modules/forkpty (Files): Distribute it.
2671         * modules/openpty (Files): Likewise.
2672         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.  Move decl
2673         check...
2674         * m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): ...here.  Request
2675         replacement for for non-const BSD signature.
2676         * modules/pty (Makefile.am): Substitute witnesses.
2677         * lib/pty.in.h (forkpty, openpty): Declare replacements.
2678         * tests/test-forkpty.c: Update signature check.
2679         * tests/test-openpty.c: Likewise.
2680         * doc/glibc-functions/forkpty.texi (forkpty): Document the fix.
2681         * doc/glibc-functions/openpty.texi (openpty): Likewise.
2682
2683         forkpty, openpty: split functions into new modules
2684         * modules/pty (Makefile.am): Substitute new witnesses.
2685         (Libraries): Move library detection...
2686         * modules/forkpty: ...into new module.
2687         * modules/openpty: Another new module.
2688         * modules/pty-tests: Rename and split...
2689         * modules/forkpty-tests: ...to this...
2690         * modules/openpty-tests: ...and this.
2691         * tests/test-pty.c: Rename and split...
2692         * tests/test-forkpty.c: ...to this...
2693         * tests/test-openpty.c: ...and this.
2694         * m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses.
2695         (gl_PTY): Split library searching...
2696         * m4/pty.m4 (gl_PTY_LIB): ...into new file.
2697         (gl_FORKPTY, gl_OPENPTY): New macros.
2698         * lib/pty.in.h (forkpty, openpty): Honor new witnesses.
2699         * NEWS: Mention the split.
2700         * MODULES.html.sh (Misc): Document the modules.
2701         * doc/glibc-functions/forkpty.texi (forkpty): Likewise.
2702         * doc/glibc-functions/openpty.texi (openpty): Likewise.
2703
2704         pty: improve replacement header
2705         * lib/pty.in.h: New file.
2706         * modules/pty (Files): Ship it.
2707         (Makefile.am): Always build replacement.
2708         * m4/pty.m4: Rename...
2709         * m4/pty_h.m4: ...to this.
2710         (gl_PTY): Modernize setting of witness macros; update check of
2711         forkpty to take proper advantage of cache.
2712         (gl_PTY_MODULE_INDICATOR, gl_PTY_H_DEFAULTS): New macros.
2713
2714         getopt: avoid compiler warning
2715         * lib/getopt.c (attribute_hidden): Remove unused macro.
2716
2717 2010-03-18  Bruno Haible  <bruno@clisp.org>
2718
2719         Fix link errors on Solaris 8.
2720         * modules/iconv-h-tests (test_iconv_h_c___LDADD): Add LIB_NANOSLEEP.
2721         * modules/search-tests (test_search_c___LDADD): Likewise.
2722         * modules/signal-tests (test_signal_c___LDADD): Likewise.
2723         * modules/spawn-tests (test_spawn_c___LDADD): Likewise.
2724         * modules/stdio-tests (test_stdio_c___LDADD): Likewise.
2725         * modules/sys_select-tests (test_sys_select_c___LDADD): Likewise.
2726         * modules/sys_socket-tests (test_sys_socket_c___LDADD): Likewise.
2727         * modules/sys_time-tests (test_sys_time_c___LDADD): Likewise.
2728         * modules/wchar-tests (test_wchar_c___LDADD): Likewise.
2729
2730 2010-03-18  Bruno Haible  <bruno@clisp.org>
2731
2732         Fix bug introduced on 2010-03-14.
2733         * m4/spawn_h.m4 (gl_HAVE_POSIX_SPAWN): New macro.
2734         (gl_SPAWN_H): Require it.
2735         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Likewise.
2736         Reported by Simon Josefsson.
2737
2738 2010-03-18  Bruno Haible  <bruno@clisp.org>
2739
2740         Fix typo introduced on 2009-12-31.
2741         * m4/spawn_h.m4 (gl_SPAWN_H): Check for the declaration of
2742         posix_spawn_file_actions_adddup2.
2743
2744 2010-03-17  Bert Wesarg  <bert.wesarg@googlemail.com>  (tiny change)
2745         and Eric Blake  <eblake@redhat.com>
2746
2747         test-vc-list-files-git: make more robust
2748         * tests/test-vc-list-files-git.sh: Unset problematic environment
2749         variables.  Chain commands together.
2750
2751 2010-03-17  Ludovic Courtès <ludo@gnu.org>  (tiny change)
2752
2753         * m4/pty.m4: Unset $ac_cv_have_decl_forkpty before the second
2754         `AC_CHECK_DECL' invocation.
2755
2756 2010-03-15  Sergey Poznyakoff  <gray@gnu.org.ua>
2757
2758         * lib/inttostr.c (inttostr): Make sure the invocation of verify
2759         appears before executable statements. Suggested by Petr Sumbera
2760         <Petr.Sumbera@Sun.COM>.
2761
2762 2010-03-14  Bruno Haible  <bruno@clisp.org>
2763
2764         * tests/test-flock.c (test_exclusive): Comment out a test that causes
2765         portability problems. Instead use a simpler test.
2766         (main): Check that invalid arguments are rejected only on Linux.
2767
2768 2010-03-14  Bruno Haible  <bruno@clisp.org>
2769
2770         Fix bug introduced on 2009-12-31.
2771         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
2772         gl_PREREQ_SYS_H_WINSOCK2 always.
2773         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise. Remove
2774         SYS_SOCKET_H variable.
2775         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Remove test for flock.
2776         Update comments.
2777         * m4/ctype.m4 (gl_CTYPE_H): Update comments.
2778         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
2779         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
2780         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
2781         * m4/sys_wait_h.m4 (gl_SYS_WAIT_H): Likewise.
2782
2783 2010-03-14  Bruno Haible  <bruno@clisp.org>
2784
2785         Fix values returned by sinl, cosl.
2786         * lib/trigl.h: Add specification comments.
2787         * lib/sincosl.c (kernel_sinl, kernel_cosl): Fix comments and formula
2788         that combines the values from the precomputed table with the values of
2789         the Chebyshev polynomials.
2790
2791 2010-03-14  Bruno Haible  <bruno@clisp.org>
2792
2793         Fix compilation error when modules 'posix_spawn[p]' are not used.
2794         * m4/spawn_h.m4 (gl_SPAWN_H): Set HAVE_POSIX_SPAWN here.
2795         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): ... not here.
2796
2797 2010-03-14  Bruno Haible  <bruno@clisp.org>
2798
2799         Fix compilation error on mingw when module 'time_r' is not used.
2800         * lib/time.in.h (localtime_r, gmtime_r): Declare only if GNULIB_TIME_R
2801         is 1.
2802         * tests/test-time-c++.cc (localtime_r, gmtime_r): Likewise.
2803         * modules/time_r (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
2804         * modules/time (Makefile.am): Substitute GNULIB_TIME_R.
2805         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize GNULIB_TIME_R.
2806
2807 2010-03-14  Bruno Haible  <bruno@clisp.org>
2808
2809         Fix compilation error with Sun C.
2810         * lib/strtol.c: Use LLONG_MIN instead of GCC specific LONG_LONG_MIN.
2811         Use LLONG_MAX instead of GCC specific LONG_LONG_MAX. Use ULLONG_MAX
2812         instead of GCC specific ULONG_LONG_MAX.
2813         * lib/xstrtoll.c: Likewise.
2814         * lib/xstrtoull.c: Likewise.
2815
2816 2010-03-13  Bruno Haible  <bruno@clisp.org>
2817
2818         Allow the user to disable C++ code and tests.
2819         * m4/ansi-c++.m4 (gl_CXX_CHOICE): New macro.
2820         (gl_PROG_ANSI_CXX): Require it.
2821
2822 2010-03-13  Bruno Haible  <bruno@clisp.org>
2823
2824         * DEPENDENCIES (libtool): Mention libtool 2.2.x requirement in special
2825         cases.
2826
2827 2010-03-13  Bruno Haible  <bruno@clisp.org>
2828
2829         Test that gnulib does not break the standard C++ headers.
2830         * tests/test-locale-c++2.cc: New file.
2831         * modules/locale-tests (Files): Add it.
2832         (Makefile.am): Compile it for test-locale-c++.
2833         * tests/test-math-c++2.cc: New file.
2834         * modules/math-tests (Files): Add it.
2835         (Makefile.am): Compile it for test-math-c++.
2836         * tests/test-signal-c++2.cc: New file.
2837         * modules/signal-tests (Files): Add it.
2838         (Makefile.am): Compile it for test-signal-c++.
2839         * tests/test-stdio-c++2.cc: New file.
2840         * modules/stdio-tests (Files): Add it.
2841         (Makefile.am): Compile it for test-stdio-c++.
2842         * tests/test-stdlib-c++2.cc: New file.
2843         * modules/stdlib-tests (Files): Add it.
2844         (Makefile.am): Compile it for test-stdlib-c++.
2845         * tests/test-string-c++2.cc: New file.
2846         * modules/string-tests (Files): Add it.
2847         (Makefile.am): Compile it for test-string-c++.
2848         * tests/test-time-c++2.cc: New file.
2849         * modules/time-tests (Files): Add it.
2850         (Makefile.am): Compile it for test-time-c++.
2851         Reported by John W. Eaton <jwe@gnu.org>.
2852
2853 2010-03-13  Bruno Haible  <bruno@clisp.org>
2854
2855         * gnulib-tool (func_usage): Clarify which options are available for
2856         --create-testdir and --create-megatestdir.
2857
2858 2010-03-13  Bruno Haible  <bruno@clisp.org>
2859
2860         Fix compilation error with glibc >= 2.10 and g++ >= 4.4.
2861         * build-aux/warn-on-use.h (_GL_WARN_ON_USE_CXX): New macro.
2862         * build-aux/c++defs.h (_GL_CXXALIASWARN1): New macro.
2863         * lib/string.in.h (memchr, memrchr, rawmemchr, strchrnul, strpbrk,
2864         strstr, strcasestr): Use _GL_CXXALIASWARN1 instead of _GL_CXXALIASWARN
2865         when appropriate.
2866         Reported by Jim Meyering.
2867
2868 2010-03-12  Simon Josefsson  <simon@josefsson.org>
2869
2870         * gnulib-tool (func_import): Explain origin of code.
2871
2872 2010-03-12  Bruno Haible  <bruno@clisp.org>
2873
2874         Fix problem with automake's definition of CXXLINK.
2875         * gnulib-tool (func_create_testdir): After LT_INIT, also use LT_LANG.
2876         Reported by Simon Josefsson and Ludovic Courtès.
2877
2878 2010-03-12  Bruno Haible  <bruno@clisp.org>
2879
2880         * doc/gnulib-intro.texi (Steady Development): Mention Ian Beckwith's
2881         stable releases.
2882
2883 2010-03-11  Bruno Haible  <bruno@clisp.org>
2884
2885         Fix problems with overloaded C++ definitions of memchr, strpbrk, etc.
2886         * build-aux/c++defs.h (_GL_CXXALIAS_SYS_CAST2): Make it work regardless
2887         whether the system provides one variant or multiple variants of the
2888         function.
2889         * lib/string.in.h (memchr, strpbrk): Use _GL_CXXALIAS_SYS_CAST2 for all
2890         C++ compilers.
2891         (memrchr, rawmemchr, strchrnul, strstr, strcasestr): Use
2892         _GL_CXXALIAS_SYS_CAST2 instead of _GL_CXXALIAS_SYS.
2893         Reported by Jim Meyering.
2894
2895 2010-03-09  Simon Josefsson  <simon@josefsson.org>
2896
2897         * gnulib-tool (LIBTOOLPATH): Fix cut'n'paste bug.
2898
2899 2010-03-08  Bruno Haible  <bruno@clisp.org>
2900
2901         gnulib-tool: Add support for --libtool in --create-testdir.
2902         * gnulib-tool (LIBTOOLPATH, LIBTOOLIZE): New variables.
2903         (func_create_testdir): Emit LT_INIT invocations. Invoke LIBTOOLIZE.
2904
2905 2010-03-08  Eric Blake  <eblake@redhat.com>
2906
2907         gnulib-tool.texi: mention possibility of git submodule
2908         * doc/gnulib-tool.texi (VCS Issues): Add details about using git
2909         submodules.
2910         * doc/.gitignore: Ignore another generated file.
2911
2912 2010-03-08  Karl Berry  <karl@gnu.org>
2913
2914         * doc/gnulib-tool.texi (VCS Issues): Mention third option
2915         of committing gnulib files while skipping others.
2916
2917 2010-03-07  Bruno Haible  <bruno@clisp.org>
2918
2919         Tests of module 'wctype' in C++ mode.
2920         * tests/test-wctype-c++.cc: New file.
2921         * modules/wctype-tests (Files): Add it and tests/signature.h.
2922         (Depends-on): Add ansi-c++-opt.
2923         (Makefile.am): Arrange to compile and run test-wctype-c++.
2924
2925         Tests of module 'wchar' in C++ mode.
2926         * tests/test-wchar-c++.cc: New file.
2927         * modules/wchar-tests (Files): Add it and tests/signature.h.
2928         (Depends-on): Add ansi-c++-opt.
2929         (Makefile.am): Arrange to compile and run test-wchar-c++.
2930         * m4/wchar_h.m4 (gl_WCHAR_MODULE_INDICATOR): Invoke
2931         gl_MODULE_INDICATOR.
2932
2933         Tests of module 'unistd' in C++ mode.
2934         * tests/test-unistd-c++.cc: New file.
2935         * modules/unistd-tests (Files): Add it and tests/signature.h.
2936         (Depends-on): Add ansi-c++-opt.
2937         (Makefile.am): Arrange to compile and run test-unistd-c++.
2938         * m4/unistd_h.m4 (gl_UNISTD_MODULE_INDICATOR): Invoke
2939         gl_MODULE_INDICATOR.
2940
2941         Tests of module 'time' in C++ mode.
2942         * tests/test-time-c++.cc: New file.
2943         * modules/time-tests (Files): Add it and tests/signature.h.
2944         (Depends-on): Add ansi-c++-opt.
2945         (Makefile.am): Arrange to compile and run test-time-c++.
2946         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
2947
2948         Tests of module 'sys_time' in C++ mode.
2949         * tests/test-sys_time-c++.cc: New file.
2950         * modules/sys_time-tests (Files): Add it and tests/signature.h.
2951         (Depends-on): Add ansi-c++-opt.
2952         (Makefile.am): Arrange to compile and run test-sys_time-c++.
2953         * m4/sys_time_h.m4 (gl_SYS_TIME_MODULE_INDICATOR): Invoke
2954         gl_MODULE_INDICATOR.
2955
2956         Tests of module 'sys_stat' in C++ mode.
2957         * tests/test-sys_stat-c++.cc: New file.
2958         * modules/sys_stat-tests (Files): Add it and tests/signature.h.
2959         (Depends-on): Add ansi-c++-opt.
2960         (Makefile.am): Arrange to compile and run test-sys_stat-c++.
2961         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): Invoke
2962         gl_MODULE_INDICATOR.
2963
2964         Tests of module 'sys_socket' in C++ mode.
2965         * tests/test-sys_socket-c++.cc: New file.
2966         * modules/sys_socket-tests (Files): Add it and tests/signature.h.
2967         (Depends-on): Add ansi-c++-opt.
2968         (Makefile.am): Arrange to compile and run test-sys_socket-c++.
2969         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Invoke
2970         gl_MODULE_INDICATOR.
2971
2972         Tests of module 'sys_select' in C++ mode.
2973         * tests/test-sys_select-c++.cc: New file.
2974         * modules/sys_select-tests (Files): Add it and tests/signature.h.
2975         (Depends-on): Add ansi-c++-opt.
2976         (Makefile.am): Arrange to compile and run test-sys_select-c++.
2977         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): Invoke
2978         gl_MODULE_INDICATOR.
2979
2980         Tests of module 'sys_ioctl' in C++ mode.
2981         * tests/test-sys_ioctl-c++.cc: New file.
2982         * modules/sys_ioctl-tests (Files): Add it and tests/signature.h.
2983         (Depends-on): Add ansi-c++-opt.
2984         (Makefile.am): Arrange to compile and run test-sys_ioctl-c++.
2985         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_MODULE_INDICATOR): Invoke
2986         gl_MODULE_INDICATOR.
2987
2988         Tests of module 'string' in C++ mode.
2989         * tests/test-string-c++.cc: New file.
2990         * modules/string-tests (Files): Add it and tests/signature.h.
2991         (Depends-on): Add ansi-c++-opt.
2992         (Makefile.am): Arrange to compile and run test-string-c++.
2993         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Invoke
2994         gl_MODULE_INDICATOR.
2995
2996         Tests of module 'stdlib' in C++ mode.
2997         * tests/test-stdlib-c++.cc: New file.
2998         * modules/stdlib-tests (Files): Add it and tests/signature.h.
2999         (Depends-on): Add ansi-c++-opt.
3000         (Makefile.am): Arrange to compile and run test-stdlib-c++.
3001         * m4/stdlib_h.m4 (gl_STDLIB_MODULE_INDICATOR): Invoke
3002         gl_MODULE_INDICATOR.
3003
3004         Tests of module 'stdio' in C++ mode.
3005         * tests/test-stdio-c++.cc: New file.
3006         * modules/stdio-tests (Files): Add it and tests/signature.h.
3007         (Depends-on): Add ansi-c++-opt.
3008         (Makefile.am): Arrange to compile and run test-stdio-c++.
3009         * m4/stdio_h.m4 (gl_STDIO_MODULE_INDICATOR): Invoke
3010         gl_MODULE_INDICATOR.
3011
3012         Tests of module 'spawn' in C++ mode.
3013         * tests/test-spawn-c++.cc: New file.
3014         * modules/spawn-tests (Files): Add it and tests/signature.h.
3015         (Depends-on): Add ansi-c++-opt.
3016         (Makefile.am): Arrange to compile and run test-spawn-c++.
3017         * m4/spawn_h.m4 (gl_SPAWN_MODULE_INDICATOR): Invoke
3018         gl_MODULE_INDICATOR.
3019
3020         Tests of module 'signal' in C++ mode.
3021         * tests/test-signal-c++.cc: New file.
3022         * modules/signal-tests (Files): Add it and tests/signature.h.
3023         (Depends-on): Add ansi-c++-opt.
3024         (Makefile.am): Arrange to compile and run test-signal-c++.
3025         * m4/signal_h.m4 (gl_SIGNAL_MODULE_INDICATOR): Invoke
3026         gl_MODULE_INDICATOR.
3027
3028         Tests of module 'search' in C++ mode.
3029         * tests/test-search-c++.cc: New file.
3030         * modules/search-tests (Files): Add it and tests/signature.h.
3031         (Depends-on): Add ansi-c++-opt.
3032         (Makefile.am): Arrange to compile and run test-search-c++.
3033         * m4/search_h.m4 (gl_SEARCH_MODULE_INDICATOR): Invoke
3034         gl_MODULE_INDICATOR.
3035
3036         Tests of module 'math' in C++ mode.
3037         * tests/test-math-c++.cc: New file.
3038         * modules/math-tests (Files): Add it and tests/signature.h.
3039         (Depends-on): Add ansi-c++-opt.
3040         (Makefile.am): Arrange to compile and run test-math-c++.
3041         * m4/math_h.m4 (gl_MATH_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR.
3042
3043         Tests of module 'locale' in C++ mode.
3044         * tests/test-locale-c++.cc: New file.
3045         * modules/locale-tests (Files): Add it and tests/signature.h.
3046         (Depends-on): Add ansi-c++-opt.
3047         (Makefile.am): Arrange to compile and run test-locale-c++.
3048         * m4/locale_h.m4 (gl_LOCALE_MODULE_INDICATOR): Invoke
3049         gl_MODULE_INDICATOR.
3050
3051         Tests of module 'langinfo' in C++ mode.
3052         * tests/test-langinfo-c++.cc: New file.
3053         * modules/langinfo-tests (Files): Add it and tests/signature.h.
3054         (Depends-on): Add ansi-c++-opt.
3055         (Makefile.am): Arrange to compile and run test-langinfo-c++.
3056         * m4/langinfo_h.m4 (gl_LANGINFO_MODULE_INDICATOR): Invoke
3057         gl_MODULE_INDICATOR.
3058
3059         Tests of module 'iconv-h' in C++ mode.
3060         * tests/test-iconv-h-c++.cc: New file.
3061         * modules/iconv-h-tests (Files): Add it and tests/signature.h.
3062         (Depends-on): Add ansi-c++-opt.
3063         (Makefile.am): Arrange to compile and run test-iconv-h-c++.
3064
3065         Tests of module 'glob' in C++ mode.
3066         * tests/test-glob-c++.cc: New file.
3067         * modules/glob-tests (Files): Add it.
3068         (Depends-on): Add ansi-c++-opt.
3069         (Makefile.am): Arrange to compile and run test-glob-c++.
3070
3071         Tests of module 'fcntl-h' in C++ mode.
3072         * tests/test-fcntl-h-c++.cc: New file.
3073         * modules/fcntl-h-tests (Files): Add it and tests/signature.h.
3074         (Depends-on): Add ansi-c++-opt.
3075         (Makefile.am): Arrange to compile and run test-fcntl-h-c++.
3076         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR): Invoke
3077         gl_MODULE_INDICATOR.
3078
3079         Tests of module 'dirent' in C++ mode.
3080         * tests/test-dirent-c++.cc: New file.
3081         * modules/dirent-tests (Files): Add it and tests/signature.h.
3082         (Depends-on): Add ansi-c++-opt.
3083         (Makefile.am): Arrange to compile and run test-dirent-c++.
3084         * m4/dirent_h.m4 (gl_DIRENT_MODULE_INDICATOR): Invoke
3085         gl_MODULE_INDICATOR.
3086
3087         New module 'ansi-c++-opt'.
3088         * modules/ansi-c++-opt: New file.
3089         * m4/ansi-c++.m4: New file, from GNU gettext with modifications.
3090
3091         Document C++ namespace mode.
3092         * doc/gnulib.texi (A C++ namespace for gnulib): New section.
3093
3094         wctype: Avoid #define replacements in C++ mode.
3095         * lib/wctype.in.h: Include c++defs.h, warn-on-use.h.
3096         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower,
3097         iswprint, iswpunct, iswspace, iswupper, iswxdigit, towlower, towupper):
3098         In C++, define a namespaced alias symbol.
3099         * m4/wctype_h.m4 (gl_WCTYPE_H): Don't set WCTYPE_H.
3100         * modules/wctype (Depends-on): Add c++defs, warn-on-use.
3101         (Makefile.am): Provide a wctype.h replacement always. Update wctype.h
3102         rule.
3103
3104         wchar: Avoid #define replacements in C++ mode.
3105         * lib/wchar.in.h: Include c++defs.h.
3106         (btowc, wctob, mbsinit, mbrtowc, mbrlen, mbsrtowcs, mbsnrtowcs,
3107         wcrtomb, wcsrtombs, wcsnrtombs): In C++, define a namespaced alias
3108         symbol.
3109         (wcwidth): Likewise. Fix prototype to be POSIX compliant.
3110         * modules/wchar (Depends-on): Add c++defs.
3111         (Makefile.am): Update wchar.h rule.
3112
3113         unistd: Avoid #define replacements in C++ mode.
3114         * lib/unistd.in.h: Include c++defs.h.
3115         (chown, close, dup, dup2, dup3, euidaccess, faccessat, fchdir,
3116         fchownat, fsync, ftruncate, getcwd, getdomainname, getdtablesize,
3117         getgroups, gethostname, getlogin, getlogin_r, getpagesize,
3118         getusershell, setusershell, endusershell, lchown, link, linkat, lseek,
3119         pipe2, pread, readlink, readlinkat, rmdir, sleep, symlink, symlinkat,
3120         unlink, unlinkat, usleep, write): In C++, define a namespaced alias
3121         symbol.
3122         (environ): Update.
3123         * modules/unistd (Depends-on): Add c++defs.
3124         (Makefile.am): Update unistd.h rule.
3125
3126         time: Avoid #define replacements in C++ mode.
3127         * lib/time.in.h: Include c++defs.h, warn-on-use.h.
3128         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): In C++,
3129         define a namespaced alias symbol.
3130         * m4/time_h.m4 (gl_TIME_MODULE_INDICATOR): New macro.
3131         (gl_HEADER_TIME_H_DEFAULTS): Initialize also GNULIB_MKTIME,
3132         GNULIB_NANOSLEEP, GNULIB_STRPTIME, GNULIB_TIMEGM.
3133         * modules/time (Depends-on): Add c++defs, warn-on-use.
3134         (Makefile.am): Update time.h rule.
3135         * modules/mktime (configure.ac): Invoke gl_TIME_MODULE_INDICATOR.
3136         * modules/nanosleep (configure.ac): Likewise.
3137         * modules/strptime (configure.ac): Likewise.
3138         * modules/timegm (configure.ac): Likewise.
3139
3140         sys_time: Avoid #define replacements in C++ mode.
3141         * lib/sys_time.in.h: Include c++defs.h.
3142         (gettimeofday): In C++, define a namespaced alias symbol.
3143         * modules/sys_time (Depends-on): Add c++defs.
3144         (Makefile.am): Update sys/time.h rule.
3145
3146         sys_stat: Avoid #define replacements in C++ mode.
3147         * lib/sys_stat.in.h: Include c++defs.h.
3148         (fchmodat, fstat, fstatat, futimens, lchmod, lstat, mkdir, mkdirat,
3149         mkfifo, mkfifoat, mknod, mknodat, utimensat): In C++, define a
3150         namespaced alias symbol.
3151         In C++, define a namespaced alias symbol.
3152         * modules/sys_stat (Depends-on): Add c++defs.
3153         (Makefile.am): Update sys/stat.h rule.
3154
3155         sys_socket: Avoid #define replacements in C++ mode.
3156         * lib/sys_socket.in.h: Handle the case of recursive include on Cygwin.
3157         Include c++defs.h. Include warn-on-use.h earlier. Enable the function
3158         definitions also when the system has a <sys/socket.h>.
3159         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
3160         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, accept4):
3161         In C++, define a namespaced alias symbol.
3162         * modules/sys_socket (Depends-on): Add c++defs.
3163         (Makefile.am): Update sys/socket.h rule.
3164
3165         sys_select: Avoid #define replacements in C++ mode.
3166         * lib/sys_select.in.h: Include c++defs.h. Enable the function
3167         definitions also when the system has a <sys/select.h>.
3168         (select): In C++, define a namespaced alias symbol.
3169         * modules/sys_select (Depends-on): Add c++defs.
3170         (Makefile.am): Update sys/select.h rule.
3171
3172         sys_ioctl: Avoid #define replacements in C++ mode.
3173         * lib/sys_ioctl.in.h: Include c++defs.h.
3174         (ioctl): In C++, define a namespaced alias symbol.
3175         * modules/sys_ioctl (Depends-on): Add c++defs.
3176         (Makefile.am): Update sys/ioctl.h rule.
3177
3178         string: Avoid #define replacements in C++ mode.
3179         * lib/string.in.h: Include c++defs.h.
3180         (stpncpy): Define to rpl_stpncpy, not gnu_stpncpy.
3181         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
3182         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
3183         strcasestr, strtok_r, mbslen, mbschr, mbsrchr, mbspbrk, strerror,
3184         strsignal, strverscmp): In C++, define a namespaced alias symbol.
3185         * modules/string (Depends-on): Add c++defs.
3186         (Makefile.am): Update string.h rule.
3187
3188         stdlib: Avoid #define replacements in C++ mode.
3189         * lib/stdlib.in.h: Include c++defs.h.
3190         (atoll, calloc, canonicalize_file_name, getloadavg, getsubopt, malloc,
3191         mkdtemp, mkostemp, mkostemps, mkstemp, mkstemps, putenv, random_r,
3192         srandom_r, initstate_r, setstate_r, realloc, realpath, rpmatch, setenv,
3193         strtod, strtoll, strtoull, unsetenv): In C++, define a namespaced alias
3194         symbol.
3195         * modules/stdlib (Depends-on): Add c++defs.
3196         (Makefile.am): Update stdlib.h rule.
3197
3198         stdio: Avoid #define replacements in C++ mode.
3199         * lib/stdio.in.h: Include c++defs.h.
3200         (dprintf, fclose, fflush, fopen, fprintf, fpurge, fputc, fputs,
3201         freopen, fseek, fseeko, ftell, ftello, fwrite, getdelim, getline,
3202         obstack_printf, obstack_vprintf, perror, popen, printf, fputc, putchar,
3203         puts, remove, rename, renameat, snprintf, sprintf, asprintf, vasprintf,
3204         vdprintf, vfprintf, vprintf, vsnprintf, vsprintf): In C++, define a
3205         namespaced alias symbol.
3206         * modules/stdio (Depends-on): Add c++defs.
3207         (Makefile.am): Update stdio.h rule.
3208
3209         spawn: Avoid #define replacements in C++ mode.
3210         * lib/spawn.in.h: Include c++defs.h.
3211         (posix_spawn, posix_spawnp, posix_spawnattr_init,
3212         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
3213         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
3214         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
3215         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
3216         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
3217         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
3218         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
3219         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
3220         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
3221         In C++, define a namespaced alias symbol.
3222         * modules/spawn (Depends-on): Add c++defs.
3223         (Makefile.am): Update spawn.h rule.
3224
3225         signal: Avoid #define replacements in C++ mode.
3226         * lib/signal.in.h: Include c++defs.h.
3227         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
3228         sigpending, sigprocmask, signal, raise, sigaction): In C++, define a
3229         namespaced alias symbol.
3230         * modules/signal (Depends-on): Add c++defs.
3231         (Makefile.am): Update signal.h rule.
3232
3233         search: Avoid #define replacements in C++ mode.
3234         * lib/search.in.h: Include c++defs.h.
3235         (_gl_search_compar_fn, _gl_search_action_fn): New types.
3236         (tsearch, tfind, tdelete, twalk): In C++, define a namespaced alias
3237         symbol.
3238         * modules/search (Depends-on): Add c++defs.
3239         (Makefile.am): Update search.h rule.
3240
3241         math: Avoid #define replacements in C++ mode.
3242         * lib/math.in.h: Include c++defs.h.
3243         (frexp, acosl, asinl, atanl, ceilf, ceill, cosl, expl, floorf, floorl,
3244         frexpl, ldexpl, logl, roundf, round, roundl, sinl, sqrtl, tanl, truncf,
3245         trunc, truncl): In C++, define a namespaced alias symbol.
3246         * modules/math (Depends-on): Add c++defs.
3247         (Makefile.am): Update math.h rule.
3248
3249         locale: Avoid #define replacements in C++ mode.
3250         * lib/locale.in.h: Include c++defs.h.
3251         (duplocale): In C++, define a namespaced alias symbol.
3252         * m4/locale_h.m4 (gl_LOCALE_H_DEFAULTS): Initialize HAVE_DUPLOCALE.
3253         * m4/duplocale.m4 (gl_FUNC_DUPLOCALE): Set HAVE_DUPLOCALE.
3254         * modules/locale (Depends-on): Add c++defs.
3255         (Makefile.am): Update locale.h rule. Substitute HAVE_DUPLOCALE.
3256
3257         langinfo: Avoid #define replacements in C++ mode.
3258         * lib/langinfo.in.h: Include c++defs.h.
3259         (nl_langinfo): In C++, define a namespaced alias symbol.
3260         * modules/langinfo (Depends-on): Add c++defs.
3261         (Makefile.am): Update langinfo.h rule.
3262
3263         iconv-h: Avoid #define replacements in C++ mode.
3264         * lib/iconv.in.h: Include c++defs.h, warn-on-use.h.
3265         (iconv_open, iconv, iconv_close): In C++, define a namespaced alias
3266         symbol.
3267         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
3268         whenever iconv is present.
3269         * modules/iconv-h (Depends-on): Add c++defs, warn-on-use.
3270         (Makefile.am): Update iconv.h rule.
3271
3272         glob: Avoid #define replacements in C++ mode.
3273         * lib/glob.in.h: Include c++defs.h, warn-on-use.h.
3274         (_gl_glob_errfunc_fn): New type.
3275         (glob, globfree, glob_pattern_p): In C++, define a namespaced alias
3276         symbol.
3277         * modules/glob (Depends-on): Add c++defs, warn-on-use.
3278         (Makefile.am): Update glob.h rule.
3279
3280         fcntl-h: Avoid #define replacements in C++ mode.
3281         * lib/fcntl.in.h: Include c++defs.h.
3282         (fcntl, open, openat): In C++, define a namespaced alias symbol.
3283         * modules/fcntl-h (Depends-on): Add c++defs.
3284         (Makefile.am): Update fcntl.h rule.
3285
3286         dirent: Avoid #define replacements in C++ mode.
3287         * lib/dirent.in.h: Include c++defs.h.
3288         (closedir, fdopendir, opendir, scandir, alphasort): In C++, define a
3289         namespaced alias symbol.
3290         (dirfd): Update declaration.
3291         * modules/dirent (Depends-on): Add c++defs.
3292         (Makefile.am): Update dirent.h rule.
3293
3294         ctype: Make it usable in C++ code.
3295         * lib/ctype.in.h: Include c++defs.h.
3296         (isblank): Declare as extern "C".
3297         * modules/ctype (Depends-on): Add c++defs.
3298         (Makefile.am): Update ctype.h rule.
3299
3300         New module 'c++defs'.
3301         * modules/c++defs: New file.
3302         * build-aux/c++defs.h: New file.
3303         Reported by John W. Eaton <jwe@gnu.org>.
3304
3305 2010-03-07  Bruno Haible  <bruno@clisp.org>
3306
3307         logb: Provide missing declaration for Cygwin.
3308         * lib/math.in.h (logb): New declaration.
3309         * m4/logb.m4: New file.
3310         * modules/logb (Files): Add m4/logb.m4.
3311         (Depends-on): Add math.
3312         (configure.ac): Invoke gl_FUNC_LOGB, gl_MATH_MODULE_INDICATOR.
3313         * m4/math_h.m4 (gl_MATH_H): Check also for logb declaration.
3314         (gl_MATH_H_DEFAULTS): Initialize GNULIB_LOGB, HAVE_DECL_LOGB.
3315         * modules/math (Makefile.am): Substitute GNULIB_LOGB, HAVE_DECL_LOGB.
3316         * doc/posix-functions/logb.texi: Mention the Cygwin bug.
3317
3318 2010-03-07  Bruno Haible  <bruno@clisp.org>
3319
3320         Fix test-cond link error.
3321         * tests/test-cond.c: Include <stdio.h>.
3322
3323 2010-03-07  Bruno Haible  <bruno@clisp.org>
3324
3325         Fix test-dirent-safer link error.
3326         * modules/dirent-safer-tests (Makefile.am): Define
3327         test_dirent_safer_LDADD.
3328
3329 2010-03-07  Bruno Haible  <bruno@clisp.org>
3330
3331         * gnulib-tool (func_create_testdir): Don't use 'lib-ignore' module
3332         among default module list.
3333
3334 2010-03-07  Bruno Haible  <bruno@clisp.org>
3335
3336         Fix link error on platforms with GNU libiconv.
3337         * modules/unistr/u8-strcoll-tests (Makefile): Define
3338         test_u8_strcoll_LDADD.
3339         * modules/unistr/u16-strcoll-tests (Makefile): Define
3340         test_u16_strcoll_LDADD.
3341         * modules/unistr/u32-strcoll-tests (Makefile): Define
3342         test_u32_strcoll_LDADD.
3343
3344 2010-03-07  Bruno Haible  <bruno@clisp.org>
3345
3346         Use POSIX declarations for socket functions.
3347         * lib/sys_socket.in.h (rpl_connect, rpl_accept, rpl_bind,
3348         rpl_getpeername, rpl_getsockname, rpl_recv, rpl_send, rpl_recvfrom,
3349         rpl_sendto): Change declaration to match POSIX.
3350         * lib/connect.c (rpl_connect): Likewise.
3351         * lib/accept.c (rpl_accept): Likewise.
3352         * lib/bind.c (rpl_bind): Likewise.
3353         * lib/getpeername.c (rpl_getpeername): Likewise.
3354         * lib/getsockname.c (rpl_getsockname): Likewise.
3355         * lib/recv.c (rpl_recv): Likewise.
3356         * lib/send.c (rpl_send): Likewise.
3357         * lib/recvfrom.c (rpl_recvfrom): Likewise.
3358         * lib/sendto.c (rpl_sendto): Likewise.
3359
3360 2010-03-06  Bruno Haible  <bruno@clisp.org>
3361
3362         Clarify access, euidaccess, faccessat.
3363         * doc/posix-functions/faccessat.texi: Mention security problem under
3364         "Other problems", not "Portability problems".
3365         * doc/posix-functions/access.texi: Likewise. Mention a related security
3366         problem.
3367         * doc/glibc-functions/euidaccess.texi: Mention security problems.
3368         * lib/euidaccess.c: Add comments about platforms.
3369         * lib/unistd.in.h (access, euidaccess): Add warnings.
3370
3371 2010-03-07  Bruno Haible  <bruno@clisp.org>
3372
3373         Ensure posix_spawnattr_{get,set}sched{policy,param} are defined.
3374         * lib/spawn.in.h (POSIX_SPAWN_SETSCHEDPARAM): Define fallback.
3375         (POSIX_SPAWN_SETSCHEDULER): Likewise.
3376         (POSIX_SPAWN_USEVFORK): Define in a way that works when
3377         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
3378         (posix_spawnattr_getschedpolicy, posix_spawnattr_setschedpolicy): Also
3379         declare when POSIX_SPAWN_SETSCHEDULER is zero.
3380         (posix_spawnattr_getschedparam, posix_spawnattr_setschedparam): Also
3381         declare when POSIX_SPAWN_SETSCHEDPARAM is zero.
3382         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_BODY): Test whether
3383         POSIX_SPAWN_SETSCHEDULER or POSIX_SPAWN_SETSCHEDPARAM are zero.
3384         * modules/posix_spawnattr_getschedparam (configure.ac): Enable the
3385         replacement also when POSIX_SPAWN_SETSCHEDPARAM is zero.
3386         * modules/posix_spawnattr_setschedparam (configure.ac): Likewise.
3387         * modules/posix_spawnattr_getschedpolicy (configure.ac): Enable the
3388         replacement also when POSIX_SPAWN_SETSCHEDULER is zero.
3389         * modules/posix_spawnattr_setschedpolicy (configure.ac): Likewise.
3390         * lib/spawnattr_getschedparam.c (posix_spawnattr_getschedparam): Do
3391         nothing if POSIX_SPAWN_SETSCHEDPARAM is zero.
3392         * lib/spawnattr_setschedparam.c (posix_spawnattr_setschedparam):
3393         Likewise.
3394         * lib/spawnattr_getschedpolicy.c (posix_spawnattr_getschedpolicy): Do
3395         nothing if POSIX_SPAWN_SETSCHEDULER is zero.
3396         * lib/spawnattr_setschedpolicy.c (posix_spawnattr_setschedpolicy):
3397         Likewise.
3398         * tests/test-spawn.c (main): Make it work when
3399         POSIX_SPAWN_SETSCHEDPARAM and POSIX_SPAWN_SETSCHEDULER are zero.
3400
3401 2010-03-07  Bruno Haible  <bruno@clisp.org>
3402
3403         Fix incorrect Makefile.am generation in German locale.
3404         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3405         Execute sed command with character range in C locale.
3406
3407 2010-03-06  Bruno Haible  <bruno@clisp.org>
3408
3409         Tests for module 'iconv-h'.
3410         * modules/iconv-h-tests: New file.
3411         * tests/test-iconv-h.c: New file.
3412
3413         New module 'iconv-h'.
3414         * modules/iconv-h: New file.
3415         * modules/iconv_open (Files): Remove lib/iconv.in.h, m4/iconv_h.m4.
3416         (Depends-on): Add iconv-h. Remove include_next, arg-nonnull.
3417         (configure.ac): Remove gl_ICONV_H.
3418         (Makefile.am): Remove rule for iconv.h.
3419
3420 2010-03-06  Bruno Haible  <bruno@clisp.org>
3421
3422         More consistent naming of *.m4 files.
3423         * m4/wctype_h.m4: Renamed from m4/wctype.m4.
3424         * modules/wctype (Files): Update.
3425
3426         More consistent naming of *.m4 files.
3427         * m4/wchar_h.m4: Renamed from m4/wchar.m4.
3428         * modules/wchar (Files): Update.
3429
3430 2010-03-06  Jim Meyering  <meyering@redhat.com>
3431
3432         euidaccess: relax license to LGPLv2+
3433         * modules/euidaccess (License): Relax to LGPLv2+.
3434
3435 2010-03-06  Bruno Haible  <bruno@clisp.org>
3436
3437         Prefer lib_SOURCES over unconditional AC_LIBOBJ.
3438         * modules/exitfail (configure.ac): Remove AC_LIBOBJ invocation.
3439         (Makefile.am): Augment lib_SOURCES instead.
3440
3441 2010-03-04  Jim Meyering  <meyering@redhat.com>
3442
3443         utime: remove obsolete module
3444         This module, like autoconf's AC_FUNC_UTIME_NULL macro, has been
3445         unnecessary for years, and has been marked as obsolete for 10 months.
3446         * modules/utime: Remove file.
3447         * lib/utime.c: Remove file.
3448         * m4/utime.m4: Remove file.
3449         * m4/utimes-null.m4: Remove file.
3450         * doc/posix-functions/utime.texi (utime): Remove reference to
3451         the module.  Move the sole "fixed by gnulib" item into the
3452         "problems not fixed by Gnulib" list.
3453         * MODULES.html.sh (func_all_modules): Remove reference to "utime".
3454
3455 2010-03-05  Simon Josefsson  <simon@josefsson.org>
3456
3457         * modules/exit (License): Relax license to LGPLv2+.
3458         (Status): Mark as obsolete.
3459         * NEWS: Mention deprecated 'exit' module.
3460         * doc/posix-functions/exit.texi: Recommend 'stdlib' module instead
3461         of now obsolete 'exit'.
3462
3463 2010-03-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3464
3465         fts-lgpl: remove unused module
3466         * modules/fts-lgpl: Remove.
3467         * MODULES.html.sh (func_all_modules): Adjust.
3468         * check-module (find_included_lib_files): Adjust.
3469         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove.
3470
3471 2010-03-02  Ben Walton  <bwalton@artsci.utoronto.ca>  (tiny change)
3472
3473         copy-acl: enhance Solaris ACL error handling
3474         * lib/copy-acl.c (qcopy_acl): Also ignore EOPNOTSUPP.
3475         * lib/set-mode-acl.c (qset_acl): Likewise.
3476
3477 2010-03-02  Bruno Haible  <bruno@clisp.org>
3478
3479         spawn: Don't override the system defined values on FreeBSD 8.
3480         * lib/spawn.in.h (POSIX_SPAWN_RESETIDS, POSIX_SPAWN_SETPGROUP,
3481         POSIX_SPAWN_SETSIGDEF, POSIX_SPAWN_SETSIGMASK,
3482         POSIX_SPAWN_SETSCHEDPARAM, POSIX_SPAWN_SETSCHEDULER): Don't redefine
3483         if HAVE_POSIX_SPAWN is 1.
3484         Reported by Johan van Selst <johans@stack.nl> via Eric Blake.
3485
3486 2010-03-01  Bruno Haible  <bruno@clisp.org>
3487
3488         * doc/gnulib-tool.texi (Initial import): Clarify the requirements
3489         regarding Automake.
3490
3491 2010-02-25  Bruno Haible  <bruno@clisp.org>
3492
3493         Fix breakage of gnulib-tool with ksh, introduced on 2010-02-21.
3494         * gnulib-tool: Define 'echo' as a function only before the ksh alias
3495         setting, not afterwards.
3496         Reported by Ben Walton <bwalton@artsci.utoronto.ca>.
3497
3498 2010-02-24  Eric Blake  <eblake@redhat.com>
3499
3500         bootstrap, git-version-gen: use timestamp
3501         * build-aux/git-version-gen (scriptversion): Force UTC.
3502         * build-aux/bootstrap (scriptversion): New variable.
3503
3504         bootstrap: allow older git
3505         * build-aux/bootstrap (GNULIB_SRCDIR): Add fallback if git is
3506         older than 1.6.4.  Requested by the libvirt project.
3507
3508 2010-02-23  Eric Blake  <eblake@redhat.com>
3509
3510         warn-on-use: work with old autoconf
3511         * m4/warn-on-use.m4 (gl_WARN_ON_USE_PREPARE): Accomodate older
3512         AS_VAR semantics of autoconf 2.60.
3513         Reported by Bruno Haible.
3514
3515         bootstrap: improve some comments
3516         * build-aux/bootstrap: Drop unneeded emacs hint.  Add some
3517         clarification comments.
3518
3519         gettimeofday: provide correct function
3520         * lib/gettimeofday.c (gettimeofday): Provide rpl_gettimeofday only
3521         when replacement is declared, otherwise provide gettimeofday.
3522         Reported by Michael Goffioul.
3523
3524 2010-02-23  Jim Meyering  <meyering@redhat.com>
3525
3526         lib-ignore: relax license to "unlimited", not LGPLv2+
3527         * modules/lib-ignore (License): Relax to "unlimited".
3528
3529 2010-02-23  Jim Meyering  <meyering@redhat.com>
3530
3531         lib-ignore: relax license to LGPLv2+
3532         * modules/lib-ignore (License): Relax to LGPLv2+.
3533
3534 2010-02-22  Eric Blake  <eblake@redhat.com>
3535
3536         lseek: avoid bash 3.2 broken pipe bug
3537         * m4/lseek.m4 (gl_FUNC_LSEEK): Drain pipe, to avoid spurious
3538         warning from bash 3.2.
3539         Reported by Ben Pfaff, with analysis from Bruno Haible.
3540
3541         bootstrap: support non-FSF copyright holder
3542         * build-aux/bootstrap (COPYRIGHT_HOLDER, with_gettext): Allow
3543         bootstrap.conf override of COPYRIGHT_HOLDER.
3544         (MSGID_BUGS_ADDRESS): Allow URL rather than email.
3545
3546         bootstrap: interoperate with gettext 0.14.1
3547         * build-aux/bootstrap (slurp): Fix typo when using older gettext.
3548
3549         bootstrap: allow for alternate submodule location
3550         * build-aux/bootstrap (gnulib_path): New variable; use instead of
3551         hardcoding submodule location.
3552         (gnulib_mk): Allow direct use of Makefile.am.
3553
3554         bootstrap: use GNULIB_SRCDIR to reduce disk usage
3555         * build-aux/bootstrap (GNULIB_SRCDIR): If set, use as a reference,
3556         rather than reconfiguring where the submodule points.
3557
3558         gettimeofday: restore support for platforms that lack function
3559         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Also compile
3560         replacement if function is missing.
3561         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_DEFAULTS): New witness.
3562         * modules/sys_time (Makefile.am): Substitute it.
3563         * lib/sys_time.in.h (gettimeofday): Check it.
3564         Reported by Michael Goffioul.
3565
3566 2010-02-21  Bruno Haible  <bruno@clisp.org>
3567
3568         * lib/stdio.in.h (obstack_printf): Fix typo.
3569
3570 2010-02-21  Jose E. Marchesi  <jemarch@gnu.org>
3571
3572         vc-list-files: use bzr ls's -R option
3573         * build-aux/vc-list-files: Invoke bazaar to generate a recursive
3574         list of versioned files based on 'dir' (usage of -R in 'bzr ls').
3575
3576 2010-02-21  Jim Meyering  <meyering@redhat.com>
3577
3578         init.sh: fix EXEEXT shims to work also for names like test-prog
3579         * tests/init.sh: Re-exec a better shell, when needed.
3580         If the current shell lacks support for posix $(...), an init.sh-using
3581         test will now try to find a shell that supports that.  If EXEEXT is
3582         nonempty, we also require support for hyphen-in-alias-name and shell
3583         substitutions like ${var#glob}.  Failure to find such a shell results
3584         in a skipped test.
3585
3586 2010-02-21  Bruno Haible  <bruno@clisp.org>
3587
3588         Really work around around "broken pipe" error message from bash 3.2.
3589         * gnulib-tool (func_reset_sigpipe): Remove function.
3590         (echo): In bash 3.2, define to a function that uses printf.
3591         Analyzed by Ralf Wildenhues, Chet Ramey, Ben Pfaff.
3592
3593 2010-02-20  Bruno Haible  <bruno@clisp.org>
3594
3595         Restore support for automake 1.9.6 with autoconf 2.61.
3596         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Ensure MKDIR_P is AC_SUBSTed.
3597         Reported by James Youngman <jay@gnu.org>.
3598
3599 2010-02-20  Bruno Haible  <bruno@clisp.org>
3600
3601         Improve *printf warning condition.
3602         * lib/stdio.in.h (fprintf, printf, vfprintf, vprintf): Emit warning
3603         also if GNULIB_POSIXCHECK is defined, the *-posix module is not used,
3604         and the function is overridden due to SIGPIPE emulation.
3605
3606 2010-02-20  Bruno Haible  <bruno@clisp.org>
3607
3608         * lib/stdio.in.h: Tweak comments.
3609
3610 2010-02-19  Bruno Haible  <bruno@clisp.org>
3611
3612         Make it easier to find modules. New gnulib-tool option '--find'.
3613         * gnulib-tool: New option --find.
3614         (func_usage): Document it.
3615         (func_sanitize_modulelist): New function, extracted from
3616         func_all_modules.
3617         (func_all_modules): Invoke it.
3618         * doc/gnulib-tool.texi (Which modules?): New node.
3619
3620 2010-02-18  Markus Duft <mduft@gentoo.org>  (tiny change)
3621
3622         * lib/sys_select.in.h: Provide select replacement even if
3623         sys/select.h exists on a system, for Interix.
3624
3625 2010-02-18  Jim Meyering  <meyering@redhat.com>
3626
3627         init.sh: don't use $(...) just yet
3628         * tests/init.sh (create_exe_shim_functions_): Use `...`, not $(...),
3629         to accommodate e.g., Solaris' /bin/sh.
3630
3631 2010-02-17  Bruno Haible  <bruno@clisp.org>
3632
3633         * doc/posix-headers/netdb.texi: Mention NetBSD 5.0 problem.
3634         Reported by Ludovic Courtès <ludo@gnu.org>.
3635
3636 2010-02-16  Simon Josefsson  <simon@josefsson.org>
3637
3638         * modules/userspec-tests (test_userspec_LDADD): Add variable, for
3639         linking with -lintl.
3640
3641 2010-02-17  Simon Josefsson  <simon@josefsson.org>
3642
3643         * lib/netdb.in.h (AI_V4MAPPED, AI_ALL, AI_ADDRCONFIG): Define to 0
3644         if not provided by the system's netdb.h.  Reported by
3645         ludo@gnu.org (Ludovic Courtès).
3646
3647 2010-02-15  Jim Meyering  <meyering@redhat.com>
3648
3649         init.sh: improve portability and efficiency
3650         * tests/init.sh (find_exe_basenames_): Remove unnecessary use of
3651         "dummy" in a for loop.
3652         Use '!', not '^' to select the complement of a character set used
3653         in a "case" statement.
3654         Use shell variable manipulation, a la ${...%.exe}, rather than sed.
3655         Suggestions from Eric Blake.
3656
3657         init.sh: automatically accommodate programs with the .exe suffix
3658         Automatically arrange for an invocation of "prog" to execute the
3659         program named "prog$EXEEXT" (usually prog.exe).  Thus, all invocations
3660         may use the simpler "prog", yet still work when built on a system
3661         that requires specifying the added suffix.
3662         Do this by constructing a function named "prog" that invokes
3663         "prog.exe" for each .exe file in selected directories.
3664         * tests/init.sh (find_exe_basenames_): New function.
3665         (create_exe_shim_functions_): New function.
3666         (path_prepend_): Use it.
3667
3668         maint.mk: mark syntax-check sc_*.m rules as .PHONY
3669         * top/maint.mk ($(syntax-check-rules)): Add .PHONY, so that
3670         "make -t syntax-check" doesn't create a ton of sc_*.m files.
3671
3672 2010-02-14  Jim Meyering  <meyering@redhat.com>
3673
3674         maint.mk: prohibit inclusion of "hash-pjw.h" without_use
3675         * top/maint.mk (sc_prohibit_hash_without_use): Re-add "@".
3676         (sc_prohibit_hash_pjw_without_use): New rule.
3677
3678         maint.mk: allow the default upload destination dir to be overridden
3679         * top/maint.mk (upload_dest_dir_): Define with a default that
3680         preserves the status quo.
3681         (emit_upload_commands): Use it, rather than hard-coding $(PACKAGE).
3682         Reported by Peter Simons.
3683
3684         maint.mk: prohibit inclusion of "hash.h" without_use
3685         * top/maint.mk (sc_prohibit_hash_without_use): New rule.
3686
3687 2010-02-10  Jim Meyering  <meyering@redhat.com>
3688
3689         maint.mk: prohibit inclusion of "ignore-value.h" without_use
3690         * top/maint.mk (sc_prohibit_ignore_value_without_use): New rule.
3691
3692 2010-02-09  Eric Blake  <ebb9@byu.net>
3693         and Bruno Haible  <bruno@clisp.org>
3694
3695         obstack-printf-posix: ensure declaration
3696         * m4/obstack-printf.m4 (gl_DECL_OBSTACK_PRINTF): New macro,
3697         extracted from gl_FUNC_OBSTACK_PRINTF.
3698         (gl_FUNC_OBSTACK_PRINTF): Invoke it.
3699         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
3700         Likewise.
3701         * lib/stdio.in.h (obstack_printf, obstack_vprintf): Declare also
3702         if GNULIB_OBSTACK_PRINTF_POSIX is 1 and GNULIB_OBSTACK_PRINTF is
3703         0.
3704
3705 2010-02-08  Bruno Haible  <bruno@clisp.org>
3706
3707         gnulib-tool: Fix typo in 2010-02-07 commit.
3708         * gnulib-tool (func_get_dependencies): Fix typo in last commit.
3709         Reported by Eric Blake.
3710
3711 2010-02-07  Bruno Haible  <bruno@clisp.org>
3712
3713         gnulib-tool: Fix up caching patches.
3714         * gnulib-tool: New options --cache-modules, --no-cache-modules. Remove
3715         option --no-cache. Use associative arrays when supported by the shell.
3716         (sed_comments): New variable.
3717         (modcache): Renamed from do_cache.
3718         (sed_extract_field_header): Renamed from sed_extract_cache_prog. Don't
3719         abbreviate unnecessarily.
3720         (have_associative): New variable.
3721         (func_cache_var): Define correctly for bash 1.x. Define in an optimized
3722         way also for ksh and zsh.
3723         (func_init_sed_convert_to_cache_statements): New function, extracted
3724         from func_cache_lookup_module. Add support for associative arrays.
3725         Don't set the c_MODULE_cached variable here. Ignore all lines before
3726         the first field header. Remove only the final newline, not all trailing
3727         newlines. Support empty fields correctly. Limit the use of 'eval' to
3728         assignments.
3729         (func_get_description, func_get_status, func_get_notice,
3730         func_get_applicability, func_get_filelist, func_get_dependencies,
3731         func_get_autoconf_early_snippet, func_get_autoconf_snippet,
3732         func_get_automake_snippet, func_get_include_directive,
3733         func_get_link_directive, func_get_license, func_get_maintainer):
3734         Update documentation. List the unoptimized code first. Add support for
3735         associative arrays. Limit the use of 'eval' to assignments.
3736         (func_get_applicability): Undo stylistic pessimisations.
3737         (func_get_automake_snippet, func_get_include_directive): Reduce code
3738         duplication.
3739         (func_modules_transitive_closure, func_modules_add_dummy,
3740         func_modules_notice, func_modules_to_filelist, func_add_file,
3741         func_update_file, func_emit_lib_Makefile_am, func_emit_po_Makevars,
3742         func_emit_po_POTFILES_in, func_emit_tests_Makefile_am, func_import,
3743         func_create_testdir, func_create_megatestdir): Update documentation.
3744
3745 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3746
3747         * gnulib-tool (func_cache_lookup_module): Store the module name
3748         belonging to the cache variable; error out if two different
3749         module names map to the same cache variable name.
3750
3751 2010-01-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3752
3753         gnulib-tool: Make caching optional.
3754         * gnulib-tool: Accept option --no-cache, turning off $do_cache.
3755         Update matching short versions of --no-changelog.
3756         (func_usage): Update.
3757         (sed_extract_cache_prog): Renamed from ...
3758         (sed_extract_prog): ... this; revert to old extraction script.
3759         (func_get_description, func_get_status)
3760         (func_get_notice, func_get_applicability, func_get_filelist)
3761         (func_get_dependencies, func_get_autoconf_early_snippet)
3762         (func_get_autoconf_snippet, func_get_automake_snippet)
3763         (func_get_include_directive, func_get_link_directive)
3764         (func_get_license, func_get_maintainer): If $do_cache is false,
3765         use old, non-caching extraction scripts.
3766         Suggestion by Bruno Haible.
3767
3768 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3769
3770         gnulib-tool: cache module metainformation.
3771         * gnulib-tool (sed_extract_prog): Match newline before each
3772         header, and rewrite header to a shell variable suffix.
3773         (func_cache_var, func_cache_lookup_module): New functions,
3774         to turn a module name into a cache variable prefix, and to
3775         look up and cache module metainformation.
3776         (func_get_description, func_get_status)
3777         (func_get_notice, func_get_applicability, func_get_filelist)
3778         (func_get_dependencies, func_get_autoconf_early_snippet)
3779         (func_get_autoconf_snippet, func_get_automake_snippet)
3780         (func_get_include_directive, func_get_link_directive)
3781         (func_get_license, func_get_maintainer): Use
3782         func_cache_lookup_module.
3783
3784 2010-02-07  Bruno Haible  <bruno@clisp.org>
3785
3786         fnctl: Fix missing dependency.
3787         * modules/fcntl (Depends-on): Add getdtablesize.
3788         Reported by John W. Eaton <jwe@gnu.org>.
3789
3790 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
3791
3792         Argp: fix recognition of short alias options.
3793
3794         * lib/argp-parse.c (convert_options): Fix improper use of
3795         `|' between character values.
3796         * tests/test-argp.c (group1_option): New alias option
3797         --read (-r).
3798         (group1_parser): Special handling for 'r'.
3799         (test15): New test case.
3800         (test_fun): Add test15.
3801         * tests/test-argp-2.sh: Update expected --help and --usage
3802         outputs.
3803
3804 2010-02-05  Sergey Poznyakoff  <gray@gnu.org.ua>
3805
3806         * tests/test-argp.c: Fix indentation.
3807
3808 2010-02-04  Eric Blake  <ebb9@byu.net>
3809
3810         gettimeofday: expose type of second argument
3811         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Do better detection
3812         of glibc extension signature, and define GETTIMEOFDAY_TIMEZONE.
3813         * tests/test-gettimeofday.c: Use it to silence warning.
3814         * doc/posix-functions/gettimeofday.texi (gettimeofday): Document
3815         the issue.
3816
3817 2010-02-03  Jim Meyering  <meyering@redhat.com>
3818
3819         regcomp.c: avoid the sole warning from gcc's -Wtype-limits
3820         * lib/regcomp.c (TYPE_SIGNED): Define.
3821         (parse_dup_op): Use it to avoid the sole warning from -Wtype-limits.
3822
3823         regcomp.c: avoid a new -Wshadow warning
3824         * lib/regcomp.c (create_initial_state): Do not shadow local "err".
3825
3826 2010-02-01  Jim Meyering  <meyering@redhat.com>
3827
3828         removing useless parentheses in cpp #define directives
3829         For motivation, see commit c0221df4, "define STREQ(a,b)
3830         consistently, removing useless parentheses"
3831         * lib/memcmp.c (CMP_LT_OR_GT): Remove useless parentheses.
3832         * lib/mountlist.c (MNT_IGNORE): Likewise.
3833         * lib/trim.h (trim, trim_trailing, trim_leading): Likewise.
3834
3835 2010-02-01  Eric Blake  <ebb9@byu.net>
3836
3837         sys_time: use link-warning
3838         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Split defaults...
3839         (gl_HEADER_SYS_TIME_H_DEFAULTS): ...into new macro.
3840         (gl_SYS_TIME_MODULE_INDICATOR): New macro.
3841         * modules/sys_time (Depends-on): Add warn-on-use.
3842         (Makefile.am): Always build replacement.
3843         (configure.ac): Update substitutions.
3844         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY)
3845         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Include defaults, and no longer
3846         bother with SYS_TIME_H.
3847         * modules/gettimeofday (configure.ac): Declare indicator.
3848         * lib/sys_time.in.h (gettimeofday): Warn if gnulib module is not
3849         in use.
3850
3851         closein-tests: silence compiler warning
3852         * tests/test-closein.c (main): Ignore fread result.
3853         * modules/closein-tests (Depends-on): Add ignore-value.
3854
3855         tests: silence warning about system return
3856         * tests/test-areadlink-with-size.c (main): Ignore system result.
3857         * tests/test-areadlink.c (main): Likewise.
3858         * tests/test-areadlinkat-with-size.c (main): Likewise.
3859         * tests/test-areadlinkat.c (main): Likewise.
3860         * tests/test-canonicalize-lgpl.c (main): Likewise.
3861         * tests/test-canonicalize.c (main): Likewise.
3862         * tests/test-chown.c (main): Likewise.
3863         * tests/test-fchownat.c (main): Likewise.
3864         * tests/test-fdutimensat.c (main): Likewise.
3865         * tests/test-fstatat.c (main): Likewise.
3866         * tests/test-futimens.c (main): Likewise.
3867         * tests/test-lchown.c (main): Likewise.
3868         * tests/test-link.c (main): Likewise.
3869         * tests/test-linkat.c (main): Likewise.
3870         * tests/test-lstat.c (main): Likewise.
3871         * tests/test-mkdir.c (main): Likewise.
3872         * tests/test-mkdirat.c (main): Likewise.
3873         * tests/test-mkfifo.c (main): Likewise.
3874         * tests/test-mkfifoat.c (main): Likewise.
3875         * tests/test-mknod.c (main): Likewise.
3876         * tests/test-readlink.c (main): Likewise.
3877         * tests/test-remove.c (main): Likewise.
3878         * tests/test-rename.c (main): Likewise.
3879         * tests/test-renameat.c (main): Likewise.
3880         * tests/test-rmdir.c (main): Likewise.
3881         * tests/test-symlink.c (main): Likewise.
3882         * tests/test-symlinkat.c (main): Likewise.
3883         * tests/test-unlink.c (main): Likewise.
3884         * tests/test-unlinkat.c (main): Likewise.
3885         * tests/test-utimens.c (main): Likewise.
3886         * tests/test-utimensat.c (main): Likewise.
3887         * modules/areadlink-tests (Depends-on): Add ignore-value.
3888         * modules/areadlink-with-size-tests (Depends-on): Likewise.
3889         * modules/areadlinkat-tests (Depends-on): Likewise.
3890         * modules/areadlinkat-with-size-tests (Depends-on): Likewise.
3891         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
3892         * modules/canonicalize-tests (Depends-on): Likewise.
3893         * modules/chown-tests (Depends-on): Likewise.
3894         * modules/fdutimensat-tests (Depends-on): Likewise.
3895         * modules/futimens-tests (Depends-on): Likewise.
3896         * modules/lchown-tests (Depends-on): Likewise.
3897         * modules/link-tests (Depends-on): Likewise.
3898         * modules/linkat-tests (Depends-on): Likewise.
3899         * modules/lstat-tests (Depends-on): Likewise.
3900         * modules/mkdir-tests (Depends-on): Likewise.
3901         * modules/mkfifo-tests (Depends-on): Likewise.
3902         * modules/mkfifoat-tests (Depends-on): Likewise.
3903         * modules/mknod-tests (Depends-on): Likewise.
3904         * modules/openat-tests (Depends-on): Likewise.
3905         * modules/readlink-tests (Depends-on): Likewise.
3906         * modules/remove-tests (Depends-on): Likewise.
3907         * modules/rename-tests (Depends-on): Likewise.
3908         * modules/renameat-tests (Depends-on): Likewise.
3909         * modules/rmdir-tests (Depends-on): Likewise.
3910         * modules/symlink-tests (Depends-on): Likewise.
3911         * modules/symlinkat-tests (Depends-on): Likewise.
3912         * modules/unlink-tests (Depends-on): Likewise.
3913         * modules/utimens-tests (Depends-on): Likewise.
3914         * modules/utimensat-tests (Depends-on): Likewise.
3915
3916 2010-01-31  Bruno Haible  <bruno@clisp.org>
3917
3918         Perform the same test for many <math.h> functions.
3919         * m4/mathfunc.m4 (gl_COMMON_DOUBLE_MATHFUNC,
3920         gl_COMMON_DOUBLE_MATHFUNC_TEST): New macros.
3921         * m4/sqrt.m4 (gl_FUNC_SQRT): Invoke gl_COMMON_DOUBLE_MATHFUNC instead
3922         of gl_MATHFUNC.
3923         * modules/acos (configure.ac): Likewise.
3924         * modules/asin (configure.ac): Likewise.
3925         * modules/atan (configure.ac): Likewise.
3926         * modules/atan2 (configure.ac): Likewise.
3927         * modules/cbrt (configure.ac): Likewise.
3928         * modules/copysign (configure.ac): Likewise.
3929         * modules/cos (configure.ac): Likewise.
3930         * modules/cosh (configure.ac): Likewise.
3931         * modules/erf (configure.ac): Likewise.
3932         * modules/erfc (configure.ac): Likewise.
3933         * modules/exp (configure.ac): Likewise.
3934         * modules/fmod (configure.ac): Likewise.
3935         * modules/hypot (configure.ac): Likewise.
3936         * modules/j0 (configure.ac): Likewise.
3937         * modules/j1 (configure.ac): Likewise.
3938         * modules/jn (configure.ac): Likewise.
3939         * modules/lgamma (configure.ac): Likewise.
3940         * modules/log (configure.ac): Likewise.
3941         * modules/log10 (configure.ac): Likewise.
3942         * modules/log1p (configure.ac): Likewise.
3943         * modules/pow (configure.ac): Likewise.
3944         * modules/remainder (configure.ac): Likewise.
3945         * modules/sin (configure.ac): Likewise.
3946         * modules/sinh (configure.ac): Likewise.
3947         * modules/tan (configure.ac): Likewise.
3948         * modules/tanh (configure.ac): Likewise.
3949         * modules/y0 (configure.ac): Likewise.
3950         * modules/y1 (configure.ac): Likewise.
3951         * modules/yn (configure.ac): Likewise.
3952         Suggested by Paolo Bonzini.
3953
3954 2010-01-31  Bruno Haible  <bruno@clisp.org>
3955
3956         * m4/getline.m4 (gl_FUNC_GETLINE): Add comment about REPLACE_GETLINE.
3957
3958 2010-01-31  Bruno Haible  <bruno@clisp.org>
3959
3960         Work around getdelim() bug on FreeBSD 8.0.
3961         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Test whether getdelim supports an
3962         initially NULL line. Set REPLACE_GETDELIM if getdelim exists but does
3963         not work.
3964         * lib/stdio.in.h (getdelim): Define as an alias if REPLACE_GETDELIM
3965         is 1.
3966         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize REPLACE_GETDELIM.
3967         * modules/stdio (Makefile.am): Also substitute REPLACE_GETDELIM.
3968         * tests/test-getdelim.c (main): Also test result for a NULL buffer and
3969         a non-zero size.
3970         * doc/posix-functions/getdelim.texi: Mention the FreeBSD bug.
3971
3972 2010-01-31  Bruno Haible  <bruno@clisp.org>
3973
3974         Work around getline() bug on FreeBSD 8.0.
3975         * m4/getline.m4 (gl_FUNC_GETLINE): Also test result for a NULL buffer
3976         and a non-zero size.
3977         * tests/test-getline.c (main): Likewise.
3978         * doc/posix-functions/getline.texi: Mention the FreeBSD bug.
3979         Reported by Dennis <noordsij@cs.helsinki.fi> via Eric Blake.
3980
3981 2010-01-28  Eric Blake  <ebb9@byu.net>
3982
3983         regex: fix build failure
3984         * lib/regex_internal.h (__GNUC_PREREQ): Define for non-glibc
3985         platforms.
3986
3987 2010-01-28  Jim Meyering  <meyering@redhat.com>
3988
3989         regex: do not ignore memory allocation failure
3990         * lib/regex_internal.c (create_cd_newstate): Detect
3991         re_node_set_init_copy failure.   Extracted from glibc commit
3992         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
3993
3994         regex: sync more white-space changes from libc
3995         * lib/regex_internal.c: White-space only changes.
3996         * lib/regexec.c: Likewise.
3997
3998         regex: add many uses of __attribute_warn_unused_result__
3999         * lib/regex_internal.c: Use __attribute_warn_unused_result__.
4000         * lib/regexec.c: Likewise.
4001         Extracted from a messy glibc commit.
4002
4003         regcomp.c: spelling and merge-artifact from glibc
4004         * lib/regcomp.c: Merge remainder of glibc's
4005         2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
4006
4007         regcomp.c: sync white-space changes from glibc
4008         * lib/regcomp.c: Merge to accommodate white space
4009         changes from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c.
4010
4011         regcomp.c: do not ignore internal return values
4012         * lib/regcomp.c: Do not ignore internal return values.
4013         This is from glibc's 2da42bc06566bc89785e580fa1ac89b4c9f2a63c,
4014         but without its white-space changes and spelling fixes.
4015
4016         regex_internal.h: define __attribute_warn_unused_result__
4017         * lib/regex_internal.h (__attribute_warn_unused_result__): Define.
4018
4019         maint: add a syntax-check rule to check for vulnerable Makefile.in
4020         * top/maint.mk (sc_vulnerable_makefile_CVE-2009-4029): New rule.
4021
4022 2010-01-27  Jim Meyering  <meyering@redhat.com>
4023
4024         ncftpput-ftp: clean up spaces
4025         * build-aux/ncftpput-ftp: Make Copyright line consistent.
4026         Remove trailing blanks.
4027
4028 2010-01-27  Simon Josefsson  <simon@josefsson.org>
4029
4030         * build-aux/git-version-gen: Fix copyright statement.
4031         * build-aux/gnupload: Likewise.
4032         * tests/test-arcfour.c: Likewise.
4033         * tests/test-arctwo.c: Likewise.
4034         * tests/test-count-one-bits.c: Likewise.
4035         * tests/test-crc.c: Likewise.
4036         * tests/test-des.c: Likewise.
4037         * tests/test-gc-arcfour.c: Likewise.
4038         * tests/test-gc-arctwo.c: Likewise.
4039         * tests/test-gc-des.c: Likewise.
4040         * tests/test-gc-hmac-md5.c: Likewise.
4041         * tests/test-gc-hmac-sha1.c: Likewise.
4042         * tests/test-gc-md2.c: Likewise.
4043         * tests/test-gc-md4.c: Likewise.
4044         * tests/test-gc-md5.c: Likewise.
4045         * tests/test-gc-pbkdf2-sha1.c: Likewise.
4046         * tests/test-gc-rijndael.c: Likewise.
4047         * tests/test-gc-sha1.c: Likewise.
4048         * tests/test-gc.c: Likewise.
4049         * tests/test-gethostname.c: Likewise.
4050         * tests/test-gettimeofday.c: Likewise.
4051         * tests/test-hash.c: Likewise.
4052         * tests/test-hmac-md5.c: Likewise.
4053         * tests/test-hmac-sha1.c: Likewise.
4054         * tests/test-md2.c: Likewise.
4055         * tests/test-md4.c: Likewise.
4056         * tests/test-md5.c: Likewise.
4057         * tests/test-memchr.c: Likewise.
4058         * tests/test-memchr2.c: Likewise.
4059         * tests/test-memcmp.c: Likewise.
4060         * tests/test-memmem.c: Likewise.
4061         * tests/test-memrchr.c: Likewise.
4062         * tests/test-rawmemchr.c: Likewise.
4063         * tests/test-read-file.c: Likewise.
4064         * tests/test-rijndael.c: Likewise.
4065         * tests/test-sockets.c: Likewise.
4066         * tests/test-strchrnul.c: Likewise.
4067         * tests/test-strstr.c: Likewise.
4068         * tests/test-strtod.c: Likewise.
4069         * build-aux/ncftpput-ftp: Likewise.
4070
4071 2010-01-26  Eric Blake  <ebb9@byu.net>
4072
4073         ignore-value: update recommended header name
4074         * modules/ignore-value (Include): Only use <> for headers that
4075         exist in glibc.
4076
4077 2010-01-26  Jim Meyering  <meyering@redhat.com>
4078
4079         test-userspec.c: avoid compiler warnings
4080         * tests/test-userspec.c (main): Avoid shadowing ("uid"),
4081         and "initialization discards qualifiers..." warnings.
4082         Put the first "uid" in its own scope, and make char* members "const".
4083
4084 2010-01-25  Bruno Haible  <bruno@clisp.org>
4085
4086         gnulib-tool: Make warning diagnostics consistent.
4087         * gnulib-tool (func_warning): New function.
4088         Use it everywhere where gnulib-tool produces output to stderr and it is
4089         not a fatal error.
4090
4091 2010-01-25  Bruno Haible  <bruno@clisp.org>
4092
4093         Fix test dependencies.
4094         * modules/xstrtol-tests (Depends-on): Add inttypes.
4095         * modules/xstrtoll-tests (Depends-on): Likewise. Remove xstrtoll.
4096
4097 2010-01-25 Pádraig Brady <P@draigBrady.com>
4098
4099         syntax-check: detect incorrect boolean macro values in config.h
4100         * modules/maintainer-makefile (configure.ac): Parameterize the location
4101         of config.h which will be available to makefiles as $(CONFIG_INCLUDE).
4102         The logic is from Eric Blake and the location indicated by Jim Meyering.
4103         Note the more natural CONFIG_HEADER name is prohibited by automake
4104         for backwards compatibility reasons.
4105         * top/maint.mk (sc_Wundef_boolean): New rule.
4106
4107 2010-01-25  Jim Meyering  <meyering@redhat.com>
4108
4109         bootstrap: detect MacOS 10.6's shasum, too
4110         * build-aux/bootstrap: Also recognize MacOS 10.6's shasum.
4111         Suggested by Thomas Treichl <Thomas.Treichl@gmx.net>.
4112
4113 2010-01-23  Jim Meyering  <meyering@redhat.com>
4114
4115         xstrtoll: new module
4116         * modules/xstrtoll: New file.
4117         * MODULES.html.sh (Numeric conversion functions): Add xstrtoll.
4118         * lib/xstrtol.h [HAVE_LONG_LONG_INT]: Declare xstrtoll and xstrtoull.
4119         * lib/xstrtoll.c, lib/xstrtoull.c: New files.
4120         ./configure fails if you use this module and lack "long long".
4121         * modules/xstrtoll-tests: New module.
4122         * tests/test-xstrtoll.c, tests/test-xstrtoull.c: New files.
4123         * tests/test-xstrtoll.sh: Like test-xstrtol.c, but use the
4124         new init.sh-based test framework.
4125
4126 2010-01-24  Bruno Haible  <bruno@clisp.org>
4127
4128         Tests for module 'yn'.
4129         * modules/yn-tests: New file.
4130         * tests/test-yn.c: New file.
4131
4132         Tests for module 'y1'.
4133         * modules/y1-tests: New file.
4134         * tests/test-y1.c: New file.
4135
4136         Tests for module 'y0'.
4137         * modules/y0-tests: New file.
4138         * tests/test-y0.c: New file.
4139
4140         Tests for module 'tanh'.
4141         * modules/tanh-tests: New file.
4142         * tests/test-tanh.c: New file.
4143
4144         Tests for module 'tan'.
4145         * modules/tan-tests: New file.
4146         * tests/test-tan.c: New file.
4147
4148         Tests for module 'sqrt'.
4149         * modules/sqrt-tests: New file.
4150         * tests/test-sqrt.c: New file.
4151
4152         Tests for module 'sinh'.
4153         * modules/sinh-tests: New file.
4154         * tests/test-sinh.c: New file.
4155
4156         Tests for module 'sin'.
4157         * modules/sin-tests: New file.
4158         * tests/test-sin.c: New file.
4159
4160         Tests for module 'rint'.
4161         * modules/rint-tests: New file.
4162         * tests/test-rint.c: New file.
4163
4164         Tests for module 'remainder'.
4165         * modules/remainder-tests: New file.
4166         * tests/test-remainder.c: New file.
4167
4168         Tests for module 'pow'.
4169         * modules/pow-tests: New file.
4170         * tests/test-pow.c: New file.
4171
4172         Tests for module 'nextafter'.
4173         * modules/nextafter-tests: New file.
4174         * tests/test-nextafter.c: New file.
4175
4176         Tests for module 'modf'.
4177         * modules/modf-tests: New file.
4178         * tests/test-modf.c: New file.
4179
4180         Tests for module 'logb'.
4181         * modules/logb-tests: New file.
4182         * tests/test-logb.c: New file.
4183
4184         Tests for module 'log1p'.
4185         * modules/log1p-tests: New file.
4186         * tests/test-log1p.c: New file.
4187
4188         Tests for module 'log10'.
4189         * modules/log10-tests: New file.
4190         * tests/test-log10.c: New file.
4191
4192         Tests for module 'log'.
4193         * modules/log-tests: New file.
4194         * tests/test-log.c: New file.
4195
4196         Tests for module 'lgamma'.
4197         * modules/lgamma-tests: New file.
4198         * tests/test-lgamma.c: New file.
4199
4200         Tests for module 'ldexp'.
4201         * modules/ldexp-tests: New file.
4202         * tests/test-ldexp.c: New file.
4203
4204         Tests for module 'jn'.
4205         * modules/jn-tests: New file.
4206         * tests/test-jn.c: New file.
4207
4208         Tests for module 'j1'.
4209         * modules/j1-tests: New file.
4210         * tests/test-j1.c: New file.
4211
4212         Tests for module 'j0'.
4213         * modules/j0-tests: New file.
4214         * tests/test-j0.c: New file.
4215
4216         Tests for module 'hypot'.
4217         * modules/hypot-tests: New file.
4218         * tests/test-hypot.c: New file.
4219
4220         Tests for module 'fmod'.
4221         * modules/fmod-tests: New file.
4222         * tests/test-fmod.c: New file.
4223
4224         Tests for module 'fabs'.
4225         * modules/fabs-tests: New file.
4226         * tests/test-fabs.c: New file.
4227
4228         Tests for module 'exp'.
4229         * modules/exp-tests: New file.
4230         * tests/test-exp.c: New file.
4231
4232         Tests for module 'erfc'.
4233         * modules/erfc-tests: New file.
4234         * tests/test-erfc.c: New file.
4235
4236         Tests for module 'erf'.
4237         * modules/erf-tests: New file.
4238         * tests/test-erf.c: New file.
4239
4240         Tests for module 'cosh'.
4241         * modules/cosh-tests: New file.
4242         * tests/test-cosh.c: New file.
4243
4244         Tests for module 'cos'.
4245         * modules/cos-tests: New file.
4246         * tests/test-cos.c: New file.
4247
4248         Tests for module 'copysign'.
4249         * modules/copysign-tests: New file.
4250         * tests/test-copysign.c: New file.
4251
4252         Tests for module 'cbrt'.
4253         * modules/cbrt-tests: New file.
4254         * tests/test-cbrt.c: New file.
4255
4256         Tests for module 'atan2'.
4257         * modules/atan2-tests: New file.
4258         * tests/test-atan2.c: New file.
4259
4260         Tests for module 'atan'.
4261         * modules/atan-tests: New file.
4262         * tests/test-atan.c: New file.
4263
4264         Tests for module 'asin'.
4265         * modules/asin-tests: New file.
4266         * tests/test-asin.c: New file.
4267
4268         Tests for module 'acos'.
4269         * modules/acos-tests: New file.
4270         * tests/test-acos.c: New file.
4271
4272 2010-01-24  Bruno Haible  <bruno@clisp.org>
4273
4274         Fix tests for common <math.h> functions.
4275         * m4/mathfunc.m4 (gl_MATHFUNC): Take two additional parameters. Use a
4276         code snippet that references the function pointer, rather than merely
4277         calling the function. Substitute the FUNC_LIBM variable.
4278         * m4/sqrt.m4 (gl_FUNC_SQRT): Update gl_MATHFUNC invocation.
4279         * modules/acos (configure.ac): Likewise.
4280         * modules/asin (configure.ac): Likewise.
4281         * modules/atan (configure.ac): Likewise.
4282         * modules/atan2 (configure.ac): Likewise.
4283         * modules/cbrt (configure.ac): Likewise.
4284         * modules/copysign (configure.ac): Likewise.
4285         * modules/cos (configure.ac): Likewise.
4286         * modules/cosh (configure.ac): Likewise.
4287         * modules/erf (configure.ac): Likewise.
4288         * modules/erfc (configure.ac): Likewise.
4289         * modules/exp (configure.ac): Likewise.
4290         * modules/fabs (configure.ac): Likewise.
4291         * modules/fmod (configure.ac): Likewise.
4292         * modules/hypot (configure.ac): Likewise.
4293         * modules/j0 (configure.ac): Likewise.
4294         * modules/j1 (configure.ac): Likewise.
4295         * modules/jn (configure.ac): Likewise.
4296         * modules/ldexp (configure.ac): Likewise.
4297         * modules/lgamma (configure.ac): Likewise.
4298         * modules/log (configure.ac): Likewise.
4299         * modules/log10 (configure.ac): Likewise.
4300         * modules/log1p (configure.ac): Likewise.
4301         * modules/logb (configure.ac): Likewise.
4302         * modules/modf (configure.ac): Likewise.
4303         * modules/nextafter (configure.ac): Likewise.
4304         * modules/pow (configure.ac): Likewise.
4305         * modules/remainder (configure.ac): Likewise.
4306         * modules/rint (configure.ac): Likewise.
4307         * modules/sin (configure.ac): Likewise.
4308         * modules/sinh (configure.ac): Likewise.
4309         * modules/tan (configure.ac): Likewise.
4310         * modules/tanh (configure.ac): Likewise.
4311         * modules/y0 (configure.ac): Likewise.
4312         * modules/y1 (configure.ac): Likewise.
4313         * modules/yn (configure.ac): Likewise.
4314
4315 2010-01-24  Bruno Haible  <bruno@clisp.org>
4316
4317         Tests: Defeat inlining of math functions by GCC >= 4.3.0.
4318         * tests/test-acosl.c (x): New variable.
4319         (main): Store argument in x and fetch it from x.
4320         * tests/test-asinl.c (x): New variable.
4321         (main): Store argument in x and fetch it from x.
4322         * tests/test-atanl.c (x): New variable.
4323         (main): Store argument in x and fetch it from x.
4324         * tests/test-cosl.c (x): New variable.
4325         (main): Store argument in x and fetch it from x.
4326         * tests/test-expl.c (x): New variable.
4327         (main): Store argument in x and fetch it from x.
4328         * tests/test-logl.c (x): New variable.
4329         (main): Store argument in x and fetch it from x.
4330         * tests/test-sinl.c (x): New variable.
4331         (main): Store argument in x and fetch it from x.
4332         * tests/test-sqrtl.c (x): New variable.
4333         (main): Store argument in x and fetch it from x.
4334         * tests/test-tanl.c (x): New variable.
4335         (main): Store argument in x and fetch it from x.
4336
4337 2010-01-24  Bruno Haible  <bruno@clisp.org>
4338
4339         Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
4340         * gnulib-tool (func_emit_tests_Makefile_am): Add EXEEXT and srcdir
4341         assignments to the initial TESTS_ENVIRONMENT.
4342         * doc/gnulib.texi (Unit test modules): Document it.
4343         * modules/acl-tests (Makefile.am): Drop EXEEXT assignment from
4344         TESTS_ENVIRONMENT.
4345         * modules/btowc-tests (Makefile.am): Likewise.
4346         * modules/c-stack-tests (Makefile.am): Likewise.
4347         * modules/c-strcase-tests (Makefile.am): Likewise.
4348         * modules/copy-file-tests (Makefile.am): Likewise.
4349         * modules/mbmemcasecmp-tests (Makefile.am): Likewise.
4350         * modules/mbmemcasecoll-tests (Makefile.am): Likewise.
4351         * modules/mbrtowc-tests (Makefile.am): Likewise.
4352         * modules/mbscasecmp-tests (Makefile.am): Likewise.
4353         * modules/mbscasestr-tests (Makefile.am): Likewise.
4354         * modules/mbschr-tests (Makefile.am): Likewise.
4355         * modules/mbscspn-tests (Makefile.am): Likewise.
4356         * modules/mbsinit-tests (Makefile.am): Likewise.
4357         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
4358         * modules/mbsnrtowcs-tests (Makefile.am): Likewise.
4359         * modules/mbspbrk-tests (Makefile.am): Likewise.
4360         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
4361         * modules/mbsrchr-tests (Makefile.am): Likewise.
4362         * modules/mbsrtowcs-tests (Makefile.am): Likewise.
4363         * modules/mbsspn-tests (Makefile.am): Likewise.
4364         * modules/mbsstr-tests (Makefile.am): Likewise.
4365         * modules/nl_langinfo-tests (Makefile.am): Likewise.
4366         * modules/unicase/locale-language-tests (Makefile.am): Likewise.
4367         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
4368         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
4369         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
4370         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
4371         * modules/uniwbrk/ulc-wordbreaks-tests (Makefile.am): Likewise.
4372         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
4373         * modules/wcrtomb-tests (Makefile.am): Likewise.
4374         * modules/wcsnrtombs-tests (Makefile.am): Likewise.
4375         * modules/wcsrtombs-tests (Makefile.am): Likewise.
4376         * modules/quotearg-tests (Makefile.am): Drop EXEEXT and srcdir
4377         assignments from TESTS_ENVIRONMENT.
4378         * modules/argp-tests (Makefile.am): Drop TESTS_ENVIRONMENT
4379         augmentation.
4380         * modules/argp-version-etc-tests (Makefile.am): Likewise.
4381         * modules/atexit-tests (Makefile.am): Likewise.
4382         * modules/binary-io-tests (Makefile.am): Likewise.
4383         * modules/closein-tests (Makefile.am): Likewise.
4384         * modules/dprintf-posix-tests (Makefile.am): Likewise.
4385         * modules/exclude-tests (Makefile.am): Likewise.
4386         * modules/fflush-tests (Makefile.am): Likewise.
4387         * modules/fpending-tests (Makefile.am): Likewise.
4388         * modules/fprintf-posix-tests (Makefile.am): Likewise.
4389         * modules/freadahead-tests (Makefile.am): Likewise.
4390         * modules/freadptr-tests (Makefile.am): Likewise.
4391         * modules/freadseek-tests (Makefile.am): Likewise.
4392         * modules/fseek-tests (Makefile.am): Likewise.
4393         * modules/fseeko-tests (Makefile.am): Likewise.
4394         * modules/ftell-tests (Makefile.am): Likewise.
4395         * modules/ftello-tests (Makefile.am): Likewise.
4396         * modules/idpriv-drop-tests (Makefile.am): Likewise.
4397         * modules/idpriv-droptemp-tests (Makefile.am): Likewise.
4398         * modules/lseek-tests (Makefile.am): Likewise.
4399         * modules/parse-duration-tests (Makefile.am): Likewise.
4400         * modules/perror-tests (Makefile.am): Likewise.
4401         * modules/pipe-filter-gi-tests (Makefile.am): Likewise.
4402         * modules/pipe-filter-ii-tests (Makefile.am): Likewise.
4403         * modules/pipe-tests (Makefile.am): Likewise.
4404         * modules/pread-tests (Makefile.am): Likewise.
4405         * modules/printf-posix-tests (Makefile.am): Likewise.
4406         * modules/select-tests (Makefile.am): Likewise.
4407         * modules/sigpipe-tests (Makefile.am): Likewise.
4408         * modules/tsearch-tests (Makefile.am): Likewise.
4409         * modules/unicase/ulc-casecmp-tests (Makefile.am): Likewise.
4410         * modules/unicase/ulc-casecoll-tests (Makefile.am): Likewise.
4411         * modules/uniname/uniname-tests (Makefile.am): Likewise.
4412         * modules/uniwidth/width-tests (Makefile.am): Likewise.
4413         * modules/vdprintf-posix-tests (Makefile.am): Likewise.
4414         * modules/version-etc-tests (Makefile.am): Likewise.
4415         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
4416         * modules/vprintf-posix-tests (Makefile.am): Likewise.
4417         * modules/xalloc-die-tests (Makefile.am): Likewise.
4418         * modules/xprintf-posix-tests (Makefile.am): Likewise.
4419         * modules/xstrtoimax-tests (Makefile.am): Likewise.
4420         * modules/xstrtol-tests (Makefile.am): Likewise.
4421         * modules/xstrtoumax-tests (Makefile.am): Likewise.
4422         * modules/yesno-tests (Makefile.am): Likewise.
4423         Suggested by Jim Meyering.
4424
4425 2010-01-24  Bruno Haible  <bruno@clisp.org>
4426
4427         More documentation.
4428         * doc/gnulib.texi (Writing modules): New chapter.
4429         (Miscellaneous Notes): Move sections "Comments" and "Header files" to
4430         the new chapter.
4431
4432 2010-01-24  Jim Meyering  <meyering@redhat.com>
4433
4434         maint.mk: do not prepend "./" after filtering
4435         * top/maint.mk (_prepend_srcdir_prefix): New variable
4436         (VC_LIST_EXCEPT): Use it to avoid prepending (post-filter)
4437         "./" when $(srcdir) is ".".
4438
4439         define STREQ(a,b) consistently, removing useless parentheses
4440         #define STREQ(a, b) (strcmp ((a), (b)) == 0) is over-parenthesized,
4441         since the only risk is that "a" or "b" contains an unparenthesized
4442         comma, but if either did that, STREQ would have 3 or more arguments.
4443         Hence, #define STREQ(a, b) (strcmp (a, b) == 0) is better.
4444         * lib/fts.c (STREQ): Remove unnecessary parentheses.
4445         * lib/hash-triple.c (STREQ): Likewise.
4446         * tests/test-argv-iter.c (STREQ): Use a and b, not s1 and s2.
4447         * lib/getugroups.c (STREQ): Likewise.
4448
4449 2010-01-23  Jim Meyering  <meyering@redhat.com>
4450
4451         maint.mk: fix syntax-check in a non-srcdir build directory
4452         * top/maint.mk (_dot_escaped_srcdir): Remove erroneous backslash,
4453         introduced in my 2010-01-21 commit, a6da6c45.  Reported by Eric Blake.
4454
4455 2010-01-22  Jim Meyering  <meyering@redhat.com>
4456
4457         userspec: add unit tests
4458         * tests/test-userspec.c: New file.
4459         * modules/userspec-tests: Likewise.
4460
4461 2010-01-21  Jim Meyering  <meyering@redhat.com>
4462
4463         maint.mk: handle source file names containing "." robustly
4464         * top/maint.mk (_dot_escaped_srcdir): Define.
4465         (VC_LIST): Use it in LHS of sed substitution.
4466
4467 2010-01-21  Jiri Denemark  <jdenemar@redhat.com>
4468
4469         maint.mk: fix VC_LIST_EXCEPT for srcdir != builddir
4470         * top/maint.mk (VC_LIST_EXCEPT): Preprocess the output of
4471         $(VC_LIST) to remove a prefix of '$(srcdir)/', so that it works
4472         from a non-srcdir build.
4473
4474 2010-01-20  Eric Blake  <ebb9@byu.net>
4475
4476         warn-on-use: use instead of link-warning
4477         * modules/stdio (Depends-on, Makefile.am): Drop link-warning.
4478         * modules/unistd (Depends-on, Makefile.am): Likewise.
4479         * modules/arpa_inet (Depends-on): Replace link-warning with
4480         warn-on-use.
4481         (Makefile.am): Update rules accordingly.
4482         * modules/ctype (Depends-on, Makefile.am): Likewise.
4483         * modules/dirent (Depends-on, Makefile.am): Likewise.
4484         * modules/fcntl-h (Depends-on, Makefile.am): Likewise.
4485         * modules/inttypes (Depends-on, Makefile.am): Likewise.
4486         * modules/langinfo (Depends-on, Makefile.am): Likewise.
4487         * modules/locale (Depends-on, Makefile.am): Likewise.
4488         * modules/math (Depends-on, Makefile.am): Likewise.
4489         * modules/search (Depends-on, Makefile.am): Likewise.
4490         * modules/signal (Depends-on, Makefile.am): Likewise.
4491         * modules/spawn (Depends-on, Makefile.am): Likewise.
4492         * modules/stdlib (Depends-on, Makefile.am): Likewise.
4493         * modules/string (Depends-on, Makefile.am): Likewise.
4494         * modules/strings (Depends-on, Makefile.am): Likewise.
4495         * modules/sys_file (Depends-on, Makefile.am): Likewise.
4496         * modules/sys_ioctl (Depends-on, Makefile.am): Likewise.
4497         * modules/sys_select (Depends-on, Makefile.am): Likewise.
4498         * modules/sys_socket (Depends-on, Makefile.am): Likewise.
4499         * modules/sys_stat (Depends-on, Makefile.am): Likewise.
4500         * modules/sys_times (Depends-on, Makefile.am): Likewise.
4501         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
4502         * modules/wchar (Depends-on, Makefile.am): Likewise.
4503         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Check which functions
4504         should be poisoned.
4505         * m4/ctype.m4 (gl_CTYPE_H): Likewise.
4506         * m4/dirent_h.m4 (gl_DIRENT_H): Likewise.
4507         * m4/fcntl_h.m4 (gl_FCNTL_H): Likewise.
4508         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
4509         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
4510         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
4511         * m4/math_h.m4 (gl_MATH_H): Likewise.
4512         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
4513         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
4514         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
4515         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
4516         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
4517         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
4518         * m4/strings_h.m4 (gl_HEADER_STRINGS_H_BODY): Likewise.
4519         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H_DEFAULTS): Likewise.
4520         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Likewise.
4521         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
4522         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
4523         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
4524         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
4525         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H): Likewise.
4526         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
4527         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
4528         * lib/arpa_inet.in.h: Use _GL_WARN_ON_USE instead of
4529         GL_LINK_WARNING.
4530         * lib/ctype.in.h: Likewise.
4531         * lib/dirent.in.h: Likewise.
4532         * lib/fcntl.in.h: Likewise.
4533         * lib/inttypes.in.h: Likewise.
4534         * lib/langinfo.in.h: Likewise.
4535         * lib/locale.in.h: Likewise.
4536         * lib/math.in.h: Likewise.
4537         * lib/search.in.h: Likewise.
4538         * lib/signal.in.h: Likewise.
4539         * lib/spawn.in.h: Likewise.
4540         * lib/stdio.in.h: Likewise.
4541         * lib/stdlib.in.h: Likewise.
4542         * lib/string.in.h: Likewise.
4543         * lib/strings.in.h: Likewise.
4544         * lib/sys_file.in.h: Likewise.
4545         * lib/sys_ioctl.in.h: Likewise.
4546         * lib/sys_select.in.h: Likewise.
4547         * lib/sys_socket.in.h: Likewise.
4548         * lib/sys_stat.in.h: Likewise.
4549         * lib/sys_times.in.h: Likewise.
4550         * lib/sys_utsname.in.h: Likewise.
4551         * lib/unistd.in.h: Likewise.
4552         * lib/wchar.in.h: Likewise.
4553
4554 2010-01-20  Bruno Haible  <bruno@clisp.org>
4555
4556         Avoid duplicate -lm.
4557         * m4/isnan.m4 (gl_ISNAN): Avoid duplicate -lm in $ISNAN_LIBM.
4558         * m4/round.m4 (gl_FUNC_ROUND): Avoid duplicate -lm in $ROUND_LIBM.
4559         * m4/roundf.m4 (gl_FUNC_ROUNDF): Avoid duplicate -lm in $ROUNDF_LIBM.
4560         * m4/roundl.m4 (gl_FUNC_ROUNDL): Avoid duplicate -lm in $ROUNDL_LIBM.
4561         * m4/acosl.m4 (gl_FUNC_ACOSL): Avoid duplicate -lm in $ACOSL_LIBM.
4562         * m4/cosl.m4 (gl_FUNC_COSL): Avoid duplicate -lm in $COSL_LIBM.
4563         * m4/logl.m4 (gl_FUNC_LOGL): Avoid duplicate -lm in $LOGL_LIBM.
4564         * m4/sinl.m4 (gl_FUNC_SINL): Avoid duplicate -lm in $SINL_LIBM.
4565         * m4/sqrtl.m4 (gl_FUNC_SQRTL): Avoid duplicate -lm in $SQRTL_LIBM.
4566         * m4/tanl.m4 (gl_FUNC_TANL): Avoid duplicate -lm in $TANL_LIBM.
4567         * m4/asinl.m4 (gl_FUNC_ASINL): Same change, for consistency.
4568         * m4/atanl.m4 (gl_FUNC_ATANL): Likewise.
4569         Reported by Paolo Bonzini.
4570
4571 2010-01-19  Bruno Haible  <bruno@clisp.org>
4572
4573         langinfo, nl_langinfo: Relicense under LGPLv2+.
4574         * modules/langinfo (License): Change to LGPLv2+.
4575         * modules/nl_langinfo (License): Likewise.
4576         Patch by David Lutterkort <lutter@redhat.com>.
4577
4578 2010-01-19  Bruno Haible  <bruno@clisp.org>
4579
4580         Avoid compilation error with cc on OSF/1 5.1.
4581         * lib/fcntl.in.h: Include <unistd.h> after the #include_next <fcntl.h>
4582         statement, not before.
4583         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4584
4585 2010-01-18  Bruno Haible  <bruno@clisp.org>
4586
4587         Avoid a link error due to the __printf__ symbol.
4588         * lib/stdio.in.h (__attribute__): Define to empty also for gcc 2.5.x
4589         and 2.6.x.
4590         (__format__, __printf__): Remove definitions.
4591         * lib/argp-fmtstream.h: Likewise.
4592         * lib/argp.h: Likewise.
4593         * lib/error.h: Likewise.
4594         * lib/vasnprintf.h: Likewise.
4595         * lib/xprintf.h: Likewise.
4596         * lib/xvasprintf.h: Likewise.
4597         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4598
4599 2010-01-18  Bruno Haible  <bruno@clisp.org>
4600
4601         Tests for module 'tanl'.
4602         * modules/tanl-tests: New file.
4603         * tests/test-tanl.c: New file.
4604
4605         Tests for module 'sqrtl'.
4606         * modules/sqrtl-tests: New file.
4607         * tests/test-sqrtl.c: New file.
4608
4609         Tests for module 'sinl'.
4610         * modules/sinl-tests: New file.
4611         * tests/test-sinl.c: New file.
4612
4613         Tests for module 'logl'.
4614         * modules/logl-tests: New file.
4615         * tests/test-logl.c: New file.
4616
4617         Tests for module 'expl'.
4618         * modules/expl-tests: New file.
4619         * tests/test-expl.c: New file.
4620
4621         Tests for module 'cosl'.
4622         * modules/cosl-tests: New file.
4623         * tests/test-cosl.c: New file.
4624
4625         Tests for module 'atanl'.
4626         * modules/atanl-tests: New file.
4627         * tests/test-atanl.c: New file.
4628
4629         Tests for module 'asinl'.
4630         * modules/asinl-tests: New file.
4631         * tests/test-asinl.c: New file.
4632
4633         Tests for module 'acosl'.
4634         * modules/acosl-tests: New file.
4635         * tests/test-acosl.c: New file.
4636
4637         New modules acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
4638         * lib/math.in.h (acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl,
4639         tanl): Use the standard gnulib idiom.
4640         * lib/cosl.c: Don't include trigl.c and sincosl.c.
4641         * lib/sinl.c: Likewise.
4642         * lib/tanl.c: Don't include trigl.c.
4643         (kernel_tanl): Make static.
4644         * lib/sincosl.c: Include trigl.h first.
4645         * lib/trigl.c: Likewise.
4646         * m4/acosl.m4: New file.
4647         * m4/asinl.m4: New file.
4648         * m4/atanl.m4: New file.
4649         * m4/cosl.m4: New file.
4650         * m4/expl.m4: New file.
4651         * m4/logl.m4: New file.
4652         * m4/sinl.m4: New file.
4653         * m4/sqrtl.m4: New file.
4654         * m4/tanl.m4: New file.
4655         * m4/mathl.m4: Remove file.
4656         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_* and HAVE_*
4657         variables for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl.
4658         Don't initialize GNULIB_MATHL.
4659         * modules/acosl: New file.
4660         * modules/asinl: New file.
4661         * modules/atanl: New file.
4662         * modules/cosl: New file.
4663         * modules/expl: New file.
4664         * modules/logl: New file.
4665         * modules/sinl: New file.
4666         * modules/sqrtl: New file.
4667         * modules/tanl: New file.
4668         * modules/math (Makefile.am): Substitute GNULIB_* and HAVE_* variables
4669         for acosl, asinl, atanl, cosl, expl, logl, sinl, sqrtl, tanl. Don't
4670         substitute GNULIB_MATHL.
4671         * modules/mathl: Rewritten.
4672         * doc/posix-functions/acosl.texi: Mention the 'acosl' module.
4673         * doc/posix-functions/asinl.texi: Mention the 'asinl' module.
4674         * doc/posix-functions/atanl.texi: Mention the 'atanl' module.
4675         * doc/posix-functions/cosl.texi: Mention the 'cosl' module.
4676         * doc/posix-functions/expl.texi: Mention the 'expl' module.
4677         * doc/posix-functions/logl.texi: Mention the 'logl' module.
4678         * doc/posix-functions/sinl.texi: Mention the 'sinl' module.
4679         * doc/posix-functions/sqrtl.texi: Mention the 'sqrtl' module.
4680         * doc/posix-functions/tanl.texi: Mention the 'tanl' module.
4681
4682 2010-01-18  Bruno Haible  <bruno@clisp.org>
4683
4684         sqrt: Make gl_FUNC_SQRT requirable.
4685         * m4/sqrt.m4: New file.
4686         * modules/sqrt (Files): Add it.
4687         (configure.ac): Invoke gl_FUNC_SQRT.
4688
4689 2010-01-18  Bruno Haible  <bruno@clisp.org>
4690
4691         New modules for common <math.h> functions.
4692         * m4/mathfunc.m4: New file.
4693         * modules/acos: New file.
4694         * modules/asin: New file.
4695         * modules/atan: New file.
4696         * modules/atan2: New file.
4697         * modules/cbrt: New file.
4698         * modules/copysign: New file.
4699         * modules/cos: New file.
4700         * modules/cosh: New file.
4701         * modules/erf: New file.
4702         * modules/erfc: New file.
4703         * modules/exp: New file.
4704         * modules/fabs: New file.
4705         * modules/fmod: New file.
4706         * modules/hypot: New file.
4707         * modules/j0: New file.
4708         * modules/j1: New file.
4709         * modules/jn: New file.
4710         * modules/ldexp: New file.
4711         * modules/lgamma: New file.
4712         * modules/log: New file.
4713         * modules/log10: New file.
4714         * modules/log1p: New file.
4715         * modules/logb: New file.
4716         * modules/modf: New file.
4717         * modules/nextafter: New file.
4718         * modules/pow: New file.
4719         * modules/remainder: New file.
4720         * modules/rint: New file.
4721         * modules/sin: New file.
4722         * modules/sinh: New file.
4723         * modules/sqrt: New file.
4724         * modules/tan: New file.
4725         * modules/tanh: New file.
4726         * modules/y0: New file.
4727         * modules/y1: New file.
4728         * modules/yn: New file.
4729         * doc/posix-functions/acos.texi: Mention the 'acos' module.
4730         * doc/posix-functions/asin.texi: Mention the 'asin' module.
4731         * doc/posix-functions/atan.texi: Mention the 'atan' module.
4732         * doc/posix-functions/atan2.texi: Mention the 'atan2' module.
4733         * doc/posix-functions/cbrt.texi: Mention the 'cbrt' module.
4734         * doc/posix-functions/copysign.texi: Mention the 'copysign' module.
4735         * doc/posix-functions/cos.texi: Mention the 'cos' module.
4736         * doc/posix-functions/cosh.texi: Mention the 'cosh' module.
4737         * doc/posix-functions/erf.texi: Mention the 'erf' module.
4738         * doc/posix-functions/erfc.texi: Mention the 'erfc' module.
4739         * doc/posix-functions/exp.texi: Mention the 'exp' module.
4740         * doc/posix-functions/fabs.texi: Mention the 'fabs' module.
4741         * doc/posix-functions/fmod.texi: Mention the 'fmod' module.
4742         * doc/posix-functions/hypot.texi: Mention the 'hypot' module.
4743         * doc/posix-functions/j0.texi: Mention the 'j0' module.
4744         * doc/posix-functions/j1.texi: Mention the 'j1' module.
4745         * doc/posix-functions/jn.texi: Mention the 'jn' module.
4746         * doc/posix-functions/ldexp.texi: Mention the 'ldexp' module.
4747         * doc/posix-functions/lgamma.texi: Mention the 'lgamma' module.
4748         * doc/posix-functions/log.texi: Mention the 'log' module.
4749         * doc/posix-functions/log10.texi: Mention the 'log10' module.
4750         * doc/posix-functions/log1p.texi: Mention the 'log1p' module.
4751         * doc/posix-functions/logb.texi: Mention the 'logb' module.
4752         * doc/posix-functions/modf.texi: Mention the 'modf' module.
4753         * doc/posix-functions/nextafter.texi: Mention the 'nextafter' module.
4754         * doc/posix-functions/pow.texi: Mention the 'pow' module.
4755         * doc/posix-functions/remainder.texi: Mention the 'remainder' module.
4756         * doc/posix-functions/rint.texi: Mention the 'rint' module.
4757         * doc/posix-functions/sin.texi: Mention the 'sin' module.
4758         * doc/posix-functions/sinh.texi: Mention the 'sinh' module.
4759         * doc/posix-functions/sqrt.texi: Mention the 'sqrt' module.
4760         * doc/posix-functions/tan.texi: Mention the 'tan' module.
4761         * doc/posix-functions/tanh.texi: Mention the 'tanh' module.
4762         * doc/posix-functions/y0.texi: Mention the 'y0' module.
4763         * doc/posix-functions/y1.texi: Mention the 'y1' module.
4764         * doc/posix-functions/yn.texi: Mention the 'yn' module.
4765
4766 2010-01-18  Jim Meyering  <meyering@redhat.com>
4767
4768         ignore-value: relax license to LGPLv2+
4769         * modules/ignore-value (License): Relax to LGPLv2+.
4770
4771         getdate: don't leak when TZ contains two or more '"'s
4772         * lib/getdate.y (get_date): Don't leak a copy of TZ for each
4773         double quote in TZ after the first one.
4774
4775         readtokens: do not leak internal token_lengths buffer
4776         * lib/readtokens.c (readtokens): Free the local, lengths,
4777         when the supplied "token_lengths" parameter is NULL.
4778
4779 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4780
4781         Fix a couple of missing LIBTHREAD link failures on AIX.
4782         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add
4783         $(LIBTHREAD).
4784         * modules/strsignal-tests (test_strsignal_LDADD): Likewise.
4785
4786         Link test-poll against INET_PTON_LIB.
4787         * modules/poll-tests (test_poll_LDADD): Add $(INET_PTON_LIB),
4788         for inet_pton on Solaris 10.
4789
4790 2010-01-17  Bruno Haible  <bruno@clisp.org>
4791
4792         unistdio/*-sprintf: Fix typo in module description.
4793         * modules/unistdio/u8-sprintf (Depends-on): Fix typo.
4794         * modules/unistdio/u8-u8-sprintf (Depends-on): Likewise.
4795         * modules/unistdio/u16-sprintf (Depends-on): Likewise.
4796         * modules/unistdio/u16-u16-sprintf (Depends-on): Likewise.
4797         * modules/unistdio/u32-sprintf (Depends-on): Likewise.
4798         * modules/unistdio/u32-u32-sprintf (Depends-on): Likewise.
4799         * modules/unistdio/ulc-sprintf (Depends-on): Likewise.
4800         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
4801
4802 2010-01-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4803
4804         gnulib-tool: fix filelist for AIX, HP-UX ksh.
4805         * gnulib-tool (func_filter_filelist): Do not quote possibly-empty
4806         variables in shell case patterns, for AIX and HP-UX ksh.
4807
4808         Split large sed scripts, for HP-UX sed.
4809         * modules/stdio: Split sed scripts around 50 sed commands,
4810         to avoid HP-UX limit of 99 commands, in the near future.
4811         * modules/string: Likewise.
4812         * modules/unistd: Likewise.
4813
4814         gnulib-tool: avoid writing in the current directory.
4815         * gnulib-tool (func_emit_lib_Makefile_am)
4816         (func_emit_tests_Makefile_am): Put temporary files in $tmp,
4817         not in the current directory, so concurrent gnulib-tool
4818         instances do not interfere.
4819
4820 2010-01-16  Jim Meyering  <meyering@redhat.com>
4821
4822         doc: update users.txt
4823         * users.txt: Add grep.
4824         (diffutils, gzip): Update URLs.
4825
4826 2010-01-12  Bruno Haible  <bruno@clisp.org>
4827
4828         posix_spawn: Avoid test failure on Cygwin.
4829         * tests/test-posix_spawn3.c (DATA_FILENAME) [CYGWIN]: Use less risky
4830         characters.
4831         Reported by Simon Josefsson.
4832
4833 2010-01-12  Bruno Haible  <bruno@clisp.org>
4834
4835         * tests/test-cond.c (main): When skipping the test, show the reason.
4836
4837 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4838
4839         * lib/striconv.c (str_cd_iconv): Avoid if before free.
4840
4841 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4842
4843         * top/maint.mk (VC_LIST_EXCEPT): Filter list through
4844         VC_LIST_ALWAYS_EXCLUDE_REGEX.
4845
4846 2010-01-12  Eric Blake  <ebb9@byu.net>
4847
4848         build: guarantee AS_VAR_IF
4849         * m4/warnings.m4 (gl_WARN_ADD): Use autoconf name.
4850         (gl_AS_VAR_IF): Move...
4851         * m4/gnulib-common.m4 (AS_VAR_IF): ...here.
4852         Reported by Simon Josefsson.
4853
4854 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4855
4856         * lib/stdio.in.h: Fix typo.
4857
4858 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4859
4860         * m4/gc.m4: Check if linking to libgcrypt also needs linking to
4861         libgpg-error.
4862
4863 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4864
4865         * tests/test-xalloc-die.sh: Use $EXEEXT.
4866
4867 2010-01-12  Simon Josefsson  <simon@josefsson.org>
4868             Bruno Haible  <bruno@clisp.org>
4869
4870         getlogin, getlogin_r: Avoid test failure.
4871         * tests/test-getlogin.c: Include <stdio.h>.
4872         (main): Skip the test when the function fails because stdin is not a
4873         tty.
4874         * tests/test-getlogin_r.c: Include <stdio.h>.
4875         (main): Skip the test when the function fails because stdin is not a
4876         tty.
4877
4878 2010-01-11  Eric Blake  <ebb9@byu.net>
4879
4880         tests: avoid more large file warnings
4881         * tests/test-fflush.c: Avoid warning about ftell use.
4882         * tests/test-fseek.c: Avoid warning about fseek use.
4883
4884 2010-01-10  Bruno Haible  <bruno@clisp.org>
4885
4886         nproc: Work better on Linux when /proc and /sys are not mounted.
4887         * lib/nproc.c (num_processors): Use num_processors_via_affinity_mask ()
4888         as lower bound when, on glibc/Linux systems,
4889         sysconf (_SC_NPROCESSORS_CONF) returns 1.
4890         Suggested by Pádraig Brady <P@draigbrady.com>.
4891         Reported by Dmitry V. Levin <ldv@altlinux.org>.
4892
4893         nproc: Refactor.
4894         * lib/nproc.c (num_processors_via_affinity_mask): New function,
4895         extracted from num_processors.
4896         (num_processors): Call it.
4897
4898 2010-01-11  Jim Meyering  <meyering@redhat.com>
4899
4900         utimecmp: avoid new warning from upcoming gcc-4.5.0
4901         * lib/utimecmp.c (BILLION): Define using #define rather than an
4902         anonymous enum, to placate upcoming gcc-4.5.0's -Wenum-compare.
4903
4904 2010-01-11  Eric Blake  <ebb9@byu.net>
4905
4906         math: add portability warnings for classification macros
4907         * modules/math (Depends-on): Add warn-on-use.
4908         (Makefile.am): Provide new substitutions.
4909         * m4/math_h.m4 (gl_MATH_H): Require inline.
4910         * lib/math.in.h (_GL_WARN_REAL_FLOATING_DECL)
4911         (_GL_WARN_REAL_FLOATING_IMPL): New helper macros.
4912         (isfinite, isinf, isnan, signbit) [GNULIB_POSIXCHECK]: Use them to
4913         implement warnings.
4914
4915         unistd: warn on use of environ without module
4916         * modules/unistd (Depends-on): Add warn-on-use.
4917         (Makefile.am): Provide new substitutions.
4918         * m4/unistd_h.m4 (gl_UNISTD_H): Check for inline and environ.
4919         * lib/unistd.in.h (environ): Wrap with a warning helper function.
4920
4921         stdio: warn on suspicious uses
4922         * modules/stdio (Depends-on): Add warn-on-use.
4923         (Makefile.am): Provide new substitutions.
4924         * m4/stdio_h.m4 (gl_STDIO_H): Check for inline, ftello, and
4925         fseeko.
4926         * lib/stdio.in.h (gets): Always warn on use.
4927         (fseek, ftell): Adjust when warnings are issued, and honor
4928         _GL_NO_LARGE_FILES as a way to silence the warning.
4929         * tests/test-fpurge.c [!GNULIB_FSEEK]: Use new means to squelch
4930         any warning about large file offsets.
4931         * tests/test-freadable.c [!GNULIB_FSEEK]: Likewise.
4932         * tests/test-freading.c [!GNULIB_FSEEK]: Likewise.
4933         * tests/test-fseeko.c [!GNULIB_FSEEK]: Likewise.
4934         * tests/test-ftell.c [!GNULIB_FSEEK]: Likewise.
4935         * tests/test-ftello.c [!GNULIB_FSEEK]: Likewise.
4936         * tests/test-fwritable.c [!GNULIB_FSEEK]: Likewise.
4937         * tests/test-fwriting.c [!GNULIB_FSEEK]: Likewise.
4938         * tests/test-getopt.c [!GNULIB_FTELL]: Likewise.
4939
4940         warn-on-use: new module
4941         * modules/warn-on-use: New file.
4942         * build-aux/warn-on-use.h: Likewise.
4943         * m4/warn-on-use.m4: Likewise.
4944         * MODULES.html.sh (Support for building): Mention it.
4945
4946 2010-01-10  Bruno Haible  <bruno@clisp.org>
4947
4948         Tests for module 'unistr/u32-strdup'.
4949         * modules/unistr/u32-strdup-tests: New file.
4950         * tests/unistr/test-u32-strdup.c: New file.
4951
4952         Tests for module 'unistr/u16-strdup'.
4953         * modules/unistr/u16-strdup-tests: New file.
4954         * tests/unistr/test-u16-strdup.c: New file.
4955
4956         Tests for module 'unistr/u8-strdup'.
4957         * modules/unistr/u8-strdup-tests: New file.
4958         * tests/unistr/test-u8-strdup.c: New file.
4959         * tests/unistr/test-strdup.h: New file.
4960
4961         Tests for module 'unistr/u32-strncmp'.
4962         * modules/unistr/u32-strncmp-tests: New file.
4963         * tests/unistr/test-u32-strncmp.c: New file.
4964
4965         Tests for module 'unistr/u16-strncmp'.
4966         * modules/unistr/u16-strncmp-tests: New file.
4967         * tests/unistr/test-u16-strncmp.c: New file.
4968
4969         Tests for module 'unistr/u8-strncmp'.
4970         * modules/unistr/u8-strncmp-tests: New file.
4971         * tests/unistr/test-u8-strncmp.c: New file.
4972         * tests/unistr/test-strncmp.h: New file.
4973
4974         Tests for module 'unistr/u32-strcoll'.
4975         * modules/unistr/u32-strcoll-tests: New file.
4976         * tests/unistr/test-u32-strcoll.c: New file.
4977
4978         Tests for module 'unistr/u16-strcoll'.
4979         * modules/unistr/u16-strcoll-tests: New file.
4980         * tests/unistr/test-u16-strcoll.c: New file.
4981
4982         Tests for module 'unistr/u8-strcoll'.
4983         * modules/unistr/u8-strcoll-tests: New file.
4984         * tests/unistr/test-u8-strcoll.c: New file.
4985
4986         Tests for module 'unistr/u32-strcmp'.
4987         * modules/unistr/u32-strcmp-tests: New file.
4988         * tests/unistr/test-u32-strcmp.c: New file.
4989         * tests/unistr/test-u32-strcmp.h: New file.
4990
4991         Tests for module 'unistr/u16-strcmp'.
4992         * modules/unistr/u16-strcmp-tests: New file.
4993         * tests/unistr/test-u16-strcmp.c: New file.
4994         * tests/unistr/test-u16-strcmp.h: New file.
4995
4996         Tests for module 'unistr/u8-strcmp'.
4997         * modules/unistr/u8-strcmp-tests: New file.
4998         * tests/unistr/test-u8-strcmp.c: New file.
4999         * tests/unistr/test-u8-strcmp.h: New file.
5000         * tests/unistr/test-strcmp.h: New file.
5001
5002         Tests for module 'unistr/u32-strncat'.
5003         * modules/unistr/u32-strncat-tests: New file.
5004         * tests/unistr/test-u32-strncat.c: New file.
5005
5006         Tests for module 'unistr/u16-strncat'.
5007         * modules/unistr/u16-strncat-tests: New file.
5008         * tests/unistr/test-u16-strncat.c: New file.
5009
5010         Tests for module 'unistr/u8-strncat'.
5011         * modules/unistr/u8-strncat-tests: New file.
5012         * tests/unistr/test-u8-strncat.c: New file.
5013         * tests/unistr/test-strncat.h: New file.
5014
5015         Tests for module 'unistr/u32-strcat'.
5016         * modules/unistr/u32-strcat-tests: New file.
5017         * tests/unistr/test-u32-strcat.c: New file.
5018
5019         Tests for module 'unistr/u16-strcat'.
5020         * modules/unistr/u16-strcat-tests: New file.
5021         * tests/unistr/test-u16-strcat.c: New file.
5022
5023         Tests for module 'unistr/u8-strcat'.
5024         * modules/unistr/u8-strcat-tests: New file.
5025         * tests/unistr/test-u8-strcat.c: New file.
5026         * tests/unistr/test-strcat.h: New file.
5027
5028         Tests for module 'unistr/u32-stpncpy'.
5029         * modules/unistr/u32-stpncpy-tests: New file.
5030         * tests/unistr/test-u32-stpncpy.c: New file.
5031
5032         Tests for module 'unistr/u16-stpncpy'.
5033         * modules/unistr/u16-stpncpy-tests: New file.
5034         * tests/unistr/test-u16-stpncpy.c: New file.
5035
5036         Tests for module 'unistr/u8-stpncpy'.
5037         * modules/unistr/u8-stpncpy-tests: New file.
5038         * tests/unistr/test-u8-stpncpy.c: New file.
5039         * tests/unistr/test-stpncpy.h: New file.
5040
5041         Tests for module 'unistr/u32-strncpy'.
5042         * modules/unistr/u32-strncpy-tests: New file.
5043         * tests/unistr/test-u32-strncpy.c: New file.
5044
5045         Tests for module 'unistr/u16-strncpy'.
5046         * modules/unistr/u16-strncpy-tests: New file.
5047         * tests/unistr/test-u16-strncpy.c: New file.
5048
5049         Tests for module 'unistr/u8-strncpy'.
5050         * modules/unistr/u8-strncpy-tests: New file.
5051         * tests/unistr/test-u8-strncpy.c: New file.
5052         * tests/unistr/test-strncpy.h: New file.
5053
5054         Tests for module 'unistr/u32-stpcpy'.
5055         * modules/unistr/u32-stpcpy-tests: New file.
5056         * tests/unistr/test-u32-stpcpy.c: New file.
5057
5058         Tests for module 'unistr/u16-stpcpy'.
5059         * modules/unistr/u16-stpcpy-tests: New file.
5060         * tests/unistr/test-u16-stpcpy.c: New file.
5061
5062         Tests for module 'unistr/u8-stpcpy'.
5063         * modules/unistr/u8-stpcpy-tests: New file.
5064         * tests/unistr/test-u8-stpcpy.c: New file.
5065         * tests/unistr/test-stpcpy.h: New file.
5066
5067         Tests for module 'unistr/u32-strcpy'.
5068         * modules/unistr/u32-strcpy-tests: New file.
5069         * tests/unistr/test-u32-strcpy.c: New file.
5070
5071         Tests for module 'unistr/u16-strcpy'.
5072         * modules/unistr/u16-strcpy-tests: New file.
5073         * tests/unistr/test-u16-strcpy.c: New file.
5074
5075         Tests for module 'unistr/u8-strcpy'.
5076         * modules/unistr/u8-strcpy-tests: New file.
5077         * tests/unistr/test-u8-strcpy.c: New file.
5078         * tests/unistr/test-strcpy.h: New file.
5079
5080         Tests for module 'unistr/u32-strnlen'.
5081         * modules/unistr/u32-strnlen-tests: New file.
5082         * tests/unistr/test-u32-strnlen.c: New file.
5083
5084         Tests for module 'unistr/u16-strnlen'.
5085         * modules/unistr/u16-strnlen-tests: New file.
5086         * tests/unistr/test-u16-strnlen.c: New file.
5087
5088         Tests for module 'unistr/u8-strnlen'.
5089         * modules/unistr/u8-strnlen-tests: New file.
5090         * tests/unistr/test-u8-strnlen.c: New file.
5091         * tests/unistr/test-strnlen.h: New file.
5092
5093         Tests for module 'unistr/u32-strlen'.
5094         * modules/unistr/u32-strlen-tests: New file.
5095         * tests/unistr/test-u32-strlen.c: New file.
5096
5097         Tests for module 'unistr/u16-strlen'.
5098         * modules/unistr/u16-strlen-tests: New file.
5099         * tests/unistr/test-u16-strlen.c: New file.
5100
5101         Tests for module 'unistr/u8-strlen'.
5102         * modules/unistr/u8-strlen-tests: New file.
5103         * tests/unistr/test-u8-strlen.c: New file.
5104
5105         Tests for module 'unistr/u32-prev'.
5106         * modules/unistr/u32-prev-tests: New file.
5107         * tests/unistr/test-u32-prev.c: New file.
5108
5109         Tests for module 'unistr/u16-prev'.
5110         * modules/unistr/u16-prev-tests: New file.
5111         * tests/unistr/test-u16-prev.c: New file.
5112
5113         Tests for module 'unistr/u8-prev'.
5114         * modules/unistr/u8-prev-tests: New file.
5115         * tests/unistr/test-u8-prev.c: New file.
5116
5117         Tests for module 'unistr/u32-next'.
5118         * modules/unistr/u32-next-tests: New file.
5119         * tests/unistr/test-u32-next.c: New file.
5120
5121         Tests for module 'unistr/u16-next'.
5122         * modules/unistr/u16-next-tests: New file.
5123         * tests/unistr/test-u16-next.c: New file.
5124
5125         Tests for module 'unistr/u8-next'.
5126         * modules/unistr/u8-next-tests: New file.
5127         * tests/unistr/test-u8-next.c: New file.
5128
5129         Tests for module 'unistr/u32-strmbtouc'.
5130         * modules/unistr/u32-strmbtouc-tests: New file.
5131         * tests/unistr/test-u32-strmbtouc.c: New file.
5132
5133         Tests for module 'unistr/u16-strmbtouc'.
5134         * modules/unistr/u16-strmbtouc-tests: New file.
5135         * tests/unistr/test-u16-strmbtouc.c: New file.
5136
5137         Tests for module 'unistr/u8-strmbtouc'.
5138         * modules/unistr/u8-strmbtouc-tests: New file.
5139         * tests/unistr/test-u8-strmbtouc.c: New file.
5140
5141         Tests for module 'unistr/u32-strmblen'.
5142         * modules/unistr/u32-strmblen-tests: New file.
5143         * tests/unistr/test-u32-strmblen.c: New file.
5144
5145         Tests for module 'unistr/u16-strmblen'.
5146         * modules/unistr/u16-strmblen-tests: New file.
5147         * tests/unistr/test-u16-strmblen.c: New file.
5148
5149         Tests for module 'unistr/u8-strmblen'.
5150         * modules/unistr/u8-strmblen-tests: New file.
5151         * tests/unistr/test-u8-strmblen.c: New file.
5152
5153         Tests for module 'unistr/u32-cpy-alloc'.
5154         * modules/unistr/u32-cpy-alloc-tests: New file.
5155         * tests/unistr/test-u32-cpy-alloc.c: New file.
5156
5157         Tests for module 'unistr/u16-cpy-alloc'.
5158         * modules/unistr/u16-cpy-alloc-tests: New file.
5159         * tests/unistr/test-u16-cpy-alloc.c: New file.
5160
5161         Tests for module 'unistr/u8-cpy-alloc'.
5162         * modules/unistr/u8-cpy-alloc-tests: New file.
5163         * tests/unistr/test-u8-cpy-alloc.c: New file.
5164         * tests/unistr/test-cpy-alloc.h: New file.
5165
5166         Tests for module 'unistr/u32-mbsnlen'.
5167         * modules/unistr/u32-mbsnlen-tests: New file.
5168         * tests/unistr/test-u32-mbsnlen.c: New file.
5169
5170         Tests for module 'unistr/u16-mbsnlen'.
5171         * modules/unistr/u16-mbsnlen-tests: New file.
5172         * tests/unistr/test-u16-mbsnlen.c: New file.
5173
5174         Tests for module 'unistr/u8-mbsnlen'.
5175         * modules/unistr/u8-mbsnlen-tests: New file.
5176         * tests/unistr/test-u8-mbsnlen.c: New file.
5177
5178         Tests for module 'unistr/u32-chr'.
5179         * modules/unistr/u32-chr-tests: New file.
5180         * tests/unistr/test-u32-chr.c: New file.
5181
5182         Tests for module 'unistr/u16-chr'.
5183         * modules/unistr/u16-chr-tests: New file.
5184         * tests/unistr/test-u16-chr.c: New file.
5185
5186         Tests for module 'unistr/u8-chr'.
5187         * modules/unistr/u8-chr-tests: New file.
5188         * tests/unistr/test-u8-chr.c: New file.
5189         * tests/unistr/test-chr.h: New file, based on tests/test-memchr.c.
5190
5191         Tests for module 'unistr/u32-cmp2'.
5192         * modules/unistr/u32-cmp2-tests: New file.
5193         * tests/unistr/test-u32-cmp2.c: New file.
5194
5195         Tests for module 'unistr/u16-cmp2'.
5196         * modules/unistr/u16-cmp2-tests: New file.
5197         * tests/unistr/test-u16-cmp2.c: New file.
5198
5199         Tests for module 'unistr/u8-cmp2'.
5200         * modules/unistr/u8-cmp2-tests: New file.
5201         * tests/unistr/test-u8-cmp2.c: New file.
5202         * tests/unistr/test-cmp2.h: New file, based on tests/unistr/test-cmp.h.
5203
5204         Tests for module 'unistr/u32-cmp'.
5205         * modules/unistr/u32-cmp-tests: New file.
5206         * tests/unistr/test-u32-cmp.c: New file.
5207
5208         Tests for module 'unistr/u16-cmp'.
5209         * modules/unistr/u16-cmp-tests: New file.
5210         * tests/unistr/test-u16-cmp.c: New file.
5211
5212         Tests for module 'unistr/u8-cmp'.
5213         * modules/unistr/u8-cmp-tests: New file.
5214         * tests/unistr/test-u8-cmp.c: New file.
5215         * tests/unistr/test-cmp.h: New file, based on tests/test-memcmp.c.
5216
5217         Tests for module 'unistr/u32-set'.
5218         * modules/unistr/u32-set-tests: New file.
5219         * tests/unistr/test-u32-set.c: New file.
5220
5221         Tests for module 'unistr/u16-set'.
5222         * modules/unistr/u16-set-tests: New file.
5223         * tests/unistr/test-u16-set.c: New file.
5224
5225         Tests for module 'unistr/u8-set'.
5226         * modules/unistr/u8-set-tests: New file.
5227         * tests/unistr/test-u8-set.c: New file.
5228         * tests/unistr/test-set.h: New file.
5229
5230         Tests for module 'unistr/u32-move'.
5231         * modules/unistr/u32-move-tests: New file.
5232         * tests/unistr/test-u32-move.c: New file.
5233
5234         Tests for module 'unistr/u16-move'.
5235         * modules/unistr/u16-move-tests: New file.
5236         * tests/unistr/test-u16-move.c: New file.
5237
5238         Tests for module 'unistr/u8-move'.
5239         * modules/unistr/u8-move-tests: New file.
5240         * tests/unistr/test-u8-move.c: New file.
5241         * tests/unistr/test-move.h: New file.
5242
5243         Tests for module 'unistr/u32-cpy'.
5244         * modules/unistr/u32-cpy-tests: New file.
5245         * tests/unistr/test-u32-cpy.c: New file.
5246
5247         Tests for module 'unistr/u16-cpy'.
5248         * modules/unistr/u16-cpy-tests: New file.
5249         * tests/unistr/test-u16-cpy.c: New file.
5250
5251         Tests for module 'unistr/u8-cpy'.
5252         * modules/unistr/u8-cpy-tests: New file.
5253         * tests/unistr/test-u8-cpy.c: New file.
5254         * tests/unistr/test-cpy.h: New file.
5255
5256 2010-01-09  Bruno Haible  <bruno@clisp.org>
5257
5258         Tests for module 'unistr/u32-uctomb'.
5259         * modules/unistr/u32-uctomb-tests: New file.
5260         * tests/unistr/test-u32-uctomb.c: New file.
5261
5262         Tests for module 'unistr/u16-uctomb'.
5263         * modules/unistr/u16-uctomb-tests: New file.
5264         * tests/unistr/test-u16-uctomb.c: New file.
5265
5266         Tests for module 'unistr/u8-uctomb'.
5267         * modules/unistr/u8-uctomb-tests: New file.
5268         * tests/unistr/test-u8-uctomb.c: New file.
5269
5270         Tests for module 'unistr/u32-mbtoucr'.
5271         * modules/unistr/u32-mbtoucr-tests: New file.
5272         * tests/unistr/test-u32-mbtoucr.c: New file.
5273
5274         Tests for module 'unistr/u16-mbtoucr'.
5275         * modules/unistr/u16-mbtoucr-tests: New file.
5276         * tests/unistr/test-u16-mbtoucr.c: New file.
5277
5278         Tests for module 'unistr/u8-mbtoucr'.
5279         * modules/unistr/u8-mbtoucr-tests: New file.
5280         * tests/unistr/test-u8-mbtoucr.c: New file.
5281
5282         Tests for module 'unistr/u32-mbtouc'.
5283         * modules/unistr/u32-mbtouc-tests: New file.
5284         * tests/unistr/test-u32-mbtouc.c: New file.
5285
5286         Tests for module 'unistr/u16-mbtouc'.
5287         * modules/unistr/u16-mbtouc-tests: New file.
5288         * tests/unistr/test-u16-mbtouc.c: New file.
5289
5290         Tests for module 'unistr/u8-mbtouc'.
5291         * modules/unistr/u8-mbtouc-tests: New file.
5292         * tests/unistr/test-u8-mbtouc.c: New file.
5293
5294         Tests for module 'unistr/u32-mbtouc-unsafe'.
5295         * modules/unistr/u32-mbtouc-unsafe-tests: New file.
5296         * tests/unistr/test-u32-mbtouc-unsafe.c: New file.
5297         * tests/unistr/test-u32-mbtouc.h: New file.
5298
5299         Tests for module 'unistr/u16-mbtouc-unsafe'.
5300         * modules/unistr/u16-mbtouc-unsafe-tests: New file.
5301         * tests/unistr/test-u16-mbtouc-unsafe.c: New file.
5302         * tests/unistr/test-u16-mbtouc.h: New file.
5303
5304         Tests for module 'unistr/u8-mbtouc-unsafe'.
5305         * modules/unistr/u8-mbtouc-unsafe-tests: New file.
5306         * tests/unistr/test-u8-mbtouc-unsafe.c: New file.
5307         * tests/unistr/test-u8-mbtouc.h: New file.
5308
5309         Tests for module 'unistr/u32-mblen'.
5310         * modules/unistr/u32-mblen-tests: New file.
5311         * tests/unistr/test-u32-mblen.c: New file.
5312
5313         Tests for module 'unistr/u16-mblen'.
5314         * modules/unistr/u16-mblen-tests: New file.
5315         * tests/unistr/test-u16-mblen.c: New file.
5316
5317         Tests for module 'unistr/u8-mblen'.
5318         * modules/unistr/u8-mblen-tests: New file.
5319         * tests/unistr/test-u8-mblen.c: New file.
5320
5321         Tests for module 'unistr/u32-to-u16'.
5322         * modules/unistr/u32-to-u16-tests: New file.
5323         * tests/unistr/test-u32-to-u16.c: New file.
5324
5325         Tests for module 'unistr/u32-to-u8'.
5326         * modules/unistr/u32-to-u8-tests: New file.
5327         * tests/unistr/test-u32-to-u8.c: New file.
5328
5329         Tests for module 'unistr/u16-to-u32'.
5330         * modules/unistr/u16-to-u32-tests: New file.
5331         * tests/unistr/test-u16-to-u32.c: New file.
5332
5333         Tests for module 'unistr/u16-to-u8'.
5334         * modules/unistr/u16-to-u8-tests: New file.
5335         * tests/unistr/test-u16-to-u8.c: New file.
5336
5337         Tests for module 'unistr/u8-to-u32'.
5338         * modules/unistr/u8-to-u32-tests: New file.
5339         * tests/unistr/test-u8-to-u32.c: New file.
5340
5341         Tests for module 'unistr/u8-to-u16'.
5342         * modules/unistr/u8-to-u16-tests: New file.
5343         * tests/unistr/test-u8-to-u16.c: New file.
5344
5345         Tests for module 'unistr/u32-check'.
5346         * modules/unistr/u32-check-tests: New file.
5347         * tests/unistr/test-u32-check.c: New file.
5348
5349         Tests for module 'unistr/u16-check'.
5350         * modules/unistr/u16-check-tests: New file.
5351         * tests/unistr/test-u16-check.c: New file.
5352
5353         Tests for module 'unistr/u8-check'.
5354         * modules/unistr/u8-check-tests: New file.
5355         * tests/unistr/test-u8-check.c: New file.
5356
5357         * tests/unictype/test-categ_byname.c: Include <stdbool.h>.
5358         (category_equals): New function.
5359         (main): Add more tests.
5360         * modules/unictype/category-byname-tests (Depends-on): Add stdbool.
5361
5362         * tests/unictype/test-bidi_byname.c (main): Add more tests.
5363
5364 2010-01-10  Bruno Haible  <bruno@clisp.org>
5365
5366         unistr/u*-strcoll: Try harder to distinguish different strings.
5367         * lib/unistr/u-strcoll.h (FUNC): When sl1 and sl2 are the same,
5368         compare s1 and s2 to see if they are different.
5369
5370 2010-01-10  Bruno Haible  <bruno@clisp.org>
5371
5372         unistr/u*-stpncpy: Fix the return value.
5373         * lib/unistr.h (u8_stpncpy, u16_stpncpy, u32_stpncpy): Make the
5374         description of the return value consistent with stpncpy in glibc.
5375         * lib/unistr/u-stpncpy.h (FUNC): Return the pointer past the last
5376         written non-NUL unit.
5377
5378 2010-01-10  Bruno Haible  <bruno@clisp.org>
5379
5380         unistr/u*-next: Add missing dependencies.
5381         * modules/unistr/u8-next (Depends-on): Add unistr/u8-strmbtouc.
5382         * modules/unistr/u16-next (Depends-on): Add unistr/u16-strmbtouc.
5383         * modules/unistr/u32-next (Depends-on): Add unistr/u32-strmbtouc.
5384
5385 2010-01-10  Bruno Haible  <bruno@clisp.org>
5386
5387         unistr/u8-mbsnlen: Fix return value for incomplete character.
5388         * lib/unistr/u8-mbsnlen.c (u8_mbsnlen): Use u8_mbtoucr instead of
5389         u8_mblen.
5390         * modules/unistr/u8-mbsnlen (Depends-on): Add unistr/u8-mbtoucr.
5391         Remove unistr/u8-mblen.
5392         * lib/unistr/u16-mbsnlen.c (u16_mbsnlen): Use u16_mbtoucr instead of
5393         u16_mblen.
5394         * modules/unistr/u16-mbsnlen (Depends-on): Add unistr/u16-mbtoucr.
5395         Remove unistr/u16-mblen.
5396
5397 2010-01-10  Bruno Haible  <bruno@clisp.org>
5398
5399         wchar: Fix compilation error when <wchar.h> is used from coreutils.
5400         * lib/wchar.in.h: Treat __need_wint_t like __need_mbstate_t.
5401         Reported by Brian Gough <bjg@gnu.org> and
5402         Chris Clayton <chris2553@googlemail.com> via
5403         Mike Frysinger <vapier@gentoo.org> and Jim Meyering <jim@meyering.net>.
5404
5405 2010-01-09  Bruno Haible  <bruno@clisp.org>
5406
5407         unistr/u16-to-u32: Reject invalid input.
5408         * lib/unistr/u16-to-u32.c (u16_to_u32): Call u16_mbtoucr instead of
5409         u16_mbtouc.
5410         * modules/unistr/u16-to-u32 (Depends-on): Add unistr/u16-mbtoucr.
5411         Remove unistr/u16-mbtouc.
5412
5413         unistr/u16-to-u8: Reject invalid input.
5414         * lib/unistr/u16-to-u8.c (u16_to_u8): Call u16_mbtoucr instead of
5415         u16_mbtouc.
5416         * modules/unistr/u16-to-u8 (Depends-on): Add unistr/u16-mbtoucr.
5417         Remove unistr/u16-mbtouc.
5418
5419         unistr/u8-to-u32: Reject invalid input.
5420         * lib/unistr/u8-to-u32.c (u8_to_u32): Call u8_mbtoucr instead of
5421         u8_mbtouc.
5422         * modules/unistr/u8-to-u32 (Depends-on): Add unistr/u8-mbtoucr.
5423         Remove unistr/u8-mbtouc.
5424
5425         unistr/u8-to-u16: Reject invalid input.
5426         * lib/unistr/u8-to-u16.c (u8_to_u16): Call u8_mbtoucr instead of
5427         u8_mbtouc.
5428         * modules/unistr/u8-to-u16 (Depends-on): Add unistr/u8-mbtoucr.
5429         Remove unistr/u8-mbtouc.
5430
5431 2010-01-09  Bruno Haible  <bruno@clisp.org>
5432
5433         Tests for module 'getlogin'.
5434         * modules/getlogin-tests: New file.
5435         * tests/test-getlogin.c: New file.
5436
5437         New module 'getlogin'.
5438         * lib/unistd.in.h (getlogin): New declaration.
5439         * lib/getlogin.c: New file.
5440         * m4/getlogin.m4: New file.
5441         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETLOGIN,
5442         HAVE_GETLOGIN.
5443         * modules/unistd (Makefile.am): Substitute GNULIB_GETLOGIN,
5444         HAVE_GETLOGIN.
5445         * modules/getlogin: New file.
5446         * doc/posix-functions/getlogin.texi: Mention the new module.
5447         Reported by John W. Eaton <jwe@gnu.org>.
5448
5449 2010-01-09  Bruno Haible  <bruno@clisp.org>
5450
5451         getlogin_r: Support for native Windows.
5452         * lib/getlogin_r.c: Include <windows.h>
5453         (getlogin_r): Implement for native Windows.
5454         * tests/test-getlogin_r.c (main): Also test with a huge buffer.
5455         Reported by Tatsuro MATSUOKA <tmacchant5@yahoo.co.jp>
5456         via John W. Eaton <jwe@gnu.org>.
5457
5458 2010-01-09  Bruno Haible  <bruno@clisp.org>
5459
5460         getlogin_r: Small fixes.
5461         * lib/getlogin_r.c (getlogin_r): Don't set errno if the function
5462         succeeds.
5463         * m4/getlogin_r.m4 (gl_GETLOGIN_R): Require gl_USE_SYSTEM_EXTENSIONS
5464         before testing whether getlogin_r is declared. No need to set
5465         HAVE_DECL_GETLOGIN_R to 1.
5466         (gl_PREREQ_GETLOGIN_R): Don't check for the getlogin_r declaration.
5467
5468 2010-01-09  Bruno Haible  <bruno@clisp.org>
5469
5470         * lib/unistd.in.h (getlogin_r): Add comment.
5471
5472 2010-01-09  Bruno Haible  <bruno@clisp.org>
5473
5474         Tests for module 'getlogin_r'.
5475         * modules/getlogin_r-tests: New file.
5476         * tests/test-getlogin_r.c: New file.
5477
5478 2010-01-09  Jim Meyering  <meyering@redhat.com>
5479
5480         maint.mk: extend proper_name_utf8-vs-LIBICONV-checking rule
5481         * top/maint.mk (sc_proper_name_utf8_requires_ICONV): Adapt to work
5482         also when $(LIBICONV) is part of LDADD, rather than ${prog}_LDADD.
5483
5484 2010-01-08  Simon Josefsson  <simon@josefsson.org>
5485
5486         * lib/dup2.c (rpl_dup2): Improve comment.
5487
5488 2010-01-08  Eric Blake  <ebb9@byu.net>
5489
5490         maint.mk: allow packages to add makefile @@ exceptions
5491         * top/maint.mk (_makefile_at_at_check_exceptions): New hook.
5492         (sc_makefile_check): Rename...
5493         (sc_makefile_at_at_check): ...to this, and use hook.
5494
5495         dup2: work around mingw bug
5496         * lib/dup2.c (rpl_dup2): Sanitize return value on mingw.
5497         Reported by Simon Josefsson.
5498
5499 2010-01-07  John W. Eaton  <jwe@octave.org>  (tiny change)
5500
5501         glob: Fix C++ compilation.
5502         * lib/glob.in.h [__cplusplus]: Define __BEGIN_DECLS and __END_DECLS for
5503         C++.
5504
5505 2010-01-07  Bruno Haible  <bruno@clisp.org>
5506
5507         Fix indentation of wctype.in.h, broken since 2007-01-06.
5508         * lib/wctype.in.h: Fix indentation of preprocessor directives.
5509
5510 2010-01-07  Bruno Haible  <bruno@clisp.org>
5511
5512         mbslen: Avoid collision with system function.
5513         * lib/string.in.h [MirBSD]: Include <wchar.h>.
5514         (mbslen): Undefine first. Alias mbslen to rpl_mbslen.
5515         * m4/mbslen.m4: New file.
5516         * modules/mbslen (Files): Add it.
5517         (configure.ac): Invoke gl_MBSLEN.
5518         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize HAVE_MBSLEN.
5519         * modules/string (Makefile.am): Substitute HAVE_MBSLEN.
5520         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>
5521         via Ian Beckwith <ianb@erislabs.net>.
5522
5523 2010-01-07  Bruno Haible  <bruno@clisp.org>
5524
5525         dirent: Document the last fix.
5526         * doc/posix-headers/dirent.texi: Document the bug of missing 'ino_t'.
5527
5528 2010-01-07  Bruno Haible  <bruno@clisp.org>
5529
5530         stdio: Ensure <stdio.h> defines off_t, ssize_t, va_list.
5531         * lib/stdio.in.h: Include <sys/types.h> unconditionally.
5532         * tests/test-stdio.c: Verify that fpos_t, off_t, size_t, ssize_t,
5533         va_list are defined.
5534         * doc/posix-headers/stdio.texi: Document the bug of missing types.
5535         Reported by Eric Blake.
5536
5537 2010-01-07  Bruno Haible  <bruno@clisp.org>
5538
5539         xlist, xoset: Fix missing dependency bug, introduced on 2009-12-13.
5540         * modules/xlist (Depends-on): Add 'list',
5541         * modules/xoset (Depends-on): Add 'oset'.
5542         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
5543
5544 2010-01-07  Bruno Haible  <bruno@clisp.org>
5545
5546         * doc/posix-functions/strcasecmp.texi: Clarify the platforms.
5547         * doc/posix-functions/strncasecmp.texi: Likewise.
5548
5549 2010-01-07  Bruno Haible  <bruno@clisp.org>
5550
5551         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Simplify logic.
5552
5553 2010-01-07  John W. Eaton  <jwe@octave.org>
5554
5555         wctype: allow C++ use
5556         * lib/wctype.in.h: Add extern "C" block for C++.
5557
5558 2010-01-06  Eric Blake  <ebb9@byu.net>
5559
5560         maint.mk: detect incorrect GFDL usage
5561         * top/maint.mk (_GFDL_regexp, sc_GFDL_version): New rule.
5562
5563 2010-01-06  Jim Meyering  <meyering@redhat.com>
5564         and Eric Blake  <ebb9@byu.net>
5565
5566         maint.mk: ignore multi-line copyright in NEWS
5567         * top/maint.mk (NEWS_hash): Add immunity to multi-line copyright.
5568
5569 2010-01-06  Eric Blake  <ebb9@byu.net>
5570
5571         select: add missing dependency
5572         * modules/select-tests (Depends-on): Move sockets dependency...
5573         * modules/select (Depends-on): ...here.
5574         Reported by Ian Beckwith.
5575
5576         doc: regenerate INSTALL
5577         * doc/INSTALL: Reflect recent autoconf update.
5578         * doc/INSTALL.ISO: Likewise.
5579         * doc/INSTALL.UTF-8: Likewise.
5580
5581         pread: fix compilation on glibc
5582         * m4/pread.m4 (gl_FUNC_PREAD): Request all interfaces.
5583         Reported by Ralf Wildenhues.
5584
5585         dirent: fix test failure
5586         * lib/dirent.in.h (includes): Guarantee ino_t.
5587         Reported by Ralf Wildenhues.
5588
5589 2010-01-06  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
5590
5591         linkat, renameat: avoid bad free
5592         * lib/at-func2.c (at_func2): Fix typo.
5593         Reported via Ian Beckwith, from http://bugs.debian.org/561117.
5594
5595 2010-01-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5596
5597         cleanup after gl_FUNC_READLINK, for gl_FUNC_SYMLINK test
5598         * m4/readlink.m4 (gl_FUNC_READLINK): Remove conftest.lnk2,
5599         to avoid failure of symlink test later.
5600
5601 2010-01-06  Eric Blake  <ebb9@byu.net>
5602
5603         stdio, unistd: guarantee ssize_t
5604         * lib/unistd.in.h (includes): Ensure that types required by POSIX
5605         2008 are exposed when needed.
5606         * lib/stdio.in.h (includes): Likewise.
5607         Reported by Ralf Wildenhues.
5608
5609 2010-01-06  Paolo Bonzini  <bonzini@gnu.org>
5610
5611         nl_langinfo: do not call AC_CHECK_FUNC_ONCE inside if.
5612         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): Do not call
5613         AC_CHECK_FUNC_ONCE inside if, do not adjust ac_cv_func_nl_langinfo.
5614
5615 2010-01-06  Jim Meyering  <meyering@redhat.com>
5616
5617         readtokens: this module *does* require xalloc.h
5618         It uses only functions that were omitted by the old syntax-check rule.
5619         * lib/readtokens.c: Include "xalloc.h" once again.
5620         * modules/readtokens (Depends-on): Add xalloc.
5621         This reverts part of 0e0f8f12ec241c0f1c1f21f960bb5cf908a0fa3c.
5622
5623 2010-01-05  Eric Blake  <ebb9@byu.net>
5624
5625         maint: support 'make announcement' from a VPATH build
5626         * top/maint.mk (announcement): Look for correct NEWS file.
5627
5628 2010-01-05  Aurelien Jarno  <aurelien@aurel32.net>  (tiny change)
5629
5630         utimens (fdutimens): ignore a negative FD, per contract
5631         * lib/utimens.c (fdutimens) [HAVE_FUTIMENS]: Call futimens only
5632         when we have a valid file descriptor.  Otherwise, using a brand
5633         new glibc (with just-patched futimens that now fails with EBADF)
5634         would cause this function to fail with ENOSYS.
5635         Reported by Guillaume Ayoub in http://bugs.debian.org/563726.
5636         See also http://bugzilla.redhat.com/552320.
5637
5638 2010-01-05  Eric Blake  <ebb9@byu.net>
5639
5640         strcase: document what it provides
5641         * doc/posix-functions/strcasecmp.texi (strcasecmp): Mention the
5642         gnulib module.
5643         * doc/posix-functions/strncasecmp.texi (strncasecmp): Likewise.
5644         Reported by Dilyan Palauzov <Dilyan.Palauzov@aegee.org>.
5645
5646 2010-01-05  Jim Meyering  <meyering@redhat.com>
5647
5648         maint: remove useless inclusions of "xalloc.h"
5649         * lib/getloadavg.c: Remove useless inclusion of "xalloc.h".
5650         * lib/readtokens.c: Likewise.
5651         * lib/same.c: Likewise.
5652         * modules/getloadavg (Depends-on): Remove xalloc.
5653         * modules/readtokens: Likewise.
5654         * modules/same: Likewise.
5655
5656         maint.mk: include 4 more function names in alloca.h-checking regexp
5657         * top/maint.mk (sc_prohibit_xalloc_without_use): Use more complete
5658         regexp.  Before, we would give a false-positive (saying alloca.h
5659         is included unnecessarily) when the only uses involved omitted symbols.
5660
5661         xalloc.h: use consistent formatting
5662         * lib/xalloc.h: Move declarations to start in the first column.
5663
5664 2010-01-05  Eric Blake  <ebb9@byu.net>
5665
5666         mkdir: avoid xalloc
5667         * lib/mkdir.c (includes): Drop unused header.
5668         Reported by John W. Eaton.
5669
5670 2010-01-04  Jim Meyering  <meyering@redhat.com>
5671
5672         nl_langinfo: avoid configure-time syntax error
5673         * m4/nl_langinfo.m4 (gl_FUNC_NL_LANGINFO): When we've already tested
5674         for nl_langinfo.h, AC_CHECK_FUNCS_ONCE([nl_langinfo]) expands to
5675         the empty string.  Don't let that provoke a shell syntax error.
5676
5677         regcomp, regexec, fnmatch: avoid array bounds read error
5678         * lib/regcomp.c (build_equiv_class): From glibc:
5679         Use only the low 24 bits of a findidx return value as an index
5680         into the weights array.  Patch by Ulrich Drepper:
5681         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commit;h=b7d1c5fa30
5682         * lib/regexec.c (check_node_accept_bytes): Likewise.
5683         * lib/fnmatch_loop.c (FCT): Likewise.
5684
5685         regcomp: skip collseq lookup when there are no rules
5686         * lib/regcomp.c (lookup_collation_sequence_value): From glibc:
5687         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a532a41df58
5688
5689         regcomp: recognize ill-formed { } expressions
5690         * lib/regcomp.c (parse_dup_op): From glibc:
5691         http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a87cd2894cb
5692
5693         regcomp: fix typo in comment
5694         * lib/regcomp.c (duplicate_node_closure): Sync from glibc.
5695         s/satisfy/satisfies/.
5696
5697         regcomp: sync from glibc: remove dead store
5698         * lib/regcomp.c (duplicate_node_closure): Remove useless
5699         search_duplicated_node call and dead store.
5700
5701         regcomp: sync from glibc; always use nl_langinfo
5702         * lib/regcomp.c (init_dfa) [!LIBC]: Always use nl_langinfo (CODESET),
5703         now that gnulib provides it.  Recognize UTF8 as well as UTF-8.
5704         * modules/regex (Depends-on): Add nl_langinfo.
5705
5706 2010-01-04  Eric Blake  <ebb9@byu.net>
5707
5708         fdopendir: fix configure test
5709         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for existing file.
5710
5711 2010-01-01  Bruno Haible  <bruno@clisp.org>
5712
5713         wchar: Remove unused configure check.
5714         * m4/wchar.m4 (gl_WCHAR_H): Don't test whether <wchar.h> is standalone.
5715
5716 2010-01-01  Eric Blake  <ebb9@byu.net>
5717
5718         headers: make check of system header explicit
5719         * m4/netdb_h.m4 (gl_HEADER_NETDB): Don't exploit knowledge of
5720         gl_CHECK_NEXT_HEADER internals, but call AC_CHECK_HEADERS_ONCE
5721         ourselves.
5722         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
5723         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
5724         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
5725         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise, for gt_INTTYPES_PRI
5726         internals.
5727         * m4/wchar.m4 (gl_WCHAR_H): Skip followup test if header is
5728         missing.
5729         Suggested by Bruno Haible.
5730
5731 2010-01-01  Jim Meyering  <meyering@redhat.com>
5732
5733         ChangeLog: tweak to eliminate unnecessary copyright line
5734         * ChangeLog: Remove a copyright line that was mistakenly updated
5735         by today's update-copyright run.  Reported by Eric Blake.
5736
5737         test-update-copyright: don't let envvar setting cause test failure
5738         * tests/test-update-copyright.sh: Set UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
5739
5740 2010-01-01  Bruno Haible  <bruno@clisp.org>
5741
5742         localename: Avoid gcc warning.
5743         * lib/localename.c (gl_locale_name_thread_unsafe): Don't define this
5744         function if it is not used.
5745
5746 2010-01-01  Jim Meyering  <meyering@redhat.com>
5747
5748         update nearly all FSF copyright year lists to include 2010
5749         Use the same procedure as for 2009, outlined in
5750         http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
5751
5752         version-etc: set COPYRIGHT_YEAR to 2010
5753         * lib/version-etc.c (COPYRIGHT_YEAR): Manually update the enum.
5754
5755 2009-12-31  Eric Blake  <ebb9@byu.net>
5756
5757         doc: correct availability of cygwin 1.5.x getopt
5758         * doc/posix-functions/optarg.texi (optarg): Cygwin supplies getopt
5759         variables.
5760         * doc/posix-functions/opterr.texi (opterr): Likewise.
5761         * doc/posix-functions/optind.texi (optind): Likewise.
5762         * doc/posix-functions/optopt.texi (optopt): Likewise.
5763         * doc/posix-functions/tzname.texi (tzname): Likewise.
5764
5765         openat: update maintainer
5766         * modules/openat (Maintainer): Add myself.
5767
5768         utimens: avoid shadowing warning
5769         * lib/utimens.c (fdutimens, lutimens): Consolidate separate stat
5770         buffers into one, to avoid shadowing, as well as avoiding a
5771         redundant stat.
5772         Reported by Jim Meyering.
5773
5774         test-dup2: avoid compiler warning
5775         * tests/test-dup2.c (is_inheritable): Only define if used.
5776
5777 2010-01-01  Bruno Haible  <bruno@clisp.org>
5778
5779         vasnprintf: Avoid passing an 'rpl_mbstate_t *' to the system's wcrtomb.
5780         * lib/vasnprintf.c (VASNPRINTF): If GNULIB_defined_mbstate_t is
5781         defined, use wctomb instead of wcrtomb.
5782
5783 2010-01-01  Bruno Haible  <bruno@clisp.org>
5784
5785         iconv: Reject native Solaris iconv.
5786         * m4/iconv.m4 (AM_ICONV_LINK): Recognize native Solaris iconv() bug.
5787         * doc/posix-functions/iconv.texi: Document native Solaris iconv() bug.
5788
5789 2009-12-31  Bruno Haible  <bruno@clisp.org>
5790
5791         * tests/test-signal.c (main): Remove test of 'SIG'.
5792
5793 2009-12-31  Bruno Haible  <bruno@clisp.org>
5794
5795         spawn: Fix incomplete fix.
5796         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
5797         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
5798         warnings for GNULIB_POSIXCHECK again.
5799         Reported by Eric Blake.
5800
5801 2009-12-31  Bruno Haible  <bruno@clisp.org>
5802
5803         Avoid namespace pollution on glibc systems.
5804         * lib/spawn.in.h: Don't include <sched.h>, <signal.h> on glibc systems.
5805         * lib/sys_times.in.h: Don't include <time.h> on glibc systems.
5806         * lib/wchar.in.h: Don't include <stddef.h>, <stdio.h>, <time.h> on
5807         glibc systems.
5808
5809 2009-12-31  Bruno Haible  <bruno@clisp.org>
5810
5811         * m4/wchar.m4 (gl_WCHAR_H): Remove gl_STDDEF_H invocation.
5812         (gl_REPLACE_WCHAR_H): Turn into a no-op.
5813         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Likewise.
5814         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H): Likewise.
5815         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H): Likewise.
5816         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H): Likewise.
5817         * m4/sys_ioctl_h.m4 (gl_REPLACE_SYS_IOCTL_H): Likewise.
5818
5819 2009-12-31  Bruno Haible  <bruno@clisp.org>
5820
5821         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Invoke
5822         gl_CHECK_NEXT_HEADERS before testing ac_cv_header_sys_select_h, not
5823         afterwards.
5824
5825 2009-12-31  Bruno Haible  <bruno@clisp.org>
5826
5827         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H_DEFAULTS): Don't set
5828         SYS_UTSNAME_H.
5829
5830 2009-12-31  Bruno Haible  <bruno@clisp.org>
5831
5832         spawn: Fix misapplied patch.
5833         * lib/spawn.in.h (posix_spawnattr_getflags, posix_spawnattr_setflags,
5834         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup): Correct the link
5835         warnings for GNULIB_POSIXCHECK.
5836
5837 2009-12-31  Bruno Haible  <bruno@clisp.org>
5838
5839         times: Update after sys_times changed.
5840         * m4/times.m4: New file, extracted from modules/times. Set HAVE_TIMES.
5841         * modules/times (Files): Add it.
5842         (configure.ac): Invoke gl_FUNC_TIMES.
5843
5844 2009-12-31  Bruno Haible  <bruno@clisp.org>
5845
5846         Use AC_C_INLINE where necessary.
5847         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Require AC_C_INLINE.
5848         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
5849         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
5850         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
5851         * m4/mbfile.m4 (gl_MBFILE): Likewise.
5852         * m4/mbiter.m4 (gl_MBITER): Likewise.
5853         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
5854         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
5855         * m4/wait-process.m4 (gl_WAIT_PROCESS): Likewise.
5856         * modules/u64 (configure.ac): Likewise.
5857
5858 2009-12-31  Bruno Haible  <bruno@clisp.org>
5859
5860         Use AC_C_INLINE instead of module 'inline' where possible.
5861         * modules/inline (Description): Clarify purpose.
5862         * m4/count-one-bits.m4 (gl_COUNT_ONE_BITS): Require AC_C_INLINE.
5863         * modules/count-one-bits (Depends-on): Remove inline.
5864         * m4/openat.m4 (gl_PREREQ_OPENAT): Require AC_C_INLINE.
5865         * modules/openat (Depends-on): Remove inline.
5866         * modules/fdutimensat (Depends-on, configure.ac): Require AC_C_INLINE
5867         instead of depending on module 'inline'.
5868         * modules/filevercmp (Depends-on, configure.ac): Likewise.
5869         * modules/unicase/cased (Depends-on, configure.ac): Likewise.
5870         * modules/unicase/ignorable (Depends-on, configure.ac): Likewise.
5871         * modules/unictype/category-of (Depends-on, configure.ac): Likewise.
5872         * modules/unictype/category-test (Depends-on, configure.ac): Likewise.
5873         * modules/unictype/ctype-alnum (Depends-on, configure.ac): Likewise.
5874         * modules/unictype/ctype-alpha (Depends-on, configure.ac): Likewise.
5875         * modules/unictype/ctype-blank (Depends-on, configure.ac): Likewise.
5876         * modules/unictype/ctype-cntrl (Depends-on, configure.ac): Likewise.
5877         * modules/unictype/ctype-digit (Depends-on, configure.ac): Likewise.
5878         * modules/unictype/ctype-graph (Depends-on, configure.ac): Likewise.
5879         * modules/unictype/ctype-lower (Depends-on, configure.ac): Likewise.
5880         * modules/unictype/ctype-print (Depends-on, configure.ac): Likewise.
5881         * modules/unictype/ctype-punct (Depends-on, configure.ac): Likewise.
5882         * modules/unictype/ctype-space (Depends-on, configure.ac): Likewise.
5883         * modules/unictype/ctype-upper (Depends-on, configure.ac): Likewise.
5884         * modules/unictype/ctype-xdigit (Depends-on, configure.ac): Likewise.
5885         * modules/unictype/property-alphabetic (Depends-on, configure.ac):
5886         Likewise.
5887         * modules/unictype/property-ascii-hex-digit (Depends-on,
5888         configure.ac): Likewise.
5889         * modules/unictype/property-bidi-arabic-digit (Depends-on,
5890         configure.ac): Likewise.
5891         * modules/unictype/property-bidi-arabic-right-to-left (Depends-on,
5892         configure.ac): Likewise.
5893         * modules/unictype/property-bidi-block-separator (Depends-on,
5894         configure.ac): Likewise.
5895         * modules/unictype/property-bidi-boundary-neutral (Depends-on,
5896         configure.ac): Likewise.
5897         * modules/unictype/property-bidi-common-separator (Depends-on,
5898         configure.ac): Likewise.
5899         * modules/unictype/property-bidi-control (Depends-on, configure.ac):
5900         Likewise.
5901         * modules/unictype/property-bidi-embedding-or-override (Depends-on,
5902         configure.ac): Likewise.
5903         * modules/unictype/property-bidi-eur-num-separator (Depends-on,
5904         configure.ac): Likewise.
5905         * modules/unictype/property-bidi-eur-num-terminator (Depends-on,
5906         configure.ac): Likewise.
5907         * modules/unictype/property-bidi-european-digit (Depends-on,
5908         configure.ac): Likewise.
5909         * modules/unictype/property-bidi-hebrew-right-to-left (Depends-on,
5910         configure.ac): Likewise.
5911         * modules/unictype/property-bidi-left-to-right (Depends-on,
5912         configure.ac): Likewise.
5913         * modules/unictype/property-bidi-non-spacing-mark (Depends-on,
5914         configure.ac): Likewise.
5915         * modules/unictype/property-bidi-other-neutral (Depends-on,
5916         configure.ac): Likewise.
5917         * modules/unictype/property-bidi-pdf (Depends-on, configure.ac):
5918         Likewise.
5919         * modules/unictype/property-bidi-segment-separator (Depends-on,
5920         configure.ac): Likewise.
5921         * modules/unictype/property-bidi-whitespace (Depends-on,
5922         configure.ac): Likewise.
5923         * modules/unictype/property-combining (Depends-on, configure.ac):
5924         Likewise.
5925         * modules/unictype/property-composite (Depends-on, configure.ac):
5926         Likewise.
5927         * modules/unictype/property-currency-symbol (Depends-on,
5928         configure.ac): Likewise.
5929         * modules/unictype/property-dash (Depends-on, configure.ac): Likewise.
5930         * modules/unictype/property-decimal-digit (Depends-on, configure.ac):
5931         Likewise.
5932         * modules/unictype/property-default-ignorable-code-point (Depends-on,
5933         configure.ac): Likewise.
5934         * modules/unictype/property-deprecated (Depends-on, configure.ac):
5935         Likewise.
5936         * modules/unictype/property-diacritic (Depends-on, configure.ac):
5937         Likewise.
5938         * modules/unictype/property-extender (Depends-on, configure.ac):
5939         Likewise.
5940         * modules/unictype/property-format-control (Depends-on, configure.ac):
5941         Likewise.
5942         * modules/unictype/property-grapheme-base (Depends-on, configure.ac):
5943         Likewise.
5944         * modules/unictype/property-grapheme-extend (Depends-on, configure.ac):
5945         Likewise.
5946         * modules/unictype/property-grapheme-link (Depends-on, configure.ac):
5947         Likewise.
5948         * modules/unictype/property-hex-digit (Depends-on, configure.ac):
5949         Likewise.
5950         * modules/unictype/property-hyphen (Depends-on, configure.ac):
5951         Likewise.
5952         * modules/unictype/property-id-continue (Depends-on, configure.ac):
5953         Likewise.
5954         * modules/unictype/property-id-start (Depends-on, configure.ac):
5955         Likewise.
5956         * modules/unictype/property-ideographic (Depends-on, configure.ac):
5957         Likewise.
5958         * modules/unictype/property-ids-binary-operator (Depends-on,
5959         configure.ac): Likewise.
5960         * modules/unictype/property-ids-trinary-operator (Depends-on,
5961         configure.ac): Likewise.
5962         * modules/unictype/property-ignorable-control (Depends-on,
5963         configure.ac): Likewise.
5964         * modules/unictype/property-iso-control (Depends-on, configure.ac):
5965         Likewise.
5966         * modules/unictype/property-join-control (Depends-on, configure.ac):
5967         Likewise.
5968         * modules/unictype/property-left-of-pair (Depends-on, configure.ac):
5969         Likewise.
5970         * modules/unictype/property-line-separator (Depends-on, configure.ac):
5971         Likewise.
5972         * modules/unictype/property-logical-order-exception (Depends-on,
5973         configure.ac): Likewise.
5974         * modules/unictype/property-lowercase (Depends-on, configure.ac):
5975         Likewise.
5976         * modules/unictype/property-math (Depends-on, configure.ac): Likewise.
5977         * modules/unictype/property-non-break (Depends-on, configure.ac):
5978         Likewise.
5979         * modules/unictype/property-not-a-character (Depends-on, configure.ac):
5980         Likewise.
5981         * modules/unictype/property-numeric (Depends-on, configure.ac):
5982         Likewise.
5983         * modules/unictype/property-other-alphabetic (Depends-on,
5984         configure.ac): Likewise.
5985         * modules/unictype/property-other-default-ignorable-code-point
5986         (Depends-on, configure.ac): Likewise.
5987         * modules/unictype/property-other-grapheme-extend (Depends-on,
5988         configure.ac): Likewise.
5989         * modules/unictype/property-other-id-continue (Depends-on,
5990         configure.ac): Likewise.
5991         * modules/unictype/property-other-id-start (Depends-on, configure.ac):
5992         Likewise.
5993         * modules/unictype/property-other-lowercase (Depends-on, configure.ac):
5994         Likewise.
5995         * modules/unictype/property-other-math (Depends-on, configure.ac):
5996         Likewise.
5997         * modules/unictype/property-other-uppercase (Depends-on, configure.ac):
5998         Likewise.
5999         * modules/unictype/property-paired-punctuation (Depends-on,
6000         configure.ac): Likewise.
6001         * modules/unictype/property-paragraph-separator (Depends-on,
6002         configure.ac): Likewise.
6003         * modules/unictype/property-pattern-syntax (Depends-on, configure.ac):
6004         Likewise.
6005         * modules/unictype/property-pattern-white-space (Depends-on,
6006         configure.ac): Likewise.
6007         * modules/unictype/property-private-use (Depends-on, configure.ac):
6008         Likewise.
6009         * modules/unictype/property-punctuation (Depends-on, configure.ac):
6010         Likewise.
6011         * modules/unictype/property-quotation-mark (Depends-on, configure.ac):
6012         Likewise.
6013         * modules/unictype/property-radical (Depends-on, configure.ac):
6014         Likewise.
6015         * modules/unictype/property-sentence-terminal (Depends-on,
6016         configure.ac): Likewise.
6017         * modules/unictype/property-soft-dotted (Depends-on, configure.ac):
6018         Likewise.
6019         * modules/unictype/property-space (Depends-on, configure.ac): Likewise.
6020         * modules/unictype/property-terminal-punctuation (Depends-on,
6021         configure.ac): Likewise.
6022         * modules/unictype/property-titlecase (Depends-on, configure.ac):
6023         Likewise.
6024         * modules/unictype/property-unassigned-code-value (Depends-on,
6025         configure.ac): Likewise.
6026         * modules/unictype/property-unified-ideograph (Depends-on,
6027         configure.ac): Likewise.
6028         * modules/unictype/property-uppercase (Depends-on, configure.ac):
6029         Likewise.
6030         * modules/unictype/property-variation-selector (Depends-on,
6031         configure.ac): Likewise.
6032         * modules/unictype/property-white-space (Depends-on, configure.ac):
6033         Likewise.
6034         * modules/unictype/property-xid-continue (Depends-on, configure.ac):
6035         Likewise.
6036         * modules/unictype/property-xid-start (Depends-on, configure.ac):
6037         Likewise.
6038         * modules/unictype/property-zero-width (Depends-on, configure.ac):
6039         Likewise.
6040         * modules/unictype/syntax-c-ident (Depends-on, configure.ac): Likewise.
6041         * modules/unictype/syntax-java-ident (Depends-on, configure.ac):
6042         Likewise.
6043
6044 2009-12-31  Bruno Haible  <bruno@clisp.org>
6045
6046         Remove unnecessary AC_C_INLINE invocation.
6047         * m4/popen.m4 (gl_PREREQ_POPEN): Don't invoke AC_C_INLINE. Not needed
6048         since 2009-08-21.
6049
6050 2009-12-31  Jim Meyering  <meyering@redhat.com>
6051
6052         maint.mk: don't require explicit gpg_key_ID in cfg.mk
6053         * top/maint.mk (gpg_key_ID): Derive key ID from signed release tag.
6054         With this change, we can all remove the gpg_key_ID = ... definition
6055         from our respective cfg.mk files.
6056
6057         maint.mk: create announcement template in ~/, not in /tmp
6058         * top/maint.mk (emit_upload_commands): Adjust.
6059         (release-prep): Emit into ~/announce-..., not /tmp/announce-...
6060         Remove temporary file, .ci-msg.
6061
6062 2009-12-31  Eric Blake  <ebb9@byu.net>
6063
6064         link-warning: always build headers with link warnings
6065         * modules/arpa_inet (Makefile.am): Always build replacement
6066         header.
6067         * modules/ctype (Makefile.am): Likewise.
6068         * modules/dirent (Makefile.am): Likewise.
6069         * modules/inttypes (Makefile.am): Likewise.
6070         * modules/langinfo (Makefile.am): Likewise.
6071         * modules/locale (Makefile.am): Likewise.
6072         * modules/spawn (Makefile.am): Likewise.
6073         * modules/sys_file (Makefile.am): Likewise.
6074         * modules/sys_ioctl (Makefile.am): Likewise.
6075         * modules/sys_select (Makefile.am): Likewise.
6076         * modules/sys_socket (Makefile.am): Likewise.
6077         * modules/sys_times (Makefile.am): Likewise.
6078         * modules/sys_utsname (Makefile.am): Likewise.
6079         * modules/sys_wait (Makefile.am): Likewise.
6080         * modules/wchar (Makefile.am): Likewise.
6081         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET)
6082         (gl_ARPA_INET_H_DEFAULTS): Drop unneeded variable.
6083         * m4/ctype.m4 (gl_CTYPE_H_DEFAULTS): Likewise.
6084         * m4/isblank.m4 (gl_FUNC_ISBLANK): Likewise.
6085         * m4/dirent_h.m4 (gl_REPLACE_DIRENT_H, gl_DIRENT_H_DEFAULTS):
6086         Likewise.
6087         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
6088         * m4/langinfo_h.m4 (gl_LANGINFO_H): Likewise.
6089         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_H_DEFAULTS):
6090         Likewise.
6091         * m4/spawn_h.m4 (gl_REPLACE_SPAWN_H, gl_SPAWN_H_DEFAULTS):
6092         Likewise.
6093         * m4/sys_file_h.m4 (gl_HEADER_SYS_FILE_H): Likewise.
6094         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H, gl_REPLACE_SYS_IOCTL_H)
6095         (gl_SYS_IOCTL_H_DEFAULTS): Likewise.
6096         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
6097         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Likewise.
6098         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
6099         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
6100         * m4/wchar.m4 (gl_WCHAR_H, gl_REPLACE_WCHAR_H)
6101         (gl_WCHAR_H_DEFAULTS): Likewise.
6102
6103 2009-12-31  Eric Blake  <ebb9@byu.net>
6104
6105         signal, spawn: use link warnings
6106         * lib/signal.in.h (sigset_t): Make unconditional.
6107         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset)
6108         (sigpending, sigprocmask, sigaction): Add link warnings.
6109         * lib/spawn.in.h (posix_spawn, posix_spawnp, posix_spawnattr_init)
6110         (posix_spawnattr_destroy, posix_spawnattr_getsigdefault)
6111         (posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask)
6112         (posix_spawnattr_setsigmask, posix_spawnattr_getflags)
6113         (posix_spawnattr_setflags, posix_spawnattr_getpgroup)
6114         (posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy)
6115         (posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam)
6116         (posix_spawnattr_setschedparam, posix_spawn_file_actions_init)
6117         (posix_spawn_file_actions_destroy)
6118         (posix_spawn_file_actions_addopen)
6119         (posix_spawn_file_actions_addclose)
6120         (posix_spawn_file_actions_adddup2): Likewise.
6121         * m4/signal_h.m4 (gl_SIGNAL_H): Guarantee uid_t.
6122         * tests/test-signal.c (main): Enhance test.
6123
6124         spawn: improve wrapper support
6125         * m4/spawn_h.m4 (gl_SPAWN_H): Check for type existence.
6126         (gl_SPAWN_H_DEFAULTS): New defaults.
6127         * modules/spawn (Makefile.am): Substitute them.
6128         * lib/spawn.in.h: (posix_spawnattr_t, posix_spawn_file_actions_t):
6129         Only declare if missing or broken.
6130
6131         sys_times, sys_utsname: use include_next
6132         * m4/sys_times_h.m4 (gl_SYS_TIMES_H): Support wrapping an existing
6133         header.
6134         (gl_SYS_TIMES_H_DEFAULTS): Add another variable.
6135         * m4/sys_utsname_h.m4 (gl_SYS_UTSNAME_H)
6136         (gl_SYS_UTSNAME_H_DEFAULTS): Likewise.
6137         * modules/sys_times (Depends-on): Add include_next.
6138         (Makefile.am): Substitute additional values.
6139         * modules/sys_utsname (Depends-on, Makefile.am): Likewise.
6140         * lib/sys_times.in.h (includes): Include native header, if
6141         available.
6142         * lib/sys_utsname.in.h (includes): Likewise.
6143         * tests/test-sys_times.c (main): Enhance test.
6144
6145         fdutimensat: revert prior patch
6146         * modules/fdutimensat (Depends-on): Re-add inline; it is needed by
6147         utimens.h.
6148         Reported by Bruno Haible.
6149
6150 2009-12-30  Eric Blake  <ebb9@byu.net>
6151
6152         sys_wait: drop link-warning dependency
6153         * modules/sys_wait (Depends-on, Makefile.am): Drop unneeded
6154         link-warning efforts.
6155         * lib/sys_wait.in.h: Likewise.
6156
6157         fdutimensat: remove bogus dependency
6158         * modules/fdutimensat (Depends-on): Drop inline.
6159
6160         unistd: fix typo
6161         * lib/unistd.in.h (linkat) [GNULIB_POSIXCHECK]: Fix typo.
6162
6163 2009-12-30  Bruno Haible  <bruno@clisp.org>
6164
6165         Fix compilation error with Solaris cc.
6166         * lib/unicase/u8-is-invariant.c: Include <stdbool.h>.
6167         * lib/unicase/u16-is-invariant.c: Likewise.
6168         * lib/unicase/u32-is-invariant.c: Likewise.
6169         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
6170
6171 2009-12-30  Bruno Haible  <bruno@clisp.org>
6172
6173         Fix test crash.
6174         * tests/test-localename.c (test_locale_name_thread): Skip unavailable
6175         locales.
6176         Reported by Simon Josefsson <simon@josefsson.org>.
6177
6178 2009-12-30  Bruno Haible  <bruno@clisp.org>
6179
6180         Fix compilation error on most platforms.
6181         * tests/test-localename.c (categories): Define only if HAVE_NEWLOCALE.
6182         Reported by Simon Josefsson <simon@josefsson.org>
6183         and Nelson H. F. Beebe <beebe@math.utah.edu>.
6184
6185 2009-12-30  Eric Blake  <ebb9@byu.net>
6186
6187         futimens, utimensat: work around ntfs-3g bug
6188         * lib/utimensat.c (rpl_utimensat): Drop attempts to cache whether
6189         a ctime bug is present, and expand workaround to cover ntfs-3g.
6190         * lib/utimens.c (fdutimens, lutimens): Likewise.
6191         (utimensat_ctime_really, detect_ctime_bug): Drop cache mechanism.
6192         (validate_timespec): Adjust return value.
6193         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Update comment.
6194         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
6195         Reported by ctrn3e8 <ctrn3e8@gmail.com>.
6196
6197 2009-12-29  Eric Blake  <ebb9@byu.net>
6198
6199         link-warning: make usage consistent
6200         * modules/ctype (Depends-on): Add link-warning.
6201         (Makefile.am): Update rules accordingly.
6202         * modules/langinfo (Depends-on, Makefile.am): Likewise.
6203         * modules/locale (Depends-on, Makefile.am): Likewise.
6204         * modules/sys_file (Makefile.am): Likewise.
6205         * modules/getopt-posix (Makefile.am): Delete unused link warning
6206         efforts.
6207         * lib/ctype.in.h (GL_LINK_WARNING): Ensure definition before use.
6208         * lib/langinfo.in.h (GL_LINK_WARNING): Likewise.
6209         * lib/locale.in.h (GL_LINK_WARNING): Likewise.
6210         * lib/sys_file.in.h (GL_LINK_WARNING): Likewise.
6211
6212         stdio: remove unused variables
6213         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Remove unused variables.
6214         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Likewise.
6215         * m4/ftello.m4 (gl_FUNC_FTELLO): Likewise.
6216
6217         tests: test more substitute headers
6218         * modules/ctype-tests: New file.
6219         * modules/dirent-tests: Likewise.
6220         * modules/spawn-tests: Likewise.
6221         * modules/sys_file-tests: Likewise.
6222         * modules/sys_ioctl-tests: Likewise.
6223         * modules/sys_wait-tests: Likewise.
6224         * tests/test-ctype.c: Likewise.
6225         * tests/test-dirent.c: Likewise.
6226         * tests/test-spawn.c: Likewise.
6227         * tests/test-sys_file.c: Likewise.
6228         * tests/test-sys_ioctl.c: Likewise.
6229         * tests/test-sys_wait.c: Likewise.
6230         * m4/spawn_h.m4 (gl_SPAWN_H): Replace header if it is missing.
6231         * lib/sys_file.in.h (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Provide
6232         whether or not flock is in use.
6233
6234         tests: remove License section from module
6235         * modules/arpa_inet-tests: Remove unneeded section.
6236         * modules/byteswap-tests: Likewise.
6237         * modules/ceilf-tests: Likewise.
6238         * modules/ceill-tests: Likewise.
6239         * modules/crypto/des-tests: Likewise.
6240         * modules/crypto/gc-arcfour-tests: Likewise.
6241         * modules/crypto/gc-arctwo-tests: Likewise.
6242         * modules/crypto/gc-des-tests: Likewise.
6243         * modules/crypto/gc-hmac-md5-tests: Likewise.
6244         * modules/crypto/gc-hmac-sha1-tests: Likewise.
6245         * modules/crypto/gc-md2-tests: Likewise.
6246         * modules/crypto/gc-md4-tests: Likewise.
6247         * modules/crypto/gc-md5-tests: Likewise.
6248         * modules/crypto/gc-pbkdf2-sha1-tests: Likewise.
6249         * modules/crypto/gc-rijndael-tests: Likewise.
6250         * modules/crypto/gc-sha1-tests: Likewise.
6251         * modules/crypto/gc-tests: Likewise.
6252         * modules/crypto/md2-tests: Likewise.
6253         * modules/crypto/md4-tests: Likewise.
6254         * modules/fcntl-h-tests: Likewise.
6255         * modules/floorf-tests: Likewise.
6256         * modules/floorl-tests: Likewise.
6257         * modules/frexp-nolibm-tests: Likewise.
6258         * modules/frexp-tests: Likewise.
6259         * modules/frexpl-nolibm-tests: Likewise.
6260         * modules/frexpl-tests: Likewise.
6261         * modules/getaddrinfo-tests: Likewise.
6262         * modules/inttypes-tests: Likewise.
6263         * modules/isfinite-tests: Likewise.
6264         * modules/isinf-tests: Likewise.
6265         * modules/ldexpl-tests: Likewise.
6266         * modules/locale-tests: Likewise.
6267         * modules/math-tests: Likewise.
6268         * modules/netdb-tests: Likewise.
6269         * modules/netinet_in-tests: Likewise.
6270         * modules/printf-frexp-tests: Likewise.
6271         * modules/printf-frexpl-tests: Likewise.
6272         * modules/priv-set-tests: Likewise.
6273         * modules/random_r-tests: Likewise.
6274         * modules/round-tests: Likewise.
6275         * modules/roundf-tests: Likewise.
6276         * modules/roundl-tests: Likewise.
6277         * modules/search-tests: Likewise.
6278         * modules/select-tests: Likewise.
6279         * modules/signal-tests: Likewise.
6280         * modules/stdbool-tests: Likewise.
6281         * modules/stddef-tests: Likewise.
6282         * modules/stdint-tests: Likewise.
6283         * modules/stdio-tests: Likewise.
6284         * modules/stdlib-tests: Likewise.
6285         * modules/string-tests: Likewise.
6286         * modules/strings-tests: Likewise.
6287         * modules/sys_select-tests: Likewise.
6288         * modules/sys_socket-tests: Likewise.
6289         * modules/sys_stat-tests: Likewise.
6290         * modules/sys_time-tests: Likewise.
6291         * modules/sys_utsname-tests: Likewise.
6292         * modules/sysexits-tests: Likewise.
6293         * modules/time-tests: Likewise.
6294         * modules/trunc-tests: Likewise.
6295         * modules/truncf-tests: Likewise.
6296         * modules/truncl-tests: Likewise.
6297         * modules/tsearch-tests: Likewise.
6298         * modules/unistd-tests: Likewise.
6299         * modules/wchar-tests: Likewise.
6300         * modules/wctype-tests: Likewise.
6301
6302         tests: fix license on several tests
6303         * tests/test-des.c: Update to GPLv3+.
6304         * tests/test-flock.c: Likewise.
6305         * tests/test-fsync.c: Likewise.
6306         * tests/test-futimens.h: Likewise.
6307         * tests/test-gc-arcfour.c: Likewise.
6308         * tests/test-gc-arctwo.c: Likewise.
6309         * tests/test-gc-des.c: Likewise.
6310         * tests/test-gc-hmac-md5.c: Likewise.
6311         * tests/test-gc-hmac-sha1.c: Likewise.
6312         * tests/test-gc-md2.c: Likewise.
6313         * tests/test-gc-md4.c: Likewise.
6314         * tests/test-gc-md5.c: Likewise.
6315         * tests/test-gc-pbkdf2-sha1.c: Likewise.
6316         * tests/test-gc-rijndael.c: Likewise.
6317         * tests/test-gc-sha1.c: Likewise.
6318         * tests/test-gc.c: Likewise.
6319         * tests/test-getcwd.c: Likewise.
6320         * tests/test-link.c: Likewise.
6321         * tests/test-link.h: Likewise.
6322         * tests/test-lutimens.h: Likewise.
6323         * tests/test-md2.c: Likewise.
6324         * tests/test-md4.c: Likewise.
6325         * tests/test-mkdir.h: Likewise.
6326         * tests/test-rename.c: Likewise.
6327         * tests/test-rename.h: Likewise.
6328         * tests/test-safe-alloc.c: Likewise.
6329         * tests/test-utimens-common.h: Likewise.
6330         * tests/test-utimens.h: Likewise.
6331
6332         maint: sync license texts
6333         * config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi.
6334         * doc/gpl-3.0.texi: Revert copyright year update.
6335         * doc/lgpl-3.0.texi: Likewise.
6336
6337 2009-12-29  Jim Meyering  <meyering@redhat.com>
6338
6339         update nearly all FSF copyright year lists to include 2009
6340         The files named by the following are exempted:
6341             grep -v '^#' config/srclist.txt|grep -v '^$' | while read src dst; do
6342               test -f "$dst" && { echo "$dst"; continue; }
6343               test -d "$dst" || continue
6344               echo "$dst"/$(basename "$src")
6345             done > exempt
6346             git ls-files tests/unictype >> exempt
6347         In the remaining files, convert to all-interval notation if
6348         - there is already at least one year interval like 2000-2003
6349         - the file is maintained by me
6350         - the file is in lib/uni*/, where that style already prevails
6351         Otherwise, use update-copyright's default.
6352
6353 2009-12-29  Simon Josefsson  <simon@josefsson.org>
6354         and Eric Blake  <ebb9@byu.net>
6355
6356         tests: don't require debug system() to pass
6357         * tests/test-lstat.h (test_lstat_func): Move debug cleanup...
6358         * tests/test-rmdir.h (test_rmdir_func): Likewise.
6359         * tests/test-unlink.h (test_unlink_func): Likewise.
6360         * tests/test-fstatat.c (main): ...into callers.
6361         * tests/test-lstat.c (main): Likewise.
6362         * tests/test-rmdir.c (main): Likewise.
6363         * tests/test-unlink.c (main): Likewise.
6364         * tests/test-unlinkat.c (main): Likewise.
6365         * tests/test-areadlink-with-size.c (main): Don't require a
6366         debug-only system call to pass, aiding cross-testing to mingw.
6367         * tests/test-areadlink.c (main): Likewise.
6368         * tests/test-areadlinkat-with-size.c (main): Likewise.
6369         * tests/test-areadlinkat.c (main): Likewise.
6370         * tests/test-canonicalize-lgpl.c (main): Likewise.
6371         * tests/test-canonicalize.c (main): Likewise.
6372         * tests/test-chown.c (main): Likewise.
6373         * tests/test-fchownat.c (main): Likewise.
6374         * tests/test-lchown.c (main): Likewise.
6375         * tests/test-fdutimensat.c (main): Likewise.
6376         * tests/test-futimens.c (main): Likewise.
6377         * tests/test-link.c (main): Likewise.
6378         * tests/test-linkat.c (main): Likewise.
6379         * tests/test-mkdir.c (main): Likewise.
6380         * tests/test-mkdirat.c (main): Likewise.
6381         * tests/test-mkfifo.c (main): Likewise.
6382         * tests/test-mkfifoat.c (main): Likewise.
6383         * tests/test-mknod.c (main): Likewise.
6384         * tests/test-readlink.c (main): Likewise.
6385         * tests/test-remove.c (main): Likewise.
6386         * tests/test-rename.c (main): Likewise.
6387         * tests/test-renameat.c (main): Likewise.
6388         * tests/test-symlink.c (main): Likewise.
6389         * tests/test-symlinkat.c (main): Likewise.
6390         * tests/test-utimens.c (main): Likewise.
6391         * tests/test-utimensat.c (main): Likewise.
6392
6393 2009-12-29  Simon Josefsson  <simon@josefsson.org>
6394
6395         * modules/selinux-h (selinux/selinux.h, selinux/context.h): Depend
6396         on $(UNUSED_PARAMETER_H) to avoid build failure.
6397
6398 2009-12-28  Jim Meyering  <meyering@redhat.com>
6399
6400         update-copyright: you may specify a max. line length other than 72
6401         * build-aux/update-copyright: Honor $UPDATE_COPYRIGHT_MAX_LINE_LENGTH.
6402
6403         maint: use consistent FSF copyright line syntax
6404         * lib/posixtm.c: Add missing comma in FSF copyright line.
6405         * lib/posixtm.h: Likewise.
6406         * lib/getugroups.c: Add missing ", Inc.".
6407
6408         pmccabe2html: emit consistent FSF copyright; remove trailing blanks
6409         * build-aux/pmccabe2html: Insert comma before "Inc." in emitted
6410         FSF copyright line.  Remove trailing blanks.
6411
6412 2009-12-28  Eric Blake  <ebb9@byu.net>
6413
6414         test-dup2: reduce dependencies
6415         * modules/cloexec (Configure.ac): Set witness.
6416         * modules/dup2-tests (Depends-on): Drop cloexec.
6417         * tests/test-dup2.c (main): Skip portion of test if cloexec module
6418         not present.
6419         Suggested by Bruno Haible.
6420
6421 2009-12-26  Bruno Haible  <bruno@clisp.org>
6422
6423         Remove an unneeded dependency.
6424         * modules/fseterr (Depends-on): Remove dup2.
6425
6426 2009-12-26  Eric Blake  <ebb9@byu.net>
6427
6428         tests: use macros.h in more places
6429         * tests/macros.h (ASSERT): Depend on ASSERT_STREAM.
6430         (ASSERT_STREAM): Provide default of stderr.
6431         * tests/test-dirent-safer.c: Include macros.h, using alternate
6432         stream for assertions.
6433         * tests/test-dup-safer.c: Likewise.
6434         * tests/test-freopen-safer.c: Likewise.
6435         * tests/test-getopt.c: Likewise.
6436         * tests/test-openat-safer.c: Likewise.
6437         * tests/test-pipe.c: Likewise.
6438         * tests/test-popen-safer.c: Likewise.
6439         * modules/dirent-safer-tests (Files): Include macros.h.
6440         * modules/unistd-safer-tests (Files): Likewise.
6441         * modules/freopen-safer-tests (Files): Likewise.
6442         * modules/getopt-posix-tests (Files): Likewise.
6443         * modules/openat-safer-tests (Files): Likewise.
6444         * modules/pipe-tests (Files): Likewise.
6445
6446 2009-12-26  Bruno Haible  <bruno@clisp.org>
6447
6448         javacomp: Portability fix.
6449         * m4/javacomp.m4 (gt_JAVACOMP): Fix creation of conftestver.class so
6450         that it also works on Solaris.
6451
6452 2009-12-26  Bruno Haible  <bruno@clisp.org>
6453
6454         localename: Fix storage allocation of gl_locale_name_thread's result.
6455         * lib/localename.c (SIZE_BITS, string_hash, struct hash_node,
6456         HASH_TABLE_SIZE, struniq_hash_table, struniq_lock, struniq): Define on
6457         all platforms that have 'uselocale'.
6458         (gl_locale_name_thread_unsafe): New function, extracted from
6459         gl_locale_name_thread.
6460         (gl_locale_name_thread): Call struniq on all platforms that have
6461         'uselocale'.
6462         * tests/test-localename.c (test_locale_name_thread): Check that the
6463         resulting strings are permanently allocated.
6464         * modules/localename-tests (Depends-on): Add strdup.
6465
6466 2009-12-26  Bruno Haible  <bruno@clisp.org>
6467
6468         * tests/test-localename.c (categories): Fill in the strings.
6469
6470 2009-12-26  Jim Meyering  <meyering@redhat.com>
6471
6472         isdir: complete the removal of m4/isdir.m4
6473         * modules/isdir (configure.ac): Remove reference to gl_ISDIR.
6474
6475         isdir: clean up, since at least grep still uses it
6476         * lib/isdir.c: Include "isdir.h".
6477         (S_ISDIR): Remove now-unneeded definition.
6478         * modules/isdir (Files): Add lib/isdir.h.
6479         * lib/isdir.h: New file, with declaration.
6480         * m4/isdir.m4: Remove file -- unneeded.
6481
6482 2009-12-25  Bruno Haible  <bruno@clisp.org>
6483
6484         selinux-h: Make generated .h files standalone.
6485         * lib/se-context.in.h: Arrange to include _GL_UNUSED_PARAMETER
6486         definition. Use _GL_UNUSED_PARAMETER instead of _GL_UNUSED.
6487         * lib/se-selinux.in.h: Likewise.
6488         * modules/selinux-h (Depends-on): Add unused-parameter.
6489         (Makefile.am): Insert definition of _GL_UNUSED_PARAMETER into
6490         selinux/selinux.h and selinux/context.h.
6491         Suggested by Eric Blake.
6492
6493 2009-12-25  Bruno Haible  <bruno@clisp.org>
6494
6495         Move gl_FCNTL_O_FLAGS to a separate .m4 file.
6496         * m4/fcntl-o.m4: New file, extracted from m4/fcntl_h.m4.
6497         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): Remove macro.
6498         * modules/fcntl-h (Files): Add m4/fcntl-o.m4.
6499         * modules/localcharset (Files): Likewise. Remove m4/fcntl_h.m4.
6500
6501 2009-12-24  Bruno Haible  <bruno@clisp.org>
6502
6503         openat: Fix warning.
6504         * lib/openat-proc.c: Include <unistd.h>.
6505
6506 2009-12-24  Bruno Haible  <bruno@clisp.org>
6507
6508         New module 'unused-parameter'.
6509         * build-aux/unused-parameter.h: New file, extracted from earlier
6510         gnulib-common.m4.
6511         * modules/unused-parameter: New file.
6512         * lib/unistr.h: Include unused-parameter.h.
6513         (u32_mbtouc_unsafe, u32_mbtouc): Use _GL_UNUSED_PARAMETER instead of
6514         _GL_UNUSED.
6515         * modules/unistr/base (Depends-on): Add unused-parameter.
6516
6517 2009-12-24  Bruno Haible  <bruno@clisp.org>
6518
6519         Add missing dependencies to 'extensions' module.
6520         * m4/extensions.m4: Add comment.
6521         * modules/accept4 (Depends-on): Add extensions.
6522         * modules/dup3 (Depends-on): Likewise.
6523         * modules/fcntl (Depends-on): Likewise.
6524         * modules/futimens (Depends-on): Likewise.
6525         * modules/mknod (Depends-on): Likewise.
6526         * modules/pipe2 (Depends-on): Likewise.
6527         * modules/stat-time (Depends-on): Likewise.
6528         * modules/strcasestr-simple (Depends-on): Likewise.
6529         * modules/strsignal (Depends-on): Likewise.
6530         * modules/utimensat (Depends-on): Likewise.
6531         * modules/localcharset (Depends-on): Likewise. Needed because of
6532         gl_FCNTL_O_FLAGS.
6533         * modules/wcrtomb (Depends-on): Likewise. Needed because of
6534         AC_TYPE_MBSTATE_T.
6535         * modules/wcsnrtombs (Depends-on): Likewise.
6536         * modules/wcsrtombs (Depends-on): Likewise.
6537
6538 2009-12-24  Bruno Haible  <bruno@clisp.org>
6539
6540         binary-io: Avoid gcc warning due to SET_BINARY.
6541         * lib/binary-io.h (SET_BINARY): Cast the result to void.
6542         Reported by Jim Meyering <jim@meyering.net>. Suggestion by Eric Blake.
6543
6544 2009-12-24  Bruno Haible  <bruno@clisp.org>
6545
6546         Avoid future namespace pollution on glibc systems.
6547         * lib/arpa_inet.in.h: Don't include <sys/socket.h> on glibc systems.
6548         * lib/sys_ioctl.in.h: Don't include <unistd.h> on glibc systems.
6549         * lib/sys_select.in.h: Don't include <sys/time.h> and <string.h> on
6550         glibc systems.
6551
6552 2009-12-24  Bruno Haible  <bruno@clisp.org>
6553
6554         Refactor common macros used in tests.
6555         * tests/macros.h: New file.
6556         * tests/test-areadlink.c: Include macros.h. Don't include <stdio.h>
6557         and/or <stdlib.h>, if appropriate.
6558         (ASSERT, SIZEOF): Remove macros.
6559         * tests/test-areadlink-with-size.c: Likewise.
6560         * tests/test-areadlinkat.c: Likewise.
6561         * tests/test-areadlinkat-with-size.c: Likewise.
6562         * tests/test-argmatch.c: Likewise.
6563         * tests/test-argv-iter.c: Likewise.
6564         * tests/test-array-mergesort.c: Likewise.
6565         * tests/test-array_list.c: Likewise.
6566         * tests/test-array_oset.c: Likewise.
6567         * tests/test-avltree_list.c: Likewise.
6568         * tests/test-avltree_oset.c: Likewise.
6569         * tests/test-avltreehash_list.c: Likewise.
6570         * tests/test-base64.c: Likewise.
6571         * tests/test-binary-io.c: Likewise.
6572         * tests/test-bitrotate.c: Likewise.
6573         * tests/test-btowc.c: Likewise.
6574         * tests/test-byteswap.c: Likewise.
6575         * tests/test-c-ctype.c: Likewise.
6576         * tests/test-c-stack.c: Likewise.
6577         * tests/test-c-strcasecmp.c: Likewise.
6578         * tests/test-c-strcasestr.c: Likewise.
6579         * tests/test-c-strncasecmp.c: Likewise.
6580         * tests/test-c-strstr.c: Likewise.
6581         * tests/test-canonicalize-lgpl.c: Likewise.
6582         * tests/test-canonicalize.c: Likewise.
6583         * tests/test-carray_list.c: Likewise.
6584         * tests/test-ceilf1.c: Likewise.
6585         * tests/test-ceilf2.c: Likewise.
6586         * tests/test-ceill.c: Likewise.
6587         * tests/test-chown.c: Likewise.
6588         * tests/test-cloexec.c: Likewise.
6589         * tests/test-copy-acl.c: Likewise.
6590         * tests/test-copy-file.c: Likewise.
6591         * tests/test-count-one-bits.c: Likewise.
6592         * tests/test-dprintf-posix.c: Likewise.
6593         * tests/test-dup2.c: Likewise.
6594         * tests/test-dup3.c: Likewise.
6595         * tests/test-duplocale.c: Likewise.
6596         * tests/test-fbufmode.c: Likewise.
6597         * tests/test-fchdir.c: Likewise.
6598         * tests/test-fchownat.c: Likewise.
6599         * tests/test-fcntl-safer.c: Likewise.
6600         * tests/test-fcntl.c: Likewise.
6601         * tests/test-fdopendir.c: Likewise.
6602         * tests/test-fdutimensat.c: Likewise.
6603         * tests/test-fflush2.c: Likewise.
6604         * tests/test-file-has-acl.c: Likewise.
6605         * tests/test-filevercmp.c: Likewise.
6606         * tests/test-flock.c: Likewise.
6607         * tests/test-floorf1.c: Likewise.
6608         * tests/test-floorf2.c: Likewise.
6609         * tests/test-floorl.c: Likewise.
6610         * tests/test-fnmatch.c: Likewise.
6611         * tests/test-fopen.h: Likewise.
6612         * tests/test-fpending.c: Likewise.
6613         * tests/test-fprintf-posix.c: Likewise.
6614         * tests/test-fpurge.c: Likewise.
6615         * tests/test-freadable.c: Likewise.
6616         * tests/test-freadahead.c: Likewise.
6617         * tests/test-freading.c: Likewise.
6618         * tests/test-freadptr.c: Likewise.
6619         * tests/test-freadptr2.c: Likewise.
6620         * tests/test-freadseek.c: Likewise.
6621         * tests/test-freopen.c: Likewise.
6622         * tests/test-frexp.c: Likewise.
6623         * tests/test-frexpl.c: Likewise.
6624         * tests/test-fseek.c: Likewise.
6625         * tests/test-fseeko.c: Likewise.
6626         * tests/test-fstatat.c: Likewise.
6627         * tests/test-fstrcmp.c: Likewise.
6628         * tests/test-fsync.c: Likewise.
6629         * tests/test-ftell.c: Likewise.
6630         * tests/test-ftello.c: Likewise.
6631         * tests/test-func.c: Likewise.
6632         * tests/test-futimens.c: Likewise.
6633         * tests/test-fwritable.c: Likewise.
6634         * tests/test-fwriting.c: Likewise.
6635         * tests/test-getcwd.c: Likewise.
6636         * tests/test-getdate.c: Likewise.
6637         * tests/test-getdelim.c: Likewise.
6638         * tests/test-getdtablesize.c: Likewise.
6639         * tests/test-getgroups.c: Likewise.
6640         * tests/test-getline.c: Likewise.
6641         * tests/test-getndelim2.c: Likewise.
6642         * tests/test-glob.c: Likewise.
6643         * tests/test-hash.c: Likewise.
6644         * tests/test-i-ring.c: Likewise.
6645         * tests/test-iconv-utf.c: Likewise.
6646         * tests/test-iconv.c: Likewise.
6647         * tests/test-idpriv-drop.c: Likewise.
6648         * tests/test-idpriv-droptemp.c: Likewise.
6649         * tests/test-inet_ntop.c: Likewise.
6650         * tests/test-inet_pton.c: Likewise.
6651         * tests/test-isblank.c: Likewise.
6652         * tests/test-isfinite.c: Likewise.
6653         * tests/test-isinf.c: Likewise.
6654         * tests/test-isnan.c: Likewise.
6655         * tests/test-isnand.h: Likewise.
6656         * tests/test-isnanf.h: Likewise.
6657         * tests/test-isnanl.h: Likewise.
6658         * tests/test-lchown.c: Likewise.
6659         * tests/test-ldexpl.c: Likewise.
6660         * tests/test-link.c: Likewise.
6661         * tests/test-linkat.c: Likewise.
6662         * tests/test-linked_list.c: Likewise.
6663         * tests/test-linkedhash_list.c: Likewise.
6664         * tests/test-localename.c: Likewise.
6665         * tests/test-lseek.c: Likewise.
6666         * tests/test-lstat.c: Likewise.
6667         * tests/test-mbmemcasecmp.c: Likewise.
6668         * tests/test-mbmemcasecoll.c: Likewise.
6669         * tests/test-mbrtowc.c: Likewise.
6670         * tests/test-mbscasecmp.c: Likewise.
6671         * tests/test-mbscasestr1.c: Likewise.
6672         * tests/test-mbscasestr2.c: Likewise.
6673         * tests/test-mbscasestr3.c: Likewise.
6674         * tests/test-mbscasestr4.c: Likewise.
6675         * tests/test-mbschr.c: Likewise.
6676         * tests/test-mbscspn.c: Likewise.
6677         * tests/test-mbsinit.c: Likewise.
6678         * tests/test-mbsncasecmp.c: Likewise.
6679         * tests/test-mbsnrtowcs.c: Likewise.
6680         * tests/test-mbspbrk.c: Likewise.
6681         * tests/test-mbspcasecmp.c: Likewise.
6682         * tests/test-mbsrchr.c: Likewise.
6683         * tests/test-mbsrtowcs.c: Likewise.
6684         * tests/test-mbsspn.c: Likewise.
6685         * tests/test-mbsstr1.c: Likewise.
6686         * tests/test-mbsstr2.c: Likewise.
6687         * tests/test-mbsstr3.c: Likewise.
6688         * tests/test-memchr.c: Likewise.
6689         * tests/test-memchr2.c: Likewise.
6690         * tests/test-memcmp.c: Likewise.
6691         * tests/test-memmem.c: Likewise.
6692         * tests/test-memrchr.c: Likewise.
6693         * tests/test-mkdir.c: Likewise.
6694         * tests/test-mkdirat.c: Likewise.
6695         * tests/test-mkfifo.c: Likewise.
6696         * tests/test-mkfifoat.c: Likewise.
6697         * tests/test-mknod.c: Likewise.
6698         * tests/test-nanosleep.c: Likewise.
6699         * tests/test-nl_langinfo.c: Likewise.
6700         * tests/test-obstack-printf.c: Likewise.
6701         * tests/test-open.c: Likewise.
6702         * tests/test-openat.c: Likewise.
6703         * tests/test-pipe-filter-gi1.c: Likewise.
6704         * tests/test-pipe-filter-gi2-main.c: Likewise.
6705         * tests/test-pipe-filter-ii1.c: Likewise.
6706         * tests/test-pipe-filter-ii2-main.c: Likewise.
6707         * tests/test-pipe2.c: Likewise.
6708         * tests/test-popen.h: Likewise.
6709         * tests/test-posixtm.c: Likewise.
6710         * tests/test-pread.c: Likewise.
6711         * tests/test-printf-frexp.c: Likewise.
6712         * tests/test-printf-frexpl.c: Likewise.
6713         * tests/test-printf-posix.c: Likewise.
6714         * tests/test-priv-set.c: Likewise.
6715         * tests/test-quotearg.c: Likewise.
6716         * tests/test-random_r.c: Likewise.
6717         * tests/test-rawmemchr.c: Likewise.
6718         * tests/test-rbtree_list.c: Likewise.
6719         * tests/test-rbtree_oset.c: Likewise.
6720         * tests/test-rbtreehash_list.c: Likewise.
6721         * tests/test-readlink.c: Likewise.
6722         * tests/test-remove.c: Likewise.
6723         * tests/test-rename.c: Likewise.
6724         * tests/test-renameat.c: Likewise.
6725         * tests/test-rmdir.c: Likewise.
6726         * tests/test-round1.c: Likewise.
6727         * tests/test-roundf1.c: Likewise.
6728         * tests/test-roundl.c: Likewise.
6729         * tests/test-safe-alloc.c: Likewise.
6730         * tests/test-sameacls.c: Likewise.
6731         * tests/test-set-mode-acl.c: Likewise.
6732         * tests/test-setenv.c: Likewise.
6733         * tests/test-sigaction.c: Likewise.
6734         * tests/test-signbit.c: Likewise.
6735         * tests/test-sleep.c: Likewise.
6736         * tests/test-snprintf-posix.c: Likewise.
6737         * tests/test-snprintf.c: Likewise.
6738         * tests/test-sprintf-posix.c: Likewise.
6739         * tests/test-stat-time.c: Likewise.
6740         * tests/test-stat.c: Likewise.
6741         * tests/test-strcasestr.c: Likewise.
6742         * tests/test-strchrnul.c: Likewise.
6743         * tests/test-strerror.c: Likewise.
6744         * tests/test-striconv.c: Likewise.
6745         * tests/test-striconveh.c: Likewise.
6746         * tests/test-striconveha.c: Likewise.
6747         * tests/test-strsignal.c: Likewise.
6748         * tests/test-strstr.c: Likewise.
6749         * tests/test-strtod.c: Likewise.
6750         * tests/test-strverscmp.c: Likewise.
6751         * tests/test-symlink.c: Likewise.
6752         * tests/test-symlinkat.c: Likewise.
6753         * tests/test-trunc1.c: Likewise.
6754         * tests/test-trunc2.c: Likewise.
6755         * tests/test-truncf1.c: Likewise.
6756         * tests/test-truncf2.c: Likewise.
6757         * tests/test-truncl.c: Likewise.
6758         * tests/test-uname.c: Likewise.
6759         * tests/test-unlink.c: Likewise.
6760         * tests/test-unlinkat.c: Likewise.
6761         * tests/test-unsetenv.c: Likewise.
6762         * tests/test-usleep.c: Likewise.
6763         * tests/test-utimens.c: Likewise.
6764         * tests/test-utimensat.c: Likewise.
6765         * tests/test-vasnprintf-posix.c: Likewise.
6766         * tests/test-vasnprintf-posix2.c: Likewise.
6767         * tests/test-vasnprintf.c: Likewise.
6768         * tests/test-vasprintf-posix.c: Likewise.
6769         * tests/test-vasprintf.c: Likewise.
6770         * tests/test-vdprintf-posix.c: Likewise.
6771         * tests/test-vfprintf-posix.c: Likewise.
6772         * tests/test-vprintf-posix.c: Likewise.
6773         * tests/test-vsnprintf-posix.c: Likewise.
6774         * tests/test-vsnprintf.c: Likewise.
6775         * tests/test-vsprintf-posix.c: Likewise.
6776         * tests/test-wcrtomb.c: Likewise.
6777         * tests/test-wcsnrtombs.c: Likewise.
6778         * tests/test-wcsrtombs.c: Likewise.
6779         * tests/test-wctype.c: Likewise.
6780         * tests/test-wcwidth.c: Likewise.
6781         * tests/test-xfprintf-posix.c: Likewise.
6782         * tests/test-xmemdup0.c: Likewise.
6783         * tests/test-xprintf-posix.c: Likewise.
6784         * tests/test-xvasprintf.c: Likewise.
6785         * tests/unicase/test-locale-language.c: Likewise.
6786         * tests/unicase/test-mapping-part1.h: Likewise.
6787         * tests/unicase/test-predicate-part1.h: Likewise.
6788         * tests/unicase/test-u8-casecmp.c: Likewise.
6789         * tests/unicase/test-u8-casecoll.c: Likewise.
6790         * tests/unicase/test-u8-casefold.c: Likewise.
6791         * tests/unicase/test-u8-is-cased.c: Likewise.
6792         * tests/unicase/test-u8-is-casefolded.c: Likewise.
6793         * tests/unicase/test-u8-is-lowercase.c: Likewise.
6794         * tests/unicase/test-u8-is-titlecase.c: Likewise.
6795         * tests/unicase/test-u8-is-uppercase.c: Likewise.
6796         * tests/unicase/test-u8-tolower.c: Likewise.
6797         * tests/unicase/test-u8-totitle.c: Likewise.
6798         * tests/unicase/test-u8-toupper.c: Likewise.
6799         * tests/unicase/test-u16-casecmp.c: Likewise.
6800         * tests/unicase/test-u16-casecoll.c: Likewise.
6801         * tests/unicase/test-u16-casefold.c: Likewise.
6802         * tests/unicase/test-u16-is-cased.c: Likewise.
6803         * tests/unicase/test-u16-is-casefolded.c: Likewise.
6804         * tests/unicase/test-u16-is-lowercase.c: Likewise.
6805         * tests/unicase/test-u16-is-titlecase.c: Likewise.
6806         * tests/unicase/test-u16-is-uppercase.c: Likewise.
6807         * tests/unicase/test-u16-tolower.c: Likewise.
6808         * tests/unicase/test-u16-totitle.c: Likewise.
6809         * tests/unicase/test-u16-toupper.c: Likewise.
6810         * tests/unicase/test-u32-casecmp.c: Likewise.
6811         * tests/unicase/test-u32-casecoll.c: Likewise.
6812         * tests/unicase/test-u32-casefold.c: Likewise.
6813         * tests/unicase/test-u32-is-cased.c: Likewise.
6814         * tests/unicase/test-u32-is-casefolded.c: Likewise.
6815         * tests/unicase/test-u32-is-lowercase.c: Likewise.
6816         * tests/unicase/test-u32-is-titlecase.c: Likewise.
6817         * tests/unicase/test-u32-is-uppercase.c: Likewise.
6818         * tests/unicase/test-u32-tolower.c: Likewise.
6819         * tests/unicase/test-u32-totitle.c: Likewise.
6820         * tests/unicase/test-u32-toupper.c: Likewise.
6821         * tests/unicase/test-ulc-casecmp.c: Likewise.
6822         * tests/unicase/test-ulc-casecoll.c: Likewise.
6823         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
6824         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
6825         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
6826         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
6827         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
6828         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
6829         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
6830         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
6831         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
6832         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
6833         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
6834         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
6835         * tests/unictype/test-bidi_byname.c: Likewise.
6836         * tests/unictype/test-bidi_name.c: Likewise.
6837         * tests/unictype/test-bidi_of.c: Likewise.
6838         * tests/unictype/test-bidi_test.c: Likewise.
6839         * tests/unictype/test-block_list.c: Likewise.
6840         * tests/unictype/test-block_of.c: Likewise.
6841         * tests/unictype/test-block_test.c: Likewise.
6842         * tests/unictype/test-categ_and.c: Likewise.
6843         * tests/unictype/test-categ_and_not.c: Likewise.
6844         * tests/unictype/test-categ_byname.c: Likewise.
6845         * tests/unictype/test-categ_name.c: Likewise.
6846         * tests/unictype/test-categ_none.c: Likewise.
6847         * tests/unictype/test-categ_of.c: Likewise.
6848         * tests/unictype/test-categ_or.c: Likewise.
6849         * tests/unictype/test-categ_test_withtable.c: Likewise.
6850         * tests/unictype/test-combining.c: Likewise.
6851         * tests/unictype/test-decdigit.c: Likewise.
6852         * tests/unictype/test-digit.c: Likewise.
6853         * tests/unictype/test-mirror.c: Likewise.
6854         * tests/unictype/test-numeric.c: Likewise.
6855         * tests/unictype/test-pr_byname.c: Likewise.
6856         * tests/unictype/test-pr_test.c: Likewise.
6857         * tests/unictype/test-predicate-part1.h: Likewise.
6858         * tests/unictype/test-scripts.c: Likewise.
6859         * tests/unictype/test-sy_c_ident.c: Likewise.
6860         * tests/unictype/test-sy_java_ident.c: Likewise.
6861         * tests/unilbrk/test-u8-possible-linebreaks.c: Likewise.
6862         * tests/unilbrk/test-u8-width-linebreaks.c: Likewise.
6863         * tests/unilbrk/test-u16-possible-linebreaks.c: Likewise.
6864         * tests/unilbrk/test-u16-width-linebreaks.c: Likewise.
6865         * tests/unilbrk/test-u32-possible-linebreaks.c: Likewise.
6866         * tests/unilbrk/test-u32-width-linebreaks.c: Likewise.
6867         * tests/unilbrk/test-ulc-possible-linebreaks.c: Likewise.
6868         * tests/unilbrk/test-ulc-width-linebreaks.c: Likewise.
6869         * tests/uninorm/test-canonical-decomposition.c: Likewise.
6870         * tests/uninorm/test-compat-decomposition.c: Likewise.
6871         * tests/uninorm/test-composition.c: Likewise.
6872         * tests/uninorm/test-decomposing-form.c: Likewise.
6873         * tests/uninorm/test-decomposition.c: Likewise.
6874         * tests/uninorm/test-u8-nfc.c: Likewise.
6875         * tests/uninorm/test-u8-nfd.c: Likewise.
6876         * tests/uninorm/test-u8-nfkc.c: Likewise.
6877         * tests/uninorm/test-u8-nfkd.c: Likewise.
6878         * tests/uninorm/test-u8-normcmp.c: Likewise.
6879         * tests/uninorm/test-u8-normcoll.c: Likewise.
6880         * tests/uninorm/test-u16-nfc.c: Likewise.
6881         * tests/uninorm/test-u16-nfd.c: Likewise.
6882         * tests/uninorm/test-u16-nfkc.c: Likewise.
6883         * tests/uninorm/test-u16-nfkd.c: Likewise.
6884         * tests/uninorm/test-u16-normcmp.c: Likewise.
6885         * tests/uninorm/test-u16-normcoll.c: Likewise.
6886         * tests/uninorm/test-u32-nfc.c: Likewise.
6887         * tests/uninorm/test-u32-nfd.c: Likewise.
6888         * tests/uninorm/test-u32-nfkc.c: Likewise.
6889         * tests/uninorm/test-u32-nfkd.c: Likewise.
6890         * tests/uninorm/test-u32-normalize-big.c: Likewise.
6891         * tests/uninorm/test-u32-normcmp.c: Likewise.
6892         * tests/uninorm/test-u32-normcoll.c: Likewise.
6893         * tests/uninorm/test-uninorm-filter-nfc.c: Likewise.
6894         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
6895         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
6896         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
6897         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
6898         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
6899         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
6900         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
6901         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
6902         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
6903         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
6904         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
6905         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
6906         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
6907         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
6908         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
6909         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
6910         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
6911         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
6912         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
6913         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
6914         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
6915         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
6916         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
6917         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
6918         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
6919         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
6920         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
6921         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
6922         * tests/uniwbrk/test-u8-wordbreaks.c: Likewise.
6923         * tests/uniwbrk/test-u16-wordbreaks.c: Likewise.
6924         * tests/uniwbrk/test-u32-wordbreaks.c: Likewise.
6925         * tests/uniwbrk/test-ulc-wordbreaks.c: Likewise.
6926         * tests/uniwidth/test-u8-strwidth.c: Likewise.
6927         * tests/uniwidth/test-u8-width.c: Likewise.
6928         * tests/uniwidth/test-u16-strwidth.c: Likewise.
6929         * tests/uniwidth/test-u16-width.c: Likewise.
6930         * tests/uniwidth/test-u32-strwidth.c: Likewise.
6931         * tests/uniwidth/test-u32-width.c: Likewise.
6932         * tests/uniwidth/test-uc_width.c: Likewise.
6933         * tests/uniwidth/test-uc_width2.c: Likewise.
6934         * modules/acl-tests (Files): Add tests/macros.h.
6935         * modules/areadlink-tests (Files): Likewise.
6936         * modules/areadlink-with-size-tests (Files): Likewise.
6937         * modules/areadlinkat-tests (Files): Likewise.
6938         * modules/areadlinkat-with-size-tests (Files): Likewise.
6939         * modules/argmatch-tests (Files): Likewise.
6940         * modules/argv-iter-tests (Files): Likewise.
6941         * modules/array-list-tests (Files): Likewise.
6942         * modules/array-mergesort-tests (Files): Likewise.
6943         * modules/array-oset-tests (Files): Likewise.
6944         * modules/avltree-list-tests (Files): Likewise.
6945         * modules/avltree-oset-tests (Files): Likewise.
6946         * modules/avltreehash-list-tests (Files): Likewise.
6947         * modules/base64-tests (Files): Likewise.
6948         * modules/binary-io-tests (Files): Likewise.
6949         * modules/bitrotate-tests (Files): Likewise.
6950         * modules/btowc-tests (Files): Likewise.
6951         * modules/byteswap-tests (Files): Likewise.
6952         * modules/c-ctype-tests (Files): Likewise.
6953         * modules/c-stack-tests (Files): Likewise.
6954         * modules/c-strcase-tests (Files): Likewise.
6955         * modules/c-strcasestr-tests (Files): Likewise.
6956         * modules/c-strstr-tests (Files): Likewise.
6957         * modules/canonicalize-lgpl-tests (Files): Likewise.
6958         * modules/canonicalize-tests (Files): Likewise.
6959         * modules/carray-list-tests (Files): Likewise.
6960         * modules/ceilf-tests (Files): Likewise.
6961         * modules/ceill-tests (Files): Likewise.
6962         * modules/chown-tests (Files): Likewise.
6963         * modules/cloexec-tests (Files): Likewise.
6964         * modules/copy-file-tests (Files): Likewise.
6965         * modules/count-one-bits-tests (Files): Likewise.
6966         * modules/dprintf-posix-tests (Files): Likewise.
6967         * modules/dup2-tests (Files): Likewise.
6968         * modules/dup3-tests (Files): Likewise.
6969         * modules/duplocale-tests (Files): Likewise.
6970         * modules/fbufmode-tests (Files): Likewise.
6971         * modules/fchdir-tests (Files): Likewise.
6972         * modules/fcntl-safer-tests (Files): Likewise.
6973         * modules/fcntl-tests (Files): Likewise.
6974         * modules/fdopendir-tests (Files): Likewise.
6975         * modules/fdutimensat-tests (Files): Likewise.
6976         * modules/fflush-tests (Files): Likewise.
6977         * modules/filevercmp-tests (Files): Likewise.
6978         * modules/flock-tests (Files): Likewise.
6979         * modules/floorf-tests (Files): Likewise.
6980         * modules/floorl-tests (Files): Likewise.
6981         * modules/fnmatch-tests (Files): Likewise.
6982         * modules/fopen-safer-tests (Files): Likewise.
6983         * modules/fopen-tests (Files): Likewise.
6984         * modules/fpending-tests (Files): Likewise.
6985         * modules/fprintf-posix-tests (Files): Likewise.
6986         * modules/fpurge-tests (Files): Likewise.
6987         * modules/freadable-tests (Files): Likewise.
6988         * modules/freadahead-tests (Files): Likewise.
6989         * modules/freading-tests (Files): Likewise.
6990         * modules/freadptr-tests (Files): Likewise.
6991         * modules/freadseek-tests (Files): Likewise.
6992         * modules/freopen-tests (Files): Likewise.
6993         * modules/frexp-nolibm-tests (Files): Likewise.
6994         * modules/frexp-tests (Files): Likewise.
6995         * modules/frexpl-nolibm-tests (Files): Likewise.
6996         * modules/frexpl-tests (Files): Likewise.
6997         * modules/fseek-tests (Files): Likewise.
6998         * modules/fseeko-tests (Files): Likewise.
6999         * modules/fstrcmp-tests (Files): Likewise.
7000         * modules/fsync-tests (Files): Likewise.
7001         * modules/ftell-tests (Files): Likewise.
7002         * modules/ftello-tests (Files): Likewise.
7003         * modules/func-tests (Files): Likewise.
7004         * modules/futimens-tests (Files): Likewise.
7005         * modules/fwritable-tests (Files): Likewise.
7006         * modules/fwriting-tests (Files): Likewise.
7007         * modules/getcwd-tests (Files): Likewise.
7008         * modules/getdate-tests (Files): Likewise.
7009         * modules/getdelim-tests (Files): Likewise.
7010         * modules/getdtablesize-tests (Files): Likewise.
7011         * modules/getgroups-tests (Files): Likewise.
7012         * modules/getline-tests (Files): Likewise.
7013         * modules/getndelim2-tests (Files): Likewise.
7014         * modules/glob-tests (Files): Likewise.
7015         * modules/hash-tests (Files): Likewise.
7016         * modules/i-ring-tests (Files): Likewise.
7017         * modules/iconv-tests (Files): Likewise.
7018         * modules/iconv_open-utf-tests (Files): Likewise.
7019         * modules/idpriv-drop-tests (Files): Likewise.
7020         * modules/idpriv-droptemp-tests (Files): Likewise.
7021         * modules/inet_ntop-tests (Files): Likewise.
7022         * modules/inet_pton-tests (Files): Likewise.
7023         * modules/isblank-tests (Files): Likewise.
7024         * modules/isfinite-tests (Files): Likewise.
7025         * modules/isinf-tests (Files): Likewise.
7026         * modules/isnan-tests (Files): Likewise.
7027         * modules/isnand-nolibm-tests (Files): Likewise.
7028         * modules/isnand-tests (Files): Likewise.
7029         * modules/isnanf-nolibm-tests (Files): Likewise.
7030         * modules/isnanf-tests (Files): Likewise.
7031         * modules/isnanl-nolibm-tests (Files): Likewise.
7032         * modules/isnanl-tests (Files): Likewise.
7033         * modules/lchown-tests (Files): Likewise.
7034         * modules/ldexpl-tests (Files): Likewise.
7035         * modules/link-tests (Files): Likewise.
7036         * modules/linkat-tests (Files): Likewise.
7037         * modules/linked-list-tests (Files): Likewise.
7038         * modules/linkedhash-list-tests (Files): Likewise.
7039         * modules/localename-tests (Files): Likewise.
7040         * modules/lseek-tests (Files): Likewise.
7041         * modules/lstat-tests (Files): Likewise.
7042         * modules/mbmemcasecmp-tests (Files): Likewise.
7043         * modules/mbmemcasecoll-tests (Files): Likewise.
7044         * modules/mbrtowc-tests (Files): Likewise.
7045         * modules/mbscasecmp-tests (Files): Likewise.
7046         * modules/mbscasestr-tests (Files): Likewise.
7047         * modules/mbschr-tests (Files): Likewise.
7048         * modules/mbscspn-tests (Files): Likewise.
7049         * modules/mbsinit-tests (Files): Likewise.
7050         * modules/mbsncasecmp-tests (Files): Likewise.
7051         * modules/mbsnrtowcs-tests (Files): Likewise.
7052         * modules/mbspbrk-tests (Files): Likewise.
7053         * modules/mbspcasecmp-tests (Files): Likewise.
7054         * modules/mbsrchr-tests (Files): Likewise.
7055         * modules/mbsrtowcs-tests (Files): Likewise.
7056         * modules/mbsspn-tests (Files): Likewise.
7057         * modules/mbsstr-tests (Files): Likewise.
7058         * modules/memchr-tests (Files): Likewise.
7059         * modules/memchr2-tests (Files): Likewise.
7060         * modules/memcmp-tests (Files): Likewise.
7061         * modules/memmem-tests (Files): Likewise.
7062         * modules/memrchr-tests (Files): Likewise.
7063         * modules/mkdir-tests (Files): Likewise.
7064         * modules/mkfifo-tests (Files): Likewise.
7065         * modules/mkfifoat-tests (Files): Likewise.
7066         * modules/mknod-tests (Files): Likewise.
7067         * modules/nanosleep-tests (Files): Likewise.
7068         * modules/nl_langinfo-tests (Files): Likewise.
7069         * modules/obstack-printf-tests (Files): Likewise.
7070         * modules/open-tests (Files): Likewise.
7071         * modules/openat-tests (Files): Likewise.
7072         * modules/pipe-filter-gi-tests (Files): Likewise.
7073         * modules/pipe-filter-ii-tests (Files): Likewise.
7074         * modules/pipe2-tests (Files): Likewise.
7075         * modules/popen-safer-tests (Files): Likewise.
7076         * modules/popen-tests (Files): Likewise.
7077         * modules/posixtm-tests (Files): Likewise.
7078         * modules/pread-tests (Files): Likewise.
7079         * modules/printf-frexp-tests (Files): Likewise.
7080         * modules/printf-frexpl-tests (Files): Likewise.
7081         * modules/printf-posix-tests (Files): Likewise.
7082         * modules/priv-set-tests (Files): Likewise.
7083         * modules/quotearg-tests (Files): Likewise.
7084         * modules/random_r-tests (Files): Likewise.
7085         * modules/rawmemchr-tests (Files): Likewise.
7086         * modules/rbtree-list-tests (Files): Likewise.
7087         * modules/rbtree-oset-tests (Files): Likewise.
7088         * modules/rbtreehash-list-tests (Files): Likewise.
7089         * modules/readlink-tests (Files): Likewise.
7090         * modules/remove-tests (Files): Likewise.
7091         * modules/rename-tests (Files): Likewise.
7092         * modules/renameat-tests (Files): Likewise.
7093         * modules/rmdir-tests (Files): Likewise.
7094         * modules/round-tests (Files): Likewise.
7095         * modules/roundf-tests (Files): Likewise.
7096         * modules/roundl-tests (Files): Likewise.
7097         * modules/safe-alloc-tests (Files): Likewise.
7098         * modules/setenv-tests (Files): Likewise.
7099         * modules/sigaction-tests (Files): Likewise.
7100         * modules/signbit-tests (Files): Likewise.
7101         * modules/sleep-tests (Files): Likewise.
7102         * modules/snprintf-posix-tests (Files): Likewise.
7103         * modules/snprintf-tests (Files): Likewise.
7104         * modules/sprintf-posix-tests (Files): Likewise.
7105         * modules/stat-tests (Files): Likewise.
7106         * modules/stat-time-tests (Files): Likewise.
7107         * modules/strcasestr-tests (Files): Likewise.
7108         * modules/strchrnul-tests (Files): Likewise.
7109         * modules/strerror-tests (Files): Likewise.
7110         * modules/striconv-tests (Files): Likewise.
7111         * modules/striconveh-tests (Files): Likewise.
7112         * modules/striconveha-tests (Files): Likewise.
7113         * modules/strsignal-tests (Files): Likewise.
7114         * modules/strstr-tests (Files): Likewise.
7115         * modules/strtod-tests (Files): Likewise.
7116         * modules/strverscmp-tests (Files): Likewise.
7117         * modules/symlink-tests (Files): Likewise.
7118         * modules/symlinkat-tests (Files): Likewise.
7119         * modules/trunc-tests (Files): Likewise.
7120         * modules/truncf-tests (Files): Likewise.
7121         * modules/truncl-tests (Files): Likewise.
7122         * modules/uname-tests (Files): Likewise.
7123         * modules/unicase/cased-tests (Files): Likewise.
7124         * modules/unicase/ignorable-tests (Files): Likewise.
7125         * modules/unicase/locale-language-tests (Files): Likewise.
7126         * modules/unicase/tolower-tests (Files): Likewise.
7127         * modules/unicase/totitle-tests (Files): Likewise.
7128         * modules/unicase/toupper-tests (Files): Likewise.
7129         * modules/unicase/u8-casecmp-tests (Files): Likewise.
7130         * modules/unicase/u8-casecoll-tests (Files): Likewise.
7131         * modules/unicase/u8-casefold-tests (Files): Likewise.
7132         * modules/unicase/u8-is-cased-tests (Files): Likewise.
7133         * modules/unicase/u8-is-casefolded-tests (Files): Likewise.
7134         * modules/unicase/u8-is-lowercase-tests (Files): Likewise.
7135         * modules/unicase/u8-is-titlecase-tests (Files): Likewise.
7136         * modules/unicase/u8-is-uppercase-tests (Files): Likewise.
7137         * modules/unicase/u8-tolower-tests (Files): Likewise.
7138         * modules/unicase/u8-totitle-tests (Files): Likewise.
7139         * modules/unicase/u8-toupper-tests (Files): Likewise.
7140         * modules/unicase/u16-casecmp-tests (Files): Likewise.
7141         * modules/unicase/u16-casecoll-tests (Files): Likewise.
7142         * modules/unicase/u16-casefold-tests (Files): Likewise.
7143         * modules/unicase/u16-is-cased-tests (Files): Likewise.
7144         * modules/unicase/u16-is-casefolded-tests (Files): Likewise.
7145         * modules/unicase/u16-is-lowercase-tests (Files): Likewise.
7146         * modules/unicase/u16-is-titlecase-tests (Files): Likewise.
7147         * modules/unicase/u16-is-uppercase-tests (Files): Likewise.
7148         * modules/unicase/u16-tolower-tests (Files): Likewise.
7149         * modules/unicase/u16-totitle-tests (Files): Likewise.
7150         * modules/unicase/u16-toupper-tests (Files): Likewise.
7151         * modules/unicase/u32-casecmp-tests (Files): Likewise.
7152         * modules/unicase/u32-casecoll-tests (Files): Likewise.
7153         * modules/unicase/u32-casefold-tests (Files): Likewise.
7154         * modules/unicase/u32-is-cased-tests (Files): Likewise.
7155         * modules/unicase/u32-is-casefolded-tests (Files): Likewise.
7156         * modules/unicase/u32-is-lowercase-tests (Files): Likewise.
7157         * modules/unicase/u32-is-titlecase-tests (Files): Likewise.
7158         * modules/unicase/u32-is-uppercase-tests (Files): Likewise.
7159         * modules/unicase/u32-tolower-tests (Files): Likewise.
7160         * modules/unicase/u32-totitle-tests (Files): Likewise.
7161         * modules/unicase/u32-toupper-tests (Files): Likewise.
7162         * modules/unicase/ulc-casecmp-tests (Files): Likewise.
7163         * modules/unicase/ulc-casecoll-tests (Files): Likewise.
7164         * modules/uniconv/u8-conv-from-enc-tests (Files): Likewise.
7165         * modules/uniconv/u8-conv-to-enc-tests (Files): Likewise.
7166         * modules/uniconv/u8-strconv-from-enc-tests (Files): Likewise.
7167         * modules/uniconv/u8-strconv-to-enc-tests (Files): Likewise.
7168         * modules/uniconv/u16-conv-from-enc-tests (Files): Likewise.
7169         * modules/uniconv/u16-conv-to-enc-tests (Files): Likewise.
7170         * modules/uniconv/u16-strconv-from-enc-tests (Files): Likewise.
7171         * modules/uniconv/u16-strconv-to-enc-tests (Files): Likewise.
7172         * modules/uniconv/u32-conv-from-enc-tests (Files): Likewise.
7173         * modules/uniconv/u32-conv-to-enc-tests (Files): Likewise.
7174         * modules/uniconv/u32-strconv-from-enc-tests (Files): Likewise.
7175         * modules/uniconv/u32-strconv-to-enc-tests (Files): Likewise.
7176         * modules/unictype/bidicategory-byname-tests (Files): Likewise.
7177         * modules/unictype/bidicategory-name-tests (Files): Likewise.
7178         * modules/unictype/bidicategory-of-tests (Files): Likewise.
7179         * modules/unictype/bidicategory-test-tests (Files): Likewise.
7180         * modules/unictype/block-list-tests (Files): Likewise.
7181         * modules/unictype/block-of-tests (Files): Likewise.
7182         * modules/unictype/block-test-tests (Files): Likewise.
7183         * modules/unictype/category-C-tests (Files): Likewise.
7184         * modules/unictype/category-Cc-tests (Files): Likewise.
7185         * modules/unictype/category-Cf-tests (Files): Likewise.
7186         * modules/unictype/category-Cn-tests (Files): Likewise.
7187         * modules/unictype/category-Co-tests (Files): Likewise.
7188         * modules/unictype/category-Cs-tests (Files): Likewise.
7189         * modules/unictype/category-L-tests (Files): Likewise.
7190         * modules/unictype/category-Ll-tests (Files): Likewise.
7191         * modules/unictype/category-Lm-tests (Files): Likewise.
7192         * modules/unictype/category-Lo-tests (Files): Likewise.
7193         * modules/unictype/category-Lt-tests (Files): Likewise.
7194         * modules/unictype/category-Lu-tests (Files): Likewise.
7195         * modules/unictype/category-M-tests (Files): Likewise.
7196         * modules/unictype/category-Mc-tests (Files): Likewise.
7197         * modules/unictype/category-Me-tests (Files): Likewise.
7198         * modules/unictype/category-Mn-tests (Files): Likewise.
7199         * modules/unictype/category-N-tests (Files): Likewise.
7200         * modules/unictype/category-Nd-tests (Files): Likewise.
7201         * modules/unictype/category-Nl-tests (Files): Likewise.
7202         * modules/unictype/category-No-tests (Files): Likewise.
7203         * modules/unictype/category-P-tests (Files): Likewise.
7204         * modules/unictype/category-Pc-tests (Files): Likewise.
7205         * modules/unictype/category-Pd-tests (Files): Likewise.
7206         * modules/unictype/category-Pe-tests (Files): Likewise.
7207         * modules/unictype/category-Pf-tests (Files): Likewise.
7208         * modules/unictype/category-Pi-tests (Files): Likewise.
7209         * modules/unictype/category-Po-tests (Files): Likewise.
7210         * modules/unictype/category-Ps-tests (Files): Likewise.
7211         * modules/unictype/category-S-tests (Files): Likewise.
7212         * modules/unictype/category-Sc-tests (Files): Likewise.
7213         * modules/unictype/category-Sk-tests (Files): Likewise.
7214         * modules/unictype/category-Sm-tests (Files): Likewise.
7215         * modules/unictype/category-So-tests (Files): Likewise.
7216         * modules/unictype/category-Z-tests (Files): Likewise.
7217         * modules/unictype/category-Zl-tests (Files): Likewise.
7218         * modules/unictype/category-Zp-tests (Files): Likewise.
7219         * modules/unictype/category-Zs-tests (Files): Likewise.
7220         * modules/unictype/category-and-not-tests (Files): Likewise.
7221         * modules/unictype/category-and-tests (Files): Likewise.
7222         * modules/unictype/category-byname-tests (Files): Likewise.
7223         * modules/unictype/category-name-tests (Files): Likewise.
7224         * modules/unictype/category-none-tests (Files): Likewise.
7225         * modules/unictype/category-of-tests (Files): Likewise.
7226         * modules/unictype/category-or-tests (Files): Likewise.
7227         * modules/unictype/category-test-withtable-tests (Files): Likewise.
7228         * modules/unictype/combining-class-tests (Files): Likewise.
7229         * modules/unictype/ctype-alnum-tests (Files): Likewise.
7230         * modules/unictype/ctype-alpha-tests (Files): Likewise.
7231         * modules/unictype/ctype-blank-tests (Files): Likewise.
7232         * modules/unictype/ctype-cntrl-tests (Files): Likewise.
7233         * modules/unictype/ctype-digit-tests (Files): Likewise.
7234         * modules/unictype/ctype-graph-tests (Files): Likewise.
7235         * modules/unictype/ctype-lower-tests (Files): Likewise.
7236         * modules/unictype/ctype-print-tests (Files): Likewise.
7237         * modules/unictype/ctype-punct-tests (Files): Likewise.
7238         * modules/unictype/ctype-space-tests (Files): Likewise.
7239         * modules/unictype/ctype-upper-tests (Files): Likewise.
7240         * modules/unictype/ctype-xdigit-tests (Files): Likewise.
7241         * modules/unictype/decimal-digit-tests (Files): Likewise.
7242         * modules/unictype/digit-tests (Files): Likewise.
7243         * modules/unictype/mirror-tests (Files): Likewise.
7244         * modules/unictype/numeric-tests (Files): Likewise.
7245         * modules/unictype/property-alphabetic-tests (Files): Likewise.
7246         * modules/unictype/property-ascii-hex-digit-tests (Files): Likewise.
7247         * modules/unictype/property-bidi-arabic-digit-tests (Files): Likewise.
7248         * modules/unictype/property-bidi-arabic-right-to-left-tests (Files):
7249         Likewise.
7250         * modules/unictype/property-bidi-block-separator-tests (Files):
7251         Likewise.
7252         * modules/unictype/property-bidi-boundary-neutral-tests (Files):
7253         Likewise.
7254         * modules/unictype/property-bidi-common-separator-tests (Files):
7255         Likewise.
7256         * modules/unictype/property-bidi-control-tests (Files): Likewise.
7257         * modules/unictype/property-bidi-embedding-or-override-tests (Files):
7258         Likewise.
7259         * modules/unictype/property-bidi-eur-num-separator-tests (Files):
7260         Likewise.
7261         * modules/unictype/property-bidi-eur-num-terminator-tests (Files):
7262         Likewise.
7263         * modules/unictype/property-bidi-european-digit-tests (Files): Likewise.
7264         * modules/unictype/property-bidi-hebrew-right-to-left-tests (Files):
7265         Likewise.
7266         * modules/unictype/property-bidi-left-to-right-tests (Files): Likewise.
7267         * modules/unictype/property-bidi-non-spacing-mark-tests (Files):
7268         Likewise.
7269         * modules/unictype/property-bidi-other-neutral-tests (Files): Likewise.
7270         * modules/unictype/property-bidi-pdf-tests (Files): Likewise.
7271         * modules/unictype/property-bidi-segment-separator-tests (Files):
7272         Likewise.
7273         * modules/unictype/property-bidi-whitespace-tests (Files): Likewise.
7274         * modules/unictype/property-byname-tests (Files): Likewise.
7275         * modules/unictype/property-combining-tests (Files): Likewise.
7276         * modules/unictype/property-composite-tests (Files): Likewise.
7277         * modules/unictype/property-currency-symbol-tests (Files): Likewise.
7278         * modules/unictype/property-dash-tests (Files): Likewise.
7279         * modules/unictype/property-decimal-digit-tests (Files): Likewise.
7280         * modules/unictype/property-default-ignorable-code-point-tests (Files):
7281         Likewise.
7282         * modules/unictype/property-deprecated-tests (Files): Likewise.
7283         * modules/unictype/property-diacritic-tests (Files): Likewise.
7284         * modules/unictype/property-extender-tests (Files): Likewise.
7285         * modules/unictype/property-format-control-tests (Files): Likewise.
7286         * modules/unictype/property-grapheme-base-tests (Files): Likewise.
7287         * modules/unictype/property-grapheme-extend-tests (Files): Likewise.
7288         * modules/unictype/property-grapheme-link-tests (Files): Likewise.
7289         * modules/unictype/property-hex-digit-tests (Files): Likewise.
7290         * modules/unictype/property-hyphen-tests (Files): Likewise.
7291         * modules/unictype/property-id-continue-tests (Files): Likewise.
7292         * modules/unictype/property-id-start-tests (Files): Likewise.
7293         * modules/unictype/property-ideographic-tests (Files): Likewise.
7294         * modules/unictype/property-ids-binary-operator-tests (Files): Likewise.
7295         * modules/unictype/property-ids-trinary-operator-tests (Files):
7296         Likewise.
7297         * modules/unictype/property-ignorable-control-tests (Files): Likewise.
7298         * modules/unictype/property-iso-control-tests (Files): Likewise.
7299         * modules/unictype/property-join-control-tests (Files): Likewise.
7300         * modules/unictype/property-left-of-pair-tests (Files): Likewise.
7301         * modules/unictype/property-line-separator-tests (Files): Likewise.
7302         * modules/unictype/property-logical-order-exception-tests (Files):
7303         Likewise.
7304         * modules/unictype/property-lowercase-tests (Files): Likewise.
7305         * modules/unictype/property-math-tests (Files): Likewise.
7306         * modules/unictype/property-non-break-tests (Files): Likewise.
7307         * modules/unictype/property-not-a-character-tests (Files): Likewise.
7308         * modules/unictype/property-numeric-tests (Files): Likewise.
7309         * modules/unictype/property-other-alphabetic-tests (Files): Likewise.
7310         * modules/unictype/property-other-default-ignorable-code-point-tests
7311         (Files): Likewise.
7312         * modules/unictype/property-other-grapheme-extend-tests (Files):
7313         Likewise.
7314         * modules/unictype/property-other-id-continue-tests (Files): Likewise.
7315         * modules/unictype/property-other-id-start-tests (Files): Likewise.
7316         * modules/unictype/property-other-lowercase-tests (Files): Likewise.
7317         * modules/unictype/property-other-math-tests (Files): Likewise.
7318         * modules/unictype/property-other-uppercase-tests (Files): Likewise.
7319         * modules/unictype/property-paired-punctuation-tests (Files): Likewise.
7320         * modules/unictype/property-paragraph-separator-tests (Files): Likewise.
7321         * modules/unictype/property-pattern-syntax-tests (Files): Likewise.
7322         * modules/unictype/property-pattern-white-space-tests (Files): Likewise.
7323         * modules/unictype/property-private-use-tests (Files): Likewise.
7324         * modules/unictype/property-punctuation-tests (Files): Likewise.
7325         * modules/unictype/property-quotation-mark-tests (Files): Likewise.
7326         * modules/unictype/property-radical-tests (Files): Likewise.
7327         * modules/unictype/property-sentence-terminal-tests (Files): Likewise.
7328         * modules/unictype/property-soft-dotted-tests (Files): Likewise.
7329         * modules/unictype/property-space-tests (Files): Likewise.
7330         * modules/unictype/property-terminal-punctuation-tests (Files):
7331         Likewise.
7332         * modules/unictype/property-test-tests (Files): Likewise.
7333         * modules/unictype/property-titlecase-tests (Files): Likewise.
7334         * modules/unictype/property-unassigned-code-value-tests (Files):
7335         Likewise.
7336         * modules/unictype/property-unified-ideograph-tests (Files): Likewise.
7337         * modules/unictype/property-uppercase-tests (Files): Likewise.
7338         * modules/unictype/property-variation-selector-tests (Files): Likewise.
7339         * modules/unictype/property-white-space-tests (Files): Likewise.
7340         * modules/unictype/property-xid-continue-tests (Files): Likewise.
7341         * modules/unictype/property-xid-start-tests (Files): Likewise.
7342         * modules/unictype/property-zero-width-tests (Files): Likewise.
7343         * modules/unictype/scripts-tests (Files): Likewise.
7344         * modules/unictype/syntax-c-ident-tests (Files): Likewise.
7345         * modules/unictype/syntax-c-whitespace-tests (Files): Likewise.
7346         * modules/unictype/syntax-java-ident-tests (Files): Likewise.
7347         * modules/unictype/syntax-java-whitespace-tests (Files): Likewise.
7348         * modules/unilbrk/u8-possible-linebreaks-tests (Files): Likewise.
7349         * modules/unilbrk/u8-width-linebreaks-tests (Files): Likewise.
7350         * modules/unilbrk/u16-possible-linebreaks-tests (Files): Likewise.
7351         * modules/unilbrk/u16-width-linebreaks-tests (Files): Likewise.
7352         * modules/unilbrk/u32-possible-linebreaks-tests (Files): Likewise.
7353         * modules/unilbrk/u32-width-linebreaks-tests (Files): Likewise.
7354         * modules/unilbrk/ulc-possible-linebreaks-tests (Files): Likewise.
7355         * modules/unilbrk/ulc-width-linebreaks-tests (Files): Likewise.
7356         * modules/uninorm/canonical-decomposition-tests (Files): Likewise.
7357         * modules/uninorm/compat-decomposition-tests (Files): Likewise.
7358         * modules/uninorm/composition-tests (Files): Likewise.
7359         * modules/uninorm/decomposing-form-tests (Files): Likewise.
7360         * modules/uninorm/decomposition-tests (Files): Likewise.
7361         * modules/uninorm/filter-tests (Files): Likewise.
7362         * modules/uninorm/nfc-tests (Files): Likewise.
7363         * modules/uninorm/nfd-tests (Files): Likewise.
7364         * modules/uninorm/nfkc-tests (Files): Likewise.
7365         * modules/uninorm/nfkd-tests (Files): Likewise.
7366         * modules/uninorm/u8-normcmp-tests (Files): Likewise.
7367         * modules/uninorm/u8-normcoll-tests (Files): Likewise.
7368         * modules/uninorm/u16-normcmp-tests (Files): Likewise.
7369         * modules/uninorm/u16-normcoll-tests (Files): Likewise.
7370         * modules/uninorm/u32-normcmp-tests (Files): Likewise.
7371         * modules/uninorm/u32-normcoll-tests (Files): Likewise.
7372         * modules/unistdio/u8-asnprintf-tests (Files): Likewise.
7373         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
7374         * modules/unistdio/u8-vasprintf-tests (Files): Likewise.
7375         * modules/unistdio/u8-vsnprintf-tests (Files): Likewise.
7376         * modules/unistdio/u8-vsprintf-tests (Files): Likewise.
7377         * modules/unistdio/u16-asnprintf-tests (Files): Likewise.
7378         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
7379         * modules/unistdio/u16-vasprintf-tests (Files): Likewise.
7380         * modules/unistdio/u16-vsnprintf-tests (Files): Likewise.
7381         * modules/unistdio/u16-vsprintf-tests (Files): Likewise.
7382         * modules/unistdio/u32-asnprintf-tests (Files): Likewise.
7383         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
7384         * modules/unistdio/u32-vasprintf-tests (Files): Likewise.
7385         * modules/unistdio/u32-vsnprintf-tests (Files): Likewise.
7386         * modules/unistdio/u32-vsprintf-tests (Files): Likewise.
7387         * modules/unistdio/ulc-asnprintf-tests (Files): Likewise.
7388         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
7389         * modules/unistdio/ulc-vasprintf-tests (Files): Likewise.
7390         * modules/unistdio/ulc-vsnprintf-tests (Files): Likewise.
7391         * modules/unistdio/ulc-vsprintf-tests (Files): Likewise.
7392         * modules/uniwbrk/u8-wordbreaks-tests (Files): Likewise.
7393         * modules/uniwbrk/u16-wordbreaks-tests (Files): Likewise.
7394         * modules/uniwbrk/u32-wordbreaks-tests (Files): Likewise.
7395         * modules/uniwbrk/ulc-wordbreaks-tests (Files): Likewise.
7396         * modules/uniwidth/u8-strwidth-tests (Files): Likewise.
7397         * modules/uniwidth/u8-width-tests (Files): Likewise.
7398         * modules/uniwidth/u16-strwidth-tests (Files): Likewise.
7399         * modules/uniwidth/u16-width-tests (Files): Likewise.
7400         * modules/uniwidth/u32-strwidth-tests (Files): Likewise.
7401         * modules/uniwidth/u32-width-tests (Files): Likewise.
7402         * modules/uniwidth/width-tests (Files): Likewise.
7403         * modules/unlink-tests (Files): Likewise.
7404         * modules/unsetenv-tests (Files): Likewise.
7405         * modules/usleep-tests (Files): Likewise.
7406         * modules/utimens-tests (Files): Likewise.
7407         * modules/utimensat-tests (Files): Likewise.
7408         * modules/vasnprintf-posix-tests (Files): Likewise.
7409         * modules/vasnprintf-tests (Files): Likewise.
7410         * modules/vasprintf-posix-tests (Files): Likewise.
7411         * modules/vasprintf-tests (Files): Likewise.
7412         * modules/vdprintf-posix-tests (Files): Likewise.
7413         * modules/vfprintf-posix-tests (Files): Likewise.
7414         * modules/vprintf-posix-tests (Files): Likewise.
7415         * modules/vsnprintf-posix-tests (Files): Likewise.
7416         * modules/vsnprintf-tests (Files): Likewise.
7417         * modules/vsprintf-posix-tests (Files): Likewise.
7418         * modules/wcrtomb-tests (Files): Likewise.
7419         * modules/wcsnrtombs-tests (Files): Likewise.
7420         * modules/wcsrtombs-tests (Files): Likewise.
7421         * modules/wctype-tests (Files): Likewise.
7422         * modules/wcwidth-tests (Files): Likewise.
7423         * modules/xmemdup0-tests (Files): Likewise.
7424         * modules/xprintf-posix-tests (Files): Likewise.
7425         * modules/xvasprintf-tests (Files): Likewise.
7426
7427 2009-12-24  Eric Blake  <ebb9@byu.net>
7428
7429         test-nanosleep: fix typo
7430         * tests/test-nanosleep.c (SIGNATURE_CHECK): Fix typo in previous
7431         patch.
7432         Reported by Bruno Haible.
7433
7434 2009-12-24  Bruno Haible  <bruno@clisp.org>
7435
7436         Reduce namespace pollution on glibc systems.
7437         * lib/inttypes.in.h: Don't include <stdint.h> on glibc systems.
7438         * lib/stdlib.in.h: Don't include <stdint.h>, <unistd.h> on glibc
7439         systems.
7440         * lib/unistd.in.h: Don't include <stdio.h>, <fcntl.h>, <stdlib.h>,
7441         <getopt.h> on glibc systems.
7442         * lib/fcntl.in.h: Don't include <sys/stat.h>, <unistd.h> on glibc
7443         systems.
7444         * lib/fcntl.c: Include <unistd.h> here instead.
7445
7446 2009-12-24  Bruno Haible  <bruno@clisp.org>
7447
7448         * lib/stdlib.in.h (includes): Fix typo in today's commit.
7449
7450 2009-12-24  Eric Blake  <ebb9@byu.net>
7451
7452         tests: add signature checks
7453         * tests/signature.h (SIGNATURE_CHECK): New file.
7454         * modules/atexit-tests (Files): Use it.
7455         * modules/btowc-tests (Files): Likewise.
7456         * modules/canonicalize-lgpl-tests (Files): Likewise.
7457         * modules/ceilf-tests (Files): Likewise.
7458         * modules/ceill-tests (Files): Likewise.
7459         * modules/chown-tests (Files): Likewise.
7460         * modules/dprintf-posix-tests (Files): Likewise.
7461         * modules/dup2-tests (Files): Likewise.
7462         * modules/dup3-tests (Files): Likewise.
7463         * modules/duplocale-tests (Files): Likewise.
7464         * modules/fchdir-tests (Files): Likewise.
7465         * modules/fcntl-tests (Files): Likewise.
7466         * modules/fdopendir-tests (Files): Likewise.
7467         * modules/fflush-tests (Files): Likewise.
7468         * modules/flock-tests (Files): Likewise.
7469         * modules/floorf-tests (Files): Likewise.
7470         * modules/floorl-tests (Files): Likewise.
7471         * modules/fnmatch-tests (Files): Likewise.
7472         * modules/fopen-tests (Files): Likewise.
7473         * modules/fprintf-posix-tests (Files): Likewise.
7474         * modules/freopen-tests (Files): Likewise.
7475         * modules/frexp-nolibm-tests (Files): Likewise.
7476         * modules/frexp-tests (Files): Likewise.
7477         * modules/frexpl-nolibm-tests (Files): Likewise.
7478         * modules/frexpl-tests (Files): Likewise.
7479         * modules/fseek-tests (Files): Likewise.
7480         * modules/fseeko-tests (Files): Likewise.
7481         * modules/fsync-tests (Files): Likewise.
7482         * modules/ftell-tests (Files): Likewise.
7483         * modules/ftello-tests (Files): Likewise.
7484         * modules/futimens-tests (Files): Likewise.
7485         * modules/getaddrinfo-tests (Files): Likewise.
7486         * modules/getcwd-tests (Files): Likewise.
7487         * modules/getdelim-tests (Files): Likewise.
7488         * modules/getdtablesize-tests (Files): Likewise.
7489         * modules/getgroups-tests (Files): Likewise.
7490         * modules/gethostname-tests (Files): Likewise.
7491         * modules/getline-tests (Files): Likewise.
7492         * modules/getopt-posix-tests (Files): Likewise.
7493         * modules/gettimeofday-tests (Files): Likewise.
7494         * modules/glob-tests (Files): Likewise.
7495         * modules/iconv-tests (Files): Likewise.
7496         * modules/inet_ntop-tests (Files): Likewise.
7497         * modules/inet_pton-tests (Files): Likewise.
7498         * modules/isblank-tests (Files): Likewise.
7499         * modules/lchown-tests (Files): Likewise.
7500         * modules/ldexpl-tests (Files): Likewise.
7501         * modules/link-tests (Files): Likewise.
7502         * modules/linkat-tests (Files): Likewise.
7503         * modules/lseek-tests (Files): Likewise.
7504         * modules/lstat-tests (Files): Likewise.
7505         * modules/mbrtowc-tests (Files): Likewise.
7506         * modules/mbsinit-tests (Files): Likewise.
7507         * modules/mbsnrtowcs-tests (Files): Likewise.
7508         * modules/mbsrtowcs-tests (Files): Likewise.
7509         * modules/memchr-tests (Files): Likewise.
7510         * modules/memcmp-tests (Files): Likewise.
7511         * modules/memmem-tests (Files): Likewise.
7512         * modules/memrchr-tests (Files): Likewise.
7513         * modules/mkdir-tests (Files): Likewise.
7514         * modules/mkfifo-tests (Files): Likewise.
7515         * modules/mkfifoat-tests (Files): Likewise.
7516         * modules/mknod-tests (Files): Likewise.
7517         * modules/nanosleep-tests (Files): Likewise.
7518         * modules/nl_langinfo-tests (Files): Likewise.
7519         * modules/obstack-printf-tests (Files): Likewise.
7520         * modules/open-tests (Files): Likewise.
7521         * modules/openat-tests (Files): Likewise.
7522         * modules/perror-tests (Files): Likewise.
7523         * modules/pipe2-tests (Files): Likewise.
7524         * modules/poll-tests (Files): Likewise.
7525         * modules/popen-tests (Files): Likewise.
7526         * modules/posix_spawn-tests (Files): Likewise.
7527         * modules/posix_spawnp-tests (Files): Likewise.
7528         * modules/pread-tests (Files): Likewise.
7529         * modules/printf-posix-tests (Files): Likewise.
7530         * modules/pty-tests (Files): Likewise.
7531         * modules/random_r-tests (Files): Likewise.
7532         * modules/rawmemchr-tests (Files): Likewise.
7533         * modules/readlink-tests (Files): Likewise.
7534         * modules/remove-tests (Files): Likewise.
7535         * modules/rename-tests (Files): Likewise.
7536         * modules/renameat-tests (Files): Likewise.
7537         * modules/rmdir-tests (Files): Likewise.
7538         * modules/round-tests (Files): Likewise.
7539         * modules/roundf-tests (Files): Likewise.
7540         * modules/roundl-tests (Files): Likewise.
7541         * modules/select-tests (Files): Likewise.
7542         * modules/setenv-tests (Files): Likewise.
7543         * modules/sigaction-tests (Files): Likewise.
7544         * modules/sleep-tests (Files): Likewise.
7545         * modules/snprintf-posix-tests (Files): Likewise.
7546         * modules/snprintf-tests (Files): Likewise.
7547         * modules/sprintf-posix-tests (Files): Likewise.
7548         * modules/stat-tests (Files): Likewise.
7549         * modules/strcasestr-tests (Files): Likewise.
7550         * modules/strchrnul-tests (Files): Likewise.
7551         * modules/strerror-tests (Files): Likewise.
7552         * modules/strsignal-tests (Files): Likewise.
7553         * modules/strstr-tests (Files): Likewise.
7554         * modules/strtod-tests (Files): Likewise.
7555         * modules/strverscmp-tests (Files): Likewise.
7556         * modules/symlink-tests (Files): Likewise.
7557         * modules/symlinkat-tests (Files): Likewise.
7558         * modules/times-tests (Files): Likewise.
7559         * modules/trunc-tests (Files): Likewise.
7560         * modules/truncf-tests (Files): Likewise.
7561         * modules/truncl-tests (Files): Likewise.
7562         * modules/tsearch-tests (Files): Likewise.
7563         * modules/uname-tests (Files): Likewise.
7564         * modules/unlink-tests (Files): Likewise.
7565         * modules/unsetenv-tests (Files): Likewise.
7566         * modules/usleep-tests (Files): Likewise.
7567         * modules/utimensat-tests (Files): Likewise.
7568         * modules/vasprintf-tests (Files): Likewise.
7569         * modules/vdprintf-posix-tests (Files): Likewise.
7570         * modules/vfprintf-posix-tests (Files): Likewise.
7571         * modules/vprintf-posix-tests (Files): Likewise.
7572         * modules/vsnprintf-posix-tests (Files): Likewise.
7573         * modules/vsnprintf-tests (Files): Likewise.
7574         * modules/vsprintf-posix-tests (Files): Likewise.
7575         * modules/wcrtomb-tests (Files): Likewise.
7576         * modules/wcsnrtombs-tests (Files): Likewise.
7577         * modules/wcsrtombs-tests (Files): Likewise.
7578         * modules/wcwidth-tests (Files): Likewise.
7579         * tests/test-isfinite.c (isfinite): Ensure macro declaration.
7580         * tests/test-isinf.c (isinf): Likewise.
7581         * tests/test-isnan.c (isnan): Likewise.
7582         * tests/test-signbit.c (signbit): Likewise.
7583         * tests/test-select.c (FD_CLR, FD_ISSET, FD_SET, FD_ZERO): Ensure
7584         declaration, either as macro or with correct signature.
7585         (select): Ensure function under test is declared with correct
7586         signature in correct header.
7587         * tests/test-atexit.c (atexit): Likewise.
7588         * tests/test-btowc.c (btowc): Likewise.
7589         * tests/test-canonicalize-lgpl.c (realpath)
7590         (canonicalize_file_name): Likewise.
7591         * tests/test-ceilf1.c (ceilf): Likewise.
7592         * tests/test-ceill.c (ceill): Likewise.
7593         * tests/test-chown.c (chown): Likewise.
7594         * tests/test-dprintf-posix.c (dprintf): Likewise.
7595         * tests/test-dup2.c (dup2): Likewise.
7596         * tests/test-dup3.c (dup3): Likewise.
7597         * tests/test-duplocale.c (duplocale): Likewise.
7598         * tests/test-fchdir.c (fchdir): Likewise.
7599         * tests/test-fchownat.c (fchownat): Likewise.
7600         * tests/test-fcntl.c (fcntl): Likewise.
7601         * tests/test-fdopendir.c (fdopendir): Likewise.
7602         * tests/test-fflush.c (fflush): Likewise.
7603         * tests/test-flock.c (flock): Likewise.
7604         * tests/test-floorf1.c (floorf): Likewise.
7605         * tests/test-floorl.c (floorl): Likewise.
7606         * tests/test-fnmatch.c (fnmatch): Likewise.
7607         * tests/test-fopen.c (fopen): Likewise.
7608         * tests/test-fprintf-posix.c (fprintf): Likewise.
7609         * tests/test-freopen.c (freopen): Likewise.
7610         * tests/test-frexp.c (frexp): Likewise.
7611         * tests/test-frexpl.c (frexpl): Likewise.
7612         * tests/test-fseek.c (fseek): Likewise.
7613         * tests/test-fseeko.c (fseeko): Likewise.
7614         * tests/test-fstatat.c (fstatat): Likewise.
7615         * tests/test-fsync.c (fsync): Likewise.
7616         * tests/test-ftell.c (ftell): Likewise.
7617         * tests/test-ftello.c (ftello): Likewise.
7618         * tests/test-futimens.c (futimens): Likewise.
7619         * tests/test-getaddrinfo.c (getaddrinfo, freeaddrinfo)
7620         (gai_strerror): Likewise.
7621         * tests/test-getcwd.c (getcwd): Likewise.
7622         * tests/test-getdelim.c (getdelim): Likewise.
7623         * tests/test-getdtablesize.c (getdtablesize): Likewise.
7624         * tests/test-getgroups.c (getgroups): Likewise.
7625         * tests/test-gethostname.c (gethostname): Likewise.
7626         * tests/test-getline.c (getline): Likewise.
7627         * tests/test-getopt.c (getopt, getopt_long, getopt_long_only):
7628         Likewise.
7629         * tests/test-gettimeofday.c (gettimeofday): Likewise.
7630         * tests/test-glob.c (glob, globfree): Likewise.
7631         * tests/test-iconv.c (iconv, iconv_open, iconv_close): Likewise.
7632         * tests/test-inet_ntop.c (inet_ntop): Likewise.
7633         * tests/test-inet_pton.c (inet_pton): Likewise.
7634         * tests/test-isblank.c (isblank): Likewise.
7635         * tests/test-lchown.c (lchown): Likewise.
7636         * tests/test-ldexpl.c (ldexpl): Likewise.
7637         * tests/test-link.c (link): Likewise.
7638         * tests/test-linkat.c (linkat): Likewise.
7639         * tests/test-lseek.c (lseek): Likewise.
7640         * tests/test-lstat.c (lstat): Likewise.
7641         * tests/test-mbrtowc.c (mbrtowc): Likewise.
7642         * tests/test-mbsinit.c (mbsinit): Likewise.
7643         * tests/test-mbsnrtowcs.c (mbsnrtowcs): Likewise.
7644         * tests/test-mbsrtowcs.c (mbsrtowcs): Likewise.
7645         * tests/test-memchr.c (memchr): Likewise.
7646         * tests/test-memcmp.c (memcmp): Likewise.
7647         * tests/test-memmem.c (memmem): Likewise.
7648         * tests/test-memrchr.c (memrchr): Likewise.
7649         * tests/test-mkdir.c (mkdir): Likewise.
7650         * tests/test-mkdirat.c (mkdirat): Likewise.
7651         * tests/test-mkfifo.c (mkfifo): Likewise.
7652         * tests/test-mkfifoat.c (mkfifoat, mknodat): Likewise.
7653         * tests/test-mknod.c (mknod): Likewise.
7654         * tests/test-nanosleep.c (nanosleep): Likewise.
7655         * tests/test-nl_langinfo.c (nl_langinfo): Likewise.
7656         * tests/test-obstack-printf.c (obstack_printf, obstack_vprintf):
7657         Likewise.
7658         * tests/test-open.c (open): Likewise.
7659         * tests/test-openat.c (openat): Likewise.
7660         * tests/test-perror.c (perror): Likewise.
7661         * tests/test-pipe2.c (pipe2): Likewise.
7662         * tests/test-poll.c (poll): Likewise.
7663         * tests/test-popen.c (popen, pclose): Likewise.
7664         * tests/test-posix_spawn1.c (posix_spawnp, posix_spawnattr_init)
7665         (posix_spawnattr_destroy, posix_spawnattr_setsigmask)
7666         (posix_spawnattr_setflags, posix_spawn_file_actions_init)
7667         (posix_spawn_file_actions_destroy)
7668         (posix_spawn_file_actions_addclose)
7669         (posix_spawn_file_actions_addopen)
7670         (posix_spawn_file_actions_adddup2): Likewise.
7671         * tests/test-posix_spawn3.c (posix_spawn): Likewise.
7672         * tests/test-pread.c (pread): Likewise.
7673         * tests/test-printf-posix.c (printf): Likewise.
7674         * tests/test-pty.c (openpty, forkpty): Likewise.
7675         * tests/test-random_r.c (srandom_r, initstate_r, setstate_r)
7676         (random_r): Likewise.
7677         * tests/test-rawmemchr.c (rawmemchr): Likewise.
7678         * tests/test-readlink.c (readlink): Likewise.
7679         * tests/test-remove.c (remove): Likewise.
7680         * tests/test-rename.c (rename): Likewise.
7681         * tests/test-renameat.c (renameat): Likewise.
7682         * tests/test-rmdir.c (rmdir): Likewise.
7683         * tests/test-round1.c (round): Likewise.
7684         * tests/test-roundf1.c (roundf): Likewise.
7685         * tests/test-roundl.c (roundl): Likewise.
7686         * tests/test-setenv.c (setenv): Likewise.
7687         * tests/test-sigaction.c (sigaction): Likewise.
7688         * tests/test-sleep.c (sleep): Likewise.
7689         * tests/test-snprintf.c (snprintf): Likewise.
7690         * tests/test-sprintf-posix.c (sprintf): Likewise.
7691         * tests/test-stat.c (stat): Likewise.
7692         * tests/test-stpncpy.c (stpncpy): Likewise.
7693         * tests/test-strcasestr.c (strcasestr): Likewise.
7694         * tests/test-strchrnul.c (strchrnul): Likewise.
7695         * tests/test-strerror.c (strerror): Likewise.
7696         * tests/test-strsignal.c (strsignal): Likewise.
7697         * tests/test-strstr.c (strstr): Likewise.
7698         * tests/test-strtod.c (strtod): Likewise.
7699         * tests/test-strverscmp.c (strverscmp): Likewise.
7700         * tests/test-symlink.c (symlink): Likewise.
7701         * tests/test-symlinkat.c (symlinkat, readlinkat): Likewise.
7702         * tests/test-times.c (times): Likewise.
7703         * tests/test-trunc1.c (trunc): Likewise.
7704         * tests/test-truncf1.c (truncf): Likewise.
7705         * tests/test-truncl.c (truncl): Likewise.
7706         * tests/test-tsearch.c (tdelete, tfind, tsearch, twalk):
7707         Likewise.
7708         * tests/test-uname.c (uname): Likewise.
7709         * tests/test-unlink.c (unlink): Likewise.
7710         * tests/test-unlinkat.c (unlinkat): Likewise.
7711         * tests/test-unsetenv.c (unsetenv): Likewise.
7712         * tests/test-usleep.c (usleep): Likewise.
7713         * tests/test-utimensat.c (utimensat): Likewise.
7714         * tests/test-vasprintf.c (asprintf, vasprintf): Likewise.
7715         * tests/test-vdprintf-posix.c (vdprintf): Likewise.
7716         * tests/test-vfprintf-posix.c (vfprintf): Likewise.
7717         * tests/test-vprintf-posix.c (vprintf): Likewise.
7718         * tests/test-vsnprintf.c (vsnprintf): Likewise.
7719         * tests/test-vsprintf-posix.c (vsprintf): Likewise.
7720         * tests/test-wcrtomb.c (wcrtomb): Likewise.
7721         * tests/test-wcsnrtombs.c (wcsnrtombs): Likewise.
7722         * tests/test-wcsrtombs.c (wcsrtombs): Likewise.
7723         * tests/test-wcwidth.c (wcwidth): Likewise.
7724
7725         build: pull in conditional headers during GNULIB_POSIXCHECK
7726         * lib/stdio.in.h (includes): Using GNULIB_POSIXCHECK also requires
7727         definitions from any conditionally-included headers.
7728         * lib/stdlib.in.h (includes): Likewise.
7729         * lib/unistd.in.h (includes): Likewise.
7730
7731 2009-12-24  Bruno Haible  <bruno@clisp.org>
7732
7733         * tests/test-argv-iter.c: Include header file being tested immediately
7734         after config.h.
7735         * tests/test-base64.c: Likewise.
7736         * tests/test-flock.c: Likewise.
7737         * tests/test-fsync.c: Likewise.
7738         * tests/test-getdate.c: Likewise.
7739         * tests/test-getndelim2.c: Likewise.
7740         * tests/test-isfinite.c: Likewise.
7741         * tests/test-isinf.c: Likewise.
7742         * tests/test-strerror.c: Likewise.
7743         * tests/test-strsignal.c: Likewise.
7744
7745 2009-12-23  Eric Blake  <ebb9@byu.net>
7746
7747         unistd: work around cygwin bug
7748         * lib/unistd.in.h (includes): Pick up headers needed for cygwin.
7749         * doc/posix-functions/unlinkat.texi (unlinkat): Document the bug.
7750         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
7751
7752 2009-12-23  Bruno Haible  <bruno@clisp.org>
7753
7754         localename: More tests.
7755         * tests/test-localename.c (SIZEOF): New macro.
7756         (categories): New variable.
7757         (test_locale_name, test_locale_name_posix, test_locale_name_environ,
7758         test_locale_name_default): Add test w.r.t. thread locale.
7759         (test_locale_name_thread): New function.
7760         (main): Invoke it.
7761
7762         localename: Make aware of thread locale.
7763         * lib/localename.h (gl_locale_name_thread): New declaration.
7764         (gl_locale_name, gl_locale_name_posix, gl_locale_name_default): Clarify
7765         behaviour with respect to thread locale.
7766         * lib/localename.c: Include <limits.h>, <stddef.h>, <xlocale.h>,
7767         <langinfo.h>, glthread/lock.h.
7768         (SIZE_BITS): New macro.
7769         (string_hash): New function.
7770         (struct hash_node): New type.
7771         (HASH_TABLE_SIZE): New macro.
7772         (struniq_hash_table, struniq_lock): New variables.
7773         (struniq): New function.
7774         (gl_locale_name_thread): New function.
7775         (gl_locale_name): Invoke it.
7776         * m4/localename.m4 (gl_LOCALENAME): Test for uselocale function.
7777         * modules/localename (Depends-on): Add lock.
7778         Reported by Mike Gran <spk121@yahoo.com>.
7779
7780 2009-12-23  Eric Blake  <ebb9@byu.net>
7781
7782         va-args: new module
7783         * modules/va-args: New file.
7784         * m4/va-args.m4 (gl_VA_ARGS): Likewise.
7785         * MODULES.html.sh (Core language properties): Mention it.
7786
7787         gnulib-common: prefer _GL_UNUSED over _UNUSED_PARAMETER_
7788         * m4/gnulib-common.m4 (gl_COMMON): Create a more-appropriately
7789         named alias for __attribute__((__unused__)).
7790         * lib/chown.c: Update client.
7791         * lib/fchmodat.c: Likewise.
7792         * lib/fts.c: Likewise.
7793         * lib/getdate.y: Likewise.
7794         * lib/getgroups.c: Likewise.
7795         * lib/getopt.c: Likewise.
7796         * lib/getugroups.c: Likewise.
7797         * lib/mkdir.c: Likewise.
7798         * lib/mkfifo.c: Likewise.
7799         * lib/mkfifoat.c: Likewise.
7800         * lib/mknod.c: Likewise.
7801         * lib/mknodat.c: Likewise.
7802         * lib/readlink.c: Likewise.
7803         * lib/se-context.in.h: Likewise.
7804         * lib/se-selinux.in.h: Likewise.
7805         * lib/sockets.c: Likewise.
7806         * lib/symlink.c: Likewise.
7807         * lib/symlinkat.c: Likewise.
7808         * lib/unicodeio.c: Likewise.
7809         * lib/unistr.h: Likewise.
7810         * tests/test-areadlink.c: Likewise.
7811         * tests/test-areadlinkat.c: Likewise.
7812         * tests/test-filenamecat.c: Likewise.
7813         * tests/test-fseeko.c: Likewise.
7814         * tests/test-ftello.c: Likewise.
7815         * tests/test-getdate.c: Likewise.
7816         * tests/test-getgroups.c: Likewise.
7817         * tests/test-gethostname.c: Likewise.
7818         * tests/test-quotearg.c: Likewise.
7819         * tests/test-version-etc.c: Likewise.
7820         * tests/test-xalloc-die.c: Likewise.
7821         * tests/test-xfprintf-posix.c: Likewise.
7822         * tests/test-xprintf-posix.c: Likewise.
7823         * tests/test-xvasprintf.c: Likewise.
7824
7825         tests: avoid compiler warnings
7826         * tests/test-fcntl.c (main): Delete unused parameters.
7827         * tests/test-freopen-safer.c (main): Likewise.
7828         * tests/test-xalloc-die.c (main): Mark unused parameters.
7829         * tests/test-fseeko.c (main): Likewise.
7830         * tests/test-ftello.c (main): Likewise.
7831         * tests/test-nanosleep.c (main): Avoid declaration warning.
7832         * tests/test-sleep.c (main): Likewise.
7833         * tests/test-unsetenv.c (main): Silence warning about string
7834         literal.
7835         * m4/setenv.m4 (gl_FUNC_UNSETENV): Likewise.
7836
7837 2009-12-23  Bruno Haible  <bruno@clisp.org>
7838
7839         * tests/test-localename.c (test_locale_name): New function, extracted
7840         from main. Also test mixed situations.
7841         (test_locale_name_posix, test_locale_name_environ,
7842         test_locale_name_default): New functions.
7843         (main): Invoke them all.
7844         * modules/localename-tests (configure.ac): Test for newlocale.
7845
7846 2009-12-23  Bruno Haible  <bruno@clisp.org>
7847
7848         unistd: Ensure getcwd gets declared before being overridden.
7849         * lib/unistd.in.h: Conditionally include <io.h>.
7850
7851 2009-12-22  Bruno Haible  <bruno@clisp.org>
7852
7853         wchar: Diagnose broken combination of glibc and gcc versions and flags.
7854         * m4/wchar.m4 (gl_WCHAR_H_INLINE_OK): New macro.
7855         (gl_WCHAR_H): Invoke it.
7856         * m4/btowc.m4 (gl_FUNC_BTOWC): Require it.
7857         * doc/posix-headers/wchar.texi: Mention the interoperability problem.
7858         Reported by Karl Berry <karl@freefriends.org>.
7859
7860 2009-12-22  Eric Blake  <ebb9@byu.net>
7861
7862         math, unistd: avoid redundant includes
7863         * lib/math.in.h (isnan): No need to re-include <math.h>.
7864         * lib/unistd.in.h (getcwd): Likewise, for <stdlib.h>.
7865
7866         getsubopt: work around cygwin bug
7867         * lib/stdlib.in.h (includes): Move unistd inclusion sooner, to
7868         avoid conflicting with system getsubopt.
7869         * doc/posix-functions/getsubopt.texi (getsubopt): Document the
7870         bug.
7871
7872         getopt: synchronize from glibc
7873         * lib/getopt.c (_getopt_initialize, _getopt_internal_r): Swap
7874         parameter order.  Adjust all callers.
7875         (_getopt_internal_r, main): Adjust quoting in error messages.
7876         Drop considerations for outdated POSIX 1003.2 error message.
7877         * lib/getopt1.c (_getopt_long_r, _getopt_long_only_r): Adjust
7878         callers.
7879         * lib/getopt_int.h (_getopt_internal_r): Adjust prototype.
7880
7881         test-getopt: test stderr behavior
7882         * modules/getopt-posix-tests (Depends-on): Add dup2.
7883         * tests/test-getopt.c (ASSERT): Avoid stderr.
7884         (main): Move stderr to a temporary file.
7885         * tests/test-getopt.h (getopt_loop): No longer manipulate opterr.
7886         Instead, add parameter to inform caller if output occurred.
7887         (test_getopt): Adjust all existing tests to expect silence, and
7888         add new tests of leading ":".
7889         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
7890         glibc shortcomings with leading "-:" or "+:" in optstring.
7891         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
7892         Likewise.
7893         * doc/posix-functions/getopt.texi (getopt): Likewise.
7894
7895         test-getopt: enhance test
7896         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require that getopt_long
7897         supports optind=0.
7898         * tests/test-getopt.c (OPTIND_MIN): Move...
7899         * tests/test-getopt.h (OPTIND_MIN): ...here.
7900         * tests/test-getopt_long.h (test_getopt_long): Add more coverage.
7901         Require that optind=0 works, since modern BSD supports it in
7902         addition to optreset, and since coreutils expects it.
7903         (test_getopt_long_only): New test.
7904         * doc/glibc-functions/getopt_long.texi (getopt_long): Document
7905         glibc shortcomings with 'W;', and enforcement of optind=0.
7906         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
7907         Likewise.
7908
7909 2009-12-21  Bruno Haible  <bruno@clisp.org>
7910
7911         localename: Improvements for MacOS X and Cygwin.
7912         * lib/localename.h (gl_locale_name_environ): New declaration.
7913         * lib/localename.c (gl_locale_name_environ): New function, extracted from
7914         gl_locale_name_posix. Ignore dummy LANG values on MacOS X and Cygwin.
7915         (gl_locale_name_posix): Invoke it.
7916         (gl_locale_name_default): Add comments. Use Windows native API also on
7917         Cygwin.
7918
7919 2009-12-21  Bruno Haible  <bruno@clisp.org>
7920
7921         Update list of Win32 locale ids.
7922         * lib/localename.c (LANG_ROMANSH): Renamed from LANG_RHAETO_ROMANCE.
7923         (LANG_SAMI): Renamed from LANG_SAAMI.
7924         (LANG_BASHKIR, LANG_LUXEMBOURGISH, LANG_GREENLANDIC,
7925         LANG_MAPUDUNGUN, LANG_MOHAWK, LANG_BRETON, LANG_OCCITAN, LANG_CORSICAN,
7926         LANG_ALSATIAN, LANG_YAKUT, LANG_KICHE, LANG_KINYARWANDA, LANG_WOLOF,
7927         LANG_DARI, LANG_SCOTTISH_GAELIC): New macros.
7928         (SUBLANG_AFRIKAANS_SOUTH_AFRICA, SUBLANG_ALBANIAN_ALBANIA,
7929         SUBLANG_ALSATIAN_FRANCE, SUBLANG_AMHARIC_ETHIOPIA,
7930         SUBLANG_ARMENIAN_ARMENIA, SUBLANG_ASSAMESE_INDIA,
7931         SUBLANG_BASHKIR_RUSSIA, SUBLANG_BASQUE_BASQUE,
7932         SUBLANG_BELARUSIAN_BELARUS, SUBLANG_BRETON_FRANCE,
7933         SUBLANG_BULGARIAN_BULGARIA, SUBLANG_CAMBODIAN_CAMBODIA,
7934         SUBLANG_CATALAN_SPAIN, SUBLANG_CORSICAN_FRANCE,
7935         SUBLANG_CZECH_CZECH_REPUBLIC, SUBLANG_DANISH_DENMARK,
7936         SUBLANG_DARI_AFGHANISTAN, SUBLANG_DIVEHI_MALDIVES,
7937         SUBLANG_DUTCH_SURINAM, SUBLANG_ESTONIAN_ESTONIA,
7938         SUBLANG_FAEROESE_FAROE_ISLANDS, SUBLANG_FARSI_IRAN,
7939         SUBLANG_FINNISH_FINLAND, SUBLANG_FRISIAN_NETHERLANDS,
7940         SUBLANG_GALICIAN_SPAIN, SUBLANG_GEORGIAN_GEORGIA,
7941         SUBLANG_GREEK_GREECE, SUBLANG_GREENLANDIC_GREENLAND,
7942         SUBLANG_GUJARATI_INDIA, SUBLANG_HAUSA_NIGERIA_LATIN,
7943         SUBLANG_HEBREW_ISRAEL, SUBLANG_HINDI_INDIA, SUBLANG_HUNGARIAN_HUNGARY,
7944         SUBLANG_ICELANDIC_ICELAND, SUBLANG_IGBO_NIGERIA,
7945         SUBLANG_INDONESIAN_INDONESIA, SUBLANG_INUKTITUT_CANADA,
7946         SUBLANG_INUKTITUT_CANADA_LATIN, SUBLANG_IRISH_IRELAND,
7947         SUBLANG_JAPANESE_JAPAN, SUBLANG_KANNADA_INDIA,
7948         SUBLANG_KAZAK_KAZAKHSTAN, SUBLANG_KICHE_GUATEMALA,
7949         SUBLANG_KINYARWANDA_RWANDA, SUBLANG_KONKANI_INDIA,
7950         SUBLANG_KYRGYZ_KYRGYZSTAN, SUBLANG_LAO_LAOS, SUBLANG_LATVIAN_LATVIA,
7951         SUBLANG_LITHUANIAN_LITHUANIA, SUBLANG_LOWER_SORBIAN_GERMANY,
7952         SUBLANG_LUXEMBOURGISH_LUXEMBOURG, SUBLANG_MACEDONIAN_MACEDONIA,
7953         SUBLANG_MALAYALAM_INDIA, SUBLANG_MALTESE_MALTA,
7954         SUBLANG_MAORI_NEW_ZEALAND, SUBLANG_MAPUDUNGUN_CHILE,
7955         SUBLANG_MARATHI_INDIA, SUBLANG_MOHAWK_CANADA, SUBLANG_NEPALI_NEPAL,
7956         SUBLANG_OCCITAN_FRANCE, SUBLANG_ORIYA_INDIA,
7957         SUBLANG_PASHTO_AFGHANISTAN, SUBLANG_POLISH_POLAND,
7958         SUBLANG_ROMANSH_SWITZERLAND, SUBLANG_SAMI_NORTHERN_NORWAY,
7959         SUBLANG_SAMI_NORTHERN_SWEDEN, SUBLANG_SAMI_NORTHERN_FINLAND,
7960         SUBLANG_SAMI_LULE_NORWAY, SUBLANG_SAMI_LULE_SWEDEN,
7961         SUBLANG_SAMI_SOUTHERN_NORWAY, SUBLANG_SAMI_SOUTHERN_SWEDEN,
7962         SUBLANG_SAMI_SKOLT_FINLAND, SUBLANG_SAMI_INARI_FINLAND,
7963         SUBLANG_SANSKRIT_INDIA, SUBLANG_SINHALESE_SRI_LANKA,
7964         SUBLANG_SLOVAK_SLOVAKIA, SUBLANG_SLOVENIAN_SLOVENIA,
7965         SUBLANG_SOTHO_SOUTH_AFRICA, SUBLANG_SWAHILI_KENYA,
7966         SUBLANG_SWEDISH_SWEDEN, SUBLANG_SYRIAC_SYRIA,
7967         SUBLANG_TAGALOG_PHILIPPINES, SUBLANG_TAJIK_TAJIKISTAN,
7968         SUBLANG_TAMIL_INDIA, SUBLANG_TATAR_RUSSIA, SUBLANG_TELUGU_INDIA,
7969         SUBLANG_THAI_THAILAND, SUBLANG_TSWANA_SOUTH_AFRICA,
7970         SUBLANG_TURKISH_TURKEY, SUBLANG_TURKMEN_TURKMENISTAN,
7971         SUBLANG_UKRAINIAN_UKRAINE, SUBLANG_UPPER_SORBIAN_GERMANY,
7972         SUBLANG_VIETNAMESE_VIETNAM, SUBLANG_WELSH_UNITED_KINGDOM,
7973         SUBLANG_WOLOF_SENEGAL, SUBLANG_XHOSA_SOUTH_AFRICA,
7974         SUBLANG_YAKUT_RUSSIA, SUBLANG_YI_PRC, SUBLANG_YORUBA_NIGERIA,
7975         SUBLANG_ZULU_SOUTH_AFRICA): New macros.
7976         (gl_locale_name_from_win32_LANGID): Handle also the territory neutral
7977         locale ids. Add support for Alsatian, Bashkir, Breton, Corsican, Dari,
7978         Greenlandic, K'iche', Kinyarwanda, Luxembourgish, Mapudungun, Mohawk,
7979         Occitan, Scottish Gaelic, Wolof, Yakut. Change language code for Yi.
7980         Add more languages and countries for Sami, Sorbian. Add more countries
7981         for Serbian, Dutch. Add more scripts for Inuktitut. Be more precise
7982         for Pashto. Change country for Syriac, Tswana.
7983
7984 2009-12-21  Eric Blake  <ebb9@byu.net>
7985
7986         test-utimens: avoid spurious failure
7987         * tests/test-chown.h (nap): Factor...
7988         * tests/nap.h: ...into new file.
7989         * tests/test-lchown.h (nap): Avoid duplication.
7990         * tests/test-utimens-common.h (nap): Use shared implementation,
7991         necessary on file systems with 1-second resolution.
7992         * modules/chown-tests (Files): Include new file.
7993         * modules/fdutimensat-tests (Files): Likewise.
7994         * modules/futimens-tests (Files): Likewise.
7995         * modules/lchown-tests (Files): Likewise.
7996         * modules/openat-tests (Files): Likewise.
7997         * modules/utimens-tests (Files): Likewise.
7998         * modules/utimensat-tests (Files): Likewise.
7999
8000 2009-12-19  Eric Blake  <ebb9@byu.net>
8001
8002         futimens, utimensat: work around Linux bug
8003         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Detect ctime bug.
8004         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
8005         * lib/utimensat.c (rpl_utimensat): Work around it.
8006         * lib/futimens.c (rpl_futimens): Adjust comment.
8007
8008         utimens: work around Linux ctime bug
8009         * lib/utimens.c (detect_ctime_bug): New helper function.
8010         (update_timespec): Differentiate between workaround needed for
8011         this bug vs. what is needed for systems that lack utimensat.
8012         (fdutimens, lutimens): Work around bug.
8013
8014         utimens: check for ctime update
8015         * tests/test-utimens-common.h (check_ctime): Define.
8016         * tests/test-utimens.h (test_utimens): Expose the Linux bug.
8017         * tests/test-futimens.h (test_futimens): Likewise.
8018         * tests/test-lutimens.h (test_lutimens): Likewise.
8019         * doc/posix-functions/futimens.texi (futimens): Document the bug.
8020         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
8021
8022 2009-12-19  Bruno Haible  <bruno@clisp.org>
8023
8024         dprintf-posix: Check against memory leak fixed on 2009-12-15.
8025         * tests/test-dprintf-posix2.sh: New file.
8026         * tests/test-dprintf-posix2.c: New file.
8027         * modules/dprintf-posix-tests (Files): Add them.
8028         (configure.ac): Check for getrlimit and setrlimit.
8029         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
8030
8031 2009-12-19  Bruno Haible  <bruno@clisp.org>
8032
8033         fprintf-posix: Check against memory leak fixed on 2009-12-15.
8034         * tests/test-fprintf-posix3.sh: New file.
8035         * tests/test-fprintf-posix3.c: New file.
8036         * modules/fprintf-posix-tests (Files): Add them.
8037         (Makefile.am): Augment TESTS and CHECK_PROGRAMS.
8038
8039 2009-12-19  Eric Blake  <ebb9@byu.net>
8040
8041         dirfd: fix prototype
8042         * lib/dirent.in.h (dirfd): Argument is not const, per POSIX.
8043         * lib/dirfd.c (dirfd): Likewise.
8044
8045         canonicalize: reduce memory usage
8046         * lib/canonicalize.c (canonicalize_filename_mode): Trim the
8047         allocation to size.
8048         Reported by Solar Designer <solar@openwall.com>.
8049
8050 2009-12-19  Bruno Haible  <bruno@clisp.org>
8051
8052         New module attribute 'Applicability'.
8053         * modules/TEMPLATE-EXTENDED: New field 'Applicability'.
8054         * gnulib-tool: New option --extract-applicability.
8055         (func_usage): Document it.
8056         (sed_extract_prog): Recognize it.
8057         (func_get_applicability): New function.
8058         (func_import): Generalize handling of 'link-warning' module.
8059         * modules/link-warning (Applicability): New section.
8060         * modules/arg-nonnull (Applicability): New section.
8061         Repoted by Simon Josefsson <simon@josefsson.org>.
8062
8063 2009-12-19  Bruno Haible  <bruno@clisp.org>
8064
8065         fflush: tweak
8066         * lib/fflush.c (update_fpos_cache): Don't use fpos_t on Cygwin.
8067         * lib/fseeko.c (rpl_fseeko): Likewise.
8068
8069 2009-12-16  José E. Marchesi  <jemarch@gnu.org>  (tiny change)
8070
8071         * lib/gl_list.h: Fix typo in comment.
8072
8073 2009-12-16  Eric Blake  <ebb9@byu.net>
8074
8075         fcntl: use to simplify other modules
8076         * modules/cloexec (Depends-on): Add fcntl.
8077         * modules/fchdir (Depends-on): Likewise.
8078         * modules/fd-safer-flag (Depends-on): Likewise.
8079         * modules/unistd-safer (Depends-on): Likewise.
8080         * modules/dup3 (configure.ac): Set module indicator.
8081         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Replace fcntl if fchdir is
8082         missing.
8083         * lib/fchdir.c (_gl_register_dup): Fix comment.
8084         * lib/cloexec.c (dup_cloexec): Simplify, by relying on fcntl.
8085         * lib/dup-safer.c (dup_safer): Likewise.
8086         * lib/dup-safer-flag.c (dup_safer_flag): Likewise.
8087         * lib/dup3.c (dup3): Likewise.
8088         * tests/test-fchdir.c (main): Enhance test.
8089         Fixes a dup_cloexec bug reported by OndÅ™ej Vašík.
8090
8091         fcntl: port portions of fcntl to mingw
8092         * m4/fcntl.m4 (gl_FUNC_FCNTL): Also build fcntl.c on mingw.
8093         * lib/fcntl.c (fcntl) <F_DUPFD, F_DUPFD_CLOEXEC, F_GETFD>: Provide
8094         replacement for mingw.
8095         * modules/fcntl (Description): Update.
8096         (Depends-on): Add dup2.
8097         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness.
8098         * modules/fcntl-h (Makefile.am): Substitute it.
8099         * lib/fcntl.in.h (fcntl): Update declaration.
8100         (F_DUPFD, F_GETFD): New macros, when needed.
8101         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
8102         * doc/posix-functions/fcntl.texi (fcntl): Likewise.
8103         * tests/test-fcntl.c (check_flags, main): Enhance test for items
8104         we now guarantee.
8105
8106         fcntl: work around cygwin bug in F_DUPFD
8107         * m4/fcntl.m4 (gl_REPLACE_FCNTL): New macro.
8108         (gl_FUNC_FCNTL): Use it.  Test for F_DUPFD bug.
8109         * lib/fcntl.c (rpl_fcntl) <F_DUPFD>: Work around it.
8110         <F_DUPFD_CLOEXEC>: Reduce calls to _gl_register_dup.
8111         * doc/posix-functions/fcntl.texi (fcntl): Document it.
8112
8113         fcntl: support F_DUPFD_CLOEXEC on systems with fcntl
8114         * modules/fcntl (Files): List new files.
8115         (configure.ac): Run a test.
8116         * m4/fcntl.m4 (gl_FUNC_FCNTL): New file.
8117         * lib/fcntl.c (rpl_fcntl): Likewise.
8118         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Add witness defaults.
8119         (gl_FCNTL_H): Always replace fcntl.h.
8120         * modules/fcntl-h (Makefile.am): Substitute witnesses.
8121         * lib/fcntl.in.h (fcntl): Declare replacement.
8122         (F_DUPFD_CLOEXEC, GNULIB_defined_F_DUPFD_CLOEXEC): New macro when
8123         needed, plus a witness.
8124         * doc/posix-functions/fcntl.texi (fcntl): Document this.
8125         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
8126         * tests/test-fcntl.c: New file.
8127         * modules/fcntl-tests: Likewise.
8128
8129         binary-io: avoid potential compilation warning
8130         * lib/binary-io.h [__DJGPP__]: Avoid null preprocessor
8131         directives.
8132
8133         fflush: avoid compilation error on NetBSD
8134         * lib/fflush.c (update_fpos_cache): Use a union to safely convert
8135         between off_t and fpos_t, since the latter is sometimes a struct.
8136         * lib/fseeko.c (rpl_fseeko): Likewise.
8137         Reported by Alexander Nasonov <alnsn@yandex.ru>.
8138
8139 2009-12-15  Eric Blake  <ebb9@byu.net>
8140
8141         fcntl-h, stdio, sys_ioctl: fix declarations
8142         * lib/stdio.in.h (dprintf): Use of link warning on a variadic
8143         function must not take arguments.
8144         * lib/sys_ioctl.in.h (ioctl): Likewise.
8145         * lib/fcntl.in.h (openat): Likewise.  Declare extern.
8146         (open): Add a link warning.
8147
8148 2009-12-15  Jim Meyering  <meyering@redhat.com>
8149
8150         areadlink, areadlink-with-size: relax license to LGPLv2+
8151         * modules/areadlink (License): Relax to LGPLv2+.
8152         * modules/areadlink-with-size (License): Likewise.
8153
8154 2009-12-15  Joel E. Denny  <jdenny@clemson.edu>
8155             Bruno Haible  <bruno@clisp.org>
8156
8157         *printf: Fix memory leak.
8158         * lib/fprintf.c (fprintf): Free memory allocated by vasnprintf.
8159         * lib/vfprintf.c (vfprintf): Likewise.
8160         * lib/dprintf.c (dprintf): Likewise.
8161         * lib/vdprintf.c (vdprintf): Likewise.
8162
8163 2009-12-14  Eric Blake  <ebb9@byu.net>
8164
8165         accept4: adjust module dependencies
8166         * modules/accept4 (Depends-on): Use fcntl-h, not fcntl.
8167
8168         utimens: one more try at avoiding compiler warning
8169         * lib/utimens.c (lutimens): Lower scope of result.
8170
8171 2009-12-13  Bruno Haible  <bruno@clisp.org>
8172
8173         Move the malloc checking from module 'list' to new module 'xlist'.
8174         * modules/xlist: New file.
8175         * lib/gl_xlist.h: New file.
8176         * lib/gl_xlist.c: New file.
8177         * lib/gl_list.h (gl_list_create_empty, gl_list_create,
8178         gl_list_node_set_value, gl_list_set_at, gl_list_add_first,
8179         gl_list_add_last, gl_list_add_before, gl_list_add_after,
8180         gl_list_nx_add_at, gl_sortedlist_add): Disable declarations.
8181         (gl_list_nx_create_empty, gl_list_nx_create, gl_list_node_nx_set_value,
8182         gl_list_nx_set_at, gl_list_nx_add_first, gl_list_nx_add_last,
8183         gl_list_nx_add_before, gl_list_nx_add_after, gl_list_nx_add_at,
8184         gl_sortedlist_nx_add): New declarations.
8185         (struct gl_list_implementation): Rename and change methods accordingly.
8186         (gl_list_nx_create_empty): Renamed from gl_list_create_empty.
8187         (gl_list_nx_create): Renamed from gl_list_create.
8188         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
8189         (gl_list_nx_set_at): Renamed from gl_list_set_at.
8190         (gl_list_nx_add_first): Renamed from gl_list_add_first.
8191         (gl_list_nx_add_last): Renamed from gl_list_add_last.
8192         (gl_list_nx_add_before): Renamed from gl_list_add_before.
8193         (gl_list_nx_add_after): Renamed from gl_list_add_after.
8194         (gl_list_nx_add_at): Renamed from gl_list_add_at.
8195         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
8196         * lib/gl_list.c (gl_list_nx_create_empty): Renamed from
8197         gl_list_create_empty.
8198         (gl_list_nx_create): Renamed from gl_list_create.
8199         (gl_list_node_nx_set_value): Renamed from gl_list_node_set_value.
8200         (gl_list_nx_set_at): Renamed from gl_list_set_at.
8201         (gl_list_nx_add_first): Renamed from gl_list_add_first.
8202         (gl_list_nx_add_last): Renamed from gl_list_add_last.
8203         (gl_list_nx_add_before): Renamed from gl_list_add_before.
8204         (gl_list_nx_add_after): Renamed from gl_list_add_after.
8205         (gl_list_nx_add_at): Renamed from gl_list_add_at.
8206         (gl_sortedlist_nx_add): Renamed from gl_sortedlist_add.
8207         * lib/gl_array_list.c: Don't include xalloc.h.
8208         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Return
8209         NULL upon out-of-memory.
8210         (gl_array_nx_create): Renamed from gl_array_create. Return NULL upon
8211         out-of-memory.
8212         (gl_array_node_nx_set_value): Renamed from gl_array_node_set_value.
8213         Change return type to 'int'.
8214         (gl_array_nx_set_at): Renamed from gl_array_set_at.
8215         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
8216         (gl_array_nx_add_first): Renamed from gl_array_add_first. Return NULL
8217         upon out-of-memory.
8218         (gl_array_nx_add_last): Renamed from gl_array_add_last. Return NULL
8219         upon out-of-memory.
8220         (gl_array_nx_add_before): Renamed from gl_array_add_before. Return NULL
8221         upon out-of-memory.
8222         (gl_array_nx_add_after): Renamed from gl_array_add_after. Return NULL
8223         upon out-of-memory.
8224         (gl_array_nx_add_at): Renamed from gl_array_add_at. Return NULL upon
8225         out-of-memory.
8226         (gl_array_sortedlist_nx_add): Renamed from gl_array_sortedlist_add.
8227         Update.
8228         (gl_array_list_implementation): Update.
8229         * lib/gl_carray_list.c: Don't include xalloc.h.
8230         (gl_carray_nx_create_empty): Renamed from gl_carray_create_empty.
8231         Return NULL upon out-of-memory.
8232         (gl_carray_nx_create): Renamed from gl_carray_create. Return NULL upon
8233         out-of-memory.
8234         (gl_carray_node_nx_set_value): Renamed from gl_carray_node_set_value.
8235         Change return type to 'int'.
8236         (gl_carray_nx_set_at): Renamed from gl_carray_set_at.
8237         (grow): Change return type to 'int'. Return -1 upon out-of-memory.
8238         (gl_carray_nx_add_first): Renamed from gl_carray_add_first. Return NULL
8239         upon out-of-memory.
8240         (gl_carray_nx_add_last): Renamed from gl_carray_add_last. Return NULL
8241         upon out-of-memory.
8242         (gl_carray_nx_add_at): Renamed from gl_carray_add_at. Return NULL upon
8243         out-of-memory.
8244         (gl_carray_nx_add_before): Renamed from gl_carray_add_before. Update.
8245         (gl_carray_nx_add_after): Renamed from gl_carray_add_after. Update.
8246         (gl_carray_sortedlist_nx_add): Renamed from gl_carray_sortedlist_add.
8247         Update.
8248         (gl_carray_list_implementation): Update.
8249         * lib/gl_anyhash_list2.h (hash_resize): Do nothing upon out-of-memory.
8250         * lib/gl_anylinked_list2.h (gl_linked_nx_create_empty): Renamed from
8251         gl_linked_create_empty. Return NULL upon out-of-memory.
8252         (gl_linked_nx_create): Renamed from gl_linked_create. Return NULL upon
8253         out-of-memory.
8254         (gl_linked_node_nx_set_value): Renamed from gl_linked_node_set_value.
8255         Change return type to 'int'. Return -1 upon out-of-memory.
8256         (gl_linked_nx_set_at): Renamed from gl_linked_set_at. Return NULL upon
8257         out-of-memory.
8258         (gl_linked_nx_add_first): Renamed from gl_linked_add_first. Return NULL
8259         upon out-of-memory.
8260         (gl_linked_nx_add_last): Renamed from gl_linked_add_last. Return NULL
8261         upon out-of-memory.
8262         (gl_linked_nx_add_before): Renamed from gl_linked_add_before. Return
8263         NULL upon out-of-memory.
8264         (gl_linked_nx_add_after): Renamed from gl_linked_add_after. Return NULL
8265         upon out-of-memory.
8266         (gl_linked_nx_add_at): Renamed from gl_linked_add_at. Return NULL upon
8267         out-of-memory.
8268         (gl_linked_sortedlist_nx_add): Renamed from gl_linked_sortedlist_add.
8269         Update.
8270         * lib/gl_linked_list.c: Don't include xalloc.h.
8271         (gl_linked_list_implementation): Update.
8272         * lib/gl_linkedhash_list.c: Don't include xalloc.h.
8273         (add_to_bucket): Change return type to 'int'.
8274         (gl_linkedhash_list_implementation): Update.
8275         * lib/gl_anytree_list1.h (free_subtree): New function.
8276         * lib/gl_anytree_list2.h (gl_tree_nx_create_empty): Renamed from
8277         gl_tree_create_empty. Return NULL upon out-of-memory.
8278         (gl_tree_node_nx_set_value): Renamed from gl_tree_node_set_value.
8279         Change return type to 'int'. Return -1 upon out-of-memory.
8280         (gl_tree_nx_set_at): Renamed from gl_tree_set_at. Return NULL upon
8281         out-of-memory.
8282         (gl_tree_nx_add_at): Renamed from gl_tree_add_at. Update.
8283         (gl_tree_remove_node): New function, moved here from
8284         lib/gl_anyavltree_list2.h and lib/gl_anyrbtree_list2.h.
8285         (gl_tree_sortedlist_nx_add): Renamed from gl_tree_sortedlist_add.
8286         Update.
8287         * lib/gl_anyavltree_list2.h (create_subtree_with_contents): Use
8288         malloc, not xmalloc. Return NULL upon out-of-memory.
8289         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
8290         out-of-memory.
8291         (gl_tree_remove_node_from_tree): New function, extracted from
8292         gl_tree_remove_node.
8293         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
8294         upon out-of-memory.
8295         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
8296         out-of-memory.
8297         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
8298         upon out-of-memory.
8299         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
8300         upon out-of-memory.
8301         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
8302         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents): Use malloc,
8303         not xmalloc. Return NULL upon out-of-memory.
8304         (gl_tree_nx_create): Renamed from gl_tree_create. Return NULL upon
8305         out-of-memory.
8306         (gl_tree_remove_node_from_tree): New function, extracted from
8307         gl_tree_remove_node.
8308         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Return NULL
8309         upon out-of-memory.
8310         (gl_tree_nx_add_last): Renamed from gl_tree_add_last. Return NULL upon
8311         out-of-memory.
8312         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Return NULL
8313         upon out-of-memory.
8314         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Return NULL
8315         upon out-of-memory.
8316         (gl_tree_remove_node): Remove function. Moved to gl_anytree_list2.h.
8317         * lib/gl_avltree_list.c: Don't include xalloc.h. Include
8318         gl_anytree_list1.h before gl_anyavltree_list2.h.
8319         (gl_avltree_list_implementation): Update.
8320         * lib/gl_rbtree_list.c: Don't include xalloc.h. Include
8321         gl_anytree_list1.h before gl_anyavltree_list2.h.
8322         (gl_rbtree_list_implementation): Update.
8323         * lib/gl_anytreehash_list1.h (add_to_bucket, add_nodes_to_buckets):
8324         Change return type to 'int'. Return -1 upon out-of-memory. Use
8325         __builtin_expect.
8326         * lib/gl_avltreehash_list.c: Don't include xalloc.h.
8327         (gl_avltreehash_list_implementation): Update.
8328         * lib/gl_rbtreehash_list.c: Don't include xalloc.h.
8329         (gl_rbtreehash_list_implementation): Update.
8330         * modules/array-list (Depends-on): Remove xalloc.
8331         * modules/carray-list (Depends-on): Likewise.
8332         * modules/linked-list (Depends-on): Likewise.
8333         * modules/linkedhash-list (Depends-on): Likewise.
8334         * modules/avltree-list (Depends-on): Likewise.
8335         * modules/rbtree-list (Depends-on): Likewise.
8336         * modules/avltreehash-list (Depends-on): Likewise.
8337         * modules/rbtreehash-list (Depends-on): Likewise.
8338
8339         * modules/xsublist: New file.
8340         * lib/gl_xsublist.h: New file.
8341         * lib/gl_xsublist.c: New file.
8342         * lib/gl_sublist.h (gl_sublist_create): Disable declaration.
8343         (gl_sublist_nx_create): New declaration.
8344         * lib/gl_sublist.c: Don't include xalloc.h.
8345         (gl_sublist_nx_create_empty): Renamed from gl_sublist_create_empty.
8346         (gl_sublist_nx_create_fill): Renamed from gl_sublist_create_fill.
8347         (gl_sublist_node_nx_set_value): Renamed from gl_sublist_node_set_value.
8348         Change return type to 'int'. Return -1 upon out-of-memory.
8349         (gl_sublist_nx_set_at): Renamed from gl_sublist_set_at. Return NULL
8350         upon out-of-memory.
8351         (gl_sublist_nx_add_first): Renamed from gl_sublist_add_first. Return
8352         NULL upon out-of-memory.
8353         (gl_sublist_nx_add_last): Renamed from gl_sublist_add_last. Return NULL
8354         upon out-of-memory.
8355         (gl_sublist_nx_add_before): Renamed from gl_sublist_add_before. Return
8356         NULL upon out-of-memory.
8357         (gl_sublist_nx_add_after): Renamed from gl_sublist_add_after. Return
8358         NULL upon out-of-memory.
8359         (gl_sublist_nx_add_at): Renamed from gl_sublist_add_at. Return NULL
8360         upon out-of-memory.
8361         (gl_sublist_sortedlist_nx_add): Renamed from gl_sublist_sortedlist_add.
8362         (gl_sublist_list_implementation): Update.
8363         (gl_sublist_nx_create): Renamed from gl_sublist_create. Return NULL
8364         upon out-of-memory.
8365         * modules/sublist (Depends-on): Remove xalloc.
8366
8367         * tests/test-array_list.c: Use gl_list_nx_* functions where possible.
8368         * tests/test-carray_list.c: Likewise.
8369         * tests/test-linked_list.c: Likewise.
8370         * tests/test-linkedhash_list.c: Likewise.
8371         * tests/test-avltree_list.c: Likewise.
8372         * tests/test-rbtree_list.c: Likewise.
8373         * tests/test-avltreehash_list.c: Likewise.
8374         * tests/test-rbtreehash_list.c: Likewise.
8375         * modules/array-list-tests (Makefile.am): Don't link with @LIBINTL@.
8376         * modules/carray-list-tests (Makefile.am): Likewise.
8377         * modules/linked-list-tests (Makefile.am): Likewise.
8378         * modules/linkedhash-list-tests (Makefile.am): Likewise.
8379         * modules/avltree-list-tests (Makefile.am): Likewise.
8380         * modules/rbtree-list-tests (Makefile.am): Likewise.
8381         * modules/avltreehash-list-tests (Makefile.am): Likewise.
8382         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
8383
8384         * NEWS: Mention the changes.
8385
8386         * lib/clean-temp.c: Include gl_xlist.h.
8387         * modules/clean-temp (Depends-on): Add xlist.
8388
8389         * lib/git-merge-changelog.c: Include gl_xlist.h instead of gl_list.h.
8390         * modules/git-merge-changelog (Depends-on): Add xlist. Remove list.
8391
8392         * tests/test-array_oset.c: Include gl_xlist.h.
8393         * modules/array-oset-tests (Depends-on): Add xlist.
8394
8395         Reported by José E. Marchesi <jemarch@gnu.org>.
8396
8397 2009-12-13  Bruno Haible  <bruno@clisp.org>
8398
8399         Move the malloc checking from module 'oset' to new module 'xoset'.
8400         * modules/xoset: New file.
8401         * lib/gl_xoset.h: New file.
8402         * lib/gl_xoset.c: New file.
8403         * lib/gl_oset.h (gl_oset_create_empty, gl_oset_add): Disable
8404         declarations.
8405         (gl_oset_nx_create_empty, gl_oset_nx_add): New declarations.
8406         (struct gl_oset_implementation): Rename and change methods accordingly.
8407         (gl_oset_nx_create_empty): Renamed from gl_oset_create_empty.
8408         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
8409         'int'. Mark as __warn_unused_result__.
8410         * lib/gl_oset.c (gl_oset_nx_create_empty): Renamed from
8411         gl_oset_create_empty.
8412         (gl_oset_nx_add): Renamed from gl_oset_add. Change return type to
8413         'int'.
8414         * lib/gl_array_oset.c: Don't include xalloc.h.
8415         (gl_array_nx_create_empty): Renamed from gl_array_create_empty. Use
8416         malloc, not xmalloc.
8417         (grow): Change return type to 'int'. Don't call xalloc_die.
8418         (gl_array_nx_add_at): Renamed from gl_array_add_at. Change return type
8419         to 'int'.
8420         (gl_array_nx_add): Renamed from gl_array_add. Change return type to
8421         'int'.
8422         (gl_array_oset_implementation): Update.
8423         * lib/gl_anytree_oset.h (gl_tree_nx_create_empty): Renamed from
8424         gl_tree_create_empty.
8425         (gl_tree_nx_add): Renamed from gl_tree_add. Change return type to
8426         'int'.
8427         * lib/gl_avltree_oset.c: Don't include xalloc.h.
8428         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
8429         xmalloc.
8430         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
8431         not xmalloc.
8432         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
8433         xmalloc.
8434         (gl_avltree_oset_implementation): Update.
8435         * lib/gl_rbtree_oset.c: Don't include xalloc.h.
8436         (gl_tree_nx_add_first): Renamed from gl_tree_add_first. Use malloc, not
8437         xmalloc.
8438         (gl_tree_nx_add_before): Renamed from gl_tree_add_before. Use malloc,
8439         not xmalloc.
8440         (gl_tree_nx_add_after): Renamed from gl_tree_add_after. Use malloc, not
8441         xmalloc.
8442         (gl_rbtree_oset_implementation): Update.
8443         * modules/array-oset (Depends-on): Remove xalloc.
8444         * modules/avltree-oset (Depends-on): Likewise.
8445         * modules/rbtree-oset (Depends-on): Likewise.
8446         * tests/test-array_oset.c: Use gl_oset_nx_* functions where possible.
8447         * tests/test-avltree_oset.c: Likewise.
8448         * tests/test-rbtree_oset.c: Likewise.
8449         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
8450         * modules/avltree-oset-tests (Makefile.am): Don't link with @LIBINTL@.
8451         * modules/rbtree-oset-tests (Makefile.am): Likewise.
8452         * NEWS: Mention the change.
8453
8454 2009-12-05  Alfred M. Szmidt  <ams@gnu.org>
8455
8456         maint.mk: allow a project to override release-prep commands
8457         * top/maint.mk (alpha, beta, stable): Move release-preparatory
8458         commands into a new rule.
8459         (release-prep): New rule.
8460         (release-prep-hook): New overridable variable.
8461
8462 2009-12-13  Bruno Haible  <bruno@clisp.org>
8463
8464         * lib/localcharset.c (locale_charset): Fix comment about use of GetACP.
8465
8466 2009-12-13  Jim Meyering  <meyering@redhat.com>
8467
8468         maint.mk (null_AM_MAKEFLAGS, built_programs): remove unused definitions
8469         * top/maint.mk (null_AM_MAKEFLAGS, built_programs): Remove definitions.
8470
8471 2009-12-12  Bruno Haible  <bruno@clisp.org>
8472
8473         duplocale: Tweak.
8474         * lib/duplocale.c (rpl_duplocale): Mark categories array as 'const'.
8475
8476 2009-12-12  Karl Berry  <karl@gnu.org>
8477
8478         * config/srclist.txt (strtoll.c): tab changes, no more sync.
8479
8480 2009-12-12  Bruno Haible  <bruno@clisp.org>
8481
8482         * m4/po.m4: Undo incorrect untabification.
8483
8484 2009-12-12  Bruno Haible  <bruno@clisp.org>
8485
8486         c-strtod, c-strtold: Use multithread-safe implementation on MacOS X.
8487         * modules/c-strtod (Depends-on): Add locale.
8488         * modules/c-strtold (Depends-on): Likewise.
8489
8490 2009-12-12  Bruno Haible  <bruno@clisp.org>
8491
8492         * lib/localcharset.c (locale_charset): Add comment about use of GetACP.
8493
8494 2009-12-11  Eric Blake  <ebb9@byu.net>
8495
8496         setenv: relax requirement in light of POSIX ruling
8497         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Test handling of "" but
8498         not NULL.
8499         * tests/test-setenv.c (main): Relax test.
8500         * tests/test-unsetenv.c (main): Likewise.
8501         * doc/posix-functions/setenv.texi (setenv): Document this.
8502         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
8503
8504 2009-12-11  Bruno Haible  <bruno@clisp.org>
8505
8506         New module 'fd-safer-flag'.
8507         * lib/dup-safer-flag.c: New file, extracted from lib/dup-safer.c.
8508         * lib/dup-safer.c (dup_safer_flag): Remove function.
8509         * lib/fd-safer-flag.c: New file, extracted from lib/fd-safer.c.
8510         * lib/fd-safer.c (fd_safer_flag): Remove function.
8511         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): Update condition.
8512         * modules/cloexec (configure.ac): Drop indicator macro.
8513         * modules/fd-safer-flag: New file.
8514         * modules/pipe2-safer (Depends-on): Add fd-safer-flag. Remove cloexec.
8515         * modules/stdlib-safer (Depends-on): Add fd-safer-flag.
8516         * modules/unistd-safer-tests (Depends-on): Add fd-safer-flag.
8517
8518 2009-12-11  Bruno Haible  <bruno@clisp.org>
8519
8520         Tests for module 'nl_langinfo'.
8521         * modules/nl_langinfo-tests: New file.
8522         * tests/test-nl_langinfo.sh: New file.
8523         * tests/test-nl_langinfo.c: New file.
8524
8525         New module 'nl_langinfo'.
8526         * lib/nl_langinfo.c: New file.
8527         * m4/nl_langinfo.m4: New file.
8528         * modules/nl_langinfo: New file.
8529         * doc/posix-functions/nl_langinfo.texi: Mention the new module.
8530
8531 2009-12-11  Bruno Haible  <bruno@clisp.org>
8532
8533         Tests for module 'langinfo'.
8534         * modules/langinfo-tests: New file.
8535         * tests/test-langinfo.c: New file.
8536
8537         New module 'langinfo'.
8538         * lib/langinfo.in.h: New file.
8539         * m4/langinfo_h.m4: New file.
8540         * modules/langinfo: New file.
8541         * doc/posix-headers/langinfo.texi: Mention the new module.
8542
8543 2009-12-11  Bruno Haible  <bruno@clisp.org>
8544
8545         * lib/config.charset: Untabify.
8546
8547 2009-12-11  Bruno Haible  <bruno@clisp.org>
8548
8549         * modules/unistd-safer (configure.ac): Drop indicator macro.
8550
8551 2009-12-11  Bruno Haible  <bruno@clisp.org>
8552
8553         Move pipe2-safer code to its own file.
8554         * lib/pipe2-safer.c: New file, extracted from lib/pipe-safer.c.
8555         * lib/pipe-safer.c (pipe2_safer): Remove function.
8556         * modules/pipe2-safer (Files): Add lib/pipe2-safer.c.
8557         (Makefile.am): Add it to lib_SOURCES.
8558
8559 2009-12-10  Bruno Haible  <bruno@clisp.org>
8560
8561         * lib/recvfrom.c (rpl_recvfrom): Allow the from argument to be NULL.
8562
8563 2009-12-10  Bruno Haible  <bruno@clisp.org>
8564
8565         Declare which arguments expect non-NULL values, for GCC and clang.
8566         * build-aux/arg-nonnull.h: New file.
8567         * modules/arg-nonnull: New file.
8568         * lib/arpa_inet.in.h (_GL_ARG_NONNULL): New placeholder.
8569         (inet_ntop, inet_pton): Use it.
8570         * lib/dirent.in.h (_GL_ARG_NONNULL): New placeholder.
8571         (closedir, dirfd, opendir, scandir, alphasort): Use it.
8572         * lib/fcntl.in.h (_GL_ARG_NONNULL): New placeholder.
8573         (open, openat): Use it.
8574         * lib/fnmatch.in.h (_GL_ARG_NONNULL): New placeholder.
8575         (fnmatch): Use it.
8576         * lib/getopt.in.h (_GL_ARG_NONNULL): New placeholder.
8577         (getopt, getopt_long, getopt_long_only): Use it.
8578         * lib/glob.in.h (_GL_ARG_NONNULL): New placeholder.
8579         * lib/glob-libc.h (glob, globfree, glob64, globfree64, glob_pattern_p):
8580         Use it.
8581         * lib/iconv.in.h (_GL_ARG_NONNULL): New placeholder.
8582         (iconv_open): Use it.
8583         * lib/inttypes.in.h (_GL_ARG_NONNULL): New placeholder.
8584         (strtoimax, strtoumax): Use it.
8585         * lib/locale.in.h (_GL_ARG_NONNULL): New placeholder.
8586         (duplocale): Use it.
8587         * lib/math.in.h (_GL_ARG_NONNULL): New placeholder.
8588         (frexp, frexpl): Use it.
8589         * lib/netdb.in.h (_GL_ARG_NONNULL): New placeholder.
8590         (getaddrinfo, freeaddrinfo, getnameinfo): Use it.
8591         * lib/search.in.h (_GL_ARG_NONNULL): New placeholder.
8592         (tsearch, tfind, tdelete, twalk): Use it.
8593         * lib/signal.in.h (_GL_ARG_NONNULL): New placeholder.
8594         (sigismember, sigemptyset, sigaddset, sigdelset, sigfillset,
8595         sigpending): Use it.
8596         * lib/spawn.in.h (_GL_ARG_NONNULL): New placeholder.
8597         (posix_spawn, posix_spawnp, posix_spawnattr_init,
8598         posix_spawnattr_destroy, posix_spawnattr_getsigdefault,
8599         posix_spawnattr_setsigdefault, posix_spawnattr_getsigmask,
8600         posix_spawnattr_setsigmask, posix_spawnattr_getflags,
8601         posix_spawnattr_setflags, posix_spawnattr_getpgroup,
8602         posix_spawnattr_setpgroup, posix_spawnattr_getschedpolicy,
8603         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam,
8604         posix_spawnattr_setschedparam, posix_spawn_file_actions_init,
8605         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addopen,
8606         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2):
8607         Use it.
8608         * lib/stdio.in.h (_GL_ARG_NONNULL): New placeholder.
8609         (dprintf, fclose, fopen, fprintf, fpurge, fputc, fputs, freopen,
8610         rpl_fseek, fseeko, rpl_ftell, ftello, fwrite, getdelim, getline,
8611         obstack_printf, obstack_vprintf, popen, printf, putc, puts, remove,
8612         rename, renameat, snprintf, sprintf, asprintf, vasprintf, vdprintf,
8613         vfprintf, vprintf, vsnprintf, vsprintf): Use it.
8614         * lib/stdlib.in.h (_GL_ARG_NONNULL): New placeholder.
8615         (atoll, canonicalize_file_name, getloadavg, getsubopt, mkdtemp,
8616         mkostemp, mkostemps, mkstemp, mkstemps, putenv, srandom_r, initstate_r,
8617         setstate_r, random_r, realpath, rpmatch, setenv, strtod, strtoll,
8618         strtoull, unsetenv): Use it.
8619         * lib/string.in.h (_GL_ARG_NONNULL): New placeholder.
8620         (memchr, memmem, mempcpy, memrchr, rawmemchr, stpcpy, stpncpy,
8621         strchrnul, strdup, strndup, strnlen, strpbrk, strsep, strstr,
8622         strcasestr, strtok_r, mbslen, mbsnlen, mbschr, mbsrchr, mbsstr,
8623         mbscasecmp, mbsncasecmp, mbspcasecmp, mbscasestr, mbscspn, mbspbrk,
8624         mbsspn, mbssep, mbstok_r, strverscmp): Use it.
8625         * lib/strings.in.h (_GL_ARG_NONNULL): New placeholder.
8626         (strcasecmp, strncasecmp): Use it.
8627         * lib/sys_socket.in.h (_GL_ARG_NONNULL): New placeholder.
8628         (rpl_connect, rpl_bind, rpl_getpeername, rpl_getsockname,
8629         rpl_getsockopt, rpl_recv, rpl_send, rpl_recvfrom, rpl_sendto,
8630         rpl_setsockopt): Use it.
8631         * lib/sys_stat.in.h (_GL_ARG_NONNULL): New placeholder.
8632         (fchmodat, fstat, fstatat, lchmod, rpl_lstat, mkdir, mkdirat, mkfifo,
8633         mkfifoat, mknod, mknodat, stat, utimensat): Use it.
8634         * lib/sys_time.in.h (_GL_ARG_NONNULL): New placeholder.
8635         (gettimeofday): Use it.
8636         * lib/sys_times.in.h (_GL_ARG_NONNULL): New placeholder.
8637         (times): Use it.
8638         * lib/sys_utsname.in.h (_GL_ARG_NONNULL): New placeholder.
8639         (uname): Use it.
8640         * lib/time.in.h (_GL_ARG_NONNULL): New placeholder.
8641         (nanosleep, mktime, localtime_r, gmtime_r, strptime, timegm): Use it.
8642         * lib/unistd.in.h (_GL_ARG_NONNULL): New placeholder.
8643         (chown, euidaccess, faccessat, _gl_register_fd, fchownat,
8644         getdomainname, gethostname, getlogin_r, lchown, link, linkat, pipe2,
8645         pread, readlink, readlinkat, rmdir, symlink, symlinkat, unlink,
8646         unlinkat, write): Use it.
8647         * lib/wchar.in.h (_GL_ARG_NONNULL): New placeholder.
8648         (mbsrtowcs, mbsnrtowcs, wcsrtombs, wcsnrtombs): Use it.
8649         * lib/argv-iter.h: Include arg-nonnull.h.
8650         (_ATTRIBUTE_NONNULL_): Remove macro.
8651         (argv_iter_init_argv, argv_iter_init_stream, argv_iter,
8652         argv_iter_n_args, argv_iter_free): Use _GL_ARG_NONNULL.
8653         * lib/canonicalize-lgpl.c (_GL_ARG_NONNULL): Define, to defeat gcc
8654         optimization.
8655         * lib/getaddrinfo.c (_GL_ARG_NONNULL): Likewise.
8656         * lib/getdelim.c (_GL_ARG_NONNULL): Likewise.
8657         * lib/glob.c (_GL_ARG_NONNULL): Likewise.
8658         * lib/random_r.c (_GL_ARG_NONNULL): Likewise.
8659         * lib/setenv.c (_GL_ARG_NONNULL): Likewise.
8660         * lib/strtod.c (_GL_ARG_NONNULL): Likewise.
8661         * lib/tsearch.c (_GL_ARG_NONNULL): Likewise.
8662         * lib/unsetenv.c (_GL_ARG_NONNULL): Likewise.
8663         * modules/arpa_inet (Depends-on): Add arg-nonnull.
8664         (Makefile.am): Insert arg-nonnull.h into arpa/inet.h.
8665         * modules/dirent (Depends-on): Add arg-nonnull.
8666         (Makefile.am): Insert arg-nonnull.h into dirent.h.
8667         * modules/fcntl-h (Depends-on): Add arg-nonnull.
8668         (Makefile.am): Insert arg-nonnull.h into fcntl.h.
8669         * modules/fnmatch (Depends-on): Add arg-nonnull.
8670         (Makefile.am): Insert arg-nonnull.h into fnmatch.h.
8671         * modules/getopt-posix (Depends-on): Add arg-nonnull.
8672         (Makefile.am): Insert arg-nonnull.h into getopt.h.
8673         * modules/glob (Depends-on): Add arg-nonnull.
8674         (Makefile.am): Insert arg-nonnull.h into glob.h.
8675         * modules/iconv_open (Depends-on): Add arg-nonnull.
8676         (Makefile.am): Insert arg-nonnull.h into iconv.h.
8677         * modules/inttypes (Depends-on): Add arg-nonnull.
8678         (Makefile.am): Insert arg-nonnull.h into inttypes.h.
8679         * modules/locale (Depends-on): Add arg-nonnull.
8680         (Makefile.am): Insert arg-nonnull.h into locale.h.
8681         * modules/math (Depends-on): Add arg-nonnull.
8682         (Makefile.am): Insert arg-nonnull.h into math.h.
8683         * modules/netdb (Depends-on): Add arg-nonnull.
8684         (Makefile.am): Insert arg-nonnull.h into netdb.h.
8685         * modules/search (Depends-on): Add arg-nonnull.
8686         (Makefile.am): Insert arg-nonnull.h into search.h.
8687         * modules/signal (Depends-on): Add arg-nonnull.
8688         (Makefile.am): Insert arg-nonnull.h into signal.h.
8689         * modules/spawn (Depends-on): Add arg-nonnull.
8690         (Makefile.am): Insert arg-nonnull.h into spawn.h.
8691         * modules/stdio (Depends-on): Add arg-nonnull.
8692         (Makefile.am): Insert arg-nonnull.h into stdio.h.
8693         * modules/stdlib (Depends-on): Add arg-nonnull.
8694         (Makefile.am): Insert arg-nonnull.h into stdlib.h.
8695         * modules/string (Depends-on): Add arg-nonnull.
8696         (Makefile.am): Insert arg-nonnull.h into string.h.
8697         * modules/strings (Depends-on): Add arg-nonnull.
8698         (Makefile.am): Insert arg-nonnull.h into strings.h.
8699         * modules/sys_socket (Depends-on): Add arg-nonnull.
8700         (Makefile.am): Insert arg-nonnull.h into sys/socket.h.
8701         * modules/sys_stat (Depends-on): Add arg-nonnull.
8702         (Makefile.am): Insert arg-nonnull.h into sys/stat.h.
8703         * modules/sys_time (Depends-on): Add arg-nonnull.
8704         (Makefile.am): Insert arg-nonnull.h into sys/time.h.
8705         * modules/sys_times (Depends-on): Add arg-nonnull.
8706         (Makefile.am): Insert arg-nonnull.h into sys/times.h.
8707         * modules/sys_utsname (Depends-on): Add arg-nonnull.
8708         (Makefile.am): Insert arg-nonnull.h into sys/utsname.h.
8709         * modules/time (Depends-on): Add arg-nonnull.
8710         (Makefile.am): Insert arg-nonnull.h into time.h.
8711         * modules/unistd (Depends-on): Add arg-nonnull.
8712         (Makefile.am): Insert arg-nonnull.h into unistd.h.
8713         * modules/wchar (Depends-on): Add arg-nonnull.
8714         (Makefile.am): Insert arg-nonnull.h into wchar.h.
8715         * modules/argv-iter (Depends-on): Add arg-nonnull.
8716         * tests/test-canonicalize.c (null_ptr): New function.
8717         (main): Use it.
8718         * tests/test-canonicalize-lgpl.c (null_ptr): New function.
8719         (main): Use it.
8720         * tests/test-memmem.c (null_ptr): New function.
8721         (main): Use it.
8722         Reported by Jim Meyering.
8723
8724 2009-12-10  Bruno Haible  <bruno@clisp.org>
8725
8726         Use spaces for indentation, not tabs.
8727         * lib/**/*.[hcy] except lib/reg*.[hc]: Untabify.
8728         * m4/*.m4: Untabify.
8729         * build-aux/*.h: Untabify.
8730         * tests/**/*.[hc]: Untabify.
8731         * README: New section "Indent with spaces, not TABs", based on
8732         coreutils/HACKING and comments by Pádraig Brady and Paolo Bonzini.
8733         * NEWS: Mention the change.
8734
8735 2009-12-10  Bruno Haible  <bruno@clisp.org>
8736
8737         pty test: Fix link error.
8738         * modules/pty-tests (Makefile.am): Add the default LDADD value to
8739         test_pty_LDADD.
8740
8741 2009-12-07  Simon Josefsson  <simon@josefsson.org>
8742
8743         * modules/pty: New file.
8744         * modules/pty-tests: New file.
8745         * m4/pty.m4: New file.
8746         * tests/test-pty.c: New file.
8747         * doc/glibc-headers/pty.texi: Modified.
8748         * doc/glibc-functions/forkpty.texi: Modified.
8749         * doc/glibc-functions/openpty.texi: Modified.
8750
8751 2009-12-10  Bruno Haible  <bruno@clisp.org>
8752
8753         Avoid syntax error in C++ mode.
8754         * lib/stdio.in.h (rename): Don't use parameter name 'new'.
8755
8756 2009-12-10  Bruno Haible  <bruno@clisp.org>
8757
8758         Use sed with option -e.
8759         * gnulib-tool (func_version, func_emit_copyright_notice,
8760         func_emit_initmacro_end, func_import, func_create_testdir): Pass
8761         option -e to sed.
8762         * modules/link-warning (Makefile.am): Likewise.
8763
8764 2009-12-10  Jim Meyering  <meyering@redhat.com>
8765
8766         mgetgroups: do not write bytes beyond end of malloc'd buffer
8767         * lib/mgetgroups.c: Fix an off-by-one error.  When we have no
8768         username, we call getgroups with a one-element-shorter buffer,
8769         but still told it the length was original, max_n_groups.
8770
8771 2009-12-09  Eric Blake  <ebb9@byu.net>
8772
8773         cloexec: relax license
8774         * modules/cloexec (Maintainer): Add myself.
8775         (License): Use LGPL, not GPL.
8776
8777         link-warning: optimize generation
8778         * modules/link-warning (Makefile.am): Reduce process usage.
8779
8780 2009-12-09  Bruno Haible  <bruno@clisp.org>
8781
8782         * doc/posix-functions/unsetenv.texi: Mention Solaris 10 bug for which a
8783         workaround was added on 2009-11-17.
8784
8785 2009-12-09  Jim Meyering  <meyering@redhat.com>
8786             Bruno Haible  <bruno@clisp.org>
8787
8788         link-warning: Allow extra lines at the top of build-aux/link-warning.h.
8789         * modules/link-warning (Makefile.am): Make the comment-removing sed
8790         command more robust in the face of bootstrap-prepended comment lines.
8791
8792 2009-12-09  Bruno Haible  <bruno@clisp.org>
8793
8794         * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at
8795         most one group.
8796
8797 2009-12-09  Simon Josefsson <simon@josefsson.org>
8798             Bruno Haible  <bruno@clisp.org>
8799
8800         * build-aux/link-warning.h: Add copyright notice.
8801         * modules/link-warning (Makefile.am): Generate link-warning.h from
8802         build-aux/link-warning.h. Update LINK_WARNING_H accordingly.
8803         * NEWS: Mention change in link-warning module.
8804         * modules/arpa_inet (Makefile.am): Add dependency to arpa/inet.h.
8805         * modules/dirent (Makefile.am): Add dependency to dirent.h.
8806         * modules/fcntl-h (Makefile.am): Add dependency to fcntl.h.
8807         * modules/getopt-posix (Makefile.am): Add dependency to getopt.h.
8808         * modules/inttypes (Makefile.am): Add dependency to inttypes.h.
8809         * modules/math (Makefile.am): Add dependency to math.h.
8810         * modules/search (Makefile.am): Add dependency to search.h.
8811         * modules/signal (Makefile.am): Add dependency to signal.h.
8812         * modules/spawn (Makefile.am): Add dependency to spawn.h.
8813         * modules/stdio (Makefile.am): Add dependency to stdio.h.
8814         * modules/stdlib (Makefile.am): Add dependency to stdlib.h.
8815         * modules/string (Makefile.am): Add dependency to string.h.
8816         * modules/strings (Makefile.am): Add dependency to strings.h.
8817         * modules/sys_ioctl (Makefile.am): Add dependency to sys/ioctl.h.
8818         * modules/sys_select (Makefile.am): Add dependency to sys/select.h.
8819         * modules/sys_socket (Makefile.am): Add dependency to sys/socket.h.
8820         * modules/sys_stat (Makefile.am): Add dependency to sys/stat.h.
8821         * modules/sys_times (Makefile.am): Add dependency to sys/times.h.
8822         * modules/sys_utsname (Makefile.am): Add dependency to sys/utsname.h.
8823         * modules/sys_wait (Makefile.am): Add dependency to sys/wait.h.
8824         * modules/unistd (Makefile.am): Add dependency to unistd.h.
8825         * modules/wchar (Makefile.am): Add dependency to wchar.h.
8826
8827 2009-12-09  Bruno Haible  <bruno@clisp.org>
8828
8829         fchdir: Optimize away rpl_fstat when possible.
8830         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set REPLACE_FSTAT only together with
8831         REPLACE_OPEN_DIRECTORY.
8832         * lib/fchdir.c (rpl_fstat): Define only when REPLACE_OPEN_DIRECTORY.
8833
8834 2009-12-09  Bruno Haible  <bruno@clisp.org>
8835
8836         * lib/fchdir.c: Update comment.
8837
8838 2009-12-09  Bruno Haible  <bruno@clisp.org>
8839
8840         * lib/cloexec.c (set_cloexec_flag): Clarify intent of dup2 call.
8841
8842 2009-12-08  Eric Blake  <ebb9@byu.net>
8843
8844         fchdir: avoid memory leak on re-registration.
8845         * lib/fchdir.c (ensure_dirs_slot): Avoid memory leak.
8846
8847 2009-12-08  Jim Meyering  <meyering@redhat.com>
8848
8849         init.sh: avoid Solaris 10 /bin/sh portability problem
8850         Solaris 10's /bin/sh does not pass '.' arguments 2.. to the
8851         sourced script:
8852           $ printf 'echo "$@"\n' > f; /bin/sh -c '. ./f bar'
8853           $ printf 'echo "$@"\n' > f; /bin/bash -c '. ./f bar'
8854           bar
8855         tests/init.sh relied on that, accepting a --set-path=DIR argument,
8856         and two tests used that idiom.
8857         * tests/init.sh: Update suggested usage comments.
8858         (path_prepend_): New function, to be used in place
8859         of the --src-path=DIR option.
8860         (setup_): Move PATH-prepending code into path_prepend_.
8861         * tests/test-pread.sh: Adapt to new usage.
8862         * tests/test-xalloc-die.sh: Likewise.
8863
8864 2009-12-08  Simon Josefsson  <simon@josefsson.org>
8865
8866         * doc/gnulib.texi (Glibc pty.h): Add.
8867         * doc/glibc-functions/forkpty.texi: Add.
8868         * doc/glibc-functions/openpty.texi: Add.
8869         Suggested by Bruno Haible.
8870
8871 2009-12-08  Eric Blake  <ebb9@byu.net>
8872
8873         fchdir: fix logic bugs
8874         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Fix logic bug.
8875         * tests/test-fchdir.c (main): Enhance test.
8876         * lib/fchdir.c (rpl_fstat): Always provide if fchdir replacement
8877         is in use.
8878
8879         dup2: fix logic bugs
8880         * lib/dup2.c (dup2): Fix logic bugs.  Use HAVE_DUP2 rather than
8881         REPLACE_DUP2 to decide when rpl_dup2 is needed.
8882         * m4/dup2.m4 (gl_REPLACE_DUP2): Only define REPLACE_DUP2 when dup2
8883         exists.
8884         (gl_FUNC_DUP2): Drop unneeded AC_DEFINE.
8885
8886 2009-12-07  Eric Blake  <ebb9@byu.net>
8887
8888         unlink: fix m4 detection
8889         * m4/unlink.m4 (gl_FUNC_UNLINK): Include correct header.
8890
8891         unistd-safer: add unit test
8892         * modules/unistd-safer-tests: New file.
8893         * tests/test-dup-safer.c: Likewise.
8894         * tests/test-cloexec.c (setmode): Avoid compiler warning.
8895         * tests/test-dup2.c (setmode): Likewise.
8896         * lib/cloexec.c (dup_cloexec): Fix mingw compile error.
8897
8898         cloexec: preserve text vs. binary across dup_cloexec
8899         * lib/cloexec.c (dup_cloexec) [W32]: Query and use translation
8900         mode.
8901         * modules/dup2-tests (Depends-on): Add binary-io.
8902         * modules/cloexec-tests (Depends-on): Likewise.
8903         * tests/test-dup2.c (setmode, is_mode): New helpers.
8904         (main): Add tests that translation mode is preserved.
8905         * tests/test-cloexec.c (setmode, is_mode, main): Likewise.
8906         Reported by Bruno Haible.
8907
8908         mgetgroups: reduce duplicate listings
8909         * lib/mgetgroups.c (mgetgroups): Reduce duplicates from the
8910         resulting array.
8911         * tests/test-chown.h (test_chown): Simplify client.
8912         * tests/test-lchown.h (test_lchown): Likewise.
8913
8914 2009-12-06  Bruno Haible  <bruno@clisp.org>
8915
8916         * lib/cloexec.c (dup_cloexec): Fix handling of _gl_register_dup return
8917         value.
8918
8919 2009-12-06  Bruno Haible  <bruno@clisp.org>
8920
8921         * lib/progname.c: Include stdio.h, stdlib.h.
8922         (set_program_name): Reject a NULL argument.
8923
8924 2009-12-05  Eric Blake  <ebb9@byu.net>
8925
8926         pipe2-safer: new module
8927         * modules/pipe2-safer: New file.
8928         * lib/unistd-safer.h (pipe2_safer): New prototype.
8929         * lib/unistd--.h (pipe2): New wrapper.
8930         * lib/pipe-safer.c (pipe2_safer): New function.
8931         * modules/pipe (Depends-on): Add pipe2-safer.
8932         * lib/pipe.c (create_pipe) [WIN32]: Let pipe2_safer do the work.
8933
8934         stdlib-safer: preserve cloexec flag for mkostemp[s]
8935         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer): Use new
8936         fd_safer_flag.
8937
8938         unistd-safer: allow preservation of cloexec status via flag
8939         * lib/unistd-safer.h (dup_safer_flag, fd_safer_flag): New
8940         prototypes.
8941         * lib/dup-safer.c (dup_safer_flag): New function.
8942         * lib/fd-safer.c (fd_safer_flag): Likewise.
8943         * modules/cloexec (configure.ac): Set witness.
8944
8945         test-dup2: enhance test
8946         * modules/dup2-tests (Depends-on): Add cloexec.
8947         * tests/test-dup2.c (main): Enhance test.
8948
8949         cloexec: add dup_cloexec
8950         * lib/cloexec.h (dup_cloexec): New prototype.  Add copyright
8951         header and comments.
8952         * lib/cloexec.c (set_cloexec_flag): Add comments.
8953         (dup_cloexec): New function, with mingw implementation borrowed
8954         from...
8955         * lib/w32spawn.h (dup_noinherit): ...here.
8956         * modules/execute (Depends-on): Add cloexec.
8957         * modules/pipe (Depends-on): Likewise.
8958         * modules/cloexec (Depends-on): Add dup2.
8959         * modules/cloexec-tests (Files): New file.
8960         * tests/test-cloexec.c: Likewise.
8961
8962         test-xalloc-die: fix test for mingw
8963         * modules/xalloc-die-tests (Files): Add tests/init.sh.
8964         * tests/test-xalloc-die.sh: Rewrite to use init.sh.  Strip
8965         directory and .exe suffix off argv[0] output.
8966
8967         test-fseeko: fix test for mingw
8968         * tests/test-fseeko.c (fseek): Redefine GL_LINK_WARNING, rather
8969         than undefining fseek, so test will pass on mingw.
8970
8971 2009-12-05  Bruno Haible  <bruno@clisp.org>
8972
8973         * lib/progname.h (set_program_name): Clarify specification.
8974         * lib/progname.c (set_program_name): Likewise.
8975         Reported by Jim Meyering.
8976
8977 2009-12-05  Jim Meyering  <meyering@redhat.com>
8978
8979         maint.mk: backslash-escape parens in default regexp
8980         * top/maint.mk (news-check-regexp): Now that we're using grep -E,
8981         backslash-escape the literal parentheses.
8982
8983         maint.mk: news-date-check: use grep -E
8984         * top/maint.mk (today): Define a Make variable, not a...
8985         (news-date-check): ...shell variable.
8986         (news-date-regexp): Use the Make variable.
8987         Use grep's -E option.  Change the failing diagnostic to mention
8988         the variable, $(news-date-regexp).
8989
8990 2009-12-04  Alfred M. Szmidt  <ams@gnu.org>
8991
8992         maintainer-makefile: allow customization of NEWS entry format
8993         * top/maint.mk (news-date-regexp): New overridable variable.
8994         (news-date-check): Use it.
8995
8996 2009-12-04  Eric Blake  <ebb9@byu.net>
8997
8998         mgetgroups: add xgetgroups, and avoid ENOSYS failures
8999         * lib/mgetgroups.h (xgetgroups): New prototype.
9000         * lib/mgetgroups.c (xgetgroups): New wrapper.
9001         (mgetgroups): Handle ENOSYS.
9002         * modules/mgetgroups (Depends-on): Add realloc.
9003         Reported by Scott Harrison <scott.gnu.2009@scottrix.co.uk>.
9004
9005         mgetgroups: avoid argument promotion issues with -1
9006         * lib/mgetgroups.c (mgetgroups): A cast is required when checking
9007         for invalid gid_t.
9008         * tests/test-chown.h (getegid, test_chown): Likewise.
9009         * tests/test-lchown.h (getegid, test_lchown): Likewise.
9010
9011 2009-12-03  Paolo Bonzini  <bonzini@gnu.org>
9012
9013         exclude: Fix header file problems.
9014         * lib/exclude.h: Add multiple inclusion guards and include stdbool.h.
9015
9016 2009-12-01  Jim Meyering  <meyering@redhat.com>
9017
9018         fts: fts_open: do not let an empty string cause immediate failure
9019         This is required in support of GNU rm, for which the command
9020         "rm A '' B" must process and remove both A and B, in spite of
9021         the empty string argument.
9022         * lib/fts.c (fts_open): Do not let the presence of an empty string
9023         cause fts_open to fail immediately.  Most fts-using tools must be
9024         able to process all arguments, in order, and can be expected to
9025         diagnose such arguments themselves.
9026
9027 2009-11-30  Eric Blake  <ebb9@byu.net>
9028
9029         utimens: fix compilation error
9030         * lib/utimens.c (lutimens) [!HAVE_UTIMENSAT && HAVE_LUTIMES]:
9031         Declare variable at right scope.
9032
9033 2009-11-29  Jim Meyering  <meyering@redhat.com>
9034
9035         bootstrap: handle perl-5.11's changed --version output
9036         * build-aux/bootstrap (get_version): Handle perl separately,
9037         since perl-5.11's --version output is different.
9038
9039 2009-11-28  Jim Meyering  <meyering@redhat.com>
9040
9041         userspec: depend on the inttostr module, too
9042         * modules/userspec (Depends-on): Add inttostr.
9043
9044         userspec: disallow an ID that maps to (uid_t)-1 or (gid_t)-1
9045         * lib/userspec.c (parse_with_separator): Do not accept a user ID
9046         number of MAXUID when it evaluates to (uid_t) -1.
9047         Likewise for group ID.  Reported by Matt McCutchen in
9048         <http://savannah.gnu.org/bugs/?28113>
9049
9050         userspec: reformat to use spaces, not TABs
9051         * lib/userspec.c: Expand TABs to spaces.
9052         Add Emacs' "indent-tabs-mode: nil" hint.
9053
9054 2009-11-27  Eric Blake  <ebb9@byu.net>
9055
9056         getopt-gnu: flush out another BSD bug
9057         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Test for the bug.
9058         * tests/test-getopt.c (main): Check POSIXLY_CORRECT first, to
9059         flush out BSD bug.
9060         * tests/test-getopt.h (test_getopt): End lists with NULL.
9061         * tests/test-getopt_long.h (test_getopt_long): Likewise.
9062         (test_getopt_long_posix): Enhance test.
9063         * modules/getopt-posix-tests (Depends-on): Add stdbool.
9064         * doc/glibc-functions/getopt_long.texi (getopt_long): Mention
9065         getopt-gnu.
9066         * doc/glibc-functions/getopt_long_only.texi (getopt_long_only):
9067         Likewise.
9068
9069 2009-11-27  Simon Josefsson  <simon@josefsson.org>
9070
9071         * modules/idpriv-droptemp-tests (Notice): Fix text.
9072
9073 2009-11-27  Jim Meyering  <meyering@redhat.com>
9074
9075         test-xalloc-die: avoid spurious failure due to libtool argv difference
9076         In a libtool-enabled project, this test would fail due to a difference
9077         in the emitted program name, e.g.,
9078         -test-xalloc-die: memory exhausted
9079         +/tmp/.../tests/.libs/lt-test-xalloc-die: memory exhausted
9080         Use program to avoid that.
9081         * modules/xalloc-die-tests (Depends-on): Add progname.
9082         * tests/test-xalloc-die.c: Include progname.h".
9083         (program_name): Remove decl.
9084         (main): Call set_program_name.
9085         * tests/test-xalloc-die.sh (compare): Remove unnecessary ${EXE}.
9086
9087 2009-11-26  Richard Jones  <rjones@redhat.com>
9088
9089         w32sock: leave win32 error in place.
9090         * lib/w32sock.h (set_winsock_errno): Do not call WSASetLastError.
9091
9092 2009-11-26  Eric Blake  <ebb9@byu.net>
9093
9094         init.sh: suggest to use skip_ and fail_ functions in comments
9095         * tests/init.sh: Add a sentence.
9096
9097 2009-11-25  Bruno Haible  <bruno@clisp.org>
9098
9099         init.sh: add documentation in comments
9100         * tests/init.sh: Add some developer and user documentation.
9101
9102 2009-11-26  Jim Meyering  <meyering@redhat.com>
9103
9104         init.sh: accommodate even those who specify bogus srcdir manually
9105         * tests/init.sh: Normally, srcdir is guaranteed by automake and
9106         configure-time tests to be sanitized, so that there is no need to
9107         use "$srcdir" in Makefile rules and shell scripts.  Using $srcdir
9108         (with no double quotes) suffices.  However, since tests may be
9109         invoked manually, and since you may explicitly set srcdir to the
9110         name of a directory containing spaces, do quote its uses here.
9111         * tests/test-pread.sh: Likewise.
9112         Suggested by Bruno Haible.
9113
9114         test-pread.sh: avoid diagnostics for those who ignore SIGPIPE
9115         * tests/test-pread.sh: Write no data into the pipe, because
9116         test-pread actually reads none.  This avoids a diagnostic,
9117         "bash: echo: write error: Broken pipe", that arises in the unusual
9118         event something is ignoring SIGPIPE, and might be interpreted
9119         as some sort of failure.  Reported by Bruno Haible.
9120
9121 2009-11-25  Jim Meyering  <meyering@redhat.com>
9122
9123         test-pread: cover failure with ESPIPE and EINVAL
9124         * tests/test-pread.c (main): Test for failure, too.
9125         * tests/test-pread.sh: Invoke with stdin on a pipe.
9126         Suggested by Eric Blake.
9127
9128         pread: improvement and fix
9129         * modules/pread (Depends-on): Depend on lseek, for portability to
9130         e.g., mingw.  Suggested by Eric Blake.
9131         * lib/pread.c (__libc_read): Define.  Reported by Richard W.M. Jones.
9132
9133         unistd.in.h: correct declaration of pread
9134         * lib/unistd.in.h: Correct type of "buf" parameter: void*, not char*
9135         Reported by Richard W.M. Jones.
9136
9137         test-pread.sh: distribute the test script
9138         * modules/pread-tests (Files): Include test-pread.sh.
9139
9140         test-pread.sh: clean up
9141         * tests/test-pread.sh: Don't refer to $builddir. Just use equivalent ".".
9142         * modules/pread-tests (TESTS_ENVIRONMENT): Don't export builddir.
9143         That is unnecessary, since it's always ".".
9144         Suggestion from Eric Blake.
9145
9146         test-pread.sh: make executable
9147         * tests/test-pread.sh: Set executable bit.
9148         Reported by Eric Blake.
9149
9150         correct typo in test-pread.sh
9151         * tests/test-pread.sh: Add #! line.
9152
9153         test pread
9154         * tests/test-pread.c: New file.
9155         * tests/test-pread.sh: Likewise.
9156         * modules/pread-tests: Likewise.
9157
9158         pread: new module
9159         * modules/pread: New file.
9160         * lib/unistd.in.h (pread): Define/declare.
9161         * lib/pread.c (pread): New file.
9162         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define defaults.
9163         * modules/unistd (Makefile.am): Substitute witnesses.
9164         * doc/posix-functions/pread.texi (pread): Update.
9165         * MODULES.html.sh: Add pread.
9166
9167 2009-11-25  Jim Meyering  <meyering@redhat.com>
9168
9169         tests/init.sh: new file to be used via most *.sh tests
9170         * tests/init.sh: New file.
9171
9172 2009-11-25  Eric Blake  <ebb9@byu.net>
9173
9174         utimens: work around older Linux failure with symlinks
9175         * lib/utimens.c (lutimensat_works_really): New variable.
9176         (fdutimens, lutimens): Use it to manage kernels that support
9177         nanosecond times on files, but not on symlinks.
9178         Reported by OndÅ™ej Vašík.
9179
9180         utimes: fix configure grammar
9181         * m4/utimes.m4 (gl_FUNC_UTIMES): Delete spurious word.
9182
9183 2009-11-25  Paolo Bonzini  <bonzini@gnu.org>
9184
9185         regex: Fix fastmap for multibyte character ranges.
9186         * lib/regcomp.c (re_compute_fastmap_iter): Add all multibyte lead
9187         characters when a multibyte character range is included.
9188
9189 2009-11-22  Andy Wingo  <wingo@pobox.com>
9190
9191         version-etc: work also with AM_INIT_AUTOMAKE's no-define option
9192         * lib/version-etc.c [!defined PACKAGE]: Define to PACKAGE_TARNAME.
9193
9194 2009-11-24  Bruno Haible  <bruno@clisp.org>
9195
9196         doc: Most *_l functions exist in MacOS X 10.5.
9197         * doc/posix-functions/duplocale.texi: Update platforms list.
9198         * doc/posix-functions/freelocale.texi: Likewise.
9199         * doc/posix-functions/newlocale.texi: Likewise.
9200         * doc/posix-functions/uselocale.texi: Likewise.
9201         * doc/posix-functions/isalnum_l.texi: Likewise.
9202         * doc/posix-functions/isalpha_l.texi: Likewise.
9203         * doc/posix-functions/isblank_l.texi: Likewise.
9204         * doc/posix-functions/iscntrl_l.texi: Likewise.
9205         * doc/posix-functions/isdigit_l.texi: Likewise.
9206         * doc/posix-functions/isgraph_l.texi: Likewise.
9207         * doc/posix-functions/islower_l.texi: Likewise.
9208         * doc/posix-functions/isprint_l.texi: Likewise.
9209         * doc/posix-functions/ispunct_l.texi: Likewise.
9210         * doc/posix-functions/isspace_l.texi: Likewise.
9211         * doc/posix-functions/isupper_l.texi: Likewise.
9212         * doc/posix-functions/iswalnum_l.texi: Likewise.
9213         * doc/posix-functions/iswalpha_l.texi: Likewise.
9214         * doc/posix-functions/iswblank_l.texi: Likewise.
9215         * doc/posix-functions/iswcntrl_l.texi: Likewise.
9216         * doc/posix-functions/iswctype_l.texi: Likewise.
9217         * doc/posix-functions/iswdigit_l.texi: Likewise.
9218         * doc/posix-functions/iswgraph_l.texi: Likewise.
9219         * doc/posix-functions/iswlower_l.texi: Likewise.
9220         * doc/posix-functions/iswprint_l.texi: Likewise.
9221         * doc/posix-functions/iswpunct_l.texi: Likewise.
9222         * doc/posix-functions/iswspace_l.texi: Likewise.
9223         * doc/posix-functions/iswupper_l.texi: Likewise.
9224         * doc/posix-functions/iswxdigit_l.texi: Likewise.
9225         * doc/posix-functions/isxdigit_l.texi: Likewise.
9226         * doc/posix-functions/nl_langinfo_l.texi: Likewise.
9227         * doc/posix-functions/strcasecmp_l.texi: Likewise.
9228         * doc/posix-functions/strcoll_l.texi: Likewise.
9229         * doc/posix-functions/strfmon_l.texi: Likewise.
9230         * doc/posix-functions/strftime_l.texi: Likewise.
9231         * doc/posix-functions/strncasecmp_l.texi: Likewise.
9232         * doc/posix-functions/strxfrm_l.texi: Likewise.
9233         * doc/posix-functions/tolower_l.texi: Likewise.
9234         * doc/posix-functions/toupper_l.texi: Likewise.
9235         * doc/posix-functions/towctrans_l.texi: Likewise.
9236         * doc/posix-functions/towlower_l.texi: Likewise.
9237         * doc/posix-functions/towupper_l.texi: Likewise.
9238         * doc/posix-functions/wcscoll_l.texi: Likewise.
9239         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
9240         * doc/posix-functions/wctrans_l.texi: Likewise.
9241         * doc/posix-functions/wctype_l.texi: Likewise.
9242         * doc/glibc-functions/strptime_l.texi: Likewise.
9243         * doc/glibc-functions/strtod_l.texi: Likewise.
9244         * doc/glibc-functions/strtof_l.texi: Likewise.
9245         * doc/glibc-functions/strtol_l.texi: Likewise.
9246         * doc/glibc-functions/strtold_l.texi: Likewise.
9247         * doc/glibc-functions/strtoll_l.texi: Likewise.
9248         * doc/glibc-functions/strtoul_l.texi: Likewise.
9249         * doc/glibc-functions/strtoull_l.texi: Likewise.
9250         * doc/glibc-functions/wcsftime_l.texi: Likewise.
9251         * doc/glibc-functions/wcstod_l.texi: Likewise.
9252         * doc/glibc-functions/wcstof_l.texi: Likewise.
9253         * doc/glibc-functions/wcstol_l.texi: Likewise.
9254         * doc/glibc-functions/wcstold_l.texi: Likewise.
9255         * doc/glibc-functions/wcstoll_l.texi: Likewise.
9256         * doc/glibc-functions/wcstoul_l.texi: Likewise.
9257         * doc/glibc-functions/wcstoull_l.texi: Likewise.
9258
9259 2009-11-24  Bruno Haible  <bruno@clisp.org>
9260
9261         duplocale: Fix logic bug.
9262         * lib/duplocale.c: Don't include <langinfo.h>.
9263         (_NL_LOCALE_NAME): Remove macro.
9264         (rpl_duplocale): Use setlocale instead of nl_langinfo.
9265         * tests/test-duplocale.c (main): Also test duplocale after uselocale.
9266
9267 2009-11-23  Jim Meyering  <meyering@redhat.com>
9268
9269         test-update-copyright: don't hard-code /usr/bin/perl
9270         * tests/test-update-copyright.sh (YEAR): Use date +%Y, rather than
9271         perl to print the current year.  Gilles Espinasse reported that
9272         the replaced use of perl was hard-coded as /usr/bin/perl.
9273
9274 2009-11-23  Bruno Haible  <bruno@clisp.org>
9275
9276         duplocale: Add support for glibc 2.3.x.
9277         * lib/duplocale.c (rpl_duplocale): Add fallback code for glibc 2.3.x.
9278
9279 2009-11-22  Bruno Haible  <bruno@clisp.org>
9280
9281         vasnprintf: Tiny optimization.
9282         * lib/vasnprintf.c (decimal_point_char): Choose the fast path also on
9283         MacOS X.
9284
9285 2009-11-22  Bruno Haible  <bruno@clisp.org>
9286
9287         Tests for module 'duplocale'.
9288         * modules/duplocale-tests: New file.
9289         * tests/test-duplocale.c: New file.
9290
9291         New module 'duplocale'.
9292         * m4/duplocale.m4: New file.
9293         * lib/locale.in.h (duplocale): New declaration.
9294         * lib/duplocale.c: New file.
9295         * m4/locale_h.m4 (gl_REPLACE_LOCALE_H, gl_LOCALE_MODULE_INDICATOR,
9296         gl_LOCALE_H_DEFAULTS): New macros.
9297         (gl_LOCALE_H): Require gl_LOCALE_H_DEFAULTS. Invoke
9298         gl_CHECK_NEXT_HEADERS unconditionally. Invoke gl_REPLACE_LOCALE_H.
9299         * modules/locale (Makefile.am): Substitute also GNULIB_DUPLOCALE,
9300         REPLACE_DUPLOCALE.
9301         * modules/duplocale: New file.
9302         * doc/posix-functions/duplocale.texi: Mention the glibc bug.
9303
9304 2009-11-22  Bruno Haible  <bruno@clisp.org>
9305
9306         * modules/locale-tests (configure.ac): Test for newlocale function.
9307         * tests/test-locale.c: When the system has extended locale functions,
9308         verify that <locale.h> defines locale_t and LC_GLOBAL_LOCALE.
9309
9310         locale: Make locale_t available when possible.
9311         * lib/locale.in.h: Include <xlocale.h> when it exists.
9312         * m4/locale_h.m4 (gl_LOCALE_H): Check for <xlocale.h> and arrange to
9313         replace <locale.h> if it does not define locale_t but <xlocale.h> does.
9314         * modules/locale (Depends-on): Add extensions.
9315         (Makefile.am): Also substitute HAVE_XLOCALE_H.
9316         * doc/posix-headers/locale.texi: Document the problem with locale_t.
9317
9318 2009-11-22  Bruno Haible  <bruno@clisp.org>
9319
9320         Add comments.
9321         * m4/dirent_h.m4 (gl_DIRENT_H): Add comment about gl_CHECK_NEXT_HEADERS
9322         invocation.
9323         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
9324         * m4/spawn_h.m4 (gl_SPAWN_H): Likewise.
9325         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
9326
9327 2009-11-22  Bruno Haible  <bruno@clisp.org>
9328
9329         error: account for the possibility of freopen (stdout).
9330         * lib/error.c: Include <unistd.h>.
9331         (flush_stdout): New function, extracted from error and error_at_line.
9332         Determine stdout's fd dynamically.
9333         (error, error_at_line): Invoke flush_stdout.
9334         * m4/error.m4 (gl_PREREQ_ERROR): Require AC_C_INLINE.
9335         * modules/error (Depends-on): Add unistd.
9336
9337 2009-11-22  Bruno Haible  <bruno@clisp.org>
9338
9339         diffseq: Add comment.
9340         * lib/diffseq.h (IF_LINT): Add comment about pitfall.
9341
9342 2009-11-22  Jim Meyering  <meyering@redhat.com>
9343
9344         c-stack: avoid defining an unused static function
9345         * lib/c-stack.c (find_stack_direction): Do not define this function
9346         when it will not be used.
9347
9348         diffseq: avoid spurious gcc warnings
9349         * lib/diffseq.h (IF_LINT2): Define.
9350         (compareseq): Use it to initialize two members of "part".
9351         This avoids two used-uninitialized warnings.
9352
9353 2009-11-21  Jim Meyering  <meyering@redhat.com>
9354
9355         c-stack: avoid "ignoring return value of `write'" warning
9356         * lib/c-stack.c: Include "ignore-value.h".
9357         (die): Explicitly ignore each write return value.
9358         * modules/c-stack (Depends-on): Add ignore-value.
9359
9360 2009-11-21  Bruno Haible  <bruno@clisp.org>
9361
9362         diffseq: reduce scope of variable 'best'.
9363         * lib/diffseq.h (diag) [USE_HEURISTIC]: Reduce scope of 'best'
9364         variable, earlier used for two different purposes.
9365
9366 2009-11-21  Jim Meyering  <meyering@redhat.com>
9367
9368         diffseq: remove useless assignment to "best"
9369         * lib/diffseq.h (diag) [USE_HEURISTIC]: Remove useless "best = 0"
9370         assignment.  At that point "best" is already guaranteed to be zero.
9371
9372 2009-11-20  Eric Blake  <ebb9@byu.net>
9373
9374         build: mention ftp redirector in release announcements
9375         * top/maint.mk (gnu_rel_host, url_dir_list): Provide defaults for
9376         values that used to come from cfg.mk; mention FTP redirect URL.
9377         * build-aux/announce-gen: Mention the mirror list.
9378         Suggested by Karl Berry.
9379
9380         nanosleep: improve port to mingw
9381         * lib/nanosleep.c (rpl_nanosleep): Reject invalid arguments.
9382         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Incorporate LIBSOCKET into
9383         LIB_NANOSLEEP, but only when needed.
9384         * modules/select (Link): Document LIBSOCKET.
9385         * m4/select.m4 (gl_FUNC_SELECT): Ensure LIBSOCKET is defined early
9386         enough.
9387
9388         nanosleep: work around cygwin bug
9389         * lib/nanosleep.c (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]:
9390         Fix logic bug when nanosleep fails.  Work around cygwin 1.5.x
9391         bug.
9392         (getnow): Delete, not needed.
9393         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): No longer require
9394         LIB_CLOCK_GETTIME.
9395         * modules/nanosleep (Depends-on): Add intprops and verify.  Drop
9396         clock-time, gettime.
9397         * doc/posix-functions/nanosleep.texi (nanosleep): Document the
9398         bug.
9399         * modules/nanosleep-tests: New test.
9400         * tests/test-nanosleep.c: New file.
9401
9402         sleep: work around cygwin bug
9403         * lib/sleep.c (rpl_sleep): Work around the bug.
9404         * m4/sleep.m4 (gl_FUNC_SLEEP): Detect the bug.
9405         (gl_PREREQ_SLEEP): Delete unused macro.
9406         * modules/sleep (Depends-on): Add verify.
9407         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
9408         * modules/unistd (Makefile.am): Substitute witness.
9409         * lib/unistd.in.h (sleep): Update prototype.
9410         * doc/posix-functions/sleep.texi (sleep): Document the bug.
9411         * tests/test-sleep.c (main) [HAVE_DECL_ALARM]: Test it.
9412         * modules/sleep-tests (Depends-on): Check for alarm.
9413
9414 2009-11-20  Jim Meyering  <meyering@redhat.com>
9415
9416         maint.mk: improve sc_prohibit_magic_number_exit
9417         * top/maint.mk (sc_prohibit_magic_number_exit): Tighten regexp
9418         so it does not match uses like System.exit(1).
9419         Add comments showing how to correct all offenders.
9420
9421 2009-11-19  Eric Blake  <ebb9@byu.net>
9422
9423         xalloc-die-tests: add missing library
9424         * modules/xalloc-die-tests (Makefile.am): Add LDADD line.
9425
9426         test-xvasprintf: silence compiler warnings
9427         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Mask
9428         empty string from gcc.
9429
9430 2009-11-19  Jim Meyering  <meyering@redhat.com>
9431
9432         xfreopen: new module, from coreutils
9433         * modules/xfreopen: New module.
9434         * lib/xfreopen.c: New file.
9435         * lib/xfreopen.h: New file.
9436         * MODULES.html.sh (File stream based Input/Output"): Add it.
9437
9438 2009-11-19  Eric Blake  <ebb9@byu.net>
9439
9440         manywarnings: depend on warnings
9441         * modules/manywarnings (Depends-on): Add warnings.
9442
9443         build: avoid compiler warnings
9444         * lib/select.c (rpl_select): Delete unused variable.
9445         * lib/setsockopt.c (rpl_setsockopt): Avoid incompatible pointer.
9446
9447 2009-11-18  Eric Blake  <ebb9@byu.net>
9448
9449         tests: avoid false negative with --with-packager
9450         * tests/test-version-etc.sh: Discard packager information.
9451         * tests/test-argp-version-etc-1.sh: Likewise.
9452         Reported by Mike Frysinger.
9453
9454         utimens: fix regression on Solaris
9455         * m4/utimens.m4 (gl_UTIMENS): Check for BSD bug.
9456         * lib/utimens.c (fdutimens): Revert 2009-11-08 change; Solaris 10
9457         can only change fd timestamps via futimesat.  Instead, use an
9458         additional witness macro to avoid BSD bug.
9459         Reported by Jim Meyering.
9460
9461 2009-11-17  Eric Blake  <ebb9@byu.net>
9462
9463         usleep: use it to simplify tests
9464         * modules/stat-time-tests (Depends-on): Add usleep.
9465         (configure.ac): Drop usleep check.
9466         * modules/chown-tests (Depends-on, configure.ac): Likewise.
9467         * modules/lchown-tests (Depends-on, configure.ac): Likewise.
9468         * modules/fdutimensat-tests (Depends-on, configure.ac): Likewise.
9469         * modules/futimens-tests (Depends-on, configure.ac): Likewise.
9470         * modules/openat-tests (Depends-on, configure.ac): Likewise.
9471         * modules/utimens-tests (Depends-on, configure.ac): Likewise.
9472         * modules/utimensat-tests (Depends-on, configure.ac): Likewise.
9473         * modules/pipe-filter-gi-tests (Depends-on, configure.ac):
9474         Likewise.
9475         * tests/test-chown.h (nap): Rely on nicer usleep semantics.
9476         * tests/test-lchown.h (nap): Likewise.
9477         * tests/test-pipe-filter-gi2-main.c (small_nap): Likewise.
9478         * tests/test-stat-time.c (nap): Likewise.
9479         * tests/test-utimens-common.h (nap): Update comments.
9480
9481         usleep: new module
9482         * modules/usleep: New file.
9483         * m4/usleep.m4 (gl_FUNC_USLEEP): Likewise.
9484         * lib/usleep.c (usleep): Likewise.
9485         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
9486         * modules/unistd (Makefile.am): Substitute witnesses.
9487         * lib/unistd.in.h (usleep): Add declaration.
9488         * doc/pastposix-functions/usleep.texi (usleep): Document this.
9489         * MODULES.html.sh (Date and time): Likewise.
9490         * modules/usleep-tests (Depends-on): New test.
9491         * tests/test-usleep.c: New file.
9492
9493         chown: work around OpenBSD bug
9494         * lib/chown.c (rpl_chown): Work around the bug.
9495         * lib/lchown.c (rpl_lchown): Attempt to do likewise.
9496         * m4/chown.m4 (gl_FUNC_CHOWN): Test for ctime bug.
9497         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for lchmod.
9498         * modules/chown (Depends-on): Add stdbool.
9499         * modules/lchown (Depends-on): Likewise.
9500         * doc/posix-functions/chown.texi (chown): Document the bug.
9501         * doc/posix-functions/lchown.texi (lchown): Likewise.
9502         * tests/test-lchown.h (test_chown): Relax test.
9503
9504         mkstemp: avoid conflict with C++ keyword template
9505         * lib/mkdtemp.c (mkdtemp): Change spelling of template.
9506         * lib/mkostemp.c (mkostemp): Likewise.
9507         * lib/mkostemps.c (mkostemps): Likewise.
9508         * lib/mkstemp.c (mkstemp): Likewise.
9509         * lib/mkstemps.c (mkstemps): Likewise.
9510
9511         xalloc-die-tests: optimize
9512         * tests/test-xalloc-die.sh: Reduce number of processes.
9513
9514 2009-11-17  Simon Josefsson  <simon@josefsson.org>
9515
9516         * gnulib-tool: Support LGPLv3+ licenses in module files.  Tiny
9517         patch from ludo@gnu.org (Ludovic Courtès).
9518
9519 2009-11-17  Jim Meyering  <meyering@redhat.com>
9520
9521         version-etc: use proper license string
9522         * modules/version-etc (License): Use LGPL, not LGPLv3+.
9523         * modules/version-etc-fsf: Likewise.
9524
9525 2009-11-17  Simon Josefsson  <simon@josefsson.org>
9526
9527         * tests/test-xalloc-die.sh: Add license.  Check that nothing is
9528         printed to stdout.  Deal with EOL differences.
9529
9530 2009-11-17  Eric Blake  <ebb9@byu.net>
9531
9532         unsetenv: work around Solaris bug
9533         * m4/setenv.m4 (gl_FUNC_UNSETENV): Check for bug.
9534         * lib/unsetenv.c (rpl_unsetenv): Work around it.
9535         Reported by Jim Meyering.
9536
9537         vasnprintf: avoid compiler warnings
9538         * lib/vasnprintf.c (VASNPRINTF): Avoid shadowing our own local
9539         variables.
9540         * lib/printf-args.c (PRINTF_FETCHARGS): Avoid type mismatch.
9541
9542 2009-11-17  Simon Josefsson  <simon@josefsson.org>
9543
9544         * modules/xalloc-die-tests (Makefile.am): Drop XFAIL_TESTS
9545         settings since xalloc-die is no longer the self test,
9546         xalloc-die.sh is.
9547
9548 2009-11-17  Jim Meyering  <meyering@redhat.com>
9549
9550         test-xalloc-die.sh: make the code agree with the commit log
9551         * tests/test-xalloc-die.sh: Put "." at the front of $PATH, not
9552         at the end, just in case you happen to have a test-xalloc-die
9553         program in some other PATH directory.
9554
9555         test-xalloc-die.sh: fix a portability bug
9556         * tests/test-xalloc-die.sh: Do not invoke via ./test-xalloc-die.
9557         Instead, set PATH to start with "." and invoke via "test-xalloc-die".
9558         Otherwise, argv[0] (as often seen in diagnostics) would be too
9559         system-dependent, sometimes with, and sometimes without the leading "./".
9560
9561         version-etc-fsf: relax license to LGPLv3+
9562         * modules/version-etc-fsf (License): Relax license.
9563
9564 2009-11-16  Eric Blake  <ebb9@byu.net>
9565
9566         xalloc-die-tests: avoid printing null pointer
9567         * modules/xalloc-die-tests (Files, Makefile.am): Wrap execution in
9568         shell script.
9569         * tests/test-xalloc-die.c (program_name): Declare.
9570         * tests/test-xalloc-die.sh (tmpfiles): New file.
9571
9572         setenv, unsetenv: work around various bugs
9573         * lib/setenv.c (setenv) [!HAVE_SETENV]: Resync from glibc.
9574         (setenv) [HAVE_SETENV]: Work around bugs.
9575         * lib/unsetenv.c (unsetenv) [HAVE_UNSETENV]: Work around bugs.
9576         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE, gl_FUNC_UNSETENV): Check
9577         for bugs.
9578         (gl_FUNC_SETENV): Write in terms of gl_FUNC_SETENV_SEPARATE.
9579         * m4/environ.m4 (gl_ENVIRON): Avoid expand-before-require.
9580         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Update defaults.
9581         * modules/stdlib (Makefile.am): Update substitutions.
9582         * lib/stdlib.in.h (setenv, unsetenv): Update prototypes.
9583         * doc/posix-functions/setenv.texi (setenv): Document the bugs.
9584         * doc/posix-functions/unsetenv.texi (unsetenv): Likewise.
9585         * modules/setenv-tests: New test.
9586         * modules/unsetenv-tests: Likewise.
9587         * tests/test-setenv.c: New file.
9588         * tests/test-unsetenv.c: Likewise.
9589
9590 2009-11-16  Jim Meyering  <meyering@redhat.com>
9591
9592         version-etc: relax license to LGPLv3+
9593         * modules/version-etc (License): Relax license.
9594
9595         better AC_REQUIRE expanded-before-required-warning avoidance
9596         * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define
9597         with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings.
9598         Suggested by Eric Blake.  This change also reverts commit 1b712ba8,
9599         which is no longer needed.
9600
9601 2009-11-16  Eric Blake  <ebb9@byu.net>
9602
9603         test-freading: clean up temporary file
9604         * tests/test-freading.c (main): Remove file on success, and use
9605         ASSERT more liberally.
9606         Reported by Jim Meyering.
9607
9608 2009-11-16  Jim Meyering  <meyering@redhat.com>
9609
9610         avoid new AC_REQUIRE expanded-before-required warnings
9611         * modules/chown (configure.ac): Require gl_FUNC_CHOWN, rather than
9612         merely using it.
9613         * modules/euidaccess (configure.ac): Likewise for gl_FUNC_EUIDACCESS.
9614         * modules/faccessat (configure.ac): Likewise for gl_FUNC_FACCESSAT.
9615
9616 2009-11-15  Simon Josefsson  <simon@josefsson.org>
9617
9618         * tests/test-xalloc-die.c: New file.
9619         * modules/xalloc-die-tests: New file.
9620         * gnulib-tool (func_emit_tests_Makefile_am): Also initialize
9621         XFAIL_TESTS so it can be appended by modules.
9622
9623 2009-11-15  Simon Josefsson  <simon@josefsson.org>
9624
9625         * lib/gc-pbkdf2-sha1.c: Remove comments from RFC 2898.  Reported
9626         by Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>.
9627
9628 2009-11-14  Eric Blake  <ebb9@byu.net>
9629
9630         fnmatch: avoid compiler warning
9631         * lib/fnmatch_loop.c (NEW_PATTERN): Coerce addition to unsigned,
9632         to silence compiler warning about mismatch signedness in ?:.
9633         Reported by Robert Millan.
9634
9635         intprops: add double-inclusion guard
9636         * lib/intprops.h: Allow idempotent includes.
9637         Suggested by Bruce Korb.
9638
9639         openat: detect Solaris fchownat bug
9640         * lib/fchownat.c (rpl_fchownat): Work around Solaris bug.  Avoid
9641         penalizing glibc chownat when only lchownat is broken.
9642         * m4/openat.m4 (gl_FUNC_FCHOWNAT): Replace fchownat if there are
9643         trailing slash bugs.
9644         * doc/posix-functions/fchownat.texi (fchownat): Document the bug.
9645         * modules/openat-tests (Files): Include more files.
9646         (Depends-on): Add mgetgroups, sleep, stat-time.
9647         (configure.ac): Add additional checks.
9648         (Makefile.am): Build new test.
9649         * tests/test-fchownat.c: New file.
9650
9651         lchown: detect Solaris and FreeBSD bug
9652         * lib/lchown.c (rpl_lchown): Work around bug.
9653         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check for trailing slash bugs.
9654         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
9655         * modules/unistd (Makefile.am): Populate it.
9656         * lib/unistd.in.h (lchown): Update declaration.
9657         * doc/posix-functions/lchown.texi (lchown): Document the bug.
9658         * modules/lchown-tests: New file.
9659         * tests/test-lchown.h (test_lchown): Likewise.
9660         * tests/test-lchown.c (main): Likewise.
9661
9662         chown: detect Solaris and FreeBSD bug
9663         * lib/chown.c (rpl_chown): Work around bug.
9664         * m4/chown.m4 (gl_FUNC_CHOWN): Check for trailing slash bugs.
9665         (gl_PREREQ_CHOWN): Delete.
9666         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
9667         * modules/unistd (Makefile.am): Populate it.
9668         * lib/unistd.in.h (chown): Update declaration.
9669         * lib/lchown.c (chown): Update client.
9670         * modules/lchown (Depends-on): Add lstat.
9671         * doc/posix-functions/chown.texi (chown): Document the bug.
9672         * doc/posix-functions/getgroups.texi (getgroups): Document
9673         getgroups pitfall.
9674         * modules/chown-tests: New file.
9675         * tests/test-chown.h (test_chown): Likewise.
9676         * tests/test-chown.c (main): Likewise.
9677
9678 2009-11-14  Robert Millan  <rmh.grub@aybabtu.com>  (tiny change)
9679
9680         gnulib-tool: correctly detect absence of m4 directories
9681         * gnulib-tool: Avoid extra newline on data passed to wc -l.
9682
9683 2009-11-14  Jim Meyering  <meyering@redhat.com>
9684
9685         maint.mk: Prohibit inclusion of "xalloc.h" without use.
9686         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
9687
9688 2009-11-14  John W. Eaton  <jwe@gnu.org>
9689
9690         strftime.h: wrap funtion declaration in extern "C" block
9691         * lib/strftime.h (nstrftime) [__cplusplus]: Wrap declaration.
9692
9693 2009-11-13  Eric Blake  <ebb9@byu.net>
9694
9695         getgroups: avoid compiler warning
9696         * lib/getgroups.c (rpl_getgroups): Delete shadowed variable.
9697
9698         getgroups: work around FreeBSD bug
9699         * lib/getgroups.c (rpl_getgroups): Work around the bug.
9700         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Detect the bug.
9701         * doc/posix-functions/getgroups.texi (getgroups): Document it.
9702         * tests/test-getgroups.c (main): Fix buffer overrun.
9703
9704         getgroups: avoid compilation failure
9705         * lib/getgroups.c (includes): Include <stdint.h> for SIZE_MAX.
9706         * modules/getgroups (Depends-on): Add stdint.
9707
9708 2009-11-13  Jim Meyering  <meyering@redhat.com>
9709
9710         test-getgroups: avoid compilation failure
9711         * tests/test-getgroups.c: Include <stdint.h> for use of SIZE_MAX.
9712
9713 2009-11-13  Eric Blake  <ebb9@byu.net>
9714
9715         mgetgroups: new module, taken from coreutils
9716         * modules/mgetgroups: New file.
9717         * lib/mgetgroups.h: Likewise.
9718         * lib/mgetgroups.c (mgetgroups): Likewise.
9719         * m4/mgetgroups.m4 (gl_MGETGROUPS): Likewise.
9720         * MODULES.html.sh (Users and groups): Mention it.
9721
9722         getgroups: don't expose GETGROUPS_T to user
9723         * lib/getgroups.c (rpl_getgroups): Change signature.  Copy array
9724         an element at a time if GETGROUPS_T is wrong size.
9725         * lib/getugroups.h (getugroups): Change signature.
9726         * lib/unistd.in.h (getgroups): Likewise.
9727         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Use replacement if
9728         signature needs fixing.
9729         * m4/getugroups.m4 (gl_GETUGROUPS): No longer need
9730         AC_TYPE_GETGROUPS.
9731         * modules/group-member (Depends-on): Add getgroups.
9732         * lib/group-member.c (group_info, get_group_info): Use gid_t.
9733         (group_member): Rely on getgroups replacement.
9734         * lib/getugroups.c (getugroups): Use gid_t.
9735         * tests/test-getgroups.c (main): Likewise.
9736         * NEWS: Mention the signature change.
9737         * doc/posix-functions/getgroups.texi (getgroups): Mention the
9738         problem with signature.
9739         * doc/glibc-functions/setgroups.texi (setgroups): Mention that
9740         GETGROUPS_T is still useful for setgroups.
9741
9742         getgroups, getugroups: provide stubs for mingw
9743         * lib/getgroups.c (getgroups): Provide ENOSYS stub for mingw.
9744         * lib/getugroups.c (getugroups): Likewise.
9745         * m4/getgroups.m4 (gl_FUNC_GETGROUPS): Check for missing
9746         function.  Modernize replacement scheme.
9747         (gl_PREREQ_GETGROUPS): Delete.
9748         * m4/getugroups.m4 (gl_GETUGROUPS): Check for <grp.h>.
9749         * modules/getgroups (configure.ac): Declare witness.
9750         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add default.
9751         * modules/unistd (Depends-on): Substitute witness.
9752         * lib/unistd.in.h (getgroups): Declare replacement.
9753
9754         getgroups: avoid calling exit
9755         * modules/getgroups (Depends-on): Add malloc-posix and unistd,
9756         drop xalloc.
9757         * modules/getgroups-tests (Depends-on, Makefile.am): Drop unneeded
9758         dependencies.
9759         * lib/getgroups.c (rpl_getgroups): Fail with ENOMEM rather than
9760         exiting, in the rare case of malloc failure.
9761
9762         getgroups: fix logic error
9763         * lib/getgroups.c (rpl_getgroups): Don't fail if current process
9764         has more than 20 groups.
9765         * modules/getgroups-tests: New test.
9766         * tests/test-getgroups.c: New file.
9767
9768 2009-11-13  Simon Josefsson  <simon@josefsson.org>
9769
9770         * tests/test-base64.c: Improve.
9771
9772 2009-11-13  Simon Josefsson  <simon@josefsson.org>
9773
9774         * tests/test-xvasprintf.c: Fix memory leak, suggested by Eric
9775         Blake <ebb9@byu.net>.
9776
9777 2009-11-13  Simon Josefsson  <simon@josefsson.org>
9778
9779         * tests/test-xvasprintf.c: Add %s%s related checks.
9780
9781 2009-11-12  Eric Blake  <ebb9@byu.net>
9782
9783         version-etc: match standards.texi style
9784         * lib/version-etc.c (emit_bug_reporting_address): Drop periods,
9785         and use <> only for URLs.
9786
9787 2009-11-10  Kamil Dudka  <kdudka@redhat.com>
9788
9789         fts: do not fail on a submount during traversal
9790         * lib/fts.c (fts_build): Read the stat info again after opening
9791         a directory if the FTS_TIGHT_CYCLE_CHECK flag is set.
9792         Original report at http://bugzilla.redhat.com/501848.
9793
9794 2009-11-12  Jim Meyering  <meyering@redhat.com>
9795
9796         bootstrap: sync from coreutils
9797         * build-aux/bootstrap (bootstrap_epilogue): New function.
9798         Use git_modules_config in one more place.  This make bootstrap's
9799         --gnulib-srcdir option more useful for testing.
9800
9801         bootstrap: generalize autoheader check
9802         * build-aux/bootstrap: Look for AC_CONFIG_HEADER as well as
9803         AC_CONFIG_HEADERS.
9804
9805 2009-11-11  Eric Blake  <ebb9@byu.net>
9806
9807         mkfifoat: use new modules for Solaris and BSD bugs
9808         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Simplify.
9809         * lib/mkfifoat.c (mknodat): Split...
9810         * lib/mknodat.c (mknodat): ...into new file.
9811         * modules/mkfifoat (Files): Ship new file.
9812         (Depends-on): Add mkfifo, mknod.
9813         * modules/mkfifoat-tests (Files): Reuse mkfifo tests.
9814         (Depends-on): Add symlink.
9815         * tests/test-mkfifoat.c (main): Enhance test.  Drop portions now
9816         redundant with test_mkfifo.h.
9817         (do_mkfifoat, do_mknodat): New helpers.
9818
9819         mknod: new module
9820         * modules/mknod: New file.
9821         * m4/mknod.m4 (gl_FUNC_MKNOD): Likewise.
9822         * lib/mknod.c (mknod): Likewise.
9823         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
9824         defaults.
9825         * modules/sys_stat (Makefile.am): Substitute them.
9826         * lib/sys_stat.in.h (mknod): Declare replacement.
9827         * MODULES.html.sh (Support for systems lacking POSIX:2008):
9828         Document it.
9829         * doc/posix-functions/mknod.texi (mknod): Likewise.
9830         * modules/mknod-tests: New test.
9831         * tests/test-mknod.c: Likewise.
9832
9833         mkfifo: new module
9834         * modules/mkfifo: New file.
9835         * m4/mkfifo.m4 (gl_FUNC_MKFIFO): Likewise.
9836         * lib/mkfifo.c (mkfifo): Likewise.
9837         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Set witness
9838         defaults.
9839         * modules/sys_stat (Makefile.am): Substitute them.
9840         * lib/sys_stat.in.h (mkfifo): Declare replacement.
9841         * MODULES.html.sh (Support for systems lacking POSIX:2008):
9842         Document it.
9843         * doc/posix-functions/mkfifo.texi (mkfifo): Likewise.
9844         * modules/mkfifo-tests: New test.
9845         * tests/test-mkfifo.h (test_mkfifo): New file, borrowed in part
9846         from test-mkfifoat.c.
9847         * tests/test-mkfifo.c: New file.
9848
9849         readlink: detect FreeBSD bug
9850         * m4/readlink.m4 (gl_FUNC_READLINK): Also detect FreeBSD bug with
9851         slash on symlink.
9852         * doc/posix-functions/readlink.texi (readlink): Document the bug.
9853         * tests/test-readlink.h (test_readlink): Enhance test.
9854
9855         symlink: detect FreeBSD bug
9856         * m4/symlink.m4 (gl_FUNC_SYMLINK): Also detect FreeBSD bug with
9857         slash on symlink.
9858         * doc/posix-functions/symlink.texi (symlink): Document the bug.
9859         * tests/test-symlink.h (test_symlink): Enhance test.
9860
9861 2009-11-10  Eric Blake  <ebb9@byu.net>
9862
9863         link: detect FreeBSD bug
9864         * m4/link.m4 (gl_FUNC_LINK): Also detect FreeBSD bug with slash on
9865         symlink.
9866         * doc/posix-functions/link.texi (link): Document the bug.
9867         * tests/test-link.h (test_link): Enhance test.
9868         * tests/test-linkat.c (main): Update caller.
9869
9870         unlink, remove: detect FreeBSD bug
9871         * m4/unlink.m4 (gl_FUNC_UNLINK): Also detect FreeBSD bug with
9872         slash on symlink.
9873         * doc/posix-functions/unlink.texi (unlink): Document the bug.
9874         * doc/posix-functions/remove.texi (remove): Likewise.
9875         * tests/test-unlink.h (test_unlink): Enhance test.
9876         * tests/test-remove.c (main): Likewise.
9877
9878 2009-11-09  Eric Blake  <ebb9@byu.net>
9879
9880         rename: detect FreeBSD bug
9881         * m4/rename.m4 (gl_FUNC_RENAME): Also detect FreeBSD bug with
9882         slash on symlink.
9883         * modules/renameat-tests (Depends-on): Add filenamecat.
9884         * tests/test-rename.h (test_rename): Allow one more errno.
9885         * tests/test-renameat.c (main): Likewise.
9886         * doc/posix-functions/rename.texi (rename): Document the bug.
9887
9888         open: detect FreeBSD bug
9889         * m4/open.m4 (gl_FUNC_OPEN): Also detect FreeBSD bug with slash on
9890         symlink.
9891         * doc/posix-functions/open.texi (open): Document the bug.
9892         * doc/posix-functions/utimes.texi (utimes): Likewise.
9893         * tests/test-open.h (test_open): Add parameters, and test symlink
9894         handling.
9895         * tests/test-open.c (main): Adjust caller.
9896         * tests/test-fcntl-safer.c (main): Likewise.
9897         * modules/open-tests (Depends-on): Add stdbool, symlink.
9898         * modules/fcntl-safer-tests (Depends-on): Likewise.
9899         * tests/test-openat.c (main): Add test-open tests.
9900
9901         stat: detect FreeBSD bug
9902         * m4/stat.m4 (gl_FUNC_STAT): Also detect FreeBSD bug with slash on
9903         symlink.
9904         * doc/posix-functions/stat.texi (stat): Document the bug.
9905         * tests/test-stat.h (test_stat_func): Add argument.
9906         * tests/test-stat.c (main): Adjust caller.
9907         * tests/test-fstatat.c (main): Likewise.
9908         * modules/stat-tests (Depends-on): Add stdbool, symlink.
9909         Reported by Jim Meyering.
9910
9911 2009-11-09  James Youngman  <jay@gnu.org>
9912
9913         strftime.c: include ignore-value.h only when FPRINTFTIME is defined
9914         * lib/strftime.c: Correct placement of #include "ignore-value.h".
9915
9916 2009-11-08  Jim Meyering  <meyering@redhat.com>
9917
9918         utimens: remove invalid futimesat call
9919         * lib/utimens.c (fdutimens): Remove invalid futimesat call.
9920         It used the file descriptor of the target file as the DIR_FD
9921         parameter and NULL as the file name.  That caused failure with
9922         errno == EFAULT on FreeBSD-8.0-rc2
9923
9924 2009-11-07  Eric Blake  <ebb9@byu.net>
9925
9926         fflush, freadseek: use fseeko, not fseek
9927         * lib/fflush.c (clear_ungetc_buffer_preserving_position)
9928         (clear_ungetc_buffer): Avoid potential problems on large files.
9929         * lib/freadseek.c (freadseek): Likewise.
9930         * modules/freadseek (Depends-on): Add fseeko.
9931         * modules/fseek (configure.ac): Set a witness.
9932         * tests/test-fflush.c (main): Use fseeko.
9933         * tests/test-fpurge.c (fseek): Disable link warning.
9934         * tests/test-freadable.c (fseek): Likewise.
9935         * tests/test-freading.c (fseek): Likewise.
9936         * tests/test-fseeko.c (fseek): Likewise.
9937         * tests/test-ftell.c (fseek): Likewise.
9938         * tests/test-ftello.c (fseek): Likewise.
9939         * tests/test-fwritable.c (fseek): Likewise.
9940         * tests/test-fwriting.c (fseek): Likewise.
9941
9942 2009-11-06  Simon Josefsson  <simon@josefsson.org>
9943
9944         * modules/memchr (Depends-on): Drop getpagesize dependency.
9945
9946 2009-11-06  Simon Josefsson  <simon@josefsson.org>
9947
9948         * build-aux/pmccabe2html: Disable execute bit.  Suggested by
9949         Reported by Ludovic Courtès.
9950         * build-aux/pmccabe2html: Improve example usage.
9951         * build-aux/pmccabe2html: Drop #! header.  Doc fix.
9952
9953 2009-11-06  Jim Meyering  <meyering@redhat.com>
9954
9955         do-release-commit-and-tag: New module.
9956         Automate the release-commit and tag process.
9957         * build-aux/do-release-commit-and-tag: New script, from coreutils.
9958         * modules/do-release-commit-and-tag: New file.
9959         * MODULES.html.sh (Support for maintaining and releasing): Add it.
9960
9961 2009-11-06  Simon Josefsson  <simon@josefsson.org>
9962
9963         * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
9964         because test-select.c uses inet_pton.
9965
9966 2009-11-06  Simon Josefsson  <simon@josefsson.org>
9967
9968         * m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
9969         GETADDRINFO_LIB.  Bump serial number.
9970         * modules/getaddrinfo (Link): Only mention GETADDRINFO_LIB again.
9971         Suggested by Eric Blake <ebb9@byu.net>.
9972
9973 2009-11-05  Eric Blake  <ebb9@byu.net>
9974
9975         strtod: detect darwin bug
9976         * m4/strtod.m4 (gl_FUNC_STRTOD): Filter out darwin bug on "nan(".
9977         Reported by Leo Davis.
9978
9979         freopen-safer: new module
9980         * modules/freopen-safer: New module.
9981         * m4/stdio-safer.m4 (gl_FREOPEN_SAFER): New macro.
9982         * lib/freopen-safer.c (freopen_safer): New file.
9983         * lib/stdio-safer.h (freopen_safer): New declaration.
9984         * lib/stdio--.h (freopen): New override.
9985         * MODULES.html.sh (File stream based Input/Output): Mention it.
9986         * doc/posix-functions/freopen.texi (freopen): Mention pitfalls and
9987         freopen-safer module.
9988         * doc/posix-functions/stderr.texi (stderr): Likewise.
9989         * doc/posix-functions/stdin.texi (stdin): Likewise.
9990         * doc/posix-functions/stdout.texi (stdout): Likewise.
9991         * modules/freopen-safer-tests: New test.
9992         * tests/test-reopen-safer.c: New file.
9993
9994 2009-11-05  Jim Meyering  <meyering@redhat.com>
9995
9996         maint.mk: Prohibit inclusion of "close-stream.h" without use.
9997         * top/maint.mk (sc_prohibit_close_stream_without_use): New rule.
9998
9999 2009-11-05  Simon Josefsson  <simon@josefsson.org>
10000
10001         * modules/pmccabe2html (configure.ac): Check for pmccabe tool.
10002
10003 2009-11-05  Simon Josefsson  <simon@josefsson.org>
10004
10005         * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB).
10006
10007 2009-11-05  Simon Josefsson  <simon@josefsson.org>
10008
10009         Fix link error.
10010         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
10011         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
10012
10013 2009-11-05  Simon Josefsson  <simon@josefsson.org>
10014
10015         * tests/test-func.c: Also test value of __func__.
10016
10017 2009-11-05  Simon Josefsson  <simon@josefsson.org>
10018
10019         * tests/test-sys_socket.c: Use smaller constant value, sa_family_t
10020         may be an 8-bit type.  Reported by Bruno Haible <bruno@clisp.org>.
10021
10022 2009-11-05  Bruno Haible  <bruno@clisp.org>
10023
10024         Fix link error.
10025         * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result.
10026         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
10027         Reported by Brad Hards <bradh@frogmouth.net> via Simon Josefsson.
10028
10029 2009-11-05  Bruno Haible  <bruno@clisp.org>
10030
10031         Tests for module 'inet_pton'.
10032         * modules/inet_pton-tests: New file.
10033         * tests/test-inet_pton.c: New file.
10034
10035 2009-11-05  Bruno Haible  <bruno@clisp.org>
10036
10037         Tests for module 'inet_ntop'.
10038         * modules/inet_ntop-tests: New file.
10039         * tests/test-inet_ntop.c: New file.
10040
10041 2009-11-04  Eric Blake  <ebb9@byu.net>
10042
10043         stdlib-safer: wrap all mkstemp variants
10044         * modules/mkostemp (configure.ac): Set witness.
10045         * modules/mkostemps (configure.ac): Likewise.
10046         * modules/mkstemps (configure.ac): Likewise.
10047         * lib/stdlib-safer.h (mkostemp_safer, mkostemps_safer)
10048         (mkstemps_safer): Wrap more functions.
10049         * lib/stdlib--.h (mkostemp, mkostemps, mkstemps): Default the
10050         wrapping.
10051         * lib/mkstemp-safer.c (mkostemp_safer, mkostemps_safer)
10052         (mkstemps_safer): Implement the wrappers.
10053
10054         mkstemps, mkostemps: new modules
10055         * modules/mkostemps: New module.
10056         * modules/mkstemps: Likewise.
10057         * lib/mkostemps.c (mkostemps): New file.
10058         * lib/mkstemps.c (mkstemps): Likewise.
10059         * m4/mkostemps.m4 (gl_FUNC_MKOSTEMPS): Likewise.
10060         * m4/mkstemps.m4 (gl_FUNC_MKSTEMPS): Likewise.
10061         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Add witnesses.
10062         * modules/stdlib (Makefile.am): Substitute them.
10063         * lib/stdlib.in.h (mkostemps, mkstemps): Declare them.
10064         * doc/glibc-functions/mkstemps.texi (mkstemps): New file.
10065         * doc/glibc-functions/mkostemps.texi (mkostemps): Likewise.
10066         * doc/gnulib.texi (Glibc stdlib.h): Include them.
10067         * MODULES.html.sh (File system functions): Mention them.
10068
10069         tempname: resync from glibc
10070         * lib/tempname.c (__gen_tempname): Add suffixlen argument.  Use
10071         same values for __GT_FILE as glibc.  Abort even when assertions
10072         are disabled.
10073         * lib/tempname.h (GT_FILE): Use glibc __GT_FILE, if available, and
10074         match its value otherwise.  Allow idempotent inclusion.
10075         * lib/mkdtemp.c (mkdtemp): Adjust caller.
10076         * lib/mkostemp.c (mkostemp): Likewise.
10077         * lib/mkstemp.c (mkstemp): Likewise.
10078         * lib/tmpfile.c (tmpfile): Likewise.
10079         * NEWS: Document this.
10080
10081         utimens: fix use of futimens on older Linux
10082         * lib/utimens.c (fdutimens): Use updated, rather than original,
10083         timespec to avoid bug in older Linux kernel.
10084         Reported by Simon Josefsson.
10085
10086 2009-11-04  Bruno Haible  <bruno@clisp.org>
10087
10088         Make num_processors more flexible and consistent.
10089         * lib/nproc.h (enum nproc_query): New type.
10090         (num_processors): Add a 'query' argument.
10091         * lib/nproc.c: Include <stdlib.h>, <sched.h>, c-ctype.h.
10092         (num_processors): Add a 'query' argument. Test the value of the
10093         OMP_NUM_THREADS environment variable if requested. On Linux, NetBSD,
10094         mingw, count the number of CPUs available for the current process.
10095         * m4/nproc.m4 (gl_PREREQ_NPROC): Require AC_USE_SYSTEM_EXTENSIONS.
10096         Check for sched_getaffinity and sched_getaffinity_np.
10097         * modules/nproc (Depends-on): Add c-ctype, extensions.
10098         * NEWS: Mention the change.
10099
10100 2009-11-03  Bruno Haible  <bruno@clisp.org>
10101
10102         * NEWS: Document the new library dependencies of inet_ntop, inet_pton.
10103
10104 2009-11-03  Jim Meyering  <meyering@redhat.com>
10105
10106         test-getaddrinfo: avoid compilation failure on FreeBSD 7.2
10107         * tests/test-getaddrinfo.c (simple): Test for EAI_NODATA only
10108         if it is defined.
10109
10110 2009-11-02  Eric Blake  <ebb9@byu.net>
10111
10112         mktime, timegm: share common declaration
10113         * lib/mktime-internal.h: New file.
10114         * lib/mktime.c: Use it rather than open-coding a declaration.
10115         * lib/timegm.c: Likewise.
10116         * modules/mktime (Files): Ship it.
10117         * modules/timegm (Files): Likewise.
10118         Suggested by Bruno Haible.
10119
10120         test-update-copyright: update test to match script changes
10121         * tests/test-update-copyright.sh: Avoid hard-coding perl
10122         location.  Don't update *.bak created by earlier runs.
10123
10124 2009-11-02  Paul Eggert  <eggert@cs.ucla.edu>
10125             Simon Josefsson  <simon@josefsson.org>
10126             Bruno Haible  <bruno@clisp.org>
10127
10128         Fix link error on Solaris 8.
10129         * m4/inet_pton.m4 (gl_INET_PTON): Search for the function inet_pton
10130         also in libnsl. Define also INET_PTON_LIB.
10131         * modules/inet_pton (Link): New section.
10132
10133 2009-11-02  Simon Josefsson  <simon@josefsson.org>
10134             Bruno Haible  <bruno@clisp.org>
10135
10136         * m4/inet_ntop.m4 (gl_INET_NTOP): Define also INET_NTOP_LIB.
10137         * modules/inet_ntop (Link): New section.
10138         Reported by Boyan Kasarov <bkasarov@gmail.com>.
10139
10140 2009-11-02  Eric Blake  <ebb9@byu.net>
10141
10142         maint: avoid compiler warnings in m4 macros
10143         * m4/ungetc.m4 (gl_FUNC_UNGETC_WORKS): Avoid unused variable.
10144         * m4/rmdir.m4 (gl_FUNC_RMDIR): Include correct header.
10145
10146 2009-11-02  Simon Josefsson  <simon@josefsson.org>
10147
10148         * m4/pmccabe2html.m4: Remove file.
10149         * modules/pmccabe2html: Drop pmccabe2html.m4.  Don't call m4
10150         function.  Change maintainer.
10151         * build-aux/pmccabe2html: Use /bin/sh with magic instead of
10152         hard-coding path to awk.  Tiny patch from ludo@gnu.org (Ludovic
10153         Courtès).
10154
10155 2009-10-31  Eric Blake  <ebb9@byu.net>
10156
10157         fseeko: fix m4 regression
10158         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Use modern macro.  Fixes
10159         regression from 2009-10-27.
10160         Reported by Ralf Wildenhues.
10161
10162 2009-10-31  Jim Meyering  <meyering@redhat.com>
10163
10164         inttostr: aesthetics and improved (compile-time) safety
10165         Define inttype_is_signed rather than inttype_is_unsigned,
10166         since the sole use is via "#if inttype_is_signed".
10167         * lib/imaxtostr.c (inttype_is_signed): Define this, rather than
10168         inttype_is_unsigned.
10169         * lib/offtostr.c (inttype_is_signed): Likewise.
10170         * lib/uinttostr.c (inttype_is_signed): Likewise.
10171         * lib/umaxtostr.c (inttype_is_signed): Likewise.
10172         * lib/inttostr.c (inttostr): Use verify to cross-check the
10173         inttype_is_signed value and the signedness of the actual type.
10174         * modules/inttostr (Depends-on): Add verify.
10175
10176 2009-10-30  Eric Blake  <ebb9@byu.net>
10177
10178         build: avoid compiler warnings
10179         * lib/fchmodat.c (lchmod): Mark unused variables.
10180         * lib/getopt.c (_getopt_initialize): Likewise.
10181         * lib/mktime.c (__mktime_internal): Provide prototype.
10182         * lib/inttostr.c (inttostr): Avoid compiler warning even with
10183         older gcc that do not understand #pragma GCC diagnostic.
10184         * lib/uinttostr.c (inttype_is_unsigned): Define.
10185         * lib/umaxtostr.c (inttype_is_unsigned): Likewise.
10186
10187 2009-10-30  Michael Haubenwallner  <michael.haubenwallner@salomon.at>
10188
10189         stat: fix compilation on AIX
10190         * lib/sys_stat.in.h (stat): Work with fact that large files on AIX
10191         only see struct stat64.
10192
10193 2009-10-30  Eric Blake  <ebb9@byu.net>
10194
10195         exclude: make more robust
10196         * lib/exclude.c (excluded_file_name): Abort on unexpected value,
10197         rather than masking a coding bug.
10198         Suggested by Bruno Haible.
10199
10200 2009-10-30  Jim Meyering  <meyering@redhat.com>
10201
10202         perl scripts: remove #!/usr/bin/perl in favor of more portable...
10203         Rather than putting #!/usr/bin/perl on the first line,
10204         start with a variant of what's recommended by "man perlrun" that
10205         invokes the first "perl" program from your shell's search path.
10206         * build-aux/gitlog-to-changelog: Replace #!... as above.
10207         Add a "Local Variables" perl mode setting.
10208         Prompted by a patch from Ludovic Courtès.
10209         Improved by Eric Blake.
10210         * build-aux/useless-if-before-free: Likewise.
10211         * build-aux/announce-gen: Likewise.
10212         * build-aux/update-copyright: Likewise.
10213
10214 2009-10-29  Eric Blake  <ebb9@byu.net>
10215
10216         filenamecat-lgpl: adjust clients
10217         * modules/linkat (Depends-on): Use filenamecat-lgpl, not
10218         filenamecat.
10219         * modules/renameat (Depends-on): Likewise.
10220
10221         filenamecat: split into filenamecat-lgpl
10222         * modules/filenamecat-lgpl: New module.
10223         * modules/filenamecat (Files): Move library-safe files into
10224         filenamecat-lgpl.
10225         (Depends-on): Add filenamecat-lgpl.
10226         (configure.ac): Declare witness.
10227         * lib/filenamecat.h (file_name_concat): Only declare when using
10228         GPL module.
10229         * lib/filenamecat.c (longest_relative_suffix, mfile_name_concat):
10230         Move...
10231         * lib/filenamecat-lgpl.c: ...into new file.
10232         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT_LGPL): New macro.
10233         (gl_FILE_NAME_CONCAT): Use it.
10234         * MODULES.html.sh (File system functions): Mention new module.
10235
10236         argp: avoid memory leak
10237         * modules/argp (Depends-on): Use dirname-lgpl, not dirname.
10238         * lib/argp-namefrob.h (__argp_base_name): Use last_component, not
10239         base_name, since the latter malloc()s and can call exit().
10240         Leak introduced 2006-07-03.
10241
10242         dirname-lgpl: adjust clients that don't need full dirname
10243         * modules/backupfile (Depends-on): Use dirname-lgpl, not dirname.
10244         * modules/filenamecat (Depends-on): Likewise.
10245         * modules/linkat (Depends-on): Likewise.
10246         * modules/mkancesdirs (Depends-on): Likewise.
10247         * modules/mkdir (Depends-on): Likewise.
10248         * modules/openat (Depends-on): Likewise.
10249         * modules/savewd (Depends-on): Likewise.
10250         * modules/rename (Depends-on): Likewise.
10251         (License): Relax license.
10252         * modules/mkdir-tests (Depends-on): Drop progname.
10253         (Makefile.am): Delete unneeded LDADD.
10254         * modules/rename-tests (Depends-on, Makefile.am): Likewise.
10255
10256         dirname: split into dirname-lgpl
10257         * modules/dirname-lgpl: New module.
10258         * modules/dirname (Files): Move library-safe files into
10259         dirname-lgpl.
10260         (Depends-on): Add dirname-lgpl.
10261         (configure.ac): Declare witness.
10262         * modules/double-slash-root (License): Relax license.
10263         * lib/dirname.h (base_name, dir_name): Only declare when using GPL
10264         module.
10265         * lib/dirname.c (dir_len, mdir_name): Move...
10266         * lib/dirname-lgpl.c: ...into new file.
10267         * lib/basename.c (last_component, base_len): Move...
10268         * lib/basename-lgpl.c: ...into new file.
10269         * m4/dirname.m4 (gl_DIRNAME_LGPL): New macro.
10270         (gl_DIRNAME): Use it.
10271         * MODULES.html.sh (Enhancements for POSIX:2008 functions):
10272         Mention new module.
10273         * modules/dirname-tests (Depends-on): Add progname.
10274         * tests/test-dirname.c (program_name): Delete.
10275
10276         mkdir: make safe for libraries
10277         * modules/mkdir (Depends-on): Drop xalloc.
10278         * lib/mkdir.c (rpl_mkdir): Fail with ENOMEM rather than calling
10279         exit.
10280
10281         tests: avoid some compiler warnings
10282         * tests/test-getaddrinfo.c (simple): Mark static, and allow string
10283         literals.
10284         * tests/test-memchr.c (main): Avoid type mismatch.
10285         * tests/test-arpa_inet.c (main): Avoid unused parameters.
10286         * tests/test-base64.c (main): Likewise.
10287         * tests/test-getdelim.c (main): Likewise.
10288         * tests/test-gethostname.c (main): Likewise.
10289         * tests/test-getline.c (main): Likewise.
10290         * tests/test-netinet_in.c (main): Likewise.
10291         * tests/test-select.c (open_server_socket, main): Likewise.
10292         * tests/test-select-stdin.c (main): Likewise.
10293         * tests/test-sockets.c (main): Likewise.
10294         * tests/test-strsignal.c (main): Likewise.
10295         * tests/test-sys_select.c (main): Likewise.
10296         * tests/test-sys_socket.c (main): Likewise.
10297         * tests/test-u64.c (main): Likewise.
10298         * tests/test-xfprintf-posix.c (main): Likewise.
10299         * tests/test-xvasprintf.c (test_xvasprintf, main): Likewise.
10300
10301         sockets: avoid compiler warning
10302         * lib/sockets.c (gl_sockets_startup): Mark unused parameter.
10303
10304         maint: detect usage(1) and other suspicious exits
10305         * top/maint.mk (sc_prohibit_magic_number_exit): New rule.
10306
10307 2009-10-29  Jim Meyering  <meyering@redhat.com>
10308
10309         timespec: long-to-int truncation could make timespec_cmp malfunction
10310         * lib/timespec.h (timespec_cmp): Do not interpret a difference of
10311         a multiple of 2^32 nanoseconds as no difference.
10312
10313 2009-10-28  Jim Meyering  <meyering@redhat.com>
10314
10315         fprintftime: wrap macro code argument in "do {...} while(0)"
10316         * lib/strftime.c (cpy) [FPRINTFTIME]: The second argument to the
10317         cpy macro must be a statement that can be followed by a semicolon.
10318         Now that the else clause contains a comment and is hence longer
10319         than one line, I require curly braces.  That in turn requires
10320         that we wrap this code block in the standard do...while(0).
10321
10322         fprintftime: remove stray semicolon from previous change
10323         * lib/strftime.c (cpy) [FPRINTFTIME]: Remove trailing semicolon.
10324
10325         fprintftime: avoid a warning about ignored fwrite return value
10326         * lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
10327         (cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
10328         that is unsafe.
10329         * modules/fprintftime (Depends-on): Add ignore-value.
10330
10331         exclude: avoid an unwarranted warning
10332         * lib/exclude.c (excluded_file_name): Initialize "rc" before switch.
10333
10334 2009-10-27  Eric Blake  <ebb9@byu.net>
10335
10336         fseek: avoid compilation failure when fflush is replaced
10337         * m4/fseek.m4 (gl_REPLACE_FSEEK): New macro.
10338         * m4/fseeko.m4 (gl_REPLACE_FSEEKO): Also replace fseek, if fseek
10339         module is in use.
10340         * lib/stdio.in.h (GNULIB_FSEEKO): Only poison fseek if fseek
10341         module is not in use; since REPLACE_FSEEK worked otherwise.
10342         (GNULIB_FTELLO): Likewise for ftell.
10343         Reported by Ian Beckwith and others.
10344
10345 2009-10-27  Bruno Haible  <bruno@clisp.org>
10346
10347         * lib/isnan.c (rpl_isnan[fdl]): Repeat the specification declaration.
10348         Reported by Jim Meyering.
10349
10350 2009-10-27  Jim Meyering  <jim@meyering.net>
10351             Bruno Haible  <bruno@clisp.org>
10352
10353         Avoid warning despite dropping the return value of fwrite.
10354         * lib/unicodeio.c: Include ignore-value.h.
10355         (fwrite_success_callback): Explicitly ignore fwrite's return value.
10356         * modules/unicodeio (Depends-on): Add ignore-value.
10357
10358 2009-10-26  Eric Blake  <ebb9@byu.net>
10359
10360         areadlinkat: fix fallback path
10361         * lib/at-func.c (AT_FUNC_NAME): Avoid signed comparison between
10362         pointer and zero.
10363
10364 2009-10-22  Pádraig Brady  <P@draigBrady.com>
10365
10366         Use a better IO block size for modern systems
10367         * lib/copy-file.c (copy_file_preserving): Used a 32KiB malloced buffer.
10368         * lib/md2.c: Likewise.
10369         * lib/md4.c: Likewise.
10370         * lib/md5.c: Likewise.
10371         * lib/sha1.c: Likewise.
10372         * lib/sha256.c: Likewise.
10373         * lib/sha512.c: Likewise.
10374
10375 2009-10-22  Eric Blake  <ebb9@byu.net>
10376
10377         tests: avoid several compiler warnings
10378         * tests/test-getcwd.c (main): Avoid buffer underflow.
10379         * tests/test-getdate.c (main): String literals are not safe with
10380         putenv, so use setenv.  Declare unused argument.
10381         * modules/getdate-tests (Depends-on): Add setenv.
10382         * tests/test-argv-iter.c (main): Declare unused argument.  Avoid
10383         problems with string literals in char *.
10384         * tests/test-hash.c (main): Avoid shadowing declaration.
10385         (insert_new): Treat string literals as char const *.
10386         * tests/test-getopt.h (test_getopt): Likewise.
10387         (getopt_loop): Alter types to minimize casting elsewhere.
10388         * tests/test-getopt_long.h (test_getopt_long, getopt_long_loop)
10389         (test_getopt_long_posix): Likewise.
10390         (do_getopt_long): Add wrapper to minimize casting.
10391         * tests/test-atexit.c (clear_temp_file): Use void.
10392         * tests/test-areadlink-with-size.c (main): Declare unused
10393         arguments.
10394         * tests/test-areadlink.c (main): Likewise.
10395         * tests/test-areadlinkat-with-size.c (main): Likewise.
10396         * tests/test-areadlinkat.c (main): Likewise.
10397         * tests/test-canonicalize-lgpl.c (main): Likewise.
10398         * tests/test-canonicalize.c (main): Likewise.
10399         * tests/test-dirent-safer.c (main): Likewise.
10400         * tests/test-dirname.c (main): Likewise.
10401         * tests/test-dup2.c (main): Likewise.
10402         * tests/test-fchdir.c (main): Likewise.
10403         * tests/test-fcntl-h.c (main): Likewise.
10404         * tests/test-fcntl-safer.c (main): Likewise.
10405         * tests/test-fdopendir.c (main): Likewise.
10406         * tests/test-fdutimensat.c (main): Likewise.
10407         * tests/test-fflush.c (main): Likewise.
10408         * tests/test-filenamecat.c (main): Likewise.
10409         * tests/test-filevercmp.c (main): Likewise.
10410         * tests/test-fopen-safer.c (main): Likewise.
10411         * tests/test-fopen.c (main): Likewise.
10412         * tests/test-fpending.c (main): Likewise.
10413         * tests/test-fpurge.c (main): Likewise.
10414         * tests/test-freading.c (main): Likewise.
10415         * tests/test-fstatat.c (main): Likewise.
10416         * tests/test-fsync.c (main): Likewise.
10417         * tests/test-futimens.c (main): Likewise.
10418         * tests/test-getndelim2.c (main): Likewise.
10419         * tests/test-gettimeofday.c (main): Likewise.
10420         * tests/test-getopt.c (main): Likewise.
10421         * tests/test-i-ring.c (main): Likewise.
10422         * tests/test-inttypes.c (main): Likewise.
10423         * tests/test-link.c (main): Likewise.
10424         * tests/test-lstat.c (main): Likewise.
10425         * tests/test-math.c (main): Likewise.
10426         * tests/test-md5.c (main): Likewise.
10427         * tests/test-memchr2.c (main): Likewise.
10428         * tests/test-memrchr.c (main): Likewise.
10429         * tests/test-mkdir.c (main): Likewise.
10430         * tests/test-mkdirat.c (main): Likewise.
10431         * tests/test-mkfifoat.c (main): Likewise.
10432         * tests/test-open.c (main): Likewise.
10433         * tests/test-openat-safer.c (main): Likewise.
10434         * tests/test-openat.c (main): Likewise.
10435         * tests/test-quotearg.c (main): Likewise.
10436         * tests/test-rawmemchr.c (main): Likewise.
10437         * tests/test-readlink.c (main): Likewise.
10438         * tests/test-remove.c (main): Likewise.
10439         * tests/test-rename.c (main): Likewise.
10440         * tests/test-renameat.c (main): Likewise.
10441         * tests/test-rmdir.c (main): Likewise.
10442         * tests/test-sha1.c (main): Likewise.
10443         * tests/test-signal.c (main): Likewise.
10444         * tests/test-sigaction.c (main): Likewise.
10445         * tests/test-stat.c (main): Likewise.
10446         * tests/test-stat-time.c (main): Likewise.
10447         * tests/test-stddef.c (main): Likewise.
10448         * tests/test-stdint.c (main): Likewise.
10449         * tests/test-stdio.c (main): Likewise.
10450         * tests/test-stdlib.c (main): Likewise.
10451         * tests/test-strchrnul.c (main): Likewise.
10452         * tests/test-strerror.c (main): Likewise.
10453         * tests/test-string.c (main): Likewise.
10454         * tests/test-strtod.c (main): Likewise.
10455         * tests/test-strverscmp.c (main): Likewise.
10456         * tests/test-symlink.c (main): Likewise.
10457         * tests/test-symlinkat.c (main): Likewise.
10458         * tests/test-sys_stat.c (main): Likewise.
10459         * tests/test-sys_time.c (main): Likewise.
10460         * tests/test-time.c (main): Likewise.
10461         * tests/test-unistd.c (main): Likewise.
10462         * tests/test-unlink.c (main): Likewise.
10463         * tests/test-unlinkat.c (main): Likewise.
10464         * tests/test-utimens.c (main): Likewise.
10465         * tests/test-utimensat.c (main): Likewise.
10466         * tests/test-version-etc.c (main): Likewise.
10467         * tests/test-wchar.c (main): Likewise.
10468         * tests/test-wctype.c (main): Likewise.
10469         * tests/test-xprintf-posix.c (main): Likewise.
10470         * tests/test-posixtm.c (main): Likewise.
10471         (STREQ): Delete unused macro.
10472         * tests/test-linkat.c (main): Declare unused arguments.  Avoid
10473         shadowed variables.
10474         * tests/test-memchr.c (main): Likewise.
10475
10476 2009-10-21  Eric Blake  <ebb9@byu.net>
10477
10478         areadlinkat: avoid failure on older glibc
10479         * lib/at-func.c (AT_FUNC_NAME): Check for explicit FUNC_FAIL,
10480         rather than mis-comparing 0 against FUNC_RESULT of char*.
10481
10482 2009-10-21  Bruno Haible  <bruno@clisp.org>
10483
10484         * modules/stpncpy (License): Relicense under LGPLv2+.
10485         Reported by David Lutterkort <lutter@redhat.com>.
10486
10487 2009-10-20  Eric Blake  <ebb9@byu.net>
10488
10489         utimensat: work around Solaris 9 bug
10490         * lib/utimens.c (fdutimens, lutimens): Force a stat if platform
10491         has trailing slash bugs.
10492         * tests/test-lutimens.h (test_lutimens): Enhance test.
10493         * tests/test-utimens.h (test_utimens): Likewise.
10494         * doc/posix-functions/utime.texi (utime): Enhance documentation.
10495         * doc/posix-functions/utimes.texi (utimes): Likewise.
10496         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
10497         * doc/glibc-functions/futimesat.texi (futimesat): Likewise.
10498         * doc/glibc-functions/lutimes.texi (lutimes): Likewise.
10499         * doc/posix-functions/futimens.texi (futimens): Likewise.
10500
10501         fdutimensat: new module
10502         * modules/fdutimensat: New file.
10503         * lib/fdutimensat.c (fdutimensat): Likewise.
10504         * lib/utimens.h (fdutimensat, lutimensat): Declare new functions.
10505         * MODULES.html.sh (File system functions): Mention module.
10506         * modules/fdutimensat-tests: New test.
10507         * tests/test-fdutimensat.c: Likewise.
10508
10509         doc: regenerate INSTALL
10510         * doc/INSTALL: Reflect recent autoconf update.
10511         * doc/INSTALL.ISO: Likewise.
10512         * doc/INSTALL.UTF-8: Likewise.
10513
10514 2009-10-20  Pádraig Brady  <P@draigBrady.com>
10515
10516         acl: warn if ACL support is not detected
10517         * m4/acl.m4 (gl_FUNC_ACL): Output a warning if ACL support is not found.
10518
10519 2009-10-19  Giuseppe Scrivano  <gscrivano@gnu.org>
10520
10521         * lib/nproc.h: Add extern "C" block for C++.
10522
10523 2009-10-18  Reuben Thomas  <rrt@sc3d.org>
10524             Bruno Haible  <bruno@clisp.org>
10525
10526         * doc/posix-functions/isascii.texi: Document the 2 alternative APIs.
10527         * doc/posix-functions/isalnum.texi: Document the 4 alternative APIs.
10528         * doc/posix-functions/isalpha.texi: Likewise.
10529         * doc/posix-functions/isblank.texi: Likewise.
10530         * doc/posix-functions/iscntrl.texi: Likewise.
10531         * doc/posix-functions/isdigit.texi: Likewise.
10532         * doc/posix-functions/isgraph.texi: Likewise.
10533         * doc/posix-functions/islower.texi: Likewise.
10534         * doc/posix-functions/isprint.texi: Likewise.
10535         * doc/posix-functions/ispunct.texi: Likewise.
10536         * doc/posix-functions/isspace.texi: Likewise.
10537         * doc/posix-functions/isupper.texi: Likewise.
10538         * doc/posix-functions/isxdigit.texi: Likewise.
10539
10540 2009-10-18  Bruno Haible  <bruno@clisp.org>
10541
10542         Tests for module 'isblank'.
10543         * modules/isblank-tests: New file.
10544         * tests/test-isblank.c: New file.
10545
10546         New module 'isblank'.
10547         * lib/isblank.c: New file.
10548         * m4/isblank.m4: New file.
10549         * modules/isblank: New file.
10550         * doc/posix-functions/isblank.texi: Mention the new module.
10551
10552 2009-10-18  Bruno Haible  <bruno@clisp.org>
10553
10554         New module 'ctype'.
10555         * lib/ctype.in.h: New file.
10556         * m4/ctype.m4: New file.
10557         * modules/ctype: New file.
10558         * doc/posix-headers/ctype.texi: Mention the new module.
10559
10560 2009-10-18  Jim Meyering  <meyering@redhat.com>
10561
10562         m4: stylistic-only: hoist AC_SUBST to be adjacent to initialization
10563         Declare a variable like LIB_CLOCK_GETTIME to be AC_SUBSTituted
10564         right after its initialization, rather than farther down.
10565         Keeping these in close proximity makes it easier to ensure
10566         that each such variable is initialized.  E.g.,
10567
10568             LIB_CLOCK_GETTIME=
10569             AC_SUBST([LIB_CLOCK_GETTIME])
10570
10571         This change also increments these serial numbers.
10572         * m4/clock_time.m4 (gl_CLOCK_TIME): Hoist AC_SUBST use.
10573         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
10574         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
10575
10576 2009-10-18  Bruno Haible  <bruno@clisp.org>
10577
10578         Don't let environment variables perturb build.
10579         * m4/gethrxtime.m4 (gl_GETHRXTIME): Initialize LIB_GETHRXTIME here...
10580         (gl_PREREQ_GETHRXTIME): ... not here.
10581
10582 2009-10-18  Bruno Haible  <bruno@clisp.org>
10583
10584         Avoid symlink attack in localcharset module.
10585         * lib/localcharset.c: Include <fcntl.h>, <unistd.h>.
10586         (O_NOFOLLOW): Define fallback.
10587         (get_charset_aliases): Don't open the file if it is a symbolic link.
10588         * m4/fcntl_h.m4 (gl_FCNTL_O_FLAGS): New macro, extracted from
10589         gl_FCNTL_H.
10590         (gl_FCNTL_H): Require it.
10591         * m4/localcharset.m4 (gl_LOCALCHARSET): Likewise.
10592         * modules/localcharset (Files): Add m4/fcntl_h.m4.
10593         Reported by Fergal Glynn <fglynn@veracode.com>.
10594
10595 2009-10-18  Bruno Haible  <bruno@clisp.org>
10596
10597         Implement nproc for mingw.
10598         * lib/nproc.c: Include <windows.h>
10599         (num_processors): On native Windows platforms, try GetSystemInfo.
10600
10601 2009-10-18  Bruno Haible  <bruno@clisp.org>
10602
10603         Implement nproc for IRIX.
10604         * lib/nproc.c: Include <sys/sysmp.h>.
10605         (num_processors): On IRIX systems, try sysmp.
10606         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/sysmp.h and sysmp.
10607
10608 2009-10-18  Bruno Haible  <bruno@clisp.org>
10609
10610         Implement nproc for HP-UX.
10611         * lib/nproc.c: Include <sys/pstat.h>
10612         (num_processors): On HP-UX systems, try pstat_getdynamic.
10613         * m4/nproc.m4 (gl_PREREQ_NPROC): Check for sys/pstat.h and
10614         pstat_getdynamic.
10615
10616 2009-10-18  Giuseppe Scrivano  <gscrivano@gnu.org>
10617             Bruno Haible  <bruno@clisp.org>
10618
10619         Implement nproc for NetBSD, OpenBSD.
10620         * lib/nproc.c: Include <sys/types.h>, <sys/param.h>, <sys/sysctl.h>.
10621         (ARRAY_SIZE): New macro.
10622         (num_processors): On BSD systems, try sysctl of HW_NCPU.
10623         * m4/nproc.m4: New file.
10624         * modules/nproc (Files): Add m4/nproc.m4.
10625         (configure.ac): Invoke gl_NPROC. Remove AC_LIBOBJ invocation.
10626         (Makefile.am): Instead, augment lib_SOURCES.
10627
10628 2009-10-18  Bruno Haible  <bruno@clisp.org>
10629
10630         Fix recognition of sys/sysctl.h on OpenBSD 4.0.
10631         * m4/physmem.m4 (gl_PHYSMEM): Before including sys/sysctl.h, include
10632         sys/param.h.
10633
10634 2009-10-16  Eric Blake  <ebb9@byu.net>
10635
10636         utimensat: new module
10637         * modules/utimensat: New file.
10638         * lib/utimensat.c (utimensat): Likewise.
10639         * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Likewise.
10640         * lib/utimens.c (utimensat): Avoid recursion into rpl_utimensat,
10641         so we can work around Linux bugs.
10642         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
10643         * modules/sys_stat (Makefile.am): Substitute them.
10644         * lib/sys_stat.in.h (utimensat): Declare it.
10645         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10646         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
10647         * modules/utimensat-tests: New test.
10648         * tests/test-utimensat.c: Likewise.
10649
10650         utimens: let lutimens work on non-symlinks
10651         * lib/utimens.c (lutimens): Fall back to utimens rather than
10652         failing with ENOSYS, when file is not a symlink.
10653         (utimens): Reduce redirection.
10654         * tests/test-lutimens.h (test_lutimens): Update test to cover
10655         non-symlinks.
10656         * tests/test-utimens.h (test_utimens): Update test to cover
10657         symlinks.
10658         * tests/test-utimens.c (main): Update caller.
10659
10660         utimens: cache whether utimensat syscall works
10661         * lib/utimens.c (utimensat_works_really): New cache variable.
10662         (fdutimens, lutimens): Use it to avoid failing syscall.
10663
10664         test-stat-time, test-utimens: improve portability
10665         * tests/test-stat-time.c (nap): Lengthen delay to 20ms, for
10666         ext4 on alpha, and for cygwin.
10667         * tests/test-utimens-common.h: New file.
10668         (nap): Factor delays into single function.
10669         * tests/test-lutimens.h (test_lutimens): Use new header.
10670         * tests/test-futimens.h (test_futimens): Likewise.
10671         * tests/test-utimens.h (test_utimens): Likewise.  Also, force NFS
10672         timestamps to occur from same machine, as was done previously for
10673         test_utimens.
10674         * modules/utimens-tests (Files): Ship new file.
10675         * modules/futimens-tests (Files): Likewise.
10676         Reported in part by Jim Meyering.
10677
10678         sys_stat: sort replacement declarations
10679         * lib/sys_stat.in.h: Sort declarations.
10680         * lib/futimens.c (futimens): Fix typo.
10681
10682 2009-10-15  Jim Meyering  <meyering@redhat.com>
10683
10684         don't let environment settings perturb build
10685         Setting the envvars, LIB_CLOCK_GETTIME, LIB_EACCESS or LIB_NANOSLEEP
10686         could cause a configure-time and/or build-time malfunction.
10687         Typically, a configure-time function-in-library test is performed
10688         via code like this:
10689
10690           LIB_VAR=
10691           AC_SUBST([LIB_VAR])
10692           prefix_saved_LIBS=$LIBS
10693             AC_SEARCH_LIBS([FUNC], [LIB_NAME],
10694                        [test "$ac_cv_search_FUNC" = "none required" ||
10695                         LIB_VAR=$ac_cv_search_FUNC])
10696           LIBS=$prefix_saved_LIBS
10697
10698         However, in each of the files affected by this change, the LIB_VAR=
10699         initialization was omitted.  Thus, when set in the environment, its
10700         value would propagate into generated Makefiles when FUNC is not found
10701         in LIB_NAME.
10702         * m4/clock_time.m4 (gl_CLOCK_TIME): Initialize AC_SUBST'd var.
10703         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
10704         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
10705
10706 2009-10-14  Eric Blake  <ebb9@byu.net>
10707
10708         fchdir: avoid infinite recursion in mingw
10709         * lib/fchdir.c (rpl_fstat): Call system fstat, rather than
10710         recursing.
10711
10712         test-stat-time: port to mingw
10713         * tests/test-stat-time.c (force_unlink): Return a value.
10714         (test_ctime) [W32]: Fix compilation error.
10715         (nap): Don't call usleep with too large an argument.  Use
10716         force_unlink.
10717         * doc/pastposix-functions/usleep.texi (usleep): Document the
10718         portability issue.
10719
10720 2009-10-13  Jim Meyering  <meyering@redhat.com>
10721
10722         use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS in modules/*
10723         * modules/pipe-filter-gi: Use AC_CHECK_FUNCS_ONCE, not AC_CHECK_FUNCS.
10724         * modules/pipe-filter-ii: Likewise.
10725         * modules/sys_socket-tests: Likewise.
10726         * modules/tsearch-tests: Likewise.
10727         * Makefile (sc_prefer_ac_check_funcs_once): New rule.
10728         (check): Depend on it.
10729
10730 2009-10-12  Eric Blake  <ebb9@byu.net>
10731
10732         utimens-tests: port to NFS file systems
10733         * tests/test-utimens.h (test_utimens): Refactor utimecmp
10734         comparisons to avoid spurious failures from timestamp drift
10735         between NFS machines.
10736
10737 2009-10-12  Eric Blake  <ebb9@byu.net>
10738
10739         stat-time-tests: minor cleanups
10740         * modules/stat-time-tests (configure.ac): Use AC_CHECK_FUNCS_ONCE.
10741         * tests/test-stat-time.c (nap): Separate assignment from call.
10742         Suggested by Paolo Bonzini and Bruno Haible.
10743
10744         sys_stat: guarantee struct timespec
10745         * lib/sys_stat.in.h (includes): Always include <time.h>
10746         * modules/sys_stat (Depends-on): Add time.
10747         * tests/test-sys_stat.c: Guarantee struct timespec, as well as
10748         mode_t permission values.
10749         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document how to
10750         get at subsecond timestamps.
10751
10752 2009-10-10  Eric Blake  <ebb9@byu.net>
10753
10754         futimens: new module
10755         * modules/futimens: New file.
10756         * lib/futimens.c (futimens): Likewise.
10757         * m4/futimens.m4 (gl_FUNC_FUTIMENS): Likewise.
10758         * lib/utimens.c (futimens): Avoid recursion into rpl_futimens, so
10759         we can work around Linux bugs.
10760         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
10761         * modules/sys_stat (Makefile.am): Substitute them.
10762         * lib/sys_stat.in.h (futimens): Declare it.
10763         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
10764         * doc/posix-functions/futimens.texi (futimens): Likewise.
10765         * modules/futimens-tests: New test.
10766         * tests/test-futimens.c: Likewise.
10767
10768         utimens: introduce fdutimens
10769         * lib/utimens.h (fdutimens): New prototype.
10770         * lib/utimens.c (gl_futimens): Move guts...
10771         (fdutimens): ...to new interface.
10772         * tests/test-utimens.c (do_fdutimens): Use it.
10773
10774         utimens: add UTIME_NOW and UTIME_OMIT support
10775         * lib/utimens.c (validate_timespec, update_timespec): New helper
10776         functions.
10777         (gl_futimens, lutimens): Use them.
10778         * modules/utimens (Depends-on): Add gettime, lstat, stat-time,
10779         stdbool, sys_stat.
10780         (Link): Mention resulting library dependency.
10781         * modules/utimecmp (Link): Likewise.
10782         * modules/utimens-tests (Depends-on): Drop stat-time, stdbool.
10783         (Makefile.am): Pick up library dependency.
10784         * lib/sys_stat.in.h (UTIME_NOW, UTIME_OMIT): Guarantee a
10785         definition.
10786         * tests/test-sys_stat.c: Test the definitions.
10787         * doc/posix-headers/sys_stat.texi (sys/stat.h): Document this.
10788         * NEWS: Document library dependency.
10789
10790         utimecmp: support symlink timestamps
10791         * lib/utimecmp.c (utimecmp): Use new interface.  Skip effort of
10792         hashing when possible.  Use pathconf when available.
10793         (SYSCALL_RESOLUTION): Recognize tighter resolution.
10794         * modules/utimecmp (Depends-on): Add lstat.
10795
10796         utimens: add lutimens interface
10797         * lib/utimens.c (lutimens): New function.
10798         * m4/utimens.m4 (gl_UTIMENS): Check for lutimes.
10799         * lib/utimens.h (lutimens): Declare new interface.
10800         * tests/test-utimens.c (main): Enhance test.
10801         * tests/test-lutimens.h (test_lutimens): New file.
10802         * modules/utimens-tests (Files): Distribute it.
10803         (Depends-on): Add symlink.
10804         (configure.ac): Check for usleep.
10805
10806         utimens: validate futimens usage
10807         * lib/utimens.c (gl_futimens): Require valid fd up front, using
10808         fewer syscalls on failure later on.  Avoid compiler warning on
10809         mingw.
10810         * modules/utimens (Depends-on): Add dup2.
10811
10812         utimens: add test
10813         * modules/utimens-tests: New test.
10814         * tests/test-utimens.h: New file.
10815         * tests/test-futimens.h: Likewise.
10816         * tests/test-utimens.c: Likewise.
10817
10818         doc: mention timestamp portability issues
10819         * doc/glibc-functions/lutimes.texi (lutimes): Refer to utimensat
10820         instead.
10821         * doc/posix-functions/utime.texi (utime): Likewise.
10822         * doc/posix-functions/utimes.texi (utimes): Likewise.
10823         * doc/glibc-functions/futimes.texi (futimes): Refer to futimens
10824         instead.
10825         * doc/posix-functions/futimens.texi (futimens): Mention utimens
10826         module.
10827         * doc/posix-functions/utimensat.texi (utimensat): Likewise.
10828         Mention weakness with symlink timestamps.
10829         * doc/glibc-functions/futimesat.texi (futimesat): New file; refer
10830         to utimensat/futimens instead.
10831         * doc/gnulib.texi (Glibc sys/time.h): Include new file.
10832
10833         test-dup2: enhance test
10834         * tests/test-dup2.c (main): Also check AT_FDCWD.
10835
10836         test-stat-time: avoid more spurious failures
10837         * tests/test-stat-time.c (nap): Wait for 15ms rather than 2ms, for
10838         xfs; and avoid race if the two timestamps cross quantization edge.
10839
10840         relocatable: prefer 'file system' over 'filesystem'
10841         * m4/relocatable-lib.m4 (gl_RELOCATABLE_NOP): Use AS_HELP_STRING.
10842         (gl_RELOCATABLE_LIBRARY_BODY): Fix spelling.
10843         * doc/relocatable-maint.texi (Supporting Relocation): Likewise.
10844         * doc/relocatable.texi (Enabling Relocatability): Likewise.
10845         * lib/relocatable.c (compute_curr_prefix): Likewise.
10846
10847 2009-10-10  Jim Meyering  <meyering@redhat.com>
10848
10849         stat-time-tests: check for the usleep function
10850         * modules/stat-time-tests (configure.ac): Now that we test HAVE_USLEEP.
10851
10852 2009-10-10  Bruno Haible  <bruno@clisp.org>
10853
10854         * modules/xnanosleep: Put the Link section after the Include section.
10855
10856 2009-10-09  Eric Blake  <ebb9@byu.net>
10857
10858         dup2: work around FreeBSD 6.1 bug
10859         * m4/dup2.m4 (gl_FUNC_DUP2): Detect bug.
10860         * doc/posix-functions/dup2.texi (dup2): Document it.
10861         Reported by Nelson H. F. Beebe and Jim Meyering.
10862
10863         test-stat-time: port to buggy NFS clients
10864         * tests/test-stat-time.c (main) [W32]: Reduce ifdefs.
10865         (test_ctime): Also skip test if mtime and ctime are skewed.
10866
10867         maint: prefer 'file system' over 'filesystem'
10868         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
10869         * doc/posix-functions/lstat.texi (lstat): Likewise.
10870         * lib/file-has-acl.c (file_has_acl): Likewise.
10871         * lib/fwriteerror.c [TEST]: Likewise.
10872         * tests/test-areadlink.h (test_areadlink): Likewise.
10873         * tests/test-areadlinkat-with-size.c (main): Likewise.
10874         * tests/test-areadlinkat.c (main): Likewise.
10875         * tests/test-canonicalize-lgpl.c (main): Likewise.
10876         * tests/test-canonicalize.c (main): Likewise.
10877         * tests/test-fstatat.c (main): Likewise.
10878         * tests/test-linkat.c (main): Likewise.
10879         * tests/test-lstat.h (test_lstat_func): Likewise.
10880         * tests/test-mkdir.h (test_mkdir): Likewise.
10881         * tests/test-readlink.h (test_readlink): Likewise.
10882         * tests/test-remove.c (main): Likewise.
10883         * tests/test-rename.h (test_rename): Likewise.
10884         * tests/test-renameat.c (main): Likewise.
10885         * tests/test-rmdir.h (test_rmdir_func): Likewise.
10886         * tests/test-symlink.h (test_symlink): Likewise.
10887         * tests/test-symlinkat.c (main): Likewise.
10888         * tests/test-unlink.h (test_unlink_func): Likewise.
10889         * tests/test-unlinkat.c (main): Likewise.
10890
10891         maint: make realtime library usage explicit
10892         * modules/gethrxtime (Link): Mention LIB_GETHRXTIME.
10893         * modules/gettime (Link): Mention LIB_CLOCK_GETTIME.
10894         * modules/settime (Link): Likewise.
10895         * modules/xnanosleep (Link): Mention LIB_NANOSLEEP.
10896
10897         test-stat-time: speed up execution
10898         * tests/test-stat-time.c (test_ctime) [!W32]: Avoid compiler
10899         warning on mingw.
10900         (nap): New helper function.
10901         (prepare_test): Use it to reduce sleep time.
10902         (test_mtime, test_ctime, test_birthtime): Allow for subsecond
10903         execution.
10904         * modules/stat-time-tests (configure.ac): Check for usleep.
10905
10906 2009-10-09  Jim Meyering  <meyering@redhat.com>
10907
10908         selinux-h: always use getfilecon wrappers
10909         * lib/getfilecon.c: New file.
10910         * lib/se-selinux.in.h: Use a better inclusion guard symbol name.
10911         [HAVE_SELINUX_SELINUX_H]: Include-next <selinux/selinux.h>.
10912         [!HAVE_SELINUX_SELINUX_H]: Use better parameter names.
10913         (fgetfilecon): Provide a stub.
10914         * m4/selinux-selinux-h.m4 (gl_HEADERS_SELINUX_SELINUX_H): Don't
10915         AC_SUBST SELINUX_SELINUX_H, since now we're generating that
10916         file unconditionally.
10917         When <selinux/selinux.h> is found, arrange to use wrappers.
10918         * modules/selinux-h (Files): Add getfilecon.c.
10919         (Makefile.am): Substitute include-next-related bits
10920         into the now-always-generated selinux/selinux.h file.
10921         * doc/glibc-functions/lgetfilecon.texi: New file.
10922         * doc/glibc-functions/fgetfilecon.texi: New file.
10923         * doc/glibc-functions/getfilecon.texi: New file.
10924         * doc/glibc-functions/getfilecon-desc.texi: New file.
10925         * doc/gnulib.texi (Glibc selinux/selinux.h): New section, by
10926         which to pull in the new files.
10927         * MODULES.html.sh (Misc): Add selinux-h.
10928
10929 2009-10-08  Jim Meyering  <meyering@redhat.com>
10930
10931         unistd: fix comment typo
10932         * lib/unistd.in.h (euidaccess): Fix a comment typo.
10933
10934 2009-10-08  Eric Blake  <ebb9@byu.net>
10935
10936         areadlink: use SIZE_MAX consistently
10937         * modules/areadlink (Depends-on): Add stdint.
10938         * modules/areadlink-with-size (Depends-on): Likewise.
10939         * lib/areadlink-with-size.c (includes): Drop stdio, since stdlib
10940         gives NULL; drop sys/types, since unistd gives size_t; and add
10941         stdint for SIZE_MAX.
10942         (SIZE_MAX): Rely on headers.
10943         * lib/areadlinkat-with-size.c (includes): Drop stdio, sys/types,
10944         and add stdint.
10945         * lib/areadlink.c (includes): Drop sys/types, and add stdint.
10946         (SIZE_MAX): Likewise.
10947         (INITIAL_BUF_SIZE): Turn into enum.
10948         * lib/areadlinkat.c (INITIAL_BUF_SIZE): Likewise.
10949
10950 2009-10-08  Jim Meyering  <meyering@redhat.com>
10951
10952         areadlinkat: avoid compilation failure
10953         * lib/areadlinkat.c: Include <stdint.h> for use of SIZE_MAX.
10954         Fix typo in comment.
10955
10956 2009-10-07  Eric Blake  <ebb9@byu.net>
10957
10958         areadlinkat-with-size: new module
10959         * modules/areadlinkat-with-size: New module.
10960         * lib/areadlinkat-with-size.c (areadlinkat_with_size): New file.
10961         * lib/areadlink.h (areadlinkat): Declare it.
10962         * MODULES.html.sh (File system functions): Mention it.
10963         * modules/areadlinkat-with-size-tests: New test.
10964         * tests/test-areadlinkat-with-size.c: New file.
10965
10966         xreadlinkat: new module
10967         * modules/xreadlinkat: New module.
10968         * lib/xreadlinkat.c (xreadlinkat): New file.
10969         * lib/xreadlink.h (xreadlinkat): Declare it.
10970         * MODULES.html.sh (File system functions): Mention it.
10971
10972         areadlinkat: new module
10973         * lib/at-func.c (FUNC_FAIL): New define.
10974         (AT_FUNC_NAME, VALIDATE_FLAG): Use it rather than raw -1.
10975         * modules/areadlinkat: New module.
10976         * lib/linkat.c (areadlinkat): Move...
10977         * lib/areadlinkat.c (areadlinkat): ...to new file.
10978         * lib/areadlink.h (areadlinkat): Declare it.
10979         * modules/linkat (Depends-on): Add areadlinkat.
10980         * MODULES.html.sh (File system functions): Mention it.
10981         * modules/areadlinkat-tests: New test.
10982         * tests/test-areadlinkat.c: New file.
10983
10984         areadlink, areadlink-with-size: add tests
10985         * modules/areadlink-tests: New test.
10986         * modules/areadlink-with-size-tests: Likewise.
10987         * tests/test-areadlink.h: New file.
10988         * tests/test-areadlink.c: Likewise.
10989         * tests/test-areadlink-with-size.c: Likewise.
10990
10991         maint: minor cleanups
10992         * lib/fts.c (ATTRIBUTE_UNUSED): Delete; use gnulib-guaranteed
10993         _UNUSED_PARAMETER_ instead.
10994         * lib/getdate.y (ATTRIBUTE_UNUSED): Likewise.
10995         * lib/utimens.c (ATTRIBUTE_UNUSED): Likewise.
10996         * modules/linkat-tests (Files): Distribute test-link.h.
10997
10998         openat, utimens: whitespace cleanup
10999         * lib/openat.c: Prefer space throughout, rather than mix of 8
11000         spaces vs. tabs.
11001         * lib/at-func.c: Likewise.
11002         * lib/utimens.c: Likewise.
11003
11004         openat: avoid using wrong fd
11005         * lib/openat.c (openat_permissive): Reject user's fd if saving the
11006         working directory chooses same fd.
11007         * lib/at-func.c (AT_FUNC_NAME): Likewise.
11008
11009         mkdir, mkdirat: fix cygwin 1.5.x bug
11010         * lib/mkdir.c (rpl_mkdir) [FUNC_MKDIR_DOT_BUG]: Work around bug.
11011         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Move...
11012         * m4/mkdir.m4 (gl_FUNC_MKDIR): ...here, and add check for cygwin
11013         bug.
11014         (gl_PREREQ_MKDIR): Delete unused macro.
11015         * modules/mkdir (Files): Track file rename.
11016         (configure.ac): Update macro name.
11017         * modules/openat (Depends-on): Add mkdir.
11018         * doc/posix-functions/mkdir.texi (mkdir): Document the bug.
11019
11020         mkdir, mkdirat: add tests
11021         * modules/mkdir-tests: New test.
11022         * tests/test-mkdir.h: New file.
11023         * tests/test-mkdir.c: Likewise.
11024         * tests/test-mkdirat.c: Likewise.
11025         * modules/openat-tests (Files): Add new files.
11026         (Makefile.am): Run new test.
11027
11028 2009-10-06  Eric Blake  <ebb9@byu.net>
11029
11030         doc: tweak *at function documentation
11031         * doc/posix-functions/faccessat.texi (faccessat): Mention
11032         known issue with replacement.
11033         * doc/posix-functions/fchdir.texi (fchdir): Likewise.
11034         * doc/posix-functions/linkat.texi (linkat): Likewise.
11035         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
11036         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
11037         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
11038         * doc/posix-functions/renameat.texi (renameat): Likewise.
11039         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
11040
11041         openat: fix GNU/Hurd bug in unlinkat
11042         * m4/openat.m4 (gl_FUNC_OPENAT): Replace unlinkat if unlink is
11043         broken.
11044         * doc/posix-functions/unlink.texi (unlink): Document this.
11045         * doc/posix-functions/unlinkat.texi (unlinkat): Likewise.
11046
11047         fdopendir: fix GNU/Hurd bug
11048         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): Check for Hurd bug in
11049         allowing non-directory fds.
11050         * lib/fdopendir.c (rpl_fdopendir): Work around it.
11051         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): New witness.
11052         * modules/dirent (Makefile.am): Substitute it.
11053         * lib/dirent.in.h (fdopendir): Declare replacement.
11054         * doc/posix-functions/fdopendir.texi (fdopendir): Document this.
11055         * tests/test-fdopendir.c (main): Test something other than
11056         /dev/null, since on Hurd that behaves like a directory.
11057
11058         test-symlink: port to GNU/Hurd
11059         * tests/test-symlink.h (test_symlink): Relax expected errno.
11060
11061         doc: tweak more cygwin information
11062         * doc/glibc-headers/getopt.texi (getopt.h): Cygwin 1.7 getopt is
11063         now compatible with glibc.
11064         * doc/posix-functions/getopt.texi (getopt): Likewise.
11065
11066         getopt-gnu: add another test
11067         * tests/test-getopt_long.h (test_getopt_long_posix): New test, to
11068         guarantee behavior relied on by m4.
11069         * tests/test-getopt.c (main): Use it.
11070         * modules/getopt-posix-tests (Depends-on): Add setenv.
11071         See http://lists.gnu.org/archive/html/bug-m4/2006-09/msg00028.html.
11072
11073         getopt: fix compilation on darwin
11074         * lib/getopt.in.h (includes): Leave breadcrumbs during system
11075         include.
11076         * lib/unistd.in.h (getopt): Use them to avoid recursive include.
11077         Reported by Ludovic Courtès.
11078
11079 2009-10-06  Bruno Haible  <bruno@clisp.org>
11080
11081         * modules/size_max (Description): Discourage its use.
11082         Reported by Simon Josefsson.
11083
11084 2009-10-06  Jim Meyering  <meyering@redhat.com>
11085
11086         linkat: avoid compilation failure
11087         * lib/linkat.c: Include <stdint.h> for use of SIZE_MAX.
11088
11089 2009-10-05  Eric Blake  <ebb9@byu.net>
11090
11091         linkat: support Linux 2.6.17
11092         * m4/linkat.m4 (gl_FUNC_LINKAT): Default to always replacing
11093         linkat on Linux, but allow cache variable override.
11094         * lib/linkat.c (rpl_linkat): Define override.
11095         * modules/linkat (Depends-on): Add symlinkat.
11096         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add new default.
11097         * modules/unistd (Makefile.am): Substitute it.
11098         * lib/unistd.in.h (linkat): Declare replacement.
11099         Reported by Pádraig Brady.
11100
11101         quotearg: port test to systems with C.UTF-8 locale
11102         * tests/test-quotearg.c (struct result_strings): Add another
11103         member, differentiating between C.ASCII and C.UTF-8 handling.
11104         (compare_strings): Add parameter.
11105         (main): Adjust all callers.
11106
11107         getopt: avoid clash with FreeBSD _getopt_internal
11108         * lib/getopt.in.h (_getopt_internal): Override the name.
11109         * lib/getopt_int.h (includes): Pick up any overrides.
11110         Reported by Reuben Thomas.
11111
11112         hash: allow C89 compilation
11113         * lib/hash.c (check_tuning): Move declaration before statement.
11114         Reported by Reuben Thomas.
11115
11116 2009-10-05  Karl Berry  <karl@gnu.org>
11117
11118         * doc/gnulib.texi: @include execvpe.texi, missing for several days.
11119
11120 2009-10-04  Paolo Bonzini  <bonzini@gnu.org>
11121             Bruno Haible  <bruno@clisp.org>
11122
11123         * lib/uname.c (uname): Use a table-driven algorithm to compute
11124         Windows NT versions.
11125
11126 2009-10-04  Bruno Haible  <bruno@clisp.org>
11127
11128         * lib/progname.c (set_program_name): Also remove the "lt-" prefix from
11129         program_invocation_short_name.
11130         * modules/progname (configure.ac): Test for presence of
11131         program_invocation_short_name.
11132         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
11133
11134 2009-10-04  Bruno Haible  <bruno@clisp.org>
11135
11136         * lib/progname.c (set_program_name): Fix comment.
11137         Reported by Jim Meyering.
11138
11139 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
11140             Bruno Haible  <bruno@clisp.org>
11141
11142         * lib/uname.c: Include <string.h>.
11143         (uname): Do only one call to GetVersionEx in the common case.
11144
11145 2009-10-03  Paolo Bonzini  <bonzini@gnu.org>
11146             Bruno Haible  <bruno@clisp.org>
11147
11148         * lib/uname.c (VER_PLATFORM_WIN32_CE, PROCESSOR_ARCHITECTURE_AMD64,
11149         PROCESSOR_ARCHITECTURE_IA32_ON_WIN64): Define fallbacks.
11150         (uname): Add support for Windows CE and various non-x86 CPU types.
11151
11152 2009-10-03  Bruno Haible  <bruno@clisp.org>
11153
11154         * gnulib-tool (func_create_testdir): Conditionally emit AM_PROG_CC_C_O
11155         invocation to tests/configure.ac.
11156         Reported by Ian Beckwith <ianb@erislabs.net>.
11157
11158 2009-10-02  Eric Blake  <ebb9@byu.net>
11159
11160         fchdir: avoid compiler warning
11161         * lib/fchdir.c (canonicalize_file_name)
11162         [!HAVE_CANONICALIZE_FILE_NAME]: Avoid compiler warning on mingw.
11163
11164         test-open: support mingw errno values
11165         * tests/test-open.h (test_open): Relax test.
11166         * tests/test-fopen.h (test_fopen): Likewise.
11167         * tests/test-openat-safer.c (main): Likewise.
11168
11169         open: fix opening directory on mingw
11170         * lib/open.c (open) [REPLACE_OPEN_DIRECTORY]: Correct typo.
11171
11172         test-open: on GNU/Hurd, /dev/null is a directory
11173         * tests/test-fopen.h (main): Rename...
11174         (test_fopen): ...to this.  Use a guaranteed non-directory when
11175         confirming open behavior on trailing slash.
11176         * tests/test-openat-safer.c (main): Likewise.
11177         * tests/test-open.h (main): Likewise....
11178         (test_open): ...to this.
11179         * tests/test-fopen.c (main): Adjust caller.
11180         * tests/test-fopen-safer.c (main): Likewise.
11181         * tests/test-open.c (main): Likewise.
11182         * tests/test-fcntl-safer.c (main): Likewise.
11183         Reported by Samuel Thibault.
11184
11185         rename, fchdir: don't ignore chdir failure
11186         * lib/fchdir.c (get_name): Abort on unexpected chdir failure.
11187         * lib/rename.c (rpl_rename) [W32]: Likewise.
11188         (rpl_rename) [RENAME_DEST_EXISTS_BUG]: Avoid one case of losing
11189         an empty destination directory if source cannot be renamed,
11190         although there is still possibility for failure.
11191         * doc/posix-functions/rename.texi (rename): Document the race.
11192         Reported by Jim Meyering.
11193
11194         maint: cleanup whitespace in recent commits
11195         * lib/rename.c (rpl_rename): Remove tabs.
11196         * tests/test-link.h (test_link): Likewise.
11197         * lib/fchdir.c (get_name): Likewise.
11198         Reported by Jim Meyering.
11199
11200 2009-10-02  Ben Pfaff  <blp@gnu.org>
11201
11202         relocatable-prog-wrapper: Add missing dependency on
11203         double-slash-root.
11204         * modules/relocatable-prog-wrapper: Add dependency.
11205         Reported by Ian Beckwith <ianb@erislabs.net>.
11206
11207 2009-10-02  Eric Blake  <ebb9@byu.net>
11208
11209         renameat: fix Solaris bugs
11210         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Replace renameat if rename
11211         needed fixing.
11212         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): New witness.
11213         * modules/stdio (Makefile.am): Substitute it.
11214         * lib/stdio.in.h (renameat): Declare replacement.
11215         * lib/renameat.c (rpl_renameat): Implement fix.
11216
11217         renameat: new module
11218         * modules/renameat: New file.
11219         * lib/renameat.c (renameat): Likewise.
11220         * m4/renameat.m4 (gl_FUNC_RENAMEAT): Likewise.
11221         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
11222         * modules/stdio (Makefile.am): Substitute them.
11223         * lib/stdio.in.h (renameat): Declare it.
11224         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
11225         * doc/posix-functions/renameat.texi (renameat): Likewise.
11226         * modules/renameat-tests: New test.
11227         * tests/test-renameat.c: Likewise.
11228
11229         rename: fix mingw bugs
11230         * lib/rename.c (rpl_rename) [W32]: Fix trailing slash and
11231         directory overwrite bugs.
11232
11233         rename: fix another cygwin 1.5 bug
11234         * m4/rename.m4 (gl_FUNC_RENAME): Split cygwin bugs into two
11235         checks.
11236         * lib/rename.c (rpl_rename): Don't penalize NetBSD with
11237         unnecessary cygwin workarounds.  Also work around bug with moving
11238         full directory onto an empty one.
11239         * modules/rename (Depends-on): Add canonicalize-lgpl, rmdir.
11240
11241         rename-dest-slash: merge into rename module
11242         * modules/rename-dest-slash (Status): Mark obsolete.
11243         (Depends-on): Add rename.
11244         (Files): Let rename do it all.
11245         * m4/rename.m4 (gl_FUNC_RENAME): Also test for NetBSD bugs,
11246         subsuming the test from gl_FUNC_RENAME_TRAILING_DEST_SLASH...
11247         * m4/rename-dest-slash.m4: ...so this file can be deleted.
11248         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Delete.
11249         * lib/rename.c (rpl_rename): Update comments.
11250
11251         rename: fix cygwin 1.5.x bugs
11252         * m4/rename.m4 (gl_FUNC_RENAME): Detect cygwin bugs.
11253         * lib/rename.c (rpl_rename): Work around them.
11254         * modules/rename (Depends-on): Add same-inode.
11255
11256         rename: fix Solaris 10 bug
11257         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
11258         * lib/rename.c (rpl_rename): Don't cripple POSIX behavior if this
11259         was the only bug.
11260
11261         rename: fix Solaris 9 bug
11262         * lib/rename.c (rpl_rename): Rewrite to recognize trailing slash
11263         on non-directory.  Avoid calling exit.
11264         * modules/rename (Depends-on): Drop xalloc; add lstat, stdbool,
11265         strdup.
11266         * modules/rename-tests (Depends-on): Drop lstat.
11267         * m4/rename.m4 (gl_FUNC_RENAME): Detect Solaris bug.
11268         (gl_PREREQ_RENAME): Delete unused macro.
11269
11270         rename-dest-slash: fix NetBSD bug
11271         * lib/rename-dest-slash.c (rpl_rename_dest_slash): Detect hard
11272         links.
11273         * modules/rename-dest-slash (Depends-on): Add same-inode.
11274
11275         rename-tests: new test, exposes several platform bugs
11276         * modules/rename-tests: New file.
11277         * tests/test-rename.h: Likewise.
11278         * tests/test-rename.c: Likewise.
11279         * doc/posix-functions/rename.texi (rename): Improve documentation,
11280         including bugs that will eventually be fixed in gnulib.
11281
11282 2009-10-02  Paolo Bonzini  <bonzini@gnu.org>
11283
11284         * lib/uname.c: Include <stdlib.h>
11285         (uname): Assume version info is available.
11286
11287 2009-10-02  Jim Meyering  <meyering@redhat.com>
11288
11289         gnu-web-doc-update: correct --help output
11290         * build-aux/gnu-web-doc-update: Make --help output relevant.
11291
11292         gnu-web-doc-update: add standard options
11293         * build-aux/gnu-web-doc-update: Add --help, --version, etc.
11294
11295         gnu-web-doc-update: New module.
11296         Use this script to automatically update the on-line web documentation
11297         for your GNU project at http://www.gnu.org/software/$pkg/manual/
11298         * modules/gnu-web-doc-update: New file, from coreutils.
11299         * build-aux/gnu-web-doc-update: New script.
11300
11301 2009-10-01  Paolo Bonzini  <bonzini@gnu.org>
11302
11303         link: LoadLibrary is not needed.
11304         * lib/link.c: Use GetModuleHandle.
11305
11306 2009-10-01  Eric Blake  <ebb9@byu.net>
11307
11308         getopt: bump serial number
11309         * m4/getopt.m4: Increment serial number, to account for 2009-09-24
11310         change.
11311
11312         tests: tighten link, rmdir, and remove tests
11313         * tests/test-link.h (includes): No need to use <config.h> here.
11314         Clean up if directory hard link was created, otherwise test for
11315         trailing '.'.
11316         * tests/test-linkat.c (main): Simplify.
11317         * tests/test-remove.c (main): Enhance test for trailing '.'.
11318         * tests/test-rmdir.h (test_rmdir_func): Likewise.
11319
11320 2009-10-01  Jim Meyering  <meyering@redhat.com>
11321
11322         maint.mk: requiring "make major" was annoying, for a "minor" release.
11323         What is intended is "stable", to contrast with alpha and beta,
11324         so require "make stable", not "make major".
11325         * build-aux/announce-gen (%valid_release_types): s/major/stable/.
11326         (get_tool_versions): Likewise.
11327         * top/maint.mk (ALL_RECURSIVE_TARGETS): s/major/stable/
11328
11329 2009-09-30  Ben Pfaff  <blp@gnu.org>
11330
11331         Fix broken build of replacement for Windows tmpfile().
11332         * lib/tmpfile.c (tmpfile): Fix call to gen_tempname() to provide
11333         flags argument added along with the 'mkostemp' module.
11334
11335 2009-09-28  Bruno Haible  <bruno@clisp.org>
11336
11337         Avoid identifier clash with POSIX function 'remove' defined as a macro.
11338         * lib/gl_list.h (struct gl_list_implementation): Rename field 'remove'
11339         to 'remove_elt'.
11340         (gl_list_remove): Update.
11341         * lib/gl_list.c (gl_list_remove): Update.
11342         * lib/gl_oset.h (struct gl_oset_implementation): Rename field 'remove'
11343         to 'remove_elt'.
11344         (gl_oset_remove): Update.
11345         * lib/gl_list.c (gl_oset_remove): Update.
11346         Reported by Eric Blake.
11347
11348 2009-09-28  Eric Blake  <ebb9@byu.net>
11349
11350         doc: mention yet more cygwin 1.7 status
11351         * doc/posix-functions/fexecve.texi (fexecve): Now implemented in
11352         cygwin.
11353         * doc/glibc-functions/execvpe.texi (execvpe): New file.
11354         * doc/gnulib.texi (Glibc unistd.h): Mention it.
11355
11356         argp: fix test failure
11357         * lib/argp-help.c (hol_entry_cmp): Don't use _tolower on values
11358         that are not upper-case.  Pass correct range to tolower.
11359
11360 2009-09-27  Jim Meyering  <meyering@redhat.com>
11361
11362         test-yesno: work around sparc-dash here-document infelicity
11363         Without this change, the literal \177 byte in a here document
11364         would make dash 0.5.5.1-3 access uninitialized memory.
11365         * tests/test-yesno.sh: Don't put the \177 byte in the here document.
11366         Instead, use a marker, "@", and filter through tr to create the desired
11367         contents.  Reported as <http://bugs.debian.org/548493> by Kurt Roeckx.
11368
11369 2009-09-27  Bruno Haible  <bruno@clisp.org>
11370
11371         Disable untested support for new flavours of ACLs on AIX.
11372         * lib/file-has-acl.c (file_has_acl): Mark newer AIX code as work in
11373         progress.
11374         * lib/set-mode-acl.c (qset_acl): Likewise.
11375
11376 2008-12-07  Bruno Haible  <bruno@clisp.org>
11377
11378         Add support for new flavours of ACLs on AIX. (Untested.)
11379         * lib/file-has-acl.c [AIX] (acl_nfs4_nontrivial): New function.
11380         (file_has_acl): Add support for newer AIX.
11381         * lib/set-mode-acl.c (qset_acl): Likewise.
11382         * tests/test-sameacls.c (main): Fix use of aclx_get function. Hint by
11383         Rainer Tammer <tammer@tammer.net>.
11384
11385 2009-09-26  Eric Blake  <ebb9@byu.net>
11386
11387         argp: fix compilation of getopt
11388         * lib/getopt.in.h (includes): Use different guard than glibc.
11389         Reported by Sergey Poznyakoff.
11390
11391         doc: mention more cygwin 1.7 status
11392         * doc/posix-functions/access.texi (access): Mention cygwin 1.5
11393         bug.
11394         * doc/posix-functions/execl.texi (execl): Likewise.
11395         * doc/posix-functions/execle.texi (execle): Likewise.
11396         * doc/posix-functions/execlp.texi (execlp): Likewise.
11397         * doc/posix-functions/execv.texi (execv): Likewise.
11398         * doc/posix-functions/execve.texi (execve): Likewise.
11399         * doc/posix-functions/execvp.texi (execvp): Likewise.
11400         * doc/glibc-functions/canonicalize_file_name.texi
11401         (canonicalize_file_name): Cygwin 1.7 now provides this.
11402         * doc/glibc-functions/euidaccess.texi (euidaccess): Likewise.
11403         * doc/posix-functions/fchmodat.texi (fchmodat): Mention limitation
11404         on AT_SYMLINK_NOFOLLOW.
11405
11406 2009-09-24  Eric Blake  <ebb9@byu.net>
11407
11408         test-linkat: make test more robust
11409         * tests/test-linkat.c (main): Avoid collision with EEXIST.
11410
11411         getopt: fix inclusion guards for cygwin
11412         * modules/getopt-posix (Depends-on): Add include-next.
11413         (Makefile.am): Substitute more items in replacement header.
11414         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Also check for native
11415         <getopt.h>.
11416         * lib/getopt.in.h (includes): Use split inclusion guard, and
11417         prefer <getopt.h> over include <unistd.h> when one is present.
11418         (option): Also override name of 'struct option'.
11419
11420         same-inode: revert prior change; it is not yet ready
11421         * NEWS: Undo mention of this change.
11422         * lib/same-inode.h (same-inode.h): Undo tri-state change.
11423         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
11424         * lib/cycle-check.c (cycle_check): Likewise.
11425         * lib/same.c (same_name): Likewise.
11426         * lib/at-func2.c (at_func2): Likewise.
11427
11428 2009-09-23  Eric Blake  <ebb9@byu.net>
11429
11430         linkat: new module
11431         * modules/linkat: New file.
11432         * lib/at-func2.c (at_func2): Likewise.
11433         * lib/linkat.c (linkat): Likewise.
11434         * m4/linkat.m4 (gl_FUNC_LINKAT): Likewise.
11435         * lib/openat-priv.h (at_func2): Add declaration.
11436         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
11437         * modules/unistd (Makefile.am): Substitute them.
11438         * lib/unistd.in.h (linkat): Declare it.
11439         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
11440         * doc/posix-functions/linkat.texi (linkat): Likewise.
11441         * doc/posix-functions/link.texi (link): Tweak wording.
11442         * tests/test-link.c (main): Move guts...
11443         * tests/test-link.h (test_link): ...into new file.
11444         * modules/linkat-tests: New test.
11445         * tests/test-linkat.c: Likewise.
11446         * modules/link-tests (Files): Ship new file.
11447         (Depends-on): Add stdbool.
11448
11449         dirname: add library-safe mdir_name
11450         * lib/dirname.h (mdir_name): New prototype.
11451         * lib/dirname.c (dir_name): Move guts...
11452         (mdir_name): ...to new function that avoids xalloc_die.
11453
11454         fchdir: another mingw fix
11455         * modules/fchdir (Depends-on): Drop canonicalize-lgpl.
11456         * lib/fchdir.c (get_name): New helper method; skips canonicalize
11457         on mingw (where it has not yet been ported), and make it optional
11458         elsewhere.
11459         (_gl_register_fd): Use it.
11460
11461         same-inode: make SAME_INODE tri-state, to port to mingw
11462         * NEWS: Mention this change.
11463         * lib/same-inode.h (same-inode.h): Recognize mingw limitation of
11464         st_ino always being 0.
11465         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Update caller.
11466         * lib/cycle-check.c (cycle_check): Likewise.
11467         * lib/same.c (same_name): Likewise.
11468
11469         lstat: avoid mingw compilation error
11470         * m4/lstat.m4 (gl_FUNC_LSTAT): Avoid duplicate calls to
11471         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK, and deal with missing
11472         lstat ourselves.
11473         * lib/lstat.c [!HAVE_LSTAT]: Do nothing if <sys/stat.h> override
11474         was adequate.
11475         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Let lstat module handle
11476         the checks for lstat.
11477         (gl_SYS_STAT_H_DEFAULTS): Set default for HAVE_LSTAT.
11478
11479         link: fix test failure on Solaris 9
11480         * lib/link.c (rpl_link): Don't assume link will catch bogus
11481         trailing slash on source.
11482
11483         test-symlinkat: enhance test
11484         * tests/test-readlink.c (main): Move guts...
11485         * tests/test-readlink.h (test_readlink): ...into new file.
11486         * tests/test-symlink.c (main): Move guts...
11487         * tests/test-symlink.h (test_symlink): ...into new file.
11488         * tests/test-symlinkat.c (main): Use new files for further
11489         coverage.
11490         (do_symlink, do_readlink): New helper functions.
11491         * modules/symlink-tests (Files): Ship new file.
11492         (Depends-on): Add stdbool.
11493         * modules/readlink-tests (Files): Ship new file.
11494         (Depends-on): Add stdbool.
11495         * modules/symlinkat-tests (Files): Use new files.
11496
11497 2009-09-23  Eric Blake  <ebb9@byu.net>
11498
11499         readlink: document portability issue with symlink length
11500         * doc/posix-functions/lstat.texi (lstat): Mention that some file
11501         systems have bogus st_size on symlinks, and mention the
11502         areadlink-with-size module.
11503         * doc/posix-functions/fstatat.texi (fstatat): Likewise.
11504         * doc/posix-functions/readlink.texi (readlink): Mention the
11505         areadlink module, and ERANGE failure.
11506         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
11507         * tests/test-readlink.c (main): Relax test for AIX, HP-UX.
11508
11509         readlink: fix Solaris 9 bug with trailing slash
11510         * lib/readlink.c (rpl_readlink): Work around trailing slash bug.
11511         * m4/readlink.m4 (gl_FUNC_READLINK): Detect the bug.
11512         * doc/posix-functions/readlink.texi (readlink): Document this.
11513         * modules/readlink-tests: New test.
11514         * tests/test-readlink.c: Likewise.
11515
11516         readlink: fix cygwin 1.5.x bug with return type
11517         * m4/readlink.m4 (gl_FUNC_READLINK): Require correct signature.
11518         * lib/unistd.in.h (readlink): Use ssize_t.
11519         * lib/readlink.c (readlink): Likewise.
11520         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
11521         * modules/unistd (Makefile.am): Substitute it.
11522         * lib/unistd.in.h (readlink): Declare replacement.
11523         * doc/posix-functions/readlink.texi (readlink): Document this.
11524
11525         symlink: use throughout gnulib
11526         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Omit symlink check.
11527         * lib/symlinkat.c (symlinkat) [!HAVE_SYMLINK]: Document why
11528         symlink is not used.
11529         * modules/symlinkat (Depends-on): Add symlink.
11530         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
11531         * modules/canonicalize-tests (Depends-on): Likewise.
11532         * modules/lstat-tests (Depends-on): Likewise.
11533         * modules/openat-tests (Depends-on): Likewise.
11534         * modules/remove-tests (Depends-on): Likewise.
11535         * modules/rmdir-tests (Depends-on): Likewise.
11536         * modules/unlink-tests (Depends-on): Likewise.
11537         * tests/test-canonicalize-lgpl.c (symlink): Delete stub.
11538         * tests/test-canonicalize.c (symlink): Likewise.
11539         * tests/test-fstatat.c (symlink): Likewise.
11540         * tests/test-lstat.c (symlink): Likewise.
11541         * tests/test-remove.c (symlink): Likewise.
11542         * tests/test-rmdir.c (symlink): Likewise.
11543         * tests/test-unlink.c (symlink): Likewise.
11544         * tests/test-unlinkat.c (symlink): Likewise.
11545
11546         symlink: new module, for Solaris 9 bug
11547         * modules/symlink: New file.
11548         * m4/symlink.m4 (gl_FUNC_SYMLINK): Likewise.
11549         * lib/symlink.c: Likewise.
11550         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add defaults.
11551         * modules/unistd (Makefile.am): Substitute them.
11552         * lib/unistd.in.h (symlink): Declare replacement.
11553         * MODULES.html.sh (File system functions): Mention it.
11554         * doc/posix-functions/symlink.texi (symlink): Likewise.
11555         * modules/symlink-tests: New test.
11556         * tests/test-symlink.c: Likewise.
11557
11558 2009-09-23  Bruno Haible  <bruno@clisp.org>
11559
11560         * gnulib-tool (func_import): Add 'link-warning' to testsrelated_modules
11561         when needed.
11562         Test case: gnulib-tool --import --with-tests atexit inttypes.
11563         Reported by Pauli Miettinen <pauli.miettinen@cs.helsinki.fi>.
11564
11565 2009-09-23  Bruno Haible  <bruno@clisp.org>
11566
11567         * gnulib-tool (func_emit_tests_Makefile_am): Set uses_subdirs in a
11568         subcommand, not in a subshell.
11569
11570 2009-09-22  Eric Blake  <ebb9@byu.net>
11571
11572         unistd: sort replacement declarations
11573         * lib/unistd.in.h: Sort declarations.
11574
11575         open, openat: minor optimization
11576         * lib/open.c (open): If open succeeded, len is non-zero.
11577         * lib/openat.c (rpl_openat): Likewise.
11578
11579         link-follow: ensure correct result
11580         * m4/fcntl_h.m4 (gl_FCNTL_H): Clean up temporary file.
11581         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Likewise, and
11582         distinguish between possible failures.
11583
11584 2009-09-21  Eric Blake  <ebb9@byu.net>
11585
11586         fts: avoid compiler warning
11587         * lib/fts.c (dirent_inode_sort_may_be_useful)
11588         (leaf_optimization_applies) [!__linux__]: Mark unused parameters.
11589
11590 2009-09-19  Bruno Haible  <bruno@clisp.org>
11591
11592         * lib/progreloc.c (canonicalize_file_name): New declaration.
11593
11594 2009-09-19  Eric Blake  <ebb9@byu.net>
11595
11596         link: fix quoting
11597         * m4/link.m4 (gl_FUNC_LINK): Fix shell quoting.
11598
11599         openat: fix openat bugs on Solaris 9
11600         * lib/openat.c (rpl_openat): Work around Solaris 9 bug.
11601         * m4/openat.m4 (gl_FUNC_OPENAT): Also replace openat on Solaris.
11602         * modules/openat (Depends-on): Add open.
11603         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Provide new default.
11604         * modules/fcntl-h (Makefile.am): Substitute it.
11605         * lib/fcntl.in.h (openat): Declare replacement.
11606         * doc/posix-functions/openat.texi (openat): Document this.
11607
11608         openat: move fstatat and unlinkat into correct files
11609         * m4/openat.m4 (gl_FUNC_OPENAT): Adjust which files will be
11610         compiled.
11611         * lib/openat.c (fstatat, unlinkat): Move...
11612         * lib/fstatat.c (fstatat): ...into correct files.
11613         * lib/unlinkat.c (unlinkat): Likewise.
11614
11615         openat: fix unlinkat bugs on Solaris 9
11616         * lib/unlinkat.c (unlinkat): New file.
11617         * modules/openat (Depends-on): Add unlink.
11618         (Files): Distribute it.
11619         * m4/openat.m4 (gl_FUNC_OPENAT): Mark unlinkat for replacement if
11620         trailing slash behavior is broken.
11621         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
11622         * modules/unistd (Makefile.am): Substitute it.
11623         * lib/unistd.in.h (unlinkat): Declare replacement.
11624         * doc/posix-functions/unlinkat.texi (unlinkat): Document this.
11625
11626         openat: fix fstatat bugs on Solaris 9
11627         * lib/fstatat.c (rpl_fstatat): Copy recent fixes from lstat and
11628         stat.
11629         * doc/posix-functions/fstatat.texi (fstatat): Document this.
11630
11631         test-unlinkat: enhance test, to expose Solaris 9 bug
11632         * tests/test-unlink.c (main): Factor guts...
11633         * tests/test-unlink.h (test_rmdir_func): ...into new file.
11634         * tests/test-rmdir.h (test_rmdir_func): Add parameter.
11635         * tests/test-rmdir.c (main): Adjust caller.
11636         * tests/test-unlinkat.c (main): Likewise.  Add unlink tests.
11637         (unlinker): New helper function.
11638         (rmdirat): Enhance check.
11639         * modules/rmdir-tests (Depends-on): Add stdbool.
11640         * modules/unlink-tests (Depends-on): Likewise.
11641         (Files): Add test-unlink.h.
11642         * modules/openat-tests (Files): Likewise.
11643         (Depends-on): Add unlinkdir.
11644
11645         test-fstatat: new test, to expose Solaris 9 bugs
11646         * tests/test-stat.c (main): Factor guts...
11647         * tests/test-stat.h (test_stat_func): ...into new file.
11648         * tests/test-lstat.c (main): Factor guts...
11649         * tests/test-lstat.h (test_lstat_func): ...into new file.
11650         * tests/test-fstatat.c: New file.
11651         * modules/stat-tests (Files): Add test-stat.h.
11652         * modules/lstat-tests (Files): Add test-lstat.h.
11653         (Depends-on): Add stdbool.
11654         * modules/openat-tests (Depends-on): Add pathmax.
11655         (Files): Add test-lstat.h, test-stat.h, test-fstatat.c.
11656         (Makefile.am): Run new test.
11657
11658         remove: new module, for mingw and Solaris 9 bugs
11659         * modules/remove: New file.
11660         * lib/remove.c: Likewise.
11661         * m4/remove.m4 (gl_FUNC_REMOVE): Likewise.
11662         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add witnesses.
11663         * modules/stdio (Makefile.am): Use them.
11664         * lib/stdio.in.h (remove): Declare replacement.
11665         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
11666         * doc/posix-functions/remove.texi (remove): Likewise.
11667         * modules/remove-tests: New test.
11668         * tests/test-remove.c: Likewise.
11669
11670         unlink: new module, for Solaris 9 bug
11671         * modules/unlink: New file.
11672         * lib/unlink.c: Likewise.
11673         * m4/unlink.m4 (gl_FUNC_UNLINK): Likewise.
11674         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
11675         * modules/unistd (Makefile.am): Use them.
11676         * lib/unistd.in.h (stat): Declare replacement.
11677         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
11678         * doc/posix-functions/unlink.texi (unlink): Likewise.
11679         * modules/unlink-tests: New test.
11680         * tests/test-unlink.c: Likewise.
11681
11682         lstat: fix Solaris 9 bug
11683         * lib/lstat.c (lstat): Also check for trailing slash on
11684         non-symlink, non-directories.  Use stat module to simplify logic.
11685         * doc/posix-functions/lstat.texi (lstat): Document it.
11686         * modules/lstat-tests (Depends-on): Add errno, same-inode.
11687         (configure.ac): Check for symlink.
11688         * tests/test-lstat.c (main): Add more tests.
11689
11690         stat: add as dependency to other modules
11691         * modules/chown (Depends-on): Add stat.
11692         * modules/euidaccess (Depends-on): Likewise.
11693         * modules/fchdir (Depends-on): Likewise.
11694         * modules/isdir (Depends-on): Likewise.
11695         * modules/link (Depends-on): Likewise.
11696         * modules/lstat (Depends-on): Likewise.
11697         * modules/mkdir-p (Depends-on): Likewise.
11698         * modules/modechange (Depends-on): Likewise.
11699         * modules/open (Depends-on): Likewise.
11700         * modules/readlink (Depends-on): Likewise.
11701         * modules/same (Depends-on): Likewise.
11702
11703         stat: fix Solaris 9 bug
11704         * m4/stat.m4 (gl_FUNC_STAT): Detect Solaris 9 bug with trailing
11705         slash.
11706         * lib/stat.c (rpl_stat): Work around it.
11707         * doc/posix-functions/stat.texi (stat): Update documentation.
11708
11709         stat: new module, for mingw bug
11710         * modules/stat: New file.
11711         * lib/stat.c: Likewise.
11712         * m4/stat.m4 (gl_FUNC_STAT): Likewise.
11713         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
11714         * modules/sys_stat (Makefile.am): Use them.
11715         * lib/sys_stat.in.h (stat): Declare replacement.
11716         * lib/openat.c (fstatat): Deal with lstat and stat being function
11717         macros.
11718         * modules/openat (Depends-on): Add inline.
11719         * MODULES.html.sh (systems lacking POSIX:2008): Mention module.
11720         * doc/posix-functions/stat.texi (stat): Likewise.
11721         * modules/stat-tests: New test.
11722         * tests/test-stat.c: Likewise.
11723
11724 2009-09-19  Jim Meyering  <meyering@redhat.com>
11725
11726         syntax-check: detect unnecessary inclusion of canonicalize.h
11727         * top/maint.mk (sc_prohibit_canonicalize_without_use): New rule.
11728
11729 2009-09-19  Eric Blake  <ebb9@byu.net>
11730
11731         canonicalize-lgpl: adjust clients to use correct header
11732         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
11733         (gl_CANONICALIZE_LGPL): Use correct shell quoting.
11734         * modules/relocatable-prog-wrapper (Files): Drop canonicalize.h.
11735         * lib/fchdir.c (includes): Use <stdlib.h>, not "canonicalize.h".
11736         * lib/progreloc.c (includes): Likewise.
11737
11738 2009-09-19  Jim Meyering  <meyering@redhat.com>
11739
11740         test-posixtm.c: correct a comment
11741         * tests/test-posixtm.c: Correct first-line comment.
11742         Spotted by Eric Blake.
11743
11744 2009-09-16  Jim Meyering  <meyering@redhat.com>
11745
11746         posixtm-tests: make T const-correct; add a test case
11747         * tests/test-posixtm.c (T): Declare const.
11748         Add a test for -(2^31+1).
11749         Remove useless can-succeed-only-in-2002 test.
11750
11751         posixtm-tests: adjust the sole failing test
11752         * tests/test-posixtm.c: Correct 0000-01-01 00:00:00 test so that
11753         expected output matches what mktime now produces.  Cross-checked via
11754         erlang's calendar:datetime_to_gregorian_seconds({{1970,1,1},{0,0,0}})
11755
11756         posixtm: move #ifdef'd tests into a new module
11757         * lib/posixtm.c (posixtime): Remove #ifdef'd tests.  Move to...
11758         * tests/test-posixtm.c: ... this new file.
11759         * modules/posixtm-tests: New module.
11760
11761 2009-09-19  Eric Blake  <ebb9@byu.net>
11762
11763         openat: simplify use of at-func.c
11764         * lib/at-func.c (includes): Include prerequisites here, to
11765         simplify requirements on client files.
11766         * lib/openat-priv.h: Add double-inclusion guard.
11767         * lib/faccessat.c (includes): Simplify.
11768         * lib/fchmodat.c (includes): Likewise.
11769         * lib/fchownat.c (includes): Likewise.
11770         * lib/mkdirat.c (includes): Likewise.
11771         * lib/mkfifoat.c (includes): Likewise.
11772         * lib/symlinkat.c (includes): Likewise.
11773
11774         openat: allow return of fd 0
11775         * modules/chdir-long (Depends-on): Relax openat-safer to openat.
11776         * modules/save-cwd (Depends-on): Replace fcntl-safer with
11777         unistd-safer.
11778         * lib/chdir-long.c (includes): Replace "fcntl--.h" with
11779         <fcntl.h>; this module does not leak fds.
11780         * lib/openat.c (includes): Do not use "fcntl_safer"; plain openat
11781         must be allowed to return 0, leaving openat_safer to add the
11782         safety.
11783         (openat_permissive): Avoid writing to just-opened fd 2 if
11784         restoring the current directory fails.
11785         * lib/openat-die.c (openat_restore_fail): Add comment.
11786         * lib/save-cwd.c (includes): Make "fcntl--.h" conditional.
11787         (save_cwd): Guarantee safe fd, but without use of open_safer.
11788         * tests/test-openat.c: New test.
11789         * modules/openat-tests (Files, Makefile.am): Distribute and build
11790         new file.
11791
11792         relocatable-prog-wrapper: fix build
11793         * modules/relocatable-prog-wrapper (Files): Update name of
11794         canonicalize m4 file, broken on 2009-09-17.
11795         Reported by emad hajjar <aleppos@hotmail.com>.
11796
11797 2009-09-19  Bruno Haible  <bruno@clisp.org>
11798
11799         * lib/safe-alloc.h: Use the standard header with GPL copyright.
11800         * lib/safe-alloc.c: Likewise.
11801         Reported by Ian Beckwith <ianb@erislabs.net>.
11802
11803 2009-09-18  Bruno Haible  <bruno@clisp.org>
11804
11805         * gnulib-tool: Add advice to "cannot find configure.ac" error message.
11806         Reported by <erobles@sensacd.com.mx>.
11807
11808 2009-09-17  Eric Blake  <ebb9@byu.net>
11809
11810         canonicalize: in CAN_ALL_BUT_LAST, allow trailing slash
11811         * lib/canonicalize.c (canonicalize_filename_mode): Skip trailing
11812         slashes when checking if last component is missing.
11813         * tests/test-canonicalize.c (main): Test this.
11814
11815         canonicalize, canonicalize-lgpl: honor // if distinct from /
11816         * modules/canonicalize (Files): Add double-slash-root.m4.
11817         * modules/canonicalize-lgpl (Files): Likewise.
11818         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE)
11819         (gl_CANONICALIZE_LGPL_SEPARATE): Add dependency.
11820         * lib/canonicalize.c (DOUBLE_SLASH_IS_DISTINCT_ROOT): Provide
11821         fallback definition.
11822         (canonicalize_filename_mode): Use it to protect //.
11823         * lib/canonicalize-lgpl.c (DOUBLE_SLASH_IS_DISTINCT_ROOT)
11824         (__realpath): Likewise.
11825         * tests/test-canonicalize.c (main): Test this.
11826         * tests/test-canonicalize-lgpl.c (main): Likewise.
11827         * modules/canonicalize-tests (Depends-on): Add same-inode.
11828         * modules/canonicalize-lgpl-tests (Depends-on): Likewise.
11829
11830         canonicalize-lgpl: fix glibc bug with trailing slash
11831         * m4/canonicalize-lgpl.m4: Move contents...
11832         * m4/canonicalize.m4: ...here.
11833         (gl_CANONICALIZE_LGPL): Factor realpath check...
11834         (gl_FUNC_REALPATH_WORKS): ...into new macro.  Enhance to catch
11835         glibc 2.3.5 bug, fixed 2005-04-27.
11836         (gl_FUNC_CANONICALIZE_FILENAME_MODE): Use it.
11837         (gl_PREREQ_CANONICALIZE_LGPL): Inline...
11838         (gl_CANONICALIZE_LGPL_SEPARATE): ...into this macro.
11839         * modules/canonicalize-lgpl (Files): Manage file rename.
11840         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
11841         * modules/stdlib (Makefile.am): Substitute witness.
11842         * lib/stdlib.in.h (canonicalize_file_name): Declare if replacement
11843         is needed.
11844         * lib/canonicalize-lgpl.c: Also compile if canonicalize_file_name
11845         replacement is required.
11846         * lib/canonicalize.c (canonicalize_file_name): Likewise.
11847         * doc/glibc-functions/canonicalize_file_name.texi
11848         (canonicalize_file_name): Document this.
11849         * doc/posix-functions/realpath.texi (realpath): Likewise.
11850
11851         canonicalize-lgpl: reject non-directory with trailing slash
11852         * lib/canonicalize-lgpl.c (__realpath): Synchronize with glibc.
11853         * tests/test-canonicalize-lgpl.c (main): Enhance test.  This
11854         catches failures in glibc 2.3.5.
11855         * tests/test-canonicalize.c (main): Likewise.
11856
11857         canonicalize-lgpl: use native realpath if it works
11858         * lib/canonicalize-lgpl.c (realpath): Guard with
11859         FUNC_REALPATH_WORKS.
11860         * lib/stdlib.in.h (realpath): Make declaration optional based on
11861         HAVE_REALPATH.
11862         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Check whether
11863         native realpath works.
11864         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide default.
11865         * modules/stdlib (Makefile.am): Substitute witness.
11866
11867         canonicalize, canonicalize-lgpl: use <stdlib.h>
11868         * modules/canonicalize-lgpl (Files): Drop canonicalize.h.
11869         (Include): Mention <stdlib.h>.
11870         (configure.ac): Mention functions we provide.
11871         * modules/canonicalize (configure.ac): Likewise.
11872         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL): Always replace
11873         realpath if canonicalize_file_name is missing.
11874         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Provide defaults.
11875         * modules/stdlib (Makefile.am): Substitute witnesses.
11876         * lib/stdlib.in.h (canonicalize_file_name, realpath): Declare.
11877         * lib/canonicalize-lgpl.c (includes): Adjust accordingly.
11878         * lib/canonicalize.h (canonicalize_file_name): Drop declaration.
11879         * NEWS: Document this.
11880         * doc/glibc-functions/canonicalize_file_name.texi
11881         (canonicalize_file_name): Likewise.
11882         * doc/posix-functions/realpath.texi (realpath): Likewise.
11883         * tests/test-canonicalize-lgpl.c (includes): Use <stdlib.h>.
11884
11885         test-canonicalize: consolidate into single C program
11886         * tests/test-canonicalize.sh: Delete; move setup into...
11887         * tests/test-canonicalize.c (main): ...the program, making it
11888         easier to run in debugger.  Add some tests.
11889         * modules/canonicalize-tests (Files): Remove unused file.
11890         (Depends-on): Add progname.
11891         (configure.ac, Makefile.am): Simplify.
11892
11893         test-canonicalize-lgpl: consolidate into single C program
11894         * tests/test-canonicalize-lgpl.sh: Delete; move setup into...
11895         * tests/test-canonicalize-lgpl.c (main): ...the program, making it
11896         easier to run in debugger.  Add some tests.
11897         * modules/canonicalize-lgpl-tests (Files): Remove unused file.
11898         (configure.ac, Makefile.am): Simplify.
11899
11900         canonicalize: avoid resolvepath
11901         * m4/canonicalize.m4 (gl_FUNC_CANONICALIZE_FILENAME_MODE): Delete
11902         unnecessary checks.
11903         * lib/canonicalize.c (includes): Simplify.
11904         (canonicalize_file_name): Drop resolvepath implementation.
11905         * modules/canonicalize (Depends-on): Drop filenamecat.
11906
11907         canonicalize: don't lose errno
11908         * lib/canonicalize.c (canonicalize_filename_mode): Protect errno
11909         over calls to free.
11910
11911         canonicalize: simplify errno handling
11912         * lib/canonicalize.c (__set_errno): Delete macro, and use direct
11913         assignment.
11914
11915         canonicalize, canonicalize-lgpl: update module dependencies
11916         * modules/canonicalize (Depends-on): Add extensions, lstat,
11917         pathmax, stdlib.
11918         (Files): Drop pathmax.h.
11919         (configure.ac): Adjust macro name.
11920         * modules/canonicalize-lgpl (Depends-on): Add errno, extensions,
11921         lstat, stdlib, sys_stat.
11922         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Rename...
11923         (gl_FUNC_CANONICALIZE_FILENAME_MODE): ...to this, and require
11924         extensions.
11925         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL)
11926         (gl_CANONICALIZE_LGPL_SEPARATE): Require extensions.
11927         (gl_PREREQ_CANONICALIZE_LGPL): Assume unistd.h.
11928         * lib/canonicalize.h (canonicalize_file_name): Use <stdlib.h>
11929         declaration, if available.
11930         * lib/canonicalize-lgpl.c [HAVE_READLINK]: Delete this condition;
11931         we can rely on the readlink module.
11932         (MAXSYMLINKS): Also consult SYMLOOP_MAX.
11933         (includes): Use <unistd.h> unconditionally.
11934
11935 2009-09-17  Eric Blake  <ebb9@byu.net>
11936
11937         maint: make Include sections of modules consistent
11938         * modules/alloca: Use only header name; no need to list #include.
11939         * modules/alloca-opt: Likewise.
11940         * modules/arpa_inet: Likewise.
11941         * modules/canon-host: Likewise.
11942         * modules/configmake: Likewise.
11943         * modules/dirent: Likewise.
11944         * modules/eealloc: Likewise.
11945         * modules/environ: Likewise.
11946         * modules/fchdir: Likewise.
11947         * modules/fcntl: Likewise.
11948         * modules/fcntl-h: Likewise.
11949         * modules/gethrxtime: Likewise.
11950         * modules/gettime: Likewise.
11951         * modules/ignore-value: Likewise.
11952         * modules/inet_ntop: Likewise.
11953         * modules/inet_pton: Likewise.
11954         * modules/inttypes: Likewise.
11955         * modules/isnand-nolibm: Likewise.
11956         * modules/isnanf-nolibm: Likewise.
11957         * modules/mbchar: Likewise.
11958         * modules/mbfile: Likewise.
11959         * modules/mbiter: Likewise.
11960         * modules/mbuiter: Likewise.
11961         * modules/netdb: Likewise.
11962         * modules/netinet_in: Likewise.
11963         * modules/nproc: Likewise.
11964         * modules/pagealign_alloc: Likewise.
11965         * modules/poll: Likewise.
11966         * modules/printf-frexp: Likewise.
11967         * modules/pthread: Likewise.
11968         * modules/putenv: Likewise.
11969         * modules/random_r: Likewise.
11970         * modules/relocatable-prog: Likewise.
11971         * modules/search: Likewise.
11972         * modules/select: Likewise.
11973         * modules/selinux-h: Likewise.
11974         * modules/settime: Likewise.
11975         * modules/signal: Likewise.
11976         * modules/size_max: Likewise.
11977         * modules/socklen: Likewise.
11978         * modules/ssize_t: Likewise.
11979         * modules/stdarg: Likewise.
11980         * modules/stdbool: Likewise.
11981         * modules/stddef: Likewise.
11982         * modules/stdint: Likewise.
11983         * modules/stdio: Likewise.
11984         * modules/stdlib: Likewise.
11985         * modules/string: Likewise.
11986         * modules/strings: Likewise.
11987         * modules/sys_file: Likewise.
11988         * modules/sys_ioctl: Likewise.
11989         * modules/sys_select: Likewise.
11990         * modules/sys_socket: Likewise.
11991         * modules/sys_stat: Likewise.
11992         * modules/sys_time: Likewise.
11993         * modules/sys_times: Likewise.
11994         * modules/sys_utsname: Likewise.
11995         * modules/sys_wait: Likewise.
11996         * modules/sysexits: Likewise.
11997         * modules/time: Likewise.
11998         * modules/times: Likewise.
11999         * modules/tmpfile: Likewise.
12000         * modules/trim: Likewise.
12001         * modules/unistd: Likewise.
12002         * modules/wchar: Likewise.
12003         * modules/wctype: Likewise.
12004
12005 2009-09-17  Bruno Haible  <bruno@clisp.org>
12006
12007         Make getdate.y compile on QNX and NetBSD 5 / i386.
12008         * m4/getdate.m4 (gl_GETDATE): Conditionally define
12009         TIME_T_FITS_IN_LONG_INT.
12010         * lib/getdate.y (long_time_t): New type.
12011         (relative_time): Change type of 'seconds' field to long_time_t.
12012         (get_date): Update types of local variables. Check against overflow
12013         during conversion from long_time_t to time_t.
12014         Reported by Matt Kraai <kraai@ftbfs.org>
12015         and Hasso Tepper <hasso@netbsd.org>.
12016
12017 2009-09-17  Bruno Haible  <bruno@clisp.org>
12018
12019         * modules/COPYING: Update copyright years.
12020         * modules/README: Likeiwse.
12021         * doc/gnulib-intro.texi (Copyright): Use a wildcard year.
12022         Reported by Ian Beckwith <ianb@erislabs.net>.
12023
12024 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
12025
12026         * users.txt: Update references for gnuit package.
12027
12028 2009-09-17  Ian Beckwith  <ianb@erislabs.net>  (tiny change)
12029
12030         * m4/getdelim.m4: Fix typo in copyright line.
12031
12032 2009-09-17  Bruno Haible  <bruno@clisp.org>
12033
12034         * lib/atoll.c: Use the standard header with GPL copyright.
12035         * lib/argz.in.h: Likewise.
12036         * lib/glob.c: Likewise.
12037         * lib/glob-libc.h: Likewise.
12038         * lib/random_r.c: Likewise.
12039         * lib/siglist.h: Likewise.
12040         * lib/strsignal.c: Likewise.
12041         Reported by Ian Beckwith <ianb@erislabs.net>.
12042
12043 2009-09-17  Eric Blake  <ebb9@byu.net>
12044
12045         rmdir: ensure correct dependency order
12046         * m4/rmdir.m4 (gl_FUNC_RMDIR): Require unistd defaults.
12047
12048 2009-09-17  Bruno Haible  <bruno@clisp.org>
12049
12050         Disable assertion that fails on NetBSD 5 / i386.
12051         * lib/mktime.c (ydhms_diff): Disable assertion about time_t size.
12052         Reported by Sam Steingold <sds@gnu.org>
12053         and Hasso Tepper <hasso@netbsd.org>.
12054
12055 2009-09-16  Eric Blake  <ebb9@byu.net>
12056
12057         unlinkdir: port to mingw
12058         * m4/unlinkdir.m4 (gl_UNLINKDIR): Add mingw to list of platforms
12059         on which no one can unlink a directory.
12060
12061         stdlib: sort witness names
12062         * modules/stdlib (Makefile.am): Sort replacements.
12063         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
12064         * lib/stdlib.in.h: Likewise.
12065
12066         parse-duration-tests: avoid link failure
12067         * modules/parse-duration-tests (test_parse_duration_LDADD): Add
12068         LIBINTL.
12069         Reported by Tom G. Christensen.
12070
12071         openat-tests: ensure unlinkat behaves like rmdir
12072         * tests/test-rmdir.c (main): Factor guts...
12073         * tests/test-rmdir.h (test_rmdir_func): ...into new file.
12074         * modules/rmdir-tests (Files): Ship new file.
12075         * modules/openat-tests: New test.
12076         * tests/test-unlinkat.c: Likewise.
12077
12078         rmdir-errno: mark obsolete, it is unsafe for cross-compilation
12079         * modules/rmdir-errno (Status, Notice): Now obsolete.
12080
12081         rmdir: work around cygwin 1.5.x and mingw bugs
12082         * m4/rmdir.m4 (gl_FUNC_RMDIR): Detect the bugs.
12083         * lib/rmdir.c (rmdir): Work around it.
12084         * modules/rmdir (Status, Notice): No longer obsolete.
12085         (Files): Add dos.m4.
12086         (Depends-on): Add unistd.
12087         (configure.ac): Set witnesses.
12088         (License): Relax to LGPLv2+.
12089         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set defaults.
12090         * modules/unistd (Makefile.am): Substitute witnesses.
12091         * lib/unistd.in.h (rmdir): Declare replacement.
12092         * doc/posix-functions/rmdir.texi (rmdir): Document this.
12093         * modules/rmdir-tests: New tests.
12094         * tests/test-rmdir.c: Likewise.
12095
12096 2009-09-15  Eric Blake  <ebb9@byu.net>
12097
12098         fchdir: improve use of replacement functions
12099         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Set appropriate witnesses.
12100         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add REPLACE_FSTAT.
12101         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add REPLACE_OPENDIR,
12102         REPLACE_CLOSEDIR.
12103         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_DUP.
12104         * modules/sys_stat (Makefile.am): Substitute correct witness.
12105         * modules/dirent (Makefile.am): Likewise.
12106         * modules/unistd (Makefile.am): Likewise.
12107         * lib/dirent.in.h (opendir, closedir): Use better witnesses.
12108         * lib/unistd.in.h (dup): Likewise.
12109         * lib/sys_stat.in.h (fstat): Likewise.
12110
12111         maint: ignore gnulib-tool temp files
12112         * .gitignore: Ignore files created during gnulib-tool --test.
12113
12114 2009-09-13  Jim Meyering  <meyering@redhat.com>
12115
12116         posixtm: don't reject a time that specify "60" as the number of seconds
12117         * lib/posixtm.c (posixtime): The code to reject invalid dates
12118         would also reject a time specified with the .60 suffix.
12119         But POSIX allows that, in order to accommodate leap seconds.
12120         So don't reject it.
12121         (main): Adjust tests accordingly.
12122         * modules/posixtm (Depends-on): Add stpcpy.
12123
12124 2009-09-11  Jim Meyering  <meyering@redhat.com>
12125
12126         announce-gen: include [$release_type] in emitted Subject:
12127         * build-aux/announce-gen (get_tool_versions): Include [$release_type],
12128         e.g., [stable] in the emitted Subject: line.
12129
12130 2009-09-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12131
12132         Remove obsolete macros from several modules.
12133         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Replace
12134         obsolete Autoconf macros with their modern counterparts.
12135         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): Likewise.
12136         * m4/gc-camellia.m4 (gl_GC_CAMELLIA): Likewise.
12137         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Likewise.
12138         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
12139         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Likewise.
12140         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
12141         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
12142         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
12143         * m4/poll.m4 (gl_FUNC_POLL): Likewise.
12144         * m4/readline.m4 (gl_FUNC_READLINE): Likewise.
12145         * m4/round.m4 (gl_FUNC_ROUND): Likewise.
12146         * m4/roundf.m4 (gl_FUNC_ROUNDF): Likewise.
12147         * m4/select.m4 (gl_FUNC_SELECT): Likewise.
12148         * m4/sockets.m4 (gl_SOCKETS): Likewise.
12149         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Likewise.
12150         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Likewise.
12151         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
12152         * m4/time_r.m4 (gl_TIME_R): Likewise.
12153         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Likewise.
12154         * m4/vararrays.m4 (AC_C_VARARRAYS): Likewise.
12155         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
12156
12157         Fix copyright header in build-aux scripts.
12158         * build-aux/git-version-gen: Fix copyright header to match GPLv3
12159         recommendation.
12160         * build-aux/ncftpput-ftp: Likewise.
12161         * build-aux/update-copyright: Likewise.
12162
12163 2009-09-09  Eric Blake  <ebb9@byu.net>
12164
12165         test-link: allow Linux choice of errno
12166         * tests/test-link.c (main): Relax test for alternate error.
12167
12168         strndup: fix improper m4 caching
12169         * m4/strndup.m4 (gl_FUNC_STRNDUP): Rework to avoid side effects
12170         inside AC_CACHE_CHECK.  Use REPLACE_STRNDUP, not HAVE_STRNDUP.
12171         (gl_PREREQ_STRNDUP): Delete.
12172         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Update default.
12173         * modules/string (Makefile.am): Substitute it.
12174         * lib/string.in.h (strndup): Modernize prototype.
12175
12176         getcwd: port to mingw
12177         * m4/getcwd.m4 (gl_FUNC_GETCWD): Mingw directories are very
12178         different from the POSIX assumptions made throughout the getcwd
12179         module; fortunately, the mingw getcwd does not need replacement.
12180         (gl_FUNC_GETCWD_NULL): Skip test on mingw.
12181         * modules/getcwd-tests: New test.
12182         * tests/test-getcwd.c: Likewise.
12183
12184         link: fix platform bugs
12185         * m4/link.m4 (gl_FUNC_LINK): Detect Solaris and Cygwin bugs.
12186         * lib/link.c (link): Work around them.  Fix related mingw bug.
12187         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add REPLACE_LINK.
12188         * modules/unistd (Makefile.am): Substitute it.
12189         * lib/unistd.in.h (link): Declare replacement.
12190         * doc/posix-functions/link.texi (link): Document this.
12191         * modules/link (Depends-on): Add strdup-posix, sys_stat.
12192
12193         test-link: consolidate into single C program, test more cases
12194         * tests/test-link.sh: Delete.
12195         * tests/test-link.c: Test more error conditions.  Exposes bugs on
12196         at least Cygwin and Solaris.
12197         * modules/link-tests (Files): Remove unused file.
12198         (Depends-on): Add errno, sys_stat.
12199         (Makefile.am): Simplify.
12200
12201 2009-09-08  Bruno Haible  <bruno@clisp.org>
12202
12203         Work around towlower, towupper bug on mingw.
12204         * lib/wctype.in.h (towlower, towupper) [__MINGW32__]: New replacements.
12205         * m4/wctype.m4 (gl_WCTYPE_H): Replace <wctype.h> also on mingw.
12206         * doc/posix-functions/towlower.texi: Mention the mingw bug.
12207         * doc/posix-functions/towupper.texi: Likewise.
12208         Reported by Eric Blake.
12209
12210 2009-09-08  Jim Meyering  <meyering@redhat.com>
12211
12212         build: don't try to run autoheader if we don't use it
12213         * build-aux/bootstrap: Define AUTOHEADER=true when AC_CONFIG_HEADERS
12214         is not used in configure.ac.
12215
12216 2009-09-08  Eric Blake  <ebb9@byu.net>
12217
12218         euidaccess: fix compilation error
12219         * lib/euidaccess.c (includes): Add <fcntl.h>, for AT_EACCESS.
12220
12221         rawmemchr: relax license
12222         * modules/rawmemchr (License): Derived from glibc, so LGPLv2+ is
12223         okay.
12224         Reported by Jim Meyering.
12225
12226         mkfifoat: new module
12227         * modules/mkfifoat: New file.
12228         * lib/mkfifoat.c: Likewise.
12229         * m4/mkfifoat.m4 (gl_FUNC_MKFIFOAT): Likewise.
12230         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Add witnesses.
12231         * modules/sys_stat (Makefile.am): Use them.
12232         * lib/sys_stat.in.h (mkfifoat, mknodat): Declare them.
12233         * MODULES.html.sh (File system functions): Mention module.
12234         * doc/posix-functions/mkfifoat.texi (mkfifoat): Likewise.
12235         * doc/posix-functions/mknodat.texi (mknodat): Likewise.
12236         * modules/mkfifoat-tests: New test.
12237         * tests/test-mkfifoat.c: Likewise.
12238
12239         strchrnul: relax license
12240         * modules/strchrnul (License): Derived from glibc, so LGPLv2+ is
12241         okay.
12242         Reported by Jim Meyering.
12243
12244 2009-09-08  Eric Blake  <ebb9@byu.net>
12245
12246         fstatat: fix compilation on Solaris
12247         * lib/fstatat.c (includes): Add fcntl.h.
12248         Reported by Pádraig Brady.
12249
12250 2009-09-07  Eric Blake  <ebb9@byu.net>
12251
12252         rename: modernize replacement
12253         * modules/rename (Depends-on): Add stdio.
12254         (configure.ac): Declare witness.
12255         * m4/rename.m4 (gl_FUNC_RENAME): Ensure dependency order, and let
12256         stdio take care of replacement.
12257         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
12258         * modules/stdio (Makefile.am): Substitute them.
12259         * lib/stdio.in.h (rename): Declare replacement.
12260         * lib/rename.c (includes): Allow cross-compilation to non-windows
12261         machines.
12262         * doc/posix-functions/rename.texi (rename): Improve
12263         documentation.
12264
12265         stdio: sort witness names
12266         * modules/stdio (Makefile.am): Sort replacements.
12267         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
12268         * lib/stdio.in.h: Likewise.
12269
12270         getcwd: minor cleanups
12271         * lib/getcwd.c (AT_FDCWD): Delete; rely on <fcntl.h> instead.
12272         (is_ENAMETOOLONG): Delete; ENAMETOOLONG is portable.
12273
12274         openat: provide more convenience names
12275         * modules/faccessat (configure.ac): Add C witness.
12276         * lib/unistd.in.h (readlinkat): Fix typo.
12277         * lib/openat.h (statat, lstatat, accessat, euidaccessat): New
12278         convenience wrappers.
12279         * top/maint.mk (sc_prohibit_openat_without_use): Allow these
12280         wrappers in syntax checks.
12281
12282 2009-09-06  Eric Blake  <ebb9@byu.net>
12283
12284         doc: fix comments in recent patches
12285         * lib/faccessat.c: Mention correct function.
12286         * lib/fchmodat.c: Likewise.
12287         * lib/fchownat.c: Likewise.
12288         * lib/symlinkat.c: Likewise.
12289         * doc/posix-headers/fcntl.texi (fcntl.h): Cygwin 1.7 has AT_*
12290         constants.
12291
12292         faccessat, symlinkat: continue cleanup of previous patch
12293         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Ensure dependency order.
12294         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
12295         * modules/unistd (Makefile.am): Substitute GNULIB_READLINKAT.
12296         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Offer GNULIB_READLINKAT.
12297         * modules/symlinkat (configure.ac): Set GNULIB_READLINKAT.
12298         * lib/unistd.in.h (readlinkat): Declare if GNULIB_READLINKAT is
12299         set.
12300
12301 2009-09-06  Bruno Haible  <bruno@clisp.org>
12302
12303         * lib/sys_stat.in.h (fchmodat): Declare if GNULIB_FCHMODAT is set.
12304         (fstatat): Declare if GNULIB_FSTATAT is set.
12305         (mkdirat): Declare if GNULIB_MKDIRAT is set.
12306         * lib/unistd.in.h (fchownat): Declare if GNULIB_FCHOWNAT is set.
12307         (unlinkat): Declare if GNULIB_UNLINKAT is set.
12308         * modules/fcntl-h (Files): Remove m4/openat.m4.
12309         * modules/sys_stat (Files): Remove m4/openat.m4.
12310         (Makefile.am): Substitute GNULIB_FCHMODAT, GNULIB_FSTATAT,
12311         GNULIB_MKDIRAT instead of GNULIB_OPENAT.
12312         * modules/unistd (Files): Remove m4/openat.m4.
12313         (Makefile.am): Substitute GNULIB_FCHOWNAT, GNULIB_UNLINKAT instead of
12314         GNULIB_OPENAT.
12315         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Initialize GNULIB_OPENAT,
12316         HAVE_OPENAT here. Don't require gl_OPENAT_DEFAULTS.
12317         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize
12318         GNULIB_FCHMODAT, GNULIB_FSTATAT, GNULIB_MKDIRAT, HAVE_FCHMODAT,
12319         HAVE_FSTATAT, HAVE_MKDIRAT, REPLACE_FSTATAT here. Don't require
12320         gl_OPENAT_DEFAULTS.
12321         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_FCHOWNAT,
12322         GNULIB_UNLINKAT, HAVE_FCHOWNAT, HAVE_UNLINKAT, REPLACE_FCHOWNAT here.
12323         Don't require gl_OPENAT_DEFAULTS.
12324         * m4/openat.m4 (gl_FUNC_OPENAT): Require gl_FCNTL_H_DEFAULTS,
12325         gl_SYS_STAT_H_DEFAULTS, gl_UNISTD_H_DEFAULTS. Set GNULIB_FCHMODAT,
12326         GNULIB_FSTATAT, GNULIB_MKDIRAT, GNULIB_FCHOWNAT, GNULIB_UNLINKAT.
12327         (gl_OPENAT_DEFAULTS): Remove macro.
12328
12329 2009-09-06  Bruno Haible  <bruno@clisp.org>
12330
12331         * modules/openat (configure.ac): Remove unneeded witness.
12332
12333 2009-09-06  Bruno Haible  <bruno@clisp.org>
12334
12335         Set errno to ENOSYS when a function is entirely unsupported.
12336         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Set errno to ENOSYS instead of
12337         EOPNOTSUPP.
12338         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
12339         * modules/chown (Depends-on): Remove errno.
12340
12341 2009-09-06  Bruno Haible  <bruno@clisp.org>
12342
12343         * doc/posix-headers/fcntl.texi (AT_*): Mention affected platforms.
12344
12345 2009-09-06  Bruno Haible  <bruno@clisp.org>
12346
12347         * lib/sys_stat.in.h: Fix preprocessor command indentation.
12348
12349 2009-09-06  Ben Pfaff  <blp@gnu.org>
12350             Bruno Haible  <bruno@clisp.org>
12351
12352         Work around a glibc bug in strtok_r.
12353         * lib/string.in.h (strtok_r): Replace if REPLACE_STRTOK_R is set.
12354         Undefine if UNDEFINE_STRTOK_R is set.
12355         * lib/strtok_r.c (strtok_r, __strtok_r) [!_LIBC]: Don't undefine.
12356         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
12357         REPLACE_STRTOK_R and UNDEFINE_STRTOK_R.
12358         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Check against the glibc bug.
12359         * modules/string (Makefile.am): Substitute REPLACE_STRTOK_R,
12360         UNDEFINE_STRTOK_R.
12361         * doc/posix-functions/strtok_r.texi: Mention the glibc 2.7 bug.
12362
12363 2009-09-06  Sergey Poznyakoff  <gray@gnu.org.ua>
12364
12365         exclude: minor fix
12366         * lib/exclude.c: Include wctype.h
12367
12368 2009-09-06  Akim Demaille  <demaille@gostai.com>
12369
12370         bootstrap: improve error message
12371         * build-aux/bootstrap (find_tool): Upon failure, report the list
12372         of candidates.
12373         Honor the initial value of the envvar.
12374
12375 2009-09-05  Eric Blake  <ebb9@byu.net>
12376
12377         symlinkat: new module
12378         * modules/symlinkat: New file.
12379         * lib/symlinkat.c: Likewise.
12380         * m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Likewise.
12381         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witnesses.
12382         * modules/unistd (Makefile.am): Use them.
12383         * lib/unistd.in.h (symlinkat, readlinkat): Declare them.
12384         (faccessat) [GNULIB_POSIXCHECK]: Fix typo.
12385         * lib/at-func.c (FUNC_RESULT): New macro, defaulting to int.
12386         * MODULES.html.sh (File system functions): Mention module.
12387         * doc/posix-functions/symlinkat.texi (symlinkat): Likewise.
12388         * doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
12389         * modules/symlinkat-tests: New test.
12390         * tests/test-symlinkat.c: Likewise.
12391
12392         test-openat-safer: add more checks
12393         * tests/test-openat-safer.c (main): Check more code paths.
12394
12395 2009-09-05  Jim Meyering  <meyering@redhat.com>
12396
12397         syntax-check: detect unnecessary inclusion of openat.h
12398         * top/maint.mk (sc_prohibit_openat_without_use): New rule.
12399
12400 2009-09-05  Bruno Haible  <bruno@clisp.org>
12401
12402         Support towlower, towupper.
12403         * doc/posix-functions/towlower.texi: Mention module wctype.
12404         * doc/posix-functions/towupper.texi: Likewise.
12405         * lib/wctype.in.h (towlower, towupper): New functions.
12406         * tests/test-wctype.c: Include stdio.h, stdlib.h.
12407         (ASSERT): New macro.
12408         (e): New variable.
12409         (main): Test also towlower, towupper. Test WEOF argument.
12410         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
12411
12412 2009-09-05  Bruno Haible  <bruno@clisp.org>
12413
12414         Fix conversion behaviour when the input is invalid.
12415         * lib/striconveh.c (mem_cd_iconveh_internal): Fix storing of question
12416         mark occurring in first pass of indirect conversion.
12417         * tests/test-striconveh.c (main): Test conversion of invalid ASCII
12418         input.
12419         Found by clang's static analyzer.
12420
12421 2009-09-05  Bruno Haible  <bruno@clisp.org>
12422
12423         * tests/test-striconveh.c (main): Test indirect conversion on platforms
12424         where direct conversion is possible.
12425
12426 2009-09-04  Eric Blake  <ebb9@byu.net>
12427
12428         openat: fail with ENOENT on empty name
12429         * lib/openat-proc.c (openat_proc_name): Special-case the empty
12430         buffer.
12431
12432         link-follow: fix logic bug in prior patch
12433         * m4/link-follow.m4 (gl_FUNC_LINK_FOLLOWS_SYMLINK): Fix bug that
12434         reversed sense of yes and no in prior patch.  Avoid confusing
12435         compilation failure with desired semantics.
12436
12437         link-follow: accomodate mingw and cross-compilation
12438         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
12439         (gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this.  Change
12440         cross-compilation results to -1, to make linkat easier to
12441         implement when cross-compiling.  Trivially support mingw.
12442         * modules/link-follow (configure.ac): Call new name.
12443         * NEWS: Mention this.
12444
12445 2009-09-03  Eric Blake  <ebb9@byu.net>
12446
12447         faccessat: compile replacement
12448         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Build replacement when
12449         needed.
12450
12451         fts: fix compilation error
12452         * lib/fts.c (includes): Re-add "openat.h", for
12453         openat_needs_fchdir.
12454
12455         faccessat: new module
12456         * modules/faccessat: New file.
12457         * lib/faccessat.c: Likewise.
12458         * m4/faccessat.m4 (gl_FUNC_FACCESSAT): Likewise.
12459         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
12460         * modules/unistd (Makefile.am): Use it.
12461         * lib/unistd.in.h (faccessat): Declare it.
12462         (F_OK, X_OK, W_OK, R_OK): Provide definitions.
12463         * lib/fcntl.in.h (AT_SYMLINK_FOLLOW, AT_EACCESS): Likewise.
12464         * MODULES.html.sh (File system functions): Mention it.
12465         * doc/posix-functions/faccessat.texi (faccessat): Likewise.
12466         * doc/posix-headers/fcntl.texi (fcntl.h): Likewise.
12467
12468         euidaccess: prefer POSIX over non-standard implementation
12469         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Check for faccessat.
12470         * lib/euidaccess.c (euidaccess): Use it if available.
12471
12472         openat: make template easier to use
12473         * lib/at-func.c (CALL_FUNC): Allow AT_FUNC_USE_F1_COND and
12474         AT_FUNC_F2 to be undefined.
12475         (VALIDATE_FLAG): New macro; use it to reject bad flags.
12476         (AT_FUNC_USE_F1_COND): Change sense to just flag bit.
12477         * lib/fchmodat.c (AT_FUNC_USE_F1_COND): Adjust.
12478         * lib/fchownat.c (AT_FUNC_USE_F1_COND): Likewise.
12479         * lib/openat.c (AT_FUNC_USE_F1_COND) [fstatat, unlinkat]:
12480         Likewise.
12481         * lib/mkdirat.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND): Delete.
12482         * lib/selinux-at.c (AT_FUNC_F2, AT_FUNC_USE_F1_COND)
12483         [getfileconat, lgetfileconat, setfileconat, lsetfileconat]:
12484         Likewise.
12485
12486         openat: declare in POSIX headers
12487         * NEWS: Mention this.
12488         * modules/openat (configure.ac): Declare witnesses.
12489         (Depends-on): Add fcntl-h, sys_stat, unistd.
12490         (Include): Mention correct headers.
12491         * modules/fcntl-h (Depends-on): Add link-warning.
12492         (Files): Add openat.m4.
12493         (Makefile.am): Substitute witnesses.
12494         * modules/sys_stat (Files, Makefile.am): Likewise.
12495         * modules/unistd (Files, Makefile.am): Likewise.
12496         * m4/openat.m4 (gl_FUNC_OPENAT, gl_FUNC_FCHOWNAT): Set witnesses.
12497         (gl_OPENAT_DEFAULTS): New macro.
12498         * m4/fcntl_h.m4 (gl_FCNTL_H_DEFAULTS): Use it.
12499         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Likewise.
12500         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Likewise.
12501         (SYS_STAT_H): Remove unused variable.
12502         * doc/posix-headers/fcntl.texi (fcntl.h): Update content.
12503         * lib/fcntl--.h (includes): Remove unneeded header.
12504         * lib/openat-safer.c (includes): Likewise.
12505         * lib/openat.h (AT_FDCWD, AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR)
12506         (openat, fstatat, unlinkat, mkdirat, fchmodat, fchownat): Move to
12507         appropriate headers.
12508         (__OPENAT_PREFIX): Delete.
12509         * lib/fcntl.in.h (openat): Provide declaration.
12510         (AT_FDCWD): Fix Solaris bug.
12511         (AT_SYMLINK_NOFOLLOW, AT_REMOVEDIR): Provide macros.
12512         * lib/sys_stat.in.h (fstatat, mkdirat): Provide declaration.
12513         * lib/fchmodat.c (includes):  Adjust to find declaration.
12514         * lib/fchownat.c (includes): Likewise.
12515         * lib/mkdirat.c (includes): Likewise.
12516         * lib/fstatat.c (includes): Likewise.  Ensure original fstatat is
12517         still visible.
12518
12519 2009-09-02  Eric Blake  <ebb9@byu.net>
12520
12521         errno: use consistently
12522         * lib/c-stack.c (ENOTSUP): <errno.h> guarantees a definition.
12523         * lib/canonicalize-lgpl.c (ENAMETOOLONG): Likewise.
12524         * lib/canonicalize.c (ELOOP): Likewise.
12525         * lib/inet_ntop.c (EAFNOSUPPORT): Likewise.
12526         * lib/inet_pton.c (EAFNOSUPPORT): Likewise.
12527         * lib/lchown.c (EOPNOTSUPP): Likewise.
12528         * lib/openat-priv.h (ENOSYS, EOPNOTSUPP): Likewise.
12529         * lib/savewd.c (ESTALE): Likewise.
12530         * lib/settime.c (ENOSYS): Likewise.
12531         * lib/utimens.c (ENOSYS): Likewise.
12532         * lib/xgethostname.c (ENAMETOOLONG): Likewise.
12533         * lib/chdir-safer.c (ELOOP): Likewise.
12534         (chdir_no_follow): Use HAVE_READLINK, not ELOOP, as witness.
12535         * modules/c-stack (Depends-on): Add errno.
12536         * modules/canonicalize (Depends-on): Likewise.
12537         * modules/chdir-safer (Depends-on): Likewise.
12538         * modules/fdopendir (Depends-on): Likewise.
12539         * modules/inet_ntop (Depends-on): Likewise.
12540         * modules/inet_pton (Depends-on): Likewise.
12541         * modules/lchown (Depends-on): Likewise.
12542         * modules/openat (Depends-on): Likewise.
12543         * modules/savewd (Depends-on): Likewise.
12544         * modules/settime (Depends-on): Likewise.
12545         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Check for readlink.
12546
12547         fts: avoid leaking fds
12548         * modules/fts (Depends-on): Add cloexec.
12549         * lib/fts.c (opendirat, diropen, fts_build): Set close-on-exec
12550         flag.
12551
12552         fts: make directory fds more robust
12553         * lib/fts.c (O_DIRECTORY): Let <fcntl.h> take care of this.
12554         (opendirat): Specify O_DIRECTORY, and add fallbacks for safety.
12555
12556         backupfile, chdir-long, fts, savedir: make safer
12557         * lib/backupfile.c (includes): Use "dirent--.h", since
12558         numbered_backup can write to stderr during readdir.
12559         * lib/savedir.c (includes): Likewise.
12560         * lib/chdir-long.c (includes): Use "fcntl--.h", since openat
12561         emulation can write to stderr on failure.
12562         * lib/fts.c (includes) [!_LIBC]: Likewise for opendir and openat.
12563         * lib/getcwd.c: Document why opendir_safer is unused.
12564         * lib/glob.c: Likewise.
12565         * lib/scandir.c: Likewise.
12566         * lib/openat-proc.c: Likewise, for open_safer.
12567         * modules/backupfile (Depends-on): Add dirent-safer.
12568         * modules/savedir (Depends-on): Likewise.
12569         * modules/fts (Depends-on): Add dirent-safer and openat-safer.
12570         * modules/chdir-long (Depends-on): Add openat-safer.
12571
12572         openat-safer: new module
12573         * modules/openat-safer: New file.
12574         * lib/openat-safer.c: Likewise.
12575         * m4/fcntl-safer.m4 (gl_OPENAT_SAFER): New macro.
12576         * lib/fcntl-safer.h (openat_safer): Declare.
12577         * lib/fcntl--.h (openat): Override.
12578         * MODULES.html.sh (File descriptor based I/O): Mention it.
12579         * lib/openat.h: Add double-inclusion guards.
12580         * lib/openat.c (includes): Only include "fcntl-safer.h", not
12581         "fcntl--.h", so we can implement openat.
12582         * modules/openat-safer-tests: New test.
12583         * tests/test-openat-safer.c: New file.
12584
12585         dirent-safer: new module
12586         * modules/dirent-safer: New file.
12587         * lib/dirent--.h: Likewise.
12588         * lib/dirent-safer.h: Likewise.
12589         * lib/opendir-safer.c: Likewise.
12590         * m4/dirent-safer.m4: Likewise.
12591         * MODULES.html.sh (Enhancements for POSIX:2008): Mention it.
12592         * modules/dirent-safer-tests: New test.
12593         * tests/test-dirent-safer.c: New file.
12594         * lib/fdopendir.c (includes): Ensure fdopendir is also safe.
12595
12596         fdopendir: optimize on mingw
12597         * lib/unistd.in.h (_gl_directory_name): New prototype.
12598         * lib/fchdir.c (_gl_directory_name): Implement it.
12599         (fchdir): Use it to simplify implementation.
12600         * lib/fdopendir.c (fdopendir) [REPLACE_FCHDIR]: Use metadata from
12601         fchdir, when available, to avoid calling [f]chdir().
12602
12603         fdopendir: split into its own module
12604         * lib/openat.c (fdopendir): Move...
12605         * lib/fdopendir.c: ...into new file.
12606         * modules/fdopendir: New module.
12607         * m4/fdopendir.m4 (gl_FUNC_FDOPENDIR): New file.
12608         * modules/openat (Depends-on): Add fdopendir.
12609         * m4/openat.m4 (gl_FUNC_OPENAT): No longer need to check for
12610         fdopendir here.
12611         * modules/savedir (Depends-on): Only need fdopendir, not full
12612         openat.
12613         * lib/savedir.c (include): Use <dirent.h>, not "openat.h".
12614         * lib/openat.h (fdopendir): Drop prototype.
12615         * lib/dirent.in.h (fdopendir): Provide prototype.
12616         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Add replacements.
12617         * modules/dirent (Makefile.am): Substitute them.
12618         * MODULES.html.sh (File system functions): Mention it.
12619         * doc/posix-functions/fdopendir.texi (fdopendir): Likewise.
12620         * modules/fdopendir-tests: New file.
12621         * tests/test-fdopendir.c: Likewise.
12622
12623         fchdir: use more consistent macro convention
12624         * lib/fcntl.in.h (_gl_register_fd): Move declaration to unistd.
12625         * lib/sys_stat.in.h (rpl_fstat): Declare via make-time
12626         REPLACE_FCHDIR, rather than relying on config.h macros.
12627         * lib/unistd.in.h (fchdir): Move all fchdir internal declarations
12628         inside a single make-time REPLACE_FCHDIR block, rather than using
12629         the config.h FCHDIR_REPLACEMENT.
12630         * m4/fchdir.m4 (gl_FUNC_FCHDIR): REPLACE_FCHDIR was already
12631         AC_SUBST'd, also AC_DEFINE it.  Don't define FCHDIR_REPLACEMENT.
12632         Manage fstat replacement.
12633         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Pick up
12634         REPLACE_FCHDIR.
12635         * modules/sys_stat (Files): Add m4/unistd_h.m4.
12636         (Makefile.am): Substitute REPLACE_FCHDIR.
12637         * lib/close.c (rpl_close): Use REPLACE_FCHDIR, not
12638         FCHDIR_REPLACEMENT.
12639         * lib/dup-safer.c (dup_safer): Likewise.
12640         * lib/dup2.c (rpl_dup2): Likewise.
12641         * lib/dup3.c (rpl_dup3): Likewise.
12642         * lib/open.c (rpl_open): Likewise.
12643
12644         fchdir: simplify error handling, and support dup3
12645         * modules/fchdir (Depends-on): Use strdup-posix, not strdup.  Add
12646         stdbool, malloc-posix, realloc-posix.
12647         * lib/fchdir.c (struct dir_info_t): Delete saved_errno.
12648         (ensure_dirs_slot): Return false on allocation failure.
12649         (rpl_dup2): Delete.
12650         (_gl_register_dup): New function.
12651         (_gl_unregister_fd, rpl_opendir, rpl_dup): Update callers.
12652         (_gl_register_fd): Close fd on allocation failure.
12653         * lib/fcntl.in.h (_gl_register_fd): Update signature.
12654         * lib/unistd.in.h (_gl_register_dup) [FCHDIR_REPLACEMENT]: New
12655         prototype.
12656         (rpl_dup2_fchdir): Delete prototype.
12657         * lib/open.c (open): Update caller.
12658         * lib/dup2.c (dup2): Track fchdir metadata.
12659         * lib/dup3.c (dup3): Likewise.
12660         * m4/dup2.m4 (gl_REPLACE_DUP2): New macro.
12661         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Use it.
12662
12663 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12664
12665         * gnulib-tool (func_create_testdir, func_create_megatestdir): Use
12666         AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER. Use AC_CONFIG_FILES and
12667         don't pass arguments to AC_OUTPUT.
12668
12669 2009-09-02  Bruno Haible  <bruno@clisp.org>
12670
12671         * modules/mkdtemp (License): Relicense under LGPLv2+.
12672         Reported by Paolo Bonzini.
12673
12674 2009-09-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12675
12676         Replace uses of obsolete autoconf macros in Jim's modules.
12677         The Autoconf macros AC_TRY_CPP, AC_TRY_COMPILE, AC_TRY_LINK and
12678         AC_TRY_RUN have been obsolete since Autoconf 2.55, and each use
12679         can evoke a warning from autoconf when run with -Wobsolete
12680         enabled.  They were declared obsolete for good reasons (see
12681         the `AC_FOO_IFELSE vs AC_TRY_FOO' node in the Autoconf manual,
12682         recently renamed to `AC_ACT_IFELSE vs AC_TRY_ACT'), and we
12683         should not continue using the deprecated macros.
12684         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Replace
12685         obsolete Autoconf macros with modern counterparts.
12686         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
12687         * m4/dos.m4 (gl_AC_DOS): Likewise.
12688         * m4/fpending.m4 (gl_FUNC_FPENDING): Likewise.
12689         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Likewise.
12690         * m4/getloadavg.m4 (gl_PREREQ_GETLOADAVG): Likewise.
12691         * m4/jm-winsz1.m4 (gl_WINSIZE_IN_PTEM): Likewise.
12692         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Likewise.
12693         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Likewise.
12694         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Likewise.
12695         * m4/mode_t.m4 (gl_PROMOTED_TYPE_MODE_T): Likewise.
12696         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
12697         Likewise.
12698         * m4/rename.m4 (gl_FUNC_RENAME): Likewise.
12699         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
12700         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Likewise.
12701         * m4/st_dm_mode.m4 (AC_STRUCT_ST_DM_MODE): Likewise.
12702         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
12703         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
12704
12705 2009-09-01  Eric Blake  <ebb9@byu.net>
12706
12707         fchdir: fix off-by-one bug in previous patch
12708         * lib/fchdir.c (rpl_fstat): Use correct bounds.
12709         (_gl_unregister_fd): Delete useless if.
12710
12711 2009-09-01  Daniel P. Berrange  <berrange@redhat.com>
12712
12713         maint.mk: sort the list of syntax-check rules
12714         * top/maint.mk (syntax-check-rules): Sort syntax-check rules, so it's
12715         easier to get a sense of progress when the rules are run sequentially
12716         and take a long time.
12717
12718 2009-09-01  Simon Josefsson  <simon@josefsson.org>
12719
12720         * modules/arpa_inet: Use $(MKDIR_P) instead of @MKDIR_P@.
12721         * modules/netinet_in: Likewise.
12722         * modules/sys_file: Likewise.
12723         * modules/sys_ioctl: Likewise.
12724         * modules/sys_select: Likewise.
12725         * modules/sys_socket: Likewise.
12726         * modules/sys_stat: Likewise.
12727         * modules/sys_time: Likewise.
12728         * modules/sys_times: Likewise.
12729         * modules/sys_utsname: Likewise.
12730         * modules/sys_wait: Likewise.
12731
12732 2009-09-01  Jim Meyering  <meyering@redhat.com>
12733
12734         fts: help ensure that return values are not ignored
12735         * lib/fts_.h (__GNUC_PREREQ): Define.
12736         (__attribute_warn_unused_result__): Define.
12737         (fts_children, fts_close, fts_open, fts_read): Declare with
12738         __attribute_warn_unused_result__.
12739
12740         fts: fts_close now fails also when closing a dir file descriptor fails
12741         * lib/fts.c (fts_close): Detect close failure, not just fchdir failure,
12742         and propagate to caller, along with errno.
12743
12744         announce-gen: correct formatting in --help output
12745         * build-aux/announce-gen (usage): Move the one-line description in
12746         --help output "up", to where it belongs, just after Usage:.
12747
12748 2009-08-31  Eric Blake  <ebb9@byu.net>
12749
12750         fchdir: port to mingw
12751         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Check for mingw bug.
12752         * lib/open.c (open) [FCHDIR_REPLACEMENT]: If directories can't be
12753         opened, then use a substitute.
12754         * lib/sys_stat.in.h (fstat) [REPLACE_OPEN_DIRECTORY]: Declare
12755         replacement.
12756         * lib/fchdir.c (fstat) [REPLACE_OPEN_DIRECTORY]: Implement it.
12757         (_gl_register_fd): No need to check stat if open already filters
12758         all directories.
12759         (fchdir): Fix error condition to match POSIX.
12760         * modules/fchdir (Depends-on): Add sys_stat.
12761         * doc/posix-functions/open.texi (open): Document the limitation.
12762         * modules/fchdir-tests: New file.
12763         * tests/test-fchdir.c: Likewise.
12764
12765         canonicalize: allow cross-testing from cygwin to mingw
12766         * modules/canonicalize-tests (configure.ac): Define HAVE_SYMLINK.
12767         (Makefile.am): Pass it through TESTS_ENVIRONMENT.
12768         * modules/canonicalize-lgpl-tests (configure.ac, Makefile.am):
12769         Likewise.
12770         * tests/test-canonicalize.sh: Also skip test if 'ln -s' works, but
12771         target does not support symlinks.
12772         * tests/test-canonicalize-lgpl.sh: Likewise.
12773
12774         chown: avoid compilation warning on mingw
12775         * m4/chown.m4 (gl_FUNC_CHOWN): Recognize missing chown.
12776         * lib/chown.c (rpl_chown) [!HAVE_CHOWN]: Always return failure on
12777         mingw.
12778         * lib/lchown.c (lchown) [!HAVE_CHOWN]: Likewise.
12779         * modules/chown (Depends-on): Add errno.
12780
12781 2009-08-31  Stefano Lattarini  <stefano.lattarini@gmail.com>  (tiny change)
12782
12783         * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
12784         command.
12785
12786 2009-08-31  Jim Meyering  <meyering@redhat.com>
12787
12788         canonicalize: remove useless initialization
12789         * lib/canonicalize.c (canonicalize_filename_mode): Remove useless
12790         initialization of local, "end".
12791
12792 2009-08-30  Bruno Haible  <bruno@clisp.org>
12793
12794         Fix an unnecessary error on Solaris 10 on NFSv3 file systems.
12795         * lib/set-mode-acl.c (qset_acl) [Solaris 10 new]: Treat EOPNOTSUPP like
12796         ENOSYS.
12797
12798 2009-08-30  Bruno Haible  <bruno@clisp.org>
12799
12800         * tests/test-pipe-filter-ii1.sh: Prefer /usr/xpg6/bin/tr over
12801         /usr/xpg4/bin/tr when it exists.
12802         * tests/test-pipe-filter-gi1.sh: Likewise.
12803
12804 2009-08-30  Bruno Haible  <bruno@clisp.org>
12805
12806         Work around deficient /usr/bin/id program on Solaris.
12807         * tests/test-file-has-acl.sh (ID): New variable.
12808         * tests/test-set-mode-acl.sh (ID): Likewise.
12809         * tests/test-copy-acl.sh (ID): Likewise.
12810         * tests/test-copy-file.sh (ID): Likewise.
12811
12812 2009-08-30  Bruno Haible  <bruno@clisp.org>
12813
12814         New module 'xstriconveh'.
12815         * lib/xstriconveh.h: New file.
12816         * lib/xstriconveh.c: New file.
12817         * modules/xstriconveh: New file.
12818
12819 2009-08-30  Bruno Haible  <bruno@clisp.org>
12820
12821         Make it easier to use mem_cd_iconveh.
12822         * lib/striconveh.h (iconveh_t): New type.
12823         (iconveh_open, iconveh_close): New declarations.
12824         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
12825         with a single 'const iconveh_t *' argument.
12826         * lib/striconveh.c (iconveh_open, iconveh_close): New functions.
12827         (mem_cd_iconveh, str_cd_iconveh): Replace the three iconv_t arguments
12828         with a single 'const iconveh_t *' argument.
12829         (mem_iconveh, str_iconveh): Use iconveh_open, iconveh_close.
12830         * tests/test-striconveh.c (main): Update.
12831         * NEWS: Mention the change.
12832
12833 2009-08-30  Bruno Haible  <bruno@clisp.org>
12834
12835         * doc/posix-functions/iconv_open.texi: Mention indirect conversion
12836         problem.
12837
12838 2009-08-30  Bruno Haible  <bruno@clisp.org>
12839
12840         Work around iconv_open problem on Solaris.
12841         * lib/iconv_open-solaris.gperf: New file.
12842         * lib/iconv_open.c (ICONV_FLAVOR_SOLARIS): New macro.
12843         * m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Also handle Solaris.
12844         * modules/iconv_open (Files): Add lib/iconv_open-solaris.gperf.
12845         (Makefile.am): Add rule for iconv_open-solaris.h. Augment
12846         BUILT_SOURCES, MOSTLYCLEANFILES, MAINTAINERCLEANFILES, EXTRA_DIST.
12847         * doc/posix-functions/iconv_open.texi: Mention the Solaris problem.
12848
12849 2009-08-29  Jim Meyering  <meyering@redhat.com>
12850
12851         maint.mk: remove more coreutils-specific targets; XZ_OPT=-9ev
12852         * top/maint.mk (cvs-check): Remove target; it was just an alias
12853         to the better-named vc-diff-check.
12854         (maintainer-distcheck): Remove rule.  It was used only from
12855         the (alpha/beta/major) target, and all of its commands but one
12856         were coreutils-specific.
12857         (vc-dist): Remove rule.
12858         (alpha beta major): Run "$(MAKE) distcheck" explicitly.
12859         Run vc-diff-check, not vc-dist.
12860         Run $(MAKE) dist with XZ_OPT=-9ev.  Note spelling, with "-".
12861
12862 2009-08-27  Bruno Haible  <bruno@clisp.org>
12863
12864         * tests/test-bitrotate.c (main): Remove test that uses a shift count
12865         of 0.
12866
12867 2009-08-27  Bruno Haible  <bruno@clisp.org>
12868
12869         * tests/test-func.c (main): Don't verify sizeof __func__ on SunPRO C
12870         compilers.
12871         * doc/func.texi: Document the SunPRO C bug.
12872
12873 2009-08-27  Bruno Haible  <bruno@clisp.org>
12874
12875         Fix link error on Solaris.
12876         * tests/test-parse-duration.c (xstrdup): Remove function.
12877
12878 2009-08-26  Pádraig Brady  <P@draigbrady.com>
12879
12880         ignore-value: handle pointer types, too
12881         * lib/ignore-value.h (__attribute__): Remove definition.
12882         (ignore_value): Remove use of "__attribute__ ((unused))" in favor
12883         of a more concise and more-often effective "(void) i" statement.
12884         (ignore_ptr): New function to suppress warnings from functions that
12885         return pointers, and to make it explicit that one function doesn't
12886         handle all cases.
12887
12888 2009-08-25  Bruno Haible  <bruno@clisp.org>
12889
12890         dup2: work around a Linux bug.
12891         * m4/dup2.m4 (gl_FUNC_DUP2): Test for the Linux bug.
12892         * lib/dup2.c (rpl_dup2): Correct the return value if it is -EBADF.
12893         * doc/posix-functions/dup2.texi: Mention the Linux bug.
12894         Reported by Simon Josefsson.
12895
12896 2009-08-25  Jim Meyering  <meyering@redhat.com>
12897
12898         libguestfs uses gnulib
12899         * users.txt: Add libguestfs.
12900
12901 2009-08-24  Eric Blake  <ebb9@byu.net>
12902
12903         dup2, pipe2: fix some recent test failures on cygwin 1.5.x
12904         * lib/pipe2.c (includes): Add binary-io.h.
12905         * lib/dup2.c (rpl_dup2): Correct buggy errno value.
12906
12907 2009-08-24  Bruno Haible  <bruno@clisp.org>
12908
12909         Tolerate declared but missing accept4 syscall.
12910         * lib/accept4.c (accept4): Invoke original accept4 function first, if
12911         available.
12912         * lib/sys_socket.in.h (accept4): If the function is already present,
12913         override it.
12914         * m4/accept4.m4 (gl_FUNC_ACCEPT4): Remove AC_LIBOBJ invocation.
12915         * modules/accept4 (Makefile.am): Compile accept4.c always.
12916         Reported by Paolo Bonzini and Eric Blake.
12917
12918 2009-08-23  Bruno Haible  <bruno@clisp.org>
12919
12920         New module 'accept4'.
12921         * lib/sys_socket.in.h (accept4): New declaration.
12922         * lib/accept4.c: New file.
12923         * m4/accept4.m4: New file.
12924         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
12925         GNULIB_ACCEPT4, HAVE_ACCEPT4.
12926         * modules/sys_socket (Makefile.am): Substitute GNULIB_ACCEPT4,
12927         HAVE_ACCEPT4.
12928         * modules/accept4: New file.
12929         * doc/glibc-functions/accept4.texi: Mention the new module.
12930
12931 2009-08-24  Jim Meyering  <meyering@redhat.com>
12932
12933         progname: also set global program_invocation_name, when possible
12934         Before this change, a libtool-enabled program that calls glibc's
12935         error function would report the program name as
12936         "/abs/dir/.libs/lt-program_name" rather than the desired program_name.
12937         * modules/progname (configure.ac): Check for a declaration of
12938         program_invocation_name.
12939         * lib/progname.c:  Include <errno.h>.
12940         (set_program_name) [HAVE_DECL_PROGRAM_INVOCATION_NAME]:
12941         Set program_invocation_name.
12942
12943 2009-08-23  Bruno Haible  <bruno@clisp.org>
12944
12945         * lib/dup3.c: Include <string.h>.
12946
12947 2009-08-23  Bruno Haible  <bruno@clisp.org>
12948
12949         * lib/dup3.c (dup3): Test only once whether the system actually exists.
12950         * lib/pipe2.c (pipe2): Likewise.
12951         Suggested by Eric Blake.
12952
12953 2009-08-23  Bruno Haible  <bruno@clisp.org>
12954
12955         Tolerate declared but missing dup3 syscall.
12956         * lib/dup3.c (dup3): Invoke original dup3 function first, if available.
12957         * lib/unistd.in.h (dup3): If the function is already present,
12958         override it.
12959         * m4/dup3.m4 (gl_FUNC_DUP3): Remove AC_LIBOBJ invocation.
12960         * modules/dup3 (Makefile.am): Compile dup3.c always.
12961         Reported by Paolo Bonzini.
12962
12963 2009-08-23  Bruno Haible  <bruno@clisp.org>
12964
12965         Tolerate declared but missing pipe2 syscall.
12966         * lib/pipe2.c (pipe2): Invoke original pipe2 function first, if
12967         available.
12968         * lib/unistd.in.h (pipe2): If the function is already present,
12969         override it.
12970         * m4/pipe2.m4 (gl_FUNC_PIPE2): Remove AC_LIBOBJ invocation.
12971         * modules/pipe2 (Makefile.am): Compile pipe2.c always.
12972         Reported by Paolo Bonzini.
12973
12974 2009-08-23  Bruno Haible  <bruno@clisp.org>
12975
12976         * lib/pipe2.c (pipe2): Move #ifs inside function.
12977
12978 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
12979
12980         quotearg: document limitations of quote_these_too
12981         * lib/quotearg.c (quotearg_buffer_restyled): Add comments where
12982         those limitations are created.
12983         * lib/quotearg.h (set_char_quoting): Document that digits and
12984         letters that are special after backslash are not permitted.
12985         (quotearg_char): Cross-reference set_char_quoting documentation.
12986
12987 2009-08-23  Joel E. Denny  <jdenny@clemson.edu>
12988
12989         quotearg: implement custom_quoting_style
12990         * lib/quotearg.c: (struct quoting_options): Add left_quote and
12991         right_quote fields.
12992         (set_custom_quoting): New public function.
12993         (quotearg_buffer_restyled): Add left_quote and right_quote
12994         arguments, handle them very much like locale quoting, and update
12995         all uses.
12996         (quotearg_n_custom): New public function.
12997         (quotearg_n_custom_mem): New public function.
12998         (quotearg_custom): New public function.
12999         (quotearg_custom_mem): New public function.
13000         * lib/quotearg.h: Prototype and document new public functions.
13001         (enum quoting_style): For escape_quoting_style and
13002         clocale_quoting_style, comment that QA_SPLIT_TRIGRAPHS is
13003         ignored even though they're otherwise like c_quoting_style.
13004         Add custom_quoting_style member and document with comparison to
13005         clocale_quoting_style.
13006         * tests/test-quotearg.c (custom_quotes): New array.
13007         (custom_results): New array.
13008         (main): Extend to test custom quoting.
13009
13010 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
13011
13012         quotearg: fix right quote escaping when it's in quote_these_too
13013         * lib/quotearg.c (quotearg_buffer_restyled): Upon seeing a right
13014         quote, be sure to prepend only one backslash.
13015         * tests/test-quotearg.c (use_quote_double_quotes): New function.
13016         (main): Test it.
13017
13018 2009-08-22  Joel E. Denny  <jdenny@clemson.edu>
13019
13020         quotearg-tests: test escaping of embedded locale quotes
13021         * tests/test-quotearg.c (struct result_strings): Add member for
13022         new input.
13023         (LQ_ENC, RQ_ENC, RQ_ESC): New macros.
13024         (inputs): Add new input.
13025         (results_g): Add expected results.
13026         (flag_results): Likewise.
13027         (locale_results): Likewise.
13028         (compare_strings): Check those.
13029
13030 2009-08-23  Bruno Haible  <bruno@clisp.org>
13031
13032         Tests for module 'dup3'.
13033         * modules/dup3-tests: New file.
13034         * tests/test-dup3.c: New file.
13035
13036         New module 'dup3'.
13037         * lib/unistd.in.h (dup3): New declaration.
13038         * lib/dup3.c: New file.
13039         * m4/dup3.m4: New file.
13040         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_DUP3 and
13041         HAVE_DUP3.
13042         * modules/unistd (Makefile.am): Substitute GNULIB_DUP3 and HAVE_DUP3.
13043         * modules/dup3: New file.
13044         * doc/glibc-functions/dup3.texi: Mention the new module.
13045
13046 2009-08-23  Bruno Haible  <bruno@clisp.org>
13047
13048         Tweak the dup2 test.
13049         * tests/test-dup2.c (main): Create the test file empty. Verify that an
13050         out-of-range fd yields EBADF. Verify that after writing to /dev/null,
13051         the test file is still empty. Fix argument order of lseek.
13052
13053 2009-08-23  Bruno Haible  <bruno@clisp.org>
13054
13055         Avoid test link errors when the modules getopt-gnu, gettext are used.
13056         * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
13057         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
13058
13059 2009-08-23  Bruno Haible  <bruno@clisp.org>
13060
13061         Fix getdtablesize() on mingw.
13062         * lib/getdtablesize.c (getdtablesize): Implement differently.
13063         * lib/unistd.in.h (getdtablesize): Improve comment.
13064
13065 2009-08-23  Bruno Haible  <bruno@clisp.org>
13066
13067         New module 'mkostemp'.
13068         Based on Ulrich Drepper's 2007-08-10 change in glibc.
13069         * lib/stdlib.in.h (mksotemp): New declaration.
13070         * lib/mkostemp.c: New file, from glibc with modifications.
13071         * lib/tempname.h (GT_FILE): Remove outdated comment.
13072         (gen_tempname): Add flags argument.
13073         * lib/tempname.c (__GT_BIGFILE): Remove macro.
13074         (__GT_FILE): Map to 1.
13075         (small_open, large_open): Remove macros.
13076         (__gen_tempname): Add flags argument. Remove code for __GT_BIGFILE.
13077         * lib/mkstemp.c (mkstemp): Update.
13078         * lib/mkdtemp.c (mkdtemp): Likewise.
13079         * m4/mkostemp.m4: New file.
13080         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_MKOSTEMP,
13081         HAVE_MKOSTEMP.
13082         * modules/stdlib (Makefile.am): Substitute GNULIB_MKOSTEMP,
13083         HAVE_MKOSTEMP.
13084         * modules/mkostemp: New file, based on modules/mkstemp.
13085         * doc/glibc-functions/mkostemp.texi: Mention the new module.
13086         * NEWS: Mention the change.
13087
13088 2009-08-23  Bruno Haible  <bruno@clisp.org>
13089
13090         * lib/pipe2.c (pipe2): Support O_TEXT, O_BINARY on all platforms.
13091         Reported by Eric Blake.
13092
13093 2009-08-23  Bruno Haible  <bruno@clisp.org>
13094
13095         * lib/pipe2.c (pipe2): Fix test of fcntl's return value.
13096         Reported by Eric Blake.
13097
13098 2009-08-23  Bruno Haible  <bruno@clisp.org>
13099
13100         * modules/fchdir (Depends-on): Use fcntl-h instead of fcntl.
13101         * modules/pipe2 (Depends-on): Likewise.
13102
13103 2009-08-23  Eric Blake  <ebb9@byu.net>
13104
13105         fcntl-h: add O_TTY_INIT support
13106         * lib/fcntl.in.h (O_TTY_INIT): Support another POSIX macro.
13107         * tests/test-fcntl-h.c (o): Test it.
13108         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
13109
13110         fcntl-h: rename from fcntl, in preparation for fcntl(2)
13111         * modules/fcntl: Move <fcntl.h> header replacement...
13112         * modules/fcntl-h: ...to new name, so as not to collide with
13113         like-named function.
13114         * tests/test-fcntl.c: Rename...
13115         * tests/test-fcntl-h.c: ...to this.  Test FD_CLOEXEC.
13116         * modules/fcntl-tests: Rename...
13117         * modules/fcntl-h-tests: ...to this.  Update test file name.
13118         * modules/chdir-long (Depends-on): Update clients.
13119         * modules/chdir-safer (Depends-on): Likewise.
13120         * modules/fcntl-safer (Depends-on): Likewise.
13121         * modules/fts (Depends-on): Likewise.
13122         * modules/mkancesdirs (Depends-on): Likewise.
13123         * modules/mkdir-p (Depends-on): Likewise.
13124         * modules/open (Depends-on): Likewise.
13125         * modules/savewd (Depends-on): Likewise.
13126         * MODULES.html.sh (systems lacking POSIX:2008): Update name.
13127         * doc/posix-headers/fcntl.texi (fcntl.h): Update documentation.
13128
13129 2009-08-22  Bruno Haible  <bruno@clisp.org>
13130
13131         * modules/binary-io (License): Relicense under LGPL.
13132         * modules/pipe2 (License): Likewise.
13133
13134 2009-08-22  Bruno Haible  <bruno@clisp.org>
13135
13136         * lib/pipe-filter-ii.c (pipe_filter_ii_execute): Fix test of fcntl's
13137         return value.
13138         * lib/pipe-filter-gi.c (filter_init): Likewise.
13139         Reported by Eric Blake.
13140
13141 2009-08-22  Bruno Haible  <bruno@clisp.org>
13142
13143         * lib/pipe.c (create_pipe): Use pipe2 instead of _pipe.
13144         * modules/pipe (Depends-on): Add pipe2.
13145
13146 2009-08-22  Bruno Haible  <bruno@clisp.org>
13147
13148         Tests for module 'pipe2'.
13149         * modules/pipe2-tests: New file.
13150         * tests/test-pipe2.c: New file.
13151
13152         New module 'pipe2'.
13153         * lib/unistd.in.h (pipe2): New declaration.
13154         * lib/pipe2.c: New file.
13155         * m4/pipe2.m4: New file.
13156         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_PIPE2 and
13157         HAVE_PIPE2.
13158         * modules/unistd (Makefile.am): Substitute GNULIB_PIPE2 and HAVE_PIPE2.
13159         * modules/pipe2: New file.
13160         * doc/glibc-functions/pipe2.texi: Mention the new module.
13161
13162 2009-08-22  Bruno Haible  <bruno@clisp.org>
13163
13164         Reference some new glibc functions.
13165         * doc/glibc-functions/accept4.texi: New file.
13166         * doc/glibc-functions/dup3.texi: New file.
13167         * doc/glibc-functions/mkostemp.texi: New file.
13168         * doc/glibc-functions/pipe2.texi: New file.
13169         * doc/gnulib.texi (Glibc stdlib.h): Refer to mkostemp.
13170         (Glibc sys/socket.h): Refer to accept4.
13171         (Glibc unistd.h): Refer to dup3, pipe2.
13172         Reported by Eric Blake.
13173
13174 2009-08-22  Jim Meyering  <meyering@redhat.com>
13175             Bruno Haible  <bruno@clisp.org>
13176
13177         annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
13178         This makes it so packages using automake-1.11's silent-rules option
13179         can print e.g., a single "GEN    configmake.h" line, rather than
13180         the 30+ statements that perform the job.  If you want to see the
13181         actual commands, you can still run "make V=1".
13182         * modules/alloca-opt: Add $(AM_V_GEN) and $(AM_V_at) prefixes
13183         so that make output is abbreviated when those variables are defined
13184         appropriately.
13185         * modules/argz: Likewise.
13186         * modules/arpa_inet: Likewise.
13187         * modules/byteswap: Likewise.
13188         * modules/configmake: Likewise.
13189         * modules/dirent: Likewise.
13190         * modules/errno: Likewise.
13191         * modules/fcntl: Likewise.
13192         * modules/float: Likewise.
13193         * modules/fnmatch: Likewise.
13194         * modules/getopt-posix: Likewise.
13195         * modules/glob: Likewise.
13196         * modules/iconv_open: Likewise.
13197         * modules/inttypes: Likewise.
13198         * modules/localcharset: Likewise.
13199         * modules/locale: Likewise.
13200         * modules/math: Likewise.
13201         * modules/netdb: Likewise.
13202         * modules/netinet_in: Likewise.
13203         * modules/poll: Likewise.
13204         * modules/posix_spawnp-tests: Likewise.
13205         * modules/sched: Likewise.
13206         * modules/search: Likewise.
13207         * modules/selinux-h: Likewise.
13208         * modules/signal: Likewise.
13209         * modules/spawn: Likewise.
13210         * modules/stdarg: Likewise.
13211         * modules/stdbool: Likewise.
13212         * modules/stddef: Likewise.
13213         * modules/stdint: Likewise.
13214         * modules/stdio: Likewise.
13215         * modules/stdlib: Likewise.
13216         * modules/string: Likewise.
13217         * modules/strings: Likewise.
13218         * modules/sys_file: Likewise.
13219         * modules/sys_ioctl: Likewise.
13220         * modules/sys_select: Likewise.
13221         * modules/sys_socket: Likewise.
13222         * modules/sys_stat: Likewise.
13223         * modules/sys_time: Likewise.
13224         * modules/sys_times: Likewise.
13225         * modules/sys_utsname: Likewise.
13226         * modules/sys_wait: Likewise.
13227         * modules/sysexits: Likewise.
13228         * modules/time: Likewise.
13229         * modules/unistd: Likewise.
13230         * modules/wchar: Likewise.
13231         * modules/wctype: Likewise.
13232
13233 2009-08-22  Jim Meyering  <meyering@redhat.com>
13234
13235         announce-gen: detect write failure
13236         * build-aux/announce-gen: Add Coda at end.
13237         Remove equivalent-but-more-verbose block at top.
13238
13239 2009-08-19  Akim Demaille  <demaille@gostai.com>
13240
13241         bootstrap: --help to stdout.
13242         * bootstrap (usage): Don't send --help to stderr.
13243         Use a here doc instead of a long string.
13244
13245 2009-08-21  Eric Blake  <ebb9@byu.net>
13246
13247         test-popen-safer: split from test-popen
13248         * tests/test-popen.c (main): Move...
13249         * tests/test-popen.h: ...into new file.
13250         * tests/test-popen-safer2.c: New file.
13251         * modules/popen-tests (Files): Add test-popen.h.
13252         * modules/popen-safer-tests (Files): Add test-popen-safer2.c.
13253         Suggested by Bruno Haible.
13254
13255         test-fcntl-safer: split from test-open
13256         * tests/test-open.c (main): Move...
13257         * tests/test-open.h: ...into new file.
13258         * tests/test-fcntl-safer.c: New file.
13259         * modules/open-tests (Files): Add test-open.h.
13260         * modules/fcntl-safer-tests: New file.
13261         Suggested by Bruno Haible.
13262
13263         test-fopen-safer: split from test-fopen
13264         * tests/test-fopen.c (main): Move...
13265         * tests/test-fopen.h: ...into new file.
13266         * tests/test-fopen-safer.c: New file.
13267         * modules/fopen-tests (Files): Add test-fopen.h.
13268         * modules/fopen-safer-tests: New file.
13269         Suggested by Bruno Haible.
13270
13271 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
13272
13273         popen-safer: test O_CLOEXEC at run-time.
13274         * lib/popen-safer.c: Test O_CLOEXEC at run-time.
13275
13276 2009-08-21  Paolo Bonzini  <bonzini@gnu.org>
13277
13278         fcntl: move more flags to the header
13279         * lib/cloexec.c: Do not define FD_CLOEXEC here.
13280         * lib/popen-safer.c: Do not alias O_NOINHERIT to O_CLOEXEC here.
13281         * lib/fcntl.in.h: Do both things here.
13282
13283 2009-08-21  Jim Meyering  <meyering@redhat.com>
13284
13285         consistently remove $@-t before redirecting to it
13286         * modules/argz: Remove $@-t and $@ before redirecting to the former.
13287         * modules/alloca-opt: Likewise.
13288         * modules/byteswap: Likewise.
13289         * modules/fnmatch: Likewise.
13290         * modules/getopt-posix: Likewise.
13291         * modules/glob: Likewise.
13292         * modules/poll: Likewise.
13293         * modules/posix_spawnp-tests: Likewise.
13294         * modules/sys_socket: Likewise.
13295         * modules/sysexits: Likewise.
13296
13297 2009-08-21  Eric Blake  <ebb9@byu.net>
13298
13299         popen: simplify access to original popen
13300         * lib/popen.c (rpl_popen): No need to worry about popen being a
13301         macro.
13302         Reported by Bruno Haible.
13303
13304 2009-08-20  Eric Blake  <ebb9@byu.net>
13305
13306         build: avoid some compiler warnings
13307         * lib/selinux-at.h: Use dir_fd, not dirfd, to avoid shadowing.
13308         * lib/exclude.c (fnmatch_pattern_has_wildcards): Use correct
13309         type.
13310         (new_exclude_segment, excluded_file_pattern_p)
13311         (excluded_file_name_p): Reduce scope.
13312         * lib/vasnprintf.c (decimal_point_char): Avoid warning on
13313         old-style declaration.
13314
13315 2009-08-20  Simon Josefsson  <simon@josefsson.org>
13316
13317         * tests/test-exclude1.sh: Handle Windows EOL.
13318         * tests/test-exclude2.sh: Likewise.
13319         * tests/test-exclude3.sh: Likewise.
13320         * tests/test-exclude4.sh: Likewise.
13321         * tests/test-exclude5.sh: Likewise.
13322         * tests/test-exclude6.sh: Likewise.
13323         * tests/test-exclude7.sh: Likewise.
13324
13325 2009-08-19  Akim Demaille  <demaille@gostai.com>
13326
13327         bootstrap: find sha1sum when named gsha1sum.
13328         * bootstrap (find_tool): New.
13329         ($SHA1SUM): New.
13330         Use it.
13331
13332 2009-08-20  Jim Meyering  <meyering@redhat.com>
13333
13334         maint.mk: _header_without_use: fix a quoting bug and remove a bash'ism
13335         * top/maint.mk (_header_without_use): Use "\\\\", not "\\" in the sed
13336         expression that converts "." in a file name to "\." in the resulting
13337         regexp.  Start with a dummy statement, so that prior shell variable
13338         definitions are expanded portably.  Reported by Simon Josefsson.
13339
13340 2009-08-20  Paolo Bonzini  <bonzini@gnu.org>
13341
13342         Fix polling for writeability of a screen buffer.
13343         * lib/poll.c: Distinguish input and screen buffers for the
13344         Win32 implementation.
13345         * lib/select.c: Likewise.
13346
13347 2009-08-19  Eric Blake  <ebb9@byu.net>
13348
13349         popen-safer: prevent popen from clobbering std descriptors
13350         * modules/popen-safer: New file.
13351         * lib/popen-safer.c: Likewise.
13352         * m4/stdio-safer.m4 (gl_POPEN_SAFER): New macro.
13353         * lib/stdio--.h (popen): Provide override.
13354         * lib/stdio-safer.h (popen_safer): Provide declaration.
13355         * tests/test-popen.c (includes): Partially test this.
13356         * modules/popen-safer-tests: New file, for more tests.
13357         * tests/test-popen-safer.c: Likewise.
13358         * MODULES.html.sh (file stream based Input/Output): Mention it.
13359
13360         tests: test some of the *-safer modules
13361         * modules/fopen-safer (Depends-on): Add fopen.
13362         * modules/fcntl-safer (Depends-on): Add fcntl.
13363         * modules/stdlib-safer (Depends-on): Add stdlib.
13364         (configure.ac): Set indicator.
13365         * modules/unistd-safer (configure.ac): Likewise.
13366         * modules/tmpfile-safer (configure.ac): Likewise.
13367         (Depends-on): Add tmpfile.
13368         * lib/stdio--.h (fopen, tmpfile): Don't override unless module is
13369         active.
13370         * tests/test-fopen.c (includes): Test safer versions when they are
13371         in use.
13372         * tests/test-open.c (includes): Likewise.
13373
13374         popen: fix cygwin 1.5 bug when stdin closed
13375         * doc/posix-functions/popen.texi (popen): Document cygwin bugs.
13376         * modules/popen: New file.
13377         * modules/popen-tests: Likewise.
13378         * tests/test-popen.c: Likewise.
13379         * m4/popen.m4: Likewise.
13380         * lib/popen.c: Likewise.
13381         * lib/stdio.in.h (popen): New declaration.
13382         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add popen.
13383         * modules/stdio (Makefile.am): Likewise.
13384         * MODULES.html.sh (systems lacking POSIX:2008): Mention it.
13385
13386 2009-08-17  Joel E. Denny  <jdenny@clemson.edu>
13387
13388         maint.mk: give full control over update-copyright exclusions
13389         * top/maint.mk (VC_LIST_EXCEPT): Instead of ChangeLog, use
13390         ${VC_LIST_EXCEPT_DEFAULT-ChangeLog} as the default exclusion.
13391         (update-copyright): Don't force inclusion of top-level
13392         ChangeLog.  Don't force exclusion of all COPYING files, but make
13393         them the default exclusion instead.
13394
13395 2009-08-16  Bruno Haible  <bruno@clisp.org>
13396
13397         Fix test failures on Solaris 10.
13398         * tests/uniconv/test-u8-conv-from-enc.c (main): Disable autodetect_jp
13399         tests when Solaris iconv() is used.
13400         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
13401         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
13402         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
13403         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
13404         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
13405
13406 2009-08-16  Bruno Haible  <bruno@clisp.org>
13407
13408         Fix test failures on Solaris 10.
13409         * tests/test-pipe-filter-ii1.sh: Determine the filename of a working
13410         'tr' program and pass it as first argument.
13411         * tests/test-pipe-filter-gi1.sh: Likewise.
13412         * tests/test-pipe-filter-ii1.c (main): Except the filename of a 'tr'
13413         program as first argument.
13414         * tests/test-pipe-filter-gi1.c (main): Likewise.
13415
13416 2009-08-16  Eric Blake  <ebb9@byu.net>
13417
13418         fpurge: fix previous commits
13419         * modules/fpurge (Makefile.am): Make replacement conditional,
13420         partially reverting 2007-04-29 change; missed in previous
13421         attempt.
13422         * m4/fpurge.m4 (gl_FUNC_FPURGE): Also compile fpurge.c when fpurge
13423         is missing.
13424
13425 2009-08-16  Bruno Haible  <bruno@clisp.org>
13426
13427         Clarify fpurge's effect on the file position.
13428         * lib/stdio.in.h (fpurge): Specify the file position after fpurge.
13429         * tests/test-fpurge.c (main): Make a second pass for checking the file
13430         position.
13431
13432 2009-08-16  Bruno Haible  <bruno@clisp.org>
13433
13434         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't compile fpurge.c if only the
13435         declaration of fpurge is missing.
13436         * tests/test-fpurge.c (main): Check that the file has not more contents
13437         than expected. Close the file before removing it.
13438
13439 2009-08-15  Eric Blake  <ebb9@byu.net>
13440
13441         fpurge: don't wrap working cygwin implementation
13442         * lib/fpurge.c (fpurge): Fix comment typo.
13443         * m4/fpurge.m4 (gl_FUNC_FPURGE): Detect BSD bug, allowing cygwin
13444         1.7 to avoid replacement.
13445         * tests/test-fpurge.c (main): Enhance test.
13446
13447 2009-08-15  Eric Blake  <ebb9@byu.net>
13448         and Jim Meyering  <meyering@redhat.com>
13449
13450         test-update-copyright: skip if perl is insufficient
13451         * tests/test-update-copyright.sh: Failure to run maintainer tool
13452         should not cause testsuite failure on cygwin 1.5.
13453
13454 2009-08-14  Eric Blake  <ebb9@byu.net>
13455
13456         doc: mention more functions added in cygwin 1.7.0
13457         * doc/posix-headers/limits.texi (limits.h): Update for recent
13458         cygwin additions.
13459         * doc/posix-headers/wordexp.texi (wordexp.h): Likewise.
13460         * doc/posix-functions/wordexp.texi (wordexp): Likewise.
13461         * doc/posix-functions/wordfree.texi (wordfree): Likewise.
13462         * doc/posix-functions/setlocale.texi (setlocale): Likewise.
13463         * doc/posix-functions/nl_langinfo.texi (nl_langinfo): Likewise.
13464
13465 2009-08-14  Eric Blake  <ebb9@byu.net>
13466
13467         maint.mk: simplify update-copyright rule
13468         * top/maint.mk (update-copyright-local): Delete, and document how
13469         to do it in cfg.mk instead.
13470         (update-copyright-exclude-regexp): Delete, and document how to do
13471         it in .x-update-copyright instead.
13472         (update-copyright): Simplify, thanks to VC_LIST_EXCEPT.  Don't
13473         exclude ChangeLog.
13474
13475 2009-08-14  Bruno Haible  <bruno@clisp.org>
13476
13477         * m4/wchar.m4 (gl_WCHAR_H): Undo invalid optimization in last commit.
13478
13479 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
13480
13481         maint.mk: support update-copyright-env
13482         * top/maint.mk (update-copyright-env): Define place-holder.
13483         (update-copyright): Expand $(update-copyright-env) before
13484         invoking update-copyright.
13485
13486 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
13487
13488         update-copyright: implement forced reformatting
13489         * build-aux/update-copyright: Implement and document
13490         UPDATE_COPYRIGHT_FORCE.
13491         * tests/test-update-copyright.sh: Test it.
13492
13493 2009-08-14  Eric Blake  <ebb9@byu.net>
13494         and Bruno Haible  <bruno@clisp.org>
13495
13496         stddef: fix NetBSD 5.0 NULL bug, rather than working around it
13497         * tests/test-locale.c: Revert previous patch related to NULL.
13498         * tests/test-stdio.c: Likewise.
13499         * tests/test-stdlib.c: Likewise.
13500         * tests/test-string.c: Likewise.
13501         * tests/test-unistd.c: Likewise.
13502         * modules/time-tests (Depends-on): Add verify.
13503         * modules/wchar-tests (Depends-on): Likewise.
13504         * tests/test-time.c: Test for NULL compliance.
13505         * tests/test-wchar.c: Likewise.
13506         * modules/locale (Depends-on): Add stddef.
13507         * modules/stdio (Depends-on): Likewise.
13508         * modules/stdlib (Depends-on): Likewise.
13509         * modules/string (Depends-on): Likewise.
13510         * modules/time (Depends-on): Likewise.
13511         * modules/unistd (Depends-on): Likewise.
13512         * modules/wchar (Depends-on): Likewise.
13513         * lib/locale.in.h (includes): Use <stddef.h> to fix NULL.
13514         * lib/stdlib.in.h (includes): Likewise.
13515         * lib/string.in.h (includes): Likewise.
13516         * lib/time.in.h (includes): Likewise.
13517         * lib/unistd.in.h (includes): Likewise.
13518         * m4/locale_h.m4 (gl_LOCALE_H): Replace locale.h if stddef.h was
13519         replaced.
13520         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
13521         * m4/stddef_h.m4: New file.
13522         * modules/stddef: Likewise.
13523         * lib/stddef.in.h: Likewise.
13524         * modules/stddef-tests: Likewise.
13525         * tests/test-stddef.c: Likewise.
13526         * MODULES.html.sh (Basic types <stddef.h>): Mention new module.
13527         * doc/posix-headers/stddef.texi (stddef.h): Document the bug.
13528         * doc/posix-headers/locale.texi (locale.h): Likewise.
13529         * doc/posix-headers/stdio.texi (stdio.h): Likewise.
13530         * doc/posix-headers/stdlib.texi (stdlib.h): Likewise.
13531         * doc/posix-headers/string.texi (string.h): Likewise.
13532         * doc/posix-headers/time.texi (time.h): Likewise.
13533         * doc/posix-headers/unistd.texi (unistd.h): Likewise.
13534         * doc/posix-headers/wchar.texi (wchar.h): Likewise.
13535
13536 2009-08-14  Eric Blake  <ebb9@byu.net>
13537
13538         doc: improve git diff of texinfo files
13539         * .gitattributes: Add rule for *.texi files, with hint on how to
13540         use it.
13541         Copied from m4, and based on a report by Bruno Haible.
13542
13543 2009-08-14  Bruno Haible  <bruno@clisp.org>
13544
13545         Disable multithread support by default on Cygwin 1.5.x for real.
13546         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): Fix last commit.
13547
13548 2009-08-14  Joel E. Denny  <jdenny@clemson.edu>
13549
13550         update-copyright: much ado about intervals
13551         * build-aux/update-copyright: Implement and document
13552         UPDATE_COPYRIGHT_USE_INTERVALS to control expansion and collapse
13553         of copyright year intervals.
13554         Also, document UPDATE_COPYRIGHT_YEAR.
13555         * tests/test-update-copyright.sh: Test it.
13556
13557         update-copyright: convert 2-digit to 4-digit years
13558         * build-aux/update-copyright: Implement and document.
13559         * tests/test-update-copyright.sh: Update.
13560
13561 2009-08-14  Jim Meyering  <meyering@redhat.com>
13562
13563         test-exclude: avoid coreutils "make check" failure
13564         * tests/test-exclude.c (ARGMATCH_DIE_DECL) [ARGMATCH_DIE_DECL]: Define,
13565         just as in test-argmatch.c.
13566
13567 2009-08-13  Eric Blake  <ebb9@byu.net>
13568
13569         test-dup2: fix bad assumption
13570         * tests/test-dup2.c (main): Tolerate leaked fds from environment.
13571         Reported by Peter Breitenlohner <peb@mppmu.mpg.de>.
13572
13573         test-version-etc: fix CRLF portability issue
13574         * tests/test-version-etc.sh: Use tr, not sed, as not all sed
13575         recognize \r.
13576         * tests/test-argp-version-etc-1.sh: Likewise.
13577
13578         getopt: update client modules
13579         * modules/argp (Depends-on): Use getopt-gnu.
13580         * modules/git-merge-changelog (Depends-on): Likewise.
13581         * modules/long-options (Depends-on): Likewise.
13582         * modules/xstrtol (Depends-on): Likewise.
13583
13584 2009-08-13  Simon Josefsson  <simon@josefsson.org>
13585
13586         * tests/test-version-etc.sh: Don't fail on different
13587         project/version.  Don't fail on CRLF differences.  Rewrite to use
13588         multiple -e instead of multiple sed forks, suggested by Eric Blake
13589         <ebb9@byu.net>.
13590         * tests/test-argp-version-etc-1.sh: Likewise.
13591
13592 2009-08-13  Simon Josefsson  <simon@josefsson.org>
13593
13594         * tests/test-version-etc.sh: Don't fail on different
13595         project/version.
13596
13597 2009-08-12  Bruno Haible  <bruno@clisp.org>
13598
13599         Tests for modules 'getopt-posix', 'getopt-gnu'.
13600         * modules/getopt-posix-tests: New file.
13601         * tests/test-getopt.c: New file.
13602         * tests/test-getopt.h: New file.
13603         * tests/test-getopt_long.h: New file.
13604
13605         New modules 'getopt-posix', 'getopt-gnu'.
13606         * modules/getopt-gnu: New file, renamed from modules/getopt.
13607         * modules/getopt-posix: New file.
13608         * modules/getopt: Turn into an obsolete alias for getopt-gnu.
13609         * m4/getopt.m4 (gl_FUNC_GETOPT_POSIX, gl_FUNC_GETOPT_GNU): New macros.
13610         (gl_GETOPT): Remove macro.
13611         (gl_GETOPT_CHECK_HEADERS): Do some checks only for gl_FUNC_GETOPT_GNU.
13612         Disable the test against BSD systems that declare optreset. Test
13613         against mingw bug. Test against lack of support of optional arguments
13614         on many platforms.
13615         * doc/glibc-headers/getopt.texi: Update module name and list of
13616         relevant platforms.
13617         * doc/posix-functions/getopt.texi: Mention modules 'getopt-posix' and
13618         'getopt-gnu' and more portability problems.
13619         * NEWS: Mention the changes.
13620
13621 2009-08-12  Bruno Haible  <bruno@clisp.org>
13622
13623         Ensure that optarg etc. get declared by <unistd.h>.
13624         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Require
13625         AC_USE_SYSTEM_EXTENSIONS.
13626         * modules/getopt (Depends-on): Add 'extensions'.
13627
13628 2009-08-12  Bruno Haible  <bruno@clisp.org>
13629
13630         Avoid test link errors.
13631         * modules/pipe-filter-ii-tests (Makefile.am): Define
13632         test_pipe_filter_ii1_LDADD and test_pipe_filter_ii2_main_LDADD.
13633         * modules/pipe-filter-gi-tests (Makefile.am): Define
13634         test_pipe_filter_gi1_LDADD and test_pipe_filter_gi2_main_LDADD.
13635         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
13636
13637 2009-08-12  Bruno Haible  <bruno@clisp.org>
13638
13639         * m4/getopt.m4 (gl_REPLACE_GETOPT): New macro, was called
13640         gl_GETOPT_SUBSTITUTE before.
13641         (gl_GETOPT): Use it.
13642         * m4/argp.m4 (gl_ARGP): Update.
13643         Reported by Sergey Poznyakoff.
13644
13645         * m4/getopt.m4: Reorder macros.
13646         (gl_GETOPT): Inline gl_GETOPT_SUBSTITUTE.
13647         (gl_GETOPT_SUBSTITUTE): Remove macro.
13648
13649 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
13650
13651         Minor improvement in gitlog-to-changelog
13652
13653         * build-aux/gitlog-to-changelog: New option `--format' makes
13654         output format string configurable.
13655
13656 2009-08-12  Sergey Poznyakoff  <gray@gnu.org.ua>
13657
13658         Optimize exclude: use hash tables for non-wildcard patterns.
13659
13660         * lib/exclude.c: Include hash.h and mbuiter.h
13661         (struct exclude_pattern, exclude_segment): New data types.
13662         (struct exclude): Rewrite.
13663         (fnmatch_pattern_has_wildcards): New function.
13664         (new_exclude_segment, free_exclude_segment): New functions.
13665         (excluded_file_pattern_p, excluded_file_name_p): New functions.
13666         (excluded_file_name, add_exclude): Rewrite using new struct exclude.
13667         * lib/exclude.h (is_fnmatch_pattern): New prototype.
13668         * modules/exclude: Depend on hash and mbuiter.
13669
13670         * modules/exclude-tests: New file.
13671         * tests/test-exclude.c: New file.
13672         * tests/test-exclude1.sh: New file.
13673         * tests/test-exclude2.sh: New file.
13674         * tests/test-exclude3.sh: New file.
13675         * tests/test-exclude4.sh: New file.
13676         * tests/test-exclude5.sh: New file.
13677         * tests/test-exclude6.sh: New file.
13678         * tests/test-exclude7.sh: New file.
13679
13680 2009-08-12  Bruno Haible  <bruno@clisp.org>
13681
13682         Ensure that getopt() gets declared by <unistd.h>.
13683         * lib/unistd.in.h: Conditionally include getopt.h.
13684         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Require gl_UNISTD_H_DEFAULTS.
13685         Set GNULIB_UNISTD_H_GETOPT.
13686         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
13687         GNULIB_UNISTD_H_GETOPT.
13688         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_GETOPT.
13689
13690 2009-08-12  Bruno Haible  <bruno@clisp.org>
13691
13692         Clarify logic.
13693         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS, gl_GETOPT_IFELSE): Use
13694         gl_replace_getopt instead of GETOPT_H.
13695
13696 2009-08-12  Bruno Haible  <bruno@clisp.org>
13697
13698         * m4/getopt.m4: Add comments.
13699
13700 2009-08-12  Bruno Haible  <bruno@clisp.org>
13701
13702         Disable multithread support by default on Cygwin 1.5.x.
13703         * m4/threadlib.m4 (gl_THREADLIB_EARLY_BODY): On Cygwin 1.5.x and older,
13704         set gl_use_threads=no if not specified otherwise.
13705
13706 2009-08-11  Bruno Haible  <bruno@clisp.org>
13707
13708         Avoid compilation error on NetBSD 5.0.
13709         * tests/test-locale.c: Write sizeof (NULL) instead of sizeof NULL.
13710         * tests/test-stdio.c: Likewise.
13711         * tests/test-stdlib.c: Likewise.
13712         * tests/test-string.c: Likewise.
13713         * tests/test-unistd.c: Likewise.
13714         Reported by Greg Troxel <gdt@ir.bbn.com>
13715         at <https://savannah.gnu.org/support/?106973>.
13716
13717 2009-08-11  Bruno Haible  <bruno@clisp.org>
13718
13719         * modules/dup2-tests (Depends-on): Remove close.
13720
13721         Undo 2009-07-19 commit.
13722         * modules/acl-tests (Depends-on): Remove close.
13723         * modules/binary-io-tests (Depends-on): Likewise.
13724         * modules/closein-tests (Depends-on): Likewise.
13725         * modules/flock-tests (Depends-on): Likewise.
13726         * modules/fsync-tests (Depends-on): Likewise.
13727         * modules/lseek-tests (Depends-on): Likewise.
13728         * modules/pipe-tests (Depends-on): Likewise.
13729         * modules/posix_spawn-tests (Depends-on): Likewise.
13730         * modules/posix_spawnp-tests (Depends-on): Likewise.
13731         * modules/stat-time-tests (Depends-on): Likewise.
13732         * modules/yesno-tests (Depends-on): Likewise.
13733
13734 2009-08-10  Bruno Haible  <bruno@clisp.org>
13735
13736         * lib/vasnprintf.c (DCHAR_SET): Undefine at the end.
13737
13738 2009-08-10  Bruno Haible  <bruno@clisp.org>
13739
13740         Fix a gcc warning.
13741         * lib/write.c (rpl_write): Cast result of _get_osfhandle.
13742
13743 2009-08-10  Bruno Haible  <bruno@clisp.org>
13744
13745         Don't optimize AC_LIBOBJs, as they may appear in different contexts.
13746         * m4/close.m4 (gl_REPLACE_CLOSE): Execute AC_LIBOBJ unconditionally,
13747         not only the first time.
13748         * m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
13749         * m4/open.m4 (gl_REPLACE_OPEN): Likewise.
13750         * m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
13751         is 1, not only the the first time.
13752
13753 2009-08-10  Bruno Haible  <bruno@clisp.org>
13754
13755         Make it possible to use module 'gethostname' without module 'close'.
13756         * lib/unistd.in.h (close): Evoke a link error only if
13757         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
13758         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
13759         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
13760         * modules/unistd (Makefile.am): Substitute
13761         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
13762         * lib/sys_ioctl.in.h (ioctl): Evoke a link error only if
13763         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS is set.
13764         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H_DEFAULTS): Initialize
13765         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
13766         * modules/sys_ioctl (Makefile.am): Substitute
13767         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
13768         * modules/socket (configure.ac): On native Windows, set
13769         UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS and
13770         SYS_IOCTL_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS.
13771         Reported by Sam Steingold <sds@gnu.org>.
13772
13773 2009-08-10  Bruno Haible  <bruno@clisp.org>
13774
13775         * m4/close.m4 (gl_FUNC_CLOSE): Add comment.
13776         * modules/ioctl (configure.ac): Likewise.
13777
13778 2009-08-10  Bruno Haible  <bruno@clisp.org>
13779
13780         Avoid collision between gnulib wrapper and libintl wrapper.
13781         * lib/stdio-write.c (printf): Don't define if a printf wrapper is
13782         already defined in intl/printf.c.
13783         (vprintf): Test REPLACE_VPRINTF_POSIX, not REPLACE_VFPRINTF_POSIX.
13784         (vfprintf): Test REPLACE_VFPRINTF_POSIX, not REPLACE_VPRINTF_POSIX.
13785
13786 2009-08-09  Bruno Haible  <bruno@clisp.org>
13787
13788         Make <sys/select.h> really self-contained, also on Solaris 10.
13789         * lib/sys_select.in.h: Include <string.h>.
13790         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Test also against
13791         Solaris 10 problem.
13792         * tests/test-sys_select.c (main): Add check that FD_ZERO can be used.
13793         * doc/posix-headers/sys_select.texi: Mention the Solaris 10 problem.
13794         Reported by Jim Meyering.
13795
13796 2009-08-09  Bruno Haible  <bruno@clisp.org>
13797
13798         Avoid warnings from 'aclocal' that are due to a use of macro name
13799         AM_XGETTEXT_OPTION that is not defined in automake.
13800         * modules/argp (configure.ac): Hide use of AM_XGETTEXT_OPTION from
13801         automake.
13802         * modules/error (configure.ac): Likewise.
13803         * modules/propername (configure.ac): Likewise.
13804         * modules/vasprintf (configure.ac): Likewise.
13805         * modules/verror (configure.ac): Likewise.
13806         * modules/xprintf (configure.ac): Likewise.
13807         * modules/xvasprintf (configure.ac): Likewise.
13808
13809 2009-08-08  Bruno Haible  <bruno@clisp.org>
13810
13811         Avoid compilation error in C++ mode.
13812         * lib/gettimeofday.c (rpl_gettimeofday): Cast timezone argument.
13813         Reported by Sam Steingold <sds@gnu.org>.
13814
13815 2009-08-08  Bruno Haible  <bruno@clisp.org>
13816
13817         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Define HOST_NAME_MAX also
13818         for the various Unix platforms.
13819         * doc/posix-headers/limits.texi: Update platforms list regarding
13820         HOST_NAME_MAX.
13821         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
13822
13823 2009-08-07  Jim Meyering  <meyering@redhat.com>
13824
13825         selinux-at: fix typo in a comment
13826         * lib/selinux-at.h: s/getfileconat/getfilecon/ in a comment.
13827         Spotted by Paolo Bonzini.
13828
13829         selinux-at: remove redundant m4 code, add documentation
13830         * modules/selinux-at (configure.ac): Remove redundant code.
13831         LIB_SELINUX is already set via the dependent module, selinux-h.
13832         (Include): Add quotes around selinux-at.h.
13833         * lib/selinux-at.h: Add documentation.
13834         Reported by Bruno Haible in
13835         http://marc.info/?l=gnulib-bug&m=124958988300749
13836
13837 2009-08-07  Bruno Haible  <bruno@clisp.org>
13838
13839         Avoid link error on MacOS X 10.3 and 10.4.
13840         * lib/argp-ba.c (argp_program_bug_address): Explicitly zero-initialize
13841         on non-ELF systems.
13842         * lib/argp-pv.c (argp_program_version): Likewise.
13843         Reported by Simon Josefsson.
13844
13845 2009-08-07  Simon Josefsson  <simon@josefsson.org>
13846
13847         * tests/test-version-etc.sh: Use $EXEEXT.
13848
13849 2009-08-06  Joel E. Denny  <jdenny@clemson.edu>
13850
13851         update-copyright: update documentation to point to maint.mk
13852         * build-aux/update-copyright: Here.
13853
13854 2009-08-06  Jim Meyering  <meyering@redhat.com>
13855
13856         maint.mk: support update-copyright-local
13857         * top/maint.mk (update-copyright-local): Define place-holder.
13858         (update-copyright): Depend on $(update-copyright-local).
13859
13860 2009-08-06  Jim Meyering  <meyering@redhat.com>
13861
13862         selinux-at: new module
13863         Initially written for coreutils, this module will soon be
13864         used by findutils, too.
13865         * MODULES.html.sh [Misc]: Add selinux-at.
13866         * lib/selinux-at.h: New file, from coreutils.
13867         * lib/selinux-at.c: Likewise.
13868         * modules/selinux-at: Likewise.
13869         (License): Change from LGPL to GPL, since it depends
13870         on the GPL'd openat module.
13871
13872         doc: update README
13873         * README: Remove references to cogito.
13874         Remove cvs-repo-updating instructions from 2007.
13875         Don't imply that CVS is better if you have limited disk space.
13876
13877 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
13878
13879         update-copyright: support C-style comments
13880         * build-aux/update-copyright: Implement and document.
13881         * tests/test-update-copyright.sh: Test.
13882
13883 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
13884
13885         update-copyright: support omitted "(C)"
13886         * build-aux/update-copyright: Implement and document.  Also,
13887         allow variable whitespace before "(C)".
13888         * tests/test-update-copyright.sh: Test.
13889
13890 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
13891
13892         update-copyright: don't trip on non-FSF copyright statements
13893         * build-aux/update-copyright: Fix so that the first correctly
13894         formatted FSF copyright statement is recognized no matter what
13895         appears before it.  Update documentation.
13896         * tests/test-update-copyright.sh: Test that.
13897
13898 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
13899
13900         update-copyright: clean up code a little
13901         * build-aux/update-copyright: Append "_re" to the name of any
13902         variable holding a regular expression.
13903         Replace "old" and "new" with "stmt" in variable names.
13904         Do not accept 2-digit UPDATE_COPYRIGHT_YEAR, which was not
13905         handled correctly.
13906         Format code more consistently.
13907
13908 2009-08-05  Joel E. Denny  <jdenny@clemson.edu>
13909
13910         update-copyright-tests: improve portability
13911         * tests/test-update-copyright.sh: Use cmp if diff cannot handle
13912         -u or /dev/null.  Suggested by Jim Meyering and Eric Blake.
13913
13914 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
13915
13916         update-copyright: support @copyright{} and &copy;
13917         * build-aux/update-copyright: Implement and document.
13918         * tests/test-update-copyright.sh: Test.
13919
13920 2009-08-04  Jim Meyering  <meyering@redhat.com>
13921
13922         update-copyright-tests: correctly test EOL=\r\n handling
13923         * tests/test-update-copyright.sh: Put \r at the end of some lines
13924         for the dos-eol tests.  Based on a patch by Joel E. Denny.
13925
13926         maint.mk: make update-copyright exclusion list more configurable
13927         * top/maint.mk (update-copyright): Default to excluding COPYING,
13928         but allow an override, in case someone does want to update that file.
13929
13930         maint.mk: don't update copyright date in COPYING
13931         * top/maint.mk (update-copyright): Exclude COPYING.
13932
13933         maint.mk: add a copyright-updating rule
13934         * top/maint.mk (update-copyright): New rule.
13935         Derived from coreutils/Makefile.am.
13936
13937         update-copyright: rename some variables
13938         * build-aux/update-copyright: Rename a few variables for clarity.
13939         Tweak syntax.  List Joel E. Denny as coauthor.
13940
13941 2009-08-03  Joel E. Denny  <jdenny@clemson.edu>
13942
13943         update-copyright: fix bug for 2-digit last year and add tests
13944         * build-aux/update-copyright: Fix bug.
13945         Use UPDATE_COPYRIGHT_YEAR from environment as current year if
13946         specified.
13947         * modules/update-copyright-tests: New
13948         * tests/test-update-copyright.sh: New.
13949
13950 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
13951
13952         update-copyright: handle leading tabs in line prefix
13953         * build-aux/update-copyright: Count leading tabs as 8 spaces
13954         when computing margin.  This helps with the formatting of
13955         ChangeLogs, for example.
13956         Fix documentation a little.
13957
13958 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
13959
13960         update-copyright: support EOL=\r\n
13961         * build-aux/update-copyright: Implement that.
13962
13963 2009-07-31  Joel E. Denny  <jdenny@clemson.edu>
13964
13965         update-copyright: automatically format copyright statements
13966         * build-aux/update-copyright: Implement that.
13967         Also, be a little more predictable and safer by always failing
13968         when the full copyright format is not perfectly recognized as an
13969         unbroken whole.  Discussed at
13970         <http://lists.gnu.org/archive/html/bug-gnulib/2009-07/msg00131.html>.
13971         Rewrite documentation.
13972
13973 2009-08-03  Bruno Haible  <bruno@clisp.org>
13974
13975         * m4/iconv.m4 (AM_ICONV): Fix displayed message with autoconf-2.64.
13976
13977 2009-08-02  Bruno Haible  <bruno@clisp.org>
13978
13979         Tests for module 'uname'.
13980         * modules/uname-tests: New file.
13981         * tests/test-uname.c: New file.
13982
13983         New module 'uname'.
13984         * lib/uname.c: New file.
13985         * m4/uname.m4: New file.
13986         * modules/uname: New file.
13987         * doc/posix-functions/uname.texi: Mention the new module.
13988
13989 2009-08-02  Bruno Haible  <bruno@clisp.org>
13990
13991         Tests for module 'sys_utsname'.
13992         * modules/sys_utsname-tests: New file.
13993         * tests/test-sys_utsname.c: New file.
13994
13995         New module 'sys_utsname'.
13996         * lib/sys_utsname.in.h: New file, based on glibc's <sys/utsname.h>.
13997         * m4/sys_utsname_h.m4: New file.
13998         * modules/sys_utsname: New file.
13999         * doc/posix-headers/sys_utsname.texi: Mention the new module.
14000
14001 2009-08-02  Bruno Haible  <bruno@clisp.org>
14002
14003         Implicitly initialize the sockets library.
14004         * lib/gethostname.c: Include sockets.h.
14005         (rpl_gethostname): Invoke gl_sockets_startup.
14006         * lib/socket.c: Include sockets.h.
14007         (rpl_socket): Invoke gl_sockets_startup.
14008         * modules/gethostname (Depends-on): Add sockets.
14009         * modules/socket (Depends-on): Likewise.
14010         * tests/test-poll.c: Don't include sockets.h.
14011         (main): Don't invoke gl_sockets_startup.
14012         * tests/test-select.c: Don't include sockets.h.
14013         (main): Don't invoke gl_sockets_startup.
14014
14015 2009-08-02  Bruno Haible  <bruno@clisp.org>
14016
14017         Allow multiple calls to gl_sockets_startup.
14018         * lib/sockets.c (initialized_sockets_version): New variable.
14019         (gl_sockets_startup): Do nothing if already called for this or a higher
14020         version.
14021         (gl_sockets_cleanup): Reset initialized_sockets_version.
14022
14023 2009-08-03  Simon Josefsson  <simon@josefsson.org>
14024
14025         * tests/test-argp-version-etc-1.sh: Use EXEEXT.  Don't fail on
14026         different project/version.
14027
14028 2009-08-02  Paolo Bonzini  <bonzini@gnu.org>
14029             Bruno Haible  <bruno@clisp.org>
14030
14031         Tests for module 'pipe-filter-gi'.
14032         * modules/pipe-filter-gi-tests: New file.
14033         * tests/test-pipe-filter-gi1.sh: New file.
14034         * tests/test-pipe-filter-gi1.c: New file.
14035         * tests/test-pipe-filter-gi2.sh: New file.
14036         * tests/test-pipe-filter-gi2-main.c: New file.
14037         * tests/test-pipe-filter-gi2-child.c: New file.
14038
14039         New module 'pipe-filter-gi'.
14040         * lib/pipe-filter-gi.c: New file.
14041         * modules/pipe-filter-gi: New file.
14042
14043 2009-08-02  Bruno Haible  <bruno@clisp.org>
14044             Paolo Bonzini  <bonzini@gnu.org>
14045
14046         Tests for module 'pipe-filter-ii'.
14047         * modules/pipe-filter-ii-tests: New file.
14048         * tests/test-pipe-filter-ii1.sh: New file.
14049         * tests/test-pipe-filter-ii1.c: New file.
14050         * tests/test-pipe-filter-ii2.sh: New file.
14051         * tests/test-pipe-filter-ii2-main.c: New file.
14052         * tests/test-pipe-filter-ii2-child.c: New file.
14053
14054         New module 'pipe-filter-ii'.
14055         * lib/pipe-filter.h: New file.
14056         * lib/pipe-filter-ii.c: New file.
14057         * lib/pipe-filter-aux.h: New file.
14058         * modules/pipe-filter-ii: New file.
14059
14060 2009-08-02  Simon Josefsson  <simon@josefsson.org>
14061
14062         * lib/gc-libgcrypt.c: Change copyright to FSF.
14063         * lib/gc-gnulib.c: Likewise.
14064
14065 2009-08-02  Martin Lambers  <marlam@marlam.de>  (tiny change)
14066
14067         * lib/gethostname.c: Include limits.h.
14068
14069 2009-08-02  Simon Josefsson  <simon@josefsson.org>
14070             Bruno Haible  <bruno@clisp.org>
14071
14072         Ensure HOST_NAME_MAX as part of the gethostname module.
14073         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): On native Windows platforms,
14074         define also HOST_NAME_MAX.
14075         * tests/test-gethostname.c: Include <limits.h>.
14076         (main): Check also HOST_NAME_MAX.
14077         * doc/posix-headers/limits.texi: Document the mingw problem.
14078
14079 2009-08-02  Bruno Haible  <bruno@clisp.org>
14080
14081         * lib/gethostname.c (gethostname): Fix handling of large len argument.
14082         Add comments.
14083
14084 2009-03-31  Simon Josefsson  <simon@josefsson.org>
14085
14086         * lib/gethostname.c: Add Windows wrapper.
14087         * m4/gethostname.m4: Look for gethostname in -lws2_32.
14088         * modules/gethostname: Depend on sys_socket & errno, for also
14089         added lib/w32sock.h.  Add GETHOSTNAME_LIB link directive.
14090         * modules/gethostname-tests: Link to @GETHOSTNAME_LIB@.
14091
14092 2009-07-31  Jim Meyering  <meyering@redhat.com>
14093
14094         getloadavg: fix symbol name in comment
14095         * lib/getloadavg.c: Correct a typo I introduced when adding
14096         comments to Matt's change: s/NLIST_POINTER/N_NAME_POINTER/.
14097         Matt Kraai spotted the problem.
14098
14099 2009-07-29  Matt Kraai  <mkraai@beckman.com>
14100
14101         getloadavg: check whether n_name is a pointer, for QNX 6.4.1
14102         * lib/getloadavg.c (getloadavg): Use the strcpy-into-nlist.n_name
14103         code also if ! defined N_NAME_POINTER.
14104         * m4/getloadavg.m4 (gl_GETLOADAVG): Add a link-test for N_NAME_POINTER.
14105         This is required on QNX 6.4.1, where /usr/include/nlist.h exists,
14106         but the n_name member is a 12-byte array.
14107
14108 2009-07-29  Joel E. Denny  <jdenny@clemson.edu>
14109
14110         update-copyright: generalize comment handling
14111         * build-aux/update-copyright: Handle copyright statements
14112         within more comment styles.
14113         Document usage.
14114         Report any file with an external copyright holder or parse failure.
14115
14116 2009-07-29  Jim Meyering  <meyering@redhat.com>
14117
14118         mktime: correct setting of REPLACE_MKTIME
14119         * m4/mktime.m4 (gl_FUNC_MKTIME): Set REPLACE_MKTIME=0, when required.
14120
14121         update-copyright: new module
14122         * modules/update-copyright: New file.
14123         * build-aux/update-copyright: New file.
14124         * MODULES.html.sh (maint+release support): Add update-copyright.
14125
14126 2009-07-27  Bruno Haible  <bruno@clisp.org>
14127
14128         Fix compilation error when <ctime> is used and mktime is replaced.
14129         * lib/time.in.h (mktime): New declaration.
14130         * m4/mktime.m4 (gl_FUNC_MKTIME): Require gl_HEADER_TIME_H_DEFAULTS. Set
14131         REPLACE_MKTIME instead of defining mktime in config.h.
14132         * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize REPLACE_MKTIME.
14133         * modules/time (Makefile.am): Substitute REPLACE_MKTIME.
14134         Reported by Ross McFarland <rwmcfa1@neces.com>.
14135
14136 2009-07-27  Bruno Haible  <bruno@clisp.org>
14137
14138         * lib/math.in.h (cosl, logl, sinl): Undefine before declaring it.
14139         Reported by Matt Kraai <mkraai@beckman.com>.
14140
14141 2009-07-25  Jim Meyering  <meyering@redhat.com>
14142
14143         maint.mk: avoid warnings about missing files
14144         * top/maint.mk (PREV_VERSION): Suppress stderr, to hide a
14145         diagnostic when .prev-version does not exist.
14146         (_cfg_mk): Define, so it can be empty when cfg.mk does not exist.
14147         (syntax-check-rules): Use $(_cfg_mk) to avoid a diagnostic about
14148         nonexistent cfg.mk.
14149         Suggestions from Simon Josefsson.
14150
14151 2009-07-25  Bruno Haible  <bruno@clisp.org>
14152
14153         * lib/math.in.h (cosl, logl, sinl): Don't declare if they are already
14154         defined as macros. Needed on QNX 6.4.1.
14155         Reported by Matt Kraai <mkraai@beckman.com>.
14156
14157 2009-07-23  Jim Meyering  <meyering@redhat.com>
14158
14159         maint.mk: invoke "make dist" with a working value of XZ_OPT
14160         * top/maint.mk (vc-dist): Use no "-" in the value of XZ_OPT.
14161
14162 2009-07-22  Matt Kraai  <mkraai@beckman.com>  (tiny change)
14163
14164         Make fseeko.c compile on QNX.
14165         * lib/fseeko.c (rpl_fseeko): Use the numerical value of _MWRITE.
14166
14167 2009-07-22  Peter Simons  <simons@cryp.to>
14168
14169         C++: wrap md2,md5,sha1,etc. function declarations in extern "C" scope
14170         * lib/md2.h [__cplusplus]: Wrap declarations in extern "C" scope.
14171         * lib/md4.h: Likewise.
14172         * lib/md5.h: Likewise.
14173         * lib/sha1.h: Likewise.
14174         * lib/sha256.h: Likewise.
14175         * lib/sha512.h: Likewise.
14176
14177         tests-sha1: don't assign literal string to 'char *' variable
14178         * tests/test-sha1.c (main): Declare locals with "const" to match
14179         attributes of the right hand side.
14180
14181 2009-07-21  Eric Blake  <ebb9@byu.net>
14182
14183         dup2: fix more mingw problems
14184         * lib/dup2.c (rpl_dup2) [_WIN32]: Avoid hanging when duplicating
14185         fd to itself.
14186         * doc/posix-functions/dup2.texi (dup2): Document the bug.
14187         * lib/unistd.in.h (dup2) [REPLACE_FCHDIR]: Avoid name collision.
14188         * lib/fchdir.c (dup2): Manage preprocessor macros correctly.
14189         (rpl_dup2_fchdir): Rename from rpl_dup2, and let dup2 module take
14190         care of mingw bugs.
14191
14192 2009-07-21  Jim Meyering  <meyering@redhat.com>
14193
14194         vc-list-files: avoid failure when /bin/sh is dash
14195         * build-aux/vc-list-files: Avoid a shell portability problem with dash.
14196         On some Debian based systems, /bin/sh is a symlink to dash, and running
14197         this command would omit the "/" following each 'tests' prefix:
14198           dash -x build-aux/vc-list-files -C . tests
14199         That is because bash and dash work differently:
14200           $ for i in bash dash; do $i -c 'a=odd; a=ok b=$a; echo '$i' $b'; done
14201           bash ok
14202           dash odd
14203
14204 2009-07-21  Eric Blake  <ebb9@byu.net>
14205
14206         dup2-tests: test previous patch
14207         * modules/dup2-tests: New file.
14208         * tests/test-dup2.c: Likewise.
14209         * tests/test-open.c (main): Avoid unspecified behavior.
14210         * tests/test-pipe.c (child_main): Use dup2 semantics to simplify
14211         test.
14212
14213         dup2: work around mingw and cygwin 1.5 bug
14214         * m4/dup2.m4 (gl_FUNC_DUP2): Detect mingw bug.
14215         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add witness.
14216         * modules/unistd (Makefile.am): Substitute it.
14217         * lib/unistd.in.h (dup2): Declare the replacement.
14218         * lib/dup2.c (dup2) [REPLACE_DUP2]: Implement it.
14219         * doc/posix-functions/dup2.texi (dup2): Document the bugs.
14220         * lib/fchdir.c (rpl_dup2): Don't collide with mingw replacement.
14221         * modules/execute (Depends-on): Add dup2.
14222         * modules/fseterr (Depends-on): Likewise.
14223         * modules/pipe (Depends-on): Likewise.
14224         * modules/posix_spawn-internal (Depends-on): Likewise.
14225
14226 2009-07-21  Bruno Haible  <bruno@clisp.org>
14227
14228         * modules/.gitattributes: New file.
14229
14230 2009-07-20  Bruno Haible  <bruno@clisp.org>
14231
14232         * tests/test-pipe.c (BACKUP_STDERR_FILENO): New macro.
14233         (main): Use it.
14234
14235 2009-07-20  Eric Blake  <ebb9@byu.net>
14236
14237         test-pipe: make a bit more robust.
14238         * tests/test-pipe.c (myerr): Allow error messages regardless of
14239         what we do to stderr.
14240         (test_pipe): Rearrange to avoid deadlock.
14241         (child_main): Try a larger read, to ensure we avoided deadlock.
14242         * lib/pipe.c (create_pipe) [_WIN32]: Fix comment.
14243         * lib/pipe.h (create_pipe_bidi): Document potential for deadlock
14244         if misused.
14245
14246 2009-07-19  Jim Meyering  <meyering@redhat.com>
14247
14248         fts: avoid false-positive cycle-detection
14249         * lib/fts.c (fts_read): Reinitialize cycle-detection data structures
14250         for each new command line argument.
14251
14252 2009-07-19  Bruno Haible  <bruno@clisp.org>
14253
14254         Fix build error on mingw with the modules sys_select and unistd.
14255         * modules/acl-tests (Depends-on): Add close.
14256         * modules/binary-io-tests (Depends-on): Likewise.
14257         * modules/closein-tests (Depends-on): Likewise.
14258         * modules/flock-tests (Depends-on): Likewise.
14259         * modules/fsync-tests (Depends-on): Likewise.
14260         * modules/lseek-tests (Depends-on): Likewise.
14261         * modules/pipe-tests (Depends-on): Likewise.
14262         * modules/posix_spawn-tests (Depends-on): Likewise.
14263         * modules/posix_spawnp-tests (Depends-on): Likewise.
14264         * modules/stat-time-tests (Depends-on): Likewise.
14265         * modules/yesno-tests (Depends-on): Likewise.
14266
14267 2009-07-19  Bruno Haible  <bruno@clisp.org>
14268
14269         Unify conditionals.
14270         * lib/pipe.h: Detect native Win32 by looking at _WIN32 and __WIN32__
14271         macros, not at the compiler macros.
14272         * lib/pipe.c: Likewise.
14273         * lib/execute.c: Likewise.
14274         * lib/spawni.c: Likewise.
14275
14276 2009-07-19  Bruno Haible  <bruno@clisp.org>
14277
14278         Fix handling of closed stdin/stdout/stderr on mingw.
14279         * lib/w32spawn.h: Include unistd.h.
14280         (dup_noinherit): Return -1 if the old handle is invalid. Allocate new
14281         file descriptor with O_NOINHERIT flag.
14282         (fd_safer_noinherit): New function, based on fd-safer.c.
14283         (dup_safer_noinherit): New function, based on dup-safer.c.
14284         (undup_safer_noinherit): New function.
14285         * lib/execute.c (execute) [WIN32]: Use dup_safer_noinherit instead of
14286         dup_noinherit. Use undup_safer_noinherit instead of dup2 and close.
14287         * lib/pipe.c (create_pipe) [WIN32]: Likewise. Use fd_safer_noinherit
14288         instead of fd_safer.
14289         * tests/test-pipe.c: Include <windows.h>.
14290         (child_main) [WIN32]: Test the handle of STDERR_FILENO, not its close() result.
14291
14292         * tests/test-pipe.c (child_main, parent_main): New functions, extracted
14293         from main.
14294         (test_pipe): Pass an extra argument for disambiguation.
14295         (main): Invoke parent_main or child_main.
14296
14297         * tests/test-pipe.c (test_pipe): Pass slave_process = true argument
14298         consistently.
14299
14300 2009-07-18  Eric Blake  <ebb9@byu.net>
14301
14302         test-pipe: fix mingw build
14303         * tests/test-pipe.c (main): Avoid fcntl on mingw.
14304
14305 2009-07-18  Bruno Haible  <bruno@clisp.org>
14306
14307         * modules/pipe-tests (Makefile.am): Fix typo.
14308
14309 2009-07-18  Eric Blake  <ebb9@byu.net>
14310
14311         error: fix mingw build
14312         * lib/error.c (error, error_at_line): Avoid fcntl on mingw.
14313         Reported by Bruno Haible.
14314
14315         error: avoid undefined use of stdout
14316         * lib/error.c (error, error_at_line): Check that fd 1 is open
14317         before flushing stdout.  Avoids a crash on cygwin when libsigsegv
14318         is handling faults and the close_stdout module wants to report the
14319         detection of closed stdout as an error.
14320
14321 2009-07-17  Eric Blake  <ebb9@byu.net>
14322
14323         pipe: be robust in face of closed fds
14324         * lib/pipe.c (create_pipe): Closed standard descriptors in parent
14325         should cause child to misbehave.
14326         * modules/pipe-tests: New module.
14327         * tests/test-pipe.c: New file.
14328         * tests/test-pipe.sh: New file.
14329         Reported by Akim Demaille.
14330
14331 2009-07-14  Bruno Haible  <bruno@clisp.org>
14332
14333         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Guess it works on glibc systems.
14334         Reported by anonymous kc.
14335
14336 2009-07-07  Jim Meyering  <meyering@redhat.com>
14337
14338         maint.mk: don't look for translatable strings in *.m4 or *.mk
14339         * top/maint.mk (sc_po_check): Skip *.m4 and *.mk files,
14340         when searching for translatable strings.
14341
14342 2009-07-05  Jim Meyering  <meyering@redhat.com>
14343
14344         remove superfluous parentheses in STREQ definition
14345         * tests/test-argv-iter.c (STREQ): Remove redundant parentheses.
14346         * lib/getugroups.c (STREQ): Likewise.
14347         * lib/fnmatch.c (STREQ): Likewise.
14348         Spotted by Bruno Haible.
14349
14350 2009-07-04  Jim Meyering  <meyering@redhat.com>
14351
14352         argv-iter: new module
14353         * MODULES.html.sh: Add argv-iter.
14354         * lib/argv-iter.c, lib/argv-iter.h: New files.
14355         * modules/argv-iter: New file.
14356         * modules/argv-iter-tests: New file.
14357         * tests/test-argv-iter.c: Test it.
14358
14359 2009-07-04  Bruno Haible  <bruno@clisp.org>
14360
14361         Fix assertion.
14362         * lib/git-merge-changelog.c (compute_mapping): In the case where file1
14363         contains more exact copies of a given entry than file2, leave the extra
14364         copies unpaired rather than aborting.
14365         Reported by Eric Blake.
14366
14367 2009-07-02  Bruno Haible  <bruno@clisp.org>
14368
14369         Speedup git-merge-changelog for git cherry-pick.
14370         * lib/git-merge-changelog.c (struct entries_mapping): New type.
14371         (entries_mapping_get): New function, extracted from compute_mapping.
14372         (entries_mapping_reverse_get): New function.
14373         (compute_mapping): Add a 'full' argument. Return the result in a
14374         'struct entries_mapping'.
14375         (main): Update. Access the mappings through entries_mapping_get.
14376         Reported by Eric Blake.
14377
14378 2009-07-02  Bruno Haible  <bruno@clisp.org>
14379
14380         * lib/git-merge-changelog.c (compute_mapping): Fix determination of
14381         best_i.
14382
14383 2009-07-02  Bruno Haible  <bruno@clisp.org>
14384
14385         Speed up approximate search for matching ChangeLog entries.
14386         * lib/git-merge-changelog.c (entry_fstrcmp): Add a lower_bound
14387         argument. Call fstrcmp_bounded instead of fstrcmp.
14388         (compute_mapping, try_split_merged_entry, main): Update callers.
14389
14390 2009-07-02  Bruno Haible  <bruno@clisp.org>
14391
14392         * lib/git-merge-changelog.c (main): Add comment about git cherry-pick.
14393
14394 2009-06-30  Bruno Haible  <bruno@clisp.org>
14395
14396         Reduce the number of uc_is_cased calls.
14397         * lib/unicase.h (casing_suffix_context_t): Add
14398         'first_char_except_ignorable' field.
14399         * lib/unicase/context.h (SCC_FINAL_SIGMA_MASK): Remove macro.
14400         (SCC_MORE_ABOVE_MASK, SCC_BEFORE_DOT_MASK): Update.
14401         * lib/unicase/empty-suffix-context.c (unicase_empty_suffix_context):
14402         Update initializer.
14403         * lib/unicase/u-casemap.h (FUNC): Don't invoke uc_is_cased on
14404         case-ignorable characters.
14405         * lib/unicase/u-ct-totitle.h (FUNC): Likewise.
14406         * lib/unicase/u-suffix-context.h (FUNC2): Don't call uc_is_cased here.
14407         * modules/unicase/u8-suffix-context (Depends-on): Remove unicase/cased.
14408         * modules/unicase/u16-suffix-context (Depends-on): Likewise.
14409         * modules/unicase/u32-suffix-context (Depends-on): Likewise.
14410
14411 2009-06-30  Bruno Haible  <bruno@clisp.org>
14412
14413         Tests for module 'unicase/ignorable'.
14414         * modules/unicase/ignorable-tests: New file.
14415         * tests/unicase/test-ignorable.c: New file, generated by
14416         gen-uni-tables.
14417
14418         Tests for module 'unicase/cased'.
14419         * modules/unicase/cased-tests: New file.
14420         * tests/unicase/test-cased.c: New file, generated by gen-uni-tables.
14421         * tests/unicase/test-predicate-part1.h: New file, derived from
14422         tests/unictype/test-predicate-part1.h.
14423         * tests/unicase/test-predicate-part2.h: New file, same as
14424         tests/unictype/test-predicate-part2.h.
14425
14426         Fix evaluation of "Before C" condition of FINAL_SIGMA.
14427         * lib/gen-uni-tables.c (is_cased, is_case_ignorable): New functions.
14428         (output_casing_properties): New function.
14429         (main): Call it.
14430         * lib/unicase/cased.h: New file, generated by gen-uni-tables.
14431         * lib/unicase/cased.c: Include unictype/bitmap.h.
14432         (uc_is_cased): Define through a bitmap lookup.
14433         * lib/unicase/ignorable.h: New file, generated by gen-uni-tables.
14434         * lib/unicase/ignorable.c: Include unictype/bitmap.h.
14435         (uc_is_case_ignorable): Define through a bitmap lookup.
14436         * modules/unicase/cased (Files): Add lib/unicase/cased.h,
14437         lib/unictype/bitmap.h.
14438         (Depends-on): Add inline. Clean up.
14439         * modules/unicase/ignorable (Files): Add lib/unicase/ignorable.h,
14440         lib/unictype/bitmap.h.
14441         (Depends-on): Add inline. Clean up.
14442         * tests/unicase/test-u8-tolower.c (main): Add more tests of FINAL_SIGMA
14443         recognition.
14444         * tests/unicase/test-u16-tolower.c (main): Likewise.
14445         * tests/unicase/test-u32-tolower.c (main): Likewise.
14446
14447 2009-06-30  Bruno Haible  <bruno@clisp.org>
14448
14449         * lib/unicase/u8-casemap.c: Don't include uniwbrk.h.
14450         * lib/unicase/u16-casemap.c: Likewise.
14451         * lib/unicase/u32-casemap.c: Likewise.
14452
14453 2009-06-29  Bruno Haible  <bruno@clisp.org>
14454
14455         Define u32_casefold as a wrapper around u32_ct_casefold.
14456         * lib/unicase/u32-casefold.c: Update.
14457         * modules/unicase/u32-casefold (Depends-on): Add
14458         unicase/u32-ct-casefold, unicase/empty-prefix-context,
14459         unicase/empty-suffix-context. Clean up.
14460
14461         Define u16_casefold as a wrapper around u16_ct_casefold.
14462         * lib/unicase/u16-casefold.c: Update.
14463         * modules/unicase/u16-casefold (Depends-on): Add
14464         unicase/u16-ct-casefold, unicase/empty-prefix-context,
14465         unicase/empty-suffix-context. Clean up.
14466
14467         Define u8_casefold as a wrapper around u8_ct_casefold.
14468         * lib/unicase/u-casefold.h (FUNC): Delegate to U_CT_CASEFOLD.
14469         * lib/unicase/u8-casefold.c: Update.
14470         * modules/unicase/u8-casefold (Depends-on): Add unicase/u8-ct-casefold,
14471         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
14472
14473         Define u32_totitle as a wrapper around u32_ct_totitle.
14474         * lib/unicase/u32-totitle.c: Update.
14475         * modules/unicase/u32-totitle (Depends-on): Add unicase/u32-ct-totitle,
14476         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
14477
14478         Define u16_totitle as a wrapper around u16_ct_totitle.
14479         * lib/unicase/u16-totitle.c: Update.
14480         * modules/unicase/u16-totitle (Depends-on): Add unicase/u16-ct-totitle,
14481         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
14482
14483         Define u8_totitle as a wrapper around u8_ct_totitle.
14484         * lib/unicase/u-totitle.h (is_cased, is_case_ignorable): Remove
14485         functions.
14486         (FUNC): Delegate to U_CT_TOTITLE.
14487         * lib/unicase/u8-totitle.c: Update.
14488         * modules/unicase/u8-totitle (Depends-on): Add unicase/u8-ct-totitle,
14489         unicase/empty-prefix-context, unicase/empty-suffix-context. Clean up.
14490
14491         * lib/unicase/u32-tolower.c (u32_tolower): Update u32_casemap
14492         invocation.
14493         * modules/unicase/u32-tolower (Depends-on): Add
14494         unicase/empty-prefix-context, unicase/empty-suffix-context.
14495
14496         * lib/unicase/u16-tolower.c (u16_tolower): Update u16_casemap
14497         invocation.
14498         * modules/unicase/u16-tolower (Depends-on): Add
14499         unicase/empty-prefix-context, unicase/empty-suffix-context.
14500
14501         * lib/unicase/u8-tolower.c (u8_tolower): Update u8_casemap invocation.
14502         * modules/unicase/u8-tolower (Depends-on): Add
14503         unicase/empty-prefix-context, unicase/empty-suffix-context.
14504
14505         * lib/unicase/u32-toupper.c (u32_toupper): Update u32_casemap
14506         invocation.
14507         * modules/unicase/u32-toupper (Depends-on): Add
14508         unicase/empty-prefix-context, unicase/empty-suffix-context.
14509
14510         * lib/unicase/u16-toupper.c (u16_toupper): Update u16_casemap
14511         invocation.
14512         * modules/unicase/u16-toupper (Depends-on): Add
14513         unicase/empty-prefix-context, unicase/empty-suffix-context.
14514
14515         * lib/unicase/u8-toupper.c (u8_toupper): Update u8_casemap invocation.
14516         * modules/unicase/u8-toupper (Depends-on): Add
14517         unicase/empty-prefix-context, unicase/empty-suffix-context.
14518
14519         New module 'unicase/u32-ct-casefold'.
14520         * lib/unicase/u32-ct-casefold.c: New file.
14521         * modules/unicase/u32-ct-casefold: New file.
14522
14523         New module 'unicase/u16-ct-casefold'.
14524         * lib/unicase/u16-ct-casefold.c: New file.
14525         * modules/unicase/u16-ct-casefold: New file.
14526
14527         New module 'unicase/u8-ct-casefold'.
14528         * lib/unicase/u8-ct-casefold.c: New file.
14529         * lib/unicase/u-ct-casefold.h: New file, derived from
14530         lib/unicase/u-casefold.h.
14531         * modules/unicase/u8-ct-casefold: New file.
14532
14533         New module 'unicase/u32-ct-totitle'.
14534         * lib/unicase/u32-ct-totitle.c: New file.
14535         * modules/unicase/u32-ct-totitle: New file.
14536
14537         New module 'unicase/u16-ct-totitle'.
14538         * lib/unicase/u16-ct-totitle.c: New file.
14539         * modules/unicase/u16-ct-totitle: New file.
14540
14541         New module 'unicase/u8-ct-totitle'.
14542         * lib/unicase/u8-ct-totitle.c: New file.
14543         * lib/unicase/u-ct-totitle.h: New file, derived from
14544         lib/unicase/u-totitle.h.
14545         * modules/unicase/u8-ct-totitle: New file.
14546
14547         New module 'unicase/u32-ct-tolower'.
14548         * lib/unicase/u32-ct-tolower.c: New file.
14549         * modules/unicase/u32-ct-tolower: New file.
14550
14551         New module 'unicase/u16-ct-tolower'.
14552         * lib/unicase/u16-ct-tolower.c: New file.
14553         * modules/unicase/u16-ct-tolower: New file.
14554
14555         New module 'unicase/u8-ct-tolower'.
14556         * lib/unicase/u8-ct-tolower.c: New file.
14557         * modules/unicase/u8-ct-tolower: New file.
14558
14559         New module 'unicase/u32-ct-toupper'.
14560         * lib/unicase/u32-ct-toupper.c: New file.
14561         * modules/unicase/u32-ct-toupper: New file.
14562
14563         New module 'unicase/u16-ct-toupper'.
14564         * lib/unicase/u16-ct-toupper.c: New file.
14565         * modules/unicase/u16-ct-toupper: New file.
14566
14567         New module 'unicase/u8-ct-toupper'.
14568         * lib/unicase/u8-ct-toupper.c: New file.
14569         * modules/unicase/u8-ct-toupper: New file.
14570
14571         Add context arguments to u*_casemap functions.
14572         * lib/unicase/unicasemap.h: Include unicase.h.
14573         (u8_casemap, u16_casemap, u32_casemap): Add prefix_context and
14574         suffix_context arguments.
14575         * lib/unicase/u-casemap.h (is_cased, is_case_ignorable): Remove
14576         functions.
14577         (FUNC): Add prefix_context and suffix_context arguments. Use
14578         uc_is_cased and uc_is_case_ignorable.
14579         * lib/unicase/u8-casemap.c: Include caseprop.h and context.h.
14580         * lib/unicase/u16-casemap.c: Likewise.
14581         * lib/unicase/u32-casemap.c: Likewise.
14582         * modules/unicase/u8-casemap (Files): Add lib/unicase/context.h.
14583         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
14584         * modules/unicase/u16-casemap (Files): Add lib/unicase/context.h.
14585         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
14586         * modules/unicase/u32-casemap (Files): Add lib/unicase/context.h.
14587         (Depends-on): Add unicase/cased, unicase/ignorable. Clean up.
14588
14589         New module 'unicase/u32-suffix-context'.
14590         * lib/unicase/u32-suffix-context.c: New file.
14591         * modules/unicase/u32-suffix-context: New file.
14592
14593         New module 'unicase/u16-suffix-context'.
14594         * lib/unicase/u16-suffix-context.c: New file.
14595         * modules/unicase/u16-suffix-context: New file.
14596
14597         New module 'unicase/u8-suffix-context'.
14598         * lib/unicase/u8-suffix-context.c: New file.
14599         * lib/unicase/u-suffix-context.h: New file.
14600         * modules/unicase/u8-suffix-context: New file.
14601
14602         New module 'unicase/empty-suffix-context'.
14603         * lib/unicase/empty-suffix-context.c: New file.
14604         * modules/unicase/empty-suffix-context: New file.
14605
14606         New module 'unicase/u32-prefix-context'.
14607         * lib/unicase/u32-prefix-context.c: New file.
14608         * modules/unicase/u32-prefix-context: New file.
14609
14610         New module 'unicase/u16-prefix-context'.
14611         * lib/unicase/u16-prefix-context.c: New file.
14612         * modules/unicase/u16-prefix-context: New file.
14613
14614         New module 'unicase/u8-prefix-context'.
14615         * lib/unicase/u8-prefix-context.c: New file.
14616         * lib/unicase/u-prefix-context.h: New file.
14617         * lib/unicase/context.h: New file.
14618         * modules/unicase/u8-prefix-context: New file.
14619
14620         New module 'unicase/empty-prefix-context'.
14621         * lib/unicase/empty-prefix-context.c: New file.
14622         * modules/unicase/empty-prefix-context: New file.
14623
14624         New module 'unicase/ignorable'.
14625         * lib/unicase/ignorable.c: New file.
14626         * modules/unicase/ignorable: New file.
14627
14628         New module 'unicase/cased'.
14629         * lib/unicase/caseprop.h: New file.
14630         * lib/unicase/cased.c: New file.
14631         * modules/unicase/cased: New file.
14632
14633         New functions for case mapping of substrings.
14634         * lib/unicase.h (casing_prefix_context_t): New type.
14635         (unicase_empty_prefix_context): New variable.
14636         (u8_casing_prefix_context, u16_casing_prefix_context,
14637         u32_casing_prefix_context, u8_casing_prefixes_context,
14638         u16_casing_prefixes_context, u32_casing_prefixes_context): New
14639         declarations.
14640         (casing_suffix_context_t): New type.
14641         (unicase_empty_suffix_context): New variable.
14642         (u8_casing_suffix_context, u16_casing_suffix_context,
14643         u32_casing_suffix_context, u8_casing_suffixes_context,
14644         u16_casing_suffixes_context, u32_casing_suffixes_context,
14645         u8_ct_toupper, u16_ct_toupper, u32_ct_toupper, u8_ct_tolower,
14646         u16_ct_tolower, u32_ct_tolower, u8_ct_totitle, u16_ct_totitle,
14647         u32_ct_totitle, u8_ct_casefold, u16_ct_casefold, u32_ct_casefold): New
14648         declarations.
14649
14650 2009-06-28  Jim Meyering  <meyering@redhat.com>
14651
14652         boostrap: indent only with spaces
14653         * build-aux/bootstrap: Indent only with spaces, never TABs.
14654
14655         bootstrap: split long lines
14656         * build-aux/bootstrap: Keep line length < 80.
14657
14658         bootstrap: sync from coreutils
14659         * build-aux/bootstrap: Honor variables like $ACLOCAL, etc.,
14660         just as autoreconf does.  Verify a list of prerequisite
14661         package-name,version-number pairs if defined in bootstrap.conf.
14662         Refer to README-prereq, if prerequisites are not satisfied.
14663
14664 2009-06-27  Eric Blake  <ebb9@byu.net>
14665
14666         tests: add test for bogus NULL definition
14667         * tests/test-stdio.c: Ensure POSIX 2008 requirement on NULL.
14668         * tests/test-stdlib.c: Likewise.
14669         * tests/test-string.c: Likewise.
14670         * tests/test-locale.c: Likewise.
14671         * tests/test-unistd.c: Likewise.
14672         * modules/stdio-tests (Depends-on): Add verify.
14673         * modules/stdlib-tests (Depends-on): Likewise.
14674         * modules/string-tests (Depends-on): Likewise.
14675         * modules/locale-tests (Depends-on): Likewise.
14676         * modules/unistd-tests (Depends-on): Likewise.
14677
14678 2009-06-27  Paolo Bonzini  <bonzini@gnu.org>
14679
14680         * m4/selinux-context-h (gl_HEADERS_SELINUX_CONTEXT_H): Remove
14681         self-explaining comment.
14682         * m4/selinux-selinux-h: Update serial.
14683         (gl_LIBSELINUX): New macro, adding a warning for missing development
14684         packages to code extracted from...
14685         (gl_HEADERS_SELINUX_SELINUX_H): ... this one.  Require gl_LIBSELINUX.
14686         Add warning for missing development packages here, too.
14687
14688 2009-06-26  Paolo Bonzini  <bonzini@gnu.org>
14689
14690         * build-aux/bootstrap: Do not use GIT_CONFIG_LOCAL.
14691
14692 2009-06-25  Eric Blake  <ebb9@byu.net>
14693
14694         version-etc: fix regression
14695         * lib/version-etc.h (ATTRIBUTE_SENTINEL): Define for new enough
14696         gcc.
14697         (version_etc): Use it, to catch bugs with trailing NULL.
14698         * lib/version-etc.c (version_etc_arn): Delete unused argument.
14699         (version_etc_va): Fix logic bug.
14700         * modules/version-etc-tests: Add test.
14701         * tests/test-version-etc.c: New file.
14702         * tests/test-version-etc.sh: Likewise.
14703
14704 2009-06-25  Sam Steingold  <sds@gnu.org>
14705
14706         * mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): Include <stdlib.h>, for the
14707         mbtowc declaration.
14708
14709 2009-06-25  Eric Blake  <ebb9@byu.net>
14710
14711         fpurge: migrate into <stdio.h>
14712         * lib/fpurge.h: Delete...
14713         * lib/stdio.in.h (fpurge): ...and declare here, instead.
14714         * lib/fpurge.c (fpurge): Change declaring header.
14715         * modules/fpurge (Files): Drop deleted file.
14716         (Depends-on): Add stdio.
14717         (configure.ac): Set witness.
14718         * modules/stdio (Makefile.am): Support fpurge macros.
14719         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
14720         * m4/fpurge.m4 (gl_FUNC_FPURGE): Set appropriate variables.
14721         * lib/fflush.c: Update client.
14722         * tests/test-fpurge.c: Likewise.
14723         * NEWS: Mention the change.
14724
14725 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14726
14727         * lib/argp-version-etc.c (program_authors): Add const
14728         qualifier.
14729         * lib/version-etc.c: Fix typos in the comments.
14730         * modules/argp-version-etc: Depends on version-etc.
14731
14732 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14733
14734         argp-version-etc: new module.
14735
14736         * lib/argp-version-etc.c: New file.
14737         * lib/argp-version-etc.h: New file.
14738         * modules/argp-version-etc: New file.
14739         * modules/argp-version-etc-tests: New file.
14740         * tests/test-argp-version-etc.c: New test.
14741         * tests/test-argp-version-etc-1.sh: New test.
14742
14743 2009-06-25  Sergey Poznyakoff  <gray@gnu.org.ua>
14744
14745         Provide additional interfaces and documentation for version-etc
14746         module.
14747
14748         * lib/version-etc.c (version_etc_arn, version_etc_ar): New
14749         interfaces.
14750         * lib/version-etc.h (version_etc_arn, version_etc_ar): New
14751         prototypes.
14752
14753 2009-06-24  Bruno Haible  <bruno@clisp.org>
14754
14755         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Fix description of
14756         HAVE_LIB${NAME} macro.
14757         Reported by Sam Steingold <sds@gnu.org>.
14758
14759 2009-06-23  Simon Josefsson  <simon@josefsson.org>
14760
14761         * modules/hash-tests (test_hash_LDADD): Link to libintl when
14762         needed.
14763
14764 2009-06-21  Bruno Haible  <bruno@clisp.org>
14765
14766         Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS
14767         work.
14768         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Reset HAVE_LIB${NAME}
14769         together with LIB${NAME}, LTLIB${NAME}.
14770         Reported by Sam Steingold <sds@gnu.org>.
14771
14772 2009-06-20  Jim Meyering  <meyering@redhat.com>
14773
14774         tests: make sc_require_test_exit_idiom more generic
14775         * top/maint.mk (Exit_witness_file): New overridable variable.
14776         (sc_require_test_exit_idiom): Don't hard-code tests/test-lib.sh.
14777         Relax test for /^Exit \$fail$$/ to just /^Exit ./.
14778
14779 2009-06-19  Jim Meyering  <meyering@redhat.com>
14780
14781         hash: reverse order of src/dst parameters in an internal interface
14782         * lib/hash.c (transfer_entries): Reverse order of parameters to
14783         put DST before SRC.  Adjust callers.
14784
14785         tests: test-hash: avoid wholesale duplication
14786         * tests/test-hash.c (main): Don't copy/paste a 60-line loop.
14787         Instead, use a loop and add a single conditional.
14788
14789         tests: test-hash: allow seed selection via a command line argument
14790         * tests/test-hash.c (get_seed): New function.
14791         (main): Use it.
14792
14793 2009-06-19  Eric Blake  <ebb9@byu.net>
14794
14795         hash: avoid memory leak on allocation failure
14796         * lib/hash.c: (hash_rehash): Avoid memory leak on allocation
14797         failure.  Factor repeated algorithm...
14798         (transfer_entries): ...into new helper routine.
14799         (hash_delete): React to hash_rehash return value.
14800
14801         hash: reduce memory pressure in hash_rehash no-op case
14802         * lib/hash.c (next_prime): Avoid overflow.
14803         (hash_initialize): Factor bucket size computation...
14804         (compute_bucket_size): ...into new helper function.
14805         (hash_rehash): Use new function and open coding to reduce memory
14806         pressure, and avoid a memory leak in USE_OBSTACK code.
14807         Reported by Jim Meyering.
14808
14809 2009-06-18  Eric Blake  <ebb9@byu.net>
14810
14811         hash: make rotation more obvious
14812         * modules/hash (Depends-on): Add bitrotate and stdint.
14813         * lib/bitrotate.h (rotl_sz, rotr_sz): New functions.
14814         * lib/hash.c (headers): Drop limits.h.  Add stdint.h.
14815         (SIZE_MAX): Rely on headers for definition.
14816         (hash_string) [USE_DIFF_HASH]: Use rotl_sz.
14817         (raw_hasher): Use rotr_sz.
14818         Suggested by Jim Meyering.
14819
14820         hash: fix memory leak in last patch
14821         * lib/hash.c (hash_rehash): Avoid memory leak.
14822
14823         hash: avoid no-op rehashing
14824         * lib/hash.c (hash_rehash): Recognize useless rehash attempts.
14825
14826         hash: provide default callback functions
14827         * lib/hash.c (raw_hasher, raw_comparator): New functions.
14828         (hash_initialize): Use them as defaults.
14829         * tests/test-hash.c (main): Test this.
14830
14831         hash: minor optimization
14832         * lib/hash.c (hash_lookup, hash_find_entry): Avoid function call
14833         when possible.
14834         (hash_initialize): Document this promise.
14835         (hash_do_for_each, hash_clear, hash_free): Use C89 syntax.
14836         * tests/test-hash.c (hash_compare_strings): Test this.
14837
14838 2009-06-18  Bruno Haible  <bruno@clisp.org>
14839
14840         * m4/strstr.m4 (gl_FUNC_STRSTR): Skip linear time test if strstr is
14841         going to be replaced anyway.
14842
14843 2009-06-18  Bruno Haible  <bruno@clisp.org>
14844
14845         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Invoke AC_LIBOBJ only
14846         in one place.
14847         (gl_FUNC_STRCASESTR): Skip linear time test if strcasestr is going to
14848         be replaced anyway.
14849
14850 2009-06-18  Eric Blake  <ebb9@byu.net>
14851
14852         hash: check for resize before insertion
14853         * lib/hash.c (hash_insert): Check whether bucket usage exceeds
14854         threshold before insertion, so that a pathological hash_rehash
14855         that fills every bucket can still trigger another rehash.
14856
14857 2009-06-18  Jim Meyering  <meyering@redhat.com>
14858
14859         hash-tests: add a loop around the small tests
14860         * tests/test-hash.c (main): Repeat small tests with selected
14861         small initial table sizes.
14862
14863 2009-06-17  Eric Blake  <ebb9@byu.net>
14864
14865         hash: minor cleanups
14866         * lib/hash.h (hash_entry): Make opaque, by moving...
14867         * lib/hash.c (hash_entry): ...here.
14868         (hash_insert): Clarify restrictions on what can be inserted.
14869         (hash_get_next): Clarify when it is safe to remove an element
14870         during traversal.
14871         (check_tuning): Skip verification when tuning is known safe.
14872         (hash_initialize): Clarify restrictions on tuning.
14873
14874 2009-06-17  Jim Meyering  <jim@meyering.net>
14875         and Eric Blake  <ebb9@byu.net>
14876
14877         hash-tests: new module
14878         * modules/hash-tests: New file.
14879         * tests/test-hash.c: New file.
14880
14881 2009-06-17  Eric Blake  <ebb9@byu.net>
14882
14883         strstr-simple: document new module
14884         * MODULES.html.sh: Document new module.
14885
14886         strstr, strcasestr: replace on platforms with broken memchr
14887         * modules/strstr: Split into...
14888         * modules/strstr-simple: ...new module that does not care about
14889         performance, but does care about glibc bug.
14890         * m4/strstr.m4 (gl_FUNC_STRSTR): Split...
14891         (gl_FUNC_STRSTR_SIMPLE): ...into new macro, which replaces strstr
14892         if platform memchr is broken, per Debian bug 521737.
14893         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): React to broken
14894         memchr.
14895         * m4/memchr.m4 (gl_FUNC_MEMCHR): Only expand once.
14896         * doc/posix-functions/strstr.texi (strstr): Document the fix.
14897         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
14898         * modules/mountlist (Depends-on): Add strstr-simple.
14899         * modules/gen-uni-tables (Depends-on): Likewise.
14900         * modules/argz (Depends-on): Add strstr.
14901
14902 2009-06-17  Bruno Haible  <bruno@clisp.org>
14903
14904         * modules/posix_spawn-internal (Depends-on): Add errno.
14905
14906 2009-06-17  Bruno Haible  <bruno@clisp.org>
14907
14908         Define missing ESTALE on Interix 3.5.
14909         * lib/errno.in.h (ESTALE): Assign a value if missing.
14910         * lib/strerror.c (rpl_strerror): Handle missing ESTALE and ECANCELED.
14911         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Also test whether ESTALE is
14912         missing.
14913         * doc/posix-headers/errno.texi: Mention the Interix bug.
14914         Reported by Jay Krell <jay.krell@cornell.edu> via Eric Blake.
14915
14916 2009-06-15  Eric Blake  <ebb9@byu.net>
14917
14918         memchr, memchr2: add valgrind exception
14919         * lib/memchr.valgrind: New file.
14920         * lib/memchr2.valgrind: New file.
14921         * modules/memchr (Files): Distribute valgrind file.
14922         * modules/memchr2 (Files): Likewise.
14923
14924         docs: memchr is no longer obsolete
14925         * MODULES.html.sh: Move memchr from obsolete to string.h section.
14926         * lib/string.in.h (memchr): Simplify logic.
14927
14928 2009-06-14  Jim Meyering  <meyering@redhat.com>
14929
14930         link-follow: fix the "checking..." message to not mention trailing slash
14931         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): This test has
14932         never considered trailing slashes.
14933
14934 2009-06-14  Bruno Haible  <bruno@clisp.org>
14935
14936         * m4/memchr.m4: Mention also the bug on IA-64.
14937         * doc/posix-functions/memchr.texi: Likewise.
14938
14939 2009-06-12  Eric Blake  <ebb9@byu.net>
14940
14941         memchr: detect broken x86_64 and alpha implementations
14942         * modules/memchr-tests (Depends-on): Move mmap detection...
14943         * modules/memchr (Depends-on): ...here.
14944         (configure.ac): Set indicator.
14945         * lib/string.in.h (memchr): Declare replacement.
14946         * modules/string (Makefile.am): Trigger replacement.
14947         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
14948         * m4/memchr.m4 (gl_FUNC_MEMCHR): Use mmap to detect platform
14949         bugs.
14950         * doc/posix-functions/memchr.texi (memchr): Document the bug.
14951         * modules/getpagesize (License): Relax license.
14952
14953 2009-06-11  Bruno Haible  <bruno@clisp.org>
14954
14955         * lib/idpriv.h: Add more references.
14956
14957 2009-06-08  Bruno Haible  <bruno@clisp.org>
14958
14959         Tests for module 'idpriv-droptemp'.
14960         * modules/idpriv-droptemp-tests: New file.
14961         * tests/test-idpriv-droptemp.sh: New file.
14962         * tests/test-idpriv-droptemp.su.sh: New file.
14963         * tests/test-idpriv-droptemp.c: New file.
14964
14965         New module 'idpriv-droptemp'.
14966         * lib/idpriv-droptemp.c: New file.
14967         * modules/idpriv-droptemp: New file.
14968
14969 2009-06-08  Bruno Haible  <bruno@clisp.org>
14970
14971         Tests for module 'idpriv-drop'.
14972         * modules/idpriv-drop-tests: New file.
14973         * tests/test-idpriv-drop.sh: New file.
14974         * tests/test-idpriv-drop.su.sh: New file.
14975         * tests/test-idpriv-drop.c: New file.
14976
14977         New module 'idpriv-drop'.
14978         * lib/idpriv.h: New file.
14979         * lib-idpriv-drop.c: New file.
14980         * m4/idpriv.m4: New file.
14981         * modules/idpriv-drop: New file.
14982
14983 2009-06-08  Bruno Haible  <bruno@clisp.org>
14984
14985         * modules/unistdio/u8-vasnprintf (Depends-on): Add memchr.
14986         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
14987         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
14988         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
14989         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
14990         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
14991         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
14992
14993 2009-06-08  Eric Blake  <ebb9@byu.net>
14994
14995         test-strstr: use memory fence, when possible
14996         * tests/test-strstr.c (main): Use memory fence, in order to be
14997         more likely to trigger Debian bug 521737.
14998         * modules/strstr-tests (Files): Pull in additional files.
14999
15000         memchr: no longer obsolete, for wider field testing
15001         * modules/memchr (Status, Notice): Delete, this module is no
15002         longer obsolete.
15003         * modules/vasnprintf (Depends-on): Add memchr.
15004
15005 2009-06-07  Jim Meyering  <meyering@redhat.com>
15006
15007         hash: declare some functions with the warn_unused_result attribute
15008         * lib/hash.h (__attribute__, ATTRIBUTE_WUR): Define.
15009
15010 2009-06-07  Bruno Haible  <bruno@clisp.org>
15011
15012         * tests/test-alignof.c: Don't test int64_t if it does not exist.
15013         Reported by Eric Blake.
15014
15015 2009-06-06  Eric Blake  <ebb9@byu.net>
15016
15017         test-alignof: fix typo with long double
15018         * tests/test-alignof.c (CHECK): Use longdouble typedef to avoid
15019         compiler error.
15020
15021 2009-06-06  Neil Jerram  <neil@ossau.uklinux.net>  (tiny change)
15022
15023         Escape non-texinfo { and }s.
15024         * doc/ld-output-def.texi (Visual Studio Compatibility): Fix
15025         markup error.
15026
15027 2009-06-04  Jim Meyering  <meyering@redhat.com>
15028
15029         gitlog-to-changelog: don't infloop on an empty commit log
15030         * build-aux/gitlog-to-changelog: Warn about an empty log message.
15031         Reported by Boris Petersen <transacid@centerim.org>.
15032
15033 2009-06-03  Mike Frysinger  <vapier@gentoo.org>
15034
15035         version-etc: extend for packagers
15036         Add three new configure options, intended for packagers:
15037           --with-packager="packager name"
15038           --with-packager-version="packager-specific version"
15039           --with-packager-bug-reports="packager bug reporting"
15040         An example with coreutils:
15041           $ ./configure \
15042             --with-packager=Gentoo \
15043             --with-packager-bug-report=http://bugs.gentoo.org/ \
15044             --with-packager-version="patchset 1.6"
15045           $ ./src/ls --version | head -n2
15046           ls (GNU coreutils) 7.1-dirty
15047           Packaged by Gentoo (patchset 1.6)
15048         Note that the bug reporting info via --help doesn't show up because
15049         coreutils uses its own custom emit_bug_reporting_address() implementation
15050         in src/system.h.  If it didn't, it'd look like:
15051           $ ./src/ls --help | tail -n4
15052           Report bugs to <bug-coreutils@gnu.org>.
15053           Report Gentoo bugs to <http://bugs.gentoo.org/>.
15054           GNU coreutils home page: <http://www.gnu.org/software/coreutils/>.
15055           General help using GNU software: <http://www.gnu.org/gethelp/>.
15056         * lib/version-etc.c: Print new information, if provided.
15057         * m4/version-etc.m4: New file.
15058         * modules/version-etc (Files): Add m4/version-etc.m4.
15059         (configure.ac): Add gl_VERSION_ETC.
15060
15061 2009-05-31  Bruno Haible  <bruno@clisp.org>
15062
15063         * tests/test-alignof.c: Include <stdint.h>. Check also 'long double'
15064         and 'int64_t'.
15065         * modules/alignof-tests (Dependencies): Add stdint.
15066         Reported by Eric Blake.
15067
15068 2009-05-31  Bruno Haible  <bruno@clisp.org>
15069
15070         * lib/alignof.h (alignof_slot, alignof_type, alignof): Document
15071         restriction due to compiler bugs.
15072         Reported by Eric Blake.
15073
15074 2009-05-31  Simon Josefsson  <simon@josefsson.org>
15075             Bruno Haible  <bruno@clisp.org>
15076
15077         Fix test-alignof failure.
15078         * lib/alignof.h (alignof_slot): New macro.
15079         (alignof_type): New macro, with the same semantics as the previous
15080         'alignof'.
15081         (alignof): Alias to alignof_slot.
15082         * tests/test-alignof.c (CHECK): Check alignof_slot, not alignof. Also
15083         check that the results are usable as constant expressions.
15084
15085 2009-05-31  Bruno Haible  <bruno@clisp.org>
15086
15087         * tests/zerosize-ptr.h (zerosize_ptr): Specify more details.
15088         * tests/test-memchr.c (main): Check that memchr does not read past the
15089         first occurrence of the byte.
15090         * tests/test-strstr.c (main): Update comment.
15091         Suggested by Eric Blake.
15092
15093 2009-05-30  Bruno Haible  <bruno@clisp.org>
15094
15095         * doc/ld-output-def.texi (Visual Studio Compatibility): Explain in more
15096         detail how to use dumpbin.
15097         Reported by David Byron <dbyron@dbyron.com>.
15098
15099 2009-06-02  Simon Josefsson  <simon@josefsson.org>
15100
15101         * tests/test-parse-duration.sh: Don't use non-portable 'read -u3'.
15102
15103 2009-06-02  Simon Josefsson  <simon@josefsson.org>
15104
15105         * m4/manywarnings.m4: Add GCC 4.4 warnings.
15106
15107 2009-05-28  Bruno Haible  <bruno@clisp.org>
15108
15109         * gnulib-tool (func_import): Don't do HAVE_CONFIG_H replacements on
15110         build-aux/ files.
15111
15112 2009-05-28  Simon Josefsson  <simon@josefsson.org>
15113
15114         * gnulib-tool (func_import): Transform license on build-aux/ files too.
15115
15116 2009-05-27  Simon Josefsson  <simon@josefsson.org>
15117
15118         * gnulib-tool (sed_transform_main_lib_file)
15119         (sed_transform_testsrelated_lib_file): : Don't use non-POSIX
15120         regexps.
15121
15122 2009-05-26  Simon Josefsson  <simon@josefsson.org>
15123
15124         * tests/test-strstr.c: Add another self-test.
15125         * tests/test-strstr.c: Rewrite to use malloc/strcpy instead of
15126         strdup.  Suggested by Eric Blake  <ebb9@byu.net>.
15127
15128 2009-05-23  Bruno Haible  <bruno@clisp.org>
15129
15130         * doc/havelib.texi (AC_LIB_HAVE_LINKFLAGS): Update for 2009-04-26
15131         change.
15132
15133 2009-05-21  Bruno Haible  <bruno@clisp.org>
15134
15135         Simplify use of mode_t varargs.
15136         * lib/open.c (open): Use PROMOTED_MODE_T instead of a conditional that
15137         uses 'mode_t' or 'int'.
15138         * lib/openat.c (openat): Likewise.
15139         * lib/open-safer.c (open_safer): Likewise.
15140         * m4/mode_t.m4: New file.
15141         * m4/open.m4 (gl_PREREQ_OPEN): Require gl_PROMOTED_TYPE_MODE_T.
15142         * m4/openat.m4 (gl_PREREQ_OPENAT): Likewise.
15143         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Likewise.
15144         * modules/open (Files): Add m4/mode_t.m4.
15145         * modules/openat (Files): Likewise.
15146         * modules/fcntl-safer (Files): Likewise.
15147         Suggested by Eric Blake.
15148
15149 2009-05-21  Pádraig Brady  <P@draigbrady.com>
15150
15151         * doc/glibc-functions/fallocate.texi: New file.
15152         * doc/gnulib.texi: Include it.
15153
15154 2009-05-21  Eric Blake  <ebb9@byu.net>
15155             Bruno Haible  <bruno@clisp.org>
15156
15157         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Remove redundant m4_quote
15158         invocations.
15159         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
15160
15161 2009-05-21  Eric Blake  <ebb9@byu.net>
15162             Bruno Haible  <bruno@clisp.org>
15163
15164         Second attempt to work around an AIX 5.3, 6.1 compiler bug with
15165         include_next. Fix of 2008-11-20 commit.
15166         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Also set
15167         NEXT_AS_FIRST_DIRECTIVE_FOO_H.
15168         * lib/math.in.h: Use NEXT_AS_FIRST_DIRECTIVE_MATH_H instead of
15169         NEXT_MATH_H.
15170         * modules/math (Makefile.am): Substitute NEXT_AS_FIRST_DIRECTIVE_MATH_H
15171         instead of NEXT_MATH_H.
15172
15173 2009-05-21  Bruno Haible  <bruno@clisp.org>
15174
15175         Avoid redefinition warnings for SIZE_MAX.
15176         * m4/size_max.m4 (gl_SIZE_MAX): Avoid redefining SIZE_MAX in config.h.
15177         Reported by Simon Josefsson.
15178
15179 2009-05-21  Bruno Haible  <bruno@clisp.org>
15180
15181         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_CACHE_CHECK instead of
15182         AC_CACHE_VAL.
15183
15184 2009-05-20  Bruno Haible  <bruno@clisp.org>
15185
15186         Make zeroptr.h work on mingw.
15187         * tests/zerosize-ptr.h: Test for the presence of <sys/mman.h> and
15188         mprotect.
15189         * modules/memchr-tests (configure.ac): Also test for sys/mman.h.
15190         * modules/memchr2-tests (configure.ac): Likewise.
15191         * modules/memcmp-tests (configure.ac): Likewise.
15192         * modules/memmem-tests (configure.ac): Likewise.
15193         * modules/memrchr-tests (configure.ac): Likewise.
15194         Reported by Simon Josefsson.
15195
15196 2009-05-20  Simon Josefsson  <simon@josefsson.org>
15197
15198         * tests/test-glob.c: Include string.h for strcmp prototype.
15199
15200 2009-05-20  Simon Josefsson  <simon@josefsson.org>
15201
15202         * modules/getdelim (Depends-on): Add explicit stdint, although it
15203         was implicitly already pulled in via realloc-posix.
15204         * lib/getdelim.c: Get SIZE_MAX from stdint.h.
15205
15206 2009-05-20  Simon Josefsson  <simon@josefsson.org>
15207
15208         MinGW and IRIX does not have sa_family_t type.  Reported by "Tom
15209         G. Christensen" <tgc@jupiterrise.com>.
15210         * m4/sys_socket_h.m4: Check for sa_family_t.
15211         * lib/sys_socket.in.h: Typedef sa_family_t when needed.
15212         * modules/sys_socket: Substitute HAVE_SA_FAMILY_T.
15213         * tests/test-sys_socket.c: Check that sa_family_t works.
15214
15215 2009-05-18  Eric Blake  <ebb9@byu.net>
15216
15217         maint.mk: allow gnulib_dir in VPATH build
15218         * top/maint.mk (gnulib_dir): Make relative to $(srcdir).
15219
15220 2009-05-15  Jim Meyering  <meyering@redhat.com>
15221
15222         maint.mk: Give gnulib_dir a default definition.
15223         * top/maint.mk (gnulib_dir): Define to 'gnulib', by default.
15224         Thus, most packages no longer need to specify this variable in cfg.mk
15225
15226 2009-05-14  Tom Prince  <tom.prince@ualberta.net>  (tiny change)
15227
15228         rename.m4: fix typos that would make non-mingw cross-configure fail
15229         * m4/rename.m4 (gl_FUNC_RENAME): Fix typos.
15230
15231 2009-05-13  Eric Blake  <ebb9@byu.net>
15232
15233         mmap-anon: avoid out-of-order autoconf expansion
15234         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Use correct
15235         SYSTEM_EXTENSIONS macro to silence warnings from autoconf 2.63b.
15236         * modules/memchr-tests (Depends-on): Add extensions.
15237         * modules/memchr2-tests (Depends-on): Add extensions.
15238         * modules/memcmp-tests (Depends-on): Add extensions.
15239         * modules/memmem-tests (Depends-on): Add extensions.
15240         * modules/memrchr-tests (Depends-on): Add extensions.
15241
15242 2009-05-13  Bruno Haible  <bruno@clisp.org>
15243
15244         Make some tests ISO C 99 compliant.
15245         * tests/zerosize-ptr.h: New file.
15246         * tests/test-memchr.c: Include zerosize-ptr.h.
15247         (main): Use a zero-size object pointer instead of NULL.
15248         * tests/test-memchr2.c: Include zerosize-ptr.h.
15249         (main): Use a zero-size object pointer instead of NULL.
15250         * tests/test-memcmp.c: Include zerosize-ptr.h.
15251         (main): Use a zero-size object pointer instead of NULL.
15252         * tests/test-memmem.c: Include zerosize-ptr.h.
15253         (main): Use a zero-size object pointer instead of NULL.
15254         * tests/test-memrchr.c: Include zerosize-ptr.h.
15255         (main): Use a zero-size object pointer instead of NULL.
15256         * modules/memchr-tests (Files): Add tests/zerosize-ptr.h,
15257         m4/mmap-anon.m4.
15258         (Depends-on): Add getpagesize.
15259         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
15260         * modules/memchr2-tests (Files): Add tests/zerosize-ptr.h,
15261         m4/mmap-anon.m4.
15262         (Depends-on): Add getpagesize.
15263         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
15264         * modules/memcmp-tests (Files): Add tests/zerosize-ptr.h,
15265         m4/mmap-anon.m4.
15266         (Depends-on): Add getpagesize.
15267         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
15268         * modules/memmem-tests (Files): Add tests/zerosize-ptr.h,
15269         m4/mmap-anon.m4.
15270         (Depends-on): Add getpagesize.
15271         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
15272         * modules/memrchr-tests (Files): Add tests/zerosize-ptr.h,
15273         m4/mmap-anon.m4.
15274         (Depends-on): Add getpagesize.
15275         (configure.ac): Invoke gl_FUNC_MMAP_ANON. Check for mprotect.
15276
15277 2009-05-12  Bruno Haible  <bruno@clisp.org>
15278
15279         Tests for module 'alignof'.
15280         * modules/alignof-tests: New file.
15281         * tests/test-alignof.c: New file.
15282
15283 2009-05-12  Bruno Haible  <bruno@clisp.org>
15284
15285         Fix alignof macro.
15286         * lib/alignof.h (alignof): Remove special cases for AIX and HP-UX
15287         vendor compilers that are always correct.
15288
15289 2009-05-12  Bruno Haible  <bruno@clisp.org>
15290
15291         Make the MAP_ANONYMOUS detection work on HP-UX 11.
15292         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check whether mmap exists, but
15293         not whether its fully works.
15294
15295 2009-05-12  Bruno Haible  <bruno@clisp.org>
15296
15297         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Add comments.
15298
15299 2009-05-12  Jim Meyering  <meyering@redhat.com>
15300
15301         * top/maint.mk: Adjust backslash alignment.
15302
15303 2009-05-11  Simon Josefsson  <simon@josefsson.org>
15304
15305         * top/maint.mk: Make $(srcdir)/build-aux configurable.
15306
15307 2009-05-11  Eric Blake  <ebb9@byu.net>
15308
15309         argp: avoid undefined behavior
15310         * lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
15311         macros.
15312
15313 2009-05-08  Simon Josefsson  <simon@josefsson.org>
15314
15315         * tests/test-vc-list-files-git.sh: Do git config of user.email and
15316         user.name to prevent git commit from complaining.
15317
15318 2009-05-10  Bruno Haible  <bruno@clisp.org>
15319
15320         * gnulib-tool (func_import, func_create_testdir, copy-file): Change
15321         sed_rewrite_old_files, sed_rewrite_new_files, sed_rewrite_files so that
15322         it rewrites every file name only once.
15323         Reported by Simon Josefsson. Helped by Ralf Wildenhues.
15324
15325 2009-05-08  Bruno Haible  <bruno@clisp.org>
15326
15327         * lib/sys_socket.in.h (_SS_PADSIZE): Use a conditional expression
15328         instead of 'max'.
15329
15330 2009-05-08  Simon Josefsson  <simon@josefsson.org>
15331
15332         * m4/sys_socket_h.m4: Test for ws2tcpip.h earlier, needed for
15333         sockaddr_storage test.
15334
15335 2009-05-07  Simon Josefsson  <simon@josefsson.org>
15336
15337         * modules/sys_socket (Makefile.am): Substitute
15338         HAVE_STRUCT_SOCKADDR_STORAGE.  Depend on alignof.
15339         * m4/sys_socket_h.m4: Check for sockaddr_storage.
15340         * lib/sys_socket.in.h (sockaddr_storage): Define when needed.
15341         * tests/test-sys_socket.c: Check sockaddr_storage.
15342
15343 2009-05-08  Bruno Haible  <bruno@clisp.org>
15344
15345         New module 'alignof'.
15346         * lib/alignof.h: New file.
15347         * modules/alignof: New file.
15348
15349 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
15350             Bruno Haible  <bruno@clisp.org>
15351
15352         Fix test-file-has-acl on FreeBSD.
15353         * tests/test-file-has-acl.sh: Also test a directory. On FreeBSD, the
15354         mask is implicitly added.
15355         * tests/test-file-has-acl.c: Include <signal.h>.
15356         (main): Terminate the test after 5 seconds.
15357         * modules/acl-tests (configure.ac): Check for alarm function.
15358
15359 2009-05-04  Bruno Haible  <bruno@clisp.org>
15360
15361         Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.
15362         * m4/errno_h.m4 (gl_HEADER_ERRNO_H): Remove outdated comment.
15363         * modules/errno (configure.ac): Drop AC_REQUIRE.
15364         * m4/multiarch.m4 (gl_MULTIARCH): Remove outdated comment.
15365         * modules/multiarch (configure.ac): Drop AC_REQUIRE.
15366
15367 2009-05-04  Simon Josefsson  <simon@josefsson.org>
15368
15369         * modules/glob-tests: New module.
15370         * tests/test-glob.c: Add.
15371
15372 2009-05-04  Simon Josefsson  <simon@josefsson.org>
15373
15374         * modules/fnmatch-tests: New module.
15375         * tests/test-fnmatch.c: Add.
15376
15377 2009-05-04  Eric Blake  <ebb9@byu.net>
15378
15379         maint: make the new no-submodule-changes rule VPATH-safe
15380         * top/maint.mk (no-submodule-changes): Don't assume a srcdir build.
15381
15382 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
15383             Bruno Haible  <bruno@clisp.org>
15384
15385         acl: Fix infinite loop on FreeBSD.
15386         * lib/acl_entries.c (acl_entries) [Linux, FreeBSD]: Fix interpretation
15387         of return value from acl_get_entry.
15388         * lib/file-has-acl.c (acl_access_nontrivial) [Linux, FreeBSD]:
15389         Likewise.
15390
15391 2009-05-03  Bruno Haible  <bruno@clisp.org>
15392
15393         * lib/acl-internal.h (acl_entries): Clarify return value.
15394         * lib/acl_entries.c (acl_entries): Likewise.
15395
15396 2009-05-04  David Bartley  <dtbartle@csclub.uwaterloo.ca>
15397
15398         Bug fix in acl module.
15399         * lib/set-mode-acl.c: Use correct struct with ACL_SETACL.
15400
15401 2009-05-03  Bruno Haible  <bruno@clisp.org>
15402
15403         Create gperf-generated file in the source dir, not in the build dir.
15404         * modules/iconv_open (iconv_open-aix.h, iconv_open-hpux.h,
15405         iconv_open-irix.h, iconv_open-osf.h): Create file in the source tree.
15406         * modules/unicase/locale-language (unicase/locale-languages.h):
15407         Likewise.
15408         * modules/unicase/special-casing (unicase/special-casing-table.h):
15409         Likewise.
15410         * modules/unictype/property-byname (unictype/pr_byname.h): Likewise.
15411         * modules/unictype/scripts (unictype/scripts_byname.h): Likewise.
15412         * modules/uninorm/composition (uninorm/composition-table.h): Likewise.
15413         Reported by Ralf Wildenhues.
15414
15415 2009-05-03  Bruno Haible  <bruno@clisp.org>
15416
15417         * modules/fnmatch (Description, configure.ac): Taken from
15418         fnmatch-posix.
15419         * modules/fnmatch-posix: Turn into a symbolic reference to the
15420         'fnmatch' module, and deprecate.
15421         * doc/posix-functions/fnmatch.texi: Mention the fnmatch module.
15422
15423 2009-05-03  Bruno Haible  <bruno@clisp.org>
15424
15425         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF,
15426         gl_PREREQ_VASNPRINTF_LONG_DOUBLE): Define through AC_DEFUN_ONCE.
15427         Reported by Ralf Wildenhues.
15428
15429 2009-05-04  Simon Josefsson  <simon@josefsson.org>
15430
15431         * m4/fnmatch.m4: Fix fnmatch re-define.
15432
15433 2009-04-27  David Bartley  <dtbartle@csclub.uwaterloo.ca>
15434
15435         priv-set: new module and tests; adapt write-any-file
15436         * lib/priv-set.c: New file.
15437         * lib/priv-set.h: New file.
15438         * lib/unlinkdir.c: Make cannot_unlink_dir thread-safe.
15439         * lib/write-any-file.c: Simplify by using priv-set module.
15440         * m4/priv-set.m4: New file.
15441         * modules/priv-set: New file.
15442         * modules/unlinkdir: Add dependency on priv-set module.
15443         * modules/write-any-file: Likewise.
15444
15445         Tests for module 'priv-set'.
15446         * modules/priv-set-tests: New file.
15447         * tests/test-priv-set.c: New file.
15448
15449 2009-05-03  Jim Meyering  <meyering@redhat.com>
15450             Bruno Haible  <bruno@clisp.org>
15451
15452         * lib/propername.c (proper_name_utf8): Ignore no-op translations;
15453         use the converted UTF-8 variant of the name instead.
15454
15455 2009-05-03  Jim Meyering  <meyering@redhat.com>
15456
15457         tests: tighten some getdate tests
15458         * tests/test-getdate.c (main): Tighten tests: require equality,
15459         not just greater than.  Set TZ envvar to UTC0.
15460
15461 2009-05-03  Giuseppe Scrivano  <gscrivano@gnu.org>
15462
15463         getdate: correctly interpret "next monday" when run on a Monday
15464         * lib/getdate.y (get_date): Correct the calculation of tm_mday so
15465         that e.g., "next tues" (when run on a tuesday) results in a date
15466         that is one week in the future, and not today's date.
15467         I.e., add a week when the wday is the same as the current one.
15468         Reported by Tom Broadhurst in http://savannah.gnu.org/bugs/?25406,
15469         and earlier by Martin Bernreuther and Jan Minář.
15470         * tests/test-getdate.c (main): Check that "next DAY" is always in
15471         the future and that "last DAY" is always in the past.
15472
15473 2009-05-02  Jim Meyering  <meyering@redhat.com>
15474
15475         build: ensure that a release build fails when a submodule is unclean
15476         * top/maint.mk (no-submodule-changes): New rule.
15477         (alpha beta major): Depend on it.
15478
15479 2009-05-02  Bruno Haible  <bruno@clisp.org>
15480
15481         Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.
15482         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Use a
15483         shell variable gl_fnmatch_required to detect which variant is
15484         requested.
15485         (_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): Remove macros. Inlined into
15486         gl_FUNC_FNMATCH_POSIX.
15487         * gnulib-tool (func_create_testdir, func_create_megatestdir): Don't
15488         exclude fnmatch-posix.
15489
15490 2009-05-02  Bruno Haible  <bruno@clisp.org>
15491
15492         Relicense mbsrtowcs and strnlen1 under LGPLv2+.
15493         * modules/mbsrtowcs (License): Change to LGPLv2+.
15494         * modules/strnlen1 (License): Likewise.
15495         Reported by Simon Josefsson.
15496
15497 2009-05-02  Bruno Haible  <bruno@clisp.org>
15498
15499         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Say "guessing no" instead of
15500         "cross".
15501         (gl_FUNC_FNMATCH_POSIX, gl_FUNC_FNMATCH_GNU): Update. Don't assume that
15502         gnulib-tool was called with option --source-base=lib.
15503
15504 2009-05-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15505
15506         Use automake *-local hooks without commands, for extensibility.
15507         * modules/localcharset (Makefile.am): Rename install-exec-local
15508         rule to install-exec-localcharset, and make it a prerequisite of
15509         install-exec-local.  Likewise, rename the uninstall-local rule to
15510         uninstall-localcharset, and make it a prerequisite of the former.
15511
15512 2009-05-01  Bruno Haible  <bruno@clisp.org>
15513
15514         * lib/wchar.in.h (wcsnrtombs): Define if REPLACE_WCSNRTOMBS is 1.
15515         * m4/wcsnrtombs.m4 (gl_FUNC_WCSRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
15516         set REPLACE_WCSNRTOMBS if mbstate_t must be replaced.
15517         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCSNRTOMBS.
15518         * modules/wchar (Makefile.am): Substitute REPLACE_WCSNRTOMBS.
15519         * modules/wcsnrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
15520         m4/locale-zh.m4, m4/codeset.m4.
15521
15522         * m4/wcsrtombs.m4 (gl_FUNC_WCSNRTOMBS): Invoke gl_MBSTATE_T_BROKEN, and
15523         set REPLACE_WCSRTOMBS if mbstate_t must be replaced.
15524         * modules/wcsrtombs (Files): Add m4/mbrtowc.m4, m4/locale-ja.m4,
15525         m4/locale-zh.m4.
15526
15527         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Invoke gl_MBSTATE_T_BROKEN, and set
15528         REPLACE_WCRTOMB if mbstate_t must be replaced.
15529         * modules/wcrtomb (Files): Add m4/mbrtowc.m4.
15530         Reported by Jens Rehsack <rehsack@googlemail.com> via Eric Blake.
15531
15532 2009-05-01  Bruno Haible  <bruno@clisp.org>
15533
15534         Avoid compiler warnings when redefining macros defined by <libintl.h>.
15535         * lib/gettext.h [!ENABLE_NLS] (gettext, dgettext, dcgettext, ngettext,
15536         dngettext, dcngettext, textdomain, bindtextdomain,
15537         bind_textdomain_codeset): Undefine before redefining.
15538
15539 2009-04-30  Bruno Haible  <bruno@clisp.org>
15540
15541         Fix bug introduced on 2009-04-25.
15542         * lib/math.in.h (gl_signbitf_OPTIMIZED_MACRO,
15543         gl_signbitd_OPTIMIZED_MACRO, gl_signbitl_OPTIMIZED_MACRO): New macros.
15544         * lib/signbitf.c (gl_signbitd): Undefine if gl_signbitf_OPTIMIZED_MACRO
15545         is defined.
15546         * lib/signbitd.c (gl_signbitd): Undefine if gl_signbitd_OPTIMIZED_MACRO
15547         is defined.
15548         * lib/signbitl.c (gl_signbitd): Undefine if gl_signbitl_OPTIMIZED_MACRO
15549         is defined.
15550         Reported by Elbert_Pol <elbert.pol@gmail.com>.
15551
15552 2009-04-28  Bruno Haible  <bruno@clisp.org>
15553
15554         Comment tweaks.
15555         * lib/unistr.h (u*_cmp2): Clarify what memcmp2 is.
15556         * lib/uninorm.h (u*_normxfrm): Fix description of return value.
15557         * lib/unicase.h (u*_casexfrm): Likewise.
15558         Reported by Paolo Bonzini.
15559
15560 2009-04-28  Bruno Haible  <bruno@clisp.org>
15561
15562         Fix a compilation error.
15563         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Fix initializer.
15564         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
15565         Reported by Jim Meyering.
15566
15567 2009-04-27  Bruno Haible  <bruno@clisp.org>
15568
15569         New module 'libunistring'.
15570         * modules/libunistring: New file.
15571         * m4/libunistring.m4: New file.
15572         * MODULES.html.sh (Unicode string functions): Add it.
15573
15574 2009-04-27  Eric Blake  <ebb9@byu.net>
15575
15576         maint.mk: allow package-specific header to provide <config.h>
15577         * top/maint.mk (sc_require_config_h): New variable.
15578         (sc_require_config_h, sc_require_config_h_first): Use it.
15579
15580 2009-04-27  Simon Josefsson  <simon@josefsson.org>
15581
15582         * top/maint.mk (sc_avoid_if_before_free): Except
15583         useless-if-before-free script.
15584
15585 2009-04-27  Eric Blake  <ebb9@byu.net>
15586
15587         maintainer-makefile: depend on all required helper scripts
15588         * modules/maintainer-makefile (Depends-on): Add vc-list-files and
15589         useless-if-before-free.
15590         * top/maint.mk (VC_LIST, sc_avoid_if_before_free): Use local
15591         version, rather than assuming gnulib checkout is available.
15592         Reported by Simen Josefsson.
15593
15594 2009-04-26  Bruno Haible  <bruno@clisp.org>
15595
15596         Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".
15597         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): Ignore paths that end in
15598         "../" or "..".
15599
15600 2009-04-26  Bruno Haible  <bruno@clisp.org>
15601
15602         * m4/lib-link.m4 (AC_LIB_HAVE_LINKFLAGS): Accept a fifth argument.
15603         * m4/libsigsegv.m4 (gl_LIBSIGSEGV): Simplify by using
15604         AC_LIB_HAVE_LINKFLAGS.
15605
15606 2009-04-26  Bruno Haible  <bruno@clisp.org>
15607
15608         Simplify calling convention of u*_conv_from_encoding.
15609         * lib/uniconv.h (u8_conv_from_encoding, u16_conv_from_encoding,
15610         u32_conv_from_encoding): Expect a resultbuf argument and return the
15611         result directly as a pointer.
15612         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Likewise.
15613         * lib/uniconv/u-conv-from-enc.h (FUNC): Likewise.
15614         * lib/uniconv/u-strconv-from-enc.h (FUNC): Update.
15615         * lib/unicase/ulc-casecmp.c (ulc_u8_casefold): Update.
15616         * lib/unicase/ulc-casexfrm.c (ulc_casexfrm): Update.
15617         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
15618         Update.
15619         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Update.
15620         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Update.
15621         * lib/vasnprintf.c (VASNPRINTF): Update.
15622         * tests/uniconv/test-u8-conv-from-enc.c (main): Update.
15623         * tests/uniconv/test-u16-conv-from-enc.c (main): Update.
15624         * tests/uniconv/test-u32-conv-from-enc.c (main): Update.
15625         * NEWS: Mention the change.
15626
15627 2009-04-26  Bruno Haible  <bruno@clisp.org>
15628
15629         Simplify calling convention of u*_conv_to_encoding.
15630         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
15631         u32_conv_to_encoding): Expect a resultbuf argument and return the
15632         result directly as a pointer.
15633         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
15634         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Preserve errno while
15635         freeing scaled_offsets if mem_iconveha failed.
15636         * lib/unicase/u-casexfrm.h (FUNC): Update.
15637         * lib/uninorm/u-normxfrm.h (FUNC): Update.
15638         * lib/vasnprintf.c (VASNPRINTF): Update.
15639         * tests/uniconv/test-u8-conv-to-enc.c (main): Update.
15640         * tests/uniconv/test-u16-conv-to-enc.c (main): Update.
15641         * tests/uniconv/test-u32-conv-to-enc.c (main): Update.
15642         * NEWS: Mention the change.
15643
15644 2009-04-26  Bruno Haible  <bruno@clisp.org>
15645
15646         Avoid test failures on AIX and OSF/1.
15647         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Avoid calling
15648         malloc(0).
15649         * lib/uniconv/u8-conv-to-enc.c (u8_conv_to_encoding): Likewise.
15650         * lib/unilbrk/ulc-possible-linebreaks.c (ulc_possible_linebreaks):
15651         Likewise.
15652         * lib/unilbrk/ulc-width-linebreaks.c (ulc_width_linebreaks): Likewise.
15653         * lib/uniwbrk/ulc-wordbreaks.c (ulc_wordbreaks): Likewise.
15654         * lib/uniconv/u-conv-to-enc.h (FUNC): Likewise. Fix memory leak.
15655         * lib/unistr/u-cpy-alloc.h (FUNC): Call malloc(1) instead of malloc(0).
15656         * doc/posix-functions/malloc.texi: Document the portability problem
15657         related to malloc(0).
15658
15659 2009-04-26  Bruno Haible  <bruno@clisp.org>
15660
15661         * modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
15662         * modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
15663         * modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
15664
15665 2009-04-25  Bruno Haible  <bruno@clisp.org>
15666
15667         Avoid link error when creating a namespace clean library.
15668         * lib/math.in.h (gl_signbitf, gl_signbitd, gl_signbitl): Don't define
15669         as macro with arguments if already defined as an alias.
15670         * lib/signbitf.c (gl_signbitf): Don't undefine.
15671         * lib/signbitd.c (gl_signbitd): Don't undefine.
15672         * lib/signbitl.c (gl_signbitl): Don't undefine.
15673
15674 2009-04-25  Jim Meyering  <meyering@redhat.com>
15675
15676         vc-list-files: fix another quoting bug
15677         * build-aux/vc-list-files: Avoid sed backslash expansion
15678         of pathological directory names.
15679
15680 2009-04-25  Eric Blake  <ebb9@byu.net>
15681
15682         vc-list-files: fix shell quoting error
15683         * build-aux/vc-list-files: Protect against $ in $dir.  Normalize
15684         timestamp.
15685
15686 2009-04-25  Jim Meyering  <meyering@redhat.com>
15687
15688         vc-list-files: restore lost functionality with subdir argument
15689         * build-aux/vc-list-files: When given a non-"." sub-directory
15690         argument, substitute the $dir/ prefix back onto each resulting name.
15691         Otherwise, coreutils' root_tests check would fail.
15692
15693 2009-04-24  Eric Blake  <ebb9@byu.net>
15694
15695         vc-list-files: ignore git symlinks
15696         * build-aux/vc-list-files (.git): Use ls-tree and a filter, rather
15697         than ls-files, to ignore git symlinks.
15698
15699         maint.mk: import improvements from m4
15700         * top/maint.mk (VC-tag): Use signing key from cfg.mk.
15701         (move_if_change): Delete unused macro.
15702         (news-date-check, vc-diff-check): Support VPATH builds.
15703         (announcement): Likewise.  Split --bootstrap-tools list...
15704         (boostrap-tools): ...into separate list, which can be overridden
15705         in cfg.mk.
15706         (sc_avoid_if_before_free): Point to $(gnulib_dir), rather than
15707         requiring dependency on useless-if-before-free module.
15708         (VC_LIST, VC_LIST_EXCEPT): Likewise for vc-list-files module.
15709         Support VPATH builds.
15710
15711 2009-04-24  Jim Meyering  <meyering@redhat.com>
15712
15713         maint.mk: remove coreutils-specific rules and variables
15714         * top/maint.mk (bin, taint-distcheck, coreutils-path-check, t): Remove.
15715         (fake_home, install-transform-check, my-instcheck, pfx, TMPDIR): Remove.
15716         (t_prefix, t_taint, tp, warn_cflags, write_loser, my-distcheck): Remove.
15717
15718         maint.mk: remove obsolete rule
15719         * top/maint.mk (rel-check): Remove rule.
15720         (WGET, WGETFLAGS): Remove now-unused variables.
15721
15722 2009-04-24  Simon Josefsson  <simon@josefsson.org>
15723
15724         * top/maint.mk (makefile-check): Renamed to sc_makefile_check for
15725         consistency.
15726
15727         * modules/vc-list-files-tests (TESTS_ENVIRONMENT): Use
15728         '$(PATH_SEPARATOR)' instead of ':'.
15729
15730 2009-04-24  Simon Josefsson  <simon@josefsson.org>
15731
15732         * lib/getopt1.c (main): Use 'const' for static array.
15733
15734 2009-04-24  Simon Josefsson  <simon@josefsson.org>
15735
15736         * top/maint.mk: Sync with coreutils.
15737         * NEWS: Explain incompatibilities.
15738
15739 2009-04-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
15740             Bruno Haible  <bruno@clisp.org>
15741
15742         Fix cross-compilation results.
15743         * m4/btowc.m4 (gl_FUNC_BTOWC): Use no-op statement, rather than empty
15744         statement, as third argument of AC_TRY_RUN.
15745         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE, gl_MBRTOWC_SANITYCHECK,
15746         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL):
15747         Likewise.
15748         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): Likewise.
15749         * m4/wcsrtombs.m4 (gl_WCSRTOMBS_TERMINATION, gl_WCSRTOMBS_NULL):
15750         Likewise.
15751         * m4/wctob.m4 (gl_FUNC_WCTOB): Likewise.
15752         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Likewise. Update for AIX 4.3.
15753         * doc/posix-functions/wcrtomb.texi: Mention the bug on AIX 4.3.
15754
15755 2009-04-20  Bruno Haible  <bruno@clisp.org>
15756
15757         Avoid test failure on mingw.
15758         * tests/uniwidth/test-uc_width2.sh: Convert newlines in output.
15759
15760 2009-04-20  Bruno Haible  <bruno@clisp.org>
15761
15762         Avoid compilation error on mingw.
15763         * modules/localename-tests (Depends-on): Add locale.
15764
15765 2009-04-19  Bruno Haible  <bruno@clisp.org>
15766
15767         Support for building a shared library on Windows platforms.
15768         * tests/uninorm/test-nfc.c (n): Don't define if WOE32DLL.
15769         (main): Test the presence of UNINORM_NFC here.
15770         * tests/uninorm/test-nfd.c (n): Don't define if WOE32DLL.
15771         (main): Test the presence of UNINORM_NFD here.
15772         * tests/uninorm/test-nfkc.c (n): Don't define if WOE32DLL.
15773         (main): Test the presence of UNINORM_NFKC here.
15774         * tests/uninorm/test-nfkd.c (n): Don't define if WOE32DLL.
15775         (main): Test the presence of UNINORM_NFKD here.
15776
15777 2009-04-19  Bruno Haible  <bruno@clisp.org>
15778
15779         Avoid a compiler warning.
15780         * tests/uninorm/test-u32-normalize-big.c (read_normalization_test_file):
15781         Change type of variable 'sequence'.
15782
15783 2009-04-19  Bruno Haible  <bruno@clisp.org>
15784
15785         * modules/configmake (Makefile.am): When the contents of configmake.h
15786         does not change, arrange to preserve its modification time.
15787
15788 2009-04-17  Simon Josefsson  <simon@josefsson.org>
15789
15790         * top/maint.mk (PO_DOMAIN): New variable, allows overriding of
15791         gettext domain.
15792
15793 2009-04-16  Jim Meyering  <meyering@redhat.com>
15794
15795         useless-if-before-free: improve conversion code
15796         * build-aux/useless-if-before-free: Adjust code-in-comment to match
15797         "...!= 0" as well as "...!= NULL".  emacs has one of the former.
15798
15799 2009-04-14  Bruno Haible  <bruno@clisp.org>
15800
15801         * modules/fcntl (Depends-on): Add extensions.
15802         * m4/fcntl_h.m4 (gl_FCNTL_H): Add a comment.
15803
15804 2009-04-12  Ben Pfaff  <blp@gnu.org>
15805
15806         Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.
15807         * m4/fcntl_h.m4 (gl_FCNTL_H): Require AC_USE_SYSTEM_EXTENSIONS.
15808
15809 2009-03-20  Ben Pfaff  <blp@gnu.org>
15810
15811         Make rename replace existing destinations on Windows.
15812         * m4/rename.m4: Add test for Mingw.
15813         * lib/rename.c: Add rename replacement that uses MoveFileEx with
15814         MOVEFILE_REPLACE_EXISTING to replace existing destination files.
15815         * doc/posix-functions/rename.texi: Document.
15816
15817 2009-04-10  Bruno Haible  <bruno@clisp.org>
15818
15819         New include file "iconveh.h".
15820         * lib/iconveh.h: New file, extracted from lib/striconveh.h.
15821         * lib/striconveh.h: Include it.
15822         (enum iconv_ilseq_handler): Remove definition.
15823         * lib/striconveha.h: Include <stddef.h> and iconveh.h instead of
15824         striconveh.h.
15825         * lib/striconveha.c: Include striconveh.h.
15826         * lib/uniconv.h: Include iconveh.h instead of striconveh.h.
15827         * modules/striconveh (Files): Add lib/iconveh.h.
15828         * modules/uniconv/base (Files): Add lib/iconveh.h. Remove
15829         lib/striconveh.h.
15830
15831 2009-04-10  Bruno Haible  <bruno@clisp.org>
15832
15833         * lib/uniconv.h: Update comment.
15834
15835 2009-04-10  Bruno Haible  <bruno@clisp.org>
15836
15837         * lib/unistr/u8-mbtouc-aux.c: Inside libunistring, define the function
15838         always.
15839         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
15840         * lib/unistr/u16-mbtouc-aux.c: Likewise.
15841         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
15842         * lib/unistr/u8-mbtouc.c: Inside libunistring, include
15843         "unistring-notinline.h", so that the function gets defined always.
15844         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
15845         * lib/unistr/u8-uctomb.c: Likewise.
15846         * lib/unistr/u16-mbtouc.c: Likewise.
15847         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
15848         * lib/unistr/u16-uctomb.c: Likewise.
15849         * lib/unistr/u32-mbtouc.c: Likewise.
15850         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
15851         * lib/unistr/u32-uctomb.c: Likewise.
15852
15853 2009-04-10  Bruno Haible  <bruno@clisp.org>
15854
15855         Mark 'utime' obsolete.
15856         * modules/utime (Status, Notice): New sections.
15857         Suggested by Jim Meyering.
15858
15859         Fix cross-compile guess for utime test.
15860         * m4/utime.m4 (AC_FUNC_UTIME_NULL): Add definition from newest unstable
15861         autoconf.
15862         * doc/posix-functions/utime.texi: Give more precisions.
15863         Reported by Jan <ipif@ymail.com>.
15864
15865 2009-04-09  Kamil Dudka  <kdudka@redhat.com>
15866
15867         filevercmp: correct today's change
15868         * lib/filevercmp.c: Also handle coreutils' test inputs.
15869         * tests/test-filevercmp.c: Add inputs from one of coreutils' test scripts.
15870
15871         Fix regression in 'filevercmp' module. Thanks Sven Joachim
15872         for reporting it.
15873         * lib/filevercmp.c: Special handle for "", "." and "..".
15874         * tests/test-filevercmp.c: Enlarge the set suite.
15875
15876 2009-04-07  Jim Meyering  <meyering@redhat.com>
15877
15878         useless-if-before-free: show how to remove braced useless free, too
15879         * build-aux/useless-if-before-free: still only in a comment, though.
15880
15881 2009-04-07  Reuben Thomas  <rrt@sc3d.org>
15882
15883         maint.mk: import changes to syntax-check macros from coreutils
15884         * top/maint.mk (_prohibit_regexp, _header_without_use): Define.
15885         Use them in the relevant macros.
15886
15887 2009-04-06  Bruno Haible  <bruno@clisp.org>
15888
15889         Fix unportable use of bit-fields.
15890         * lib/unicase/special-casing.h (struct special_casing_rule): Change the
15891         bit-field type from 'int' to 'signed int'. Otherwise Solaris cc,
15892         AIX xlc, and OSF/1 cc interpret it as 'unsigned int'.
15893
15894 2009-04-06  Bruno Haible  <bruno@clisp.org>
15895
15896         Avoid test failures on AIX and OSF/1.
15897         * tests/unicase/test-u8-casefold.c (check): Account for the possibility
15898         that malloc(0) = NULL.
15899         * tests/unicase/test-u8-tolower.c (check): Likewise.
15900         * tests/unicase/test-u8-totitle.c (check): Likewise.
15901         * tests/unicase/test-u8-toupper.c (check): Likewise.
15902         * tests/unicase/test-u16-casefold.c (check): Likewise.
15903         * tests/unicase/test-u16-tolower.c (check): Likewise.
15904         * tests/unicase/test-u16-totitle.c (check): Likewise.
15905         * tests/unicase/test-u16-toupper.c (check): Likewise.
15906         * tests/unicase/test-u32-casefold.c (check): Likewise.
15907         * tests/unicase/test-u32-tolower.c (check): Likewise.
15908         * tests/unicase/test-u32-totitle.c (check): Likewise.
15909         * tests/unicase/test-u32-toupper.c (check): Likewise.
15910         * tests/uninorm/test-u8-nfc.c (check): Likewise.
15911         * tests/uninorm/test-u8-nfd.c (check): Likewise.
15912         * tests/uninorm/test-u8-nfkc.c (check): Likewise.
15913         * tests/uninorm/test-u8-nfkd.c (check): Likewise.
15914         * tests/uninorm/test-u16-nfc.c (check): Likewise.
15915         * tests/uninorm/test-u16-nfd.c (check): Likewise.
15916         * tests/uninorm/test-u16-nfkc.c (check): Likewise.
15917         * tests/uninorm/test-u16-nfkd.c (check): Likewise.
15918         * tests/uninorm/test-u32-nfc.c (check): Likewise.
15919         * tests/uninorm/test-u32-nfd.c (check): Likewise.
15920         * tests/uninorm/test-u32-nfkc.c (check): Likewise.
15921         * tests/uninorm/test-u32-nfkd.c (check): Likewise.
15922
15923 2009-04-05  Bruno Haible  <bruno@clisp.org>
15924
15925         Work around an autoconf limitation.
15926         * gnulib-tool (func_emit_lib_Makefile_am): Omit the "Reproduce by"
15927         comment line if it would be longer than 3 KB.
15928
15929 2009-04-05  Bruno Haible  <bruno@clisp.org>
15930
15931         Avoid test failure with libiconv-1.13.
15932         * tests/test-striconveh.c (main): Allow result of libiconv 1.13 as one
15933         of the expected test results.
15934
15935 2009-04-05  Bruno Haible  <bruno@clisp.org>
15936
15937         * gnulib-tool (func_emit_lib_Makefile_am): Don't add the library to
15938         noinst_LTLIBRARIES if the Makefile.am in the same directory specifies
15939         that it should be installed.
15940
15941 2009-04-05  Bruno Haible  <bruno@clisp.org>
15942
15943         * gnulib-tool: New option --copy-file.
15944         (func_usage): Document it.
15945         (func_dest_tmpfilename): Moved out of func_import.
15946         (func_add_file, func_update_file): New functions, extracted from
15947         func_import.
15948         (func_import): Update.
15949
15950 2009-04-05  Karl Berry  <karl@gnu.org>
15951
15952         * README: prominently mention gnulib-tool.
15953         Rearrange sections so getting the code is near the top.
15954
15955 2009-04-05  Bruno Haible  <bruno@clisp.org>
15956
15957         * lib/unicase.h: Mention u*_cmp2.
15958         * lib/unicase/u-casecmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
15959         * lib/unicase/u8-casecmp.c: Use u8_cmp2 instead of u8_cmp.
15960         * lib/unicase/ulc-casecmp.c: Likewise.
15961         * lib/unicase/u16-casecmp.c: Use u16_cmp2 instead of u16_cmp.
15962         * lib/unicase/u32-casecmp.c: Use u32_cmp2 instead of u32_cmp.
15963         * modules/unicase/u8-casecmp (Depends-on): Add unistr/u8-cmp2, remove
15964         unistr/u8-cmp.
15965         * modules/unicase/ulc-casecmp (Depends-on): Likewise.
15966         * modules/unicase/u16-casecmp (Depends-on): Add unistr/u16-cmp2, remove
15967         unistr/u16-cmp.
15968         * modules/unicase/u32-casecmp (Depends-on): Add unistr/u32-cmp2, remove
15969         unistr/u32-cmp.
15970
15971         * lib/uninorm.h: Mention u*_cmp2.
15972         * lib/uninorm/u-normcmp.h (FUNC): Invoke U_CMP2 instead of U_CMP.
15973         * lib/uninorm/u8-normcmp.c: Use u8_cmp2 instead of u8_cmp.
15974         * lib/uninorm/u16-normcmp.c: Use u16_cmp2 instead of u16_cmp.
15975         * lib/uninorm/u32-normcmp.c: Use u32_cmp2 instead of u32_cmp.
15976         * modules/uninorm/u8-normcmp (Depends-on): Add unistr/u8-cmp2, remove
15977         unistr/u8-cmp.
15978         * modules/uninorm/u16-normcmp (Depends-on): Add unistr/u16-cmp2, remove
15979         unistr/u16-cmp.
15980         * modules/uninorm/u32-normcmp (Depends-on): Add unistr/u32-cmp2, remove
15981         unistr/u32-cmp.
15982
15983         New module 'unistr/u32-cmp2'.
15984         * lib/unistr/u32-cmp2.c: New file.
15985         * modules/unistr/u32-cmp2: New file.
15986
15987         New module 'unistr/u16-cmp2'.
15988         * lib/unistr/u16-cmp2.c: New file.
15989         * modules/unistr/u16-cmp2: New file.
15990
15991         New module 'unistr/u8-cmp2'.
15992         * lib/unistr.h (u8_cmp2, u16_cmp2, u32_cmp2): New declarations.
15993         * lib/unistr/u8-cmp2.c: New file.
15994         * lib/unistr/u-cmp2.h: New file.
15995         * modules/unistr/u8-cmp2: New file.
15996
15997 2009-04-05  Bruno Haible  <bruno@clisp.org>
15998
15999         * lib/unictype.h (uc_property_is_valid): New macro.
16000         * tests/unictype/test-pr_byname.c (main): Use it.
16001
16002         * lib/unistr.h: Doc fixes.
16003         * lib/uniconv.h: Doc fixes.
16004         * lib/unictype.h: Doc fixes.
16005
16006 2009-04-03  Paul Eggert  <eggert@cs.ucla.edu>
16007
16008         Port coreutils 7.2 to Solaris 8.
16009
16010         * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h.
16011         * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl,
16012         for Solaris 8.  This is a bit of a hack, as it means it's the
16013         caller's responsibility to add -lnsl if needed, but most likely it
16014         won't be needed since only getaddrinfo uses this and getaddrinfo
16015         isn't needed on Solaris 8.
16016
16017         * modules/fnmatch (Depends-on): Add mbsrtowcs, to fix a porting
16018         problem to Solaris 8 encountered with coreutils 7.2, which
16019         resulted in a message "fnmatch.c:292: warning: passing argument 4
16020         of 'mbsrtowcs' from incompatible pointer type".  Also, add mbsinit
16021         at the suggestion of Bruno Haible, since fnmatch uses mbsinit.
16022
16023 2009-04-03  Simon Josefsson  <simon@josefsson.org>
16024
16025         * m4/ld-version-script.m4: Add FIXME comment.
16026
16027 2009-04-02  Simon Josefsson  <simon@josefsson.org>
16028
16029         * doc/ld-output-def.texi: Use DLL_VERSION instead of confusing
16030         SOVERSION variable.
16031
16032 2009-04-02  Bruno Haible  <bruno@clisp.org>
16033
16034         * Makefile (info, html, dvi, pdf): Combine the rules.
16035         Suggested by Jim Meyering.
16036
16037 2009-04-01  Bruno Haible  <bruno@clisp.org>
16038
16039         * Makefile (info, html, dvi, pdf): New targets.
16040         Reported by Reuben Thomas <rrt@sc3d.org>.
16041
16042 2009-04-01  Bruno Haible  <bruno@clisp.org>
16043
16044         * doc/gnulib-tool.texi (Invoking gnulib-tool): Document how gnulib-tool
16045         can be put into PATH.
16046         Reported by Reuben Thomas <rrt@sc3d.org>. Suggested by Karl Berry.
16047
16048 2009-04-01  Bruno Haible  <bruno@clisp.org>
16049
16050         * doc/lib-symbol-visibility.texi: Follow texinfo style conventions.
16051
16052 2009-04-01  Bruno Haible  <bruno@clisp.org>
16053
16054         Rename module 'visibility'.
16055         * modules/lib-symbol-visibility: Renamed from modules/visibility.
16056         * doc/lib-symbol-visibility.texi: Renamed from visibility.texi.
16057         * doc/gnulib.texi: Update.
16058         * MODULES.html.sh (Misc): Update.
16059         * NEWS: Mention the change.
16060
16061 2009-04-01  Simon Josefsson  <simon@josefsson.org>
16062
16063         * modules/lib-msvc-compat: New module.  Thanks to Bruno Haible
16064         <bruno@clisp.org>, Ralf Wildenhues <Ralf.Wildenhues@gmx.de>, and
16065         Eric Blake <ebb9@byu.net> for review.
16066         * MODULES.html.sh: Add lib-msvc-compat.
16067         * doc/gnulib.texi: Link to new section.
16068         * m4/ld-output-def.m4: New file.
16069         * doc/ld-output-def.texi: New file.
16070
16071 2009-04-01  Simon Josefsson  <simon@josefsson.org>
16072
16073         Rename ld-version-script to lib-symbol-versions.  Suggested by
16074         Bruno Haible <bruno@clisp.org>.
16075         * modules/ld-version-script: Renamed to lib-symbol-versions.
16076         * doc/ld-version-script.texi: Fix module name.
16077         * MODULES.html.sh: Add lib-symbol-versions.
16078
16079 2009-03-31  Simon Josefsson  <simon@josefsson.org>
16080
16081         * modules/u64-tests: New file.
16082         * tests/test-u64.c: New file.
16083
16084 2009-03-04  Simon Josefsson  <simon@josefsson.org>
16085
16086         * MODULES.html.sh: Mention u64.
16087         * modules/u64: New module.
16088         * modules/crypto/sha512: Depend on u64 module instead of providing
16089         u64.h.
16090
16091 2009-03-27  Eric Blake  <ebb9@byu.net>
16092
16093         test-strerror: make debugging EAI_SYSTEM easier
16094         * modules/getaddrinfo-tests (Depends-on): Add strerror.
16095         * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if
16096         failure was EAI_SYSTEM.
16097
16098 2009-03-25  Bruno Haible  <bruno@clisp.org>
16099
16100         Fix a problem with --enable-relocatable on Solaris 7.
16101         * modules/relocatable-prog-wrapper (Depends-on): Add environ. Needed
16102         since 2008-02-24.
16103
16104 2009-03-25  Eric Blake  <ebb9@byu.net>
16105
16106         test-sockets: avoid gcc warning
16107         * tests/test-sockets.c (main): Silence compiler warning.
16108
16109 2009-03-25  Paul Eggert  <eggert@cs.ucla.edu>
16110
16111         New modules nproc, pthread, contributed by Glen Lenker.
16112
16113         * MODULES.html.sh: Add pthread, nproc.
16114         * lib/nproc.c: New file.
16115         * lib/nproc.h: New file.
16116         * lib/pthread.in.h: New file.
16117         * m4/pthread.m4: New file.
16118         * modules/nproc: New file.
16119         * modules/pthread: New file.
16120
16121 2009-03-24  Simon Josefsson  <simon@josefsson.org>
16122
16123         * modules/unicase/locale-language-tests (test_locale_language_LDADD):
16124         New variable.
16125
16126 2009-03-24  Kamil Dudka  <kdudka@redhat.com>
16127
16128         filevercmp: handle simple~ and numbered.~3~ backup suffixes
16129         * lib/filevercmp.c: Handle simple~ and numbered.~3~ backup suffixes.
16130         * tests/test-filevercmp.c: Add tests for backup suffixes.
16131
16132 2009-03-24  Simon Josefsson  <simon@josefsson.org>
16133
16134         * modules/stdlib (Depends-on): Add stdint, needed when defining
16135         struct random_data on, for example, HP-UX 10.20.  Reported by
16136         Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
16137
16138 2009-03-24  Simon Josefsson  <simon@josefsson.org>
16139
16140         * lib/readline.c (readline): Call fflush on stdout after printing
16141         prompt.
16142
16143 2009-03-20  Bruno Haible  <bruno@clisp.org>
16144
16145         Remove dependency from 'close' module to -lws2_32 on native Windows.
16146         * lib/close-hook.h: New file.
16147         * lib/close-hook.c: New file.
16148         * lib/close.c: Include close-hook.h. Don't include <sys/socket.h>,
16149         w32sock.h.
16150         (_gl_close_fd_maybe_socket): Remove function.
16151         (rpl_close): Invoke execute_all_close_hooks instead of
16152         _gl_close_fd_maybe_socket.
16153         * lib/sockets.c: Include close-hook.h, w32sock.h.
16154         (close_fd_maybe_socket): New function, essentially from lib/close.c.
16155         (close_sockets_hook): New variable.
16156         (gl_sockets_startup): Register close_fd_maybe_socket as a hook.
16157         (gl_sockets_cleanup): Unregister it.
16158         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): Remove macro.
16159         * m4/close.m4 (gl_REPLACE_CLOSE): Undo 2009-02-05 change.
16160         * modules/close-hook: New file.
16161         * modules/close (Files): Remove lib/w32sock.h.
16162         (Depends-on): Add close-hook.
16163         (Link): Remove section.
16164         * modules/sockets (Files): Add lib/w32sock.h.
16165         (Depends-on): Add close-hook.
16166         * modules/sys_socket (configure.ac): Remove gl_MODULE_INDICATOR
16167         invocation.
16168         * NEWS: Mention that LIB_CLOSE is gone.
16169
16170 2009-03-23  Eric Blake  <ebb9@byu.net>
16171
16172         signal-tests: test previous patch
16173         * tests/test-signal.c: New file.
16174         * modules/signal-tests: Likewise.
16175
16176         signal.h: always support 'volatile sig_atomic_t'
16177         * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation.
16178         (gl_SIGNAL_H_DEFAULTS): Add a default.
16179         * modules/signal (Makefile.am): Substitute if needed.
16180         * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that
16181         users can blindly add volatile.
16182         * doc/posix-headers/signal.texi (signal.h): Document it.
16183         Reported by Matthew Woehlke.
16184
16185 2009-03-23  Jim Meyering  <meyering@redhat.com>
16186
16187         pathmax: PATH_MAX: use pathconf only when available
16188         * lib/pathmax.h (PATH_MAX): Select the pathconf-using definition
16189         only if HAVE_PATHCONF is defined.  Patch by Sylvain Beucler.
16190         * m4/pathmax.m4 (gl_PATHMAX): Check for pathconf.
16191         This avoids a link failure in a PSP cross-compilation environment
16192         described in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/17048
16193
16194         * lib/vasnprintf.c (divide): Fix typo in comment.
16195
16196 2009-03-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16197
16198         * gnulib-tool (func_filter_filelist): Fix comment.
16199
16200 2009-03-20  Bruno Haible  <bruno@clisp.org>
16201
16202         Make sockets.h self-contained.
16203         * lib/sockets.c: Include sockets.h first.
16204         * lib/sockets.h: Include <sys/socket.h> before using the SOCKET type.
16205
16206 2009-03-19  Eric Blake  <ebb9@byu.net>
16207
16208         doc: mention more functions added in cygwin 1.7.0
16209         * doc/posix-functions/log2.texi: Mention recent cygwin 1.7.0
16210         addition.
16211         * doc/posix-functions/log2f.texi: Likewise.
16212
16213 2009-03-19  Jim Meyering  <meyering@redhat.com>
16214
16215         fsusage: avoid syntax error due to statement-before-declaration
16216         * lib/fsusage.c (get_fs_usage): Put warning-avoidance statement
16217         after all declarations.  Reported by Matthew Woehlke in
16218         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/16231
16219
16220 2009-03-18  Eric Blake  <ebb9@byu.net>
16221
16222         build-aux/compile: sync from automake
16223         * build-aux/compile: New file, from automake.
16224         * config/srclist.txt: Mention build-aux/compile.
16225
16226 2009-03-17  Bruno Haible  <bruno@clisp.org>
16227
16228         * lib/git-merge-changelog.c: Fix typo in comment.
16229         Reported by Reuben Thomas <rrt@sc3d.org>.
16230
16231 2009-03-17  Reuben Thomas  <rrt@sc3d.org>
16232
16233         * m4/regex.m4: update and improve help for
16234         --without-included-regex.
16235
16236 2009-03-17  Simon Josefsson  <simon@josefsson.org>
16237
16238         * modules/isnanl-nolibm-tests (Files): Add tests/nan.h to avoid
16239         failure on missing include files.
16240
16241 2009-03-17  Eric Blake  <ebb9@byu.net>
16242
16243         doc: mention more functions added in cygwin 1.7.0
16244         * doc/posix-functions/fwprintf.texi: Mention recent cygwin 1.7.0
16245         addition.
16246         * doc/posix-functions/fwscanf.texi: Likewise.
16247         * doc/posix-functions/swprintf.texi: Likewise.
16248         * doc/posix-functions/swscanf.texi: Likewise.
16249         * doc/posix-functions/vfwprintf.texi: Likewise.
16250         * doc/posix-functions/vfwscanf.texi: Likewise.
16251         * doc/posix-functions/vswprintf.texi: Likewise.
16252         * doc/posix-functions/vswscanf.texi: Likewise.
16253         * doc/posix-functions/vwprintf.texi: Likewise.
16254         * doc/posix-functions/vwscanf.texi: Likewise.
16255         * doc/posix-functions/wcscasecmp.texi: Likewise.
16256         * doc/posix-functions/wcsdup.texi: Likewise.
16257         * doc/posix-functions/wcsftime.texi: Likewise.
16258         * doc/posix-functions/wcsncasecmp.texi: Likewise.
16259         * doc/posix-functions/wprintf.texi: Likewise.
16260         * doc/posix-functions/wscanf.texi: Likewise.
16261         * doc/glibc-functions/gethostbyname2.texi: Likewise.
16262
16263 2009-03-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16264
16265         maint.mk: really add $(AM_MAKEFLAGS)
16266         * top/maint.mk (init-coverage, build-coverage): `$(AM_MAKEFLAGS)'
16267         was inadvertently omitted in the last commit.
16268         Spotted by Bruno Haible.
16269
16270         maint.mk: use $(MAKE) $(AM_MAKEFLAGS) not make
16271         * top/maint.mk (init-coverage, build-coverage): Use `$(MAKE)
16272         $(AM_MAKEFLAGS)' rather than plain `make'.
16273
16274         gnulib-tool: execute $MAKE not make
16275         * gnulib-tool: Default $MAKE to 'make'.
16276         (func_create_testdir, func_create_megatestdir): Use $MAKE rather
16277         than make.  Initialize $MAKE in the do-autobuild script.
16278
16279         gnulib-tool: use $MAKE not make in generated files
16280         * gnulib-tool (func_create_megatestdir): Use $MAKE rather than
16281         make, in generated files.  Initialize $MAKE in the do-autobuild
16282         script.
16283
16284         * top/GNUmakefile (_have-git-version-gen): Fix typo.
16285
16286         GNUmakefile: disable parallelism only for multiple, recursive targets
16287         * top/GNUmakefile (ALL_RECURSIVE_TARGETS): New macro; allow user
16288         additions in the Makefile.
16289         (AM_RECURSIVE_TARGETS): New macro, override only if not provided
16290         by Automake.
16291         (.NOTPARALLEL): Only disable parallel builds if multiple targets
16292         are listed on the command line and at least one of them is
16293         listed in $(ALL_RECURSIVE_TARGETS).
16294
16295 2009-03-14  Bruno Haible  <bruno@clisp.org>
16296
16297         * modules/unilbrk/u8-possible-linebreaks (Depends-on): Replace
16298         utf8-ucs4-unsafe with unistr/u8-mbtouc-unsafe.
16299         * modules/unilbrk/u8-width-linebreaks (Depends-on): Likewise.
16300         * modules/unilbrk/u16-possible-linebreaks (Depends-on): Replace
16301         utf16-ucs4-unsafe with unistr/u16-mbtouc-unsafe.
16302         * modules/unilbrk/u16-width-linebreaks (Depends-on): Likewise.
16303         * modules/unistr/u8-chr (Depends-on): Replace ucs4-utf8 with
16304         unistr/u8-uctomb.
16305         * modules/unistr/u8-strchr (Depends-on): Likewise.
16306         * modules/unistr/u8-strrchr (Depends-on): Likewise.
16307         * modules/unistr/u16-chr (Depends-on): Replace ucs4-utf16 with
16308         unistr/u16-uctomb.
16309         * modules/unistr/u16-strchr (Depends-on): Likewise.
16310         * modules/unistr/u16-strrchr (Depends-on): Likewise.
16311
16312 2009-03-12  Bruno Haible  <bruno@clisp.org>
16313
16314         Work around select() bug on Interix 3.5.
16315         * lib/sys_select.in.h (select): Also replace if REPLACE_SELECT is 1.
16316         * lib/select.c (rpl_select): Add an implementation for Unix platforms.
16317         * m4/select.m4: New file.
16318         * m4/sys_select_h.m4 (gl_SYS_SELECT_H_DEFAULTS): Initialize REPLACE_SELECT.
16319         * modules/sys_select (Makefile.am): Substitute REPLACE_SELECT.
16320         * modules/select (Files): Add m4/select.m4.
16321         (configure.ac): Move conditional to m4/select.m4. Invoke gl_FUNC_SELECT.
16322         * modules/nanosleep (Depends-on): Add select.
16323         * modules/poll (Depends-on): Likewise.
16324         * doc/posix-functions/select.texi: Mention the Interix bug.
16325         Reported by Markus Duft <mduft@gentoo.org>.
16326
16327         * lib/select.c: Renamed from lib/winsock-select.c.
16328         * modules/select (Files): Add lib/select.c, remove
16329         lib/winsock-select.c.
16330         (configure.ac): Update.
16331
16332 2009-03-12  Jim Meyering  <meyering@redhat.com>
16333
16334         avoid gcc warnings about unused macro definitions
16335         * lib/readtokens.c (STREQ): Remove unused definition.
16336         * lib/xmalloc.c (SIZE_MAX): Likewise.
16337         * lib/openat-die.c (N_): Likewise.
16338         * lib/mountlist.c (SIZE_MAX): Remove definition.
16339         Instead, include <stdint.h>.
16340         * lib/readutmp.c: Likewise.
16341         * modules/readutmp (Depends-on): Add stdint.
16342         * modules/mountlist (Depends-on): Add stdint.
16343         * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
16344
16345 2009-03-10  Bruno Haible  <bruno@clisp.org>
16346
16347         Tests for module 'mbmemcasecoll'.
16348         * modules/mbmemcasecoll-tests: New file.
16349         * tests/test-mbmemcasecoll1.sh: New file.
16350         * tests/test-mbmemcasecoll2.sh: New file.
16351         * tests/test-mbmemcasecoll3.sh: New file.
16352         * tests/test-mbmemcasecoll.c: New file.
16353
16354         New module 'mbmemcasecoll'.
16355         * lib/mbmemcasecoll.h: New file.
16356         * lib/mbmemcasecoll.c: New file.
16357         * modules/mbmemcasecoll: New file.
16358
16359         * tests/test-mbmemcasecmp.h: New file, extracted from
16360         tests/test-mbmemcasecmp.c.
16361         * tests/test-mbmemcasecmp.c: Include test-mbmemcasecmp.h.
16362         (test_ascii, test_iso_8859_1, test_utf_8): Remove functions.
16363         (main): Update.
16364         * modules/mbmemcasecmp-tests (Files): Add tests/test-mbmemcasecmp.h.
16365
16366 2009-03-09  Bruno Haible  <bruno@clisp.org>
16367
16368         Tests for module 'mbmemcasecmp'.
16369         * modules/mbmemcasecmp-tests: New file.
16370         * tests/test-mbmemcasecmp1.sh: New file.
16371         * tests/test-mbmemcasecmp2.sh: New file.
16372         * tests/test-mbmemcasecmp3.sh: New file.
16373         * tests/test-mbmemcasecmp.c: New file.
16374
16375         New module 'mbmemcasecmp'.
16376         * lib/mbmemcasecmp.h: New file.
16377         * lib/mbmemcasecmp.c: New file.
16378         * modules/mbmemcasecmp: New file.
16379
16380 2009-03-09  Bruno Haible  <bruno@clisp.org>
16381
16382         Tests for module 'unicase/ulc-casecoll'.
16383         * modules/unicase/ulc-casecoll-tests: New file.
16384         * tests/unicase/test-ulc-casecoll1.sh: New file.
16385         * tests/unicase/test-ulc-casecoll2.sh: New file.
16386         * tests/unicase/test-ulc-casecoll.c: New file.
16387
16388         New module 'unicase/ulc-casecoll'.
16389         * lib/unicase.h (ulc_casecoll): New declaration.
16390         * lib/unicase/ulc-casecoll.c: New file.
16391         * modules/unicase/ulc-casecoll: New file.
16392
16393         New module 'unicase/ulc-casexfrm'.
16394         * lib/unicase.h (ulc_casexfrm): New declaration.
16395         * lib/unicase/ulc-casexfrm.c: New file.
16396         * modules/unicase/ulc-casexfrm: New file.
16397
16398 2009-03-09  Bruno Haible  <bruno@clisp.org>
16399
16400         Followup to 2008-12-22 commit: Remove unnecessary AC_FUNC_MBRTOWC
16401         invocations.
16402
16403         * m4/mbscasecmp.m4: Remove file.
16404         * modules/mbscasecmp (Files): Remove it and m4/mbrtowc.m4
16405         (configure.ac): Remove gl_FUNC_MBSCASECMP invocation.
16406
16407         * m4/mbscasestr.m4: Remove file.
16408         * modules/mbscasestr (Files): Remove it and m4/mbrtowc.m4
16409         (configure.ac): Remove gl_FUNC_MBSCASESTR invocation.
16410
16411         * m4/mbschr.m4: Remove file.
16412         * modules/mbschr (Files): Remove it and m4/mbrtowc.m4
16413         (configure.ac): Remove gl_FUNC_MBSCHR invocation.
16414
16415         * m4/mbscspn.m4: Remove file.
16416         * modules/mbscspn (Files): Remove it and m4/mbrtowc.m4
16417         (configure.ac): Remove gl_FUNC_MBSCSPN invocation.
16418
16419         * m4/mbslen.m4: Remove file.
16420         * modules/mbslen (Files): Remove it and m4/mbrtowc.m4
16421         (configure.ac): Remove gl_FUNC_MBSLEN invocation.
16422
16423         * m4/mbsncasecmp.m4: Remove file.
16424         * modules/mbsncasecmp (Files): Remove it and m4/mbrtowc.m4
16425         (configure.ac): Remove gl_FUNC_MBSNCASECMP invocation.
16426
16427         * m4/mbsnlen.m4: Remove file.
16428         * modules/mbsnlen (Files): Remove it and m4/mbrtowc.m4
16429         (configure.ac): Remove gl_FUNC_MBSNLEN invocation.
16430
16431         * m4/mbspbrk.m4: Remove file.
16432         * modules/mbspbrk (Files): Remove it and m4/mbrtowc.m4
16433         (configure.ac): Remove gl_FUNC_MBSPBRK invocation.
16434
16435         * m4/mbspcasecmp.m4: Remove file.
16436         * modules/mbspcasecmp (Files): Remove it and m4/mbrtowc.m4
16437         (configure.ac): Remove gl_FUNC_MBSPCASECMP invocation.
16438
16439         * m4/mbsrchr.m4: Remove file.
16440         * modules/mbsrchr (Files): Remove it and m4/mbrtowc.m4
16441         (configure.ac): Remove gl_FUNC_MBSRCHR invocation.
16442
16443         * m4/mbssep.m4: Remove file.
16444         * modules/mbssep (Files): Remove it and m4/mbrtowc.m4
16445         (configure.ac): Remove gl_FUNC_MBSSEP invocation.
16446
16447         * m4/mbsspn.m4: Remove file.
16448         * modules/mbsspn (Files): Remove it and m4/mbrtowc.m4
16449         (configure.ac): Remove gl_FUNC_MBSSPN invocation.
16450
16451         * m4/mbsstr.m4: Remove file.
16452         * modules/mbsstr (Files): Remove it and m4/mbrtowc.m4
16453         (configure.ac): Remove gl_FUNC_MBSSTR invocation.
16454
16455         * m4/mbstok_r.m4: Remove file.
16456         * modules/mbstok_r (Files): Remove it and m4/mbrtowc.m4
16457         (configure.ac): Remove gl_FUNC_MBSTOK_R invocation.
16458
16459         * m4/mbswidth.m4 (gl_MBSWIDTH): Remove AC_FUNC_MBRTOWC invocation.
16460
16461         * m4/quotearg.m4 (gl_QUOTEARG): Remove mbsinit test and
16462         AC_TYPE_MBSTATE_T, AC_FUNC_MBRTOWC invocations.
16463
16464         * modules/trim (configure.ac): Remove AC_FUNC_MBRTOWC invocation.
16465
16466 2009-03-08  Bruno Haible  <bruno@clisp.org>
16467
16468         Tests for module 'unicase/ulc-casecmp'.
16469         * modules/unicase/ulc-casecmp-tests: New file.
16470         * tests/unicase/test-ulc-casecmp1.sh: New file.
16471         * tests/unicase/test-ulc-casecmp2.sh: New file.
16472         * tests/unicase/test-ulc-casecmp.c: New file.
16473
16474         New module 'unicase/ulc-casecmp'.
16475         * lib/unicase.h (ulc_casecmp): New declaration.
16476         * lib/unicase/ulc-casecmp.c: New file.
16477         * lib/unicase/u-casecmp.h (FUNC): Change argument types to
16478         'const SRC_UNIT *'.
16479         * lib/unicase/u8-casecmp.c (SRC_UNIT): Define like UNIT.
16480         * lib/unicase/u16-casecmp.c (SRC_UNIT): Likewise.
16481         * lib/unicase/u32-casecmp.c (SRC_UNIT): Likewise.
16482         * modules/unicase/ulc-casecmp: New file.
16483
16484         Tests for module 'unicase/u32-is-cased'.
16485         * modules/unicase/u32-is-cased-tests: New file.
16486         * tests/unicase/test-u32-is-cased.c: New file.
16487
16488         Tests for module 'unicase/u16-is-cased'.
16489         * modules/unicase/u16-is-cased-tests: New file.
16490         * tests/unicase/test-u16-is-cased.c: New file.
16491
16492         Tests for module 'unicase/u8-is-cased'.
16493         * modules/unicase/u8-is-cased-tests: New file.
16494         * tests/unicase/test-u8-is-cased.c: New file.
16495         * tests/unicase/test-is-cased.h: New file.
16496
16497         New module 'unicase/u32-is-cased'.
16498         * lib/unicase/u32-is-cased.c: New file.
16499         * modules/unicase/u32-is-cased: New file.
16500
16501         New module 'unicase/u16-is-cased'.
16502         * lib/unicase/u16-is-cased.c: New file.
16503         * modules/unicase/u16-is-cased: New file.
16504
16505         New module 'unicase/u8-is-cased'.
16506         * lib/unicase/u8-is-cased.c: New file.
16507         * lib/unicase/u-is-cased.h: New file.
16508         * modules/unicase/u8-is-cased: New file.
16509
16510         Tests for module 'unicase/u32-is-casefolded'.
16511         * modules/unicase/u32-is-casefolded-tests: New file.
16512         * tests/unicase/test-u32-is-casefolded.c: New file.
16513
16514         Tests for module 'unicase/u16-is-casefolded'.
16515         * modules/unicase/u16-is-casefolded-tests: New file.
16516         * tests/unicase/test-u16-is-casefolded.c: New file.
16517
16518         Tests for module 'unicase/u8-is-casefolded'.
16519         * modules/unicase/u8-is-casefolded-tests: New file.
16520         * tests/unicase/test-u8-is-casefolded.c: New file.
16521         * tests/unicase/test-is-casefolded.h: New file.
16522
16523         New module 'unicase/u32-is-casefolded'.
16524         * lib/unicase/u32-is-casefolded.c: New file.
16525         * modules/unicase/u32-is-casefolded: New file.
16526
16527         New module 'unicase/u16-is-casefolded'.
16528         * lib/unicase/u16-is-casefolded.c: New file.
16529         * modules/unicase/u16-is-casefolded: New file.
16530
16531         New module 'unicase/u8-is-casefolded'.
16532         * lib/unicase/u8-is-casefolded.c: New file.
16533         * modules/unicase/u8-is-casefolded: New file.
16534
16535         Tests for module 'unicase/u32-is-titlecase'.
16536         * modules/unicase/u32-is-titlecase-tests: New file.
16537         * tests/unicase/test-u32-is-titlecase.c: New file.
16538
16539         Tests for module 'unicase/u16-is-titlecase'.
16540         * modules/unicase/u16-is-titlecase-tests: New file.
16541         * tests/unicase/test-u16-is-titlecase.c: New file.
16542
16543         Tests for module 'unicase/u8-is-titlecase'.
16544         * modules/unicase/u8-is-titlecase-tests: New file.
16545         * tests/unicase/test-u8-is-titlecase.c: New file.
16546         * tests/unicase/test-is-titlecase.h: New file.
16547
16548         New module 'unicase/u32-is-titlecase'.
16549         * lib/unicase/u32-is-titlecase.c: New file.
16550         * modules/unicase/u32-is-titlecase: New file.
16551
16552         New module 'unicase/u16-is-titlecase'.
16553         * lib/unicase/u16-is-titlecase.c: New file.
16554         * modules/unicase/u16-is-titlecase: New file.
16555
16556         New module 'unicase/u8-is-titlecase'.
16557         * lib/unicase/u8-is-titlecase.c: New file.
16558         * modules/unicase/u8-is-titlecase: New file.
16559
16560         Tests for module 'unicase/u32-is-lowercase'.
16561         * modules/unicase/u32-is-lowercase-tests: New file.
16562         * tests/unicase/test-u32-is-lowercase.c: New file.
16563
16564         Tests for module 'unicase/u16-is-lowercase'.
16565         * modules/unicase/u16-is-lowercase-tests: New file.
16566         * tests/unicase/test-u16-is-lowercase.c: New file.
16567
16568         Tests for module 'unicase/u8-is-lowercase'.
16569         * modules/unicase/u8-is-lowercase-tests: New file.
16570         * tests/unicase/test-u8-is-lowercase.c: New file.
16571         * tests/unicase/test-is-lowercase.h: New file.
16572
16573         New module 'unicase/u32-is-lowercase'.
16574         * lib/unicase/u32-is-lowercase.c: New file.
16575         * modules/unicase/u32-is-lowercase: New file.
16576
16577         New module 'unicase/u16-is-lowercase'.
16578         * lib/unicase/u16-is-lowercase.c: New file.
16579         * modules/unicase/u16-is-lowercase: New file.
16580
16581         New module 'unicase/u8-is-lowercase'.
16582         * lib/unicase/u8-is-lowercase.c: New file.
16583         * modules/unicase/u8-is-lowercase: New file.
16584
16585         Tests for module 'unicase/u32-is-uppercase'.
16586         * modules/unicase/u32-is-uppercase-tests: New file.
16587         * tests/unicase/test-u32-is-uppercase.c: New file.
16588
16589         Tests for module 'unicase/u16-is-uppercase'.
16590         * modules/unicase/u16-is-uppercase-tests: New file.
16591         * tests/unicase/test-u16-is-uppercase.c: New file.
16592
16593         Tests for module 'unicase/u8-is-uppercase'.
16594         * modules/unicase/u8-is-uppercase-tests: New file.
16595         * tests/unicase/test-u8-is-uppercase.c: New file.
16596         * tests/unicase/test-is-uppercase.h: New file.
16597
16598         New module 'unicase/u32-is-uppercase'.
16599         * lib/unicase/u32-is-uppercase.c: New file.
16600         * modules/unicase/u32-is-uppercase: New file.
16601
16602         New module 'unicase/u16-is-uppercase'.
16603         * lib/unicase/u16-is-uppercase.c: New file.
16604         * modules/unicase/u16-is-uppercase: New file.
16605
16606         New module 'unicase/u8-is-uppercase'.
16607         * lib/unicase/u8-is-uppercase.c: New file.
16608         * modules/unicase/u8-is-uppercase: New file.
16609
16610         New module 'unicase/u32-is-invariant'.
16611         * lib/unicase/u32-is-invariant.c: New file.
16612         * modules/unicase/u32-is-invariant: New file.
16613
16614         New module 'unicase/u16-is-invariant'.
16615         * lib/unicase/u16-is-invariant.c: New file.
16616         * modules/unicase/u16-is-invariant: New file.
16617
16618         New module 'unicase/u8-is-invariant'.
16619         * lib/unicase/u8-is-invariant.c: New file.
16620         * lib/unicase/invariant.h: New file.
16621         * lib/unicase/u-is-invariant.h: New file.
16622         * modules/unicase/u8-is-invariant: New file.
16623
16624         Tests for module 'unicase/u32-casecoll'.
16625         * modules/unicase/u32-casecoll-tests: New file.
16626         * tests/unicase/test-u32-casecoll.c: New file.
16627
16628         Tests for module 'unicase/u16-casecoll'.
16629         * modules/unicase/u16-casecoll-tests: New file.
16630         * tests/unicase/test-u16-casecoll.c: New file.
16631
16632         Tests for module 'unicase/u8-casecoll'.
16633         * modules/unicase/u8-casecoll-tests: New file.
16634         * tests/unicase/test-u8-casecoll.c: New file.
16635
16636         New module 'unicase/u32-casecoll'.
16637         * lib/unicase/u32-casecoll.c: New file.
16638         * modules/unicase/u32-casecoll: New file.
16639
16640         New module 'unicase/u16-casecoll'.
16641         * lib/unicase/u16-casecoll.c: New file.
16642         * modules/unicase/u16-casecoll: New file.
16643
16644         New module 'unicase/u8-casecoll'.
16645         * lib/unicase/u8-casecoll.c: New file.
16646         * lib/unicase/u-casecoll.h: New file.
16647         * modules/unicase/u8-casecoll: New file.
16648
16649         New module 'unicase/u32-casexfrm'.
16650         * lib/unicase/u32-casexfrm.c: New file.
16651         * modules/unicase/u32-casexfrm: New file.
16652
16653         New module 'unicase/u16-casexfrm'.
16654         * lib/unicase/u16-casexfrm.c: New file.
16655         * modules/unicase/u16-casexfrm: New file.
16656
16657         New module 'unicase/u8-casexfrm'.
16658         * lib/unicase/u8-casexfrm.c: New file.
16659         * lib/unicase/u-casexfrm.h: New file.
16660         * modules/unicase/u8-casexfrm: New file.
16661
16662         Tests for module 'unicase/u32-casecmp'.
16663         * modules/unicase/u32-casecmp-tests: New file.
16664         * tests/unicase/test-u32-casecmp.c: New file.
16665
16666         Tests for module 'unicase/u16-casecmp'.
16667         * modules/unicase/u16-casecmp-tests: New file.
16668         * tests/unicase/test-u16-casecmp.c: New file.
16669
16670         Tests for module 'unicase/u8-casecmp'.
16671         * modules/unicase/u8-casecmp-tests: New file.
16672         * tests/unicase/test-u8-casecmp.c: New file.
16673         * tests/unicase/test-casecmp.h: New file.
16674
16675         New module 'unicase/u32-casecmp'.
16676         * lib/unicase/u32-casecmp.c: New file.
16677         * modules/unicase/u32-casecmp: New file.
16678
16679         New module 'unicase/u16-casecmp'.
16680         * lib/unicase/u16-casecmp.c: New file.
16681         * modules/unicase/u16-casecmp: New file.
16682
16683         New module 'unicase/u8-casecmp'.
16684         * lib/unicase/u8-casecmp.c: New file.
16685         * lib/unicase/u-casecmp.h: New file.
16686         * modules/unicase/u8-casecmp: New file.
16687
16688         Tests for module 'unicase/u32-casefold'.
16689         * modules/unicase/u32-casefold-tests: New file.
16690         * tests/unicase/test-u32-casefold.c: New file.
16691
16692         Tests for module 'unicase/u16-casefold'.
16693         * modules/unicase/u16-casefold-tests: New file.
16694         * tests/unicase/test-u16-casefold.c: New file.
16695
16696         Tests for module 'unicase/u8-casefold'.
16697         * modules/unicase/u8-casefold-tests: New file.
16698         * tests/unicase/test-u8-casefold.c: New file.
16699
16700         New module 'unicase/u32-casefold'.
16701         * lib/unicase/u32-casefold.c: New file.
16702         * modules/unicase/u32-casefold: New file.
16703
16704         New module 'unicase/u16-casefold'.
16705         * lib/unicase/u16-casefold.c: New file.
16706         * modules/unicase/u16-casefold: New file.
16707
16708         New module 'unicase/u8-casefold'.
16709         * lib/unicase/u8-casefold.c: New file.
16710         * lib/unicase/u-casefold.h: New file.
16711         * modules/unicase/u8-casefold: New file.
16712
16713         New module 'unicase/tocasefold'.
16714         * lib/unicase/casefold.h: New file.
16715         * lib/unicase/tocasefold.c: New file.
16716         * lib/unicase/tocasefold.h: New file, generated by gen-uni-tables.c.
16717         * modules/unicase/tocasefold: New file.
16718
16719         Tests for module 'unicase/u32-totitle'.
16720         * modules/unicase/u32-totitle-tests: New file.
16721         * tests/unicase/test-u32-totitle.c: New file.
16722
16723         Tests for module 'unicase/u16-totitle'.
16724         * modules/unicase/u16-totitle-tests: New file.
16725         * tests/unicase/test-u16-totitle.c: New file.
16726
16727         Tests for module 'unicase/u8-totitle'.
16728         * modules/unicase/u8-totitle-tests: New file.
16729         * tests/unicase/test-u8-totitle.c: New file.
16730
16731         New module 'unicase/u32-totitle'.
16732         * lib/unicase/u32-totitle.c: New file.
16733         * modules/unicase/u32-totitle: New file.
16734
16735         New module 'unicase/u16-totitle'.
16736         * lib/unicase/u16-totitle.c: New file.
16737         * modules/unicase/u16-totitle: New file.
16738
16739         New module 'unicase/u8-totitle'.
16740         * lib/unicase/u8-totitle.c: New file.
16741         * lib/unicase/u-totitle.h: New file.
16742         * modules/unicase/u8-totitle: New file.
16743
16744         Tests for module 'unicase/u32-tolower'.
16745         * modules/unicase/u32-tolower-tests: New file.
16746         * tests/unicase/test-u32-tolower.c: New file.
16747
16748         Tests for module 'unicase/u16-tolower'.
16749         * modules/unicase/u16-tolower-tests: New file.
16750         * tests/unicase/test-u16-tolower.c: New file.
16751
16752         Tests for module 'unicase/u8-tolower'.
16753         * modules/unicase/u8-tolower-tests: New file.
16754         * tests/unicase/test-u8-tolower.c: New file.
16755
16756         New module 'unicase/u32-tolower'.
16757         * lib/unicase/u32-tolower.c: New file.
16758         * modules/unicase/u32-tolower: New file.
16759
16760         New module 'unicase/u16-tolower'.
16761         * lib/unicase/u16-tolower.c: New file.
16762         * modules/unicase/u16-tolower: New file.
16763
16764         New module 'unicase/u8-tolower'.
16765         * lib/unicase/u8-tolower.c: New file.
16766         * modules/unicase/u8-tolower: New file.
16767
16768         Tests for module 'unicase/u32-toupper'.
16769         * modules/unicase/u32-toupper-tests: New file.
16770         * tests/unicase/test-u32-toupper.c: New file.
16771
16772         Tests for module 'unicase/u16-toupper'.
16773         * modules/unicase/u16-toupper-tests: New file.
16774         * tests/unicase/test-u16-toupper.c: New file.
16775
16776         Tests for module 'unicase/u8-toupper'.
16777         * modules/unicase/u8-toupper-tests: New file.
16778         * tests/unicase/test-u8-toupper.c: New file.
16779
16780         New module 'unicase/u32-toupper'.
16781         * lib/unicase/u32-toupper.c: New file.
16782         * modules/unicase/u32-toupper: New file.
16783
16784         New module 'unicase/u16-toupper'.
16785         * lib/unicase/u16-toupper.c: New file.
16786         * modules/unicase/u16-toupper: New file.
16787
16788         New module 'unicase/u8-toupper'.
16789         * lib/unicase/u8-toupper.c: New file.
16790         * modules/unicase/u8-toupper: New file.
16791
16792         New module 'unicase/u32-casemap'.
16793         * lib/unicase/u32-casemap.c: New file.
16794         * modules/unicase/u32-casemap: New file.
16795
16796         New module 'unicase/u16-casemap'.
16797         * lib/unicase/u16-casemap.c: New file.
16798         * modules/unicase/u16-casemap: New file.
16799
16800         New module 'unicase/u8-casemap'.
16801         * lib/unicase/unicasemap.h: New file.
16802         * lib/unicase/u8-casemap.c: New file.
16803         * lib/unicase/u-casemap.h: New file.
16804         * modules/unicase/u8-casemap: New file.
16805
16806         New module 'unicase/special-casing'.
16807         * lib/unicase/special-casing.h: New file.
16808         * lib/unicase/special-casing.c: New file.
16809         * lib/unicase/special-casing-table.gperf: New file, generated by
16810         gen-uni-tables.c.
16811         * modules/unicase/special-casing: New file.
16812
16813         Tests for module 'unicase/locale-language'.
16814         * modules/unicase/locale-language-tests: New file.
16815         * tests/unicase/test-locale-language.sh: New file.
16816         * tests/unicase/test-locale-language.c: New file.
16817
16818         New module 'unicase/locale-language'.
16819         * lib/unicase/locale-language.c: New file.
16820         * lib/unicase/locale-languages.gperf: New file.
16821         * modules/unicase/locale-language: New file.
16822
16823         Generate more tables for case conversion and case folding.
16824         * lib/gen-uni-tables.c (SCC_*): New enum items.
16825         (struct special_casing_rule): New type.
16826         (casing_rules, num_casing_rules, allocated_casing_rules): New
16827         variables.
16828         (add_casing_rule, fill_casing_rules): New functions.
16829         (struct casefold_rule): New type.
16830         (casefolding_rules, num_casefolding_rules,
16831         allocated_casefolding_rules): New variables.
16832         (fill_casefolding_rules): New function.
16833         (unicode_casefold): New variable.
16834         (to_casefold, redistribute_casefolding_rules, compare_casing_rules,
16835         sort_casing_rules, output_casing_rules): New functions.
16836         (main): Accept to more arguments: SpecialCasing.txt and
16837         CaseFolding.txt. Invoke fill_casing_rules, fill_casefolding_rules,
16838         redistribute_casefolding_rules, sort_casing_rules, output_casing_rules.
16839         Output mapping for casefolding.
16840
16841         * lib/unicase.h: Include stdbool.h, uninorm.h.
16842         (u8_toupper, u16_toupper, u32_toupper, u8_tolower, u16_tolower,
16843         u32_tolower, u8_totitle, u16_totitle, u32_totitle): Add nf argument.
16844         (u8_casefold, u16_casefold, u32_casefold): Add iso639_language and nf
16845         arguments.
16846         (u8_casecmp, u16_casecmp, u32_casecmp): Add iso639_language, nf,
16847         resultp arguments.
16848         (u8_casexfrm, u16_casexfrm, u32_casexfrm): New declarations.
16849         (u8_casecoll, u16_casecoll, u32_casecoll): Add iso639_language, nf,
16850         resultp arguments.
16851         (u8_is_uppercase, u16_is_uppercase, u32_is_uppercase, u8_is_lowercase,
16852         u16_is_lowercase, u32_is_lowercase, u8_is_titlecase, u16_is_titlecase,
16853         u32_is_titlecase, u8_is_casefolded, u16_is_casefolded,
16854         u32_is_casefolded, u8_is_cased, u16_is_cased, u32_is_cased): New
16855         declarations.
16856         * modules/unicase/base (Depends-on): Add uninorm/base, stdbool.
16857
16858 2009-03-08  Bruno Haible  <bruno@clisp.org>
16859
16860         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
16861         u16_normcoll, u32_normcoll): Rename argument 'result' to 'resultp'.
16862         * lib/uninorm/u-normcmp.h (FUNC): Likewise.
16863         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
16864
16865 2009-03-07  Bruno Haible  <bruno@clisp.org>
16866
16867         Adjust u*_normcmp, u*_normcoll API.
16868         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp, u8_normcoll,
16869         u16_normcoll, u32_normcoll): Change failure conventions.
16870         * lib/uninorm/u-normcmp.h (FUNC): Upon failure, store the error code in
16871         errno and return -1.
16872         * lib/uninorm/u-normcoll.h (FUNC): Likewise.
16873
16874 2009-03-07  Bruno Haible  <bruno@clisp.org>
16875
16876         Tests for module 'uninorm/u32-normcoll'.
16877         * modules/uninorm/u32-normcoll-tests: New file.
16878         * tests/uninorm/test-u32-normcoll.c: New file.
16879
16880         Tests for module 'uninorm/u16-normcoll'.
16881         * modules/uninorm/u16-normcoll-tests: New file.
16882         * tests/uninorm/test-u16-normcoll.c: New file.
16883
16884         Tests for module 'uninorm/u8-normcoll'.
16885         * modules/uninorm/u8-normcoll-tests: New file.
16886         * tests/uninorm/test-u8-normcoll.c: New file.
16887
16888 2009-03-07  Bruno Haible  <bruno@clisp.org>
16889
16890         * tests/uninorm/test-u32-normcmp.h: New file, extracted from
16891         tests/uninorm/test-u32-normcmp.c.
16892         * tests/uninorm/test-u32-normcmp.c: Include it.
16893         (test_nonascii): New function, extracted from main. Add some more
16894         tests.
16895         (main): Invoke test_ascii and test_nonascii.
16896         * modules/uninorm/u32-normcmp-tests (Files): Add
16897         tests/uninorm/test-u32-normcmp.h.
16898         (Depends-on): Remove uninorm/u32-normcmp.
16899
16900         * tests/uninorm/test-u16-normcmp.h: New file, extracted from
16901         tests/uninorm/test-u16-normcmp.c.
16902         * tests/uninorm/test-u16-normcmp.c: Include it.
16903         (test_nonascii): New function, extracted from main. Add some more
16904         tests.
16905         (main): Invoke test_ascii and test_nonascii.
16906         * modules/uninorm/u16-normcmp-tests (Files): Add
16907         tests/uninorm/test-u16-normcmp.h.
16908         (Depends-on): Remove uninorm/u16-normcmp.
16909
16910         * tests/uninorm/test-u8-normcmp.h: New file, extracted from
16911         tests/uninorm/test-u8-normcmp.c.
16912         * tests/uninorm/test-u8-normcmp.c: Include it.
16913         (test_nonascii): New function, extracted from main. Add some more
16914         tests.
16915         (main): Invoke test_ascii and test_nonascii.
16916         * modules/uninorm/u8-normcmp-tests (Files): Add
16917         tests/uninorm/test-u8-normcmp.h.
16918         (Depends-on): Remove uninorm/u8-normcmp.
16919
16920 2009-03-07  Bruno Haible  <bruno@clisp.org>
16921
16922         New module 'uninorm/u32-normcoll'.
16923         * lib/uninorm/u32-normcoll.c: New file.
16924         * modules/uninorm/u32-normcoll: New file.
16925
16926         New module 'uninorm/u16-normcoll'.
16927         * lib/uninorm/u16-normcoll.c: New file.
16928         * modules/uninorm/u16-normcoll: New file.
16929
16930         New module 'uninorm/u8-normcoll'.
16931         * lib/uninorm.h (u8_normcoll, u16_normcoll, u32_normcoll): New
16932         declarations.
16933         * lib/uninorm/u8-normcoll.c: New file.
16934         * lib/uninorm/u-normcoll.h: New file.
16935         * modules/uninorm/u8-normcoll: New file.
16936
16937         New module 'uninorm/u32-normxfrm'.
16938         * lib/uninorm/u32-normxfrm.c: New file.
16939         * modules/uninorm/u32-normxfrm: New file.
16940
16941         New module 'uninorm/u16-normxfrm'.
16942         * lib/uninorm/u16-normxfrm.c: New file.
16943         * modules/uninorm/u16-normxfrm: New file.
16944
16945         New module 'uninorm/u8-normxfrm'.
16946         * lib/uninorm.h (u8_normxfrm, u16_normxfrm, u32_normxfrm): New
16947         declarations.
16948         * lib/uninorm/u8-normxfrm.c: New file.
16949         * lib/uninorm/u-normxfrm.h: New file.
16950         * modules/uninorm/u8-normxfrm: New file.
16951
16952 2009-03-07  Bruno Haible  <bruno@clisp.org>
16953
16954         * modules/uninorm/u8-normcmp (Depends-on): Add uninorm/base.
16955         * modules/uninorm/u16-normcmp (Depends-on): Likewise.
16956         * modules/uninorm/u32-normcmp (Depends-on): Likewise.
16957
16958 2009-03-07  Bruno Haible  <bruno@clisp.org>
16959
16960         New module 'memxfrm'.
16961         * lib/memxfrm.h: New file.
16962         * lib/memxfrm.c: New file.
16963         * modules/memxfrm: New file.
16964
16965 2009-03-07  Bruno Haible  <bruno@clisp.org>
16966
16967         New module 'memcmp2'.
16968         * lib/memcmp2.h: New file.
16969         * lib/memcmp2.c: New file.
16970         * modules/memcmp2: New file.
16971
16972 2009-03-07  Bruno Haible  <bruno@clisp.org>
16973
16974         Tests for module 'uninorm/decomposing-form'.
16975         * modules/uninorm/decomposing-form-tests: New file.
16976         * tests/uninorm/test-decomposing-form.c: New file.
16977
16978         New module 'uninorm/decomposing-form'.
16979         * lib/uninorm.h (uninorm_decomposing_form): New declaration.
16980         * lib/uninorm/normalize-internal.h (struct unicode_normalization_form):
16981         Add 'decomposing_variant' field.
16982         * lib/uninorm/decomposing-form.c: New file.
16983         * lib/uninorm/nfc.c (uninorm_nfc): Update.
16984         * lib/uninorm/nfd.c (uninorm_nfd): Update.
16985         * lib/uninorm/nfkc.c (uninorm_nfkc): Update.
16986         * lib/uninorm/nfkd.c (uninorm_nfkd): Update.
16987         * modules/uninorm/decomposing-form: New file.
16988         * modules/uninorm/nfc (Depends-on): Add uninorm/nfd.
16989         * modules/uninorm/nfkc (Depends-on): Add uninorm/nfkd.
16990
16991 2009-03-07  Bruno Haible  <bruno@clisp.org>
16992
16993         * lib/uninorm/u-normcmp.h (FUNC): Use stack=allocated buffers for small
16994         strings.
16995
16996 2009-03-06  Bruno Haible  <bruno@clisp.org>
16997
16998         Tests for module 'uninorm/u32-normcmp'.
16999         * tests/uninorm/test-u32-normcmp.c: New file.
17000         * modules/uninorm/u32-normcmp-tests: New file.
17001
17002         Tests for module 'uninorm/u16-normcmp'.
17003         * tests/uninorm/test-u16-normcmp.c: New file.
17004         * modules/uninorm/u16-normcmp-tests: New file.
17005
17006         Tests for module 'uninorm/u8-normcmp'.
17007         * tests/uninorm/test-u8-normcmp.c: New file.
17008         * modules/uninorm/u8-normcmp-tests: New file.
17009
17010         New module 'uninorm/u32-normcmp'.
17011         * lib/uninorm/u32-normcmp.c: New file.
17012         * modules/uninorm/u32-normcmp: New file.
17013
17014         New module 'uninorm/u16-normcmp'.
17015         * lib/uninorm/u16-normcmp.c: New file.
17016         * modules/uninorm/u16-normcmp: New file.
17017
17018         New module 'uninorm/u8-normcmp'.
17019         * lib/uninorm.h (u8_normcmp, u16_normcmp, u32_normcmp): New
17020         declarations.
17021         * lib/uninorm/u8-normcmp.c: New file.
17022         * lib/uninorm/u-normcmp.h: New file.
17023         * modules/uninorm/u8-normcmp: New file.
17024
17025 2009-03-06  Bruno Haible  <bruno@clisp.org>
17026
17027         * lib/w32spawn.h (dup_noinherit): Add cast, to avoid gcc warning.
17028         Reported by Eric Blake.
17029
17030 2009-03-06  Eric Blake  <ebb9@byu.net>
17031             Bruno Haible  <bruno@clisp.org>
17032
17033         * lib/spawni.c (__spawni) [WIN32_NATIVE]: Define as a stub.
17034         * modules/posix_spawn-tests (configure.ac): Define POSIX_SPAWN_PORTED
17035         condition.
17036         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
17037         * modules/posix_spawnp-tests (configure.ac): Define POSIX_SPAWN_PORTED
17038         condition.
17039         (Makefile.am): Do nothing if POSIX_SPAWN_PORTED is false.
17040
17041 2009-03-06  Eric Blake  <ebb9@byu.net>
17042
17043         * lib/execute.c (execute) [WIN32_NATIVE]: Cast arguments of spawnvpe,
17044         to avoid compiler warnings.
17045         * lib/pipe.c (create_pipe) [WIN32_NATIVE]: Likewise.
17046
17047 2009-03-05  Bruno Haible  <bruno@clisp.org>
17048
17049         * tests/test-ftell.c (main): Disable test beyond end of file on
17050         FreeMiNT.
17051         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
17052
17053 2009-03-05  Kamil Dudka  <kdudka@redhat.com>
17054
17055         * lib/filevercmp.c: Move hidden files up in ordering.
17056         * tests/test-filevercmp.c: Add tests for hidden files.
17057
17058 2009-03-04  Bruno Haible  <bruno@clisp.org>
17059
17060         * modules/visibility (Makefile.am): Augment AM_CFLAGS.
17061         * gnulib-tool (func_emit_lib_Makefile_am): Emit initialization of
17062         AM_CFLAGS.
17063         Reported by Simon Josefsson.
17064
17065 2009-03-03  Bruno Haible  <bruno@clisp.org>
17066
17067         * doc/visibility.texi: Recommend to use HAVE_VISIBILITY as a C macro.
17068         Reported by Simon Josefsson.
17069
17070         * doc/ld-version-script.texi: Update node reference.
17071
17072 2009-03-03  Bruno Haible  <bruno@clisp.org>
17073
17074         * modules/visibility (License): Change to 'unlimited'.
17075         Suggested by Simon Josefsson.
17076
17077 2009-03-03  Jim Meyering  <meyering@redhat.com>
17078
17079         unlinkdir: cannot_unlink_dir may modify process state
17080         * lib/unlinkdir.c (cannot_unlink_dir): Add a comment warning that
17081         it's neither thread-safe nor appropriate for use in a library.
17082
17083 2009-03-03  Eric Blake  <ebb9@byu.net>
17084
17085         test-closein: silence test under Darwin
17086         * tests/test-closein.sh: Ignore stderr from cat, since we don't
17087         care if it dies from EPIPE or EBADF.
17088
17089 2009-03-03  Bruno Haible  <bruno@clisp.org>
17090
17091         * doc/gnulib.texi: Include visibility.texi and ld-version-script.texi
17092         earlier.
17093         * doc/visibility.texi: Fix @node and @section.
17094
17095 2009-03-03  Simon Josefsson  <simon@josefsson.org>
17096
17097         * doc/gnulib.texi: Link to sections for ld version script and
17098         visibility.
17099         * doc/visibility.texi: Add @node and @section.
17100         * modules/ld-version-script: New module.
17101         * m4/ld-version-script.m4: New file.
17102         * doc/ld-version-script.texi: New file.
17103
17104 2009-03-02  David Lutterkort  <lutter@redhat.com>
17105
17106         * lib/safe-alloc.h (__GNUC_PREREQ): New macro.
17107         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
17108
17109 2009-03-02  Bruno Haible  <bruno@clisp.org>
17110
17111         * doc/visibility.texi: Mention libtool's -export-symbols option.
17112
17113 2009-03-02  Jim Meyering  <meyering@redhat.com>
17114
17115         announce-gen: new option: --no-print-checksums
17116         * build-aux/announce-gen (usage): Describe it.
17117         (print_checksums): Print a newline here, not in the [*] footnote.
17118         (main): Honor it.
17119
17120 2009-03-01  Bruno Haible  <bruno@clisp.org>
17121
17122         Use socklen_t in the native Windows replacements prototypes.
17123         * lib/sys_socket.in.h (rpl_getsockopt, rpl_setsockopt): Use socklen_t
17124         instead of 'int'.
17125         * lib/getsockopt.c (rpl_getsockopt): Likewise.
17126         * lib/setsockopt.c (rpl_setsockopt): Likewise.
17127         * modules/getsockopt (Depends-on): Add socklen.
17128         * modules/setsockopt (Depends-on): Add socklen.
17129
17130 2009-03-01  Bruno Haible  <bruno@clisp.org>
17131
17132         * gnulib-tool (sed): Do alias as "sed --posix" if sed's version is at
17133         least 4.2.
17134
17135 2009-03-01  Eric Blake  <ebb9@byu.net>
17136             Bruno Haible  <bruno@clisp.org>
17137
17138         * lib/wait-process.h (wait_subprocess): Describe effect of termsigp on
17139         error messages.
17140         * lib/wait-process.c (wait_subprocess): Omit error message about
17141         deadly signal sent to the child of termsigp != NULL.
17142
17143 2009-03-01  Eric Blake  <ebb9@byu.net>
17144
17145         * lib/wait-process.c (wait_subprocess): Remove unnecessary cast.
17146
17147 2009-03-01  Bruno Haible  <bruno@clisp.org>
17148
17149         Avoid a gcc warning.
17150         * tests/test-sched.c (b): Make global.
17151         Reported by Eric Blake.
17152
17153 2009-01-19  Martin Lambers  <marlam@marlam.de>
17154
17155         Provide POSIX semantics for socket timeout options on W32.
17156         * lib/setsockopt.c: Convert struct timeval to milliseconds on W32.
17157         * lib/getsockopt.c: Convert milliseconds to struct timeval on W32.
17158         * modules/setsockopt: Depend on sys_time module for struct timeval.
17159         * modules/getsockopt: Depend on sys_time module for struct timeval.
17160
17161 2009-03-01  Simon Josefsson  <simon@josefsson.org>
17162
17163         * lib/gai_strerror.c (values): Use EAI_INPROGRESS instead of
17164         __USE_GNU, for consistency with netdb.in.h.
17165         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
17166
17167 2009-03-01  Bruno Haible  <bruno@clisp.org>
17168
17169         More support for FreeMiNT.
17170         * lib/fseeko.c (rpl_fseeko): Complete last commit.
17171         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
17172
17173 2009-03-01  Bruno Haible  <bruno@clisp.org>
17174
17175         More support for FreeMiNT.
17176         * lib/fpurge.c (fpurge): Correct last commit.
17177         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
17178
17179 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17180
17181         Fix unportable awk script in vc-list-files.
17182         * build-aux/vc-list-files: In the replacement awk script, use
17183         substr with a second argument of 1, not zero.
17184         Report by Simon Josefsson.
17185
17186 2009-02-28  Bruno Haible  <bruno@clisp.org>
17187
17188         More support for FreeMiNT.
17189         * lib/freading.c (freading) [__MINT__]: Use new macros that were added
17190         to FreeMiNT today.
17191         * lib/fwriting.c (fwriting): Likewise.
17192         Based on patch by Alan Hourihane <alanh@fairlite.co.uk>.
17193
17194 2009-02-28  Bruno Haible  <bruno@clisp.org>
17195
17196         * tests/test-freadseek.c (main): Disable test beyond end of file on
17197         FreeMiNT.
17198         * tests/test-ftello.c (main): Likewise.
17199         Patch by Alan Hourihane <alanh@fairlite.co.uk>.
17200
17201 2009-02-28  Bruno Haible  <bruno@clisp.org>
17202
17203         Add tentative support for FreeMiNT.
17204         * lib/fbufmode.c (fbufmode) [__MINT__]: Add conditional code.
17205         * lib/fpurge.c (fpurge): Likewise.
17206         * lib/freadable.c (freadable): Likewise.
17207         * lib/freading.c (freading): Likewise.
17208         * lib/freadptr.c (freadptr): Likewise.
17209         * lib/freadseek.c (freadptrinc): Likewise.
17210         * lib/fseeko.c (rpl_fseeko): Likewise.
17211         * lib/fseterr.c (fseterr): Likewise.
17212         * lib/fwritable.c (fwritable): Likewise.
17213         * lib/fwriting.c (fwriting): Likewise.
17214         * lib/freadahead.c (freadahead): Likewise, based on code by Alan
17215         Hourihane.
17216         Reported by Alan Hourihane <alanh@fairlite.co.uk>.
17217
17218 2009-02-28  Bruno Haible  <bruno@clisp.org>
17219
17220         * lib/wait-process.h (wait_subprocess): Clarify restriction regarding
17221         SIGCHLD.
17222         Reported by Jim Meyering.
17223
17224 2009-02-28  Bruno Haible  <bruno@clisp.org>
17225
17226         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Separate the two first tests.
17227         Mention the results of these tests on various platforms.
17228         * doc/posix-functions/fprintf.texi: Mention platforms in canonical
17229         order.
17230         * doc/posix-functions/printf.texi: Likewise.
17231         * doc/posix-functions/snprintf.texi: Likewise.
17232         * doc/posix-functions/sprintf.texi: Likewise.
17233         * doc/posix-functions/vfprintf.texi: Likewise.
17234         * doc/posix-functions/vprintf.texi: Likewise.
17235         * doc/posix-functions/vsnprintf.texi: Likewise.
17236         * doc/posix-functions/vsprintf.texi: Likewise.
17237         * doc/glibc-functions/obstack_printf.texi: Likewise.
17238         * doc/glibc-functions/obstack_vprintf.texi: Likewise.
17239
17240 2009-02-28  Bruno Haible  <bruno@clisp.org>
17241
17242         * build-aux/po/Makefile.in.in: Update from GNU gettext 0.17.
17243         Reported by Loïc Minier <lool@dooz.org>.
17244
17245 2009-02-27  Bruno Haible  <bruno@clisp.org>
17246
17247         * gnulib-tool (func_import): Make the sed expression used to create the
17248         sed script for updating the .gitignore file POSIX compliant.
17249         Reported by Eric Blake.
17250
17251 2009-02-27  Bruno Haible  <bruno@clisp.org>
17252
17253         * gnulib-tool (sed): Don't alias as "sed --posix".
17254         Reported by Eric Blake.
17255
17256 2009-02-27  Bruno Haible  <bruno@clisp.org>
17257
17258         Avoid test link errors.
17259         * modules/uninorm/nfc-tests (test_u32_nfc_big_LDADD): New variable.
17260         * modules/uninorm/nfd-tests (test_u32_nfd_big_LDADD): New variable.
17261         * modules/uninorm/nfkc-tests (test_u32_nfkc_big_LDADD): New variable.
17262         * modules/uninorm/nfkd-tests (test_u32_nfkd_big_LDADD): New variable.
17263         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
17264
17265 2009-02-27  Bruno Haible  <bruno@clisp.org>
17266
17267         Avoid spurious "(cached)" in configure output.
17268         * m4/gnulib-common.m4 (gl_CACHE_VAL_SILENT): New macro.
17269         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Use it instead of AC_CACHE_VAL.
17270         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
17271         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
17272         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
17273         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Likewise.
17274         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
17275         * m4/stdarg.m4 (gl_STDARG_H): Likewise.
17276         Reported by Eric Blake.
17277
17278 2009-02-27  Eric Blake  <ebb9@byu.net>
17279
17280         printf: fix regression in previous patch
17281         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Fix compilation error.
17282
17283 2009-02-27  Bruno Haible  <bruno@clisp.org>
17284
17285         * lib/inttypes.in.h: Test merely whether _LP64 is defined, not its
17286         value.
17287         * lib/stdint.in.h: Likewise.
17288         Suggested by Eric Blake. Reported by Peter Bray <pdb_ml@yahoo.com.au>.
17289
17290 2009-02-27  Eric Blake  <ebb9@byu.net>
17291
17292         doc: mention more functions added in cygwin 1.7.0
17293         * doc/posix-functions/mbsnrtowcs.texi: Mention recent cygwin 1.7.0
17294         addition.
17295         * doc/posix-functions/open_wmemstream.texi: Likewise.
17296         * doc/posix-functions/wcsnlen.texi: Likewise.
17297         * doc/posix-functions/wcsnrtombs.texi: Likewise.
17298         * doc/posix-functions/wcstod.texi: Likewise.
17299         * doc/posix-functions/wcstof.texi: Likewise.
17300         * doc/posix-functions/wcstoimax.texi: Likewise.
17301         * doc/posix-functions/wcstok.texi: Likewise.
17302         * doc/posix-functions/wcstoumax.texi: Likewise.
17303
17304         Detect bug in cygwin 1.5.x *printf on 1-character %ls.
17305         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Enhance filter.
17306         * doc/posix-functions/fprintf.texi: Update.
17307         * doc/posix-functions/printf.texi: Update.
17308         * doc/posix-functions/snprintf.texi: Update.
17309         * doc/posix-functions/sprintf.texi: Update.
17310         * doc/posix-functions/vfprintf.texi: Update.
17311         * doc/posix-functions/vprintf.texi: Update.
17312         * doc/posix-functions/vsnprintf.texi: Update.
17313         * doc/posix-functions/vsprintf.texi: Update.
17314         * doc/glibc-functions/obstack_printf.texi: Update.
17315         * doc/glibc-functions/obstack_vprintf.texi: Update.
17316
17317 2009-02-26  Eric Blake  <ebb9@byu.net>
17318
17319         avoid gcc 3.4.3 bug on long double NaN on Irix 6.5
17320         * tests/nan.h (NaNl): Rewrite as function on Irix, to avoid
17321         compilation bug by using runtime conversion.
17322         * m4/isfinite.m4 (gl_ISFINITE): Likewise.
17323         * m4/isnanl.m4 (gl_FUNC_ISNANL): Likewise.
17324         * modules/ceill-tests (Files): Use nan.h.
17325         * modules/floorl-tests (Files): Likewise.
17326         * modules/frexpl-tests (Files): Likewise.
17327         * modules/isnanl-tests (Files): Likewise.
17328         * modules/ldexpl-tests (Files): Likewise.
17329         * modules/roundl-tests (Files): Likewise.
17330         * modules/truncl-tests (Files): Likewise.
17331         * tests/test-ceill.c (main): Use a working NaN.
17332         * tests/test-floorl.c (main): Likewise.
17333         * tests/test-frexpl.c (main): Likewise.
17334         * tests/test-isnan.c (test_long_double): Likewise.
17335         * tests/test-isnanl.h (main): Likewise.
17336         * tests/test-ldexpl.h (main): Likewise.
17337         * tests/test-roundl.h (main): Likewise.
17338         * tests/test-truncl.h (main): Likewise.
17339         See http://lists.gnu.org/archive/html/bug-gnulib/2009-02/msg00190.html.
17340
17341 2009-02-26  Eric Blake  <ebb9@byu.net>
17342             Bruno Haible  <bruno@clisp.org>
17343
17344         Work around a *printf bug with %ls on Solaris.
17345         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): Also test whether, when a
17346         precision is specified, sprintf stops converting the wide string
17347         argument when the number of bytes that have been produced by this
17348         conversion equals or exceeds the precision.
17349         * doc/posix-functions/fprintf.texi: Update.
17350         * doc/posix-functions/printf.texi: Update.
17351         * doc/posix-functions/snprintf.texi: Update.
17352         * doc/posix-functions/sprintf.texi: Update.
17353         * doc/posix-functions/vfprintf.texi: Update.
17354         * doc/posix-functions/vprintf.texi: Update.
17355         * doc/posix-functions/vsnprintf.texi: Update.
17356         * doc/posix-functions/vsprintf.texi: Update.
17357         * doc/glibc-functions/obstack_printf.texi: Update.
17358         * doc/glibc-functions/obstack_vprintf.texi: Update.
17359
17360 2009-02-26  Eric Blake  <ebb9@byu.net>
17361
17362         stdlib: favor compiler check of random.h
17363         * m4/stdlib_h.m4 (gl_STDLIB_H): Skip preprocessor check.  Needed
17364         to avoid an ObjC random.h installed by Swarm.
17365
17366 2009-02-26  Bruno Haible  <bruno@clisp.org>
17367
17368         Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.
17369         * m4/printf.m4 (gl_PRINTF_INFINITE): Also test for %g output of -0.0.
17370         Reported by Gary V. Vaughan <gary@gnu.org>.
17371
17372 2009-02-26  Bruno Haible  <bruno@clisp.org>
17373
17374         Fix *printf behaviour regarding the %ls directive.
17375         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_LS): New macro.
17376         * lib/vasnprintf.c (local_wcslen, VASNPRINTF): Handle
17377         NEED_PRINTF_DIRECTIVE_LS.
17378         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_LS): New macro.
17379         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
17380         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
17381         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS and test its result. Invoke
17382         gl_PREREQ_VASNPRINTF_DIRECTIVE_LS.
17383         * m4/dprintf-posix.m4 (gl_FUNC_DPRINTF_POSIX): Likewise.
17384         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
17385         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
17386         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
17387         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
17388         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
17389         * m4/vdprintf-posix.m4 (gl_FUNC_VDPRINTF_POSIX): Likewise.
17390         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
17391         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
17392         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
17393         * doc/posix-functions/fprintf.texi: Update.
17394         * doc/posix-functions/printf.texi: Update.
17395         * doc/posix-functions/snprintf.texi: Update.
17396         * doc/posix-functions/sprintf.texi: Update.
17397         * doc/posix-functions/vfprintf.texi: Update.
17398         * doc/posix-functions/vprintf.texi: Update.
17399         * doc/posix-functions/vsnprintf.texi: Update.
17400         * doc/posix-functions/vsprintf.texi: Update.
17401         * doc/glibc-functions/obstack_printf.texi: Update.
17402         * doc/glibc-functions/obstack_vprintf.texi: Update.
17403         Reported by Eric Blake.
17404
17405 2009-02-25  Bruno Haible  <bruno@clisp.org>
17406
17407         * m4/mbrtowc.m4 (gl_MBRTOWC_NUL_RETVAL): Update guess for Solaris 8
17408         with known value.
17409         Reported by Gary V. Vaughan <gary@gnu.org>.
17410
17411 2009-02-25  Bruno Haible  <bruno@clisp.org>
17412
17413         Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.
17414         * m4/mbrtowc.m4 (gl_MBRTOWC_SANITYCHECK): New macro.
17415         (gl_MBSTATE_T_BROKEN): Invoke it. Replace mbstate_t when it says "no".
17416         * doc/posix-functions/mbrtowc.texi: Document the Solaris 8 bug.
17417         Reported by Gary V. Vaughan <gary@gnu.org>.
17418
17419 2009-02-25  Bruno Haible  <bruno@clisp.org>
17420
17421         Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.
17422         * m4/stdint.m4 (gl_STDINT_H): Also check whether the expansions of
17423         INT8_MAX, UINT8_MAX etc. contain casts to elementary types.
17424         * doc/posix-headers/stdint.texi: Mention the HP-UX bug.
17425         Reported by Gary V. Vaughan <gary@gnu.org>.
17426
17427 2009-02-25  Eric Blake  <ebb9@byu.net>
17428
17429         tests: skip fseek/ftell tests if ungetc is broken
17430         * m4/ungetc.m4: New file.
17431         * modules/fseek-tests: Split test, so ungetc dependency is
17432         separate from rest of test.
17433         * modules/fseeko-tests: Likewise.
17434         * modules/ftell-tests: Likewise.
17435         * modules/ftello-tests: Likewise.
17436         * tests/test-fseek.c (main): Isolate ungetc dependency.
17437         * tests/test-fseeko.c (main): Likewise.
17438         * tests/test-ftell.c (main): Likewise.
17439         * tests/test-ftello.c (main): Likewise.
17440         * tests/test-fseek2.sh: New file.
17441         * tests/test-fseeko2.sh: Likewise.
17442         * tests/test-ftell2.sh: Likewise.
17443         * tests/test-ftello2.sh: Likewise.
17444
17445 2009-02-25  OndÅ™ej Vašík  <ovasik@redhat.com>
17446
17447         test-getaddrinfo: fix usage of skip return code 77
17448         * tests/test-gettaddrinfo.c: Return skip code 77 only
17449         for first occurance of skip (4x77 is not 77)
17450
17451 2009-02-25  Gary V. Vaughan  <gary@gnu.org>
17452
17453         strtod: avoid C99 decl-after-statement
17454         * m4/strtod.m4 (gl_FUNC_STRTOD): Rearrange declaration.
17455
17456 2009-02-24  Eric Blake  <ebb9@byu.net>
17457
17458         strtod: detect HP-UX 11.31 bug
17459         * m4/strtod.m4 (gl_FUNC_STRTOD): Detect errno handling bug.
17460         Reported by Gary V. Vaughan.
17461
17462 2009-02-23  Bruno Haible  <bruno@clisp.org>
17463
17464         Fix invalid read past end of memory block.
17465         * lib/vasnprintf.c (DCHAR_SET): Define.
17466         (local_wcslen): Define only when needed.
17467         (local_strnlen, local_wcsnlen): New functions.
17468         (VASNPRINTF) [!USE_SNPRINTF && HAVE_WCHAR_T]: Implement the %s and %ls
17469         directives that involve a conversion ourselves.
17470         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for strnlen,
17471         wcsnlen, mbrtowc, wcrtomb.
17472         * tests/test-vasnprintf-posix.c (test_function): Add tests for %.*s.
17473         * tests/test-vasprintf-posix.c (test_function): Likewise.
17474         * tests/test-snprintf-posix.h (test_function): Likewise.
17475         * tests/test-sprintf-posix.h (test_function): Likewise.
17476         Reported by Ben Pfaff <blp@cs.stanford.edu>.
17477
17478 2009-02-22  Bruno Haible  <bruno@clisp.org>
17479
17480         Implement new clarified decomposition of Hangul syllables.
17481         * lib/uninorm/decomposition.c (uc_decomposition): For Hangul syllables
17482         of type LTV, return only a pairwise decomposition.
17483         * lib/uninorm/canonical-decomposition.c (uc_canonical_decomposition):
17484         Likewise.
17485         * tests/uninorm/test-decomposition.c (main): Updated expected result.
17486         * tests/uninorm/test-canonical-decomposition.c (main): Likewise.
17487         * tests/uninorm/test-compat-decomposition.c (main): Likewise.
17488
17489 2009-02-22  Bruno Haible  <bruno@clisp.org>
17490
17491         * lib/uninorm/u-normalize-internal.h (FUNC): At the end, handle
17492         zero-length results and shrink excess allocated memory.
17493         * tests/uninorm/test-u8-nfc.c (test_u8_nfc): Check empty string result.
17494         * tests/uninorm/test-u8-nfd.c (test_u8_nfd): Likewise.
17495         * tests/uninorm/test-u8-nfkc.c (test_u8_nfkc): Likewise.
17496         * tests/uninorm/test-u8-nfkd.c (test_u8_nfkd): Likewise.
17497         * tests/uninorm/test-u16-nfc.c (test_u16_nfc): Likewise.
17498         * tests/uninorm/test-u16-nfd.c (test_u16_nfd): Likewise.
17499         * tests/uninorm/test-u16-nfkc.c (test_u16_nfkc): Likewise.
17500         * tests/uninorm/test-u16-nfkd.c (test_u16_nfkd): Likewise.
17501         * tests/uninorm/test-u32-nfc.c (test_u32_nfc): Likewise.
17502         * tests/uninorm/test-u32-nfd.c (test_u32_nfd): Likewise.
17503         * tests/uninorm/test-u32-nfkc.c (test_u32_nfkc): Likewise.
17504         * tests/uninorm/test-u32-nfkd.c (test_u32_nfkd): Likewise.
17505
17506 2009-02-21  Bruno Haible  <bruno@clisp.org>
17507
17508         * doc/gnulib.texi: Include safe-alloc.texi earlier.
17509         * doc/safe-alloc.texi: Terminate sentences with a period. Use two
17510         spaces after a period. Put a space between a macro name and its
17511         argument list. Trivial rewordings.
17512         * lib/safe-alloc.c: Include safe-alloc.h right after config.h.
17513         * tests/test-safe-alloc.c: Likewise. Include stdlib.h.
17514         (main): Return 0 explicitly.
17515
17516 2009-02-21  Bruno Haible  <bruno@clisp.org>
17517
17518         Tests for module 'uninorm/filter'.
17519         * tests/uninorm/test-uninorm-filter-nfc.c: New file.
17520         * modules/uninorm/filter-tests: New file.
17521
17522         New module 'uninorm/filter'.
17523         * lib/uninorm.h (uninorm_filter_create, uninorm_filter_write,
17524         uninorm_filter_flush, uninorm_filter_free): New declarations.
17525         * lib/uninorm/uninorm-filter.c: New file.
17526         * modules/uninorm/filter: New file.
17527
17528 2009-02-21  Bruno Haible  <bruno@clisp.org>
17529
17530         Tests for module 'uninorm/nfkc'.
17531         * tests/uninorm/test-nfkc.c: New file.
17532         * tests/uninorm/test-u8-nfkc.c: New file.
17533         * tests/uninorm/test-u16-nfkc.c: New file.
17534         * tests/uninorm/test-u32-nfkc.c: New file.
17535         * tests/uninorm/test-u32-nfkc-big.sh: New file.
17536         * tests/uninorm/test-u32-nfkc-big.c: New file.
17537         * modules/uninorm/nfkc-tests: New file.
17538
17539         New module 'uninorm/nfkc'.
17540         * lib/uninorm/nfkc.c: New file.
17541         * modules/uninorm/nfkc: New file.
17542
17543         Tests for module 'uninorm/nfkd'.
17544         * tests/uninorm/test-nfkd.c: New file.
17545         * tests/uninorm/test-u8-nfkd.c: New file.
17546         * tests/uninorm/test-u16-nfkd.c: New file.
17547         * tests/uninorm/test-u32-nfkd.c: New file.
17548         * tests/uninorm/test-u32-nfkd-big.sh: New file.
17549         * tests/uninorm/test-u32-nfkd-big.c: New file.
17550         * modules/uninorm/nfkd-tests: New file.
17551
17552         New module 'uninorm/nfkd'.
17553         * lib/uninorm/nfkd.c: New file.
17554         * modules/uninorm/nfkd: New file.
17555
17556         Tests for module 'uninorm/nfc'.
17557         * tests/uninorm/test-nfc.c: New file.
17558         * tests/uninorm/test-u8-nfc.c: New file.
17559         * tests/uninorm/test-u16-nfc.c: New file.
17560         * tests/uninorm/test-u32-nfc.c: New file.
17561         * tests/uninorm/test-u32-nfc-big.sh: New file.
17562         * tests/uninorm/test-u32-nfc-big.c: New file.
17563         * modules/uninorm/nfc-tests: New file.
17564
17565         New module 'uninorm/nfc'.
17566         * lib/uninorm/nfc.c: New file.
17567         * modules/uninorm/nfc: New file.
17568
17569         Tests for module 'uninorm/nfd'.
17570         * tests/uninorm/test-nfd.c: New file.
17571         * tests/uninorm/test-u8-nfd.c: New file.
17572         * tests/uninorm/test-u16-nfd.c: New file.
17573         * tests/uninorm/test-u32-nfd.c: New file.
17574         * tests/uninorm/test-u32-nfd-big.sh: New file.
17575         * tests/uninorm/test-u32-nfd-big.c: New file.
17576         * tests/uninorm/test-u32-normalize-big.h: New file.
17577         * tests/uninorm/test-u32-normalize-big.c: New file.
17578         * tests/uninorm/NormalizationTest.txt: New file, created from
17579         Unicode 5.1.0 NormalizationTest.txt.
17580         * modules/uninorm/nfd-tests: New file.
17581
17582         New module 'uninorm/nfd'.
17583         * lib/uninorm/nfd.c: New file.
17584         * modules/uninorm/nfd: New file.
17585
17586         New module 'uninorm/u32-normalize'.
17587         * lib/uninorm/u32-normalize.c: New file.
17588         * modules/uninorm/u32-normalize: New file.
17589
17590         New module 'uninorm/u16-normalize'.
17591         * lib/uninorm/u16-normalize.c: New file.
17592         * modules/uninorm/u16-normalize: New file.
17593
17594         New module 'uninorm/u8-normalize'.
17595         * lib/uninorm/u8-normalize.c: New file.
17596         * lib/uninorm/normalize-internal.h: New file.
17597         * lib/uninorm/u-normalize-internal.h: New file.
17598         * modules/uninorm/u8-normalize: New file.
17599
17600         New module 'uninorm/decompose-internal'.
17601         * lib/uninorm/decompose-internal.c: New file.
17602         * modules/uninorm/decompose-internal: New file.
17603
17604         Tests for module 'uninorm/composition'.
17605         * tests/uninorm/test-composition.c: New file.
17606         * modules/uninorm/composition-tests: New file.
17607
17608         New module 'uninorm/composition'.
17609         * lib/uninorm/composition.c: New file.
17610         * lib/uninorm/composition-table.gperf: New file, generated by
17611         gen-uni-tables.
17612         * modules/uninorm/composition: New file.
17613
17614         Tests for module 'uninorm/compat-decomposition'.
17615         * tests/uninorm/test-compat-decomposition.c: New file.
17616         * modules/uninorm/compat-decomposition-tests: New file.
17617
17618         New module 'uninorm/compat-decomposition'.
17619         * lib/uninorm/decompose-internal.h: New file.
17620         * lib/uninorm/compat-decomposition.c: New file.
17621         * modules/uninorm/compat-decomposition: New file.
17622
17623         Tests for module 'uninorm/canonical-decomposition'.
17624         * tests/uninorm/test-canonical-decomposition.c: New file.
17625         * modules/uninorm/canonical-decomposition-tests: New file.
17626
17627         New module 'uninorm/canonical-decomposition'.
17628         * lib/uninorm/canonical-decomposition.c: New file.
17629         * modules/uninorm/canonical-decomposition: New file.
17630
17631         Tests for module 'uninorm/decomposition'.
17632         * tests/uninorm/test-decomposition.c: New file.
17633         * modules/uninorm/decomposition-tests: New file.
17634
17635         New module 'uninorm/decomposition'.
17636         * lib/uninorm/decomposition.c: New file.
17637         * modules/uninorm/decomposition: New file.
17638
17639         New module 'uninorm/decomposition-table'.
17640         * lib/uninorm/decomposition-table.h: New file.
17641         * lib/uninorm/decomposition-table.c: New file.
17642         * lib/uninorm/decomposition-table1.h: New file, generated by
17643         gen-uni-tables.
17644         * lib/uninorm/decomposition-table2.h: New file, generated by
17645         gen-uni-tables.
17646         * modules/uninorm/decomposition-table: New file.
17647
17648         * lib/gen-uni-tables.c (MAX_DECOMP_LENGTH): New macro.
17649         (UC_DECOMP_*): New enumeration items.
17650         (get_decomposition): New function.
17651         (struct decomp_table): New type.
17652         (output_decomposition, output_decomposition_tables): New functions.
17653         (unicode_composition_exclusions): New variable.
17654         (fill_composition_exclusions, debug_output_composition_tables): New
17655         functions.
17656         (main): Accept one more argument. Invoke fill_composition_exclusions.
17657         Output decomposition and composition tables.
17658
17659         New module 'uninorm/base'.
17660         * lib/uninorm.h: New file.
17661         * lib/unictype.h: Update comment.
17662         * modules/uninorm/base: New file.
17663
17664 2009-02-21  David Lutterkort  <lutter@redhat.com>
17665
17666         Tests for module 'safe-alloc'.
17667         * tests/test-safe-alloc.c: New file.
17668         * modules/safe-alloc-tests: New file.
17669
17670         New module 'safe-alloc'.
17671         * lib/safe-alloc.h: New file.
17672         * lib/safe-alloc.c: New file.
17673         * m4/safe-alloc.m4: New file.
17674         * modules/safe-alloc: New file.
17675         * doc/safe-alloc.texi: New file.
17676         * doc/gnulib.texi: Include it.
17677         * MODULES.html.sh (Memory management functions <stdlib.h>): Add
17678         safe-alloc.
17679
17680 2009-02-18  Bruno Haible  <bruno@clisp.org>
17681
17682         Fix link error on non-glibc systems.
17683         * modules/uniwbrk/ulc-wordbreaks-tests (test_ulc_wordbreaks_LDADD): New
17684         variable.
17685         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
17686
17687 2009-02-18  Jim Meyering  <meyering@redhat.com>
17688
17689         fts: avoid used-uninitialized error due to recent change
17690         * lib/fts.c (fts_read): Guard uses of the new member,
17691         parent->fts_n_dirs_remaining, since it's not relevant for
17692         the parent of a directory specified on the command-line.
17693
17694 2009-02-17  James Youngman  <jay@gnu.org>
17695             Bruno Haible  <bruno@clisp.org>
17696
17697         * m4/include_next.m4: Reformulate comment.
17698
17699 2009-02-16  Jim Meyering  <meyering@redhat.com>
17700
17701         fts: add #if guards so that the fts_lgpl module still builds
17702         * lib/fts.c: Guard just-added hash-table-using parts with
17703         #if GNULIB_FTS, so as not to break builds of the fts_lgpl module.
17704         Reported by Simon Josefsson.
17705
17706 2009-02-15  Bruno Haible  <bruno@clisp.org>
17707
17708         * modules/array-mergesort-tests: New file.
17709         * tests/test-array-mergesort.c: New file.
17710
17711         New module 'array-mergesort'.
17712         * modules/array-mergesort: New file.
17713         * lib/array-mergesort.h: New file.
17714
17715 2009-02-15  Bruno Haible  <bruno@clisp.org>
17716
17717         Fix 2009-02-07 commit.
17718         * lib/gen-uni-tables.c (output_predicate, output_category,
17719         output_combclass, output_bidi_category, output_decimal_digit,
17720         output_digit, output_numeric, output_mirror, output_scripts,
17721         output_ident_category, output_simple_mapping): Fix format directives.
17722         (output_lbp, output_wbp): Don't convert -1 to a size_t implicitly.
17723
17724 2009-02-15  Albert Chin-A-Young  <china@thewrittenword.com>
17725
17726         * m4/include_next.m4: Update comment about IBM C 9.0/10.1 bug, now that
17727         fixes are available from IBM.
17728
17729 2009-02-13  Jim Meyering  <meyering@redhat.com>
17730
17731         fts: arrange not to stat non-directories in more cases
17732         This makes GNU find (when it doesn't need to stat each file)
17733         *much* more efficient at traversing reiserfs file systems.
17734         * lib/fts_.h (struct ftsent) [fts_n_dirs_remaining]: New member.
17735         (struct FTS) [fts_leaf_optimization_works_ht]: Add member.
17736         * lib/fts.c (fts_close): Free ->fts_leaf_optimization_works_ht.
17737         (S_MAGIC_REISERFS, S_MAGIC_PROC): Define.
17738         (leaf_optimization_applies): New function.
17739         (LCO_hash, LCO_compare): New helper functions.
17740         (link_count_optimize_ok): New function.
17741         (fts_stat): Initialize new member (if dir).
17742         (fts_read): Decrement parent's fts_n_dirs_remaining count if
17743         we've just stat'ed a directory.  Skip the stat call when possible.
17744         ---
17745         Note this AFS-related exchange:
17746         http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=143111
17747         and note find's pioctl call in find/fstype.c.
17748         But that is necessary only if you want to enable the
17749         optimization for AFS, and for now, I don't.
17750
17751         fts: move a function definition "up" (no semantic change)
17752         * lib/fts.c (dirent_inode_sort_may_be_useful): Move definition
17753         "up" to precede upcoming use of a related function.
17754
17755 2009-02-11  Jim Meyering  <meyering@redhat.com>
17756
17757         fts: correct internal computation of nlinks (optimization-related)
17758         * lib/fts.c (fts_build): ISSET(FTS_NOSTAT) has no bearing on
17759         whether the current entry is a directory, so don't test it.
17760
17761 2009-02-10  Bruno Haible  <bruno@clisp.org>
17762
17763         Tests for module 'uniwbrk/ulc-wordbreaks'.
17764         * modules/uniwbrk/ulc-wordbreaks-tests: New file.
17765         * tests/uniwbrk/test-ulc-wordbreaks.sh: New file.
17766         * tests/uniwbrk/test-ulc-wordbreaks.c: New file.
17767
17768         Tests for module 'uniwbrk/u32-wordbreaks'.
17769         * modules/uniwbrk/u32-wordbreaks-tests: New file.
17770         * tests/uniwbrk/test-u32-wordbreaks.c: New file.
17771
17772         Tests for module 'uniwbrk/u16-wordbreaks'.
17773         * modules/uniwbrk/u16-wordbreaks-tests: New file.
17774         * tests/uniwbrk/test-u16-wordbreaks.c: New file.
17775
17776         Tests for module 'uniwbrk/u8-wordbreaks'.
17777         * modules/uniwbrk/u8-wordbreaks-tests: New file.
17778         * tests/uniwbrk/test-u8-wordbreaks.c: New file.
17779
17780 2009-02-10  Bruno Haible  <bruno@clisp.org>
17781
17782         * modules/uniwbrk/u8-wordbreaks (Depends-on): Add uniwbrk/wordbreak
17783         property.
17784         * modules/uniwbrk/u16-wordbreaks (Depends-on): Likewise.
17785         * modules/uniwbrk/u32-wordbreaks (Depends-on): Likewise.
17786         * modules/uniwbrk/ulc-wordbreaks (Depends-on): Add localcharset.
17787
17788 2009-02-10  Simon Josefsson  <simon@josefsson.org>
17789
17790         * m4/sockets.m4: Call AC_C_INLINE since sockets.h now can use
17791         inline keywords.  Reported by Bruno Haible <bruno@clisp.org>.
17792
17793 2009-02-10  Bruno Haible  <bruno@clisp.org>
17794
17795         * lib/unilbrk/lbrktables.h: Renamed from lib/unilbrk/tables.h.
17796         * lib/unilbrk/lbrktables.c: Renamed from lib/unilbrk/tables.c.
17797         * modules/unilbrk/tables (Files, Makefile.am, Include): Update.
17798         * lib/unilbrk/u8-possible-linebreaks.c: Update.
17799         * lib/unilbrk/u16-possible-linebreaks.c: Likewise.
17800         * lib/unilbrk/u32-possible-linebreaks.c: Likewise.
17801
17802 2009-02-09  Simon Josefsson  <simon@josefsson.org>
17803
17804         * lib/sockets.h (gl_fd_to_handle): New function.
17805
17806         * tests/test-sockets.c: Call gl_fd_to_handle.
17807
17808 2009-02-09  Bruno Haible  <bruno@clisp.org>
17809
17810         * doc/havelib.texi: Document the conventions on bi-arch systems.
17811
17812 2009-02-08  Bruno Haible  <bruno@clisp.org>
17813
17814         Document the AC_LIB_LINKFLAGS macro.
17815         * doc/havelib.texi: New file, mostly written on 2005-05-24.
17816         * doc/gnulib.texi: Include it.
17817
17818 2009-02-08  Bruno Haible  <bruno@clisp.org>
17819
17820         Fix wrong order of sections, compared to TOC.
17821         * doc/gnulib.texi: Include relocatable-maint.texi after the
17822         "Regular expressions" node, not before.
17823
17824 2009-02-08  Bruno Haible  <bruno@clisp.org>
17825
17826         Tests for module 'unicase/totitle'.
17827         * modules/unicase/totitle-tests: New file.
17828
17829         Tests for module 'unicase/tolower'.
17830         * modules/unicase/tolower-tests: New file.
17831
17832         Tests for module 'unicase/toupper'.
17833         * modules/unicase/toupper-tests: New file.
17834         * tests/unicase/test-mapping-part1.h: New file.
17835         * tests/unicase/test-mapping-part2.h: New file.
17836
17837         New module 'unicase/totitle'.
17838         * modules/unicase/totitle: New file.
17839         * lib/unicase/totitle.c: New file.
17840
17841         New module 'unicase/tolower'.
17842         * modules/unicase/tolower: New file.
17843         * lib/unicase/tolower.c: New file.
17844
17845         New module 'unicase/toupper'.
17846         * modules/unicase/toupper: New file.
17847         * lib/unicase/toupper.c: New file.
17848         * lib/unicase/simple-mapping.h: New file.
17849
17850         * lib/gen-uni-tables.c (output_simple_mapping_test): New function.
17851         (mapping_table): New structure.
17852         (output_simple_mapping): New function.
17853         (main): Invoke output_simple_mapping_test and output_simple_mapping.
17854         * modules/gen-uni-tables (Description): Update.
17855         * lib/unicase/toupper.h: New file, automatically generated by
17856         gen-uni-tables.
17857         * lib/unicase/tolower.h: New file, automatically generated by
17858         gen-uni-tables.
17859         * lib/unicase/totitle.h: New file, automatically generated by
17860         gen-uni-tables.
17861         * tests/unicase/test-uc_toupper.c: New file, automatically generated by
17862         gen-uni-tables.
17863         * tests/unicase/test-uc_tolower.c: New file, automatically generated by
17864         gen-uni-tables.
17865         * tests/unicase/test-uc_totitle.c: New file, automatically generated by
17866         gen-uni-tables.
17867
17868         New module 'unicase/base'.
17869         * modules/unicase/base: New file.
17870         * lib/unicase.h: New file.
17871
17872 2009-02-08  Bruno Haible  <bruno@clisp.org>
17873
17874         New module 'uniwbrk/ulc-wordbreaks'.
17875         * modules/uniwbrk/ulc-wordbreaks: New file.
17876         * lib/uniwbrk/ulc-wordbreaks.c: New file.
17877
17878         New module 'uniwbrk/u32-wordbreaks'.
17879         * modules/uniwbrk/u32-wordbreaks: New file.
17880         * lib/uniwbrk/u32-wordbreaks.c: New file.
17881
17882         New module 'uniwbrk/u16-wordbreaks'.
17883         * modules/uniwbrk/u16-wordbreaks: New file.
17884         * lib/uniwbrk/u16-wordbreaks.c: New file.
17885
17886         New module 'uniwbrk/u8-wordbreaks'.
17887         * modules/uniwbrk/u8-wordbreaks: New file.
17888         * lib/uniwbrk/u8-wordbreaks.c: New file.
17889         * lib/uniwbrk/u-wordbreaks.h: New file.
17890
17891         New module 'uniwbrk/table'.
17892         * modules/uniwbrk/table: New file.
17893         * lib/uniwbrk/wbrktable.h: New file.
17894         * lib/uniwbrk/wbrktable.c: New file.
17895
17896         New module 'uniwbrk/wordbreak-property'.
17897         * modules/uniwbrk/wordbreak-property: New file.
17898         * lib/uniwbrk/wordbreak-property.c: New file.
17899
17900         * lib/gen-uni-tables.c (WBP_*): New enum items.
17901         (get_wbp, debug_output_wbp, debug_output_wbrk_tables): New functions.
17902         (unicode_org_wbp): New variable.
17903         (fill_org_wbp, debug_output_org_wbp, debug_output_org_wbrk_tables):
17904         New functions.
17905         (wbp_table): New structure.
17906         (output_wbp, output_wbrk_tables): New functions.
17907         (main): Accept additional argument. Invoke fill_org_wbp,
17908         debug_output_wbrk_tables, debug_output_org_wbrk_tables,
17909         output_wbrk_tables.
17910         * modules/gen-uni-tables (Description): Update.
17911         * lib/uniwbrk/wbrkprop.h: New file, automatically generated by
17912         gen-uni-tables.
17913
17914         New module 'uniwbrk/base'.
17915         * modules/uniwbrk/base: New file.
17916         * lib/uniwbrk.h: New file.
17917
17918 2009-02-08  Bruno Haible  <bruno@clisp.org>
17919
17920         Update to Unicode 5.1.0.
17921         * lib/gen-uni-tables.c (is_property_alphabetic): Include
17922         U+2185..U+2188.
17923         (is_property_default_ignorable_code_point): Don't include characters
17924         of category Cc or Cs and not-a-characters.
17925         (get_lbp): Assume REVISION_22. Special handling of U+0609, U+060A,
17926         U+0D79, U+109E, U+109F, U+A60C.
17927         * lib/unictype/bidi_of.h: Regenerated.
17928         * lib/unictype/blocks.h: Regenerated.
17929         * lib/unictype/categ_C.h: Regenerated.
17930         * lib/unictype/categ_Cf.h: Regenerated.
17931         * lib/unictype/categ_Cn.h: Regenerated.
17932         * lib/unictype/categ_L.h: Regenerated.
17933         * lib/unictype/categ_Ll.h: Regenerated.
17934         * lib/unictype/categ_Lm.h: Regenerated.
17935         * lib/unictype/categ_Lo.h: Regenerated.
17936         * lib/unictype/categ_Lu.h: Regenerated.
17937         * lib/unictype/categ_M.h: Regenerated.
17938         * lib/unictype/categ_Mc.h: Regenerated.
17939         * lib/unictype/categ_Me.h: Regenerated.
17940         * lib/unictype/categ_Mn.h: Regenerated.
17941         * lib/unictype/categ_N.h: Regenerated.
17942         * lib/unictype/categ_Nd.h: Regenerated.
17943         * lib/unictype/categ_Nl.h: Regenerated.
17944         * lib/unictype/categ_No.h: Regenerated.
17945         * lib/unictype/categ_P.h: Regenerated.
17946         * lib/unictype/categ_Pd.h: Regenerated.
17947         * lib/unictype/categ_Pe.h: Regenerated.
17948         * lib/unictype/categ_Pf.h: Regenerated.
17949         * lib/unictype/categ_Pi.h: Regenerated.
17950         * lib/unictype/categ_Po.h: Regenerated.
17951         * lib/unictype/categ_Ps.h: Regenerated.
17952         * lib/unictype/categ_S.h: Regenerated.
17953         * lib/unictype/categ_Sk.h: Regenerated.
17954         * lib/unictype/categ_Sm.h: Regenerated.
17955         * lib/unictype/categ_So.h: Regenerated.
17956         * lib/unictype/categ_of.h: Regenerated.
17957         * lib/unictype/combining.h: Regenerated.
17958         * lib/unictype/ctype_alnum.h: Regenerated.
17959         * lib/unictype/ctype_alpha.h: Regenerated.
17960         * lib/unictype/ctype_graph.h: Regenerated.
17961         * lib/unictype/ctype_lower.h: Regenerated.
17962         * lib/unictype/ctype_print.h: Regenerated.
17963         * lib/unictype/ctype_punct.h: Regenerated.
17964         * lib/unictype/ctype_upper.h: Regenerated.
17965         * lib/unictype/decdigit.h: Regenerated.
17966         * lib/unictype/digit.h: Regenerated.
17967         * lib/unictype/mirror.h: Regenerated.
17968         * lib/unictype/numeric.h: Regenerated.
17969         * lib/unictype/pr_alphabetic.h: Regenerated.
17970         * lib/unictype/pr_bidi_arabic_digit.h: Regenerated.
17971         * lib/unictype/pr_bidi_arabic_right_to_left.h: Regenerated.
17972         * lib/unictype/pr_bidi_boundary_neutral.h: Regenerated.
17973         * lib/unictype/pr_bidi_eur_num_terminator.h: Regenerated.
17974         * lib/unictype/pr_bidi_left_to_right.h: Regenerated.
17975         * lib/unictype/pr_bidi_non_spacing_mark.h: Regenerated.
17976         * lib/unictype/pr_bidi_other_neutral.h: Regenerated.
17977         * lib/unictype/pr_combining.h: Regenerated.
17978         * lib/unictype/pr_dash.h: Regenerated.
17979         * lib/unictype/pr_decimal_digit.h: Regenerated.
17980         * lib/unictype/pr_default_ignorable_code_point.h: Regenerated.
17981         * lib/unictype/pr_deprecated.h: Regenerated.
17982         * lib/unictype/pr_diacritic.h: Regenerated.
17983         * lib/unictype/pr_extender.h: Regenerated.
17984         * lib/unictype/pr_format_control.h: Regenerated.
17985         * lib/unictype/pr_grapheme_base.h: Regenerated.
17986         * lib/unictype/pr_grapheme_extend.h: Regenerated.
17987         * lib/unictype/pr_grapheme_link.h: Regenerated.
17988         * lib/unictype/pr_id_continue.h: Regenerated.
17989         * lib/unictype/pr_id_start.h: Regenerated.
17990         * lib/unictype/pr_ideographic.h: Regenerated.
17991         * lib/unictype/pr_ignorable_control.h: Regenerated.
17992         * lib/unictype/pr_lowercase.h: Regenerated.
17993         * lib/unictype/pr_math.h: Regenerated.
17994         * lib/unictype/pr_numeric.h: Regenerated.
17995         * lib/unictype/pr_other_alphabetic.h: Regenerated.
17996         * lib/unictype/pr_other_default_ignorable_code_point.h: Regenerated.
17997         * lib/unictype/pr_other_grapheme_extend.h: Regenerated.
17998         * lib/unictype/pr_other_id_continue.h: Regenerated.
17999         * lib/unictype/pr_other_lowercase.h: Regenerated.
18000         * lib/unictype/pr_other_math.h: Regenerated.
18001         * lib/unictype/pr_punctuation.h: Regenerated.
18002         * lib/unictype/pr_sentence_terminal.h: Regenerated.
18003         * lib/unictype/pr_soft_dotted.h: Regenerated.
18004         * lib/unictype/pr_terminal_punctuation.h: Regenerated.
18005         * lib/unictype/pr_unassigned_code_value.h: Regenerated.
18006         * lib/unictype/pr_unified_ideograph.h: Regenerated.
18007         * lib/unictype/pr_uppercase.h: Regenerated.
18008         * lib/unictype/pr_xid_continue.h: Regenerated.
18009         * lib/unictype/pr_xid_start.h: Regenerated.
18010         * lib/unictype/pr_zero_width.h: Regenerated.
18011         * lib/unictype/scripts.h: Regenerated.
18012         * lib/unictype/scripts_byname.gperf: Regenerated.
18013         * lib/unictype/sy_java_ident.h: Regenerated.
18014         * lib/unilbrk/lbrkprop1.h: Regenerated.
18015         * lib/unilbrk/lbrkprop2.h: Regenerated.
18016         * tests/unictype/test-categ_C.c: Regenerated.
18017         * tests/unictype/test-categ_Cf.c: Regenerated.
18018         * tests/unictype/test-categ_Cn.c: Regenerated.
18019         * tests/unictype/test-categ_L.c: Regenerated.
18020         * tests/unictype/test-categ_Ll.c: Regenerated.
18021         * tests/unictype/test-categ_Lm.c: Regenerated.
18022         * tests/unictype/test-categ_Lo.c: Regenerated.
18023         * tests/unictype/test-categ_Lu.c: Regenerated.
18024         * tests/unictype/test-categ_M.c: Regenerated.
18025         * tests/unictype/test-categ_Mc.c: Regenerated.
18026         * tests/unictype/test-categ_Me.c: Regenerated.
18027         * tests/unictype/test-categ_Mn.c: Regenerated.
18028         * tests/unictype/test-categ_N.c: Regenerated.
18029         * tests/unictype/test-categ_Nd.c: Regenerated.
18030         * tests/unictype/test-categ_Nl.c: Regenerated.
18031         * tests/unictype/test-categ_No.c: Regenerated.
18032         * tests/unictype/test-categ_P.c: Regenerated.
18033         * tests/unictype/test-categ_Pd.c: Regenerated.
18034         * tests/unictype/test-categ_Pe.c: Regenerated.
18035         * tests/unictype/test-categ_Pf.c: Regenerated.
18036         * tests/unictype/test-categ_Pi.c: Regenerated.
18037         * tests/unictype/test-categ_Po.c: Regenerated.
18038         * tests/unictype/test-categ_Ps.c: Regenerated.
18039         * tests/unictype/test-categ_S.c: Regenerated.
18040         * tests/unictype/test-categ_Sk.c: Regenerated.
18041         * tests/unictype/test-categ_Sm.c: Regenerated.
18042         * tests/unictype/test-categ_So.c: Regenerated.
18043         * tests/unictype/test-ctype_alnum.c: Regenerated.
18044         * tests/unictype/test-ctype_alpha.c: Regenerated.
18045         * tests/unictype/test-ctype_graph.c: Regenerated.
18046         * tests/unictype/test-ctype_lower.c: Regenerated.
18047         * tests/unictype/test-ctype_print.c: Regenerated.
18048         * tests/unictype/test-ctype_punct.c: Regenerated.
18049         * tests/unictype/test-ctype_upper.c: Regenerated.
18050         * tests/unictype/test-decdigit.h: Regenerated.
18051         * tests/unictype/test-digit.h: Regenerated.
18052         * tests/unictype/test-numeric.h: Regenerated.
18053         * tests/unictype/test-pr_alphabetic.c: Regenerated.
18054         * tests/unictype/test-pr_bidi_arabic_digit.c: Regenerated.
18055         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Regenerated.
18056         * tests/unictype/test-pr_bidi_boundary_neutral.c: Regenerated.
18057         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Regenerated.
18058         * tests/unictype/test-pr_bidi_left_to_right.c: Regenerated.
18059         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Regenerated.
18060         * tests/unictype/test-pr_bidi_other_neutral.c: Regenerated.
18061         * tests/unictype/test-pr_combining.c: Regenerated.
18062         * tests/unictype/test-pr_dash.c: Regenerated.
18063         * tests/unictype/test-pr_decimal_digit.c: Regenerated.
18064         * tests/unictype/test-pr_default_ignorable_code_point.c: Regenerated.
18065         * tests/unictype/test-pr_deprecated.c: Regenerated.
18066         * tests/unictype/test-pr_diacritic.c: Regenerated.
18067         * tests/unictype/test-pr_extender.c: Regenerated.
18068         * tests/unictype/test-pr_format_control.c: Regenerated.
18069         * tests/unictype/test-pr_grapheme_base.c: Regenerated.
18070         * tests/unictype/test-pr_grapheme_extend.c: Regenerated.
18071         * tests/unictype/test-pr_grapheme_link.c: Regenerated.
18072         * tests/unictype/test-pr_id_continue.c: Regenerated.
18073         * tests/unictype/test-pr_id_start.c: Regenerated.
18074         * tests/unictype/test-pr_ideographic.c: Regenerated.
18075         * tests/unictype/test-pr_ignorable_control.c: Regenerated.
18076         * tests/unictype/test-pr_lowercase.c: Regenerated.
18077         * tests/unictype/test-pr_math.c: Regenerated.
18078         * tests/unictype/test-pr_numeric.c: Regenerated.
18079         * tests/unictype/test-pr_other_alphabetic.c: Regenerated.
18080         * tests/unictype/test-pr_other_default_ignorable_code_point.c:
18081         Regenerated.
18082         * tests/unictype/test-pr_other_grapheme_extend.c: Regenerated.
18083         * tests/unictype/test-pr_other_id_continue.c: Regenerated.
18084         * tests/unictype/test-pr_other_lowercase.c: Regenerated.
18085         * tests/unictype/test-pr_other_math.c: Regenerated.
18086         * tests/unictype/test-pr_punctuation.c: Regenerated.
18087         * tests/unictype/test-pr_sentence_terminal.c: Regenerated.
18088         * tests/unictype/test-pr_soft_dotted.c: Regenerated.
18089         * tests/unictype/test-pr_terminal_punctuation.c: Regenerated.
18090         * tests/unictype/test-pr_unassigned_code_value.c: Regenerated.
18091         * tests/unictype/test-pr_unified_ideograph.c: Regenerated.
18092         * tests/unictype/test-pr_uppercase.c: Regenerated.
18093         * tests/unictype/test-pr_xid_continue.c: Regenerated.
18094         * tests/unictype/test-pr_xid_start.c: Regenerated.
18095         * tests/unictype/test-pr_zero_width.c: Regenerated.
18096
18097         Update to Unicode 5.1.0.
18098         * lib/uniwidth/width.c (nonspacing_table_data): Add U+0487,
18099         U+0616..U+061A, U+0A51, U+0A75, U+0B44, U+0B62..U+0B63, U+0C62..U+0C63,
18100         U+0D44, U+0D62..U+0D63, U+1033..U+1035, U+103A, U+103D..U+103E,
18101         U+105E..U+1060, U+1071..U+1074, U+1082, U+1085..U+1086, U+108D,
18102         U+1B80..U+1B81, U+1BA2..U+1BA5, U+1BA8..U+1BA9, U+1C2C..U+1C33,
18103         U+1C36..U+1C37, U+1DCB..U+1DE6, U+2064, U+20F0, U+2DE0..U+2DFF,
18104         U+A66F..U+A672, U+A67C..U+A67D, U+A8C4, U+A926..U+A92D, U+A947..U+A951,
18105         U+AA29..U+AA2E, U+AA31..U+AA32, U+AA35..U+AA36, U+AA43, U+AA4C,
18106         U+FE24..U+FE26, U+101FD. Remove U+1929..U+192B.
18107         (nonspacing_table_ind): Update.
18108         * tests/uniwidth/test-uc_width2.sh: Update expected result.
18109
18110         Update to Unicode 5.1.0.
18111         * lib/uniname/gen-uninames.lisp (main): Add the range 0x1Fxxx to the
18112         code transform.
18113         * lib/uniname/uniname.c (unicode_character_name,
18114         unicode_name_character): Add the range 0x1Fxxx to the code transform.
18115         * lib/uniname/uninames.h: Regenerated.
18116         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.1.0.
18117
18118 2009-02-07  Bruno Haible  <bruno@clisp.org>
18119
18120         Merge gen-ctype and gen-lbrk into a single program.
18121         * lib/gen-uni-tables.c: New file, incorporating
18122         lib/unictype/gen-ctype.c and lib/unilbrk/gen-lbrk.c.
18123         Add directory prefixes to the names of the generated files.
18124         * lib/unictype/gen-ctype.c: Remove file.
18125         * lib/unilbrk/gen-lbrk.c: Remove file.
18126         * modules/gen-uni-tables: New file.
18127         * modules/unictype/gen-ctype: Remove file.
18128         * modules/unilbrk/gen-lbrk: Remove file.
18129
18130 2009-02-07  Bruno Haible  <bruno@clisp.org>
18131
18132         * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations.
18133
18134         New module 'unistr/u32-strcoll'.
18135         * modules/unistr/u32-strcoll: New file.
18136         * lib/unistr/u32-strcoll.c: New file.
18137
18138         New module 'unistr/u16-strcoll'.
18139         * modules/unistr/u16-strcoll: New file.
18140         * lib/unistr/u16-strcoll.c: New file.
18141
18142         New module 'unistr/u8-strcoll'.
18143         * modules/unistr/u8-strcoll: New file.
18144         * lib/unistr/u8-strcoll.c: New file.
18145         * lib/unistr/u-strcoll.h: New file.
18146
18147 2009-02-07  Bruno Haible  <bruno@clisp.org>
18148
18149         * test-mbrtowc4.sh (LOCALE_ZH_CN): Fix default value.
18150         * test-mbsnrtowcs4.sh (LOCALE_ZH_CN): Likewise.
18151         * test-mbsrtowcs4.sh (LOCALE_ZH_CN): Likewise.
18152         * test-wcrtomb.sh (LOCALE_ZH_CN): Likewise.
18153         * test-wcsnrtombs4.sh (LOCALE_ZH_CN): Likewise.
18154         * test-wcsrtombs4.sh (LOCALE_ZH_CN): Likewise.
18155
18156 2009-02-07  Bruno Haible  <bruno@clisp.org>
18157
18158         Make 64-bit clean.
18159         * lib/unictype/gen-ctype.c (output_predicate, output_category,
18160         output_combclass, output_bidi_category, output_decimal_digit,
18161         output_digit, output_numeric, output_mirror, output_scripts,
18162         output_ident_category): Use proper width specifier in format strings.
18163
18164 2009-02-07  Bruno Haible  <bruno@clisp.org>
18165
18166         * doc/posix-functions/dirfd.texi: Clarify situation on mingw. Document
18167         failure behaviour.
18168
18169 2009-02-07  Jim Meyering  <meyering@redhat.com>
18170
18171         regex: avoid compilation failure with upcoming gcc-4.4
18172         * lib/regex_internal.h: Revert e48d8b47fb3eee81d341b71c3e006efe9e3433a7
18173         [workaround for PGC prior to 6.1-2].  Otherwise, we'd get this:
18174         "... error: integer overflow in preprocessor expression".
18175
18176 2009-02-05  Ben Pfaff  <blp@gnu.org>
18177
18178         Fix link errors on Windows when close module is used.
18179         * modules/close: Add $(LIB_CLOSE) to Link section.
18180         * m4/close.m4 (gl_REPLACE_CLOSE): Substitute -lws2_32 into
18181         $(LIB_CLOSE) on Windows.
18182
18183 2009-02-05  Jim Meyering  <meyering@redhat.com>
18184
18185         still avoid unused-parameter warnings, but do it cleanly
18186         * lib/fsusage.c (UNUSED_PARAM): Remove definition.
18187         (get_fs_usage): Cast to void instead.
18188         * lib/mountlist.c (UNUSED_PARAM): Remove definition.
18189         (dev_from_mount_options, read_file_system_list): Cast to void.
18190         Prompted by Bruno Haible.
18191
18192 2009-02-04  Jim Meyering  <meyering@redhat.com>
18193
18194         fsusage.c: correct copyright year
18195         * lib/fsusage.c: Reflect year in which the change is pushed into
18196
18197         avoid misc. warnings
18198         * lib/fsusage.c (UNUSED_PARAM): Define.
18199         (get_fs_usage): Mark parameter "disk" as unused.
18200         * lib/getugroups.c (getgrent): Use "void" in prototype.
18201         * lib/mountlist.c: Mark unused parameters.
18202         (read_file_system_list): Declare a local with "const".
18203         * lib/nanosleep.c (getnow): Declare static.
18204         * lib/strftime.c: Include strftime.h, for declaration of nstrftime.
18205
18206         dirfd: set errno upon failure
18207         * lib/dirfd.c: Include <errno.h>.
18208         Set errno to ENOTSUP when returning -1.
18209         * modules/dirfd (Depends-on): Add errno.
18210         Suggested by John Kodis <kodis@comcast.net>.
18211
18212 2009-02-01  Bruno Haible  <bruno@clisp.org>
18213
18214         Don't assume sizeof (long) >= sizeof (void *).
18215         * lib/memcmp.c: Include stdint.h.
18216         (memcmp_bytes): Change argument types to op_t. Change type of srcp1,
18217         srcp2 to 'const byte *'.
18218         (memcmp_common_alignment, memcmp_not_common_alignment): Change argument
18219         types to uintptr_t.
18220         (rpl_memcmp): Change type of srcp1, srcp2 to 'uintptr_t'.
18221         * modules/memcmp (Depends-on): Add stdint.
18222         Reported by Ozkan Sezer <sezeroz@gmail.com>.
18223
18224 2009-01-30  Eric Blake  <ebb9@byu.net>
18225
18226         fix more require-before-expand issues
18227         * m4/pmccabe2html.m4 (gl_PMCCABE2HTML): Require, rather than
18228         expand, AC_PROG_AWK.
18229         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): Use AC_DEFUN_ONCE.
18230
18231 2009-01-28  Eric Blake  <ebb9@byu.net>
18232
18233         version-etc: use consistent URL formatting
18234         * lib/version-etc.c (emit_bug_reporting_address, version_etc_va):
18235         Improve formatting.  Use fputs for string without %.
18236
18237 2009-01-28  Jim Meyering  <meyering@redhat.com>
18238
18239         00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warning
18240         * m4/00gnulib.m4 (AC_DEFUN_ONCE): Add quotes to avoid an
18241         "underquoted definition of NAME" from autoconf-2.59.
18242
18243 2009-01-28  Bruno Haible  <bruno@clisp.org>
18244
18245         * doc/gnulib.texi: Add "Obsolete modules" to index.
18246
18247 2009-01-28  Jim Meyering  <meyering@redhat.com>
18248
18249         useless-if-before-free: recognize more variants
18250         * build-aux/useless-if-before-free: Also recognize e.g.,
18251         if (NULL != p) free (p);
18252
18253 2009-01-27  Mark McLoughlin  <markmc@redhat.com>
18254
18255         test-getaddrinfo: skip (don't fail) this test when there's no network
18256         * tests/test-getaddrinfo.c: Skip test upon failure with EAI_AGAIN,
18257         on the presumption that it means you lack network access.
18258
18259 2009-01-26  Jim Meyering  <meyering@redhat.com>
18260
18261         fflush: avoid warnings on modern systems
18262         * lib/fflush.c (rpl_fflush): Move declarations of locals,
18263         pos and result, into scopes where they're used.
18264
18265 2009-01-26  Eric Blake  <ebb9@byu.net>
18266
18267         Silence warning reintroduced by recent extensions patch.
18268         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS)
18269         (gl_USE_SYSTEM_EXTENSIONS): Use AC_DEFUN_ONCE to silence newer
18270         autoconf.
18271
18272         Backport improved autoconf semantics of AC_DEFUN_ONCE.
18273         * m4/00gnulib.m4: New file.
18274         * gnulib-tool (func_get_filelist): Always use it.
18275         * m4/gnulib-common.m4 (gl_COMMON): Force the file to be used.
18276         Reported by Bruno Haible, with suggestions from Paolo Bonzini.
18277
18278 2009-01-25  Bruno Haible  <bruno@clisp.org>
18279
18280         Make test-quotearg work on MacOS X and AIX.
18281         * tests/test-quotearg.sh: New file.
18282         * tests/locale/fr/LC_MESSAGES/test-quotearg.po: New file.
18283         * tests/locale/fr/LC_MESSAGES/test-quotearg.mo: New file.
18284         * tests/test-quotearg.c: Include <locale.h> and gettext.h. Don't
18285         include <libintl.h>.
18286         (fake_locale): Remove variable.
18287         (gettext, dgettext, dcgettext): Remove functions.
18288         (main): Instead of setting a fake locale, set a real locale. Call
18289         textdomain and bindtextdomain.
18290         * modules/quotearg-tests (Files): Add the new files.
18291         (Depends-on): Add gettext, setenv, unsetenv.
18292         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
18293         (Makefile.am): Add test-quotearg.sh to TESTS, remove test-quotearg.
18294         Augment TESTS_ENVIRONMENT.
18295
18296 2009-01-25  Bruno Haible  <bruno@clisp.org>
18297
18298         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove special code that hid the
18299         fr_FR.ISO8859-1 locale on MacOS X.
18300         * m4/locale-ja.m4 (gt_LOCALE_JA): Remove special code that hid the
18301         ja_JP.eucJP locale on MacOS X.
18302         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Remove special code that hid the
18303         zh_CN.GB18030 locale on MacOS X.
18304
18305 2009-01-25  Bruno Haible  <bruno@clisp.org>
18306
18307         Avoid link errors on MacOS X 10.3.
18308         * lib/mbsrtowcs-state.c (_gl_mbsrtowcs_state): Add initializer.
18309         * lib/wcsrtombs-state.c (_gl_wcsrtombs_state): Likewise.
18310
18311 2009-01-25  Bruno Haible  <bruno@clisp.org>
18312
18313         * lib/pipe.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
18314         * m4/pipe.m4 (gl_PIPE): Remove tests for vfork() based code.
18315         * modules/pipe (Files): Remove m4/posix_spawn.m4.
18316         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
18317         posix_spawn_file_actions_addclose, posix_spawn_file_actions_adddup2,
18318         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
18319         posix_spawnattr_init, posix_spawnattr_setsigmask,
18320         posix_spawnattr_setflags, posix_spawnattr_destroy.
18321
18322         * lib/execute.c: On Unix, assume HAVE_POSIX_SPAWN and use posix_spawnp.
18323         * m4/execute.m4 (gl_EXECUTE): Remove tests for vfork() based code.
18324         * modules/execute (Files): Remove m4/posix_spawn.m4.
18325         (Depends-on): Add spawn, posix_spawnp, posix_spawn_file_actions_init,
18326         posix_spawn_file_actions_addopen, posix_spawn_file_actions_destroy,
18327         posix_spawnattr_init, posix_spawnattr_setsigmask,
18328         posix_spawnattr_setflags, posix_spawnattr_destroy.
18329
18330 2009-01-25  Bruno Haible  <bruno@clisp.org>
18331
18332         * lib/glthread/threadlib.c: Include <stdlib.h>.
18333
18334 2009-01-25  Bruno Haible  <bruno@clisp.org>
18335
18336         * lib/glthread/threadlib.c (dummy): New declaration.
18337
18338 2009-01-25  Bruno Haible  <bruno@clisp.org>
18339
18340         * lib/mbrtowc.c (mbrtowc): Distinguish invalid and incomplete
18341         multibyte characters also for the GB18030 encoding. Don't crash when
18342         the encoding is unknown and nstate = 0. Needed on OSF/1 5.1.
18343
18344 2009-01-25  Bruno Haible  <bruno@clisp.org>
18345
18346         Avoid redefining 'struct random_data' on OSF/1 5.1.
18347         * lib/stdlib.in.h: Include <random.h> if it exists.
18348         * m4/stdlib_h.m4 (gl_STDLIB_H): Test whether <random.h> exists. Set
18349         HAVE_RANDOM_H. Include <random.h> when testing whether
18350         'struct random_data' exists.
18351         * modules/stdlib (Makefile.am): Substitute HAVE_RANDOM_H.
18352
18353 2009-01-25  Bruno Haible  <bruno@clisp.org>
18354
18355         Don't install charset.alias on MacOS X >= 10.3.
18356         * lib/localcharset.c (DARWIN7): New macro.
18357         (get_charset_aliases): Hardcode the result for Darwin7.
18358         * modules/localcharset (install-exec-local): Don't install
18359         charset.alias on MacOS X >= 10.3, if the file does not yet exist.
18360
18361 2009-01-25  Bruno Haible  <bruno@clisp.org>
18362
18363         Don't install charset.alias on mingw and Cygwin.
18364         * modules/localcharset (install-exec-local): Don't install
18365         charset.alias on mingw and Cygwin, if the file does not yet exist.
18366         The result for these platforms is hardcoded in localcharset.c.
18367
18368 2009-01-25  Bruno Haible  <bruno@clisp.org>
18369
18370         Make it possible again to use AC_GNU_SOURCE together with gnulib.
18371         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_GNU_SOURCE
18372         before requiring AC_USE_SYSTEM_EXTENSIONS.
18373
18374 2009-01-25  Jim Meyering  <meyering@redhat.com>
18375
18376         c-strtod: avoid warnings
18377         * lib/c-strtod.c (C_STRTOD): Cast nptr to (char *) to avoid
18378         "assignment discards qualifiers from pointer target type" warnings.
18379
18380 2009-01-24  Bruno Haible  <bruno@clisp.org>
18381
18382         Add support for non-UTF-8 locales on MacOS X.
18383         * lib/config.charset: Add CP1131, ARMSCII-8, PT154 to the list of
18384         canonical encodings. For Darwin 7 and newer, don't map traditional
18385         encodings to UTF-8.
18386         Reported by Vincent Lefevre <vincent@vinc17.org>
18387         at <http://savannah.gnu.org/bugs/?25235>.
18388
18389 2009-01-24  Bruno Haible  <bruno@clisp.org>
18390
18391         * doc/gnulib.texi (Obsolete modules): New section.
18392         Reported by Mike Frysinger <vapier@gentoo.org>.
18393
18394 2009-01-24  Bruno Haible  <bruno@clisp.org>
18395
18396         * doc/Makefile (%.pdf): Clarify where to find texmf.cnf.
18397         (%.dvi): New rule.
18398
18399 2009-01-24  Bruno Haible  <bruno@clisp.org>
18400
18401         * lib/c-strtod.h (c_strtod, c_strtold): Adjust specification.
18402         Reported by Eric Blake.
18403
18404 2009-01-24  Bruno Haible  <bruno@clisp.org>
18405
18406         * lib/c-stack.c (segv_handler): If !HAVE_XSI_STACK_OVERFLOW_HEURISTIC,
18407         set signo = 0 also if info->si_code <= 0. Needed on HP-UX 11.11.
18408         Reported by Gary V. Vaughan <gary@gnu.org>.
18409
18410 2009-01-24  Bruno Haible  <bruno@clisp.org>
18411
18412         * lib/c-strtod.h (c_strtod, c_strtold): Add specification.
18413
18414 2009-01-23  Bruno Haible  <bruno@clisp.org>
18415
18416         Make c-strtod, c-strtold usable in libraries.
18417         * lib/c-strtod.c: Include string.h instead of xalloc.h.
18418         (C_STRTOD): Call strdup instead of xstrdup.
18419         * modules/c-strtod (Depends-on): Add strdup-posix, remove xalloc.
18420         * modules/c-strtold (Depends-on): Likewise.
18421         * doc/c-strtod.texi: Remove the sentence mentioning xalloc_die.
18422         * NEWS: Mention the change.
18423         Reported by Michael Gold <mgold@ncf.ca>.
18424
18425 2009-01-23  Jim Meyering  <meyering@redhat.com>
18426
18427         c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure path
18428         * lib/c-strtod.c (C_STRTOD) [LC_ALL_MASKC]: Ensure that when
18429         ENDPTR is non-NULL, *ENDPTR is set to NPTR upon failure.
18430
18431 2009-01-23  Simon Josefsson  <simon@josefsson.org>
18432
18433         * lib/version-etc.c: Add emit_bug_reporting_address, inspired by
18434         GNU CoreUtils.
18435         * lib/version-etc.h: Add prototype for emit_bug_reporting_address.
18436         * modules/version-etc (Description): Update.
18437
18438 2009-01-22  Bruno Haible  <bruno@clisp.org>
18439
18440         Cache the C locale object.
18441         * lib/c-strtod.c (c_locale_cache): New variable.
18442         (c_locale): New function.
18443         (C_STRTOD): Use it, and don't call freelocale.
18444         * m4/c-strtod.m4 (gl_C_STRTOD, gl_C_STRTOLD): Require AC_C_INLINE.
18445         Suggested by Paolo Bonzini.
18446
18447 2009-01-21  Bruno Haible  <bruno@clisp.org>
18448
18449         * lib/getloadavg.c (getloadavg): Check c_strtod result against error
18450         conditions other than overflow.
18451
18452 2009-01-21  Bruno Haible  <bruno@clisp.org>
18453
18454         * lib/c-strtod.c: Include errno.h.
18455         (C_STRTOD): Check against NULL return from newlocale. Preserve errno
18456         value from STRTOD_L and STRTOD.
18457
18458 2009-01-21  Bruno Haible  <bruno@clisp.org>
18459         and Jim Meyering  <meyering@redhat.com>
18460
18461         nanosleep: skip configure test (fail it) for apple universal builds
18462         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple
18463         universal builds, assume that nanosleep does not work.
18464         * modules/nanosleep (Depends-on): Add multiarch.
18465
18466         mktime: skip configure test (fail it) for apple universal builds
18467         * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple
18468         universal builds, assume that mktime does not work.
18469         * modules/mktime (Depends-on): Add multiarch.
18470
18471 2009-01-21  Eric Blake  <ebb9@byu.net>
18472
18473         multiarch: avoid expand-before-require warning
18474         * modules/multiarch (configure.ac): Require, rather than expand,
18475         gl_MULTIARCH.
18476         * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge...
18477         (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to
18478         enforce that all clients require it.  Partial reversion of
18479         2008-12-29 patch.
18480
18481         error: avoid expand-before-require warning
18482         * modules/errno (configure.ac): Require, rather than expand,
18483         gl_HEADER_ERRNO_H.
18484         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge...
18485         (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to
18486         enforce that all clients require it.
18487
18488         gnulib-tool: avoid warnings from using obsolete AC_GNU_SOURCE
18489         * gnulib-tool (func_dest_tmpfilename, func_create_testdir): Using
18490         obsolete AC_GNU_SOURCE causes out-of-order expansion; avoid it,
18491         and rely solely on gl_USE_SYSTEM_EXTENSIONS.
18492
18493 2009-01-21  Paolo Bonzini  <bonzini@gnu.org>
18494
18495         Revert:
18496         2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
18497
18498         regex: do not depend on obsolete modules.
18499         * modules/regex: Remove memcmp and memmove.
18500
18501 2009-01-20  Bruno Haible  <bruno@clisp.org>
18502
18503         Make the 'link' module link on Windows NT 4.
18504         * lib/link.c (_WIN32_WINNT): Don't define.
18505         (CreateHardLinkFuncType): New type.
18506         (CreateHardLinkFunc, initialized): New variables.
18507         (initialize): New function.
18508         (link): Invoke CreateHardLink indirectly through the function pointer.
18509
18510 2009-01-20  Bruno Haible  <bruno@clisp.org>
18511
18512         Fix compilation failure on mingw.
18513         * tests/test-link.c (main): Don't assume that EOPNOTSUPP exists.
18514
18515 2009-01-20  Michael Gold  <mgold@ncf.ca>  (tiny change)
18516
18517         * doc/c-strtod.texi: Mention a couple of restrictions.
18518
18519 2009-01-20  Jim Meyering  <meyering@redhat.com>
18520
18521         gettimeofday: move more declarations out of functions
18522         * lib/gettimeofday.c: Move extern declarations of tzset and
18523         gmtime out of containing functions.  Prompted by Bruno Haible.
18524
18525 2009-01-20  Paolo Bonzini  <bonzini@gnu.org>
18526
18527         regex: do not depend on obsolete modules.
18528         * modules/regex: Remove memcmp and memmove.
18529
18530 2009-01-19  Bruno Haible  <bruno@clisp.org>
18531
18532         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
18533         * modules/uniconv/u16-conv-from-enc (configure.ac): Require
18534         gl_BIGENDIAN, not AC_C_BIGENDIAN.
18535         * modules/uniconv/u16-conv-to-enc (configure.ac): Likewise.
18536         * modules/uniconv/u16-strconv-to-enc (configure.ac): Likewise.
18537
18538 2009-01-19  Bruno Haible  <bruno@clisp.org>
18539
18540         * tests/test-link.c: Include <errno.h>.
18541         (main): Exit with code 77 when a hard link cannot be created due to
18542         the file system.
18543         * tests/test-link.sh: Skip test when a hard link cannot be created due
18544         to the file system.
18545         Suggested by Eric Blake.
18546
18547 2009-01-19  Martin Lambers  <marlam@marlam.de>
18548
18549         * modules/link-tests: New file.
18550         * tests/test-link.sh: New file.
18551         * tests/test-link.c: New file.
18552
18553 2009-01-19  Eric Blake  <ebb9@byu.net>
18554
18555         doc: mention another function added in cygwin 1.7.0
18556         * doc/glibc-functions/glob_pattern_p.texi (glob_pattern_p):
18557         Another new function in cygwin 1.7.
18558
18559 2009-01-19  Bruno Haible  <bruno@clisp.org>
18560
18561         Don't use AC_REQUIRE([AC_C_BIGENDIAN]).
18562         * m4/gnulib-common.m4 (gl_BIGENDIAN): New macro.
18563         * m4/exponentl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require
18564         gl_BIGENDIAN, not AC_C_BIGENDIAN.
18565         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): Likewise.
18566         * m4/isinf.m4 (gl_ISINFL_WORKS): Likewise.
18567         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Likewise.
18568         * m4/md4.m4 (gl_MD4): Likewise.
18569         * m4/md5.m4 (gl_MD5): Likewise.
18570         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Likewise.
18571         * m4/sha1.m4 (gl_SHA1): Likewise.
18572         * m4/sha256.m4 (gl_SHA256): Likewise.
18573         * m4/sha512.m4 (gl_SHA512): Likewise.
18574
18575 2009-01-19  Bruno Haible  <bruno@clisp.org>
18576
18577         * modules/uniname/uniname-tests (Depends-on): Add progname.
18578         * tests/uniname/test-uninames.c: Include progname.h.
18579         (main): Call set_program_name.
18580
18581         * modules/unistdio/u8-vsprintf-tests (Depends-on): Add progname.
18582         * tests/unistdio/test-u8-vsprintf1.c: Include progname.h.
18583         (main): Call set_program_name.
18584
18585         * modules/unistdio/u8-vsnprintf-tests (Depends-on): Add progname.
18586         * tests/unistdio/test-u8-vsnprintf1.c: Include progname.h.
18587         (main): Call set_program_name.
18588
18589         * modules/unistdio/u16-vsprintf-tests (Depends-on): Add progname.
18590         * tests/unistdio/test-u16-vsprintf1.c: Include progname.h.
18591         (main): Call set_program_name.
18592
18593         * modules/unistdio/u16-vsnprintf-tests (Depends-on): Add progname.
18594         * tests/unistdio/test-u16-vsnprintf1.c: Include progname.h.
18595         (main): Call set_program_name.
18596
18597         * modules/unistdio/u32-vsprintf-tests (Depends-on): Add progname.
18598         * tests/unistdio/test-u32-vsprintf1.c: Include progname.h.
18599         (main): Call set_program_name.
18600
18601         * modules/unistdio/u32-vsnprintf-tests (Depends-on): Add progname.
18602         * tests/unistdio/test-u32-vsnprintf1.c: Include progname.h.
18603         (main): Call set_program_name.
18604
18605         * modules/unistdio/ulc-vsprintf-tests (Depends-on): Add progname.
18606         * tests/unistdio/test-ulc-vsprintf1.c: Include progname.h.
18607         (main): Call set_program_name.
18608
18609         * modules/unistdio/ulc-vsnprintf-tests (Depends-on): Add progname.
18610         * tests/unistdio/test-ulc-vsnprintf1.c: Include progname.h.
18611         (main): Call set_program_name.
18612
18613 2009-01-19  Eric Blake  <ebb9@byu.net>
18614
18615         test-unistd: test previous patch
18616         * tests/test-unistd.c: Test *_FILENO macros.
18617
18618         unistd: guarantee STDIN_FILENO here, for OS/2 EMX
18619         * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
18620         Guarantee a definition.
18621         * doc/posix-headers/unistd.texi (unistd.h): Document the bug.
18622         * modules/unistd-safer (Depends-on): Add dependency on unistd.
18623         * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>.
18624         * lib/dup-safer.c (STDERR_FILENO): Likewise.
18625         * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
18626         Likewise.
18627         * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise.
18628         * lib/fopen-safer.c (STDERR_FILENO): Likewise.
18629         * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO):
18630         Likewise.
18631         * lib/tmpfile-safer.c (STDERR_FILENO): Likewise.
18632         * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO)
18633         (STDERR_FILENO): Likewise.
18634         * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO)
18635         (STDERR_FILENO): Likewise.
18636         * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO)
18637         (STDERR_FILENO): Likewise.
18638         Reported by Elbert Pol.
18639
18640 2009-01-19  Eric Blake  <ebb9@byu.net>
18641
18642         doc: mention more functions added in cygwin 1.7.0
18643         * doc/posix-functions/abort.texi (abort): Update wording related
18644         to cygwin.
18645         * doc/posix-functions/daylight.texi (daylight): Likewise.
18646         * doc/posix-functions/optarg.texi (optarg): Likewise.
18647         * doc/posix-functions/optarg.texi (opterr): Likewise.
18648         * doc/posix-functions/optarg.texi (optind): Likewise.
18649         * doc/posix-functions/optarg.texi (optopt): Likewise.
18650         * doc/posix-functions/wprintf.texi (wprintf): Cygwin wprintf never
18651         worked in 1.5.x, and was withdrawn in 1.7.
18652         * doc/posix-functions/vwprintf.texi (vwprintf): Likewise.
18653         * doc/posix-functions/fprintf.texi (fprintf): Tighten mention of
18654         cygwin versions.
18655         * doc/posix-functions/perror.texi (perror): Likewise.
18656         * doc/posix-functions/printf.texi (printf): Likewise.
18657         * doc/posix-functions/snprintf.texi (snprintf): Likewise.
18658         * doc/posix-functions/sprintf.texi (sprintf): Likewise.
18659         * doc/posix-functions/vfprintf.texi (vfprintf): Likewise.
18660         * doc/posix-functions/vprintf.texi (vprintf): Likewise.
18661         * doc/posix-functions/vsnprintf.texi (vsnprintf): Likewise.
18662         * doc/posix-functions/vsprintf.texi (vsprintf): Likewise.
18663         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
18664         Likewise.
18665         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
18666         Likewise.
18667         * doc/glibc-functions/cfmakeraw.texi (cfmakeraw): Cygwin 1.7 adds
18668         this function.
18669         * doc/glibc-functions/in6addr_any.texi (in6addr_any): Likewise.
18670         * doc/glibc-functions/in6addr_loopback.texi (in6addr_loopback):
18671         Likewise.
18672         * doc/glibc-functions/updwtmpx.texi (updwtmpx): Likewise.
18673         * doc/posix-functions/_Exit_C99.texi (_Exit): Likewise.
18674         * doc/posix-functions/confstr.texi (confstr): Likewise.
18675         * doc/posix-functions/dprintf.texi (dprintf): Likewise.
18676         * doc/posix-functions/fgetwc.texi (fgetwc): Likewise.
18677         * doc/posix-functions/fgetws.texi (fgetws): Likewise.
18678         * doc/posix-functions/fputwc.texi (fputwc): Likewise.
18679         * doc/posix-functions/fputws.texi (fputws): Likewise.
18680         * doc/posix-functions/fwide.texi (fwide): Likewise.
18681         * doc/posix-functions/getwc.texi (getwc): Likewise.
18682         * doc/posix-functions/getwchar.texi (getwchar): Likewise.
18683         * doc/posix-functions/putwc.texi (putwc): Likewise.
18684         * doc/posix-functions/putwchar.texi (putwchar): Likewise.
18685         * doc/posix-functions/sigignore.texi (sigignore): Likewise.
18686         * doc/posix-functions/ungetwc.texi (ungetwc): Likewise.
18687         * doc/posix-functions/vdprintf.texi (vdprintf): Likewise.
18688         * doc/posix-functions/wcpcpy.texi (wcpcpy): Likewise.
18689         * doc/posix-functions/wcpncpy.texi (wcpncpy): Likewise.
18690         * doc/posix-functions/wcstol.texi (wcstol): Likewise.
18691         * doc/posix-functions/wcstoll.texi (wcstoll): Likewise.
18692         * doc/posix-functions/wcstoul.texi (wcstoul): Likewise.
18693         * doc/posix-functions/wcstoull.texi (wcstoull): Likewise.
18694         * doc/posix-functions/wcsxfrm.texi (wcsxfrm): Likewise.
18695
18696 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
18697
18698         ioctl: avoid warning: no previous prototype for 'rpl_ioctl'
18699         * lib/ioctl.c: Include <sys/ioctl.h>.
18700
18701 2009-01-19  Simon Josefsson  <simon@josefsson.org>
18702
18703         * modules/getdate-tests (Depends-on): Add progname.
18704         * tests/test-getdate.c: Use progname module, to avoid link errors
18705         on non-glibc systems.
18706
18707 2009-01-18  Simon Josefsson  <simon@josefsson.org>
18708
18709         * modules/filenamecat-tests (Depends-on): Add progname.
18710         * modules/fstrcmp-tests (Depends-on): Likewise.
18711
18712         * tests/test-filenamecat.c: Use progname module, to avoid link
18713         errors on non-glibc systems.
18714         * tests/test-fstrcmp.c: Likewise.
18715
18716 2009-01-19  Daniel P. Berrange  <berrange@redhat.com>
18717
18718         gettimeofday: avoid warning: nested extern declaration of 'localtime'
18719         * lib/gettimeofday.c: Move extern declaration out of function.
18720
18721 2009-01-18  Bruno Haible  <bruno@clisp.org>
18722
18723         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mblen and mbrlen.
18724         * lib/strftime.c (HAVE_MBLEN, HAVE_MBRLEN): Remove macros.
18725         (MULTIBYTE_IS_FORMAT_SAFE): Define to 1 on all platforms except OSF/1.
18726
18727 2009-01-18  Bruno Haible  <bruno@clisp.org>
18728
18729         * lib/strftime.c (MEMPCPY): Remove unused macro.
18730         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't test for mempcpy.
18731
18732 2009-01-18  Martin Lambers  <marlam@marlam.de>
18733
18734         New module 'link'.
18735         * lib/unistd.in.h (link): New declaration.
18736         * lib/link.c: New file.
18737         * m4/link.m4: New file.
18738         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_LINK,
18739         HAVE_LINK.
18740         * modules/unistd (Makefile.am): Substitute GNULIB_LINK, HAVE_LINK.
18741         * modules/link: New file.
18742         * doc/posix-functions/link.texi: Mention the new module.
18743
18744 2009-01-18  Bruno Haible  <bruno@clisp.org>
18745
18746         * tests/test-avltree_list.c (main): Call set_program_name.
18747         * tests/test-avltree_oset.c (main): Likewise.
18748         * tests/test-obstack-printf.c: Include progname.h.
18749         (main): Call set_program_name.
18750         * tests/test-quotearg.c: Include progname.h.
18751         (main): Call set_program_name.
18752         * tests/test-xmemdup0.c: Include progname.h.
18753         (main): Call set_program_name.
18754
18755 2009-01-18  Bruno Haible  <bruno@clisp.org>
18756
18757         New module 'alphasort'.
18758         * lib/dirent.in.h (alphasort): New declaration.
18759         * lib/alphasort.c: New file, from glibc with modifications.
18760         * m4/alphasort.m4: New file.
18761         * modules/alphasort: New file.
18762         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_ALPHASORT,
18763         HAVE_ALPHASORT.
18764         * modules/dirent (Makefile.am): Substitute GNULIB_ALPHASORT,
18765         HAVE_ALPHASORT.
18766         * doc/posix-functions/alphasort.texi: Mention the new module and the
18767         portability problems.
18768
18769 2009-01-18  Bruno Haible  <bruno@clisp.org>
18770
18771         New module 'scandir'.
18772         * lib/dirent.in.h (scandir): New declaration.
18773         * lib/scandir.c: New file, from glibc with modifications.
18774         * m4/scandir.m4: New file.
18775         * modules/scandir: New file.
18776         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_SCANDIR,
18777         HAVE_SCANDIR.
18778         * modules/dirent (Makefile.am): Substitute GNULIB_SCANDIR,
18779         HAVE_SCANDIR.
18780         * doc/posix-functions/scandir.texi: Mention the new module and the
18781         portability problems.
18782
18783 2009-01-17  Bruno Haible  <bruno@clisp.org>
18784
18785         * gnulib-tool (func_remove_prefix): Escape all dots in the prefix.
18786         Update documentation.
18787         (func_remove_suffix): Escape all dots in the suffix. Update
18788         documentation.
18789         (func_filter_filelist): Update documentation.
18790         Reported by Ralf Wildenhues.
18791
18792 2009-01-17  Bruno Haible  <bruno@clisp.org>
18793
18794         * modules/dprintf-posix-tests: New file.
18795         * tests/test-dprintf-posix.sh: New file.
18796         * tests/test-dprintf-posix.c: New file.
18797
18798         New modules 'dprintf', 'dprintf-posix'.
18799         * lib/stdio.in.h (dprintf): New declaration.
18800         * lib/dprintf.c: New file.
18801         * m4/dprintf.m4: New file.
18802         * m4/dprintf-posix.m4: New file.
18803         * modules/dprintf: New file.
18804         * modules/dprintf-posix: New file.
18805         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_DPRINTF,
18806         HAVE_DPRINTF, REPLACE_DPRINTF.
18807         * modules/stdio (Makefile.am): Substitute also GNULIB_DPRINTF,
18808         HAVE_DPRINTF, REPLACE_DPRINTF.
18809         * doc/posix-functions/dprintf.texi: Mention the new modules.
18810
18811 2009-01-17  Bruno Haible  <bruno@clisp.org>
18812
18813         * modules/vdprintf-posix-tests: New file.
18814         * tests/test-vdprintf-posix.sh: New file.
18815         * tests/test-vdprintf-posix.c: New file.
18816
18817         New modules 'vdprintf', 'vdprintf-posix'.
18818         * lib/stdio.in.h (vdprintf): New declaration.
18819         * lib/vdprintf.c: New file.
18820         * m4/vdprintf.m4: New file.
18821         * m4/vdprintf-posix.m4: New file.
18822         * modules/vdprintf: New file.
18823         * modules/vdprintf-posix: New file.
18824         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_VDPRINTF,
18825         HAVE_VDPRINTF, REPLACE_VDPRINTF.
18826         * modules/stdio (Makefile.am): Substitute also GNULIB_VDPRINTF,
18827         HAVE_VDPRINTF, REPLACE_VDPRINTF.
18828         * doc/posix-functions/vdprintf.texi: Mention the new modules.
18829
18830 2009-01-17  Bruno Haible  <bruno@clisp.org>
18831
18832         Fix replacement of fopen on mingw.
18833         * m4/fopen.m4 (gl_FUNC_FOPEN): Define FOPEN_TRAILING_SLASH_BUG also on
18834         mingw.
18835
18836 2009-01-17  Bruno Haible  <bruno@clisp.org>
18837
18838         Fix compilation error on HP-UX 11.00, present since 2008-09-24.
18839         * lib/fopen.c: Include <sys/types.h> and <sys/types.h>.
18840
18841 2009-01-17  Bruno Haible  <bruno@clisp.org>
18842
18843         Avoid test-fflush2.sh failure on mingw.
18844         * tests/test-fflush2.c: Include binary-io.h.
18845         (main): Put standard input into binary mode.
18846         * modules/fflush-tests (Depends-on): Add binary-io.
18847
18848 2009-01-17  Bruno Haible  <bruno@clisp.org>
18849
18850         * lib/wchar.in.h: In another particular situation, include only the
18851         system's <wchar.h> file.
18852         (_GL_ALREADY_INCLUDING_WCHAR_H): New macro.
18853         Reported by Albert Chin-A-Young <china@thewrittenword.com>
18854         and Thomas Guyot-Sionnest <dermoth@aei.ca>.
18855
18856 2009-01-17  Bruno Haible  <bruno@clisp.org>
18857
18858         Support for stripping executables in --enable-relocatable.
18859         * build-aux/install-reloc: Expect one more argument, or an environment
18860         variable RELOC_STRIP_PROG. If set, strip the destination program and
18861         its wrapper.
18862         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV, set
18863         RELOC_STRIP_PROG.
18864         * doc/relocatable-maint.texi (Supporting Relocation): Mention the need
18865         to set RELOCATABLE_STRIP.
18866         * NEWS: Mention the new Makefile requirement.
18867
18868 2009-01-17  Bruno Haible  <bruno@clisp.org>
18869
18870         * build-aux/install-reloc: Remove debugging information left over by
18871         C compiler on MacOS X.
18872
18873 2009-01-17  Bruno Haible  <bruno@clisp.org>
18874
18875         Update use of _NSGetExecutablePath after API change in MacOS X 10.4.
18876         * lib/progreloc.c (find_executable): Fix type of pointer passed to
18877         _NSGetExecutablePath.
18878
18879 2009-01-16  Jim Meyering  <meyering@redhat.com>
18880
18881         strerror: avoid warnings about discarding "const"
18882         * lib/strerror.c (rpl_strerror): Instead of returning a const
18883         string from each and every "case", use a variable, and add a single
18884         cast after the switch.
18885
18886 2009-01-16  Albert Chin-A-Young <china@thewrittenword.com>
18887
18888         * lib/arpa_inet.in.h: Add extern "C" block for C++.
18889
18890 2009-01-16  Bruno Haible  <bruno@clisp.org>
18891
18892         * m4/printf.m4 (gl_SNPRINTF_SIZE1, gl_VSNPRINTF_ZEROSIZE_C99): Use an
18893         array initializer syntax that also works in C++ mode.
18894         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
18895
18896 2009-01-16  Jim Meyering  <meyering@redhat.com>
18897
18898         poll: suppress a warning
18899         * lib/poll.c: Use #pragma GCC diagnostic ignored "-Wtype-limits"
18900         to ignore "...unsigned expression < 0 is always false" warnings.
18901
18902 2009-01-16  Daniel P. Berrange  <berrange@redhat.com>
18903
18904         poll: remove declarations of unused variables
18905         * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unused
18906         sockbuf and optlen.
18907
18908 2009-01-15  Bruno Haible  <bruno@clisp.org>
18909
18910         Make fflush-after-ungetc POSIX compliant on BSD systems.
18911         * lib/fflush.c (clear_ungetc_buffer_preserving_position): New function.
18912         (clear_ungetc_buffer): Implement also for other systems.
18913         (rpl_fflush): On glibc systems, invoke
18914         clear_ungetc_buffer_preserving_position. Otherwise, invoke
18915         clear_ungetc_buffer after fetching the stream's position, not before.
18916
18917 2009-01-15  Bruno Haible  <bruno@clisp.org>
18918
18919         Make fflush-after-ungetc POSIX compliant on glibc systems.
18920         * m4/fflush.m4 (gl_FUNC_FFLUSH): Test also the behaviour of fflush
18921         after ungetc.
18922         * lib/fflush.c (clear_ungetc_buffer): Implement for glibc systems.
18923         (rpl_fflush): On glibc systems, simply call the system's fflush
18924         function after clearing the ungetc buffer.
18925         * lib/fseeko.c (rpl_fseeko): Don't try to lseek past the end of file.
18926         Instead, lseek only to the end of file, then use the system's fseeko
18927         for the rest. On glibc systems, reset the EOF indicator bit.
18928
18929 2009-01-15  Jim Meyering  <meyering@redhat.com>
18930
18931         openmp.m4: revert quote-adding change, for portability to older autoconf
18932         * m4/openmp.m4: Remove the quotes added on 2009-01-14.
18933         This reverts part of 42d1eda5dcce2d68deab7a642e7f29bcd7144a0d.
18934         Simon Josefsson noticed the problem when using autoconf-2.61.
18935
18936 2009-01-15  Bruno Haible  <bruno@clisp.org>
18937
18938         * tests/test-fflush2.sh: Invoke test-fflush2 twice.
18939         * tests/test-fflush2.c (ASSERT): Always fail.
18940         (main): Add two tests for fflush() after ungetc(), taking into account
18941         the Austin Group's clarification.
18942         Suggested by Eric Blake.
18943
18944 2009-01-15  Albert Chin-A-Young  <china@thewrittenword.com>
18945
18946         mktime.m4: remove K&R-style function prototypes
18947         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove K&R-style function prototypes
18948         for the Sun C++ compiler.
18949
18950 2009-01-14  Bruno Haible  <bruno@clisp.org>
18951
18952         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_WCHAR_H): New macro, defined
18953         while including <wchar.h>.
18954         * lib/wchar.in.h: In two particular situations on HP-UX, include only
18955         the system's <wchar.h> file.
18956         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
18957
18958 2009-01-14  Bruno Haible  <bruno@clisp.org>
18959
18960         * m4/csharp.m4: Don't mention gettext on the serial number line.
18961         * m4/csharpexec.m4: Likewise.
18962         * m4/eaccess.m4: Likewise.
18963         * m4/javaexec.m4: Likewise.
18964         * m4/sig_atomic_t.m4: Likewise.
18965         * m4/tmpdir.m4: Likewise.
18966         * m4/intldir.m4: Bump gettext version.
18967         * m4/lib-ld.m4: Likewise.
18968
18969 2009-01-14  Bruno Haible  <bruno@clisp.org>
18970
18971         * lib/progname.c (set_program_name): Add more comments.
18972         Reported by Sergey Poznyakoff <gray@gnu.org.ua>.
18973
18974 2009-01-14  Simon Josefsson  <simon@josefsson.org>
18975
18976         * lib/sys_stat.in.h: Include sys/types.h for nlink_t on systems
18977         were sys/stat.h does not define it.
18978
18979 2009-01-14  Jim Meyering  <meyering@redhat.com>
18980
18981         many *.m4 files: improve m4 quoting
18982         99% of this change was performed by running the following commands:
18983         git ls-files | grep '\.m4$' | xargs perl -pi \
18984           -e 's/(AC_\w+\()([^[()]+?)([,)])/$1\[$2]$3/g;' \
18985           -e 's/(AC_\w+\((?:\[[^,]+?\], ){1})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
18986           -e 's/(AC_\w+\((?:\[[^,]+?\], ){2})([^,[()]+?)([,)])/$1\[$2]$3/g;' \
18987           -e 's/(AC_\w+\((?:\[[^,]+?\], ){3})([^,[()]+?)([,)])/$1\[$2]$3/g'
18988         perl -pi -e 's/\[\.\.\.\]/.../' m4/onceonly.m4
18989         The remainder were to add Copyright dates, increment serial numbers,
18990         undo some changes in comments, exclude m4/intl.m4, and add quotes
18991         around the "1" in ",1" where the unusual spacing prohibited the
18992         above regexps from doing the job.  For more details, see
18993         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16175>.
18994         * m4/acl.m4: Modified.
18995         * m4/afs.m4: Likewise.
18996         * m4/alloca.m4: Likewise.
18997         * m4/argp.m4: Likewise.
18998         * m4/argz.m4: Likewise.
18999         * m4/atexit.m4: Likewise.
19000         * m4/bison-i18n.m4: Likewise.
19001         * m4/bison.m4: Likewise.
19002         * m4/byteswap.m4: Likewise.
19003         * m4/c-stack.m4: Likewise.
19004         * m4/c-strtod.m4: Likewise.
19005         * m4/calloc.m4: Likewise.
19006         * m4/canonicalize-lgpl.m4: Likewise.
19007         * m4/chown.m4: Likewise.
19008         * m4/clock_time.m4: Likewise.
19009         * m4/codeset.m4: Likewise.
19010         * m4/copy-file.m4: Likewise.
19011         * m4/csharp.m4: Likewise.
19012         * m4/csharpcomp.m4: Likewise.
19013         * m4/csharpexec.m4: Likewise.
19014         * m4/d-ino.m4: Likewise.
19015         * m4/d-type.m4: Likewise.
19016         * m4/dirfd.m4: Likewise.
19017         * m4/double-slash-root.m4: Likewise.
19018         * m4/eaccess.m4: Likewise.
19019         * m4/eealloc.m4: Likewise.
19020         * m4/environ.m4: Likewise.
19021         * m4/errno_h.m4: Likewise.
19022         * m4/euidaccess.m4: Likewise.
19023         * m4/execute.m4: Likewise.
19024         * m4/fatal-signal.m4: Likewise.
19025         * m4/fchdir.m4: Likewise.
19026         * m4/fcntl_h.m4: Likewise.
19027         * m4/fileblocks.m4: Likewise.
19028         * m4/filenamecat.m4: Likewise.
19029         * m4/findprog.m4: Likewise.
19030         * m4/flexmember.m4: Likewise.
19031         * m4/fnmatch.m4: Likewise.
19032         * m4/fopen.m4: Likewise.
19033         * m4/fpending.m4: Likewise.
19034         * m4/fprintf-posix.m4: Likewise.
19035         * m4/free.m4: Likewise.
19036         * m4/frexp.m4: Likewise.
19037         * m4/frexpl.m4: Likewise.
19038         * m4/fsusage.m4: Likewise.
19039         * m4/ftruncate.m4: Likewise.
19040         * m4/gc-camellia.m4: Likewise.
19041         * m4/gc-random.m4: Likewise.
19042         * m4/gc.m4: Likewise.
19043         * m4/getaddrinfo.m4: Likewise.
19044         * m4/getcwd-abort-bug.m4: Likewise.
19045         * m4/getcwd-path-max.m4: Likewise.
19046         * m4/getdate.m4: Likewise.
19047         * m4/getdomainname.m4: Likewise.
19048         * m4/getgroups.m4: Likewise.
19049         * m4/gethostname.m4: Likewise.
19050         * m4/gethrxtime.m4: Likewise.
19051         * m4/getline.m4: Likewise.
19052         * m4/getloadavg.m4: Likewise.
19053         * m4/getndelim2.m4: Likewise.
19054         * m4/getpass.m4: Likewise.
19055         * m4/gettext.m4: Likewise.
19056         * m4/gettime.m4: Likewise.
19057         * m4/gettimeofday.m4: Likewise.
19058         * m4/gnulib-common.m4: Likewise.
19059         * m4/group-member.m4: Likewise.
19060         * m4/host-os.m4: Likewise.
19061         * m4/iconv.m4: Likewise.
19062         * m4/iconv_open.m4: Likewise.
19063         * m4/inet_ntop.m4: Likewise.
19064         * m4/inet_pton.m4: Likewise.
19065         * m4/inline.m4: Likewise.
19066         * m4/intldir.m4: Likewise.
19067         * m4/intlmacosx.m4: Likewise.
19068         * m4/intmax.m4: Likewise.
19069         * m4/intmax_t.m4: Likewise.
19070         * m4/inttypes.m4: Likewise.
19071         * m4/inttypes_h.m4: Likewise.
19072         * m4/inttypes-pri.m4: Likewise.
19073         * m4/isapipe.m4: Likewise.
19074         * m4/isnand.m4: Likewise.
19075         * m4/isnanf.m4: Likewise.
19076         * m4/isnanl.m4: Likewise.
19077         * m4/javacomp.m4: Likewise.
19078         * m4/javaexec.m4: Likewise.
19079         * m4/jm-winsz1.m4: Likewise.
19080         * m4/jm-winsz2.m4: Likewise.
19081         * m4/lchown.m4: Likewise.
19082         * m4/lcmessage.m4: Likewise.
19083         * m4/ldexpl.m4: Likewise.
19084         * m4/lib-ld.m4: Likewise.
19085         * m4/lib-link.m4: Likewise.
19086         * m4/libsigsegv.m4: Likewise.
19087         * m4/link-follow.m4: Likewise.
19088         * m4/localcharset.m4: Likewise.
19089         * m4/locale-fr.m4: Likewise.
19090         * m4/locale-ja.m4: Likewise.
19091         * m4/locale-tr.m4: Likewise.
19092         * m4/locale-zh.m4: Likewise.
19093         * m4/lock.m4: Likewise.
19094         * m4/longlong.m4: Likewise.
19095         * m4/ls-mntd-fs.m4: Likewise.
19096         * m4/lstat.m4: Likewise.
19097         * m4/malloc.m4: Likewise.
19098         * m4/mathl.m4: Likewise.
19099         * m4/mbrtowc.m4: Likewise.
19100         * m4/mbstate_t.m4: Likewise.
19101         * m4/mbswidth.m4: Likewise.
19102         * m4/memchr.m4: Likewise.
19103         * m4/memcmp.m4: Likewise.
19104         * m4/memcpy.m4: Likewise.
19105         * m4/memmem.m4: Likewise.
19106         * m4/memmove.m4: Likewise.
19107         * m4/mempcpy.m4: Likewise.
19108         * m4/memrchr.m4: Likewise.
19109         * m4/memset.m4: Likewise.
19110         * m4/minmax.m4: Likewise.
19111         * m4/mkdir-slash.m4: Likewise.
19112         * m4/mkdtemp.m4: Likewise.
19113         * m4/mktime.m4: Likewise.
19114         * m4/mmap-anon.m4: Likewise.
19115         * m4/mountlist.m4: Likewise.
19116         * m4/nanosleep.m4: Likewise.
19117         * m4/nls.m4: Likewise.
19118         * m4/nocrash.m4: Likewise.
19119         * m4/open.m4: Likewise.
19120         * m4/openat.m4: Likewise.
19121         * m4/openmp.m4: Likewise.
19122         * m4/pathmax.m4: Likewise.
19123         * m4/perl.m4: Likewise.
19124         * m4/physmem.m4: Likewise.
19125         * m4/pipe.m4: Likewise.
19126         * m4/po.m4: Likewise.
19127         * m4/poll.m4: Likewise.
19128         * m4/posixtm.m4: Likewise.
19129         * m4/posixver.m4: Likewise.
19130         * m4/printf-frexp.m4: Likewise.
19131         * m4/printf-frexpl.m4: Likewise.
19132         * m4/printf-posix.m4: Likewise.
19133         * m4/printf-posix-rpl.m4: Likewise.
19134         * m4/printf.m4: Likewise.
19135         * m4/progtest.m4: Likewise.
19136         * m4/putenv.m4: Likewise.
19137         * m4/readline.m4: Likewise.
19138         * m4/readlink.m4: Likewise.
19139         * m4/readutmp.m4: Likewise.
19140         * m4/realloc.m4: Likewise.
19141         * m4/regex.m4: Likewise.
19142         * m4/relocatable.m4: Likewise.
19143         * m4/relocatable-lib.m4: Likewise.
19144         * m4/rename-dest-slash.m4: Likewise.
19145         * m4/rename.m4: Likewise.
19146         * m4/rmdir-errno.m4: Likewise.
19147         * m4/rmdir.m4: Likewise.
19148         * m4/roundf.m4: Likewise.
19149         * m4/roundl.m4: Likewise.
19150         * m4/rpmatch.m4: Likewise.
19151         * m4/save-cwd.m4: Likewise.
19152         * m4/selinux-selinux-h.m4: Likewise.
19153         * m4/setenv.m4: Likewise.
19154         * m4/settime.m4: Likewise.
19155         * m4/sig2str.m4: Likewise.
19156         * m4/sig_atomic_t.m4: Likewise.
19157         * m4/signalblocking.m4: Likewise.
19158         * m4/signbit.m4: Likewise.
19159         * m4/sigpipe.m4: Likewise.
19160         * m4/sockets.m4: Likewise.
19161         * m4/sockpfaf.m4: Likewise.
19162         * m4/st_dm_mode.m4: Likewise.
19163         * m4/stat-time.m4: Likewise.
19164         * m4/stdbool.m4: Likewise.
19165         * m4/stdint.m4: Likewise.
19166         * m4/stdint_h.m4: Likewise.
19167         * m4/stpcpy.m4: Likewise.
19168         * m4/stpncpy.m4: Likewise.
19169         * m4/strcase.m4: Likewise.
19170         * m4/strchrnul.m4: Likewise.
19171         * m4/strcspn.m4: Likewise.
19172         * m4/strdup.m4: Likewise.
19173         * m4/strftime.m4: Likewise.
19174         * m4/strndup.m4: Likewise.
19175         * m4/strnlen.m4: Likewise.
19176         * m4/strpbrk.m4: Likewise.
19177         * m4/strptime.m4: Likewise.
19178         * m4/strsep.m4: Likewise.
19179         * m4/strtod.m4: Likewise.
19180         * m4/strtoimax.m4: Likewise.
19181         * m4/strtok_r.m4: Likewise.
19182         * m4/strtol.m4: Likewise.
19183         * m4/strtoll.m4: Likewise.
19184         * m4/strtoul.m4: Likewise.
19185         * m4/strtoull.m4: Likewise.
19186         * m4/strtoumax.m4: Likewise.
19187         * m4/strverscmp.m4: Likewise.
19188         * m4/threadlib.m4: Likewise.
19189         * m4/timegm.m4: Likewise.
19190         * m4/tm_gmtoff.m4: Likewise.
19191         * m4/tmpdir.m4: Likewise.
19192         * m4/tmpfile.m4: Likewise.
19193         * m4/tzset.m4: Likewise.
19194         * m4/uintmax_t.m4: Likewise.
19195         * m4/unlinkdir.m4: Likewise.
19196         * m4/unlocked-io.m4: Likewise.
19197         * m4/uptime.m4: Likewise.
19198         * m4/userspec.m4: Likewise.
19199         * m4/utimbuf.m4: Likewise.
19200         * m4/utime.m4: Likewise.
19201         * m4/utimes-null.m4: Likewise.
19202         * m4/utimes.m4: Likewise.
19203         * m4/vararrays.m4: Likewise.
19204         * m4/vasnprintf.m4: Likewise.
19205         * m4/vfprintf-posix.m4: Likewise.
19206         * m4/vprintf-posix.m4: Likewise.
19207         * m4/wait-process.m4: Likewise.
19208         * m4/wchar_t.m4: Likewise.
19209         * m4/wint_t.m4: Likewise.
19210         * m4/write-any-file.m4: Likewise.
19211         * m4/yield.m4: Likewise.
19212
19213 2009-01-13  Bruno Haible  <bruno@clisp.org>
19214
19215         Avoid test-copy-file.sh failures when ACL support insufficient.
19216         * modules/copy-file-tests (Makefile.am): Pass USE_ACL in
19217         TESTS_ENVIRONMENT.
19218         * tests/test-copy-file.sh: Skip the ACL comparisons if USE_ACL is 0.
19219         Reported by Jim Meyering.
19220
19221 2009-01-13  Bruno Haible  <bruno@clisp.org>
19222
19223         * modules/unistdio/u-printf-args (Files): Add m4/stdint_h.m4 and
19224         m4/inttypes_h.m4, needed by m4/intmax_t.m4.
19225         * modules/unistdio/u8-printf-parse (Files): Likewise.
19226         * modules/unistdio/u32-printf-parse (Files): Likewise.
19227         * modules/unistdio/ulc-printf-parse (Files): Likewise.
19228
19229 2009-01-13  Simon Josefsson  <simon@josefsson.org>
19230
19231         * modules/unistdio/u16-printf-parse (Files): Add m4/stdint_h.m4
19232         and m4/inttypes_h.m4 too.
19233
19234 2009-01-12  Eric Blake  <ebb9@byu.net>
19235
19236         tests: IRIX 6.2 cc can't compile -0.0 into .data
19237         * tests/test-ceill.c (minus_zero): Compute -0.0L at runtime,
19238         rather than at compile-time.
19239         * tests/test-floorl.c (minus_zero): Likewise.
19240         * tests/test-frexpl.c (minus_zero): Likewise.
19241         * tests/test-isnan.c (minus_zerol): Likewise.
19242         * tests/test-isnanl.h (minus_zero): Likewise.
19243         * tests/test-ldexpl.c (minus_zero): Likewise.
19244         * tests/test-roundl.c (minus_zero): Likewise.
19245         * tests/test-signbit.c (minus_zerol): Likewise.
19246         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
19247         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
19248         * tests/test-truncl.c (minus_zero): Likewise.
19249         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
19250         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
19251         Reported by Tom G. Christensen and Nelson H. F. Beebe.
19252
19253 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
19254
19255         regex: fix glibc bug 9697
19256         * lib/regcomp.c (re_compile_fastmap_iter): Rewrite COMPLEX_BRACKET
19257         handling.
19258
19259 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
19260
19261         regex: fix glibc bug 697
19262         * lib/regexec.c (prune_impossible_nodes): Handle sifted_states[0]
19263         being NULL also if there are no backreferences.
19264
19265 2009-01-09  Paolo Bonzini  <bonzini@gnu.org>
19266
19267         regex: merge glibc changes
19268         * lib/regcomp.c (re_compile_fastmap_iter): Use __mbrtowc.
19269         * lib/regex_internal.c (build_wcs_buffer, build_wcs_upper_buffer,
19270         re_string_skip_chars, re_string_reconstruct): Likewise.
19271         * lib/regex_internal.h [!_LIBC] (__mbrtowc): New #define.
19272
19273 2009-01-07  Jim Meyering  <meyering@redhat.com>
19274
19275         poll: filter through cppi
19276         * lib/poll.c: Indent cpp directives to reflect nesting.
19277
19278 2009-01-07  Daniel P. Berrange  <berrange@redhat.com>
19279
19280         poll: don't return uninitialized
19281         * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
19282
19283 2009-01-06  Jeremy Olexa <darkside@gentoo.org>  (tiny change)
19284
19285         avoid compile failure on AIX 6.1
19286         * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include <sys/protosw.h>.
19287         Details in http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/15465
19288
19289 2009-01-04  Jim Meyering  <meyering@redhat.com>
19290
19291         remove duplicate inclusion of <stdio.h>
19292         * tests/test-fprintf-posix.c: Likewise.
19293         * tests/test-printf-posix.c: Likewise.
19294         * tests/test-snprintf-posix.c: Likewise.
19295         * tests/test-sprintf-posix.c: Likewise.
19296         * tests/test-vasprintf-posix.c: Likewise.
19297         * tests/test-vfprintf-posix.c: Likewise.
19298         * tests/test-vprintf-posix.c: Likewise.
19299         * tests/test-vsnprintf-posix.c: Likewise.
19300         * tests/test-vsprintf-posix.c: Likewise.
19301
19302 2009-01-03  Jim Meyering  <meyering@redhat.com>
19303
19304         gnulib-tool: fix sed-based filtering
19305         * gnulib-tool (func_filter_filelist): Remove extra backslash
19306         in sed_fff_filter definition.
19307
19308 2009-01-02  Jim Meyering  <meyering@redhat.com>
19309
19310         strftime: avoid compilation failure on Solaris 2.6
19311         * modules/strftime (Depends-on): Add mbrlen and mbsinit.
19312         * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally.
19313         Don't #define mbrlen or mbsinit, since now they're guaranteed to
19314         be available.  Reported by Tom G. Christensen.  Details in
19315         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
19316
19317 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19318             Bruno Haible  <bruno@clisp.org>
19319
19320         Speed up gnulib-tool by doing more string processing through shell
19321         built-ins.
19322         * gnulib-tool (fast_func_append): New variable.
19323         (func_remove_prefix, func_remove_suffix): New functions.
19324         (fast_func_remove_prefix, fast_func_remove_suffix): New variables.
19325         (func_filter_filelist): New function.
19326         (func_get_dependencies): Use func_remove_suffix instead of sed.
19327         (func_get_automake_snippet): Use func_filter_filelist instead of a
19328         subshell and sed invocation.
19329
19330 2009-01-01  Bruno Haible  <bruno@clisp.org>
19331
19332         Fix a security bug.
19333         * gnulib-tool (func_import, import, update): Don't allow the characters
19334         '"', '$', '`', '\' in macro arguments that become part of commands that
19335         are evaluated.
19336
19337 2009-01-01  Bruno Haible  <bruno@clisp.org>
19338
19339         * gnulib-tool (func_reset_sigpipe): Add more comments.
19340
19341 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19342
19343         * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
19344         func_emit_tests_Makefile_am, func_import): Abort loops early if we
19345         already know the answer.
19346
19347 2009-01-01  Jim Meyering  <meyering@redhat.com>
19348
19349         * lib/version-etc.c (version_etc_va): Update copyright year.
19350
19351 2008-12-30  Bruno Haible  <bruno@clisp.org>
19352
19353         * m4/lib-prefix.m4 (AC_LIB_LINKFLAGS_BODY): Don't overwrite
19354         LIB${NAME}_PREFIX when considering the dependencies of lib${name}.
19355         Reported by Charles Wilson <cygwin@cwilson.fastmail.fm>.
19356
19357 2008-12-29  Eric Blake  <ebb9@byu.net>
19358
19359         multiarch: avoid autoconf AC_REQUIRE bug
19360         * m4/multiarch.m4 (gl_MULTIARCH): Split body...
19361         (gl_MULTIARCH_BODY): ...into new macro, to work around bug in Autoconf
19362         2.63 and older.
19363         Reported by Bruno Haible, and analyzed in
19364         http://lists.gnu.org/archive/html/bug-autoconf/2008-12/msg00039.html
19365
19366 2008-12-29  Bruno Haible  <bruno@clisp.org>
19367
19368         * gnulib-tool (func_import): When generating sed-ignore-removed, handle
19369         files in subdirectories correctly.
19370         Reported by Ralf Wildenhues.
19371
19372 2008-12-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19373
19374         * gnulib-tool (func_update_ignorelist): Use 'join - FILE'
19375         rather than 'join FILE -', for Solaris join.
19376
19377 2008-12-29  Bruno Haible  <bruno@clisp.org>
19378
19379         * m4/codeset.m4 (AM_LANGINFO_CODESET): More systematic m4 argument
19380         quoting.
19381         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
19382         * m4/glibc2.m4 (gt_GLIBC2): Likewise.
19383         * m4/glibc21.m4 (gl_GLIBC21): Likewise.
19384         * m4/iconv.m4 (AM_ICONV_LINK, AM_ICONV): Likewise.
19385         * m4/intdiv0.m4 (gt_INTDIV0): Likewise.
19386         * m4/intlmacosx.m4 (gt_INTL_MACOSX): Likewise.
19387         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Likewise.
19388         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Likewise.
19389         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
19390         * m4/lcmessage.m4 (gt_LC_MESSAGES): Likewise.
19391         * m4/nls.m4 (AM_NLS): Likewise.
19392         * m4/po.m4 (AM_PO_SUBDIRS): Likewise.
19393         * m4/printf-posix.m4 (gt_PRINTF_POSIX): Likewise.
19394         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
19395         * m4/size_max.m4 (gl_SIZE_MAX): Likewise.
19396         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Likewise.
19397         * m4/threadlib.m4 (gl_THREADLIB_BODY): Likewise.
19398         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Likewise.
19399         * m4/visibility.m4 (gl_VISIBILITY): Likewise.
19400         * m4/wchar_t.m4 (gt_TYPE_WCHAR_T): Likewise.
19401         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
19402         * m4/xsize.m4 (gl_XSIZE): Likewise.
19403         Suggested by Jim Meyering.
19404
19405 2008-11-17  Bruce Korb  <bkorb@gnu.org>
19406
19407         * lib/parse-duration.h: non-iso form accepts years, months weeks, too
19408         * lib/parse-duration.c: use a switch instead of cascading if's.
19409
19410 2008-12-29  Eric Blake  <ebb9@byu.net>
19411
19412         wchar.h: supply WEOF on Irix 5.3
19413         * lib/wchar.in.h (wint_t): Also supply WEOF.
19414         * lib/wctype.in.h (wint_t): Likewise.
19415         * doc/posix-headers/wchar.texi (wchar.h): Document the bug.
19416         * doc/posix-headers/wctype.texi (wctype.h): Likewise.
19417         Reported by Tom G. Christensen.
19418
19419 2008-12-26  Bruno Haible  <bruno@clisp.org>
19420
19421         * m4/multiarch.m4 (gl_MULTIARCH): Recognize also the architecture names
19422         i486, i586, i686.
19423
19424 2008-12-26  Bruno Haible  <bruno@clisp.org>
19425
19426         * lib/stdlib.in.h (struct random_data): Fix indentation of comments.
19427
19428 2008-12-26  Bruno Haible  <bruno@clisp.org>
19429
19430         * lib/stdint.in.h: Move the include of <wchar.h> down until after all
19431         the types are defined. Also conditionalize it on __STDC_LIMIT_MACROS,
19432         not __STDC_CONSTANT_MACROS.
19433         Reported by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
19434
19435 2008-12-25  Bruno Haible  <bruno@clisp.org>
19436
19437         Add support for universal builds to vasnprintf.
19438         * m4/printf.m4 (gl_PRINTF_ENOMEM): Require gl_MULTIARCH. In Apple
19439         universal builds, guess no.
19440         * modules/vasnprintf-posix (Depends-on): Add multiarch.
19441         * modules/vasprintf-posix (Depends-on): Likewise.
19442         * modules/fprintf-posix (Depends-on): Likewise.
19443         * modules/vfprintf-posix (Depends-on): Likewise.
19444         * modules/snprintf-posix (Depends-on): Likewise.
19445         * modules/vsnprintf-posix (Depends-on): Likewise.
19446         * modules/sprintf-posix (Depends-on): Likewise.
19447         * modules/vsprintf-posix (Depends-on): Likewise.
19448         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
19449         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
19450         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
19451         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
19452         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
19453         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
19454         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
19455
19456         Add support for universal builds to <inttypes.h>.
19457         * lib/inttypes.in.h (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX,
19458         _SCNu64_PREFIX): In Apple
19459         universal builds, define directly, using _LP64.
19460         * m4/inttypes.m4 (gl_INTTYPES_H): In Apple universal builds, set
19461         INT64_MAX_EQ_LONG_MAX and UINT64_MAX_EQ_ULONG_MAX to -1.
19462         * modules/inttypes (Depends-on): Add multiarch.
19463         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
19464
19465         Add support for universal builds to <stdint.h>.
19466         * lib/stdint.in.h (PDFDIFF_MIN, PTRDIFF_MAX, SIZE_MAX): In Apple
19467         universal builds, define directly, using _LP64.
19468         * m4/stdint.m4 (gl_STDINT_TYPE_PROPERTIES): Require gl_MULTIARCH. In
19469         Apple universal builds, don't test for the size and suffix of ptrdiff_t
19470         and size_t.
19471         * modules/stdint (Depends-on): Add multiarch.
19472         (Makefile.am): Substitute APPLE_UNIVERSAL_BUILD.
19473
19474         New module 'multiarch'.
19475         * modules/multiarch: New file.
19476         * m4/multiarch.m4: New file.
19477
19478 2008-12-25  Bruno Haible  <bruno@clisp.org>
19479
19480         * gnulib-tool (func_create_testdir): Avoid failure of mv command.
19481
19482 2008-12-25  Bruno Haible  <bruno@clisp.org>
19483
19484         * modules/btowc (License): Relicense under LGPLv2+.
19485         * modules/mbsinit (License): Likewise.
19486         * modules/mbrtowc (License): Likewise.
19487         * modules/wcrtomb (License): Likewise.
19488         * modules/streq (License): Likewise.
19489         Reported by David Lutterkort <lutter@redhat.com>.
19490
19491 2008-12-23  Bruno Haible  <bruno@clisp.org>
19492
19493         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Fix conditional and comment.
19494
19495 2008-12-23  Bruno Haible  <bruno@clisp.org>
19496
19497         Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
19498         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Put link options into
19499         GETADDRINFO_LIB, not in LIBS.
19500         * modules/getaddrinfo (Link): Set to $(GETADDRINFO_LIB).
19501         * modules/canon-host (Link): Likewise.
19502         * NEWS: Mention the change.
19503         * modules/getaddrinfo-tests (test_getaddrinfo_LDADD): Add the
19504         GETADDRINFO_LIB.
19505
19506 2008-12-22  Bruno Haible  <bruno@clisp.org>
19507
19508         * doc/posix-functions/iswalnum_l.texi: Mention limitation of wchar_t.
19509         * doc/posix-functions/iswalpha_l.texi: Likewise.
19510         * doc/posix-functions/iswblank_l.texi: Likewise.
19511         * doc/posix-functions/iswcntrl_l.texi: Likewise.
19512         * doc/posix-functions/iswctype_l.texi: Likewise.
19513         * doc/posix-functions/iswdigit_l.texi: Likewise.
19514         * doc/posix-functions/iswgraph_l.texi: Likewise.
19515         * doc/posix-functions/iswlower_l.texi: Likewise.
19516         * doc/posix-functions/iswprint_l.texi: Likewise.
19517         * doc/posix-functions/iswpunct_l.texi: Likewise.
19518         * doc/posix-functions/iswspace_l.texi: Likewise.
19519         * doc/posix-functions/iswupper_l.texi: Likewise.
19520         * doc/posix-functions/iswxdigit_l.texi: Likewise.
19521         * doc/posix-functions/mbsnrtowcs.texi: Likewise.
19522         * doc/posix-functions/open_wmemstream.texi: Likewise.
19523         * doc/posix-functions/swscanf.texi: Likewise.
19524         * doc/posix-functions/towctrans_l.texi: Likewise.
19525         * doc/posix-functions/towlower.texi: Likewise.
19526         * doc/posix-functions/towlower_l.texi: Likewise.
19527         * doc/posix-functions/towupper.texi: Likewise.
19528         * doc/posix-functions/towupper_l.texi: Likewise.
19529         * doc/posix-functions/vfwprintf.texi: Likewise.
19530         * doc/posix-functions/vfwscanf.texi: Likewise.
19531         * doc/posix-functions/vswscanf.texi: Likewise.
19532         * doc/posix-functions/vwprintf.texi: Likewise.
19533         * doc/posix-functions/vwscanf.texi: Likewise.
19534         * doc/posix-functions/wcpcpy.texi: Likewise.
19535         * doc/posix-functions/wcpncpy.texi: Likewise.
19536         * doc/posix-functions/wcscasecmp.texi: Likewise.
19537         * doc/posix-functions/wcscasecmp_l.texi: Likewise.
19538         * doc/posix-functions/wcscoll_l.texi: Likewise.
19539         * doc/posix-functions/wcsdup.texi: Likewise.
19540         * doc/posix-functions/wcsncasecmp.texi: Likewise.
19541         * doc/posix-functions/wcsncasecmp_l.texi: Likewise.
19542         * doc/posix-functions/wcsnlen.texi: Likewise.
19543         * doc/posix-functions/wcsnrtombs.texi: Likewise.
19544         * doc/posix-functions/wcsxfrm_l.texi: Likewise.
19545         * doc/posix-functions/wctrans_l.texi: Likewise.
19546         * doc/posix-functions/wctype_l.texi: Likewise.
19547         * doc/glibc-functions/fgetwc_unlocked.texi: Likewise.
19548         * doc/glibc-functions/fgetws_unlocked.texi: Likewise.
19549         * doc/glibc-functions/fputwc_unlocked.texi: Likewise.
19550         * doc/glibc-functions/fputws_unlocked.texi: Likewise.
19551         * doc/glibc-functions/getwc_unlocked.texi: Likewise.
19552         * doc/glibc-functions/getwchar_unlocked.texi: Likewise.
19553         * doc/glibc-functions/putwc_unlocked.texi: Likewise.
19554         * doc/glibc-functions/putwchar_unlocked.texi: Likewise.
19555         * doc/glibc-functions/wcschrnul.texi: Likewise.
19556         * doc/glibc-functions/wcsftime_l.texi: Likewise.
19557         * doc/glibc-functions/wcstod_l.texi: Likewise.
19558         * doc/glibc-functions/wcstof_l.texi: Likewise.
19559         * doc/glibc-functions/wcstol_l.texi: Likewise.
19560         * doc/glibc-functions/wcstold_l.texi: Likewise.
19561         * doc/glibc-functions/wcstoll_l.texi: Likewise.
19562         * doc/glibc-functions/wcstoq.texi: Likewise.
19563         * doc/glibc-functions/wcstoul_l.texi: Likewise.
19564         * doc/glibc-functions/wcstoull_l.texi: Likewise.
19565         * doc/glibc-functions/wcstouq.texi: Likewise.
19566         * doc/glibc-functions/wmempcpy.texi: Likewise.
19567
19568 2008-12-22  Ingo Weinhold  <ingo_weinhold@gmx.de>  (tiny change)
19569             Eric Blake  <ebb9@byu.net>
19570             Paolo Bonzini  <bonzini@gnu.org>
19571             Bruno Haible  <bruno@clisp.org>
19572
19573         Make c-stack work on Haiku.
19574         * lib/c-stack.c (SA_ONSTACK): Define fallback.
19575         (c_stack_action): Use SA_ONSTACK flag.
19576
19577 2008-12-22  Bruno Haible  <bruno@clisp.org>
19578
19579         * m4/locale-fr.m4 (gt_LOCALE_FR_UTF8): Treat Haiku like BeOS.
19580
19581 2008-12-22  Bruno Haible  <bruno@clisp.org>
19582
19583         Work around mbrlen() bugs on AIX, HP-UX, OSF/1, Solaris.
19584         * m4/mbrlen.m4 (gl_FUNC_MBRLEN): Set REPLACE_MBRLEN if mbrtowc is
19585         being overridden.
19586         (gl_MBRLEN_INCOMPLETE_STATE, gl_MBRLEN_RETVAL, gl_MBRLEN_NUL_RETVAL):
19587         New macros.
19588         * lib/wchar.in.h (mbrlen): Override if REPLACE_MBRLEN is set.
19589         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBRLEN.
19590         * modules/wchar (Makefile.am): Substitute REPLACE_MBRLEN.
19591         * doc/posix-functions/mbrlen.texi: Mention the various platform bugs.
19592
19593 2008-12-22  Bruno Haible  <bruno@clisp.org>
19594
19595         * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Remove unused variable
19596         from test code.
19597
19598 2008-12-22  Eric Blake  <ebb9@byu.net>
19599
19600         Avoid gcc warnings on cygwin.
19601         * lib/regex_internal.c (re_string_reconstruct) [!RE_ENABLE_I18N]:
19602         Avoid unused variable.
19603         * lib/regexec.c (check_arrival_add_next_nodes) [!RE_ENABLE_I18N]:
19604         Likewise.
19605
19606 2008-12-22  Bruno Haible  <bruno@clisp.org>
19607
19608         Remove HAVE_MBRTOWC conditionals.
19609         * lib/mbscasecmp.c: Include mbuiter.h unconditionally.
19610         (mbscasecmp): Assume mbrtowc function.
19611         * lib/mbscasestr.c: Include mbuiter.h unconditionally.
19612         (knuth_morris_pratt_multibyte, mbscasestr): Assume mbrtowc function.
19613         * lib/mbschr.c: Include mbuiter.h unconditionally.
19614         (mbschr): Assume mbrtowc function.
19615         * lib/mbscspn.c: Include mbuiter.h unconditionally.
19616         (mbscspn): Assume mbrtowc function.
19617         * lib/mbslen.c: Include mbuiter.h unconditionally.
19618         (mbslen): Assume mbrtowc function.
19619         * lib/mbsncasecmp.c: Include mbuiter.h unconditionally.
19620         (mbsncasecmp): Assume mbrtowc function.
19621         * lib/mbsnlen.c: Include mbiter.h unconditionally.
19622         (mbsnlen): Assume mbrtowc function.
19623         * lib/mbspbrk.c: Include mbuiter.h unconditionally.
19624         (mbspbrk): Assume mbrtowc function.
19625         * lib/mbspcasecmp.c: Include mbuiter.h unconditionally.
19626         (mbspcasecmp): Assume mbrtowc function.
19627         * lib/mbsrchr.c: Include mbuiter.h unconditionally.
19628         (mbsrchr): Assume mbrtowc function.
19629         * lib/mbssep.c: Include mbuiter.h unconditionally.
19630         (mbssep): Assume mbrtowc function.
19631         * lib/mbsspn.c: Include mbuiter.h unconditionally.
19632         (mbsspn): Assume mbrtowc function.
19633         * lib/mbsstr.c: Include mbuiter.h unconditionally.
19634         (knuth_morris_pratt_multibyte, mbsstr): Assume mbrtowc function.
19635         * lib/mbstok_r.c: Include mbuiter.h unconditionally.
19636         (mbstok_r): Assume mbrtowc function.
19637         * lib/propername.c: Include mbuiter.h unconditionally.
19638         (mbsstr_trimmed_wordbounded): Assume mbrtowc function.
19639         * lib/trim.c: Include mbchar.h, mbiter.h uncondtionally.
19640         (trim2): Assume mbrtowc function.
19641         * lib/mbswidth.c (mbsinit): Remove fallback definition.
19642         (mbsnwidth): Assume mbrtowc function.
19643         * modules/mbswidth (Depends-on): Add mbrtowc, mbsinit.
19644         * lib/quotearg.c (MB_CUR_MAX, mbstate_t, mbrtowc, iswprint): Remove
19645         fallback definitions.
19646         * modules/quotearg (Depends-on): Add mbrtowc, mbsinit.
19647
19648 2008-12-22  Bruno Haible  <bruno@clisp.org>
19649
19650         * doc/posix-functions/mbtowc.texi: Mention a glibc bug.
19651
19652 2008-12-22  Paolo Bonzini  <bonzini@gnu.org>
19653
19654         * modules/regex: Request emulations for the mb*/wc* functions we need.
19655         * m4/regex.m4: Don't look for those functions here.
19656         * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
19657
19658 2008-12-22  Bruno Haible  <bruno@clisp.org>
19659
19660         * modules/fnmatch (Depends-on): Remove duplicated dependency.
19661
19662 2008-12-21  Bruno Haible  <bruno@clisp.org>
19663
19664         Make mbiter.h, mbuiter.h, mbfile.h usable unconditionally.
19665         * modules/mbiter (Depends-on): Add mbrtowc, mbsinit.
19666         (Include): Remove conditionalization.
19667         * modules/mbuiter (Depends-on): Add mbrtowc, mbsinit.
19668         (Include): Remove conditionalization.
19669         * modules/mbfile (Depends-on): Add mbrtowc, mbsinit.
19670         (Include): Remove conditionalization.
19671         * m4/mbiter.m4 (gl_MBITER): Deprecate the use of AC_FUNC_MBRTOWC.
19672         * m4/mbfile.m4 (gl_MBFILE): Likewise.
19673         * NEWS: Mention the change.
19674         Reported by Alan Hourihane <alanh@fairlite.co.uk>
19675         via Sergey Poznyakoff <gray@gnu.org.ua>.
19676
19677 2008-12-21  Bruno Haible  <bruno@clisp.org>
19678
19679         * MODULES.html.sh (Extended multibyte and wide character utilities
19680         <wchar.h>): Add btowc, wctob, mbsinit, mbrlen, mbrtowc, mbsrtowcs,
19681         wcrtomb, wcsrtombs.
19682         (Support for systems lacking POSIX:2008): Add accept, bind, close,
19683         connect, fclose, getpeername, getsockname, getsockopt, hostent, listen,
19684         mbsnrtowcs, posix_spawn*, recv, recvfrom, sched, select, send, sendto,
19685         setsockopt, shutdown, socket, spawn, sys_wait, wcsnrtombs, write.
19686
19687 2008-12-21  Bruno Haible  <bruno@clisp.org>
19688
19689         * MODULES.html.sh: Change section titles to refer to POSIX:2008.
19690
19691 2008-12-21  Bruno Haible  <bruno@clisp.org>
19692
19693         * modules/wcsnrtombs-tests: New file.
19694         * tests/test-wcsnrtombs1.sh: New file.
19695         * tests/test-wcsnrtombs2.sh: New file.
19696         * tests/test-wcsnrtombs3.sh: New file.
19697         * tests/test-wcsnrtombs4.sh: New file.
19698         * tests/test-wcsnrtombs.c: New file.
19699
19700         New module 'wcsnrtombs'.
19701         * lib/wchar.in.h (wcsnrtombs): New declaration.
19702         * lib/wcsnrtombs.c: New file.
19703         * lib/wcsrtombs-state.c: New file.
19704         * lib/wcsrtombs.c: Refer to _gl_wcsrtombs_state.
19705         (internal_state): Remove variable.
19706         * m4/wcsnrtombs.m4: New file.
19707         * m4/wcsrtombs.m4 (gl_FUNC_WCSRTOMBS): Add wcsrtombs-state.c to the
19708         compilation units.
19709         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSNRTOMBS,
19710         HAVE_WCSNRTOMBS.
19711         * modules/wchar (Makefile.am): Substitute GNULIB_WCSNRTOMBS,
19712         HAVE_WCSNRTOMBS.
19713         * modules/wcsnrtombs: New file.
19714         * modules/wcsrtombs (Files): Add lib/wcsrtombs-state.c.
19715         * doc/posix-functions/wcsnrtombs.texi: Mention the new module.
19716
19717 2008-12-21  Bruno Haible  <bruno@clisp.org>
19718
19719         * modules/wcsrtombs-tests: New file.
19720         * tests/test-wcsrtombs1.sh: New file.
19721         * tests/test-wcsrtombs2.sh: New file.
19722         * tests/test-wcsrtombs3.sh: New file.
19723         * tests/test-wcsrtombs4.sh: New file.
19724         * tests/test-wcsrtombs.c: New file.
19725
19726         New module 'wcsrtombs'.
19727         * lib/wchar.in.h (wcsrtombs): New declaration.
19728         * lib/wcsrtombs.c: New file.
19729         * m4/wcsrtombs.m4: New file.
19730         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCSRTOMBS,
19731         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
19732         * modules/wchar (Makefile.am): Substitute GNULIB_WCSRTOMBS,
19733         HAVE_WCSRTOMBS, REPLACE_WCSRTOMBS.
19734         * modules/wcsrtombs: New file.
19735         * doc/posix-functions/wcsrtombs.texi: Mention the new module and the
19736         bugs.
19737
19738 2008-12-21  Bruno Haible  <bruno@clisp.org>
19739
19740         Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
19741         * lib/wchar.in.h (wcrtomb): Override if REPLACE_WCRTOMB is set.
19742         * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Test the return value of wcrtomb
19743         with NULL destination argument in various locales. Set REPLACE_WCRTOMB
19744         if not correct.
19745         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCRTOMB.
19746         * modules/wchar (Makefile.am): Substitute REPLACE_WCRTOMB.
19747         * modules/wcrtomb (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
19748         m4/locale-zh.m4, m4/codeset.m4.
19749         * doc/posix-functions/wcrtomb.texi: Document the bug.
19750
19751 2008-12-21  Bruno Haible  <bruno@clisp.org>
19752
19753         Work around a btowc() bug on IRIX 6.5.
19754         * lib/wchar.in.h (btowc): Override if REPLACE_BTOWC is set.
19755         * m4/btowc.m4 (gl_FUNC_BTOWC): Test whether btowc(EOF) is correct. Set
19756         REPLACE_WTOBC if not.
19757         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_BTOWC.
19758         * modules/wchar (Makefile.am): Substitute REPLACE_BTOWC.
19759         * doc/posix-functions/btowc.texi: Mention the IRIX bug.
19760
19761 2008-12-21  Bruno Haible  <bruno@clisp.org>
19762
19763         * modules/wcrtomb-tests: New file.
19764         * tests/test-wcrtomb.sh: New file.
19765         * tests/test-wcrtomb.c: New file.
19766
19767         New module 'wcrtomb'.
19768         * lib/wchar.in.h (wcrtomb): New declaration.
19769         * lib/wcrtomb.c: New file.
19770         * m4/wcrtomb.m4: New file.
19771         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCRTOMB,
19772         HAVE_WCRTOMB.
19773         * modules/wchar (Makefile.am): Substitute GNULIB_WCRTOMB,
19774         HAVE_WCRTOMB.
19775         * modules/wcrtomb: New file.
19776         * doc/posix-functions/wcrtomb.texi: Mention the new module.
19777
19778 2008-12-21  Bruno Haible  <bruno@clisp.org>
19779
19780         * modules/mbrtowc (Files): Add m4/codeset.m4, needed by m4/locale-fr.m4.
19781         * modules/mbsrtowcs (Files): Likewise.
19782         * modules/wctob (Files): Likewise.
19783         * modules/c-strcase-tests (Files): Likewise.
19784         * modules/unistdio/u8-vasnprintf-tests (Files): Likewise.
19785         * modules/unistdio/u16-vasnprintf-tests (Files): Likewise.
19786         * modules/unistdio/u32-vasnprintf-tests (Files): Likewise.
19787         * modules/unistdio/ulc-vasnprintf-tests (Files): Likewise.
19788         * modules/vasnprintf-posix-tests (Files): Likewise.
19789
19790 2008-12-21  William Pursell  <bill.pursell@gmail.com>
19791
19792         gitlog-to-changelog: pass all command-line arguments to git-log
19793         * build-aux/gitlog-to-changelog: When producing a ChangeLog,
19794         it is sometimes convenient to filter the commits in various ways.
19795         gitlog-to-changelog only allows --since to specify a start date,
19796         but git-log itself supports many other filtering mechanisms.
19797         At the moment, I want to filter by branch name.  Rather than
19798         adding a --branch option to gitlog-to-changelog, it seems more
19799         flexible to simply pass all options directly to git-log and let
19800         git do the work.  Notice that this effectively makes --since a
19801         redundant option for gitlog-to-changelog, but removing it would
19802         require current usage to change since calls would then require
19803         an additional '--'.
19804
19805 2008-12-21  Bruno Haible  <bruno@clisp.org>
19806
19807         * modules/mbsnrtowcs-tests: New file.
19808         * tests/test-mbsnrtowcs1.sh: New file.
19809         * tests/test-mbsnrtowcs2.sh: New file.
19810         * tests/test-mbsnrtowcs3.sh: New file.
19811         * tests/test-mbsnrtowcs4.sh: New file.
19812         * tests/test-mbsnrtowcs.c: New file.
19813
19814         New module 'mbsnrtowcs'.
19815         * lib/wchar.in.h (mbsnrtowcs): New declaration.
19816         * lib/mbsnrtowcs.c: New file.
19817         * lib/mbsrtowcs-state.c: New file.
19818         * lib/mbsrtowcs.c: Refer to _gl_mbsrtowcs_state.
19819         (internal_state): Remove variable.
19820         * m4/mbsnrtowcs.m4: New file.
19821         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Add mbsrtowcs-state.c to the
19822         compilation units.
19823         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSNRTOWCS,
19824         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
19825         * modules/wchar (Makefile.am): Substitute GNULIB_MBSNRTOWCS,
19826         HAVE_MBSNRTOWCS, REPLACE_MBSNRTOWCS.
19827         * modules/mbsnrtowcs: New file.
19828         * modules/mbsrtowcs (Files): Add lib/mbsrtowcs-state.c.
19829         * doc/posix-functions/mbsnrtowcs.texi: Mention the new module and a
19830         portability problem.
19831
19832 2008-12-21  Bruno Haible  <bruno@clisp.org>
19833
19834         Work around mbsrtowcs bug.
19835         * m4/mbsrtowcs.m4 (gl_MBSRTOWCS_WORKS): New macro.
19836         (gl_FUNC_MBSRTOWCS): Invoke it.
19837         * modules/mbsrtowcs (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
19838         m4/locale-zh.m4.
19839         * doc/posix-functions/mbsrtowcs.texi: Document the bug.
19840
19841 2008-12-21  Bruno Haible  <bruno@clisp.org>
19842
19843         * tests/test-mbsrtowcs.c (main): Execute the loop also for unlimited=1.
19844
19845 2008-12-21  Bruno Haible  <bruno@clisp.org>
19846
19847         Update doc for AIX.
19848         * doc/pastposix-functions/wcswcs.texi: Mention that AIX has only a
19849         16-bit wchar_t type.
19850         * doc/posix-functions/btowc.texi: Likewise.
19851         * doc/posix-functions/fgetwc.texi: Likewise.
19852         * doc/posix-functions/fgetws.texi: Likewise.
19853         * doc/posix-functions/fputwc.texi: Likewise.
19854         * doc/posix-functions/fputws.texi: Likewise.
19855         * doc/posix-functions/fwide.texi: Likewise.
19856         * doc/posix-functions/fwprintf.texi: Likewise.
19857         * doc/posix-functions/fwscanf.texi: Likewise.
19858         * doc/posix-functions/getwchar.texi: Likewise.
19859         * doc/posix-functions/getwc.texi: Likewise.
19860         * doc/posix-functions/iswalnum.texi: Likewise.
19861         * doc/posix-functions/iswalpha.texi: Likewise.
19862         * doc/posix-functions/iswblank.texi: Likewise.
19863         * doc/posix-functions/iswcntrl.texi: Likewise.
19864         * doc/posix-functions/iswctype.texi: Likewise.
19865         * doc/posix-functions/iswdigit.texi: Likewise.
19866         * doc/posix-functions/iswgraph.texi: Likewise.
19867         * doc/posix-functions/iswlower.texi: Likewise.
19868         * doc/posix-functions/iswprint.texi: Likewise.
19869         * doc/posix-functions/iswpunct.texi: Likewise.
19870         * doc/posix-functions/iswspace.texi: Likewise.
19871         * doc/posix-functions/iswupper.texi: Likewise.
19872         * doc/posix-functions/iswxdigit.texi: Likewise.
19873         * doc/posix-functions/mbrtowc.texi: Likewise.
19874         * doc/posix-functions/mbsrtowcs.texi: Likewise.
19875         * doc/posix-functions/mbstowcs.texi: Likewise.
19876         * doc/posix-functions/mbtowc.texi: Likewise.
19877         * doc/posix-functions/putwchar.texi: Likewise.
19878         * doc/posix-functions/putwc.texi: Likewise.
19879         * doc/posix-functions/swprintf.texi: Likewise.
19880         * doc/posix-functions/tolower.texi: Likewise.
19881         * doc/posix-functions/toupper.texi: Likewise.
19882         * doc/posix-functions/towctrans.texi: Likewise.
19883         * doc/posix-functions/ungetwc.texi: Likewise.
19884         * doc/posix-functions/vswprintf.texi: Likewise.
19885         * doc/posix-functions/wcrtomb.texi: Likewise.
19886         * doc/posix-functions/wcscat.texi: Likewise.
19887         * doc/posix-functions/wcschr.texi: Likewise.
19888         * doc/posix-functions/wcscmp.texi: Likewise.
19889         * doc/posix-functions/wcscoll.texi: Likewise.
19890         * doc/posix-functions/wcscpy.texi: Likewise.
19891         * doc/posix-functions/wcscspn.texi: Likewise.
19892         * doc/posix-functions/wcsftime.texi: Likewise.
19893         * doc/posix-functions/wcslen.texi: Likewise.
19894         * doc/posix-functions/wcsncat.texi: Likewise.
19895         * doc/posix-functions/wcsncmp.texi: Likewise.
19896         * doc/posix-functions/wcsncpy.texi: Likewise.
19897         * doc/posix-functions/wcspbrk.texi: Likewise.
19898         * doc/posix-functions/wcsrchr.texi: Likewise.
19899         * doc/posix-functions/wcsrtombs.texi: Likewise.
19900         * doc/posix-functions/wcsspn.texi: Likewise.
19901         * doc/posix-functions/wcsstr.texi: Likewise.
19902         * doc/posix-functions/wcstod.texi: Likewise.
19903         * doc/posix-functions/wcstof.texi: Likewise.
19904         * doc/posix-functions/wcstoimax.texi: Likewise.
19905         * doc/posix-functions/wcstok.texi: Likewise.
19906         * doc/posix-functions/wcstold.texi: Likewise.
19907         * doc/posix-functions/wcstoll.texi: Likewise.
19908         * doc/posix-functions/wcstol.texi: Likewise.
19909         * doc/posix-functions/wcstombs.texi: Likewise.
19910         * doc/posix-functions/wcstoull.texi: Likewise.
19911         * doc/posix-functions/wcstoul.texi: Likewise.
19912         * doc/posix-functions/wcstoumax.texi: Likewise.
19913         * doc/posix-functions/wcswidth.texi: Likewise.
19914         * doc/posix-functions/wcsxfrm.texi: Likewise.
19915         * doc/posix-functions/wctob.texi: Likewise.
19916         * doc/posix-functions/wctomb.texi: Likewise.
19917         * doc/posix-functions/wctrans.texi: Likewise.
19918         * doc/posix-functions/wctype.texi: Likewise.
19919         * doc/posix-functions/wcwidth.texi: Likewise.
19920         * doc/posix-functions/wmemchr.texi: Likewise.
19921         * doc/posix-functions/wmemcmp.texi: Likewise.
19922         * doc/posix-functions/wmemcpy.texi: Likewise.
19923         * doc/posix-functions/wmemmove.texi: Likewise.
19924         * doc/posix-functions/wmemset.texi: Likewise.
19925         * doc/posix-functions/wprintf.texi: Likewise.
19926         * doc/posix-functions/wscanf.texi: Likewise.
19927
19928 2008-12-21  Bruno Haible  <bruno@clisp.org>
19929
19930         Update doc for HP-UX 11.11.
19931         * doc/posix-functions/btowc.texi: Clarify that the function is missing
19932         in HP-UX version 11.00, not in all versions of HP-UX 11.
19933         * doc/posix-functions/fwide.texi: Likewise.
19934         * doc/posix-functions/fwprintf.texi: Likewise.
19935         * doc/posix-functions/fwscanf.texi: Likewise.
19936         * doc/posix-functions/inet_ntop.texi: Likewise.
19937         * doc/posix-functions/inet_pton.texi: Likewise.
19938         * doc/posix-functions/mbrlen.texi: Likewise.
19939         * doc/posix-functions/mbrtowc.texi: Likewise.
19940         * doc/posix-functions/mbsinit.texi: Likewise.
19941         * doc/posix-functions/mbsrtowcs.texi: Likewise.
19942         * doc/posix-functions/swprintf.texi: Likewise.
19943         * doc/posix-functions/swscanf.texi: Likewise.
19944         * doc/posix-functions/towctrans.texi: Likewise.
19945         * doc/posix-functions/vfwprintf.texi: Likewise.
19946         * doc/posix-functions/vswprintf.texi: Likewise.
19947         * doc/posix-functions/vwprintf.texi: Likewise.
19948         * doc/posix-functions/wcrtomb.texi: Likewise.
19949         * doc/posix-functions/wcsrtombs.texi: Likewise.
19950         * doc/posix-functions/wcsstr.texi: Likewise.
19951         * doc/posix-functions/wctob.texi: Likewise.
19952         * doc/posix-functions/wctrans.texi: Likewise.
19953         * doc/posix-functions/wmemchr.texi: Likewise.
19954         * doc/posix-functions/wmemcmp.texi: Likewise.
19955         * doc/posix-functions/wmemcpy.texi: Likewise.
19956         * doc/posix-functions/wmemmove.texi: Likewise.
19957         * doc/posix-functions/wmemset.texi: Likewise.
19958         * doc/posix-functions/wprintf.texi: Likewise.
19959         * doc/posix-functions/wscanf.texi: Likewise.
19960
19961 2008-12-21  Bruno Haible  <bruno@clisp.org>
19962
19963         Work around a portability problem.
19964         * tests/test-mbsrtowcs.c (main): Use a temporary conversion state.
19965         * doc/posix-functions/mbsrtowcs.texi: Document the portability problem.
19966
19967 2008-12-20  Bruno Haible  <bruno@clisp.org>
19968
19969         * lib/wchar.in.h (mbsrtowcs): Redefine if REPLACE_MBSRTOWCS is set.
19970         * m4/mbsrtowcs.m4 (gl_FUNC_MBSRTOWCS): Invoke gl_MBSTATE_T_BROKEN. Set
19971         REPLACE_MBSRTOWCS if mbsrtowcs needs to be overridden.
19972         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSRTOWCS.
19973         * modules/wchar (Makefile.am): Substitute REPLACE_MBSRTOWCS.
19974
19975         Work around mbrtowc bugs on AIX, HP-UX, OSF/1, Solaris.
19976         * lib/wchar.in.h (mbstate_t): Redefine also if REPLACE_MBSTATE_T is
19977         set.
19978         (GNULIB_defined_mbstate_t): New macro.
19979         (mbsinit): Redefine if REPLACE_MBSINIT is set.
19980         (mbrtowc): Redefine if REPLACE_MBRTOWC is set.
19981         * lib/mbrtowc.c (rpl_mbrtowc): Add an alternative implementation that
19982         reuses the system's mbrtowc function but works around the bugs.
19983         * m4/mbrtowc.m4 (gl_MBSTATE_T_BROKEN, gl_MBRTOWC_INCOMPLETE_STATE,
19984         gl_MBRTOWC_NULL_ARG, gl_MBRTOWC_RETVAL, gl_MBRTOWC_NUL_RETVAL): New
19985         macros.
19986         (gl_FUNC_MBRTOWC): Invoke them. Set REPLACE_MBRTOWC if mbrtowc needs to
19987         be overridden. Optionally define MBRTOWC_NULL_ARG_BUG,
19988         MBRTOWC_RETVAL_BUG, MBRTOWC_NUL_RETVAL_BUG.
19989         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_MBSTATE_T_BROKEN. Set
19990         REPLACE_MBSINIT if mbsinit needs to be overridden.
19991         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_MBSTATE_T,
19992         REPLACE_MBSINIT, REPLACE_MBRTOWC.
19993         * modules/wchar (Makefile.am): Substitute REPLACE_MBSTATE_T,
19994         REPLACE_MBSINIT, REPLACE_MBRTOWC.
19995         * modules/mbrtowc (Files): Add m4/locale-fr.m4, m4/locale-ja.m4,
19996         m4/locale-zh.m4.
19997         (Depends): Add mbsinit.
19998         * modules/mbsinit (Depends): Add mbrtowc.
19999         * doc/posix-functions/mbrtowc.texi: Mention the various bugs.
20000
20001 2008-12-20  Bruno Haible  <bruno@clisp.org>
20002
20003         * tests/test-mbrtowc.c (main): Change sample string in EUC-JP encoding
20004         so that there are no conversion errors on AIX.
20005         * tests/test-mbsrtowcs.c (main): LIkewise.
20006
20007 2008-12-20  Bruno Haible  <bruno@clisp.org>
20008
20009         Work around wctob bug on Solaris <= 9.
20010         * lib/wchar.in.h (wctob): Redefine if REPLACE_WCTOB is set.
20011         * m4/wctob.m4 (gl_FUNC_WCTOB): Test whether wctob works.
20012         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize REPLACE_WCTOB.
20013         * modules/wchar (Makefile.am): Substitute REPLACE_WCTOB.
20014         * modules/wctob (Files): Add m4/locale-fr.m4.
20015         * doc/posix-functions/wctob.texi: Mention the Solaris bug.
20016
20017 2008-12-20  Bruno Haible  <bruno@clisp.org>
20018
20019         * doc/posix-functions/select.texi: Mention Solaris 2.6 bug with
20020         /dev/null.
20021         * tests/test-select-in.sh: Likewise.
20022         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
20023
20024 2008-12-20  Bruno Haible  <bruno@clisp.org>
20025
20026         Don't pretend that Cygwin has a ja_JP.EUC-JP locale.
20027         * m4/locale-ja.m4 (gt_LOCALE_JA): Add test for MB_CUR_MAX. Needed on
20028         Cygwin 1.5.x.
20029
20030 2008-12-20  Bruno Haible  <bruno@clisp.org>
20031
20032         Ensure mbstate_t is defined on HP-UX 11.11.
20033         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Require
20034         AC_CANONICAL_HOST. On HP-UX, define _XOPEN_SOURCE to 500.
20035         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Require
20036         AC_USE_SYSTEM_EXTENSIONS.
20037         * modules/fnmatch (Depends-on): Add extensions.
20038         * modules/mbrlen (Depends-on): Likewise.
20039         * modules/mbrtowc (Depends-on): Likewise.
20040         * modules/mbsinit (Depends-on): Likewise.
20041         * modules/mbsrtowcs (Depends-on): Likewise.
20042         * modules/mbswidth (Depends-on): Likewise.
20043         * modules/quotearg (Depends-on): Likewise.
20044         * modules/strftime (Depends-on): Likewise.
20045
20046 2008-12-20  Bruno Haible  <bruno@clisp.org>
20047
20048         Ensure wctob is declared on IRIX 6.5.
20049         * lib/wchar.in.h (wctob): Declare also when HAVE_DECL_WCTOB is 0.
20050         * m4/wctob.m4 (gl_FUNC_WCTOB): Set HAVE_DECL_WCTOB instead of
20051         HAVE_WCTOB. Also test whether <wchar.h> declares wctob.
20052         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize HAVE_DECL_WCTOB instead
20053         of HAVE_WCTOB.
20054         * modules/wchar (Makefile.am): Substitute HAVE_DECL_WCTOB instead of
20055         HAVE_WCTOB.
20056         * doc/posix-functions/wctob.texi: Mention missing declaration on IRIX.
20057
20058 2008-12-19  Bruno Haible  <bruno@clisp.org>
20059
20060         * modules/mbsrtowcs-tests: New file.
20061         * tests/test-mbsrtowcs1.sh: New file.
20062         * tests/test-mbsrtowcs2.sh: New file.
20063         * tests/test-mbsrtowcs3.sh: New file.
20064         * tests/test-mbsrtowcs4.sh: New file.
20065         * tests/test-mbsrtowcs.c: New file.
20066
20067         New module 'mbsrtowcs'.
20068         * lib/wchar.in.h (mbsrtowcs): New declaration.
20069         * lib/mbsrtowcs.c: New file.
20070         * m4/mbsrtowcs.m4: New file.
20071         * modules/mbsrtowcs: New file.
20072         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSRTOWCS and
20073         HAVE_MBSRTOWCS.
20074         * modules/wchar (Makefile.am): Substitute GNULIB_MBSRTOWCS and
20075         HAVE_MBSRTOWCS.
20076         * doc/posix-functions/mbsrtowcs.texi: Document the new module.
20077
20078 2008-12-19  Bruno Haible  <bruno@clisp.org>
20079
20080         New module 'mbrlen'.
20081         * lib/wchar.in.h (mbrlen): New declaration.
20082         * lib/mbrlen.c: New file.
20083         * m4/mbrlen.m4: New file.
20084         * modules/mbrlen: New file.
20085         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRLEN and
20086         HAVE_MBRLEN.
20087         * modules/wchar (Makefile.am): Substitute GNULIB_MBRLEN and
20088         HAVE_MBRLEN.
20089         * doc/posix-functions/mbrlen.texi: Document the new module.
20090
20091 2008-12-19  Bruno Haible  <bruno@clisp.org>
20092
20093         * lib/mbrtowc.c: Include verify.h. Verify an assumption.
20094         * modules/mbrtowc (Depends-on): Add verify.
20095         Suggested by Paul Eggert.
20096
20097 2008-12-18  Bruno Haible  <bruno@clisp.org>
20098
20099         * modules/mbsinit-tests: New file.
20100         * tests/test-mbsinit.sh: New file.
20101         * tests/test-mbsinit.c: New file.
20102
20103 2008-12-18  Bruno Haible  <bruno@clisp.org>
20104
20105         * modules/mbrtowc-tests: New file.
20106         * tests/test-mbrtowc1.sh: New file.
20107         * tests/test-mbrtowc2.sh: New file.
20108         * tests/test-mbrtowc3.sh: New file.
20109         * tests/test-mbrtowc4.sh: New file.
20110         * tests/test-mbrtowc.c: New file.
20111
20112         New module 'mbrtowc'.
20113         * lib/wchar.in.h (mbstate_t): Override when the system does not have
20114         mbsinit and mbrtowc.
20115         (mbrtowc): New declaration.
20116         * lib/mbrtowc.c: New file.
20117         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC, gl_PREREQ_MBRTOWC): New macros.
20118         * modules/mbrtowc: New file.
20119         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBRTOWC and
20120         HAVE_MBRTOWC.
20121         * modules/wchar (Makefile.am): Substitute GNULIB_MBRTOWC and
20122         HAVE_MBRTOWC.
20123         * doc/posix-functions/mbrtowc.texi: Document the new module.
20124
20125 2008-12-18  Bruno Haible  <bruno@clisp.org>
20126
20127         New module 'wctob'.
20128         * lib/wchar.in.h (wctob): New declaration.
20129         * lib/wctob.c: New file.
20130         * m4/wctob.m4: New file.
20131         * modules/wctob: New file.
20132         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WCTOB and
20133         HAVE_WCTOB.
20134         * modules/wchar (Makefile.am): Substitute GNULIB_WCTOB and HAVE_WCTOB.
20135         * doc/posix-functions/wctob.texi: Document the new module.
20136
20137 2008-12-18  Bruno Haible  <bruno@clisp.org>
20138
20139         * m4/mbsinit.m4 (gl_FUNC_MBSINIT): Invoke gl_REPLACE_WCHAR_H.
20140         * m4/btowc.m4 (gl_FUNC_BTOWC): Likewise.
20141
20142 2008-12-18  Simon Josefsson  <simon@josefsson.org>
20143
20144         * lib/flock.c: Use proper #if symbol in check.  Reported by "Tom
20145         G. Christensen" <tgc@jupiterrise.com>.
20146
20147         * lib/flock.c: Need to include errno.h.  Reported by "Tom
20148         G. Christensen" <tgc@jupiterrise.com>.
20149
20150         * lib/flock.c: Need to include string.h.  Reported by "Tom
20151         G. Christensen" <tgc@jupiterrise.com> and Eric Blake
20152         <ebb9@byu.net>.
20153
20154 2008-12-18  Bruno Haible  <bruno@clisp.org>
20155
20156         * m4/locale-ja.m4: New file, from GNU gettext.
20157
20158 2008-12-17  Bruno Haible  <bruno@clisp.org>
20159
20160         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Don't override in autoconf >= 2.60.
20161         Suggested by Eric Blake.
20162
20163 2008-12-17  Bruno Haible  <bruno@clisp.org>
20164
20165         * m4/errno_h.m4 (AC_COMPUTE_INT): Provide fallback definition.
20166
20167 2008-12-17  Bruno Haible  <bruno@clisp.org>
20168
20169         * lib/mbsinit.c: Include verify.h. Verify an assumption.
20170         * modules/mbsinit (Depends-on): Add verify.
20171         Suggested by Paul Eggert.
20172
20173 2008-12-17  Bruno Haible  <bruno@clisp.org>
20174
20175         * m4/mbrtowc.m4 (AC_FUNC_MBRTOWC): Renamed from gl_FUNC_MBRTOWC.
20176         * m4/mbfile.m4 (gl_MBFILE): Use AC_FUNC_MBRTOWC instead of
20177         gl_FUNC_MBRTOWC.
20178         * m4/mbiter.m4 (gl_MBITER): LIkewise.
20179         * m4/mbscasecmp.m4 (gl_PREREQ_MBSCASECMP): Likewise.
20180         * m4/mbscasestr.m4 (gl_PREREQ_MBSCASESTR): Likewise.
20181         * m4/mbschr.m4 (gl_PREREQ_MBSCHR): Likewise.
20182         * m4/mbscspn.m4 (gl_PREREQ_MBSCSPN): Likewise.
20183         * m4/mbslen.m4 (gl_PREREQ_MBSLEN): Likewise.
20184         * m4/mbsncasecmp.m4 (gl_PREREQ_MBSNCASECMP): Likewise.
20185         * m4/mbsnlen.m4 (gl_PREREQ_MBSNLEN): Likewise.
20186         * m4/mbspbrk.m4 (gl_PREREQ_MBSPBRK): Likewise.
20187         * m4/mbspcasecmp.m4 (gl_PREREQ_MBSPCASECMP): Likewise.
20188         * m4/mbsrchr.m4 (gl_PREREQ_MBSRCHR): Likewise.
20189         * m4/mbssep.m4 (gl_PREREQ_MBSSEP): Likewise.
20190         * m4/mbsspn.m4 (gl_PREREQ_MBSSPN): Likewise.
20191         * m4/mbsstr.m4 (gl_PREREQ_MBSSTR): Likewise.
20192         * m4/mbstok_r.m4 (gl_PREREQ_MBSTOK_R): Likewise.
20193         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
20194         * m4/quotearg.m4 (gl_QUOTEARG): Likewise.
20195         * modules/trim (configure.ac): Likewise.
20196
20197 2008-12-17  Bruno Haible  <bruno@clisp.org>
20198
20199         * modules/btowc-tests: New file.
20200         * tests/test-btowc1.sh: New file.
20201         * tests/test-btowc2.sh: New file.
20202         * tests/test-btowc.c: New file.
20203
20204         New module 'btowc'.
20205         * lib/wchar.in.h (btowc): New declaration.
20206         * lib/btowc.c: New file.
20207         * m4/btowc.m4: New file.
20208         * modules/btowc: New file.
20209         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_BTOWC and
20210         HAVE_BTOWC.
20211         * modules/wchar (Makefile.am): Substitute GNULIB_BTOWC and HAVE_BTOWC.
20212         * doc/posix-functions/btowc.texi: Document the new module.
20213
20214 2008-12-17  Bruno Haible  <bruno@clisp.org>
20215
20216         New module 'mbsinit'.
20217         * lib/wchar.in.h (mbsinit): New declaration.
20218         * lib/mbsinit.c: New file.
20219         * m4/mbsinit.m4: New file.
20220         * modules/mbsinit: New file.
20221         * m4/wchar.m4 (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_MBSINIT and
20222         HAVE_MBSINIT.
20223         * modules/wchar (Makefile.am): Substitute GNULIB_MBSINIT and
20224         HAVE_MBSINIT.
20225         * doc/posix-functions/mbsinit.texi: Document the new module.
20226
20227 2008-12-16  Bruno Haible  <bruno@clisp.org>
20228
20229         * lib/unistd.in.h: Add comment.
20230         * tests/test-environ.c: Don't include <stdlib.h>.
20231
20232 2008-12-16  Bruno Haible  <bruno@clisp.org>
20233
20234         * lib/parse-duration.h (parse_duration): Document return value
20235         convention.
20236         * lib/parse-duration.c: Include specification header first. Add
20237         comments.
20238         (_): Remove macro.
20239         (parse_year_month_day, parse_hour_minute_second): Move side effects
20240         outside of strchr call.
20241         (parse_non_iso8601): Move side effects outside of isspace call.
20242         (parse_duration): Don't test errno is res != BAD_TIME. Remove fprintf
20243         call.
20244
20245 2008-12-16  Bruno Haible  <bruno@clisp.org>
20246
20247         * tests/test-parse-duration.sh: Produce no output when the test
20248         succeeds.
20249
20250 2008-12-16  Bruno Haible  <bruno@clisp.org>
20251
20252         * tests/test-parse-duration.sh: Fix quoting of $tmp and $tmpf
20253         expressions.
20254
20255 2008-12-15  Bruno Haible  <bruno@clisp.org>
20256
20257         * doc/glibc-functions/fgetxattr.texi: Tweak wording.
20258         * doc/glibc-functions/flistxattr.texi: Likewise.
20259         * doc/glibc-functions/fopencookie.texi: Likewise.
20260         * doc/glibc-functions/fremovexattr.texi: Likewise.
20261         * doc/glibc-functions/fsetxattr.texi: Likewise.
20262         * doc/glibc-functions/getxattr.texi: Likewise.
20263         * doc/glibc-functions/lgetxattr.texi: Likewise.
20264         * doc/glibc-functions/listxattr.texi: Likewise.
20265         * doc/glibc-functions/llistxattr.texi: Likewise.
20266         * doc/glibc-functions/lremovexattr.texi: Likewise.
20267         * doc/glibc-functions/lsetxattr.texi: Likewise.
20268         * doc/glibc-functions/removexattr.texi: Likewise.
20269         * doc/glibc-functions/setxattr.texi: Likewise.
20270         * doc/posix-functions/open_memstream.texi: Likewise.
20271
20272 2008-12-15  Eric Blake  <ebb9@byu.net>
20273
20274         Update doc for cygwin 1.7.
20275         * doc/posix-functions/faccessat.texi: Cygwin 1.7 added several new
20276         functions.
20277         * doc/posix-functions/fchmodat.texi: Likewise.
20278         * doc/posix-functions/fchownat.texi: Likewise.
20279         * doc/posix-functions/fdopendir.texi: Likewise.
20280         * doc/posix-functions/fmemopen.texi: Likewise.
20281         * doc/posix-functions/freeaddrinfo.texi: Likewise.
20282         * doc/posix-functions/fstatat.texi: Likewise.
20283         * doc/posix-functions/futimens.texi: Likewise.
20284         * doc/posix-functions/gai_strerror.texi: Likewise.
20285         * doc/posix-functions/getaddrinfo.texi: Likewise.
20286         * doc/posix-functions/getnameinfo.texi: Likewise.
20287         * doc/posix-functions/if_freenameindex.texi: Likewise.
20288         * doc/posix-functions/if_indextoname.texi: Likewise.
20289         * doc/posix-functions/if_nameindex.texi: Likewise.
20290         * doc/posix-functions/if_nametoindex.texi: Likewise.
20291         * doc/posix-functions/insque.texi: Likewise.
20292         * doc/posix-functions/linkat.texi: Likewise.
20293         * doc/posix-functions/llrint.texi: Likewise.
20294         * doc/posix-functions/llrintf.texi: Likewise.
20295         * doc/posix-functions/llrintl.texi: Likewise.
20296         * doc/posix-functions/lockf.texi: Likewise.
20297         * doc/posix-functions/lrintl.texi: Likewise.
20298         * doc/posix-functions/mkdirat.texi: Likewise.
20299         * doc/posix-functions/mkfifoat.texi: Likewise.
20300         * doc/posix-functions/mknodat.texi: Likewise.
20301         * doc/posix-functions/mq_close.texi: Likewise.
20302         * doc/posix-functions/mq_getattr.texi: Likewise.
20303         * doc/posix-functions/mq_notify.texi: Likewise.
20304         * doc/posix-functions/mq_open.texi: Likewise.
20305         * doc/posix-functions/mq_receive.texi: Likewise.
20306         * doc/posix-functions/mq_send.texi: Likewise.
20307         * doc/posix-functions/mq_setattr.texi: Likewise.
20308         * doc/posix-functions/mq_timedreceive.texi: Likewise.
20309         * doc/posix-functions/mq_timedsend.texi: Likewise.
20310         * doc/posix-functions/mq_unlink.texi: Likewise.
20311         * doc/posix-functions/open_memstream.texi: Likewise.
20312         * doc/posix-functions/openat.texi: Likewise.
20313         * doc/posix-functions/posix_fadvise.texi: Likewise.
20314         * doc/posix-functions/posix_fallocate.texi: Likewise.
20315         * doc/posix-functions/posix_madvise.texi: Likewise.
20316         * doc/posix-functions/posix_memalign.texi: Likewise.
20317         * doc/posix-functions/posix_openpt.texi: Likewise.
20318         * doc/posix-functions/readlinkat.texi: Likewise.
20319         * doc/posix-functions/remque.texi: Likewise.
20320         * doc/posix-functions/renameat.texi: Likewise.
20321         * doc/posix-functions/rintl.texi: Likewise.
20322         * doc/posix-functions/sem_unlink.texi: Likewise.
20323         * doc/posix-functions/shm_open.texi: Likewise.
20324         * doc/posix-functions/shm_unlink.texi: Likewise.
20325         * doc/posix-functions/signgam.texi: Likewise.
20326         * doc/posix-functions/sigset.texi: Likewise.
20327         * doc/posix-functions/stpcpy.texi: Likewise.
20328         * doc/posix-functions/stpncpy.texi: Likewise.
20329         * doc/posix-functions/strerror.texi: Likewise.
20330         * doc/posix-functions/strtod.texi: Likewise.
20331         * doc/posix-functions/symlinkat.texi: Likewise.
20332         * doc/posix-functions/unlinkat.texi: Likewise.
20333         * doc/posix-functions/utimensat.texi: Likewise.
20334         * doc/glibc-functions/bindresvport.texi: Likewise.
20335         * doc/glibc-functions/dn_expand.texi: Likewise.
20336         * doc/glibc-functions/exp10.texi: Likewise.
20337         * doc/glibc-functions/exp10f.texi: Likewise.
20338         * doc/glibc-functions/fgetxattr.texi: Likewise.
20339         * doc/glibc-functions/flistxattr.texi: Likewise.
20340         * doc/glibc-functions/fopencookie.texi: Likewise.
20341         * doc/glibc-functions/freeifaddrs.texi: Likewise.
20342         * doc/glibc-functions/fremovexattr.texi: Likewise.
20343         * doc/glibc-functions/fsetxattr.texi: Likewise.
20344         * doc/glibc-functions/getifaddrs.texi: Likewise.
20345         * doc/glibc-functions/getxattr.texi: Likewise.
20346         * doc/glibc-functions/lgetxattr.texi: Likewise.
20347         * doc/glibc-functions/listxattr.texi: Likewise.
20348         * doc/glibc-functions/llistxattr.texi: Likewise.
20349         * doc/glibc-functions/lremovexattr.texi: Likewise.
20350         * doc/glibc-functions/lsetxattr.texi: Likewise.
20351         * doc/glibc-functions/pow10.texi: Likewise.
20352         * doc/glibc-functions/pow10f.texi: Likewise.
20353         * doc/glibc-functions/rcmd_af.texi: Likewise.
20354         * doc/glibc-functions/removexattr.texi: Likewise.
20355         * doc/glibc-functions/res_init.texi: Likewise.
20356         * doc/glibc-functions/res_mkquery.texi: Likewise.
20357         * doc/glibc-functions/res_query.texi: Likewise.
20358         * doc/glibc-functions/res_querydomain.texi: Likewise.
20359         * doc/glibc-functions/res_send.texi: Likewise.
20360         * doc/glibc-functions/rresvport_af.texi: Likewise.
20361         * doc/glibc-functions/setxattr.texi: Likewise.
20362         * doc/glibc-functions/strcasestr.texi: Likewise.
20363
20364 2008-12-15  Bruno Haible  <bruno@clisp.org>
20365
20366         Fix compilation error on OSF/1 4.0.
20367         * lib/sys_select.in.h: When invoked from OSF/1 <sys/types.h> or
20368         <sys/time.h>, simply delegate to the system header.
20369         Reported by Daniel Richard G. <oss@teragram.com>.
20370
20371 2008-12-15  Bruno Haible  <bruno@clisp.org>
20372
20373         * doc/posix-functions/openat.texi: Mention the 'openat' module.
20374         * doc/posix-functions/fchmodat.texi: Likewise.
20375         * doc/posix-functions/fchownat.texi: Likewise.
20376         * doc/posix-functions/fdopendir.texi: Likewise.
20377         * doc/posix-functions/fstatat.texi: Likewise.
20378         * doc/posix-functions/mkdirat.texi: Likewise.
20379         * doc/posix-functions/unlinkat.texi: Likewise.
20380
20381 2008-12-14  Bruno Haible  <bruno@clisp.org>
20382
20383         Update doc for POSIX:2008.
20384         * doc/posix-functions/faccessat.texi: New file.
20385         * doc/posix-functions/fchmodat.texi: New file.
20386         * doc/posix-functions/fchownat.texi: New file.
20387         * doc/posix-functions/fdopendir.texi: New file.
20388         * doc/posix-functions/fstatat.texi: New file.
20389         * doc/posix-functions/futimens.texi: New file.
20390         * doc/posix-functions/linkat.texi: New file.
20391         * doc/posix-functions/mkdirat.texi: New file.
20392         * doc/posix-functions/mkfifoat.texi: New file.
20393         * doc/posix-functions/mknodat.texi: New file.
20394         * doc/posix-functions/open_wmemstream.texi: New file.
20395         * doc/posix-functions/openat.texi: New file.
20396         * doc/posix-functions/psiginfo.texi: New file.
20397         * doc/posix-functions/pthread_mutex_consistent.texi: New file.
20398         * doc/posix-functions/pthread_mutexattr_getrobust.texi: New file.
20399         * doc/posix-functions/pthread_mutexattr_setrobust.texi: New file.
20400         * doc/posix-functions/readlinkat.texi: New file.
20401         * doc/posix-functions/renameat.texi: New file.
20402         * doc/posix-functions/strerror_l.texi: New file.
20403         * doc/posix-functions/symlinkat.texi: New file.
20404         * doc/posix-functions/unlinkat.texi: New file.
20405         * doc/posix-functions/utimensat.texi: New file.
20406         * doc/gnulib.texi (Function Substitutes): Add these subsections.
20407
20408 2008-12-14  Bruno Haible  <bruno@clisp.org>
20409
20410         Update doc for POSIX:2008.
20411         * doc/posix-functions/alphasort.texi: Renamed from
20412         doc/glibc-functions/alphasort.texi.
20413         * doc/posix-functions/dirfd.texi: Renamed from
20414         doc/glibc-functions/dirfd.texi.
20415         * doc/posix-functions/dprintf.texi: Renamed from
20416         doc/glibc-functions/dprintf.texi.
20417         * doc/posix-functions/duplocale.texi: Renamed from
20418         doc/glibc-functions/duplocale.texi.
20419         * doc/posix-functions/fexecve.texi: Renamed from
20420         doc/glibc-functions/fexecve.texi.
20421         * doc/posix-functions/fmemopen.texi: Renamed from
20422         doc/glibc-functions/fmemopen.texi.
20423         * doc/posix-functions/freelocale.texi: Renamed from
20424         doc/glibc-functions/freelocale.texi.
20425         * doc/posix-functions/getdate_err.texi: Renamed from
20426         doc/glibc-functions/getdate_err.texi.
20427         * doc/posix-functions/isalnum_l.texi: Renamed from
20428         doc/glibc-functions/isalnum_l.texi.
20429         * doc/posix-functions/isalpha_l.texi: Renamed from
20430         doc/glibc-functions/isalpha_l.texi.
20431         * doc/posix-functions/isblank_l.texi: Renamed from
20432         doc/glibc-functions/isblank_l.texi.
20433         * doc/posix-functions/iscntrl_l.texi: Renamed from
20434         doc/glibc-functions/iscntrl_l.texi.
20435         * doc/posix-functions/isdigit_l.texi: Renamed from
20436         doc/glibc-functions/isdigit_l.texi.
20437         * doc/posix-functions/isgraph_l.texi: Renamed from
20438         doc/glibc-functions/isgraph_l.texi.
20439         * doc/posix-functions/islower_l.texi: Renamed from
20440         doc/glibc-functions/islower_l.texi.
20441         * doc/posix-functions/isprint_l.texi: Renamed from
20442         doc/glibc-functions/isprint_l.texi.
20443         * doc/posix-functions/ispunct_l.texi: Renamed from
20444         doc/glibc-functions/ispunct_l.texi.
20445         * doc/posix-functions/isspace_l.texi: Renamed from
20446         doc/glibc-functions/isspace_l.texi.
20447         * doc/posix-functions/isupper_l.texi: Renamed from
20448         doc/glibc-functions/isupper_l.texi.
20449         * doc/posix-functions/iswalnum_l.texi: Renamed from
20450         doc/glibc-functions/iswalnum_l.texi.
20451         * doc/posix-functions/iswalpha_l.texi: Renamed from
20452         doc/glibc-functions/iswalpha_l.texi.
20453         * doc/posix-functions/iswblank_l.texi: Renamed from
20454         doc/glibc-functions/iswblank_l.texi.
20455         * doc/posix-functions/iswcntrl_l.texi: Renamed from
20456         doc/glibc-functions/iswcntrl_l.texi.
20457         * doc/posix-functions/iswctype_l.texi: Renamed from
20458         doc/glibc-functions/iswctype_l.texi.
20459         * doc/posix-functions/iswdigit_l.texi: Renamed from
20460         doc/glibc-functions/iswdigit_l.texi.
20461         * doc/posix-functions/iswgraph_l.texi: Renamed from
20462         doc/glibc-functions/iswgraph_l.texi.
20463         * doc/posix-functions/iswlower_l.texi: Renamed from
20464         doc/glibc-functions/iswlower_l.texi.
20465         * doc/posix-functions/iswprint_l.texi: Renamed from
20466         doc/glibc-functions/iswprint_l.texi.
20467         * doc/posix-functions/iswpunct_l.texi: Renamed from
20468         doc/glibc-functions/iswpunct_l.texi.
20469         * doc/posix-functions/iswspace_l.texi: Renamed from
20470         doc/glibc-functions/iswspace_l.texi.
20471         * doc/posix-functions/iswupper_l.texi: Renamed from
20472         doc/glibc-functions/iswupper_l.texi.
20473         * doc/posix-functions/iswxdigit_l.texi: Renamed from
20474         doc/glibc-functions/iswxdigit_l.texi.
20475         * doc/posix-functions/isxdigit_l.texi: Renamed from
20476         doc/glibc-functions/isxdigit_l.texi.
20477         * doc/posix-functions/mbsnrtowcs.texi: Renamed from
20478         doc/glibc-functions/mbsnrtowcs.texi.
20479         * doc/posix-functions/mkdtemp.texi: Renamed from
20480         doc/glibc-functions/mkdtemp.texi.
20481         * doc/posix-functions/newlocale.texi: Renamed from
20482         doc/glibc-functions/newlocale.texi.
20483         * doc/posix-functions/nl_langinfo_l.texi: Renamed from
20484         doc/glibc-functions/nl_langinfo_l.texi.
20485         * doc/posix-functions/open_memstream.texi: Renamed from
20486         doc/glibc-functions/open_memstream.texi.
20487         * doc/posix-functions/opterr.texi: Renamed from
20488         doc/glibc-functions/opterr.texi.
20489         * doc/posix-functions/optind.texi: Renamed from
20490         doc/glibc-functions/optind.texi.
20491         * doc/posix-functions/optopt.texi: Renamed from
20492         doc/glibc-functions/optopt.texi.
20493         * doc/posix-functions/psignal.texi: Renamed from
20494         doc/glibc-functions/psignal.texi.
20495         * doc/posix-functions/scandir.texi: Renamed from
20496         doc/glibc-functions/scandir.texi.
20497         * doc/posix-functions/sched_get_priority_min.texi: Renamed from
20498         doc/glibc-functions/sched_get_priority_min.texi.
20499         * doc/posix-functions/signgam.texi: Renamed from
20500         doc/glibc-functions/signgam.texi.
20501         * doc/posix-functions/stpcpy.texi: Renamed from
20502         doc/glibc-functions/stpcpy.texi.
20503         * doc/posix-functions/stpncpy.texi: Renamed from
20504         doc/glibc-functions/stpncpy.texi.
20505         * doc/posix-functions/strcasecmp_l.texi: Renamed from
20506         doc/glibc-functions/strcasecmp_l.texi.
20507         * doc/posix-functions/strcoll_l.texi: Renamed from
20508         doc/glibc-functions/strcoll_l.texi.
20509         * doc/posix-functions/strfmon_l.texi: Renamed from
20510         doc/glibc-functions/strfmon_l.texi.
20511         * doc/posix-functions/strftime_l.texi: Renamed from
20512         doc/glibc-functions/strftime_l.texi.
20513         * doc/posix-functions/strncasecmp_l.texi: Renamed from
20514         doc/glibc-functions/strncasecmp_l.texi.
20515         * doc/posix-functions/strndup.texi: Renamed from
20516         doc/glibc-functions/strndup.texi.
20517         * doc/posix-functions/strnlen.texi: Renamed from
20518         doc/glibc-functions/strnlen.texi.
20519         * doc/posix-functions/strsignal.texi: Renamed from
20520         doc/glibc-functions/strsignal.texi.
20521         * doc/posix-functions/strxfrm_l.texi: Renamed from
20522         doc/glibc-functions/strxfrm_l.texi.
20523         * doc/posix-functions/timer_gettime.texi: Renamed from
20524         doc/glibc-functions/timer_gettime.texi.
20525         * doc/posix-functions/tolower_l.texi: Renamed from
20526         doc/glibc-functions/tolower_l.texi.
20527         * doc/posix-functions/toupper_l.texi: Renamed from
20528         doc/glibc-functions/toupper_l.texi.
20529         * doc/posix-functions/towctrans_l.texi: Renamed from
20530         doc/glibc-functions/towctrans_l.texi.
20531         * doc/posix-functions/towlower_l.texi: Renamed from
20532         doc/glibc-functions/towlower_l.texi.
20533         * doc/posix-functions/towupper_l.texi: Renamed from
20534         doc/glibc-functions/towupper_l.texi.
20535         * doc/posix-functions/uselocale.texi: Renamed from
20536         doc/glibc-functions/uselocale.texi.
20537         * doc/posix-functions/vdprintf.texi: Renamed from
20538         doc/glibc-functions/vdprintf.texi.
20539         * doc/posix-functions/wcpcpy.texi:
20540         Renamed from doc/glibc-functions/wcpcpy.texi.
20541         * doc/posix-functions/wcpncpy.texi: Renamed from
20542         doc/glibc-functions/wcpncpy.texi.
20543         * doc/posix-functions/wcscasecmp.texi: Renamed from
20544         doc/glibc-functions/wcscasecmp.texi.
20545         * doc/posix-functions/wcscasecmp_l.texi: Renamed from
20546         doc/glibc-functions/wcscasecmp_l.texi.
20547         * doc/posix-functions/wcscoll_l.texi: Renamed from
20548         doc/glibc-functions/wcscoll_l.texi.
20549         * doc/posix-functions/wcsdup.texi: Renamed from
20550         doc/glibc-functions/wcsdup.texi.
20551         * doc/posix-functions/wcsncasecmp.texi: Renamed from
20552         doc/glibc-functions/wcsncasecmp.texi.
20553         * doc/posix-functions/wcsncasecmp_l.texi: Renamed from
20554         doc/glibc-functions/wcsncasecmp_l.texi.
20555         * doc/posix-functions/wcsnlen.texi: Renamed from
20556         doc/glibc-functions/wcsnlen.texi.
20557         * doc/posix-functions/wcsnrtombs.texi: Renamed from
20558         doc/glibc-functions/wcsnrtombs.texi.
20559         * doc/posix-functions/wcsxfrm_l.texi: Renamed from
20560         doc/glibc-functions/wcsxfrm_l.texi.
20561         * doc/posix-functions/wctrans_l.texi: Renamed from
20562         doc/glibc-functions/wctrans_l.texi.
20563         * doc/posix-functions/wctype_l.texi: Renamed from
20564         doc/glibc-functions/wctype_l.texi.
20565         * doc/gnulib.texi (Function Substitutes): Add these subsections.
20566         (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h,
20567         Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h,
20568         Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove
20569         these subsections.
20570         (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h):
20571         Remove sections.
20572
20573 2008-12-14  Bruno Haible  <bruno@clisp.org>
20574
20575         Update doc for POSIX:2008.
20576         * doc/posix-functions/*.texi: Update URL of POSIX specification.
20577
20578 2008-12-14  Bruno Haible  <bruno@clisp.org>
20579
20580         Update doc for POSIX:2008.
20581         * doc/pastposix-functions/bcmp.texi: Renamed from
20582         doc/posix-functions/bcmp.texi.
20583         * doc/pastposix-functions/bcopy.texi: Renamed from
20584         doc/posix-functions/bcopy.texi.
20585         * doc/pastposix-functions/bsd_signal.texi: Renamed from
20586         doc/posix-functions/bsd_signal.texi.
20587         * doc/pastposix-functions/bzero.texi: Renamed from
20588         doc/posix-functions/bzero.texi.
20589         * doc/pastposix-functions/ecvt.texi: Renamed from
20590         doc/posix-functions/ecvt.texi.
20591         * doc/pastposix-functions/fcvt.texi: Renamed from
20592         doc/posix-functions/fcvt.texi.
20593         * doc/pastposix-functions/ftime.texi: Renamed from
20594         doc/posix-functions/ftime.texi.
20595         * doc/pastposix-functions/gcvt.texi: Renamed from
20596         doc/posix-functions/gcvt.texi.
20597         * doc/pastposix-functions/getcontext.texi: Renamed from
20598         doc/posix-functions/getcontext.texi.
20599         * doc/pastposix-functions/gethostbyaddr.texi: Renamed from
20600         doc/posix-functions/gethostbyaddr.texi.
20601         * doc/pastposix-functions/gethostbyname.texi: Renamed from
20602         doc/posix-functions/gethostbyname.texi.
20603         * doc/pastposix-functions/getwd.texi: Renamed from
20604         doc/posix-functions/getwd.texi.
20605         * doc/pastposix-functions/h_errno.texi: Renamed from
20606         doc/posix-functions/h_errno.texi.
20607         * doc/pastposix-functions/index.texi: Renamed from
20608         doc/posix-functions/index.texi.
20609         * doc/pastposix-functions/makecontext.texi: Renamed from
20610         doc/posix-functions/makecontext.texi.
20611         * doc/pastposix-functions/mktemp.texi: Renamed from
20612         doc/posix-functions/mktemp.texi.
20613         * doc/pastposix-functions/pthread_attr_getstackaddr.texi: Renamed from
20614         doc/posix-functions/pthread_attr_getstackaddr.texi.
20615         * doc/pastposix-functions/pthread_attr_setstackaddr.texi: Renamed from
20616         doc/posix-functions/pthread_attr_setstackaddr.texi.
20617         * doc/pastposix-functions/rindex.texi: Renamed from
20618         doc/posix-functions/rindex.texi.
20619         * doc/pastposix-functions/scalb.texi: Renamed from
20620         doc/posix-functions/scalb.texi.
20621         * doc/pastposix-functions/setcontext.texi: Renamed from
20622         doc/posix-functions/setcontext.texi.
20623         * doc/pastposix-functions/swapcontext.texi: Renamed from
20624         doc/posix-functions/swapcontext.texi.
20625         * doc/pastposix-functions/ualarm.texi: Renamed from
20626         doc/posix-functions/ualarm.texi.
20627         * doc/pastposix-functions/usleep.texi: Renamed from
20628         doc/posix-functions/usleep.texi.
20629         * doc/pastposix-functions/vfork.texi: Renamed from
20630         doc/posix-functions/vfork.texi.
20631         * doc/pastposix-functions/wcswcs.texi: Renamed from
20632         doc/posix-functions/wcswcs.texi.
20633         * doc/gnulib.texi (Legacy Function Substitutes): New chapter.
20634         (Function Substitutes): Update.
20635
20636 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20637
20638         * modules/relocatable-prog-wrapper (Depends-on): Add errno, needed by
20639         m4/strerror.m4.
20640
20641 2008-12-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20642             Bruno Haible  <bruno@clisp.org>
20643
20644         * modules/unilbrk/tables (Depends-on): Add unilbrk/base.
20645
20646 2008-12-13  Bruno Haible  <bruno@clisp.org>
20647
20648         * modules/strtoull (Depends-on): Remove unistd.
20649
20650 2008-12-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20651
20652         * modules/strtoull (Depends-on): Add stdlib.
20653
20654 2008-12-11  Simon Josefsson  <simon@josefsson.org>
20655
20656         * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add more warnings.
20657
20658 2008-12-10  Jim Meyering  <meyering@redhat.com>
20659
20660         gl_ASSERT: don't say assertions are disabled when they're not
20661         * m4/assert.m4 (gl_ASSERT): Do not make configure report
20662         "checking whether to enable assertions... no", when they are in
20663         fact enabled.  This is solely a bug in the output of configure.
20664         In spite of saying "no", NDEBUG was not defined in that case.
20665         Also, as noted by Eric Blake, leave assertions enabled upon
20666         --enable-assert=INVALID.
20667
20668 2008-12-10  Bruno Haible  <bruno@clisp.org>
20669
20670         Change MODULES.html to refer to POSIX:2008 where possible.
20671         * MODULES.html.sh (POSIX2008_URL): New variable.
20672         (posix_headers): Remove sys/timeb, ucontext.
20673         (posix2001_headers): New variable.
20674         (posix_functions): Remove bcmp, bcopy, bsd_signal, bzero, ecvt, fcvt,
20675         ftime, gcvt, getcontext, gethostbyaddr, gethostbyname, getwd, h_errno,
20676         index, makecontext, mktemp, pthread_attr_getstackaddr,
20677         pthread_attr_setstackaddr, rindex, scalb, setcontext, swapcontext,
20678         ualarm, usleep, vfork, wcswcs. Add the new POSIX:2008 functions.
20679         (posix2001_functions): New variable.
20680         (func_module): Use URLs to POSIX:2008 where possible and to POSIX:2001
20681         otherwise.
20682
20683 2008-12-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20684
20685         add missing include to parse-duration.c
20686         * lib/parse-duration.c: #include "xalloc.h", for xstrdup.
20687         * modules/parse-duration (Depends-on): Add xalloc.
20688
20689         fix sed script reading maint.mk
20690         * top/maint.mk (MYSELF): New macro, define as $(srcdir)/$(ME).
20691         (syntax-check-rules): Use it.
20692
20693 2008-12-09  Bruno Haible  <bruno@clisp.org>
20694
20695         * m4/ldexpl.m4 (gl_FUNC_LDEXPL_WORKS): Add another check, that fails on
20696         MacOS X 10.4/PowerPC.
20697         Reported by Simon Josefsson.
20698
20699 2008-12-08  Jim Meyering  <meyering@redhat.com>
20700
20701         work around mingw's lack of some S_IF definitions
20702         * lib/fts.c (S_IFLNK, S_IFSOCK): Define if not already defined.
20703         Reported by Simon Josefsson.
20704
20705 2008-12-08  Bruno Haible  <bruno@clisp.org>
20706
20707         * m4/signbitl.m4 (gl_SIGNBIT_TEST_PROGRAM): Add a link check of signbit
20708         applied to variables. Needed on MacOS X 10.4/PowerPC.
20709         Reported by Simon Josefsson.
20710
20711 2008-12-08  William Pursell  <bill.pursell@gmail.com>  (tiny change)
20712         and Eric Blake  <ebb9@byu.net>
20713
20714         assert: honor --enable-assert
20715         * m4/assert.m4 (gl_ASSERT): Synchronize with autoconf 2.64, in
20716         order to honor --enable-assert, rather than treating it as a
20717         synonym for --disable-assert.
20718
20719 2008-12-08  Jim Meyering  <meyering@redhat.com>
20720
20721         * lib/posixtm.c: Remove now-useless declaration of mktime.
20722
20723         * build-aux/announce-gen (get_tool_versions): Accept .xz tarballs.
20724
20725 2008-12-07  Bruno Haible  <bruno@clisp.org>
20726
20727         * tests/test-lock.c (test_lock, test_rwlock, test_recursive_lock,
20728         test_once): Mark functions as static.
20729         * tests/test-tls.c (test_tls): Likewise.
20730
20731 2008-12-07  Bruno Haible  <bruno@clisp.org>
20732
20733         * lib/striconveha.h (uniconv_register_autodetect): Renamed from
20734         iconv_register_autodetect.
20735
20736 2008-12-07  Jim Meyering  <meyering@redhat.com>
20737
20738         posixtm.c: avoid a warning
20739         * lib/posixtm.c (posixtime): Don't initialize tm0.
20740         It's no longer needed to placate gcc4's -Wuninitialized,
20741         and the attempt to placate would elicit a new warning.
20742
20743         unicodeio.c: mark unused parameters
20744         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
20745         (fallback_failure_callback): Likewise.
20746
20747 2008-12-07  Bruno Haible  <bruno@clisp.org>
20748
20749         * gnulib-tool (func_create_testdir): When building the tests
20750         subdirectory, ignore the modules gnumakefile and maintainer-makefile.
20751         Reported by Simon Josefsson.
20752
20753 2008-12-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20754
20755         * doc/manywarnings.texi, doc/gnulib-intro.texi: Fix typos.
20756
20757 2008-12-06  Bruno Haible  <bruno@clisp.org>
20758
20759         * lib/c-stack.h (c_stack_action): Clarify possible side effects.
20760         Suggested by Eric Blake.
20761
20762 2008-12-06  Bruno Haible  <bruno@clisp.org>
20763
20764         Fix a c-stack test failure on MacOS X.
20765         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Require
20766         AC_CANONICAL_HOST. Define FAULT_YIELDS_SIGBUS. If set, install a signal
20767         handler for SIGBUS as well.
20768         * lib/c-stack.c (c_stack_action): If FAULT_YIELDS_SIGBUS is set,
20769         install a signal handler for SIGBUS as well.
20770         Reported by Bruce Dugan <bld0401@gmail.com> via Eric Blake.
20771
20772 2008-12-06  Bruno Haible  <bruno@clisp.org>
20773
20774         Advocacy documentation.
20775         * doc/gnulib-intro.texi (Benefits): New section.
20776         * doc/gnulib.texi: Update.
20777
20778 2008-12-06  Bruno Haible  <bruno@clisp.org>
20779
20780         Document the 'manywarnings' module.
20781         * doc/manywarnings.texi: New file.
20782         * doc/gnulib.texi: Include it.
20783
20784 2008-12-05  Eric Blake  <ebb9@byu.net>
20785
20786         tests: silence some gcc warnings
20787         * tests/test-getdate.c (LOG) [!DEBUG]: Mark no-op void.
20788         * tests/uniwidth/test-uc_width2.c (finish_interval): Avoid printf
20789         type mismatches.
20790
20791 2008-12-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
20792             Bruno Haible  <bruno@clisp.org>
20793
20794         * m4/openmp.m4 (AC_OPENMP): Do not define with Autoconf 2.62 or newer.
20795
20796 2008-11-29  Jim Meyering  <meyering@redhat.com>
20797
20798         unicodeio.c: mark unused parameters
20799         * lib/unicodeio.c (exit_failure_callback): Mark unused parameter.
20800         (fallback_failure_callback): Likewise.
20801
20802         fts: fix a thinko
20803         * lib/fts.c (s_ifmt_shift_bits): Remove function.  Not needed after all.
20804         (set_stat_type): Return S_IF*-valued "type" directly.
20805         Prompted by James Youngman's spotting a related bug.
20806         Confirmed by further testing through find.
20807
20808         fts: provide dirent.d_type via FTSENT.fts_statp, when possible
20809         * lib/fts.c (D_TYPE): Define.
20810         (DT_UNKNOWN, DT_BLK, DT_CHR) [HAVE_STRUCT_DIRENT_D_TYPE]: Define.
20811         (DT_DIR, DT_FIFO, DT_LNK, DT_REG, DT_SOCK): Likewise.
20812         (s_ifmt_shift_bits): New function.
20813         (set_stat_type): New function.
20814         (fts_build): When not calling fts_stat, call set_stat_type
20815         to propagate dirent.d_type info to fts_read caller.
20816         * lib/fts_.h (FTSENT) [FTS_DEFER_STAT]: Mention that
20817         fts_statp->st_mode type information may be valid.
20818
20819 2008-11-28  Simon Josefsson  <simon@josefsson.org>
20820
20821         * lib/sys_time.in.h: Add extern "C" block for C++.  Suggested by
20822         Brian Dessent <brian@dessent.net>.  Reported by Sam Steingold
20823         <sds@gnu.org>.
20824
20825 2008-11-20  Bruno Haible  <bruno@clisp.org>
20826
20827         Attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.
20828         * lib/math.in.h: Use INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of
20829         INCLUDE_NEXT.
20830         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also
20831         INCLUDE_NEXT_AS_FIRST_DIRECTIVE.
20832         * modules/math (Makefile.am): Substitute
20833         INCLUDE_NEXT_AS_FIRST_DIRECTIVE instead of INCLUDE_NEXT.
20834         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
20835
20836 2008-11-18  Alexandre Duret-Lutz  <adl@lrde.epita.fr>
20837             Bruno Haible  <bruno@clisp.org>
20838
20839         * lib/stdint.in.h: Define all type macros so that their expansion is
20840         a single typedef'ed token. Fixes a compilation failure in Boost which
20841         does "using ::int8_t;".
20842
20843 2008-11-18  Simon Josefsson  <simon@josefsson.org>
20844
20845         * m4/manywarnings.m4: New file with gl_MANYWARN_COMPLEMENT and
20846         gl_MANYWARN_ALL_GCC.
20847         * m4/warnings.m4: Removed gl_WARN_SUPPORTED and
20848         gl_WARN_COMPLEMENT.  Suggested by Bruno Haible <bruno@clisp.org>.
20849         * modules/manywarnings: New file.
20850         * MODULES.html.sh: Mention manywarnings module.
20851
20852 2008-11-18  Bruno Haible  <bruno@clisp.org>
20853
20854         * doc/gnulib-tool.texi (Unit tests): New section.
20855
20856 2008-11-18  Simon Josefsson  <simon@josefsson.org>
20857
20858         * top/maint.mk (refresh-po): Fix sed regexp to avoid problems with
20859         paths like 'lib/po/foo.po'.
20860
20861 2008-11-17  Simon Josefsson  <simon@josefsson.org>
20862
20863         * m4/warnings.m4: Improve code.  Reported by Ralf Wildenhues
20864         <Ralf.Wildenhues@gmx.de> and Paolo Bonzini <bonzini@gnu.org>.
20865
20866 2008-11-17  Simon Josefsson  <simon@josefsson.org>
20867
20868         * m4/warnings.m4: Use CPPFLAGS to really check whether the
20869         parameter works.
20870
20871 2008-11-17  Simon Josefsson  <simon@josefsson.org>
20872
20873         * m4/warnings.m4: Add gl_WARN_COMPLEMENT and gl_WARN_SUPPORTED.
20874
20875 2008-11-17  Bruce Korb  <bkorb@gnu.org>
20876
20877         * modules/parse-duration-tests: New file.
20878         * tests/test-parse-duration.sh: New file.
20879         * tests/test-parse-duration.c: New file.
20880
20881         New module 'parse-duration'.
20882         * lib/parse-duration.h: New file.
20883         * lib/parse-duration.c: New file.
20884         * modules/parse-duration: New file.
20885
20886 2008-11-17  Bruno Haible  <bruno@clisp.org>
20887
20888         * tests/test-select-out.sh: Comment out the first pipe test.
20889         Reported by Simon Josefsson.
20890
20891 2008-11-17  Bruno Haible  <bruno@clisp.org>
20892
20893         * modules/getaddrinfo (Depends-on): Add servent, hostent.
20894         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_SERVENT and
20895         gl_HOSTENT.
20896
20897 2008-11-17  Bruno Haible  <bruno@clisp.org>
20898
20899         * m4/sockets.m4 (gl_SOCKETS): After trying -lsocket, try also
20900         -lnetwork and -lnet. Needed for Haiku and BeOS.
20901
20902 2008-11-16  Bruno Haible  <bruno@clisp.org>
20903
20904         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix indentation.
20905
20906 2008-11-16  Bruno Haible  <bruno@clisp.org>
20907
20908         Avoid test failure on Haiku.
20909         * tests/test-fsync.c: Include <errno.h>.
20910         (main): Don't require that fsync (0) fails.
20911
20912 2008-11-15  Bruno Haible  <bruno@clisp.org>
20913
20914         New module 'hostent'.
20915         * modules/hostent: New file.
20916         * m4/hostent.m4: New file, based on code in m4/getaddrinfo.m4.
20917
20918 2008-11-15  Bruno Haible  <bruno@clisp.org>
20919
20920         New module 'servent'.
20921         * modules/servent: New file.
20922         * m4/servent.m4: New file, based on code in m4/getaddrinfo.m4.
20923
20924 2008-11-15  Bruno Haible  <bruno@clisp.org>
20925
20926         Avoid generating same test program with two different rules.
20927         * modules/frexp-nolibm-tests (Makefile.am): Rename test program from
20928         test-frexp to test-frexp-nolibm.
20929         * modules/frexpl-nolibm-tests (Makefile.am): Rename test program from
20930         test-frexpl to test-frexpl-nolibm.
20931
20932 2008-11-15  Bruno Haible  <bruno@clisp.org>
20933
20934         * modules/frexpl-tests (Makefile.am): Link test-frexpl with
20935         $(FREXPL_LIBM).
20936
20937 2008-11-15  Bruno Haible  <bruno@clisp.org>
20938
20939         * lib/netdb.in.h: Activate the definitions also when the system's
20940         <netdb.h> has 'struct addrinfo'.
20941         * m4/netdb_h.m4 (gl_HEADER_NETDB): Replace netdb.h also when it lacks
20942         EAI_OVERFLOW or AI_NUMERICSERV.
20943         * doc/posix-headers/netdb.texi: Document the problem.
20944
20945 2008-11-15  Bruno Haible  <bruno@clisp.org>
20946
20947         * tests/test-sched.c: Test also the existence of the SCHED_* macros.
20948
20949         Make the 'sched' module work on platforms where <sched.h> exists but
20950         is incomplete (such as Haiku).
20951         * lib/sched.in.h; Include the system's <sched.h> if it exists.
20952         (SCHED_FIFO, SCHED_RR, SCHED_OTHER): New macros.
20953         * m4/sched_h.m4 (gl_SCHED_H): Test whether <sched.h> exists and also
20954         defines SCHED_FIFO, SCHED_RR, SCHED_OTHER. Set HAVE_SCHED_H,
20955         HAVE_STRUCT_SCHED_PARAM.
20956         * modules/sched (Depends-on): Add include_next.
20957         (Makefile.am): Substitute HAVE_SCHED_H, INCLUDE_NEXT,
20958         PRAGMA_SYSTEM_HEADER, NEXT_SCHED_H, HAVE_STRUCT_SCHED_PARAM.
20959         * doc/posix-headers/sched.texi: Document the issue.
20960
20961 2008-11-13  Jim Meyering  <meyering@redhat.com>
20962
20963         test-argp-2: avoid test failure when PACKAGE_BUGREPORT is defined
20964         * tests/test-argp-2.sh: When PACKAGE_BUGREPORT was defined, this
20965         test would fail due to the difference in the Report bugs to ...
20966         line.  The expected address is empty, "<>", while the actual
20967         would contain e.g., "<bug-tar@gnu.org>".  Filter out any address.
20968
20969 2008-11-12  Bruno Haible  <bruno@clisp.org>
20970
20971         lstat: don't compile lstat.c on systems lacking lstat
20972         * m4/lstat.m4 (gl_FUNC_LSTAT): Don't compile lstat.c on systems
20973         which don't have lstat; this is handled by lib/sys_stat.in.h already.
20974         Reported by Daniel P. Berrange via Jim Meyering.
20975
20976 2008-11-12  Jim Meyering  <meyering@redhat.com>
20977
20978         * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.
20979
20980 2008-11-12  Simon Josefsson  <simon@josefsson.org>
20981
20982         * modules/warnings (configure.ac): Do AC_SUBST([WARN_CFLAGS]) here
20983         instead.
20984
20985 2008-11-12  Bruno Haible  <bruno@clisp.org>
20986
20987         * lib/unicodeio.c: Include unistr.h.
20988         (utf8_wctomb): Remove function.
20989         (unicode_to_mb): Use utf8_uctomb instead of utf8_wctomb.
20990
20991 2008-11-12  Simon Josefsson  <simon@josefsson.org>
20992
20993         * m4/warnings.m4 (gl_WARN_INIT): Remove, suggested by Ralf
20994         Wildenhues <Ralf.Wildenhues@gmx.de> and Bruno Haible
20995         <bruno@clisp.org>.
20996         * modules/warnings (configure.ac): Don't call gl_WARN_INIT.
20997
20998 2008-11-12  Simon Josefsson  <simon@josefsson.org>
20999
21000         * doc/warnings.texi: New file, from Bruno Haible <bruno@clisp.org>.
21001         * doc/gnulib.texi: Add section for warnings.
21002
21003 2008-11-11  Bruno Haible  <bruno@clisp.org>
21004
21005         * lib/sockets.h: Add a comment.
21006
21007 2008-11-11  Karl Berry  <karl@gnu.org>
21008
21009         * config/srclist.txt (fdl.texi): add, syncing from gnustandards.
21010
21011 2008-11-11  Eric Blake  <ebb9@byu.net>
21012
21013         fdl.texi: avoid git symlinks
21014         * doc/fdl.texi: Copy, rather than link, fdl-1.3.texi.
21015
21016 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
21017
21018         * m4/warnings.m4 (gl_WARN_ADD): Don't AC_SUBST the empty string.
21019
21020 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
21021
21022         * m4/warnings.m4 (gl_WARN_INIT): Substitute WARN_CFLAGS.
21023         (gl_WARN_ADD): Substitute $2 if literal.
21024
21025 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
21026
21027         * m4/warning.m4: Remove.
21028
21029 2008-11-11  Paolo Bonzini  <bonzini@gnu.org>
21030
21031         * m4/warnings.m4: Almost complete rewrite. :-)
21032
21033 2008-11-10  Simon Josefsson  <simon@josefsson.org>
21034
21035         * modules/warnings: New module.
21036         * m4/warnings.m4: New file.
21037         * MODULES.html.sh: Mention warnings module.
21038         With review improvements from Paolo Bonzini <bonzini@gnu.org> and
21039         Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
21040
21041 2008-11-10  Eric Blake  <ebb9@byu.net>
21042
21043         fdl.texi: make a symlink to the latest version
21044         * doc/standards.texi: Revert today's earlier change.
21045         * doc/fdl-1.2.texi: Rename from old fdl.texi...
21046         * doc/fdl.texi: ...and replace this with a symlink to the newer
21047         fdl-1.3.texi.
21048
21049 2008-11-10  Bruno Haible  <bruno@clisp.org>
21050
21051         * tests/test-select-fd.c (main): Accept the result file name as fourth
21052         argument.
21053         * tests/test-select-in.sh: Pass t-select-in.tmp as fourth argument.
21054         * tests/test-select-out.sh: Pass t-select-out.tmp as fourth argument.
21055
21056 2008-11-10  Bruno Haible  <bruno@clisp.org>
21057
21058         * lib/netdb.in.h: Use HAVE_STRUCT_ADDRINFO, HAVE_DECL_GETADDRINFO,
21059         HAVE_DECL_FREEADDRINFO, HAVE_DECL_GAI_STRERROR, HAVE_DECL_GETNAMEINFO
21060         as autoconf-substituted macros.
21061         * m4/netdb_h.m4 (gl_NETDB_H_DEFAULTS): Initialize these variables to 1.
21062         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require
21063         gl_NETDB_H_DEFAULTS. Set these variables.
21064         * modules/netdb (Makefile.am): Substitute these variables.
21065
21066 2008-11-10  Eric Blake  <ebb9@byu.net>
21067
21068         standards.texi: include correct file for FDL 1.3
21069         * doc/standards.texi (GNU Free Documentation License): Change
21070         include file to pull in FDL 1.3, not 1.2.
21071
21072         fdl.texi: revert accidental change to license
21073         * doc/fdl.texi: This is FDL 1.2, not 1.3.
21074
21075 2008-11-10  Bruno Haible  <bruno@clisp.org>
21076
21077         * m4/printf.m4 (gl_PRINTF_ENOMEM): Guess yes on Haiku. Use the
21078         cross-compiling guesses also when the native compile gives no result.
21079
21080 2008-11-10  Bruno Haible  <bruno@clisp.org>
21081
21082         * lib/spawni.c (__spawni): Force variable into the stack.
21083
21084 2008-11-10  Bruno Haible  <bruno@clisp.org>
21085
21086         Add support for Haiku.
21087         * lib/fbufmode.c (fbufmode): Test a symbol that is not only defined on
21088         glibc and BeOS, but also on Haiku.
21089         * lib/fpurge.c (fpurge): Likewise.
21090         * lib/freadable.c (freadable): Likewise.
21091         * lib/freadahead.c (freadahead): Likewise.
21092         * lib/freading.c (freading): Likewise.
21093         * lib/freadptr.c (freadptr): Likewise.
21094         * lib/freadseek.c (freadptrinc): Likewise.
21095         * lib/fseeko.c (rpl_fseeko): Likewise.
21096         * lib/fseterr.c (fseterr): Likewise.
21097         * lib/fwritable.c (fwritable): Likewise.
21098         * lib/fwriting.c (fwriting): Likewise.
21099         Reported by Ingo Weinhold <ingo_weinhold@gmx.de>.
21100
21101 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
21102
21103         * lib/config.charset: Treat Haiku like BeOS.
21104
21105 2008-11-10  Ingo Weinhold  <ingo_weinhold@gmx.de>
21106
21107         * lib/binary-io.h (O_BINARY, O_TEXT): Treat Haiku like BeOS.
21108         * lib/fcntl.in.h (O_BINARY, O_TEXT): Likewise.
21109
21110 2008-11-08  Bruno Haible  <bruno@clisp.org>
21111
21112         * m4/sys_ioctl_h.m4 (gl_SYS_IOCTL_H): Avoid using AC_CHECK_DECL inside
21113         AC_CACHE_CHECK.
21114
21115 2008-11-08  Bruno Haible  <bruno@clisp.org>
21116
21117         * modules/select-tests (configure.ac): Check for unistd.h, sys/wait.h.
21118
21119 2008-11-08  Bruno Haible  <bruno@clisp.org>
21120
21121         * tests/test-select-fd.c: New file.
21122         * tests/test-select-in.sh: New file.
21123         * tests/test-select-out.sh: New file.
21124         * tests/test-select-stdin.c: New file.
21125         * modules/select-tests (Files): Add the new files.
21126         (Depends-on): Add gettimeofday.
21127         (Makefile.am): Add test-select-in.sh, test-select-out.sh to TESTS.
21128         Set TESTS_ENVIRONMENT. Add test-select-fd, test-select-stdin to
21129         check_PROGRAMS. Define test_select_fd_LDADD, test_select_stdin_LDADD.
21130
21131 2008-11-06  Alexander V. Lukyanov  <lav@netis.ru>
21132             Bruno Haible  <bruno@clisp.org>
21133
21134         * lib/sys_stat.in.h: Enclose function definitions in extern "C".
21135
21136 2008-10-12  Giuseppe Scrivano  <gscrivano@gnu.org>
21137
21138         * build-aux/pmccabe2html: Added support for C++ source files.
21139
21140 2008-11-05  Ben Pfaff  <blp@gnu.org>
21141
21142         Fix lib/close.c build on Windows.
21143         * modules/close (Files): Add lib/w32sock.h.
21144
21145 2008-11-05  Joel E. Denny  <jdenny@ces.clemson.edu>
21146
21147         Accept Bison's NEWS format.
21148         * build-aux/announce-gen (print_news_deltas): Tweak
21149         $re_prefix.
21150
21151 2008-11-04  Bruno Haible  <bruno@clisp.org>
21152
21153         * modules/random_r (Maintainer): Add glibc.
21154
21155 2008-11-04  Simon Josefsson  <simon@josefsson.org>
21156
21157         * doc/alloca-opt.texi: Change license to GFDLv1.3+, as suggested
21158         by karl@freefriends.org (Karl Berry).
21159         * doc/alloca.texi: Likewise.
21160         * doc/c-ctype.texi: Likewise.
21161         * doc/c-strcase.texi: Likewise.
21162         * doc/c-strcaseeq.texi: Likewise.
21163         * doc/c-strcasestr.texi: Likewise.
21164         * doc/c-strstr.texi: Likewise.
21165         * doc/c-strtod.texi: Likewise.
21166         * doc/c-strtold.texi: Likewise.
21167         * doc/ctime.texi: Likewise.
21168         * doc/error.texi: Likewise.
21169         * doc/fdl.texi: Likewise.
21170         * doc/gcd.texi: Likewise.
21171         * doc/getdate.texi: Likewise.
21172         * doc/gnulib-intro.texi: Likewise.
21173         * doc/gnulib-tool.texi: Likewise.
21174         * doc/gnulib.texi: Likewise.
21175         * doc/inet_ntoa.texi: Likewise.
21176         * doc/maintain.texi: Likewise.
21177         * doc/make-stds.texi: Likewise.
21178         * doc/quote.texi: Likewise.
21179         * doc/regexprops-generic.texi: Likewise.
21180         * doc/standards.texi: Likewise.
21181         * doc/verify.texi: Likewise.
21182         * doc/visibility.texi: Likewise.
21183         * doc/gnulib.texi (GNU Free Documentation License): Include
21184         fdl-1.3.texi instead of fdl.texi.
21185
21186 2008-11-04  Simon Josefsson  <simon@josefsson.org>
21187
21188         * doc/fdl-1.3.texi: New file, from
21189         <http://www.gnu.org/licenses/fdl-1.3.texi>.
21190         * modules/fdl-1.3: Add.
21191         * MODULES.html.sh: Add fdl-1.3.
21192
21193 2008-11-03  Bruno Haible  <bruno@clisp.org>
21194
21195         Make determination of absolute name of header file work with AIX xlc.
21196         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Require
21197         AC_CANONICAL_HOST. On AIX, use "$CPP -C" rather than "$CPP" for
21198         preprocessing.
21199         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
21200         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
21201
21202 2008-11-03  Simon Josefsson  <simon@josefsson.org>
21203
21204         * top/maint.mk (COVERAGE_CCOPTS): Use --coverage instead of
21205         -fprofile-arcs -ftest-coverage.  Suggested by Ludovic Courtès
21206         <ludo@gnu.org>.
21207
21208 2008-11-02  Bruno Haible  <bruno@clisp.org>
21209
21210         Mark 'strpbrk' obsolete.
21211         * modules/strpbrk (Status, Notice): New sections.
21212         * modules/strtok_r (Depends-on): Add strpbrk.
21213
21214 2008-11-02  Bruno Haible  <bruno@clisp.org>
21215
21216         Mark 'strdup' obsolete.
21217         * modules/strdup (Status, Notice): New sections.
21218         * modules/findprog (Depends-on): Add strdup.
21219         * modules/getaddrinfo (Depends-on): Likewise.
21220         * modules/localename (Depends-on): Likewise.
21221         * modules/relocatable-lib (Depends-on): Likewise.
21222         * modules/relocatable-lib-lgpl (Depends-on): Likewise.
21223         * modules/relocatable-prog (Depends-on): Likewise.
21224         * modules/trim (Depends-on): Likewise.
21225         * modules/unictype/gen-ctype (Depends-on): Likewise.
21226         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
21227
21228 2008-11-02  Bruno Haible  <bruno@clisp.org>
21229
21230         Mark 'strcspn' obsolete.
21231         * modules/strcspn (Status, Notice): New sections.
21232
21233 2008-11-02  Bruno Haible  <bruno@clisp.org>
21234
21235         Mark 'rmdir' obsolete.
21236         * modules/rmdir (Status, Notice): New sections.
21237         * modules/clean-temp (Depends-on): Add rmdir.
21238         * modules/openat (Depends-on): Likewise.
21239
21240 2008-11-02  Bruno Haible  <bruno@clisp.org>
21241
21242         Mark 'raise' obsolete.
21243         * modules/raise (Status, Notice): New sections.
21244         (Include): Specify <signal.h>.
21245         * modules/stdio (Depends-on): Add raise.
21246         * modules/write (Depends-on): Likewise.
21247
21248 2008-11-02  Bruno Haible  <bruno@clisp.org>
21249
21250         Mark 'memset' obsolete.
21251         * modules/memset (Status, Notice): New sections.
21252
21253 2008-11-02  Bruno Haible  <bruno@clisp.org>
21254
21255         Mark 'memmove' obsolete.
21256         * modules/memmove (Status, Notice): New sections.
21257         * modules/argp (Depends-on): Add memmove.
21258         * modules/argz (Depends-on): Likewise.
21259         * modules/canonicalize (Depends-on): Likewise.
21260         * modules/canonicalize-lgpl (Depends-on): Likewise.
21261         * modules/fts (Depends-on): Likewise.
21262         * modules/getcwd (Depends-on): Likewise.
21263         * modules/human (Depends-on): Likewise.
21264         * modules/regex (Depends-on): Likewise.
21265         * modules/striconveh (Depends-on): Likewise.
21266         * modules/trim (Depends-on): Likewise.
21267         * modules/unistr/u8-move (Depends-on): Likewise.
21268         * modules/unistr/u16-move (Depends-on): Likewise.
21269         * modules/unistr/u32-move (Depends-on): Likewise.
21270
21271 2008-11-02  Bruno Haible  <bruno@clisp.org>
21272
21273         Mark 'memcpy' obsolete.
21274         * modules/memcpy (Status, Notice): New sections.
21275
21276 2008-11-02  Bruno Haible  <bruno@clisp.org>
21277
21278         Mark 'memcmp' obsolete.
21279         * modules/memcmp (Status, Notice): New sections.
21280         * modules/argmatch (Depends-on): Add memchr.
21281         * modules/backupfile (Depends-on): Likewise.
21282         * modules/c-strcasestr (Depends-on): Likewise.
21283         * modules/crypto/des (Depends-on): Likewise.
21284         * modules/csharpcomp (Depends-on): Likewise.
21285         * modules/fnmatch (Depends-on): Likewise.
21286         * modules/git-merge-changelog (Depends-on): Likewise.
21287         * modules/isnand (Depends-on): Likewise.
21288         * modules/isnand-nolibm (Depends-on): Likewise.
21289         * modules/isnanf (Depends-on): Likewise.
21290         * modules/isnanf-nolibm (Depends-on): Likewise.
21291         * modules/isnanl (Depends-on): Likewise.
21292         * modules/isnanl-nolibm (Depends-on): Likewise.
21293         * modules/mbchar (Depends-on): Likewise.
21294         * modules/memcoll (Depends-on): Likewise.
21295         * modules/quotearg (Depends-on): Likewise.
21296         * modules/regex (Depends-on): Likewise.
21297         * modules/relocatable-prog (Depends-on): Likewise.
21298         * modules/same (Depends-on): Likewise.
21299         * modules/signbit (Depends-on): Likewise.
21300         * modules/strcasestr-simple (Depends-on): Likewise.
21301         * modules/unictype/gen-ctype (Depends-on): Likewise.
21302         * modules/unilbrk/gen-lbrk (Depends-on): Likewise.
21303         * modules/uniname/uniname (Depends-on): Likewise.
21304         * modules/unistr/u8-cmp (Depends-on): Likewise.
21305
21306 2008-11-02  Bruno Haible  <bruno@clisp.org>
21307
21308         Mark 'memchr' obsolete.
21309         * modules/memchr (Status, Notice): New sections.
21310         * modules/argp (Depends-on): Add memchr.
21311         * modules/base64 (Depends-on): Likewise.
21312         * modules/c-strcasestr (Depends-on): Likewise.
21313         * modules/chdir-long (Depends-on): Likewise.
21314         * modules/fnmatch (Depends-on): Likewise.
21315         * modules/getsubopt (Depends-on): Likewise.
21316         * modules/git-merge-changelog (Depends-on): Likewise.
21317         * modules/glob (Depends-on): Likewise.
21318         * modules/strcasestr-simple (Depends-on): Likewise.
21319         * modules/strnlen (Depends-on): Likewise.
21320
21321 2008-11-02  Bruno Haible  <bruno@clisp.org>
21322
21323         Mark 'atexit' obsolete.
21324         * modules/atexit (Status, Notice): New sections.
21325         * modules/chdir-long (Depends-on): Add atexit.
21326         * modules/wait-process (Depends-on): Likewise.
21327
21328 2008-11-02  Bruno Haible  <bruno@clisp.org>
21329
21330         * gnulib-tool: New option --with-obsolete.
21331         (func_usage): Document it.
21332         (func_modules_transitive_closure): Drop obsolete dependencies if
21333         incobsolete is not true.
21334         (func_import): Read and save the incobsolete variable to the cache.
21335
21336 2008-11-02  Bruno Haible  <bruno@clisp.org>
21337
21338         * modules/TEMPLATE-EXTENDED: New field 'Status'.
21339         * gnulib-tool: New option --extract-status.
21340         (func_usage): Document it.
21341         (sed_extract_prog): Recognize it.
21342         (func_get_status): New function.
21343
21344 2008-10-30  Simon Josefsson  <simon@josefsson.org>
21345
21346         * modules/sockets (License): Change from LGPL to LGPLv2+.
21347
21348 2008-10-28  Simon Josefsson  <simon@josefsson.org>
21349
21350         * top/maint.mk: Add coverage rules, inspired by scripts in gnupdf.
21351
21352 2008-10-28  Simon Josefsson  <simon@josefsson.org>
21353
21354         * MODULES.html.sh (Support for systems lacking POSIX:2001):
21355         Mention times and sys_times.
21356         * modules/sys_times, modules/sys_times-tests: New modules.
21357         * modules/times, modules/times-tests: Likewise
21358         * m4/sys_times_h.m4: New file.
21359         * lib/sys_times.in.h: Likewise
21360         * lib/times.c: Likewise.
21361         * tests/test-sys_times.c: Likewise.
21362         * tests/test-times.c: Likewise.
21363         * doc/posix-headers/sys_times.texi: Update.
21364         * doc/posix-functions/times.texi: Update.
21365
21366 2008-10-28  Jim Meyering  <meyering@redhat.com>
21367
21368         * modules/tempname (Depends-on): Add lstat.
21369
21370         * modules/lstat (License): Relicense: LGPL -> LGPLv2+.
21371
21372 2008-10-28  Simon Josefsson  <simon@josefsson.org>
21373
21374         * gnulib-tool (func_emit_tests_Makefile_am): Revert last commit.
21375         * modules/argp-tests (test_argp_LDADD): Set EXEEXT here instead,
21376         using idiom used elsewhere in gnulib.
21377
21378 2008-10-27  Jim Meyering  <meyering@redhat.com>
21379
21380         * modules/gethostname (License): Relicense: LGPL -> LGPLv2+.
21381
21382 2008-10-27  Simon Josefsson  <simon@josefsson.org>
21383
21384         * gnulib-tool (func_emit_tests_Makefile_am): Set EXEEXT in
21385         TESTS_ENVIRONMENT, for shell scripts that needs to call built
21386         programs.
21387         * tests/test-argp-2.sh: Use $EXEEXT when needed.
21388
21389 2008-10-27  Simon Josefsson  <simon@josefsson.org>
21390
21391         * lib/sys_stat.in.h (lstat): Fix declaration for mingw.
21392
21393 2008-10-27  Bruno Haible  <bruno@clisp.org>
21394
21395         * tests/test-lstat.c: Include <stdio.h>.
21396
21397 2008-10-27  Simon Josefsson  <simon@josefsson.org>
21398
21399         * modules/lstat-tests: New module.
21400         * tests/test-lstat.c: New file.
21401
21402 2008-10-26  Jim Meyering  <meyering@redhat.com>
21403
21404         * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.
21405
21406 2008-10-26  Simon Josefsson  <simon@josefsson.org>
21407             Bruno Haible  <bruno@clisp.org>
21408
21409         Fix a clash between the type DATADIR on Windows and the macro DATADIR.
21410         * modules/configmake (Include): Add a note that the include must come
21411         after all system headers.
21412         * lib/javaversion.c: Include configmake.h after all other includes.
21413
21414 2008-10-26  Bruno Haible  <bruno@clisp.org>
21415
21416         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Set default of
21417         HAVE_STRUCT_RANDOM_DATA to 1.
21418         (gl_STDLIB_H): Simplify.
21419
21420 2008-10-26  Simon Josefsson  <simon@josefsson.org>
21421
21422         * m4/stdlib_h.m4: Check for struct random_data.  Initialize and
21423         substitute HAVE_STRUCT_RANDOM_DATA.
21424         * lib/stdlib.in.h [!HAVE_STRUCT_RANDOM_DATA]: Provide struct
21425         random_data.
21426         * modules/stdlib (Makefile.am): Substitute
21427         HAVE_STRUCT_RANDOM_DATA.
21428
21429 2008-10-26  Simon Josefsson  <simon@josefsson.org>
21430
21431         * doc/gnulib.texi (@copying): Use GFDLv1.2+.
21432         * doc/gnulib-intro.texi (Copyright): Likewise.
21433
21434 2008-10-26  Simon Josefsson  <simon@josefsson.org>
21435
21436         * doc/gnulib.texi (Header files): C++ fixes, based on Bruno's
21437         findings.
21438
21439 2008-10-25  Ben Pfaff  <blp@cs.stanford.edu>
21440             Bruno Haible  <bruno@clisp.org>
21441
21442         * lib/unistd.in.h: Include <winsock2.h>.
21443         (socket, connect,accept, bind, getpeername, getsockname, getsockopt,
21444         listen, recv, send, recvfrom, sendto, setsockopt, shutdown, select):
21445         Provide dummy declarations.
21446         (gethostname): Override.
21447         * lib/sys_socket.in.h (gethostname): Provide dummy declaration.
21448         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Invoke
21449         gl_PREREQ_SYS_H_WINSOCK2.
21450         * modules/gethostname (Files): Add m4/sys_socket_h.m4.
21451         * doc/posix-functions/gethostname.texi: More details.
21452
21453 2008-10-25  Bruno Haible  <bruno@clisp.org>
21454
21455         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
21456         gl_UNISTD_H_DEFAULTS, gl_SYS_IOCTL_H_DEFAULTS only if they exist.
21457         * modules/sys_socket (Files): Remove m4/unistd_h.m4, m4/sys_ioctl_h.m4.
21458
21459         * lib/sys_socket.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); Move macro from
21460         here ...
21461         * lib/unistd.in.h (HAVE__GL_CLOSE_FD_MAYBE_SOCKET); ... to here.
21462         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Remove invocation of
21463         gl_UNISTD_H_DEFAULTS.
21464
21465 2008-10-25  Eric Blake  <ebb9@byu.net>
21466
21467         signbit: avoid spurious compiler failure
21468         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Move non-constant
21469         declarations inside function.
21470
21471 2008-10-24  Simon Josefsson  <simon@josefsson.org>
21472             Bruno Haible  <bruno@clisp.org>
21473
21474         * lib/stdlib.in.h (@GNULIB_RANDOM_R@): Include stdint.h.
21475         * modules/random_r (Depends-on): Add stdint.
21476
21477 2008-10-24  Bruno Haible  <bruno@clisp.org>
21478
21479         * modules/intprops (License): Change to LGPLv2+, with approval by Paul
21480         Eggert.
21481         * modules/strerror (License): Likewise.
21482
21483 2008-10-24  Jim Meyering  <meyering@redhat.com>
21484
21485         sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
21486         * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
21487
21488 2008-10-24  Eric Blake  <ebb9@byu.net>
21489
21490         getgroups: fix compilation when getgroups is available
21491         * lib/getgroups.c (includes): Include <unistd.h> for getgroups,
21492         but with <config.h> override of getgroups disabled.
21493
21494 2008-10-24  Simon Josefsson  <simon@josefsson.org>
21495
21496         * doc/gnulib.texi (Header files): Add note about C++ problems.
21497         Explained by Bruno Haible <bruno@clisp.org>.
21498
21499 2008-10-23  Bruno Haible  <bruno@clisp.org>
21500
21501         Define a dummy SA_NODEFER macro on Interix.
21502         * lib/signal.in.h (SA_NODEFER): Define fallback.
21503         Reported by Aleksey Cheusov <cheusov@tut.by> via
21504         Thomas Klausner <wiz@netbsd.org> and Eric Blake.
21505
21506 2008-10-23  Bruno Haible  <bruno@clisp.org>
21507
21508         * modules/freadahead (License): Change to LGPLv2+.
21509         Suggested by Simon Josefsson.
21510
21511 2008-10-23  Jim Meyering  <meyering@redhat.com>
21512
21513         random_r: new module
21514         * modules/random_r: New file.
21515         * m4/random_r.m4: New file.
21516         * lib/random_r.c: New file, from glibc.
21517         * modules/random_r-tests: New file.
21518         * tests/test-random_r.c: New file.
21519         * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r):
21520          Declare.
21521         (RAND_MAX): Define.
21522         * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R.
21523         * modules/stdlib: Substitute them, too.
21524         * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it.
21525         * doc/glibc-functions/initstate_r.texi: Mention the new module.
21526         * doc/glibc-functions/random_r.texi: Likewise.
21527         * doc/glibc-functions/setstate_r.texi: Likewise.
21528         * doc/glibc-functions/srandom_r.texi: Likewise.
21529         * config/srclist.txt: Mention it.
21530
21531 2008-10-23  David Lutterkort  <lutter@redhat.com>
21532
21533         * modules/selinux-h: Search for LIB_SELINUX and mark it as a
21534         link requirement
21535
21536 2008-10-23  Jim Meyering  <meyering@redhat.com>
21537
21538         selinux-h: mark parameters of stub functions as intentionally unused
21539         * lib/se-selinux.in.h: Mark parameters as _UNUSED_PARAMETER_.
21540         * lib/se-context.in.h: Likewise.
21541
21542 2008-10-22  Simon Josefsson  <simon@josefsson.org>
21543
21544         * lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.
21545
21546 2008-10-22  Simon Josefsson  <simon@josefsson.org>
21547
21548         * m4/getgroups.m4: Avoid invoking test with wrong parameters.
21549
21550 2008-10-22  Eric Blake  <ebb9@byu.net>
21551
21552         glthread/thread: avoid compiler warning
21553         * lib/glthread/thread.c (gl_thread_exit_func) [USE_WIN32_THREADS]:
21554         Add unreachable abort to silence compiler.
21555
21556 2008-10-22  Eric Blake  <ebb9@byu.net>
21557
21558         netdb: also supply struct addrinfo for cygwin 1.5.x
21559         * m4/netdb_h.m4 (gl_HEADER_NETDB): Check for incomplete header on
21560         older cygwin.
21561         * lib/netdb.in.h [!HAVE_STRUCT_ADDRINFO]: Also supply contents for
21562         cygwin.
21563         * doc/posix-headers/netdb.texi (netdb.h): Document this.
21564
21565 2008-10-22  Bruno Haible  <bruno@clisp.org>
21566
21567         * users.txt: Update entry about pspp.
21568
21569 2008-10-21  Bruno Haible  <bruno@clisp.org>
21570
21571         Simplification.
21572         * lib/sys_socket.in.h (_gl_close_fd_maybe_socket): Remove declaration.
21573         * lib/close.c (_gl_close_fd_maybe_socket): Make static.
21574
21575         Simplification.
21576         * lib/ioctl.c (ioctl): Don't undefine.
21577         * lib/socket.c (socket): Don't undefine.
21578
21579         Remove unused module indicator macros.
21580         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR): Don't define
21581         GNULIB_$1 as a C macro.
21582
21583         * doc/posix-functions/close.texi: Undo last change.
21584         * doc/posix-functions/ioctl.texi: Merge the two paragraphs about
21585         Windows platforms.
21586
21587 2008-10-21  Bruno Haible  <bruno@clisp.org>
21588
21589         Add gethostname() declaration to <unistd.h>.
21590         * lib/unistd.in.h (gethostname): New declaration.
21591         * lib/gethostname.c: Include <unistd.h>.
21592         * m4/gethostname.m4 (gl_FUNC_GETHOSTNAME): Require
21593         gl_UNISTD_H_DEFAULTS. Set HAVE_GETHOSTNAME.
21594         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETHOSTNAME
21595         and HAVE_GETHOSTNAME.
21596         * modules/gethostname (Depends-on): Add unistd.
21597         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21598         (Include): Specify <unistd.h>.
21599         * modules/unistd (Makefile.am): Substitute GNULIB_GETHOSTNAME and
21600         HAVE_GETHOSTNAME.
21601         * tests/test-gethostname.c: Include <unistd.h> first.
21602
21603 2008-10-21  Bruno Haible  <bruno@clisp.org>
21604
21605         * modules/poll-tests (Depends-on): Add sys_ioctl, ioctl.
21606         * modules/select-tests (Depends-on): Likewise.
21607         Reported by Simon Josefsson.
21608
21609 2008-10-21  Simon Josefsson  <simon@josefsson.org>
21610
21611         * lib/close.c: Add _gl_close_fd_maybe_socket from winsock.c.
21612         * lib/accept.c: New file, based on winsock.c.
21613         * lib/bind.c: New file, based on winsock.c.
21614         * lib/connect.c: New file, based on winsock.c.
21615         * lib/getpeername.c: New file, based on winsock.c.
21616         * lib/getsockname.c: New file, based on winsock.c.
21617         * lib/getsockopt.c: New file, based on winsock.c.
21618         * lib/ioctl.c: New file, based on winsock.c.
21619         * lib/listen.c: New file, based on winsock.c.
21620         * lib/recv.c: New file, based on winsock.c.
21621         * lib/recvfrom.c: New file, based on winsock.c.
21622         * lib/send.c: New file, based on winsock.c.
21623         * lib/sendto.c: New file, based on winsock.c.
21624         * lib/setsockopt.c: New file, based on winsock.c.
21625         * lib/shutdown.c: New file, based on winsock.c.
21626         * lib/socket.c: New file, based on winsock.c.
21627         * lib/w32sock.h: New file, based on winsock.c.
21628         * lib/winsock.c: Remove file.
21629         * modules/accept: Likewise.
21630         * modules/bind: Likewise.
21631         * modules/connect: Likewise.
21632         * modules/getpeername: Likewise.
21633         * modules/getsockname: Likewise.
21634         * modules/getsockopt: Likewise.
21635         * modules/ioctl: Likewise.
21636         * modules/listen: Likewise.
21637         * modules/recv: Likewise.
21638         * modules/recvfrom: Likewise.
21639         * modules/send: Likewise.
21640         * modules/sendto: Likewise.
21641         * modules/setsockopt: Likewise.
21642         * modules/shutdown: Likewise.
21643         * modules/socket: Use socket.c instead of winsock.c.
21644         * modules/sys_socket: Remove (unneeded?) dependency on winsock.c.
21645         * doc/posix-functions/accept.texi: Doc fix.
21646         * doc/posix-functions/bind.texi: Doc fix.
21647         * doc/posix-functions/close.texi: Doc fix.
21648         * doc/posix-functions/connect.texi: Doc fix.
21649         * doc/posix-functions/getpeername.texi: Doc fix.
21650         * doc/posix-functions/getsockname.texi: Doc fix.
21651         * doc/posix-functions/getsockopt.texi: Doc fix.
21652         * doc/posix-functions/ioctl.texi: Doc fix.
21653         * doc/posix-functions/listen.texi: Doc fix.
21654         * doc/posix-functions/recv.texi: Doc fix.
21655         * doc/posix-functions/recvfrom.texi: Doc fix.
21656         * doc/posix-functions/send.texi: Doc fix.
21657         * doc/posix-functions/sendto.texi: Doc fix.
21658         * doc/posix-functions/setsockopt.texi: Doc fix.
21659         * doc/posix-functions/shutdown.texi: Doc fix.
21660         * doc/posix-functions/socket.texi: Doc fix.
21661
21662 2008-10-20  Bruno Haible  <bruno@clisp.org>
21663
21664         Take into account the role of SIGABRT_COMPAT on Windows 2008.
21665         * lib/sigprocmask.c (SIGABRT_COMPAT, SIGABRT_COMPAT_MASK): New macros.
21666         (sigismember, sigaddset, sigdelset, sigfillset, rpl_signal): Handle it
21667         as an alias for SIGABRT.
21668         * lib/sigaction.c (SIGABRT_COMPAT): New macro.
21669         (sigaction): Map it to SIGABRT.
21670         Reported by Ramiro Polla <ramiro.polla@gmail.com> via Eric Blake.
21671
21672 2008-10-20  Bruno Haible  <bruno@clisp.org>
21673
21674         * lib/fts.c: Don't include lstat.h.
21675         * lib/openat.c: Include <sys/stat.h> instead of lstat.h.
21676
21677         Move the lstat() declaration to <sys/stat.h>.
21678         * lib/lstat.h: Remove file.
21679         * lib/sys_stat.in.h: Add special invocation convention.
21680         (lstat): New declaration.
21681         * lib/lstat.c (orig_lstat): New function.
21682         (rpl_lstat): Use orig_lstat instead of lstat.
21683         * m4/lstat.m4 (gl_FUNC_LSTAT): Require gl_SYS_STAT_H_DEFAULTS and
21684         AC_C_INLINE. Set REPLACE_LSTAT.
21685         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LSTAT
21686         and REPLACE_LSTAT.
21687         * modules/lstat (Files): Remove lib/lstat.h.
21688         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
21689         (Include): Specify <sys/stat.h> instead of lstat.h.
21690         * modules/sys_stat (Makefile.am): Substitute GNULIB_LSTAT and
21691         REPLACE_LSTAT.
21692         * NEWS: Mention the change.
21693
21694 2008-10-20  Bruno Haible  <bruno@clisp.org>
21695
21696         * modules/posix_spawn-tests: New file.
21697         * tests/test-posix_spawn3.c: New file.
21698
21699 2008-10-20  Bruno Haible  <bruno@clisp.org>
21700
21701         * modules/posix_spawnp-tests (Depends-on): Add sys_wait.
21702         * tests/test-posix_spawn1.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
21703         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Remove fallback definitions.
21704         * tests/test-posix_spawn2.c (WTERMSIG, WCOREDUMP, WEXITSTATUS,
21705         WIFSIGNALED, WIFEXITED, WIFSTOPPED): Likewise.
21706
21707 2008-10-20  Bruno Haible  <bruno@clisp.org>
21708
21709         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Test against another bug
21710         of posix_spawn on AIX 5.3.
21711
21712 2008-10-20  Bruno Haible  <bruno@clisp.org>
21713
21714         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Make the check on MacOS X.
21715
21716 2008-10-20  Bruno Haible  <bruno@clisp.org>
21717
21718         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Use AC_LANG_SOURCE instead
21719         of AC_LANG_PROGRAM.
21720
21721 2008-10-20  Simon Josefsson  <simon@josefsson.org>
21722
21723         * lib/netdb.in.h: Don't define GNU specific constants until they
21724         are supported or needed.  Reported by Bruno Haible
21725         <bruno@clisp.org>.
21726
21727 2008-10-20  Simon Josefsson  <simon@josefsson.org>
21728
21729         * lib/canon-host.c: Include netdb.h instead of getaddrinfo.h.
21730
21731 2008-10-20  Simon Josefsson  <simon@josefsson.org>
21732
21733         * lib/getaddrinfo.h: Remove file.
21734         * modules/getaddrinfo: Reflect move from getaddrinfo.h to netdb.h.
21735         * m4/getaddrinfo.m4: Call gl_HEADER_NETDB.  Don't check for netdb.h.
21736         * lib/netdb.in.h: Add declarations from getaddrinfo.h.
21737         * m4/netdb_h.m4: Initialize GNULIB_GETADDRINFO to 0.
21738         * modules/netdb: Substitute GNULIB_GETADDRINFO.
21739         * lib/getaddrinfo.c: Include netdb.h instead of getaddrinfo.h.
21740         * tests/test-getaddrinfo.c: Likewise.
21741         * lib/gai_strerror.c: Likewise.  Also drop HAVE_NETDB_H check.
21742         * NEWS: Mention change.
21743
21744 2008-10-19  Bruno Haible  <bruno@clisp.org>
21745
21746         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): Remove unneeded code.
21747
21748 2008-10-19  Bruno Haible  <bruno@clisp.org>
21749
21750         * lib/wait-process.c: Include simply <sys/wait.h>.
21751         (waitpid, WTERMSIG, WCOREDUMP, WEXITSTATUS, WIFSIGNALED, WIFEXITED,
21752         WIFSTOPPED): Remove fallback definitions.
21753         * modules/wait-process (Depends-on): Add sys_wait.
21754
21755         New module 'sys_wait'.
21756         * modules/sys_wait: New file.
21757         * lib/sys_wait.in.h: New file, partially copied from
21758         lib/wait-process.c.
21759         * m4/sys_wait_h.m4: New file.
21760         * doc/posix-headers/sys_wait.texi: Mention the new module.
21761
21762 2008-10-19  Bruno Haible  <bruno@clisp.org>
21763
21764         * m4/wait-process.m4 (gl_WAIT_PROCESS): Remove test for unistd.h.
21765
21766 2008-10-19  Bruno Haible  <bruno@clisp.org>
21767
21768         Assume that waitpid() fills an 'int' status, not a 'union wait'.
21769         * lib/wait-process.c (WAIT_T): Remove type.
21770         (WTERMSIG, WCOREDUMP, WEXITSTATUS): Define fallbacks using bit masks.
21771         (wait_subprocess): Update.
21772
21773 2008-10-19  Bruno Haible  <bruno@clisp.org>
21774
21775         New module 'atoll'.
21776         * modules/atoll: New file.
21777         * lib/stdlib.in.h (atoll): New declaration.
21778         * lib/atoll.c: New file, from glibc with modifications.
21779         * m4/atoll.m4: New file.
21780         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_ATOLL,
21781         HAVE_ATOLL.
21782         * modules/stdlib (Makefile.am): Substitute GNULIB_ATOLL, HAVE_ATOLL.
21783         * doc/posix-functions/atoll.texi: Mention the new module.
21784
21785 2008-10-19  Bruno Haible  <bruno@clisp.org>
21786
21787         Add strtoull() declaration to <stdlib.h>.
21788         * lib/stdlib.in.h (strtoull): New declaration.
21789         * m4/strtoull.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
21790         Set HAVE_STRTOULL.
21791         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOULL,
21792         HAVE_STRTOULL.
21793         * modules/strtoull (Depends-on): Add stdlib.
21794         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
21795         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOULL,
21796         HAVE_STRTOULL.
21797
21798 2008-10-19  Bruno Haible  <bruno@clisp.org>
21799
21800         Add strtoll() declaration to <stdlib.h>.
21801         * lib/stdlib.in.h (strtoll): New declaration.
21802         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Require gl_STDLIB_H_DEFAULTS.
21803         Set HAVE_STRTOLL.
21804         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_STRTOLL,
21805         HAVE_STRTOLL.
21806         * modules/strtoll (Depends-on): Add stdlib.
21807         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
21808         * modules/stdlib (Makefile.am): Substitute GNULIB_STRTOLL, HAVE_STRTOLL.
21809
21810 2008-10-19  Bruno Haible  <bruno@clisp.org>
21811
21812         * modules/bcopy (Depends-on): Add strings.
21813         (Include): Specify <strings.h>.
21814
21815 2008-10-19  Bruno Haible  <bruno@clisp.org>
21816
21817         * doc/posix-functions/atexit.texi: Update doc regarding mingw.
21818
21819 2008-10-19  Bruno Haible  <bruno@clisp.org>
21820
21821         * lib/openat-die.c (openat_save_fail, openat_restore_fail): Rename
21822         the parameter from 'errno' to 'errnum'. Fixes a compilation error on
21823         mingw.
21824
21825 2008-10-19  Bruno Haible  <bruno@clisp.org>
21826
21827         * lib/atanl.c: Don't include isnanl.h.
21828         * lib/cosl.c: Likewise.
21829         * lib/ldexpl.c: Likewise.
21830         * lib/logl.c: Likewise.
21831         * lib/sinl.c: Likewise.
21832         * lib/sqrtl.c: Likewise.
21833         * lib/tanl.c: Likewise.
21834
21835         Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
21836         * lib/isnanf.h: Remove file.
21837         * lib/isnand.h: Remove file.
21838         * lib/isnanl.h: Remove file.
21839         * lib/math.in.h: Include the contents of lib/isnanf.h, lib/isnand.h,
21840         lib/isnanl.h. Use HAVE_ISNANF, HAVE_ISNAND, HAVE_ISNANL as substituted
21841         macros.
21842         * m4/isnanf.m4 (gl_FUNC_ISNANF): Require gl_MATH_H_DEFAULTS. Set
21843         HAVE_ISNANF, don't define it as a C macro.
21844         * m4/isnand.m4 (gl_FUNC_ISNAND): Require gl_MATH_H_DEFAULTS. Set
21845         HAVE_ISNAND, don't define it as a C macro.
21846         * m4/isnanl.m4 (gl_FUNC_ISNANL): Require gl_MATH_H_DEFAULTS. Set
21847         HAVE_ISNANL, don't define it as a C macro.
21848         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_ISNAN[FDL] and
21849         HAVE_ISNAN[FDL].
21850         * modules/isnanf (Files): Remove lib/isnanf.h.
21851         (Depends-on): Add math.
21852         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
21853         (Include): Specify <math.h> instead of isnanf.h.
21854         * modules/isnand (Files): Remove lib/isnand.h.
21855         (Depends-on): Add math.
21856         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
21857         (Include): Specify <math.h> instead of isnand.h.
21858         * modules/isnanl (Files): Remove lib/isnanl.h.
21859         (Depends-on): Add math.
21860         (configure.ac): Invoke gl_MATH_MODULE_INDICATOR.
21861         (Include): Specify <math.h> instead of isnanl.h.
21862         * modules/math (Makefile.am): Substitute GNULIB_ISNAN[FDL] and
21863         HAVE_ISNAN[FDL].
21864         * tests/test-isnanf.c: Include <math.h> instead of isnanf.h.
21865         * tests/test-isnand.c: Include <math.h> instead of isnand.h.
21866         * tests/test-isnanl.c: Include <math.h> instead of isnanl.h.
21867         * NEWS: Mention the change.
21868
21869 2008-10-18  Bruno Haible  <bruno@clisp.org>
21870
21871         Add getusershell(), setusershell(), endusershell() declarations to
21872         <unistd.h>.
21873         * lib/unistd.in.h (getusershell, setusershell, endusershell): New
21874         declarations.
21875         * lib/getusershell.c: Include unistd.h.
21876         * m4/getusershell.m4 (gl_FUNC_GETUSERSHELL): Require
21877         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
21878         HAVE_GETUSERSHELL.
21879         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETUSERSHELL
21880         and HAVE_GETUSERSHELL.
21881         * modules/getusershell (Depends-on): Add unistd, extensions.
21882         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21883         (Include): Specify <unistd.h>.
21884         * modules/unistd (Makefile.am): Substitute GNULIB_GETUSERSHELL and
21885         HAVE_GETUSERSHELL.
21886
21887 2008-10-18  Bruno Haible  <bruno@clisp.org>
21888
21889         Add a getloadavg() declaration to <stdlib.h>.
21890         * lib/stdlib.in.h; Include <sys/loadavg.h> when needed for the
21891         getloadavg declaration.
21892         (getloadavg): New declaration.
21893         * lib/getloadavg.c: Include <stdlib.h> first.
21894         * m4/getloadavg.m4 (gl_GETLOADAVG): Require gl_STDLIB_H_DEFAULTS and
21895         AC_USE_SYSTEM_EXTENSIONS. Test whether sys/loadavg.h exists. Set
21896         HAVE_SYS_LOADAVG_H and HAVE_DECL_GETLOADAVG.
21897         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_GETLOADAVG,
21898         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
21899         * modules/getloadavg (Depends-on): Add stdlib, extensions.
21900         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
21901         (Include): Specify <stdlib.h>.
21902         * modules/stdlib (Makefile.am): Substitute GNULIB_GETLOADAVG,
21903         HAVE_SYS_LOADAVG_H, HAVE_DECL_GETLOADAVG.
21904
21905 2008-10-18  Bruno Haible  <bruno@clisp.org>
21906
21907         * lib/dirchownmod.c: Don't include lchmod.h.
21908
21909         Move the lchmod() declaration to <sys/stat.h>.
21910         * lib/lchmod.h: Remove file.
21911         * lib/sys_stat.in.h: Add placeholder for GL_LINK_WARNING.
21912         (lchmod): New declaration, moved here from lib/lchown.h.
21913         * m4/lchmod.m4 (gl_FUNC_LCHMOD): Require gl_SYS_STAT_H_DEFAULTS and
21914         AC_USE_SYSTEM_EXTENSIONS. Set HAVE_LCHMOD.
21915         * m4/sys_stat_h.m4 (gl_SYS_STAT_H_DEFAULTS): Initialize GNULIB_LCHMOD
21916         and HAVE_LCHMOD.
21917         * modules/lchmod (Files): Remove lib/lchmod.h.
21918         (Depends-on): Add sys_stat, extensions.
21919         (configure.ac): Invoke gl_SYS_STAT_MODULE_INDICATOR.
21920         (Include): Specify <sys/stat.h> instead of lchmod.h.
21921         * modules/sys_stat (Depends-on): Add link-warning.
21922         (Makefile.am): Substitute GNULIB_LCHMOD, HAVE_LCHMOD, and the
21923         definition of GL_LINK_WARNING.
21924         * NEWS: Mention the change.
21925
21926 2008-10-18  Bruno Haible  <bruno@clisp.org>
21927
21928         * lib/fchdir.c: Don't include dirfd.h.
21929         * lib/fts.c: Likewise.
21930         * lib/getcwd.c: Likewise.
21931         * lib/glob.c: Likewise.
21932
21933         Move the dirfd() declaration to <dirent.h>.
21934         * lib/dirfd.h: Remove file.
21935         * lib/dirent.in.h: Add placeholder for GL_LINK_WARNING.
21936         (dirfd): New declaration.
21937         * lib/dirfd.c: Include <dirent.h> instead of dirfd.h.
21938         * m4/dirfd.m4 (gl_FUNC_DIRFD): Require gl_DIRENT_H_DEFAULTS and
21939         AC_USE_SYSTEM_EXTENSIONS. Invoke gl_REPLACE_DIRENT_H. Set
21940         HAVE_DECL_DIRFD.
21941         * m4/dirent_h.m4 (gl_DIRENT_H_DEFAULTS): Initialize GNULIB_DIRFD and
21942         HAVE_DECL_DIRFD.
21943         * modules/dirfd (Files): Remove lib/dirfd.h.
21944         (Depends-on): Add dirent, extensions.
21945         (configure.ac): Invoke gl_DIRENT_MODULE_INDICATOR.
21946         (Include): Specify <dirent.h> instead of dirfd.h.
21947         * modules/dirent (Depends-on): Add link-warning.
21948         (Makefile.am): Substitute GNULIB_DIRFD, HAVE_DECL_DIRFD, and
21949         definition of GL_LINK_WARNING.
21950         * NEWS: Mention the change.
21951
21952 2008-10-18  Bruno Haible  <bruno@clisp.org>
21953
21954         Move the euidaccess() declaration to <unistd.h>.
21955         * lib/euidaccess.h: Remove file.
21956         * lib/unistd.in.h (euidaccess): New declaration.
21957         * lib/euidaccess.c: Don't include euidaccess.h.
21958         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Require gl_UNISTD_H_DEFAULTS.
21959         Don't check whether euidaccess is declared. Set HAVE_EUIDACCESS.
21960         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_EUIDACCESS
21961         and HAVE_EUIDACCESS.
21962         * modules/euidaccess (Files): Remove lib/euidaccess.h.
21963         (Depends-on): Add unistd.
21964         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21965         (Include): Specify <unistd.h> instead of euidaccess.h.
21966         * modules/unistd (Makefile.am): Substitute GNULIB_EUIDACCESS and
21967         HAVE_EUIDACCESS.
21968         * NEWS: Mention the change.
21969
21970 2008-10-18  Bruno Haible  <bruno@clisp.org>
21971
21972         * lib/xgetdomainname.c: Include <unistd.h> instead of getdomainname.h.
21973
21974         Move the getdomainname() declaration to <unistd.h>.
21975         * lib/getdomainname.h: Remove file.
21976         * lib/unistd.in.h (getdomainname): New declaration.
21977         * lib/getdomainname.c: Include <unistd.h> instead of getdomainname.h.
21978         * m4/getdomainname.m4 (gl_FUNC_GETDOMAINNAME): Require
21979         gl_UNISTD_H_DEFAULTS and AC_USE_SYSTEM_EXTENSIONS. Set
21980         HAVE_GETDOMAINNAME.
21981         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
21982         GNULIB_GETDOMAINNAME and HAVE_GETDOMAINNAME.
21983         * modules/getdomainname (Files): Remove lib/getdomainname.h.
21984         (Depends-on): Add unistd, extensions.
21985         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
21986         (Includes): Specify <unistd.h> instead of getdomainname.h.
21987         * modules/unistd (Makefile.am): Substitute GNULIB_GETDOMAINNAME and
21988         HAVE_GETDOMAINNAME.
21989         * NEWS: Mention the change.
21990
21991 2008-10-18  Bruno Haible  <bruno@clisp.org>
21992
21993         * modules/dirent: New file.
21994         * m4/dirent_h.m4: New file.
21995         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_DIRENT_H_DEFAULTS.
21996         Invoke gl_REPLACE_DIRENT_H. Don't assign DIRENT_H directly.
21997         * modules/fchdir (Files): Remove lib/dirent.in.h.
21998         (Depends-on): Add dirent.
21999         (Makefile.am): Move rules to modules/dirent.
22000         * doc/posix-headers/dirent.texi: Mention the new module.
22001
22002 2008-10-18  Bruno Haible  <bruno@clisp.org>
22003
22004         Avoid -Wunused-parameter warnings in public gnulib header files.
22005         * m4/gnulib-common.m4 (gl_COMMON_BODY): Define _UNUSED_PARAMETER_ as a
22006         macro.
22007         * lib/unistr.h (u32_mbtouc_unsafe, u32_mbtouc): Use it.
22008
22009 2008-10-18  Bruno Haible  <bruno@clisp.org>
22010
22011         * doc/glibc-functions/dirfd.texi: Mention the module 'dirfd'.
22012         * doc/glibc-functions/error.texi: Mention the module 'error'.
22013         * doc/glibc-functions/euidaccess.texi: Mention the module 'euidaccess'.
22014         * doc/glibc-functions/getdomainname.texi: Mention the module
22015         'getdomainname'.
22016         * doc/glibc-functions/getloadavg.texi: Mention the module 'getloadavg'.
22017         * doc/glibc-functions/getpagesize.texi: Mention the module
22018         'getpagesize'.
22019         * doc/glibc-functions/getusershell.texi: Mention the module
22020         'getusershell'.
22021         * doc/glibc-functions/isnanl.texi: Mention the module 'isnanl'.
22022         * doc/glibc-functions/lchmod.texi: Mention the module 'lchmod'.
22023         * doc/glibc-functions/mempcpy.texi: Mention the module 'mempcpy'.
22024         * doc/glibc-functions/memrchr.texi: Mention the module 'memrchr'.
22025         * doc/glibc-functions/mkdtemp.texi: Mention the module 'mkdtemp'.
22026         * doc/glibc-functions/rpmatch.texi: Mention the module 'rpmatch'.
22027         * doc/glibc-functions/stpcpy.texi: Mention the module 'stpcpy'.
22028         * doc/glibc-functions/stpncpy.texi: Mention the module 'stpncpy'.
22029         * doc/glibc-functions/strchrnul.texi: Mention the module 'strchrnul'.
22030         * doc/glibc-functions/strndup.texi: Mention the module 'strndup'.
22031         * doc/glibc-functions/strnlen.texi: Mention the module 'strnlen'.
22032         * doc/glibc-functions/strsep.texi: Mention the module 'strsep'.
22033         * doc/glibc-functions/timegm.texi: Mention the module 'timegm'.
22034         * doc/glibc-functions/vasprintf.texi: Mention the module 'vasprintf'.
22035
22036 2008-10-17  Bruno Haible  <bruno@clisp.org>
22037
22038         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): On platforms other than
22039         HP-UX and IRIX, use -0.0L.
22040         * tests/test-ceill.c (minus_zero): Likewise.
22041         * tests/test-floorl.c (minus_zero): Likewise.
22042         * tests/test-frexpl.c (minus_zero): Likewise.
22043         * tests/test-isnan.c (minus_zerol): Likewise.
22044         * tests/test-isnanl.h (minus_zero): Likewise.
22045         * tests/test-ldexpl.c (minus_zero): Likewise.
22046         * tests/test-roundl.c (minus_zero): Likewise.
22047         * tests/test-signbit.c (minus_zerol): Likewise.
22048         * tests/test-snprintf-posix.h (minus_zerol): Likewise.
22049         * tests/test-sprintf-posix.h (minus_zerol): Likewise.
22050         * tests/test-truncl.c (minus_zero): Likewise.
22051         * tests/test-vasnprintf-posix.c (minus_zerol): Likewise.
22052         * tests/test-vasprintf-posix.c (minus_zerol): Likewise.
22053         Reported by Markus Armbruster <armbru@redhat.com> via Jim Meyering
22054         and by Nelson H. F. Beebe <beebe@math.utah.edu> via Eric Blake.
22055
22056 2008-10-17  Bruno Haible  <bruno@clisp.org>
22057
22058         Avoid gcc warnings because of #pragma GCC system_header on older gcc.
22059         * lib/arpa_inet.in.h: Encloses reference to PRAGMA_SYSTEM_HEADER so
22060         that it gets activated only for gcc >= 3.0.
22061         * lib/dirent.in.h: Likewise.
22062         * lib/errno.in.h: Likewise.
22063         * lib/fcntl.in.h: Likewise.
22064         * lib/float.in.h: Likewise.
22065         * lib/iconv.in.h: Likewise.
22066         * lib/inttypes.in.h: Likewise.
22067         * lib/locale.in.h: Likewise.
22068         * lib/math.in.h: Likewise.
22069         * lib/netdb.in.h: Likewise.
22070         * lib/netinet_in.in.h: Likewise.
22071         * lib/search.in.h: Likewise.
22072         * lib/signal.in.h: Likewise.
22073         * lib/spawn.in.h: Likewise.
22074         * lib/stdarg.in.h: Likewise.
22075         * lib/stdint.in.h: Likewise.
22076         * lib/stdio.in.h: Likewise.
22077         * lib/stdlib.in.h: Likewise.
22078         * lib/string.in.h: Likewise.
22079         * lib/strings.in.h: Likewise.
22080         * lib/sys_file.in.h: Likewise.
22081         * lib/sys_ioctl.in.h: Likewise.
22082         * lib/sys_select.in.h: Likewise.
22083         * lib/sys_socket.in.h: Likewise.
22084         * lib/sys_stat.in.h: Likewise.
22085         * lib/sys_time.in.h: Likewise.
22086         * lib/sysexits.in.h: Likewise.
22087         * lib/time.in.h: Likewise.
22088         * lib/unistd.in.h: Likewise.
22089         * lib/wchar.in.h: Likewise.
22090         * lib/wctype.in.h: Likewise.
22091         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22092
22093 2008-10-17  Jim Meyering  <meyering@redhat.com>
22094
22095         ignore-value: don't depend on inline module
22096         * modules/ignore-value (Depends-on): Remove 'inline'.
22097         (configure.ac): Instead, add AC_REQUIRE([AC_C_INLINE]) here.
22098         Suggestion from Bruno Haible.
22099
22100 2008-10-17  Bruno Haible  <bruno@clisp.org>
22101
22102         New implementation of condition variables for Win32.
22103         * lib/glthread/cond.h (struct gl_waitqueue_link): New type.
22104         (gl_linked_waitqueue_t): New type.
22105         (gl_cond_t): Use it.
22106         * lib/glthread/cond.c (struct gl_waitqueue_element): New type.
22107         (gl_waitqueue_init, gl_waitqueue_add, gl_waitqueue_remove,
22108         gl_waitqueue_notify_first, gl_waitqueue_notify_all): New functions.
22109         (glthread_cond_init_func, glthread_cond_wait_func,
22110         glthread_cond_timedwait_func, glthread_cond_signal_func,
22111         glthread_cond_broadcast_func, glthread_cond_destroy_func):
22112         Reimplemented on the basis of gl_linked_waitqueue_t.
22113         * lib/glthread/lock.h (gl_carray_waitqueue_t): Renamed from
22114         gl_waitqueue_t.
22115         (gl_rwlock_t): Update.
22116         * lib/glthread/lock.c (gl_waitqueue_t): Alias to gl_carray_waitqueue_t.
22117
22118 2008-10-17  Simon Josefsson  <simon@josefsson.org>
22119
22120         * modules/recvfrom (Depends-on): Add dependency on getpeername.
22121         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
22122
22123 2008-10-17  Jim Meyering  <meyering@redhat.com>
22124
22125         ignore-value: new module
22126         * modules/ignore-value: New file.
22127         * lib/ignore-value.h: New file.
22128         * MODULES.html.sh (Compiler warning management): New section,
22129         just for this module.  More to come.
22130
22131 2008-10-16  Paul Eggert  <eggert@cs.ucla.edu>
22132
22133         open-safer.c: avoid 'signed and unsigned in conditional...' warning
22134         * lib/open-safer.c (open_safer): Use an "if/else" statement in place
22135         of the ternary operator.  Reported by Reuben Thomas <rrt@sc3d.org>.
22136
22137 2008-10-16  Jim Meyering  <meyering@redhat.com>
22138
22139         openat-die.c: avoid 'no previous prototype' warning
22140         * lib/openat-die.c: Include "openat.h".
22141         Reported by Reuben Thomas <rrt@sc3d.org>.
22142
22143 2008-10-16  Simon Josefsson  <simon@josefsson.org>
22144
22145         * m4/netdb_h.m4: Assume that if netdb.h exists, it works.
22146         * lib/netdb.in.h: Fix typo.
22147         Reported by Bruno Haible  <bruno@clisp.org>
22148
22149         * lib/netdb.in.h: Include sys/socket.h for platforms without
22150         netdb.h, to get structures like hostent on MinGW.
22151         * modules/netdb (Depends-on): Add sys_socket.
22152
22153 2008-10-15  Simon Josefsson  <simon@josefsson.org>
22154
22155         * modules/netdb, modules/netdb-tests: New file.
22156         * m4/netdb_h.m4: New file.
22157         * lib/netdb.in.h: Add, currently just an empty file pending
22158         definitions.
22159         * tests/test-netdb.c: New file.
22160         * doc/posix-headers/netdb.texi: Mention that we replace it if
22161         needed.
22162         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
22163         netdb.
22164
22165 2008-10-15  Simon Josefsson  <simon@josefsson.org>
22166
22167         * doc/gnulib.texi (Getaddrinfo and WINVER): Sync documentation
22168         with code.
22169
22170 2008-10-13  Bruno Haible  <bruno@clisp.org>
22171
22172         * lib/glthread/cond.c (glthread_cond_wait_func,
22173         glthread_cond_timedwait_func): Add a comment.
22174
22175 2008-10-13  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22176
22177         * tests/test-poll.c: Include <sys/ioctl.h>, for ioctl().
22178         * tests/test-select.c: Likewise,
22179
22180 2008-10-13  Bruno Haible  <bruno@clisp.org>
22181
22182         * lib/glthread/cond.c (glthread_cond_wait_func,
22183         glthread_cond_timedwait_func): Fix variable name.
22184         Reported by Yoann Vandoorselaere <yoann@prelude-ids.org>.
22185
22186 2008-10-13  Paolo Bonzini  <bonzini@gnu.org>
22187
22188         fix getaddrinfo emulation for systems with struct sockaddr.sa_len
22189         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Detect
22190         struct sockaddr.sa_len.
22191         * lib/getaddrinfo.c (getaddrinfo): Set it if appropriate.
22192
22193 2008-10-13  Simon Josefsson  <simon@josefsson.org>
22194
22195         * build-aux/pmccabe2html: Add css and css_url parameters.
22196
22197 2008-10-12  Bruno Haible  <bruno@clisp.org>
22198
22199         * tests/test-sameacls.c (main) [AIX]: Clear type argument before
22200         calling aclx_get.
22201         Reported by Rainer Tammer <tammer@tammer.net>.
22202
22203 2008-10-12  Bruno Haible  <bruno@clisp.org>
22204
22205         Use msvcrt aware primitives for creation/termination of Win32 threads.
22206         * lib/glthread/thread.c: Include <process.h>.
22207         (glthread_create_func): Use _beginthreadex instead of CreateThread.
22208         (wrapper_func): Update signature.
22209         (gl_thread_exit_func): Use _endthreadex instead of EndThread.
22210
22211 2008-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
22212             Bruno Haible  <bruno@clisp.org>
22213
22214         Provide a Win32 implementation of the 'cond' module.
22215         * lib/glthread/cond.h [USE_WIN32]: New implementation.
22216         * lib/glthread/cond.c (glthread_cond_init_func,
22217         glthread_cond_wait_func, glthread_cond_timedwait_func,
22218         glthread_cond_signal_func, glthread_cond_broadcast_func,
22219         glthread_cond_destroy_func) [USE_WIN32]: New functions.
22220         * modules/cond (Dependencies): Add gettimeofday.
22221
22222 2008-10-11  Bruno Haible  <bruno@clisp.org>
22223
22224         Make sleep work on older versions of mingw.
22225         * m4/sleep.m4 (gl_FUNC_SLEEP): Test whether 'sleep' is declared, not
22226         only whether it exists.
22227         * doc/posix-functions/sleep.texi: Mention the problem with older
22228         versions of mingw.
22229
22230 2008-10-11  Bruno Haible  <bruno@clisp.org>
22231
22232         New module 'shutdown'.
22233         * modules/shutdown: New file.
22234         * lib/sys_socket.in.h (shutdown): New declaration.
22235         * lib/winsock.c (shutdown): New function.
22236         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_H_DEFAULTS): Initialize
22237         GNULIB_SHUTDOWN.
22238         * modules/sys_socket (Makefile.am): Substitute GNULIB_SHUTDOWN.
22239         * doc/posix-functions/shutdown.texi: Document the new module.
22240
22241 2008-10-11  Jim Meyering  <meyering@redhat.com>
22242
22243         * lib/fclose.c: Fix typo in comment: s/close/fclose/.
22244
22245 2008-10-11  Bruno Haible  <bruno@clisp.org>
22246
22247         New module 'fclose'.
22248         * modules/fclose: New file.
22249         * lib/stdio.in.h (fclose): New declaration.
22250         * lib/fclose.c: New file.
22251         * m4/fclose.m4: New file.
22252         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FCLOSE,
22253         REPLACE_FCLOSE.
22254         * m4/close.m4 (gl_REPLACE_CLOSE): Invoke gl_REPLACE_FCLOSE.
22255         * modules/stdio (Makefile.am): Substitute GNULIB_FCLOSE,
22256         REPLACE_FCLOSE.
22257         * modules/close (Depends-on): fclose.
22258         * doc/posix-functions/fclose.texi: Mention the problem on Windows.
22259
22260 2008-10-11  Bruno Haible  <bruno@clisp.org>
22261
22262         * lib/winsock.c (_gl_close_fd_maybe_socket): If closesocket fails,
22263         set errno and don't call _close.
22264
22265 2008-10-10  Bruno Haible  <bruno@clisp.org>
22266
22267         * lib/copy-acl.c (qcopy_acl) [CYGWIN]: Call chmod before setting the
22268         ACL, not afterwards. Fixes test failure on Cygwin.
22269
22270 2008-10-09  Ben Pfaff  <blp@gnu.org>
22271
22272         * build-aux/announce-gen: Fix gnulib version related part of usage
22273         message.  Die with a useful error message if no tarballs are
22274         found.
22275
22276 2008-10-10  Jim Meyering  <meyering@redhat.com>
22277
22278         bootstrap: use git's --depth=N option only if it's supported
22279         * build-aux/bootstrap: Work with git-1.4.4.4, which does not
22280         recognize the --depth option.  Reported by Pádraig Brady.
22281
22282 2008-10-09  Bruno Haible  <bruno@clisp.org>
22283
22284         New module 'ioctl'.
22285         * modules/ioctl: New file.
22286         * lib/sys_socket.in.h (ioctl): Remove declaration.
22287         * lib/winsock.c: Include <sys/ioctl.h>.
22288         (rpl_ioctl): Define only of the gnulib module 'ioctl' is present.
22289         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Require
22290         gl_SYS_IOCTL_H_DEFAULTS. Set also SYS_IOCTL_H_HAVE_WINSOCK2_H.
22291         * modules/sys_socket (Files): Add m4/sys_ioctl_h.m4.
22292         * doc/posix-functions/ioctl.texi: Mention the new module.
22293
22294 2008-10-09  Bruno Haible  <bruno@clisp.org>
22295
22296         New module 'sys_ioctl'.
22297         * lib/sys_ioctl.in.h: New file.
22298         * m4/sys_ioctl_h.m4: New file.
22299         * modules/sys_ioctl: New file.
22300         * doc/glibc-headers/sys_ioctl.texi: Mention the new module.
22301
22302 2008-10-09  Bruno Haible  <bruno@clisp.org>
22303
22304         * lib/sys_socket.in.h (ioctl): Make signature POSIX compliant.
22305         * lib/winsock.c: Include <stdarg.h>.
22306         (rpl_ioctl): Change to second argument 'int' and then varargs.
22307
22308 2008-10-09  Bruno Haible  <bruno@clisp.org>
22309
22310         * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
22311         when the sys_socket module is present and the system has <winsock2.h>.
22312
22313 2008-10-09  Bruno Haible  <bruno@clisp.org>
22314
22315         * doc/posix-functions/close.texi: Mention module 'close' instead of
22316         module 'sys_socket'.
22317
22318 2008-10-09  Bruno Haible  <bruno@clisp.org>
22319
22320         * doc/glibc-headers/sys_ioctl.texi: New file.
22321         * doc/gnulib.texi: Include it.
22322
22323 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
22324             Bruno Haible  <bruno@clisp.org>
22325
22326         Combine the two replacements of 'close'.
22327         * lib/sys_socket.in.h (close): Define to a reminder to include
22328         <unistd.h>.
22329         (_gl_close_fd_maybe_socket): New declaration.
22330         (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
22331         * lib/winsock.c (close): Remove undefinition.
22332         (_gl_close_fd_maybe_socket): Renamed from rpl_close. Define only when
22333         needed for the gnulib module 'close'.
22334         * lib/unistd.in.h (close): If the gnulib module 'close' is not used,
22335         define to an error symbol or to a warning, if suitable.
22336         * lib/close.c: Include <sys/socket.h>.
22337         (rpl_close): Invoke _gl_close_fd_maybe_socket when gnulib defines it.
22338         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): Set also
22339         UNISTD_H_HAVE_WINSOCK2_H.
22340         (gl_SYS_SOCKET_H_DEFAULTS): Require gl_UNISTD_H_DEFAULTS.
22341         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
22342         UNISTD_H_HAVE_WINSOCK2_H.
22343         * modules/sys_socket (Files): Add m4/unistd_h.m4.
22344         (configure.ac): Set a module indicator.
22345         (Makefile.am): Substitute GNULIB_CLOSE.
22346         * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_WINSOCK2_H.
22347         * modules/poll-tests (Depends-on): Add close.
22348         * modules/select-tests (Depends-on): Likewise.
22349
22350 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
22351             Bruno Haible  <bruno@clisp.org>
22352
22353         New module 'close'.
22354         * modules/close: New file.
22355         * lib/unistd.in.h (close): Move declaration out of the
22356         FCHDIR_REPLACEMENT scope.
22357         (_gl_unregister_fd): New declaration.
22358         * lib/close.c: New file.
22359         * lib/fchdir.c (rpl_close): Remove function.
22360         * m4/close.m4: New file.
22361         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
22362         close.
22363         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_CLOSE and
22364         REPLACE_CLOSE.
22365         * modules/unistd (Makefile.am): Substitute GNULIB_CLOSE and
22366         REPLACE_CLOSE.
22367         * modules/fchdir (Depends-on): Add close.
22368
22369 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
22370             Bruno Haible  <bruno@clisp.org>
22371
22372         * lib/fcntl.in.h (open): Simplify conditionals.
22373         (_gl_register_fd): New declaration.
22374         * lib/fchdir.c (rpl_open): Remove function.
22375         * lib/open.c: When FCHDIR_REPLACEMENT is defined, compile the file
22376         also.
22377         (open): When FCHDIR_REPLACEMENT is defined, invoke _gl_register_fd.
22378         * m4/fchdir.m4 (gl_FUNC_FCHDIR): When replacing fchdir, also replace
22379         open.
22380
22381 2008-10-09  Jim Meyering  <meyering@redhat.com>
22382
22383         GNUmakefile: use the more name-space-friendly "_version"
22384         * top/GNUmakefile (_dummy): Update.
22385         (_version): Rename from "version".
22386
22387 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
22388             Bruno Haible  <bruno@clisp.org>
22389
22390         * lib/fchdir.c (_gl_unregister_fd): New functions, extracted from
22391         rpl_close.
22392         (_gl_register_fd): New function, extracted from rpl_open.
22393         (rpl_close, rpl_closedir): Use _gl_unregister_fd.
22394         (rpl_open, rpl_opendir): Use _gl_register_fd.
22395
22396 2008-10-09  Paolo Bonzini  <bonzini@gnu.org>
22397
22398         Fix organization of 'open' replacement.
22399         * m4/open.m4 (gl_REPLACE_OPEN): New macro.
22400         (gl_FUNC_OPEN): Use it.
22401         (gl_PREREQ_OPEN): Add a : to make the body non-empty.
22402
22403 2008-10-08  Bruno Haible  <bruno@clisp.org>
22404
22405         * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
22406
22407 2008-10-08  Simon Josefsson  <simon@josefsson.org>
22408
22409         * m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock).  The file is
22410         AC_LIBOBJ'ed by each gnulib module that needs it (e.g., socket,
22411         listen).
22412
22413 2008-10-08  Eric Blake  <ebb9@byu.net>
22414
22415         GNUmakefile: add 'make version' target
22416         * top/GNUmakefile (_curr-ver): Split version update rules...
22417         (version): ...into a target.
22418
22419 2008-10-07  Bruno Haible  <bruno@clisp.org>
22420
22421         Use a more portable replacement expression for -0.0L.
22422         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Use -LDBL_MIN * LDBL_MIN
22423         instead of -0.0L. Fix m4 quotation.
22424
22425         * tests/test-signbit.c: Include <float.h>.
22426         (minus_zero): New variable.
22427         (test_signbitl): Use minus_zero instead of -zero.
22428         * modules/signbit-tests (Depends-on): Add float.
22429
22430         * tests/test-ceill.c: Include <float.h>.
22431         (zero): Remove variable.
22432         (minus_zero): New variable.
22433         (main): Use minus_zero instead of -zero.
22434         * modules/ceill-tests (Depends-on): Add float.
22435
22436         * tests/test-floorl.c: Include <float.h>.
22437         (zero): Remove variable.
22438         (minus_zero): New variable.
22439         (main): Use minus_zero instead of -zero.
22440         * modules/floorl-tests (Depends-on): Add float.
22441
22442         * tests/test-roundl.c: Include <float.h>.
22443         (zero): Remove variable.
22444         (minus_zero): New variable.
22445         (main): Use minus_zero instead of -zero.
22446         * modules/roundl-tests (Depends-on): Add float.
22447
22448         * tests/test-truncl.c: Include <float.h>.
22449         (zero): Remove variable.
22450         (minus_zero): New variable.
22451         (main): Use minus_zero instead of -zero.
22452         * modules/truncl-tests (Depends-on): Add float.
22453
22454         * tests/test-frexpl.c (zero): Remove variable.
22455         (minus_zero): New variable.
22456         (main): Use minus_zero instead of -zero.
22457         * modules/frexpl-tests (Depends-on): Add float.
22458
22459         * tests/test-isnan.c (zerol): Remove variable.
22460         (minus_zerol): New variable.
22461         (test_long_double): Use minus_zerol instead of -zerol.
22462         * modules/isnan-tests (Depends-on): Add float.
22463
22464         * tests/test-isnanl.h (zero): Remove variable.
22465         (minus_zero): New variable.
22466         (main): Use minus_zero instead of -zero.
22467         * modules/isnanl-nolibm-tests (Depends-on): Add float.
22468         * modules/isnanl-tests (Depends-on): Add float.
22469
22470         * tests/test-ldexpl.c (zero): Remove variable.
22471         (minus_zero): New variable.
22472         (main): Use minus_zero instead of -zero.
22473         * modules/ldexpl-tests (Depends-on): Add float.
22474
22475         * tests/test-snprintf-posix.h (zerol): Remove variable.
22476         (minus_zerol): New variable.
22477         (test_function): Use minus_zerol instead of -zerol.
22478         * modules/snprintf-posix-tests (Depends-on): Add float.
22479         * modules/vsnprintf-posix-tests (Depends-on): Add float.
22480
22481         * tests/test-sprintf-posix.h (zerol): Remove variable.
22482         (minus_zerol): New variable.
22483         (test_function): Use minus_zerol instead of -zerol.
22484         * modules/sprintf-posix-tests (Depends-on): Add float.
22485         * modules/vsprintf-posix-tests (Depends-on): Add float.
22486
22487         * tests/test-vasnprintf-posix.c (zerol): Remove variable.
22488         (minus_zerol): New variable.
22489         (test_function): Use minus_zerol instead of -zerol.
22490         * modules/vasnprintf-posix-tests (Depends-on): Add float.
22491
22492         * tests/test-vasprintf-posix.c (zerol): Remove variable.
22493         (minus_zerol): New variable.
22494         (test_function): Use minus_zerol instead of -zerol.
22495         * modules/vasprintf-posix-tests (Depends-on): Add float.
22496
22497 2008-10-07  Simon Josefsson  <simon@josefsson.org>
22498
22499         * MODULES.html.sh (Support for building documentation): Mention
22500         pmccabe2html.  Sort entries.
22501
22502         Add pmccabe2html module, from gnupdf.
22503         * build-aux/pmccabe.css: New file.
22504         * build-aux/pmccabe2html: New file.
22505         * m4/pmccabe2html.m4: New file.
22506         * modules/pmccabe2html: New file.
22507
22508 2008-10-07  Richard W.M. Jones <rjones@redhat.com>
22509
22510         flock: new module
22511         * MODULES.html.sh: Add to list of modules.
22512         * lib/flock.c: flock implementation for Windows and Unix systems
22513         which have fcntl.
22514         * doc/glibc-functions/flock.texi: Update documentation.
22515         * lib/sys_file.in.h: <sys/file.h> header file.
22516         * m4/flock.m4: M4 macros.
22517         * m4/sys_file_h.m4: M4 macros for replacement sys/file.h.
22518         * modules/flock: flock module.
22519         * modules/flock-tests: flock tests module.
22520         * modules/sys_file: sys/file.h module.
22521         * tests/test-flock.c: test suite for flock.
22522
22523 2008-10-06  Jim Meyering  <meyering@redhat.com>
22524
22525         bootstrap: check for LT_INIT more portably still ;-)
22526         * build-aux/bootstrap: Don't rely on \>, since it's not portable.
22527         Spotted by Bruno Haible.
22528
22529 2008-10-06  Eric Blake  <ebb9@byu.net>
22530
22531         test-signbit: avoid tripping Irix cc bug on -0.0L
22532         * tests/test-signbit.c (minus_zerol): Delete, and replace with
22533         '-zerol'.  This may break on HP-UX/hppa, but at least makes the
22534         entire testsuite consistent and avoids an Irix 6.2 bug.
22535
22536 2008-10-05  Bruno Haible  <bruno@clisp.org>
22537             Jim Meyering  <jim@meyering.net>
22538
22539         Add an option for ignoring EPIPE during close_stdout.
22540         * lib/closeout.h: Include <stdbool.h>.
22541         (close_stdout_set_ignore_EPIPE): New declaration.
22542         * lib/closeout.c: Include <stdbool.h>.
22543         (ignore_EPIPE): New variable.
22544         (close_stdout_set_ignore_EPIPE): New function.
22545         (close_stdout): Ignore EPIPE error if ignore_EPIPE is set.
22546         * lib/close-stream.c (close_stream): Mention the possible EPIPE
22547         failure.
22548         * modules/closeout (Depends-on): Add stdbool.
22549
22550 2008-10-05  Bruno Haible  <bruno@clisp.org>
22551
22552         * modules/accept: New file.
22553         * modules/bind: New file.
22554         * modules/connect: New file.
22555         * modules/getpeername: New file.
22556         * modules/getsockname: New file.
22557         * modules/getsockopt: New file.
22558         * modules/listen: New file.
22559         * modules/recv: New file.
22560         * modules/recvfrom: New file.
22561         * modules/send: New file.
22562         * modules/sendto: New file.
22563         * modules/setsockopt: New file.
22564         * modules/socket: New file.
22565         * lib/sys_socket.in.h: Include the GL_LINK_WARNING definition.
22566         (socket, connect, accept, bind, getpeername, getsockname, getsockopt,
22567         listen, recv, send, recvfrom, sendto, setsockopt): Declare only when
22568         the particular module is requested. Add a link warning when the
22569         particular module is not requested.
22570         * lib/winsock.c (rpl_socket, rpl_connect, rpl_accept, rpl_bind,
22571         rpl_getpeername, rpl_getsockname, rpl_getsockopt, rpl_listen, rpl_recv,
22572         rpl_send, rpl_recvfrom, rpl_sendto, rpl_setsockopt): Define only when
22573         the particular module is requested.
22574         * m4/sys_socket_h.m4 (gl_SYS_SOCKET_MODULE_INDICATOR,
22575         gl_SYS_SOCKET_H_DEFAULTS): New macros.
22576         (gl_HEADER_SYS_SOCKET): Require gl_SYS_SOCKET_H_DEFAULTS.
22577         * modules/sys_socket (Depends-on): Add link-warning.
22578         (Makeifle.am): Substitute GNULIB_SOCKET, GNULIB_CONNECT, GNULIB_ACCEPT,
22579         GNULIB_BIND, GNULIB_GETPEERNAME, GNULIB_GETSOCKNAME, GNULIB_GETSOCKOPT,
22580         GNULIB_LISTEN, GNULIB_RECV, GNULIB_SEND, GNULIB_RECVFROM,
22581         GNULIB_SENDTO, GNULIB_SETSOCKOPT, and the definition of
22582         GL_LINK_WARNING.
22583         * doc/posix-functions/accept.texi: Mention the new module 'accept'.
22584         * doc/posix-functions/bind.texi: Mention the new module 'bind'.
22585         * doc/posix-functions/connect.texi: Mention the new module 'connect'.
22586         * doc/posix-functions/getpeername.texi: Mention the new module
22587         'getpeername'.
22588         * doc/posix-functions/getsockname.texi: Mention the new module
22589         'getsockname'.
22590         * doc/posix-functions/getsockopt.texi: Mention the new module
22591         'getsockopt'.
22592         * doc/posix-functions/listen.texi: Mention the new module 'listen'.
22593         * doc/posix-functions/recv.texi: Mention the new module 'recv'.
22594         * doc/posix-functions/recvfrom.texi: Mention the new module 'recvfrom'.
22595         * doc/posix-functions/send.texi: Mention the new module 'send'.
22596         * doc/posix-functions/sendto.texi: Mention the new module 'sendto'.
22597         * doc/posix-functions/setsockopt.texi: Mention the new module
22598         'setsockopt'.
22599         * doc/posix-functions/socket.texi: Mention the new module 'socket'.
22600         * modules/poll-tests (Depends-on): Add socket, bind, getsockopt,
22601         listen, connect, accept.
22602         * modules/select-tests (Depends-on): Likewise.
22603
22604 2008-10-05  Bruno Haible  <bruno@clisp.org>
22605
22606         * lib/winsock.c (strerror): Remove unused #undef.
22607         (rpl_close): Remove unused local variable.
22608
22609         * modules/sys_socket (Depends-on); Add errno.
22610
22611 2008-10-05  Bruno Haible  <bruno@clisp.org>
22612
22613         * lib/sys_select.in.h: Include the GL_LINK_WARNING definition.
22614         (select): Add a link warning when the 'select' module is not used.
22615         * modules/sys_select (Depends-on): Add link-warning.
22616         (Makefile.am): Substitute the definition of GL_LINK_WARNING.
22617         Suggested by Paolo Bonzini.
22618
22619 2008-10-05  Jim Meyering  <meyering@redhat.com>
22620
22621         bootstrap: check for LT_INIT more portably
22622         * build-aux/bootstrap: Avoid using grep -E, since it's not
22623         portable enough.  Suggestion from Bruno Haible.
22624
22625 2008-10-05  Bruno Haible  <bruno@clisp.org>
22626
22627         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem
22628         as being fixed by gnulib.
22629
22630 2008-10-05  Bruno Haible  <bruno@clisp.org>
22631
22632         * modules/select-tests: New file, mostly copied from
22633         modules/sys_select-tests.
22634         * tests/test-select.c: New file, mostly copied from
22635         tests/test-sys_select.c.
22636         * tests/test-sys_select.c: Move most of the code to tests/test-select.c.
22637         * modules/sys_select-tests (Depends-on): Remove all dependencies.
22638         (Makefile.am): Remove test_sys_select_LDADD.
22639
22640         * lib/sys_select.in.h (select): If GNULIB_SELECT is not set, define it
22641         to an undefined symbol, for an error message.
22642         * m4/sys_select_h.m4 (gl_SYS_SELECT_MODULE_INDICATOR): New macro.
22643         (gl_SYS_SELECT_H_DEFAULTS): New macro.
22644         (gl_HEADER_SYS_SELECT): Require it. Don't require compilation of
22645         winsock-select.c here.
22646         * modules/sys_select (Files): Remove lib/winsock-select.c.
22647         (Depends-on): Remove alloca.
22648         (Makefile.am): Substitute GNULIB_SELECT.
22649         * modules/select: New file.
22650         * doc/posix-functions/select.texi: Update.
22651
22652 2008-10-05  Bruno Haible  <bruno@clisp.org>
22653
22654         * lib/spawn_faction_addclose.c (__sysconf): Use getdtablesize always.
22655         * lib/spawn_faction_adddup2.c (__sysconf): Likewise.
22656         * lib/spawn_faction_addopen.c (__sysconf): Likewise.
22657         * modules/posix_spawn_file_actions_addclose (Depends-on): Add
22658         getdtablesize.
22659         * modules/posix_spawn_file_actions_adddup2 (Depends-on): Likewise.
22660         * modules/posix_spawn_file_actions_addopen (Depends-on): Likewise.
22661
22662 2008-10-05  Bruno Haible  <bruno@clisp.org>
22663
22664         * modules/getdtablesize-tests: New file.
22665         * tests/test-getdtablesize.c: New file.
22666
22667         New module 'getdtablesize'.
22668         * lib/unistd.in.h (getdtablesize): New declaration.
22669         * lib/getdtablesize.c: New file.
22670         * m4/getdtablesize.m4: New file.
22671         * modules/getdtablesize: New file.
22672         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
22673         GNULIB_GETDTABLESIZE, HAVE_GETDTABLESIZE.
22674         * modules/unistd (Makefile.am): Substitute GNULIB_GETDTABLESIZE,
22675         HAVE_GETDTABLESIZE.
22676         * doc/glibc-functions/getdtablesize.texi: Mention the new module.
22677
22678 2008-10-05  Bruno Haible  <bruno@clisp.org>
22679
22680         * modules/sched (Makefile.am): Fix typo.
22681         Reported by Simon Josefsson.
22682
22683 2008-10-05  Jim Meyering  <meyering@redhat.com>
22684
22685         bootstrap: check for LT_INIT, too
22686         * build-aux/bootstrap: Both AC_PROG_LIBTOOL and AM_PROG_LIBTOOL
22687         are deprecated.  Suggestion from Ralf Wildenhues.
22688
22689 2008-10-05  Bruno Haible  <bruno@clisp.org>
22690
22691         * lib/spawn.in.h (POSIX_SPAWN_*): Use the system's values, rather than
22692         overriding them by ours.
22693         (POSIX_SPAWN_USEVFORK): Use the next free bit position.
22694
22695 2008-10-05  Jim Meyering  <meyering@redhat.com>
22696
22697         bootstrap: check for AC_PROG_LIBTOOL as well as AM_PROG_LIBTOOL
22698         * build-aux/bootstrap: Check for AC_PROG_LIBTOOL, as well as the
22699         obsolete AM_PROG_LIBTOOL.  Spotted by Debarshi Ray <rishi@gnu.org>.
22700
22701 2008-10-04  Bruno Haible  <bruno@clisp.org>
22702
22703         * modules/dup2 (License): Change to LGPLv2+.
22704         * modules/sleep (License): Likewise.
22705         * modules/perror (License): Likewise.
22706         * modules/fopen (License): Change to LGPLv2+, with approval by Eric
22707         Blake.
22708         * modules/signal (License): Likewise.
22709         * modules/sigprocmask (License): Likewise.
22710         * modules/raise (License): Change to LGPLv2+, with approval by Jim
22711         Meyering.
22712
22713 2008-10-04  Bruno Haible  <bruno@clisp.org>
22714
22715         * lib/spawn.in.h (POSIX_SPAWN_*): Undefine before redefining.
22716         Reported by Rainer Tammer <tammer@tammer.net>.
22717
22718 2008-10-03  Paolo Bonzini  <bonzini@gnu.org>
22719             Bruno Haible  <bruno@clisp.org>
22720
22721         * lib/errno.in.h (EWOULDBLOCK) [win32]: Define to EAGAIN.
22722         * lib/winsock.c (set_winsock_errno): Map WSAEWOULDBLOCK to EWOULDBLOCK.
22723         * lib/strerror.c (rpl_strerror): Remove error string for EWOULDBLOCK.
22724
22725 2008-10-03  Kamil Dudka  <kdudka@redhat.com>
22726
22727         filevercmp: new module
22728         * lib/filevercmp.h: New function filevercmp comparing version strings.
22729         * lib/filevercmp.c: Implementation of filevercmp function.
22730         * modules/filevercmp: Module metadata.
22731         * tests/test-filevercmp.c: Unit test for new module.
22732         * modules/filevercmp-tests: Unit test metadata.
22733         * MODULES.html.sh: Add filevercmp module.
22734
22735 2008-10-03  Bruno Haible  <bruno@clisp.org>
22736
22737         * lib/c-ctype.h: Add comment.
22738         Reported by Jim Meyering.
22739
22740 2008-10-02  Bruno Haible  <bruno@clisp.org>
22741
22742         * modules/posix_spawn-internal (Depends-on): Add 'open'.
22743
22744 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
22745
22746         * build-aux/bootstrap: Allow renaming bootstrap, and change the
22747         name of bootstrap.conf accordingly.
22748
22749 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
22750
22751         * build-aux/bootstrap: Install git-merge-changelog configuration
22752         items into .gitconfig if needed.
22753
22754 2008-10-02  Paolo Bonzini  <bonzini@gnu.org>
22755
22756         * build-aux/bootstrap: Recognize `gnulib' being a submodule in a
22757         git repository, and initialize/update it accordingly.
22758
22759 2008-10-02  Richard W.M. Jones  <rjones@redhat.com>
22760
22761         * modules/fsync-tests: New file.
22762         * tests/test-fsync.c: New file.
22763
22764         New module 'fsync'.
22765         * lib/fsync.c: New file.
22766         * m4/fsync.m4: New file.
22767         * modules/fsync: New file.
22768         * lib/unistd.in.h (fsync): New declaration.
22769         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Define and AC_SUBST both
22770         GNULIB_FSYNC and HAVE_FSYNC.
22771         * modules/unistd: Substitute GNULIB_FSYNC and HAVE_FSYNC.
22772         * MODULES.html.sh (posix_functions): Add fsync.
22773         * doc/posix-functions/fsync.texi: Mention the new module.
22774
22775 2008-10-02  Jim Meyering  <meyering@redhat.com>
22776
22777         fts.c: sync with similar code from coreutils' remove.c
22778         * lib/fts.c (dirent_inode_sort_may_be_useful): Merge from coreutils.
22779         Guard also with "#if defined __linux__", since for now at least,
22780         this code is Linux-kernel-specific.
22781
22782 2008-10-02  Jim Meyering  <meyering@redhat.com>
22783
22784         fts: bug fixes
22785         * lib/fts.c: Remove unnecessary "defined" in cpp directive.
22786         Include <sys/vfs.h>, not <sys/statfs.h>.
22787
22788         * m4/fts.m4 (gl_FUNC_FTS_CORE): Fix typo s/vfs/vfs.h/.
22789         Include <sys/vfs.h>, not <sys/statfs.h>.
22790
22791 2008-10-01  Bruno Haible  <bruno@clisp.org>
22792
22793         Avoid the broken posix_spawn function on AIX 5.3 and 6.1.
22794         * m4/posix_spawn.m4 (gl_POSIX_SPAWN_WORKS): New macro.
22795         (gl_POSIX_SPAWN_BODY): Invoke it. Set REPLACE_POSIX_SPAWN if needed.
22796         * doc/posix-functions/posix_spawn.texi: Mention the AIX bugs.
22797         * doc/posix-functions/posix_spawnp.texi: Likewise.
22798         * m4/execute.m4 (gl_EXECUTE): Invoke gl_POSIX_SPAWN_WORKS, to check
22799         whether posix_spawn actually works.
22800         * m4/pipe.m4 (gl_PIPE): Likewise.
22801         * modules/execute (Files): Add m4/posix_spawn.m4.
22802         * modules/pipe (Files): Add m4/posix_spawn.m4.
22803         Reported and analyzed by Rainer Tammer <tammer@tammer.net>.
22804
22805 2008-10-01  Jim Meyering  <meyering@redhat.com>
22806
22807         remove trailing spaces
22808         * NEWS: Likewise.
22809         * lib/poll.c (poll): Likewise.
22810         * lib/sys_socket.in.h (SHUT_RDWR): Likewise.
22811         * lib/winsock.c (rpl_close): Likewise.
22812         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Likewise.
22813         * modules/yield: Likewise.
22814         * tests/test-poll.c (connect_to_socket, poll1): Likewise.
22815         * tests/test-sys_select.c (connect_to_socket): Likewise.
22816
22817         fts.c: adjust a new interface to be more generally useful
22818         * lib/fts.c (dirent_inode_sort_may_be_useful): Take an FD parameter.
22819         (fts_build): Adjust caller.
22820
22821 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22822
22823         * modules/cond-tests: New file.
22824         * tests/test-cond.c: New file.
22825
22826 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22827             Bruno Haible  <bruno@clisp.org>
22828
22829         * modules/cond (Dependencies): Add errno, time.
22830         * lib/glthread/cond.h: Include <time.h>.
22831         (gl_cond_define, gl_cond_define_initialized): Use the same definition
22832         across platforms.
22833
22834 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22835             Bruno Haible  <bruno@clisp.org>
22836
22837         * m4/thread.m4 (gl_THREAD): Fix detection of pthread_atfork function.
22838
22839 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22840             Bruno Haible  <bruno@clisp.org>
22841
22842         * modules/tls-tests (Depends-on): Add thread, yield.
22843         (configure.ac): Remove all checks.
22844         (test_tls_LDADD): Use YIELD_LIB instead of LIBSCHED.
22845         * tests/test-tls.c (gl_thread_t, gl_thread_join, gl_thread_yield,
22846         gl_thread_self): Remove definitions. Include glthread/thread.h and
22847         glthread/yield.h instead.
22848         (test_tls): Pass an additional NULL argument to gl_thread_join.
22849
22850 2008-09-30  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
22851             Bruno Haible  <bruno@clisp.org>
22852
22853         * modules/lock-tests (Depends-on): Add thread, yield.
22854         (configure.ac): Remove all checks.
22855         (test_lock_LDADD): Use YIELD_LIB instead of LIBSCHED.
22856         * tests/test-lock.c (gl_thread_t, gl_thread_join, gl_thread_yield,
22857         gl_thread_self): Remove definitions. Include glthread/thread.h and
22858         glthread/yield.h instead.
22859         (test_lock, test_rwlock, test_recursive_lock, test_once): Pass an
22860         additional NULL argument to gl_thread_join.
22861
22862 2008-09-30  Bruno Haible  <bruno@clisp.org>
22863
22864         Fix the Win32 implementation of the 'thread' module.
22865         * lib/glthread/thread.h [USE_WIN32_THREADS] (gl_thread_t): Change to a
22866         pointer type.
22867         (gl_thread_self): Invoke gl_thread_self_func.
22868         (gl_thread_self_func): New declaration.
22869         * lib/glthread/thread.c [USE_WIN32_THREADS] (self_key): New variable.
22870         (do_init_self_key, init_self_key): New functions.
22871         (struct gl_thread_struct): Renamed from 'struct thread_extra'.
22872         Remove some fields.
22873         (running_threads, running_lock): Remove variables.
22874         (get_current_thread_handle): New function.
22875         (gl_thread_self_func, wrapper_func, glthread_create_func,
22876         glthread_join_func, gl_thread_exit_func): Largely rewritten and
22877         simplified.
22878
22879 2008-09-30  Bruno Haible  <bruno@clisp.org>
22880
22881         * lib/winsock-select.c (win32_poll_handle): Add shortcut for regular
22882         files.
22883
22884 2008-09-30  Jim Meyering  <meyering@redhat.com>
22885
22886         fts.m4: correct the test for statfs.f_type
22887         * m4/fts.m4 (gl_FUNC_FTS_CORE): Include <sys/statfs.h>
22888         when checking for statfs.f_type.
22889
22890 2008-09-15  Simon Josefsson  <simon@josefsson.org>
22891
22892         tests: avoid some compiler warnings
22893         * tests/test-memchr.c (main): Pass NULL indirectly.
22894         * tests/test-getdate.c (main): Remove unused variable 'ret'.
22895
22896 2008-09-29  OndÅ™ej Vašík  <ovasik@redhat.com>
22897
22898         getdate.y: disallow countable dayshifts like "4 yesterday ago"
22899         * lib/getdate.y (relative_time_table) [tDAY_SHIFT]: New type for
22900         exactly specified dayshifts.
22901         (dayshift): New rule.
22902         (rel): Add dayshift.
22903         (relative_time_table) [tomorrow, yesterday, today, now]:
22904         Use tDAY_SHIFT in place of tDAY_UNIT.
22905         * tests/test-getdate.c: Add tests for now-disallowed countable
22906         dayshifts, e.g., "4 yesterday ago".
22907
22908 2008-09-29  Bruno Haible  <bruno@clisp.org>
22909
22910         * tests/test-posix_spawn1.c: Renamed from tests/test-posix_spawn.c.
22911         * tests/test-posix_spawn1.in.sh: Renamed from
22912         tests/test-posix_spawn.in.sh.
22913         * tests/test-posix_spawn2.c: New file.
22914         * tests/test-posix_spawn2.in.sh: New file.
22915         * modules/posix_spawnp-tests (Files): Update.
22916         (Makefile.am): Update. Add test-posix_spawn2 to the tests.
22917
22918 2008-09-29  Bruno Haible  <bruno@clisp.org>
22919
22920         Propagate effects of putenv/setenv/unsetenv to child processes.
22921         * lib/execute.c (execute): Use spawnvpe instead of spawnvp.
22922         * lib/pipe.c (create_pipe): Likewise.
22923
22924 2008-09-29  Bruno Haible  <bruno@clisp.org>
22925
22926         Enable use of shell scripts as executables in mingw.
22927         * lib/execute.c (execute): When spawnv fails with error ENOEXEC,
22928         run the program as a shell script.
22929         * lib/pipe.c (create_pipe): Likewise.
22930         * lib/w32spawn.h (prepare_spawn): Add a hidden element in front of the
22931         resulting array.
22932
22933 2008-09-29  Eric Blake  <ebb9@byu.net>
22934
22935         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): Fix typo.
22936
22937 2008-08-24  Paolo Bonzini  <bonzini@gnu.org>
22938
22939         * doc/posix-functions/accept.texi: Update mingw problems.
22940         * doc/posix-functions/bind.texi: Update mingw problems.
22941         * doc/posix-functions/close.texi: Update mingw problems.
22942         * doc/posix-functions/connect.texi: Update mingw problems.
22943         * doc/posix-functions/getpeername.texi: Update mingw problems.
22944         * doc/posix-functions/getsockname.texi: Update mingw problems.
22945         * doc/posix-functions/getsockopt.texi: Update mingw problems.
22946         * doc/posix-functions/ioctl.texi: Update mingw problems.
22947         * doc/posix-functions/listen.texi: Update mingw problems.
22948         * doc/posix-functions/recv.texi: Update mingw problems.
22949         * doc/posix-functions/recvfrom.texi: Update mingw problems.
22950         * doc/posix-functions/select.texi: Update mingw problems.
22951         * doc/posix-functions/send.texi: Update mingw problems.
22952         * doc/posix-functions/sendto.texi: Update mingw problems.
22953         * doc/posix-functions/setsockopt.texi: Update mingw problems.
22954         * doc/posix-functions/socket.texi: Update mingw problems.
22955
22956 2008-09-29  Paolo Bonzini  <bonzini@gnu.org>
22957             Bruno Haible  <bruno@clisp.org>
22958
22959         * lib/sys_select.in.h: Include sys/time.h.
22960         * m4/sys_select.h.m4: Test that struct timeval is fully defined.
22961         * modules/sys_select: Depend on sys_time.
22962         * tests/test-sys_select.c: Test that sys/select.h defines struct
22963         timeval fully.
22964
22965 2008-09-29  Bruno Haible  <bruno@clisp.org>
22966
22967         * lib/sys_socket.in.h: Wrap the definitions in 'extern "C"'.
22968         * lib/sys_select.in.h: Likewise.
22969
22970 2008-09-29  Bruno Haible  <bruno@clisp.org>
22971
22972         * lib/winsock.c (rpl_close, rpl_socket): Remove unused variables.
22973
22974 2008-09-29  Bruno Haible  <bruno@clisp.org>
22975
22976         * m4/sockets.m4 (gl_SOCKETS): Check also for the need to use -lsocket.
22977         Set LIBSOCKET instead of augmenting LIBS.
22978         * modules/sockets (Link): New section.
22979         * modules/sockets-tests (test_sockets_LDADD): New variable.
22980         * modules/sys_select-tests (test_sys_select_LDADD): New variable.
22981         * modules/poll-tests (test_poll_LDADD): New variable.
22982         * NEWS: Document the change.
22983
22984 2008-09-29  Bruno Haible  <bruno@clisp.org>
22985
22986         * m4/arpa_inet_h.m4 (gl_REPLACE_ARPA_INET_H): New macro.
22987         * m4/inet_ntop.m4 (gl_INET_NTOP): Invoke it instead of assigning
22988         ARPA_INET_H directly.
22989         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
22990
22991 2008-09-28  Bruno Haible  <bruno@clisp.org>
22992
22993         * m4/sys_socket_h.m4 (gl_PREREQ_SYS_H_WINSOCK2): New macro, extracted
22994         from gl_HEADER_SYS_SOCKET.
22995         (gl_HEADER_SYS_SOCKET): Invoke it.
22996         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
22997
22998 2008-09-28  Bruno Haible  <bruno@clisp.org>
22999
23000         * doc/posix-headers/sys_select.texi: Mention 'struct timeval' problem.
23001         * tests/test-sys_select.c: Include <sys/time.h>, for struct timeval.
23002         Needed on OSF/1 4.0.
23003
23004 2008-09-28  Bruno Haible  <bruno@clisp.org>
23005
23006         Override open more carefully.
23007         * lib/open.c (orig_open): New function.
23008         (rpl_open): Use orig_open instead of open.
23009         * lib/fcntl.in.h: Add special invocation convention.
23010         * m4/open.m4 (gl_PREREQ_OPEN): New macro.
23011         (gl_FUNC_OPEN): Invoke it.
23012
23013         Override freopen more carefully.
23014         * lib/freopen.c (orig_freopen): New function.
23015         (rpl_freopen): Use orig_freopen instead of freopen.
23016         * m4/freopen.m4 (gl_PREREQ_FREOPEN): New macro.
23017         (gl_FUNC_FREOPEN): Invoke it.
23018
23019         Override fopen more carefully.
23020         * lib/fopen.c (orig_fopen): New function.
23021         (rpl_fopen): Use orig_fopen instead of fopen.
23022         * m4/fopen.m4 (gl_PREREQ_FOPEN): New macro.
23023         (gl_FUNC_FOPEN): Invoke it.
23024         Needed on AIX. Reported by Rainer Tammer <tammer@tammer.net>.
23025
23026 2008-09-28  Bruno Haible  <bruno@clisp.org>
23027
23028         * lib/pipe.h (create_pipe_out, create_pipe_bidi): Add comment about
23029         SIGPIPE.
23030
23031 2008-09-28  Bruno Haible  <bruno@clisp.org>
23032
23033         * tests/test-sigaction.c (handler, main): Disable the check whether
23034         SA_RESETHAND has reverted the installed handler to SIG_DFL. Needed on
23035         glibc systems with LinuxThreads.
23036
23037 2008-09-28  Bruno Haible  <bruno@clisp.org>
23038
23039         * doc/posix-functions/freopen.texi: Mention the trailing slash problem.
23040
23041         * lib/stdio.in.h (fopen, freopen): Undefine before redefining. Needed
23042         with AIX xlc.
23043         * lib/fcntl.in.h (open): Likewise.
23044         Reported by Rainer Tammer <tammer@tammer.net>.
23045
23046 2008-09-28  Bruno Haible  <bruno@clisp.org>
23047
23048         * modules/posix_spawnp-tests: New file.
23049         * tests/test-posix_spawn.c: New file.
23050         * tests/test-posix_spawn.in.sh: New file.
23051
23052         New module 'posix_spawnp'.
23053         * modules/posix_spawnp: New file.
23054         * lib/spawnp.c: New file, from GNU libc with modifications.
23055         * doc/posix-functions/posix_spawnp.texi: Mention the new module.
23056
23057         New module 'posix_spawn'.
23058         * modules/posix_spawn: New file.
23059         * lib/spawn.c: New file, from GNU libc with modifications.
23060         * doc/posix-functions/posix_spawn.texi: Mention the new module.
23061
23062         New module 'posix_spawnattr_destroy'.
23063         * modules/posix_spawnattr_destroy: New file.
23064         * lib/spawnattr_destroy.c: New file, from GNU libc with modifications.
23065         * doc/posix-functions/posix_spawnattr_destroy.texi: Mention the new
23066         module.
23067
23068         New module 'posix_spawnattr_setsigmask'.
23069         * modules/posix_spawnattr_setsigmask: New file.
23070         * lib/spawnattr_setsigmask.c: New file, from GNU libc with
23071         modifications.
23072         * doc/posix-functions/posix_spawnattr_setsigmask.texi: Mention the
23073         new module.
23074
23075         New module 'posix_spawnattr_getsigmask'.
23076         * modules/posix_spawnattr_getsigmask: New file.
23077         * lib/spawnattr_getsigmask.c: New file, from GNU libc with
23078         modifications.
23079         * doc/posix-functions/posix_spawnattr_getsigmask.texi: Mention the
23080         new module.
23081
23082         New module 'posix_spawnattr_setsigdefault'.
23083         * modules/posix_spawnattr_setsigdefault: New file.
23084         * lib/spawnattr_setdefault.c: New file, from GNU libc with
23085         modifications.
23086         * doc/posix-functions/posix_spawnattr_setsigdefault.texi: Mention the
23087         new module.
23088
23089         New module 'posix_spawnattr_getsigdefault'.
23090         * modules/posix_spawnattr_getsigdefault: New file.
23091         * lib/spawnattr_getdefault.c: New file, from GNU libc with
23092         modifications.
23093         * doc/posix-functions/posix_spawnattr_getsigdefault.texi: Mention the
23094         new module.
23095
23096         New module 'posix_spawnattr_setschedpolicy'.
23097         * modules/posix_spawnattr_setschedpolicy: New file.
23098         * lib/spawnattr_setschedpolicy.c: New file, from GNU libc with
23099         modifications.
23100         * doc/posix-functions/posix_spawnattr_setschedpolicy.texi: Mention the
23101         new module.
23102
23103         New module 'posix_spawnattr_getschedpolicy'.
23104         * modules/posix_spawnattr_getschedpolicy: New file.
23105         * lib/spawnattr_getschedpolicy.c: New file, from GNU libc with
23106         modifications.
23107         * doc/posix-functions/posix_spawnattr_getschedpolicy.texi: Mention the
23108         new module.
23109
23110         New module 'posix_spawnattr_setschedparam'.
23111         * modules/posix_spawnattr_setschedparam: New file.
23112         * lib/spawnattr_setschedparam.c: New file, from GNU libc with
23113         modifications.
23114         * doc/posix-functions/posix_spawnattr_setschedparam.texi: Mention the
23115         new module.
23116
23117         New module 'posix_spawnattr_getschedparam'.
23118         * modules/posix_spawnattr_getschedparam: New file.
23119         * lib/spawnattr_getschedparam.c: New file, from GNU libc with
23120         modifications.
23121         * doc/posix-functions/posix_spawnattr_getschedparam.texi: Mention the
23122         new module.
23123
23124         New module 'posix_spawnattr_setpgroup'.
23125         * modules/posix_spawnattr_setpgroup: New file.
23126         * lib/spawnattr_setpgroup.c: New file, from GNU libc with
23127         modifications.
23128         * doc/posix-functions/posix_spawnattr_setpgroup.texi: Mention the new
23129         module.
23130
23131         New module 'posix_spawnattr_getpgroup'.
23132         * modules/posix_spawnattr_getpgroup: New file.
23133         * lib/spawnattr_getpgroup.c: New file, from GNU libc with
23134         modifications.
23135         * doc/posix-functions/posix_spawnattr_getpgroup.texi: Mention the new
23136         module.
23137
23138         New module 'posix_spawnattr_setflags'.
23139         * modules/posix_spawnattr_setflags: New file.
23140         * lib/spawnattr_setflags.c: New file, from GNU libc with modifications.
23141         * doc/posix-functions/posix_spawnattr_setflags.texi: Mention the new
23142         module.
23143
23144         New module 'posix_spawnattr_getflags'.
23145         * modules/posix_spawnattr_getflags: New file.
23146         * lib/spawnattr_getflags.c: New file, from GNU libc with modifications.
23147         * doc/posix-functions/posix_spawnattr_getflags.texi: Mention the new
23148         module.
23149
23150         New module 'posix_spawnattr_init'.
23151         * modules/posix_spawnattr_init: New file.
23152         * lib/spawnattr_init.c: New file, from GNU libc with modifications.
23153         * doc/posix-functions/posix_spawnattr_init.texi: Mention the new
23154         module.
23155
23156         New module 'posix_spawn_file_actions_destroy'.
23157         * modules/posix_spawn_file_actions_destroy: New file.
23158         * lib/spawn_faction_destroy.c: New file, from GNU libc with
23159         modifications.
23160         * doc/posix-functions/posix_spawn_file_actions_destroy.texi: Mention
23161         the new module.
23162
23163         New module 'posix_spawn_file_actions_addopen'.
23164         * modules/posix_spawn_file_actions_addopen: New file.
23165         * lib/spawn_faction_addopen.c: New file, from GNU libc with
23166         modifications.
23167         * doc/posix-functions/posix_spawn_file_actions_addopen.texi: Mention
23168         the new module.
23169
23170         New module 'posix_spawn_file_actions_adddup2'.
23171         * modules/posix_spawn_file_actions_adddup2: New file.
23172         * lib/spawn_faction_adddup2.c: New file, from GNU libc with
23173         modifications.
23174         * doc/posix-functions/posix_spawn_file_actions_adddup2.texi: Mention
23175         the new module.
23176
23177         New module 'posix_spawn_file_actions_addclose'.
23178         * modules/posix_spawn_file_actions_addclose: New file.
23179         * lib/spawn_faction_addclose.c: New file, from GNU libc with
23180         modifications.
23181         * doc/posix-functions/posix_spawn_file_actions_addclose.texi: Mention
23182         the new module.
23183
23184         New module 'posix_spawn_file_actions_init'.
23185         * modules/posix_spawn_file_actions_init: New file.
23186         * lib/spawn_faction_init.c: New file, from GNU libc with modifications.
23187         * doc/posix-functions/posix_spawn_file_actions_init.texi: Mention the
23188         new module.
23189
23190         New module 'posix_spawn-internal'.
23191         * modules/posix_spawn-internal: New file.
23192         * lib/spawn_int.h: New file, from GNU libc with modifications.
23193         * lib/spawni.c: New file, from GNU libc with modifications.
23194         * m4/posix_spawn.m4: New file.
23195
23196         New module 'spawn'.
23197         * modules/spawn: New file.
23198         * lib/spawn.in.h: New file, from GNU libc with modifications.
23199         * m4/spawn_h.m4: New file.
23200         * doc/posix-headers/spawn.texi: Mention the new module.
23201
23202 2008-09-28  Bruno Haible  <bruno@clisp.org>
23203
23204         * modules/sched-tests: New file.
23205         * tests/test-sched.c: New file.
23206
23207         New module 'sched'.
23208         * modules/sched: New file.
23209         * lib/sched.in.h: New file.
23210         * m4/sched_h.m4: New file.
23211         * doc/posix-headers/sched.texi: Mention the new module.
23212
23213 2008-09-27  Eric Blake  <ebb9@byu.net>
23214
23215         Fix previous patch, and tweak references to $0.
23216         * posix-modules: Call func_gnulib_dir before using $gnulib_dir.
23217         (func_version, func_gnulib_dir): Don't call this program
23218         gnulib-tool.
23219         (func_gnulib_dir, func_tmpdir, func_fatal_error): Avoid shell bugs
23220         with using $0 in function.
23221         * gnulib-tool (func_gnulib_dir, func_tmpdir): Likewise.
23222         (func_fatal_error): Reuse the name the user invoked us with.
23223
23224 2008-09-27  Bruno Haible  <bruno@clisp.org>
23225
23226         * m4/iconv_h.m4 (gl_REPLACE_ICONV_H): New macro.
23227         (gl_ICONV_H_DEFAULTS): Initialize ICONV_H here...
23228         (gl_ICONV_H): Not here.
23229         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): Invoke gl_REPLACE_ICONV_H
23230         instead of assigning ICONV_H directly.
23231
23232         * m4/wchar.m4 (gl_REPLACE_WCHAR_H): New macro.
23233         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Invoke it instead of assigning
23234         WCHAR_H directly.
23235
23236 2008-09-27  Bruno Haible  <bruno@clisp.org>
23237
23238         * lib/arpa_inet.in.h: Include the GL_LINK_WARNING anchor.
23239         * modules/arpa_inet (Depends-on): Add link-warning.
23240         (Makefile.am): Insert the definition of GL_LINK-WARNING.
23241         * modules/unistd (Makefile.am): Likewise.
23242
23243 2008-09-26  Bruno Haible  <bruno@clisp.org>
23244
23245         * posix-modules (cvsdatestamp, last_checkin_date, version): Remove
23246         variables.
23247         (func_version): Essentially copied from gnulib-tool.
23248         (func_exit, func_gnulib_dir, func_tmpdir, func_fatal_error,
23249         func_readlink): Copied from gnulib-tool.
23250
23251 2008-09-26  Bruno Haible  <bruno@clisp.org>
23252
23253         * gnulib-tool (func_version): Change directory to $gnulib_dir before
23254         invoking git-version-gen.
23255
23256 2008-09-26  Bruno Haible  <bruno@clisp.org>
23257
23258         * posix-modules: Update to directory names changed on 2008-01-19.
23259         Remove commas in output before splitting into words. No more need to
23260         avoid 'ftruncate' since 2007-02-19.
23261
23262 2008-09-26  Bruno Haible  <bruno@clisp.org>
23263
23264         * doc/posix-headers/errno.texi: Remove mention of module 'EOVERFLOW'.
23265
23266 2008-09-26  Bruno Haible  <bruno@clisp.org>
23267
23268         * lib/fwriteerror.c (do_fwriteerror): Ignore error EPIPE.
23269         * modules/fwriteerror (Depends-on): Add errno.
23270
23271 2008-09-26  Bruno Haible  <bruno@clisp.org>
23272
23273         * tests/test-vc-list-files-git.sh: Explain reason for skipping test.
23274         * tests/test-vc-list-files-cvs.sh: Likewise.
23275
23276 2008-09-26  Bruno Haible  <bruno@clisp.org>
23277
23278         * doc/posix-headers/sys_resource.texi: Reorder items.
23279
23280 2008-09-26  Jim Meyering  <meyering@redhat.com>
23281
23282         fts: tweak inode comparison function
23283         * lib/fts.c (fts_compare_ino): Sort on increasing, not decreasing
23284         inode numbers, as documented.
23285
23286         fts: sort dirent entries on inode number before traversing
23287         This avoids a quadratic, seek-related performance penalty when
23288         operating on a directory containing many entries (measurable at 10k;
23289         3.5 hours at 2 million entries with a cold cache) on certain types
23290         of file systems, including ext3 and ext4, but not tmpfs.
23291         * lib/fts.c (DT_MUST_BE, NOT_AN_INODE_NUMBER, D_INO): Define.
23292         (FTS_INODE_SORT_DIR_ENTRIES_THRESHOLD): Define if not defined.
23293         (S_MAGIC_TMPFS, S_MAGIC_NFS): Define.
23294         (fs_handles_readdir_ordered_dirents_efficiently): New function.
23295         (dirent_inode_sort_may_be_useful, fts_compare_ino): Likewise.
23296         (fts_build): Set the stat.st_ino member from D_INO.
23297         If it is likely to be useful, sort dirent entries on inode number.
23298
23299         * m4/fts.m4 (gl_FUNC_FTS_CORE): Check for fstatfs, sys/vfs.h,
23300         and the struct statfs.f_type member.
23301         * modules/fts (Depends-on): Add d-ino.
23302
23303 2008-09-26  Bruno Haible  <bruno@clisp.org>
23304
23305         * modules/sigpipe-die (Depends-on): Add sigpipe.
23306
23307         * lib/stdio.in.h (fprintf, vfprintf, printf, vprintf, fputc, putc,
23308         putchar, fputs, puts, fwrite): Replace when REPLACE_STDIO_WRITE_FUNCS
23309         and GNULIB_STDIO_H_SIGPIPE are set.
23310         * lib/stdio-write.c: New file.
23311         * m4/stdio_h.m4 (gl_STDIO_H): Set GNULIB_FPRINTF, GNULIB_PRINTF,
23312         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
23313         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
23314         REPLACE_STDIO_WRITE_FUNCS.
23315         (gl_STDIO_H_DEFAULTS): Initialize GNULIB_FPRINTF, GNULIB_PRINTF,
23316         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
23317         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
23318         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
23319         * modules/stdio (Files): Add lib/stdio-write.c.
23320         (Makefile.am): Substitute GNULIB_FPRINTF, GNULIB_PRINTF,
23321         GNULIB_VFPRINTF, GNULIB_VPRINTF, GNULIB_FPUTC, GNULIB_PUTC,
23322         GNULIB_PUTCHAR, GNULIB_FPUTS, GNULIB_PUTS, GNULIB_FWRITE,
23323         GNULIB_STDIO_H_SIGPIPE, REPLACE_STDIO_WRITE_FUNCS.
23324         * m4/fprintf-posix.m4 (gl_REPLACE_FPRINTF): Define
23325         REPLACE_FPRINTF_POSIX.
23326         * m4/printf-posix-rpl.m4 (gl_REPLACE_PRINTF): Define
23327         REPLACE_PRINTF_POSIX.
23328         * m4/vfprintf-posix.m4 (gl_REPLACE_VFPRINTF): Define
23329         REPLACE_VFPRINTF_POSIX.
23330         * m4/vprintf-posix.m4 (gl_REPLACE_VPRINTF): Define
23331         REPLACE_VPRINTF_POSIX.
23332         * doc/posix-functions/fprintf.texi: Mention the sigpipe module and the
23333         SIGPIPE issue.
23334         * doc/posix-functions/fputc.texi: Likewise.
23335         * doc/posix-functions/fputs.texi: Likewise.
23336         * doc/posix-functions/fwrite.texi: Likewise.
23337         * doc/posix-functions/printf.texi: Likewise.
23338         * doc/posix-functions/putc.texi: Likewise.
23339         * doc/posix-functions/putchar.texi: Likewise.
23340         * doc/posix-functions/puts.texi: Likewise.
23341         * doc/posix-functions/vfprintf.texi: Likewise.
23342         * doc/posix-functions/vprintf.texi: Likewise.
23343
23344         * modules/safe-write (Depends-on): Add write.
23345
23346         * modules/sigpipe-tests: New file.
23347         * tests/test-sigpipe.c: New file.
23348         * tests/test-sigpipe.sh: New file.
23349
23350         * modules/write: New file.
23351         * lib/unistd.in.h: Include <sys/types.h>.
23352         (write): New declaration.
23353         * lib/write.c: New file.
23354         * m4/write.m4: New file.
23355         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
23356         GNULIB_UNISTD_H_SIGPIPE, GNULIB_WRITE, REPLACE_WRITE.
23357         * modules/unistd (Makefile.am): Substitute GNULIB_UNISTD_H_SIGPIPE,
23358         GNULIB_WRITE, REPLACE_WRITE.
23359         * doc/posix-functions/write.texi: Mention the write, sigpipe modules
23360         and the SIGPIPE issue.
23361
23362         * lib/signal.in.h (SIGPIPE): Define to a replacement value.
23363         (raise): New declaration.
23364         * lib/sigprocmask.c (SIGPIPE_handler): New variable.
23365         (ext_signal): New function.
23366         (rpl_raise): New function.
23367         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Initialize
23368         GNULIB_SIGNAL_H_SIGPIPE.
23369         * modules/signal (Makefile.am): Substitute GNULIB_SIGNAL_H_SIGPIPE.
23370         * doc/posix-headers/signal.texi: Mention the SIGPIPE issue.
23371
23372         * modules/sigpipe: New file.
23373         * m4/sigpipe.m4: New file.
23374
23375 2008-09-25  Derek Price  <derek@ximbiot.com>
23376             Bruno Haible  <bruno@clisp.org>
23377
23378         * gnulib-tool (func_import): Report all license incompatibilities, not
23379         just the first one.
23380
23381 2008-09-25  Bruno Haible  <bruno@clisp.org>
23382
23383         * gnulib-tool (func_import): When computing the edits, consider not
23384         only the Makefile.ams that exist but also those that will be generated.
23385
23386 2008-09-25  Simon Josefsson  <simon@josefsson.org>
23387
23388         * modules/sys_select-tests (Depends-on): Remove sys_select itself,
23389         fixes gnulib-tool --test warning about duplicate dependency.
23390
23391 2008-09-25  Bruno Haible  <bruno@clisp.org>
23392
23393         * gnulib-tool: Don't ask the user to perform edits in the generated
23394         Makefile.ams.
23395         (func_emit_lib_Makefile_am): Emit empty SUBDIRS. Execute edits that
23396         apply to the Makefile.am being generated.
23397         (func_emit_tests_Makefile_am): Execute edits that apply to the
23398         Makefile.am being generated.
23399         (func_import): Setup list of Makefile.am edits before emitting the
23400         Makefile.ams, not at the end.
23401         (func_create_testdir): Update.
23402         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
23403
23404 2008-09-25  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23405
23406         * gnulib-tool (func_import): Store the --tests-base option in the
23407         comment in gnulib-cache.m4.
23408
23409 2008-09-24  Paolo Bonzini  <bonzini@gnu.org>
23410
23411         * NEWS: Document increased portability that sys_select now provides.
23412
23413         * lib/sys_select.in.h: Install select wrapper.
23414         * lib/sys_socket.in.h: Use more descriptive name when there is no
23415         select wrapper.
23416         * lib/winsock-select.c: New.
23417         * m4/sys_select_h.m4: Compile lib/winsock-select.c if WinSock is used.
23418         Require gl_HEADER_SYS_SOCKET.
23419         * modules/sys_select: Depend on alloca, add lib/winsock-select.c.
23420         * modules/sys_select-tests: Copy dependencies from modules/poll-tests.
23421         * tests/test-sys_select.c: Add functional tests.
23422
23423 2008-09-24  Eric Blake  <ebb9@byu.net>
23424
23425         open, fopen: close fd leak in last patch
23426         * lib/open.c (rpl_open): Close fd before returning error.
23427         * lib/fopen.c (rpl_fopen): Close fd before returning error.
23428         * doc/posix-functions/open.texi (open): Document that Irix also
23429         has the bug.
23430         * doc/posix-functions/fopen.texi (fopen): Likewise.
23431         Reported by Paolo Bonzini.
23432
23433 2008-09-24  Bruno Haible  <bruno@clisp.org>
23434
23435         Ensure that a filename ending in a slash cannot be used to access a
23436         non-directory.
23437         * lib/open.c (rpl_open): When the filename ends in a slash, use fstat()
23438         to check whether it's really a directory.
23439         * lib/fopen.c: Include fcntl.h, unistd.h.
23440         (rpl_fopen): When the filename ends in a slash, use open(), fstat(),
23441         and fdopen().
23442         * modules/fopen (Depends-on): Add unistd.
23443         * tests/test-open.c (main): Try to open "/dev/null/" as a directory.
23444         * tests/test-fopen.c (main): Likewise.
23445         * doc/posix-functions/open.texi: Mention the HP-UX, Solaris bug.
23446         * doc/posix-functions/fopen.texi: Likewise.
23447         Reported by Eric Blake.
23448
23449 2008-09-23  Eric Blake  <ebb9@byu.net>
23450
23451         c-stack: avoid compiler optimizations when provoking overflow
23452         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Make
23453         recursion harder to optimize, to ensure a stack overflow occurs.
23454         * tests/test-c-stack.c (recurse): Likewise.
23455         Borrowed from libsigsegv.
23456
23457         c-stack: work around Irix sigaltstack bug
23458         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check
23459         whether sigaltstack uses wrong end of stack_t (copied in part from
23460         libsigsegv).
23461         * lib/c-stack.c (c_stack_action) [!HAVE_LIBSIGSEGV]: Work around
23462         Irix bug, without requiring an over-allocation.
23463         * doc/posix-functions/sigaltstack.texi (sigaltstack): Document the
23464         bug.
23465
23466         fopen: document mingw bug on directories
23467         * doc/posix-functions/fopen.texi (fopen): Mention mingw bug for
23468         not allowing a stream visiting a directory, even though reading
23469         from such a stream is not portable.
23470
23471 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
23472
23473         * lib/poll.c: Rewrite.
23474         * modules/poll: Depend on alloca.
23475
23476 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
23477
23478         * lib/sys_socket.in.h: Do not implement rpl_setsockopt here,
23479         instead define prototypes for a full set of wrappers.  Ensure
23480         that Cygwin does not use the compatibility code, which is only
23481         for MinGW.
23482         * lib/winsock.c: New.
23483         * m4/sys_socket_h.m4: Compile lib/winsock.c if WinSock is being used.
23484         * modules/sys_socket: Add lib/winsock.c.
23485
23486         * modules/poll-tests: Add errno and perror.
23487         * tests/test-poll.c: Use ioctl, not ioctlsocket.
23488
23489 2008-09-23  Paolo Bonzini  <bonzini@gnu.org>
23490
23491         * tests/test-poll.c: Downgrade minimum needed Winsock version.
23492
23493 2008-09-23  Bruno Haible  <bruno@clisp.org>
23494
23495         * doc/posix-functions/*: Add info about functions missing on IRIX 5.3.
23496         * doc/glibc-functions/*: Likewise.
23497
23498 2008-09-23  Simon Josefsson  <simon@josefsson.org>
23499
23500         * tests/test-perror.sh (tmpfiles): Cleanup temporary files on
23501         success.
23502
23503 2008-09-22  Eric Blake  <ebb9@byu.net>
23504             Bruno Haible  <bruno@clisp.org>
23505
23506         vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)
23507         * lib/vasnprintf.c (VASNPRINTF): Support 0.0 on platforms that
23508         supply %A but mishandle pseudo-NaN.
23509         Reported by Simon Josefsson.
23510
23511 2008-09-21  Bruno Haible  <bruno@clisp.org>
23512
23513         * tests/test-lock.c (main): Tweak skip message.
23514         * tests/test-tls.c (main): Likewise.
23515
23516 2008-09-21  Bruno Haible  <bruno@clisp.org>
23517
23518         * m4/sigaction.m4 (gl_SIGACTION): Remove unnecessary AC_SUBST. Check
23519         whether 'struct sigaction' has sa_sigaction here...
23520         (gl_PREREQ_SIG_HANDLER_H): ... not here.
23521         (gl_PREREQ_SIGACTION): Remove unnecessary AC_SUBST.
23522
23523 2008-09-21  Bruno Haible  <bruno@clisp.org>
23524
23525         * MODULES.html.sh (Support for obsolete systems lacking ANSI C 89): New
23526         section.
23527         (Support for systems lacking ANSI C 89): Move stdlib, exit, strtol,
23528         strtoul, memchr, memcmp, memcpy, memmove, memset, strcspn, strpbrk to
23529         the new section.
23530         (Support for obsolete systems lacking POSIX:2001): New section.
23531         (String handling <string.h>): Move strdup to the new section.
23532         Suggested by Simon Josefsson and Paolo Bonzini.
23533
23534 2008-09-21  Bruno Haible  <bruno@clisp.org>
23535
23536         * tests/test-vasnprintf-posix.c (test_function): Allow 3-digit
23537         exponents in %e and %g results on 'long double'. Needed for mingw's
23538         improved *printf functions.
23539         * tests/test-vasprintf-posix.c (test_function): Likewise.
23540         * tests/test-snprintf-posix.h (test_function): Likewise.
23541         * tests/test-sprintf-posix.h (test_function): Likewise.
23542         Reported by Eric Blake.
23543
23544 2008-09-21  Bruno Haible  <bruno@clisp.org>
23545
23546         * tests/test-snprintf-posix.h (test_function): Remove useless ASSERTs.
23547         * tests/test-sprintf-posix.h (test_function): Likewise.
23548
23549 2008-09-21  Bruno Haible  <bruno@clisp.org>
23550
23551         * modules/getpass (Depends-on): Add strdup-posix.
23552
23553         New module 'strdup-posix'.
23554         * modules/strdup-posix: New file.
23555         * m4/strdup.m4 (gl_FUNC_STRDUP_POSIX): New macro.
23556         * lib/string.in.h (strdup): Replace if REPLACE_STRDUP is 1.
23557         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
23558         REPLACE_STRDUP.
23559         * modules/string (Makefile.am): Substitute REPLACE_STRDUP.
23560         * doc/posix-functions/strdup.texi: Mention module strdup-posix.
23561         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23562         strdup-posix.
23563
23564         * modules/strdup (Depends-on): Remove malloc-posix.
23565
23566 2008-09-20  Bruno Haible  <bruno@clisp.org>
23567
23568         * lib/fstrcmp.c: Add data about branch probabilities, from Ralf
23569         Wildenhues.
23570
23571 2008-09-20  Bruno Haible  <bruno@clisp.org>
23572
23573         Ensure that wint_t gets defined on IRIX 5.3.
23574         * lib/wchar.in.h (wint_t): Define if not defined by the system.
23575         * lib/wctype.in.h (wint_t): Likewise.
23576         (__wctype_wint_t): Remove type.
23577         (isw*): Use wint_t instead of __wctype_wint_t.
23578         * m4/wchar.m4 (gl_WCHAR_H): Invoke gt_TYPE_WINT_T and set HAVE_WINT_T.
23579         * modules/wchar (Files): Add m4/wint_t.m4.
23580         (Makefile.am): Substitute HAVE_WINT_T.
23581         * tests/test-wchar.c: Check that wchar_t and wint_t are defined.
23582         * tests/test-wctype.c: Check that wint_t is defined.
23583         * doc/posix-headers/wchar.texi: Mention the IRIX 5 problem.
23584         * doc/posix-headers/wctype.texi: Likewise.
23585         Reported by Tom G. Christensen <tgc@jupiterrise.com>.
23586
23587 2008-09-18  Bruno Haible  <bruno@clisp.org>
23588
23589         * gnulib-tool (func_exit): Update comment.
23590
23591 2008-09-18  Simon Josefsson  <simon@josefsson.org>
23592
23593         * modules/getaddrinfo (Depends-on): Remove strdup, this module
23594         assumes strdup exists and does not depend on strdup to return
23595         ENOMEM on out of memory conditions.
23596
23597 2008-09-18  Bruno Haible  <bruno@clisp.org>
23598
23599         * lib/vasnprintf.c (VASNPRINTF): When printing Â±0.0L in
23600         NEED_PRINTF_INFINITE_LONG_DOUBLE case with 'e' format, always use two
23601         digits for the exponent.
23602
23603 2008-09-18  Jim Meyering  <meyering@redhat.com>
23604             Bruno Haible  <bruno@clisp.org>
23605
23606         * lib/vasnprintf.c (decimal_point_char): Define also if
23607         NEED_PRINTF_INFINITE_LONG_DOUBLE.
23608
23609 2008-09-16  Bruno Haible  <bruno@clisp.org>
23610         and Eric Blake  <ebb9@byu.net>
23611
23612         vasnprintf: support Irix 5.3
23613         * lib/vasnprintf.c (VASNPRINTF): Also handle -0.0L on platforms
23614         that mishandle long double infinity.
23615         Reported by Tom G. Christensen.
23616
23617 2008-09-16  Bruno Haible  <bruno@clisp.org>
23618
23619         * doc/glibc-functions/scandir.texi: Mention the function is missing on
23620         Solaris 9.
23621         * doc/glibc-functions/alphasort.texi: Likewise.
23622         Reported by Michael Haubenwallner <michael.haubenwallner@salomon.at>.
23623
23624 2008-09-16  Jim Meyering  <meyering@redhat.com>
23625
23626         posix-shell.m4: reject opensolaris's "sh (AT&T Research) 1993-12-28 s+"
23627         * m4/posix-shell.m4 (gl_POSIX_SHELL): Reject a shell that lets
23628         a umask modification leak out of a subshell.  Otherwise, the
23629         opensolaris /bin/sh would be accepted and thus cause unwarranted
23630         failures in the coreutils test suite.
23631
23632 2008-09-16  Paolo Bonzini  <bonzini@gnu.org>
23633
23634         * tests/test-poll.c (connect_to_socket): Allow non-blocking connect
23635         to succeed.
23636
23637 2008-09-16  Jim Meyering  <meyering@redhat.com>
23638
23639         avoid spurious test failure when library is built without ACL support
23640         * m4/acl.m4 (USE_ACL): Define as a shell variable, too, for...
23641         * modules/acl-tests (Makefile.am) [TESTS_ENVIRONMENT]: Add USE_ACL.
23642         * tests/test-file-has-acl.sh: Skip if USE_ACL == 0.
23643         * tests/test-copy-acl.sh: Likewise.
23644
23645 2008-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23646
23647         * lib/fstrcmp.c (fstrcmp_bounded): Use a second, less quick upper bound
23648         based on character occurrence counts.
23649
23650 2008-09-15  Eric Blake  <ebb9@byu.net>
23651
23652         tests: avoid some compiler warnings
23653         * tests/test-memchr.c (main): Pass NULL indirectly.
23654         * tests/test-closein.c (main): Avoid unused variable.
23655
23656 2008-09-15  Bruno Haible  <bruno@clisp.org>
23657
23658         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test for all the macros that
23659         are missing on OpenBSD 4.0 individually.
23660         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
23661
23662 2008-09-15  Bruno Haible  <bruno@clisp.org>
23663
23664         * doc/posix-headers/errno.texi: Mention the Cygwin problem.
23665         * doc/posix-functions/strerror.texi: Mention also Cygwin.
23666         * doc/posix-functions/perror.texi: Likewise.
23667         * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Test also whether ECANCELED
23668         is missing.
23669         Reported by Eric Blake.
23670
23671         * lib/errno.in.h: Use replacement values >= 2000.
23672         Reported by Eric Blake.
23673
23674 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23675
23676         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Add field 'edit_count_limit'.
23677         (EARLY_ABORT): Return true when the edit_count has grown too beyond the
23678         limit.
23679         (fstrcmp_bounded): Initialize the edit_count_limit. Return 0 when
23680         compareseq was aborted.
23681
23682 2008-09-14  Bruno Haible  <bruno@clisp.org>
23683
23684         * lib/fstrcmp.c (EXTRA_CONTEXT_FIELDS): Combine xvec_edit_count and
23685         yvec_edit_count.
23686         (NOTE_DELETE, NOTE_INSERT): Increment the combined edit count.
23687         (fstrcmp_bounded): Simplify result computation accordingly.
23688
23689 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23690
23691         * lib/fstrcmp.h (fstrcmp_bounded): New declaration.
23692         (fstrcmp): Define in terms of fstrcmp_bounded.
23693         * lib/fstrcmp.c (fstrcmp_bounded): Renamed from fstrcmp. Add
23694         lower_bound argument.
23695         Return quickly if the result is certainly < lower_bound.
23696         * tests/test-fstrcmp.c (check_fstrcmp): Test also fstrcmp_bounded.
23697
23698 2008-09-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23699
23700         * lib/diffseq.h (EARLY_ABORT): New macro.
23701         (compareseq): Change return type to bool. Return true when EARLY_ABORT
23702         evaluates to true.
23703
23704 2008-09-14  Bruno Haible  <bruno@clisp.org>
23705
23706         * modules/perror-tests: New file.
23707         * tests/test-perror.sh: New file.
23708         * tests/test-perror.c: New file.
23709
23710         New module 'perror'.
23711         * lib/stdio.in.h (perror): New declaration.
23712         * lib/perror.c: New file.
23713         * m4/perror.m4: New file.
23714         * modules/perror: New file.
23715         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add perror.
23716         * doc/posix-functions/perror.texi: Mention the perror module.
23717         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize GNULIB_PERROR,
23718         REPLACE_PERROR.
23719         * modules/stdio (Makefile.am): Substitute GNULIB_PERROR,
23720         REPLACE_PERROR.
23721
23722 2008-09-14  Bruno Haible  <bruno@clisp.org>
23723
23724         * modules/stdio (Makefile.am): Reorder to match the order in
23725         lib/stdio.in.h.
23726         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
23727
23728 2008-09-13  Bruno Haible  <bruno@clisp.org>
23729
23730         * lib/sys_socket.in.h (EINPROGRESS, ...): Remove definitions.
23731
23732 2008-09-13  Bruno Haible  <bruno@clisp.org>
23733
23734         Extend strerror to cover the added errno values.
23735         * lib/strerror.c: Include errno.h and winsock2.h if it exists.
23736         (rpl_strerror): Provide error messages for the added errno values and
23737         for the WSA* values.
23738         * m4/strerror.m4 (gl_FUNC_STRERROR): Test REPLACE_STRERROR.
23739         (gl_FUNC_STRERROR_SEPARATE): If errno.h is replaced, always replace
23740         strerror.
23741         (gl_PREREQ_STRERROR): Test whether winsock2.h exists.
23742         * modules/strerror (Depends-on): Add errno.
23743         * doc/posix-functions/strerror.texi: Document the change.
23744         * tests/test-strerror.c (main): Check also the string for ETIMEDOUT
23745         and EOVERFLOW.
23746
23747 2008-09-13  Bruno Haible  <bruno@clisp.org>
23748
23749         * modules/EOVERFLOW: Remove file.
23750         * m4/eoverflow.m4: Remove file.
23751         * modules/EOVERFLOW-tests: Remove file.
23752         * tests/test-EOVERFLOW.c: Remove file.
23753         * modules/fprintf-posix (Depends-on): Replace EOVERFLOW with errno.
23754         * modules/ftell (Depends-on): Likewise.
23755         * modules/getdelim (Depends-on): Likewise.
23756         * modules/getugroups (Depends-on): Likewise.
23757         * modules/poll (Depends-on): Likewise.
23758         * modules/snprintf (Depends-on): Likewise.
23759         * modules/sprintf-posix (Depends-on): Likewise.
23760         * modules/vasnprintf (Depends-on): Likewise.
23761         * modules/vasprintf (Depends-on): Likewise.
23762         * modules/vfprintf-posix (Depends-on): Likewise.
23763         * modules/vsnprintf (Depends-on): Likewise.
23764         * modules/vsprintf-posix (Depends-on): Likewise.
23765         * modules/xvasprintf (Depends-on): Likewise.
23766         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
23767         * modules/unistdio/u8-vasprintf (Depends-on): Likewise.
23768         * modules/unistdio/u8-vsnprintf (Depends-on): Likewise.
23769         * modules/unistdio/u8-vsprintf (Depends-on): Likewise.
23770         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
23771         * modules/unistdio/u8-u8-vasprintf (Depends-on): Likewise.
23772         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Likewise.
23773         * modules/unistdio/u8-u8-vsprintf (Depends-on): Likewise.
23774         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
23775         * modules/unistdio/u16-u16-vasprintf (Depends-on): Likewise.
23776         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Likewise.
23777         * modules/unistdio/u16-u16-vsprintf (Depends-on): Likewise.
23778         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
23779         * modules/unistdio/u16-vasprintf (Depends-on): Likewise.
23780         * modules/unistdio/u16-vsnprintf (Depends-on): Likewise.
23781         * modules/unistdio/u16-vsprintf (Depends-on): Likewise.
23782         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
23783         * modules/unistdio/u32-vasprintf (Depends-on): Likewise.
23784         * modules/unistdio/u32-vsnprintf (Depends-on): Likewise.
23785         * modules/unistdio/u32-vsprintf (Depends-on): Likewise.
23786         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
23787         * modules/unistdio/u32-u32-vasprintf (Depends-on): Likewise.
23788         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Likewise.
23789         * modules/unistdio/u32-u32-vsprintf (Depends-on): Likewise.
23790         * modules/unistdio/ulc-fprintf (Depends-on): Likewise.
23791         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
23792         * modules/unistdio/ulc-vasprintf (Depends-on): Likewise.
23793         * modules/unistdio/ulc-vfprintf (Depends-on): Likewise.
23794         * modules/unistdio/ulc-vsnprintf (Depends-on): Likewise.
23795         * modules/unistdio/ulc-vsprintf (Depends-on): Likewise.
23796         * MODULES.html.sh: Remove EOVERFLOW.
23797         * NEWS: Mention the change.
23798
23799 2008-09-13  Bruno Haible  <bruno@clisp.org>
23800
23801         * modules/errno-tests: New file.
23802         * tests/test-errno.c: New file, incorporating tests/test-EOVERFLOW.c.
23803
23804         * lib/errno.in.h: New file.
23805         * m4/errno_h.m4: New file, borrowing from m4/eoverflow.m4.
23806         * modules/errno: New file.
23807         * doc/posix-headers/errno.texi: Update documentation.
23808         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add errno.
23809
23810 2008-09-13  Bruno Haible  <bruno@clisp.org>
23811
23812         * tests/test-poll.c: Use #if for native Windows, rather than testing
23813         __MSVCRT__.
23814
23815 2008-09-13  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23816             Bruno Haible  <bruno@clisp.org>
23817
23818         * lib/glob.c: Don't include <pwd.h> on native Windows.
23819         (WINDOWS32): New macro.
23820         (glob) [WINDOW32]: Provide a reasonable replacement for getenv("HOME").
23821
23822 2008-09-13  Bruno Haible  <bruno@clisp.org>
23823
23824         * lib/glthread/cond.h [USE_SOLARIS_THREADS]
23825         (ETIMEDOUT): Remove macro.
23826         (glthread_cond_timedwait_multithreaded): New declaration.
23827         (glthread_cond_timedwait): Use it.
23828         * lib/glthread/cond.c [USE_SOLARIS_THREADS]
23829         (glthread_cond_timedwait_multithreaded): New function.
23830
23831 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
23832
23833         * modules/poll-tests: Do not check for io.h.
23834         * tests/test-poll.c: Check for __MSVCRT__ instead.
23835
23836 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
23837
23838         * lib/sys_socket.in.h (EINPROGRESS): Define for Winsock case.
23839         * modules/poll-tests: Add inet_pton, stdbool, sockets.
23840         * tests/test-poll.c: Use them.  Use _pipe on Windows.
23841
23842 2008-09-12  Paolo Bonzini  <bonzini@gnu.org>
23843
23844         * modules/poll-tests: New.
23845         * tests/test-poll.c: New.
23846
23847 2008-09-12  Eric Blake  <ebb9@byu.net>
23848
23849         frexp: test for NetBSD failure on -0.0
23850         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Enhance test, since some, but
23851         not all, bugs from NetBSD 3.0 have been fixed.
23852         * doc/posix-functions/frexp.texi (frexp): Document bug.
23853         Reported by Thomas Klausner.
23854
23855         signbit: work around bug of HP-UX 10.20 cc with -0.0 literal
23856         * m4/signbit.m4 (gl_SIGNBIT_TEST_PROGRAM): Rewrite test to avoid
23857         literal -0.0.
23858         Reported by Jonathan C. Patschke <jp@centtech.com>.
23859
23860 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23861
23862         * lib/glthread/cond.h: Use dummy implementation also if
23863         USE_WIN32_THREADS.
23864
23865 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23866
23867         * modules/fnmatch-posix (License): Change to LGPLv2+.
23868         * modules/fnmatch-gnu (License): Likewise.
23869
23870 2008-09-11  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
23871
23872         * lib/poll.c (poll): Fix polling unconnected server sockets on WIN32.
23873
23874 2008-09-11  Jim Meyering  <meyering@redhat.com>
23875
23876         * users.txt: Add gtk-vnc.
23877
23878 2008-09-08  Simon Josefsson  <simon@josefsson.org>
23879
23880         * tests/test-bitrotate.c: Test 8/16-bit rotates with 0 and maximum
23881         rotate amounts.
23882
23883         * lib/bitrotate.h: Doc fix, mention that N can be wider than minimally
23884         required for 16-bit and 8-bit rotates.
23885         * lib/bitrotate.h (rotl64, rotr64, rotl32, rotl32, rotl16, rotr16,
23886         rotl8, rotr8): Use UINT64_MAX, UINT32_MAX, UINT16_MAX, and
23887         UINT8_MAX instead of hard-coded constants.
23888         Suggested by Paul Eggert.
23889
23890 2008-09-07  Bruno Haible  <bruno@clisp.org>
23891
23892         * tests/test-striconveh.c (main): Check behaviour when converting from
23893         UTF-7.
23894
23895         Make striconveh work better with stateful encodings.
23896         * lib/striconveh.c (iconv_carefully, iconv_carefully_1): Don't assume
23897         that iconv does not increment the inptr when returning -1/EINVAL.
23898
23899 2008-09-07  Bruno Haible  <bruno@clisp.org>
23900
23901         * build-aux/config.rpath: Update according to libtool-2.2.6.
23902         * build-aux/config.libpath: Likewise.
23903
23904 2008-09-06  Bruno Haible  <bruno@clisp.org>
23905
23906         * lib/freadahead.c (freadahead): Add conditional for SLOW_BUT_NO_HACKS.
23907         * lib/freadptr.c (freadptr): Likewise.
23908         * lib/freadseek.c (freadptrinc): Likewise.
23909         Reported by Simon Josefsson.
23910
23911 2008-09-06  Bruno Haible  <bruno@clisp.org>
23912
23913         * modules/freadptr (License): Change to LGPLv2+.
23914         * modules/freadseek (License): Likewise.
23915         Suggested by Eric Blake.
23916
23917         * modules/memchr2 (License): Change to LGPLv2+.
23918         Approved by Eric Blake.
23919
23920 2008-09-04  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23921             Bruno Haible  <bruno@clisp.org>
23922
23923         Make gnulib-tool work with native 'sed' on AIX.
23924         * gnulib-tool (sed_noop): New variable.
23925         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am, func_import,
23926         func_add_or_update, func_create_testdir): Use it to initialize sed
23927         script variables.
23928         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
23929
23930 2008-09-04  Albert Chin  <bug-gnulib@mlists.thewrittenword.com>
23931             Bruno Haible  <bruno@clisp.org>
23932
23933         * m4/include_next.m4 (gl_INCLUDE_NEXT): Add check whether #include_next
23934         also works after #include directives.
23935
23936 2008-09-04  OndÅ™ej Vašík  <ovasik@redhat.com>
23937
23938         getdate.y: reject an out-of-range timezone value
23939         * lib/getdate.y (time_zone_hhmm): Reject any TZ offset that is outside
23940         the range [-24...+24].  When specified with only one or two digits,
23941         * tests/test-getdate.c: Tests for the fix.
23942         * doc/getdate.texi: Document this change.
23943
23944 2008-09-03  Bruno Haible  <bruno@clisp.org>
23945
23946         * doc/glibc-functions/strverscmp.texi: Mention the strverscmp module.
23947
23948 2008-09-02  Simon Josefsson  <simon@josefsson.org>
23949
23950         * lib/bitrotate.h (rotl64, rotr64): Add.  Suggested by Bruce Korb
23951         <bruce.korb@gmail.com> with ideas from Ben Pfaff
23952         <blp@cs.stanford.edu>, Bruno Haible <bruno@clisp.org> and Eric
23953         Blake <ebb9@byu.net>.
23954
23955         * tests/test-bitrotate.c: Add more test vectors.
23956
23957 2008-09-02  Eric Blake  <ebb9@byu.net>
23958
23959         vasnprintf-posix: handle large precision via %.*d
23960         * lib/vasnprintf.c (VASNPRINTF): Don't pass precision to snprintf
23961         when handling it ourselves.
23962         * tests/test-vasnprintf-posix.c (test_function): Add test.
23963         * tests/test-snprintf-posix.h (test_function): Likewise.
23964         * tests/test-sprintf-posix.h (test_function): Likewise.
23965         * tests/test-vasprintf-posix.c (test_function): Likewise.
23966         Reported by Alain Guibert.
23967
23968 2008-09-01  Eric Blake  <ebb9@byu.net>
23969
23970         c-stack: make configure-time check more robust
23971         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Check for
23972         successful sigaction call.
23973         Reported by Tom G. Christensen.
23974
23975 2008-09-01  Bruno Haible  <bruno@clisp.org>
23976
23977         New module 'findprog-lgpl'.
23978         * modules/findprog-lgpl: New file.
23979         * lib/findprog-lgpl.c: New file.
23980         * lib/findprog.c: Compile nothing in findprog.c if findprog-lgpl.c is
23981         also compiled. Consider the possibly defined symbol IN_FINDPROG_LGPL
23982         to decide whether to use strdup or xstrdup, concatenated_filename or
23983         xconcatenated_filename.
23984
23985 2008-09-01  Bruno Haible  <bruno@clisp.org>
23986
23987         Split module 'concat-filename' into 'concat-filename' (LGPL) and
23988         'xconcat-filename' (GPL).
23989         * modules/concat-filename (Depends-on): Add malloc-posix, remove xalloc.
23990         (License): Change to LGPLv2+.
23991         * modules/xconcat-filename: New file.
23992         * lib/concat-filename.h (concatenated_filename): Change specification.
23993         (xconcatenated_filename): New declaration.
23994         * lib/concat-filename.c: Include errno.h, stdlib.h, not xalloc.h.
23995         (concatenated_filename): Use malloc instead of xalloc. Handle out-of-
23996         memory situations.
23997         * lib/xconcat-filename.c: New file.
23998         * NEWS: Mention the change.
23999         * lib/findprog.c: Include concat-filename.h, not filename.h.
24000         (find_in_path): Use xconcatenated_filename instead of
24001         concatenated_filename.
24002         * lib/javacomp.c: Include concat-filename.h, not filename.h.
24003         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
24004         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
24005         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
24006         is_oldgcj_14_13_usable, is_javac_usable): Use xconcatenated_filename
24007         instead of concatenated_filename.
24008         * lib/javaexec.c: Include concat-filename.h, not filename.h.
24009         (execute_java_class): Use xconcatenated_filename instead of
24010         concatenated_filename.
24011         * modules/findprog (Depends-on): Add xconcat-filename, remove filename.
24012         * modules/javacomp (Depends-on): Likewise.
24013         * modules/javaexec (Depends-on): Likewise.
24014
24015 2008-09-01  Bruno Haible  <bruno@clisp.org>
24016
24017         Split module 'filename' into 'filename' and 'concat-filename'.
24018         * modules/filename: Keep only lib/filename.h.
24019         (License): Change to LGPLv2+.
24020         * modules/concat-filename: New file, extracted from modules/filename.
24021         * lib/filename.h (concatenated_filename): Remove declaration.
24022         * lib/concat-filename.h: New file, extracted from lib/filename.h.
24023         * lib/concat-filename.c: Include concat-filename.h.
24024         * NEWS: Mention the change.
24025
24026 2008-09-01  Simon Josefsson  <simon@josefsson.org>
24027
24028         * lib/bitrotate.h (rotl8, rotr8): Add.
24029
24030         * modules/bitrotate (configure.ac): Need
24031         AC_REQUIRE([AC_C_INLINE]).
24032         (Description): Mention stdint.h.  Reported by Bruno Haible
24033         <bruno@clisp.org>.
24034
24035         * lib/bitrotate.h (rotr16, rotl16): Fix mask value.  Reported by
24036         Paolo Bonzini <bonzini@gnu.org>.
24037
24038 2008-08-31  Bruno Haible  <bruno@clisp.org>
24039
24040         Assume Solaris specific bi-arch conventions on Solaris systems.
24041         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): On Solaris in 64-bit
24042         mode, set acl_libdirstem to lib/64. Also set acl_libdirstem2.
24043         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): If acl_libdirstem does not
24044         work, try acl_libdirstem2 as fallback. Otherwise treat acl_libdirstem2
24045         like acl_libdirstem.
24046         (AC_LIB_LINKFLAGS_FROM_LIBS): Treat acl_libdirstem2 like
24047         acl_libdirstem.
24048         * NEWS: Mention the change.
24049         Reported by Ben Taylor <bentaylor.solx86@gmail.com>.
24050
24051 2008-08-31  Jim Meyering  <meyering@redhat.com>
24052
24053         * lib/strftime.h: Add comments describing the two added arguments.
24054
24055         remove duplicate #include directives
24056         * lib/chdir-long.c [TEST_CHDIR]: Remove duplicate #include <stdio.h>.
24057         * lib/putenv.c: Remove duplicate #include <stdlib.h>.
24058
24059 2008-08-31  Bruno Haible  <bruno@clisp.org>
24060
24061         New module 'sigpipe-die'.
24062         * modules/sigpipe-die: New file.
24063         * lib/sigpipe-die.h: New file.
24064         * lib/sigpipe-die.c: New file.
24065         * MODULES.html.sh (Signal handling): Add sigpipe-die.
24066
24067 2008-08-31  Bruno Haible  <bruno@clisp.org>
24068
24069         Don't override previously installed signal handlers.
24070         * lib/fatal-signal.c (saved_sigactions): New variable.
24071         (uninstall_handlers): Reset the signal to the saved handler, not
24072         to SIG_DFL (except when ignored).
24073         (install_handlers): Save the previous handlers.
24074
24075 2008-08-30  Bruno Haible  <bruno@clisp.org>
24076
24077         * gnulib-tool (func_reset_sigpipe): New function.
24078         (func_get_automake_snippet, func_modules_transitive_closure,
24079         func_import): Invoke it before a join command that reads from stdin,
24080         to avoid "echo: write error: Broken pipe" error messages on stderr.
24081         Reported by Sam Steingold <sds@gnu.org>.
24082
24083 2008-08-30  Bruno Haible  <bruno@clisp.org>
24084
24085         * m4/fopen.m4 (gl_FUNC_FOPEN): Test against bug with trailing slash.
24086         Code copied from m4/open.m4.
24087         * lib/fopen.c (rpl_fopen): Return NULL if the mode specifies write
24088         access and the filename ends in a slash. Code copied from lib/open.c.
24089         * doc/posix-functions/fopen.texi: Document bug with trailing slash.
24090         * tests/test-fopen.c (main): Check against bug with trailing slash.
24091
24092 2008-08-29  Bruno Haible  <bruno@clisp.org>
24093
24094         Avoid some "gcc -pedantic" warnings.
24095         * m4/include_next.m4 (gl_INCLUDE_NEXT): Set also PRAGMA_SYSTEM_HEADER.
24096         * lib/arpa_inet.in.h: Use PRAGMA_SYSTEM_HEADER.
24097         * lib/dirent.in.h: Likewise.
24098         * lib/fcntl.in.h: Likewise.
24099         * lib/float.in.h: Likewise.
24100         * lib/iconv.in.h: Likewise.
24101         * lib/inttypes.in.h: Likewise.
24102         * lib/locale.in.h: Likewise.
24103         * lib/math.in.h: Likewise.
24104         * lib/netinet_in.in.h: Likewise.
24105         * lib/search.in.h: Likewise.
24106         * lib/signal.in.h: Likewise.
24107         * lib/stdarg.in.h: Likewise.
24108         * lib/stdint.in.h: Likewise.
24109         * lib/stdio.in.h: Likewise.
24110         * lib/stdlib.in.h: Likewise.
24111         * lib/string.in.h: Likewise.
24112         * lib/strings.in.h: Likewise.
24113         * lib/sys_select.in.h: Likewise.
24114         * lib/sys_socket.in.h: Likewise.
24115         * lib/sys_stat.in.h: Likewise.
24116         * lib/sys_time.in.h: Likewise.
24117         * lib/sysexits.in.h: Likewise.
24118         * lib/time.in.h: Likewise.
24119         * lib/unistd.in.h: Likewise.
24120         * lib/wchar.in.h: Likewise.
24121         * lib/wctype.in.h: Likewise.
24122         * modules/arpa_inet (Makefile.am): Also substitute PRAGMA_SYSTEM_HEADER.
24123         * modules/fchdir (Makefile.am): Likewise.
24124         * modules/fcntl (Makefile.am): Likewise.
24125         * modules/float (Makefile.am): Likewise.
24126         * modules/iconv_open (Makefile.am): Likewise.
24127         * modules/inttypes (Makefile.am): Likewise.
24128         * modules/locale (Makefile.am): Likewise.
24129         * modules/math (Makefile.am): Likewise.
24130         * modules/netinet_in (Makefile.am): Likewise.
24131         * modules/search (Makefile.am): Likewise.
24132         * modules/signal (Makefile.am): Likewise.
24133         * modules/stdarg (Makefile.am): Likewise.
24134         * modules/stdint (Makefile.am): Likewise.
24135         * modules/stdio (Makefile.am): Likewise.
24136         * modules/stdlib (Makefile.am): Likewise.
24137         * modules/string (Makefile.am): Likewise.
24138         * modules/strings (Makefile.am): Likewise.
24139         * modules/sys_select (Makefile.am): Likewise.
24140         * modules/sys_socket (Makefile.am): Likewise.
24141         * modules/sys_stat (Makefile.am): Likewise.
24142         * modules/sys_time (Makefile.am): Likewise.
24143         * modules/sysexits (Makefile.am): Likewise.
24144         * modules/time (Makefile.am): Likewise.
24145         * modules/unistd (Makefile.am): Likewise.
24146         * modules/wchar (Makefile.am): Likewise.
24147         * modules/wctype (Makefile.am): Likewise.
24148         Reported by Reuben Thomas <rrt@sc3d.org>.
24149
24150 2008-08-29  Bruno Haible  <bruno@clisp.org>
24151
24152         * m4/include_next.m4 (gl_INCLUDE_NEXT): Don't define HAVE_INCLUDE_NEXT
24153         any more.
24154
24155 2008-08-29  Simon Josefsson  <simon@josefsson.org>
24156
24157         * MODULES.html.sh (Misc): Add bitrotate.
24158
24159         * modules/bitrotate: New file.
24160
24161         * lib/bitrotate.h: New file.
24162
24163         * modules/bitrotate-tests: New file.
24164
24165         * tests/test-bitrotate.c: New file.
24166
24167         * modules/crypto/gc-arctwo, modules/crypto/arctwo: Add dependency
24168         on the bitrotate module.
24169
24170         * lib/arctwo.c: Use new bitrotate module.
24171
24172 2008-08-29  Jim Meyering  <meyering@redhat.com>
24173
24174         bootstrap: merge changes from coreutils
24175         * build-aux/bootstrap (cp_mark_as_generated): Preserve perms
24176         of copied files.  Remove a kludge, now that this is fixed.
24177         * build-aux/bootstrap: Fix unportable expr usage. (by Ralf Wildenhues)
24178         * build-aux/bootstrap: Remove $bt and $bt2 also when not using gettext.
24179         * build-aux/bootstrap: Remove coreutils-specific SUBDIRS-related code.
24180
24181 2008-08-29  Bruno Haible  <bruno@clisp.org>
24182
24183         * MODULES.html.sh: Remove --cvs-urls option.
24184
24185 2008-08-28  Jose E. Marchesi  <jemarch@gnu.org>  (tiny change)
24186
24187         maint.mk: adjust to file name change
24188         * top/maint.mk: s/Makefile.cfg/cfg.mk/.
24189
24190 2008-08-28  Jim Meyering  <meyering@redhat.com>
24191
24192         * modules/getndelim2 (License): Relicense to LGPLv2+.
24193         Approved by Richard Stallman for the version of 1995, and by
24194         Paul Eggert, Bruno Haible, Eric Blake for their contributions.
24195
24196 2008-08-27  Paolo Bonzini  <bonzini@gnu.org>
24197
24198         * lib/getdelim.c (flockfile, funlockfile): Make all of them
24199         dummy if one is not available.  Do not touch them if
24200         USE_UNLOCKED_IO, instead letting unlocked-io.h do that.
24201         (getc_maybe_unlocked): New.
24202         * m4/getdelim.m4 (gl_PREREQ_GETDELIM): Check for getc_unlocked.
24203
24204 2008-08-26  Eric Blake  <ebb9@byu.net>
24205
24206         doc/INSTALL: resync from autoconf
24207         * doc/Makefile (INSTALL, INSTALL.ISO, INSTALL.UTF-8): Simplify.
24208         (INSTALL_PRELUDE): Delete; this is done more efficiently by
24209         moving...
24210         * install.texi [!autoconf]: ...here.  Resync from autoconf.
24211         * INSTALL: Regenerate.
24212         * INSTALL.ISO: New file.
24213         * INSTALL.UTF-8: Likewise.
24214
24215 2008-08-26  Jim Meyering  <meyering@redhat.com>
24216
24217         GNUmakefile: cfg.mk definitions override default autoreconf-rerun policy
24218         * top/GNUmakefile (_is-dist-target, _is-install-target): Make
24219         these definitions conditional, so that they may be overridden, too.
24220
24221 2008-08-26  Bruno Haible  <bruno@clisp.org>
24222
24223         Generate INSTALL file variants with prettier quotes.
24224         * doc/Makefile (INSTALL_PRELUDE): New macro.
24225         (INSTALL): Use it.
24226         (INSTALL.ISO, INSTALL.UTF-8): New rules.
24227
24228 2008-08-26  Bruno Haible  <bruno@clisp.org>
24229
24230         Run makeinfo in an English locale.
24231         * doc/Makefile (MAKEINFO): New variable.
24232
24233 2008-08-26  Bruno Haible  <bruno@clisp.org>
24234
24235         * doc/Makefile (INSTALL): Use --no-validate instead of --no-warn.
24236         Suggested by Eric Blake.
24237
24238 2008-08-25  Bruno Haible  <bruno@clisp.org>
24239
24240         * doc/Makefile (INSTALL): Generate with @firstparagraphindent set.
24241
24242 2008-08-25  Eric Blake  <ebb9@byu.net>
24243
24244         c-stack: test that stack overflow can be caught
24245         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Also check
24246         that platform allows handling stack overflow; at least OS/2 EMX
24247         has sigaltstack, but crashes before transferring control to
24248         handler on stack overflow.
24249         * lib/c-stack.c [HAVE_SIGALTSTACK]: Adjust conditions to also
24250         check for HAVE_STACK_OVERFLOW_HANDLING.
24251         Reported by Elbert Pol.
24252
24253 2008-08-25  Bruno Haible  <bruno@clisp.org>
24254
24255         * doc/posix-functions/strftime.texi: Fix description of strftime
24256         module.
24257
24258 2008-08-24  Bruno Haible  <bruno@clisp.org>
24259
24260         * tests/uniwidth/test-uc_width2.c: New file.
24261         * tests/uniwidth/test-uc_width2.sh: New file.
24262         * modules/uniwidth/width-tests (Files): Add the new files.
24263         (TESTS): Add uniwidth/test-uc_width2.sh.
24264         (TESTS_ENVIRONMENT): New variable.
24265         (check_PROGRAMS): Add test-uc_width2.
24266         (test_uc_width2_SOURCES): New variable.
24267
24268         Fix uc_width(0x00AB) bug, introduced on 2007-07-08.
24269         * lib/uniwidth/width.c (nonspacing_table_data): Set bit for 0x00AD,
24270         not 0x00AB.
24271         Reported by Alexander V. Lukyanov <lav@netis.ru>.
24272
24273 2008-08-22  Eric Blake  <ebb9@byu.net>
24274
24275         test-lock, test-tls: mention why a test is skipped
24276         * tests/test-lock.c (main) [!USE_*_THREADS]: Print why test is
24277         skipped.
24278         * tests/test-tls.c (main) [!USE_*_THREADS]: Likewise.
24279
24280         count-one-bits: relax license
24281         * modules/count-one-bits (License): Relicense to LGPLv2+.
24282         Suggested by Ludovic Courtès, approved by Ben Pfaff.
24283
24284 2008-08-22  Andreas Schwab  <schwab@suse.de>
24285
24286         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX):
24287         Remove spurious space in assignment.
24288
24289 2008-08-21  Simon Josefsson  <simon@josefsson.org>
24290
24291         * m4/autobuild.m4: Use TZ=UTC0 instead of TZ=UTC.  Reported by
24292         Paul Eggert <eggert@CS.UCLA.EDU>.
24293
24294 2008-08-20  Paolo Bonzini  <bonzini@gnu.org>
24295
24296         * modules/gettext: Add m4/threadlib.m4.
24297
24298 2008-08-19  Eric Blake  <ebb9@byu.net>
24299
24300         test-c-stack: fix compilation failure on FreeBSD 5.0
24301         * tests/test-c-stack.c [HAVE_SETRLIMIT]: Include prerequisite
24302         headers before <sys/resource.h>.
24303         * doc/posix-headers/sys_resource.texi (sys/resource.h): Document
24304         the bug.
24305         Reported by Nelson H. F. Beebe.
24306
24307         strverscmp: migrate from "strverscmp.h" to <string.h>
24308         * modules/string (Makefile.am): Add new hooks.
24309         * modules/strverscmp (Files): Remove strverscmp.h.
24310         (Depends-on): Add string.
24311         (configure.ac): Add indicator.
24312         (Include): Mention new header.
24313         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Provide new
24314         defaults.
24315         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Inform string module of
24316         results.
24317         * lib/strverscmp.h: Delete.
24318         * lib/string.in.h (strverscmp): Provide declaration, when needed.
24319         * tests/test-strverscmp.c (includes): Adjust client.
24320         * lib/check-version.c (includes): Likewise.
24321         * NEWS: Document the change.
24322
24323         strverscmp: add unit test
24324         * modules/strverscmp-tests: New file.
24325         * tests/test-strverscmp.c: Likewise.
24326
24327 2008-08-19  Simon Josefsson  <simon@josefsson.org>
24328
24329         * lib/gc-gnulib.c: Indentation cleanup.  Add some comments
24330         regarding Windows crypto stuff, from Mono.
24331
24332 2008-08-19  Adam Strzelecki <ono@java.pl>  (tiny change)
24333
24334         * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT.  Try to use Intel CSP
24335         if present, for intel RND.  Return error on failures.
24336
24337 2008-08-18  Ben Pfaff  <blp@gnu.org>
24338
24339         gitlog-to-changelog: give better diagnostic for failed pipe-open
24340         * build-aux/gitlog-to-changelog: Improve error message: suggest
24341         that the version of Git may be too old.
24342
24343 2008-08-18  Simon Josefsson  <simon@josefsson.org>
24344
24345         * m4/autobuild.m4: Use TZ=UTC to avoid time zone complexity.  Use
24346         ISO 8601 format.  Suggested by Greg Troxel <gdt@ir.bbn.com>.
24347
24348 2008-08-18  Bruno Haible  <bruno@clisp.org>
24349
24350         * lib/glthread/thread.h [USE_SOLARIS_THREADS]: Use thread_in_use(), not
24351         pthread_in_use().
24352
24353 2008-08-18  Bruno Haible  <bruno@clisp.org>
24354
24355         * lib/glthread/threadlib.c: Include <pthread.h>.
24356
24357 2008-08-18  Bruno Haible  <bruno@clisp.org>
24358
24359         * lib/glthread/lock.h [USE_SOLARIS_THREADS]: Fix
24360         glthread_recursive_lock_* macros.
24361         * lib/glthread/lock.c (glthread_recursive_lock_destroy_multithreaded):
24362         Fix syntax error.
24363
24364 2008-08-18  Bruno Haible  <bruno@clisp.org>
24365
24366         * lib/glthread/thread.c: Avoid forcing a context switch right after
24367         thread creation.
24368
24369 2008-08-17  Bruno Haible  <bruno@clisp.org>
24370
24371         * lib/glthread/thread.c: New file, based on code from tests/test-lock.c.
24372         * lib/glthread/thread.h: Provide Win32 specific implementation.
24373         * modules/thread (Files): Add lib/glthread/thread.c.
24374         (Depends-on): Add lock.
24375         (Makefile.am): Add glthread/thread.c to lib_SOURCES.
24376
24377 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24378
24379         New module 'yield'.
24380         * modules/yield: New file.
24381         * lib/glthread/yield.h: New file.
24382         * m4/yield.m4: New file.
24383         * MODULES.html.sh (Multithreading): Add yield.
24384
24385 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24386
24387         New module 'thread'.
24388         * modules/thread: New file.
24389         * lib/glthread/thread.h: New file.
24390         * m4/thread.m4: New file.
24391         * MODULES.html.sh (Multithreading): Add thread.
24392
24393 2008-08-17  Bruno Haible  <bruno@clisp.org>
24394
24395         * lib/glthread/lock.h: Include <stdlib.h> always.
24396         * lib/glthread/tls.h: Likewise.
24397         * lib/glthread/cond.h: Likewise.
24398
24399 2008-08-17  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24400
24401         New module 'cond'.
24402         * modules/cond: New file.
24403         * lib/glthread/cond.h: New file.
24404         * lib/glthread/cond.c: New file.
24405         * m4/cond.m4: New file.
24406         * MODULES.html.sh (Multithreading): Add cond.
24407
24408 2008-08-16  Eric Blake  <ebb9@byu.net>
24409
24410         c-stack: fix regression on Irix 5.3 from 2008-06-21
24411         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Move check for
24412         sa_sigaction...
24413         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): ...here.
24414         (gl_PREREQ_SIGACTION): Depend on sig-handler.h prereq's.
24415         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Set the default.
24416         * modules/signal (Makefile.am): Use the value.
24417         * lib/signal.in.h (sa_sigaction) [HAVE_SIGACTION
24418         && !HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define.
24419         * doc/posix-headers/signal.texi (signal.h): Document this
24420         portability issue.
24421         * doc/posix-functions/sigaction.texi (sigaction): Likewise.
24422         Reported by Tom G. Christensen.
24423
24424 2008-08-17  Bruno Haible  <bruno@clisp.org>
24425
24426         New module 'threadlib'.
24427         * modules/threadlib: New file.
24428         * lib/glthread/threadlib.c: New file, extracted from
24429         lib/glthread/lock.c.
24430         * lib/glthread/lock.c (dummy_thread_func, glthread_in_use): Remove
24431         functions.
24432         * m4/threadlib.m4: New file, from m4/lock.m4, renaming gl_LOCK to
24433         gl_THREADLIB and gl_LOCK_EARLY to gl_THREADLIB_EARLY.
24434         * m4/lock.m4 (gl_LOCK_EARLY, gl_LOCK_EARLY_BODY, gl_LOCK_BODY): Remove
24435         macros.
24436         (gl_LOCK): Just require gl_THREADLIB and perform checks for lock.h.
24437         (gl_DISABLE_THREADS): Remove macro.
24438         * modules/lock (Files): Remove build-aux/config.rpath.
24439         (Depends-on): Remove havelib. Add threadlib.
24440         (configure.ac-early): Remove section.
24441         * m4/tls.m4 (gl_TLS): Require gl_THREADLIB instead of gl_LOCK.
24442         * modules/tls (Depends-on): Remove lock. Add threadlib.
24443         (Link): New section, copied from threadlib.
24444         * MODULES.html.sh (Multithreading): Add threadlib.
24445
24446 2008-08-14  Bruno Haible  <bruno@clisp.org>
24447
24448         * lib/glthread/lock.h (glthread_lock_lock, glthread_lock_unlock,
24449         glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
24450         glthread_rwlock_unlock, glthread_rwlock_destroy,
24451         glthread_recursive_lock_lock, glthread_recursive_lock_unlock,
24452         glthread_recursive_lock_destroy): Define as macros always.
24453         * lib/glthread/lock.c (glthread_lock_lock_func): Renamed from
24454         glthread_lock_lock.
24455         (glthread_lock_unlock_func): Renamed from glthread_lock_unlock.
24456         (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
24457         (glthread_rwlock_rdlock_func): Renamed from glthread_rwlock_rdlock.
24458         (glthread_rwlock_wrlock_func): Renamed from glthread_rwlock_wrlock.
24459         (glthread_rwlock_unlock_func): Renamed from glthread_rwlock_unlock.
24460         (glthread_rwlock_destroy_func): Renamed from glthread_rwlock_destroy.
24461         (glthread_recursive_lock_lock_func): Renamed from
24462         glthread_recursive_lock_lock.
24463         (glthread_recursive_lock_unlock_func): Renamed from
24464         glthread_recursive_lock_unlock.
24465         (glthread_recursive_lock_destroy_func): Renamed from
24466         glthread_recursive_lock_destroy.
24467
24468 2008-08-14  Bruno Haible  <bruno@clisp.org>
24469
24470         * lib/glthread/lock.h: Renamed from lib/lock.h.
24471         * lib/glthread/lock.c: Renamed from lib/lock.c. Update includes.
24472         * lib/glthread/tls.h: Renamed from lib/tls.h.
24473         * lib/glthread/tls.c: Renamed from lib/tls.c. Update includes.
24474         * lib/fstrcmp.c: Update includes.
24475         * lib/strsignal.c: Update includes.
24476         * modules/lock (Files, Makefile.am): Update.
24477         (Include): Change to "glthread/lock.h".
24478         * modules/tls (Files, Makefile.am): Update.
24479         (Include): Change to "glthread/tls.h".
24480         * tests/test-lock.c: Update includes.
24481         * tests/test-tls.c: Update includes.
24482         * NEWS: Mention the renamed header files.
24483
24484 2008-08-11  Jim Meyering  <meyering@redhat.com>
24485
24486         * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.
24487
24488 2008-08-11  Eric Blake  <ebb9@byu.net>
24489
24490         test-c-stack: avoid C99-ism
24491         * tests/test-c-stack.c (main): Fix whitespace, move declaration
24492         before statement.
24493         Reported by Alain Guibert.
24494
24495 2008-08-10  Jim Meyering  <meyering@redhat.com>
24496
24497         ensure that return value of uinttostr et al are not ignored
24498         * lib/inttostr.h (__GNUC_PREREQ): Define.
24499         (__attribute_warn_unused_result__): Define.
24500         (offtostr, imaxtostr, umaxtostr, uinttostr): Apply the attribute.
24501
24502 2008-08-07  Paolo Bonzini  <bonzini@gnu.org>
24503
24504         * lib/lock.c (glthread_recursive_lock_init_multithreaded)
24505         [!PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Fix typo.
24506
24507 2008-08-07  Jim Meyering  <meyering@redhat.com>
24508
24509         * m4/inet_pton.m4: Fix typo in comment: s/inet_ntop/inet_pton/.
24510
24511         * modules/mkstemp (License): Relicense under LGPLv2+.
24512         * modules/tempname (License): Likewise.
24513
24514 2008-08-06  Bruno Haible  <bruno@clisp.org>
24515
24516         * lib/poll.c (poll): Further micro-optimization.
24517
24518 2008-08-06  Jim Meyering  <meyering@redhat.com>
24519
24520         inet_pton.c: use locale-independent tolower
24521         * lib/inet_pton.c: Include <c-ctype.h> rather than <ctype.h>.
24522         (inet_pton6): Use c_tolower rather than tolower.
24523         * modules/inet_pton (Depends-on): Add c-ctype.
24524
24525 2008-08-06  Paolo Bonzini  <bonzini@gnu.org>
24526
24527         * lib/poll.c (poll): Avoid division when timeout is 0, cache
24528         _SC_OPEN_MAX, avoid repeated access to errno.  Check for nfd < 0.
24529
24530 2008-08-06  Jim Meyering  <meyering@redhat.com>
24531
24532         * modules/inet_pton (License): Relicense under LGPLv2+.
24533
24534 2008-08-03  Bruno Haible  <bruno@clisp.org>
24535
24536         Additional non-aborting API for lock and tls.
24537         * lib/lock.h: Include <errno.h>.
24538         (glthread_lock_init): New macro/function.
24539         (gl_lock_init): Define as wrapper around glthread_lock_init.
24540         (glthread_lock_lock): New macro/function.
24541         (gl_lock_lock): Define as wrapper around glthread_lock_lock.
24542         (glthread_lock_unlock): New macro/function.
24543         (gl_lock_unlock): Define as wrapper around glthread_lock_unlock.
24544         (glthread_lock_destroy): New macro/function.
24545         (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.
24546         (glthread_rwlock_init): New macro/function.
24547         (gl_rwlock_init): Define as wrapper around glthread_rwlock_init.
24548         (glthread_rwlock_rdlock): New macro/function.
24549         (gl_rwlock_rdlock): Define as wrapper around glthread_rwlock_rdlock.
24550         (glthread_rwlock_wrlock): New macro/function.
24551         (gl_rwlock_wrlock): Define as wrapper around glthread_rwlock_wrlock.
24552         (glthread_rwlock_unlock): New macro/function.
24553         (gl_rwlock_unlock): Define as wrapper around glthread_rwlock_unlock.
24554         (glthread_rwlock_destroy): New macro/function.
24555         (gl_rwlock_destroy): Define as wrapper around glthread_rwlock_destroy.
24556         (glthread_recursive_lock_init): New macro/function.
24557         (gl_recursive_lock_init): Define as wrapper around
24558         glthread_recursive_lock_init.
24559         (glthread_recursive_lock_lock): New macro/function.
24560         (gl_recursive_lock_lock): Define as wrapper around
24561         glthread_recursive_lock_lock.
24562         (glthread_recursive_lock_unlock): New macro/function.
24563         (gl_recursive_lock_unlock): Define as wrapper around
24564         glthread_recursive_lock_unlock.
24565         (glthread_recursive_lock_destroy): New macro/function.
24566         (gl_recursive_lock_destroy): Define as wrapper around
24567         glthread_recursive_lock_destroy.
24568         (glthread_once): New macro/function.
24569         (gl_once): Define as wrapper around glthread_once.
24570         Update function declarations.
24571         * lib/lock.c (glthread_rwlock_init_multithreaded): Renamed from
24572         glthread_rwlock_init. Return error code.
24573         (glthread_rwlock_rdlock_multithreaded): Renamed from
24574         glthread_rwlock_rdlock. Return error code.
24575         (glthread_rwlock_wrlock_multithreaded): Renamed from
24576         glthread_rwlock_wrlock. Return error code.
24577         (glthread_rwlock_unlock_multithreaded): Renamed from
24578         glthread_rwlock_unlock. Return error code.
24579         (glthread_rwlock_destroy_multithreaded): Renamed from
24580         glthread_rwlock_destroy. Return error code.
24581         (glthread_recursive_lock_init_multithreaded): Renamed from
24582         glthread_recursive_lock_init. Return error code.
24583         (glthread_recursive_lock_lock_multithreaded): Renamed from
24584         glthread_recursive_lock_lock. Return error code.
24585         (glthread_recursive_lock_unlock_multithreaded): Renamed from
24586         glthread_recursive_lock_unlock. Return error code.
24587         (glthread_recursive_lock_destroy_multithreaded): Renamed from
24588         glthread_recursive_lock_destroy. Return error code.
24589         (glthread_once_call): Make static.
24590         (glthread_once_multithreaded): Renamed from glthread_once.
24591         * lib/tls.h: Include <errno.h>.
24592         (glthread_tls_key_init): New macro/function.
24593         (gl_tls_key_init): Define as wrapper around glthread_tls_key_init.
24594         (glthread_tls_set): New macro/function.
24595         (gl_tls_set): Define as wrapper around glthread_tls_set.
24596         (glthread_tls_key_destroy): New macro/function.
24597         (gl_tls_key_destroy): Define as wrapper around glthread_tls_key_destroy.
24598         Update function declarations.
24599         * lib/tls.c (glthread_tls_get_multithreaded): Renamed from
24600         glthread_tls_get.
24601         Suggested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
24602
24603 2008-08-04  Eric Blake  <ebb9@byu.net>
24604
24605         gnumakefile: use space, not TAB, outside of targets
24606         * top/GNUmakefile (_dummy): Fix whitespace error in prior edit.
24607
24608 2008-08-02  Jim Meyering  <meyering@redhat.com>
24609
24610         getdate.y: avoid locale-dependent date parsing failure
24611         In Turkish locales, getdate would fail to recognize keywords
24612         containing a lowercase "i".  The solution is not to rely on
24613         locale-sensitive case-conversion.
24614         * lib/getdate.y: Include <c-ctype.h> rather than <ctype.h>.
24615         (lookup_word): Use c_toupper in place of toupper.
24616         (yylex, get_date): Use c_ prefixed variants of isspace and isalpha, too.
24617         Reported by Vefa Bicakci <bicave@superonline.com> in
24618         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/14184>.
24619         * modules/getdate (Depends-on): Add c-ctype.
24620
24621 2008-08-02  Bruno Haible  <bruno@clisp.org>
24622
24623         * gnulib-tool (func_import): When updating or creating a .gitignore
24624         file, prepend each added line with a slash, and ignore leading slashes
24625         from the existing lines.
24626         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
24627
24628 2008-08-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24629
24630         Portability fix for GNU make 3.79.1.
24631         * top/GNUmakefile: Avoid 'else COND', which older GNU make
24632         versions do not understand.
24633
24634 2008-08-01  Bruno Haible  <bruno@clisp.org>
24635
24636         Work around bug of HP-UX 10.20 cc with -0.0 literal.
24637         * tests/test-isnanf.h (zero): New variable.
24638         (main): Avoid literal -0.0f.
24639         * tests/test-isnand.h (zero): New variable.
24640         (main): Avoid literal -0.0.
24641         * tests/test-isnanl.h (zero): New variable.
24642         (main): Avoid literal -0.0L.
24643         * tests/test-isnan.c (zerof, zerod, zerol): New variables.
24644         (test_float, test_double, test_long_double): Avoid literals -0.0f,
24645         -0.0, -0.0L.
24646         * tests/test-signbit.c (test_signbitf): Avoid literal -0.0f.
24647         (test_signbitd): Avoid literal -0.0.
24648         (test_signbitl): Avoid literal -0.0L.
24649         * tests/test-ceilf1.c (zero): New variable.
24650         (main): Avoid literal -0.0f.
24651         * tests/test-ceill.c (zero): New variable.
24652         (main): Avoid literal -0.0L.
24653         * tests/test-floorf1.c (zero): New variable.
24654         (main): Avoid literal -0.0f.
24655         * tests/test-floorl.c (zero): New variable.
24656         (main): Avoid literal -0.0L.
24657         * tests/test-roundf1.c (zero): New variable.
24658         (main): Avoid literal -0.0f.
24659         * tests/test-round1.c (zero): New variable.
24660         (main): Avoid literal -0.0.
24661         * tests/test-roundl.c (zero): New variable.
24662         (main): Avoid literal -0.0L.
24663         * tests/test-truncf1.c (zero): New variable.
24664         (main): Avoid literal -0.0f.
24665         * tests/test-trunc1.c (zero): New variable.
24666         (main): Avoid literal -0.0.
24667         * tests/test-truncl.c (zero): New variable.
24668         (main): Avoid literal -0.0L.
24669         * tests/test-frexp.c (zero): New variable.
24670         (main): Avoid literal -0.0.
24671         * tests/test-frexpl.c (zero): New variable.
24672         (main): Avoid literal -0.0L.
24673         * tests/test-ldexpl.c (zero): New variable.
24674         (main): Avoid literal -0.0L.
24675         * tests/test-snprintf-posix.h (have_minus_zero): Avoid literal -0.0.
24676         (zerod, zerol): New variables.
24677         (test_function): Avoid literals -0.0, -0.0L.
24678         * tests/test-sprintf-posix.h (have_minus_zero): Avoid literal -0.0.
24679         (zerod, zerol): New variables.
24680         (test_function): Avoid literals -0.0, -0.0L.
24681         * tests/test-vasnprintf-posix.c (have_minus_zero): Avoid literal -0.0.
24682         (zerod, zerol): New variables.
24683         (test_function): Avoid literals -0.0, -0.0L.
24684         * tests/test-vasprintf-posix.c (have_minus_zero): Avoid literal -0.0.
24685         (zerod, zerol): New variables.
24686         (test_function): Avoid literals -0.0, -0.0L.
24687         * tests/test-strtod.c (zero): New variable.
24688         (main): Avoid literal -0.0.
24689         Reported by Jonathan C. Patschke <jp@centtech.com>.
24690
24691 2008-07-31  Jim Meyering  <meyering@redhat.com>
24692
24693         sha256.h: correct definition of SHA224_DIGEST_SIZE
24694         * lib/sha256.h (SHA224_DIGEST_SIZE): Define to 28, not 24.
24695         Reported by Paulie Pena IV <paulie4@gmail.com>.
24696         Define as 224 / 8, rather than as a literal.
24697         (SHA256_DIGEST_SIZE): Define as 256/8 rather than equivalent literal.
24698         * lib/sha512.h (SHA384_DIGEST_SIZE): Likewise, define as equiv: 384/8.
24699         (SHA512_DIGEST_SIZE): Likewise, define as equivalent quotient: 512/8.
24700
24701 2008-07-31  Bruno Haible  <bruno@clisp.org>
24702
24703         * lib/regex_internal.h (BITSET_WORD_BITS): Make first conditional work
24704         on HP-UX 10.20 with "cc -Ae". Fix second conditional.
24705         Reported by Jonathan Patschke <jp@centtech.com>.
24706
24707 2008-07-31  Bruno Haible  <bruno@clisp.org>
24708
24709         * gnulib-tool (func_import): Make change from 2008-06-23 more robust.
24710         Reported by Paolo Bonzini <bonzini@gnu.org>.
24711
24712 2008-07-30  Eric Blake  <ebb9@byu.net>
24713
24714         test-strtod: allow compilation without -lm
24715         * tests/test-strtod.c (main): Avoid link dependence on fabs.
24716         Reported by Dennis Clarke <blastwave@gmail.com>.
24717
24718 2008-07-28  Jim Meyering  <meyering@redhat.com>
24719
24720         bootstrap: work also when there are no .po files in po/
24721         * build-aux/bootstrap (update_po_files): Complete the change
24722         that I began in bc960df8c789c878f1c1c54a28a3c2648dead8d9.
24723
24724 2008-07-27  Jim Meyering  <meyering@redhat.com>
24725
24726         * users.txt: Add zile.
24727
24728 2008-07-26  Ben Pfaff  <blp@gnu.org>
24729
24730         Add missing dependencies on new m4/exponent[fdl].m4 files.
24731         * modules/isnanf-nolibm: Add m4/exponentf.m4.
24732         * modules/isnand-nolibm: Add m4/exponentd.m4.
24733         * modules/isnanl-nolibm: Add m4/exponentl.m4.
24734         * modules/signbit-tests: Use m4/exponent[fdl].m4 instead of
24735         m4/isnan[fdl].m4, because the macros actually used moved.
24736         Reported by Jim Meyering.
24737
24738 2008-07-14  Ben Pfaff  <blp@gnu.org>
24739
24740         Add isinf module.
24741         * lib/isinf.c: New file.
24742         * lib/math.in.h: Define isinf macro if we have decided to replace
24743         it.
24744         * m4/isinf.m4: New file.
24745         * m4/math_h.m4: Initialize and substitute variables for isinf
24746         module.
24747         * modules/isinf: New file.
24748         * modules/isinf-tests: New file.
24749         * modules/math: Add substitutions for new module.
24750         * tests/test-isinf.c: New file.
24751         * doc/posix-functions/isinf.texi: Mention new module.
24752         * MODULES.html.sh: Mention new module.
24753
24754 2008-07-14  Ben Pfaff  <blp@gnu.org>
24755
24756         Factor out some macros for use by additional modules.
24757         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Move into new file
24758         exponentf.m4.
24759         * m4/isnand.m4 (gl_DOUBLE_EXPONENT_LOCATION): Move into new file
24760         exponentd.m4.
24761         * m4/isnanl.m4 (gl_LONG_DOUBLE_EXPONENT_LOCATION): Move into new
24762         file exponentl.m4.
24763         * m4/exponentf.m4: New file.
24764         * m4/exponentd.m4: New file.
24765         * m4/exponentl.m4: New file.
24766         * modules/isnanf: Use new file m4/exponentf.m4.
24767         * modules/isnand: Use new file m4/exponentd.m4.
24768         * modules/isnanl: Use new file m4/exponentl.m4.
24769
24770 2008-07-23  Ulrich Drepper  <drepper@redhat.com>
24771
24772         mktime.c: normalize tp->tm_isdst value to -1/0/1.
24773         * lib/mktime.c (__mktime_internal): Normalize tp->tm_isdst value.
24774         Reported by Michael Ringe <Michael.Ringe@gmx.de> in
24775         <http://sourceware.org/bugzilla/show_bug.cgi?id=6723>.
24776
24777         * lib/canonicalize-lgpl.c (__realpath): Avoid buffer overflow after
24778         readlink on platforms without PATH_MAX.
24779
24780 2008-07-21  Eric Blake  <ebb9@byu.net>
24781
24782         Warn, not fail, on stale version.
24783         * top/GNUmakefile (_curr-ver): Tone down previous patch.
24784
24785         Don't allow installation with stale devel version number.
24786         * top/GNUmakefile (_is-install-target): New macro.
24787         (_curr-ver): Forbid installation with stale version number.
24788
24789 2008-07-20  Bruno Haible  <bruno@clisp.org>
24790
24791         * modules/c-stack-tests (Makefile.am): Add LIBSIGSEGV to
24792         TESTS_ENVIRONMENT.
24793         * tests/test-c-stack2.sh: React differently if LIBSIGSEGV is in use.
24794
24795 2008-07-20  Bruno Haible  <bruno@clisp.org>
24796
24797         * lib/c-stack.h (c_stack_action): Add documentation.
24798         * lib/c-stack.c (c_stack_action): Remove incomplete documentation.
24799
24800 2008-07-20  Bruno Haible  <bruno@clisp.org>
24801
24802         * modules/canonicalize-lgpl (License): Relicense under LGPLv2+.
24803         * modules/readlink (License): Likewise.
24804
24805 2008-07-17  Eric Blake  <ebb9@byu.net>
24806
24807         * modules/c-stack (Link): Fix typo.
24808
24809         Make c-stack use libsigsegv, when available.
24810         * modules/c-stack (Depends-on): Add libsigsegv.
24811         * modules/c-stack-tests (Makefile.am): Link with libsigsegv, if
24812         needed.
24813         * lib/c-stack.c (SIGSTKSZ): Define fallback.
24814         (segv_handler, overflow_handler, c_stack_action)
24815         [HAVE_LIBSIGSEGV && !HAVE_XSI_STACK_OVERFLOW_HEURISTIC]: Add new
24816         implementation when libsigsegv is available, but only when using
24817         the library is necessary.
24818         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Add
24819         comment, explaining why XSI check fails on Linux.
24820         (gl_PREREQ_C_STACK): Supply LIBCSTACK, LTLIBCSTACK.
24821         * tests/test-c-stack2.sh: Tweak skip message.
24822         * NEWS: Document new link-time requirements.
24823
24824 2008-07-16  Eric Blake  <ebb9@byu.net>
24825
24826         c-stack: Expose false positives when not using libsigsegv.
24827         * modules/c-stack-tests (Files): Expand test.
24828         * tests/test-c-stack.c (main): Add means to conditionally trigger
24829         non-overflow SIGSEGV.
24830         * tests/test-c-stack2.sh: New file.
24831
24832 2008-07-14  Bruno Haible  <bruno@clisp.org>
24833
24834         * m4/libsigsegv.m4: Remove unneeded AC_PREREQ.
24835         Reported by Eric Blake.
24836
24837 2008-07-14  Sam Steingold  <sds@gnu.org>
24838             Bruno Haible  <bruno@clisp.org>
24839
24840         New module libsigsegv.
24841         * modules/libsigsegv: New file.
24842         * m4/libsigsegv.m4: New file, from GNU clisp sigsegv.m4 with
24843         modifications.
24844         * MODULES.html.sh (Signal handling): New section.
24845
24846 2008-07-14  Bruno Haible  <bruno@clisp.org>
24847
24848         * modules/unictype/ctype-* (Description): Add the word "function".
24849         Improves the resulting doc in MODULES.html.
24850
24851 2008-07-12  Ben Pfaff  <blp@gnu.org>
24852
24853         Add longlong module.
24854         * modules/longlong: New file.
24855
24856 2008-07-12  Bruno Haible  <bruno@clisp.org>
24857
24858         * m4/isnan.m4 (gl_ISNAN): When the replacement is used, set ISNAN_LIBM
24859         to empty.
24860
24861 2008-07-10  Ben Pfaff  <blp@gnu.org>
24862
24863         Add isnan module.
24864         * doc/posix-functions/isnan.texi: Mention new module.
24865         * lib/math.in.h: Define isnan macro if we have decided to replace
24866         it.
24867         * m4/isnan.m4: New file.
24868         * m4/isnanl.m4 (gl_FUNC_ISNANL): Factor out some code into new
24869         macro gl_BUILD_ISNANL so that isnan.m4 can use that functionality
24870         also.
24871         (gl_FUNC_ISNANL_NO_LIBM): Factor out same code, to reduce
24872         redundancy.
24873         * m4/math_h.m4: Initialize and substitute variables for isnan
24874         module.
24875         * modules/isnan: New file.
24876         * modules/isnan-tests: New file.
24877         * modules/math: Add substitutions for new module.
24878         * tests/test-isnan.c: New file.
24879         * MODULES.html.sh: Mention new module.
24880
24881 2008-07-10  Ben Pfaff  <blp@gnu.org>
24882
24883         Add isnanf module.
24884         * lib/isnanf.m4: New file.
24885         * m4/isnanf.m4 (gl_FUNC_ISNANF): New macro.
24886         (gl_HAVE_ISNANF_IN_LIBM): New macro.
24887         (gl_BUILD_ISNANF): New macro used by gl_FUNC_ISNANF,
24888         gl_FUNC_ISNANF_NO_LIBM, and gl_FUNC_ISNAN.
24889         * modules/isnanf: New file.
24890         * modules/isnanf-tests: New file.
24891         * modules/isnanf-nolibm-tests: Add tests/test-isnanf.h to list of
24892         files.
24893         * tests/test-isnanf-nolibm.c: factored most of its contents into
24894         new file tests/test-isnanf.h.
24895         * tests/test-isnanf.h: New file.
24896         * tests/test-isnanf.c: New file.
24897         * MODULES.html.sh: Mention new module.
24898         * doc/glibc-functions/isnanf.texi: Mention new module.
24899
24900 2008-07-10  Ben Pfaff  <blp@gnu.org>
24901
24902         Add isnand module.
24903         * lib/isnand.h: New file.
24904         * m4/isnand.m4 (gl_FUNC_ISNAND): New macro.
24905         (gl_FUNC_ISNAND_NO_LIBM): Split partially into new macro
24906         gl_HAVE_ISNAND_NO_LIBM so that gl_FUNC_ISNAND can use that
24907         functionality also.
24908         (gl_BUILD_ISNAND): New macro used by gl_FUNC_ISNAND,
24909         gl_FUNC_ISNAND_NO_LIBM, and gl_FUNC_ISNAN.
24910         (gl_HAVE_ISNAND_IN_LIBM): New macro.
24911         * modules/isnand: New file.
24912         * modules/isnand-tests: New file.
24913         * modules/isnand-nolibm-tests: Add tests/test-isnand.h to list of
24914         files.
24915         * tests/test-isnand-nolibm.c: factored most of its contents into
24916         new file tests/test-isnand.h.
24917         * tests/test-isnand.h: New file.
24918         * tests/test-isnand.c: New file.
24919         * MODULES.html.sh: Mention new module.
24920
24921 2008-07-10  Ben Pfaff  <blp@gnu.org>
24922
24923         * lib/isnanf.h: Rename lib/isnanf-nolibm.h.
24924         * lib/isnand.h: Rename lib/isnand-nolibm.h.
24925         * tests/test-isnanf.c: Rename tests/test-isnanf-nolibm.c.
24926         * tests/test-isnand.c: Rename tests/test-isnand-nolibm.c.
24927         * modules/isnanf-nolibm: Update references to renamed files.
24928         * modules/isnand-nolibm: Likewise.
24929         * modules/isnanf-nolibm-tests: Likewise.
24930         * modules/isnand-nolibm-tests: Likewise.
24931         * lib/frexp.c: Likewise.
24932         * lib/isfinite.c: Likewise.
24933         * lib/signbitd.c: Likewise.
24934         * lib/signbitf.c: Likewise.
24935         * lib/vasnprintf.c: Likewise.
24936         * tests/test-ceilf1.c: Likewise.
24937         * tests/test-ceilf2.c: Likewise.
24938         * tests/test-floorf1.c: Likewise.
24939         * tests/test-floorf2.c: Likewise.
24940         * tests/test-frexp.c: Likewise.
24941         * tests/test-round1.c: Likewise.
24942         * tests/test-round2.c: Likewise.
24943         * tests/test-roundf1.c: Likewise.
24944         * tests/test-strtod.c: Likewise.
24945         * tests/test-trunc1.c: Likewise.
24946         * tests/test-trunc2.c: Likewise.
24947         * tests/test-truncf1.c: Likewise.
24948         * tests/test-truncf2.c: Likewise.
24949         * NEWS: Mention the renamed header files.
24950
24951 2008-07-11  Jim Meyering  <meyering@redhat.com>
24952
24953         vc-list-files: make the last-resort awk code more portable
24954         * build-aux/vc-list-files: Don't rely on awk's "sub" command.
24955         /bin/awk from OpenSolaris 11's SUNWesu version 2008.03.22.10.56
24956         does not support it.
24957
24958 2008-07-10  Eric Blake  <ebb9@byu.net>
24959
24960         Work with tar's bootstrap.
24961         * gnulib-tool (func_emit_initmacro_end): Use m4_defn in the case
24962         where LIBSOURCES_DIR contains .#bootmp but must not be treated as
24963         an m4 comment.
24964
24965 2008-07-09  Jim Meyering  <meyering@redhat.com>
24966
24967         posix-shell.m4: fix typo that made this test malfunction
24968         * m4/posix-shell.m4: Remove capitalization in variable name.
24969
24970 2008-07-08  Bruno Haible  <bruno@clisp.org>
24971
24972         * m4/onceonly.m4: Update comments.
24973         Reported by Ben Pfaff <blp@cs.stanford.edu>.
24974
24975 2008-07-04  Jim Meyering  <meyering@redhat.com>
24976
24977         * users.txt: Add vc-dwim.
24978         (bison, coreutils): Use the gitweb URL.
24979
24980 2008-07-03  Jim Meyering  <meyering@redhat.com>
24981
24982         * users.txt: Add libffcall.  From Sam Steingold.
24983
24984 2008-07-03  OndÅ™ej Vašík  <ovasik@redhat.com>
24985
24986         getdate.y: do not ignore TZ with relative day, month or year offset
24987         * lib/getdate.y (get_date): Move the tz-handling block to follow the
24988         relative-date-handling, since otherwise, the latter would clobber the
24989         sole output (an updated Start value) of the tz-handling block.
24990         * tests/test-getdate.c: Tests for the fix
24991
24992 2008-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
24993
24994         Recognize 'foo_LIBRARIES += libgnu.a'.
24995         * gnulib-tool (func_emit_lib_Makefile_am): Recognize if a
24996         makefile snippet has already specified an installation location,
24997         also using '+='.
24998
24999 2008-07-02  OndÅ™ej Vašík  <ovasik@redhat.com>
25000
25001         getdate.y: factor out common actions
25002         * lib/getdate.y (apply_relative_time, set_hhmmss): New functions.
25003         Use them in place of open-coded actions.
25004
25005 2008-07-01  Simon Josefsson  <simon@josefsson.org>
25006
25007         Add self-test for getdate module.
25008         * modules/getdate-tests: New file.
25009         * tests/test-getdate.c: New file.
25010
25011 2008-06-29  Bruno Haible  <bruno@clisp.org>
25012
25013         * gnulib-tool (func_import): Put gnulib-comp.m4 into .cvsignore or
25014         .gitignore.
25015         Reported by Sylvain Beucler <beuc@beuc.net>.
25016
25017 2008-06-29  Bruno Haible  <bruno@clisp.org>
25018
25019         * doc/gnulib-tool.texi (VCS Issues): Mention --no-vc-files option.
25020         * m4/gnulib-tool.m4: Update to match current gnulib-tool.
25021
25022 2008-06-29  Bruno Haible  <bruno@clisp.org>
25023
25024         * gnulib-tool (func_import): Recommend to put gnulib-cache.m4 into
25025         EXTRA_DIST.
25026         Reported by Sylvain Beucler <beuc@beuc.net>.
25027
25028 2008-06-26  Jim Meyering  <meyering@redhat.com>
25029
25030         make several modules depend on the "open" module
25031         This provides slightly increased consistency when opening-for-write
25032         the name of a non-directory spelled with a trailing slash.
25033         * modules/chdir-safer: Likewise.
25034         * modules/chown: Likewise.
25035         * modules/clean-temp: Likewise.
25036         * modules/copy-file: Likewise.
25037         * modules/fchdir: Likewise.
25038         * modules/fcntl-safer: Likewise.
25039         * modules/pipe: Likewise.
25040         * modules/utime: Likewise.
25041         Prompted by Eric Blake and Bruno Haible.
25042
25043 2008-06-24  Andreas Schwab  <schwab@suse.de>
25044
25045         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Don't test whether compound
25046         literals can be used as initializers for global variables.
25047
25048 2008-06-23  Eric Blake  <ebb9@byu.net>
25049
25050         Make gnulib-cache.m4 easier to diff.
25051         * gnulib-tool (func_import): Allow newlines when reading cached
25052         gl_MODULES, and generate newlines when creating gnulib-cache.m4.
25053
25054 2008-06-23  Bruno Haible  <bruno@clisp.org>
25055
25056         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): Remove macro.
25057         (gl_PREREQ_SIGPROCMASK): Don't invoke it.
25058         * m4/sigaction.m4 (gl_PREREQ_SIG_HANDLER_H): New macro, moved here from
25059         m4/signalblocking.m4.
25060         (gl_PREREQ_SIGACTION): Don't invoke it.
25061         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Invoke
25062         gl_PREREQ_SIG_HANDLER_H.
25063         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
25064         Don't check for sigaction here.
25065
25066 2008-06-23  Bruno Haible  <bruno@clisp.org>
25067
25068         * lib/fatal-signal.c (fatal_signal_handler): Update comment.
25069         (install_handlers): Don't set the SA_RESETHAND flag.
25070
25071 2008-06-23  Bruno Haible  <bruno@clisp.org>
25072
25073         * m4/sigaction.m4: Comment fixes.
25074         * lib/signal.in.h: Likewise.
25075
25076 2008-06-23  Eric Blake  <ebb9@byu.net>
25077
25078         Fix typo.
25079         * tests/test-sigaction.c (MASK_SA_FLAGS): Add missing operator.
25080
25081         Avoid SA_ namespace.
25082         * tests/test-sigaction.c (MASK_SA_FLAGS): Rename from SA_MASK.
25083         Reported by Ralf Wildenhues.
25084
25085         Avoid test failure due to SA_RESTORER.
25086         * tests/test-sigaction.c (SA_MASK): New macro.
25087         (main): Avoid failing due to extension flags being set.
25088         Reported by Jim Meyering.
25089
25090         Revert use of sig-handler.h in sigprocmask.c.
25091         * modules/sigprocmask (Files): Don't rely on sig-handler.h, since
25092         it requires the existence of struct sigaction.
25093         * lib/sigprocmask.c (handler_t): Restore typedef.
25094         (rpl_signal, old_handlers): Use local type.
25095
25096 2008-06-22  Bruno Haible  <bruno@clisp.org>
25097
25098         * tests/test-stdint.c: Disable the INTMAX_MAX preprocessor test
25099         conditionally.
25100         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
25101
25102 2008-06-22  Bruno Haible  <bruno@clisp.org>
25103
25104         * doc/posix-functions/siginterrupt.texi: Move note.
25105
25106         * lib/signal.in.h (SA_RESTART): New macro.
25107         * lib/sigaction.c: Update comment.
25108
25109         * m4/sigaction.m4 (gl_SIGACTION): Require gl_SIGNAL_H_DEFAULTS.
25110
25111         * m4/signalblocking.m4 (gl_PREREQ_SIG_HANDLER_H): New macro.
25112         (gl_PREREQ_SIGPROCMASK): Invoke it.
25113         * m4/sigaction.m4 (gl_PREREQ_SIGACTION): Likewise.
25114
25115         * lib/nanosleep.c (rpl_nanosleep): Setup newact only when it is needed.
25116
25117         * lib/sigprocmask.c: Update a comment.
25118
25119 2008-06-21  Eric Blake  <ebb9@byu.net>
25120
25121         Use sigaction module rather than signal().
25122         * modules/c-stack (Depends-on): Add sigaction.
25123         * modules/fatal-signal (Depends-on): Likewise.
25124         * modules/nanosleep (Depends-on): Likewise.
25125         * modules/sigprocmask (Files): Add sig-handler.h.
25126         * modules/sigaction (Files): Likewise.
25127         * lib/sig-handler.h (get_handler): New file, suggested by Paul
25128         Eggert.
25129         * lib/c-stack.c (SIGACTION_WORKS): Simplify conditions.
25130         (c_stack_action) [!SIGACTION_WORKS]: Use sigaction, not signal.
25131         * lib/fatal-signal.c (uninstall_handlers, install_handlers)
25132         (init_fatal_signals): Likewise.
25133         * lib/nanosleep.c (rpl_nanosleep): Likewise.
25134         (siginterrupt): Delete fallback.
25135         * lib/sigprocmask.c (handler_t, old_handlers): Use sa_handler_t
25136         instead.
25137         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Drop check for
25138         siginterrupt.
25139
25140         New module sigaction, for mingw.
25141         * modules/sigaction: New module...
25142         * modules/sigaction-tests: ...and its test.
25143         * m4/sigaction.m4: New file.
25144         * lib/sigaction.c: Likewise.
25145         * tests/test-sigaction.c: Likewise.
25146         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Add sigaction variables.
25147         * modules/signal (Makefile.am): Likewise.
25148         * lib/signal.in.h (!@HAVE_SIGACTION@): Define replacements when
25149         needed.
25150         * doc/posix-headers/signal.texi (signal.h): Mention provided
25151         types.
25152         * doc/posix-functions/siginterrupt.texi (siginterrupt): Mention
25153         that sigaction is preferable.
25154         * doc/posix-functions/sigaction.texi (sigaction): Mention new
25155         module.
25156         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
25157         sigaction.
25158
25159         Improve robustness of sigprocmask by overriding signal.
25160         * lib/signal.in.h (rpl_signal): Override signal when sigprocmask
25161         is in use.
25162         * lib/sigprocmask.c (blocked_handler): Reinstall block handler.
25163         (SIGKILL, SIGSTOP): Provide fallbacks.
25164         (rpl_signal): Implement.
25165         (old_handlers, blocked_set): Mark volatile, since sigprocmask and
25166         signal can be called inside handlers.
25167
25168         Fix nanosleep module on mingw.
25169         * modules/nanosleep (Depends-on): Add sys_select.
25170         * lib/nanosleep.c (HAVE_SYS_SELECT_H): Rely on gnulib module.
25171
25172         Fix licensing of sigprocmask.
25173         * modules/raise (License): Relicense as LGPL.
25174
25175 2008-06-21  Bruno Haible  <bruno@clisp.org>
25176
25177         * lib/propername.c (proper_name_utf8): Don't use the transliterated
25178         result if it contains question marks.
25179         Reported by Michael Geng <linux@michaelgeng.de>.
25180
25181 2008-06-19  Bruno Haible  <bruno@clisp.org>
25182
25183         Fix CVS-ism.
25184         * doc/gnulib.texi: Include updated-stamp.texi.
25185         * doc/Makefile (GNULIB_TEXI_FILES): New variable.
25186         (updated-stamp.texi): New rule.
25187         (gnulib.info): Depend on it.
25188         * doc/.gitignore: Add updated-stamp.texi.
25189         Based on a patch by Thien-Thi Nguyen <ttn@gnuvola.org>.
25190
25191 2008-06-19  Bruno Haible  <bruno@clisp.org>
25192
25193         * doc/Makefile (gnulib.info): Update and simplify dependencies.
25194         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
25195
25196 2008-06-19  Eric Blake  <ebb9@byu.net>
25197
25198         Fix VPATH 'make dist' with GNU make and non-VCS tarball.
25199         * top/GNUmakefile (_curr-ver): Don't use $(srcdir) unnecessarily.
25200         Reported by Stepan Kasal.
25201
25202 2008-06-18  Bruno Haible  <bruno@clisp.org>
25203
25204         * lib/fatal-signal.c (init_fatal_signals): Add comment.
25205         Reported by Eric Blake.
25206
25207 2008-06-18  Eric Blake  <ebb9@byu.net>
25208
25209         Work around cygwin 1.5.25 strsignal bug.
25210         * tests/test-strsignal.c: Allow for const char *.
25211         * doc/glibc-functions/strsignal.texi (strsignal): Document the bug.
25212
25213 2008-06-18  Simon Josefsson  <simon@josefsson.org>
25214
25215         * users.txt: Update URL to article and add author/date
25216         information.
25217
25218 2008-06-17  Bruno Haible  <bruno@clisp.org>
25219
25220         New macro gl_DISABLE_THREADS.
25221         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Use value gl_use_threads_default
25222         if the user did not pass --enable-threads or --disable-threads option.
25223         (gl_DISABLE_THREADS): New macro.
25224         Reported by Eric Blake <ebb9@byu.net>.
25225
25226 2008-06-17  Bruno Haible  <bruno@clisp.org>
25227
25228         * lib/tls.h (gl_tls_key_init): Evaluate the destructor argument also
25229         when the macro ignores it.
25230         Based on a patch by Eric Blake <ebb9@byu.net>.
25231
25232 2008-06-17  Bruno Haible  <bruno@clisp.org>
25233
25234         * modules/tls (License): Change to LGPLv2+.
25235         Reported by Eric Blake.
25236
25237 2008-06-17  Eric Blake  <ebb9@byu.net>
25238
25239         Simplify c-stack prerequisites.
25240         * lib/c-stack.c (includes): Remove unused <sys/resource.h>.
25241         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Posix 200x
25242         no longer requires <ucontext.h> to exist.  Optimize setrlimit
25243         check.
25244         (gl_PREREQ_C_STACK): Remove check for unused getcontext and
25245         <sys/resource.h>.
25246
25247         Move c-stack test into testsuite.
25248         * modules/c-stack-tests: New file.
25249         * lib/c-stack.c [DEBUG]: Move test program...
25250         * tests/test-c-stack.c: ...into this new file.  Skip rather than
25251         fail test if sigaltstack is lacking.
25252         * tests/test-c-stack.sh: New driver file.
25253
25254 2008-06-16  Eric Blake  <ebb9@byu.net>
25255
25256         Use raise module consistently.
25257         * modules/fatal-signal (Depends-on): Add raise.
25258         * modules/sigprocmask (Depends-on): Likewise.
25259         * lib/fatal-signal.c (fatal_signal_handler): Rely on raise.
25260         * lib/sigprocmask.c (sigprocmask): Likewise.
25261         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Likewise.
25262         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Likewise.
25263
25264         Fix compliance bug in sigpending.
25265         * lib/sigprocmask.c (sigpending): Return pending array via
25266         parameter, not return value.
25267
25268 2008-06-14  Eric Blake  <ebb9@byu.net>
25269
25270         Improve obstack-printf test code.
25271         * tests/test-obstack-printf.c (test_function): Fix comment, and
25272         simplify usage of obstack_* in macros.  Add a test for coverage.
25273         Reported by Bruno Haible.
25274
25275 2008-06-14  Bruno Haible  <bruno@clisp.org>
25276
25277         * lib/obstack_printf.c (obstack_vprintf): Define the stack-allocated
25278         array size as a constant, not as a const variable.
25279         * m4/obstack-printf.m4 (gl_FUNC_OBSTACK_PRINTF): Require
25280         AC_USE_SYSTEM_EXTENSIONS.
25281         * m4/obstack-printf-posix.m4 (gl_FUNC_OBSTACK_PRINTF_POSIX): Likewise.
25282         Test whether the obstack_printf function actually exists.
25283         * modules/obstack-printf (Depends-on): Add extensions.
25284         (Include): Remove obstack.h.
25285         * modules/obstack-printf-posix (Depends-on): Add extensions.
25286         (Include): Remove obstack.h.
25287
25288 2008-06-13  Eric Blake  <ebb9@byu.net>
25289
25290         Add obstack-printf and obstack-printf-posix modules.
25291         * modules/obstack-printf: New file.
25292         * modules/obstack-printf-posix: Likewise.
25293         * MODULES.html.sh (Misc): Mention them.
25294         * doc/glibc-functions/obstack_printf.texi (obstack_printf):
25295         Likewise.
25296         * doc/glibc-functions/obstack_vprintf.texi (obstack_vprintf):
25297         Likewise.
25298         * modules/stdio (Makefile.am): Accomodate new modules.
25299         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
25300         * lib/stdio.in.h (rpl_obstack_printf, rpl_obstack_vprintf):
25301         Declare.
25302         * lib/obstack_printf.c (obstack_printf, obstack_vprintf): New
25303         functions.
25304         * m4/obstack-printf.m4 (gl_OBSTACK_PRINTF)
25305         (gl_REPLACE_OBSTACK_PRINTF): New macros
25306         * m4/obstack-printf-posix.m4 (gl_OBSTACK_PRINTF_POSIX): Likewise.
25307         * tests/test-obstack-printf.c: New file.
25308         * modules/obstack-printf-tests: Likewise.
25309         * modules/obstack-printf-posix-tests: Likewise.
25310
25311 2008-06-11  Bruno Haible  <bruno@clisp.org>
25312
25313         * m4/open.m4 (gl_FUNC_OPEN): Add test against trailing slash bug.
25314         * lib/open.c: Include errno.h.
25315         (open): Fail when attempting to write to a file that has a trailing
25316         slash.
25317         * tests/test-open.c (main): Test against trailing slash bug.
25318         * doc/posix-functions/open.texi: Mention the trailing slash bug.
25319
25320 2008-06-10  Bruno Haible  <bruno@clisp.org>
25321
25322         * tests/test-vc-list-files-git.sh: Make double use of 'exit'. Needed
25323         for $? to work inside the trap command, with various /bin/sh-s.
25324         * tests/test-vc-list-files-cvs.sh: Likewise.
25325
25326 2008-06-10  Bruno Haible  <bruno@clisp.org>
25327
25328         * lib/acl-internal.h: Don't include gettext.h here.
25329         * lib/set-mode-acl.c: Include gettext.h here.
25330         * lib/copy-acl.c: Likewise.
25331
25332 2008-06-10  Bruno Haible  <bruno@clisp.org>
25333
25334         * lib/wait-process.h (wait_subprocess): Add termsigp argument.
25335         * lib/wait-process.c (wait_subprocess): Likewise.
25336         * lib/execute.h (execute): Add termsigp argument.
25337         * lib/execute.c (execute): Likewise.
25338         * lib/csharpcomp.c (compile_csharp_using_pnet,
25339         compile_csharp_using_mono, compile_csharp_using_sscli): Update.
25340         * lib/csharpexec.c (execute_csharp_using_pnet,
25341         execute_csharp_using_mono, execute_csharp_using_sscli): Update.
25342         * lib/javacomp.c (compile_using_envjavac, compile_using_gcj,
25343         compile_using_javac, compile_using_jikes, is_envjavac_gcj,
25344         is_envjavac_gcj43, is_gcj_present, is_gcj_43, is_javac_present,
25345         is_jikes_present): Update.
25346         * lib/javaexec.c (execute_java_class): Update.
25347         * lib/javaversion.c (execute_and_read_line): Update.
25348         * NEWS: Document the changes.
25349         Reported by Eric Blake.
25350
25351 2008-06-10  Eric Blake  <ebb9@byu.net>
25352
25353         Add missing include.
25354         * tests/test-strstr.c (includes): Add <signal.h>.
25355         * tests/test-strcasestr.c (includes): Likewise.
25356         * tests/test-memmem.c (includes): Likewise.
25357
25358 2008-06-10  Bruno Haible  <bruno@clisp.org>
25359
25360         * lib/wait-process.c (wait_subprocess): Add an assertion.
25361
25362 2008-06-10  Bruno Haible  <bruno@clisp.org>
25363
25364         * lib/wait-process.c (wait_subprocess): Try to fix waitid() based code.
25365
25366 2008-06-10  Bruno Haible  <bruno@clisp.org>
25367
25368         * tests/test-memmem.c (main): Reset SIGALRM to default handling before
25369         using alarm().
25370         * tests/test-strcasestr.c (main): Likewise.
25371         * tests/test-strstr.c (main): Likewise.
25372
25373 2008-06-09  Bruno Haible  <bruno@clisp.org>
25374
25375         Work around the Solaris 10 ACE ACLs ABI change.
25376         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): Don't
25377         declare if ACL_NO_TRIVIAL is present.
25378         (ACE_ACCESS_ALLOWED_ACE_TYPE, ACE_ACCESS_DENIED_ACE_TYPE,
25379         NEW_ACE_OWNER, NEW_ACE_GROUP, NEW_ACE_IDENTIFIER_GROUP, ACE_EVERYONE,
25380         NEW_ACE_READ_DATA, NEW_ACE_WRITE_DATA, NEW_ACE_EXECUTE): New macros.
25381         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): Don't
25382         define if ACL_NO_TRIVIAL is present.
25383         (acl_ace_nontrivial): Detect whether the old or new ABI is in use,
25384         and use the current ABI.
25385         (file_has_acl): Use same #if condition as elsewhere.
25386         * lib/set-mode-acl.c (qset_acl): Detect whether the old or new ABI is
25387         in use, and use the current ABI.
25388         * doc/acl-resources.txt: More doc about newer Solaris 10 versions.
25389         Reported by Jim Meyering.
25390
25391 2008-06-09  Eric Blake  <ebb9@byu.net>
25392
25393         Work around environments that (stupidly) ignore SIGALRM.
25394         * m4/strstr.m4 (gl_FUNC_STRSTR): Reset SIGALRM to default handling
25395         before using alarm().
25396         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
25397         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
25398         Reported by Ian Beckwith <ianb@erislabs.net>.
25399
25400         Produce autobuild blurb earlier in log.
25401         * modules/autobuild (configure.ac-early): Move AB_INIT here.
25402
25403 2008-06-09  Jim Meyering  <meyering@redhat.com>
25404         and OndÅ™ej Vašík  <ovasik@redhat.com>
25405
25406         utimens.c: correct kernel bug work-around
25407         OndÅ™ej Vašík found that the invalid return value of 280 indicates
25408         failure, not success, and the kernel bug we're trying to work
25409         around affects not just the utimensat call, but also the fallback
25410         futimens call.
25411         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Simulate failure,
25412         not success.
25413         [HAVE_FUTIMENS]: Use the same work-around, here.
25414
25415 2008-06-09  Jim Meyering  <meyering@redhat.com>
25416
25417         add more guards around definition of ACE_-related code
25418         * lib/file-has-acl.c (acl_ace_nontrivial): Define only if
25419         ALLOW and ACE_OWNER are also defined.
25420
25421 2008-06-08  Bruno Haible  <bruno@clisp.org>
25422
25423         * lib/acl-internal.h: Add me as co-author.
25424         * lib/file-has-acl.c: Likewise.
25425         * lib/set-mode-acl.c: Likewise.
25426         * lib/copy-acl.c: Likewise.
25427
25428 2008-06-08  Bruno Haible  <bruno@clisp.org>
25429
25430         Add support for AIX ACLs.
25431         * lib/acl-internal.h (acl_nontrivial): New declaration.
25432         * lib/file-has-acl.c (acl_nontrivial): New function.
25433         (file_has_acl): Add implementation using AIX 4 ACL API.
25434         * lib/set-mode-acl.c (qset_acl): Likewise.
25435         * lib/copy-acl.c (qcopy_acl): Likewise.
25436
25437 2008-06-08  Bruno Haible  <bruno@clisp.org>
25438
25439         Add support for HP-UX ACLs.
25440         * lib/acl-internal.h (acl_nontrivial): New declaration.
25441         * lib/file-has-acl.c (acl_nontrivial): New function.
25442         (file_has_acl): Add implementation using HP-UX 11 ACL API.
25443         * lib/set-mode-acl.c (qset_acl): Likewise.
25444         * lib/copy-acl.c (qcopy_acl): Likewise.
25445
25446 2008-06-08  Bruno Haible  <bruno@clisp.org>
25447
25448         Add support for Cygwin ACLs.
25449         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro for Solaris-like API.
25450         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Don't optimize away
25451         the chmod_or_fchmod call.
25452         * lib/copy-acl.c (qcopy_acl) [!MODE_INSIDE_ACL]: Likewise.
25453
25454 2008-06-08  Bruno Haible  <bruno@clisp.org>
25455
25456         Fix bug with setuid modes in Solaris 10+ code.
25457         * lib/set-mode-acl.c (qset_acl): Call chmod_or_fchmod when acl_set
25458         succeeded, when the mode contains some special bits.
25459
25460 2008-06-08  Bruno Haible  <bruno@clisp.org>
25461
25462         Add support for Solaris 7..10 ACLs.
25463         * lib/acl-internal.h (acl_nontrivial, acl_ace_nontrivial): New
25464         declarations.
25465         * lib/file-has-acl.c (acl_nontrivial, acl_ace_nontrivial): New
25466         functions.
25467         (file_has_acl): Add implementation using Solaris 7..10 ACL API.
25468         * lib/set-mode-acl.c (qset_acl): Likewise.
25469         * lib/copy-acl.c (qcopy_acl): Likewise.
25470
25471 2008-06-08  Bruno Haible  <bruno@clisp.org>
25472
25473         * lib/acl-internal.h (acl_extended_nontrivial) [MacOS X]: New
25474         declaration.
25475         * lib/file-has-acl.c (acl_extended_nontrivial) [MacOS X]: New function.
25476         (acl_access_nontrivial): Remove MacOS X case.
25477         (file_has_acl): Use acl_extended_nontrivial.
25478         * lib/copy-acl.c (qcopy_acl): Likewise.
25479
25480 2008-06-08  Bruno Haible  <bruno@clisp.org>
25481
25482         * lib/set-mode-acl.c (qset_acl): Trivial code simplifications.
25483
25484 2008-06-08  Jim Meyering  <meyering@redhat.com>
25485
25486         * modules/acl (Maintainer): Add Bruno Haible.
25487
25488 2008-06-07  Bruno Haible  <bruno@clisp.org>
25489
25490         Improve support for Tru64 ACLs.
25491         * lib/file-has-acl.c (file_has_acl): Don't test the ACL_TYPE_DEFAULT
25492         ACL on OSF/1.
25493
25494 2008-06-07  Bruno Haible  <bruno@clisp.org>
25495
25496         Add support for MacOS X ACLs.
25497         * lib/file-has-acl.c (file_has_acl): Use ACL_TYPE_EXTENDED instead of
25498         ACL_TYPE_ACCESS and ACL_TYPE_DEFAULT.
25499         * lib/set-mode-acl.c (qset_acl): Likewise.
25500         * lib/copy-acl.c (qcopy_acl): Likewise.
25501
25502 2008-06-07  Bruno Haible  <bruno@clisp.org>
25503
25504         Fix memory leak introduced on 2008-05-22.
25505         * lib/set-mode-acl.c (qset_acl) [!MODE_INSIDE_ACL]: Free ACLs after
25506         use.
25507
25508 2008-06-07  Bruno Haible  <bruno@clisp.org>
25509
25510         * lib/set-mode-acl.c (qset_acl): Use acl_init(), not acl_from_text(),
25511         to construct an empty ACL.
25512
25513 2008-06-07  Bruno Haible  <bruno@clisp.org>
25514
25515         * lib/set-mode-acl.c (chmod_or_fchmod): Document return value
25516         precisely.
25517         * lib/copy-acl.c (qcopy_acl): Trivial code simplifications.
25518
25519 2008-06-07  Bruno Haible  <bruno@clisp.org>
25520
25521         * lib/copy-acl.c (qcopy_acl): Make the #if branches independent.
25522         * lib/set-mode-acl.c (qset_acl): Choose better local variable names.
25523
25524 2008-06-07  Bruno Haible  <bruno@clisp.org>
25525
25526         * doc/posix-functions/_setjmp.texi: Explain the use of this function
25527         regardless of POSIX.
25528         * doc/posix-functions/_longjmp.texi: Likewise.
25529         * doc/posix-functions/setjmp.texi: Mention HP-UX as not counting as a
25530         SystemV platform in this case.
25531
25532 2008-06-06  Eric Blake  <ebb9@byu.net>
25533
25534         Document abort() bugs.
25535         * doc/posix-functions/abort.texi (abort): Mention anomalies.
25536
25537         * doc/posix-functions/setjmp.texi (setjmp): Mingw has setjmp.
25538         * doc/posix-functions/sigsetjmp.texi (sigsetjmp): Cygwin has
25539         sigsetjmp.
25540         * doc/posix-functions/siglongjmp.texi (siglongjmp): Cygwin has
25541         siglongjmp, but only as a macro.
25542         * doc/posix-functions/_longjmp.texi (_longjmp): Mention that this
25543         is obsolete.
25544         * doc/posix-functions/_setjmp.texi (_setjmp): Likewise.
25545
25546         Tweak documentation to cover cygwin argz bugs.
25547         * m4/argz.m4 (gl_FUNC_ARGZ): Mention date of last known cygwin
25548         argz bug fix; no code change needed since no cygwin releases
25549         occurred between the last fix and the bug being tested.
25550         * doc/glibc-functions/argz_add.texi (argz_add): Document the argz
25551         module and recently fixed cygwin bugs.
25552         * doc/glibc-functions/argz_add_sep.texi (argz_add_sep): Likewise.
25553         * doc/glibc-functions/argz_append.texi (argz_append): Likewise.
25554         * doc/glibc-functions/argz_count.texi (argz_count): Likewise.
25555         * doc/glibc-functions/argz_create.texi (argz_create): Likewise.
25556         * doc/glibc-functions/argz_create_sep.texi (argz_create_sep):
25557         Likewise.
25558         * doc/glibc-functions/argz_delete.texi (argz_delete): Likewise.
25559         * doc/glibc-functions/argz_extract.texi (argz_extract): Likewise.
25560         * doc/glibc-functions/argz_insert.texi (argz_insert): Likewise.
25561         * doc/glibc-functions/argz_next.texi (argz_next): Likewise.
25562         * doc/glibc-functions/argz_replace.texi (argz_replace): Likewise.
25563         * doc/glibc-functions/argz_stringify.texi (argz_stringify):
25564         Likewise.
25565
25566         Avoid gcc warning on cygwin.
25567         * lib/copy-acl.c (qcopy_acl) [!HAVE_ACL_GET_FILE &&
25568         !ACL_NO_TRIVIAL]: Avoid unused variable.
25569
25570 2008-06-05  Eric Blake  <ebb9@byu.net>
25571
25572         Be tolerant of UNKNOWN version in gnulib-tool test dir.
25573         * top/GNUmakefile (_dummy): Warn rather than reconfigure if
25574         git-version-gen fails to come up with a version.
25575         Reported by Simon Josefsson.
25576
25577 2008-06-05  Jim Meyering  <meyering@redhat.com>
25578             Paul Eggert  <eggert@cs.ucla.edu>
25579
25580         utimens.c: work around a probable Linux kernel bug
25581         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT]: Work around what
25582         appears to be a kernel bug that causes utimensat to return 280
25583         instead of 0, indicating success.
25584
25585 2008-06-04  Bruno Haible  <bruno@clisp.org>
25586
25587         * lib/copy-acl.c (qcopy_acl): Call qset_acl, not set_acl. Fixes
25588         2008-06-01 commit.
25589
25590 2008-06-04  Bruno Haible  <bruno@clisp.org>
25591
25592         * lib/acl-internal.h (acl_access_nontrivial): New declaration.
25593         * lib/file-has-acl.c (acl_access_nontrivial): New function.
25594         (file_has_acl): Use it. Save errno afterwards.
25595         * lib/copy-acl.c (qcopy_acl): Use acl_access_nontrivial.
25596
25597 2008-06-03  Bruno Haible  <bruno@clisp.org>
25598
25599         * lib/file-has-acl.c (file_has_acl): Put Solaris 10 code after POSIX-
25600         draft code. Simplify #ifs.
25601         * lib/set-mode-acl.c (qset_acl): Don't test for symlink if !USE_ACL.
25602         Put Solaris code after POSIX-draft code. Fix comments regarding
25603         Solaris 10, HP-UX. Mention Cygwin.
25604         * lib/copy-acl.c (qcopy_acl): Simplify #ifs.
25605
25606 2008-06-03  Eric Blake  <ebb9@byu.net>
25607
25608         Provide fallback for older kernels.
25609         * lib/utimens.c (gl_futimens) [HAVE_UTIMENSAT, HAVE_FUTIMENS]:
25610         Provide runtime fallback if kernel lacks support.
25611         Reported by Mike Frysinger.
25612
25613 2008-06-02  Bruno Haible  <bruno@clisp.org>
25614
25615         * lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Include EOPNOTSUPP if
25616         it exists.
25617
25618 2008-06-02  Bruno Haible  <bruno@clisp.org>
25619
25620         * lib/acl_entries.c (acl_entries): Rewrite to use acl_get_entry.
25621         * lib/copy-acl.c (qcopy_acl): Update comment.
25622
25623 2008-06-02  Bruno Haible  <bruno@clisp.org>
25624
25625         * lib/acl-entries.h: Enclose most definitions in #ifs for POSIX-draft
25626         like ACL APIs.
25627
25628 2008-06-02  Bruno Haible  <bruno@clisp.org>
25629
25630         * tests/test-file-has-acl.sh: Use different code for Cygwin.
25631         * tests/test-set-mode-acl.sh: Likewise.
25632         * tests/test-copy-acl.sh: Likewise.
25633         * tests/test-copy-file.sh: Likewise.
25634
25635 2008-06-02  Bruno Haible  <bruno@clisp.org>
25636
25637         * tests/test-file-has-acl.sh: Remove unused code.
25638
25639 2008-06-01  Bruno Haible  <bruno@clisp.org>
25640
25641         * lib/copy-acl.c (qcopy_acl): New function, extracted from copy_acl.
25642         (copy_acl): Just a wrapper around qcopy_acl that emits the error
25643         messages.
25644         * lib/set-mode-acl.c (qset_acl): Document return value precisely.
25645
25646 2008-06-01  Bruno Haible  <bruno@clisp.org>
25647
25648         * m4/acl.m4 (gl_FUNC_ACL): Separate the POSIX-like and the Solaris
25649         tests. Test for libpacl, needed for OSF/1. Test for extended ACLs,
25650         needed for MacOS X. Test for HP-UX API. Test for newer and older AIX
25651         APIs.
25652         * modules/acl-tests (configure.ac): Remove tests now contained in
25653         m4/acl.m4.
25654
25655 2008-06-02  Jim Meyering  <meyering@redhat.com>
25656
25657         announce-gen: use a better key-server host name
25658         * build-aux/announce-gen (main): Recommend keys.gnupg.net, since
25659         it may be more consistently reliable.  Suggested by Werner Koch
25660         in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/13717>.
25661
25662 2008-06-01  Bruno Haible  <bruno@clisp.org>
25663
25664         * lib/stdio-impl.h (fp_ub): Use fp_. Needed for DragonFly BSD.
25665         Reported by Voroskoi Andras <voroskoi@gmail.com>.
25666
25667 2008-06-01  Voroskoi Andras  <voroskoi@gmail.com>  (tiny change)
25668
25669         * lib/stdio-impl.h [__DragonFly__]: Fix typo.
25670
25671 2008-06-01  Bruno Haible  <bruno@clisp.org>
25672
25673         New ACL tests.
25674         * tests/test-file-has-acl.sh: New file.
25675         * tests/test-file-has-acl.c: New file.
25676         * tests/test-set-mode-acl.sh: New file.
25677         * tests/test-set-mode-acl.c: New file.
25678         * tests/test-copy-acl.sh: New file, based on tests/test-copy-file.sh.
25679         * tests/test-copy-acl.c: New file.
25680         * modules/acl-tests: New file, based on modules/copy-file-tests.
25681         * modules/copy-file-tests (Files): Remove tests/test-sameacls.c.
25682         (Depends-on): Add acl-tests.
25683         (configure.ac): Remove checks.
25684         (Makefile.am): Don't create test-sameacls program here any more.
25685
25686 2008-06-01  Bruno Haible  <bruno@clisp.org>
25687
25688         * tests/test-copy-file.sh: Portability fixes for Solaris, HP-UX, IRIX.
25689         * tests/test-sameacls.c: Include progname.h.
25690         (main): Invoke set_program_name. Portability fixes for MacOS X,
25691         Solaris, HP-UX.
25692
25693 2008-06-01  Bruno Haible  <bruno@clisp.org>
25694
25695         * lib/freadahead.c (freadahead) [__DragonFly__]: Use the __sreadahead
25696         function.
25697         Reported by VOROSKOI Andras <voroskoi@gmail.com>.
25698
25699 2008-06-01  Bruno Haible  <bruno@clisp.org>
25700
25701         * modules/rpmatch (Depends-on): Add strdup.
25702
25703 2008-06-01  Bruno Haible  <bruno@clisp.org>
25704
25705         * lib/pipe.c: Include unistd-safer.h.
25706         (create_pipe): Ensure the returned file descriptors are not in {0,1,2}.
25707         * modules/pipe (Depends-on): Add unistd-safer.
25708
25709 2008-05-30  Simon Josefsson  <simon@josefsson.org>
25710
25711         * modules/autobuild (configure.ac): Call AB_INIT.
25712
25713 2008-05-30  Simon Josefsson  <simon@josefsson.org>
25714
25715         * tests/test-getaddrinfo.c: Don't print debug messages by default.
25716         Suggested by Bruno Haible <bruno@clisp.org>.
25717
25718 2008-05-30  Simon Josefsson  <simon@josefsson.org>
25719
25720         * tests/test-base64.c: Cast size_t to unsigned long when invoking
25721         printf.  Use %lu instead of %d.  Reported by Bruno Haible
25722         <bruno@clisp.org>.
25723
25724 2008-05-29  Eric Blake  <ebb9@byu.net>
25725
25726         Prefer new POSIX 200x interfaces over futimesat.
25727         * m4/utimens.m4 (gl_UTIMENS): Check for futimens, utimensat.
25728         * lib/utimens.c (gl_futimens): Use them for nanosecond resolution
25729         when available.
25730         [HAVE_BUGGY_NFS_TIME_STAMPS]: Allow C89 compilation.
25731
25732 2008-05-28  Bruno Haible  <bruno@clisp.org>
25733
25734         * modules/stpcpy (License): Change to LGPLv2+.
25735         Requested by David Lutterkort <dlutter@redhat.com>.
25736
25737 2008-05-27  Bruno Haible  <bruno@clisp.org>
25738
25739         * lib/localename.c (SUBLANG_TIBETAN_BHUTAN): Force value 2. Needed for
25740         current mingw.
25741         Reported by Jose E. Marchesi <jemarch@gnu.org>.
25742
25743 2008-05-27  Bruno Haible  <bruno@clisp.org>
25744
25745         * modules/iconv_open (Link): New section, from module 'iconv'.
25746         * modules/striconv (Link): Likewise.
25747         * modules/striconveh (Link): Likewise.
25748         * modules/xstriconv (Link): Likewise.
25749         * modules/unicodeio (Link): Likewise.
25750         * modules/propername (Link): Likewise.
25751         Reported by Jim Meyering.
25752
25753 2008-05-26  Jim Meyering  <meyering@redhat.com>
25754
25755         sha256: do not artificially restrict buffer length to be < 2^32
25756         * lib/sha256.h (struct sha256_ctx) [buflen]: Change type from
25757         uint32_t to size_t.
25758         * lib/sha256.c (sha256_conclude_ctx): Change type of a local
25759         to match.
25760
25761         avoid unaligned access errors, e.g., on sparc
25762         * lib/sha512.c (sha512_conclude_ctx): Use set_uint64 rather than
25763         direct access through a possibly-unaligned uint64* pointer.
25764         * lib/sha256.c (sha256_conclude_ctx): Use set_uint32 rather than
25765         direct access through a possibly-unaligned uint32* pointer.
25766         Prompted by this patch from Tom "spot" Callaway:
25767         http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13638
25768
25769         sha512.c: fix typo in comment
25770         * lib/sha512.c (sha512_conclude_ctx): Length is 128-bit, not 64-bit.
25771
25772 2008-05-25  Bruno Haible  <bruno@clisp.org>
25773
25774         * lib/set-mode-acl.c: Renamed from lib/acl.c.
25775         * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
25776         (Makefile.am): Update lib_SOURCES.
25777
25778 2008-05-25  Bruno Haible  <bruno@clisp.org>
25779
25780         * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
25781
25782 2008-05-25  Jim Meyering  <meyering@redhat.com>
25783
25784         useless-if-before-free: freed expr may have white-space differences
25785         * build-aux/useless-if-before-free: Recognize cases in which the
25786         freed expression differs from the tested one in embedded white
25787         space, e.g., if (p[i + 1]) free(p[i+1]).  Correct thinko in prev:
25788         $1 was used, so we can't make any regexp shy.  Improved tests now
25789         detect this.
25790
25791         useless-if-before-free: accept white space in the expression.
25792         * build-aux/useless-if-before-free: For now, any white space
25793         in the expression must be identical in the free argument.
25794
25795         useless-if-before-free: efficiency tweak
25796         * build-aux/useless-if-before-free: Make the expression-matching
25797         regexp "shy".
25798         Make the *outer* regexp shy, not the expr-matching one.
25799
25800         update code-in-comment to accept cast of free arg
25801         * build-aux/useless-if-before-free: Update regexp.
25802
25803 2008-05-25  Bruno Haible  <bruno@clisp.org>
25804
25805         * tests/test-sameacls.c: Renamed from tests/test-copy-file-sameacls.c.
25806         * modules/copy-file-tests (Files, Makefile.am): Update.
25807         * tests/test-copy-file.c (func_test_copy): Update.
25808
25809 2008-05-24  Andreas Färber  <andreas.faerber@web.de>  (tiny change)
25810
25811         * lib/stdbool.in.h [__HAIKU__]: Disable __BEOS__ workarounds.
25812
25813 2008-05-23  Bruno Haible  <bruno@clisp.org>
25814
25815         Improve support for ACLs on OSF/1.
25816         * lib/acl.c (qset_acl): For OSF/1, use a string that ends in a comma.
25817         Remove fallback for unknown flavors of ACLs.
25818
25819 2008-05-22  Bruno Haible  <bruno@clisp.org>
25820
25821         Add support for ACLs on OSF/1.
25822         * lib/acl-internal.h (acl_get_fd, acl_set_fd): New inline function
25823         replacements.
25824         (acl_free_text): New macro fallback.
25825         * lib/acl_entries.c (acl_entries): Use acl_free_text instead of
25826         acl_free.
25827         * m4/acl.m4 (gl_FUNC_ACL): Look also in libpacl library. Test for
25828         acl_free_text function. Require AC_C_INLINE.
25829
25830 2008-05-22  Bruno Haible  <bruno@clisp.org>
25831
25832         Make copy_acl work on MacOS X 10.5.
25833         * lib/acl-internal.h (MODE_INSIDE_ACL): New macro.
25834         (ACL_NOT_WELL_SUPPORTED): On MacOS X, also handle ENOENT.
25835         * lib/acl.c (qset_acl): Add different code branch for !MODE_INSIDE_ACL.
25836         If MODE_INSIDE_ACL, don't assume that every system has the same text
25837         representation for ACLs as FreeBSD.
25838         * lib/copy-acl.c (copy_acl): Add support for platforms with
25839         !MODE_INSIDE_ACL.
25840         * lib/file-has-acl.c (file_has_acl): Likewise.
25841         * m4/acl.m4 (gl_FUNC_ACL): Test for some functions that are witness of
25842         FreeBSD, MacOS X, or IRIX, respectively.
25843
25844 2008-05-22  Bruno Haible  <bruno@clisp.org>
25845
25846         * lib/acl.h: Don't include <sys/acl.h>.
25847         (GETACLCNT): Move fallback to lib/acl-internal.h.
25848         * lib/acl-internal.h: Include <sys/acl.h> here.
25849         (GETACLCNT): New macro fallback, moved here from lib/acl.h.
25850
25851 2008-05-22  Bruno Haible  <bruno@clisp.org>
25852
25853         Split off copy_acl function to separate file.
25854         * lib/copy-acl.c: New file, extracted from lib/acl.c.
25855         * lib/acl.c (copy_acl): Moved function to separate file.
25856         * m4/acl.m4 (gl_FUNC_ACL): Remove unconditional AC_LIBOBJs.
25857         * modules/acl (Files): Add lib/copy-acl.c.
25858         (Makefiles.am): Augment lib_SOURCES.
25859
25860 2008-05-22  Bruno Haible  <bruno@clisp.org>
25861
25862         * modules/copy-file-tests: New file.
25863         * tests/test-copy-file.sh: New file.
25864         * tests/test-copy-file.c: New file.
25865         * tests/test-copy-file-sameacls.c: New file.
25866
25867 2008-05-22  Eric Blake  <ebb9@byu.net>
25868
25869         Avoid gcc warning.
25870         * tests/test-memcmp.c (main): Pass NULL indirectly.
25871
25872 2008-05-21  Bruno Haible  <bruno@clisp.org>
25873
25874         Add reference doc about ACLs.
25875         * doc/acl-resources.txt: New file.
25876         * doc/acl-cygwin.txt: New file.
25877
25878 2008-05-21  Bruno Haible  <bruno@clisp.org>
25879
25880         Avoid one more warning from gcc.
25881         * lib/vasnprintf.c (IF_LINT): Update comments.
25882         (VASNPRINTF): Use it also for the 'prefix' array initializer.
25883
25884 2008-05-21  Jim Meyering  <meyering@redhat.com>
25885
25886         avoid a warning from gcc
25887         * lib/vasnprintf.c (IF_LINT): Define.
25888         (scale10_round_decimal_long_double):
25889         Use it to avoid a "may be used uninitialized" warning.
25890         (scale10_round_decimal_double): Likewise.
25891
25892 2008-05-21  Simon Josefsson  <simon@josefsson.org>
25893
25894         * m4/memcmp.m4: When cross-compiling, assume memcmp works if it is
25895         declared.
25896
25897 2008-05-20  Bruno Haible  <bruno@clisp.org>
25898
25899         * tests/test-memcmp.c (main): Test also the sign of the result. Test
25900         against two known bugs; code taken from autoconf's AC_FUNC_MEMCMP.
25901
25902 2008-05-20  Simon Josefsson  <simon@josefsson.org>
25903
25904         * modules/memcmp-tests: New file.
25905         * tests/test-memcmp.c: New file.
25906
25907 2008-05-19  Bruno Haible  <bruno@clisp.org>
25908
25909         * modules/propername (Notice, configure.ac): Put quoted "..." into
25910         --keyword option.
25911         * lib/propername.h: Update comments accordingly.
25912         Reported by Eric Blake.
25913
25914 2008-05-19  Martin Lambers  <marlam@marlam.de>  (tiny change)
25915
25916         * modules/getpass-gnu (Depends-on): Add fseeko.
25917
25918 2008-05-19  Simon Josefsson  <simon@josefsson.org>
25919
25920         * modules/base64-tests: New file.
25921
25922 2008-05-19  Bo Borgerson <gigabo@gmail.com>
25923
25924         * lib/base64.c (base64_decode_ctx): If a decode context structure
25925         was passed in use it to ignore newlines.  If a context structure
25926         was _not_ passed in, continue to treat newlines as garbage (this
25927         is the historical behavior).  Formerly base64_decode.
25928         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
25929         takes a decode context structure.
25930         * lib/base64.h (base64_decode): Macro for four-argument calls.
25931         (base64_decode_alloc): Likewise.
25932         * lib/base64.c (base64_decode_ctx): If a decode context structure
25933         was passed in use it to ignore newlines.  If a context structure
25934         was _not_ passed in, continue to treat newlines as garbage (this
25935         is the historical behavior).  Formerly base64_decode.
25936         (base64_decode_alloc_ctx): Formerly base64_decode_alloc.  Now
25937         takes a decode context structure.
25938         * lib/base64.h (base64_decode): Macro for four-argument calls.
25939         (base64_decode_alloc): Likewise.
25940
25941 2008-05-19  Jim Meyering  <meyering@redhat.com>
25942
25943         avoid a warning from gcc
25944         * lib/trim.c (IF_LINT): Define.
25945         (trim2): Use it to avoid a "may be used uninitialized" warning.
25946
25947         Fix doc typo.
25948         * doc/glibc-functions/getpass.texi (getpass): s/PATH_MAX/PASS_MAX/.
25949
25950 2008-05-19  Bruno Haible  <bruno@clisp.org>
25951
25952         * doc/glibc-functions/getpass.texi: Document limits of other
25953         implementations.
25954
25955 2008-05-19  Simon Josefsson  <simon@josefsson.org>
25956             Bruno Haible <bruno@clisp.org>
25957
25958         * doc/glibc-functions/getpass.texi: Document gnulib implementation.
25959
25960 2008-05-18  Bruno Haible  <bruno@clisp.org>
25961
25962         * modules/propername: New file, from GNU gettext.
25963         * lib/propername.h: New file, from GNU gettext.
25964         * lib/propername.c: New file, from GNU gettext.
25965         * MODULES.html.sh (Internationalization functions): Add propername.
25966
25967 2008-05-16  Jim Meyering  <meyering@redhat.com>
25968             Bruno Haible  <bruno@clisp.org>
25969
25970         Avoid some warnings from "gcc -Wshadow".
25971         * lib/vasnprintf.c (exp, remainder): Define to different identifiers.
25972
25973 2008-05-15  Eric Blake  <ebb9@byu.net>
25974
25975         Extend previous patch to cygwin 1.7.0.
25976         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a
25977         fast implementation in cygwin >= 1.7.0.
25978         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
25979         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
25980
25981 2008-05-15  Bruno Haible  <bruno@clisp.org>
25982
25983         * m4/memmem.m4 (gl_FUNC_MEMMEM): When cross-compiling, assume a fast
25984         implementation in glibc >= 2.9.
25985         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
25986         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
25987
25988 2008-05-15  Bruno Haible  <bruno@clisp.org>
25989
25990         * MODULES.html.sh (Internationalization functions): Remove linebreak.
25991         (Unicode string functions): Add unilbrk/*.
25992         Reported by Karl Berry.
25993
25994 2008-05-15  Eric Blake  <ebb9@byu.net>
25995
25996         Fix violation of <stdbool.h> replacement in regex.
25997         * lib/regcomp.c (re_compile_internal): Avoid implicit cast to bool.
25998         * lib/regexec.c (re_search_internal): Likewise.
25999         Reported by Heinrich Mislik <Heinrich.Mislik@univie.ac.at>.
26000
26001 2008-05-15  Jim Meyering  <meyering@redhat.com>
26002
26003         avoid distracting test output when git or cvs is not found
26004         * tests/test-vc-list-files-cvs.sh: Suppress 'init' error output.
26005         * tests/test-vc-list-files-git.sh: Likewise.
26006
26007 2008-05-15  Eric Blake  <ebb9@byu.net>
26008
26009         Glibc finally accepted the memmem speedup code, bugzilla #5514.
26010         * doc/glibc-functions/memmem.texi (memmem): Mention last broken
26011         glibc version.
26012         * doc/glibc-functions/strcasestr.texi (strcasestr): Likewise.
26013         * doc/posix-functions/strstr.texi (strstr): Likewise.
26014         * lib/str-two-way.h (MAX): Sychronize with glibc.
26015
26016 2008-05-15  Paolo Bonzini  <bonzini@gnu.org>
26017
26018         * lib/regcomp.c (optimize_utf8): Add a note on why we test
26019         opr.ctx_type.
26020         (calc_first): Initialize constraint field.
26021         (duplicate_node_closure): Use it instead of special casing ANCHORS.
26022         Fix grammar.
26023         (duplicate_node): Merge constraint field for all node types.
26024         (calc_eclosure_iter): Look at constraint field for all node types.
26025         * lib/regex_internal.c (create_cd_newstate): Don't look at
26026         opr.ctx_type.
26027
26028 2008-05-14  Bruno Haible  <bruno@clisp.org>
26029
26030         Help GCC to do better code generation.
26031         * lib/eealloc.h (eemalloc) [GCC >= 3]: Declare with attribute 'malloc'.
26032         * lib/pagealign_alloc.h (pagealign_alloc, pagealign_xalloc): Likewise.
26033         * lib/xalloc.h (ATTRIBUTE_MALLOC): New macro.
26034         (xmalloc, xzalloc, xcalloc, xmemdup, xstrdup, xnmalloc, xcharalloc):
26035         Declare with attribute 'malloc' if supported.
26036
26037 2008-05-14  Lasse Collin  <lasse.collin@tukaani.org>
26038
26039         use "echo STR|wc -c" rather than unportable "expr length STR"
26040         * build-aux/mktempd (mktempd): Vendor-supplied expr from at least
26041         OpenBSD 4.3 and Solaris 10 do not honor expr's "length" function.
26042
26043 2008-05-14  Jim Meyering  <meyering@redhat.com>
26044
26045         use dd ibs=$n count=1 ... rather than less-portable head -c$n
26046         * build-aux/mktempd (rand_bytes): head's -cN option is not accepted
26047         by Solaris 10's /bin/head or by the one from HP-UX 11.x.
26048         Reported in http://sourceforge.net/forum/message.php?msg_id=4960334
26049         via Collin Lasse.
26050
26051 2008-05-14  Eric Blake  <ebb9@byu.net>
26052
26053         Avoid quadratic growth in gl_LIBSOURCES.
26054         * gnulib-tool (func_emit_initmacro_done): s/\(m4_append\)_uniq/\1/.
26055         Suggested by Bruno Haible.
26056
26057         Test xmemdup0.
26058         * modules/xmemdup0-tests: New file.
26059         * tests/test-xmemdup0.c: Likewise.
26060
26061 2008-05-13  Eric Blake  <ebb9@byu.net>
26062
26063         Split xmemdup0 into its own module.
26064         * modules/xmemdup0: New file.
26065         * lib/xmemdup0.h: Likewise.
26066         * lib/xmemdup0.c: Likewise.
26067         * MODULES.html.sh (Memory management functions): Add xmemdup0.
26068         * lib/xalloc.h (xmemdup0): Remove.
26069         * lib/xmalloc.c (xmemdup0): Likewise.
26070
26071 2008-05-13  Eric Blake  <ebb9@byu.net>
26072             Bruno Haible  <bruno@clisp.org>
26073
26074         Reduce number of forks required during autoconf.
26075         * gnulib-tool (func_emit_initmacro_start): Prepare gl_LIBSOURCES_LIST
26076         and gl_LIBSOURCES_DIR.
26077         (func_emit_initmacro_end): Use them here in a single m4_syscmd...
26078         (func_emit_initmacro_done) <gl_LIBSOURCES>: ...rather than in one
26079         m4_syscmd per file.
26080         <m4_foreach_w>: Move...
26081         * m4/gnulib-common.m4 (m4_foreach_w): ...here.
26082
26083 2008-05-13  Eric Blake  <ebb9@byu.net>
26084
26085         * gnulib-tool: Fix various comment typos.
26086
26087 2008-05-12  Bruno Haible  <bruno@clisp.org>
26088
26089         Tailor the linebreaking algorithm.
26090         * lib/unilbrk/tables.c (unilbrk_table): Change (IS,AL) entry.
26091
26092 2008-05-12  Bruno Haible  <bruno@clisp.org>
26093
26094         Update to Unicode 5.0.0.
26095         * lib/unilbrk/tables.h (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
26096         LBP_JV, LBP_JT. Redistribute values.
26097         (unilbrk_table): Change size.
26098         * lib/unilbrk/tables.c (unilbrk_table): Change size. Update to match
26099         Unicode TR#14 rev. 22.
26100         * lib/unilbrk/gen-lbrk.c (LBP_*): Add LBP_WJ, LBP_H2, LBP_H3, LBP_JL,
26101         LBP_JV, LBP_JT. Redistribute values.
26102         (get_lbp): Update to match Unicode TR#14 rev. 21/22 and Unicode 5.0.0.
26103         (debug_output_lbp, fill_org_lbp, debug_output_org_lbp, output_lbp):
26104         Update.
26105         * lib/unilbrk/lbrkprop1.h: Regenerated.
26106         * lib/unilbrk/lbrkprop2.h: Regenerated.
26107         * lib/unilbrk/u8-possible-linebreaks.c (u8_possible_linebreaks):
26108         Change handling of LBP_CM after LBP_ZW. Update for new value of LBP_BK.
26109         * lib/unilbrk/u16-possible-linebreaks.c (u16_possible_linebreaks):
26110         Likewise.
26111         * lib/unilbrk/u32-possible-linebreaks.c (u32_possible_linebreaks):
26112         Likewise.
26113         * tests/unilbrk/test-u8-possible-linebreaks.c (main): Update expected
26114         result.
26115         * tests/unilbrk/test-u16-possible-linebreaks.c (main): Likewise.
26116         * tests/unilbrk/test-u32-possible-linebreaks.c (main): Likewise.
26117         * tests/unilbrk/test-ulc-possible-linebreaks.c (main): Likewise.
26118         * tests/unilbrk/test-u8-width-linebreaks.c (main): Likewise.
26119         * tests/unilbrk/test-u16-width-linebreaks.c (main): Likewise.
26120         * tests/unilbrk/test-u32-width-linebreaks.c (main): Likewise.
26121
26122 2008-05-11  Bruno Haible  <bruno@clisp.org>
26123
26124         * lib/unilbrk/gen-lbrk.c (output_lbp): Fix whitespace.
26125
26126 2008-05-11  Bruno Haible  <bruno@clisp.org>
26127
26128         * lib/unilbrk/gen-lbrk.c: New file, from GNU gettext (gen-lbrkprop.c).
26129         * modules/unilbrk/gen-lbrk: New file.
26130
26131 2008-05-11  Bruno Haible  <bruno@clisp.org>
26132
26133         * m4/sha256.m4 (gl_SHA256): Require AC_C_INLINE.
26134         * m4/sha512.m4 (gl_SHA512): Likewise.
26135
26136 2008-05-11  Jim Meyering  <meyering@redhat.com>
26137
26138         New modules: crypto/sha256, crypto/sha512 (from coreutils)
26139         * modules/crypto/sha256: New file.
26140         * modules/crypto/sha512: Likewise.
26141         * lib/sha256.c: Likewise.
26142         * lib/sha256.h: Likewise.
26143         * lib/sha512.c: Likewise.
26144         * lib/sha512.h: Likewise.
26145         * lib/u64.h: Likewise.
26146         * m4/sha256.m4: Likewise.
26147         * m4/sha512.m4: Likewise.
26148         * MODULES.html.sh (Cryptographic computations (low-level)): List them.
26149
26150 2008-05-10  Bruno Haible  <bruno@clisp.org>
26151
26152         * MODULES.html.sh (Environment variables <stdlib.h>): Add unsetenv.
26153         (Input/Output <stdio.h>): Add xprintf.
26154         (Signal handling <signal.h>): Add strsignal.
26155         (Cryptographic computations (high-level)): Add crypto/gc-camellia.
26156         (Core language properties): Add func.
26157         (Mathematics <math.h>): Add ceil, floor, frexp-nolibm.
26158         (Support for systems lacking POSIX:2001): Add environ, EOVERFLOW,
26159         strings.
26160         (Enhancements for POSIX:2001 functions): Add iconv_open-utf.
26161         (Input/output): New section.
26162         (File system functions): Add openat-die, stat-macros.
26163         (Networking functions): Add sockets.
26164         (Unicode string functions): Add unictype/*.
26165         (Support for building libraries and executables): Add gperf.
26166         (Support for building documentation): Add agpl-3.0.
26167         (Misc): Add nocrash.
26168
26169 2008-05-10  Bruno Haible  <bruno@clisp.org>
26170
26171         * modules/unictype/gen-ctype: New file.
26172
26173 2008-05-10  Jim Meyering  <meyering@redhat.com>
26174
26175         Make chdir-safer.c more efficient on a system with no symlinks.
26176         * lib/chdir-safer.c (chdir_no_follow): Skip lstat and fstat calls
26177         also if ELOOP is zero.  Suggested by Bruno Haible.
26178
26179         Make chdir-safer.c slightly safer.
26180         * lib/chdir-safer.c (chdir_no_follow): Test HAVE_WORKING_O_NOFOLLOW,
26181         not O_NOFOLLOW, in case the latter is nonzero and open ignores it.
26182
26183         Avoid compile failure on systems without ELOOP (like mingw).
26184         * lib/chdir-safer.c (ELOOP): Define if not already defined.
26185         Reported by Bruno Haible.
26186
26187 2008-05-10  Bruno Haible  <bruno@clisp.org>
26188
26189         * lib/unilbrk/ulc-common.c: Include c-strcaseeq.h instead of streq.h.
26190         (is_utf8_encoding): Use a case-insensitive comparison.
26191         * modules/unilbrk/ulc-common (Depends-on): Add c-strcaseeq. Remove
26192         streq.
26193
26194 2008-05-10  Bruno Haible  <bruno@clisp.org>
26195
26196         * lib/unilbrk/ulc-common.c: Don't include <stdlib.h>.
26197         (iconv_string_length, iconv_string_keeping_offsets): Remove functions.
26198         * lib/unilbrk/ulc-common.h (iconv_string_length,
26199         iconv_string_keeping_offsets): Remove declarations.
26200         * lib/unilbrk/ulc-possible-linebreaks.c: Include <string.h>, uniconv.h.
26201         Don't include <iconv.h>, streq.h, xsize.h.
26202         (ulc_possible_linebreaks): Use u8_conv_from_encoding for doing the
26203         conversion.
26204         * lib/unilbrk/ulc-width-linebreaks.c: Include uniconv.h. Don't include
26205         <iconv.h>, streq.h, xsize.h.
26206         (ulc_width_linebreaks): Use u8_conv_from_encoding for doing the
26207         conversion.
26208         * modules/unilbrk/ulc-common (Depends-on): Remove iconv.
26209         * modules/unilbrk/ulc-possible-linebreaks (Depends-on): Add
26210         uniconv/u8-conv-from-enc. Remove iconv_open, streq, xsize.
26211         * modules/unilbrk/ulc-width-linebreaks (Depends-on): Likewise.
26212
26213 2008-05-10  Bruno Haible  <bruno@clisp.org>
26214
26215         * modules/unilbrk/ulc-width-linebreaks-tests: New file.
26216         * tests/unilbrk/test-ulc-width-linebreaks.c: New file.
26217
26218         * modules/unilbrk/u32-width-linebreaks-tests: New file.
26219         * tests/unilbrk/test-u32-width-linebreaks.c: New file.
26220
26221         * modules/unilbrk/u16-width-linebreaks-tests: New file.
26222         * tests/unilbrk/test-u16-width-linebreaks.c: New file.
26223
26224         * modules/unilbrk/u8-width-linebreaks-tests: New file.
26225         * tests/unilbrk/test-u8-width-linebreaks.c: New file.
26226
26227         * modules/unilbrk/ulc-possible-linebreaks-tests: New file.
26228         * tests/unilbrk/test-ulc-possible-linebreaks.c: New file.
26229
26230         * modules/unilbrk/u32-possible-linebreaks-tests: New file.
26231         * tests/unilbrk/test-u32-possible-linebreaks.c: New file.
26232
26233         * modules/unilbrk/u16-possible-linebreaks-tests: New file.
26234         * tests/unilbrk/test-u16-possible-linebreaks.c: New file.
26235
26236         * modules/unilbrk/u8-possible-linebreaks-tests: New file.
26237         * tests/unilbrk/test-u8-possible-linebreaks.c: New file.
26238
26239 2008-05-10  Bruno Haible  <bruno@clisp.org>
26240
26241         Split up 'linebreak' module.
26242         * lib/unilbrk.h: New file, based on lib/linebreak.h.
26243         * lib/unilbrk/lbrkprop1.h: New file, extracted from lib/lbrkprop.h.
26244         * lib/unilbrk/lbrkprop2.h: New file, renamed from lib/lbrkprop.h with
26245         modifications.
26246         * lib/unilbrk/tables.h: New file, extracted from lib/linebreak.c.
26247         * lib/unilbrk/tables.c: New file, extracted from lib/linebreak.c.
26248         * lib/unilbrk/u8-possible-linebreaks.c: New file, extracted from
26249         lib/linebreak.c.
26250         * lib/unilbrk/u16-possible-linebreaks.c: New file, extracted from
26251         lib/linebreak.c.
26252         * lib/unilbrk/u32-possible-linebreaks.c: New file, extracted from
26253         lib/linebreak.c.
26254         * lib/unilbrk/ulc-common.h: New file, extracted from lib/linebreak.c.
26255         * lib/unilbrk/ulc-common.c: New file, extracted from lib/linebreak.c.
26256         * lib/unilbrk/ulc-possible-linebreaks.c: New file, extracted from
26257         lib/linebreak.c.
26258         * lib/unilbrk/u8-width-linebreaks.c: New file, extracted from
26259         lib/linebreak.c.
26260         * lib/unilbrk/u16-width-linebreaks.c: New file, extracted from
26261         lib/linebreak.c.
26262         * lib/unilbrk/u32-width-linebreaks.c: New file, extracted from
26263         lib/linebreak.c.
26264         * lib/unilbrk/ulc-width-linebreaks.c: New file, extracted from
26265         lib/linebreak.c.
26266         * modules/unilbrk/base: New file.
26267         * modules/unilbrk/tables: New file.
26268         * modules/unilbrk/u8-possible-linebreaks: New file.
26269         * modules/unilbrk/u16-possible-linebreaks: New file.
26270         * modules/unilbrk/u32-possible-linebreaks: New file.
26271         * modules/unilbrk/ulc-common: New file.
26272         * modules/unilbrk/ulc-possible-linebreaks: New file.
26273         * modules/unilbrk/u8-width-linebreaks: New file.
26274         * modules/unilbrk/u16-width-linebreaks: New file.
26275         * modules/unilbrk/u32-width-linebreaks: New file.
26276         * modules/unilbrk/ulc-width-linebreaks: New file.
26277         * lib/linebreak.h: Remove file.
26278         * lib/linebreak.c: Remove file.
26279         * m4/linebreak.m4: Remove file.
26280         * modules/linebreak: Remove file.
26281         * NEWS: Mention the changes.
26282
26283 2008-05-09  Eric Blake  <ebb9@byu.net>
26284
26285         Add xmemdup0.
26286         * lib/xalloc.h (xmemdup0): New prototype and C++ typesafe
26287         implementation.
26288         * lib/xmalloc.c (xmemdup0): New C implementation.
26289
26290 2008-05-08  Bruno Haible  <bruno@clisp.org>
26291
26292         * m4/wctype.m4 (gl_WCTYPE_H): Correct indentation.
26293
26294 2008-05-07  Eric Blake  <ebb9@byu.net>
26295
26296         Support cross-compilation of <wctype.h>.
26297         * m4/wctype.m4 (gl_WCTYPE_H): Fix improper nesting in
26298         AC_CACHE_CHECK.
26299
26300 2008-05-06  Soren Hansen  <soren@ubuntu.com>  (tiny change)
26301
26302         * build-aux/vc-list-files: Add support for bzr.
26303
26304 2008-05-03  Jim Meyering  <meyering@redhat.com>
26305
26306         avoid failed assertion with tight malloc
26307         * tests/test-getndelim2.c: Correct an off-by-one assertion.
26308
26309 2008-05-03  Simon Josefsson  <simon@josefsson.org>
26310
26311         * m4/inet_pton.m4: Set HAVE_DECL_INET_PTON to 0 when declarations
26312         are needed from arpa/inet.h.
26313         * m4/inet_ntop.m4: Likewise, for HAVE_DECL_INET_NTOP.
26314         Reported by Bruno Haible.
26315
26316 2008-05-02  Jim Meyering  <meyering@redhat.com>
26317
26318         avoid compilation error on FreeBSD 6
26319         * tests/test-getaddrinfo.c [!defined EAI_NODATA] (EAI_NODATA): Define.
26320
26321 2008-05-01  Jim Meyering  <meyering@redhat.com>
26322
26323         useless-if-before-free: correct --help's exit status description
26324         * build-aux/useless-if-before-free (usage): Like grep, exit 0
26325         for one or more matches, etc.  Reported by Bruno Haible.
26326
26327         vc-list-files: make the stand-alone gnulib test work
26328         * modules/vc-list-files-tests (configure.ac):
26329         Define and AC_SUBST abs_aux_dir.
26330         (Makefile.am) [TESTS_ENVIRONMENT]: Rather than passing
26331         $(abs_top_srcdir) to each script and having each of them
26332         duplicate the work of setting PATH, set PATH here, using
26333         the new variable, abs_aux_dir instead.
26334         * tests/test-vc-list-files-cvs.sh: Don't set PATH here.
26335         * tests/test-vc-list-files-git.sh: Likewise.
26336         Reported by Bruno Haible.
26337
26338 2008-05-01  Bruno Haible  <bruno@clisp.org>
26339
26340         * lib/getndelim2.c (getndelim2): Fix newsize computation during
26341         reallocation. Rename 'done' to 'found_delimiter'.
26342
26343 2008-05-01  Jim Meyering  <meyering@redhat.com>
26344
26345         vc-list-files: accommodate /bin/sh like the one from Solaris 10
26346         * build-aux/vc-list-files: Use `...`, not $(...).
26347
26348 2008-04-30  Jim Meyering  <meyering@redhat.com>
26349
26350         add tests for vc-list-files
26351         * modules/vc-list-files-tests: New module.
26352         * tests/test-vc-list-files-cvs.sh: New file.
26353         * tests/test-vc-list-files-git.sh: New file.
26354
26355         avoid a warning from gcc
26356         * lib/getndelim2.c (IF_LINT): Define.
26357         (getndelim2): Use it to avoid a "may be used uninitialized" warning.
26358
26359         vc-list-files: work properly with build-aux/cvsu, too
26360         * build-aux/vc-list-files: Hoist the "./"-removing code to apply
26361         to all cvs-based clauses.
26362
26363         vc-list-files: work properly in the CVS+awk case, too
26364         * build-aux/vc-list-files: In the CVS+awk case, remove "./" prefix.
26365
26366         vc-list-files: avoid use of ${*-*} that fails when /bin/sh is dash
26367         * build-aux/vc-list-files: Simplify ${*-*} to $dir, since we no longer
26368         take more than one file argument, so .  Add quotes, just in case $dir
26369         ever contains a shell meta-character.  Prompted by Soren Hansen in
26370         <http://thread.gmane.org/gmane.comp.emulators.libvirt/6221/focus=6240>.
26371
26372 2008-04-29  Eric Blake  <ebb9@byu.net>
26373
26374         Optimize getndelim2 to use block operations when possible.
26375         * modules/getndelim2 (Depends-on): Add stdbool, freadptr,
26376         freadseek, and memchr2.
26377         * lib/getndelim2.c (getndelim2): Use them for block reads.
26378
26379 2008-04-29  Bruno Haible  <bruno@clisp.org>
26380
26381         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_USE_SYSTEM_EXTENSIONS.
26382         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
26383         * modules/inet_ntop (Depends-on): Add extensions.
26384         * modules/inet_pton (Depends-on): Likewise.
26385         Reported by Simon Josefsson.
26386
26387 2008-04-29  Jim Meyering  <meyering@redhat.com>
26388
26389         When the is more than one match in a block, match all of them.
26390         * build-aux/useless-if-before-free: Iterate through each block
26391         until there are no more matches.
26392
26393         Fix broken useless-if-before-free script.
26394         * build-aux/useless-if-before-free: Fix typo: missing "?" after
26395         the expression to match cast of argument to free-like function.
26396
26397 2008-04-29  Eric Blake  <ebb9@byu.net>
26398
26399         Use new header.
26400         * lib/getaddrinfo.c (includes): s/"inet_ntop.h"/<arpa/inet.h>/.
26401
26402 2008-04-29  Jim Meyering  <meyering@redhat.com>
26403
26404         Avoid test segfault on x86_64 due to lack of inet_ntop declaration.
26405         * tests/test-getaddrinfo.c: Include <arpa/inet.h>, now guaranteed
26406         by gnulib to exist and to declare e.g., inet_ntop.
26407         Don't include "inet_ntop.h", now removed.
26408
26409         * m4/arpa_inet_h.m4: Remove trailing blanks.
26410
26411 2008-04-29  Eric Blake  <ebb9@byu.net>
26412
26413         Silence valgrind on safe reads beyond potential array bounds.
26414         * lib/rawmemchr.valgrind: New file.
26415         * lib/strchrnul.valgrind: Likewise.
26416         * modules/rawmemchr (Files): Distribute new file.
26417         * modules/strchrnul (Files): Likewise.
26418         Suggested by Bruno Haible.
26419
26420 2008-04-29  Bruno Haible  <bruno@clisp.org>
26421
26422         * lib/arpa_inet.in.h: Include system's <arpa/inet.h> if it exists.
26423         (inet_ntop, inet_pton): Change portability warning's wording.
26424         * m4/arpa_inet_h.m4 (gl_HEADER_ARPA_INET): Set HAVE_ARPA_INET_H.
26425         Invoke gl_CHECK_NEXT_HEADERS.
26426         (gl_ARPA_INET_H_DEFAULTS): Initialize ARPA_INET_H.
26427         * m4/inet_ntop.m4 (gl_INET_NTOP): Require gl_ARPA_INET_H_DEFAULTS and
26428         set ARPA_INET_H.
26429         * m4/inet_pton.m4 (gl_INET_PTON): Likewise.
26430         * modules/arpa_inet (Description): No longer only for systems that
26431         lack it.
26432         (Depends-on): Add include_next.
26433         (Makeile.am): Substitute INCLUDE_NEXT, NEXT_ARPA_INET_H,
26434         HAVE_ARPA_INET_H.
26435
26436 2008-04-29  Jim Meyering  <meyering@redhat.com>
26437
26438         * modules/mkdir (License): Re-license as LGPLv2+.
26439
26440 2008-04-29  Bruno Haible  <bruno@clisp.org>
26441
26442         * modules/rawmemchr (Maintainer): Set to Eric.
26443         * modules/strchrnul (Maintainer): Likewise.
26444
26445 2008-04-29  Simon Josefsson  <simon@josefsson.org>
26446
26447         * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set
26448         HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON.
26449
26450         * modules/arpa_inet (arpa/inet.h): Use them.
26451
26452 2008-04-28  Eric Blake  <ebb9@byu.net>
26453
26454         Test getndelim2.
26455         * modules/getndelim2-tests: New file.
26456         * tests/test-getndelim2.c: Likewise.
26457         * lib/getndelim2.c (getndelim2): Never return 0.  Lock the
26458         stream.
26459         * m4/getndelim2.m4 (gl_GETNDELIM2): Check for lock functions.
26460
26461         * MODULES.html.sh: Document new module.
26462
26463 2008-04-20  Bruno Haible  <bruno@clisp.org>
26464
26465         * lib/c-stack.c (die): Use raise.
26466         * modules/c-stack (Depends-on): Add raise.
26467
26468 2008-04-28  Bruno Haible  <bruno@clisp.org>
26469
26470         Expect rpmatch to be declared.
26471         * lib/yesno.c (rpmatch): Remove declaration.
26472
26473         Declare rpmatch.
26474         * lib/stdlib.in.h (rpmatch): New declaration.
26475         * lib/rpmatch.c: Include <stdlib.h> first.
26476         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Require AC_USE_SYSTEM_EXTENSIONS and
26477         gl_STDLIB_H_DEFAULTS. Set HAVE_RPMATCH.
26478         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RPMATCH,
26479         HAVE_RPMATCH.
26480         * modules/rpmatch (Depends-on): Add stdlib, extensions.
26481         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
26482         (Include): Set to <stdlib.h>.
26483         * modules/stdlib (Makefile.am): Substitute GNULIB_RPMATCH and
26484         HAVE_RPMATCH.
26485         * NEWS: Document the change.
26486
26487 2008-04-28  Bruno Haible  <bruno@clisp.org>
26488
26489         Change rpmatch to use nl_langinfo when appropriate.
26490         * lib/rpmatch.c: Include stdbool.h, string.h, langinfo.h.
26491         (N_): New macro.
26492         (localized_pattern): New function/macro.
26493         (try): Remove match, nomatch arguments. Copy the pattern into safe
26494         memory before caching it.
26495         (rpmatch): Use localized_pattern. Add translator comments.
26496         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Test for nl_langinfo and YESEXPR.
26497         Suggested by Eric Blake.
26498         * modules/rpmatch (Depends-on): Add stdbool.
26499
26500 2008-04-28  Eric Blake  <ebb9@byu.net>
26501
26502         Add rawmemchr module, matching glibc.
26503         * modules/string (Makefile.am): New indicator.
26504         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set it.
26505         * lib/string.in.h (rawmemchr): Declare when appropriate.
26506         * modules/rawmemchr: New file.
26507         * m4/rawmemchr.m4: Likewise.
26508         * lib/rawmemchr.c: Likewise.
26509         * modules/rawmemchr-tests: Likewise.
26510         * tests/test-rawmemchr.c: Likewise.
26511         * doc/glibc-functions/rawmemchr.texi (rawmemchr): Document
26512         module.
26513         * modules/strchrnul (Depends-on): Add rawmemchr.
26514         * lib/strchrnul.c (strchrnul): Optimize a corner case.
26515
26516         Whitespace cleanup.
26517         * tests/test-strchrnul.c: Reindent.
26518         * lib/strchrnul.c: Likewise.
26519
26520         Optimize and test strchrnul.
26521         * lib/strchrnul.c (strchrnul): Rewrite to do parallel search.
26522         * modules/strchrnul-tests: New file.
26523         * tests/test-strchrnul.c: Likewise.
26524
26525         Remove intprops dependency.
26526         * modules/memchr (Depends-on): Remove intprops.
26527         * modules/memrchr (Depends-on): Likewise.
26528         * modules/memchr2 (Depends-on): Likewise.
26529         * lib/memchr.c (__memchr): Hand-inline the TYPE_MAXIMUM check.
26530         * lib/memrchr.c (__memrchr): Likewise.
26531         * lib/memrchr2.c (memchr2): Likewise.
26532         Reported by Simon Josefsson.
26533
26534 2008-04-28  Simon Josefsson  <simon@josefsson.org>
26535
26536         * m4/sys_socket_h.m4: Move AC_REQUIRE([AC_C_INLINE]) to top.
26537         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26538
26539 2008-04-28  Simon Josefsson  <simon@josefsson.org>
26540
26541         * lib/inet_ntop.h, lib/inet_pton.h: Remove files.
26542
26543         * lib/inet_ntop.c: Include arpa/inet.h instead of inet_ntop.h.
26544
26545         * lib/inet_pton.c: Include arpa/inet.h instead of inet_pton.h.
26546
26547         * lib/arpa_inet.in.h [@GNULIB_INET_NTOP@]: Inline inet_ntop.h
26548         declarations.
26549         [@GNULIB_INET_PTON@]: Inline inet_pton.h declarations.
26550
26551         * m4/inet_pton.m4: Don't check for header files.
26552
26553         * m4/inet_ntop.m4: Don't check for header files.
26554
26555 2008-04-28  Simon Josefsson  <simon@josefsson.org>
26556
26557         * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary.
26558         * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't
26559         trigger for cygwin).
26560         Reported by Bruno Haible  <bruno@clisp.org>.
26561
26562 2008-04-28  Bruno Haible  <bruno@clisp.org>
26563
26564         * doc/posix-functions/strdup.texi: Mention mingw problem.
26565
26566 2008-04-27  Bruno Haible  <bruno@clisp.org>
26567
26568         * modules/stat-time-tests (Depends-on): Add sleep.
26569         * tests/test-stat-time.c (force_unlink): New function.
26570         (cleanup): Use it.
26571         (test_mtime): Remove the ctime related tests.
26572         (test_ctime): New function, containing the ctime related tests.
26573         (main): Call test_ctime, except on native Windows platforms.
26574
26575 2008-04-27  Bruno Haible  <bruno@clisp.org>
26576
26577         * lib/rpmatch.c (rpmatch): Add some comments.
26578         Reported by James Youngman <jay@gnu.org>.
26579
26580 2008-04-27  Bruno Haible  <bruno@clisp.org>
26581
26582         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Also test the behaviour on
26583         quiet NaNs.
26584
26585 2008-04-27  Bruno Haible  <bruno@clisp.org>
26586
26587         Make test-yesno.sh work on mingw.
26588         * tests/test-yesno.sh: Postprocess the output to convert CR/LF to LF.
26589         * tests/test-yesno.c: Include yesno.h first. Include binary-io.h.
26590         (main): Set stdin to binary mode.
26591         * modules/yesno-tests (Depends-on): Add binary-io.
26592
26593 2008-04-27  Bruno Haible  <bruno@clisp.org>
26594
26595         Fix 'isfinite' on x86, x86_64, ia64 platforms.
26596         * tests/test-isfinite.c (test_isfinitel): Also test the behavior on
26597         argument that lie outside the IEEE 854 domain.
26598         * m4/isfinite.m4 (gl_ISFINITEL_WORKS): New macro.
26599         (gl_ISFINITE): Use it.
26600         * doc/posix-functions/isfinite.texi: Document the fixed bugs.
26601
26602 2008-04-27  Bruno Haible  <bruno@clisp.org>
26603
26604         Allow local renaming in config.h.
26605         * lib/memrchr.c (memrchr): Don't undefine outside libc.
26606
26607 2008-04-27  Bruno Haible  <bruno@clisp.org>
26608
26609         * lib/memchr.c (__memchr): Change type of 'i'.
26610         * lib/memchr2.c (memchr2): Likewise.
26611
26612 2008-04-26  Eric Blake  <ebb9@byu.net>
26613         and Bruno Haible  <bruno@clisp.org>
26614
26615         Optimize and test memrchr.
26616         * modules/memrchr (Depends-on): Add intprops.
26617         * lib/memrchr.c (__memrchr): Avoid false positives in loop.
26618         * modules/memrchr-tests: New file.
26619         * tests/test-memrchr.c: New file.
26620
26621 2008-04-26  Bruno Haible  <bruno@clisp.org>
26622
26623         Add tentative support for DragonFly BSD.
26624         * lib/stdio-impl.h: Add macros for DragonFly BSD.
26625         * lib/fbufmode.c (fbufmode): Update conditionals. Use fp_ instead of
26626         fp.
26627         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
26628         restore_seek_optimization, update_fpos_cache, rpl_fflush: Likewise.
26629         * lib/fpurge.c (fpurge): Likewise.
26630         * lib/freadable.c (freaadable): Likewise.
26631         * lib/freadahead.c (freadahead): Likewise.
26632         * lib/freading.c (freading): Likewise.
26633         * lib/freadptr.c (freadptr): Likewise.
26634         * lib/freadseek.c (freadptrinc): Likewise.
26635         * lib/fseeko.c (fseeko): Likewise.
26636         * lib/fseterr.c (fseterr): Likewise.
26637         * lib/fwritable.c (fwritable): Likewise.
26638         * lib/fwriting.c (fwriting): Likewise.
26639
26640 2008-04-26  Bruno Haible  <bruno@clisp.org>
26641
26642         * lib/stdio-impl.h: New file.
26643         * lib/fbufmode.c: Include stdio-impl.h.
26644         (fbufmode): Use fp_, remove redundant #defines.
26645         * lib/fflush.c: Include stdio-impl.h.
26646         (clear_ungetc_buffer): Remove redundant #defines.
26647         * lib/fpurge.c: Include stdio-impl.h.
26648         (fpurge): Remove redundant #defines.
26649         * lib/freadable.c: Include stdio-impl.h.
26650         (freadable): Remove redundant #defines.
26651         * lib/freadahead.c: Include stdio-impl.h.
26652         (freadahead): Remove redundant #defines.
26653         * lib/freading.c: Include stdio-impl.h.
26654         (freading): Remove redundant #defines.
26655         * lib/freadptr.c: Include stdio-impl.h.
26656         (freadptr): Remove redundant #defines.
26657         * lib/freadseek.c: Include stdio-impl.h.
26658         (freadptrinc): Remove redundant #defines.
26659         * lib/fseeko.c: Include stdio-impl.h.
26660         (rpl_fseeko): Remove redundant #defines.
26661         * lib/fseterr.c: Include stdio-impl.h.
26662         (fseterr): Remove redundant #defines.
26663         * lib/fwritable.c: Include stdio-impl.h.
26664         (fwritable: Remove redundant #defines.
26665         * lib/fwriting.c: Include stdio-impl.h.
26666         (fwriting): Remove redundant #defines.
26667         * modules/fbufmode (Files): Add lib/stdio-impl.h.
26668         * modules/fflush (Files): Likewise.
26669         * modules/fpurge (Files): Likewise.
26670         * modules/freadable (Files): Likewise.
26671         * modules/freadahead (Files): Likewise.
26672         * modules/freading (Files): Likewise.
26673         * modules/freadptr (Files): Likewise.
26674         * modules/freadseek (Files): Likewise.
26675         * modules/fseeko (Files): Likewise.
26676         * modules/fseterr (Files): Likewise.
26677         * modules/fwritable (Files): Likewise.
26678         * modules/fwriting (Files): Likewise.
26679
26680 2008-04-26  Bruno Haible  <bruno@clisp.org>
26681
26682         * lib/fflush.c (clear_ungetc_buffer, disable_seek_optimization,
26683         restore_seek_optimization, update_fpos_cache): New functions, extracted
26684         from rpl_fflush.
26685         (rpl_fflush): Use them.
26686         * m4/fflush.m4 (gl_PREREQ_FFLUSH): New macro.
26687         (gl_REPLACE_FFLUSH): Use it.
26688
26689 2008-04-26  Bruno Haible  <bruno@clisp.org>
26690
26691         * tests/test-xstrtol.sh: Work around limitation of an old 'tr' program
26692         on Solaris.
26693         * tests/test-xstrtoimax.sh: Likewise.
26694         * tests/test-xstrtoumax.sh: Likewise.
26695         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
26696
26697 2008-04-26  Bruno Haible  <bruno@clisp.org>
26698
26699         * modules/memchr-tests: New file.
26700         * tests/test-memchr.c; New file, based on tests/test-memchr2.c.
26701
26702 2008-04-26  Eric Blake  <ebb9@byu.net>
26703             Bruno Haible  <bruno@clisp.org>
26704
26705         * lib/memchr.c: Include intprops.h.
26706         (__memchr): Optimize parallel detection of matching bytes. Rename local
26707         variables. Add explanatory comments.
26708
26709 2008-04-26  Bruno Haible  <bruno@clisp.org>
26710
26711         Fix module 'memchr', broken since 2000-10-28.
26712         * lib/memchr.c: Outside glibc, define memchr, not __memchr.
26713
26714 2008-04-26  Bruno Haible  <bruno@clisp.org>
26715
26716         * lib/memchr2.c (memchr2): Rename local variables. Add explanatory
26717         comments.
26718
26719 2008-04-25  Eric Blake  <ebb9@byu.net>
26720
26721         Use native fstatat on cygwin 1.7.0.
26722         * m4/openat.m4 (gl_FUNC_OPENAT): Make sure lstat check is made
26723         first.
26724
26725 2008-04-23  Eric Blake  <ebb9@byu.net>
26726
26727         Improve memchr2 performance.
26728         * lib/memchr2.c (memchr2): Further optimize parallel detection of
26729         NUL bytes.
26730         * modules/memchr2 (Depends-on): Use intprops.h.
26731
26732 2008-04-23  Simon Josefsson  <simon@josefsson.org>
26733
26734         * lib/sys_socket.in.h (setsockopt): Be more type safe by declaring
26735         an inline function instead of a CPP macro.  Patch by Ben Pfaff
26736         <blp@cs.stanford.edu>.
26737
26738 2008-04-23  Simon Josefsson  <simon@josefsson.org>
26739
26740         * lib/arpa_inet.in.h: New file.
26741
26742         * modules/arpa_inet (Files): Add lib/arpa_inet.in.h.
26743         (Makefile.am): Sed in substitute header file.
26744
26745         * m4/arpa_inet_h.m4: Add gl_ARPA_INET_H_DEFAULTS and
26746         gl_ARPA_INET_MODULE_INDICATOR.  Use them.
26747
26748         * modules/inet_ntop (configure.ac): Use
26749         gl_ARPA_INET_MODULE_INDICATOR.
26750
26751         * modules/inet_pton (configure.ac): Use
26752         gl_ARPA_INET_MODULE_INDICATOR.
26753
26754 2008-04-22  Jim Meyering  <meyering@redhat.com>
26755
26756         * modules/verify (License): Re-license as LGPLv2+.
26757
26758 2008-04-22  Simon Josefsson  <simon@josefsson.org>
26759
26760         * lib/sys_socket.in.h: Define setsockopt macro to cast fourth
26761         parameter to void* as per POSIX standard (MinGW uses char*).
26762
26763 2008-04-21  Bruno Haible  <bruno@clisp.org>
26764
26765         * lib/wctype.in.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
26766         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
26767         Define to replacements if REPLACE_ISWCNTRL is 1.
26768         * m4/wctype.m4 (gl_WCTYPE_H): Test whether the isw* functions work.
26769         If not, set WCTYPE_H to nonempty and REPLACE_ISWCNTRL to 1.
26770         * modules/wctype (Makefile.am): Substitute REPLACE_ISWCNTRL.
26771         * doc/posix-functions/iswalnum.texi: Mention the 'wctype' module and
26772         what it fixes.
26773         * doc/posix-functions/iswalpha.texi: Likewise.
26774         * doc/posix-functions/iswblank.texi: Likewise.
26775         * doc/posix-functions/iswcntrl.texi: Likewise.
26776         * doc/posix-functions/iswdigit.texi: Likewise.
26777         * doc/posix-functions/iswgraph.texi: Likewise.
26778         * doc/posix-functions/iswlower.texi: Likewise.
26779         * doc/posix-functions/iswprint.texi: Likewise.
26780         * doc/posix-functions/iswpunct.texi: Likewise.
26781         * doc/posix-functions/iswspace.texi: Likewise.
26782         * doc/posix-functions/iswupper.texi: Likewise.
26783         * doc/posix-functions/iswxdigit.texi: Likewise.
26784         Reported by Alain Guibert.
26785
26786 2008-04-21  Bruno Haible  <bruno@clisp.org>
26787
26788         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Fix typo in last commit.
26789         Patch by Alain Guibert.
26790
26791 2008-04-21  Bruno Haible  <bruno@clisp.org>
26792
26793         Fix test failures on mingw.
26794         * tests/test-xstrtol.c (print_no_progname): New function.
26795         (main): Install it in error_print_progname hook.
26796         * tests/test-xstrtol.sh: Convert CR/LF to NL in output.
26797         * tests/test-xstrtoimax.sh: Likewise.
26798         * tests/test-xstrtoumax.sh: Likewise.
26799
26800 2008-04-21  Bruno Haible  <bruno@clisp.org>
26801
26802         Fix test failure on mingw.
26803         * tests/test-argp-2.sh (func_compare): Remove CRs from sed's output.
26804
26805 2008-04-21  Bruno Haible  <bruno@clisp.org>
26806
26807         * lib/localename.c (SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN):
26808         Actually assign a value.
26809
26810 2008-04-20  Bruno Haible  <bruno@clisp.org>
26811
26812         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl',
26813         take 2.
26814         * lib/canonicalize.c (canonicalize_file_name): Elide if the
26815         'canonicalize-lgpl' module is also used.
26816         * lib/canonicalize-lgpl.c: Undo last change.
26817         * modules/canonicalize-lgpl (configure.ac): Invoke gl_MODULE_INDICATOR.
26818
26819 2008-04-20  Bruno Haible  <bruno@clisp.org>
26820
26821         * lib/mkdir.c (mkdir): Undefine after the includes, not right after
26822         config.h. Provide _mkdir based fallback for mingw.
26823         * lib/sys_stat.in.h (mkdir): Define through an 'extern' declaration
26824         if REPLACE_MKDIR is 1. Otherwise, test for mingw directly.
26825         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Require
26826         gl_SYS_STAT_H_DEFAULTS. When doing the replacement, set REPLACE_MKDIR
26827         rather than defining mkdir in config.h.
26828         * m4/sys_stat_h.m4 (gl_SYS_STAT_MODULE_INDICATOR): New macro.
26829         (gl_SYS_STAT_H_DEFAULTS): New macro.
26830         (gl_HEADER_SYS_STAT_H): Require it. Don't set HAVE_DECL_MKDIR and
26831         HAVE_IO_H any more.
26832         * modules/sys_stat (Makefile.am): Substitute REPLACE_MKDIR instead of
26833         HAVE_DECL_MKDIR and HAVE_IO_H.
26834
26835 2008-04-20  Bruno Haible  <bruno@clisp.org>
26836
26837         * lib/isapipe.c: Port to native Windows platforms.
26838
26839 2008-04-20  Bruno Haible  <bruno@clisp.org>
26840
26841         * lib/gc-gnulib.c: Include <windows.h> before <wincrypt.h>.
26842
26843 2008-04-21  Eric Blake  <ebb9@byu.net>
26844
26845         Work around preprocessors that don't handle UINTMAX_MAX.
26846         * lib/memchr2.c (memchr2): Avoid embedded #if.
26847         Reported by Alain Guibert, fix suggested by Bruno Haible.
26848
26849 2008-04-21  Simon Josefsson  <simon@josefsson.org>
26850
26851         * doc/posix-functions/strftime.texi (strftime): Explain better
26852         Windows incompatibility.  Suggested by Micah Cowan
26853         <micah@cowan.name>.
26854
26855 2008-04-20  Bruno Haible  <bruno@clisp.org>
26856
26857         * modules/uniconv/u32-conv-to-enc (Depends-on): Add unistr/u32-mblen,
26858         unistr/u8-mblen.
26859
26860 2008-04-20  Bruno Haible  <bruno@clisp.org>
26861
26862         Fix test failure on platforms with non-GNU iconv.
26863         * lib/uniconv/u16-conv-to-enc.c (u16_to_u8_lenient): New function.
26864         (U_TO_U8): Use it, rather than u16_to_u8.
26865         * lib/uniconv/u-conv-to-enc.h (FUNC): Allow an incomplete sequence of
26866         units at the end of the input string.
26867         * modules/uniconv/u16-conv-to-enc (Depends-on): Update.
26868
26869 2008-04-20  Bruno Haible  <bruno@clisp.org>
26870
26871         * tests/uniconv/test-u8-conv-to-enc.c (main): Accept result == NULL
26872         when the resulting length is 0.
26873         * tests/uniconv/test-u16-conv-to-enc.c (main): Likewise.
26874
26875 2008-04-20  Bruno Haible  <bruno@clisp.org>
26876
26877         * m4/roundf.m4 (gl_FUNC_ROUNDF): Add test whether roundf actually
26878         works.
26879         * doc/posix-functions/roundf.texi: Mention roundf bug on mingw.
26880
26881 2008-04-20  Bruno Haible  <bruno@clisp.org>
26882
26883         * tests/test-tsearch.c (main): Don't use initstate if it is missing.
26884         * modules/tsearch-tests (configure.ac): Test for initstate function.
26885
26886 2008-04-20  Bruno Haible  <bruno@clisp.org>
26887
26888         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Also provided a substitute
26889         for nlink_t if missing.
26890         * tests/test-sys_stat.c: Check the existence of the nlink_t type.
26891
26892 2008-04-19  Bruno Haible  <bruno@clisp.org>
26893
26894         Work around snprintf bug on Linux libc5.
26895         * m4/printf.m4 (gl_SNPRINTF_SIZE1): New macro.
26896         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
26897         gl_SNPRINTF_SIZE1.
26898         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
26899         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Likewise. Replace snprintf if
26900         that test failed.
26901         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Likewise.
26902         * lib/vasnprintf.c (USE_SNPRINTF): Set to 0 on Linux libc5 systems.
26903         * modules/snprintf (Files): Add m4/printf.m4.
26904         * modules/vsnprintf (Files): Likewise.
26905         * doc/posix-functions/snprintf.texi: Document Linux libc5 problem.
26906         * doc/posix-functions/vsnprintf.texi: Likewise.
26907
26908 2008-04-19  Bruno Haible  <bruno@clisp.org>
26909
26910         * lib/vasnprintf.c (floorlog10l, floorlog10): Reduce maximum error
26911         from 0.0058 to less than 10^-7.
26912
26913 2008-04-19  Bruno Haible  <bruno@clisp.org>
26914
26915         Fix rounding when a precision is given.
26916         * lib/vasnprintf.c (is_borderline): New function.
26917         (VASNPRINTF): For %e and %g, consider replacing the digits 10....0 with
26918         9...9x.
26919         * tests/test-vasnprintf-posix.c (test_function): Test rounding with %f,
26920         %e, %g.
26921         * tests/test-vasprintf-posix.c (test_function): Likewise.
26922         * tests/test-snprintf-posix.h (test_function): Likewise.
26923         * tests/test-sprintf-posix.h (test_function): Likewise.
26924         * tests/test-fprintf-posix.h (test_function): Test rounding with %f.
26925         * tests/test-printf-posix.h (test_function): Likewise.
26926         * tests/test-printf-posix.output: Update.
26927         Reported by John Darrington <john@darrington.wattle.id.au> via
26928         Ben Pfaff <blp@cs.stanford.edu>.
26929
26930 2008-04-18  Simon Josefsson  <simon@josefsson.org>
26931
26932         * doc/posix-functions/strftime.texi (strftime): Clarify platform.
26933         Suggested by Bruno Haible <bruno@clisp.org>.
26934
26935 2008-04-17  Bruno Haible  <bruno@clisp.org>
26936
26937         * lib/lock.h (gl_lock_destroy, gl_rwlock_destroy,
26938         gl_recursive_lock_destroy): Provide no-op definitions for the dummy
26939         implementation.
26940         Patch by Bruce Merry <bmerry@gmail.com>.
26941
26942 2008-04-17  Simon Josefsson  <simon@josefsson.org>
26943
26944         * doc/posix-functions/strftime.texi (strftime): Mention that %e
26945         doesn't work under Windows.
26946
26947 2008-04-16  Bruno Haible  <bruno@clisp.org>
26948
26949         * lib/localename.c (LANG_MAORI, LANG_QUECHUA, LANG_SOTHO, LANG_UIGHUR):
26950         New macros.
26951         (SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_LATIN,
26952         SUBLANG_BOSNIAN_BOSNIA_HERZEGOVINA_CYRILLIC,
26953         SUBLANG_CROATIAN_CROATIA, SUBLANG_CROATIAN_BOSNIA_HERZEGOVINA_LATIN,
26954         SUBLANG_MONGOLIAN_CYRILLIC_MONGOLIA, SUBLANG_MONGOLIAN_PRC,
26955         SUBLANG_QUECHUA_BOLIVIA, SUBLANG_QUECHUA_ECUADOR, SUBLANG_QUECHUA_PERU,
26956         SUBLANG_RUSSIAN_RUSSIA, SUBLANG_RUSSIAN_MOLDAVIA, SUBLANG_SPANISH_US,
26957         SUBLANG_TIBETAN_PRC, SUBLANG_TIBETAN_BHUTAN, SUBLANG_UIGHUR_PRC): New
26958         macros.
26959         (gl_locale_name_from_win32_LANGID): Refine code for Croatian/Bosnian,
26960         Mongolian, Russian, Spanish, Tibetan. Add code for Maori, Quechua,
26961         Northern Sotho, Uighur.
26962
26963 2008-04-16  Bruno Haible  <bruno@clisp.org>
26964
26965         * lib/localename.c (SUBLANG_SINDHI_INDIA): New macro.
26966         (SUBLANG_SINDHI_PAKISTAN): Change value from 1 to 2.
26967         (gl_locale_name_from_win32_LANGID): Fix code for Sindhi.
26968         Reported by Daniel Bergström <daniel@octocode.com>.
26969
26970 2007-12-25  KJK::Hyperion  <hackbunny@reactos.com>
26971             Bruno Haible  <bruno@clisp.org>
26972
26973         * lib/localename.c (gl_locale_name_canonicalize) [WIN32_NATIVE]: New
26974         function.
26975         (gl_locale_name_from_win32_LANGID, gl_locale_name_from_win32_LCID):
26976         New functions, mostly extracted from gl_locale_name_default.
26977         (gl_locale_name_default): Use gl_locale_name_from_win32_LCID.
26978
26979 2008-04-16  Eric Blake  <ebb9@byu.net>
26980
26981         Adjust strtod detection to catch glibc 2.7 bug.
26982         * m4/strtod.m4 (gl_FUNC_STRTOD): Test "nan()" behavior.
26983         Reported by John Gatewood Ham.
26984
26985 2008-04-16  Bruno Haible  <bruno@clisp.org>
26986
26987         Add tentative support for Linux libc5.
26988         * lib/fbufmode.c (fbufmode) [__GNU_LIBRARY__==1]: Reuse glibc2 code.
26989         * lib/fpurge.c (fpurge): Likewise.
26990         * lib/freadable.c (freadable): Likewise.
26991         * lib/freadahead.c (freadahead): Likewise.
26992         * lib/freading.c (freading): Likewise.
26993         * lib/freadptr.c (freadptr): Likewise.
26994         * lib/freadseek.c (freadptrinc): Likewise.
26995         * lib/fseeko.c (rpl_fseeko): Likewise.
26996         * lib/fseterr.c (fseterr): Likewise.
26997         * lib/fwritable.c (fwritable): Likewise.
26998         * lib/fwriting.c (fwriting): Likewise.
26999         Reported by Alain Guibert <alguibert+bts@free.fr>.
27000
27001 2008-04-15  Bruno Haible  <bruno@clisp.org>
27002
27003         * modules/mathl (configure.ac): Define module indicator.
27004
27005 2008-04-15  Bruno Haible  <bruno@clisp.org>
27006
27007         * lib/logl.c (logl): Remove unused variables.
27008
27009 2008-04-15  Bruno Haible  <bruno@clisp.org>
27010
27011         * lib/uniconv/u-conv-to-enc.h (FUNC): Fix return value when U_TO_U8
27012         fails.
27013
27014 2008-04-15  Bruno Haible  <bruno@clisp.org>
27015
27016         * lib/trim.c (trim2): Fix argument of isspace() macro.
27017
27018 2008-04-15  Paolo Bonzini  <bonzini@gnu.org>
27019
27020         * lib/tanl.c (kernel_tanl): Rename flag to invert, initialize it
27021         to 0.
27022         * lib/trigl.c (ieee754_rem_pio2l): Fix range checks.
27023
27024 2008-04-14  Bruno Haible  <bruno@clisp.org>
27025
27026         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Fix underquoting of
27027         AC_LANG_PROGRAM argument.
27028         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Likewise.
27029         * m4/gethrxtime.m4 (gl_ARITHMETIC_HRTIME_T): Likewise.
27030         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Likewise.
27031         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
27032         * m4/math_h.m4 (gl_MATH_H): Likewise.
27033         * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Likewise.
27034         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
27035         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
27036         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Likewise.
27037         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
27038         * m4/regex.m4 (gl_REGEX): Likewise.
27039         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Likewise.
27040         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET): Likewise.
27041         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
27042         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Likewise.
27043         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
27044         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
27045         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
27046         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
27047
27048 2008-04-14  Jim Meyering  <meyering@redhat.com>
27049
27050         test-strtod: fix typos: s/abs/fabs/
27051         * tests/test-strtod.c (main): Use fabs, not narrowing-to-int "abs".
27052
27053 2008-04-13  Bruno Haible  <bruno@clisp.org>
27054
27055         Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl'.
27056         * lib/canonicalize-lgpl.c: Elide the contents if the 'canonicalize'
27057         module is also used and while not building the reloc-wrapper.
27058
27059 2008-04-13  Bruno Haible  <bruno@clisp.org>
27060
27061         * tests/test-getaddrinfo.c (simple): Ignore EAI_NODATA error.
27062
27063 2008-04-13  Bruno Haible  <bruno@clisp.org>
27064
27065         Fix AIX compilation failure introduced on 2008-04-02.
27066         * tests/test-frexp.c (exp): Undefine before redefining.
27067         * tests/test-frexpl.c (exp): Likewise.
27068
27069 2008-04-13  Bruno Haible  <bruno@clisp.org>
27070
27071         Work around a HP-UX stdio bug.
27072         * tests/test-ftell.c (main): Disable the fseek/ftell test on HP-UX.
27073         * tests/test-ftello.c (main): Likewise.
27074         * doc/posix-functions/ftell.texi: Mention HP-UX bug.
27075         * doc/posix-functions/ftello.texi: Likewise.
27076
27077 2008-04-13  Bruno Haible  <bruno@clisp.org>
27078
27079         Make test-signbit pass on HP-UX/hppa.
27080         * tests/test-signbit.c (minus_zerol): New variable.
27081         (test_signbitl): Use it.
27082
27083 2008-04-13  Bruno Haible  <bruno@clisp.org>
27084
27085         Make truncl work on OSF/1 4.0.
27086         * m4/truncl.m4 (gl_FUNC_TRUNCL): Test whether truncl actually works.
27087         Set REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
27088         * lib/math.in.h (truncl): Test REPLACE_TRUNCL, not HAVE_DECL_TRUNCL.
27089         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_TRUNCL, not
27090         HAVE_DECL_TRUNCL.
27091         * modules/math (Makefile.am): Substitute REPLACE_TRUNCL, not
27092         HAVE_DECL_TRUNCL.
27093         * doc/posix-functions/truncl.texi: Document the OSF/1 4.0 problem.
27094
27095 2008-04-13  Bruno Haible  <bruno@clisp.org>
27096
27097         * lib/unictype.h: Remove trailing comma from enumeration definitions.
27098
27099 2008-04-13  Bruno Haible  <bruno@clisp.org>
27100
27101         * lib/count-one-bits.h (COUNT_ONE_BITS): Rewrite verification
27102         expression, so as to avoid HP-UX 11 cc compiler bug.
27103
27104 2008-04-13  Bruno Haible  <bruno@clisp.org>
27105
27106         * m4/regex.m4 (gl_PREREQ_REGEX): Also check for <libintl.h>.
27107
27108 2008-04-13  Bruno Haible  <bruno@clisp.org>
27109
27110         * lib/git-merge-changelog.c: Remove empty declaration outside of
27111         functions.
27112
27113 2008-04-13  Bruno Haible  <bruno@clisp.org>
27114
27115         * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
27116
27117 2008-04-13  Bruno Haible  <bruno@clisp.org>
27118
27119         * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
27120         * lib/sys_socket.in.h (SHUT_RD, SHUT_WR, SHUT_RDWR): Define if missing.
27121         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Replace <sys/socket.h>
27122         also if it exists but lacks definitions of the SHUT_* macros.
27123         * modules/sys_socket (Description): Update.
27124         Reported by Elbert Pol <e.pol@chello.nl>.
27125
27126 2008-04-13  Bruno Haible  <bruno@clisp.org>
27127
27128         * lib/localcharset.c (OS2): Don't redefine if already defined.
27129         Reported by Elbert Pol <e.pol@chello.nl>.
27130
27131 2008-04-13  Bruno Haible  <bruno@clisp.org>
27132
27133         * lib/binary-io.h [__EMX__]: Include <io.h>.
27134         Reported by Elbert Pol <e.pol@chello.nl>.
27135
27136 2008-04-12  Bruno Haible  <bruno@clisp.org>
27137
27138         * lib/fpucw.h: Enable the definitions also for x86_64.
27139         Needed for NetBSD/x86_64.
27140         Reported by Thomas Klausner <tk@giga.or.at>.
27141
27142 2008-04-12  Bruno Haible  <bruno@clisp.org>
27143
27144         * tests/test-strtod.c: Include isnand.h.
27145         (main): Use isnand instead of isnan.
27146         Reported by Jim Meyering.
27147
27148 2008-04-12  Bruno Haible  <bruno@clisp.org>
27149
27150         * m4/isnanf.m4 (gl_ISNANF_WORKS): Add a test for a special NaN.
27151         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
27152
27153 2008-04-12  Jim Meyering  <meyering@redhat.com>
27154
27155         * m4/math_h.m4 (gl_MATH_H): Fix typos.
27156
27157 2008-04-12  Bruno Haible  <bruno@clisp.org>
27158
27159         * lib/freadptr.c (freadptr) [__EMX__]: Fix wrong assertion.
27160         Reported by Elbert Pol <e.pol@chello.nl>.
27161
27162 2008-04-12  Eric Blake  <ebb9@byu.net>
27163
27164         Work around Solaris 10 math.h bug.
27165         * m4/math_h.m4 (gl_MATH_H): Check for bug.
27166         (gl_MATH_H_DEFAULTS): Set up default.
27167         * modules/math (Makefile.am): Replace new indicators.
27168         * lib/math.in.h (NAN, HUGE_VAL): Provide replacements.
27169         * tests/test-math.c (main): Test this.
27170         * m4/strtod.m4 (gl_FUNC_STRTOD): Don't rely on HUGE_VAL.
27171         * doc/posix-headers/math.texi (math.h): Mention bug.
27172         Reported by Nelson H. F. Beebe and Jim Meyering.
27173
27174 2008-04-11  Bruno Haible  <bruno@clisp.org>
27175
27176         Adapt to future versions of Apple GCC.
27177         * lib/argp-fmtstream.h (ARGP_FS_EI): Don't test __GNUC_GNU_INLINE__.
27178         Reported by Peter O'Gorman <peter@pogma.com>.
27179
27180 2008-04-11  Bruno Haible  <bruno@clisp.org>
27181
27182         * tests/test-getaddrinfo.c (simple): Ignore EAI_NONAME error.
27183
27184 2008-04-11  Bruno Haible  <bruno@clisp.org>
27185
27186         * modules/strsignal-tests (Makefile.am): Define test_strsignal_LDADD.
27187
27188         * modules/getaddrinfo-tests (Makefile.am): Define
27189         test_getaddrinfo_LDADD.
27190
27191 2008-04-11  Bruno Haible  <bruno@clisp.org>
27192
27193         * lib/strsignal.c (_sys_siglist): Don't declare if already declared.
27194         (init): Fix syntax error.
27195         * m4/strsignal.m4 (gl_PREREQ_STRSIGNAL): Check whether _sys_siglist
27196         is declared.
27197
27198 2008-04-11  Bruno Haible  <bruno@clisp.org>
27199
27200         * lib/glob.c: Include <stdbool.h>. Needed at least with IRIX cc.
27201         * modules/glob (Depends-on): Add stdbool.
27202
27203 2008-04-11  Bruno Haible  <bruno@clisp.org>
27204
27205         * lib/trim.c: Include <string.h>.
27206
27207 2008-04-11  Eric Blake  <ebb9@byu.net>
27208
27209         Avoid compile failure on OS/2.
27210         * lib/regex_internal.h (internal_function): Disable optimization
27211         on OS/2 (__EMX__), where it caused compiler error.
27212         Reported by Elbert Pol.
27213
27214 2008-04-11  Bruno Haible  <bruno@clisp.org>
27215
27216         Flush the standard error stream before aborting. Needed on mingw.
27217         * tests/test-argmatch.c (ASSERT): Call fflush(stderr) before abort().
27218         * tests/test-array_list.c (ASSERT): Likewise.
27219         * tests/test-array_oset.c (ASSERT): Likewise.
27220         * tests/test-avltree_list.c (ASSERT): Likewise.
27221         * tests/test-avltree_oset.c (ASSERT): Likewise.
27222         * tests/test-avltreehash_list.c (ASSERT): Likewise.
27223         * tests/test-binary-io.c (ASSERT): Likewise.
27224         * tests/test-byteswap.c (ASSERT): Likewise.
27225         * tests/test-c-ctype.c (ASSERT): Likewise.
27226         * tests/test-c-strcasecmp.c (ASSERT): Likewise.
27227         * tests/test-c-strcasestr.c (ASSERT): Likewise.
27228         * tests/test-c-strncasecmp.c (ASSERT): Likewise.
27229         * tests/test-c-strstr.c (ASSERT): Likewise.
27230         * tests/test-canonicalize-lgpl.c (ASSERT): Likewise.
27231         * tests/test-canonicalize.c (ASSERT): Likewise.
27232         * tests/test-carray_list.c (ASSERT): Likewise.
27233         * tests/test-ceilf1.c (ASSERT): Likewise.
27234         * tests/test-ceilf2.c (ASSERT): Likewise.
27235         * tests/test-ceill.c (ASSERT): Likewise.
27236         * tests/test-count-one-bits.c (ASSERT): Likewise.
27237         * tests/test-fbufmode.c (ASSERT): Likewise.
27238         * tests/test-fflush2.c (ASSERT): Likewise.
27239         * tests/test-floorf1.c (ASSERT): Likewise.
27240         * tests/test-floorf2.c (ASSERT): Likewise.
27241         * tests/test-floorl.c (ASSERT): Likewise.
27242         * tests/test-fopen.c (ASSERT): Likewise.
27243         * tests/test-fpending.c (ASSERT): Likewise.
27244         * tests/test-fprintf-posix.c (ASSERT): Likewise.
27245         * tests/test-fpurge.c (ASSERT): Likewise.
27246         * tests/test-freadable.c (ASSERT): Likewise.
27247         * tests/test-freadahead.c (ASSERT): Likewise.
27248         * tests/test-freading.c (ASSERT): Likewise.
27249         * tests/test-freadptr.c (ASSERT): Likewise.
27250         * tests/test-freadptr2.c (ASSERT): Likewise.
27251         * tests/test-freadseek.c (ASSERT): Likewise.
27252         * tests/test-freopen.c (ASSERT): Likewise.
27253         * tests/test-frexp.c (ASSERT): Likewise.
27254         * tests/test-frexpl.c (ASSERT): Likewise.
27255         * tests/test-fseek.c (ASSERT): Likewise.
27256         * tests/test-fseeko.c (ASSERT): Likewise.
27257         * tests/test-fstrcmp.c (ASSERT): Likewise.
27258         * tests/test-ftell.c (ASSERT): Likewise.
27259         * tests/test-ftello.c (ASSERT): Likewise.
27260         * tests/test-func.c (ASSERT): Likewise.
27261         * tests/test-fwritable.c (ASSERT): Likewise.
27262         * tests/test-fwriting.c (ASSERT): Likewise.
27263         * tests/test-getdelim.c (ASSERT): Likewise.
27264         * tests/test-getline.c (ASSERT): Likewise.
27265         * tests/test-i-ring.c (ASSERT): Likewise.
27266         * tests/test-iconv-utf.c (ASSERT): Likewise.
27267         * tests/test-iconv.c (ASSERT): Likewise.
27268         * tests/test-isfinite.c (ASSERT): Likewise.
27269         * tests/test-isnand.c (ASSERT): Likewise.
27270         * tests/test-isnanf.c (ASSERT): Likewise.
27271         * tests/test-isnanl.h (ASSERT): Likewise.
27272         * tests/test-ldexpl.c (ASSERT): Likewise.
27273         * tests/test-linked_list.c (ASSERT): Likewise.
27274         * tests/test-linkedhash_list.c (ASSERT): Likewise.
27275         * tests/test-localename.c (ASSERT): Likewise.
27276         * tests/test-lseek.c (ASSERT): Likewise.
27277         * tests/test-mbscasecmp.c (ASSERT): Likewise.
27278         * tests/test-mbscasestr1.c (ASSERT): Likewise.
27279         * tests/test-mbscasestr2.c (ASSERT): Likewise.
27280         * tests/test-mbscasestr3.c (ASSERT): Likewise.
27281         * tests/test-mbscasestr4.c (ASSERT): Likewise.
27282         * tests/test-mbschr.c (ASSERT): Likewise.
27283         * tests/test-mbscspn.c (ASSERT): Likewise.
27284         * tests/test-mbsncasecmp.c (ASSERT): Likewise.
27285         * tests/test-mbspbrk.c (ASSERT): Likewise.
27286         * tests/test-mbspcasecmp.c (ASSERT): Likewise.
27287         * tests/test-mbsrchr.c (ASSERT): Likewise.
27288         * tests/test-mbsspn.c (ASSERT): Likewise.
27289         * tests/test-mbsstr1.c (ASSERT): Likewise.
27290         * tests/test-mbsstr2.c (ASSERT): Likewise.
27291         * tests/test-mbsstr3.c (ASSERT): Likewise.
27292         * tests/test-memchr2.c (ASSERT): Likewise.
27293         * tests/test-memmem.c (ASSERT): Likewise.
27294         * tests/test-open.c (ASSERT): Likewise.
27295         * tests/test-printf-frexp.c (ASSERT): Likewise.
27296         * tests/test-printf-frexpl.c (ASSERT): Likewise.
27297         * tests/test-printf-posix.c (ASSERT): Likewise.
27298         * tests/test-quotearg.c (ASSERT): Likewise.
27299         * tests/test-rbtree_list.c (ASSERT): Likewise.
27300         * tests/test-rbtree_oset.c (ASSERT): Likewise.
27301         * tests/test-rbtreehash_list.c (ASSERT): Likewise.
27302         * tests/test-round1.c (ASSERT): Likewise.
27303         * tests/test-roundf1.c (ASSERT): Likewise.
27304         * tests/test-roundl.c (ASSERT): Likewise.
27305         * tests/test-signbit.c (ASSERT): Likewise.
27306         * tests/test-sleep.c (ASSERT): Likewise.
27307         * tests/test-snprintf-posix.c (ASSERT): Likewise.
27308         * tests/test-snprintf.c (ASSERT): Likewise.
27309         * tests/test-sprintf-posix.c (ASSERT): Likewise.
27310         * tests/test-stat-time.c (ASSERT): Likewise.
27311         * tests/test-strcasestr.c (ASSERT): Likewise.
27312         * tests/test-strerror.c (ASSERT): Likewise.
27313         * tests/test-striconv.c (ASSERT): Likewise.
27314         * tests/test-striconveh.c (ASSERT): Likewise.
27315         * tests/test-striconveha.c (ASSERT): Likewise.
27316         * tests/test-strsignal.c (ASSERT): Likewise.
27317         * tests/test-strstr.c (ASSERT): Likewise.
27318         * tests/test-strtod.c (ASSERT): Likewise.
27319         * tests/test-trunc1.c (ASSERT): Likewise.
27320         * tests/test-trunc2.c (ASSERT): Likewise.
27321         * tests/test-truncf1.c (ASSERT): Likewise.
27322         * tests/test-truncf2.c (ASSERT): Likewise.
27323         * tests/test-truncl.c (ASSERT): Likewise.
27324         * tests/test-vasnprintf-posix.c (ASSERT): Likewise.
27325         * tests/test-vasnprintf-posix2.c (ASSERT): Likewise.
27326         * tests/test-vasnprintf.c (ASSERT): Likewise.
27327         * tests/test-vasprintf-posix.c (ASSERT): Likewise.
27328         * tests/test-vasprintf.c (ASSERT): Likewise.
27329         * tests/test-vfprintf-posix.c (ASSERT): Likewise.
27330         * tests/test-vprintf-posix.c (ASSERT): Likewise.
27331         * tests/test-vsnprintf-posix.c (ASSERT): Likewise.
27332         * tests/test-vsnprintf.c (ASSERT): Likewise.
27333         * tests/test-vsprintf-posix.c (ASSERT): Likewise.
27334         * tests/test-wcwidth.c (ASSERT): Likewise.
27335         * tests/test-xfprintf-posix.c (ASSERT): Likewise.
27336         * tests/test-xprintf-posix.c (ASSERT): Likewise.
27337         * tests/test-xvasprintf.c (ASSERT): Likewise.
27338         * tests/uniconv/test-u16-conv-from-enc.c (ASSERT): Likewise.
27339         * tests/uniconv/test-u16-conv-to-enc.c (ASSERT): Likewise.
27340         * tests/uniconv/test-u16-strconv-from-enc.c (ASSERT): Likewise.
27341         * tests/uniconv/test-u16-strconv-to-enc.c (ASSERT): Likewise.
27342         * tests/uniconv/test-u32-conv-from-enc.c (ASSERT): Likewise.
27343         * tests/uniconv/test-u32-conv-to-enc.c (ASSERT): Likewise.
27344         * tests/uniconv/test-u32-strconv-from-enc.c (ASSERT): Likewise.
27345         * tests/uniconv/test-u32-strconv-to-enc.c (ASSERT): Likewise.
27346         * tests/uniconv/test-u8-conv-from-enc.c (ASSERT): Likewise.
27347         * tests/uniconv/test-u8-conv-to-enc.c (ASSERT): Likewise.
27348         * tests/uniconv/test-u8-strconv-from-enc.c (ASSERT): Likewise.
27349         * tests/uniconv/test-u8-strconv-to-enc.c (ASSERT): Likewise.
27350         * tests/unictype/test-bidi_byname.c (ASSERT): Likewise.
27351         * tests/unictype/test-bidi_name.c (ASSERT): Likewise.
27352         * tests/unictype/test-bidi_of.c (ASSERT): Likewise.
27353         * tests/unictype/test-bidi_test.c (ASSERT): Likewise.
27354         * tests/unictype/test-block_list.c (ASSERT): Likewise.
27355         * tests/unictype/test-block_of.c (ASSERT): Likewise.
27356         * tests/unictype/test-block_test.c (ASSERT): Likewise.
27357         * tests/unictype/test-categ_and.c (ASSERT): Likewise.
27358         * tests/unictype/test-categ_and_not.c (ASSERT): Likewise.
27359         * tests/unictype/test-categ_byname.c (ASSERT): Likewise.
27360         * tests/unictype/test-categ_name.c (ASSERT): Likewise.
27361         * tests/unictype/test-categ_none.c (ASSERT): Likewise.
27362         * tests/unictype/test-categ_of.c (ASSERT): Likewise.
27363         * tests/unictype/test-categ_or.c (ASSERT): Likewise.
27364         * tests/unictype/test-categ_test_withtable.c (ASSERT): Likewise.
27365         * tests/unictype/test-combining.c (ASSERT): Likewise.
27366         * tests/unictype/test-decdigit.c (ASSERT): Likewise.
27367         * tests/unictype/test-digit.c (ASSERT): Likewise.
27368         * tests/unictype/test-mirror.c (ASSERT): Likewise.
27369         * tests/unictype/test-numeric.c (ASSERT): Likewise.
27370         * tests/unictype/test-pr_byname.c (ASSERT): Likewise.
27371         * tests/unictype/test-pr_test.c (ASSERT): Likewise.
27372         * tests/unictype/test-predicate-part1.h (ASSERT): Likewise.
27373         * tests/unictype/test-scripts.c (ASSERT): Likewise.
27374         * tests/unictype/test-sy_c_ident.c (ASSERT): Likewise.
27375         * tests/unictype/test-sy_java_ident.c (ASSERT): Likewise.
27376         * tests/unistdio/test-u16-asnprintf1.c (ASSERT): Likewise.
27377         * tests/unistdio/test-u16-vasnprintf1.c (ASSERT): Likewise.
27378         * tests/unistdio/test-u16-vasnprintf2.c (ASSERT): Likewise.
27379         * tests/unistdio/test-u16-vasnprintf3.c (ASSERT): Likewise.
27380         * tests/unistdio/test-u16-vasprintf1.c (ASSERT): Likewise.
27381         * tests/unistdio/test-u16-vsnprintf1.c (ASSERT): Likewise.
27382         * tests/unistdio/test-u16-vsprintf1.c (ASSERT): Likewise.
27383         * tests/unistdio/test-u32-asnprintf1.c (ASSERT): Likewise.
27384         * tests/unistdio/test-u32-vasnprintf1.c (ASSERT): Likewise.
27385         * tests/unistdio/test-u32-vasnprintf2.c (ASSERT): Likewise.
27386         * tests/unistdio/test-u32-vasnprintf3.c (ASSERT): Likewise.
27387         * tests/unistdio/test-u32-vasprintf1.c (ASSERT): Likewise.
27388         * tests/unistdio/test-u32-vsnprintf1.c (ASSERT): Likewise.
27389         * tests/unistdio/test-u32-vsprintf1.c (ASSERT): Likewise.
27390         * tests/unistdio/test-u8-asnprintf1.c (ASSERT): Likewise.
27391         * tests/unistdio/test-u8-vasnprintf1.c (ASSERT): Likewise.
27392         * tests/unistdio/test-u8-vasnprintf2.c (ASSERT): Likewise.
27393         * tests/unistdio/test-u8-vasnprintf3.c (ASSERT): Likewise.
27394         * tests/unistdio/test-u8-vasprintf1.c (ASSERT): Likewise.
27395         * tests/unistdio/test-u8-vsnprintf1.c (ASSERT): Likewise.
27396         * tests/unistdio/test-u8-vsprintf1.c (ASSERT): Likewise.
27397         * tests/unistdio/test-ulc-asnprintf1.c (ASSERT): Likewise.
27398         * tests/unistdio/test-ulc-vasnprintf1.c (ASSERT): Likewise.
27399         * tests/unistdio/test-ulc-vasnprintf2.c (ASSERT): Likewise.
27400         * tests/unistdio/test-ulc-vasnprintf3.c (ASSERT): Likewise.
27401         * tests/unistdio/test-ulc-vasprintf1.c (ASSERT): Likewise.
27402         * tests/unistdio/test-ulc-vsnprintf1.c (ASSERT): Likewise.
27403         * tests/unistdio/test-ulc-vsprintf1.c (ASSERT): Likewise.
27404         * tests/uniwidth/test-u16-strwidth.c (ASSERT): Likewise.
27405         * tests/uniwidth/test-u16-width.c (ASSERT): Likewise.
27406         * tests/uniwidth/test-u32-strwidth.c (ASSERT): Likewise.
27407         * tests/uniwidth/test-u32-width.c (ASSERT): Likewise.
27408         * tests/uniwidth/test-u8-strwidth.c (ASSERT): Likewise.
27409         * tests/uniwidth/test-u8-width.c (ASSERT): Likewise.
27410         * tests/uniwidth/test-uc_width.c (ASSERT): Likewise.
27411         Reported by Eric Blake.
27412
27413 2008-04-11  Bruno Haible  <bruno@clisp.org>
27414
27415         * lib/wchar.in.h: Tweak comment.
27416
27417 2008-04-11  Bruno Haible  <bruno@clisp.org>
27418
27419         Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.
27420         * gnulib-tool (func_emit_initmacro_start): Emit an invocation of
27421         gl_COMMON.
27422         * m4/gnulib-common.m4 (gl_COMMON, gl_COMMON_BODY): New macros.
27423
27424 2008-04-11  Bruno Haible  <bruno@clisp.org>
27425
27426         * modules/git-merge-changelog (git_merge_changelog_LDADD): Add LIBINTL.
27427
27428 2008-04-11  Simon Josefsson  <simon@josefsson.org>
27429
27430         * lib/gc-gnulib.c: On Windows, use CryptGenRandom from CSP instead
27431         of attempting to use non-existing /dev/*random.  Based on patch
27432         from Adam Strzelecki <ono@java.pl> in
27433         <http://lists.gnu.org/archive/html/help-gsasl/2008-02/msg00000.html>.
27434
27435 2008-04-08  Bruno Haible  <bruno@clisp.org>
27436
27437         Add tentative support for emx+gcc.
27438         * lib/fbufmode.c (fbufmode) [__EMX__]: Add conditional code.
27439         * lib/fpurge.c (fpurge): Likewise.
27440         * lib/freadable.c (freadable): Likewise.
27441         * lib/freadahead.c (freadahead): Likewise.
27442         * lib/freading.c (freading): Likewise.
27443         * lib/freadptr.c (freadptr): Likewise.
27444         * lib/freadseek.c (freadptrinc): Likewise.
27445         * lib/fseeko.c (rpl_fseeko): Likewise.
27446         * lib/fseterr.c (fseterr): Likewise.
27447         * lib/fwritable.c (fwritable): Likewise.
27448         * lib/fwriting.c (fwriting): Likewise.
27449         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for emx+gcc.
27450
27451 2008-04-09  Eric Blake  <ebb9@byu.net>
27452
27453         Avoid some autoconf warnings.
27454         * m4/regex.m4 (gl_REGEX): s/AC_HELP_STRING/AS_HELP_STRING/.
27455         * m4/acl.m4 (gl_FUNC_ACL): Likewise.
27456         * m4/afs.m4 (gl_AFS): Likewise.
27457         * m4/gc-random.m4 (gl_GC_RANDOM): Likewise.
27458         * m4/include_next.m4 (gl_INCLUDE_NEXT): s/AC_FOREACH/m4_foreach_w/.
27459         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
27460         * m4/stdint.m4 (gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED)
27461         (gl_INTEGER_TYPE_SUFFIX): Likewise.
27462         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE)
27463         (AC_CHECK_DECLS_ONCE): Likewise.
27464         Rename file...
27465         * m4/onceonly.m4: ...to this, and delete 2.54 variant, now that
27466         gnulib-tool requires autoconf 2.59 or better.
27467         * gnulib-tool (func_get_filelist): s/\(onceonly\)_2_57.m4/\1.m4/.
27468
27469 2008-04-08  Eric Blake  <ebb9@byu.net>
27470
27471         Use 'git describe --match' if present (added in git 1.5.5).
27472         * build-aux/git-version-gen: Limit result to tags that match 'v*'
27473         if possible.
27474
27475 2008-04-08  Bruno Haible  <bruno@clisp.org>
27476
27477         Add tentative support for OpenServer.
27478         * lib/fbufmode.c (fbufmode): Add conditional define for _flag, _base,
27479         _ptr, _cnt.
27480         * lib/fpurge.c (fpurge): Likewise.
27481         * lib/freadable.c (freadable): Likewise.
27482         * lib/freadahead.c (freadahead): Likewise.
27483         * lib/freading.c (freading): Likewise.
27484         * lib/freadptr.c (freadptr): Likewise.
27485         * lib/freadseek.c (freadptrinc): Likewise.
27486         * lib/fseeko.c (rpl_fseeko): Likewise.
27487         * lib/fseterr.c (fseterr): Likewise.
27488         * lib/fwritable.c (fwritable): Likewise.
27489         * lib/fwriting.c (fwriting): Likewise.
27490         Reported by Roger Cornelius <rac@tenzing.org> and
27491         Brian K. White <brian@aljex.com>.
27492
27493 2008-04-06  Jim Meyering  <meyering@redhat.com>
27494
27495         * gnulib-tool (func_add_or_update): s/backuped/backed up/ in diagnostic
27496
27497 2008-04-06  Bruno Haible  <bruno@clisp.org>
27498
27499         Avoid possible error with non-ASCII bytes in UTF-8 locales.
27500         * tests/test-fprintf-posix.sh: Use "LC_ALL=C tr" instead of "tr".
27501         * tests/test-printf-posix.sh: Likewise.
27502         * tests/test-vfprintf-posix.sh: Likewise.
27503         * tests/test-vprintf-posix.sh: Likewise.
27504         * tests/test-xprintf-posix.sh: Likewise.
27505
27506 2008-04-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
27507
27508         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT): Fix quoting,
27509         hide error from 'ls', needed on OS/2.
27510         Report by Elbert Pol <elbert.pol@gmail.com>.
27511
27512 2008-04-04  Eric Blake  <ebb9@byu.net>
27513
27514         Make test-fseeko.c failures meaningful.
27515         * tests/test-fseeko.c: Print line number on failure.
27516         * tests/test-fseek.c: Likewise.
27517         Reported by Nelson H. F. Beebe.
27518
27519         Improve strtod bug detection check.
27520         * m4/strtod.m4 (gl_FUNC_STRTOD): Also check for hex-float parsing,
27521         required for Solaris 10.
27522         Reported by Bob Friesenhahn and Nelson H. F. Beebe.
27523
27524 2008-04-04  Bruno Haible  <bruno@clisp.org>
27525
27526         * modules/relocatable-prog-wrapper (Files): Add m4/environ.m4. Needed
27527         by m4/setenv.m4.
27528
27529 2008-04-03  Eric Blake  <ebb9@byu.net>
27530
27531         Ensure sane .version contents.
27532         * top/GNUmakefile (_dummy): Also delete .version when rebuilding
27533         version string.
27534         * build-aux/git-version-gen: Improve documentation.
27535
27536         Make GNU make output nicer.
27537         * top/GNUmakefile [!_have-Makefile]: Add dependency on
27538         MAKECMDGOALS to enforce message for all command line targets.  Set
27539         srcdir for use in maint.mk.
27540
27541         Another maintainer tweak.
27542         * top/GNUmakefile (_is-dist-target): Allow maintainer-distcheck as
27543         a target that regenerates version.
27544
27545 2008-04-03  Jim Meyering  <meyering@redhat.com>
27546
27547         vc-list-files: don't cause coreutils "make po-check" failure
27548         * build-aux/vc-list-files: Skip postprocessing when $2 is '.'
27549
27550 2008-04-03  Eric Blake  <ebb9@byu.net>
27551
27552         Allow VPATH usage of vc-list-files.
27553         * build-aux/vc-list-files (scriptversion): Add timestamp.
27554         (options): Add --help, --version, -C.
27555         (CVS): Support installed cvsu.
27556
27557 2008-04-02  Bruno Haible  <bruno@clisp.org>
27558
27559         Avoid some "statement with no effect" warnings from gcc.
27560         * tests/test-wctype.c (main): Explicitly ignore unused values.
27561         Reported by Jim Meyering.
27562
27563 2008-04-02  Jim Meyering  <meyering@redhat.com>
27564
27565         Avoid some warnings from "gcc -Wshadow".
27566         * tests/test-frexp.c (exp): Define to a different identifier.
27567         * tests/test-frexpl.c (exp): Likewise.
27568
27569 2008-04-03  Jim Meyering  <meyering@redhat.com>
27570
27571         bootstrap: remove dangling *.[ch] symlinks from lib
27572         * build-aux/bootstrap [dangling symlink removal]: Move find's
27573         -depth option to precede all others, to avoid a warning.
27574         Remove *.[ch] files too, and from "$source_base" (usually lib/).
27575
27576 2008-04-02  Bruno Haible  <bruno@clisp.org>
27577
27578         Avoid some warnings from "gcc -Wshadow".
27579         * tests/tests-vfprintf-posix.c (my_fprintf): Move after test_function.
27580         * tests/tests-vprintf-posix.c (my_printf): Move after test_function.
27581         * tests/tests-vsnprintf-posix.c (my_snprintf): Move after test_function.
27582         * tests/tests-vsprintf-posix.c (my_sprintf): Move after test_function.
27583         Reported by Jim Meyering.
27584
27585 2008-04-01  Bruno Haible  <bruno@clisp.org>
27586
27587         Fix test to work on IRIX 6.5 with cc.
27588         * tests/test-math.c (numeric_equal): New function.
27589         (main): Use it.
27590
27591 2008-04-01  Bruno Haible  <bruno@clisp.org>
27592
27593         * doc/posix-headers/math.texi: Refine documentation of NAN problem.
27594
27595 2008-04-01  Bruno Haible  <bruno@clisp.org>
27596
27597         * tests/test-vasnprintf-posix.c: Include nan.h instead of <math.h>.
27598         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
27599         * modules/vasnprintf-posix-tests (Files): Add tests/nan.h.
27600         (Depends-on): Remove math.
27601
27602         * tests/test-vasprintf-posix.c: Include nan.h instead of <math.h>.
27603         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
27604         * modules/vasprintf-posix-tests (Files): Add tests/nan.h.
27605         (Depends-on): Remove math.
27606
27607         * tests/test-snprintf-posix.h: Include nan.h instead of <math.h>.
27608         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
27609         * modules/snprintf-posix-tests (Files): Add tests/nan.h.
27610         (Depends-on): Remove math.
27611         * modules/vsnprintf-posix-tests (Files): Add tests/nan.h.
27612         (Depends-on): Remove math.
27613
27614         * tests/test-sprintf-posix.h: Include nan.h instead of <math.h>.
27615         (test_function): Use NaNd, NaNl instead of NAN or 0.0L/0.0L.
27616         * modules/sprintf-posix-tests (Files): Add tests/nan.h.
27617         (Depends-on): Remove math.
27618         * modules/vsprintf-posix-tests (Files): Add tests/nan.h.
27619         (Depends-on): Remove math.
27620
27621         * tests/test-round1.c: Include nan.h.
27622         (main): Use NaNd instead of NAN.
27623         * modules/round-tests (Files): Add tests/nan.h.
27624
27625         * tests/test-trunc1.c: Include nan.h.
27626         (main): Use NaNd instead of NAN.
27627         * modules/trunc-tests (Files): Add tests/nan.h.
27628
27629         * tests/test-roundf1.c: Include nan.h.
27630         (main): Use NaNf instead of NAN.
27631         * modules/roundf-tests (Files): Add tests/nan.h.
27632
27633         * tests/test-truncf1.c: Include nan.h.
27634         (main): Use NaNf instead of NAN.
27635         * modules/truncf-tests (Files): Add tests/nan.h.
27636
27637         * tests/test-ceilf1.c: Include nan.h.
27638         (main): Use NaNf instead of NAN.
27639         * modules/ceilf-tests (Files): Add tests/nan.h.
27640
27641         * tests/test-floorf1.c: Include nan.h.
27642         (main): Use NaNf instead of NAN.
27643         * modules/floorf-tests (Files): Add tests/nan.h.
27644
27645         * tests/test-isnanf.c: Include nan.h instead of <math.h>.
27646         (main): Use NaNf instead of NAN.
27647         * modules/isnanf-nolibm-tests (Files): Add tests/nan.h.
27648
27649         * tests/test-isnand.c: Include nan.h instead of <math.h>.
27650         (main): Use NaNd instead of NAN.
27651         * modules/isnand-nolibm-tests (Files): Add tests/nan.h.
27652
27653         * tests/test-frexp.c: Include nan.h.
27654         (main): Use NaNd instead of NAN.
27655         * modules/frexp-tests (Files): Add tests/nan.h.
27656
27657         * lib/isnan.c: Don't include <math.h>.
27658         (FUNC): Don't use NAN macro.
27659         * modules/isnand-nolibm (Depends-on): Remove math.
27660         * modules/isnanf-nolibm (Depends-on): Remove math.
27661         * modules/isnanl (Depends-on): Remove math.
27662         * modules/isnanl-nolibm (Depends-on): Remove math.
27663
27664         * tests/nan.h: New file.
27665
27666 2008-04-01  Eric Blake  <ebb9@byu.net>
27667
27668         Fix typos.
27669         * tests/test-strtod.c (main): s/FLT_/DBL_/ for minimum and epsilon
27670         values to be the right type.
27671
27672         For now, cater to gnulib strtod inaccuracies.
27673         * tests/test-strtod.c (main): Allow 1-ulp error on expected
27674         fractional results.  While not as nice from a QoI perspective, it
27675         is a quicker patch than correctly implementing decimal to binary
27676         rounding.
27677
27678 2008-03-31  Eric Blake  <ebb9@byu.net>
27679
27680         Guarantee a definition of NAN.
27681         * lib/math.in.h (NAN): Define if missing.
27682         * tests/test-math.c (main): Test it.
27683         * doc/posix-headers/math.texi (math.h): Document this.
27684         * lib/isnan.c (rpl_isnand): Use it.
27685         * tests/test-ceilf1.c (NaN): Delete, and use NAN instead.
27686         * tests/test-floorf1.c (NaN): Likewise.
27687         * tests/test-frexp.c (NaN): Likewise.
27688         * tests/test-isnand.c (NaN): Likewise.
27689         * tests/test-isnanf.c (NaN): Likewise.
27690         * tests/test-round1.c (NaN): Likewise.
27691         * tests/test-roundf1.c (NaN): Likewise.
27692         * tests/test-snprintf-posix.h (NaN): Likewise.
27693         * tests/test-sprintf-posix.h (NaN): Likewise.
27694         * tests/test-trunc1.c (NaN): Likewise.
27695         * tests/test-truncf1.c (NaN): Likewise.
27696         * tests/test-vasnprintf-posix.c (NaN): Likewise.
27697         * tests/test-vasprintf-posix.c (NaN): Likewise.
27698         * modules/isnand-nolibm (Depends-on): Add math.
27699         * modules/isnanf-nolibm (Depends-on): Likewise.
27700         * modules/isnanl (Depends-on): Likewise.
27701         * modules/isnanl-nolibm (Depends-on): Likewise.
27702         * modules/snprintf-posix-tests (Depends-on): Likewise.
27703         * modules/sprintf-posix-tests (Depends-on): Likewise.
27704         * modules/vsnprintf-posix-tests (Depends-on): Likewise.
27705         * modules/vsprintf-posix-tests (Depends-on): Likewise.
27706         * modules/vasnprintf-posix-tests (Depends-on): Likewise.
27707         * modules/vasprintf-posix-tests (Depends-on): Likewise.
27708
27709 2008-03-31  Bruno Haible  <bruno@clisp.org>
27710
27711         * tests/test-strtod.c (main): Update results for OSF/1 platforms.
27712         * doc/posix-functions/strtod.texi: Likewise.
27713
27714 2008-03-31  Bruno Haible  <bruno@clisp.org>
27715
27716         * tests/test-strtod.c (main): Don't use C99 syntax.
27717
27718 2008-03-31  Bruno Haible  <bruno@clisp.org>
27719
27720         * tests/test-strtod.c (main): Don't test NAN macro. Needed for Solaris.
27721         Reported by Eric Blake.
27722
27723 2008-03-31  Jim Meyering  <meyering@redhat.com>
27724
27725         Don't compare actual signbit return values.
27726         * tests/test-strtod.c (main): Rather, compare only their
27727         zero/non-zero nature.
27728
27729 2008-03-31  Eric Blake  <ebb9@byu.net>
27730
27731         More strtod documentation.
27732         * doc/posix-functions/strtod.texi (strtod): Interpret more test
27733         failures as distinct bugs.
27734
27735 2008-03-30  Paul Eggert  <eggert@cs.ucla.edu>
27736
27737         * lib/wchar.in.h [defined __need_mbstate_t]: Just include <wchar.h>.
27738         Problem reported by Erik Benada in
27739         <http://lists.gnu.org/archive/html/bug-gnulib/2008-03/msg00249.html>.
27740
27741 2008-03-30  Bruno Haible  <bruno@clisp.org>
27742
27743         * tests/test-strtod.c: Add comments about which assertion fails on which
27744         platform.
27745         * doc/posix-functions/strtod.texi: Add info about many more platforms.
27746
27747 2008-03-30  Eric Blake  <ebb9@byu.net>
27748
27749         Test signbit behavior on zeros.
27750         * tests/test-signbit.c (test_signbitf): Add tests for zero.
27751         (test_signbitd, test_signbitl): Likewise.
27752
27753         More strtod touchups.
27754         * tests/test-strtod.c (main): Ignore tests for signbit on NaN, and
27755         sign of negative underflow, for now.  Use .5, not .1.
27756         * doc/posix-functions/strtod.texi (strtod): Mention these
27757         limitations.
27758         Reported by Jim Meyering.
27759
27760 2008-03-30  Bruno Haible  <bruno@clisp.org>
27761
27762         * lib/striconveh.h (mem_iconveh, str_iconveh): Optimize the conversion
27763         from UTF-8 to UTF-8//TRANSLIT in the same way as from UTF-8 to UTF-8.
27764
27765 2008-03-30  Bruno Haible  <bruno@clisp.org>
27766
27767         Avoid failure when attempting to return empty iconv results on some
27768         platforms.
27769         * lib/striconveh.c (mem_cd_iconveh_internal): In the final memory
27770         allocation, don't report ENOMEM when the resulting string is empty.
27771
27772 2008-03-30  Bruno Haible  <bruno@clisp.org>
27773
27774         Fix buffer overrun.
27775         * lib/vasnprintf.c (VASNPRINTF): If !USE_SNPRINTF && pad_ourselves:
27776         Don't consider the width for tmp_length. Check count against tmp_length
27777         before doing the padding. Ensure enough allocation during padding.
27778
27779 2008-03-30  Eric Blake  <ebb9@byu.net>
27780
27781         strtod touchups.
27782         * lib/strtod.c (strtod): Avoid compiler warnings.
27783         Reported by Jim Meyering.
27784
27785 2008-03-30  Bruno Haible  <bruno@clisp.org>
27786
27787         * lib/unistdio/u-vsprintf.h (EOVERFLOW): Remove fallback.
27788         * modules/unistdio/ulc-vsprintf (Depends-on): Add EOVERFLOW.
27789         * modules/unistdio/u8-vsprintf (Depends-on): Add EOVERFLOW.
27790         * modules/unistdio/u8-u8-vsprintf (Depends-on): Add EOVERFLOW.
27791         * modules/unistdio/u16-vsprintf (Depends-on): Add EOVERFLOW.
27792         * modules/unistdio/u16-u16-vsprintf (Depends-on): Add EOVERFLOW.
27793         * modules/unistdio/u32-vsprintf (Depends-on): Add EOVERFLOW.
27794         * modules/unistdio/u32-u32-vsprintf (Depends-on): Add EOVERFLOW.
27795
27796         * lib/unistdio/u-vsnprintf.h (EOVERFLOW): Remove fallback.
27797         * modules/unistdio/ulc-vsnprintf (Depends-on): Add EOVERFLOW.
27798         * modules/unistdio/u8-vsnprintf (Depends-on): Add EOVERFLOW.
27799         * modules/unistdio/u8-u8-vsnprintf (Depends-on): Add EOVERFLOW.
27800         * modules/unistdio/u16-vsnprintf (Depends-on): Add EOVERFLOW.
27801         * modules/unistdio/u16-u16-vsnprintf (Depends-on): Add EOVERFLOW.
27802         * modules/unistdio/u32-vsnprintf (Depends-on): Add EOVERFLOW.
27803         * modules/unistdio/u32-u32-vsnprintf (Depends-on): Add EOVERFLOW.
27804
27805         * lib/unistdio/u-vasprintf.h (EOVERFLOW): Remove fallback.
27806         * modules/unistdio/ulc-vasprintf (Depends-on): Add EOVERFLOW.
27807         * modules/unistdio/u8-vasprintf (Depends-on): Add EOVERFLOW.
27808         * modules/unistdio/u8-u8-vasprintf (Depends-on): Add EOVERFLOW.
27809         * modules/unistdio/u16-vasprintf (Depends-on): Add EOVERFLOW.
27810         * modules/unistdio/u16-u16-vasprintf (Depends-on): Add EOVERFLOW.
27811         * modules/unistdio/u32-vasprintf (Depends-on): Add EOVERFLOW.
27812         * modules/unistdio/u32-u32-vasprintf (Depends-on): Add EOVERFLOW.
27813
27814         * lib/unistdio/ulc-vfprintf.c (EOVERFLOW): Remove fallback.
27815         * modules/unistdio/ulc-vfprintf (Depends-on): Add EOVERFLOW.
27816
27817         * lib/unistdio/ulc-fprintf.c (EOVERFLOW): Remove fallback.
27818         * modules/unistdio/ulc-fprintf (Depends-on): Add EOVERFLOW.
27819
27820         * lib/xvasprintf.c (EOVERFLOW): Remove fallback.
27821         * modules/xvasprintf (Depends-on): Add EOVERFLOW.
27822
27823         * lib/vsprintf.c (EOVERFLOW): Remove fallback.
27824         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Drop gl_EOVERFLOW.
27825         * modules/vsprintf-posix (Depends-on): Add EOVERFLOW.
27826
27827         * lib/vsnprintf.c (EOVERFLOW): Remove fallback.
27828         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Drop gl_EOVERFLOW.
27829         * modules/vsnprintf (Depends-on): Add EOVERFLOW.
27830
27831         * lib/vfprintf.c (EOVERFLOW): Remove fallback.
27832         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Drop gl_EOVERFLOW.
27833         * modules/vfprintf-posix (Depends-on): Add EOVERFLOW.
27834
27835         * lib/vasprintf.c (EOVERFLOW): Remove fallback.
27836         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Drop gl_EOVERFLOW.
27837         * modules/vasprintf (Depends-on): Add EOVERFLOW.
27838
27839         * lib/vasnprintf.c (EOVERFLOW): Remove fallback.
27840         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Drop gl_EOVERFLOW.
27841         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Drop gl_EOVERFLOW.
27842         * modules/vasnprintf (Files): Remove m4/eoverflow.m4.
27843         (Depends-on): Add EOVERFLOW.
27844         * modules/unistdio/ulc-vasnprintf (Files): Remove m4/eoverflow.m4.
27845         (Depends-on): Add EOVERFLOW.
27846         * modules/unistdio/u8-vasnprintf (Files): Remove m4/eoverflow.m4.
27847         (Depends-on): Add EOVERFLOW.
27848         * modules/unistdio/u8-u8-vasnprintf (Files): Remove m4/eoverflow.m4.
27849         (Depends-on): Add EOVERFLOW.
27850         * modules/unistdio/u16-vasnprintf (Files): Remove m4/eoverflow.m4.
27851         (Depends-on): Add EOVERFLOW.
27852         * modules/unistdio/u16-u16-vasnprintf (Files): Remove m4/eoverflow.m4.
27853         (Depends-on): Add EOVERFLOW.
27854         * modules/unistdio/u32-vasnprintf (Files): Remove m4/eoverflow.m4.
27855         (Depends-on): Add EOVERFLOW.
27856         * modules/unistdio/u32-u32-vasnprintf (Files): Remove m4/eoverflow.m4.
27857         (Depends-on): Add EOVERFLOW.
27858
27859         * lib/sprintf.c (EOVERFLOW): Remove fallback.
27860         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Drop gl_EOVERFLOW.
27861         * modules/sprintf-posix (Depends-on): Add EOVERFLOW.
27862
27863         * lib/snprintf.c (EOVERFLOW): Remove fallback.
27864         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Drop gl_EOVERFLOW.
27865         * modules/snprintf (Depends-on): Add EOVERFLOW.
27866
27867         * lib/poll.c (EOVERFLOW): Remove fallback.
27868         * modules/poll (Depends-on): Add EOVERFLOW.
27869
27870         * lib/getugroups.c (EOVERFLOW): Remove fallback.
27871         * modules/getugroups (Depends-on): Add EOVERFLOW.
27872
27873         * lib/getdelim.c (EOVERFLOW): Remove fallback.
27874         * modules/getdelim (Depends-on): Add EOVERFLOW.
27875
27876         * lib/ftell.c (EOVERFLOW): Remove fallback.
27877         * modules/ftell (Depends-on): Add EOVERFLOW.
27878
27879         * lib/fprintf.c (EOVERFLOW): Remove fallback.
27880         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Drop gl_EOVERFLOW.
27881         * modules/fprintf-posix (Depends-on): Add EOVERFLOW.
27882
27883         * lib/c-stack.c (EOVERFLOW): Remove unused fallback.
27884
27885         * modules/EOVERFLOW-tests: New file.
27886         * tests/test-EOVERFLOW.c: New file.
27887
27888         * modules/EOVERFLOW: New file.
27889         * doc/posix-headers/errno.texi: Mention EOVERFLOW portability problem.
27890
27891 2008-03-30  Bruno Haible  <bruno@clisp.org>
27892
27893         Fix bug introduced on 2007-06-10.
27894         * lib/vasnprintf.c (VASNPRINTF): When performing zero-padding, use
27895         spaces instead of 0 digits for 's' also when ENABLE_UNISTDIO.
27896
27897 2008-03-30  Bruno Haible  <bruno@clisp.org>
27898
27899         Improve freadseek's efficiency after ungetc.
27900         * lib/freadseek.c: Include freadahead.h.
27901         (freadptrinc): New function, extracted from freadseek.
27902         (freadseek): Use it in a loop. Use freadahead to determine the number
27903         of loop iterations.
27904         * modules/freadseek (Depends-on): Add freadahead.
27905         (configure.ac): Require AC_C_INLINE.
27906
27907 2008-03-30  Bruno Haible  <bruno@clisp.org>
27908
27909         * lib/freadseek.c (freadseek): Don't ignore the return value of
27910         freadptr.
27911
27912 2008-03-29  Eric Blake  <ebb9@byu.net>
27913
27914         Add hex float support.
27915         * modules/strtod (Depends-on): Add c-ctype.
27916         (Link): Mention POW_LIB.
27917         * lib/strtod.c (strtod): Recognize hex floats.  Don't allow
27918         whitespace between 'e' and exponent.
27919         * tests/test-strtod.c (main): Enable hex float tests.
27920         * doc/posix-functions/strtod.texi (strtod): Document what gnulib
27921         now provides.
27922
27923         Document various strtod bugs, with some fixes.
27924         * doc/posix-functions/strtod.texi (strtod): Document bugs with
27925         "-0x", "inf", "nan", and hex constants.
27926         * doc/posix-functions/atof.texi (atof): Likewise.
27927         * modules/stdlib (Makefile.am): Support strtod.
27928         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
27929         * m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
27930         detect additional strtod bugs.
27931         * lib/stdlib.in.h (rpl_strtod): Add declarations.
27932         * lib/strtod.c (strtod): Return -0.0 on negative underflow.  Use
27933         bool where appropriate.  Parse 'inf' and 'nan'.
27934         * tests/test-strtod.c: New file.
27935         * modules/strtod (Depends-on): Add stdbool, stdlib.
27936         (configure.ac): Turn on module indicator.
27937         * modules/strtod-tests: New module.
27938
27939 2008-03-29  Eric Blake  <ebb9@byu.net>
27940
27941         Fix ftell on mingw.
27942         * lib/ftell.c (EOVERFLOW): Define if the system lacks it.
27943         * modules/ftell-tests (Depends-on): Add binary-io.
27944         * modules/ftello-tests (Depends-on): Likewise.
27945         * tests/test-ftell.c (main): Enhance test to cover behavior after
27946         ungetc.  Enforce binary mode.
27947         * tests/test-ftello.c (main): Likewise.
27948
27949         Pass test-freadseek on cygwin.
27950         * modules/freadseek (Depends-on): Use freadptr, not freadahead.
27951         * lib/freadseek.c (freadseek): Don't increment beyond bounds of
27952         ungetc buffer.
27953
27954         * tests/test-fflush2.c (main): Fix typo.
27955
27956 2008-03-29  Bruno Haible  <bruno@clisp.org>
27957
27958         * tests/test-fflush2.c (main): Temporarily disable the contents of
27959         this test.
27960         * m4/fflush.m4 (gl_FUNC_FFLUSH): Add a TODO.
27961         Reported by Eric Blake.
27962
27963 2008-03-28  Simon Josefsson  <simon@josefsson.org>
27964
27965         * lib/gc.h (enum Gc_hash): Add GC_SHA224.
27966         (GC_SHA224_DIGEST_SIZE): Add.
27967
27968         * lib/gc-libgcrypt.c (gc_hash_open): Handle SHA-224.
27969         (gc_hash_digest_length): Likewise.
27970         (gc_hash_buffer): Likewise.
27971
27972 2008-03-25  Bruno Haible  <bruno@clisp.org>
27973
27974         * doc/gnulib-tool.texi (gettextize and autopoint): Explain in more
27975         detail which gettext release to use.
27976         Reported by Simon Josefsson.
27977
27978 2008-03-26  Jim Meyering  <meyering@redhat.com>
27979
27980         gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
27981         * modules/gnumakefile (clean-GNUmakefile): Also, use
27982         test ... && ... || : syntax rather than if-then ... fi.
27983
27984         gnumakefile: Don't double-quote-expand $(VPATH) value.
27985         * modules/gnumakefile (clean-GNUmakefile): Use single quotes.
27986
27987 2008-03-24  Eric Blake  <ebb9@byu.net>
27988
27989         Alter GNUmakefile to install into top directory.
27990         * modules/maintainer-makefile: Split, and add dependency...
27991         * modules/gnumakefile: to this new module.
27992         * build-aux/GNUmakefile: Move...
27993         * top/GNUmakefile: ...here.
27994         * build-aux/maint.mk: Move...
27995         * top/maint.mk: ...here.
27996         * MODULES.html.sh (Support for maintaining...): Document new
27997         module.
27998
27999 2008-03-23  Bruno Haible  <bruno@clisp.org>
28000
28001         * gnulib-tool: New options --vc-files, --no-vc-files.
28002         (func_usage): Document them.
28003         (vc_files): New variable.
28004         (func_import): Consider vc_files.
28005         (func_create_testdir): Set vc_files to empty.
28006         Suggested by Jim Meyering and Karl Berry.
28007
28008 2008-03-23  Bruno Haible  <bruno@clisp.org>
28009
28010         Fix regex compilation error on HP-UX 11.
28011         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_TYPE_MBSTATE_T.
28012         * modules/regex (Files): Add m4/mbstate_t.m4.
28013         Reported by Ton Voon <ton.voon@altinity.com>.
28014
28015 2008-03-23  Bruno Haible  <bruno@clisp.org>
28016
28017         * doc/gnulib-tool.texi (gettextize and autopoint): New section.
28018
28019 2008-03-23  Eric Blake  <ebb9@byu.net>
28020             Bruno Haible  <bruno@clisp.org>
28021
28022         Install files from top/ in the destination directory.
28023         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
28024         augmentation also for the files from top/.
28025         (func_import, func_create_testdir): Rewrite file names:
28026         top/filename -> filename.
28027
28028 2008-03-23  Bruno Haible  <bruno@clisp.org>
28029
28030         Tweak "gnulib --version" output.
28031         * gnulib-tool (func_version): Replace "-dirty" suffix with "-modified".
28032
28033 2008-03-23  Bruno Haible  <bruno@clisp.org>
28034
28035         Tweak "gnulib --version" output.
28036         * gnulib-tool (func_version): Use date of last commit to ChangeLog,
28037         rather than contents of ChangeLog, when possible.
28038
28039 2008-03-21  Eric Blake  <ebb9@byu.net>
28040
28041         More --version tweaks.
28042         * gnulib-tool (func_version): Obey GNU Coding Standards.  Output
28043         date of last ChangeLog entry.
28044
28045 2008-03-21  Jim Meyering  <meyering@redhat.com>
28046
28047         * build-aux/GNUmakefile (_have-git-version-gen): Split long line.
28048
28049 2008-03-20  Eric Blake  <ebb9@byu.net>
28050
28051         VPATH fix.
28052         * build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
28053
28054 2008-03-20  Simon Josefsson  <simon@josefsson.org>
28055
28056         * build-aux/GNUmakefile: Make git-version-gen optional.  Add
28057         _build-aux variable.  Suggested by Eric Blake <ebb9@byu.net>.
28058
28059 2008-03-20  Eric Blake  <ebb9@byu.net>
28060
28061         Sync GNUmakefile with coreutils.
28062         * build-aux/GNUmakefile (have-Makefile): Rename...
28063         (_have-Makefile): ...to this, for namespace consideration.
28064         (GNUmakefile.cfg): Include, if present.
28065         (_autoreconf): Define a default.
28066         (_is-dist-target): New rule for rebuilds to pick up intra-release
28067         version.
28068         (maint-cfg.mk): Rename...
28069         (cfg.mk): ...to this.
28070
28071 2008-03-18  Jim Meyering  <meyering@redhat.com>
28072
28073         New script and module: mktempd
28074         * MODULES.html.sh (maint+release support): Add mktempd.
28075         * build-aux/mktempd: New file.
28076         * modules/mktempd: New file.
28077
28078 2008-03-15  Jim Meyering  <meyering@redhat.com>
28079
28080         Undo last change.
28081         * lib/sha1.c, lib/md5.c: 63 != ~63.
28082         Reported by Andreas Schwab.
28083
28084         sha1.c, md5.c: Hoist a redundant expression.
28085         * lib/sha1.c (sha1_process_bytes): AND-off the low bits in
28086         "ctx->buflen" only once, before calling *_process_block.
28087         * lib/md5.c (md5_process_bytes): Likewise.
28088
28089 2008-03-14  Eric Blake  <ebb9@byu.net>
28090
28091         Bump copyright year in files generated by gnulib-tool.
28092         * gnulib-tool (func_emit_copyright_notice): Extract copyright from
28093         gnulib-tool, rather than hard-coding it.
28094
28095         Fix 'gnulib-tool --version' output to work with git.
28096         * gnulib-tool (func_gnulib_dir): New function, extracted from...
28097         (startup): ...here.
28098         (func_version): Use it to invoke git-version-gen, rather than
28099         relying on CVS keyword expansion.  Modernize wording.
28100         (cvsdatestamp, last_checkin_date, version): Kill unused
28101         variables.
28102
28103 2008-03-12  Jim Meyering  <meyering@redhat.com>
28104
28105         Recognize optional cast of the argument to free.
28106         * build-aux/useless-if-before-free: Update regexps.
28107
28108         * build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
28109
28110 2008-03-11  Bruno Haible  <bruno@clisp.org>
28111
28112         Extend AC_LIB_LINKFLAGS to the situation of several libraries provided
28113         by a single package.
28114         * m4/lib-link.m4 (AC_LIB_FROMPACKAGE): New macro.
28115         (AC_LIB_LINKFLAGS_BODY): Use the information stored by
28116         AC_LIB_FROMPACKAGE. Use AC_ARG_WITH instead of AC_LIB_ARG_WITH.
28117         Reported by Sam Steingold <sds@gnu.org>.
28118
28119 2008-03-12  Sergey Poznyakoff  <gray@gnu.org.ua>
28120
28121         * build-aux/bootstrap (version_controlled_file): Adapt for SVN
28122         repositories.
28123
28124 2008-03-11  Bruno Haible  <bruno@clisp.org>
28125
28126         Avoid conflicts between local macro definitions.
28127         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
28128         AC_LIB_LINKFLAGS_BODY): Use pushdef/popdef instead of define/undefine.
28129
28130 2008-03-10  Peter O'Gorman  <bug-gnulib@mlists.thewrittenword.com>
28131             Bruno Haible  <bruno@clisp.org>
28132
28133         Make va_copy work with some version of xlc on AIX 5.1.
28134         * lib/stdarg.in.h: New file.
28135         * m4/stdarg.m4 (gl_STDARG_H): Initialize STDARG_H and NEXT_STDARG_H.
28136         On AIX, use a <stdarg.h> file substitute.
28137         * modules/stdarg (Files): Add lib/stdarg.in.h.
28138         (Depends-on): Add include_next.
28139         (Makefile.am): Build a stdarg.h substitute if requested.
28140         * doc/posix-functions/va_copy.texi: Document the platforms lacking it.
28141
28142 2008-03-10  Bruno Haible  <bruno@clisp.org>
28143
28144         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Document a restriction.
28145         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Likewise.
28146         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
28147
28148 2008-03-10  Bruno Haible  <bruno@clisp.org>
28149
28150         * modules/stdlib (Depends-on): Add include_next, remove
28151         absolute-header.
28152
28153 2008-03-09  Bruno Haible  <bruno@clisp.org>
28154
28155         * lib/freadahead.h (freadahead): Document more precisely.
28156         * lib/freadahead.c (freadahead): When an ungetc is in effect, return
28157         the sum of both buffer sizes.
28158         * tests/test-freadahead.c (main): Also test behaviour after ungetc.
28159         * NEWS: Document the change.
28160
28161 2008-03-09  Bruno Haible  <bruno@clisp.org>
28162
28163         Extend freadptr to return also the buffer size.
28164         * lib/freadptr.h (freadptr): Add sizep argument.
28165         * lib/freadptr.c: Include freadptr.h, not freadahead.h.
28166         (freadptr): Add sizep argument. Determine buffer size like freadahead
28167         does.
28168         * tests/test-freadptr.c: Don't include freadahead.h.
28169         (main): Adapt for new calling convention of freadptr.
28170         * tests/test-freadptr2.c: New file, based on tests/test-freadahead.c.
28171         * tests/test-freadptr2.sh: New file, based on tests/test-freadahead.sh.
28172         * modules/freadptr-tests (Files): Add tests/test-freadptr2.c,
28173         tests/test-freadptr2.sh.
28174         (Depends): Remove freadahead.
28175         (TESTS): Add test-freadptr2.sh.
28176         (check_PROGRAMS): Add test-freadptr2.
28177
28178 2008-03-09  Bruno Haible  <bruno@clisp.org>
28179
28180         * doc/Makefile (%.pdf): Explain how to remedy the save_size error.
28181         Report and solution by Simon Josefsson.
28182
28183 2008-03-06  Bruno Haible  <bruno@clisp.org>
28184
28185         Make fflush after ungetc work on BSD platforms.
28186         * lib/fflush.c (rpl_fflush): Discard ungetc buffer if possible.
28187         * tests/test-fflush2.c: New file.
28188         * tests/test-fflush2.sh: New file.
28189         * modules/fflush-tests (Files): Add tests/test-fflush2.sh,
28190         tests/test-fflush2.c.
28191         (Makefile.am): Build test-fflush2 and run test-fflush2.sh.
28192         * doc/posix-functions/fflush.texi: Document fflush after ungetc bug.
28193
28194 2008-03-06  Eric Blake  <ebb9@byu.net>
28195
28196         Likewise for ftello.
28197         * modules/ftello (Dependencies): Add extensions.
28198         * m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
28199
28200 2008-03-06  Bruno Haible  <bruno@clisp.org>
28201
28202         * modules/fseeko (Dependencies): Add extensions.
28203         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Require AC_USE_SYSTEM_EXTENSIONS.
28204         Needed on glibc systems.
28205
28206 2008-03-06  Bruno Haible  <bruno@clisp.org>
28207
28208         * doc/gnulib-tool.texi (@nosuchmodulenote): Avoid line break inside
28209         email address.
28210         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
28211
28212 2008-03-06  Bruno Haible  <bruno@clisp.org>
28213
28214         * users.txt: Add libgnupdf.
28215
28216 2008-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
28217
28218         * doc/gnulib-tool.texi (@nosuchmodulenote): New macro.
28219         (Header File Substitutes, Function Substitutes,
28220         Glibc Header File Substitutes, Glibc Function Substitutes): Use it.
28221         (Build robot for gnulib): Fix typo.
28222
28223 2008-03-06  Bruno Haible  <bruno@clisp.org>
28224
28225         * doc/gnulib-tool.texi (VCS Issues): Small updates.
28226         Reported by Thien-Thi Nguyen <ttn@gnuvola.org>.
28227
28228 2008-03-06  Bruno Haible  <bruno@clisp.org>
28229
28230         * doc/func.texi: New file, extracted from doc/gnulib.texi.
28231         * doc/gnulib.texi: Include it.
28232
28233 2008-03-06  Simon Josefsson  <simon@josefsson.org>
28234
28235         * modules/func (License): Change license to unlimited; there was
28236         no LGPL parts in the module anyway.
28237
28238 2008-03-06  Simon Josefsson  <simon@josefsson.org>
28239
28240         * modules/__func__: Renamed to modules/func.
28241         * modules/__func__-tests: Renamed to modules/func-tests.
28242         * tests/test-__func__.c: Renamed to tests/test-func.c.
28243         * m4/__func__.m4: Renamed to m4/func.m4.
28244         * doc/gnulib.texi (__func__): Section renamed to func.
28245         Suggested by Eric Blake <ebb9@byu.net>.
28246
28247 2008-03-06  Simon Josefsson  <simon@josefsson.org>
28248
28249         * doc/gnulib.texi (__func__): Use C99 terminology when talking
28250         about __func__.  Make example self-contained.  Suggested by Eric
28251         Blake <ebb9@byu.net>.
28252
28253         * tests/test-__func__.c (main): Avoid extraneous () around __func.
28254         Suggested by Eric Blake <ebb9@byu.net>.
28255
28256 2008-03-06  Simon Josefsson  <simon@josefsson.org>
28257
28258         * modules/__func__: New file.
28259         * modules/__func__-tests: New file.
28260         * tests/test-__func__.c: New file.
28261         * m4/__func__.m4: New file.
28262         * doc/gnulib.texi (__func__): Document __func__ module.
28263
28264 2008-03-05  Simon Josefsson  <simon@josefsson.org>
28265
28266         * modules/byteswap (License): Re-license as LGPLv2+.
28267
28268 2008-03-05  Simon Josefsson  <simon@josefsson.org>
28269
28270         * doc/Makefile: Add pdf target.
28271
28272 2008-03-05  Simon Josefsson  <simon@josefsson.org>
28273
28274         * modules/inline (License): Use 'unlimited', since there are only
28275         *.m4 files in this module.
28276
28277 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
28278             Bruno Haible  <bruno@clisp.org>
28279
28280         Add support for HP C 7.1 on OpenVMS 8.3.
28281         * lib/alloca.in.h (alloca): Define as alias for DEC C on VMS.
28282
28283 2008-03-03  John E. Malmberg  <wb8tyw@qsl.net>  (tiny change)
28284
28285         Update VMS specifics.
28286         * lib/getopt.c [VMS]: Remove include of unixlib.h.
28287
28288 2008-03-02  Jim Meyering  <meyering@redhat.com>
28289
28290         Remove the last dependency on the "free" module.
28291         * m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
28292         Reported by Bob Proulx.
28293
28294         * lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
28295
28296         Remove useless "if" tests before free.  Deprecate "free" module.
28297         * doc/posix-functions/free.texi: Mention that this
28298         module is no longer useful.
28299         * modules/free (Notice): Say this module is obsolete.
28300         * modules/readutmp (Depends-on): Remove free.
28301         * lib/save-cwd.c (free_cwd): Remove useless "if" before free.
28302         * lib/putenv.c (putenv): Likewise.
28303         * lib/gc-gnulib.c (gc_cipher_close): Likewise.
28304         * lib/getaddrinfo.c (freeaddrinfo): Likewise.
28305         * tests/test-c-strcasestr.c (main): Likewise.
28306         * tests/test-c-strstr.c (main): Likewise.
28307         * tests/test-mbscasestr1.c (main): Likewise.
28308         * tests/test-mbscasestr2.c (main): Likewise.
28309         * tests/test-mbsstr1.c (main): Likewise.
28310         * tests/test-mbsstr2.c (main): Likewise.
28311         * tests/test-memmem.c (main): Likewise.
28312         * tests/test-strcasestr.c (main): Likewise.
28313         * tests/test-striconv.c (main): Likewise.
28314         * tests/test-striconveh.c (main): Likewise.
28315         * tests/test-striconveha.c (main): Likewise.
28316         * tests/test-strstr.c (main): Likewise.
28317
28318         * build-aux/git-version-gen: Adjust a comment and the Usage string.
28319
28320         bootstrap: sync from coreutils again
28321         * build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
28322
28323 2008-03-01  Jim Meyering  <meyering@redhat.com>
28324
28325         bootstrap: sync from coreutils
28326         * build-aux/bootstrap (update_po_files): Copy a .po file into place
28327         also when the target doesn't exist.
28328
28329 2008-03-01  Eric Blake  <ebb9@byu.net>
28330
28331         Fix bugs in last patch.
28332         * lib/memchr2.c (memchr2): Fix typo.
28333         * tests/test-memchr2.c: Test previous bug, and don't use GNU
28334         extension.
28335         Reported by Bruce Korb.
28336
28337         New module 'memchr2'.
28338         * modules/memchr2: New file.
28339         * modules/memchr2-tests: Likewise.
28340         * lib/memchr2.h: Likewise.
28341         * lib/memchr2.c: Likewise, based on memchr.c.
28342         * tests/test-memchr2.c: New test.
28343         * MODULES.html.sh (String handling): Add memchr2.
28344
28345 2008-02-29  Bruno Haible  <bruno@clisp.org>
28346
28347         * modules/freadseek-tests: New file.
28348         * tests/test-freadseek.sh: New file.
28349         * tests/test-freadseek.c: New file.
28350
28351         New module 'freadseek'.
28352         * modules/freadseek: New file.
28353         * lib/freadseek.h: New file.
28354         * lib/freadseek.c: New file.
28355         * MODULES.html.sh (File stream based Input/Output): Add freadseek.
28356
28357 2008-02-29  Sergey Poznyakoff  <gray@gnu.org.ua>
28358
28359         * users.txt: Add anubis, cpio, mailfromd, mailutils, radius,
28360         wydawca.
28361
28362         * m4/argp.m4 (gl_ARGP): Use AC_TRY_LINK to test if
28363         program_invocation_name and program_invocation_short_name are
28364         present.
28365
28366 2008-02-28  Bruno Haible  <bruno@clisp.org>
28367
28368         * tests/test-freadptr.c: Add a test for behaviour after ungetc.
28369         * tests/test-freadptr.sh: Also test non-seekable stdin.
28370
28371 2008-02-28  Sergey Poznyakoff  <gray@gnu.org.ua>
28372
28373         * build-aux/bootstrap (source_base, m4_base)
28374         (doc_base, tests_base): New variables.
28375         (gnulib_tool_options): Do not hardcode base directories, use
28376         the above variables instead.
28377
28378 2008-02-28  Atsushi SAKAI  <sakaia@jp.fujitsu.com>
28379
28380         * lib/xsize.h: Fix typo in comment: s/tupe/type/.
28381
28382 2008-02-28  Bruno Haible  <bruno@clisp.org>
28383
28384         * modules/freadptr-tests: New file.
28385         * tests/test-freadptr.sh: New file.
28386         * tests/test-freadptr.c: New file.
28387
28388         New module 'freadptr'.
28389         * modules/freadptr: New file.
28390         * lib/freadptr.h: New file.
28391         * lib/freadptr.c: New file.
28392         * MODULES.html.sh (File stream based Input/Output): Add freadptr.
28393
28394 2008-02-26  Karl Berry  <karl@freefriends.org>
28395
28396         Sync from Libtool:
28397         * libltdl/argz.c (argz_add, argz_count): New functions.
28398         * libltdl/argz.in.h: Declare them.
28399         Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
28400
28401 2008-02-22  Bruno Haible  <bruno@clisp.org>
28402
28403         * m4/time_r.m4 (gl_TIME_R): Also check that localtime_r's return type
28404         is a pointer type.  Needed for HP-UX 10.
28405         * doc/posix-functions/localtime_r.texi: Mention HP-UX 10.
28406         * doc/posix-functions/gmtime_r.texi: Likewise.
28407         Reported by Peter O'Gorman <bug-gnulib@mlists.thewrittenword.com>.
28408
28409 2008-02-24  Bruno Haible  <bruno@clisp.org>
28410
28411         * modules/environ-tests: New file.
28412         * tests/test-environ.c: New file.
28413
28414         New module 'environ'.
28415         * modules/environ: New file.
28416         * lib/unistd.in.h (environ): New declaration.
28417         * m4/environ.m4: New file.
28418         (gt_CHECK_VAR_DECL): Moved here from m4/setenv.m4. Undefine gt_cv_var
28419         after use.
28420         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_ENVIRON and
28421         HAVE_DECL_ENVIRON.
28422         * modules/unistd (Makefile.am): Substitute also GNULIB_ENVIRON and
28423         HAVE_DECL_ENVIRON.
28424         * doc/posix-functions/environ.texi: Mention module 'environ'. Remove
28425         wrong claim that 'environ' is missing on some systems.
28426         * modules/execute (Depends-on): Add environ.
28427         * lib/execute.c (environ): Remove fallback declaration.
28428         * modules/pipe (Depends-on): Add environ.
28429         * lib/pipe.c (environ): Remove fallback declaration.
28430         * modules/setenv (Depends-on): Add environ.
28431         * lib/setenv.c (environ): Remove fallback declaration.
28432         * modules/unsetenv (Depends-on): Add environ.
28433         * lib/unsetenv.c (environ): Remove fallback declaration.
28434         * m4/setenv.m4 (gt_CHECK_VAR_DECL): Remove macro. Moved to
28435         m4/environ.m4.
28436         (gl_PREREQ_SETENV): Require gl_ENVIRON instead of testing for environ.
28437         (gl_PREREQ_UNSETENV): Likewise.
28438
28439 2008-02-24  Bruno Haible  <bruno@clisp.org>
28440
28441         * doc/posix-functions/environ.texi: Document the MacOS X problem.
28442
28443 2008-02-20  Bob Proulx  <bob@proulx.com>
28444
28445         Enable use of older two part flavor 'git describe'.
28446         * build-aux/git-version-gen: If using the older two part flavor of
28447         git version then recreate the third part now present in the
28448         newer three part flavor of git describe.
28449
28450 2008-02-20  Martin Buchholz  <martin@xemacs.org>  (tiny change)
28451
28452         * lib/fts.c (fts_build): Typo correction to comment.
28453
28454 2008-02-17  Bruno Haible  <bruno@clisp.org>
28455
28456         * lib/git-merge-changelog.c (main) [split_merged_entry]: Avoid
28457         generating no-op conflicts.
28458
28459 2008-02-17  Bruno Haible  <bruno@clisp.org>
28460
28461         Speed up by 10%.
28462         * lib/git-merge-changelog.c (main): Use the iterator to iterate through
28463         result_entries, rather than an index-based loop.
28464
28465 2008-02-17  Bruno Haible  <bruno@clisp.org>
28466
28467         Speed up by 25%.
28468         * lib/git-merge-changelog.c (struct entry): New fields 'hashcode',
28469         'hashcode_cached'.
28470         (entry_create): New function.
28471         (entry_hashcode): Use the cached hashcode if possible.
28472         (read_changelog_file, try_split_merged_entry): Use entry_create.
28473
28474 2008-02-17  Bruno Haible  <bruno@clisp.org>
28475
28476         Speed up from O(n^2) to O(n) for long ChangeLog files.
28477         * lib/git-merge-changelog.c: Include gl_rbtreehash_list.h.
28478         (read_changelog_file): Change implementation of entries_reversed list
28479         to rbtreehash.
28480         * modules/git-merge-changelog (Depends-on): Add rbtreehash-list.
28481
28482 2008-02-17  Bruno Haible  <bruno@clisp.org>
28483
28484         New option --split-merged-entry.
28485         * lib/git-merge-changelog.c (FSTRCMP_STRICTER_THRESHOLD): New macro.
28486         (find_paragraph_end, try_split_merged_entry): New functions.
28487         (long_options): Add option --split-merged-entry.
28488         (usage): Document option --split-merged-entry.
28489         (main): Implement option --split-merged-entry.
28490         Reported by Eric Blake.
28491
28492 2008-02-17  Bruno Haible  <bruno@clisp.org>
28493
28494         * lib/git-merge-changelog.c: Include c-strstr.h.
28495         (main): Support the "git pull --rebase" situation.
28496         * modules/git-merge-changelog (Depends-on): Add c-strstr.
28497         Reported by Eric Blake.
28498
28499 2008-02-16  Eric Blake  <ebb9@byu.net>
28500
28501         Avoid doubling \ in common case of "c-maybe" quoting style.
28502         * lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
28503         eliding outer quotes.
28504         * lib/quotearg.h: Document this.
28505         * tests/test-quotearg.c (result_strings, inputs, results_g)
28506         (flag_results, locale_results): Test it by adding a new string to
28507         each test group.
28508         (compare_strings): Test new string.
28509
28510 2008-02-13  Eric Blake  <ebb9@byu.net>
28511
28512         Avoid trigraph quoting in default output.
28513         * lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
28514         * lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
28515         unless explicitly requested.
28516         * tests/test-quotearg.c (flag_results, main): Add additional tests.
28517
28518 2008-02-13  Lasse Collin  <lasse.collin@tukaani.org>
28519
28520         Don't rely on signed integer overflowing to negative value.
28521         * lib/getugroups.c (getugroups): Include <limits.h>.
28522         Instead, compare against INT_MAX, and increment only if the test passes.
28523
28524 2008-02-13  Jim Meyering  <meyering@redhat.com>
28525         and Eric Blake  <ebb9@byu.net>
28526
28527         Avoid shadowing warning and compile errors on Linux.
28528         * tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
28529         forwarding macros on Linux.
28530         (dcgettext): Define a stub, for Linux.
28531         (results_g, main): Avoid warnings.
28532
28533 2008-02-12  Eric Blake  <ebb9@byu.net>
28534
28535         Silence warning in last patch.
28536         * lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
28537
28538         Quotearg part 4: add tests, fix c-maybe colon quoting.
28539         * lib/quotearg.h: Improve documentation.
28540         * lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
28541         escapes when adding outer quotes.  When quoting trigraphs, use
28542         valid C notation.  When quoting NUL, omit extra characters if next
28543         character is not digit.  Alter prototype.
28544         (quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
28545         callers.
28546         * modules/quotearg-tests: New module.
28547         * tests/test-quotearg.c: New test.
28548
28549 2008-02-07  Eric Blake  <ebb9@byu.net>
28550
28551         Quotearg part 3: add flag to control outer quote elision.
28552         * lib/quotearg.h (c_maybe_quoting_style): New style.
28553         (enum quoting_flags): Better documentation of flags.
28554         * lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
28555         c-maybe style.
28556         (quotearg_buffer_restyled): Handle new flag to elide outer
28557         quotes.
28558
28559         Quotearg part 2: add flag that can control NUL elision.
28560         * lib/quotearg.h (set_quoting_flags): New prototype.
28561         * lib/quotearg.c (struct quoting_options): Add flag field.
28562         (set_quoting_flags): New function.
28563         (quotearg_buffer_restyled): Add flags parameter.
28564         (quotearg_alloc_mem): Set the flag if length cannot be returned.
28565         (quotearg_n_options): Set the flag, since length cannot be
28566         returned.
28567         (quoting_options_from_style): Default flags correctly.
28568
28569         Quotearg part 1: more wrappers, restore quotearg_char state.
28570         * lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
28571         (quotearg_mem, quotearg_style_mem, quotearg_char_mem)
28572         (quotearg_colon_mem): New wrappers.
28573         * lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
28574         (quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
28575         functions.
28576         (quotearg_n_mem, quotearg_mem, quotearg_style_mem)
28577         (quotearg_colon_mem): New functions.
28578
28579 2008-02-11  Bruno Haible  <bruno@clisp.org>
28580
28581         * modules/git-merge-changelog (Makefile.am): Don't use -L and -l for a
28582         library in the current directory: it does not work with parallel make.
28583         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
28584
28585 2008-02-11  Bruno Haible  <bruno@clisp.org>
28586
28587         * .gitattributes: New file.
28588
28589 2008-02-11  Jim Meyering  <meyering@redhat.com>
28590
28591         useless-if-before-free: Fix reversed exit values.
28592         * build-aux/useless-if-before-free: Use correct values
28593         for EXIT_MATCH and EXIT_NO_MATCH.
28594
28595         * build-aux/useless-if-before-free: Close stdout carefully.
28596
28597 2008-02-10  Bruno Haible  <bruno@clisp.org>
28598
28599         New module 'git-merge-changelog'.
28600         * modules/git-merge-changelog: New file.
28601         * lib/git-merge-changelog.c: New file.
28602
28603 2008-02-10  Jim Meyering  <meyering@redhat.com>
28604
28605         useless-if-before-free: New option: --list (-l).
28606
28607         useless-if-before-free: Don't exit immediately upon open failure.
28608         * build-aux/useless-if-before-free: Exit 2 for errors.
28609         Upon failure to open a file, don't exit immediately.
28610         Rather, just warn and continue with any remaining files.
28611
28612 2008-02-10  Bruno Haible  <bruno@clisp.org>
28613
28614         New abstract list operation 'node_set_value'.
28615         * lib/gl_list.h (gl_list_node_set_value): New function.
28616         (struct gl_list_implementation): New field node_set_value.
28617         * lib/gl_list.c (gl_list_node_set_value): New function.
28618         * lib/gl_array_list.c (gl_array_node_set_value): New function.
28619         (gl_array_list_implementation): Update.
28620         * lib/gl_carray_list.c (gl_carray_node_set_value): New function.
28621         (gl_carray_list_implementation): Update.
28622         * lib/gl_anylinked_list2.h (gl_linked_node_set_value): New function.
28623         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
28624         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
28625         * lib/gl_anytree_list2.h (gl_tree_node_set_value): New function.
28626         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
28627         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
28628         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
28629         Update.
28630         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
28631         * lib/gl_sublist.c (gl_sublist_node_set_value): New function.
28632         (gl_sublist_list_implementation): Update.
28633
28634 2008-02-10  Bruno Haible  <bruno@clisp.org>
28635
28636         * lib/diffseq.h: Write "ELEMENT const" instead of "const ELEMENT".
28637         Needed when ELEMENT is #defined to 'some_type *'.
28638
28639 2008-02-10  Jim Meyering  <meyering@redhat.com>
28640
28641         New script and module: useless-if-before-free
28642         * MODULES.html.sh (maint+release support): Add useless-if-before-free.
28643         * build-aux/useless-if-before-free: New file.
28644         * modules/useless-if-before-free: New file.
28645
28646         * build-aux/gitlog-to-changelog: Use committer date, not author date.
28647
28648         xstrtol_error: Fix typo.
28649         * lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
28650         s/exit_failure/exit_status/.
28651
28652 2008-02-09  Jim Meyering  <meyering@redhat.com>
28653
28654         New script and module: gitlog-to-changelog
28655         * MODULES.html.sh (maint+release support): Add gitlog-to-changelog.
28656         * modules/gitlog-to-changelog: New file.
28657         * build-aux/gitlog-to-changelog: New file.
28658
28659 2008-02-08  Jim Meyering  <meyering@redhat.com>
28660
28661         Avoid two "parameter unused" warnings.
28662         * lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
28663         Mark "st" as used.
28664
28665         Use "git COMMAND", not "git-COMMAND".
28666         * build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
28667         * build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
28668         * build-aux/git-version-gen: Use "git status", not "git-status".
28669
28670 2008-02-07  Bruno Haible  <bruno@clisp.org>
28671
28672         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on native Woe32 systems.
28673         Avoids a crash on Windows Vista.
28674         Reported by Adam Strzelecki <ono@java.pl> via
28675         Simon Josefsson <simon@josefsson.org>.
28676
28677 2008-02-06  Bruno Haible  <bruno@clisp.org>
28678
28679         Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
28680         * m4/printf.m4 (gl_PRINTF_FLAG_LEFTADJUST): New macro.
28681         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_FLAG_LEFTADJUST.
28682         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST): New macro.
28683         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
28684         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
28685         gl_PRINTF_FLAG_LEFTADJUST and test its result. Invoke
28686         gl_PREREQ_VASNPRINTF_FLAG_LEFTADJUST.
28687         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
28688         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
28689         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
28690         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
28691         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
28692         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
28693         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
28694         * tests/test-vasnprintf-posix.c (test_function): Add testcases for the
28695         left-adjust flag.
28696         * tests/test-snprintf-posix.h (test_function): Likewise.
28697         * tests/test-sprintf-posix.h (test_function): Likewise.
28698         * tests/test-vasprintf-posix.c (test_function): Likewise.
28699         * doc/posix-functions/fprintf.texi: Update.
28700         * doc/posix-functions/printf.texi: Update.
28701         * doc/posix-functions/snprintf.texi: Update.
28702         * doc/posix-functions/sprintf.texi: Update.
28703         * doc/posix-functions/vfprintf.texi: Update.
28704         * doc/posix-functions/vprintf.texi: Update.
28705         * doc/posix-functions/vsnprintf.texi: Update.
28706         * doc/posix-functions/vsprintf.texi: Update.
28707         Reported by Peter Fales <psfales@alcatel-lucent.com>.
28708
28709 2008-02-06  Bruno Haible  <bruno@clisp.org>
28710
28711         Fix bug introduced on 2008-01-26.
28712         * lib/isnan.c (FUNC): Set to rpl_isnand, not rpl_isnan.
28713
28714 2008-02-06  Bruno Haible  <bruno@clisp.org>
28715
28716         Fix bug introduced on 2007-06-10.
28717         * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if
28718         !NEED_PRINTF_FLAG_ZERO.
28719
28720 2008-02-05  Peter O'Gorman <pogma@thewrittenword.com>
28721
28722         getloadavg: use libperfstat on AIX5
28723         * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
28724
28725 2008-02-03  Bruno Haible  <bruno@clisp.org>
28726
28727         * lib/diffseq.h: Add comments about required #includes.
28728         Reported by Michael Biggs <gnulib@doubleplum.net>.
28729
28730 2008-02-01  Bruno Haible  <bruno@clisp.org>
28731
28732         * users.txt: Add gnuit.
28733
28734 2008-01-31  Bruno Haible  <bruno@clisp.org>
28735
28736         * lib/md4.c (set_uint32): Mark as inline.
28737         * lib/md5.c (set_uint32): Likewise.
28738         * lib/sha1.c (set_uint32): Likewise.
28739         * m4/md4.m4 (gl_MD4): Require AC_C_INLINE.
28740         * m4/md5.m4 (gl_MD5): Likewise.
28741         * m4/sha1.m4 (gl_SHA1): Likewise.
28742
28743 2008-01-31  Jim Meyering  <meyering@redhat.com>
28744
28745         Use "sizeof VAR", rather than a literal "4".
28746         * lib/md5.c (md5_read_ctx): Use sizeof ctx->A, not 4.
28747         * lib/md4.c (md4_read_ctx): Likewise.
28748         * lib/sha1.c (sha1_read_ctx): Likewise.
28749
28750 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28751
28752         * tests/test-sha1.c: New file, based on test-md5.c.
28753
28754         * modules/crypto/sha1-tests: New file.
28755
28756 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28757
28758         * lib/sha1.h (SHA1_DIGEST_SIZE): Define.
28759
28760 2008-01-31  Jim Meyering  <meyering@redhat.com>
28761
28762         Prefer "sizeof v" over the equivalent "4".
28763         * lib/md4.c (set_uint32): Use "sizeof v" as memcpy length, not 4.
28764         * lib/md5.c (set_uint32): Likewise.
28765         * lib/sha1.c (set_uint32): Likewise.
28766
28767 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28768
28769         * lib/sha1.c (set_uint32): Mark function as static.
28770
28771 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28772
28773         md2: clarify comments to say that alignment is not required.
28774         * lib/md2.h: Remove warning about alignment in comment.
28775         * lib/md2.c (md2_read_ctx, md2_finish_ctx): Doc fix, alignment has
28776         never been required.
28777
28778 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28779
28780         md4: adapt alignment constraint fix from sha1.
28781         * lib/md4.c (set_uint32): New function, from sha1.c
28782         (md4_read_ctx): Use it.
28783         (md4_finish_ctx): Doc fix.
28784         * lib/md4.h: Doc fix.
28785
28786 2008-01-31  Simon Josefsson  <simon@josefsson.org>
28787
28788         md5: adapt alignment constraint fix from sha1.
28789         * lib/md5.c (set_uint32): New function, from sha1.c
28790         (md5_read_ctx): Use it.
28791         (md5_finish_ctx): Doc fix.
28792         * lib/md5.h: Doc fix.
28793
28794 2008-01-30  Peter Palfrader  <weasel@debian.org>
28795
28796         sha1: remove the result buffer alignment constraint
28797         * lib/sha1.c (set_uint32): New function.
28798         (sha1_read_ctx): Rewrite to remove the result buffer alignment
28799         constraint.
28800         (sha1_finish_ctx): Remove comment warning about alignment constraint.
28801         * lib/sha1.h: Likewise.
28802
28803 2008-01-30  Andreas Schwab  <schwab@suse.de>
28804             Bruno Haible  <bruno@clisp.org>
28805
28806         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Include <float.h> and ensure a
28807         correct definition of LDBL_MIN_EXP.
28808
28809 2008-01-30  Karl Berry  <karl@gnu.org>
28810
28811         * config/srclist-update: try to preserve x bit on updates.
28812         * config/srclistvars.sh: update for karl.
28813
28814 2008-01-29  Jim Meyering  <meyering@redhat.com>
28815
28816         vasnprintf.c: Avoid warning about unused label
28817         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Guard the
28818         "overflow" label definition and associated code with the
28819         same cpp condition that guards the sole use of that label.
28820
28821 2008-01-26  Bruno Haible  <bruno@clisp.org>
28822
28823         * m4/isnanl.m4 (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM,
28824         gl_FUNC_ISNANL_WORKS): Test the GCC >= 4.0 built-in.
28825         * lib/isnanl.h (isnanl): Use the GCC >= 4.0 built-in.
28826         * lib/isnanl-nolibm.h (isnanl): Likewise.
28827         Reported by Paul Eggert <eggert@cs.ucla.edu>.
28828
28829 2008-01-26  Bruno Haible  <bruno@clisp.org>
28830
28831         * m4/isnand.m4 (gl_FUNC_ISNAND_NO_LIBM): Test the GCC >= 4.0 built-in.
28832         * lib/isnand.h (isnand): Use the GCC >= 4.0 built-in.
28833
28834 2008-01-26  Bruno Haible  <bruno@clisp.org>
28835
28836         * m4/isnanf.m4 (gl_HAVE_ISNANF_NO_LIBM, gl_ISNANF_WORKS): Test the
28837         GCC >= 4.0 built-in.
28838         * lib/isnanf.h (isnanf): Use the GCC >= 4.0 built-in.
28839
28840 2008-01-26  Bruno Haible  <bruno@clisp.org>
28841
28842         Rename isnan, applicable to 'double' only, to isnand.
28843         * modules/isnand-nolibm: Renamed from modules/isnan-nolibm.
28844         (Files): Add lib/isnand.h, lib/isnand.c. Remove lib/isnan.h.
28845         (configure.ac): Update.
28846         (Include): Replace "isnan.h" with "isnand.h".
28847         * m4/isnand.m4: Renamed from m4/isnan.m4.
28848         (gl_FUNC_ISNAND_NO_LIBM): Renamed from gl_FUNC_ISNAN_NO_LIBM. Set
28849         HAVE_ISNAND_IN_LIBC instead of HAVE_ISNAN_IN_LIBC. Build isnand.c
28850         instead of isnan.c.
28851         * lib/isnand.h: Renamed from lib/isnan.h. Test HAVE_ISNAND_IN_LIBC
28852         instead of HAVE_ISNAN_IN_LIBC.
28853         (isnand): Renamed from isnan.
28854         * lib/isnand.c: New file.
28855         * modules/isnand-nolibm-tests: Renamed from modules/isnan-nolibm-tests.
28856         (Files): Add tests/test-isnand.c. Remove tests/test-isnan.c.
28857         (Makefile.am): Update.
28858         * tests/test-isnand.c: Renamed from tests/test-isnan.c.
28859         Include isnand.h instead of isnan.h.
28860         (main): Test isnand instead of isnan.
28861         * modules/fprintf-posix (Depends-on): Add isnand-nolibm, remove
28862         isnan-nolibm.
28863         * modules/frexp (Depends-on): Likewise.
28864         * modules/frexp-tests (Depends-on): Likewise.
28865         * modules/frexp-nolibm (Depends-on): Likewise.
28866         * modules/frexp-nolibm-tests (Depends-on): Likewise.
28867         * modules/isfinite (Depends-on): Likewise.
28868         * modules/round-tests (Depends-on): Likewise.
28869         * modules/signbit (Depends-on): Likewise.
28870         * modules/signbit-tests (Depends-on): Likewise.
28871         * modules/snprintf-posix (Depends-on): Likewise.
28872         * modules/sprintf-posix (Depends-on): Likewise.
28873         * modules/trunc-tests (Depends-on): Likewise.
28874         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
28875         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
28876         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
28877         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
28878         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
28879         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
28880         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
28881         * modules/vasnprintf-posix (Depends-on): Likewise.
28882         * modules/vasprintf-posix (Depends-on): Likewise.
28883         * modules/vfprintf-posix (Depends-on): Likewise.
28884         * modules/vsnprintf-posix (Depends-on): Likewise.
28885         * modules/vsprintf-posix (Depends-on): Likewise.
28886         * lib/frexp.c: Include isnand.h instead of isnan.h.
28887         (ISNAN): Set to isnand instead of isnan.
28888         * lib/isfinite.c: Include isnand.h instead of isnan.h.
28889         (gl_isfinited): Use isnand instead of isnan.
28890         * lib/signbitd.c: Include isnand.h instead of isnan.h.
28891         (gl_signbitd): Use isnand instead of isnan.
28892         * lib/vasnprintf.c: Include isnand.h instead of isnan.h.
28893         (is_infinite_or_zero, VASNPRINTF): Use isnand instead of isnan.
28894         * tests/test-frexp.c: Include isnand.h instead of isnan.h.
28895         (main): Use isnand instead of isnan.
28896         * tests/test-round1.c: Include isnand.h.
28897         (main): Use isnand instead of isnan.
28898         * tests/test-round2.c: Include isnand.h instead of isnan.h.
28899         (ISNAN): Set to isnand instead of isnan.
28900         * tests/test-trunc1.c: Include isnand.h.
28901         (main): Use isnand instead of isnan.
28902         * tests/test-trunc2.c: Include isnand.h instead of isnan.h.
28903         (equal): Use isnand instead of isnan.
28904         * MODULES.html.sh (Mathematics <math.h>): Replace isnan-nolibm with
28905         isnand-nolibm.
28906         * NEWS: Mention the change.
28907
28908 2008-01-25  Paul Eggert  <eggert@cs.ucla.edu>
28909             Bruno Haible  <bruno@clisp.org>
28910
28911         * m4/signbit.m4 (gl_SIGNBIT): Require a macro definition. Test whether
28912         the GCC builtins for signbits are present and set
28913         REPLACE_SIGNBIT_USING_GCC if so.
28914         * lib/math.in.h (signbit): Define using GCC builtins if
28915         REPLACE_SIGNBIT_USING_GCC is set.
28916         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize
28917         REPLACE_SIGNBIT_USING_GCC.
28918         * modules/math (Makefile.am): Substitute REPLACE_SIGNBIT_USING_GCC.
28919
28920 2008-01-25  Jim Meyering  <meyering@redhat.com>
28921
28922         Prefer <config.h> over "config.h".  See autoconf doc for explanation.
28923         * lib/poll.c: Include <config.h>, not "config.h".
28924         * tests/test-getaddrinfo.c: Likewise.
28925
28926 2008-01-25  Simon Josefsson  <simon@josefsson.org>
28927
28928         * modules/sockets-tests: New file.
28929
28930 2008-01-24  Simon Josefsson  <simon@josefsson.org>
28931
28932         * modules/sockets: New module, can be used to call WSA_Startup and
28933         WSA_Cleanup when needed.
28934
28935         * lib/sockets.h, lib/sockets.c: New files.
28936
28937         * m4/sockets.m4: New file.
28938
28939         * tests/test-sockets.c: New file.
28940
28941 2008-01-19  Bruno Haible  <bruno@clisp.org>
28942
28943         * doc/posix-headers: Renamed from doc/headers.
28944         * doc/posix-functions: Renamed from doc/functions.
28945         * doc/gnulib.texi: Update.
28946
28947 2008-01-19  Bruno Haible  <bruno@clisp.org>
28948
28949         * doc/glibc-functions/strcasestr.texi: Include contents of
28950         doc/functions/strcasestr.texi, fixing the list of platforms.
28951         * doc/functions/strcasestr.texi: Remove file.
28952
28953 2008-01-19  Bruno Haible  <bruno@clisp.org>
28954
28955         * doc/glibc-functions/memmem.texi: Include contents of
28956         doc/functions/memmem.texi.
28957         * doc/functions/memmem.texi: Remove file.
28958
28959 2008-01-18  Bruno Haible  <bruno@clisp.org>
28960
28961         * doc/glibc-functions/*.texi: New files.
28962         * doc/gnulib.texi (Glibc Function Substitutes): Completely rewritten
28963         to use the new files.
28964
28965 2008-01-17  Bruno Haible  <bruno@clisp.org>
28966
28967         * tests/test-gethostname.c (main): Fix printf statement.
28968
28969 2008-01-17  Simon Josefsson  <simon@josefsson.org>
28970
28971         * modules/gethostname-tests: New file.
28972
28973         * tests/test-gethostname.c: New file.
28974
28975 2008-01-17  Simon Josefsson  <simon@josefsson.org>
28976
28977         * lib/gethostname.c: Include string.h unconditionally, strncpy is
28978         used by the UNAME case.  Reported by Bruno Haible
28979         <bruno@clisp.org>.
28980
28981 2008-01-17  Eric Blake  <ebb9@byu.net>
28982
28983         Convert c-strcasestr to be more efficient.
28984         * modules/c-strcasestr (Files): Use Two-Way, not KMP.
28985         (Depends-on): Add c-strcase, remove malloca, strnlen.
28986         * tests/test-c-strcasestr.c (main): Enhance test.
28987         * lib/c-strcasestr.c (c_strcasestr): Rewrite to new algorithm.
28988
28989 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
28990
28991         * build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overridable variable.
28992         Use it in creating po/Makevars.
28993
28994 2008-01-15  Simon Josefsson  <simon@josefsson.org>
28995
28996         * lib/gc-libgcrypt.c (gc_init): Disable secure memory by default.
28997         Applications that requires it should initialize libgcrypt
28998         manually.
28999
29000 2008-01-16  Simon Josefsson  <simon@josefsson.org>
29001
29002         * lib/gethostname.c [!HAVE_UNAME]: Need string.h for strcpy.
29003
29004 2008-01-15  Paul Eggert  <eggert@cs.ucla.edu>
29005
29006         Fix problem with getdate on mingw32 reported by Simon Josefsson
29007         in <http://lists.gnu.org/archive/html/bug-gnulib/2008-01/msg00192.html>.
29008         * lib/getdate.y (get_date): Check "HAVE_DECL_TZNAME", not "defined
29009         tzname", when deciding whether to declare tzname.
29010         * lib/strftime.c (tzname): Likewise.
29011
29012 2008-01-15  Bruno Haible  <bruno@clisp.org>
29013
29014         Work around a MacOS X 10.5 bug in frexpl().
29015         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Also check denormalized numbers.
29016         * doc/functions/frexpl.texi: Document the bug.
29017         Reported by Elias Pipping <pipping@gentoo.org>.
29018
29019 2008-01-14  Eric Blake  <ebb9@byu.net>
29020
29021         Touch up previous patch.
29022         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR_SIMPLE): Fix typo.
29023         * doc/functions/strcasestr.texi (strcasestr): Document OpenBSD bug.
29024
29025         Convert strcasestr module to use Two-Way algorithm.
29026         * modules/strcasestr-simple: New module, based on the old
29027         strcasestr, but with Two-Way rather than KMP.
29028         * modules/strcasestr (Depends-on): Change to strcasestr-simple.
29029         * lib/string.in.h (rpl_strcasestr): Declare.
29030         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Check for linear
29031         performance.
29032         * lib/strcasestr.c (strcasestr): Simplify, and avoid malloc.
29033         * modules/string (Makefile.am): Support strcasestr.
29034         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Likewise.
29035         * modules/strcasestr-tests (Depends-on): Check for alarm.
29036         * tests/test-strcasestr.c: Augment test.
29037         * lib/str-two-way.h: Clean up stray macro.
29038         * NEWS: Document new module.
29039         * MODULES.html.sh (string handling): Likewise.
29040         * doc/functions/strcasestr.texi: New file.
29041         * doc/gnulib.texi (Function Substitutes): New node.  Move memmem
29042         here, since it is not a POSIX function.
29043
29044 2008-01-14  Colin Watson  <cjwatson@debian.org>
29045             Bruno Haible  <bruno@clisp.org>
29046
29047         * m4/strsignal.m4 (gl_FUNC_STRSIGNAL): Also check whether strsignal
29048         works fine; if not, set REPLACE_STRSIGNAL.
29049         (gl_PREREQ_STRSIGNAL): Require AC_DECL_SYS_SIGLIST.
29050         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
29051         REPLACE_STRSIGNAL.
29052         * lib/string.in.h (strsignal): Consider REPLACE_STRSIGNAL.
29053         * modules/string (Makefile.am): Substitute REPLACE_STRSIGNAL.
29054         * tests/test-strsignal.c (main): Check out-of-range signal numbers.
29055
29056 2008-01-14  Bruno Haible  <bruno@clisp.org>
29057
29058         * modules/strsignal (Include): Change to <string.h>.
29059
29060 2008-01-14  Colin Watson  <cjwatson@debian.org>
29061
29062         * modules/argp (Notice): Add a notice recommending to change
29063         XGETTEXT_OPTIONS.
29064         (configure.ac): Invoke AM_XGETTEXT_OPTION if it exists.
29065
29066 2008-01-13  Colin Watson  <cjwatson@debian.org>
29067
29068         * modules/strsignal-tests: New file.
29069         * tests/test-strsignal.c: New file.
29070
29071         * lib/strsignal.c: New file, from glibc with modifications.
29072         * lib/siglist.h: New file, from glibc with modifications.
29073         * lib/string.in.h (strsignal): New declaration.
29074         * m4/strsignal.m4: New file.
29075         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
29076         GNULIB_STRSIGNAL and HAVE_DECL_STRSIGNAL.
29077         * modules/strsignal: New file.
29078         * modules/string (Makefile.am): Substitute GNULIB_STRSIGNAL and
29079         HAVE_DECL_STRSIGNAL.
29080
29081 2008-01-13  Bruno Haible  <bruno@clisp.org>
29082
29083         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check that the
29084         locale encoding is not ASCII. Needed for OpenBSD 4.0.
29085         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
29086         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
29087
29088 2008-01-13  Bruno Haible  <bruno@clisp.org>
29089
29090         * lib/argp-fmtstream.h (__attribute__): Don't redefine if
29091         __STRICT_ANSI__ is set: it's not needed by any version of gcc.
29092         * lib/argp.h (__attribute__): Likewise.
29093         * lib/c-stack.c (__attribute__): Likewise.
29094         * lib/error.h (__attribute__): Likewise.
29095         * lib/fts.c (__attribute__): Likewise.
29096         * lib/openat.h (__attribute__): Likewise.
29097         * lib/stdio.in.h (__attribute__): Likewise.
29098         * lib/string.in.h (__attribute__): Likewise.
29099         * lib/utimens.c (__attribute__): Likewise.
29100         * lib/vasnprintf.h (__attribute__): Likewise.
29101         * lib/xalloc.h (__attribute__): Likewise.
29102         * lib/xprintf.h (__attribute__): Likewise.
29103         * lib/xstrtol.h (__attribute__): Likewise.
29104         * lib/xvasprintf.h (__attribute__): Likewise.
29105
29106 2008-01-12  Bruno Haible  <bruno@clisp.org>
29107
29108         * doc/gnulib.texi (Glibc Header File Substitutes): New chapter.
29109         * doc/glibc-headers/a.out.texi: New file.
29110         * doc/glibc-headers/aliases.texi: New file.
29111         * doc/glibc-headers/alloca.texi: New file.
29112         * doc/glibc-headers/ar.texi: New file.
29113         * doc/glibc-headers/argp.texi: New file.
29114         * doc/glibc-headers/argz.texi: New file.
29115         * doc/glibc-headers/byteswap.texi: New file.
29116         * doc/glibc-headers/crypt.texi: New file.
29117         * doc/glibc-headers/endian.texi: New file.
29118         * doc/glibc-headers/envz.texi: New file.
29119         * doc/glibc-headers/err.texi: New file.
29120         * doc/glibc-headers/error.texi: New file.
29121         * doc/glibc-headers/execinfo.texi: New file.
29122         * doc/glibc-headers/fpu_control.texi: New file.
29123         * doc/glibc-headers/fstab.texi: New file.
29124         * doc/glibc-headers/fts.texi: New file.
29125         * doc/glibc-headers/getopt.texi: New file.
29126         * doc/glibc-headers/ieee754.texi: New file.
29127         * doc/glibc-headers/ifaddrs.texi: New file.
29128         * doc/glibc-headers/libintl.texi: New file.
29129         * doc/glibc-headers/mcheck.texi: New file.
29130         * doc/glibc-headers/mntent.texi: New file.
29131         * doc/glibc-headers/obstack.texi: New file.
29132         * doc/glibc-headers/paths.texi: New file.
29133         * doc/glibc-headers/printf.texi: New file.
29134         * doc/glibc-headers/pty.texi: New file.
29135         * doc/glibc-headers/resolv.texi: New file.
29136         * doc/glibc-headers/shadow.texi: New file.
29137         * doc/glibc-headers/sysexits.texi: New file.
29138         * doc/glibc-headers/ttyent.texi: New file.
29139
29140 2008-01-12  Jim Meyering  <meyering@redhat.com>
29141
29142         announce-gen: emit Gnulib's git-based version string.
29143         * build-aux/announce-gen: Remove option: --gnulib-snapshot-time-stamp=S.
29144         New option --gnulib-version=V, where V is expected to be
29145         the output of running git describe in the gnulib directory.
29146         (get_tool_versions): Request feedback on xdelta.  I suspect it's
29147         not useful, and plan to stop publishing an xdelta file with each
29148         coreutils release.
29149
29150         * build-aux/announce-gen: Also check for lzma-compressed files.
29151
29152 2008-01-11  Bruno Haible  <bruno@clisp.org>
29153
29154         * tests/test-memmem.c (main): Increase maximum allowed time.
29155         * tests/test-strstr.c (main): Likewise.
29156
29157 2008-01-11  Bruno Haible  <bruno@clisp.org>
29158
29159         * doc/functions/memmem.texi: Add more precisions about platforms.
29160         * doc/functions/strstr.texi: Likewise.
29161
29162 2008-01-10  Eric Blake  <ebb9@byu.net>
29163
29164         * m4/strstr.m4: Delete cruft from copy-n-paste.
29165         Reported by Bruno Haible.
29166
29167 2008-01-10  Bruno Haible  <bruno@clisp.org>
29168
29169         Make c-strstr rely on strstr.
29170         * lib/c-strstr.c: Don't include str-kmp.h.
29171         (c_strstr): Define in terms of strstr.
29172         * modules/c-strstr (Files): Remove lib/str-kmp.h.
29173         (Depends-on): Remove stdbool, malloca, strnlen. Add strstr.
29174
29175 2008-01-10  Bruno Haible  <bruno@clisp.org>
29176
29177         * doc/gnulib.texi (String Functions in C Locale): New section.
29178         * doc/c-ctype.texi: New file.
29179         * doc/c-strcase.texi: New file.
29180         * doc/c-strcaseeq.texi: New file.
29181         * doc/c-strcasestr.texi: New file.
29182         * doc/c-strstr.texi: New file.
29183         * doc/c-strtod.texi: New file.
29184         * doc/c-strtold.texi: New file.
29185
29186 2008-01-10  Eric Blake  <ebb9@byu.net>
29187
29188         * lib/relocatable.h: Fix a comment.
29189
29190 2008-01-10  Eric Blake  <ebb9@byu.net>
29191
29192         Share two-way algorithm.
29193         * lib/str-two-way.h: New file, merged from...
29194         * lib/memmem.c: ...here...
29195         * lib/strstr.c: ...and here.
29196         * modules/memmem (Files): Use it.
29197         * modules/strstr (Files): Likewise.
29198
29199         Avoid quadratic strstr implementations.
29200         * lib/strstr.c: New file.
29201         * m4/strstr.m4: Likewise.
29202         * modules/strstr: Likewise.
29203         * modules/strstr-tests: Likewise.
29204         * tests/test-strstr.c: Likewise.
29205         * lib/string.in.h (rpl_strstr): Declare.
29206         (memmem) [GNULIB_POSIXCHECK]: Document speed issue.
29207         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Support strstr.
29208         * modules/string (Makefile.am): Likewise.
29209         * MODULES.html.sh (string handling): Mention new module.
29210         * doc/functions/strstr.texi (strstr): Document the bug.
29211
29212 2008-01-10  Bruno Haible  <bruno@clisp.org>
29213
29214         * lib/relocatable.h (relocate): State whether result is freshly
29215         allocated or not.
29216         * lib/relocatable.c (relocate): Return a freshly allocated string
29217         instead of a pointer to a privately held string.
29218         Reported by Sylvain Beucler <beuc@gnu.org>.
29219
29220 2008-01-10  Colin Watson  <cjwatson@debian.org>
29221
29222         * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:
29223         s/S_ISNLK/S_ISLNK/.
29224
29225 2008-01-09  Bruno Haible  <bruno@clisp.org>
29226
29227         * doc/functions/memmem.texi: Use the same structure as snprintf.texi
29228         and other files.
29229         * m4/memmem.m4 (gl_FUNC_MEMMEM): Say "guessing no" instead of "no"
29230         if it's only a guess.
29231         * modules/memmem: Simplify by depending on memmem-simple.
29232
29233 2008-01-09  Bruno Haible  <bruno@clisp.org>
29234
29235         Work around OpenBSD 4.0 tdelete() bug.
29236         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Also check tdelete's return value.
29237         * lib/search.in.h: If REPLACE_TSEARCH is 1, define tsearch etc. as
29238         macros and don't redefine the enum values.
29239         * m4/search_h.m4 (gl_SEARCH_H_DEFAULTS): Initialize REPLACE_TSEARCH.
29240         * modules/search (Makefile.am): Also substitute REPLACE_TSEARCH.
29241         * doc/functions/tdelete.texi: Document the OpenBSD 4.0 bug.
29242
29243 2008-01-09  Bruno Haible  <bruno@clisp.org>
29244
29245         * tests/test-wcwidth.c: Include <string.h> and localcharset.h.
29246         (main): Don't perform the tests if setlocale did not install a UTF-8
29247         locale. Needed on OpenBSD 4.0.
29248         * modules/wcwidth-tests (Depends-on): Add localcharset.
29249
29250 2008-01-09  Paul Eggert  <eggert@cs.ucla.edu>
29251
29252         gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
29253         See <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00149.html>.
29254         * NEWS: announce this.
29255         * m4/alloca.m4 (gl_FUNC_ALLOCA): Don't define HAVE_ALLOCA_H.
29256
29257 2008-01-09  Simon Josefsson  <simon@josefsson.org>
29258         and Eric Blake  <ebb9@byu.net>
29259
29260         Add memmem-simple module.
29261         * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): New macro.
29262         (gl_FUNC_MEMMEM): Separate performance from presence checks.
29263         * modules/memmem-simple: New file.
29264         * modules/memmem (Description): Tweak.
29265         * MODULES.html.sh (string handling): Mention new module.
29266         * doc/functions/memmem.texi (memmem): Distinguish which flaws are
29267         addressed by memmem-simple.
29268         * NEWS: Document the difference.
29269
29270 2008-01-09  Eric Blake  <ebb9@byu.net>
29271
29272         Give gcc some memmem optimization hints.
29273         * lib/string.in.h (memmem, memrchr, strchrnul, strnlen, strpbrk)
29274         (strcasestr): Declare as pure.
29275         * modules/memmem (Maintainer): Claim my implementation.
29276
29277 2008-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29278
29279         Support AIX 6.1 and higher.
29280         * build-aux/config.libpath: Likewise.
29281         * build-aux/config.rpath: Likewise.
29282
29283 2008-01-08  Jim Meyering  <meyering@redhat.com>
29284             Bruno Haible  <bruno@clisp.org>
29285
29286         * lib/printf-parse.c (PRINTF_PARSE): Handle a size specifier "q"
29287         on MacOS X and a size specifier "I64" on mingw. Needed for PRIdMAX.
29288         Reported by Peter Fales in
29289         <http://lists.gnu.org/archive/html/bug-coreutils/2007-12/msg00148.html>.
29290
29291 2008-01-08  Bruno Haible  <bruno@clisp.org>
29292
29293         * modules/unictype/category-of (Depends-on): Add
29294         unictype/category-none.
29295         * modules/unictype/category-and-tests (Depends-on): Add
29296         unictype/category-{L,N,Lu,Nd}.
29297         * modules/unictype/category-and-not-tests (Depends-on): Likewise.
29298         * modules/unictype/category-or-tests (Depends-on): Add
29299         unictype/category-{L,N}.
29300         * modules/unictype/category-name-tests (Depends-on): Add
29301         unictype/category-{Z,Nl}.
29302         Reported by Simon Josefsson.
29303
29304 2008-01-08  Bruno Haible  <bruno@clisp.org>
29305
29306         * lib/str-kmp.h (knuth_morris_pratt_unibyte): Document the calling
29307         convention better.
29308         * lib/mbsstr.c (knuth_morris_pratt_multibyte): Likewise.
29309         * lib/mbscasestr.c (knuth_morris_pratt_multibyte): Likewise.
29310         Reported by Peter Miller <millerp@canb.auug.org.au>.
29311
29312 2008-01-08  Eric Blake  <ebb9@byu.net>
29313
29314         Rewrite memmem to guarantee linear complexity without malloc.
29315         * lib/memmem.c (memmem): Use Two-Way rather than
29316         Knuth-Morris-Pratt, to allow O(1) space usage.
29317         (critical_factorization, two_way_short_needle)
29318         (two_way_long_needle): New functions.
29319         (knuth_morris_pratt): Delete.
29320         * modules/memmem (Depends-on): No longer need malloca or stdbool.
29321         Add stdint.
29322         * tests/test-memmem.c (main): Add tests for periodic needle and
29323         sublinear performance.
29324         * doc/functions/memmem.texi (memmem): Document other deficiencies
29325         in cygwin and older glibc.
29326
29327 2008-01-08  Bruno Haible  <bruno@clisp.org>
29328
29329         * modules/memmem-tests (Makefile.am): Remove TESTS_ENVIRONMENT
29330         augmentation.
29331
29332 2008-01-08  Mike Frysinger  <vapier@gentoo.org>
29333
29334         Add a configure time option: --disable-acl.
29335         * m4/acl.m4 (gl_FUNC_ACL): Wrap all ACL logic in a call to
29336         AC_ARG_ENABLE(acl).
29337
29338 2008-01-06  Simon Josefsson  <simon@josefsson.org>
29339
29340         * tests/test-localename.c: Don't include obsolete "setenv.h".
29341
29342         * modules/localename-tests (Depends-on): Need unsetenv.
29343
29344 2008-01-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29345
29346         * DEPENDENCIES: Require Texinfo version 4.6 or newer.
29347
29348 2008-01-06  Colin Watson  <cjwatson@debian.org>
29349
29350         * users.txt: Add man-db.
29351
29352 2008-01-07  Bruno Haible  <bruno@clisp.org>
29353
29354         * doc/gnulib-intro.texi (Library vs Reusable Code): Restore the
29355         previous section name.
29356
29357 2008-01-07  Bruno Haible  <bruno@clisp.org>
29358
29359         * lib/progname.c (set_program_name): Don't strip off a leading
29360         "lt-" prefix outside a .libs directory.
29361         Suggested by Paul Eggert.
29362
29363 2008-01-01  Sylvain Beucler  <beuc@gnu.org>
29364             Bruno Haible  <bruno@clisp.org>
29365
29366         Improve memory cleanup in 'relocatable' module.
29367         * lib/relocatable.h (compute_curr_prefix): Change return type to
29368         'char *'.
29369         * lib/relocatable.c (compute_curr_prefix): Change return type to
29370         'char *'. Free curr_installdir after use.
29371         (relocate): Free curr_prefix_better after use.
29372         * lib/progreloc.c (prepare_relocate): Free curr_prefix after use.
29373
29374 2008-01-01  Bruno Haible  <bruno@clisp.org>
29375
29376         * tests/test-wcwidth.c (main): Relax test of U+2060. Avoids a test
29377         failure on older glibc systems.
29378         Reported by Peter Fales <psfales@alcatel-lucent.com>.
29379
29380 2008-01-05  Eric Blake  <ebb9@byu.net>
29381
29382         Avoid quadratic system memmem.
29383         * m4/memmem.m4 (gl_FUNC_MEMMEM): Check for quadratic memmem.
29384         Reported by Ralf Wildenhues.
29385
29386         Fix memmem test for mingw.
29387         * modules/memmem-tests (configure.ac): Check for alarm.
29388         * tests/test-memmem.c (main): Avoid alarm on platforms that lack
29389         it.
29390         * doc/functions/memmem.texi: New file.
29391         * doc/gnulib.texi (Function Substitutes): Add memmem.
29392         Reported by Bruno Haible.
29393
29394 2008-01-04  Bruno Haible  <bruno@clisp.org>
29395
29396         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP):
29397         Require gl_HEADER_STRINGS_H_DEFAULTS, not
29398         gl_HEADER_STRING_H_DEFAULTS.
29399
29400 2008-01-04  Eric Blake  <ebb9@byu.net>
29401
29402         Shorten duration of memmem test.
29403         * tests/test-memmem.c (main): Use alarm to declare failure if test
29404         is taking too long.
29405         Reported by Ralf Wildenhues.
29406
29407 2007-12-21  Simon Josefsson  <simon@josefsson.org>
29408
29409         * modules/relocatable-prog-wrapper (Depends-on): Add intprops and
29410         string, needed by strerror.
29411
29412 2008-01-03  Colin Watson  <cjwatson@debian.org>
29413             Bruno Haible  <bruno@clisp.org>
29414
29415         * doc/gnulib-tool.texi (Localization): New section.
29416
29417 2008-01-02  Bruno Haible  <bruno@clisp.org>
29418
29419         * lib/memmem.c (knuth_morris_pratt, memmem): Change all 'char *'
29420         variables to 'unsigned char *' type.
29421         Reported by Paul Eggert.
29422
29423 2008-01-02  Jim Meyering  <jim@meyering.net>
29424
29425         * lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.
29426
29427 2007-12-31  Jim Meyering  <jim@meyering.net>
29428
29429         Avoid use of private FTS type name.
29430         * lib/fts.c (fts_sort): Use FTSENT rather than "struct _ftsent".
29431
29432 2007-12-30  Karl Berry  <karl@gnu.org>
29433
29434         * doc/gnulib.texi (Library vs. Reusable Code): remove period, to
29435         work around defect in Texinfo and/or the standalone Info browser.
29436
29437 2007-12-30  Bruno Haible  <bruno@clisp.org>
29438
29439         Unify 5 copies of the KMP code.
29440         * lib/str-kmp.h: New file.
29441         * lib/c-strcasestr.c: Include str-kmp.h.
29442         (knuth_morris_pratt): Remove function.
29443         (c_strcasestr): Update.
29444         * lib/c-strstr.c: Include str-kmp.h.
29445         (knuth_morris_pratt): Remove function.
29446         (c_strcasestr): Update.
29447         * lib/mbscasestr.c: Include str-kmp.h.
29448         (knuth_morris_pratt_unibyte): Remove function.
29449         * lib/mbsstr.c: Include str-kmp.h.
29450         (knuth_morris_pratt_unibyte): Remove function.
29451         * lib/strcasestr.c: Include str-kmp.h.
29452         (knuth_morris_pratt): Remove function.
29453         (strcasestr): Update.
29454         * modules/c-strcasestr (Files): Add lib/str-kmp.h.
29455         * modules/c-strstr (Files): Likewise.
29456         * modules/mbscasestr (Files): Likewise.
29457         * modules/mbsstr (Files): Likewise.
29458         * modules/strcasestr (Files): Likewise.
29459         Suggested by Paul Eggert.
29460
29461 2007-12-30  Bruno Haible  <bruno@clisp.org>
29462
29463         * lib/xmalloca.c (xmmalloca): Don't define if HAVE_ALLOCA is not
29464         defined.
29465
29466 2007-12-30  Bruno Haible  <bruno@clisp.org>
29467
29468         * lib/xmalloca.h: Include xalloc.h.
29469         (xnmalloca): New macro.
29470
29471 2007-12-30  Bruno Haible  <bruno@clisp.org>
29472
29473         * lib/malloca.h (nmalloca): New macro.
29474         * lib/c-strcasestr.c (knuth_morris_pratt): Use it.
29475         * lib/c-strstr.c (knuth_morris_pratt): Likewise.
29476         * lib/mbscasestr.c (knuth_morris_pratt_unibyte,
29477         knuth_morris_pratt_multibyte): Likewise.
29478         * lib/mbsstr.c (knuth_morris_pratt_unibyte,
29479         knuth_morris_pratt_multibyte): Likewise.
29480         * lib/memmem.c (knuth_morris_pratt): Likewise.
29481         * lib/strcasestr.c (knuth_morris_pratt): Likewise.
29482
29483 2007-12-25  Bruno Haible  <bruno@clisp.org>
29484
29485         Fixup after 2007-10-17 commit. Ensure that 'glob' stays under LGPLv2+.
29486         * lib/glob.c: Don't include openat.h.
29487         (link_exists2_p): Add back the code that deals with the
29488         !GLOB_ALTDIRFUNC case.
29489         (link_exists_p) [!_LIBC && !HAVE_FSTATAT]: Just call link_exists2_p and
29490         let it do the filename concatenation.
29491         * m4/glob.m4 (gl_PREREQ_GLOB): Add check for fstatat.
29492         * modules/glob (Depends-on): Remove openat.
29493
29494 2007-12-31  Bruno Haible  <bruno@clisp.org>
29495
29496         * modules/dirfd (License): Change to LGPLv2+.
29497         Approved by Jim Meyering.
29498
29499 2007-12-29  Paul Eggert  <eggert@cs.ucla.edu>
29500
29501         * lib/memmem.c (knuth_morris_pratt): Check for size_t overflow
29502         when multiplying M by sizeof (size_t).
29503
29504 2007-12-10  Martin Lambers  <marlam@marlam.de>
29505
29506         Override getpagesize on mingw.
29507         * lib/getpagesize.c: New file.
29508         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Enable replacement on mingw.
29509         * modules/getpagesize (Files): Add lib/getpagesize.c.
29510         * lib/unistd.in.h (getpagesize): Declare if we are using a replacement.
29511         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
29512         REPLACE_GETPAGESIZE.
29513         * modules/unistd (Makefile.am): Substitute REPLACE_GETPAGESIZE.
29514
29515 2007-12-25  Bruno Haible  <bruno@clisp.org>
29516
29517         * modules/localcharset (Notice): New field.
29518         (configure.ac): Define LOCALCHARSET_TESTS_ENVIRONMENT.
29519         Suggested by Ben Pfaff <blp@cs.stanford.edu>.
29520
29521 2007-12-25  Paul Eggert  <eggert@cs.ucla.edu>
29522             Bruno Haible  <bruno@clisp.org>
29523
29524         Avoid using the syntax symbol() in formatted documentation.
29525         * MODULES.html.sh (func_module): When replacing symbol() with a
29526         hyperlink, remove the parentheses. Show an error if some remain.
29527         Recognize and render the '...' syntax.
29528         * doc/alloca-opt.texi: Remove parentheses from symbol reference.
29529         Rework. Add paragraph about GCC's inlining.
29530         * doc/alloca.texi: Likewise.
29531         * doc/error.texi: Remove parentheses from symbol reference.
29532         * doc/gnulib-intro.texi: Likewise.
29533         * doc/gnulib.texi (alloca, alloca-opt): New nodes.
29534         * modules/fnmatch (Description): Reword to say "the ... function".
29535         * modules/full-read (Description): Likewise.
29536         * modules/full-write (Description): Likewise.
29537         * modules/safe-read (Description): Likewise.
29538         * modules/safe-write (Description): Likewise.
29539         * modules/strchrnul (Description): Likewise.
29540         * modules/trim (Description): Likewise.
29541         * modules/error (Description): Remove parentheses from symbol
29542         references.
29543         * modules/verror (Description): Likewise.
29544         Reported by Karl Berry.
29545
29546 2007-12-25  Bruno Haible  <bruno@clisp.org>
29547
29548         Fixup after 2007-10-16 commit.
29549         * lib/glob.c (glob_in_dir): Don't use ISO C99 syntax.
29550
29551 2007-12-24  Bruno Haible  <bruno@clisp.org>
29552
29553         Make --enable-relocatable work with DESTDIR.
29554         * build-aux/install-reloc: Accept another argument 'destdir'. Use it
29555         to compute installdir from destprog.
29556         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): In INSTALL_PROGRAM_ENV,
29557         also set the RELOC_DESTDIR variable.
29558         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
29559
29560 2007-12-24  Bruno Haible  <bruno@clisp.org>
29561
29562         Fix link error due to xalloc_die().
29563         * lib/progreloc.c: When NO_XMALLOC is defined, use areadlink instead
29564         of xreadlink.
29565         * lib/relocwrapper.c: Update comments.
29566         * build-aux/install-reloc: Remove xreadlink.c from file list.
29567         * modules/relocatable-prog-wrapper (Files): Remove xreadlink.h and
29568         xreadlink.c.
29569         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
29570
29571 2007-12-24  Bruno Haible  <bruno@clisp.org>
29572
29573         Split setenv module into setenv and unsetenv. Get rid of setenv.h.
29574         * lib/setenv.h: Remove file.
29575         * lib/stdlib.in.h (setenv, unsetenv): New declarations, moved here from
29576         lib/setenv.h.
29577         * modules/setenv (Files): Remove lib/setenv.h, lib/unsetenv.c.
29578         (Depends-on): Add stdlib.
29579         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR. Don't invoke
29580         gl_FUNC_UNSETENV.
29581         (Include): Replace setenv.h with <stdlib.h>.
29582         * modules/unsetenv: New file.
29583         * lib/setenv.c: Include <stdlib.h> first, after alloca.h.
29584         * lib/unsetenv.c: Include <stdlib.h> first.
29585         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_SETENV_SEPARATE): Require
29586         gl_STDLIB_H_DEFAULTS. Conditionally set HAVE_SETENV to 0.
29587         (gl_FUNC_UNSETENV): Require gl_STDLIB_H_DEFAULTS. Conditionally set
29588         HAVE_UNSETENV to 0. Set VOID_UNSETENV as an AC_SUBSTed variable.
29589         * modules/stdlib (Makefile.am): Substitute also GNULIB_SETENV,
29590         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
29591         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_SETENV,
29592         HAVE_SETENV, GNULIB_UNSETENV, HAVE_UNSETENV, VOID_UNSETENV.
29593         * doc/functions/unsetenv.texi: Update.
29594         * modules/xsetenv (Depends-on): Add unsetenv.
29595         * modules/getdate (Depends-on): Likewise.
29596         * lib/xsetenv.h: Include <stdlib.h> instead of setenv.h.
29597         * lib/xsetenv.c: Don't include setenv.h.
29598         * lib/getdate.y: Likewise.
29599         * lib/relocwrapper.c: Likewise.
29600         * modules/relocatable-prog-wrapper (Files): Remove lib/setenv.h.
29601         (Depends-on): Add stdlib.
29602         * NEWS: Mention the changes.
29603         Reported by Ð›ÐµÐ²Ð°ÑˆÐµÐ² Ð˜Ð²Ð°Ð½ <octagram@bluebottle.com>.
29604
29605 2007-12-23  Bruno Haible  <bruno@clisp.org>
29606
29607         * lib/memmem.c (memmem): Use lowercase variable names. Tab
29608         indentation.
29609
29610 2007-12-23  Bruno Haible  <bruno@clisp.org>
29611
29612         * lib/c-strcasestr.c: Add more comments.
29613         * lib/c-strstr.c: Likewise.
29614         * lib/mbscasestr.c: Likewise.
29615         * lib/mbsstr.c: Likewise.
29616         * lib/strcasestr.c: Likewise.
29617         * lib/memmem.c: Likewise.
29618
29619 2007-12-23  Bruno Haible  <bruno@clisp.org>
29620
29621         * tests/test-memmem.c: Include <string.h> first.
29622
29623 2007-12-22  Bruno Haible  <bruno@clisp.org>
29624
29625         * gnulib-tool (func_create_testdir): Change $auxdir while generating
29626         the contents of $testsbase.
29627         Reported by Ralf Wildenhues.
29628
29629 2007-12-22  Bruno Haible  <bruno@clisp.org>
29630
29631         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
29632         two variables local_ldadd_before, local_ldadd_last.
29633
29634 2007-12-20  Eric Blake  <ebb9@byu.net>
29635
29636         Work around circular library issue when cross-compiling.
29637         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
29638         that progname.o does not need to pull in rpl_memcmp.
29639
29640 2007-12-19  Eric Blake  <ebb9@byu.net>
29641
29642         Fix memmem to avoid O(n^2) worst-case complexity.
29643         * lib/memmem.c (knuth_morris_pratt): New function.
29644         (memmem): Use it if first few naive iterations fail.
29645         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
29646         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
29647         * modules/memchr (License): Likewise.
29648         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
29649         malloca.
29650         * tests/test-memmem.c: Rewrite, borrowing ideas from
29651         test-mbsstr1.c; the old version wouldn't even compile!
29652         * modules/memmem-tests: New file.
29653         * lib/string.in.h (rpl_memmem): Add declaration.
29654         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
29655         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
29656         REPLACE_MEMMEM.
29657
29658 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
29659
29660         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
29661         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
29662         before any system include files, and undef after them all.  This
29663         should fix a problem on VMS reported by John E. Malmberg in
29664         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
29665
29666 2007-12-17  Eric Blake  <ebb9@byu.net>
29667
29668         Revert addition of verify, for BSD/OS.
29669         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
29670         can't handle large files, for the sake of obsolete platforms.
29671         * modules/fseeko (Depends-on): Remove verify.
29672         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
29673         * doc/functions/ftello.texi (ftello): Likewise.
29674         * doc/functions/fgetpos.texi (fgetpos): Likewise.
29675         Reported by Larry Jones.
29676
29677 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
29678
29679         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
29680         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
29681
29682 2007-12-17  Jim Meyering  <meyering@redhat.com>
29683
29684         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
29685         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
29686         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
29687         * modules/getcwd (Depends-on): Add openat.
29688         Reported by Petr Salinger.
29689
29690 2007-12-17  Bruno Haible  <bruno@clisp.org>
29691
29692         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
29693         avoid a segmentation fault of the configure test on x86_64 systems.
29694
29695 2007-12-15  Jim Meyering  <meyering@redhat.com>
29696
29697         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
29698
29699 2007-12-13  Eric Blake  <ebb9@byu.net>
29700
29701         Another fseek test.
29702         * tests/test-fseek.c (main): Also test ungetc handling.
29703         * tests/test-fseeko.c (main): Likewise.
29704         * modules/fseeko (Depends-on): Add verify.
29705         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
29706         large.
29707         Reported by Larry Jones.
29708
29709         Fix fseeko on mingw.
29710         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
29711         seek.
29712
29713         Beef up fseek tests.
29714         * tests/test-fseek.c (main): Also test eof handling.
29715         * tests/test-fseeko.c (main): Likewise.
29716         Reported by Larry Jones.
29717
29718 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
29719
29720         Fix fseeko on BSD-based platforms.
29721         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
29722         successful seek.
29723
29724 2007-12-12  Eric Blake  <ebb9@byu.net>
29725
29726         Allow circular dependency of separate libtests.a
29727         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
29728         when use_libtests.
29729
29730 2007-12-11  Eric Blake  <ebb9@byu.net>
29731
29732         Fix bug with -0.0L in previous patch.
29733         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
29734         * tests/test-isnan.c (main): Also test on zeroes.
29735         * tests/test-isnanf.c (main): Likewise.
29736         * tests/test-isnanl.h (main): Likewise.
29737
29738         Detect pseudo-denormals on x86 even when cross-compiling.
29739         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
29740         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
29741         invalid bit patterns that happen to satisfy ==.
29742
29743         Avoid link failures with separate libtests.a.
29744         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
29745         last, to satisfy circular dependencies.
29746
29747 2007-12-11  Eric Blake  <ebb9@byu.net>
29748         and Bruno Haible  <bruno@clisp.org>
29749
29750         Fix OpenBSD 4.0 <float.h> handling of long double.
29751         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
29752         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
29753         * doc/headers/float.texi (float.h): Document OpenBSD bug.
29754
29755 2007-12-11  Jim Meyering  <meyering@redhat.com>
29756
29757         * users.txt: Add libvirt.
29758
29759         Support versions of autoconf prior to 2.59c.
29760         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
29761         if it is not already defined.
29762
29763 2007-12-09  Bruno Haible  <bruno@clisp.org>
29764
29765         Let 'gnulib-tool --import' collect sources needed for the tests in
29766         tests/ rather than in lib/.
29767         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
29768         argument. If true, add rules to generate libtests.a, and put libtests.a
29769         into $(LDADD). Consider source files in subdirectories and set
29770         uses_subdirs.
29771         (func_emit_initmacro_start, func_emit_initmacro_end,
29772         func_emit_initmacro_done): Pass all arguments explicitly.
29773         (func_import): Determine two module lists main_modules,
29774         testsrelated_modules. Determine use_libtests. Determine two variables
29775         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
29776         instead of just sed_transform_lib_file. Determine two variables
29777         main_files and testsrelated_files. Compute 'files' as the union of
29778         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
29779         func_add_or_update. In the generated gnulib-comp.m4, collect the
29780         object files for tests/ in different variables than those for lib/.
29781         Substitute LIBTESTS_LIBDEPS.
29782         (func_create_testdir): Combine the uses_subdirs results from
29783         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
29784
29785 2007-12-09  Bruno Haible  <bruno@clisp.org>
29786
29787         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
29788         the build-aux directory.
29789
29790 2007-12-09  Bruno Haible  <bruno@clisp.org>
29791
29792         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
29793         introduced on 2006-09-09.
29794
29795 2007-12-07  Jim Meyering  <meyering@redhat.com>
29796
29797         Let these macros work also with autoconf-2.59.
29798         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
29799         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
29800         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
29801
29802 2007-12-06  Jim Meyering  <meyering@redhat.com>
29803
29804         Avoid a configure-time syntax error in gl_FUNC_ACL.
29805         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
29806         function in each branch, before testing the cache variable.
29807
29808 2007-12-04  Eric Blake  <ebb9@byu.net>
29809
29810         Make scripts executable.
29811         * build-aux/config.guess: Add execute permissions.
29812         * build-aux/config.sub: Likewise.
29813         * build-aux/gendocs.sh: Likewise.
29814
29815         Fix frexp on mingw.
29816         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
29817         cross-compiling.
29818         * doc/functions/frexp.texi (frexp): Document the bug.
29819
29820         Make cygwin fseeko check more reliable.
29821         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
29822         version numbers, rather than unrelated feature check.
29823         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
29824         * doc/functions/ftello.texi (ftello): Likewise.
29825         Reported by Bruno Haible.
29826
29827         * m4/strerror.m4: Bump version number.
29828
29829 2007-12-03  Bruno Haible  <bruno@clisp.org>
29830
29831         * doc/functions/mprotect.texi: Mention the mingw problem.
29832
29833 2007-12-03  Eric Blake  <ebb9@byu.net>
29834
29835         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
29836         REPLACE_STRERROR is initialized before this macro.
29837
29838 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
29839
29840         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
29841         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
29842         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
29843         put -lsec in even for programs other than 'ls'.  This fixes a problem
29844         for gettext reported by Bruno Haible in
29845         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
29846         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
29847         Add support for Solaris 10.  This isn't efficient, but should get the
29848         job done for now.
29849
29850 2007-12-03  James Youngman  <jay@gnu.org>
29851
29852         * doc/regexprops-generic.texi: change "an close-group" to "a
29853         close-group" and "illegal" to "not allowed".
29854
29855 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29856
29857         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
29858         pr_byname.h. Needed for the rare case when the maintainer has done
29859         "make maintainer-clean" in the source directory and then attempts a
29860         build outside the source directory.
29861         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
29862         scripts_byname.h.
29863
29864 2007-12-02  Martin Lambers <marlam@marlam.de>
29865             Bruno Haible  <bruno@clisp.org>
29866
29867         * lib/getpagesize.h: Remove file.
29868         * lib/unistd.in.h: Include declaration of getpagesize here.
29869         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
29870         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
29871         HAVE_SYS_PARAM_H.
29872         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
29873         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
29874         * modules/getpagesize (Files): Remove lib/getpagesize.h.
29875         (Depends-on): Add unistd.
29876         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
29877         (Include): Use <unistd.h> instead of getpagesize.h.
29878         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
29879         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
29880         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
29881         gl_GETPAGESIZE invocation, already handled by module dependency.
29882         * lib/pagealign_alloc.c: Don't include getpagesize.h.
29883
29884 2007-12-02  Bruno Haible  <bruno@clisp.org>
29885
29886         * modules/strings-tests: New file.
29887         * tests/test-strings.c: New file.
29888
29889         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
29890         * lib/strings.in.h: New file.
29891         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
29892         * m4/strings_h.m4: New file.
29893         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
29894         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
29895         * modules/strings: New file.
29896         * modules/string (Makefile.am): Update.
29897         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
29898         Reported by Karl Berry.
29899
29900 2007-12-01  Eric Blake  <ebb9@byu.net>
29901
29902         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
29903         accomodate fix in cygwin 1.5.25.
29904
29905 2007-12-01  Jim Meyering  <meyering@redhat.com>
29906
29907         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
29908         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
29909         that would inhibit utf8-optimization of a regexp containing line-
29910         or buffer-anchors, e.g., `^', `$'.
29911
29912 2007-11-30  Bruno Haible  <bruno@clisp.org>
29913
29914         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
29915         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
29916         glthread_recursive_lock_init.
29917         * lib/lock.c (glthread_recursive_lock_init)
29918         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
29919         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
29920
29921 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
29922
29923         New function qset_acl, like set_acl but with syscall semantics.
29924         * lib/acl.h (qset_acl): New decl.
29925         * lib/acl.c (qset_acl): New function.
29926         (set_acl): Use new function.  Use more-consistent diagnostics.
29927
29928 2007-11-28  Jim Meyering  <meyering@redhat.com>
29929
29930         * modules/physmem (License): Change from GPL to LGPLv2+.
29931
29932 2007-11-26  Bruno Haible  <bruno@clisp.org>
29933
29934         * lib/vasnprintf.c (decode_long_double): Don't abort if the
29935         'long double' type has excess precision.
29936         Reported by Jim Meyering in
29937         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
29938
29939 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29940
29941         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
29942         Sync from <http://gnu.org/licenses>.
29943         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
29944         with license text from same location.
29945         * doc/maintain.texi, doc/standards.texi:  Sync from
29946         <http://savannah.gnu.org/projects/gnustandards>.
29947
29948 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
29949         and Jim Meyering  <meyering@redhat.com>
29950
29951         Adjust getdate' grammar to accept a slightly more regular language.
29952         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
29953         Before, the former was rejected.
29954         * lib/getdate.y (digits_to_date_time): New function, factored
29955         out of ...
29956         (number): ...here.  Just call digits_to_date_time.
29957         (hybrid): New non-terminal to handle an <unsigned number,
29958         signed relative offset> sequence consistently.
29959
29960 2007-11-18  Jim Meyering  <meyering@redhat.com>
29961
29962         Pull my changes from coreutils:
29963         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
29964         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
29965         use of $gnulib_tool_option_extras, so that it's separated from the
29966         preceding argument.
29967
29968         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
29969         * build-aux/bootstrap (cp_mark_as_generated): Create any required
29970         parent destination directories before copying a file into place.
29971
29972 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
29973
29974         bootstrap: work also with 4-argument variant of AC_INIT
29975         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
29976
29977 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
29978
29979         Port test-getaddrinfo to Solaris.
29980         Problem reported by Bruno Haible in
29981         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
29982         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
29983         explanation of setting 'hints'.
29984         Don't reject an implementation merely because it returns EAI_SERVICE.
29985         (EAI_SERVICE): Define to 0 if not defined.
29986
29987 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
29988
29989         The license of gnu-make and posix-shell is now "GPLed build tool".
29990         * modules/gnu-make (License): Likewise.
29991         * modules/posix-shell (License): Likewise.
29992
29993         New module posix-shell, for determining a POSIX shell
29994         or perhaps something that is close enough to a POSIX shell.
29995         * m4/posix-shell.m4: New file.
29996         * modules/posix-shell: New file.
29997
29998         * MODULES.html.sh: Mention new module.
29999
30000         New module gnu-make, for determining whether we're using GNU Make.
30001         * m4/gnu-make.m4: New file.
30002         * modules/gnu-make: New file.
30003         * MODULES.html.sh: Mention new module.
30004
30005 2007-11-14  Jim Meyering  <meyering@redhat.com>
30006
30007         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
30008         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
30009         use this macro to create a function _definition_.
30010         Remove useless "#undef ARGMATCH_DIE".
30011
30012 2007-11-14  Bruno Haible  <bruno@clisp.org>
30013
30014         * lib/config.charset: Update for OpenBSD 4.1.
30015         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
30016
30017 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
30018
30019         Document 64-bit #if problems in stdint.texi.
30020         * doc/headers/stdint.texi (stdint.h): Mention problems with
30021         64-bit-#if, and how to work around them.
30022
30023         Don't insist on 'long long int' support in the preprocessor.  It
30024         breaks too many things.  For example, PRIdMAX still uses a 'long
30025         long int' format with the latest Sun compiler, even though
30026         HAVE_LONG_LONG_INT isn't defined due to that compiler's
30027         preprocessor problem.  This causes the latest coreutils to dump
30028         core on Solaris 10 sparc with the Sun C compiler.
30029         Instead, fix the 2007-10-16 problem in a different way, by evaluating
30030         the troublesome expressions at configure-time, not at #if-time.
30031         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
30032         preprocessor.
30033         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
30034         compile-time C checks, done at 'configure'-time.
30035         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
30036         * modules/inttypes (Makefile): Substitute the new symbols that
30037         gl_INTTYPES_H now generates.
30038         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
30039
30040 2007-11-12  Bruno Haible  <bruno@clisp.org>
30041
30042         Tests for Unicode character classification functions.
30043
30044         * modules/unictype/bidicategory-byname-tests: New file.
30045         * modules/unictype/bidicategory-name-tests: New file.
30046         * modules/unictype/bidicategory-of-tests: New file.
30047         * modules/unictype/bidicategory-test-tests: New file.
30048         * modules/unictype/block-list-tests: New file.
30049         * modules/unictype/block-of-tests: New file.
30050         * modules/unictype/block-test-tests: New file.
30051         * modules/unictype/category-C-tests: New file.
30052         * modules/unictype/category-Cc-tests: New file.
30053         * modules/unictype/category-Cf-tests: New file.
30054         * modules/unictype/category-Cn-tests: New file.
30055         * modules/unictype/category-Co-tests: New file.
30056         * modules/unictype/category-Cs-tests: New file.
30057         * modules/unictype/category-L-tests: New file.
30058         * modules/unictype/category-Ll-tests: New file.
30059         * modules/unictype/category-Lm-tests: New file.
30060         * modules/unictype/category-Lo-tests: New file.
30061         * modules/unictype/category-Lt-tests: New file.
30062         * modules/unictype/category-Lu-tests: New file.
30063         * modules/unictype/category-M-tests: New file.
30064         * modules/unictype/category-Mc-tests: New file.
30065         * modules/unictype/category-Me-tests: New file.
30066         * modules/unictype/category-Mn-tests: New file.
30067         * modules/unictype/category-N-tests: New file.
30068         * modules/unictype/category-Nd-tests: New file.
30069         * modules/unictype/category-Nl-tests: New file.
30070         * modules/unictype/category-No-tests: New file.
30071         * modules/unictype/category-P-tests: New file.
30072         * modules/unictype/category-Pc-tests: New file.
30073         * modules/unictype/category-Pd-tests: New file.
30074         * modules/unictype/category-Pe-tests: New file.
30075         * modules/unictype/category-Pf-tests: New file.
30076         * modules/unictype/category-Pi-tests: New file.
30077         * modules/unictype/category-Po-tests: New file.
30078         * modules/unictype/category-Ps-tests: New file.
30079         * modules/unictype/category-S-tests: New file.
30080         * modules/unictype/category-Sc-tests: New file.
30081         * modules/unictype/category-Sk-tests: New file.
30082         * modules/unictype/category-Sm-tests: New file.
30083         * modules/unictype/category-So-tests: New file.
30084         * modules/unictype/category-Z-tests: New file.
30085         * modules/unictype/category-Zl-tests: New file.
30086         * modules/unictype/category-Zp-tests: New file.
30087         * modules/unictype/category-Zs-tests: New file.
30088         * modules/unictype/category-and-not-tests: New file.
30089         * modules/unictype/category-and-tests: New file.
30090         * modules/unictype/category-byname-tests: New file.
30091         * modules/unictype/category-name-tests: New file.
30092         * modules/unictype/category-none-tests: New file.
30093         * modules/unictype/category-of-tests: New file.
30094         * modules/unictype/category-or-tests: New file.
30095         * modules/unictype/category-test-withtable-tests: New file.
30096         * modules/unictype/combining-class-tests: New file.
30097         * modules/unictype/ctype-alnum-tests: New file.
30098         * modules/unictype/ctype-alpha-tests: New file.
30099         * modules/unictype/ctype-blank-tests: New file.
30100         * modules/unictype/ctype-cntrl-tests: New file.
30101         * modules/unictype/ctype-digit-tests: New file.
30102         * modules/unictype/ctype-graph-tests: New file.
30103         * modules/unictype/ctype-lower-tests: New file.
30104         * modules/unictype/ctype-print-tests: New file.
30105         * modules/unictype/ctype-punct-tests: New file.
30106         * modules/unictype/ctype-space-tests: New file.
30107         * modules/unictype/ctype-upper-tests: New file.
30108         * modules/unictype/ctype-xdigit-tests: New file.
30109         * modules/unictype/decimal-digit-tests: New file.
30110         * modules/unictype/digit-tests: New file.
30111         * modules/unictype/mirror-tests: New file.
30112         * modules/unictype/numeric-tests: New file.
30113         * modules/unictype/property-alphabetic-tests: New file.
30114         * modules/unictype/property-ascii-hex-digit-tests: New file.
30115         * modules/unictype/property-bidi-arabic-digit-tests: New file.
30116         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
30117         * modules/unictype/property-bidi-block-separator-tests: New file.
30118         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
30119         * modules/unictype/property-bidi-common-separator-tests: New file.
30120         * modules/unictype/property-bidi-control-tests: New file.
30121         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
30122         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
30123         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
30124         * modules/unictype/property-bidi-european-digit-tests: New file.
30125         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
30126         * modules/unictype/property-bidi-left-to-right-tests: New file.
30127         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
30128         * modules/unictype/property-bidi-other-neutral-tests: New file.
30129         * modules/unictype/property-bidi-pdf-tests: New file.
30130         * modules/unictype/property-bidi-segment-separator-tests: New file.
30131         * modules/unictype/property-bidi-whitespace-tests: New file.
30132         * modules/unictype/property-byname-tests: New file.
30133         * modules/unictype/property-combining-tests: New file.
30134         * modules/unictype/property-composite-tests: New file.
30135         * modules/unictype/property-currency-symbol-tests: New file.
30136         * modules/unictype/property-dash-tests: New file.
30137         * modules/unictype/property-decimal-digit-tests: New file.
30138         * modules/unictype/property-default-ignorable-code-point-tests: New file.
30139         * modules/unictype/property-deprecated-tests: New file.
30140         * modules/unictype/property-diacritic-tests: New file.
30141         * modules/unictype/property-extender-tests: New file.
30142         * modules/unictype/property-format-control-tests: New file.
30143         * modules/unictype/property-grapheme-base-tests: New file.
30144         * modules/unictype/property-grapheme-extend-tests: New file.
30145         * modules/unictype/property-grapheme-link-tests: New file.
30146         * modules/unictype/property-hex-digit-tests: New file.
30147         * modules/unictype/property-hyphen-tests: New file.
30148         * modules/unictype/property-id-continue-tests: New file.
30149         * modules/unictype/property-id-start-tests: New file.
30150         * modules/unictype/property-ideographic-tests: New file.
30151         * modules/unictype/property-ids-binary-operator-tests: New file.
30152         * modules/unictype/property-ids-trinary-operator-tests: New file.
30153         * modules/unictype/property-ignorable-control-tests: New file.
30154         * modules/unictype/property-iso-control-tests: New file.
30155         * modules/unictype/property-join-control-tests: New file.
30156         * modules/unictype/property-left-of-pair-tests: New file.
30157         * modules/unictype/property-line-separator-tests: New file.
30158         * modules/unictype/property-logical-order-exception-tests: New file.
30159         * modules/unictype/property-lowercase-tests: New file.
30160         * modules/unictype/property-math-tests: New file.
30161         * modules/unictype/property-non-break-tests: New file.
30162         * modules/unictype/property-not-a-character-tests: New file.
30163         * modules/unictype/property-numeric-tests: New file.
30164         * modules/unictype/property-other-alphabetic-tests: New file.
30165         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
30166         * modules/unictype/property-other-grapheme-extend-tests: New file.
30167         * modules/unictype/property-other-id-continue-tests: New file.
30168         * modules/unictype/property-other-id-start-tests: New file.
30169         * modules/unictype/property-other-lowercase-tests: New file.
30170         * modules/unictype/property-other-math-tests: New file.
30171         * modules/unictype/property-other-uppercase-tests: New file.
30172         * modules/unictype/property-paired-punctuation-tests: New file.
30173         * modules/unictype/property-paragraph-separator-tests: New file.
30174         * modules/unictype/property-pattern-syntax-tests: New file.
30175         * modules/unictype/property-pattern-white-space-tests: New file.
30176         * modules/unictype/property-private-use-tests: New file.
30177         * modules/unictype/property-punctuation-tests: New file.
30178         * modules/unictype/property-quotation-mark-tests: New file.
30179         * modules/unictype/property-radical-tests: New file.
30180         * modules/unictype/property-sentence-terminal-tests: New file.
30181         * modules/unictype/property-soft-dotted-tests: New file.
30182         * modules/unictype/property-space-tests: New file.
30183         * modules/unictype/property-terminal-punctuation-tests: New file.
30184         * modules/unictype/property-test-tests: New file.
30185         * modules/unictype/property-titlecase-tests: New file.
30186         * modules/unictype/property-unassigned-code-value-tests: New file.
30187         * modules/unictype/property-unified-ideograph-tests: New file.
30188         * modules/unictype/property-uppercase-tests: New file.
30189         * modules/unictype/property-variation-selector-tests: New file.
30190         * modules/unictype/property-white-space-tests: New file.
30191         * modules/unictype/property-xid-continue-tests: New file.
30192         * modules/unictype/property-xid-start-tests: New file.
30193         * modules/unictype/property-zero-width-tests: New file.
30194         * modules/unictype/scripts-tests: New file.
30195         * modules/unictype/syntax-c-ident-tests: New file.
30196         * modules/unictype/syntax-c-whitespace-tests: New file.
30197         * modules/unictype/syntax-java-ident-tests: New file.
30198         * modules/unictype/syntax-java-whitespace-tests: New file.
30199         * tests/unictype/test-bidi_byname.c: New file.
30200         * tests/unictype/test-bidi_name.c: New file.
30201         * tests/unictype/test-bidi_of.c: New file.
30202         * tests/unictype/test-bidi_test.c: New file.
30203         * tests/unictype/test-block_list.c: New file.
30204         * tests/unictype/test-block_of.c: New file.
30205         * tests/unictype/test-block_test.c: New file.
30206         * tests/unictype/test-categ_and.c: New file.
30207         * tests/unictype/test-categ_and_not.c: New file.
30208         * tests/unictype/test-categ_byname.c: New file.
30209         * tests/unictype/test-categ_name.c: New file.
30210         * tests/unictype/test-categ_none.c: New file.
30211         * tests/unictype/test-categ_of.c: New file.
30212         * tests/unictype/test-categ_or.c: New file.
30213         * tests/unictype/test-categ_test_withtable.c: New file.
30214         * tests/unictype/test-combining.c: New file.
30215         * tests/unictype/test-decdigit.c: New file.
30216         * tests/unictype/test-digit.c: New file.
30217         * tests/unictype/test-mirror.c: New file.
30218         * tests/unictype/test-numeric.c: New file.
30219         * tests/unictype/test-pr_byname.c: New file.
30220         * tests/unictype/test-pr_test.c: New file.
30221         * tests/unictype/test-predicate-part1.h: New file.
30222         * tests/unictype/test-predicate-part2.h: New file.
30223         * tests/unictype/test-scripts.c: New file.
30224         * tests/unictype/test-sy_c_ident.c: New file.
30225         * tests/unictype/test-sy_java_ident.c: New file.
30226
30227         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
30228         for Unicode 5.0.0.
30229         * tests/unictype/test-categ_Cc.c: Likewise.
30230         * tests/unictype/test-categ_Cf.c: Likewise.
30231         * tests/unictype/test-categ_Cn.c: Likewise.
30232         * tests/unictype/test-categ_Co.c: Likewise.
30233         * tests/unictype/test-categ_Cs.c: Likewise.
30234         * tests/unictype/test-categ_L.c: Likewise.
30235         * tests/unictype/test-categ_Ll.c: Likewise.
30236         * tests/unictype/test-categ_Lm.c: Likewise.
30237         * tests/unictype/test-categ_Lo.c: Likewise.
30238         * tests/unictype/test-categ_Lt.c: Likewise.
30239         * tests/unictype/test-categ_Lu.c: Likewise.
30240         * tests/unictype/test-categ_M.c: Likewise.
30241         * tests/unictype/test-categ_Mc.c: Likewise.
30242         * tests/unictype/test-categ_Me.c: Likewise.
30243         * tests/unictype/test-categ_Mn.c: Likewise.
30244         * tests/unictype/test-categ_N.c: Likewise.
30245         * tests/unictype/test-categ_Nd.c: Likewise.
30246         * tests/unictype/test-categ_Nl.c: Likewise.
30247         * tests/unictype/test-categ_No.c: Likewise.
30248         * tests/unictype/test-categ_P.c: Likewise.
30249         * tests/unictype/test-categ_Pc.c: Likewise.
30250         * tests/unictype/test-categ_Pd.c: Likewise.
30251         * tests/unictype/test-categ_Pe.c: Likewise.
30252         * tests/unictype/test-categ_Pf.c: Likewise.
30253         * tests/unictype/test-categ_Pi.c: Likewise.
30254         * tests/unictype/test-categ_Po.c: Likewise.
30255         * tests/unictype/test-categ_Ps.c: Likewise.
30256         * tests/unictype/test-categ_S.c: Likewise.
30257         * tests/unictype/test-categ_Sc.c: Likewise.
30258         * tests/unictype/test-categ_Sk.c: Likewise.
30259         * tests/unictype/test-categ_Sm.c: Likewise.
30260         * tests/unictype/test-categ_So.c: Likewise.
30261         * tests/unictype/test-categ_Z.c: Likewise.
30262         * tests/unictype/test-categ_Zl.c: Likewise.
30263         * tests/unictype/test-categ_Zp.c: Likewise.
30264         * tests/unictype/test-categ_Zs.c: Likewise.
30265         * tests/unictype/test-ctype_alnum.c: Likewise.
30266         * tests/unictype/test-ctype_alpha.c: Likewise.
30267         * tests/unictype/test-ctype_blank.c: Likewise.
30268         * tests/unictype/test-ctype_cntrl.c: Likewise.
30269         * tests/unictype/test-ctype_digit.c: Likewise.
30270         * tests/unictype/test-ctype_graph.c: Likewise.
30271         * tests/unictype/test-ctype_lower.c: Likewise.
30272         * tests/unictype/test-ctype_print.c: Likewise.
30273         * tests/unictype/test-ctype_punct.c: Likewise.
30274         * tests/unictype/test-ctype_space.c: Likewise.
30275         * tests/unictype/test-ctype_upper.c: Likewise.
30276         * tests/unictype/test-ctype_xdigit.c: Likewise.
30277         * tests/unictype/test-decdigit.h: Likewise.
30278         * tests/unictype/test-digit.h: Likewise.
30279         * tests/unictype/test-numeric.h: Likewise.
30280         * tests/unictype/test-pr_alphabetic.c: Likewise.
30281         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
30282         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
30283         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
30284         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
30285         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
30286         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
30287         * tests/unictype/test-pr_bidi_control.c: Likewise.
30288         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
30289         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
30290         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
30291         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
30292         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
30293         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
30294         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
30295         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
30296         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
30297         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
30298         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
30299         * tests/unictype/test-pr_combining.c: Likewise.
30300         * tests/unictype/test-pr_composite.c: Likewise.
30301         * tests/unictype/test-pr_currency_symbol.c: Likewise.
30302         * tests/unictype/test-pr_dash.c: Likewise.
30303         * tests/unictype/test-pr_decimal_digit.c: Likewise.
30304         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
30305         * tests/unictype/test-pr_deprecated.c: Likewise.
30306         * tests/unictype/test-pr_diacritic.c: Likewise.
30307         * tests/unictype/test-pr_extender.c: Likewise.
30308         * tests/unictype/test-pr_format_control.c: Likewise.
30309         * tests/unictype/test-pr_grapheme_base.c: Likewise.
30310         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
30311         * tests/unictype/test-pr_grapheme_link.c: Likewise.
30312         * tests/unictype/test-pr_hex_digit.c: Likewise.
30313         * tests/unictype/test-pr_hyphen.c: Likewise.
30314         * tests/unictype/test-pr_id_continue.c: Likewise.
30315         * tests/unictype/test-pr_id_start.c: Likewise.
30316         * tests/unictype/test-pr_ideographic.c: Likewise.
30317         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
30318         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
30319         * tests/unictype/test-pr_ignorable_control.c: Likewise.
30320         * tests/unictype/test-pr_iso_control.c: Likewise.
30321         * tests/unictype/test-pr_join_control.c: Likewise.
30322         * tests/unictype/test-pr_left_of_pair.c: Likewise.
30323         * tests/unictype/test-pr_line_separator.c: Likewise.
30324         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
30325         * tests/unictype/test-pr_lowercase.c: Likewise.
30326         * tests/unictype/test-pr_math.c: Likewise.
30327         * tests/unictype/test-pr_non_break.c: Likewise.
30328         * tests/unictype/test-pr_not_a_character.c: Likewise.
30329         * tests/unictype/test-pr_numeric.c: Likewise.
30330         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
30331         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
30332         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
30333         * tests/unictype/test-pr_other_id_continue.c: Likewise.
30334         * tests/unictype/test-pr_other_id_start.c: Likewise.
30335         * tests/unictype/test-pr_other_lowercase.c: Likewise.
30336         * tests/unictype/test-pr_other_math.c: Likewise.
30337         * tests/unictype/test-pr_other_uppercase.c: Likewise.
30338         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
30339         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
30340         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
30341         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
30342         * tests/unictype/test-pr_private_use.c: Likewise.
30343         * tests/unictype/test-pr_punctuation.c: Likewise.
30344         * tests/unictype/test-pr_quotation_mark.c: Likewise.
30345         * tests/unictype/test-pr_radical.c: Likewise.
30346         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
30347         * tests/unictype/test-pr_soft_dotted.c: Likewise.
30348         * tests/unictype/test-pr_space.c: Likewise.
30349         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
30350         * tests/unictype/test-pr_titlecase.c: Likewise.
30351         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
30352         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
30353         * tests/unictype/test-pr_uppercase.c: Likewise.
30354         * tests/unictype/test-pr_variation_selector.c: Likewise.
30355         * tests/unictype/test-pr_white_space.c: Likewise.
30356         * tests/unictype/test-pr_xid_continue.c: Likewise.
30357         * tests/unictype/test-pr_xid_start.c: Likewise.
30358         * tests/unictype/test-pr_zero_width.c: Likewise.
30359         * tests/unictype/test-sy_c_whitespace.c: Likewise.
30360         * tests/unictype/test-sy_java_whitespace.c: Likewise.
30361
30362 2007-11-12  Bruno Haible  <bruno@clisp.org>
30363
30364         Unicode character classification functions.
30365         * lib/unictype.h: New file.
30366         * modules/unictype/base: New file.
30367         * modules/unictype/category-L: New file.
30368         * modules/unictype/category-Lu: New file.
30369         * modules/unictype/category-Ll: New file.
30370         * modules/unictype/category-Lt: New file.
30371         * modules/unictype/category-Lm: New file.
30372         * modules/unictype/category-Lo: New file.
30373         * modules/unictype/category-M: New file.
30374         * modules/unictype/category-Mn: New file.
30375         * modules/unictype/category-Mc: New file.
30376         * modules/unictype/category-Me: New file.
30377         * modules/unictype/category-N: New file.
30378         * modules/unictype/category-Nd: New file.
30379         * modules/unictype/category-Nl: New file.
30380         * modules/unictype/category-No: New file.
30381         * modules/unictype/category-P: New file.
30382         * modules/unictype/category-Pc: New file.
30383         * modules/unictype/category-Pd: New file.
30384         * modules/unictype/category-Ps: New file.
30385         * modules/unictype/category-Pe: New file.
30386         * modules/unictype/category-Pi: New file.
30387         * modules/unictype/category-Pf: New file.
30388         * modules/unictype/category-Po: New file.
30389         * modules/unictype/category-S: New file.
30390         * modules/unictype/category-Sm: New file.
30391         * modules/unictype/category-Sc: New file.
30392         * modules/unictype/category-Sk: New file.
30393         * modules/unictype/category-So: New file.
30394         * modules/unictype/category-Z: New file.
30395         * modules/unictype/category-Zs: New file.
30396         * modules/unictype/category-Zl: New file.
30397         * modules/unictype/category-Zp: New file.
30398         * modules/unictype/category-C: New file.
30399         * modules/unictype/category-Cc: New file.
30400         * modules/unictype/category-Cf: New file.
30401         * modules/unictype/category-Cs: New file.
30402         * modules/unictype/category-Co: New file.
30403         * modules/unictype/category-Cn: New file.
30404         * modules/unictype/category-or: New file.
30405         * modules/unictype/category-of: New file.
30406         * modules/unictype/category-test: New file.
30407         * modules/unictype/category-test-withtable: New file.
30408         * modules/unictype/category-byname: New file.
30409         * modules/unictype/category-none: New file.
30410         * modules/unictype/category-and: New file.
30411         * modules/unictype/category-and-not: New file.
30412         * modules/unictype/category-name: New file.
30413         * modules/unictype/combining-class: New file.
30414         * modules/unictype/category-all: New file.
30415         * modules/unictype/bidicategory-all: New file.
30416         * modules/unictype/bidicategory-byname: New file.
30417         * modules/unictype/bidicategory-name: New file.
30418         * modules/unictype/bidicategory-of: New file.
30419         * modules/unictype/bidicategory-test: New file.
30420         * modules/unictype/decimal-digit: New file.
30421         * modules/unictype/digit: New file.
30422         * modules/unictype/numeric: New file.
30423         * modules/unictype/mirror: New file.
30424         * modules/unictype/property-white-space: New file.
30425         * modules/unictype/property-alphabetic: New file.
30426         * modules/unictype/property-other-alphabetic: New file.
30427         * modules/unictype/property-not-a-character: New file.
30428         * modules/unictype/property-default-ignorable-code-point: New file.
30429         * modules/unictype/property-other-default-ignorable-code-point: New
30430         file.
30431         * modules/unictype/property-deprecated: New file.
30432         * modules/unictype/property-logical-order-exception: New file.
30433         * modules/unictype/property-variation-selector: New file.
30434         * modules/unictype/property-private-use: New file.
30435         * modules/unictype/property-unassigned-code-value: New file.
30436         * modules/unictype/property-uppercase: New file.
30437         * modules/unictype/property-other-uppercase: New file.
30438         * modules/unictype/property-lowercase: New file.
30439         * modules/unictype/property-other-lowercase: New file.
30440         * modules/unictype/property-titlecase: New file.
30441         * modules/unictype/property-soft-dotted: New file.
30442         * modules/unictype/property-id-start: New file.
30443         * modules/unictype/property-other-id-start: New file.
30444         * modules/unictype/property-id-continue: New file.
30445         * modules/unictype/property-other-id-continue: New file.
30446         * modules/unictype/property-xid-start: New file.
30447         * modules/unictype/property-xid-continue: New file.
30448         * modules/unictype/property-pattern-white-space: New file.
30449         * modules/unictype/property-pattern-syntax: New file.
30450         * modules/unictype/property-join-control: New file.
30451         * modules/unictype/property-grapheme-base: New file.
30452         * modules/unictype/property-grapheme-extend: New file.
30453         * modules/unictype/property-other-grapheme-extend: New file.
30454         * modules/unictype/property-grapheme-link: New file.
30455         * modules/unictype/property-bidi-control: New file.
30456         * modules/unictype/property-bidi-left-to-right: New file.
30457         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
30458         * modules/unictype/property-bidi-arabic-right-to-left: New file.
30459         * modules/unictype/property-bidi-european-digit: New file.
30460         * modules/unictype/property-bidi-eur-num-separator: New file.
30461         * modules/unictype/property-bidi-eur-num-terminator: New file.
30462         * modules/unictype/property-bidi-arabic-digit: New file.
30463         * modules/unictype/property-bidi-common-separator: New file.
30464         * modules/unictype/property-bidi-block-separator: New file.
30465         * modules/unictype/property-bidi-segment-separator: New file.
30466         * modules/unictype/property-bidi-whitespace: New file.
30467         * modules/unictype/property-bidi-non-spacing-mark: New file.
30468         * modules/unictype/property-bidi-boundary-neutral: New file.
30469         * modules/unictype/property-bidi-pdf: New file.
30470         * modules/unictype/property-bidi-embedding-or-override: New file.
30471         * modules/unictype/property-bidi-other-neutral: New file.
30472         * modules/unictype/property-hex-digit: New file.
30473         * modules/unictype/property-ascii-hex-digit: New file.
30474         * modules/unictype/property-ideographic: New file.
30475         * modules/unictype/property-unified-ideograph: New file.
30476         * modules/unictype/property-radical: New file.
30477         * modules/unictype/property-ids-binary-operator: New file.
30478         * modules/unictype/property-ids-trinary-operator: New file.
30479         * modules/unictype/property-zero-width: New file.
30480         * modules/unictype/property-space: New file.
30481         * modules/unictype/property-non-break: New file.
30482         * modules/unictype/property-iso-control: New file.
30483         * modules/unictype/property-format-control: New file.
30484         * modules/unictype/property-dash: New file.
30485         * modules/unictype/property-hyphen: New file.
30486         * modules/unictype/property-punctuation: New file.
30487         * modules/unictype/property-line-separator: New file.
30488         * modules/unictype/property-paragraph-separator: New file.
30489         * modules/unictype/property-quotation-mark: New file.
30490         * modules/unictype/property-sentence-terminal: New file.
30491         * modules/unictype/property-terminal-punctuation: New file.
30492         * modules/unictype/property-currency-symbol: New file.
30493         * modules/unictype/property-math: New file.
30494         * modules/unictype/property-other-math: New file.
30495         * modules/unictype/property-paired-punctuation: New file.
30496         * modules/unictype/property-left-of-pair: New file.
30497         * modules/unictype/property-combining: New file.
30498         * modules/unictype/property-composite: New file.
30499         * modules/unictype/property-decimal-digit: New file.
30500         * modules/unictype/property-numeric: New file.
30501         * modules/unictype/property-diacritic: New file.
30502         * modules/unictype/property-extender: New file.
30503         * modules/unictype/property-ignorable-control: New file.
30504         * modules/unictype/property-test: New file.
30505         * modules/unictype/property-byname: New file.
30506         * modules/unictype/property-all: New file.
30507         * modules/unictype/scripts: New file.
30508         * modules/unictype/scripts-all: New file.
30509         * modules/unictype/block-of: New file.
30510         * modules/unictype/block-test: New file.
30511         * modules/unictype/block-list: New file.
30512         * modules/unictype/block-all: New file.
30513         * modules/unictype/syntax-c-whitespace: New file.
30514         * modules/unictype/syntax-java-whitespace: New file.
30515         * modules/unictype/syntax-c-ident: New file.
30516         * modules/unictype/syntax-java-ident: New file.
30517         * modules/unictype/ctype-alnum: New file.
30518         * modules/unictype/ctype-alpha: New file.
30519         * modules/unictype/ctype-cntrl: New file.
30520         * modules/unictype/ctype-digit: New file.
30521         * modules/unictype/ctype-graph: New file.
30522         * modules/unictype/ctype-lower: New file.
30523         * modules/unictype/ctype-print: New file.
30524         * modules/unictype/ctype-punct: New file.
30525         * modules/unictype/ctype-space: New file.
30526         * modules/unictype/ctype-upper: New file.
30527         * modules/unictype/ctype-xdigit: New file.
30528         * modules/unictype/ctype-blank: New file.
30529         * lib/unictype/bidi_byname.c: New file.
30530         * lib/unictype/bidi_name.c: New file.
30531         * lib/unictype/bidi_of.c: New file.
30532         * lib/unictype/bidi_test.c: New file.
30533         * lib/unictype/bitmap.h: New file.
30534         * lib/unictype/block_test.c: New file.
30535         * lib/unictype/blocks.c: New file.
30536         * lib/unictype/categ_C.c: New file.
30537         * lib/unictype/categ_Cc.c: New file.
30538         * lib/unictype/categ_Cf.c: New file.
30539         * lib/unictype/categ_Cn.c: New file.
30540         * lib/unictype/categ_Co.c: New file.
30541         * lib/unictype/categ_Cs.c: New file.
30542         * lib/unictype/categ_L.c: New file.
30543         * lib/unictype/categ_Ll.c: New file.
30544         * lib/unictype/categ_Lm.c: New file.
30545         * lib/unictype/categ_Lo.c: New file.
30546         * lib/unictype/categ_Lt.c: New file.
30547         * lib/unictype/categ_Lu.c: New file.
30548         * lib/unictype/categ_M.c: New file.
30549         * lib/unictype/categ_Mc.c: New file.
30550         * lib/unictype/categ_Me.c: New file.
30551         * lib/unictype/categ_Mn.c: New file.
30552         * lib/unictype/categ_N.c: New file.
30553         * lib/unictype/categ_Nd.c: New file.
30554         * lib/unictype/categ_Nl.c: New file.
30555         * lib/unictype/categ_No.c: New file.
30556         * lib/unictype/categ_P.c: New file.
30557         * lib/unictype/categ_Pc.c: New file.
30558         * lib/unictype/categ_Pd.c: New file.
30559         * lib/unictype/categ_Pe.c: New file.
30560         * lib/unictype/categ_Pf.c: New file.
30561         * lib/unictype/categ_Pi.c: New file.
30562         * lib/unictype/categ_Po.c: New file.
30563         * lib/unictype/categ_Ps.c: New file.
30564         * lib/unictype/categ_S.c: New file.
30565         * lib/unictype/categ_Sc.c: New file.
30566         * lib/unictype/categ_Sk.c: New file.
30567         * lib/unictype/categ_Sm.c: New file.
30568         * lib/unictype/categ_So.c: New file.
30569         * lib/unictype/categ_Z.c: New file.
30570         * lib/unictype/categ_Zl.c: New file.
30571         * lib/unictype/categ_Zp.c: New file.
30572         * lib/unictype/categ_Zs.c: New file.
30573         * lib/unictype/categ_and.c: New file.
30574         * lib/unictype/categ_and_not.c: New file.
30575         * lib/unictype/categ_byname.c: New file.
30576         * lib/unictype/categ_name.c: New file.
30577         * lib/unictype/categ_none.c: New file.
30578         * lib/unictype/categ_of.c: New file.
30579         * lib/unictype/categ_or.c: New file.
30580         * lib/unictype/categ_test.c: New file.
30581         * lib/unictype/combining.c: New file.
30582         * lib/unictype/ctype_alnum.c: New file.
30583         * lib/unictype/ctype_alpha.c: New file.
30584         * lib/unictype/ctype_blank.c: New file.
30585         * lib/unictype/ctype_cntrl.c: New file.
30586         * lib/unictype/ctype_digit.c: New file.
30587         * lib/unictype/ctype_graph.c: New file.
30588         * lib/unictype/ctype_lower.c: New file.
30589         * lib/unictype/ctype_print.c: New file.
30590         * lib/unictype/ctype_punct.c: New file.
30591         * lib/unictype/ctype_space.c: New file.
30592         * lib/unictype/ctype_upper.c: New file.
30593         * lib/unictype/ctype_xdigit.c: New file.
30594         * lib/unictype/decdigit.c: New file.
30595         * lib/unictype/digit.c: New file.
30596         * lib/unictype/identsyntaxmap.h: New file.
30597         * lib/unictype/mirror.c: New file.
30598         * lib/unictype/numeric.c: New file.
30599         * lib/unictype/pr_alphabetic.c: New file.
30600         * lib/unictype/pr_ascii_hex_digit.c: New file.
30601         * lib/unictype/pr_bidi_arabic_digit.c: New file.
30602         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
30603         * lib/unictype/pr_bidi_block_separator.c: New file.
30604         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
30605         * lib/unictype/pr_bidi_common_separator.c: New file.
30606         * lib/unictype/pr_bidi_control.c: New file.
30607         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
30608         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
30609         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
30610         * lib/unictype/pr_bidi_european_digit.c: New file.
30611         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
30612         * lib/unictype/pr_bidi_left_to_right.c: New file.
30613         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
30614         * lib/unictype/pr_bidi_other_neutral.c: New file.
30615         * lib/unictype/pr_bidi_pdf.c: New file.
30616         * lib/unictype/pr_bidi_segment_separator.c: New file.
30617         * lib/unictype/pr_bidi_whitespace.c: New file.
30618         * lib/unictype/pr_byname.c: New file.
30619         * lib/unictype/pr_byname.gperf: New file.
30620         * lib/unictype/pr_combining.c: New file.
30621         * lib/unictype/pr_composite.c: New file.
30622         * lib/unictype/pr_currency_symbol.c: New file.
30623         * lib/unictype/pr_dash.c: New file.
30624         * lib/unictype/pr_decimal_digit.c: New file.
30625         * lib/unictype/pr_default_ignorable_code_point.c: New file.
30626         * lib/unictype/pr_deprecated.c: New file.
30627         * lib/unictype/pr_diacritic.c: New file.
30628         * lib/unictype/pr_extender.c: New file.
30629         * lib/unictype/pr_format_control.c: New file.
30630         * lib/unictype/pr_grapheme_base.c: New file.
30631         * lib/unictype/pr_grapheme_extend.c: New file.
30632         * lib/unictype/pr_grapheme_link.c: New file.
30633         * lib/unictype/pr_hex_digit.c: New file.
30634         * lib/unictype/pr_hyphen.c: New file.
30635         * lib/unictype/pr_id_continue.c: New file.
30636         * lib/unictype/pr_id_start.c: New file.
30637         * lib/unictype/pr_ideographic.c: New file.
30638         * lib/unictype/pr_ids_binary_operator.c: New file.
30639         * lib/unictype/pr_ids_trinary_operator.c: New file.
30640         * lib/unictype/pr_ignorable_control.c: New file.
30641         * lib/unictype/pr_iso_control.c: New file.
30642         * lib/unictype/pr_join_control.c: New file.
30643         * lib/unictype/pr_left_of_pair.c: New file.
30644         * lib/unictype/pr_line_separator.c: New file.
30645         * lib/unictype/pr_logical_order_exception.c: New file.
30646         * lib/unictype/pr_lowercase.c: New file.
30647         * lib/unictype/pr_math.c: New file.
30648         * lib/unictype/pr_non_break.c: New file.
30649         * lib/unictype/pr_not_a_character.c: New file.
30650         * lib/unictype/pr_numeric.c: New file.
30651         * lib/unictype/pr_other_alphabetic.c: New file.
30652         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
30653         * lib/unictype/pr_other_grapheme_extend.c: New file.
30654         * lib/unictype/pr_other_id_continue.c: New file.
30655         * lib/unictype/pr_other_id_start.c: New file.
30656         * lib/unictype/pr_other_lowercase.c: New file.
30657         * lib/unictype/pr_other_math.c: New file.
30658         * lib/unictype/pr_other_uppercase.c: New file.
30659         * lib/unictype/pr_paired_punctuation.c: New file.
30660         * lib/unictype/pr_paragraph_separator.c: New file.
30661         * lib/unictype/pr_pattern_syntax.c: New file.
30662         * lib/unictype/pr_pattern_white_space.c: New file.
30663         * lib/unictype/pr_private_use.c: New file.
30664         * lib/unictype/pr_punctuation.c: New file.
30665         * lib/unictype/pr_quotation_mark.c: New file.
30666         * lib/unictype/pr_radical.c: New file.
30667         * lib/unictype/pr_sentence_terminal.c: New file.
30668         * lib/unictype/pr_soft_dotted.c: New file.
30669         * lib/unictype/pr_space.c: New file.
30670         * lib/unictype/pr_terminal_punctuation.c: New file.
30671         * lib/unictype/pr_test.c: New file.
30672         * lib/unictype/pr_titlecase.c: New file.
30673         * lib/unictype/pr_unassigned_code_value.c: New file.
30674         * lib/unictype/pr_unified_ideograph.c: New file.
30675         * lib/unictype/pr_uppercase.c: New file.
30676         * lib/unictype/pr_variation_selector.c: New file.
30677         * lib/unictype/pr_white_space.c: New file.
30678         * lib/unictype/pr_xid_continue.c: New file.
30679         * lib/unictype/pr_xid_start.c: New file.
30680         * lib/unictype/pr_zero_width.c: New file.
30681         * lib/unictype/scripts.c: New file.
30682         * lib/unictype/sy_c_ident.c: New file.
30683         * lib/unictype/sy_c_whitespace.c: New file.
30684         * lib/unictype/sy_java_ident.c: New file.
30685         * lib/unictype/sy_java_whitespace.c: New file.
30686
30687         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
30688         Unicode 5.0.0.
30689         * lib/unictype/blocks.h: Likewise.
30690         * lib/unictype/categ_C.h: Likewise.
30691         * lib/unictype/categ_Cc.h: Likewise.
30692         * lib/unictype/categ_Cf.h: Likewise.
30693         * lib/unictype/categ_Cn.h: Likewise.
30694         * lib/unictype/categ_Co.h: Likewise.
30695         * lib/unictype/categ_Cs.h: Likewise.
30696         * lib/unictype/categ_L.h: Likewise.
30697         * lib/unictype/categ_Ll.h: Likewise.
30698         * lib/unictype/categ_Lm.h: Likewise.
30699         * lib/unictype/categ_Lo.h: Likewise.
30700         * lib/unictype/categ_Lt.h: Likewise.
30701         * lib/unictype/categ_Lu.h: Likewise.
30702         * lib/unictype/categ_M.h: Likewise.
30703         * lib/unictype/categ_Mc.h: Likewise.
30704         * lib/unictype/categ_Me.h: Likewise.
30705         * lib/unictype/categ_Mn.h: Likewise.
30706         * lib/unictype/categ_N.h: Likewise.
30707         * lib/unictype/categ_Nd.h: Likewise.
30708         * lib/unictype/categ_Nl.h: Likewise.
30709         * lib/unictype/categ_No.h: Likewise.
30710         * lib/unictype/categ_P.h: Likewise.
30711         * lib/unictype/categ_Pc.h: Likewise.
30712         * lib/unictype/categ_Pd.h: Likewise.
30713         * lib/unictype/categ_Pe.h: Likewise.
30714         * lib/unictype/categ_Pf.h: Likewise.
30715         * lib/unictype/categ_Pi.h: Likewise.
30716         * lib/unictype/categ_Po.h: Likewise.
30717         * lib/unictype/categ_Ps.h: Likewise.
30718         * lib/unictype/categ_S.h: Likewise.
30719         * lib/unictype/categ_Sc.h: Likewise.
30720         * lib/unictype/categ_Sk.h: Likewise.
30721         * lib/unictype/categ_Sm.h: Likewise.
30722         * lib/unictype/categ_So.h: Likewise.
30723         * lib/unictype/categ_Z.h: Likewise.
30724         * lib/unictype/categ_Zl.h: Likewise.
30725         * lib/unictype/categ_Zp.h: Likewise.
30726         * lib/unictype/categ_Zs.h: Likewise.
30727         * lib/unictype/categ_of.h: Likewise.
30728         * lib/unictype/combining.h: Likewise.
30729         * lib/unictype/ctype_alnum.h: Likewise.
30730         * lib/unictype/ctype_alpha.h: Likewise.
30731         * lib/unictype/ctype_blank.h: Likewise.
30732         * lib/unictype/ctype_cntrl.h: Likewise.
30733         * lib/unictype/ctype_digit.h: Likewise.
30734         * lib/unictype/ctype_graph.h: Likewise.
30735         * lib/unictype/ctype_lower.h: Likewise.
30736         * lib/unictype/ctype_print.h: Likewise.
30737         * lib/unictype/ctype_punct.h: Likewise.
30738         * lib/unictype/ctype_space.h: Likewise.
30739         * lib/unictype/ctype_upper.h: Likewise.
30740         * lib/unictype/ctype_xdigit.h: Likewise.
30741         * lib/unictype/decdigit.h: Likewise.
30742         * lib/unictype/digit.h: Likewise.
30743         * lib/unictype/mirror.h: Likewise.
30744         * lib/unictype/numeric.h: Likewise.
30745         * lib/unictype/pr_alphabetic.h: Likewise.
30746         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
30747         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
30748         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
30749         * lib/unictype/pr_bidi_block_separator.h: Likewise.
30750         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
30751         * lib/unictype/pr_bidi_common_separator.h: Likewise.
30752         * lib/unictype/pr_bidi_control.h: Likewise.
30753         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
30754         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
30755         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
30756         * lib/unictype/pr_bidi_european_digit.h: Likewise.
30757         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
30758         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
30759         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
30760         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
30761         * lib/unictype/pr_bidi_pdf.h: Likewise.
30762         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
30763         * lib/unictype/pr_bidi_whitespace.h: Likewise.
30764         * lib/unictype/pr_combining.h: Likewise.
30765         * lib/unictype/pr_composite.h: Likewise.
30766         * lib/unictype/pr_currency_symbol.h: Likewise.
30767         * lib/unictype/pr_dash.h: Likewise.
30768         * lib/unictype/pr_decimal_digit.h: Likewise.
30769         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
30770         * lib/unictype/pr_deprecated.h: Likewise.
30771         * lib/unictype/pr_diacritic.h: Likewise.
30772         * lib/unictype/pr_extender.h: Likewise.
30773         * lib/unictype/pr_format_control.h: Likewise.
30774         * lib/unictype/pr_grapheme_base.h: Likewise.
30775         * lib/unictype/pr_grapheme_extend.h: Likewise.
30776         * lib/unictype/pr_grapheme_link.h: Likewise.
30777         * lib/unictype/pr_hex_digit.h: Likewise.
30778         * lib/unictype/pr_hyphen.h: Likewise.
30779         * lib/unictype/pr_id_continue.h: Likewise.
30780         * lib/unictype/pr_id_start.h: Likewise.
30781         * lib/unictype/pr_ideographic.h: Likewise.
30782         * lib/unictype/pr_ids_binary_operator.h: Likewise.
30783         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
30784         * lib/unictype/pr_ignorable_control.h: Likewise.
30785         * lib/unictype/pr_iso_control.h: Likewise.
30786         * lib/unictype/pr_join_control.h: Likewise.
30787         * lib/unictype/pr_left_of_pair.h: Likewise.
30788         * lib/unictype/pr_line_separator.h: Likewise.
30789         * lib/unictype/pr_logical_order_exception.h: Likewise.
30790         * lib/unictype/pr_lowercase.h: Likewise.
30791         * lib/unictype/pr_math.h: Likewise.
30792         * lib/unictype/pr_non_break.h: Likewise.
30793         * lib/unictype/pr_not_a_character.h: Likewise.
30794         * lib/unictype/pr_numeric.h: Likewise.
30795         * lib/unictype/pr_other_alphabetic.h: Likewise.
30796         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
30797         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
30798         * lib/unictype/pr_other_id_continue.h: Likewise.
30799         * lib/unictype/pr_other_id_start.h: Likewise.
30800         * lib/unictype/pr_other_lowercase.h: Likewise.
30801         * lib/unictype/pr_other_math.h: Likewise.
30802         * lib/unictype/pr_other_uppercase.h: Likewise.
30803         * lib/unictype/pr_paired_punctuation.h: Likewise.
30804         * lib/unictype/pr_paragraph_separator.h: Likewise.
30805         * lib/unictype/pr_pattern_syntax.h: Likewise.
30806         * lib/unictype/pr_pattern_white_space.h: Likewise.
30807         * lib/unictype/pr_private_use.h: Likewise.
30808         * lib/unictype/pr_punctuation.h: Likewise.
30809         * lib/unictype/pr_quotation_mark.h: Likewise.
30810         * lib/unictype/pr_radical.h: Likewise.
30811         * lib/unictype/pr_sentence_terminal.h: Likewise.
30812         * lib/unictype/pr_soft_dotted.h: Likewise.
30813         * lib/unictype/pr_space.h: Likewise.
30814         * lib/unictype/pr_terminal_punctuation.h: Likewise.
30815         * lib/unictype/pr_titlecase.h: Likewise.
30816         * lib/unictype/pr_unassigned_code_value.h: Likewise.
30817         * lib/unictype/pr_unified_ideograph.h: Likewise.
30818         * lib/unictype/pr_uppercase.h: Likewise.
30819         * lib/unictype/pr_variation_selector.h: Likewise.
30820         * lib/unictype/pr_white_space.h: Likewise.
30821         * lib/unictype/pr_xid_continue.h: Likewise.
30822         * lib/unictype/pr_xid_start.h: Likewise.
30823         * lib/unictype/pr_zero_width.h: Likewise.
30824         * lib/unictype/scripts.h: Likewise.
30825         * lib/unictype/scripts_byname.gperf: Likewise.
30826         * lib/unictype/sy_c_ident.h: Likewise.
30827         * lib/unictype/sy_c_whitespace.h: Likewise.
30828         * lib/unictype/sy_java_ident.h: Likewise.
30829         * lib/unictype/sy_java_whitespace.h: Likewise.
30830
30831         * lib/unictype/Makefile: New file.
30832         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
30833         glibc.
30834         * lib/unictype/3level.h: New file, copied from glibc.
30835         * lib/unictype/3levelbit.h: New file.
30836
30837 2007-11-11  Bruno Haible  <bruno@clisp.org>
30838
30839         * modules/gperf: New file.
30840         * modules/iconv_open (Depends-on): Add it.
30841         (Makefile.am): Remove the GPERF definition.
30842
30843 2007-11-11  Bruno Haible  <bruno@clisp.org>
30844
30845         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
30846         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
30847
30848 2007-11-11  Bruno Haible  <bruno@clisp.org>
30849
30850         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
30851         (usage): Remove function.
30852
30853 2007-11-11  Bruno Haible  <bruno@clisp.org>
30854
30855         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
30856         gl_FUNC_CEILF_LIBS.
30857         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
30858         gl_FUNC_CEIL_LIBS.
30859         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
30860         gl_FUNC_CEILL_LIBS.
30861         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
30862         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
30863         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
30864
30865 2007-11-11  Bruno Haible  <bruno@clisp.org>
30866
30867         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
30868         roundf were declared but do not exist on functions.
30869         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
30870         roundl were declared but do not exist on functions.
30871         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
30872         HAVE_FLOORL_AND_CEILL, respectively.
30873         Needed for Sun C on Solaris 10.
30874
30875 2007-11-11  Bruno Haible  <bruno@clisp.org>
30876
30877         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
30878         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
30879         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
30880         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
30881         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
30882         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
30883         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
30884         HAVE_DECL_ROUNDF.
30885         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
30886         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
30887         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
30888         of HAVE_DECL_ROUND*.
30889         * modules/math (Makefile.am): Update.
30890
30891 2007-11-10  Bruno Haible  <bruno@clisp.org>
30892
30893         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
30894         ptrdiff_t as m4/intl.m4.
30895
30896 2007-11-10  Jim Meyering  <meyering@redhat.com>
30897
30898         Avoid link failure for the argmatch test.
30899         * tests/test-argmatch.c (usage): Define function to avoid a link
30900         failure: argmatch_die requires a usage function.
30901
30902 2007-11-09  Bruno Haible  <bruno@clisp.org>
30903
30904         * doc/functions/snprintf.texi: Mention BeOS deficiency.
30905         * doc/functions/vsnprintf.texi: Likewise.
30906         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
30907         with a size argument < 2.
30908
30909 2007-11-09  Bruno Haible  <bruno@clisp.org>
30910
30911         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
30912         buffer. Fixes an inefficiency introduced on 2007-11-03.
30913
30914 2007-11-09  Bruno Haible  <bruno@clisp.org>
30915
30916         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
30917         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
30918
30919 2007-11-08  Jim Meyering  <meyering@redhat.com>
30920
30921         Change cache variable name prefix "jm_" to "gl_" everywhere.
30922         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
30923         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
30924         * m4/uptime.m4: s/gl_/jm_/
30925
30926 2007-11-07  Bruno Haible  <bruno@clisp.org>
30927
30928         Update to GNU gettext 0.17.
30929         * m4/intl.m4: Update to GNU gettext 0.17.
30930         * m4/po.m4: Likewise.
30931         * modules/gettext (Files): Remove m4/ulonglong.m4.
30932         (configure.ac): Require gettext infrastructure from version 0.17.
30933
30934 2007-11-06  Bruno Haible  <bruno@clisp.org>
30935
30936         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
30937         symbolic values are not defined in a public header.
30938         * lib/freadable.c (freadable) [QNX]: Likewise.
30939         * lib/freadahead.c (freadahead) [QNX]: Likewise.
30940         * lib/freading.c (freading) [QNX]: Likewise.
30941         * lib/fseterr.c (fseterr) [QNX]: Likewise.
30942         * lib/fwritable.c (fwritable) [QNX]: Likewise.
30943         * lib/fwriting.c (fwriting) [QNX]: Likewise.
30944         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
30945         Reported by Alain Magloire.
30946
30947         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
30948
30949 2007-11-05  Bruno Haible  <bruno@clisp.org>
30950
30951         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
30952         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
30953         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
30954         Reported by Eric Blake.
30955
30956 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
30957             Bruno Haible  <bruno@clisp.org>
30958
30959         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
30960         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
30961         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
30962         (malloc): Undefine also before including <stdlib.h>.
30963         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
30964         Needed on OSF/1 4.0.
30965
30966 2007-11-05  Jim Meyering  <meyering@redhat.com>
30967
30968         git-version-gen: sync from coreutils.
30969         * build-aux/git-version-gen: Add comments.
30970         Change the first '-' to '.' in the snapshot version string,
30971         e.g., 6.9-377-08144 -> 6.9.377-08144
30972         Remove first parameter.
30973         Don't declare a version "-dirty" merely because a time
30974         stamp has changed.
30975
30976 2007-11-04  Bruno Haible  <bruno@clisp.org>
30977
30978         * lib/lock.h: Protect all macro definitions containing an 'if'
30979         statement through a "do { ... } while (0)".
30980         * lib/tls.h: Likewise.
30981
30982 2007-11-04  Bruno Haible  <bruno@clisp.org>
30983
30984         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
30985
30986 2007-11-04  Bruno Haible  <bruno@clisp.org>
30987
30988         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
30989         * modules/fprintf-posix (Depends-on): Add nocrash.
30990         * modules/snprintf-posix (Depends-on): Likewise.
30991         * modules/sprintf-posix (Depends-on): Likewise.
30992         * modules/vasnprintf-posix (Depends-on): Likewise.
30993         * modules/vasprintf-posix (Depends-on): Likewise.
30994         * modules/vfprintf-posix (Depends-on): Likewise.
30995         * modules/vsnprintf-posix (Depends-on): Likewise.
30996         * modules/vsprintf-posix (Depends-on): Likewise.
30997         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
30998         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
30999         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
31000         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
31001         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
31002         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
31003         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
31004
31005 2007-11-04  Bruno Haible  <bruno@clisp.org>
31006
31007         * modules/nocrash: New file.
31008         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
31009         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
31010
31011 2007-11-04  Bruno Haible  <bruno@clisp.org>
31012
31013         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
31014         precision handling.
31015         * tests/test-vasprintf-posix.c (test_function): Likewise.
31016         * tests/test-snprintf-posix.h (test_function): Likewise.
31017         * tests/test-sprintf-posix.h (test_function): Likewise.
31018
31019         Fix *printf behaviour for large precisions on mingw and BeOS.
31020         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
31021         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
31022         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
31023         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
31024         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
31025         gl_PRINTF_PRECISION and test its result. Invoke
31026         gl_PREREQ_VASNPRINTF_PRECISION.
31027         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
31028         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
31029         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
31030         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
31031         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
31032         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
31033         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
31034         * doc/functions/fprintf.texi: Update.
31035         * doc/functions/printf.texi: Update.
31036         * doc/functions/snprintf.texi: Update.
31037         * doc/functions/sprintf.texi: Update.
31038         * doc/functions/vfprintf.texi: Update.
31039         * doc/functions/vprintf.texi: Update.
31040         * doc/functions/vsnprintf.texi: Update.
31041         * doc/functions/vsprintf.texi: Update.
31042
31043 2007-11-04  Bruno Haible  <bruno@clisp.org>
31044
31045         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
31046
31047 2007-11-04  Bruno Haible  <bruno@clisp.org>
31048
31049         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
31050         Reported by Sylvain Beucler <beuc@gnu.org>.
31051
31052 2007-11-03  Bruno Haible  <bruno@clisp.org>
31053
31054         * tests/test-fprintf-posix2.sh: New file.
31055         * tests/test-fprintf-posix2.c: New file.
31056         * modules/fprintf-posix-tests (Files): Add them.
31057         (TESTS): Add test-fprintf-posix2.sh.
31058         (configure.ac): Check for getrlimit and setrlimit.
31059         (check_PROGRAMS): Add test-fprintf-posix2.
31060
31061         * tests/test-printf-posix2.sh: New file.
31062         * tests/test-printf-posix2.c: New file.
31063         * modules/printf-posix-tests (Files): Add them.
31064         (TESTS): Add test-printf-posix2.sh.
31065         (configure.ac): Check for getrlimit and setrlimit.
31066         (check_PROGRAMS): Add test-printf-posix2.
31067
31068         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
31069         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
31070         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
31071         (decode_double): New function, copied from decode_long_double.
31072         (scale10_round_decimal_decoded): New function, extracted from
31073         scale10_round_decimal_long_double.
31074         (scale10_round_decimal_long_double): Use it.
31075         (scale10_round_decimal_double): New function.
31076         (floorlog10): New function.
31077         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
31078         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
31079         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
31080         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
31081         gl_PRINTF_ENOMEM and test its result. Invoke
31082         gl_PREREQ_VASNPRINTF_ENOMEM.
31083         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
31084         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
31085         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
31086         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
31087         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
31088         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
31089         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
31090         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
31091         * modules/snprintf-posix (Depends-on): Likewise.
31092         * modules/sprintf-posix (Depends-on): Likewise.
31093         * modules/vasnprintf-posix (Depends-on): Likewise.
31094         * modules/vasprintf-posix (Depends-on): Likewise.
31095         * modules/vfprintf-posix (Depends-on): Likewise.
31096         * modules/vsnprintf-posix (Depends-on): Likewise.
31097         * modules/vsprintf-posix (Depends-on): Likewise.
31098         * doc/functions/fprintf.texi: Update.
31099         * doc/functions/printf.texi: Update.
31100         * doc/functions/snprintf.texi: Update.
31101         * doc/functions/sprintf.texi: Update.
31102         * doc/functions/vfprintf.texi: Update.
31103         * doc/functions/vprintf.texi: Update.
31104         * doc/functions/vsnprintf.texi: Update.
31105         * doc/functions/vsprintf.texi: Update.
31106
31107 2007-11-03  Bruno Haible  <bruno@clisp.org>
31108
31109         * modules/frexp-nolibm-tests: New file.
31110
31111         * modules/frexp-nolibm: New file.
31112         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
31113
31114 2007-11-03  Bruno Haible  <bruno@clisp.org>
31115
31116         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
31117         value is C99 compliant.
31118         Needed for OSF/1 5.1.
31119
31120 2007-11-03  Bruno Haible  <bruno@clisp.org>
31121
31122         Fix out-of-memory handling of vasnprintf.
31123         * lib/printf-parse.c: Include <errno.h>.
31124         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
31125         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
31126         is already set.
31127
31128 2007-11-02  Eric Blake  <ebb9@byu.net>
31129
31130         Fix tests on cygwin.
31131         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
31132
31133 2007-11-01  Bruno Haible  <bruno@clisp.org>
31134
31135         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
31136         warning.
31137         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
31138         needed for POSIX compatibility.
31139
31140 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
31141
31142         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
31143         for compatibility with GNU.
31144
31145 2007-11-01  Bruno Haible  <bruno@clisp.org>
31146
31147         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
31148         (putenv): Renamed from rpl_putenv. Change argument type from
31149         'const char *' to 'char *'.
31150         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
31151         of defining putenv in config.h, just set REPLACE_PUTENV.
31152         * modules/putenv (Depends-on): Add stdlib.
31153         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
31154         (Include): Use <stdlib.h>.
31155         * lib/stdlib.in.h (putenv): New declaration.
31156         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
31157         REPLACE_PUTENV.
31158         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
31159         REPLACE_PUTENV.
31160         Needed for MacOS X 10.5.0.
31161         Reported by Peter O'Gorman <peter@pogma.com>.
31162
31163 2007-11-01  Jim Meyering  <meyering@redhat.com>
31164
31165         Treat an empty date string exactly like "0".
31166         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
31167         if the remaining date string (to be parsed) is empty, use "0".
31168         Reported by Mischa Molhoek and discussed in this thread:
31169         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
31170
31171 2007-10-31  Bruno Haible  <bruno@clisp.org>
31172
31173         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
31174         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
31175         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
31176         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
31177         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
31178         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
31179
31180 2007-10-31  Bruno Haible  <bruno@clisp.org>
31181
31182         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
31183         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
31184         (AC_TYPE_LONG_LONG_INT): Use it.
31185         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
31186         it as well.
31187         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
31188         to m4/longlong.m4.
31189         * modules/stdint (Files): Remove m4/ulonglong.m4.
31190         * modules/strtoull (Files): Use m4/longlong.m4 instead of
31191         m4/ulonglong.m4.
31192         * modules/strtoumax (Files): Likewise.
31193
31194 2007-10-30  Bruno Haible  <bruno@clisp.org>
31195
31196         * modules/xvasprintf-posix: New file.
31197         Suggested by Eric Blake.
31198
31199 2007-10-30  Bruno Haible  <bruno@clisp.org>
31200
31201         * modules/xprintf-posix-tests: New file.
31202         * tests/test-xprintf-posix.sh: New file.
31203         * tests/test-xprintf-posix.c: New file.
31204         * tests/test-xfprintf-posix.c: New file.
31205
31206         * modules/xprintf-posix: New file.
31207
31208 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31209
31210         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
31211         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
31212         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
31213
31214 2007-10-29  Bruno Haible  <bruno@clisp.org>
31215
31216         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
31217         contain the special marker '_cv_'.
31218         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
31219         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
31220         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
31221         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
31222         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
31223         Reported by Ralf Wildenhues.
31224
31225 2007-10-29  Bruno Haible  <bruno@clisp.org>
31226
31227         * gnulib-tool (func_import): When --lgpl is not specified, set
31228         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
31229         GPLv3.
31230         Reported by Simon Josefsson.
31231
31232 2007-10-28  Bruno Haible  <bruno@clisp.org>
31233
31234         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
31235         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
31236         HAVE_DECL_ISFINITE.
31237         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
31238         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
31239         HAVE_DECL_ISFINITE.
31240
31241 2007-10-28  Bruno Haible  <bruno@clisp.org>
31242
31243         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
31244         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
31245
31246 2007-10-28  Bruno Haible  <bruno@clisp.org>
31247
31248         Fix link errors with Sun C 5.0 on Solaris 10.
31249         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
31250         function is declared but not present in the compiler's libm.
31251         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
31252         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
31253         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
31254         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
31255         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
31256         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
31257         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
31258         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
31259         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
31260         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
31261         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
31262         HAVE_DECL_FLOORL.
31263
31264 2007-10-28  Bruno Haible  <bruno@clisp.org>
31265
31266         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
31267         gl_FUNC_FLOORL. Cache the result.
31268         (gl_FUNC_FLOORL): Use it.
31269         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
31270         gl_FUNC_CEILL. Cache the result.
31271         (gl_FUNC_CEILL): Use it.
31272
31273         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
31274         gl_FUNC_FLOOR. Cache the result.
31275         (gl_FUNC_FLOOR): Use it.
31276         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
31277         gl_FUNC_CEIL. Cache the result.
31278         (gl_FUNC_CEIL): Use it.
31279
31280         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
31281         gl_FUNC_FLOORF. Cache the result.
31282         (gl_FUNC_FLOORF): Use it.
31283         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
31284         gl_FUNC_CEILF. Cache the result.
31285         (gl_FUNC_CEILF): Use it.
31286
31287 2007-10-28  Bruno Haible  <bruno@clisp.org>
31288
31289         * gnulib-tool: Allow specifying the LGPL version number through
31290         --lgpl=2 or --lgpl=3.
31291         (func_usage): Document --lgpl with argument.
31292         Handle --lgpl=... arguments.
31293         (func_import): Recognize also gl_LGPL calls with an argument. When
31294         --lgpl=2 is used and the module's license is just LGPL, report an
31295         error. Set sed_transform_lib_file according to the lgpl variable. In
31296         the generated files, use --lgpl or gl_LGPL invocations with argument,
31297         if necessary.
31298         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
31299         an LGPv2+ license.
31300         * doc/gnulib-tool.texi (Modified imports): Update explanation of
31301         gl_LGPL macro.
31302
31303 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31304             Bruno Haible  <bruno@clisp.org>
31305
31306         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
31307         (u16_uctomb_aux): Likewise.
31308         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
31309         !HAVE_INLINE.
31310         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
31311
31312 2007-10-28  Bruno Haible  <bruno@clisp.org>
31313
31314         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
31315         Invoke AM_GETTEXT_OPTION if it exists.
31316         * modules/vasprintf: Likewise.
31317         * modules/verror: Likewise.
31318         * modules/xprintf: Likewise.
31319         * modules/xvasprintf: Likewise.
31320
31321 2007-10-27  Ben Pfaff  <blp@gnu.org>
31322
31323         * lib/math.in.h: Define isfinite macro and prototypes for
31324         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
31325         implementations.
31326         * m4/math_h.m4: New substitutions for isfinite module.
31327         * lib/isfinite.c: New file.
31328         * m4/isfinite.m4: New file.
31329         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
31330         * modules/isfinite: New file.
31331         * modules/isfinite-tests: New file.
31332         * tests/tests-isfinite.c: New file.
31333         * doc/functions/isfinite.texi: Mention isfinite module.
31334         * MODULES.html.sh: Mention new module.
31335
31336 2007-10-27  Ben Pfaff  <blp@gnu.org>
31337
31338         Ralf Wildenhues reported that Tru64 4.0D declares the round
31339         functions but does not have definitions.
31340         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
31341         cannot be found in any library, set the output variable to
31342         "missing" instead of "".
31343         * m4/round.m4: Also use our substitute if we cannot find round in
31344         any library, even if it is declared.
31345         * m4/roundf.m4: Likewise for roundf.
31346         * m4/roundl.m4: Likewise for roundl.
31347         * lib/math.in.h: Undefine roundf, round, roundl before defining
31348         their replacements, to allow for hypothetical systems where these
31349         may be defined as macros but not available in libraries.
31350
31351 2007-10-27  Bruno Haible  <bruno@clisp.org>
31352
31353         * doc/gnulib.texi: Invoke @firstparagraphindent.
31354         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
31355         changes in gnulib.
31356         (Source changes): New section.
31357
31358 2007-10-26  Bruno Haible  <bruno@clisp.org>
31359
31360         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
31361         borrowed from autoconf.
31362
31363 2007-10-26  Bruno Haible  <bruno@clisp.org>
31364
31365         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
31366         strerror returned the empty string. Needed on HP-UX 11.00.
31367
31368 2007-10-24  Micah Cowan  <micah@cowan.name>
31369
31370         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
31371         * build-aux/bootstrap: Remove support for now-unnecessary option,
31372         --cvs-user, and envvars CVS_USER, CVS_RSH.
31373
31374 2007-10-24  Jim Meyering  <meyering@redhat.com>
31375
31376         Avoid diagnostics from sha1sum when there is no cached checksum.
31377         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
31378         if the po.s1 file hasn't been created yet.
31379
31380         * build-aux/bootstrap: Sync from coreutils:
31381         2007-10-24  Jim Meyering  <meyering@redhat.com>
31382         Get gnulib from the git repository, not from an obsolete cvs one.
31383         * build-aux/bootstrap: Suggestion from Micah Cowan.
31384         2007-10-04  Jim Meyering  <jim@meyering.net>
31385         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
31386         (update_po_files): Work also when there are no .po files in po/.
31387
31388 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
31389
31390         * README: Append ".git" to git and cg examples.
31391         Problem reported by Benoit Sigoure.
31392
31393 2007-10-23  Micah Cowan  <micah@cowan.name>
31394
31395         * users.txt: Add wget.
31396
31397 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31398
31399         Fix linking of some unistdio tests on FreeBSD.
31400         * modules/unistdio/u16-vsnprintf-tests
31401         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
31402         * modules/unistdio/u16-vsprintf-tests
31403         (test_u16_vsnprintf1_LDADD): Likewise.
31404         * modules/unistdio/u32-vsnprintf-tests
31405         (test_u32_vsnprintf1_LDADD): Likewise.
31406         * modules/unistdio/u32-vsprintf-tests
31407         (test_u32_vsprintf1_LDADD): Likewise.
31408         * modules/unistdio/u8-vsnprintf-tests
31409         (test_u8_vsnprintf1_LDADD): Likewise.
31410         * modules/unistdio/u8-vsprintf-tests
31411         (test_u8_vsprintf1_LDADD): Likewise.
31412         * modules/unistdio/ulc-vsnprintf-tests
31413         (test_ulc_vsnprintf1_LDADD): Likewise.
31414         * modules/unistdio/ulc-vsprintf-tests
31415         (test_ulc_vsprintf1_LDADD): Likewise.
31416
31417         Fix linking of some uniconv tests on FreeBSD.
31418         * modules/uniconv/u16-conv-from-enc-tests
31419         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
31420         * modules/uniconv/u16-conv-to-enc-tests
31421         (test_u16_conv_to_enc_LDADD): Likewise.
31422         * modules/uniconv/u16-strconv-from-enc-tests
31423         (test_u16_strconv_from_enc_LDADD): Likewise.
31424         * modules/uniconv/u16-strconv-to-enc-tests
31425         (test_u16_strconv_to_enc_LDADD): Likewise.
31426         * modules/uniconv/u32-conv-from-enc-tests
31427         (test_u32_conv_from_enc_LDADD): Likewise.
31428         * modules/uniconv/u32-conv-to-enc-tests
31429         (test_u32_conv_to_enc_LDADD): Likewise.
31430         * modules/uniconv/u32-strconv-from-enc-tests
31431         (test_u32_strconv_from_enc_LDADD): Likewise.
31432         * modules/uniconv/u32-strconv-to-enc-tests
31433         (test_u32_strconv_to_enc_LDADD): Likewise.
31434         * modules/uniconv/u8-conv-from-enc-tests
31435         (test_u8_conv_from_enc_LDADD): Likewise.
31436         * modules/uniconv/u8-conv-to-enc-tests
31437         (test_u8_conv_to_enc_LDADD): Likewise.
31438         * modules/uniconv/u8-strconv-from-enc-tests
31439         (test_u8_strconv_from_enc_LDADD): Likewise.
31440         * modules/uniconv/u8-strconv-to-enc-tests
31441         (test_u8_strconv_to_enc_LDADD): Likewise.
31442
31443 2007-10-22  Bruno Haible  <bruno@clisp.org>
31444
31445         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
31446         size.
31447
31448 2007-10-22  Eric Blake  <ebb9@byu.net>
31449
31450         Tweak x*printf documentation.
31451         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
31452         variable name and comments.
31453         Suggested by Bruno Haible.
31454
31455 2007-10-22  Bruno Haible  <bruno@clisp.org>
31456
31457         * lib/acl.c (copy_acl): Fix file name in comment.
31458
31459 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
31460
31461         Fix Tru64 problem with stdbool.h.
31462         * lib/stdbool.in.h (false, true):
31463         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
31464         Don't declare as an enum in this situation; it runs afoul of Tru64.
31465         Problem reported by Steven M. Schweda in
31466         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
31467
31468 2007-10-22  Eric Blake  <ebb9@byu.net>
31469
31470         Also wrap vf?printf.
31471         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
31472         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
31473         (xvprintf, xvfprintf): New functions.
31474
31475 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31476
31477         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
31478         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
31479
31480         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
31481         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
31482
31483 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
31484
31485         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
31486         by Bruno Haible.
31487
31488 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31489
31490         * lib/getloadavg.c
31491         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
31492         Undef `sys' after including sys/table.h, for Tru64 4.0D.
31493
31494         * tests/test-i-ring.c: Work for C89.
31495
31496 2007-10-22  Bruno Haible  <bruno@clisp.org>
31497
31498         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
31499         -1u, in preprocessor expression, so that we don't test for the bug
31500         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
31501         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
31502
31503 2007-10-22  Eric Blake  <ebb9@byu.net>
31504
31505         * tests/test-yesno.sh: Silence stderr during test.
31506
31507 2007-10-22  Simon Josefsson  <simon@josefsson.org>
31508
31509         * modules/crypto/gc-camellia: New file.
31510
31511         * m4/gc-camellia.m4: New file.
31512
31513         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
31514
31515         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
31516
31517 2007-10-22  Simon Josefsson  <simon@josefsson.org>
31518
31519         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
31520         --help to stdout.  Reported by sms@antinode.org (Steven
31521         M. Schweda).
31522
31523 2007-10-22  Simon Josefsson  <simon@josefsson.org>
31524
31525         * users.txt: Fix link to libksba.
31526
31527 2007-10-21  Ben Pfaff  <blp@gnu.org>
31528
31529         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
31530         round.c roundf implementation that depends on floorf and ceilf to
31531         be tested unconditionally.
31532
31533 2007-10-21  Ben Pfaff  <blp@gnu.org>
31534
31535         * m4/check-libm-func.m4: Removed.
31536         * m4/check-math-lib.m4: New file.
31537         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
31538         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
31539         definition and lack of AC_LIBOBJ([roundf]).
31540         * m4/roundl.m4: Ditto, and similarly for roundl.
31541         * modules/round: Reference new m4 file.
31542         * modules/roundf: Ditto.
31543         * modules/roundl: Ditto.
31544         * tests/test-round2.c (main): Use ROUND instead of round.
31545         Bug report from Bruno Haible.
31546
31547 2007-10-21  Bruno Haible  <bruno@clisp.org>
31548
31549         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
31550         context.
31551
31552 2007-10-21  Bruno Haible  <bruno@clisp.org>
31553
31554         * tests/test-wcwidth.c (main): Allow negative result for some control
31555         characters.
31556
31557         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
31558         Needed on OSF/1 5.1.
31559
31560 2007-10-21  Bruno Haible  <bruno@clisp.org>
31561
31562         * tests/test-floorf1.c: Include isnanf.h.
31563         (main): Use isnanf() instead of isnan().
31564         * tests/test-ceilf1.c: Include isnanf.h.
31565         (main): Use isnanf() instead of isnan().
31566         * tests/test-truncf1.c: Include isnanf.h.
31567         (main): Use isnanf() instead of isnan().
31568         * tests/test-roundf1.c: Include isnanf.h.
31569         (main): Use isnanf() instead of isnan().
31570
31571 2007-10-21  Eric Blake  <ebb9@byu.net>
31572
31573         * users.txt: Update URL for m4.
31574
31575 2007-10-21  Bruno Haible  <bruno@clisp.org>
31576
31577         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
31578
31579 2007-10-21  Bruno Haible  <bruno@clisp.org>
31580
31581         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
31582         Git's management files if the CVS files are not present.
31583
31584 2007-10-20  Bruno Haible  <bruno@clisp.org>
31585
31586         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
31587         gcc-3.4.x.
31588
31589 2007-10-20  Ben Pfaff  <blp@gnu.org>
31590
31591         * lib/math.in.h: Declare round, roundf, roundl if we are providing
31592         implementations.
31593         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
31594         * lib/round.c: New file.
31595         * lib/roundf.c: New file.
31596         * lib/roundl.c: New file.
31597         * m4/round.m4: New file.
31598         * m4/roundf.m4: New file.
31599         * m4/roundl.m4: New file.
31600         * m4/check-libm-func-m4: New file.
31601         * modules/math: Replace round, roundf, roundl related @VARS@ in
31602         math.in.h.
31603         * modules/round: New file.
31604         * modules/round-tests: New file.
31605         * modules/roundf: New file.
31606         * modules/roundf-tests: New file.
31607         * modules/roundl: New file.
31608         * modules/roundl-tests: New file.
31609         * tests/test-round1.c: New file.
31610         * tests/test-round2.c: New file.
31611         * tests/test-roundf1.c: New file.
31612         * tests/test-roundf2.c: New file.
31613         * tests/test-roundl.c: New file.
31614         * doc/functions/round.texi: Mention round module.
31615         * doc/functions/roundf.texi: Mention roundf module.
31616         * doc/functions/roundl.texi: Mention roundl module.
31617         * MODULES.html.sh: Mention new modules.
31618         Thanks to Bruno Haible for suggestions.
31619
31620 2007-10-20  Jim Meyering  <meyering@redhat.com>
31621
31622         * lib/xprintf.c: Include <config.h> unconditionally.
31623
31624         Change xprintf's license to GPL.
31625         * modules/xprintf (License): s/LGPL/GPL/, since this module
31626         depends on modules (exit and exitfail) which are GPL.
31627         Suggestion from Bruno Haible.
31628
31629         xprintf fixes.
31630         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
31631         Use a clearer diagnostic.
31632         Patch from Bruno Haible.
31633
31634 2007-10-20  Bruno Haible  <bruno@clisp.org>
31635
31636         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
31637         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
31638         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
31639
31640 2007-10-20  Bruno Haible  <bruno@clisp.org>
31641
31642         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
31643         precision in the comparison result > x - 1 or similar.
31644         * tests/test-ceilf2.c (correct_result_p): Likewise.
31645         * tests/test-truncf2.c (correct_result_p): Likewise.
31646         * tests/test-trunc2.c (correct_result_p): Likewise.
31647         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
31648
31649 2007-10-20  Bruno Haible  <bruno@clisp.org>
31650
31651         * modules/ceil: New file.
31652         * m4/ceil.m4: New file.
31653         * doc/functions/ceil.texi: Mention the 'ceil' module.
31654
31655 2007-10-20  Bruno Haible  <bruno@clisp.org>
31656
31657         * modules/floor: New file.
31658         * m4/floor.m4: New file.
31659         * doc/functions/floor.texi: Mention the 'floor' module.
31660
31661 2007-10-20  Bruno Haible  <bruno@clisp.org>
31662
31663         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
31664         of %a.
31665         * modules/floorf-tests (Depends-on): Likewise.
31666         * modules/truncf-tests (Depends-on): Likewise.
31667         * modules/trunc-tests (Depends-on): Likewise.
31668         Reported by Ben Pfaff.
31669
31670 2007-10-19  Jim Meyering  <meyering@redhat.com>
31671
31672         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
31673         Don't bother testing specific errno values.  Just test ferror.
31674
31675         New module: xprintf
31676         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
31677
31678 2007-10-19  Bruno Haible  <bruno@clisp.org>
31679
31680         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
31681         syntax.
31682         * modules/javaexec (Makefile.am): Likewise.
31683         * modules/relocatable-prog (Makefile.am): Likewise.
31684         Suggested by Jim Meyering.
31685
31686 2007-10-18  Bruno Haible  <bruno@clisp.org>
31687
31688         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
31689         Reported by Jim Meyering.
31690
31691 2007-10-18  Eric Blake  <ebb9@byu.net>
31692
31693         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
31694
31695 2007-10-18  Bruno Haible  <bruno@clisp.org>
31696
31697         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
31698         the format string into writable memory. Needed in Fortify conditions.
31699
31700 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
31701             Bruno Haible  <bruno@clisp.org>
31702
31703         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
31704         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
31705         * modules/trim (Depends-on): Add mbchar.
31706         (configure.ac): Add gl_FUNC_MBRTOWC.
31707         (Makefile.am): Augment lib_SOURCES.
31708
31709 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
31710
31711         Modify glob.c to use fstatat and dirfd, to simplify it.
31712         Suggested by Eric Blake.
31713         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
31714         Don't include <stdbool.h>; not used.
31715         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
31716         (link_exists_p): Simplify implementation, since we can now assume
31717         dirfd and fstatat.
31718         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
31719
31720 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31721
31722         * gnulib-tool (func_get_dependencies): Fix sed script to
31723         match only tests.
31724
31725 2007-10-17  Bruno Haible  <bruno@clisp.org>
31726
31727         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
31728         allow locale names without encoding suffix.
31729         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
31730         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
31731
31732 2007-10-16  Bruno Haible  <bruno@clisp.org>
31733
31734         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
31735         * lib/getgroups.c (getgroups): Likewise.
31736         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
31737
31738 2007-10-16  Bruno Haible  <bruno@clisp.org>
31739
31740         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
31741         * modules/malloc-posix (License): Likewise.
31742         * modules/realloc-posix (License): Likewise.
31743         * modules/calloc-posix (License): Likewise.
31744         * modules/intprops (License): Change from GPL to LGPL, with
31745         Paul Eggert's approval.
31746
31747 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
31748
31749         Merge glibc changes into lib/glob.c.
31750
31751         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
31752         2007-10-15 04:59:03 UTC.  Here are the changes:
31753
31754         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
31755
31756         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
31757
31758         * lib/glob.c: Add some branch prediction throughout.
31759
31760         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
31761
31762         [BZ #5103]
31763         * lib/glob.c (glob): Recognize patterns starting \/.
31764
31765         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
31766
31767         [BZ #3996]
31768         * lib/glob.c (attribute_hidden): Define if not defined.
31769         (glob): Unescape dirname, filename or username when needed and not
31770         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
31771         is NULL.  Handle unescaped [ in pattern without closing ].
31772         Don't pass GLOB_CHECK down to recursive glob for directories.
31773         (__glob_pattern_type): New function.
31774         (__glob_pattern_p): Implement using __glob_pattern_type.
31775         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
31776         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
31777         Remove unreachable code.
31778
31779         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
31780
31781         * lib/glob.c (glob_in_dir): Add some comments and asserts to
31782         explain why there are no leaks.
31783
31784         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
31785
31786         [BZ #3253]
31787         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
31788         time, rather allocate increasingly bigger arrays of pointers, if
31789         possible with alloca, if too large with malloc.
31790
31791 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
31792
31793         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
31794         Problem reported by H.Merijn Brand in
31795         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
31796         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
31797         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
31798
31799 2007-10-15  Bruno Haible  <bruno@clisp.org>
31800
31801         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
31802         with explicit rpl_ prefix.
31803         * lib/fopen.c (fopen): Likewise.
31804         * lib/freopen.c (freopen): Likewise.
31805         * lib/iconv.c (iconv): Likewise.
31806         * lib/iconv_close.c (iconv_close): Likewise.
31807
31808 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
31809
31810         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
31811
31812 2007-10-15  Bruno Haible  <bruno@clisp.org>
31813
31814         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
31815         <stddef.h> instead of <stdlib.h> since we only need NULL.
31816         Reported by Ben Pfaff <blp@cs.stanford.edu>.
31817
31818 2007-10-15  Bruno Haible  <bruno@clisp.org>
31819
31820         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
31821         Replace paragraph talking about LIBOBJS.
31822         Reported by Colin Watson <cjwatson@debian.org>.
31823
31824 2007-10-15  Bruno Haible  <bruno@clisp.org>
31825
31826         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
31827         <stdlib.h> before using NULL.
31828
31829 2007-10-15  Simon Josefsson  <simon@josefsson.org>
31830
31831         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
31832         Reported by Albert Chin <china@thewrittenword.com>.
31833
31834 2007-10-14  Bruno Haible  <bruno@clisp.org>
31835
31836         * modules/iconv_open-utf-tests: New file.
31837         * tests/test-iconv-utf.c: New file.
31838
31839         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
31840         * modules/iconv_open-utf: New file.
31841         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
31842         (iconv, iconv_close): New declarations.
31843         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
31844         be defined.
31845         (iconv_open): Add special handling of conversion between UTF-8 and
31846         UTF-{16,32}{BE,LE}.
31847         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
31848         * lib/iconv_close.c: New file.
31849         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
31850         gl_FUNC_ICONV_OPEN.
31851         (gl_FUNC_ICONV_OPEN): Use it.
31852         (gl_FUNC_ICONV_OPEN_UTF): New macro.
31853         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
31854         and REPLACE_ICONV_UTF.
31855         * modules/iconv_open (Depends-on): Add c-strcase.
31856         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
31857         ICONV_CONST.
31858         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
31859
31860 2007-10-13  Albert Chin  <china@thewrittenword.com>
31861             Bruno Haible  <bruno@clisp.org>
31862
31863         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
31864         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
31865
31866 2007-10-13  Bruno Haible  <bruno@clisp.org>
31867
31868         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
31869         defined, use the ISO C99 inline semantics.
31870         * lib/argp.h (ARGP_EI): Likewise.
31871
31872 2007-10-13  Bruno Haible  <bruno@clisp.org>
31873
31874         Handle 'inline' change in gcc 4.3.0.
31875         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
31876         argp_fmtstream_write, argp_fmtstream_set_lmargin,
31877         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
31878         argp_fmtstream_point): Disable 'extern' declaration if the function
31879         definition is going to be provided inline.
31880         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
31881         semantics, not the ISO C99 inline semantics.
31882         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
31883         'extern' declaration if the function definition is going to be provided
31884         inline.
31885         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
31886         the GNU C inline semantics, not the ISO C99 inline semantics. With
31887         GCC 4.2, avoid a warning.
31888
31889 2007-10-13  Bruno Haible  <bruno@clisp.org>
31890
31891         * lib/freading.h (freading): Enable the use of __freading for
31892         glibc >= 2.7.
31893         * lib/freading.c (freading): Likewise.
31894
31895 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
31896
31897         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
31898         "warning: C99 inline functions are not supported; using GNU89".
31899
31900 2007-10-12  Bruno Haible  <bruno@clisp.org>
31901
31902         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
31903         of 2.
31904         * tests/test-ceilf2.c: New file.
31905         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
31906
31907         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
31908         * modules/ceilf-tests: Update.
31909
31910 2007-10-12  Bruno Haible  <bruno@clisp.org>
31911
31912         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
31913         of 2.
31914         * tests/test-floorf2.c: New file.
31915         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
31916
31917         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
31918         * modules/floorf-tests: Update.
31919
31920 2007-10-12  Bruno Haible  <bruno@clisp.org>
31921
31922         * tests/test-trunc2.c: New file.
31923         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
31924
31925         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
31926         * modules/trunc-tests: Update.
31927
31928 2007-10-12  Bruno Haible  <bruno@clisp.org>
31929
31930         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
31931         of 2.
31932         * tests/test-truncf2.c: New file.
31933         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
31934
31935         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
31936         * modules/truncf-tests: Update.
31937
31938 2007-10-11  Eric Blake  <ebb9@byu.net>
31939
31940         Don't claim strerror is broken on Interix.
31941         * doc/functions/strerror.texi (strerror): Known broken systems are
31942         now Solaris 8, and not Interix.
31943         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
31944         Interix on cross-compile.
31945         Reported by Martin Koeppe in
31946         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
31947
31948 2007-10-11  Bruno Haible  <bruno@clisp.org>
31949
31950         * modules/i-ring-tests: New file.
31951         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
31952         instead of assert.
31953
31954 2007-10-11  Bruno Haible  <bruno@clisp.org>
31955
31956         * modules/filenamecat-tests: New file.
31957         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
31958         * lib/filenamecat.c: Remove test code.
31959
31960 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
31961
31962         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
31963
31964         * lib/strerror.c: Include <string.h> always, to test interface,
31965         and to remove the need for the dummy.
31966         Include intprops.h to compute width instead of doing it ourselves
31967         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
31968         (strerror): Define it to return NULL if there's no system strerror.
31969         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
31970         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
31971         ancient pre-strerror Unix systems well any more.  Saying "unknown
31972         system error" is enough.
31973         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
31974         simpler strerror.c implementation.
31975         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
31976         Simplify the tests to reflect the simpler strerror implementation.
31977         * modules/strerror (Depends-on): Add intprops.
31978
31979 2007-10-09  Eric Blake  <ebb9@byu.net>
31980
31981         Silence test-fpending.
31982         * modules/fpending-tests (Files): Add wrapper script.
31983         * tests/test-fpending.sh: New file.
31984
31985 2007-10-09  Bruno Haible  <bruno@clisp.org>
31986
31987         * MODULES.html.sh (func_module): Don't create a hyperlink for
31988         function names like 'printf_frexp'.
31989         (Misc): Add crc, memxor.
31990         (Characteristics of floating types): New section.
31991         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
31992         isnanf-nolibm, signbit, trunc, truncf, truncl.
31993         (Enhancements for ISO C 99 functions): New subsection Input/output.
31994         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
31995         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
31996         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
31997         (Compatibility checks for POSIX:2001 functions): Add clock-time.
31998         (Enhancements for POSIX:2001 functions): Add chdir-long.
31999         (File system functions): Add areadlink, chdir-safer, read-file.
32000         Remove cycle-check.
32001         (File system as inode set): New section.
32002         (Date and time): Add gethrxtime.
32003         (Multithreading): Add openmp.
32004         (Internationalization functions): Add localename.
32005         (Unicode string functions): Add unistr/u*-mbsnlen.
32006         (Support for maintaining and releasing projects): Add git-version-gen.
32007         (Lone files): Remove directories.
32008
32009 2007-10-08  Ben Pfaff  <blp@gnu.org>
32010
32011         * lib/xmalloca.h: Fix typo in comment.
32012
32013 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
32014
32015         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
32016         when avoiding problems with integer overflow.  Use a portable test
32017         instead.
32018
32019 2007-10-08  Simon Josefsson  <simon@josefsson.org>
32020
32021         * modules/dummy (License): Change to LGPLv2+.
32022         * modules/float (License): Likewise
32023         * modules/realloc (License): Likewise
32024         * modules/stdlib (License): Likewise
32025
32026 2007-10-07  Bruno Haible  <bruno@clisp.org>
32027
32028         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
32029         * floor.c (TWO_MANT_DIG): Likewise.
32030         * ceil.c (TWO_MANT_DIG): Likewise.
32031         Reported by Ben Pfaff.
32032
32033 2007-10-07  Bruno Haible  <bruno@clisp.org>
32034
32035         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
32036         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
32037         * lib/frexp.c (FUNC): Likewise.
32038         * lib/printf-frexp.h (printf_frexp): Likewise.
32039         * lib/printf-frexpl.h (printf_frexpl): Likewise.
32040         * lib/printf-frexp.c (FUNC): Likewise.
32041         Suggested by Jim Meyering.
32042
32043 2007-10-07  Jim Meyering  <meyering@redhat.com>
32044
32045         Make xnanosleep's integer overflow test more robust.
32046         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
32047         so that gcc-4.3.0 doesn't optimize away this test for overflow.
32048
32049 2007-10-07  Bruno Haible  <bruno@clisp.org>
32050
32051         * NEWS: Mention the license change.
32052
32053         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
32054         abbreviations in the modules files.
32055
32056         Change copyright notice from GPLv2+ to GPLv3+.
32057         * README: Change copyright notice.
32058         * MODULES.html.sh: Likewise.
32059         * build-aux/bootstrap.conf: Likewise.
32060         * build-aux/config.libpath: Likewise.
32061         * build-aux/csharpcomp.sh.in: Likewise.
32062         * build-aux/csharpexec.sh.in: Likewise.
32063         * build-aux/install-reloc: Likewise.
32064         * build-aux/javacomp.sh.in: Likewise.
32065         * build-aux/javaexec.sh.in: Likewise.
32066         * build-aux/ldd.sh.in: Likewise.
32067         * build-aux/reloc-ldflags: Likewise.
32068         * build-aux/relocatable.sh.in: Likewise.
32069         * build-aux/x-to-1.in: Likewise.
32070         * check-module: Likewise.
32071         * config/srclistvars.sh: Likewise.
32072         * gnulib-tool: Likewise.
32073         * lib/acl-internal.h: Likewise.
32074         * lib/acl.c: Likewise.
32075         * lib/acl.h: Likewise.
32076         * lib/acl_entries.c: Likewise.
32077         * lib/areadlink-with-size.c: Likewise.
32078         * lib/areadlink.c: Likewise.
32079         * lib/areadlink.h: Likewise.
32080         * lib/argmatch.c: Likewise.
32081         * lib/argmatch.h: Likewise.
32082         * lib/argp-ba.c: Likewise.
32083         * lib/argp-eexst.c: Likewise.
32084         * lib/argp-fmtstream.c: Likewise.
32085         * lib/argp-fmtstream.h: Likewise.
32086         * lib/argp-fs-xinl.c: Likewise.
32087         * lib/argp-help.c: Likewise.
32088         * lib/argp-namefrob.h: Likewise.
32089         * lib/argp-parse.c: Likewise.
32090         * lib/argp-pin.c: Likewise.
32091         * lib/argp-pv.c: Likewise.
32092         * lib/argp-pvh.c: Likewise.
32093         * lib/argp-xinl.c: Likewise.
32094         * lib/argp.h: Likewise.
32095         * lib/at-func.c: Likewise.
32096         * lib/atanl.c: Likewise.
32097         * lib/backupfile.c: Likewise.
32098         * lib/backupfile.h: Likewise.
32099         * lib/basename.c: Likewise.
32100         * lib/binary-io.h: Likewise.
32101         * lib/byteswap.in.h: Likewise.
32102         * lib/c-stack.c: Likewise.
32103         * lib/c-stack.h: Likewise.
32104         * lib/c-strcasestr.c: Likewise.
32105         * lib/c-strcasestr.h: Likewise.
32106         * lib/c-strstr.c: Likewise.
32107         * lib/c-strstr.h: Likewise.
32108         * lib/c-strtod.c: Likewise.
32109         * lib/calloc.c: Likewise.
32110         * lib/canon-host.c: Likewise.
32111         * lib/canon-host.h: Likewise.
32112         * lib/canonicalize-lgpl.c: Likewise.
32113         * lib/canonicalize.c: Likewise.
32114         * lib/canonicalize.h: Likewise.
32115         * lib/ceil.c: Likewise.
32116         * lib/ceilf.c: Likewise.
32117         * lib/ceill.c: Likewise.
32118         * lib/chdir-long.c: Likewise.
32119         * lib/chdir-long.h: Likewise.
32120         * lib/chdir-safer.c: Likewise.
32121         * lib/chdir-safer.h: Likewise.
32122         * lib/chown.c: Likewise.
32123         * lib/classpath.c: Likewise.
32124         * lib/classpath.h: Likewise.
32125         * lib/clean-temp.c: Likewise.
32126         * lib/clean-temp.h: Likewise.
32127         * lib/cloexec.c: Likewise.
32128         * lib/close-stream.c: Likewise.
32129         * lib/closein.c: Likewise.
32130         * lib/closein.h: Likewise.
32131         * lib/closeout.c: Likewise.
32132         * lib/closeout.h: Likewise.
32133         * lib/concat-filename.c: Likewise.
32134         * lib/copy-file.c: Likewise.
32135         * lib/copy-file.h: Likewise.
32136         * lib/count-one-bits.h: Likewise.
32137         * lib/crc.c: Likewise.
32138         * lib/crc.h: Likewise.
32139         * lib/creat-safer.c: Likewise.
32140         * lib/csharpcomp.c: Likewise.
32141         * lib/csharpcomp.h: Likewise.
32142         * lib/csharpexec.c: Likewise.
32143         * lib/csharpexec.h: Likewise.
32144         * lib/cycle-check.c: Likewise.
32145         * lib/cycle-check.h: Likewise.
32146         * lib/diacrit.c: Likewise.
32147         * lib/diacrit.h: Likewise.
32148         * lib/diffseq.h: Likewise.
32149         * lib/dirchownmod.c: Likewise.
32150         * lib/dirent.in.h: Likewise.
32151         * lib/dirfd.c: Likewise.
32152         * lib/dirfd.h: Likewise.
32153         * lib/dirname.c: Likewise.
32154         * lib/dirname.h: Likewise.
32155         * lib/dummy.c: Likewise.
32156         * lib/dup-safer.c: Likewise.
32157         * lib/dup2.c: Likewise.
32158         * lib/eealloc.h: Likewise.
32159         * lib/error.c: Likewise.
32160         * lib/error.h: Likewise.
32161         * lib/euidaccess.c: Likewise.
32162         * lib/exclude.c: Likewise.
32163         * lib/exclude.h: Likewise.
32164         * lib/execute.c: Likewise.
32165         * lib/execute.h: Likewise.
32166         * lib/exitfail.c: Likewise.
32167         * lib/exitfail.h: Likewise.
32168         * lib/expl.c: Likewise.
32169         * lib/fatal-signal.c: Likewise.
32170         * lib/fatal-signal.h: Likewise.
32171         * lib/fbufmode.c: Likewise.
32172         * lib/fbufmode.h: Likewise.
32173         * lib/fchdir.c: Likewise.
32174         * lib/fchmodat.c: Likewise.
32175         * lib/fchownat.c: Likewise.
32176         * lib/fcntl--.h: Likewise.
32177         * lib/fcntl-safer.h: Likewise.
32178         * lib/fcntl.in.h: Likewise.
32179         * lib/fd-safer.c: Likewise.
32180         * lib/fflush.c: Likewise.
32181         * lib/file-has-acl.c: Likewise.
32182         * lib/file-set.c: Likewise.
32183         * lib/file-type.c: Likewise.
32184         * lib/file-type.h: Likewise.
32185         * lib/fileblocks.c: Likewise.
32186         * lib/filemode.c: Likewise.
32187         * lib/filemode.h: Likewise.
32188         * lib/filename.h: Likewise.
32189         * lib/filenamecat.c: Likewise.
32190         * lib/filenamecat.h: Likewise.
32191         * lib/findprog.c: Likewise.
32192         * lib/findprog.h: Likewise.
32193         * lib/float.in.h: Likewise.
32194         * lib/floor.c: Likewise.
32195         * lib/floorf.c: Likewise.
32196         * lib/floorl.c: Likewise.
32197         * lib/fopen-safer.c: Likewise.
32198         * lib/fopen.c: Likewise.
32199         * lib/fpending.c: Likewise.
32200         * lib/fpending.h: Likewise.
32201         * lib/fprintf.c: Likewise.
32202         * lib/fprintftime.h: Likewise.
32203         * lib/fpucw.h: Likewise.
32204         * lib/fpurge.c: Likewise.
32205         * lib/fpurge.h: Likewise.
32206         * lib/freadable.c: Likewise.
32207         * lib/freadable.h: Likewise.
32208         * lib/freadahead.c: Likewise.
32209         * lib/freadahead.h: Likewise.
32210         * lib/freading.c: Likewise.
32211         * lib/freading.h: Likewise.
32212         * lib/free.c: Likewise.
32213         * lib/freopen.c: Likewise.
32214         * lib/frexp.c: Likewise.
32215         * lib/frexpl.c: Likewise.
32216         * lib/fseek.c: Likewise.
32217         * lib/fseterr.c: Likewise.
32218         * lib/fseterr.h: Likewise.
32219         * lib/fstatat.c: Likewise.
32220         * lib/fstrcmp.c: Likewise.
32221         * lib/fstrcmp.h: Likewise.
32222         * lib/fsusage.c: Likewise.
32223         * lib/fsusage.h: Likewise.
32224         * lib/ftell.c: Likewise.
32225         * lib/ftello.c: Likewise.
32226         * lib/fts-cycle.c: Likewise.
32227         * lib/fts.c: Likewise.
32228         * lib/fts_.h: Likewise.
32229         * lib/full-read.c: Likewise.
32230         * lib/full-read.h: Likewise.
32231         * lib/full-write.c: Likewise.
32232         * lib/full-write.h: Likewise.
32233         * lib/fwritable.c: Likewise.
32234         * lib/fwritable.h: Likewise.
32235         * lib/fwriteerror.c: Likewise.
32236         * lib/fwriteerror.h: Likewise.
32237         * lib/fwriting.c: Likewise.
32238         * lib/fwriting.h: Likewise.
32239         * lib/gcd.c: Likewise.
32240         * lib/gcd.h: Likewise.
32241         * lib/getcwd.c: Likewise.
32242         * lib/getdate.h: Likewise.
32243         * lib/getdate.y: Likewise.
32244         * lib/getdomainname.c: Likewise.
32245         * lib/getdomainname.h: Likewise.
32246         * lib/getgroups.c: Likewise.
32247         * lib/gethostname.c: Likewise.
32248         * lib/gethrxtime.c: Likewise.
32249         * lib/gethrxtime.h: Likewise.
32250         * lib/getloadavg.c: Likewise.
32251         * lib/getndelim2.c: Likewise.
32252         * lib/getndelim2.h: Likewise.
32253         * lib/getnline.c: Likewise.
32254         * lib/getnline.h: Likewise.
32255         * lib/getopt.c: Likewise.
32256         * lib/getopt.in.h: Likewise.
32257         * lib/getopt1.c: Likewise.
32258         * lib/getopt_int.h: Likewise.
32259         * lib/getpagesize.h: Likewise.
32260         * lib/getsubopt.c: Likewise.
32261         * lib/gettime.c: Likewise.
32262         * lib/getugroups.c: Likewise.
32263         * lib/getugroups.h: Likewise.
32264         * lib/getusershell.c: Likewise.
32265         * lib/gl_anyavltree_list1.h: Likewise.
32266         * lib/gl_anyavltree_list2.h: Likewise.
32267         * lib/gl_anyhash_list1.h: Likewise.
32268         * lib/gl_anyhash_list2.h: Likewise.
32269         * lib/gl_anylinked_list1.h: Likewise.
32270         * lib/gl_anylinked_list2.h: Likewise.
32271         * lib/gl_anyrbtree_list1.h: Likewise.
32272         * lib/gl_anyrbtree_list2.h: Likewise.
32273         * lib/gl_anytree_list1.h: Likewise.
32274         * lib/gl_anytree_list2.h: Likewise.
32275         * lib/gl_anytree_oset.h: Likewise.
32276         * lib/gl_anytreehash_list1.h: Likewise.
32277         * lib/gl_anytreehash_list2.h: Likewise.
32278         * lib/gl_array_list.c: Likewise.
32279         * lib/gl_array_list.h: Likewise.
32280         * lib/gl_array_oset.c: Likewise.
32281         * lib/gl_array_oset.h: Likewise.
32282         * lib/gl_avltree_list.c: Likewise.
32283         * lib/gl_avltree_list.h: Likewise.
32284         * lib/gl_avltree_oset.c: Likewise.
32285         * lib/gl_avltree_oset.h: Likewise.
32286         * lib/gl_avltreehash_list.c: Likewise.
32287         * lib/gl_avltreehash_list.h: Likewise.
32288         * lib/gl_carray_list.c: Likewise.
32289         * lib/gl_carray_list.h: Likewise.
32290         * lib/gl_linked_list.c: Likewise.
32291         * lib/gl_linked_list.h: Likewise.
32292         * lib/gl_linkedhash_list.c: Likewise.
32293         * lib/gl_linkedhash_list.h: Likewise.
32294         * lib/gl_list.c: Likewise.
32295         * lib/gl_list.h: Likewise.
32296         * lib/gl_oset.c: Likewise.
32297         * lib/gl_oset.h: Likewise.
32298         * lib/gl_rbtree_list.c: Likewise.
32299         * lib/gl_rbtree_list.h: Likewise.
32300         * lib/gl_rbtree_oset.c: Likewise.
32301         * lib/gl_rbtree_oset.h: Likewise.
32302         * lib/gl_rbtreehash_list.c: Likewise.
32303         * lib/gl_rbtreehash_list.h: Likewise.
32304         * lib/gl_sublist.c: Likewise.
32305         * lib/gl_sublist.h: Likewise.
32306         * lib/group-member.c: Likewise.
32307         * lib/group-member.h: Likewise.
32308         * lib/hard-locale.c: Likewise.
32309         * lib/hard-locale.h: Likewise.
32310         * lib/hash-pjw.c: Likewise.
32311         * lib/hash-pjw.h: Likewise.
32312         * lib/hash-triple.c: Likewise.
32313         * lib/hash.c: Likewise.
32314         * lib/hash.h: Likewise.
32315         * lib/human.c: Likewise.
32316         * lib/human.h: Likewise.
32317         * lib/i-ring.c: Likewise.
32318         * lib/i-ring.h: Likewise.
32319         * lib/idcache.c: Likewise.
32320         * lib/imaxabs.c: Likewise.
32321         * lib/imaxdiv.c: Likewise.
32322         * lib/inet_pton.c: Likewise.
32323         * lib/inet_pton.h: Likewise.
32324         * lib/intprops.h: Likewise.
32325         * lib/inttostr.c: Likewise.
32326         * lib/inttostr.h: Likewise.
32327         * lib/inttypes.in.h: Likewise.
32328         * lib/isapipe.c: Likewise.
32329         * lib/isdir.c: Likewise.
32330         * lib/isnan.c: Likewise.
32331         * lib/isnan.h: Likewise.
32332         * lib/isnanf.c: Likewise.
32333         * lib/isnanf.h: Likewise.
32334         * lib/isnanl-nolibm.h: Likewise.
32335         * lib/isnanl.c: Likewise.
32336         * lib/isnanl.h: Likewise.
32337         * lib/javacomp.c: Likewise.
32338         * lib/javacomp.h: Likewise.
32339         * lib/javaexec.c: Likewise.
32340         * lib/javaexec.h: Likewise.
32341         * lib/javaversion.c: Likewise.
32342         * lib/javaversion.h: Likewise.
32343         * lib/javaversion.java: Likewise.
32344         * lib/lbrkprop.h: Likewise.
32345         * lib/lchmod.h: Likewise.
32346         * lib/lchown.c: Likewise.
32347         * lib/ldexpl.c: Likewise.
32348         * lib/linebreak.c: Likewise.
32349         * lib/linebreak.h: Likewise.
32350         * lib/linebuffer.c: Likewise.
32351         * lib/linebuffer.h: Likewise.
32352         * lib/locale.in.h: Likewise.
32353         * lib/logl.c: Likewise.
32354         * lib/long-options.c: Likewise.
32355         * lib/long-options.h: Likewise.
32356         * lib/lstat.c: Likewise.
32357         * lib/lstat.h: Likewise.
32358         * lib/math.in.h: Likewise.
32359         * lib/mbchar.c: Likewise.
32360         * lib/mbchar.h: Likewise.
32361         * lib/mbfile.h: Likewise.
32362         * lib/mbiter.h: Likewise.
32363         * lib/mbscasecmp.c: Likewise.
32364         * lib/mbscasestr.c: Likewise.
32365         * lib/mbschr.c: Likewise.
32366         * lib/mbscspn.c: Likewise.
32367         * lib/mbslen.c: Likewise.
32368         * lib/mbsncasecmp.c: Likewise.
32369         * lib/mbsnlen.c: Likewise.
32370         * lib/mbspbrk.c: Likewise.
32371         * lib/mbspcasecmp.c: Likewise.
32372         * lib/mbsrchr.c: Likewise.
32373         * lib/mbssep.c: Likewise.
32374         * lib/mbsspn.c: Likewise.
32375         * lib/mbsstr.c: Likewise.
32376         * lib/mbstok_r.c: Likewise.
32377         * lib/mbswidth.c: Likewise.
32378         * lib/mbswidth.h: Likewise.
32379         * lib/mbuiter.h: Likewise.
32380         * lib/memcasecmp.c: Likewise.
32381         * lib/memcasecmp.h: Likewise.
32382         * lib/memchr.c: Likewise.
32383         * lib/memcmp.c: Likewise.
32384         * lib/memcoll.c: Likewise.
32385         * lib/memcoll.h: Likewise.
32386         * lib/memcpy.c: Likewise.
32387         * lib/memrchr.c: Likewise.
32388         * lib/mkancesdirs.c: Likewise.
32389         * lib/mkdir-p.c: Likewise.
32390         * lib/mkdir-p.h: Likewise.
32391         * lib/mkdir.c: Likewise.
32392         * lib/mkdirat.c: Likewise.
32393         * lib/mkdtemp.c: Likewise.
32394         * lib/mkstemp-safer.c: Likewise.
32395         * lib/mkstemp.c: Likewise.
32396         * lib/modechange.c: Likewise.
32397         * lib/modechange.h: Likewise.
32398         * lib/mountlist.c: Likewise.
32399         * lib/mountlist.h: Likewise.
32400         * lib/mpsort.c: Likewise.
32401         * lib/nanosleep.c: Likewise.
32402         * lib/obstack.c: Likewise.
32403         * lib/obstack.h: Likewise.
32404         * lib/open-safer.c: Likewise.
32405         * lib/open.c: Likewise.
32406         * lib/openat-die.c: Likewise.
32407         * lib/openat-priv.h: Likewise.
32408         * lib/openat-proc.c: Likewise.
32409         * lib/openat.c: Likewise.
32410         * lib/openat.h: Likewise.
32411         * lib/pagealign_alloc.c: Likewise.
32412         * lib/pagealign_alloc.h: Likewise.
32413         * lib/physmem.c: Likewise.
32414         * lib/physmem.h: Likewise.
32415         * lib/pipe-safer.c: Likewise.
32416         * lib/pipe.c: Likewise.
32417         * lib/pipe.h: Likewise.
32418         * lib/posixtm.c: Likewise.
32419         * lib/posixtm.h: Likewise.
32420         * lib/posixver.c: Likewise.
32421         * lib/printf-frexp.c: Likewise.
32422         * lib/printf-frexp.h: Likewise.
32423         * lib/printf-frexpl.c: Likewise.
32424         * lib/printf-frexpl.h: Likewise.
32425         * lib/printf.c: Likewise.
32426         * lib/progname.c: Likewise.
32427         * lib/progname.h: Likewise.
32428         * lib/progreloc.c: Likewise.
32429         * lib/putenv.c: Likewise.
32430         * lib/quote.c: Likewise.
32431         * lib/quote.h: Likewise.
32432         * lib/quotearg.c: Likewise.
32433         * lib/quotearg.h: Likewise.
32434         * lib/raise.c: Likewise.
32435         * lib/readline.c: Likewise.
32436         * lib/readline.h: Likewise.
32437         * lib/readlink.c: Likewise.
32438         * lib/readtokens.c: Likewise.
32439         * lib/readtokens.h: Likewise.
32440         * lib/readtokens0.c: Likewise.
32441         * lib/readtokens0.h: Likewise.
32442         * lib/readutmp.c: Likewise.
32443         * lib/readutmp.h: Likewise.
32444         * lib/realloc.c: Likewise.
32445         * lib/relocwrapper.c: Likewise.
32446         * lib/rename-dest-slash.c: Likewise.
32447         * lib/rename.c: Likewise.
32448         * lib/rmdir.c: Likewise.
32449         * lib/rpmatch.c: Likewise.
32450         * lib/safe-read.c: Likewise.
32451         * lib/safe-read.h: Likewise.
32452         * lib/safe-write.c: Likewise.
32453         * lib/safe-write.h: Likewise.
32454         * lib/same-inode.h: Likewise.
32455         * lib/same.c: Likewise.
32456         * lib/same.h: Likewise.
32457         * lib/save-cwd.c: Likewise.
32458         * lib/save-cwd.h: Likewise.
32459         * lib/savedir.c: Likewise.
32460         * lib/savedir.h: Likewise.
32461         * lib/savewd.c: Likewise.
32462         * lib/savewd.h: Likewise.
32463         * lib/search.in.h: Likewise.
32464         * lib/setenv.c: Likewise.
32465         * lib/setenv.h: Likewise.
32466         * lib/settime.c: Likewise.
32467         * lib/sh-quote.c: Likewise.
32468         * lib/sh-quote.h: Likewise.
32469         * lib/sig2str.c: Likewise.
32470         * lib/sig2str.h: Likewise.
32471         * lib/signal.in.h: Likewise.
32472         * lib/signbitd.c: Likewise.
32473         * lib/signbitf.c: Likewise.
32474         * lib/signbitl.c: Likewise.
32475         * lib/sigprocmask.c: Likewise.
32476         * lib/sincosl.c: Likewise.
32477         * lib/sleep.c: Likewise.
32478         * lib/sprintf.c: Likewise.
32479         * lib/sqrtl.c: Likewise.
32480         * lib/stat-time.h: Likewise.
32481         * lib/stdio--.h: Likewise.
32482         * lib/stdio-safer.h: Likewise.
32483         * lib/stdlib--.h: Likewise.
32484         * lib/stdlib-safer.h: Likewise.
32485         * lib/stdlib.in.h: Likewise.
32486         * lib/stpcpy.c: Likewise.
32487         * lib/stpncpy.c: Likewise.
32488         * lib/strchrnul.c: Likewise.
32489         * lib/strcspn.c: Likewise.
32490         * lib/strerror.c: Likewise.
32491         * lib/strftime.c: Likewise.
32492         * lib/strftime.h: Likewise.
32493         * lib/striconveh.c: Likewise.
32494         * lib/striconveh.h: Likewise.
32495         * lib/striconveha.c: Likewise.
32496         * lib/striconveha.h: Likewise.
32497         * lib/stripslash.c: Likewise.
32498         * lib/strnlen1.c: Likewise.
32499         * lib/strnlen1.h: Likewise.
32500         * lib/strtod.c: Likewise.
32501         * lib/strtoimax.c: Likewise.
32502         * lib/strtok_r.c: Likewise.
32503         * lib/strtol.c: Likewise.
32504         * lib/strtoll.c: Likewise.
32505         * lib/strtoul.c: Likewise.
32506         * lib/strtoull.c: Likewise.
32507         * lib/sysexits.in.h: Likewise.
32508         * lib/tempname.c: Likewise.
32509         * lib/tempname.h: Likewise.
32510         * lib/timespec.h: Likewise.
32511         * lib/tls.c: Likewise.
32512         * lib/tls.h: Likewise.
32513         * lib/tmpdir.c: Likewise.
32514         * lib/tmpdir.h: Likewise.
32515         * lib/tmpfile-safer.c: Likewise.
32516         * lib/tmpfile.c: Likewise.
32517         * lib/trigl.c: Likewise.
32518         * lib/trigl.h: Likewise.
32519         * lib/trim.c: Likewise.
32520         * lib/trim.h: Likewise.
32521         * lib/trunc.c: Likewise.
32522         * lib/truncf.c: Likewise.
32523         * lib/truncl.c: Likewise.
32524         * lib/tsearch.c: Likewise.
32525         * lib/unicodeio.c: Likewise.
32526         * lib/unicodeio.h: Likewise.
32527         * lib/unistd--.h: Likewise.
32528         * lib/unistd-safer.h: Likewise.
32529         * lib/unistdio/ulc-fprintf.c: Likewise.
32530         * lib/unistdio/ulc-vfprintf.c: Likewise.
32531         * lib/unlinkdir.c: Likewise.
32532         * lib/unlinkdir.h: Likewise.
32533         * lib/unlocked-io.h: Likewise.
32534         * lib/unsetenv.c: Likewise.
32535         * lib/userspec.c: Likewise.
32536         * lib/utime.c: Likewise.
32537         * lib/utimecmp.c: Likewise.
32538         * lib/utimecmp.h: Likewise.
32539         * lib/utimens.c: Likewise.
32540         * lib/verify.h: Likewise.
32541         * lib/verror.c: Likewise.
32542         * lib/verror.h: Likewise.
32543         * lib/version-etc-fsf.c: Likewise.
32544         * lib/version-etc.c: Likewise.
32545         * lib/version-etc.h: Likewise.
32546         * lib/vfprintf.c: Likewise.
32547         * lib/vprintf.c: Likewise.
32548         * lib/vsprintf.c: Likewise.
32549         * lib/w32spawn.h: Likewise.
32550         * lib/wait-process.c: Likewise.
32551         * lib/wait-process.h: Likewise.
32552         * lib/wcwidth.c: Likewise.
32553         * lib/write-any-file.c: Likewise.
32554         * lib/xalloc-die.c: Likewise.
32555         * lib/xalloc.h: Likewise.
32556         * lib/xasprintf.c: Likewise.
32557         * lib/xgetcwd.c: Likewise.
32558         * lib/xgetcwd.h: Likewise.
32559         * lib/xgetdomainname.c: Likewise.
32560         * lib/xgetdomainname.h: Likewise.
32561         * lib/xgethostname.c: Likewise.
32562         * lib/xmalloc.c: Likewise.
32563         * lib/xmalloca.c: Likewise.
32564         * lib/xmalloca.h: Likewise.
32565         * lib/xmemcoll.c: Likewise.
32566         * lib/xnanosleep.c: Likewise.
32567         * lib/xreadlink.c: Likewise.
32568         * lib/xreadlink.h: Likewise.
32569         * lib/xsetenv.c: Likewise.
32570         * lib/xsetenv.h: Likewise.
32571         * lib/xstriconv.c: Likewise.
32572         * lib/xstriconv.h: Likewise.
32573         * lib/xstrndup.c: Likewise.
32574         * lib/xstrndup.h: Likewise.
32575         * lib/xstrtod.c: Likewise.
32576         * lib/xstrtod.h: Likewise.
32577         * lib/xstrtol-error.c: Likewise.
32578         * lib/xstrtol.c: Likewise.
32579         * lib/xstrtol.h: Likewise.
32580         * lib/xtime.h: Likewise.
32581         * lib/xvasprintf.c: Likewise.
32582         * lib/xvasprintf.h: Likewise.
32583         * lib/yesno.c: Likewise.
32584         * lib/yesno.h: Likewise.
32585         * posix-modules: Likewise.
32586         * tests/test-alloca-opt.c: Likewise.
32587         * tests/test-arcfour.c: Likewise.
32588         * tests/test-arctwo.c: Likewise.
32589         * tests/test-argmatch.c: Likewise.
32590         * tests/test-argp-2.sh: Likewise.
32591         * tests/test-argp.c: Likewise.
32592         * tests/test-arpa_inet.c: Likewise.
32593         * tests/test-array_list.c: Likewise.
32594         * tests/test-array_oset.c: Likewise.
32595         * tests/test-atexit.c: Likewise.
32596         * tests/test-avltree_list.c: Likewise.
32597         * tests/test-avltree_oset.c: Likewise.
32598         * tests/test-avltreehash_list.c: Likewise.
32599         * tests/test-base64.c: Likewise.
32600         * tests/test-binary-io.c: Likewise.
32601         * tests/test-byteswap.c: Likewise.
32602         * tests/test-c-ctype.c: Likewise.
32603         * tests/test-c-strcasecmp.c: Likewise.
32604         * tests/test-c-strcasestr.c: Likewise.
32605         * tests/test-c-strncasecmp.c: Likewise.
32606         * tests/test-c-strstr.c: Likewise.
32607         * tests/test-canonicalize-lgpl.c: Likewise.
32608         * tests/test-canonicalize.c: Likewise.
32609         * tests/test-carray_list.c: Likewise.
32610         * tests/test-ceilf.c: Likewise.
32611         * tests/test-ceill.c: Likewise.
32612         * tests/test-count-one-bits.c: Likewise.
32613         * tests/test-crc.c: Likewise.
32614         * tests/test-dirname.c: Likewise.
32615         * tests/test-fbufmode.c: Likewise.
32616         * tests/test-fcntl.c: Likewise.
32617         * tests/test-fflush.c: Likewise.
32618         * tests/test-floorf.c: Likewise.
32619         * tests/test-floorl.c: Likewise.
32620         * tests/test-fopen.c: Likewise.
32621         * tests/test-fprintf-posix.c: Likewise.
32622         * tests/test-fprintf-posix.h: Likewise.
32623         * tests/test-fpurge.c: Likewise.
32624         * tests/test-freadable.c: Likewise.
32625         * tests/test-freadahead.c: Likewise.
32626         * tests/test-freading.c: Likewise.
32627         * tests/test-freopen.c: Likewise.
32628         * tests/test-frexp.c: Likewise.
32629         * tests/test-frexpl.c: Likewise.
32630         * tests/test-fseek.c: Likewise.
32631         * tests/test-fseeko.c: Likewise.
32632         * tests/test-fseterr.c: Likewise.
32633         * tests/test-fstrcmp.c: Likewise.
32634         * tests/test-ftell.c: Likewise.
32635         * tests/test-ftello.c: Likewise.
32636         * tests/test-fwritable.c: Likewise.
32637         * tests/test-fwriting.c: Likewise.
32638         * tests/test-getaddrinfo.c: Likewise.
32639         * tests/test-getpass.c: Likewise.
32640         * tests/test-gettimeofday.c: Likewise.
32641         * tests/test-hmac-md5.c: Likewise.
32642         * tests/test-hmac-sha1.c: Likewise.
32643         * tests/test-iconv.c: Likewise.
32644         * tests/test-iconvme.c: Likewise.
32645         * tests/test-inttypes.c: Likewise.
32646         * tests/test-isnan.c: Likewise.
32647         * tests/test-isnanf.c: Likewise.
32648         * tests/test-isnanl-nolibm.c: Likewise.
32649         * tests/test-isnanl.c: Likewise.
32650         * tests/test-isnanl.h: Likewise.
32651         * tests/test-ldexpl.c: Likewise.
32652         * tests/test-linked_list.c: Likewise.
32653         * tests/test-linkedhash_list.c: Likewise.
32654         * tests/test-locale.c: Likewise.
32655         * tests/test-localename.c: Likewise.
32656         * tests/test-lock.c: Likewise.
32657         * tests/test-lseek.c: Likewise.
32658         * tests/test-malloca.c: Likewise.
32659         * tests/test-math.c: Likewise.
32660         * tests/test-mbscasecmp.c: Likewise.
32661         * tests/test-mbscasestr1.c: Likewise.
32662         * tests/test-mbscasestr2.c: Likewise.
32663         * tests/test-mbscasestr3.c: Likewise.
32664         * tests/test-mbscasestr4.c: Likewise.
32665         * tests/test-mbschr.c: Likewise.
32666         * tests/test-mbscspn.c: Likewise.
32667         * tests/test-mbsncasecmp.c: Likewise.
32668         * tests/test-mbspbrk.c: Likewise.
32669         * tests/test-mbspcasecmp.c: Likewise.
32670         * tests/test-mbsrchr.c: Likewise.
32671         * tests/test-mbsspn.c: Likewise.
32672         * tests/test-mbsstr1.c: Likewise.
32673         * tests/test-mbsstr2.c: Likewise.
32674         * tests/test-mbsstr3.c: Likewise.
32675         * tests/test-md5.c: Likewise.
32676         * tests/test-memmem.c: Likewise.
32677         * tests/test-netinet_in.c: Likewise.
32678         * tests/test-open.c: Likewise.
32679         * tests/test-printf-frexp.c: Likewise.
32680         * tests/test-printf-frexpl.c: Likewise.
32681         * tests/test-printf-posix.c: Likewise.
32682         * tests/test-printf-posix.h: Likewise.
32683         * tests/test-rbtree_list.c: Likewise.
32684         * tests/test-rbtree_oset.c: Likewise.
32685         * tests/test-rbtreehash_list.c: Likewise.
32686         * tests/test-read-file.c: Likewise.
32687         * tests/test-rijndael.c: Likewise.
32688         * tests/test-search.c: Likewise.
32689         * tests/test-signbit.c: Likewise.
32690         * tests/test-sleep.c: Likewise.
32691         * tests/test-snprintf-posix.c: Likewise.
32692         * tests/test-snprintf-posix.h: Likewise.
32693         * tests/test-snprintf.c: Likewise.
32694         * tests/test-sprintf-posix.c: Likewise.
32695         * tests/test-sprintf-posix.h: Likewise.
32696         * tests/test-stat-time.c: Likewise.
32697         * tests/test-stdbool.c: Likewise.
32698         * tests/test-stdint.c: Likewise.
32699         * tests/test-stdio.c: Likewise.
32700         * tests/test-stdlib.c: Likewise.
32701         * tests/test-stpncpy.c: Likewise.
32702         * tests/test-strcasestr.c: Likewise.
32703         * tests/test-striconv.c: Likewise.
32704         * tests/test-striconveh.c: Likewise.
32705         * tests/test-striconveha.c: Likewise.
32706         * tests/test-string.c: Likewise.
32707         * tests/test-sys_select.c: Likewise.
32708         * tests/test-sys_socket.c: Likewise.
32709         * tests/test-sys_stat.c: Likewise.
32710         * tests/test-sys_time.c: Likewise.
32711         * tests/test-sysexits.c: Likewise.
32712         * tests/test-time.c: Likewise.
32713         * tests/test-tls.c: Likewise.
32714         * tests/test-trunc.c: Likewise.
32715         * tests/test-truncf.c: Likewise.
32716         * tests/test-truncl.c: Likewise.
32717         * tests/test-unistd.c: Likewise.
32718         * tests/test-vasnprintf-posix.c: Likewise.
32719         * tests/test-vasnprintf-posix2.c: Likewise.
32720         * tests/test-vasnprintf.c: Likewise.
32721         * tests/test-vasprintf-posix.c: Likewise.
32722         * tests/test-vasprintf.c: Likewise.
32723         * tests/test-verify.c: Likewise.
32724         * tests/test-vfprintf-posix.c: Likewise.
32725         * tests/test-vprintf-posix.c: Likewise.
32726         * tests/test-vsnprintf-posix.c: Likewise.
32727         * tests/test-vsnprintf.c: Likewise.
32728         * tests/test-vsprintf-posix.c: Likewise.
32729         * tests/test-wchar.c: Likewise.
32730         * tests/test-wctype.c: Likewise.
32731         * tests/test-wcwidth.c: Likewise.
32732         * tests/test-xstrtol.c: Likewise.
32733         * tests/test-xvasprintf.c: Likewise.
32734         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
32735         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
32736         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
32737         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
32738         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
32739         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
32740         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
32741         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
32742         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
32743         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
32744         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
32745         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
32746         * tests/uniname/test-uninames.c: Likewise.
32747         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
32748         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
32749         * tests/unistdio/test-u16-printf1.h: Likewise.
32750         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
32751         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
32752         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
32753         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
32754         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
32755         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
32756         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
32757         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
32758         * tests/unistdio/test-u32-printf1.h: Likewise.
32759         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
32760         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
32761         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
32762         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
32763         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
32764         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
32765         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
32766         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
32767         * tests/unistdio/test-u8-printf1.h: Likewise.
32768         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
32769         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
32770         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
32771         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
32772         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
32773         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
32774         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
32775         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
32776         * tests/unistdio/test-ulc-printf1.h: Likewise.
32777         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
32778         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
32779         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
32780         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
32781         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
32782         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
32783         * tests/uniwidth/test-u16-strwidth.c: Likewise.
32784         * tests/uniwidth/test-u16-width.c: Likewise.
32785         * tests/uniwidth/test-u32-strwidth.c: Likewise.
32786         * tests/uniwidth/test-u32-width.c: Likewise.
32787         * tests/uniwidth/test-u8-strwidth.c: Likewise.
32788         * tests/uniwidth/test-u8-width.c: Likewise.
32789         * tests/uniwidth/test-uc_width.c: Likewise.
32790         * config/srclist-update: Likewise.
32791         (fixlicense): Update to GPLv3+.
32792
32793         Change copyright notice from LGPLv2.1+ to LGPLv3+.
32794         * tests/test-tsearch.c: Change copyright notice.
32795
32796         Change copyright notice from LGPLv2.0+ to LGPLv3+.
32797         * lib/c-strcaseeq.h: Change copyright notice.
32798         * lib/streq.h: Likewise.
32799         * lib/uniconv.h: Likewise.
32800         * lib/uniconv/u-conv-from-enc.h: Likewise.
32801         * lib/uniconv/u-conv-to-enc.h: Likewise.
32802         * lib/uniconv/u-strconv-from-enc.h: Likewise.
32803         * lib/uniconv/u-strconv-to-enc.h: Likewise.
32804         * lib/uniconv/u16-conv-from-enc.c: Likewise.
32805         * lib/uniconv/u16-conv-to-enc.c: Likewise.
32806         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
32807         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
32808         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
32809         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
32810         * lib/uniconv/u32-conv-from-enc.c: Likewise.
32811         * lib/uniconv/u32-conv-to-enc.c: Likewise.
32812         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
32813         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
32814         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
32815         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
32816         * lib/uniconv/u8-conv-from-enc.c: Likewise.
32817         * lib/uniconv/u8-conv-to-enc.c: Likewise.
32818         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
32819         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
32820         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
32821         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
32822         * lib/uniname.h: Likewise.
32823         * lib/uniname/uniname.c: Likewise.
32824         * lib/unistdio.h: Likewise.
32825         * lib/unistdio/u-asnprintf.h: Likewise.
32826         * lib/unistdio/u-asprintf.h: Likewise.
32827         * lib/unistdio/u-printf-args.c: Likewise.
32828         * lib/unistdio/u-printf-args.h: Likewise.
32829         * lib/unistdio/u-printf-parse.h: Likewise.
32830         * lib/unistdio/u-snprintf.h: Likewise.
32831         * lib/unistdio/u-sprintf.h: Likewise.
32832         * lib/unistdio/u-vasprintf.h: Likewise.
32833         * lib/unistdio/u-vsnprintf.h: Likewise.
32834         * lib/unistdio/u-vsprintf.h: Likewise.
32835         * lib/unistdio/u16-asnprintf.c: Likewise.
32836         * lib/unistdio/u16-asprintf.c: Likewise.
32837         * lib/unistdio/u16-printf-parse.c: Likewise.
32838         * lib/unistdio/u16-snprintf.c: Likewise.
32839         * lib/unistdio/u16-sprintf.c: Likewise.
32840         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
32841         * lib/unistdio/u16-u16-asprintf.c: Likewise.
32842         * lib/unistdio/u16-u16-snprintf.c: Likewise.
32843         * lib/unistdio/u16-u16-sprintf.c: Likewise.
32844         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
32845         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
32846         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
32847         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
32848         * lib/unistdio/u16-vasnprintf.c: Likewise.
32849         * lib/unistdio/u16-vasprintf.c: Likewise.
32850         * lib/unistdio/u16-vsnprintf.c: Likewise.
32851         * lib/unistdio/u16-vsprintf.c: Likewise.
32852         * lib/unistdio/u32-asnprintf.c: Likewise.
32853         * lib/unistdio/u32-asprintf.c: Likewise.
32854         * lib/unistdio/u32-printf-parse.c: Likewise.
32855         * lib/unistdio/u32-snprintf.c: Likewise.
32856         * lib/unistdio/u32-sprintf.c: Likewise.
32857         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
32858         * lib/unistdio/u32-u32-asprintf.c: Likewise.
32859         * lib/unistdio/u32-u32-snprintf.c: Likewise.
32860         * lib/unistdio/u32-u32-sprintf.c: Likewise.
32861         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
32862         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
32863         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
32864         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
32865         * lib/unistdio/u32-vasnprintf.c: Likewise.
32866         * lib/unistdio/u32-vasprintf.c: Likewise.
32867         * lib/unistdio/u32-vsnprintf.c: Likewise.
32868         * lib/unistdio/u32-vsprintf.c: Likewise.
32869         * lib/unistdio/u8-asnprintf.c: Likewise.
32870         * lib/unistdio/u8-asprintf.c: Likewise.
32871         * lib/unistdio/u8-printf-parse.c: Likewise.
32872         * lib/unistdio/u8-snprintf.c: Likewise.
32873         * lib/unistdio/u8-sprintf.c: Likewise.
32874         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
32875         * lib/unistdio/u8-u8-asprintf.c: Likewise.
32876         * lib/unistdio/u8-u8-snprintf.c: Likewise.
32877         * lib/unistdio/u8-u8-sprintf.c: Likewise.
32878         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
32879         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
32880         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
32881         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
32882         * lib/unistdio/u8-vasnprintf.c: Likewise.
32883         * lib/unistdio/u8-vasprintf.c: Likewise.
32884         * lib/unistdio/u8-vsnprintf.c: Likewise.
32885         * lib/unistdio/u8-vsprintf.c: Likewise.
32886         * lib/unistdio/ulc-asnprintf.c: Likewise.
32887         * lib/unistdio/ulc-asprintf.c: Likewise.
32888         * lib/unistdio/ulc-printf-parse.c: Likewise.
32889         * lib/unistdio/ulc-snprintf.c: Likewise.
32890         * lib/unistdio/ulc-sprintf.c: Likewise.
32891         * lib/unistdio/ulc-vasnprintf.c: Likewise.
32892         * lib/unistdio/ulc-vasprintf.c: Likewise.
32893         * lib/unistdio/ulc-vsnprintf.c: Likewise.
32894         * lib/unistdio/ulc-vsprintf.c: Likewise.
32895         * lib/unistr.h: Likewise.
32896         * lib/unistr/u-cpy-alloc.h: Likewise.
32897         * lib/unistr/u-cpy.h: Likewise.
32898         * lib/unistr/u-endswith.h: Likewise.
32899         * lib/unistr/u-move.h: Likewise.
32900         * lib/unistr/u-set.h: Likewise.
32901         * lib/unistr/u-startswith.h: Likewise.
32902         * lib/unistr/u-stpcpy.h: Likewise.
32903         * lib/unistr/u-stpncpy.h: Likewise.
32904         * lib/unistr/u-strcat.h: Likewise.
32905         * lib/unistr/u-strcpy.h: Likewise.
32906         * lib/unistr/u-strcspn.h: Likewise.
32907         * lib/unistr/u-strdup.h: Likewise.
32908         * lib/unistr/u-strlen.h: Likewise.
32909         * lib/unistr/u-strncat.h: Likewise.
32910         * lib/unistr/u-strncpy.h: Likewise.
32911         * lib/unistr/u-strnlen.h: Likewise.
32912         * lib/unistr/u-strpbrk.h: Likewise.
32913         * lib/unistr/u-strspn.h: Likewise.
32914         * lib/unistr/u-strstr.h: Likewise.
32915         * lib/unistr/u-strtok.h: Likewise.
32916         * lib/unistr/u16-check.c: Likewise.
32917         * lib/unistr/u16-chr.c: Likewise.
32918         * lib/unistr/u16-cmp.c: Likewise.
32919         * lib/unistr/u16-cpy-alloc.c: Likewise.
32920         * lib/unistr/u16-cpy.c: Likewise.
32921         * lib/unistr/u16-endswith.c: Likewise.
32922         * lib/unistr/u16-mblen.c: Likewise.
32923         * lib/unistr/u16-mbsnlen.c: Likewise.
32924         * lib/unistr/u16-mbtouc-aux.c: Likewise.
32925         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
32926         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
32927         * lib/unistr/u16-mbtouc.c: Likewise.
32928         * lib/unistr/u16-mbtoucr.c: Likewise.
32929         * lib/unistr/u16-move.c: Likewise.
32930         * lib/unistr/u16-next.c: Likewise.
32931         * lib/unistr/u16-prev.c: Likewise.
32932         * lib/unistr/u16-set.c: Likewise.
32933         * lib/unistr/u16-startswith.c: Likewise.
32934         * lib/unistr/u16-stpcpy.c: Likewise.
32935         * lib/unistr/u16-stpncpy.c: Likewise.
32936         * lib/unistr/u16-strcat.c: Likewise.
32937         * lib/unistr/u16-strchr.c: Likewise.
32938         * lib/unistr/u16-strcmp.c: Likewise.
32939         * lib/unistr/u16-strcpy.c: Likewise.
32940         * lib/unistr/u16-strcspn.c: Likewise.
32941         * lib/unistr/u16-strdup.c: Likewise.
32942         * lib/unistr/u16-strlen.c: Likewise.
32943         * lib/unistr/u16-strmblen.c: Likewise.
32944         * lib/unistr/u16-strmbtouc.c: Likewise.
32945         * lib/unistr/u16-strncat.c: Likewise.
32946         * lib/unistr/u16-strncmp.c: Likewise.
32947         * lib/unistr/u16-strncpy.c: Likewise.
32948         * lib/unistr/u16-strnlen.c: Likewise.
32949         * lib/unistr/u16-strpbrk.c: Likewise.
32950         * lib/unistr/u16-strrchr.c: Likewise.
32951         * lib/unistr/u16-strspn.c: Likewise.
32952         * lib/unistr/u16-strstr.c: Likewise.
32953         * lib/unistr/u16-strtok.c: Likewise.
32954         * lib/unistr/u16-to-u32.c: Likewise.
32955         * lib/unistr/u16-to-u8.c: Likewise.
32956         * lib/unistr/u16-uctomb-aux.c: Likewise.
32957         * lib/unistr/u16-uctomb.c: Likewise.
32958         * lib/unistr/u32-check.c: Likewise.
32959         * lib/unistr/u32-chr.c: Likewise.
32960         * lib/unistr/u32-cmp.c: Likewise.
32961         * lib/unistr/u32-cpy-alloc.c: Likewise.
32962         * lib/unistr/u32-cpy.c: Likewise.
32963         * lib/unistr/u32-endswith.c: Likewise.
32964         * lib/unistr/u32-mblen.c: Likewise.
32965         * lib/unistr/u32-mbsnlen.c: Likewise.
32966         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
32967         * lib/unistr/u32-mbtouc.c: Likewise.
32968         * lib/unistr/u32-mbtoucr.c: Likewise.
32969         * lib/unistr/u32-move.c: Likewise.
32970         * lib/unistr/u32-next.c: Likewise.
32971         * lib/unistr/u32-prev.c: Likewise.
32972         * lib/unistr/u32-set.c: Likewise.
32973         * lib/unistr/u32-startswith.c: Likewise.
32974         * lib/unistr/u32-stpcpy.c: Likewise.
32975         * lib/unistr/u32-stpncpy.c: Likewise.
32976         * lib/unistr/u32-strcat.c: Likewise.
32977         * lib/unistr/u32-strchr.c: Likewise.
32978         * lib/unistr/u32-strcmp.c: Likewise.
32979         * lib/unistr/u32-strcpy.c: Likewise.
32980         * lib/unistr/u32-strcspn.c: Likewise.
32981         * lib/unistr/u32-strdup.c: Likewise.
32982         * lib/unistr/u32-strlen.c: Likewise.
32983         * lib/unistr/u32-strmblen.c: Likewise.
32984         * lib/unistr/u32-strmbtouc.c: Likewise.
32985         * lib/unistr/u32-strncat.c: Likewise.
32986         * lib/unistr/u32-strncmp.c: Likewise.
32987         * lib/unistr/u32-strncpy.c: Likewise.
32988         * lib/unistr/u32-strnlen.c: Likewise.
32989         * lib/unistr/u32-strpbrk.c: Likewise.
32990         * lib/unistr/u32-strrchr.c: Likewise.
32991         * lib/unistr/u32-strspn.c: Likewise.
32992         * lib/unistr/u32-strstr.c: Likewise.
32993         * lib/unistr/u32-strtok.c: Likewise.
32994         * lib/unistr/u32-to-u16.c: Likewise.
32995         * lib/unistr/u32-to-u8.c: Likewise.
32996         * lib/unistr/u32-uctomb.c: Likewise.
32997         * lib/unistr/u8-check.c: Likewise.
32998         * lib/unistr/u8-chr.c: Likewise.
32999         * lib/unistr/u8-cmp.c: Likewise.
33000         * lib/unistr/u8-cpy-alloc.c: Likewise.
33001         * lib/unistr/u8-cpy.c: Likewise.
33002         * lib/unistr/u8-endswith.c: Likewise.
33003         * lib/unistr/u8-mblen.c: Likewise.
33004         * lib/unistr/u8-mbsnlen.c: Likewise.
33005         * lib/unistr/u8-mbtouc-aux.c: Likewise.
33006         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
33007         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
33008         * lib/unistr/u8-mbtouc.c: Likewise.
33009         * lib/unistr/u8-mbtoucr.c: Likewise.
33010         * lib/unistr/u8-move.c: Likewise.
33011         * lib/unistr/u8-next.c: Likewise.
33012         * lib/unistr/u8-prev.c: Likewise.
33013         * lib/unistr/u8-set.c: Likewise.
33014         * lib/unistr/u8-startswith.c: Likewise.
33015         * lib/unistr/u8-stpcpy.c: Likewise.
33016         * lib/unistr/u8-stpncpy.c: Likewise.
33017         * lib/unistr/u8-strcat.c: Likewise.
33018         * lib/unistr/u8-strchr.c: Likewise.
33019         * lib/unistr/u8-strcmp.c: Likewise.
33020         * lib/unistr/u8-strcpy.c: Likewise.
33021         * lib/unistr/u8-strcspn.c: Likewise.
33022         * lib/unistr/u8-strdup.c: Likewise.
33023         * lib/unistr/u8-strlen.c: Likewise.
33024         * lib/unistr/u8-strmblen.c: Likewise.
33025         * lib/unistr/u8-strmbtouc.c: Likewise.
33026         * lib/unistr/u8-strncat.c: Likewise.
33027         * lib/unistr/u8-strncmp.c: Likewise.
33028         * lib/unistr/u8-strncpy.c: Likewise.
33029         * lib/unistr/u8-strnlen.c: Likewise.
33030         * lib/unistr/u8-strpbrk.c: Likewise.
33031         * lib/unistr/u8-strrchr.c: Likewise.
33032         * lib/unistr/u8-strspn.c: Likewise.
33033         * lib/unistr/u8-strstr.c: Likewise.
33034         * lib/unistr/u8-strtok.c: Likewise.
33035         * lib/unistr/u8-to-u16.c: Likewise.
33036         * lib/unistr/u8-to-u32.c: Likewise.
33037         * lib/unistr/u8-uctomb-aux.c: Likewise.
33038         * lib/unistr/u8-uctomb.c: Likewise.
33039         * lib/unitypes.h: Likewise.
33040         * lib/uniwidth.h: Likewise.
33041         * lib/uniwidth/cjk.h: Likewise.
33042         * lib/uniwidth/u16-strwidth.c: Likewise.
33043         * lib/uniwidth/u16-width.c: Likewise.
33044         * lib/uniwidth/u32-strwidth.c: Likewise.
33045         * lib/uniwidth/u32-width.c: Likewise.
33046         * lib/uniwidth/u8-strwidth.c: Likewise.
33047         * lib/uniwidth/u8-width.c: Likewise.
33048         * lib/uniwidth/width.c: Likewise.
33049
33050 2007-10-07  Bruno Haible  <bruno@clisp.org>
33051
33052         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
33053         The file is still under LGPL (see modules/inttypes).
33054
33055 2007-10-06  Bruno Haible  <bruno@clisp.org>
33056
33057         * modules/trunc (Dependencies): Add 'extensions'.
33058         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
33059         Reported by Ben Pfaff <blp@gnu.org>.
33060
33061 2007-10-06  Bruno Haible  <bruno@clisp.org>
33062
33063         * modules/freopen-tests: New file.
33064         * tests/test-freopen.c: New file.
33065
33066         * modules/fopen-tests: New file.
33067         * tests/test-fopen.c: New file.
33068
33069         * modules/fopen: New file.
33070         * lib/fopen.c: New file.
33071         * m4/fopen.m4: New file.
33072         * modules/freopen: New file.
33073         * lib/freopen.c: New file.
33074         * m4/freopen.m4: New file.
33075         * lib/stdio.in.h (fopen, freopen): New declarations.
33076         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
33077         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
33078         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
33079         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
33080         * doc/functions/fopen.texi: Mention the 'fopen' module.
33081         * doc/functions/freopen.texi: Mention the 'freopen' module.
33082
33083 2007-10-06  Bruno Haible  <bruno@clisp.org>
33084
33085         * modules/open-tests: New file.
33086         * tests/test-open.c: New file.
33087
33088         * modules/open: New file.
33089         * lib/open.c: New file.
33090         * m4/open.m4: New file.
33091         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
33092         lib/open.c does.
33093         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
33094         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
33095         macros.
33096         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
33097         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
33098         REPLACE_OPEN.
33099         * doc/functions/open.texi: Mention the 'open' module.
33100
33101 2007-10-04  Bruno Haible  <bruno@clisp.org>
33102
33103         * modules/ceill-tests: New file.
33104         * tests/test-ceill.c: New file.
33105
33106         * modules/ceill: New file.
33107         * lib/ceill.c: Replace entire file.
33108         * m4/ceill.m4: New file.
33109         * lib/math.in.h (ceill): Replace declaration.
33110         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
33111         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
33112         * doc/functions/ceill.texi: Mention the 'ceill' module.
33113         * modules/mathl (Files): Remove lib/ceill.c.
33114         (Depends-on): Add ceill.
33115
33116 2007-10-04  Bruno Haible  <bruno@clisp.org>
33117
33118         * modules/ceilf-tests: New file.
33119         * tests/test-ceilf.c: New file.
33120
33121         * modules/ceilf: New file.
33122         * lib/ceil.c: New file.
33123         * lib/ceilf.c: New file.
33124         * m4/ceilf.m4: New file.
33125         * lib/math.in.h (ceilf): New declaration.
33126         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
33127         HAVE_DECL_CEILF.
33128         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
33129         HAVE_DECL_CEILF.
33130         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
33131
33132 2007-10-04  Bruno Haible  <bruno@clisp.org>
33133
33134         * modules/floorl-tests: New file.
33135         * tests/test-floorl.c: New file.
33136
33137         * modules/floorl: New file.
33138         * lib/floorl.c: Replace entire file.
33139         * m4/floorl.m4: New file.
33140         * lib/math.in.h (floorl): Replace declaration.
33141         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
33142         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
33143         * doc/functions/floorl.texi: Mention the 'floorl' module.
33144         * modules/mathl (Files): Remove lib/floorl.c.
33145         (Depends-on): Add floorl.
33146
33147 2007-10-04  Bruno Haible  <bruno@clisp.org>
33148
33149         * modules/floorf-tests: New file.
33150         * tests/test-floorf.c: New file.
33151
33152         * modules/floorf: New file.
33153         * lib/floor.c: New file.
33154         * lib/floorf.c: New file.
33155         * m4/floorf.m4: New file.
33156         * lib/math.in.h (floorf): New declaration.
33157         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
33158         HAVE_DECL_FLOORF.
33159         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
33160         HAVE_DECL_FLOORF.
33161         * doc/functions/floorf.texi: Mention the 'floorf' module.
33162
33163 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
33164             Bruno Haible  <bruno@clisp.org>
33165
33166         Advertise for the Git server instead of the CVS server.
33167         * doc/gnulib-intro.texi (Steady Development): Mention the Git
33168         repository instead of the CVS one.
33169         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
33170         about all VCS systems generically.
33171         * doc/gnulib.texi (Introduction): Capitalize `Git'.
33172
33173 2007-10-04  Bruno Haible  <bruno@clisp.org>
33174
33175         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
33176         means.
33177         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
33178
33179 2007-10-04  Bruno Haible  <bruno@clisp.org>
33180
33181         * modules/truncl-tests: New file.
33182         * tests/test-truncl.c: New file.
33183
33184         * modules/truncl: New file.
33185         * lib/truncl.c: New file.
33186         * m4/truncl.m4: New file.
33187         * lib/math.in.h (truncl): New declaration.
33188         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
33189         HAVE_DECL_TRUNCL.
33190         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
33191         HAVE_DECL_TRUNCL.
33192         * doc/functions/truncl.texi: Mention the 'truncl' module.
33193
33194 2007-10-04  Bruno Haible  <bruno@clisp.org>
33195
33196         * modules/truncf-tests: New file.
33197         * tests/test-truncf.c: New file.
33198
33199         * modules/truncf: New file.
33200         * lib/trunc.c: Make paramerizable through USE_* macros.
33201         * lib/truncf.c: New file.
33202         * m4/truncf.m4: New file.
33203         * lib/math.in.h (truncf): New declaration.
33204         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
33205         HAVE_DECL_TRUNCF.
33206         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
33207         HAVE_DECL_TRUNCF.
33208         * doc/functions/truncf.texi: Mention the 'truncf' module.
33209
33210 2007-10-03  Bruno Haible  <bruno@clisp.org>
33211
33212         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
33213         augmentation also for tests modules.
33214         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
33215         * modules/atexit-tests (Makefile.am): Likewise.
33216         * modules/binary-io-tests (Makefile.am): Likewise.
33217         * modules/c-strcase-tests (Makefile.am): Likewise.
33218         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
33219         * modules/canonicalize-tests (Makefile.am): Likewise.
33220         * modules/closein-tests (Makefile.am): Likewise.
33221         * modules/fprintf-posix-tests (Makefile.am): Likewise.
33222         * modules/freadahead-tests (Makefile.am): Likewise.
33223         * modules/fseek-tests (Makefile.am): Likewise.
33224         * modules/fseeko-tests (Makefile.am): Likewise.
33225         * modules/ftell-tests (Makefile.am): Likewise.
33226         * modules/ftello-tests (Makefile.am): Likewise.
33227         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
33228         * modules/isnanl-tests (Makefile.am): Likewise.
33229         * modules/lseek-tests (Makefile.am): Likewise.
33230         * modules/mbscasecmp-tests (Makefile.am): Likewise.
33231         * modules/mbscasestr-tests (Makefile.am): Likewise.
33232         * modules/mbschr-tests (Makefile.am): Likewise.
33233         * modules/mbscspn-tests (Makefile.am): Likewise.
33234         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
33235         * modules/mbspbrk-tests (Makefile.am): Likewise.
33236         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
33237         * modules/mbsrchr-tests (Makefile.am): Likewise.
33238         * modules/mbsspn-tests (Makefile.am): Likewise.
33239         * modules/mbsstr-tests (Makefile.am): Likewise.
33240         * modules/printf-posix-tests (Makefile.am): Likewise.
33241         * modules/snprintf-posix-tests (Makefile.am): Likewise.
33242         * modules/sprintf-posix-tests (Makefile.am): Likewise.
33243         * modules/tsearch-tests (Makefile.am): Likewise.
33244         * modules/uniname/uniname-tests (Makefile.am): Likewise.
33245         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
33246         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
33247         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
33248         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
33249         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
33250         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
33251         * modules/vprintf-posix-tests (Makefile.am): Likewise.
33252         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
33253         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
33254         * modules/xstrtoimax-tests (Makefile.am): Likewise.
33255         * modules/xstrtol-tests (Makefile.am): Likewise.
33256         * modules/xstrtoumax-tests (Makefile.am): Likewise.
33257         * modules/yesno-tests (Makefile.am): Likewise.
33258
33259 2007-10-03  Bruno Haible  <bruno@clisp.org>
33260
33261         * modules/trunc-tests: New file.
33262         * tests/test-trunc.c: New file.
33263
33264         * modules/trunc: New file.
33265         * lib/trunc.c: New file.
33266         * m4/trunc.m4: New file.
33267         * lib/math.in.h (trunc): New declaration.
33268         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
33269         HAVE_DECL_TRUNC.
33270         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
33271         HAVE_DECL_TRUNC.
33272         * doc/functions/trunc.texi: Mention the 'trunc' module.
33273
33274 2007-10-03  Bruno Haible  <bruno@clisp.org>
33275
33276         * tests/test-fpending.c: New file, mostly copied
33277         from coreutils/lib/t-fpending.c.
33278         * modules/fpending-tests: New file.
33279
33280 2007-10-03  Bruno Haible  <bruno@clisp.org>
33281
33282         Port the stdio extensions to QNX (untested).
33283         * lib/fseterr.c (fseterr): Add support for QNX.
33284         * lib/fbufmode.c (fbufmode): Likewise.
33285         * lib/freadable.c (freadable): Likewise.
33286         * lib/fwritable.c (fwritable): Likewise.
33287         * lib/freading.c (freading): Likewise.
33288         * lib/fwriting.c (fwriting): Likewise.
33289         * lib/freadahead.c (freadahed): Likewise.
33290         * lib/fpurge.c (fpurge): Likewise.
33291         * lib/fseeko.c (rpl_fseeko): Likewise.
33292
33293 2007-10-03  Bruno Haible  <bruno@clisp.org>
33294             Jim Meyering  <jim@meyering.net>
33295             Eric Blake  <ebb9@byu.net>
33296
33297         * doc/relocatable.texi: Use @command instead of @program.
33298
33299 2007-10-02  Jim Meyering  <jim@meyering.net>
33300
33301         Perform one more "_.h" -> ".in.h" substitution.
33302         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
33303         instead of unistd_.h here, too.
33304
33305 2007-10-01  Bruno Haible  <bruno@clisp.org>
33306
33307         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
33308         Needed for the alloca-opt module.
33309
33310 2007-09-30  Bruno Haible  <bruno@clisp.org>
33311
33312         * lib/alloca.in.h: Renamed from lib/alloca_.h.
33313         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
33314         alloca_.h.
33315         * lib/argz.in.h: Renamed from lib/argz_.h.
33316         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
33317         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
33318         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
33319         byteswap_.h.
33320         * lib/dirent.in.h: Renamed from lib/dirent_.h.
33321         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
33322         dirent_.h.
33323         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
33324         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
33325         fcntl_.h.
33326         * lib/float.in.h: Renamed from lib/float_.h.
33327         * modules/float (Files, Makefile.am): Use float.in.h instead of
33328         float_.h.
33329         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
33330         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
33331         fnmatch_.h.
33332         * lib/getopt.in.h: Renamed from lib/getopt_.h.
33333         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
33334         getopt_.h.
33335         * lib/glob.in.h: Renamed from lib/glob_.h.
33336         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
33337         * lib/iconv.in.h: Renamed from lib/iconv_.h.
33338         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
33339         iconv_.h.
33340         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
33341         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
33342         inttypes_.h.
33343         * lib/locale.in.h: Renamed from lib/locale_.h.
33344         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
33345         locale_.h.
33346         * lib/math.in.h: Renamed from lib/math_.h.
33347         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
33348         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
33349         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
33350         of netinet_in_.h. Add dependency.
33351         * lib/poll.in.h: Renamed from lib/poll_.h.
33352         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
33353         * lib/search.in.h: Renamed from lib/search_.h.
33354         * modules/search (Files, Makefile.am): Use search.in.h instead of
33355         search_.h.
33356         * lib/signal.in.h: Renamed from lib/signal_.h.
33357         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
33358         _signal.h.
33359         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
33360         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
33361         stdbool_.h.
33362         * lib/stdint.in.h: Renamed from lib/stdint_.h.
33363         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
33364         stdint_.h.
33365         * lib/stdio.in.h: Renamed from lib/stdio_.h.
33366         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
33367         stdio_.h.
33368         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
33369         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
33370         stdlib_.h.
33371         * lib/string.in.h: Renamed from lib/string_.h.
33372         * modules/string (Files, Makefile.am): Use string.in.h instead of
33373         string_.h.
33374         * doc/gnulib-tool.texi (Initial import): Update.
33375         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
33376         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
33377         of sys_select_.h. Add dependency.
33378         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
33379         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
33380         of sys_socket_.h.
33381         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
33382         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
33383         sys_stat_.h.
33384         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
33385         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
33386         sys_time_.h.
33387         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
33388         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
33389         sysexits_.h.
33390         * lib/time.in.h: Renamed from lib/time_.h.
33391         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
33392         * lib/unistd.in.h: Renamed from lib/unistd_.h.
33393         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
33394         unistd_.h.
33395         * lib/wchar.in.h: Renamed from lib/wchar_.h.
33396         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
33397         wchar_.h.
33398         * lib/wctype.in.h: Renamed from lib/wctype_.h.
33399         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
33400         wctype_.h.
33401         * build-aux/bootstrap (slurp): Update.
33402         * lib/.cppi-disable: Update.
33403
33404 2007-09-30  Bruno Haible  <bruno@clisp.org>
33405
33406         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
33407         Needed on BeOS.
33408
33409 2007-09-30  Bruno Haible  <bruno@clisp.org>
33410
33411         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
33412
33413 2007-09-29  Bruno Haible  <bruno@clisp.org>
33414
33415         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
33416
33417 2007-09-29  Bruno Haible  <bruno@clisp.org>
33418
33419         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
33420         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
33421         * build-aux/install-reloc: Compile also areadlink.c.
33422         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
33423
33424 2007-09-29  Bruno Haible  <bruno@clisp.org>
33425
33426         * gnulib-tool (func_emit_initmacro_done): Indentation.
33427
33428 2007-09-29  Bruno Haible  <bruno@clisp.org>
33429
33430         * README: Add CVS checkout update instructions.
33431         Info from Bob Proulx <bob@proulx.com>.
33432
33433 2007-09-28  Eric Blake  <ebb9@byu.net>
33434
33435         Provide move-if-change.
33436         * build-aux/move-if-change: New file, based on best practice
33437         rather than any canonical upstream location.
33438
33439 2007-09-28  Jim Meyering  <jim@meyering.net>
33440
33441         Fix canonicalize loop-detection corner case.
33442         Do not attempt to stat the symlink values stored via seen_triple.
33443         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
33444         on linux-2.6.18, (but not 2.6.22).
33445         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
33446         triple_compare.  The former compares dev,ino,filename, while the latter
33447         would actually stat dirname(filename) when dev and ino were equal.
33448         * lib/hash-triple.c: Install <string.h>.
33449         (STREQ): Define.
33450         (triple_compare_ino_str): New function.
33451         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
33452
33453 2007-09-28  Eric Blake  <ebb9@byu.net>
33454
33455         Enforce that AC_REPLACE_FUNCS files exist.
33456         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
33457         override check for typos.
33458
33459         Fix test-closein on Solaris 10.
33460         * tests/test-closein.c (main): Don't assume stdin can be inherited
33461         closed on all systems.
33462         * tests/test-closein.sh: Likewise.
33463         Reported by Piotr Tarnowski.
33464
33465 2007-09-28  Jim Meyering  <jim@meyering.net>
33466
33467         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
33468
33469 2007-09-27  Jim Meyering  <jim@meyering.net>
33470
33471         canonicalize: Avoid a false-positive cycle failure.
33472         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
33473         Sort.  Remove cycle-check.
33474         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
33475         not cycle-check.h.
33476         (seen_triple): New function.
33477         (canonicalize_filename_mode): Use it instead of cycle-check.
33478         * tests/test-canonicalize.c: Add a test for this bug.
33479         * tests/test-canonicalize.sh: Set up and run the test.
33480
33481         New module, file-set, from coreutils.
33482         * modules/file-set: Define it.
33483         * lib/file-set.c, lib/file-set.h: Implement.
33484
33485         New module, hash-triple, from coreutils.
33486         * modules/hash-triple: Define it.
33487         * lib/hash-triple.c, lib/hash-triple.h: Implement.
33488
33489 2007-09-25  Eric Blake  <ebb9@byu.net>
33490
33491         Fix strerror on Interix.
33492         * lib/string_.h (strerror): Declare replacement.
33493         * doc/functions/strerror.texi (strerror): Document the Interix
33494         shortcoming.
33495         * modules/string (Makefile.am): Support new hooks.
33496         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
33497         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
33498         gl_FUNC_STRERROR_SEPARATE.
33499         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
33500         * lib/strerror.c (rpl_strerror): Provide replacement.
33501         * modules/strerror (Depends-on): Add string.
33502         (configure.ac): Detect use of module.
33503         * tests/test-strerror.c: New file.
33504         * modules/strerror-tests: New test module.
33505         * modules/argp (Depends-on): Add strerror.
33506         * modules/error (Depends-on): Likewise.
33507         Reported by Martin Koeppe.
33508
33509 2007-09-24  Bruno Haible  <bruno@clisp.org>
33510
33511         * README: Update git instructions.
33512
33513 2007-09-24  Eric Blake  <ebb9@byu.net>
33514
33515         Revert fpending breakage from 2007-09-08.
33516         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
33517         __fpending.c.
33518
33519 2007-09-24  Jim Meyering  <jim@meyering.net>
33520
33521         filenamecat.c: Add a test.
33522         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
33523         showing how the function works when DIR is the empty string.
33524
33525 2007-09-21  Simon Josefsson  <simon@josefsson.org>
33526
33527         * tests/test-canonicalize.sh: Turn on executable bit.
33528
33529 2007-09-19  Eric Blake  <ebb9@byu.net>
33530
33531         * README: Update CVS instructions.
33532
33533 2007-09-18  Bruno Haible  <bruno@clisp.org>
33534
33535         * modules/areadlink: New file.
33536         * lib/areadlink.h (areadlink): New declaration.
33537         * lib/areadlink.c: New file, based on lib/xreadlink.c.
33538
33539 2007-09-17  Jim Meyering  <jim@meyering.net>
33540
33541         * lib/savewd.c (ESTALE) [!defined]: Define.
33542         Reported to be required on Interix by Martin Koeppe.
33543
33544 2007-09-17  Bruno Haible  <bruno@clisp.org>
33545
33546         * gnulib-tool (func_version): Use $version.
33547
33548 2007-09-16  Bruno Haible  <bruno@clisp.org>
33549
33550         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
33551         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
33552         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
33553         Reported by Greg Schafer <gschafer@zip.com.au>.
33554
33555 2007-09-15  Bruno Haible  <bruno@clisp.org>
33556
33557         * gnulib-tool (sed): Try a little harder to make bash understand the
33558         alias.
33559         Reported by Bruce Korb <bruce.korb@gmail.com>.
33560
33561 2007-09-13  Eric Blake  <ebb9@byu.net>
33562
33563         * ChangeLog: Remove conflict markers.
33564
33565 2007-09-13  Simon Josefsson  <simon@josefsson.org>
33566
33567         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
33568         Reported by Bruno Haible <bruno@clisp.org>.
33569
33570 2007-09-12  Bruno Haible  <bruno@clisp.org>
33571
33572         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
33573         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
33574         is not defined.
33575
33576 2007-09-12  Eric Blake  <ebb9@byu.net>
33577
33578         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
33579         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
33580         Autoconf definition.
33581         * modules/euidaccess (Depends-on): Add extensions, for
33582         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
33583         * modules/fnmatch (Depends-on): Likewise.
33584         * modules/getaddrinfo (Depends-on): Likewise.
33585         * modules/getdelim (Depends-on): Likewise.
33586         * modules/getline (Depends-on): Likewise.
33587         * modules/getsubopt (Depends-on): Likewise.
33588         * modules/gettext (Depends-on): Likewise.
33589         * modules/group-member (Depends-on): Likewise.
33590         * modules/mbchar (Depends-on): Likewise.
33591         * modules/memmem (Depends-on): Likewise.
33592         * modules/mempcpy (Depends-on): Likewise.
33593         * modules/memrchr (Depends-on): Likewise.
33594         * modules/pagealign_alloc (Depends-on): Likewise.
33595         * modules/readutmp (Depends-on): Likewise.
33596         * modules/stpcpy (Depends-on): Likewise.
33597         * modules/stpncpy (Depends-on): Likewise.
33598         * modules/strchrnul (Depends-on): Likewise.
33599         * modules/strndup (Depends-on): Likewise.
33600         * modules/strsep (Depends-on): Likewise.
33601         * modules/strverscmp (Depends-on): Likewise.
33602         * modules/vasprintf (Depends-on): Likewise.
33603         * modules/wcwidth (Depends-on): Likewise.
33604         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
33605         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
33606         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
33607         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
33608         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
33609         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
33610         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
33611         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
33612         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
33613         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
33614         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
33615         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
33616         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
33617         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
33618         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
33619         * m4/readutmp.m4 (gl_READUTMP): Likewise.
33620         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
33621         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
33622         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
33623         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
33624         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
33625         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
33626         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
33627         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
33628         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
33629         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
33630         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
33631         so that lock.m4 can be used in gettext without extensions module.
33632
33633 2007-09-11  Bruno Haible  <bruno@clisp.org>
33634
33635         * m4/isc-posix.m4: Remove file.
33636         Suggested by Eric Blake.
33637
33638 2007-09-11  Eric Blake  <ebb9@byu.net>
33639
33640         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
33641
33642 2007-09-10  Bruno Haible  <bruno@clisp.org>
33643
33644         * posix-modules: Fix typo in error message.
33645         Reported by Matt <mkraai@beckman.com>.
33646
33647 2007-09-09  Bruno Haible  <bruno@clisp.org>
33648
33649         * doc/functions/getdelim.texi: Update list of platforms lacking the
33650         function.
33651         * doc/functions/getline.texi: Likewise.
33652
33653 2007-09-09  Jim Meyering  <jim@meyering.net>
33654
33655         * lib/hash.c (hash_initialize): Detect calloc failure.
33656         Reported by Bruno Haible.
33657
33658 2007-09-09  Bruno Haible  <bruno@clisp.org>
33659
33660         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
33661         malloc or realloc fails.
33662
33663 2007-09-09  Bruno Haible  <bruno@clisp.org>
33664
33665         * modules/getcwd (Depends-on): Add malloc-posix.
33666         * modules/glob (Depends-on): Likewise.
33667         * modules/putenv (Depends-on): Likewise.
33668         * modules/strdup (Depends-on): Likewise.
33669         * modules/getdelim (Depends-on): Add realloc-posix.
33670         * modules/read-file (Depends-on): Likewise.
33671
33672 2007-09-09  Bruno Haible  <bruno@clisp.org>
33673
33674         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
33675         (gl_FUNC_MALLOC_POSIX): Require it.
33676         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
33677         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
33678         * modules/realloc (Files): Add m4/malloc.m4.
33679         * modules/calloc (Files): Likewise.
33680
33681 2007-09-09  Bruno Haible  <bruno@clisp.org>
33682
33683         * modules/malloc-posix: New file.
33684         * modules/malloc (Depends-on): Add malloc-posix.
33685         * lib/malloc.c: Include errno.h.
33686         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
33687         and a POSIX-compatible malloc into a single function. Set ENOMEM
33688         when returning NULL.
33689         * m4/malloc.m4: New file.
33690         * doc/functions/malloc.texi: Mention the malloc-posix module.
33691         * lib/stdlib_.h (malloc): New declaration.
33692         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
33693         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
33694         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
33695         and HAVE_MALLOC_POSIX.
33696
33697 2007-09-09  Bruno Haible  <bruno@clisp.org>
33698
33699         * modules/realloc-posix: New file.
33700         * modules/realloc (Depends-on): Add realloc-posix.
33701         * lib/realloc.c: Include errno.h.
33702         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
33703         and a POSIX-compatible realloc into a single function. Set ENOMEM
33704         when returning NULL.
33705         * m4/realloc.m4: New file.
33706         * doc/functions/realloc.texi: Mention the realloc-posix module.
33707         * lib/stdlib_.h (realloc): New declaration.
33708         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
33709         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
33710         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
33711         and HAVE_REALLOC_POSIX.
33712
33713 2007-09-09  Bruno Haible  <bruno@clisp.org>
33714
33715         * modules/calloc-posix: New file.
33716         * modules/calloc (Depends-on): Add calloc-posix.
33717         * lib/calloc.c: Include errno.h.
33718         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
33719         and a POSIX-compatible calloc into a single function. Set ENOMEM
33720         when returning NULL.
33721         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
33722         * doc/functions/calloc.texi: Mention the calloc-posix module.
33723         * lib/stdlib_.h (calloc): New declaration.
33724         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
33725         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
33726         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
33727         and HAVE_CALLOC_POSIX.
33728
33729 2007-09-09  Bruno Haible  <bruno@clisp.org>
33730
33731         Allow for modules to show an arbitrary notice.
33732         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
33733         * gnulib-tool: New option --extract-notice.
33734         (func_usage): Document it.
33735         (sed_extract_prog): Update.
33736         (func_get_notice): New function.
33737         (func_modules_notice): New function.
33738         (func_import, func_create_testdir): Invoke it.
33739         Suggested by Jim Meyering.
33740
33741 2007-09-09  Bruno Haible  <bruno@clisp.org>
33742
33743         * gnulib-tool: New options --verbose, --quiet.
33744         (func_usage): Document them.
33745         (verbose): New variable.
33746         (func_execute_command): New function.
33747         (func_import): Don't show the module list and the file list if
33748         $verbose < 0.
33749         (func_create_testdir): Likewise. Use func_execute_command.
33750         (func_create_megatestdir): Use func_execute_command.
33751
33752 2007-09-08  Bruno Haible  <bruno@clisp.org>
33753
33754         * gnulib-tool (func_import): Prefer rsync over wget when available,
33755         for fetching the PO files.
33756
33757 2007-09-08  Bruno Haible  <bruno@clisp.org>
33758
33759         * posix-modules: New file. Portions copied from gnulib-tool.
33760         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
33761
33762 2007-09-08  Jim Meyering  <jim@meyering.net>
33763
33764         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
33765         * lib/fpending.h: Rename from __fpending.h.
33766         * lib/fpending.c: Rename from __fpending.c.
33767         Include "fpending.h", not "__fpending.h".
33768         * lib/__fpending.h, lib/__fpending.c: Remove files.
33769         * modules/fpending (Files): Reflect new file names.
33770         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
33771
33772 2007-09-08  Bruno Haible  <bruno@clisp.org>
33773
33774         * m4/inttypes-h.m4: Remove stub file.
33775
33776 2007-09-07  Simon Josefsson  <simon@josefsson.org>
33777
33778         * doc/headers/stdint.texi: Discuss #include_next issue.
33779
33780 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
33781
33782         * build-aux/bootstrap: Remove obsolete comment about wget --help.
33783
33784 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
33785
33786         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
33787         in variable name.
33788
33789 2007-09-03  Jim Meyering  <jim@meyering.net>
33790
33791         New module: git-version-gen.
33792         * modules/git-version-gen: New file.
33793
33794         Import changes from coreutils for bootstrap script.
33795
33796         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
33797
33798         bootstrap: uses rsync to download the .po files
33799         * build-aux/bootstrap (po_download_command_format): New global.
33800         (download_po_files): Use rsync.
33801         (update_po_files): Don't remove .po files after download,
33802         so future rsync runs can take advantage of the copies.
33803
33804         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
33805
33806         Solve the unnecessary-.po-file-regeneration problem once and for all.
33807         * build-aux/bootstrap (download_po_files): New function, renamed from
33808         get_translations.  Now, downloads, but doesn't update LINGUAS.
33809         (update_po_files): New function.
33810
33811         bootstrap: Ignore more.
33812         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
33813         uniwidth to e.g., lib/.gitignore.
33814         (slurp): Handle the sys_stat_.h -> sys mapping, too.
33815
33816         * build-aux/bootstrap: New setting: vc_ignore.
33817         (insert_sorted_if_absent): Create $file if absent.
33818         Adapt to new, possibly empty, list: $vc_ignore.
33819
33820         bootstrap: generate more ignorable names
33821         * build-aux/bootstrap (slurp): When generating ignorable names,
33822         also map .sin to .sed, .gperf to .c, and .y to .c.
33823
33824 2007-09-03  Jim Meyering  <jim@meyering.net>
33825
33826         * build-aux/git-version-gen: New file, from coreutils.  For details, see
33827         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
33828
33829 2007-09-02  Bruno Haible  <bruno@clisp.org>
33830
33831         Fix mis-recognition of 'mcs' on QNX 6.
33832         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
33833         output contains the string "Mono".
33834         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
33835         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
33836
33837 2007-09-01  Bruno Haible  <bruno@clisp.org>
33838
33839         Fix collision between uniwidth/* and linebreak modules.
33840         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
33841         u32_width): Remove declarations.
33842         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
33843         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
33844         streq3, streq2, streq1, streq0): Remove functions.
33845         (STREQ): Remove macro.
33846         (is_cjk_encoding): Remove function.
33847         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
33848         (uc_width, u8_width, u16_width, u32_width): Remove functions.
33849         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
33850         * NEWS: Document the change.
33851
33852 2007-09-01  Bruno Haible  <bruno@clisp.org>
33853
33854         * lib/streq.h: Add double-inclusion guard.
33855
33856 2007-09-01  Karl Berry  <karl@gnu.org>
33857
33858         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
33859
33860 2007-08-28  Jim Meyering  <jim@meyering.net>
33861
33862         Rename mreadlink_with_size to areadlink_with_size.
33863         * NEWS: Document the change.
33864         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
33865         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
33866         * lib/mreadlink.h: Rename this to...
33867         * lib/areadlink.h: ...this.
33868         * modules/mreadlink-with-size: Rename this to...
33869         * modules/areadlink-with-size: ...this.
33870         * lib/canonicalize.c: Reflect the renaming.
33871         * modules/canonicalize: Likewise.
33872
33873 2007-08-26  Bruno Haible  <bruno@clisp.org>
33874
33875         * gnulib-tool (func_import): When deciding which files to remove,
33876         consider also dangling symbolic links.
33877         Reported by Eric Blake.
33878
33879 2007-08-26  Bruno Haible  <bruno@clisp.org>
33880
33881         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
33882
33883 2007-08-23  Simon Josefsson  <simon@josefsson.org>
33884
33885         * lib/readline.c: Don't include getline.h, the prototype is now
33886         found in stdio.h.
33887
33888 2007-08-23  Jim Meyering  <jim@meyering.net>
33889
33890         Getdelim touchup.
33891         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
33892         around the funlockfile call, since funlockfile never sets errno.
33893         Don't set errno upon failed realloc.
33894
33895 2007-08-22  Eric Blake  <ebb9@byu.net>
33896
33897         Getline touchups.
33898         * lib/getdelim.c (getdelim): Revert regression that required *n to
33899         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
33900         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
33901         getdelim, rather than whether implementation is missing.
33902         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
33903         * lib/stdio_.h (getline): Also declare if replacement is
33904         required.
33905         * doc/functions/getdelim.texi: New file.
33906         * doc/functions/getline.texi: Likewise.
33907         * doc/gnulib.texi (Function Substitutes): Add new files.
33908         Reported by Bruno Haible.
33909
33910 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
33911
33912         * users.txt: Add Guile.
33913
33914 2007-08-22  Eric Blake  <ebb9@byu.net>
33915
33916         * tests/test-getdelim.c (main): Use remove, not unlink.
33917         * tests/test-getline.c (main): Likewise.
33918
33919         Move getline and getdelim into stdio.h, per POSIX 200x.
33920         * modules/getline (Files): Remove getline.h.
33921         (Depends-on): Add stdio.
33922         (configure.ac): Add module indicator.
33923         * modules/getdelim (Files): Remove getdelim.h.
33924         (Depends-on): Add stdio.
33925         (configure.ac): Add module indicator.
33926         * modules/stdio (Makefile.am): Work with new indicators.
33927         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
33928         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
33929         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
33930         * lib/getdelim.h: Delete.
33931         * lib/getline.h: Delete.
33932         * lib/stdio_.h (getdelim, getline): Declare.
33933         * modules/getdelim-tests: New module.
33934         * modules/getline-tests: Likewise.
33935         * tests/test-getdelim.c: New file.
33936         * tests/test-getline.c: Likewise.
33937         * NEWS: Document the change.
33938         * lib/getline.c: Update choice of header.
33939         * lib/csharpcomp.c: Likewise.
33940         * lib/getpass.c: Likewise.
33941         * lib/javacomp.c: Likewise.
33942         * lib/javaversion.c: Likewise.
33943         * lib/yesno.c: Likewise.
33944         * lib/getdelim.c: Likewise.
33945         (getdelim): Set errno on failure, and avoid memory leak.
33946
33947 2007-08-19  Bruno Haible  <bruno@clisp.org>
33948
33949         * modules/closein (Depends-on): Add freadahead.
33950         * lib/closein.c: Include freadahead.h.
33951         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
33952         is zero.
33953
33954 2007-08-19  Bruno Haible  <bruno@clisp.org>
33955
33956         * modules/freadahead-tests: New file.
33957         * tests/test-freadahead.sh: New file.
33958         * tests/test-freadahead.c: New file.
33959
33960         * modules/freadahead: New file.
33961         * lib/freadahead.h: New file.
33962         * lib/freadahead.c: New file.
33963         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
33964         fbufmode, fpurge, freadable, fwritable.
33965
33966 2007-08-19  Eric Blake  <ebb9@byu.net>
33967
33968         Test yesno in combination with closein.
33969         * lib/yesno.c (yesno): Document use of stdin.
33970         * modules/yesno-tests (Files): New module.
33971         * tests/test-yesno.c (main): New file.
33972         * tests/test-yesno.sh: Likewise.
33973
33974 2007-08-19  Bruno Haible  <bruno@clisp.org>
33975
33976         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
33977         * lib/fseeko.c (rpl_fseeko): Likewise.
33978         * lib/fseterr.c (fseterr): Likewise.
33979
33980 2007-08-19  Bruno Haible  <bruno@clisp.org>
33981
33982         * tests/test-lseek.c (main): Disable a test for BeOS.
33983         * doc/functions/lseek.texi: Document the BeOS bug.
33984
33985 2007-08-19  Bruno Haible  <bruno@clisp.org>
33986             Eric Blake  <ebb9@byu.net>
33987
33988         * lib/lseek.c: Include <sys/stat.h>.
33989         (rpl_lseek): Add workaround code also for Unix platforms.
33990         Needed for BeOS.
33991         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
33992         * doc/functions/lseek.texi: Document BeOS definiency.
33993
33994 2007-08-18  Bruno Haible  <bruno@clisp.org>
33995
33996         * modules/fstrcmp-tests: New file.
33997         * tests/test-fstrcmp.c: New file.
33998
33999 2007-08-18  Bruno Haible  <bruno@clisp.org>
34000
34001         * modules/fstrcmp: New file, from GNU gettext with modifications.
34002         * lib/fstrcmp.h: New file, from GNU gettext.
34003         * lib/fstrcmp.c: New file, from GNU gettext.
34004         * MODULES.html.sh (String handling): Add fstrcmp.
34005
34006 2007-08-18  Bruno Haible  <bruno@clisp.org>
34007
34008         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
34009         'bool'.
34010         (diag, compareseq): Remove const from the ctxt argument.
34011         (USE_HEURISTIC): Undefine at the end.
34012
34013 2007-08-18  Jim Meyering  <jim@meyering.net>
34014
34015         New file: lib/idcache.h
34016         * NEWS: Mention the addition.
34017         * modules/idcache (Files): Add lib/idcache.h
34018         * lib/idcache.c: Include "idcache.h".
34019         Don't include <sys/types.h>.
34020         Add a FIXME comment.
34021         Move file-scoped "static" declarations to the top.
34022         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
34023
34024 2007-08-17  Bruno Haible  <bruno@clisp.org>
34025         and Paul Eggert  <eggert@cs.ucla.edu>
34026
34027         * MODULES.html.sh: Add diffseq.
34028         * modules/diffseq: New file.
34029         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
34030         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
34031
34032 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
34033
34034         Import changes from coreutils for bootstrap script.
34035
34036         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
34037
34038         * build-aux/bootstrap (slurp): Work even in environments where
34039         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
34040         current code does not slurp files whose names start with ".", and
34041         this looks like it might be a troublesome area.
34042
34043         2007-07-11  Jim Meyering  <jim@meyering.net>
34044
34045         If there's a GPL vN copyright comment, require that N == 3.
34046
34047         2007-07-08  Jim Meyering  <jim@meyering.net>
34048
34049         Run the coreutils-specific code only if tests/Makefile.am.in exists.
34050         * build-aux/bootstrap (mam_template): Move definition out of loop.
34051
34052         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
34053
34054         * build-aux/bootstrap (symlink_to_dir): Rename function from
34055         symlink_to_gnulib.  Add a directory parameter.  Update all
34056         callers.
34057         (cp_mark_as_generated): Also check for -- and link to -- files in
34058         gl/.
34059
34060         2007-07-08  Jim Meyering  <jim@meyering.net>
34061
34062         Adapt to deeper hierarchy in gnulib.
34063         * build-aux/bootstrap (symlink_to_dir): If the destination
34064         directory doesn't exist, create it. This is required at least for
34065         "lib/uniwidth/cjk.h".
34066
34067         2007-05-15  Jim Meyering  <jim@meyering.net>
34068
34069         * build-aux/bootstrap: Now that generated Makefile.am files
34070         are no longer under version control, they must be created at
34071         bootstrap time.
34072
34073 2007-08-14  Ben Pfaff  <blp@gnu.org>
34074
34075         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
34076
34077 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
34078
34079         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
34080         given the changes below.
34081         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
34082         even on hosts that have padding bits beyond the supported 64.
34083
34084 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
34085
34086         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
34087         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
34088         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
34089         depends on it.
34090         (xstrtol_error): Remove.
34091         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
34092         but with a different signature.
34093         (ATTRIBUTE_NORETURN, __attribute__): New macros.
34094         * lib/xstrtol-error.c: Include exitfail.h.
34095         (xstrtol_fatal): New function, with a different signature from the
34096         old xstrtol_error, so that the caller need not worry about passing
34097         in an exit status, or about storage management of the option argument.
34098         (xstrtol_error): Now a static function.  Redo signature to
34099         implement xstrtol_fatal.  Output the correct number of hyphens in
34100         front of the option so that the caller need not worry about
34101         storage management.
34102         (N_): New macro.
34103         (_): Remove; not used now.
34104         * modules/xstrtol: Depend on getopt.
34105         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
34106         of old STRTOL_FATAL_ERROR macro.
34107         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
34108         of test program.
34109         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
34110         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
34111
34112 2007-08-08  Eric Blake  <ebb9@byu.net>
34113
34114         * lib/xstrtol-error.c: Add missing include.
34115
34116         Move xstrtol messages into gnulib domain, when --pobase is used.
34117         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
34118         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
34119         * modules/xstrtol (Files): Distribute new file.
34120         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
34121         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
34122         * tests/test-xstrtol.c: ...into new file.
34123         * tests/test-xstrtoul.c: Also test xstrtoul.
34124         * tests/test-xstrtoimax.c: Also test xstrtoimax.
34125         * tests/test-xstrtoumax.c: Also test xstrtoumax.
34126         * tests/test-xstrtol.sh: Drive the tests.
34127         * tests/test-xstrtoimax.sh: Likewise.
34128         * tests/test-xstrtoumax.sh: Likewise.
34129         * modules/xstrtol-tests: New module.
34130         * modules/xstrtoimax-tests: Likewise.
34131         * modules/xstrtoumax-tests: Likewise.
34132
34133 2007-08-08  Jim Meyering  <jim@meyering.net>
34134
34135         New function: mfile_name_concat.
34136         * lib/filenamecat.c (mfile_name_concat): New function, just like
34137         file_name_concat, but return NULL upon failure rather than exiting
34138         with a diagnostic.
34139         * lib/filenamecat.h: Declare it.
34140
34141 2007-08-07  Bruno Haible  <bruno@clisp.org>
34142
34143         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
34144         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
34145         warning from gcc.
34146         Reported by Eric Blake.
34147
34148 2007-08-07  Simon Josefsson  <simon@josefsson.org>
34149
34150         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
34151         * modules/crypto/arcfour (License): Likewise.
34152         * modules/crypto/des-tests (License): Likewise.
34153         * modules/crypto/gc-arctwo-tests (License): Likewise.
34154         * modules/crypto/gc-des-tests (License): Likewise.
34155         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
34156         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
34157         * modules/crypto/gc-md2-tests (License): Likewise.
34158         * modules/crypto/gc-md4-tests (License): Likewise.
34159         * modules/crypto/gc-md5-tests (License): Likewise.
34160         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
34161         * modules/crypto/gc-rijndael-tests (License): Likewise.
34162         * modules/crypto/gc-sha1-tests (License): Likewise.
34163         * modules/crypto/gc-tests (License): Likewise.
34164         * modules/crypto/hmac-md5 (License): Likewise.
34165         * modules/crypto/hmac-sha1 (License): Likewise.
34166         * modules/crypto/md2-tests (License): Likewise.
34167         * modules/crypto/md4-tests (License): Likewise.
34168         * modules/crypto/md5 (License): Likewise.
34169         * modules/crypto/rijndael (License): Likewise.
34170         * modules/crypto/sha1 (License): Likewise.
34171         * modules/memxor (License): Likewise.
34172
34173 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
34174         and Bruno Haible  <bruno@clisp.org>
34175
34176         * NEWS: Describe interface changes to human, xstrtol.
34177         * lib/human.h: Include <xstrtol.h>.
34178         (human_options): Return enum strtol_error, not int.  Remove
34179         bool arg; take int * instead.
34180         * lib/human.c: Don't include "gettext.h".
34181         (_): Remove; no longer used.
34182         Don't include <xstrtol.h>, since human.h does it.
34183         (human_options): Adjust to abovementioned interface changes.
34184         Do not report error to stderr; that's now the caller's
34185         responsibility.
34186         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
34187         interface change.
34188         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
34189         Str, Argument_type_string.  All uses changed.  Put " argument"
34190         in diagnostics to make them clearer.  Change wording of suffix
34191         message for clarity.
34192         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
34193         Argument_type_string.
34194         (STRTOL_FATAL_WARN): Remove; no longer used.
34195         * modules/human (Depends-on): Remove gettext-h.
34196
34197 2007-08-06  Simon Josefsson  <simon@josefsson.org>
34198
34199         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
34200
34201 2007-07-31  Bruno Haible  <bruno@clisp.org>
34202
34203         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
34204         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
34205         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
34206
34207 2007-07-31  Bruno Haible  <bruno@clisp.org>
34208
34209         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
34210         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
34211
34212 2007-07-30  Bruno Haible  <bruno@clisp.org>
34213
34214         * modules/base64 (License): Use the synonymous term "LGPLv2+".
34215         * modules/c-ctype (License): Likewise.
34216         * modules/c-strcase (License): Likewise.
34217         * modules/check-version (License): Likewise.
34218         * modules/iconv (License): Likewise.
34219         * modules/iconv_open (License): Likewise.
34220         * modules/read-file (License): Likewise.
34221         * modules/striconv (License): Likewise.
34222         * modules/strverscmp (License): Likewise.
34223         * modules/vasprintf (License): Likewise.
34224         * modules/crypto/des (License): Likewise.
34225         * modules/crypto/gc (License): Likewise.
34226         * modules/crypto/gc-arcfour (License): Likewise.
34227         * modules/crypto/gc-arctwo (License): Likewise.
34228         * modules/crypto/gc-des (License): Likewise.
34229         * modules/crypto/gc-hmac-md5 (License): Likewise.
34230         * modules/crypto/gc-hmac-sha1 (License): Likewise.
34231         * modules/crypto/gc-md2 (License): Likewise.
34232         * modules/crypto/gc-md4 (License): Likewise.
34233         * modules/crypto/gc-md5 (License): Likewise.
34234         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
34235         * modules/crypto/gc-random (License): Likewise.
34236         * modules/crypto/gc-rijndael (License): Likewise.
34237         * modules/crypto/gc-sha1 (License): Likewise.
34238         * modules/crypto/md2 (License): Likewise.
34239         * modules/crypto/md4 (License): Likewise.
34240
34241 2007-07-30  Jim Meyering  <jim@meyering.net>
34242
34243         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
34244         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
34245         it has valid stat data.  This bug would cause du not to count the
34246         sizes of inaccessible directories.
34247         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
34248         in <http://bugzilla.redhat.com/250077>.
34249
34250 2007-07-25  Peter O'Gorman  <peter@pogma.com>
34251             Bruno Haible  <bruno@clisp.org>
34252
34253         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
34254         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
34255         #include_next, gives a diagnostic about it, but reports no error in
34256         the exit code.
34257         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
34258
34259 2007-07-24  Ben Pfaff  <blp@gnu.org>
34260
34261         Improve name: "count-one-bits" is better than "popcount".
34262         * MODULES.html.sh: Update name.
34263         * lib/popcount.h: Renamed lib/count-one-bits.h.
34264         (popcount): Renamed count_one_bits.
34265         (popcountl): Renamed count_one_bits_l.
34266         (popcountll): Renamed count_one_bits_ll.
34267         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
34268         * modules/popcount: Renamed module/count-one-bits.
34269         * modules/popcount-tests: Renamed module/count-one-bits-tests.
34270         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
34271
34272 2007-07-23  Ben Pfaff  <blp@gnu.org>
34273
34274         * lib/popcount.h (popcount32): Reduce size of constants, to allow
34275         better code generation, and add U to large constants to avoid
34276         warnings, in non-GCC case.
34277         Suggested by Bruno Haible.
34278
34279 2007-07-23  Ben Pfaff  <blp@gnu.org>
34280
34281         * lib/popcount.h: Use verify_true instead of if...abort.
34282         * modules/popcount: Depend on verify module.
34283         Suggested by Jim Meyering.
34284
34285 2007-07-23  Bruno Haible  <bruno@clisp.org>
34286
34287         * gnulib-tool (func_import): Create a .cvsignore file also when the
34288         directory is not yet in CVS but the toplevel directory is. When
34289         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
34290         Reported by Karl Berry.
34291
34292 2007-07-22  Ben Pfaff  <blp@gnu.org>
34293
34294         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
34295         case.
34296         Suggested by Eric Blake.
34297
34298 2007-07-22  Ben Pfaff  <blp@gnu.org>
34299
34300         New module: popcount.
34301         * MODULES.html.sh: Add popcount.
34302         * modules/popcount: New file.
34303         * modules/popcount-tests: New file.
34304         * tests/test-popcount.c: New file.
34305         * lib/popcount.h: New file.
34306         * m4/popcount.m4: New file.
34307
34308 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
34309
34310         * build-aux/announce-gen: Update to GPLv3.
34311
34312         * build-aux/config.guess: Update from config.
34313
34314 2007-07-21  Bruno Haible  <bruno@clisp.org>
34315
34316         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
34317         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
34318
34319 2007-07-20  Jim Meyering  <jim@meyering.net>
34320
34321         * check-module: Diagnose a self-dependency.
34322
34323 2007-07-19  Bruno Haible  <bruno@clisp.org>
34324
34325         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
34326         empty.
34327         Reported by Eric Blake.
34328
34329 2007-07-18  Bruno Haible  <bruno@clisp.org>
34330
34331         * gnulib-tool: New options --po-base, --po-domain.
34332         (func_usage): Document them.
34333         (pobase, po_domain): New variables.
34334         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
34335         DEFAULT_TEXT_DOMAIN.
34336         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
34337         (func_import): Consider pobase and po_domain. Create a po/ directory.
34338         (func_create_testdir): Set pobase and po_domain to empty.
34339         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
34340         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
34341
34342 2007-07-18  Bruno Haible  <bruno@clisp.org>
34343
34344         * gnulib-tool (func_get_automake_snippet): Synthesize also an
34345         EXTRA_DIST augmentation for files in build-aux/.
34346
34347 2007-07-16  Bruno Haible  <bruno@clisp.org>
34348
34349         * modules/lseek (License): Use the synonymous term "LGPLv2+".
34350         * modules/getdelim (License): Likewise.
34351
34352 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
34353
34354         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
34355         * modules/d-type (License): Likewise.
34356         * modules/extensions (License): Likewise.
34357         * modules/fnmatch (License): Likewise.
34358         * modules/fseeko (License): Likewise.
34359         * modules/getaddrinfo (License): Likewise.
34360         * modules/getline (License): Likewise.
34361         * modules/getlogin_r (License): Likewise.
34362         * modules/getpass (License): Likewise.
34363         * modules/gettimeofday (License): Likewise.
34364         * modules/glob (License): Likewise.
34365         * modules/inet_ntop (License): Likewise.
34366         * modules/malloc (License): Likewise.
34367         * modules/malloca (License): Likewise.
34368         * modules/memmem (License): Likewise.
34369         * modules/mempcpy (License): Likewise.
34370         * modules/memset (License): Likewise.
34371         * modules/minmax (License): Likewise.
34372         * modules/mktime (License): Likewise.
34373         * modules/netinet_in (License): Likewise.
34374         * modules/pathmax (License): Likewise.
34375         * modules/poll (License): Likewise.
34376         * modules/regex (License): Likewise.
34377         * modules/snprintf (License): Likewise.
34378         * modules/stdbool (License): Likewise.
34379         * modules/stdint (License): Likewise.
34380         * modules/stdio (License): Likewise.
34381         * modules/strcase (License): Likewise.
34382         * modules/strcasestr (License): Likewise.
34383         * modules/strdup (License): Likewise.
34384         * modules/string (License): Likewise.
34385         * modules/strndup (License): Likewise.
34386         * modules/strnlen (License): Likewise.
34387         * modules/strpbrk (License): Likewise.
34388         * modules/strptime (License): Likewise.
34389         * modules/strsep (License): Likewise.
34390         * modules/sys_select (License): Likewise.
34391         * modules/sys_socket (License): Likewise.
34392         * modules/sys_stat (License): Likewise.
34393         * modules/sys_time (License): Likewise.
34394         * modules/time (License): Likewise.
34395         * modules/time_r (License): Likewise.
34396         * modules/timegm (License): Likewise.
34397         * modules/unistd (License): Likewise.
34398         * modules/vsnprintf (License): Likewise.
34399         * modules/wctype (License): Likewise.
34400
34401 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34402
34403         * modules/argz (License): LGPLv2+.
34404
34405 2007-07-15  Karl Berry  <karl@gnu.org>
34406
34407         * doc/gnulib.texi: revise node structure per new fdl.texi.
34408
34409 2007-07-14  Bruno Haible  <bruno@clisp.org>
34410
34411         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
34412         the output file.
34413         * lib/uniname/uninames.h: Regenerated.
34414
34415 2007-07-14  Karl Berry  <karl@gnu.org>
34416
34417         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
34418         omitting sectioning and index commands.
34419
34420 2007-07-13  Bruno Haible  <bruno@clisp.org>
34421
34422         New gnulib-tool option --more-symlinks.
34423         * gnulib-tool (func_usage): Document --more-symlinks.
34424         (do_copyrights): New variable.
34425         Recognize option --more-symlinks.
34426         (func_import): Don't add a copyright notice transform to
34427         sed_transform_lib_file if do_copyrights is empty.
34428
34429 2007-07-13  Bruno Haible  <bruno@clisp.org>
34430
34431         * lib/vasnprintf.c (decimal_point_char): Define also if
34432         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
34433         && !NEED_PRINTF_DIRECTIVE_A.
34434         Reported by Clemens Koller <clemens.koller@anagramm.de> via
34435         Gary V. Vaughan <gary@gnu.org>.
34436
34437 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
34438
34439         * lib/inttypes_.h: Undo previous change, since it was fixed
34440         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
34441
34442 2007-07-13  Bruno Haible  <bruno@clisp.org>
34443
34444         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
34445         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
34446
34447 2007-07-13  Jim Meyering  <jim@meyering.net>
34448
34449         df: Don't fail for Tru64's "file-on-file mount".
34450         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
34451         so we fall through and use statfs instead.  Details here:
34452         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
34453         Reported by Albert Chin.
34454
34455 2007-07-13  Bruno Haible  <bruno@clisp.org>
34456
34457         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
34458         * modules/configmake (License): Likewise.
34459         * modules/gettext (License): Likewise.
34460         * modules/gettext-h (License): Likewise.
34461         * modules/include_next (License): Likewise.
34462         * modules/link-warning (License): Likewise.
34463         * modules/localcharset (License): Likewise.
34464         * modules/localename (License): Likewise.
34465         * modules/lock (License): Likewise.
34466         * modules/relocatable-lib-lgpl (License): Likewise.
34467         * modules/size_max (License): Likewise.
34468         * modules/vasnprintf (License): Likewise.
34469         * modules/wchar (License): Likewise.
34470         * modules/xsize (License): Likewise.
34471
34472 2007-07-13  Bruno Haible  <bruno@clisp.org>
34473
34474         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
34475         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
34476
34477 2007-07-12  Bruno Haible  <bruno@clisp.org>
34478
34479         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
34480         in the modules files.
34481
34482 2007-07-11  Karl Berry  <karl@gnu.org>
34483
34484         * MODULES.html.sh (func_module): use
34485          sed -e '\|^'"${includefile}"'$|d'
34486          instead of /.../d, to avoid errors on $includefile's containing /.
34487
34488 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
34489
34490         * gnulib-tool (func_import): Avoid duplication of --avoid
34491         statements
34492         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
34493         names to `_' in variable names.
34494
34495 2007-07-10  Eric Blake  <ebb9@byu.net>
34496
34497         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
34498         * NEWS: Document this change.
34499
34500 2007-07-08  Bruno Haible  <bruno@clisp.org>
34501
34502         Update to Unicode 5.0.
34503         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
34504         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
34505         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
34506         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
34507         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
34508         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
34509         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
34510         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
34511         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
34512         U+10A3F, U+1D242..U+1D244.
34513         (nonspacing_table_ind): Update.
34514         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
34515         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
34516
34517 2007-07-08  Bruno Haible  <bruno@clisp.org>
34518
34519         Update to Unicode 5.0.
34520         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
34521         code transform. Extend the name index field of unicode_name_to_code and
34522         unicode_code_to_name from 16 to 24 bits.
34523         * lib/uniname/uniname.c (unicode_character_name,
34524         unicode_name_character): Add the range 0x12xxx to the code transform.
34525         * lib/uniname/uninames.h: Regenerated.
34526         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
34527
34528 2007-07-07  Bruno Haible  <bruno@clisp.org>
34529
34530         * modules/wcwidth-tests: New file.
34531         * tests/test-wcwidth.c: New file.
34532
34533         Work around MacOS X wcwidth() bug.
34534         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
34535         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
34536         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
34537         original wcwidth in non-UTF-8 locales.
34538         * modules/wcwidth (Depends-on): Add localcharset, streq,
34539         uniwidth/width.
34540         * doc/functions/wcwidth.texi: Update.
34541
34542 2007-07-07  Bruno Haible  <bruno@clisp.org>
34543
34544         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
34545         (wcwidth): New declaration.
34546         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
34547         macros.
34548         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
34549         here. Prepare for creating <wchar.h> unconditionally.
34550         * modules/wchar (Depends-on): Add link-warning.
34551         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
34552         REPLACE_WCWIDTH, and GL_LINK_WARNING.
34553         * lib/wcwidth.h: Remove file.
34554         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
34555         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
34556         * modules/wcwidth (Files): Remove lib/wcwidth.h.
34557         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
34558         (Include): Replace wcwidth.h with <wchar.h>.
34559         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
34560         * lib/mbchar.h: Don't include wcwidth.h.
34561         * lib/mbswidth.c: Likewise.
34562         * NEWS: Mention the change.
34563
34564 2007-07-07  Bruno Haible  <bruno@clisp.org>
34565
34566         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
34567         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
34568         definition with an external declaration.
34569         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
34570         defined as a function. Remove AC_C_INLINE requirement.
34571         * modules/wcwidth (Files): Add lib/wcwidth.c.
34572         (Makefile.am): Remove redundant statement.
34573
34574 2007-07-07  Bruno Haible  <bruno@clisp.org>
34575
34576         * MODULES.html.sh (Unicode string functions): Add the new modules.
34577
34578         * tests/uniwidth/test-u32-strwidth.c: New file.
34579         * modules/uniwidth/u32-strwidth-tests: New file.
34580
34581         * lib/uniwidth/u32-strwidth.c: New file.
34582         * modules/uniwidth/u32-strwidth: New file.
34583
34584         * tests/uniwidth/test-u16-strwidth.c: New file.
34585         * modules/uniwidth/u16-strwidth-tests: New file.
34586
34587         * lib/uniwidth/u16-strwidth.c: New file.
34588         * modules/uniwidth/u16-strwidth: New file.
34589
34590         * tests/uniwidth/test-u8-strwidth.c: New file.
34591         * modules/uniwidth/u8-strwidth-tests: New file.
34592
34593         * lib/uniwidth/u8-strwidth.c: New file.
34594         * modules/uniwidth/u8-strwidth: New file.
34595
34596         * tests/uniwidth/test-u32-width.c: New file.
34597         * modules/uniwidth/u32-width-tests: New file.
34598
34599         * lib/uniwidth/u32-width.c: New file.
34600         * modules/uniwidth/u32-width: New file.
34601
34602         * tests/uniwidth/test-u16-width.c: New file.
34603         * modules/uniwidth/u16-width-tests: New file.
34604
34605         * lib/uniwidth/u16-width.c: New file.
34606         * modules/uniwidth/u16-width: New file.
34607
34608         * tests/uniwidth/test-u8-width.c: New file.
34609         * modules/uniwidth/u8-width-tests: New file.
34610
34611         * lib/uniwidth/u8-width.c: New file.
34612         * modules/uniwidth/u8-width: New file.
34613
34614         * tests/uniwidth/test-uc_width.c: New file.
34615         * modules/uniwidth/width-tests: New file.
34616
34617         * lib/uniwidth/width.c: New file, from GNU libiconv.
34618         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
34619         * modules/uniwidth/width: New file.
34620
34621         * lib/uniwidth.h: New file, from GNU libiconv.
34622         * modules/uniwidth/base: New file.
34623
34624 2007-07-07  Bruno Haible  <bruno@clisp.org>
34625
34626         * lib/uniname.h: New file, from GNU gettext.
34627         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
34628         * lib/uniname/uninames.h: New file, from GNU gettext.
34629         * lib/uniname/uniname.c: New file, from GNU gettext.
34630         * tests/uniname/test-uninames.sh: New file.
34631         * tests/uniname/test-uninames.c: New file, from GNU gettext.
34632         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
34633         * modules/uniname/base: New file.
34634         * modules/uniname/uniname: New file.
34635         * modules/uniname/uniname-tests: New file.
34636         * MODULES.html.sh (Unicode string functions): Add the new modules.
34637
34638 2007-07-06  Bruno Haible  <bruno@clisp.org>
34639
34640         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
34641
34642 2007-07-06  Bruno Haible  <bruno@clisp.org>
34643
34644         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
34645         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
34646         includes <cygwin/sys_time.h> which includes <sys/select.h> which
34647         include <sys/time.h>.
34648         Reported by Eric Blake.
34649
34650 2007-07-06  Eric Blake  <ebb9@byu.net>
34651
34652         Fix testing canonicalize on cygwin.
34653         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
34654         Revert patch from 2007-06-19.
34655         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
34656         canonicalize module is also in use.
34657         * tests/test-canonicalize.c: New file.
34658         * tests/test-canonicalize.sh: Likewise.
34659         * modules/canonicalize-tests: Likewise.
34660
34661 2007-07-06  Jim Meyering  <jim@meyering.net>
34662
34663         * lib/getugroups.c (getugroups): Detect getgrent failure.
34664         Adjust comment to reflect reality: this function may return -1.
34665
34666 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
34667
34668         * build-aux/bootstrap (TP_URL,get_translations): Update to use
34669         the new TP address.
34670         (usage): Fix typo
34671         (gnulib_mk): New variable.
34672
34673 2007-07-05  Jim Meyering  <jim@meyering.net>
34674
34675         Don't let endgrent clobber errno, no matter how improbable.
34676         * lib/getugroups.c (getugroups): Save and restore errno around
34677         endgrent call.
34678
34679         Close the group DB even when failing with 2^31 or more members.
34680         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
34681
34682 2007-07-04  Jim Meyering  <jim@meyering.net>
34683
34684         * lib/getugroups.h: New file.
34685         * lib/getugroups.c: Include "getugroups.h".
34686         Remove uses of "register" keyword.
34687         Move local variable, "cp", down into scope where used.
34688         Give "username" parameter the "const" attribute.
34689         * modules/getugroups (Files): Add lib/getugroups.h
34690
34691 2007-07-04  Karl Berry  <karl@gnu.org>
34692
34693         * MODULES.html.sh (func_all_modules): Complete rename of
34694         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
34695
34696 2007-07-02  Bruno Haible  <bruno@clisp.org>
34697
34698         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
34699         mode, when inttypes.h comes from gnulib.
34700         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
34701
34702 2007-07-02  Simon Josefsson  <simon@josefsson.org>
34703
34704         * NEWS: Mention lgpl module name change.
34705
34706         * modules/lgpl-2.1: Renamed from lgpl.
34707
34708         * NEWS: Mention gpl module name change.
34709
34710         * modules/gpl-3.0: New file, based on gpl-2.0.
34711
34712         * modules/gpl-2.0: Renamed from gpl.
34713
34714         * modules/gpl: Fix filename, doc/gpl.texi is now found at
34715         doc/gpl-2.0.texi.
34716
34717 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
34718
34719         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
34720         #define __STDC_LIMIT_MACROS temporarily while including
34721         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
34722         Problem reported by Joel E. Denny in
34723         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
34724
34725 2007-07-01  Bruno Haible  <bruno@clisp.org>
34726
34727         * lib/unistdio.h: New file.
34728         * lib/unistdio/u-asnprintf.h: New file.
34729         * lib/unistdio/u-asprintf.h: New file.
34730         * lib/unistdio/u-printf-args.c: New file.
34731         * lib/unistdio/u-printf-args.h: New file.
34732         * lib/unistdio/u-printf-parse.h: New file.
34733         * lib/unistdio/u-snprintf.h: New file.
34734         * lib/unistdio/u-sprintf.h: New file.
34735         * lib/unistdio/u-vasprintf.h: New file.
34736         * lib/unistdio/u-vsnprintf.h: New file.
34737         * lib/unistdio/u-vsprintf.h: New file.
34738         * lib/unistdio/ulc-asnprintf.c: New file.
34739         * lib/unistdio/ulc-asprintf.c: New file.
34740         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
34741         * lib/unistdio/ulc-printf-parse.c: New file.
34742         * lib/unistdio/ulc-snprintf.c: New file.
34743         * lib/unistdio/ulc-sprintf.c: New file.
34744         * lib/unistdio/ulc-vasnprintf.c: New file.
34745         * lib/unistdio/ulc-vasprintf.c: New file.
34746         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
34747         * lib/unistdio/ulc-vsnprintf.c: New file.
34748         * lib/unistdio/ulc-vsprintf.c: New file.
34749         * lib/unistdio/u8-asnprintf.c: New file.
34750         * lib/unistdio/u8-asprintf.c: New file.
34751         * lib/unistdio/u8-printf-parse.c: New file.
34752         * lib/unistdio/u8-snprintf.c: New file.
34753         * lib/unistdio/u8-sprintf.c: New file.
34754         * lib/unistdio/u8-vasnprintf.c: New file.
34755         * lib/unistdio/u8-vasprintf.c: New file.
34756         * lib/unistdio/u8-vsnprintf.c: New file.
34757         * lib/unistdio/u8-vsprintf.c: New file.
34758         * lib/unistdio/u8-u8-asnprintf.c: New file.
34759         * lib/unistdio/u8-u8-asprintf.c: New file.
34760         * lib/unistdio/u8-u8-snprintf.c: New file.
34761         * lib/unistdio/u8-u8-sprintf.c: New file.
34762         * lib/unistdio/u8-u8-vasnprintf.c: New file.
34763         * lib/unistdio/u8-u8-vasprintf.c: New file.
34764         * lib/unistdio/u8-u8-vsnprintf.c: New file.
34765         * lib/unistdio/u8-u8-vsprintf.c: New file.
34766         * lib/unistdio/u16-asnprintf.c: New file.
34767         * lib/unistdio/u16-asprintf.c: New file.
34768         * lib/unistdio/u16-printf-parse.c: New file.
34769         * lib/unistdio/u16-snprintf.c: New file.
34770         * lib/unistdio/u16-sprintf.c: New file.
34771         * lib/unistdio/u16-vasnprintf.c: New file.
34772         * lib/unistdio/u16-vasprintf.c: New file.
34773         * lib/unistdio/u16-vsnprintf.c: New file.
34774         * lib/unistdio/u16-vsprintf.c: New file.
34775         * lib/unistdio/u16-u16-asnprintf.c: New file.
34776         * lib/unistdio/u16-u16-asprintf.c: New file.
34777         * lib/unistdio/u16-u16-snprintf.c: New file.
34778         * lib/unistdio/u16-u16-sprintf.c: New file.
34779         * lib/unistdio/u16-u16-vasnprintf.c: New file.
34780         * lib/unistdio/u16-u16-vasprintf.c: New file.
34781         * lib/unistdio/u16-u16-vsnprintf.c: New file.
34782         * lib/unistdio/u16-u16-vsprintf.c: New file.
34783         * lib/unistdio/u32-asnprintf.c: New file.
34784         * lib/unistdio/u32-asprintf.c: New file.
34785         * lib/unistdio/u32-printf-parse.c: New file.
34786         * lib/unistdio/u32-snprintf.c: New file.
34787         * lib/unistdio/u32-sprintf.c: New file.
34788         * lib/unistdio/u32-vasnprintf.c: New file.
34789         * lib/unistdio/u32-vasprintf.c: New file.
34790         * lib/unistdio/u32-vsnprintf.c: New file.
34791         * lib/unistdio/u32-vsprintf.c: New file.
34792         * lib/unistdio/u32-u32-asnprintf.c: New file.
34793         * lib/unistdio/u32-u32-asprintf.c: New file.
34794         * lib/unistdio/u32-u32-snprintf.c: New file.
34795         * lib/unistdio/u32-u32-sprintf.c: New file.
34796         * lib/unistdio/u32-u32-vasnprintf.c: New file.
34797         * lib/unistdio/u32-u32-vasprintf.c: New file.
34798         * lib/unistdio/u32-u32-vsnprintf.c: New file.
34799         * lib/unistdio/u32-u32-vsprintf.c: New file.
34800         * tests/unistdio/test-ulc-asnprintf1.c: New file.
34801         * tests/unistdio/test-ulc-asnprintf1.h: New file.
34802         * tests/unistdio/test-ulc-printf1.h: New file.
34803         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
34804         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
34805         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
34806         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
34807         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
34808         * tests/unistdio/test-ulc-vasprintf1.c: New file.
34809         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
34810         * tests/unistdio/test-ulc-vsprintf1.c: New file.
34811         * tests/unistdio/test-u8-asnprintf1.c: New file.
34812         * tests/unistdio/test-u8-asnprintf1.h: New file.
34813         * tests/unistdio/test-u8-printf1.h: New file.
34814         * tests/unistdio/test-u8-vasnprintf1.c: New file.
34815         * tests/unistdio/test-u8-vasnprintf2.c: New file.
34816         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
34817         * tests/unistdio/test-u8-vasnprintf3.c: New file.
34818         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
34819         * tests/unistdio/test-u8-vasprintf1.c: New file.
34820         * tests/unistdio/test-u8-vsnprintf1.c: New file.
34821         * tests/unistdio/test-u8-vsprintf1.c: New file.
34822         * tests/unistdio/test-u16-asnprintf1.c: New file.
34823         * tests/unistdio/test-u16-asnprintf1.h: New file.
34824         * tests/unistdio/test-u16-printf1.h: New file.
34825         * tests/unistdio/test-u16-vasnprintf1.c: New file.
34826         * tests/unistdio/test-u16-vasnprintf2.c: New file.
34827         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
34828         * tests/unistdio/test-u16-vasnprintf3.c: New file.
34829         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
34830         * tests/unistdio/test-u16-vasprintf1.c: New file.
34831         * tests/unistdio/test-u16-vsnprintf1.c: New file.
34832         * tests/unistdio/test-u16-vsprintf1.c: New file.
34833         * tests/unistdio/test-u32-asnprintf1.c: New file.
34834         * tests/unistdio/test-u32-asnprintf1.h: New file.
34835         * tests/unistdio/test-u32-printf1.h: New file.
34836         * tests/unistdio/test-u32-vasnprintf1.c: New file.
34837         * tests/unistdio/test-u32-vasnprintf2.c: New file.
34838         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
34839         * tests/unistdio/test-u32-vasnprintf3.c: New file.
34840         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
34841         * tests/unistdio/test-u32-vasprintf1.c: New file.
34842         * tests/unistdio/test-u32-vsnprintf1.c: New file.
34843         * tests/unistdio/test-u32-vsprintf1.c: New file.
34844         * modules/unistdio/base: New file.
34845         * modules/unistdio/u-printf-args: New file.
34846         * modules/unistdio/ulc-asnprintf: New file.
34847         * modules/unistdio/ulc-asprintf: New file.
34848         * modules/unistdio/ulc-fprintf: New file.
34849         * modules/unistdio/ulc-printf-parse: New file.
34850         * modules/unistdio/ulc-snprintf: New file.
34851         * modules/unistdio/ulc-sprintf: New file.
34852         * modules/unistdio/ulc-vasnprintf: New file.
34853         * modules/unistdio/ulc-vasprintf: New file.
34854         * modules/unistdio/ulc-vfprintf: New file.
34855         * modules/unistdio/ulc-vsnprintf: New file.
34856         * modules/unistdio/ulc-vsprintf: New file.
34857         * modules/unistdio/u8-asnprintf: New file.
34858         * modules/unistdio/u8-asprintf: New file.
34859         * modules/unistdio/u8-printf-parse: New file.
34860         * modules/unistdio/u8-snprintf: New file.
34861         * modules/unistdio/u8-sprintf: New file.
34862         * modules/unistdio/u8-vasnprintf: New file.
34863         * modules/unistdio/u8-vasprintf: New file.
34864         * modules/unistdio/u8-vsnprintf: New file.
34865         * modules/unistdio/u8-vsprintf: New file.
34866         * modules/unistdio/u8-u8-asnprintf: New file.
34867         * modules/unistdio/u8-u8-asprintf: New file.
34868         * modules/unistdio/u8-u8-snprintf: New file.
34869         * modules/unistdio/u8-u8-sprintf: New file.
34870         * modules/unistdio/u8-u8-vasnprintf: New file.
34871         * modules/unistdio/u8-u8-vasprintf: New file.
34872         * modules/unistdio/u8-u8-vsnprintf: New file.
34873         * modules/unistdio/u8-u8-vsprintf: New file.
34874         * modules/unistdio/u16-asnprintf: New file.
34875         * modules/unistdio/u16-asprintf: New file.
34876         * modules/unistdio/u16-printf-parse: New file.
34877         * modules/unistdio/u16-snprintf: New file.
34878         * modules/unistdio/u16-sprintf: New file.
34879         * modules/unistdio/u16-vasnprintf: New file.
34880         * modules/unistdio/u16-vasprintf: New file.
34881         * modules/unistdio/u16-vsnprintf: New file.
34882         * modules/unistdio/u16-vsprintf: New file.
34883         * modules/unistdio/u16-u16-asnprintf: New file.
34884         * modules/unistdio/u16-u16-asprintf: New file.
34885         * modules/unistdio/u16-u16-snprintf: New file.
34886         * modules/unistdio/u16-u16-sprintf: New file.
34887         * modules/unistdio/u16-u16-vasnprintf: New file.
34888         * modules/unistdio/u16-u16-vasprintf: New file.
34889         * modules/unistdio/u16-u16-vsnprintf: New file.
34890         * modules/unistdio/u16-u16-vsprintf: New file.
34891         * modules/unistdio/u32-asnprintf: New file.
34892         * modules/unistdio/u32-asprintf: New file.
34893         * modules/unistdio/u32-printf-parse: New file.
34894         * modules/unistdio/u32-snprintf: New file.
34895         * modules/unistdio/u32-sprintf: New file.
34896         * modules/unistdio/u32-vasnprintf: New file.
34897         * modules/unistdio/u32-vasprintf: New file.
34898         * modules/unistdio/u32-vsnprintf: New file.
34899         * modules/unistdio/u32-vsprintf: New file.
34900         * modules/unistdio/u32-u32-asnprintf: New file.
34901         * modules/unistdio/u32-u32-asprintf: New file.
34902         * modules/unistdio/u32-u32-snprintf: New file.
34903         * modules/unistdio/u32-u32-sprintf: New file.
34904         * modules/unistdio/u32-u32-vasnprintf: New file.
34905         * modules/unistdio/u32-u32-vasprintf: New file.
34906         * modules/unistdio/u32-u32-vsnprintf: New file.
34907         * modules/unistdio/u32-u32-vsprintf: New file.
34908         * modules/unistdio/ulc-asnprintf-tests: New file.
34909         * modules/unistdio/ulc-vasnprintf-tests: New file.
34910         * modules/unistdio/ulc-vasprintf-tests: New file.
34911         * modules/unistdio/ulc-vsnprintf-tests: New file.
34912         * modules/unistdio/ulc-vsprintf-tests: New file.
34913         * modules/unistdio/u8-asnprintf-tests: New file.
34914         * modules/unistdio/u8-vasnprintf-tests: New file.
34915         * modules/unistdio/u8-vasprintf-tests: New file.
34916         * modules/unistdio/u8-vsnprintf-tests: New file.
34917         * modules/unistdio/u8-vsprintf-tests: New file.
34918         * modules/unistdio/u16-asnprintf-tests: New file.
34919         * modules/unistdio/u16-vasnprintf-tests: New file.
34920         * modules/unistdio/u16-vasprintf-tests: New file.
34921         * modules/unistdio/u16-vsnprintf-tests: New file.
34922         * modules/unistdio/u16-vsprintf-tests: New file.
34923         * modules/unistdio/u32-asnprintf-tests: New file.
34924         * modules/unistdio/u32-vasnprintf-tests: New file.
34925         * modules/unistdio/u32-vasprintf-tests: New file.
34926         * modules/unistdio/u32-vsnprintf-tests: New file.
34927         * modules/unistdio/u32-vsprintf-tests: New file.
34928         * MODULES.html.sh (Unicode string functions): Add the new modules.
34929
34930 2007-07-01  Bruno Haible  <bruno@clisp.org>
34931
34932         * lib/sprintf.c (sprintf): Limit the available length estimation,
34933         to avoid address wraparound.
34934         * lib/vsprintf.c (vsprintf): Likewise.
34935         * modules/sprintf-posix (Dependencies): Add stdint.
34936         * modules/vsprintf-posix (Dependencies): Likewise.
34937
34938 2007-07-01  Bruno Haible  <bruno@clisp.org>
34939
34940         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
34941         Windows PATH as well. Conservative double-quoting. Comments.
34942
34943 2007-07-01  Bruno Haible  <bruno@clisp.org>
34944             Eric Blake  <ebb9@byu.net>
34945             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34946
34947         * gnulib-tool (self_abspathname): Fix algorithm to cope with
34948         empty components in $PATH, denoting '.'.
34949
34950 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34951
34952         * gnulib-tool: Fix indentation.
34953         (func_create_megatestdir): Likewise.
34954         Report by Bruno Haible.
34955
34956 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
34957
34958         Sync from Automake.
34959         * build-aux/gnupload: Fix shell portability issues with for loops.
34960         Report by Karl Berry.
34961
34962 2007-06-29  Simon Josefsson  <simon@josefsson.org>
34963
34964         * build-aux/maint.mk (POURL): Use translationproject.org.
34965
34966 2007-06-27  Simon Josefsson  <simon@josefsson.org>
34967             Bruno Haible  <bruno@clisp.org>
34968
34969         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
34970         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
34971         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
34972         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
34973         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
34974
34975 2007-06-27  Bruno Haible  <bruno@clisp.org>
34976
34977         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
34978         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
34979
34980 2007-06-26  Karl Berry  <karl@gnu.org>
34981
34982         * MODULES.html.sh: remove xreadlink-with-size.
34983
34984 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
34985
34986         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
34987         method that I hope also handles the double-include problem noted
34988         by Bruno Haible in
34989         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
34990
34991 2007-06-23  Bruno Haible  <bruno@clisp.org>
34992
34993         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
34994         Don't let the 'mostlyclean' target fail if the last subdirectory could
34995         not be removed.
34996         Reported by Karl Berry.
34997
34998 2007-06-23  Bruno Haible  <bruno@clisp.org>
34999
35000         * gnulib-tool (echo): Add a speedier workaround for ksh.
35001         * tests/test-echo.sh: Likewise.
35002
35003 2007-06-23  Bruno Haible  <bruno@clisp.org>
35004
35005         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
35006         * tests/test-echo.sh: Likewise.
35007
35008 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35009
35010         * gnulib-tool (IFS): Initialize early, so we don't set it to
35011         empty later.
35012         (self_abspathname): Rewrite algorithm to set it, reindent.
35013         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
35014         (func_create_megatestdir): Merge some sed scripts.
35015
35016 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
35017
35018         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
35019         exposed by Sun Studio 11 cc on Solaris 8.
35020
35021 2007-06-22  Bruno Haible  <bruno@clisp.org>
35022
35023         * gnulib-tool (echo): Ensure the echo primitive does not interpret
35024         backslashes.
35025         * tests/test-echo.sh: New file.
35026
35027 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
35028
35029         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
35030         simplify `sed_replace_build_aux' scripts, they are portable but
35031         echoing them with `echo' is not.
35032         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
35033
35034 2007-06-21  Karl Berry  <karl@gnu.org>
35035
35036         * config/srclist.txt: guess we can't handle the licenses via
35037         srclist at the moment.
35038
35039 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
35040
35041         * MODULES.html.sh: Add include_next.
35042         * modules/include_next: New file.
35043
35044 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
35045
35046         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
35047         INCLUDE_NEXT.
35048         (gl_CHECK_NEXT_HEADERS): New macro.
35049         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
35050         the obsolescent gl_ABSOLUTE_HEADER.
35051         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
35052         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
35053         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
35054         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
35055         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
35056         * m4/math_h.m4 (gl_MATH_H): Likewise.
35057         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
35058         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
35059         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
35060         * m4/stdint.m4 (gl_STDINT_H): Likewise.
35061         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
35062         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
35063         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
35064         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
35065         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
35066         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
35067         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
35068         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
35069         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
35070         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
35071         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
35072         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
35073         * m4/inttypes.m4 (gl_INTTYPES_H): Define
35074         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
35075         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
35076         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
35077         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
35078         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
35079         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
35080         * lib/float_.h: Likewise.
35081         * lib/inttypes_.h: Likewise.
35082         * lib/math_.h: Likewise.
35083         * lib/search_.h: Likewise.
35084         * lib/signal_.h: Likewise.
35085         * lib/stdint_.h: Likewise.
35086         * lib/stdio_.h: Likewise.
35087         * lib/stdlib_.h: Likewise.
35088         * lib/string_.h: Likewise.
35089         * lib/sys_stat_.h: Likewise.
35090         * lib/sys_time_.h: Likewise.
35091         * lib/time_.h: Likewise.
35092         * lib/unistd_.h: Likewise.
35093         * lib/wchar_.h: Likewise.
35094         * lib/wctype_.h: Likewise.
35095         * lib/dirent_.h: Likewise.
35096         * lib/iconv_.h: Likewise.
35097         * lib/locale_.h: Likewise.
35098         * lib/netinet_in_.h: Likewise.
35099         * lib/sys_select_.h: Likewise.
35100         * lib/sys_socket_.h: Likewise.
35101         * lib/sysexits_.h: Likewise.
35102         * modules/fcntl (Depends-on): Depend on include_next, not
35103         absolute_header.
35104         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
35105         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
35106         * modules/fchdir: Likewise.
35107         * modules/float: Likewise.
35108         * modules/iconv_open: Likewise.
35109         * modules/inttypes: Likewise.
35110         * modules/locale: Likewise.
35111         * modules/math: Likewise.
35112         * modules/netinet_in: Likewise.
35113         * modules/search: Likewise.
35114         * modules/signal: Likewise.
35115         * modules/stdint: Likewise.
35116         * modules/stdio: Likewise.
35117         * modules/stdlib: Likewise.
35118         * modules/string: Likewise.
35119         * modules/sys_select: Likewise.
35120         * modules/sys_socket: Likewise.
35121         * modules/sys_stat: Likewise.
35122         * modules/sys_time: Likewise.
35123         * modules/sysexits: Likewise.
35124         * modules/time: Likewise.
35125         * modules/unistd: Likewise.
35126         * modules/wchar: Likewise.
35127         * modules/wctype: Likewise.
35128         * modules/sys_stat: Change maintainer to "all".
35129         * modules/unistd: Likewise.
35130
35131 2007-06-20  Karl Berry  <karl@gnu.org>
35132
35133         * config/srclist.txt: track www changes in license files.
35134
35135 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
35136
35137         * build-aux/bootstrap: Remove stray dot.
35138         Make sure build_aux settings are honored when linking
35139         gnulib_extra_files.
35140
35141 2007-06-19  Eric Blake  <ebb9@byu.net>
35142
35143         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
35144         Allow compilation on cygwin.
35145
35146 2007-06-19  Jim Meyering  <jim@meyering.net>
35147
35148         xreadlink-with-size: Remove module.  No longer used.
35149         Ex-callers now use xreadlink or mreadlink-with-size.
35150         * modules/xreadlink-with-size: Remove module.
35151         * lib/xreadlink-with-size.c: Remove file.
35152         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
35153         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
35154         just before the function definition *is* accurate.
35155
35156         Eliminate one way canonicalize_filename_mode could exit.
35157         * lib/canonicalize.c (canonicalize_filename_mode):
35158         Use mreadlink_with_size, not xreadlink_with_size.
35159
35160 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
35161
35162         Detect porting problems to FreeBSD/arm, which has time_t wider than
35163         long int.  Original problem reported for GNU diff by Xin Li in
35164         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
35165         * modules/getdate (Depends-on): Add intprops, verify.
35166         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
35167         is an integer type no wider than long int.
35168
35169 2007-06-18  Jim Meyering  <jim@meyering.net>
35170
35171         New module: mreadlink-with-size.
35172         * MODULES.html.sh: Add mreadlink-with-size.
35173         * modules/mreadlink-with-size: New module
35174         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
35175         not xreadlink-with-size.
35176         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
35177
35178 2007-06-16  Bruno Haible  <bruno@clisp.org>
35179
35180         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
35181         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
35182         Reported by Gary V. Vaughan <gary@gnu.org>.
35183
35184 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
35185
35186         Revamp lchown so that it lives in unistd.h where it belongs.
35187         * lib/lchown.h: Remove.
35188         * lib/dirchownmod.c: Don't include lib/lchown.h.
35189         * lib/fchownat.c: Likewise.
35190         * lib/openat.c: Likewise.
35191         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
35192         does not follow symlinks.
35193         (EOPNOTSUPP): Define if not defined.
35194         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
35195         is defined to 0.
35196         (lchown): New decl.
35197         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
35198         Do not check for lchown decl.
35199         Set REPLACE_LCHOWN.
35200         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
35201         REPLACE_LCHOWN.
35202         * modules/chown: Make it clear it follows symlinks.
35203         * modules/lchown: Make it clear it doesn't follow symlinks.
35204         (Files): Remove lib/lchown.h
35205         (Depends-on): Add unistd.
35206         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
35207         (Include): Include <unistd.h>, not "lchown.h".
35208         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
35209         REPLACE_LCHOWN.
35210
35211 2007-06-15  Jim Meyering  <jim@meyering.net>
35212
35213         Change license (GPL to LGPL) of fsusage and dependents.
35214         * modules/fsusage (License): Change to LGPL.
35215         * modules/full-read (License): Likewise.
35216         * modules/full-write (License): Likewise.
35217         * modules/safe-read (License): Likewise.
35218         * modules/safe-write (License): Likewise.
35219
35220 2007-06-14  Ben Pfaff  <blp@gnu.org>
35221
35222         Missing part of allocsa -> malloca transition.
35223         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
35224         gl_MALLOCA.
35225
35226 2007-06-12  Bruno Haible  <bruno@clisp.org>
35227
35228         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
35229         to ia64, x86_64, i386.
35230         Reported by Eric Blake.
35231
35232 2007-06-12  Bruno Haible  <bruno@clisp.org>
35233
35234         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
35235         cross-compiling to x86_64.
35236
35237 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
35238
35239         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
35240         glitch reported by Ralf Wildenhues in
35241         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
35242
35243         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
35244         Vin Shelton.
35245
35246 2007-06-11  Bruno Haible  <bruno@clisp.org>
35247
35248         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
35249         replacement string.
35250         Reported by Eric Blake.
35251
35252 2007-06-10  Bruno Haible  <bruno@clisp.org>
35253
35254         Prepare vasnprintf code for use with Unicode strings.
35255         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
35256         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
35257         TYPE_U32_STRING.
35258         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
35259         a_u32_string variants.
35260         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
35261         * lib/printf-args.c: Don't include config.h and the specification
35262         header if PRINTF_FETCHARGS is already defined.
35263         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
35264         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
35265         TYPE_U16_STRING, TYPE_U32_STRING.
35266         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
35267         u16_directive, u16_directives, u32_directive, u32_directives): New
35268         types.
35269         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
35270         New declarations.
35271         * lib/printf-parse.c: Don't include config.h and the specification
35272         header if PRINTF_PARSE is already defined. Eliminate the set of
35273         parameters for WIDE_CHAR_VERSION; the user of this file must provide
35274         them now. Include c-ctype.h.
35275         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
35276         directive and CHAR_T_ONLY_ASCII.
35277         * lib/vasnprintf.c: Don't include config.h and the specification header
35278         if VASNPRINTF is already defined.
35279         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
35280         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
35281         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
35282         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
35283         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
35284         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
35285         code accordingly.
35286         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
35287         pad_ourselves also in this case, with the 'c' and 's' directives, and
35288         with a different notion of "width".
35289         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
35290
35291 2007-06-10  Bruno Haible  <bruno@clisp.org>
35292
35293         * modules/unistr/u32-mbsnlen: New file.
35294         * lib/unistr/u32-mbsnlen.c: New file.
35295
35296         * modules/unistr/u16-mbsnlen: New file.
35297         * lib/unistr/u16-mbsnlen.c: New file.
35298
35299         * modules/unistr/u8-mbsnlen: New file.
35300         * lib/unistr/u8-mbsnlen.c: New file.
35301
35302         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
35303         declarations.
35304
35305 2007-06-10  Bruno Haible  <bruno@clisp.org>
35306
35307         * lib/string_.h (mbsnlen): New declaration.
35308         * lib/mbsnlen.c: New file.
35309         * m4/mbsnlen.m4: New file.
35310         * modules/mbsnlen: New file.
35311         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
35312         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
35313         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
35314
35315 2007-06-10  Bruno Haible  <bruno@clisp.org>
35316
35317         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
35318
35319 2007-06-10  Bruno Haible  <bruno@clisp.org>
35320
35321         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
35322         * lib/mbuiter.h: Likewise.
35323
35324 2007-06-10  Bruno Haible  <bruno@clisp.org>
35325
35326         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
35327         declaration.
35328
35329 2007-06-10  Karl Berry  <karl@gnu.org>
35330
35331         * config/srclist.txt: remove gettext entries, Bruno prefers
35332         to update individually.
35333
35334 2007-06-10  Bruno Haible  <bruno@clisp.org>
35335
35336         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
35337         'maxlen'. Ensure only length + width bytes are allocated, not
35338         length + 1 + width.
35339
35340 2007-06-09  Bruno Haible  <bruno@clisp.org>
35341
35342         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
35343         (CHAR_T): Remove macro.
35344         (VASNPRINTF): Update.
35345
35346 2007-06-09  Bruno Haible  <bruno@clisp.org>
35347
35348         * MODULES.html.sh (Unicode string functions): Add the new modules.
35349
35350         * modules/uniconv/u32-conv-to-enc: New file.
35351         * lib/uniconv/u32-conv-to-enc.c: New file.
35352         * modules/uniconv/u32-conv-to-enc-tests: New file.
35353         * tests/uniconv/test-u32-conv-to-enc.c: New file.
35354
35355         * modules/uniconv/u16-conv-to-enc: New file.
35356         * lib/uniconv/u16-conv-to-enc.c: New file.
35357         * lib/uniconv/u-conv-to-enc.h: New file.
35358         * modules/uniconv/u16-conv-to-enc-tests: New file.
35359         * tests/uniconv/test-u16-conv-to-enc.c: New file.
35360
35361         * modules/uniconv/u8-conv-to-enc: New file.
35362         * lib/uniconv/u8-conv-to-enc.c: New file.
35363         * modules/uniconv/u8-conv-to-enc-tests: New file.
35364         * tests/uniconv/test-u8-conv-to-enc.c: New file.
35365
35366         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
35367         u32_conv_to_encoding): New declarations.
35368
35369 2007-06-09  Bruno Haible  <bruno@clisp.org>
35370
35371         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
35372
35373 2007-06-09  Bruno Haible  <bruno@clisp.org>
35374
35375         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
35376         * modules/malloca: Renamed from modules/allocsa, updated.
35377         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
35378         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
35379         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
35380         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
35381         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
35382         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
35383         * modules/xmalloca: Renamed from modules/xallocsa, updated.
35384         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
35385         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
35386         * modules/c-strcasestr (Depends-on): Update.
35387         * lib/c-strcasestr.c: Update.
35388         * modules/c-strstr (Depends-on): Update.
35389         * lib/c-strstr.c: Update.
35390         * modules/canonicalize-lgpl (Depends-on): Update.
35391         * lib/canonicalize-lgpl.c: Update.
35392         * modules/clean-temp (Depends-on): Update.
35393         * lib/clean-temp.c: Update.
35394         * modules/csharpcomp (Depends-on): Update.
35395         * lib/csharpcomp.c: Update.
35396         * modules/csharpexec (Depends-on): Update.
35397         * lib/csharpexec.c: Update.
35398         * modules/javacomp (Depends-on): Update.
35399         * lib/javacomp.c: Update.
35400         * modules/javaexec (Depends-on): Update.
35401         * lib/javaexec.c: Update.
35402         * modules/mbscasestr (Depends-on): Update.
35403         * lib/mbscasestr.c: Update.
35404         * modules/mbsstr (Depends-on): Update.
35405         * lib/mbsstr.c: Update.
35406         * modules/setenv (Depends-on): Update.
35407         * lib/setenv.c: Update.
35408         * modules/strcasestr (Depends-on): Update.
35409         * lib/strcasestr.c: Update.
35410         * modules/striconveha (Depends-on): Update.
35411         * lib/striconveha.c: Update.
35412         * modules/relocatable-prog-wrapper (Files): Update.
35413         * lib/relocwrapper.c: Update.
35414         * build-aux/install-reloc: Update.
35415         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
35416
35417 2007-06-08  Bruno Haible  <bruno@clisp.org>
35418
35419         Port to uClibc.
35420         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
35421         * lib/fpurge.c (fpurge): Likewise.
35422         * lib/freading.c (freading): Likewise.
35423         * lib/fseeko.c (rpl_fseeko): Likewise.
35424         * lib/fseterr.c (fseterr): Likewise.
35425         * lib/fwriting.c (fwriting): Likewise.
35426         * tests/test-fflush.c (main): Avoid a failure on uClibc.
35427
35428 2007-06-08  Bruno Haible  <bruno@clisp.org>
35429
35430         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
35431         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
35432         * modules/gettext (Files): Add m4/intlmacosx.m4.
35433
35434 2007-06-07  Bruno Haible  <bruno@clisp.org>
35435
35436         * modules/localename-tests: New file.
35437         * tests/test-localename.c: New file.
35438
35439         New module 'localename'.
35440         * lib/localename.h: New file.
35441         * lib/localename.c: New file, from GNU gettext.
35442         * m4/localename.m4: New file.
35443         * modules/localename: New file.
35444
35445 2007-06-07  Bruno Haible  <bruno@clisp.org>
35446
35447         Work around the lack of <wchar.h> on some builds of uClibc.
35448         * doc/headers/wchar.texi: Update.
35449         * lib/wchar_.h: Include <wchar.h> only if it exists.
35450         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
35451         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
35452         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
35453         doesn't exist.
35454         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
35455         * modules/mbfile (Depends-on): Add wchar.
35456         * modules/mbiter (Depends-on): Likewise.
35457         * modules/mbuiter (Depends-on): Likewise.
35458         Reported by Simon Josefsson.
35459
35460 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
35461
35462         Work around problem reported by Steven M. Schweda in
35463         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
35464         Tru64 5.1B with the Compaq compiler environment installed declares
35465         an 'isblank' function but does not define it in the C library.
35466         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
35467         * lib/regex_internal.h (isblank): Likewise.
35468         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
35469         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
35470
35471 2007-06-05  Bruno Haible  <bruno@clisp.org>
35472
35473         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
35474         ia64.
35475         * modules/printf-safe: New file.
35476         * modules/fprintf-posix (Depends-on): Add printf-safe.
35477         * modules/printf-posix (Depends-on): Likewise.
35478         * modules/snprintf-posix (Depends-on): Likewise.
35479         * modules/sprintf-posix (Depends-on): Likewise.
35480         * modules/vasnprintf-posix (Depends-on): Likewise.
35481         * modules/vasprintf-posix (Depends-on): Likewise.
35482         * modules/vfprintf-posix (Depends-on): Likewise.
35483         * modules/vprintf-posix (Depends-on): Likewise.
35484         * modules/vsnprintf-posix (Depends-on): Likewise.
35485         * modules/vsprintf-posix (Depends-on): Likewise.
35486         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
35487         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
35488         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
35489         "no" on i386, x86_64, ia64.
35490         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
35491         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
35492         on i386, x86_64, ia64.
35493         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
35494         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
35495         on i386, x86_64, ia64.
35496         * tests/test-vasnprintf-posix.c: Include float.h.
35497         (LDBL80_WORDS): New macro.
35498         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
35499         on i386, x86_64, ia64.
35500         * tests/test-vasprintf-posix.c: Include float.h.
35501         (LDBL80_WORDS): New macro.
35502         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
35503         on i386, x86_64, ia64.
35504         * tests/test-snprintf-posix.c: Include float.h.
35505         * tests/test-sprintf-posix.c: Likewise.
35506         * tests/test-vsnprintf-posix.c: Likewise.
35507         * tests/test-vsprintf-posix.c: Likewise.
35508
35509 2007-06-05  Bruno Haible  <bruno@clisp.org>
35510
35511         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
35512         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
35513         non-IEEE numbers on i386, x86_64, ia64.
35514         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
35515         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
35516         * tests/test-isnanl.h: Include float.h.
35517         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
35518
35519 2007-06-05  Bruno Haible  <bruno@clisp.org>
35520
35521         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
35522         also the %a / %A. Handle the %a / %A code before this extra handling.
35523
35524 2007-06-05  Bruno Haible  <bruno@clisp.org>
35525
35526         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
35527         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
35528
35529 2007-06-05  Bruno Haible  <bruno@clisp.org>
35530
35531         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
35532         typo in variable name.
35533
35534 2007-06-05  Eric Blake  <ebb9@byu.net>
35535
35536         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
35537         Reported by Simon Josefsson.
35538
35539 2007-06-04  Bruno Haible  <bruno@clisp.org>
35540
35541         Avoid test failures on some PowerPC platforms.
35542         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
35543         Define differently for PowerPC.
35544         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
35545         Reported by Gary V. Vaughan <gary@gnu.org>.
35546
35547 2007-06-02  Bruno Haible  <bruno@clisp.org>
35548
35549         Fix test-stdint failure on FreeBSD/ia64.
35550         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
35551         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
35552         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
35553         * doc/headers/stdint.texi: Update.
35554
35555 2007-06-01  Bruno Haible  <bruno@clisp.org>
35556
35557         * tests/test-binary-io.c (main): Pass a third argument to open().
35558         Reported by Gary V. Vaughan <gary@gnu.org>.
35559
35560 2007-06-01  Bruno Haible  <bruno@clisp.org>
35561
35562         * doc/functions/frexpl.texi: Update for mingw.
35563
35564 2007-06-01  Bruno Haible  <bruno@clisp.org>
35565
35566         * tests/test-lseek.c (main): Disable test of errno for invalid third
35567         argument.
35568         * doc/functions/lseek.texi: Update.
35569         Reported by Gary V. Vaughan <gary@gnu.org>.
35570
35571 2007-05-28  Bruno Haible  <bruno@clisp.org>
35572
35573         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
35574
35575 2007-05-31  Eric Blake  <ebb9@byu.net>
35576
35577         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
35578         cross compiling.
35579
35580 2007-05-30  Eric Blake  <ebb9@byu.net>
35581         and Bruno Haible  <bruno@clisp.org>
35582
35583         Work around mingw test failures exposed by m4-1.4.9b.
35584         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
35585         * tests/test-unistd.c: Disable uid_t and git_t tests for the
35586         moment.
35587
35588 2007-05-30  Bruno Haible  <bruno@clisp.org>
35589
35590         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
35591         assuming that they are closed. Needed on HP-UX 11.
35592
35593 2007-05-29  Bruno Haible  <bruno@clisp.org>
35594
35595         Fix a problem with #include_next.
35596         * lib/dirent_.h: Split the double-inclusion guard.
35597         * lib/fcntl_.h: Likewise.
35598         * lib/float_.h: Likewise.
35599         * lib/iconv_.h: Likewise.
35600         * lib/inttypes_.h: Likewise.
35601         * lib/locale_.h: Likewise.
35602         * lib/math_.h: Likewise.
35603         * lib/netinet_in_.h: Likewise.
35604         * lib/search_.h: Likewise.
35605         * lib/signal_.h: Likewise.
35606         * lib/stdint_.h: Likewise.
35607         * lib/stdio_.h: Likewise.
35608         * lib/stdlib_.h: Likewise.
35609         * lib/string_.h: Likewise.
35610         * lib/sys_select_.h: Likewise.
35611         * lib/sys_socket_.h: Likewise.
35612         * lib/sys_stat_.h: Likewise.
35613         * lib/sys_time_.h: Likewise.
35614         * lib/sysexits_.h: Likewise.
35615         * lib/time_.h: Likewise.
35616         * lib/unistd_.h: Likewise.
35617         * lib/wchar_.h: Likewise.
35618         * lib/wctype_.h: Likewise.
35619
35620 2007-05-29  Bruno Haible  <bruno@clisp.org>
35621
35622         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
35623         for the moment.
35624
35625 2007-05-29  Bruno Haible  <bruno@clisp.org>
35626
35627         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
35628         invocation.
35629         Reported by Eric Blake.
35630
35631 2007-05-29  Bruno Haible  <bruno@clisp.org>
35632
35633         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
35634         compiling case.
35635
35636 2007-05-29  Eric Blake  <ebb9@byu.net>
35637             Bruno Haible  <bruno@clisp.org>
35638
35639         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
35640         cross compiles.
35641
35642 2007-05-28  Eric Blake  <ebb9@byu.net>
35643
35644         * modules/closein-tests (test_closein_LDADD): Support test on
35645         cygwin with libtool.
35646
35647 2007-05-28  Bruno Haible  <bruno@clisp.org>
35648
35649         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
35650         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
35651         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
35652         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
35653         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
35654         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
35655         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
35656         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
35657         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
35658
35659 2007-05-28  Eric Blake  <ebb9@byu.net>
35660
35661         Unconditionally include <config.h> in unit tests.
35662         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
35663         * tests/test-allocsa.c, tests/test-arcfour.c,
35664         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
35665         tests/test-array_list.c, tests/test-array_oset.c,
35666         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
35667         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
35668         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
35669         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
35670         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
35671         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
35672         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
35673         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
35674         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
35675         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
35676         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
35677         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
35678         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
35679         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
35680         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
35681         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
35682         test-md5.c, test-memmem.c, test-printf-posix.c,
35683         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
35684         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
35685         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
35686         test-strcasestr.c, test-striconv.c, test-striconveh.c,
35687         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
35688         test-vasnprintf-posix2.c, test-vasnprintf.c,
35689         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
35690         test-vfprintf-posix.c, test-vprintf-posix.c,
35691         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
35692         test-xvasprintf.c: Likewise.
35693
35694 2007-05-28  Bruno Haible  <bruno@clisp.org>
35695
35696         * gnulib-tool (func_import): Remember the --with-tests command-line
35697         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
35698         Reported by Eric Blake.
35699
35700 2007-05-28  Bruno Haible  <bruno@clisp.org>
35701
35702         * modules/ftell-tests: New file.
35703         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
35704         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
35705
35706         * lib/ftell.c: New file.
35707         * modules/ftell: New file.
35708         * m4/ftell.m4: New file.
35709         * doc/functions/ftell.texi: Update.
35710         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
35711         REPLACE_FTELL.
35712         * lib/stdio_.h (rpl_ftell): New declaration.
35713         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
35714         REPLACE_FTELL.
35715
35716 2007-05-28  Eric Blake  <ebb9@byu.net>
35717
35718         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
35719
35720 2007-05-28  Bruno Haible  <bruno@clisp.org>
35721
35722         * modules/fseek-tests: New file.
35723         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
35724         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
35725
35726         * lib/fseek.c: New file.
35727         * modules/fseek: New file.
35728         * m4/fseek.m4: New file.
35729         * doc/functions/fseek.texi: Update.
35730         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
35731         REPLACE_FSEEK.
35732         * lib/stdio_.h (rpl_fseek): New declaration.
35733         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
35734         REPLACE_FSEEK.
35735
35736 2007-05-28  Bruno Haible  <bruno@clisp.org>
35737
35738         * lib/stdio_.h (fflush): More comments.
35739
35740 2007-05-28  Bruno Haible  <bruno@clisp.org>
35741
35742         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
35743         runtime test.
35744
35745 2007-05-28  Eric Blake  <ebb9@byu.net>
35746
35747         Improve lseek module.
35748         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
35749         * lib/unistd_.h (lseek): Scale back link warning message.
35750         * tests/test-lseek.c: Beef up test.
35751         * tests/test-lseek.sh: Exercise more facets of lseek.
35752         Reported by Bruno Haible.
35753
35754 2007-05-28  Bruno Haible  <bruno@clisp.org>
35755
35756         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
35757         to define.
35758
35759 2007-05-27  Bruno Haible  <bruno@clisp.org>
35760
35761         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
35762
35763 2007-05-27  Bruno Haible  <bruno@clisp.org>
35764
35765         * modules/openmp: New file.
35766         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
35767         Noah Misch.
35768
35769 2007-05-26  Bruno Haible  <bruno@clisp.org>
35770
35771         * modules/chdir-long (Depends-on): Add fchdir.
35772         * modules/chdir-safer (Depends-on): Likewise.
35773         * modules/fts (Depends-on): Likewise.
35774         * modules/fts-lgpl (Depends-on): Likewise.
35775         * modules/openat (Depends-on): Likewise.
35776         * modules/savewd (Depends-on): Likewise.
35777
35778 2007-05-24  Eric Blake  <ebb9@byu.net>
35779
35780         Fix lseek on mingw.
35781         * modules/lseek: New module.
35782         * m4/lseek.m4: New file.
35783         * lib/lseek.c: New file.
35784         * modules/lseek-tests: New file.
35785         * tests/test-lseek.c: New file.
35786         * tests/test-lseek.sh: New file.
35787         * MODULES.html.sh: Document lseek module.
35788         * modules/fflush (Depends-on): Add lseek, fseeko.
35789         * modules/fseeko (Depends-on): Likewise.
35790         * modules/ftello (Depends-on): Likewise.
35791         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
35792         broken.
35793         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
35794         broken.
35795         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
35796         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
35797         * lib/ftello.c (rpl_ftello): Likewise.
35798         * tests/test-fseeko.c (main): Test this.
35799         * tests/test-fseeko.sh: Likewise.
35800         * tests/test-ftello.c (main): Likewise.
35801         * tests/test-ftello.sh: Likewise.
35802         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
35803         implies replacing fseek.
35804         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
35805         HAVE_FTELLO.
35806         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
35807         * modules/unistd (Makefile.am): Likewise.
35808         * lib/unistd_.h (lseek): Declare a replacement.
35809         * doc/functions/lseek.texi (lseek): Document this fix.
35810         * doc/functions/fseek.texi (fseek): Likewise.
35811         * doc/functions/ftell.texi (ftell): Likewise.
35812
35813 2007-05-24  Bruno Haible  <bruno@clisp.org>
35814
35815         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
35816         in the printed representation of a NaN.
35817         * tests/test-vasprintf-posix.c (test_function): Likewise.
35818         * tests/test-snprintf-posix.h (test_function): Likewise.
35819         * tests/test-sprintf-posix.h (test_function): Likewise.
35820         Reported by Eric Blake.
35821
35822 2007-05-23  Eric Blake  <ebb9@byu.net>
35823
35824         Fix fseeko/ftello on cygwin 1.5.24.
35825         * doc/functions/fseeko.texi (fseeko): Document the fix.
35826         * doc/functions/ftello.texi (ftello): Document the fix.
35827         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
35828         * doc/functions/stdout.text (stdout): New file.
35829         * doc/functions/stderr.text (stderr): New file.
35830         * doc/gnulib.texi (Function Substitutes): Use new files.
35831         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
35832         prior to 1.7.0.
35833         * tests/test-ftello.c (main): Likewise for ftello.
35834         * tests/test-fseeko.sh: New file.
35835         * tests/test-ftello.sh: New file.
35836         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
35837         with seekable stdin.
35838         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
35839         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
35840         (gl_REPLACE_FSEEKO): New macro.
35841         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
35842         * modules/fseeko (Files): Distribute fseeko.c.
35843         * modules/ftello (Files): Distribute ftello.c.
35844         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
35845         mode.
35846         * lib/ftello.c (rpl_ftello): New file.
35847         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
35848         fseeko, ftello.
35849         (gl_STDIN_LARGE_OFFSET): New macro.
35850         * modules/stdio (Makefile.am): Perform the replacement.
35851         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
35852
35853 2007-05-23  Bruno Haible  <bruno@clisp.org>
35854
35855         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
35856         GNULIB_POSIXCHECK is defined.
35857
35858 2007-05-21  Bruno Haible  <bruno@clisp.org>
35859
35860         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
35861         Check also the output for NaN arguments. When cross-compiling, guess
35862         no on IRIX.
35863         * lib/vasnprintf.c: Update comments.
35864         * tests/test-vasnprintf-posix.c (strisnan): New function.
35865         (test_function): Use it.
35866         * tests/test-vasprintf-posix.c (strisnan): New function.
35867         (test_function): Use it.
35868         * tests/test-snprintf-posix.h (strisnan): New function.
35869         (test_function): Use it.
35870         * tests/test-sprintf-posix.h (strisnan): New function.
35871         (test_function): Use it.
35872         Reported by Eric Blake.
35873
35874 2007-05-20  Bruno Haible  <bruno@clisp.org>
35875
35876         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
35877         numbers that fails on BeOS.
35878         * doc/functions/frexpl.texi: Update.
35879
35880 2007-05-20  Jim Meyering  <jim@meyering.net>
35881
35882         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
35883         forced upon us by glibc-2.6.
35884
35885 2007-05-20  Bruno Haible  <bruno@clisp.org>
35886
35887         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
35888         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
35889         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
35890         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
35891         NEED_PRINTF_INFINITE.
35892         (is_infinitel): New function.
35893         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
35894         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
35895         gl_PREREQ_VASNPRINTF_INFINITE.
35896         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
35897         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
35898         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
35899         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
35900         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
35901         gl_PREREQ_VASNPRINTF_INFINITE.
35902         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
35903         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
35904         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
35905         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
35906         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
35907         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
35908         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
35909         * doc/functions/fprintf.texi: Update.
35910         * doc/functions/printf.texi: Update.
35911         * doc/functions/snprintf.texi: Update.
35912         * doc/functions/sprintf.texi: Update.
35913         * doc/functions/vfprintf.texi: Update.
35914         * doc/functions/vprintf.texi: Update.
35915         * doc/functions/vsnprintf.texi: Update.
35916         * doc/functions/vsprintf.texi: Update.
35917
35918 2007-05-20  Bruno Haible  <bruno@clisp.org>
35919
35920         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
35921         was not found in libc.
35922         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
35923
35924 2007-05-20  Bruno Haible  <bruno@clisp.org>
35925
35926         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
35927         printed as "-nan" instead of "nan".
35928         * tests/test-vasprintf-posix.c (test_function): Likewise.
35929         * tests/test-snprintf-posix.h (test_function): Likewise.
35930         * tests/test-sprintf-posix.h (test_function): Likewise.
35931         Needed for HP-UX 11.
35932
35933 2007-05-20  Jim Meyering  <jim@meyering.net>
35934
35935         Fix buggy test for the fchownat-deref bug.
35936         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
35937         symlink required for the run-test.  Without it, this test would
35938         always declare that fchownat doesn't work, and client code would
35939         unnecessarily use the replacement function with fixed libc.
35940         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
35941         Reported by Greg Schafer.
35942
35943 2007-05-19  Bruno Haible  <bruno@clisp.org>
35944
35945         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
35946         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
35947         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
35948         Needed for IRIX 6.5 and Solaris 2.5.1.
35949
35950 2007-05-19  Bruno Haible  <bruno@clisp.org>
35951
35952         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
35953         (test_function): Skip tests involving -0.0 on platforms where
35954         -0.0 = 0.0.
35955         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
35956         (test_function): Skip tests involving -0.0 on platforms where
35957         -0.0 = 0.0.
35958         * tests/test-snprintf-posix.h (have_minus_zero): New function.
35959         (test_function): Skip tests involving -0.0 on platforms where
35960         -0.0 = 0.0.
35961         * tests/test-sprintf-posix.h (have_minus_zero): New function.
35962         (test_function): Skip tests involving -0.0 on platforms where
35963         -0.0 = 0.0.
35964         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
35965         tests.
35966         * tests/test-printf-posix.h (test_function): Likewise.
35967         * tests/test-printf-posix.output: Remove all -0.0 related results.
35968         Needed for IRIX 6.5.
35969
35970 2007-05-19  Bruno Haible  <bruno@clisp.org>
35971
35972         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
35973         printed as "nan0x7fffffff" instead of "nan".
35974         * tests/test-vasprintf-posix.c (test_function): Likewise.
35975         * tests/test-snprintf-posix.h (test_function): Likewise.
35976         * tests/test-sprintf-posix.h (test_function): Likewise.
35977         * tests/test-fprintf-posix.h (NaN): Remove macro.
35978         (test_function): Remove all NaN related tests.
35979         * tests/test-printf-posix.h (NaN): Remove macro.
35980         (test_function): Remove all NaN related tests.
35981         * tests/test-printf-posix.output: Remove all NaN related results.
35982         Needed for IRIX 6.5.
35983
35984 2007-05-19  Bruno Haible  <bruno@clisp.org>
35985
35986         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
35987         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
35988
35989 2007-05-19  Bruno Haible  <bruno@clisp.org>
35990
35991         * lib/float_.h: New file.
35992         * m4/float_h.m4: New file.
35993         * modules/float: New file.
35994         * modules/isnanl (Dependencies): Add float.
35995         * modules/isnanl-nolibm (Dependencies): Likewise.
35996         * modules/mathl (Dependencies): Likewise.
35997         * modules/printf-frexpl (Dependencies): Likewise.
35998         * modules/signbit (Dependencies): Likewise.
35999         * modules/vasnprintf (Dependencies): Likewise.
36000         * doc/headers/float.texi: Update.
36001
36002 2007-05-19  Jim Meyering  <jim@meyering.net>
36003
36004         * lib/utimens.c (gl_futimens): Rename from futimens,
36005         now that glibc-2.6 declares futimens.
36006         * lib/utimens.h: Likewise.
36007
36008 2007-05-19  Bruno Haible  <bruno@clisp.org>
36009
36010         Avoid test failures on mingw.
36011         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
36012         * tests/test-printf-posix.sh: Likewise.
36013         * tests/test-vfprintf-posix.sh: Likewise.
36014         * tests/test-vprintf-posix.sh: Likewise.
36015
36016 2007-05-19  Bruno Haible  <bruno@clisp.org>
36017
36018         Fix *printf result for NaN, Inf, -0.0 on mingw.
36019         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
36020         * lib/vasnprintf.c: Include math.h and isnan.h.
36021         (is_infinite_or_zero): New function.
36022         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
36023         values in the %f, %F, %e, %E, %g, %G directives.
36024         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
36025         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
36026         gl_PRINTF_INFINITE and test its result. Invoke
36027         gl_PREREQ_VASNPRINTF_INFINITE.
36028         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
36029         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
36030         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
36031         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
36032         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
36033         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
36034         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
36035         * doc/functions/fprintf.texi: Update.
36036         * doc/functions/printf.texi: Update.
36037         * doc/functions/snprintf.texi: Update.
36038         * doc/functions/sprintf.texi: Update.
36039         * doc/functions/vfprintf.texi: Update.
36040         * doc/functions/vprintf.texi: Update.
36041         * doc/functions/vsnprintf.texi: Update.
36042         * doc/functions/vsprintf.texi: Update.
36043
36044 2007-05-19  Bruno Haible  <bruno@clisp.org>
36045
36046         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
36047         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
36048         Instead of multiplying with 10^k, set extra_zeroes to k.
36049         (scale10_round_long_double): Remove function.
36050
36051 2007-05-18  Bruno Haible  <bruno@clisp.org>
36052
36053         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
36054         introduced on 2007-05-06.
36055
36056 2007-05-18  Bruno Haible  <bruno@clisp.org>
36057
36058         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
36059         %g directives.
36060         * tests/test-vasprintf-posix.c (test_function): Likewise.
36061         * tests/test-snprintf-posix.h (test_function): Likewise.
36062         * tests/test-sprintf-posix.h (test_function): Likewise.
36063
36064 2007-05-18  Bruno Haible  <bruno@clisp.org>
36065
36066         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
36067         (strmatch): New function.
36068         (test_function): Test the %f directive on numbers of various exponents.
36069         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
36070         (strmatch): New function.
36071         (test_function): Test the %f directive on numbers of various exponents.
36072         * tests/test-snprintf-posix.h (strmatch): New function.
36073         (test_function): Test the %f directive on numbers of various exponents.
36074         * tests/test-sprintf-posix.h (strmatch): New function.
36075         (test_function): Test the %f directive on numbers of various exponents.
36076         * tests/test-snprintf-posix.c (SIZEOF): New macro.
36077         * tests/test-sprintf-posix.c (SIZEOF): New macro.
36078         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
36079         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
36080
36081 2007-05-18  Bruno Haible  <bruno@clisp.org>
36082
36083         Add support for 'long double' number output.
36084         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
36085         * lib/vasnprintf.c: Include math.h and float+.h.
36086         (mp_limb_t): New type.
36087         (GMP_LIMB_BITS): New macro.
36088         (mp_twolimb_t): New type.
36089         (GMP_TWOLIMB_BITS): New macro.
36090         (mpn_t): New type.
36091         (multiply, divide, convert_to_decimal, decode_long_double,
36092         scale10_round_long_double, scale10_round_decimal_long_double,
36093         floorlog10l): New functions.
36094         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
36095         for the %f, %F, %e, %E, %g, %G directives.
36096         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
36097         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
36098         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
36099         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
36100         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
36101         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
36102         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
36103         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
36104         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
36105         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
36106         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
36107         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
36108         * modules/snprintf-posix (Depends-on): Likewise.
36109         * modules/sprintf-posix (Depends-on): Likewise.
36110         * modules/vasnprintf-posix (Depends-on): Likewise.
36111         * modules/vasprintf-posix (Depends-on): Likewise.
36112         * modules/vfprintf-posix (Depends-on): Likewise.
36113         * modules/vsnprintf-posix (Depends-on): Likewise.
36114         * modules/vsprintf-posix (Depends-on): Likewise.
36115         * modules/vasnprintf (Files): Add lib/float+.h.
36116         * doc/functions/fprintf.texi: Update.
36117         * doc/functions/printf.texi: Update.
36118         * doc/functions/snprintf.texi: Update.
36119         * doc/functions/sprintf.texi: Update.
36120         * doc/functions/vfprintf.texi: Update.
36121         * doc/functions/vprintf.texi: Update.
36122         * doc/functions/vsnprintf.texi: Update.
36123         * doc/functions/vsprintf.texi: Update.
36124
36125 2007-05-18  Bruno Haible  <bruno@clisp.org>
36126
36127         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
36128
36129 2007-05-18  Bruno Haible  <bruno@clisp.org>
36130
36131         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
36132         for printing 64-bit integers. Needed for mingw.
36133
36134 2007-05-18  Bruno Haible  <bruno@clisp.org>
36135
36136         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
36137         gl_FUNC_FREXPL_WORKS.
36138         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
36139
36140 2007-05-18  Bruno Haible  <bruno@clisp.org>
36141
36142         * modules/frexpl-nolibm-tests: New file.
36143
36144         * modules/frexpl-nolibm: New file.
36145         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
36146
36147 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
36148
36149         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
36150         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
36151         GCC 4.2, which otherwise issues a lot of warnings.
36152         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
36153         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
36154         Likewise.
36155         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
36156         * modules/iconv_open (iconv.h): Likewise.
36157         * modules/locale (locale.h): Likewise.
36158         * modules/netinet_in (netinet/in.h): Likewise.
36159         * modules/sys_select (sys_select.h): Likewise.
36160         * modules/sys_socket (sys/socket.h): Likewise.
36161         * modules/sys_stat (sys/stat.h): Likewise.
36162         * modules/sysexits (sysexits.h): Likewise.
36163         * modules/unistd (unistd.h): Likewise.
36164
36165 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36166
36167         * modules/closein-tests (Makefile.am): Distribute
36168         `test-closein.sh'.
36169
36170 2007-05-17  Bruno Haible  <bruno@clisp.org>
36171
36172         * tests/test-printf-posix.output: Renamed from
36173         tests/test-fprintf-posix.out.
36174         * modules/fprintf-posix-tests: Update.
36175         * modules/printf-posix-tests: Update.
36176         * modules/vfprintf-posix-tests: Update.
36177         * modules/vprintf-posix-tests: Update.
36178         * tests/test-fprintf-posix.sh: Update.
36179         * tests/test-printf-posix.sh: Update.
36180         * tests/test-vfprintf-posix.sh: Update.
36181         * tests/test-vprintf-posix.sh: Update.
36182         Reported by Ralf Wildenhues.
36183
36184 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
36185
36186         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
36187         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
36188         GCC 4.2, which otherwise issues a lot of warnings.
36189         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
36190         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
36191         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
36192         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
36193         it should no longer be needed.
36194         * lib/string_.h: Likewise.
36195         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
36196         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
36197         * modules/inttypes (inttypes.h): Likewise.
36198         * modules/math (math.h): Likewise.
36199         * modules/search (search.h): Likewise.
36200         * modules/signal (signal.h): Likewise.
36201         * modules/stdint (stdint.h): Likewise.
36202         * modules/stdio (stdio.h): Likewise.
36203         * modules/stdlib (stdlib.h): Likewise.
36204         * modules/string (string.h): Likewise.
36205         * modules/sys_time (sys/time.h): Likewise.
36206         * modules/time (time.h): Likewise.
36207         * modules/wchar (wchar.h): Likewise.
36208         * modules/wctype (wtype.h): Likewise.
36209
36210 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
36211
36212         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
36213
36214 2007-05-13  Bruno Haible  <bruno@clisp.org>
36215
36216         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
36217         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
36218         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
36219         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
36220         (gl_PREREQ_STRTOK_R): Don't require it here.
36221
36222 2007-05-13  Bruno Haible  <bruno@clisp.org>
36223
36224         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
36225         when used in C++ mode.
36226
36227 2007-05-12  Bruno Haible  <bruno@clisp.org>
36228
36229         * lib/linebuffer.h: Tweak doc.
36230         * lib/linebuffer.c: Likewise.
36231
36232 2007-05-12  James Youngman  <jay@gnu.org>
36233
36234         * lib/linebuffer.c (readlinebuffer_delim): New function,
36235         like readlinebuffer, but use a caller-specified delimiter.
36236         (readlinebuffer): Just call readlinebuffer_delim with '\n'
36237         as the delimiter.
36238         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
36239
36240 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
36241
36242         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
36243         * modules/openat (Files): Remove openat-die.c.
36244         (Depends-on): Add openat-die.
36245         * modules/openat-die: New module.
36246
36247 2007-05-06  Bruno Haible  <bruno@clisp.org>
36248
36249         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
36250         Update with info about Cygwin.
36251         * doc/functions/fprintf.texi: Update.
36252         * doc/functions/printf.texi: Update.
36253         * doc/functions/snprintf.texi: Update.
36254         * doc/functions/sprintf.texi: Update.
36255         * doc/functions/vfprintf.texi: Update.
36256         * doc/functions/vprintf.texi: Update.
36257         * doc/functions/vsnprintf.texi: Update.
36258         * doc/functions/vsprintf.texi: Update.
36259         Reported by Eric Blake.
36260
36261 2007-05-06  Bruno Haible  <bruno@clisp.org>
36262
36263         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
36264         padding ourselves for the floating-point directives.
36265         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
36266         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
36267         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
36268         gl_PRINTF_FLAG_ZERO and test its result. Invoke
36269         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
36270         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
36271         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
36272         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
36273         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
36274         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
36275         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
36276         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
36277         * tests/test-snprintf-posix.h (test_function): Also check the width
36278         and some flags in the %f directive.
36279         * tests/test-sprintf-posix.h (test_function): Likewise.
36280         * tests/test-vasnprintf-posix.c (test_function): Likewise.
36281         * tests/test-vasprintf-posix.c (test_function): Likewise.
36282         * doc/functions/fprintf.texi: Update.
36283         * doc/functions/printf.texi: Update.
36284         * doc/functions/snprintf.texi: Update.
36285         * doc/functions/sprintf.texi: Update.
36286         * doc/functions/vfprintf.texi: Update.
36287         * doc/functions/vprintf.texi: Update.
36288         * doc/functions/vsnprintf.texi: Update.
36289         * doc/functions/vsprintf.texi: Update.
36290
36291 2007-05-06  Bruno Haible  <bruno@clisp.org>
36292
36293         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
36294         pass the ' flag character to sprintf or snprintf.
36295         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
36296         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
36297         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
36298         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
36299         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
36300         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
36301         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
36302         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
36303         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
36304         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
36305         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
36306         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
36307         * tests/test-snprintf-posix.h (test_function): Also check the grouping
36308         flag.
36309         * tests/test-sprintf-posix.h (test_function): Likewise.
36310         * tests/test-vasnprintf-posix.c (test_function): Likewise.
36311         * tests/test-vasprintf-posix.c (test_function): Likewise.
36312         * doc/functions/fprintf.texi: Update.
36313         * doc/functions/printf.texi: Update.
36314         * doc/functions/snprintf.texi: Update.
36315         * doc/functions/sprintf.texi: Update.
36316         * doc/functions/vfprintf.texi: Update.
36317         * doc/functions/vprintf.texi: Update.
36318         * doc/functions/vsnprintf.texi: Update.
36319         * doc/functions/vsprintf.texi: Update.
36320
36321 2007-05-01  Bruno Haible  <bruno@clisp.org>
36322
36323         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
36324
36325 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
36326
36327         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
36328         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
36329
36330 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
36331
36332         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
36333         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
36334         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
36335
36336 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
36337
36338         * lib/argp-help.c (struct hol_entry): New member `ord'.
36339         (HOL_ENTRY_PTRCMP): Use ord for comparison
36340         (hol_sort): Initialize ord.
36341
36342 2007-05-01  Bruno Haible  <bruno@clisp.org>
36343
36344         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
36345         Reported by Eric Blake.
36346         * doc/gnulib.texi (Function Substitutes): Update.
36347
36348 2007-05-01  Bruno Haible  <bruno@clisp.org>
36349
36350         * doc/functions.texi: Remove file, now redundant through
36351         doc/functions/*.texi.
36352
36353 2007-05-01  Bruno Haible  <bruno@clisp.org>
36354
36355         * modules/argp (Depends-on): Add sleep.
36356
36357 2007-05-01  Bruno Haible  <bruno@clisp.org>
36358
36359         * modules/sleep-tests: New file.
36360         * tests/test-sleep.c: New file.
36361
36362         * modules/sleep: New file.
36363         * lib/sleep.c: New file.
36364         * m4/sleep.m4: New file.
36365         * lib/unistd_.h (sleep): New declaration.
36366         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
36367         HAVE_SLEEP.
36368         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
36369         * doc/functions/sleep.texi: Document the sleep module.
36370
36371 2007-05-01  Bruno Haible  <bruno@clisp.org>
36372
36373         * lib/sigprocmask.h: Remove file.
36374         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
36375         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
36376         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
36377         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
36378         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
36379         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
36380         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
36381         HAVE_SIGSET_T as a shell variable.
36382         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
36383         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
36384         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
36385         (Depends-on): Add signal. Remove verify.
36386         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
36387         (Include): Mention <signal.h> instead of sigprocmask.h.
36388         * NEWS: Mention the change.
36389         * lib/fatal-signal.c: Don't include sigprocmask.h.
36390
36391 2007-05-01  Bruno Haible  <bruno@clisp.org>
36392
36393         * modules/signal: New file.
36394         * lib/signal_.h: New file.
36395         * m4/signal_h.m4: New file.
36396
36397 2007-05-01  Bruno Haible  <bruno@clisp.org>
36398
36399         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
36400         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
36401         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
36402         HAVE_WCTYPE_CTMP_BUG into wctype.h.
36403
36404 2007-05-01  Bruno Haible  <bruno@clisp.org>
36405
36406         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
36407         configure time.
36408         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
36409         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
36410         * modules/sys_stat (Makefile.am): Substitute their values into
36411         sys/stat.h.
36412
36413 2007-05-01  Bruno Haible  <bruno@clisp.org>
36414
36415         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
36416         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
36417         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
36418
36419 2007-05-01  Bruno Haible  <bruno@clisp.org>
36420
36421         * doc/header/assert.texi: Undo last change: don't mention the gnulib
36422         'assert' module here.
36423
36424 2007-05-01  Bruno Haible  <bruno@clisp.org>
36425
36426         * doc/functions/*.texi: New files.
36427         * doc/functions/google-ranking.txt: New file.
36428         * doc/gnulib.texi (Function Substitutes): New chapter.
36429         (ctime, inet_ntoa): Remove sections.
36430         * doc/ctime.texi: Remove file.
36431         * doc/inet_ntoa.texi: Remove file.
36432         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
36433         dependencies.
36434         (%.info): New rule, specifying a --reference-limit.
36435
36436 2007-05-01  Bruno Haible  <bruno@clisp.org>
36437
36438         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
36439
36440 2007-05-01  Bruno Haible  <bruno@clisp.org>
36441
36442         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
36443         the portability of 'mkdir' to mingw systems.
36444
36445 2007-05-01  Bruno Haible  <bruno@clisp.org>
36446
36447         * doc/headers/google-ranking.txt: New file.
36448
36449 2007-04-30  Eric Blake  <ebb9@byu.net>
36450
36451         Prefer fseeko to fseek.
36452         * modules/getpass (Depends-on): Add fseeko.
36453         * lib/getpass.c (getpass): Use fseeko, not fseek.
36454
36455 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
36456
36457         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
36458         assumes the sorting is stable, while most qsort implementations
36459         are not.  Use argument addresses to ensure they never compare as
36460         equal.
36461
36462         * tests/test-argp-2.sh (usage-indent test): Fix output
36463         (func_compare): Restore diff options
36464         * tests/test-argp.c: Restore #include "progname.h"
36465
36466 2007-04-29  Bruno Haible  <bruno@clisp.org>
36467
36468         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
36469         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
36470         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
36471         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
36472         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
36473         (configure.ac): Define CHECK_SNPRINTF_POSIX.
36474         (TESTS, check_PROGRAMS): Add test-snprintf.
36475         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
36476         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
36477         (TESTS, check_PROGRAMS): Add test-vsnprintf.
36478         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
36479         assertions that fail on HP-UX, OSF/1, or IRIX.
36480         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
36481
36482 2007-04-29  Bruno Haible  <bruno@clisp.org>
36483
36484         * MODULES.html.sh (posix_functions): Remove 'contents'.
36485
36486 2007-04-29  Karl Berry  <karl@gnu.org>
36487
36488         * config/srclist.txt (gendocs_template_min): new entry.
36489
36490 2007-04-29  Bruno Haible  <bruno@clisp.org>
36491
36492         Work around fpurge bug on BSD systems.
36493         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
36494         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
36495         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
36496         fpurge to rpl_fpurge if the system already has this function.
36497         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
36498         the case where the system already has this function. Correct invariants
36499         on BSD systems.
36500         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
36501         BSD systems.
36502
36503 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
36504
36505         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
36506         proposed by Sven Verdoolaege.
36507
36508         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
36509         options.
36510         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
36511         (usage and help tests): Update
36512
36513 2007-04-29  Bruno Haible  <bruno@clisp.org>
36514
36515         * tests/test-fflush.c (main): Use a file of size 17, not 10.
36516         Print more information in case of failure. Disable a test on BeOS.
36517
36518 2007-04-29  Bruno Haible  <bruno@clisp.org>
36519
36520         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
36521         This helps debugging on systems on which no gdb is available.
36522
36523 2007-04-29  Bruno Haible  <bruno@clisp.org>
36524
36525         * lib/freading.h: Improve comments.
36526         * lib/fwriting.h: Likewise.
36527         * tests/test-freading.c (main): Don't check freading immediately after
36528         repositioning. Needed for glibc.
36529
36530 2007-04-29  Bruno Haible  <bruno@clisp.org>
36531
36532         * lib/freading.c (freading): Trivial simplification.
36533
36534 2007-04-28  Bruno Haible  <bruno@clisp.org>
36535
36536         * tests/test-fwriting.c (main): Also test the interaction between
36537         fflush and fwriting.
36538         * modules/fwriting-tests (Depends-on): Add fflush.
36539
36540         * tests/test-freading.c (main): Also test the interaction between
36541         fflush and freading.
36542         * modules/freading-tests (Depends-on): Add fflush.
36543
36544 2007-04-28  Bruno Haible  <bruno@clisp.org>
36545
36546         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
36547         fseeko and ftello.
36548         Suggested by Eric Blake.
36549
36550 2007-04-28  Jim Meyering  <jim@meyering.net>
36551
36552         Avoid false-negative in gl_STDINT_H's C99 conformance test.
36553         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
36554         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
36555
36556 2007-04-27  Eric Blake  <ebb9@byu.net>
36557
36558         * doc/headers/assert.texi (assert.h): Document assert module use.
36559
36560 2007-04-27  Bruno Haible  <bruno@clisp.org>
36561
36562         * doc/headers/*.texi: New files.
36563         * doc/gnulib.texi (Header File Substitutes): New chapter.
36564         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
36565         dependencies.
36566         (standards.info ,standards.html, standards.dvi): Update dependencies.
36567         (mostlyclean, clean): New targets.
36568
36569 2007-04-27  Bruno Haible  <bruno@clisp.org>
36570
36571         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
36572         * modules/sysexits (Files, Makefile.am): Update.
36573
36574         * lib/sys_socket_.h: Renamed from lib/socket_.h.
36575         * modules/sys_socket (Files, Makefile.am): Update.
36576
36577         * lib/sys_stat_.h: Renamed from lib/stat_.h.
36578         * modules/sys_stat (Files, Makefile.am): Update.
36579
36580 2007-04-27  Eric Blake  <ebb9@byu.net>
36581
36582         * lib/freading.h: Improve comments.
36583         * lib/fwriting.h: Likewise.
36584         * lib/fflush.c: Likewise.
36585
36586         Fix closein for mingw.
36587         * modules/closein-tests: Add tests for closein.
36588         * tests/test-closein.c: New file.
36589         * tests/test-closein.sh: Likewise.
36590         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
36591         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
36592
36593 2007-04-27  Bruno Haible  <bruno@clisp.org>
36594
36595         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
36596         version is < 6.
36597         * lib/math_.h [__DECC]: Likewise.
36598         * lib/stdio_.h [__DECC]: Likewise.
36599         * lib/stdlib_.h [__DECC]: Likewise.
36600         * lib/string_.h [__DECC]: Likewise.
36601         * lib/time_.h [__DECC]: Likewise.
36602         * lib/wchar_.h [__DECC]: Likewise.
36603         * lib/wctype_.h [__DECC]: Likewise.
36604
36605 2007-04-27  Bruno Haible  <bruno@clisp.org>
36606
36607         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
36608
36609 2007-04-27  Bruno Haible  <bruno@clisp.org>
36610
36611         * lib/fflush.c: Add comments.
36612         * modules/fpurge-tests (Depends-on): Add fflush.
36613         * modules/freadable-tests (Depends-on): Likewise.
36614         * modules/fwritable-tests (Depends-on): Likewise.
36615
36616 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
36617
36618         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
36619         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
36620         Report by Bruno Haible <bruno@clisp.org>.
36621
36622 2007-04-26  Eric Blake  <ebb9@byu.net>
36623
36624         Fix fflush on mingw.
36625         * modules/fflush (Depends-on): Add freading.
36626         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
36627         but unread data.
36628
36629 2007-04-26  Eric Blake  <ebb9@byu.net>
36630         and Bruno Haible  <bruno@clisp.org>
36631
36632         Implement freading and fwriting.
36633         * lib/freading.c: New file.
36634         * lib/freading.h: Likewise.
36635         * m4/freading.m4: Likewise.
36636         * modules/freading: Likewise.
36637         * modules/freading-tests: Likewise.
36638         * tests/test-freading.c: Likewise.
36639         * lib/fwriting.c: New file.
36640         * lib/fwriting.h: Likewise.
36641         * m4/fwriting.m4: Likewise.
36642         * modules/fwriting: Likewise.
36643         * modules/fwriting-tests: Likewise.
36644         * tests/test-fwriting.c: Likewise.
36645         * MODULES.html.sh (File stream based Input/Output): Mention them.
36646
36647 2007-04-26  Bruno Haible  <bruno@clisp.org>
36648
36649         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
36650         'long' when we assume it.
36651         Suggested by Eric Blake.
36652
36653 2007-04-26  Bruno Haible  <bruno@clisp.org>
36654
36655         Ensure fseeko, ftello are declared on glibc systems.
36656         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
36657         * modules/fseeko (configure.ac-early): Likewise.
36658         * modules/ftello (configure.ac-early): Likewise.
36659         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
36660         AC_FUNC_FSEEKO for this.
36661         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
36662         (gl_CHECK_FSEEKO): Remove macro.
36663
36664 2007-04-26  Bruno Haible  <bruno@clisp.org>
36665
36666         * tests/test-fflush.c (main): Also check the ftell result after
36667         fflush and fseek/fseeko.
36668         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
36669         file descriptor position cache in the stream.
36670         * lib/fseeko.c (rpl_fseeko): Likewise.
36671
36672 2007-04-26  Bruno Haible  <bruno@clisp.org>
36673
36674         * modules/fflush-tests (Depends-on): Add fseeko.
36675
36676 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
36677             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
36678
36679         * lib/argz_.h: ensure error_t definition is obtained in same
36680         mechanism system argz.h would have.
36681         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
36682         argz facilities are known bad.  Err on the side of caution if
36683         cross-compiling.
36684
36685 2007-04-25  Eric Blake  <ebb9@byu.net>
36686
36687         * lib/fpurge.c (includes): Use stdlib.h for free.
36688         * tests/test-fflush.c (main): Also test fflush-fseeko.
36689
36690 2007-04-25  Bruno Haible  <bruno@clisp.org>
36691
36692         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
36693         * lib/fseeko.c: New file.
36694         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
36695         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
36696         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
36697         gl_FUNC_FSEEKO.
36698         (gl_FUNC_FSEEKO): Invoke it.
36699         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
36700         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
36701         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
36702
36703 2007-04-25  Bruno Haible  <bruno@clisp.org>
36704
36705         * modules/fflush (Depends-on): Add ftello.
36706
36707 2007-04-25  Bruno Haible  <bruno@clisp.org>
36708
36709         * modules/ftello-tests: New file.
36710         * tests/test-ftello.c: New file.
36711
36712         * modules/ftello: New file.
36713         * m4/ftello.m4: New file.
36714         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
36715         HAVE_FTELLO.
36716         * lib/stdio_.h (ftello): New declaration.
36717         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
36718         HAVE_FTELLO.
36719
36720 2007-04-25  Bruno Haible  <bruno@clisp.org>
36721
36722         * modules/fseeko-tests: New file.
36723         * tests/test-fseeko.c: New file.
36724
36725         * modules/fseeko: New file.
36726         * m4/fseeko.m4: New file.
36727         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
36728         HAVE_FSEEKO.
36729         * lib/stdio_.h (fseeko): New declaration.
36730         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
36731         HAVE_FSEEKO.
36732
36733 2007-04-25  Bruno Haible  <bruno@clisp.org>
36734
36735         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
36736
36737 2007-04-25  Bruno Haible  <bruno@clisp.org>
36738
36739         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
36740         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
36741         * tests/test-unistd.c: Likewise.
36742         * tests/test-fcntl.c: Likewise.
36743
36744 2007-04-23  Eric Blake  <ebb9@byu.net>
36745
36746         * lib/fflush.c: Fix missing include.
36747         Reported by Bruno Haible.
36748
36749 2007-04-23  Bruno Haible  <bruno@clisp.org>
36750
36751         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
36752         Reported by Eric Blake.
36753
36754 2007-04-23  Bruno Haible  <bruno@clisp.org>
36755
36756         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
36757
36758 2007-04-23  Bruno Haible  <bruno@clisp.org>
36759
36760         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
36761
36762 2007-04-23  Bruno Haible  <bruno@clisp.org>
36763
36764         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
36765         Needed on HP-UX 11.
36766
36767 2007-04-16  Eric Blake  <ebb9@byu.net>
36768
36769         Make fflush rely on fpurge.
36770         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
36771         open coding all variants.
36772         * modules/fflush (Depends-on): Add fpurge and unistd.
36773         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
36774         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
36775
36776         Fix --with-tests compilation on cygwin.
36777         * modules/argmatch-tests (Makefile.am): List gnulib library first
36778         in LDADD.
36779         * modules/argp-tests (Makefile.am): Likewise.
36780         * modules/array-list-tests (Makefile.am): Likewise.
36781         * modules/array-oset-tests (Makefile.am): Likewise.
36782         * modules/avltree-list-tests (Makefile.am): Likewise.
36783         * modules/avltree-oset-tests (Makefile.am): Likewise.
36784         * modules/avltreehash-list-tests (Makefile.am): Likewise.
36785         * modules/carray-list-tests (Makefile.am): Likewise.
36786         * modules/dirname-tests (Makefile.am): Likewise.
36787         * modules/frexp-tests (Makefile.am): Likewise.
36788         * modules/isnanl-tests (Makefile.am): Likewise.
36789         * modules/linked-list-tests (Makefile.am): Likewise.
36790         * modules/linkedhash-list-tests (Makefile.am): Likewise.
36791         * modules/lock-tests (Makefile.am): Likewise.
36792         * modules/rbtree-list-tests (Makefile.am): Likewise.
36793         * modules/rbtree-oset-tests (Makefile.am): Likewise.
36794         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
36795         * modules/tls-tests (Makefile.am): Likewise.
36796         * modules/tsearch-tests (Makefile.am): Likewise.
36797         * modules/xvasprintf-tests (Makefile.am): Likewise.
36798
36799         Fix fpurge for cygwin.
36800         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
36801         value.
36802         * modules/fpurge-tests (Depends-on): Clean up trash.
36803
36804 2007-04-16  Simon Josefsson  <simon@josefsson.org>
36805
36806         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
36807
36808         * m4/autobuild.m4: Re-indent.
36809
36810 2007-04-13  Bruno Haible  <bruno@clisp.org>
36811
36812         * modules/fpurge-tests: New file.
36813         * tests/test-fpurge.c: New file.
36814
36815         * modules/fpurge: New file.
36816         * lib/fpurge.h: New file.
36817         * lib/fpurge.c: New file.
36818         * m4/fpurge.m4: New file.
36819
36820 2007-04-13  Bruno Haible  <bruno@clisp.org>
36821
36822         * modules/fbufmode-tests: New file.
36823         * tests/test-fbufmode.c: New file.
36824
36825         * modules/fbufmode: New file.
36826         * lib/fbufmode.h: New file.
36827         * lib/fbufmode.c: New file.
36828         * m4/fbufmode.m4: New file.
36829
36830 2007-04-13  Bruno Haible  <bruno@clisp.org>
36831
36832         * modules/fwritable-tests: New file.
36833         * tests/test-fwritable.c: New file.
36834
36835         * modules/fwritable: New file.
36836         * lib/fwritable.h: New file.
36837         * lib/fwritable.c: New file.
36838         * m4/fwritable.m4: New file.
36839
36840 2007-04-13  Bruno Haible  <bruno@clisp.org>
36841
36842         * modules/freadable-tests: New file.
36843         * tests/test-freadable.c: New file.
36844
36845         * modules/freadable: New file.
36846         * lib/freadable.h: New file.
36847         * lib/freadable.c: New file.
36848         * m4/freadable.m4: New file.
36849
36850 2007-04-13  Bruno Haible  <bruno@clisp.org>
36851
36852         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
36853         MOSTLYCLEANFILES.
36854
36855 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
36856
36857         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
36858         gzip bootstrap.conf to avoid dragging in i18n machinery.
36859         (gnulib_tool_option): Use it.
36860
36861 2007-04-13  Bruno Haible  <bruno@clisp.org>
36862
36863         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
36864         %F directives.
36865         * tests/test-vasprintf-posix.c (test_function): Likewise.
36866         * tests/test-snprintf-posix.h (test_function): Likewise.
36867         * tests/test-sprintf-posix.h (test_function): Likewise.
36868         * tests/test-fprintf-posix.h (test_function): Likewise.
36869         * tests/test-printf-posix.h (test_function): Likewise.
36870         * tests/test-fprintf-posix.out: Likewise.
36871
36872 2007-04-13  Bruno Haible  <bruno@clisp.org>
36873
36874         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
36875         * modules/tls-tests (configure.ac): Likewise.
36876         Reported by Arto C. Nirkko <anirkko@insel.ch>.
36877
36878 2007-04-13  Bruno Haible  <bruno@clisp.org>
36879
36880         * lib/tls.c (glthread_tls_get): Fix return type.
36881         Patch by Arto C. Nirkko <anirkko@insel.ch>.
36882
36883 2007-04-12  Eric Blake  <ebb9@byu.net>
36884
36885         * modules/gettime (Depends-on): Remove gettime.
36886         Reported by Dmitry V. Levin.
36887
36888 2007-04-12  Bruno Haible  <bruno@clisp.org>
36889
36890         * modules/fflush (Include): Mention <stdio.h>.
36891         * modules/strtoimax (Include): Mention <inttypes.h>.
36892         * modules/strtoumax (Include): Likewise.
36893
36894 2007-04-12  Eric Blake  <ebb9@byu.net>
36895
36896         * .cvsignore: New file.
36897         * .gitignore: Likewise.
36898
36899 2007-04-12  Bruno Haible  <bruno@clisp.org>
36900
36901         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
36902         not before, since $(LDADD) often contains libgnu.a.
36903         * modules/striconv-tests (test_striconv_LDADD): Likewise.
36904         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
36905         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
36906         Needed on Cygwin.
36907
36908 2007-04-12  Eric Blake  <ebb9@byu.net>
36909
36910         Work around glibc's failure to flush stdin on fclose.
36911         * lib/closein.c (close_stdin): Flush stdin before closing.
36912
36913         Work around glibc's failure to reset seekable stdin on exit.
36914         * modules/closein: New module.
36915         * lib/closein.c: New file.
36916         * lib/closein.h: Likewise.
36917         * m4/closein.m4: Likewise.
36918         * MODULES.html.sh (File stream based Input/Output): Document it.
36919
36920 2007-04-12  Simon Josefsson  <simon@josefsson.org>
36921
36922         * gnulib-tool: Rename generated 'autobuild' script to
36923         'do-autobuild' in --create-megatestdir output.
36924
36925         * doc/gnulib.texi (Build robot for gnulib): Fix.
36926
36927 2007-04-12  Simon Josefsson  <simon@josefsson.org>
36928
36929         * modules/sysexits (Depends-on): Add absolute-header.
36930
36931 2007-04-12  Eric Blake  <ebb9@byu.net>
36932
36933         No need to preserve errno on success.
36934         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
36935         Reported by Bruno Haible.
36936
36937 2007-04-12  Simon Josefsson  <simon@josefsson.org>
36938
36939         * MODULES.html.sh (Support for maintaining and releasing
36940         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
36941
36942 2007-04-12  Simon Josefsson  <simon@josefsson.org>
36943
36944         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
36945
36946 2007-04-12  Simon Josefsson  <simon@josefsson.org>
36947
36948         * modules/autobuild: New module.
36949
36950         * m4/autobuild.m4: New file.
36951
36952 2007-04-11  Bruno Haible  <bruno@clisp.org>
36953
36954         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
36955         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
36956         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
36957         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
36958         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
36959         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36960         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36961         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
36962         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36963         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36964         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
36965         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36966         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36967         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
36968         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36969         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36970         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
36971         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36972         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36973         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
36974         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36975         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36976         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
36977         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36978         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36979         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
36980         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
36981         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
36982         Reported by Eric Blake.
36983
36984 2007-04-11  Bruno Haible  <bruno@clisp.org>
36985
36986         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
36987
36988 2007-04-10  Bruno Haible  <bruno@clisp.org>
36989
36990         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
36991         for NaN and Infinity. Needed on FreeBSD 6.1.
36992         * tests/test-vasnprintf-posix.c (test_function): Undo last change
36993         regarding results for "%010a" of Infinity and NaN.
36994         * tests/test-vasprintf-posix.c (test_function): Likewise.
36995         * tests/test-snprintf-posix.h (test_function): Likewise.
36996         * tests/test-sprintf-posix.h (test_function): Likewise.
36997         * tests/test-fprintf-posix.h (test_function): Likewise.
36998         * tests/test-printf-posix.h (test_function): Likewise.
36999         * tests/test-fprintf-posix.out: Likewise.
37000
37001 2007-04-10  Bruno Haible  <bruno@clisp.org>
37002
37003         * modules/locale-tests: New file.
37004         * tests/test-locale.c: New file.
37005
37006         * modules/locale: New file.
37007         * lib/locale_.h: New file.
37008         * m4/locale_h.m4: New file.
37009
37010 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
37011             Bruno Haible  <bruno@clisp.org>
37012
37013         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
37014         be determined, test for availability of the copysignf, copysign,
37015         copysignl functions.
37016         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
37017         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
37018         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
37019
37020 2007-04-09  Eric Blake  <ebb9@byu.net>
37021
37022         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
37023         * modules/stdio (Makefile.am): Support fflush.
37024         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
37025         * modules/fflush: New file.
37026         * lib/fflush.c: Likewise.
37027         * m4/fflush.m4: Likewise.
37028         * modules/fflush-tests: New test.
37029         * tests/test-fflush.c: Likewise.
37030         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
37031
37032 2007-04-06  Bruno Haible  <bruno@clisp.org>
37033
37034         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
37035         (VASNPRINTF): Use signbit for faster determination whether to print a
37036         minus sign.
37037         * modules/vasnprintf (Files): Remove lib/float+.h.
37038         * modules/fprintf-posix (Depends-on): Add signbit.
37039         * modules/snprintf-posix (Depends-on): Likewise.
37040         * modules/sprintf-posix (Depends-on): Likewise.
37041         * modules/vasnprintf-posix (Depends-on): Likewise.
37042         * modules/vasprintf-posix (Depends-on): Likewise.
37043         * modules/vfprintf-posix (Depends-on): Likewise.
37044         * modules/vsnprintf-posix (Depends-on): Likewise.
37045         * modules/vsprintf-posix (Depends-on): Likewise.
37046
37047 2007-04-06  Bruno Haible  <bruno@clisp.org>
37048
37049         * tests/test-frexp.c (main): Test also the sign bit of zero results.
37050         * tests/test-frexpl.c (main): Likewise.
37051         * tests/test-ldexpl.c (main): Likewise.
37052         * modules/frexp-tests (Depends-on): Add signbit.
37053         * modules/frexpl-tests (Depdends-on): Likewise.
37054         * modules/ldexpl-tests (Depdends-on): Likewise.
37055
37056 2007-04-06  Bruno Haible  <bruno@clisp.org>
37057
37058         * modules/signbit-tests: New file.
37059         * tests/test-signbit.c: New file.
37060
37061         * modules/signbit: New file.
37062         * lib/signbitf.c: New file.
37063         * lib/signbitd.c: New file.
37064         * lib/signbitl.c: New file.
37065         * m4/signbit.m4: New file.
37066         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
37067         (signbit): New macro.
37068         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
37069         REPLACE_SIGNBIT.
37070         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
37071         REPLACE_FREXPL into math.h.
37072
37073 2007-04-06  Bruno Haible  <bruno@clisp.org>
37074
37075         * modules/isnanf-nolibm-tests: New file.
37076         * tests/test-isnanf.c: New file.
37077
37078         * modules/isnanf-nolibm: New file.
37079         * lib/isnanf.h: New file.
37080         * lib/isnanf.c: New file.
37081         * lib/isnan.c: Consider the USE_FLOAT macro.
37082         * m4/isnanf.m4: New file.
37083
37084 2007-04-06  Bruno Haible  <bruno@clisp.org>
37085
37086         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
37087         (Link): New section.
37088
37089         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
37090
37091 2007-04-06  Bruno Haible  <bruno@clisp.org>
37092
37093         Assume the 'long double' type.
37094         * m4/longdouble.m4: Remove file.
37095         * config/srclist.txt: Don't mention longdouble.m4.
37096         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
37097         * lib/float+.h: Likewise.
37098         * lib/frexp.c: Likewise.
37099         * lib/printf-args.h: Likewise.
37100         * lib/printf-args.c: Likewise.
37101         * lib/printf-frexp.c: Likewise.
37102         * lib/printf-parse.c: Likewise.
37103         * lib/vasnprintf.c: Likewise.
37104         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
37105         * m4/intl.m4: Likewise.
37106         * m4/isnanl.m4: Likewise.
37107         * m4/printf.m4: Likewise.
37108         * m4/printf-frexpl.m4: Likewise.
37109         * m4/vasnprintf.m4: Likewise.
37110         * modules/allocsa (Files): Remove m4/longdouble.m4.
37111         * modules/gettext (Files): Likewise.
37112         * modules/relocatable-prog-wrapper (Files): Likewise.
37113         * modules/vasnprintf (Files): Likewise.
37114         * modules/isnanl (Files): Likewise.
37115         (Include): Simplify.
37116         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
37117         (Include): Simplify.
37118         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
37119         (Include): Simplify.
37120         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
37121         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
37122         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
37123         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
37124         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
37125         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
37126         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
37127         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
37128         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
37129         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
37130         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
37131         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
37132         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
37133         * tests/test-isnanl.c: Likewise.
37134         * tests/test-snprintf-posix.h: Likewise.
37135         * tests/test-sprintf-posix.h: Likewise.
37136         * tests/test-vasnprintf-posix.c: Likewise.
37137         * tests/test-vasnprintf-posix2.c: Likewise.
37138         * tests/test-vasprintf-posix.c: Likewise.
37139
37140 2007-04-06  Bruno Haible  <bruno@clisp.org>
37141
37142         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
37143         * lib/math_.h [__DECC]: Include the overridden include file through
37144         #include_next, outside the double-inclusion guard.
37145         * lib/stdio_.h [__DECC]: Likewise.
37146         * lib/stdlib_.h [__DECC]: Likewise.
37147         * lib/string_.h [__DECC]: Likewise.
37148         * lib/time_.h [__DECC]: Likewise.
37149         * lib/wchar_.h [__DECC]: Likewise.
37150         * lib/wctype_.h [__DECC]: Likewise.
37151         * lib/inttypes_.h [__DECC]: Likewise.
37152         Reported by Albert Chin <china@thewrittenword.com> in
37153         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
37154
37155 2007-04-04  Eric Blake  <ebb9@byu.net>
37156
37157         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
37158         1.5.x.
37159
37160 2007-04-04  Bruno Haible  <bruno@clisp.org>
37161
37162         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
37163         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
37164
37165 2007-04-04  Bruno Haible  <bruno@clisp.org>
37166
37167         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
37168         results for "%010a" of Infinity and NaN.
37169         * tests/test-vasprintf-posix.c (test_function): Likewise.
37170         * tests/test-snprintf-posix.h (test_function): Likewise.
37171         * tests/test-sprintf-posix.h (test_function): Likewise.
37172         * tests/test-fprintf-posix.h (test_function): Remove these tests.
37173         * tests/test-printf-posix.h (test_function): Likewise.
37174         * tests/test-fprintf-posix.out: Update.
37175         Needed for FreeBSD 6.1.
37176
37177 2007-04-04  Bruno Haible  <bruno@clisp.org>
37178
37179         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
37180         directly used by the gnulib modules nor by gnulib-tool.
37181
37182 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
37183
37184         * DEPENDENCIES: Give overall description of version dependency
37185         desirability.  Use more-typical names for apps.
37186         Add shell, coreutils, diffutils, grep, tar, gzip.
37187
37188 2007-04-04  Simon Josefsson  <simon@josefsson.org>
37189
37190         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
37191
37192 2007-04-04  Karl Berry  <karl@gnu.org>
37193
37194         * MODULES.html.sh (func_module): missing '.
37195
37196 2007-04-03  Bruno Haible  <bruno@clisp.org>
37197
37198         * modules/argmatch-tests (Makefile.am): New variable
37199         test_argmatch_LDADD.
37200         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
37201         * modules/array-list-tests (Makefile.am): New variable
37202         test_array_list_LDADD.
37203         * modules/array-oset-tests (Makefile.am): New variable
37204         test_array_oset_LDADD.
37205         * modules/avltree-list-tests (Makefile.am): New variable
37206         test_avltree_list_LDADD.
37207         * modules/avltree-oset-tests (Makefile.am): New variable
37208         test_avltree_oset_LDADD.
37209         * modules/avltreehash-list-tests (Makefile.am): New variable
37210         test_avltreehash_list_LDADD.
37211         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
37212         test_canonicalize_lgpl_LDADD.
37213         * modules/carray-list-tests (Makefile.am): New variable
37214         test_carray_list_LDADD.
37215         * modules/dirname-tests (Makefile.am): New variable
37216         test_dirname_LDADD.
37217         * modules/linked-list-tests (Makefile.am): New variable
37218         test_linked_list_LDADD.
37219         * modules/linkedhash-list-tests (Makefile.am): New variable
37220         test_linkedhash_list_LDADD.
37221         * modules/rbtree-list-tests (Makefile.am): New variable
37222         test_rbtree_list_LDADD.
37223         * modules/rbtree-oset-tests (Makefile.am): New variable
37224         test_rbtree_oset_LDADD.
37225         * modules/rbtreehash-list-tests (Makefile.am): New variable
37226         test_rbtreehash_list_LDADD.
37227         * modules/xvasprintf-tests (Makefile.am): New variable
37228         test_xvasprintf_LDADD.
37229         Reported by Eric Blake.
37230
37231 2007-04-03  Eric Blake  <ebb9@byu.net>
37232
37233         * DEPENDENCIES: Weaken m4 requirements.
37234
37235 2007-04-03  Bruno Haible  <bruno@clisp.org>
37236
37237         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
37238         * modules/isnanl-tests (configure.ac): Likewise.
37239
37240 2007-04-03  Ben Pfaff  <blp@gnu.org>
37241
37242         * modules/iconv_open: Add $(srcdir)/ to source directory
37243         references in Makefile fragments that call gperf, to fix VPATH
37244         builds.
37245
37246 2007-04-03  Bruno Haible  <bruno@clisp.org>
37247
37248         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
37249         * lib/ldexpl.c: Undo last change.
37250
37251 2007-04-03  Bruno Haible  <bruno@clisp.org>
37252
37253         * modules/printf-frexpl (Depends-on): Undo last change.
37254         (Files): Add m4/ldexpl.m4.
37255
37256 2007-04-03  Bruno Haible  <bruno@clisp.org>
37257
37258         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
37259         * modules/isnanl (Link): New section.
37260
37261         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
37262         * modules/frexp (Link): New section.
37263
37264         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
37265         * modules/frexpl (Link): New section.
37266
37267         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
37268         * modules/ldexpl (Link): New section.
37269
37270 2007-04-03  Bruno Haible  <bruno@clisp.org>
37271
37272         * modules/TEMPLATE-EXTENDED: New file.
37273         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
37274
37275 2007-04-03  Bruno Haible  <bruno@clisp.org>
37276
37277         * DEPENDENCIES: New file.
37278         Suggested by Simon Josefsson.
37279
37280 2007-04-03  Bruno Haible  <bruno@clisp.org>
37281
37282         * doc/gnulib.texi: Escape @.
37283
37284 2007-04-03  James Youngman  <jay@gnu.org>
37285         and Paul Eggert  <eggert@cs.ucla.edu>
37286
37287         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
37288         birthtime on all systems that have birthtime, not just those which
37289         use st_birthtimensec rather than st_birthtim.  Putting zero in
37290         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
37291         that the birth time is not available for files on an NFS mount.
37292
37293 2007-04-03  Simon Josefsson  <simon@josefsson.org>
37294
37295         * modules/memxor: Move back from crypto/, suggested by Bruno.
37296         * modules/crypto/hmac-sha1: Fix memxor dependency.
37297
37298         * modules/crypto/gc: Moved from ../.
37299
37300 2007-04-02  Eric Blake  <ebb9@byu.net>
37301
37302         * lib/ldexpl.c (includes): Avoid libm.
37303
37304         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
37305
37306 2007-04-02  Bruno Haible  <bruno@clisp.org>
37307
37308         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
37309         on IRIX.
37310
37311 2007-04-02  Bruno Haible  <bruno@clisp.org>
37312
37313         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
37314         x86 or x86_64 platforms running MacOS X.
37315         Reported by Ryan Schmidt <@ryandesign.com>.
37316
37317 2007-04-02  Bruno Haible  <bruno@clisp.org>
37318
37319         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
37320         i386.
37321
37322 2007-04-01  Simon Josefsson  <simon@josefsson.org>
37323
37324         * modules/crypto/arcfour: Moved from ../.
37325         * modules/crypto/arcfour-tests: Moved from ../.
37326         * modules/crypto/arctwo: Moved from ../.
37327         * modules/crypto/arctwo-tests: Moved from ../.
37328         * modules/crypto/des: Moved from ../.
37329         * modules/crypto/des-tests: Moved from ../.
37330         * modules/crypto/gc-arcfour: Moved from ../.
37331         * modules/crypto/gc-arcfour-tests: Moved from ../.
37332         * modules/crypto/gc-arctwo: Moved from ../.
37333         * modules/crypto/gc-arctwo-tests: Moved from ../.
37334         * modules/crypto/gc-des: Moved from ../.
37335         * modules/crypto/gc-des-tests: Moved from ../.
37336         * modules/crypto/gc-hmac-md5: Moved from ../.
37337         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
37338         * modules/crypto/gc-hmac-sha1: Moved from ../.
37339         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
37340         * modules/crypto/gc-md2: Moved from ../.
37341         * modules/crypto/gc-md2-tests: Moved from ../.
37342         * modules/crypto/gc-md4: Moved from ../.
37343         * modules/crypto/gc-md4-tests: Moved from ../.
37344         * modules/crypto/gc-md5: Moved from ../.
37345         * modules/crypto/gc-md5-tests: Moved from ../.
37346         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
37347         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
37348         * modules/crypto/gc-random: Moved from ../.
37349         * modules/crypto/gc-rijndael: Moved from ../.
37350         * modules/crypto/gc-rijndael-tests: Moved from ../.
37351         * modules/crypto/gc-sha1: Moved from ../.
37352         * modules/crypto/gc-sha1-tests: Moved from ../.
37353         * modules/crypto/gc-tests: Moved from ../.
37354         * modules/crypto/hmac-md5: Moved from ../.
37355         * modules/crypto/hmac-md5-tests: Moved from ../.
37356         * modules/crypto/hmac-sha1: Moved from ../.
37357         * modules/crypto/hmac-sha1-tests: Moved from ../.
37358         * modules/crypto/md2: Moved from ../.
37359         * modules/crypto/md2-tests: Moved from ../.
37360         * modules/crypto/md4: Moved from ../.
37361         * modules/crypto/md4-tests: Moved from ../.
37362         * modules/crypto/md5: Moved from ../.
37363         * modules/crypto/md5-tests: Moved from ../.
37364         * modules/crypto/memxor: Moved from ../.
37365         * modules/crypto/rijndael: Moved from ../.
37366         * modules/crypto/rijndael-tests: Moved from ../.
37367         * modules/crypto/sha1: Moved from ../.
37368
37369 2007-03-30  James Youngman  <jay@gnu.org>
37370
37371         * tests/test-stat-time.c (prepare_test): use chmod() rather than
37372         rename() to change the ctime of a file (because ctime is unaffected
37373         by rename on jfs2 on AIX 5.1).
37374         (main): Start by doing cleanup, in case a previous run failed leaving
37375         test files behind.
37376
37377 2007-03-31  Bruno Haible  <bruno@clisp.org>
37378
37379         Support old proprietary implementations of iconv.
37380         * modules/iconv_open: New file.
37381         * lib/iconv_.h: New file.
37382         * m4/iconv_h.m4: New file.
37383         * lib/iconv_open.c: New file.
37384         * lib/iconv_open-aix.gperf: New file.
37385         * lib/iconv_open-hpux.gperf: New file.
37386         * lib/iconv_open-irix.gperf: New file.
37387         * lib/iconv_open-osf.gperf: New file.
37388         * m4/iconv_open.m4: New file.
37389         * modules/linebreak (Depends-on): Add iconv_open.
37390         * modules/striconv (Depends-on): Likewise.
37391         * modules/striconveh (Depends-on): Likewise.
37392         * modules/unicodeio (Depends-on): Likewise.
37393         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
37394         (iconv_t)(-1).
37395         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
37396         conversion if cd is (iconv_t)(-1).
37397         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
37398         is not possible.
37399
37400 2007-03-31  Bruno Haible  <bruno@clisp.org>
37401
37402         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
37403         work on Solaris either. Protect also second use of "autodetect_jp".
37404
37405 2007-03-31  Bruno Haible  <bruno@clisp.org>
37406
37407         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
37408         the function is not present.
37409
37410 2007-03-31  Bruno Haible  <bruno@clisp.org>
37411
37412         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
37413         the function is not present.
37414
37415 2007-03-31  Bruno Haible  <bruno@clisp.org>
37416
37417         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
37418         a bug in HP-UX iconv_open().
37419
37420 2007-03-31  Bruno Haible  <bruno@clisp.org>
37421
37422         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
37423         (Mathematics <math.h>): New section, add fpieee.
37424         (Input/output <stdio.h>): Add fseterr.
37425         (Mathematics <math.h>): New section, add printf-frexp.
37426         (Container data structures): Add sublist.
37427         (Core language properties): Add fpucw, inline.
37428         (Functions for greatest-width integer types <inttypes.h>): Add
37429         imaxabs, imaxdiv, inttypes.
37430         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
37431         isnanl-nolibm, ldexp.
37432         (Mathematics <math.h>): New section, add printf-frexpl.
37433         (Support for systems lacking POSIX:2001): Add fprintf-posix,
37434         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
37435         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
37436         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
37437         (Unicode string functions): Add unistr/u*-mbtoucr.
37438         (Java): Add javacomp-script, javaexec-script.
37439         (C#): Add csharpcomp-script, csharpexec-script.
37440         (Support for building libraries and executables): Add havelib,
37441         relocatable-*.
37442         (Support for maintaining and releasing projects): Renamed from
37443         'Support for maintaining and release projects'. Add announce-gen.
37444
37445 2007-03-31  Bruno Haible  <bruno@clisp.org>
37446
37447         * README: Talk primarily about git.
37448         (git and CVS): Renamed from CVS.
37449         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
37450         gnulib is available through git.
37451         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
37452
37453 2007-03-30  Bruno Haible  <bruno@clisp.org>
37454
37455         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
37456         * lib/poll_.h: Likewise.
37457         * lib/stat_.h: Likewise.
37458         * lib/sys_time_.h: Likewise.
37459         * lib/sysexit_.h: Likewise.
37460         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
37461         * lib/stdbool_.h: Likewise.
37462         * lib/byteswap_.h: Add double-inclusion guard.
37463
37464 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
37465
37466         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
37467
37468 2007-03-30  Karl Berry  <karl@gnu.org>
37469
37470         * config/srclist-update: double space after USA in the license
37471         substitution, since that's how it's usually (?) written.
37472
37473 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
37474
37475         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
37476         reported by Bruno Haible.
37477
37478 2007-03-29  Bruno Haible  <bruno@clisp.org>
37479
37480         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
37481         a bug in AIX iconv().
37482
37483 2007-03-29  Bruno Haible  <bruno@clisp.org>
37484
37485         * modules/ldexpl-tests: New file.
37486         * tests/test-ldexpl.c: New file.
37487
37488 2007-03-29  Bruno Haible  <bruno@clisp.org>
37489
37490         * lib/ldexpl.c: Include fpucw.h.
37491         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
37492         multiplication.
37493         * modules/ldexpl (Depends-on): Add fpucw.
37494
37495 2007-03-29  Bruno Haible  <bruno@clisp.org>
37496
37497         * modules/ldexpl: New file.
37498         * m4/ldexpl.m4: New file.
37499         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
37500         set.
37501         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
37502         REPLACE_LDEXPL.
37503         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
37504         REPLACE_LDEXPL.
37505         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
37506         gl_FUNC_LDEXPL_WORKS.
37507         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
37508         * modules/mathl (Files): Remove lib/ldexpl.c.
37509         (Depends-on): Add ldexpl.
37510
37511 2007-03-29  Bruno Haible  <bruno@clisp.org>
37512
37513         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
37514
37515 2007-03-29  Bruno Haible  <bruno@clisp.org>
37516
37517         * tests/test-striconveh.c (main): Don't assume that a direct conversion
37518         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
37519         and possibly also HP-UX.
37520         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
37521         work on AIX, IRIX, HP-UX, OSF/1.
37522         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
37523         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
37524         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
37525         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
37526         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
37527         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
37528
37529 2007-03-29  Bruno Haible  <bruno@clisp.org>
37530
37531         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
37532
37533 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
37534
37535         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
37536         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
37537
37538 2007-03-29  Eric Blake  <ebb9@byu.net>
37539
37540         * lib/acl-internal.h: Remove redundant include.
37541         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
37542         Cygwin when a file is locked.
37543
37544 2007-03-29  Bruno Haible  <bruno@clisp.org>
37545
37546         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
37547         file.
37548         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
37549
37550 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
37551
37552         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
37553         try to remove a parent directory if the child couldn't be removed
37554         (except for the first rmdir, which could fail because the child
37555         doesn't exist).  Problem reported by Jeff Blaine in
37556         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
37557
37558 2007-03-28  Bruno Haible  <bruno@clisp.org>
37559
37560         * lib/striconveh.c (utf8conv_carefully): New function.
37561         (mem_cd_iconveh_internal): Invoke it.
37562
37563 2007-03-28  Bruno Haible  <bruno@clisp.org>
37564
37565         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
37566         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
37567         input.
37568         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
37569         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
37570         unistr/u8-uctomb.
37571
37572 2007-03-28  Bruno Haible  <bruno@clisp.org>
37573
37574         * modules/unistr/u8-mbtoucr: New file.
37575         * lib/unistr/u8-mbtoucr.c: New file.
37576         * modules/unistr/u16-mbtoucr: New file.
37577         * lib/unistr/u16-mbtoucr.c: New file.
37578         * modules/unistr/u16-mbtoucr: New file.
37579         * lib/unistr/u16-mbtoucr.c: New file.
37580         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
37581
37582 2007-03-27  Simon Josefsson  <simon@josefsson.org>
37583             Bruno Haible  <bruno@clisp.org>
37584
37585         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
37586         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
37587         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
37588
37589         * m4/stdio_h.m4: Add stubs for vasprintf too.
37590
37591         * modules/stdio: Support vasprintf in sed command.
37592
37593         * modules/vasprintf: Depend on stdio for prototypes.  Remove
37594         vasprintf.h.  Add stdio module indicator.
37595
37596         * lib/stdio_.h: Declare asprintf and vasprintf, based on
37597         vasprintf.h.
37598
37599         * lib/vasprintf.h: File removed.
37600
37601         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
37602         * lib/vasprintf.c: Ditto.
37603         * lib/xvasprintf.c: Ditto.
37604         * tests/test-vasprintf-posix.c: Ditto.
37605         * tests/test-vasprintf.c: Ditto.
37606
37607 2007-03-27  Bruno Haible  <bruno@clisp.org>
37608
37609         Make vasnprintf multithread-safe.
37610         * lib/vasnprintf.c (decimal_point_char): New function.
37611         (VASNPRINTF): Use it.
37612         Suggested by Simon Josefsson.
37613
37614 2007-03-27  Eric Blake  <ebb9@byu.net>
37615
37616         Support sub-second birthtime on cygwin.
37617         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
37618         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
37619         (get_stat_birthtime): Also work with st_birthtim.
37620
37621 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
37622
37623         * lib/stat-time.h (USE_BIRTHTIME): Remove.
37624         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
37625         (get_stat_birthtime_ns): Do not try to use "spare" fields.
37626         (get_stat_birthtime_ns): Simplify compile-time tests.
37627         (get_stat_birthtime): Change the API to look like
37628         get_stat_mtime etc., except return a negative tv_nsec on error.
37629         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
37630         Don't check for "spare" fields.
37631         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
37632         or for struct stat.st_birthtime, as these tests aren't used.
37633         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
37634
37635 2007-03-27  Bruno Haible  <bruno@clisp.org>
37636
37637         * lib/stat-time.h: Include <sys/stat.h>.
37638
37639 2007-03-27  James Youngman  <jay@gnu.org>
37640
37641         * lib/stat-time.h (get_stat_birthtime): New function for
37642           retrieving st_birthtime as provided by UFS2 (hence *BSD).
37643         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
37644           and its variants.
37645         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
37646         * modules/stat-time-test: New file.
37647         * tests/test-stat-time.c: New test, devised by Bruno Haible.
37648
37649 2007-03-26  Bruno Haible  <bruno@clisp.org>
37650
37651         Better support of signalling NaNs.
37652         * lib/atanl.c: Include isnanl.h.
37653         (atanl): Perform test for NaN at the beginning of the function and
37654         through a call to isnanl.
37655         * lib/cosl.c: Include isnanl.h.
37656         (cosl): Perform test for NaN at the beginning of the function and
37657         through a call to isnanl.
37658         * lib/ldexpl.c: Include isnanl.h.
37659         (ldexpl): Perform test for NaN through a call to isnanl.
37660         * lib/logl.c: Include isnanl.h.
37661         (logl): Perform test for NaN at the beginning of the function and
37662         through a call to isnanl.
37663         * lib/sinl.c: Include isnanl.h.
37664         (sinl): Perform test for NaN at the beginning of the function and
37665         through a call to isnanl.
37666         * lib/sqrtl.c: Include isnanl.h.
37667         (sqrtl): Perform test for NaN at the beginning of the function and
37668         through a call to isnanl.
37669         * lib/tanl.c: Include isnanl.h.
37670         (tanl): Perform test for NaN at the beginning of the function and
37671         through a call to isnanl.
37672         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
37673         * modules/mathl (Depends-on): Add isnanl.
37674
37675 2007-03-26  Eric Blake  <ebb9@byu.net>
37676
37677         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
37678         regression in logic sense of previous patch.
37679
37680 2007-03-26  Bruno Haible  <bruno@clisp.org>
37681
37682         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
37683         unportable shell command "if ! ...".
37684         Reported by Ralf Wildenhues.
37685
37686 2007-03-25  Bruno Haible  <bruno@clisp.org>
37687
37688         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
37689         <sysexits.h> file, and only add EX_CONFIG.
37690         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
37691         absolute file name and whether it is sufficient. Substitute also
37692         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
37693         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
37694         ABSOLUTE_SYSEXITS_H into sysexits.h.
37695
37696 2007-03-25  Bruno Haible  <bruno@clisp.org>
37697
37698         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
37699         hints is NULL.
37700
37701 2007-03-25  Bruno Haible  <bruno@clisp.org>
37702
37703         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
37704         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
37705
37706 2007-03-25  Bruno Haible  <bruno@clisp.org>
37707
37708         * lib/vasnprintf.c: Include langinfo.h.
37709         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
37710         multithread-safe.
37711         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
37712         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
37713         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
37714         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
37715         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
37716         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
37717         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
37718         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
37719         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
37720         Reported by Simon Josefsson.
37721
37722 2007-03-25  Bruno Haible  <bruno@clisp.org>
37723
37724         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
37725         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
37726         * modules/vasnprintf (Depends-on): Add stdint.
37727
37728 2007-03-25  Bruno Haible  <bruno@clisp.org>
37729
37730         * modules/fpieee: New file.
37731         * m4/fpieee.m4: New file.
37732         * modules/isnan-nolibm (Depends-on): Add fpieee.
37733         * modules/isnanl-nolibm (Depends-on): Add fpieee.
37734         * modules/isnanl (Depends-on): Add fpieee.
37735
37736 2007-03-25  Bruno Haible  <bruno@clisp.org>
37737
37738         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
37739
37740 2007-03-25  Bruno Haible  <bruno@clisp.org>
37741
37742         Avoid test failures on IRIX 6.5.
37743         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
37744         (main): Use it.
37745         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
37746         macros.
37747         (main): Use them.
37748
37749 2007-03-25  Bruno Haible  <bruno@clisp.org>
37750
37751         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
37752         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
37753         exists but doesn't work.
37754         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
37755         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
37756         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
37757         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
37758
37759 2007-03-25  Bruno Haible  <bruno@clisp.org>
37760
37761         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
37762         returns inf. Needed on IRIX 6.5.
37763
37764 2007-03-25  Bruno Haible  <bruno@clisp.org>
37765
37766         * tests/test-frexpl.c: Include isnanl-nolibm.h.
37767         (main): Use isnanl instead of x != x idiom.
37768         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
37769
37770         * tests/test-frexp.c: Include isnan.h.
37771         (main): Use isnan instead of x != x idiom.
37772         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
37773
37774 2007-03-25  Bruno Haible  <bruno@clisp.org>
37775
37776         * tests/test-frexp.c (NaN): New function/macro.
37777         (main): Use it instead of 0.0 / 0.0.
37778         * tests/test-isnan.c (NaN): New function/macro.
37779         (main): Use it instead of 0.0 / 0.0.
37780         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
37781         (test_function): Use it instead of 0.0 / 0.0.
37782         * tests/test-vasprintf-posix.c (NaN): New function/macro.
37783         (test_function): Use it instead of 0.0 / 0.0.
37784         * tests/test-snprintf-posix.h (NaN): New function/macro.
37785         (test_function): Use it instead of 0.0 / 0.0.
37786         * tests/test-sprintf-posix.h (NaN): New function/macro.
37787         (test_function): Use it instead of 0.0 / 0.0.
37788         * tests/test-fprintf-posix.h (NaN): New function/macro.
37789         (test_function): Use it instead of 0.0 / 0.0.
37790         * tests/test-printf-posix.h (NaN): New function/macro.
37791         (test_function): Use it instead of 0.0 / 0.0.
37792
37793         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
37794
37795 2007-03-25  Bruno Haible  <bruno@clisp.org>
37796
37797         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
37798
37799 2007-03-25  Bruno Haible  <bruno@clisp.org>
37800
37801         * lib/regexec.c (merge_state_with_log): Make static.
37802
37803 2007-03-25  Bruno Haible  <bruno@clisp.org>
37804
37805         * lib/trigl.c (kernel_rem_pio2): Make static.
37806
37807 2007-03-25  Bruno Haible  <bruno@clisp.org>
37808
37809         * lib/sincosl.c (sincosl_table): Make static.
37810
37811 2007-03-25  Bruno Haible  <bruno@clisp.org>
37812
37813         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
37814         if the compiler does not support C99.
37815
37816 2007-03-25  Bruno Haible  <bruno@clisp.org>
37817
37818         * modules/time (Makefile.am): Ensure all rule action lines start with a
37819         tab.
37820
37821 2007-03-24  Bruno Haible  <bruno@clisp.org>
37822
37823         * modules/tsearch-tests: New file.
37824         * tests/test-tsearch.sh: New file.
37825         * tests/test-tsearch.c: New file, mostly copied from glibc.
37826
37827         * modules/search-tests: New file.
37828         * tests/test-search.c: New file.
37829
37830         * modules/search: New file.
37831         * lib/search_.h: New file, incorporating lib/tsearch.h.
37832         * m4/search_h.m4: New file.
37833         * lib/tsearch.h: Remove file.
37834         * lib/tsearch.c: Include search.h instead of tsearch.h.
37835         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
37836         HAVE_TSEARCH.
37837         * modules/tsearch (Files): Remove lib/tsearch.h.
37838         (Depends-on): Add search.
37839         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
37840         (Include): Change tsearch.h into search.h.
37841
37842 2007-03-24  Bruno Haible  <bruno@clisp.org>
37843
37844         * modules/fpucw: New file.
37845         * lib/fpucw.h: New file.
37846         * lib/frexp.c: Include fpucw.h.
37847         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
37848         (FUNC): Use them.
37849         * lib/printf-frexp.c: Include fpucw.h.
37850         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
37851         (FUNC): Use them.
37852         * lib/vasnprintf.c: Include fpucw.h.
37853         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
37854         'long double' calculations.
37855         * tests/test-frexpl.c: Include fpucw.h.
37856         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
37857         * tests/test-printf-frexpl.c: Include fpucw.h.
37858         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
37859         * modules/frexpl (Depends-on): Add fpucw.
37860         * modules/printf-frexpl (Depends-on): Likewise.
37861         * modules/fprintf-posix (Depends-on): Likewise.
37862         * modules/snprintf-posix (Depends-on): Likewise.
37863         * modules/sprintf-posix (Depends-on): Likewise.
37864         * modules/vasnprintf-posix (Depends-on): Likewise.
37865         * modules/vasprintf-posix (Depends-on): Likewise.
37866         * modules/vfprintf-posix (Depends-on): Likewise.
37867         * modules/vsnprintf-posix (Depends-on): Likewise.
37868         * modules/vsprintf-posix (Depends-on): Likewise.
37869         * modules/frexpl-tests (Depends-on): Likewise.
37870         * modules/printf-frexpl-tests (Depends-on): Likewise.
37871
37872 2007-03-24  Bruno Haible  <bruno@clisp.org>
37873
37874         * lib/float+.h: New file.
37875         * lib/isnan.c: Include float+.h.
37876         (SIZE): New macro.
37877         (FUNC): Compare only SIZE bytes of the value.
37878         * lib/vasnprintf.c: Include float+.h.
37879         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
37880         SIZEOF_LDBL or SIZEOF_DBL bytes.
37881         * modules/isnan-nolibm (Files): Add lib/float+.h.
37882         * modules/isnanl-nolibm (Files): Add lib/float+.h.
37883         * modules/isnanl (Files): Add lib/float+.h.
37884         * modules/vasnprintf (Files): Add lib/float+.h.
37885
37886 2007-03-24  Bruno Haible  <bruno@clisp.org>
37887
37888         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
37889         include isnanl-nolibm.h.
37890
37891 2007-03-24  Bruno Haible  <bruno@clisp.org>
37892
37893         * tests/test-read-file.c (main): Don't produce spurious output for
37894         expected situations. Make the test fail if it encountered unexpected
37895         results.
37896
37897 2007-03-24  Bruno Haible  <bruno@clisp.org>
37898
37899         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
37900         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
37901
37902 2007-03-24  Bruno Haible  <bruno@clisp.org>
37903
37904         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
37905
37906 2007-03-24  Bruno Haible  <bruno@clisp.org>
37907
37908         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
37909         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
37910
37911         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
37912         * modules/utf8-ucs4: Turn into a symbolic link to module
37913         unistr/u8-mbtouc.
37914
37915         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
37916         utf8-ucs4-unsafe.
37917         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
37918         unistr/u8-mbtouc-unsafe.
37919
37920         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
37921         * modules/utf16-ucs4: Turn into a symbolic link to module
37922         unistr/u16-mbtouc.
37923
37924         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
37925         utf16-ucs4-unsafe.
37926         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
37927         unistr/u16-mbtouc-unsafe.
37928
37929         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
37930         * modules/ucs4-utf8: Turn into a symbolic link to module
37931         unistr/u8-ubtomb.
37932
37933         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
37934         * modules/ucs4-utf16: Turn into a symbolic link to module
37935         unistr/u16-ubtomb.
37936
37937 2007-03-24  Bruno Haible  <bruno@clisp.org>
37938
37939         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
37940         Enable the function only if HAVE_INLINE.
37941         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
37942         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
37943         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
37944         Enable the function only if HAVE_INLINE.
37945         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
37946         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
37947         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
37948         Enable the function only if HAVE_INLINE.
37949         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
37950         Enable the function only if HAVE_INLINE.
37951         * modules/utf8-ucs4: Update.
37952         * modules/utf8-ucs4-unsafe: Update.
37953         * modules/utf16-ucs4: Update.
37954         * modules/utf16-ucs4-unsafe: Update.
37955         * modules/ucs4-utf8: Update.
37956         * modules/ucs4-utf16: Update.
37957
37958 2007-03-24  Bruno Haible  <bruno@clisp.org>
37959
37960         * lib/utf8-ucs4.h: Remove file.
37961         * lib/utf8-ucs4-unsafe.h: Remove file.
37962         * lib/utf16-ucs4.h: Remove file.
37963         * lib/utf16-ucs4-unsafe.h: Remove file.
37964         * lib/ucs4-utf8.h: Remove file.
37965         * lib/ucs4-utf16.h: Remove file.
37966         * lib/unistr.h: Include their previous contents.
37967         * m4/utf-ucs4.m4: Remove file.
37968         * m4/ucs4-utf.m4: Remove file.
37969         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
37970         (Depends-on): Add unistr/base.
37971         (configure.ac): Remove gl_UTF_UCS4.
37972         (Makefile.am): Update.
37973         (Include): Change to unistr.h.
37974         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
37975         (Depends-on): Add unistr/base.
37976         (configure.ac): Remove gl_UTF_UCS4.
37977         (Makefile.am): Update.
37978         (Include): Change to unistr.h.
37979         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
37980         (Depends-on): Add unistr/base.
37981         (configure.ac): Remove gl_UTF_UCS4.
37982         (Makefile.am): Update.
37983         (Include): Change to unistr.h.
37984         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
37985         (Depends-on): Add unistr/base.
37986         (configure.ac): Remove gl_UTF_UCS4.
37987         (Makefile.am): Update.
37988         (Include): Change to unistr.h.
37989         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
37990         (Depends-on): Add unistr/base.
37991         (configure.ac): Remove gl_UCS4_UTF.
37992         (Makefile.am): Update.
37993         (Include): Change to unistr.h.
37994         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
37995         (Depends-on): Add unistr/base.
37996         (configure.ac): Remove gl_UCS4_UTF.
37997         (Makefile.am): Update.
37998         (Include): Change to unistr.h.
37999         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
38000         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
38001         utf8-ucs4-unsafe.h.
38002         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
38003         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
38004         utf16-ucs4-unsafe.h.
38005         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
38006         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
38007         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
38008         * lib/unistr/u8-strchr.c: Likewise.
38009         * lib/unistr/u8-strrchr.c: Likewise.
38010         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
38011         * lib/unistr/u16-strchr.c: Likewise.
38012         * lib/unistr/u16-strrchr.c: Likewise.
38013         * lib/striconveh.c: Update.
38014         * lib/linebreak.c: Update.
38015
38016 2007-03-24  Bruno Haible  <bruno@clisp.org>
38017
38018         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
38019         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
38020
38021 2007-03-22  Bruno Haible  <bruno@clisp.org>
38022
38023         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
38024
38025 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
38026
38027         * MODULES.html.sh (File system functions): New module write-any-file.
38028         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
38029         * m4/write-any-file.m4: New files.
38030
38031 2007-03-23  Eric Blake  <ebb9@byu.net>
38032
38033         * gnulib-tool: Rearrange space-tab sequences, since some editors
38034         like to eat them.
38035
38036 2007-03-23  Eric Blake  <ebb9@byu.net>
38037
38038         * lib/version-etc.c (version_etc_va): Update license wording to
38039         be more concise.  Recommended by Richard Stallman.
38040
38041 2007-03-22  Bruno Haible  <bruno@clisp.org>
38042
38043         * lib/poll.c (MSG_PEEK): New fallback definition.
38044
38045 2007-03-22  Bruno Haible  <bruno@clisp.org>
38046
38047         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
38048         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
38049         (main): Update.
38050         Fixes a compilation error on BeOS.
38051
38052 2007-03-22  Bruno Haible  <bruno@clisp.org>
38053
38054         * modules/frexpl-tests: New file.
38055         * tests/test-frexpl.c: New file.
38056
38057         * modules/frexpl: New file.
38058         * m4/frexpl.m4: New file.
38059         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
38060         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
38061         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
38062         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
38063         (Depends-on): Add frexpl. Remove isnanl-nolibm.
38064         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
38065
38066 2007-03-22  Bruno Haible  <bruno@clisp.org>
38067
38068         * lib/frexpl.c: Share code with lib/frexp.c.
38069         * modules/mathl (Files): Add lib/frexp.c.
38070         (Depends-on): Add isnanl-nolibm.
38071
38072 2007-03-22  Bruno Haible  <bruno@clisp.org>
38073
38074         * modules/printf-frexp (Files): Add m4/frexp.m4.
38075         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
38076         only if the found frexp function actually works.
38077
38078 2007-03-22  Bruno Haible  <bruno@clisp.org>
38079
38080         * lib/frexp.c: Remove older implementation that uses divisions.
38081
38082 2007-03-21  Bruno Haible  <bruno@clisp.org>
38083
38084         * modules/frexp-tests: New file.
38085         * tests/test-frexp.c: New file.
38086
38087         * modules/frexp: New file.
38088         * lib/frexp.c: New file.
38089         * m4/frexp.m4: New file.
38090         * lib/math_.h (frexp): New declaration.
38091         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
38092         REPLACE_FREXP.
38093         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
38094
38095 2007-03-21  Bruno Haible  <bruno@clisp.org>
38096
38097         * modules/isnanl-tests: New file.
38098         * tests/test-isnanl.c: New file.
38099
38100         * modules/isnanl: New file.
38101         * lib/isnanl.h: New file.
38102         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
38103         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
38104         gl_FUNC_ISNANL_WORKS.
38105         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
38106         New macros.
38107
38108 2007-03-21  Bruno Haible  <bruno@clisp.org>
38109
38110         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
38111         lib/isnanl.h.
38112         (Include): Update.
38113         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
38114         * lib/vasnprintf.c: Update.
38115         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
38116         tests/test-isnanl.h, remove tests/test-isnanl.c.
38117         (Makefile.am): Update.
38118         * tests/test-isnanl-nolibm.c: New file.
38119         * tests/test-isnanl.h: New file.
38120         * tests/test-isnanl.c: Remove file.
38121
38122 2007-03-21  Jim Meyering  <jim@meyering.net>
38123
38124         When trying to open ".", treat ESTALE like EACCES.
38125         * lib/savewd.c (savewd_save): Resort to forking not just upon
38126         failure with EACCES, but also when errno is ESTALE.
38127
38128 2007-03-20  Bruno Haible  <bruno@clisp.org>
38129
38130         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
38131         Needed on AIX 5.1. Reported by Matthew Woehlke.
38132
38133 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
38134
38135         Suggestions by Bruno Haible:
38136         * lib/acl-internal.h: Include "gettext.h" rather than rolling
38137         our own.
38138         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
38139         * modules/acl (Depends-on): Add gettext.
38140
38141 2007-03-19  Bruno Haible  <bruno@clisp.org>
38142
38143         * modules/iconvme: Remove file.
38144         * lib/iconvme.h: Remove file.
38145         * lib/iconvme.c: Remove file.
38146         * m4/iconvme.m4: Remove file.
38147
38148 2007-03-19  Bruno Haible  <bruno@clisp.org>
38149
38150         * doc/relocatable-maint.texi: Break long shell script line.
38151         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
38152
38153 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
38154
38155         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
38156         handle file_has_acl.
38157         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
38158         * lib/acl.c: Move header inclusions and related macro defns into
38159         lib/acl-internal.h.
38160         (S_ISLNK): Remove defn, since that's now done for us.
38161         (file_has_acl): Move to lib/file-has-acl.c.
38162         Call acl_trivial if available.  This is the crucial part of the fix.
38163         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
38164         shared within the library.  Rewrite a bit, partly to make it compatible
38165         with the GNU coding style.
38166         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
38167         Remove unnecessary double-quotes.
38168         Don't test for acl_to_text; the build will catch that.
38169         Replace acl_entries if it doesn't exist and it is needed.
38170         Check for -lsec and acl_trivial (as used on Solaris 10).
38171         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
38172         lib/file-has-acl.c.
38173         (Depends-on): Add sys_stat, for S_ISLNK.
38174
38175 2007-03-19  Ben Pfaff  <blp@gnu.org>
38176
38177         * doc/gnulib.texi: Fix typos.
38178         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
38179
38180 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
38181
38182         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
38183         If size is zero here, buf must be zero.
38184
38185 2007-03-19  Simon Josefsson  <simon@josefsson.org>
38186
38187         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
38188         <bruno@clisp.org>.
38189
38190 2007-03-18  Bruno Haible  <bruno@clisp.org>
38191
38192         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
38193         Suggested by Eric Blake.
38194
38195 2007-03-18  Ben Pfaff  <blp@gnu.org>
38196
38197         * doc/relocatable.texi: Recommend using as prefix a directory
38198         that does not exist and will never be created.  Based on
38199         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
38200         and others.
38201
38202 2007-03-17  Bruno Haible  <bruno@clisp.org>
38203
38204         * lib/fchownat.c: Include lchown.h.
38205
38206 2007-03-17  Bruno Haible  <bruno@clisp.org>
38207
38208         Fix endless loop when the given allocated size was > INT_MAX.
38209         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
38210         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
38211         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
38212         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
38213         * lib/sprintf.c (sprintf): Likewise.
38214
38215 2007-03-17  Bruno Haible  <bruno@clisp.org>
38216
38217         * tests/test-argp-2.sh (func_compare): Output a context diff.
38218
38219 2007-03-17  Bruno Haible  <bruno@clisp.org>
38220
38221         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
38222         locale's decimal-point character.
38223
38224 2007-03-17  Bruno Haible  <bruno@clisp.org>
38225
38226         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
38227         before comparing it. Needed because on some platforms (e.g. x86) a
38228         'long double' occupies less bytes than sizeof (long double).
38229
38230 2007-03-17  Bruno Haible  <bruno@clisp.org>
38231
38232         * tests/test-crc.c (main): Make printf statements 64-bit clean.
38233         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
38234         * tests/test-getaddrinfo.c (simple): Likewise.
38235         * tests/test-read-file.c (main): Likewise.
38236
38237 2007-03-17  Bruno Haible  <bruno@clisp.org>
38238
38239         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
38240
38241 2007-03-17  Bruno Haible  <bruno@clisp.org>
38242
38243         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
38244         unused variable.
38245
38246 2007-03-17  Bruno Haible  <bruno@clisp.org>
38247
38248         * tests/test-c-strcasecmp.c: Include c-strcase.h.
38249         * tests/test-c-strncasecmp.c: Likewise.
38250
38251 2007-03-17  Bruno Haible  <bruno@clisp.org>
38252
38253         * modules/stdlib (Depends-on): Add unistd.
38254         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
38255         Needed for MacOS X 10.3.
38256
38257 2007-03-17  Bruno Haible  <bruno@clisp.org>
38258
38259         * lib/unistr/u-strdup.h: Include <stdlib.h>.
38260
38261 2007-03-17  Bruno Haible  <bruno@clisp.org>
38262
38263         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
38264
38265 2007-03-17  Bruno Haible  <bruno@clisp.org>
38266
38267         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
38268         to reflect files copied from gnulib (with or without modifications).
38269         Suggested by Jim Meyering.
38270
38271 2007-03-17  Eric Blake  <ebb9@byu.net>
38272
38273         * NEWS: Document stdlib change from 2007-02-18.
38274
38275 2007-03-17  Jim Meyering  <jim@meyering.net>
38276
38277         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
38278         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
38279         someone uses a name containing shell meta-characters.
38280         Reported by Alfred M. Szmidt.
38281
38282         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
38283
38284 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
38285
38286         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
38287         and copy gettext configuration files only if configure.ac contains
38288         a use of AM_GNU_GETTEXT_VERSION.
38289
38290 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
38291
38292         * build-aux/bootstrap (gnulib_name): New variable.
38293         (gnulib_tool_options): Use it.
38294
38295 2007-03-13  Simon Josefsson  <simon@josefsson.org>
38296
38297         * tests/test-des.c: Use new namespace.
38298
38299 2007-03-15  Bruno Haible  <bruno@clisp.org>
38300
38301         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
38302         Reported by James Youngman <jay@gnu.org>.
38303
38304 2007-03-15  Bruno Haible  <bruno@clisp.org>
38305
38306         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
38307         declared prototype. Needed with cc on OSF/1 5.1.
38308
38309 2007-03-15  Bruno Haible  <bruno@clisp.org>
38310
38311         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
38312         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
38313         (struct gl_list_implementation): Add dispose_fn argument to the
38314         'create_empty', 'create' methods.
38315         (struct gl_list_impl_base): Add field 'dispose_fn'.
38316         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
38317         argument.
38318         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
38319         dispose_fn argument.
38320         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
38321         dispose_fn on the dropped values.
38322         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
38323         dispose_fn argument.
38324         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
38325         dropped values.
38326         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
38327         (gl_tree_remove_node): Call dispose_fn on the dropped value.
38328         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
38329         (gl_tree_remove_node): Call dispose_fn on the dropped value.
38330         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
38331         argument.
38332         (gl_tree_list_free): Call dispose_fn on the dropped values.
38333         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
38334         the dropped values.
38335         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
38336         Add dispose_fn argument.
38337         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
38338         Call dispose_fn on the dropped values.
38339         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
38340         Add dispose_fn argument.
38341         (gl_sublist_create): Initialize the 'dispose_fn' field.
38342         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
38343         * tests/test-array_list.c (main): Update.
38344         * tests/test-carray_list.c (main): Update.
38345         * tests/test-avltree_list.c (main): Update.
38346         * tests/test-rbtree_list.c (main): Update.
38347         * tests/test-avltreehash_list.c (main): Update.
38348         * tests/test-rbtreehash_list.c (main): Update.
38349         * tests/test-linked_list.c (main): Update.
38350         * tests/test-linkedhash_list.c (main): Update.
38351         * tests/test-array_oset.c (main): Update.
38352
38353 2007-03-15  Bruno Haible  <bruno@clisp.org>
38354
38355         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
38356         (gl_oset_create_empty): Add dispose_fn argument.
38357         (struct gl_oset_implementation): Add dispose_fn argument to
38358         'create_empty' method.
38359         (struct gl_oset_impl_base): Add dispose_fn field.
38360         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
38361         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
38362         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
38363         values.
38364         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
38365         (gl_tree_oset_free): Call dispose_fn on the dropped values.
38366         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
38367         dropped value.
38368         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
38369         dropped value.
38370         * tests/test-array_oset.c (main): Update.
38371         * tests/test-avltree_oset.c (main): Update.
38372         * tests/test-rbtree_oset.c (main): Update.
38373         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
38374
38375 2007-03-13  Bruno Haible  <bruno@clisp.org>
38376
38377         * tests/test-stdbool.c (i): Update after last patch.
38378
38379 2007-03-12  Bruno Haible  <bruno@clisp.org>
38380
38381         * lib/quotearg.c: Include <wctype.h> early, before the definition of
38382         the iswprint macro. Needed on Solaris 2.5.1.
38383
38384 2007-03-12  Bruno Haible  <bruno@clisp.org>
38385
38386         * tests/test-printf-frexp.c (main): Declare x as volatile.
38387
38388 2007-03-12  Simon Josefsson  <simon@josefsson.org>
38389
38390         * doc/gnulib.texi (Build robot for gnulib): New section.
38391
38392 2007-03-12  Jim Meyering  <jim@meyering.net>
38393
38394         * build-aux/bootstrap: New file.
38395         * build-aux/bootstrap.conf: New file, from coreutils.
38396
38397 2007-03-11  Bruno Haible  <bruno@clisp.org>
38398
38399         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
38400
38401 2007-03-12  Simon Josefsson  <simon@josefsson.org>
38402
38403         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
38404         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
38405         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
38406
38407 2007-03-11  Bruno Haible  <bruno@clisp.org>
38408
38409         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
38410         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
38411
38412 2007-03-11  Bruno Haible  <bruno@clisp.org>
38413
38414         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
38415         formula. Needed for SunPRO C 5.0.
38416
38417 2007-03-11  Bruno Haible  <bruno@clisp.org>
38418
38419         * modules/long-options (Depends-on): Add getopt.
38420
38421 2007-03-11  Bruno Haible  <bruno@clisp.org>
38422
38423         * modules/modechange (Depends-on): Add stdbool.
38424
38425 2007-03-11  Bruno Haible  <bruno@clisp.org>
38426
38427         * modules/i-ring (Depends-on): Add stdbool.
38428
38429 2007-03-11  Bruno Haible  <bruno@clisp.org>
38430
38431         * modules/gc-des (Depends-on): Add stdbool.
38432
38433 2007-03-11  Bruno Haible  <bruno@clisp.org>
38434
38435         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
38436
38437 2007-03-11  Bruno Haible  <bruno@clisp.org>
38438
38439         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
38440
38441 2007-03-11  Bruno Haible  <bruno@clisp.org>
38442
38443         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
38444
38445 2007-03-11  Bruno Haible  <bruno@clisp.org>
38446
38447         * lib/vasnprintf.c (sprintf): Undefine.
38448
38449 2007-03-11  Bruno Haible  <bruno@clisp.org>
38450
38451         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
38452         initializers in SunPRO C and Compaq C compilers.
38453
38454 2007-03-11  Bruno Haible  <bruno@clisp.org>
38455
38456         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
38457         decrementing code ANSI C compliant.
38458
38459 2007-03-11  Bruno Haible  <bruno@clisp.org>
38460
38461         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
38462         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
38463
38464 2007-03-11  Bruno Haible  <bruno@clisp.org>
38465
38466         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
38467         <stdbool.h> substitute doesn't pass.
38468
38469 2007-03-11  Bruno Haible  <bruno@clisp.org>
38470
38471         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
38472
38473 2007-03-11  Bruno Haible  <bruno@clisp.org>
38474
38475         * gnulib-tool (func_create_megatestdir): Create also an autobuild
38476         script, for submission to autobuild.josefsson.org.
38477
38478 2007-03-10  Bruno Haible  <bruno@clisp.org>
38479
38480         * modules/canonicalize-lgpl-tests: New file.
38481         * tests/test-canonicalize-lgpl.sh: New file.
38482         * tests/test-canonicalize-lgpl.c: New file.
38483
38484         * modules/c-strcase-tests: New file.
38485         * tests/test-c-strcase.sh: New file.
38486         * tests/test-c-strcasecmp.c: New file.
38487         * tests/test-c-strncasecmp.c: New file.
38488
38489         * modules/atexit-tests: New file.
38490         * tests/test-atexit.sh: New file.
38491         * tests/test-atexit.c: New file.
38492
38493 2007-03-10  Bruno Haible  <bruno@clisp.org>
38494
38495         * tests/test-binary-io.sh: Use temporary filenames that are not so
38496         likely to clash with those of other tests (in a parallel make).
38497         * tests/test-binary-io.c: Likewise.
38498
38499 2007-03-10  Bruno Haible  <bruno@clisp.org>
38500
38501         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
38502         fallback; use #error instead.
38503         Suggested by Simon Josefsson.
38504
38505 2007-03-10  Bruno Haible  <bruno@clisp.org>
38506
38507         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
38508         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
38509         first and the last.
38510
38511 2007-03-10  Bruno Haible  <bruno@clisp.org>
38512
38513         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
38514
38515 2007-03-10  Bruno Haible  <bruno@clisp.org>
38516
38517         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
38518         "make distcheck".
38519         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
38520         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
38521         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
38522
38523 2007-03-10  Bruno Haible  <bruno@clisp.org>
38524
38525         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
38526         variable.
38527         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
38528         variable.
38529
38530 2007-03-09  Eric Blake  <ebb9@byu.net>
38531         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
38532
38533         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
38534         types are not being provided by gnulib.
38535         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
38536         types are supported.
38537
38538 2007-03-10  Bruno Haible  <bruno@clisp.org>
38539
38540         * lib/stdio_.h (__attribute__): New macro.
38541         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
38542         vsprintf): Specify __attribute__ __format__ for GCC.
38543         Suggested by Eric Blake.
38544
38545 2007-03-09  Bruno Haible  <bruno@clisp.org>
38546
38547         * modules/printf-posix-tests: New file.
38548         * tests/test-printf-posix.sh: New file.
38549         * tests/test-printf-posix.c: New file.
38550
38551         * modules/printf-posix: New file.
38552         * lib/printf.c: New file.
38553         * m4/printf-posix-rpl.m4: New file.
38554         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
38555         REPLACE_PRINTF.
38556         * lib/stdio_.h (printf): New declaration.
38557         (format, __format__, ____printf____, ____scanf____, ____strftime____,
38558         ____strfmon____): New macros.
38559         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
38560         REPLACE_PRINTF.
38561
38562 2007-03-09  Bruno Haible  <bruno@clisp.org>
38563
38564         * tests/test-vasnprintf-posix2.sh: New file.
38565         * tests/test-vasnprintf-posix2.c: New file.
38566         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
38567         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
38568         (Makefile.am): Activate test-vasnprintf-posix2.sh.
38569
38570         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
38571         a locale dependent decimal point, rather than always '.'.
38572
38573 2007-03-09  Eric Blake  <ebb9@byu.net>
38574
38575         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
38576         spite of platforms like Tandem/NSK that define it to -1.
38577
38578 2007-03-08  Bruno Haible  <bruno@clisp.org>
38579
38580         * modules/vprintf-posix-tests: New file.
38581         * tests/test-vprintf-posix.sh: New file.
38582         * tests/test-vprintf-posix.c: New file.
38583         * tests/test-printf-posix.h: New file.
38584
38585         * modules/vprintf-posix: New file.
38586         * lib/vprintf.c: New file.
38587         * m4/vprintf-posix.m4: New file.
38588         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
38589         REPLACE_VPRINTF.
38590         * lib/stdio_.h (vprintf): New declaration.
38591         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
38592         REPLACE_VPRINTF.
38593
38594 2007-03-08  Bruno Haible  <bruno@clisp.org>
38595
38596         * modules/fprintf-posix-tests: New file.
38597         * tests/test-fprintf-posix.sh: New file.
38598         * tests/test-fprintf-posix.c: New file.
38599
38600         * modules/fprintf-posix: New file.
38601         * lib/fprintf.c: New file.
38602         * m4/fprintf-posix.m4: New file.
38603         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
38604         REPLACE_FPRINTF.
38605         * lib/stdio_.h (fprintf): New declaration.
38606         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
38607         REPLACE_FPRINTF.
38608
38609 2007-03-08  Bruno Haible  <bruno@clisp.org>
38610
38611         * modules/vfprintf-posix-tests: New file.
38612         * tests/test-vfprintf-posix.sh: New file.
38613         * tests/test-vfprintf-posix.c: New file.
38614         * tests/test-fprintf-posix.h: New file.
38615         * tests/test-fprintf-posix.out: New file.
38616
38617         * modules/vfprintf-posix: New file.
38618         * lib/vfprintf.c: New file.
38619         * m4/vfprintf-posix.m4: New file.
38620         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
38621         REPLACE_VFPRINTF.
38622         * lib/stdio_.h (vfprintf): New declaration.
38623         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
38624         REPLACE_VFPRINTF.
38625
38626 2007-03-08  Bruno Haible  <bruno@clisp.org>
38627
38628         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
38629
38630 2007-03-08  Bruno Haible  <bruno@clisp.org>
38631
38632         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
38633         instead of 'expr' invocations.
38634         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
38635         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
38636         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
38637         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
38638         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
38639         Suggested by Paul Eggert.
38640
38641 2007-03-08  Bruno Haible  <bruno@clisp.org>
38642
38643         * modules/fseterr-tests: New file.
38644         * tests/test-fseterr.c: New file.
38645
38646         * modules/fseterr: New file.
38647         * lib/fseterr.h: New file.
38648         * lib/fseterr.c: New file.
38649
38650 2007-03-08  Bruno Haible  <bruno@clisp.org>
38651
38652         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
38653         * lib/getopt_.h: Likewise.
38654         * lib/mbswidth.h: Likewise.
38655         * lib/setenv.h: Likewise.
38656         * lib/vasnprintf.h: Likewise.
38657         * lib/vasprintf.h: Likewise.
38658         * lib/verror.h: Likewise.
38659         * lib/xsetenv.h: Likewise.
38660         * lib/xvasprintf.h: Likewise.
38661
38662 2007-03-08  Jim Meyering  <jim@meyering.net>
38663
38664         * users.txt: Add parted.
38665
38666         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
38667
38668 2007-03-07  Bruno Haible  <bruno@clisp.org>
38669
38670         * m4/printf.m4: Make the shell script snippets copy&pastable.
38671
38672 2007-03-02  Bruno Haible  <bruno@clisp.org>
38673
38674         * lib/netinet_in_.h: New file.
38675         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
38676         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
38677         * modules/netinet_in (Files): Add lib/netinet_in_.h.
38678         (Depends-on): Add absolute-header.
38679         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
38680         into netinet/in.h.
38681
38682 2007-03-03  Bruno Haible  <bruno@clisp.org>
38683
38684         * lib/sys_select_.h: New file.
38685         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
38686         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
38687         * modules/sys_select (Files): Add lib/sys_select_.h.
38688         (Depends-on): Add absolute-header.
38689         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
38690         into sys/select.h.
38691
38692 2007-03-02  Bruno Haible  <bruno@clisp.org>
38693
38694         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
38695         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
38696         values.
38697         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
38698         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
38699         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
38700         * modules/sys_socket (Depends-on): Add absolute-header.
38701         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
38702         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
38703         (Include): Remove requirement of inclusion of <sys/types.h>.
38704
38705 2007-03-02  Bruno Haible  <bruno@clisp.org>
38706
38707         * lib/byteswap_.h (bswap_32): Fix formula.
38708
38709 2007-03-06  Bruno Haible  <bruno@clisp.org>
38710
38711         * modules/sprintf-posix-tests: New file.
38712         * tests/test-sprintf-posix.c: New file.
38713
38714         * modules/sprintf-posix: New file.
38715         * lib/sprintf.c: New file.
38716         * m4/sprintf-posix.m4: New file.
38717         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
38718         REPLACE_SPRINTF.
38719         * lib/stdio_.h (sprintf): New declaration.
38720         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
38721         REPLACE_SPRINTF.
38722
38723 2007-03-06  Bruno Haible  <bruno@clisp.org>
38724
38725         * modules/vsprintf-posix-tests: New file.
38726         * tests/test-vsprintf-posix.c: New file.
38727         * tests/test-sprintf-posix.h: New file.
38728
38729         * modules/vsprintf-posix: New file.
38730         * lib/vsprintf.c: New file.
38731         * m4/vsprintf-posix.m4: New file.
38732         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
38733         REPLACE_VSPRINTF.
38734         * lib/stdio_.h (vsprintf): New declaration.
38735         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
38736         REPLACE_VSPRINTF.
38737
38738 2007-03-06  Bruno Haible  <bruno@clisp.org>
38739
38740         * modules/vsnprintf (Depend-on): Remove minmax.
38741
38742 2007-03-06  Bruno Haible  <bruno@clisp.org>
38743
38744         * modules/snprintf-posix-tests: New file.
38745         * tests/test-snprintf-posix.c: New file.
38746
38747         * modules/snprintf-posix: New file.
38748         * m4/snprintf-posix.m4: New file.
38749         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
38750         gl_FUNC_SNPRINTF.
38751         (gl_FUNC_SNPRINTF): Invoke it.
38752         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
38753         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
38754         is set.
38755         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
38756
38757 2007-03-06  Bruno Haible  <bruno@clisp.org>
38758
38759         * modules/vsnprintf-posix-tests: New file.
38760         * tests/test-vsnprintf-posix.c: New file.
38761         * tests/test-snprintf-posix.h: New file.
38762
38763         * modules/vsnprintf-posix: New file.
38764         * m4/vsnprintf-posix.m4: New file.
38765         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
38766         gl_FUNC_VSNPRINTF.
38767         (gl_FUNC_VSNPRINTF): Invoke it.
38768         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
38769         * lib/stdio_.h (vsnprintf): Define as a replacement if
38770         REPLACE_VSNPRINTF is set.
38771         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
38772
38773 2007-03-06  Bruno Haible  <bruno@clisp.org>
38774
38775         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
38776         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
38777
38778 2007-03-06  Bruno Haible  <bruno@clisp.org>
38779
38780         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
38781         (asinl): Declare also if HAVE_DECL_ASINL is set.
38782         (atanl): Declare also if HAVE_DECL_ATANL is set.
38783         (ceill): Declare also if HAVE_DECL_CEILL is set.
38784         (cosl): Declare also if HAVE_DECL_COSL is set.
38785         (expl): Declare also if HAVE_DECL_EXPL is set.
38786         (floorl): Declare also if HAVE_DECL_FLOORL is set.
38787         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
38788         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
38789         (logl): Declare also if HAVE_DECL_LOGL is set.
38790         (sinl): Declare also if HAVE_DECL_SINL is set.
38791         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
38792         (tanl): Declare also if HAVE_DECL_TANL is set.
38793         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
38794         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
38795         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
38796         declaration of frexpl, ldexpl.
38797         * modules/printf-frexpl (Depends-on): Add math.
38798         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
38799
38800 2007-03-05  Bruno Haible  <bruno@clisp.org>
38801
38802         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
38803         frexpl and ldexpl are declared.
38804         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
38805
38806 2007-03-05  Bruno Haible  <bruno@clisp.org>
38807
38808         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
38809         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
38810
38811 2007-03-05  Bruno Haible  <bruno@clisp.org>
38812
38813         * lib/stdio_.h: Include <stddef.h>.
38814
38815 2007-03-05  Bruno Haible  <bruno@clisp.org>
38816
38817         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
38818
38819 2007-03-05  Bruno Haible  <bruno@clisp.org>
38820
38821         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
38822         NetBSD 4, from Ralf Wildenhues.
38823
38824 2007-03-04  Bruno Haible  <bruno@clisp.org>
38825
38826         * lib/vasprintf.h: Update #if logic for the case when the functions
38827         exist but are overridden.
38828
38829 2007-03-04  Bruno Haible  <bruno@clisp.org>
38830
38831         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
38832         implementations: glibc-2.4 and MacOS X 10.3.
38833         * tests/test-vasnprintf-posix.c (test_function): Test also the case
38834         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
38835         * tests/test-vasprintf-posix.c (test_function): Likewise.
38836
38837 2007-03-04  Bruno Haible  <bruno@clisp.org>
38838
38839         * modules/vasprintf-posix-tests: New file.
38840         * tests/test-vasprintf-posix.c: New file.
38841
38842         * modules/vasprintf-posix: New file.
38843         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
38844         defined.
38845         * m4/vasprintf-posix.m4: New file.
38846         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
38847         gl_FUNC_VASPRINTF.
38848         (gl_FUNC_VASPRINTF): Invoke it.
38849         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
38850         here.
38851         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
38852
38853 2007-03-04  Bruno Haible  <bruno@clisp.org>
38854
38855         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
38856         REPLACE_GETTIMEOFDAY.
38857         * modules/sys_time (Makefile.am): Likewise.
38858         * m4/sys_time_h.m4: Likewise.
38859         * m4/gettimeofday.m4: Likewise.
38860
38861 2007-03-04  Bruno Haible  <bruno@clisp.org>
38862
38863         * modules/vasnprintf-posix-tests: New file.
38864         * tests/test-vasnprintf-posix.c: New file.
38865
38866         * modules/vasnprintf-posix: New file.
38867         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
38868         printf-frexpl.h.
38869         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
38870         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
38871         REPLACE_VASNPRINTF is defined.
38872         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
38873         gl_FUNC_VASNPRINTF.
38874         (gl_FUNC_VASNPRINTF): Invoke it.
38875         * m4/vasnprintf-posix.m4: New file.
38876         * m4/printf.m4: New file.
38877
38878 2007-03-04  Bruno Haible  <bruno@clisp.org>
38879
38880         Compile progreloc.c only if --enable-relocatable is specified.
38881         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
38882         if --enable-relocatable was specified.
38883         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
38884         lib_SOURCES.
38885
38886 2007-03-04  Jim Meyering  <jim@meyering.net>
38887
38888         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
38889         Use it consistently, rather than enumerating errno constants.
38890
38891 2007-03-04  Bruno Haible  <bruno@clisp.org>
38892
38893         * modules/xvasprintf-tests: New file.
38894         * tests/test-xvasprintf.c: New file.
38895
38896         * modules/vasprintf-tests: New file.
38897         * tests/test-vasprintf.c: New file.
38898
38899         * modules/vasnprintf-tests: New file.
38900         * tests/test-vasnprintf.c: New file.
38901
38902         * modules/vsnprintf-tests: New file.
38903         * tests/test-vsnprintf.c: New file.
38904
38905         * modules/snprintf-tests: New file.
38906         * tests/test-snprintf.c: New file.
38907
38908 2007-03-04  Bruno Haible  <bruno@clisp.org>
38909
38910         Compile relocatable.c only if --enable-relocatable is specified.
38911         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
38912         gl_RELOCATABLE_LIBRARY.
38913         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
38914         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
38915         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
38916         gl_RELOCATABLE_LIBRARY.
38917         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
38918         (Makefile.am): Remove lib_SOURCES.
38919         * modules/relocatable-lib-lgpl (configure.ac): Invoke
38920         gl_RELOCATABLE_LIBRARY.
38921         (Makefile.am): Remove lib_SOURCES.
38922         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
38923         always.
38924         * modules/relocatable-prog-wrapper (configure.ac): Invoke
38925         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
38926
38927 2007-03-04  Bruno Haible  <bruno@clisp.org>
38928
38929         * modules/argmatch-tests: New file.
38930         * tests/test-argmatch.c: New file.
38931
38932         * tests/test-allocsa.c (main): Halve the number of loop runs.
38933
38934         * modules/alloca-opt-tests: New file.
38935         * tests/test-alloca-opt.c: New file.
38936
38937 2007-03-04  Jim Meyering  <jim@meyering.net>
38938
38939         Work around difference between Linux ACLs and Solaris 10 ZFS.
38940         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
38941         for EINVAL.
38942
38943 2007-03-03  Bruno Haible  <bruno@clisp.org>
38944
38945         * modules/relocatable-prog (Depends-on): Add back progreloc's
38946         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
38947
38948 2007-03-03  Bruno Haible  <bruno@clisp.org>
38949
38950         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
38951         * modules/relocatable-lib: New file.
38952
38953 2007-03-03  Bruno Haible  <bruno@clisp.org>
38954
38955         * modules/relocatable-prog: Renamed from modules/relocatable.
38956         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
38957
38958 2007-03-03  Bruno Haible  <bruno@clisp.org>
38959
38960         * modules/relocatable-script (Files): Add doc/relocatable.texi,
38961         m4/relocatable-lib.m4.
38962         (Depends-on): Remove 'relocatable'.
38963         (configure.ac): Add gl_RELOCATABLE_NOP.
38964
38965 2007-03-03  Bruno Haible  <bruno@clisp.org>
38966
38967         * modules/relocatable-prog-wrapper: New file.
38968         * modules/relocatable (Depends-on): Add it. Remove all other
38969         dependencies except progname.
38970         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
38971
38972         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
38973         (gl_FUNC_STRERROR): Nop.
38974         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
38975
38976         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
38977         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
38978
38979         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
38980         (gl_FUNC_READLINK): Update.
38981
38982         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
38983
38984 2007-03-03  Bruno Haible  <bruno@clisp.org>
38985
38986         * lib/xreadlink.c: Include <unistd.h> unconditionally.
38987         * modules/xreadlink (Depends-on): Add unistd.
38988         * modules/xreadlink-with-size (Depends-on): Likewise.
38989
38990 2007-03-03  Bruno Haible  <bruno@clisp.org>
38991
38992         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
38993         extracted from gt_FUNC_SETENV.
38994         (gt_FUNC_SETENV): Remove macro.
38995         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
38996         remove gt_FUNC_SETENV.
38997
38998 2007-03-03  Bruno Haible  <bruno@clisp.org>
38999
39000         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
39001         ENABLE_RELOCATABLE here.
39002         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
39003
39004 2007-03-03  Bruno Haible  <bruno@clisp.org>
39005
39006         * modules/rbtreehash-list-tests (Depends-on): Add progname.
39007         * tests/test-rbtreehash_list.c: Include progname.h.
39008         (main): Call set_program_name.
39009
39010         * modules/rbtree-oset-tests (Depends-on): Add progname.
39011         * tests/test-rbtree_oset.c: Include progname.h.
39012         (main): Call set_program_name.
39013
39014         * modules/rbtree-list-tests (Depends-on): Add progname.
39015         * tests/test-rbtree_list.c: Include progname.h.
39016         (main): Call set_program_name.
39017
39018         * modules/linked-list-tests (Depends-on): Add progname.
39019         * tests/test-linked_list.c: Include progname.h.
39020         (main): Call set_program_name.
39021
39022 2007-03-03  Bruno Haible  <bruno@clisp.org>
39023
39024         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
39025         All uses of __restrict changed to _Restrict_.
39026         * lib/glob_.h (__restrict): Remove macro.
39027
39028 2007-03-02  Bruno Haible  <bruno@clisp.org>
39029
39030         * modules/gettext (configure.ac): Require gettext infrastructure
39031         from version 0.16.1.
39032
39033 2007-03-02  Bruno Haible  <bruno@clisp.org>
39034
39035         * modules/linkedhash-list-tests (Depends-on): Add progname.
39036         * tests/test-linkedhash_list.c: Include progname.h.
39037         (main): Call set_program_name.
39038
39039         * modules/carray-list-tests (Depends-on): Add progname.
39040         * tests/test-carray_list.c: Include progname.h.
39041         (main): Call set_program_name.
39042
39043         * modules/avltreehash-list-tests (Depends-on): Add progname.
39044         * tests/test-avltreehash_list.c: Include progname.h.
39045         (main): Call set_program_name.
39046
39047         * modules/avltree-oset-tests (Depends-on): Add progname.
39048         * tests/test-avltree_oset.c: Include progname.h.
39049         (main): Call set_program_name.
39050
39051         * modules/avltree-list-tests (Depends-on): Add progname.
39052         * tests/test-avltree_list.c: Include progname.h.
39053         (main): Call set_program_name.
39054
39055         * modules/array-oset-tests (Depends-on): Add progname.
39056         * tests/test-array_oset.c: Include progname.h.
39057         (main): Call set_program_name.
39058
39059         * modules/array-list-tests (Depends-on): Add progname.
39060         * tests/test-array_list.c: Include progname.h.
39061         (main): Call set_program_name.
39062
39063         * modules/argp-tests (Depends-on): Add progname.
39064         * tests/test-argp.c: Include argp.h first. Include progname.h.
39065         (main): Call set_program_name.
39066
39067 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
39068
39069         * doc/gnulib-tool.texi (Initial import): Reword description of
39070         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
39071         limited effect even if defined after the first system include.
39072
39073 2007-03-01  Bruno Haible  <bruno@clisp.org>
39074
39075         * build-aux/config.libpath: Update to libtool-1.5.22.
39076         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
39077
39078 2007-03-01  Bruno Haible  <bruno@clisp.org>
39079
39080         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
39081         foo_CFLAGS.
39082         Reported by Ralf Wildenhues.
39083
39084 2007-03-01  Bruno Haible  <bruno@clisp.org>
39085
39086         * build-aux/install-reloc: Remove object files left over by some
39087         compilers.
39088         Reported by Ralf Wildenhues.
39089
39090 2007-03-01  Bruno Haible  <bruno@clisp.org>
39091
39092         * build-aux/install-reloc: Break long lines.
39093
39094 2007-03-01  Bruno Haible  <bruno@clisp.org>
39095
39096         * doc/relocatable.texi: Document that it may not work on OpenBSD.
39097         Reported by Ralf Wildenhues.
39098
39099 2007-03-01  Bruno Haible  <bruno@clisp.org>
39100
39101         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
39102         include ordering constraints.
39103
39104 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
39105
39106         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
39107         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
39108         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
39109         as another example.
39110         * lib/time_.h: Fix misspelling.
39111         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
39112         Require gl_HEADER_TIME_H_DEFAULTS.
39113         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
39114         * m4/time_r.m4 (gl_TIME_R): Likewise.
39115         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
39116
39117 2007-03-01  Bruno Haible  <bruno@clisp.org>
39118
39119         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
39120         * m4/utimens.m4 (gl_UTIMENS): Likewise.
39121
39122 2007-03-01  Jim Meyering  <jim@meyering.net>
39123
39124         * modules/xreadlink (Maintainer): Add my name.
39125         * modules/xreadlink-with-size (Depends-on): Alphabetize.
39126
39127 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
39128             Bruno Haible  <bruno@clisp.org>
39129
39130         * build-aux/install-reloc: Compile also c-ctype.c.
39131         * build-aux/relocatable.sh.in: New file.
39132         * doc/relocatable.texi: New file.
39133         * doc/relocatable-maint.texi: New file.
39134         * doc/gnulib.texi: Include relocatable-maint.texi.
39135         * lib/progreloc.c: Include unistd.h unconditionally.
39136         * lib/relocwrapper.c: Include unistd.h unconditionally.
39137         Include c-ctype.h.
39138         (add_dotbin): Use c_tolower.
39139         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
39140         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
39141         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
39142         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
39143         to m4/relocatable-lib.m4.
39144         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
39145         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
39146         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
39147         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
39148         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
39149         * modules/relocatable: New file.
39150         * modules/relocatable-lib: New file.
39151         * modules/relocatable-script: New file.
39152
39153 2007-02-28  Bruno Haible  <bruno@clisp.org>
39154
39155         Import --enable-relocatable infrastructure.
39156         * build-aux/config.libpath: New file, from GNU gettext.
39157         * build-aux/install-reloc: New file, from GNU gettext.
39158         * build-aux/reloc-ldflags: New file, from GNU gettext.
39159         * lib/relocatable.h: New file, from GNU gettext.
39160         * lib/relocatable.c: New file, from GNU gettext.
39161         * lib/relocwrapper.c: New file, from GNU gettext.
39162         * m4/relocatable.m4: New file, from GNU gettext.
39163
39164 2007-02-28  Bruno Haible  <bruno@clisp.org>
39165
39166         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
39167
39168         * modules/xreadlink: New file, from GNU gettext with modifications.
39169         * lib/xreadlink.c: New file, from GNU gettext.
39170         * lib/xreadlink.h: Add comments.
39171         (xreadlink): New declaration.
39172
39173         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
39174         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
39175         lib/xreadlink-with-size.c.
39176         (configure.ac): Remove gl_XREADLINK invocation.
39177         (Makefile.am): Augment lib_SOURCES.
39178         * m4/xreadlink.m4: Remove file.
39179         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
39180         (xreadlink_with_size): Renamed from xreadink.
39181         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
39182         * modules/canonicalize (Depends-on): Replace xreadlink with
39183         xreadlink-with-size.
39184         * lib/canonicalize.c (canonicalize_filename_mode): Update.
39185
39186 2007-02-25  Jim Meyering  <jim@meyering.net>
39187
39188         * build-aux/announce-gen: When complaining about excess arguments,
39189         list them.
39190
39191 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
39192
39193         * README: Document signed integer overflow situation more
39194         accurately.
39195
39196 2007-02-25  Bruno Haible  <bruno@clisp.org>
39197
39198         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
39199         'a' or 'A' conversion.
39200
39201 2007-02-25  Bruno Haible  <bruno@clisp.org>
39202
39203         * modules/filename: Renamed from modules/pathname.
39204         (Files): Replace lib/pathname.h with lib/filename.h. Replace
39205         lib/concatpath.c with lib/concat-filename.c.
39206         (Makefile.am): Update.
39207         (Include): Replace pathname.h with filename.h.
39208         * lib/filename.h: Renamed from lib/pathname.h.
39209         (concatenated_filename): Renamed from concatenated_pathname.
39210         * lib/concat-filename.c: Renamed from lib/concatpath.c.
39211         (concatenated_filename): Renamed from concatenated_pathname.
39212         * lib/findprog.c: Include filename.h instead of pathname.h.
39213         (find_in_path): Update.
39214         * lib/javacomp.c: Include filename.h instead of pathname.h.
39215         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
39216         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
39217         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
39218         is_oldgcj_14_13_usable, is_javac_usable): Update.
39219         * lib/javaexec.c: Include filename.h instead of pathname.h.
39220         (execute_java_class): Update.
39221         * modules/findprog: Update.
39222         * modules/javacomp: Update.
39223         * modules/javaexec: Update.
39224         * MODULES.html.sh (File system functions): Add 'filename', remove
39225         'pathname'.
39226
39227 2007-02-25  Bruno Haible  <bruno@clisp.org>
39228
39229         * modules/printf-frexpl-tests: New file.
39230         * tests/test-printf-frexpl.c: New file.
39231
39232         * modules/printf-frexpl: New file.
39233         * lib/printf-frexpl.h: New file.
39234         * lib/printf-frexpl.c: New file.
39235         * m4/printf-frexpl.m4: New file.
39236
39237 2007-02-25  Bruno Haible  <bruno@clisp.org>
39238
39239         * modules/printf-frexp-tests: New file.
39240         * tests/test-printf-frexp.c: New file.
39241
39242         * modules/printf-frexp: New file.
39243         * lib/printf-frexp.h: New file.
39244         * lib/printf-frexp.c: New file.
39245         * m4/printf-frexp.m4: New file.
39246
39247 2007-02-25  Bruno Haible  <bruno@clisp.org>
39248
39249         Assume automake >= 1.10 for the tests.
39250         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
39251         * modules/arctwo-tests: Likewise.
39252         * modules/argp-tests: Likewise.
39253         * modules/avltree-list-tests: Likewise.
39254         * modules/avltree-oset-tests: Likewise.
39255         * modules/avltreehash-list-tests: Likewise.
39256         * modules/carray-list-tests: Likewise.
39257         * modules/crc-tests: Likewise.
39258         * modules/des-tests: Likewise.
39259         * modules/gc-arcfour-tests: Likewise.
39260         * modules/gc-arctwo-tests: Likewise.
39261         * modules/gc-des-tests: Likewise.
39262         * modules/gc-hmac-md5-tests: Likewise.
39263         * modules/gc-hmac-sha1-tests: Likewise.
39264         * modules/gc-md2-tests: Likewise.
39265         * modules/gc-md4-tests: Likewise.
39266         * modules/gc-md5-tests: Likewise.
39267         * modules/gc-pbkdf2-sha1-tests: Likewise.
39268         * modules/gc-rijndael-tests: Likewise.
39269         * modules/gc-sha1-tests: Likewise.
39270         * modules/gc-tests: Likewise.
39271         * modules/getaddrinfo-tests: Likewise.
39272         * modules/hmac-md5-tests: Likewise.
39273         * modules/hmac-sha1-tests: Likewise.
39274         * modules/linked-list-tests: Likewise.
39275         * modules/linkedhash-list-tests: Likewise.
39276         * modules/lock-tests: Likewise.
39277         * modules/md2-tests: Likewise.
39278         * modules/md4-tests: Likewise.
39279         * modules/md5-tests: Likewise.
39280         * modules/rbtree-list-tests: Likewise.
39281         * modules/rbtree-oset-tests: Likewise.
39282         * modules/rbtreehash-list-tests: Likewise.
39283         * modules/read-file-tests: Likewise.
39284         * modules/rijndael-tests: Likewise.
39285         * modules/stdint-tests: Likewise.
39286         * modules/tls-tests: Likewise.
39287
39288 2007-02-24  Bruno Haible  <bruno@clisp.org>
39289
39290         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
39291         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
39292         function; instead check whether isnan with a double argument links.
39293         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
39294         function; instead check whether isnan with a 'long double' argument
39295         links.
39296         Reported by Eric Blake <ebb9@byu.net>.
39297
39298 2007-02-24  Bruno Haible  <bruno@clisp.org>
39299
39300         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
39301         defined.
39302         * lib/isnanl.c: Remove all code. Just include isnan.c.
39303         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
39304
39305 2007-02-25  Jim Meyering  <jim@meyering.net>
39306
39307         Avoid conflicting types for 'unsetenv' on FreeBSD.
39308         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
39309         conflicting with FreeBSD's (5.0 and 6.1) function declaration
39310         in stdlib.h.
39311
39312 2007-02-24  Bruno Haible  <bruno@clisp.org>
39313
39314         * modules/isnanl-nolibm-tests: New file.
39315         * tests/test-isnanl.c: New file.
39316
39317         * modules/isnanl-nolibm: New file.
39318         * lib/isnanl.h: New file.
39319         * lib/isnanl.c: New file.
39320         * m4/isnanl.m4: New file.
39321
39322 2007-02-24  Bruno Haible  <bruno@clisp.org>
39323
39324         * modules/isnan-nolibm-tests: New file.
39325         * tests/test-isnan.c: New file.
39326
39327         * modules/isnan-nolibm: New file.
39328         * lib/isnan.h: New file.
39329         * lib/isnan.c: New file.
39330         * m4/isnan.m4: New file.
39331
39332 2007-02-24  Bruno Haible  <bruno@clisp.org>
39333
39334         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
39335         assume that an exponent fits in 20 bits.
39336
39337 2007-02-24  Jim Meyering  <jim@meyering.net>
39338
39339         * m4/regex.m4: Update the description of the configure-time option,
39340         --without-included-regex, to state accurately what the defaults are,
39341         and perhaps to give people an idea why using this option is risky.
39342
39343 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
39344
39345         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
39346         loops on small arguments.  This attempts to avoid the problem
39347         Bruno Haible reported for AIX 4.3.2 in
39348         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
39349
39350 2007-02-23  Bruno Haible  <bruno@clisp.org>
39351
39352         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
39353         Needed for help2man.
39354
39355 2007-02-23  Karl Berry  <karl@gnu.org>
39356
39357         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
39358         exists, foo.h should be cvs-ignored, not committed.
39359
39360 2007-02-23  Eric Blake  <ebb9@byu.net>
39361
39362         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
39363         * lib/stat-time.h (includes): Likewise.
39364         * lib/utimecmp.c (includes): Likewise.
39365         * lib/utimens.h (includes): Likewise.
39366         * lib/getdate.y (includes): Also include "timespec.h" for use
39367         internal to the module.
39368         * modules/utimens (Depends-on): Revert yesterday's patch.
39369         * modules/nanosleep (Depends-on): Add missing dependency.
39370
39371 2007-02-22  Bruno Haible  <bruno@clisp.org>
39372
39373         * lib/glob.c: Don't include getlogin_r.h.
39374
39375 2007-02-22  Jim Meyering  <jim@meyering.net>
39376
39377         * modules/utimens (Depends-on): Add timespec, required for
39378         utimens.h's inclusion of timespec.h.
39379
39380 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
39381
39382         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
39383         long unreadable paths in GNU/Linux.  Problem reported by Andreas
39384         Schwab in
39385         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
39386         I'll try to think of a better way to fix the Solaris problem.
39387
39388         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
39389         like glibc; on Solaris 10, it fails with errno == EINVAL.
39390         POSIX says the behavior is unspecified if the first argument is NULL,
39391         so play it safe and never pass NULL to the system getcwd.
39392
39393 2007-02-21  Jim Meyering  <jim@meyering.net>
39394
39395         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
39396         of gettimeofday.  It would conflict with the one now always
39397         provided via sys_time_.h.  Reported by Matthew Woehlke, as
39398         an IRIX 6.5 build failure.
39399
39400 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
39401
39402         Minor fixups to port to Solaris 10 with Sun C 5.8.
39403         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
39404         * modules/getcwd (Depends-on): Add dirfd.
39405         * lib/putenv.c (putenv): #undef it.
39406         (rpl_putenv): New decl.
39407         (malloc, free): Include <stdlib.h> rather than prototyping separately.
39408
39409 2007-02-20  Bruno Haible  <bruno@clisp.org>
39410
39411         * modules/stdio-tests: New file.
39412         * tests/test-stdio.c: New file.
39413
39414         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
39415         (Depends-on): Add stdio.
39416         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
39417         (Include): Use <stdio.h> instead of vsnprintf.h.
39418         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
39419         HAVE_DECL_VSNPRINTF.
39420         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
39421
39422         * modules/snprintf (Files): Remove lib/snprintf.h.
39423         (Depends-on): Add stdio.
39424         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
39425         (Include): Use <stdio.h> instead of snprintf.h.
39426         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
39427         HAVE_DECL_SNPRINTF.
39428         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
39429         * lib/getaddrinfo.c: Likewise.
39430
39431         * modules/stdio: New file.
39432         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
39433         * lib/snprintf.h: Remove file.
39434         * lib/vsnprintf.h: Remove file.
39435         * lib/.cppi-disable: Remove snprintf.h.
39436         * m4/stdio_h.m4: New file.
39437         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
39438
39439 2007-02-20  Jim Meyering  <jim@meyering.net>
39440
39441         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
39442         used by e.g., mingw.  From Bruno Haible.
39443
39444 2007-02-19  Bruno Haible  <bruno@clisp.org>
39445
39446         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
39447         warnings.
39448         Reported by Ben Pfaff <blp@cs.stanford.edu>.
39449
39450 2007-02-19  Bruno Haible  <bruno@clisp.org>
39451
39452         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
39453         from mingw users.
39454
39455 2007-02-19  Bruno Haible  <bruno@clisp.org>
39456
39457         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
39458         warnings.
39459         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
39460
39461 2007-02-19  Jim Meyering  <jim@meyering.net>
39462
39463         Don't use FD after a successful "fdopendir (fd)".
39464         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
39465         Reset it by calling dirfd on the just-obtained DIR*.
39466
39467         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
39468         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
39469
39470 2007-02-18  Bruno Haible  <bruno@clisp.org>
39471
39472         * lib/readlink.c: Include <unistd.h>.
39473         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
39474         HAVE_READLINK.
39475         * modules/readlink (Depends-on): Add unistd.
39476         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39477         (Include): Add <unistd.h>.
39478
39479         * lib/getlogin_r.h: Remove file.
39480         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
39481         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
39482         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
39483         HAVE_DECL_GETLOGIN_R.
39484         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
39485         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39486         (Include): Use <unistd.h> instead of getlogin_r.h.
39487
39488         * lib/getcwd.h: Remove file.
39489         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
39490         * lib/xgetcwd.c: Likewise.
39491         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
39492         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
39493         * modules/getcwd (Files): Remove lib/getcwd.h.
39494         (Depends-on): Add unistd.
39495         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39496         (Include): Use <unistd.h> instad of getcwd.h.
39497
39498         * lib/ftruncate.c: Include <unistd.h> first.
39499         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
39500         Set HAVE_FTRUNCATE.
39501         * modules/ftruncate (Depends-on): Add unistd.
39502         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39503
39504         * lib/fchdir.c: Include <unistd.h> first.
39505         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
39506         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
39507         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
39508         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39509         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
39510
39511         * lib/dup2.c: Include <unistd.h> first.
39512         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
39513         HAVE_DUP2.
39514         * modules/dup2 (Depends-on): Add unistd.
39515         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39516
39517         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
39518         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
39519         REPLACE_CHOWN. Don't define chown as a macro here.
39520         * modules/chown (Depends-on): Add unistd.
39521         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
39522
39523         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
39524         Add definition for GL_LINK_WARNING.
39525         (chown, dup2): New declarations.
39526         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
39527         link warning.
39528         (ftruncate): New declaration.
39529         (getcwd): New declaration, taken from old getcwd.h.
39530         (getlogin_r): New declaration, taken from old getlogin_r.h.
39531         (readlink): New declaration.
39532         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
39533         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
39534         (gl_PREREQ_UNISTD): Remove macro.
39535         (gl_UNISTD_MODULE_INDICATOR): New macro.
39536         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
39537         many new variables. Don't set UNISTD_H.
39538         * modules/unistd (Description): Change.
39539         (Depends-on): Add link-warning.
39540         (configure.ac): Update.
39541         (Makefile.am): Create unistd.h always. Substitute many new variables
39542         into it.
39543
39544 2007-02-18  Bruno Haible  <bruno@clisp.org>
39545
39546         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
39547         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
39548         HAVE_GETSUBOPT.
39549         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
39550         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
39551         * lib/getsubopt.h: Remove file.
39552         * modules/getsubopt (Files): Remove lib/getsubopt.h.
39553         (Depends-on): Add stdlib.
39554         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
39555         (Includes): Use <stdlib.h> instead of getsubopt.h.
39556         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
39557         Set HAVE_GETSUBOPT.
39558         * lib/getsubopt.c: Don't include getsubopt.h.
39559
39560 2007-02-18  Bruno Haible  <bruno@clisp.org>
39561
39562         * modules/fchdir (Depends-on): Add dup2.
39563
39564 2007-02-18  Bruno Haible  <bruno@clisp.org>
39565
39566         * lib/stdlib_.h: Handle glibc's special invocation convention
39567         specially.
39568
39569 2007-02-18  Bruno Haible  <bruno@clisp.org>
39570
39571         * modules/stdlib-tests: New file.
39572         * tests/test-stdlib.c: New file.
39573
39574         * modules/mkstemp (Files): Remove lib/mkstemp.h.
39575         (Depends-on): Add stdlib.
39576         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
39577         (Includes): Use <stdlib.h> instead of mkstemp.h.
39578         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
39579         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
39580         * lib/mkstemp.c: Don't include mkstemp.h.
39581         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
39582         * lib/stdlib--.h: Don't include mkstemp.h.
39583
39584         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
39585         (Depends-on): Add stdlib.
39586         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
39587         (Includes): Use <stdlib.h> instead of mkdtemp.h.
39588         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
39589         HAVE_MKDTEMP.
39590         * lib/mkdtemp.c: Don't include mkdtemp.h.
39591         * lib/clean-temp.c: Don't include mkdtemp.h.
39592
39593         * modules/exit (Files): Remove lib/exit.h.
39594         (Depends-on): Add stdlib.
39595         (Makefile.am): Remove lib_SOURCES.
39596         (Include): Use <stdlib.h> instead of exit.h.
39597         * lib/argmatch.c: Don't include exit.h.
39598         * lib/execute.c: Likewise.
39599         * lib/pagealign_alloc.c: Likewise.
39600         * lib/pipe.c: Likewise.
39601         * lib/wait-process.c: Likewise.
39602         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
39603         * lib/exitfail.c: Likewise.
39604         * lib/savewd.c: Likewise.
39605         * lib/xsetenv.c: Likewise.
39606
39607         * modules/stdlib: New file.
39608         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
39609         and extra comments about mkstemp().
39610         * lib/exit.h: Remove file.
39611         * lib/mkdtemp.h: Remove file.
39612         * lib/mkstemp.h: Remove file.
39613         * m4/stdlib_h.m4: New file.
39614         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
39615
39616 2007-02-18  Bruno Haible  <bruno@clisp.org>
39617
39618         * modules/math-tests: New file.
39619         * tests/test-math.c: New file.
39620
39621         * modules/math: New file.
39622         * modules/mathl (Files): Remove lib/mathl.h.
39623         (Depends-on): Add math.
39624         (Makefile.am): Don't mention mathl.h.
39625         (Include): Use <math.h> instead of mathl.h.
39626         * lib/math_.h: New file.
39627         * lib/mathl.h: Remove file.
39628         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
39629         mathl.h.
39630         * lib/asinl.c: Likewise.
39631         * lib/atanl.c: Likewise.
39632         * lib/ceill.c: Likewise.
39633         * lib/cosl.c: Likewise.
39634         * lib/expl.c: Likewise.
39635         * lib/floorl.c: Likewise.
39636         * lib/frexpl.c: Likewise.
39637         * lib/ldexpl.c: Likewise.
39638         * lib/logl.c: Likewise.
39639         * lib/sincosl.c: Likewise.
39640         * lib/sinl.c: Likewise.
39641         * lib/sqrtl.c: Likewise.
39642         * lib/tanl.c: Likewise.
39643         * lib/trigl.c: Likewise.
39644         * m4/math_h.m4: New file.
39645         * MODULES.html.sh (Mathematics): Add math.
39646
39647 2007-02-17  Bruno Haible  <bruno@clisp.org>
39648
39649         * modules/wctype-tests: New file.
39650         * tests/test-wctype.c: New file.
39651
39652         * modules/wchar-tests: New file.
39653         * tests/test-wchar.c: New file.
39654
39655         * modules/unistd-tests: New file.
39656         * tests/test-unistd.c: New file.
39657
39658         * modules/time-tests: New file.
39659         * tests/test-time.c: New file.
39660
39661         * modules/sysexits-tests: New file.
39662         * tests/test-sysexits.c: New file.
39663
39664         * modules/sys_time-tests: New file.
39665         * tests/test-sys_time.c: New file.
39666
39667         * modules/sys_stat-tests: New file.
39668         * tests/test-sys_stat.c: New file.
39669
39670         * modules/sys_socket-tests: New file.
39671         * tests/test-sys_socket.c: New file.
39672
39673         * modules/sys_select-tests: New file.
39674         * tests/test-sys_select.c: New file.
39675
39676         * modules/string-tests: New file.
39677         * tests/test-string.c: New file.
39678
39679         * modules/stdbool-tests: New file.
39680         * tests/test-stdbool.c: New file.
39681
39682         * modules/netinet_in-tests: New file.
39683         * tests/test-netinet_in.c: New file.
39684
39685         * modules/inttypes-tests: New file.
39686         * tests/test-inttypes.c: New file.
39687
39688         * modules/fcntl-tests: New file.
39689         * tests/test-fcntl.c: New file.
39690
39691         * modules/byteswap-tests: New file.
39692         * tests/test-byteswap.c: New file.
39693
39694         * modules/arpa_inet-tests: New file.
39695         * tests/test-arpa_inet.c: New file.
39696
39697 2007-02-17  Bruno Haible  <bruno@clisp.org>
39698
39699         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
39700         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
39701         if the corresponding module is not enabled. Emit link warnings if
39702         the function is used nevertheless.
39703         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
39704         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
39705         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
39706         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
39707         * modules/inttypes (Depends-on): Add link-warning.
39708         (Makefile.am): Copy the contents of build-aux/link-warning.h into
39709         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
39710         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
39711         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
39712         * modules/imaxdiv (configure.ac): Likewise.
39713         * modules/strtoimax (configure.ac): Likewise.
39714         * modules/strtoumax (configure.ac): Likewise.
39715
39716 2007-02-17  Bruno Haible  <bruno@clisp.org>
39717
39718         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
39719         gl_STRING_MODULE_INDICATOR_DEFAULTS.
39720         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
39721         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
39722
39723 2007-02-17  Bruno Haible  <bruno@clisp.org>
39724
39725         * modules/link-warning: New file.
39726         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
39727         * lib/string_.h (GL_LINK_WARNING): Remove definition.
39728         * modules/string (Depends-on): Add link-warning.
39729         (Makefile.am): Copy the contents of build-aux/link-warning.h into
39730         string.h.
39731         * MODULES.html.sh (Support for building libraries and executables): Add
39732         link-warning.
39733
39734 2007-02-17  Bruno Haible  <bruno@clisp.org>
39735
39736         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
39737         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
39738         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
39739         long lines.
39740
39741 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
39742             Bruno Haible  <bruno@clisp.org>
39743
39744         * modules/tmpfile: New file.
39745         * lib/tmpfile.c: New file.
39746         * m4/tmpfile.m4: New file.
39747         * MODULES.html.sh (func_all_modules): New section "Input/output".
39748
39749 2007-02-15  Bruno Haible  <bruno@clisp.org>
39750
39751         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
39752         (supports_delete_on_close): New function.
39753         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
39754
39755 2007-02-14  Bruno Haible  <bruno@clisp.org>
39756
39757         * modules/mbspcasecmp-tests: New file.
39758         * tests/test-mbspcasecmp.sh: New file.
39759         * tests/test-mbspcasecmp.c: New file.
39760
39761         New module mbspcasecmp.
39762         * modules/mbspcasecmp: New file.
39763         * lib/mbspcasecmp.c: New file.
39764         * lib/string_.h (strncasecmp): Change warning message.
39765         (mbspcasecmp): New declaration.
39766         * m4/mbspcasecmp.m4: New file.
39767         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39768         GNULIB_MBSPCASECMP.
39769         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
39770         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
39771
39772 2007-02-14  Bruno Haible  <bruno@clisp.org>
39773
39774         * modules/mbsncasecmp-tests: New file.
39775         * tests/test-mbsncasecmp.sh: New file.
39776         * tests/test-mbsncasecmp.c: New file.
39777
39778         New module mbsncasecmp.
39779         * modules/mbsncasecmp: New file.
39780         * lib/mbsncasecmp.c: New file.
39781         * lib/string_.h (mbsncasecmp): New declaration.
39782         * m4/mbsncasecmp.m4: New file.
39783         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
39784         GNULIB_MBSNCASECMP.
39785         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
39786         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
39787
39788 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
39789
39790         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
39791         Verify that it doesn't overlap with our flags.
39792         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
39793         do not have the desired effect in multibyte locales; instead, use
39794         mbscasecmp.
39795         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
39796         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
39797         we don't require GNU fnmatch ourselves (if our users require it, they
39798         should do so explicitly).
39799
39800         Fix regex code so it doesn't rely on strcasecmp.
39801         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
39802         Otherwise, include gnulib's langinfo.h.
39803         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
39804         undesirable behavior in non-C locales.  Instead, rely on localecharset.
39805         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
39806         * modules/regex (FILES): Remove m4/codeset.m4.
39807         (Depends-on): Add localcharset.  Remove strcase.
39808
39809 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
39810
39811         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
39812         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
39813
39814 2007-02-13  Bruno Haible  <bruno@clisp.org>
39815
39816         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
39817         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
39818
39819 2007-02-12  Bruno Haible  <bruno@clisp.org>
39820
39821         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
39822         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
39823         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
39824         time warning rather than a link error.
39825
39826 2007-02-12  Bruno Haible  <bruno@clisp.org>
39827
39828         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
39829         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
39830         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
39831
39832 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
39833
39834         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
39835         args, not 2.
39836
39837 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
39838
39839         New module 'time', so that apps can include <time.h> as per
39840         POSIX and GNU instead of separate include files like time_r.h
39841         and timegm.h.  This implementation tries out a simpler approach
39842         for replacing decls in standard include files (as compared to
39843         the string module), somewhat as an experiment.
39844
39845         * config/srclist.txt: Comment out mktime.c for now.
39846         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
39847         since it doesn't apply any more.  Use generic wording instead.
39848         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
39849         'time'.
39850         * lib/time_.h, m4/time_h.m4, modules/time: New files.
39851         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
39852         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
39853         Don't include <sys/types.h>; no longer needed since we assume C89.
39854         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
39855         * lib/strftime.c: Likewise.
39856         * lib/time_r.c: Likewise.
39857         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
39858         * lib/nanosleep.c: Include <time.h> first, to check interface.
39859         * lib/strptime.c: Likewise.
39860         * lib/time_r.c: Likewise.
39861         * lib/timegm.c: Likewise.
39862         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
39863         needed.
39864         * lib/timegm.c: Don't include timegm.h; no longer needed.
39865         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
39866         time.h now handles any problems in that area.
39867         (struct timespec, nanosleep): Remove; time.h now arranges for these.
39868         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
39869         that time.h defines struct timespec.
39870         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
39871         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
39872         handles that.
39873         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
39874         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
39875         needed.  Set REPLACE_LOCALTIME.
39876         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
39877         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
39878         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
39879         nanosleep; time_h.m4 now does that.  Don't require
39880         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
39881         module handles this now.
39882         * modules/getdate (Depends-on): Remove timespec.  Add time.
39883         * modules/nanosleep (Depends-on): Likewise.
39884         * modules/stat-time (Depends-on): Likewise.
39885         * modules/nanosleep (Include): Include time.h, not timespec.h.
39886         * modules/strptime (Files): Remove lib/strptime.h.
39887         (Depends-on): Add extensions, time.
39888         (Include): Include time.h, not strptime.h.
39889         * modules/time_r (Files): Remove lib/time_r.h.
39890         (Depends-on): Add time.
39891         (Include): Include time.h, not time_r.h.
39892         * modules/timegm: Likewise.
39893         * modules/timespec (Description): Now does timespec-related decls
39894         of our own, instead of struct timespec itself.
39895         (Depends-on): Add time; remove extensions.
39896         (Maintainer): Add self.
39897         * modules/utimecmp (Depends-on): Add time; remove timespec.
39898         * modules/utimens (Depends-on): Likewise.
39899         * modules/xnanosleep (Depends-on): Likewise.
39900
39901 2007-02-11  Bruno Haible  <bruno@clisp.org>
39902
39903         * lib/c-strstr.c: Include allocsa.h.
39904         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
39905         * lib/c-strcasestr.c: Include allocsa.h.
39906         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
39907         * lib/strcasestr.c: Include allocsa.h.
39908         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
39909         * lib/mbsstr.c: Include allocsa.h.
39910         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
39911         allocsa/freesa instead of malloc/free.
39912         * lib/mbscasestr.c: Include allocsa.h.
39913         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
39914         allocsa/freesa instead of malloc/free.
39915         * modules/c-strstr (Depends-on): Add allocsa.
39916         * modules/c-strcasestr (Depends-on): Likewise.
39917         * modules/strcasestr (Depends-on): Likewise.
39918         * modules/mbsstr (Depends-on): Likewise.
39919         * modules/mbscasestr (Depends-on): Likewise.
39920
39921 2007-02-11  Bruno Haible  <bruno@clisp.org>
39922
39923         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
39924
39925         * modules/mbsspn-tests: New file.
39926         * tests/test-mbsspn.sh: New file.
39927         * tests/test-mbsspn.c: New file.
39928
39929 2007-02-11  Bruno Haible  <bruno@clisp.org>
39930
39931         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
39932
39933         * modules/mbspbrk-tests: New file.
39934         * tests/test-mbspbrk.sh: New file.
39935         * tests/test-mbspbrk.c: New file.
39936
39937 2007-02-11  Bruno Haible  <bruno@clisp.org>
39938
39939         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
39940         unneeded cast.
39941
39942         * modules/mbscspn-tests: New file.
39943         * tests/test-mbscspn.sh: New file.
39944         * tests/test-mbscspn.c: New file.
39945
39946 2007-02-11  Bruno Haible  <bruno@clisp.org>
39947
39948         * modules/mbscasecmp-tests: New file.
39949         * tests/test-mbscasecmp.sh: New file.
39950         * tests/test-mbscasecmp.c: New file.
39951
39952 2007-02-11  Bruno Haible  <bruno@clisp.org>
39953
39954         Ensure O(n) worst-case complexity of mbscasestr.
39955         * lib/mbscasestr.c: Include stdbool.h.
39956         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
39957         functions.
39958         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
39959         the bookkeeping indicates that it's worth it.
39960         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
39961
39962         * modules/mbscasestr-tests: New file.
39963         * tests/test-mbscasestr1.c: New file.
39964         * tests/test-mbscasestr2.sh: New file.
39965         * tests/test-mbscasestr2.c: New file.
39966         * tests/test-mbscasestr3.sh: New file.
39967         * tests/test-mbscasestr3.c: New file.
39968         * tests/test-mbscasestr4.sh: New file.
39969         * tests/test-mbscasestr4.c: New file.
39970         * m4/locale-tr.m4: New file.
39971
39972 2007-02-11  Bruno Haible  <bruno@clisp.org>
39973
39974         Ensure O(n) worst-case complexity of mbsstr.
39975         * lib/mbsstr.c: Include stdbool.h.
39976         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
39977         functions.
39978         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
39979         bookkeeping indicates that it's worth it.
39980         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
39981
39982         * modules/mbsstr-tests: New file.
39983         * tests/test-mbsstr1.c: New file.
39984         * tests/test-mbsstr2.sh: New file.
39985         * tests/test-mbsstr2.c: New file.
39986         * tests/test-mbsstr3.sh: New file.
39987         * tests/test-mbsstr3.c: New file.
39988         * m4/locale-fr.m4: New file.
39989
39990 2007-02-11  Bruno Haible  <bruno@clisp.org>
39991
39992         * lib/mbsrchr.c (mbsrchr): Fix bug.
39993
39994         * modules/mbsrchr-tests: New file.
39995         * tests/test-mbsrchr.sh: New file.
39996         * tests/test-mbsrchr.c: New file.
39997
39998 2007-02-11  Bruno Haible  <bruno@clisp.org>
39999
40000         * lib/mbschr.c (mbschr): Fix bug.
40001
40002         * modules/mbschr-tests: New file.
40003         * tests/test-mbschr.sh: New file.
40004         * tests/test-mbschr.c: New file.
40005         * m4/locale-zh.m4: New file.
40006
40007 2007-02-11  Bruno Haible  <bruno@clisp.org>
40008
40009         Support for copying multibyte string iterators.
40010         * lib/mbiter.h: Include <string.h>.
40011         (mbiter_multi_copy): New function.
40012         (mbi_copy): New macro.
40013         * lib/mbuiter.h: Include <string.h>.
40014         (mbuiter_multi_copy): New function.
40015         (mbui_copy): New macro.
40016
40017 2007-02-11  Bruno Haible  <bruno@clisp.org>
40018
40019         New module mbslen.
40020         * modules/mbslen: New file.
40021         * lib/mbslen.c: New file.
40022         * lib/string_.h (mbslen): New declaration.
40023         * m4/mbslen.m4: New file.
40024         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
40025         GNULIB_MBSLEN.
40026         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
40027         * MODULES.html.sh (Internationalization functions): Add mbslen.
40028
40029 2007-02-11  Bruno Haible  <bruno@clisp.org>
40030
40031         Ensure O(n) worst-case complexity of strcasestr substitute.
40032         * lib/strcasestr.c: Include stdbool.h.
40033         (knuth_morris_pratt): New function.
40034         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
40035         bookkeeping indicates that it's worth it.
40036         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
40037
40038         * modules/strcasestr-tests: New file.
40039         * tests/test-strcasestr.c: New file.
40040
40041 2007-02-11  Bruno Haible  <bruno@clisp.org>
40042
40043         Ensure O(n) worst-case complexity of c_strcasestr.
40044         * lib/c-strcasestr.c: Include stdbool.h, string.h.
40045         (knuth_morris_pratt): New function.
40046         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
40047         the bookkeeping indicates that it's worth it.
40048         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
40049
40050         * modules/c-strcasestr-tests: New file.
40051         * tests/test-c-strcasestr.c: New file.
40052
40053 2007-02-11  Bruno Haible  <bruno@clisp.org>
40054
40055         Ensure O(n) worst-case complexity of c_strstr.
40056         * lib/c-strstr.c: Include stdbool.h, string.h.
40057         (knuth_morris_pratt): New function.
40058         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
40059         bookkeeping indicates that it's worth it.
40060         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
40061
40062         * lib/c-strstr.c: Complete rewrite for maintainability.
40063
40064         * modules/c-strstr-tests: New file.
40065         * tests/test-c-strstr.c: New file.
40066
40067 2007-02-11  Bruno Haible  <bruno@clisp.org>
40068
40069         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
40070         5.2.1 and earlier, whereby \055 was treated just like the range
40071         delimiter '-'.
40072         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
40073
40074 2007-02-08  Bruno Haible  <bruno@clisp.org>
40075
40076         * modules/regex (Depends-on): Add stdbool.
40077         Reported by Dalibor Topic <robilad@kaffe.org>.
40078
40079 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
40080
40081         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
40082         Prefer returning from main to exiting from it.
40083         Remove unnecessary parens after sizeof.
40084
40085 2007-02-05  Bruno Haible  <bruno@clisp.org>
40086
40087         New module mbssep.
40088         * modules/mbssep: New file.
40089         * lib/mbssep.c: New file.
40090         * lib/string_.h (strsep): Add a conditional link warning.
40091         (mbssep): New declaration.
40092         * m4/mbssep.m4: New file.
40093         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
40094         GNULIB_MBSSEP.
40095         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
40096         * MODULES.html.sh (Internationalization functions): Add mbssep.
40097
40098 2007-02-05  Bruno Haible  <bruno@clisp.org>
40099
40100         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
40101         Optimize search in case of 1 delimiter.
40102
40103 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
40104
40105         * lib/acl.h: Include sys/types.h before sys/acl.h.
40106
40107 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
40108
40109         Merge upstream fix for glibc bugzilla #3957:
40110
40111         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
40112
40113         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
40114         bit for RE_HAT_LISTS_NOT_NEWLINE.
40115         (build_charclass_op): Remove bogus comment.
40116
40117 2007-02-05  Simon Josefsson  <simon@josefsson.org>
40118
40119         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
40120
40121 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
40122
40123         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
40124         * lib/memmem.c [!defined _LIBC]: Include config.h.
40125
40126 2007-02-04  Bruno Haible  <bruno@clisp.org>
40127
40128         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
40129         warning message.
40130
40131 2007-02-04  Bruno Haible  <bruno@clisp.org>
40132
40133         New module mbstok_r.
40134         * modules/mbstok_r: New file.
40135         * lib/mbstok_r.c: New file.
40136         * lib/string_.h (strtok_r): Change argument names to match the
40137         comments. Add a conditional link warning.
40138         (mbstok_r): New declaration.
40139         * m4/mbstok_r.m4: New file.
40140         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
40141         GNULIB_MBSTOK_R.
40142         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
40143         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
40144
40145 2007-02-04  Bruno Haible  <bruno@clisp.org>
40146
40147         New module mbsspn.
40148         * modules/mbsspn: New file.
40149         * lib/mbsspn.c: New file.
40150         * lib/string_.h (strspn): Add a conditional link warning.
40151         (mbsspn): New declaration.
40152         * m4/mbsspn.m4: New file.
40153         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
40154         GNULIB_MBSSPN.
40155         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
40156         * MODULES.html.sh (Internationalization functions): Add mbsspn.
40157
40158 2007-02-04  Bruno Haible  <bruno@clisp.org>
40159
40160         New module mbspbrk.
40161         * modules/mbspbrk: New file.
40162         * lib/mbspbrk.c: New file.
40163         * lib/string_.h (strpbrk): Add a conditional link warning.
40164         (mbspbrk): New declaration.
40165         * m4/mbspbrk.m4: New file.
40166         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
40167         GNULIB_MBSPBRK.
40168         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
40169         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
40170
40171 2007-02-04  Bruno Haible  <bruno@clisp.org>
40172
40173         New module mbscspn.
40174         * modules/mbscspn: New file.
40175         * lib/mbscspn.c: New file.
40176         * lib/string_.h (strcspn): Add a conditional link warning.
40177         (mbscspn): New declaration.
40178         * m4/mbscspn.m4: New file.
40179         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
40180         GNULIB_MBSCSPN.
40181         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
40182         * MODULES.html.sh (Internationalization functions): Add mbscspn.
40183
40184 2007-02-04  Bruno Haible  <bruno@clisp.org>
40185
40186         New module mbscasestr, reduced goal of strcasestr.
40187         * modules/mbscasestr: New file.
40188         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
40189         (mbscasestr): Renamed from strcasestr.
40190         * lib/strcasestr.c: Don't include mbuiter.h.
40191         (strcasestr): Remove support for multibyte locales.
40192         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
40193         Change the conditional link warning.
40194         (mbscasestr): New declaration.
40195         * m4/mbscasestr.m4: New file.
40196         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
40197         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
40198         REPLACE_STRCASESTR.
40199         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
40200         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
40201         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
40202         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
40203         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
40204         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
40205         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
40206         (Depends-on): Remove mbuiter.
40207         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
40208
40209 2007-02-04  Bruno Haible  <bruno@clisp.org>
40210
40211         Simplify handling of strncasecmp.
40212         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
40213         the conditional link warning.
40214         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
40215         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
40216         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
40217         * modules/strcase (configure.ac): Don't invoke
40218         gl_STRING_MODULE_INDICATOR.
40219         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
40220
40221 2007-02-04  Bruno Haible  <bruno@clisp.org>
40222
40223         New module mbscasecmp, reduced goal of strcasecmp.
40224         * modules/mbscasecmp: New file.
40225         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
40226         (mbscasecmp): Renamed from strcasecmp.
40227         * lib/strcasecmp.c: Don't include mbuiter.h.
40228         (strcasecmp): Remove support for multibyte locales.
40229         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
40230         Change the conditional link warning.
40231         (mbscasecmp): New declaration.
40232         * m4/mbscasecmp.m4: New file.
40233         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
40234         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
40235         REPLACE_STRCASECMP.
40236         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
40237         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
40238         GNULIB_MBSCASECMP.
40239         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
40240         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
40241         * modules/strcase (Files): Remove m4/mbrtowc.m4.
40242         (Depends-on): Remove mbuiter.
40243         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
40244
40245 2007-02-04  Bruno Haible  <bruno@clisp.org>
40246
40247         New module mbsstr. Remove module strstr.
40248         * modules/mbsstr: New file.
40249         * modules/strstr: Remove file.
40250         * lib/mbsstr.c: Renamed from lib/strstr.c.
40251         (mbsstr): Renamed from strstr.
40252         * lib/string_.h (strstr): Remove declaration. Change the conditional
40253         link warning.
40254         (mbsstr): New declaration.
40255         * m4/mbsstr.m4: New file.
40256         * m4/strstr.m4: Remove file.
40257         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
40258         REPLACE_STRSTR.
40259         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
40260         Don't initialize GNULIB_STRSTR.
40261         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
40262         substitute GNULIB_STRSTR and REPLACE_STRSTR.
40263         * MODULES.html.sh (Internationalization functions): Add mbsstr.
40264         (Support for systems lacking ANSI C 89): Remove strstr.
40265
40266 2007-02-04  Bruno Haible  <bruno@clisp.org>
40267
40268         New module mbsrchr.
40269         * modules/mbsrchr: New file.
40270         * lib/mbsrchr.c: New file.
40271         * lib/string_.h (strrchr): Add a conditional link warning.
40272         (mbsrchr): New declaration.
40273         * m4/mbsrchr.m4: New file.
40274         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
40275         GNULIB_MBSRCHR.
40276         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
40277         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
40278
40279 2007-02-04  Bruno Haible  <bruno@clisp.org>
40280
40281         New module mbschr.
40282         * modules/mbschr: New file.
40283         * lib/mbschr.c: New file.
40284         * lib/string_.h (strchr): Add a conditional link warning.
40285         (mbschr): New declaration.
40286         * m4/mbschr.m4: New file.
40287         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
40288         GNULIB_MBSCHR.
40289         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
40290         * MODULES.html.sh (Internationalization functions): Add mbschr.
40291
40292 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
40293
40294         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
40295
40296         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
40297
40298 2007-02-04  Bruno Haible  <bruno@clisp.org>
40299
40300         New module description section 'configure.ac-early'.
40301         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
40302         (func_get_autoconf_early_snippet): New function.
40303         (func_import, func_create_testdir): Use it. Remove special cases for
40304         modules 'extensions' and 'lock'.
40305         * modules/extensions (configure.ac-early): Require
40306         gl_USE_SYSTEM_EXTENSIONS.
40307         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
40308
40309 2007-02-04  Bruno Haible  <bruno@clisp.org>
40310
40311         Make use of gcj-4.3's -fsource and -ftarget option.
40312         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
40313         and if so try the options -fsource and -ftarget.
40314         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
40315         source_version, ftarget_option, target_version arguments.
40316         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
40317         (is_envjavac_oldgcj_14_14_usable): Renamed from
40318         is_envjavac_gcj_14_14_usable.
40319         (is_envjavac_oldgcj_14_13_usable): Renamed from
40320         is_envjavac_gcj_14_13_usable.
40321         (is_gcj_present): Update.
40322         (is_gcj_43, is_gcj43_usable): New functions.
40323         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
40324         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
40325         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
40326         try the options -fsource and -ftarget.
40327
40328 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
40329
40330         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
40331         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
40332         larger value.
40333
40334 2007-02-03  Jim Meyering  <jim@meyering.net>
40335
40336         Give tools a better chance to allocate space for very large buffers.
40337         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
40338
40339         Make pwd and readlink work also when run with an unreadable parent dir
40340         on systems with openat support.
40341         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
40342         provided getcwd function, even when we have openat support.
40343         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
40344
40345 2007-02-02  Bruno Haible  <bruno@clisp.org>
40346
40347         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
40348         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
40349         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
40350         portability problems if one of these functions is only used on specific
40351         platforms.
40352         Reported by Paul Eggert.
40353
40354 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
40355
40356         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
40357         is causing more trouble than it's curing.
40358         * lib/regex_internal.h (__mempcpy): Remove.
40359         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
40360         (and make the code a tad smaller to boot).
40361         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
40362
40363 2007-02-02  Jim Meyering  <jim@meyering.net>
40364
40365         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
40366         section, not in the Makefile.am: one.
40367
40368 2007-02-02  Eric Blake  <ebb9@byu.net>
40369
40370         * lib/strchrnul.c: Always include config.h first.
40371
40372         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
40373         gnulib strstr is not necessary here.
40374
40375 2007-02-02  Simon Josefsson  <simon@josefsson.org>
40376
40377         * m4/socklen.m4: Fix typo.
40378
40379 2007-02-02  Eric Blake  <ebb9@byu.net>
40380
40381         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
40382         * modules/netinet_in (Makefile.am): Likewise.
40383
40384 2007-02-01  Bruno Haible  <bruno@clisp.org>
40385
40386         * lib/string_.h (GL_LINK_WARNING): New macro.
40387         (strcasecmp, strstr, strcasestr): If provided by the system,
40388         conditionally define as a macro that leads to a warning instead of to
40389         an error.
40390         (strncasecmp): Conditionally define as a macro that leads to a warning.
40391
40392 2007-02-01  Karl Berry  <karl@gnu.org>
40393
40394         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
40395
40396 2007-02-01  Bruno Haible  <bruno@clisp.org>
40397
40398         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
40399         renamings.
40400
40401 2007-02-01  Eric Blake  <ebb9@byu.net>
40402
40403         * modules/regex (Depends-on): Revert dependence on mempcpy.
40404         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
40405         module's definition of mempcpy.
40406         Reported by Paul Eggert.
40407
40408 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
40409
40410         * lib/string_.h: If the gnulib module XYZ is not present, undefine
40411         the symbol XYZ before redefining it.  This fixes a problem with
40412         programs that don't use XYZ, when compiled on systems that define
40413         XYZ to something else.
40414
40415 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
40416
40417         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
40418         occurs when "mkdir -m foo" creates a setgid directory that is (1)
40419         writeable to group or other and (2) is intended to have a special
40420         mode bit that is set or cleared.  In such a case, the directory
40421         should be neither group- nor other-writeable until the special
40422         mode bits are right.
40423
40424 2007-01-31  Eric Blake  <ebb9@byu.net>
40425
40426         * modules/mountlist (Depends-on): Add strstr.
40427
40428         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
40429         bug.
40430         * modules/string (Makefile.am): Remove redundant replacement.
40431         * modules/regex (Depends-on): Add mempcpy.
40432
40433 2007-01-31  Bruno Haible  <bruno@clisp.org>
40434
40435         New module description field 'Link'.
40436         * gnulib-tool (func_usage): Document --extract-link-directive.
40437         (sed_extract_prog): Recognize 'Link' directive.
40438         (func_get_link_directive): New function.
40439         (func_import): Show summary of link directives.
40440         Handle --extract-link-directive option.
40441         * modules/acl (Link): New section.
40442         * modules/clock-time (Link): New section.
40443         * modules/euidaccess (Link): New section.
40444         * modules/gettext (Link): New section.
40445         * modules/iconv (Link): New section.
40446         * modules/lock (Link): New section.
40447         * modules/nanosleep (Link): New section.
40448         * modules/readline (Link): New section.
40449
40450 2007-01-27  Bruno Haible  <bruno@clisp.org>
40451
40452         Enforce the use of gnulib modules for unportable <string.h> functions.
40453         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
40454         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
40455         (gl_HEADER_STRING_H_BODY): Require it.
40456         * lib/string_.h: If the gnulib module XYZ is not present, redefine
40457         the symbol XYZ to one that gives a link error.
40458         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
40459         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
40460         * modules/mempcpy (configure.ac): Likewise.
40461         * modules/memrchr (configure.ac): Likewise.
40462         * modules/stpcpy (configure.ac): Likewise.
40463         * modules/stpncpy (configure.ac): Likewise.
40464         * modules/strcase (configure.ac): Likewise.
40465         * modules/strcasestr (configure.ac): Likewise.
40466         * modules/strchrnul (configure.ac): Likewise.
40467         * modules/strdup (configure.ac): Likewise.
40468         * modules/strndup (configure.ac): Likewise.
40469         * modules/strnlen (configure.ac): Likewise.
40470         * modules/strpbrk (configure.ac): Likewise.
40471         * modules/strsep (configure.ac): Likewise.
40472         * modules/strstr (configure.ac): Likewise.
40473         * modules/strtok_r (configure.ac): Likewise.
40474
40475 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
40476
40477         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
40478
40479 2007-01-30  Jim Meyering  <jim@meyering.net>
40480
40481         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
40482
40483 2007-01-29  Bruno Haible  <bruno@clisp.org>
40484
40485         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
40486         * lib/execute.c: Likewise.
40487         * lib/pipe.c: Likewise.
40488         * lib/printf-args.h: Likewise.
40489         * lib/printf-args.c: Likewise.
40490         * lib/printf-parse.c: Likewise.
40491         * lib/vasnprintf.c: Likewise.
40492
40493 2007-01-29  Eric Blake  <ebb9@byu.net>
40494
40495         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
40496         declaration.
40497
40498 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
40499
40500         * lib/strptime.h (strptime): Use 'restrict' for args where
40501         POSIX requires this.
40502         * lib/strptime.c (strptime): Likewise.
40503         Change license notice from LGPL to GPL, since gnulib-tool will
40504         change this as needed.
40505         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
40506         defined.
40507         Include "strptime.h" first, to check interface.
40508         Do not #undef _LIBC and _NL_CURRENT.
40509         Do not include <stdlib.h>; no longer needed.
40510         Include "time_r.h" and declare ptime_locale_status
40511         only if _LIBC is not defined.
40512         (__P): Remove unused macro.
40513         (match_string): Bring back glibc version, but use it only if _LIBC
40514         is defined.
40515         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
40516         Remove unnecessary assertion and abort() call.
40517         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
40518         * m4/strptime.m4: Fix serial number comment.
40519         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
40520         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
40521         (Depends-on): Add time_r.
40522
40523 2007-01-29  Bruno Haible  <bruno@clisp.org>
40524
40525         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
40526         strptime.
40527         * modules/strptime (Depends-on): Add stdbool.
40528         * lib/strptime.h: Include <time.h> always. Add comments.
40529
40530 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
40531
40532         * modules/strptime: New file.
40533         * lib/strptime.h: New file.
40534         * lib/strptime.c: New file.
40535         * m4/strptime.m4: New file.
40536
40537 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
40538
40539         * MODULES.html.sh: New module mpsort.
40540         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
40541
40542         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
40543         a circularity problem with HP-UX ia64 reported by Bob Proulx in
40544         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
40545         All uses changed.
40546         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
40547         All uses changed.
40548         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
40549         to _Restrict_.
40550         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
40551         the parameter matches the prototype.
40552
40553 2007-01-28  Jim Meyering  <jim@meyering.net>
40554
40555         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
40556         sys/time.h here, reverting that part of the previous patch:
40557         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
40558
40559 2007-01-28  Bruno Haible  <bruno@clisp.org>
40560
40561         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
40562         value of $(SYS_TIME_H).
40563         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
40564         remove it conditionally, too. [added by Jim Meyering]
40565         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
40566         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
40567         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
40568         GETTIMEOFDAY_REPLACEMENT to 1.
40569
40570 2007-01-28  Bruno Haible  <bruno@clisp.org>
40571
40572         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
40573         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
40574         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
40575         Set UNISTD_H instead of UNISTD_H2.
40576         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
40577
40578 2007-01-28  Bruno Haible  <bruno@clisp.org>
40579
40580         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
40581         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
40582
40583 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40584
40585         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
40586         (func_create_testdir): Ensure C locale for `grep' and `tr'
40587         character ranges.
40588         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
40589         ACLOCAL_AMFLAGS parsing state machine.
40590
40591 2007-01-27  Bruno Haible  <bruno@clisp.org>
40592
40593         * modules/unistr/base: Update.
40594
40595 2007-01-27  Bruno Haible  <bruno@clisp.org>
40596
40597         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
40598         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
40599         * modules/unistr/u32-mbtouc-unsafe: Renamed from
40600         modules/unistr/u32-mbtouc.
40601         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
40602         * lib/unistr.h: Update.
40603         * lib/linebreak.c: Update.
40604         * modules/unistr/u32-mbtouc: Renamed from
40605         modules/unistr/u32-mbtouc-safe.
40606         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
40607         * lib/unistr.h: Update.
40608         * lib/unistr/u32-to-u8.c: Update.
40609         * lib/unistr/u32-to-u16.c: Update.
40610
40611 2007-01-27  Bruno Haible  <bruno@clisp.org>
40612
40613         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
40614         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
40615         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
40616         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
40617         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
40618         * modules/unistr/u16-mbtouc-unsafe: Renamed from
40619         modules/unistr/u16-mbtouc.
40620         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
40621         * lib/unistr.h: Update.
40622         * lib/linebreak.c: Update.
40623         * modules/linebreak: Update.
40624         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
40625         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
40626         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
40627         * modules/unistr/u16-mbtouc: Renamed from
40628         modules/unistr/u16-mbtouc-safe.
40629         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
40630         * lib/unistr.h: Update.
40631         * lib/unistr/u16-to-u8.c: Update.
40632         * modules/unistr/u16-to-u8: Update.
40633         * lib/unistr/u16-to-u32.c: Update.
40634         * modules/unistr/u16-to-u32: Update.
40635
40636 2007-01-27  Bruno Haible  <bruno@clisp.org>
40637
40638         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
40639         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
40640         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
40641         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
40642         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
40643         * modules/unistr/u8-mbtouc-unsafe: Renamed from
40644         modules/unistr/u8-mbtouc.
40645         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
40646         * lib/unistr.h: Update.
40647         * lib/striconveh.c: Update.
40648         * modules/striconveh: Update.
40649         * lib/linebreak.c: Update.
40650         * modules/linebreak: Update.
40651         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
40652         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
40653         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
40654         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
40655         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
40656         * lib/unistr.h: Update.
40657         * lib/striconveh.c: Update.
40658         * modules/striconveh: Update.
40659         * lib/unistr/u8-to-u16.c: Update.
40660         * modules/unistr/u8-to-u16: Update.
40661         * lib/unistr/u8-to-u32.c: Update.
40662         * modules/unistr/u8-to-u32: Update.
40663
40664 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
40665
40666         Sync from Libtool.
40667         * lib/argz.c: Do not include strings.h nor memory.h, include
40668         string.h unconditionally.  Patch by Simon Josefsson.
40669
40670 2007-01-27  Bruno Haible  <bruno@clisp.org>
40671
40672         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
40673         from gl_HEADER_STRING_H_BODY.
40674         (gl_HEADER_STRING_H_BODY): Require it.
40675         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
40676         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
40677         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
40678         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
40679         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
40680         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
40681         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
40682         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
40683         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
40684         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
40685         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
40686         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
40687         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
40688         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
40689         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
40690
40691 2007-01-27  Bruno Haible  <bruno@clisp.org>
40692
40693         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
40694         check_PROGRAMS into noinst_PROGRAMS.
40695         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
40696         check_PROGRAMS in this case.
40697         (func_import): Set for_test to false.
40698         (func_create_testdir): Set for_test to true.
40699
40700 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
40701             Bruno Haible  <bruno@clisp.org>
40702
40703         * modules/strcasestr (Files): Remove lib/strcasestr.h.
40704         (Depends-on): Add string.
40705         (Includes): Use <string.h> instead of strcasestr.h.
40706         * modules/string (Makefile.am): Also substitute the value of
40707         REPLACE_STRCASESTR.
40708         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
40709         assume strcasestr is declared in <string.h> not <strings.h>. Also
40710         set REPLACE_STRCASESTR.
40711         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
40712         REPLACE_STRCASESTR.
40713         * lib/strcasestr.h: Remove file.
40714         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
40715         * lib/string_.h (strcasestr): New declaration.
40716
40717 2007-01-27  Bruno Haible  <bruno@clisp.org>
40718
40719         * lib/string_.h: Use 'extern'.
40720
40721 2007-01-27  Jim Meyering  <jim@meyering.net>
40722
40723         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
40724         of set-but-not-used local, "q".
40725
40726         * lib/mempcpy.c: Include <config.h> before <string.h>.
40727         This fixes a compilation error on HP-UX, due to the system's
40728         "restrict"-using mempcpy prototype.
40729
40730 2007-01-26  Bruno Haible  <bruno@clisp.org>
40731
40732         Small optimization.
40733         * lib/javacomp.c: Include c-strstr.h.
40734          (is_envjavac_gcj): Use c_strstr instead of strstr.
40735         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
40736
40737 2007-01-26  Bruno Haible  <bruno@clisp.org>
40738
40739         * MODULES.html.sh (Unicode string functions): Add the new modules.
40740
40741         * modules/uniconv/u32-strconv-to-locale: New file.
40742         * lib/uniconv/u32-strconv-to-locale.c: New file.
40743
40744         * modules/uniconv/u16-strconv-to-locale: New file.
40745         * lib/uniconv/u16-strconv-to-locale.c: New file.
40746
40747         * modules/uniconv/u8-strconv-to-locale: New file.
40748         * lib/uniconv/u8-strconv-to-locale.c: New file.
40749
40750         * modules/uniconv/u32-strconv-from-locale: New file.
40751         * lib/uniconv/u32-strconv-from-locale.c: New file.
40752
40753         * modules/uniconv/u16-strconv-from-locale: New file.
40754         * lib/uniconv/u16-strconv-from-locale.c: New file.
40755
40756         * modules/uniconv/u8-strconv-from-locale: New file.
40757         * lib/uniconv/u8-strconv-from-locale.c: New file.
40758
40759         * modules/uniconv/u32-strconv-to-enc: New file.
40760         * lib/uniconv/u32-strconv-to-enc.c: New file.
40761         * modules/uniconv/u32-strconv-to-enc-tests: New file.
40762         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
40763
40764         * modules/uniconv/u16-strconv-to-enc: New file.
40765         * lib/uniconv/u16-strconv-to-enc.c: New file.
40766         * lib/uniconv/u-strconv-to-enc.h: New file.
40767         * modules/uniconv/u16-strconv-to-enc-tests: New file.
40768         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
40769
40770         * modules/uniconv/u8-strconv-to-enc: New file.
40771         * lib/uniconv/u8-strconv-to-enc.c: New file.
40772         * modules/uniconv/u8-strconv-to-enc-tests: New file.
40773         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
40774
40775         * modules/uniconv/u32-strconv-from-enc: New file.
40776         * lib/uniconv/u32-strconv-from-enc.c: New file.
40777         * modules/uniconv/u32-strconv-from-enc-tests: New file.
40778         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
40779
40780         * modules/uniconv/u16-strconv-from-enc: New file.
40781         * lib/uniconv/u16-strconv-from-enc.c: New file.
40782         * modules/uniconv/u16-strconv-from-enc-tests: New file.
40783         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
40784
40785         * modules/uniconv/u8-strconv-from-enc: New file.
40786         * lib/uniconv/u8-strconv-from-enc.c: New file.
40787         * lib/uniconv/u-strconv-from-enc.h: New file.
40788         * modules/uniconv/u8-strconv-from-enc-tests: New file.
40789         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
40790
40791         * modules/uniconv/u32-conv-from-enc: New file.
40792         * lib/uniconv/u32-conv-from-enc.c: New file.
40793         * modules/uniconv/u32-conv-from-enc-tests: New file.
40794         * tests/uniconv/test-u32-conv-from-enc.c: New file.
40795
40796         * modules/uniconv/u16-conv-from-enc: New file.
40797         * lib/uniconv/u16-conv-from-enc.c: New file.
40798         * lib/uniconv/u-conv-from-enc.h: New file.
40799         * modules/uniconv/u16-conv-from-enc-tests: New file.
40800         * tests/uniconv/test-u16-conv-from-enc.c: New file.
40801
40802         * modules/uniconv/u8-conv-from-enc: New file.
40803         * lib/uniconv/u8-conv-from-enc.c: New file.
40804         * modules/uniconv/u8-conv-from-enc-tests: New file.
40805         * tests/uniconv/test-u8-conv-from-enc.c: New file.
40806
40807         * modules/uniconv/base: New file.
40808         * lib/uniconv.h: New file.
40809
40810 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
40811
40812         * doc/gnulib-tool.texi (Initial import): Update to match current
40813         behavior with strdup module.
40814         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
40815         * lib/memmem.h: Remove; all uses removed.  This is now done
40816         by <string.h>.
40817         * lib/mempcpy.h: Likewise.
40818         * lib/memrchr.h: Likewise.
40819         * lib/stpcpy.h: Likewise.
40820         * lib/stpncpy.h: Likewise.
40821         * lib/strcase.h: Likewise.
40822         * lib/strchrnul.h: Likewise.
40823         * lib/strdup.h: Likewise.
40824         * lib/strndup.h: Likewise.
40825         * lib/strnlen.h: Likewise.
40826         * lib/strpbrk.h: Likewise.
40827         * lib/strsep.h: Likewise.
40828         * lib/strstr.h: Likewise.
40829         * lib/strtok_r.h: Likewise.
40830         * lib/string_.h: New file.
40831         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
40832         Rely on <string.h> instead.
40833         * lib/canon-host.c: Likewise.
40834         * lib/chdir-long.c: Likewise.
40835         * lib/concatpath.c: Likewise.
40836         * lib/exclude.c: Likewise.
40837         * lib/fchdir.c: Likewise.
40838         * lib/getaddrinfo.c: Likewise.
40839         * lib/getcwd.c: Likewise.
40840         * lib/getsubopt.c: Likewise.
40841         * lib/glob.c: Likewise.
40842         * lib/hard-locale.c: Likewise.
40843         * lib/iconvme.c: Likewise.
40844         * lib/javacomp.c: Likewise.
40845         * lib/mempcpy.c: Likewise.
40846         * lib/memrchr.c: Likewise.
40847         * lib/regex_internal.h: Likewise.
40848         * lib/stpncpy.c: Likewise.
40849         * lib/strcasecmp.c: Likewise.
40850         * lib/strchrnul.c: Likewise.
40851         * lib/strdup.c: Likewise.
40852         * lib/striconv.c: Likewise.
40853         * lib/striconveh.c: Likewise.
40854         * lib/striconveha.c: Likewise.
40855         * lib/strncasecmp.c: Likewise.
40856         * lib/strndup.c: Likewise.
40857         * lib/strnlen.c: Likewise.
40858         * lib/strsep.c: Likewise.
40859         * lib/strstr.c: Likewise.
40860         * lib/strtok_r.c: Likewise.
40861         * lib/userspec.c: Likewise.
40862         * lib/w32spawn.h: Likewise.
40863         * lib/xstrndup.c: Likewise.
40864         * lib/mountlist.c (strstr): Remove decl.
40865         * m4/string_h.m4: New file.
40866         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
40867         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
40868         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
40869         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
40870         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
40871         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
40872         Set REPLACE_STRCASECMP if necessary.
40873         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
40874         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
40875         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
40876         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
40877         HAVE_DECL_STRDUP if necessary.
40878         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
40879         since gl_FUNC_STRNDUP does that now.
40880         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
40881         Check for decl here...
40882         (gl_PREREQ_STRNLEN): ... not here.
40883         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
40884         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
40885         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
40886         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
40887         necessary.
40888         * modules/string: New file.
40889         * modules/memmem (Files): Remove special-purpose include file.
40890         (Depends-on): Add string.
40891         (Include): Include <string.h>, not the removed file.
40892         * modules/mempcpy: Likewise.
40893         * modules/memrchr: Likewise.
40894         * modules/stpcpy: Likewise.
40895         * modules/stpncpy: Likewise.
40896         * modules/strcase: Likewise.
40897         * modules/strchrnul: Likewise.
40898         * modules/strdup: Likewise.
40899         * modules/strndup: Likewise.
40900         * modules/strnlen: Likewise.
40901         * modules/strpbrk: Likewise.
40902         * modules/strsep: Likewise.
40903         * modules/strstr: Likewise.
40904         * modules/strtok_r: Likewise.
40905         * tests/test-dirname.c: Don't include "strdup.h", since
40906         <string.h> now suffices.
40907         * tests/test-memmem.c: Don't include "memmem.h", since
40908         <string.h> now suffices.
40909
40910 2007-01-25  Bruno Haible  <bruno@clisp.org>
40911
40912         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
40913         *resultp is 0.
40914
40915         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
40916         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
40917         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
40918         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
40919
40920         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
40921         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
40922         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
40923         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
40924         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
40925         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
40926
40927 2007-01-24  Bruno Haible  <bruno@clisp.org>
40928
40929         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
40930         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
40931         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
40932         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
40933         gl_FUNC_FTS_CORE.
40934         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
40935         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
40936         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
40937         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
40938         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
40939         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
40940         gl_FUNC_FCHOWNAT.
40941         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
40942         gl_FUNC_STRFTIME.
40943         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
40944         Reported by Ralf Wildenhues.
40945
40946 2007-01-24  Bruno Haible  <bruno@clisp.org>
40947
40948         Drop AC_REQUIRE calls that are redundant with the module dependencies.
40949         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
40950         gl_GETADDRINFO.
40951         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
40952         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
40953         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
40954
40955 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
40956
40957         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
40958         Don't use 'exit'; just return from 'main'.
40959         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
40960
40961         * lib/fnmatch_.h: Readjust white space and comments to match
40962         glibc, to avoid spurious diffs.
40963
40964 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
40965
40966         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
40967         2004-12-01 change by Jakub Jelinek, since this code won't compile
40968         if !LIBC.  Problem reported by Bob Proulx.
40969
40970 2007-01-23  Bruno Haible  <bruno@clisp.org>
40971
40972         * lib/striconveh.c: Include c-strcaseeq.h.
40973         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
40974         * modules/striconveh (Depends-on): Add c-strcaseeq.
40975
40976 2007-01-23  Bruno Haible  <bruno@clisp.org>
40977
40978         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
40979
40980         * modules/c-strcaseeq: New file.
40981         * lib/c-strcaseeq.h: New file.
40982
40983         * modules/streq: New file.
40984         * lib/streq.h: New file.
40985
40986 2007-01-23  Bruno Haible  <bruno@clisp.org>
40987
40988         * modules/striconveha-tests: New file.
40989         * tests/test-striconveha.c: New file.
40990
40991         * lib/striconveha.h: Include <stdbool.h>.
40992         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
40993         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
40994         (mem_iconveha_notranslit): Renamed from mem_iconveha.
40995         (mem_iconveha): New function.
40996         (str_iconveha_notranslit): Renamed from str_iconveha.
40997         (str_iconveha): New function.
40998         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
40999         c-strcase.
41000
41001 2007-01-23  Bruno Haible  <bruno@clisp.org>
41002
41003         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
41004         encodings without forgiving before trying any encoding with handler.
41005         (str_iconveha): Try all encodings without forgiving before trying any
41006         encoding with handler.
41007
41008 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
41009
41010         Import the following changes from libc.
41011
41012         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
41013
41014         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
41015
41016         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
41017
41018         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
41019         normal_bracket label.
41020
41021         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
41022
41023         [BZ #361]
41024         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
41025         to normal_bracket after fetching the next character.
41026
41027 2007-01-22  Bruno Haible  <bruno@clisp.org>
41028
41029         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
41030         argument.
41031         * lib/striconveh.c (iconv_carefully_1): New function.
41032         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
41033         argument.
41034         (str_cd_iconveh): Update.
41035         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
41036         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
41037         * tests/test-striconveh.c (MAGIC): New macro.
41038         (new_offsets): New function.
41039         (main): Test call with and without offsets.
41040
41041 2007-01-22  Bruno Haible  <bruno@clisp.org>
41042
41043         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
41044         * modules/sys_select (Makefile.am): Likewise.
41045         * modules/sys_socket (Makefile.am): Likewise.
41046         * modules/sys_time (Makefile.am): Likewise.
41047
41048 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
41049
41050         * modules/gettimeofday (License): Change from GPL to LGPL, since
41051         gettimeofday is a library function.
41052
41053 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41054
41055         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
41056
41057 2007-01-21  Bruno Haible  <bruno@clisp.org>
41058
41059         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
41060
41061 2007-01-21  Bruno Haible  <bruno@clisp.org>
41062
41063         * modules/striconveha: New file.
41064         * lib/striconveha.h: New file.
41065         * lib/striconveha.c: New file.
41066         * MODULES.html.sh (Internationalization functions): Add striconveha.
41067         * lib/striconv.c (str_iconv): Optimize the case of an empty input
41068         string.
41069         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
41070
41071 2007-01-21  Bruno Haible  <bruno@clisp.org>
41072
41073         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
41074         * lib/striconveh.c (str_iconveh): Likewise.
41075
41076 2007-01-21  Bruno Haible  <bruno@clisp.org>
41077
41078         * lib/striconveh.h (mem_iconveh): New declaration.
41079         * lib/striconveh.c (mem_iconveh): New function.
41080         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
41081
41082 2007-01-21  Bruno Haible  <bruno@clisp.org>
41083
41084         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
41085
41086         * lib/striconveh.h (mem_cd_iconveh): Change specification.
41087         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
41088         original result buffer.
41089         (str_cd_iconveh): Update.
41090         * tests/test-striconveh.c (main): Update.
41091
41092         * lib/striconv.h (mem_cd_iconv): Change specification.
41093         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
41094         result buffer.
41095         (str_cd_iconv): Update.
41096         * tests/test-striconv.c (main): Update.
41097
41098 2007-01-21  Bruno Haible  <bruno@clisp.org>
41099
41100         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
41101
41102 2007-01-20  Jim Meyering  <jim@meyering.net>
41103
41104         * lib/userspec.c (parse_with_separator): If a user or group string
41105         starts with "+", skip the corresponding name-to-ID look-up, since
41106         such a look-up must fail: user and group names may not include "+".
41107
41108 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
41109
41110         * lib/poll.c: Include sys/time.h and time.h unconditionally,
41111         since we now assume the sys_time module.
41112         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
41113         check for sys/time.h; no longer needed.
41114         * modules/poll (Depends-on): Depend on sys_time.
41115
41116 2007-01-18  Bruno Haible  <bruno@clisp.org>
41117
41118         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
41119         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
41120
41121         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
41122         gettimeofday.
41123
41124         * tests/test-gettimeofday.c: Include <time.h>.
41125         (dummy): Remove variable.
41126
41127         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
41128         gl_HEADER_SYS_TIME_H.
41129         (gl_HEADER_SYS_TIME_H): New macro.
41130
41131         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
41132         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
41133         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
41134         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
41135         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
41136         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
41137         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
41138         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
41139         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
41140         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
41141         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
41142
41143         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
41144         last change; it caused a compilation error when cross-compiling to
41145         Cygwin.
41146
41147 2007-01-18  Jim Meyering  <jim@meyering.net>
41148
41149         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
41150         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
41151         than the race-prone "test -d sys || mkdir sys".
41152         (configure.ac): Use AC_PROG_MKDIR_P.
41153         * modules/sys_select: Likewise.
41154         * modules/sys_socket: Likewise.
41155         * modules/sys_time: Likewise.
41156
41157 2007-01-18  Eric Blake  <ebb9@byu.net>
41158
41159         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
41160         replace gettimeofday.
41161         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
41162         name, to avoid infinite recursion.
41163
41164 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
41165
41166         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
41167         module sys_time.
41168         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
41169         assume timespec.h defines struct timeval.
41170         * lib/settime.c: Likewise.
41171         * lib/utimens.c: Likewise.
41172         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
41173         since we now assume the gettimeofday module.
41174         * lib/tempname.c (__gen_tempname): Likewise.
41175         * lib/gettimeofday.h: Remove.
41176         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
41177         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
41178         Include <time.h>, for 'time()'.
41179         (localtime_buffer_addr): Also use this workaround if
41180         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
41181         to simplify the uses.  All uses changed.
41182         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
41183         that #undef is inside {}, and 'const' follows type name consistently.
41184         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
41185         (gettimeofday): Do not use the maximum possible value for
41186         tv->tv_usec, since that might break usages other than ls.c.
41187         Instead, we'll leave ls.c alone.  This undoes today's patch
41188         by Bruno.  Add a compile-time warning for 1s-clock resolution;
41189         we've never observed the problem but might as well keep the
41190         canary.
41191         * lib/nanosleep.c: Include timespec.h first, for interface check.
41192         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
41193         now assume the sys_time module.
41194         * lib/tempname.c: Likewise.
41195         * lib/timespec.h: Likewise.
41196         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
41197         needed.
41198         * lib/strftime.c: Likewise.
41199         * lib/timespec.h: Likewise.
41200         * lib/posixtm.c: Include posixtm.h first, for interface check.
41201         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
41202         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
41203         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
41204         * lib/sys_time_.h: New file.
41205         * lib/timespec.h (struct timespec): Use long int, not long.
41206         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
41207         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
41208         Remove obsolescent call to AC_HEADER_TIME.
41209         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
41210         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
41211         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
41212         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
41213         Likewise.
41214         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
41215         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
41216         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
41217         into the sys_time module.  Check for gettimeofday just once.
41218         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
41219         for gettimeofday signature to just check the signature.  Merely
41220         compile it, since linking doesn't test signature.  Improve test for
41221         whether gettimeofday.o is actually needed.
41222         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
41223         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
41224         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
41225         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
41226         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
41227         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
41228         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
41229         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
41230         than worrying about sys/time.h.
41231         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
41232         Don't bother worrying about TIME_WITH_SYS_TIME.
41233         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
41234         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
41235         * m4/sys_time_h.m4: New file.
41236         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
41237         Don't include sys/time.h.  Return from main rather than exiting.
41238         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
41239         all uses changed.
41240         * modules/gethrxtime (Depends-on): Add sys_time.
41241         * modules/gettime (Depends-on): Likewise.
41242         * modules/gettimeofday (Depends-on): Likewise.
41243         * modules/nanosleep (Depends-on): Likewise.
41244         * modules/settime (Depends-on): Likewise.
41245         * modules/tempname (Depends-on): Likewise.
41246         * modules/utimens (Depends-on): Likewise.
41247         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
41248         (Include:) Change back to <sys/time.h>.
41249         (Maintainer:) Add self.
41250         * modules/sys_time: New file.
41251         * modules/tempname (Depends-on): Add gettimeofday.
41252         * tests/test-gettimeofday.c: Include <sys/time.h>
41253         rather than gettimeofday.h.
41254
41255 2007-01-17  Bruno Haible  <bruno@clisp.org>
41256
41257         * gnulib-tool (func_get_license): Revert last patch. Instead, let
41258         the license default to GPL.
41259         (func_create_testdir): Don't complain if a module is LGPL and its
41260         tests module depends on GPLed modules.
41261
41262 2007-01-17  Bruno Haible  <bruno@clisp.org>
41263
41264         * lib/gettimeofday.c (gettimeofday): Add code for the case
41265         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
41266         maximum possible value for tv->tv_usec, rather than the minimum one.
41267
41268 2005-10-08  Martin Lambers  <marlam@marlam.de>
41269 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
41270 2007-01-16  Bruno Haible  <bruno@clisp.org>
41271
41272         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
41273         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
41274         gl_FUNC_GETTIMEOFDAY.
41275         (Include): Add gettimeofday.h.
41276         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
41277         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
41278         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
41279         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
41280         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
41281         * lib/gettimeofday.h: New file.
41282         * lib/gettimeofday.c: Include <sys/timeb.h>.
41283         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
41284         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
41285         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
41286         fall back on time().
41287
41288         * tests/test-gettimeofday.c: New file.
41289         * modules/gettimeofday-tests: New file.
41290
41291 2007-01-16  Eric Blake  <ebb9@byu.net>
41292
41293         * modules/fnmatch (Depends-on): Depend on wchar.
41294         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
41295         * m4/fnmatch.m4: Likewise.
41296         * modules/mbchar (Makefile.am): Assume <wchar.h>.
41297         * m4/mbchar.m4: Likewise.
41298         * modules/mbswidth (Depends-on): Depend on wchar.
41299         * lib/mbswidth.c: Assume <wchar.h>.
41300         * m4/mbswidth.m4: Likewise.
41301         * modules/quotearg (Depends-on): Depend on wchar.
41302         * lib/quotearg.c: Assume <wchar.h>.
41303         * m4/quotearg.m4: Likewise.
41304         * modules/regex (Depends-on): Depend on wchar.
41305         * lib/regex_internal.h: Assume <wchar.h>.
41306         * m4/regex.m4: Likewise.
41307         * modules/stdint (Depends-on): Depend on wchar.
41308         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
41309         * m4/stdint.m4: Likewise.
41310         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
41311         * modules/strftime (Depends-on): Depend on wchar.
41312         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
41313         * modules/strtol (Depends-on): Depend on wchar.
41314         * lib/strtol.c: Assume <wchar.h>.
41315         * modules/wcwidth (Depends-on): Depend on wchar.
41316         * lib/wcwidth.h: Assume <wchar.h>.
41317         * m4/wcwidth.m4: Likewise.
41318
41319 2007-01-16  Bruno Haible  <bruno@clisp.org>
41320
41321         * modules/csharpexec-script: New, created from...
41322         * modules/csharpexec: ... this.
41323
41324 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
41325
41326         * modules/javaexec-script: New, created from...
41327         * modules/javaexec: ... this.
41328
41329 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
41330
41331         * modules/poll (Dependencies): Add sys_select.
41332
41333 2007-01-15  Jim Meyering  <jim@meyering.net>
41334
41335         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
41336         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
41337         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
41338         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
41339
41340 2007-01-15  Bruno Haible  <bruno@clisp.org>
41341
41342         * modules/striconveh: New file.
41343         * lib/striconveh.h: New file.
41344         * lib/striconveh.c: New file.
41345         * MODULES.html.sh (Internationalization functions): Add striconveh.
41346
41347         * modules/striconveh-tests: New file.
41348         * tests/test-striconveh.c: New file.
41349
41350 2007-01-15  Bruno Haible  <bruno@clisp.org>
41351
41352         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
41353         not from GNU libiconv or GNU libc.
41354
41355 2007-01-15  Bruno Haible  <bruno@clisp.org>
41356
41357         * doc/gnulib-intro.texi (Copyright): Explain the different license
41358         terms for module descriptions, autoconf macros, tests, documentation.
41359
41360 2007-01-14  Bruno Haible  <bruno@clisp.org>
41361
41362         * modules/striconv-tests: New file.
41363         * tests/test-striconv.c: New file.
41364
41365 2007-01-14  Bruno Haible  <bruno@clisp.org>
41366
41367         * modules/iconv-tests: New file.
41368         * tests/test-iconv.c: New file.
41369
41370 2007-01-14  Bruno Haible  <bruno@clisp.org>
41371
41372         * gnulib-tool (func_get_license): For test modules, use the license of
41373         the main module.
41374
41375 2007-01-14  Bruno Haible  <bruno@clisp.org>
41376
41377         * modules/iconv (Include): Clarify that <iconv.h> can only be included
41378         if iconv is found to exist.
41379
41380 2007-01-14  Bruno Haible  <bruno@clisp.org>
41381
41382         * modules/c-ctype-tests: New file.
41383         * tests/test-c-ctype.c: New file.
41384
41385 2007-01-14  Bruno Haible  <bruno@clisp.org>
41386
41387         * modules/binary-io-tests: New file.
41388         * tests/test-binary-io.sh: New file.
41389         * tests/test-binary-io.c: New file.
41390
41391 2007-01-14  Bruno Haible  <bruno@clisp.org>
41392
41393         * modules/array-oset-tests: New file.
41394         * tests/test-array_oset.c: New file.
41395
41396 2007-01-14  Bruno Haible  <bruno@clisp.org>
41397
41398         * modules/array-list-tests: New file.
41399         * tests/test-array_list.c: New file.
41400
41401 2007-01-14  Bruno Haible  <bruno@clisp.org>
41402
41403         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
41404         and make.
41405         Reported by Simon Josefsson in
41406         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
41407
41408 2007-01-14  Bruno Haible  <bruno@clisp.org>
41409
41410         * modules/allocsa-tests: New file.
41411         * tests/test-allocsa.c: New file.
41412
41413 2007-01-14  Bruno Haible  <bruno@clisp.org>
41414
41415         * modules/fchdir (Depends-on): Add absolute-header.
41416         * modules/unistd (Depends-on): Likewise.
41417
41418 2006-12-30  Bruno Haible  <bruno@clisp.org>
41419
41420         * modules/fchdir: New file.
41421         * modules/unistd (Files): Add lib/unistd_.h.
41422         (Makefile.am): Generate unistd.h from unistd_.h.
41423         * lib/fchdir.c: New file.
41424         * lib/dirent_.h: New file.
41425         * lib/unistd_.h: New file.
41426         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
41427         * m4/fchdir.m4: New file.
41428         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
41429         (gl_HEADER_UNISTD): Invoke it.
41430         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
41431         function.
41432         * lib/backupfile.c (opendir, closedir): Undefine.
41433         * lib/chown.c (open, close): Undefine.
41434         * lib/clean-temp.c (open, close): Undefine.
41435         * lib/copy-file.c (open, close): Undefine.
41436         * lib/execute.c (open, close): Undefine.
41437         * lib/fsusage.c (open, close): Undefine.
41438         * lib/gc-gnulib.c (open, close): Undefine.
41439         * lib/getcwd.c (opendir, closedir): Undefine.
41440         * lib/glob.c (opendir, closedir): Undefine.
41441         * lib/javacomp.c (open, close): Undefine.
41442         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
41443         * lib/openat-proc.c (open, close): Undefine.
41444         * lib/pagealign_alloc.c (open, close): Undefine.
41445         * lib/pipe.c (open, close): Undefine.
41446         * lib/progreloc.c (open, close): Undefine.
41447         * lib/savedir.c (opendir, closedir): Undefine.
41448         * lib/utime.c (open, close): Undefine.
41449         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
41450
41451 2007-01-10  Bruno Haible  <bruno@clisp.org>
41452
41453         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
41454
41455 2007-01-12  Eric Blake  <ebb9@byu.net>
41456
41457         Provide a robust <wchar.h>.  Further simplifications are now
41458         possible in other modules, but not included here.
41459         * modules/wchar: New module.
41460         * m4/wchar.m4: New file.
41461         * lib/wchar_.h: Likewise.
41462         * modules/mbchar (Depends-on): Depend on wchar, as the first use
41463         of the new module.
41464         * MODULES.html.sh (Extended multibyte and wide character utilities):
41465         New section.
41466
41467 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
41468
41469         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
41470         to a reasonable default for memory allocation.
41471         (xreadlink): Don't allocate a huge buffer, to work around a buggy
41472         file system that reports garbage st_size values for symlinks.
41473         Problem reported by Liyang Hu.
41474
41475 2007-01-11  Simon Josefsson  <simon@josefsson.org>
41476
41477         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
41478         Emacs .#* auto-save files).
41479
41480 2007-01-11  Bruno Haible  <bruno@clisp.org>
41481
41482         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
41483         directory.
41484
41485 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
41486
41487         Use @...@ consistently in lib/wctype_.h.
41488         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
41489         on it being set to 1 or 0.
41490         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
41491         go back to AC_SUBSTing it.
41492         * modules/wctype (Makefile.am): Undo previous change.
41493
41494 2007-01-10  Eric Blake  <ebb9@byu.net>
41495
41496         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
41497         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
41498         * modules/wctype (Makefile.am): Likewise.
41499         Reported by Chris McGuire.
41500
41501 2007-01-10  Jim Meyering  <jim@meyering.net>
41502
41503         fts.c: a small readability/maintainability improvement
41504         * lib/fts.c (fts_read): Make this code slightly more readable and
41505         maintainable by hoisting the "sp->fts_cur = p" assignments to
41506         immediately follow the statements that set P.  Derived from
41507         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
41508
41509 2007-01-10  Eric Blake  <ebb9@byu.net>
41510
41511         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
41512         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
41513         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
41514         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
41515         Reported by Chris McGuire.
41516
41517 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
41518
41519         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
41520         in sed script.
41521
41522 2007-01-09  Bruno Haible  <bruno@clisp.org>
41523
41524         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
41525         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
41526         variables.
41527         (func_module): Use them.
41528
41529 2007-01-09  Bruno Haible  <bruno@clisp.org>
41530
41531         * modules/unistr/base: New file.
41532         * lib/unistr.h: New file.
41533
41534         * modules/unistr/u8-to-u16: New file.
41535         * lib/unistr/u8-to-u16.c: New file.
41536
41537         * modules/unistr/u8-to-u32: New file.
41538         * lib/unistr/u8-to-u32.c: New file.
41539
41540         * modules/unistr/u16-to-u8: New file.
41541         * lib/unistr/u16-to-u8.c: New file.
41542
41543         * modules/unistr/u16-to-u32: New file.
41544         * lib/unistr/u16-to-u32.c: New file.
41545
41546         * modules/unistr/u32-to-u8: New file.
41547         * lib/unistr/u32-to-u8.c: New file.
41548
41549         * modules/unistr/u32-to-u16: New file.
41550         * lib/unistr/u32-to-u16.c: New file.
41551
41552         * modules/unistr/u8-check: New file.
41553         * modules/unistr/u16-check: New file.
41554         * modules/unistr/u32-check: New file.
41555         * lib/unistr/u8-check.c: New file.
41556         * lib/unistr/u16-check.c: New file.
41557         * lib/unistr/u32-check.c: New file.
41558
41559         * modules/unistr/u8-chr: New file.
41560         * modules/unistr/u16-chr: New file.
41561         * modules/unistr/u32-chr: New file.
41562         * lib/unistr/u8-chr.c: New file.
41563         * lib/unistr/u16-chr.c: New file.
41564         * lib/unistr/u32-chr.c: New file.
41565
41566         * modules/unistr/u8-cmp: New file.
41567         * modules/unistr/u16-cmp: New file.
41568         * modules/unistr/u32-cmp: New file.
41569         * lib/unistr/u8-cmp.c: New file.
41570         * lib/unistr/u16-cmp.c: New file.
41571         * lib/unistr/u32-cmp.c: New file.
41572
41573         * modules/unistr/u8-cpy: New file.
41574         * modules/unistr/u16-cpy: New file.
41575         * modules/unistr/u32-cpy: New file.
41576         * lib/unistr/u8-cpy.c: New file.
41577         * lib/unistr/u16-cpy.c: New file.
41578         * lib/unistr/u32-cpy.c: New file.
41579         * lib/unistr/u-cpy.h: New file.
41580
41581         * modules/unistr/u8-cpy-alloc: New file.
41582         * modules/unistr/u16-cpy-alloc: New file.
41583         * modules/unistr/u32-cpy-alloc: New file.
41584         * lib/unistr/u8-cpy-alloc.c: New file.
41585         * lib/unistr/u16-cpy-alloc.c: New file.
41586         * lib/unistr/u32-cpy-alloc.c: New file.
41587         * lib/unistr/u-cpy-alloc.h: New file.
41588
41589         * modules/unistr/u8-endswith: New file.
41590         * modules/unistr/u16-endswith: New file.
41591         * modules/unistr/u32-endswith: New file.
41592         * lib/unistr/u8-endswith.c: New file.
41593         * lib/unistr/u16-endswith.c: New file.
41594         * lib/unistr/u32-endswith.c: New file.
41595         * lib/unistr/u-endswith.h: New file.
41596
41597         * modules/unistr/u8-mblen: New file.
41598         * modules/unistr/u16-mblen: New file.
41599         * modules/unistr/u32-mblen: New file.
41600         * lib/unistr/u8-mblen.c: New file.
41601         * lib/unistr/u16-mblen.c: New file.
41602         * lib/unistr/u32-mblen.c: New file.
41603
41604         * modules/unistr/u8-mbtouc: New file.
41605         * modules/unistr/u16-mbtouc: New file.
41606         * modules/unistr/u32-mbtouc: New file.
41607         * lib/unistr/u8-mbtouc.c: New file.
41608         * lib/unistr/u16-mbtouc.c: New file.
41609         * lib/unistr/u32-mbtouc.c: New file.
41610
41611         * modules/unistr/u8-mbtouc-safe: New file.
41612         * modules/unistr/u16-mbtouc-safe: New file.
41613         * modules/unistr/u32-mbtouc-safe: New file.
41614         * lib/unistr/u8-mbtouc-safe.c: New file.
41615         * lib/unistr/u16-mbtouc-safe.c: New file.
41616         * lib/unistr/u32-mbtouc-safe.c: New file.
41617
41618         * modules/unistr/u8-move: New file.
41619         * modules/unistr/u16-move: New file.
41620         * modules/unistr/u32-move: New file.
41621         * lib/unistr/u8-move.c: New file.
41622         * lib/unistr/u16-move.c: New file.
41623         * lib/unistr/u32-move.c: New file.
41624         * lib/unistr/u-move.h: New file.
41625
41626         * modules/unistr/u8-next: New file.
41627         * modules/unistr/u16-next: New file.
41628         * modules/unistr/u32-next: New file.
41629         * lib/unistr/u8-next.c: New file.
41630         * lib/unistr/u16-next.c: New file.
41631         * lib/unistr/u32-next.c: New file.
41632
41633         * modules/unistr/u8-prev: New file.
41634         * modules/unistr/u16-prev: New file.
41635         * modules/unistr/u32-prev: New file.
41636         * lib/unistr/u8-prev.c: New file.
41637         * lib/unistr/u16-prev.c: New file.
41638         * lib/unistr/u32-prev.c: New file.
41639
41640         * modules/unistr/u8-set: New file.
41641         * modules/unistr/u16-set: New file.
41642         * modules/unistr/u32-set: New file.
41643         * lib/unistr/u8-set.c: New file.
41644         * lib/unistr/u16-set.c: New file.
41645         * lib/unistr/u32-set.c: New file.
41646         * lib/unistr/u-set.h: New file.
41647
41648         * modules/unistr/u8-startswith: New file.
41649         * modules/unistr/u16-startswith: New file.
41650         * modules/unistr/u32-startswith: New file.
41651         * lib/unistr/u8-startswith.c: New file.
41652         * lib/unistr/u16-startswith.c: New file.
41653         * lib/unistr/u32-startswith.c: New file.
41654         * lib/unistr/u-startswith.h: New file.
41655
41656         * modules/unistr/u8-stpcpy: New file.
41657         * modules/unistr/u16-stpcpy: New file.
41658         * modules/unistr/u32-stpcpy: New file.
41659         * lib/unistr/u8-stpcpy.c: New file.
41660         * lib/unistr/u16-stpcpy.c: New file.
41661         * lib/unistr/u32-stpcpy.c: New file.
41662         * lib/unistr/u-stpcpy.h: New file.
41663
41664         * modules/unistr/u8-stpncpy: New file.
41665         * modules/unistr/u16-stpncpy: New file.
41666         * modules/unistr/u32-stpncpy: New file.
41667         * lib/unistr/u8-stpncpy.c: New file.
41668         * lib/unistr/u16-stpncpy.c: New file.
41669         * lib/unistr/u32-stpncpy.c: New file.
41670         * lib/unistr/u-stpncpy.h: New file.
41671
41672         * modules/unistr/u8-strcat: New file.
41673         * modules/unistr/u16-strcat: New file.
41674         * modules/unistr/u32-strcat: New file.
41675         * lib/unistr/u8-strcat.c: New file.
41676         * lib/unistr/u16-strcat.c: New file.
41677         * lib/unistr/u32-strcat.c: New file.
41678         * lib/unistr/u-strcat.h: New file.
41679
41680         * modules/unistr/u8-strchr: New file.
41681         * modules/unistr/u16-strchr: New file.
41682         * modules/unistr/u32-strchr: New file.
41683         * lib/unistr/u8-strchr.c: New file.
41684         * lib/unistr/u16-strchr.c: New file.
41685         * lib/unistr/u32-strchr.c: New file.
41686
41687         * modules/unistr/u8-strcmp: New file.
41688         * modules/unistr/u16-strcmp: New file.
41689         * modules/unistr/u32-strcmp: New file.
41690         * lib/unistr/u8-strcmp.c: New file.
41691         * lib/unistr/u16-strcmp.c: New file.
41692         * lib/unistr/u32-strcmp.c: New file.
41693
41694         * modules/unistr/u8-strcpy: New file.
41695         * modules/unistr/u16-strcpy: New file.
41696         * modules/unistr/u32-strcpy: New file.
41697         * lib/unistr/u8-strcpy.c: New file.
41698         * lib/unistr/u16-strcpy.c: New file.
41699         * lib/unistr/u32-strcpy.c: New file.
41700         * lib/unistr/u-strcpy.h: New file.
41701
41702         * modules/unistr/u8-strcspn: New file.
41703         * modules/unistr/u16-strcspn: New file.
41704         * modules/unistr/u32-strcspn: New file.
41705         * lib/unistr/u8-strcspn.c: New file.
41706         * lib/unistr/u16-strcspn.c: New file.
41707         * lib/unistr/u32-strcspn.c: New file.
41708         * lib/unistr/u-strcspn.h: New file.
41709
41710         * modules/unistr/u8-strdup: New file.
41711         * modules/unistr/u16-strdup: New file.
41712         * modules/unistr/u32-strdup: New file.
41713         * lib/unistr/u8-strdup.c: New file.
41714         * lib/unistr/u16-strdup.c: New file.
41715         * lib/unistr/u32-strdup.c: New file.
41716         * lib/unistr/u-strdup.h: New file.
41717
41718         * modules/unistr/u8-strlen: New file.
41719         * modules/unistr/u16-strlen: New file.
41720         * modules/unistr/u32-strlen: New file.
41721         * lib/unistr/u8-strlen.c: New file.
41722         * lib/unistr/u16-strlen.c: New file.
41723         * lib/unistr/u32-strlen.c: New file.
41724         * lib/unistr/u-strlen.h: New file.
41725
41726         * modules/unistr/u8-strmblen: New file.
41727         * modules/unistr/u16-strmblen: New file.
41728         * modules/unistr/u32-strmblen: New file.
41729         * lib/unistr/u8-strmblen.c: New file.
41730         * lib/unistr/u16-strmblen.c: New file.
41731         * lib/unistr/u32-strmblen.c: New file.
41732
41733         * modules/unistr/u8-strmbtouc: New file.
41734         * modules/unistr/u16-strmbtouc: New file.
41735         * modules/unistr/u32-strmbtouc: New file.
41736         * lib/unistr/u8-strmbtouc.c: New file.
41737         * lib/unistr/u16-strmbtouc.c: New file.
41738         * lib/unistr/u32-strmbtouc.c: New file.
41739
41740         * modules/unistr/u8-strncat: New file.
41741         * modules/unistr/u16-strncat: New file.
41742         * modules/unistr/u32-strncat: New file.
41743         * lib/unistr/u8-strncat.c: New file.
41744         * lib/unistr/u16-strncat.c: New file.
41745         * lib/unistr/u32-strncat.c: New file.
41746         * lib/unistr/u-strncat.h: New file.
41747
41748         * modules/unistr/u8-strncmp: New file.
41749         * modules/unistr/u16-strncmp: New file.
41750         * modules/unistr/u32-strncmp: New file.
41751         * lib/unistr/u8-strncmp.c: New file.
41752         * lib/unistr/u16-strncmp.c: New file.
41753         * lib/unistr/u32-strncmp.c: New file.
41754
41755         * modules/unistr/u8-strncpy: New file.
41756         * modules/unistr/u16-strncpy: New file.
41757         * modules/unistr/u32-strncpy: New file.
41758         * lib/unistr/u8-strncpy.c: New file.
41759         * lib/unistr/u16-strncpy.c: New file.
41760         * lib/unistr/u32-strncpy.c: New file.
41761         * lib/unistr/u-strncpy.h: New file.
41762
41763         * modules/unistr/u8-strnlen: New file.
41764         * modules/unistr/u16-strnlen: New file.
41765         * modules/unistr/u32-strnlen: New file.
41766         * lib/unistr/u8-strnlen.c: New file.
41767         * lib/unistr/u16-strnlen.c: New file.
41768         * lib/unistr/u32-strnlen.c: New file.
41769         * lib/unistr/u-strnlen.h: New file.
41770
41771         * modules/unistr/u8-strpbrk: New file.
41772         * modules/unistr/u16-strpbrk: New file.
41773         * modules/unistr/u32-strpbrk: New file.
41774         * lib/unistr/u8-strpbrk.c: New file.
41775         * lib/unistr/u16-strpbrk.c: New file.
41776         * lib/unistr/u32-strpbrk.c: New file.
41777         * lib/unistr/u-strpbrk.h: New file.
41778
41779         * modules/unistr/u8-strrchr: New file.
41780         * modules/unistr/u16-strrchr: New file.
41781         * modules/unistr/u32-strrchr: New file.
41782         * lib/unistr/u8-strrchr.c: New file.
41783         * lib/unistr/u16-strrchr.c: New file.
41784         * lib/unistr/u32-strrchr.c: New file.
41785
41786         * modules/unistr/u8-strspn: New file.
41787         * modules/unistr/u16-strspn: New file.
41788         * modules/unistr/u32-strspn: New file.
41789         * lib/unistr/u8-strspn.c: New file.
41790         * lib/unistr/u16-strspn.c: New file.
41791         * lib/unistr/u32-strspn.c: New file.
41792         * lib/unistr/u-strspn.h: New file.
41793
41794         * modules/unistr/u8-strstr: New file.
41795         * modules/unistr/u16-strstr: New file.
41796         * modules/unistr/u32-strstr: New file.
41797         * lib/unistr/u8-strstr.c: New file.
41798         * lib/unistr/u16-strstr.c: New file.
41799         * lib/unistr/u32-strstr.c: New file.
41800         * lib/unistr/u-strstr.h: New file.
41801
41802         * modules/unistr/u8-strtok: New file.
41803         * modules/unistr/u16-strtok: New file.
41804         * modules/unistr/u32-strtok: New file.
41805         * lib/unistr/u8-strtok.c: New file.
41806         * lib/unistr/u16-strtok.c: New file.
41807         * lib/unistr/u32-strtok.c: New file.
41808         * lib/unistr/u-strtok.h: New file.
41809
41810         * modules/unistr/u8-uctomb: New file.
41811         * modules/unistr/u16-uctomb: New file.
41812         * modules/unistr/u32-uctomb: New file.
41813         * lib/unistr/u8-uctomb.c: New file.
41814         * lib/unistr/u16-uctomb.c: New file.
41815         * lib/unistr/u32-uctomb.c: New file.
41816
41817         * MODULES.html.sh (Unicode string functions): Add the new modules.
41818
41819 2007-01-08  Bruno Haible  <bruno@clisp.org>
41820
41821         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
41822         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
41823         subdirectories.
41824
41825 2007-01-08  Karl Berry  <karl@gnu.org>
41826
41827         * doc/error.texi: mention that main() fns must set program_name
41828         when progname is used.
41829
41830 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
41831
41832         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
41833         WCTYPE_H is empty, for the benefit of builds from non-distclean
41834         directories.  Problem reported by Eric Blake in
41835         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
41836
41837 2007-01-08  Bruno Haible  <bruno@clisp.org>
41838
41839         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
41840         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
41841         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
41842         PROVIDE_CANONICALIZE_FILENAME_MODE.
41843         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
41844
41845 2007-01-08  Bruno Haible  <bruno@clisp.org>
41846
41847         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
41848         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
41849         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
41850         * lib/fts.c: Likewise.
41851         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
41852
41853 2006-12-25  Bruno Haible  <bruno@clisp.org>
41854
41855         * modules/utf8-ucs4-safe: New file.
41856         * lib/utf8-ucs4-safe.h: New file.
41857         * lib/unistr/utf8-ucs4-safe.c: New file.
41858
41859         * modules/utf16-ucs4-safe: New file.
41860         * lib/utf16-ucs4-safe.h: New file.
41861         * lib/unistr/utf16-ucs4-safe.c: New file.
41862
41863         * MODULES.html.sh (Unicode string functions): Add the new modules.
41864
41865 2007-01-08  Bruno Haible  <bruno@clisp.org>
41866
41867         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
41868         (Depends-on): Add unitypes.
41869         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
41870         (u8_mbtouc_aux): Move out to separate file.
41871         (u8_mbtouc): Use ucs4_t, uint8_t types.
41872         * lib/unistr/utf8-ucs4.c: New file.
41873
41874         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
41875         (Depends-on): Add unitypes.
41876         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
41877         (u16_mbtouc_aux): Move out to separate file.
41878         (u16_mbtouc): Use ucs4_t, uint16_t types.
41879         * lib/unistr/utf16-ucs4.c: New file.
41880
41881         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
41882         (Depends-on): Add unitypes.
41883         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
41884         (u8_uctomb_aux): Move out to separate file.
41885         (u8_uctomb): Use ucs4_t, uint8_t types.
41886         * lib/unistr/ucs4-utf8.c: New file.
41887
41888         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
41889         (Depends-on): Add unitypes.
41890         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
41891         (u16_uctomb_aux): Move out to separate file.
41892         (u16_uctomb): Use ucs4_t, uint16_t types.
41893         * lib/unistr/ucs4-utf16.c: New file.
41894
41895 2006-12-25  Bruno Haible  <bruno@clisp.org>
41896
41897         * modules/unitypes: New file.
41898         * lib/unitypes.h: New file.
41899         * MODULES.html.sh (func_all_modules): New section "Unicode string
41900         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
41901         this section. Add unitypes.
41902
41903 2007-01-08  Bruno Haible  <bruno@clisp.org>
41904
41905         Avoid variable names that conflict with those from libtool.
41906         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
41907         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
41908         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
41909         library_names_spec to acl_library_names_spec, hardcode_* to
41910         acl_hardcode_*.
41911         Reported by Ralf Wildenhues.
41912
41913 2007-01-08  Bruno Haible  <bruno@clisp.org>
41914
41915         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
41916         definition.
41917         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
41918         definition.
41919         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
41920         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
41921         definition.
41922         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
41923         definition.
41924         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
41925         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
41926         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
41927         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
41928         definition.
41929         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
41930         definition.
41931         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
41932         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
41933         GC_USE_<algorithm>.
41934         * lib/gc-libgcrypt.c: Likewise.
41935         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
41936         * modules/gc-arctwo (configure.ac): Likewise.
41937         * modules/gc-des (configure.ac): Likewise.
41938         * modules/gc-hmac-md5 (configure.ac): Likewise.
41939         * modules/gc-hmac-sha1 (configure.ac): Likewise.
41940         * modules/gc-md2 (configure.ac): Likewise.
41941         * modules/gc-md4 (configure.ac): Likewise.
41942         * modules/gc-md5 (configure.ac): Likewise.
41943         * modules/gc-random (configure.ac): Likewise.
41944         * modules/gc-rijndael (configure.ac): Likewise.
41945         * modules/gc-sha1 (configure.ac): Likewise.
41946
41947 2007-01-08  Bruno Haible  <bruno@clisp.org>
41948
41949         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
41950         macro definition.
41951         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
41952         definition.
41953         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
41954         definition.
41955         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
41956         * modules/fcntl-safer (configure.ac): Likewise.
41957         * modules/fopen-safer (configure.ac): Likewise.
41958         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
41959         GNULIB_FWRITEERROR macro definition.
41960
41961 2007-01-08  Bruno Haible  <bruno@clisp.org>
41962
41963         * m4/gnulib-common.m4: New file.
41964         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
41965         (func_get_filelist): Add m4/gnulib-common.m4.
41966
41967 2007-01-08  Bruno Haible  <bruno@clisp.org>
41968
41969         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
41970         command.
41971
41972 2007-01-08  Jim Meyering  <jim@meyering.net>
41973
41974         Use a more robust test for a "can't happen" condition.
41975         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
41976         narrowed the st_size value.  Presuming the "can't happen" condition
41977         is true, that narrowing could conceivably convert an invalid st_size
41978         value into a valid one.  Instead, use a change based on Matthew
41979         Woehlke's original patch.
41980
41981         Slight readability improvement: use an assert-like macro
41982         in place of literal "abort ()" uses.
41983         * lib/fts.c (fts_assert): Define.
41984         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
41985         Use this macro instead of a bare 'abort'.
41986
41987 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
41988
41989         Don't worry about using IRIX 5.3's wctype.h broken definitions;
41990         simply work around them.
41991         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
41992         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
41993         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
41994         declaring.
41995         Don't bother to define as macros, since the standard doesn't require it.
41996         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
41997         longer worry about IRIX 5.3.
41998         (HAVE_WCTYPE_CTMP_BUG): Remove.
41999
42000 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
42001
42002         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
42003         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
42004         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
42005         Problems reported by Georg Schwarz for IRIX 5.3.
42006
42007         * gnulib-tool (autoconf_minversion): Take the maximum version number
42008         found, not the minimum.  Problem reported by James Youngman.
42009
42010 2007-01-03  Karl Berry  <karl@gnu.org>
42011
42012         * doc/error.texi: new file, explaining interaction with progname.
42013         * doc/gnulib.texi: include it.  Update copyright.
42014
42015 2007-01-03  Simon Josefsson  <simon@josefsson.org>
42016
42017         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
42018         AC_CANONICAL_HOST, to improve autobuild outputs.
42019
42020 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
42021             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
42022
42023         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
42024         sockets, server sockets, and other file descriptors.  Count errors
42025         to compute the return value.  Reorder the code a bit to be easier
42026         to follow.  Don't set event bits that were not requested (except
42027         POLLERR and POLLHUP).
42028
42029 2007-01-01  Bruno Haible  <bruno@clisp.org>
42030
42031         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
42032
42033 2007-01-03  Jim Meyering  <jim@meyering.net>
42034
42035         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
42036
42037 2007-01-02  Bruno Haible  <bruno@clisp.org>
42038
42039         * modules/settime (Include): Require timespec.h.
42040         * modules/nanosleep (Include): Likewise.
42041
42042 2007-01-01  Bruno Haible  <bruno@clisp.org>
42043
42044         * gnulib-tool (func_emit_copyright_notice): Bump year.
42045         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
42046
42047 2007-01-01  Bruno Haible  <bruno@clisp.org>
42048
42049         Improve support for OpenBSD.
42050         * build-aux/config.rpath (libname_spec): Export.
42051         (library_names_spec): New variable. Export.
42052         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
42053         library_names_spec from the config.rpath output. Locate shared library
42054         through the name pattern in library_names_spec.
42055
42056 2007-01-01  Eric Blake  <ebb9@byu.net>
42057
42058         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
42059
42060 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
42061
42062         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
42063         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
42064         assume the C locale, and avoid an "eval" that could cause trouble.
42065         Problem with SORT reported by Bob Proulx.
42066
42067         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
42068         Define.  Trivial patch from Henning Nielsen Lund, originally
42069         sent to bug-grep@gnu.org today.
42070
42071 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
42072
42073         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
42074         struct stat.  Problem reported by Henning Nielsen Lund.
42075         * lib/acl.c: Include acl.h first, to check interface.  Don't
42076         bother to include sys/types.h and sys/stat.h again.
42077
42078 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
42079
42080         Import the following change from libc; problem reported by
42081         Sven Verdoolaege.
42082
42083         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
42084
42085         [BZ #1373]
42086         * lib/argp.h: Remove __NTH for __argp_usage inline function.
42087
42088 2006-12-28  Jim Meyering  <jim@meyering.net>
42089
42090         * build-aux/announce-gen: Do not assume that the package
42091         builds any of tar.gz, tar.bz2, and .xdelta files.
42092         Suggestion from Simon Josefsson.
42093
42094 2006-12-28  Simon Josefsson  <simon@josefsson.org>
42095
42096         * modules/announce-gen: New file.
42097
42098 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
42099
42100         * lib/mbchar.h: Just include <wctype.h>; the wctype module
42101         handles its gotchas now.
42102         * lib/mbswidth.c: Likewise.
42103         * lib/wcwidth.h: Likewise.
42104         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
42105         and iswcntrl; the wctype module does this stuff now.
42106         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
42107         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
42108         * modules/mbchar (Depends-on): Add wctype.
42109         * modules/mbswidth (Depends-on): Likewise.
42110         * modules/wcwidth (Depends-on): Likewise.
42111
42112 2006-12-27  Eric Blake  <ebb9@byu.net>
42113
42114         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
42115         module uses more than what <wctype.h> is required to provide.
42116
42117 2006-12-26  Eric Blake  <ebb9@byu.net>
42118
42119         * gnulib-tool (sed_extract_prog): Avoid space-tab.
42120
42121 2006-12-26  Eric Blake  <ebb9@byu.net>
42122
42123         * modules/absolute-header: New module.
42124         * modules/fcntl (Depends-on): Depend on it.
42125         * modules/inttypes (Depends-on): Likewise.
42126         * modules/stdint (Depends-on): Likewise.
42127         * modules/sys_stat (Depends-on): Likewise.
42128         * modules/wctype (Depends-on): Likewise.
42129         * MODULES.html.sh (Support for building libraries and
42130         executables): Document it.
42131
42132 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
42133
42134         * gnulib-tool (SED): Remove, undoing previous change.
42135         The problem was that it broke coreutils on Solaris, because
42136         "sed --posix" leaked into a makefile.
42137         (sed): New alias, if 'alias' and GNU sed.
42138
42139 2006-12-24  Jim Meyering  <jim@meyering.net>
42140
42141         Work around an fchownat bug in glibc-2.4:
42142         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
42143         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
42144         in spite of the -P option.
42145         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
42146         New macros.
42147         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
42148         * modules/openat (Files): Add lib/fchownat.c.
42149         * lib/openat.c (fchownat): Don't define here.  Move to...
42150         * lib/fchownat.c: ...this new file.
42151
42152 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
42153
42154         Fix bug reported by Bruno Haible in
42155         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
42156         where quotearg.c didn't compile on Mac OS X 10.2 because it
42157         lacks <wchar.h> and wint_t.
42158         * lib/wctype_.h (__wctype_wint_t): New type.
42159         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
42160         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
42161         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
42162         Arg is now of type __wctype_wint_t, not wint_t.
42163         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
42164         substitute HAVE_WINT_T.
42165         * modules/wctype (Files): Add m4/wint_t.m4.
42166         (wctype.h): Substitute HAVE_WINT_T.
42167
42168 2006-12-23  Bruno Haible  <bruno@clisp.org>
42169
42170         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
42171
42172 2006-12-23  Bruno Haible  <bruno@clisp.org>
42173
42174         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
42175         S_ISLNK.
42176         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
42177         mingw.
42178
42179 2006-12-22  Bruno Haible  <bruno@clisp.org>
42180
42181         * lib/copy-file.c: Include acl.h.
42182         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
42183         Close the file descriptors only after being done with copy_acl.
42184         * modules/copy-file (Depends-on): Add acl.
42185
42186 2006-12-22  Bruno Haible  <bruno@clisp.org>
42187
42188         * gnulib-tool (SED): New variable.
42189         Use $SED instead of sed everywhere.
42190
42191 2006-12-22  Bruno Haible  <bruno@clisp.org>
42192
42193         * modules/no-c++: New file.
42194         * m4/no-c++.m4: New file.
42195         * MODULES.html.sh (Support for building libraries and executables):
42196         Add no-c++.
42197
42198 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
42199
42200         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
42201         Include <limits.h>, and use its INT_MAX to rewrite the
42202         j loop so that it does not overflow 'int'.  Problem reported by
42203         Ralf Wildenhues in
42204         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
42205         Play it safe by shifting left by 1 rather than multiplying by 2,
42206         as GCC is less likely to optimize this away when the value
42207         is signed (when it assumes overflow leads to undefined behavior).
42208         Also, don't assume time_t uses two's complement.
42209
42210 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
42211
42212         * MODULES.html.sh: New module wctype.
42213         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
42214         * lib/fnmatch.c: Don't bother to include <wchar.h> before
42215         <wctype.h>, since the new wctype module should fix this.
42216         * lib/quotearg.c: Include <wctype.h> unconditionally, since
42217         the wctype module should arrange for it.
42218         * lib/regex_internal.h: Likewise.
42219         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
42220         since the wctype module should handle this now.
42221         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
42222         * modules/fnmatch (Depends-on): Add wctype.
42223         * modules/quotearg (Depends-on): Likewise.
42224         * modules/regex (Depends-on): Likewise.
42225
42226 2006-12-19  Bruno Haible  <bruno@clisp.org>
42227
42228         * lib/strdup.h [C++]: Wrap definitions in extern "C".
42229         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
42230
42231 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42232
42233         * modules/savewd (Depends-on): Fix dependency on fcntl.
42234
42235 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
42236
42237         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
42238         conforms to C99, rather than relying on the user's environment
42239         setting of STDINT_H.
42240
42241 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
42242         and Eric Blake  <ebb9@byu.net>
42243
42244         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
42245         This is more consistent with the other defines here.
42246         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
42247         Port to z/OS.  Problem reported by Paul Gilmartin.
42248         Change local vars to use gl_ prefix rather than ac_.
42249         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
42250         with other defines.
42251         * modules/double-slash-root: New module.
42252         * modules/dirname (Files): Remove m4/double-slash-root.m4.
42253         (Depends-on): Add double-slash-root.
42254         * MODULES.html.sh (File system functions): Mention new module.
42255
42256 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
42257
42258         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
42259         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
42260         This is for the benefit of gzip, which doesn't do i18n.
42261
42262 2006-12-12  Jim Meyering  <jim@meyering.net>
42263
42264         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
42265         Reported by Andreas Schwab <schwab@suse.de>.
42266
42267 2006-12-12  Bruno Haible  <bruno@clisp.org>
42268
42269         Merge these changes.
42270         2006-09-05  Bruno Haible  <bruno@clisp.org>
42271         * lib/iconvme.c (iconv_string): No need to save and restore errno when
42272         iconv_alloc succeeded.
42273         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
42274         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
42275         test for " && dest " at the end - dest is always != NULL there. Call
42276         iconv with 4xNULL arguments initially, to reset the state. Call iconv
42277         with 2xNULL arguments, also to flush the state storage. Handle the
42278         IRIX iconv behaviour. Realloc the final result, to throw away unused
42279         memory.
42280
42281 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
42282
42283         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
42284         and fchmodat unconditionally, since glibc 2.4 has them.
42285         Problem reported by Arkadiusz Miskiewicz.
42286
42287 2006-12-10  Bruno Haible  <bruno@clisp.org>
42288
42289         * gnulib-tool (func_import): Show the include files only for those
42290         modules that are copied and specified.
42291         Reported by Karl Berry.
42292
42293 2006-12-08  Jim Meyering  <jim@meyering.net>
42294
42295         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
42296         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
42297
42298         * build-aux/announce-gen: Add two new options, both optional:
42299         --bootstrap-tools=TOOL_LIST
42300               a comma-separated list of tools, e.g.,
42301               autoconf,automake,bison,gnulib
42302         --gnulib-snapshot-date=DATE
42303               if gnulib is in the bootstrap tool list,
42304               then report this as the snapshot date.
42305               If not specified, use the current date/time.
42306               If you specify a date here, be sure it's UTC.
42307
42308 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42309
42310         * tests/test-argp-2.sh: Fix test to match actual output.
42311         (func_compare): Fix sed script to be portable.
42312
42313 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
42314
42315         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
42316         workaround for this case.  It is not autoconfigured now; offhand
42317         it's hard to see how to autoconfigure it.
42318
42319 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
42320
42321         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
42322         a directory that is about to be chowned.  Such a directory's
42323         initial file permissions should permit the owner only and this
42324         should not be changed until after the chown, since the group and
42325         other bits would be incorrect if they granted permission before
42326         the chown.
42327
42328         Fix porting problem for iswctype reported by Georg Schwarz in:
42329         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
42330         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
42331         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
42332         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
42333         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
42334
42335 2006-12-03  Jim Meyering  <jim@meyering.net>
42336
42337         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
42338         p->fts_statp may not yet be defined.
42339         (fts_read): Instead, set it in the caller, once p->fts_statp is
42340         sure to be defined, and corresponds to a top-level directory.
42341         This bug made du -x fail.  Here's the coreutils test case:
42342         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
42343         Reported by Mike Frysinger.
42344
42345 2006-12-01  Jim Meyering  <jim@meyering.net>
42346
42347         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
42348         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
42349         Reported by Simon Josefsson.
42350
42351 2006-11-30  Jim Meyering  <jim@meyering.net>
42352
42353         * m4/warning.m4: Use the all-permissive copyright notice
42354         recommended by RMS (rather than LGPL).
42355         * m4/vararrays.m4: Likewise.
42356         * m4/flexmember.m4: Likewise.
42357
42358 2006-11-29  Bruno Haible  <bruno@clisp.org>
42359
42360         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
42361         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
42362         using +=.
42363         Reported by Simon Josefsson <simon@josefsson.org>.
42364
42365 2006-11-28  James Youngman <jay@gnu.org>
42366
42367         * README: Advise users that they might find the bug-gnulib@gnu.org
42368         and autotools-announce@gnu.org mailing lists useful.
42369
42370 2006-11-28  Bruno Haible  <bruno@clisp.org>
42371
42372         * m4/ptrdiff_max.m4: Remove file.
42373
42374 2006-11-21  Bruno Haible  <bruno@clisp.org>
42375
42376         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
42377         _AC_COMPUTE_INT.
42378         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
42379         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
42380         _AC_COMPUTE_INT.
42381         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
42382         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
42383         _AC_COMPUTE_INT.
42384         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
42385
42386 2006-11-28  Jim Meyering  <jim@meyering.net>
42387
42388         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
42389         warning from "gcc -Wshadow" about shadowing the builtin.
42390
42391 2006-11-27  Bruno Haible  <bruno@clisp.org>
42392
42393         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
42394         _AC_COMPUTE_INT.
42395         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
42396
42397 2006-11-27  Bruno Haible  <bruno@clisp.org>
42398             Paul Eggert  <eggert@cs.ucla.edu>
42399
42400         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
42401
42402 2006-11-26  Bruno Haible  <bruno@clisp.org>
42403
42404         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
42405         noinst_LTLIBRARIES.
42406
42407 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
42408             Bruno Haible  <bruno@clisp.org>
42409
42410         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
42411         if compiling with "gcc -ansi".
42412
42413 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
42414
42415         Fix some incompatibilities with gcc -ansi -pedantic.
42416         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
42417         if compiling pedantically with GCC, unless it's C99 or later.
42418         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
42419         it mishandles gcc -ansi -pedantic as well.
42420         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
42421         if gcc -pedantic.
42422         * lib/regexec.c (check_node_accept_bytes): Don't use auto
42423         initializers for struct if -pedantic, unless it's C99 or later.
42424
42425 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
42426
42427         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
42428         Don't close an fd more than once. Identical atimes indicate
42429         success, not failure.
42430
42431 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
42432
42433         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
42434
42435 2006-11-23  Jim Meyering  <jim@meyering.net>
42436
42437         * build-aux/announce-gen: New file.  From coreutils.
42438
42439 2006-11-22  Jim Meyering  <jim@meyering.net>
42440
42441         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
42442         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
42443         (fts_read): Use a temporary to narrow the overused st_size member
42444         before using it in a switch statement.  Reported by Matthew Woehlke.
42445
42446         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
42447         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
42448
42449 2006-11-20  Bruno Haible  <bruno@clisp.org>
42450
42451         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
42452         changequote instead of pairs of brackets.
42453         Reported by Andreas Schwab <schwab@suse.de>.
42454
42455 2006-11-21  Jim Meyering  <jim@meyering.net>
42456
42457         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
42458         so as to remain compatible with older compilers.
42459         Patch from Michael Deutschmann.
42460
42461 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
42462
42463         * MODULES.html.sh (File system functions): Add openat.
42464
42465         * lib/openat.h (rpl_fstatat): New macro, if
42466         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
42467         (fstatat): Define to rpl_fstatat under the same conditions,
42468         unless COMPILING_FSTATAT.
42469         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
42470         seems to have the bug.
42471         * lib/fstatat.c: New file.
42472         * modules/openat (Files): Add it.
42473
42474 2006-11-20  Bruno Haible  <bruno@clisp.org>
42475
42476         * Makefile: New file.
42477
42478 2006-11-20  Jim Meyering  <jim@meyering.net>
42479
42480         The beginnings of syntax-related checks for gnulib.
42481         * lib/Makefile: New file.
42482         * lib/t-idcache: New script.  Ensure that the two halves of
42483         idcache.c stay in sync.
42484
42485         * lib/idcache.c: Adjust comments in user- and group- portions to
42486         be more accurate, and to be consistent with one another.
42487
42488 2006-11-20  Jim Meyering  <jim@meyering.net>
42489
42490         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
42491         continue using the flexible array member (thus, this module performs
42492         half as many malloc calls), with the addition that...
42493         (getgroup, getuser): Consistently record a non-match via an empty
42494         "name" string, and map an empty string match to a NULL return value.
42495         * modules/idcache (Depends-on): Re-add flexmember.
42496
42497         * lib/idcache.c (getuser): Remove all uses of the register keyword.
42498         (getuidbyname, getgroup, getgidbyname): Likewise.
42499
42500         Use cleaner syntax: NULL rather than 0.
42501         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
42502
42503 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
42504
42505         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
42506         It mishandled the case where the group was missing.
42507         Problem reported by Greg Schafer.
42508         * modules/idcache: Likewise.
42509
42510 2006-11-18  Jim Meyering  <jim@meyering.net>
42511
42512         * check-module (%exempt_header): Add exception for some
42513         conditionally-included headers.
42514
42515         * modules/i-ring (Depends-on): Add verify.
42516         (License): Change to LGPL.
42517
42518 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
42519
42520         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
42521         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
42522         and inttostr.h.  Use snprintf rather than uinttostr, so that
42523         LGPLed code doesn't depend on GPLed.
42524
42525 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
42526
42527         * modules/inline (License): Change from GPL to LGPL.
42528
42529 2006-11-17  Jim Meyering  <jim@meyering.net>
42530
42531         * modules/d-type (License): Switch to LGPL.
42532
42533 2006-11-15  Bruno Haible  <bruno@clisp.org>
42534
42535         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
42536
42537 2006-11-15  Eric Blake  <ebb9@byu.net>
42538
42539         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
42540         the module dependency.
42541
42542 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
42543             Bruno Haible  <bruno@clisp.org>
42544
42545         * gnulib-tool (func_create_testdir): Add license consistency check.
42546
42547 2006-11-15  Eric Blake  <ebb9@byu.net>
42548
42549         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
42550         random "(cached)" in configure output.
42551
42552 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42553
42554         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
42555         test for conforming inttypes.h is both announced and cached.
42556
42557         * MODULES.html.sh (seen_modules, seen_files): New variables.
42558         (func_module): Rewrite to use a few less gnulib-tool and sed
42559         invocations.  Avoid a couple of quadratic algorithms for ...
42560         (missed_modules, missed_files): ... these, with ...
42561         (func_append, func_tmpdir): ... these new functions, from
42562         gnulib-tool.  Analogously, install traps for cleanup.
42563
42564         * tests/test-gc.c (main): Remove unused variables.
42565         * tests/test-read-file.c: Include stdlib.h, for 'free'.
42566
42567 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
42568
42569         * modules/inttostr (License): Change to LGPL.
42570
42571 2006-11-14  Eric Blake  <ebb9@byu.net>
42572
42573         * modules/tempname (License): Change to LGPL.
42574
42575 2006-11-14  Eric Blake  <ebb9@byu.net>
42576
42577         * doc/functions.texi (Function Portability): *printf functions on
42578         Cygwin now understand all POSIX size specifiers.
42579
42580 2006-11-14  Bruno Haible  <bruno@clisp.org>
42581
42582         * modules/c-ctype (License): Change to LGPL.
42583
42584 2006-11-12  Bruno Haible  <bruno@clisp.org>
42585
42586         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
42587         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
42588         for GNOME libraries, for which the include files are installed in
42589         subdirectories of $prefix/include.
42590
42591 2006-11-12  Bruno Haible  <bruno@clisp.org>
42592
42593         * m4/lib-link.m4: Require at least autoconf-2.54.
42594         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
42595         name to underscores for the --with option.
42596
42597 2006-11-13  Bruno Haible  <bruno@clisp.org>
42598
42599         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
42600         the tests directory.
42601         Reported by Ralf Wildenhues.
42602
42603 2006-11-13  Bruno Haible  <bruno@clisp.org>
42604
42605         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
42606         (func_emit_initmacro_end): Undo the override here.
42607         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
42608         Works around the famous automake error in coreutils.
42609
42610 2006-11-13  Eric Blake  <ebb9@byu.net>
42611
42612         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
42613         element, not its node.
42614
42615 2006-11-12  Bruno Haible  <bruno@clisp.org>
42616
42617         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
42618         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
42619
42620 2006-11-12  Bruno Haible  <bruno@clisp.org>
42621
42622         * gnulib-tool: New option --local-symlink.
42623         (func_usage): Document it.
42624         (lsymbolic): New variable.
42625         (func_import, func_create_testdir): If --symlink was not specified,
42626         test whether --local-symlink was specified and the file comes from
42627         the local_gnulib_dir.
42628
42629 2006-11-12  Bruno Haible  <bruno@clisp.org>
42630
42631         * gnulib-tool (func_ln): New function.
42632         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
42633
42634 2006-11-12  Bruno Haible  <bruno@clisp.org>
42635
42636         Finish support for source files in subdirectories.
42637         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
42638         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
42639         AUTOMAKE_OPTIONS.
42640         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
42641
42642 2006-11-12  Bruno Haible  <bruno@clisp.org>
42643
42644         * gnulib-tool (func_get_automake_snippet): Synthesize also an
42645         EXTRA_lib_SOURCES augmentation.
42646         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
42647
42648 2006-11-12  Jim Meyering  <jim@meyering.net>
42649
42650         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
42651         file descriptors.  This also averts a failure on systems with
42652         native openat support when a traversed directory lacks "x" access.
42653         * lib/fts_.h: Include "i-ring.h"
42654         (struct FTS) [fts_fd_ring]: New member.
42655         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
42656         (FCHDIR): Add parentheses.
42657         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
42658         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
42659         When descending, rather than simply closing the previous
42660         fts_cwd_fd value, push that file descriptor onto the ring.
42661         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
42662         (fts_open): Initialize the new fd_ring member.
42663         (fts_close): Clear the ring.
42664         (fts_safe_changedir): When possible, use our new fd_ring to skip
42665         the diropen and fstat and dev/ino comparison that would normally
42666         accompany a virtual `chdir ("..")'.
42667
42668         * modules/fts (Depends-on): Add i-ring.
42669         * modules/i-ring: New module.
42670         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
42671         * m4/i-ring.m4: New file.
42672
42673 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42674
42675         * gnulib-tool (func_create_testdir): Fix replacement of
42676         `build-aux' in configure.ac.  Run autotools in gltests
42677         subdirectory.
42678         (func_create_testdir, func_create_megatestdir, test): There is
42679         no need for '--force' in most autotool invocations in a new
42680         tree.  Actually fail the whole test if any of the tools, or the
42681         configure or make stages fail.
42682
42683         Sync from Automake.
42684         * build-aux/gnupload: Revert last change.  Add pointer to upload
42685         instructions of the GNU Maintenance Instructions.
42686         Suggestion by Karl Berry.
42687
42688 2006-11-10  Jim Meyering  <jim@meyering.net>
42689
42690         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
42691
42692 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
42693
42694         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
42695         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
42696         (bind_textdomain_codeset) [! ENABLE_NLS]:
42697         Evaluate all the arguments.  That way, callers get compatible behavior
42698         if the arguments have side effects.  Also, it avoids some GCC
42699         diagnostics in some cases; Joel E. Denny reported problems when Bison
42700         was configured with --enable-gcc-warnigs.
42701
42702 2006-11-10  Jim Meyering  <jim@meyering.net>
42703
42704         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
42705         relevant options in CFLAGS (like -O, -fno-inline) are taken into
42706         account.
42707
42708 2006-11-10  Jim Meyering  <jim@meyering.net>
42709
42710         * modules/inline: New file/module.
42711         * modules/xalloc (Files): Remove m4/inline.m4.
42712         (Depends-on): Add inline, instead.
42713         * modules/oset: Likewise.
42714         * modules/list: Likewise.
42715
42716 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
42717
42718         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
42719         Problem reported by Matthew Woehlke.
42720
42721 2006-11-09  Bruno Haible  <bruno@clisp.org>
42722
42723         * lib/tempname.c (gen_tempname): Remove variant that invokes
42724         __gen_tempname.
42725         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
42726         __gen_tempname.
42727
42728 2006-11-08  Bruno Haible  <bruno@clisp.org>
42729
42730         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
42731         to 'yes' instead of 'cross-compiling'.
42732
42733 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
42734
42735         * lib/quotearg.h (quotearg_free): New decl.
42736         * lib/quotearg.c (quotearg_free): New function.
42737         (slot0, nslots, slotvec0, slotvec):
42738         Now file-scope so that quotearg_free can get at them.
42739
42740 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42741
42742         Sync from Automake.
42743         * build-aux/gnupload: Add missing 'gnu' to example URL.
42744         Report by Karl Berry.
42745
42746 2006-11-08  Bruno Haible  <bruno@clisp.org>
42747
42748         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
42749         Suggested by Paul Eggert.
42750
42751 2006-11-08  Jim Meyering  <jim@meyering.net>
42752
42753         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
42754         It's already included if !_LIBC.
42755         (fts_safe_changedir): Add a comment.
42756
42757 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
42758
42759         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
42760         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
42761         Matthew Woehlke.
42762
42763         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
42764         definitions up, to avoid colliding with change below.
42765         (static_inline) [HAVE_INLINE]: New macro.
42766         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
42767         Provide extern decls when !HAVE_INLINE.  Do not define unless
42768         static_inline is defined, either by us or by xmalloc.c.  Use
42769         static_inline rather than static inline.
42770         (XCALLOC): Optimize sizeof(T) = 1 case.
42771         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
42772
42773 2006-11-07  Bruno Haible  <bruno@clisp.org>
42774
42775         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
42776         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
42777         AC_C_INLINE.
42778         * modules/xalloc (Files): Add m4/inline.m4.
42779
42780 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42781
42782         * README: Fix typo.
42783         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
42784         (Miscellanous Notes): ...from this.
42785
42786 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
42787
42788         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
42789         Mention that offsetof should be used instead of sizeof.
42790         From Bruno Haible.
42791
42792 2006-11-07  Bruno Haible  <bruno@clisp.org>
42793
42794         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
42795
42796 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
42797
42798         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
42799         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
42800         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
42801         (gl_tree_add_before, gl_tree_add_after):
42802         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
42803         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
42804         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
42805         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
42806         (gl_linked_add_after, gl_linked_add_at): Likewise.
42807         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
42808         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
42809         (gl_tree_add_before, gl_tree_add_after): Likewise.
42810         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
42811         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
42812         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
42813
42814 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42815
42816         * lib/gl_oset.h: Use C comment style, not C++ comment style.
42817
42818 2006-11-06  Bruno Haible  <bruno@clisp.org>
42819
42820         * m4/inline.m4: New file.
42821         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
42822         * modules/list (Files): Add m4/inline.m4.
42823         * modules/oset (Files): Likewise.
42824
42825 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
42826
42827         * lib/idcache.c: Include <stddef.h>, for offsetof.
42828         (struct userid.name): Change from char * to a flexible array member.
42829         All uses changed.
42830         * modules/idcache (Depends-on): Add flexmember.
42831
42832         * MODULES.html.sh (Core language properties): New module flexmember.
42833         * modules/flexmember, m4/flexmember.m4: New files.
42834
42835         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
42836         inline functions that are identical with the old xnmalloc_inline,
42837         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
42838         that we can avoid some unnecessary integer multiplications and
42839         divisions in the common case where the element size is known at
42840         compile time.
42841         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
42842         needed.
42843         (xnboundedmalloc): Remove.
42844         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
42845         arguments, for consistency with rest of this header.
42846         (xcharalloc): Rewrite using XNMALLOC.
42847         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
42848         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
42849         versions have been moved to lib/xalloc.h and renamed to be the
42850         non-*_inline versions.
42851         (xmalloc, xrealloc): Implement without reference to the xnmalloc
42852         and xnrealloc functions, since those functions are now inline and
42853         now call us.
42854         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
42855         renaming described above.
42856         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
42857         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
42858         captures the dependency in AC_C_INLINE.
42859
42860         New module canonicalize-lgpl, proposed by Charles Wilson in
42861         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
42862         with a few small changes afterwards.
42863         * MODULES.html.sh (File system functions): New module
42864         canonicalize-lgpl.
42865         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
42866         and canonicalize_file_name.
42867         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
42868         * modules/canonicalize-lgpl: New files.
42869
42870 2006-11-05  Bruno Haible  <bruno@clisp.org>
42871
42872         * gnulib-tool (func_import, func_create_testdir): Create directories
42873         also for files in subdirectories of lib/.
42874
42875 2006-11-05  Bruno Haible  <bruno@clisp.org>
42876
42877         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
42878         ANSI C compliant.
42879
42880 2006-11-03  Bruno Haible  <bruno@clisp.org>
42881
42882         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
42883         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
42884         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
42885         (xnboundedmalloc): New inline function.
42886         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
42887         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
42888         xmalloc.
42889         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
42890         xmalloc.
42891         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
42892         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
42893         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
42894         xmalloc.
42895         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
42896         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
42897         xmalloc.
42898         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
42899         gl_tree_add_after): Use XMALLOC instead of xmalloc.
42900         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
42901         xmalloc.
42902         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
42903         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
42904         gl_tree_add_after): Use XMALLOC instead of xmalloc.
42905         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
42906         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
42907         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
42908         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
42909
42910 2006-11-03  Bruno Haible  <bruno@clisp.org>
42911
42912         * lib/c-ctype.h [C++]: Define functions without name mangling.
42913         * lib/fwriteerror.h [C++]: Likewise.
42914         * lib/gcd.h [C++]: Likewise.
42915         * lib/linebreak.h [C++]: Likewise.
42916
42917 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
42918
42919         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
42920         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
42921         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
42922         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
42923         Check for functions and headers just once.
42924         Check for declaration of canonicalize_file_name.
42925         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
42926
42927 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
42928
42929         * gnulib-tool (func_import): Fix typo in actioncmd.
42930
42931 2006-11-02  Bruno Haible  <bruno@clisp.org>
42932
42933         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
42934         newline sequence in the Makefile.am snippet as a space, like "make"
42935         does.
42936         Reported by Roger Persson <perrog@gmail.com>.
42937
42938 2006-11-01  Bruno Haible  <bruno@clisp.org>
42939
42940         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
42941         already declared in <string.h>.
42942         * lib/strcase.h (strncasecmp): Don't declare it if yes.
42943
42944 2006-11-01  Bruno Haible  <bruno@clisp.org>
42945
42946         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
42947         * lib/strcase.h: Include <string.h>.
42948         (strcasecmp): Define to rpl_strcasecmp here.
42949
42950 2006-11-01  Bruno Haible  <bruno@clisp.org>
42951
42952         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
42953
42954 2006-11-01  Eric Blake  <ebb9@byu.net>
42955
42956         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
42957
42958         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
42959
42960 2006-10-29  Bruno Haible  <bruno@clisp.org>
42961
42962         Make it compile in C++ mode.
42963         * lib/full-write.c (full_rw): Add a cast.
42964
42965 2006-11-01  Bruno Haible  <bruno@clisp.org>
42966
42967         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
42968         be POSIX compliant.
42969         Reported by Roger Persson <perrog@gmail.com>.
42970
42971 2006-11-01  Eric Blake  <ebb9@byu.net>
42972
42973         * lib/getopt_.h: Fix comments.
42974
42975 2006-10-31  Eric Blake  <ebb9@byu.net>
42976
42977         * modules/tmpdir (Depends-on): Add sys_stat.
42978         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
42979         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
42980         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
42981         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
42982         tempname.
42983
42984 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
42985
42986         Avoid some C++ diagnostics reported by Bruno Haible.
42987         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
42988         xmalloc.
42989         (quotearg_alloc): Use xcharalloc rather than xmalloc.
42990         (struct slotvec): Move to top level.
42991         (quotearg_n_options): Rewrite to avoid xmalloc.
42992         * lib/xalloc.h (xcharalloc): New function.
42993         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
42994         [defined __cplusplus]: Add function template that provides result
42995         type propagation.  This part of the change is from Bruno Haible.
42996
42997 2006-10-29  Bruno Haible  <bruno@clisp.org>
42998
42999         Make it compile in C++ mode.
43000         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
43001         * lib/strnlen1.c (strnlen1): Cast memchr result.
43002         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
43003         * lib/clean-temp.c (string_equals, string_hash): Add casts.
43004         (create_temp_dir): Rename local variable 'template'.
43005         (compile_csharp_using_sscli): Add cast.
43006         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
43007         * lib/findprog.c (find_in_path): Likewise.
43008         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
43009         * lib/wait-process.c (register_slave_subprocess): Likewise.
43010
43011 2006-10-22  Bruno Haible  <bruno@clisp.org>
43012
43013         * modules/tsearch: New file.
43014         * lib/tsearch.h: New file.
43015         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
43016         * m4/tsearch.m4: New file.
43017         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
43018
43019 2006-10-29  Eric Blake  <ebb9@byu.net>
43020
43021         * lib/arcfour.c: Assume config.h.
43022         * lib/arctwo.c: Likewise.
43023         * lib/base64.c: Likewise.
43024         * lib/check-version.c: Likewise.
43025         * lib/crc.c: Likewise.
43026         * lib/des.c: Likewise.
43027         * lib/gc-gnulib.c: Likewise.
43028         * lib/gc-libgcrypt.c: Likewise.
43029         * lib/gc-pbkdf2-sha1.c: Likewise.
43030         * lib/getaddrinfo.c: Likewise.
43031         * lib/getdelim.c: Likewise.
43032         * lib/getline.c: Likewise.
43033         * lib/hmac-md5.c: Likewise.
43034         * lib/hmac-sha1.c: Likewise.
43035         * lib/iconvme.c: Likewise.
43036         * lib/md2.c: Likewise.
43037         * lib/md4.c: Likewise.
43038         * lib/memxor.c: Likewise.
43039         * lib/read-file.c: Likewise.
43040         * lib/readline.c: Likewise.
43041         * lib/rijndael-alg-fst.c: Likewise.
43042         * lib/rijndael-api-fst.c: Likewise.
43043         * lib/xgetdomainname.c: Likewise.
43044
43045 2006-10-28  Eric Blake  <ebb9@byu.net>
43046
43047         * lib/xstrndup.c: Assume config.h.
43048
43049 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
43050
43051         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
43052         stat-macros.h is now for our own macros, whereas stat_h is for
43053         macros in the <sys/stat.h> name space.
43054         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
43055         (STAT_MACROS_H): Remove.
43056         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
43057         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
43058         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
43059         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
43060         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
43061         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
43062         Move these macros to ...
43063         * lib/stat_.h: here.  Don't include stat-macros.h.
43064         * lib/canonicalize.c: Don't include stat-macros.h.
43065         * lib/chown.c: Likewise.
43066         * lib/euidaccess.c: Likewise.
43067         * lib/file-type.c: Likewise.
43068         * lib/filemode.c: Likewise.
43069         * lib/glob.c: Likewise.
43070         * lib/isapipe.c: Likewise.
43071         * lib/lchown.c: Likewise.
43072         * lib/lstat.c: Likewise.
43073         * lib/mkdir-p.c: Likewise.
43074         * lib/rmdir.c: Likewise.
43075         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
43076         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
43077         unless mkdir isn't declared, to speed up 'configure'.
43078         Always create sys/stat.h, since it's unlikely any real sys/stat.h
43079         would define all the S_* symbols.
43080         * modules/canonicalize (Depends-on):
43081         Depend on sys_stat, not stat-macros.
43082         * modules/chown: Likewise.
43083         * modules/euidaccess: Likewise.
43084         * modules/filemode: Likewise.
43085         * modules/file-type: Likewise.
43086         * modules/glob: Likewise.
43087         * modules/isapipe: Likewise.
43088         * modules/lchown: Likewise.
43089         * modules/lstat: Likewise.
43090         * modules/mkancesdirs: Likewise.
43091         * modules/rmdir: Likewise.
43092         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
43093         * modules/modechange: Likewise.
43094         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
43095         (configure.ac): Remove gl_STAT_MACROS.
43096         * modules/sys_stat (Depends-on): Remove stat-macros.
43097
43098 2006-10-27  Bruno Haible  <bruno@clisp.org>
43099
43100         * m4/signed.m4: Remove file.
43101         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
43102         invocation.
43103         * modules/vasnprintf (Files): Remove m4/signed.m4.
43104
43105 2006-10-27  Bruno Haible  <bruno@clisp.org>
43106
43107         Update to GNU gettext 0.16.
43108         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
43109         m4/inttypes-h.m4, m4/signed.m4.
43110         * m4/gettext.m4: Update to GNU gettext 0.16.
43111         * m4/intl.m4: New file, from GNU gettext.
43112         * m4/intldir.m4: New file, from GNU gettext.
43113         * config/srclist.txt: Update
43114
43115 2006-10-27  Eric Blake  <ebb9@byu.net>
43116
43117         * MODULES.html.sh: Document tempname.
43118         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
43119         dependencies.
43120         (Files): Move lib/tempname.c...
43121         * modules/tempname: ...to this new module.
43122         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
43123         (gl_PREREQ_TEMPNAME): Move...
43124         * m4/tempname.m4: ...to this new file.
43125         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
43126         * modules/sys_stat (Depends-on): Add stat-macros.
43127         * lib/stat_.h (includes): Pick up stat macros.
43128         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
43129         if stat macros are broken.
43130         * lib/tempname.c (includes): No need to include "stat-macros.h".
43131         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
43132         (direxists, __path_search) [!_LIBC]: Don't compile these in
43133         gnulib; the tmpdir module covers that.
43134         * lib/tempname.h: New file.
43135
43136 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
43137
43138         * COPYING: Explain how gnulib-tool converts licence headers.
43139         Almost all wording by Eric Blake.
43140
43141 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
43142
43143         * lib/mbchar.h (is_basic_table): Make read-only.
43144         * lib/mbchar.c (is_basic_table): Likewise.
43145         Reported by John Darrington.
43146
43147 2006-10-25  Bruno Haible  <bruno@clisp.org>
43148
43149         * lib/progname.h (set_program_name): Undefine before defining.
43150
43151 2006-10-25  Bruno Haible  <bruno@clisp.org>
43152
43153         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
43154         false for non-gcc C++ compilers.
43155         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
43156
43157 2006-10-24  Bruno Haible  <bruno@clisp.org>
43158
43159         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
43160         iconv implementations like Irix iconv.
43161
43162 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
43163
43164         * modules/vararrays: New file.
43165         * m4/vararrays.m4: New file, taken from diffutils.
43166         * MODULES.html.sh: New module vararrays.
43167
43168 2006-10-24  Karl Berry  <karl@gnu.org>
43169
43170         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
43171         Don't call GNU Unix.
43172
43173 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43174
43175         * users.txt: Add Libtool.
43176
43177         Sync from Libtool:
43178
43179         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
43180
43181         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
43182         to gnulib's policy of including config.h unconditionally.
43183
43184 2006-10-24  Bruno Haible  <bruno@clisp.org>
43185
43186         * modules/wcwidth (Files): Add m4/wint_t.m4.
43187         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
43188         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
43189
43190 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
43191
43192         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
43193         to pacify GCC with some -W flags enabled.  Problem reported by
43194         Bruno Haible.
43195
43196 2006-10-24  Jim Meyering  <jim@meyering.net>
43197
43198         * MODULES.html.sh: Remove uinttostr.  It's not a module.
43199         Reported by Karl Berry.
43200
43201 2006-10-23  Bruno Haible  <bruno@clisp.org>
43202
43203         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
43204
43205 2006-10-24  Bruno Haible  <bruno@clisp.org>
43206
43207         * lib/gl_list.h: Use C comment style, not C++ comment style.
43208
43209 2006-10-23  Eric Blake  <ebb9@byu.net>
43210
43211         * lib/getaddrinfo.c (includes): Add missing include.
43212
43213 2006-10-23  Bruno Haible  <bruno@clisp.org>
43214             Paul Eggert  <eggert@cs.ucla.edu>
43215
43216         Ability to rename obstack_free.
43217         * lib/obstack.h (__obstack_free): New macro. Declare instead of
43218         obstack_free.
43219         (obstack_free): Invoke the __obstack_free macro.
43220         * lib/obstack.c (obstack_free): Use __obstack_free macro.
43221
43222 2006-10-23  Bruno Haible  <bruno@clisp.org>
43223             Paul Eggert  <eggert@cs.ucla.edu>
43224
43225         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
43226         __argc, __argv from the declaration. (They are defined as macros on
43227         mingw.)
43228
43229 2006-10-22  Bruno Haible  <bruno@clisp.org>
43230
43231         * doc/gnulib-intro.texi: New file.
43232         * doc/gnulib.texi: Include it.
43233
43234 2006-10-21  Bruno Haible  <bruno@clisp.org>
43235
43236         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
43237         "Introduction", "Miscellanous Notes", "Particular Modules".
43238
43239 2006-10-21  Bruno Haible  <bruno@clisp.org>
43240
43241         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
43242         Change mostlyclean-local rule to avoid sh syntax error from bash
43243         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
43244
43245 2006-10-23  Jim Meyering  <jim@meyering.net>
43246
43247         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
43248         in place of snprintf.
43249
43250         * modules/inttostr (Files): Add lib/uinttostr.c.
43251         * lib/uinttostr.c (inttostr): New file/function.
43252         * lib/inttostr.h (uinttostr): Declare.
43253         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
43254         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
43255         Add uinttostr.
43256         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
43257
43258 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
43259
43260         * lib/canonicalize.c (ELOOP): Define if not already defined.
43261         Problem reported by Bruno Haible in
43262         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
43263
43264 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
43265
43266         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
43267         Problem reported by Perry Smith and Ville Laurikari.
43268
43269         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
43270         uses.
43271
43272 2006-10-19  Bruno Haible  <bruno@clisp.org>
43273
43274         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
43275         for mingw.
43276
43277 2006-10-19  Bruno Haible  <bruno@clisp.org>
43278
43279         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
43280         Needed for mingw.
43281
43282 2006-10-19  Bruno Haible  <bruno@clisp.org>
43283
43284         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
43285
43286 2006-10-19  Bruno Haible  <bruno@clisp.org>
43287
43288         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
43289         it.
43290
43291 2006-10-19  Bruno Haible  <bruno@clisp.org>
43292
43293         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
43294         invocation.
43295
43296 2006-10-19  Bruno Haible  <bruno@clisp.org>
43297
43298         * gnulib-tool (func_create_testdir): Don't include ftruncate and
43299         mountlist by default.
43300
43301 2006-10-16  Bruno Haible  <bruno@clisp.org>
43302
43303         * lib/c-strstr.c: Include c-strstr.h.
43304
43305 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
43306
43307         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
43308         in a slash.
43309
43310 2006-10-18  Bruno Haible  <bruno@clisp.org>
43311
43312         * lib/lock.h [C++]: Wrap definitions in extern "C".
43313
43314 2006-10-18  Bruno Haible  <bruno@clisp.org>
43315
43316         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
43317         gl_LIBOBJS list.
43318
43319 2006-10-18  Bruno Haible  <bruno@clisp.org>
43320
43321         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
43322
43323 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
43324
43325         * lib/xstrtol.h: Include gettext.h.
43326         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
43327         Problem reported by Eric Blake.
43328         * modules/xstrtol (Depends-on): Add gettext-h.
43329
43330 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
43331
43332         * lib/strftime.c (advance): New macro.
43333         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
43334         incomplete type, so you can't add 0 to it.  Problem and patch
43335         reported by Eelco Dolstra for dietlibc.
43336
43337 2006-10-18  Jim Meyering  <jim@meyering.net>
43338
43339         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
43340         type for a local, and rename it: s/up/user_proc/.
43341
43342 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
43343
43344         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
43345         READ_UTMP_USER_PROCESS.
43346         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
43347
43348 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
43349
43350         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
43351         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
43352
43353 2006-10-17  Eric Blake  <ebb9@byu.net>
43354
43355         * lib/sigprocmask.c (sigprocmask): Fix typo.
43356
43357         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
43358
43359         * modules/clean-temp (Makefile.am): Don't add to make output...
43360         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
43361         config.h.
43362
43363 2006-10-17  Bruno Haible  <bruno@clisp.org>
43364
43365         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
43366         differently if DEFAULT_TEXT_DOMAIN is set.
43367
43368 2006-10-16  Bruno Haible  <bruno@clisp.org>
43369
43370         * lib/clean-temp.c: Include fwriteerror.h.
43371
43372 2006-10-16  Bruno Haible  <bruno@clisp.org>
43373
43374         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
43375
43376 2006-10-16  Bruno Haible  <bruno@clisp.org>
43377
43378         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
43379         * lib/sigprocmask.h: Include <sys/types.h>.
43380         (sigset_t): Use the system's definition if present.
43381
43382 2006-10-17  Eric Blake  <ebb9@byu.net>
43383
43384         * lib/xvasprintf.c (includes): Assume config.h.
43385         * lib/xasprintf.c (includes): Likewise.
43386
43387 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
43388
43389         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
43390         at least as wide as intmax_t.
43391
43392 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
43393
43394         (Imported from Automake.)
43395         * build-aux/gnupload: Update to version 1.1 of directive file.
43396
43397 2006-10-16  Eric Blake  <ebb9@byu.net>
43398
43399         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
43400         match Automake 1.10a.
43401
43402 2006-10-14  Bruno Haible  <bruno@clisp.org>
43403
43404         * modules/sigprocmask: New file.
43405         * lib/sigprocmask.h: New file.
43406         * lib/sigprocmask.c: New file.
43407         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
43408         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
43409         request sigprocmask.o.
43410         (gl_PREREQ_SIGPROCMASK): New macro.
43411         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
43412         (Depends-on): Add sigprocmask.
43413         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
43414         gt_SIGNALBLOCKING. Test for 'raise' only once.
43415         * lib/fatal-signal.c: Include sigprocmask.h.
43416         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
43417         unblock_fatal_signals): Define always.
43418         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
43419         sigprocmask.
43420
43421 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
43422
43423         Sync from Automake.
43424         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
43425         which incorrectly sets the mode of an existing destination
43426         directory.  In some cases the unpatched install-sh could do the
43427         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
43428         system.  We hope this is rare in practice, but it's clearly worth
43429         fixing.  Problem reported by Alex Unleashed in
43430         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
43431         Also, don't bother to check for -m bugs unless we're using -m;
43432         suggested by Stepan Kasal.
43433
43434 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
43435
43436         Sync from Automake.
43437         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
43438         `-c' flag, so they appear at the same position as in %FASTDEP%
43439         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
43440         which ignores unknown options only after the first non-option.
43441         Bug report against M4 by Nelson H. F. Beebe.
43442
43443 2006-10-13  Jim Meyering  <jim@meyering.net>
43444
43445         Fix a bug in yesterday's change.
43446         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
43447         p->fts_statp->st_dev would be used uninitialized.
43448         Ensures that we always call fts_stat on the very first entry.
43449         Miklos Szeredi reported that find -xdev stopped working.
43450
43451 2006-10-12  Bruno Haible  <bruno@clisp.org>
43452
43453         * gnulib-tool (func_get_automake_snippet): Append an automatically
43454         computed EXTRA_DIST augmentation.
43455         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
43456         * modules/alloca-opt (Makefile.am): Likewise.
43457         * modules/allocsa (Makefile.am): Likewise.
43458         * modules/arcfour (Makefile.am): Likewise.
43459         * modules/arctwo (Makefile.am): Likewise.
43460         * modules/argmatch (Makefile.am): Likewise.
43461         * modules/argz (Makefile.am): Likewise.
43462         * modules/atexit (Makefile.am): Likewise.
43463         * modules/backupfile (Makefile.am): Likewise.
43464         * modules/byteswap (Makefile.am): Likewise.
43465         * modules/c-strtod (Makefile.am): Likewise.
43466         * modules/c-strtold (Makefile.am): Likewise.
43467         * modules/calloc (Makefile.am): Likewise.
43468         * modules/canon-host (Makefile.am): Likewise.
43469         * modules/canonicalize (Makefile.am): Likewise.
43470         * modules/chdir-long (Makefile.am): Likewise.
43471         * modules/chdir-safer (Makefile.am): Likewise.
43472         * modules/check-version (Makefile.am): Likewise.
43473         * modules/chown (Makefile.am): Likewise.
43474         * modules/cloexec (Makefile.am): Likewise.
43475         * modules/close-stream (Makefile.am): Likewise.
43476         * modules/closeout (Makefile.am): Likewise.
43477         * modules/crc (Makefile.am): Likewise.
43478         * modules/csharpexec (Makefile.am): Likewise.
43479         * modules/cycle-check (Makefile.am): Likewise.
43480         * modules/des (Makefile.am): Likewise.
43481         * modules/dev-ino (Makefile.am): Likewise.
43482         * modules/dirfd (Makefile.am): Likewise.
43483         * modules/dirname (Makefile.am): Likewise.
43484         * modules/dup2 (Makefile.am): Likewise.
43485         * modules/eealloc (Makefile.am): Likewise.
43486         * modules/error (Makefile.am): Likewise.
43487         * modules/euidaccess (Makefile.am): Likewise.
43488         * modules/exclude (Makefile.am): Likewise.
43489         * modules/exitfail (Makefile.am): Likewise.
43490         * modules/fcntl-safer (Makefile.am): Likewise.
43491         * modules/fcntl (Makefile.am): Likewise.
43492         * modules/file-type (Makefile.am): Likewise.
43493         * modules/fileblocks (Makefile.am): Likewise.
43494         * modules/filemode (Makefile.am): Likewise.
43495         * modules/filenamecat (Makefile.am): Likewise.
43496         * modules/fnmatch (Makefile.am): Likewise.
43497         * modules/fopen-safer (Makefile.am): Likewise.
43498         * modules/fpending (Makefile.am): Likewise.
43499         * modules/fprintftime (Makefile.am): Likewise.
43500         * modules/free (Makefile.am): Likewise.
43501         * modules/fsusage (Makefile.am): Likewise.
43502         * modules/ftruncate (Makefile.am): Likewise.
43503         * modules/fts (Makefile.am): Likewise.
43504         * modules/gc-arcfour (Makefile.am): Likewise.
43505         * modules/gc-des (Makefile.am): Likewise.
43506         * modules/gc-hmac-md5 (Makefile.am): Likewise.
43507         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
43508         * modules/gc-md4 (Makefile.am): Likewise.
43509         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
43510         * modules/gc-sha1 (Makefile.am): Likewise.
43511         * modules/gc (Makefile.am): Likewise.
43512         * modules/getaddrinfo (Makefile.am): Likewise.
43513         * modules/getcwd (Makefile.am): Likewise.
43514         * modules/getdelim (Makefile.am): Likewise.
43515         * modules/getdomainname (Makefile.am): Likewise.
43516         * modules/getgroups (Makefile.am): Likewise.
43517         * modules/gethostname (Makefile.am): Likewise.
43518         * modules/gethrxtime (Makefile.am): Likewise.
43519         * modules/getline (Makefile.am): Likewise.
43520         * modules/getloadavg (Makefile.am): Likewise.
43521         * modules/getlogin_r (Makefile.am): Likewise.
43522         * modules/getndelim2 (Makefile.am): Likewise.
43523         * modules/getopt (Makefile.am): Likewise.
43524         * modules/getpagesize (Makefile.am): Likewise.
43525         * modules/getpass-gnu (Makefile.am): Likewise.
43526         * modules/getpass (Makefile.am): Likewise.
43527         * modules/getsubopt (Makefile.am): Likewise.
43528         * modules/gettime (Makefile.am): Likewise.
43529         * modules/gettimeofday (Makefile.am): Likewise.
43530         * modules/getugroups (Makefile.am): Likewise.
43531         * modules/getusershell (Makefile.am): Likewise.
43532         * modules/glob (Makefile.am): Likewise.
43533         * modules/group-member (Makefile.am): Likewise.
43534         * modules/hard-locale (Makefile.am): Likewise.
43535         * modules/hash (Makefile.am): Likewise.
43536         * modules/hmac-md5 (Makefile.am): Likewise.
43537         * modules/hmac-sha1 (Makefile.am): Likewise.
43538         * modules/human (Makefile.am): Likewise.
43539         * modules/idcache (Makefile.am): Likewise.
43540         * modules/imaxabs (Makefile.am): Likewise.
43541         * modules/imaxdiv (Makefile.am): Likewise.
43542         * modules/inet_ntop (Makefile.am): Likewise.
43543         * modules/inet_pton (Makefile.am): Likewise.
43544         * modules/intprops (Makefile.am): Likewise.
43545         * modules/inttostr (Makefile.am): Likewise.
43546         * modules/inttypes (Makefile.am): Likewise.
43547         * modules/isapipe (Makefile.am): Likewise.
43548         * modules/javaversion (Makefile.am): Likewise.
43549         * modules/lchmod (Makefile.am): Likewise.
43550         * modules/lchown (Makefile.am): Likewise.
43551         * modules/localcharset (Makefile.am): Likewise.
43552         * modules/long-options (Makefile.am): Likewise.
43553         * modules/lstat (Makefile.am): Likewise.
43554         * modules/malloc (Makefile.am): Likewise.
43555         * modules/mathl (Makefile.am): Likewise.
43556         * modules/mbchar (Makefile.am): Likewise.
43557         * modules/md2 (Makefile.am): Likewise.
43558         * modules/md4 (Makefile.am): Likewise.
43559         * modules/md5 (Makefile.am): Likewise.
43560         * modules/memcasecmp (Makefile.am): Likewise.
43561         * modules/memchr (Makefile.am): Likewise.
43562         * modules/memcmp (Makefile.am): Likewise.
43563         * modules/memcoll (Makefile.am): Likewise.
43564         * modules/memcpy (Makefile.am): Likewise.
43565         * modules/memmem (Makefile.am): Likewise.
43566         * modules/memmove (Makefile.am): Likewise.
43567         * modules/mempcpy (Makefile.am): Likewise.
43568         * modules/memrchr (Makefile.am): Likewise.
43569         * modules/memset (Makefile.am): Likewise.
43570         * modules/memxor (Makefile.am): Likewise.
43571         * modules/mkancesdirs (Makefile.am): Likewise.
43572         * modules/mkdir-p (Makefile.am): Likewise.
43573         * modules/mkdir (Makefile.am): Likewise.
43574         * modules/mkdtemp (Makefile.am): Likewise.
43575         * modules/mkstemp (Makefile.am): Likewise.
43576         * modules/mktime (Makefile.am): Likewise.
43577         * modules/modechange (Makefile.am): Likewise.
43578         * modules/mountlist (Makefile.am): Likewise.
43579         * modules/nanosleep (Makefile.am): Likewise.
43580         * modules/obstack (Makefile.am): Likewise.
43581         * modules/openat (Makefile.am): Likewise.
43582         * modules/pagealign_alloc (Makefile.am): Likewise.
43583         * modules/pathmax (Makefile.am): Likewise.
43584         * modules/physmem (Makefile.am): Likewise.
43585         * modules/poll (Makefile.am): Likewise.
43586         * modules/posixtm (Makefile.am): Likewise.
43587         * modules/posixver (Makefile.am): Likewise.
43588         * modules/putenv (Makefile.am): Likewise.
43589         * modules/quote (Makefile.am): Likewise.
43590         * modules/quotearg (Makefile.am): Likewise.
43591         * modules/raise (Makefile.am): Likewise.
43592         * modules/read-file (Makefile.am): Likewise.
43593         * modules/readline (Makefile.am): Likewise.
43594         * modules/readlink (Makefile.am): Likewise.
43595         * modules/readtokens (Makefile.am): Likewise.
43596         * modules/readutmp (Makefile.am): Likewise.
43597         * modules/realloc (Makefile.am): Likewise.
43598         * modules/regex (Makefile.am): Likewise.
43599         * modules/rename-dest-slash (Makefile.am): Likewise.
43600         * modules/rename (Makefile.am): Likewise.
43601         * modules/rijndael (Makefile.am): Likewise.
43602         * modules/rmdir (Makefile.am): Likewise.
43603         * modules/rpmatch (Makefile.am): Likewise.
43604         * modules/safe-read (Makefile.am): Likewise.
43605         * modules/safe-write (Makefile.am): Likewise.
43606         * modules/same-inode (Makefile.am): Likewise.
43607         * modules/same (Makefile.am): Likewise.
43608         * modules/save-cwd (Makefile.am): Likewise.
43609         * modules/savedir (Makefile.am): Likewise.
43610         * modules/setenv (Makefile.am): Likewise.
43611         * modules/settime (Makefile.am): Likewise.
43612         * modules/sha1 (Makefile.am): Likewise.
43613         * modules/sig2str (Makefile.am): Likewise.
43614         * modules/snprintf (Makefile.am): Likewise.
43615         * modules/stat-macros (Makefile.am): Likewise.
43616         * modules/stat-time (Makefile.am): Likewise.
43617         * modules/stdbool (Makefile.am): Likewise.
43618         * modules/stdint (Makefile.am): Likewise.
43619         * modules/stdlib-safer (Makefile.am): Likewise.
43620         * modules/stpcpy (Makefile.am): Likewise.
43621         * modules/stpncpy (Makefile.am): Likewise.
43622         * modules/strcase (Makefile.am): Likewise.
43623         * modules/strcasestr (Makefile.am): Likewise.
43624         * modules/strchrnul (Makefile.am): Likewise.
43625         * modules/strcspn (Makefile.am): Likewise.
43626         * modules/strdup (Makefile.am): Likewise.
43627         * modules/strerror (Makefile.am): Likewise.
43628         * modules/strftime (Makefile.am): Likewise.
43629         * modules/strndup (Makefile.am): Likewise.
43630         * modules/strnlen (Makefile.am): Likewise.
43631         * modules/strpbrk (Makefile.am): Likewise.
43632         * modules/strsep (Makefile.am): Likewise.
43633         * modules/strstr (Makefile.am): Likewise.
43634         * modules/strtod (Makefile.am): Likewise.
43635         * modules/strtoimax (Makefile.am): Likewise.
43636         * modules/strtok_r (Makefile.am): Likewise.
43637         * modules/strtol (Makefile.am): Likewise.
43638         * modules/strtoll (Makefile.am): Likewise.
43639         * modules/strtoul (Makefile.am): Likewise.
43640         * modules/strtoull (Makefile.am): Likewise.
43641         * modules/strtoumax (Makefile.am): Likewise.
43642         * modules/strverscmp (Makefile.am): Likewise.
43643         * modules/sys_socket (Makefile.am): Likewise.
43644         * modules/sys_stat (Makefile.am): Likewise.
43645         * modules/sysexits (Makefile.am): Likewise.
43646         * modules/time_r (Makefile.am): Likewise.
43647         * modules/timegm (Makefile.am): Likewise.
43648         * modules/timespec (Makefile.am): Likewise.
43649         * modules/tmpfile-safer (Makefile.am): Likewise.
43650         * modules/trim (Makefile.am): Likewise.
43651         * modules/unistd-safer (Makefile.am): Likewise.
43652         * modules/unlinkdir (Makefile.am): Likewise.
43653         * modules/unlocked-io (Makefile.am): Likewise.
43654         * modules/userspec (Makefile.am): Likewise.
43655         * modules/utime (Makefile.am): Likewise.
43656         * modules/utimecmp (Makefile.am): Likewise.
43657         * modules/utimens (Makefile.am): Likewise.
43658         * modules/vasnprintf (Makefile.am): Likewise.
43659         * modules/vasprintf (Makefile.am): Likewise.
43660         * modules/vsnprintf (Makefile.am): Likewise.
43661         * modules/xalloc (Makefile.am): Likewise.
43662         * modules/xgetcwd (Makefile.am): Likewise.
43663         * modules/xnanosleep (Makefile.am): Likewise.
43664         * modules/xreadlink (Makefile.am): Likewise.
43665         * modules/xstrtod (Makefile.am): Likewise.
43666         * modules/xstrtol (Makefile.am): Likewise.
43667         * modules/xstrtold (Makefile.am): Likewise.
43668         * modules/yesno (Makefile.am): Likewise.
43669         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
43670
43671 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
43672
43673         * modules/error (Makefile.am): Distribute files through
43674         EXTRA_DIST, not lib_SOURCES.
43675
43676 2006-10-12  Eric Blake  <ebb9@byu.net>
43677
43678         * modules/error (Makefile.am): Distribute files in /lib.
43679         * modules/obstack (Makefile.am): Likewise.
43680
43681 2006-10-12  Bruno Haible  <bruno@clisp.org>
43682
43683         * modules/acl (Makefile.am): Distribute all files in lib/ through
43684         EXTRA_DIST.
43685         * modules/arcfour (Makefile.am): Likewise.
43686         * modules/arctwo (Makefile.am): Likewise.
43687         * modules/argmatch (Makefile.am): Likewise.
43688         * modules/argz (Makefile.am): Likewise.
43689         * modules/atexit (Makefile.am): Likewise.
43690         * modules/backupfile (Makefile.am): Likewise.
43691         * modules/c-strtod (Makefile.am): Likewise.
43692         * modules/c-strtold (Makefile.am): Likewise.
43693         * modules/calloc (Makefile.am): Likewise.
43694         * modules/canon-host (Makefile.am): Likewise.
43695         * modules/canonicalize (Makefile.am): Likewise.
43696         * modules/chdir-long (Makefile.am): Likewise.
43697         * modules/chdir-safer (Makefile.am): Likewise.
43698         * modules/check-version (Makefile.am): Likewise.
43699         * modules/chown (Makefile.am): Likewise.
43700         * modules/cloexec (Makefile.am): Likewise.
43701         * modules/close-stream (Makefile.am): Likewise.
43702         * modules/closeout (Makefile.am): Likewise.
43703         * modules/crc (Makefile.am): Likewise.
43704         * modules/cycle-check (Makefile.am): Likewise.
43705         * modules/des (Makefile.am): Likewise.
43706         * modules/dirfd (Makefile.am): Likewise.
43707         * modules/dirname (Makefile.am): Likewise.
43708         * modules/dup2 (Makefile.am): Likewise.
43709         * modules/euidaccess (Makefile.am): Likewise.
43710         * modules/exclude (Makefile.am): Likewise.
43711         * modules/exitfail (Makefile.am): Likewise.
43712         * modules/fcntl-safer (Makefile.am): Likewise.
43713         * modules/file-type (Makefile.am): Likewise.
43714         * modules/fileblocks (Makefile.am): Likewise.
43715         * modules/filemode (Makefile.am): Likewise.
43716         * modules/filenamecat (Makefile.am): Likewise.
43717         * modules/fnmatch (Makefile.am): Likewise.
43718         * modules/fopen-safer (Makefile.am): Likewise.
43719         * modules/fpending (Makefile.am): Likewise.
43720         * modules/fprintftime (Makefile.am): Likewise.
43721         * modules/free (Makefile.am): Likewise.
43722         * modules/fsusage (Makefile.am): Likewise.
43723         * modules/ftruncate (Makefile.am): Likewise.
43724         * modules/fts (Makefile.am): Likewise.
43725         * modules/gc (Makefile.am): Likewise.
43726         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
43727         * modules/getaddrinfo (Makefile.am): Likewise.
43728         * modules/getcwd (Makefile.am): Likewise.
43729         * modules/getdelim (Makefile.am): Likewise.
43730         * modules/getdomainname (Makefile.am): Likewise.
43731         * modules/getgroups (Makefile.am): Likewise.
43732         * modules/gethostname (Makefile.am): Likewise.
43733         * modules/gethrxtime (Makefile.am): Likewise.
43734         * modules/getline (Makefile.am): Likewise.
43735         * modules/getloadavg (Makefile.am): Likewise.
43736         * modules/getlogin_r (Makefile.am): Likewise.
43737         * modules/getopt (Makefile.am): Likewise.
43738         * modules/getpass (Makefile.am): Likewise.
43739         * modules/getpass-gnu (Makefile.am): Likewise.
43740         * modules/getsubopt (Makefile.am): Likewise.
43741         * modules/gettime (Makefile.am): Likewise.
43742         * modules/gettimeofday (Makefile.am): Likewise.
43743         * modules/getugroups (Makefile.am): Likewise.
43744         * modules/getusershell (Makefile.am): Likewise.
43745         * modules/glob (Makefile.am): Likewise.
43746         * modules/group-member (Makefile.am): Likewise.
43747         * modules/hard-locale (Makefile.am): Likewise.
43748         * modules/hash (Makefile.am): Likewise.
43749         * modules/hmac-md5 (Makefile.am): Likewise.
43750         * modules/hmac-sha1 (Makefile.am): Likewise.
43751         * modules/human (Makefile.am): Likewise.
43752         * modules/idcache (Makefile.am): Likewise.
43753         * modules/imaxabs (Makefile.am): Likewise.
43754         * modules/imaxdiv (Makefile.am): Likewise.
43755         * modules/inet_ntop (Makefile.am): Likewise.
43756         * modules/inet_pton (Makefile.am): Likewise.
43757         * modules/inttostr (Makefile.am): Likewise.
43758         * modules/isapipe (Makefile.am): Likewise.
43759         * modules/lchown (Makefile.am): Likewise.
43760         * modules/long-options (Makefile.am): Likewise.
43761         * modules/lstat (Makefile.am): Likewise.
43762         * modules/malloc (Makefile.am): Likewise.
43763         * modules/mathl (Makefile.am): Likewise.
43764         * modules/mbchar (Makefile.am): Likewise.
43765         * modules/md2 (Makefile.am): Likewise.
43766         * modules/md4 (Makefile.am): Likewise.
43767         * modules/md5 (Makefile.am): Likewise.
43768         * modules/memcasecmp (Makefile.am): Likewise.
43769         * modules/memchr (Makefile.am): Likewise.
43770         * modules/memcmp (Makefile.am): Likewise.
43771         * modules/memcoll (Makefile.am): Likewise.
43772         * modules/memcpy (Makefile.am): Likewise.
43773         * modules/memmem (Makefile.am): Likewise.
43774         * modules/memmove (Makefile.am): Likewise.
43775         * modules/mempcpy (Makefile.am): Likewise.
43776         * modules/memrchr (Makefile.am): Likewise.
43777         * modules/memset (Makefile.am): Likewise.
43778         * modules/memxor (Makefile.am): Likewise.
43779         * modules/mkancesdirs (Makefile.am): Likewise.
43780         * modules/mkdir (Makefile.am): Likewise.
43781         * modules/mkdir-p (Makefile.am): Likewise.
43782         * modules/mkdtemp (Makefile.am): Likewise.
43783         * modules/mkstemp (Makefile.am): Likewise.
43784         * modules/mktime (Makefile.am): Likewise.
43785         * modules/modechange (Makefile.am): Likewise.
43786         * modules/mountlist (Makefile.am): Likewise.
43787         * modules/nanosleep (Makefile.am): Likewise.
43788         * modules/openat (Makefile.am): Likewise.
43789         * modules/pagealign_alloc (Makefile.am): Likewise.
43790         * modules/physmem (Makefile.am): Likewise.
43791         * modules/poll (Makefile.am): Likewise.
43792         * modules/posixtm (Makefile.am): Likewise.
43793         * modules/posixver (Makefile.am): Likewise.
43794         * modules/putenv (Makefile.am): Likewise.
43795         * modules/quote (Makefile.am): Likewise.
43796         * modules/quotearg (Makefile.am): Likewise.
43797         * modules/raise (Makefile.am): Likewise.
43798         * modules/read-file (Makefile.am): Likewise.
43799         * modules/readline (Makefile.am): Likewise.
43800         * modules/readlink (Makefile.am): Likewise.
43801         * modules/readtokens (Makefile.am): Likewise.
43802         * modules/readutmp (Makefile.am): Likewise.
43803         * modules/realloc (Makefile.am): Likewise.
43804         * modules/regex (Makefile.am): Likewise.
43805         * modules/rename (Makefile.am): Likewise.
43806         * modules/rename-dest-slash (Makefile.am): Likewise.
43807         * modules/rijndael (Makefile.am): Likewise.
43808         * modules/rmdir (Makefile.am): Likewise.
43809         * modules/rpmatch (Makefile.am): Likewise.
43810         * modules/safe-read (Makefile.am): Likewise.
43811         * modules/safe-write (Makefile.am): Likewise.
43812         * modules/same (Makefile.am): Likewise.
43813         * modules/save-cwd (Makefile.am): Likewise.
43814         * modules/savedir (Makefile.am): Likewise.
43815         * modules/setenv (Makefile.am): Likewise.
43816         * modules/settime (Makefile.am): Likewise.
43817         * modules/sha1 (Makefile.am): Likewise.
43818         * modules/sig2str (Makefile.am): Likewise.
43819         * modules/snprintf (Makefile.am): Likewise.
43820         * modules/stdlib-safer (Makefile.am): Likewise.
43821         * modules/stpcpy (Makefile.am): Likewise.
43822         * modules/stpncpy (Makefile.am): Likewise.
43823         * modules/strcase (Makefile.am): Likewise.
43824         * modules/strcasestr (Makefile.am): Likewise.
43825         * modules/strchrnul (Makefile.am): Likewise.
43826         * modules/strcspn (Makefile.am): Likewise.
43827         * modules/strdup (Makefile.am): Likewise.
43828         * modules/strerror (Makefile.am): Likewise.
43829         * modules/strftime (Makefile.am): Likewise.
43830         * modules/strndup (Makefile.am): Likewise.
43831         * modules/strnlen (Makefile.am): Likewise.
43832         * modules/strpbrk (Makefile.am): Likewise.
43833         * modules/strsep (Makefile.am): Likewise.
43834         * modules/strstr (Makefile.am): Likewise.
43835         * modules/strtod (Makefile.am): Likewise.
43836         * modules/strtoimax (Makefile.am): Likewise.
43837         * modules/strtok_r (Makefile.am): Likewise.
43838         * modules/strtol (Makefile.am): Likewise.
43839         * modules/strtoll (Makefile.am): Likewise.
43840         * modules/strtoul (Makefile.am): Likewise.
43841         * modules/strtoull (Makefile.am): Likewise.
43842         * modules/strtoumax (Makefile.am): Likewise.
43843         * modules/strverscmp (Makefile.am): Likewise.
43844         * modules/time_r (Makefile.am): Likewise.
43845         * modules/timegm (Makefile.am): Likewise.
43846         * modules/tmpfile-safer (Makefile.am): Likewise.
43847         * modules/unistd-safer (Makefile.am): Likewise.
43848         * modules/unlinkdir (Makefile.am): Likewise.
43849         * modules/userspec (Makefile.am): Likewise.
43850         * modules/utime (Makefile.am): Likewise.
43851         * modules/utimecmp (Makefile.am): Likewise.
43852         * modules/utimens (Makefile.am): Likewise.
43853         * modules/vasnprintf (Makefile.am): Likewise.
43854         * modules/vasprintf (Makefile.am): Likewise.
43855         * modules/vsnprintf (Makefile.am): Likewise.
43856         * modules/xalloc (Makefile.am): Likewise.
43857         * modules/xgetcwd (Makefile.am): Likewise.
43858         * modules/xnanosleep (Makefile.am): Likewise.
43859         * modules/xreadlink (Makefile.am): Likewise.
43860         * modules/xstrtod (Makefile.am): Likewise.
43861         * modules/xstrtol (Makefile.am): Likewise.
43862         * modules/xstrtold (Makefile.am): Likewise.
43863         * modules/yesno (Makefile.am): Likewise.
43864
43865 2006-10-12  Jim Meyering  <jim@meyering.net>
43866
43867         * m4/getloadavg.m4: Revert the change below.
43868
43869         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
43870         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
43871         fail with a symlink, which is what coreutils' ./bootstrap now
43872         creates by default.
43873
43874 2006-10-12  Bruno Haible  <bruno@clisp.org>
43875
43876         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
43877         mingw.
43878         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
43879         MSVC and mingw explicitly.
43880
43881 2006-10-11  Simon Josefsson  <jas@extundo.com>
43882             Bruno Haible  <bruno@clisp.org>
43883
43884         Add support for multiple gnulib-tool invocations in the scope of a
43885         single configure.ac file.
43886         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
43887         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
43888         with the same contents as the _LIBADD variable.
43889         (func_emit_initmacro_start, func_emit_initmacro_end,
43890         func_emit_initmacro_done): New functions.
43891         (func_import, func_create_testdir): Invoke them. Allow the identifiers
43892         gl_LIBOBJS and gl_LTLIBOBJS.
43893
43894 2006-10-11  Bruno Haible  <bruno@clisp.org>
43895
43896         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
43897         (func_create_testdir): Don't create po/Makefile.am, don't invoke
43898         autoreconf. Instead, invoke autopoint explicitly but move back the
43899         *.m4 files from gnulib.
43900
43901 2006-10-11  Bruno Haible  <bruno@clisp.org>
43902
43903         * gnulib-tool (func_usage): Make module names after --create-testdir
43904         optional.
43905         (func_create_testdir): If no module was specified, use nearly all
43906         modules.
43907
43908 2006-10-12  Jim Meyering  <jim@meyering.net>
43909
43910         Big performance improvement for fts-based tools that use FTS_NOSTAT.
43911         Avoid spurious inode-mismatch problems on non-POSIX file systems.
43912         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
43913         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
43914         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
43915         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
43916         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
43917         (fts_set_stat_required): New function.
43918         (fts_open): Defer the calls to fts_stat, if possible or requested.
43919         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
43920         into fts_stat itself.
43921         (fts_read): Perform any required (deferred) fts_stat call.
43922         (fts_build): Likewise, for the directory we're about to open and read.
43923         In the readdir loop, carefully decide whether each entry will require
43924         an eventual call to fts_stat, using dirent.d_type info if available.
43925         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
43926         a command line argument into this function.  Update all callers.
43927         Map a return value of FTS_DOT to FTS_D for a command line argument.
43928         * modules/fts (Depends-on): Add d-type.  Alphabetize.
43929         Thanks to Miklos Szeredi for his tenacity and for the initial
43930         bug report about "find" failing on a FUSE-based file system.
43931
43932         * lib/fts.c (fts_open): Use consistent indentation.
43933
43934 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
43935
43936         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
43937         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
43938         reported by Jim Meyering.  All uses of cache variables renamed
43939         to match Autoconf's.
43940         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
43941         the other one.
43942
43943         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
43944         Fix misspelling in diagnostic.
43945
43946 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
43947
43948         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
43949         defined.  Problem reported by Matthew Woehlke.
43950
43951         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
43952         Add support for Tandem NonStop R series.
43953         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
43954         Use new macro.
43955
43956         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
43957         (has_trailing_slash): Omit size arg; all callers changed.
43958         Omit 'inline', since it doesn't help performance and we'd
43959         need to configure it.
43960         Don't count //, ///, etc. as having a trailing slash.
43961         As a side effect, this removes a C99ism reported by Matthew Woehlke.
43962         (rpl_rename_dest_slash): On failure, use rename's errno rather
43963         than (in some cases) an incorrect or junk errno.
43964         Simplify code by removing need to compute length; this does
43965         cause it to make two passes instead of one over the file name,
43966         but it's worth it.
43967
43968         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
43969         change, since Autoconf's version may no longer be appropriate now
43970         that we are using CVS Autoconf's version.  Add support for Tandem.
43971
43972 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
43973             Bruno Haible  <bruno@clisp.org>
43974
43975         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
43976         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
43977         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
43978         gl_AC_TYPE_LONG_LONG.
43979
43980         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
43981         instead of HAVE_LONG_LONG.
43982         * lib/printf-args.c (printf_fetchargs): Likewise.
43983         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
43984         * lib/vasnprintf.c (VASNPRINTF): Likewise.
43985         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
43986         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
43987         gl_AC_TYPE_LONG_LONG.
43988
43989 2006-10-11  Bruno Haible  <bruno@clisp.org>
43990
43991         * m4/longlong.m4: Add comments.
43992         * m4/ulonglong.m4: Likewise.
43993
43994 2006-10-10  Bruno Haible  <bruno@clisp.org>
43995
43996         Make it possible to #define stpcpy, strdup to aliases.
43997         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
43998         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
43999
44000 2006-10-10  Bruno Haible  <bruno@clisp.org>
44001
44002         Make it possible to #define gcd to an alias.
44003         * lib/gcd.c: Include config.h.
44004
44005 2006-10-10  Bruno Haible  <bruno@clisp.org>
44006
44007         Make it possible to #define c_isascii to an alias.
44008         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
44009         defined. Undefine the macros before defining them, to avoid gcc
44010         warnings.
44011         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
44012         define NO_C_CTYPE_MACROS early.
44013
44014 2006-10-10  Bruno Haible  <bruno@clisp.org>
44015
44016         Make it possible to #define set_program_name to an alias.
44017         * lib/progname.c: Don't undefine set_program_name; instead, undefine
44018         ENABLE_RELOCATABLE early.
44019
44020 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
44021
44022         Port to Tandem NSK OSS, which has 64-bit signed int but at most
44023         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
44024         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
44025         More generally, don't assume that 64-bit signed int is available
44026         if unsigned int is, and vice versa.
44027         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
44028         unsigned symbols, not on their signed counterparts.
44029         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
44030         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
44031         (UINT64_C, UINTMAX_C):
44032         Likewise.
44033         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
44034         unsigned counterparts.
44035         (Have_long_long, Unsigned): New macros.
44036         (Int): Renamed from INT.
44037         (strtoimax): Use the new macros.
44038         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
44039         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
44040         * modules/inttypes (inttypes.h): Substitute
44041         HAVE_UNSIGNED_LONG_LONG_INT.
44042         * modules/stdint (stdint.h): Likewise.
44043         (Files): Add m4/ulonglong.m4.
44044
44045 2006-10-10  Bruno Haible  <bruno@clisp.org>
44046
44047         Fix a gcc -Wshadow warning.
44048         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
44049         to 'bucket'.
44050         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
44051         gl_linked_indexof_from_to): Likewise.
44052         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
44053         Likewise.
44054         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
44055         Likewise.
44056         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
44057         Reported by Eric Blake.
44058
44059 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
44060
44061         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
44062         for NetBSD.  Problem reported by Bruno Haible.
44063
44064 2006-10-09  Jim Meyering  <jim@meyering.net>
44065
44066         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
44067         Patch from Bruno Haible.
44068
44069 2006-10-09  Jim Meyering  <jim@meyering.net>
44070
44071         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
44072         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
44073         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
44074
44075 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
44076
44077         Don't include <config.h> twice; this doesn't work in some cases,
44078         e.g., when config.h has "#define intmax_t long long int" and
44079         we include <config.h>, <inttypes.h>, <config.h> in that order.
44080         Problem reported by Matthew Woehlke in:
44081         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
44082         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
44083         * lib/fts-cycle.c: Don't include config.h.
44084         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
44085         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
44086         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
44087         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
44088         inttypes.h.
44089         * lib/xstrtoumax.c: Likewise.
44090         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
44091         __strtol and the like, so that this module is more like its siblings.
44092         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
44093         Remove; no longer needed now that we assume gnulib inttypes.h.
44094
44095 2006-10-08  Bruno Haible  <bruno@clisp.org>
44096
44097         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
44098         option.
44099
44100 2006-10-07  Jim Meyering  <jim@meyering.net>
44101
44102         * modules/inttypes (inttypes.h): Revert what seems to have been
44103         an inadvertent part of today's change: use "|", not "/" in the
44104         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
44105
44106 2006-10-07  Bruno Haible  <bruno@clisp.org>
44107
44108         * modules/sublist: New file.
44109
44110 2006-10-07  Bruno Haible  <bruno@clisp.org>
44111
44112         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
44113         * modules/argz (argz.h): Likewise.
44114         * modules/arpa_inet (arpa/inet.h): Likewise.
44115         * modules/byteswap (byteswap.h): Likewise.
44116         * modules/configmake (configmake.h): Likewise.
44117         * modules/fcntl (fcntl.h): Likewise.
44118         * modules/fnmatch (fnmatch.h): Likewise.
44119         * modules/getopt (getopt.h): Likewise.
44120         * modules/glob (glob.h): Likewise.
44121         * modules/inttypes (inttypes.h): Likewise.
44122         * modules/netinet_in (netinet/in.h): Likewise.
44123         * modules/poll (poll.h): Likewise.
44124         * modules/stdbool (stdbool.h): Likewise.
44125         * modules/stdint (stdint.h): Likewise.
44126         * modules/sys_select (sys/select.h): Likewise.
44127         * modules/sys_socket (sys/socket.h): Likewise.
44128         * modules/sys_stat (sys/stat.h): Likewise.
44129         * modules/sysexits (sysexits.h): Likewise.
44130         * modules/unistd (unistd.h): Likewise.
44131         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
44132         Add a "DO NOT EDIT" comment to the generated file.
44133         (func_import): Likewise for gnulib-comp.m4.
44134
44135 2006-10-07  Bruno Haible  <bruno@clisp.org>
44136
44137         * lib/gl_sublist.h: New file.
44138         * lib/gl_sublist.c: New file.
44139
44140 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
44141
44142         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
44143         name (relative to the original working directory) and the file
44144         name component (relative to the temporary working directory).  All
44145         callers changed.
44146         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
44147         * lib/mkdir-p.c (make_dir_parents): Likewise.
44148         * lib/mkdir-p.h (make_dir_parents): Likewise.
44149
44150 2006-10-06  Eric Blake  <ebb9@byu.net>
44151
44152         Define several macros for use by the clean-temp module.
44153         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
44154         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
44155         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
44156
44157         * lib/clean-temp.h (close_stream_temp): New declaration.
44158         * lib/clean-temp.c (includes): Pull in headers according to what
44159         other modules are in use.
44160         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
44161
44162 2006-10-06  Bruno Haible  <bruno@clisp.org>
44163
44164         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
44165         instead of fopen, fwriteerror.
44166
44167 2006-10-06  Bruno Haible  <bruno@clisp.org>
44168
44169         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
44170         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
44171         int.
44172         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
44173         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
44174         Return an error indicator.
44175         Suggested by Eric Blake.
44176
44177 2006-10-06  Bruno Haible  <bruno@clisp.org>
44178
44179         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
44180         Reported by Eric Blake.
44181
44182 2006-10-06  Bruno Haible  <bruno@clisp.org>
44183
44184         * modules/closeout (Description): Mention stderr too.
44185
44186 2006-10-06  Bruno Haible  <bruno@clisp.org>
44187         and Paul Eggert  <eggert@cs.ucla.edu>
44188
44189         * lib/closeout.c (close_stdout): Also close stderr.
44190         * lib/closeout.h: Update comment.
44191
44192 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
44193
44194         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
44195         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
44196         * lib/dirchownmod.c: Include lchown.h.
44197         * lib/lchown.c: Don't include files that lchown.h now includes.
44198         Don't declare chown, since lchown.h now does that.
44199         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
44200         (lchown): Define to rpl_chown if lchown is declared but
44201         does not exist.  Declare using a prototype if lchown is not
44202         declared.  Add a copyright notice.
44203         * lib/mkstemp.h: Include <unistd.h>.
44204         * lib/openat.c: Include lchown.h.
44205
44206         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
44207         we now test for that separately.
44208         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
44209         rather than O_NOFOLLOW, when testing whether it's possible to
44210         avoid a race condition reliably.
44211         * lib/savewd.c (savewd_chdir): Likewise.
44212
44213         Remove macros that are no longer needed now that stdint.h is
44214         reliable.
44215         * lib/fsusage.c (UINTMAX_MAX): Remove.
44216         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
44217         * lib/utimecmp.c (SIZE_MAX): Remove.
44218
44219         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
44220
44221         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
44222         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
44223         O_NOATIME works.
44224
44225 2006-10-05  Bruno Haible  <bruno@clisp.org>
44226
44227         * lib/gl_list.h (gl_sortedlist_search_from_to,
44228         gl_sortedlist_indexof_from_to): New declarations.
44229         (gl_list_implementation): New fields sortedlist_search_from_to,
44230         sortedlist_indexof_from_to.
44231         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
44232         inline functions.
44233         * lib/gl_list.c (gl_sortedlist_search_from_to,
44234         gl_sortedlist_indexof_from_to): New functions.
44235         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
44236         function.
44237         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
44238         (gl_array_sortedlist_search_from_to): New function.
44239         (gl_array_list_implementation): Update.
44240         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
44241         function.
44242         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
44243         (gl_carray_sortedlist_search_from_to): New function.
44244         (gl_carray_list_implementation): Update.
44245         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
44246         gl_linked_sortedlist_indexof_from_to): New functions.
44247         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
44248         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
44249         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
44250         gl_tree_sortedlist_indexof_from_to): New functions.
44251         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
44252         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
44253         Update.
44254         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
44255         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
44256         Update.
44257
44258 2006-10-05  Bruno Haible  <bruno@clisp.org>
44259
44260         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
44261         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
44262         (struct gl_list_implementation): Add fields search_from_to,
44263         indexof_from_to. Remove fields search, indexof.
44264         (gl_list_search): Use the search_from_to method.
44265         (gl_list_search_from, gl_list_search_from_to): New functions.
44266         (gl_list_indexof): Use the indexof_from_to method.
44267         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
44268         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
44269         (gl_list_search_from, gl_list_search_from_to): New functions.
44270         (gl_list_indexof): Use the indexof_from_to method.
44271         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
44272         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
44273         gl_array_indexof. Add start_index, end_index arguments.
44274         (gl_array_search_from_to): Renamed from gl_array_search. Add
44275         start_index, end_index arguments.
44276         (gl_array_remove, gl_array_list_implementation): Update.
44277         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
44278         gl_carray_indexof. Add start_index, end_index arguments.
44279         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
44280         start_index, end_index arguments.
44281         (gl_carray_remove, gl_carray_list_implementation): Update.
44282         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
44283         gl_linked_search. Add start_index, end_index arguments.
44284         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
44285         start_index, end_index arguments.
44286         (gl_linked_remove): Update.
44287         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
44288         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
44289         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
44290         field to 'size_t'.
44291         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
44292         gl_tree_search. Add start_index, end_index arguments.
44293         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
44294         start_index, end_index arguments.
44295         (gl_tree_remove): Update.
44296         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
44297         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
44298         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
44299         function.
44300         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
44301         gl_tree_search. Add start_index, end_index arguments.
44302         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
44303         start_index, end_index arguments.
44304         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
44305         Update.
44306         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
44307
44308 2006-10-05  Bruno Haible  <bruno@clisp.org>
44309
44310         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
44311
44312         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
44313         fwriteerror_temp): New declarations.
44314         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
44315         (descriptors): New variable.
44316         (cleanup): First, close the descriptors.
44317         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
44318         fclose_temp, fwriteerror_temp): New functions.
44319
44320 2006-10-04  Jim Meyering  <jim@meyering.net>
44321
44322         * lib/fts.c (fts_open): Tiny comment change.
44323
44324 2006-10-04  Bruno Haible  <bruno@clisp.org>
44325
44326         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
44327         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
44328         gl_LOCK_BODY.
44329         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
44330         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
44331         gl_LOCK_EARLY_BODY.
44332         (gl_LOCK): Require gl_LOCK_BODY.
44333
44334 2006-10-04  Bruno Haible  <bruno@clisp.org>
44335
44336         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
44337         (gl_oset_search_atleast): New declaration.
44338         (struct gl_oset_implementation): Add field 'search_atleast'.
44339         (gl_oset_search_atleast): New inline function.
44340         * lib/gl_oset.c (gl_oset_search_atleast): New function.
44341         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
44342         (gl_array_oset_implementation): Update.
44343         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
44344         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
44345         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
44346
44347 2006-10-04  Bruno Haible  <bruno@clisp.org>
44348
44349         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
44350
44351 2006-10-03  Bruno Haible  <bruno@clisp.org>
44352
44353         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
44354         from gl_avltreehash_list_implementation.
44355
44356 2006-10-03  Bruno Haible  <bruno@clisp.org>
44357
44358         * lib/gl_oset.c (gl_oset_add): Fix return type.
44359
44360 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
44361
44362         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
44363
44364 2006-10-02  Eric Blake  <ebb9@byu.net>
44365
44366         * modules/strnlen (Depends-on): Add extensions.
44367
44368 2006-10-02  Eric Blake  <ebb9@byu.net>
44369
44370         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
44371         definition in 2.60+.
44372
44373 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
44374
44375         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
44376         checks.
44377
44378 2006-10-02  Bruno Haible  <bruno@clisp.org>
44379
44380         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
44381         to the AUTOMAKE_OPTIONS.
44382         Reported by Jim Meyering.
44383
44384 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
44385
44386         Work around bug in Solaris 10 /proc file system:
44387         /proc/self/fd/NNN/.. isn't the parent directory of
44388         the directory whose file descriptor is NNN.  This needs to
44389         be worked around at run time, not compile time, since a
44390         program might be built on Solaris 8, where things work, and
44391         run on Solaris 10.
44392         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
44393         to use the following interface instead:
44394         (OPENAT_BUFFER_SIZE): New macro.
44395         (openat_proc_name): New function.
44396         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
44397         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
44398         Likewise.
44399         * lib/openat-proc.c: New file.
44400         * modules/openat (Files): Add lib/openat-proc.c.
44401         (Depends-on): Add same-inode, stdbool.
44402         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
44403
44404 2006-09-29  Bruno Haible  <bruno@clisp.org>
44405
44406         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
44407         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
44408         argument. Set stdout_closed before testing for ferror, not after.
44409         (fwriteerror, fwriteerror_no_ebadf): New functions.
44410
44411 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44412
44413         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
44414
44415 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
44416
44417         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
44418         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
44419
44420 2006-09-28  Jim Meyering  <jim@meyering.net>
44421
44422         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
44423         Include <unistd.h>.
44424
44425 2006-09-28  Bruno Haible  <bruno@clisp.org>
44426
44427         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
44428         * modules/linkedhash-list (Depends-on): Likewise.
44429         * modules/rbtreehash-list (Depends-on): Likewise.
44430
44431 2006-09-28  Bruno Haible  <bruno@clisp.org>
44432
44433         * lib/strndup.h: Simplify the redefinition of strndup.
44434         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
44435         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
44436
44437 2006-09-28  Bruno Haible  <bruno@clisp.org>
44438
44439         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
44440         * lib/gl_linkedhash_list.c: Likewise.
44441         * lib/gl_rbtreehash_list.c: Likewise.
44442
44443 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
44444
44445         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
44446         getaddrinfo.
44447
44448         * lib/__fpending.h: Don't include <stdio_ext.h> unless
44449         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
44450         it causes <stdio_ext.h> to cause a compile-time error.
44451         Problem reported by Nelson H. F. Beebe.
44452         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
44453         of HAVE_DECL___PENDING.
44454
44455         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
44456         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
44457         declaration.
44458
44459 2006-09-27  Jim Meyering  <jim@meyering.net>
44460
44461         This file could end up with a definition for a function
44462         named __strndup, rather than rpl_strndup on a system with
44463         incomplete weak_alias support.
44464         * lib/strndup.c (strndup): Rename from __strndup.
44465         Remove #defines that used to map __strndup to strndup.
44466         Don't use K&R prototypes.
44467         Remove LIBC-related code, since this file is not sync'd with glibc.
44468         * lib/strndup.h: Revamp, accordingly.
44469         * m4/strndup.m4: Modernize.
44470
44471 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
44472
44473         * modules/savewd (Depends-on): Add 'raise'.
44474         * lib/savewd.c: Include <signal.h>, for 'raise'.
44475
44476 2006-09-26  Jim Meyering  <jim@meyering.net>
44477
44478         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
44479         when we detect Darwin 8.7.0's acl_get_file bug.
44480         Rearrange to perform the new (below) run-test while $LIBS
44481         contains any acl-related library.  Set USE_ACL at the end.
44482         (gl_ACL_GET_FILE): New function.
44483
44484 2006-09-26  Eric Blake  <ebb9@byu.net>
44485
44486         * lib/verror.c: Include <config.h> unconditionally.
44487
44488 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
44489
44490         * modules/clock-time (Maintainer): Add self.
44491         * modules/getlogin_r (Depends-on): Add extensions.
44492
44493 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44494
44495         * modules/clock-time: New module.
44496         * modules/nanosleep (Depends-on): Add clock-time.
44497         * modules/gethrxtime (Depends-on): Likewise.
44498         * modules/gettime (Depends-on): Likewise.
44499         * modules/settime (Depends-on): Likewise.
44500
44501         * modules/fts-lgpl: Depend on openat.
44502         * modules/mkancesdirs: Depend on savewd.
44503         * modules/mkdir-p: Likewise.
44504
44505 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44506
44507         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
44508
44509         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
44510         `gl_have_arbitrary_file_name_length_limit' to
44511         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
44512         actually works between configure runs.
44513
44514 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44515             Bruno Haible  <bruno@clisp.org>
44516
44517         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
44518
44519 2006-09-25  Jim Meyering  <jim@meyering.net>
44520
44521         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
44522         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
44523
44524 2006-09-25  Eric Blake  <ebb9@byu.net>
44525
44526         * gnulib-tool (func_import, func_create_testdir): Fix typos in
44527         exec's in 2006-09-18 patch when shuffling fds.
44528
44529 2006-09-25  Bruno Haible  <bruno@clisp.org>
44530
44531         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
44532         Reported by Jim Meyering.
44533
44534 2006-09-24  Jim Meyering  <jim@meyering.net>
44535
44536         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
44537         compare a pointer against a literal "0".  That caused failures with
44538         at least HP-UX's hpcc.
44539
44540 2006-09-22  Simon Josefsson  <jas@extundo.com>
44541
44542         * modules/gc-sha1:
44543         * modules/gc-md4:
44544         * modules/gc-hmac-sha1:
44545         * modules/gc-hmac-md5:
44546         * modules/gc-des:
44547         * modules/gc-arcfour: Distribute more files.
44548
44549 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44550
44551         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
44552         (gl_linked_iterator_from_to): Initialize struct completely.
44553         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
44554         (gl_tree_iterator_from_to): Likewise
44555         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
44556         * lib/gl_array_list.c [lint] (gl_array_iterator)
44557         (gl_array_iterator_from_to): Likewise.
44558         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
44559         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
44560         (gl_carray_iterator_from_to): Likewise.
44561
44562         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
44563         * lib/md4.c (md4_process_block): Remove unused variable.
44564         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
44565         parentheses for clarity.
44566
44567 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44568
44569         * modules/bison-i18n (Depends-on): Add gettext.
44570
44571 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44572
44573         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
44574         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
44575         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
44576         also add missing comma that caused broken test.
44577         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
44578         stdlib.h, for `abort'.
44579         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
44580         variables.
44581         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
44582         include unistd.h if present, for `rmdir'.
44583         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
44584         variables.
44585         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
44586         in the process include standard headers for prototypes.
44587         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
44588         gets declared on GNU/Linux.
44589         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
44590         unistd.h, for `rmdir'.
44591         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
44592
44593         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
44594         always true.
44595         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
44596
44597         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
44598
44599 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44600
44601         * gnulib-tool (func_version): Create output all at once.  This
44602         may help avoid triggering unnecessary SIGPIPEs, and at any
44603         rate it doesn't hurt.
44604
44605 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44606             Bruno Haible  <bruno@clisp.org>
44607
44608         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
44609         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
44610         * m4/signed.m4 (bh_C_SIGNED): Likewise.
44611
44612         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
44613         (gl_FUNC_VASPRINTF): Invoke it.
44614
44615 2006-09-22  Bruno Haible  <bruno@clisp.org>
44616
44617         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
44618         getloadavg.c as first argument.
44619
44620 2006-09-22  Bruno Haible  <bruno@clisp.org>
44621
44622         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
44623         at the beginning of the gl_INIT macro.
44624         * modules/getloadavg (configure.ac): Pass $gl_source_base to
44625         gl_GETLOADAVG.
44626
44627 2006-09-22  Bruno Haible  <bruno@clisp.org>
44628
44629         * gnulib-tool (func_create_megatestdir): Don't include the config-h
44630         module.
44631         Suggested by Ralf Wildenhues.
44632
44633 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
44634
44635         Import this patch from libc:
44636
44637         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
44638
44639         * lib/regex_internal.c (re_string_reconstruct): Handle
44640         offset < pstr->valid_raw_len && pstr->offsets_needed case.
44641         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
44642         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
44643         re_string_context_at.
44644
44645         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
44646         now requires it.
44647         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
44648         gl_REGEX now does it for us.
44649         (gl_REGEX): Add test taken from
44650         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
44651
44652         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
44653         Check that large offsets work.  Modernize Autoconf usages.
44654         Prefer "yes" to mean a good thing rather than a bad.
44655         Don't put "#define mkstemp" in config.h, as this might interfere
44656         with standard system headers that "#define mkstemp mkstemp64".
44657
44658         * modules/mkstemp (Depends-on): Add extensions, so that
44659         mkstemp is visible on some platforms.
44660         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
44661         (Include): Change to "mkstemp.h" from <stdlib.h>.
44662         (Files): Add mkstemp.h.
44663
44664         * lib/mkstemp.h: New file, since some standard headers
44665         #define mkstemp.
44666         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
44667         Include "mkstemp.h".
44668         Make the _LIBC code resemble glibc original more,
44669         e.g., use K&R style.
44670         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
44671         (mkstemp): Remove, since mkstemp.h does this for us.
44672         * lib/stdlib--.h: Include mkstemp.h.
44673
44674         Import this patch from libc:
44675
44676         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
44677
44678         * lib/tempname.c (__gen_tempname): Change attempts_min
44679         into a macro.  Use preprocessor to decide how to initialize
44680         attempts [Coverity CID 67].
44681
44682 2006-09-20  Bruno Haible  <bruno@clisp.org>
44683
44684         * lib/mkdtemp.c: Import from libc.
44685         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
44686                 * sysdeps/posix/tempname.c (__gen_tempname): Change
44687                 attempts_min into a macro.  Use preprocessor to decide how to
44688                 initialize attempts [Coverity CID 67].
44689         2001-11-27  Paul Eggert  <eggert@twinsun.com>
44690                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
44691                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
44692
44693 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44694
44695         * gnulib-tool (func_exit): New function, to allow to pass the
44696         exit status portably through the trap.  Use everywhere.
44697         (--help, --version): Signal a write error.
44698         (trap): catch SIGPIPE, for write errors.
44699         Exit at the end of the trap, with the correct exit status.
44700
44701 2006-09-19  Karl Berry  <karl@gnu.org>
44702
44703         * doc/gnulib.texi: note about the license texinfo files.
44704
44705 2006-09-19  Eric Blake  <ebb9@byu.net>
44706
44707         * gnulib-tool: Avoid space-tab.
44708
44709 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
44710
44711         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
44712         that prevented coreutils 6.1 from building.  Problem reported
44713         by Petter Reinholdtsen.
44714
44715 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
44716
44717         * gnulib-tool (avoidlist): Fix typo that broke options like
44718         --avoid=lock that are used by coreutils bootstrap.
44719
44720 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
44721
44722         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
44723         more systematically.
44724
44725 2006-09-18  Jim Meyering  <jim@meyering.net>
44726
44727         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
44728
44729 2006-09-18  Bruno Haible  <bruno@clisp.org>
44730
44731         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
44732
44733 2006-09-18  Bruno Haible  <bruno@clisp.org>
44734
44735         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
44736         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
44737         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
44738         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
44739         * m4/gettext.m4: Require autoconf >= 2.52.
44740         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
44741         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
44742         of gl_cv_header_inttypes_h.
44743
44744 2006-09-18  Bruno Haible  <bruno@clisp.org>
44745
44746         * lib/javaversion.c: Include configmake.h.
44747
44748 2006-09-18  Bruno Haible  <bruno@clisp.org>
44749
44750         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
44751         avoid that the while loops be executed in a subshell.
44752
44753 2006-09-18  Bruno Haible  <bruno@clisp.org>
44754
44755         * MODULES.html.sh (func_module): Break long lines.
44756         Suggested by Bruce Korb <bkorb@gnu.org>.
44757
44758 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44759
44760         Speed up by a factor of 1.12.
44761         * gnulib-tool (nl): New variable.
44762         (func_import): Rewrite include directive extraction to only read each
44763         directive once.
44764
44765 2006-09-17  Bruno Haible  <bruno@clisp.org>
44766
44767         * modules/javaversion (Makefile.am): Remove DEFS setting.
44768         (Depends-on): Add configmake, for PKGDATADIR definition.
44769
44770 2006-09-17  Bruno Haible  <bruno@clisp.org>
44771
44772         * gnulib-tool (func_create_testdir): Rewrite all files at once.
44773
44774 2006-09-17  Bruno Haible  <bruno@clisp.org>
44775
44776         * gnulib-tool (func_append): New function, stolen from libtool.m4.
44777         (func_modules_transitive_closure, func_modules_add_dummy,
44778         func_modules_to_filelist, func_import, func_create_testdir,
44779         func_create_megatestdir, ...): Use it wherever possible.
44780         Suggested by Ralf Wildenhues.
44781
44782 2006-09-16  Karl Berry  <karl@gnu.org>
44783
44784         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
44785         to avoid sectioning errors.
44786         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
44787         [ifinfo]: blank line after @center-ed titles.
44788         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
44789         Spell FSF address consistently with others.
44790         (These changes approved by rms.)
44791
44792 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44793
44794         Speed up by a factor of 1.61.
44795         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
44796         already checked module names again.
44797
44798 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44799
44800         Speed up by a factor of 1.13.
44801         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
44802         for new_files, and the input to func_add_or_update.
44803
44804 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
44805
44806         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
44807         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
44808
44809 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
44810
44811         * modules/mkancesdirs (Depends-on): Add fcntl.
44812         * modules/savewd: New file.
44813         * MODULES.html.sh (File system functions): Add savewd.
44814
44815         * modules/configmake (Makefile.am): Add support for the
44816         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
44817
44818 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
44819
44820         * m4/savewd.m4: New file.
44821
44822 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
44823
44824         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
44825         (dirchownmod): New arg FD.  All callers changed.
44826         Use FD rather than opening the directory ourself, as opening is
44827         now the caller's responsibility.
44828         * lib/dirchownmod.h: Likewise.
44829         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
44830         hosts that require <sys/types.h> before <sys/stat.h>.  Include
44831         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
44832         (test_dir): Remove.
44833         (mkancesdirs): Return length of prefix of FILE that has already
44834         been made, or -2 if there is a child doing the work.  Redo
44835         algorithm so that it is O(N) rather than O(N**2).  Optimize away
44836         ".", and treat ".." specially since it might stray back into
44837         already-created areas.  Use a subprocess if necessary.  New arg
44838         WD; all users changed.  MAKE_DIR function should now return 1
44839         if it creates a directory that is not readable.  Return -2 if
44840         a child process is spun off.
44841         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
44842         Adjust signature to match code.
44843         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
44844         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
44845         all users changed.
44846         * lib/savewd.c, lib/savewd.h: New files.
44847
44848 2006-09-15  Jim Meyering  <jim@meyering.net>
44849
44850         * modules/rename-dest-slash: New module.
44851         * MODULES.html.sh (posix_compat): Add it here.
44852
44853         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
44854
44855 2006-09-15  Jim Meyering  <jim@meyering.net>
44856
44857         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
44858         file.
44859
44860         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
44861
44862 2006-09-15  Jim Meyering  <jim@meyering.net>
44863
44864         * lib/rename-dest-slash.c (has_trailing_slash): Use
44865         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
44866         (rpl_rename_dest_slash): Perform the cheaper trailing slash
44867         test before testing whether SRC is a directory.
44868         Suggestions from Bruno Haible.
44869
44870         Avoid a warning about an unused variable.
44871         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
44872         into the #ifdef block where it's used.
44873
44874         * lib/rename-dest-slash.c: New file.
44875
44876 2006-09-14  Bruno Haible  <bruno@clisp.org>
44877
44878         * lib/allocsa.c: Include <config.h> unconditionally.
44879         * lib/asnprintf.c: Likewise.
44880         * lib/asprintf.c: Likewise.
44881         * lib/c-strcasecmp.c: Likewise.
44882         * lib/c-strcasestr.c: Likewise.
44883         * lib/c-strncasecmp.c: Likewise.
44884         * lib/c-strstr.c: Likewise.
44885         * lib/classpath.c: Likewise.
44886         * lib/clean-temp.c: Likewise.
44887         * lib/concatpath.c: Likewise.
44888         * lib/copy-file.c: Likewise.
44889         * lib/csharpcomp.c: Likewise.
44890         * lib/csharpexec.c: Likewise.
44891         * lib/execute.c: Likewise.
44892         * lib/fatal-signal.c: Likewise.
44893         * lib/findprog.c: Likewise.
44894         * lib/fwriteerror.c: Likewise.
44895         * lib/gl_array_list.c: Likewise.
44896         * lib/gl_array_oset.c: Likewise.
44897         * lib/gl_avltree_list.c: Likewise.
44898         * lib/gl_avltree_oset.c: Likewise.
44899         * lib/gl_avltreehash_list.c: Likewise.
44900         * lib/gl_carray_list.c: Likewise.
44901         * lib/gl_linked_list.c: Likewise.
44902         * lib/gl_linkedhash_list.c: Likewise.
44903         * lib/gl_list.c: Likewise.
44904         * lib/gl_oset.c: Likewise.
44905         * lib/gl_rbtree_list.c: Likewise.
44906         * lib/gl_rbtree_oset.c: Likewise.
44907         * lib/gl_rbtreehash_list.c: Likewise.
44908         * lib/imaxabs.c: Likewise.
44909         * lib/imaxdiv.c: Likewise.
44910         * lib/javacomp.c: Likewise.
44911         * lib/javaexec.c: Likewise.
44912         * lib/javaversion.c: Likewise.
44913         * lib/linebreak.c: Likewise.
44914         * lib/localcharset.c: Likewise.
44915         * lib/lock.c: Likewise.
44916         * lib/mbchar.c: Likewise.
44917         * lib/mbswidth.c: Likewise.
44918         * lib/mkdtemp.c: Likewise.
44919         * lib/pipe.c: Likewise.
44920         * lib/printf-args.c: Likewise.
44921         * lib/printf-parse.c: Likewise.
44922         * lib/progname.c: Likewise.
44923         * lib/progreloc.c: Likewise.
44924         * lib/readlink.c: Likewise.
44925         * lib/sh-quote.c: Likewise.
44926         * lib/stpcpy.c: Likewise.
44927         * lib/stpncpy.c: Likewise.
44928         * lib/strcasecmp.c: Likewise.
44929         * lib/strcasestr.c: Likewise.
44930         * lib/strcspn.c: Likewise.
44931         * lib/striconv.c: Likewise.
44932         * lib/strncasecmp.c: Likewise.
44933         * lib/strnlen1.c: Likewise.
44934         * lib/strstr.c: Likewise.
44935         * lib/strtok_r.c: Likewise.
44936         * lib/tls.c: Likewise.
44937         * lib/tmpdir.c: Likewise.
44938         * lib/unicodeio.c: Likewise.
44939         * lib/unsetenv.c: Likewise.
44940         * lib/vasnprintf.c: Likewise.
44941         * lib/vasprintf.c: Likewise.
44942         * lib/wait-process.c: Likewise.
44943         * lib/xallocsa.c: Likewise.
44944         * lib/xsetenv.c: Likewise.
44945         * lib/xstriconv.c: Likewise.
44946
44947 2006-09-13  Simon Josefsson  <jas@extundo.com>
44948
44949         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
44950         that internally, suggested by Ralf Wildenhues
44951         <Ralf.Wildenhues@gmx.de>.
44952
44953 2006-09-13  Simon Josefsson  <jas@extundo.com>
44954
44955         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
44956         @LIBOBJS@.
44957         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
44958
44959 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
44960
44961         * lib/_fpending.c: Include <config.h> unconditionally, since we no
44962         longer worry about uses that don't define HAVE_CONFIG_H.
44963         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
44964         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
44965         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
44966         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
44967         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
44968         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
44969         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
44970         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
44971         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
44972         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
44973         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
44974         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
44975         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
44976         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
44977         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
44978         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
44979         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
44980         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
44981         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
44982         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
44983         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
44984         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
44985         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
44986         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
44987         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
44988         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
44989         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
44990         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
44991         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
44992         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
44993         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
44994         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
44995         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
44996         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
44997         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
44998         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
44999         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
45000         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
45001         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
45002         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
45003         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
45004         Likewise.
45005
45006 2006-09-13  Eric Blake  <ebb9@byu.net>
45007
45008         * lib/getopt.c: Fix typo in last commit.
45009
45010 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
45011
45012         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
45013         dgettext.
45014
45015 2006-09-12  Jim Meyering  <jim@meyering.net>
45016
45017         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
45018         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
45019         Reported by Nelson H. F. Beebe.
45020
45021 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
45022
45023         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
45024         program_invocation_name and program_invocation_short_name are
45025         initialized.
45026         * lib/argp-namefrob.h: Move declarations of program_invocation_name
45027         and program_invocation_short_name to argp.h, so they are visible
45028         to user programs.
45029         * lib/argp.h: Likewise
45030
45031 2006-09-10  Bruno Haible  <bruno@clisp.org>
45032
45033         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
45034         m4/inttypes_h.m4, m4/uintmax_t.m4.
45035
45036 2006-09-10  Bruno Haible  <bruno@clisp.org>
45037
45038         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
45039         gl_AC_TYPE_UINTMAX_T.
45040
45041 2006-09-10  Bruno Haible  <bruno@clisp.org>
45042
45043         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
45044
45045 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
45046
45047         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
45048         convention.  Text proposed by Bruno Haible.
45049         (struct argp_option): Document the use of N_() wrappers.
45050
45051         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
45052         '\v', and translate the two parts separately, instead of feeding
45053         the whole string to gettext.  This allows to exclude
45054         '\v' from the strings visible to the translator by writing doc
45055         strings as N_("..") "\v" N_("..").
45056
45057 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
45058
45059         * config/srclist.txt: Undo latest change; the bug was fixed.
45060
45061 2006-09-09  Bruno Haible  <bruno@clisp.org>
45062
45063         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
45064         assignments if building a library without libtool.
45065         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
45066         in func_emit_lib_Makefile_am.
45067         (func_import): When building a static library libfoo.a, arrange to
45068         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
45069         (func_create_testdir): Likewise.
45070         * modules/gc (configure.ac, Makefile.am): If building statically,
45071         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
45072         * modules/iconvme (configure.ac, Makefile.am): Likewise.
45073         * modules/striconv (configure.ac, Makefile.am): Likewise.
45074         Based on a suggestion by Ralf Wildenhues.
45075
45076 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
45077
45078         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
45079         Check for unistd.h too, since Autoconf doesn't assume POSIX.
45080         Also:
45081
45082         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
45083         Add year_2050_test to catch glibc bug 2821
45084         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
45085
45086         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
45087         Prefer #ifdef to #if.
45088
45089         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
45090         Return from 'main' instead of calling 'exit'.
45091
45092 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
45093
45094         * lib/mktime.c (guess_time_tm): Fix bug where mktime
45095         returned the maximum time_t value rather than (time_t) -1.
45096         Problem originally reported by William Bardwell
45097         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
45098
45099         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
45100         Moved to here ...
45101         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
45102         ... from here.
45103
45104 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
45105
45106         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
45107         2821 is fixed.
45108
45109 2006-09-08  Jim Meyering  <jim@meyering.net>
45110
45111         Don't make generated files read-only.  That would bother too many
45112         people.  However, do retain the ability to work when targets are
45113         read-only: remove the destination and temporary files before writing
45114         them (when generated via sed or echo), or by using the -f option for
45115         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
45116         * modules/alloca-opt, modules/argz, modules/arpa_inet:
45117         * modules/byteswap, modules/configmake, modules/fcntl:
45118         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
45119         * modules/localcharset, modules/netinet_in, modules/poll:
45120         * modules/stdbool, modules/stdint, modules/sys_select:
45121         * modules/sys_socket, modules/sys_stat, modules/sysexits:
45122
45123 2006-09-08  Jim Meyering  <jim@meyering.net>
45124
45125         Avoid new build failure on FreeBSD 6.0.
45126         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
45127         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
45128         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
45129
45130 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45131
45132         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
45133
45134 2006-09-07  Jim Meyering  <jim@meyering.net>
45135
45136         Fix global typo in last change: use chmod u-w, not chmod u-x.
45137         Spotted by Paul Eggert and Bruce Korb.
45138         * modules/alloca-opt, modules/argz, modules/arpa_inet:
45139         * modules/byteswap, modules/configmake, modules/fcntl:
45140         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
45141         * modules/localcharset, modules/netinet_in, modules/poll:
45142         * modules/stdbool, modules/stdint, modules/sys_select:
45143         * modules/sys_socket, modules/sys_stat, modules/sysexits:
45144
45145 2006-09-06  Jim Meyering  <jim@meyering.net>
45146
45147         Make generated files be read-only.
45148         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
45149         Ensure that each generated file is now read-only.
45150         * modules/argz: Likewise.
45151         * modules/arpa_inet: Likewise.
45152         * modules/byteswap: Likewise.
45153         * modules/configmake: Likewise.
45154         * modules/fcntl: Likewise.
45155         * modules/fnmatch: Likewise.
45156         * modules/getopt: Likewise.
45157         * modules/glob: Likewise.
45158         * modules/inttypes: Likewise.
45159         * modules/netinet_in: Likewise.
45160         * modules/poll: Likewise.
45161         * modules/stdbool: Likewise.
45162         * modules/stdint: Likewise.
45163         * modules/sys_select: Likewise.
45164         * modules/sys_socket: Likewise.
45165         * modules/sys_stat: Likewise.
45166         * modules/sysexits: Likewise.
45167         * modules/localcharset: Same as above, but continue using temporary
45168         file named "t-$@" (why different?) rather than the "$@-t" used
45169         everywhere else.
45170
45171         * modules/sysexits (Makefile.am): Replace literal occurrences
45172         of "sysexit.h" more readable, and more consistent, "$@".
45173
45174 2006-09-06  Bruno Haible  <bruno@clisp.org>
45175
45176         * modules/striconv: New file.
45177         * modules/xstriconv: New file.
45178         * MODULES.html.sh (Internationalization functions): Add striconv,
45179         xstriconv.
45180
45181 2006-09-06  Bruno Haible  <bruno@clisp.org>
45182
45183         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
45184         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
45185         not using libtool correctly.
45186
45187 2006-09-06  Bruno Haible  <bruno@clisp.org>
45188
45189         * lib/striconv.h: New file.
45190         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
45191         iconvstring.c.
45192         * lib/xstriconv.h: New file.
45193         * lib/xstriconv.c: New file.
45194
45195 2006-09-06  Bruno Haible  <bruno@clisp.org>
45196
45197         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
45198         lib_..._LDFLAGS.
45199
45200 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45201
45202         * lib/argz_.h: Sync from Libtool.
45203
45204         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
45205                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
45206
45207         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
45208
45209 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
45210
45211         * modules/trim: New file.
45212
45213 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
45214
45215         * lib/trim.h: New file.
45216         * lib/trim.c: New file.
45217
45218 2006-09-05  Bruno Haible  <bruno@clisp.org>
45219
45220         * MODULES.html.sh (String handling): Add trim.
45221
45222 2006-09-04  Karl Berry  <karl@gnu.org>
45223
45224         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
45225         until next release.
45226
45227 2006-09-03  Bruno Haible  <bruno@clisp.org>
45228
45229         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
45230         correctly.
45231
45232 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
45233
45234         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
45235         not gl_GETLOADAVG.  Omit unneeded semicolons.
45236         Problems reported by Ralf Wildenhues in
45237         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
45238         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
45239         at the end, which is the usual gnulib style.
45240
45241         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
45242         of doing all the work ourselves.
45243         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
45244         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
45245
45246 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
45247
45248         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
45249         Problem reported by Ralf Wildenhues in
45250         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
45251
45252         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
45253         HAVE_STRUCT_STATFS_F_FSTYPENAME.
45254
45255 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
45256
45257         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
45258         yesterday's patch by changing test -n to test -z.
45259
45260 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
45261
45262         * modules/getloadavg (Files): Add m4/getloadavg.m4.
45263         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
45264         the former is now obsolescent.
45265
45266         * modules/chdir-long (Depends-on): Add fcntl.
45267
45268 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
45269
45270         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
45271         obsolescent, and programs should use gnulib instead.
45272         * m4/getloadavg.m4: New file, with contents taken from Autoconf
45273         but with prefixes changed.
45274
45275 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
45276
45277         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
45278         or stdbool.h, because they might not exist while configuring.
45279
45280         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
45281         Don't include unistd.h or limits.h; not needed, since chdir-long.h
45282         does that for us.
45283         (O_DIRECTORY): Remove.
45284
45285 2006-08-31  Eric Blake  <ebb9@byu.net>
45286
45287         * gnulib-tool: Don't let emacs change spaces to TAB.
45288
45289 2006-08-31  Bruno Haible  <bruno@clisp.org>
45290
45291         * gnulib-tool: When calling func_import more than once, do it in a
45292         subshell.
45293         Reported by Eric Blake <ebb9@byu.net>.
45294
45295 2006-08-31  Bruno Haible  <bruno@clisp.org>
45296
45297         * gnulib-tool (nl): Remove variable.
45298         (sed_transform_lib_file): Use more robust test for config-h module.
45299         (func_import): Fix typo in 2006-08-25 patch.
45300
45301 2006-08-31  Bruno Haible  <bruno@clisp.org>
45302
45303         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
45304         specified, augment Makefile.am variables instead of assigning them.
45305
45306 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
45307
45308         Work around a bug in both the Linux and SunOS 64-bit kernels:
45309         nanosleep mishandles sleeps for longer than 2**31 seconds.
45310         Problem reported by Frank v Waveren in
45311         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
45312         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
45313         Check for nanosleep bug.
45314         (LIB_NANOSLEEP): Append clock_gettime library if needed.
45315
45316 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
45317
45318         Work around a bug in both the Linux and SunOS 64-bit kernels:
45319         nanosleep mishandles sleeps for longer than 2**31 seconds.
45320         Problem reported by Frank v Waveren in
45321         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
45322         * lib/nanosleep.c (BILLION): New constant.
45323         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
45324         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
45325         implementation.
45326
45327 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
45328
45329         * modules/nanosleep (Depends-on): Add gettime.
45330
45331 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
45332         and Simon Josefsson  <jas@extundo.com>
45333         and Oskar Liljeblad  <oskar@osk.mine.nu>
45334
45335         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
45336         * gnulib-tool (func_import): New license type 'unmodifiable license
45337         text'.
45338         * modules/fdl: Use it.  Longer description.
45339         * module/gpl, module/lgpl: New files.
45340
45341 2006-08-30  Jim Meyering  <jim@meyering.net>
45342
45343         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
45344         shadowing the parameter.
45345
45346 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45347
45348         Sync from Libtool:
45349
45350         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
45351
45352         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
45353         sharing with gnulib.  Report by Eric Blake.
45354
45355 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
45356
45357         * modules/isapipe: New file.
45358         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
45359
45360 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
45361
45362         * modules/configmake (Makefile.am): Add a comment, and omit
45363         the CONFIGMAKE_ prefix from generated macro names.  Suggested
45364         by Bruno Haible.
45365
45366 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
45367
45368         * m4/isapipe.m4: New file.
45369
45370 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
45371
45372         * lib/isapipe.c, lib/isapipe.h: New files.
45373
45374 2006-08-29  Jim Meyering  <jim@meyering.net>
45375
45376         * modules/configmake (Makefile.am): Make configmake.h depend on
45377         Makefile.  Otherwise, a stale configmake.h could hang around.
45378
45379 2006-08-29  Eric Blake  <ebb9@byu.net>
45380
45381         * lib/error.c (error_at_line, print_errno_message): Match libc, after
45382         resolution of upstream bug 3044.
45383
45384 2006-08-29  Bruno Haible  <bruno@clisp.org>
45385
45386         * modules/localcharset (Depends-on): Add configmake.
45387         (Makefile.am): Remove setting of LIBDIR through DEFS.
45388
45389 2006-08-29  Bruno Haible  <bruno@clisp.org>
45390
45391         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
45392         defined.
45393
45394 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
45395
45396         * modules/fcntl: New file.
45397         * modules/chdir-safer (Depends-on): Add fcntl.
45398         * modules/fts: Likewise.
45399         * modules/mkdir-p: Likewise.
45400
45401         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
45402         This undoes the most recent change, since we're now addressing the
45403         problem in a different way.
45404
45405         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
45406         into output, since the output might be called Makefile.am even
45407         if $makefile_name is something different.
45408         (func_import): Use $makefile_am rather than
45409         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
45410         empty.
45411
45412         * modules/inttypes (Files): Add m4/inttypes-h.m4.
45413
45414 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
45415
45416         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
45417         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
45418         recent change to stdint.m4, since we're now addressing the problem in a
45419         different way.
45420
45421 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
45422
45423         * m4/fcntl_h.m4: New file.
45424
45425 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
45426
45427         * lib/fcntl_.h: New file.
45428         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
45429         the fcntl module.
45430         * lib/dirchownmod.c: Likewise.
45431         * lib/fts.c: Likewise.
45432
45433         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
45434         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
45435         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
45436         just before including <inttypes.h>, to avoid circular inclusion.
45437
45438 2006-08-28  Jim Meyering  <jim@meyering.net>
45439
45440         * doc/visibility.texi: Actually read and correct the grammar of the
45441         sentence affected by yesterday's change.
45442
45443 2006-08-28  Eric Blake  <ebb9@byu.net>
45444
45445         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
45446         needs wrapper.
45447
45448 2006-08-28  Eric Blake  <ebb9@byu.net>
45449
45450         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
45451
45452 2006-08-28  Eric Blake  <ebb9@byu.net>
45453
45454         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
45455
45456 2006-08-28  Bruno Haible  <bruno@clisp.org>
45457
45458         * modules/c-strstr: New file, from GNU gettext.
45459         * MODULES.html.sh (String handling): Add c-strstr.
45460
45461 2006-08-28  Bruno Haible  <bruno@clisp.org>
45462
45463         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
45464         macros.
45465         Reported by Eric Blake.
45466
45467 2006-08-28  Bruno Haible  <bruno@clisp.org>
45468
45469         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
45470         (VASNPRINTF): Return a string of length > INT_MAX without failing.
45471         * lib/vasprintf.c: Include errno.h, limits.h.
45472         (EOVERFLOW): New fallback definition.
45473         (vasprintf): Test here whether the string length is > INT_MAX.
45474         * lib/vsnprintf.c: Include errno.h, limits.h.
45475         (EOVERFLOW): New fallback definition.
45476         (vsnprintf): Fix bug when generated string was too long for the buffer.
45477         Test here whether the string length is > INT_MAX.
45478
45479 2006-08-28  Bruno Haible  <bruno@clisp.org>
45480
45481         * lib/inttypes_.h (SCNX*): Remove definitions.
45482         Reported by Eric Blake.
45483
45484 2006-08-28  Bruno Haible  <bruno@clisp.org>
45485
45486         * lib/c-strstr.h: New file, from GNU gettext.
45487         * lib/c-strstr.c: New file, from GNU gettext.
45488
45489 2006-08-28  Bruno Haible  <bruno@clisp.org>
45490
45491         * gnulib-tool: Reorder some statements.
45492
45493 2006-08-28  Bruno Haible  <bruno@clisp.org>
45494
45495         * gnulib-tool: New option --makefile-name.
45496         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
45497         $makefile_name.
45498         (func_import): Write $makefile_name to the cache file, and read it from
45499         there unless explicitly specified. Use $makefile_name as file name
45500         instead of Makefile.am. Adjust the recommendations accordingly.
45501
45502 2006-08-28  Bruno Haible  <bruno@clisp.org>
45503
45504         * gnulib-tool (func_verify_module): Check against misapplying patch.
45505
45506 2006-08-28  Bruno Haible  <bruno@clisp.org>
45507
45508         * gnulib-tool (func_relativize, func_relconcat): New functions.
45509         Give an error if --local-dir is given with --update.
45510         Remove trailing slashes from $local_gnulib_dir.
45511         (func_import): Store the relativized $local_gnulib_dir in
45512         gnulib-cache.m4, and read it from there if not specified explicitly.
45513
45514 2006-08-28  Bruno Haible  <bruno@clisp.org>
45515
45516         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
45517         is the current directory. Respect also $local_gnulib_dir.
45518
45519 2006-08-28  Bruno Haible  <bruno@clisp.org>
45520             Simon Josefsson  <jas@extundo.com>
45521
45522         BeOS portability.
45523         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
45524
45525 2006-08-27  Jim Meyering  <jim@meyering.net>
45526
45527         * doc/visibility.texi: Remove duplicate word: "pointer".
45528
45529 2006-08-26  Bruno Haible  <bruno@clisp.org>
45530
45531         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
45532         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
45533         (Makefile.am): Create inttypes.h from inttypes_.h.
45534         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
45535
45536         * modules/imaxabs: New file.
45537
45538         * modules/imaxdiv: New file.
45539
45540 2006-08-26  Bruno Haible  <bruno@clisp.org>
45541
45542         * m4/inttypes.m4: New file.
45543         * m4/_inttypes_h.m4: Remove file.
45544         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
45545         PRI_MACROS_BROKEN.
45546         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
45547
45548         * m4/imaxabs.m4: New file.
45549
45550         * m4/imaxdiv.m4: New file.
45551
45552 2006-08-26  Bruno Haible  <bruno@clisp.org>
45553
45554         * lib/inttypes_.h: New file.
45555         * lib/inttypes.h: Remove file.
45556         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
45557
45558         * lib/imaxabs.c: New file.
45559
45560         * lib/imaxdiv.c: New file.
45561
45562 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
45563
45564         New config-h module, so that "make" output needn't be cluttered
45565         by -DHAVE_CONFIG_H.
45566         * MODULES.html.sh (Support for building libraries and executables):
45567         Add config-h.
45568         * modules/config-h: New file.
45569         * gnulib-tool (nl, sed_transform_lib_file): New vars.
45570         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
45571         the config-h module is used.
45572
45573         New configmake module, so that "make" output needn't be cluttered
45574         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
45575         * MODULES.html.sh (Support for building libraries and executables):
45576         Add configmake.
45577         * modules/configmake: New file.
45578
45579 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
45580
45581         * m4/config-h.m4: New file.
45582
45583 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
45584
45585         * config/srclist.txt: Add elisp-comp.
45586
45587 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
45588
45589         * MODULES.html.sh (Support for building libraries and executables):
45590         Add elisp-comp.
45591         * build-aux/elisp-comp: New file.
45592         * modules/elisp-comp: New file.
45593
45594 2006-08-24  Bruno Haible  <bruno@clisp.org>
45595
45596         * gnulib-tool (func_create_testdir): Use non-default values of
45597         sourcebase and m4base.
45598
45599 2006-08-24  Bruno Haible  <bruno@clisp.org>
45600
45601         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
45602         HTML structure.
45603
45604 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
45605
45606         * modules/openat (Depends-on): Add lchown.
45607
45608 2006-08-23  Bruno Haible  <bruno@clisp.org>
45609
45610         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
45611         of gl_LOCK_EARLY instead of gl_LOCK.
45612
45613 2006-08-23  Bruno Haible  <bruno@clisp.org>
45614
45615         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
45616         on OSF/1 to no.
45617         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
45618
45619 2006-08-23  Bruno Haible  <bruno@clisp.org>
45620
45621         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
45622         as unusable.
45623
45624         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
45625         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
45626         (gl_LOCK): New macro.
45627
45628 2006-08-22  Simon Josefsson  <jas@extundo.com>
45629
45630         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
45631         to md5 module.
45632
45633 2006-08-22  Simon Josefsson  <jas@extundo.com>
45634
45635         * MODULES.html.sh: Add "Support for maintaining and release
45636         projects".
45637
45638         * build-aux/gnupload: New file, from coreutils.
45639
45640 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
45641
45642         Avoid the need for AC_LIBSOURCES in m4 macros.
45643         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
45644         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
45645         * modules/check-version (EXTRA_DIST): Add check-version.h.
45646         * modules/crc (EXTRA_DIST): Add crc.h.
45647         * modules/des (EXTRA_DIST): Add des.h.
45648         * modules/gc (EXTRA_DIST): Add gc.h.
45649         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
45650         * modules/getline (EXTRA_DIST): Add getline.h.
45651         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
45652         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
45653         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
45654         * modules/md2 (EXTRA_DIST): Add md2.h.
45655         * modules/md4 (EXTRA_DIST): Add md4.h.
45656         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
45657         * modules/read-file (EXTRA_DIST): Add read-file.h.
45658         * modules/readline (EXTRA_DIST): Add readline.h.
45659         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
45660         rijndael-api-fst.h.
45661
45662 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
45663
45664         * m4/rijndael.m4 (gl_ARCFOUR):
45665         * m4/arctwo.m4 (gl_ARCTWO):
45666         * m4/check-version.m4 (gl_CHECK_VERSION):
45667         * m4/crc.m4 (gl_CRC):
45668         * m4/des.m4 (gl_DES):
45669         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
45670         * m4/gc.m4 (gl_GC):
45671         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
45672         * m4/getline.m4 (gl_FUNC_GETLINE):
45673         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
45674         * m4/hmac-md5.m4 (gl_HMAC_MD5):
45675         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
45676         * m4/md2.m4 (gl_MD2):
45677         * m4/md4.m4 (gl_MD4):
45678         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
45679         * m4/read-file.m4 (gl_FUNC_READ_FILE):
45680         * m4/readline.m4 (gl_FUNC_READLINE):
45681         * m4/rijndael.m4 (gl_RIJNDAEL):
45682         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
45683         to get the necessary .h files and whatnot.
45684
45685 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
45686
45687         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
45688         gnulib rather than the other way around.
45689         * config/srclistvars.sh (COREUTILS): Remove.
45690
45691 2006-08-22  Jim Meyering  <jim@meyering.net>
45692
45693         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
45694
45695         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
45696
45697 2006-08-22  Eric Blake  <ebb9@byu.net>
45698
45699         * modules/regexprops-generic: New file.
45700         * MODULES.html.sh (Support for building documentation): List it.
45701
45702 2006-08-22  Eric Blake  <ebb9@byu.net>
45703
45704         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
45705         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
45706         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
45707         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
45708
45709 2006-08-22  Bruno Haible  <bruno@clisp.org>
45710
45711         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
45712         and lib_LTLIBRARIES like the other lib_* variables.
45713
45714 2006-08-22  Bruno Haible  <bruno@clisp.org>
45715
45716         * build-aux/x-to-1.in: New file, from GNU gettext.
45717
45718 2006-08-22  Bruno Haible  <bruno@clisp.org>
45719
45720         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
45721         <utmpx.h> exists.
45722
45723 2006-08-22  Bruno Haible  <bruno@clisp.org>
45724
45725         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
45726         <utmpx.h> exists.
45727
45728 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
45729
45730         BeOS portability.
45731         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
45732         exist.
45733         Problem reported by Bruno Haible.
45734
45735 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
45736
45737         Avoid the need for AC_LIBSOURCES in m4 macros.
45738         * modules/acl (EXTRA_DIST): Add acl.h.
45739         * modules/argmatch (Files): Add m4/argmatch.m4.
45740         (configure.ac): Add gl_ARGMATCH.
45741         (EXTRA_DIST): Renamed from lib_SOURCES, for
45742         consistency with the other modules.  Remove argmatch.c.
45743         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
45744         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
45745         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
45746         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
45747         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
45748         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
45749         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
45750         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
45751         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
45752         * modules/closeout (EXTRA_DIST): Add closeout.h.
45753         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
45754         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
45755         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
45756         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
45757         dirname.h; remove basename.c and stripslash.c.
45758         * modules/exclude (EXTRA_DIST): Add exclude.h.
45759         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
45760         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
45761         * modules/file-type (EXTRA_DIST): Add file-type.h.
45762         * modules/filemode (EXTRA_DIST): Add filemode.h.
45763         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
45764         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
45765         * modules/fpending (EXTRA_DIST): Add __fpending.h.
45766         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
45767         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
45768         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
45769         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
45770         * modules/getdate (EXTRA_DIST): Add getdate.c.
45771         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
45772         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
45773         * modules/getpass (EXTRA_DIST): Add getpass.h.
45774         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
45775         * modules/group-member (EXTRA_DIST): Add group-member.h.
45776         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
45777         * modules/hash (EXTRA_DIST): Add hash.h.
45778         * modules/human (EXTRA_DIST): Add human.h.
45779         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
45780         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
45781         * modules/lchown (EXTRA_DIST): Add lchown.h.
45782         * modules/long-options (EXTRA_DIST): Add long-options.h.
45783         * modules/lstat (EXTRA_DIST): Add lstat.h.
45784         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
45785         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
45786         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
45787         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
45788         * modules/memxor (EXTRA_DIST): Add memxor.h.
45789         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
45790         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
45791         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
45792         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
45793         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
45794         * modules/physmem (EXTRA_DIST): Add physmem.h.
45795         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
45796         * modules/posixver (EXTRA_DIST): Add posixver.h.
45797         * modules/quote (EXTRA_DIST): Add quote.h.
45798         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
45799         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
45800         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
45801         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
45802         regex_internal.h regexec.c.
45803         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
45804         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
45805         * modules/same (EXTRA_DIST): Add same.h.
45806         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
45807         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
45808         * modules/savedir (EXTRA_DIST): Add savedir.h.
45809         * modules/sha1 (EXTRA_DIST): Add sha1.h.
45810         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
45811         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
45812         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
45813         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
45814         * modules/strdup (EXTRA_DIST): Add strdup.h.
45815         * modules/strftime (EXTRA_DIST): Add strftime.h.
45816         * modules/strndup (EXTRA_DIST): Add strndup.h.
45817         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
45818         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
45819         * modules/time_r (EXTRA_DIST): Add time_r.h.
45820         * modules/timespec (EXTRA_DIST): Add timespec.h.
45821         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
45822         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
45823         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
45824         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
45825         * modules/userspec (EXTRA_DIST): Add userspec.h.
45826         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
45827         * modules/utimens (EXTRA_DIST): Add utimens.h.
45828         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
45829         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
45830         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
45831         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
45832         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
45833         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
45834         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
45835         * modules/yesno (EXTRA_DIST): Add yesno.h.
45836
45837 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
45838
45839         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
45840
45841         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
45842         * m4/dev-ino.m4, same-inode.m4: Remove.
45843
45844         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
45845         * m4/acl.m4 (AC_FUNC_ACL):
45846         * m4/backupfile.m4 (gl_BACKUPFILE):
45847         * m4/c-strtod.m4 (gl_C99_STRTOLD):
45848         * m4/canon-host.m4 (gl_CANON_HOST):
45849         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
45850         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
45851         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
45852         * m4/cloexec.m4 (gl_CLOEXEC):
45853         * m4/close-stream.m4 (gl_CLOSE_STREAM):
45854         * m4/closeout.m4 (gl_CLOSEOUT):
45855         * m4/dirfd.m4 (gl_FUNC_DIRFD):
45856         * m4/dirname.m4 (gl_DIRNAME):
45857         * m4/exclude.m4 (gl_EXCLUDE):
45858         * m4/exitfail.m4 (gl_EXITFAIL):
45859         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
45860         * m4/file-type.m4 (gl_FILE_TYPE):
45861         * m4/filemode.m4 (gl_FILEMODE):
45862         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
45863         * m4/fpending.m4 (gl_FUNC_FPENDING):
45864         * m4/fprintftime.m4 (gl_FPRINTFTIME):
45865         * m4/fts.m4 (gl_FUNC_FTS):
45866         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
45867         * m4/getdate.m4 (gl_GETDATE):
45868         * m4/gethrxtime.m4 (gl_GETHRXTIME):
45869         * m4/getpagesize.m4 (gl_GETPAGESIZE):
45870         * m4/getpass.m4 (gl_FUNC_GETPASS):
45871         * m4/gettime.m4 (gl_GETTIME):
45872         * m4/getugroups.m4 (gl_GETUGROUPS):
45873         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
45874         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
45875         * m4/hard-locale.m4 (gl_HARD_LOCALE):
45876         * m4/hash.m4 (gl_HASH):
45877         * m4/idcache.m4 (gl_IDCACHE):
45878         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
45879         * m4/lchown.m4 (gl_FUNC_LCHOWN):
45880         * m4/long-options.m4 (gl_LONG_OPTIONS):
45881         * m4/lstat.m4 (gl_FUNC_LSTAT):
45882         * m4/md5.m4 (gl_MD5):
45883         * m4/memcasecmp.m4 (gl_MEMCASECMP):
45884         * m4/memcoll.m4 (gl_MEMCOLL):
45885         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
45886         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
45887         * m4/memxor.m4 (gl_MEMXOR):
45888         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
45889         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
45890         * m4/modechange.m4 (gl_MODECHANGE):
45891         * m4/mountlist.m4 (gl_MOUNTLIST):
45892         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
45893         * m4/openat.m4 (gl_FUNC_OPENAT):
45894         * m4/pathmax.m4 (gl_PATHMAX):
45895         * m4/physmem.m4 (gl_PHYSMEM):
45896         * m4/posixtm.m4 (gl_POSIXTM):
45897         * m4/posixver.m4 (gl_POSIXVER):
45898         * m4/quote.m4 (gl_QUOTE):
45899         * m4/quotearg.m4 (gl_QUOTEARG):
45900         * m4/readtokens.m4 (gl_READTOKENS):
45901         * m4/readutmp.m4 (gl_READUTMP):
45902         * m4/regex.m4 (gl_REGEX):
45903         * m4/safe-read.m4 (gl_SAFE_READ):
45904         * m4/safe-write.m4 (gl_SAFE_WRITE):
45905         * m4/same.m4 (gl_SAME):
45906         * m4/save-cwd.m4 (gl_SAVE_CWD):
45907         * m4/savedir.m4 (gl_SAVEDIR):
45908         * m4/settime.m4 (gl_SETTIME):
45909         * m4/sha1.m4 (gl_SHA1):
45910         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
45911         * m4/stat-macros.m4 (gl_STAT_MACROS):
45912         * m4/stat-time.m4 (gl_STAT_TIME):
45913         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
45914         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
45915         * m4/strdup.m4 (gl_FUNC_STRDUP):
45916         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
45917         * m4/strndup.m4 (gl_FUNC_STRNDUP):
45918         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
45919         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
45920         * m4/time_r.m4 (gl_TIME_R):
45921         * m4/timespec.m4 (gl_TIMESPEC):
45922         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
45923         * m4/unlinkdir.m4 (gl_UNLINKDIR):
45924         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
45925         * m4/userspec.m4 (gl_USERSPEC):
45926         * m4/utimecmp.m4 (gl_UTIMECMP):
45927         * m4/utimens.m4 (gl_UTIMENS):
45928         * m4/xalloc.m4 (gl_XALLOC):
45929         * m4/xgetcwd.m4 (gl_XGETCWD):
45930         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
45931         * m4/xreadlink.m4 (gl_XREADLINK):
45932         * m4/xstrtod.m4 (gl_XSTRTOD):
45933         * m4/yesno.m4 (gl_YESNO):
45934         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
45935         to get the necessary .h files and whatnot.
45936
45937 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
45938             Bruno Haible  <bruno@clisp.org>
45939
45940         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
45941         /bin/sh understanding of '!' conditional negation.
45942
45943 2006-08-21  Jim Meyering  <jim@meyering.net>
45944
45945         * modules/openat (Depends-on): Really alphabetize.
45946
45947         * modules/acl (Depends-on): Add error and quote.
45948
45949         * check-module (find_included_lib_files): Add at-func.c to the
45950         ok-to-include-more-than-once white list.
45951
45952         * modules/openat (Depends-on): Add lstat.  Alphabetize.
45953
45954 2006-08-21  Bruno Haible  <bruno@clisp.org>
45955
45956         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
45957         Emit a pkgdata_DATA variable only if some snippets add contents to it.
45958         Reported by Martin Lambers <marlam@marlam.de>.
45959
45960 2006-08-21  Bruno Haible  <bruno@clisp.org>
45961
45962         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
45963         specify an installation location, don't emit a noinst_LIBRARIES or
45964         noinst_LTLIBRARIES assignment.
45965
45966 2006-08-21  Bruno Haible  <bruno@clisp.org>
45967
45968         BeOS portability.
45969         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
45970         BeOS has mbrtowc() but no <wctype.h>.
45971
45972 2006-08-21  Bruno Haible  <bruno@clisp.org>
45973
45974         BeOS portability.
45975         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
45976         exist.
45977
45978 2006-08-21  Bruno Haible  <bruno@clisp.org>
45979
45980         BeOS portability.
45981         * lib/mbchar.h: Include <wctype.h> only if it exists.
45982
45983 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
45984
45985         Remove files that are no longer needed by their respective modules.
45986         * m4/obstack.m4: Remove.
45987         * m4/strerror_r.m4: Remove.
45988         * m4/uint32_t.m4: Remove.
45989         * m4/uintptr_t.m4: Remove.
45990         * m4/ullong_max.m4: Remove.
45991         * m4/xstrtoimax.m4: Remove.
45992         * m4/xstrtoumax.m4: Remove.
45993
45994         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
45995         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
45996         dependencies now capture this.
45997
45998         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
45999         Do not use AC_LIBSOURCES, since gnulib modules now do this.
46000         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
46001         * m4/human.m4 (gl_HUMAN): Likewise.
46002         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
46003         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
46004
46005         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
46006
46007         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
46008         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
46009         stdint.
46010         * m4/human.m4 (gl_HUMAN): Likewise.
46011         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
46012         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
46013         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
46014         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
46015         * m4/xstrtol (gl_XSTRTOL): Likewise.
46016
46017         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
46018         AC_TYPE_LONG_LONG_INT.
46019         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
46020         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
46021         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
46022         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
46023
46024         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
46025         on stdbool.
46026
46027         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
46028         (gl_PREREQ_XSTRTOUL): Remove.
46029
46030         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
46031
46032         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
46033         mode.
46034
46035 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
46036
46037         Add and change modules to make it easier for coreutils to use
46038         gnulib-tool.
46039         * modules/backupfile (Files): Remove m4/d-ino.m4.
46040         (Depends-on): Add d-ino.
46041         * modules/cycle-check (Depends-on): Add stdint.
46042         (lib_SOURCES): Add cycle-check.h.
46043         * modules/d-ino: New module.
46044         * modules/d-type: New module.
46045         * modules/error (Files): Remove m4/strerror_r.m4.
46046         * modules/filemode (Files): Add m4/st_dm_mode.m4.
46047         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
46048         m4/inttypes_h.m4, m4/uintmax_t.m4.
46049         (Depends-on): Add stdint.
46050         (lib_SOURCES): Add fsusage.h.
46051         * modules/getcwd (Files): Remove d-ino.m4.
46052         (Depends-on): Add d-ino.
46053         * modules/getndelim2 (Depends-on): Add stdint.
46054         * modules/glob (Files): Remove m4/d-type.m4.
46055         (Depends-on): Add d-type.
46056         * modules/host-os: New module.
46057         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
46058         m4/inttypes_h.m4, m4/uintmax_t.m4.
46059         * Depends-on: Add stdint.
46060         (lib_SOURCES): Add human.h.
46061         * modules/inttostr (Files): Remove m4/intmax_t.m4,
46062         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
46063         m4/uintmax_t.m4, m4/ulonglong.m4.
46064         (Depends-on): Add stdint.
46065         (EXTRA_DIST): Add inttostr.h.
46066         * modules/lchmod: New module.
46067         * modules/link-follow: New module.
46068         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
46069         (Depends-on): Add lchmod.
46070         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
46071         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
46072         (Depends-on): Add stdint.
46073         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
46074         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
46075         (Depends-on): Add stdint.
46076         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
46077         * modules/perl: New module.
46078         * modules/regex (Depends-on): Add stdint.
46079         * modules/rmdir-errno: New module.
46080         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
46081         m4/intmax_t.m4.
46082         (Depends-on): Add stdint.
46083         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
46084         m4/uintmax_t.m4.
46085         (Depends-on): Add stdint.
46086         * modules/unlink-busy: New module.
46087         * modules/utimecmp (Depends-on): Add stdint.
46088         * modules/uptime: New module.
46089         * modules/winsz-ioctl: New module.
46090         * modules/winsz-termios: New module.
46091         * modules/xnanosleep (Depends-on): Add nanosleep.
46092         * modules/ullong_max: Remove.
46093         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
46094         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
46095         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
46096         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
46097         (Depends-on): Add inttypes.
46098         (lib_SOURCES): Add xstrtol.h.
46099         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
46100         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
46101         * MODULES.html.sh: Move 'assert' into the assert section.
46102         Move 'dummy' into the linking section.
46103         Remove ullong_max.
46104         Add section for compatibility checks for POSIX:2001 functions,
46105         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
46106         winsz-ioctl, and winsz-termios into it.
46107         Add lchmod.
46108         Add top-level Misc section and put host-os, perl, and uptime
46109         into it.
46110
46111 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
46112
46113         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
46114         now assume the stdint module.  Do not include inttypes.h.
46115         * lib/fsusage.h: Likewise.
46116         * lib/getndelim2.c: Likewise.
46117         * lib/human.h: Likewise.
46118         * lib/inttostr.h: Likewise.
46119         * lib/obstack.c: Likewise.
46120         * lib/regex_internal.h: Likewise.
46121         * lib/tempname.c: Likewise.
46122         * lib/utimecmp.c: Likewise.
46123         * lib/xstrtol.h: Likewise.
46124
46125         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
46126
46127         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
46128         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
46129         * lib/xtime.h: Likewise.
46130
46131 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
46132
46133         * modules/openat (Files): Add lib/fchmodat.c.
46134         Fixes problem reported by Jay Youngman.
46135
46136 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
46137
46138         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
46139         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
46140
46141 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
46142             Bruno Haible  <bruno@clisp.org>
46143
46144         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
46145         and is a script that invokes bison. Tighten the code. Add comments.
46146
46147 2006-08-18  Jim Meyering  <jim@meyering.net>
46148
46149         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
46150         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
46151         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
46152         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
46153
46154 2006-08-18  Bruno Haible  <bruno@clisp.org>
46155
46156         * modules/bison-i18n: New file.
46157         * MODULES.html.sh (Internationalization functions): Add it.
46158
46159 2006-08-18  Bruno Haible  <bruno@clisp.org>
46160
46161         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
46162         sys/statvfs.h. When getmntinfo was found, check its declaration and
46163         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
46164
46165 2006-08-18  Bruno Haible  <bruno@clisp.org>
46166
46167         * m4/bison-i18n.m4: New file, from bison.
46168
46169 2006-08-18  Bruno Haible  <bruno@clisp.org>
46170
46171         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
46172         (ME_DUMMY): Treat "kernfs" as a dummy.
46173         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
46174
46175 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
46176
46177         Update from coreutils.
46178
46179         2006-08-15  Jim Meyering  <jim@meyering.net>
46180
46181         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
46182
46183         2006-01-17  Jim Meyering  <jim@meyering.net>
46184
46185         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
46186
46187         2006-01-11  Jim Meyering  <jim@meyering.net>
46188
46189         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
46190         Check for the lchmod function.
46191
46192 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
46193
46194         Update from coreutils.
46195
46196         * lib/__fpending.h: Add copyright notice.
46197         * lib/fprintftime.h: Likewise.
46198         * lib/savedir.c: Use (C) in copyright notice.
46199         * lib/savedir.h: Likewise.
46200
46201         2006-08-15  Jim Meyering  <jim@meyering.net>
46202
46203         * lib/at-func.c: New file, with the logic of all emulated at-functions.
46204         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
46205         in support of the EXPECTED_ERRNO macro.
46206         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
46207         definitions.  Instead, define the appropriate symbols and include
46208         "at-func.c".
46209         * lib/mkdirat.c (mkdirat): Likewise.
46210         * lib/fchmodat.c (fchmodat): Likewise.
46211         (ENOSYS): Remove definition.
46212         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
46213         it.  Don't include "unistd--.h" -- it wasn't ever used.
46214
46215         2006-01-17  Jim Meyering  <jim@meyering.net>
46216
46217         Rewrite fts.c not to change the current working directory,
46218         by using openat, fstatat, fdopendir, etc..
46219
46220         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
46221         (HAVE_OPENAT_SUPPORT): Define.
46222         [_LIBC] (fchdir): Don't undef or define; no longer used.
46223         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
46224         Now, this `function' always succeeds, and consumes its file descriptor
46225         parameter -- so callers must not close such FDs.  Update callers.
46226         (diropen_fd, opendirat, cwd_advance_fd): New functions.
46227         (diropen): Add parameter, SP.  Adjust all callers.
46228         Implement using diropen_fd, rather than open.
46229         (fts_open): Initialize new member, fts_cwd_fd.
46230         Remove fts_rft-setting code.
46231         (fts_close): Close fts_cwd_fd, if necessary.
46232         (__opendir2): Define in terms of opendir or opendirat,
46233         depending on whether the FST_NOCHDIR flag is set.
46234         (fts_build): Since fts_safe_changedir consumes its FD, and since
46235         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
46236         and close the dup'd file descriptor upon failure.
46237         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
46238         (fts_safe_changedir): Tweak semantics to reflect that this function
46239         now calls cwd_advance_fd and hence consumes its FD argument.
46240         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
46241         [struct FTS] (fts_rft): Remove now-unused member.
46242         [struct FTS] (fts_cycle.state): Improve comment.
46243
46244         * lib/openat.c (openat_needs_fchdir): New function.
46245         * lib/openat.h (openat_needs_fchdir): Declare it.
46246
46247 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
46248
46249         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
46250         Problem and fix reported by Pádraig Brady in
46251         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
46252
46253 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
46254
46255         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
46256
46257 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
46258
46259         * lib/memcoll.c (memcoll): Optimize for the common case where the
46260         arguments are bytewise equal.
46261
46262 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
46263
46264         * doc/regexprops-generic.texi: Add a copyright notice.
46265
46266 2006-08-15  Bruno Haible  <bruno@clisp.org>
46267
46268         * modules/tmpdir (License): Change to LGPL.
46269
46270 2006-08-15  Bruno Haible  <bruno@clisp.org>
46271
46272         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
46273         module.
46274
46275 2006-08-14  Simon Josefsson  <jas@extundo.com>
46276
46277         * config/srclist.txt: Add gnupload.
46278
46279 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
46280
46281         Change copyright notice from LGPL 2 to GPL 2, since that's the
46282         standard form used in the gnulib repository.
46283         * tests/test-lock.c: Likewise.
46284         * tests/test-stdint.c: Likewise.
46285         * tests/test-tls.c: Likewise.
46286
46287         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
46288         prelude-manager.  User shorter URLs for GNU projects, without '?'.
46289         Add copyright notice.
46290
46291         * check-module: Add copyright notice.  Output a copyright
46292         notice if "--version" is specified.
46293         * modules/COPYING: New file.
46294         * tests/test-getaddrinfo.c: Add copyright notice.
46295         * tests/test-verify.c: Likewise.
46296
46297 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
46298
46299         Change copyright notice from LGPL 2 to GPL 2, since that's the
46300         standard form used in the gnulib repository.
46301         * lib/lock.c: LGPL -> GPL.
46302         * lib/lock.h: Likewise.
46303         * lib/strnlen1.c: Likewise.
46304         * lib/strnlen1.h: Likewise.
46305         * lib/tls.c: Likewise.
46306         * lib/tls.h: Likewise.
46307         * lib/tmpdir.c: Likewise.
46308
46309         * lib/TODO: Remove; this belongs only in coreutils.
46310
46311 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
46312
46313         Add copyright notices to long-enough files that lack them, since
46314         otherwise the files aren't clearly free.  Use the same notice that
46315         getdate.texi already uses.
46316         * doc/alloca-opt.texi: Add copyright notice.
46317         * doc/alloca.texi: Likewise.
46318         * doc/ctime.texi: Likewise.
46319         * doc/functions.texi: Likewise.
46320         * doc/gcd.texi: Likewise.
46321         * doc/gnulib-tool.texi: Likewise.
46322         * doc/inet_ntoa.texi: Likewise.
46323         * doc/visibility.texi: Likewise.
46324
46325         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
46326         * doc/quote.texi: Add copyright notice.
46327
46328         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
46329         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
46330         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
46331         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
46332         is now obsolete, and give a pointer to the Sun list.
46333         Add copyright notice.
46334
46335 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
46336
46337         * config/srclistvars.sh: Add copyright notice.
46338
46339 2006-08-14  Eric Blake  <ebb9@byu.net>
46340
46341         Import the following change from libc:
46342
46343         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
46344
46345         Upstream bug 2997.
46346         * lib/misc/error.c: Add space between program name and message if file
46347         name is missing.
46348
46349 2006-08-12  Karl Berry  <karl@gnu.org>
46350
46351         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
46352         remove, these originate in gnulib now.
46353
46354 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46355
46356         * doc/Makefile (standards.info standards.html standards.dvi):
46357         Also depend on make-stds.texi.
46358
46359 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
46360
46361         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
46362         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
46363
46364         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
46365         in wchar_t.  Problem reported by Eric Blake.
46366
46367         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
46368         LEN is smaller than SIZE.  Suggested by Bruno Haible.
46369         Also, help the compiler to keep LEN in a register.
46370
46371 2006-08-11  Eric Blake  <ebb9@byu.net>
46372
46373         * users.txt: Sort.  Add tar.
46374
46375 2006-08-11  Bruno Haible  <bruno@clisp.org>
46376
46377         * users.txt: New file.
46378
46379 2006-08-11  Bruno Haible  <bruno@clisp.org>
46380
46381         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
46382         before <wchar.h>. Needed for OSF/1 and BSD/OS.
46383
46384 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
46385
46386         * modules/snprintf (Depends-on): Remove minmax.
46387         (Maintainer): Add self and Bruno.
46388
46389 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
46390
46391         * lib/.cppi-disable: Add snprintf.h, socket_.h.
46392         * lib/snprintf.c: Include <errno.h> and <limits.h>.
46393         (EOVERFLOW): Define if the system does not.
46394         Do not include "minmax.h"; it wasn't used.
46395         (snprintf): Don't assume size_t promotes to an unsigned type.
46396         Fix bug when generated string was too long for the buffer: the
46397         buffer's contents are supposed to be the initial prefix of the
46398         output.  Don't assume vasnprintf returns EOVERFLOW if the size
46399         exceeds INT_MAX; do the check ourselves.
46400
46401         Import the following changes from libc:
46402
46403         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
46404
46405         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
46406         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
46407         set wc to the byte which couldn't be converted.
46408         (re_string_reconstruct): Don't clear valid_raw_len before calling
46409         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
46410         tip_context using re_string_context_at.
46411
46412         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
46413
46414         * lib/posix/regex.h: g++ still cannot handled [restrict].
46415
46416         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
46417
46418         * lib/posix/regex.h: Remove special handling for VMS.
46419
46420 2006-08-10  Jim Meyering  <jim@meyering.net>
46421
46422         * modules/same-inode: New module.
46423         * modules/dev-ino: New module.
46424         * modules/cycle-check: Depend on these modules, rather than simply
46425         including their .h files.
46426         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
46427         required via m4/cycle-check.m4.
46428         * modules/same: Depend on new same-inode module, rather than
46429         including same-inode.h.
46430         * modules/chdir-safer: New file.
46431
46432         * modules/chown (Depends-on): Add stat-macros.
46433
46434 2006-08-10  Jim Meyering  <jim@meyering.net>
46435
46436         * m4/cycle-check.m4: New file.
46437         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
46438         * m4/dev-ino.m4, m4/same-inode.m4: New files.
46439
46440 2006-08-10  Eric Blake  <ebb9@byu.net>
46441
46442         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
46443         in from original proposal.
46444
46445 2006-08-10  Eric Blake  <ebb9@byu.net>
46446         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
46447
46448         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
46449         namespace.
46450
46451 2006-08-10  Bruno Haible  <bruno@clisp.org>
46452
46453         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
46454         as well.
46455
46456 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
46457
46458         Sync from coreutils.
46459
46460         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
46461
46462         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
46463         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
46464
46465 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
46466
46467         * modules/restrict: Remove; no longer needed now that we assume
46468         Autoconf 2.59 or later.
46469         * MODULES.html.sh: Remove 'restrict'.
46470         * modules/argp (Depends-on): Remove 'restrict'.
46471         * modules/base64 (Depends-on): Likewise.
46472         * modules/gc (Depends-on): Likewise.
46473         * modules/getaddrinfo (Depends-on): Likewise.
46474         * modules/glob (Depends-on): Likewise.
46475         * modules/inet_ntop (Depends-on): Likewise.
46476         * modules/inet_pton (Depends-on): Likewise.
46477         * modules/memxor (Depends-on): Likewise.
46478         * modules/regex (Depends-on): Likewise.
46479         * modules/strtok_r (Depends-on): Likewise.
46480         * modules/time_r (Depends-on): Likewise.
46481
46482 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
46483
46484         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
46485         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
46486         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
46487         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
46488         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
46489         * m4/memxor.m4 (gl_MEMXOR): Likewise.
46490         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
46491         gl_C_RESTRICT replaced by AC_C_RESTRICT.
46492
46493         Merge from coreutils.
46494         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
46495         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
46496         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
46497         * m4/time_r.m4 (gl_TIME_R): Likewise.
46498
46499 2006-08-09  Karl Berry  <karl@gnu.org>
46500
46501         * config/srclist.txt: no more gettext-tools, per Bruno.
46502
46503 2006-08-08  Eric Blake  <ebb9@byu.net>
46504
46505         * modules/verror: New module.
46506         * MODULES.html.sh: Document it.
46507
46508 2006-08-08  Eric Blake  <ebb9@byu.net>
46509
46510         * lib/verror.h, lib/verror.c: New files.
46511
46512 2006-08-08  Eric Blake  <ebb9@byu.net>
46513
46514         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
46515         verror_at_line output complies with GNU Coding Standards even when
46516         file is NULL.
46517
46518 2006-08-07  Bruno Haible  <bruno@clisp.org>
46519
46520         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
46521         versions of AIX.
46522         Reported by Ralf Wildenhues.
46523
46524 2006-08-07  Bruno Haible  <bruno@clisp.org>
46525
46526         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
46527         in an AC_DEFUN. Needed so that the autoconf snippets can use
46528         AC_REQUIRE.
46529
46530 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
46531
46532         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
46533         Initialize pkgdata_DATA.
46534         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
46535         overriding it.
46536
46537 2006-08-06  Eric Blake  <ebb9@byu.net>
46538
46539         * lib/error.h: Fold in some upstream changes from glibc.
46540         * lib/error.c: Likewise.
46541
46542 2006-08-04  Bruno Haible  <bruno@clisp.org>
46543
46544         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
46545         Make the mostlyclean-local rule depend on mostlyclean-generic.
46546         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
46547
46548 2006-07-31  Bruno Haible  <bruno@clisp.org>
46549
46550         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
46551         <stdlib.h>, <string.h>.
46552
46553 2006-07-30  Bruno Haible  <bruno@clisp.org>
46554
46555         * modules/readlink (License): Change to LGPL.
46556
46557 2006-07-30  Bruno Haible  <bruno@clisp.org>
46558
46559         * modules/javaversion (Makefile.am): Distribute javaversion.java and
46560         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
46561         set PKGDATADIR to point to it.
46562
46563 2006-07-30  Bruno Haible  <bruno@clisp.org>
46564
46565         * modules/csharpexec (configure.ac): Comment out macro invocation.
46566         * modules/javaexec (configure.ac): Likewise.
46567         * modules/javacomp-script (configure.ac): Likewise.
46568
46569         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
46570
46571 2006-07-30  Bruno Haible  <bruno@clisp.org>
46572
46573         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
46574         linked-list.
46575
46576 2006-07-30  Bruno Haible  <bruno@clisp.org>
46577
46578         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
46579
46580 2006-07-30  Bruno Haible  <bruno@clisp.org>
46581
46582         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
46583         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
46584         get removed.
46585
46586 2006-07-29  Bruno Haible  <bruno@clisp.org>
46587
46588         Make it possible for gnulib-tool to work with locally modified or
46589         augmented gnulib repositories.
46590         * gnulib-tool (func_usage): Document --local-dir option.
46591         (local_gnulib_dir): New variable.
46592         Handle --local-dir option.
46593         (func_lookup_file): New function.
46594         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
46595         (func_get_description, func_get_filelist, func_get_description,
46596         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
46597         func_get_automake_snippet, func_get_include_directive,
46598         func_get_license, func_get_maintainer): Use func_lookup_file.
46599         (func_import, func_create_testdir): Use func_lookup_file.
46600
46601 2006-07-29  Bruno Haible  <bruno@clisp.org>
46602
46603         * modules/setenv (Depends-on): Add unistd.
46604
46605 2006-07-29  Bruno Haible  <bruno@clisp.org>
46606
46607         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
46608
46609 2006-07-29  Bruno Haible  <bruno@clisp.org>
46610
46611         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
46612
46613 2006-07-29  Bruno Haible  <bruno@clisp.org>
46614
46615         * gnulib-tool (import, update): If there is no Makefile.am, look at
46616         aclocal.m4, instead of bailing out.
46617
46618 2006-07-29  Bruno Haible  <bruno@clisp.org>
46619
46620         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
46621         Categorize the options by when they are useful.
46622
46623 2006-07-29  Bruno Haible  <bruno@clisp.org>
46624
46625         * gnulib-tool (func_usage): Document option --no-libtool.
46626         Handle option --no-libtool.
46627         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
46628         for changed semantics of $libtool variable.
46629         (func_import): Likewise. If libtool is not used, show this through
46630         an option --no-libtool.
46631         (func_create_testdir): Update.
46632
46633 2006-07-29  Bruno Haible  <bruno@clisp.org>
46634
46635         * gnulib-tool (func_import): Extend error message about missing
46636         --doc-base.
46637
46638 2006-07-29  Bruno Haible  <bruno@clisp.org>
46639
46640         * gnulib-tool (func_import): Don't create the $docbase directory if
46641         there is no file to store there.
46642
46643 2006-07-29  Bruno Haible  <bruno@clisp.org>
46644
46645         * gnulib-tool (autoconf_minversion): If a --dir option is given and
46646         relevant, look for configure.ac there, not in the current directory.
46647         Also use a simple search for AC_PREREQ, not "autoconf --trace".
46648
46649 2006-07-29  Bruno Haible  <bruno@clisp.org>
46650
46651         * gnulib-tool (SORT): New variable.
46652         (func_usage): Undocument --assume-autoconf option.
46653         Remove --assume-autoconf option handling.
46654         (autoconf_minversion): Determine from the contents of configure.ac.
46655         (func_import): Remove autoconf_minversion handling.
46656         Suggested by Eric Blake.
46657
46658 2006-07-29  Bruno Haible  <bruno@clisp.org>
46659
46660         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
46661
46662 2006-07-29  Bruno Haible  <bruno@clisp.org>
46663
46664         * config/srclist.txt (*setenv.[ch]): Remove rules.
46665
46666 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
46667
46668         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
46669
46670 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
46671
46672         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
46673         arpa/inet.h.
46674
46675 2006-07-28  Simon Josefsson  <jas@extundo.com>
46676
46677         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
46678         * modules/inet_pton (Depends-on): Likewise.
46679
46680 2006-07-28  Simon Josefsson  <jas@extundo.com>
46681
46682         * m4/netinet_in_h.m4: New file.
46683
46684 2006-07-28  Simon Josefsson  <jas@extundo.com>
46685
46686         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
46687         #include's.
46688
46689 2006-07-28  Simon Josefsson  <jas@extundo.com>
46690
46691         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
46692         #include's.
46693
46694 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
46695
46696         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
46697         setgid on directories only if they set these bits.
46698         * lib/modechange.h: Remove obsolete comment about masks.
46699
46700 2006-07-28  Eric Blake  <ebb9@byu.net>
46701
46702         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
46703         macro expansion.
46704
46705 2006-07-28  Bruno Haible  <bruno@clisp.org>
46706
46707         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
46708
46709 2006-07-28  Bruno Haible  <bruno@clisp.org>
46710
46711         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
46712
46713 2006-07-28  Bruno Haible  <bruno@clisp.org>
46714
46715         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
46716         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
46717         Define fallbacks.
46718         Avoids link error on FreeBSD 4.x.
46719         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
46720
46721         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
46722         encoding.
46723         * lib/mbswidth.c (iswcntrl): Likewise.
46724
46725 2006-07-27  Bruno Haible  <bruno@clisp.org>
46726
46727         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
46728         test.
46729
46730 2006-07-27  Bruno Haible  <bruno@clisp.org>
46731
46732         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
46733         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
46734         defined.
46735
46736 2006-07-26  Eric Blake  <ebb9@byu.net>
46737
46738         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
46739
46740 2006-07-26  Eric Blake  <ebb9@byu.net>
46741
46742         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
46743         like mingw that lack mkstemp.
46744         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
46745         avoid compilation warning on mingw.
46746
46747 2006-07-26  Bruno Haible  <bruno@clisp.org>
46748
46749         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
46750         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
46751         INT_FAST*_MIN, INTPTR_MIN.
46752
46753 2006-07-25  Bruno Haible  <bruno@clisp.org>
46754
46755         * modules/version-etc (Depends-on): Add stdarg.
46756
46757 2006-07-25  Bruno Haible  <bruno@clisp.org>
46758
46759         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
46760         complex commands.
46761
46762 2006-07-25  Bruno Haible  <bruno@clisp.org>
46763
46764         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
46765         defined in <stdarg.h> or config.h.
46766
46767 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
46768
46769         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
46770         (gl_STDIO_SAFER): Remove.
46771
46772 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
46773
46774         * MODULES.html.sh (File stream based Input/Output):
46775         Add fopen-safer, tmpfile-safer; remove stdio-safer.
46776         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
46777         * modules/fopen-safer, modules/tmpfile-safer: New files.
46778         * modules/stdio-safer: Remove.
46779
46780 2006-07-24  Bruno Haible  <bruno@clisp.org>
46781
46782         * modules/tmpdir: New file.
46783         * MODULES.html.sh (File system functions): Add it.
46784
46785 2006-07-24  Bruno Haible  <bruno@clisp.org>
46786
46787         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
46788         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
46789
46790 2006-07-24  Bruno Haible  <bruno@clisp.org>
46791
46792         * modules/clean-temp: New file.
46793
46794 2006-07-24  Bruno Haible  <bruno@clisp.org>
46795
46796         * m4/tmpdir.m4: New file, from GNU gettext.
46797
46798 2006-07-24  Bruno Haible  <bruno@clisp.org>
46799
46800         * lib/tmpdir.h: New file, from GNU gettext.
46801         * lib/tmpdir.c: New file, from GNU gettext.
46802
46803 2006-07-24  Bruno Haible  <bruno@clisp.org>
46804
46805         * lib/clean-temp.h: New file, from GNU gettext.
46806         * lib/clean-temp.c: New file, from GNU gettext.
46807
46808 2006-07-23  Eric Blake  <ebb9@byu.net>
46809
46810         * modules/stdio-safer (Files): Add tmpfile-safer.c.
46811         (Depends-on): Add binary-io.
46812
46813 2006-07-23  Eric Blake  <ebb9@byu.net>
46814
46815         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
46816
46817 2006-07-23  Eric Blake  <ebb9@byu.net>
46818
46819         * lib/tmpfile-safer.c: New file.
46820         * lib/stdio-safer.h (fopen_safer): Add prototype.
46821         * lib/stdio--.h (tmpfile): Make safer.
46822
46823 2006-07-23  Bruno Haible  <bruno@clisp.org>
46824
46825         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
46826         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
46827         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
46828         gl_linked_remove_at): Use it.
46829
46830 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
46831         and Simon Josefsson <jas@extundo.com>
46832
46833         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
46834
46835         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
46836
46837 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
46838
46839         * modules/close-stream: New file.
46840         * modules/closeout (Description): Make it clear that it exits
46841         with a diagnostic on error.
46842         (Depends-on): Add close-stream.  Remove fpending, stdbool.
46843         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
46844
46845 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
46846
46847         * m4/close-stream.m4: New file.
46848
46849 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
46850
46851         * lib/close-stream.c, lib/close-stream.h: New files.
46852
46853 2006-07-22  Bruno Haible  <bruno@clisp.org>
46854
46855         Merge from GNU gettext 0.15.
46856
46857         2006-05-01  Bruno Haible  <bruno@clisp.org>
46858
46859                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
46860
46861         2006-07-22  Bruno Haible  <bruno@clisp.org>
46862
46863                 * modules/javaversion: New file.
46864                 * MODULES.html.sh (Java): Add javaversion.
46865
46866         2006-03-12  Bruno Haible  <bruno@clisp.org>
46867
46868                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
46869
46870         2005-12-04  Bruno Haible  <bruno@clisp.org>
46871
46872                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
46873                 (untested).
46874
46875         2006-06-21  Bruno Haible  <bruno@clisp.org>
46876
46877                 Avoid warnings from recent versions of mcs.
46878                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
46879                 -o, -L, -r any more. Use options documented since mcs-1.0
46880                 instead. Similarly for -g.
46881
46882         2005-12-04  Bruno Haible  <bruno@clisp.org>
46883
46884                 * build-aux/csharpcomp.sh.in: Suffix for resources is
46885                 .resources, not .resource.
46886
46887         2005-07-09  Bruno Haible  <bruno@clisp.org>
46888
46889                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
46890                 add a .dll suffix.
46891                 Reported by Mark Junker <mjscod@gmx.de>.
46892
46893         2006-07-22  Bruno Haible  <bruno@clisp.org>
46894
46895                 * modules/gettext: Upgrade to gettext-0.15.
46896                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
46897                 m4/visibility.m4.
46898                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
46899
46900 2006-07-22  Bruno Haible  <bruno@clisp.org>
46901
46902         Merge from GNU gettext 0.15.
46903
46904         2006-03-25  Bruno Haible  <bruno@clisp.org>
46905
46906                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
46907
46908         2006-07-21  Bruno Haible  <bruno@clisp.org>
46909
46910                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
46911                 "1.1".
46912
46913         2006-05-09  Bruno Haible  <bruno@clisp.org>
46914
46915                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
46916                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
46917                 for the conftestver execution.
46918
46919         2006-05-01  Bruno Haible  <bruno@clisp.org>
46920
46921                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
46922                 optional target-version argument. Verify that the compiler
46923                 groks source of the specified source-version, or add -source
46924                 option as necessary. Verify that the compiler produces
46925                 bytecode in the specified target-version, or add -target and
46926                 -source options as necessary. Make the result of the test
46927                 available as variable CONF_JAVAC. Also log error output in
46928                 config.log.
46929
46930         2006-03-11  Bruno Haible  <bruno@clisp.org>
46931
46932                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
46933
46934         2006-05-09  Bruno Haible  <bruno@clisp.org>
46935
46936                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
46937                 CLASSPATH_SEPARATOR to a semicolon.
46938
46939         2006-03-12  Bruno Haible  <bruno@clisp.org>
46940
46941                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
46942                 available as variable CONF_JAVA, for subsequent autoconf
46943                 tests. Also log error output in config.log.
46944
46945         2006-07-19  Bruno Haible  <bruno@clisp.org>
46946
46947                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
46948                 that getline works on glibc2 systems. Needed to avoid trouble
46949                 in relocatable.c.
46950                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
46951
46952         2005-12-04  Bruno Haible  <bruno@clisp.org>
46953
46954                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
46955                 launcher (untested).
46956
46957         2005-12-04  Bruno Haible  <bruno@clisp.org>
46958
46959                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
46960
46961         2006-07-22  Bruno Haible  <bruno@clisp.org>
46962
46963                 * gettext.m4: Update from GNU gettext-0.15.
46964                 * nls.m4: Likewise.
46965                 * po.m4: Likewise.
46966                 * inttypes-pri.m4: Likewise.
46967                 * inttypes-h.m4: Renamed from inttypes.m4.
46968                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
46969
46970 2006-07-22  Bruno Haible  <bruno@clisp.org>
46971
46972         Merge from GNU gettext 0.15.
46973
46974         2005-07-05  Bruno Haible  <bruno@clisp.org>
46975
46976                 * printf-args.c (printf_fetchargs): Work around broken
46977                 definition of wint_t on mingw.
46978
46979         2005-02-12  Bruno Haible  <bruno@clisp.org>
46980
46981                 * xallocsa.h: Add extern "C" for C++.
46982
46983         2006-05-17  Bruno Haible  <bruno@clisp.org>
46984
46985                 Cygwin portability.
46986                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
46987
46988         2006-04-30  Bruno Haible  <bruno@clisp.org>
46989
46990                 * progreloc.c: Include <mach-o/dyld.h> if available.
46991                 (find_executable): Use _NSGetExecutablePath when possible.
46992
46993         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
46994
46995                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
46996                 function.
46997
46998         2005-12-29  Bruno Haible  <bruno@clisp.org>
46999
47000                 * progreloc.c (set_program_name_and_installdir): Fix
47001                 compilation error.
47002
47003         2005-12-04  Bruno Haible  <bruno@clisp.org>
47004
47005                 Cygwin portability.
47006                 * progreloc.c: Include <windows.h> also on Cygwin.
47007                 (find_executable): Add support for Cygwin.
47008                 (set_program_name_and_installdir): Handle also platforms with
47009                 nonempty EXEEXT.
47010
47011         2006-07-11  Bruno Haible  <bruno@clisp.org>
47012
47013                 * javacomp.c: Fix a comment.
47014                 Reported by Jim Meyering.
47015
47016         2006-04-30  Bruno Haible  <bruno@clisp.org>
47017
47018                 * javacomp.h (compile_java_class): Add source_version,
47019                 target_version arguments.
47020                 * javacomp.c: Rewritten to choose only a compiler that
47021                 respects the specified source_version and target_version.
47022
47023         2006-06-27  Bruno Haible  <bruno@clisp.org>
47024
47025                 Assume correct S_ISDIR macro.
47026                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
47027
47028         2006-07-22  Bruno Haible  <bruno@clisp.org>
47029
47030                 * javaversion.h: New file, from GNU gettext.
47031                 * javaversion.c: New file, from GNU gettext.
47032                 * javaversion.java: New file, from GNU gettext.
47033                 * javaversion.class: New file, from GNU gettext.
47034
47035         2006-05-17  Bruno Haible  <bruno@clisp.org>
47036
47037                 Cygwin portability.
47038                 * javaexec.c (execute_java_class): Test for jview program
47039                 also on Cygwin.
47040
47041         2006-04-09  Bruno Haible  <bruno@clisp.org>
47042
47043                 * fatal-signal.c: Don't include string.h.
47044                 (at_fatal_signal): Use a copying loop instead of memcpy.
47045
47046         2005-12-04  Bruno Haible  <bruno@clisp.org>
47047
47048                 * csharpexec.c: Add support for 'clix' launcher (untested).
47049                 (execute_csharp_using_sscli): New function.
47050                 (execute_csharp_program): Call it.
47051
47052         2006-06-21  Bruno Haible  <bruno@clisp.org>
47053
47054                 Avoid warnings from recent versions of mcs.
47055                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
47056                 -o, -L, -r any more. Use options documented since mcs-1.0
47057                 instead. Similarly for -g.
47058
47059         2005-07-09  Bruno Haible  <bruno@clisp.org>
47060
47061                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
47062                 add a .dll suffix.
47063                 Reported by Mark Junker <mjscod@gmx.de>.
47064
47065         2006-06-17  Bruno Haible  <bruno@clisp.org>
47066
47067                 * config.charset: Update for NetBSD 3.0.
47068
47069         2006-05-17  Bruno Haible  <bruno@clisp.org>
47070
47071                 Cygwin portability.
47072                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
47073
47074         2006-05-16  Bruno Haible  <bruno@clisp.org>
47075
47076                 * localcharset.c [CYGWIN]: Include <windows.h>.
47077                 (get_charset_aliases): For Cygwin, return the same CPxxx
47078                 aliases list as under WIN32.
47079                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
47080                 the environment variables. Fall back to GetACP().
47081
47082         2006-04-05  Bruno Haible  <bruno@clisp.org>
47083
47084                 * config.charset: Update Juan Manuel Guerrero's address.
47085
47086         2005-02-12  Bruno Haible  <bruno@clisp.org>
47087
47088                 * allocsa.h: Add extern "C" for C++.
47089
47090         2005-02-10  Bruno Haible  <bruno@clisp.org>
47091
47092                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
47093                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
47094
47095         2006-07-22  Bruno Haible  <bruno@clisp.org>
47096
47097                 * gettext.h: Update to GNU gettext-0.15.
47098
47099 2006-07-22  Bruno Haible  <bruno@clisp.org>
47100
47101         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
47102         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
47103         lib-prefix.m4, longdouble.m4, ssize_t.m4.
47104
47105 2006-07-21  Eric Blake  <ebb9@byu.net>
47106
47107         * modules/stdlib-safer: New file.
47108         * MODULES.html.sh (File stream based Input/Output): Add
47109         stdlib-safer.
47110
47111 2006-07-21  Eric Blake  <ebb9@byu.net>
47112
47113         * lib/stdlib-safer.h: New file from coreutils, required by
47114         stdlib--.h.
47115
47116 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
47117
47118         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
47119
47120 2006-07-20  Bruno Haible  <bruno@clisp.org>
47121
47122         * gnulib-tool: Recognize new option --assume-autoconf.
47123         (autoconf_minversion): New variable.
47124         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
47125
47126 2006-07-20  Bruno Haible  <bruno@clisp.org>
47127
47128         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
47129
47130 2006-07-19  Derek R. Price  <derek@ximbiot.com>
47131
47132         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
47133         Reindent and repaginate.
47134
47135 2006-07-19  Derek Price  <derek@ximbiot.com>
47136
47137         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
47138         Correct grammar.
47139
47140 2006-07-17  Bruno Haible  <bruno@clisp.org>
47141
47142         * modules/list: New file.
47143         * modules/array-list: New file.
47144         * modules/carray-list, modules/carray-list-tests: New files.
47145         * modules/linked-list, modules/linked-list-tests: New files.
47146         * modules/avltree-list, modules/avltree-list-tests: New files.
47147         * modules/rbtree-list, modules/rbtree-list-tests: New files.
47148         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
47149         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
47150         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
47151         * modules/oset: New file.
47152         * modules/array-oset: New file.
47153         * modules/avltree-oset, modules/avltree-oset-tests: New files.
47154         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
47155         * tests/test-carray_list.c: New file.
47156         * tests/test-linked_list.c: New file.
47157         * tests/test-avltree_list.c: New file.
47158         * tests/test-rbtree_list.c: New file.
47159         * tests/test-linkedhash_list.c: New file.
47160         * tests/test-avltreehash_list.c: New file.
47161         * tests/test-rbtreehash_list.c: New file.
47162         * tests/test-avltree_oset.c: New file.
47163         * tests/test-rbtree_oset.c: New file.
47164         * MODULES.html.sh (Container data structures): New section.
47165
47166 2006-07-17  Bruno Haible  <bruno@clisp.org>
47167
47168         * m4/gl_list.m4: New file.
47169
47170 2006-07-17  Bruno Haible  <bruno@clisp.org>
47171
47172         * lib/gl_list.h: New file.
47173         * lib/gl_list.c: New file.
47174         * lib/gl_array_list.h: New file.
47175         * lib/gl_array_list.c: New file.
47176         * lib/gl_carray_list.h: New file.
47177         * lib/gl_carray_list.c: New file.
47178         * lib/gl_linked_list.h: New file.
47179         * lib/gl_linked_list.c: New file.
47180         * lib/gl_anylinked_list1.h: New file.
47181         * lib/gl_anylinked_list2.h: New file.
47182         * lib/gl_avltree_list.h: New file.
47183         * lib/gl_avltree_list.c: New file.
47184         * lib/gl_anyavltree_list1.h: New file.
47185         * lib/gl_anyavltree_list2.h: New file.
47186         * lib/gl_rbtree_list.h: New file.
47187         * lib/gl_rbtree_list.c: New file.
47188         * lib/gl_anyrbtree_list1.h: New file.
47189         * lib/gl_anyrbtree_list2.h: New file.
47190         * lib/gl_anytree_list1.h: New file.
47191         * lib/gl_anytree_list2.h: New file.
47192         * lib/gl_linkedhash_list.h: New file.
47193         * lib/gl_linkedhash_list.c: New file.
47194         * lib/gl_anyhash_list1.h: New file.
47195         * lib/gl_anyhash_list2.h: New file.
47196         * lib/gl_avltreehash_list.h: New file.
47197         * lib/gl_avltreehash_list.c: New file.
47198         * lib/gl_rbtreehash_list.h: New file.
47199         * lib/gl_rbtreehash_list.c: New file.
47200         * lib/gl_anytreehash_list1.h: New file.
47201         * lib/gl_anytreehash_list2.h: New file.
47202
47203         * lib/gl_oset.h: New file.
47204         * lib/gl_oset.c: New file.
47205         * lib/gl_array_oset.h: New file.
47206         * lib/gl_array_oset.c: New file.
47207         * lib/gl_avltree_oset.h: New file.
47208         * lib/gl_avltree_oset.c: New file.
47209         * lib/gl_rbtree_oset.h: New file.
47210         * lib/gl_rbtree_oset.c: New file.
47211         * lib/gl_anytree_oset.h: New file.
47212
47213 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
47214
47215         * m4/mkancesdirs.m4: New file.
47216         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
47217         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
47218         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
47219         it.
47220
47221 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
47222
47223         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
47224         * lib/mkancesdirs.h: New files.
47225         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
47226         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
47227         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
47228         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
47229         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
47230         callers changed.  Revamp internals significantly, by not
47231         attempting to create directories that are temporarily more
47232         permissive than the final results.  Do not attempt to use
47233         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
47234         This removes some race conditions, fixes some bugs, and simplifies
47235         things.  Use new dirchownmod function to do owner and mode changes.
47236         * lib/mkdir-p.h: Likewise.
47237         * lib/modechange.c (octal_to_mode): New function.
47238         (struct mode_change): New member mentioned.
47239         (make_node_op_equals): New arg mentioned.  All callers changed.
47240         (mode_compile): Keep track of which mode bits the user has explicitly
47241         mentioned.
47242         (mode_adjust): New arg DIR, so that we implement the X op correctly.
47243         New arg PMODE_BITS, to keep track of which mode bits the user
47244         mentioned; it treats S_ISUID and S_ISGID speciall.
47245         All callers changed.
47246         * lib/modechange.h: Likewise.
47247
47248 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
47249
47250         * MODULES.html.sh: Add mkancestors.
47251         * modules/mkancesdirs: New module.
47252         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
47253         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
47254         The chdir-safer and afs files are now orphans; I'll remove them
47255         unless someone speaks up.
47256         Add lib/dirchownmod.c, lib/dirchownmod.h.
47257         (Depends-on): Remove alloca, chown, save-cwd, dirname.
47258         Add lchown, mkancesdirs.
47259         (Maintainer): Add self.
47260
47261 2006-07-15  Karl Berry  <karl@gnu.org>
47262
47263         * gnulib-tool: help message wording/arrangement.
47264
47265 2006-07-14  Simon Josefsson  <jas@extundo.com>
47266
47267         * doc/gnulib.texi (Libtool and Windows): New section.
47268
47269 2006-07-12  Simon Josefsson  <jas@extundo.com>
47270
47271         * modules/gendocs (License): Fix license, approved by Karl.
47272
47273 2006-07-12  Eric Blake  <ebb9@byu.net>
47274
47275         * MODULES.html.sh: Add gendocs.
47276
47277 2006-07-11  Eric Blake  <ebb9@byu.net>
47278
47279         * modules/fdl: New module, to install doc/fdl.texi.
47280         * MODULES.html.sh: Add new section for documentation modules.
47281         * gnulib-tool: Avoid space-tab.
47282         (--doc-base): New option, to manage files from doc.
47283
47284 2006-07-11  Eric Blake  <ebb9@byu.net>
47285
47286         * m4/absolute-header.m4: Fix comments to match recent change.
47287
47288 2006-07-11  Eric Blake  <ebb9@byu.net>
47289
47290         * gnulib-tool: List --doc-base before --tests-base.
47291
47292 2006-07-11  Derek R. Price  <derek@ximbiot.com>
47293
47294         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
47295
47296 2006-07-11  Bruno Haible  <bruno@clisp.org>
47297
47298         * README: Mention where to put documentation.
47299
47300 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47301
47302         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
47303
47304 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
47305
47306         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
47307         to stdint.m4.
47308
47309 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
47310
47311         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
47312         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
47313         "no/such/file/stdint.h" when there is no such file, so that
47314         the resulting C code can be parsed by dodgy compilers.
47315         Problems reported by Bob Proulx.
47316
47317 2006-07-10  Derek R. Price  <derek@ximbiot.com>
47318
47319         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
47320         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
47321         macros into the GNU _D_EXACT_NAMLEN.
47322         * lib/savedir.c:  Likewise.
47323         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
47324
47325 2006-07-10  Derek R. Price  <derek@ximbiot.com>
47326         and Paul Eggert  <eggert@cs.ucla.edu>
47327
47328         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
47329         * m4/savedir.m4:
47330         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
47331         macros into the GNU _D_EXACT_NAMLEN.
47332
47333 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
47334
47335         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
47336         around the absolute name, to work around a problem with the HP-UX
47337         11.23 native C compiler, reported by Bob Proulx.
47338
47339 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
47340
47341         * doc/maintain.texi, make-stds.texi: Sync from
47342         <http://savannah.gnu.org/projects/gnustandards>.
47343
47344 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
47345
47346         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
47347
47348 2006-07-09  Jim Meyering  <jim@meyering.net>
47349
47350         * m4/glob.m4: Remove a doubled word in a comment.
47351
47352 2006-07-09  Jim Meyering  <jim@meyering.net>
47353
47354         * lib/argp-pv.c: Remove a doubled word in a comment.
47355         * lib/check-version.c (check_version): Likewise.
47356         * lib/javacomp.c (compile_java_class): Likewise.
47357
47358 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
47359
47360         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
47361         for the benefit of people using Autoconf 2.60.  If you want to
47362         support older Autoconf versions you can copy m4/onceonly_2_57.m4
47363         (or m4/onceonly.m4, if pre-2.57) manually.
47364
47365 2006-07-08  Jim Meyering  <jim@meyering.net>
47366
47367         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
47368         comment.
47369         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
47370         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
47371         comment.
47372
47373 2006-07-08  Jim Meyering  <jim@meyering.net>
47374
47375         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
47376
47377 2006-07-07  Simon Josefsson  <jas@extundo.com>
47378
47379         * tests/test-crc.c: Change expected crc value, the test vector
47380         were probably computed using the old broken crc.c?
47381
47382 2006-07-06  Simon Josefsson  <jas@extundo.com>
47383
47384         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
47385         now the canonical place for the M4 file).
47386
47387         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
47388         from the sys_socket dependency now.
47389
47390         * modules/inet_pton (Files): Ditto.
47391
47392         * modules/inet_ntop (Files): Ditto.
47393
47394 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
47395
47396         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
47397         not gl_PREREQ_GETUSERSHELL.
47398
47399 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47400
47401         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
47402         with only one argument, for Autoconf 2.60.
47403         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
47404         expand to nothing, so add a shell command to avoid syntax error.
47405         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
47406
47407 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
47408
47409         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
47410
47411 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
47412
47413         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
47414         no longer needed.  Check for isblank decl.
47415         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
47416         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
47417         of existence.
47418
47419 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
47420
47421         * lib/getloadavg.c: Use __VMS, not VMS.
47422         * lib/getopt.c: Likewise.
47423         * lib/getpagesize.h: Likewise.
47424         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
47425         and probably does not work.
47426
47427 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
47428
47429         * lib/.cppi-disable: Add wcwidth.
47430         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
47431         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
47432         (ISGRAPH): Remove.  All uses changed to isgraph.
47433         (FOLD) [!defined _LIBC]: Remove special case.
47434         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
47435         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
47436         HAVE_ISBLANK.
47437         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
47438         case.
47439
47440 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
47441
47442         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
47443         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
47444         brackets.  Other minor changes to suppress some compiler
47445         warnings.
47446
47447 2006-07-06  Derek R. Price  <derek@ximbiot.com>
47448         and Paul Eggert  <eggert@cs.ucla.edu>
47449
47450         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
47451         of invoking obsolescent AC_HEADER_DIRENT macro.
47452         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
47453         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
47454         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
47455         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
47456         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
47457         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
47458         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
47459         * m4/readdir.m4: Remove; no longer needed.
47460
47461 2006-07-06  Derek R. Price  <derek@ximbiot.com>
47462         and Paul Eggert  <eggert@cs.ucla.edu>
47463
47464         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
47465         Don't worry about this obsolete case any more.
47466         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
47467         directories.
47468         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
47469         worry about this obsolete case any more.
47470         * lib/fts.c: Likewise.
47471         * lib/getcwd.c: Likewise.
47472         * lib/glob.h: Likewise.
47473         * lib/savedir.c: Likewise.
47474
47475 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
47476
47477         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
47478         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
47479         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
47480         needed.
47481         All uses removed.
47482         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
47483         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
47484         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
47485         needed.
47486         * m4/getdate.m4 (gl_GETDATE): Likewise.
47487         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
47488         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
47489         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
47490         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
47491         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
47492         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
47493         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
47494         needed.
47495
47496 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
47497
47498         * lib/memcasecmp.c: Include <limits.h>.
47499         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
47500         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
47501         Don't assume isdigit succeeds only on '0' through '9'.
47502
47503 2006-07-05  Eric Blake  <ebb9@byu.net>
47504
47505         * modules/getaddrinfo (Depends-on): Add snprintf.
47506
47507 2006-07-05  Eric Blake  <ebb9@byu.net>
47508
47509         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
47510         to avoid 'header present but could not be compiled' on cygwin.
47511
47512 2006-07-05  Eric Blake  <ebb9@byu.net>
47513
47514         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
47515         missing from netdb.h.
47516         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
47517
47518 2006-07-05  Derek R. Price  <derek@ximbiot.com>
47519
47520         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
47521         no longer needed.
47522         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
47523         * m4/getdate.m4 (gl_GETDATE): Likewise.
47524         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
47525         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
47526         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
47527         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
47528         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
47529
47530 2006-07-05  Derek R. Price  <derek@ximbiot.com>
47531
47532         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
47533         All uses of is_space replaced by isspace.
47534         * lib/exit.h: Don't talk about STDC_HEADERS.
47535         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
47536         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
47537         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
47538         replaced by isprint etc.
47539         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
47540         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
47541         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
47542         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
47543         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
47544         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
47545
47546 2006-07-05  Bruno Haible  <bruno@clisp.org>
47547
47548         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
47549         the function exists, before testing against AIX.
47550         Reported by Martin Lambers <marlam@marlam.de>.
47551
47552 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
47553
47554         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
47555         From Mark D. Baushke.
47556
47557 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
47558
47559         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
47560         to the absolute name, not just one, to bypass Sun C 5.8's
47561         "warning: #include of /usr/include/... may be non-portable".
47562
47563 2006-07-04  Eric Blake  <ebb9@byu.net>
47564
47565         * modules/dirname-tests: New test module.
47566         * tests/test-dirname.c: New file, replacing dirname.c
47567         TEST_DIRNAME section that was recently deleted.
47568
47569 2006-07-04  Bruno Haible  <bruno@clisp.org>
47570
47571         Assume ANSI C header files and <ctype.h> functions.
47572         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
47573         (mbsnwidth): Use isprint, iscntrl instead.
47574
47575 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
47576
47577         Merge from coreutils.
47578         * MODULES.html.sh: Add xstrtold.
47579         * modules/xstrtold: New file.
47580         * modules/cycle-check (Files): Add lib/same-inode.h.
47581         * modules/dirname (Files): Add m4/double-slash-root.m4.
47582         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
47583         * modules/mkdir-p (Files): Add lib/same-inode.h.
47584         * modules/same (Files): Add lib/same-inode.h.
47585
47586 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
47587
47588         * m4/absolute-header.m4: Renamed from full-header-path.m4.
47589         This is to keep the terminology clean; POSIX talks about
47590         "absolute pathnames", not "full pathnames", but the GNU
47591         Coding Standards say to use "path" for something else;
47592         so use "absolute" to keep both sides happy.
47593         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
47594         Set gl_absolute_header, not gl_full_header_path.
47595         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
47596         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
47597         All uses changed.
47598
47599         Merge from coreutils.
47600
47601         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
47602
47603         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
47604         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
47605         want to require the building of c-strtod.o.
47606         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
47607         needs -lm directly.
47608         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
47609
47610         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
47611
47612         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
47613         --as-needed option if available.  Problem reported by Albert Chin in
47614         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
47615         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
47616         cc merely issues a bunch of annoying warnings for --as-needed
47617         (this problem was reported by Bob Proulx).  Also, try linking with
47618         -lm to detect a bug in binutils 2.16 (this problem was reported
47619         by Ralf Wildenhues).
47620
47621         2006-06-18  Jim Meyering  <jim@meyering.net>
47622
47623         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
47624         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
47625         macro.
47626         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
47627         also check for glibc-2.4's abort-inducing bug.
47628
47629         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
47630         Low-probability clean-up should be to use rmdir to get rid of
47631         the just-created directory, not unlink.
47632
47633         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
47634         configure fail, and request a bug report to inform us about it.
47635         Add a comment that, barring reports to the contrary, in 2007 we'll
47636         assume ftruncate is universally available.
47637
47638         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
47639
47640         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
47641
47642         2006-03-12  Jim Meyering  <jim@meyering.net>
47643
47644         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
47645         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
47646         * m4/same.m4 (gl_SAME): Likewise.
47647         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
47648
47649         2006-03-11  Eric Blake  <ebb9@byu.net>
47650
47651         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
47652         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
47653         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
47654         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
47655
47656 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
47657
47658         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
47659         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
47660         reported by Mark D. Baushke, one in
47661         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
47662
47663         Merge from coreutils.
47664
47665         * lib/.cppi-disable: Add stdint_.h.
47666         * lib/.cvsignore: Add stdint.h.
47667
47668         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
47669
47670         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
47671         both double and long double versions.
47672         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
47673         * lib/xstrtold.c: New file.
47674         * lib/xstrtod.h (xstrtold): New decl.
47675
47676         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
47677
47678         * lib/filemode.c (setst): Remove.
47679         (strmode): Rewrite to avoid setst.  This makes the code shorter,
47680         (arguably) clearer, and the generated code is a bit smaller on my
47681         Debian GNU/Linux stable x86 host.
47682
47683         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
47684
47685         * lib/filemode.c: Include "filemode.h" first, to test the interface.
47686         Assume that filemode.h includes sys/types.h and sys/stat.h.
47687         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
47688         (ftypelet): Reorder to put common cases first, for efficiency.
47689         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
47690         to do 'M'.
47691         (strmode): Renamed from mode_string, and now stores 12 bytes instead
47692         of 10, for compatibility with FreeBSD.  All callers changed.
47693         (filemodestring): Now stores 12 bytes instead of 10, and sets file
47694         types that can't be deduced solely from st_mode.  First arg is now a
47695         const pointer.
47696         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
47697         (strmode): Renamed from mode_string.
47698         (filemodestring): New decl.
47699         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
47700         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
47701         needed.
47702         (S_ISPORT, S_ISWHT): New macros, if not already defined.
47703
47704         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
47705
47706         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
47707         fsusage.h now does that.  Include fsusage.h first, to test interface.
47708         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
47709         at most one method (the old code could have generated decls that
47710         didn't conform to C89, not that this was ever exercised).
47711         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
47712
47713         2006-03-19  Jim Meyering  <jim@meyering.net>
47714
47715         Work even in a chroot where d_ino values for entries in "/"
47716         don't match the stat.st_ino values for the same names.
47717         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
47718         number, iterate through all entries again, using lstat instead.
47719         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
47720         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
47721
47722         * lib/getcwd.c (__getcwd): Clarify a comment.
47723         Use memcpy in place of a call to strcpy.
47724
47725         2006-03-12  Jim Meyering  <jim@meyering.net>
47726
47727         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
47728         matches that of the current directory (which we're about to chdir ".."
47729         out of), then save the dev-ino of the parent, instead.
47730
47731         * lib/same-inode.h (SAME_INODE): New file/macro.
47732         * lib/chdir-safer.c (SAME_INODE): Remove definition.
47733         Include "same-inode.h", instead.
47734         * lib/same.c: Likewise.
47735         * lib/cycle-check.h: Include "same-inode.h".
47736         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
47737         * lib/cycle-check.c (SAME_INODE): Remove definition.
47738         * lib/root-dev-ino.h: Include "same-inode.h".
47739
47740         2006-03-11  Eric Blake  <ebb9@byu.net>
47741
47742         * lib/same.c (same_name): s/base_name/last_component/
47743         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
47744         * lib/filenamecat.c (file_name_concat): Likewise.
47745
47746         2006-03-11  Eric Blake  <ebb9@byu.net>,
47747                     Paul Eggert  <eggert@cs.ucla.edu>
47748
47749         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
47750         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
47751         drive prefix.
47752         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
47753         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
47754         (last_component): New method.
47755         * lib/dirname.c (dir_len): Determine when drive letters need a
47756         subsequent slash.  Preserve // when it is special.
47757         (dir_name): Don't append dot when drive letter is absolute.
47758         [TEST_DIRNAME]: Move into a full-blown gnulib test.
47759         * lib/basename.c (base_name): New semantics - malloc the result.
47760         Preserve // when it is special.  Preserve relative files that look
47761         like drive letters.
47762         (base_len): Preserve // when it is special.
47763         (last_component): New method, similar to old base_name semantics.
47764         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
47765         base_name.  Strip redundant slashes from ///.
47766
47767 2006-07-03  Jim Meyering  <jim@meyering.net>
47768
47769         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
47770         macro is used before the first cycle_check call.
47771
47772 2006-07-03  Eric Blake  <ebb9@byu.net>
47773
47774         * modules/dirname (Depends-on): Add xstrndup.
47775
47776 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
47777
47778         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
47779         test cases, so that config.log is a bit easier to follow.
47780
47781 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
47782
47783         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
47784         both are 64 bits, since this seems to be the tradition, and this
47785         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
47786         we ever run into a host that prefers long long to long in this
47787         case, we'll need another configure-time test.  Problem reported by
47788         Jim Meyering.
47789
47790 2006-07-02  Eric Blake  <ebb9@byu.net>
47791
47792         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
47793
47794 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
47795
47796         * modules/inttypes (Depends-on): No longer depends on stdint.
47797         * modules/stdint (Description): Say more about assumptions.
47798         Say that the fast types might differ.  Say macros are used.
47799         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
47800         (Makefile.am): Revise list of substituted symbols to match
47801         new stdint.m4.
47802         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
47803         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
47804         * tests/test-stdint.c (verify_same_types)
47805         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
47806         the code conforms to C99/C89.
47807         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
47808         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
47809
47810 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
47811
47812         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
47813         but fix a bug, by requiring at least 64 bits.
47814         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
47815         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
47816         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
47817         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
47818
47819         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
47820         changes.  Make 2.59 a prerequisite.  Check and substitute for
47821         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
47822         inttypes.h.  Do not use special include files; just use the
47823         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
47824         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
47825         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
47826         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
47827         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
47828         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
47829         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
47830         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
47831         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
47832         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
47833         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
47834         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
47835         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
47836         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
47837         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
47838         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
47839         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
47840         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
47841         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
47842         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
47843         WINT_MAX.  Check for C99 conformance more strictly, by detecting
47844         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
47845         not check for things that C99 does not require, e.g., int8_t.  If
47846         a test isn't needed unless <stdint.h> isn't working, and is
47847         unlikely to be needed for any other reason, then don't do it
47848         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
47849         size_t, since we assume C89 freestanding at least.  Do not check
47850         for sig_atomic_t, wchar_t, or wint_t, since the code now does
47851         the right thing even if the types are not defined.  Instead use:
47852         (gl_STDINT_TYPE_PROPERTIES): New macro.
47853         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
47854         testing whether <sys/types.h> clashes, as Autoconf does this for
47855         us now.  All uses removed.
47856         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
47857         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
47858         (gl_CHECK_TYPE_SAME):
47859         Remove; no longer needed.
47860         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
47861         exists, since we'll return 0 anyway in that case.
47862         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
47863
47864 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
47865
47866         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
47867         possible collision with system files.
47868         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
47869         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
47870         WCHAR_MIN and WCHAR_MAX in this case.
47871         (<stddef.h>): Do not include; no longer needed.
47872         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
47873         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
47874         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
47875         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
47876         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
47877         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
47878         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
47879         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
47880         !defined(__c99))]: Include in this case too, since it's harmless
47881         now.
47882         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
47883         dangerous to do so.
47884         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
47885         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
47886         (_STDINT_MIN, _STDINT_MAX): New macros.
47887         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
47888         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
47889         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
47890         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
47891         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
47892         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
47893         macros, not typedefs; this simplifies things quite a bit.
47894         Use long int for all types narrower than int64_t.
47895         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
47896         Define in terms of long long int or int64_t or long int,
47897         not int64_t or int32_t.  This saves some compile-time testing.
47898         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
47899         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
47900         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
47901         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
47902         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
47903         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
47904         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
47905         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
47906         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
47907         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
47908         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
47909         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
47910         undef any previous version and define our own version, for
47911         simplicity and consistency with the new macros for types.
47912         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
47913         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
47914         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
47915         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
47916         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
47917         @WINT_T_SUFFIX@ to keep things simple here.
47918         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
47919         Simplify by assuming typical 8/16/32/64 host, since we're
47920         already doing that elsewhere anyway.
47921         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
47922         and assume long long int is 64 bits if available.  This
47923         speeds up 'configure'.
47924
47925 2006-07-01  Eric Blake  <ebb9@byu.net>
47926
47927         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
47928         Reported by Andreas Buening.
47929
47930 2006-07-01  Eric Blake  <ebb9@byu.net>
47931
47932         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
47933
47934 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
47935
47936         * lib/getaddrinfo.c: fixed typo
47937
47938 2006-06-29  Jim Meyering  <jim@meyering.net>
47939
47940         * modules/strftime (Maintainer): Add my name, since with the
47941         FPRINTFTIME changes strftime.c has forked from glibc.
47942
47943 2006-06-29  Eric Blake  <ebb9@byu.net>
47944
47945         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
47946
47947 2006-06-29  Eric Blake  <ebb9@byu.net>
47948
47949         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
47950
47951 2006-06-29  Eric Blake  <ebb9@byu.net>
47952
47953         * lib/stat_.h: New file.
47954
47955 2006-06-29  Eric Blake  <ebb9@byu.net>
47956
47957         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
47958         unused static function.
47959
47960 2006-06-29  Eric Blake  <ebb9@byu.net>
47961
47962         * doc/functions.texi (Function Portability): Document missing lstat
47963         on mingw.
47964
47965 2006-06-29  Eric Blake  <ebb9@byu.net>
47966
47967         * MODULES.html.sh: Add sys_stat.
47968         * modules/sys_stat: New module.
47969         * modules/mkstemp (Depends-on): Add sys_stat.
47970
47971 2006-06-29  Derek R. Price  <derek@ximbiot.com>
47972
47973         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
47974
47975 2006-06-29  Derek R. Price  <derek@ximbiot.com>
47976
47977         * m4/c-bs-a.m4: Removed.
47978
47979 2006-06-29  Derek R. Price  <derek@ximbiot.com>
47980
47981         * lib/strftime.c: Assume strftime() exists.
47982
47983 2006-06-29  Derek Price  <derek@ximbiot.com>
47984
47985         * modules/c-bs-a: Removed - \a is C89.
47986         * MODULES.html.sh: Remove c-bs-a.
47987
47988 2006-06-29  Bruno Haible  <bruno@clisp.org>
47989
47990         * modules/wcwidth (License): Change to LGPL.
47991
47992 2006-06-28  Simon Josefsson  <jas@extundo.com>
47993
47994         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
47995         on _WIN32.
47996
47997         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
47998         getnameinfo.
47999
48000 2006-06-28  Simon Josefsson  <jas@extundo.com>
48001
48002         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
48003
48004 2006-06-28  Simon Josefsson  <jas@extundo.com>
48005
48006         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
48007         functions there.  It will succeed on Windows XP, but on Windows
48008         2000 and (presumably) earlier, it will fail, and use the internal
48009         re-implementation.
48010         (use_win32_p): New function.
48011         (getaddrinfo): Use strtoul on servname, to support numeric ports.
48012         Support AI_NUMERICSERV to disable getservbyname.
48013         (getnameinfo): New function, only supports
48014         NI_NUMERICHOST|NI_NUMERICSERV for now.
48015
48016         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
48017         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
48018         getnameinfo.
48019
48020 2006-06-28  Eric Blake  <ebb9@byu.net>
48021
48022         * modules/wcwidth: New file.
48023         * modules/mbchar (Depends-on): Add wcwidth.
48024         * modules/mbswidth (Depends-on): Add wcwidth.
48025         * MODULES.html.sh: Add wcwidth.
48026
48027 2006-06-28  Eric Blake  <ebb9@byu.net>
48028
48029         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
48030         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
48031
48032 2006-06-28  Eric Blake  <ebb9@byu.net>
48033
48034         * lib/xvasprintf.h: Fix comments.
48035
48036 2006-06-28  Eric Blake  <ebb9@byu.net>
48037
48038         * lib/mbchar.h (wcwidth): Include wcwidth.h.
48039         * lib/mbswidth.c (wcwidth): Move from here...
48040         * lib/wcwidth.h: ...to this new file.
48041
48042 2006-06-28  Derek R. Price  <derek@ximbiot.com>
48043
48044         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
48045
48046         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
48047         it's obsolete.
48048         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
48049
48050 2006-06-28  Derek R. Price  <derek@ximbiot.com>
48051
48052         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
48053         Autoconf 2.60 says this stuff was obsolete.
48054
48055 2006-06-28  Bruno Haible  <bruno@clisp.org>
48056
48057         * modules/wcwidth (Files): Add m4/wchar_t.m4.
48058
48059 2006-06-28  Bruno Haible  <bruno@clisp.org>
48060
48061         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
48062         gt_TYPE_WCHAR_T.
48063
48064 2006-06-28  Bruno Haible  <bruno@clisp.org>
48065
48066         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
48067         declaration for wcwidth.
48068         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
48069
48070 2006-06-28  Bruno Haible  <bruno@clisp.org>
48071
48072         * lib/mkdtemp.c [MINGW]: Include <io.h>.
48073         (mkdir): Define using _mkdir.
48074
48075 2006-06-28  Bruno Haible  <bruno@clisp.org>
48076
48077         * lib/getaddrinfo.h: Fix POSIX URL.
48078         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
48079         _WIN32.
48080         (use_win32_p): Make static.
48081         (getaddrinfo): Reject service name if it is empty or does not consist
48082         solely of decimal digits, or if its value is > 65535.
48083         (getnameinfo): Remove useless casts.
48084
48085 2006-06-27  Simon Josefsson  <jas@extundo.com>
48086
48087         * modules/sys_select: New file, suggested by Bruno Haible, Paul
48088         Eggert and Martin Lambers.
48089
48090 2006-06-27  Simon Josefsson  <jas@extundo.com>
48091
48092         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
48093         Eggert and Martin Lambers.
48094
48095 2006-06-27  Bruno Haible  <bruno@clisp.org>
48096
48097         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
48098         result to 0, not to empty.
48099         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
48100
48101 2006-06-27  Bruno Haible  <bruno@clisp.org>
48102
48103         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
48104
48105 2006-06-26  Simon Josefsson  <jas@extundo.com>
48106
48107         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
48108         present.
48109
48110 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
48111
48112         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
48113         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
48114         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
48115
48116 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
48117
48118         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
48119
48120 2006-06-26  Bruno Haible  <bruno@clisp.org>
48121
48122         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
48123
48124 2006-06-26  Bruno Haible  <bruno@clisp.org>
48125
48126         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
48127
48128 2006-06-26  Bruno Haible  <bruno@clisp.org>
48129
48130         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
48131         SGI C compiler in pre-C99 mode.
48132         Suggested by Mark D. Baushke and Larry Jones.
48133
48134 2006-06-26  Bruno Haible  <bruno@clisp.org>
48135
48136         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
48137         WCHAR_MAX.
48138         Reported by Mark D. Baushke and Larry Jones.
48139
48140 2006-06-26  Bruno Haible  <bruno@clisp.org>
48141
48142         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
48143         in pre-C99 mode.
48144         Suggested by Mark D. Baushke and Larry Jones.
48145
48146 2006-06-23  Simon Josefsson  <jas@extundo.com>
48147             Bruno Haible  <bruno@clisp.org>
48148
48149         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
48150         Emit mostlyclean-local rule.
48151         (func_emit_tests_Makefile_am): Likewise.
48152         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
48153
48154 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
48155
48156         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
48157
48158 2006-06-23  Bruno Haible  <bruno@clisp.org>
48159
48160         * tests/test-stdint.c: Update to match ISO C 99 Technical
48161         Corrigendum 1.
48162
48163 2006-06-23  Bruno Haible  <bruno@clisp.org>
48164
48165         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
48166
48167 2006-06-23  Bruno Haible  <bruno@clisp.org>
48168
48169         * lib/stdint_.h: Treat IRIX like OpenBSD.
48170
48171 2006-06-23  Bruno Haible  <bruno@clisp.org>
48172
48173         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
48174         ISO C 99 Technical Corrigendum 1.
48175
48176 2006-06-22  Simon Josefsson  <jas@extundo.com>
48177
48178         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
48179         MinGW.
48180
48181 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
48182
48183         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
48184         needed.  Some compiler complained about some of them.  Problem reported
48185         by Larry Jones in
48186         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
48187
48188 2006-06-21  Simon Josefsson  <jas@extundo.com>
48189
48190         * tests/test-getaddrinfo.c: New file.
48191
48192         * modules/getaddrinfo-tests: New file.
48193
48194         * MODULES.html.sh: Add inet_pton.
48195
48196         * modules/inet_pton: New file.
48197
48198 2006-06-21  Simon Josefsson  <jas@extundo.com>
48199
48200         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
48201         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
48202         of using the (limited) gnulib implementation on Windows XP.
48203
48204         * m4/inet_pton.m4: New file.
48205
48206 2006-06-21  Simon Josefsson  <jas@extundo.com>
48207
48208         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
48209         variable.
48210
48211         * lib/socket_.h: Don't define WINVER.
48212
48213         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
48214         slightly modified to work in gnulib.
48215
48216 2006-06-21  Simon Josefsson  <jas@extundo.com>
48217
48218         * doc/gnulib.texi (Windows sockets): Add.
48219
48220 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
48221
48222         * lib/read-file.c (fread_file): Start with buffer allocation of
48223         0 bytes rather than 1 byte; this simplifies the code.
48224         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
48225         code to free buffer and save/restore errno.
48226         (internal_read_file): Remove unused local.
48227
48228 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
48229
48230         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
48231         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
48232         Problem reported by Denis Excoffier in
48233         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
48234
48235 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
48236
48237         * modules/sys_socket, modules/socklen: Include sys/types since
48238         FreeBSD 4.x's sys/socket.h needs it.
48239
48240 2006-06-19  Simon Josefsson  <jas@extundo.com>
48241
48242         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
48243
48244 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
48245
48246         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
48247
48248 2006-06-19  Bruno Haible  <bruno@clisp.org>
48249
48250         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
48251         and FULL_PATH_INTTYPES_H in angle brackets.
48252         Reported by Mark D. Baushke <mdb@gnu.org>.
48253
48254 2006-06-17  Eric Blake  <ebb9@byu.net>
48255
48256         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
48257         errno.
48258
48259 2006-06-17  Bruno Haible  <bruno@clisp.org>
48260
48261         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
48262         <sys/inttypes.h>.
48263
48264 2006-06-17  Bruno Haible  <bruno@clisp.org>
48265
48266         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
48267         whether errno is declared. Assume <errno.h> declares errno.
48268
48269 2006-06-17  Bruno Haible  <bruno@clisp.org>
48270
48271         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
48272
48273 2006-06-17  Bruno Haible  <bruno@clisp.org>
48274
48275         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
48276         problem on Solaris 2.5.1.
48277
48278 2006-06-16  Eric Blake  <ebb9@byu.net>
48279
48280         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
48281         * lib/unicodeio.c [!defined errno]: Likewise.
48282         * lib/strtol.c [!defined errno]: Likewise.
48283         * lib/strtod.c [!defined errno]: Likewise.
48284
48285 2006-06-15  Eric Blake  <ebb9@byu.net>
48286
48287         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
48288
48289 2006-06-15  Eric Blake  <ebb9@byu.net>
48290
48291         * config/srclist.txt (ssize_t.m4): Lose sync.
48292
48293 2006-06-15  Bruno Haible  <bruno@clisp.org>
48294
48295         * modules/stdint (Files): Include m4/full-header-path.m4,
48296         m4/size_max.m4, m4/wchar_t.m4.
48297         (Makefile.am): Many more substitutions.
48298         * modules/stdint-tests: New file.
48299         * tests/test-stdint.c: New file.
48300
48301 2006-06-15  Bruno Haible  <bruno@clisp.org>
48302
48303         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
48304         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
48305         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
48306         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
48307         gl_CHECK_TYPE_SAME): New macros.
48308
48309 2006-06-15  Bruno Haible  <bruno@clisp.org>
48310
48311         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
48312
48313 2006-06-15  Bruno Haible  <bruno@clisp.org>
48314
48315         * lib/stdint_.h: Rewritten to be fully auto-configured.
48316         Fixes bug on HP-UX/IA64.
48317
48318 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
48319
48320         * lib/getdate.y (__attribute__): Don't define if already defined.
48321         Problem reported by Larry Jones.
48322         * lib/utimens.c (__attribute__): Likewise.
48323
48324 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
48325
48326         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
48327         reported by Andreas Schwab.
48328
48329 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48330             Bruno Haible  <bruno@clisp.org>
48331
48332         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
48333         check for the declaration of strnlen and a run test that exposes the
48334         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
48335         rpl_strndup.
48336
48337 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48338             Bruno Haible  <bruno@clisp.org>
48339
48340         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
48341
48342 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48343
48344         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
48345         compile test, for Tru64 4.0D.
48346
48347 2006-05-28  Karl Berry  <karl@gnu.org>
48348
48349         * config/srclist.txt (printf-args.c): lose sync.
48350
48351 2006-05-26  Martin Lambers  <marlam@marlam.de>
48352
48353         * lib/getpass.c: Updates the test for the native W32 API, and adds
48354         missing includes, thus fixing compilation warnings.
48355
48356 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
48357
48358         * lib/exclude.c (exclude_fnmatch): New function.
48359         (excluded_file_name): Call exclude_fnmatch.
48360         * lib/exclude.h (excluded_file_name): New prototype
48361
48362 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
48363
48364         * lib/tempname.c (small_open, large_open): New macros.
48365         (__open, __open64) [!_LIBC]: Remove.
48366         (__gen_tempname): Use small_open and large_open instead of __open
48367         and __open64.  This fixes a portability bug on HP-UX 11.11i
48368         reported by Simon Wing-Tang in
48369         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
48370
48371 2006-05-24  Bruno Haible  <bruno@clisp.org>
48372
48373         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
48374         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
48375         Reported by Thorsten Maerz <torte@netztorte.de> via
48376         Aaron Stone <aaron@serendipity.cx>.
48377
48378 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
48379
48380         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
48381         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
48382         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
48383         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
48384         not really conditional on the cache.
48385         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
48386
48387 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
48388
48389         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
48390         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
48391         (my_usleep): Don't mishandle maximum value.
48392
48393 2006-05-19  Jim Meyering  <jim@meyering.net>
48394
48395         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
48396
48397 2006-05-17  Bruno Haible  <bruno@clisp.org>
48398
48399         Cygwin portability.
48400         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
48401
48402 2006-05-17  Bruno Haible  <bruno@clisp.org>
48403
48404         * lib/stdint_.h: Fix recognition of Cygwin.
48405
48406 2006-05-15  Bruno Haible  <bruno@clisp.org>
48407
48408         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
48409         on libtool patch by Ralf Wildenhues.
48410
48411 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
48412
48413         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
48414         test for C99 conformance; (bool) 0.5 is an integer constant
48415         expression, but (bool) -0.5 is not.  Problem reported by Fedor
48416         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
48417
48418 2006-05-11  Simon Josefsson  <jas@extundo.com>
48419
48420         * m4/xvasprintf.m4: Fix obvious typo.
48421
48422 2006-05-11  Jim Meyering  <jim@meyering.net>
48423
48424         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
48425         James Lemley.
48426
48427 2006-05-10  Simon Josefsson  <jas@extundo.com>
48428
48429         * lib/md4.c: Typo fix, update copyright years.
48430         (K1, K2): Don't use L because it turn computations into 64-bit on
48431         64-bit platforms.
48432
48433 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
48434
48435         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
48436         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
48437         unwanted sign propagation, e.g., on hosts with 64-bit int.
48438         There still are some problems with reeelly weird theoretical hosts
48439         (e.g., 33-bit int) but it's not worth worrying about now.
48440         * lib/sha1.c (rol): Likewise.
48441         (K1, K2, K3, K4): Remove unnecessary L suffix.
48442
48443 2006-05-10  Bruno Haible  <bruno@clisp.org>
48444
48445         * lib/des.c: Cast to avoid warnings.
48446
48447 2006-05-09  Bruno Haible  <bruno@clisp.org>
48448
48449         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
48450         (Depends-on): Depend also on xsize, stdarg.
48451         (configure.ac): Add gl_XVASPRINTF.
48452
48453 2006-05-09  Bruno Haible  <bruno@clisp.org>
48454
48455         * m4/xvasprintf.m4: New file.
48456
48457 2006-05-09  Bruno Haible  <bruno@clisp.org>
48458
48459         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
48460         (EOVERFLOW): Define fallback value.
48461         (xstrcat): New function.
48462         (xvasprintf): Recognize the special case of a string concatenation.
48463
48464 2006-05-08  Eric Blake  <ebb9@byu.net>
48465
48466         * gnulib-tool (func_version): Base copyright year on CVS date.
48467         (func_emit_copyright_notice): New function.
48468         (func_emit_lib_Makefile_am): Use it.
48469         (func_emit_tests_Makefile_am): Likewise.
48470         (func_import): Likewise.
48471
48472 2006-05-08  Bruno Haible  <bruno@clisp.org>
48473
48474         * modules/stdarg: New file.
48475         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
48476
48477 2006-05-08  Bruno Haible  <bruno@clisp.org>
48478
48479         * m4/stdarg.m4: New file, from GNU gettext.
48480
48481 2006-05-08  Bruno Haible  <bruno@clisp.org>
48482
48483         * config/srclist.txt (build-aux/config.rpath): different from latest
48484         release.
48485
48486 2006-05-08  Bruno Haible  <bruno@clisp.org>
48487
48488         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
48489
48490 2006-05-05  Jim Meyering  <jim@meyering.net>
48491
48492         * m4/warning.m4: New file, derived from bison's file by the same name.
48493
48494 2006-05-03  Bruno Haible  <bruno@clisp.org>
48495
48496         * lib/stdint_.h: Shorter URL.
48497         * lib/inttypes.h: Likewise.
48498
48499 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
48500
48501         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
48502
48503 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
48504
48505         * lib/verify.h: Document the internals better.  Most of this change
48506         was written by Bruno Haible.
48507
48508 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
48509
48510         * doc/verify.texi: New file, partly based on a proposal by
48511         Bruno Haible.
48512
48513 2006-05-02  Bruno Haible  <bruno@clisp.org>
48514
48515         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
48516         test from here...
48517         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
48518
48519 2006-04-29  Bruno Haible  <bruno@clisp.org>
48520
48521         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
48522         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
48523
48524 2006-04-29  Bruno Haible  <bruno@clisp.org>
48525
48526         * gnulib-tool: Make --update option actually work.
48527
48528 2006-04-29  Bruno Haible  <bruno@clisp.org>
48529
48530         * doc/gcd.texi: New file.
48531         * doc/gnulib.texi: Include it.
48532
48533 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
48534
48535         * lib/getdate.y (get_date): When adding relative date, start with the
48536         initial time, not with the result of the first mktime call.
48537
48538 2006-04-25  Bruno Haible  <bruno@clisp.org>
48539
48540         * gnulib-tool (func_import): Output the include directives in three
48541         blocks, sorted separately.
48542         Reported by Ben Pfaff <blp@cs.stanford.edu>.
48543
48544 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
48545
48546         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
48547         to define main with arguments, for C++.  Reported by Eric Blake.
48548         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
48549         Prefer 'int main ()' to 'int main (void)', for C++.
48550         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
48551         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
48552         for 'main', for C99 and C++.
48553
48554 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
48555
48556         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
48557         Don't assume that exit status -1 is valid.
48558         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
48559         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
48560         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
48561         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
48562         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
48563         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
48564         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
48565         functions can be used without declaring them, or that you can
48566         exit with status -1.
48567         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
48568
48569 2006-04-24  Karl Berry  <karl@gnu.org>
48570
48571         * config/srclist.txt (longdouble.m4): sync lost.
48572
48573 2006-04-24  Eric Blake  <ebb9@byu.net>
48574
48575         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
48576
48577 2006-04-24  Bruno Haible  <bruno@clisp.org>
48578
48579         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
48580         poll() implementation in AIX.
48581         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
48582
48583 2006-04-24  Bruno Haible  <bruno@clisp.org>
48584
48585         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
48586         assigned exactly once.
48587
48588 2006-04-23  Claudio Fontana  <claudio@gnu.org>
48589             Bruno Haible  <bruno@clisp.org>
48590
48591         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
48592         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
48593         for AM_CPPFLAGS.
48594
48595 2006-04-23  Bruno Haible  <bruno@clisp.org>
48596
48597         * modules/copy-file: Depend on unistd.
48598         * modules/execute: Likewise.
48599         * modules/fatal-signal: Likewise.
48600         * modules/findprog: Likewise.
48601         * modules/mkdtemp : Likewise.
48602         * modules/pipe: Likewise.
48603         * modules/wait-process: Likewise.
48604
48605 2006-04-23  Bruno Haible  <bruno@clisp.org>
48606
48607         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
48608         condition was already detected.
48609         Reported by Ben Pfaff <blp@cs.stanford.edu>.
48610
48611 2006-04-23  Bruno Haible  <bruno@clisp.org>
48612
48613         * lib/copy-file.c: Include <unistd.h> unconditionally.
48614         * lib/execute.c: Likewise.
48615         * lib/fatal-signal.c: Likewise.
48616         * lib/findprog.c: Likewise.
48617         * lib/mkdtemp.c: Likewise.
48618         * lib/pipe.h: Likewise.
48619         * lib/pipe.c: Likewise.
48620         * lib/wait-process.h: Likewise.
48621
48622 2006-04-23  Bruno Haible  <bruno@clisp.org>
48623
48624         * gnulib-tool (func_usage): Fix --import description. Document
48625         --update.
48626         (func_import): Create temporary file in a temporary directory, if
48627         --dry-run is specified. Silence errors from 'grep' when there are no
48628         m4 files in $m4dir.
48629         (func_create_testdir): Silence errors from 'grep' when there are no
48630         m4 files in $m4dir.
48631         Reported by Karl Berry <karl@freefriends.org>.
48632
48633 2006-04-20  Bruno Haible  <bruno@clisp.org>
48634
48635         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
48636         one argument, so that the code will be portable to Autoconf 2.60.
48637         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
48638         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
48639         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
48640
48641 2006-04-19  Derek Price  <derek@ximbiot.com>
48642             Eric Blake  <ebb9@byu.net>
48643
48644         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
48645         rather than "/full/path.h".  Update comment to match.  Shorten &
48646         generalize m4_translit call via AS_TR_CPP.
48647
48648 2006-04-19  Derek Price  <derek@ximbiot.com>
48649             Eric Blake  <ebb9@byu.net>
48650
48651         * lib/inttypes.h: Correct grammar in comment.
48652
48653 2006-04-18  Derek Price  <derek@ximbiot.com>
48654             Paul Eggert  <eggert@cs.ucla.edu>
48655
48656         * modules/inttypes: New file.
48657         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
48658
48659 2006-04-18  Derek Price  <derek@ximbiot.com>
48660             Paul Eggert  <eggert@cs.ucla.edu>
48661
48662         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
48663         New files.
48664
48665 2006-04-18  Derek Price  <derek@ximbiot.com>
48666             Paul Eggert  <eggert@cs.ucla.edu>
48667
48668         * lib/inttypes.h: New file.
48669         * lib/strtoimax.c: Assume <inttypes.h>.
48670
48671 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
48672
48673         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
48674         isn't mounted.  Problem reported by Kir Kolyshkin.
48675
48676 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
48677
48678         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
48679         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
48680         Derek R. Price.
48681         * lib/regex.h (RE_DUP_MAX): Update comment to match current
48682         implementation.
48683
48684 2006-04-12  Eric Blake  <ebb9@byu.net>
48685
48686         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
48687         is now done automatically by the corresponding Autoconf macro.
48688
48689 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
48690
48691         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
48692         time_r.h.
48693
48694 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
48695
48696         Merge regex changes from libc, removing some of our
48697         POSIX-conformance changes that were rejected and redoing them in a
48698         less-intrusive way.
48699
48700         * lib/regcomp.c (re_compile_internal, init_dfa):
48701         Length arg is now size_t, not Idx.  All uses changed.
48702         (peek_token): Forward decl now says internal_function.
48703         (__re_error_msgid, __re_error_msgid_idx):
48704         Now static rather than extern with attribute_hidden.
48705         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
48706         For some reason libc prefers K&R style defns for external functions.
48707         (regerror) [!defined _LIBC]: Likewise.
48708         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
48709         (seek_collating_symbol_entry, lookup_collation_sequence_value):
48710         (build_range_exp, build_collating_symbol):
48711         Use K&R-style defn.
48712         (re_compile_fastmap): Use '\0' to memset, not 0.
48713         (utf8_sb_map): Make the calculations more obvious.
48714         (init_dfa, parse_bracket_exp, build_charclass_op):
48715         Call calloc and cast result, as glibc does.
48716         (init_word_char, fetch_token, peek_token, peek_token_bracket):
48717         (build_range_exp, build_collating_symbol):
48718         Now internal functions.
48719
48720         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
48721
48722         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
48723         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
48724         Don't depend on VMS; depend on __VMS instead, for POSIX
48725         namespace cleanness.
48726         (regoff_t): Define to ssize_t, not long int.
48727
48728         Remove the REG_ macros named below.  Instead, make the old names
48729         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
48730         __USE_GNU_REGEX.
48731         (REG_BACKSLASH_ESCAPE_IN_LISTS):
48732         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
48733         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
48734         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
48735         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
48736         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
48737         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
48738         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
48739         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
48740         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
48741         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
48742         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
48743         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
48744         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
48745         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
48746         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
48747         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
48748         (REG_NREGS):
48749         Remove.  All uses replaced by the old RE_* names.
48750         (RE_BACKSLASH_ESCAPE_IN_LISTS):
48751         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
48752         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
48753         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
48754         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
48755         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
48756         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
48757         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
48758         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
48759         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
48760         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
48761         Don't bother having these macros be independent of each others'
48762         values, since they no longer exist in the POSIX name space.
48763
48764         Rename the following member names back to their old names,
48765         unless !__USE_GNU_REGEX.  All uses changed back.
48766         (buffer): Renamed from re_buffer.
48767         (allocated): Renamed from re_allocated.
48768         (used): Renamed from re_used.
48769         (syntax): Renamed from re_syntax.
48770         (fastmap): Renamed from re_fastmap.
48771         (translate): Renamed from re_translate.
48772         (can_be_null): Renamed from re_can_be_null.
48773         (regs_allocated): Renamed from re_regs_allocated.
48774         (fastmap_accurate): Renamed from re_fastmap_accurate.
48775         (no_sub): Renamed from re_no_sub.
48776         (not_bol): Renamed from re_not_bol.
48777         (not_eol): Renamed from re_not_eol.
48778         (newline_anchor): Renamed from re_newline_anchor.
48779         (num_regs): Renamed from rm_num_regs.
48780         (start): Renamed from rm_start.
48781         (end): Renamed from rm_end.
48782
48783         (free_state): Move up a bit.
48784
48785         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
48786         #define to be empty.
48787         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
48788         when that is what is intended.
48789         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
48790         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
48791         (MAX): New macro.
48792         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
48793         All uses changed back to re_malloc, etc.  It's now the caller's
48794         responsibility to check for overflow; all callers changed.
48795         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
48796         (re_x2nrealloc): Remove.
48797         (free_state): Remove decl.
48798
48799         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
48800         (re_set_registers, re_exec):
48801         Use K&R-style defn.
48802
48803         2006-01-31  Roland McGrath  <roland@redhat.com>
48804
48805         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
48806         Reported by Mike Frysinger <vapier@gentoo.org>.
48807
48808         2006-01-15  Andreas Jaeger  <aj@suse.de>
48809
48810         [BZ #1950]
48811         * lib/regex_internal.c (re_string_reconstruct): Adjust for
48812         build_wcs_upper_buffer change.
48813         (build_wcs_upper_buffer): Change return type.
48814
48815         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
48816
48817         * lib/regex_internal.h: Include <stdint.h> if available.
48818
48819         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
48820
48821         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
48822
48823         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
48824
48825         * lib/regcomp.c: Adjust for changed secondary hash function.
48826
48827         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
48828
48829         * lib/regex.h: Pretty printing.
48830         Clean up namespace a bit.
48831
48832         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
48833
48834         * lib/regexec.c (update_cur_sifted_state, check_arrival,
48835         check_arrival_add_next_nodes): Avoid using uninitialized variable.
48836
48837         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
48838                     Ulrich Drepper  <drepper@redhat.com>
48839
48840         [BZ #1302]
48841         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
48842         changed.
48843         (bitset_word_t): Renamed from bitset_word.  All uses changed.
48844
48845         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
48846
48847         [BZ #281]
48848         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
48849         * lib/regcomp.c: Remove unnecessary uses of
48850         unsigned RE_TRANSLATE_TYPE.
48851         * lib/regex_internal.h: Likewise.
48852         * lib/regex_internal.c: Likewise.
48853         * lib/regexec.c: Likewise.
48854         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
48855
48856         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
48857
48858         * lib/regexec.c (find_recover_state): Remove unnecessary
48859         initialization.
48860         (transit_state_bkref): Make DFA a const pointer.
48861         (get_subexp): Likewise.
48862         (check_arrival): Likewise.
48863         (update_cur_sifted_state): Likewise.
48864         (re_search_internal): Likewise.
48865         (prune_impossible_nodes): Likewise.
48866         (acquire_init_state_context): Likewise.
48867         (proceed_next_node): Likewise.
48868         (set_regs): Likewise.
48869         (free_fail_stack_return): Likewise.
48870         (check_arrival_expand_ecl): Mark DFA parameter as const.
48871         (check_arrival_expand_ecl_sub): Likewise.
48872         (check_subexp_limits): Likewise.
48873         (sub_epsilon_src_nodes):  Likewise.
48874         (add_epsilon_src_nodes):  Likewise.
48875         (merge_state_array): Likewise.
48876         (update_regs): Likewise.
48877         (build_trtable): Likewise.
48878         (sift_states_backward): Mark MCTX parameter as const.
48879         (build_sifted_states): Likewise.
48880         (update_cur_sifted_state): Likewise.
48881         (sift_states_mkref): Likewise.
48882         (check_arrival_expand_ecl): Mark eclosure as const.
48883         (check_dst_limits_calc_pos_1): Likewise.
48884         * lib/regex_internal.h (re_match_context_t): Make dfa a const
48885         pointer.
48886
48887         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
48888
48889         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
48890         (transit_state_sb): Likewise.
48891         (transit_state_mb): Likewise.
48892         (sift_states_iter_mb): Likewise.
48893         (check_arrival_add_next_nodes): Likewise.
48894         (check_node_accept_bytes): Change first parameter to pointer-to-const.
48895         [_LIBC] (re_search_2_stub): Use mempcpy.
48896
48897         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
48898         mbrtowc for very simple UTF-8 case.
48899
48900         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
48901         a pointer-to-const.
48902         (re_acquire_state_context): Likewise.
48903         * lib/regex_internal.h: Adjust prototypes.
48904
48905         * lib/regex.c: Prevent using C++ compilers.
48906
48907         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
48908         (re_acquire_state_context): Likewise.
48909
48910 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
48911
48912         * modules/regex (Depends-on): Add ssize_t.
48913
48914 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
48915
48916         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
48917         translation table.
48918
48919 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
48920
48921         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
48922
48923 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
48924             Bruno Haible  <bruno@clisp.org>
48925
48926         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
48927         <sys/types.h> and <inttypes.h>.
48928
48929 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48930
48931         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
48932         `__error_t_defined', so argp.h will not typedef the former.
48933
48934 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
48935
48936         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
48937         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
48938         glibc names.  Even if glibc is changed to conform to POSIX, the
48939         traditional names will be available anyway, since regex depends on
48940         the extensions module.  Also, fix a longstanding typo in the
48941         implementation of Spencer ERE test #75 from grep 2.3.  Problems
48942         reported by Emanuele Giaquinta.  Also, change sense of cached
48943         variable, so that the message makes sense.
48944
48945 2006-03-24  Simon Josefsson  <jas@extundo.com>
48946
48947         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
48948         including some doc fixes.
48949         (base64_encode_alloc): Fix +1 bug on allocation failures.
48950
48951 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
48952
48953         * lib/base64.c (base64_encode): Do not read past end of array with
48954         unsanitized input on systems with CHAR_BIT > 8.
48955
48956 2006-03-24  Eric Blake  <ebb9@byu.net>
48957
48958         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
48959
48960 2006-03-22  Karl Berry  <karl@gnu.org>
48961
48962         * config/srclist.txt (*setenv.[ch]): get from coreutils.
48963         * config/srclistvars.sh (COREUTILS): new var.
48964
48965 2006-03-17  Jim Meyering  <jim@meyering.net>
48966
48967         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
48968         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
48969
48970 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
48971
48972         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
48973         no longer needs it.  Instead, check that regoff_t is as least
48974         as wide as ptrdiff_t.
48975
48976         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
48977         so that our regex.h stays compatible with the installed regex.
48978         This is helpful for installers who configure --without-included-regex.
48979         Problem reported by Emanuele Giaquinta.
48980
48981 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
48982
48983         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
48984         Typedef to long int, not to off_, as POSIX will likely change
48985         in that direction.
48986
48987 2006-03-15  Eric Blake  <ebb9@byu.net>
48988
48989         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
48990
48991 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
48992
48993         * lib/argp-help.c (validate_uparams): Fix typo
48994         * lib/argp-parse.c (argp_default_options): Consistently begin help
48995         messages with a lowercase letter.
48996
48997 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
48998
48999         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
49000         overrun buffers and shouldn't be used (much as gets shouldn't be
49001         used).
49002         * lib/time_r.c (asctime_r, ctime_r): Likewise.
49003
49004 2006-03-08  Simon Josefsson  <jas@extundo.com>
49005
49006         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
49007         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
49008
49009 2006-03-08  Simon Josefsson  <jas@extundo.com>
49010
49011         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
49012         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
49013
49014 2006-03-08  Simon Josefsson  <jas@extundo.com>
49015
49016         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
49017         signal that configure disabled the device.
49018
49019 2006-03-08  Simon Josefsson  <jas@extundo.com>
49020
49021         * build-aux/maint.mk: Fix refresh-po, to handle no translated
49022         languages.
49023
49024 2006-03-07  Simon Josefsson  <jas@extundo.com>
49025
49026         * modules/getopt (Depends-on): Add unistd.
49027
49028         * modules/unistd: New file.
49029
49030 2006-03-07  Simon Josefsson  <jas@extundo.com>
49031
49032         * modules/gc-random: New file.
49033
49034 2006-03-07  Simon Josefsson  <jas@extundo.com>
49035
49036         * m4/unistd_h.m4: New file.
49037
49038 2006-03-07  Simon Josefsson  <jas@extundo.com>
49039
49040         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
49041         test to be side-effect free by storing the result in the cache
49042         variable gl_cv_lib_readline, and moving the assignment of
49043         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
49044         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
49045
49046 2006-03-07  Simon Josefsson  <jas@extundo.com>
49047
49048         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
49049         error on missing devices (the functions will return an error).
49050
49051         * m4/gc.m4: Move random stuff to gc-random.m4
49052
49053 2006-03-07  Simon Josefsson  <jas@extundo.com>
49054
49055         * lib/unistd_.h: New file.
49056
49057 2006-03-07  Simon Josefsson  <jas@extundo.com>
49058
49059         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
49060
49061 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
49062
49063         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
49064         Problem reported by Juan Manuel Guerrero.
49065
49066 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
49067
49068         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
49069         the unistd module.
49070         * lib/getlogin_r.c: Likewise.
49071         * lib/getlogin_r.h: Likewise.
49072         * lib/glob.c: Likewise.
49073         * lib/pagealign_alloc.c: Likewise.
49074         * lib/unistd_.h: Remove; no longer needed.
49075
49076 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
49077
49078         * MODULES.html.sh (Support for systems lacking POSIX:2001):
49079         Add unistd.
49080         * modules/c-stack (Depends-on): Add unistd.
49081         * modules/getlogin_r: Likewise.
49082         * modules/glob: Likewise.
49083         * modules/pagealign_alloc: Likewise.
49084         * modules/unistd (Files): Remove lib/unistd_.h.
49085         (EXTRA_DIST): Remove.
49086         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
49087         need unistd_.h.
49088         (MOSTLYCLEANFILES): Remove unistd.h-t.
49089
49090 2006-03-03  Simon Josefsson  <jas@extundo.com>
49091
49092         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
49093
49094 2006-03-03  Simon Josefsson  <jas@extundo.com>
49095
49096         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
49097         libidn and bison.
49098
49099 2006-03-03  Simon Josefsson  <jas@extundo.com>
49100
49101         * build-aux/maint.mk: Add indent target.
49102
49103 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
49104
49105         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
49106         our replacement poll.h in any case, to avoid a differing
49107         declaration from a system header.  Seen on AIX.
49108
49109 2006-03-01  Simon Josefsson  <jas@extundo.com>
49110
49111         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
49112         <kasal@ucw.cz>.
49113
49114 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
49115
49116         * modules/gettime (Depends-on): Add extensions module.
49117         * modules/nanosleep (Depends-on): Likewise.
49118         * modules/settime (Depends-on): Likewise.
49119
49120 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
49121
49122         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
49123         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
49124         pedantically.
49125         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
49126         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
49127
49128         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
49129         not "==".  Reported by Ralf Wildenhues.
49130
49131 2006-03-01  Karl Berry  <karl@gnu.org>
49132
49133         * doc/Copyright/request-*: new files, synced from gnuorg.
49134
49135 2006-03-01  Karl Berry  <karl@gnu.org>
49136
49137         * config/srclist.txt (Copyright/*): new entries.
49138
49139 2006-02-28  Simon Josefsson  <jas@extundo.com>
49140
49141         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
49142
49143 2006-02-27  Simon Josefsson  <jas@extundo.com>
49144
49145         * lib/base64.h: Indent #define's.  From Jim Meyering
49146         <jim@meyering.net>.
49147
49148 2006-02-27  Jim Meyering  <jim@meyering.net>
49149
49150         Revert the change of 2006-02-24, so these files can continue
49151         to be sync'd from gettext.
49152         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
49153         of `config.h'.
49154
49155 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
49156
49157         * modules/intprops: New file.
49158         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
49159         Add intprops.
49160         * modules/getloadavg (Files): Remove lib/intprops.h.
49161         (Depends-on): Add intprops.
49162         * modules/human: Likewise.
49163         * modules/inttostr: Likewise.
49164         * modules/openat: Likewise.
49165         * modules/sig2str: Likewise.
49166         * modules/userspec: Likewise.
49167         * modules/utimecmp: Likewise.
49168         * modules/xnanosleep: Likewise.
49169         * modules/xstrtol: Likewise.
49170
49171 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
49172
49173         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
49174         * modules/lock-tests (TESTS): Use $(EXEEXT).
49175         * modules/tls-tests: Likewise.
49176         * modules/argp-tests: Likewise.
49177         (check_PROGRAMS): New var, replacing...
49178         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
49179
49180 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
49181
49182         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
49183         `config.h'.
49184
49185 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
49186
49187         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
49188
49189 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
49190
49191         Sync from coreutils.
49192         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
49193         gl_CHDIR_SAFER.
49194
49195 2006-02-22  Jim Meyering  <jim@meyering.net>
49196
49197         Sync from coreutils.
49198         * m4/chdir-safer.m4: New file.
49199
49200 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
49201
49202         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
49203         AT_FDCWD exceeds INT_MAX.
49204         * lib/openat.h (AT_FDCWD): Likewise.
49205
49206 2006-02-17  Eric Blake  <address@hidden>
49207
49208         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
49209
49210 2006-02-16  Simon Josefsson  <jas@extundo.com>
49211
49212         * modules/getaddrinfo (Depends-on): Add sys_socket.
49213
49214 2006-02-15  Simon Josefsson  <jas@extundo.com>
49215
49216         * build-aux/maint.mk: Add dsyntax-check rule.
49217
49218 2006-02-15  Eric Blake  <ebb9@byu.net>
49219
49220         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
49221         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
49222         'present but cannot compile' warnings on cygwin.
49223         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
49224         use ws2tcpip.h if sys/socket.h works.
49225         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
49226         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
49227
49228 2006-02-14  Simon Josefsson  <jas@extundo.com>
49229
49230         * modules/maintainer-makefile (Files): Rename.
49231
49232         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
49233         and (the local) Makefile.cfg to maint-cfg.mk.
49234
49235         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
49236         to the latter.
49237
49238         * modules/maintainer-makefile: New module.
49239
49240         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
49241         severaly stripped to make it possible to build it up from scratch
49242         with reliable tests.
49243
49244         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
49245         fixes to permit overriding the default actions when configure and
49246         makefile are not available.
49247
49248 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
49249
49250         Sync from coreutils.
49251         * modules/lstat (Depends-on): Don't depend on xalloc.
49252         (License): Change from GPL to LGPL, since this is now simply a
49253         replacement for a libc function.
49254
49255 2006-02-14  Jim Meyering  <jim@meyering.net>
49256
49257         Sync from coreutils.
49258
49259         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
49260         failure on deficient systems, and simplify gnulib lgpl dependencies.
49261         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
49262         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
49263
49264         * lib/xalloc-die.c: Remove unused definition of N_.
49265
49266 2006-02-14  Jim Meyering  <jim@meyering.net>
49267
49268         Sync from coreutils.
49269         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
49270         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
49271         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
49272         double-quote uses of that variable, to accommodate the rare case in
49273         which getmntent is available in none of the libraries checked.  This
49274         happens at least on FreeBSD 5.0.
49275
49276 2006-02-13  Simon Josefsson  <jas@extundo.com>
49277
49278         * gnulib-tool (Usage): Fix --import, from
49279         karl@freefriends.org (Karl Berry).
49280
49281 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
49282
49283         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
49284
49285 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
49286
49287         * lib/argp-namefrob.h: Restore changes accidentally lost during the
49288         "autoupdate" on 2005-12-12.
49289
49290 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
49291
49292         * modules/closeout (Depends-on): Remove atexit.
49293
49294 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
49295
49296         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
49297         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
49298
49299 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
49300
49301         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
49302         __EXTENSIONS__ if this causes compilation to fail.  Problem
49303         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
49304         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
49305
49306 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
49307
49308         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
49309         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
49310         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
49311         All uses changed.
49312
49313 2006-01-26  Simon Josefsson  <jas@extundo.com>
49314
49315         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
49316         prototype is visible on mingw32.
49317
49318         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
49319         for mingw32.
49320
49321         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
49322         mingw32).
49323
49324 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
49325
49326         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
49327         attempt to open for write; this always fails, at least on POSIX
49328         hosts.  This reinstates the 2006-01-09 change, which was
49329         inadvertently removed.
49330
49331 2006-01-26  Bruno Haible  <bruno@clisp.org>
49332
49333         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
49334         Reported by Paul Eggert.
49335
49336 2006-01-26  Bruno Haible  <bruno@clisp.org>
49337             Paul Eggert  <eggert@cs.ucla.edu>
49338
49339         * lib/stdbool_.h (_Bool)
49340         [(! (defined __cplusplus || defined __BEOS__)
49341           && !defined __GNUC__
49342           && !(defined __HP_cc || defined __xlc__
49343                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
49344                || defined __sgi))]:
49345         #define to signed char in these cases too; this simplifies
49346         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
49347         etc., separately) and makes it more conservative.
49348
49349 2006-01-25  Simon Josefsson  <jas@extundo.com>
49350
49351         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
49352         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
49353         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
49354
49355 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
49356
49357         * lib/argp-namefrob.h: Bugfix. Remove stray #
49358
49359 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
49360
49361         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
49362         so that we test the test.
49363         Check for yet another HP-UX cc bug involving *bool |= bool.
49364
49365 2006-01-25  Karl Berry  <karl@gnu.org>
49366
49367         * config/srclist.txt (vasnprintf.c): sync lost.
49368
49369 2006-01-25  Jim Meyering  <jim@meyering.net>
49370
49371         Sync from the stable (b5) branch of coreutils:
49372
49373         * lib/fts.c (fts_children): Don't let close() clobber errno from
49374         failed fchdir().
49375
49376         * lib/fts.c (fts_stat): When following a symlink-to-directory,
49377         don't necessarily interpret stat-fails+lstat-succeeds as indicating
49378         a dangling symlink.  That can also happen at least for ELOOP.
49379         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
49380         FYI, this bug predates the inclusion of fts.c in coreutils.
49381
49382         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
49383         in their own block, so pre-c99 compilers don't object.
49384
49385         Avoid the double-free (first in fts_read, second in fts_close) that
49386         would occur when an `active' directory is made inaccessible (e.g.,
49387         via chmod a-x) during a traversal.
49388         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
49389         before returning.  Reproduce this failure by
49390         mkdir -p a/b; cd a; chmod a-x . b
49391         Reported by Stavros Passas.
49392
49393 2006-01-25  Jim Meyering  <jim@meyering.net>
49394
49395         * lib/fileblocks.c: Remove more useless parentheses.
49396         * lib/readutmp.h: Likewise.
49397
49398 2006-01-25  Bruno Haible  <bruno@clisp.org>
49399
49400         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
49401         warnings.
49402         Reported by Paul Eggert.
49403
49404 2006-01-25  Bruno Haible  <bruno@clisp.org>
49405
49406         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
49407         rid of a trap command. For Solaris sh.
49408         Reported by Mark D. Baushke <mdb@gnu.org>.
49409
49410 2006-01-24  Simon Josefsson  <jas@extundo.com>
49411
49412         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
49413         Bruno.
49414
49415 2006-01-24  Karl Berry  <karl@gnu.org>
49416
49417         * config/srclist.txt (argp-namefrob.h): sync lost.
49418
49419 2006-01-24  Jim Meyering  <jim@meyering.net>
49420
49421         * modules/openat (Files): Add lib/intprops.h.
49422         From Mark D. Baushke.
49423
49424 2006-01-24  Jim Meyering  <jim@meyering.net>
49425
49426         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
49427         Reported by Mark D. Baushke.
49428
49429 2006-01-24  Jim Meyering  <jim@meyering.net>
49430
49431         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
49432
49433 2006-01-24  Bruno Haible  <bruno@clisp.org>
49434
49435         * modules/strnlen (Maintainer): Change from glibc to all.
49436
49437 2006-01-24  Bruno Haible  <bruno@clisp.org>
49438
49439         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
49440         Patch by Paul Eggert.
49441
49442 2006-01-24  Bruno Haible  <bruno@clisp.org>
49443
49444         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
49445         already has it.
49446         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
49447         2005-11-26.
49448
49449         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
49450         'signed char' to avoid problems with the built-in _Bool type.
49451         Reported by Paul Eggert on 2005-11-26.
49452
49453 2006-01-24  Bruno Haible  <bruno@clisp.org>
49454
49455         * gnulib-tool (func_import): Avoid constructing complicated sed
49456         expressions inside backquote.
49457         Report and solution by Mark D. Baushke <mdb@gnu.org>.
49458
49459 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
49460
49461         These changes imported from libc.
49462         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
49463         test and two separate function calls.
49464         * lib/strndup.c (__strndup): Add libc_hidden_def.
49465
49466 2006-01-23  Simon Josefsson  <jas@extundo.com>
49467
49468         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
49469         Remove the test_*_SOURCES variable: automake infers it by default.
49470         * modules/tls-tests: Likewise.
49471
49472 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
49473
49474         Work around porting bugs reported by Dieter in
49475         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
49476         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
49477         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
49478         Include "getopt.h" first, to check interface.
49479         (getenv): Declare only if defined HAVE_DECL_GETENV &&
49480         !HAVE_DECL_GETENV.
49481         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
49482         (__strndup): Revert to K&R-style function dfns, the glibc style.
49483         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
49484         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
49485         Include strnlen.h first, to get prototype properly.
49486         (strnlen): Renamed from __strnlen.
49487         Remove weak alias.
49488
49489 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
49490
49491         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
49492
49493 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
49494
49495         * config/srclist.txt: Adjust to reflect glibc reorganization.
49496         This affects only comments.
49497
49498 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
49499
49500          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
49501          Reported by Bruce Korb <bkorb@gnu.org>.
49502
49503 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
49504
49505         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
49506         to pacify gcc -Wswitch-default.
49507
49508 2006-01-22  Bruno Haible  <bruno@clisp.org>
49509
49510         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
49511         temporary buffer for sprintf, take into account the precision also
49512         for 'd', 'i', 'u', 'o', 'x', 'X'.
49513
49514 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
49515
49516         * modules/argp-tests: New module
49517         * tests/test-argp.c: New file
49518         * tests/test-argp-2.sh: New file
49519
49520 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
49521
49522         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
49523         (__argp_base_name): Removed
49524         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
49525         typo.
49526         (__argp_base_name): Provide macro definition or extern declaration
49527         depending on the configuration
49528
49529 2006-01-20  Simon Josefsson  <jas@extundo.com>
49530
49531         * modules/inet_ntop (Depends-on): Depend on sys_socket.
49532
49533 2006-01-20  Simon Josefsson  <jas@extundo.com>
49534
49535         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
49536
49537 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
49538
49539         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
49540         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
49541         Suggested by Bruno Haible.
49542
49543 2006-01-20  Karl Berry  <karl@gnu.org>
49544
49545         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
49546         until changes propagate, I guess.
49547
49548 2006-01-19  Simon Josefsson  <jas@extundo.com>
49549
49550         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
49551
49552 2006-01-19  Simon Josefsson  <jas@extundo.com>
49553
49554         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
49555
49556 2006-01-19  Simon Josefsson  <jas@extundo.com>
49557
49558         * gnulib-tool: Set check_PROGRAMS.
49559
49560         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
49561         modules/des-tests, modules/gc-arcfour-tests,
49562         modules/gc-arctwo-tests, modules/gc-des-tests,
49563         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
49564         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
49565         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
49566         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
49567         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
49568         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
49569         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
49570         test_*_SOURCES.
49571
49572 2006-01-18  Simon Josefsson  <jas@extundo.com>
49573
49574         * modules/socklen (Depends-on): Depend on sys_socket.
49575
49576 2006-01-18  Simon Josefsson  <jas@extundo.com>
49577
49578         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
49579         modules/des-tests, modules/gc-arcfour-tests,
49580         modules/gc-arctwo-tests, modules/gc-des-tests,
49581         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
49582         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
49583         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
49584         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
49585         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
49586         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
49587         $(EXEEXT) to automake TESTS variable, for mingw32.
49588
49589 2006-01-17  Simon Josefsson  <jas@extundo.com>
49590
49591         * modules/socklen (Include): Need sys/socket.h.
49592
49593 2006-01-17  Bruno Haible  <bruno@clisp.org>
49594
49595         * modules/ssize_t (Include): Add <sys/types.h>.
49596
49597 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
49598
49599         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
49600         it's not portable and it doesn't work with cross-compiles.
49601         Problem reported by Bruno Haible.  Fix missing-$ typo in
49602         'test "gl_cv_ignore_unused_libraries" ...' that prevented
49603         -zignore from being used with Sun's C compiler.
49604
49605 2006-01-12  Simon Josefsson  <jas@extundo.com>
49606
49607         * lib/base64.c: Fix warning, reported by Bruno Haible
49608         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
49609
49610 2006-01-12  Bruno Haible  <bruno@clisp.org>
49611
49612         * modules/ldd: New file.
49613         * build-aux/ldd.sh.in: New file.
49614         * MODULES.html.sh (Support for building libraries and executables): Add
49615         ldd.
49616
49617 2006-01-12  Bruno Haible  <bruno@clisp.org>
49618
49619         * m4/ldd.m4: New file.
49620
49621 2006-01-12  Bruno Haible  <bruno@clisp.org>
49622
49623         * gnulib-tool (func_import, func_create_testdir): Don't go into an
49624         endless loop while replacing $auxdir with build-aux.
49625
49626 2006-01-11  Simon Josefsson  <jas@extundo.com>
49627
49628         * lib/stdint_.h (SIZE_MAX): Add missing (.
49629
49630 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
49631
49632         Sync from coreutils.
49633         * lib/md5.c: Fix commentary typos.
49634         (alignof, UNALIGNED_P): No need for a GCC-specific version.
49635         * lib/md5.h (__attribute__): Remove; unused.
49636         * lib/sha1.c: Fix commentary to match md5 better.
49637         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
49638         so that we don't need to worry about alignment.  All uses changed.
49639         This merges the 2005-10-28 md5 change into sha1.
49640
49641 2006-01-11  Jim Meyering  <jim@meyering.net>
49642
49643         Sync from coreutils.
49644         * lib/md5.c (OP): Fix spacing.
49645
49646 2006-01-11  Bruno Haible  <bruno@clisp.org>
49647
49648         Ensure automatic ordering between gl_LOCK and gl_ARGP.
49649         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
49650         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
49651
49652 2006-01-11  Bruno Haible  <bruno@clisp.org>
49653
49654         Ensure automatic ordering between gl_LOCK and gl_ARGP.
49655         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
49656         the "early" section as well.
49657
49658 2006-01-11  Bruno Haible  <bruno@clisp.org>
49659
49660         Avoid "ar: no archive members specified" error on MacOS X.
49661         * gnulib-tool (func_modules_add_dummy): New function.
49662         (func_import, func_create_testdir): Invoke it.
49663
49664 2006-01-11  Bruno Haible  <bruno@clisp.org>
49665
49666         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
49667         with $auxdir in AC_CONFIG_FILES statements.
49668
49669 2006-01-11  Bruno Haible  <bruno@clisp.org>
49670
49671         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
49672         Initialize also noinst_HEADERS to empty.
49673
49674 2006-01-11  Bruno Haible  <bruno@clisp.org>
49675
49676         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
49677         variables.
49678         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
49679         autoreconf.
49680
49681 2006-01-11  Bruno Haible  <bruno@clisp.org>
49682
49683         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
49684         overridable by the user.
49685         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
49686
49687 2006-01-10  Simon Josefsson  <jas@extundo.com>
49688
49689         * modules/sys_socket: New file.
49690
49691 2006-01-10  Simon Josefsson  <jas@extundo.com>
49692
49693         * m4/sys_socket_h.m4: New file.
49694
49695 2006-01-10  Simon Josefsson  <jas@extundo.com>
49696
49697         * lib/socket_.h: New file.
49698
49699 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
49700
49701         * modules/readutmp (Maintainer): Add myself.
49702
49703 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
49704
49705         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
49706         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
49707         People who are still concerned with buggy memcmp implementations
49708         can invoke gl_FUNC_MEMCMP themselves.
49709
49710 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
49711
49712         * lib/regex_internal.h (BITSET_WORD_BITS):
49713         Work around a bug in 64-bit PGC (before version 6.1-2), where the
49714         preprocessor mishandles large unsigned values as if they were signed.
49715         Problem reported by Claudio Fontana in
49716         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
49717
49718 2006-01-10  Jim Meyering  <jim@meyering.net>
49719
49720         Avoid the double-free (first in fts_read, second in fts_close) that
49721         would occur when an `active' directory is made inaccessible (e.g.,
49722         via chmod a-x) during a traversal.
49723         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
49724         before returning.  Reproduce this failure by
49725         mkdir -p a/b; cd a; chmod a-x . b
49726         Reported by Stavros Passas.
49727
49728         Sync from coreutils.
49729         * lib/sha1.c: Tweak grammar in a comment.
49730
49731 2006-01-10  Jim Meyering  <jim@meyering.net>
49732
49733         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
49734         Patch by Joerg Sonnenberger.
49735
49736 2006-01-10  Bruno Haible  <bruno@clisp.org>
49737
49738         * modules/readutmp: Depend on module free.
49739         * modules/strtok_r: Depend on module restrict.
49740
49741 2006-01-10  Bruno Haible  <bruno@clisp.org>
49742
49743         * modules/gettext (configure.ac): Add an invocation of
49744         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
49745
49746 2006-01-10  Bruno Haible  <bruno@clisp.org>
49747
49748         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
49749         Reported by Werner Lemberg <wl@gnu.org>.
49750
49751 2006-01-10  Bruno Haible  <bruno@clisp.org>
49752
49753         * lib/localcharset.c: Update from GNU gettext.
49754
49755 2006-01-10  Bruno Haible  <bruno@clisp.org>
49756
49757         * lib/argp.h (__const): Remove macro. Use const instead.
49758         * lib/argp-fmtstream.h (__const): Likewise.
49759         * lib/glob_.h (__const): Remove macro.
49760         * lib/glob-libc.h: Use const instead of __const.
49761
49762 2006-01-10  Bruno Haible  <bruno@clisp.org>
49763
49764         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
49765         variable.
49766         Needed to avoid an automake error regarding the 'gettext' module.
49767
49768 2006-01-09  Simon Josefsson  <jas@extundo.com>
49769
49770         * modules/inet_ntop (Depends-on): Add restrict.
49771
49772 2006-01-09  Simon Josefsson  <jas@extundo.com>
49773
49774         * modules/gc-rijndael-tests (License): Put under LGPL.
49775
49776         * modules/gc-des-tests (License): Likewise.
49777
49778         * modules/gc-arcfour-tests (License): Likewise.
49779
49780         * modules/gc-arctwo-tests (License): Likewise.
49781
49782         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
49783
49784         * modules/gc-hmac-sha1-tests (Files): Likewise.
49785
49786         * modules/gc-hmac-md5-tests (License): Likewise.
49787
49788         * modules/gc-sha1-tests (License): Likewise.
49789
49790         * modules/gc-md5-tests (License): Likewise.
49791
49792         * modules/gc-md4-tests (License): Likewise.
49793
49794         * modules/gc-md2-tests (License): Likewise.
49795
49796         * modules/gc-tests (License): Likewise.
49797
49798         * modules/des-tests (License): Likewise.
49799
49800         * modules/md4-tests (License): Likewise.
49801
49802         * modules/md2-tests (License): Likewise.
49803
49804 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
49805
49806         Sync from coreutils:
49807
49808         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
49809         * modules/lib-ignore: New file.
49810         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
49811         chdir-safer.m4, lchmod.m4.
49812         * modules/openat: Add mkdirat.c, openat-priv.h.
49813
49814 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
49815
49816         Sync from coreutils.
49817         * m4/lib-ignore.m4: New file.
49818         * m4/lchmod.m4: New file.
49819
49820 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
49821
49822         Sync from coreutils.
49823         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
49824         for write access: POSIX says that must fail.
49825         * lib/fts.c (diropen): Likewise.
49826         * lib/save-cwd.c (save_cwd): Likewise.
49827         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
49828         well, for minor improvements on hosts that lack O_DIRECTORY.
49829         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
49830         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
49831         Fall back on chown if open failed with EACCES.
49832
49833         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
49834         Report an error at compile-time if only a 1-second nominal clock
49835         resolution is found.
49836
49837         * lib/lchmod.h: New file.
49838         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
49839         (make_dir_parents): Use lchown rather than chown, and
49840         lchmod rather than chmod.
49841
49842         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
49843         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
49844         "proc" reported by n0dalus.
49845
49846         * lib/mountlist.c: Include <limits.h>.
49847         (dev_from_mount_options)
49848         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
49849         New function.  It no longer assumes "dev=" has the System V meaning
49850         on Linux (since it doesn't).  It also parses "dev=" more carefully.
49851         (read_file_system_list)
49852         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
49853         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
49854         dev= in that case.
49855
49856         * lib/posixtm.h (PDS_PRE_2000): New macro.
49857         * lib/posixtm.c (year): Arg is now syntax_bits rather than
49858         allow_century.  All usages changed.  Reject dates outside the range
49859         1969-1999 if PDS_PRE_2000 is used.
49860
49861 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
49862
49863         Sync from coreutils.
49864         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
49865         (Time of day items): Mention the possibility of leap seconds.
49866         Problem reported by Dr. David Alan Gilbert.
49867
49868 2006-01-09  Jim Meyering  <jim@meyering.net>
49869
49870         Sync from coreutils.
49871
49872         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
49873
49874         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
49875
49876         * lib/modechange.c (mode_compile): Reject an invalid mode string
49877         that starts with an octal digit.  From Andreas Gruenbacher.
49878
49879         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
49880         and dup to open_safer and dup_safer, respectively.
49881         (openat_permissive): Fix typo in comment.
49882
49883         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
49884         "gettext.h"; either no longer needed or are guaranteed by openat.h.
49885         (_): Remove; no longer needed.
49886         (openat): Renamed from rpl_openat; no need for rpl_openat
49887         since openat.h renames openat for us.
49888         Replace most of the body with a call to openat_permissive,
49889         to avoid duplicate code.
49890         Port to (probably hypothetical) environments were mode_t is
49891         wider than int.
49892         (openat_permissive): Require mode arg, so that we can check
49893         types better.  Put it just after flags.  Change cwd failure
49894         indicator from pointer-to-bool to pointer-to-errno-value.
49895         All callers changed.
49896         Invoke openat_save_fail and/or openat_restore_fail if
49897         cwd_errno is null, so that openat can call us.
49898         (openat_permissive, fdopendir, fstatat, unlinkat):
49899         Simplify errno handling to avoid some duplicate code,
49900         as it's OK to set errno on success.
49901         * lib/openat.h: Revamp code so that function macros depend on
49902         __OPENAT_PREFIX only, not also on AT_FDCWD.
49903         (openat_ro): Remove.  Caller changed to use openat_permissive.
49904         (openat_permissive): Now a macro, if not a function.
49905         (openat_restore_fail, openat_save_fail): Now always functions,
49906         since mkdirat needs them even if __OPENAT_PREFIX is defined.
49907
49908         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
49909         and openat.c.
49910         * lib/mkdirat.c: Include openat-priv.h.
49911         Remove definitions of macros defined therein.
49912         * lib/openat.c: Likewise.
49913
49914         * lib/mkdirat.c (mkdirat): New file and function.
49915         * lib/openat.h (mkdirat): Declare.
49916
49917         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
49918
49919         * lib/openat.h (openat_permissive): Declare.
49920         (openat_ro): Define.
49921
49922         * lib/openat.c (EXPECTED_ERRNO): New macro.
49923         (openat_permissive): New function -- used in remove.c rewrite.
49924         (all functions): Set errno just before returning, only if there
49925         was an actual failure.
49926         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
49927
49928         Emulate openat-family functions using Linux's procfs, if possible.
49929         Idea and some code based on Ulrich Drepper's glibc changes.
49930
49931         * lib/openat.c: (BUILD_PROC_NAME): New macro.
49932         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
49933         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
49934         before falling back on save_cwd and restore_cwd.
49935         (fdopendir, fstatat, unlinkat): Likewise.
49936
49937         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
49938         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
49939
49940         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
49941         as second argument to va_arg.  Otherwise, some versions of gcc
49942         warn that `if this code is reached, the program will abort'.
49943
49944 2006-01-09  Jim Meyering  <jim@meyering.net>
49945
49946         Sync from coreutils.
49947         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
49948         Require openat-priv.h.
49949
49950 2006-01-09  Bruno Haible  <bruno@clisp.org>
49951
49952         * modules/strnlen (Include): Use strnlen.h.
49953
49954 2006-01-09  Bruno Haible  <bruno@clisp.org>
49955
49956         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
49957
49958 2006-01-09  Bruno Haible  <bruno@clisp.org>
49959
49960         * lib/sysexit_.h (EX_OK): New macro.
49961         Suggested by Martin Lambers <marlam@marlam.de>.
49962
49963 2006-01-09  Bruno Haible  <bruno@clisp.org>
49964
49965         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
49966         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
49967
49968 2006-01-09  Bruno Haible  <bruno@clisp.org>
49969
49970         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
49971         numbers.
49972
49973 2006-01-09  Bruno Haible  <bruno@clisp.org>
49974
49975         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
49976         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
49977         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
49978         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
49979
49980 2006-01-09  Bruno Haible  <bruno@clisp.org>
49981
49982         * build-aux/javacomp.sh.in: New file, moved from lib/.
49983         * modules/javacomp-script (Files): Update.
49984         (configure.ac): Add AC_CONFIG_FILES invocation.
49985         (EXTRA_DIST): Remove variable.
49986
49987         * build-aux/javaexec.sh.in: New file, moved from lib/.
49988         * modules/javaexec (Files): Update.
49989         (configure.ac): Add AC_CONFIG_FILES invocation.
49990         (EXTRA_DIST): Remove javaexec.sh.in.
49991
49992         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
49993         * modules/csharpcomp-script (Files): Update.
49994         (configure.ac): Add AC_CONFIG_FILES invocation.
49995         (EXTRA_DIST): Remove variable.
49996
49997         * build-aux/csharpexec.sh.in: New file, moved from lib/.
49998         * modules/csharpexec (Files): Update.
49999         (configure.ac): Add AC_CONFIG_FILES invocation.
50000         (EXTRA_DIST): Remove csharpexec.sh.in.
50001
50002 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
50003
50004         Sync from coreutils.
50005
50006         Add POSIX ACL support
50007         * lib/acl.h (copy_acl, set_acl): Add declarations.
50008         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
50009         systems other than Linux.
50010         (chmod_or_fchmod): New function: use fchmod when possible,
50011         and chmod otherwise.
50012         (file_has_acl): Add a POSIX ACL implementation, with a
50013         Linux-specific subcase.
50014         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
50015         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
50016         acls are unsupported.
50017         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
50018         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
50019         are unsupported.
50020
50021 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
50022
50023         Sync from coreutils.
50024         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
50025
50026 2006-01-07  Bruno Haible  <bruno@clisp.org>
50027
50028         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
50029         gl_EARLY.
50030
50031 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
50032
50033         * lib/strftime.c (tzname): Don't declare if it is already #defined.
50034         Problem reported for Mingw by Mark Junker.
50035
50036 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
50037
50038         * README: Gnulib normally doesn't generate a tarball.
50039
50040 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
50041
50042         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
50043         long int, not int, for nanosecond counts, so that people who are
50044         used to POSIX struct timespec won't be surprised.  Reported by Jim
50045         Meyering.
50046
50047 2005-12-28  Bruno Haible  <bruno@clisp.org>
50048
50049         * build-aux/config.rpath: Update from GNU gettext.
50050
50051 2005-12-16  Jim Meyering  <jim@meyering.net>
50052
50053         * modules/fprintftime: New module.
50054         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
50055
50056 2005-12-16  Jim Meyering  <jim@meyering.net>
50057
50058         * m4/fprintftime.m4: New file.
50059
50060 2005-12-16  Jim Meyering  <jim@meyering.net>
50061
50062         * lib/fprintftime.c, lib/fprintftime.h: New files.
50063
50064 2005-12-15  Simon Josefsson  <jas@extundo.com>
50065
50066         * modules/socklen (configure.ac): Fix M4 macro name, to align with
50067         new m4/socklen.m4.
50068
50069 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
50070
50071         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
50072         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
50073
50074 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
50075
50076         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
50077         * lib/argp-help.c (fill_in_uparams): Check if the constructed
50078         struct uparams is valid. Fall back to the default values if it is
50079         not.
50080
50081 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
50082
50083         * modules/argp (Files): Add argp-pin.c
50084         (Depends-on): dirname
50085         (lib_SOURCES): Add argp-pin.c
50086
50087 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
50088
50089         * m4/argp.m4:  Check if program_invocation_name and
50090         program_invocation_short_name are declared and define appropriate
50091         macros if they are not.
50092
50093 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
50094
50095         * lib/argp-help.c (__argp_base_name): New function
50096         (__argp_short_program_name): Rewrite using __argp_base_name
50097         * lib/argp-namefrob.h: Define program_invocation_name and
50098         program_invocation_short_name if requested
50099         (__argp_base_name): Add prototype
50100         * lib/argp-parse.c (argp_def): Use gettext wrappers
50101         (argp_default_parser): Use __argp_base_name
50102         * lib/argp-pin.c: New file. Defines program_invocation_name and
50103         program_invocation_short_name on systems that lack them.
50104
50105 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
50106
50107         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
50108         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
50109         porting problem reported by Georg Schwarz in
50110         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
50111
50112 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
50113
50114         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
50115         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
50116         porting problem reported by Georg Schwarz in
50117         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
50118
50119 2005-12-05  Bruno Haible  <bruno@clisp.org>
50120
50121         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
50122         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
50123         Reported by Mark Junker <mjscod@gmx.de>.
50124
50125 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
50126
50127         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
50128         Use implementation from Albert Chin, with some
50129         comments/corrections by Stepan Kasal and myself.
50130
50131 2005-12-02  Bruno Haible  <bruno@clisp.org>
50132
50133         * gnulib-tool (func_import): Accept GPLed build tool modules when
50134         --lgpl is given.
50135         * modules/csharpcomp-script: New file.
50136         * modules/csharpcomp: Depend on it.
50137         * modules/javacomp-script: New file.
50138         * modules/javacomp: Depend on it.
50139         Suggested by Simon Josefsson.
50140
50141 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
50142
50143         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
50144         statement, to work around an HP-UX 10.20 compiler bug reported by
50145         Peter O'Gorman.
50146
50147 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
50148
50149         * modules/savedir (Depends-on): Add openat.
50150
50151 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
50152
50153         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
50154         (uintmax_t) [defined uintmax_t]: Do not declare.
50155         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
50156         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
50157         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
50158         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
50159         sake of portability to weird hosts that C allows (though we don't
50160         know of any practical examples).
50161
50162         * lib/savedir.h (fdsavedir): New decl.
50163         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
50164         contains most of the former guts of savedir.
50165         (savedir): Use savedirstream.
50166         Include "openat.h".
50167
50168 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
50169
50170         * modules/obstack (Files): Add m4/ulonglong.m4.
50171         Problem reported by Davide Angelocola.
50172
50173 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
50174
50175         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
50176         coreutils no longer futzes with rounding modes.
50177
50178 2005-11-14  Jim Meyering  <jim@meyering.net>
50179
50180         * lib/mkstemp-safer.c: Include <config.h>, required for possible
50181         replacement of mkstemp.
50182
50183 2005-11-10  Simon Josefsson  <jas@extundo.com>
50184
50185         * lib/readline.c: Remove EOL.
50186
50187 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
50188
50189         * modules/gethrxtime (Depends-on): Add gettime.
50190
50191 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
50192
50193         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
50194         or gettimeofday; no longer needed.
50195
50196 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
50197
50198         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
50199         time business.
50200         (gethrxtime) [! (HAVE_NANOUPTIME
50201         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
50202         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
50203         our own approximation.
50204
50205 2005-11-08  Eric Blake  <ebb9@byu.net>
50206
50207         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
50208
50209 2005-11-08  Eric Blake  <ebb9@byu.net>
50210
50211         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
50212
50213 2005-11-04  Bruno Haible  <bruno@clisp.org>
50214
50215         * gnulib-tool: Implement --update mode.
50216
50217 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
50218
50219         Fix porting problem reported by Theodoros V. Kalamatianos.
50220         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
50221         Don't assume that futimes failing means we must fail.
50222
50223 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
50224
50225         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
50226         variables to suggest the intended function of the PATH_MAX check.
50227
50228 2005-10-30  Kean Johnston  <jkj@sco.com>
50229
50230         Trivial changes to support SCO systems.
50231         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
50232         as PATH_MAX.
50233         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
50234         where __ptr is null when no I/O is pending.
50235
50236 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
50237
50238         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
50239         leave errno alone.  Problem reported by Dmitry V. Levin.
50240
50241 2005-10-28  Simon Josefsson  <jas@extundo.com>
50242
50243         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
50244         Test more.
50245
50246         * tests/test-gc-md2.c, tests/test-md2.c: New files.
50247
50248         * modules/md2, modules/md2-tests: New files.
50249
50250 2005-10-28  Simon Josefsson  <jas@extundo.com>
50251
50252         * m4/inet_ntop.m4: More tests.
50253
50254         * m4/gc-md2.m4, md2.m4: New file.
50255
50256 2005-10-28  Simon Josefsson  <jas@extundo.com>
50257
50258         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
50259         "restrict" keywords, as per POSIX.  Protect the function
50260         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
50261         Don't use K&R prototypes.  Check the sprintf return values.
50262         Re-define EAFNOSUPPORT if not present.  Indent.
50263
50264         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
50265         suggested by Bruno Haible <bruno@clisp.org>.
50266
50267         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
50268
50269         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
50270
50271         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
50272         libgcrypt).
50273
50274         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
50275
50276         * lib/md2.h, lib/md2.c: New files.
50277
50278 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
50279
50280         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
50281         errno alone.  Problem reported by Frederic Jolliton.
50282
50283 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
50284
50285         * modules/verify (License): Change from GPL to LGPL.  This is a
50286         tiny module and there are apparently near-equivalents that are
50287         under the BSD license.
50288
50289 2005-10-24  Simon Josefsson  <jas@extundo.com>
50290
50291         * modules/sha1: Relicense to LGPL.
50292
50293 2005-10-24  Simon Josefsson  <jas@extundo.com>
50294
50295         * lib/md4.h: Shrink buffer size, now that we changed the type.
50296
50297 2005-10-23  Simon Josefsson  <jas@extundo.com>
50298
50299         * gnulib-tool (func_import): Fix --tests-base.
50300
50301 2005-10-22  Simon Josefsson  <jas@extundo.com>
50302
50303         * modules/arcfour (Depends-on): Need stdint.
50304
50305 2005-10-22  Simon Josefsson  <jas@extundo.com>
50306
50307         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
50308         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
50309
50310 2005-10-22  Simon Josefsson  <jas@extundo.com>
50311
50312         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
50313         suggested by Bruno Haible <bruno@clisp.org>.
50314
50315 2005-10-22  Simon Josefsson  <jas@extundo.com>
50316
50317         * lib/crc.h: Include stddef.h, for size_t.
50318
50319 2005-10-22  Simon Josefsson  <jas@extundo.com>
50320
50321         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
50322         arcfour_context struct (simplify test vector testing in GNU
50323         Shishi).
50324
50325 2005-10-21  Simon Josefsson  <jas@extundo.com>
50326
50327         * modules/des, modules/des-tests: New files.
50328
50329         * modules/gc-des, modules/gc-des-tests: New files.
50330
50331         * tests/test-des.c, tests/test-gc-des.c: New file.
50332
50333 2005-10-21  Simon Josefsson  <jas@extundo.com>
50334
50335         * modules/arctwo, modules/arctwo-tests: New files.
50336
50337         * tests/test-arctwo.c: New file.
50338
50339         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
50340
50341         * tests/test-gc-arctwo.c: New file.
50342
50343 2005-10-21  Simon Josefsson  <jas@extundo.com>
50344
50345         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
50346         Bruno Haible <bruno@clisp.org>.
50347
50348         * m4/gc-des.m4: New file.
50349
50350 2005-10-21  Simon Josefsson  <jas@extundo.com>
50351
50352         * m4/arctwo.m4: New file.
50353
50354         * m4/gc-arctwo.m4: New file.
50355
50356 2005-10-21  Simon Josefsson  <jas@extundo.com>
50357
50358         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
50359         block.
50360
50361 2005-10-21  Simon Josefsson  <jas@extundo.com>
50362
50363         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
50364         <bruno@clisp.org>.
50365
50366         * lib/hmac-sha1.c (hmac_sha1): Likewise.
50367
50368         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
50369         Bruno Haible <bruno@clisp.org>.
50370
50371         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
50372         <bruno@clisp.org>.
50373
50374 2005-10-21  Simon Josefsson  <jas@extundo.com>
50375
50376         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
50377
50378 2005-10-21  Simon Josefsson  <jas@extundo.com>
50379
50380         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
50381
50382 2005-10-21  Simon Josefsson  <jas@extundo.com>
50383
50384         * lib/des.h, lib/des.c: New files.
50385
50386         * lib/gc-gnulib.c: Support DES.c
50387
50388 2005-10-21  Simon Josefsson  <jas@extundo.com>
50389
50390         * lib/arctwo.h, lib/arctwo.c: New files.
50391
50392         * lib/gc-gnulib.c: Support ARCTWO.
50393
50394 2005-10-21  Simon Josefsson  <jas@extundo.com>
50395
50396         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
50397         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
50398
50399 2005-10-21  Simon Josefsson  <jas@extundo.com>
50400
50401         * gnulib-tool (func_import, func_create_testdir): Define automake
50402         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
50403         Makefile.am snippet),
50404         suggested by Bruno Haible <bruno@clisp.org>.
50405
50406         * modules/gc (Makefile.am): Use it.
50407
50408 2005-10-21  Bruno Haible  <bruno@clisp.org>
50409
50410         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
50411         patch.
50412
50413 2005-10-19  Simon Josefsson  <jas@extundo.com>
50414
50415         * tests/test-gc-rijndael.c: New file.
50416
50417         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
50418
50419 2005-10-19  Simon Josefsson  <jas@extundo.com>
50420
50421         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
50422         interface too.
50423
50424 2005-10-19  Simon Josefsson  <jas@extundo.com>
50425
50426         * tests/test-gc-arcfour.c: New file.
50427
50428         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
50429
50430 2005-10-19  Simon Josefsson  <jas@extundo.com>
50431
50432         * modules/gc-md4, modules/gc-md4-tests: New file.
50433
50434         * tests/test-gc-md4.c: New file.
50435
50436 2005-10-19  Simon Josefsson  <jas@extundo.com>
50437
50438         * m4/gc-md4.m4: New file.
50439
50440 2005-10-19  Simon Josefsson  <jas@extundo.com>
50441
50442         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
50443         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
50444         <kasal@ucw.cz>.
50445
50446 2005-10-19  Simon Josefsson  <jas@extundo.com>
50447
50448         * m4/gc-arcfour.m4: New file.
50449
50450         * m4/gc-rijndael.m4: New file.
50451
50452 2005-10-19  Simon Josefsson  <jas@extundo.com>
50453
50454         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
50455
50456 2005-10-19  Simon Josefsson  <jas@extundo.com>
50457
50458         * lib/gc-gnulib.c: Support ARCFOUR.
50459
50460 2005-10-19  Simon Josefsson  <jas@extundo.com>
50461
50462         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
50463         support.
50464
50465         * lib/gc.h: Add ECB enum type.
50466
50467         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
50468
50469 2005-10-18  Simon Josefsson  <jas@extundo.com>
50470
50471         * tests/test-md5.c: New file.
50472
50473         * modules/md5-tests: New file.
50474
50475 2005-10-18  Simon Josefsson  <jas@extundo.com>
50476
50477         * tests/test-md4.c: New file.
50478
50479         * modules/md4, modules/md4-tests: New files.
50480
50481 2005-10-18  Simon Josefsson  <jas@extundo.com>
50482
50483         * m4/md4.m4: New file.
50484
50485 2005-10-18  Simon Josefsson  <jas@extundo.com>
50486
50487         * lib/md4.h, lib/md4.c: New files, based on md5.?.
50488
50489 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
50490
50491         * gnulib-tool (func_create_testdir): Omit the second check whether
50492         BUILT_SOURCES in nonempty.
50493
50494 2005-10-17  Simon Josefsson  <jas@extundo.com>
50495
50496         * tests/test-rijndael.c: New file.
50497
50498 2005-10-17  Simon Josefsson  <jas@extundo.com>
50499
50500         * modules/sha1: Depend on stdint instead of md5.
50501
50502         * modules/md5: Depend on stdint, remove uint32_t.
50503
50504 2005-10-17  Simon Josefsson  <jas@extundo.com>
50505
50506         * modules/gc-sha1-tests: New file.
50507
50508         * tests/test-gc-sha1.c: New file.
50509
50510 2005-10-17  Simon Josefsson  <jas@extundo.com>
50511
50512         * m4/md5.m4: Remove call to uint32_t.m4.
50513
50514 2005-10-17  Simon Josefsson  <jas@extundo.com>
50515
50516         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
50517
50518         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
50519         md5.h.
50520
50521         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
50522
50523         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
50524
50525 2005-10-17  Simon Josefsson  <jas@extundo.com>
50526
50527         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
50528
50529 2005-10-17  Simon Josefsson  <jas@extundo.com>
50530
50531         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
50532
50533 2005-10-17  Simon Josefsson  <jas@extundo.com>
50534
50535         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
50536
50537         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
50538
50539 2005-10-17  Bruno Haible  <bruno@clisp.org>
50540
50541         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
50542         that it can also be used in a test.
50543
50544 2005-10-16  Bruno Haible  <bruno@clisp.org>
50545
50546         * gnulib-tool (func_emit_tests_Makefile_am): Also define
50547         TESTS_ENVIRONMENT, so that individual tests can augment it.
50548
50549         * gnulib-tool (func_create_testdir): Use an intermediate target for
50550         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
50551         macros, like $(ALLOCA_H), which cannot be passed through the command
50552         line.
50553
50554 2005-10-15  Simon Josefsson  <jas@extundo.com>
50555
50556         * modules/rijndael-tests: New file.
50557
50558         * modules/rijndael: New file.
50559
50560 2005-10-15  Simon Josefsson  <jas@extundo.com>
50561
50562         * m4/rijndael.m4: New file.
50563
50564 2005-10-15  Simon Josefsson  <jas@extundo.com>
50565
50566         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
50567
50568         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
50569
50570 2005-10-14  Simon Josefsson  <jas@extundo.com>
50571
50572         * tests/test-arcfour.c: New file.
50573
50574         * modules/arcfour, modules/arcfour-tests: New files.
50575
50576 2005-10-14  Simon Josefsson  <jas@extundo.com>
50577
50578         * m4/arcfour.m4: New file.
50579
50580 2005-10-14  Simon Josefsson  <jas@extundo.com>
50581
50582         * lib/arcfour.h, lib/arcfour.c: New files.
50583
50584 2005-10-14  Roland McGrath  <roland@redhat.com>
50585
50586         Import from libc.  [BZ #1331]
50587         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
50588         macro argument.
50589         Reported by Matej Vela <vela@debian.org>.
50590
50591 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
50592
50593         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
50594         include <wchar.h>; no longer needed.
50595
50596 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
50597
50598         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
50599
50600 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
50601         and  Ulrich Drepper  <drepper@redhat.com>
50602
50603         Import from libc.
50604         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
50605         instead of inline stream orientation test and two separate
50606         function calls.  Pay no attention to USE_IN_LIBIO.
50607
50608 2005-10-13  Simon Josefsson  <jas@extundo.com>
50609
50610         * modules/gc-hmac-md5-tests: New file.
50611
50612         * tests/test-gc-hmac-sha1.c: New file.
50613
50614         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
50615
50616         * modules/gc-hmac-md5-tests: New file.
50617
50618         * tests/test-gc-md5.c: New file.
50619
50620         * modules/gc-md5-tests: New file.
50621
50622 2005-10-13  Simon Josefsson  <jas@extundo.com>
50623
50624         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
50625         Move memory allocation outside of loop.
50626
50627 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
50628
50629         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
50630         intermediate directory is in a read-only file system.  Problem
50631         reported by Eric Blake.
50632
50633 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
50634
50635         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
50636
50637 2005-10-12  Simon Josefsson  <jas@extundo.com>
50638
50639         * tests/test-hmac-sha1.c: New file.
50640
50641         * modules/hmac-sha1-tests: New file.
50642
50643         * modules/hmac-sha1: New file.
50644
50645 2005-10-12  Simon Josefsson  <jas@extundo.com>
50646
50647         * modules/gc-sha1: New file.
50648
50649 2005-10-12  Simon Josefsson  <jas@extundo.com>
50650
50651         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
50652
50653         * tests/test-gc-pbkdf2-sha1.c: New file.
50654
50655 2005-10-12  Simon Josefsson  <jas@extundo.com>
50656
50657         * modules/gc-md5, modules/gc-hmac-md5: New files.
50658
50659         * modules/gc (Files): Remove md5, memxor and hmac files.
50660
50661 2005-10-12  Simon Josefsson  <jas@extundo.com>
50662
50663         * m4/gc-pbkdf2-sha1.m4: New file.
50664
50665         * m4/gc-hmac-sha1.m4: New file.
50666
50667         * m4/gc-sha1: New file.
50668
50669         * m4/hmac-sha1.m4: New file.
50670
50671 2005-10-12  Simon Josefsson  <jas@extundo.com>
50672
50673         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
50674
50675         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
50676
50677 2005-10-12  Simon Josefsson  <jas@extundo.com>
50678
50679         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
50680         suggested by Bruno Haible <bruno@clisp.org>.
50681
50682 2005-10-12  Simon Josefsson  <jas@extundo.com>
50683
50684         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
50685
50686 2005-10-12  Simon Josefsson  <jas@extundo.com>
50687
50688         * lib/gc-pbkdf2-sha1.c: New file.
50689
50690         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
50691
50692 2005-10-12  Simon Josefsson  <jas@extundo.com>
50693
50694         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
50695
50696         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
50697
50698 2005-10-12  Simon Josefsson  <jas@extundo.com>
50699
50700         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
50701         GC_USE_HMAC_MD5, respectively.
50702
50703         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
50704         (gc_md5): Fix typo.
50705
50706         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
50707
50708         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
50709
50710         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
50711
50712 2005-10-12  Bruno Haible  <bruno@clisp.org>
50713
50714         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
50715         Reported by Stepan Kasal <kasal@ucw.cz>.
50716
50717 2005-10-11  Simon Josefsson  <jas@extundo.com>
50718
50719         * tests/test-crc.c: New file.
50720
50721         * modules/crc, modules/crc-tests: New files.
50722
50723 2005-10-11  Simon Josefsson  <jas@extundo.com>
50724
50725         * m4/crc.m4: New file.
50726
50727 2005-10-11  Simon Josefsson  <jas@extundo.com>
50728
50729         * lib/gc.h: Add gc_hash and gc_hash_buffer.
50730
50731         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
50732
50733         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
50734
50735 2005-10-11  Simon Josefsson  <jas@extundo.com>
50736
50737         * lib/crc.h, lib/crc.c: New files.
50738
50739         * lib/gc.h (gc_hash_buffer): Add doc.
50740
50741 2005-10-11  Bruno Haible  <bruno@clisp.org>
50742
50743         * modules/c-strcasestr: New file.
50744         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
50745
50746 2005-10-11  Bruno Haible  <bruno@clisp.org>
50747
50748         * modules/c-strcase: New file.
50749         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
50750
50751 2005-10-11  Bruno Haible  <bruno@clisp.org>
50752
50753         * lib/strcasecmp.c: Include limits.h.
50754         (strcasecmp): Avoid integer overflow on exotic platforms.
50755         * lib/strncasecmp.c: Include limits.h.
50756         (strncasecmp): Avoid integer overflow on exotic platforms.
50757         Reported by Paul Eggert.
50758
50759 2005-10-11  Bruno Haible  <bruno@clisp.org>
50760
50761         * lib/c-strcasestr.h: New file, from GNU gettext.
50762         * lib/c-strcasestr.c: New file, from GNU gettext.
50763
50764 2005-10-11  Bruno Haible  <bruno@clisp.org>
50765
50766         * lib/c-strcase.h: New file, from GNU gettext.
50767         * lib/c-strcasecmp.c: New file, from GNU gettext.
50768         * lib/c-strncasecmp.c: New file, from GNU gettext.
50769
50770 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
50771
50772         * modules/mempcpy (License): GPL -> LGPL.
50773         * modules/strchrnul (License): Likewise.
50774         * modules/sysexits (License): Likewise.
50775
50776 2005-10-08  Simon Josefsson  <jas@extundo.com>
50777
50778         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
50779
50780 2005-10-07  Simon Josefsson  <jas@extundo.com>
50781
50782         * m4/memxor.m4: Remove gl_C_RESTRICT call.
50783
50784 2005-10-06  Simon Josefsson  <jas@extundo.com>
50785
50786         * tests/test-hmac-md5.c: New file.
50787
50788         * modules/hmac-md5-tests: New file.
50789
50790         * modules/hmac-md5: New file.
50791
50792 2005-10-06  Simon Josefsson  <jas@extundo.com>
50793
50794         * m4/hmac-md5.m4: New file.
50795
50796         * m4/memxor.m4: Require gl_C_RESTRICT.
50797
50798 2005-10-06  Simon Josefsson  <jas@extundo.com>
50799
50800         * lib/memxor.c (memxor): Avoid casts and warnings.
50801
50802 2005-10-06  Simon Josefsson  <jas@extundo.com>
50803
50804         * lib/hmac-md5.c: New file.
50805
50806         * lib/hmac.h: New file.
50807
50808 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
50809
50810         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
50811         promotes to int, not unsigned int, to catch the AIX 5.3
50812         compiler bug.
50813
50814 2005-10-05  Simon Josefsson  <jas@extundo.com>
50815
50816         * modules/memxor: New file.
50817
50818         * modules/iconv (Files): Move config.rpath to havelib, it is used
50819         there.
50820
50821         * modules/havelib (Files): Add config.rpath.
50822
50823 2005-10-05  Simon Josefsson  <jas@extundo.com>
50824
50825         * m4/memxor.m4: New file.
50826
50827 2005-10-05  Simon Josefsson  <jas@extundo.com>
50828
50829         * lib/memxor.c (memxor): Fix compiler error.
50830
50831         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
50832         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
50833
50834         * lib/memxor.h, lib/memxor.c: New files.
50835
50836         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
50837         we assume all systems have it, suggested by Jim Meyering
50838         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
50839         any systems lack sys/socket.h; mingw32 is known to lack it, but we
50840         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
50841         same reasons.
50842
50843 2005-10-05  Simon Josefsson  <jas@extundo.com>
50844
50845         * config/srclist.txt: Add glibc bug 1423 for md5.h.
50846
50847 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
50848
50849         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
50850         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
50851         needed, since the source code now assumes these .h files.
50852
50853 2005-10-05  Derek Price  <derek@ximbiot.com>
50854
50855         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
50856
50857 2005-10-05  Bruno Haible  <bruno@clisp.org>
50858
50859         * modules/stdint (License): Change to LGPL.
50860
50861 2005-10-04  Simon Josefsson  <jas@extundo.com>
50862
50863         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
50864         D. Baushke" <mdb@gnu.org>.
50865
50866 2005-10-04  Bruno Haible  <bruno@clisp.org>
50867
50868         * lib/verify.h (verify_true): Provide alternative definition for C++.
50869
50870 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
50871
50872         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
50873         (SSIZE_MAX): New macro, if not already defined.
50874         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
50875         than 2 GiB.
50876
50877 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
50878
50879         Sync from coreutils.
50880         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
50881         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
50882         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
50883         ULLONG_MAX doesn't work with 2.7.2.1.
50884
50885 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
50886
50887         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
50888         From Ben Pfaff.
50889
50890         * modules/exclude (Depends-on): Depend on verify.
50891         * modules/strtoimax (Depends-on): Likewise.
50892         * modules/utimecmp (Depends-on): Likewise.
50893
50894 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
50895
50896         * lib/exclude.c: Include verify.h.
50897         (verify): Remove.  All callers changed to use verify.h's version.
50898         * lib/strtoimax.c: Likewise.
50899         * lib/utimecmp.c: Likewis.e
50900
50901         Sync from coreutils.
50902         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
50903         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
50904         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
50905         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
50906         bother returning ENOSYS if settimeofday or stime fails; just let
50907         them return whatever errno they want to return.
50908         * lib/utimens.c: Include unistd.h, for dup2.
50909         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
50910         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
50911
50912 2005-10-02  Jim Meyering  <jim@meyering.net>
50913
50914         Sync from coreutils.
50915         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
50916         from glibc-2.2.5 that fails for read-only files.
50917
50918 2005-10-02  Jim Meyering  <jim@meyering.net>
50919
50920         Sync from coreutils.
50921         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
50922         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
50923         `#if HAVE_CONFIG_H'.
50924         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
50925         Remove AT_FDCWD test.
50926         Do not consume the fd unless successful.
50927         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
50928         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
50929         block, so that we don't even try to compile it if settimeofday is
50930         available.  This works around a compilation failure on OSF1 V5.1,
50931         due to stime requiring a `long int*' while tv_sec is `int'.
50932
50933 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
50934
50935         Sync from coreutils.
50936         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
50937         against `yes', rather than just testing for nonempty.
50938
50939 2005-10-01  Simon Josefsson  <jas@extundo.com>
50940
50941         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
50942         and Darwin.
50943
50944         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
50945         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
50946         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
50947         freeaddrinfo and gai_strerror are declared by the POSIX headers.
50948         Check if struct addrinfo is declared.
50949
50950 2005-10-01  Simon Josefsson  <jas@extundo.com>
50951
50952         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
50953         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
50954         AI_* and EAI_* definitions.  Protect function declarations.
50955
50956 2005-10-01  Jim Meyering  <jim@meyering.net>
50957
50958         Sync from coreutils.
50959
50960         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
50961         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
50962         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
50963         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
50964         in the inet and nsl libraries.  Required on Solaris 5.7.
50965
50966 2005-10-01  Jim Meyering  <jim@meyering.net>
50967
50968         Sync from coreutils.
50969         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
50970         in the inet and nsl libraries.  Required on Solaris 5.7.
50971
50972 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
50973
50974         * lib/getdelim.c (getdelim): Remove unused variables.
50975
50976 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
50977
50978         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
50979         so that the code works even with ancient cpp.  Portability problem
50980         with GCC 2.7.2.1 reported by Thomas M.Ott.
50981
50982 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
50983
50984         * modules/regex (Depends-on): Add strcase.
50985
50986         * modules/gethostname (Licence): Change from GPL to LGPL, since
50987         gethostname.c is a trivial implementation of a standard library
50988         function.
50989         * modules/poll (License): Change from GPL to LGPL, since it's
50990         derived from LGPL code.
50991
50992 2005-09-27  Jim Meyering  <jim@meyering.net>
50993
50994         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
50995         HAVE_CONFIG_H.
50996
50997         * lib/intprops.h (signed_type_or_expr__): Define.
50998         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
50999         for unsigned types.
51000
51001 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
51002
51003         * lib/verify.h (verify_expr): Remove, replacing with:
51004         (verify_true): New macro that returns true instead of void.
51005         (verify_type__): Remove.
51006         (verify): Use verify_true rather than verify_type__.
51007
51008 2005-09-26  Bruno Haible  <bruno@clisp.org>
51009
51010         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
51011         is necessary.
51012         (lib_SOURCES): Remove mbchar.c.
51013         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
51014         (Files): Add m4/mbrtowc.m4.
51015         * modules/mbiter: Likewise.
51016         * modules/mbuiter: Likewise.
51017
51018 2005-09-26  Bruno Haible  <bruno@clisp.org>
51019
51020         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
51021         compile mbchar.c if they are not both present.
51022         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
51023         * m4/mbiter.m4 (gl_MBITER): Likewise.
51024         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
51025         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
51026         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
51027
51028 2005-09-25  Jim Meyering  <jim@meyering.net>
51029
51030         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
51031         also uses socklen_t.
51032
51033 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
51034
51035         * lib/utimens.c (ENOSYS): Define if not already defined.
51036         (futimens): Support having a null PATH if the file descriptor
51037         is nonnegative.
51038
51039         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
51040         Remove.
51041         (__attribute): Define to empty unless GCC 3.1 or later.
51042         This works around a core dump on OpenBSD 3.4, which has GCC
51043         2.95.3, which dumps core when given __attribute__(()).  It also
51044         simplifies other tests, since we really don't want to bother with
51045         worrying about which ancient version of GCC supported what.
51046         Original problem reported by Yoann Vandoorselaere, with part of
51047         the fix suggested by Derek Price.
51048
51049 2005-09-24  Jim Meyering  <jim@meyering.net>
51050
51051         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
51052         so we can once again use a positive bitfield width of 1 -- now we
51053         don't have to explain why we were using a bitfield width of 2.
51054
51055 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
51056
51057         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
51058         and similarly for the other external symbols.  Problem reported
51059         by James Gallager.
51060
51061         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
51062         bug reported by Jim Meyering.
51063
51064         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
51065         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
51066         not needed, since socklen is a prerequisite module.
51067
51068 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
51069
51070         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
51071         Problem reported by Eric Blake.
51072         (getaddrinfo): Initialize se so that it's not garbage.
51073         Redo internal storage allocation so that it doesn't make unportable
51074         assumptions about alignment.
51075         Fix a memory leak.
51076
51077         * lib/utimens.c (futimens): Use futimesat if available.
51078         Prefer it to futimes since it doesn't have the futimes bug.
51079
51080         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
51081         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
51082         Instead, declare a function that returns a pointer to an array,
51083         and use verify_type__ to declare the size of the array.
51084         Problem and germ of a solution reported by Bruno Haible.
51085         (verify_type__): Use 2, not 1, for bitfield size, to avoid
51086         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
51087
51088 2005-09-23  Jim Meyering  <jim@meyering.net>
51089
51090         Sync from coreutils.
51091         Correct build failure (socklen_t not defined) on at least
51092         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
51093         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
51094
51095 2005-09-23  Jim Meyering  <jim@meyering.net>
51096
51097         * modules/getaddrinfo (Depends-on): Add socklen.
51098
51099 2005-09-23  Bruno Haible  <bruno@clisp.org>
51100
51101         * tests/test-verify.c: New file.
51102
51103 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
51104
51105         Sync from coreutils.
51106
51107         * modules/argmatch (Depends-on): Add verify.
51108         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
51109         unistd-safer.
51110         * modules/save-cwd (Depends-on): Likewise.
51111
51112         * modules/openat (Files): Add lib/openat-die.c.
51113         (Depends-on): Remove error, exitfail.
51114         Add dirname.
51115
51116         * modules/verify: New file.
51117         * MODULES.html.sh (Diagnostics <assert.h>): New section,
51118         with "verify" module.
51119
51120 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
51121
51122         Sync from coreutils.
51123
51124         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
51125         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
51126         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
51127         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
51128         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
51129         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
51130         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
51131         Don't bother checking for string.h, stdlib.h, unistd.h.
51132         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
51133         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
51134         module's job.
51135         * m4/jm-macros.m4 (gl_MACROS): Likewise.
51136         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
51137
51138         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
51139         (gl_GETDATE): Use it.
51140
51141         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
51142
51143 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
51144
51145         Sync from coreutils.
51146
51147         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
51148         stat-time.h.
51149         * lib/argmatch.h: Include verify.h
51150         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
51151         (ARGMATCH_ASSERT): Remove; unused.
51152         * lib/canonicalize.c: Assume STDC_HEADERS.
51153         * lib/exclude.c: Include "strcase.h".
51154         * lib/regex_internal.h [!defined _LIBC]: Likewise.
51155         * lib/getusershell.c: Include stdio--.h rather than stdio.h
51156         and stdio-safer.h.
51157         (getusershell): Call fopen, not fopen_safer.
51158         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
51159         Do not include unistd-safer.h.
51160         (save_cwd): Don't call fd_safer; no longer needed
51161         now that we include fcntl--.h.
51162
51163         * lib/getdate.y (relative_time): New type.
51164         (RELATIVE_TIME_0): New constant.
51165         (parser_control): Use relative_time instead of doing it ourselves.
51166         (%union): Add new relative_time rel member.
51167         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
51168         Now typeless.
51169         (relunit, relunit_snumber): Now of type rel.
51170         (zone, rel, relunit, get_date): Adjust to above changes.
51171
51172         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
51173         Do not include unistd-safer.h.
51174         (getloadavg): Don't call fd_safer; no longer needed
51175         now that we include fcntl--.h.
51176
51177         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
51178         (make_dir_parents): Treat ENOSYS like EEXIST.
51179
51180         Improve quality of diagnostics on restore_cwd failure.
51181         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
51182         (make_dir_parents): Last arg is now int * (for errno), not bool *.
51183         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
51184         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
51185         each time through the loop.  Do not diagnose restore_cwd failure;
51186         that is the caller's job (and perhaps the caller does not care).
51187
51188         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
51189         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
51190         If the file already exists but is not a directory, don't bother
51191         to try to make its parents.
51192         Close potential file descriptor leak if we can't chdir("/") (!).
51193         Don't always return true if chdir($PWD) fails; return true only
51194         if the requested action was done successfully (except for the
51195         chdir($PWD)).
51196         Don't log final directory unless we actually made it.
51197         Refactor to avoid duplicate code to fix up permissions.
51198         Don't attempt to fix up parent permissions if chdir($PWD) fails.
51199
51200         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
51201         to make it a bit faster and (I hope) clearer.
51202         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
51203         Fix bug in formats like %2N.
51204
51205         * lib/verify.h: New file.
51206
51207 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
51208
51209         Sync from coreutils.
51210         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
51211
51212 2005-09-22  Jim Meyering  <jim@meyering.net>
51213
51214         Sync from coreutils.
51215
51216         * m4/lstat.m4 (gl_FUNC_LSTAT):
51217         Use AC_LIBSOURCES to require lstat.c and lstat.h.
51218         Remove obsolete comment.
51219         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
51220         * m4/xstrtod.m4: Likewise.
51221
51222         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
51223
51224 2005-09-22  Jim Meyering  <jim@meyering.net>
51225
51226         Sync from coreutils.
51227
51228         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
51229
51230         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
51231         the .tm_year member, since otherwise gcc-4.0 would now warn about
51232         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
51233
51234         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
51235         order to avoid an unsuppressible warning from gcc on 64-bit systems.
51236
51237         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
51238         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
51239         when run in a time zone for which daylight savings time is in effect
51240         for the starting date.
51241
51242         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
51243         stop us from restricting permissions of just-created absolute-named
51244         directories.
51245         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
51246         to restore initial working directory.
51247         * lib/mkdir-p.c (make_dir_parents): New parameter:
51248         different_working_dir, to tell caller if/when we change the working
51249         directory and are unable to return to the initial one.
51250         * lib/mkdir-p.h (make_dir_parents): Update prototype.
51251         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
51252         `return false'.  This fixes a bug introduced on 2004-07-30.
51253
51254         * lib/openat.c (fdopendir): Be sure to close the supplied
51255         file descriptor before returning.  This makes our replacement
51256         implementation a little closer to Solaris's, where fdopendir
51257         ties the file descriptor to the returned DIR* pointer.
51258         * lib/openat.c (unlinkat): New function.
51259         * lib/openat.h (unlinkat): Add prototype.
51260         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
51261         (openat_restore_fail): Rename from openat_restore_die.
51262         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
51263
51264         Provide an alternative to exiting immediately upon save_cwd or
51265         restore_cwd failure.  Now, an application can arrange e.g.,
51266         to perform a longjump in that case.
51267         * lib/openat.c: Include dirname.h.
51268         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
51269         (rpl_openat, fdopendir, fstatat): Call openat_save_die
51270         and openat_restore_die rather than calling error directly.
51271         Don't include "error.h" or "exitfail.h"; they're no longer needed.
51272
51273         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
51274         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
51275         define.
51276
51277         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
51278         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
51279                             int utc, int nanoseconds);
51280         Background:
51281         date should not have to allocate a megabyte of virtual memory to
51282         handle a format argument like +%1048575T.  When implemented with
51283         strftime, it must allocate such a buffer, use strftime to fill it
51284         in, print it, then free it.
51285         With fprintftime, it simply prints everything and exits.
51286         With no need for memory allocation, that's one fewer way to fail.
51287         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
51288         optional field width, not before, so we accept %9:z, not %:9z.
51289         (my_strftime): Be sure to use L_('x') for literals.
51290
51291         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
51292         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
51293         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
51294         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
51295         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
51296         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
51297         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
51298         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
51299         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
51300         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
51301         * lib/xgethostname.c, lib/xreadlink.c:
51302         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
51303
51304         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
51305         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
51306         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
51307         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
51308         and don't include <sys/file.h>).
51309
51310 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
51311
51312         Sync from coreutils.
51313
51314         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
51315         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
51316         [!LDAV_DONE]: Avoid unused variable warning.
51317
51318 2005-09-21  Bruno Haible  <bruno@clisp.org>
51319
51320         * lib/unicodeio.h (unicode_to_mb): New declaration.
51321
51322 2005-09-20  Derek Price  <derek@ximbiot.com>
51323
51324         * lib/getaddrinfo.c: Don't include <netdb.h> included from
51325         getaddrinfo.h.
51326
51327 2005-09-20  Bruno Haible  <bruno@clisp.org>
51328
51329         * gnulib-tool: Remove trailing slashes from the values specified for
51330         --source-base, --m4-base, --tests-base, --aux-dir.
51331         Suggested by Simon Josefsson <jas@extundo.com>.
51332
51333 2005-09-20  Bruno Haible  <bruno@clisp.org>
51334
51335         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
51336         func_modules_to_filelist, func_import, func_create_testdir): Make all
51337         sorting results locale-independent, so that gnulib-cache.m4 doesn't
51338         change when gnulib-tool is invoked in a different locale.
51339
51340 2005-09-19  Simon Josefsson  <jas@extundo.com>
51341
51342         * m4/socklen.m4: Fix typo.
51343
51344 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
51345
51346         Use a consistent style for including <config.h>.
51347         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
51348         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
51349         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
51350         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
51351         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
51352         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
51353         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
51354         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
51355         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
51356         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
51357         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
51358         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
51359         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
51360         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
51361         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
51362         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
51363         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
51364         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
51365         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
51366         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
51367         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
51368         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
51369         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
51370         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
51371         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
51372         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
51373         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
51374         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
51375         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
51376         lib/xstrtoumax.c, lib/yesno.c:
51377         Standardize inclusion of config.h.
51378         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
51379         lib/inttostr.h:  Removed inclusion of config.h from header files.
51380         * lib/inttostr.c:  Adjusted in-tree users.
51381         * lib/timespec.h: Remove superfluous warning to include config.h.
51382         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
51383         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
51384         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
51385         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
51386         config.h with HAVE_CONFIG_H.
51387
51388 2005-09-19  Jim Meyering  <jim@meyering.net>
51389
51390         * modules/pathmax (License): Change to LGPL.
51391
51392 2005-09-19  Derek Price  <derek@ximbiot.com>
51393
51394         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
51395
51396 2005-09-19  Bruno Haible  <bruno@clisp.org>
51397
51398         * gnulib-tool (import): Provide default for --tests-base.
51399
51400 2005-09-19  Bruno Haible  <bruno@clisp.org>
51401
51402         * doc/quote.texi: New file, extracted from gnulib.texi.
51403         * doc/ctime.texi: New file, extracted from gnulib.texi.
51404         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
51405         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
51406         * doc/gnulib.texi: Include them.
51407
51408 2005-09-18  Bruno Haible  <bruno@clisp.org>
51409
51410         Portability fix.
51411         * gnulib-tool (func_readlink): New function.
51412         (func_ln_if_changed): Use it.
51413
51414 2005-09-18  Bruno Haible  <bruno@clisp.org>
51415
51416         * gnulib-tool: Support --with-tests also with --import.
51417         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
51418         (func_import): Use variables $testsbase and $inctests. Emit a
51419         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
51420         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
51421         SUBDIRS += $testsdir.
51422         (func_create_testdir): Update.
51423
51424 2005-09-18  Bruno Haible  <bruno@clisp.org>
51425
51426         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
51427         instead of $dry_run.
51428         (func_cp_if_changed, func_mv_if_changed): Remove functions.
51429         (func_ln_if_changed): Don't handle dry-run here.
51430         (func_import): In dry-run mode, detect more precisely which actions
51431         would be performed, and don't use "...ing" verbs.
51432
51433 2005-09-18  Bruno Haible  <bruno@clisp.org>
51434
51435         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
51436         (func_import): Use join on two temporary files instead of three nested
51437         loops, in order to determine which files are new or old.
51438
51439 2005-09-18  Bruno Haible  <bruno@clisp.org>
51440
51441         * gnulib-tool (func_import): Comment out code that spits out the
51442         new files with --dry-run.
51443
51444 2005-09-18  Bruno Haible  <bruno@clisp.org>
51445
51446         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
51447
51448 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
51449
51450         * lib/stat-time.h: New file.
51451         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
51452         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
51453         in a different way.
51454         (timespec_cmp): New function.
51455         * lib/utimecmp.c: Include stat-time.h.
51456         (SYSCALL_RESOLUTION): Depend on whether various struct stat
51457         members exist, not on the obsolescent ST_MTIM_NSEC.
51458         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
51459
51460 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
51461
51462         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
51463
51464 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
51465
51466         * MODULES.html.sh (File system functions): Add stat-time.
51467         * modules/stat-time: New file.
51468         * modules/timespec (Files): Remove m4/st_mtim.m4; this
51469         is now done in a different way, by the stat-time module.
51470         * modules/utimecmp (Depends-on): Add stat-time.
51471
51472 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
51473
51474         * m4/st_mtim.m4: Remove.  Superseded by...
51475         * m4/stat-time.m4: New file.
51476         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
51477         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
51478
51479 2005-09-15  Derek Price  <derek@ximbiot.com>
51480
51481         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
51482
51483 2005-09-15  Derek Price  <derek@ximbiot.com>
51484
51485         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
51486         * lib/regex_internal.c: Ditto, using this...
51487         (__GNUC_PREREQ): ...new macro.
51488         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
51489         using...
51490         (__GNUC_PREREQ): ...this new macro.
51491
51492         * lib/strstr.h: Include string.h. Define strstr as a macro here.
51493
51494 2005-09-15  Derek Price  <derek@ximbiot.com>
51495             Paul Eggert  <eggert@cs.ucla.edu>
51496
51497         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
51498         changes, consolidating in...
51499         * lib/regex_internal.h: ...this file.
51500
51501 2005-09-13  Jim Meyering  <jim@meyering.net>
51502
51503         * lib/canon-host.c: Filter through gnu indent and reword comments
51504         slightly.
51505         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
51506
51507 2005-09-13  Derek Price  <derek@ximbiot.com>
51508
51509         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
51510         failure.
51511         Reported by Jim Meyering  <jim@meyering.net>.
51512
51513 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
51514
51515         * lib/base64.c: Typo.
51516         (base64_encode): Put b64str in initialized data section.
51517
51518 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
51519
51520         Merge glibc and coreutils changes into gnulib, plus a few
51521         extra fixes.
51522         * lib/md5.c: Use #error rather than a string.
51523         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
51524         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
51525         (__attribute__): Define to empty for non recent-GCC.
51526         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
51527         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
51528         Renamed from their non-__ counterparts, with new macros replacing
51529         them if not _LIBC.  Add __THROW attribute.
51530         (rol): Remove.
51531         (struct md5_ctx): Align buffer if using GCC.
51532         * lib/sha1.h (struct sha1_ctx): Likewise.
51533         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
51534         The old name was backwards.
51535         (NOTSWAP): Remove; not used.
51536         (rol): New macro, moved here from md5.h.
51537         (sha1_process_block): Remove a FIXME that doesn't make sense.
51538
51539 2005-09-12  Derek Price  <derek@ximbiot.com>
51540
51541         Return usable errors from canon-host.
51542         * lib/canon-host.h: New file.
51543         * lib/canon-host.c (canon_host): Wrap...
51544         (canon_host_r): ...this new function, which now relies exclusively on
51545         getaddrinfo.
51546         (ch_strerror): New function.
51547         (last_cherror): New global.
51548         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
51549         interface.
51550         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
51551         void *.
51552         (freeaddrinfo): Free ai->ai_canonname when set.
51553
51554 2005-09-12  Derek Price  <derek@ximbiot.com>
51555
51556         Make canon-host require getaddrinfo.
51557         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
51558         AC_LIBSOURCE canon-host.h.  Call...
51559         (gl_PREREQ_CANON_HOST): ...this new function, which requires
51560         gl_GETADDRINFO.
51561         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
51562
51563 2005-09-12  Derek Price  <derek@ximbiot.com>
51564
51565         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
51566         LGPL.
51567         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
51568
51569 2005-09-12  Derek Price  <derek@ximbiot.com>
51570
51571         * lib/gai_strerror.c: Include config.h when available.  Include
51572         getaddrinfo.h before other headers to test interface.
51573         Reported by Larry Jones <lawrence.jones@ugs.com>.
51574
51575 2005-09-12  Derek Price  <derek@ximbiot.com>
51576             Paul Eggert  <eggert@cs.ucla.edu>
51577
51578         * modules/glob (Files): Add glob-libc.h.
51579
51580 2005-09-12  Derek Price  <derek@ximbiot.com>
51581             Paul Eggert  <eggert@cs.ucla.edu>
51582
51583         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
51584         glob_.h, glob-libc.h.
51585         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
51586
51587 2005-09-12  Derek Price  <derek@ximbiot.com>
51588             Paul Eggert  <eggert@cs.ucla.edu>
51589
51590         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
51591         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
51592         protecting things that should be done only in gnulib contexts.
51593         * lib/glob_.h: New file, containing only the glob things needed for
51594         gnulib.
51595         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
51596         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
51597         (glob, globfree, glob_pattern_p): Now defined simply in terms of
51598         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
51599         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
51600         and to respect the namespace rules better.
51601
51602 2005-09-08  Simon Josefsson  <jas@extundo.com>
51603
51604         * modules/socklen: New file.
51605
51606 2005-09-08  Simon Josefsson  <jas@extundo.com>
51607
51608         * m4/socklen.m4: New file.
51609
51610 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
51611
51612         * modules/utimens (Files): Add m4/utimbuf.m4, since
51613         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
51614         Reported by Sergey Poznyakoff.
51615
51616 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
51617
51618         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
51619         definitions, since that's the preferred style in glibc.
51620         Fix a minor spacing issue, and update copyright notice to match
51621         glibc's.
51622
51623 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
51624
51625         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
51626
51627 2005-09-06  Simon Josefsson  <jas@extundo.com>
51628
51629         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
51630         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
51631
51632 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
51633
51634         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
51635         warning.
51636
51637 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
51638
51639         * config/srclist.txt: Add glibc bug 1302.
51640
51641 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
51642
51643         Change bitset word type from unsigned int to unsigned long int,
51644         as this has better performance on typical 64-bit hosts.
51645         Port bitset code to hosts with unusual word sizes.
51646         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
51647         (build_collating_symbol):
51648         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
51649         argument is a bitset.  This is merely a style issue, but it makes
51650         it clearer that an entire array is expected.
51651         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
51652         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
51653         Port to the case where bitset_word is not the same as unsigned int.
51654         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
51655         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
51656         Likewise.
51657         * lib/regexec.c (check_dst_limits_calc_pos_1,
51658         check_subexp_matching_top):
51659         (build_trtable, group_nodes_into_DFAstates):
51660         Likewise.
51661         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
51662         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
51663         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
51664         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
51665         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
51666         * lib/regcomp.c (optimize_subexps, lower_subexp):
51667         Work even if bitset_word has holes in its bitwise representation.
51668         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
51669         * lib/regexec.c (check_dst_limits_calc_pos_1,
51670         check_subexp_matching_top):
51671         Likewise.
51672         * lib/regex_internal.c (re_string_reconstruct):
51673         Don't assume UCHAR_MAX == 255.
51674         * lib/regex_internal.h (bitset_set_all): Likewise.
51675         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
51676         All uses changed.
51677         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
51678         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
51679         All uses changed.
51680         (BITSET_WORD_MAX): New macro.
51681         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
51682         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
51683         (bitset_empty, bitset_copy):
51684         Prefer sizeof (bitset) to multiplying it out ourselves.
51685         (bitset_not_merge): Remove; unused.
51686         (bitset_contain): Return bool, not unsigned int with one bit on.
51687         All callers changed.
51688         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
51689         alignment than re_node_set; do this by defining a new internal
51690         type struct dests_alloc and using it to allocate memory.
51691
51692 2005-09-05  Bruno Haible  <bruno@clisp.org>
51693
51694         * gnulib-tool (func_import): Fix comparison in handling of symbolic
51695         links.
51696
51697 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
51698
51699         * modules/size_max (Makefile.am): Add size_max.h
51700
51701 2005-09-04  Derek Price  <derek@ximbiot.com>
51702
51703         * gnulib-tool (func_import): Fix reversed $symbolic logic.
51704
51705 2005-09-03  Simon Josefsson  <jas@extundo.com>
51706
51707         * gnulib-tool: Fix typo.
51708
51709 2005-09-03  Simon Josefsson  <jas@extundo.com>
51710
51711         * config/srclist.txt: Add glibc bug 1293.
51712
51713 2005-09-03  Derek Price  <derek@ximbiot.com>
51714
51715         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
51716         From Larry Jones <lawrence.jones@ugs.com>.
51717
51718 2005-09-02  Simon Josefsson  <jas@extundo.com>
51719
51720         * modules/socklen: New file.
51721
51722 2005-09-02  Simon Josefsson  <jas@extundo.com>
51723
51724         * modules/havelib: New module.
51725
51726         * modules/gettext, modules/iconv, modules/lock, modules/readline:
51727         Use havelib.
51728
51729 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
51730
51731         Check for arithmetic overflow when calculating sizes, to prevent
51732         some buffer-overflow issues.  These patches are conservative, in the
51733         sense that when I couldn't determine whether an overflow was possible,
51734         I inserted a run-time check.
51735         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
51736         macros.
51737         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
51738         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
51739         (re_xnrealloc, re_x2nrealloc): New inline functions.
51740         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
51741         parse_bracket_exp):
51742         (build_equiv_class, build_charclass): Check for arithmetic overflow
51743         in size expression calculations.
51744         * lib/regex_internal.c (re_string_realloc_buffers):
51745         (build_wcs_upper_buffer, re_node_set_add_intersect):
51746         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
51747         (re_dfa_add_node, register_state): Likewise.
51748         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
51749         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
51750         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
51751         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
51752
51753 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
51754
51755         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
51756         m4/ulonglong.m4.  Problem reported by Martin Lambers.
51757
51758 2005-09-02  Bruno Haible  <bruno@clisp.org>
51759
51760         Support for lib vs. lib64 distinction on biarch platforms.
51761         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
51762         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
51763         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
51764
51765 2005-09-02  Bruno Haible  <bruno@clisp.org>
51766
51767         * gnulib-tool (import): In the other first-use case, provide defaults
51768         as well.
51769
51770 2005-09-02  Bruno Haible  <bruno@clisp.org>
51771
51772         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
51773         patches not yet found in the latest gettext release.
51774
51775 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
51776
51777         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
51778         to avoid a collision with bits/local_lim.h in glibc.
51779         All uses changed.  Problem reported by Dmitry V. Levin in
51780         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
51781
51782         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
51783         bugs in int versus size_t comparisons.
51784         (re_string_context_at): Fix bug where the code assumed that
51785         Idx is signed.
51786
51787         Use bool where appropriate.
51788         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
51789         All callers changed.
51790         (calc_eclosure_iter): Likewise, for ROOT arg.
51791         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
51792         (build_charclass_op): Likewise, for NON_MATCH arg.
51793         * lib/regex_internal.c (re_string_allocate, re_string_construct):
51794         (re_string_construct_common): Likewise, for ICASE arg.
51795         * lib/regexec.c (re_search_2_stub, re_search_stub):
51796         Likewise, for RET_LEN arg.
51797         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
51798         (set_regs): Likewise, for FL_BACKTRACK arg.
51799         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
51800         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
51801         (calc_eclosure_iter, parse_bracket_exp):
51802         Use bool for internal variables that are booleans.
51803         * lib/regexec.c (re_search_internal, check_matching,
51804         proceed_next_node):
51805         (set_regs, build_sifted_states, sift_states_bkref):
51806         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
51807         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
51808         (find_collation_sequence_value):
51809         Likewise.
51810         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
51811         (re_node_set_compare):
51812         Return bool, not int. All callers changed.
51813         * lib/regexec.c (check_halt_node_context, check_dst_limits):
51814         (build_trtable, check_node_accept): Likewise.
51815         * lib/regex_internal.h: Include stdbool.h.
51816
51817         Fix bugs uncovered when converting to bool.
51818         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
51819         failure instead of charging ahead blindly.
51820         * lib/regex_internal.c (register_state): Likewise.
51821         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
51822         for freeing internal storage.
51823         (group_nodes_into_DFA_states): Use unsigned int, not int, for
51824         bitset pieces used as boolean, to avoid undefined behavior
51825         on hosts that do int overflow checking.
51826
51827 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
51828
51829         * config/srclist.txt: Add glibc bugs 1285-1287.
51830
51831 2005-09-01  Jim Meyering  <jim@meyering.net>
51832
51833         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
51834         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
51835         Require gl_STAT_MACROS, too.
51836
51837 2005-09-01  Bruno Haible  <bruno@clisp.org>
51838
51839         * gnulib-tool (import): In the first-use case, provide defaults.
51840
51841 2005-09-01  Bruno Haible  <bruno@clisp.org>
51842
51843         * gnulib-tool (func_import): Remove the .tmp files.
51844
51845 2005-09-01  Bruno Haible  <bruno@clisp.org>
51846
51847         * gnulib-tool (func_import): Fix handling of symbolic links.
51848
51849 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
51850
51851         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
51852         old glibc regex code mishandles strings longer than 2**31 bytes.
51853         This patch fixes this when the regex code is used in gnulib
51854         (i.e., outside glibc).
51855
51856         This patch should not affect the use of the regex code inside
51857         glibc.  No doubt this problem also needs to be handled for glibc
51858         as well, but the result will be an incompatible change to the
51859         glibc ABI, and the old ABI will have to be supported too.  That
51860         can be the the subject for another patch.
51861
51862         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
51863         governing whether the rest of this patch is active.  By default,
51864         the macro is disabled and the patch has no effect.
51865         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
51866         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
51867         (struct re_pattern_buffer, re_search, re_search_2, re_match):
51868         (re_match_2, re_set_registers): Use the new types.
51869         * lib/regex_internal.h (Idx, re_hashval_t): New types.
51870         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
51871         New macros.
51872         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
51873         (re_string_context_at, bin_tree_t, re_dfastate_t):
51874         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
51875         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
51876         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
51877         (re_string_char_size_at, re_string_wchar_at):
51878         (re_string_elem_size_at):
51879         Use the new types and macros to port to 64-bit hosts.
51880         Use unsigned types for internal values, so that the code
51881         mostly works even for arrays larger than SSIZE_MAX.
51882         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
51883         (search_duplicated_node, calc_eclosure_iter, fetch_number):
51884         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
51885         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
51886         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
51887         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
51888         (calc_inveclosure, parse_dup_op, build_range_exp):
51889         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
51890         (fetch_number, create_token_tree, mark_opt_subexp):
51891         Likewise.
51892         * lib/regex_internal.c (re_string_construct_common,
51893         create_ci_newstate):
51894         (create_cd_newstate, re_string_allocate, re_string_construct):
51895         (re_string_realloc_buffers, build_wcs_upper_buffer):
51896         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
51897         (re_string_reconstruct, re_string_peek_byte_case):
51898         (re_string_fetch_byte_case, re_string_context_at):
51899         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
51900         (re_node_set_init_copy, re_node_set_add_intersect):
51901         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
51902         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
51903         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
51904         (re_acquire_state, re_acquire_state_context, register_state):
51905         Likewise.
51906         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
51907         search_cur_bkref_entry):
51908         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
51909         (re_search_internal, re_search_2_stub, re_search_stub)
51910         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
51911         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
51912         (update_cur_sifted_state, check_dst_limits):
51913         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
51914         (check_subexp_limits, sift_states_bkref, merge_state_array):
51915         (check_subexp_matching_top, get_subexp, get_subexp_sub):
51916         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
51917         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
51918         (expand_bkref_cache, check_node_accept_bytes):
51919         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
51920         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
51921         (acquire_init_state_context, check_halt_node_context):
51922         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
51923         (sift_states_backward, clean_state_log_if_needed):
51924         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
51925         (find_recover_state, transit_state_sb, transit_state_mb):
51926         (transit_state_bkref, build_trtable, match_ctx_clean):
51927         Likewise.
51928         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
51929         to work around an assumption that REG_MISSING is negative.
51930
51931         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
51932         (seek_collating_symbol_entry) [defined _LIBC]:
51933         (lookup_collation_sequence_value) [defined _LIBC]:
51934         (build_range_exp, build_collating_symbol) [defined _LIBC]:
51935         Use prototypes rather than old-style function definitions.
51936         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
51937         (transit_state_sb) [0]:
51938         (find_collation_sequence_value) [defined _LIBC]: Likewise.
51939
51940         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
51941         rm_eo.
51942
51943         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
51944         (optimize_subexps, lower_subexp):
51945         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
51946         since the signed shift might overflow.  Use 1u<<31 instead.
51947         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
51948         Likewise.
51949         * lib/regexec.c (check_dst_limits_calc_pos_1,
51950         check_subexp_matching_top): Likewise.
51951
51952         * lib/regcomp.c (optimize_subexps, lower_subexp):
51953         Use CHAR_BIT rather than 8, for clarity.
51954         * lib/regexec.c (check_dst_limits_calc_pos_1):
51955         (check_subexp_matching_top): Likewise.
51956         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
51957         have to worry about portability issues when shifting it left.
51958         Remove no-longer-needed test for table_size > 0.
51959         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
51960         in a word, as the resulting behavior is undefined.
51961         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
51962         in one case, a <= should have been an <, and in another case the
51963         whole test was missing.
51964         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
51965         the standard name CHAR_BIT.
51966         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
51967         this is not true on one's complement and signed-magnitude hosts.
51968
51969         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
51970         next_last_offset.
51971         (struct re_dfa_t): Remove unused member states_alloc.
51972         * lib/regcomp.c (init_dfa): Don't initialize unused members.
51973
51974 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
51975
51976         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
51977         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
51978         and large-file glibc and in 32-bit large-file Solaris.
51979
51980 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
51981
51982         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
51983         lengths fit in regoff_t; this isn't true if regoff_t is the same
51984         width as size_t.
51985         * lib/regex.c (re_search_internal): 5th arg is LAST_START
51986         (= START + RANGE) instead of RANGE.  This avoids overflow
51987         problems when regoff_t is the same width as size_t.
51988         All callers changed.
51989         (re_search_2_stub): Check for overflow when adding the
51990         sizes of the two strings.
51991         (re_search_stub): Check for overflow when adding START
51992         to RANGE; if it occurs, substitute the extreme value.
51993
51994 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
51995
51996         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
51997
51998 2005-08-31  Jim Meyering  <jim@meyering.net>
51999
52000         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
52001         a pointer-to-const.
52002         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
52003         (register_state): Likewise.
52004         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
52005         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
52006         (group_nodes_into_DFAstates): Likewise.
52007
52008 2005-08-31  Jim Meyering  <jim@meyering.net>
52009
52010         * check-module: Add a FIXME comment.
52011
52012 2005-08-31  Eric Blake  <ebb9@byu.net>
52013
52014         * modules/unistd-safer (Files): Add unistd--.h.
52015         * modules/stdio-safer (Files): Add stdio--.h.
52016
52017 2005-08-31  Derek Price  <derek@ximbiot.com>
52018
52019         * lib/getdelim.c (getdelim): Return EOF on EOF.
52020         Reported by Larry Jones <lawrence.jones@ugs.com>.
52021
52022 2005-08-31  Bruno Haible  <bruno@clisp.org>
52023
52024         Avoid unnecessary diffs in the generated lib/Makefile.am.
52025         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
52026         the generated files.
52027         (func_import): Don't set cmd.
52028
52029 2005-08-31  Bruno Haible  <bruno@clisp.org>
52030
52031         * lib/strstr.c: Include <stddef.h>, for NULL.
52032         * lib/strcasestr.c: Likewise.
52033         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
52034
52035 2005-08-31  Bruno Haible  <bruno@clisp.org>
52036
52037         * gnulib-tool: New option --macro-prefix.
52038         (func_import): Use macro_prefix.
52039         (import): Handle option --macro-prefix.
52040
52041 2005-08-31  Bruno Haible  <bruno@clisp.org>
52042
52043         * gnulib-tool (import): Rename most ac_* variables to cached_*.
52044         Also use new variables cached_lgpl, cached_libtool.
52045
52046 2005-08-31  Bruno Haible  <bruno@clisp.org>
52047
52048         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
52049         always instantiating them.
52050
52051 2005-08-31  Bruno Haible  <bruno@clisp.org>
52052
52053         * gnulib-tool (func_import): Read the previous cached settings
52054         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
52055         earlier added by gnulib but are now dropped. Warn when a gnulib file
52056         overwrites a non-gnulib file.
52057
52058 2005-08-31  Bruno Haible  <bruno@clisp.org>
52059
52060         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
52061         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
52062         projects that don't keep autogenerated files in CVS. Put into
52063         actioncmd only the specified modules, not the transitive closure.
52064
52065 2005-08-31  Bruno Haible  <bruno@clisp.org>
52066
52067         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
52068         Create directories that shall be filled.
52069         (import): Don't look for gl_* macros in configure.ac. Recurse across
52070         all directories containing a gnulib-cache.m4 files, if meaningful.
52071
52072 2005-08-31  Bruno Haible  <bruno@clisp.org>
52073
52074         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
52075         (import): Set seen_libtool when we see gl_LIBTOOL.
52076
52077 2005-08-31  Bruno Haible  <bruno@clisp.org>
52078
52079         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
52080         declaration macro definitions from generated gnulib.m4.
52081
52082 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
52083
52084         * lib/iconvme.h: Add prototype for iconv_alloc.
52085
52086 2005-08-29  Simon Josefsson  <jas@extundo.com>
52087
52088         * lib/iconvme.c: Fix errno.
52089
52090 2005-08-29  Bruno Haible  <bruno@clisp.org>
52091
52092         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
52093         that it works when the directory contains spaces.
52094
52095 2005-08-29  Bruno Haible  <bruno@clisp.org>
52096
52097         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
52098
52099 2005-08-29  Bruno Haible  <bruno@clisp.org>
52100
52101         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
52102         Emit more advice.
52103
52104 2005-08-29  Bruno Haible  <bruno@clisp.org>
52105         and Stepan Kasal  <kasal@ucw.cz>
52106
52107         * check-module: If more parameters are given, check each of them
52108         separately; add more exceptions, as noted by Jim Meyering.
52109         (check_module): New procedure.
52110         (%exempt_header): Now contains all exceptions.
52111
52112 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
52113
52114         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
52115
52116 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
52117
52118         * lib/iconvme.c: Split iconv_string into iconv_alloc.
52119
52120 2005-08-28  Bruno Haible  <bruno@clisp.org>
52121
52122         * m4/gnulib-tool.m4: New file.
52123
52124 2005-08-27  Jim Meyering  <jim@meyering.net>
52125
52126         * modules/unistd-safer (Files): Add pipe-safer.c.
52127         * modules/fcntl-safer (Files): Add creat-safer.c.
52128
52129 2005-08-27  Jim Meyering  <jim@meyering.net>
52130
52131         * m4/stdlib-safer.m4: New file.  From coreutils.
52132         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
52133         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
52134         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
52135         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
52136         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
52137
52138 2005-08-27  Jim Meyering  <jim@meyering.net>
52139
52140         * lib/fopen-safer.c: Merge minor changes from coreutils.
52141         * lib/dup-safer.c: Likewise.
52142         * lib/fd-safer.c: Likewise.
52143
52144         Merge from coreutils.
52145         * lib/stdio--.h: New file.
52146         * lib/stdlib--.h: New file.
52147         * lib/mkstemp-safer.c: New file.
52148
52149         GNU tar needs these.
52150         * lib/pipe-safer.c: New file.
52151         * lib/creat-safer.c: New file.
52152         * lib/fcntl--.h (creat): Define to creat_safer.
52153         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
52154         * lib/unistd--.h (pipe): Define to pipe_safer.
52155         * lib/unistd-safer.h: Declare pipe_safer.
52156
52157 2005-08-26  Simon Josefsson  <jas@extundo.com>
52158
52159         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
52160         Haible <bruno@clisp.org>.
52161
52162 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
52163
52164         * lib/regex_internal.h: Remove all references to
52165         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
52166         or better.
52167         (bitset_not, bitset_merge, bitset_not_merge):
52168         (bitset_mask, re_string_allocate, re_string_construct):
52169         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
52170         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
52171         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
52172         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
52173         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
52174         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
52175         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
52176         (re_acquire_state_context):
52177         Remove unnecessary forward decls.
52178         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
52179         Put __attribute at function definition,
52180         now that the function decl has been removed.
52181         * lib/regex_internal.c (re_string_peek_byte_case):
52182         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
52183         Likewise.
52184
52185 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
52186
52187         * m4/regex.m4: Add AC_PREREQ(2.50).
52188         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
52189
52190 2005-08-25  Simon Josefsson  <jas@extundo.com>
52191
52192         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
52193         __fsetlocking.
52194
52195 2005-08-25  Simon Josefsson  <jas@extundo.com>
52196
52197         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
52198         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
52199         GLIBC specific code.
52200
52201 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
52202
52203         Make regex safe for g++.  This fixes one real bug (an "err"
52204         that should have been "*err").  g++ problem reported by
52205         Sam Steingold.
52206         * lib/regex_internal.h (re_calloc): New macro, consistent with
52207         re_malloc etc.  All callers of calloc changed to use re_calloc.
52208         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
52209         not int.  All callers changed.
52210         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
52211         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
52212         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
52213         (find_recover_state): Change "err" to "*err"; this fixes what
52214         appears to be a real bug.
52215         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
52216         versus int.
52217
52218 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
52219
52220         * modules/regex (Depends-on): Add malloc, since the code
52221         assumes that !malloc(0) means failure.
52222
52223 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
52224
52225         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
52226
52227         alloca modernization/simplification for regex.
52228         * lib/regex.c: Remove portability cruft for alloca.  This no longer
52229         needs to be at the start of the file, and can be moved into
52230         regex_internal.h and simplified.
52231         * lib/regex_internal.h: Include <alloca.h>.
52232         (__libc_use_alloca) [!defined _LIBC]: New macro.
52233         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
52234         now works outside glibc.
52235
52236 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
52237
52238         * config/srclist.txt: Add glibc bugs 1241, 1245.
52239
52240 2005-08-25  Jim Meyering  <jim@meyering.net>
52241
52242         * lib/open-safer.c: Include <config.h>.
52243         Otherwise, we'd lose LARGEFILE support in any file using
52244         e.g. "fcntl--.h"
52245
52246 2005-08-25  Bruno Haible  <bruno@clisp.org>
52247
52248         * m4/minmax.m4: Require autoconf 2.52.
52249         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
52250         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
52251         alternatives of translit over the alphabet.
52252         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
52253
52254 2005-08-24  Simon Josefsson  <jas@extundo.com>
52255
52256         * tests/test-getpass.c: New file.
52257
52258 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
52259
52260         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
52261         for GNU regex features.
52262
52263 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
52264
52265         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
52266         * lib/regex.h (regerror): Likewise.
52267
52268         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
52269         requires this.  (The code never needed it.)
52270
52271         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
52272         All uses of recently-renamed identifiers changed to use the new,
52273         POSIX-compliant names.  The code will build and run just fine
52274         without these changes, but it's better to eat our own dog food
52275         and use the standard-conforming names.
52276
52277         * lib/regex.h: Fix a multitude of POSIX name space violations.
52278         These changes have an effect only for programs that define
52279         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
52280         do not change anything for programs compiled in the normal way.
52281         Also, there is no effect on the ABI.
52282
52283         (_REGEX_SOURCE): New macro.
52284         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
52285         defined and _GNU_SOURCE is not; this fixes a name space violation.
52286
52287         Rename the following macros to obey POSIX requirements.
52288         The old names are still visible as macros if _REGEX_SOURCE is defined.
52289         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
52290         RE_BACKSLASH_ESCAPE_IN_LISTS.
52291         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
52292         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
52293         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
52294         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
52295         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
52296         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
52297         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
52298         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
52299         (REG_INTERVALS): renamed from RE_INTERVALS.
52300         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
52301         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
52302         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
52303         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
52304         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
52305         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
52306         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
52307         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
52308         RE_UNMATCHED_RIGHT_PAREN_ORD.
52309         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
52310         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
52311         (REG_DEBUG): renamed from RE_DEBUG.
52312         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
52313         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
52314         unusual, since we can't clash with the POSIX REG_ICASE.
52315         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
52316         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
52317         (REG_NO_SUB): renamed from RE_NO_SUB.
52318         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
52319         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
52320         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
52321         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
52322         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
52323         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
52324         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
52325         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
52326         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
52327         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
52328         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
52329         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
52330         RE_SYNTAX_POSIX_MINIMAL_BASIC.
52331         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
52332         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
52333         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
52334         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
52335         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
52336         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
52337         (REG_FIXED): Renamed from REGS_FIXED.
52338         (REG_NREGS): Renamed from RE_NREGS.
52339
52340         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
52341         of other REG_* macros, since POSIX says the user is allowed to
52342         #undef these macros selectively.
52343
52344         (reg_errcode_t): Update comment stating what other tables need
52345         to be consistent.
52346
52347         Rename the following enum values to obey POSIX requirements.
52348         The old names are still visible as macros.
52349         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
52350         is not defined, since GNU is supposed to be a superset of POSIX as
52351         much as possible, and since we want reg_errcode_t to be a signed
52352         type for implementation consistency.
52353         (_REG_NOERROR): Renamed from REG_NOERROR.
52354         (_REG_NOMATCH): Renamed from REG_NOMATCH.
52355         (_REG_BADPAT): Renamed from REG_BADPAT.
52356         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
52357         (_REG_ECTYPE): Renamed from REG_ECTYPE.
52358         (_REG_EESCAPE): Renamed from REG_EESCAPE.
52359         (_REG_ESUBREG): Renamed from REG_ESUBREG.
52360         (_REG_EBRACK): Renamed from REG_EBRACK.
52361         (_REG_EPAREN): Renamed from REG_EPAREN.
52362         (_REG_EBRACE): Renamed from REG_EBRACE.
52363         (_REG_BADBR): Renamed from REG_BADBR.
52364         (_REG_ERANGE): Renamed from REG_ERANGE.
52365         (_REG_ESPACE): Renamed from REG_ESPACE.
52366         (_REG_BADRPT): Renamed from REG_BADRPT.
52367         (_REG_EEND): Renamed from REG_EEND.
52368         (_REG_ESIZE): Renamed from REG_ESIZE.
52369         (_REG_ERPAREN): Renamed from REG_ERPAREN.
52370         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
52371         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
52372         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
52373         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
52374
52375         (_REG_RE_NAME, _REG_RM_NAME): New macros.
52376         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
52377         changed.  But support the old name if the new one is not defined
52378         and if _REGEX_SOURCE.
52379
52380         Change the following member names in struct re_pattern_buffer.
52381         The old names are still supported if !_REGEX_SOURCE.
52382         The new names are always supported, regardless of _REGEX_SOURCE.
52383         (re_buffer): Renamed from buffer.
52384         (re_allocated): Renamed from allocated.
52385         (re_used): Renamed from used.
52386         (re_syntax): Renamed from syntax.
52387         (re_fastmap): Renamed from fastmap.
52388         (re_translate): Renamed from translate.
52389         (re_can_be_null): Renamed from can_be_null.
52390         (re_regs_allocated): Renamed from regs_allocated.
52391         (re_fastmap_accurate): Renamed from fastmap_accurate.
52392         (re_no_sub): Renamed from no_sub.
52393         (re_not_bol): Renamed from not_bol.
52394         (re_not_eol): Renamed from not_eol.
52395         (re_newline_anchor): Renamed from newline_anchor.
52396
52397         Change the following member names in struct re_registers.
52398         The old names are still supported if !_REGEX_SOURCE.
52399         The new names are always supported, regardless of _REGEX_SOURCE.
52400         (rm_num_regs): Renamed from num_regs.
52401         (rm_start): Renamed from start.
52402         (rm_end): Renamed from end.
52403
52404         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
52405         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
52406         Prepend __ to parameter names.
52407
52408         Undo yesterday's changes.
52409
52410 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
52411
52412         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
52413         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
52414         lib/regex.c.
52415
52416 2005-08-24  Jim Meyering  <jim@meyering.net>
52417
52418         Sync from coreutils.
52419         * m4/fcntl-safer.m4: New file.
52420
52421         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
52422         and object files for this module.
52423
52424 2005-08-24  Jim Meyering  <jim@meyering.net>
52425
52426         Sync from coreutils.
52427         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
52428
52429 2005-08-24  Jim Meyering  <jim@meyering.net>
52430
52431         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
52432         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
52433
52434 2005-08-24  Jim Meyering  <jim@meyering.net>
52435
52436         * modules/fcntl-safer: New module.
52437         * modules/fts (Depends-on): Add fcntl-safer.
52438         * MODULES.html.sh (File descriptor based Input/Output):
52439         Add fcntl-safer.
52440
52441 2005-08-24  Bruno Haible  <bruno@clisp.org>
52442
52443         Support for unit test modules.
52444         * modules/README: Mention tests modules.
52445         * modules/TEMPLATE-TESTS: New file.
52446         * gnulib-tool: New options --extract-tests-module, --with-tests and
52447         --tests-base (unused for the moment).
52448         (testsbase, inctests): New variables.
52449         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
52450         (func_verify_module): Exclude TEMPLATE-TESTS.
52451         (func_verify_nontests_module, func_verify_tests_module): New functions.
52452         (func_get_dependencies): Add implicit dependency for tests modules.
52453         (func_get_tests_module): New function.
52454         (func_modules_transitive_closure): When --with-tests was specified,
52455         include the unit tests as well, unless explicitly avoided.
52456         (func_emit_lib_Makefile_am): Ignore the tests modules here.
52457         (func_emit_tests_Makefile_am): New function.
52458         (func_create_testdir): When --with-tests was specified, emit a
52459         tests/ directory.
52460         * MODULES.html.sh (Future developments): Update.
52461
52462 2005-08-24  Bruno Haible  <bruno@clisp.org>
52463
52464         * modules/tls-tests: New file.
52465         * tests/test-tls.c: New file, from GNU gettext.
52466
52467 2005-08-24  Bruno Haible  <bruno@clisp.org>
52468
52469         * modules/lock-tests: New file.
52470         * tests/test-lock.c: New file, from GNU gettext.
52471
52472 2005-08-24  Bruno Haible  <bruno@clisp.org>
52473
52474         * lib/lock.h: Add multiple inclusion guard.
52475         * lib/tls.h: Add multiple inclusion guard.
52476
52477 2005-08-24  Bruno Haible  <bruno@clisp.org>
52478
52479         * gnulib-tool: Add support for the --aux-dir option to
52480         --create-testdir, --create-megatestdir, --test, --megatest.
52481         (func_create_testdir, func_create_megatestdir): Optionally emit a
52482         AC_CONFIG_AUX_DIR directive.
52483         (create-testdir, create-megatestdir, test, megatest): Provide a
52484         default value for $auxdir.
52485
52486 2005-08-24  Bruno Haible  <bruno@clisp.org>
52487
52488         * gnulib-tool (import): Use compound statement instead of subshell
52489         where possible.
52490
52491 2005-08-24  Bruno Haible  <bruno@clisp.org>
52492
52493         * gnulib-tool (import): Change --aux-dir default to "build-aux".
52494
52495 2005-08-24  Bruno Haible  <bruno@clisp.org>
52496
52497         * gnulib-tool (func_version): Update.
52498
52499 2005-08-24  Bruno Haible  <bruno@clisp.org>
52500
52501         * gnulib-tool (func_import, func_create_testdir,
52502         func_create_megatestdir): Quote all autoconf macro arguments.
52503
52504 2005-08-24  Bruno Haible  <bruno@clisp.org>
52505
52506         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
52507         option --force, because --force causes the aclocal.m4 of each
52508         subdirectory to be newer than the corresponding config.h.in.
52509
52510 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
52511
52512         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
52513         All contents moved to gl_REGEX.
52514         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
52515         assume that it does.
52516
52517 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
52518
52519         * lib/regex.h (REG_NOSYS)
52520         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
52521         Define, since POSIX requires it as of 2001.
52522         (_REG_ENOSYS)
52523         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
52524         New private symbol, used to keep the enum signed in all cases.
52525         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
52526         Youngman in
52527         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
52528
52529         * lib/regex_internal.c (re_string_skip_chars, register_state):
52530         (calc_state_hash):
52531         Remove forward decls; no longer needed now that we use prototypes.
52532         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
52533         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
52534         (clean_state_log_if_needed): Likewise.
52535
52536 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
52537
52538         * config/srclist.txt: Add glibc bugs 1231-1233.
52539
52540 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
52541
52542         Fix problems reported by Sam Steingold in
52543         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
52544         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
52545         assumed that reg_errcode_t is a signed type, which is not
52546         necessarily true if _XOPEN_SOURCE is not defined.
52547         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
52548         since some compilers warn about it otherwise.
52549
52550 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
52551
52552         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
52553         (init_word_char, create_initial_state, duplicate_node_closure):
52554         (fetch_token, peek_token_bracket, build_range_exp):
52555         (build_collating_symbol): Remove forward decls; no longer needed
52556         now that we use prototypes.
52557
52558         * lib/regcomp.c:
52559         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
52560         (re_compile_fastmap_iter, regcomp, regerror, regfree):
52561         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
52562         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
52563         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
52564         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
52565         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
52566         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
52567         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
52568         (build_range_exp, build_collating_symbol, parse_bracket_exp):
52569         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
52570         (build_charclass, build_charclass_op, fetch_number, create_tree):
52571         (create_token_tree, mark_opt_subexp, duplicate_tree):
52572         Use prototypes rather than old-style definitions.
52573
52574         * lib/regex_internal.c:
52575         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
52576         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
52577         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
52578         (re_string_reconstruct, re_string_peek_byte_case):
52579         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
52580         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
52581         (re_node_set_init_copy, re_node_set_add_intersect):
52582         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
52583         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
52584         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
52585         (re_acquire_state, re_acquire_state_context, register_state):
52586         (create_ci_newstate, create_cd_newstate, free_state):
52587         Likewise.
52588         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
52589         re_search_2):
52590         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
52591         (re_search_internal, prune_impossible_nodes):
52592         (acquire_init_state_context, check_matching, static):
52593         (check_halt_node_context, check_halt_state_context, proceed_next_node):
52594         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
52595         (update_regs, sift_states_backward, build_sifted_states):
52596         (clean_state_log_if_needed, merge_state_array):
52597         (update_cur_sifted_state, add_epsilon_src_nodes):
52598         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
52599         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
52600         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
52601         (find_recover_state, check_subexp_matching_top, transit_state_mb):
52602         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
52603         (check_arrival, check_arrival_add_next_nodes):
52604         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
52605         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
52606         (check_node_accept_bytes, check_node_accept, extend_buffers):
52607         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
52608         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
52609         (sift_ctx_init):
52610         Likewise.
52611
52612         * lib/regex_internal.h:
52613         (re_string_allocate, re_string_construct, re_string_reconstruct):
52614         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
52615         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
52616         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
52617         (re_string_context_at, re_string_peek_byte_case):
52618         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
52619         is defined, since we now use prototypes always.
52620
52621         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
52622         C89 or better.  All uses removed.
52623
52624 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
52625
52626         * config/srclist.txt: Add glibc bugs 1220-1227.
52627
52628 2005-08-20  Jim Meyering  <jim@meyering.net>
52629
52630         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
52631         of unused local, dfa.
52632
52633 2005-08-20  Bruno Haible  <bruno@clisp.org>
52634
52635         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
52636
52637 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
52638
52639         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
52640         (re_node_set_insert_last, re_dfa_add_node):
52641         Rename local variables to avoid GCC shadowing warnings.
52642
52643 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
52644
52645         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
52646         [defined lint]: Suppress bogus uninitialized-variable warnings.
52647
52648         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
52649         and let the caller return REG_ESPACE if out of space.  This
52650         removes an uninitialied-variable warning with GCC 4.0.1, and also
52651         avoids taking the address of a local variable.  All callers
52652         changed.
52653
52654 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
52655
52656         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
52657         $LIBCSRC/posix/regexec.c.
52658         Add glibc bug 1217 for regcomp.c.
52659
52660 2005-08-19  Jim Meyering  <jim@meyering.net>
52661
52662         * lib/regexec.c (proceed_next_node): Redo local variables to
52663         avoid GCC shadowing warnings.
52664
52665 2005-08-18  Bruno Haible  <bruno@clisp.org>
52666
52667         * lib/strstr.c (strstr): Fix return value in multibyte case.
52668         * lib/strcasestr.c (strcasestr): Likewise.
52669
52670 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
52671
52672         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
52673
52674 2005-08-17  Jim Meyering  <jim@meyering.net>
52675
52676         Make the %s format (seconds since the epoch) work for a negative
52677         number and when used with a zero-padded field width, e.g. %015s.
52678
52679         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
52680         label so that it precedes the code to set `digits'.  Otherwise,
52681         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
52682         print `00-22'.  Now, it prints `-0022', as it should.
52683
52684 2005-08-17  Bruno Haible  <bruno@clisp.org>
52685
52686         * modules/strstr (Files): Add m4/mbrtowc.m4.
52687         (Depends-on): Add mbuiter.
52688
52689 2005-08-17  Bruno Haible  <bruno@clisp.org>
52690
52691         * modules/strcasestr: New file.
52692         * MODULES.html.sh (String handling, based on ANSI C 89): Add
52693         strcasestr.
52694
52695 2005-08-17  Bruno Haible  <bruno@clisp.org>
52696
52697         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
52698
52699 2005-08-17  Bruno Haible  <bruno@clisp.org>
52700
52701         * modules/mbuiter: New file.
52702         * MODULES.html.sh (Extended multibyte and wide character utilities):
52703         Add mbuiter.
52704
52705 2005-08-17  Bruno Haible  <bruno@clisp.org>
52706
52707         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
52708         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
52709
52710 2005-08-17  Bruno Haible  <bruno@clisp.org>
52711
52712         * m4/strcasestr.m4: New file.
52713
52714 2005-08-17  Bruno Haible  <bruno@clisp.org>
52715
52716         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
52717         * lib/strstr.c: Completely rewritten, with multibyte locale support.
52718
52719 2005-08-17  Bruno Haible  <bruno@clisp.org>
52720
52721         * lib/strcasestr.h: New file.
52722         * lib/strcasestr.c: New file.
52723
52724 2005-08-17  Bruno Haible  <bruno@clisp.org>
52725
52726         * lib/strcasecmp.c: Use mbuiter.h.
52727
52728 2005-08-17  Bruno Haible  <bruno@clisp.org>
52729
52730         * lib/mbuiter.h: New file.
52731
52732 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
52733
52734         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
52735         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
52736         and gl_GETOPT are both invoked via different paths (as happens
52737         with GNU tar CVS because it uses both argp and getopt), the former
52738         wins.
52739
52740 2005-08-16  Bruno Haible  <bruno@clisp.org>
52741
52742         * modules/tls: New file.
52743         * MODULES.html.sh (Multithreading): Add tls.
52744
52745 2005-08-16  Bruno Haible  <bruno@clisp.org>
52746
52747         * modules/strnlen1: New file.
52748         * MODULES.html.sh (String handling): Add strnlen1.
52749
52750 2005-08-16  Bruno Haible  <bruno@clisp.org>
52751
52752         * modules/strcase (Files): Add m4/mbrtowc.m4.
52753         (Depends-on): Add strnlen1, mbchar.
52754
52755 2005-08-16  Bruno Haible  <bruno@clisp.org>
52756
52757         * modules/mbiter: New file.
52758         * MODULES.html.sh (Extended multibyte and wide character utilities):
52759         Add mbiter.
52760
52761 2005-08-16  Bruno Haible  <bruno@clisp.org>
52762
52763         * modules/mbfile: New file.
52764         * MODULES.html.sh (Extended multibyte and wide character utilities):
52765         Add mbfile.
52766
52767 2005-08-16  Bruno Haible  <bruno@clisp.org>
52768
52769         * modules/mbchar: New file.
52770         * MODULES.html.sh (Extended multibyte and wide character utilities):
52771         New section.
52772
52773 2005-08-16  Bruno Haible  <bruno@clisp.org>
52774
52775         * m4/tls.m4: New file, from GNU gettext.
52776
52777 2005-08-16  Bruno Haible  <bruno@clisp.org>
52778
52779         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
52780         always.
52781         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
52782
52783 2005-08-16  Bruno Haible  <bruno@clisp.org>
52784
52785         * m4/mbiter.m4: New file.
52786
52787 2005-08-16  Bruno Haible  <bruno@clisp.org>
52788
52789         * m4/mbfile.m4: New file.
52790
52791 2005-08-16  Bruno Haible  <bruno@clisp.org>
52792
52793         * m4/mbchar.m4: New file.
52794
52795 2005-08-16  Bruno Haible  <bruno@clisp.org>
52796
52797         * lib/tls.h: New file, from GNU gettext.
52798         * lib/tls.c: New file, from GNU gettext.
52799
52800 2005-08-16  Bruno Haible  <bruno@clisp.org>
52801
52802         * lib/strnlen1.h: New file.
52803         * lib/strnlen1.c: New file.
52804
52805 2005-08-16  Bruno Haible  <bruno@clisp.org>
52806
52807         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
52808         (mbi_init): Update.
52809         (mbi_avail, mbi_advance): Let the iteration end before the terminating
52810         NUL byte, not after it.
52811
52812 2005-08-16  Bruno Haible  <bruno@clisp.org>
52813
52814         * lib/strcase.h (strcasecmp): Add note in comments.
52815         * lib/strncasecmp.c: Use code from strcasecmp.c.
52816         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
52817         (strcasecmp): Work correctly in multibyte locales.
52818
52819 2005-08-16  Bruno Haible  <bruno@clisp.org>
52820
52821         * lib/mbiter.h: New file.
52822
52823 2005-08-16  Bruno Haible  <bruno@clisp.org>
52824
52825         * lib/mbfile.h: New file.
52826
52827 2005-08-16  Bruno Haible  <bruno@clisp.org>
52828
52829         * lib/mbchar.h: New file.
52830         * lib/mbchar.c: New file.
52831
52832 2005-08-16  Bruno Haible  <bruno@clisp.org>
52833
52834         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
52835         the valid ones. Makes the comparison operations transitive:
52836         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
52837         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
52838
52839 2005-08-15  Simon Josefsson  <jas@extundo.com>
52840
52841         * modules/ssize_t (License): Change to 'unlimited'.
52842
52843         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
52844
52845 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
52846
52847         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
52848         Add comments for each pending glibc patch.
52849
52850 2005-08-15  Bruno Haible  <bruno@clisp.org>
52851
52852         * lib/regex.h (__restrict_arr): Don't define to __restrict if
52853         __cplusplus is defined.
52854
52855 2005-08-14  Jim Meyering  <jim@meyering.net>
52856
52857         Sync from coreutils.
52858
52859         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
52860         Use the hash-table-based cycle-detection code not just when
52861         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
52862         Reported by James Youngman in
52863         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
52864         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
52865         FTS_TIGHT_CYCLE_CHECK.
52866         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
52867         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
52868         once again.
52869         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
52870         * lib/fts.c (fd_safer): Remove decl.
52871         Include fcntl--.h rather than unistd-safer.h
52872         (fts_safe_changedir): Don't call fd_safer; no longer needed
52873         now that we include fcntl--.h.
52874
52875 2005-08-12  Simon Josefsson  <jas@extundo.com>
52876
52877         * modules/getndelim2: Use ssize_t module.
52878         * modules/getnline: Likewise.
52879         * modules/safe-read: Likewise.
52880         * modules/xreadlink: Likewise.
52881
52882         * modules/ssize_t: New file.
52883
52884 2005-08-12  Simon Josefsson  <jas@extundo.com>
52885
52886         * m4/readline.m4: Look for termcap, curses or ncurses if required.
52887
52888 2005-08-12  Simon Josefsson  <jas@extundo.com>
52889
52890         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
52891         ssize_t.
52892
52893 2005-08-12  Simon Josefsson  <jas@extundo.com>
52894
52895         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
52896         readline, getdelim and check_version.
52897         (Support for systems lacking ISO C 99: Sizes of integer types):
52898         Add size_max.
52899
52900 2005-08-12  Bruno Haible  <bruno@clisp.org>
52901
52902         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
52903
52904 2005-08-11  Simon Josefsson  <jas@extundo.com>
52905
52906         * modules/readline: New file.
52907
52908         * modules/strnlen (Files): Add strnlen.h.
52909
52910 2005-08-11  Simon Josefsson  <jas@extundo.com>
52911
52912         * m4/readline.m4: New file.
52913
52914 2005-08-11  Simon Josefsson  <jas@extundo.com>
52915
52916         * lib/readline.h, readline.c: New file.
52917
52918 2005-08-11  Simon Josefsson  <jas@extundo.com>
52919
52920         * doc/gnulib.texi (Initial import, Finishing touches): Mention
52921         gl_AVOID.
52922
52923 2005-08-11  Bruno Haible  <bruno@clisp.org>
52924
52925         * lib/strnlen.h (strnlen): Change parameter name to match comment.
52926
52927 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
52928
52929         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
52930
52931 2005-08-10  Simon Josefsson  <jas@extundo.com>
52932
52933         * tests/test-iconvme.c: New file.
52934
52935 2005-08-10  Simon Josefsson  <jas@extundo.com>
52936
52937         * m4/strnlen.m4: New file.
52938
52939         * m4/strndup.m4: Don't check for strnlen declaration, done in
52940         strnlen.m4.
52941
52942 2005-08-10  Simon Josefsson  <jas@extundo.com>
52943
52944         * lib/strndup.c: Use strnlen.h.
52945
52946         * lib/strnlen.h: New file.
52947
52948 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
52949
52950         * README: Typos.
52951
52952 2005-08-02  Simon Josefsson  <jas@extundo.com>
52953
52954         * modules/readline: New file.
52955
52956 2005-08-02  Simon Josefsson  <jas@extundo.com>
52957
52958         * modules/getdelim: New file.
52959
52960         * modules/getline: Rewrite, don't use getndelim2.
52961
52962 2005-08-02  Simon Josefsson  <jas@extundo.com>
52963
52964         * m4/getline.m4: Separate out getdelim stuff into separate module.
52965
52966         * m4/getdelim.m4: New file.
52967
52968 2005-08-02  Simon Josefsson  <jas@extundo.com>
52969
52970         * lib/getline.h, getline.c: Rewrite.
52971
52972         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
52973
52974 2005-07-31  Bruno Haible  <bruno@clisp.org>
52975
52976         * lib/lock.h (gl_lock_initializer): New macro.
52977         (gl_lock_define_initialized): Use it.
52978         (gl_rwlock_initializer): New macro.
52979         (gl_rwlock_define_initialized): Use it.
52980         (gl_recursive_lock_initializer): New macro.
52981         (gl_recursive_lock_define_initialized): Use it.
52982
52983 2005-07-30  Karl Berry  <karl@gnu.org>
52984
52985         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
52986         Report from Ben Pfaff, regarding getopt.
52987
52988 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
52989
52990         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
52991         normal way.
52992         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
52993         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
52994         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
52995         (gl_GETOPT): Use the new macros.  Most of the implementation
52996         is moved to the new macros.  This is for programs like Emacs
52997         that don't want all the functionality of gl_GETOPT.
52998
52999 2005-07-26  Bruno Haible  <bruno@clisp.org>
53000
53001         * m4/lock.m4: Update from GNU gettext.
53002
53003 2005-07-26  Bruno Haible  <bruno@clisp.org>
53004
53005         * lib/lock.h: Update from GNU gettext.
53006         * lib/lock.c: Update from GNU gettext.
53007
53008 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
53009
53010         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
53011         obsolescent AC_TRY_RUN.  Include the default includes files, for
53012         'exit'.
53013
53014 2005-07-24  Bruno Haible  <bruno@clisp.org>
53015
53016         * modules/visibility: New file.
53017         * MODULES.html.sh (Misc): Add visibility.
53018
53019 2005-07-24  Bruno Haible  <bruno@clisp.org>
53020
53021         * m4/visibility.m4: New file.
53022
53023 2005-07-24  Bruno Haible  <bruno@clisp.org>
53024
53025         * doc/visibility.texi: New file.
53026
53027 2005-07-22  Bruno Haible  <bruno@clisp.org>
53028
53029         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
53030         $(ALLOCA_H), redundant through BUILT_SOURCES.
53031         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
53032         redundant through BUILT_SOURCES.
53033         * modules/byteswap (Makefile.am): Remove explicit dependency on
53034         $(BYTESWAP_H), redundant through BUILT_SOURCES.
53035         * modules/fnmatch (Makefile.am): Remove explicit dependency on
53036         $(FNMATCH_H), redundant through BUILT_SOURCES.
53037         * modules/getopt (Makefile.am): Remove explicit dependency on
53038         $(GETOPT_H), redundant through BUILT_SOURCES.
53039         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
53040         redundant through BUILT_SOURCES.
53041         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
53042         redundant through BUILT_SOURCES.
53043         * modules/stdbool (Makefile.am): Remove explicit dependency on
53044         $(STDBOOL_H), redundant through BUILT_SOURCES.
53045         * modules/stdint (Makefile.am): Remove explicit dependency on
53046         $(STDINT_H), redundant through BUILT_SOURCES.
53047         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
53048         Remove explicit dependency on $(SYSEXITS_H).
53049         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
53050
53051 2005-07-18  Simon Josefsson  <jas@extundo.com>
53052
53053         * lib/check-version.c (check_version): Accept identical versions too.
53054
53055 2005-07-18  Bruno Haible  <bruno@clisp.org>
53056
53057         * modules/lock: New file.
53058         * MODULES.html.sh (Multithreading): New section.
53059
53060 2005-07-18  Bruno Haible  <bruno@clisp.org>
53061
53062         * m4/lock.m4: New file, from GNU gettext.
53063
53064 2005-07-18  Bruno Haible  <bruno@clisp.org>
53065
53066         * lib/lock.h: New file, from GNU gettext.
53067         * lib/lock.c: New file, from GNU gettext.
53068
53069 2005-07-18  Bruno Haible  <bruno@clisp.org>
53070
53071         * lib/lock.h (gl_once_t): New type.
53072         (gl_once_define, gl_once): New macros.
53073         * lib/lock.c (fresh_once): New variable.
53074         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
53075         functions.
53076
53077 2005-07-16  Simon Josefsson  <jas@extundo.com>
53078
53079         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
53080         workaround, suggested by Bruno.
53081
53082 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
53083
53084         * modules/xalloc (Depends-on): Add xalloc-die.
53085         * modules/xvasprintf (Depends-on): Add xalloc-die.
53086
53087 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
53088
53089         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
53090         with a minor change.
53091
53092 2005-07-15  Bruno Haible  <bruno@clisp.org>
53093
53094         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
53095         When using lib/poll.c, define poll as rpl_poll.
53096
53097 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
53098
53099         * modules/argp (Depends-on): Remove unlocked-io.
53100
53101 2005-07-14  Derek Price  <derek@ximbiot.com>
53102
53103         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
53104         for glob symlink bug.
53105
53106 2005-07-14  Bruno Haible  <bruno@clisp.org>
53107
53108         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
53109         Instead, test for *_unlocked function declarations directly.
53110
53111 2005-07-11  Simon Josefsson  <jas@extundo.com>
53112
53113         * modules/size_max: New file.
53114
53115         * modules/xsize: Depend on size_max module for size_max.m4.
53116
53117 2005-07-11  Simon Josefsson  <jas@extundo.com>
53118
53119         * lib/size_max.h: New file.
53120
53121 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
53122
53123         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
53124         copyright symbol and the year.
53125         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
53126         (version_etc_va): Use parameterized copyright notice.
53127         Reword to conform to the current GNU coding standards.
53128
53129 2005-07-11  Karl Berry  <karl@gnu.org>
53130
53131         * doc/gnulib.texi (Quoting): new node.
53132         (Initial import): more info, from Patrice.
53133
53134 2005-07-11  Bruno Haible  <bruno@clisp.org>
53135
53136         * gnulib-tool (func_usage): Document option --avoid.
53137         (Command line options): Handle --avoid.
53138         (func_acceptable): New function.
53139         (func_modules_transitive_closure): Use it.
53140
53141 2005-07-11  Bruno Haible  <bruno@clisp.org>
53142
53143         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
53144         Reported by Jim Meyering.
53145
53146 2005-07-10  Bruno Haible  <bruno@clisp.org>
53147
53148         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
53149         Needed when size_t is smaller than 'unsigned int'.
53150         Reported by Paul Eggert.
53151
53152 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
53153
53154         * modules/argp (Depends-on): Add unlocked-io
53155
53156 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
53157
53158         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
53159         block of defines.
53160
53161 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
53162
53163         * config/srclist.txt: Comment out regcomp.c, since we have a porting
53164         fix now.
53165
53166 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
53167         and Paul Eggert  <eggert@cs.ucla.edu>
53168
53169         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
53170         in wint_t, not wchar_t.  Remove now-unnecessary cast.
53171
53172 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
53173
53174         * modules/regex (Files): Add lib/regex_internal.c,
53175         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
53176         (Depends-on): Add extensions.
53177         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
53178
53179 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
53180
53181         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
53182         pathconf.
53183         * m4/same.m4 (gl_SAME): Likewise.
53184         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
53185
53186         * m4/regex.m4: Adjust to new libc regex implementation.
53187         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
53188         all the .c and .h parts of (the new) regex.
53189         Quote the m4 stuff better.
53190         Check for RE_ICASE bug of old gnulib.
53191         Check for REG_STARTEND of recent libc.
53192         Rename local variables from jm_* to gl_*.
53193         Quote operand of "test -f".
53194         Say "recent enough" version of libc, not "version 2".
53195         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
53196         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
53197         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
53198         Remove check for btowc, isascii.
53199         Require AM_LANGINFO_CODESET.
53200
53201 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
53202
53203         * lib/regex.c, regex.h: Sync from libc.
53204         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
53205         * lib/regexec.c:
53206         New files, synced from libc, except that regex_internal.h
53207         currently has a small porting fix.
53208
53209 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
53210
53211         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
53212         regex_internal.c, regexec.c.
53213         Add regex_internal.h too, but as a comment, since the libc version
53214         is currently broken in gnulib mode.
53215
53216 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
53217
53218         Support programs like Emacs that use gnulib but not gettext.
53219         * MODULES.html.sh (Internationalization functions): Add gettext-h.
53220         * modules/gettext-h: New file.
53221         * modules/gettext (Files): Remove lib/gettext.h.
53222         (Depends-on): Add gettext-h.
53223         (Makefile.am): Remove lib_SOURCES.
53224         * modules/argmatch, modules/c-stack, modules/closeout:
53225         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
53226         * modules/execute, modules/file-type, modules/getaddrinfo:
53227         * modules/getopt, modules/human, modules/javacomp:
53228         * modules/javaexec, modules/mkdir-p, modules/obstack:
53229         * modules/openat, modules/pagealign_alloc, modules/pipe:
53230         * modules/quotearg, modules/regex, modules/rpmatch:
53231         * modules/unicodeio, modules/userspec, modules/version-etc:
53232         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
53233         * modules/xsetenv:
53234         Depend on gettext-h, not gettext.
53235
53236 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
53237
53238         * gnulib-tool (func_import): Add support for 'public domain' license.
53239         * modules/alloca, modules/atexit, modules/memmove:
53240         Now public domain, not GPL.
53241         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
53242         * modules/realloc, modules/strerror, modules/strtod:
53243         Now LGPL, not GPL.
53244
53245 2005-07-05  Bruno Haible  <bruno@clisp.org>
53246
53247         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
53248         autoconf CVS. Needed for mingw.
53249
53250 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
53251
53252         Remove the dependency of the strftime module on the tzset module.
53253         * modules/strftime (Depends-on): Remove dependency on tzset.
53254
53255 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
53256
53257         Remove the dependency of the strftime module on the tzset module.
53258         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
53259         gl_FUNC_TZSET_CLOBBER.
53260
53261 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
53262
53263         Remove the dependency of the strftime module on the tzset module.
53264         * lib/strftime.c (my_strftime)
53265         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
53266         Copy the input structure, to work around some of the bug with
53267         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
53268         Solaris releases, you should also use the tzset module, but we won't
53269         require it as a dependency any more since we don't want LGPLed code
53270         to depend on GPLed code.
53271
53272 2005-07-02  Jim Meyering  <jim@meyering.net>
53273
53274         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
53275         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
53276         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
53277         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
53278
53279 2005-07-02  Jim Meyering  <jim@meyering.net>
53280
53281         * lib/backupfile.c (backup_args): Change a `0' to NULL.
53282
53283 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
53284
53285         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
53286         declares only 'struct timespec;' (!).
53287
53288 2005-07-01  Jim Meyering  <jim@meyering.net>
53289
53290         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
53291         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
53292         * lib/save-cwd.c, tempname.c:
53293         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
53294         and don't include <sys/file.h>).
53295
53296 2005-06-29  Jim Meyering  <jim@meyering.net>
53297
53298         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
53299         type name.  Use the variable name instead.
53300         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
53301         Likewise.
53302
53303 2005-06-28  Simon Josefsson  <jas@extundo.com>
53304
53305         * modules/check-version (Files): Add check-version.m4.
53306
53307 2005-06-28  Simon Josefsson  <jas@extundo.com>
53308
53309         * m4/check-version.m4: New file, suggested by Jim Meyering
53310         <jim@meyering.net>.
53311
53312 2005-06-28  Simon Josefsson  <jas@extundo.com>
53313
53314         * lib/check-version.h, lib/check-version.c: New files.
53315
53316 2005-06-28  Simon Josefsson  <jas@extundo.com>
53317
53318         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
53319         collision with global variable.  Better indentation.  Don't
53320         increment buffer pointer beyond buffer end.  Based on comments
53321         from Paul Eggert <eggert@cs.ucla.edu>.
53322
53323         * lib/base64.h: Indent.
53324
53325 2005-06-28  Simon Josefsson  <jas@extundo.com>
53326
53327         * doc/gnulib.texi (Library version handling): New section.
53328
53329 2005-06-28  Jim Meyering  <jim@meyering.net>
53330
53331         * check-module (find_included_lib_files): Hard-code another
53332         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
53333         but modules/fts-lgpl (correctly) does not list those files.
53334
53335         * modules/canonicalize (Files): Add lib/pathmax.h.
53336
53337 2005-06-25  Simon Josefsson  <jas@extundo.com>
53338
53339         * modules/check-version: New file.
53340
53341 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
53342
53343         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
53344         initializer of struct addrinfo, as an indication that we don't
53345         care how many members the structure has.
53346
53347 2005-06-24  Derek Price  <derek@ximbiot.com>
53348         and Bruno Haible  <bruno@clisp.org>
53349
53350         Remove stat module & update lstat.
53351         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
53352         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
53353         * m4/stat.m4: Remove this file.
53354
53355 2005-06-24  Derek Price  <derek@ximbiot.com>
53356         and Bruno Haible  <bruno@clisp.org>
53357
53358         Remove stat module & update lstat.
53359         * lib/stat.c: Remove this file...
53360         (slash_aware_lstat): ...moving this content and its support...
53361         * lib/lstat.c (rpl_lstat): ...into here.
53362         * lib/lstat.h: New file.
53363
53364 2005-06-24  Derek Price  <derek@ximbiot.com>
53365         and Bruno Haible  <bruno@clisp.org>
53366
53367         Remove stat module & update lstat.
53368         * config/srclist.txt (libc sources): Remove stat.
53369
53370 2005-06-24  Derek Price  <derek@ximbiot.com>
53371         and Bruno Haible  <bruno@clisp.org>
53372
53373         Remove stat module & update lstat.
53374         * MODULES.html.sh (stat): Remove.
53375         * MODULES.html: Regenerated.
53376         * modules/lstat (Description): Correct function name.
53377         (Files): Add "lstat.h".
53378         (Depends-on): Remove stat, add xalloc, stat-macros.
53379         * modules/stat: Remove this file.
53380         (Include): Add "lstat.h", remove <sys/stat.h>.
53381
53382 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
53383
53384         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
53385         (ranged_convert): Don't save conversion in a temporary struct.
53386         This causes a warning with GCC 4.0.0, and anyway in the typical
53387         case it's not worth the extra 100 bytes or so of code.
53388         (ranged_convert, __mktime_internal): When calling a function via a
53389         pointer P, use P () rather than (*P) (), as we now assume C89 or
53390         better.
53391
53392 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
53393
53394         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
53395         "who -r" failed to give output.  Problem reported by Tim Waugh.
53396
53397         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
53398         (xcalloc): Use it to avoid needless tests.
53399         Problem reported by Jim Meyering.
53400
53401 2005-06-20  Derek Price  <derek@ximbiot.com>
53402
53403         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
53404         unnecessary for Autoconfs > 2.59c.
53405
53406 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53407
53408         * lib/argp.h (__option_is_short): Check upper limit of
53409         __key. Isprint() requires its argument to have the value
53410         of an unsigned char or EOF.
53411
53412 2005-06-16  Jim Meyering  <jim@meyering.net>
53413
53414         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
53415         when either N or S is zero.
53416
53417 2005-06-16  Derek Price  <derek@ximbiot.com>
53418
53419         * m4/bison.m4: Declare YACC & YFLAGS precious.
53420
53421 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
53422
53423         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
53424         multibyte string or pattern, fall back on unibyte matching.
53425         Problem reported by James Youngman.
53426
53427 2005-06-08  Bruno Haible  <bruno@clisp.org>
53428
53429         * modules/csharpcomp: New file.
53430         * MODULES.html.sh (C#): Add csharpcomp.
53431
53432 2005-06-08  Bruno Haible  <bruno@clisp.org>
53433
53434         * m4/csharpcomp.m4: New file, from GNU gettext.
53435
53436 2005-06-08  Bruno Haible  <bruno@clisp.org>
53437
53438         * lib/csharpcomp.h: New file, from GNU gettext.
53439         * lib/csharpcomp.c: New file, from GNU gettext.
53440         * lib/csharpcomp.sh.in: New file, from GNU gettext.
53441
53442 2005-06-08  Bruno Haible  <bruno@clisp.org>
53443
53444         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
53445         warning on mingw.
53446
53447 2005-06-07  Derek Price  <derek@ximbiot.com>
53448
53449         Sync from CVS.
53450         * lib/glob_.h: Indent nested #ifdef.
53451
53452 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
53453
53454         Sync from coreutils.
53455         Use "file name" when talking about file names, instead of "filename"
53456         or "path", as per the GNU coding standards.
53457         * lib/mkdir-p.c: Renamed from makepath.c.
53458         (make_dir_parents): Renamed from make_path.  All callers changed.
53459         * lib/mkdir-p.h: Likewise.  All includers changed.
53460         * lib/filenamecat.c: Renamed from path-concat.c.
53461         (file_name_concat): Renamed from path_concat.  All callers changed.
53462         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
53463         * lib/filenamecat.h: Likewise.  All includers changed.
53464         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
53465         in comments or local variable names.
53466         * lib/basename.c: Likewise.
53467         * lib/canonicalize.c, canonicalize.h: Likewise.
53468         * lib/dirname.c, dirname.h: Likewise.
53469         * lib/euidaccess.c: Likewise.
53470         * lib/exclude.c: Likewise
53471         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
53472         * lib/fsusage.c, fsuage.h: Likewise.
53473         * lib/fts.c, fts_.h: Likewise.
53474         * lib/getcwd.c: Likewise.
53475         * lib/getloadavg.c: Likewise.
53476         * lib/mkstemp.c: Likewise.
53477         * lib/mountlist.c, mountlist.h: Likewise.
53478         * lib/openat.c, openat.h: Likewise.
53479         * lib/readlink-stub.c: Likewise.
53480         * lib/readutmp.c, readutmp.h: Likewise.
53481         * lib/rename.c: Likewise.
53482         * lib/rmdir.c: Likewise.
53483         * lib/same.c: Likewise.
53484         * lib/savedir.c: Likewise.
53485         * lib/stripslash.c: Likewise.
53486         * lib/tempname.c: Likewise.
53487         * lib/xreadlink.c: Likewise.
53488         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
53489         All uses changed.
53490         * lib/exclude.h: Likewise.
53491
53492         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
53493         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
53494         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
53495         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
53496         * lib/pathmax.h: Include <limits.h> unconditionally, since other
53497         files have been getting away with it for years (MORE/BSD 4.3
53498         is extinct now).
53499         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
53500         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
53501
53502         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
53503         Define to 256, not 255, as per modern POSIX.
53504
53505 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
53506
53507         Sync from coreutils.
53508         Use "file name" when talking about file names, instead of "filename"
53509         or "path", as per the GNU coding standards.
53510         * MODULES.html.sh: mkdir-p renamed from makepath.
53511         filenamecat renamed from path-concat.
53512         * modules/filenamecat: Renamed from modules/path-concat.
53513         (Files): filenamecat.h and filenamecat.c renamed from
53514         path-concat.h and path-concat.c.
53515         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
53516         (Include): filenamecat.h, not path-concat.h.
53517         * modules/mkdir-p: Renamed from modules/makepath.
53518         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
53519         makepath.c.
53520         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
53521         (Include): mkdir-p.h, not makepath.h.
53522
53523 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
53524
53525         Sync from coreutils.
53526         * m4/mkdir-p.m4: Renamed from makepath.m4.
53527         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
53528         Rename files from makepath.c to mkdir-p.c, and from
53529         makepath.h to mkdir-p.h.
53530         * m4/filenamecat.m4: Renamed from path-concat.m4.
53531         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
53532         Rename files from path-concat.c to filenamecat.c,
53533         and from path-concat.h to filenamecat.h.
53534         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
53535         "file name" in local variables or comments.
53536         * m4/rename.m4: Likewise.
53537
53538 2005-06-01  Bruno Haible  <bruno@clisp.org>
53539
53540         * modules/csharpexec: New file.
53541         * MODULES.html.sh (C#): New section.
53542
53543 2005-06-01  Bruno Haible  <bruno@clisp.org>
53544
53545         * m4/csharp.m4: New file, from GNU gettext.
53546         * m4/csharpexec.m4: New file, from GNU gettext.
53547
53548 2005-06-01  Bruno Haible  <bruno@clisp.org>
53549
53550         * lib/csharpexec.h: New file, from GNU gettext.
53551         * lib/csharpexec.c: New file, from GNU gettext.
53552         * lib/csharpexec.sh.in: New file, from GNU gettext.
53553
53554 2005-05-31  Derek Price  <derek@ximbiot.com>
53555             Paul Eggert  <eggert@cs.ucla.edu>
53556
53557         Sync from cvs.
53558         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
53559
53560 2005-05-31  Derek Price  <derek@ximbiot.com>
53561             Paul Eggert  <eggert@cs.ucla.edu>
53562
53563         Sync from cvs.
53564         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
53565
53566 2005-05-29  Derek Price  <derek@ximbiot.com>
53567
53568         * config/srclist.txt (glob_.h, glob.c): Add these files.
53569
53570 2005-05-29  Derek Price  <derek@ximbiot.com>
53571
53572         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
53573         * modules/glob: New file.
53574         * modules/getlogin_r: Add link to POSIX spec in description.
53575
53576 2005-05-29  Derek Price  <derek@ximbiot.com>
53577             Paul Eggert  <eggert@cs.ucla.edu>
53578
53579         * m4/glob.m4: New file.
53580
53581 2005-05-29  Derek Price  <derek@ximbiot.com>
53582             Paul Eggert  <eggert@cs.ucla.edu>
53583
53584         * lib/glob_.h, lib/glob.c: New files.
53585
53586 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
53587
53588         * modules/fts (Files): Remove m4/inttypes-pri.m4.
53589         * modules/fts-lgpl (Depends-on): Remove gettext.
53590
53591 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
53592
53593         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
53594         and don't require gt_INTTYPES_PRI.
53595
53596 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
53597
53598         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
53599
53600         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
53601         the configuration hassle isn't worth it.
53602         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
53603         (LONGEST_MODIFIER, PRIuMAX): Remove.
53604
53605 2005-05-27  Bruno Haible  <bruno@clisp.org>
53606
53607         * lib/getlogin_r.h: Remove second include of <stddef.h>.
53608
53609 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
53610
53611         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
53612         _POSIX_PTHREAD_SEMANTICS for Solaris.
53613
53614 2005-05-25  Derek Price  <derek@ximbiot.com>
53615
53616         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
53617
53618 2005-05-25  Derek Price  <derek@ximbiot.com>
53619             Paul Eggert  <eggert@cs.ucla.edu>
53620
53621         * modules/getlogin_r, m4/getlogin_r.m4: New files.
53622         * lib/getlogin_r.c, getlogin_r.h: New files.
53623
53624 2005-05-25  Bruno Haible  <bruno@clisp.org>
53625             Derek Price  <derek@ximbiot.com>
53626
53627         * lib/getlogin_r.h: Simplify API documentation.
53628
53629 2005-05-23  Derek Price  <derek@ximbiot.com>
53630
53631         * modules/minmax (Files): Add m4/minmax.m4.
53632         (configure.ac): Add gl_MINMAX.
53633
53634 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
53635
53636         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
53637         so that unistd-safer.h (GPL'ed code) need not be included.
53638
53639 2005-05-22  Bruno Haible  <bruno@clisp.org>
53640
53641         * m4/minmax.m4: New file.
53642         Based on a patch by Derek Price <derek@ximbiot.com>.
53643
53644 2005-05-22  Bruno Haible  <bruno@clisp.org>
53645
53646         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
53647         (INT64_MIN): Fix definition.
53648         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
53649
53650         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
53651         NEED_SIGNED_INT_TYPES.
53652
53653         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
53654         HAVE_SYSTEM_INTTYPES.
53655
53656 2005-05-22  Bruno Haible  <bruno@clisp.org>
53657
53658         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
53659         Also include <sys/param.h> if it defines MIN, MAX.
53660         Based on a patch by Derek Price <derek@ximbiot.com>.
53661
53662 2005-05-21  Jim Meyering  <jim@meyering.net>
53663
53664         * modules/fts (Files): Add m4/inttypes-pri.m4.
53665         (Depends-on): Add lstat and remove gettext.  Alphabetize.
53666
53667 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
53668
53669         New fts module.
53670         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
53671         (setup_dir, free_dir): New functions.
53672         (enter_dir, leave_dir): Define trivial
53673         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
53674         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
53675         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
53676         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
53677         Move to fts-cycle.c.
53678         (fts_open): Use setup_dir.
53679         (fts_close): Use free_dir.
53680         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
53681         This adds a label and some gotos, but the alternatives were messier.
53682         Check for memory allocation failure when entering a dir.
53683         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
53684         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
53685         (FTS): New member fts_cycle, that is a union that contains the
53686         old active_dir_ht and cycle_state.  All uses changed to mention
53687         fts_cycle.ht and fts_cycle.state.
53688         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
53689         fts.c, with the following changes:
53690         (setup_dir, free_dir): New functions.
53691         (enter_dir): Now returns bool.  Return true if successful, false
53692         if memory exhausted.  All callers changed.
53693         Do not bother partly cleaning up on
53694         memory allocation failure; that is free_dir's job.
53695         However, free ad if hash_insert fails, to avoid memory leak.
53696         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
53697         fts->fts_options to see which union member to use.
53698
53699 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
53700
53701         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
53702         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
53703
53704 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
53705
53706         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
53707
53708 2005-05-20  Jim Meyering  <jim@meyering.net>
53709
53710         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
53711         Now a macro, to pacify GCC.
53712
53713 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
53714
53715         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
53716         of -1.
53717
53718 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
53719
53720         * lib/chown.c (rpl_chown): Return -1 on failure.
53721
53722 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
53723
53724         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
53725         Don't check for stddef.h.
53726         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
53727         don't use its results.
53728         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
53729         since we include them unconditionally.  Don't require
53730         AM_STDBOOL_H, since stdbool is a prerequisite.
53731         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
53732         since we assume C89 or better.
53733         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
53734         as we don't use their results.
53735         Don't check for fchdir, memmove, memset, strrchr, as we use
53736         them unconditionally.
53737         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
53738         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
53739
53740 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
53741
53742         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
53743         Include <stddef.h> unconditionally, since we assume C89 now.
53744         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
53745         * lib/fts.c: Include fts_.h first, to check interface.
53746         Do not include intprops.h; no longer needed.
53747         Include cycle-check.h and hash.h, since fts_.h no longer does.
53748         Remove unnecessary casts of closedir to void.
53749         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
53750         decide whether to decrement nlinks.
53751         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
53752         (FTS): Use struct hash_table * instead of Hash_table, so that
53753         we no longer need to include hash.h here.
53754
53755 2005-05-18  Jim Meyering  <jim@meyering.net>
53756
53757         * modules/dirfd (License): Change to LGPL.  Most of the code
53758         is already in the public domain.
53759
53760 2005-05-18  Jim Meyering  <jim@meyering.net>
53761
53762         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
53763         Reported by Yoann Vandoorselaere.
53764
53765 2005-05-17  Jim Meyering  <jim@meyering.net>
53766
53767         * m4/fts.m4: New file, from coreutils.
53768
53769 2005-05-17  Jim Meyering  <jim@meyering.net>
53770
53771         * lib/fts.c, lib/fts_.h: New files, from coreutils.
53772
53773 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
53774
53775         Sync from coreutils.
53776         * m4/unlinkdir.m4: New file.
53777
53778 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
53779
53780         Sync from coreutils.
53781         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
53782         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
53783         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
53784         White space changes only.
53785         * lib/makepath.c (make_path): Port to hosts where leading "//" is
53786         special.
53787         * lib/yesno.c: Include getline.h, not ctype.h.
53788         (yesno): Don't remove leading white space; POSIX doesn't allow it.
53789         Use getline to remove arbitrary restriction on response length.
53790
53791 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
53792
53793         * config/srclist-update: Spell out "Street" in FSF postal
53794         mail address; this is the style the FSF seems to prefer.
53795
53796         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
53797         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
53798         this updates FSF postal mail address.
53799
53800         Sync from coreutils.
53801         * modules/unlinkdir: New file.
53802         * modules/yesno (Depends-on): Add getline.
53803         * MODULES.html.sh (File system functions): Add unlinkdir.
53804
53805 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
53806
53807         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
53808         lib/strsep.h:
53809         Change the initial comment to refer to GPL, not LGPL.
53810         gnulib-tool will change it to LGPL as needed.
53811
53812         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
53813         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
53814         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
53815         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
53816         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
53817         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
53818         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
53819         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
53820         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
53821         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
53822         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
53823         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
53824         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
53825         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
53826         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
53827         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
53828         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
53829         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
53830         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
53831         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
53832         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
53833         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
53834         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
53835         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
53836         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
53837         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
53838         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
53839         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
53840         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
53841         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
53842         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
53843         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
53844         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
53845         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
53846         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
53847         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
53848         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
53849         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
53850         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
53851         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
53852         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
53853         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
53854         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
53855         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
53856         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
53857         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
53858         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
53859         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
53860         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
53861         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
53862         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
53863         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
53864         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
53865         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
53866         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
53867         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
53868         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
53869         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
53870         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
53871         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
53872         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
53873         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
53874         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
53875         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
53876         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
53877         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
53878         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
53879         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
53880         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
53881         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
53882         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
53883         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
53884         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
53885         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
53886         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
53887         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
53888         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
53889         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
53890         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
53891         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
53892         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
53893         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
53894         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
53895         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
53896         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
53897         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
53898         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
53899         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
53900         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
53901         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
53902         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
53903         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
53904         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
53905         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
53906         lib/yesno.c, lib/yesno.h:
53907         Update FSF postal mail address.
53908
53909 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
53910
53911         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
53912         tests/test-memmem.c, tests/test-stpncpy.c:
53913         Update FSF postal mail address.
53914
53915 2005-05-13  Bruno Haible  <bruno@clisp.org>
53916
53917         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
53918         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
53919         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
53920         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
53921         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
53922         Add support for 64-bit integers in the MSVC compiler.
53923
53924 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
53925
53926         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
53927
53928 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
53929
53930         * gnulib-tool (func_import): Sort and uniquify recommended includes.
53931
53932 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
53933
53934         * doc/getdate.texi (General date syntax): Don't say that date
53935         date --iso-8601=ns generates acceptable dates; it doesn't yet.
53936         Problem reported by Nic Ferrier.
53937
53938 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
53939
53940         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
53941         specified in ai_socktype. Fix invalid ai_protocol
53942         check. ai_protocol is usually set to 0 or depending on
53943         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
53944         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
53945         ai_socktype / ai_protocol in the returned addrinfo structure.
53946
53947 2005-05-10  Simon Josefsson  <jas@extundo.com>
53948
53949         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
53950         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
53951
53952 2005-05-10  Karl Berry  <karl@gnu.org>
53953
53954         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
53955         (from http://www.gnu.org/licenses).
53956         * doc/COPYING.LIB: also rename to COPYING.LESSER.
53957         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
53958         fdl.texi suffices.
53959
53960 2005-05-10  Karl Berry  <karl@gnu.org>
53961
53962         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
53963         (COPYING.DOC): remove.
53964
53965         * config/srclist-update: new FSF address.
53966
53967 2005-05-10  Derek Price  <derek@ximbiot.com>
53968
53969         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
53970         possible.
53971
53972 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
53973             Bruno Haible  <bruno@clisp.org>
53974
53975         * modules/inet_ntop: New file.
53976         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
53977         inet_ntop.
53978
53979 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
53980             Bruno Haible  <bruno@clisp.org>
53981
53982         * m4/inet_ntop.m4: New file.
53983
53984 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
53985             Bruno Haible  <bruno@clisp.org>
53986
53987         * lib/inet_ntop.h: New file.
53988         * lib/inet_ntop.c: New file, from glibc with modifications.
53989
53990 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
53991
53992         * modules/time_r (License): Change to LGPL.
53993         * modules/extensions (License): Change to LGPL.  Actually,
53994         the license is more permissive than that, but currently gnulib-tool
53995         doesn't know how to handle more-permissive licenses.
53996
53997         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
53998         Problem reported by Dave Love.
53999
54000 2005-05-08  Jim Meyering  <jim@meyering.net>
54001
54002         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
54003         blank.
54004
54005 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
54006
54007         * modules/argmatch (Depends-on): Add stdbool.
54008         * modules/backupfile (Depends-on): Likewise.
54009         * modules/chdir-long (Depends-on): Likewise.
54010         * modules/closeout (Depends-on): Likewise.
54011         * modules/cycle-check (Depends-on): Likewise.
54012         * modules/dirname (Depends-on): Likewise.
54013         * modules/fnmatch (Depends-on): Likewise.
54014         * modules/fsusage (Depends-on): Likewise.
54015         * modules/fwriteerror (Depends-on): Likewise.
54016         * modules/getcwd (Depends-on): Likewise.
54017         * modules/getloadavg (Depends-on): Likewise.
54018         * modules/hard-locale (Depends-on): Likewise.
54019         * modules/makepath (Depends-on): Likewise.
54020         * modules/mountlist (Depends-on): Likewise.
54021         * modules/nanosleep (Depends-on): Likewise.
54022         * modules/posixtm (Depends-on): Likewise.
54023         * modules/quotearg (Depends-on): Likewise.
54024         * modules/readtokens (Depends-on): Likewise.
54025         * modules/readtokens0 (Depends-on): Likewise.
54026         * modules/readutmp (Depends-on): Likewise.
54027         * modules/save-cwd (Depends-on): Likewise.
54028         * modules/strftime (Depends-on): Likewise.
54029         * modules/userspec (Depends-on): Likewise.
54030         * modules/utimecmp (Depends-on): Likewise.
54031         * modules/xgetcwd (Depends-on): Likewise.
54032         * modules/xnanosleep (Depends-on): Likewise.
54033         * modules/xstrtod (Depends-on): Likewise.
54034         * modules/yesno (Depends-on): Likewise.
54035
54036 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
54037
54038         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
54039         needless checks.
54040
54041 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
54042
54043         Merge from coreutils.  Among other things,
54044         add bulletproofing for cases where stdin, stdout, or stderr are closed.
54045         * lib/fd-safer.c: New file.
54046         * lib/fcntl-safer.h, open-safer.c: Remove.
54047         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
54048         * lib/dup-safer.c: Include unistd-safer.h first.
54049         Don't include errno.h.
54050         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
54051         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
54052         * lib/file-type.c: Rely on file-type.h change.
54053         * lib/getloadavg.c: Include unistd-safer.h.
54054         (getloadavg): Use safer open.
54055         * lib/getusershell.c: Include "stdio-safer.h".
54056         (getusershell): Use safer fopen.
54057         * lib/long-options.c (long_options): Use NULL rather than 0.
54058         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
54059         'free'.
54060         * lib/modechange.c: Likewise.
54061         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
54062         (MODE_DONE): New constant.
54063         (struct mode_change): Remove 'next' member.
54064         (make_node_op_equals): New function; like the old one of the
54065         same name, except it allocates an array.
54066         (mode_compile, mode_create_from_ref): Use it.
54067         (mode_compile): Allocate result as an array, not a linked list.
54068         Parse octal string ourself, so that we catch mistakes like "+0".
54069         (mode_adjust): Arg is an array, not a linked list.
54070         * lib/modechange.c: Include stat-macros.h, xalloc.h.
54071         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
54072         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
54073         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
54074         Remove.  This is now stat-macros.h's job.
54075         (talloc): Remove.  All callers replaced by xalloc, so that
54076         our invokers don't have to worry about reporting memory failures.
54077         (make_node_op_equals): Remove.
54078         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
54079         New constants.
54080         (struct mode_change): Moved here from modechange.h.
54081         (mode_append_entry): Remove.
54082         (mode_compile): Remove MASKED_OPS arg, since it encouraged
54083         apps to have incorrect behavior.  Use simpler algorithm for head
54084         and tail.  Don't futz with umask; that's now the job of mode_adjust.
54085         Detect more invalid usages rather than having somewhat-random behavior.
54086         Don't insert an "a=" action, as that leads to incorrect behavior.
54087         (mode_compile, mode_create_from_ref): Return NULL on error instead
54088         of an enum, since now there's only one way to have an error.  All
54089         callers changed.
54090         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
54091         at the correct time.  Simplify calculation of "+u" and its ilk.
54092         Don't mishandle "+X".
54093         (mode_free): Remove "register" and localize decls.
54094         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
54095         (struct mode_change): Move to modechange.c; callers don't
54096         need to see this stuff.
54097         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
54098         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
54099         (mode_change, mode_adjust): Reflect the new signatures noted above.
54100         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
54101         that might redefine system include files.
54102         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
54103         (my_usleep): Use NULL rather than (void *) 0.
54104         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
54105         Use siginterrupt to specify that system calls should be interrupted.
54106         (rpl_nanosleep): Move initialization of suspended closer to call of
54107         my_usleep.
54108         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
54109         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
54110         (desirable_utmp_entry): New function.
54111         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
54112         using x2nrealloc, to simplify logic.
54113         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
54114         size calculation.  Do not assume utmp file is a regular file.
54115         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
54116         (READ_UTMP_CHECK_PIDS): New constant.
54117         * lib/save-cwd.c: Include unistd-safer.h.
54118         (save_cwd): Use fd_safer.
54119         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
54120         [!_LIBC] Include "stat-macros.h" instead.
54121         * lib/unistd-safer.h (fd_safer): New decl.
54122
54123 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
54124
54125         * modules/getloadavg (Depends-on): Add unistd-safer.
54126         * modules/getusershell (Depends-on): Add stdio-safer.
54127         * modules/lstat (Depends-on): Remove xalloc.
54128         * modules/mkstemp (Depends-on): Add stat-macros.
54129         * modules/modechange (Depends-on): Remove xstrtol.
54130         Add stat-macros, xalloc.
54131         * modules/save-cwd (Depends-on): Add unistd-safer.
54132         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
54133         * modules/unistd-safer (Files): Add lib/fd-safer.c
54134         (Makefile.am): Remove lib_SOURCES.
54135
54136         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
54137         Remove fcntl-safer; unistd-safer supersedes it.
54138
54139 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
54140
54141         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
54142         AC_HEADER_STAT.
54143         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
54144         (gl_PREREQ_CHOWN): Remove.
54145         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
54146         it.  Don't require AC_HEADER_STAT.
54147         (gl_PREREQ_LSTAT): Remove.
54148         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
54149         Don't require AC_HEADER_STAT.
54150         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
54151         (gl_PREREQ_RMDIR): Remove.
54152         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
54153         mention stat-macros.h or AC_HEADER_STAT, since we'll make
54154         the stat-macros module a prerequisite.
54155         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
54156         * m4/filemode.m4 (gl_FILEMODE): Likewise.
54157         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
54158         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
54159         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
54160         variable names.
54161         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
54162         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
54163         variable prefixes.
54164         * m4/fcntl-safer.m4: Remove.
54165         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
54166         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
54167         Invoke gl_PREREQ_FD_SAFER.
54168         (gl_PREREQ_FD_SAFER): New macro.
54169         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
54170         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
54171         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
54172         Remove duplicate call to AC_LIBOBJ(readutmp).
54173         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
54174
54175         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
54176         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
54177
54178 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
54179
54180         * MODULES.html.sh (Misc): Add byteswap.
54181
54182 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
54183
54184         * modules/getcwd (Depends-on): Add extensions.
54185         * modules/openat (Depends-on): Likewise.
54186
54187 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
54188
54189         * modules/byteswap: New file.
54190
54191 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
54192
54193         * m4/byteswap.m4: New file.
54194
54195 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
54196
54197         * lib/byteswap_.h: New file.
54198
54199 2005-04-25  Karl Berry  <karl@gnu.org>
54200
54201         * m4/gettext.m4: Update from GNU gettext 0.14.4.
54202
54203 2005-04-25  Albert Chin  <china@thewrittenword.com>
54204
54205         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
54206         Toolkit C bug.
54207
54208 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
54209
54210         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
54211         (func_ln_if_changed) Remove forcibly for no error message
54212         in case file does not exist.
54213
54214 2005-04-19  Simon Josefsson  <jas@extundo.com>
54215
54216         * gnulib-tool (Options): Make --symlink mean --symbolic.
54217
54218 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
54219
54220         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
54221
54222 2005-04-16  Simon Josefsson  <jas@extundo.com>
54223
54224         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
54225
54226 2005-04-15  Simon Josefsson  <jas@extundo.com>
54227
54228         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
54229
54230 2005-04-15  Simon Josefsson  <jas@extundo.com>
54231
54232         * gnulib-tool: Rename --symlink to --symbolic.
54233
54234 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
54235
54236         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
54237         symbolic links to files instead of copying/moving.  Add --aux-dir,
54238         specifying directory relative --dir where auxiliary build tools
54239         are placed.
54240
54241 2005-04-14  Bruno Haible  <bruno@clisp.org>
54242
54243         * modules/allocsa (License): Change to LGPL.
54244         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
54245
54246 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
54247
54248         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
54249         that "UTC +1 second" continues to work.  Problem reported
54250         by Dmitry V. Levin.
54251         (relunit_snumber): New rule.
54252         (relunit): Use it.
54253
54254 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
54255
54256         * lib/getdate.y (universal_time_zone_table): New constant.
54257         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
54258         universal_time_zone_table.
54259         (lookup_zone): Prefer universal_time_zone_table to
54260         local_time_zone_table, so that "GMT" time stamps are allowed in
54261         London during the summer.  Problem reported by Ian Abbott.
54262
54263 2005-04-12  Jim Meyering  <jim@meyering.net>
54264
54265         * lib/human.c (humblock): Set *options even when returning due to
54266         xstrtoumax conversion failure.  Thanks to a used-uninitialized
54267         warning from gcc-4.
54268
54269 2005-04-09  Jim Meyering  <jim@meyering.net>
54270
54271         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
54272         -Wuninitialized: initialize tm0.tm_year.
54273
54274 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
54275
54276         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
54277         count, since there's no maximum.  All uses changed.
54278         Add member dsts_seen.
54279         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
54280         not being INT_MAX.
54281         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
54282         Use pc_rels_seen to decide whther a date is absolute.
54283
54284         * lib/getdate.y (number): Don't overwrite year.
54285         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
54286         check.
54287
54288 2005-04-02  Simon Josefsson  <jas@extundo.com>
54289
54290         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
54291         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
54292
54293 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
54294
54295         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
54296         where no absolute path name can be longer than PATH_MAX.
54297
54298 2005-03-27  Jim Meyering  <jim@meyering.net>
54299
54300         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
54301
54302 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
54303
54304         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
54305         "one's complement" -> "ones' complement" in comment, as per Knuth.
54306         "value of type" -> "type or expression" in comment.
54307         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
54308
54309 2005-03-26  Jim Meyering  <jim@meyering.net>
54310
54311         Comment nits.
54312         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
54313         Correct typos: s/or/of/.
54314
54315 2005-03-26  Jim Meyering  <jim@meyering.net>
54316
54317         * modules/check-include-files: Move to ../ and rename to...
54318         * check-module: ...this.
54319
54320 2005-03-25  Jim Meyering  <jim@meyering.net>
54321
54322         * modules/xvasprintf (Files): Add xalloc.h.
54323
54324 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
54325
54326         * modules/gettext (Files): config/config.rpath ->
54327         build-aux/config.rpath
54328         * modules/iconv (Files): Likewise.
54329         Problem reported by Oskar Liljeblad.
54330
54331 2005-03-23  Jim Meyering  <jim@meyering.net>
54332
54333         * modules/check-include-files: New script to check for
54334         missing dependencies, multiple includes, etc.
54335
54336         * modules/c-strtold (Depends-on): Add xalloc.
54337         * modules/c-strtod (Depends-on): Add xalloc.
54338         * modules/hash (Depends-on): Add xalloc.
54339         (Files): Remove lib/xalloc.h.
54340
54341         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
54342         * modules/userspec (Files): Add lib/inttostr.h.
54343
54344 2005-03-23  Jim Meyering  <jim@meyering.net>
54345
54346         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
54347
54348 2005-03-22  Jim Meyering  <jim@meyering.net>
54349
54350         * modules/stat-macros: New module.
54351         * modules/canonicalize, modules/euidaccess, modules/file-type,
54352         * modules/filemode, modules/lchown, modules/makepath,
54353         * modules/rmdir, modules/stat: Depend on new stat-macros module
54354         rather than listing lib/stat-macros.h manually.
54355         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
54356
54357 2005-03-22  Jim Meyering  <jim@meyering.net>
54358
54359         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
54360
54361 2005-03-22  Bruno Haible  <bruno@clisp.org>
54362
54363         * config/srclist.txt: Replace target directory 'config' with
54364         'build-aux'.
54365         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
54366         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
54367         ../build-aux/.
54368
54369 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
54370
54371         * modules/chdir-long (Depends-on): Add mempcpy.
54372
54373         * modules/acl, modules/backupfile, modules/c-strtod,
54374         modules/c-strtold, modules/canon-host, modules/canonicalize,
54375         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
54376         modules/exclude, modules/exitfail, modules/file-type,
54377         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
54378         modules/getdate, modules/getline, modules/getpagesize,
54379         modules/getpass, modules/getugroups, modules/group-member,
54380         modules/hard-locale, modules/hash, modules/human, modules/idcache,
54381         modules/inttostr, modules/long-options, modules/makepath,
54382         modules/md5, modules/memcasecmp, modules/memcoll,
54383         modules/modechange, modules/mountlist, modules/path-concat,
54384         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
54385         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
54386         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
54387         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
54388         modules/strftime, modules/strndup, modules/strverscmp,
54389         modules/timespec, modules/unlocked-io, modules/userspec,
54390         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
54391         modules/yesno:
54392         Remove lib_SOURCES line from Makefile.am section, as this is now
54393         done automatically by the corresponding Autoconf macro.
54394
54395 2005-03-21  Jim Meyering  <jim@meyering.net>
54396
54397         Changes imported from coreutils.
54398
54399         * lib/cycle-check.c: Don't include xalloc.h.
54400
54401         * lib/path-concat.c: Don't include assert.h.
54402         (path_concat): Remove assertion that would have triggered
54403         for ABASE starting with more than one slash.
54404         Reported by Andreas Schwab.
54405
54406         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
54407         properly when ABASE is an absolute file name.
54408         Correct the description of this function.
54409         Include <assert.h>.
54410         Add an assertion and a test driver.
54411         This fixes a bug introduced on 2004-07-02.
54412         Andreas Schwab reported the resulting failure of cp --parents:
54413         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
54414
54415 2005-03-21  Jim Meyering  <jim@meyering.net>
54416
54417         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
54418         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
54419
54420 2005-03-21  Jim Meyering  <jim@meyering.net>
54421         and  Paul Eggert  <eggert@cs.ucla.edu>
54422
54423         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
54424         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
54425         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
54426         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
54427         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
54428         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
54429         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
54430         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
54431         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
54432         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
54433         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
54434         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
54435         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
54436         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
54437         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
54438         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
54439         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
54440         for these modules.
54441
54442 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
54443
54444         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
54445         (which shouldn't happen), generate nothing instead of returning 0
54446         immediately, so that nstrftime (NULL, ...) doesn't return 0.
54447
54448 2005-03-16  Bruno Haible  <bruno@clisp.org>
54449
54450         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
54451         HAVE_LONGLONG_64BIT.
54452
54453 2005-03-16  Bruno Haible  <bruno@clisp.org>
54454
54455         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
54456         HAVE_LONGLONG_64BIT.
54457
54458 2005-03-16  Bruno Haible  <bruno@clisp.org>
54459
54460         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
54461         HAVE_LONGLONG_64BIT.
54462
54463 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
54464
54465         * lib/strftime.c (my_strftime): Prepend space to format so that we can
54466         reliably distinguish strftime failure from empty output on POSIX
54467         hosts.
54468
54469 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
54470
54471         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
54472         (iconv_string): Don't guess a size-zero buffer, as that might cause
54473         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
54474         result would be 'too large', where 'too large' is (heuristically)
54475         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
54476         overflow concerns.  This will prevent some unwanted malloc failures
54477         when the inputs are very large.
54478
54479 2005-03-15  Karl Berry  <karl@gnu.org>
54480
54481         * config/srclist.txt (config.rpath): from gettext.
54482         * config/config.rpath: update.
54483
54484 2005-03-15  Bruno Haible  <bruno@clisp.org>
54485
54486         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
54487         to 'negate'.
54488
54489         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
54490         variable.
54491
54492         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
54493         results.
54494
54495 2005-03-14  Simon Josefsson  <jas@extundo.com>
54496
54497         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
54498         <fx@gnu.org>.
54499
54500 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
54501
54502         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
54503         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
54504         intprops.h.
54505         * lib/strtol.c: Likewise.
54506
54507 2005-03-14  Jim Meyering  <jim@meyering.net>
54508
54509         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
54510         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
54511         to be nonzero so that we (and caller) can detect the difference
54512         between a valid zero-length expansion and an error return, even
54513         when the underlying strftime fails before writing anything into
54514         that location.
54515
54516 2005-03-14  Bruno Haible  <bruno@clisp.org>
54517
54518         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
54519         Update from GNU gettext 0.14.3.
54520
54521 2005-03-10  Jim Meyering  <jim@meyering.net>
54522
54523         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
54524
54525 2005-03-10  Jim Meyering  <jim@meyering.net>
54526
54527         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
54528         so that this module works on systems without fchdir.
54529
54530 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
54531
54532         Factor int-properties macros into a single file, except for
54533         glibc-related files.
54534         * lib/intprops.h: New file.
54535         * lib/getloadavg.c: Include it instead of limits.h.
54536         (INT_STRLEN_BOUND): Remove.
54537         * lib/human.c: Include intprops.h.
54538         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
54539         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
54540         302/1000.
54541         * lib/inttostr.h: Include intprops.h instead of limits.h.
54542         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
54543         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
54544         for consistency with intprops.h.
54545         (time_t_is_integer, twos_complement_arithmetic): Use them.
54546         * lib/sig2str.h: Include <signal.h>, intprops.h.
54547         (INT_STRLEN_BOUND): Remove.
54548         * lib/strftime.c (TYPE_SIGNED): Remove.
54549         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
54550         * lib/strtol.c: Adjust comments to match intprops.h.
54551         * lib/userspec.c: Include intprops.h.
54552         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
54553         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
54554         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
54555         instead of rolling our own expressions.
54556         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
54557
54558         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
54559         instead of int.
54560         (my_strftime): Do not mishandle years close to INT_MAX, by doing
54561         the right thing even if adding 1900 would overflow.  Similarly
54562         for tm_mon + 1 and tm_yday + 1.
54563         Make %Y always equivalent to %C%y, and similarly for %G and %g.
54564         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
54565         (DO_SIGNED_NUMBER): New macro.
54566         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
54567
54568 2005-03-07  Bruno Haible  <bruno@clisp.org>
54569
54570         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
54571
54572 2005-03-07  Bruno Haible  <bruno@clisp.org>
54573
54574         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
54575
54576 2005-03-04  Derek R. Price  <derek@ximbiot.com>
54577
54578         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
54579         (func_import): Only replace files via --import when they have actually
54580         changed.
54581
54582 2005-03-03  Derek R. Price  <derek@ximbiot.com>
54583
54584         * m4/mmap-anon.m4: New file.
54585         * m4/pagealign_alloc.m4: New file.
54586
54587 2005-03-03  Derek R. Price  <derek@ximbiot.com>
54588             Bruno Haible  <bruno@clisp.org>
54589
54590         * modules/pagealign_alloc: New file.
54591         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
54592
54593 2005-03-03  Derek R. Price  <derek@ximbiot.com>
54594             Bruno Haible  <bruno@clisp.org>
54595
54596         * lib/pagealign_alloc.h: New file.
54597         * lib/pagealign_alloc.c: New file.
54598
54599 2005-03-03  Bruno Haible  <bruno@clisp.org>
54600
54601         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
54602         Use an all-permissive copyright notice, recommended by RMS.
54603
54604 2005-03-02  Bruno Haible  <bruno@clisp.org>
54605
54606         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
54607         of AIX, the replacement has to be done only after <string.h> is
54608         included, therefore not in config.h. stpncpy.h does the replacement,
54609         and stpncpy.c uses it.
54610
54611 2005-03-02  Bruno Haible  <bruno@clisp.org>
54612
54613         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
54614         stpncpy.c uses it.
54615
54616 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
54617
54618         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
54619         The workaround isn't strictly needed for POSIX conformance, and
54620         it's too much of a pain to configure and maintain.  We'll ask
54621         people to fix their kernels instead.
54622         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
54623         (NANOSLEEP_BUG_WORKAROUND): Remove.
54624         (xnanosleep): Remove the workaround.
54625
54626 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
54627
54628         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
54629         Reported by Derek Price.
54630         (Include): Add "timespec.h".
54631
54632         * modules/xnanosleep (Depends-on): Remove gethrxtime.
54633
54634 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
54635
54636         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
54637         to detect nanosleep bug.
54638
54639 2005-03-01  Bruno Haible  <bruno@clisp.org>
54640
54641         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
54642
54643 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
54644
54645         * modules/gethrxtime: New file.
54646         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
54647         (Depends-on): Add gethrxtime.
54648         (configure.ac): Add gl_XNANOSLEEP.
54649         (Makefile.am): Remove lib_SOURCES line.
54650
54651 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
54652
54653         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
54654         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
54655
54656 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
54657
54658         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
54659         * lib/timespec.h (gettime): Return void, since it always
54660         succeeds now.  All uses changed.
54661         * lib/gettime.c (gettime) Likewise.
54662         [HAVE_NANOTIME]: Prefer nanotime.
54663         Assume gettimeofday succeeds, as POSIX requires.
54664         Assime time () succeeds, since other code already does.
54665         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
54666         (timespec_subtract): Remove.
54667         (NANOSLEEP_BUG_WORKAROUND): New constant.
54668         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
54669         things considerably.  Use it only on GNU/Linux hosts, since the
54670         workaround shouldn't be needed elsewhere.
54671
54672 2005-02-24  Bruno Haible  <bruno@clisp.org>
54673
54674         * modules/gettext (Files): Add m4/glibc2.m4.
54675
54676 2005-02-24  Bruno Haible  <bruno@clisp.org>
54677
54678         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
54679         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
54680         * m4/progtest.m4:
54681         Update from GNU gettext 0.14.2.
54682         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
54683
54684 2005-02-24  Bruno Haible  <bruno@clisp.org>
54685
54686         * lib/localcharset.c: Update from GNU gettext 0.14.2.
54687         * lib/config.charset: Update from GNU gettext 0.14.2.
54688
54689 2005-02-24  Bruno Haible  <bruno@clisp.org>
54690
54691         * lib/gettext.h: Update from GNU gettext 0.14.2.
54692
54693 2005-02-23  Simon Josefsson  <jas@extundo.com>
54694
54695         * m4/iconvme.m4: New file.
54696
54697 2005-02-23  Jim Meyering  <jim@meyering.net>
54698
54699         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
54700         change.
54701         Thanks to Bruno Haible for catching it.
54702
54703 2005-02-22  Simon Josefsson  <jas@extundo.com>
54704
54705         * modules/iconvme: New file.
54706
54707         * MODULES.html.sh: Add iconvme.
54708
54709 2005-02-22  Simon Josefsson  <jas@extundo.com>
54710
54711         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
54712
54713 2005-02-22  Simon Josefsson  <jas@extundo.com>
54714
54715         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
54716
54717 2005-02-22  Jim Meyering  <jim@meyering.net>
54718
54719         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
54720         s/ifndef/ifdef/.
54721
54722 2005-02-20  Neil Conway  <neilc@samurai.com>
54723
54724         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
54725         returned by OSX/Darwin if the specified buffer is not large
54726         enough for the hostname.
54727
54728 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54729
54730         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
54731         pass it to _help, otherwise the latter coredumps trying to
54732         dereference state.root_argp.
54733
54734 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
54735
54736         * modules/chdir-long (Depends-on): Add memrchr.
54737         * modules/memrchr (Files): Add lib/memrchr.h.
54738         (Include): "memrchr.h".
54739
54740 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
54741
54742         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
54743
54744 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
54745
54746         * lib/memrchr.h: New file.
54747         * lib/chdir-long.c: Include it.
54748         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
54749         Don't bother including stddef.h.
54750
54751 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
54752
54753         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
54754         inclusion.
54755         Include <sys/types.h>, for dev_t.
54756         (ME_DUMMY, ME_REMOTE): Move from here....
54757         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
54758         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
54759         Dmitry V. Levin.
54760         Include mountlist.h first, to test the interface.
54761
54762 2005-01-29  Bruno Haible  <bruno@clisp.org>
54763
54764         * lib/progname.c (program_name): Initialize.
54765         Needed when linking statically on MacOS X.
54766
54767 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
54768
54769         Sync from coreutils.
54770         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
54771         (Depends-on): Add c-strtod.
54772         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
54773
54774 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
54775
54776         Sync from coreutils.
54777         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
54778
54779         Remove files that are specific to coreutils.
54780         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
54781
54782 2005-01-28  Bruno Haible  <bruno@clisp.org>
54783
54784         * modules/javacomp: New file.
54785         * MODULES.html.sh (Java): Add javacomp.
54786
54787 2005-01-28  Bruno Haible  <bruno@clisp.org>
54788
54789         * m4/javacomp.m4: New file, from GNU gettext.
54790
54791 2005-01-28  Bruno Haible  <bruno@clisp.org>
54792
54793         * lib/javacomp.sh.in: New file, from GNU gettext.
54794         * lib/javacomp.h: New file, from GNU gettext.
54795         * lib/javacomp.c: New file, from GNU gettext.
54796
54797 2005-01-26  Simon Josefsson  <jas@extundo.com>
54798
54799         * lib/gai_strerror.c: Use GPL in header.
54800
54801 2005-01-26  Bruno Haible  <bruno@clisp.org>
54802
54803         * modules/javaexec: New file.
54804         * MODULES.html.sh (Java): Add javaexec.
54805
54806 2005-01-26  Bruno Haible  <bruno@clisp.org>
54807
54808         * m4/javaexec.m4: New file, from GNU gettext.
54809
54810 2005-01-26  Bruno Haible  <bruno@clisp.org>
54811
54812         * lib/javaexec.sh.in: New file, from GNU gettext.
54813         * lib/javaexec.h: New file, from GNU gettext.
54814         * lib/javaexec.c: New file, from GNU gettext.
54815
54816 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54817
54818         * modules/lchown (Depends-on): Remove lchown.h
54819
54820 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54821
54822         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
54823         must be defined if the header file was not found, in order
54824         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
54825
54826 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
54827
54828         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
54829         initializers for struct pentry_state.
54830         (__argp_error): Check return value of __asprintf
54831         (__argp_failure): Translate error message
54832
54833         * lib/argp-parse.c: Removed braces around the expansion of N_()
54834
54835 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
54836
54837         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
54838         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
54839         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
54840         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
54841         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
54842         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
54843         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
54844         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
54845         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
54846         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
54847         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
54848         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
54849         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
54850         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
54851         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
54852         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
54853         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
54854         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
54855         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
54856         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
54857         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
54858         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
54859         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
54860         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
54861         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
54862         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
54863         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
54864         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
54865         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
54866         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
54867         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
54868         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
54869         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
54870         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
54871         xstrtol.m4, xstrtoumax.m4, yesno.m4:
54872         Use an all-permissive copyright notice, recommended by RMS.
54873
54874 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
54875
54876         * modules/chdir-long (Depends-on): Remove mempcpy.
54877
54878 2005-01-21  Jim Meyering  <jim@meyering.net>
54879
54880         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
54881         same value as for Solaris 9.
54882
54883         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
54884         component length.  This included changing the parameter to be
54885         of type `char *' rather than `char const *'.
54886         * lib/chdir-long.h (chdir_long): Update prototype.
54887
54888         * lib/openat.c (fdopendir, fstatat): New functions.
54889         * lib/openat.h: Include headers required for use of DIR and struct
54890         stat.
54891         [AT_SYMLINK_NOFOLLOW]: Define.
54892         (fdopendir, fstatat): Add prototypes.
54893
54894 2005-01-21  Bruno Haible  <bruno@clisp.org>
54895
54896         * modules/classpath: New file.
54897         * MODULES.html.sh (Java): Add classpath.
54898
54899 2005-01-21  Bruno Haible  <bruno@clisp.org>
54900
54901         * lib/classpath.h: New file, from GNU gettext.
54902         * lib/classpath.c: New file, from GNU gettext.
54903
54904 2005-01-20  Simon Josefsson  <jas@extundo.com>
54905
54906         * modules/version-etc-fsf: New file.
54907
54908 2005-01-20  Simon Josefsson  <jas@extundo.com>
54909
54910         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
54911         * lib/version-etc.c: Remove version_etc_copyright.
54912         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
54913         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
54914
54915 2005-01-20  Simon Josefsson  <jas@extundo.com>
54916
54917         * lib/base64.h (isbase64): Add.
54918
54919         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
54920         using a unsigned prototype, don't inline.
54921         (base64_decode): Use it.
54922
54923 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
54924
54925         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
54926         it.
54927
54928 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
54929
54930         * lib/save-cwd.c (save_cwd): Remove code to support the case
54931         where fchdir is missing or flaky.
54932
54933 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
54934
54935         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
54936
54937 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
54938
54939         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
54940         AC_LIBSOURCES now does this.
54941         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
54942         with new ullong_max module.
54943
54944 2005-01-19  Bruno Haible  <bruno@clisp.org>
54945
54946         * modules/sh-quote: New file.
54947         * MODULES.html.sh (Executing programs): Add sh-quote.
54948
54949 2005-01-19  Bruno Haible  <bruno@clisp.org>
54950
54951         * lib/sh-quote.h: New file, from GNU gettext.
54952         * lib/sh-quote.c: New file, from GNU gettext.
54953
54954 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
54955
54956         Merge from coreutils.
54957         * m4/ullong_max.m4: New file.
54958         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
54959         (gl_MACROS): Assume localeconv exists.
54960
54961 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
54962
54963         Merge changes from coreutils, as described below in several
54964         changelogs dated today.
54965
54966         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
54967         (O_DIRECTORY): Remove; not needed here, since "." must be
54968         a directory.  All uses removed.
54969         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
54970         universal on Suns, and we also need to test for IRIX.
54971         Revamp code to use 'if' rather than '#if'.
54972         Avoid unnecessary comparison of cwd->desc to 0.
54973
54974         * lib/utimens.c (futimens): Robustify the previous patch, by checking
54975         for known valid error numbers rather than observed invalid ones.
54976
54977 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
54978
54979         * modules/ullong_max: New file.
54980
54981         * modules/chdir-long, modules/openat: New files.
54982         * modules/save-cwd (Depends-on): Depend on chdir-long.
54983         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
54984
54985 2005-01-18  Jim Meyering  <jim@meyering.net>
54986
54987         Merge from coreutils.
54988         * m4/chdir-long.m4, m4/openat.m4: New files.
54989         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
54990         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
54991         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
54992         is sane and DOES follow symlinks.  Besides, testing 20 different
54993         systems found no broken chown implementations.
54994         Prompted by a change in rsync's copy of this macro.
54995         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
54996
54997         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
54998
54999         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
55000         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
55001         NULL-means-set-to-current-time semantics.
55002         Remove temporary file immediately, rather than waiting
55003         for configure's at-exit trap code to do it.
55004
55005 2005-01-18  Jim Meyering  <jim@meyering.net>
55006
55007         * lib/version-etc.c (version_etc_copyright): Update copyright date.
55008
55009         * lib/utimens.c (futimens): Account for the fact that futimes
55010         can also fail with errno == ENOSYS or errno == ENOENT.
55011         Patch from Dmitry V. Levin.
55012
55013         Change the name of the robust chdir function from chdir to chdir_long.
55014         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
55015         (restore_cwd): Use chdir_long, not chdir.
55016         * lib/chdir-long.c: Renamed from chdir.c.
55017         * lib/chdir-long.h: Renamed from chdir.h.
55018         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
55019         Hurd.
55020
55021 2005-01-18  Bruno Haible  <bruno@clisp.org>
55022
55023         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
55024         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
55025         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
55026         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
55027         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
55028         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
55029         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
55030         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
55031         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
55032         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
55033         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
55034         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
55035         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
55036         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
55037         Use an all-permissive copyright notice, recommended by RMS.
55038
55039 2005-01-18  Bob Proulx  <bob@proulx.com>
55040
55041         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
55042         simplify offsetof() macro construct to avoid compile failure with
55043         native HP-UX 11.0 ANSI C compiler.
55044
55045 2005-01-17  Bruno Haible  <bruno@clisp.org>
55046
55047         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
55048         redundant because stpncpy.m4 takes care of it.
55049
55050 2005-01-17  Bruno Haible  <bruno@clisp.org>
55051
55052         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
55053
55054 2005-01-17  Bruno Haible  <bruno@clisp.org>
55055
55056         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
55057         used.
55058
55059 2005-01-17  Bruno Haible  <bruno@clisp.org>
55060
55061         * lib/fwriteerror.h (fwriteerror): Change specification to include
55062         fclose.
55063         * lib/fwriteerror.c: Include <stdbool.h>.
55064         (fwriteerror): At the end, close the file stream. Record whether
55065         stdout was already closed.
55066
55067 2005-01-17  Bruno Haible  <bruno@clisp.org>
55068
55069         * lib/execute.c (environ): Declare if needed.
55070         * lib/pipe.c (environ): Likewise.
55071         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
55072
55073 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
55074
55075         * modules/argp: Depend on vsnprintf
55076
55077 2005-01-10  Jim Meyering  <jim@meyering.net>
55078
55079         * modules/closeout (Depends-on): Add atexit.
55080
55081 2005-01-06  Bruno Haible  <bruno@clisp.org>
55082
55083         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
55084
55085 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
55086
55087         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
55088         definitions to be after all include files, to avoid collisions.
55089         Problem reported by Bob Proulx.
55090
55091 2005-01-04  Jim Meyering  <jim@meyering.net>
55092
55093         Changes imported from coreutils.
55094         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
55095         as the mkstemp template, use a temporary directory and an
55096         8.3-friendly template to avoid trouble on systems like DJGPP.
55097         Reported by Juan M. Guerrero via Stepan Kasal.
55098         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
55099         close. Remove the temporary directory right away, rather than waiting
55100         for configure's at-exit trap code to do it.
55101         Suggestion from Stepan Kasal.
55102
55103 2005-01-01  Simon Josefsson  <jas@extundo.com>
55104
55105         * gnulib-tool: Print #include directives when --import'ing.
55106
55107 2004-12-28  Simon Josefsson  <jas@extundo.com>
55108
55109         * tests/test-base64.c: Include required header files.  Remove
55110         unused variables.
55111
55112 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
55113
55114         * modules/error (Depends-on): Remove gettext.
55115
55116 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
55117
55118         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
55119         not needed.  This removes a dependency on the gettext module.
55120         [defined _LIBC]: Do not include <libintl.h>; not needed.
55121
55122 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
55123
55124         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
55125         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
55126
55127 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
55128
55129         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
55130         HAVE_DECL_STRTOLD.
55131
55132 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
55133
55134         * modules/getdate (Depends-on): Remove alloca-opt.
55135
55136 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
55137
55138         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
55139
55140 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
55141
55142         * lib/argp-parse.c: Include <stddef.h>.
55143         (alignof, alignto): New macros.
55144         (parser_init): Don't assume that void * is aligned sufficiently
55145         for struct option.
55146
55147         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
55148         need to extend the stack.
55149         (YYINITDEPTH): New macro, so that the initial stack isn't overly
55150         large.
55151
55152 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
55153
55154         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
55155
55156 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
55157
55158         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
55159         (2004-10-24) change.  Apparently this was a false alarm.
55160
55161         * modules/getdate: Depend on alloca-opt, not alloca.
55162
55163 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
55164
55165         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
55166         Remove now-obsolete comment about AIX.
55167         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
55168         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
55169         (YYMAXDEPTH): New macro.
55170
55171 2004-12-18  Simon Josefsson  <jas@extundo.com>
55172
55173         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
55174
55175 2004-12-18  Bruno Haible  <bruno@clisp.org>
55176
55177         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
55178
55179 2004-12-18  Bruno Haible  <bruno@clisp.org>
55180
55181         * lib/fatal-signal.c (fatal_signals): Make non-const.
55182         (init_fatal_signals): New function.
55183         (uninstall_handlers, install_handlers): Ignore signals that were set to
55184         SIG_IGN.
55185         (at_fatal_signal): Call init_fatal_signals.
55186         (init_fatal_signal_set): Likewise. Ignore signals that were set to
55187         SIG_IGN.
55188         Reported by Paul Eggert.
55189
55190 2004-12-18  Bruno Haible  <bruno@clisp.org>
55191
55192         * doc/alloca.texi: New file.
55193         * doc/alloca-opt.texi: New file.
55194
55195 2004-12-17  Jim Meyering  <jim@meyering.net>
55196
55197         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
55198         Otherwise, install-sh could exit with improper exit status when
55199         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
55200
55201 2004-12-16  Simon Josefsson  <jas@extundo.com>
55202
55203         * tests/test-base64.c: Add license.
55204
55205 2004-12-15  Stepan Kasal  <address@hidden>
55206
55207         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
55208
55209 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
55210
55211         * modules/getcwd (Files): Add m4/d-ino.m4.
55212         Suggested by Mark D. Baushke.
55213
55214 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
55215
55216         * lib/getdate.y (textint): New member "negative".
55217         (time_zone_hhmm): New function.
55218         Expect 14 shift-reduce conflicts, not 13.
55219         (o_colon_minutes): New rule.
55220         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
55221         (yylex): Set the "negative" member of signed numbers.
55222
55223 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
55224
55225         * doc/getdate.texi (Time of day items, Time zone items):
55226         Describe new formats +00:00, UTC+00:00.
55227
55228 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
55229
55230         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
55231         spurious "-l"s.  Problem reported by Stepan Kasal.
55232
55233 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
55234
55235         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
55236         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
55237
55238 2004-12-04  Simon Josefsson  <jas@extundo.com>
55239
55240         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
55241         Vandoorselaere <yoann@prelude-ids.org>.
55242
55243 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
55244
55245         Changes imported from coreutils.
55246         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
55247         exist.
55248         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
55249
55250 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
55251
55252         Changes imported from coreutils.
55253         * lib/hard-locale.c: Assume <locale.h> exists.
55254         Include "strdup.h".
55255         (GLIBC_VERSION): New macro.
55256         (hard_locale): Assume setlocale exists.
55257         Rewrite to avoid #ifdef.
55258         Use strdup rather than malloc + strcpy.
55259         * lib/human.c: Assume <locale.h> exists.
55260         (human_readable): Assume localeconv exists.
55261
55262 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
55263
55264         * modules/hard-locale (Depends-on): Add strdup.
55265
55266 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
55267
55268         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
55269         convert T2, not T.  (Imported from libc.)
55270
55271 2004-11-30  Simon Josefsson  <jas@extundo.com>
55272
55273         * modules/restrict (License): Change to LGPL.
55274
55275 2004-11-30  Simon Josefsson  <jas@extundo.com>
55276
55277         * m4/restrict.m4: Add copyright and copying conditions.
55278
55279 2004-11-30  Simon Josefsson  <jas@extundo.com>
55280
55281         * m4/base64.m4: New file.
55282
55283 2004-11-30  Simon Josefsson  <jas@extundo.com>
55284
55285         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
55286         base64.
55287
55288         * tests/test-base64.c: New file.
55289
55290         * modules/base64: New file.
55291
55292 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
55293
55294         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
55295         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
55296
55297         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
55298
55299 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
55300
55301         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
55302         (__getcwd.c): Don't restore errno; glibc doesn't.
55303         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
55304         first, falling back to our code only if its results look suspicious.
55305         Ensure that the resulting buffer is only as large as necessary.
55306
55307         * lib/readutmp.c: Include readutmp.h first.
55308         Include <errno.h>, since readutmp.h no longer does that.
55309         * lib/readutmp.h: Don't include <errno.h>,
55310         <sys/param.h>, <time.h>; not needed to establish interface.
55311         (errno): Remove decl.
55312         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
55313         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
55314         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
55315
55316 2004-11-28  Simon Josefsson  <jas@extundo.com>
55317
55318         * lib/base64.h, base64.c: New file.
55319
55320 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
55321
55322         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
55323
55324 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
55325
55326         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
55327         (Depends-on): Remove pathmax, same.  Add mempcpy.
55328         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
55329         (Makefile.am): Append getcwd.h to lib_SOURCES.
55330         (Include): Add getcwd.h.
55331         (Maintainer): Change from Jim Meyering to "all, glibc",
55332         since getdate now uses intended-for-glibc code.
55333         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
55334         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
55335
55336 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
55337
55338         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
55339         HP's ANSI C compiler.
55340         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
55341         Declaring int functions causes warnings on some modern systems and
55342         shouldn't be needed to compile on ancient ones.
55343         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
55344         defined.
55345
55346         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
55347         with the following changes.
55348         (__set_errno): Parenthesize properly.
55349         Include <stdbool.h>.
55350         (MIN, MAX, MATCHING_INO): New macros.
55351         (__getcwd): Define with prototype, not K&R form.
55352         Use heuristics to allocate default buffer on stack if possible.
55353         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
55354         behavior, and to avoid the PATH_MAX limit when computing
55355         ../../../../...
55356         Use MATCHING_INO to compare inode number to file.
55357         Check for arithmetic overflow in size calculations.
55358         Fix bug in reallocation of dot array that caused getcwd to fail
55359         on directories nested deeper than 75.
55360         Be more careful about saving errno on error.
55361         Do not use realloc; use only free+malloc, as this is a bit
55362         more flexible and avoids a needless copy operation.
55363         Do not inspect st_dev and st_ino for symbolic links; POSIX
55364         doesn't specify the latter.
55365         Check for closedir errors.
55366         Avoid needless casts.
55367         Use "#ifdef weak_alias" around weak_alias, to be like other
55368         glibc code.
55369         The following changes to getcwd.c have effect only when used in
55370         gnulib; they have no effect inside glibc proper.
55371         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
55372         as alloca isn't used.
55373         (alloca, __alloca): Likewise.
55374         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
55375         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
55376         unconditionally, as gnulib assumes C89 or better.
55377         Do not include <sys/param.h>.
55378         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
55379         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
55380         better.
55381         (NULL) [!defined NULL]: Remove; we assume C89 or better.
55382         Include <dirent.h> in a way that is compatible with modern Autoconf.
55383         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
55384         New macros, if not already defined.
55385         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
55386         Use "_LIBC", not "defined _LIBC", for consistency.
55387         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
55388         a mempcpy module.
55389         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
55390         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
55391         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
55392         credit only to Jim Meyering and adjust the copyright dates.
55393         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
55394         <stdlib.h>, <unistd.h>, "pathmax.h".
55395         Instead, include "xgetcwd.h" (first) and "getcwd.h".
55396         (INITIAL_BUFFER_SIZE): Remove.
55397         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
55398
55399 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
55400
55401         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
55402         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
55403         Use the _ONCE methods, for efficiency.
55404         Check for fcntl.h.  In test program, include <errno.h>
55405         and <fcntl.h> if available.  Remove old K&R cruft from
55406         test program.  Check for common errors in GNU/Linux,
55407         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
55408         don't do AC_LIBOBJ, as that's getcwd.m4's job.
55409         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
55410         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
55411         name accordingly.
55412         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
55413         accommodate new getcwd.c.
55414         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
55415         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
55416         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
55417         that's all we need now.
55418
55419 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
55420
55421         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
55422         argp-parse.c depends on getopt internals, that means we should
55423         always use our getopt, to be on the safe side.
55424         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
55425         order not to spoil the result of an eventual previous invocation
55426         of gl_GETOPT_SUBSTITUTE.
55427
55428 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
55429
55430         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
55431         redefinition warnings. To avoid them, include the defines
55432         in `#if !defined __need_getopt ... #endif'. The only place
55433         where __getopt_argv_const is used is in definitions
55434         of getopt_long and getopt_long_only below, which are as well
55435         protected by `#ifndef __need_getopt'.
55436         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
55437         __need_getopt after including <stdio.h> and <unistd.h> These
55438         headers might have defined it.
55439
55440 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
55441
55442         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
55443
55444 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
55445
55446         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
55447         (futimens): New function, which uses futimes if available.
55448         (futimens, utimens): Support timespec==NULL, with same semantics
55449         as utime and utimens.
55450         * lib/utimens.h (futimens): New decl.
55451
55452 2004-11-23  Jim Meyering  <jim@meyering.net>
55453
55454         * lib/getopt_.h: Remove trailing blanks.
55455
55456 2004-11-23  Jim Meyering  <jim@meyering.net>
55457
55458         * lib/__fpending.c: Add comment.
55459
55460 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
55461
55462         * modules/canonicalize (Depends-on): Add xreadlink.
55463         Problem reported by James Youngman.
55464
55465 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
55466
55467         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
55468         New macros.
55469         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
55470         optopt): Use them instead of invoking ## directly; otherwise, the
55471         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
55472
55473 2004-11-19  Bruno Haible  <bruno@clisp.org>
55474
55475         * lib/strtok_r.c: Move comments from here...
55476         * lib/strtok_r.h: ... to here.
55477
55478 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
55479
55480         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
55481         implementations that mishandle size_t overflow.
55482
55483 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
55484
55485         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
55486         might fail.  Problem reported by Yoann Vandoorselaere.
55487         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
55488         implementations that mishandle size_t overflow.
55489
55490 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
55491
55492         * modules/canon-host (Depends-on): Add strdup.
55493
55494 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
55495
55496         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
55497
55498 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
55499
55500         * lib/canon-host.c: Include "strdup.h".
55501         (canon_host): Use getaddrinfo if available, so that IPv6 works.
55502         Use strdup instead of malloc/strcpy to duplicate strings.
55503
55504         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
55505         (human_space_before_unit): New constant.
55506         * lib/human.c (human_readable): Support it.
55507
55508         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
55509         (xgetcwd): Set errno correctly when failing.
55510         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
55511         the failure is actually due to a PATH_MAX problem.
55512
55513         Further getopt changes to make it more likely that glibc will
55514         buy the changes back.
55515         * lib/getopt.c (POSIXLY_CORRECT): New constant.
55516         (getopt): Use it, so to preserve glibc semantic
55517         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
55518         when compiling for libc.
55519         * lib/getopt_.h (__getopt_argv_const): Bring it back.
55520         (getopt_long, getopt_long_only): Use it.
55521
55522         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
55523         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
55524         (getopt): Argv is now char * const *, as per standard.
55525         (_getopt_internal_r, _getopt_internal): Argv is now char **,
55526         not char *__getopt_argv_const *.
55527         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
55528         _getopt_long_only_r): Likewise.
55529         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
55530         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
55531         _getopt_long_r, _getopt_long_only_r): Likewise.
55532         * lib/getopt_.h (__getopt_argv_const): Remove.
55533         (getopt): Argv is now char * const *, as per standard.
55534
55535         * lib/getdate.y (tORDINAL): New token.
55536         (day, relunit): Allow it for relative times.
55537         (relative_time_table): Use tORDINAL for ordinals.
55538
55539 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
55540
55541         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
55542         Document that "second" isn't allowed as an ordinal number.
55543
55544 2004-11-16  Jim Meyering  <jim@meyering.net>
55545
55546         * modules/closeout (Depends-on): Add fpending.
55547
55548 2004-11-15  Jim Meyering  <jim@meyering.net>
55549
55550         * lib/closeout.c: Include "__fpending.h" once again.
55551         Include <stdbool.h>.
55552         (close_stdout): Don't fail just because stdout was closed initially,
55553         since some programs don't write to stdout in the normal course of
55554         operation (other than --version and --help), and we don't want this
55555         function to make e.g. `touch file >&-' fail.
55556         But do fail if it was closed and someone has tried to write to it.
55557         E.g., `printf foo >&-' must fail.
55558
55559 2004-11-13  Jim Meyering  <jim@meyering.net>
55560
55561         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
55562
55563 2004-11-12  Simon Josefsson  <jas@extundo.com>
55564
55565         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
55566         small doc fix is still pending.
55567
55568 2004-11-11  Simon Josefsson  <jas@extundo.com>
55569
55570         * modules/strtok_r: New file.
55571
55572         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
55573         strtok_r.
55574
55575 2004-11-11  Simon Josefsson  <jas@extundo.com>
55576
55577         * m4/strtok_r.m4: New file.
55578
55579         * m4/getopt.m4: Replace opterr.
55580
55581 2004-11-11  Simon Josefsson  <jas@extundo.com>
55582
55583         * lib/strtok_r.h, strtok_r.c: New file.
55584
55585 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
55586
55587         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
55588         of replacing opterr, getopt, etc.  This should handle the
55589         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
55590
55591 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
55592
55593         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
55594         we can stop lying to compilers about the constness of argv when we
55595         are compiled outside glibc.
55596         (getopt, getopt_long, getopt_long_only): Use it.
55597         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
55598         _getopt_internal, getopt): Likewise.
55599         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
55600         _getopt_long_only_r): Likewise.
55601         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
55602         _getopt_long_r, _getopt_long_only_r): Likewise.
55603
55604         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
55605         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
55606         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
55607         the other external symbols.
55608         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
55609         declaration, since the above renaming now works around collisions.
55610
55611 2004-11-11  Jim Meyering  <jim@meyering.net>
55612
55613         * lib/linebreak.c: Remove trailing blanks.
55614         * lib/alloca_.h: Likewise.
55615         * lib/acosl.c: Likewise.
55616         * lib/euidaccess.c: Likewise.
55617         * lib/allocsa.h: Likewise.
55618
55619 2004-11-10  Simon Josefsson  <jas@extundo.com>
55620
55621         * m4/getaddrinfo.m4: New file.
55622
55623 2004-11-10  Simon Josefsson  <jas@extundo.com>
55624
55625         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
55626
55627 2004-11-10  Simon Josefsson  <jas@extundo.com>
55628
55629         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
55630         getaddrinfo.
55631
55632         * modules/getaddrinfo: New file.
55633
55634 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
55635
55636         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
55637
55638 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
55639
55640         * lib/mktime.c (SHR): New macro, which is a portable
55641         substitute for >> that should work even on Crays.
55642         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
55643         Problem reported by Mark D. Baushke in
55644         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
55645         * lib/getdate.y (SHR): Likewise.
55646         (tm_diff): Use it.
55647         * lib/strftime.c (SHR): Likewise.
55648         (tm_diff): Use it.
55649         * lib/quotearg.c (struct quoting_options): Use unsigned int for
55650         quote_these_too, so that right shifts are well defined.  All uses
55651         changed.
55652
55653 2004-11-10  Jim Meyering  <jim@meyering.net>
55654
55655         Ensure that no close failure goes unreported.
55656         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
55657         return early when it seems there's nothing to flush.
55658         Don't include __fpending.h.
55659
55660 2004-11-10  Jim Meyering  <jim@meyering.net>
55661
55662         * modules/closeout (Depends-on): Remove fpending.
55663
55664 2004-11-10  Jim Meyering  <jim@meyering.net>
55665
55666         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
55667
55668 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
55669
55670         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
55671         gl_FUNC_STRFTIME.
55672         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
55673         and AC_REQUIRE when possible, to avoid duplicate checks.
55674         Check for <wchar.h>.
55675
55676 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
55677
55678         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
55679
55680 2004-11-09  Bruno Haible  <bruno@clisp.org>
55681
55682         * m4/sockpfaf.m4: New file.
55683
55684 2004-11-05  Bruno Haible  <bruno@clisp.org>
55685
55686         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
55687         Reported by Mark D. Baushke <mdb@cvshome.org>.
55688
55689 2004-11-04  Bruno Haible  <bruno@clisp.org>
55690
55691         2004-09-11  Bruno Haible  <bruno@clisp.org>
55692                 * allocsa.valgrind: New file.
55693         2004-02-06  Bruno Haible  <bruno@clisp.org>
55694                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
55695                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
55696                 Reported by Christopher Seip <chris.seip@hp.com>.
55697
55698 2004-11-04  Bruno Haible  <bruno@clisp.org>
55699
55700         * modules/allocsa (Files): Add lib/allocsa.valgrind.
55701         (Makefile.am): Distribute it.
55702
55703 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
55704
55705         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
55706         with errno == ERANGE if the buffer is too small.
55707         Problem reported by Mark D. Baushke.
55708
55709 2004-11-03  Albert Chin  <china@thewrittenword.com>
55710             Paul Eggert  <eggert@cs.ucla.edu>
55711
55712         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
55713         equivalent, substitute $ac_type for equivalent type rather than
55714         blindly using uint32_t *always* which won't work if uint32_t is not
55715         available.  Define _UINT32_T to work around typedef of uint32_t if
55716         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
55717         2.5.1.
55718
55719 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
55720
55721         * m4/jm-macros.m4: Sync from coreutils.
55722         (gl_MACROS): Check for mbrlen, for pathchk.
55723         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
55724
55725 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
55726
55727         * lib/xreadlink.c (MAXSIZE): New macro.
55728         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
55729         size does not exceed MAXSIZE.  Avoid cast.
55730         As suggested by Mark D. Baushke in
55731         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
55732         if readlink fails with buffer size just under MAXSIZE, try again
55733         with MAXSIZE.
55734
55735 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
55736
55737         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
55738
55739 2004-11-02  Derek R. Price  <derek@ximbiot.com>
55740         and  Paul Eggert  <eggert@cs.ucla.edu>
55741
55742         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
55743         (get_date): Overparenthesize to avoid GCC warning.
55744
55745 2004-11-02  Bruno Haible  <bruno@clisp.org>
55746
55747         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
55748         returns void.
55749
55750 2004-11-02  Bruno Haible  <bruno@clisp.org>
55751
55752         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
55753         function returns void.
55754
55755 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
55756
55757         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
55758         fflush_unlocked, flockfile, funlockfile, funlockfile,
55759         fputs_unlocked, putc_unlocked.
55760
55761 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
55762
55763         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
55764         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
55765         already declared.
55766
55767 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
55768
55769         * modules/getdate (Files): Add doc/getdate.texi.
55770         (Depends-on): Add setenv, xalloc.
55771
55772 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
55773
55774         * lib/getdate.y: Add support for TZ="foo" within a date string.
55775         Fix some bugs near time_t boundaries.  Reject dates with
55776         out-of-range components, e.g., "Sept 31".
55777         Include <stdlib.h>, "setenv.h", "xalloc.h".
55778         (ISDIGIT_LOCALE): Remove; unused.
55779         Note that the TZ and time functions used here are not reentrant.
55780         (mktime_ok, get_tz): New functions.
55781         (TZBUFSIZE): New constant.
55782         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
55783         This requires that we sometimes generate our own TZ="XXX..." setting.
55784
55785 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
55786
55787         * doc/getdate.texi: New file, from coreutils with modifications for
55788         the new TZ parsing.
55789
55790 2004-10-27  Derek R. Price  <derek@ximbiot.com>
55791
55792         * lib/mktime.c (not_equal_tm): Remove redundant check.
55793
55794 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
55795
55796         * modules/regex (lib_SOURCES): Add regex.c.
55797         Reported by James Youngman in
55798         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
55799
55800 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
55801
55802         * lib/getdate.y: Use Bison 1.875 features, and some minor
55803         code cleanups.  This change does not affect semantics.
55804         Don't include <stdlib.h>; no longer needed.
55805         Don't include unlocked-io.h; only the "#if TEST" code uses
55806         stdio, and performance isn't crucial there.
55807         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
55808         Bison 1.875 features as described below.
55809         All uses of "PC." replaced by "pc->".
55810         (YYSTYPE): Add a forward declaration.
55811         (yylex, yyerror): Use full prototypes in forward decls.
55812         Use "%pure-parser" rather than obsolescent "%pure_parser".
55813         Use %parse-param and %lex-param instead of obsolescent
55814         YYPARSE_PARAM and YYLEX_PARAM.
55815         (meridian_table, month_and_day_table, time_units_table,
55816         relative_time_table, time_zone_table, military_table,
55817         lookup_zone, lookup_word, get_date):
55818         Use NULL instead of 0 where appropriate.
55819         (to_hour): Avoid abort (), to avoid a dependency on
55820         stdlib.h.
55821         (yyerror, yylex): Now accepts parser_control * arg.
55822         (main) [TEST]: Use '\0' rather than 0 for char.
55823
55824 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
55825
55826         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
55827
55828 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
55829
55830         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
55831         It's now the caller's responsibility to handle the case where
55832         !HAVE_GETPAGESIZE && !defined getpagesize.
55833
55834         * lib/mktime.c (leapyear): Arg is long int, not int.
55835
55836 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
55837
55838         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
55839
55840 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
55841
55842         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
55843         missing.  Problem reported by James Youngman.
55844
55845 2004-10-16  Simon Josefsson  <jas@extundo.com>
55846
55847         * gnulib-tool: Fix comments.  Fix parse problem.
55848         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
55849
55850 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
55851
55852         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
55853         implementation of getopt_long.  Problem reported by Alexander Taler in:
55854         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
55855
55856 2004-10-15  Bruno Haible  <bruno@clisp.org>
55857
55858         * gnulib-tool: Untabify. Initialize supplied_libname.
55859         (func_usage): More homogenous output.
55860         (func_modules_transitive_closure, func_modules_to_filelist,
55861         func_emit_lib_Makefile_am): New functions.
55862         (func_import): New function, extracted from big case statement. Use
55863         func_get_license, func_modules_transitive_closure,
55864         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
55865         opt_lgpl. Don't use test -a, as it's not portable.
55866         (func_create_testdir): Use func_modules_transitive_closure,
55867         func_modules_to_filelist, func_emit_lib_Makefile_am.
55868
55869 2004-10-15  Bruno Haible  <bruno@clisp.org>
55870
55871         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
55872
55873 2004-10-15  Bruno Haible  <bruno@clisp.org>
55874
55875         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
55876         the portions belonging to each module.
55877         Suggested by Derek Robert Price <derek@ximbiot.com>.
55878
55879 2004-10-12  Simon Josefsson  <jas@extundo.com>
55880
55881         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
55882         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
55883         to real functions.
55884
55885 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55886
55887         * modules/vsnprintf: New file.
55888
55889 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55890
55891         * m4/vsnprintf.m4: New file.
55892
55893 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
55894
55895         * lib/vsnprintf.h: New file.
55896         * lib/vsnprintf.c: New file.
55897
55898 2004-10-11  Bruno Haible  <bruno@clisp.org>
55899
55900         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
55901         vsnprintf.
55902
55903 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
55904
55905         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
55906
55907 2004-10-07  Bruno Haible  <bruno@clisp.org>
55908
55909         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
55910         fits into the provided buffer.
55911
55912 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
55913
55914         * lib/diacrit.c, diacrit.h: Add GPL notice.
55915
55916         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
55917         notice.
55918         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
55919         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
55920         This avoids a potential constant-folding bug.
55921
55922 2004-10-05  Bruno Haible  <bruno@clisp.org>
55923
55924         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
55925         for the declaration of strsep.
55926
55927 2004-10-05  Bruno Haible  <bruno@clisp.org>
55928
55929         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
55930
55931 2004-10-04  Simon Josefsson  <jas@extundo.com>
55932
55933         * modules/memmem: New file.
55934         * tests/test-memmem.c: New file.
55935         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
55936
55937 2004-10-04  Simon Josefsson  <jas@extundo.com>
55938
55939         * m4/memmem.m4: New file.
55940
55941 2004-10-04  Simon Josefsson  <jas@extundo.com>
55942
55943         * lib/memmem.h: New file.
55944         * lib/memmem.c: New file, taken from glibc.
55945
55946 2004-10-04  Simon Josefsson  <jas@extundo.com>
55947
55948         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
55949         '#ifdef USE_UNLOCKED_IO'.
55950
55951 2004-10-04  Simon Josefsson  <jas@extundo.com>
55952
55953         * config/srclist.txt: Add memmem from glibc.
55954
55955 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
55956
55957         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
55958
55959         * modules/argmatch, modules/argp, modules/closeout, modules/error,
55960         modules/exclude, modules/getdate, modules/getline,
55961         modules/getndelim2, modules/getpass, modules/getpass-gnu,
55962         modules/getusershell, modules/linebuffer, modules/md5,
55963         modules/mountlist, modules/posixtm, modules/readtokens,
55964         modules/readutmp, modules/regex, modules/sha1,
55965         modules/version-etc, modules/yesno:
55966         Remove dependency on unlocked-io.
55967
55968 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
55969
55970         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
55971
55972         * m4/unlocked-io.m4: Add copyright notice.
55973         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
55974
55975 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
55976
55977         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
55978         * lib/xmalloc.c (xmemdup): Likewise.
55979         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
55980         XFREE): Remove these long-obsolescent macros.
55981         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
55982         * lib/xstrdup.c: Remove.
55983
55984         * lib/regex.c (re_comp): Cast gettext return value to char *,
55985         Problem reported by Martin Neitzel via Mark D. Baushke.
55986
55987 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
55988
55989         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
55990         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
55991         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
55992         regex.c, sha1.c, version-etc.c, yesno.c:
55993         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
55994         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
55995         the includer's responsibility.
55996
55997         Sync from coreutils.
55998
55999         * lib/modechange.c (mode_compile): Don't decrement a pointer that
56000         points to the start of a string, as the C Standard says the
56001         resulting behavior is undefined.
56002
56003         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
56004         simple -> simple_backups, numbered_existing ->
56005         numbered_existing_backups, numbered -> numbered_backups
56006         to avoid shadowing problems.  All uses changed.
56007         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
56008         * lib/backupfile.c (check_extension, numbered_backup):
56009         Rename locals to avoid shadowing 'basename'.
56010         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
56011         once.
56012
56013         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
56014         * lib/.cvsignore: Add getopt.h.
56015
56016 2004-10-04  Bruno Haible  <bruno@clisp.org>
56017
56018         * modules/README: New file.
56019         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
56020         not a module.
56021
56022 2004-10-02  Jim Meyering  <jim@meyering.net>
56023
56024         * lib/dirfd.h, getpagesize.h: Add copyright notice.
56025
56026 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
56027
56028         * modules/strsep: New file.
56029
56030 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
56031
56032         * m4/strsep.m4: New file.
56033
56034 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
56035
56036         * lib/strsep.h: New file.
56037         * lib/strsep.c: New file.
56038
56039 2004-10-01  Simon Josefsson  <jas@extundo.com>
56040
56041         * lib/snprintf.c (snprintf): Handle size==0.
56042
56043 2004-10-01  Simon Josefsson  <jas@extundo.com>
56044             Bruno Haible  <bruno@clisp.org>
56045
56046         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
56047         (snprintf): Declare 'args'.
56048
56049 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
56050
56051         * lib/snprintf.c: Remove comments as to why each header is needed.
56052
56053 2004-10-01  Bruno Haible  <bruno@clisp.org>
56054
56055         * MODULES.html.sh: Add strsep.
56056
56057 2004-09-30  Simon Josefsson  <jas@extundo.com>
56058
56059         * modules/snprintf: New file.
56060
56061 2004-09-30  Simon Josefsson  <jas@extundo.com>
56062
56063         * m4/snprintf.m4: New file.
56064
56065 2004-09-30  Simon Josefsson  <jas@extundo.com>
56066
56067         * lib/snprintf.h, lib/snprintf.c: New files.
56068
56069 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
56070
56071         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
56072         (hol_entry_help): Never translate an empty string.
56073         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
56074         * lib/argp.h (OPTION_NO_TRANS): New option.
56075
56076 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
56077
56078         * modules/argp (Maintainer): Replace Simon Josefsson
56079         by Sergey Poznyakoff.
56080
56081 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
56082
56083         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
56084         changes merged back into glibc.
56085
56086 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
56087
56088         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
56089
56090 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
56091
56092         * lib/xvasprintf.c: Include xalloc.h.
56093         (xvasprintf): Use xalloc_die, not xmalloc_die.
56094
56095 2004-09-29  Bruno Haible  <bruno@clisp.org>
56096
56097         * modules/alloca-opt: New file, derived from modules/alloca.
56098         * modules/allocsa: Depend on alloca-opt instead of alloca.
56099         * modules/setenv: Likewise.
56100         * modules/vasnprintf: Likewise.
56101         * MODULES.html.sh: Add alloca-opt.
56102
56103 2004-09-28  Simon Josefsson  <jas@extundo.com>
56104
56105         * gnulib-tool: New parameter --lgpl, to asseert that modules are
56106         LGPL, and to replace license template from GPL to LGPL.
56107
56108 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
56109
56110         * modules/dummy: Change license to LGPL.
56111
56112 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
56113
56114         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
56115
56116 2004-09-24  Simon Josefsson  <jas@extundo.com>
56117
56118         * modules/minmax (License): Change from GPL to LGPL.
56119
56120 2004-09-23  Simon Josefsson  <jas@extundo.com>
56121
56122         * gnulib-tool (--import): Typo.
56123
56124 2004-09-23  Simon Josefsson  <jas@extundo.com>
56125
56126         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
56127
56128 2004-09-22  Bruno Haible  <bruno@clisp.org>
56129
56130         * modules/*: Add 'License' field.
56131         * gnulib-tool: Accept --extract-license option.
56132         (func_get_license): New function.
56133
56134 2004-09-21  Bruno Haible  <bruno@clisp.org>
56135
56136         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
56137         Reported by Simon Josefsson.
56138
56139 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
56140
56141         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
56142         gl_AC_TYPE_LONG_LONG.
56143
56144 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
56145
56146         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
56147
56148 2004-09-18  Simon Josefsson  <jas@extundo.com>
56149         and  Paul Eggert  <eggert@cs.ucla.edu>
56150
56151         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
56152         calls with autoreconf.  Define GL_LIB.
56153
56154 2004-09-14  Karl Berry  <karl@gnu.org>
56155
56156         * config/srclist.txt: unsync setenv.c, sigh.
56157
56158 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
56159
56160         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
56161         Problem reported by Bruno Haible in:
56162         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
56163
56164 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
56165
56166         * config/srclist.txt: Comment out argp-pvh.c.
56167
56168 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
56169
56170         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
56171         in case some system header has #define'd it.  Problem reported by
56172         Soeren D. Schulze in
56173         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
56174
56175 2004-09-09  Karl Berry  <karl@gnu.org>
56176
56177         * regex.[ch]: delete from the root.  These were supposed to be
56178                 synced with emacs cvs, but this has not happened for about
56179                 a year, and anyway nothing else uses emacs regex.[ch].
56180                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
56181                 lib/regex[.ch] is untouched.
56182
56183 2004-09-09  Bruno Haible  <bruno@clisp.org>
56184
56185         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
56186
56187 2004-09-09  Bruno Haible  <bruno@clisp.org>
56188
56189         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
56190         modifications.
56191         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
56192
56193 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
56194
56195         * modules/xvasprintf: New file.
56196         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
56197
56198 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
56199
56200         * lib/xvasprintf.h: New file.
56201         * lib/xvasprintf.c: New file.
56202         * lib/xasprintf.c: New file.
56203
56204 2004-09-08  Bruno Haible  <bruno@clisp.org>
56205
56206         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
56207
56208 2004-09-08  Bruno Haible  <bruno@clisp.org>
56209
56210         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
56211         length is > INT_MAX.
56212         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
56213         more.
56214
56215 2004-09-08  Bruno Haible  <bruno@clisp.org>
56216
56217         * lib/stdint_.h: New file, taken from GNU clisp.
56218
56219 2004-09-08  Bruno Haible  <bruno@clisp.org>
56220             Oskar Liljeblad  <oskar@osk.mine.nu>
56221
56222         * modules/stdint: New file.
56223         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
56224
56225 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
56226
56227         Import from coreutils.
56228         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
56229         strings on unbounded length.  alloca's performance benefits aren't
56230         that important here.
56231         (V_STRDUP): Remove.
56232         (parse_with_separator): New function, with most of the internals
56233         of the old parse_user_spec.  Allow user to omit both user and group,
56234         for compatibility with FreeBSD.
56235         Clone only the user name, not the entire spec.
56236         Do not set *uid, *gid unless entirely successful.
56237         Avoid memory leak in some failing cases.
56238         Fix regression for USER.GROUP reported by Dmitry V. Levin in
56239         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
56240         (parse_user_spec): Rewrite to use parse_with_separator.
56241
56242 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
56243
56244         * modules/userspec: Don't depend on alloca.
56245
56246 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
56247
56248         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
56249
56250 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
56251
56252         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
56253         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
56254         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
56255
56256 2004-08-16  Simon Josefsson  <jas@extundo.com>
56257
56258         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
56259         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
56260         Add --dry-run for --import.
56261         Let user provided command line parameters override configure.ac
56262         settings.
56263
56264 2004-08-12  Simon Josefsson  <jas@extundo.com>
56265
56266         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
56267         as discussed with Paul Eggert in threads rooted at
56268         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
56269         and
56270         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
56271         Before, the test was empty, and relied on ELIDE_CODE in source
56272         code.)
56273         (gl_PREREQ_GETOPT): New macro.
56274         (gl_GETOPT): Use them.
56275
56276 2004-08-12  Simon Josefsson  <jas@extundo.com>
56277
56278         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
56279         * lib/getopt_.h: Renamed from getopt.h.
56280
56281 2004-08-12  Simon Josefsson  <jas@extundo.com>
56282
56283         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
56284         Change default library name from libfoo to libgnu.
56285         Now, if you have a configure.ac that says:
56286                 gl_SOURCE_BASE(gl)
56287                 gl_M4_BASE(gl/m4)
56288                 gl_MODULES(error getopt etcetera)
56289                 gl_INIT
56290         you can import all you need by running:
56291                 ../gnulib/gnulib-tool --import
56292
56293         * modules/getopt (Files): Rename getopt.h to getopt_.h.
56294         (Makefile.am): Rewrite, use logic from argz.
56295         (Include): Use <getopt.h> instead of "getopt.h".
56296
56297 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
56298
56299         * modules/argp (Files): Add m4/unlocked-io.m4.
56300         (Depends-on): Add extensions.
56301
56302 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
56303
56304         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
56305         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
56306         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
56307         Check for program_invocation_name, program_invocation_short_name,
56308         flockfile, funlockfile, features.h, _getopt_long_only_r.
56309
56310 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
56311
56312         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
56313         its complicated substitute.
56314         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
56315         and program_invocation_name.
56316         (__argp_basename) [!_LIBC]: Remove; the only use was
56317         replaced by its body.
56318         (__argp_short_program_name): Change condition from
56319         !defined __argp_short_program_name to
56320         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
56321         to match argp-namefrob.h.
56322         (__argp_failure): Don't assume strerror_r returns char *.
56323         * lib/argp-parse.c (N_): Define unconditionally.
56324         (argp_default_options): Fill out initializers with 0 to avoid
56325         gcc warnings.
56326
56327 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
56328
56329         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
56330         getopt1.c.
56331
56332 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
56333
56334         Merge from coreutils.
56335
56336         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
56337
56338         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
56339         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
56340
56341 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
56342
56343         Merge from coreutils.
56344
56345         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
56346         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
56347         for Reliant Unix 5.43.
56348
56349         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
56350         (union fooround): Use uintmax_t, not long int.
56351         The rest is a merge from libc:
56352         [defined _LIBC]: Include <shlib-compat.h>.
56353         (_obstack) [defined _LIBC]: Remove after 2.3.4.
56354
56355         * lib/settime.c (settime): Recode to avoid warning with
56356         Sun Forte C 6U2.
56357
56358         * lib/strverscmp.c: Convert to UTF-8.
56359
56360 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
56361
56362         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
56363         m4/uintmax_t.m4.
56364
56365 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
56366
56367         * modules/xalloc-die: New file.
56368         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
56369
56370         * modules/md5 (Files): Add m4/uint32_t.m4.
56371         * modules/sha1: Renamed from modules/sha.
56372         (Files):
56373         Rename lib/sha.h to lib/sha1.h.
56374         Rename lib/sha.c to lib/sha1.c.
56375         Rename m4/sha.m4 to m4/sha1.m4.
56376         (lib_SOURCES): Likewise.
56377         (configure.ac): Rename gl_SHA to gl_SHA1.
56378         (Include): sha.h -> sha1.h.
56379
56380 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
56381
56382         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
56383         * m4/sha1.m4: Renamed from sha.m4.
56384         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
56385
56386 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
56387
56388         * lib/obstack.h (obstack_empty_p):
56389         Don't assume that chunk->contents is suitably aligned.
56390         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
56391         Likewise. Problem reported by Benno in
56392         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
56393
56394         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
56395         readable.  This could be improved further but it'd take some work.
56396
56397 2004-08-08  Simon Josefsson  <jas@extundo.com>
56398
56399         * modules/xgethostname (Depends-on): Remove exit and error (not
56400         used).
56401
56402         * modules/getpass-gnu: Add getpass.h.
56403         (Depends-on): Add stdbool.
56404         * modules/getpass: Add getpass.h.
56405
56406 2004-08-08  Simon Josefsson  <jas@extundo.com>
56407
56408         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
56409         Check getpass declaration.
56410
56411 2004-08-08  Simon Josefsson  <jas@extundo.com>
56412
56413         * lib/xgethostname.c: Don't include error.h (not used).
56414
56415         * lib/getpass.h: Add.
56416         * lib/getpass.c: Include getpass.h first.
56417
56418 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
56419
56420         * lib/xalloc-die.c: New file.
56421         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
56422         All uses removed.
56423         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
56424         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
56425         xalloc-die.c.
56426         (_, N_, xalloc_die): Move to xalloc-die.c.
56427         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
56428         so that we needn't mess with xalloc_msg_memory_exhausted.
56429
56430         * lib/sha1.h: Renamed from sha.h.
56431         (SHA1_H): Renamed from _SHA_H.
56432         (sha1_ctx): Renamed from sha_ctx.
56433         (sha1_init_ctx): Renamed from sha_init_ctx.
56434         (sha1_process_block): Renamed from sha_process_block.
56435         (sha1_process_bytes): Renamed from sha_process_bytes.
56436         (sha1_finish_ctx): Renamed from sha_finish_ctx.
56437         (sha1_read_ctx): Renamed from sha_read_ctx.
56438         (sha1_stream): Renamed from sha_stream.
56439         (sha1_buffer): Renamed from sha_buffer.
56440         * lib/sha1.c: Likewise; renamed from sha.c.
56441         Do not include <sys/types.h>.
56442         Include <stddef.h> rather than <stdlib.h>.
56443
56444 2004-08-08  Bruno Haible  <bruno@clisp.org>
56445
56446         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
56447         FILESYSTEM_PREFIX_LEN.
56448         * lib/progreloc.c: Likewise.
56449         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
56450
56451 2004-08-06  Simon Josefsson  <jas@extundo.com>
56452
56453         * modules/progname (Depends-on): Don't depend on stdbool.
56454
56455 2004-08-06  Simon Josefsson  <jas@extundo.com>
56456
56457         * modules/getsubopt: New file.
56458         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
56459         getsubopt.
56460
56461 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
56462
56463         More merge from coreutils.
56464
56465         * m4/utimens.m4, m4/utimecmp.m4: New files.
56466         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
56467         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
56468         prereq.m4, sha.m4: Import changes from coreutils.
56469
56470 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
56471
56472         More merge from coreutils.
56473         * modules/raise, modules/readtokens0, modules/utimens:
56474         * modules/utimecmp, module/xnanosleep: New files.
56475         * modules/strftime: Add lib/strftime.h.
56476         Change include from <time.h> to "strftime.h".
56477         * modules/yesno: Add lib/yesno.h.
56478         * modules/backupfile: Remove lib/addext.c.
56479         * modules/euidaccess: Add stat-macros.h.
56480         * modules/canonicalize, modules/euidaccess,
56481         modules/filemode, modules/lchown, modules/makepath,
56482         modules/rmdir, modules/stat: Likewise.
56483
56484 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
56485
56486         Merge from tar.
56487         * lib/argp-help.c (make_hol, hol_append): Don't assume that
56488         SIZE_MAX is a valid preprocessor constant.
56489         (__argp_basename): Change from "#ifndef _LIBC"
56490         to "#ifndef __argp_short_program_name", so that
56491         we don't compile these functions for tar.
56492
56493         More merges from coreutils.
56494         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
56495         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
56496         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
56497         * lib/addext.c: Remove; no longer needed.
56498         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
56499         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
56500         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
56501         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
56502         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
56503         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
56504         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
56505         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
56506         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
56507         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
56508         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
56509         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
56510         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
56511         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
56512         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
56513         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
56514         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
56515         Import changes from coreutils.
56516
56517 2004-08-05  Simon Josefsson  <jas@extundo.com>
56518
56519         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
56520
56521 2004-08-05  Simon Josefsson  <jas@extundo.com>
56522
56523         * m4/getsubopt.m4: New file.
56524
56525 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
56526
56527         Merge from coreutils.
56528
56529         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
56530         * m4/getcwd-path-max.m4: New files.
56531
56532         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
56533         FILESYSTEM_PREFIX_LEN ->
56534         FILE_SYSTEM_PREFIX_LEN.
56535         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
56536         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
56537         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
56538         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
56539
56540         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
56541         prerequisite modules now handle the DOS stuff.
56542         Don't check for unistd.h.
56543
56544 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
56545
56546         Merge from coreutils.
56547
56548         * lib/.gdb-history: Remove; this doesn't belong here.
56549
56550         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
56551         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
56552         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
56553         * lib/getcwd.c: New files.
56554
56555         * lib/dirname.h: Include <stdbool.h>.
56556         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
56557         for consistency with POSIX terminology.  All uses changed.
56558         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
56559         (strip_trailing_slashes): Use bool for booleans.
56560         * lib/stripslash.c (strip_trailing_slashes): Likewise.
56561
56562         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
56563         sometimes returns a positive errno value even when it succeeds.
56564         (print_errno_message) [!LIBC]: Fall back on strerror if
56565         __strerror_r fails.
56566
56567         * lib/path-concat.c (mempcpy): Don't define if a system header defines
56568         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
56569         (longest_relative_suffix): New function.
56570         (path_concat): Use it.  Assume first argument is not NULL.
56571         Port to DOS.  Omit redundant separators.
56572         Report an error instead of returning NULL.
56573         Use mempcpy instead of memcpy.
56574         (xpath_concat): Remove: not declared or used.
56575
56576         * lib/same.h: Include <stdbool.h>
56577         (same_name): Return bool, not int.
56578         * lib/same.c (same_name): Likewise.
56579         (errno): Don't declare; we assume C89 or better now.
56580
56581         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
56582         if not already defined.
56583
56584         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
56585         * lib/dup-safer.c (errno): Likewise.
56586
56587 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
56588
56589         Merge from coreutils.
56590         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
56591         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
56592         * modules/path-concat: Don't depend on strdup.
56593
56594 2004-08-03  Simon Josefsson  <jas@extundo.com>
56595
56596         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
56597         * lib/progname.h: Don't include stdbool.h.
56598
56599 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
56600
56601         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
56602         * MODULES.html.sh (func_all_modules): Remove fatal.
56603
56604 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
56605
56606         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
56607
56608 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
56609
56610         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
56611         working.
56612
56613 2004-08-02  Simon Josefsson  <jas@extundo.com>
56614
56615         * lib/getsubopt.h: New file, with comments from Bruno Haible.
56616         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
56617         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
56618
56619 2004-08-01  Simon Josefsson  <jas@extundo.com>
56620
56621         * lib/xgetdomainname.c: Include stdlib.h, for free().
56622
56623 2004-07-19  Bruno Haible  <bruno@clisp.org>
56624
56625         * MODULES.html.sh (func_all_modules): Add dummy.
56626
56627 2004-07-16  Simon Josefsson  <jas@extundo.com>
56628
56629         * modules/dummy: New file.
56630
56631 2004-07-16  Simon Josefsson  <jas@extundo.com>
56632
56633         * lib/dummy.c: New file.
56634
56635 2004-07-16  Bruno Haible  <bruno@clisp.org>
56636
56637         * lib/backupfile.h: Add extern "C" for C++.
56638         * lib/closeout.h: Likewise.
56639         * lib/copy-file.h: Likewise.
56640         * lib/findprog.h: Likewise.
56641         * lib/full-write.h: Likewise.
56642         * lib/pathname.h: Likewise.
56643         * lib/progname.h: Likewise.
56644         * lib/stpcpy.h: Likewise.
56645         * lib/stpncpy.h: Likewise.
56646         * lib/strcase.h: Likewise.
56647         * lib/strstr.h: Likewise.
56648         * lib/xalloc.h: Likewise.
56649
56650         * lib/mbswidth.h: Add extern "C" for C++.
56651         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
56652
56653 2004-07-13  Robert Millan  <robertmh@gnu.org>
56654
56655         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
56656
56657 2004-07-09  Simon Josefsson  <jas@extundo.com>
56658
56659         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
56660         failed without this.)
56661
56662 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
56663
56664         * modules/chown (Files): Add lib/fchown-stub.c, since
56665         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
56666
56667 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
56668
56669         * lib/fchown-stub.c: New file.
56670
56671 2004-06-24  Jim Meyering  <jim@meyering.net>
56672
56673         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
56674
56675 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
56676
56677         * modules/argz: Omit "#include".
56678
56679         * MODULES.html.sh (func_all_modules): Add calloc, to match
56680         2004-06-01 addition of calloc module.
56681
56682 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
56683
56684         * m4/argz.m4: New file, which is autoupdated from libtool.
56685
56686 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
56687
56688         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
56689         libtool.
56690
56691 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
56692
56693         * config/srclist-update: Don't insist on "USA." before the
56694         close-comment, as libtool omits the period and puts the */ on a
56695         separate line.
56696         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
56697         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
56698
56699 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
56700
56701         * modules/argz: New file.
56702         * MODULES.html.sh (func_all_modules): Add argz.
56703
56704 2004-06-12  Jim Meyering  <jim@meyering.net>
56705         and  Paul Eggert  <eggert@cs.ucla.edu>
56706
56707         * modules/hash (Files): Add lib/xalloc.h.
56708         * modules/pipe (Depends-on): Add wait-process.
56709         * modules/stat (Depends-on): Add xalloc.
56710         * modules/userspec (Files): Add lib/userspec.h.
56711         * modules/xstrto
56712
56713         Upgrade from gettext-0.13.
56714         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
56715         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
56716         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
56717
56718 2004-06-10  Jim Meyering  <jim@meyering.net>
56719
56720         * lib/calloc.c: New file.
56721
56722 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
56723
56724         * lib/getdate.y (yylex): Allow space between sign and number.
56725         Problem reported by Dan Jacobson.
56726
56727 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
56728
56729         Merge from coreutils CVS.
56730
56731         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
56732         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
56733         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
56734         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
56735         xstrtol.m4: Fix copyright date and/or serial number.
56736
56737         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
56738         See if we need an fchown replacement.
56739         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
56740         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
56741         and use the replacement function if we detect either defect.
56742
56743         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
56744         gl_UTIMECMP.
56745
56746 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
56747         and  Jim Meyering  <jim@meyering.net>
56748
56749         Merge from coreutils CVS.
56750
56751         * lib/stat-macros.h: New file, with contents from file-type.h
56752         and coreutils' system.h.
56753         * lib/file-type.c: Include "stat-macros.h".
56754         * lib/file-type.h (file_type): Move all macro definitions to new file,
56755         stat-macros.h.
56756
56757         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
56758         Wrap old code with this conditional.
56759         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
56760         function that does not dereference symlinks.
56761         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
56762
56763         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
56764         dependency problems.
56765         (xreadlink): Accept new arg SIZE, for efficiency.
56766         All decls and uses changed.
56767         * lib/xreadlink.h: Include <stddef.h>, for size_t.
56768
56769         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
56770         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
56771
56772         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
56773         sysexits.h.
56774
56775 2004-06-01  Jim Meyering  <jim@meyering.net>
56776
56777         * m4/calloc.m4: New file.
56778
56779 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
56780
56781         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
56782         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
56783         Also, fix a typo in a diagnostic.
56784
56785 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
56786
56787         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
56788         or AC_FUNC_REALLOC.
56789
56790 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
56791
56792         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
56793         macros to be defined.
56794         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
56795         the allocator returns NULL because the requested size is zero.
56796
56797 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
56798
56799         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
56800         var.  Add comment explaining why libc still defines it.  This
56801         merges the following patch from glibc:
56802         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
56803
56804 2004-05-20  Andreas Schwab  <schwab@suse.de>
56805
56806         * m4/free.m4: Replace free if it not known to work, not the other
56807         way round.
56808
56809 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
56810
56811         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
56812         present in glibc since revision 1.1 of this file.
56813         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
56814         obstack_alignment_mask, obstack_alloc, obstack_base,
56815         obstack_blank, obstack_blank_fast, obstack_chunk_size,
56816         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
56817         obstack_grow0, obstack_init, obstack_int_grow,
56818         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
56819         obstack_next_free, obstack_object_size, obstack_ptr_grow,
56820         obstack_ptr_grow_fast, obstack_room): Remove declarations of
56821         nonexistent functions.
56822
56823 2004-05-18  Karl Berry  <karl@gnu.org>
56824
56825         * config/srclist.txt: break link for vasnprintf.c.
56826
56827 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
56828
56829         Port obstack to the AS/400, where pointers are 16 bytes wide and
56830         you cannot cast an integer to a valid pointer.  This patch is
56831         currently waiting to be integrated into glibc; see
56832         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
56833
56834         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
56835         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
56836         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
56837         (struct obstack): temp member is now a union of a pointer and
56838         an integer, instead of an integer.  All integer uses changed.
56839         This does not affect the physical layout of struct obstack,
56840         except on hosts (like the AS/400) where the size or alignment of
56841         void * is greater than that of ptrdiff_t.
56842         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
56843         __STDC__)]: Store temporary in pointer member of union, not
56844         integer member.
56845         * lib/obstack.c: Include <stddef.h>, for offsetof.
56846         (struct fooalign): Remove; it doesn't need a name.
56847         (union fooround): Change double to long double, and add void *.
56848         (DEFAULT_ALIGNMENT): Use offsetof to compute.
56849         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
56850         not a macro.  Hence the values are always int; so remove all
56851         casts-to-int in uses.
56852
56853 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
56854
56855         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
56856         we can get this patch merged into glibc.
56857
56858 2004-05-17  Derek R. Price  <derek@ximbiot.com>
56859             Paul Eggert  <eggert@cs.ucla.edu>
56860
56861         * m4/argp: Depend on alloca.
56862
56863 2004-05-17  Derek R. Price  <derek@ximbiot.com>
56864             Paul Eggert  <eggert@cs.ucla.edu>
56865
56866         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
56867         freecoding.
56868
56869 2004-05-17  Bruno Haible  <bruno@clisp.org>
56870
56871         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
56872         precision that consists of a '.' followed by an empty digit string.
56873         Patch by Tor Lillqvist <tml@iki.fi>.
56874
56875 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
56876
56877         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
56878         for backward compatibility with older code.  We need our own
56879         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
56880         it under some other name, and our alloca.h will define it.
56881
56882 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
56883             Derek Price  <derek@ximbiot.com>
56884
56885         * lib/alloca.c: Include <alloca.h>, to get our interface.
56886         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
56887         include <alloca.h> first.  Use C89 prototype for alloca; this
56888         requires including <stddef.h> for size_t.  Use extern "C" if C++.
56889         Use #elif for simplicity, since we can assume C89 now.
56890         Don't try to source the system alloca.h since it will not be found
56891         and to prevent recursively including its replacement.
56892         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
56893         * lib/regex.c: Likewise.
56894
56895 2004-05-16  Derek Price  <derek@ximbiot.com>
56896             Paul Eggert  <eggert@cs.ucla.edu>
56897
56898         getline cleanup.  This changes the getndelim2 API: both order of
56899         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
56900         no delimiter).
56901
56902         * lib/getline.c: Don't include stddef.h or stdio.h, since our
56903         interface does that.
56904         (getline): Always use getdelim, so that we don't have two
56905         copies of this code.
56906         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
56907         if available.
56908         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
56909         (GETNDELIM2_MAXIMUM): New macro.
56910         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
56911         instead of the old practice of delim2==0.  All callers changed.
56912         Return -1 on overflow, instead of returning junk.
56913         Do not set *linesize unless allocation succeeds.
56914         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
56915         that we include sys/types.h.
56916         * lib/getnline.h: Likewise.
56917         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
56918         (getndelim2): Reorder arguments.
56919         * lib/getnline.c (getnline, getndelim):
56920         Don't discard the NMAX argument.
56921         (getnline): Invoke getndelim, to avoid code duplication.
56922         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
56923         of (size_t) -1 by callers of the getnline family.
56924
56925 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
56926
56927         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
56928         Check for gettimeofday.
56929         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
56930         Check for settimeofday, stime.
56931
56932 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
56933
56934         * lib/nanosleep.c (suspended): Change its type from int to
56935         sig_atomic_t volatile.
56936         (first_call): Make it private to rpl_nanosleep, and have it
56937         be zero initially as that's a bit faster.
56938         (my_usleep): Round up fractional times instead of truncating them,
56939         as this is the usual meaning for 'sleep'.
56940
56941         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
56942         doesn't work.
56943         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
56944         (ENOSYS): Define if not defined.
56945         (settime): Fall back on stime if it exists and settimeofday fails.
56946         But don't bother with fallbacks if a method fails with errno == EPERM.
56947
56948 2004-05-11  Jim Meyering  <jim@meyering.net>
56949
56950         Prior to this change, the save_cwd caller required read access to the
56951         current directory on most systems (ones with the fchdir function).
56952
56953         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
56954         fails, try write-only, and finally, resort to using xgetcwd.
56955
56956 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
56957
56958         * lib/obstack.c, obstack.h: Import changes from libc.
56959
56960 2004-04-28  Bruno Haible  <bruno@clisp.org>
56961
56962         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
56963         also implicitly appends .exe to executables.
56964         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
56965         accepts Windows pathnames.
56966         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
56967         Treat Cygwin like Windows, since it now accepts Windows pathnames.
56968         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
56969         Treat Cygwin like Windows, since it now accepts Windows pathnames.
56970         Reported by Derek Robert Price <derek@ximbiot.com>.
56971
56972 2004-04-21  Karl Berry  <karl@gnu.org>
56973
56974         * config/srclist.txt (localcharset.c): break sync.
56975
56976 2004-04-20  Paul Eggert  <eggert@twinsun.com>
56977
56978         * m4/host-os.m4: Add a copyright notice.
56979
56980 2004-04-20  Jim Meyering  <jim@meyering.net>
56981
56982         Change UTILS_ to gl_ in AC_DEFINE'd names.
56983         Change utils_- and jm_-prefixed variables, too.
56984         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
56985         UTILS_FUNC_MKDIR_TRAILING_SLASH.
56986         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
56987
56988         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
56989         Don't emit trailing blanks.
56990         Also rename jm_-prefixed variables to have gl_ prefix.
56991
56992         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
56993         Also rename jm_-prefixed variables to have gl_ prefix.
56994
56995         * m4/jm-macros.m4: Reflect the renamings.
56996         * m4/prereq.m4: Likewise.
56997
56998 2004-04-20  Jim Meyering  <jim@meyering.net>
56999
57000         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
57001         memory.
57002
57003 2004-04-20  Jim Meyering  <jim@meyering.net>
57004             Bruno Haible  <bruno@clisp.org>
57005
57006         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
57007         memory when realloc fails.
57008
57009 2004-04-19  Jim Meyering  <jim@meyering.net>
57010
57011         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
57012         now that readutmp.c may call `free (0)'.
57013
57014 2004-04-19  Bruno Haible  <bruno@clisp.org>
57015
57016         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
57017         * m4/inttypes_h.m4: Likewise.
57018         * m4/stdint_h.m4: Likewise.
57019         * m4/intmax_t.m4: Likewise.
57020         * m4/uintmax_t.m4: Likewise.
57021
57022 2004-04-18  Jim Meyering  <jim@meyering.net>
57023
57024         * m4/prereq.m4: Don't forbid jm_ prefix.
57025
57026         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
57027         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
57028         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
57029         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
57030         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
57031         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
57032         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
57033         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
57034         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
57035         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
57036         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
57037         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
57038         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
57039         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
57040         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
57041         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
57042         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
57043         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
57044         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
57045
57046 2004-04-18  Jim Meyering  <jim@meyering.net>
57047
57048         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
57049         failure, don't leak memory and do call END_UTMP_ENT.
57050
57051 2004-04-16  Jim Meyering  <jim@meyering.net>
57052
57053         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
57054         coreutils' stat program.
57055         (gl_PREREQ): Don't require jm_PREREQ_STAT.
57056
57057 2004-04-11  Paul Eggert  <eggert@twinsun.com>
57058
57059         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
57060         C89.
57061         (CHAR_BIT): Remove, since we assume C89.
57062         Include <stdint.h> if available, as per current Autoconf CVS advice.
57063
57064 2004-03-31  Jim Meyering  <jim@meyering.net>
57065
57066         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
57067         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
57068         * m4/xalloc.m4: Likewise.
57069
57070 2004-03-30  Paul Eggert  <eggert@twinsun.com>
57071
57072         Merge from coreutils.
57073
57074         * m4/inttostr.m4: New file.
57075         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
57076         Require AM_STDBOOL_H and gl_TIMESPEC instead.
57077         Require gl_CLOCK_TIME.
57078         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
57079
57080 2004-03-30  Paul Eggert  <eggert@twinsun.com>
57081
57082         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
57083         not bool, to be more consistent with Unix conventions.
57084         Suggested by Bruno Haible.
57085
57086         Merge from coreutils.
57087
57088         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
57089         * lib/umaxtostr.c: New files.
57090
57091         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
57092         the usual <time.h> dance.
57093         (get_date): Change signature to support fractional time stamps.
57094         All callers changed.
57095         * lib/getdate.y: Include "getdate.h" first, as we can now
57096         assume C89 and don't need to worry about 'const'.
57097         Similarly, include "unlocked-io.h" near start, not in middle.
57098         Include <limits.h>.
57099         (textint.value): Use long int rather than int.
57100         (textint.digits): Use size_t rather than int.
57101         (BILLION, LOG10_BILLION): New constants.
57102         (parser_control): New member rel_ns.  Members day_ordinal,
57103         time_zone, month, day, hour, minutes, rel_year, rel_month,
57104         rel_day, rel_hour, rel_minutes, rel_seconds
57105         are now long int, not int.  Member seconds is now struct timespec,
57106         not int.  New member timespec_seen.  Members dates_seen, days_seen,
57107         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
57108         not int.
57109         (%union.intval): Now long int, not int.
57110         New member timespec.
57111         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
57112         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
57113         (spec): Now is a timespec or an item list.
57114         (timespec, items): New nonterminals.
57115         (time, rel, relunit, number, get_date):
57116         Add support for fractional seconds.
57117         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
57118         (gmtime, localtime, mktime): Remove decls; not needed with C89.
57119         (to_hour): First arg is now long int, not int.
57120         (to_year): Returns long int, not int.
57121         Don't treat year -70 like 70.
57122         (tm_diff): Returns long int, not int.
57123         (lookup_word): Use bool instead of int when appropriate.
57124         (yylex): Use size_t for count, not int.
57125         Detect overflow when parsing large integer constants.
57126         Add support for fractions.
57127         (get_date): Make pointers 'const' if possible.
57128         Use more-portable code to detect integer overflow.
57129         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
57130         Don't use ctime; it's not reliable if the year has >4 digits.
57131
57132         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
57133         This is for compatibility with BSD.
57134
57135         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
57136         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
57137         From coreutils' system.h.
57138
57139         * lib/userspec.c: Don't include "posixver.h".
57140         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
57141         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
57142         compatible extension.  Simplify code by removing a boolean int
57143         that was always nonzero if a string was nonnull.
57144
57145 2004-03-30  Jim Meyering  <jim@meyering.net>
57146
57147         Merge from coreutils.
57148
57149         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
57150         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
57151         on some systems one must include <grp.h> before it.
57152         Reported by Christian Krackowizer.
57153
57154 2004-03-30  Jim Meyering  <jim@meyering.net>
57155
57156         Merge from coreutils.
57157
57158         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
57159
57160         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
57161         an empty input stream.
57162
57163         * lib/readtokens.c: Include <stdbool.h>.
57164         (readtoken): Use `size_t' rather than int/long.
57165         All callers adjusted.
57166         Use `bool' rather than `int' where appropriate.
57167         Use memset rather than an explicit loop.
57168         Use x2nrealloc rather than xrealloc.
57169         Allow the use of `\0' as a delimiter.
57170         (readtokens): Likewise.
57171         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
57172
57173 2004-03-30  Jim Meyering  <jim@meyering.net>
57174
57175         * m4/realloc.m4: Remove file, since now it does no more than
57176         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
57177         the `configure.ac' section of module/realloc.
57178         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
57179
57180 2004-03-30  Bruno Haible  <bruno@clisp.org>
57181
57182         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
57183         nonnull.
57184
57185 2004-03-29  Paul Eggert  <eggert@twinsun.com>
57186
57187         Merge changes to getloadavg.c from coreutils and Emacs.
57188
57189         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
57190         Define to an expression, not to the empty string.
57191         Include cloexec.h and xalloc.h.
57192         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
57193         Use set_cloexec_flag rather than rolling our own.
57194         * lib/cloexec.c, lib/cloexec.h: New files.
57195
57196 2004-03-29  Paul Eggert  <eggert@twinsun.com>
57197
57198         * m4/cloexec.m4: New file.
57199
57200 2004-03-18  Paul Eggert  <eggert@twinsun.com>
57201
57202         * lib/getopt.h: Sync with libc CVS.
57203
57204 2004-03-18  Paul Eggert  <eggert@twinsun.com>
57205             Bruno Haible  <bruno@clisp.org>
57206
57207         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
57208         mbswidth.
57209
57210 2004-03-18  Paul Eggert  <eggert@twinsun.com>
57211             Bruno Haible  <bruno@clisp.org>
57212
57213         * lib/mbswidth.h: Include <wchar.h> only if
57214         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
57215         <wchar.h>.
57216         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
57217
57218 2004-03-09  Paul Eggert  <eggert@twinsun.com>
57219
57220         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
57221         Sync with libc CVS.
57222         * lib/getopt_int.h: New file, also synced from libc.
57223
57224 2004-03-09  Paul Eggert  <eggert@twinsun.com>
57225
57226         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
57227         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
57228         Bring back getopt.c, getopt.h, getopt1.c.
57229
57230 2004-03-07  Paul Eggert  <eggert@twinsun.com>
57231
57232         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
57233         All uses changed.  Check for sa_sigaction member; this fixes
57234         a bug first reported by Jason Andrade in
57235         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
57236
57237 2004-03-07  Paul Eggert  <eggert@twinsun.com>
57238
57239         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
57240         '#if' expressions.  Unlike the code it replaces, it does not
57241         depend on (defined _SC_PAGESIZE).  However, it does depend on
57242         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
57243         first reported by Jason Andrade in
57244         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
57245
57246 2004-02-25  Simon Josefsson  <jas@extundo.com>
57247
57248         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
57249
57250 2004-02-25  Simon Josefsson  <jas@extundo.com>
57251
57252         * lib/strdup.h: New file.
57253         * lib/strdup.c: Include it.
57254         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
57255         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
57256
57257 2004-02-23  Karl Berry  <karl@gnu.org>
57258
57259         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
57260         (from fencepost.gnu.org:/gd/gnuorg).
57261
57262 2004-02-23  Karl Berry  <karl@gnu.org>
57263
57264         * config/srclistvars.sh (GNUORG) [karl]: redefine.
57265         * config/srclist.txt: add maintain/standards documents.
57266
57267 2004-02-18  Bruno Haible  <bruno@clisp.org>
57268
57269         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
57270         Reported by Derek Robert Price <derek@ximbiot.com>.
57271
57272 2004-02-16  Karl Berry  <karl@gnu.org>
57273
57274         * config/mkinstalldirs, install-sh: update from automake.
57275
57276 2004-02-06  Karl Berry  <karl@gnu.org>
57277
57278         * m4/po.m4: update from gettext 0.14.1.
57279
57280 2004-02-06  Karl Berry  <karl@gnu.org>
57281
57282         * lib/config.charset: update from gettext 0.14.1.
57283
57284 2004-02-05  Paul Eggert  <eggert@twinsun.com>
57285
57286         Add comments and code, prompted by suggestions from Bruno Haible
57287         for sh-quote.
57288         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
57289         describing the enum quoting_style values.
57290         * lib/quotearg.c (quotearg_alloc): New function.
57291         (quotearg_buffer_restyled): Treat lone { and } as special.
57292         Treat = as special.  Work around bug with older shells
57293         that "see" a '\' that is really the 2nd byte of a multibyte char.
57294         Quote empty string with shell_quoting_style.
57295
57296 2004-02-03  Bruno Haible  <bruno@clisp.org>
57297
57298         * m4/pipe.m4: New file, from GNU gettext.
57299
57300 2004-02-03  Bruno Haible  <bruno@clisp.org>
57301
57302         * lib/pipe.h: New file, from GNU gettext.
57303         * lib/pipe.c: New file, from GNU gettext.
57304
57305 2004-01-27  Bruno Haible  <bruno@clisp.org>
57306
57307         * m4/execute.m4: New file, from GNU gettext.
57308
57309 2004-01-27  Bruno Haible  <bruno@clisp.org>
57310
57311         * lib/execute.h: New file, from GNU gettext.
57312         * lib/execute.c: New file, from GNU gettext.
57313         * lib/w32spawn.h: New file, from GNU gettext.
57314
57315 2004-01-24  Paul Eggert  <eggert@twinsun.com>
57316
57317         Merge from diffutils.
57318
57319         * lib/file-type.c (file_type): Add typed memory objects.
57320         * lib/file-type.h (S_TYPEISTMO): New macro.
57321
57322         * lib/c-stack.h (c_stack_action): Remove argv argument.
57323         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
57324         (die): Don't calculate message unless segv_action returns.
57325         (get_stack_location, min_address_from_argv, max_address_from_argv,
57326         volatile stack_base, volatile_stack_size): Remove.
57327         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
57328         that every segmentation violation is a stack overflow.  (Ouch!)
57329         See Debian bug 136249 (still outstanding) for more info about why
57330         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
57331
57332 2004-01-24  Paul Eggert  <eggert@twinsun.com>
57333
57334         Exit-status fix from coreutils.
57335
57336         Use exit_failure consistently in place of EXIT_FAILURE,
57337         so that program exit statuses are consistent on failure.
57338
57339         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
57340         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
57341         * lib/argmatch.h: Comment fix to match the above.
57342         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
57343         Now a macro referring to exit_failure, instead of a separate
57344         variable.  Include "exitfail.h" to get it.
57345         * lib/xstrtol.h: Include "exitfail.h".
57346         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
57347
57348         * lib/long-options.c (parse_long_options): Use prototype
57349         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
57350         for clarity.
57351
57352 2004-01-21  Jim Meyering  <jim@meyering.net>
57353
57354         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
57355         so as not to conflict with a different-sized __mktime_internal
57356         function in GNU libc.
57357         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
57358         Problem building statically-linked `ls' reported by Michael Brunnbauer.
57359
57360 2004-01-20  Karl Berry  <karl@gnu.org>
57361
57362         * config/config.guess: update from config.
57363
57364         * config/srclistvars.sh: GNUWWWLICENSES for karl.
57365
57366 2004-01-20  Bruno Haible  <bruno@clisp.org>
57367
57368         Safer stack allocation.
57369         * lib/setenv.c: Include allocsa.h.
57370         (alloca): Remove fallback definition.
57371         (freea): Remove macro.
57372         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
57373         instead of freea.
57374
57375 2004-01-20  Bruno Haible  <bruno@clisp.org>
57376
57377         * m4/eealloc.m4: New file, from GNU gettext.
57378
57379 2004-01-20  Bruno Haible  <bruno@clisp.org>
57380
57381         * m4/allocsa.m4: New file, from GNU gettext.
57382
57383 2004-01-20  Bruno Haible  <bruno@clisp.org>
57384
57385         * lib/xallocsa.h: New file, from GNU gettext.
57386         * lib/xallocsa.c: New file, from GNU gettext.
57387
57388 2004-01-20  Bruno Haible  <bruno@clisp.org>
57389
57390         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
57391
57392 2004-01-20  Bruno Haible  <bruno@clisp.org>
57393
57394         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
57395         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
57396         specially.
57397
57398 2004-01-20  Bruno Haible  <bruno@clisp.org>
57399
57400         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
57401         patch.
57402
57403 2004-01-20  Bruno Haible  <bruno@clisp.org>
57404
57405         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
57406
57407 2004-01-20  Bruno Haible  <bruno@clisp.org>
57408
57409         * lib/eealloc.h: New file.
57410
57411 2004-01-20  Bruno Haible  <bruno@clisp.org>
57412
57413         * lib/binary-io.h: Avoid warnings on Cygwin.
57414
57415 2004-01-20  Bruno Haible  <bruno@clisp.org>
57416
57417         * lib/allocsa.h: New file, from GNU gettext.
57418         * lib/allocsa.c: New file, from GNU gettext.
57419
57420 2004-01-18  Karl Berry  <karl@gnu.org>
57421
57422         * doc/gpl.texi, doc/lgpl.texi: new files.
57423
57424 2004-01-18  Karl Berry  <karl@gnu.org>
57425
57426         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
57427         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
57428
57429 2004-01-15  Paul Eggert  <eggert@twinsun.com>
57430
57431         Merge from coreutils.
57432
57433         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
57434         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
57435         (gl_DEFAULT_POSIX2_VERSION): Move
57436         the documentation from 'configure' into 'config.hin',
57437         so that 'configure --help' isn't burdened by it and
57438         we don't have to worry about its formatting there.
57439         Reword the documentation so that it's more succinct
57440         and can be run together into a single paragraph.
57441         * m4/same.m4 (gl_SAME): Check for pathconf.
57442
57443 2004-01-15  Paul Eggert  <eggert@twinsun.com>
57444
57445         Merge from coreutils.
57446
57447         * lib/posixver.c: Include posixver.h.
57448
57449         * lib/same.c: Include <stdbool.h>, <limits.h>.
57450         (_POSIX_NAME_MAX): Define if not defined.
57451         (MIN): New macro.
57452         (same_name): If file names are silently truncated, report
57453         that the file names are the same if they are the same after
57454         the silent truncation.
57455
57456         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
57457         conversion function.
57458         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
57459         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
57460         longer needed.
57461
57462 2004-01-15  Jim Meyering  <jim@meyering.net>
57463
57464         Merge from coreutils.
57465
57466         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
57467         if no library is required.
57468         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
57469         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
57470         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
57471         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
57472         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
57473         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
57474         value, $ac_cv_search_crypt, if it's "none required".
57475         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
57476         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
57477         not gl_FUNC_GETLOADAVG.
57478         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
57479         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
57480
57481 2004-01-15  Jim Meyering  <jim@meyering.net>
57482
57483         Merge from coreutils.
57484
57485         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
57486         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
57487         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
57488
57489         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
57490         optional configure-time default.
57491
57492         * lib/version-etc.c (version_etc_copyright): Update copyright date.
57493
57494         * lib/xreadlink.c (xreadlink): Correct outdated comment.
57495
57496 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
57497
57498         Merge from coreutils.
57499
57500         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
57501         value, $ac_cv_search_nanosleep, if it's "none required".
57502
57503 2004-01-14  Paul Eggert  <eggert@twinsun.com>
57504
57505         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
57506         with like-named macro in fnmatch.c.
57507         (EXT): Use an internal constant instead.
57508
57509         Merge fnmatch patches from glibc.
57510         * lib/fnmatch.c (mbsinit): Remove define.
57511         Add libc_hidden_ver (__fnmatch, fnmatch).
57512         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
57513         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
57514
57515 2004-01-14  Karl Berry  <karl@gnu.org>
57516
57517         * config/install-sh: update from automake.
57518
57519 2004-01-13  Karl Berry  <karl@gnu.org>
57520
57521         * config/install-sh: update from automake.
57522
57523 2004-01-09  Karl Berry  <karl@gnu.org>
57524
57525         * config/install-sh: update from automake.
57526
57527 2004-01-05  Karl Berry  <karl@gnu.org>
57528
57529         * config/config.{sub,guess}: update from config.
57530
57531 2003-12-31  Karl Berry  <karl@gnu.org>
57532
57533         * config/depcomp: update from automake.
57534
57535 2003-12-14  Karl Berry  <karl@gnu.org>
57536
57537         * lib/config.charset: update from gettext-runtime.
57538
57539 2003-12-03  Paul Eggert  <eggert@twinsun.com>
57540
57541         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
57542         Bug reported by Alfred M. Szmidt.
57543
57544 2003-12-03  Bruno Haible  <bruno@clisp.org>
57545
57546         * m4/gettext.m4: Upgrade from gettext-0.13.
57547         * m4/po.m4: Upgrade from gettext-0.13.
57548         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
57549         * m4/intmax.m4: New file, from gettext-0.13.
57550         * m4/printf-posix.m4: New file, from gettext-0.13.
57551
57552 2003-11-29  Karl Berry  <karl@gnu.org>
57553
57554         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
57555
57556 2003-11-25  Paul Eggert  <eggert@twinsun.com>
57557             Bruno Haible  <bruno@clisp.org>
57558
57559         * lib/printf-parse.h: Don't include sys/types.h.
57560         (ARG_NONE): New macro.
57561         (char_directive): Change type of *arg_index fields to size_t.
57562         * lib/printf-parse.c: Don't include sys/types.h.
57563         (SSIZE_MAX): Remove macro.
57564         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
57565         Remove unnecessary overflow check.
57566         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
57567         fields.
57568
57569 2003-11-25  Bruno Haible  <bruno@clisp.org>
57570
57571         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
57572
57573 2003-11-25  Bruno Haible  <bruno@clisp.org>
57574
57575         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
57576         gt_TYPE_SSIZE_T.
57577
57578 2003-11-24  Paul Eggert  <eggert@twinsun.com>
57579
57580         * modules/alloca: Remove dependency on xalloc.
57581
57582 2003-11-24  Paul Eggert  <eggert@twinsun.com>
57583
57584         * lib/alloca.c: Remove dependency on xalloc module.
57585         (xalloc_die): Remove.
57586         (memory_full) [!defined emacs]: New macro.
57587         [!defined emacs]: Don't include xalloc.h.
57588         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
57589         address arithmetic overflows.  Change datatypes a bit to avoid
57590         unnecessary casts.
57591
57592 2003-11-22  Jim Meyering  <jim@meyering.net>
57593
57594         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
57595         s/size/size_t/.
57596
57597 2003-11-21  Karl Berry  <karl@gnu.org>
57598
57599         * config/config.{sub,guess}: update from config.
57600
57601 2003-11-18  Karl Berry  <karl@gnu.org>
57602
57603         * config/config.{sub,guess}: update from config.
57604
57605         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
57606
57607 2003-11-17  Paul Eggert  <eggert@twinsun.com>
57608
57609         * README: Mention that S+T cannot overflow if S is the size of
57610         an existing object and T is sufficiently small.
57611
57612 2003-11-17  Jim Meyering  <jim@meyering.net>
57613
57614         On systems without utime and without a utimes function capable of
57615         dealing with a NULL struct utimbuf* argument, this utime replacement
57616         could -- in unusual circumstances -- leak a file descriptor.
57617         * lib/utime.c: Include <unistd.h> and <errno.h>.
57618         (utime_null): Be sure to close `fd' and to preserve errno.
57619         Reported by Geoff Collyer via Arnold Robbins.
57620
57621 2003-11-17  Bruno Haible  <bruno@clisp.org>
57622
57623         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
57624         (Depends-on): Add xsize.
57625
57626 2003-11-17  Bruno Haible  <bruno@clisp.org>
57627
57628         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
57629
57630 2003-11-17  Bruno Haible  <bruno@clisp.org>
57631
57632         * lib/vasnprintf.c (alloca): Remove fallback definition.
57633         (freea): Remove definition.
57634         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
57635         Reported by Paul Eggert.
57636
57637 2003-11-16  Paul Eggert  <eggert@twinsun.com>
57638             Bruno Haible  <bruno@clisp.org>
57639
57640         Protect against address arithmetic overflow.
57641         * lib/printf-args.h: Include stddef.h.
57642         (arguments): Change type of field 'count' to size_t.
57643         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
57644         'unsigned int' where appropriate.
57645         * lib/printf-parse.h: Include sys/types.h.
57646         (char_directive): Change type of *arg_index fields to ssize_t.
57647         (char_directives): Change type of fields 'count', max_*_length to
57648         size_t.
57649         * lib/printf-parse.c: Include sys/types.h and xsize.h.
57650         (SSIZE_MAX): Define fallback value.
57651         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
57652         instead of 'int' where appropriate. Check a_allocated, d_allocated
57653         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
57654         * lib/vasnprintf.c: Include xsize.h.
57655         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
57656         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
57657         overflow. Avoid wraparound when converting a width or precision from
57658         decimal to binary.
57659
57660 2003-11-16  Bruno Haible  <bruno@clisp.org>
57661
57662         Update from GNU gettext.
57663         * lib/printf-parse.c: Generalize to it can be compiled for wide
57664         strings.
57665         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
57666         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
57667         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
57668         SNPRINTF): New macros.
57669         Don't include <alloca.h> if the file is used inside libintl.
57670         (local_wcslen): New function, for Solaris 2.5.1.
57671         (VASNPRINTF): Use it instead of wcslen.
57672
57673 2003-11-16  Bruno Haible  <bruno@clisp.org>
57674
57675         * lib/xsize.h (xmax): New function.
57676         (xsum, xsum3, xsum4): Declare as "pure" functions.
57677
57678 2003-11-12  Paul Eggert  <eggert@twinsun.com>
57679
57680         * modules/xalloc (Files): Undo latest change, since xalloc.h
57681         no longer needs SIZE_MAX or PTRDIFF_MAX.
57682
57683 2003-11-12  Paul Eggert  <eggert@twinsun.com>
57684
57685         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
57686         gl_PTRDIFF_MAX.
57687
57688 2003-11-12  Paul Eggert  <eggert@twinsun.com>
57689
57690         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
57691         "return", to pacify some unknown compiler.  Problem reported
57692         by Joerg Schilling.
57693
57694 2003-11-12  Paul Eggert  <eggert@twinsun.com>
57695
57696         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
57697         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
57698         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
57699         heuristic is just as accurate as far as we know, and it removes a
57700         dependency on size_max.m4 and ptrdiff_max.m4.
57701
57702 2003-11-11  Bruno Haible  <bruno@clisp.org>
57703
57704         * modules/xsize (Files): Add m4/size_max.m4.
57705         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
57706
57707 2003-11-11  Bruno Haible  <bruno@clisp.org>
57708
57709         * m4/size_max.m4: New file.
57710         * m4/ptrdiff_max.m4: New file.
57711         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
57712         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
57713         (gl_XALLOC): Invoke it.
57714
57715 2003-11-11  Bruno Haible  <bruno@clisp.org>
57716
57717         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
57718         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
57719         defined.
57720
57721 2003-11-10  Paul Eggert  <eggert@twinsun.com>
57722
57723         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
57724         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
57725         rejected some allocations of exactly SIZE_MAX - 2 bytes.
57726         From Bruno Haible.
57727         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
57728         not (size_t) -1, since it's defined here.
57729
57730 2003-11-09  Karl Berry  <karl@gnu.org>
57731
57732         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
57733
57734 2003-11-06  Paul Eggert  <eggert@twinsun.com>
57735
57736         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
57737         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
57738         Reject sizes of exactly SIZE_MAX bytes.
57739         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
57740         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
57741
57742 2003-11-05  Bruno Haible  <bruno@clisp.org>
57743
57744         * lib/xsize.h: Include limits.h, to avoid a possible collision with
57745         SIZE_MAX defined in <limits.h> on Solaris.
57746
57747 2003-11-04  Jim Meyering  <jim@meyering.net>
57748
57749         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
57750         variable names, rather than @VAR@.
57751         * modules/poll: Likewise.
57752
57753 2003-11-04  Bruno Haible  <bruno@clisp.org>
57754
57755         * modules/xsize: New file.
57756         * modules/linebreak: Depend on xsize.
57757         * MODULES.html.sh (func_all_modules): Add xsize.
57758
57759 2003-11-04  Bruno Haible  <bruno@clisp.org>
57760
57761         * m4/xsize.m4: New file.
57762
57763 2003-11-04  Bruno Haible  <bruno@clisp.org>
57764
57765         * lib/xsize.h: New file.
57766         * lib/linebreak.c: Include xsize.h.
57767         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
57768         argument for overflow.
57769         Suggested by Paul Eggert.
57770
57771 2003-11-03  Karl Berry  <karl@gnu.org>
57772
57773         * config/config.{guess,sub}: update from config.
57774
57775 2003-11-03  Jim Meyering  <jim@meyering.net>
57776
57777         * modules/userspec (lib_SOURCES): Add userspec.h.
57778         (Include): Add "userspec.h".
57779         Improve description.
57780
57781 2003-11-03  Jim Meyering  <jim@meyering.net>
57782
57783         * lib/userspec.c: Include "userspec.h".
57784         * lib/userspec.h: New file.
57785
57786 2003-11-03  Bruno Haible  <bruno@clisp.org>
57787
57788         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
57789
57790 2003-11-03  Bruno Haible  <bruno@clisp.org>
57791
57792         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
57793         available, to avoid (extremely rare) race condition.
57794         Suggested by Paul Eggert.
57795
57796 2003-11-02  Karl Berry  <karl@gnu.org>
57797
57798         * config/srclist.txt (vasprintf.c): sync broken, sigh.
57799
57800 2003-10-31  Paul Eggert  <eggert@twinsun.com>
57801
57802         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
57803         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
57804         (read_filesystem_list): Set and use me_type_malloced.
57805         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
57806         whatever the type happens to be), for brevity and consistency.
57807         Check for size calculation overflow on Alphas running OSF/1.
57808
57809 2003-10-31  Jim Meyering  <jim@meyering.net>
57810
57811         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
57812
57813         * lib/linebuffer.c: Include <string.h> for declaration of memset.
57814
57815 2003-10-30  Paul Eggert  <eggert@twinsun.com>
57816             Bruno Haible  <bruno@clisp.org>
57817
57818         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
57819         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
57820
57821 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
57822
57823         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
57824         netbsd*-gnu*.  Suggested by Robert Millan.
57825
57826 2003-10-29  Paul Eggert  <eggert@twinsun.com>
57827
57828         * modules/group-member: Depend on stdbool.
57829
57830 2003-10-29  Paul Eggert  <eggert@twinsun.com>
57831
57832         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
57833
57834 2003-10-29  Paul Eggert  <eggert@twinsun.com>
57835
57836         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
57837         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
57838         after the 'gnu' in these cases.  This fixes some bugs in the
57839         previous change, and is based on suggestions by Robert Millan.
57840
57841 2003-10-29  Paul Eggert  <eggert@twinsun.com>
57842
57843         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
57844         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
57845         no longer needed.
57846         * lib/quotearg.c (quotearg_n_options): Use it.
57847         * lib/group-member.c: Include <stdbool.h>.
57848         (free_group_info): Arg is now const *; don't free arg.
57849         (get_group_info): Now returns bool and accepts struct group_info *,
57850         rather than returning a malloc'ed struct group_info *.
57851         All uses changed.  Check for overflow in internal size calculation.
57852
57853         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
57854         rather than xmalloc/xrealloc.
57855         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
57856         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
57857         conformance bug: the old code used a pointer after freeing the
57858         storage that it addressed.
57859         * lib/hash.c (hash_initialize): Simplify the code by using
57860         xalloc_oversized rather than doing it by hand.
57861         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
57862         the buffer preserved.  Use free and xmalloc instead.
57863         * lib/quotearg.c (quotearg_n_options): Likewise.
57864         Use a simpler test for size overflow.  Don't use xalloc_oversized
57865         because unsigned int might be wider than size_t (!); this suggests
57866         that we should switch from unsigned int to size_t for slot numbers.
57867
57868 2003-10-28  Paul Eggert  <eggert@twinsun.com>
57869
57870         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
57871         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
57872         NetBSD kernels.  Requested by Richard Stallman.
57873
57874 2003-10-27  Paul Eggert  <eggert@twinsun.com>
57875
57876         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
57877         to allocate the returned structure.  Do not allocate a subarray,
57878         as x2nrealloc will do that.
57879         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
57880         instead of xnrealloc.
57881         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
57882
57883 2003-10-27  Bruno Haible  <bruno@clisp.org>
57884
57885         * lib/stdbool_.h: Better support for BeOS.
57886
57887 2003-10-26  Paul Eggert  <eggert@twinsun.com>
57888
57889         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
57890         now uses inline.
57891
57892 2003-10-26  Paul Eggert  <eggert@twinsun.com>
57893
57894         * lib/xalloc.h (xalloc_oversized): New static inline function, for
57895         callers that want to do their own size-overflow checking.  Include
57896         <stdbool.h>, since xalloc_oversized returns bool.
57897         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
57898         to use xalloc_oversized.
57899
57900         Add two functions x2realloc, x2nrealloc, for programs that grow
57901         arrays dynamically by doubling their sizes.
57902         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
57903         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
57904         New functions.
57905
57906         Port to C99 semantics for 'inline' of external functions.
57907         Bug reported by Bruno Haible.
57908         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
57909         with the old contents of xnmalloc.
57910         (xnmalloc, xmalloc): Use it.
57911         (xnrealloc_inline): New static inline function,
57912         with the old contents of xnrealloc.
57913         (xnrealloc, xrealloc): Use it.
57914
57915         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
57916         that.
57917
57918 2003-10-26  Karl Berry  <karl@gnu.org>
57919
57920         * config/srclist.txt (COPYING.DOC): no longer available from
57921         /gd/gnuorg; don't know where the ultimate source is.
57922
57923 2003-10-25  Paul Eggert  <eggert@twinsun.com>
57924
57925         Fix several address-calculation bugs in the hash modules,
57926         plus some minor code cleanup.
57927
57928         * lib/hash.h: Include <stdbool.h>, for bool.
57929         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
57930         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
57931         hash_get_n_entries, hash_get_max_bucket_length,
57932         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
57933         hash_rehash): Use size_t rather than unsigned.
57934         * lib/hash.c (struct hash_table, hash_get_n_buckets,
57935         hash_get_n_buckets_used, hash_get_n_entries,
57936         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
57937         hash_get_entries, hash_do_for_each, hash_string, is_prime,
57938         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
57939         Likewise.
57940         (SIZE_MAX): Define if not defined.
57941         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
57942         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
57943         hash_print):
57944         Use const * when possible.
57945         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
57946         (check_tuning): Fix bug: if tuning parameters were very close to
57947         0 or 1, rounding errors could have caused subscript violations.
57948         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
57949         (hash_initialize): Add 'fail:' label
57950         to free table and return NULL, and use it to simplify code.
57951         Use calloc rather than clearing the storage ourself.
57952         (hash_initialize, hash_rehash): Check for arithmetic overflow in
57953         buffer size calculations.
57954         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
57955         Include <stddef.h>, for size_t.
57956         * lib/hash-pjw.c (hash_pjw): Likewise.
57957         Switch to method described by Bruno Haible.
57958         Include <limits.h>, for CHAR_BIT.
57959         (SIZE_BITS): New macro.
57960
57961 2003-10-23  Paul Eggert  <eggert@twinsun.com>
57962
57963         * m4/getline.m4 (AM_FUNC_GETLINE):
57964         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
57965         hosts.  Problem reported by Derek Robert Price in
57966         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
57967         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
57968         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
57969
57970 2003-10-21  Paul Eggert  <eggert@twinsun.com>
57971
57972         * lib/getndelim2.c (getndelim2): When size calculation overflows,
57973         ceiling the allocation at NMAX bytes rather than silently
57974         discarding input bytes before NMAX is reached.  This makes
57975         a difference only if NMAX exceeds SIZE_MAX / 2.
57976
57977         * lib/obstack.c: Merge from glibc.
57978         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
57979         Add libc_hidden_def (_obstack_newchunk).
57980         (_obstack_free) [! defined _LIBC]: Remove.
57981         [defined _LIBC]: Make a strong alias from obstack_free, rather than
57982         a clone of the function body.
57983         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
57984         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
57985
57986         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
57987         glibc.
57988         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
57989         arg to memcpy.
57990
57991         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
57992         (obstack_ptr_grow_fast, obstack_int_grow_fast):
57993         Don't use lvalue casts, as GCC plans to remove support for them
57994         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
57995         was also present in the non-GCC version, indicating that this
57996         code had always been buggy and had never been widely used.
57997         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
57998         Use the fast variant of each macro, rather than copying the
57999         definiens of the fast variant; that way, we'll be more likely to
58000         catch future bugs in the fast variants.
58001
58002 2003-10-20  Bruno Haible  <bruno@clisp.org>
58003
58004         * modules/wait-process: New file.
58005         * MODULES.html.sh (func_all_modules): Add wait-process.
58006
58007 2003-10-20  Bruno Haible  <bruno@clisp.org>
58008
58009         * m4/wait-process.m4: New file.
58010
58011 2003-10-20  Bruno Haible  <bruno@clisp.org>
58012
58013         * lib/wait-process.h: New file, from GNU gettext.
58014         * lib/wait-process.c: New file, from GNU gettext.
58015
58016 2003-10-19  Jim Meyering  <jim@meyering.net>
58017
58018         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
58019         HPUX 10.20.
58020
58021 2003-10-18  Karl Berry  <karl@gnu.org>
58022
58023         * config/config.guess: update from config.
58024
58025 2003-10-16  Paul Eggert  <eggert@twinsun.com>
58026
58027         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
58028         (getgroups): First arg is int, not size_t.
58029         Don't let 'free' mangle errno.
58030
58031 2003-10-16  Paul Eggert  <eggert@twinsun.com>
58032
58033         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
58034
58035 2003-10-16  Karl Berry  <karl@gnu.org>
58036
58037         * config/config.{guess,sub}: update from config.
58038
58039 2003-10-16  Jim Meyering  <jim@meyering.net>
58040
58041         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
58042         memcpy.
58043
58044 2003-10-15  Paul Eggert  <eggert@twinsun.com>
58045
58046         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
58047         (SIZE_MAX): Remove.
58048         (new_exclude, add_exclude_file): Initial size no longer needs to
58049         be a power of 2.
58050         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
58051         our own address arithmetic overflow checking.
58052
58053         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
58054         (fnmatch): Do not alloca more than 2000 wide characters;
58055         instead, use malloc for large buffers.
58056         Check for address arithmetic overflow, and return -1
58057         with errno set to ENOMEM in that case.
58058         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
58059         (NEW_PATTERN): Do not alloca more than 8000 bytes;
58060         instead, return -1.  Check for address arithmetic overflow.
58061
58062 2003-10-14  Paul Eggert  <eggert@twinsun.com>
58063
58064         Handle invalid suffixes and overflow independently, so that
58065         callers can treat them independently as needed.  Fix some bugs in
58066         suffix handling, e.g., "100k@" was not diagnosed as an invalid
58067         suffix for a human-readable blocksize.  The major caller-visible
58068         change is the addition of a new
58069         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
58070         that both overflow and suffix chars were found.
58071
58072         * lib/human.c (humblock): Don't check separately for invalid suffix
58073         char; that is xstrtoumax's job (now that its bug is fixed).
58074         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
58075         INTMAX_MAX]: New macros.
58076         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
58077         TYPE_MAXIMUM): New macros.
58078         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
58079         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
58080         if overflow occurs, as it's what __strtol does and it's more useful
58081         in practice.
58082         (__xstrtol): If __strtol reports some error other than ERANGE,
58083         reflect it to the caller as LONGINT_INVALID.  If it reports
58084         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
58085         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
58086         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
58087         value.
58088         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
58089         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
58090         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
58091         [defined UINTMAX_MAX]: New macros.
58092
58093 2003-10-14  Bruno Haible  <bruno@clisp.org>
58094
58095         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
58096
58097 2003-10-14  Bruno Haible  <bruno@clisp.org>
58098
58099         * m4/sig_atomic_t: New file, from GNU gettext.
58100         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
58101
58102 2003-10-14  Bruno Haible  <bruno@clisp.org>
58103
58104         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
58105         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
58106         Also use volatile where needed.
58107
58108 2003-10-12  Paul Eggert  <eggert@twinsun.com>
58109
58110         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
58111         Change maintainer from Bruno Haible to 'all'.
58112
58113 2003-10-12  Paul Eggert  <eggert@twinsun.com>
58114
58115         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
58116
58117 2003-10-12  Paul Eggert  <eggert@twinsun.com>
58118
58119         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
58120         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
58121         and define in terms of the other primitives.
58122         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
58123         (SIZE_MAX): Define if not already defined.
58124         (array_size_overflow): New function.
58125         (xalloc_die): Abort instead of exiting if 'error' returns.
58126         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
58127         (xmalloc, xrealloc): Use them.
58128         (xcalloc): Check for address arithmetic overflow.
58129         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
58130         a bit faster than strcpy.
58131
58132 2003-10-10  Simon Josefsson  <jas@extundo.com>
58133
58134         * modules/argp (Depends-on): Add restrict and strcase.
58135
58136 2003-10-10  Simon Josefsson  <jas@extundo.com>
58137
58138         * m4/argp.m4: Add AC_C_INLINE.
58139
58140 2003-10-08  Paul Eggert  <eggert@twinsun.com>
58141
58142         Merge getpass from libc, plus a few fixes.
58143
58144         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
58145         Include <stdbool.h>.
58146         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
58147         __fsetlocking to empty.
58148         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
58149         do include <bits/libc-lock.h>.
58150         Do not include <fcntl.h>; not needed.
58151         [_LIBC]: Include <wchar.h>.
58152         (NOTCANCEL_MODE): New macro.
58153         (flockfile, funlockfile) [_LIBC]: New macros.
58154         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
58155         [!_LIBC]: New macros.
58156         (call_fclose): New function.
58157         (getpass): Use it.  Save tty stream separately; this simplifies the
58158         code and makes it more reliable if stdin happens to equal stdout.
58159         Invoke __fsetlocking on tty.
58160         Handle thread cancellation if needed.
58161         Namespace cleanup (use __tcgetattr, __getline).
58162         Use bool for Booleans.
58163         [USE_IN_LIBIO]: Handle wide streams.
58164         [!_LIBC]: Unconditionally do the fseek, since we don't know what
58165         stream might go where.
58166
58167         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
58168         doesn't have to include <stdio.h> before us.
58169         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
58170         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
58171         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
58172         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
58173         if not declared, so that we can use getpass.c code from libc without
58174         rewriting it.
58175         (flockfile, ftrylockfile, funlockfile): New macros.
58176
58177 2003-10-08  Paul Eggert  <eggert@twinsun.com>
58178
58179         * modules/getpass: Depend on stdbool.
58180
58181 2003-10-08  Paul Eggert  <eggert@twinsun.com>
58182
58183         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
58184
58185 2003-10-07  Karl Berry  <karl@gnu.org>
58186
58187         * config/config.{guess,sub}: update from config.
58188
58189 2003-10-06  Jim Meyering  <jim@meyering.net>
58190             Bruno Haible  <bruno@clisp.org>
58191
58192         This lets translators provide better translations for the
58193         "Written by ..." part of --version output.
58194         * lib/version-etc.h: Include stdarg.h.
58195         (version_etc_copyright): Declare as readonly.
58196         (version_etc): Make this function variadic with a NULL-terminated list
58197         of author name strings.
58198         (version_etc_va): New declaration.
58199         * lib/version-etc.c: Include stdarg.h, stdlib.h.
58200         (version_etc_copyright): Declare as readonly.
58201         (version_etc_va): New function. Provide a different translatable string
58202         for each possible number of authors < 10. Abbreviate when there are 10
58203         authors or more.
58204         (version_etc): Make this function variadic. Call version_etc_va.
58205         Suggestion from Gary V. Vaughan.
58206
58207         * lib/long-options.h (parse_long_options): Change prototype: the
58208         authors string is moved to the end and becomes variadic.
58209         * lib/long-options.c: Include stdarg.h.
58210         (parse_long_options): Make this function variadic, too.
58211         Call version_etc_va, not version_etc.
58212
58213 2003-10-06  Bruno Haible  <bruno@clisp.org>
58214
58215         * modules/version-etc-2: Remove file.
58216         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
58217
58218 2003-10-06  Bruno Haible  <bruno@clisp.org>
58219
58220         * modules/fatal-signal: New file.
58221         * MODULES.html.sh (func_all_modules): Add fatal-signal.
58222
58223 2003-10-06  Bruno Haible  <bruno@clisp.org>
58224
58225         * m4/fatal-signal.m4: New file.
58226         * m4/signalblocking.m4: New file, from GNU gettext.
58227
58228 2003-10-06  Bruno Haible  <bruno@clisp.org>
58229
58230         * lib/version-etc-2.h: Remove file.
58231         * lib/version-etc-2.c: Remove file.
58232
58233 2003-10-06  Bruno Haible  <bruno@clisp.org>
58234
58235         * lib/fatal-signal.h: New file, from GNU gettext.
58236         * lib/fatal-signal.c: New file, from GNU gettext.
58237
58238 2003-10-05  Paul Eggert  <eggert@twinsun.com>
58239
58240         * README: Rework advice for preventing empty .o files.
58241         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
58242         not <sys/types.h>.
58243
58244 2003-10-04  Karl Berry  <karl@gnu.org>
58245
58246         * lib/argp*: update from libc.
58247
58248 2003-10-04  Karl Berry  <karl@gnu.org>
58249
58250         * config/config.{guess,sub}: update from config.
58251
58252 2003-10-02  Bruno Haible  <bruno@clisp.org>
58253
58254         * modules/lchown (Include): Add lchown.h.
58255         * modules/time_r (Include): Use "..." syntax.
58256         * modules/xgetdomainname (Include): Add xgetdomainname.h.
58257
58258 2003-10-01  Simon Josefsson  <jas@extundo.com>
58259
58260         * MODULES.html.sh (func_all_modules): Move gethostname from section
58261         'based on' to section 'lacking' POSIX:2001.
58262
58263 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
58264
58265         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
58266         to output mode on the same stream.
58267
58268 2003-09-29  Paul Eggert  <eggert@twinsun.com>
58269
58270         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
58271         Fix arg typo in previous patch.
58272
58273 2003-09-28  Jim Meyering  <jim@meyering.net>
58274
58275         * lib/error.c: Correct cpp indentation.
58276
58277 2003-09-27  Paul Eggert  <eggert@twinsun.com>
58278
58279         * modules/free: New file.
58280
58281 2003-09-27  Paul Eggert  <eggert@twinsun.com>
58282
58283         * m4/free.m4: New file.
58284
58285 2003-09-27  Paul Eggert  <eggert@twinsun.com>
58286
58287         * lib/minmax.h (MIN, MAX)
58288         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
58289         Omit the special code that used __typeof__, since we worry that
58290         it could be more trouble than it's worth.  See:
58291         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
58292         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
58293
58294         * lib/free.c: New file.
58295
58296 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
58297
58298         Trivial fixes to Makefile.am parts of module listings.
58299         * modules/strstr: Append strstr.h to lib_SOURCES.
58300         * modules/strcase: Likewise, for strcase.h.
58301
58302 2003-09-27  Karl Berry  <karl@gnu.org>
58303
58304         * config/mkinstalldirs: update from automake.
58305
58306 2003-09-26  Paul Eggert  <eggert@twinsun.com>
58307
58308         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
58309         (error_tail): Do not loop, reallocating temporary buffer, since
58310         the output cannot contain more wide characters than the input
58311         contains bytes, the size must be big enough already.  This avoids
58312         one potential size overflow calculation.  Check for size overflow
58313         when calculating temporary buffer size.  Free temporary buffer
58314         when done, if it was allocated with malloc; this plugs a memory
58315         leak.  Remove casts from void * to pointers, that are no longer
58316         needed now that we're assuming C89 or better.
58317
58318         Merge error changes from glibc.
58319
58320         * lib/error.c, error.h: Update copyright notice header to match glibc.
58321         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
58322         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
58323         Disable cancellation while printing error.
58324         * lib/error.h: Prepend __ to parameter names.
58325
58326 2003-09-26  Jim Meyering  <jim@meyering.net>
58327
58328         * lib/error.c (error_tail): Move some declarations
58329         into inner scope where the local variables are used.
58330
58331 2003-09-26  Bruno Haible  <bruno@clisp.org>
58332
58333         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
58334         stpncpy().
58335         Don't define stpncpy through config.h; it's now done through stpncpy.h.
58336
58337 2003-09-26  Bruno Haible  <bruno@clisp.org>
58338
58339         * lib/stpncpy.h (gnu_stpncpy): New declaration.
58340         (stpncpy): Define as alias for gnu_stpncpy.
58341         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
58342
58343 2003-09-25  Simon Josefsson  <jas@extundo.com>
58344
58345         * lib/xgetdomainname.h: New file.
58346         * lib/xgetdomainname.c: New file.
58347
58348 2003-09-25  Simon Josefsson  <jas@extundo.com>
58349             Bruno Haible  <bruno@clisp.org>
58350
58351         * modules/getdomainname: New file.
58352         * modules/xgetdomainname: New file.
58353         * MODULES.html.sh (func_all_modules): Add getdomainname,
58354         xgetdomainname.
58355
58356 2003-09-25  Simon Josefsson  <jas@extundo.com>
58357             Bruno Haible  <bruno@clisp.org>
58358
58359         * m4/getdomainname.m4: New file.
58360
58361 2003-09-25  Simon Josefsson  <jas@extundo.com>
58362             Bruno Haible  <bruno@clisp.org>
58363
58364         * lib/getdomainname.h: New file.
58365         * lib/getdomainname.c: New file.
58366
58367 2003-09-25  Karl Berry  <karl@gnu.org>
58368
58369         * lib/argp-fmtstream.c, argp-help.c: update from libc.
58370
58371 2003-09-25  Karl Berry  <karl@gnu.org>
58372
58373         * config/install-sh: update from automake.
58374
58375 2003-09-25  Bruno Haible  <bruno@clisp.org>
58376
58377         * modules/version-etc-2: New file, from modules/version-etc with
58378         modifications.
58379         * MODULES.html.sh (func_all_modules): Add version-etc-2.
58380
58381 2003-09-25  Bruno Haible  <bruno@clisp.org>
58382
58383         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
58384         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
58385
58386 2003-09-24  Simon Josefsson  <jas@extundo.com>
58387
58388         * modules/xgethostname: Add xgethostname.h.
58389
58390 2003-09-24  Paul Eggert  <eggert@twinsun.com>
58391
58392         * lib/linebuffer.c (freebuffer): Don't free the argument, just
58393         the buffer associated with the argument.  Bug reported by
58394         Simon Josefsson.
58395
58396 2003-09-24  Paul Eggert  <eggert@twinsun.com>
58397
58398         * README: Document assumptions that 'int' is at least 32 bits
58399         wide, that integer arithmetic is 2's complement without overflow,
58400         that there are no holes in integer values, that adding sizes of
58401         two nonoverlapping objects can't overflow, and that all-bits-zero
58402         yields scalar zero.  Fix spelling and capitalization typos.
58403
58404 2003-09-19  Karl Berry  <karl@gnu.org>
58405
58406         * lib/argp.h: update from libc.
58407
58408 2003-09-17  Paul Eggert  <eggert@twinsun.com>
58409
58410         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
58411         to avoid spurious warnings like "AC_RUN_IFELSE was called before
58412         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
58413
58414 2003-09-17  Paul Eggert  <eggert@twinsun.com>
58415
58416         * gnulib-tool: Use "test -h", not "test -L", for portability
58417         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
58418         (tags_regexp): Remove, since \| doesn't conform to POSIX.
58419         (sed_extract_prog): Issue s commands one-by-one, rather than
58420         using \| in one s command.
58421
58422 2003-09-16  Paul Eggert  <eggert@twinsun.com>
58423
58424         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
58425         input error, instead of returning NULL the next time we are called
58426         (and therefore losing track of errno).
58427
58428 2003-09-16  Bruno Haible  <bruno@clisp.org>
58429
58430         * gnulib-tool (func_create_testdir): Warn about duplicated
58431         dependencies.
58432
58433 2003-09-15  Paul Eggert  <eggert@twinsun.com>
58434
58435         * modules/argmatch, modules/fatal, modules/obstack,
58436         modules/xalloc, modules/xgethostname: Sort dependencies by
58437         importance, not alphabetically.
58438
58439 2003-09-15  Paul Eggert  <eggert@twinsun.com>
58440
58441         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
58442         fails, so that the caller gets the proper errno.
58443
58444         * lib/readutmp.c (read_utmp): Likewise.
58445         Check for fstat error.  Close stream and free storage
58446         when failing.
58447
58448 2003-09-14  Karl Berry  <karl@gnu.org>
58449
58450         * config/srclist.txt (strdup.c): disable for c89 changes.
58451
58452 2003-09-14  Jim Meyering  <jim@meyering.net>
58453
58454         * lib/getloadavg.c: Correct cpp indentation.
58455         * lib/strdup.c: Likewise.
58456         * lib/vasnprintf.c: Likewise.
58457
58458 2003-09-14  Bruno Haible  <bruno@clisp.org>
58459
58460         * modules/fwriteerror: New file.
58461         * MODULES.html.sh (func_all_modules): Add fwriteerror.
58462
58463 2003-09-14  Bruno Haible  <bruno@clisp.org>
58464
58465         * lib/fwriteerror.h: New file.
58466         * lib/fwriteerror.c: New file.
58467
58468 2003-09-12  Paul Eggert  <eggert@twinsun.com>
58469
58470         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
58471         modules/xgethostname, modules/xalloc: Depend on exit.
58472
58473 2003-09-12  Paul Eggert  <eggert@twinsun.com>
58474
58475         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
58476
58477         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
58478         and AC_MINIX, too, so that their extensions are available.
58479
58480         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
58481         This macro has been superseded by gl_BACKUPFILE.
58482
58483         More patches to assume C89 or better.
58484
58485         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
58486
58487         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
58488         unconditionally.
58489         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
58490         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
58491         Include <string.h>, <stdlib.h> unconditionally.
58492         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
58493         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
58494         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
58495         headers or for string.h.
58496         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
58497         or strtoul.
58498
58499         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
58500         headers.
58501         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
58502         * m4/userspec.m4 (gl_USERSPEC): Likewise.
58503         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
58504         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
58505         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
58506         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
58507         memcpy, memset.
58508         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
58509         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
58510         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
58511         strtol.
58512         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
58513         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
58514         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
58515         strtoul.
58516
58517 2003-09-12  Paul Eggert  <eggert@twinsun.com>
58518
58519         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
58520         * lib/obstack.c [!defined _LIBC]: Likewise.
58521         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
58522         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
58523         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
58524
58525         More changes to assume C89 or better.
58526
58527         * lib/error.c (error_tail): Assume vprintf.
58528
58529         * lib/argmatch.c (getenv): Remove decl.
58530         * lib/progreloc.c (get_full_program_name): Define via prototype.
58531         * lib/setenv.c (clearenv): Likewise.
58532         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
58533         needed.
58534         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
58535         (malloc, memcpy): Remove decls.
58536         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
58537         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
58538         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
58539         (memcpy): Remove macro.
58540         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
58541         (__P): Remove.  All uses removed.
58542         (PTR): Remove.  All uses changed to void *.
58543         (CHAR_BIT, NULL): Remove.
58544         (spaces, zeros, memset_space, memset_zero)
58545         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
58546         Remove.
58547         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
58548         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
58549         Define with prototype.
58550         Remove now-unnecessary prototype decl.
58551         (extra_args_spec): Assume ANSI C.  All uses changed.
58552         (extra_args_spec_iso): Remove.
58553         (my_strftime, emacs_strftimeu): Define via prototype.
58554         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
58555         unconditionally.
58556         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
58557         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
58558         (strtoul, strtol): Remove decls.
58559         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
58560         LONG_MAX): Remove.
58561         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
58562         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
58563         (LOCALE_PARAM_PROTO): New macro.
58564         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
58565         (INTERNAL (strtol), strtol): Define with a prototype.
58566         (PARAMS): Remove.  All uses removed.
58567         * lib/tempname.c: Include <string.h> unconditionally.
58568         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
58569         * lib/xgethostname.c (main): Define with a prototype.
58570         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
58571         Include <stdlib.h> unconditionally.
58572         (calloc, malloc, realloc, free): Remove decls.
58573         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
58574         Include <stdlib.h> unconditionally.  Sort include file names.
58575         (strtod): Remove.
58576         (xstrtod): Define with a prototype.
58577         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
58578         (strtol, strtoul): Remove decls.
58579
58580 2003-09-11  Paul Eggert  <eggert@twinsun.com>
58581
58582         More patches to assume C89 or better.
58583         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
58584         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
58585         string.h, memchr, STDC_HEADERS.
58586
58587 2003-09-11  Paul Eggert  <eggert@twinsun.com>
58588
58589         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
58590         Include <stdlib.h>, <string.h> unconditionally.
58591         Remove now-unnecessary cast to char *.
58592         * lib/strnlen.c: Include <string.h> unconditionally.
58593         * lib/yesno.c (yesno): Define with a prototype.
58594
58595 2003-09-11  Bruno Haible  <bruno@clisp.org>
58596
58597         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
58598
58599 2003-09-10  Jim Meyering  <jim@meyering.net>
58600
58601         * lib/error.c: Correct indentation of cpp directives.
58602
58603 2003-09-10  Bruno Haible  <bruno@clisp.org>
58604
58605         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
58606         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
58607         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
58608         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
58609         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
58610         <stdlib.h> and <string.h> checks.
58611         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
58612         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
58613
58614 2003-09-10  Bruno Haible  <bruno@clisp.org>
58615
58616         * lib/strcspn.c: Include <string.h> unconditionally.
58617         * lib/strpbrk.c: Include <string.h> unconditionally.
58618         * lib/strstr.c: Include <string.h> unconditionally.
58619         * lib/unicodeio.c: Include <string.h> unconditionally.
58620         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
58621         * lib/unsetenv.c: Likewise.
58622         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
58623         * lib/yesno.c: Include <stdlib.h> unconditionally.
58624         (rpmatch): Add prototype.
58625
58626 2003-09-09  Paul Eggert  <eggert@twinsun.com>
58627
58628         More patches to assume C89 or better.
58629         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
58630         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
58631         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
58632         or for string.h.
58633         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
58634         stdlib.h.
58635         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
58636         C headers.
58637         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
58638         string.h.
58639         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
58640         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
58641         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
58642         or for string.h.
58643         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
58644         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
58645         C headers.
58646         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
58647         memcpy.
58648         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
58649         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
58650         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
58651         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
58652         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
58653         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
58654         string.h, free.
58655         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
58656         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
58657         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
58658         C headers, or for string.h.
58659         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
58660         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
58661         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
58662         headers, memory.h, stdlib.h, string.h, strings.h.
58663         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
58664         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
58665         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
58666         strchr.
58667         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
58668         headers, memory.h, string.h.
58669         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
58670         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
58671         free.
58672         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
58673         headers.
58674         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
58675         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
58676         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
58677         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
58678         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
58679
58680 2003-09-09  Paul Eggert  <eggert@twinsun.com>
58681
58682         More K&R removal.
58683
58684         * lib/acosl.c (main): Use a prototype.
58685         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
58686         tanl.c: Likewise.
58687
58688         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
58689
58690         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
58691         (getopt, etopt_long, getopt_long_only, _getopt_internal)
58692         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
58693         with a prototype.
58694         * lib/getopt.c (const): Remove macro.
58695         Include <string.h> unconditionally.
58696         (my_index): Remove; all uses changed to strchr.
58697         (strlen): Remove decl.
58698         (exchange): Remove forward decl; no longer needed.
58699         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
58700         Define with prototype.
58701         * lib/getopt1.c (const): Remove macro.
58702         (getopt_long, getopt_long_only, main): Define with prototype.
58703
58704         * lib/getugroups.c: Include <string.h> unconditionally.
58705
58706         * lib/getusershell.c: Include <stdlib.h> unconditionally.
58707         (getusershell, setusershell, endusershell, readname, main):
58708         Define with prototypes.
58709
58710         * lib/group-member.c: Include group-member.h first.
58711         Include <stdlib.h> unconditionally.
58712
58713         * lib/hard-locale.c: Include hard-locale.h first.
58714         Include <stdlib.h>, <string.h> unconditionally.
58715
58716         * lib/hash.c (free, malloc): Remove decls.
58717         Include <stdlib.h> unconditionally.
58718
58719         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
58720         (getenv): Do not declare.
58721
58722         * lib/idcache.c: Include <string.h> unconditionally.
58723
58724         * lib/long-options.c: Include long-options.h first, to test interface.
58725         Include <stdlib.h> unconditionally.
58726
58727         * lib/makepath.c: Include makepath.h first, to test interface.
58728         Include <stdlib.h> and <string.h> unconditionally.
58729
58730         * lib/linebuffer.c: Include <stdlib.h>.
58731         (free): Remove decl.
58732
58733         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
58734         stddef.h. rpl_malloc returns void *, not char *.
58735         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
58736         prototype.
58737
58738         * lib/md5.h: Include <limits.h> unconditionally.
58739         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
58740         (__P): Remove; all uses removed.
58741         * lib/md5.c: Include "md5.h" first.
58742         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
58743         md5_buffer, md5_process_bytes, md5_process_block):
58744         Define with prototypes.
58745         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
58746         * lib/sha.c: Include "sha.h" first.
58747         Include <stdlib.h>, <string.h> unconditionally.
58748
58749         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
58750         * lib/memcmp.c (__ptr_t): Likewise.
58751         * lib/memrchr.c (__ptr_t): Likewise.
58752         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
58753         Include <string.h> unconditionally.
58754         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
58755         * lib/memchr.c: Include <stdlib.h> unconditionally.
58756         * lib/memchr.c (LONG_MAX): Remove.
58757         * lib/memrchr.c (LONG_MAX): Likewise.
58758         * lib/memchr.c (__memchr): Define via a prototype.
58759         * lib/memrchr.c (__memrchr): Likewise.
58760         * lib/memcmp.c (__P): Remove, and remove all uses.
58761         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
58762         Remove forward decls; no longer needed.
58763         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
58764         Use types required by C89 in prototype.
58765
58766         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
58767         * lib/savedir.c: Likewise.
58768         * lib/mkdir.c (free): Remove decl.
58769         * lib/rmdir.c (rmdir): Define with a prototype.
58770         * lib/savedir.c: Include savedir.h first, to test interface.
58771
58772         * lib/mktime.c (STDC_HEADERS): Remove.
58773         Include <stdlib.h>, <string.h> unconditionally.
58774
58775         * lib/modechange.c: Include <stdlib.h> unconditionally.
58776         (malloc): Remove decl.
58777
58778         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
58779         (free): Remove decl.
58780
58781         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
58782         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
58783         (This type really should be intptr_t, but that's a C99ism.)
58784         (_obstack_memcpy): Remove: all uses changed to memcpy.
58785         Include <string.h> unconditionally.
58786         (struct obstack): Assume __STDC__ for types of members
58787         chunkfun, freefun, extra_arg.
58788         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
58789         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
58790         obstack_begin, obstack_specify_allocation,
58791         obstack_specify_allocation_with_arg, obstack_chunkfun,
58792         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
58793         Remove unprototyped decls and the macros that use them.
58794         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
58795         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
58796         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
58797         (defined __STDC__ && __STDC__)]:
58798         Remove nonprototyped code.
58799         Include <stdlib.h> unconditionally.
58800         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
58801         _obstack_allocated_p, _obstack_free, obstack_free,
58802         _obstack_memory_used, print_and_abort):
58803         Define using prototypes.
58804         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
58805         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
58806         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
58807         obstack_next_free, obstack_object_size, obstack_room) [0]:
58808         Remove unused, unprototyped code.
58809
58810         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
58811
58812         * lib/physmem.c (physmem_total, physmem_available, main): Define
58813         with prototypes.
58814
58815         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
58816         (main): Define with a prototype.
58817
58818         * lib/posixver.c (getenv): Remove decl.
58819
58820         * lib/putenv.c (malloc): Returns void *, not char *.
58821         Include <string.h> unconditionally.
58822         (strchr, memcpy, NULL): Do not define.
58823
58824         * lib/readtokens.c: Include readtokens.h first, to test interface.
58825         Include <stdlib.h>, <string.h> unconditionally.
58826         (init_tokenbuffer): Define with a prototype.
58827
58828         * lib/regex.c (PARAMS): Remove.  All uses removed.
58829         All uses of _RE_ARGS removed, too.
58830         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
58831         unconditionally.
58832         (bzero): Assume memset exists.
58833         (memcmp, memcpy, NULL): Remove.
58834         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
58835         char, or assignments to local vars of type signed char.
58836         (init_syntax_once, PREFIX(extract_number_and_incr),
58837         PREFIX(print_partial_compiled_pattern),
58838         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
58839         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
58840         PREFIX(regex_grow_registers), PREFIX(regex_compile),
58841         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
58842         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
58843         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
58844         wcs_compile_range, byte_compile_range, truncate_wchar,
58845         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
58846         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
58847         count_mbs_length, wcs_re_match_2_internal,
58848         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
58849         PREFIX(alt_match_null_string_p),
58850         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
58851         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
58852         regfree, PREFIX(extract_number)): Define with prototype.  Remove
58853         now-unnecessary declaration, if any.
58854         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
58855         regcomp, regexec):
58856         Remove now-unnecessary casts among pointer types.
58857         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
58858
58859         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
58860         (free): Remove decl.
58861
58862         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
58863
58864         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
58865         (free): Remove decl.
58866
58867         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
58868         * lib/xgetcwd.c: Likewise.
58869
58870         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
58871         (free): Remove decl.
58872
58873         * lib/strchrnul.c (strchrnul): Define with a prototype.
58874         Fix bug: c_in was not converted to char before searching.
58875
58876         The following changes are not K&R related:
58877
58878         * lib/group-member.h: Include <sys/types.h>, so that this file is
58879         self-contained.
58880         * lib/makepath.h: Likewise.
58881
58882         * lib/getusershell.c (readname, default_index, line_size, readname):
58883         Use size_t, not int, for sizes.
58884         (readname): If the size overflows, report an error instead of
58885         looping forever.
58886
58887 2003-09-09  Paul Eggert  <eggert@twinsun.com>
58888
58889         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
58890         libc.
58891
58892 2003-09-09  Paul Eggert  <eggert@twinsun.com>
58893
58894         * README: New section: portability guidelines.
58895
58896 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
58897
58898         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
58899         C89 spec.
58900
58901 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
58902
58903         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
58904
58905 2003-09-08  Paul Eggert  <eggert@twinsun.com>
58906
58907         Assume C89 or better; remove K&R cruft.
58908         A few of these changes were first proposed by Derek Robert Price
58909         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
58910
58911         * lib/addext.c: Include <string.h> unconditionally.
58912         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
58913         Don't declare getenv or malloc.
58914
58915         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
58916         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
58917         (NULL): Remove.
58918         (find_stack_direction, alloca): Use prototypes.
58919
58920         * lib/atexit.c (atexit): Define using a prototype.
58921
58922         * lib/basename.c, dirname.c, stripslash.c:
58923         Include <string.h> unconditionally.
58924
58925         * lib/bcopy.c: Include <stddef.h>.
58926         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
58927
58928         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
58929
58930         * lib/error.h (error, error_at_line, error_print_progname)
58931         [! (defined (__STDC__) && __STDC__)]: Remove decls.
58932         * lib/error.c: Include error.h first, to check interface.
58933         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
58934         (VA_START): Remove; all uses changeed to va_start.
58935         (exit, strerror): Remove decls.
58936         (error_print_progname): Prototype uncondionally.
58937         Don't include <errno.h>; no longer needed.
58938         (private_strerror): Remove.
58939         (error_tail): Always define.
58940         (error, error_at_line): Assume C89 or better; always use prototypes.
58941         * lib/fatal.c: Include "fatal.h" first, to test interface.
58942         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
58943         (VA_START): Remove; all uses changed to va_start.
58944         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
58945         this case.
58946         (exit): Remove decl.
58947         (fatal): Prototype unconditionally.  Assume va_start works.
58948         Abort at end, to pacify gcc.
58949
58950         * lib/euidaccess.c (main): Define with a prototype.
58951
58952         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
58953
58954         * lib/exitfail.c: Include <stdlib.h> unconditionally.
58955
58956         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
58957         prototypes.
58958         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
58959         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
58960         (getenv): Remove decl.
58961         (fnmatch): Define using a prototype.
58962         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
58963         (FCT): Define using a prototype.
58964
58965         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
58966
58967         * lib/gethostname.c: Include <stddef.h>.
58968         (gethostname): Define with prototype.  Length is size_t, not int.
58969
58970 2003-09-08  Paul Eggert  <eggert@twinsun.com>
58971
58972         Assume C89 or better; remove K&R cruft.
58973         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
58974         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
58975         string.h, getenv, malloc.
58976         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
58977         headers.
58978         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
58979         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
58980         do not check for strerror.
58981         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
58982         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
58983         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
58984         do not check for doprnt or vprintf.
58985         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
58986         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
58987
58988 2003-09-08  Paul Eggert  <eggert@twinsun.com>
58989
58990         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
58991         getversion.c should have been removed then, but was accidentally
58992         preserved.
58993
58994         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
58995         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
58996
58997 2003-09-08  Karl Berry  <karl@gnu.org>
58998
58999         * config/config.sub, config.guess, srclistvars.sh: update from savannah
59000                 config, forget about prep.
59001
59002         * config/depcomp, missing: update from automake.
59003
59004 2003-09-07  Paul Eggert  <eggert@twinsun.com>
59005
59006         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
59007         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
59008
59009 2003-09-07  Paul Eggert  <eggert@twinsun.com>
59010
59011         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
59012         copy_tm_result.  Bug reported by Simon Josefsson in
59013         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
59014
59015 2003-09-06  Paul Eggert  <eggert@twinsun.com>
59016
59017         * m4/time_r.m4: New file.
59018         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
59019         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
59020         is. Check for timegm declaration.
59021         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
59022         Do not check for gmtime_r.
59023         Replace mktime if __mktime_internal does not exist and if mktime
59024         hasn't been replaced already.
59025
59026 2003-09-06  Paul Eggert  <eggert@twinsun.com>
59027
59028         * lib/time_r.c, lib/time_r.h: New files.
59029
59030         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
59031         __localtime_r.
59032         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
59033         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
59034
59035         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
59036         __gmtime_r.
59037         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
59038         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
59039         Include <time_r.h>.
59040
59041         * lib/timegm.c: Switch to glibc implementation, with the following
59042         changes:
59043         [defined HAVE_CONFIG_H]: Include <config.h>.
59044         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
59045         (__mktime_internal) [!defined _LIBC]: New decl.
59046         (__gmtime_r) [!defined _LIBC]: New macro and function.
59047         (timegm): Use a prototype, since gnulib assumes C89.
59048         Do not bother declaring tmp to be const, as it's not really usefu.
59049         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
59050         (timegm): Declare only if HAVE_DECL_TIMEGM.
59051
59052 2003-09-06  Paul Eggert  <eggert@twinsun.com>
59053
59054         * MODULES.html.sh (func_all_modules): Add time_r.
59055         * modules/time_r: New file.
59056         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
59057         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
59058
59059 2003-09-03  Paul Eggert  <eggert@twinsun.com>
59060
59061         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
59062         Bug reported by Lute Kamstra in
59063         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
59064
59065         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
59066         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
59067         course with correspondingly smaller numbers for tomorrow and
59068         yesterday.  From Tadayoshi Funaba.  Originally installed into
59069         sh-utils on 1999-08-07, but the patch got lost (I guess during the
59070         coreutils merge?).
59071
59072 2003-08-31  Simon Josefsson  <jas@extundo.com>
59073
59074         * modules/timegm: New file.
59075         * MODULES.html.sh (func_all_modules): Add timegm.
59076
59077 2003-08-31  Simon Josefsson  <jas@extundo.com>
59078
59079         * m4/timegm.m4: New file.
59080
59081 2003-08-31  Simon Josefsson  <jas@extundo.com>
59082
59083         * lib/timegm.h: New file.
59084         * lib/timegm.c: New file.  Based on
59085         wget-1.8.2/src/http.c:mktime_from_utc.
59086
59087 2003-08-31  Karl Berry  <karl@gnu.org>
59088
59089         * lib/argp.h: update from libc.
59090
59091 2003-08-28  Bruno Haible  <bruno@clisp.org>
59092
59093         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
59094         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
59095         followed by '#define fnmatch fnmatch_posix' gives an error.
59096
59097 2003-08-28  Bruno Haible  <bruno@clisp.org>
59098
59099         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
59100         warning on QNX, which defines O_BINARY to 000000.
59101
59102 2003-08-27  Jim Meyering  <jim@meyering.net>
59103
59104         * m4/mkstemp.m4: Require that the system mkstemp be able to create
59105         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
59106         would fail after 32.  Reported by Danny Levinson.  Details here:
59107         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
59108
59109 2003-08-24  Bruno Haible  <bruno@clisp.org>
59110
59111         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
59112         MSVC7 <stdio.h> is included later.
59113
59114 2003-08-22  Simon Josefsson  <jas@extundo.com>
59115
59116         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
59117
59118 2003-08-20  Karl Berry  <karl@gnu.org>
59119
59120         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
59121
59122 2003-08-20  Bruno Haible  <bruno@clisp.org>
59123
59124         * modules/progname: New file.
59125         * MODULES.html.sh (func_all_modules): Add progname.
59126
59127 2003-08-20  Bruno Haible  <bruno@clisp.org>
59128
59129         * lib/progname.h: New file, from GNU gettext.
59130         * lib/progname.c: New file, from GNU gettext.
59131         * lib/progreloc.c: New file, from GNU gettext.
59132
59133 2003-08-19  Jim Meyering  <jim@meyering.net>
59134
59135         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
59136         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
59137
59138 2003-08-19  Bruno Haible  <bruno@clisp.org>
59139
59140         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
59141         more.
59142
59143 2003-08-19  Bruno Haible  <bruno@clisp.org>
59144
59145         * lib/xstrdup.c: Assume <string.h> exists.
59146
59147 2003-08-18  Paul Eggert  <eggert@twinsun.com>
59148
59149         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
59150         in makefile rules.
59151
59152 2003-08-18  Jim Meyering  <jim@meyering.net>
59153
59154         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
59155         * m4/lib-ld.m4: Likewise.
59156
59157 2003-08-18  Jim Meyering  <jim@meyering.net>
59158
59159         * lib/setenv.h: Indent nested cpp directive.
59160         * lib/vasnprintf.c: Remove trailing blanks.
59161
59162 2003-08-17  Simon Josefsson  <jas@extundo.com>
59163
59164         * modules/xstrndup: New file.
59165         * MODULES.html.sh (func_all_modules): Add xstrndup.
59166
59167 2003-08-17  Simon Josefsson  <jas@extundo.com>
59168
59169         * modules/argp: Fix autoconf macro name. Add more dependencies.
59170
59171 2003-08-17  Simon Josefsson  <jas@extundo.com>
59172
59173         * m4/xstrndup.m4: New file.
59174
59175 2003-08-17  Simon Josefsson  <jas@extundo.com>
59176
59177         * m4/argp.m4: New file.
59178
59179 2003-08-17  Simon Josefsson  <jas@extundo.com>
59180             Bruno Haible  <bruno@clisp.org>
59181
59182         * lib/xstrndup.h: New file.
59183         * lib/xstrndup.c: New file.
59184
59185 2003-08-17  Bruno Haible  <bruno@clisp.org>
59186
59187         * modules/strndup (Files, Include): Add lib/strndup.h.
59188
59189 2003-08-17  Bruno Haible  <bruno@clisp.org>
59190
59191         * modules/euidaccess (Files): Add lib/euidaccess.h.
59192
59193 2003-08-17  Bruno Haible  <bruno@clisp.org>
59194
59195         * lib/strndup.h: New file.
59196
59197 2003-08-17  Bruno Haible  <bruno@clisp.org>
59198
59199         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
59200         like AC_GNU_SOURCE.
59201         * modules/extensions (configure.ac): Comment out the invocation of
59202         gl_USE_SYSTEM_EXTENSIONS.
59203
59204 2003-08-16  Paul Eggert  <eggert@twinsun.com>
59205
59206         Merges from coreutils, etc.
59207         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
59208         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
59209         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
59210         fixing a typo.
59211         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
59212         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
59213
59214 2003-08-16  Paul Eggert  <eggert@twinsun.com>
59215
59216         Document merge from coreutils.
59217         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
59218         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
59219         * modules/utime: Add m4/utimes-null.m4.
59220
59221 2003-08-16  Paul Eggert  <eggert@twinsun.com>
59222
59223         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
59224         space, undoing this 2003-08-12 change:
59225         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
59226
59227 2003-08-16  Paul Eggert  <eggert@twinsun.com>
59228
59229         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
59230         strtoul.c from libc, undoing this 2003-08-12 change:
59231         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
59232
59233 2003-08-16  Jim Meyering  <jim@meyering.net>
59234
59235         Merges from coreutils.
59236         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
59237         prefix.  Adjust cache variables similarly.  Create 500 rather than
59238         just 300 files, to exercise bug on Darwin6.5, too.
59239         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
59240         $missing_dir.
59241         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
59242         AM_SYS_POSIX_TERMIOS.
59243         Reported by mkc@mathdogs.com.
59244         Also change use of $am_cv_sys_posix_termios
59245         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
59246         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
59247         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
59248         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
59249         in /proc/mounts until it finds one with matching device number.  This
59250         is unnecessary when the FILE argument *is* a mount point.  No stat call
59251         is necessary in that case.  So, disable the statvfs-testing code on
59252         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
59253         as RedHat bug# 84846.
59254         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
59255         to 1MB, so as not to render systems with no stack size limit (e.g.,
59256         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
59257         Include <unistd.h>.  On some systems,
59258         it is required for the definition of _SC_PAGESIZE.
59259
59260 2003-08-16  Jim Meyering  <jim@meyering.net>
59261
59262         Merge from coreutils.
59263         * lib/xstrtoimax.c: #else #if -> #elif.
59264         * lib/xstrtoumax.c: Likewise.
59265
59266 2003-08-16  Jim Meyering  <jim@meyering.net>
59267
59268         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
59269         * m4/utimes.m4: Removed.
59270         * m4/utimes-null.m4: Renamed from utimes.m4.
59271
59272         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
59273         to 1MB, so as not to render systems with no stack size limit (e.g.,
59274         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
59275         Include <unistd.h>.  On some systems,
59276         it is required for the definition of _SC_PAGESIZE.
59277
59278 2003-08-16  Jim Meyering  <jim@meyering.net>
59279         and Paul Eggert  <eggert@cs.ucla.edu>
59280
59281         Merges from coreutils, etc.
59282
59283         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
59284         using the latest version from cvs.  This avoids problems with #line
59285         directives using a vendor (Sun) compiler.
59286         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
59287         Don't set GETGROUPS_LIB here; now it's
59288         done via getgroups.m4's wrapper function.
59289         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
59290         rather than just in sh-util/configure.in, so that the
59291         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
59292         same.
59293         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
59294         AC_FUNC_GETLOADAVG where to find getloadavg.c.
59295         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
59296         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
59297         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
59298         Remove code that is now done by the newly-required macros.
59299         Append $(EXEEXT) to DF_PROG.
59300         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
59301         Do not invoke or require the following here,
59302         since prereq.m4 or some gnulib .m4 now does this for us:
59303         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
59304         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
59305         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
59306         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
59307         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
59308         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
59309         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
59310         AC_FUNC_OBSTACK.
59311         Do not replace the following functions, as this is now the job
59312         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
59313         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
59314         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
59315         atexit getpass, strdup, getpagesize.
59316         Replace 'raise'.
59317         Do not check for the following functions, as this is now the job
59318         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
59319         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
59320         setregid.
59321         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
59322         Check for sys/sysctl.h.
59323         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
59324         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
59325         of checking for ssize_t ourselves.
59326
59327         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
59328         Require every macro that gnulib/modules/* suggests for us.
59329         (jm_PREREQ_ADDEXT): New macro.
59330         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
59331         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
59332
59333         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
59334         (gl_PHYSMEM): Use it.
59335         Also check for `table' function.
59336         Check for new headers and functions.
59337         Add check for sys/sysmp.h.
59338         With suggestions from Kaveh Ghazi.
59339         Ignore headers that are present but cannot be compiled.  This
59340         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
59341         C 5.4.
59342
59343 2003-08-15  Paul Eggert  <eggert@twinsun.com>
59344
59345         Document merge from coreutils.
59346         * modules/userspec: Depend on posixver.
59347         * modules/strftime: Depend on tzset.
59348
59349 2003-08-15  Paul Eggert  <eggert@twinsun.com>
59350
59351         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
59352         rather than tab, after '#' in shell-script copyright notices.
59353         Suggested by Bruno Haible.
59354
59355 2003-08-15  Paul Eggert  <eggert@twinsun.com>
59356
59357         * config/srclist-update: Use three spaces, rather than tab, after '#'
59358         in shell-script copyright notices.  Suggested by Bruno Haible.
59359         Remove unnecessary parenthesization in regular expression.
59360
59361 2003-08-15  Jim Meyering  <jim@meyering.net>
59362
59363         Merge from coreutils.
59364         * lib/xgethostname.c: Include <stdlib.h>.
59365         (xghostname): Don't exit for anything other than memory-related
59366         failure; just return NULL.
59367         * lib/userspec.c: Include "posixver.h".
59368         (parse_user_spec): Accept `.' as a separator only
59369         in pre-POSIX-200112 mode.
59370         * lib/strtoimax.c: Use #elif rather than #else #if.
59371         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
59372         Remove function, now that we can rely on a working tzset function.
59373         [!_LIBC]: Ensure that the required autoconf test has been run.
59374         [!defined _NL_CURRENT && HAVE_STRFTIME]:
59375         Use underlying_strftime for %r.
59376         * lib/sha.c: Merge in some clean-up and optimization changes from
59377         glibc.
59378         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
59379         Ensure that it is a multiple of 64.
59380         Rearrange loop exit tests so as to avoid performing an
59381         additional fread after encountering an error or EOF.
59382         * lib/realloc.c: Update copyright date.
59383
59384 2003-08-15  Jim Meyering  <jim@meyering.net>
59385         and Paul Eggert  <eggert@twinsun.com>
59386
59387         Merge from coreutils.
59388         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
59389         member but strut utmpx does not.  Needed for AIX 4.3.3.
59390         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
59391
59392 2003-08-15  Jim Meyering  <jim@meyering.net>
59393         and Paul Eggert  <eggert@cs.ucla.edu>
59394
59395         Merges from coreutils, etc.
59396         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
59397         Require gl_FUNC_TZSET_CLOBBER.
59398         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
59399         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
59400         members.
59401
59402 2003-08-14  Paul Eggert  <eggert@twinsun.com>
59403
59404         Help the merge from coreutils.
59405         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
59406         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
59407         * m4/tzset.m4: Use it too.
59408
59409 2003-08-14  Paul Eggert  <eggert@twinsun.com>
59410
59411         * modules/tzset: New file.
59412
59413 2003-08-14  Jim Meyering  <jim@meyering.net>
59414
59415         Merges from coreutils.
59416         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
59417         variable names, rather than @FNMATCH_H@.
59418         * modules/alloca: Likewise for $(ALLOCA_H).
59419
59420         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
59421         the three copies of the literal target, `fnmatch.h'.
59422         * modules/alloca (alloca.h): Likewise.
59423
59424 2003-08-14  Jim Meyering  <jim@meyering.net>
59425
59426         Merge from coreutils.
59427         * m4/tzset.m4: New file.
59428         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
59429         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
59430         otherwise, AIX 5.1 systems would end up using the latter.
59431         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
59432         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
59433         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
59434         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
59435
59436 2003-08-14  Jim Meyering  <jim@meyering.net>
59437
59438         Merge from coreutils.
59439         * lib/obstack.h: Whitespace changes.
59440         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
59441         and xcalloc return values.
59442         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
59443         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
59444         hang on OSF/1 5.1 for DIR on both local and remote file systems.
59445         Reported by (and fix confirmed by) Nelson H. F. Beebe.
59446         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
59447         error from mntctl.
59448         Use mntctl's return value to drive the entry-processing loop, since
59449         we can't rely on the value of the vmt_length member in the last
59450         entry.  On some systems doing so could result in exhausting
59451         virtual memory.  Based in part on a patch from Mike Jetzer.
59452
59453 2003-08-14  Jim Meyering  <jim@meyering.net>
59454         and Paul Eggert  <eggert@twinsun.com>
59455
59456         Merges from coreutils, plus other fixes.
59457         * lib/physmem.c: Merge in portability changes from gcc/libiberty
59458         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
59459         for credits and details.  Thanks to Kaveh Ghazi for helping
59460         to keep these files in sync.
59461         (ARRAY_SIZE): Define it.
59462         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
59463         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
59464         (memcasecmp): Don't assume size_t fits in unsigned int.
59465         Remove casts and duplicate code.
59466         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
59467         (memcpy): Remove definition.
59468         Merge in some clean-up and optimization changes from glibc.
59469         [BLOCKSIZE]: Move definition to top of file.
59470         Ensure that it is a multiple of 64.
59471         Rearrange loop exit tests so as to avoid performing an
59472         additional fread after encountering an error or EOF.
59473         * lib/md5.h (md5_uintptr): Define.
59474         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
59475         return to the initial working directory.  Preserve errno
59476         for caller.
59477         * lib/idcache.c: Include "xalloc.h".
59478         (xmalloc, xrealloc): Remove decls.
59479         (getuser): Remove casts no longer required in C89.
59480         * lib/human.c: Include stdio.h, for sprintf.
59481         * lib/group-member.c: Include "xalloc.h".
59482         (xmalloc, xrealloc): Remove decls.
59483         (get_group_info): Remove casts no longer required in C89.
59484         * lib/getusershell.c (readname): Remove casts no longer required in
59485         C89.
59486         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
59487         * lib/getline.c: Whitespace fix, from coreutils.
59488
59489 2003-08-13  Paul Eggert  <eggert@twinsun.com>
59490
59491         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
59492         Check for isascii.
59493
59494         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
59495         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
59496         Undo previous (whitespace-only) change.
59497
59498 2003-08-13  Paul Eggert  <eggert@twinsun.com>
59499
59500         * lib/exclude.c: Include <ctype.h>
59501         (IN_CTYPE_DOMAIN): New macro.
59502         (is_space): New fn.
59503         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
59504         and empty lines.
59505
59506         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
59507         Undo previous (whitespace-only) change.
59508
59509 2003-08-13  Paul Eggert  <eggert@twinsun.com>
59510
59511         * config/srclist-update: Change update back to the old behavior,
59512         leaving whitespace alone.  Use one 'sed' command rather than a
59513         pipeline.
59514         (fixlicense): Now a variable, not a function.
59515         (remove_trailing_blanks): Remove.
59516         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
59517         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
59518         Undo previous (whitespace-only) change.
59519
59520 2003-08-12  Paul Eggert  <eggert@twinsun.com>
59521
59522         Merge from coreutils.
59523         * modules/euidaccess: Add lib_SOURCES, include for new
59524         file euidaccess.h
59525
59526 2003-08-12  Paul Eggert  <eggert@twinsun.com>
59527
59528         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
59529         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
59530         Normalize leading white space and remove trailing white space.
59531
59532         Merge from coreutils
59533         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
59534
59535         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
59536         0.12.1.  These files are now being upgraded automatically by
59537         ../config/srclist-update.
59538
59539 2003-08-12  Paul Eggert  <eggert@twinsun.com>
59540
59541         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
59542         Normalize leading white space and remove trailing white space.
59543         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
59544         notice, as per ../config/srclist-update.
59545
59546         Merge from coreutils.
59547         * lib/euidaccess.h: New file.
59548         * lib/euidaccess.c: Include it.
59549         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
59550         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
59551         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
59552
59553 2003-08-12  Paul Eggert  <eggert@twinsun.com>
59554
59555         * config/srclist-update: Add copyright notice.
59556         (remove_id_lines, remove_trailing_blanks): New constants.
59557         (fixfile): Use them to normalize spacing a bit in copied files.
59558         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
59559         Normalize leading white space and remove trailing white space.
59560
59561         * config/texinfo.tex: Sync with texinfo.
59562
59563         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
59564         strtoul.c from libc, to merge coreutils whitespace changes.
59565
59566         * config/srclist.txt: Get the following m4 files from gettext:
59567         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
59568         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
59569         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
59570         wint_t.m4.
59571
59572 2003-08-12  Karl Berry  <karl@gnu.org>
59573
59574         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
59575         been made.
59576
59577 2003-08-11  Paul Eggert  <eggert@twinsun.com>
59578
59579         * modules/gnu-source, m4/gnu-source.m4:
59580         Remove; we're assuming Autoconf 2.54 or later now.
59581         Suggested by Bruno Haible.
59582         * MODULES.html.sh (func_all_modules): Remove gnu-source.
59583
59584 2003-08-11  Bruno Haible  <bruno@clisp.org>
59585
59586         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
59587
59588 2003-08-11  Bruno Haible  <bruno@clisp.org>
59589
59590         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
59591         (vasnprintf): Use it instead of wcslen.
59592
59593 2003-08-11  Bruno Haible  <bruno@clisp.org>
59594
59595         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
59596         value to ensure that _Bool promotes to int. Use #define for _Bool when
59597         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
59598
59599 2003-08-10  Karl Berry  <karl@gnu.org>
59600
59601         * lib/regex.h: update from libc (whitespace fix).
59602
59603 2003-08-09  Paul Eggert  <eggert@twinsun.com>
59604
59605         Merge some files from coreutils.  These changes were
59606         originally made by Jim Meyering.
59607         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
59608         many older Unixes require this.
59609         * lib/alloca.c (alloca): Remove cast to argument of free;
59610         no longer needed in C89.
59611         * lib/alloca_.h, regex.h: Fix white space to match
59612         what GNU indent does.
59613
59614 2003-08-09  Paul Eggert  <eggert@twinsun.com>
59615
59616         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
59617         apparently Emacs's Unicode mode got confused before my 2003-08-05
59618         checkin.
59619
59620 2003-08-08  Paul Eggert  <eggert@twinsun.com>
59621
59622         * m4/extensions.m4: New file.
59623         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
59624         Require gl_USE_SYSTEM_EXTENSIONS.
59625         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
59626         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
59627
59628 2003-08-08  Paul Eggert  <eggert@twinsun.com>
59629
59630         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
59631         * modules/extensions, modules/gnu-source: New files.
59632         * modules/timespec, modules/unlocked-io: Depend on extensions.
59633
59634 2003-08-07  Paul Eggert  <eggert@twinsun.com>
59635
59636         * modules/restrict: New file.
59637         * MODULES.html.sh (func_all_modules): Add restrict.
59638         * modules/regex: Depend on restrict.
59639
59640 2003-08-07  Paul Eggert  <eggert@twinsun.com>
59641
59642         * m4/restrict.m4: New file.
59643         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
59644
59645 2003-08-07  Bruno Haible  <bruno@clisp.org>
59646
59647         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
59648         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
59649
59650 2003-08-07  Bruno Haible  <bruno@clisp.org>
59651
59652         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
59653         makes the module 'getndelim2' compatible with the module 'getline'.
59654
59655 2003-08-05  Paul Eggert  <eggert@twinsun.com>
59656
59657         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
59658         byte with "\201" to avoid glitches when editing that source file
59659         with multi-gnome-terminal.
59660
59661 2003-08-05  Paul Eggert  <eggert@twinsun.com>
59662
59663         * lib/bumpalloc.h: Remove.
59664
59665 2003-08-05  Paul Eggert  <eggert@twinsun.com>
59666
59667         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
59668         * modules/bumpalloc: Remove.
59669
59670 2003-08-04  Paul Eggert  <eggert@twinsun.com>
59671
59672         * lib/getloadavg.c: Change copyright notice and spacing to conform to
59673         GNU coding style.
59674
59675         Merge from coreutils.
59676         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
59677         1. From glibc.
59678         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
59679         from Karl Berry, implemented by Jim Meyering.
59680         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
59681         from Dmitry V. Levin.
59682         Remove anachronistic cast of xrealloc.
59683         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
59684         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
59685         type. Otherwise, it wouldn't compile with at least /bin/cc on
59686         ymp-cray-unicos9.0.2.X.
59687         Combine two mostly-identical uses of alloca into one.
59688         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
59689
59690 2003-08-04  Dave Love  <d.love@dl.ac.uk>
59691
59692         [From Emacs.]
59693
59694         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
59695         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
59696         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
59697         obsolete NLIST_NAME_UNION.
59698         [__GNU__]: Undef BSD and FSCALE.
59699         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
59700
59701 2003-08-03  Paul Eggert  <eggert@twinsun.com>
59702
59703         * lib/stdbool_.h (_Bool): Make it signed char, instead of
59704         an enum type, so that it's guaranteed to promote to int.  See:
59705         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
59706
59707 2003-08-03  Karl Berry  <karl@gnu.org>
59708
59709         * config/depcomp: update from automake.
59710
59711 2003-07-31  Paul Eggert  <eggert@twinsun.com>
59712
59713         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
59714         (strerror): Don't assume that a printable int fits in 14 bytes.
59715
59716 2003-07-31  Bruno Haible  <bruno@clisp.org>
59717
59718         * modules/getpass-gnu: New file.
59719         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
59720
59721 2003-07-31  Bruno Haible  <bruno@clisp.org>
59722
59723         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
59724
59725 2003-07-24  Karl Berry  <karl@gnu.org>
59726
59727         * config/missing: update from automake.
59728
59729 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
59730             Bruno Haible  <bruno@clisp.org>
59731
59732         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
59733         * lib/getline.c (getline, getdelim): Likewise.
59734         Remove _GNU_SOURCE define; now it's defined in config.h through
59735         m4/getline.m4.
59736
59737 2003-07-23  Karl Berry  <karl@gnu.org>
59738
59739         * config/config.sub: update from prep.
59740
59741 2003-07-22  Paul Eggert  <eggert@twinsun.com>
59742
59743         * modules/xalloc (Depends-on): Add exitfail.
59744         * modules/xmemcoll: Likewise.
59745
59746 2003-07-22  Paul Eggert  <eggert@twinsun.com>
59747
59748         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
59749         over-parenthesization in macros.
59750
59751         Sync with coreutils.
59752
59753         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
59754         required by C99.
59755
59756         Use `exit_failure' for xalloc and xmemcoll instead of their own
59757         private exit-failure variables.
59758         * lib/xalloc.h (xalloc_exit_failure): Remove.
59759         * lib/xmalloc.c: Likewise.  Include exitfail.h.
59760         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
59761         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
59762         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
59763         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
59764
59765 2003-07-20  Jim Meyering  <jim@meyering.net>
59766
59767         * modules/closeout (Depends-on): Add exitfail.
59768         Suggestion from Bruno Haible.
59769
59770 2003-07-19  Karl Berry  <karl@gnu.org>
59771
59772         * config/config.sub: update from prep.
59773
59774 2003-07-18  Paul Eggert  <eggert@twinsun.com>
59775
59776         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
59777         Remove.
59778         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
59779         to test that it can stand by itself.  Include "exitfail.h".
59780         Clients should set exit_failure instead.
59781         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
59782
59783 2003-07-18  Bruno Haible  <bruno@clisp.org>
59784
59785         * modules/getndelim2: New file.
59786         * modules/getline: Share files with module getndelim2.
59787         * modules/getnline: Depend on getndelim2 instead of sharing files with
59788         it. Add getnline.c to lib_SOURCES.
59789         * MODULES.html.sh (func_all_modules): Add getndelim2.
59790
59791 2003-07-18  Bruno Haible  <bruno@clisp.org>
59792
59793         * m4/getndelim2.m4: New file.
59794         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
59795         invoke gl_PREREQ_GETNDELIM2.
59796         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
59797         gl_PREREQ_GETNDELIM2.
59798         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
59799         gl_GETNDELIM2.
59800
59801 2003-07-18  Bruno Haible  <bruno@clisp.org>
59802
59803         * lib/getndelim2.h: New file.
59804         * lib/getndelim2.c: Make into a module of its own. Include config.h,
59805         getndelim2.h.
59806         (getndelim2): Make non-static. Change return type to ssize_t.
59807         * lib/getline.h: Change argument names.
59808         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
59809         * lib/getnline.c: Include getndelim2.h.
59810
59811 2003-07-18  Andreas Schwab  <schwab@suse.de>
59812
59813         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
59814
59815 2003-07-17  Karl Berry  <karl@gnu.org>
59816
59817         * config/config.sub: update from prep.
59818
59819 2003-07-17  Bruno Haible  <bruno@clisp.org>
59820
59821         * modules/getnline: New file.
59822         * modules/getline: Add lib/getndelim2.c to source file list.
59823         * MODULES.html.sh (func_all_modules): Add getnline.
59824
59825 2003-07-17  Bruno Haible  <bruno@clisp.org>
59826
59827         * m4/getnline.m4: New file.
59828
59829 2003-07-17  Bruno Haible  <bruno@clisp.org>
59830
59831         * m4/Makefile.am.in: Remove file.
59832         * m4/Makefile.am: Remove file.
59833         * m4/Makefile.in: Remove file.
59834
59835 2003-07-17  Bruno Haible  <bruno@clisp.org>
59836
59837         * lib/getnline.h: New file.
59838         * lib/getnline.c: New file.
59839         * lib/getndelim2.c: New file, extracted from getline.c.
59840         (getndelim2): Renamed from getdelim2, with added nmax argument.
59841         * lib/getline.c: Include getndelim2.c.
59842         (getdelim2): Moved out to getndelim2.c.
59843         (getline, getdelim): Update.
59844
59845 2003-07-17  Bruno Haible  <bruno@clisp.org>
59846
59847         * lib/Makefile.am: Remove file.
59848         * lib/Makefile.in: Remove file.
59849
59850 2003-07-17  Bruno Haible  <bruno@clisp.org>
59851
59852         * configure.in: Remove file.
59853         * Makefile.in: Remove file.
59854
59855 2003-07-17  Bruno Haible  <bruno@clisp.org>
59856
59857         * MODULES.html.sh: Put the </BODY> right before </HTML>.
59858
59859 2003-07-16  Karl Berry  <karl@gnu.org>
59860
59861         * config/srclist-update: was running fixlicense twice, which caused
59862                 texinfo.tex to be nullified for some reason.  Simplify,
59863                 $gplsrc is no longer needed as far as I can see?
59864
59865 2003-07-16  Jim Meyering  <jim@meyering.net>
59866
59867         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
59868
59869 2003-07-15  Paul Eggert  <eggert@twinsun.com>
59870
59871         * config/srclist.txt: Get the following files from gettext-runtime/intl
59872         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
59873         ref-del.sin.  From Bruno Haible.
59874         * config/srclist-update (fixfile): Change grep pattern again, since the
59875         previous fix didn't work (there was another trailing $).  Use
59876         '[$]' to escape the $s.
59877
59878 2003-07-15  Karl Berry  <karl@gnu.org>
59879
59880         * lib/vasnprintf.c: update from gettext.
59881
59882 2003-07-15  Karl Berry  <karl@gnu.org>
59883
59884         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
59885         gets expanded when surrounded by '$'.
59886
59887 2003-07-15  Jim Meyering  <jim@meyering.net>
59888
59889         * modules/save-cwd: Don't depend on error.  From Derek Price.
59890
59891 2003-07-15  Jim Meyering  <jim@meyering.net>
59892
59893         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
59894
59895 2003-07-14  Simon Josefsson  <jas@extundo.com>
59896
59897         * modules/mempcpy: New file.
59898         * MODULES.html.sh (func_all_modules): Add mempcpy.
59899
59900 2003-07-14  Simon Josefsson  <jas@extundo.com>
59901
59902         * m4/mempcpy.m4: New file.
59903
59904 2003-07-14  Simon Josefsson  <jas@extundo.com>
59905
59906         * lib/mempcpy.h: New file.
59907         * lib/mempcpy.c: New file.
59908
59909 2003-07-14  Paul Eggert  <eggert@twinsun.com>
59910
59911         * modules/getdate, modules/posixtm: Depend on mktime.
59912
59913 2003-07-14  Paul Eggert  <eggert@twinsun.com>
59914
59915         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
59916         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
59917         unicodeio.c, unicodeio.h, unlocked-io.h:
59918         Switch from LGPL to GPL.
59919
59920 2003-07-14  Paul Eggert  <eggert@twinsun.com>
59921
59922         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
59923         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
59924         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
59925         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
59926         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
59927         updated automatically by ../config/srclist-update.  This changes
59928         their license from LPGL to GPL.
59929
59930 2003-07-14  Paul Eggert  <eggert@twinsun.com>
59931
59932         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
59933         assumed to refer to the root of the most recent stable gettext version.
59934         * config/srclistvars.sh: Add defaults for eggert.
59935         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
59936         Match "This program" as well as "The program".  This is needed
59937         for gettext.
59938
59939 2003-07-14  Jim Meyering  <jim@meyering.net>
59940
59941         Don't emit diagnostics.  Let callers do that.
59942         * lib/save-cwd.c: Don't include "error.h".
59943         (save_cwd): Don't call error.  Ensure that errno is valid
59944         when returning nonzero.
59945
59946         * lib/save-cwd.h (restore_cwd): Update prototype.
59947         * lib/save-cwd.c (restore_cwd): Remove two parameters.
59948         Simplify.  Don't call error upon failure.  Let callers do that.
59949         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
59950         when auditing is enabled.  But don't bother updating the #if.
59951
59952 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
59953
59954         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
59955         it breaks C++ compilation.
59956         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
59957
59958 2003-07-10  Simon Josefsson  <jas@extundo.com>
59959
59960         * modules/strchrnul (Makefile.am): Add strchrnul.h.
59961
59962 2003-07-10  Jim Meyering  <jim@meyering.net>
59963
59964         * m4/clock_time.m4: Remove trailing blank.
59965         * m4/intmax_t.m4: Likewise.
59966
59967 2003-07-10  Jim Meyering  <jim@meyering.net>
59968
59969         * lib/vasnprintf.c: Remove trailing blanks.
59970         Make cpp indentation consistent.
59971
59972 2003-07-09  Paul Eggert  <eggert@twinsun.com>
59973
59974         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
59975         posixver.c, strftime.c, strnlen.c, strverscmp.c:
59976         Switch from LGPL to GPL.
59977
59978 2003-07-09  Paul Eggert  <eggert@twinsun.com>
59979
59980         * config/srclist.txt: Sort sublists.  Add
59981         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
59982         that differ from gnulib for one reason or another; we'd like this list
59983         to be smaller but for now let's document what we have.
59984
59985 2003-07-08  Paul Eggert  <eggert@twinsun.com>
59986
59987         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
59988         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
59989         and sweeter "eval x=$x".
59990         * config/srclist.txt: Get lib/argp* from glibc.
59991
59992 2003-07-07  Paul Eggert  <eggert@twinsun.com>
59993
59994         * lib/mktime.c: Fix some boundary cases and remove need for floating
59995         point.
59996
59997         Issue a compile-time diagnostic if time_t is floating point, or if
59998         two's complement arithmetic is not in effect, or if arithmetic
59999         right shift does not propagate the sign.  These assumptions were
60000         all in the original code but they weren't checked.
60001
60002         (TIME_T_MIDPOINT, verify): New macros.
60003         (__isleap): Remove; it has integer overflow problems.
60004         (leapyear): New function, without those problems.
60005         (ydhms_tm_diff): Remove; splitting into two parts.
60006         (ydhms_diff): New function, containing the arithmetic part of
60007         the old ydhms_tm_diff function.  Issue a compile-time
60008         diagnostic if we are not using C99 integer division.
60009         Avoid casts when possible.
60010         (guess_time_tm): New function, containing the checking part of
60011         the old ydhms_tm_diff function.  Return the new value, rather than
60012         the difference between it and the old.  Accept a new argument T
60013         so that *T specifies the old value.  Check for overflow in the result.
60014
60015         (__mktime_internal): Use a time_t offset, not a long int offset.
60016         This undoes the 2003-06-04 change, which is no longer needed now
60017         that we have better overflow checking.
60018         (localtime_offset): Likewise.
60019
60020         (__mktime_internal): Avoid harmful overflow on hosts where time_t
60021         and long are 64-bit but int is only 32-bit.
60022         (ydhms_diff): Use long int to store year1 and yday1.
60023         Issue a compile-time diagnostic if long int is not wide enough.
60024
60025         (__mktime_internal): Use long int to store adjusted year and yday.
60026         Use plain C rather than preprocessor commands, if that doesn't
60027         affect efficiency.
60028         Check for overflow (and try to repair) after each probe
60029         rather than checking only at the very end.  This avoids some bugs
60030         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
60031         does not equal GMT offset at maximum time).
60032         Use integer to check for overflow rather than floating point; this
60033         is more portable to non-IEEE hosts, and is a tad faster.
60034         When we detect that we are oscillating between two values,
60035         don't check whether tm_isdst has the requested value, since
60036         we already know the answer.  When tm_isdst has the wrong value,
60037         use a different heuristic to find the right one, based on the
60038         extreme values actually observed in practice in tz2003a,
60039         rather than the (overly optimistic) "previous 3 calendar quarters".
60040
60041         (not_equal_tm, print_tm, check_result): Use "const T" rather than
60042         "T const" to accommodate glibc style.
60043         (check_result): Use less-confusing report format.  "long" -> "long int.
60044         (main): Likewise.
60045         Don't loop if the iteration overflows time_t.
60046         Allow a negative step in the iteration.
60047
60048 2003-07-06  Karl Berry  <karl@gnu.org>
60049
60050         * config/depcomp: update from automake.
60051         * config/config.sub: update from prep.
60052
60053 2003-07-03  Karl Berry  <karl@gnu.org>
60054
60055         * config/config.guess: update from prep.
60056
60057 2003-07-01  Paul Eggert  <eggert@twinsun.com>
60058
60059         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
60060         xreadlink.c now includes it unconditionally.
60061
60062 2003-07-01  Paul Eggert  <eggert@twinsun.com>
60063
60064         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
60065         having it depend on HAVE_SYS_TYPES_H.
60066
60067 2003-07-01  Bruno Haible  <bruno@clisp.org>
60068
60069         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
60070         <sys/types.h> should be sufficient.
60071         Reported by Paul Eggert.
60072
60073 2003-06-26  Karl Berry  <karl@gnu.org>
60074
60075         * config/depcomp: update from automake.
60076
60077 2003-06-26  Bruno Haible  <bruno@clisp.org>
60078
60079         * modules/human: Depend on module stdbool.
60080
60081 2003-06-25  Bruno Haible  <bruno@clisp.org>
60082
60083         * modules/readlink: New file.
60084         * modules/xreadlink: Depend on it.
60085         * MODULES.html.sh (func_all_modules): Add readlink.
60086
60087 2003-06-25  Bruno Haible  <bruno@clisp.org>
60088
60089         * m4/readlink.m4: New file.
60090
60091 2003-06-25  Bruno Haible  <bruno@clisp.org>
60092
60093         * lib/readlink.c: New file.
60094
60095 2003-06-22  Karl Berry  <karl@gnu.org>
60096
60097         * config/srclist.txt: update mkinstalldirs from automake.
60098         * config/mkinstalldirs: update.
60099
60100 2003-06-22  Bruno Haible  <bruno@clisp.org>
60101
60102         Portability to mingw32.
60103         * m4/ssize_t.m4: New file, from GNU gettext.
60104         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
60105         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
60106
60107 2003-06-22  Bruno Haible  <bruno@clisp.org>
60108
60109         * modules/safe-read: Add m4/ssize_t.m4.
60110         * modules/xreadlink: Add m4/ssize_t.m4.
60111
60112 2003-06-20  Bruno Haible  <bruno@clisp.org>
60113
60114         Assume C89, so PARAMS isn't needed.
60115         * lib/unicodeio.h (PARAMS): Remove.
60116         * lib/unicodeio.c: Don't use PARAMS.
60117
60118 2003-06-18  Karl Berry  <karl@gnu.org>
60119
60120         * config/config.{guess,sub}: update from prep.
60121
60122 2003-06-18  Jim Meyering  <jim@meyering.net>
60123
60124         Merge changes from coreutils.
60125         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
60126         Remove explicit declarations of xmalloc and realloc.
60127         Include xalloc.h.
60128         (read_utmp): Remove anachronistic cast of xmalloc.
60129
60130 2003-06-17  Paul Eggert  <eggert@twinsun.com>
60131
60132         Assume C89, so PARAMS isn't needed.
60133         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
60134         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
60135         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
60136         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
60137         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
60138         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
60139         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
60140         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
60141         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
60142         lib/xstrtod.h, lib/xstrtol.h: Likewise.
60143         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
60144         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
60145         no longer needed. Anyway, config.h should always be included before any
60146         other file.
60147
60148 2003-06-11  Simon Josefsson  <jas@extundo.com>
60149
60150         * modules/sysexits: New file.
60151         * MODULES.html.sh (func_all_modules): Add sysexits.
60152
60153 2003-06-11  Simon Josefsson  <jas@extundo.com>
60154
60155         * lib/sysexit_.h: New file.
60156
60157 2003-06-11  Derek Price  <derek@ximbiot.com>
60158
60159         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
60160         necessary.
60161
60162 2003-06-11  Bruno Haible  <bruno@clisp.org>
60163
60164         * m4/sysexits.m4: New file.
60165
60166 2003-06-10  Simon Josefsson  <jas@extundo.com>
60167
60168         * lib/argp.h: New file, from glibc.
60169         * lib/argp-ba.c: New file, from glibc.
60170         * lib/argp-eexst.c: New file, from glibc.
60171         * lib/argp-fmtstream.c: New file, from glibc.
60172         * lib/argp-fmtstream.h: New file, from glibc.
60173         * lib/argp-fs-xinl.c: New file, from glibc.
60174         * lib/argp-help.c: New file, from glibc.
60175         * lib/argp-namefrob.h: New file, from glibc.
60176         * lib/argp-parse.c: New file, from glibc.
60177         * lib/argp-pv.c: New file, from glibc.
60178         * lib/argp-pvh.c: New file, from glibc.
60179         * lib/argp-xinl.c: New file, from glibc.
60180
60181 2003-06-10  Simon Josefsson  <jas@extundo.com>
60182
60183         * modules/strchrnul: New file.
60184
60185 2003-06-10  Simon Josefsson  <jas@extundo.com>
60186
60187         * modules/argp: New file.
60188
60189 2003-06-10  Simon Josefsson  <jas@extundo.com>
60190
60191         * m4/strchrnul.m4: New file.
60192
60193 2003-06-10  Simon Josefsson  <jas@extundo.com>
60194
60195         * lib/strchrnul.h: New file.
60196         * lib/strchrnul.c: New file.
60197
60198 2003-06-10  Bruno Haible  <bruno@clisp.org>
60199
60200         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
60201
60202 2003-06-07  Karl Berry  <karl@gnu.org>
60203
60204         * config/config.{guess,sub}: update from prep.
60205
60206 2003-06-07  Jim Meyering  <jim@meyering.net>
60207
60208         * modules/strtod: Use $(...) notation, not @...@ for
60209         AC_REPLACE'd variables.
60210         * modules/localcharset: Likewise.
60211
60212 2003-06-07  Jim Meyering  <jim@meyering.net>
60213
60214         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
60215         in place of my name in the copyright comment.
60216         Remove definition and uses of __P.
60217
60218         From coreutils.
60219         * lib/stat.c: Don't declare xmalloc explicitly.
60220         Instead, include "xalloc.h".
60221         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
60222         xrealloc, and xcalloc return values.
60223         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
60224         Improve comment.
60225         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
60226
60227 2003-06-07  Bruno Haible  <bruno@clisp.org>
60228
60229         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
60230         avoid AC_CONFIG_LINKS.
60231         * modules/fnmatch (Makefile.am): Use explicit creation rule for
60232         fnmatch.h, to avoid AC_CONFIG_LINKS.
60233         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
60234
60235 2003-06-07  Bruno Haible  <bruno@clisp.org>
60236
60237         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
60238         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
60239         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
60240         directory.
60241         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
60242         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
60243         directory.
60244
60245 2003-06-06  Jim Meyering  <jim@meyering.net>
60246
60247         Merge from coreutils.
60248         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
60249         Consolidate declarations and initializations of *_base* locals.
60250
60251         Merge from coreutils.
60252         This avoids a core dump on systems without GNU putenv,
60253         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
60254         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
60255         (unsetenv): New static function, from GNU libc.
60256         (rpl_putenv): Use it.
60257
60258         * lib/modechange.c: Remove trailing blanks.
60259
60260         Merge from coreutils.
60261         * lib/fsusage.c: Remove declaration of statfs.
60262         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
60263
60264         * lib/posixtm.c: Include <stdbool.h> unconditionally.
60265
60266 2003-06-06  Jim Meyering  <jim@meyering.net>
60267
60268         * lib/stdbool_.h: Renamed from stdbool.h.in.
60269
60270 2003-06-06  Jim Meyering  <jim@meyering.net>
60271             Bruno Haible  <bruno@clisp.org>
60272
60273         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
60274         Adjust Makefile.am snippet not to redirect directly to target.
60275         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
60276
60277 2003-06-05  Paul Eggert  <eggert@twinsun.com>
60278
60279         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
60280         mismatch, look in future quarters as well as past.  This fixes a
60281         bug when processing fall-backwards gaps immediately after a long
60282         period of daylight-saving time.
60283
60284         * lib/mktime.c: Assume freestanding C89 or better.
60285         (HAVE_LIMITS_H): Remove.  Assume it's 1.
60286         (__P): Remove; not used.
60287         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
60288         (mktime, not_equal_tm, print_tm, check_result,
60289         main): Use prototypes.  Use const * where appropriate.
60290         (main): Fix typo in testing code that uncovered by above changes.
60291         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
60292
60293 2003-06-04  Paul Eggert  <eggert@twinsun.com>
60294
60295         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
60296         locale.h, localeconv.  This merges changes from coreutils.
60297
60298         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
60299         It can be removed after the next Autoconf is released.
60300         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
60301         needed.
60302
60303 2003-06-04  Paul Eggert  <eggert@twinsun.com>
60304
60305         * lib/mktime.c: Fix Debian bug 177940
60306         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
60307         (localtime_offset): Now long int, not time_t, because we want it
60308         to be guaranteed to be signed.  All uses changed.
60309         (__mktime_internal): If overflow would occur when adding offset,
60310         don't add it.
60311
60312         Merge 'human' changes from coreutils.  Rewrite to support
60313         locale-specific notations like thousands separators.
60314         * lib/human.c: Simplify authorship notice.
60315         Include human.h immediately after config.h.
60316         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
60317         <limits.h>: Do not include, since human.h does.
60318         (SIZE_MAX, UINTMAX_MAX): New macros.
60319         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
60320         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
60321         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
60322         (power_letter): Renamed from suffixes.
60323         (generate_suffix_backwards): Remove.
60324         (adjust_value): Now takes int style (because of human.h changes)
60325         and long double value (for greater precision on some platforms).
60326         (group_number): New function.
60327         (human_readable): Use it.  Use integer options, not enum.
60328         Put the options before the sizes in the arg list.
60329         Support all the new options.
60330         The old human_readable function has been removed;
60331         use inttostr.h instead.
60332         (human_readable, default_block_size, humblock):
60333         Use uintmax_t, not int, for block sizes.
60334         (human_readable_inexact, block_size_types): Remove.
60335         (block_size_opts): New constant.
60336         (human_options): Renamed from human_block_size, with new signature
60337         that allows block sizes up to UINTMAX_MAX.  All callers changed.
60338         * lib/human.h: Add copyright and authorship notice.
60339         Include <limits.h> and <stdbool.h> unconditionally.
60340         (PARAMS): Remove.  All uses removed.
60341         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
60342         (enum human_inexact_style): Remove tag; now a nameless enum.
60343         (human_floor, human_ceiling, human_round_to_even): Now have
60344         values 2, 0, 1 rather than -1, 1, 0.
60345         (human_group_digits, human_suppress_point_zero, human_autoscale,
60346         human_base_1024, human_SI, human_B): New constants.
60347         (human_readable_inexact, human_block_size): Remove.
60348         (human_readable): Size args are now uintmax_t, not int.
60349         (human_options): New decl.
60350
60351         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
60352         unnecessary now that we assume C89 or better.  This change
60353         imported from coreutils.
60354
60355         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
60356         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
60357         in the 2003-05-30 sync from glibc.
60358
60359         .h files should stand alone, but we shouldn't include <sys/types.h>
60360         if we can get away with just <stddef.h>.
60361
60362         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
60363         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
60364         rather than <sys/types.h>, as we merely need size_t.
60365         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
60366         to get size_t.
60367         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
60368         Include <stdio.h>, to get FILE.
60369         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
60370         memcasecmp.h has included <stddef.h> and all we need is size_t.
60371         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
60372         our interface, instead of including <sys/types.h>
60373
60374 2003-06-04  Paul Eggert  <eggert@twinsun.com>
60375
60376         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
60377         now, as glibc mktime is buggy on non-glibc systems.
60378
60379 2003-06-03  Karl Berry  <karl@gnu.org>
60380
60381         * config/config.sub: update from prep.
60382
60383 2003-06-02  Paul Eggert  <eggert@twinsun.com>
60384
60385         [from coreutils]
60386         Fix some minor time-related bugs with POSIX time arguments.
60387         Some valid time stamps were being rejected (notably -1, and
60388         time stamps before 1900 on 64-bit hosts).  And some invalid
60389         time stamps were being accepted, e.g. September 31.
60390
60391         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
60392         that we can return (time_t) -1 successfully.
60393         * lib/posixtm.c: Likewise.
60394         [HAVE_STDBOOL_H]: Include <stdbool.h>.
60395         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
60396         (t): Remove static var.
60397         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
60398         of static var.  All uses changed.
60399         (year): Do not reject years before 1900; they can occur with
60400         64-bit time_t.
60401         (posix_time_parse): Do not check for out-of-range components;
60402         that is now the caller's responsibility, since our checks were
60403         only approximations.
60404         (posixtime): Use mktime to check for out-of-range components,
60405         since it knows them exactly.
60406         If mktime returns (time_t) -1, check whether an error actually occurred
60407         by invoking localtime on -1.
60408         (main) [TEST_POSIXTIME]: Check for input data errors, and report
60409         posixtime failures better.
60410         Improve the test data (in comments only).
60411
60412 2003-06-02  Karl Berry  <karl@gnu.org>
60413
60414         * config/mkinstalldirs (version): new variable.
60415         (--version): new option.
60416         (usage): improve message.
60417
60418 2003-05-30  Karl Berry  <karl@gnu.org>
60419
60420         * lib/mktime.c: update from libc.
60421
60422 2003-05-30  Bruno Haible  <bruno@clisp.org>
60423
60424         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
60425         * config/config.rpath: Upgrade to gettext-0.12.1.
60426
60427 2003-05-30  Bruno Haible  <bruno@clisp.org>
60428
60429         * m4/gettext.m4: Upgrade to gettext-0.12.1.
60430         * m4/nls.m4: New file, from gettext-0.12.1.
60431         * m4/po.m4: New file, from gettext-0.12.1.
60432         * m4/progtest.m4: Upgrade to gettext-0.12.1.
60433
60434 2003-05-30  Bruno Haible  <bruno@clisp.org>
60435
60436         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
60437         * lib/localcharset.h: Likewise.
60438         * lib/localcharset.c: Likewise.
60439
60440 2003-05-29  Karl Berry  <karl@gnu.org>
60441
60442         * config/config.rpath: update from gettext.
60443
60444 2003-05-28  Paul Eggert  <eggert@twinsun.com>
60445
60446         Assume the headers required for C89 freestanding compilers.
60447         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
60448         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
60449         * m4/human.m4 (gl_HUMAN): Likewise.
60450         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
60451         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
60452         * m4/userspec.m4 (gl_USERSPEC): Likewise.
60453         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
60454         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
60455         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
60456
60457 2003-05-28  Paul Eggert  <eggert@twinsun.com>
60458
60459         Assume the headers required for C89 freestanding compilers.
60460         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
60461         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
60462         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
60463         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
60464         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
60465         define, since <limits.h> is guaranteed to do that.
60466         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
60467         * lib/exclude.c: Include <stdbool.h> unconditionally.
60468         * lib/tempname.c: Include <stddef.h> unconditionally.
60469         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
60470         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
60471         <stddef.h> does that.
60472         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
60473         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
60474         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
60475         needed.
60476         * lib/xstrtol.c: Likewise.
60477         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
60478         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
60479
60480         * lib/addext.c (addext): Use assignment rather than cast, to avoid
60481         warnings on some platforms.
60482
60483         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
60484         arbitrarily.
60485
60486 2003-05-26  Jim Meyering  <jim@meyering.net>
60487
60488         Merge in a change from coreutils:
60489         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
60490         that is guaranteed to be `no'.  Use `no_such_member' to indicate
60491         that condition, rather than `-1' which is slightly misleading.
60492         Change the name of the cache variable to have the gl_ prefix.
60493         Prompted by a patch from Richard Dawe for DJGPP.
60494
60495 2003-05-24  Karl Berry  <karl@gnu.org>
60496
60497         * config/config.guess: update from prep.
60498
60499 2003-05-22  Karl Berry  <karl@gnu.org>
60500
60501         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
60502
60503 2003-05-20  Karl Berry  <karl@gnu.org>
60504
60505         * config/config.guess: update from prep.
60506
60507 2003-05-18  Karl Berry  <karl@gnu.org>
60508
60509         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
60510         might actually be set by the user.
60511
60512         * config/depcomp, install-sh, mdate-sh: update from automake.
60513
60514 2003-05-17  Bruno Haible  <bruno@clisp.org>
60515
60516         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
60517         invalid expansion for AC_EGREP_CPP.
60518         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
60519         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
60520         Suggested by Akim Demaille <akim@epita.fr> in
60521         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
60522
60523 2003-05-12  Jim Meyering  <jim@meyering.net>
60524
60525         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
60526         the space-padded-by-default conversion specifiers, %e, %k, %l.
60527
60528 2003-05-12  Bruno Haible  <bruno@clisp.org>
60529
60530         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
60531         the string is longer than 4 KB.
60532
60533 2003-05-11  Karl Berry  <karl@gnu.org>
60534
60535         * config/config.{guess,sub}: update from prep.
60536
60537 2003-05-09  Bruno Haible  <bruno@clisp.org>
60538
60539         * modules/error: Add m4/strerror_r.m4 to file list.
60540
60541 2003-05-03  Bruno Haible  <bruno@clisp.org>
60542
60543         Upgrade to Unicode-4.0.
60544         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
60545         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
60546         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
60547         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
60548         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
60549         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
60550         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
60551         Change width of U+E0100..U+E01EF from 1 to 0.
60552
60553 2003-04-25  Jim Meyering  <jim@meyering.net>
60554
60555         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
60556         of type size_t, not int.
60557
60558 2003-04-25  Bruno Haible  <bruno@clisp.org>
60559
60560         * lib/copy-file.c: Include <stddef.h>, for size_t.
60561
60562 2003-04-21  Paul Eggert  <eggert@twinsun.com>
60563
60564         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
60565         code which expansion is under static control.  Patch imported from
60566         Akim Demaille's patch to Bison; see
60567         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
60568
60569 2003-04-14  Bruno Haible  <bruno@clisp.org>
60570
60571         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
60572
60573 2003-04-11  Jim Meyering  <jim@meyering.net>
60574
60575         Merge changes from Coreutils.
60576
60577         2003-03-22  Jim Meyering  <jim@meyering.net>
60578
60579         * lib/strftime.c (widen): Cast alloca return value to proper type.
60580
60581         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
60582
60583         From GNU libc.
60584         * lib/strftime.c (my_strftime): Handle very large width
60585         specifications for numeric values correctly.  Improve checks for
60586         overflow.
60587
60588         2003-01-19  Jim Meyering  <jim@meyering.net>
60589
60590         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
60591         definitions.
60592         (nl_get_alt_digit) [! defined my_strftime]: Define.
60593         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
60594         _nl_get_alt_digit and _nl_get_walt_digit.
60595
60596         * lib/strftime.c (my_strftime): Merge in locale-related changes from
60597         libc. These changes have no effect outside of _LIBC.
60598
60599 2003-04-10  Bruno Haible  <bruno@clisp.org>
60600
60601         * modules/findprog: New file.
60602         * MODULES.html.sh (func_all_modules): Add it.
60603
60604 2003-04-10  Bruno Haible  <bruno@clisp.org>
60605
60606         * m4/findprog.m4: New file.
60607         * m4/eaccess.m4: New file.
60608
60609 2003-04-10  Bruno Haible  <bruno@clisp.org>
60610
60611         * lib/findprog.h: New file, from GNU gettext.
60612         * lib/findprog.c: New file, from GNU gettext.
60613
60614 2003-04-05  Jim Meyering  <jim@meyering.net>
60615
60616         Merge changes from Coreutils.
60617
60618         * lib/exclude.h (PARAMS): Remove definition and uses.
60619         * lib/exclude.c: Remove uses of `PARAMS'.
60620
60621         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
60622         Add test-cases for DOS filenames. Declare program_name.
60623         (main): Set up program_name.  Patch by Rich Dawe.
60624
60625         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
60626         error from mntctl.
60627         Use mntctl's return value to drive the entry-processing loop, since
60628         we can't rely on the value of the vmt_length member in the last
60629         entry.  On some systems doing so could result in exhausting
60630         virtual memory.  Based in part on a patch from Mike Jetzer.
60631
60632 2003-04-04  Bruno Haible  <bruno@clisp.org>
60633
60634         * modules/linebreak: New file.
60635         * MODULES.html.sh (func_all_modules): Add it.
60636
60637 2003-04-04  Bruno Haible  <bruno@clisp.org>
60638
60639         * m4/linebreak.m4: New file.
60640
60641 2003-04-04  Bruno Haible  <bruno@clisp.org>
60642
60643         * lib/linebreak.h: New file, from GNU gettext.
60644         * lib/linebreak.c: New file, from GNU gettext with slight
60645         modifications.
60646         * lib/lbrkprop.h: New file, from GNU gettext.
60647
60648 2003-04-03  Bruno Haible  <bruno@clisp.org>
60649
60650         * modules/utf8-ucs4: New file.
60651         * modules/utf16-ucs4: New file.
60652         * modules/ucs4-utf8: New file.
60653         * modules/ucs4-utf16: New file.
60654         * MODULES.html.sh (func_all_modules): Add them.
60655
60656 2003-04-03  Bruno Haible  <bruno@clisp.org>
60657
60658         * m4/utf-ucs4.m4: New file.
60659         * m4/ucs4-utf.m4: New file.
60660
60661 2003-04-03  Bruno Haible  <bruno@clisp.org>
60662
60663         * lib/utf8-ucs4.h: New file, from GNU gettext.
60664         * lib/utf16-ucs4.h: New file, from GNU gettext.
60665         * lib/ucs4-utf8.h: New file, from GNU gettext.
60666         * lib/ucs4-utf16.h: New file, from GNU gettext.
60667
60668 2003-04-02  Bruno Haible  <bruno@clisp.org>
60669
60670         * modules/binary-io: New file.
60671         * MODULES.html.sh (func_all_modules): Add it.
60672
60673 2003-04-02  Bruno Haible  <bruno@clisp.org>
60674
60675         * lib/binary-io.h: New file, from GNU gettext.
60676
60677 2003-04-01  Bruno Haible  <bruno@clisp.org>
60678
60679         * modules/pathname: New file.
60680         * MODULES.html.sh (func_all_modules): Add it.
60681
60682 2003-04-01  Bruno Haible  <bruno@clisp.org>
60683
60684         * lib/pathname.h: New file, from GNU gettext.
60685         * lib/concatpath.c: New file, from GNU gettext.
60686
60687 2003-03-30  Bruno Haible  <bruno@clisp.org>
60688
60689         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
60690
60691 2003-03-30  Bruno Haible  <bruno@clisp.org>
60692
60693         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
60694         function chown() doesn't exist.
60695
60696 2003-03-28  Bruno Haible  <bruno@clisp.org>
60697
60698         * modules/copy-file: New file.
60699         * MODULES.html.sh (func_all_modules): Add it.
60700
60701 2003-03-28  Bruno Haible  <bruno@clisp.org>
60702
60703         * m4/copy-file.m4: New file.
60704
60705 2003-03-28  Bruno Haible  <bruno@clisp.org>
60706
60707         * lib/copy-file.h: New file, from GNU gettext.
60708         * lib/copy-file.c: New file, from GNU gettext.
60709
60710 2003-03-18  Jim Meyering  <jim@meyering.net>
60711
60712         * lib/quote.c (quote_n): Fix typo in comment.
60713
60714 2003-03-18  Bruno Haible  <bruno@clisp.org>
60715
60716         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
60717         checking.
60718         * m4/onceonly_2_57.m4: Likewise.
60719
60720 2003-03-17  Bruno Haible  <bruno@clisp.org>
60721
60722         * m4/onceonly.m4: Require autoconf 2.54 or newer.
60723         (m4_quote): Remove macro.
60724         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
60725
60726 2003-03-14  Jim Meyering  <jim@meyering.net>
60727
60728         Merge changes from Coreutils.
60729         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
60730         to be const, in order to avoid warnings.
60731         (obstack_room): Likewise.
60732         (obstack_empty_p): Likewise.
60733
60734 2003-03-14  Bruno Haible  <bruno@clisp.org>
60735
60736         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
60737         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
60738
60739 2003-03-13  Paul Eggert  <eggert@twinsun.com>
60740
60741         Merge changes from Bison.
60742         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
60743         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
60744         when compiling Bison 1.875's `bitset bset = obstack_alloc
60745         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
60746         * lib/hash.c: Include <stdbool.h> unconditionally.
60747
60748 2003-03-13  Paul Eggert  <eggert@twinsun.com>
60749
60750         * m4/onceonly.m4 (m4_quote): New macro.
60751         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
60752         Quote AC_FOREACH variable-expansions properly.
60753
60754 2003-03-13  Paul Eggert  <eggert@twinsun.com>
60755
60756         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
60757
60758 2003-03-09  Paul Eggert  <eggert@twinsun.com>
60759
60760         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
60761         Reported by Bruce Becker; see:
60762         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
60763
60764 2003-03-03  Paul Eggert  <eggert@twinsun.com>
60765             Bruno Haible  <bruno@clisp.org>
60766
60767         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
60768         Reported by John Hughes, see
60769         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
60770
60771 2003-02-20  Bruno Haible  <bruno@clisp.org>
60772
60773         * MODULES.html.sh (func_all_modules): Add poll.
60774
60775 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
60776
60777         * modules/poll: New file.
60778
60779 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
60780
60781         * lib/poll_.h: New file.
60782         * lib/poll.c: New file.
60783
60784 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
60785
60786         * m4/poll.m4: New file.
60787
60788 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
60789
60790         * modules/mathl: New file.
60791
60792 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
60793
60794         * lib/mathl.h: New file.
60795         * lib/acosl.c: New file.
60796         * lib/asinl.c: New file.
60797         * lib/atanl.c: New file.
60798         * lib/ceill.c: New file.
60799         * lib/cosl.c: New file.
60800         * lib/expl.c: New file.
60801         * lib/floorl.c: New file.
60802         * lib/frexpl.c: New file.
60803         * lib/ldexpl.c: New file.
60804         * lib/logl.c: New file.
60805         * lib/sincosl.c: New file.
60806         * lib/sinl.c: New file.
60807         * lib/sqrtl.c: New file.
60808         * lib/tanl.c: New file.
60809         * lib/trigl.c: New file.
60810         * lib/trigl.h: New file.
60811
60812 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
60813
60814         * m4/mathl.m4: New file.
60815
60816 2003-02-18  Bruno Haible  <bruno@clisp.org>
60817
60818         * MODULES.html.sh (func_all_modules): Add mathl.
60819
60820 2003-02-17  Bruno Haible  <bruno@clisp.org>
60821
60822         * modules/mkdtemp: New module.
60823         * MODULES.html.sh (func_all_modules): Add it.
60824
60825 2003-02-17  Bruno Haible  <bruno@clisp.org>
60826
60827         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
60828
60829 2003-02-17  Bruno Haible  <bruno@clisp.org>
60830
60831         * lib/mkdtemp.h: New file, from GNU gettext.
60832         * lib/mkdtemp.c: New file, from GNU gettext.
60833
60834 2003-02-02  Jim Meyering  <jim@meyering.net>
60835
60836         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
60837         e.g. glibc-2.2.93.
60838
60839 2003-01-31  Bruno Haible  <bruno@clisp.org>
60840
60841         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
60842         'rpl_rename'.
60843         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
60844         'rpl_strnlen'.
60845         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
60846         'rpl_strtod'.
60847         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
60848         'rpl_utime'.
60849
60850 2003-01-31  Bruno Haible  <bruno@clisp.org>
60851
60852         * lib/rename.c: #undef rename before defining rpl_rename.
60853         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
60854
60855 2003-01-30  Bruno Haible  <bruno@clisp.org>
60856
60857         * modules/vasnprintf, modules/vasprintf: New modules.
60858         * MODULES.html.sh (func_all_modules): Add them.
60859
60860 2003-01-30  Bruno Haible  <bruno@clisp.org>
60861
60862         * m4/signed.m4: New file, from GNU gettext.
60863         * m4/longdouble.m4: New file, from GNU gettext.
60864         * m4/wchar_t.m4: New file, from GNU gettext.
60865         * m4/wint_t.m4: New file, from GNU gettext.
60866         * m4/vasnprintf.m4: New file.
60867         * m4/vasprintf.m4: New file.
60868
60869 2003-01-30  Bruno Haible  <bruno@clisp.org>
60870
60871         * lib/printf-args.h: New file, from GNU gettext.
60872         * lib/printf-args.c: New file, from GNU gettext.
60873         * lib/printf-parse.h: New file, from GNU gettext.
60874         * lib/printf-parse.c: New file, from GNU gettext.
60875         * lib/vasnprintf.h: New file, from GNU gettext.
60876         * lib/vasnprintf.c: New file, from GNU gettext.
60877         * lib/asnprintf.c: New file, from GNU gettext.
60878         * lib/vasprintf.h: New file, from GNU gettext with modifications.
60879         * lib/vasprintf.c: New file, from GNU gettext.
60880         * lib/asprintf.c: New file, from GNU gettext.
60881
60882 2003-01-29  Bruno Haible  <bruno@clisp.org>
60883
60884         * modules/stpncpy: New module.
60885         * MODULES.html.sh (func_all_modules): Add it.
60886
60887 2003-01-29  Bruno Haible  <bruno@clisp.org>
60888
60889         * m4/stpncpy.m4: New file.
60890
60891 2003-01-29  Bruno Haible  <bruno@clisp.org>
60892
60893         * lib/stpncpy.h: New file, from GNU gettext with modifications.
60894         * lib/stpncpy.c: New file, from GNU gettext with modifications.
60895
60896 2003-01-28  Bruno Haible  <bruno@clisp.org>
60897
60898         * modules/c-ctype: New module.
60899         * MODULES.html.sh (func_all_modules): Add it.
60900
60901 2003-01-28  Bruno Haible  <bruno@clisp.org>
60902
60903         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
60904         Paul Eggert.
60905         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
60906         Paul Eggert.
60907
60908 2003-01-27  Bruno Haible  <bruno@clisp.org>
60909
60910         * modules/xsetenv: New module.
60911         * MODULES.html.sh (func_all_modules): Add it.
60912
60913 2003-01-27  Bruno Haible  <bruno@clisp.org>
60914
60915         * lib/xsetenv.h: New file, from GNU gettext.
60916         * lib/xsetenv.c: New file, from GNU gettext.
60917
60918 2003-01-23  Jim Meyering  <jim@meyering.net>
60919
60920         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
60921         from working on systems without dirfd (at least Irix and OSF1/Tru64).
60922
60923 2003-01-23  Bruno Haible  <bruno@clisp.org>
60924
60925         * modules/minmax: New module.
60926         * MODULES.html.sh (func_all_modules): Add it.
60927
60928 2003-01-23  Bruno Haible  <bruno@clisp.org>
60929
60930         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
60931         Eggert.
60932
60933 2003-01-22  Bruno Haible  <bruno@clisp.org>
60934
60935         * modules/exit: New module.
60936         * MODULES.html.sh (func_all_modules): Add it.
60937
60938 2003-01-22  Bruno Haible  <bruno@clisp.org>
60939
60940         * lib/exit.h: New file, from GNU gettext.
60941
60942 2003-01-19  Bruno Haible  <bruno@clisp.org>
60943
60944         * gnulib-tool: Recognize option --extract-maintainer.
60945         (func_get_maintainer): New function.
60946         * modules/*: Add Maintainer entry.
60947
60948 2003-01-16  Jim Meyering  <jim@meyering.net>
60949
60950         * m4/regex.m4: The `regex' struct is both input and output.
60951         Initialize it before each use.  Patch by Tim Waugh.
60952
60953 2003-01-16  Bruno Haible  <bruno@clisp.org>
60954
60955         * MODULES.html.sh: Add a table of contents. Add the module name as
60956         leftmost column. Add hyperlinks.
60957
60958 2003-01-15  Bruno Haible  <bruno@clisp.org>
60959
60960         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
60961
60962 2003-01-15  Bruno Haible  <bruno@clisp.org>
60963
60964         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
60965         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
60966         suffix.
60967
60968 2003-01-15  Bruno Haible  <bruno@clisp.org>
60969
60970         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
60971
60972 2003-01-15  Bruno Haible  <bruno@clisp.org>
60973
60974         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
60975         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
60976
60977 2003-01-14  Jim Meyering  <jim@meyering.net>
60978
60979         * lib/same.c (same_name): Tweak a comment.
60980
60981 2003-01-14  Bruno Haible  <bruno@clisp.org>
60982
60983         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
60984         when a string comparison is sufficient.
60985
60986 2003-01-14  Bruno Haible  <bruno@clisp.org>
60987
60988         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
60989         'unsigned int'.
60990
60991 2003-01-14  Bruno Haible  <bruno@clisp.org>
60992
60993         * lib/hash-pjw.c: Add comment about low quality of this function.
60994
60995 2003-01-13  Bruno Haible  <bruno@clisp.org>
60996
60997         * modules/stpcpy: Distribute lib/stpcpy.h.
60998         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
60999
61000 2003-01-13  Bruno Haible  <bruno@clisp.org>
61001
61002         * modules/*: Add a description.
61003         * modules/strpbrk: Fix Makefile.am snippet.
61004         * modules/strtoimax: Fix dependencies.
61005         * modules/strtoumax: Likewise.
61006
61007 2003-01-13  Bruno Haible  <bruno@clisp.org>
61008
61009         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
61010         * modules/alloca (Makefile.am): All object files depend on alloca.h.
61011         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
61012
61013 2003-01-13  Bruno Haible  <bruno@clisp.org>
61014
61015         * gnulib-tool (func_create_testdir): Store config/* files in the main
61016         directory.
61017         * config.rpath: Move to ...
61018         * config/config.rpath: ... here.
61019         * modules/gettext: Contains config/config.rpath, not config.rpath.
61020         * modules/iconv: Likewise.
61021
61022 2003-01-12  Paul Eggert  <eggert@twinsun.com>
61023
61024         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
61025         to avoid collisions with libcurses and libreadline.
61026
61027         * m4/getstr.m4: Remove.
61028         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
61029
61030 2003-01-12  Paul Eggert  <eggert@twinsun.com>
61031
61032         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
61033         to avoid collisions with libcurses and libreadline.
61034
61035         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
61036         * lib/getstr.h, getstr.c: Remove.
61037         * lib/getline.c: Include "getline.h", to check interface.
61038         Move body of old getstr.c here: this defines MIN_CHUNK and
61039         declares getdelim2, which is renamed from getstr.
61040         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
61041
61042         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
61043         All uses changed.
61044         * lib/linebuffer.h: Likewise.
61045         (readline): Remove backward-compatibility macro.
61046
61047 2003-01-12  Paul Eggert  <eggert@twinsun.com>
61048
61049         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
61050         to avoid collisions with libcurses and libreadline.
61051         * getstr: Remove.
61052         * MODULES.html.sh: Remove getstr.
61053         * modules/getline: Depend on unlocked-io, not getstr.
61054
61055 2003-01-12  Jim Meyering  <jim@meyering.net>
61056
61057         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
61058
61059 2003-01-10  Bruno Haible  <bruno@clisp.org>
61060
61061         * modules/alloca: Change Makefile.am requirements. Simplify Include
61062         requirements. Add lib/alloca_.h to file list.
61063
61064 2003-01-10  Bruno Haible  <bruno@clisp.org>
61065
61066         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
61067
61068 2003-01-10  Bruno Haible  <bruno@clisp.org>
61069
61070         * lib/alloca_.h: New file.
61071         * lib/getdate.y: Unconditionally include alloca.h.
61072         * lib/makepath.c: Likewise.
61073         * lib/setenv.c: Likewise.
61074         * lib/userspec.c: Likewise.
61075
61076 2003-01-09  Karl Berry  <karl@gnu.org>
61077
61078         * MODULES.html.sh: include `dirname $0` in PATH, to find
61079         gnulib-tool.
61080
61081 2003-01-09  Bruno Haible  <bruno@clisp.org>
61082
61083         * modules/stdbool: Change configure.ac, Makefile.am requirements.
61084         Simplify Include requirements. Add lib/stdbool.h.in to file list.
61085
61086 2003-01-09  Bruno Haible  <bruno@clisp.org>
61087
61088         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
61089
61090 2003-01-09  Bruno Haible  <bruno@clisp.org>
61091
61092         * lib/stdbool.h.in: New file.
61093
61094 2003-01-09  Bruno Haible  <bruno@clisp.org>
61095
61096         * gnulib-tool (func_all_modules): Ignore files ending in ~.
61097         * MODULES.html.sh: Likewise.
61098
61099 2003-01-08  Jim Meyering  <jim@meyering.net>
61100
61101         * lib/full-write.c: Undefine and define-away `const' after inclusion
61102         of errno.h, not before.  Suggestion from Bruno Haible.
61103
61104 2003-01-08  Bruno Haible  <bruno@clisp.org>
61105
61106         * modules/full-read: Depend on full-write.
61107
61108 2003-01-08  Bruno Haible  <bruno@clisp.org>
61109
61110         * lib/safe-read.c: Include specification header first, to ensure its
61111         selfcontainedness.
61112         * lib/full-write.c: Likewise.
61113
61114 2003-01-07  Jim Meyering  <jim@meyering.net>
61115
61116         * lib/full-write.c: Rework so that it may serve to define full_read,
61117         too.
61118         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
61119
61120 2003-01-07  Bruno Haible  <bruno@clisp.org>
61121
61122         * lib/strtoimax.c: Include <stdint.h> as an alternative to
61123         <inttypes.h>.
61124         * lib/xstrtol.h: Likewise.
61125         * lib/xstrtoimax.c: Likewise.
61126         * lib/xstrtoumax.c: Likewise.
61127         * lib/human.h: Likewise.
61128
61129         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
61130         on systems that have <inttypes.h> but not <stdint.h>.
61131
61132 2003-01-07  Bruno Haible  <bruno@clisp.org>
61133
61134         * MODULES.html.sh: Add copyright notice.
61135         (missed_files): Omit CVS directory entries.
61136         (func_module): Make it work with sed-3.02.
61137         * MODULES.txt: Remove file.
61138
61139 2003-01-06  Jim Meyering  <jim@meyering.net>
61140
61141         * lib/version-etc.c: Update year in translatable copyright string.
61142
61143 2003-01-03  Karl Berry  <karl@gnu.org>
61144
61145         * config/config.{guess,sub}: update from prep.
61146
61147 2003-01-02  Karl Berry  <karl@gnu.org>
61148
61149         * doc/COPYING.DOC: belatedly updated to 1.2.
61150
61151 2003-01-01  Karl Berry  <karl@gnu.org>
61152
61153         * gnulib-tool (func_verify_module): report module name $module in
61154         error message, not $1.
61155         * gnulib-tool (create-testdir): don't complain if destdir couldn't
61156         be created, only if it doesn't exist.
61157         * gnulib-tool (last_checkin_date): don't expand the $Date here.
61158
61159 2002-12-31  Paul Eggert  <eggert@twinsun.com>
61160
61161         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
61162
61163 2002-12-31  Paul Eggert  <eggert@twinsun.com>
61164
61165         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
61166         memcmp if strcoll doesn't work.
61167
61168 2002-12-31  Bruno Haible  <bruno@clisp.org>
61169
61170         * lib/utime.c (utime_null): No need to call ftruncate if the file was
61171         nonempty.
61172
61173 2002-12-31  Bruno Haible  <bruno@clisp.org>
61174
61175         * lib/memcoll.c (STRCOLL): New macro.
61176         (memcoll): Use it.
61177
61178 2002-12-31  Bruno Haible  <bruno@clisp.org>
61179
61180         * lib/localcharset.h: New file.
61181         * lib/localcharset.c: Include it.
61182         * lib/unicodeio.c: Likewise.
61183
61184 2002-12-31  Bruno Haible  <bruno@clisp.org>
61185
61186         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
61187         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
61188
61189 2002-12-31  Bruno Haible  <bruno@clisp.org>
61190
61191         * lib/getline.h: Include <stddef.h>, for size_t.
61192
61193         * lib/unicodeio.h: Include <stddef.h>, for size_t.
61194         * lib/unicodeio.c: Don't include <stddef.h>.
61195
61196 2002-12-31  Bruno Haible  <bruno@clisp.org>
61197
61198         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
61199         HAVE_TM_ZONE.
61200
61201 2002-12-24  Karl Berry  <karl@gnu.org>
61202
61203         * config/config.guess: update from prep.
61204
61205 2002-12-24  Bruno Haible  <bruno@clisp.org>
61206
61207         General infrasructure.
61208         * m4/README: Rewritten.
61209         * m4/onceonly.m4: New file.
61210         * m4/onceonly_2_57.m4: New file.
61211
61212         Module atexit.
61213         * m4/atexit.m4: New file.
61214
61215         Module strtod.
61216         * m4/strtod.m4: New file.
61217
61218         Module strtol.
61219         * m4/strtol.m4: New file.
61220
61221         Module strtoul.
61222         * m4/strtoul.m4: New file.
61223
61224         Module memchr.
61225         * m4/memchr.m4: New file.
61226
61227         Module memcmp.
61228         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
61229         (jm_FUNC_MEMCMP): Invoke it.
61230
61231         Module memcpy.
61232         * m4/memcpy.m4: New file.
61233
61234         Module memmove.
61235         * m4/memmove.m4: New file.
61236
61237         Module memset.
61238         * m4/memset.m4: New file.
61239
61240         Module strcspn.
61241         * m4/strcspn.m4: New file.
61242
61243         Module strpbrk.
61244         * m4/strpbrk.m4: New file.
61245
61246         Module strstr.
61247         * m4/strstr.m4: New file.
61248
61249         Module strerror.
61250         * m4/strerror.m4: New file.
61251
61252         Module mktime.
61253         * m4/mktime.m4: Renamed from jm-mktime.m4.
61254         (gl_PREREQ_MKTIME): New macro.
61255         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
61256
61257         Module malloc.
61258         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
61259         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
61260         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
61261
61262         Module realloc.
61263         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
61264         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
61265         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
61266
61267         Module strftime.
61268         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
61269         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
61270         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
61271         gl_TM_GMTOFF.
61272         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
61273
61274         Module xalloc.
61275         * m4/xalloc.m4: New file.
61276
61277         Module alloca.
61278         * m4/alloca.m4: New file.
61279
61280         Module putenv.
61281         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
61282         (jm_FUNC_PUTENV): Invoke it.
61283
61284         Module setenv.
61285         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
61286         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
61287         when invoked twice.
61288         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
61289         gt_FUNC_SETENV.
61290
61291         Module memrchr.
61292         * m4/memrchr.m4: New file.
61293
61294         Module stpcpy.
61295         * m4/stpcpy.m4: New file.
61296
61297         Module strcase.
61298         * m4/strcase.m4: New file.
61299
61300         Module strdup.
61301         * m4/strdup.m4: New file.
61302
61303         Module strnlen.
61304         * m4/strnlen.m4: New file.
61305
61306         Module strndup.
61307         * m4/strndup.m4: New file.
61308
61309         Module xstrtod.
61310         * m4/xstrtod.m4: New file.
61311
61312         Module xstrtol.
61313         * m4/xstrtol.m4: New file.
61314
61315         Module getdate.
61316         * m4/getdate.m4: New file.
61317
61318         Module unlocked-io.
61319         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
61320         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
61321         * m4/jm-glibc-io.m4n: Remove file.
61322
61323         Module long-options.
61324         * m4/long-options.m4: New file.
61325
61326         Module md5.
61327         * m4/md5.m4: New file.
61328
61329         Module sha.
61330         * m4/sha.m4: New file.
61331
61332         Module getstr.
61333         * m4/getstr.m4: New file.
61334
61335         Module getline.
61336         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
61337         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
61338         <sys/types.h>, for size_t. Use the function name gnu_getline, not
61339         simply getline. Infoke gl_PREREQ_GETLINE.
61340
61341         Module obstack.
61342         * m4/obstack.m4: New file.
61343
61344         Module hash.
61345         * m4/hash.m4: New file.
61346
61347         Module readtokens.
61348         * m4/readtokens.m4: New file.
61349
61350         Module strverscmp.
61351         * m4/strverscmp.m4: New file.
61352
61353         Module stdbool.
61354         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
61355         OSF/1.
61356
61357         Module strtoll.
61358         * m4/strtoll.m4: New file.
61359
61360         Module strtoull.
61361         * m4/strtoull.m4: New file.
61362
61363         Module strtoimax.
61364         * m4/strtoimax.m4: New file.
61365
61366         Module strtoumax.
61367         * m4/strtoumax.m4: New file.
61368
61369         Module xstrtoimax.
61370         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
61371         jm_AC_PREREQ_XSTRTOIMAX.
61372         Moved the strtol prerequisites to strtol.m4.
61373         Moved the strtoll prerequisites to strtoll.m4.
61374         Moved the strtoimax prerequisites to strtoimax.m4.
61375
61376         Module xstrtoumax.
61377         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
61378         jm_AC_PREREQ_XSTRTOUMAX.
61379         Moved the strtoul prerequisites to strtoul.m4.
61380         Moved the strtoull prerequisites to strtoull.m4.
61381         Moved the strtoumax prerequisites to strtoumax.m4.
61382
61383         Module chown.
61384         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
61385         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
61386
61387         Module dup2.
61388         * m4/dup2.m4: New file.
61389
61390         Module ftruncate.
61391         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
61392         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
61393
61394         Module getgroups.
61395         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
61396         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
61397
61398         Module gettimeofday.
61399         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
61400         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
61401         gl_PREREQ_GETTIMEOFDAY.
61402
61403         Module mkdir.
61404         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
61405         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
61406
61407         Module mkstemp.
61408         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
61409         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
61410         jm_AC_TYPE_UINTMAX_T.
61411         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
61412
61413         Module stat.
61414         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
61415         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
61416
61417         Module lstat.
61418         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
61419         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
61420
61421         Module timespec.
61422         * m4/timespec.m4 (gl_TIMESPEC): New macro.
61423         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
61424         * m4/st_mtim.m4: Indentation.
61425
61426         Module nanosleep.
61427         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
61428         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
61429         gl_PREREQ_NANOSLEEP.
61430
61431         Module regex.
61432         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
61433         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
61434         (gl_REGEX): New macro.
61435
61436         Module rename.
61437         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
61438         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
61439
61440         Module rmdir.
61441         * m4/rmdir.m4: New file.
61442
61443         Module utime.
61444         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
61445         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
61446         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
61447
61448         Module dirname.
61449         * m4/dirname.m4: New file.
61450
61451         Module getopt.
61452         * m4/getopt.m4: New file.
61453
61454         Module unistd-safer.
61455         * m4/unistd-safer.m4: New file.
61456
61457         Module fnmatch.
61458         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
61459         declaration.
61460         (gl_PREREQ_FNMATCH_EXTRA): New macro.
61461         (gl_FUNC_FNMATCH_POSIX): New macro.
61462         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
61463         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
61464         simply fnmatch.
61465
61466         Module exclude.
61467         * m4/exclude.m4: New file.
61468
61469         Module human.
61470         * m4/human.m4: New file.
61471
61472         Module acl.
61473         * m4/acl.m4: Nop.
61474
61475         Module backupfile.
61476         * m4/backupfile.m4: New file.
61477         * m4/d-ino.m4: Indentation.
61478
61479         Module fsusage.
61480         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
61481         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
61482         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
61483
61484         Module dirfd.
61485         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
61486         requirements.
61487
61488         Module euidaccess.
61489         * m4/euidaccess.m4: New file.
61490
61491         Module file-type.
61492         * m4/file-type.m4: New file.
61493
61494         Module fileblocks.
61495         * m4/fileblocks.m4: New file.
61496
61497         Module filemode.
61498         * m4/filemode.m4: New file.
61499
61500         Module isdir.
61501         * m4/isdir.m4: New file.
61502
61503         Module lchown.
61504         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
61505         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
61506
61507         Module makepath.
61508         * m4/makepath.m4: New file.
61509
61510         Module modechange.
61511         * m4/modechange.m4: New file.
61512
61513         Module mountlist.
61514         * m4/mountlist.m4: New file.
61515         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
61516         Indentation.
61517
61518         Module path-concat.
61519         * m4/path-concat.m4: New file.
61520
61521         Module pathmax.
61522         * m4/pathmax.m4: New file.
61523
61524         Module same.
61525         * m4/same.m4: New file.
61526
61527         Module save-cwd.
61528         * m4/save-cwd.m4: New file.
61529
61530         Module savedir.
61531         * m4/savedir.m4: New file.
61532
61533         Module xgetcwd.
61534         * m4/xgetcwd.m4: New file.
61535         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
61536
61537         Module xreadlink.
61538         * m4/xreadlink.m4: New file.
61539
61540         Module safe-read.
61541         * m4/safe-read.m4: New file.
61542
61543         Module safe-write.
61544         * m4/safe-write.m4: New file.
61545
61546         Module closeout.
61547         * m4/closeout.m4: New file.
61548
61549         Module stdio-safer.
61550         * m4/stdio-safer.m4: New file.
61551
61552         Module getpass.
61553         * m4/getpass.m4: New file.
61554
61555         Module getugroups.
61556         * m4/getugroups.m4: New file.
61557
61558         Module group-member.
61559         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
61560         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
61561
61562         Module idcache.
61563         * m4/idcache.m4: New file.
61564
61565         Module userspec.
61566         * m4/userspec.m4: New file.
61567
61568         Module gettime.
61569         * m4/clock_time.m4: New file.
61570         * m4/gettime.m4: New file.
61571
61572         Module settime.
61573         * m4/settime.m4: New file.
61574
61575         Module posixtm.
61576         * m4/posixtm.m4: New file.
61577
61578         Module gethostname.
61579         * m4/gethostname.m4: New file.
61580
61581         Module canon-host.
61582         * m4/canon-host.m4: New file.
61583
61584         Module gettext.
61585         * m4/codeset.m4: New file, from gettext-0.11.5.
61586         * m4/gettext.m4: New file, from gettext-0.11.5.
61587         * m4/glibc21.m4: New file, from gettext-0.11.5.
61588         * m4/iconv.m4: New file, from gettext-0.11.5.
61589         * m4/intdiv0.m4: New file, from gettext-0.11.5.
61590         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
61591         * m4/inttypes.m4: New file, from gettext-0.11.5.
61592         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
61593         * m4/isc-posix.m4: New file, from gettext-0.11.5.
61594         * m4/lcmessage.m4: New file, from gettext-0.11.5.
61595         * m4/lib-ld.m4: New file, from gettext-0.11.5.
61596         * m4/lib-link.m4: New file, from gettext-0.11.5.
61597         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
61598         * m4/progtest.m4: New file, from gettext-0.11.5.
61599         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
61600         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
61601         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
61602
61603         Module localcharset.
61604         * m4/localcharset.m4: New file.
61605
61606         Module hard-locale.
61607         * m4/hard-locale.m4: New file.
61608
61609         Module mbswidth.
61610         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
61611         onceonly macros.
61612         * m4/mbrtowc.m4: Add comment.
61613
61614         Module memcasecmp.
61615         * m4/memcasecmp.m4: New file.
61616
61617         Module memcoll.
61618         * m4/memcoll.m4: New file.
61619
61620         Module unicodeio.
61621         * m4/unicodeio.m4: New file.
61622
61623         Module rpmatch.
61624         * m4/rpmatch.m4: New file.
61625
61626         Module yesno.
61627         * m4/yesno.m4: New file.
61628
61629         Module exitfail.
61630         * m4/exitfail.m4: New file.
61631
61632         Module c-stack.
61633         * m4/c-stack.m4 (gl_C_STACK): New macro.
61634         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
61635
61636         Module error.
61637         * m4/error.m4 (gl_ERROR): New macro.
61638         (jm_PREREQ_ERROR): Use onceonly macros.
61639
61640         Module fatal.
61641         * m4/fatal.m4: New file.
61642
61643         Module getloadavg.
61644         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
61645         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
61646
61647         Module getpagesize.
61648         * m4/getpagesize.m4: New file.
61649
61650         Module getusershell.
61651         * m4/getusershell.m4: New file.
61652
61653         Module physmem.
61654         * m4/physmem.m4: New file.
61655
61656         Module posixver.
61657         * m4/posixver.m4: New file.
61658
61659         Module quotearg.
61660         * m4/quotearg.m4: New file.
61661
61662         Module quote.
61663         * m4/quote.m4: New file.
61664
61665         Module readutmp.
61666         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
61667
61668         Module sig2str.
61669         * m4/sig2str.m4: New file.
61670
61671         Other.
61672         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
61673         ulonglong.m4.
61674         * m4/intmax_t.m4: New file.
61675         * m4/d-type.m4: Indentation.
61676         * m4/jm-macros.m4: Update.
61677         * m4/prereq.m4 (jm_PREREQ): Update.
61678         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
61679         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
61680         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
61681         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
61682         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
61683         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
61684         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
61685         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
61686         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
61687         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
61688         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
61689         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
61690         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
61691         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
61692         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
61693         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
61694         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
61695         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
61696         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
61697
61698 2002-12-24  Bruno Haible  <bruno@clisp.org>
61699
61700         * MODULES.txt: Update according to m4/ changes.
61701
61702         Module gettext.
61703         * config.rpath: New file, from gettext-0.11.5.
61704
61705         * modules/*: New module descriptions.
61706         * gnulib-tool: New file.
61707         * MODULES.html.sh: New file.
61708
61709 2002-12-21  Karl Berry  <karl@gnu.org>
61710
61711         * doc/fdl.texi: update to version 1.2.
61712
61713 2002-12-19  Karl Berry  <karl@gnu.org>
61714
61715         * config/config.guess: update from prep.
61716
61717 2002-12-18  Bruno Haible  <bruno@clisp.org>
61718
61719         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
61720         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
61721
61722 2002-12-17  Bruno Haible  <bruno@clisp.org>
61723
61724         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
61725         stdlib.h, string.h.
61726
61727 2002-12-17  Bruno Haible  <bruno@clisp.org>
61728
61729         * lib/canon-host.c (strdup): Remove unused declaration.
61730
61731         * lib/fsusage.c: Include full_read.h.
61732         (get_fs_usage): Use full_read instead of safe_read.
61733
61734         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
61735
61736 2002-12-12  Karl Berry  <karl@gnu.org>
61737
61738         * config/config.guess: update from prep.
61739
61740 2002-12-11  Bruno Haible  <bruno@clisp.org>
61741
61742         * m4/setenv.m4: New file, from gettext-0.11.5.
61743
61744 2002-12-11  Bruno Haible  <bruno@clisp.org>
61745
61746         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
61747         not unsetenv().
61748         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
61749         modifications:
61750
61751         2002-12-11  Bruno Haible  <bruno@clisp.org>
61752
61753                 * setenv.c (alloca): Fall back to malloc.
61754                 (freea): New macro.
61755                 (setenv): Use freea() to free memory allocated with alloca().
61756
61757         2002-11-13  Bruno Haible  <bruno@clisp.org>
61758
61759                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
61760                 function declarations.
61761                 * unsetenv.c (unsetenv): Likewise.
61762
61763         2002-03-04  Bruno Haible  <bruno@clisp.org>
61764
61765                 Portability to AIX 4.3.3.
61766                 * unsetenv.c: New file, extracted from setenv.c.
61767                 * setenv.c: Move the unsetenv() function to unsetenv.c.
61768
61769         2001-12-20  Bruno Haible  <bruno@clisp.org>
61770
61771                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
61772                 use malloc instead. For SunOS 4.
61773
61774         2001-12-11  Bruno Haible  <bruno@clisp.org>
61775
61776                 * setenv.c: Declare alloca.
61777                 (compar_fn_t): New typedef.
61778                 (KNOWN_VALUE, STORE_VALUE): Use it.
61779
61780         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
61781         setenv.h.
61782
61783 2002-12-10  Paul Eggert  <eggert@twinsun.com>
61784
61785         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
61786         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
61787         Choose values that are less likely to collide with system fnmatch
61788         options.
61789         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
61790         defined (e.g., a pure POSIX system).
61791         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
61792         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
61793
61794 2002-12-06  Paul Eggert  <eggert@twinsun.com>
61795
61796         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
61797         a pain in practice to deal with generated m4 files.  This change
61798         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
61799
61800         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
61801         and jm-glibc-io.m4, as they are no longer a special case.
61802         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
61803         kludge and the auto-generation stuff.  Check only whether the
61804         functions are declared, not whether they exist, since older hosts
61805         that don't declare the functions can't use the optimization anyway.
61806
61807 2002-12-06  Jim Meyering  <jim@meyering.net>
61808
61809         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
61810
61811         Merge in changes from libc's misc/error.c, in preparation
61812         for the merge of gnulib's changes back into libc.
61813
61814         * lib/error.c (_): Define only if not already defined.
61815         Move definition to follow all #include directives.
61816         Include unlocked-io.h only if !_LIBC.
61817         [_LIBC]: Include <libio/libioP.h>.
61818         [USE_IN_LIBIO]: Include <libio/iolibio.h>
61819         (fflush): Tweak definition to use INTUSE.
61820         (putc): Define.
61821
61822 2002-12-05  Paul Eggert  <eggert@twinsun.com>
61823
61824         * lib/alloca.c [defined emacs]: Include "lisp.h".
61825         (xalloc_die) [defined emacs]: New macro.
61826         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
61827         [! defined emacs]: Include <xalloc.h>.
61828         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
61829         (pointer): Typedef to POINTER_TYPE *.
61830         (malloc): Remove decl; we now always use xmalloc.
61831         (alloca): Use old-style definition, since Emacs needs this.
61832         Check for arithmetic overflow when computing combined size.
61833
61834 2002-12-04  Paul Eggert  <eggert@twinsun.com>
61835
61836         Do not generate unlocked-io.h automatically, since it's easier to
61837         maintain it by hand.
61838
61839         * lib/unlocked-io.h: New file, from GNU diffutils,
61840         but with proper copyright notice and attribution.
61841         * lib/gen-uio: Remove.
61842         * lib/Makefile.am: Add copyright notice.
61843         (libfetish_a_SOURCES): Add unlocked-io.h.
61844         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
61845         (DISTCLEANFILES, io_functions): Remove macros.
61846         (EXTRA_DIST): Remove gen_uio.
61847         (unlocked-io.h): Remove rule.
61848
61849 2002-12-04  Jim Meyering  <jim@meyering.net>
61850
61851         Reflect the fact that stat.c and lstat.c are no longer generated.
61852         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
61853         (DISTCLEANFILES): Likewise.
61854         (EXTRA_DIST): Likewise.
61855         (all_local): Don't depend on stat.c or lstat.c.
61856         (stat.c, lstat.c): Remove rules.
61857         (EXTRA_DIST): Remove xstat.in.
61858
61859         * lib/xstat.in: Remove file.  Contents moved into stat.c.
61860         * lib/stat.c: New file.  Contents mostly from xstat.in.
61861         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
61862         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
61863
61864         * lib/safe-read.c: Rework so that it may serve to define safe_write,
61865         too.
61866         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
61867
61868 2002-12-03  Jim Meyering  <jim@meyering.net>
61869
61870         * lib/safe-read.c, safe-write.c: Change variable names and comments,
61871         but not semantics, to minimize the differences between these two files.
61872         (safe_read): Change comment to mention SAFE_READ_ERROR.
61873
61874         * lib/safe-read.c (IS_EINTR): Define.
61875         (safe_read): Use IS_EINTR in place of in-function cpp directives.
61876
61877 2002-12-02  Jim Meyering  <jim@meyering.net>
61878
61879         * lib/safe-read.c (EINTR): Define.
61880         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
61881         (INT_MAX): Provide fallback.
61882         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
61883
61884         * lib/safe-read.h (SAFE_READ_ERROR): Define.
61885
61886 2002-12-02  Bruno Haible  <bruno@clisp.org>
61887
61888         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
61889         Define, taken from safe-read.c.
61890         (INT_MAX): Provide fallback.
61891         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
61892         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
61893
61894         * lib/safe-read.c (EINTR): Remove definition.
61895         (safe_read): Don't use EINTR if it is absent.
61896
61897 2002-12-01  Jim Meyering  <jim@meyering.net>
61898
61899         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
61900         zero.
61901         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
61902
61903 2002-11-27  Paul Eggert  <eggert@twinsun.com>
61904
61905         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
61906         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
61907         with `if (! (value < limit)) abort ();', for readability.
61908
61909 2002-11-26  Karl Berry  <karl@gnu.org>
61910
61911         * lib/strdup.c: copy from libc again, with jim's ok.
61912         * lib/.cppi-disable: re-add strdup.c
61913
61914 2002-11-25  Karl Berry  <karl@gnu.org>
61915
61916         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
61917         instead of "strtol.c".
61918
61919 2002-11-25  Karl Berry  <karl@gnu.org>
61920
61921         * config/install-sh: update from automake for variable quoting, $0 in
61922         error msgs, etc.
61923
61924         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
61925         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
61926         entry.
61927
61928 2002-11-25  Jim Meyering  <jim@meyering.net>
61929
61930         * lib/mktime.c: Sync from libc, now that it has the latest fix.
61931
61932 2002-11-24  Karl Berry  <karl@gnu.org>
61933
61934         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
61935         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
61936
61937 2002-11-24  Jim Meyering  <jim@meyering.net>
61938
61939         Update from coreutils:
61940
61941         * lib/mktime.c: Merge in changes from libc.
61942
61943         Avoid a link-time failure on some Linux systems.
61944         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
61945         (otherwise).
61946         (__mon_yday): Declare with the STATIC attribute.
61947         (__mktime_internal): Likewise.
61948         Based on a report from Greg Schafer.
61949
61950 2002-11-23  Jim Meyering  <jim@meyering.net>
61951
61952         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
61953         Use `unsigned', not `int', as type of index.
61954
61955         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
61956
61957         * lib/fsusage.c: Remove unneeded parentheses around operands of
61958         `defined'.
61959
61960 2002-11-22  Paul Eggert  <eggert@twinsun.com>
61961
61962         * lib/quotearg.h: Allow multiple inclusion by surrounding with
61963         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
61964         so that we can be included first.
61965         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
61966         * lib/quotearg.c: Include quotearg.h immediately after config.h.
61967         No need to include stddef.h or sys/types.h any more.
61968         Surround local include files with "", not "<>".
61969         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
61970         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
61971         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
61972         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
61973         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
61974         (ISPRINT): Remove; no longer needed now that we assume C89.
61975
61976         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
61977         Preserve errno.
61978
61979         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
61980         quotearg_char): Use SIZE_MAX rather than
61981         (size_t) -1 when we are talking about "infinity".
61982
61983         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
61984
61985 2002-11-22  Paul Eggert  <eggert@twinsun.com>
61986
61987         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
61988         hint that one should use `if (! x) abort ();' rather than `assert
61989         (x);', and anyway it's one less thing to worry about configuring.
61990         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
61991         hash_rehash, hash_insert): Use abort rather than assert.
61992
61993 2002-11-22  Bruno Haible  <bruno@clisp.org>
61994
61995         * lib/safe-read.h: Assume C89. Add comments.
61996         (safe_read): Change return type to size_t.
61997         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
61998         byte counts > SSIZE_MAX correctly.
61999         * lib/safe-write.h: New file.
62000         * lib/safe-write.c: New file.
62001         * lib/full-read.h: New file.
62002         * lib/full-read.c: New file.
62003         * lib/full-write.h: Assume C89. Add comments.
62004         * lib/full-write.c: Include safe-write.h.
62005         (full_write): Rewritten to use safe_write.
62006         Suggested by Jim Meyering and Paul Eggert.
62007
62008 2002-11-21  Jim Meyering  <jim@meyering.net>
62009
62010         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
62011
62012         Merge in changes from the coreutils.
62013
62014         2002-09-25  Paul Eggert  <eggert@twinsun.com>
62015         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
62016         <stdint.h>.
62017         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
62018         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
62019         int.  Work more efficiently if X is the same width as uintmax_t.
62020         Do not compare X to -1, to avoid bogus compiler warning.
62021         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
62022         Don't assume that f_frsize and f_bsize are the same type.
62023
62024         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
62025         warning on FreeBSD.
62026
62027         * lib/makepath.c (make_path): Restore umask *before* creating the final
62028         component.
62029         (make_path): Minor reformatting.
62030
62031         * lib/xmalloc.c: Adjust to work with new autoconf macros,
62032         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
62033         HAVE_MALLOC/HAVE_REALLOC.
62034
62035         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
62036         dummy ones.  At least on GNU/Linux systems, `auto' means something
62037         else.
62038         From Michael Stone.
62039
62040 2002-11-21  Bruno Haible  <bruno@clisp.org>
62041
62042         Remove case insensitive option matching.
62043         * lib/argmatch.h (argcasematch): Remove declaration.
62044         (ARGCASEMATCH): Remove macro.
62045         (__xargmatch_internal): Remove case_sensitive argument.
62046         (XARGMATCH): Update.
62047         (XARGCASEMATCH): Remove macro.
62048         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
62049         case_sensitive argument.
62050         (argcasematch): Remove function.
62051         (__xargmatch_internal): Remove case_sensitive argument.
62052         (main): Use XARGMATCH instead of XARGCASEMATCH.
62053
62054         * lib/xmalloc.c: Change compile-time error message. Add comment about
62055         required autoconf version.
62056
62057 2002-11-20  Paul Eggert  <eggert@twinsun.com>
62058
62059         Merge argmatch cleanups from Bison.  Assume C89.
62060
62061         * lib/argmatch.c: Include config.h here, not in argmatch.h.
62062         Include stdlib.h, for EXIT_FAILURE.
62063         Always include <string.h>, since we assume C89.
62064         (EXIT_FAILURE): Remove pre-C89 bug workaround.
62065         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
62066         Include <stddef.h> instead, since it's all we need for size_t.
62067         (PARAMS): Remove.  All uses removed.
62068         (ARRAY_CARDINALITY): Do not bother to #undef.
62069         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
62070         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
62071         Remove unnecessary parentheses.
62072         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
62073         Insert necessary parentheses.
62074         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
62075         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
62076
62077 2002-11-19  Bruno Haible  <bruno@clisp.org>
62078
62079         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
62080         * lib/mbswidth.h: Include <stddef.h>, for size_t.
62081
62082         * lib/mbswidth.h (PARAMS): Remove macro.
62083         (mbswidth, mbsnwidth): Use ANSI C function declarations.
62084         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
62085
62086         * lib/gcd.h (PARAMS): Remove macro.
62087         (gcd): Use ANSI C function declarations.
62088         * lib/gcd.c (gcd): Likewise.
62089
62090 2002-11-15  Bruno Haible  <bruno@clisp.org>
62091
62092         * lib/strcspn.c: Include <stddef.h>.
62093         (strcspn): Use ANSI C function declaration. Change return type to
62094         size_t. Use NULL.
62095         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
62096         (strpbrk): Use NULL.
62097         * lib/strpbrk.h (PARAMS): Remove macro.
62098         (strpbrk): Use ANSI C function declaration.
62099         * lib/strstr.c: Don't include <sys/types.h>.
62100         * lib/strstr.h (PARAMS): Remove macro.
62101         (strstr): Use ANSI C function declarations.
62102
62103 2002-11-14  Karl Berry  <karl@gnu.org>
62104
62105         * config/mkinstalldirs: `do' on separate line, instead of
62106         `for var; do'.
62107
62108 2002-11-06  Bruno Haible  <bruno@clisp.org>
62109
62110         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
62111         * lib/gcd.c (gcd): Likewise.
62112
62113 2002-11-05  Bruno Haible  <bruno@clisp.org>
62114
62115         * lib/gcd.h: New file, from gettext-0.11.5.
62116         * lib/gcd.c: New file, from gettext-0.11.5.
62117
62118 2002-11-05  Bruno Haible  <bruno@clisp.org>
62119
62120         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
62121         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
62122         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
62123         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
62124
62125         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
62126         <libintl.h>.
62127         * lib/makepath.c: Include gettext.h instead of <locale.h> and
62128         <libintl.h>.
62129
62130         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
62131         * lib/human.c: Include gettext.h instead of <libintl.h>.
62132         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
62133         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
62134         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
62135         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
62136         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
62137         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
62138         (textdomain): Remove definition.
62139         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
62140
62141         * lib/long-options.c: Remove include of <libintl.h> and definition of
62142         _.
62143         * lib/same.c: Remove include of <libintl.h> and definition of _.
62144
62145 2002-11-04  Owen Taylor  <otaylor@redhat.com>
62146
62147         * lib/config.charset: A few additions for Solaris.
62148
62149 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
62150
62151         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
62152         * lib/localcharset.c (locale_charset): Declare as extern "C".
62153
62154 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
62155
62156         * lib/config.charset: msdos in uk_UA uses CP1125.
62157
62158 2002-11-04  Bruno Haible  <bruno@clisp.org>
62159
62160         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
62161         * lib/strcase.h: New file, from GNU gettext-0.11.5.
62162         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
62163         * lib/strstr.h: New file, from GNU gettext-0.11.5.
62164         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
62165
62166 2002-11-04  Bruno Haible  <bruno@clisp.org>
62167
62168         * lib/localcharset.c (locale_charset): Don't return an empty string.
62169
62170 2002-11-04  Bruno Haible  <bruno@clisp.org>
62171
62172         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
62173         aliases.
62174
62175 2002-11-04  Bruno Haible  <bruno@clisp.org>
62176
62177         * lib/config.charset: Update for newest glibc. Add canonical names
62178         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
62179
62180 2002-11-04  Bruno Haible  <bruno@clisp.org>
62181
62182         * lib/config.charset: Add support for NetBSD.
62183
62184 2002-11-04  Bruno Haible  <bruno@clisp.org>
62185
62186         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
62187
62188 2002-11-01  Bruno Haible  <bruno@clisp.org>
62189
62190         * configure.in: Add AC_CONFIG_AUX_DIR call.
62191         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
62192         test/Makefile.
62193         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
62194
62195 2002-09-28  Karl Berry  <karl@gnu.org>
62196
62197         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
62198         installed automake until the next release, since changes have been
62199         made.
62200
62201 2002-09-25  Karl Berry  <karl@gnu.org>
62202
62203         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
62204         * lib/getopt*: copy from libc/posix.
62205         * lib/gettext.h: copy from gettext.
62206         * lib/.cppi-disable: add strdup.c, gettext.h.
62207
62208 2002-09-25  Karl Berry  <karl@gnu.org>
62209
62210         * config/srclist.txt: enable gettext.h check.
62211         * config/config.{guess,sub}: update from prep.
62212         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
62213                 from automake 1.6.3.
62214         See srclist*.
62215
62216 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
62217
62218         * regex.c (PATFETCH): Remove the translating fetch.
62219         (PATFETCH_RAW): Rename to PATFETCH.
62220         (set_image_of_range): New fun.
62221         (SET_RANGE_TABLE_WORK_AREA): Use it.
62222         (regex_compile): Don't translate the pattern chars so eagerly.
62223         Only do it when inserting an `exactn' bytecode or when handling
62224         a char-range.
62225         (mutually_exclusive_p): Avoid empty statement.
62226
62227 2002-07-06  Jim Meyering  <meyering@lucent.com>
62228
62229         * m4/README: Don't mention Makefile.am.in.
62230         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
62231
62232 2002-07-01  Jim Meyering  <meyering@lucent.com>
62233
62234         * lib/c-stack.c: Include sys/time.h.
62235         From Volker Borchert.
62236
62237 2002-06-26  Paul Eggert  <eggert@twinsun.com>
62238
62239         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
62240
62241 2002-06-26  Paul Eggert  <eggert@twinsun.com>
62242
62243         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
62244         New macro.  Use it uniformly instead of
62245         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
62246         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
62247         reported by Vin Shelton.
62248
62249 2002-06-22  Paul Eggert  <eggert@twinsun.com>
62250
62251         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
62252         Do not assume SA_SIGINFO behavior.
62253         Bug reported by Jim Meyering on NetBSD 1.5.2.
62254
62255 2002-06-22  Jim Meyering  <meyering@lucent.com>
62256
62257         * m4/c-stack.m4: New file, from diffutils-2.8.2.
62258         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
62259
62260         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
62261         now that configure.ac uses AC_GNU_SOURCE.
62262         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
62263         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
62264
62265         Update to latest tools.  Suggestions from Paul Eggert.
62266         * m4/stdbool.m4: New file, from diffutils-2.8.2.
62267         * m4/gnu-source.m4: Update from diffutils-2.8.2.
62268         * m4/fnmatch.m4: Likewise.
62269         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
62270         to AC_HEADER_STDBOOL
62271
62272 2002-06-22  Jim Meyering  <meyering@lucent.com>
62273
62274         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
62275         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
62276
62277 2002-06-22  Jim Meyering  <meyering@lucent.com>
62278
62279         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
62280
62281         * lib/exitfail.c, exitfail.h: Likewise.
62282         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
62283
62284         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
62285         of fnmatch.h.
62286         (EXTRA_DIST): Add fnmatch_loop.c.
62287         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
62288
62289         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
62290         * lib/fnmatch.c: Update from diffutils-2.8.2.
62291         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
62292         * lib/fnmatch.h: Remove file.
62293
62294 2002-06-21  Jim Meyering  <meyering@lucent.com>
62295
62296         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
62297         * m4/mbrtowc.m4: Likewise.
62298
62299         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
62300         * m4/mbswidth.m4: Reflect name change:
62301         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
62302         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
62303
62304         * m4/lib-link.m4: Update from gettext-0.11.2.
62305         * m4/gettext.m4: Likewise.
62306
62307         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
62308         From Alfred M. Szmidt.
62309
62310 2002-06-18  Paul Eggert  <eggert@twinsun.com>
62311
62312         * lib/file-type.h: Report an error if neither S_ISREG nor
62313         S_IFREG is defined, instead of using a test specific to glibc
62314         2.2.  This should be safe, since POSIX requires S_ISREG and
62315         Unix Version 7 had S_IFREG.  We don't need to check for
62316         <sys/types.h> since we don't use any symbols that it defines.
62317
62318 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
62319
62320         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
62321         $@-t, so that each temporary file name is unique and valid in the first
62322         8 characters, for operation under DOS.
62323
62324 2002-06-15  Paul Eggert  <eggert@twinsun.com>
62325
62326         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
62327
62328 2002-06-15  Jim Meyering  <meyering@lucent.com>
62329
62330         Work even with DJGPP 2.03, which lacks support for symlinks.
62331         From Richard Dawe.
62332         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
62333         is defined.
62334         * lib/lchown.c (S_ISLNK): Likewise.
62335
62336 2002-06-15  Jim Meyering  <meyering@lucent.com>
62337
62338         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
62339         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
62340         have been included before this file.
62341
62342 2002-06-14  Jim Meyering  <meyering@lucent.com>
62343
62344         * lib/file-type.h: Use the version from diffutils-2.8.2.
62345         * lib/file-type.c: Likewise.
62346
62347 2002-06-07  Jim Meyering  <meyering@lucent.com>
62348
62349         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
62350         They're needed at least for NetBSD 1.5.2.
62351         ($statxfs_includes): Include those same headers.
62352         ($statxfs_includes): Include sys/vfs.h if available.
62353         ($statxfs_includes): Likewise for sys/statvfs.h.
62354         Check for the following members in both structs statfs and statvfs:
62355         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
62356
62357 2002-06-01  Jim Meyering  <meyering@lucent.com>
62358
62359         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
62360         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
62361
62362 2002-05-28  Jim Meyering  <meyering@lucent.com>
62363
62364         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
62365         Reported by Volker Borchert.
62366
62367 2002-05-27  Jim Meyering  <meyering@lucent.com>
62368
62369         Fix a problem seen only on nonconforming systems whereby ls.c's
62370         use of localtime, and then of gettimeofday would cause trouble:
62371         the localtime call used to initialize rpl_gettimeofday's save
62372         mechanism would clobber ls's current local time information so
62373         that in any long listing the first file would always be listed
62374         with date 1970-01-01.  Analysis by Volker Borchert.
62375
62376         * lib/gettimeofday.c (localtime): Undefine.
62377         (rpl_localtime): New function.
62378
62379 2002-05-27  Jim Meyering  <meyering@lucent.com>
62380
62381         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
62382         localtime.
62383
62384         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
62385         use the replacement function; it wouldn't resolve at link time.
62386         Reported by Volker Borchert.
62387
62388 2002-05-22  Jim Meyering  <meyering@lucent.com>
62389
62390         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
62391         file-type.h.
62392         * lib/file-type.h: New file.
62393         * lib/file-type.c (file_type): New file/function.  Extracted from
62394         diffutils.
62395
62396 2002-04-30  Jim Meyering  <meyering@lucent.com>
62397
62398         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
62399
62400 2002-04-29  Paul Eggert  <eggert@twinsun.com>
62401
62402         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
62403
62404 2002-04-29  Paul Eggert  <eggert@twinsun.com>
62405
62406         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
62407         Do not check for alloca.h (no longer used) or stdbool.h (was never
62408         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
62409
62410 2002-04-29  Paul Eggert  <eggert@twinsun.com>
62411
62412         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
62413
62414 2002-04-29  Jim Meyering  <meyering@lucent.com>
62415
62416         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
62417         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
62418         Use AC_FUNC_STRNLEN here instead.
62419
62420         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
62421         With autoconf-2.53a, it's part of AC_PROG_CC.
62422
62423 2002-04-28  Paul Eggert  <eggert@twinsun.com>
62424
62425         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
62426         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
62427
62428 2002-04-28  Paul Eggert  <eggert@twinsun.com>
62429
62430         * lib/sig2str.h, lib/sig2str.c: New files.
62431         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
62432
62433 2002-04-28  Paul Eggert  <eggert@twinsun.com>
62434
62435         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
62436         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
62437         of 127, since 64 is the largest conceivable number for ancient
62438         nonstandard hosts.
62439         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
62440
62441 2002-04-28  Jim Meyering  <meyering@lucent.com>
62442
62443         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
62444
62445 2002-04-24  Jim Meyering  <meyering@lucent.com>
62446
62447         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
62448         (jm_PREREQ): Use it.
62449
62450         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
62451         mach/mach.h fcntl.h.
62452         Check for this function: setlocale.
62453
62454 2002-04-24  Jim Meyering  <meyering@lucent.com>
62455
62456         * lib/gettext.h: New file, from Gettext.
62457         * lib/Makefile.am (INCLUDES): Remove -I../intl.
62458         (libfetish_a_SOURCES): Add gettext.h.
62459
62460 2002-04-16  Jim Meyering  <meyering@lucent.com>
62461
62462         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
62463         ut_pid, ut_id, ut_exit.
62464
62465 2002-04-16  Jim Meyering  <meyering@lucent.com>
62466
62467         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
62468         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
62469         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
62470
62471 2002-04-12  Jim Meyering  <meyering@lucent.com>
62472
62473         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
62474         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
62475         existence of the getmntinfo function.  Needed for Darwin 5.3.
62476
62477         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
62478         This is necessary at least on Darwin 5.3.
62479
62480         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
62481         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
62482         strnlen.o in the library, and that makes some versions of ranlib
62483         object.
62484
62485 2002-04-12  Jim Meyering  <meyering@lucent.com>
62486
62487         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
62488
62489 2002-04-09  Jim Meyering  <meyering@lucent.com>
62490
62491         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
62492         to be more precise.  Rather than saying we're checking whether the
62493         function `works', say what we're testing.
62494         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
62495         Reported by Bruno Haible.
62496
62497 2002-03-10  Jim Meyering  <meyering@lucent.com>
62498
62499         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
62500         Suggestion from Santiago Vila.
62501
62502 2002-03-08  Jim Meyering  <meyering@lucent.com>
62503
62504         * lib/rename.c: Mention that this wrapper is needed also on
62505         mips-dec-ultrix4.4 systems.
62506
62507 2002-03-02  Jim Meyering  <meyering@lucent.com>
62508
62509         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
62510         not HAVE_CLOCK_SETTIME.
62511
62512 2002-02-27  Paul Eggert  <eggert@twinsun.com>
62513
62514         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
62515         Check for clock_settime.
62516
62517 2002-02-27  Paul Eggert  <eggert@twinsun.com>
62518
62519         * lib/nanosleep.h: Rename to....
62520         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
62521
62522         * lib/gettime.c: New file.
62523         * lib/settime.c: New file.
62524         * lib/stime.c: Remove.
62525
62526         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
62527         timespec.h.  Remove nanosleep.h.
62528
62529 2002-02-25  Paul Eggert  <eggert@twinsun.com>
62530
62531         * m4/acl.m4: New file.
62532         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
62533         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
62534
62535 2002-02-25  Paul Eggert  <eggert@twinsun.com>
62536
62537         * lib/acl.c, lib/acl.h: New files.
62538         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
62539
62540 2002-02-24  Jim Meyering  <meyering@lucent.com>
62541
62542         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
62543         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
62544         cause trouble.  Reported by Nelson Beebe.
62545
62546 2002-02-23  Paul Eggert  <eggert@twinsun.com>
62547
62548         * lib/path-concat.c (xpath_concat): Reorder code to pacify
62549         compilers that don't know that xalloc_die never returns.
62550
62551 2002-02-20  Jim Meyering  <meyering@lucent.com>
62552
62553         * lib/getdate.c: Regenerate using bison-1.33.
62554
62555 2002-02-17  Jim Meyering  <meyering@lucent.com>
62556
62557         * config/config.guess (main): Don't use `head -1'; it's no longer
62558         portable. Use `sed 1q' instead.
62559
62560 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
62561
62562         * m4/codeset.m4: Upgrade to gettext-0.11.
62563         * m4/gettext.m4: Upgrade to gettext-0.11.
62564         * m4/glibc21.m4: Upgrade to gettext-0.11.
62565         * m4/iconv.m4: Upgrade to gettext-0.11.
62566         * m4/isc-posix.m4: Upgrade to gettext-0.11.
62567         * m4/lcmessage.m4: Upgrade to gettext-0.11.
62568         * m4/lib-ld.m4: New file, from gettext-0.11.
62569         * m4/lib-link.m4: New file, from gettext-0.11.
62570         * m4/lib-prefix.m4: New file, from gettext-0.11.
62571         * m4/progtest.m4: Upgrade to gettext-0.11.
62572
62573 2002-02-15  Paul Eggert  <eggert@twinsun.com>
62574
62575         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
62576         (jm_PREREQ): Use it.
62577
62578 2002-02-15  Paul Eggert  <eggert@twinsun.com>
62579
62580         * lib/posixver.c, lib/posixver.h: New files.
62581         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
62582
62583 2002-02-02  Paul Eggert  <eggert@twinsun.com>
62584             Bruno Haible  <bruno@clisp.org>
62585
62586         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
62587         (fwrite_success_callback): New declaration.
62588         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
62589         print_unicode_char. Call failure callback instead of error.
62590         (fwrite_success_callback): New function.
62591         (exit_failure_callback): New function.
62592         (fallback_failure_callback): New function.
62593         (print_unicode_char): Call unicode_to_mb.
62594
62595 2002-01-26  Jim Meyering  <meyering@lucent.com>
62596
62597         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
62598         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
62599
62600 2002-01-26  Jim Meyering  <meyering@lucent.com>
62601
62602         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
62603
62604 2002-01-22  Paul Eggert  <eggert@twinsun.com>
62605
62606         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
62607
62608 2002-01-22  Jim Meyering  <meyering@lucent.com>
62609
62610         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
62611         Otherwise, some versions of automake would omit the rule that makes
62612         Makefile from Makefile.in.
62613
62614 2002-01-21  Paul Eggert  <eggert@twinsun.com>
62615
62616         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
62617         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
62618         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
62619         (memcoll): Set errno to zero if there is no error.
62620
62621         * lib/quotearg.c (quotearg_buffer_restyled):
62622         Fix bug with quoting buffers containing NUL when backslashing escapes.
62623         This bug was exposed by the other changes in this patch.
62624         (quotearg_n_options): New arg ARGSIZE.
62625         All callers changed.
62626         (quoting_options_from_style): New function.
62627         (quotearg_n_style): Use it.
62628         (quotearg_n_style_mem): New function.
62629
62630         * lib/quotearg.h (quotearg_n_style_mem): New function.
62631
62632 2002-01-19  Jim Meyering  <meyering@lucent.com>
62633
62634         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
62635         Remove useless quotes: DF_PROG="df".
62636         * m4/strnlen.m4: New file.
62637
62638 2002-01-16  Paul Eggert  <eggert@twinsun.com>
62639
62640         * lib/backupfile.c (ISDIGIT): Comment fix.
62641         * lib/getdate.y (ISDIGIT): Likewise.
62642         * lib/posixtm.c (ISDIGIT, year): Likewise.
62643         * lib/strverscmp.c (ISDIGIT): Likewise.
62644         * lib/userspec.c (ISDIGIT): Likewise.
62645
62646 2002-01-16  Jim Meyering  <meyering@lucent.com>
62647
62648         * lib/getdate.y: Add three semicolons, each just before a closing
62649         brace. Bison (as of version 1.31) no longer papers over that mistake.
62650
62651 2002-01-05  Jim Meyering  <meyering@lucent.com>
62652
62653         * lib/version-etc.c (version_etc_copyright): Update copyright year.
62654
62655 2001-12-19  Paul Eggert  <eggert@twinsun.com>
62656
62657         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
62658         not silently exit merely because the output buffer happens to
62659         have nothing pending.
62660
62661 2001-12-18  Paul Eggert  <eggert@twinsun.com>
62662
62663         See the big note in ../ChangeLog.
62664         * lib/human.c (suffixes): Prefer K to k for 1024.
62665         (generate_suffix_backwards): New function.
62666         (human_readable_inexact): Use it.
62667         * lib/xstrtol.c (__xstrtol): If there is no number but there
62668         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
62669         Accept 'K' as well as 'k'.
62670
62671 2001-12-15  Jim Meyering  <meyering@lucent.com>
62672
62673         * lib/regex.h (__restrict_arr): Update from libc.
62674
62675         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
62676         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
62677         (STREQ): Define.
62678
62679 2001-12-14  Jim Meyering  <meyering@lucent.com>
62680
62681         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
62682         Suggestion from Bruno Haible.
62683
62684 2001-12-10  Jim Meyering  <meyering@lucent.com>
62685
62686         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
62687         xrealloc, Instead, include "xalloc.h".
62688         (initbuffer): Don't cast xmalloc return value to char*.
62689         (readline): Reword comment.
62690         Don't cast xrealloc return value to char*
62691         Return NULL, not 0.
62692
62693 2001-12-09  Jim Meyering  <meyering@lucent.com>
62694
62695         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
62696         about `signed and unsigned type in conditional expression'.
62697         * lib/posixtm.c (posix_time_parse): Likewise.
62698
62699         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
62700
62701         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
62702         to avoid a pedantic warning.
62703
62704         * lib/getstr.c: Don't include assert.h.
62705         (getstr): Remove warning-evoking assertions.
62706         Return -1 if offset parameter is out of bounds.
62707         Change the type of a local from int to size_t.
62708
62709         * lib/strftime.c (my_strftime_localtime_r): Include this function
62710         definition in the `#if ! HAVE_TM_GMTOFF' block.
62711
62712         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
62713         Include xalloc.h instead.
62714
62715 2001-12-02  Jim Meyering  <meyering@lucent.com>
62716
62717         * lib/tempname.c: Don't declare getenv, thus reverting the change of
62718         2001-11-18.  It's no longer necessary, now that stdlib.h is always
62719         included.
62720
62721         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
62722         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
62723
62724 2001-11-30  Akim Demaille  <akim@epita.fr>
62725
62726         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
62727         before being defined.
62728
62729 2001-11-27  Paul Eggert  <eggert@twinsun.com>
62730
62731         * lib/quotearg.h (quotearg_n, quotearg_n_style):
62732         First arg is int, not unsigned.
62733         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
62734         (SIZE_MAX, UINT_MAX): New macros.
62735         (quotearg_n_options): Abort if N is negative.
62736         Avoid overflow check on hosts where size_t is 64 bits and int
62737         is 32 bits, as overflow is impossible there.
62738         Fix off-by-one typo that caused unnecessary reallocation.
62739
62740 2001-11-27  Jim Meyering  <meyering@lucent.com>
62741
62742         * lib/tempname.c: Merge with version from libc.
62743         * lib/regex.c: Likewise.
62744
62745         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
62746         systems for which STDC_HEADERS is 0, it was not included, resulting in
62747         a warning about an integer-to-pointer conversion problem with getenv.
62748         Reported by Volker Borchert.
62749
62750 2001-11-26  Jim Meyering  <meyering@lucent.com>
62751
62752         * lib/gtod.h: Remove file.
62753         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
62754         * lib/gettimeofday.c: Don't include gtod.h.
62755         (GTOD_init): Remove function.
62756         (rpl_gettimeofday): Do its job here instead, rather than aborting.
62757         Suggestion from Volker Borchert.
62758
62759 2001-11-23  Jim Meyering  <meyering@lucent.com>
62760
62761         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
62762         it.
62763         * lib/hash.c (struct hash_table): Define it here instead.
62764
62765 2001-11-22  Jim Meyering  <meyering@lucent.com>
62766
62767         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
62768
62769 2001-11-20  Jim Meyering  <meyering@lucent.com>
62770
62771         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
62772         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
62773
62774 2001-11-19  Jim Meyering  <meyering@lucent.com>
62775
62776         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
62777         directory.  Use "conftestXXXXXX" as the template.
62778         Suggestion from Paul Eggert.
62779
62780         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
62781         immediately, so the test doesn't mistakenly hit the max-open-files
62782         limit.
62783
62784 2001-11-18  Paul Eggert  <eggert@twinsun.com>
62785
62786         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
62787         (TEMPORARIES): New macro.
62788         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
62789         removes an artificial limitation (e.g. HP-UX 10.20, where
62790         TMP_MAX is 17576).
62791
62792 2001-11-18  Jim Meyering  <meyering@lucent.com>
62793
62794         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
62795
62796 2001-11-18  Jim Meyering  <meyering@lucent.com>
62797
62798         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
62799         on SunOS 4.
62800
62801         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
62802         files will be created before anything else.
62803
62804 2001-11-17  Paul Eggert  <eggert@twinsun.com>
62805
62806         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
62807         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
62808
62809 2001-11-17  Jim Meyering  <meyering@lucent.com>
62810
62811         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
62812         Prompted by a report from Bob Proulx.
62813
62814         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
62815         Instead, require UTILS_FUNC_MKSTEMP.
62816
62817 2001-11-17  Jim Meyering  <meyering@lucent.com>
62818
62819         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
62820         Now, that's done as part of AC_FUNC_STRTOD.
62821
62822 2001-11-17  Jim Meyering  <meyering@lucent.com>
62823
62824         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
62825         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
62826         rather than group writable.  Patch by Juan F. Codagnone.
62827
62828         * lib/readtokens.c: Remove explicit declarations of xmalloc and
62829         xrealloc, Instead, include "xalloc.h".
62830
62831         * lib/mountlist.c: Include unlocked-io.h after all system headers.
62832         Remove explicit declarations of xmalloc, xrealloc,
62833         and xstrdup.  Instead, include "xalloc.h".
62834
62835         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
62836         unlocked-io.h.
62837         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
62838         Likewise.
62839         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
62840
62841         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
62842         Reported by Padraig Brady.
62843
62844         * lib/mkstemp.c: #undef mkstemp.
62845         Include config.h.
62846         (rpl_mkstemp): Rename from mkstemp.
62847         Protoize.
62848
62849 2001-11-16  Jim Meyering  <meyering@lucent.com>
62850
62851         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
62852         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
62853         determine the amount of total physical memory, use pstat_getstatic.
62854         HPUX-11 doesn't define _SC_PHYS_PAGES.
62855         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
62856         If sysconf couldn't be used to determine the amount of available
62857         physical memory, use both pstat_getstatic and pstat_getdynamic.
62858         Based on a patch from Bob Proulx.
62859
62860 2001-11-10  Jim Meyering  <meyering@lucent.com>
62861
62862         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
62863         (jm_PREREQ): Use it.
62864
62865 2001-11-09  Jim Meyering  <meyering@lucent.com>
62866
62867         * m4/jm-macros.m4: Require autoconf-2.52f.
62868         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
62869         Use these AC_-prefixed names, not the AM_-prefixed ones.
62870
62871         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
62872
62873 2001-11-05  Jim Meyering  <meyering@lucent.com>
62874
62875         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
62876
62877 2001-11-04  Jim Meyering  <meyering@lucent.com>
62878
62879         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
62880         $DEFS.
62881
62882 2001-11-03  Jim Meyering  <meyering@lucent.com>
62883
62884         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
62885         of AC_DEFUN.
62886
62887         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
62888         know the name of the variable in the macro definition.
62889
62890 2001-11-03  Jim Meyering  <meyering@lucent.com>
62891
62892         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
62893         in argmatch_to_argument call.
62894
62895         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
62896         argument.
62897
62898         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
62899         e.g., a fault due to an attempt to free a NULL pointer.
62900
62901 2001-11-01  Jim Meyering  <meyering@lucent.com>
62902
62903         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
62904         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
62905
62906 2001-11-01  Jim Meyering  <meyering@lucent.com>
62907
62908         * lib/dirfd.c, lib/dirfd.h: New files.
62909         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
62910
62911         * lib/hash.c (hash_print) [TESTING]: Clean up.
62912
62913 2001-10-22  Paul Eggert  <eggert@twinsun.com>
62914
62915         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
62916         to avoid a warning if -Wall.
62917
62918 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
62919
62920         * README: New file
62921         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
62922         (per RMS's instructions, this is now the canonical source)
62923         * lgpl/, gpl/: New directories.
62924
62925 2001-10-21  Paul Eggert  <eggert@twinsun.com>
62926
62927         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
62928
62929 2001-10-21  Jim Meyering  <meyering@lucent.com>
62930
62931         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
62932         this code would end up calling gettext even in packages built
62933         with --disable-nls.
62934         * lib/getopt.c (_): Likewise.
62935         * lib/regex.c (_): Likewise.
62936
62937 2001-10-20  Paul Eggert  <eggert@twinsun.com>
62938
62939         * m4/error.m4 (jm_PREREQ_ERROR):
62940         Do not invoke AC_CHECK_FUNCS with strerror_r, as
62941         AC_FUNC_STRERROR_R does that.
62942         Check for strerror declaration.
62943
62944         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
62945         are supposed to have them these days.
62946         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
62947         Merge changes from latest Autoconf CVS.
62948         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
62949         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
62950         POSIX decided to standardize on the int flavor of strerror_r.
62951
62952 2001-10-20  Paul Eggert  <eggert@twinsun.com>
62953
62954         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
62955         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
62956         Use strerror_r that is only a macro, even if it is not a function.
62957         (strerror): Check for HAVE_DECL_STRERROR before declaring.
62958         (private_strerror): Use prototypes, not old-style function definition.
62959         (print_errno_message): New function.
62960         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
62961         char*-flavored one.
62962         (error_tail, error, error_at_line): Use it.
62963
62964 2001-10-11  Jim Meyering  <meyering@lucent.com>
62965
62966         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
62967         and quote_n (1, ... to avoid clobbering a buffer.
62968
62969 2001-10-05  Jim Meyering  <meyering@lucent.com>
62970
62971         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
62972         hash-pjw.h.
62973         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
62974         * lib/hash-pjw.h: New file.
62975
62976 2001-09-30  Jim Meyering  <meyering@lucent.com>
62977
62978         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
62979         `struct fsstat' has the `f_fstypename' member.
62980         Use that to define FS_TYPE, which is now used to make
62981         the getfsstat link test tighter.
62982
62983 2001-09-30  Jim Meyering  <meyering@lucent.com>
62984
62985         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
62986         Include <sys/ucred.h>, for Apple Darwin.
62987         Include sys/mount.h and sys/fs_types.h only if available.
62988         (FS_TYPE): Define.
62989         (read_filesystem_list): Use FS_TYPE.
62990
62991 2001-09-29  Paul Eggert  <eggert@twinsun.com>
62992
62993         * lib/exclude.c (excluded_filename): 0 -> false, since it's
62994         a boolean context.
62995
62996 2001-09-29  Jim Meyering  <meyering@lucent.com>
62997
62998         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
62999         [one-argument getmntent function]): Include stdio.h before mntent.h.
63000         SunOS 4.1.x needs it for the declaration of `FILE'.
63001         Patch by Volker Borchert.
63002
63003         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
63004         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
63005         sys/fs_types.h, and make the link-test for getfsstat guard #include
63006         directives with appropriate #if HAVE_*_H tests so that we can
63007         detect getfsstat on Apple Darwin1.3.7 systems.
63008         Reported by Nelson Beebe.
63009         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
63010
63011 2001-09-28  Paul Eggert  <eggert@twinsun.com>
63012
63013         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
63014         #defines strtoimax.  Also treat the other strto* functions
63015         like strtoimax.
63016
63017         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
63018         Check for strtoul and strtoumax,
63019         as those declarations are made even in the signed case.
63020         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
63021         Likewise, for strtol and strtoimax.
63022
63023 2001-09-28  Paul Eggert  <eggert@twinsun.com>
63024
63025         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
63026         #defines strtoimax.  Also treat the other strto* functions
63027         like strtoimax.
63028
63029         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
63030         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
63031         (strtoimax, strtoumax): Do not declare if already defined as a macro.
63032
63033 2001-09-26  Jim Meyering  <meyering@lucent.com>
63034
63035         Most macros in unlocked-io.h had the wrong number of arguments.
63036         * lib/gen-uio: New script.
63037         (USE_UNLOCKED_IO): Define to 1 if not already defined.
63038         * lib/unlocked-io.hin: Remove file.
63039         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
63040         rather than trying to embed it here.
63041         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
63042         Reported by Padraig Brady.
63043
63044 2001-09-25  Volker Borchert  <bt@teknon.de>
63045
63046         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
63047         `result'.
63048
63049 2001-09-24  Jim Meyering  <meyering@lucent.com>
63050
63051         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
63052
63053 2001-09-23  Jim Meyering  <meyering@lucent.com>
63054
63055         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
63056         instead of the mere test for existence of mntent.h.  The latter
63057         would get a false-positive on AIX 3.4 systems.
63058         In the outer getmntent if-block, don't die if neither of the getmntent
63059         tests succeeds.  Instead, just fall through and continue with the
63060         remaining tests.
63061
63062 2001-09-23  Jim Meyering  <meyering@lucent.com>
63063
63064         * lib/mountlist.c: Remove useless parentheses in #if directives.
63065         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
63066         the deprecated MOUNTED symbol is no longer defined in mntent.h.
63067
63068 2001-09-22  Jim Meyering  <meyering@lucent.com>
63069
63070         * m4/gettext.m4: New file.  From gettext.
63071         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
63072         * m4/progtest.m4: Likewise
63073         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
63074         * m4/glibc21.m4: Likewise.
63075
63076         * m4/libintl.m4: Remove.  No longer used.
63077
63078 2001-09-22  Jim Meyering  <meyering@lucent.com>
63079
63080         * lib/localcharset.c: Update from latest gettext.
63081         * lib/config.charset: Likewise.
63082
63083 2001-09-20  Jim Meyering  <meyering@lucent.com>
63084
63085         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
63086         strtoimax.
63087         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
63088         strtoumax.
63089
63090 2001-09-20  Jim Meyering  <meyering@lucent.com>
63091
63092         * lib/xstrtol.c (strtoimax): Guard declaration with
63093         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
63094         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
63095         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
63096         (strtoumax): Likewise, for completeness (it wasn't necessary).
63097
63098 2001-09-17  Paul Eggert  <eggert@twinsun.com>
63099
63100         * lib/strtoimax.c (HAVE_LONG_LONG):
63101         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
63102         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
63103         to work around bug in IBM C compiler.
63104
63105 2001-09-17  Jim Meyering  <meyering@lucent.com>
63106
63107         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
63108         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
63109         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
63110         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
63111         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
63112         whenever the right hand side need not be expanded by the shell.
63113
63114 2001-09-16  Paul Eggert  <eggert@twinsun.com>
63115
63116         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
63117         library.  It's not correct, as some older glibcs are buggy.
63118         fnmatch wasn't fixed until glibc 2.2.
63119
63120         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
63121         special shell magic here.
63122
63123 2001-09-16  Jim Meyering  <meyering@lucent.com>
63124
63125         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
63126         * m4/jm-macros.m4: Require it.
63127
63128 2001-09-16  Jim Meyering  <meyering@lucent.com>
63129
63130         * lib/mkdir.c: New file.
63131
63132 2001-09-15  Jim Meyering  <meyering@lucent.com>
63133
63134         * m4/jm-macros.m4: Check for help2man.
63135
63136 2001-09-11  Jim Meyering  <meyering@lucent.com>
63137
63138         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
63139         The body, by Paul Eggert, was moved here from configure.in.
63140         * m4/jm-macros.m4: Require UTILS_HOST_OS.
63141
63142 2001-09-04  Paul Eggert  <eggert@twinsun.com>
63143
63144         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
63145         (jm_PREREQ): Use it.
63146
63147 2001-09-04  Paul Eggert  <eggert@twinsun.com>
63148
63149         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
63150         Use ssize_t, not int, to store result of readlink.
63151         Check for ssize_t overflow as well as size_t overflow,
63152         as POSIX says the result of readlink is implementation-defined
63153         when ssize_t overflows.
63154         Remove unnecessary cast to char*.
63155         Use free+malloc instead of realloc, as the storage doesn't need
63156         to be preserved and it's clearer and can be more efficient that way.
63157         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
63158         * lib/xreadlink.h (xreadlink): Update prototype.
63159
63160 2001-09-04  Paul Eggert  <eggert@twinsun.com>
63161
63162         * lib/xgetcwd.c: Revert some of the previous change; intead,
63163         fix the HAVE_GETCWD_NULL code to behave more like the
63164         !HAVE_GETCWD_NULL code used to.
63165
63166         Include "xalloc.h".
63167         (xgetcwd): Do not return NULL when memory is exhausted; instead,
63168         invoke xalloc_die.
63169
63170 2001-09-03  Paul Eggert  <eggert@twinsun.com>
63171
63172         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
63173         sys/param.h, as pathmax.h includes them.
63174
63175 2001-09-03  Paul Eggert  <eggert@twinsun.com>
63176
63177         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
63178         (jm_PREREQ_XGETCWD): New macro.
63179
63180         * m4/getcwd.m4: New file.
63181
63182 2001-09-03  Paul Eggert  <eggert@twinsun.com>
63183
63184         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
63185         like the HAVE_GETCWD_NULL code.
63186         Include pathmax.h if not HAVE_GETCWD.
63187         Do not include xalloc.h.
63188         (INITIAL_BUFFER_SIZE): New symbol.
63189         Do not use xmalloc / xrealloc, since the caller is responsible for
63190         handling errors.  Preserve errno around `free' during failure.
63191         Do not overrun buffer when using getwd.
63192
63193 2001-09-03  Paul Eggert  <eggert@twinsun.com>
63194
63195         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
63196         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
63197         getcwd (NULL, 0).
63198
63199 2001-09-03  Paul Eggert  <eggert@twinsun.com>
63200
63201         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
63202         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
63203         spotted by Jim Meyering.
63204
63205 2001-09-03  Jim Meyering  <meyering@lucent.com>
63206
63207         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
63208         failure.
63209
63210 2001-09-02  Jim Meyering  <meyering@lucent.com>
63211
63212         * lib/error.c: Update from GNU libc.
63213
63214 2001-09-01  Jim Meyering  <meyering@lucent.com>
63215
63216         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
63217         Used by df.
63218
63219 2001-09-01  Jim Meyering  <meyering@lucent.com>
63220
63221         * lib/xreadlink.c: New file.
63222         * lib/xreadlink.h: New file.
63223         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
63224         xreadlink.h.
63225
63226         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
63227         doesn't conflict with sparc Solaris 7's definition in
63228         /usr/include/sys/int_types.h.
63229
63230         * lib/exclude.c: Use `""', not `<>' to #include non-system header
63231         files.
63232         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
63233         and strncasecmp as r-values.  Unixware didn't have declarations.
63234
63235 2001-08-31  Paul Eggert  <eggert@twinsun.com>
63236
63237         * lib/xstrtol.h: Add copyright notice.
63238         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
63239         LONGINT_INVALID_SUFFIX_CHAR.
63240
63241 2001-08-31  Paul Eggert  <eggert@twinsun.com>
63242
63243         * lib/xstrtol.c (strtoimax): New decl.
63244
63245 2001-08-31  Paul Eggert  <eggert@twinsun.com>
63246
63247         * lib/xgetcwd.c: Don't include pathmax.h.
63248         Include stdlib.h and unistd.h if available.
63249         Include xalloc.h.
63250         (xmalloc, xstrdup, free): Remove decls.
63251         (xgetcwd): Don't assume sizes fit in unsigned.
63252         Check for overflow when computing sizes.
63253         Simplify reallocation code.
63254
63255 2001-08-31  Paul Eggert  <eggert@twinsun.com>
63256
63257         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
63258         a directory's st_size can have an arbitrary value, so the old
63259         usage could waste an arbitrary amount of memory.  All uses
63260         changed.
63261         * lib/savedir.h: Update prototype.
63262
63263 2001-08-31  Paul Eggert  <eggert@twinsun.com>
63264
63265         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
63266
63267         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
63268         old strtoimax.c.
63269
63270         Also, make the following further changes to make this file's
63271         configuration more similar to that of strtol.c:
63272         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
63273         (strtoumax, uintmax_t, strtoull, strtol): Remove.
63274         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
63275         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
63276         changed to signed values.
63277
63278         And make the following changes as well:
63279         Fix copyright notice, as 1999 was missing.
63280         (verify): New macro.
63281         (strtoimax): Check sizes at compile-time, not run-time.
63282         Prefer strtol to strtoll if both work.
63283         (main): Remove; it was not that useful and was a pain to maintain.
63284
63285         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
63286
63287 2001-08-31  Jim Meyering  <meyering@lucent.com>
63288
63289         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
63290         Use an initial, malloc'd, buffer of length 128 rather than
63291         a statically allocated one of length 1024.
63292
63293 2001-08-30  Paul Eggert  <eggert@twinsun.com>
63294
63295         Simplify code, partly by assuming autoconf 2.52 semantics.
63296
63297         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
63298
63299         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
63300         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
63301         All uses removed.
63302         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
63303         Move AC_REQUIRE to next-to-top level, to avoid confusion.
63304         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
63305         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
63306         jm_AC_HEADER_INTTYPES_H.
63307         * m4/jm-macros.m4 (jm_MACROS): Likewise.
63308
63309         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
63310
63311         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
63312         Quote first arg of AC_DEFUN.
63313         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
63314         since they are needed to parse the include file even if we need
63315         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
63316         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
63317         but with opposite signedness.
63318
63319 2001-08-30  Paul Eggert  <eggert@twinsun.com>
63320
63321         Merge 'exclude' changes from tar 1.13.22.
63322         This fixes one or two unlikely storage allocation overflow bugs,
63323         but doesn't change user-visible behavior otherwise.
63324
63325 2001-08-30  Paul Eggert  <eggert@twinsun.com>
63326
63327         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
63328         (jm_PREREQ_EXCLUDE): New macro.
63329
63330 2001-08-30  Paul Eggert  <eggert@twinsun.com>
63331
63332         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
63333         tm to be declared.
63334
63335 2001-08-30  Paul Eggert  <eggert@twinsun.com>
63336
63337         * lib/hash.c: Remove '2001' from copyright notice.
63338
63339 2001-08-30  Paul Eggert  <eggert@twinsun.com>
63340
63341         * lib/full-write.h: New file.
63342         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
63343         * lib/full-write.c: Correct credits, as cccp.c no longer
63344         exists and anyway it was so heavily changed from the old cccp
63345         code as to be unrecognizable.  Include full-write.h.
63346         (full_write) Return size_t, with short writes meaning failure.
63347         All callers changed.  This fixes a bug with large buffers
63348         on 64-bit hosts.
63349         * lib/utime.c: Include full-write.h.
63350
63351 2001-08-30  Paul Eggert  <eggert@twinsun.com>
63352
63353         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
63354         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
63355         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
63356         Include if available.
63357         (<xalloc.h>): Include
63358         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
63359         (verify): New macro.  Use it to verify that EXCLUDE macros do not
63360         collide with FNM macros.
63361         (struct patopts): New struct.
63362         (struct exclude): Use it, as exclude patterns now come with options.
63363         (new_exclude): Support above changes.
63364         (new_exclude, add_exclude_file):
63365         Initial size must now be a power of two to simplify overflow checking.
63366         (free_exclude, fnmatch_no_wildcards): New function.
63367         (excluded_filename): No longer requires options arg, as the options
63368         are determined by add_exclude.  Now returns bool, not int.
63369         (excluded_filename, add_exclude):
63370         Add support for the fancy new exclusion options.
63371         (add_exclude, add_exclude_file): Now takes int options arg.
63372         Check for arithmetic overflow when computing sizes.
63373         (add_exclude_file): xrealloc might modify errno, so don't
63374         realloc until after errno might be used.
63375
63376         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
63377         New macros.
63378         (free_exclude): New decl.
63379         (add_exclude, add_exclude_file): Now takes int options arg.
63380         (excluded_filename): No longer requires options arg, as the options
63381         are determined by add_exclude.  Now returns bool, not int.
63382
63383 2001-08-30  Paul Eggert  <eggert@twinsun.com>
63384
63385         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
63386
63387 2001-08-27  Jim Meyering  <meyering@lucent.com>
63388
63389         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
63390
63391         * lib/version-etc.c (N_): Remove definition.
63392         Revert most of last change.
63393         Instead, simply don't mark the `Copyright...' string for translation.
63394         Based on advice from Paul Eggert.
63395
63396         * lib/strtoxmax.c: Tweak comment.
63397
63398 2001-08-26  Jim Meyering  <meyering@lucent.com>
63399
63400         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
63401
63402         * m4/xstrtoimax.m4: New file.
63403         * m4/xstrtoumax.m4: Add comments explaining why we
63404         AC_REPLACE_FUNCS(strtol).
63405
63406 2001-08-26  Jim Meyering  <meyering@lucent.com>
63407
63408         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
63409         of copyright with `%s' so translators don't get an untranslated
63410         message in 2002.
63411         (COPYRIGHT_YEAR): Define.
63412         (version_etc): Use fprintf rather than fputs.
63413         Suggestion from Ulrich Drepper.
63414
63415         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
63416
63417         * lib/strtoll.c: New file, from GNU libc.
63418         * lib/xstrtoimax.c: New file.
63419
63420         * lib/xstrtol.h: Add xstrtoimax.
63421         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
63422         * lib/strtoimax.c: New file.  Likewise, but first define
63423         STRTOUXMAX_SIGNED.
63424
63425         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
63426         ...
63427         * lib/strtoxmax.c: ... then renamed to this.
63428
63429 2001-08-18  Paul Eggert  <eggert@twinsun.com>
63430
63431         * m4/inttypes.m4: Add AC_PREREQ(2.13).
63432         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
63433         (jm_AC_TYPE_INTMAX_T): New macro.
63434         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
63435
63436         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
63437
63438         * m4/longlong.m4: Renamed from ulonglong.m4.
63439         * m4/inttypes.m4: Renamed from inttypes_h.m4.
63440         * m4/uintmax_t.m4: Removed.
63441
63442 2001-08-13  Paul Eggert  <eggert@twinsun.com>
63443
63444         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
63445         Port to Solaris 8, where 'sed' requires a space after the 'r'
63446         command, and where sh dislikes "$/".  Clean up the spacing a bit.
63447         Redirect output to $tmp just once.
63448
63449 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
63450
63451         * lib/addext.c (<errno.h>): Include.
63452         (errno): Declare if not defined.
63453         (addext): Work correctly when pathconf returns -1 and leaves
63454         errno alone because there is no limit.  Also, work even if
63455         pathconf returns a value greater than SIZE_MAX.
63456
63457 2001-08-12  Jim Meyering  <meyering@lucent.com>
63458
63459         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
63460         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
63461         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
63462         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
63463         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
63464         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
63465         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
63466         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
63467         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
63468         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
63469         utime.m4, utimes.m4, xstrtoumax.m4:
63470         Quote the first argument in each use of AC_DEFUN.
63471
63472 2001-08-12  Jim Meyering  <meyering@lucent.com>
63473
63474         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
63475         Simply `return getcwd (NULL, 0);'.
63476         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
63477         Use 1300 as initial value for length, not PATH_MAX.
63478
63479         * lib/pathmax.h: Clean up cpp syntax.
63480
63481 2001-08-12  Jim Meyering  <meyering@lucent.com>
63482
63483         * lib/gettimeofday.c: New file.
63484         * lib/gtod.h: New file.
63485         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
63486
63487 2001-08-05  Jim Meyering  <meyering@lucent.com>
63488
63489         * m4/jm-macros.m4: Require autoconf-2.52.
63490
63491 2001-08-04  Jim Meyering  <meyering@lucent.com>
63492
63493         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
63494         stmt, to get in sync with glibc.
63495
63496 2001-08-03  Paul Eggert  <eggert@twinsun.com>
63497
63498         The following changes are from gettext 0.10.39 as maintained by
63499         Bruno Haible.
63500
63501         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
63502         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
63503         with inverted sense.  All uses changed.
63504
63505         * lib/mbswidth.c: Don't include <limits.h>.
63506         Include <stdlib.h> and <string.h> unconditionally.
63507         (iswcntrl, mbsinit, ISCNTRL): New macros.
63508         (mbsnwidth): Use K&R style function declarations.
63509         Don't bother checking for MB_LEN_MAX == 1, since the compiler
63510         can optimize it when MB_CUR_MAX == 1.
63511         The width of control characters is zero, not 1.
63512
63513 2001-08-03  Paul Eggert  <eggert@twinsun.com>
63514
63515         The following changes are from gettext 0.10.39 as maintained by
63516         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
63517
63518         * m4/codeset.m4: Upgrade to serial AM1.
63519         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
63520         all uses changed.  Quote first arg of AC_DEFUN.
63521         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
63522
63523         * m4/iconv.m4: Upgrade to serial AM2.
63524         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
63525         Add --with-libconv-prefix.
63526         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
63527         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
63528         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
63529         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
63530         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
63531
63532         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
63533         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
63534         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
63535         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
63536         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
63537         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
63538         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
63539         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
63540         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
63541
63542         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
63543         string.h any more.
63544
63545         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
63546         not the default value.
63547
63548         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
63549         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
63550         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
63551         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
63552         Also check for iswcntrl, used for wcwidth fallback.
63553         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
63554         to Autoconf 2.13.
63555
63556 2001-08-03  Jim Meyering  <meyering@lucent.com>
63557
63558         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
63559         as it was in the original.  Reported by Paul Eggert.
63560
63561 2001-07-16  Jim Meyering  <meyering@lucent.com>
63562
63563         * m4/gettimeofday.m4: New file.
63564         Prompted by a report from Bernhard Baehr.
63565
63566 2001-07-15  Jim Meyering  <meyering@lucent.com>
63567
63568         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
63569         stuff. Now it's in ../Makefile.cfg.
63570
63571 2001-07-15  Jim Meyering  <meyering@lucent.com>
63572
63573         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
63574         (BUILT_SOURCES): Add unlocked-io.h.
63575         (io_functions): Define.
63576         (unlocked-io.h): New rule.
63577         (DISTCLEANFILES): Add unlocked-io.h.
63578         (all-local): Depend on unlocked-io.h, to ensure it is created.
63579
63580         * lib/unlocked-io.hin: New file
63581
63582         * lib/regex.c: Update from glibc.
63583
63584 2001-07-05  Jim Meyering  <meyering@lucent.com>
63585
63586         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
63587         recommendation.
63588         (libfetish_a_SOURCES): Put all .h files here instead.
63589         Remove a thus-exposed (better checks in automake) duplicate and
63590         two unnecessary .h files.
63591
63592 2001-07-04  Jim Meyering  <meyering@lucent.com>
63593
63594         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
63595         that generates jm-glibc-io.m4 so that it doesn't trigger any make
63596         distcheck failure.
63597
63598 2001-07-02  Jim Meyering  <meyering@lucent.com>
63599
63600         The following changes were prompted by suggestions from Bruno Haible.
63601
63602         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
63603         is now generated.
63604         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
63605         definition of EXTRA_DIST.
63606         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
63607         ensure that the generated file is created/updated whenever the list
63608         of $(unlocked_functions) is changed.
63609         (jm-glibc-io.m4): New rule.
63610         (unlocked-io.h): New rule -- currently unused.
63611
63612 2001-06-24  Jim Meyering  <meyering@lucent.com>
63613
63614         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
63615         unmatched right bracket, rather than kludging it with an extra,
63616         falsely-matching quote in a comment.  Patch by Akim Demaille.
63617
63618 2001-06-11  Jim Meyering  <meyering@lucent.com>
63619
63620         * lib/regex.c: Update from GNU libc.
63621
63622 2001-05-27  Jim Meyering  <meyering@lucent.com>
63623
63624         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
63625         Check for ut_type in struct utmp.
63626
63627 2001-05-27  Jim Meyering  <meyering@lucent.com>
63628
63629         * lib/readutmp.h (UT_TYPE): Define.
63630
63631 2001-05-24  Jim Meyering  <meyering@lucent.com>
63632
63633         * lib/argmatch.c: Include "quote.h".
63634         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
63635         quote function.  Reported by Göran Uddeborg.
63636
63637 2001-05-22  Jim Meyering  <meyering@lucent.com>
63638
63639         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
63640         now that we use the package-supplied version unconditionally.
63641         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
63642
63643 2001-05-21  Jim Meyering  <meyering@lucent.com>
63644
63645         * m4/regex.m4: Change a couple backticks to single quotes to avoid
63646         shell syntax errors.
63647
63648 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
63649
63650         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
63651
63652 2001-05-20  Paul Eggert  <eggert@twinsun.com>
63653
63654         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
63655         Don't bother to check library strftime, since
63656         we'll be using our own my_strftime function anyway.
63657         Define my_strftime instead of strftime.
63658
63659 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
63660
63661         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
63662         which is not yet declared.
63663
63664 2001-05-15  Jim Meyering  <meyering@lucent.com>
63665
63666         * m4/regex.m4: Use proper quoting so brackets appear in the test
63667         program.
63668         Reported by, and with help from, Bruno Haible.
63669
63670 2001-05-13  Jim Meyering  <meyering@lucent.com>
63671
63672         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
63673         undefined.
63674
63675 2001-05-11  Paul Eggert  <eggert@twinsun.com>
63676
63677         dirname code cleanup.  base_name now behaves more compatibly
63678         with POSIX basename when given file names that have trailing
63679         slashes, and similarly for dir_name.  Add new primitives
63680         base_len and dir_len.  Put the directory-name-related decls
63681         into dirname.h.
63682
63683         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
63684         * lib/backupfile.c (base_name): Likewise.
63685         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
63686         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
63687         * lib/makepath.c (strip_trailing_slashes): Likewise.
63688         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
63689         ISSLASH): Likewise.
63690         * lib/rename.c (strip_trailing_slashes): Likewise.
63691         * lib/same.c (base_name): Likewise.
63692         * lib/stripslash.c (ISSLASH): Likewise.
63693
63694         * lib/addext.c: Include <dirname.h> after size_t is defined.
63695         * lib/backupfile.c: Likewise.
63696
63697         * lib/addext.c (addext): Use base_len to trim redundant
63698         trailing slashes instead of doing it ourselves.
63699         But do not trim the last slash if it is not redundant.
63700
63701         * lib/backupfile.c (find_backup_file_name,
63702         max_backup_version): Use base_len instead of rolling it ourselves.
63703         Handle the case of "" and (on DOS) "C:" correctly.
63704
63705         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
63706         needed. Include <string.h>, <dirname.h>.
63707         (base_name): Allow file names ending in slashes, other than names
63708         that are all slashes.  In this case, return the basename followed
63709         by the slashes.  This is more general, and can be used in places
63710         where the original base_name purposely had an assertion failure.
63711         (base_len): New function.
63712
63713         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
63714         Do not include <assert.h>; no longer needed.
63715         Include xalloc.h.
63716         (memrchr): Remove decl.
63717         (dir_name_r): Remove.
63718         (dir_len): Renamed from dirlen.  All callers changed.
63719         Rewrite in terms of base_name, for simplicity and consistency.
63720         (dir_name): Never return NULL.  All callers changed.
63721         Do not include <stdlib.h> in test program; no longer needed.
63722         return 0; is fine for test program.
63723
63724         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
63725         New macros.
63726         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
63727
63728         * lib/path-concat.c (path_concat): Use base_len to compute
63729         base length, not strlen; this means we cannot rely on memcpy
63730         to null-terminate.
63731
63732         * lib/same.c (STREQ): Remove.
63733         (same_name): Handle the case where the basename ends in trailing '/'.
63734
63735         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
63736         a slash was stripped.  Do not strip the last slash after a
63737         file system prefix.
63738
63739 2001-05-11  Paul Eggert  <eggert@twinsun.com>
63740
63741         * lib/Makefile.am (libfetish_a_SOURCES):
63742         Add strftime.c, since we now compile it on all hosts.
63743
63744         * lib/strftime.c (my_strftime):
63745         Define to nstrftime if emacs, but only if my_strftime is not defined.
63746         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
63747         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
63748         Add one more extra argument: a nanoseconds value.
63749         All uses changed.
63750         (ns): New macro.
63751         (my_strftime function): Add %N format.
63752         (emacs_strftimeu): Renamed from emacs_strftime,
63753         with extra ut argument.
63754
63755 2001-05-09  Paul Eggert  <eggert@twinsun.com>
63756
63757         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
63758
63759 2001-04-21  Jim Meyering  <meyering@lucent.com>
63760
63761         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
63762         doesn't interfere.
63763
63764 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
63765
63766         * m4/ftruncate.m4: Check for chsize.
63767         Link with ftruncate.o unconditionally if ftruncate is missing.
63768         This was required when cross-compiling to i586-mingw32msvc.
63769
63770 2001-04-08  Jim Meyering  <meyering@lucent.com>
63771
63772         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
63773         recomputed; that's necessary when the offset spans a DST transition.
63774         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
63775
63776 2001-04-02  Jim Meyering  <meyering@lucent.com>
63777
63778         * lib/regex.h, regex.c: Update from GNU libc.
63779
63780 2001-03-24  Jim Meyering  <meyering@lucent.com>
63781
63782         * m4/jm-macros.m4: Require autoconf-2.49d.
63783
63784 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
63785
63786         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
63787
63788 2001-03-19  Paul Eggert  <eggert@twinsun.com>
63789
63790         * lib/version-etc.c (version_etc_copyright): Update to 2001.
63791
63792 2001-03-17  Jim Meyering  <meyering@lucent.com>
63793
63794         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
63795         now that the version in autoconf is equivalent.
63796         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
63797
63798         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
63799         Suggestion from Akim Demaille.
63800
63801         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
63802         (jm_PREREQ_TEMPNAME): New function.
63803
63804 2001-03-16  Paul Eggert  <eggert@twinsun.com>
63805
63806         * lib/tempname.c (uint64_t): Define to uintmax_t if
63807         not defined, and if UINT64_MAX is not defined.
63808         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
63809         Reported by John David Anglin.
63810
63811 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
63812
63813         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
63814         resolve alias if codeset is empty.
63815         * lib/config.charset (BeOS): Use wildcard syntax.
63816
63817 2001-03-13  Jim Meyering  <meyering@lucent.com>
63818
63819         * lib/path-concat.c (path_concat)
63820         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
63821         concatenating e.g., `C:' and `foo'.
63822         From Bruno Haible.
63823
63824 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
63825
63826         * lib/localcharset.c (locale_charset): Don't use
63827         setlocale(LC_CTYPE,NULL). Don't return NULL.
63828         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
63829
63830 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
63831
63832         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
63833         support for DOS/DJGPP.
63834
63835 2001-03-01  Paul Eggert  <eggert@twinsun.com>
63836
63837         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
63838         lacks mkstemp.  Compile our own tempname.c if we compile our own
63839         mkstemp.c, as mkstemp relies on tempname.
63840
63841 2001-03-01  Jim Meyering  <meyering@lucent.com>
63842
63843         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
63844         AH_VERBATIM really does output its argument verbatim.
63845
63846 2001-02-28  Paul Eggert  <eggert@twinsun.com>
63847
63848         * lib/Makefile.am (libfetish_a_SOURCES):
63849         Add dup-safer.c, fopen-safer.c.
63850         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
63851
63852         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
63853         * lib/unistd-safer.h: New files.
63854
63855 2001-02-25  Paul Eggert  <eggert@twinsun.com>
63856
63857         The mkstemp replacement is taken from glibc 2.2.2, with some
63858         portability fixes for use outside glibc, as follows:
63859
63860         * lib/tempname.c (struct_stat64): New macro.
63861         (direxists, __gen_tempname): Use it.
63862         This avoids a portability problem with Solaris 8.
63863
63864         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
63865         (<stddef.h>, <stdint.h>, <string.h>):
63866         Include only if STDC_HEADERS || _LIBC.
63867         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
63868         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
63869         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
63870         (__set_errno): Define this macro if <errno.h> doesn't.
63871         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
63872         Define these macros if <stdio.h> doesn't.
63873         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
63874         Define these macros if <sys/stat.h>
63875         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
63876         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
63877         __xstat64): Define if not _LIBC.
63878         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
63879         (__gen_tempname): Invoke gettimeofday only if
63880         HAVE_GETTIMEOFDAY || _LIBC;
63881         otherwise, fall back on plain "time".
63882         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
63883
63884         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
63885
63886         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
63887
63888 2001-02-18  Paul Eggert  <eggert@twinsun.com>
63889
63890         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
63891
63892 2001-02-17  Paul Eggert  <eggert@twinsun.com>
63893
63894         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
63895         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
63896         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
63897         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
63898
63899 2001-02-17  Paul Eggert  <eggert@twinsun.com>
63900
63901         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
63902         Remove workaround macros for hosts that have mbrtowc but not
63903         mbstate_t, as we now insist on proper declarations for both
63904         before using mbrtowc.
63905
63906 2001-02-17  Jim Meyering  <meyering@lucent.com>
63907
63908         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
63909         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
63910         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
63911         UnixWare 7.1.1.
63912
63913         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
63914         rather than AC_CACHE_VAL.
63915
63916 2001-02-17  Jim Meyering  <meyering@lucent.com>
63917
63918         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
63919         around included file name.
63920
63921         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
63922
63923         * lib/strftime.c: Update from GNU libc (the only changes were to
63924         comments).
63925
63926 2001-02-17  Jim Meyering  <meyering@lucent.com>
63927
63928         * lib/regex.c: Update from libc.
63929
63930 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
63931
63932         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
63933         clash.
63934
63935 2001-02-16  Paul Eggert  <eggert@twinsun.com>
63936
63937         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
63938         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
63939         Reported by Mark Hounschell via Paul Eggert.
63940
63941 2001-02-07  Jim Meyering  <meyering@lucent.com>
63942
63943         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
63944
63945 2001-02-05  Jim Meyering  <meyering@lucent.com>
63946
63947         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
63948         it includes the patch required for `large file' support with at least
63949         HP-UX's 10.20 /bin/cc.
63950
63951 2001-02-03  Jim Meyering  <meyering@lucent.com>
63952
63953         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
63954         AS_IF, now that it works once again (mysteriously).
63955         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
63956
63957 2001-01-30  Jim Meyering  <meyering@lucent.com>
63958
63959         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
63960         * m4/chown.m4: Rename conftestchown to conftest.chown.
63961         * m4/rename.m4: s/conftestdir/conftest.d1/ and
63962         s/conftestdir2/conftest.d2/.
63963         * m4/utimes.m4: s/conftestdata/conftest.data/
63964         Inspired by Pavel Roskin's change in autoconf.
63965
63966 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
63967
63968         * lib/config.charset: Update for FreeBSD 4.2.
63969
63970 2001-01-27  Jim Meyering  <meyering@lucent.com>
63971
63972         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
63973         a use of AS_IF.
63974         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
63975
63976 2001-01-26  Jim Meyering  <meyering@lucent.com>
63977
63978         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
63979         quotearg.c includes it.
63980
63981 2001-01-26  Jim Meyering  <meyering@lucent.com>
63982
63983         * lib/quotearg.c: Include stddef.h.
63984         * lib/quote.c: Include stddef.h.
63985         Reported by Axel Kittenberger.
63986
63987         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
63988         line in double quotes so that it evokes a better diagnostic.
63989         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
63990         Reported by Axel Kittenberger.
63991
63992 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
63993
63994         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
63995         as if it was a `charset'.
63996
63997 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
63998
63999         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
64000         has const.
64001
64002 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
64003
64004         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
64005         to avoid a warning.  Add back 'const' to inptr.
64006
64007 2001-01-20  Jim Meyering  <meyering@lucent.com>
64008
64009         Be sure that headers are checked before used in code compiled
64010         for the type checks.
64011         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
64012         In place of that, invoke jm_CHECK_ALL_TYPES.
64013         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
64014         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
64015         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
64016         The check for ssize_t was mistakenly run before the test for unistd.h.
64017
64018         The configure-time check for stdbool.h was missing.
64019         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
64020         (jm_PREREQ_HASH): New function.
64021
64022 2001-01-17  Jim Meyering  <meyering@lucent.com>
64023
64024         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
64025         for autoconf-2.49c.
64026         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
64027
64028 2001-01-16  Jim Meyering  <meyering@lucent.com>
64029
64030         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
64031         From Bruno Haible.
64032
64033 2001-01-14  Jim Meyering  <meyering@lucent.com>
64034
64035         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
64036         foo and bar.  Create conftestdir/ in the script, not in the C code.
64037         Remove directories in the script, not in the C code.
64038         Remove conftestdir{,2} before trying to create the directory.
64039         Make the entire configure script fail if the mkdir fails.
64040
64041 2001-01-14  Jim Meyering  <meyering@lucent.com>
64042
64043         * lib/rename.c: New file.  From Volker Borchert.
64044         Include stdlib.h, string.h or strings.h, and xalloc.h.
64045         Use strip_trailing_slashes rather than open-coding it.
64046
64047 2001-01-03  Paul Eggert  <eggert@twinsun.com>
64048
64049         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
64050
64051 2001-01-03  Jim Meyering  <meyering@lucent.com>
64052
64053         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
64054         of local `inptr' to avoid warning with some system declarations of
64055         iconv.
64056
64057 2001-01-02  Volker Borchert  <bt@teknon.de>
64058
64059         * m4/rename.m4: New file.
64060         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
64061
64062 2001-01-01  Jim Meyering  <meyering@lucent.com>
64063
64064         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
64065         even on systems with utmpx.h.  It's necessary for the declaration of
64066         utmp's ut_user member.  Reported by Andreas Jaeger.
64067
64068         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
64069         available. They are required for the declarations of getgrgid and
64070         getpwuid resp.
64071         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
64072         Reported by Andreas Jaeger.
64073
64074 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
64075
64076         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
64077         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
64078         so `make install' also works in VPATH builds.
64079
64080 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
64081
64082         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
64083         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
64084         can be used in subdirectories.
64085
64086 2000-12-29  Paul Eggert  <eggert@twinsun.com>
64087
64088         * lib/modechange.c: Do not assume that mode_t uses the
64089         traditional octal encoding.  E.g. "chmod 1 FOO" should set
64090         the other-execute bit of FOO even if S_IXOTH != 1.
64091
64092         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
64093         WOTH, XOTH, ALLM): New macros.
64094         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
64095          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
64096         Use them.
64097         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
64098         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
64099         (mode_compile):
64100         No need to use uintmax_t; unsigned long is long enough.
64101         Don't bother to get suffix since we don't use it.
64102
64103 2000-12-26  Jim Meyering  <meyering@lucent.com>
64104
64105         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
64106         better with autoheader.
64107
64108 2000-12-24  Jim Meyering  <meyering@lucent.com>
64109
64110         * lib/hash.c (is_prime): Return explicit boolean values.
64111         (hash_get_first): Return NULL to appease Irix5.6's 89.
64112         Reported by Nelson Beebe.
64113
64114 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
64115
64116         * lib/localcharset.c (locale_charset): Add support for Win32.
64117
64118 2000-12-18  Paul Eggert  <eggert@twinsun.com>
64119
64120         * lib/physmem.h, lib/physmem.c: New files.
64121
64122         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
64123         (noinst_HEADERS): Add physmem.h.
64124
64125         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
64126         't' for compatibility with Solaris 8 sort.
64127
64128 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
64129
64130         * lib/config.charset: Add support for BeOS.
64131
64132 2000-12-17  Jim Meyering  <meyering@lucent.com>
64133
64134         * m4/dos.m4 (jm_AC_DOS): New file and macro.
64135         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
64136
64137 2000-12-16  Jim Meyering  <meyering@lucent.com>
64138
64139         This bug had a serious impact on chown: `chown N:M FILE' (for integer
64140         N and M) would have treated it like `chown N:N FILE'.
64141
64142         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
64143
64144 2000-12-16  Jim Meyering  <meyering@lucent.com>
64145
64146         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
64147         SHELLS_FILE to a file name that's useful on djgpp systems.
64148         Include stdlib.h.
64149         (ADDITIONAL_DEFAULT_SHELLS): Define.
64150         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
64151         Based mostly on a patch from Prashant TR.
64152
64153 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
64154
64155         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
64156         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
64157         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
64158
64159 2000-12-08  Andreas Schwab  <schwab@suse.de>
64160
64161         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
64162         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
64163
64164 2000-12-07  Jim Meyering  <meyering@lucent.com>
64165
64166         * lib/stripslash.c (ISSLASH): Define.
64167         (strip_trailing_slashes): Use ISSLASH rather than comparing against
64168         `/'.
64169         From Prashant TR.
64170
64171         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
64172         (dir_name_r): Declare this function as static.
64173         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
64174         manifest itself on a name containing a mix of slashes and
64175         backslashes.
64176         Make this function work with names starting with a DOS-style
64177         drive letter and colon prefix.
64178         (dir_name): Append `.' if necessary.
64179         Based mostly on patches from Prashant TR and Eli Zaretskii.
64180
64181         * lib/dirname.h (dir_name_r): Remove prototype.
64182
64183 2000-12-06  Paul Eggert  <eggert@twinsun.com>
64184
64185         * m4/off_t-format.m4: Remove this file.
64186         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
64187
64188 2000-12-06  Jim Meyering  <meyering@lucent.com>
64189
64190         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
64191         replacement strtoull, we may well need the replacement strtoul, too.
64192         Check for declarations of strtoul and strtoull.
64193         Check for strtol.  Mainly as a cue to cause automake to include
64194         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
64195         Check for limits.h -- strtol.c needs it.
64196
64197 2000-12-05  Jim Meyering  <meyering@lucent.com>
64198
64199         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
64200
64201 2000-12-04  Jim Meyering  <meyering@lucent.com>
64202
64203         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
64204         Also include memory.h, stdlib.h, unistd.h if appropriate.
64205         Reported by Andreas Jaeger (conflicting declaration of malloc).
64206
64207 2000-12-02  Jim Meyering  <meyering@lucent.com>
64208
64209         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
64210         * m4/jm-macros.m4 (jm_MACROS): require it.
64211
64212 2000-12-02  Jim Meyering  <meyering@lucent.com>
64213
64214         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
64215
64216 2000-12-01  Paul Eggert  <eggert@twinsun.com>
64217
64218         * lib/memrchr.c: Include <config.h> before any system include file.
64219
64220 2000-11-30  Jim Meyering  <meyering@lucent.com>
64221
64222         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
64223
64224 2000-11-30  Jim Meyering  <meyering@lucent.com>
64225
64226         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
64227
64228 2000-11-29  Paul Eggert  <eggert@twinsun.com>
64229
64230         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
64231
64232 2000-11-26  Jim Meyering  <meyering@lucent.com>
64233
64234         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
64235
64236 2000-11-22  Paul Eggert  <eggert@twinsun.com>
64237
64238         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
64239         size of (size_t) -1; it's not portable.
64240
64241 2000-11-17  Jim Meyering  <meyering@lucent.com>
64242
64243         * lib/strstr.c: Update from GNU libc.
64244
64245 2000-11-17  Akim Demaille  <akim@epita.fr>
64246
64247         * lib/obstack.h: Formatting changes.
64248         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
64249         prevent type checking.
64250         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
64251         cast the value to (void *): assigning a `foo *' to a `void *'
64252         variable is valid.
64253         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
64254
64255 2000-11-16  Jim Meyering  <meyering@lucent.com>
64256
64257         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
64258
64259 2000-11-11  Jim Meyering  <meyering@lucent.com>
64260
64261         * lib/error.c: Add a couple #includes, merging from GNU libc version.
64262
64263 2000-11-10  Jim Meyering  <meyering@lucent.com>
64264
64265         * lib/obstack.h: Update from GNU libc.
64266         * lib/obstack.c: Likewise.
64267
64268 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
64269
64270         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
64271
64272 2000-11-06  Paul Eggert  <eggert@twinsun.com>
64273
64274         * lib/getusershell.c (setusershell): Use rewind rather than
64275         fseek/fseeko, to avoid configuration hassles with fseeko.
64276         Don't bother opening SHELLS_FILE if shellstream is NULL;
64277         it's not necessary.
64278
64279 2000-11-05  Jim Meyering  <meyering@lucent.com>
64280
64281         * lib/makepath.h (make_dir): Declare.
64282         * lib/makepath.c (make_dir): Remove `static' attribute.
64283         Tweak a comment.
64284
64285 2000-11-04  Jim Meyering  <meyering@lucent.com>
64286
64287         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
64288
64289 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
64290
64291         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
64292         last one in a bucket, advance to the next bucket.
64293
64294 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
64295
64296         * lib/fnmatch.c: Do not comment out all the code if we are using
64297         the GNU C library, because in some cases we are replacing buggy
64298         code in the GNU C library itself.
64299
64300 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
64301
64302         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
64303         (regex_compile): Catch bogus \(\1\).
64304
64305 2000-10-30  Paul Eggert  <eggert@twinsun.com>
64306
64307         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
64308         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
64309         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
64310
64311 2000-10-30  Paul Eggert  <eggert@twinsun.com>
64312
64313         * lib/error.h, getline.h, modechange.h:
64314         Remove "2000" from Copyright line, as the file hasn't been
64315         changed this year other than in the copyright notice.
64316
64317         * lib/xalloc.h: Add "2000" to Copyright line, as this file
64318         was changed this year.
64319
64320 2000-10-29  Jim Meyering  <meyering@lucent.com>
64321
64322         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
64323         renaming.
64324         * m4/ls-mntd-fs.m4: Likewise
64325
64326 2000-10-29  Jim Meyering  <meyering@lucent.com>
64327
64328         * lib/xstat.in: Fix grammar in comment.
64329
64330 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
64331
64332         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
64333         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
64334         doesn't define __restrict_arr.
64335
64336 2000-10-28  Jim Meyering  <meyering@lucent.com>
64337
64338         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
64339         (jm_PREREQ_MEMCHR): New function.
64340
64341 2000-10-28  Jim Meyering  <meyering@lucent.com>
64342
64343         * lib/memchr.c: Update from libc.
64344         Adjust for portability:
64345         [HAVE_STDLIB_H]: Include stdlib.h.
64346         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
64347         Undef __memchr, too.
64348         [!weak_alias]: Define __memchr to memchr.
64349
64350         * lib/regex.c: Update from libc.
64351         * lib/regex.h: Likewise.
64352         * lib/getopt1.c: Likewise.
64353         * lib/memcmp.c: Likewise.
64354
64355         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
64356         Avoid using fseek, when possible -- it's broken by design.
64357         Patch by Ulrich Drepper.
64358
64359 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
64360
64361         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
64362         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
64363         Giving in to popular pressure to shut up the compiler with casts.
64364
64365 2000-10-26  Jim Meyering  <meyering@lucent.com>
64366
64367         * lib/strftime.c: Update from libc.
64368
64369 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
64370
64371         * regex.c: More `unsigned char' -> `re_char' changes.
64372         Also change several `int' into `re_wchar_t'.
64373         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
64374         (PUSH_FAILURE_POINTER): Don't cast any more.
64375         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
64376         We want GCC to complain, since this piece of code makes
64377         re_match non-reentrant, which *should* be fixed.
64378         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
64379         (EXTEND_BUFFER): Use RETALLOC.
64380         (SET_LIST_BIT): Don't cast.
64381         (re_wchar_t): New type.
64382         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
64383         that those two functions will always properly return.
64384         (IMMEDIATE_QUIT_CHECK): Cast to void.
64385         (analyse_first): Use recursion rather than an explicit stack.
64386         (re_compile_fastmap): Can't fail anymore.
64387         (re_search_2): Don't check re_compile_fastmap for failure.
64388         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
64389         Now also sets the new value (passed in a new argument).
64390         (re_match_2_internal): Use it.
64391         Also, use a new var `reg' of type size_t when looping through regs
64392         rather than reuse the inappropriate `mcnt'.
64393
64394 2000-10-25  Jim Meyering  <meyering@lucent.com>
64395
64396         * lib/obstack.c: Update from libc.
64397
64398 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
64399
64400         * regex.c (regex_compile): Change the way of handling a range from
64401         a char less than 256 to a char not less than 256.
64402
64403 2000-10-24  Andrew Innes  <andrewi@gnu.org>
64404
64405         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
64406         NT-Emacs only.
64407         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
64408         so that re_search functions only quit when callers expect them to.
64409
64410 2000-10-23  Jim Meyering  <meyering@lucent.com>
64411
64412         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
64413         wrong.  That set_locale call must not have any side effects.
64414         From Paul Eggert.
64415
64416 2000-10-22  Jim Meyering  <meyering@lucent.com>
64417
64418         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
64419         [CYCLIC]: Remove now-unused definition.
64420
64421         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
64422         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
64423         Suggestion from Ulrich Drepper.
64424
64425 2000-10-21  Jim Meyering  <meyering@lucent.com>
64426
64427         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
64428         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
64429         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
64430
64431 2000-10-21  Jim Meyering  <meyering@lucent.com>
64432
64433         * lib/dirname.c (memrchr): Declare if necessary.
64434         (dir_name): Remove the restriction that there be no
64435         trailing slashes.  Now, this code skips past them, effectively
64436         ignoring them.
64437         [TEST_DIRNAME] (main): New unit tests.
64438
64439         * lib/memrchr.c: New file from GNU libc.
64440         Undef __memrchr, too.
64441         [!weak_alias]: Define __memrchr to memrchr.
64442         Guard weak_alias use with `#ifdef weak_alias'.
64443
64444 2000-10-21  Jim Meyering  <meyering@lucent.com>
64445
64446         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
64447         (dir_name): Use dir_name_r.
64448         * lib/dirname.h (dir_name_r): Declare it.
64449
64450 2000-10-17  Jim Meyering  <meyering@lucent.com>
64451
64452         * lib/quote.h (PARAMS): Define and use.
64453         Reported by Akim Demaille.
64454
64455         * lib/getopt.c: Update from libc.
64456
64457 2000-10-16  Jim Meyering  <meyering@lucent.com>
64458
64459         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
64460         setlocale.
64461         From Jan Fedak.
64462
64463 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
64464
64465         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
64466
64467 2000-09-25  Jim Meyering  <meyering@lucent.com>
64468
64469         * lib/md5.h (rol): Define (from GnuPG).
64470
64471         * lib/sha.c: Give credit (GnuPG) where due.
64472         (M): Use rol rather than open-coding it.
64473         Add a FIXME comment.
64474
64475 2000-09-21  Jim Meyering  <meyering@lucent.com>
64476
64477         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
64478         Reported by Michael Stone.
64479
64480 2000-09-20  Jim Meyering  <meyering@lucent.com>
64481
64482         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
64483         (noinst_HEADERS): Add sha.h.
64484         Based on code from Scott G. Miller and from GnuPG.
64485
64486 2000-09-18  Jim Meyering  <meyering@lucent.com>
64487
64488         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
64489         LIBS. Otherwise, everyone ends up linking with -lelf for some
64490         configurations.
64491         Reported by Mike Stone.
64492
64493 2000-09-15  Jim Meyering  <meyering@lucent.com>
64494
64495         * lib/regex.c: Update from libc.
64496
64497 2000-09-10  Jim Meyering  <meyering@lucent.com>
64498
64499         * lib/getopt.c (_getopt_internal): Update from glibc.
64500
64501 2000-09-09  Jim Meyering  <meyering@lucent.com>
64502
64503         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
64504         think it should be used as a general replacement for isascii.
64505         * lib/fnmatch.c: Likewise.
64506         * lib/mbswidth.c: Likewise
64507         * lib/regex.c: Likewise.
64508
64509         Don't use atoi.
64510         * lib/userspec.c: Include sys/param.h and limits.h.
64511         Include xstrtol.h.
64512         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
64513         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
64514         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
64515         UID, GID.  Check range.
64516
64517 2000-09-06  Jim Meyering  <meyering@lucent.com>
64518
64519         * lib/getopt.c (_getopt_internal): Update from glibc.
64520
64521 2000-08-30  Jim Meyering  <meyering@lucent.com>
64522
64523         * lib/strftime.c: Merge in changes from GNU libc.
64524
64525 2000-08-26  Jim Meyering  <meyering@lucent.com>
64526
64527         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
64528         * m4/fpending.m4: New file.
64529
64530 2000-08-26  Jim Meyering  <meyering@lucent.com>
64531
64532         * lib/closeout.c: Include "__fpending.h".
64533         (close_stdout_status): Return right away if there's nothing to flush.
64534
64535         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
64536         * lib/__fpending.c: New file.
64537         * lib/__fpending.h: New file.
64538
64539 2000-08-20  Jim Meyering  <meyering@lucent.com>
64540
64541         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
64542         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
64543         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
64544
64545 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
64546
64547         Improve fileutils installation on systems where running
64548         programs (like install) can't be unlinked.
64549         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
64550         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
64551
64552 2000-08-07  Paul Eggert  <eggert@twinsun.com>
64553
64554         Standardize on "memory exhausted" instead of "Memory exhausted"
64555         or "virtual memory exhausted".
64556         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
64557         "virtual memory exhausted".
64558         * lib/same.c (same_name): Invoke xalloc_die instead of printing
64559         our own message.
64560         * lib/userspec.c (parse_user_spec): Likewise.
64561         * lib/bumpalloc.h: comment fix
64562         * lib/same.c, userspec.c: Include xalloc.h.
64563
64564         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
64565         not char *const and pointing to a constant array.
64566         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
64567         (xrealloc): Comment fix.
64568
64569         * lib/userspec.c (parse_user_spec):
64570         Don't translate a message until just before returning,
64571         to avoid unnecessary translation.
64572
64573 2000-08-07  Jim Meyering  <meyering@lucent.com>
64574
64575         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
64576         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
64577         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
64578         getgroups.c, gethostname.c, getopt.h, group-member.c,
64579         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
64580         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
64581         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
64582         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
64583         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
64584         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
64585         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
64586         yesno.c: Back out Copyright date changes for each file with no change
64587         this year.  This eases coordination with other programs using the same
64588         source code modules.  From Paul Eggert.
64589
64590 2000-08-06  Paul Eggert  <eggert@twinsun.com>
64591
64592         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
64593         not char, for compatibility with glibc 2.1.3 strftime.c.
64594
64595 2000-08-03  Greg McGary  <greg@mcgary.org>
64596
64597         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
64598         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
64599         (EXTEND_BUFFER): Use them.
64600
64601 2000-08-01  Jim Meyering  <meyering@lucent.com>
64602
64603         * lib/dirname.c (ISSLASH): Define.
64604         (BACKSLASH_IS_PATH_SEPARATOR): Define.
64605         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
64606         both `\' and `/' may be use as path separators.
64607         Based on a patch from Prashant TR.
64608
64609 2000-07-31  Paul Eggert  <eggert@twinsun.com>
64610
64611         * lib/quotearg.c (quotearg_n_options): Don't make the initial
64612         slot vector a constant, since it might get modified.
64613
64614 2000-07-31  Jim Meyering  <meyering@lucent.com>
64615
64616         * lib/xmalloc.c: Use `virtual memory exhausted', not
64617         `Memory exhausted'.
64618         * lib/obstack.c (print_and_abort): Likewise.
64619
64620 2000-07-30  Paul Eggert  <eggert@twinsun.com>
64621
64622         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
64623         buffer, so that the caller can always quote one small
64624         component of a "memory exhausted" message in slot 0.
64625         From a suggestion by Jim Meyering.
64626
64627 2000-07-30  Jim Meyering  <meyering@lucent.com>
64628
64629         * lib/makepath.c (make_path): Quote the other instance, too.
64630
64631         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
64632         (STATIC_BUF_SIZE): Define.
64633         (quotearg_n_options): Use only statically allocated storage when
64634         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
64635         than STATIC_BUF_SIZE.
64636
64637 2000-07-29  Jim Meyering  <meyering@lucent.com>
64638
64639         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
64640         * lib/dirname.c (dir_name): Likewise.
64641
64642         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
64643         `/'.
64644
64645         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
64646         (dir_name): Assert that there are no trailing slashes.
64647
64648 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
64649
64650         * lib/mbswidth.h (mbswidth): Add a flags argument.
64651         (mbswidth): New declaration.
64652         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
64653         * lib/mbswidth.c (mbswidth): Add a flags argument.
64654         (mbsnwidth): New function.
64655
64656 2000-07-24  Jim Meyering  <meyering@lucent.com>
64657
64658         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
64659
64660 2000-07-23  Paul Eggert  <eggert@twinsun.com>
64661
64662         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
64663
64664 2000-07-23  Paul Eggert  <eggert@twinsun.com>
64665
64666         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
64667         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
64668         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
64669         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
64670         invoke multibyte primitives.
64671
64672 2000-07-23  Paul Eggert  <eggert@twinsun.com>
64673
64674         * lib/quotearg.c:
64675         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
64676         so that mbstate_t is always defined.
64677
64678         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
64679         be 1 in at least one GCC installation, and this configuration
64680         error is likely to be common.  Ignoring MB_LEN_MAX hurts
64681         performance on hosts that have mbrtowc but have only unibyte
64682         locales, but I assume these hosts are rare.
64683
64684 2000-07-23  Paul Eggert  <eggert@twinsun.com>
64685
64686         * lib/mbswidth.c (_XOPEN_SOURCE):
64687         Don't define; this causes problems on Solaris 7.
64688         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
64689
64690 2000-07-23  Jim Meyering  <meyering@lucent.com>
64691
64692         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
64693         too: getgrgid, getpwuid, getuid.
64694
64695 2000-07-23  Jim Meyering  <meyering@lucent.com>
64696
64697         * lib/basename.c (base_name): Add an assertion.
64698
64699 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
64700
64701         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
64702         shadow its mbsinit function.
64703
64704 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
64705
64706         * lib/mbswidth.h: New file.
64707         * lib/mbswidth.c: New file.
64708         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
64709         (noinst_HEADERS): Add mbswidth.h.
64710
64711 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
64712
64713         * lib/config.charset: Add support for FreeBSD. Improve support for
64714         HP-UX and IRIX 6.
64715
64716 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
64717
64718         * m4/mbswidth.m4: New file.
64719         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
64720
64721 2000-07-15  Jim Meyering  <meyering@lucent.com>
64722
64723         * lib/makepath.c: Include quote.h.
64724         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
64725         corresponding argument in a `quote (...)' call.
64726         Give better diagnostics.
64727
64728         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
64729         (noinst_HEADERS): Add quote.h.
64730
64731         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
64732         from tar's src/misc.c.
64733         * lib/quote.h: New file.  Prototypes for same.
64734
64735 2000-07-14  Paul Eggert  <eggert@twinsun.com>
64736
64737         From a suggestion by Bruno Haible.
64738         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
64739         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
64740         to decide whether to define the BeOS workaround macro;
64741         this adjusts to the change to AC_MBSTATE_T.
64742
64743 2000-07-14  Jim Meyering  <meyering@lucent.com>
64744
64745         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
64746         jm_AC_TYPE_UINTMAX_T.
64747
64748 2000-07-13  Paul Eggert  <eggert@twinsun.com>
64749
64750         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
64751
64752         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
64753         quotearg_buffer_restyled): Add support for
64754         clocale_quoting_style.  Undo previous change to
64755         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
64756         and "{RIGHT QUOTATION MARK}" msgids.
64757
64758 2000-07-10  Paul Eggert  <eggert@twinsun.com>
64759
64760         From a suggestion by Bruno Haible.
64761         * m4/mbstate_t.m4 (AC_MBSTATE_T):
64762         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
64763         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
64764         and mbstate_t, to a single-part test that simply defines mbstate_t.
64765         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
64766         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
64767
64768 2000-07-10  Jim Meyering  <meyering@lucent.com>
64769
64770         * m4/strerror_r.m4: Mirror the correction made in autoconf.
64771
64772         * m4/gnu-source.m4: Output to confdefs.h directly.
64773         Suggestion from Akim Demaille.
64774
64775 2000-07-09  Paul Eggert  <eggert@twinsun.com>
64776
64777         The old behavior of quoting `like this' doesn't look good with
64778         newer, ISO-style fonts.  See:
64779         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
64780
64781         Instead, quote "like this" by default.  Let the translator
64782         tailor the locale-specific quoting behavior by providing
64783         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
64784
64785         * lib/quotearg.c (N_): New macro.
64786         (gettext_default): New function.
64787         (quotearg_buffer_restyled): Use
64788         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
64789         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
64790
64791 2000-07-09  Jim Meyering  <meyering@lucent.com>
64792
64793         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
64794         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
64795
64796         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
64797         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
64798
64799 2000-07-09  Jim Meyering  <meyering@lucent.com>
64800
64801         * lib/Most files: Update copyright dates to include 2000.
64802
64803 2000-07-08  Jim Meyering  <meyering@lucent.com>
64804
64805         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
64806         if not defined.
64807         (xgethostname): Remove now-unnecessary #ifdef.
64808         Move declaration of `err' into loop where it's used.
64809
64810 2000-07-05  Paul Eggert  <eggert@twinsun.com>
64811         and Bruno Haible  <haible@clisp.cons.org>
64812
64813         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
64814         only if the test for an object-type mbstate_t fails.  This
64815         prevents us from mistakenly reporting that mbstate_t is a
64816         system object type after we "#define mbstate_t int" to work
64817         around its lack.
64818
64819 2000-07-05  Paul Eggert  <eggert@twinsun.com>
64820         and Bruno Haible  <haible@clisp.cons.org>
64821
64822         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
64823
64824 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
64825
64826         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
64827         to strerror_r.
64828         Include <ctype.h> for use of isalpha.
64829
64830 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
64831
64832         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
64833         by allocating a larger buffer. Test the gethostname return value for
64834         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
64835         returns an error and ENAMETOOLONG isn't defined.
64836
64837 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
64838
64839         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
64840         dimension.
64841
64842 2000-07-04  Jim Meyering  <meyering@lucent.com>
64843
64844         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
64845         of the deprecated AC_CHECKING.
64846
64847 2000-07-04  Jim Meyering  <meyering@lucent.com>
64848
64849         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
64850         Reported by Bruno Haible.
64851
64852 2000-07-04  Jim Meyering  <meyering@lucent.com>
64853
64854         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
64855         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
64856         lacks mbrtowc.
64857
64858 2000-07-03  Paul Eggert  <eggert@twinsun.com>
64859
64860         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
64861         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
64862
64863 2000-07-03  Paul Eggert  <eggert@twinsun.com>
64864         and Bruno Haible  <haible@clisp.cons.org>
64865
64866         * lib/quotearg.c (mbrtowc):
64867         Assign to *pwc, and return 1 only if result is nonzero.
64868         (iswprint): Use ISPRINT when substituting our own mbrtowc.
64869
64870 2000-07-03  Jim Meyering  <meyering@lucent.com>
64871
64872         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
64873
64874 2000-07-03  Jim Meyering  <meyering@lucent.com>
64875
64876         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
64877         This is necessary to get a definition of e.g., UTMP_FILE on
64878         HP-UX 10.20.
64879         From Bob Proulx.
64880
64881 2000-07-02  Jim Meyering  <meyering@lucent.com>
64882
64883         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
64884
64885         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
64886         AC_LIBOBJ(function_name).
64887         * m4/chown.m4: Likewise.
64888         * m4/fnmatch.m4: Likewise.
64889         * m4/ftruncate.m4: Likewise.
64890         * m4/getgroups.m4: Likewise.
64891         * m4/getline.m4: Likewise.
64892         * m4/group-member.m4: Likewise.
64893         * m4/jm-macros.m4: Likewise.
64894         * m4/lstat.m4: Likewise.
64895         * m4/malloc.m4: Likewise.
64896         * m4/memcmp.m4: Likewise.
64897         * m4/nanosleep.m4: Likewise.
64898         * m4/putenv.m4: Likewise.
64899         * m4/realloc.m4: Likewise.
64900         * m4/regex.m4: Likewise.
64901         * m4/stat.m4: Likewise.
64902         * m4/strftime.m4: Likewise.
64903
64904 2000-07-02  Jim Meyering  <meyering@lucent.com>
64905
64906         * lib/quotearg.c (mbstate_t): Don't define here.
64907
64908 2000-07-02  Jim Meyering  <meyering@lucent.com>
64909
64910         * lib/nanosleep.c (SIGCONT): Define if not already defined.
64911
64912 2000-07-01  Jim Meyering  <meyering@lucent.com>
64913
64914         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
64915
64916 2000-07-01  Jim Meyering  <meyering@lucent.com>
64917
64918         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
64919         problem.
64920
64921 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
64922
64923         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
64924         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
64925
64926 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
64927
64928         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
64929         per change in ../m4/ls-mntd-fs.m4.
64930         (read_filesystem_list): Ignore symbolic links.
64931
64932 2000-06-29  Jim Meyering  <meyering@lucent.com>
64933
64934         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
64935         for declaration of strcmp.
64936
64937         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
64938
64939         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
64940         Avoid warning by casting result to `char *' to remove `const'.
64941
64942 2000-06-28  Jim Meyering  <meyering@lucent.com>
64943
64944         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
64945         included by quotearg.c, for which we perform this test.  From
64946         Bruno Haible.
64947
64948 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
64949
64950         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
64951         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
64952         <utmpx.h> exists, put readutmp.o into LIBOBJS.
64953
64954 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
64955
64956         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
64957
64958 2000-06-26  Paul Eggert  <eggert@twinsun.com>
64959
64960         savedir now sets errno on failure and invokes xmalloc to get memory.
64961         Fix a couple of other minor bugs while we're at it.
64962
64963         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
64964         (NAMLEN): Remove macro.
64965         (malloc, realloc): Remove decls.
64966         (stpcpy): Likewise.
64967         ("xalloc.h"): Include.
64968         (NAME_SIZE_DEFAULT): New macro.
64969         (savedir): Use xmalloc / xrealloc to allocate memory.
64970         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
64971         Skip "" directory entries.
64972         Use strlen to calculate directory entry length, since the old method
64973         is rarely used these days and isn't worth supporting.
64974         Don't use a pointer after freeing it.
64975         Check for integer overflow when calculating allocation size.
64976         Use memcpy to copy entries, instead of stpcpy.
64977         Set errno properly when returning NULL.
64978         Check for readdir error.
64979
64980 2000-06-26  Jim Meyering  <meyering@lucent.com>
64981
64982         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
64983
64984 2000-06-25  Jim Meyering  <meyering@lucent.com>
64985
64986         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
64987         Linux header bug when _XOPEN_SOURCE is defined to 500.
64988
64989 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
64990
64991         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
64992         deficiency.
64993
64994 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
64995
64996         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
64997         Include xalloc.h.
64998         Don't include <stdlib.h>.  Don't declare malloc, realloc.
64999
65000 2000-06-24  Jim Meyering  <meyering@lucent.com>
65001
65002         * m4/strerror_r.m4: Revive this file -- to try out an experimental
65003         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
65004         for which strerror does return char*, but which lacks a conveniently
65005         accessible declaration of the function.  If the compile-test says
65006         strerror_r doesn't work, then resort to a `run'-test that works on
65007         BeOS and segfaults on DEC Unix.
65008
65009 2000-06-24  Jim Meyering  <meyering@lucent.com>
65010
65011         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
65012
65013 2000-06-23  Paul Eggert  <eggert@twinsun.com>
65014
65015         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
65016         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
65017
65018 2000-06-23  Paul Eggert  <eggert@twinsun.com>
65019
65020         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
65021         (mbrtowc, mbstate_t): Define substitutes if
65022         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
65023         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
65024         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
65025
65026 2000-06-23  Jim Meyering  <meyering@lucent.com>
65027
65028         * m4/afs.m4: Add missing AC_MSG_RESULT.
65029         Reported by Bruno Haible.
65030
65031         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
65032         Suggestion from Bruno Haible.
65033
65034 2000-06-23  Jim Meyering  <meyering@lucent.com>
65035
65036         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
65037
65038 2000-06-21  Jim Meyering  <meyering@lucent.com>
65039
65040         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
65041
65042 2000-06-21  Jim Meyering  <meyering@lucent.com>
65043
65044         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
65045         (noinst_HEADERS): Add getstr.h.
65046
65047         * lib/getline.c (getstr): Move into a separate file.
65048         * lib/getstr.c (getstr): New file, extracted from getline.c, with
65049         the following changes: new parameter, delim2; both delim[12]
65050         parameters have type `int', not `char'.  The latter would lose
65051         with 8-bit delimiters.
65052         * lib/getstr.h: New file.
65053
65054 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
65055
65056         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
65057         than 1024, return a memory chunk of least possible size, instead
65058         of size PATH_MAX + 2. In the loop, increment the size proportionally.
65059         Use free/xmalloc instead of xrealloc to avoid copying for very long
65060         paths.
65061
65062 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
65063
65064         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
65065         the empty string.
65066
65067 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
65068
65069         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
65070         address, not strdup.  Include <stdlib.h> and don't declare free().
65071
65072 2000-06-19  Jim Meyering  <meyering@lucent.com>
65073
65074         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
65075
65076 2000-06-18  Jim Meyering  <meyering@lucent.com>
65077
65078         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
65079
65080         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
65081         `checking whether...' message to be consistent with that of the
65082         lstat test.
65083
65084 2000-06-18  Jim Meyering  <meyering@lucent.com>
65085
65086         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
65087         Besides, these days every porting target provides a mkdir function.
65088
65089         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
65090         needed. (this snippet comes from src/system.h).
65091
65092 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
65093
65094         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
65095
65096 2000-06-15  Paul Eggert  <eggert@twinsun.com>
65097
65098         * lib/human.c (adjust_value): New function.
65099         (human_readable_inexact): Apply rounding style even when
65100         printing approximate values.
65101
65102 2000-06-14  Paul Eggert  <eggert@twinsun.com>
65103
65104         * lib/human.c (human_readable_inexact): Allow an input block
65105         size that is not a multiple of the output block size, and vice versa.
65106         Reported by Piergiorgio Sartor.
65107
65108 2000-06-14  Paul Eggert  <eggert@twinsun.com>
65109
65110         * lib/getdate.y (get_date): Apply relative times after time
65111         zone indicator, not before.  Reported by Todd A. Jacobs.
65112
65113 2000-06-13  Jim Meyering  <meyering@lucent.com>
65114
65115         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
65116
65117         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
65118
65119 2000-06-12  Paul Eggert  <eggert@twinsun.com>
65120
65121         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
65122
65123 2000-06-12  Jim Meyering  <meyering@lucent.com>
65124
65125         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
65126         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
65127         optional argument.
65128         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
65129         the optional argument, `lib'.
65130
65131 2000-06-08  Jim Meyering  <meyering@lucent.com>
65132
65133         * m4/largefile.m4: Remove file (now that it's part of autoconf).
65134
65135 2000-06-04  Paul Eggert  <eggert@twinsun.com>
65136
65137         Rewrite largefile configuration so that we don't need to run
65138         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
65139         AC_CANONICAL_HOST in configure.in -- jmm]
65140
65141         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
65142         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
65143         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
65144         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
65145         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
65146         All uses changed.
65147         Instead of inspecting the output of getconf, try to compile the
65148         test program without and with the macro definition.
65149         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
65150         for getconf.  Instead, check for the needed flags by compiling
65151         test programs.
65152
65153 2000-06-04  Paul Eggert  <eggert@twinsun.com>
65154
65155         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
65156
65157 2000-06-04  Jim Meyering  <meyering@lucent.com>
65158
65159         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
65160         SunOS 4.1.4 for which gid_t is an unsigned type.
65161
65162 2000-06-03  Jim Meyering  <meyering@lucent.com>
65163
65164         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
65165         now that autoconf requires that.
65166
65167         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
65168         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
65169         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
65170
65171 2000-06-03  Jim Meyering  <meyering@lucent.com>
65172
65173         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
65174
65175 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
65176
65177         * m4/glibc21.m4: New file.
65178         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
65179
65180 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
65181
65182         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
65183         newer, don't install charset.alias.
65184         * lib/config.charset: Change the Linux/glibc rules so they become empty
65185         on glibc-2.1 or newer.
65186
65187 2000-06-02  Jim Meyering  <meyering@lucent.com>
65188
65189         * lib/mountlist.c: Back out last change.  Instead, do this...
65190         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
65191         me_dummy member using the same `ignore'-testing code.
65192         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
65193         fs_type strings.
65194         From Mark D. Roth.
65195
65196 2000-05-29  Jim Meyering  <meyering@lucent.com>
65197
65198         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
65199         mounts with the `ignore' attribute.  Based on a patch from
65200         Mark D. Roth.
65201
65202 2000-05-28  Jim Meyering  <meyering@lucent.com>
65203
65204         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
65205         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
65206         * m4/stat.m4: Likewise.
65207         * m4/lstat.m4: Likewise.
65208         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
65209
65210         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
65211         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
65212
65213 2000-05-26  Jim Meyering  <meyering@lucent.com>
65214
65215         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
65216
65217 2000-05-24  Jim Meyering  <meyering@lucent.com>
65218
65219         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
65220         autoconf requires that.
65221         * m4/lib-check.m4: Likewise.
65222         * m4/jm-macros.m4: Likewise.
65223         * m4/strftime.m4: Likewise.
65224
65225         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
65226         AC_CHECK_DECLS, now that autoconf requires that.
65227
65228 2000-05-22  Jim Meyering  <meyering@lucent.com>
65229
65230         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
65231         * m4/lstat.m4: Likewise.
65232
65233 2000-05-22  Jim Meyering  <meyering@lucent.com>
65234
65235         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
65236
65237 2000-05-20  Jim Meyering  <meyering@lucent.com>
65238
65239         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
65240         (jm_PREREQ): Use it.
65241
65242 2000-05-18  Jim Meyering  <meyering@lucent.com>
65243
65244         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
65245         back, too, since it may have been modified by allocate_entry.
65246         (hash_delete): Rewrite to use neither the assignment operator
65247         nor the comma operator in an if-expression.
65248
65249 2000-05-15  Paul Eggert  <eggert@twinsun.com>
65250
65251         * lib/closeout.c:
65252         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
65253         Remove; no longer needed.
65254         "quotearg.h": Add include.
65255         (file_name): Do not bother to explicitly initialize to NULL; it's less
65256         efficient on some hosts.
65257         (close_stdout_status): Remove test as to whether stdout was already
65258         closed; it breaks for the case "echo x | sort >&-".
65259         Quote file name colons.
65260         Do not assume that _("write error") lacks format strings.
65261
65262 2000-05-15  Jim Meyering  <meyering@lucent.com>
65263
65264         * lib/version-etc.c (version_etc_copyright): Update the copyright
65265         string used in all --version output.
65266
65267 2000-05-14  Jim Meyering  <meyering@lucent.com>
65268
65269         * lib/closeout.c (close_stdout_set_file_name): New function.
65270         (close_stdout_status): Use new file-scoped global.
65271         Return right away if fstat says the stdout file descriptor is invalid.
65272         * lib/closeout.h (close_stdout_set_file_name): Declare.
65273
65274 2000-05-10  Jim Meyering  <meyering@lucent.com>
65275
65276         * lib/closeout.c [default_exit_status]: New file-scoped variable.
65277         (close_stdout_set_status): New function.
65278         * lib/closeout.h (close_stdout_set_status): Declare.
65279
65280 2000-05-09  Jim Meyering  <meyering@lucent.com>
65281
65282         * m4/gettext.m4: Rename this...
65283         * m4/libintl.m4: ...to this.
65284
65285 2000-05-08  Jim Meyering  <meyering@lucent.com>
65286
65287         * lib/long-options.c: Don't include closeout.h.
65288         (parse_long_options): Don't call close_stdout for --version.
65289
65290 2000-05-06  Paul Eggert  <eggert@twinsun.com>
65291
65292         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
65293         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
65294         2.1.3 bug.  This avoids a clash when files like regex.c define
65295         _GNU_SOURCE.
65296
65297 2000-05-06  Jim Meyering  <meyering@lucent.com>
65298
65299         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
65300         (AC_REPLACE_FUNCS): Add strnlen.
65301
65302         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
65303         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
65304
65305         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
65306         AC_SEARCH_LIBS call for nanosleep.
65307         (LIB_NANOSLEEP): Set and AC_SUBST.
65308
65309 2000-05-06  Jim Meyering  <meyering@lucent.com>
65310
65311         * lib/strnlen.c: Undefine __strnlen and strnlen.
65312         [!weak_alias]: Define __strnlen to strnlen.
65313
65314         * lib/atexit.c: New file, from libiberty.
65315
65316 2000-05-06  Jim Meyering  <meyering@lucent.com>
65317
65318         * lib/closeout.c (close_stdout_status): Also check for errors on the
65319         stderr stream.
65320
65321 2000-05-05  Jim Meyering  <meyering@lucent.com>
65322
65323         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
65324         AC_SEARCH_LIBS call for clock_gettime.
65325         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
65326
65327         * m4/search-libs.m4: Update from autoconf.
65328
65329         su doesn't work on Solaris 2.6.
65330         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
65331         <shadow.h>.  Reported by Dragos Harabor.
65332
65333 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
65334
65335         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
65336         memcpy instead of xmalloc, xrealloc, path_concat.
65337         (locale_charset): Treat empty environment variables as absent.
65338         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
65339
65340 2000-05-04  Jim Meyering  <meyering@lucent.com>
65341
65342         * lib/getopt.c: Update from glibc.
65343         * lib/obstack.c: Likewise.
65344         * lib/obstack.h: Likewise.
65345         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
65346         file
65347
65348         * lib/regex.h: Likewise.
65349         * lib/strndup.c: Likewise.
65350         * lib/strnlen.c: New file, from glibc.
65351
65352 2000-05-03  Jim Meyering  <meyering@lucent.com>
65353
65354         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
65355
65356 2000-05-02  Paul Eggert  <eggert@twinsun.com>
65357
65358         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
65359         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
65360         compile-time test, rather than inspecting host and OS, to
65361         decide whether to define _LARGEFILE_SOURCE.
65362
65363 2000-05-01  Jim Meyering  <meyering@lucent.com>
65364
65365         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
65366
65367         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
65368         Based on a patch from Bruno Haible.
65369
65370 2000-05-01  Jim Meyering  <meyering@lucent.com>
65371
65372         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
65373
65374 2000-04-29  Jim Meyering  <meyering@lucent.com>
65375
65376         * lib/path-concat.c: Declare strdup only if it's not defined.
65377         * lib/canon-host.c: Likewise.
65378
65379 2000-04-28  Jim Meyering  <meyering@lucent.com>
65380
65381         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
65382         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
65383         is included first, then limits.h is included by locale.h by libintl.h.
65384         From John David Anglin.
65385
65386 2000-04-25  Jim Meyering  <meyering@lucent.com>
65387
65388         * lib/makepath.c (S_IRWXUGO): Define.
65389         (make_path): Always perform explicit chmod if MODE specifies any
65390         of the `special' permission bits.  Prompted by a bug report against
65391         install from Mate Wierdl and Joost van Baal.
65392
65393 2000-04-18  Jim Meyering  <meyering@lucent.com>
65394
65395         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
65396         (jm_PREREQ): Use it.
65397
65398 2000-04-18  Jim Meyering  <meyering@lucent.com>
65399
65400         * lib/README: New file.
65401
65402         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
65403         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
65404
65405 2000-04-17  Jim Meyering  <meyering@lucent.com>
65406
65407         Get it right :-)
65408         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
65409         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
65410         Suggestion from Akim Demaille.
65411
65412 2000-04-17  Jim Meyering  <meyering@lucent.com>
65413
65414         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
65415         the definition of it to rpl_strftime also defined-away the system's
65416         declaration.
65417
65418 2000-04-15  Jim Meyering  <meyering@lucent.com>
65419
65420         Use `C' to denote so-called `contiguous' files, the same way
65421         that tar does.
65422         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
65423         (ftypelet): Use S_ISCTG.
65424         From Michael Deutschmann.
65425
65426 2000-04-14  Jim Meyering  <meyering@lucent.com>
65427
65428         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
65429         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
65430         clobbered.
65431
65432 2000-04-14  Jim Meyering  <meyering@lucent.com>
65433
65434         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
65435
65436 2000-04-13  Jim Meyering  <meyering@lucent.com>
65437
65438         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
65439         AH_VERBATIM to insert required #ifndef into config.h.in.
65440         Suggestion from Akim Demaille.
65441
65442 2000-04-12  Jim Meyering  <meyering@lucent.com>
65443
65444         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
65445         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
65446         Christian Krackowizer.
65447
65448         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
65449         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
65450         (AC_SYS_LARGEFILE): Require.
65451         (AM_C_PROTOTYPES): Require.
65452
65453 2000-04-08  Jim Meyering  <meyering@lucent.com>
65454
65455         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
65456         names don't conflict.  Reported by Eli Zaretskii.
65457
65458 2000-04-07  Jim Meyering  <meyering@lucent.com>
65459
65460         * lib/putenv.c: Move inclusion of errno.h so it follows that of
65461         sys/types.h, to work around system header problems on AIX 3.2.5.
65462         From Bruno Haible.
65463
65464 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
65465
65466         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
65467         bug.  Deal with the different error behavior of Irix iconv.
65468
65469 2000-04-05  Paul Eggert  <eggert@twinsun.com>
65470
65471         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
65472         IRIX if the installer said otherwise.
65473
65474 2000-04-05  Jim Meyering  <meyering@lucent.com>
65475
65476         Portability tweaks required for ultrix4.3.
65477         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
65478         (jm_CHECK_DECLS): Add getutent to the list of functions.
65479         (_jm_DECL_HEADERS): Add utmpx.h.
65480         From John David Anglin.
65481
65482         * m4/strftime.m4: Back out the 2000-04-02 change.
65483         Instead of that change, simply undefine putenv in the test program.
65484
65485 2000-04-05  Jim Meyering  <meyering@lucent.com>
65486
65487         Portability tweaks required for ultrix4.3.
65488         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
65489         getutent.
65490         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
65491         * lib/canon-host.c: Declare strdup.
65492         * lib/path-concat.c: Likewise.
65493         From John David Anglin.
65494
65495 2000-04-04  Jim Meyering  <meyering@lucent.com>
65496
65497         Be more DOS 8.3-friendly.
65498         * lib/ref-add.sin: Renamed from ref-add.sed.in.
65499         * lib/ref-del.sin: Renamed from ref-del.sed.in.
65500         * lib/Makefile.am: Reflect renaming.
65501         Reported by Eli Zaretskii.
65502
65503         Use a temporary file name that won't clash with `charset.alias'
65504         in the DOS 8.3 name space.
65505         * lib/Makefile.am (charset_tmp): Define.
65506         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
65507         (uninstall-local): Likewise.
65508         Reported by Eli Zaretskii.
65509
65510 2000-04-03  Jim Meyering  <meyering@lucent.com>
65511
65512         * m4/gettext.m4: Fix typo in comment.
65513
65514         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
65515         textutils/configure.in).  Suggestion from Paul Eggert.
65516         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
65517
65518 2000-04-02  Paul Eggert  <eggert@twinsun.com>
65519
65520         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
65521         variable in the shell rather than using putenv, which isn't
65522         portable.  This avoids the configure-time inter-test dependency
65523         on the potentially-renamed putenv function.
65524
65525 2000-03-30  Paul Eggert  <eggert@twinsun.com>
65526
65527         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
65528         before checking struct stat.st_blksize, so that
65529         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
65530
65531 2000-03-29  Paul Eggert  <eggert@twinsun.com>
65532
65533         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
65534         since strftime.c uses HAVE_STRFTIME to decide whether to use
65535         the underlying strftime.
65536
65537 2000-03-29  Paul Eggert  <eggert@twinsun.com>
65538
65539         * lib/time/strftime.c (my_strftime): Make sure we call the system
65540         strftime, not ourselves, when invoking the underlying strftime.
65541
65542 2000-03-24  Jim Meyering  <meyering@lucent.com>
65543
65544         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
65545         (charset_alias): Define.
65546         (install-exec-local): Factor out common code.
65547         (uninstall-local): Split lines longer than 80.
65548         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
65549         (SUFFIXES): Define.
65550         (.sed.in.sed): New rule.  Don't redirect directly to $@.
65551         (CLEANFILES): Add ref-add.sed and ref-del.sed.
65552
65553 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
65554
65555         * lib/config.charset: Output a line containing "Packages using this
65556         file".
65557         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
65558         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
65559         ref-del.sed): New rules.
65560
65561 2000-03-17  Jim Meyering  <meyering@lucent.com>
65562
65563         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
65564         Otherwise, include <strings.h>
65565
65566 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
65567
65568         * lib/unicodeio.c (utf8_wctomb): New function.
65569         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
65570         format instead of in UCS-4 with platform dependent endianness.
65571
65572 2000-03-10  Jim Meyering  <meyering@lucent.com>
65573
65574         * m4/lib-check.m4: Look for getspnam in -lgen, too.
65575         From Marco Franzen.
65576
65577 2000-03-07  Paul Eggert  <eggert@twinsun.com>
65578
65579         * lib/savedir.c (savedir): Work even if directory size is
65580         negative; this can happen with some screwy NFS configurations.
65581
65582 2000-03-06  Jim Meyering  <meyering@lucent.com>
65583
65584         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
65585         if it's NULL (because we ran out of memory).  From Bruno Haible.
65586
65587 2000-03-05  Jim Meyering  <meyering@lucent.com>
65588
65589         * lib/localcharset.c ("path-concat.h"): Include.
65590         (get_charset_aliases): Use path_concat instead of ANSI string
65591         concatenation.
65592
65593         * lib/unicodeio.h (PARAMS): Define.
65594         Use it to guard prototype.
65595
65596 2000-03-04  Jim Meyering  <meyering@lucent.com>
65597
65598         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
65599         for lib/localcharset.c.
65600
65601 2000-03-04  Jim Meyering  <meyering@lucent.com>
65602
65603         * lib/Makefile.am (install-exec-local): Create $(libdir) before
65604         installing into it.
65605         (uninstall-local): Uncomment this rule so `make distcheck' works
65606         once again.
65607
65608         * lib/unicodeio.c (<errno.h>): Include it.
65609         (errno): Declare if not defined.
65610
65611         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
65612
65613         * lib/config.charset: New version, incorporating remarks from a linux
65614         i18n mailing list.  From Bruno Haible.
65615
65616 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
65617
65618         * m4/codeset.m4: New file.
65619         * m4/iconv.m4: New file.
65620         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
65621
65622 2000-03-03  Jim Meyering  <meyering@lucent.com>
65623
65624         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
65625
65626 2000-03-02  Jim Meyering  <meyering@lucent.com>
65627
65628         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
65629         the messages come out on separate lines.
65630
65631         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
65632         rather than jm_CHECK_DECLARATIONS.
65633         * m4/decl.m4: Remove now-unused file.
65634
65635         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
65636         geteuid.
65637
65638 2000-03-02  Jim Meyering  <meyering@lucent.com>
65639
65640         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
65641
65642 2000-03-01  Jim Meyering  <meyering@lucent.com>
65643
65644         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
65645         * lib/unicodeio.c: Likewise.
65646
65647 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
65648
65649         * lib/config.charset: New file.
65650         * lib/localcharset.c: New file.
65651         * lib/unicodeio.h, lib/unicodeio.c: New files.
65652         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
65653         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
65654         (noinst_HEADERS): Add unicodeio.h.
65655         (all-local, install-exec-local, charset.alias): New targets.
65656
65657 2000-02-28  Paul Eggert  <eggert@twinsun.com>
65658
65659         * lib/quotearg.c (ALERT_CHAR): New macro.
65660         (quotearg_buffer_restyled): Use it.
65661
65662 2000-02-27  Jim Meyering  <meyering@lucent.com>
65663
65664         * m4/check-decl.m4: Add getenv to the list.
65665
65666 2000-02-27  Jim Meyering  <meyering@lucent.com>
65667
65668         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
65669         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
65670
65671         * lib/backupfile.c: Guard inclusion of stdlib.h with
65672         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
65673         Declare malloc if needed.
65674
65675         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
65676         `#ifndef HAVE_DECL..'
65677         now that autoconf always defines the HAVE_DECL_ symbols.
65678         * lib/human.c: Likewise.
65679         * lib/same.c: Likewise.
65680         * lib/strtoumax.c: Likewise.
65681
65682         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
65683         declaration check was not run.
65684         * lib/hash.c: Likewise.
65685         * lib/human.c: Likewise.
65686         * lib/same.c: Likewise.
65687         * lib/strtoumax.c: Likewise.
65688
65689         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
65690         `.', then first look up the entire `.'-containing string as a login
65691         name.
65692
65693 2000-02-23  Jim Meyering  <meyering@lucent.com>
65694
65695         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
65696         in place of my hack.
65697
65698 2000-02-18  Paul Eggert  <eggert@twinsun.com>
65699
65700         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
65701         (textint): New typedef.
65702         (parser_control): Member year changed from int to textint.
65703         All uses changed.
65704         (YYSTYPE): Removed; replaced by %union with int and textint members.
65705         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
65706         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
65707         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
65708         (tSNUMBER, tUNUMBER): Now of type <textintval>.
65709         (date, number, to_year): Use width of number in digits, not its value,
65710         to determine whether it's a 2-digit year, or a 2-digit time.
65711         (yylex): Store number of digits of numeric tokens.
65712         Reported by John Kendall.
65713
65714         (parser_control): Changed from struct parser_control to typedef (for
65715         consistency).  All uses changed.
65716
65717         (tID): Removed; not used.
65718         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
65719
65720 2000-02-14  Paul Eggert  <eggert@twinsun.com>
65721
65722         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
65723         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
65724
65725 2000-02-12  Jim Meyering  <meyering@lucent.com>
65726
65727         * lib/userspec.c (ISDIGIT): Define it.
65728         (isdigit): Remove definition.
65729         (is_number): Use ISDIGIT, not isdigit.
65730         <libintl.h>: Include.
65731         (_ and N_): Define.
65732         (parse_user_spec): Mark translatable strings.
65733
65734 2000-02-10  Jim Meyering  <meyering@lucent.com>
65735
65736         With these changes, nanosleep.[ch] are finally enough like the other
65737         lib/* replacement files to compile on a few more losing systems.
65738
65739         * lib/nanosleep.h: Don't include config.h.
65740         Remove prototype from declaration of nanosleep.
65741         (PARAMS): Remove now-unneeded definition.
65742         * lib/nanosleep.c: #undef nanosleep.
65743         (rpl_nanosleep): Rename from nanosleep.
65744
65745 2000-02-10  Jim Meyering  <meyering@lucent.com>
65746
65747         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
65748         gnu_nanosleep to rpl_nanosleep.
65749
65750 2000-02-09  Jim Meyering  <meyering@lucent.com>
65751
65752         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
65753         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
65754
65755 2000-02-08  Akim Demaille  <akim@epita.fr>
65756
65757         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
65758         `[' and `]' and remove uses of `changequote'.
65759         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
65760         (AC_SYS_LARGEFILE): Likewise.
65761         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
65762         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
65763         of changequote.
65764         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
65765         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
65766         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
65767         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
65768
65769 2000-02-05  Jim Meyering  <meyering@lucent.com>
65770
65771         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
65772         Remove explicit use of AC_HEADER_TIME.  It is required by
65773         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
65774         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
65775         in autoconf whereby the expansion of the latter ended up preceding
65776         the expansion of its prerequisite, AC_HEADER_TIME.
65777         Reported by Volker Borchert.
65778
65779 2000-02-03  Jim Meyering  <meyering@lucent.com>
65780
65781         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
65782
65783 2000-02-03  Jim Meyering  <meyering@lucent.com>
65784
65785         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
65786         rather than with `#if HAVE_UTMPNAME'.
65787
65788 2000-02-02  Jim Meyering  <meyering@lucent.com>
65789
65790         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
65791         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
65792         Reported by Eli Zaretskii.
65793
65794 2000-02-01  Jim Meyering  <meyering@lucent.com>
65795
65796         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
65797
65798 2000-01-31  Jim Meyering  <meyering@lucent.com>
65799
65800         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
65801         functions.  Add the time.h and sys/time.h headers along with the
65802         AC_REQUIRE'ment of AC_HEADER_TIME.
65803
65804 2000-01-31  Jim Meyering  <meyering@lucent.com>
65805
65806         * lib/nanosleep.h (nanosleep): Guard declaration with
65807         `#if ! HAVE_DECL_NANOSLEEP'.
65808         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
65809         the declaration in that vendor's sys/timers.h.
65810         Reported by Christian Krackowizer.
65811
65812         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
65813         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
65814         (ISPRINT): Likewise.
65815         Reported by Tom Tromey.
65816
65817 2000-01-30  Jim Meyering  <meyering@lucent.com>
65818
65819         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
65820
65821         * m4/prereq.m4 (utmp_includes): Define.
65822         Check for ut_user and ut_name members in both struct utmpx
65823         and struct utmp.
65824
65825 2000-01-30  Jim Meyering  <meyering@lucent.com>
65826
65827         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
65828         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
65829         header files where only utmpx.ut_user is declared.
65830
65831         * lib/readutmp.h (UT_USER): Define.
65832
65833 2000-01-29  Jim Meyering  <meyering@lucent.com>
65834
65835         * m4/lib-check.m4: New file containing library-related checks from
65836         fileutils and sh-utils (textutils had none).
65837
65838 2000-01-28  Jim Meyering  <meyering@lucent.com>
65839
65840         * m4/perl.m4: Change format of warning message to look more like that
65841         from the missing script.  Suggestion from François Pinard.
65842
65843 2000-01-25  Jim Meyering  <meyering@lucent.com>
65844
65845         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
65846         well as time.h in the compile check.
65847         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
65848         Fix typo in cross-compiling case: s/yes/no/.
65849
65850 2000-01-23  Jim Meyering  <meyering@lucent.com>
65851
65852         * m4/jm-macros.m4: Move df-related tests here from
65853         fileutils/configure.in
65854
65855         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
65856         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
65857
65858         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
65859         s/space/ac_fsusage_space/.
65860         (jm_FILE_SYSTEM_USAGE): Take two parameters.
65861
65862         * m4/ftruncate.m4: New file (derived from part of
65863         fileutils/configure.in).
65864         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
65865         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
65866
65867         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
65868         AC_SUBST these here, rather than just in sh-util/configure.in, so
65869         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
65870         all the same.
65871         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
65872         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
65873         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
65874         (AC_SUBST(POW_LIBM)): Likewise.
65875         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
65876
65877 2000-01-23  Jim Meyering  <meyering@lucent.com>
65878
65879         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
65880         obstack.c.
65881
65882 2000-01-22  Jim Meyering  <meyering@lucent.com>
65883
65884         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
65885
65886         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
65887
65888         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
65889         configure.in
65890         (AC_CHECK_HEADERS): Likewise for sh-utils.
65891         (AC_CHECK_HEADERS): Likewise for textutils.
65892         Merge the three lists of headers.
65893
65894         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
65895         from fileutils' configure.in.
65896
65897         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
65898         code. Moved tests into their own function (_jm_DECL_HEADERS) in
65899         check-decl.m4.
65900
65901         * m4/check-decl.m4: Use #if rather than #ifdef.
65902         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
65903         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
65904         (_jm_DECL_HEADERS): Define new function.
65905         (jm_CHECK_DECLARATIONS): Require it.
65906
65907 2000-01-22  Jim Meyering  <meyering@lucent.com>
65908
65909         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
65910         [! HAVE_DECL_STRTOULL]: Declare strtoull.
65911         Required for some AIX systems.  Reported by Christian Krackowizer.
65912         [TESTING] (main): New function.
65913
65914         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
65915         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
65916         letters.
65917
65918         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
65919         iswprint.
65920
65921         * lib/strverscmp.c (ISDIGIT): Define.
65922         (strverscmp): Use ISDIGIT, not isdigit.
65923
65924 2000-01-19  Jim Meyering  <meyering@lucent.com>
65925
65926         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
65927         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
65928         defines `struct timespec' in <sys/time.h>
65929
65930         * m4/c-bs-a.m4: Remove uses of changequote altogether.
65931         Thanks to Akim for explaining.
65932
65933 2000-01-17  Paul Eggert  <eggert@twinsun.com>
65934
65935         * lib/nanosleep.c (nanosleep):
65936         Don't use SA_INTERRUPT to decide whether to call sigaction, as
65937         POSIX.1 doesn't require SA_INTERRUPT and some systems
65938         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
65939         it's been part of POSIX.1 since day 1 (in 1988).
65940
65941 2000-01-17  Jim Meyering  <meyering@lucent.com>
65942
65943         * lib/interlock: Remove unused file.  Reported by François Pinard.
65944
65945 2000-01-16  Paul Eggert  <eggert@twinsun.com>
65946
65947         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
65948         alert, backslash, formfeed, and vertical tab unnecessarily in
65949         shell quoting style.
65950
65951 2000-01-16  Jim Meyering  <meyering@lucent.com>
65952
65953         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
65954         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
65955         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
65956         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
65957
65958 2000-01-16  Jim Meyering  <meyering@lucent.com>
65959
65960         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
65961         because the latter didn't work.
65962
65963 2000-01-15  Jim Meyering  <meyering@lucent.com>
65964
65965         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
65966         (AC_REPLACE_FUNCS): Add memcpy and memset.
65967         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
65968         Add strpbrk.
65969         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
65970
65971 2000-01-12  Jim Meyering  <meyering@lucent.com>
65972
65973         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
65974         (jm_PREREQ): Use it.
65975         (jm_PREREQ_READUTMP): New macro.
65976         (jm_PREREQ): Use it.
65977
65978 2000-01-11  Paul Eggert  <eggert@twinsun.com>
65979
65980         Quote multibyte characters correctly.
65981         * m4/c-bs-a.m4: New file.
65982         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
65983         (jm_PREREQ): Use it.
65984
65985 2000-01-11  Paul Eggert  <eggert@twinsun.com>
65986
65987         * m4/uintmax_t.m4: Port to autoconf 2.13.
65988
65989 2000-01-08  Jim Meyering  <meyering@ascend.com>
65990
65991         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
65992         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
65993
65994 2000-01-04  Jim Meyering  <meyering@ascend.com>
65995
65996         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
65997         jm_STRUCT_DIRENT_D_TYPE.
65998         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
65999         jm_STRUCT_DIRENT_D_INO.
66000         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
66001         jm_STRUCT_UTIMBUF.
66002         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
66003         renamings.
66004         * m4/utime.m4: Likewise.
66005
66006         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
66007         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
66008
66009 2000-01-03  Paul Eggert  <eggert@twinsun.com>
66010
66011         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
66012         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
66013
66014 2000-01-02  Jim Meyering  <meyering@ascend.com>
66015
66016         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
66017         remember if this is necessary.
66018
66019 1999-12-26  Jim Meyering  <meyering@ascend.com>
66020
66021         * m4/jm-macros.m4: Use it here.
66022         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
66023
66024 1999-12-23  Jim Meyering  <meyering@ascend.com>
66025
66026         * m4/jm-macros.m4: Check for clock_gettime (moved from
66027         fileutils/configure.in)
66028         Check for gettimeofday.
66029
66030 1999-12-20  Jim Meyering  <meyering@ascend.com>
66031
66032         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
66033         autoconf-2.14a-1999-12-20.
66034
66035 1999-12-19  Jim Meyering  <meyering@ascend.com>
66036
66037         * m4/lstat-slash.m4: New file.
66038         * m4/jm-macros.m4: Use the new macro:
66039         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
66040
66041 1999-12-07  Jim Meyering  <meyering@ascend.com>
66042
66043         * m4/perl.m4: Require that File::Compare be available, too.
66044         Too many systems seem to lack it.
66045
66046         * m4/strftime.m4: Add checks for most of the cpp macros tested in
66047         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
66048
66049 1999-11-18  Paul Eggert  <eggert@twinsun.com>
66050
66051         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
66052         problem with the QNX 4.25 shell, which doesn't propagate exit
66053         status of failed commands inside shell assignments.
66054
66055 1999-11-17  Jim Meyering  <meyering@ascend.com>
66056
66057         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
66058
66059 1999-11-07  Jim Meyering  <meyering@ascend.com>
66060
66061         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
66062
66063 1999-11-06  Jim Meyering  <meyering@ascend.com>
66064
66065         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
66066         * m4/jm-macros.m4 (jm_MACROS): Use it here.
66067
66068 1999-11-05  Jim Meyering  <meyering@ascend.com>
66069
66070         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
66071         configure.in of textutils, fileutils, and sh-utils into this one
66072         (shared between those packages) file.
66073         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
66074         AC_STRUCT_ST_BLKSIZE.
66075
66076 1999-11-03  Jim Meyering  <meyering@ascend.com>
66077
66078         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
66079         of AC_CHECK_TYPE checks includes unistd.h.
66080         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
66081         Suggestion from Akim Demaille.
66082
66083 1999-10-30  Jim Meyering  <meyering@ascend.com>
66084
66085         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
66086         m4-quoted string.
66087         * m4/ls-mntd-fs.m4: Likewise.
66088         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
66089         * m4/jm-winsz1.m4: Likewise.
66090
66091         * m4/const.m4: Remove file, since the fix made it into the experimental
66092         version of autoconf.
66093         * m4/mktime.m4: Likewise.
66094
66095         * m4/check-type.m4: Remove file, now that the latest version of
66096         AC_CHECK_TYPE takes a third arg to specify additional #includes.
66097
66098         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
66099         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
66100         AC_CHECK_TYPE.
66101
66102 1999-10-04  Jim Meyering  <meyering@ascend.com>
66103
66104         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
66105
66106 1999-09-22  Paul Eggert  <eggert@twinsun.com>
66107
66108         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
66109         2.95.1 bug with HP-UX 10.20.
66110
66111 1999-09-17  Jim Meyering  <meyering@ascend.com>
66112
66113         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
66114         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
66115         due to missing strdup (against sh-utils-2.0).
66116
66117 1999-08-29  Jim Meyering  <meyering@ascend.com>
66118
66119         * m4/jm-macros.m4: Require jm_BISON.
66120         * m4/bison.m4: New file.
66121
66122 1999-08-17  Paul Eggert  <eggert@twinsun.com>
66123
66124         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
66125         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
66126
66127 1999-08-05  Jim Meyering  <meyering@ascend.com>
66128
66129         * m4/getline.m4: Rename test file from conftestdata to conftest.data
66130         to avoid conflicts with `conftest' on 8+3 filesystems.
66131         Suggestion from Eli Zaretskii.
66132
66133 1999-08-04  Jim Meyering  <meyering@ascend.com>
66134
66135         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
66136         fileutils and sh-utils (textutils's getline test was inadequate).
66137         (AM_FUNC_GETLINE): Run this test.
66138         (AC_CHECK_FUNCS): Check for getdelim.
66139         Reported by Bob Proulx.
66140
66141 1999-08-02  Jim Meyering  <meyering@ascend.com>
66142
66143         * m4/jm-macros.m4: Add a comment.
66144
66145 1999-08-01  Paul Eggert  <eggert@twinsun.com>
66146
66147         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
66148         <inttypes.h> defines strtoumax as a macro (and not as a
66149         function).
66150
66151 1999-08-01  Paul Eggert  <eggert@twinsun.com>
66152
66153         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
66154         that we can shift, multiply and divide unsigned long long
66155         values; Ultrix cc can't do it.
66156
66157 1999-08-01  Paul Eggert  <eggert@twinsun.com>
66158
66159         * m4/mktime.m4: New file, which is a preview of what should appear
66160         in the next public autoconf release.
66161
66162 1999-08-01  Paul Eggert  <eggert@twinsun.com>
66163
66164         * m4/lfs.m4: Remove this file.
66165         * m4/largefile.m4: New file.  It contains the old contents of
66166         lfs.m4, except that all names with prefix AC_LFS have been
66167         changed to use the prefix AC_SYS_LARGEFILE instead, to be
66168         compatible with future autoconf versions.  Also, some minor m4
66169         quoting problems have been fixed.
66170
66171 1999-08-01  Paul Eggert  <eggert@twinsun.com>
66172
66173         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
66174         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
66175         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
66176         and simplify the shell code.
66177
66178 1999-08-01  Jim Meyering  <meyering@ascend.com>
66179
66180         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
66181         m4.
66182
66183 1999-07-20  Jim Meyering  <meyering@ascend.com>
66184
66185         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
66186
66187 1999-07-15  Jim Meyering  <meyering@ascend.com>
66188
66189         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
66190
66191 1999-05-22  Jim Meyering  <meyering@ascend.com>
66192
66193         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
66194
66195 1999-05-20  Jim Meyering  <meyering@ascend.com>
66196
66197         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
66198         Add a colon after each `then' in case $4 is empty.
66199
66200 1999-05-16  Jim Meyering  <meyering@ascend.com>
66201
66202         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
66203
66204 1999-05-10  Jim Meyering  <meyering@ascend.com>
66205
66206         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
66207
66208         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
66209         AC_FUNC_MKTIME.
66210
66211 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
66212
66213         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
66214
66215 1999-05-04  Paul Eggert  <eggert@twinsun.com>
66216
66217         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
66218         not CPPFLAGS, so that linking works correctly in IRIX.
66219
66220 1999-04-30  Paul Eggert  <eggert@twinsun.com>
66221
66222         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
66223
66224 1999-04-20  Paul Eggert  <eggert@twinsun.com>
66225
66226         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
66227         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
66228         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
66229         jm_AC_TYPE_UNSIGNED_LONG_LONG.
66230         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
66231
66232         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
66233
66234 1999-04-20  Jim Meyering  <meyering@ascend.com>
66235
66236         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
66237         AC_REPLACE xstroull if necessary.  From Paul Eggert.
66238         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
66239
66240 1999-04-18  Jim Meyering  <meyering@ascend.com>
66241
66242         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
66243         * m4/jm-macros.m4: Use it.
66244
66245 1999-04-06  Jim Meyering  <meyering@ascend.com>
66246
66247         * m4/strftime.m4: Remove test for %f.
66248
66249 1999-03-29  Jim Meyering  <meyering@ascend.com>
66250
66251         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
66252         superset of the AC_TYPE_* checks in the textutils, fileutils,
66253         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
66254         AC_TYPE_PID_T.
66255
66256 1999-03-28  Jim Meyering  <meyering@ascend.com>
66257
66258         * m4/jm-macros.m4: Define GNU_PACKAGE here.
66259         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
66260         replaced e.g., in the *.sh files of the sh-utils.
66261
66262 1999-03-20  Jim Meyering  <meyering@ascend.com>
66263
66264         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
66265         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
66266         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
66267
66268 1999-03-19  Jim Meyering  <meyering@ascend.com>
66269
66270         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
66271
66272 1999-03-12  Jim Meyering  <meyering@ascend.com>
66273
66274         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
66275
66276 1999-03-07  Jim Meyering  <meyering@ascend.com>
66277
66278         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
66279         declared.
66280
66281 1999-02-17  Jim Meyering  <meyering@ascend.com>
66282
66283         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
66284         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
66285
66286 1999-02-07  Jim Meyering  <meyering@ascend.com>
66287
66288         * m4/group-member.m4: New file -- extracted from sh-utils'
66289         configure.in.
66290
66291         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
66292         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
66293
66294 1999-02-06  Jim Meyering  <meyering@ascend.com>
66295
66296         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
66297         * m4/fnmatch.m4: Likewise.
66298         * m4/getgroups.m4: Likewise.
66299         * m4/lstat.m4: Likewise.
66300         * m4/malloc.m4: Likewise.
66301         * m4/putenv.m4: Likewise.
66302         * m4/realloc.m4: Likewise.
66303         * m4/regex.m4: Likewise.
66304         * m4/stat.m4: Likewise.
66305         * m4/strftime.m4: Likewise.
66306         Suggestion from Alain Magloire.
66307
66308         * m4/chown.m4: Use `.$ac_objext', not `.o'.
66309         * m4/fnmatch.m4: Likewise.
66310         * m4/getgroups.m4: Likewise.
66311         * m4/getline.m4: Likewise.
66312         * m4/lstat.m4: Likewise.
66313         * m4/malloc.m4: Likewise.
66314         * m4/memcmp.m4: Likewise.
66315         * m4/putenv.m4: Likewise.
66316         * m4/realloc.m4: Likewise.
66317         * m4/regex.m4: Likewise.
66318         * m4/stat.m4: Likewise.
66319         * m4/strftime.m4: Likewise.
66320         Suggestion from Alain Magloire.
66321
66322         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
66323         an argument.
66324
66325         * m4/regex.m4: Add a run-time Test for proper operation of
66326         re_compile_pattern.
66327
66328 1999-01-31  Jim Meyering  <meyering@ascend.com>
66329
66330         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
66331
66332 1999-01-30  Jim Meyering  <meyering@ascend.com>
66333
66334         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
66335
66336         * m4/jm-mktime.m4: Make this a wrapper around the official
66337         AM_FUNC_MKTIME rather than my private copy, now that the official one
66338         is up to date.
66339         * m4/mktime.m4: Remove file.
66340
66341         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
66342         * m4/uptime.m4: Likewise.
66343         * m4/uintmax_t.m4: Likewise.
66344
66345 1999-01-28  Jim Meyering  <meyering@ascend.com>
66346
66347         * m4/jm-macros.m4: Use jm_AFS.
66348         * m4/afs.m4: New file (from fileutils' configure.in).
66349
66350         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
66351         * m4/chown.m4: Likewise.
66352         * m4/d-ino.m4: Likewise.
66353         * m4/d-type.m4: Likewise.
66354         * m4/fnmatch.m4: Likewise.
66355         * m4/getgroups.m4: Likewise.
66356         * m4/gettext.m4: Likewise.
66357         * m4/jm-mktime.m4: Likewise.
66358         * m4/jm-winsz2.m4: Likewise.
66359         * m4/lcmessage.m4: Likewise.
66360         * m4/ls-mntd-fs.m4: Likewise.
66361         * m4/malloc.m4: Likewise.
66362         * m4/memcmp.m4: Likewise.
66363         * m4/putenv.m4: Likewise.
66364         * m4/realloc.m4: Likewise.
66365         * m4/st_mtim.m4: Likewise.
66366         * m4/strftime.m4: Likewise.
66367
66368 1999-01-16  Jim Meyering  <meyering@ascend.com>
66369
66370         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
66371         (ARGMATCH_DIE_DECL): Define.
66372
66373 1999-01-12  Jim Meyering  <meyering@ascend.com>
66374
66375         * m4/Makefile.am.in: Rewrite to avoid using fmt.
66376         Reported by Lars Hecking.
66377
66378 1999-01-10  Jim Meyering  <meyering@ascend.com>
66379
66380         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
66381         gross kludge.
66382         * m4/inttypes_h.m4: Likewise.
66383         * m4/lstat.m4: Likewise.
66384         * m4/malloc.m4: Likewise.
66385         * m4/readdir.m4: Likewise.
66386         * m4/realloc.m4: Likewise.
66387         * m4/st_dm_mode.m4: Likewise.
66388         * m4/stat.m4: Likewise.
66389         * m4/utimbuf.m4: Likewise.
66390         * m4/utimes.m4: Likewise.
66391
66392         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
66393         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
66394         comments in config.h.in are meaningful.
66395
66396         * m4/jm-macros.m4: Require autoconf-2.13 here.
66397
66398         * m4/regex.m4: By default, don't use the included regex.c on systems
66399         with glibc 2.  Suggestion from Uli Drepper.
66400
66401 1999-01-02  Jim Meyering  <meyering@ascend.com>
66402
66403         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
66404
66405 1998-12-18  Jim Meyering  <meyering@ascend.com>
66406
66407         * m4/Makefile.am.in (Makefile.am): Simplify rule.
66408         Based on a suggestion from Lars Hecking.
66409
66410 1998-11-16  Paul Eggert  <eggert@twinsun.com>
66411
66412         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
66413
66414 1998-11-16  Jim Meyering  <meyering@ascend.com>
66415
66416         * m4/lfs.m4: Double-quote the `uname...` expression.
66417
66418 1998-11-14  Jim Meyering  <meyering@ascend.com>
66419
66420         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
66421         * m4/stat.m4: Likewise.
66422
66423 1998-11-03  Jim Meyering  <meyering@ascend.com>
66424
66425         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
66426         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
66427
66428 1998-10-18  Jim Meyering  <meyering@ascend.com>
66429
66430         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
66431
66432 1998-10-17  Jim Meyering  <meyering@ascend.com>
66433
66434         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
66435         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
66436         calls for those previously hard-coded headers.  Instead, take a new
66437         parameter.
66438         (jm_CHECK_DECLARATIONS): Reflect interface change.
66439         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
66440         (jm_CHECK_DECL_LOCALTIME_R): New macro.
66441
66442         * m4/mktime.m4: Test for spring-forward gap before long-running test.
66443
66444 1998-10-14  Jim Meyering  <meyering@ascend.com>
66445
66446         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
66447         instead of "TZ=America/Vancouver".  From Paul Eggert.
66448
66449 1998-10-11  Jim Meyering  <meyering@ascend.com>
66450
66451         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
66452         This adds a test for a recently added compatibility fix for mktime.c.
66453         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
66454
66455 1998-09-27  Jim Meyering  <meyering@ascend.com>
66456
66457         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
66458
66459         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
66460         ../configure.in, including a change from Gordon Matzigkeit to allow
66461         cross-compiling for the Hurd.
66462
66463         * m4/glibc.m4: New file/macro to test for the GNU C Library
66464         versions 1 and 2.  From Gordon Matzigkeit.
66465         Indent.
66466
66467 1998-09-21  Jim Meyering  <meyering@ascend.com>
66468
66469         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
66470
66471 1998-08-18  Paul Eggert  <eggert@twinsun.com>
66472
66473         Port nanosecond-resolution times to UnixWare 2.1.2 and
66474         pedantic Solaris 2.6.
66475
66476         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
66477         AC_STRUCT_ST_MTIM.
66478         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
66479         Generate name of ns member, instead of just 1 or undef.
66480         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
66481
66482 1998-08-15  Jim Meyering  <meyering@ascend.com>
66483
66484         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
66485         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
66486         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
66487         instead of jm_TYPE_SSIZE_T.
66488
66489 1998-08-12  Jim Meyering  <meyering@ascend.com>
66490
66491         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
66492
66493 1998-08-02  Jim Meyering  <meyering@ascend.com>
66494
66495         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
66496         in acconfig.h manually.
66497
66498 1998-07-31  Paul Eggert  <eggert@twinsun.com>
66499
66500         * m4/st_mtim.m4: New file.
66501
66502 1998-07-28  Jim Meyering  <meyering@ascend.com>
66503
66504         * m4/utimes.m4: Undef stat.
66505
66506 1998-07-25  Jim Meyering  <meyering@ascend.com>
66507
66508         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
66509         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
66510
66511 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
66512
66513         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
66514         uid and gid actually remain unchanged.
66515
66516 1998-07-07  Jim Meyering  <meyering@ascend.com>
66517
66518         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
66519
66520 1998-07-04  Jim Meyering  <meyering@ascend.com>
66521
66522         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
66523         to prove that this macro can be used in packages without regex.c.
66524
66525 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
66526
66527         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
66528         is to be used.
66529
66530 1998-07-03  Jim Meyering  <meyering@ascend.com>
66531
66532         * m4/gettext.m4: Add -lintl if it's found to be necessary.
66533
66534         * m4/gettext.m4: New file -- from gettext-0.10.35.
66535         * m4/lcmessage.m4: Likewise.
66536         * m4/progtest.m4: Likewise.
66537
66538         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
66539         * m4/jm-macros.m4: Require the new macro.
66540
66541 1998-06-29  Jim Meyering  <meyering@ascend.com>
66542
66543         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
66544         for the definition of NGROUPS (used in a system header included
66545         by sys/mount.h).
66546
66547 1998-06-28  Jim Meyering  <meyering@ascend.com>
66548
66549         * m4/ls-mntd-fs.m4: New file.
66550         * m4/fstypename.m4: New file.
66551
66552         * m4/jm-macros.m4: Require the new macro.
66553         * m4/jm-glibc-io.m4: New file.
66554
66555 1998-05-19  Jim Meyering  <meyering@ascend.com>
66556
66557         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
66558         * m4/lchown.m4: New file.
66559
66560         * m4/Makefile.am.in: New file.
66561         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
66562
66563 1998-05-14  Jim Meyering  <meyering@ascend.com>
66564
66565         * m4/Makefile.am (EXTRA_DIST): Add them.
66566         * m4/jm-macros.m4: New file.
66567         * m4/utimbuf.m4: New file.
66568
66569 1998-05-12  Jim Meyering  <meyering@ascend.com>
66570
66571         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
66572
66573 1998-05-11  Jim Meyering  <meyering@ascend.com>
66574
66575         * m4/isc-posix.m4: New file.
66576
66577 1998-05-10  Jim Meyering  <meyering@ascend.com>
66578
66579         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
66580
66581 1998-05-09  Jim Meyering  <meyering@ascend.com>
66582
66583         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
66584         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
66585         with automake.
66586
66587         * m4/ssize_t.m4: New file.
66588         * m4/mktime.m4: Remove file -- the new automake has this now.
66589
66590 1998-04-26  Jim Meyering  <meyering@ascend.com>
66591
66592         * m4/assert.m4: New file.
66593         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
66594
66595 1998-04-05  Jim Meyering  <meyering@ascend.com>
66596
66597         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
66598         (jm_PREREQ): Use it here.
66599
66600 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
66601
66602         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
66603         in acconfig.h.
66604
66605 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
66606
66607         * m4/prereq.m4: New file.
66608         * m4/error.m4: New file.
66609         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
66610
66611 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
66612
66613         * m4/getline.m4: Don't set am_cv_func_working_getline before the
66614         cache-check for the same variable -- that defeated the purpose of
66615         the test; the test program was never run.  This was a problem only
66616         on systems with losing getline functions -- HP-UX 10.20 is one.
66617         Reported by Bjorn Helgaas.
66618
66619 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
66620
66621         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
66622
66623 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
66624
66625         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
66626
66627         * m4/const.m4: New file.  Use an initializer in this declaration
66628         typedef int charset[2]; const charset x;
66629         Reported by Bob Glickstein.
66630
66631 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
66632
66633         * m4/chown.m4: Fix reversed types on -1 args to chown.
66634         From Kaveh Ghazi.
66635
66636 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
66637
66638         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
66639         Add lseek and memchr.
66640
66641         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
66642         T.E.Dickey <dickey@clark.net> said that some older preprocessors
66643         have a 20-character limit on names.
66644
66645 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
66646
66647         * m4/inttypes_h.m4: New file.
66648         * m4/uintmax_t.m4: New file.
66649         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
66650
66651
66652         -----
66653
66654         Local Variables:
66655         coding: utf-8
66656         End:
66657
66658         Copyright (C) 1997-2010 Free Software Foundation, Inc.
66659
66660         Copying and distribution of this file, with or without
66661         modification, are permitted provided the copyright notice
66662         and this notice are preserved.