diff options
| author | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-04-15 10:32:09 +0000 |
|---|---|---|
| committer | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-04-15 10:32:09 +0000 |
| commit | 0b0f94724273b8717db58566f228712888ab7776 (patch) | |
| tree | cf7852389c9c76286fd7945b3a539b735a06319a /ChangeLog | |
| parent | 79a3e690b0ef415dac21468d7d441f94638a594f (diff) | |
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@6163 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Thu Apr 15 19:26:54 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp> + + * 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 <akr@m17n.org> * ext/gdbm/gdbm.c (Init_gdbm): define GDBM::READER, GDBM::WRITER, |
