aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc/parsers/parse_rb.rb
Commit message (Expand)AuthorAgeFilesLines
* Import RDoc r101.drbrain2008-07-181-2588/+0
* * lib/rdoc/parsers/parse_rb.rb (RDoc#collect_first_comment): skipnobu2008-06-211-2/+6
* * lib/rdoc.rb: massive spelling correction patch from Evan Farrarmatz2008-06-041-1/+1
* Import RDoc 2.0.0 r56.drbrain2008-04-261-1/+1
* * lib/rdoc/parsers/parse_rb.rb: Fix uninitialized variable warnings.drbrain2008-04-041-0/+1
* Renamespace lib/rdoc/markup from SM::SimpleMarkup to RDoc::Markup.drbrain2008-01-141-1013/+989
* Convert RDoc to OptionParser, clean up -h output, namespace Options under RDoc.drbrain2008-01-071-16/+16
* Enable RDoc debugging only with $DEBUG_RDOCdrbrain2007-12-251-14/+14
* Fix 1.9 warnings in RDocdrbrain2007-12-231-5/+4
* Don't call private fail anymore.drbrain2007-12-181-4/+4
* Include attributiondrbrain2006-08-271-1/+1
* * object.c (rb_mod_attr): make Module#attr to be an alias tomatz2006-07-201-5/+4
* Don't print warnings when -q is set.drbrain2006-06-141-3/+10
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-1/+1
* * 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/parsers/parse_rb.rb (RDoc::RubyParser#get_tk): addedusa2006-02-021-2/+6
* * eval.c (rb_call_super): should call method_missing if super ismatz2005-11-011-0/+1
* * lib/rdoc/parsers/parse_rb.rb (lex_init): use IRB module.eban2005-04-201-1/+1
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-3/+19
* Ignore leading and trailing lines in :section: blocksdave2004-12-041-1/+1
* Fix problem with :section: and new 1.9dave2004-11-261-1/+1
* Don't include 'require's with variable argumentsdave2004-11-221-4/+4
* 1. Force --inline-source if --one-file givendave2004-11-201-18/+5
* Fix bug where parent class wasn't being detected if thedave2004-11-081-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
* Fix up cross-file class mergingdave2004-09-111-1/+1
* Allow optional : before call-seq:dave2004-07-121-1/+1
* Commit missdave2004-07-121-1/+0
* Support call-seq: for Ruby methodsdave2004-07-121-0/+10
* Fixed parsing of %r{} when generating source popupdave2004-06-221-0/+1
* Allow "do" after "for". Fix up css for standalone code windowdave2004-05-261-1/+18
* Add '()' around parameters that don't have themdave2004-05-211-0/+1
* At Ryan Davis' suggestion, honor visibility modifers if guarded by a statemen...dave2004-05-201-1/+7
* Allow multiple arguments to includedave2004-05-071-4/+8
* Don't include &block if we have yield parametersdave2004-05-051-0/+1
* Fix parsing problem with yield within blockdave2004-05-031-0/+2
* Change :enddoc: to terminate processing of current filedave2004-04-171-18/+21
* Fix :enddoc"dave2004-04-101-1/+1
* Fix parse bug with toplevel methods. Allow RDoc in =begin rdoc/=end comments ...dave2004-04-021-22/+33
* Don't be as eager to invent classes to documentdave2004-03-241-3/+4
* Allow aliases to have parenthesesdave2004-03-011-0/+4
* Handle :nodoc: om singleton classesdave2004-02-291-12/+8
* Handle class vars in code listingsdave2004-02-231-2/+4
* Fix constant value extraction. Escape HTML in constant valuesdave2004-02-231-2/+10
* Document lib/English. Add top-level aliases to rdoc html outputdave2004-01-201-0/+1
* Add RDoc to build. Add --ri-system to RDocdave2004-01-051-1/+4
* Finish documenting internal stuff. See Changelog for other detailsdave2004-01-021-1/+6
* Fix parse problem with complex yieldsdave2003-12-291-2/+4