diff options
Diffstat (limited to 'libdecnumber/ChangeLog')
-rw-r--r-- | libdecnumber/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libdecnumber/ChangeLog b/libdecnumber/ChangeLog index f7368a44c34..706beaaa0a5 100644 --- a/libdecnumber/ChangeLog +++ b/libdecnumber/ChangeLog @@ -1,5 +1,10 @@ 2005-12-20 Roger Sayle <roger@eyesopen.com> + * decNumber.c (decStrEq): Cast string contents to unsigned char + instead of int before calling tolower. + +2005-12-20 Roger Sayle <roger@eyesopen.com> + * decNumber.c (decStrEq): Cast operands to int before calling tolower to avoid compilation warnings on Tru64. |