diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-01-09 05:12:29 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-01-09 05:12:29 +0000 |
| commit | 77df5c7db4512928a60d9357894d84fb24a62269 (patch) | |
| tree | df67ee03a34c524b26aebc2201a5c5fb63b25b76 /ChangeLog | |
| parent | ecf298f30f946990f1a61cdc80cb16393b3fde8d (diff) | |
| download | ruby-77df5c7db4512928a60d9357894d84fb24a62269.tar.gz ruby-77df5c7db4512928a60d9357894d84fb24a62269.tar.xz ruby-77df5c7db4512928a60d9357894d84fb24a62269.zip | |
* io.c (rb_f_select): IO list could be altered. [ruby-dev:25312]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7756 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +Sun Jan 9 14:12:17 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * io.c (rb_f_select): IO list could be altered. [ruby-dev:25312] + Sun Jan 9 04:08:40 2005 GOTOU Yuuzou <gotoyuzo@notwork.org> * test/webrick/test_server.rb (test_daemon): delete an assertion @@ -26,10 +30,10 @@ Fri Jan 7 20:01:31 2005 GOTOU Yuuzou <gotoyuzo@notwork.org> - should delete trailing LF from the result of pack("m*"). - clear Request-Line not to send the response by HTTPServer#run. - * lib/webrick/httputils (WEBrick::HTTPUtils.parse_qvalues): + * lib/webrick/httputils (WEBrick::HTTPUtils.parse_qvalues): refine regexp (and change the name of a local variable). - * lib/webrick/server.rb (WEBrick::Daemon.start): prepared stdio + * lib/webrick/server.rb (WEBrick::Daemon.start): prepared stdio don't allow changing its mode. * test/webrick/*, sample/webrick/httpproxy.rb: add new files. |
