-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* file.c (rb_file_s_dirname): should use skipprefix for UNC path.
pointed out by nobu ([ruby-dev:27744]). fixed: [ruby-core:5076] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9563 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
Showing
3 changed files
with
22 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
Fri Nov 18 18:07:05 2005 NAKAMURA Usaku <[email protected]> | ||
|
||
* file.c (rb_file_s_dirname): should use skipprefix for UNC path. | ||
pointed out by nobu ([ruby-dev:27744]). fixed: [ruby-core:5076] | ||
|
||
Fri Nov 18 17:35:09 2005 Hidetoshi NAGAI <[email protected]> | ||
|
||
* ext/tk/lib/multi-tk.rb: add restriction to access the entried | ||
|
@@ -16,7 +21,7 @@ Fri Nov 18 17:35:09 2005 Hidetoshi NAGAI <[email protected]> | |
|
||
Fri Nov 18 16:47:33 2005 NAKAMURA Usaku <[email protected]> | ||
|
||
* file.c (file_s_dirname): added checks for some patterns with drive | ||
* file.c (rb_file_s_dirname): added checks for some patterns with drive | ||
letter. fixed: [ruby-dev:27738] | ||
|
||
* test/ruby/test_path.rb (test_dirname): added tests for above | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters