aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-21 17:44:38 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-21 17:44:38 +0000
commit9910ee4f5c9c97b5908ab4bba64189a9c9a39b8b (patch)
tree2ea8bd0b812885ec88a46fc3ee5a352b3452e6ff /ChangeLog
parent32c7a56555b7099431cc98ff2bed3ca8330d5f82 (diff)
downloadruby-9910ee4f5c9c97b5908ab4bba64189a9c9a39b8b.tar.gz
* io.c (rb_io_extract_modeenc): use rb_check_to_integer to test
integer. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18759 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 413b60e34d..a40328c06d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Aug 22 02:42:35 2008 Tanaka Akira <akr@fsij.org>
+
+ * io.c (rb_io_extract_modeenc): use rb_check_to_integer to test
+ integer.
+
Fri Aug 22 02:25:04 2008 Tanaka Akira <akr@fsij.org>
* iseq.c (iseq_inspect): don't raise on uninitialized object.