<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/include/ruby/internal/encoding/encoding.h, branch v3_3_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<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>
<entry>
<title>rb_enc_left_char_head(): take void*</title>
<updated>2021-10-05T05:18:23+00:00</updated>
<author>
<name>卜部昌平</name>
<email>shyouhei@ruby-lang.org</email>
</author>
<published>2021-10-05T02:39:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f032c09bca96d82ce5fe935c99afed4c3fc2dbea'/>
<id>f032c09bca96d82ce5fe935c99afed4c3fc2dbea</id>
<content type='text'>
Nobu doesn't like (char*) cast.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Nobu doesn't like (char*) cast.
</pre>
</div>
</content>
</entry>
<entry>
<title>include/ruby/encoding.h: convert macros into inline functions</title>
<updated>2021-10-05T05:18:23+00:00</updated>
<author>
<name>卜部昌平</name>
<email>shyouhei@ruby-lang.org</email>
</author>
<published>2021-09-29T03:58:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5112a548467e04ebdb386f0cc7bacb29f38d3fd2'/>
<id>5112a548467e04ebdb386f0cc7bacb29f38d3fd2</id>
<content type='text'>
Less macros == huge win.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Less macros == huge win.
</pre>
</div>
</content>
</entry>
</feed>
