aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* process.c (rb_f_exec): pause MJIT before replacing processnormal2018-07-072-2/+6
* wait2_spec.rb: skip leak checker for nowk0kubun2018-07-071-1/+2
* insns.def: stop pushing unnecessary keys for MJITk0kubun2018-07-072-2/+22
* _mjit_compile_insn_body: rollback pc correctlyk0kubun2018-07-072-6/+6
* * 2018-07-07svn2018-07-071-1/+1
* test/socket/test_socket.rb (test_timestamp): retry sendnormal2018-07-071-4/+18
* const_missing on private constantsnobu2018-07-065-3/+39
* compile.c: remove unreachable jump onlynobu2018-07-062-3/+22
* mjit.c: fix waitpid macro return value for win32normal2018-07-061-1/+1
* Fix a bug of peephole optimizationmame2018-07-062-1/+12
* thread.c (ruby_ppoll): improve timespec to msec conversionnormal2018-07-061-3/+4
* thread.c: our fake ppoll implementation is staticnormal2018-07-061-2/+3
* Fixup r63864kazu2018-07-061-1/+1
* Prefixed reset_leap_second_infonobu2018-07-063-3/+4
* revert r62655 for r63763k0kubun2018-07-058-65/+45
* * 2018-07-06svn2018-07-051-1/+1
* Make a prototypenobu2018-07-051-1/+1
* ruby tool/update-deps --fixnaruse2018-07-053-15/+157
* Add missing prototypenaruse2018-07-051-0/+1
* Add missing filenaruse2018-07-051-0/+14
* Re-apply r63848 (Optimize Time.utc)naruse2018-07-053-2/+53
* Revert "get rid of a compiler warning of VC"normal2018-07-052-3/+3
* unrevert r63852 but keep SIGCHLD path disabled for win32normal2018-07-0516-230/+627
* signal.c: packed signalsnobu2018-07-041-8/+14
* * 2018-07-05svn2018-07-041-1/+1
* Revert r63758 and related commitsnaruse2018-07-0416-638/+238
* Fallback to Digest::SHA512kazu2018-07-042-3/+7
* Skip more rubygems tests when openssl is missingkazu2018-07-044-3/+14
* Revert "Optimize Time.utc"naruse2018-07-041-3/+0
* Optimize Time.utcnaruse2018-07-041-0/+3
* internal.h (rb_warning_string): use PRINTF_ARGSnormal2018-07-041-1/+1
* thread_pthread.c: pass rb_vm_t to timer_thread_sleepnormal2018-07-041-9/+7
* vm.c: simplified core#hash_merge_kwdnobu2018-07-032-23/+9
* mjit.h: avoid signed pointer comparisons (fix for 32-bit)normal2018-07-031-1/+1
* * 2018-07-04svn2018-07-031-1/+1
* Fix compile errorkazu2018-07-031-1/+1
* signal.c: packed signalsnobu2018-07-031-8/+14
* adjust indent [ci skip]nobu2018-07-031-1/+1
* skip test_localtime_zone if force_tz_test is falsenaruse2018-07-031-0/+1
* [DOC] Use https: instead of git: [ci skip]kazu2018-07-031-1/+1
* vm.c (rb_source_location): check for NULL cfp->iseqnormal2018-07-031-1/+1
* thread_pthread.c (native_thread_destroy): clear native TSD pointernormal2018-07-031-4/+11
* cont.c: handle errors for getcontext()nobu2018-07-031-3/+12
* fake.rb.in: duplicated RUBYOPTnobu2018-07-031-1/+6
* rubyopt_spec.rb: skip -v in RUBYOPT examplesnobu2018-07-031-8/+10
* configure.ac: [DOC] refine help messagesnobu2018-07-031-3/+3
* test/ruby/test_signal.rb: speedup some test by disabling RubyGemsnormal2018-07-031-13/+14
* * 2018-07-03svn2018-07-021-1/+1
* process.c (waitpid_nogvl): start timer thread polling for lossy SIGCHLDnormal2018-07-021-0/+3
* Makefile.in: ARCH_FLAG may contain "-m64" etc.ngoto2018-07-021-4/+25