gnulib.git
13 years agoModernize AC_TRY_RUN invocations.
Bruno Haible [Mon, 19 Jul 2010 23:06:56 +0000 (01:06 +0200)]
Modernize AC_TRY_RUN invocations.

13 years agoModernize AC_TRY_LINK invocations.
Bruno Haible [Mon, 19 Jul 2010 21:30:26 +0000 (23:30 +0200)]
Modernize AC_TRY_LINK invocations.

13 years agoModernize AC_TRY_COMPILE invocations.
Bruno Haible [Mon, 19 Jul 2010 00:28:28 +0000 (02:28 +0200)]
Modernize AC_TRY_COMPILE invocations.

13 years agostat-time: relax license LGPL
Jim Meyering [Thu, 26 Aug 2010 17:38:44 +0000 (19:38 +0200)]
stat-time: relax license LGPL

* modules/stat-time (License): Change from GPL to LGPL,
with consent from all contributors, for use in libguile.
Requested by Ludovic Courtès.

13 years agoautoupdate
Karl Berry [Thu, 26 Aug 2010 13:33:40 +0000 (06:33 -0700)]
autoupdate

13 years agopoll: return immediately on POLLHUP.
Erik Faye-Lund [Thu, 26 Aug 2010 07:48:55 +0000 (09:48 +0200)]
poll: return immediately on POLLHUP.

* lib/poll.c (poll): Always set timeout before wait_timeout is
computed.

13 years agoFix test-unlinkat, test-rmdir failure on AIX 5.3.
Ralf Wildenhues [Wed, 25 Aug 2010 20:42:28 +0000 (22:42 +0200)]
Fix test-unlinkat, test-rmdir failure on AIX 5.3.

* tests/test-rmdir.h (test_rmdir_func): Also accept EEXIST for
rmdir ("dir/.//"), unlinkat.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13 years agostdbool: avoid spurious failure with modern xlc
Paul Eggert [Tue, 24 Aug 2010 21:36:27 +0000 (14:36 -0700)]
stdbool: avoid spurious failure with modern xlc

* m4/stdbool.m4 (AC_HEADER_STDBOOL): Resync with autoconf.

13 years agogetloadavg: simplify code
Bruno Haible [Tue, 24 Aug 2010 19:53:44 +0000 (21:53 +0200)]
getloadavg: simplify code

13 years agogetloadavg: don't define SVR4 on cygwin
Eric Blake [Tue, 24 Aug 2010 16:52:07 +0000 (10:52 -0600)]
getloadavg: don't define SVR4 on cygwin

* m4/getloadavg.m4 (gl_GETLOADAVG): Sync with autoconf fix, to
only define SVR4 when -lkvm is required.
Reported by Yaakov Selkowitz.

Signed-off-by: Eric Blake <eblake@redhat.com>
13 years agopriv-set: fix comment
Bruno Haible [Tue, 24 Aug 2010 07:37:58 +0000 (09:37 +0200)]
priv-set: fix comment

13 years agopriv-set: fix comments
Paul Eggert [Tue, 24 Aug 2010 05:34:00 +0000 (22:34 -0700)]
priv-set: fix comments

* lib/priv-set.c (priv_set_remove, priv_set_restore): Fix comments
to match code, as suggested by David Bartley in:
http://lists.gnu.org/archive/html/bug-tar/2010-08/msg00018.html

13 years agostdbool: avoid rejecting clang
Eric Blake [Mon, 23 Aug 2010 21:04:42 +0000 (15:04 -0600)]
stdbool: avoid rejecting clang

* m4/stdbool.m4 (AC_HEADER_STDBOOL): Resync with autoconf.
* tests/test-stdbool.c: Enable more tests if using the system
<stdbool.h> instead of the gnulib replacement.
(main): Move xlc bug test to a runtime test for all compilers.
Reported by Anders Kaseorg.

Signed-off-by: Eric Blake <eblake@redhat.com>
13 years agoargz: fix shell quoting issue
Eric Blake [Mon, 23 Aug 2010 15:01:08 +0000 (09:01 -0600)]
argz: fix shell quoting issue

* m4/argz.m4 (gl_FUNC_ARGZ): Allow for spaces in argument.
Reported by Charles Wilson.

