ruby-cvs:16007
From: (usa) <usa ruby-lang.org>
Date: Tue, 22 Nov 2005 14:39:51 +0900
Subject: [ruby-cvs:16007] ruby, ruby/test/ruby: * file.c (rb_file_s_basename): skip slashes just after UNC top slashes.
usa Tue, 22 Nov 2005 14:39:51 +0900
Modified files:
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.4784 +7 -0 ruby/ChangeLog
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.4783&r2=1.4784
1.228 +4 -2 ruby/file.c
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/file.c?cvsroot=src&r1=1.227&r2=1.228
1.8 +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.7&r2=1.8