aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use PRI_PIDT_PREFIX for results of getpid()kazu2018-07-021-2/+2
* time.c: [DOC] Time#localtimenobu2018-07-023-0/+27
* set up mjit.on at initializationnobu2018-07-021-4/+3
* * 2018-07-02svn2018-07-021-1/+1
* get rid of a compiler warning of VCusa2018-07-022-2/+2
* NEWS: add NEWS entry about Kernel#then [Feature #14594]ktsj2018-07-011-0/+2
* lib/.document: add csvktsj2018-07-011-0/+1
* Fix a typo [ci skip]kazu2018-07-011-1/+1
* Remove unused variablekazu2018-07-011-1/+0
* * 2018-07-01svn2018-07-011-2/+2
* [DOC] newer codes recommend to use spaces onlykazu2018-07-011-1/+2
* Fix spec/ruby/command_line/rubylib_spec.rb for use with make test-speceregon2018-06-301-6/+7
* use sigsetjmp on macOSnobu2018-06-301-0/+1
* fix r63799 ("test/ruby/test_rubyoptions.rb: improve diagnostics for failures")normal2018-06-301-2/+4
* [DOC] Use https: instead of http:, git: [ci skip]kazu2018-06-301-6/+6
* [DOC] Update URL of rurema [ci skip]kazu2018-06-301-1/+1
* test/ruby/test_rubyoptions.rb: improve diagnostics for failuresnormal2018-06-301-4/+11
* test/ruby/test_optimization.rb: increase timeoutnormal2018-06-301-1/+1
* process.c: attempt to reap spawnvp (win32) result from mjitnormal2018-06-301-2/+14
* mjit: provide more diagnostics for waitpid failuresnormal2018-06-302-3/+4
* use SIGCHLD_LOSSY to enable waitpid polling modenormal2018-06-305-3/+20
* test_thread.rb (test_thread_interrupt_for_killed_thread): reprieve for MJITnormal2018-06-291-1/+6