From 72b6d62ce9546a5fb4b04b99bd10578297748171 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 8 Apr 2008 02:01:07 +0000 Subject: * lib/complex.rb: remove Math first before overwriting by CMath. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15926 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b14a0e1ab..3fb77cf2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Apr 8 11:00:14 2008 Yukihiro Matsumoto + + * lib/complex.rb: remove Math first before overwriting by CMath. + Tue Apr 8 10:34:10 2008 Yukihiro Matsumoto * load.c (rb_require_safe): should check fname path after $SAFE is -- cgit