1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/uri
akira d1f015f92e fixed a bug of URI::extract. URI::extract should return ["mailto:xxx"] instead of ["mailtto:"] for "foo bar <mailto:xxx>".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3131 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2002-12-12 06:42:42 +00:00
..
common.rb fixed a bug of URI::extract. URI::extract should return ["mailto:xxx"] instead of ["mailtto:"] for "foo bar <mailto:xxx>". 2002-12-12 06:42:42 +00:00
ftp.rb added uri library (uri-0.9.4) 2002-01-10 08:00:51 +00:00
generic.rb * class.c (rb_define_method): do not set NOEX_CFUNC if klass is 2002-11-07 19:18:16 +00:00
http.rb added uri library (uri-0.9.4) 2002-01-10 08:00:51 +00:00
https.rb added uri library (uri-0.9.4) 2002-01-10 08:00:51 +00:00
ldap.rb updated uri.rb and uri/*.rb to uri-0.9.7 2002-10-04 06:26:45 +00:00
mailto.rb should raise InvalidComponentError if MAILTO_REGEXP could not match with @opaque. 2002-10-20 10:54:19 +00:00