aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Support old versions of Ruby with FrozenError.hsbt2018-08-076-11/+18
* Fallback to load version constant for ruby core repository.hsbt2018-08-075-5/+25
* Removed needless date attribute from gemspec of default gems.hsbt2018-08-0711-11/+0
* Remove unnecessary assignmentkazu2018-08-071-1/+1
* Removed needless file from gemspec.hsbt2018-08-071-1/+1
* Add support of Berkeley DB 6.x.hsbt2018-08-072-3/+5
* Add test for coverage.hsbt2018-08-071-0/+42
* * 2018-08-07svn2018-08-071-1/+1
* win32/Makefile.sub: remove RUBY_EXPORT macrok0kubun2018-08-071-1/+1
* * properties.svn2018-08-060-0/+0
* enumerator.c: Introduce Enumerator::ArithmeticSequencemrkn2018-08-0611-47/+883
* test/ripper/test_parser_events.rb (test_block_variables): increase RLIMIT_ASnormal2018-08-061-2/+5
* thread_pthread.c: restore timer-thread for now :<normal2018-08-0611-746/+584
* Ignore native extension of Date library when syncing gemification files.hsbt2018-08-061-0/+1
* process.c: ensure th->interrupt lock is held when migratingnormal2018-08-061-6/+20
* process.c (rb_waitpid): reduce sigwait_fd bouncingnormal2018-08-051-14/+19
* test/ruby/test_thread.rb (test_thread_timer_and_interrupt): add timeoutsnormal2018-08-051-2/+3
* * 2018-08-06svn2018-08-051-1/+1
* thread_pthread: stop trying to deal with cancellationnormal2018-08-052-20/+0
* mjit.c: use -Tc flag explicitlyk0kubun2018-08-051-1/+6
* test/ruby/test_process.rb (test_wait_and_sigchld): allow extra SIGCHLDnormal2018-08-051-1/+5
* thread_pthread.c (native_sleep): reduce ppoll sleepsnormal2018-08-051-1/+1
* mjit.c: link precompiled objectk0kubun2018-08-052-4/+14
* mjit.c: reorder functions to reduce #ifdef branchesk0kubun2018-08-051-47/+43
* mjit.c: include prebuilt precompiled headerk0kubun2018-08-051-40/+50
* mjit.c: initialize prebuilt precompiled headerk0kubun2018-08-052-25/+51
* win32/Makefile.sub: build precompiled headerk0kubun2018-08-042-0/+34
* test/ruby/test_io.rb (test_select_leak): speedup and reduce memory usenormal2018-08-041-5/+20
* test/ruby/test_thread.rb (test_thread_interrupt_for_killed_thread): conserve ...normal2018-08-041-0/+1
* thread.c (consume_communication_pipe): do not retry after short readnormal2018-08-041-0/+3
* test/ruby/test_io.rb (test_race_gets_and_close): timeout each threadnormal2018-08-041-4/+5
* * 2018-08-05svn2018-08-041-1/+1
* common.mk: stop building MJIT min header for mswink0kubun2018-08-042-28/+33
* spec/ruby/library/socket/socket/getaddrinfo_spec.rb: avoid nonsensical lookupnormal2018-08-031-2/+2
* Update to ruby/spec@9be7c7eeregon2018-08-03246-544/+9104
* Update to ruby/mspec@072849eeregon2018-08-035-32/+40
* encoding.c (rb_enc_get_index): return -1 for non-encoding capable objectseregon2018-08-032-8/+15
* ext/json/parser/parser.c: do not call rb_str_resize() on Time objecteregon2018-08-032-10/+14
* * 2018-08-04svn2018-08-031-1/+1
* Fix missed update of parser source in r62429eregon2018-08-031-0/+1
* Revert "encoding.c (rb_enc_get_index): return -1 for non-encoding capable obj...eregon2018-08-032-15/+8
* encoding.c (rb_enc_get_index): return -1 for non-encoding capable objectseregon2018-08-032-8/+15
* encoding.c (enc_set_index): raise instead of rb_bug() for non-encoding capabl...eregon2018-08-032-1/+12
* random.c: fix fallback valuenobu2018-08-031-4/+2
* random.c: use rb_check_funcallnobu2018-08-031-2/+1
* random.c: moved domain errornobu2018-08-031-1/+2
* ast.c: allocator of Nodenobu2018-08-032-2/+5
* random.c: endless range randomnobu2018-08-032-1/+3
* thread_pthread.c: add a macro guard for PTHREAD_CANCEL_ENABLEmame2018-08-031-0/+2
* thread_pthread.c (gvl_acquire_common): persist timeout across callsnormal2018-08-021-4/+10