summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-05-24 14:52:10 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-05-24 14:52:10 +0000
commit17414da697ab4a73e6124e7d7e4a403af2f21db4 (patch)
tree16e099545b97929899d14c2289dd0dac548607b6 /ChangeLog
parent9d44833dcf76cc8deee3981f3edc95b11400b224 (diff)
downloadruby-17414da697ab4a73e6124e7d7e4a403af2f21db4.tar.gz
ruby-17414da697ab4a73e6124e7d7e4a403af2f21db4.tar.xz
ruby-17414da697ab4a73e6124e7d7e4a403af2f21db4.zip
* configure.in (ac_install_sh): ignore dummy install-sh.
[ruby-talk:193876] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10186 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d905a3f5..b13c8487a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed May 24 23:52:11 2006 nobuyoshi nakada <nobu@ruby-lang.org>
+
+ * configure.in (ac_install_sh): ignore dummy install-sh.
+ [ruby-talk:193876]
+
Wed May 24 03:10:44 2006 GOTOU Yuuzou <gotoyuzo@notwork.org>
* ext/openssl/lib/openssl/ssl.rb
@@ -30,7 +35,7 @@ Thu May 18 22:37:20 2006 GOTOU Yuuzou <gotoyuzo@notwork.org>
* lib/webrick/config.rb (WEBrick::Config::HTTP): add new parameters,
:InputBufferSize and :OutputBufferSize.
- * lib/webrick/utils.rb (WEBrick::Utils.timeout): add new timeout
+ * lib/webrick/utils.rb (WEBrick::Utils.timeout): add new timeout
method. this implementation is expected to be compatible with
timeout.rb and faster than timeout.rb.