From a1a57204b0a7d7b00a5fc9712468de140bbb2c3a Mon Sep 17 00:00:00 2001 From: yugui Date: Fri, 26 Dec 2008 08:06:33 +0000 Subject: * lib/irb/input-method.rb (IRB::StdioInputMethod#initialize): removed a 'p' for debugging. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 07266911f..f3172cda3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Dec 26 17:04:14 2008 Yuki Sonoda (Yugui) + + * lib/irb/input-method.rb (IRB::StdioInputMethod#initialize): + removed a 'p' for debugging. + Thu Dec 25 20:57:01 2008 NARUSE, Yui * transcode.c (str_transcode0): set encoding when String#encode was -- cgit