aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc
Commit message (Expand)AuthorAgeFilesLines
* Don't print warnings when -q is set.drbrain2006-06-141-3/+10
* Don't merge ri files if is nil/emptydrbrain2006-06-141-2/+4
* * lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_symbol_arg):matz2006-05-151-1/+1
* * lib/rdoc/ri/ri_formatter.rb (RI::TextFormatter::wrap): removedmatz2006-03-111-1/+1
* * lib/rdoc/ri/ri_paths.rb (RI::Paths): adding paths from rubygemsmatz2006-03-031-0/+6
* * lib/rdoc/parsers/parse_rb.rb (read_escape): could not handle /\^/.ocean2006-02-281-4/+4
* * lib/tracer.rb (Tracer::Tracer.add_filter): turn on tracer modematz2006-02-181-1/+0
* * lib/rdoc/usage.rb: support "a:0:33" style caller[-1]. In this caseocean2006-01-271-1/+1
* * lib/rdoc/diagram.rb:ocean2006-01-136-60/+60
* * eval.c (rb_call_super): should call method_missing if super ismatz2005-11-011-0/+1
* * lib/rdoc/markup/simple_markup.rb (SM::SimpleMarkup::LABEL_LIST_RE):nobu2005-10-241-2/+1
* * lib/rdoc/usage.rb: supress warning.ocean2005-08-291-1/+1
* * lib/rdoc/usage.rb: improper exceptions. [ruby-dev:26870]ocean2005-08-291-15/+22
* * lib/rdoc/parsers/parse_c.rb (handle_class_module): handle anobu2005-07-151-15/+39
* restored @progressocean2005-05-141-2/+3
* * lib/rdoc/parsers/parse_c.rb: more readability for mixingocean2005-05-121-4/+10
* * lib/rdoc/parsers/parse_c.rb: show parsing progress for C files.ocean2005-05-121-0/+11
* * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#do_includes): replacenobu2005-03-041-1/+1
* * ext/etc/etc.c (Init_etc): sGroup needs HAVE_ST_GR_PASSWD check.matz2005-02-122-4/+4
* * document updates - [ruby-core:04296], [ruby-core:04301],matz2005-01-243-20/+164
* Allow for colons in DOS file namesdave2005-01-051-1/+1
* Fix problem in ri formatting if heading contains markupdave2004-12-312-9/+32
* Update kilmer template to use sectionsdave2004-12-291-0/+14
* Don't show r/w accessor flags if none were specified for custom attributesdave2004-12-121-0/+5
* Never exclude files given on command linedave2004-12-121-4/+5
* Fix CSS typo that meant h2 headings were invisibledave2004-12-081-2/+2
* 1.8 doesn't have String#cleardave2004-12-061-1/+1
* Ignore leading and trailing lines in :section: blocksdave2004-12-043-5/+41
* Fix problem with :section: and new 1.9dave2004-11-262-3/+1
* Don't include 'require's with variable argumentsdave2004-11-221-4/+4
* 1. Force --inline-source if --one-file givendave2004-11-206-325/+471
* Change version numbering of RDoc and ridave2004-11-082-12/+3
* Fix bug where parent class wasn't being detected if thedave2004-11-081-1/+2
* * CR stripped.nobu2004-10-291-25/+25
* Restore correct :nodoc: behavior with nested classesdave2004-10-261-1/+2
* RDoc can now deal with "attr" used as a variabledave2004-10-191-1/+1
* Support "require" as variable name in RDocdave2004-10-101-1/+3
* Add simple formatter to ridave2004-09-142-15/+70
* Fix up cross-file class mergingdave2004-09-112-1/+7
* James Buck's patch for call-seqdave2004-09-091-1/+6
* Allow spaces around parameter to define_method_underdave2004-09-091-2/+2
* ri now merges the documentation if it finds the same class in multiple placesdave2004-08-307-25/+60
* *** empty log message ***dave2004-08-251-2/+1
* Get RDoc::usage playing better with OptionParserdave2004-08-163-8/+17
* * rdoc/markup/simple_markup/to_flow.rb: typo fix(CGI -> cgi).eban2004-08-151-1/+1
* Add Ri environment variable supportdave2004-08-131-30/+14
* Forgot to backportdave2004-08-131-4/+7
* Add "usage" interfacedave2004-08-131-1/+1
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-08-131-0/+220
* Bugfix: looping on some toplevel symbols. Added SWIG supportdave2004-08-022-4/+5