diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-05-18 14:39:27 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-05-18 14:39:27 +0000 |
| commit | 44b0d56c4e75da3ba4c4250befd68b873ed8e073 (patch) | |
| tree | 62dee67cb641c620eb2d3c1ad356875944d0c8e3 /ChangeLog | |
| parent | e620587b3737bb7ffeb7a63e9bc3d722f5db1baa (diff) | |
| download | ruby-44b0d56c4e75da3ba4c4250befd68b873ed8e073.tar.gz ruby-44b0d56c4e75da3ba4c4250befd68b873ed8e073.tar.xz ruby-44b0d56c4e75da3ba4c4250befd68b873ed8e073.zip | |
* dir.c (glob_helper): get rid of using String. [ruby-dev:26180]
* dir.c (push_braces): should skip balanced braces.
* eval.c (ruby_options), win32/win32.c (NtInitialize): move argument
intialization back. [ruby-dev:26180]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8480 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,6 +1,15 @@ +Wed May 18 23:39:09 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * dir.c (glob_helper): get rid of using String. [ruby-dev:26180] + + * dir.c (push_braces): should skip balanced braces. + + * eval.c (ruby_options), win32/win32.c (NtInitialize): move argument + intialization back. [ruby-dev:26180] + Tue May 17 15:31:31 2005 GOTOU Yuuzou <gotoyuzo@notwork.org> - * lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): should + * lib/webrick/httpserver.rb (WEBrick::HTTPServer#run): should break the loop if the socket reached to EOF. [ruby-talk:142285] Tue May 17 11:52:18 2005 NAKAMURA Usaku <usa@ruby-lang.org> |
