diff options
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,8 @@ Tue Jul 29 05:37:53 2008 Nobuyoshi Nakada <[email protected]> - * file.c (rb_find_file_ext, rb_find_file): converts Windows style path - to Cygwin path. [ruby-dev:35647] + * file.c (rb_find_file_ext, rb_find_file): explicit relative path + which starts with "./" or "../" should be searched from cwd + instead of load path. [ruby-dev:35673] Mon Jul 28 20:46:39 2008 Kouhei Sutou <[email protected]> |