<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/uri/rfc2396_parser.rb, branch v4.0.3</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/uri] [DOC] Update old use of `URI::Parser`</title>
<updated>2025-07-14T05:11:58+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-07-14T04:54:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8f54b5bb93a6dc703f0450479f215a9e2584a190'/>
<id>8f54b5bb93a6dc703f0450479f215a9e2584a190</id>
<content type='text'>
https://github.com/ruby/uri/commit/d2a79c6343
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/uri/commit/d2a79c6343
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/uri] [DOC] Document private visibility too</title>
<updated>2025-07-14T05:11:58+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-07-14T04:23:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d14709141866a5f480398347c88310216305649e'/>
<id>d14709141866a5f480398347c88310216305649e</id>
<content type='text'>
For the references to URI::RFC2396_Parser private methods.

https://github.com/ruby/uri/commit/372fbb455d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For the references to URI::RFC2396_Parser private methods.

https://github.com/ruby/uri/commit/372fbb455d
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/uri] [DOC] Fix references</title>
<updated>2025-07-14T05:11:58+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-07-14T04:14:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1a03270a7ec80eec8c6eb801d1e143095ac7b85f'/>
<id>1a03270a7ec80eec8c6eb801d1e143095ac7b85f</id>
<content type='text'>
These are instance methods, not class methods.  And `URI::Parser` was
moved to URI::RFC2396_Parser at [r46491]

[r46491]: https://github.com/ruby/ruby/commit/bb83f32dc3e0

https://github.com/ruby/uri/commit/452d74390c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are instance methods, not class methods.  And `URI::Parser` was
moved to URI::RFC2396_Parser at [r46491]

[r46491]: https://github.com/ruby/ruby/commit/bb83f32dc3e0

https://github.com/ruby/uri/commit/452d74390c
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/uri] Make URI::regexp schemes case sensitive</title>
<updated>2025-07-12T03:24:15+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-07-08T10:35:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f1764623db38bd5773e741b038f36f9dcd3173f2'/>
<id>f1764623db38bd5773e741b038f36f9dcd3173f2</id>
<content type='text'>
(https://github.com/ruby/uri/pull/38)

https://github.com/ruby/uri/commit/0c2b6468fa
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(https://github.com/ruby/uri/pull/38)

https://github.com/ruby/uri/commit/0c2b6468fa
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/uri] [DOC] Make documentation 100%</title>
<updated>2025-01-24T01:45:08+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-01-23T13:55:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=881924f2593e89e5ef78a73a4e14948a66ca0e08'/>
<id>881924f2593e89e5ef78a73a4e14948a66ca0e08</id>
<content type='text'>
https://github.com/ruby/uri/commit/fe7aa3dac2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/uri/commit/fe7aa3dac2
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/uri] Check existence constants only URI module</title>
<updated>2024-11-14T03:32:13+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-11-14T02:58:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=310e6603a27bcfd8e505756150e4e5d7f1e20611'/>
<id>310e6603a27bcfd8e505756150e4e5d7f1e20611</id>
<content type='text'>
https://github.com/ruby/uri/commit/b6f583369a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/uri/commit/b6f583369a
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/uri] Restore constants like URI::REGEXP::PATTERN::IPV6ADDR</title>
<updated>2024-11-14T02:20:04+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-11-13T03:01:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1d6c986104afa77f5874cd2f8441682e59b2097a'/>
<id>1d6c986104afa77f5874cd2f8441682e59b2097a</id>
<content type='text'>
https://github.com/ruby/uri/commit/ee9a38701a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/uri/commit/ee9a38701a
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/uri] Add space after `bad URI`</title>
<updated>2024-08-05T08:15:56+00:00</updated>
<author>
<name>Josh Soref</name>
<email>jsoref@users.noreply.github.com</email>
</author>
<published>2022-03-29T01:17:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9d86864a6d06a9534dfc8cb55be6c6fcee3ee4a2'/>
<id>9d86864a6d06a9534dfc8cb55be6c6fcee3ee4a2</id>
<content type='text'>
https://github.com/ruby/uri/commit/9f2c7ed5f2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/uri/commit/9f2c7ed5f2
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/uri] Fix quadratic backtracking on invalid relative URI</title>
<updated>2023-06-29T01:07:51+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-04-22T11:08:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1eff362492f4a0ca8d6d036c958afa7961e827f0'/>
<id>1eff362492f4a0ca8d6d036c958afa7961e827f0</id>
<content type='text'>
https://hackerone.com/reports/1958260

https://github.com/ruby/uri/commit/9010ee2536
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://hackerone.com/reports/1958260

https://github.com/ruby/uri/commit/9010ee2536
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/uri] Only use UnboundMethod#bind_call if it is available</title>
<updated>2021-04-22T05:54:47+00:00</updated>
<author>
<name>Jeremy Evans</name>
<email>code@jeremyevans.net</email>
</author>
<published>2021-03-04T23:19:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=10ad81eb2d4bf44b5d5350e3ea28e6248f550128'/>
<id>10ad81eb2d4bf44b5d5350e3ea28e6248f550128</id>
<content type='text'>
This allows tests to pass on Ruby 2.4-2.6.

Fixes #19

https://github.com/ruby/uri/commit/67ca99ca87
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows tests to pass on Ruby 2.4-2.6.

Fixes #19

https://github.com/ruby/uri/commit/67ca99ca87
</pre>
</div>
</content>
</entry>
</feed>
