aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-03-02 17:56:32 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-03-02 17:56:32 +0000
commitab3002afa38570ada924c551c701ea27084f98f4 (patch)
treeadab5a043ec34d880b0ec326a4c4e3c134e51a8b /ChangeLog
parentbc6c60f738a62679cd960cacea5c2611211eda0e (diff)
downloadruby-ab3002afa38570ada924c551c701ea27084f98f4.tar.gz
* io.c (rb_io_flush_raw, rb_io_fsync): [EXPERIMENTAL] remove force
syncing for Win32 to speed up IO. this may break some tests, and they'll be fixed later. [ruby-core:58570] [Bug #9153] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45254 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index be9dbf3634..fb83f93bd8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Mon Mar 3 02:53:53 2014 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * io.c (rb_io_flush_raw, rb_io_fsync): [EXPERIMENTAL] remove force
+ syncing for Win32 to speed up IO. this may break some tests, and
+ they'll be fixed later.
+ [ruby-core:58570] [Bug #9153]
+
Mon Mar 3 00:17:43 2014 NAKAMURA Usaku <usa@ruby-lang.org>
* test/ruby/test_backtrace.rb: get rid of warnings. unused variable,