From 7ed4cff32ffe6d0f45cb855a1c5668025a615c48 Mon Sep 17 00:00:00 2001 From: dave Date: Wed, 7 Jan 2004 04:05:25 +0000 Subject: Fix problem with agreesive name matching (see ChangeLog) git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5396 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bd8f01ca1..c03c1d0dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Jan 7 13:00:18 2004 Dave Thomas + + * lib/rdoc/ri/ri_driver.rb: Fix problem where ri was + being too eager to find matches of ambiguous method + names (such as "ri Thread.join" would return both + Thread.join and ThreadsWait.join) + Wed Jan 7 12:35:41 2004 NAKAMURA, Hiroshi * lib/debug.rb: revert command parse regexps. [ruby-list:39014] by -- cgit