summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-12 02:46:21 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-12 02:46:21 +0000
commit4c1e93997c49ce8740a37b10cc3d795f587cde92 (patch)
tree917c82846fb0073e309bbab4dbeb6093011a2645 /ChangeLog
parent041842f515472abcd0d103216d5d38bf6a401db4 (diff)
downloadruby-4c1e93997c49ce8740a37b10cc3d795f587cde92.tar.gz
ruby-4c1e93997c49ce8740a37b10cc3d795f587cde92.tar.xz
ruby-4c1e93997c49ce8740a37b10cc3d795f587cde92.zip
* numeric.c (rb_num_coerce_bin): add ID argument to specify
caller's method name. [ruby-dev:33663] * numeric.c (rb_num_coerce_cmp): ditto. * numeric.c (rb_num_coerce_relop): ditto. * ext/bigdecimal/bigdecimal.c (DoSomeOne): add function name argument. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15437 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 104066a98..7fecd00b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+Tue Feb 12 11:38:57 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * numeric.c (rb_num_coerce_bin): add ID argument to specify
+ caller's method name. [ruby-dev:33663]
+
+ * numeric.c (rb_num_coerce_cmp): ditto.
+
+ * numeric.c (rb_num_coerce_relop): ditto.
+
+ * ext/bigdecimal/bigdecimal.c (DoSomeOne): add function name argument.
+
Tue Feb 12 10:25:02 2008
* lib/rdoc/rdoc.rb: Wrap parse_files' read in version check for