From c08b5dfb81c5a79e0c4965ff1a8da07f040c5820 Mon Sep 17 00:00:00 2001 From: tadf Date: Sat, 5 Apr 2008 14:25:40 +0000 Subject: * lib/cmath.rb: new. * lib/complex.rb: depends lib/cmath.rb. * lib/rational.rb: added rdiv. * complex.c: removed some math functions. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15906 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1039aca736..f52247a972 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Sat Apr 5 23:17:20 2008 Tadayoshi Funaba + + * lib/cmath.rb: new. + + * lib/complex.rb: depends lib/cmath.rb. + + * lib/rational.rb: added rdiv. + + * complex.c: removed some math functions. + Sat Apr 5 05:50:57 2008 Eric Hodel * lib/rdoc/parsers/parse_rb.rb: Fix uninitialized variable warnings. -- cgit v1.2.3