OSDN Git Service

2010-10-27 Maurice Baijens <maurice.baijens@ellips.nl>
authorjjohnstn <jjohnstn>
Wed, 27 Oct 2010 19:06:09 +0000 (19:06 +0000)
committerjjohnstn <jjohnstn>
Wed, 27 Oct 2010 19:06:09 +0000 (19:06 +0000)
commitbc43b45602d6be1b2dd8587ed36cfa40d57b9a2b
tree4087c11179812317991a29c5720466fb600be73e
parent1aa37f56dde0fe55e634915b6f88522cd4b63b90
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.
newlib/ChangeLog
newlib/libc/stdlib/strtol.c
newlib/libc/stdlib/strtoll_r.c
newlib/libc/stdlib/strtoul.c
newlib/libc/stdlib/strtoull_r.c