Signed-off-by: Eric Blake <eblake@redhat.com>
13 years agopoll, select: handle ERROR_BROKEN_PIPE.
Paolo Bonzini [Mon, 23 Aug 2010 07:35:43 +0000 (09:35 +0200)]
poll, select: handle ERROR_BROKEN_PIPE.

* lib/poll.c (win32_compute_revents): Return POLLHUP when
PeekNamedPipe fails with ERROR_BROKEN_PIPE.
* lib/select.c (win32_compute_revents): Do not mark a pipe
as writeable if PeekNamedPipe fails with ERROR_BROKEN_PIPE.

13 years agofts: allow compilation with C++
Giuseppe Scrivano [Sun, 22 Aug 2010 14:20:42 +0000 (10:20 -0400)]
fts: allow compilation with C++

* lib/fts_.h: Specify extern "C" linkage with C++.

13 years agoautoupdate
Karl Berry [Sun, 22 Aug 2010 14:17:20 +0000 (07:17 -0700)]
autoupdate

13 years agoFix gnulib-tool sed script de-commentation for AIX sed.
Ralf Wildenhues [Sat, 21 Aug 2010 05:21:47 +0000 (07:21 +0200)]
Fix gnulib-tool sed script de-commentation for AIX sed.

* gnulib-tool (sed_comments): Try indented comments, for AIX 5.3
sed.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
13 years agoupdate from texinfo
Karl Berry [Fri, 20 Aug 2010 14:07:27 +0000 (07:07 -0700)]
update from texinfo

13 years agoautoupdate
Karl Berry [Tue, 17 Aug 2010 14:18:27 +0000 (07:18 -0700)]
autoupdate

13 years agotest-stddef: test for (some) offsetof bugs
Eric Blake [Mon, 16 Aug 2010 23:34:45 +0000 (17:34 -0600)]
test-stddef: test for (some) offsetof bugs

See the mailing list for a more comprehensive patch that works
around the Solaris bug.

* tests/test-stddef.c: Enhance test to ensure correct type of
offsetof.
* doc/posix-headers/stddef.texi (stddef.h): Document a Solaris bug
that we are not fixing at this time.

Signed-off-by: Eric Blake <eblake@redhat.com>
13 years agostpncpy: Allow stpncpy to be defined as a macro.
Bruno Haible [Mon, 16 Aug 2010 00:09:11 +0000 (02:09 +0200)]
stpncpy: Allow stpncpy to be defined as a macro.

13 years agoRename module 'memxfrm' to 'amemxfrm'.
Bruno Haible [Sat, 14 Aug 2010 22:42:00 +0000 (00:42 +0200)]
Rename module 'memxfrm' to 'amemxfrm'.

13 years agoTests for module 'astrxfrm'.
Bruno Haible [Sat, 14 Aug 2010 22:26:51 +0000 (00:26 +0200)]
Tests for module 'astrxfrm'.

13 years agoNew module 'astrxfrm'.
Bruno Haible [Sat, 14 Aug 2010 22:19:47 +0000 (00:19 +0200)]
New module 'astrxfrm'.

13 years agoDocument not_eol.
Reuben Thomas [Sat, 14 Aug 2010 22:08:55 +0000 (23:08 +0100)]
Document not_eol.

13 years agoDocument not_eol and remove mention of regex.c.
Reuben Thomas [Sat, 14 Aug 2010 15:40:16 +0000 (16:40 +0100)]
Document not_eol and remove mention of regex.c.

13 years agoIgnore one more generated index from makeinfo.
Bruno Haible [Sat, 14 Aug 2010 17:58:28 +0000 (19:58 +0200)]
Ignore one more generated index from makeinfo.

13 years agogit-merge-changelog: add doc relating to use with bzr and hg.
Brian Gough [Sat, 14 Aug 2010 17:57:11 +0000 (19:57 +0200)]
git-merge-changelog: add doc relating to use with bzr and hg.

13 years agopthread: fix pthread.h creation for srcdir != builddir
Matthias Bolte [Fri, 13 Aug 2010 23:36:21 +0000 (01:36 +0200)]
pthread: fix pthread.h creation for srcdir != builddir

* modules/pthread (Makefile.am): Fix the rule to work also in a
non-srcdir build.

13 years agoavoid some overlong lines from posix urls, etc.
Karl Berry [Fri, 13 Aug 2010 18:50:58 +0000 (11:50 -0700)]
avoid some overlong lines from posix urls, etc.

