<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/doc/.document, branch master</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[DOC] Doc for file-system timestamps (#16722)</title>
<updated>2026-04-14T12:23:18+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2026-04-14T12:23:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=ace687e261ef34c103cc3f0f9380394b660ea319'/>
<id>ace687e261ef34c103cc3f0f9380394b660ea319</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 strscan to doc/.document</title>
<updated>2026-03-22T19:22:47+00:00</updated>
<author>
<name>Peter Zhu</name>
<email>peter@peterzhu.ca</email>
</author>
<published>2026-03-21T00:59:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f8459601271ebbc5e1efb101387da955ed1faabb'/>
<id>f8459601271ebbc5e1efb101387da955ed1faabb</id>
<content type='text'>
We need the documentation for strscan to be generated in RDoc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We need the documentation for strscan to be generated in RDoc.
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Simplify doc setup (#16393)</title>
<updated>2026-03-15T12:47:51+00:00</updated>
<author>
<name>Stan Lo</name>
<email>stan001212@gmail.com</email>
</author>
<published>2026-03-15T12:47:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=6297a3bbbd4899c4593bd9a1f65e59ec4eb7999f'/>
<id>6297a3bbbd4899c4593bd9a1f65e59ec4eb7999f</id>
<content type='text'>
* Remove stale entries from `.document` files

`doc/.document` referenced two non-existent directories (`date`, `rdoc`).

`ext/.document` referenced eight extensions that have been moved to
gems: bigdecimal, fiddle, monitor, nkf, racc, readline, syslog, and
win32ole.

These entries were silently ignored by RDoc. Verified that generated
HTML is identical before and after removal.

* Remove outdated and obsolete doc files

- `doc/yarvarch.en`: placeholder with just "maybe writing."
- `doc/yarvarch.ja`: 2005-era YARV design doc, predates Ruby 2.0
- `doc/forwardable.rd.ja`: old `.rd` format, not referenced anywhere
- `README.EXT`, `README.EXT.ja`: redirect stubs pointing to
  `doc/extension.rdoc` since ~2015, with no live references

None of these files matched the `doc/.document` patterns so they were
never included in generated documentation.

* Remove redundant `charset` and `encoding` from `.rdoc_options`

RDoc defaults to UTF-8 encoding and its own source says "`encoding` is
preferred over `charset`". Both were set to UTF-8, matching the
default, so neither is needed.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove stale entries from `.document` files

`doc/.document` referenced two non-existent directories (`date`, `rdoc`).

`ext/.document` referenced eight extensions that have been moved to
gems: bigdecimal, fiddle, monitor, nkf, racc, readline, syslog, and
win32ole.

These entries were silently ignored by RDoc. Verified that generated
HTML is identical before and after removal.

* Remove outdated and obsolete doc files

- `doc/yarvarch.en`: placeholder with just "maybe writing."
- `doc/yarvarch.ja`: 2005-era YARV design doc, predates Ruby 2.0
- `doc/forwardable.rd.ja`: old `.rd` format, not referenced anywhere
- `README.EXT`, `README.EXT.ja`: redirect stubs pointing to
  `doc/extension.rdoc` since ~2015, with no live references

None of these files matched the `doc/.document` patterns so they were
never included in generated documentation.

* Remove redundant `charset` and `encoding` from `.rdoc_options`

RDoc defaults to UTF-8 encoding and its own source says "`encoding` is
preferred over `charset`". Both were set to UTF-8, matching the
default, so neither is needed.</pre>
</div>
</content>
</entry>
<entry>
<title>Reorganize page documentations (#15154)</title>
<updated>2025-11-27T20:12:24+00:00</updated>
<author>
<name>Stan Lo</name>
<email>stan001212@gmail.com</email>
</author>
<published>2025-11-27T20:12:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4cd6661e1853930c8002174c4ccd14f927fcd33b'/>
<id>4cd6661e1853930c8002174c4ccd14f927fcd33b</id>
<content type='text'>
Re-organize page docs</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Re-organize page docs</pre>
</div>
</content>
</entry>
<entry>
<title>[Misc #21688] [DOC] Include box.md in Ruby::Box documentation</title>
<updated>2025-11-23T10:04:17+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-11-23T10:04:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=1738255f6d6c5e9c419e6951a07f59b3a73dfaf5'/>
<id>1738255f6d6c5e9c419e6951a07f59b3a73dfaf5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[Feature #21116] Extract RJIT as a third-party gem</title>
<updated>2025-02-13T09:01:03+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2025-02-13T06:59:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4a67ef09ccd703047552b740431cfe15e32451f4'/>
<id>4a67ef09ccd703047552b740431cfe15e32451f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add date to doc/.document</title>
<updated>2024-12-15T06:30:45+00:00</updated>
<author>
<name>Stan Lo</name>
<email>stan.lo@shopify.com</email>
</author>
<published>2024-12-14T18:38:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e08e168a57dde3b76d3de380fa167e58fce6acdd'/>
<id>e08e168a57dde3b76d3de380fa167e58fce6acdd</id>
<content type='text'>
Otherwise, dozens of links to date/calendars.rdoc will still be broken
after https://github.com/ruby/date/pull/113
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise, dozens of links to date/calendars.rdoc will still be broken
after https://github.com/ruby/date/pull/113
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Ruby command-line options (#10138)</title>
<updated>2024-03-06T20:10:24+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2024-03-06T20:10:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=16ec54ec4177f959b6912745460fd6a96d906d82'/>
<id>16ec54ec4177f959b6912745460fd6a96d906d82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Doc for field processing (#10008)</title>
<updated>2024-02-21T20:42:23+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2024-02-21T20:42:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=fce780473c10bc06422f00c4a2b41c516f494a02'/>
<id>fce780473c10bc06422f00c4a2b41c516f494a02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>RJIT: Clean up unnecessary documentation</title>
<updated>2023-12-22T00:47:13+00:00</updated>
<author>
<name>Takashi Kokubun</name>
<email>takashikkbn@gmail.com</email>
</author>
<published>2023-12-22T00:18:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=3c182776292ecd2a28fea4f7de87a89e64459f9c'/>
<id>3c182776292ecd2a28fea4f7de87a89e64459f9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
