aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Some Ruby source uses Init_xxx (lower case for the class name)dave2003-12-271-1/+3
* * io.c (rb_f_backquote): need not to check nil result.matz2003-12-261-2/+1
* lib/pathname.rb (PathnameTest#test_plus): add 2 assertions.akr2003-12-261-0/+2
* Fix problem with rule calculationdave2003-12-251-0/+2
* Fix bug where two adjacent =begin/=end blocks causes the parser to get out of...dave2003-12-241-10/+7
* * lib/tsort.rb (test_orphaned_break): removed.akr2003-12-241-14/+0
* * lib/test/unit/assertions.rb: Modules are allowed to rescue.nobu2003-12-243-25/+40
* * lib/net/imap.rb (authenticate): remove "\n" from base64 encodedshugo2003-12-241-1/+1
* Forgot to save buffer.... sighdave2003-12-2412-1299/+1645
* RDoc comments for Fixnum, Float, and Hash. Add heuristic to RDoc to handle ya...dave2003-12-231-1/+3
* * lib/optparse.rb: incomplete RDoc documentation added in place ofgsinclair2003-12-231-307/+406
* Commit miss?usa2003-12-231-1/+1
* * pack.c (pack_pack): remove unnecessary negative value check.matz2003-12-231-1/+1
* * lib/rexml/encodings/US-ASCII.rb: typo. [ruby-talk:88650]nahi2003-12-231-1/+1
* * lib/uri/generic.rb (URI::Generic::check_userinfo,akira2003-12-231-9/+12
* * lib/webrick/cgi.rb (CGI): add support for mod_ruby.gotoyuzo2003-12-223-36/+86
* * lib/uri/generic.rb (URI::Generic::check_opaque): fixed typo.akira2003-12-221-1/+1
* * lib/uri/generic.rb (URI::Generic#route_from): accepts urls whichakira2003-12-221-1/+1
* * lib/cgi.rb: reduce eval.nobu2003-12-221-68/+42
* * lib/soap/property.rb: passing block by reference.nahi2003-12-221-12/+8
* lib/pathname.rb (Pathname#+): re-implemented to resolve ".." inakr2003-12-211-27/+61
* Add file.c comments (and necessary support in parse_c.rb)dave2003-12-214-54/+112
* * lib/webrick/httprequest.rb (HTTPRequest#meta_vars): refine regexp.gotoyuzo2003-12-202-12/+12
* * lib/optparse.rb (OptionParser::Completion::complete): wrongnobu2003-12-201-2/+2
* * lib/yaml.rb (YAML::YAML): adjust Marshal version.nobu2003-12-202-7/+8
* get rid of unusable conditiongotoyuzo2003-12-191-1/+1
* * lib/webrick/cgi.rb: add file. (yet another CGI library)gotoyuzo2003-12-191-0/+201
* * misc/ruby-mode.el (ruby-calculate-indent): proper indentationmatz2003-12-191-1/+1
* Document Class and Dirdave2003-12-192-10/+14
* * lib/webrick/httprequest.rb (meta_vers): should not setgotoyuzo2003-12-192-2/+4
* * lib/soap/property.rb (SOAP::Property#load): new method for loadingnahi2003-12-191-70/+109
* * lib/runit/cui/testrunner.rb (RUNIT::CUI::TestRunner::run):akira2003-12-191-1/+1
* Add boot_classes to rdoc parsing, fix a couple of bugsdave2003-12-193-3/+9
* Fix dependency issuedave2003-12-192-18/+72
* Annotate enum.c. Add pager support, and report on methods in included modulesdave2003-12-189-13/+138
* * lib/webrick/httputils.rb (parse_form_data): should return angotoyuzo2003-12-181-0/+1
* * eval.c (stack_extend): ignore inline optimization on VC7.usa2003-12-181-23/+20
* lib/ipaddr.rb (initialize): rescue StandardError.eban2003-12-181-1/+1
* * lib/ipaddr.rb (IPSocket::getaddress): merge usa's patch.eban2003-12-181-3/+53
* * lib/cgi.rb (CGI::QueryExtension::Value::[]): should work likematz2003-12-172-9/+16
* Add pager support to ri, and start implementing command line optionsdave2003-12-171-0/+158
* commit missdave2003-12-161-1/+2
* Put RDoc comments into array.c, and refine rdoc/ri to deal with stuff that arosedave2003-12-168-41/+105
* * lib/pp.rb: don't use local variable `pp'.akr2003-12-162-188/+188
* Initial load of support for ri/rdoc integrationdave2003-12-1610-9/+992
* * lib/yaml/rubytypes.rb: comments in strings. [ruby-talk:88012]why2003-12-151-1/+1
* * ext/socket/socket.c (Init_socket): IPv6 is not supported althougheban2003-12-141-0/+12
* REXML changes:ser2003-12-127-46/+44
* * lib/yaml/rubytypes.rb: anonymous struct fix. [ruby-core:01946]why2003-12-121-2/+2
* * lib/csv.rb: add Cell#to_str and Cell#to_s for /.../ =~ aCell,nahi2003-12-121-0/+14