aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-16 22:28:48 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-16 22:28:48 +0000
commit9166dd9ec7189376a9c1cb3dda2e40628096d015 (patch)
tree9cb22719d7220c00834c6c20c6001f9ac8b6a42b /ChangeLog
parent3041f600563df6a3b401ee44d0c31b690d2f82fc (diff)
downloadruby-9166dd9ec7189376a9c1cb3dda2e40628096d015.tar.gz
* numeric.c (num_imaginary): num#i to return imaginary counterpart
of the given numeric. * complex.c (Init_Complex): undef #i for complex numbers. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24561 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 36f8273da7..8308ccdb6a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Mon Aug 17 07:16:10 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * numeric.c (num_imaginary): num#i to return imaginary counterpart
+ of the given numeric.
+
+ * complex.c (Init_Complex): undef #i for complex numbers.
+
Mon Aug 17 00:17:33 2009 Tadayoshi Funaba <tadf@dotrb.org>
* lib/complex.rb, lib/rational.rb: added warning messages.