aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * 2018-08-03svn2018-08-021-1/+1
* test_jit.rb: split the test concernk0kubun2018-08-021-14/+17
* mjit.c: skip compaction on MinGWk0kubun2018-08-021-3/+5
* mjit.c: don't apply workaround if --enable-load-relativek0kubun2018-08-021-5/+6
* mjit.c: suppress warnings by -Wunused-valuek0kubun2018-08-021-1/+1
* thread_win32.c: suppress warnings by -Wsuggest-attributek0kubun2018-08-021-1/+2
* * 2018-08-02svn2018-08-021-1/+1
* test/socket/test_socket.rb (test_timestampns): retry sendnormal2018-08-021-30/+29
* move atomic logic from mjit.c from ruby_atomic.hshyouhei2018-08-012-9/+5
* (cosmetic) add blank lines for better readabilityshyouhei2018-08-011-0/+7
* [DOC] Added CI build status for Japanese docsnobu2018-07-311-0/+3
* Add same comment to thwait.gemspec like other gemspec at r64145kazu2018-07-311-0/+1
* Add PRINTF_ARGS to kprintfkazu2018-07-312-1/+3
* * 2018-08-01svn2018-07-311-2/+2
* Makefile.in: remove GNU-make dependencynobu2018-07-311-1/+1
* Try to load version file of github repository at first.hsbt2018-07-318-8/+48
* transform_mjit_header.rb: more strict FUNC_HEADER_REGEXPk0kubun2018-07-311-1/+1
* mjit.c: allow using MJIT header in build directoryk0kubun2018-07-315-9/+18
* Follow up r64141 with sync tool.hsbt2018-07-311-1/+1
* Fixed inconsistency gemspec location.hsbt2018-07-311-1/+1
* Fixed unexpected direction deletion with irb sync.hsbt2018-07-311-1/+1
* Support Sync module same as other default gems.hsbt2018-07-311-6/+1
* transform_mjit_header.rb: accept having attributek0kubun2018-07-311-1/+5
* Move obsoleted test/thread/test_*.rb with the current implementation.hsbt2018-07-313-2/+2
* Fixed inconsistency file structure for gemspec.hsbt2018-07-311-1/+1
* test/ruby/test_io.rb (test_race_gets_and_close): use SIGABRT on timeoutnormal2018-07-311-1/+1
* thread_pthread.c (unregister_ubf_list): assert unblock.func is unsetnormal2018-07-301-0/+3
* thread_pthread.c (gvl_yield): do ubf wakeups when uncontendednormal2018-07-301-0/+6
* * 2018-07-31svn2018-07-301-1/+1
* thread_pthread.c: revert r64123nobu2018-07-301-0/+4
* thread_pthread.h (native_thread_data): split condvars on some platformsnormal2018-07-302-12/+30
* thread_pthread.c: remove duplicate definenobu2018-07-301-2/+0
* fix typo(#2), sorry!shyouhei2018-07-301-4/+4
* fix typo; sorry!shyouhei2018-07-301-1/+1
* bootstraptest/runner.rb: speed up assert_finish with IO.select (take #2)normal2018-07-301-2/+15
* move #pragma out of functionsshyouhei2018-07-302-18/+15
* reduce copy & pasteshyouhei2018-07-307-38/+61
* process.c (waitpid_nogvl): prevent conflicting use of sleep_condnormal2018-07-301-1/+17
* thread_pthread.c (rb_sigwait_sleep): th may be 0 from MJITnormal2018-07-301-1/+1
* thread*.c: waiting on sigwait_fd performs periodic ubf wakeupsnormal2018-07-303-44/+92
* thread_pthread.c (gvl_destroy): make no-op on GVL bitsnormal2018-07-301-3/+10
* thread_pthread.c (rb_sigwait_sleep): fix uninitialized poll set in UBF casenormal2018-07-301-2/+3
* non-constant aggregate initializer is a C99ismshyouhei2018-07-301-1/+2
* thread_pthread.c (rb_sigwait_sleep): re-fix [Bug #5343] hardernormal2018-07-302-4/+39
* thread.c: move ppoll wrapper into thread_pthread.cnormal2018-07-302-43/+42