[macruby-changes] [5251] MacRuby/trunk/lib/uri/common.rb

source_changes at macosforge.org source_changes at macosforge.org
Fri Mar 4 03:55:43 PST 2011


Revision: 5251
          http://trac.macosforge.org/projects/ruby/changeset/5251
Author:   watson1978 at gmail.com
Date:     2011-03-04 03:55:41 -0800 (Fri, 04 Mar 2011)
Log Message:
-----------
URI::WFKV_: get rid of backtrack explosion by nested repeat operators. Merged frome CRuby 1.9 r30306.
see https://github.com/ruby/ruby/commit/c9d697ab7842e5672579cfb0e9bd0594ff95fe19

Revision Links:
--------------
    http://trac.macosforge.org/projects/ruby/changeset/30306

Modified Paths:
--------------
    MacRuby/trunk/lib/uri/common.rb

Modified: MacRuby/trunk/lib/uri/common.rb
===================================================================
--- MacRuby/trunk/lib/uri/common.rb	2011-03-04 07:40:56 UTC (rev 5250)
+++ MacRuby/trunk/lib/uri/common.rb	2011-03-04 11:55:41 UTC (rev 5251)
@@ -801,7 +801,7 @@
     str
   end
 
-  WFKV_ = '(?:%\h\h|[^%#=;&]+)' # :nodoc:
+  WFKV_ = '(?:%\h\h|[^%#=;&])' # :nodoc:
 
   # Decode URL-encoded form data from given +str+.
   #
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20110304/0dd83d27/attachment.html>


More information about the macruby-changes mailing list