summaryrefslogtreecommitdiff
path: root/lib/uri
AgeCommit message (Expand)Author
2005-11-13* lib/uri/common.rb (escape): regard second argument as a character set. [rub...aamine
2005-09-07Added .document file for lib/uri.ryan
2005-08-24Lovely RDOC patches from mathew (metaATpoboxDOTcom) on URI/* and getoptlong.rbryan
2005-06-24* lib/uri/common.rb, lib/uri/generic.rb: fixed typo in documents andakira
2005-06-23fixed typo in the example of URI.extract.akira
2005-02-23* lib/uri/generic.rb (split_userinfo): should split ":pass" into ""akira
2005-01-16* lib/uri/common.rb (PORT): typo fix. fiex: [ruby-core:04256]eban
2004-07-17* lib/uri/ldap.rb: method hierarchical? should be in URI::LDAP.akira
2004-07-13* lib/uri/generic.rb (URI::Generic#merge_path):akira
2004-07-05* lib/uri/common.rb (Kernel#URI): new global method for parsing URIs.akr
2004-06-09* lib/uri/generic.rb (URI::Generic::merge,akira
2004-03-24 * lib/uri.rb: Documented (thanks Dmitry V. Sabanin).gsinclair
2004-03-08* lib/uri/common.rb (URI::REGEXP::PATTERN::HOSTPORT): (?:#{PORT})akira
2004-02-22* lib/uri/mailto.rb (URI::MailTo::to_s): should include fragment.akira
2003-12-23* lib/uri/generic.rb (URI::Generic::check_userinfo,akira
2003-12-22* lib/uri/generic.rb (URI::Generic::check_opaque): fixed typo.akira
2003-12-22* lib/uri/generic.rb (URI::Generic#route_from): accepts urls whichakira
2003-12-09make case insensitive for host-part.akira
2003-12-08* lib/uri/common.rb: new method URI.regexp. [ruby-dev:22121]aamine
2003-10-04* lib/uri/ftp.rb, lib/uri/mailto.rb: renamed to #to_s from #to_str.akira
2003-03-29* instruby.rb, ext/extmk.rb, lib/benchmark.rb, lib/cgi.rb,akr
2003-03-22* lib/uri/common.rb: `[', `]', `-' in chracterakr
2003-03-21* lib/date/format.rb, lib/uri/common.rb: `[', `]', `-' in chracterakr
2003-02-14* lib/uri/generic.rb, lib/uri/ldap.rb, lib/uri/mailto.ldap: all foo=()akira
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