diff options
Diffstat (limited to 'runtime/ChangeLog')
-rw-r--r-- | runtime/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/ChangeLog b/runtime/ChangeLog index e7798710..78dd3df7 100644 --- a/runtime/ChangeLog +++ b/runtime/ChangeLog @@ -1,5 +1,10 @@ 2005-09-12 Martin Hunt <hunt@redhat.com> + * io.c (ERR_STRING): Remove ansi codes. + (WARN_STRING): Ditto. + +2005-09-12 Martin Hunt <hunt@redhat.com> + * arith.c (_stp_div64): Check for division by 0 or -1 first. This simplifies things and removes the possibility of x86_64 trying LLONG_MIN/-1 and faulting. |