summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2004-01-07* lib/webrick/cgi.rb (WEBrick::CGI#initialize): should creategotoyuzo
2004-01-07This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2004-01-07fix typos.akr
2004-01-07Fix problem with agreesive name matching (see ChangeLog)dave
2004-01-07 * lib/debug.rb: revert command parse regexps. [ruby-list:39014] bynahi
2004-01-06Check for shebang line in file that would otherwise be treated as plain textdave
2004-01-06* eval.c (rb_mod_modfunc): should break if m has no super class.matz
2004-01-06This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2004-01-06Split out ri display code and make pluggabledave
2004-01-05Add RDoc to build. Add --ri-system to RDocdave
2004-01-05This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2004-01-05Fix parsing where braces appear in method parameter listdave
2004-01-02Finish documenting internal stuff. See Changelog for other detailsdave
2003-12-31Fix problem with "// in sss.c" filenames not being relativedave
2003-12-31Fix problem with private alias to public methoddave
2003-12-30Add RDoc for kernel functions, and tidy updave
2003-12-30Fix problem when class name is also a method namedave
2003-12-29Fix parse problem with complex yieldsdave
2003-12-29Add RDoc for Kernel global functions, tidy array and errordave
2003-12-28RDoc Struct and randomdave
2003-12-28Add RDoc documentation for stuff in object.cdave
2003-12-27Fix quoting of method names in regexpdave
2003-12-27Add support for rules in ri outputdave
2003-12-27Add "Document-method:" capabilitydave
2003-12-27Some Ruby source uses Init_xxx (lower case for the class name)dave
2003-12-26* io.c (next_argv): warn always for stdin on inplace edit mode.matz
2003-12-26lib/pathname.rb (PathnameTest#test_plus): add 2 assertions.akr
2003-12-26Backport fix to add_rules to 1.8 (sorry, NaHi)dave
2003-12-24Fix bug where two adjacent =begin/=end blocks causes the parser to get out of...dave
2003-12-24* lib/tsort.rb (test_orphaned_break): removed.akr
2003-12-24* lib/test/unit/assertions.rb: Modules are allowed to rescue.nobu
2003-12-24* lib/net/imap.rb (authenticate): remove "\n" from base64 encodedshugo
2003-12-24Forgot to save buffer.... sighdave
2003-12-23RDoc comments for Fixnum, Float, and Hash. Add heuristic to RDoc to handle ya...dave
2003-12-23 * lib/optparse.rb: incomplete RDoc documentation added in place ofgsinclair
2003-12-23Commit miss?usa
2003-12-23* pack.c (pack_pack): remove unnecessary negative value check.matz
2003-12-23 * lib/rexml/encodings/US-ASCII.rb: typo. [ruby-talk:88650]nahi
2003-12-23* lib/uri/generic.rb (URI::Generic::check_userinfo,akira
2003-12-22* lib/webrick/cgi.rb (CGI): add support for mod_ruby.gotoyuzo
2003-12-22* lib/uri/generic.rb (URI::Generic::check_opaque): fixed typo.akira
2003-12-22* lib/uri/generic.rb (URI::Generic#route_from): accepts urls whichakira
2003-12-22* lib/cgi.rb: reduce eval.nobu
2003-12-22 * lib/soap/property.rb: passing block by reference.nahi
2003-12-21lib/pathname.rb (Pathname#+): re-implemented to resolve ".." inakr
2003-12-21Add file.c comments (and necessary support in parse_c.rb)dave
2003-12-20* lib/webrick/httprequest.rb (HTTPRequest#meta_vars): refine regexp.gotoyuzo
2003-12-20* lib/optparse.rb (OptionParser::Completion::complete): wrongnobu
2003-12-20* lib/yaml.rb (YAML::YAML): adjust Marshal version.nobu
2003-12-19get rid of unusable conditiongotoyuzo