summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-21 10:07:21 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-21 10:07:21 +0000
commit70a17d1da3e038eb2a36f6d26fd8c9b24e954ce9 (patch)
treeaa1b3be1ec32f745dfc96351f36ec58547518503 /ChangeLog
parenta11a4dea2e34df21534fe6d2ed2db78c37c4a7a0 (diff)
* io.c (io_extract_encoding_option): if internal encoding is not
specified, enc is external encoding. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18751 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8cf86b1bf..2fc775337 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Aug 21 19:05:40 2008 Tanaka Akira <akr@fsij.org>
+
+ * io.c (io_extract_encoding_option): if internal encoding is not
+ specified, enc is external encoding.
+
Thu Aug 21 14:22:50 2008 Shugo Maeda <shugo@ruby-lang.org>
* strftime.c: include ruby/config.h instead of ruby/ruby.h.