ruby-cvs:16008
From: (usa) <usa ruby-lang.org>
Date: Tue, 22 Nov 2005 14:48:52 +0900
Subject: [ruby-cvs:16008] ruby, ruby/test/ruby: * file.c (rb_file_s_basename): skip slashes just after UNC top slashes.
usa Tue, 22 Nov 2005 14:48:52 +0900
Modified files: (Branch: ruby_1_8)
ruby:
ChangeLog file.c
ruby/test/ruby:
test_path.rb
Log:
* file.c (rb_file_s_basename): skip slashes just after UNC top slashes.
* test/ruby/test_path.rb (test_dirname, test_basename): follow new
spec. and add new tests.
Revision Changes Path
1.2673.2.1402 +7 -0 ruby/ChangeLog
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.2673.2.1401&r2=1.2673.2.1402
1.169.2.35 +4 -2 ruby/file.c
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/file.c?cvsroot=src&r1=1.169.2.34&r2=1.169.2.35
1.3.2.4 +114 -15 ruby/test/ruby/test_path.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/test/ruby/test_path.rb?cvsroot=src&r1=1.3.2.3&r2=1.3.2.4