<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/include/ruby/internal/encoding/encoding.h, 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>Allow compilation of C extensions with `-Wconversion`</title>
<updated>2024-05-28T05:33:07+00:00</updated>
<author>
<name>Mike Dalessio</name>
<email>mike.dalessio@gmail.com</email>
</author>
<published>2024-05-24T17:10:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1b8ba1551b26fac906998e34fd2af3f82b433469'/>
<id>1b8ba1551b26fac906998e34fd2af3f82b433469</id>
<content type='text'>
C extension maintainers can now compile with this warning option and
the Ruby header files will generate no warnings.

[Feature #20507]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
C extension maintainers can now compile with this warning option and
the Ruby header files will generate no warnings.

[Feature #20507]
</pre>
</div>
</content>
</entry>
<entry>
<title>Include coderange.h in encoding.h</title>
<updated>2024-04-18T18:50:20+00:00</updated>
<author>
<name>Peter Zhu</name>
<email>peter@peterzhu.ca</email>
</author>
<published>2024-04-17T17:36:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ea7975c59bce30fd6d48a068d089fb62d8f73ec7'/>
<id>ea7975c59bce30fd6d48a068d089fb62d8f73ec7</id>
<content type='text'>
ruby_coderange_type is defined in ruby/internal/encoding/coderange.h so
we need to include it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ruby_coderange_type is defined in ruby/internal/encoding/coderange.h so
we need to include it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Encoding#replicate</title>
<updated>2023-01-11T12:41:41+00:00</updated>
<author>
<name>Benoit Daloze</name>
<email>eregontp@gmail.com</email>
</author>
<published>2023-01-06T14:07:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=6abe20e87b74a5a672dc59f72fa1f550ceab430c'/>
<id>6abe20e87b74a5a672dc59f72fa1f550ceab430c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Add return values of rb_enc_mbcput</title>
<updated>2022-08-07T04:09:46+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-08-07T04:09:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=591ee9d068de174460f0e6fe81b36e7625b90f6c'/>
<id>591ee9d068de174460f0e6fe81b36e7625b90f6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Fix reference in rb_enc_associate() description</title>
<updated>2022-03-01T01:11:59+00:00</updated>
<author>
<name>Lars Kanis</name>
<email>lars@greiz-reinsdorf.de</email>
</author>
<published>2022-02-08T11:18:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=eebc24218af66befb215f6c713e4f68f9c4db715'/>
<id>eebc24218af66befb215f6c713e4f68f9c4db715</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rb_enc_code_to_mbclen: fix doxygen</title>
<updated>2021-11-11T02:45:19+00:00</updated>
<author>
<name>卜部昌平</name>
<email>shyouhei@ruby-lang.org</email>
</author>
<published>2021-11-11T02:33:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ad84c5d1b047604cc36a12d388ff2caa1da954c1'/>
<id>ad84c5d1b047604cc36a12d388ff2caa1da954c1</id>
<content type='text'>
Wrong parameter name. [ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Wrong parameter name. [ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>RB_ENCODING_SET_INLINED: fix doxygen</title>
<updated>2021-11-11T02:45:19+00:00</updated>
<author>
<name>卜部昌平</name>
<email>shyouhei@ruby-lang.org</email>
</author>
<published>2021-11-11T02:29:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4b3830127f794e70187ca2986199947b2467b46f'/>
<id>4b3830127f794e70187ca2986199947b2467b46f</id>
<content type='text'>
Wrong parameter name. [ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Wrong parameter name. [ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>ENCODING_MASK: fix doxygen link [ci skip]</title>
<updated>2021-11-11T02:45:19+00:00</updated>
<author>
<name>卜部昌平</name>
<email>shyouhei@ruby-lang.org</email>
</author>
<published>2021-11-11T02:18:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a4a6e5cd2e69049c9e9296e597a429f849fbe749'/>
<id>a4a6e5cd2e69049c9e9296e597a429f849fbe749</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove duplicate type qualifiers</title>
<updated>2021-10-06T05:01:43+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-10-06T04:54:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=702a58e9e5b20a2450e753227112842bea8e7df6'/>
<id>702a58e9e5b20a2450e753227112842bea8e7df6</id>
<content type='text'>
`rb_encoding` is defined as `const OnigEncodingType`.
Fix lots of C4114 warnings for each files by MSVC.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`rb_encoding` is defined as `const OnigEncodingType`.
Fix lots of C4114 warnings for each files by MSVC.
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust types to rb_enc_left_char_head</title>
<updated>2021-10-05T08:14:29+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-10-05T08:14:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=cd182c5ee14c7a799a0ce422021d6ecb6a0b166e'/>
<id>cd182c5ee14c7a799a0ce422021d6ecb6a0b166e</id>
<content type='text'>
I dislike unnatural casts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I dislike unnatural casts.
</pre>
</div>
</content>
</entry>
</feed>
