0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 07, 2024 — Aug 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Make updating ri cache message more clear More... over 16 years ago
Fix a crash when rdoc is told a parse an empty file. More... almost 17 years ago
Convert to minitest More... almost 17 years ago
Rescue LoadError to disable readline More... almost 17 years ago
Test with empty SPECIALS More... almost 17 years ago
Fix missing superclass information in ri. More... almost 17 years ago
Correct a typo. More... almost 17 years ago
Added a space after the commas in ri class method lists. More... almost 17 years ago
Work around running in ruby trunk More... almost 17 years ago
Backport changes from ruby More... almost 17 years ago
Refactor rdoc's default option values. More... almost 17 years ago
Update History.txt for the release. More... almost 17 years ago
Set defaults to sane values. More... almost 17 years ago
Fix typo in History.txt. More... almost 17 years ago
Lots of fixes, including to the C parser. More... almost 17 years ago
Prevent ri from crashing when looking up a bogus method. More... almost 17 years ago
Fix an issue in which RDoc would not correctly document a class' superclass if it encountered a reference to the class before encountered the class definition itself (in different files). More... almost 17 years ago
Update History.txt for the 2.2.1 release. More... almost 17 years ago
Allow generation of links to absolute paths, which seems like a broken idea but does fix a unit test. More... almost 17 years ago
Fix up new -w warnings about mismatched indentation. More... almost 17 years ago
Make it clear that the charset option applies to output. More... almost 17 years ago
Change the default character set of RDoc's output to utf-8. More... almost 17 years ago
Hugh Sasse's patch adding simple Perl/POD support. More... almost 17 years ago
C parser/SWIG improvements, ruby bugs #10742 #13993 #11993 More... almost 17 years ago
Apply #11671 by Trans. More... almost 17 years ago
Fix a warning with rdoc --version and ri --version. More... almost 17 years ago
Include patch that fixes parsing of multiline constant values. More... almost 17 years ago
Remove a method's unmatched alias list once the method is added. More... almost 17 years ago
Make RDoc handle the case where it encounters an alias to a method before the method, since the alias and the method live in different files. More... almost 17 years ago
Make the html template explicitly set its text color. More... almost 17 years ago