aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/fileutils.rb (FileUtils#chmod): accept symbolic mode argument.kosaki2011-05-011-2/+90
* * lib/csv.rb (CSV::open): suppress universal newline decorator.nobu2011-04-271-4/+12
* * lib/csv.rb (CSV.read): no mode is needed.nobu2011-04-271-5/+2
* * strip trailing spaces.nobu2011-04-261-4/+4
* * lib/time.rb: require 'date'.tadf2011-04-241-1/+1
* Use Float#finite?.naruse2011-04-221-2/+1
* * lib/xmlrpc/create.rb (XMLRPC::Create#conv2value):naruse2011-04-221-4/+4
* * lib/uri/generic.rb (#route_from_path): Fix a bug whereknu2011-04-151-15/+11
* * lib/fileutils.rb (FileUtils#touch): Fix corrupted output whenknu2011-04-151-1/+1
* * lib/test/unit.rb (Test::Unit::Options#setup_options): set possiblenobu2011-04-141-3/+4
* * lib/test/unit.rb (Test::Unit::Runner::Worker#initialize): usenobu2011-04-141-5/+5
* * lib/test/unit.rb (Test::Unit::Runner#jobs_status): io/console maynobu2011-04-141-6/+10
* * lib/test/unit.rb (Test::Unit::Runner::Worker#died): rename using anobu2011-04-141-4/+4
* * lib/test/unit.rb (Test::Unit::Runner#_run_parallel): check if workernobu2011-04-141-3/+4
* * lib/test/unit.rb (Test::Unit::Runner::Worker#dead): no longer @innobu2011-04-141-2/+1
* * lib/fileutils.rb (FileUtils#touch): fix corrupted output whenkosaki2011-04-141-1/+1
* * lib/uri/common.rb: avoid race condition. fixes #4572naruse2011-04-121-9/+19
* Fri Apr 1 18:53:06 2011 NAKAMURA, Hiroshi <nahi@ruby-lang.org>nahi2011-04-011-1/+1
* * lib/rubygems/test_case.rb: save current dir to @current_dirnaruse2011-03-221-1/+2
* * test/runner.rb: set Gem::TestCase's @@project_dir.naruse2011-03-221-1/+1
* * lib/test/unit/parallel.rb: remove unused variable.naruse2011-03-211-1/+1
* * lib/test/unit.rb: Refactoring. Unified if and elsif.sorah2011-03-211-8/+1
* * lib/fileutils.rb (FileUtils::Entry_#copy_file): updated FileUtils.cpnobu2011-03-171-1/+1
* * lib/pstore.rb: Fix don't raise "nested transaction" when thread_safesorah2011-03-131-0/+2
* * ext/date/lib: moved from lib.tadf2011-03-114-3197/+0
* * lib/date/delta*: removed undocumented delta.tadf2011-03-113-818/+0
* * lib/mkmf.rb (find_executable0): should exclude directories.nobu2011-03-111-4/+13
* * lib/test/unit.rb (Test::Unit::Runner::Worker#read): fix for the casenaruse2011-03-101-1/+2
* Import rubygems 1.6.2 (release candidate @ 2026fbb5)ryan2011-03-0914-36/+93
* * lib/pstore.rb: Delete variable @transaction and fix #4474. Patch bysorah2011-03-071-17/+3
* cancel subversion backfire. sorrymatz2011-03-072-170/+199
* * gc.c (rb_gc_set_params): allow GC parameter configuration bymatz2011-03-072-199/+170
* * lib/rexml/encoding.rb (REXML::Encoding#encoding=): store @encodingnaruse2011-03-027-43/+26
* * lib/test/unit/parallel.rb: Fix name from `inclement_io` tosorah2011-03-021-4/+4
* * lib/test/unit/parallel.rb: Fix number.sorah2011-03-011-1/+1
* * lib/test/unit/parallel.rb: For Windows.sorah2011-03-011-32/+21
* Import rubygems 1.6.0 (released version @ 58d8a0b9)ryan2011-03-0130-318/+764
* * lib/tempfile.rb: Fix example file paths in docs for tempfile.shyouhei2011-02-281-3/+3
* * lib/test/unit.rb(Test::Unit::Runner#after_worker_quit):sorah2011-02-271-6/+5
* * lib/test/unit.rb: Refactoring; Worker never use Hash for internal storage.sorah2011-02-271-50/+55
* * lib/test/unit.rb, lib/test/unit/parallel.rb: remove trailing spaces.nobu2011-02-262-5/+5
* * lib/date.rb: [Feature #4257]tadf2011-02-261-167/+196
* * lib/test/unit.rb: --jobs-status won't puts over 2 lines.sorah2011-02-262-215/+237
* * common.mk: Use $RUNRUBY for worker process.sorah2011-02-241-3/+4
* * test/testunit/tests_for_parallel/misc.rb: Fix bug in r30947.sorah2011-02-242-0/+12
* * test/testunit/test_parallel.rb, test/testunit/parallel/*:sorah2011-02-232-3/+8
* * lib/test/unit.rb: Fix --ruby option doesn't effect.sorah2011-02-221-2/+2
* * lib/test/unit.rb: Fix merging miss.sorah2011-02-221-1/+4
* * lib/test/unit.rb: Add new options; --jobs,-j,--ruby,--jobs-status,sorah2011-02-222-10/+443
* lib/minitest/*.rb: Imported minitest 2.0.2 r6207ryan2011-02-196-31/+32