<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/cgi/util.rb, branch v3_3_11</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.4.2</title>
<updated>2025-03-08T07:27:22+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2025-02-26T09:14:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ecb9f7ef372c70c3e4fa81a5002533814a94aa86'/>
<id>ecb9f7ef372c70c3e4fa81a5002533814a94aa86</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 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] doc: fix method name</title>
<updated>2023-10-14T16:46:14+00:00</updated>
<author>
<name>Alexandre ZANNI</name>
<email>16578570+noraj@users.noreply.github.com</email>
</author>
<published>2023-10-14T12:16:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7865cebfb7a113ed87409a41424c4fd617dee67c'/>
<id>7865cebfb7a113ed87409a41424c4fd617dee67c</id>
<content type='text'>
there was probably a copy paste mistake in the example of unescapeURIComponent (copied from unescape)

https://github.com/ruby/cgi/commit/f8fb627e90
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
there was probably a copy paste mistake in the example of unescapeURIComponent (copied from unescape)

https://github.com/ruby/cgi/commit/f8fb627e90
</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>
<entry>
<title>[ruby/cgi] Implement `CGI.url_encode` and `CGI.url_decode`</title>
<updated>2022-08-16T10:12:03+00:00</updated>
<author>
<name>Jean Boussier</name>
<email>jean.boussier@gmail.com</email>
</author>
<published>2022-06-09T10:07:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3850113e20b8c031529fc79de7202f61604425dd'/>
<id>3850113e20b8c031529fc79de7202f61604425dd</id>
<content type='text'>
[Feature #18822]

Ruby is somewhat missing an RFC 3986 compliant escape method.

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

Ruby is somewhat missing an RFC 3986 compliant escape method.

https://github.com/ruby/cgi/commit/c2729c7f33
</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] 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>
<entry>
<title>change call CGI methods from :: to .</title>
<updated>2019-08-04T00:19:30+00:00</updated>
<author>
<name>Semyon Pupkov</name>
<email>mail@semyonpupkov.com</email>
</author>
<published>2017-11-13T09:48:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4173258fd0413c49ef07d54bc9654bba7e497e89'/>
<id>4173258fd0413c49ef07d54bc9654bba7e497e89</id>
<content type='text'>
Closes: https://github.com/ruby/ruby/pull/1749
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes: https://github.com/ruby/ruby/pull/1749
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/cgi/util.rb: use require</title>
<updated>2018-11-03T05:29:02+00:00</updated>
<author>
<name>nobu</name>
<email>nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2018-11-03T05:29:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=6b1e425144518c336ed220115a4e8e599235dd48'/>
<id>6b1e425144518c336ed220115a4e8e599235dd48</id>
<content type='text'>
* lib/cgi/util.rb: reverted r65505.  require_relative does not
  work for cgi/escape.so, as extension libraries are placed in
  other directories than ruby libraries.  [Bug #15206]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lib/cgi/util.rb: reverted r65505.  require_relative does not
  work for cgi/escape.so, as extension libraries are placed in
  other directories than ruby libraries.  [Bug #15206]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/*: Prefer require_relative over require.</title>
<updated>2018-11-02T17:52:33+00:00</updated>
<author>
<name>marcandre</name>
<email>marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2018-11-02T17:52:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e859e668d2eb59f34ad18edb7458ce90076617e9'/>
<id>e859e668d2eb59f34ad18edb7458ce90076617e9</id>
<content type='text'>
[#15206] [Fix GH-1976]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[#15206] [Fix GH-1976]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
</feed>
