aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorsorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-03 12:05:52 +0000
committersorah <sorah@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-03 12:05:52 +0000
commit259f84169874b627431e70131e1ce6c478dd2504 (patch)
treea3e5ae2af4e49b842328dc0eb0095503b7c0561a /ChangeLog
parent7bc3e95205b1711c0896f48bd0dbe60645061c26 (diff)
downloadruby-259f84169874b627431e70131e1ce6c478dd2504.tar.gz
ChangeLog for r31910
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31913 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f1fb4ceab0..f84f3978e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,12 @@ Fri Jun 3 20:56:40 2011 NAKAMURA Usaku <usa@ruby-lang.org>
from numeric.c to missing.h. (note: round() is C99 feature, so ruby
provides it if not exist in C runtime.)
+Fri Jun 3 20:42:04 2011 Shota Fukumori <sorah@tubusu.net>
+
+ * lib/test/unit/parallel.rb: Keep $stdin, $stdout before run testcase
+ and restore after run. Because some test break $stdin, $stdout.
+ Fixes [Bug #4433] [ruby-core:35353]
+
Fri Jun 3 19:58:14 2011 NAKAMURA Usaku <usa@ruby-lang.org>
* io.c (io_fflush): windows -- call fsync() only when the FD is tied to