From 764f1789b2d97ea84b3187164292afca96434d76 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 14 Dec 2007 17:05:15 +0000 Subject: * lib/rdoc/options.rb (Options::parse): do not access $KCODE any longer. [ruby-core:14079] * lib/irb/init.rb (IRB::IRB.parse_opts): ditto. * lib/cgi.rb (CGI::CGI): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14230 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 13661d96a..29eac8723 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Sat Dec 15 01:57:06 2007 Yukihiro Matsumoto + + * lib/rdoc/options.rb (Options::parse): do not access $KCODE any + longer. [ruby-core:14079] + + * lib/irb/init.rb (IRB::IRB.parse_opts): ditto. + + * lib/cgi.rb (CGI::CGI): ditto. + Fri Dec 14 18:18:31 2007 Tanaka Akira * thread_pthread.ci (native_thread_create): twice the stack size. -- cgit