From 7042bf24df52c47927b6c402e843fc0b3bb009d7 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 18 Sep 2009 14:59:29 +0000 Subject: * dir.c (GlobPathValue): adjust return types. based on a patch from Naohisa Goto at [ruby-dev:39350]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25002 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7a4eeeb87..08b23546d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Sep 18 23:59:27 2009 Nobuyoshi Nakada + + * dir.c (GlobPathValue): adjust return types. based on a patch + from Naohisa Goto at [ruby-dev:39350]. + Fri Sep 18 23:51:17 2009 Nobuyoshi Nakada * marshal.c (r_object0): entry regexp object before its encoding -- cgit