aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * bignum.c (rb_big_float_cmp): support fixnum for argument x.akr2012-07-163-25/+40
* fixed ChangeLogayumin2012-07-161-1/+1
* * test/fileutils/test_fileutils.rb: add test for FileUtils#uptodate?ayumin2012-07-162-0/+26
* * lib/fileutils.rb (uptodate?): remove useless parameter.ayumin2012-07-162-3/+6
* * bignum.c (rb_big_eq): use rb_big_float_cmp.akr2012-07-162-8/+5
* * internal.h (rb_big_float_cmp): declared.akr2012-07-164-34/+60
* * 2012-07-16svn2012-07-161-2/+2
* * bignum.c (enum big_op_t): new type.akr2012-07-162-13/+29
* * 2012-07-15svn2012-07-141-2/+2
* fix indentkazu2012-07-141-1/+1
* array.c: fill with nilnobu2012-07-143-9/+14
* * cont.c (cont_restore_0): improve docs. [Bug #6706][ruby-core:46243]ayumin2012-07-142-8/+13
* hash.c: raise on invalid inputnobu2012-07-143-1/+14
* commit missnobu2012-07-141-21/+0
* test/unit.rb: use uniq!nobu2012-07-142-7/+5
* test/unit.rb: extract dealnobu2012-07-142-64/+51
* test/unit.rb: extract quit_workersnobu2012-07-142-29/+39
* test/unit.rb: extract delete_workernobu2012-07-142-4/+11
* test/unit.rb: launch_worker to manage new workernobu2012-07-142-11/+13
* test/unit.rb: extract launch_workernobu2012-07-142-16/+18
* test/unit.rb: extract start_watchdognobu2012-07-142-15/+20
* test/unit.rb: _run_parallelnobu2012-07-142-11/+37
* array.c: no infection by unused separatornobu2012-07-143-2/+20
* * 2012-07-14svn2012-07-131-2/+2
* intern.h: fix declarationnobu2012-07-132-3/+7
* test: dots from a workernobu2012-07-121-1/+1
* test: unnecessary job_statusnobu2012-07-121-1/+0
* * 2012-07-13svn2012-07-121-2/+2
* test: separate each outputsnobu2012-07-121-1/+4
* test: skip default gemsnobu2012-07-122-0/+14
* rb_str_new_frozen: new object if tainted/untrusted unmatchnobu2012-07-123-1/+17
* * test/net/http/test_http.rb (TestNetHTTPLocalBind#test_bind_to_local*):usa2012-07-122-0/+8
* Use IPv4 address on connecting to 127.0.0.1.naruse2012-07-121-1/+1
* Imported minitest 3.2.0 (r7598). Reviewed by drbrainryan2012-07-118-31/+33
* defined: me in cfpnobu2012-07-113-11/+28
* * 2012-07-12svn2012-07-111-2/+2
* * lib/net/http.rb (Net::HTTP#connect): use local_host and local_portnaruse2012-07-114-1/+65
* sample/test.rb: fix standalonenobu2012-07-111-1/+1
* enc/encinit.c for static-linked-extnobu2012-07-112-1/+6
* * ext/openssl/ossl_pkey_ec.c (ossl_ec_point_mul): nonstatic initializer usa2012-07-112-7/+14
* * vm_eval.c (rb_eval_string_from_file,yugui2012-07-113-11/+68
* Reverts a half of r36079. As we discussed on ruby-dev@ and IRC,yugui2012-07-114-170/+58
* get rid of warningsnobu2012-07-115-24/+23
* fix a typokazu2012-07-111-1/+1
* HAVE_RUBY_THREAD_Hnobu2012-07-112-0/+6
* * ChangeLog: typo.usa2012-07-111-1/+1
* * 2012-07-11svn2012-07-101-2/+2
* * ext/zlib/zlib.c: Added streaming support to inflate processing.drbrain2012-07-104-51/+307
* rb_thread_call_without_gvlnobu2012-07-1021-80/+134
* * ext/zlib/zlib.c: Revert r36349. Added streaming support to inflatedrbrain2012-07-105-309/+53