aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-30 09:08:19 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-30 09:08:19 +0000
commit7a4a31064a59eba104d7204a320220a6cdbddf60 (patch)
treecc36ee673bf2f44a908ddb5ac64acb033444801b /ChangeLog
parent374e2f34b12737fd2b8639b1633790be3b4ea568 (diff)
downloadruby-7a4a31064a59eba104d7204a320220a6cdbddf60.tar.gz
* win32/win32.c (rb_w32_write): limit write size to 32KB if the file
seems to be console. [ruby-core:21613] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21903 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index df5c5fd69a..837aa99d96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jan 30 18:04:23 2009 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/win32.c (rb_w32_write): limit write size to 32KB if the file
+ seems to be console. [ruby-core:21613]
+
Fri Jan 30 16:12:32 2009 TAKAO Kouji <kouji@takao7.net>
* ext/curses/curses.c (Init_curses): Curses#crmode and
@@ -11,7 +16,7 @@ Fri Jan 30 14:31:14 2009 NAKAMURA Usaku <usa@ruby-lang.org>
Fri Jan 30 14:11:48 2009 NAKAMURA Usaku <usa@ruby-lang.org>
- * enc/depend: extract comile rules to each target for VC++.
+ * enc/depend: extract compile rules to each target for nmake.
Fri Jan 30 12:59:49 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>