<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/cgi, branch ruby_4_0</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/cgi] Skip unless `CGI::EscapeExt` methods are implemented</title>
<updated>2025-11-26T06:41:42+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-11-26T06:33:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=43ed35de6c1759feef57dbad0a2fad045ee2751f'/>
<id>43ed35de6c1759feef57dbad0a2fad045ee2751f</id>
<content type='text'>
https://github.com/ruby/cgi/commit/7b5a13952b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/cgi/commit/7b5a13952b
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed CGI library without CGI::Escape features</title>
<updated>2025-05-09T05:27:28+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-05-08T10:21:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=600c616507b258cdf9dbfbc822deb267f3202325'/>
<id>600c616507b258cdf9dbfbc822deb267f3202325</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce loading class/module on CGIUtilTest and CGIEscapeTest</title>
<updated>2025-05-09T05:27:28+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-05-08T10:16:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=56423d43a34bfd7260a53f048ee891130d3a0715'/>
<id>56423d43a34bfd7260a53f048ee891130d3a0715</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Extract CGIEscapeTest from CGIUtilTest</title>
<updated>2025-05-09T05:27:28+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-05-08T10:14:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=382be44f4277e6617a27887a99906f5f5e87d265'/>
<id>382be44f4277e6617a27887a99906f5f5e87d265</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support `require 'cgi/escape'` with extracting CGI::Escape from CGI::Util</title>
<updated>2025-05-09T05:27:28+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-05-08T10:08:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8a1d45144bc30aaca67d953521c19c7ee0b378c0'/>
<id>8a1d45144bc30aaca67d953521c19c7ee0b378c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/cgi] Escape/unescape unclosed tags as well</title>
<updated>2025-02-26T07:34:04+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-02-21T06:53:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=237ab21f25b0a062ce6a272e0586d00778a6f20b'/>
<id>237ab21f25b0a062ce6a272e0586d00778a6f20b</id>
<content type='text'>
https://github.com/ruby/cgi/commit/cd1eb08076

Co-authored-by: Nobuyoshi Nakada &lt;nobu@ruby-lang.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/cgi/commit/cd1eb08076

Co-authored-by: Nobuyoshi Nakada &lt;nobu@ruby-lang.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Make Pstore tests as optional</title>
<updated>2025-01-10T01:19:39+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-01-09T04:27:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=31855506232194ef15d0b8ed12370e4890f220b8'/>
<id>31855506232194ef15d0b8ed12370e4890f220b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/cgi] Add failing test cases for CGI::Escape.unescapeHTML</title>
<updated>2023-11-30T08:19:28+00:00</updated>
<author>
<name>flosacca</name>
<email>flosacca@gmail.com</email>
</author>
<published>2023-11-27T20:22:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0daa0589a9b714201a9460fef1bcf5260bc3c6ae'/>
<id>0daa0589a9b714201a9460fef1bcf5260bc3c6ae</id>
<content type='text'>
https://github.com/ruby/cgi/commit/92fdb3316b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/cgi/commit/92fdb3316b
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/cgi] Add snake case aliases for escapeURIComponent</title>
<updated>2023-11-07T10:22:30+00:00</updated>
<author>
<name>Jean Boussier</name>
<email>jean.boussier@gmail.com</email>
</author>
<published>2022-08-16T10:43:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ced84beb2518d173988bb92c6d96aa854a35abe6'/>
<id>ced84beb2518d173988bb92c6d96aa854a35abe6</id>
<content type='text'>
As agreed in [Feature #18822]

https://github.com/ruby/cgi/commit/9d1161ec9d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As agreed in [Feature #18822]

https://github.com/ruby/cgi/commit/9d1161ec9d
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/cgi] Add TruffleRuby support and add it in CI</title>
<updated>2023-05-29T19:33:38+00:00</updated>
<author>
<name>Benoit Daloze</name>
<email>eregontp@gmail.com</email>
</author>
<published>2023-05-29T11:53:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f61bd3ca806dab1de8052f70bb72938b8ef64edc'/>
<id>f61bd3ca806dab1de8052f70bb72938b8ef64edc</id>
<content type='text'>
https://github.com/ruby/cgi/commit/1240fec9c9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/cgi/commit/1240fec9c9
</pre>
</div>
</content>
</entry>
</feed>
