summaryrefslogtreecommitdiff
path: root/lib/uri/common.rb
AgeCommit message (Expand)Author
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2009-03-02* lib/uri/common.rb (URI::Parser#escape): escaped string is asciinobu
2008-09-18* lib/uri/common.rb (unescape): skip '%' to make String#hex workmame
2008-09-10 * lib/uri/common.rb (URI::Parser): new class.akira
2008-02-12* ext/json/lib/json/pure/generator.rb,naruse
2007-12-24Fix Regexp warnings in lib/uri. Patch #16524 by Kornelius Kalnbach.drbrain
2007-12-10* lib/uri/common.rb (URI::REGEXP::PATTERN): typo in REG_NAMEmatz
2005-11-13* lib/uri/common.rb (escape): regard second argument as a character set. [rub...aamine
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-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-05* lib/uri/common.rb (Kernel#URI): new global method for parsing URIs.akr
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
2003-12-08* lib/uri/common.rb: new method URI.regexp. [ruby-dev:22121]aamine
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
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-10-04updated uri.rb and uri/*.rb to uri-0.9.7akira
2002-06-12merged differences between uri-0.9.6 and uri-0.9.7akira
2002-02-07uri-0.9.5akira
2002-01-10added uri library (uri-0.9.4)akira