summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-14 12:53:23 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-07-14 12:53:23 +0000
commitc749e4fca225cd00f5be15f6fe6e4538a6c29413 (patch)
treee2e0a04f2ae9a00e205c4d08a44b0823bd6937a2 /ChangeLog
parent6a3931e0f630f56d4acd2b232f58c0225f03f52b (diff)
* ext/io/nonblock: moved from ext/io/wait/lib.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24106 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 750bd06c03..cdd34abb93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jul 14 21:53:18 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ext/io/nonblock: moved from ext/io/wait/lib.
+
Tue Jul 14 17:29:20 2009 NARUSE, Yui <naruse@ruby-lang.org>
* string.c (rb_str_index_m): return nil if pos is out of string.