akira

Hash Date Message
8a277783abde4824ab9f92a083dc6221c5fa4098 2002-01-10 added uri library (uri-0.9.4)
a5ef2da1a11af82a44a0ca81f94953a8aa793802 2002-01-10 added uri library (uri-0.9.4)
91a3db0afc159e855312c4cd5c79fe925c65fd10 2002-02-07 uri-0.9.5
3916df613eb46f54e4ba91834fa920ac6f612d1b 2002-02-26 * lib/uri/generic.rb: merge0 shuld return [oth, oth] if oth is absolute URI. * lib/uri/generic.rb: registry part must not be allowed for any schemes for the Internet. (RFC2396, section 3.2.2 and 3.2.1.)
b8be8d535a32c9f0ab54482cbf09fdcd9e0abee8 2002-06-12 merged differences between uri-0.9.6 and uri-0.9.7
05e476c941e41132d40b4bcbfcc7eea90cae7318 2002-10-04 updated uri.rb and uri/*.rb to uri-0.9.7
76e8a9e82870393e5cef137526e811a878404096 2002-10-20 should raise InvalidComponentError if MAILTO_REGEXP could not match with @opaque.
710e25422b099e8ce2c13d868effaefa10366378 2002-11-19 URI::extract extracts only URIs of specified schemes when schemes are specified.
d1f015f92ed06d93d9a5e0b90e4d35df3e6de1d3 2002-12-12 fixed a bug of URI::extract. URI::extract should return ["mailto:xxx"] instead of ["mailtto:"] for "foo bar <mailto:xxx>".
77d007dc05d07d2167e083d39b3afa6ca1562e9f 2002-12-16 * removed URI::Generic#to_ary. * URI::Generic included URI.
bfa0275833b60de39c8f890d6f47045d1ef4b26e 2003-02-14 * lib/uri/generic.rb, lib/uri/ldap.rb, lib/uri/mailto.ldap: all foo=() returns arguments passed by caller.
d6f70951dbf2dcdec6515ee783de539d739875dd 2003-10-04 * lib/uri/ftp.rb, lib/uri/mailto.rb: renamed to #to_s from #to_str.
ef5883c016d02059beff0f7c5711e54a35318b32 2003-10-04 * test/uri/* (6 files): added.
993783d84ab3c43e575450ad94f17e20623933a8 2003-10-04 * test/ruby/test_exception.rb (test_else): added.
12c8c18f096722f5497f054edcf6c24435c5f879 2003-10-05 * test/uri/*: translated RUNIT to Test::Unit.
8edab1a9b47f91ac5b26844ac2890c9eaf163eec 2003-12-09 make case insensitive for host-part.
a15cdb751223ba152ad73b4d39dbc30331c6168c 2003-12-19 * lib/runit/cui/testrunner.rb (RUNIT::CUI::TestRunner::run): should use Test::Unit::UI::{PROGRESS_ONLY,VERBOSE}.
88695fc0ea105d16f3c40be0119c18ff7306331b 2003-12-22 * lib/uri/generic.rb (URI::Generic#route_from): accepts urls which has no host-part.
6bcf78e40df4b20e85ab1f2207dd88781e578867 2003-12-22 * lib/uri/generic.rb (URI::Generic::check_opaque): fixed typo.
4bb0fd231e66e61c76396b47b2b7eb8d72cec1c7 2003-12-23 * lib/uri/generic.rb (URI::Generic::check_userinfo, URI::Generic::check_user, URI::Generic::check_password): tests conflicts/depends with other components closely.
8ccba1d12f55174437f39fb2bae2e0009e2cb11e 2004-01-19 * test/ruby/test_time.rb: added tests for [ruby-dev:22614] and [ruby-dev:22617].
4d94e3ec4816e5b5bdf7afb5b10867bd998b78fc 2004-02-06 * test/ruby/test_proc.rb (TestProc::test_eq): added tests for Proc#==.
9ab9489da4a93da074a9a71ad6a779cecee1e2ae 2004-02-06 * test/ruby/test_proc.rb (TestProc::test_eq): added a test. [ruby-dev:22599]
54d612c27f60daf293ba97c5cd7ddae330cbfe65 2004-02-08 * test/yaml/test_yaml.rb (YAML_Unit_Tests::test_range_cycle): added tests. [ruby-core:02306] [ruby-core:02311]
4ca30a130d7baef02d0c91a1846beab68e954bae 2004-02-08 * test/ruby/test_file.rb (TestFile::test_fnmatch): added tests for File.fnmatch. [ruby-dev:22815][ruby-dev:22819]
ebb7ed18646a10a0a735179f3008ec845cb5509f 2004-02-08 * test/yaml/test_yaml.rb (YAML_Unit_Tests::test_range_cycle): added tests.
329b4782ff5eaae607dc3a05bc6e0004dd9fddd1 2004-02-22 * lib/uri/mailto.rb (URI::MailTo::to_s): should include fragment.
80a0920f5fb30fe8e05ba21fcc58c2de393e2ae1 2004-03-08 * lib/uri/common.rb (URI::REGEXP::PATTERN::HOSTPORT): (?:#{PORT}) -> (?::#{PORT}). [ruby-dev:23170]
793b2e87956a04eb639fa202c7478f0dccde03c9 2004-05-13 * lib/net/telnet.rb (Net::Telnet::login): "options" can specify regexps for login prompt and/or password prompt.
f2b75020ba193b6d20788c800fde583ca8e900d5 2004-06-09 * lib/uri/generic.rb (URI::Generic::merge, URI::Generic::route_from): accepts non-hierarchical URI. [ruby-dev:23631]
dbc7ba14a0087214fbaa4df3cddb3890fa155f61 2004-07-07 * lib/tempfile.rb (Tempfile::initialize): got out code of generating tmpname. [ruby-dev:23832][ruby-dev:23837]
f461a6b8e532826e52fcbae8dcfdaecd55f3fc48 2004-07-13 * lib/uri/generic.rb (URI::Generic#merge_path): "URI('http://www.example.com/foo/..') + './'" should return "URI('http://www.example.com/')". [ruby-list:39838] "URI('http://www.example.com/') + './foo/bar/..'" should return "URI('http://www.example.com/foo/')". [ruby-list:39844]
02771a7aede0f9e3485d947ba542cdef4852caf7 2004-07-17 * lib/uri/ldap.rb: method hierarchical? should be in URI::LDAP.
c36a0f0ec0a77c47f5378118913250ea983266c2 2005-02-23 * lib/uri/generic.rb (split_userinfo): should split ":pass" into "" and "pass". [ruby-dev:25667]
7e962a73799914e6355267c820283fea16be5804 2005-06-23 fixed typo in the example of URI.extract.
b1020bf03edfb370a01949d754e1e3061eac2b6f 2005-06-24 * lib/uri/common.rb, lib/uri/generic.rb: fixed typo in documents and replaced some existent domain name with "example.com".
1c662c2b63a224539dfd9aaa57203d61d9b341f3 2007-10-25 * lib/uri.rb, lib/uri/ldaps.rb: added LDAPS cheme. [ruby-dev:31896]
3293f6cfb9abebcba9b0d52aaaa16f8b5542b9ec 2008-09-10
3da03397ce1dca2eaf21149dcdc88a212b6afdc2 2008-09-10