diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-06-22 00:22:19 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-06-22 00:22:19 +0000 |
| commit | bb83f32dc3e0424d25fa4e55d8ff32b061320e41 (patch) | |
| tree | e57c8b459aabfc0a32e459f76eb2f192aa5f097a /ChangeLog | |
| parent | 97d36e5bd0fd062fb1c1922d08170038aba61baa (diff) | |
support RFC3986 [Feature #2542]
* lib/uri/common.rb (URI::REGEXP): move to lib/uri/rfc2396_parser.rb.
* lib/uri/common.rb (URI::Parser): ditto.
* lib/uri/common.rb (URI.split): use RFC3986_Parser.
* lib/uri/common.rb (URI.parse): ditto.
* lib/uri/common.rb (URI.join): ditto.
* lib/uri/common.rb (URI.extract): deprecated.
* lib/uri/common.rb (URI.regexp): ditto.
* lib/uri/rfc2396_parser.rb: added.
* lib/uri/rfc3986_parser.rb: added.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46491 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +Sun Jun 22 09:05:42 2014 NARUSE, Yui <naruse@ruby-lang.org> + + * lib/uri/common.rb (URI::REGEXP): move to lib/uri/rfc2396_parser.rb. + + * lib/uri/common.rb (URI::Parser): ditto. + + * lib/uri/common.rb (URI.split): use RFC3986_Parser. [Feature #2542] + + * lib/uri/common.rb (URI.parse): ditto. + + * lib/uri/common.rb (URI.join): ditto. + + * lib/uri/common.rb (URI.extract): deprecated. + + * lib/uri/common.rb (URI.regexp): ditto. + + * lib/uri/rfc2396_parser.rb: added. + + * lib/uri/rfc3986_parser.rb: added. + Sun Jun 22 09:04:50 2014 NARUSE, Yui <naruse@ruby-lang.org> * lib/uri/mailto.rb (initialize): as previous commit, fix arg_check |
