summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-19 02:25:40 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-19 02:25:40 +0000
commit056bdfd2e5a208e691cffc405d775ee5939ca3d3 (patch)
treeef530e6ff69bf0a0c1e8a577409d57c3088e44c4 /ChangeLog
parent526d7af1a7da85cf40bfdb43c2e19d010685d4fc (diff)
Revert r38371 and r38384. they didn't solve the issue
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38455 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 0 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d38416d6d..4a4348be6e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -414,12 +414,6 @@ Fri Dec 14 13:58:40 2012 Eric Hodel <drbrain@segment7.net>
* lib/rubygems/rdoc.rb: Reduced diff with RDoc::RubyGemsHook
* test/rubygems/test_gem_rdoc.rb: ditto
-Fri Dec 14 10:36:10 2012 NARUSE, Yui <naruse@ruby-lang.org>
-
- * vm_trace.c (exec_hooks): add volatile to avoid segv.
- On test-all with -j, it may crash in TH_POP_TAG.
- Detailed mechanism is not known but this fixes it.
-
Fri Dec 14 04:08:05 2012 NARUSE, Yui <naruse@ruby-lang.org>
* test/ruby/envutil.rb (Test::Unit::Assertions#assert_separately):