ruby/lib/rdoc/parser
Nobuyoshi Nakada 52ebaf718e [ruby/rdoc] Skip non-date logs by git-log
`RDoc::Parser::ChangeLog` mis-parses ChangeLog generated by
git-log, because of too heuristic `Time.parse`.

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

9711e6f6d9
2021-01-24 16:46:27 +09:00
..
c.rb Exclude parenthesized function declarations such as NORETURN 2020-12-11 13:43:18 +09:00
changelog.rb [ruby/rdoc] Skip non-date logs by git-log 2021-01-24 16:46:27 +09:00
markdown.rb Merge rdoc-6.0.0.beta4 from upstream. 2017-11-27 10:45:24 +00:00
rd.rb Merge rdoc-6.0.0.beta4 from upstream. 2017-11-27 10:45:24 +00:00
ripper_state_lex.rb ripper_state_lex.rb: chomp CR 2019-06-07 18:57:58 +09:00
ruby.rb [ruby/rdoc] Support newline in the middle of constant definition 2019-12-24 07:58:53 +09:00
ruby_tools.rb Merge rdoc-6.1.0.beta2 2018-10-17 06:28:20 +00:00
simple.rb Merge rdoc-6.0.0.beta4 from upstream. 2017-11-27 10:45:24 +00:00
text.rb Merge rdoc-6.0.0.beta4 from upstream. 2017-11-27 10:45:24 +00:00