summaryrefslogtreecommitdiff
path: root/lib/uri/mailto.rb
AgeCommit message (Expand)Author
2022-04-22[ruby/uri] Include RFC2396_REGEXP module directlyPeter Zhu
2021-07-27[ruby/uri] Add proper Ractor support to URIBenoit Daloze
2021-07-27[ruby/uri] Revert "Fix to support Ruby 3.0 Ractor"Benoit Daloze
2021-07-27[ruby/uri] Fix to support Ruby 3.0 Ractorkvokka
2020-03-26[ruby/uri] Remove RCS keywordsDavid Rodríguez
2018-11-02lib/*: Prefer require_relative over require.marcandre
2018-08-20Update link to Email address specificationkazu
2018-04-21Improve docs for URI librarystomar
2016-12-12Use URI.decode_www_form_component [Bug #10774]naruse
2016-09-12* lib/uri/mailto.rb: Removed needless `return` and use `.`` instead of `::`hsbt
2016-07-02* lib/uri/mailto.rb (initialize): RFC3986_Parser#split sets opaquenaruse
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-01-14* lib/uri/mailto.rb: raising URI::InvalidComponentError insteadduerst
2014-11-20* lib/uri/mailto.rb (URI::MailTo::EMAIL_REGEXP): should escape `#`.usa
2014-06-30suppress warnings: assigned but unused variablenaruse
2014-06-27* lib/uri/mailto.rb: update to latest specs, RFC 6068 and HTML5.naruse
2014-06-24Revert "* lib/uri/mailto.rb: support RFC6068."naruse
2014-06-23* lib/uri/mailto.rb: support RFC6068.naruse
2014-06-22lib/uri/mailto.rb (initialize): as previous commit, fix arg_checknaruse
2012-01-23* lib/uri/mailto.rb (URI::MailTo.build): follow Array#to_s change ofnaruse
2011-05-13 * lib/uri.rb: Add toplevel documentation. Patch by Vincent Batts.drbrain
2011-05-12 * re.c (Init_Regexp): Document option constants. Patch by Vincentdrbrain
2010-05-11* lib/uri/mailto.rb: clean up regexp [ruby-core:29894]marcandre
2009-05-27* lib/uri: don't set @parser if it is DEFAULT_PARSER for marshalingakr
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-09-23Fix ruby -w warnings for mismatched indentation discovered by rdocdrbrain
2008-09-10 * lib/uri/common.rb (URI::Parser): new class.akira
2007-12-24Fix Regexp warnings in lib/uri. Patch #16524 by Kornelius Kalnbach.drbrain
2005-08-24Lovely RDOC patches from mathew (metaATpoboxDOTcom) on URI/* and getoptlong.rbryan
2004-03-24 * lib/uri.rb: Documented (thanks Dmitry V. Sabanin).gsinclair
2004-02-22* lib/uri/mailto.rb (URI::MailTo::to_s): should include fragment.akira
2003-10-04* lib/uri/ftp.rb, lib/uri/mailto.rb: renamed to #to_s from #to_str.akira
2003-02-14* lib/uri/generic.rb, lib/uri/ldap.rb, lib/uri/mailto.ldap: all foo=()akira
2002-10-20should raise InvalidComponentError if MAILTO_REGEXP could not match with @opa...akira
2002-10-04updated uri.rb and uri/*.rb to uri-0.9.7akira
2002-09-25* io.c (appendline): forget to terminate with nul.matz
2002-01-10added uri library (uri-0.9.4)akira