aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-01 02:36:33 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-01 02:36:33 +0000
commit171131061e65d46a746c6bb96dff3b1c2ae515aa (patch)
tree4d1912b0d4de537d76af99762a0d7dd717fe9339 /ChangeLog
parent44e08324c7494a626c1801e4d1f6a09353928586 (diff)
downloadruby-171131061e65d46a746c6bb96dff3b1c2ae515aa.tar.gz
* io.c (rb_io_initialize): fixed a rdoc miss that textmode and
bimode flag explanation was reversed each other. a patch from Heesob Park in [ruby-core:29166]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27136 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 909706d304..3ae7dfaf97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Apr 1 11:36:04 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * io.c (rb_io_initialize): fixed a rdoc miss that textmode and
+ bimode flag explanation was reversed each other. a patch from
+ Heesob Park in [ruby-core:29166].
+
Thu Apr 1 09:54:27 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
* include/ruby/ruby.h (RUBY_{DEFAULT,NEVER}_FREE): added.