From ed49617bb09f911aaf09fa46958e6ff75c1f0b1f Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 13 Dec 2007 11:10:46 +0000 Subject: * eval.c (rb_protect): restore root_jmpbuf to avoid SEGV by 'IO.pipe; [].each.next' with gcc version 3.3.5 (Debian 1:3.3.5-13) on IA64. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14214 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9c882eaf9..6772164b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Dec 13 20:09:09 2007 Tanaka Akira + + * eval.c (rb_protect): restore root_jmpbuf to avoid SEGV by + 'IO.pipe; [].each.next' with gcc version 3.3.5 (Debian 1:3.3.5-13) + on IA64. + Thu Dec 13 17:51:54 2007 Yukihiro Matsumoto * string.c (rb_str_split_m): need not to check encoding if regexp -- cgit