13 years agoautoupdate
Karl Berry [Fri, 13 Aug 2010 14:16:10 +0000 (07:16 -0700)]
autoupdate

13 years agomissed commit
Karl Berry [Thu, 12 Aug 2010 17:51:54 +0000 (10:51 -0700)]
missed commit

13 years agoautoupdate
Karl Berry [Thu, 12 Aug 2010 13:51:12 +0000 (06:51 -0700)]
autoupdate

13 years agostrtod: fix const diagnostic
Paul Eggert [Tue, 10 Aug 2010 17:39:30 +0000 (10:39 -0700)]
strtod: fix const diagnostic

* lib/strtod.c (strtod): Don't assign const char * to char *,
as this elicits a warning from GCC when warnings are enabled.

13 years agocopy-acl: ignore ENOTSUP on HP-UX
Pádraig Brady [Thu, 10 Jun 2010 14:12:48 +0000 (15:12 +0100)]
copy-acl: ignore ENOTSUP on HP-UX

Fixes Coreutils bug 6053.

* lib/acl-internal.h (ACL_NOT_WELL_SUPPORTED): Move definition up,
so that it is available for HP-UX.
* lib/copy-acl.c (qcopy_acl): Use it.
Reported by Patrick M. Callahan.

Signed-off-by: Eric Blake <eblake@redhat.com>
13 years agoopen, chown: relax license
Eric Blake [Tue, 10 Aug 2010 15:32:13 +0000 (09:32 -0600)]
open, chown: relax license

* modules/open (License): Change to LGPLv2+, with consent by all
authors, for use in augeas.
* modules/chown (License): Likewise.
* modules/lchown (Likewise): Likewise.
Requested by Adam Stokes.

Signed-off-by: Eric Blake <eblake@redhat.com>
13 years agoautocheck new ar-lib script from automake
Karl Berry [Mon, 9 Aug 2010 20:54:20 +0000 (13:54 -0700)]
autocheck new ar-lib script from automake

13 years agoreadlinkat: adjust client modules
Eric Blake [Mon, 9 Aug 2010 17:59:12 +0000 (11:59 -0600)]
readlinkat: adjust client modules

* modules/areadlinkat (Depends-on): Use readlinkat, not
symlinkat.
* modules/areadlinkat-with-size (Depends-on): Likewise.

Signed-off-by: Eric Blake <eblake@redhat.com>
13 years agomknod: be more vocal about danger of running tests as root
Eric Blake [Fri, 30 Jul 2010 23:29:43 +0000 (17:29 -0600)]
mknod: be more vocal about danger of running tests as root

* m4/mknod.m4 (gl_FUNC_MKNOD): Make it harder to run configure as
root, since that is just asking for problems.
Suggested by Bruno Haible, based on a report by Rainer Tammer.

Signed-off-by: Eric Blake <eblake@redhat.com>
13 years agoreadlinkat: split into its own module
Eric Blake [Mon, 9 Aug 2010 17:16:07 +0000 (11:16 -0600)]
readlinkat: split into its own module

* modules/symlinkat: Split readlinkat...
* modules/readlinkat: ...into separate module.
* m4/symlinkat.m4 (gl_FUNC_SYMLINKAT): Move readlinkat check...
* m4/readlinkat.m4 (gl_FUNC_READLINAT): ...to new file.
* lib/symlinkat.c (readlinkat): Move...
* lib/readlinkat.c: ...into new file.
* modules/symlinkat-tests: Split readlinkat test...
* modules/readlinkat-tests: ...into separate module.
* tests/test-symlinkat.c: Split...
* tests/test-readlinkat.c: ...into new file.
* NEWS: Document the split.
* doc/posix-functions/readlinkat.texi (readlinkat): Likewise.
* lib/unistd.in.h (readlinkat): Likewise.
Suggested by Bruno Haible.

Signed-off-by: Eric Blake <eblake@redhat.com>
13 years agomemxfrm: Speed up.
Bruno Haible [Sun, 8 Aug 2010 10:31:10 +0000 (12:31 +0200)]
memxfrm: Speed up.

13 years agoerroneous commas inside @var
Karl Berry [Sat, 7 Aug 2010 13:58:15 +0000 (06:58 -0700)]
erroneous commas inside @var

