From 2f22cf3abfc41d87fd0bf0cb2e2a920f9951f89c Mon Sep 17 00:00:00 2001 From: xibbar Date: Sat, 3 Oct 2009 16:15:23 +0000 Subject: * lib/cgi/core.rb: fix command-line option of non-interactive terminal. [ruby-core:23016] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25216 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 40d9775c8..52abb259b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Oct 4 00:59:52 2009 Takeyuki FUJIOKA + + * lib/cgi/core.rb: fix command-line option of + non-interactive terminal. [ruby-core:23016] + Sun Oct 4 00:40:18 2009 Nobuyoshi Nakada * lib/rake/contrib: added. [ruby-core:25918] -- cgit