index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
uri
/
test_common.rb
Age
Commit message (
Expand
)
Author
2014-11-13
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-08-25
uri/common.rb: use negative look-ahead
nobu
2014-06-27
suppress warnings: URI.regexp is obsolete
naruse
2014-06-23
* test/uri/test_common.rb: use `require_relative` for parallel test.
nobu
2014-06-23
suppress warnings of URI.extract
naruse
2013-07-31
* lib/uri/common.rb (URI.decode_www_form_component):
sorah
2013-05-18
* lib/uri/common.rb (URI.decode_www_form): scrub string if decoded
naruse
2013-04-25
* lib/uri/common.rb (URI.decode_www_form): follow current URL Standard.
naruse
2010-12-06
* test/uri/test_common.rb (TestCommon#test_encode_www_form): add
kazu
2010-11-29
* lib/uri/common.rb (URI::WFKV_): get rid of backtrack explosion
nobu
2010-09-30
* lib/uri/common.rb (URI.encode_www_form): change treatment of
naruse
2010-04-10
* lib/uri/common.rb (decode_www_form_component): validate.
naruse
2010-04-09
* lib/uri/common.rb (decode_www_form): don't ignore leading '?'.
naruse
2010-03-21
* lib/uri/common.rb (URI.encode_www_form_component):
naruse
2010-03-17
* lib/uri/common.rb (URI#{en,de}code_www_form_component):
naruse
2010-03-12
* lib/uri/common.rb (URI.encode_www_form): new method to
naruse
2009-03-06
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2007-11-18
use ML ref. for assertion message.
akr
2004-07-05
* lib/uri/common.rb (Kernel#URI): new global method for parsing URIs.
akr
2003-12-08
* lib/uri/common.rb: new method URI.regexp. [ruby-dev:22121]
aamine
2003-10-05
* test/uri/*: translated RUNIT to Test::Unit.
akira
2003-10-04
* test/uri/* (6 files): added.
akira