aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc/ri
Commit message (Expand)AuthorAgeFilesLines
* * lib/rdoc/ri/gemdirs.rb: split from lib/rdoc/ri/paths.rb to getnobu2009-08-202-27/+29
* * lib/rdoc/ri/paths.rb (RDoc::RI::Paths): Gem::Enable has been obsolete.nobu2009-08-201-2/+1
* * configure.in ($ridir): new configuration. [ruby-core:23520].yugui2009-05-231-6/+17
* * lib/rdoc/ri/paths.rb (RDoc::RI::Paths): considersnobu2009-03-261-2/+9
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-064-18/+18
* * lib/rubygems.rb (Gem.set_home, Gem.set_paths): should not createnobu2009-01-041-7/+1
* Import RDoc 2.2.2 r192drbrain2008-10-242-9/+6
* * configure.in (sitedir): considers --program-prefix andyugui2008-10-241-2/+4
* Import RDoc 2.2.1 r185drbrain2008-09-258-266/+494
* Update to RDoc 2.1.0 r112drbrain2008-07-212-10/+51
* Import RDoc r101.drbrain2008-07-182-48/+109
* * lib/rdoc.rb: massive spelling correction patch from Evan Farrarmatz2008-06-041-1/+1
* Import RDoc 2.0.0 r56.drbrain2008-04-264-110/+165
* * lib/rdoc/ri/descriptions.rb: fixed wrong class nestings.usa2008-04-231-3/+3
* * lib/irb/cmd/help.rb: should be updated for new ri structure.matz2008-03-122-3/+11
* * lib/rdoc/code_objects.rb: Remove debugging Kernel#p. Patch by Lincoln Stolldrbrain2008-03-091-1/+5
* Preserve ri compatibility with 1.8drbrain2008-02-141-1/+2
* * ext/json/lib/json/pure/generator.rb,naruse2008-02-121-15/+15
* Restore require rubygems checkdrbrain2008-02-121-21/+25
* * lib/rdoc/ri/driver.rb (read_yaml): remove SM* for compatibility.naruse2008-02-081-1/+1
* * lib/rdoc/ri/formatter.rb (output): add accessor.usa2008-01-312-3/+4
* * 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