summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-09-01Imported minitest 1.7.1 r5835ryan
2010-08-30* string.c (tr_setup_table): fix bug in r29146.naruse
2010-08-29* lib/rdoc/parser/ruby.rb (RDoc#parse_call_parameters): don'tnobu
2010-08-29* lib/rdoc/parser/ruby.rb (RDoc#parse_class): ignore non-constantnobu
2010-08-29* lib/tempfile.rb: not executable.nobu
2010-08-22 * lib/date.rb, lib/date/format.rb: [ruby-core:31695]tadf
2010-08-17* lib/date.rb: Re-revert the part of r28950.naruse
2010-08-16Tue Aug 17 07:38:43 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>nobu
2010-08-16merge revision(s) 28997:shyouhei
2010-08-15* lib/mkmf.rb (Logging.postpone): close @log only when it's available.usa
2010-08-13* lib/test/unit.rb (MiniTest::Unit.new): extend before initialize.nobu
2010-08-11* lib/cmath.rb (CMath.sqrt): use floating-point value. [ruby-core:31672] [Bu...mrkn
2010-08-10* lib/optparse.rb: suppress a warning.akr
2010-08-10 * lib/date/format.rb (Date::Format::Bag): use Struct.tadf
2010-08-10[ruby-core:31658]tadf
2010-08-10* lib/webrick/httprequest.rb (WEBrick::HTTPRequest::parse_uri):naruse
2010-08-10* lib/un.rb (httpd): SIGQUIT and SIGHUP are not guaranteed to exist.usa
2010-08-09* lib/rubygems/source_index.rb: rename unused variable.naruse
2010-08-08* lib/mkmf.rb ($ignore_error): initialize after $nmake.nobu
2010-08-08* lib/rubygems.rb (Gem.find_files): reverted to use globbing.nobu
2010-08-08* lib/rubygems.rb (Gem.find_files): fixed variable scope.nobu
2010-08-08* lib/rubygems.rb (Gem.find_files): fixed search order same asnobu
2010-08-08* gem_prelude.rb, lib/rubygems.rb (Gem.suffixes): return truelynobu
2010-08-07* lib/rbconfig/obsolete.rb: show the location which use Config.akr
2010-08-07* mkconfig.rb, lib/rbconfig/obsolete.rb: warn obsolete andnobu
2010-08-07* lib/mkmf.rb: change instance variable to global.naruse
2010-08-06* enc/depend: add space at the begginig of @ignore_error.naruse
2010-08-06* Makefile.in: ignore error from RMDIRS.naruse
2010-08-04* lib/mkmf.rb (create_makefile): no need to create the directoryusa
2010-08-03* lib/rdoc/ri/driver.rb (setup_pager): no need to check the existenceusa
2010-08-02* ext/purelib.rb: no longer used since the default load path ofnobu
2010-08-01* lib/pp.rb: describe superclasses explicitly.akr
2010-08-01* lib/irb/init.rb (IRB.parse_opts): set VERBOSE to true when debugmame
2010-07-30 * lib/webrick/ssl.rb (WEBrick::Utils.create_self_signed_cert):nahi
2010-07-30* lib/net/imap.rb: load io/console.nobu
2010-07-30* lib/net/imap.rb (example): use IO#noecho to read password ifnobu
2010-07-30* lib/net/imap.rb (example): support starttls option.nobu
2010-07-27* lib/mkmf.rb (have_framework): added.nobu
2010-07-23* lib/mutex_m.rb (sleep): added Mutex_m#sleep to support ConditionVariable.shugo
2010-07-21Load gems properly. Fixes [ruby-core:31377]evan
2010-07-21* lib/uri/common.rb: Have URI#route_to, URI#route_from acceptmarcandre
2010-07-21* lib/cmath.rb (CMath#cbrt): cbrt should accept a negative realmame
2010-07-21* lib/uri/common.rb: Have URI() and URI.join accept URI objects in additionmarcandre
2010-07-20Be sure to load the custom require even if --disable-rubygems was usedevan
2010-07-20Pull rubygem's custom require into gem_preludeevan
2010-07-20* lib/fileutils.rb (FileUtils::Entry_#copy): check file namenobu
2010-07-17* lib/test/unit.rb (MiniTest::Unit#process_args): refactored.nobu
2010-07-17* ext/pathname/lib/pathname.rb: moved from lib/pathname.rb.akr
2010-07-17* lib/test/unit.rb: MiniTest::Unit is different class fromnobu
2010-07-16* lib/test/unit.rb, bin/testrb, test/runner.rb: revert r28655, whichmame