From 8929d928116ceb4ebae08f7e6273e7d0d7e59053 Mon Sep 17 00:00:00 2001 From: aamine Date: Mon, 16 Sep 2002 15:56:31 +0000 Subject: * io.c: add parameter prototype. * re.c: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1c67a92bd..21b35cfb7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ +Tue Sep 17 00:58:35 2002 Minero Aoki + + * io.c: add parameter prototype. + + * re.c: ditto. + Sun Sep 15 21:14:22 2002 KONISHI Hiromasa - * 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 -- cgit