aboutsummaryrefslogtreecommitdiffstats
path: root/lib/uri
Commit message (Expand)AuthorAgeFilesLines
* * lib/uri.rb: Documented (thanks Dmitry V. Sabanin).gsinclair2004-03-247-960/+957
* * lib/uri/common.rb (URI::REGEXP::PATTERN::HOSTPORT): (?:#{PORT})akira2004-03-081-1/+1
* * lib/uri/mailto.rb (URI::MailTo::to_s): should include fragment.akira2004-02-221-0/+9
* * lib/uri/generic.rb (URI::Generic::check_userinfo,akira2003-12-231-9/+12
* * lib/uri/generic.rb (URI::Generic::check_opaque): fixed typo.akira2003-12-221-1/+1
* * lib/uri/generic.rb (URI::Generic#route_from): accepts urls whichakira2003-12-221-1/+1
* make case insensitive for host-part.akira2003-12-091-1/+1
* * lib/uri/common.rb: new method URI.regexp. [ruby-dev:22121]aamine2003-12-081-17/+35
* * lib/uri/ftp.rb, lib/uri/mailto.rb: renamed to #to_s from #to_str.akira2003-10-042-2/+2
* * instruby.rb, ext/extmk.rb, lib/benchmark.rb, lib/cgi.rb,akr2003-03-291-4/+4
* * lib/uri/common.rb: `[', `]', `-' in chracterakr2003-03-221-1/+1
* * lib/date/format.rb, lib/uri/common.rb: `[', `]', `-' in chracterakr2003-03-211-3/+3
* * lib/uri/generic.rb, lib/uri/ldap.rb, lib/uri/mailto.ldap: all foo=()akira2003-02-144-9/+20
* * removed URI::Generic#to_ary.akira2002-12-161-7/+4
* fixed a bug of URI::extract. URI::extract should return ["mailto:xxx"] instea...akira2002-12-121-9/+9
* URI::extract extracts only URIs of specified schemes when schemes are specified.akira2002-11-191-2/+2
* * class.c (rb_define_method): do not set NOEX_CFUNC if klass ismatz2002-11-071-1/+1
* 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-044-36/+75
* use Object#class instead of deprecated Object#type.nobu2002-10-021-4/+4
* * io.c (appendline): forget to terminate with nul.matz2002-09-251-5/+7
* merged differences between uri-0.9.6 and uri-0.9.7akira2002-06-122-10/+17
* * lib/uri/generic.rb: merge0 shuld return [oth, oth] if oth is absolute URI.akira2002-02-261-1/+13
* uri-0.9.5akira2002-02-072-3/+16
* added uri library (uri-0.9.4)akira2002-01-107-0/+2255