<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/rdoc/ri, 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] Delay DidYouMean until NotFoundError#message is called</title>
<updated>2023-10-17T11:07:57+00:00</updated>
<author>
<name>tompng</name>
<email>tomoyapenguin@gmail.com</email>
</author>
<published>2023-09-11T17:53:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=2a8ac8ead5d4deb4fcef8f3c13c521eded2301c4'/>
<id>2a8ac8ead5d4deb4fcef8f3c13c521eded2301c4</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/b59ca2f981
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/b59ca2f981
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Auto-correct trailing new lines</title>
<updated>2023-06-03T01:42:29+00:00</updated>
<author>
<name>Vinicius Stock</name>
<email>stock@hey.com</email>
</author>
<published>2023-06-02T22:56:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=a4d92475f69f0ca3dba0f497253e600c7f90a0ad'/>
<id>a4d92475f69f0ca3dba0f497253e600c7f90a0ad</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/4b68c0728a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/4b68c0728a
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Delay `require "readline"` in case the terminal is in raw mode </title>
<updated>2022-10-27T08:16:06+00:00</updated>
<author>
<name>Shugo Maeda</name>
<email>shugo@ruby-lang.org</email>
</author>
<published>2022-10-27T01:29:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5129ca3e056e1ce3189ba39fa311d4d687b97b45'/>
<id>5129ca3e056e1ce3189ba39fa311d4d687b97b45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Remove unused abbrev require</title>
<updated>2022-10-06T01:04:41+00:00</updated>
<author>
<name>Daniel Colson</name>
<email>danieljamescolson@gmail.com</email>
</author>
<published>2022-10-06T00:51:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3e84290213a86eff5e50ddf92a9b136a5034ac05'/>
<id>3e84290213a86eff5e50ddf92a9b136a5034ac05</id>
<content type='text'>
This library originally used `abbrev` to expand abbreviations into
fully-qualified classes, but that was replaced in
https://github.com/ruby/rdoc/commit/f9ffe6684e2afeac65c62bf1a5a2fce729f21001

`abbrev` is no longer used anywhere, so this commit removes the require.

https://github.com/ruby/rdoc/commit/b76775f27d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This library originally used `abbrev` to expand abbreviations into
fully-qualified classes, but that was replaced in
https://github.com/ruby/rdoc/commit/f9ffe6684e2afeac65c62bf1a5a2fce729f21001

`abbrev` is no longer used anywhere, so this commit removes the require.

https://github.com/ruby/rdoc/commit/b76775f27d
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Remove dead code</title>
<updated>2022-06-28T12:24:59+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-06-28T11:18:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5ccdcd81685cfedd31344690fdb0fd9fc001e3ca'/>
<id>5ccdcd81685cfedd31344690fdb0fd9fc001e3ca</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/f727854bd5
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/f727854bd5
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Use command array form of `IO.popen` always</title>
<updated>2022-06-04T11:32:27+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-06-04T11:32:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5460675bbc5b56b422fce686493f87927620b8df'/>
<id>5460675bbc5b56b422fce686493f87927620b8df</id>
<content type='text'>
So that an exception raises by non-existent command, not via shell.

https://github.com/ruby/rdoc/commit/fd94dce69d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So that an exception raises by non-existent command, not via shell.

https://github.com/ruby/rdoc/commit/fd94dce69d
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Remove `RDoc::RI::Driver#in_path?`</title>
<updated>2022-06-04T07:42:10+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-06-04T07:14:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=9a7be959b1bf9a43e3436246a29db3a4d0f3f352'/>
<id>9a7be959b1bf9a43e3436246a29db3a4d0f3f352</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/83051403d6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/83051403d6
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Stop checking if pager command found</title>
<updated>2022-06-04T07:42:08+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-06-04T05:39:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=323acd263aff3cc29786a55d4604f240a9cbab46'/>
<id>323acd263aff3cc29786a55d4604f240a9cbab46</id>
<content type='text'>
`IO.popen` does that job.

https://github.com/ruby/rdoc/commit/3bbbc5ac84
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`IO.popen` does that job.

https://github.com/ruby/rdoc/commit/3bbbc5ac84
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Remove never used win32console</title>
<updated>2022-06-04T07:40:19+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2022-06-04T07:21:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=76479de159591a9e1dad256d908368c9dd17dad9'/>
<id>76479de159591a9e1dad256d908368c9dd17dad9</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/47a1aef447
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/47a1aef447
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Fix a typo [ci skip]</title>
<updated>2022-04-25T01:14:55+00:00</updated>
<author>
<name>Kazuhiro NISHIYAMA</name>
<email>zn@mbf.nifty.com</email>
</author>
<published>2022-04-25T00:48:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=392c952ab26797d130ff95aab84ecaac02978ec6'/>
<id>392c952ab26797d130ff95aab84ecaac02978ec6</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/b42c4a2fe2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/b42c4a2fe2
</pre>
</div>
</content>
</entry>
</feed>
