aboutsummaryrefslogtreecommitdiffstats
path: root/lib/uri
Commit message (Expand)AuthorAgeFilesLines
* * 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