aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-29 06:22:29 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-29 06:22:29 +0000
commitfea2ebff1a148f9dc9a6b2e9f149958a968c2f9f (patch)
treeeac7096f5038776479da6f8e53a66b42c3d11131 /ChangeLog
parentf4f3096dd3304d1d4b5e717becc7c15e01d08f19 (diff)
downloadruby-fea2ebff1a148f9dc9a6b2e9f149958a968c2f9f.tar.gz
* file.c (rb_file_join): recursive array has no meaning as path
name. [ruby-core:23329] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23306 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f2857fbf69..8965b015de 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Apr 29 15:22:26 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * 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 <zn@mbf.nifty.com>
* test/test_timeout.rb (TestTimeout#test_timeout): add a test.