aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-11 15:24:27 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-05-11 15:24:27 +0000
commitcc08e95b206f8c98af9509f99339f3c8655481e7 (patch)
treed35c146ecdcf0980444ba82c2725c01af20e2be0 /ChangeLog
parent38d3b013b7733d9ccd66c011d74c00b35bb704c4 (diff)
downloadruby-cc08e95b206f8c98af9509f99339f3c8655481e7.tar.gz
Revert r35622.
It breaks bootstraptest/test_exception.rb:388. "* thread.c (rb_threadptr_execute_interrupts_common): th->errinfo is" git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 0 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 044d5c11a6..4e3d016cf1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,3 @@
-Fri May 11 22:54:22 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * thread.c (rb_threadptr_execute_interrupts_common): th->errinfo is
- not Fixnum, but exception object.
- This causes test_signal_requiring of test/ruby/test_signal.rb fail
- if the sub process is killed on waiting IO in lex_io_gets in require
- itself, not sleep.
-
Fri May 11 14:23:11 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
* parse.y (primary): begin/end block should be isolated from outside.