aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc): requiresnobu2008-07-121-0/+1
* * lib/pstore.rb (PStore#transaction): return the result from thenobu2008-07-101-1/+1
* * lib/profiler.rb (Profiler__#print_profile): sort in the descendingnobu2008-07-091-1/+1
* * lib/debug.rb, lib/profile.rb: fix to use RubyVM.ko12008-07-083-3/+3
* * lib/ipaddr.rb (IPAddr#initialize): get rid of ArgumentError innobu2008-07-071-1/+1
* * lib/test/unit/collector/objectspace.rbkou2008-07-061-1/+1
* * lib/test/unit/testcase.rb: collect decendants ofakr2008-07-044-11/+25
* * lib/net/ftp.rb (Net::FTP#sendport): use divmod. [ruby-core:17557]nobu2008-07-041-5/+2
* * ext/coverage/coverage.c, ext/coverage/extconf.rb: eliminatemame2008-07-031-2/+3
* * lib/net/smtp.rb (Net::SMTP::start): use 'localhost' instead ofmatz2008-07-031-3/+3
* * Add coverage measurement constant COVERAGE__. This constant is notmame2008-07-011-0/+57
* * lib/test/unit/ui/console/testrunner.rb: prevent destructive modification to...mame2008-07-011-4/+2
* * lib/mkmf.rb (create_tmpsrc): we need to include COMMON_HEADERS,shyouhei2008-07-011-1/+2
* * lib/rubygems/ext/builder.rb (Gem::Ext::Builder.make),nobu2008-07-011-2/+2
* * lib/cgi.rb (CGI::QueryExtension.read_multipart): blanks insidenobu2008-06-301-1/+1
* * lib/test/unit/collector/dir.rb (recursive_collect): r15662 reverted.nobu2008-06-301-2/+1
* follow up the previous commit.kou2008-06-291-1/+2
* * lib/rss/parser.rb, lib/rss/utils.rb: merge documents from ruby_1_8.kou2008-06-292-4/+34
* * lib/rss/parser.rb (RSS::ListenerMixin#known_class): define tokou2008-06-291-3/+15
* * lib/rss/maker/base.rb (RSS::Maker::RSSBase#to_feed): raisekou2008-06-291-5/+2
* * lib/rss/maker/base.rb (RSS::Maker::RSSBase#make): require block.kou2008-06-291-6/+2
* * lib/rss/maker/base.rb, lib/rss/maker/itunes.rb: don't usekou2008-06-292-7/+26
* * lib/rss/rss.rb, test/rss/test_version.rb (RSS::VERSION): 0.2.4 -> 0.2.5.kou2008-06-291-1/+1
* * lib/tmpdir.rb (@@systmpdir): prior LOCAL_APPDATA if possible, andnobu2008-06-291-6/+13
* * test/inlinetest.rb (InlineTest.in_progname): workaround for frozennobu2008-06-271-2/+5
* * lib/erb.rb: adjust line number for magic comment.kazu2008-06-271-3/+3
* * lib/un.rb (mkmf): new command to create makefile.nobu2008-06-271-16/+51
* * lib/un.rb (wait_writable): added help message.nobu2008-06-271-0/+5
* Upgrade to RubyGems 1.2.0 r1824. Incorporates [ruby-core:17353].drbrain2008-06-2615-114/+188
* * lib/erb.rb (ERB::Compiler:Buffer#new): push magic comment first.naruse2008-06-251-5/+4
* * lib/erb.rb (ERB::Compiler#compile): magic comment needs LF.naruse2008-06-251-1/+1
* * lib/erb.rb (ERB::Compiler#compile): output magic comment.naruse2008-06-251-0/+1
* * lib/mathn.rb (Rational::power2): removed incomplete method.matz2008-06-231-44/+0
* * lib/rdoc/parsers/parse_rb.rb (RDoc#collect_first_comment): skipnobu2008-06-211-2/+6
* * process.c (rb_detach_process): store detached process ID in thenobu2008-06-201-1/+0
* 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