summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-12-09 14:17:09 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-12-09 14:17:09 +0000
commit3052eb803078d0111753afce34ab6f58ccf6183f (patch)
tree943c698476611aa0e426be833fa641fdc16836d9 /ChangeLog
parent7f21eaf4e07c6f0d29930b08be223cc36ce706c8 (diff)
downloadruby-3052eb803078d0111753afce34ab6f58ccf6183f.tar.gz
ruby-3052eb803078d0111753afce34ab6f58ccf6183f.tar.xz
ruby-3052eb803078d0111753afce34ab6f58ccf6183f.zip
* range.c (range_include): return false unless included in numeric
range. fixed: [ruby-dev:27975] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9659 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 70fd2d3aa..a49b689e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Dec 9 23:16:51 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * range.c (range_include): return false unless included in numeric
+ range. fixed: [ruby-dev:27975]
+
Thu Dec 8 02:07:19 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
* eval.c (umethod_bind): adjust invoking class for module method.