From b450d319bda22e566f58818b0fb73e4e298967bb Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 24 Jul 2001 15:11:02 +0000 Subject: * 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 --- ChangeLog | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 99d153641..bb3d907a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Tue Jul 24 23:10:47 2001 Nobuyoshi.Nakada + + * 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 * 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 Sat Jul 21 09:40:10 2001 Nobuyoshi Nakada - * 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 -- cgit