-
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: renamed and externalized rb_path_next,
rb_path_skip_prefix, rb_path_last_separator, rb_path_end. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5194 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
Showing
2 changed files
with
7 additions
and
7 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,10 +1,10 @@ | ||
Mon Dec 15 13:11:32 2003 Nobuyoshi Nakada <[email protected]> | ||
Mon Dec 15 13:32:22 2003 Nobuyoshi Nakada <[email protected]> | ||
|
||
* dir.c (check_dirname): check string safety and remove extraneous | ||
trailing directory separators. [ruby-dev:22279] | ||
|
||
* file.c: extern rb_path_next, rb_path_skip_prefix, | ||
rb_path_last_separator, rb_path_end. | ||
* file.c: renamed and externalized rb_path_next, | ||
rb_path_skip_prefix, rb_path_last_separator, rb_path_end. | ||
|
||
* intern.h: prototypes for rb_path_next, rb_path_skip_prefix, | ||
rb_path_last_separator, rb_path_end. | ||
|
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