summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-29 09:55:14 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-29 09:55:14 +0000
commit62cd77327bcd94624fd8d1188386200b39b85e30 (patch)
treeb73dc3da6a5b8ccce63536342c37273f3006f346
parent5ff2c82a080c9677ea1e752117f2d7c2d5fea342 (diff)
* ChangeLog: add [experimental].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29971 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index fab47c583e..d021e68f05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,7 +7,7 @@ Mon Nov 29 18:31:31 2010 Martin Duerst <duerst@it.aoyama.ac.jp>
Mon Nov 29 14:31:17 2010 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/win32.c (rb_w32_isatty): use GetConsoleMode() to determine the
- fd is console or not, just like rb_w32_write_console().
+ fd is console or not, just like rb_w32_write_console(). [exprimental]
Mon Nov 29 14:19:40 2010 NAKAMURA Usaku <usa@ruby-lang.org>