13 years agoremove spurious leading i
Karl Berry [Sat, 7 Aug 2010 13:27:04 +0000 (06:27 -0700)]
remove spurious leading i

13 years agomissing @item inside @itemize
Karl Berry [Sat, 7 Aug 2010 13:16:04 +0000 (06:16 -0700)]
missing @item inside @itemize

13 years agoautoupdate
Karl Berry [Mon, 2 Aug 2010 13:32:48 +0000 (06:32 -0700)]
autoupdate

13 years agoIntegrate the regex documentation.
Bruno Haible [Sun, 1 Aug 2010 16:47:14 +0000 (18:47 +0200)]
Integrate the regex documentation.

13 years agoWhitespace cleanup.
Bruno Haible [Sun, 1 Aug 2010 15:29:07 +0000 (17:29 +0200)]
Whitespace cleanup.

13 years agoAdd regex documentation.
Bruno Haible [Sun, 1 Aug 2010 15:26:34 +0000 (17:26 +0200)]
Add regex documentation.

13 years agolink: Update documentation.
Bruno Haible [Sun, 1 Aug 2010 13:28:48 +0000 (15:28 +0200)]
link: Update documentation.

13 years agoansi-c++-opt: Mention last change in NEWS.
Bruno Haible [Sun, 1 Aug 2010 07:52:48 +0000 (09:52 +0200)]
ansi-c++-opt: Mention last change in NEWS.

13 years agoUpdate modules list.
Bruno Haible [Sat, 31 Jul 2010 23:04:49 +0000 (01:04 +0200)]
Update modules list.

13 years agoImprove doc in MODULES.html.
Bruno Haible [Sat, 31 Jul 2010 21:59:50 +0000 (23:59 +0200)]
Improve doc in MODULES.html.

13 years agoansi-c++-opt: Provide option --enable-c++/--disable-c++ when possible.
Bruno Haible [Sat, 31 Jul 2010 21:34:12 +0000 (23:34 +0200)]
ansi-c++-opt: Provide option --enable-c++/--disable-c++ when possible.

13 years agoreadlink, areadlink: Relax test a bit.
Bruno Haible [Sat, 31 Jul 2010 20:43:19 +0000 (22:43 +0200)]
readlink, areadlink: Relax test a bit.

13 years agounistr/u8-strstr, unistr/u16-strstr: Optimize the one-character case.
Bruno Haible [Sat, 31 Jul 2010 20:10:38 +0000 (22:10 +0200)]
unistr/u8-strstr, unistr/u16-strstr: Optimize the one-character case.

13 years agounistr/u*-strstr: Fix dependencies.
Bruno Haible [Sat, 31 Jul 2010 20:03:57 +0000 (22:03 +0200)]
unistr/u*-strstr: Fix dependencies.

13 years agounistr/u8-chr, unistr/u8-strchr: Optimize and add comments.
Bruno Haible [Sat, 31 Jul 2010 19:32:47 +0000 (21:32 +0200)]
unistr/u8-chr, unistr/u8-strchr: Optimize and add comments.

13 years agounistr/u8-strchr: Fix several bugs.
Bruno Haible [Sat, 31 Jul 2010 19:28:55 +0000 (21:28 +0200)]
unistr/u8-strchr: Fix several bugs.

13 years agoMore tests for unistr/u8-strchr.
Bruno Haible [Sat, 31 Jul 2010 19:26:01 +0000 (21:26 +0200)]
More tests for unistr/u8-strchr.

13 years agoOops, fix last commit so that it also works with modf().
Bruno Haible [Sat, 31 Jul 2010 14:42:16 +0000 (16:42 +0200)]
Oops, fix last commit so that it also works with modf().

13 years agoposix-modules: Ignore backup files of documentation files.
Bruno Haible [Sat, 31 Jul 2010 14:20:27 +0000 (16:20 +0200)]
posix-modules: Ignore backup files of documentation files.

13 years agosymlinkat: Fix documentation.
Bruno Haible [Sat, 31 Jul 2010 14:11:53 +0000 (16:11 +0200)]
symlinkat: Fix documentation.

13 years agofchownat: Replace also when chown has the trailing slash bug.
Bruno Haible [Sat, 31 Jul 2010 14:01:58 +0000 (16:01 +0200)]
fchownat: Replace also when chown has the trailing slash bug.

