<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/cgi, branch ruby_3_1</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Merge cgi-0.3.7</title>
<updated>2025-02-26T09:49:41+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-02-26T09:06:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b97108a6466837d619598c7c3db00b357580e504'/>
<id>b97108a6466837d619598c7c3db00b357580e504</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>merge revision(s) 656f25987cf2885104d5b13c8d3f5b7d32f1b333,98074a57ca9f3169fe9da9af6c49b636d37db16f,745dcf5326ea2c8e2047a3bddeb0fbb7e7d07649,b335d899fff3cc22b022c9ee2ceb636d714bf1a7: [Backport #19153]</title>
<updated>2023-02-23T03:41:50+00:00</updated>
<author>
<name>nagachika</name>
<email>nagachika@ruby-lang.org</email>
</author>
<published>2023-02-23T03:41:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4141989b2aef2993bb19140a4be355d1c68b8be1'/>
<id>4141989b2aef2993bb19140a4be355d1c68b8be1</id>
<content type='text'>
	[ruby/cgi] Fix test_cgi_cookie_new_with_domain to pass on older
	 rubies

	https://github.com/ruby/cgi/commit/05f0c58048
	---
	 test/cgi/test_cgi_cookie.rb | 8 ++++----
	 1 file changed, 4 insertions(+), 4 deletions(-)

	[ruby/cgi] Prepare to release 0.3.6

	https://github.com/ruby/cgi/commit/710a647855
	---
	 lib/cgi.rb | 2 +-
	 1 file changed, 1 insertion(+), 1 deletion(-)

	[ruby/cgi] Loosen the domain regex to accept '.'
	 (https://github.com/ruby/cgi/pull/29)

	* Loosen the domain regex to accept '.'

	Co-authored-by: Nobuyoshi Nakada &lt;nobu@ruby-lang.org&gt;

	https://github.com/ruby/cgi/commit/5e09d632f3
	Co-authored-by: Hiroshi SHIBATA &lt;hsbt@ruby-lang.org&gt;
	---
	 lib/cgi/cookie.rb           | 2 +-
	 test/cgi/test_cgi_cookie.rb | 3 +++
	 2 files changed, 4 insertions(+), 1 deletion(-)

	[ruby/cgi] Bump up 0.3.6

	https://github.com/ruby/cgi/commit/827b7d43cc
	---
	 lib/cgi.rb | 2 +-
	 1 file changed, 1 insertion(+), 1 deletion(-)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	[ruby/cgi] Fix test_cgi_cookie_new_with_domain to pass on older
	 rubies

	https://github.com/ruby/cgi/commit/05f0c58048
	---
	 test/cgi/test_cgi_cookie.rb | 8 ++++----
	 1 file changed, 4 insertions(+), 4 deletions(-)

	[ruby/cgi] Prepare to release 0.3.6

	https://github.com/ruby/cgi/commit/710a647855
	---
	 lib/cgi.rb | 2 +-
	 1 file changed, 1 insertion(+), 1 deletion(-)

	[ruby/cgi] Loosen the domain regex to accept '.'
	 (https://github.com/ruby/cgi/pull/29)

	* Loosen the domain regex to accept '.'

	Co-authored-by: Nobuyoshi Nakada &lt;nobu@ruby-lang.org&gt;

	https://github.com/ruby/cgi/commit/5e09d632f3
	Co-authored-by: Hiroshi SHIBATA &lt;hsbt@ruby-lang.org&gt;
	---
	 lib/cgi/cookie.rb           | 2 +-
	 test/cgi/test_cgi_cookie.rb | 3 +++
	 2 files changed, 4 insertions(+), 1 deletion(-)

	[ruby/cgi] Bump up 0.3.6

	https://github.com/ruby/cgi/commit/827b7d43cc
	---
	 lib/cgi.rb | 2 +-
	 1 file changed, 1 insertion(+), 1 deletion(-)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge CGI-0.3.5</title>
<updated>2022-11-22T14:04:45+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2022-11-22T04:50:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=16ea2213295137bb25f10225408c54de452a507b'/>
<id>16ea2213295137bb25f10225408c54de452a507b</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] Extract CGI::Session#new_store_file</title>
<updated>2021-12-14T23:24:41+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-11-27T09:55:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=6eb500e2df17475a557de536ce24a4d878bf1607'/>
<id>6eb500e2df17475a557de536ce24a4d878bf1607</id>
<content type='text'>
https://github.com/ruby/cgi/commit/b3e2ff9164
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/cgi/commit/b3e2ff9164
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/cgi] Exclude unused files from built package</title>
<updated>2021-11-27T09:40:03+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-11-27T07:04:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f53f6d928475564433302a18f9498048bbd69b26'/>
<id>f53f6d928475564433302a18f9498048bbd69b26</id>
<content type='text'>
https://github.com/ruby/cgi/commit/e840b6c368
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/cgi/commit/e840b6c368
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/cgi] Set extconf.rb to extensions</title>
<updated>2021-11-27T05:44:46+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-11-27T05:28:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=45034e9de3b6af8f52b8db72ae1d91ef73499c8b'/>
<id>45034e9de3b6af8f52b8db72ae1d91ef73499c8b</id>
<content type='text'>
Fix https://github.com/ruby/cgi/pull/11

https://github.com/ruby/cgi/commit/60d8f5e7d9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix https://github.com/ruby/cgi/pull/11

https://github.com/ruby/cgi/commit/60d8f5e7d9
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/cgi] When parsing cookies, only decode the values</title>
<updated>2021-11-24T10:59:00+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-06-29T01:29:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0f31b3f465036884fc0e22ddb4fe5d46279eccae'/>
<id>0f31b3f465036884fc0e22ddb4fe5d46279eccae</id>
<content type='text'>
https://github.com/ruby/cgi/commit/052eb3a828
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/cgi/commit/052eb3a828
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/cgi] Use Time#strftime</title>
<updated>2021-09-03T08:50:00+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-09-03T04:39:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=62fc81fe124d4de35153aad5df0dcf21dafdddc6'/>
<id>62fc81fe124d4de35153aad5df0dcf21dafdddc6</id>
<content type='text'>
https://github.com/ruby/cgi/commit/caf1d0755d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/cgi/commit/caf1d0755d
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/cgi] gemspec: Explicitly empty executables list</title>
<updated>2021-04-22T02:51:37+00:00</updated>
<author>
<name>Olle Jonsson</name>
<email>olle.jonsson@gmail.com</email>
</author>
<published>2021-03-31T14:14:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2440d60acb8e8fbcad1f6943892556cf3a529d70'/>
<id>2440d60acb8e8fbcad1f6943892556cf3a529d70</id>
<content type='text'>
The gem exposes no executables

https://github.com/ruby/cgi/commit/cd7106ad97
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The gem exposes no executables

https://github.com/ruby/cgi/commit/cd7106ad97
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/cgi] handle invalid encoding</title>
<updated>2021-04-22T02:51:36+00:00</updated>
<author>
<name>pavel</name>
<email>pavel.rosicky@easy.cz</email>
</author>
<published>2020-03-13T17:55:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=27569383693a04907b50ec9170f9ebf164d01d0f'/>
<id>27569383693a04907b50ec9170f9ebf164d01d0f</id>
<content type='text'>
https://github.com/ruby/cgi/commit/2b1c2e21a4
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/cgi/commit/2b1c2e21a4
</pre>
</div>
</content>
</entry>
</feed>
