aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc/ri
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/rdoc/ri/display.rb (display_method_list, display_class_list):usa2008-01-312-10/+26
* * lib/rdoc/ri/driver.rb (cache_file_for): shoudn't use `:' in filename.usa2008-01-301-1/+1
* * lib/rdoc/ri/formatter.rb: Indent labeled lists like note lists.drbrain2008-01-221-54/+29
* * lib/rdoc/markup: Remove ListBase and Line constants.drbrain2008-01-192-111/+108
* Clean up commentsdrbrain2008-01-161-41/+9
* Renamespace lib/rdoc/markup from SM::SimpleMarkup to RDoc::Markup.drbrain2008-01-145-31/+31
* Follow namespace change for RDoc/RI [ruby-core:14964]drbrain2008-01-111-3/+3
* Speed up Marshal load, fix bug with nested classes' methodsdrbrain2008-01-081-3/+8
* Clean up namespacing of RI's classesdrbrain2008-01-0815-1378/+1334
* Replace ri with Ryan Davis' cached ridrbrain2008-01-085-518/+500
* Fix formatting of multiple pathsdrbrain2007-12-241-3/+3
* Fix display of GEMDIRS, make command command examples match ri's name.drbrain2007-12-242-19/+42
* Fix 1.9 warnings in RDocdrbrain2007-12-231-1/+1
* * lib/rdoc/ri/ri_options.rb: prevent NameError. [ruby-dev:29597]matz2006-09-221-0/+1
* Leave HTML escaped for HtmlFormatter.drbrain2006-08-041-3/+1
* Add --system, --site, --home and --gems to limit ri search path.drbrain2006-06-263-36/+120
* Don't merge ri files if is nil/emptydrbrain2006-06-141-2/+4
* * lib/rdoc/ri/ri_writer.rb: use String#ord.usa2006-06-101-1/+1
* * lib/getoptlong.rb (GetoptLong#set_options): recieve argumentsusa2006-06-101-1/+1
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-0/+6
* * mkconfig.rb: generate RbConfig instead of Config.akr2006-02-201-2/+2
* Fix problem in ri formatting if heading contains markupdave2004-12-311-8/+31
* 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