aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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