Hi all, This is a summary of ruby-dev mailing list. [ruby-dev:26227] readline backport Shugo Maeda ported a patch for readline support, which enables us to use libedit instead of GNU readline library, from CVS HEAD to 1.8 branch. Masatoshi SEKI tested the patched version on Mac OS X Tiger and it seems to work fine now. [ruby-dev:26235] WEBrick::CGI::Socket#request_line and ENV["REQUEST_URI"] Kohei Sutou posted a patch to make WEBrick::CGI#request_uri use environment variable REQUEST_URI if it is defined. The variable is available on some major http server like Apache, but it was not used by WEBrick because it is not defined in RFC3875. WEBrick maintainer GOTOU Yuuzou accepted the patch. ruby-dev summary index: http://i.loveruby.net/en/ruby-dev-summary.html Kazuo Saito <ksaito / uranus.dti.ne.jp>