aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* process.c (ruby_fork_ruby): fix race in signal handlingnormal2018-06-241-1/+1
* test_process.rb: skip tests for Bug 14867k0kubun2018-06-241-0/+3
* process.c (after_fork_ruby): make it a proper functionnormal2018-06-241-1/+6
* test/net/http/test_httpresponse.rb: add testcases for net/httpresponsemame2018-06-241-0/+30
* lib/prime.rb: remove unused methodsmame2018-06-241-7/+0
* * 2018-06-24svn2018-06-241-1/+1
* test/test_prime.rb: add testcases of prime librarymame2018-06-241-0/+81
* mjit.c: disable calling JIT-ed codek0kubun2018-06-234-2/+14
* gc.c (ruby_mimmalloc): add initialize code for USE_GC_MALLOC_OBJ_INFO_DETAILStarui2018-06-231-0/+7
* mjit.c: unify the variable name with method namek0kubun2018-06-234-23/+23
* spec: skip Process wait specs on MJITk0kubun2018-06-235-104/+117
* mjit.c: initial cygwin supportk0kubun2018-06-232-3/+4
* [DOC] Add call signature for {Array,Hash}#any?ktsj2018-06-232-0/+2
* test/ruby/test_settracefunc.rb: fix NoMethodErrorktsj2018-06-231-1/+0
* vm.c: fix infinite loopktsj2018-06-232-4/+19
* vm.c: fix typo in function namektsj2018-06-231-3/+3
* * 2018-06-23svn2018-06-231-1/+1
* thread_pthread.c (native_sleep): do not clear unblock.argnormal2018-06-231-1/+0
* remove debug printnaruse2018-06-221-1/+1
* check net.core.wmem_default and max instead of tcpnaruse2018-06-221-1/+1
* show net.ipv4.tcp_wmem to debug failure on travisnaruse2018-06-221-1/+1
* dir.c: define O_CLOEXEC for older systemsnormal2018-06-221-0/+4
* thread.c (sleep_timespec): avoid needless update w/o spuriuos checknormal2018-06-221-2/+2
* remove DISABLE_RUBYGEMS from config filesnobu2018-06-225-6/+11
* test/ruby/test_range.rb: add a test for endless range's min with comparisonmame2018-06-221-0/+2
* range.c: Range#last and #max raises a RangeError if it is endlessmame2018-06-222-5/+15
* range.c: Range#size now returns Float::INFINITY if it is endlessmame2018-06-222-4/+10
* range.c: Range#to_a now raises RangeError if it is endlessmame2018-06-222-0/+28
* vm_core.h (rb_vm_t): make sleeper non-volatilenormal2018-06-221-1/+1
* * 2018-06-22svn2018-06-221-1/+1
* thread_sync.c (rb_mutex_lock): fix deadlocknormal2018-06-221-8/+6
* mjit.c: RubyVM::MJIT.pause / RubyVM::MJIT.resumek0kubun2018-06-212-18/+73
* thread_pthread.c: fix non-sleepy timer-thread with forknormal2018-06-201-5/+4
* test/ruby/test_io.rb: fix timing sensitive testnormal2018-06-201-5/+10
* * 2018-06-21svn2018-06-201-1/+1
* add assertion to vm_search_method()ko12018-06-201-0/+3
* ConditionVariable and Queue is not standard library.hsbt2018-06-201-2/+0
* test_ast.rb: Remove a needless lineyui-knk2018-06-201-3/+1
* test_ast.rb: Fix an argument of `grep`, child is a `RubyVM::AST::Node`yui-knk2018-06-201-2/+2
* skip when group name is not foundnobu2018-06-202-2/+10
* Introduce `USE_GC_MALLOC_OBJ_INFO_DETAILS`. [Feature #14857]ko12018-06-202-28/+309
* Thread is always provided at current ruby version.hsbt2018-06-201-4/+0
* * 2018-06-20svn2018-06-191-1/+1
* lib/drb/extservm.rb (service): do not return `false'normal2018-06-191-1/+1
* describe about NameError by #private_constantnobu2018-06-191-0/+35
* variable.c: fix receiver on private constantnobu2018-06-192-4/+39
* gc.c (gc_verify_heap_pages): fix no-op on heap_eden->pagesnormal2018-06-191-2/+2
* NULL class Data_Wrap_Struct is not allowed.ko12018-06-193-13/+1
* * 2018-06-19svn2018-06-181-1/+1
* Removed unobservable behaviornobu2018-06-182-12/+0