From c7acdcb5c35ae6317cdd6c72283979f68180141e Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 9 Jun 2009 06:13:16 +0000 Subject: * dir.c (dir_s_glob): fixed rdoc. a patch from Joseph Pecoraro at [ruby-core:23767]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23657 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1c87870d3..f85e18612 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,7 @@ -Tue Jun 9 15:11:07 2009 Nobuyoshi Nakada +Tue Jun 9 15:13:14 2009 Nobuyoshi Nakada + + * dir.c (dir_s_glob): fixed rdoc. a patch from Joseph Pecoraro a + [ruby-core:23767]. * dir.c (sys_warning): get rid of type-punning function cast. -- cgit