diff options
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -11,14 +11,14 @@ Mon Sep 16 00:44:23 2013 Masaki Matsushita <[email protected]> Sun Sep 15 13:31:23 2013 Tadayoshi Funaba <[email protected]> * rational.c (nurat_div): reverted r28844, r28886 and r28887. - REASON: Nobuyoshi Nakada <[email protected]>'s commits are buggy. - So Rational#/ may produce exact number with inexact number. - Moreover, without reducing. - REALLY NONSENSE COMMITS. - A bug report by me [ruby-dev:44710] is also caused by this behavior. - Kenta Murata <[email protected]> patched it up. - But he did not fix the origin. - Today, the bug is still alive in ruby 1.9.3 and 2.0.0. + REASON: Nobuyoshi Nakada <[email protected]>'s commits are buggy. + So Rational#/ may produce exact number with inexact number. + Moreover, without reducing. + REALLY NONSENSE COMMITS. + A bug report by me [ruby-dev:44710] is also caused by this behavior. + Kenta Murata <[email protected]> patched it up. + But he did not fix the origin. + Today, the bug is still alive in ruby 1.9.3 and 2.0.0. Sat Sep 14 06:08:10 2013 Eric Hodel <[email protected]> |