aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/minitest/unit.rb (MiniTest::Assertions#assert_instance_of):matz2008-12-161-1/+1
* * lib/test/unit.rb (Test::Unit.setup_argv): sorry, fixed wrong commit.usa2008-12-161-1/+1
* * lib/minitest/unit.rb (MiniTest::Assertions#assert_instance_of):matz2008-12-161-1/+1
* * lib/test/unit.rb (Test::Unit.setup_argv): ALT_SEPARATOR support.usa2008-12-161-0/+1
* * lib/date/format.rb (_parse): m17n compliant.tadf2008-12-161-40/+40
* * lib/rake/packagetask.rb (Rake::PackageTask): small documentmatz2008-12-151-1/+1
* reverts r20713yugui2008-12-141-6/+2
* * lib/minitest/test.rb (MinTest::Unit#location): yugui2008-12-131-2/+6
* Imported minitest 1.3.2 r4503.ryan2008-12-132-7/+14
* do not pass -infinity.tadf2008-12-111-3/+3
* * lib/cmath.rb (sqrt): should pass nan or infinity to the originaltadf2008-12-111-1/+1
* * lib/rss/maker.rb, lib/rss/maker/0.9.rb, lib/rss/maker/base.rb:kou2008-12-113-13/+52
* * lib/test/unit/assertions.rb: extracted from lib/test/unit.rb.akr2008-12-113-112/+124
* * lib/pathname.rb (Pathname#=~): undefed. at asakusa.rb.akr2008-12-111-0/+4
* * lib/rexml/document.rb (REXML::Document#write): requirematz2008-12-113-1/+5
* * lib/open3.rb (Open3.pipeline_start): return an array of threads if aakr2008-12-101-20/+98
* * lib/rss/maker.rb (RSS::Maker.[]): add.kou2008-12-101-5/+12
* * enumerator.c (enumerator_next): Fix a typo: s/rewinded/rewound/.knu2008-12-101-1/+1
* rdoc update.akr2008-12-081-2/+16
* rdoc update.akr2008-12-071-0/+2
* rdoc update.akr2008-12-071-0/+11
* * lib/open3.rb (Open3.capture3): renamed from Open3.poutput3.akr2008-12-071-23/+23
* * lib/open3.rb (Open3.poutput3): :binmode option implemented.akr2008-12-071-6/+62
* update rdoc.akr2008-12-061-14/+24
* * lib/open3.rb (Open3.pipeline_start): new method.akr2008-12-051-28/+126
* update rdoc.akr2008-12-041-17/+14
* rdoc update.akr2008-12-041-0/+7
* * lib/open3.rb (Open3.poutput3): new method.akr2008-12-041-10/+89
* * lib/open3.rb (Open3.popen3): simplified.akr2008-12-041-54/+263
* * lib/rubygems/validator.rb (Gem#remove_leading_dot_dir): makematz2008-12-041-0/+1
* * lib/gserver.rb: fixed type in sample code. a report from Olegmatz2008-12-041-1/+1
* * lib/rubygems/local_remote_options.rb (Gem#add_update_sources_option): matz2008-12-041-1/+1
* * lib/rexml/xpath.rb (REXML::XPath.first): apply documentationmatz2008-12-031-0/+11
* * lib/open3.rb (Open3.popen3): merge hash options if given. akr2008-12-021-19/+89
* * lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): usematz2008-12-021-3/+9
* * lib/foerwardable.rb: should be usable def_single_delegator forkeiju2008-11-281-18/+111
* add comment and test.akr2008-11-261-2/+32
* * lib/date/format.rb (strftime): ignores '_' flag for %[LN].tadf2008-11-241-0/+2
* * lib/date.rb (inspect): changed again.tadf2008-11-241-1/+3
* * lib/time.rb: r20251 reverted. The patched behavior do not roundmatz2008-11-241-28/+28
* * lib/logger.rb (Logger): should handle the case that cvs/svn domatz2008-11-191-1/+7
* * lib/minitest/unit.rb (MiniTest::Assertions#capture_io): adjustmatz2008-11-191-5/+5
* fixed NoMethodError problem from NaHi [ruby-dev:37110].seki2008-11-181-0/+1
* * lib/time.rb: according to RFC2822, -0000 means local time, +0000matz2008-11-181-28/+28
* * lib/net/ftp.rb (Net::FTP#open_socket): SOCKSsocket is obsolete.matz2008-11-181-2/+2
* * lib/logger.rb (ProgName): fixed typo.nobu2008-11-181-1/+1
* * lib/logger.rb (ProgName): fixed for svn, based on a patch fromnobu2008-11-181-2/+2
* * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#read_request_line): matz2008-11-181-1/+1
* * lib/optparse.rb (OptionParser::make_switch): makes defaultnobu2008-11-181-1/+6
* * lib/uri/generic.rb (URI::Generic#check_path): REL_PATH should amatz2008-11-111-1/+1