aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * test/ruby/test_rubyoptions.rb (test_disable): add tests forheadius2016-03-142-0/+7
* * marshal.c (r_object0): Fix Marshal crash for corrupt extended object.drbrain2016-03-143-1/+16
* * 2016-03-15svn2016-03-141-1/+1
* * test/ruby/test_rubyoptions.rb: make version matching supportheadius2016-03-142-2/+16
* * bignum.c (big2str_2bdigits): reduce div instruction.naruse2016-03-142-2/+8
* * include/ruby/oniguruma.h, enc/unicode.c: Adjusting flag assignmentsduerst2016-03-143-20/+31
* optimize named capture assignmentnobu2016-03-144-45/+95
* ruby.c: reduce fstatnobu2016-03-143-12/+14
* * numeric.c (fix2str): improve r54092 like rb_int2big().naruse2016-03-142-11/+11
* document OpenSSL::SSL::SSLContext#setup as MT-unsafenormal2016-03-142-2/+7
* * 2016-03-14svn2016-03-131-1/+1
* parse.y: adjust indentnobu2016-03-131-21/+21
* win32.h: fix O_SHARE_DELETEnobu2016-03-132-1/+6
* * 2016-03-13svn2016-03-131-1/+1
* numeric.c: fix edge casenobu2016-03-132-1/+14
* unicode.c: off-by-one errornobu2016-03-121-1/+1
* unicode.c: boundary checknobu2016-03-121-6/+14
* Malformed RDoc syntax in catch [ci skip]nobu2016-03-122-4/+10
* * 2016-03-12svn2016-03-111-1/+1
* * test/lib/test/unit.rb: describe !/REGEXP/ in the help message.akr2016-03-112-1/+5
* testunit: negative filternobu2016-03-113-5/+35
* * enc/unicode/case-folding.rb, casefold.h: Streamlining approach toduerst2016-03-114-199/+307
* Revert r54082 "ruby.c: load in binary mode"nobu2016-03-111-5/+2
* * 2016-03-11svn2016-03-111-1/+1
* ruby.c: load in binary modenobu2016-03-111-2/+5
* iseq.h: coverage_enabled flagnobu2016-03-104-2/+21
* node.c: no nd_compile_option unless setnobu2016-03-101-3/+6
* node.c: stringize before expansionnobu2016-03-101-4/+4
* iseq.h: bit flagsnobu2016-03-101-10/+10
* node.c: hidden options hashnobu2016-03-103-12/+57
* iseq.c: set coverage at oncenobu2016-03-101-4/+5
* thread.c: check type of coveragenobu2016-03-101-1/+1
* * 2016-03-10svn2016-03-101-1/+1
* * test/socket/test_socket.rb (test_udp_recvmsg_truncation):odaira2016-03-102-1/+8
* fix a typo [ci skip]kazu2016-03-091-1/+1
* common.mk: dependency of prelude.onobu2016-03-091-0/+3
* driver.rb: unused variablenobu2016-03-091-1/+0
* * benchmark/driver.rb: fix my last commit (syntax error).ko12016-03-092-1/+5
* * benchmark/driver.rb: fix output messages.ko12016-03-093-5/+12
* * properties.svn2016-03-090-0/+0
* * benchmark/driver.rb: support memory usage benchmark.ko12016-03-093-8/+62
* hash.c: COPY_DEFAULTnobu2016-03-091-8/+12
* hash.c: SET_PROC_DEFAULTnobu2016-03-091-11/+14
* hash.c: SET_DEFAULTnobu2016-03-091-4/+6
* hash.c: hash_dup for rb_hash_to_hnobu2016-03-091-8/+2
* hash.c: make duplicated hash WB protectednobu2016-03-091-19/+22
* * properties.svn2016-03-090-0/+0
* * benchmark/bm_vm3_gc_old_full.rb: add GC.start benchmark.ko12016-03-094-0/+20
* * benchmark/driver.rb: exit benchmarking if a benchmark processko12016-03-092-0/+6
* test_hash.rb: tests for to_hnobu2016-03-091-0/+22