| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/uri/generic.rb (URI::Generic::merge, | akira | 2004-06-09 | 1 | -19/+31 |
* | * lib/uri/mailto.rb (URI::MailTo::to_s): should include fragment. | akira | 2004-05-13 | 1 | -0/+4 |
* | * lib/uri.rb: Documented (thanks Dmitry V. Sabanin). | gsinclair | 2004-03-24 | 7 | -954/+956 |
* | * lib/uri/common.rb (URI::REGEXP::PATTERN::HOSTPORT): (?:#{PORT}) | akira | 2004-03-08 | 1 | -1/+1 |
* | * lib/uri/generic.rb (URI::Generic::check_userinfo, | akira | 2003-12-23 | 1 | -9/+12 |
* | * lib/uri/generic.rb (URI::Generic::check_opaque): fixed typo. | akira | 2003-12-22 | 1 | -1/+1 |
* | * lib/uri/generic.rb (URI::Generic#route_from): accepts urls which | akira | 2003-12-22 | 1 | -1/+1 |
* | make case insensitive for host-part. | akira | 2003-12-09 | 1 | -1/+1 |
* | * lib/uri/common.rb: new method URI.regexp. [ruby-dev:22121] | aamine | 2003-12-08 | 1 | -17/+35 |
* | * lib/uri/ftp.rb, lib/uri/mailto.rb: renamed to #to_s from #to_str. | akira | 2003-10-04 | 2 | -2/+2 |
* | * instruby.rb, ext/extmk.rb, lib/benchmark.rb, lib/cgi.rb, | akr | 2003-03-29 | 1 | -4/+4 |
* | * lib/uri/common.rb: `[', `]', `-' in chracter | akr | 2003-03-22 | 1 | -1/+1 |
* | * lib/date/format.rb, lib/uri/common.rb: `[', `]', `-' in chracter | akr | 2003-03-21 | 1 | -3/+3 |
* | * lib/uri/generic.rb, lib/uri/ldap.rb, lib/uri/mailto.ldap: all foo=() | akira | 2003-02-14 | 4 | -9/+20 |
* | * removed URI::Generic#to_ary. | akira | 2002-12-16 | 1 | -7/+4 |
* | fixed a bug of URI::extract. URI::extract should return ["mailto:xxx"] instea... | akira | 2002-12-12 | 1 | -9/+9 |
* | URI::extract extracts only URIs of specified schemes when schemes are specified. | akira | 2002-11-19 | 1 | -2/+2 |
* | * class.c (rb_define_method): do not set NOEX_CFUNC if klass is | matz | 2002-11-07 | 1 | -1/+1 |
* | should raise InvalidComponentError if MAILTO_REGEXP could not match with @opa... | akira | 2002-10-20 | 1 | -2/+3 |
* | updated uri.rb and uri/*.rb to uri-0.9.7 | akira | 2002-10-04 | 4 | -36/+75 |
* | use Object#class instead of deprecated Object#type. | nobu | 2002-10-02 | 1 | -4/+4 |
* | * io.c (appendline): forget to terminate with nul. | matz | 2002-09-25 | 1 | -5/+7 |
* | merged differences between uri-0.9.6 and uri-0.9.7 | akira | 2002-06-12 | 2 | -10/+17 |
* | * lib/uri/generic.rb: merge0 shuld return [oth, oth] if oth is absolute URI. | akira | 2002-02-26 | 1 | -1/+13 |
* | uri-0.9.5 | akira | 2002-02-07 | 2 | -3/+16 |
* | added uri library (uri-0.9.4) | akira | 2002-01-10 | 7 | -0/+2255 |