From 36fd47ed9421d52e2efb79f9b8c8a2f3310e07be Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 28 Jul 2008 09:15:48 +0000 Subject: * file.c (rb_find_file_ext, rb_find_file): not to split load path with path separator. [ruby-Bugs-21356] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18242 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fc273624c..0a9db443a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Jul 28 18:15:45 2008 Nobuyoshi Nakada + + * file.c (rb_find_file_ext, rb_find_file): not to split load path with + path separator. [ruby-Bugs-21356] + Mon Jul 28 18:14:03 2008 Nobuyoshi Nakada * win32/win32.c (overlapped_socket_io, fcntl, rb_w32_close): must not -- cgit