summaryrefslogtreecommitdiff
path: root/lib/uri
AgeCommit message (Expand)Author
2002-12-16* removed URI::Generic#to_ary.akira
2002-12-12fixed a bug of URI::extract. URI::extract should return ["mailto:xxx"] instea...akira
2002-11-19URI::extract extracts only URIs of specified schemes when schemes are specified.akira
2002-11-07* class.c (rb_define_method): do not set NOEX_CFUNC if klass ismatz
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-10-02use Object#class instead of deprecated Object#type.nobu
2002-09-25* io.c (appendline): forget to terminate with nul.matz
2002-06-12merged differences between uri-0.9.6 and uri-0.9.7akira
2002-02-26* lib/uri/generic.rb: merge0 shuld return [oth, oth] if oth is absolute URI.akira
2002-02-07uri-0.9.5akira
2002-01-10added uri library (uri-0.9.4)akira