summaryrefslogtreecommitdiff
path: root/lib/rdoc/parsers/parse_rb.rb
AgeCommit message (Expand)Author
2008-04-04* lib/rdoc/parsers/parse_rb.rb: Fix uninitialized variable warnings.drbrain
2008-01-14Renamespace lib/rdoc/markup from SM::SimpleMarkup to RDoc::Markup.drbrain
2008-01-07Convert RDoc to OptionParser, clean up -h output, namespace Options under RDoc.drbrain
2007-12-25Enable RDoc debugging only with $DEBUG_RDOCdrbrain
2007-12-23Fix 1.9 warnings in RDocdrbrain
2007-12-18Don't call private fail anymore.drbrain
2006-08-27Include attributiondrbrain
2006-07-20* object.c (rb_mod_attr): make Module#attr to be an alias tomatz
2006-06-14Don't print warnings when -q is set.drbrain
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2006-02-28* lib/rdoc/parsers/parse_rb.rb (read_escape): could not handle /\^/.ocean
2006-02-18* lib/tracer.rb (Tracer::Tracer.add_filter): turn on tracer modematz
2006-02-02* lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser#get_tk): addedusa
2005-11-01* eval.c (rb_call_super): should call method_missing if super ismatz
2005-04-20* lib/rdoc/parsers/parse_rb.rb (lex_init): use IRB module.eban
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2004-12-04Ignore leading and trailing lines in :section: blocksdave
2004-11-26Fix problem with :section: and new 1.9dave
2004-11-22Don't include 'require's with variable argumentsdave
2004-11-201. Force --inline-source if --one-file givendave
2004-11-08Fix bug where parent class wasn't being detected if thedave
2004-10-19RDoc can now deal with "attr" used as a variabledave
2004-10-10Support "require" as variable name in RDocdave
2004-09-11Fix up cross-file class mergingdave
2004-07-12Allow optional : before call-seq:dave
2004-07-12Commit missdave
2004-07-12Support call-seq: for Ruby methodsdave
2004-06-22Fixed parsing of %r{} when generating source popupdave
2004-05-26Allow "do" after "for". Fix up css for standalone code windowdave
2004-05-21Add '()' around parameters that don't have themdave
2004-05-20At Ryan Davis' suggestion, honor visibility modifers if guarded by a statemen...dave
2004-05-07Allow multiple arguments to includedave
2004-05-05Don't include &block if we have yield parametersdave
2004-05-03Fix parsing problem with yield within blockdave
2004-04-17Change :enddoc: to terminate processing of current filedave
2004-04-10Fix :enddoc"dave
2004-04-02Fix parse bug with toplevel methods. Allow RDoc in =begin rdoc/=end comments ...dave
2004-03-24Don't be as eager to invent classes to documentdave
2004-03-01Allow aliases to have parenthesesdave
2004-02-29Handle :nodoc: om singleton classesdave
2004-02-23Handle class vars in code listingsdave
2004-02-23Fix constant value extraction. Escape HTML in constant valuesdave
2004-01-20Document lib/English. Add top-level aliases to rdoc html outputdave
2004-01-05Add RDoc to build. Add --ri-system to RDocdave
2004-01-02Finish documenting internal stuff. See Changelog for other detailsdave
2003-12-29Fix parse problem with complex yieldsdave
2003-12-24Fix bug where two adjacent =begin/=end blocks causes the parser to get out of...dave
2003-12-23RDoc comments for Fixnum, Float, and Hash. Add heuristic to RDoc to handle ya...dave
2003-12-04Try to give nicer error messages on internal failuresdave
2003-12-03Implicitly define classes in 'class <<ClassName' if we haven't come across th...dave