13 years agoComplete last ChangeLog entry.
Bruno Haible [Sat, 31 Jul 2010 13:53:21 +0000 (15:53 +0200)]
Complete last ChangeLog entry.

13 years agolinkat: Work around AIX 7.1 bug.
Bruno Haible [Sat, 31 Jul 2010 13:20:35 +0000 (15:20 +0200)]
linkat: Work around AIX 7.1 bug.

13 years agoCorrectly determine whether pow is available in libc on AIX 7 with xlc.
Bruno Haible [Sat, 31 Jul 2010 12:01:11 +0000 (14:01 +0200)]
Correctly determine whether pow is available in libc on AIX 7 with xlc.

13 years agoiconv: Work around AIX 6.1..7.1 bug.
Bruno Haible [Sat, 31 Jul 2010 11:33:32 +0000 (13:33 +0200)]
iconv: Work around AIX 6.1..7.1 bug.

13 years agoreadlink: Relax test a bit.
Bruno Haible [Sat, 31 Jul 2010 10:23:44 +0000 (12:23 +0200)]
readlink: Relax test a bit.

13 years agocopysign: Does not require -lm on glibc systems.
Bruno Haible [Sat, 31 Jul 2010 10:11:19 +0000 (12:11 +0200)]
copysign: Does not require -lm on glibc systems.

13 years agoduplocale: Work around AIX 7.1 bug.
Bruno Haible [Sat, 31 Jul 2010 09:45:41 +0000 (11:45 +0200)]
duplocale: Work around AIX 7.1 bug.

13 years agodirfd: Avoid link error on AIX 7.1.
Bruno Haible [Fri, 30 Jul 2010 21:54:44 +0000 (23:54 +0200)]
dirfd: Avoid link error on AIX 7.1.

13 years agostrtod: next round of AIX fixes
Eric Blake [Fri, 30 Jul 2010 22:01:41 +0000 (16:01 -0600)]
strtod: next round of AIX fixes

* lib/strtod.c (strtod): Work around AIX bug of parsing p with no
exponent.
* tests/test-strtod.c (main): Enhance tests.
* doc/posix-functions/strtod.texi (strtod): Document next bug.
Reported by Rainer Tammer.

Signed-off-by: Eric Blake <eblake@redhat.com>
13 years agofutimens: fix configure check
Eric Blake [Fri, 30 Jul 2010 20:20:56 +0000 (14:20 -0600)]
futimens: fix configure check

* m4/futimens.m4 (gl_FUNC_FUTIMENS): Use correct logic.
Reported by Bruno Haible.

Signed-off-by: Eric Blake <eblake@redhat.com>
13 years agogetline: Update regarding AIX.
Bruno Haible [Fri, 30 Jul 2010 20:21:06 +0000 (22:21 +0200)]
getline: Update regarding AIX.

13 years agowcwidth: Drop replacement on AIX 7.
Bruno Haible [Fri, 30 Jul 2010 19:40:29 +0000 (21:40 +0200)]
wcwidth: Drop replacement on AIX 7.

13 years agostrtok_r: Avoid triggering bug in AIX 7.1 xlc compiler.
Bruno Haible [Fri, 30 Jul 2010 19:37:36 +0000 (21:37 +0200)]
strtok_r: Avoid triggering bug in AIX 7.1 xlc compiler.

13 years agounlink: Update regarding AIX.
Bruno Haible [Fri, 30 Jul 2010 19:33:01 +0000 (21:33 +0200)]
unlink: Update regarding AIX.

13 years agosymlink: Update regarding AIX.
Bruno Haible [Fri, 30 Jul 2010 19:30:43 +0000 (21:30 +0200)]
symlink: Update regarding AIX.

13 years agostrndup: Update regarding AIX.
Bruno Haible [Fri, 30 Jul 2010 19:28:10 +0000 (21:28 +0200)]
strndup: Update regarding AIX.

13 years agostat: Update regarding AIX.
Bruno Haible [Fri, 30 Jul 2010 19:24:54 +0000 (21:24 +0200)]
stat: Update regarding AIX.

13 years agotruncl: Fix autoconf test.
Bruno Haible [Fri, 30 Jul 2010 19:18:13 +0000 (21:18 +0200)]
truncl: Fix autoconf test.

13 years agoround: Update regarding AIX.
Bruno Haible [Fri, 30 Jul 2010 19:14:41 +0000 (21:14 +0200)]
round: Update regarding AIX.

