aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Don't coalesce adjacent comment blocks. [bug#901]drbrain2008-12-231-2/+2
* Fix documentation. [bug#827]drbrain2008-12-221-5/+2
* * lib/test/unit/assertions.rb (assert_nothing_raised): incrementakr2008-12-221-0/+1
* * lib/rake.rb (Rake::MultiTask): invoke_prerequisites should bematz2008-12-221-0/+1
* * lib/rake.rb (Rake::FileList#egrep): change open mode to "rb",matz2008-12-221-2/+2
* * lib/optparse.rb (SPLAT_PROC): splat values by hand.nobu2008-12-211-3/+3
* * lib/optparse.rb (parse_in_order): splat values to be passed.nobu2008-12-211-2/+2
* * lib/optparse.rb (SPLAT_PROC): fix for regexp. [ruby-dev:37514]nobu2008-12-211-1/+1
* * lib/irb/locale.rb (IRB::Locale#initialize)yugui2008-12-201-1/+2
* * lib/irb/init.rb (IRB.opt_parse): (M17N) adds -U and -E as commandyugui2008-12-1811-108/+232
* * lib/cgi/session.rb: fix bug for ignore session_id option.xibbar2008-12-182-3/+5
* * lib/optparse/version.rb: remove variable shadowing to stopmatz2008-12-1813-319/+289
* * lib/xmlrpc/server.rb: Restricting method inspection to show onlyjeg22008-12-171-1/+3
* * lib/matrix.rb: shut up warning. [ruby-dev:37481] [Bug #899]keiju2008-12-171-16/+11
* * 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