<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/internal/error.h, 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's -Wsuggest-attribute=format</title>
<updated>2021-09-10T11:00:06+00:00</updated>
<author>
<name>卜部昌平</name>
<email>shyouhei@ruby-lang.org</email>
</author>
<published>2021-09-09T05:05:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=dddc618d3076de2c1b27d01f106bf0bf126d4677'/>
<id>dddc618d3076de2c1b27d01f106bf0bf126d4677</id>
<content type='text'>
I was not aware of this because I use clang these days.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I was not aware of this because I use clang these days.
</pre>
</div>
</content>
</entry>
<entry>
<title>internal/*.h: skip doxygen</title>
<updated>2021-09-10T11:00:06+00:00</updated>
<author>
<name>卜部昌平</name>
<email>shyouhei@ruby-lang.org</email>
</author>
<published>2021-06-08T00:40:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=daf0c04a47e5aaede2f2a3e3663148dff96ff770'/>
<id>daf0c04a47e5aaede2f2a3e3663148dff96ff770</id>
<content type='text'>
These contents are purely implementation details, not worth appearing in
CAPI documents. [ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These contents are purely implementation details, not worth appearing in
CAPI documents. [ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>Add RBIMPL_TODO</title>
<updated>2021-08-20T06:18:12+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-08-20T00:37:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=371bb4eaddf5d6d8aaab56173649da22378bbbae'/>
<id>371bb4eaddf5d6d8aaab56173649da22378bbbae</id>
<content type='text'>
Make `RUBY_VERSION_SINCE` and `RUBY_VERSION_BEFORE` to take major
and minor numbers so usable also in preprocessor directives.  Old
macros are renamed with "STRING".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make `RUBY_VERSION_SINCE` and `RUBY_VERSION_BEFORE` to take major
and minor numbers so usable also in preprocessor directives.  Old
macros are renamed with "STRING".
</pre>
</div>
</content>
</entry>
<entry>
<title>Specify version to remove as bare numbers</title>
<updated>2021-06-30T01:47:01+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-01-07T07:40:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=94bd3bde8181b9abbd0b55f1382268dc78be2c37'/>
<id>94bd3bde8181b9abbd0b55f1382268dc78be2c37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure that version number starts with digits</title>
<updated>2021-06-30T01:47:01+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-01-07T07:35:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=21600a5f643d7edb3ce76e0257b92848ee86568e'/>
<id>21600a5f643d7edb3ce76e0257b92848ee86568e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Show the removal version</title>
<updated>2021-06-30T01:47:01+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-12-28T10:17:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0b726924a4ac6a09b33d0f7d082c30d667b7564e'/>
<id>0b726924a4ac6a09b33d0f7d082c30d667b7564e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rb_warn_deprecated_to_remove_at [Feature #17432]</title>
<updated>2021-06-30T01:47:01+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-12-22T07:37:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8118d435d000adec3023a0ff509baa11cc73fabb'/>
<id>8118d435d000adec3023a0ff509baa11cc73fabb</id>
<content type='text'>
At compilation time with RUBY_DEBUG enabled, check if the removal
version has been reached.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
At compilation time with RUBY_DEBUG enabled, check if the removal
version has been reached.
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch rb_category_warn{,ing} to accept an rb_warning_category_t</title>
<updated>2020-12-18T17:54:11+00:00</updated>
<author>
<name>Jeremy Evans</name>
<email>code@jeremyevans.net</email>
</author>
<published>2020-12-16T16:15:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=52fb696ee7d01b1d55a1d5c42c60c6a5ebfc4502'/>
<id>52fb696ee7d01b1d55a1d5c42c60c6a5ebfc4502</id>
<content type='text'>
Since we decided to only allowing specific warning categories,
there is no reason to have an API that accepts a general string,
as it is more error-prone.  Switch to only allowing the specific
warning categories.

As rb_category_warn{,ing} are public API, this requires making
rb_warning_category_t public API as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we decided to only allowing specific warning categories,
there is no reason to have an API that accepts a general string,
as it is more error-prone.  Switch to only allowing the specific
warning categories.

As rb_category_warn{,ing} are public API, this requires making
rb_warning_category_t public API as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable deprecation warning by the default [Feature #16345]</title>
<updated>2020-09-25T00:50:33+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2020-08-31T05:58:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=996af2ce086249e904b2ce95ab2fcd1de7d757be'/>
<id>996af2ce086249e904b2ce95ab2fcd1de7d757be</id>
<content type='text'>
And `-w` option turns it on.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And `-w` option turns it on.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #3047 from mame/suppress-backtrace</title>
<updated>2020-05-14T16:22:56+00:00</updated>
<author>
<name>Yusuke Endoh</name>
<email>mame@ruby-lang.org</email>
</author>
<published>2020-05-14T16:22:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=39365b46e250162f278cb36aa148bc2a92b1b84a'/>
<id>39365b46e250162f278cb36aa148bc2a92b1b84a</id>
<content type='text'>
Add `--suppress-backtrace=num` option to limit the backtrace length</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add `--suppress-backtrace=num` option to limit the backtrace length</pre>
</div>
</content>
</entry>
</feed>
