diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2010-04-06 14:46:31 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2010-04-06 14:46:31 +0000 |
commit | 65ee447a029b37484a22272082fbdf876915c7ec (patch) | |
tree | 1146d26c804c8f5fc30b073ea9f82760d173eb81 /newlib/ChangeLog | |
parent | 44ac55bcb6e087e6e181a4d893e5ede15e977a04 (diff) | |
download | cygnal-65ee447a029b37484a22272082fbdf876915c7ec.tar.gz cygnal-65ee447a029b37484a22272082fbdf876915c7ec.tar.bz2 cygnal-65ee447a029b37484a22272082fbdf876915c7ec.zip |
* libc/stdlib/btowc.c (btowc): Reorganize EOF check. Fix incorrect
return value if input byte is ASCII NUL.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index aa661b963..eeb3edde9 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2010-04-06 Corinna Vinschen <corinna@vinschen.de> + + * libc/stdlib/btowc.c (btowc): Reorganize EOF check. Fix incorrect + return value if input byte is ASCII NUL. + 2010-04-01 Joel Sherrill <joel.sherrill@oarcorp.com> * libc/include/sched.h: Include prototypes for |