From 280d014d6d72deac20d4ac3d180718125d5bd56e Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 24 Jul 2004 09:48:21 +0000 Subject: * range.c (rb_range_beg_len): returns Qnil only when "beg" points outside of a range. No boundary check for "end". git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d289c8c90b..d9fea2ebc7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Jul 24 13:32:47 2004 Yukihiro Matsumoto + + * range.c (rb_range_beg_len): returns Qnil only when "beg" points + outside of a range. No boundary check for "end". + Fri Jul 23 16:40:25 2004 Yukihiro Matsumoto * gc.c (define_final): should not disclose NODE* to Ruby world. -- cgit v1.2.3