aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc/ri
Commit message (Expand)AuthorAgeFilesLines
* Change version numbering of RDoc and ridave2004-11-081-4/+2
* Add simple formatter to ridave2004-09-141-14/+66
* ri now merges the documentation if it finds the same class in multiple placesdave2004-08-305-17/+53
* Get RDoc::usage playing better with OptionParserdave2004-08-162-5/+14
* Add "usage" interfacedave2004-08-131-4/+7
* Fix parse bug with toplevel methods. Allow RDoc in =begin rdoc/=end comments ...dave2004-04-021-3/+3
* Missing trailing "$"dave2004-03-251-1/+1
* Add --version option to ridave2004-03-251-2/+16
* Add the --list-names optiondave2004-03-246-8/+70
* Must now use "::" to separate nested classes. This fixes bug where "ri Kernel...dave2004-03-241-0/+1
* * ext/syck/rubyext.c: get rid of warnings.nobu2004-03-031-1/+1
* * lib/rdoc/ri/ri_display.rb (DefaultDisplay::page): wait until thenobu2004-03-031-18/+7
* * lib/rdoc/ri/ri_display.rb (DefaultDisplay::setup_pager): ensurenobu2004-03-031-9/+8
* * io.c (pipe_open): erred program name should be reported bynobu2004-03-021-16/+11
* Fix typos (Doug Kearns)dave2004-02-191-2/+2
* * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub, configure.in,nobu2004-02-091-7/+1
* Display full name in class listdave2004-01-122-3/+3
* Checked in wrong version... :(dave2004-01-121-1/+7
* Add explicit line breaks in method signatures for ri. Fixup some comments in ...dave2004-01-122-3/+18
* Add HTML formatter to ridave2004-01-111-25/+152
* ri now accepts options via RI environment variabledave2004-01-101-0/+6
* Fix problem with agreesive name matching (see ChangeLog)dave2004-01-072-9/+23
* Split out ri display code and make pluggabledave2004-01-063-0/+386
* Add RDoc to build. Add --ri-system to RDocdave2004-01-051-30/+45
* Finish documenting internal stuff. See Changelog for other detailsdave2004-01-023-32/+42
* Add RDoc documentation for stuff in object.cdave2003-12-281-1/+1
* Add support for rules in ri outputdave2003-12-271-1/+5
* Forgot to save buffer.... sighdave2003-12-244-31/+353
* Add file.c comments (and necessary support in parse_c.rb)dave2003-12-212-10/+39
* Add boot_classes to rdoc parsing, fix a couple of bugsdave2003-12-192-3/+3
* Fix dependency issuedave2003-12-191-17/+65
* Annotate enum.c. Add pager support, and report on methods in included modulesdave2003-12-185-8/+54
* Add pager support to ri, and start implementing command line optionsdave2003-12-171-0/+158
* commit missdave2003-12-161-1/+2
* Put RDoc comments into array.c, and refine rdoc/ri to deal with stuff that arosedave2003-12-166-18/+36
* Initial load of support for ri/rdoc integrationdave2003-12-167-0/+571