From 09205f96104c61186751af2bbb01139b98dfbce4 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 19 Jun 2007 23:27:47 +0000 Subject: * eval_error.h (error_print): show full stacktrace on non-SystemStackError. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12576 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5b5f89c23..faceff3ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Jun 20 08:27:57 2007 Tanaka Akira + + * eval_error.h (error_print): show full stacktrace on + non-SystemStackError. + Wed Jun 20 04:45:39 2007 Nobuyoshi Nakada * parse.y (rb_intern2): use rb_intern2 to intern without trailing -- cgit