diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-02-12 02:46:21 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-02-12 02:46:21 +0000 |
| commit | 4c1e93997c49ce8740a37b10cc3d795f587cde92 (patch) | |
| tree | 917c82846fb0073e309bbab4dbeb6093011a2645 /ChangeLog | |
| parent | 041842f515472abcd0d103216d5d38bf6a401db4 (diff) | |
| download | ruby-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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |
