aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 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