summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-16 15:56:31 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-09-16 15:56:31 +0000
commit50cc115b7e29418bf8cc1713717e72912f45e74a (patch)
tree31a9d7f534a99a4f0fc9f18b93374787d50dde89 /ChangeLog
parent94e5dc3416d579b0659bbcad5bf161025e96f45c (diff)
* io.c: add parameter prototype.
* re.c: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c67a92bda..21b35cfb74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
+Tue Sep 17 00:58:35 2002 Minero Aoki <aamine@loveruby.net>
+
+ * io.c: add parameter prototype.
+
+ * re.c: ditto.
+
Sun Sep 15 21:14:22 2002 KONISHI Hiromasa <konishih@fd6.so-net.ne.jp>
- * win32/win32.c (rb_w32_opendir): Corresponds to the unjust path containing ".
- (rb_w32_stat) : ditto.
+ * win32/win32.c (rb_w32_opendir, rb_w32_stat): Corresponds to
+ the unjust path containing ".
Sun Sep 15 19:48:55 2002 WATANABE Hirofumi <eban@ruby-lang.org>