<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/spec/ruby/core/regexp, branch v3_0_7</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Use Integer instead of Fixnum/Bignum</title>
<updated>2020-12-20T16:19:55+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-12-20T16:16:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9c73c756244fa27ffa99d81dcc73a4ad14198002'/>
<id>9c73c756244fa27ffa99d81dcc73a4ad14198002</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>2.8 -&gt; 3.0 in specs</title>
<updated>2020-09-15T19:56:00+00:00</updated>
<author>
<name>Benoit Daloze</name>
<email>eregontp@gmail.com</email>
</author>
<published>2020-09-15T19:54:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1af0319fc88688bc5dd5e49eecdb8b534ead9991'/>
<id>1af0319fc88688bc5dd5e49eecdb8b534ead9991</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to ruby/spec@032ee74</title>
<updated>2020-05-03T10:28:29+00:00</updated>
<author>
<name>Benoit Daloze</name>
<email>eregontp@gmail.com</email>
</author>
<published>2020-05-03T10:28:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5aaa75e7c1f4b7912c10ffdcb1cac581e20eda39'/>
<id>5aaa75e7c1f4b7912c10ffdcb1cac581e20eda39</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to ruby/spec@ec84479</title>
<updated>2020-03-27T23:22:51+00:00</updated>
<author>
<name>Benoit Daloze</name>
<email>eregontp@gmail.com</email>
</author>
<published>2020-03-27T23:22:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f234d51eaba861edea925eabb564a0bee41b96a0'/>
<id>f234d51eaba861edea925eabb564a0bee41b96a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update version guard</title>
<updated>2020-01-15T01:50:53+00:00</updated>
<author>
<name>Kazuhiro NISHIYAMA</name>
<email>zn@mbf.nifty.com</email>
</author>
<published>2020-01-15T01:50:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ac93cf4ff85ef195e8f6f151091a86f449a0be7a'/>
<id>ac93cf4ff85ef195e8f6f151091a86f449a0be7a</id>
<content type='text'>
fix up 98ef38ada43338c073f50a0093196f0356284625
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix up 98ef38ada43338c073f50a0093196f0356284625
</pre>
</div>
</content>
</entry>
<entry>
<title>Freeze Regexp literals</title>
<updated>2020-01-15T01:38:47+00:00</updated>
<author>
<name>Jean Boussier</name>
<email>jean.boussier@gmail.com</email>
</author>
<published>2019-11-27T11:40:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=98ef38ada43338c073f50a0093196f0356284625'/>
<id>98ef38ada43338c073f50a0093196f0356284625</id>
<content type='text'>
[Feature #8948] [Feature #16377]

Since Regexp literals always reference the same instance,
allowing to mutate them can lead to state leak.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[Feature #8948] [Feature #16377]

Since Regexp literals always reference the same instance,
allowing to mutate them can lead to state leak.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Regexp#match{?} with nil raises TypeError as String, Symbol (#1506)"</title>
<updated>2019-12-03T21:40:54+00:00</updated>
<author>
<name>NARUSE, Yui</name>
<email>naruse@airemix.jp</email>
</author>
<published>2019-12-03T16:26:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8852fa876039ed177fd5e867f36177d8a9ff411c'/>
<id>8852fa876039ed177fd5e867f36177d8a9ff411c</id>
<content type='text'>
This reverts commit 2a22a6b2d8465934e75520a7fdcf522d50890caf.
Revert [Feature #13083]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 2a22a6b2d8465934e75520a7fdcf522d50890caf.
Revert [Feature #13083]
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Revert nil error and adding deprecation message"</title>
<updated>2019-12-03T21:40:54+00:00</updated>
<author>
<name>NARUSE, Yui</name>
<email>naruse@airemix.jp</email>
</author>
<published>2019-12-03T16:26:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=08074eb71229b4c9f669f7bfb215bbb43525bfc0'/>
<id>08074eb71229b4c9f669f7bfb215bbb43525bfc0</id>
<content type='text'>
This reverts commit 452bee3ee8d68059fabd9b1c7a75661b14e3933e.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 452bee3ee8d68059fabd9b1c7a75661b14e3933e.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Improve warning message"</title>
<updated>2019-12-03T21:40:54+00:00</updated>
<author>
<name>NARUSE, Yui</name>
<email>naruse@airemix.jp</email>
</author>
<published>2019-12-03T16:26:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a705f6472c3e34422776d886bbc9f98676d8c0eb'/>
<id>a705f6472c3e34422776d886bbc9f98676d8c0eb</id>
<content type='text'>
This reverts commit 31110d820cc1258cbc84b46ecc65b254c7d5529a.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 31110d820cc1258cbc84b46ecc65b254c7d5529a.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Fix warnings in Regexp#{match,match?} specs"</title>
<updated>2019-12-03T21:40:54+00:00</updated>
<author>
<name>NARUSE, Yui</name>
<email>naruse@airemix.jp</email>
</author>
<published>2019-12-03T16:26:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=34a66b1f36e9a065cf8433598b3fce03ce2c711e'/>
<id>34a66b1f36e9a065cf8433598b3fce03ce2c711e</id>
<content type='text'>
This reverts commit 782d1b8fb0a039cedef9ad9c94f432dad51901e6.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 782d1b8fb0a039cedef9ad9c94f432dad51901e6.
</pre>
</div>
</content>
</entry>
</feed>
