diff options
author | Bruno Haible <bruno@clisp.org> | 2010-04-06 00:30:28 +0200 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2010-04-06 00:30:42 +0200 |
commit | bfbf5dbc5ec0aa90ee2ac3c48f3708de1f428178 (patch) | |
tree | 1345a4d119f86d9ba25d7f799014ea97971aebd5 /ChangeLog | |
parent | 54a6fbfd8c52dc8e0bb212ad9c7d0b55a6de40af (diff) | |
download | gnulib-bfbf5dbc5ec0aa90ee2ac3c48f3708de1f428178.tar.gz |
btowc: Work around Cygwin 1.7.2 bug.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2010-04-05 Bruno Haible <bruno@clisp.org> + btowc: Work around Cygwin 1.7.2 bug. + * m4/btowc.m4 (gl_FUNC_BTOWC): Set REPLACE_BTOWC to 1 if the function + does not map NUL to 0. + * doc/posix-functions/btowc.texi: Mention the Cygwin bug. + +2010-04-05 Bruno Haible <bruno@clisp.org> + Make the multithread modules work on Cygwin 1.7.2. * m4/threadlib.m4 (gl_THREADLIB_BODY): Improve the test whether imported symbols can be declared weak, so that it returns "no" on |