-
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.
* dir.c (rb_push_glob): fix delimiter bug. fixed: [ruby-dev:27105]
* dir.c (dir_s_aref, dir_s_glob): allow multiple patterns. [ruby-dev:27110] * win32/win32.c (cmdglob): enable brace expansion. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9184 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
Showing
4 changed files
with
121 additions
and
38 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,4 +1,4 @@ | ||
Fri Sep 16 22:44:47 2005 Nobuyoshi Nakada <[email protected]> | ||
Fri Sep 16 22:45:49 2005 Nobuyoshi Nakada <[email protected]> | ||
|
||
* file.c (rb_file_s_extname): empty string for path name ending with a | ||
period. fixed: [ruby-core:05651] | ||
|
@@ -12,6 +12,13 @@ Fri Sep 16 22:44:47 2005 Nobuyoshi Nakada <[email protected]> | |
|
||
* gc.c (garbage_collect): return whether GC could run. | ||
|
||
* dir.c (rb_push_glob): fix delimiter bug. fixed: [ruby-dev:27105] | ||
|
||
* dir.c (dir_s_aref, dir_s_glob): allow multiple patterns. | ||
[ruby-dev:27110] | ||
|
||
* win32/win32.c (cmdglob): enable brace expansion. | ||
|
||
Fri Sep 16 18:34:01 2005 Yukihiro Matsumoto <[email protected]> | ||
|
||
* ext/syck/node.c (syck_replace_str): was using return from the | ||
|
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
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