summaryrefslogtreecommitdiff
path: root/lib/rdoc/ri
AgeCommit message (Expand)Author
2009-01-04* lib/rubygems.rb (Gem.set_home, Gem.set_paths): should not createnobu
2008-10-24Import RDoc 2.2.2 r192drbrain
2008-10-24* configure.in (sitedir): considers --program-prefix andyugui
2008-09-25Import RDoc 2.2.1 r185drbrain
2008-07-21Update to RDoc 2.1.0 r112drbrain
2008-07-18Import RDoc r101.drbrain
2008-06-04* lib/rdoc.rb: massive spelling correction patch from Evan Farrarmatz
2008-04-26Import RDoc 2.0.0 r56.drbrain
2008-04-23 * lib/rdoc/ri/descriptions.rb: fixed wrong class nestings.usa
2008-03-12* lib/irb/cmd/help.rb: should be updated for new ri structure.matz
2008-03-09* lib/rdoc/code_objects.rb: Remove debugging Kernel#p. Patch by Lincoln Stolldrbrain
2008-02-14Preserve ri compatibility with 1.8drbrain
2008-02-12* ext/json/lib/json/pure/generator.rb,naruse
2008-02-12Restore require rubygems checkdrbrain
2008-02-08* lib/rdoc/ri/driver.rb (read_yaml): remove SM* for compatibility.naruse
2008-01-31 * lib/rdoc/ri/formatter.rb (output): add accessor.usa
2008-01-31 * lib/rdoc/ri/display.rb (display_method_list, display_class_list):usa
2008-01-30 * lib/rdoc/ri/driver.rb (cache_file_for): shoudn't use `:' in filename.usa
2008-01-22* lib/rdoc/ri/formatter.rb: Indent labeled lists like note lists.drbrain
2008-01-19* lib/rdoc/markup: Remove ListBase and Line constants.drbrain
2008-01-16Clean up commentsdrbrain
2008-01-14Renamespace lib/rdoc/markup from SM::SimpleMarkup to RDoc::Markup.drbrain
2008-01-11Follow namespace change for RDoc/RI [ruby-core:14964]drbrain
2008-01-08Speed up Marshal load, fix bug with nested classes' methodsdrbrain
2008-01-08Clean up namespacing of RI's classesdrbrain
2008-01-08Replace ri with Ryan Davis' cached ridrbrain
2007-12-24Fix formatting of multiple pathsdrbrain
2007-12-24Fix display of GEMDIRS, make command command examples match ri's name.drbrain
2007-12-23Fix 1.9 warnings in RDocdrbrain
2006-09-22* lib/rdoc/ri/ri_options.rb: prevent NameError. [ruby-dev:29597]matz
2006-08-04Leave HTML escaped for HtmlFormatter.drbrain
2006-06-26Add --system, --site, --home and --gems to limit ri search path.drbrain
2006-06-14Don't merge ri files if is nil/emptydrbrain
2006-06-10* lib/rdoc/ri/ri_writer.rb: use String#ord.usa
2006-06-10* lib/getoptlong.rb (GetoptLong#set_options): recieve argumentsusa
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2006-02-20* mkconfig.rb: generate RbConfig instead of Config.akr
2004-12-31Fix problem in ri formatting if heading contains markupdave
2004-11-08Change version numbering of RDoc and ridave
2004-09-14Add simple formatter to ridave
2004-08-30ri now merges the documentation if it finds the same class in multiple placesdave
2004-08-16Get RDoc::usage playing better with OptionParserdave
2004-08-13Add "usage" interfacedave
2004-04-02Fix parse bug with toplevel methods. Allow RDoc in =begin rdoc/=end comments ...dave
2004-03-25Missing trailing "$"dave
2004-03-25Add --version option to ridave
2004-03-24Add the --list-names optiondave
2004-03-24Must now use "::" to separate nested classes. This fixes bug where "ri Kernel...dave
2004-03-03* ext/syck/rubyext.c: get rid of warnings.nobu
2004-03-03* lib/rdoc/ri/ri_display.rb (DefaultDisplay::page): wait until thenobu