<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/gc.rb, branch v3_4_9</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[DOC] Fix to GC.config docs</title>
<updated>2024-12-20T19:51:53+00:00</updated>
<author>
<name>Matt Valentine-House</name>
<email>matt@eightbitraptor.com</email>
</author>
<published>2024-12-20T19:48:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=aa360c3bee359f456d2f72dfa1bc9767074587ae'/>
<id>aa360c3bee359f456d2f72dfa1bc9767074587ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Document the :implementation key of GC.config</title>
<updated>2024-12-20T19:47:01+00:00</updated>
<author>
<name>Matt Valentine-House</name>
<email>matt@eightbitraptor.com</email>
</author>
<published>2024-12-20T16:30:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=07724d7b6f96f3758c64d7cede3c72b5b317e41e'/>
<id>07724d7b6f96f3758c64d7cede3c72b5b317e41e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix grammar errors and typos in gc.rb</title>
<updated>2024-11-18T15:04:50+00:00</updated>
<author>
<name>Stan Lo</name>
<email>stan.lo@shopify.com</email>
</author>
<published>2024-11-15T20:27:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4a7ac694e521b33c4952e57c29909b4a9ac3a67c'/>
<id>4a7ac694e521b33c4952e57c29909b4a9ac3a67c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rb_raise when attempting to set the GC implementation name</title>
<updated>2024-11-14T10:46:36+00:00</updated>
<author>
<name>Matt Valentine-House</name>
<email>matt@eightbitraptor.com</email>
</author>
<published>2024-11-11T12:04:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=42501015b4ffac67671cc5e1daedbacf5840d71b'/>
<id>42501015b4ffac67671cc5e1daedbacf5840d71b</id>
<content type='text'>
Instead of silently ignoring the key, we should raise to clearly tell
the user that this key is read-only.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of silently ignoring the key, we should raise to clearly tell
the user that this key is read-only.
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Improve docs for GC.latest_gc_info</title>
<updated>2024-09-19T16:10:27+00:00</updated>
<author>
<name>Peter Zhu</name>
<email>peter@peterzhu.ca</email>
</author>
<published>2024-09-18T15:40:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d9981beb40ae9ed4fdce788ed629b94a75f2761b'/>
<id>d9981beb40ae9ed4fdce788ed629b94a75f2761b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Escape the word GC in GC.config</title>
<updated>2024-09-18T20:47:59+00:00</updated>
<author>
<name>Peter Zhu</name>
<email>peter@peterzhu.ca</email>
</author>
<published>2024-09-18T14:40:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=984a791d58ec4350d62714a2d063c1bb54707bb6'/>
<id>984a791d58ec4350d62714a2d063c1bb54707bb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move more of GC.latest_gc_info into Ruby</title>
<updated>2024-09-18T16:58:05+00:00</updated>
<author>
<name>Peter Zhu</name>
<email>peter@peterzhu.ca</email>
</author>
<published>2024-09-17T14:33:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f8e1c93fe1433b039caa48f87440a938781c00fc'/>
<id>f8e1c93fe1433b039caa48f87440a938781c00fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change rb_gc_impl_get_measure_total_time to return a bool</title>
<updated>2024-09-18T14:18:47+00:00</updated>
<author>
<name>Peter Zhu</name>
<email>peter@peterzhu.ca</email>
</author>
<published>2024-09-17T14:55:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5df5eba465762880e50fb17bffb5ab8030fd5557'/>
<id>5df5eba465762880e50fb17bffb5ab8030fd5557</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make rb_gc_impl_set_measure_total_time return void</title>
<updated>2024-09-17T20:35:52+00:00</updated>
<author>
<name>Peter Zhu</name>
<email>peter@peterzhu.ca</email>
</author>
<published>2024-09-17T14:41:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5307c65c76774f8a5964ccdb8ed94412962b5eaa'/>
<id>5307c65c76774f8a5964ccdb8ed94412962b5eaa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename rb_gc_impl_get_profile_total_time to rb_gc_impl_get_total_time</title>
<updated>2024-09-17T19:22:43+00:00</updated>
<author>
<name>Peter Zhu</name>
<email>peter@peterzhu.ca</email>
</author>
<published>2024-09-17T15:41:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=dc61c7fc7d64e9ad75f7e0ce0239d04a807f78d7'/>
<id>dc61c7fc7d64e9ad75f7e0ce0239d04a807f78d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
