aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Imported minitest 1.7.1 r5835ryan2010-09-012-6/+50
* * string.c (tr_setup_table): fix bug in r29146.naruse2010-08-301-2/+2
* * lib/rdoc/parser/ruby.rb (RDoc#parse_call_parameters): don'tnobu2010-08-291-1/+1
* * lib/rdoc/parser/ruby.rb (RDoc#parse_class): ignore non-constantnobu2010-08-291-1/+1
* * lib/tempfile.rb: not executable.nobu2010-08-291-0/+0
* * lib/date.rb, lib/date/format.rb: [ruby-core:31695]tadf2010-08-222-6/+1
* * lib/date.rb: Re-revert the part of r28950.naruse2010-08-171-5/+5
* Tue Aug 17 07:38:43 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>nobu2010-08-161-1/+1
* merge revision(s) 28997:shyouhei2010-08-161-1/+1
* * lib/mkmf.rb (Logging.postpone): close @log only when it's available.usa2010-08-151-1/+1
* * 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