diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-07-24 15:11:02 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-07-24 15:11:02 +0000 |
commit | b450d319bda22e566f58818b0fb73e4e298967bb (patch) | |
tree | 5a973b104f6cd66cb10404aac9b30e95d128ee34 /ChangeLog | |
parent | 24561edfe00c06459aaca2428c3da2200800e423 (diff) | |
download | ruby-b450d319bda22e566f58818b0fb73e4e298967bb.tar.gz ruby-b450d319bda22e566f58818b0fb73e4e298967bb.tar.xz ruby-b450d319bda22e566f58818b0fb73e4e298967bb.zip |
* file.c (strrdirsep): multi-byte pathname and DOSish separater
supprot. originally comes from Patrick Cheng. [new]
* file.c (rb_file_s_basename, rb_file_s_dirname): use
strrdirsep(). comes from Patrick Cheng.
* file.c (is_absolute_path): restricted in DOSish absolute path
with drive letter, and UNC support. originally comes from
Patrick Cheng.
* file.c (getcwd): define macro using getwd() unless provided.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1646 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -1,3 +1,17 @@ +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] + + * file.c (rb_file_s_basename, rb_file_s_dirname): use + strrdirsep(). comes from Patrick Cheng. + + * file.c (is_absolute_path): restricted in DOSish absolute path + with drive letter, and UNC support. originally comes from + Patrick Cheng. + + * file.c (getcwd): define macro using getwd() unless provided. + Tue Jul 24 19:23:15 2001 Akinori MUSHA <knu@iDaemons.org> * ext/extmk.rb.in, lib/mkmf.rb: dig the target subdirectory for @@ -16,7 +30,7 @@ Sun Jul 22 21:16:43 2001 Akinori MUSHA <knu@iDaemons.org> Sat Jul 21 09:40:10 2001 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp> - * io.c (io_fread): use fread(3) if PENDING_COUND is available. + * io.c (io_fread): use fread(3) if PENDING_COUNT is available. Fri Jul 20 22:55:01 2001 Akinori MUSHA <knu@iDaemons.org> |