diff options
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 64a6a1eb5..251c90334 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,11 @@ +2009-04-30 Eric Blake <ebb9@byu.net> + + Allow gcc warning for toupper even with extended charsets. + * libc/include/ctype.h (toupper, tolower) + [_MB_EXTENDED_CHARSETS_ISO]: Allow gcc warning when called with + 'char' even when we must call the function for correct behavior. + [!_MB_EXTENDED_CHARSETS_ISO]: Fix regression in result type. + 2009-04-24 Jeff johnston <jjohnstn@redhat.com> * libc/stdio/fgetc.c: Make sure sfp lock is acquired before the |