From 0142e0bcf460f0e9722418fedf782c1690838ed1 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 18 Oct 2007 07:41:21 +0000 Subject: * lib/rexml/source.rb (REXML::SourceFactory::SourceFactory): more duck typed. better performance on JRuby. http://headius.blogspot.com/2007/10/another-performance-discovery-rexml.html git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13737 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 191cbb128..aa7cc8ddb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Oct 18 16:39:34 2007 Yukihiro Matsumoto + + * lib/rexml/source.rb (REXML::SourceFactory::SourceFactory): more + duck typed. better performance on JRuby. + http://headius.blogspot.com/2007/10/another-performance-discovery-rexml.html + Thu Oct 18 09:33:25 2007 Yukihiro Matsumoto * range.c (range_first): takes first n element if argument is -- cgit