summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2004-01-06Split out ri display code and make pluggabledave
2004-01-05Add RDoc to build. Add --ri-system to RDocdave
2004-01-02Finish documenting internal stuff. See Changelog for other detailsdave
2004-01-01Fix problem with ambiguous nested classesdave
2003-12-24Forgot to save buffer.... sighdave
2003-12-21Add file.c comments (and necessary support in parse_c.rb)dave
2003-12-19Add boot_classes to rdoc parsing, fix a couple of bugsdave
2003-12-18Annotate enum.c. Add pager support, and report on methods in included modulesdave
2003-12-17Add pager support to ri, and start implementing command line optionsdave
2003-12-16Put RDoc comments into array.c, and refine rdoc/ri to deal with stuff that arosedave
2003-12-16Initial load of support for ri/rdoc integrationdave
2003-12-02* bin/testrb: new test runner. [ruby-core:01845]nobu
2003-12-01Add RDocdave
2003-07-31add explicit trim modeseki
2002-11-21* bin/erb: fix -S 4 option bug.seki
2002-11-20add bin/erbseki
2002-11-19initialize hackmatz
2002-11-18* bin/irb: Moved from sample/irb.rb.knu