summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-03 11:57:23 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-03 11:57:23 +0000
commit633de83b7647fa8ceafe41d54e0802a37d990458 (patch)
tree755255fe8f9f23cf28c56e1164f1aecfdaca827e /ChangeLog
parent0fffab89adfa5f8fb216bb7fe0d3fc60006418d5 (diff)
downloadruby-633de83b7647fa8ceafe41d54e0802a37d990458.tar.gz
ruby-633de83b7647fa8ceafe41d54e0802a37d990458.tar.xz
ruby-633de83b7647fa8ceafe41d54e0802a37d990458.zip
* range.c (range_include): add RDoc to describe that comparison
for numeric is done according magnitude of values. [ruby-core:15907] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15895 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c529c0e4..2a80eb5cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,12 @@ Thu Apr 3 09:00:45 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* tool/instruction.rb (OptUnifsIncGenerator): ditto.
+Thu Apr 3 08:46:09 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * range.c (range_include): add RDoc to describe that comparison
+ for numeric is done according magnitude of values.
+ [ruby-core:15907]
+
Wed Apr 2 22:29:35 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* rational.c (nurat_int_check): function for DRY integer check.