13 years agorename: Update regarding AIX.
Bruno Haible [Fri, 30 Jul 2010 19:11:09 +0000 (21:11 +0200)]
rename: Update regarding AIX.

13 years agoprintf.m4: Update regarding AIX.
Bruno Haible [Fri, 30 Jul 2010 19:05:37 +0000 (21:05 +0200)]
printf.m4: Update regarding AIX.

13 years agoiconv: Update regarding AIX.
Bruno Haible [Fri, 30 Jul 2010 19:00:18 +0000 (21:00 +0200)]
iconv: Update regarding AIX.

13 years agogetopt: Update regarding AIX.
Bruno Haible [Fri, 30 Jul 2010 18:51:04 +0000 (20:51 +0200)]
getopt: Update regarding AIX.

13 years agoldexpl; Update regarding AIX.
Bruno Haible [Fri, 30 Jul 2010 18:45:50 +0000 (20:45 +0200)]
ldexpl; Update regarding AIX.

13 years agofrexpl: Update regarding AIX.
Bruno Haible [Fri, 30 Jul 2010 18:42:38 +0000 (20:42 +0200)]
frexpl: Update regarding AIX.

13 years agoopen, fopen: Update regarding AIX.
Bruno Haible [Fri, 30 Jul 2010 18:38:44 +0000 (20:38 +0200)]
open, fopen: Update regarding AIX.

13 years agochown: Update doc regarding AIX.
Bruno Haible [Fri, 30 Jul 2010 18:32:12 +0000 (20:32 +0200)]
chown: Update doc regarding AIX.

13 years agoautoupdate
Eric Blake [Fri, 30 Jul 2010 13:49:08 +0000 (07:49 -0600)]
autoupdate

13 years agostrtod: fix bug in replacement function on AIX
Eric Blake [Thu, 29 Jul 2010 23:32:23 +0000 (17:32 -0600)]
strtod: fix bug in replacement function on AIX

* lib/strtod.c (strtod): Special case broken "0x" parse in
underlying strtod.
* tests/test-strtod.c (main): Document AIX 7.1 bugs.
* doc/posix-functions/strtod.texi (strtod): Likewise.
Reported by Rainer Tammer.

Signed-off-by: Eric Blake <eblake@redhat.com>
13 years agombrlen: Fix cross-compilation guess for AIX.
Bruno Haible [Fri, 30 Jul 2010 09:02:15 +0000 (11:02 +0200)]
mbrlen: Fix cross-compilation guess for AIX.

13 years agombrtowc: Fix cross-compilation guess for AIX.
Bruno Haible [Fri, 30 Jul 2010 08:56:07 +0000 (10:56 +0200)]
mbrtowc: Fix cross-compilation guess for AIX.

13 years ago* build-aux/gendocs.sh: restore lost x bit
Eric Blake [Thu, 29 Jul 2010 23:15:49 +0000 (17:15 -0600)]
* build-aux/gendocs.sh: restore lost x bit

Signed-off-by: Eric Blake <eblake@redhat.com>
13 years agoinit.sh: work around trap limitation of some shells
Peter O'Gorman [Thu, 29 Jul 2010 21:14:59 +0000 (15:14 -0600)]
init.sh: work around trap limitation of some shells

This limitation is already documented in the Autoconf manual.

* tests/init.sh (setup_): Move exit trap outside of shell function.

Signed-off-by: Eric Blake <eblake@redhat.com>
13 years agostrtod: aid debugging
Eric Blake [Thu, 29 Jul 2010 14:43:00 +0000 (08:43 -0600)]
strtod: aid debugging

* m4/strtod.m4(gl_FUNC_STRTOD): Use distinct exit status to aid
understanding why strtod is rejected.

Signed-off-by: Eric Blake <eblake@redhat.com>
13 years agounistr/u*-chr, unistr/u*-strchr: Fix link errors and warnings.
Bruno Haible [Wed, 28 Jul 2010 21:00:52 +0000 (23:00 +0200)]
unistr/u*-chr, unistr/u*-strchr: Fix link errors and warnings.

13 years agoAdd ChangeLog entries for recent commits.
Paolo Bonzini [Wed, 28 Jul 2010 20:48:13 +0000 (22:48 +0200)]
Add ChangeLog entries for recent commits.