diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-07-30 22:41:59 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-07-30 22:41:59 +0000 |
commit | 63a421cedfb300557c216e4dc78285384f75264d (patch) | |
tree | 2ee780c775706421c55580e4dda439a2480a1d5f /ChangeLog | |
parent | c0d0c920befc89dd71b210eba70e01c85be236b8 (diff) | |
download | ruby-63a421cedfb300557c216e4dc78285384f75264d.tar.gz ruby-63a421cedfb300557c216e4dc78285384f75264d.tar.xz ruby-63a421cedfb300557c216e4dc78285384f75264d.zip |
* file.c (rb_file_s_expand_path): scans per path element not per
byte/character, including fix of [ruby-talk:18152] and
multi-byte pathname support.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1655 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,7 +1,13 @@ +Tue Jul 31 07:18:04 2001 Nobuyoshi Nakada <nobu.nokada@softhome.net> + + * file.c (rb_file_s_expand_path): scans per path element not per + byte/character, including fix of [ruby-talk:18152] and + multi-byte pathname support. + Mon Jul 30 11:12:14 2001 Amos Gouaux <amos+ruby@utdallas.edu> * lib/net/imap.rb: added new commands for managing folder quotas - and folder ACLs. + and folder ACLs. Fri Jul 27 18:07:27 2001 Yukihiro Matsumoto <matz@ruby-lang.org> @@ -40,7 +46,7 @@ Wed Jul 25 12:15:32 2001 WATANABE Hirofumi <eban@ruby-lang.org> * file.c (rb_find_file): ditto. -Tue Jul 24 23:10:47 2001 Nobuyoshi.Nakada <nobu.nakada@nifty.ne.jp> +Tue Jul 24 23:10:47 2001 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp> * file.c (strrdirsep): multi-byte pathname and DOSish separater supprot. originally comes from Patrick Cheng. [new] |