summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-24 17:10:03 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-24 17:10:03 +0000
commit67f7cf01b9a126710761dd1f7e3c7a96e74ce621 (patch)
tree8c01f37729a8778bc3ce3f7bac93750c83cf32fb /ChangeLog
parent38d03aaaf6970ed18c2db9b3cb20a8f38d1a3ed8 (diff)
downloadruby-67f7cf01b9a126710761dd1f7e3c7a96e74ce621.tar.gz
ruby-67f7cf01b9a126710761dd1f7e3c7a96e74ce621.tar.xz
ruby-67f7cf01b9a126710761dd1f7e3c7a96e74ce621.zip
* io.c (rb_io_mode_enc): make it static.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f8911e3d1..e3ec2b229 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Sep 25 02:08:47 2008 Tanaka Akira <akr@fsij.org>
+
+ * io.c (rb_io_mode_enc): make it static.
+
Thu Sep 25 01:22:39 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* lib/mini/test.rb (Mini::Assertions#assert_raise): fixed typo.