aboutsummaryrefslogtreecommitdiffstats
path: root/lib/uri/mailto.rb
Commit message (Expand)AuthorAgeFilesLines
* Use URI.decode_www_form_component [Bug #10774]naruse2016-12-121-5/+5
* * lib/uri/mailto.rb: Removed needless `return` and use `.`` instead of `::`hsbt2016-09-121-5/+5
* * lib/uri/mailto.rb (initialize): RFC3986_Parser#split sets opaquenaruse2016-07-021-0/+3
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/uri/mailto.rb: raising URI::InvalidComponentError insteadduerst2015-01-141-0/+4
* * lib/uri/mailto.rb (URI::MailTo::EMAIL_REGEXP): should escape `#`.usa2014-11-201-1/+1
* suppress warnings: assigned but unused variablenaruse2014-06-301-2/+0
* * lib/uri/mailto.rb: update to latest specs, RFC 6068 and HTML5.naruse2014-06-271-65/+73
* Revert "* lib/uri/mailto.rb: support RFC6068."naruse2014-06-241-22/+43
* * lib/uri/mailto.rb: support RFC6068.naruse2014-06-231-43/+22
* lib/uri/mailto.rb (initialize): as previous commit, fix arg_checknaruse2014-06-221-1/+1
* * lib/uri/mailto.rb (URI::MailTo.build): follow Array#to_s change ofnaruse2012-01-231-1/+1
* * lib/uri.rb: Add toplevel documentation. Patch by Vincent Batts.drbrain2011-05-131-1/+2
* * re.c (Init_Regexp): Document option constants. Patch by Vincentdrbrain2011-05-121-0/+13
* * lib/uri/mailto.rb: clean up regexp [ruby-core:29894]marcandre2010-05-111-1/+1
* * lib/uri: don't set @parser if it is DEFAULT_PARSER for marshalingakr2009-05-271-7/+7
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-10/+10
* Fix ruby -w warnings for mismatched indentation discovered by rdocdrbrain2008-09-231-1/+1
* * lib/uri/common.rb (URI::Parser): new class.akira2008-09-101-7/+7
* Fix Regexp warnings in lib/uri. Patch #16524 by Kornelius Kalnbach.drbrain2007-12-241-1/+1
* Lovely RDOC patches from mathew (metaATpoboxDOTcom) on URI/* and getoptlong.rbryan2005-08-241-9/+36
* * lib/uri.rb: Documented (thanks Dmitry V. Sabanin).gsinclair2004-03-241-133/+99
* * lib/uri/mailto.rb (URI::MailTo::to_s): should include fragment.akira2004-02-221-0/+9
* * lib/uri/ftp.rb, lib/uri/mailto.rb: renamed to #to_s from #to_str.akira2003-10-041-1/+1
* * lib/uri/generic.rb, lib/uri/ldap.rb, lib/uri/mailto.ldap: all foo=()akira2003-02-141-0/+2
* should raise InvalidComponentError if MAILTO_REGEXP could not match with @opa...akira2002-10-201-2/+3
* updated uri.rb and uri/*.rb to uri-0.9.7akira2002-10-041-9/+8
* * io.c (appendline): forget to terminate with nul.matz2002-09-251-5/+7
* added uri library (uri-0.9.4)akira2002-01-101-0/+260