From 9c9a6ca435ff123361d13d309274cbcaa0c0529b Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 30 Oct 2009 09:58:25 +0000 Subject: * string.c (trnext): detect empty range and raise exception. [ruby-dev:39108] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25576 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 675f55409..a31a883e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Oct 30 18:54:04 2009 Yukihiro Matsumoto + + * string.c (trnext): detect empty range and raise exception. + [ruby-dev:39108] + Fri Oct 30 17:01:46 2009 Nobuyoshi Nakada * vm_eval.c (enum call_type): get rid of last comma. -- cgit