From 0a75637fa85da53d2050ec974243c1860ee6bcf2 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 28 Jul 2008 20:38:04 +0000 Subject: * file.c (rb_find_file_ext, rb_find_file): converts Windows style path to Cygwin path. [ruby-dev:35647] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18253 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4ef3e2f28..1081a83bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jul 29 05:37:53 2008 Nobuyoshi Nakada + + * file.c (rb_find_file_ext, rb_find_file): converts Windows style path + to Cygwin path. [ruby-dev:35647] + Tue Jul 29 02:39:46 2008 NARUSE, Yui * math.c (math_atanh): raise EDOM on FreeBSD when atanh(1). -- cgit