From a07efb300115c35155b397076ce5b95a52a4db8d Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 27 Nov 2008 16:01:54 +0000 Subject: * numeric.c (flodivmod): floating point division should raise ZeroDivisionError as integer division. [incompatible] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20381 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cbdf67c8c..08739594b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Nov 28 00:12:00 2008 Yukihiro Matsumoto + + * numeric.c (flodivmod): floating point division should raise + ZeroDivisionError as integer division. [incompatible] + Thu Nov 27 23:54:37 2008 Yukihiro Matsumoto * gc.c (gc_mark): still needs to check stack depth during GC. -- cgit