-
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): Dir.glob() should return nil if block is given.
(http://www.ruby-lang.org/ja/man/index.cgi?cmd=view;name=Dir) * dir.c (push_braces): Dir.glob() should handle '{ }' nested more than 3 times. * dir.c (push_braces, rb_push_glob): Dir.glob() should handle escaped '{' and '}' and ','. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6163 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
ocean
committed
Apr 15, 2004
1 parent
f32d6dc
commit da2ace5
Showing
2 changed files
with
47 additions
and
71 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,14 @@ | ||
Thu Apr 15 19:26:54 Hirokazu Yamamoto <[email protected]> | ||
|
||
* dir.c (rb_push_glob): Dir.glob() should return nil if block is given. | ||
(http://www.ruby-lang.org/ja/man/index.cgi?cmd=view;name=Dir) | ||
|
||
* dir.c (push_braces): Dir.glob() should handle '{ }' nested more than | ||
3 times. | ||
|
||
* dir.c (push_braces, rb_push_glob): Dir.glob() should handle escaped | ||
'{' and '}' and ','. | ||
|
||
Thu Apr 15 17:12:13 2004 Tanaka Akira <[email protected]> | ||
|
||
* ext/gdbm/gdbm.c (Init_gdbm): define GDBM::READER, GDBM::WRITER, | ||
|
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