From 51b0a2dcfe1f9c3ea5bd2fe11025dfca20966994 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 29 Apr 2009 06:22:29 +0000 Subject: * file.c (rb_file_join): recursive array has no meaning as path name. [ruby-core:23329] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23306 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f2857fbf6..8965b015d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Apr 29 15:22:26 2009 Nobuyoshi Nakada + + * file.c (rb_file_join): recursive array has no meaning as path + name. [ruby-core:23329] + Tue Apr 28 19:09:45 2009 Kazuhiro NISHIYAMA * test/test_timeout.rb (TestTimeout#test_timeout): add a test. -- cgit