<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/rdoc/parser/c.rb, 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>[ruby/rdoc] [DOC] Add missing documents</title>
<updated>2023-12-15T15:26:37+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-12-15T10:35:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e15d690db147fb059a48f87bf639fdf0c006a22b'/>
<id>e15d690db147fb059a48f87bf639fdf0c006a22b</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/e4c90340d0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/e4c90340d0
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Only word-ending colon separates new definition</title>
<updated>2023-12-06T09:35:44+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-12-06T09:09:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e03e872eea75ee63672c755dccc340a1f6042fce'/>
<id>e03e872eea75ee63672c755dccc340a1f6042fce</id>
<content type='text'>
When followed by non-space characters, rather it looks like a URL or a
path name on Windows.

https://github.com/ruby/rdoc/commit/72c6560773
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When followed by non-space characters, rather it looks like a URL or a
path name on Windows.

https://github.com/ruby/rdoc/commit/72c6560773
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Needs more backslash to match escaping backslashs</title>
<updated>2023-12-06T09:35:43+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-12-06T08:37:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=379f06797d563084ed28f397419f97b7d2e01d87'/>
<id>379f06797d563084ed28f397419f97b7d2e01d87</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/1904e9076d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/1904e9076d
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Allow any single-word token upto 2 before C method implementation</title>
<updated>2023-12-05T08:48:19+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-12-05T04:22:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=113f5d7fd79f2b7dd72a2f748dee475ad793a743'/>
<id>113f5d7fd79f2b7dd72a2f748dee475ad793a743</id>
<content type='text'>
Previously only unknown word `intern` is allowed between a single-word
token before a C method.  Now any single-word token, such as `inline`
which is used for `ArithmeticSequence` in enumerator.c, is allowed
instead.

https://github.com/ruby/rdoc/commit/3a214c1dd1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously only unknown word `intern` is allowed between a single-word
token before a C method.  Now any single-word token, such as `inline`
which is used for `ArithmeticSequence` in enumerator.c, is allowed
instead.

https://github.com/ruby/rdoc/commit/3a214c1dd1
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Reduce matched substring allocations</title>
<updated>2023-12-05T08:48:18+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-12-05T04:22:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=c0baa3783f1f43072128cb90339a2d00e03dde1c'/>
<id>c0baa3783f1f43072128cb90339a2d00e03dde1c</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/aaed688a97
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/aaed688a97
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Pull up handle_tab_width to RDoc::Parser</title>
<updated>2022-11-27T16:35:07+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-12-08T14:48:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1b67c58f41a9387d762afffa09c27ced8245c0f6'/>
<id>1b67c58f41a9387d762afffa09c27ced8245c0f6</id>
<content type='text'>
To share with the duplicate code in RDoc::Parser::Ruby#initialize.

https://github.com/ruby/rdoc/commit/27829ac119
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To share with the duplicate code in RDoc::Parser::Ruby#initialize.

https://github.com/ruby/rdoc/commit/27829ac119
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Support attributes defined by `rb_struct_define`</title>
<updated>2022-06-28T11:17:30+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-06-28T10:40:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=131422ceea4e1970e68907c337976b898a797d8a'/>
<id>131422ceea4e1970e68907c337976b898a797d8a</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/854b370763
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/854b370763
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Parse also InitVM-prefixed functions</title>
<updated>2022-06-28T05:51:49+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-06-28T05:29:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=51be2cf6d23466e173ad66eac9a4b3ae32097cc4'/>
<id>51be2cf6d23466e173ad66eac9a4b3ae32097cc4</id>
<content type='text'>
Initialization depending on VM is separated.

https://github.com/ruby/rdoc/commit/030d10fccd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Initialization depending on VM is separated.

https://github.com/ruby/rdoc/commit/030d10fccd
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] [DOC] Undocument internal constants [ci skip]</title>
<updated>2022-06-07T02:44:58+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-06-07T02:44:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=082c2d1b053280890d5b670a2a3f87540dfe4dcf'/>
<id>082c2d1b053280890d5b670a2a3f87540dfe4dcf</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/6d7bf24bb8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/6d7bf24bb8
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Allow boolean arguments to `rb_attr` and `rb_define_attr`</title>
<updated>2022-06-07T01:42:10+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-06-07T00:18:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=dbfb3b1917dbe89816ffeea6046d2743c32bf6b6'/>
<id>dbfb3b1917dbe89816ffeea6046d2743c32bf6b6</id>
<content type='text'>
Currently only literal `0` and `1` are accepted as `read`/`write`
flags.
This patch allows other boolean arguments, C macros (`FALSE`/`TRUE`),
Ruby `VALUE`s (`Qfalse`/`Qtrue`), and C99 `bool`s (`false`/`true`), as
well.

https://github.com/ruby/rdoc/commit/169dc02e3c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently only literal `0` and `1` are accepted as `read`/`write`
flags.
This patch allows other boolean arguments, C macros (`FALSE`/`TRUE`),
Ruby `VALUE`s (`Qfalse`/`Qtrue`), and C99 `bool`s (`false`/`true`), as
well.

https://github.com/ruby/rdoc/commit/169dc02e3c
</pre>
</div>
</content>
</entry>
</feed>
