diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-16 13:46:05 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-16 13:46:05 +0000 |
| commit | 95fcf3bb76632d8b9d87772eb94ab866f25aaf14 (patch) | |
| tree | 7515d1fc46497df96de41676672651d81d7a4d83 /ChangeLog | |
| parent | 60421cde746f81e3498a067df0baf7e44cad0795 (diff) | |
| download | ruby-95fcf3bb76632d8b9d87772eb94ab866f25aaf14.tar.gz ruby-95fcf3bb76632d8b9d87772eb94ab866f25aaf14.tar.xz ruby-95fcf3bb76632d8b9d87772eb94ab866f25aaf14.zip | |
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@9184 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Fri Sep 16 22:44:47 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> +Fri Sep 16 22:45:49 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> * 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 <nobu@ruby-lang.org> * 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 <matz@ruby-lang.org> * ext/syck/node.c (syck_replace_str): was using return from the |
