aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Update to RubyGems 1.1.1 r1784 (pre 1.2)drbrain2008-06-192-2/+10
* * lib/mathn.rb (Rational::power2): typo fixed. [ruby-core:17293]matz2008-06-191-1/+1
* * lib/net/pop.rb (Net::POP3#set_all_uids): speedkazu2008-06-191-3/+2
* * marshal.c (w_object, marshal_dump, r_object0, marshal_load): searchnobu2008-06-181-2/+0
* Fix RubyGems for 1.9, r1780drbrain2008-06-177-19/+21
* Update RubyGems to 1.1.1 r1778 (almost 1.2)drbrain2008-06-1738-698/+1980
* * lib/net/telnet.rb: Fixing Telnet#wairfor() which was broken by changes tojeg22008-06-171-2/+2
* * lib/thwait.rb (ThreadsWait): Exception2MessageMapper no longer hasnobu2008-06-161-1/+1
* * lib/e2mmap.rb (E2MM.def_e2message): typo.nobu2008-06-161-1/+1
* * lib/time.rb (Time.xmlschema): don't accept decimal dot withoutakr2008-06-131-2/+7
* * lib/find.rb (Find#find): Return an enumerator if no block isknu2008-06-101-0/+2
* * lib/mkmf.rb (configuration): set flags.nobu2008-06-091-0/+4
* * lib/set.rb (Set#delete_if): Call to_a.knu2008-06-091-3/+29
* * lib/time.rb (Time.xmlschema): don't use float. fixakr2008-06-051-1/+5
* * lib/rexml/document.rb (REXML::Document:write): leaky modificationmame2008-06-052-3/+3
* * lib/rdoc.rb: massive spelling correction patch from Evan Farrarmatz2008-06-0456-90/+90
* * lib/set.rb (Set#classify): Back out the `group_by' alias.knu2008-06-031-1/+0
* Properly back out.knu2008-06-031-1/+3
* * lib/set.rb (Set#collect, Set#select): Back out. I thought itknu2008-06-031-20/+1
* * lib/set.rb (Set#collect, Set#select): Override Enumerableknu2008-06-031-3/+29
* * lib/un.rb (wait_writable): wait until target files can benobu2008-06-021-0/+27
* * lib/delegate.rb (Delegator::MethodDelegation#respond_to):knu2008-06-021-2/+2
* * lib/erb.rb (ERB::Compiler::TrimScanner#scan_line): Oops. Thisknu2008-06-021-6/+4
* * lib/erb.rb (ERB::Compiler::TrimScanner#scan_line): Fix a bugknu2008-06-021-4/+6
* * lib/webrick/httpservlet/cgihandler.rb (WEBrick::HTTPServlet::CGIHandler#do_...knu2008-05-281-0/+4
* * lib/singleton.rb (SingletonClassMethods): _load should be public.nobu2008-05-281-26/+26
* * lib/net/imap.rb: do not use Thread#raise. [ruby-dev:34739]shugo2008-05-211-7/+29
* * lib/webrick/httpservlet/filehandler.rb: should normalize pathgotoyuzo2008-05-183-22/+44
* * lib/date.rb (once): use Object#object_id instead of Symbol#to_i.akr2008-05-121-3/+3
* * parse.y (arg): operator assignment "a += b rescue c" should bematz2008-05-081-1/+1
* * common.mk, ext/extmk.rb, lib/mkmf.rb: use absolute path for RUBYOPT.nobu2008-05-081-1/+1
* * common.mk, ext/extmk.rb, lib/mkmf.rb: removed RUBYOPT.nobu2008-05-081-1/+1
* * lib/getoptlong.rb: use $stderr instead of $deferr.akr2008-05-041-2/+2
* * lib/net/telnet.rb: This patch from Brian Candler adds a FailEOF mode whichjeg22008-05-011-0/+7
* [ruby-dev:34497] ERB::Util#url_encode bug fix. Reported by rubikitch.seki2008-04-301-1/+3
* * lib/net/telnet.rb: Fixing a bug where line endings would not be properlyjeg22008-04-301-3/+10
* * lib/open3.rb (Open3.popen3w): removed.akr2008-04-261-42/+15
* Import RDoc 2.0.0 r56.drbrain2008-04-2612-408/+716
* describe about waiting a child process.akr2008-04-261-2/+5
* describe :pid thread variable.akr2008-04-261-0/+3
* * lib/open3.rb: double fork is replaced by spawn with Process.detach.akr2008-04-261-29/+48
* * lib/rdoc/ri/descriptions.rb: fixed wrong class nestings.usa2008-04-231-3/+3
* * lib/set.rb (Set#each, SortedSet#each, TC_Set#test_each): Returnknu2008-04-231-5/+7
* * lib/drb/drb.rb (DRb::DRbServer::check_insecure_method): shouldmatz2008-04-221-2/+2
* * lib/xmlrpc/client.rb: fix cookie handling. [ruby-dev:34403]kou2008-04-151-2/+7
* * lib/net/http.rb, lib/net/smtp.rb, lib/net/pop.rb: update URLs of Japanese d...kazu2008-04-153-3/+3
* * prelude.rb (require_relative): move require_relative frommatz2008-04-121-11/+0
* Update to RubyGems 1.1.1 r1701.drbrain2008-04-1118-844/+137
* * lib/yaml/store.rb (YAML::load): modified to support emptymatz2008-04-112-3/+24
* * lib/pstore.rb (PStore::dump, PStore::load): allow subclassmatz2008-04-102-5/+18