<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git, branch v3_2_6</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>bump teeny</title>
<updated>2024-10-30T09:47:11+00:00</updated>
<author>
<name>nagachika</name>
<email>nagachika@ruby-lang.org</email>
</author>
<published>2024-10-30T09:47:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=63aeb018eb1cc0f7b00f955980711fd1bd94af7f'/>
<id>63aeb018eb1cc0f7b00f955980711fd1bd94af7f</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) 70d20ce473952e3a2e5b0aa4a6884886517ee3cc:</title>
<updated>2024-10-28T04:31:57+00:00</updated>
<author>
<name>nagachika</name>
<email>nagachika@ruby-lang.org</email>
</author>
<published>2024-10-28T04:31:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d09b47ddf569aeb443e3fb07b380062e825d47fc'/>
<id>d09b47ddf569aeb443e3fb07b380062e825d47fc</id>
<content type='text'>
	Update bundled gems list
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	Update bundled gems list
</pre>
</div>
</content>
</entry>
<entry>
<title>merge revision(s) ce20367a0e2f1fcfabebf3b6bea732fc71fa79f7: [Backport #20500]</title>
<updated>2024-10-20T05:21:15+00:00</updated>
<author>
<name>nagachika</name>
<email>nagachika@ruby-lang.org</email>
</author>
<published>2024-10-20T05:21:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e55b1af2573eb21db57a06e5509f9868f288b583'/>
<id>e55b1af2573eb21db57a06e5509f9868f288b583</id>
<content type='text'>
	Define `incflags` also on mswin
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	Define `incflags` also on mswin
</pre>
</div>
</content>
</entry>
<entry>
<title>merge revision(s) bcb3247072e6973d0f6b50ca5fed238d5824bd28: [Backport #20500]</title>
<updated>2024-10-20T05:19:52+00:00</updated>
<author>
<name>nagachika</name>
<email>nagachika@ruby-lang.org</email>
</author>
<published>2024-10-20T05:19:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2fbae07c42f40ea43b4822e278cc92fb2415cb61'/>
<id>2fbae07c42f40ea43b4822e278cc92fb2415cb61</id>
<content type='text'>
	[Bug #19778] Pass additional include options to INCFLAGS in common.mk
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	[Bug #19778] Pass additional include options to INCFLAGS in common.mk
</pre>
</div>
</content>
</entry>
<entry>
<title>merge revision(s) 5fa6ba9568e87e43e08a4daeba1572254c589fb1: [Backport #20500]</title>
<updated>2024-10-20T04:56:22+00:00</updated>
<author>
<name>nagachika</name>
<email>nagachika@ruby-lang.org</email>
</author>
<published>2024-10-20T04:56:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f70e3254e067663e72e6d410370d231e4245e4f4'/>
<id>f70e3254e067663e72e6d410370d231e4245e4f4</id>
<content type='text'>
	[Bug #20500] Search non-default directories for jemalloc

	Co-Authored-by: lish82 (Hiroki Katagiri)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	[Bug #20500] Search non-default directories for jemalloc

	Co-Authored-by: lish82 (Hiroki Katagiri)
</pre>
</div>
</content>
</entry>
<entry>
<title>merge revision(s) 6118e8a47394409b53164b60e79fadf348b97db3, dc64448202299633a235f310b8bf2192263f274f: [Backport #20716]</title>
<updated>2024-10-18T04:57:08+00:00</updated>
<author>
<name>nagachika</name>
<email>nagachika@ruby-lang.org</email>
</author>
<published>2024-10-18T04:10:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=cb75fcef6feb126a67874109ce1503976a6f90cc'/>
<id>cb75fcef6feb126a67874109ce1503976a6f90cc</id>
<content type='text'>
	Fix method caching bug when including/prepend module A that prepends module B

	Fix by always adding the generated iclass to the subclasses list,
	otherwise the method cache for the iclass is not cleared when
	the method in the module is overwritten.

	Fixes [Bug #20716]

	Remove an unused variable
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	Fix method caching bug when including/prepend module A that prepends module B

	Fix by always adding the generated iclass to the subclasses list,
	otherwise the method cache for the iclass is not cleared when
	the method in the module is overwritten.

	Fixes [Bug #20716]

	Remove an unused variable
</pre>
</div>
</content>
</entry>
<entry>
<title>merge revision(s) 35e124832e29b65c84d4e0e4e434616859f9bdf5: [Backport #20755]</title>
<updated>2024-10-18T04:57:08+00:00</updated>
<author>
<name>nagachika</name>
<email>nagachika@ruby-lang.org</email>
</author>
<published>2024-10-18T04:03:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=087e4ed6cc9da9cfca1a107058905446ff474bd1'/>
<id>087e4ed6cc9da9cfca1a107058905446ff474bd1</id>
<content type='text'>
	[Bug #20755] Frozen string should not be writable via IO::Buffer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	[Bug #20755] Frozen string should not be writable via IO::Buffer
</pre>
</div>
</content>
</entry>
<entry>
<title>Disabled annocheck same as f5b6b3dba7b32dcd1f15c150dd78dce6c0d92b1e</title>
<updated>2024-10-18T03:59:30+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-10-01T02:39:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d85516eab59f932d65283572d0b9090005f60c20'/>
<id>d85516eab59f932d65283572d0b9090005f60c20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>.travis.yml: Drop all the pipelines due to jobs not starting.</title>
<updated>2024-10-18T03:59:30+00:00</updated>
<author>
<name>Jun Aruga</name>
<email>jaruga@redhat.com</email>
</author>
<published>2024-08-31T06:39:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4873bbd6cc25311fb477bb8fe823d2ea16299717'/>
<id>4873bbd6cc25311fb477bb8fe823d2ea16299717</id>
<content type='text'>
Remove `.travis.yml` as a temporary workaround.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove `.travis.yml` as a temporary workaround.
</pre>
</div>
</content>
</entry>
<entry>
<title>-l option of 7z is unknown switch with the `ubuntu-latest`.</title>
<updated>2024-10-18T03:59:30+00:00</updated>
<author>
<name>Hiroshi SHIBATA</name>
<email>hsbt@ruby-lang.org</email>
</author>
<published>2024-09-30T03:03:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=dcad0ad9097583f71eac2ece22ad527305dc7bee'/>
<id>dcad0ad9097583f71eac2ece22ad527305dc7bee</id>
<content type='text'>
https://github.com/ruby/actions/actions/runs/11095032727/job/30823174026#step:3:349
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/actions/actions/runs/11095032727/job/30823174026#step:3:349
</pre>
</div>
</content>
</entry>
</feed>
