From 8acd2da4b144a51ba694d11b5507504b367474b9 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 25 Oct 2005 06:38:26 +0000 Subject: * lib/rational.rb: applied documentation patch from Gavin Sinclair . [ruby-core:06364] * lib/irb.rb (IRB::Irb::eval_input): handle prompts with newlines in irb auto-indentation mode. [ruby-core:06358] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9464 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0df615674..903322acf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Tue Oct 25 15:32:00 2005 Yukihiro Matsumoto + + * lib/rational.rb: applied documentation patch from Gavin Sinclair + . [ruby-core:06364] + + * lib/irb.rb (IRB::Irb::eval_input): handle prompts with newlines + in irb auto-indentation mode. [ruby-core:06358] + Tue Oct 25 02:12:08 2005 Nobuyoshi Nakada * lib/rdoc/markup/simple_markup.rb (SM::SimpleMarkup::LABEL_LIST_RE): -- cgit