diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-15 06:34:02 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-15 06:34:02 +0000 |
| commit | a3f81d383c3ef9f8bd8f9b6a431e83e8f9b6c363 (patch) | |
| tree | c804284cf126c1865b72bd477cf24eab42b0f371 /ChangeLog | |
| parent | 92ee468a32f65220e0c5784d63d78f6bab4ee696 (diff) | |
* file.c (file_expand_path): support for alternative data stream
and ignored trailing garbages of NTFS.
* file.c (rb_file_s_basename): ditto.
* file.c (rb_file_s_extname): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16420 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Thu May 15 15:33:59 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * file.c (file_expand_path): support for alternative data stream + and ignored trailing garbages of NTFS. + + * file.c (rb_file_s_basename): ditto. + + * file.c (rb_file_s_extname): ditto. + Wed May 14 22:09:25 2008 Yusuke Endoh <mame@tsg.ne.jp> * ChangeLog: fix typo. |
