aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/test/unit.rb (MiniTest::Unit.new): extend before initialize.nobu2010-08-131-3/+7
* * lib/cmath.rb (CMath.sqrt): use floating-point value. [ruby-core:31672] [Bu...mrkn2010-08-111-1/+1
* * lib/optparse.rb: suppress a warning.akr2010-08-101-1/+1
* * lib/date/format.rb (Date::Format::Bag): use Struct.tadf2010-08-101-18/+16
* [ruby-core:31658]tadf2010-08-102-6/+6
* * lib/webrick/httprequest.rb (WEBrick::HTTPRequest::parse_uri):naruse2010-08-101-0/+1
* * lib/un.rb (httpd): SIGQUIT and SIGHUP are not guaranteed to exist.usa2010-08-101-2/+2
* * lib/rubygems/source_index.rb: rename unused variable.naruse2010-08-092-3/+3
* * lib/mkmf.rb ($ignore_error): initialize after $nmake.nobu2010-08-081-1/+1
* * lib/rubygems.rb (Gem.find_files): reverted to use globbing.nobu2010-08-082-5/+5
* * lib/rubygems.rb (Gem.find_files): fixed variable scope.nobu2010-08-081-2/+2
* * lib/rubygems.rb (Gem.find_files): fixed search order same asnobu2010-08-082-8/+7
* * gem_prelude.rb, lib/rubygems.rb (Gem.suffixes): return truelynobu2010-08-081-2/+2
* * lib/rbconfig/obsolete.rb: show the location which use Config.akr2010-08-071-1/+4
* * mkconfig.rb, lib/rbconfig/obsolete.rb: warn obsolete andnobu2010-08-071-0/+2
* * lib/mkmf.rb: change instance variable to global.naruse2010-08-071-4/+4
* * enc/depend: add space at the begginig of @ignore_error.naruse2010-08-061-1/+1
* * Makefile.in: ignore error from RMDIRS.naruse2010-08-061-3/+4
* * lib/mkmf.rb (create_makefile): no need to create the directoryusa2010-08-041-2/+2
* * lib/rdoc/ri/driver.rb (setup_pager): no need to check the existenceusa2010-08-031-1/+1
* * ext/purelib.rb: no longer used since the default load path ofnobu2010-08-021-1/+1
* * lib/pp.rb: describe superclasses explicitly.akr2010-08-011-2/+2
* * lib/irb/init.rb (IRB.parse_opts): set VERBOSE to true when debugmame2010-08-011-0/+1
* * lib/webrick/ssl.rb (WEBrick::Utils.create_self_signed_cert):nahi2010-07-301-2/+2
* * lib/net/imap.rb: load io/console.nobu2010-07-301-3/+20
* * lib/net/imap.rb (example): use IO#noecho to read password ifnobu2010-07-301-5/+5
* * lib/net/imap.rb (example): support starttls option.nobu2010-07-301-6/+10
* * lib/mkmf.rb (have_framework): added.nobu2010-07-271-0/+27
* * lib/mutex_m.rb (sleep): added Mutex_m#sleep to support ConditionVariable.shugo2010-07-231-0/+4
* Load gems properly. Fixes [ruby-core:31377]evan2010-07-211-1/+3
* * lib/uri/common.rb: Have URI#route_to, URI#route_from acceptmarcandre2010-07-212-36/+7
* * lib/cmath.rb (CMath#cbrt): cbrt should accept a negative realmame2010-07-211-1/+1
* * lib/uri/common.rb: Have URI() and URI.join accept URI objects in additionmarcandre2010-07-211-9/+20
* Be sure to load the custom require even if --disable-rubygems was usedevan2010-07-201-3/+6
* Pull rubygem's custom require into gem_preludeevan2010-07-202-12/+18
* * lib/fileutils.rb (FileUtils::Entry_#copy): check file namenobu2010-07-201-1/+12
* * lib/test/unit.rb (MiniTest::Unit#process_args): refactored.nobu2010-07-171-59/+116
* * ext/pathname/lib/pathname.rb: moved from lib/pathname.rb.akr2010-07-171-1053/+0
* * lib/test/unit.rb: MiniTest::Unit is different class fromnobu2010-07-171-3/+40
* * lib/test/unit.rb, bin/testrb, test/runner.rb: revert r28655, whichmame2010-07-161-32/+4
* * lib/test/unit.rb (Test::Unit.setup_argv): run tests only whennobu2010-07-161-4/+32
* * lib/rdoc/markup/attribute_manager.rb: fixing ri output when specialtenderlove2010-07-141-2/+2
* * lib/test/unit.rb (setup_argv): convert to using optparse, addingtenderlove2010-07-141-12/+21
* * lib/csv.rb: Fix unused variable warnings.marcandre2010-07-119-21/+17
* * gem_prelude.rb: provide workaround for gem activation. Currently,mame2010-07-071-4/+16
* fix doc again.akr2010-07-021-3/+3
* fix doc.akr2010-07-021-3/+3
* * lib/csv.rb: Improving documentation.jeg22010-07-011-0/+8
* * lib/rdoc/ri/driver.rb (RDoc::RI::Driver#formatter): should use bsmame2010-06-271-3/+3
* * lib/rubygems/require_paths_builder.rb (write_require_paths_file_if_needed):nobu2010-06-271-9/+5