aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-17 15:05:50 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-17 15:05:50 +0000
commitfcf931c0e5992bb7fbb7b8b18ce78bb2cd899cf8 (patch)
treefb111f060a498edc84eb0bc1b31878c2ab98d275 /ChangeLog
parentb2c5258b854e6a19306300428718d5c83303a85b (diff)
downloadruby-fcf931c0e5992bb7fbb7b8b18ce78bb2cd899cf8.tar.gz
* dir.c (Init_Dir): dir_foreach() takes variable argument.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17388 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0faa7067bd..9eccd7e35b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
+Wed Jun 18 00:03:33 2008 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * dir.c (Init_Dir): dir_foreach() takes variable argument.
+
Tue Jun 17 23:04:24 2008 James Edward Gray II <jeg2@ruby-lang.org>
- * lib/net/telnet.rb: Fixing Telnet#wairfor() which was broken by changes to
- the Kernel::Integer() method. [ruby-core:17272]
+ * lib/net/telnet.rb: Fixing Telnet#wairfor() which was broken by
+ changes to the Kernel::Integer() method. [ruby-core:17272]
Tue Jun 17 23:02:18 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>