From 9de2a060ea98cbd7d7b235fac0707ee81e351a45 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 20 Apr 2007 03:20:44 +0000 Subject: * eval.c (ruby_cleanup): fixed access to out of bound, and inversed the order of errinfos. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12202 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1050d3b85..b93143aef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Apr 20 12:21:28 2007 Nobuyoshi Nakada + + * eval.c (ruby_cleanup): fixed access to out of bound, and inversed + the order of errinfos. + Fri Apr 20 10:33:23 2007 Koichi Sasada * eval_intern.h: add prototypes of rb_sourceline() and -- cgit