Age | Commit message (Expand) | Author |
2011-07-31 | * lib/rdoc: Update to RDoc 3.9. Fixed `ri []`, stopdoc creating an | drbrain |
2011-06-23 | * lib/rake/version.rb: Fixed VERSION to work with tool/rbinstall.rb | drbrain |
2011-03-07 | cancel subversion backfire. sorry | matz |
2011-03-07 | * gc.c (rb_gc_set_params): allow GC parameter configuration by | matz |
2011-03-01 | Import rubygems 1.6.0 (released version @ 58d8a0b9) | ryan |
2011-02-12 | * lib/test/unit.rb (Test::Unit::Options#process_args): always | nobu |
2011-02-11 | * bin/testrb, test/runner.rb, lib/test/unit.rb: improve backward | nobu |
2010-07-17 | * lib/test/unit.rb (MiniTest::Unit#process_args): refactored. | nobu |
2010-07-17 | * lib/test/unit.rb: MiniTest::Unit is different class from | nobu |
2010-07-16 | * lib/test/unit.rb, bin/testrb, test/runner.rb: revert r28655, which | mame |
2010-07-16 | * lib/test/unit.rb (Test::Unit.setup_argv): run tests only when | nobu |
2010-04-02 | * bin/erb: removed trailing spaces. | nobu |
2010-04-01 | Import RDoc 2.5 | drbrain |
2009-07-07 | * bin/irb, lib/irb.rb lib/irb/*: irb-0.9.6, extend inspect-mode | keiju |
2009-06-09 | Update to RubyGems 1.3.4 r2223 | drbrain |
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 |