From 18e2d3b915c283c4ed507cfb7f7b8d453a9894bb Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 24 Oct 2005 17:13:42 +0000 Subject: * lib/rdoc/markup/simple_markup.rb (SM::SimpleMarkup::LABEL_LIST_RE): reduce redundant backtrack. [ruby-talk:161771] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9460 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a10a5022c..0df615674 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Oct 25 02:12:08 2005 Nobuyoshi Nakada + + * lib/rdoc/markup/simple_markup.rb (SM::SimpleMarkup::LABEL_LIST_RE): + reduce redundant backtrack. [ruby-talk:161771] + Tue Oct 25 00:27:35 2005 Masatoshi SEKI * lib/rinda/*: RDoc documentation from Eric Hodel -- cgit