<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/template/prelude.c.tmpl, branch v3_2_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>Suppress gcc 15 unterminated-string-initialization warnings</title>
<updated>2025-07-24T05:39:20+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-04-30T09:35:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e26e8423b5b8a375a8fd6412a99eb6a8cc73cf2c'/>
<id>e26e8423b5b8a375a8fd6412a99eb6a8cc73cf2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Follow up "Rework `first_lineno` to be `int`."</title>
<updated>2022-10-28T10:33:19+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-10-28T10:33:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9b462aec4af0fbf9d82cbd3efe1d2cfe15f5e539'/>
<id>9b462aec4af0fbf9d82cbd3efe1d2cfe15f5e539</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support sub-library in builtin-loader</title>
<updated>2022-09-09T06:47:24+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-09-09T05:13:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9faa9ced9640d23fc5dc1efd635f6b8ebc1a3ceb'/>
<id>9faa9ced9640d23fc5dc1efd635f6b8ebc1a3ceb</id>
<content type='text'>
Previously, it was supported in prelude.c, but has not followed up the
builtin-loader system.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, it was supported in prelude.c, but has not followed up the
builtin-loader system.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move RDoc `--`/`++` directives to comments</title>
<updated>2022-09-09T05:23:39+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-09-09T02:52:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=be560332484c8893bec004f1250e48edcd4720e0'/>
<id>be560332484c8893bec004f1250e48edcd4720e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Expand tabs [ci skip]</title>
<updated>2022-07-21T16:42:04+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2022-07-21T16:23:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5b21e94bebed90180d8ff63dad03b8b948361089'/>
<id>5b21e94bebed90180d8ff63dad03b8b948361089</id>
<content type='text'>
[Misc #18891]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[Misc #18891]
</pre>
</div>
</content>
</entry>
<entry>
<title>Use rb_cObject instead of rb_cData</title>
<updated>2021-12-31T01:53:54+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-12-30T14:32:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=93591d31b07ca6c644b6322ed2936b455cfa0b84'/>
<id>93591d31b07ca6c644b6322ed2936b455cfa0b84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Feature #18290] Remove all usages of rb_gc_force_recycle</title>
<updated>2021-11-08T19:05:54+00:00</updated>
<author>
<name>Peter Zhu</name>
<email>peter@peterzhu.ca</email>
</author>
<published>2021-11-05T13:51:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=aeae6e2842e1702dfb89b8ae69b48c4f5f64c662'/>
<id>aeae6e2842e1702dfb89b8ae69b48c4f5f64c662</id>
<content type='text'>
This commit removes usages of rb_gc_force_recycle since it is a burden
to maintain and makes changes to the GC difficult.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit removes usages of rb_gc_force_recycle since it is a burden
to maintain and makes changes to the GC difficult.
</pre>
</div>
</content>
</entry>
<entry>
<title>prelude.c.tmpl: strip comment-only or empty lines at the beginning</title>
<updated>2021-06-06T13:45:37+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-06-06T13:45:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2e972406174ebf0c5ddc8d819fd76c1cef5e7b23'/>
<id>2e972406174ebf0c5ddc8d819fd76c1cef5e7b23</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>check isolated Proc more strictly</title>
<updated>2020-10-29T14:42:55+00:00</updated>
<author>
<name>Koichi Sasada</name>
<email>ko1@atdot.net</email>
</author>
<published>2020-10-23T04:27:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=07c03bc30984a496558d9e830bc4fb2f8cfb1854'/>
<id>07c03bc30984a496558d9e830bc4fb2f8cfb1854</id>
<content type='text'>
Isolated Proc prohibit to access outer local variables, but it was
violated by binding and so on, so they should be error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Isolated Proc prohibit to access outer local variables, but it was
violated by binding and so on, so they should be error.
</pre>
</div>
</content>
</entry>
<entry>
<title>template/prelude.c.tmpl: suppress clang-12 warning</title>
<updated>2020-08-11T07:51:07+00:00</updated>
<author>
<name>卜部昌平</name>
<email>shyouhei@ruby-lang.org</email>
</author>
<published>2020-08-11T02:45:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5af983af4f7722845f73b426cb33b7ba91a1c47c'/>
<id>5af983af4f7722845f73b426cb33b7ba91a1c47c</id>
<content type='text'>
Clang 12 warns "suspicious concatenation of string literals in an array
initialization", which is rather annoying than useful in this context.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clang 12 warns "suspicious concatenation of string literals in an array
initialization", which is rather annoying than useful in this context.
</pre>
</div>
</content>
</entry>
</feed>
