Age | Commit message (Expand) | Author |
2009-03-26 | * bin/{irb,rdoc}: executable. | nobu |
2008-12-29 | * bin/erb: accepts options in more flexible styles. | yugui |
2008-12-29 | * lib/erb.rb (ERB): m17n of ERB. adds rdoc. | yugui |
2008-12-16 | * bin/testrb: set $0. | usa |
2008-11-17 | remove -K option. | seki |
2008-10-19 | * lib/test/unit.rb (Test::Unit.setup_argv): call given block for | akr |
2008-10-16 | * lib/test/unit: removed test/unit. | akr |
2008-09-25 | Import RDoc 2.2.1 r185 | drbrain |
2008-03-31 | Import RubyGems 1.1.0 | drbrain |
2008-02-10 | Import RubyGems r1601. [ruby-core:15381]. | drbrain |
2008-01-14 | Renamespace lib/rdoc/markup from SM::SimpleMarkup to RDoc::Markup. | drbrain |
2008-01-08 | Clean up namespacing of RI's classes | drbrain |
2008-01-08 | Replace ri with Ryan Davis' cached ri | drbrain |
2008-01-07 | Convert RDoc to OptionParser, clean up -h output, namespace Options under RDoc. | drbrain |
2008-01-06 | * $Date$ keyword removed to avoid inclusion of locale dependent | akr |
2007-12-21 | Added Rake 0.8.0 | jim |
2007-11-10 | Add forgotten bin/gem for RubyGems. | drbrain |
2007-10-03 | * ext/nkf/nkf.c, bin/ri, bin/irb: fixed typos in doc and comments. | matz |
2006-12-08 | * bin/rdoc: ues File.exist? instead of File.exists. | usa |
2005-10-21 | * bin/erb (ERB::Main::run): typo fixed. [ruby-core:06337] | matz |
2005-10-15 | typo fixed, again. thanks, Doug Kearns. | seki |
2005-09-25 | typo fixed | seki |
2005-09-11 | set ERB#filename so that it is used when reporting syntax/runtime errors. | seki |
2005-04-13 | * bin/irb lib/irb.rb lib/irb/...: IRB 0.9.5. | keiju |
2004-08-30 | ri now merges the documentation if it finds the same class in multiple places | dave |
2004-01-06 | Split out ri display code and make pluggable | dave |
2004-01-05 | Add RDoc to build. Add --ri-system to RDoc | dave |
2004-01-02 | Finish documenting internal stuff. See Changelog for other details | dave |
2004-01-01 | Fix problem with ambiguous nested classes | dave |
2003-12-24 | Forgot to save buffer.... sigh | dave |
2003-12-21 | Add file.c comments (and necessary support in parse_c.rb) | dave |
2003-12-19 | Add boot_classes to rdoc parsing, fix a couple of bugs | dave |
2003-12-18 | Annotate enum.c. Add pager support, and report on methods in included modules | dave |
2003-12-17 | Add pager support to ri, and start implementing command line options | dave |
2003-12-16 | Put RDoc comments into array.c, and refine rdoc/ri to deal with stuff that arose | dave |
2003-12-16 | Initial load of support for ri/rdoc integration | dave |
2003-12-02 | * bin/testrb: new test runner. [ruby-core:01845] | nobu |
2003-12-01 | Add RDoc | dave |
2003-07-31 | add explicit trim mode | seki |
2002-11-21 | * bin/erb: fix -S 4 option bug. | seki |
2002-11-20 | add bin/erb | seki |
2002-11-19 | initialize hack | matz |
2002-11-18 | * bin/irb: Moved from sample/irb.rb. | knu |