summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-09 10:50:51 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-09 10:50:51 +0000
commitbc11aa72d322c910bf898324f6f64f7b49cc92df (patch)
tree60a58f4504aef3de43a8aff92f8c55a5c231502a /ChangeLog
parent88b6d5050bfaa9f0677cc8db2ad98dc155d067b1 (diff)
* internal.h: added declarations.
* complex.c: followed the above change. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32475 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 552166b41c..ac02dd25af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Jul 9 19:48:31 2011 Tadayoshi Funaba <tadf@dotrb.org>
+
+ * internal.h: added declarations.
+ * complex.c: followed the above change.
+
Sat Jul 9 17:24:41 2011 Tadayoshi Funaba <tadf@dotrb.org>
* NEWS: bigdecimal is not a builtin.