diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2010-10-27 19:06:10 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2010-10-27 19:06:10 +0000 |
commit | 9ef039777b0f9bca6ab147360d3f7e8c686bbe2b (patch) | |
tree | eb59d67caff48c1f81d787a4e44588dff3a3f55c /newlib/ChangeLog | |
parent | 3e38e8abf7f6db339392b39486e6e07f5e86f17a (diff) | |
download | newlib-9ef039777b0f9bca6ab147360d3f7e8c686bbe2b.zip newlib-9ef039777b0f9bca6ab147360d3f7e8c686bbe2b.tar.gz newlib-9ef039777b0f9bca6ab147360d3f7e8c686bbe2b.tar.bz2 |
2010-10-27 Maurice Baijens <maurice.baijens@ellips.nl>
* libc/stdlib/strtol.c: Make sure signed characters are not
sign-extended when converted to int and passed to ctype macros.
* libc/stdlib/strtoul.c: Ditto.
* libc/stdlib/strtoll_r.c: Ditto.
* libc/stdlib/strtoull_r.c: Ditto.
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 839c415..2c10bac 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,11 @@ +2010-10-27 Maurice Baijens <maurice.baijens@ellips.nl> + + * libc/stdlib/strtol.c: Make sure signed characters are not + sign-extended when converted to int and passed to ctype macros. + * libc/stdlib/strtoul.c: Ditto. + * libc/stdlib/strtoll_r.c: Ditto. + * libc/stdlib/strtoull_r.c: Ditto. + 2010-10-18 Marco Atzeri <marco_atzeri@yahoo.it> * libm/Makefile.am: added complex functions documentation |