diff options
author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-06 10:30:23 +0000 |
---|---|---|
committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-06 10:30:23 +0000 |
commit | 23a434b3630b05781dc48e07582ed180d9661a6a (patch) | |
tree | 83bde2edb6f31506b8c262c07351691d0aa5e030 /ChangeLog | |
parent | 2cb931f2b270f10baeb1cadca9e1d31092f8529c (diff) |
* file.c (file_expand_path): fix for non-existent files and SFN of
symlinks. [ruby-talk:303736]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@16862 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Fri Jun 6 19:23:53 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * file.c (file_expand_path): fix for non-existent files and SFN of + symlinks. [ruby-talk:303736] + Fri Jun 6 18:25:43 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> * test/iconv: Tests fixed. |