summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2003-12-19* lib/webrick/cgi.rb: add file. (yet another CGI library)gotoyuzo
2003-12-19* misc/ruby-mode.el (ruby-calculate-indent): proper indentationmatz
2003-12-19Document Class and Dirdave
2003-12-19* lib/webrick/httprequest.rb (meta_vers): should not setgotoyuzo
2003-12-19 * lib/soap/property.rb (SOAP::Property#load): new method for loadingnahi
2003-12-19* lib/runit/cui/testrunner.rb (RUNIT::CUI::TestRunner::run):akira
2003-12-19Add boot_classes to rdoc parsing, fix a couple of bugsdave
2003-12-19Fix dependency issuedave
2003-12-18Annotate enum.c. Add pager support, and report on methods in included modulesdave
2003-12-18* lib/webrick/httputils.rb (parse_form_data): should return angotoyuzo
2003-12-18* eval.c (stack_extend): ignore inline optimization on VC7.usa
2003-12-18lib/ipaddr.rb (initialize): rescue StandardError.eban
2003-12-18* lib/ipaddr.rb (IPSocket::getaddress): merge usa's patch.eban
2003-12-17* lib/cgi.rb (CGI::QueryExtension::Value::[]): should work likematz
2003-12-17Add pager support to ri, and start implementing command line optionsdave
2003-12-16commit missdave
2003-12-16Put RDoc comments into array.c, and refine rdoc/ri to deal with stuff that arosedave
2003-12-16* lib/pp.rb: don't use local variable `pp'.akr
2003-12-16Initial load of support for ri/rdoc integrationdave
2003-12-15* lib/yaml/rubytypes.rb: comments in strings. [ruby-talk:88012]why
2003-12-14* ext/socket/socket.c (Init_socket): IPv6 is not supported althougheban
2003-12-12REXML changes:ser
2003-12-12* lib/yaml/rubytypes.rb: anonymous struct fix. [ruby-core:01946]why
2003-12-12 * lib/csv.rb: add Cell#to_str and Cell#to_s for /.../ =~ aCell,nahi
2003-12-12* lib/fileutils.rb (mkdir): remove trailing `/' from pathes.aamine
2003-12-11* lib/fileutils.rb (mkdir_p): remove trailing `/' befere mkdir(2). mkdir("no...aamine
2003-12-11* lib/ftools.rb (makedirs): sync with fileutils.eban
2003-12-11catch all SystemCallErrors.aamine