<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/lib/rdoc/parser/changelog.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] 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] Support iso-strict format in git-log</title>
<updated>2021-01-25T09:33:33+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-01-24T07:20:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=19e6d271266eca5925e66fc8ec39b251a2fa6bcd'/>
<id>19e6d271266eca5925e66fc8ec39b251a2fa6bcd</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/2a6c22da63
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/2a6c22da63
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Support other date formats in git-log</title>
<updated>2021-01-25T09:33:31+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-01-24T07:16:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7fe22152fc28084f4395fece84ff6e5eb2d6b288'/>
<id>7fe22152fc28084f4395fece84ff6e5eb2d6b288</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/ad8cf37d72
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/ad8cf37d72
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Skip non-date logs by git-log</title>
<updated>2021-01-24T07:46:27+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-01-23T08:28:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=52ebaf718e6a78297ceb0dff49815eeed28eae45'/>
<id>52ebaf718e6a78297ceb0dff49815eeed28eae45</id>
<content type='text'>
`RDoc::Parser::ChangeLog` mis-parses ChangeLog generated by
git-log, because of too heuristic `Time.parse`.

For instance, "commit 8187228de0142d3ac7950b7d977c2849e934c637"
results in "8187-08-16", that is, day 228 in the year 8187.

https://github.com/ruby/rdoc/commit/9711e6f6d9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`RDoc::Parser::ChangeLog` mis-parses ChangeLog generated by
git-log, because of too heuristic `Time.parse`.

For instance, "commit 8187228de0142d3ac7950b7d977c2849e934c637"
results in "8187-08-16", that is, day 228 in the year 8187.

https://github.com/ruby/rdoc/commit/9711e6f6d9
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Sort by CommitDate if available</title>
<updated>2021-01-24T07:46:25+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-01-22T15:20:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d5d1c41728d65acfb8aa2cf95f2d8ac88f271cd1'/>
<id>d5d1c41728d65acfb8aa2cf95f2d8ac88f271cd1</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/455715e930
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/455715e930
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Add links to the commits</title>
<updated>2021-01-24T07:46:23+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-01-22T01:13:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=fa048a0f8523cefde5428805dd334691486319e6'/>
<id>fa048a0f8523cefde5428805dd334691486319e6</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/1821628076
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/1821628076
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Shorten commit hashes</title>
<updated>2021-01-24T07:46:21+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-01-21T12:49:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=f3f1a666c77f8c528b0adc9ccf78e4b9910bd6e0'/>
<id>f3f1a666c77f8c528b0adc9ccf78e4b9910bd6e0</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/5d3e153963
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/5d3e153963
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Tweak log entry markdown</title>
<updated>2021-01-24T07:46:19+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-01-21T12:03:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=127f735c1e5e0771076caf2a74390757a42fb177'/>
<id>127f735c1e5e0771076caf2a74390757a42fb177</id>
<content type='text'>
* add 3 levels to headings
* prefix commit log to labels to make unique IDs

https://github.com/ruby/rdoc/commit/5074c13209
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add 3 levels to headings
* prefix commit log to labels to make unique IDs

https://github.com/ruby/rdoc/commit/5074c13209
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/rdoc] Make each commit entries h3</title>
<updated>2021-01-24T07:46:17+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2021-01-21T10:43:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=b88d1e6b44164bca0c2b85ea6639469813e1e1d8'/>
<id>b88d1e6b44164bca0c2b85ea6639469813e1e1d8</id>
<content type='text'>
https://github.com/ruby/rdoc/commit/11eefb2ae9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/ruby/rdoc/commit/11eefb2ae9
</pre>
</div>
</content>
</entry>
</feed>
